@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250502.1 → 1.20250620.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 (80) hide show
  1. package/.openapi-generator/FILES +40 -0
  2. package/api/adv-billing-api.ts +184 -0
  3. package/api/adv-care-management-api.ts +166 -0
  4. package/api/adv-claim-api.ts +204 -6
  5. package/api/adv-commission-api.ts +96 -0
  6. package/api/adv-enrollment-api.ts +88 -0
  7. package/api/adv-vbagateway-api.ts +168 -0
  8. package/api/authentication-api.ts +96 -0
  9. package/api/care-cases-api.ts +609 -0
  10. package/api/claim-offset-api.ts +685 -0
  11. package/api/claim-offset-detail-api.ts +694 -0
  12. package/api/claims-api.ts +25 -25
  13. package/api/company-data-api.ts +90 -0
  14. package/api/funding-reconciliations-api.ts +96 -0
  15. package/api/funding-request-claim-remove-api.ts +773 -0
  16. package/api/plans-api.ts +26 -8
  17. package/api/premium-invoices-api.ts +88 -0
  18. package/api/user-api.ts +22 -13
  19. package/api.ts +5 -0
  20. package/docs/AdjudicationSummary.md +34 -0
  21. package/docs/AdvBillingApi.md +109 -0
  22. package/docs/AdvCareManagementApi.md +63 -0
  23. package/docs/AdvClaimApi.md +117 -4
  24. package/docs/AdvCommissionApi.md +56 -0
  25. package/docs/AdvEnrollmentApi.md +53 -0
  26. package/docs/AdvVBAGatewayApi.md +64 -0
  27. package/docs/AuthenticationApi.md +56 -0
  28. package/docs/CareCasesApi.md +347 -0
  29. package/docs/ClaimOffset.md +30 -0
  30. package/docs/ClaimOffsetApi.md +354 -0
  31. package/docs/ClaimOffsetDetail.md +36 -0
  32. package/docs/ClaimOffsetDetailApi.md +357 -0
  33. package/docs/ClaimOffsetDetailListVBAResponse.md +24 -0
  34. package/docs/ClaimOffsetDetailVBAResponse.md +24 -0
  35. package/docs/ClaimOffsetListVBAResponse.md +24 -0
  36. package/docs/ClaimOffsetVBAResponse.md +24 -0
  37. package/docs/ClaimsApi.md +5 -5
  38. package/docs/CompanyData.md +2 -0
  39. package/docs/CompanyDataApi.md +53 -0
  40. package/docs/FundingReconciliationsApi.md +56 -0
  41. package/docs/FundingRequestClaimRemove.md +38 -0
  42. package/docs/FundingRequestClaimRemoveApi.md +387 -0
  43. package/docs/FundingRequestClaimRemoveListVBAResponse.md +24 -0
  44. package/docs/FundingRequestClaimRemoveVBAResponse.md +24 -0
  45. package/docs/MemberBeneficiary.md +1 -1
  46. package/docs/Members.md +4 -0
  47. package/docs/PlansApi.md +7 -1
  48. package/docs/PremiumInvoicesApi.md +53 -0
  49. package/docs/ReportSeriesProcess.md +2 -0
  50. package/docs/ReportSeriesStep.md +16 -0
  51. package/docs/UserApi.md +5 -2
  52. package/docs/VBAClaimBatchCopy.md +60 -0
  53. package/docs/VBAClaimBatchCopyVBAResponse.md +24 -0
  54. package/docs/VBAClientSummary.md +48 -0
  55. package/docs/VBAClientSummaryVBAResponse.md +24 -0
  56. package/docs/VBAProcessPaymentFile.md +9 -9
  57. package/docs/VBAVBAGatewayProcessRequest.md +32 -0
  58. package/models/adjudication-summary.ts +72 -0
  59. package/models/claim-offset-detail-list-vbaresponse.ts +51 -0
  60. package/models/claim-offset-detail-vbaresponse.ts +51 -0
  61. package/models/claim-offset-detail.ts +78 -0
  62. package/models/claim-offset-list-vbaresponse.ts +51 -0
  63. package/models/claim-offset-vbaresponse.ts +51 -0
  64. package/models/claim-offset.ts +60 -0
  65. package/models/company-data.ts +6 -0
  66. package/models/funding-request-claim-remove-list-vbaresponse.ts +51 -0
  67. package/models/funding-request-claim-remove-vbaresponse.ts +51 -0
  68. package/models/funding-request-claim-remove.ts +84 -0
  69. package/models/index.ts +15 -0
  70. package/models/member-beneficiary.ts +1 -1
  71. package/models/members.ts +12 -0
  72. package/models/report-series-process.ts +6 -0
  73. package/models/report-series-step.ts +48 -0
  74. package/models/vbaclaim-batch-copy-vbaresponse.ts +51 -0
  75. package/models/vbaclaim-batch-copy.ts +150 -0
  76. package/models/vbaclient-summary-vbaresponse.ts +51 -0
  77. package/models/vbaclient-summary.ts +117 -0
  78. package/models/vbaprocess-payment-file.ts +9 -9
  79. package/models/vbavbagateway-process-request.ts +66 -0
  80. package/package.json +1 -1
package/api/claims-api.ts CHANGED
@@ -36,7 +36,7 @@ import type { VBAClaimTimelineListVBAResponse } from '../models';
36
36
  export const ClaimsApiAxiosParamCreator = function (configuration?: Configuration) {
37
37
  return {
38
38
  /**
39
- * Creates a new Claim
39
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
40
40
  * @summary Create Claim
41
41
  * @param {string} vbasoftwareDatabase Target database
42
42
  * @param {Claim} claim
@@ -85,7 +85,7 @@ export const ClaimsApiAxiosParamCreator = function (configuration?: Configuratio
85
85
  };
86
86
  },
87
87
  /**
88
- * Deletes an Claim
88
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
89
89
  * @summary Delete Claim
90
90
  * @param {string} vbasoftwareDatabase Target database
91
91
  * @param {number} claimNumber Claim Number
@@ -132,7 +132,7 @@ export const ClaimsApiAxiosParamCreator = function (configuration?: Configuratio
132
132
  };
133
133
  },
134
134
  /**
135
- * Gets Claim
135
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
136
136
  * @summary Get Claim
137
137
  * @param {string} vbasoftwareDatabase Target database
138
138
  * @param {number} claimNumber Claim Number
@@ -236,7 +236,7 @@ export const ClaimsApiAxiosParamCreator = function (configuration?: Configuratio
236
236
  };
237
237
  },
238
238
  /**
239
- * Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
239
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
240
240
  * @summary Create or Update Batch Claim
241
241
  * @param {string} vbasoftwareDatabase Target database
242
242
  * @param {Array<Claim>} claim
@@ -285,7 +285,7 @@ export const ClaimsApiAxiosParamCreator = function (configuration?: Configuratio
285
285
  };
286
286
  },
287
287
  /**
288
- * Updates a specific Claim.
288
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
289
289
  * @summary Update Claim
290
290
  * @param {string} vbasoftwareDatabase Target database
291
291
  * @param {number} claimNumber Claim Number
@@ -348,7 +348,7 @@ export const ClaimsApiFp = function(configuration?: Configuration) {
348
348
  const localVarAxiosParamCreator = ClaimsApiAxiosParamCreator(configuration)
349
349
  return {
350
350
  /**
351
- * Creates a new Claim
351
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
352
352
  * @summary Create Claim
353
353
  * @param {string} vbasoftwareDatabase Target database
354
354
  * @param {Claim} claim
@@ -362,7 +362,7 @@ export const ClaimsApiFp = function(configuration?: Configuration) {
362
362
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
363
363
  },
364
364
  /**
365
- * Deletes an Claim
365
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
366
366
  * @summary Delete Claim
367
367
  * @param {string} vbasoftwareDatabase Target database
368
368
  * @param {number} claimNumber Claim Number
@@ -376,7 +376,7 @@ export const ClaimsApiFp = function(configuration?: Configuration) {
376
376
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
377
377
  },
378
378
  /**
379
- * Gets Claim
379
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
380
380
  * @summary Get Claim
381
381
  * @param {string} vbasoftwareDatabase Target database
382
382
  * @param {number} claimNumber Claim Number
@@ -405,7 +405,7 @@ export const ClaimsApiFp = function(configuration?: Configuration) {
405
405
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
406
406
  },
407
407
  /**
408
- * Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
408
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
409
409
  * @summary Create or Update Batch Claim
410
410
  * @param {string} vbasoftwareDatabase Target database
411
411
  * @param {Array<Claim>} claim
@@ -419,7 +419,7 @@ export const ClaimsApiFp = function(configuration?: Configuration) {
419
419
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
420
420
  },
421
421
  /**
422
- * Updates a specific Claim.
422
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
423
423
  * @summary Update Claim
424
424
  * @param {string} vbasoftwareDatabase Target database
425
425
  * @param {number} claimNumber Claim Number
@@ -444,7 +444,7 @@ export const ClaimsApiFactory = function (configuration?: Configuration, basePat
444
444
  const localVarFp = ClaimsApiFp(configuration)
445
445
  return {
446
446
  /**
447
- * Creates a new Claim
447
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
448
448
  * @summary Create Claim
449
449
  * @param {string} vbasoftwareDatabase Target database
450
450
  * @param {Claim} claim
@@ -455,7 +455,7 @@ export const ClaimsApiFactory = function (configuration?: Configuration, basePat
455
455
  return localVarFp.createClaim(vbasoftwareDatabase, claim, options).then((request) => request(axios, basePath));
456
456
  },
457
457
  /**
458
- * Deletes an Claim
458
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
459
459
  * @summary Delete Claim
460
460
  * @param {string} vbasoftwareDatabase Target database
461
461
  * @param {number} claimNumber Claim Number
@@ -466,7 +466,7 @@ export const ClaimsApiFactory = function (configuration?: Configuration, basePat
466
466
  return localVarFp.deleteClaim(vbasoftwareDatabase, claimNumber, options).then((request) => request(axios, basePath));
467
467
  },
468
468
  /**
469
- * Gets Claim
469
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
470
470
  * @summary Get Claim
471
471
  * @param {string} vbasoftwareDatabase Target database
472
472
  * @param {number} claimNumber Claim Number
@@ -489,7 +489,7 @@ export const ClaimsApiFactory = function (configuration?: Configuration, basePat
489
489
  return localVarFp.listClaimTimeline(vbasoftwareDatabase, batchId, batchClaimId, options).then((request) => request(axios, basePath));
490
490
  },
491
491
  /**
492
- * Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
492
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
493
493
  * @summary Create or Update Batch Claim
494
494
  * @param {string} vbasoftwareDatabase Target database
495
495
  * @param {Array<Claim>} claim
@@ -500,7 +500,7 @@ export const ClaimsApiFactory = function (configuration?: Configuration, basePat
500
500
  return localVarFp.updateBatchClaim(vbasoftwareDatabase, claim, options).then((request) => request(axios, basePath));
501
501
  },
502
502
  /**
503
- * Updates a specific Claim.
503
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
504
504
  * @summary Update Claim
505
505
  * @param {string} vbasoftwareDatabase Target database
506
506
  * @param {number} claimNumber Claim Number
@@ -521,7 +521,7 @@ export const ClaimsApiFactory = function (configuration?: Configuration, basePat
521
521
  */
522
522
  export interface ClaimsApiInterface {
523
523
  /**
524
- * Creates a new Claim
524
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
525
525
  * @summary Create Claim
526
526
  * @param {string} vbasoftwareDatabase Target database
527
527
  * @param {Claim} claim
@@ -532,7 +532,7 @@ export interface ClaimsApiInterface {
532
532
  createClaim(vbasoftwareDatabase: string, claim: Claim, options?: RawAxiosRequestConfig): AxiosPromise<ClaimVBAResponse>;
533
533
 
534
534
  /**
535
- * Deletes an Claim
535
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
536
536
  * @summary Delete Claim
537
537
  * @param {string} vbasoftwareDatabase Target database
538
538
  * @param {number} claimNumber Claim Number
@@ -543,7 +543,7 @@ export interface ClaimsApiInterface {
543
543
  deleteClaim(vbasoftwareDatabase: string, claimNumber: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
544
544
 
545
545
  /**
546
- * Gets Claim
546
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
547
547
  * @summary Get Claim
548
548
  * @param {string} vbasoftwareDatabase Target database
549
549
  * @param {number} claimNumber Claim Number
@@ -566,7 +566,7 @@ export interface ClaimsApiInterface {
566
566
  listClaimTimeline(vbasoftwareDatabase: string, batchId: number, batchClaimId: number, options?: RawAxiosRequestConfig): AxiosPromise<VBAClaimTimelineListVBAResponse>;
567
567
 
568
568
  /**
569
- * Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
569
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
570
570
  * @summary Create or Update Batch Claim
571
571
  * @param {string} vbasoftwareDatabase Target database
572
572
  * @param {Array<Claim>} claim
@@ -577,7 +577,7 @@ export interface ClaimsApiInterface {
577
577
  updateBatchClaim(vbasoftwareDatabase: string, claim: Array<Claim>, options?: RawAxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
578
578
 
579
579
  /**
580
- * Updates a specific Claim.
580
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
581
581
  * @summary Update Claim
582
582
  * @param {string} vbasoftwareDatabase Target database
583
583
  * @param {number} claimNumber Claim Number
@@ -598,7 +598,7 @@ export interface ClaimsApiInterface {
598
598
  */
599
599
  export class ClaimsApi extends BaseAPI implements ClaimsApiInterface {
600
600
  /**
601
- * Creates a new Claim
601
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
602
602
  * @summary Create Claim
603
603
  * @param {string} vbasoftwareDatabase Target database
604
604
  * @param {Claim} claim
@@ -611,7 +611,7 @@ export class ClaimsApi extends BaseAPI implements ClaimsApiInterface {
611
611
  }
612
612
 
613
613
  /**
614
- * Deletes an Claim
614
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
615
615
  * @summary Delete Claim
616
616
  * @param {string} vbasoftwareDatabase Target database
617
617
  * @param {number} claimNumber Claim Number
@@ -624,7 +624,7 @@ export class ClaimsApi extends BaseAPI implements ClaimsApiInterface {
624
624
  }
625
625
 
626
626
  /**
627
- * Gets Claim
627
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
628
628
  * @summary Get Claim
629
629
  * @param {string} vbasoftwareDatabase Target database
630
630
  * @param {number} claimNumber Claim Number
@@ -651,7 +651,7 @@ export class ClaimsApi extends BaseAPI implements ClaimsApiInterface {
651
651
  }
652
652
 
653
653
  /**
654
- * Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
654
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Create or Update multiple Claim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
655
655
  * @summary Create or Update Batch Claim
656
656
  * @param {string} vbasoftwareDatabase Target database
657
657
  * @param {Array<Claim>} claim
@@ -664,7 +664,7 @@ export class ClaimsApi extends BaseAPI implements ClaimsApiInterface {
664
664
  }
665
665
 
666
666
  /**
667
- * Updates a specific Claim.
667
+ * WARNING: The underlying Claim table and this API are used for claims that have already passed through the adjudication process and have been paid. Note: If you are looking for Claims that have not yet been processed through adjudication, use the ClaimBatches, ClaimBatch and ClaimBatchDetail APIs.
668
668
  * @summary Update Claim
669
669
  * @param {string} vbasoftwareDatabase Target database
670
670
  * @param {number} claimNumber Claim Number
@@ -27,6 +27,8 @@ import type { CompanyData } from '../models';
27
27
  import type { CompanyDataListVBAResponse } from '../models';
28
28
  // @ts-ignore
29
29
  import type { CompanyDataVBAResponse } from '../models';
30
+ // @ts-ignore
31
+ import type { VBAClientSummaryVBAResponse } from '../models';
30
32
  /**
31
33
  * CompanyDataApi - axios parameter creator
32
34
  * @export
@@ -68,6 +70,49 @@ export const CompanyDataApiAxiosParamCreator = function (configuration?: Configu
68
70
 
69
71
 
70
72
 
73
+ if (vbasoftwareDatabase != null) {
74
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
75
+ }
76
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
77
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
78
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
79
+
80
+ return {
81
+ url: toPathString(localVarUrlObj),
82
+ options: localVarRequestOptions,
83
+ };
84
+ },
85
+ /**
86
+ * Get a system wide summary of various functions and information.
87
+ * @summary Get a Company Summary
88
+ * @param {string} vbasoftwareDatabase Target database
89
+ * @param {*} [options] Override http request option.
90
+ * @throws {RequiredError}
91
+ */
92
+ getCompanySummary: async (vbasoftwareDatabase: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
93
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
94
+ assertParamExists('getCompanySummary', 'vbasoftwareDatabase', vbasoftwareDatabase)
95
+ const localVarPath = `/company-summary`;
96
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
97
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
98
+ let baseOptions;
99
+ if (configuration) {
100
+ baseOptions = configuration.baseOptions;
101
+ }
102
+
103
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
104
+ const localVarHeaderParameter = {} as any;
105
+ const localVarQueryParameter = {} as any;
106
+
107
+ // authentication apiKeyAuth required
108
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
109
+
110
+ // authentication bearerAuth required
111
+ // http bearer authentication required
112
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
113
+
114
+
115
+
71
116
  if (vbasoftwareDatabase != null) {
72
117
  localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
73
118
  }
@@ -215,6 +260,19 @@ export const CompanyDataApiFp = function(configuration?: Configuration) {
215
260
  const localVarOperationServerBasePath = operationServerMap['CompanyDataApi.getCompanyData']?.[localVarOperationServerIndex]?.url;
216
261
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
217
262
  },
263
+ /**
264
+ * Get a system wide summary of various functions and information.
265
+ * @summary Get a Company Summary
266
+ * @param {string} vbasoftwareDatabase Target database
267
+ * @param {*} [options] Override http request option.
268
+ * @throws {RequiredError}
269
+ */
270
+ async getCompanySummary(vbasoftwareDatabase: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VBAClientSummaryVBAResponse>> {
271
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanySummary(vbasoftwareDatabase, options);
272
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
273
+ const localVarOperationServerBasePath = operationServerMap['CompanyDataApi.getCompanySummary']?.[localVarOperationServerIndex]?.url;
274
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
275
+ },
218
276
  /**
219
277
  * Lists all CompanyData
220
278
  * @summary List CompanyData
@@ -267,6 +325,16 @@ export const CompanyDataApiFactory = function (configuration?: Configuration, ba
267
325
  getCompanyData(vbasoftwareDatabase: string, keyValue: number, options?: RawAxiosRequestConfig): AxiosPromise<CompanyDataVBAResponse> {
268
326
  return localVarFp.getCompanyData(vbasoftwareDatabase, keyValue, options).then((request) => request(axios, basePath));
269
327
  },
328
+ /**
329
+ * Get a system wide summary of various functions and information.
330
+ * @summary Get a Company Summary
331
+ * @param {string} vbasoftwareDatabase Target database
332
+ * @param {*} [options] Override http request option.
333
+ * @throws {RequiredError}
334
+ */
335
+ getCompanySummary(vbasoftwareDatabase: string, options?: RawAxiosRequestConfig): AxiosPromise<VBAClientSummaryVBAResponse> {
336
+ return localVarFp.getCompanySummary(vbasoftwareDatabase, options).then((request) => request(axios, basePath));
337
+ },
270
338
  /**
271
339
  * Lists all CompanyData
272
340
  * @summary List CompanyData
@@ -312,6 +380,16 @@ export interface CompanyDataApiInterface {
312
380
  */
313
381
  getCompanyData(vbasoftwareDatabase: string, keyValue: number, options?: RawAxiosRequestConfig): AxiosPromise<CompanyDataVBAResponse>;
314
382
 
383
+ /**
384
+ * Get a system wide summary of various functions and information.
385
+ * @summary Get a Company Summary
386
+ * @param {string} vbasoftwareDatabase Target database
387
+ * @param {*} [options] Override http request option.
388
+ * @throws {RequiredError}
389
+ * @memberof CompanyDataApiInterface
390
+ */
391
+ getCompanySummary(vbasoftwareDatabase: string, options?: RawAxiosRequestConfig): AxiosPromise<VBAClientSummaryVBAResponse>;
392
+
315
393
  /**
316
394
  * Lists all CompanyData
317
395
  * @summary List CompanyData
@@ -359,6 +437,18 @@ export class CompanyDataApi extends BaseAPI implements CompanyDataApiInterface {
359
437
  return CompanyDataApiFp(this.configuration).getCompanyData(vbasoftwareDatabase, keyValue, options).then((request) => request(this.axios, this.basePath));
360
438
  }
361
439
 
440
+ /**
441
+ * Get a system wide summary of various functions and information.
442
+ * @summary Get a Company Summary
443
+ * @param {string} vbasoftwareDatabase Target database
444
+ * @param {*} [options] Override http request option.
445
+ * @throws {RequiredError}
446
+ * @memberof CompanyDataApi
447
+ */
448
+ public getCompanySummary(vbasoftwareDatabase: string, options?: RawAxiosRequestConfig) {
449
+ return CompanyDataApiFp(this.configuration).getCompanySummary(vbasoftwareDatabase, options).then((request) => request(this.axios, this.basePath));
450
+ }
451
+
362
452
  /**
363
453
  * Lists all CompanyData
364
454
  * @summary List CompanyData
@@ -433,6 +433,53 @@ export const FundingReconciliationsApiAxiosParamCreator = function (configuratio
433
433
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
434
434
  localVarRequestOptions.data = serializeDataIfNeeded(fundingReconcile, localVarRequestOptions, configuration)
435
435
 
436
+ return {
437
+ url: toPathString(localVarUrlObj),
438
+ options: localVarRequestOptions,
439
+ };
440
+ },
441
+ /**
442
+ * Void the selected Funding Reconciliation.
443
+ * @summary Void Reconciliation
444
+ * @param {string} vbasoftwareDatabase Target database
445
+ * @param {number} reconcileKey Reconcile Key
446
+ * @param {*} [options] Override http request option.
447
+ * @throws {RequiredError}
448
+ */
449
+ voidReconcile: async (vbasoftwareDatabase: string, reconcileKey: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
450
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
451
+ assertParamExists('voidReconcile', 'vbasoftwareDatabase', vbasoftwareDatabase)
452
+ // verify required parameter 'reconcileKey' is not null or undefined
453
+ assertParamExists('voidReconcile', 'reconcileKey', reconcileKey)
454
+ const localVarPath = `/void-reconciliation/{reconcileKey}`
455
+ .replace(`{${"reconcileKey"}}`, encodeURIComponent(String(reconcileKey)));
456
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
457
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
458
+ let baseOptions;
459
+ if (configuration) {
460
+ baseOptions = configuration.baseOptions;
461
+ }
462
+
463
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
464
+ const localVarHeaderParameter = {} as any;
465
+ const localVarQueryParameter = {} as any;
466
+
467
+ // authentication apiKeyAuth required
468
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
469
+
470
+ // authentication bearerAuth required
471
+ // http bearer authentication required
472
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
473
+
474
+
475
+
476
+ if (vbasoftwareDatabase != null) {
477
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
478
+ }
479
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
480
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
481
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
482
+
436
483
  return {
437
484
  url: toPathString(localVarUrlObj),
438
485
  options: localVarRequestOptions,
@@ -563,6 +610,20 @@ export const FundingReconciliationsApiFp = function(configuration?: Configuratio
563
610
  const localVarOperationServerBasePath = operationServerMap['FundingReconciliationsApi.updateFundingReconcile']?.[localVarOperationServerIndex]?.url;
564
611
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
565
612
  },
613
+ /**
614
+ * Void the selected Funding Reconciliation.
615
+ * @summary Void Reconciliation
616
+ * @param {string} vbasoftwareDatabase Target database
617
+ * @param {number} reconcileKey Reconcile Key
618
+ * @param {*} [options] Override http request option.
619
+ * @throws {RequiredError}
620
+ */
621
+ async voidReconcile(vbasoftwareDatabase: string, reconcileKey: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FundingReconcileVBAResponse>> {
622
+ const localVarAxiosArgs = await localVarAxiosParamCreator.voidReconcile(vbasoftwareDatabase, reconcileKey, options);
623
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
624
+ const localVarOperationServerBasePath = operationServerMap['FundingReconciliationsApi.voidReconcile']?.[localVarOperationServerIndex]?.url;
625
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
626
+ },
566
627
  }
567
628
  };
568
629
 
@@ -664,6 +725,17 @@ export const FundingReconciliationsApiFactory = function (configuration?: Config
664
725
  updateFundingReconcile(vbasoftwareDatabase: string, reconcileKey: number, fundingReconcile: FundingReconcile, options?: RawAxiosRequestConfig): AxiosPromise<FundingReconcileVBAResponse> {
665
726
  return localVarFp.updateFundingReconcile(vbasoftwareDatabase, reconcileKey, fundingReconcile, options).then((request) => request(axios, basePath));
666
727
  },
728
+ /**
729
+ * Void the selected Funding Reconciliation.
730
+ * @summary Void Reconciliation
731
+ * @param {string} vbasoftwareDatabase Target database
732
+ * @param {number} reconcileKey Reconcile Key
733
+ * @param {*} [options] Override http request option.
734
+ * @throws {RequiredError}
735
+ */
736
+ voidReconcile(vbasoftwareDatabase: string, reconcileKey: number, options?: RawAxiosRequestConfig): AxiosPromise<FundingReconcileVBAResponse> {
737
+ return localVarFp.voidReconcile(vbasoftwareDatabase, reconcileKey, options).then((request) => request(axios, basePath));
738
+ },
667
739
  };
668
740
  };
669
741
 
@@ -764,6 +836,17 @@ export interface FundingReconciliationsApiInterface {
764
836
  */
765
837
  updateFundingReconcile(vbasoftwareDatabase: string, reconcileKey: number, fundingReconcile: FundingReconcile, options?: RawAxiosRequestConfig): AxiosPromise<FundingReconcileVBAResponse>;
766
838
 
839
+ /**
840
+ * Void the selected Funding Reconciliation.
841
+ * @summary Void Reconciliation
842
+ * @param {string} vbasoftwareDatabase Target database
843
+ * @param {number} reconcileKey Reconcile Key
844
+ * @param {*} [options] Override http request option.
845
+ * @throws {RequiredError}
846
+ * @memberof FundingReconciliationsApiInterface
847
+ */
848
+ voidReconcile(vbasoftwareDatabase: string, reconcileKey: number, options?: RawAxiosRequestConfig): AxiosPromise<FundingReconcileVBAResponse>;
849
+
767
850
  }
768
851
 
769
852
  /**
@@ -879,5 +962,18 @@ export class FundingReconciliationsApi extends BaseAPI implements FundingReconci
879
962
  public updateFundingReconcile(vbasoftwareDatabase: string, reconcileKey: number, fundingReconcile: FundingReconcile, options?: RawAxiosRequestConfig) {
880
963
  return FundingReconciliationsApiFp(this.configuration).updateFundingReconcile(vbasoftwareDatabase, reconcileKey, fundingReconcile, options).then((request) => request(this.axios, this.basePath));
881
964
  }
965
+
966
+ /**
967
+ * Void the selected Funding Reconciliation.
968
+ * @summary Void Reconciliation
969
+ * @param {string} vbasoftwareDatabase Target database
970
+ * @param {number} reconcileKey Reconcile Key
971
+ * @param {*} [options] Override http request option.
972
+ * @throws {RequiredError}
973
+ * @memberof FundingReconciliationsApi
974
+ */
975
+ public voidReconcile(vbasoftwareDatabase: string, reconcileKey: number, options?: RawAxiosRequestConfig) {
976
+ return FundingReconciliationsApiFp(this.configuration).voidReconcile(vbasoftwareDatabase, reconcileKey, options).then((request) => request(this.axios, this.basePath));
977
+ }
882
978
  }
883
979