Skip to content

Commit 6bf5797

Browse files
committed
Mid-May 2020 Release (Generation)
1 parent 849e456 commit 6bf5797

File tree

503 files changed

+8989
-4544
lines changed

Some content is hidden

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

503 files changed

+8989
-4544
lines changed

Api/CaptureApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public ApiResponse< PtsV2PaymentsCapturesPost201Response > CapturePaymentWithHtt
257257

258258
return new ApiResponse<PtsV2PaymentsCapturesPost201Response>(localVarStatusCode,
259259
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
260-
(PtsV2PaymentsCapturesPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2PaymentsCapturesPost201Response)));
260+
(PtsV2PaymentsCapturesPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2PaymentsCapturesPost201Response))); // Return statement
261261
}
262262

263263
/// <summary>
@@ -338,7 +338,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2PaymentsCapturesPost20
338338

339339
return new ApiResponse<PtsV2PaymentsCapturesPost201Response>(localVarStatusCode,
340340
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
341-
(PtsV2PaymentsCapturesPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2PaymentsCapturesPost201Response)));
341+
(PtsV2PaymentsCapturesPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2PaymentsCapturesPost201Response))); // Return statement
342342
}
343343

344344
}

Api/ConversionDetailsApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
258258

259259
return new ApiResponse<ReportingV3ConversionDetailsGet200Response>(localVarStatusCode,
260260
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
261-
(ReportingV3ConversionDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ConversionDetailsGet200Response)));
261+
(ReportingV3ConversionDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ConversionDetailsGet200Response))); // Return statement
262262
}
263263

264264
/// <summary>
@@ -336,7 +336,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
336336

337337
return new ApiResponse<ReportingV3ConversionDetailsGet200Response>(localVarStatusCode,
338338
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
339-
(ReportingV3ConversionDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ConversionDetailsGet200Response)));
339+
(ReportingV3ConversionDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ConversionDetailsGet200Response))); // Return statement
340340
}
341341

342342
}

Api/CreditApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public ApiResponse< PtsV2CreditsPost201Response > CreateCreditWithHttpInfo (Crea
247247

248248
return new ApiResponse<PtsV2CreditsPost201Response>(localVarStatusCode,
249249
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
250-
(PtsV2CreditsPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreditsPost201Response)));
250+
(PtsV2CreditsPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreditsPost201Response))); // Return statement
251251
}
252252

253253
/// <summary>
@@ -322,7 +322,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
322322

323323
return new ApiResponse<PtsV2CreditsPost201Response>(localVarStatusCode,
324324
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
325-
(PtsV2CreditsPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreditsPost201Response)));
325+
(PtsV2CreditsPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreditsPost201Response))); // Return statement
326326
}
327327

328328
}

Api/DecisionManagerApi.cs

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

Api/DownloadDTDApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public ApiResponse<Object> GetDTDV2WithHttpInfo (string reportDefinitionNameVers
198198
if (reportDefinitionNameVersion == null)
199199
throw new ApiException(400, "Missing required parameter 'reportDefinitionNameVersion' when calling DownloadDTDApi->GetDTDV2");
200200

201-
var localVarPath = $"/dtds/{reportDefinitionNameVersion}";
201+
var localVarPath = $"/reporting/v3/dtds/{reportDefinitionNameVersion}";
202202
var localVarPathParams = new Dictionary<String, String>();
203203
var localVarQueryParams = new Dictionary<String, String>();
204204
var localVarHeaderParams = new Dictionary<String, String>(Configuration.DefaultHeader);
@@ -238,7 +238,7 @@ public ApiResponse<Object> GetDTDV2WithHttpInfo (string reportDefinitionNameVers
238238

239239
return new ApiResponse<Object>(localVarStatusCode,
240240
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
241-
null);
241+
null); // Return statement
242242
}
243243

244244
/// <summary>
@@ -265,7 +265,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> GetDTDV2AsyncWithH
265265
if (reportDefinitionNameVersion == null)
266266
throw new ApiException(400, "Missing required parameter 'reportDefinitionNameVersion' when calling DownloadDTDApi->GetDTDV2");
267267

268-
var localVarPath = $"/dtds/{reportDefinitionNameVersion}";
268+
var localVarPath = $"/reporting/v3/dtds/{reportDefinitionNameVersion}";
269269
var localVarPathParams = new Dictionary<String, String>();
270270
var localVarQueryParams = new Dictionary<String, String>();
271271
var localVarHeaderParams = new Dictionary<String, String>(Configuration.DefaultHeader);
@@ -305,7 +305,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> GetDTDV2AsyncWithH
305305

306306
return new ApiResponse<Object>(localVarStatusCode,
307307
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
308-
null);
308+
null); // Return statement
309309
}
310310

311311
}

Api/DownloadXSDApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public ApiResponse<Object> GetXSDV2WithHttpInfo (string reportDefinitionNameVers
198198
if (reportDefinitionNameVersion == null)
199199
throw new ApiException(400, "Missing required parameter 'reportDefinitionNameVersion' when calling DownloadXSDApi->GetXSDV2");
200200

201-
var localVarPath = $"/xsds/{reportDefinitionNameVersion}";
201+
var localVarPath = $"/reporting/v3/xsds/{reportDefinitionNameVersion}";
202202
var localVarPathParams = new Dictionary<String, String>();
203203
var localVarQueryParams = new Dictionary<String, String>();
204204
var localVarHeaderParams = new Dictionary<String, String>(Configuration.DefaultHeader);
@@ -238,7 +238,7 @@ public ApiResponse<Object> GetXSDV2WithHttpInfo (string reportDefinitionNameVers
238238

239239
return new ApiResponse<Object>(localVarStatusCode,
240240
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
241-
null);
241+
null); // Return statement
242242
}
243243

244244
/// <summary>
@@ -265,7 +265,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> GetXSDV2AsyncWithH
265265
if (reportDefinitionNameVersion == null)
266266
throw new ApiException(400, "Missing required parameter 'reportDefinitionNameVersion' when calling DownloadXSDApi->GetXSDV2");
267267

268-
var localVarPath = $"/xsds/{reportDefinitionNameVersion}";
268+
var localVarPath = $"/reporting/v3/xsds/{reportDefinitionNameVersion}";
269269
var localVarPathParams = new Dictionary<String, String>();
270270
var localVarQueryParams = new Dictionary<String, String>();
271271
var localVarHeaderParams = new Dictionary<String, String>(Configuration.DefaultHeader);
@@ -305,7 +305,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> GetXSDV2AsyncWithH
305305

306306
return new ApiResponse<Object>(localVarStatusCode,
307307
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
308-
null);
308+
null); // Return statement
309309
}
310310

311311
}

Api/InstrumentIdentifierApi.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public ApiResponse< TmsV1InstrumentIdentifiersPost200Response > CreateInstrument
453453

454454
return new ApiResponse<TmsV1InstrumentIdentifiersPost200Response>(localVarStatusCode,
455455
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
456-
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response)));
456+
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response))); // Return statement
457457
}
458458

459459
/// <summary>
@@ -534,7 +534,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
534534

535535
return new ApiResponse<TmsV1InstrumentIdentifiersPost200Response>(localVarStatusCode,
536536
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
537-
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response)));
537+
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response))); // Return statement
538538
}
539539

540540
/// <summary>
@@ -606,7 +606,7 @@ public ApiResponse<Object> DeleteInstrumentIdentifierWithHttpInfo (string profil
606606

607607
return new ApiResponse<Object>(localVarStatusCode,
608608
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
609-
null);
609+
null); // Return statement
610610
}
611611

612612
/// <summary>
@@ -679,7 +679,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> DeleteInstrumentId
679679

680680
return new ApiResponse<Object>(localVarStatusCode,
681681
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
682-
null);
682+
null); // Return statement
683683
}
684684

685685
/// <summary>
@@ -758,7 +758,7 @@ public ApiResponse< TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response >
758758

759759
return new ApiResponse<TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response>(localVarStatusCode,
760760
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
761-
(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response)));
761+
(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response))); // Return statement
762762
}
763763

764764
/// <summary>
@@ -838,7 +838,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
838838

839839
return new ApiResponse<TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response>(localVarStatusCode,
840840
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
841-
(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response)));
841+
(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200Response))); // Return statement
842842
}
843843

844844
/// <summary>
@@ -911,7 +911,7 @@ public ApiResponse< TmsV1InstrumentIdentifiersPost200Response > GetInstrumentIde
911911

912912
return new ApiResponse<TmsV1InstrumentIdentifiersPost200Response>(localVarStatusCode,
913913
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
914-
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response)));
914+
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response))); // Return statement
915915
}
916916

917917
/// <summary>
@@ -985,7 +985,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
985985

986986
return new ApiResponse<TmsV1InstrumentIdentifiersPost200Response>(localVarStatusCode,
987987
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
988-
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response)));
988+
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response))); // Return statement
989989
}
990990

991991
/// <summary>
@@ -1071,7 +1071,7 @@ public ApiResponse< TmsV1InstrumentIdentifiersPost200Response > UpdateInstrument
10711071

10721072
return new ApiResponse<TmsV1InstrumentIdentifiersPost200Response>(localVarStatusCode,
10731073
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
1074-
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response)));
1074+
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response))); // Return statement
10751075
}
10761076

10771077
/// <summary>
@@ -1158,7 +1158,7 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV1InstrumentIdentifiersP
11581158

11591159
return new ApiResponse<TmsV1InstrumentIdentifiersPost200Response>(localVarStatusCode,
11601160
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
1161-
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response)));
1161+
(TmsV1InstrumentIdentifiersPost200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(TmsV1InstrumentIdentifiersPost200Response))); // Return statement
11621162
}
11631163

11641164
}

Api/InvoiceSettingsApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public ApiResponse< InvoicingV2InvoiceSettingsGet200Response > GetInvoiceSetting
272272

273273
return new ApiResponse<InvoicingV2InvoiceSettingsGet200Response>(localVarStatusCode,
274274
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
275-
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response)));
275+
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response))); // Return statement
276276
}
277277

278278
/// <summary>
@@ -334,7 +334,7 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoiceSettingsG
334334

335335
return new ApiResponse<InvoicingV2InvoiceSettingsGet200Response>(localVarStatusCode,
336336
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
337-
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response)));
337+
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response))); // Return statement
338338
}
339339

340340
/// <summary>
@@ -408,7 +408,7 @@ public ApiResponse< InvoicingV2InvoiceSettingsGet200Response > UpdateInvoiceSett
408408

409409
return new ApiResponse<InvoicingV2InvoiceSettingsGet200Response>(localVarStatusCode,
410410
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
411-
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response)));
411+
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response))); // Return statement
412412
}
413413

414414
/// <summary>
@@ -483,7 +483,7 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoiceSettingsG
483483

484484
return new ApiResponse<InvoicingV2InvoiceSettingsGet200Response>(localVarStatusCode,
485485
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
486-
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response)));
486+
(InvoicingV2InvoiceSettingsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(InvoicingV2InvoiceSettingsGet200Response))); // Return statement
487487
}
488488

489489
}

0 commit comments

Comments
 (0)