Skip to content

Commit

Permalink
Merge pull request #133 from CyberSource/may-22-release
Browse files Browse the repository at this point in the history
May 22 release
  • Loading branch information
gnongsie authored May 20, 2022
2 parents 4f0384b + ffdb4dd commit d849508
Show file tree
Hide file tree
Showing 127 changed files with 2,518 additions and 191 deletions.
22 changes: 19 additions & 3 deletions Api/AsymmetricKeyManagementApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public async System.Threading.Tasks.Task<KmsV2KeysAsymPost201Response> CreateP12
{
logger.Debug("CALLING API \"CreateP12KeysAsync\" STARTED");
ApiResponse<KmsV2KeysAsymPost201Response> localVarResponse = await CreateP12KeysAsyncWithHttpInfo(createP12KeysRequest);
logger.Debug("CALLING API \"CreateP12KeysAsync\" STARTED");
logger.Debug("CALLING API \"CreateP12KeysAsync\" ENDED");
return localVarResponse.Data;

}
Expand Down Expand Up @@ -572,7 +572,7 @@ public async System.Threading.Tasks.Task<KmsV2KeysAsymDeletesPost200Response> De
{
logger.Debug("CALLING API \"DeleteBulkP12KeysAsync\" STARTED");
ApiResponse<KmsV2KeysAsymDeletesPost200Response> localVarResponse = await DeleteBulkP12KeysAsyncWithHttpInfo(deleteBulkP12KeysRequest);
logger.Debug("CALLING API \"DeleteBulkP12KeysAsync\" STARTED");
logger.Debug("CALLING API \"DeleteBulkP12KeysAsync\" ENDED");
return localVarResponse.Data;

}
Expand Down Expand Up @@ -718,6 +718,14 @@ public ApiResponse< KmsV2KeysAsymGet200Response > GetP12KeyDetailsWithHttpInfo (
localVarPathParams.Add("keyId", Configuration.ApiClient.ParameterToString(keyId)); // path parameter
}
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarPathParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


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

}
Expand Down Expand Up @@ -803,6 +811,14 @@ public async System.Threading.Tasks.Task<ApiResponse<KmsV2KeysAsymGet200Response
localVarPathParams.Add("keyId", Configuration.ApiClient.ParameterToString(keyId)); // path parameter
}
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarPathParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


// make the HTTP request
Expand Down
2 changes: 1 addition & 1 deletion Api/CaptureApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public async System.Threading.Tasks.Task<PtsV2PaymentsCapturesPost201Response> C
{
logger.Debug("CALLING API \"CapturePaymentAsync\" STARTED");
ApiResponse<PtsV2PaymentsCapturesPost201Response> localVarResponse = await CapturePaymentAsyncWithHttpInfo(capturePaymentRequest, id);
logger.Debug("CALLING API \"CapturePaymentAsync\" STARTED");
logger.Debug("CALLING API \"CapturePaymentAsync\" ENDED");
return localVarResponse.Data;

}
Expand Down
18 changes: 17 additions & 1 deletion Api/ChargebackDetailsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,14 @@ public ApiResponse< ReportingV3ChargebackDetailsGet200Response > GetChargebackDe
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


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

}
Expand Down Expand Up @@ -385,6 +393,14 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackDetail
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


// make the HTTP request
Expand Down
18 changes: 17 additions & 1 deletion Api/ChargebackSummariesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,14 @@ public ApiResponse< ReportingV3ChargebackSummariesGet200Response > GetChargeback
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


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

}
Expand Down Expand Up @@ -385,6 +393,14 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackSummar
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


// make the HTTP request
Expand Down
18 changes: 17 additions & 1 deletion Api/ConversionDetailsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,14 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


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

}
Expand Down Expand Up @@ -385,6 +393,14 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
logger.Debug($"HTTP Request Body :\n{logUtility.ConvertDictionaryToString(localVarQueryParams)}");
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


// make the HTTP request
Expand Down
2 changes: 1 addition & 1 deletion Api/CreditApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public async System.Threading.Tasks.Task<PtsV2CreditsPost201Response> CreateCred
{
logger.Debug("CALLING API \"CreateCreditAsync\" STARTED");
ApiResponse<PtsV2CreditsPost201Response> localVarResponse = await CreateCreditAsyncWithHttpInfo(createCreditRequest);
logger.Debug("CALLING API \"CreateCreditAsync\" STARTED");
logger.Debug("CALLING API \"CreateCreditAsync\" ENDED");
return localVarResponse.Data;

}
Expand Down
38 changes: 35 additions & 3 deletions Api/CustomerApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,14 @@ public ApiResponse<Object> DeleteCustomerWithHttpInfo (string customerTokenId, s
{
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
}
if (Method.DELETE == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


// make the HTTP request
Expand Down Expand Up @@ -493,6 +501,14 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> DeleteCustomerAsyn
{
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
}
if (Method.DELETE == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


// make the HTTP request
Expand Down Expand Up @@ -582,6 +598,14 @@ public ApiResponse< TmsV2CustomersResponse > GetCustomerWithHttpInfo (string cus
{
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
}
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


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

}
Expand Down Expand Up @@ -673,6 +697,14 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV2CustomersResponse>> Ge
{
localVarHeaderParams.Add("profile-id", Configuration.ApiClient.ParameterToString(profileId)); // header parameter
}
if (Method.GET == Method.POST)
{
localVarPostBody = "{}";
}
else
{
localVarPostBody = null;
}


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

}
Expand Down Expand Up @@ -1051,7 +1083,7 @@ public async System.Threading.Tasks.Task<TmsV2CustomersResponse> PostCustomerAsy
{
logger.Debug("CALLING API \"PostCustomerAsync\" STARTED");
ApiResponse<TmsV2CustomersResponse> localVarResponse = await PostCustomerAsyncWithHttpInfo(postCustomerRequest, profileId);
logger.Debug("CALLING API \"PostCustomerAsync\" STARTED");
logger.Debug("CALLING API \"PostCustomerAsync\" ENDED");
return localVarResponse.Data;

}
Expand Down
Loading

0 comments on commit d849508

Please sign in to comment.