Skip to content

Commit 0da2ec2

Browse files
moving to openapi generator 7.5.0
1 parent b77813f commit 0da2ec2

File tree

70 files changed

+373
-356
lines changed

Some content is hidden

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

70 files changed

+373
-356
lines changed

csharp/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.8.0
1+
7.5.0

csharp/Acme.App.MastercardApi.Client/Api/DeleteApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface IDeleteApiAsync : IApiAccessor
6969
/// <param name="operationIndex">Index associated with the operation.</param>
7070
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
7171
/// <returns>Task of DeleteResponseSchema</returns>
72-
System.Threading.Tasks.Task<DeleteResponseSchema> DeleteDigitizationAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
72+
System.Threading.Tasks.Task<DeleteResponseSchema> DeleteDigitizationAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
7373

7474
/// <summary>
7575
/// Used to delete one or more Tokens. The API is limited to 10 Tokens per request.
@@ -82,7 +82,7 @@ public interface IDeleteApiAsync : IApiAccessor
8282
/// <param name="operationIndex">Index associated with the operation.</param>
8383
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
8484
/// <returns>Task of ApiResponse (DeleteResponseSchema)</returns>
85-
System.Threading.Tasks.Task<ApiResponse<DeleteResponseSchema>> DeleteDigitizationWithHttpInfoAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
85+
System.Threading.Tasks.Task<ApiResponse<DeleteResponseSchema>> DeleteDigitizationWithHttpInfoAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
8686
#endregion Asynchronous Operations
8787
}
8888

@@ -276,7 +276,7 @@ public Acme.App.MastercardApi.Client.Client.ExceptionFactory ExceptionFactory
276276
/// <param name="operationIndex">Index associated with the operation.</param>
277277
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
278278
/// <returns>Task of DeleteResponseSchema</returns>
279-
public async System.Threading.Tasks.Task<DeleteResponseSchema> DeleteDigitizationAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
279+
public async System.Threading.Tasks.Task<DeleteResponseSchema> DeleteDigitizationAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
280280
{
281281
Acme.App.MastercardApi.Client.Client.ApiResponse<DeleteResponseSchema> localVarResponse = await DeleteDigitizationWithHttpInfoAsync(deleteRequestSchema, operationIndex, cancellationToken).ConfigureAwait(false);
282282
return localVarResponse.Data;
@@ -290,7 +290,7 @@ public Acme.App.MastercardApi.Client.Client.ExceptionFactory ExceptionFactory
290290
/// <param name="operationIndex">Index associated with the operation.</param>
291291
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
292292
/// <returns>Task of ApiResponse (DeleteResponseSchema)</returns>
293-
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<DeleteResponseSchema>> DeleteDigitizationWithHttpInfoAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
293+
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<DeleteResponseSchema>> DeleteDigitizationWithHttpInfoAsync(DeleteRequestSchema deleteRequestSchema = default(DeleteRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
294294
{
295295

296296
Acme.App.MastercardApi.Client.Client.RequestOptions localVarRequestOptions = new Acme.App.MastercardApi.Client.Client.RequestOptions();

csharp/Acme.App.MastercardApi.Client/Api/GetAssetApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface IGetAssetApiAsync : IApiAccessor
6969
/// <param name="operationIndex">Index associated with the operation.</param>
7070
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
7171
/// <returns>Task of AssetResponseSchema</returns>
72-
System.Threading.Tasks.Task<AssetResponseSchema> GetAssetAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
72+
System.Threading.Tasks.Task<AssetResponseSchema> GetAssetAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
7373

7474
/// <summary>
7575
/// Used to retrieve static Assets from the MDES repository.
@@ -82,7 +82,7 @@ public interface IGetAssetApiAsync : IApiAccessor
8282
/// <param name="operationIndex">Index associated with the operation.</param>
8383
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
8484
/// <returns>Task of ApiResponse (AssetResponseSchema)</returns>
85-
System.Threading.Tasks.Task<ApiResponse<AssetResponseSchema>> GetAssetWithHttpInfoAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
85+
System.Threading.Tasks.Task<ApiResponse<AssetResponseSchema>> GetAssetWithHttpInfoAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
8686
#endregion Asynchronous Operations
8787
}
8888

@@ -281,7 +281,7 @@ public Acme.App.MastercardApi.Client.Client.ApiResponse<AssetResponseSchema> Get
281281
/// <param name="operationIndex">Index associated with the operation.</param>
282282
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
283283
/// <returns>Task of AssetResponseSchema</returns>
284-
public async System.Threading.Tasks.Task<AssetResponseSchema> GetAssetAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
284+
public async System.Threading.Tasks.Task<AssetResponseSchema> GetAssetAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
285285
{
286286
Acme.App.MastercardApi.Client.Client.ApiResponse<AssetResponseSchema> localVarResponse = await GetAssetWithHttpInfoAsync(assetId, operationIndex, cancellationToken).ConfigureAwait(false);
287287
return localVarResponse.Data;
@@ -295,7 +295,7 @@ public Acme.App.MastercardApi.Client.Client.ApiResponse<AssetResponseSchema> Get
295295
/// <param name="operationIndex">Index associated with the operation.</param>
296296
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
297297
/// <returns>Task of ApiResponse (AssetResponseSchema)</returns>
298-
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<AssetResponseSchema>> GetAssetWithHttpInfoAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
298+
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<AssetResponseSchema>> GetAssetWithHttpInfoAsync(string assetId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
299299
{
300300
// verify the required parameter 'assetId' is set
301301
if (assetId == null)

csharp/Acme.App.MastercardApi.Client/Api/GetTaskStatusApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface IGetTaskStatusApiAsync : IApiAccessor
6969
/// <param name="operationIndex">Index associated with the operation.</param>
7070
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
7171
/// <returns>Task of GetTaskStatusResponseSchema</returns>
72-
System.Threading.Tasks.Task<GetTaskStatusResponseSchema> GetTaskStatusAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
72+
System.Threading.Tasks.Task<GetTaskStatusResponseSchema> GetTaskStatusAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
7373

7474
/// <summary>
7575
/// Used to check the status of any asynchronous task that was previously requested.
@@ -82,7 +82,7 @@ public interface IGetTaskStatusApiAsync : IApiAccessor
8282
/// <param name="operationIndex">Index associated with the operation.</param>
8383
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
8484
/// <returns>Task of ApiResponse (GetTaskStatusResponseSchema)</returns>
85-
System.Threading.Tasks.Task<ApiResponse<GetTaskStatusResponseSchema>> GetTaskStatusWithHttpInfoAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
85+
System.Threading.Tasks.Task<ApiResponse<GetTaskStatusResponseSchema>> GetTaskStatusWithHttpInfoAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
8686
#endregion Asynchronous Operations
8787
}
8888

@@ -276,7 +276,7 @@ public Acme.App.MastercardApi.Client.Client.ExceptionFactory ExceptionFactory
276276
/// <param name="operationIndex">Index associated with the operation.</param>
277277
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
278278
/// <returns>Task of GetTaskStatusResponseSchema</returns>
279-
public async System.Threading.Tasks.Task<GetTaskStatusResponseSchema> GetTaskStatusAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
279+
public async System.Threading.Tasks.Task<GetTaskStatusResponseSchema> GetTaskStatusAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
280280
{
281281
Acme.App.MastercardApi.Client.Client.ApiResponse<GetTaskStatusResponseSchema> localVarResponse = await GetTaskStatusWithHttpInfoAsync(getTaskStatusRequestSchema, operationIndex, cancellationToken).ConfigureAwait(false);
282282
return localVarResponse.Data;
@@ -290,7 +290,7 @@ public Acme.App.MastercardApi.Client.Client.ExceptionFactory ExceptionFactory
290290
/// <param name="operationIndex">Index associated with the operation.</param>
291291
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
292292
/// <returns>Task of ApiResponse (GetTaskStatusResponseSchema)</returns>
293-
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<GetTaskStatusResponseSchema>> GetTaskStatusWithHttpInfoAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
293+
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<GetTaskStatusResponseSchema>> GetTaskStatusWithHttpInfoAsync(GetTaskStatusRequestSchema getTaskStatusRequestSchema = default(GetTaskStatusRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
294294
{
295295

296296
Acme.App.MastercardApi.Client.Client.RequestOptions localVarRequestOptions = new Acme.App.MastercardApi.Client.Client.RequestOptions();

csharp/Acme.App.MastercardApi.Client/Api/GetTokenApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface IGetTokenApiAsync : IApiAccessor
6969
/// <param name="operationIndex">Index associated with the operation.</param>
7070
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
7171
/// <returns>Task of GetTokenResponseSchema</returns>
72-
System.Threading.Tasks.Task<GetTokenResponseSchema> GetTokenAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
72+
System.Threading.Tasks.Task<GetTokenResponseSchema> GetTokenAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
7373

7474
/// <summary>
7575
/// Used to get the status and details of a single given Token.
@@ -82,7 +82,7 @@ public interface IGetTokenApiAsync : IApiAccessor
8282
/// <param name="operationIndex">Index associated with the operation.</param>
8383
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
8484
/// <returns>Task of ApiResponse (GetTokenResponseSchema)</returns>
85-
System.Threading.Tasks.Task<ApiResponse<GetTokenResponseSchema>> GetTokenWithHttpInfoAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
85+
System.Threading.Tasks.Task<ApiResponse<GetTokenResponseSchema>> GetTokenWithHttpInfoAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
8686
#endregion Asynchronous Operations
8787
}
8888

@@ -276,7 +276,7 @@ public Acme.App.MastercardApi.Client.Client.ExceptionFactory ExceptionFactory
276276
/// <param name="operationIndex">Index associated with the operation.</param>
277277
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
278278
/// <returns>Task of GetTokenResponseSchema</returns>
279-
public async System.Threading.Tasks.Task<GetTokenResponseSchema> GetTokenAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
279+
public async System.Threading.Tasks.Task<GetTokenResponseSchema> GetTokenAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
280280
{
281281
Acme.App.MastercardApi.Client.Client.ApiResponse<GetTokenResponseSchema> localVarResponse = await GetTokenWithHttpInfoAsync(getTokenRequestSchema, operationIndex, cancellationToken).ConfigureAwait(false);
282282
return localVarResponse.Data;
@@ -290,7 +290,7 @@ public Acme.App.MastercardApi.Client.Client.ExceptionFactory ExceptionFactory
290290
/// <param name="operationIndex">Index associated with the operation.</param>
291291
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
292292
/// <returns>Task of ApiResponse (GetTokenResponseSchema)</returns>
293-
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<GetTokenResponseSchema>> GetTokenWithHttpInfoAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
293+
public async System.Threading.Tasks.Task<Acme.App.MastercardApi.Client.Client.ApiResponse<GetTokenResponseSchema>> GetTokenWithHttpInfoAsync(GetTokenRequestSchema getTokenRequestSchema = default(GetTokenRequestSchema), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
294294
{
295295

296296
Acme.App.MastercardApi.Client.Client.RequestOptions localVarRequestOptions = new Acme.App.MastercardApi.Client.Client.RequestOptions();

0 commit comments

Comments
 (0)