Skip to content

Commit caa9d4b

Browse files
committed
may-22-release
1 parent 1b268cf commit caa9d4b

File tree

125 files changed

+2516
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2516
-209
lines changed

Api/AsymmetricKeyManagementApi.cs

+19-3
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public async System.Threading.Tasks.Task<KmsV2KeysAsymPost201Response> CreateP12
380380
{
381381
logger.Debug("CALLING API \"CreateP12KeysAsync\" STARTED");
382382
ApiResponse<KmsV2KeysAsymPost201Response> localVarResponse = await CreateP12KeysAsyncWithHttpInfo(createP12KeysRequest);
383-
logger.Debug("CALLING API \"CreateP12KeysAsync\" STARTED");
383+
logger.Debug("CALLING API \"CreateP12KeysAsync\" ENDED");
384384
return localVarResponse.Data;
385385

386386
}
@@ -572,7 +572,7 @@ public async System.Threading.Tasks.Task<KmsV2KeysAsymDeletesPost200Response> De
572572
{
573573
logger.Debug("CALLING API \"DeleteBulkP12KeysAsync\" STARTED");
574574
ApiResponse<KmsV2KeysAsymDeletesPost200Response> localVarResponse = await DeleteBulkP12KeysAsyncWithHttpInfo(deleteBulkP12KeysRequest);
575-
logger.Debug("CALLING API \"DeleteBulkP12KeysAsync\" STARTED");
575+
logger.Debug("CALLING API \"DeleteBulkP12KeysAsync\" ENDED");
576576
return localVarResponse.Data;
577577

578578
}
@@ -718,6 +718,14 @@ public ApiResponse< KmsV2KeysAsymGet200Response > GetP12KeyDetailsWithHttpInfo (
718718
localVarPathParams.Add("keyId", Configuration.ApiClient.ParameterToString(keyId)); // path parameter
719719
}
720720
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarPathParams)}");
721+
if (Method.GET == Method.POST)
722+
{
723+
localVarPostBody = "{}";
724+
}
725+
else
726+
{
727+
localVarPostBody = null;
728+
}
721729

722730

723731
// make the HTTP request
@@ -752,7 +760,7 @@ public async System.Threading.Tasks.Task<KmsV2KeysAsymGet200Response> GetP12KeyD
752760
{
753761
logger.Debug("CALLING API \"GetP12KeyDetailsAsync\" STARTED");
754762
ApiResponse<KmsV2KeysAsymGet200Response> localVarResponse = await GetP12KeyDetailsAsyncWithHttpInfo(keyId);
755-
logger.Debug("CALLING API \"GetP12KeyDetailsAsync\" STARTED");
763+
logger.Debug("CALLING API \"GetP12KeyDetailsAsync\" ENDED");
756764
return localVarResponse.Data;
757765

758766
}
@@ -803,6 +811,14 @@ public async System.Threading.Tasks.Task<ApiResponse<KmsV2KeysAsymGet200Response
803811
localVarPathParams.Add("keyId", Configuration.ApiClient.ParameterToString(keyId)); // path parameter
804812
}
805813
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarPathParams)}");
814+
if (Method.GET == Method.POST)
815+
{
816+
localVarPostBody = "{}";
817+
}
818+
else
819+
{
820+
localVarPostBody = null;
821+
}
806822

807823

808824
// make the HTTP request

Api/CaptureApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public async System.Threading.Tasks.Task<PtsV2PaymentsCapturesPost201Response> C
314314
{
315315
logger.Debug("CALLING API \"CapturePaymentAsync\" STARTED");
316316
ApiResponse<PtsV2PaymentsCapturesPost201Response> localVarResponse = await CapturePaymentAsyncWithHttpInfo(capturePaymentRequest, id);
317-
logger.Debug("CALLING API \"CapturePaymentAsync\" STARTED");
317+
logger.Debug("CALLING API \"CapturePaymentAsync\" ENDED");
318318
return localVarResponse.Data;
319319

320320
}

Api/ChargebackDetailsApi.cs

+17-1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,14 @@ public ApiResponse< ReportingV3ChargebackDetailsGet200Response > GetChargebackDe
279279
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
280280
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
281281
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
282+
if (Method.GET == Method.POST)
283+
{
284+
localVarPostBody = "{}";
285+
}
286+
else
287+
{
288+
localVarPostBody = null;
289+
}
282290

283291

284292
// make the HTTP request
@@ -315,7 +323,7 @@ public async System.Threading.Tasks.Task<ReportingV3ChargebackDetailsGet200Respo
315323
{
316324
logger.Debug("CALLING API \"GetChargebackDetailsAsync\" STARTED");
317325
ApiResponse<ReportingV3ChargebackDetailsGet200Response> localVarResponse = await GetChargebackDetailsAsyncWithHttpInfo(startTime, endTime, organizationId);
318-
logger.Debug("CALLING API \"GetChargebackDetailsAsync\" STARTED");
326+
logger.Debug("CALLING API \"GetChargebackDetailsAsync\" ENDED");
319327
return localVarResponse.Data;
320328

321329
}
@@ -385,6 +393,14 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackDetail
385393
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
386394
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
387395
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
396+
if (Method.GET == Method.POST)
397+
{
398+
localVarPostBody = "{}";
399+
}
400+
else
401+
{
402+
localVarPostBody = null;
403+
}
388404

389405

390406
// make the HTTP request

Api/ChargebackSummariesApi.cs

+17-1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,14 @@ public ApiResponse< ReportingV3ChargebackSummariesGet200Response > GetChargeback
279279
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
280280
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
281281
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
282+
if (Method.GET == Method.POST)
283+
{
284+
localVarPostBody = "{}";
285+
}
286+
else
287+
{
288+
localVarPostBody = null;
289+
}
282290

283291

284292
// make the HTTP request
@@ -315,7 +323,7 @@ public async System.Threading.Tasks.Task<ReportingV3ChargebackSummariesGet200Res
315323
{
316324
logger.Debug("CALLING API \"GetChargebackSummariesAsync\" STARTED");
317325
ApiResponse<ReportingV3ChargebackSummariesGet200Response> localVarResponse = await GetChargebackSummariesAsyncWithHttpInfo(startTime, endTime, organizationId);
318-
logger.Debug("CALLING API \"GetChargebackSummariesAsync\" STARTED");
326+
logger.Debug("CALLING API \"GetChargebackSummariesAsync\" ENDED");
319327
return localVarResponse.Data;
320328

321329
}
@@ -385,6 +393,14 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackSummar
385393
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
386394
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
387395
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
396+
if (Method.GET == Method.POST)
397+
{
398+
localVarPostBody = "{}";
399+
}
400+
else
401+
{
402+
localVarPostBody = null;
403+
}
388404

389405

390406
// make the HTTP request

Api/ConversionDetailsApi.cs

+17-1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,14 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
279279
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
280280
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
281281
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
282+
if (Method.GET == Method.POST)
283+
{
284+
localVarPostBody = "{}";
285+
}
286+
else
287+
{
288+
localVarPostBody = null;
289+
}
282290

283291

284292
// make the HTTP request
@@ -315,7 +323,7 @@ public async System.Threading.Tasks.Task<ReportingV3ConversionDetailsGet200Respo
315323
{
316324
logger.Debug("CALLING API \"GetConversionDetailAsync\" STARTED");
317325
ApiResponse<ReportingV3ConversionDetailsGet200Response> localVarResponse = await GetConversionDetailAsyncWithHttpInfo(startTime, endTime, organizationId);
318-
logger.Debug("CALLING API \"GetConversionDetailAsync\" STARTED");
326+
logger.Debug("CALLING API \"GetConversionDetailAsync\" ENDED");
319327
return localVarResponse.Data;
320328

321329
}
@@ -385,6 +393,14 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
385393
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
386394
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
387395
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
396+
if (Method.GET == Method.POST)
397+
{
398+
localVarPostBody = "{}";
399+
}
400+
else
401+
{
402+
localVarPostBody = null;
403+
}
388404

389405

390406
// make the HTTP request

Api/CreditApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public async System.Threading.Tasks.Task<PtsV2CreditsPost201Response> CreateCred
296296
{
297297
logger.Debug("CALLING API \"CreateCreditAsync\" STARTED");
298298
ApiResponse<PtsV2CreditsPost201Response> localVarResponse = await CreateCreditAsyncWithHttpInfo(createCreditRequest);
299-
logger.Debug("CALLING API \"CreateCreditAsync\" STARTED");
299+
logger.Debug("CALLING API \"CreateCreditAsync\" ENDED");
300300
return localVarResponse.Data;
301301

302302
}

Api/CustomerApi.cs

+35-3
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,14 @@ public ApiResponse<Object> DeleteCustomerWithHttpInfo (string customerTokenId, s
404404
{
405405
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
406406
}
407+
if (Method.DELETE == Method.POST)
408+
{
409+
localVarPostBody = "{}";
410+
}
411+
else
412+
{
413+
localVarPostBody = null;
414+
}
407415

408416

409417
// make the HTTP request
@@ -493,6 +501,14 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> DeleteCustomerAsyn
493501
{
494502
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
495503
}
504+
if (Method.DELETE == Method.POST)
505+
{
506+
localVarPostBody = "{}";
507+
}
508+
else
509+
{
510+
localVarPostBody = null;
511+
}
496512

497513

498514
// make the HTTP request
@@ -582,6 +598,14 @@ public ApiResponse< TmsV2CustomersResponse > GetCustomerWithHttpInfo (string cus
582598
{
583599
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
584600
}
601+
if (Method.GET == Method.POST)
602+
{
603+
localVarPostBody = "{}";
604+
}
605+
else
606+
{
607+
localVarPostBody = null;
608+
}
585609

586610

587611
// make the HTTP request
@@ -617,7 +641,7 @@ public async System.Threading.Tasks.Task<TmsV2CustomersResponse> GetCustomerAsyn
617641
{
618642
logger.Debug("CALLING API \"GetCustomerAsync\" STARTED");
619643
ApiResponse<TmsV2CustomersResponse> localVarResponse = await GetCustomerAsyncWithHttpInfo(customerTokenId, profileId);
620-
logger.Debug("CALLING API \"GetCustomerAsync\" STARTED");
644+
logger.Debug("CALLING API \"GetCustomerAsync\" ENDED");
621645
return localVarResponse.Data;
622646

623647
}
@@ -673,6 +697,14 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV2CustomersResponse>> Ge
673697
{
674698
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
675699
}
700+
if (Method.GET == Method.POST)
701+
{
702+
localVarPostBody = "{}";
703+
}
704+
else
705+
{
706+
localVarPostBody = null;
707+
}
676708

677709

678710
// make the HTTP request
@@ -830,7 +862,7 @@ public async System.Threading.Tasks.Task<TmsV2CustomersResponse> PatchCustomerAs
830862
{
831863
logger.Debug("CALLING API \"PatchCustomerAsync\" STARTED");
832864
ApiResponse<TmsV2CustomersResponse> localVarResponse = await PatchCustomerAsyncWithHttpInfo(customerTokenId, patchCustomerRequest, profileId, ifMatch);
833-
logger.Debug("CALLING API \"PatchCustomerAsync\" STARTED");
865+
logger.Debug("CALLING API \"PatchCustomerAsync\" ENDED");
834866
return localVarResponse.Data;
835867

836868
}
@@ -1051,7 +1083,7 @@ public async System.Threading.Tasks.Task<TmsV2CustomersResponse> PostCustomerAsy
10511083
{
10521084
logger.Debug("CALLING API \"PostCustomerAsync\" STARTED");
10531085
ApiResponse<TmsV2CustomersResponse> localVarResponse = await PostCustomerAsyncWithHttpInfo(postCustomerRequest, profileId);
1054-
logger.Debug("CALLING API \"PostCustomerAsync\" STARTED");
1086+
logger.Debug("CALLING API \"PostCustomerAsync\" ENDED");
10551087
return localVarResponse.Data;
10561088

10571089
}

0 commit comments

Comments
 (0)