@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230403.1 → 1.20230512.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/.openapi-generator/FILES +20 -1
  2. package/api/capitation-plan-rates-api.ts +22 -13
  3. package/api/claim-adjudication-api.ts +404 -0
  4. package/api/commission-adjustments-api.ts +59 -107
  5. package/api/commission-rate-subscribers-api.ts +126 -0
  6. package/api/context4-health-cost-containment-option-pricing-api.ts +17 -8
  7. package/api/context4-health-cost-containment-options-api.ts +17 -8
  8. package/api/groups-api.ts +97 -0
  9. package/api/invoice-status-api.ts +155 -0
  10. package/api/invoice-types-api.ts +155 -0
  11. package/api/members-api.ts +323 -0
  12. package/api/plan-benefit-clusters-api.ts +17 -8
  13. package/api/plan-relationship-age-restrictions-api.ts +63 -148
  14. package/api/premium-invoice-subscribers-api.ts +123 -0
  15. package/api/process-logging-api.ts +105 -0
  16. package/api/security-area-user-groups-api.ts +100 -0
  17. package/api/security-area-users-api.ts +98 -0
  18. package/api/subscriber-plan-policy-forfeitures-api.ts +581 -35
  19. package/api/ucnetwork-api.ts +710 -0
  20. package/api.ts +3 -1
  21. package/models/auth-adjustment.ts +2 -2
  22. package/models/billing-cycle.ts +25 -1
  23. package/models/call-tracking.ts +25 -1
  24. package/models/check-batch.ts +27 -3
  25. package/models/commission-adjustment.ts +21 -15
  26. package/models/commission-rate.ts +90 -36
  27. package/models/company-data.ts +12 -0
  28. package/models/enrollment-pcpauto-assign-member-list-vbaresponse.ts +45 -0
  29. package/models/enrollment-pcpauto-assign-member.ts +96 -0
  30. package/models/enrollment-pcpauto-assign-provider-list-vbaresponse.ts +45 -0
  31. package/models/enrollment-pcpauto-assign-provider.ts +90 -0
  32. package/models/enrollment-pcpauto-assign.ts +3 -3
  33. package/models/funding-request.ts +26 -2
  34. package/models/index.ts +17 -0
  35. package/models/payee.ts +29 -5
  36. package/models/plan-pre-ex.ts +54 -0
  37. package/models/plans.ts +6 -0
  38. package/models/prem-invoice.ts +27 -21
  39. package/models/prem-rate-type.ts +6 -0
  40. package/models/prem-rate.ts +6 -0
  41. package/models/state-interest.ts +72 -0
  42. package/models/state.ts +35 -5
  43. package/models/string-list-vbaresponse.ts +44 -0
  44. package/models/sub-enrollment-plan.ts +6 -0
  45. package/models/sub-payment-method.ts +16 -10
  46. package/models/subscriber-forfeiture-status.ts +25 -1
  47. package/models/subscribers.ts +6 -0
  48. package/models/ucnetwork-list-vbaresponse.ts +45 -0
  49. package/models/ucnetwork-vbaresponse.ts +45 -0
  50. package/models/ucnetwork.ts +90 -0
  51. package/models/vbacommission-rate-subscriber-list-vbaresponse.ts +45 -0
  52. package/models/vbacommission-rate-subscriber.ts +48 -0
  53. package/models/vbagroup-enrollment-summary-vbaresponse.ts +45 -0
  54. package/models/vbagroup-enrollment-summary.ts +48 -0
  55. package/models/vbamembers-disability-tax-summary-vbaresponse.ts +45 -0
  56. package/models/vbamembers-disability-tax-summary.ts +276 -0
  57. package/models/vbaprem-invoice-subscriber-history-list-vbaresponse.ts +45 -0
  58. package/models/vbaprem-invoice-subscriber-history.ts +108 -0
  59. package/models/vbaprocess-log-list-vbaresponse.ts +45 -0
  60. package/package.json +1 -1
  61. package/api/subscriber-plan-forfeitures-api.ts +0 -731
@@ -38,20 +38,16 @@ export const CommissionAdjustmentsApiAxiosParamCreator = function (configuration
38
38
  * Creates a new CommissionAdjustment
39
39
  * @summary Create CommissionAdjustment
40
40
  * @param {string} vbasoftwareDatabase Target database
41
- * @param {number} commTransKey CommissionTransaction Key
42
41
  * @param {CommissionAdjustment} commissionAdjustment
43
42
  * @param {*} [options] Override http request option.
44
43
  * @throws {RequiredError}
45
44
  */
46
- createCommissionAdjustment: async (vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: CommissionAdjustment, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
45
+ createCommissionAdjustment: async (vbasoftwareDatabase: string, commissionAdjustment: CommissionAdjustment, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
47
46
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
48
47
  assertParamExists('createCommissionAdjustment', 'vbasoftwareDatabase', vbasoftwareDatabase)
49
- // verify required parameter 'commTransKey' is not null or undefined
50
- assertParamExists('createCommissionAdjustment', 'commTransKey', commTransKey)
51
48
  // verify required parameter 'commissionAdjustment' is not null or undefined
52
49
  assertParamExists('createCommissionAdjustment', 'commissionAdjustment', commissionAdjustment)
53
- const localVarPath = `/commission-transactions/{commTransKey}/commission-adjustments`
54
- .replace(`{${"commTransKey"}}`, encodeURIComponent(String(commTransKey)));
50
+ const localVarPath = `/commission-adjustments`;
55
51
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
56
52
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
57
53
  let baseOptions;
@@ -92,20 +88,16 @@ export const CommissionAdjustmentsApiAxiosParamCreator = function (configuration
92
88
  * Deletes an CommissionAdjustment
93
89
  * @summary Delete CommissionAdjustment
94
90
  * @param {string} vbasoftwareDatabase Target database
95
- * @param {number} commTransKey CommissionTransaction Key
96
91
  * @param {number} commAdjKey CommissionAdjustment Key
97
92
  * @param {*} [options] Override http request option.
98
93
  * @throws {RequiredError}
99
94
  */
100
- deleteCommissionAdjustment: async (vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
95
+ deleteCommissionAdjustment: async (vbasoftwareDatabase: string, commAdjKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
101
96
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
102
97
  assertParamExists('deleteCommissionAdjustment', 'vbasoftwareDatabase', vbasoftwareDatabase)
103
- // verify required parameter 'commTransKey' is not null or undefined
104
- assertParamExists('deleteCommissionAdjustment', 'commTransKey', commTransKey)
105
98
  // verify required parameter 'commAdjKey' is not null or undefined
106
99
  assertParamExists('deleteCommissionAdjustment', 'commAdjKey', commAdjKey)
107
- const localVarPath = `/commission-transactions/{commTransKey}/commission-adjustments/{commAdjKey}`
108
- .replace(`{${"commTransKey"}}`, encodeURIComponent(String(commTransKey)))
100
+ const localVarPath = `/commission-adjustments/{commAdjKey}`
109
101
  .replace(`{${"commAdjKey"}}`, encodeURIComponent(String(commAdjKey)));
110
102
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
111
103
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -144,20 +136,16 @@ export const CommissionAdjustmentsApiAxiosParamCreator = function (configuration
144
136
  * Gets CommissionAdjustment
145
137
  * @summary Get CommissionAdjustment
146
138
  * @param {string} vbasoftwareDatabase Target database
147
- * @param {number} commTransKey CommissionTransaction Key
148
139
  * @param {number} commAdjKey CommissionAdjustment Key
149
140
  * @param {*} [options] Override http request option.
150
141
  * @throws {RequiredError}
151
142
  */
152
- getCommissionAdjustment: async (vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
143
+ getCommissionAdjustment: async (vbasoftwareDatabase: string, commAdjKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
153
144
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
154
145
  assertParamExists('getCommissionAdjustment', 'vbasoftwareDatabase', vbasoftwareDatabase)
155
- // verify required parameter 'commTransKey' is not null or undefined
156
- assertParamExists('getCommissionAdjustment', 'commTransKey', commTransKey)
157
146
  // verify required parameter 'commAdjKey' is not null or undefined
158
147
  assertParamExists('getCommissionAdjustment', 'commAdjKey', commAdjKey)
159
- const localVarPath = `/commission-transactions/{commTransKey}/commission-adjustments/{commAdjKey}`
160
- .replace(`{${"commTransKey"}}`, encodeURIComponent(String(commTransKey)))
148
+ const localVarPath = `/commission-adjustments/{commAdjKey}`
161
149
  .replace(`{${"commAdjKey"}}`, encodeURIComponent(String(commAdjKey)));
162
150
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
163
151
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -193,22 +181,18 @@ export const CommissionAdjustmentsApiAxiosParamCreator = function (configuration
193
181
  };
194
182
  },
195
183
  /**
196
- * Lists all CommissionAdjustment for the given commTransKey
184
+ * Lists all CommissionAdjustment
197
185
  * @summary List CommissionAdjustment
198
186
  * @param {string} vbasoftwareDatabase Target database
199
- * @param {number} commTransKey CommissionTransaction Key
200
187
  * @param {number} [page] Page
201
188
  * @param {number} [pageSize] Page Size
202
189
  * @param {*} [options] Override http request option.
203
190
  * @throws {RequiredError}
204
191
  */
205
- listCommissionAdjustment: async (vbasoftwareDatabase: string, commTransKey: number, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
192
+ listCommissionAdjustment: async (vbasoftwareDatabase: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
206
193
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
207
194
  assertParamExists('listCommissionAdjustment', 'vbasoftwareDatabase', vbasoftwareDatabase)
208
- // verify required parameter 'commTransKey' is not null or undefined
209
- assertParamExists('listCommissionAdjustment', 'commTransKey', commTransKey)
210
- const localVarPath = `/commission-transactions/{commTransKey}/commission-adjustments`
211
- .replace(`{${"commTransKey"}}`, encodeURIComponent(String(commTransKey)));
195
+ const localVarPath = `/commission-adjustments`;
212
196
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
213
197
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
214
198
  let baseOptions;
@@ -254,20 +238,16 @@ export const CommissionAdjustmentsApiAxiosParamCreator = function (configuration
254
238
  * Create or Update multiple CommissionAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
255
239
  * @summary Create or Update Batch CommissionAdjustment
256
240
  * @param {string} vbasoftwareDatabase Target database
257
- * @param {number} commTransKey CommissionTransaction Key
258
241
  * @param {Array<CommissionAdjustment>} commissionAdjustment
259
242
  * @param {*} [options] Override http request option.
260
243
  * @throws {RequiredError}
261
244
  */
262
- updateBatchCommissionAdjustment: async (vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: Array<CommissionAdjustment>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
245
+ updateBatchCommissionAdjustment: async (vbasoftwareDatabase: string, commissionAdjustment: Array<CommissionAdjustment>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
263
246
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
264
247
  assertParamExists('updateBatchCommissionAdjustment', 'vbasoftwareDatabase', vbasoftwareDatabase)
265
- // verify required parameter 'commTransKey' is not null or undefined
266
- assertParamExists('updateBatchCommissionAdjustment', 'commTransKey', commTransKey)
267
248
  // verify required parameter 'commissionAdjustment' is not null or undefined
268
249
  assertParamExists('updateBatchCommissionAdjustment', 'commissionAdjustment', commissionAdjustment)
269
- const localVarPath = `/commission-transactions/{commTransKey}/commission-adjustments-batch`
270
- .replace(`{${"commTransKey"}}`, encodeURIComponent(String(commTransKey)));
250
+ const localVarPath = `/commission-adjustments-batch`;
271
251
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
272
252
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
273
253
  let baseOptions;
@@ -308,23 +288,19 @@ export const CommissionAdjustmentsApiAxiosParamCreator = function (configuration
308
288
  * Updates a specific CommissionAdjustment.
309
289
  * @summary Update CommissionAdjustment
310
290
  * @param {string} vbasoftwareDatabase Target database
311
- * @param {number} commTransKey CommissionTransaction Key
312
291
  * @param {number} commAdjKey CommissionAdjustment Key
313
292
  * @param {CommissionAdjustment} commissionAdjustment
314
293
  * @param {*} [options] Override http request option.
315
294
  * @throws {RequiredError}
316
295
  */
317
- updateCommissionAdjustment: async (vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
296
+ updateCommissionAdjustment: async (vbasoftwareDatabase: string, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
318
297
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
319
298
  assertParamExists('updateCommissionAdjustment', 'vbasoftwareDatabase', vbasoftwareDatabase)
320
- // verify required parameter 'commTransKey' is not null or undefined
321
- assertParamExists('updateCommissionAdjustment', 'commTransKey', commTransKey)
322
299
  // verify required parameter 'commAdjKey' is not null or undefined
323
300
  assertParamExists('updateCommissionAdjustment', 'commAdjKey', commAdjKey)
324
301
  // verify required parameter 'commissionAdjustment' is not null or undefined
325
302
  assertParamExists('updateCommissionAdjustment', 'commissionAdjustment', commissionAdjustment)
326
- const localVarPath = `/commission-transactions/{commTransKey}/commission-adjustments/{commAdjKey}`
327
- .replace(`{${"commTransKey"}}`, encodeURIComponent(String(commTransKey)))
303
+ const localVarPath = `/commission-adjustments/{commAdjKey}`
328
304
  .replace(`{${"commAdjKey"}}`, encodeURIComponent(String(commAdjKey)));
329
305
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
330
306
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -376,80 +352,74 @@ export const CommissionAdjustmentsApiFp = function(configuration?: Configuration
376
352
  * Creates a new CommissionAdjustment
377
353
  * @summary Create CommissionAdjustment
378
354
  * @param {string} vbasoftwareDatabase Target database
379
- * @param {number} commTransKey CommissionTransaction Key
380
355
  * @param {CommissionAdjustment} commissionAdjustment
381
356
  * @param {*} [options] Override http request option.
382
357
  * @throws {RequiredError}
383
358
  */
384
- async createCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentVBAResponse>> {
385
- const localVarAxiosArgs = await localVarAxiosParamCreator.createCommissionAdjustment(vbasoftwareDatabase, commTransKey, commissionAdjustment, options);
359
+ async createCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentVBAResponse>> {
360
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createCommissionAdjustment(vbasoftwareDatabase, commissionAdjustment, options);
386
361
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
387
362
  },
388
363
  /**
389
364
  * Deletes an CommissionAdjustment
390
365
  * @summary Delete CommissionAdjustment
391
366
  * @param {string} vbasoftwareDatabase Target database
392
- * @param {number} commTransKey CommissionTransaction Key
393
367
  * @param {number} commAdjKey CommissionAdjustment Key
394
368
  * @param {*} [options] Override http request option.
395
369
  * @throws {RequiredError}
396
370
  */
397
- async deleteCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
398
- const localVarAxiosArgs = await localVarAxiosParamCreator.deleteCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, options);
371
+ async deleteCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
372
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteCommissionAdjustment(vbasoftwareDatabase, commAdjKey, options);
399
373
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
400
374
  },
401
375
  /**
402
376
  * Gets CommissionAdjustment
403
377
  * @summary Get CommissionAdjustment
404
378
  * @param {string} vbasoftwareDatabase Target database
405
- * @param {number} commTransKey CommissionTransaction Key
406
379
  * @param {number} commAdjKey CommissionAdjustment Key
407
380
  * @param {*} [options] Override http request option.
408
381
  * @throws {RequiredError}
409
382
  */
410
- async getCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentVBAResponse>> {
411
- const localVarAxiosArgs = await localVarAxiosParamCreator.getCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, options);
383
+ async getCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentVBAResponse>> {
384
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getCommissionAdjustment(vbasoftwareDatabase, commAdjKey, options);
412
385
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
413
386
  },
414
387
  /**
415
- * Lists all CommissionAdjustment for the given commTransKey
388
+ * Lists all CommissionAdjustment
416
389
  * @summary List CommissionAdjustment
417
390
  * @param {string} vbasoftwareDatabase Target database
418
- * @param {number} commTransKey CommissionTransaction Key
419
391
  * @param {number} [page] Page
420
392
  * @param {number} [pageSize] Page Size
421
393
  * @param {*} [options] Override http request option.
422
394
  * @throws {RequiredError}
423
395
  */
424
- async listCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentListVBAResponse>> {
425
- const localVarAxiosArgs = await localVarAxiosParamCreator.listCommissionAdjustment(vbasoftwareDatabase, commTransKey, page, pageSize, options);
396
+ async listCommissionAdjustment(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentListVBAResponse>> {
397
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listCommissionAdjustment(vbasoftwareDatabase, page, pageSize, options);
426
398
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
427
399
  },
428
400
  /**
429
401
  * Create or Update multiple CommissionAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
430
402
  * @summary Create or Update Batch CommissionAdjustment
431
403
  * @param {string} vbasoftwareDatabase Target database
432
- * @param {number} commTransKey CommissionTransaction Key
433
404
  * @param {Array<CommissionAdjustment>} commissionAdjustment
434
405
  * @param {*} [options] Override http request option.
435
406
  * @throws {RequiredError}
436
407
  */
437
- async updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: Array<CommissionAdjustment>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
438
- const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchCommissionAdjustment(vbasoftwareDatabase, commTransKey, commissionAdjustment, options);
408
+ async updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: Array<CommissionAdjustment>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
409
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchCommissionAdjustment(vbasoftwareDatabase, commissionAdjustment, options);
439
410
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
440
411
  },
441
412
  /**
442
413
  * Updates a specific CommissionAdjustment.
443
414
  * @summary Update CommissionAdjustment
444
415
  * @param {string} vbasoftwareDatabase Target database
445
- * @param {number} commTransKey CommissionTransaction Key
446
416
  * @param {number} commAdjKey CommissionAdjustment Key
447
417
  * @param {CommissionAdjustment} commissionAdjustment
448
418
  * @param {*} [options] Override http request option.
449
419
  * @throws {RequiredError}
450
420
  */
451
- async updateCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentVBAResponse>> {
452
- const localVarAxiosArgs = await localVarAxiosParamCreator.updateCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, commissionAdjustment, options);
421
+ async updateCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionAdjustmentVBAResponse>> {
422
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateCommissionAdjustment(vbasoftwareDatabase, commAdjKey, commissionAdjustment, options);
453
423
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
454
424
  },
455
425
  }
@@ -466,75 +436,69 @@ export const CommissionAdjustmentsApiFactory = function (configuration?: Configu
466
436
  * Creates a new CommissionAdjustment
467
437
  * @summary Create CommissionAdjustment
468
438
  * @param {string} vbasoftwareDatabase Target database
469
- * @param {number} commTransKey CommissionTransaction Key
470
439
  * @param {CommissionAdjustment} commissionAdjustment
471
440
  * @param {*} [options] Override http request option.
472
441
  * @throws {RequiredError}
473
442
  */
474
- createCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: CommissionAdjustment, options?: any): AxiosPromise<CommissionAdjustmentVBAResponse> {
475
- return localVarFp.createCommissionAdjustment(vbasoftwareDatabase, commTransKey, commissionAdjustment, options).then((request) => request(axios, basePath));
443
+ createCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: CommissionAdjustment, options?: any): AxiosPromise<CommissionAdjustmentVBAResponse> {
444
+ return localVarFp.createCommissionAdjustment(vbasoftwareDatabase, commissionAdjustment, options).then((request) => request(axios, basePath));
476
445
  },
477
446
  /**
478
447
  * Deletes an CommissionAdjustment
479
448
  * @summary Delete CommissionAdjustment
480
449
  * @param {string} vbasoftwareDatabase Target database
481
- * @param {number} commTransKey CommissionTransaction Key
482
450
  * @param {number} commAdjKey CommissionAdjustment Key
483
451
  * @param {*} [options] Override http request option.
484
452
  * @throws {RequiredError}
485
453
  */
486
- deleteCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: any): AxiosPromise<void> {
487
- return localVarFp.deleteCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, options).then((request) => request(axios, basePath));
454
+ deleteCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: any): AxiosPromise<void> {
455
+ return localVarFp.deleteCommissionAdjustment(vbasoftwareDatabase, commAdjKey, options).then((request) => request(axios, basePath));
488
456
  },
489
457
  /**
490
458
  * Gets CommissionAdjustment
491
459
  * @summary Get CommissionAdjustment
492
460
  * @param {string} vbasoftwareDatabase Target database
493
- * @param {number} commTransKey CommissionTransaction Key
494
461
  * @param {number} commAdjKey CommissionAdjustment Key
495
462
  * @param {*} [options] Override http request option.
496
463
  * @throws {RequiredError}
497
464
  */
498
- getCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: any): AxiosPromise<CommissionAdjustmentVBAResponse> {
499
- return localVarFp.getCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, options).then((request) => request(axios, basePath));
465
+ getCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: any): AxiosPromise<CommissionAdjustmentVBAResponse> {
466
+ return localVarFp.getCommissionAdjustment(vbasoftwareDatabase, commAdjKey, options).then((request) => request(axios, basePath));
500
467
  },
501
468
  /**
502
- * Lists all CommissionAdjustment for the given commTransKey
469
+ * Lists all CommissionAdjustment
503
470
  * @summary List CommissionAdjustment
504
471
  * @param {string} vbasoftwareDatabase Target database
505
- * @param {number} commTransKey CommissionTransaction Key
506
472
  * @param {number} [page] Page
507
473
  * @param {number} [pageSize] Page Size
508
474
  * @param {*} [options] Override http request option.
509
475
  * @throws {RequiredError}
510
476
  */
511
- listCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, page?: number, pageSize?: number, options?: any): AxiosPromise<CommissionAdjustmentListVBAResponse> {
512
- return localVarFp.listCommissionAdjustment(vbasoftwareDatabase, commTransKey, page, pageSize, options).then((request) => request(axios, basePath));
477
+ listCommissionAdjustment(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: any): AxiosPromise<CommissionAdjustmentListVBAResponse> {
478
+ return localVarFp.listCommissionAdjustment(vbasoftwareDatabase, page, pageSize, options).then((request) => request(axios, basePath));
513
479
  },
514
480
  /**
515
481
  * Create or Update multiple CommissionAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
516
482
  * @summary Create or Update Batch CommissionAdjustment
517
483
  * @param {string} vbasoftwareDatabase Target database
518
- * @param {number} commTransKey CommissionTransaction Key
519
484
  * @param {Array<CommissionAdjustment>} commissionAdjustment
520
485
  * @param {*} [options] Override http request option.
521
486
  * @throws {RequiredError}
522
487
  */
523
- updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: Array<CommissionAdjustment>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
524
- return localVarFp.updateBatchCommissionAdjustment(vbasoftwareDatabase, commTransKey, commissionAdjustment, options).then((request) => request(axios, basePath));
488
+ updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: Array<CommissionAdjustment>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
489
+ return localVarFp.updateBatchCommissionAdjustment(vbasoftwareDatabase, commissionAdjustment, options).then((request) => request(axios, basePath));
525
490
  },
526
491
  /**
527
492
  * Updates a specific CommissionAdjustment.
528
493
  * @summary Update CommissionAdjustment
529
494
  * @param {string} vbasoftwareDatabase Target database
530
- * @param {number} commTransKey CommissionTransaction Key
531
495
  * @param {number} commAdjKey CommissionAdjustment Key
532
496
  * @param {CommissionAdjustment} commissionAdjustment
533
497
  * @param {*} [options] Override http request option.
534
498
  * @throws {RequiredError}
535
499
  */
536
- updateCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: any): AxiosPromise<CommissionAdjustmentVBAResponse> {
537
- return localVarFp.updateCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, commissionAdjustment, options).then((request) => request(axios, basePath));
500
+ updateCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: any): AxiosPromise<CommissionAdjustmentVBAResponse> {
501
+ return localVarFp.updateCommissionAdjustment(vbasoftwareDatabase, commAdjKey, commissionAdjustment, options).then((request) => request(axios, basePath));
538
502
  },
539
503
  };
540
504
  };
@@ -549,75 +513,69 @@ export interface CommissionAdjustmentsApiInterface {
549
513
  * Creates a new CommissionAdjustment
550
514
  * @summary Create CommissionAdjustment
551
515
  * @param {string} vbasoftwareDatabase Target database
552
- * @param {number} commTransKey CommissionTransaction Key
553
516
  * @param {CommissionAdjustment} commissionAdjustment
554
517
  * @param {*} [options] Override http request option.
555
518
  * @throws {RequiredError}
556
519
  * @memberof CommissionAdjustmentsApiInterface
557
520
  */
558
- createCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentVBAResponse>;
521
+ createCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentVBAResponse>;
559
522
 
560
523
  /**
561
524
  * Deletes an CommissionAdjustment
562
525
  * @summary Delete CommissionAdjustment
563
526
  * @param {string} vbasoftwareDatabase Target database
564
- * @param {number} commTransKey CommissionTransaction Key
565
527
  * @param {number} commAdjKey CommissionAdjustment Key
566
528
  * @param {*} [options] Override http request option.
567
529
  * @throws {RequiredError}
568
530
  * @memberof CommissionAdjustmentsApiInterface
569
531
  */
570
- deleteCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
532
+ deleteCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
571
533
 
572
534
  /**
573
535
  * Gets CommissionAdjustment
574
536
  * @summary Get CommissionAdjustment
575
537
  * @param {string} vbasoftwareDatabase Target database
576
- * @param {number} commTransKey CommissionTransaction Key
577
538
  * @param {number} commAdjKey CommissionAdjustment Key
578
539
  * @param {*} [options] Override http request option.
579
540
  * @throws {RequiredError}
580
541
  * @memberof CommissionAdjustmentsApiInterface
581
542
  */
582
- getCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentVBAResponse>;
543
+ getCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentVBAResponse>;
583
544
 
584
545
  /**
585
- * Lists all CommissionAdjustment for the given commTransKey
546
+ * Lists all CommissionAdjustment
586
547
  * @summary List CommissionAdjustment
587
548
  * @param {string} vbasoftwareDatabase Target database
588
- * @param {number} commTransKey CommissionTransaction Key
589
549
  * @param {number} [page] Page
590
550
  * @param {number} [pageSize] Page Size
591
551
  * @param {*} [options] Override http request option.
592
552
  * @throws {RequiredError}
593
553
  * @memberof CommissionAdjustmentsApiInterface
594
554
  */
595
- listCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentListVBAResponse>;
555
+ listCommissionAdjustment(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentListVBAResponse>;
596
556
 
597
557
  /**
598
558
  * Create or Update multiple CommissionAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
599
559
  * @summary Create or Update Batch CommissionAdjustment
600
560
  * @param {string} vbasoftwareDatabase Target database
601
- * @param {number} commTransKey CommissionTransaction Key
602
561
  * @param {Array<CommissionAdjustment>} commissionAdjustment
603
562
  * @param {*} [options] Override http request option.
604
563
  * @throws {RequiredError}
605
564
  * @memberof CommissionAdjustmentsApiInterface
606
565
  */
607
- updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: Array<CommissionAdjustment>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
566
+ updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: Array<CommissionAdjustment>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
608
567
 
609
568
  /**
610
569
  * Updates a specific CommissionAdjustment.
611
570
  * @summary Update CommissionAdjustment
612
571
  * @param {string} vbasoftwareDatabase Target database
613
- * @param {number} commTransKey CommissionTransaction Key
614
572
  * @param {number} commAdjKey CommissionAdjustment Key
615
573
  * @param {CommissionAdjustment} commissionAdjustment
616
574
  * @param {*} [options] Override http request option.
617
575
  * @throws {RequiredError}
618
576
  * @memberof CommissionAdjustmentsApiInterface
619
577
  */
620
- updateCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentVBAResponse>;
578
+ updateCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig): AxiosPromise<CommissionAdjustmentVBAResponse>;
621
579
 
622
580
  }
623
581
 
@@ -632,85 +590,79 @@ export class CommissionAdjustmentsApi extends BaseAPI implements CommissionAdjus
632
590
  * Creates a new CommissionAdjustment
633
591
  * @summary Create CommissionAdjustment
634
592
  * @param {string} vbasoftwareDatabase Target database
635
- * @param {number} commTransKey CommissionTransaction Key
636
593
  * @param {CommissionAdjustment} commissionAdjustment
637
594
  * @param {*} [options] Override http request option.
638
595
  * @throws {RequiredError}
639
596
  * @memberof CommissionAdjustmentsApi
640
597
  */
641
- public createCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig) {
642
- return CommissionAdjustmentsApiFp(this.configuration).createCommissionAdjustment(vbasoftwareDatabase, commTransKey, commissionAdjustment, options).then((request) => request(this.axios, this.basePath));
598
+ public createCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig) {
599
+ return CommissionAdjustmentsApiFp(this.configuration).createCommissionAdjustment(vbasoftwareDatabase, commissionAdjustment, options).then((request) => request(this.axios, this.basePath));
643
600
  }
644
601
 
645
602
  /**
646
603
  * Deletes an CommissionAdjustment
647
604
  * @summary Delete CommissionAdjustment
648
605
  * @param {string} vbasoftwareDatabase Target database
649
- * @param {number} commTransKey CommissionTransaction Key
650
606
  * @param {number} commAdjKey CommissionAdjustment Key
651
607
  * @param {*} [options] Override http request option.
652
608
  * @throws {RequiredError}
653
609
  * @memberof CommissionAdjustmentsApi
654
610
  */
655
- public deleteCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: AxiosRequestConfig) {
656
- return CommissionAdjustmentsApiFp(this.configuration).deleteCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, options).then((request) => request(this.axios, this.basePath));
611
+ public deleteCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: AxiosRequestConfig) {
612
+ return CommissionAdjustmentsApiFp(this.configuration).deleteCommissionAdjustment(vbasoftwareDatabase, commAdjKey, options).then((request) => request(this.axios, this.basePath));
657
613
  }
658
614
 
659
615
  /**
660
616
  * Gets CommissionAdjustment
661
617
  * @summary Get CommissionAdjustment
662
618
  * @param {string} vbasoftwareDatabase Target database
663
- * @param {number} commTransKey CommissionTransaction Key
664
619
  * @param {number} commAdjKey CommissionAdjustment Key
665
620
  * @param {*} [options] Override http request option.
666
621
  * @throws {RequiredError}
667
622
  * @memberof CommissionAdjustmentsApi
668
623
  */
669
- public getCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, options?: AxiosRequestConfig) {
670
- return CommissionAdjustmentsApiFp(this.configuration).getCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, options).then((request) => request(this.axios, this.basePath));
624
+ public getCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, options?: AxiosRequestConfig) {
625
+ return CommissionAdjustmentsApiFp(this.configuration).getCommissionAdjustment(vbasoftwareDatabase, commAdjKey, options).then((request) => request(this.axios, this.basePath));
671
626
  }
672
627
 
673
628
  /**
674
- * Lists all CommissionAdjustment for the given commTransKey
629
+ * Lists all CommissionAdjustment
675
630
  * @summary List CommissionAdjustment
676
631
  * @param {string} vbasoftwareDatabase Target database
677
- * @param {number} commTransKey CommissionTransaction Key
678
632
  * @param {number} [page] Page
679
633
  * @param {number} [pageSize] Page Size
680
634
  * @param {*} [options] Override http request option.
681
635
  * @throws {RequiredError}
682
636
  * @memberof CommissionAdjustmentsApi
683
637
  */
684
- public listCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
685
- return CommissionAdjustmentsApiFp(this.configuration).listCommissionAdjustment(vbasoftwareDatabase, commTransKey, page, pageSize, options).then((request) => request(this.axios, this.basePath));
638
+ public listCommissionAdjustment(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
639
+ return CommissionAdjustmentsApiFp(this.configuration).listCommissionAdjustment(vbasoftwareDatabase, page, pageSize, options).then((request) => request(this.axios, this.basePath));
686
640
  }
687
641
 
688
642
  /**
689
643
  * Create or Update multiple CommissionAdjustment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
690
644
  * @summary Create or Update Batch CommissionAdjustment
691
645
  * @param {string} vbasoftwareDatabase Target database
692
- * @param {number} commTransKey CommissionTransaction Key
693
646
  * @param {Array<CommissionAdjustment>} commissionAdjustment
694
647
  * @param {*} [options] Override http request option.
695
648
  * @throws {RequiredError}
696
649
  * @memberof CommissionAdjustmentsApi
697
650
  */
698
- public updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commissionAdjustment: Array<CommissionAdjustment>, options?: AxiosRequestConfig) {
699
- return CommissionAdjustmentsApiFp(this.configuration).updateBatchCommissionAdjustment(vbasoftwareDatabase, commTransKey, commissionAdjustment, options).then((request) => request(this.axios, this.basePath));
651
+ public updateBatchCommissionAdjustment(vbasoftwareDatabase: string, commissionAdjustment: Array<CommissionAdjustment>, options?: AxiosRequestConfig) {
652
+ return CommissionAdjustmentsApiFp(this.configuration).updateBatchCommissionAdjustment(vbasoftwareDatabase, commissionAdjustment, options).then((request) => request(this.axios, this.basePath));
700
653
  }
701
654
 
702
655
  /**
703
656
  * Updates a specific CommissionAdjustment.
704
657
  * @summary Update CommissionAdjustment
705
658
  * @param {string} vbasoftwareDatabase Target database
706
- * @param {number} commTransKey CommissionTransaction Key
707
659
  * @param {number} commAdjKey CommissionAdjustment Key
708
660
  * @param {CommissionAdjustment} commissionAdjustment
709
661
  * @param {*} [options] Override http request option.
710
662
  * @throws {RequiredError}
711
663
  * @memberof CommissionAdjustmentsApi
712
664
  */
713
- public updateCommissionAdjustment(vbasoftwareDatabase: string, commTransKey: number, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig) {
714
- return CommissionAdjustmentsApiFp(this.configuration).updateCommissionAdjustment(vbasoftwareDatabase, commTransKey, commAdjKey, commissionAdjustment, options).then((request) => request(this.axios, this.basePath));
665
+ public updateCommissionAdjustment(vbasoftwareDatabase: string, commAdjKey: number, commissionAdjustment: CommissionAdjustment, options?: AxiosRequestConfig) {
666
+ return CommissionAdjustmentsApiFp(this.configuration).updateCommissionAdjustment(vbasoftwareDatabase, commAdjKey, commissionAdjustment, options).then((request) => request(this.axios, this.basePath));
715
667
  }
716
668
  }