@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250207.1 → 1.20250228.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 (35) hide show
  1. package/.openapi-generator/FILES +10 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/api/accounting-api.ts +100 -0
  4. package/api/adv-accounting-api.ts +100 -0
  5. package/api/adv-billing-api.ts +604 -0
  6. package/api/adv-claim-api.ts +143 -4
  7. package/api/billing-api.ts +100 -0
  8. package/api/claim-pre-batches-api.ts +26 -8
  9. package/api/issue-duration-value-detail-api.ts +694 -0
  10. package/api/plan-coordination-api.ts +685 -0
  11. package/api/premium-invoices-api.ts +408 -0
  12. package/api/premium-payments-api.ts +96 -0
  13. package/api/user-account-api.ts +16 -8
  14. package/api/user-api.ts +32 -16
  15. package/api.ts +2 -0
  16. package/configuration.ts +1 -2
  17. package/models/auth-diag-codes.ts +6 -0
  18. package/models/billing-apply-payment-on-account-config.ts +48 -0
  19. package/models/claim-reprice-remove.ts +6 -0
  20. package/models/company-data.ts +12 -0
  21. package/models/generate-prem-invoice.ts +6 -0
  22. package/models/index.ts +8 -0
  23. package/models/issue-duration-value-detail-list-vbaresponse.ts +51 -0
  24. package/models/issue-duration-value-detail-vbaresponse.ts +51 -0
  25. package/models/issue-duration-value-detail.ts +804 -0
  26. package/models/mem-enrollment-plan.ts +6 -0
  27. package/models/plan-coordination-list-vbaresponse.ts +51 -0
  28. package/models/plan-coordination-vbaresponse.ts +51 -0
  29. package/models/plan-coordination.ts +114 -0
  30. package/models/prem-invoice-generate-inv-list.ts +6 -0
  31. package/models/report-series-step.ts +18 -0
  32. package/models/subscriber-writing-agent.ts +6 -0
  33. package/models/vbaprocess-parameter.ts +6 -0
  34. package/models/vbaupdate-claim-funded-status.ts +36 -0
  35. package/package.json +1 -1
@@ -492,6 +492,7 @@ api/invoice-reasons-api.ts
492
492
  api/invoice-status-api.ts
493
493
  api/invoice-types-api.ts
494
494
  api/ipwhitelists-api.ts
495
+ api/issue-duration-value-detail-api.ts
495
496
  api/issue-duration-values-api.ts
496
497
  api/job-execution-metadata-api.ts
497
498
  api/job-executions-api.ts
@@ -599,6 +600,7 @@ api/plan-benefit-rates-api.ts
599
600
  api/plan-benefit-specialties-api.ts
600
601
  api/plan-benefit-tooth-maximums-api.ts
601
602
  api/plan-benefits-api.ts
603
+ api/plan-coordination-api.ts
602
604
  api/plan-diagnosis-age-restrictions-api.ts
603
605
  api/plan-disability-limits-api.ts
604
606
  api/plan-display-types-api.ts
@@ -981,6 +983,7 @@ models/bill-type-vbaresponse.ts
981
983
  models/bill-type.ts
982
984
  models/billing-add-rate-from-template-config.ts
983
985
  models/billing-apply-payment-config.ts
986
+ models/billing-apply-payment-on-account-config.ts
984
987
  models/billing-auto-apply-config.ts
985
988
  models/billing-basis-list-vbaresponse.ts
986
989
  models/billing-basis-vbaresponse.ts
@@ -2309,6 +2312,9 @@ models/irs1094-cvbaresponse.ts
2309
2312
  models/irs1095-b.ts
2310
2313
  models/irs1095-blist-vbaresponse.ts
2311
2314
  models/irs1095-bvbaresponse.ts
2315
+ models/issue-duration-value-detail-list-vbaresponse.ts
2316
+ models/issue-duration-value-detail-vbaresponse.ts
2317
+ models/issue-duration-value-detail.ts
2312
2318
  models/issue-duration-value-list-vbaresponse.ts
2313
2319
  models/issue-duration-value-vbaresponse.ts
2314
2320
  models/issue-duration-value.ts
@@ -2618,6 +2624,9 @@ models/plan-benefits-procedures-vbaresponse.ts
2618
2624
  models/plan-benefits-procedures.ts
2619
2625
  models/plan-benefits-vbaresponse.ts
2620
2626
  models/plan-benefits.ts
2627
+ models/plan-coordination-list-vbaresponse.ts
2628
+ models/plan-coordination-vbaresponse.ts
2629
+ models/plan-coordination.ts
2621
2630
  models/plan-copy.ts
2622
2631
  models/plan-diagnosis-age-list-vbaresponse.ts
2623
2632
  models/plan-diagnosis-age-vbaresponse.ts
@@ -3460,6 +3469,7 @@ models/vbareport-list-vbaresponse.ts
3460
3469
  models/vbareport-vbaresponse.ts
3461
3470
  models/vbareport.ts
3462
3471
  models/vbassologin-config.ts
3472
+ models/vbaupdate-claim-funded-status.ts
3463
3473
  models/vbauser-status-vbaresponse.ts
3464
3474
  models/vbauser-status.ts
3465
3475
  models/verify-mfadevice-setup-request.ts
@@ -1 +1 @@
1
- 7.11.0
1
+ 7.12.0
@@ -27,6 +27,8 @@ import type { BooleanVBAResponse } from '../models';
27
27
  import type { FUNDACCOUNTBALANCELIST } from '../models';
28
28
  // @ts-ignore
29
29
  import type { FundingProcessClaimRefund } from '../models';
30
+ // @ts-ignore
31
+ import type { VBAUpdateClaimFundedStatus } from '../models';
30
32
  /**
31
33
  * AccountingApi - axios parameter creator
32
34
  * @export
@@ -126,6 +128,55 @@ export const AccountingApiAxiosParamCreator = function (configuration?: Configur
126
128
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
127
129
  localVarRequestOptions.data = serializeDataIfNeeded(fundingProcessClaimRefund, localVarRequestOptions, configuration)
128
130
 
131
+ return {
132
+ url: toPathString(localVarUrlObj),
133
+ options: localVarRequestOptions,
134
+ };
135
+ },
136
+ /**
137
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
138
+ * @summary Mass Update Claim Funded Status
139
+ * @param {string} vbasoftwareDatabase Target database
140
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
141
+ * @param {*} [options] Override http request option.
142
+ * @throws {RequiredError}
143
+ */
144
+ massUpdateClaimFundedStatus: async (vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
145
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
146
+ assertParamExists('massUpdateClaimFundedStatus', 'vbasoftwareDatabase', vbasoftwareDatabase)
147
+ // verify required parameter 'vBAUpdateClaimFundedStatus' is not null or undefined
148
+ assertParamExists('massUpdateClaimFundedStatus', 'vBAUpdateClaimFundedStatus', vBAUpdateClaimFundedStatus)
149
+ const localVarPath = `/accounting-update-claim-funded-status`;
150
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
151
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
152
+ let baseOptions;
153
+ if (configuration) {
154
+ baseOptions = configuration.baseOptions;
155
+ }
156
+
157
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
158
+ const localVarHeaderParameter = {} as any;
159
+ const localVarQueryParameter = {} as any;
160
+
161
+ // authentication apiKeyAuth required
162
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
163
+
164
+ // authentication bearerAuth required
165
+ // http bearer authentication required
166
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
167
+
168
+
169
+
170
+ localVarHeaderParameter['Content-Type'] = 'application/json';
171
+
172
+ if (vbasoftwareDatabase != null) {
173
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
174
+ }
175
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
176
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
177
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
178
+ localVarRequestOptions.data = serializeDataIfNeeded(vBAUpdateClaimFundedStatus, localVarRequestOptions, configuration)
179
+
129
180
  return {
130
181
  url: toPathString(localVarUrlObj),
131
182
  options: localVarRequestOptions,
@@ -169,6 +220,20 @@ export const AccountingApiFp = function(configuration?: Configuration) {
169
220
  const localVarOperationServerBasePath = operationServerMap['AccountingApi.claimRefund']?.[localVarOperationServerIndex]?.url;
170
221
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
171
222
  },
223
+ /**
224
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
225
+ * @summary Mass Update Claim Funded Status
226
+ * @param {string} vbasoftwareDatabase Target database
227
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
228
+ * @param {*} [options] Override http request option.
229
+ * @throws {RequiredError}
230
+ */
231
+ async massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
232
+ const localVarAxiosArgs = await localVarAxiosParamCreator.massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options);
233
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
234
+ const localVarOperationServerBasePath = operationServerMap['AccountingApi.massUpdateClaimFundedStatus']?.[localVarOperationServerIndex]?.url;
235
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
236
+ },
172
237
  }
173
238
  };
174
239
 
@@ -201,6 +266,17 @@ export const AccountingApiFactory = function (configuration?: Configuration, bas
201
266
  claimRefund(vbasoftwareDatabase: string, fundingProcessClaimRefund: FundingProcessClaimRefund, options?: RawAxiosRequestConfig): AxiosPromise<void> {
202
267
  return localVarFp.claimRefund(vbasoftwareDatabase, fundingProcessClaimRefund, options).then((request) => request(axios, basePath));
203
268
  },
269
+ /**
270
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
271
+ * @summary Mass Update Claim Funded Status
272
+ * @param {string} vbasoftwareDatabase Target database
273
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
274
+ * @param {*} [options] Override http request option.
275
+ * @throws {RequiredError}
276
+ */
277
+ massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): AxiosPromise<void> {
278
+ return localVarFp.massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options).then((request) => request(axios, basePath));
279
+ },
204
280
  };
205
281
  };
206
282
 
@@ -232,6 +308,17 @@ export interface AccountingApiInterface {
232
308
  */
233
309
  claimRefund(vbasoftwareDatabase: string, fundingProcessClaimRefund: FundingProcessClaimRefund, options?: RawAxiosRequestConfig): AxiosPromise<void>;
234
310
 
311
+ /**
312
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
313
+ * @summary Mass Update Claim Funded Status
314
+ * @param {string} vbasoftwareDatabase Target database
315
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
316
+ * @param {*} [options] Override http request option.
317
+ * @throws {RequiredError}
318
+ * @memberof AccountingApiInterface
319
+ */
320
+ massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): AxiosPromise<void>;
321
+
235
322
  }
236
323
 
237
324
  /**
@@ -266,5 +353,18 @@ export class AccountingApi extends BaseAPI implements AccountingApiInterface {
266
353
  public claimRefund(vbasoftwareDatabase: string, fundingProcessClaimRefund: FundingProcessClaimRefund, options?: RawAxiosRequestConfig) {
267
354
  return AccountingApiFp(this.configuration).claimRefund(vbasoftwareDatabase, fundingProcessClaimRefund, options).then((request) => request(this.axios, this.basePath));
268
355
  }
356
+
357
+ /**
358
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
359
+ * @summary Mass Update Claim Funded Status
360
+ * @param {string} vbasoftwareDatabase Target database
361
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
362
+ * @param {*} [options] Override http request option.
363
+ * @throws {RequiredError}
364
+ * @memberof AccountingApi
365
+ */
366
+ public massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig) {
367
+ return AccountingApiFp(this.configuration).massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options).then((request) => request(this.axios, this.basePath));
368
+ }
269
369
  }
270
370
 
@@ -53,6 +53,8 @@ import type { FundingVBAResponse } from '../models';
53
53
  import type { FundingVoidCheck } from '../models';
54
54
  // @ts-ignore
55
55
  import type { Int32VBAResponse } from '../models';
56
+ // @ts-ignore
57
+ import type { VBAUpdateClaimFundedStatus } from '../models';
56
58
  /**
57
59
  * AdvAccountingApi - axios parameter creator
58
60
  * @export
@@ -460,6 +462,55 @@ export const AdvAccountingApiAxiosParamCreator = function (configuration?: Confi
460
462
  options: localVarRequestOptions,
461
463
  };
462
464
  },
465
+ /**
466
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
467
+ * @summary Mass Update Claim Funded Status
468
+ * @param {string} vbasoftwareDatabase Target database
469
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
470
+ * @param {*} [options] Override http request option.
471
+ * @throws {RequiredError}
472
+ */
473
+ massUpdateClaimFundedStatus: async (vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
474
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
475
+ assertParamExists('massUpdateClaimFundedStatus', 'vbasoftwareDatabase', vbasoftwareDatabase)
476
+ // verify required parameter 'vBAUpdateClaimFundedStatus' is not null or undefined
477
+ assertParamExists('massUpdateClaimFundedStatus', 'vBAUpdateClaimFundedStatus', vBAUpdateClaimFundedStatus)
478
+ const localVarPath = `/accounting-update-claim-funded-status`;
479
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
480
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
481
+ let baseOptions;
482
+ if (configuration) {
483
+ baseOptions = configuration.baseOptions;
484
+ }
485
+
486
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
487
+ const localVarHeaderParameter = {} as any;
488
+ const localVarQueryParameter = {} as any;
489
+
490
+ // authentication apiKeyAuth required
491
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
492
+
493
+ // authentication bearerAuth required
494
+ // http bearer authentication required
495
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
496
+
497
+
498
+
499
+ localVarHeaderParameter['Content-Type'] = 'application/json';
500
+
501
+ if (vbasoftwareDatabase != null) {
502
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
503
+ }
504
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
505
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
506
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
507
+ localVarRequestOptions.data = serializeDataIfNeeded(vBAUpdateClaimFundedStatus, localVarRequestOptions, configuration)
508
+
509
+ return {
510
+ url: toPathString(localVarUrlObj),
511
+ options: localVarRequestOptions,
512
+ };
513
+ },
463
514
  /**
464
515
  * Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key.
465
516
  * @summary Process Checks
@@ -940,6 +991,20 @@ export const AdvAccountingApiFp = function(configuration?: Configuration) {
940
991
  const localVarOperationServerBasePath = operationServerMap['AdvAccountingApi.holdFunds']?.[localVarOperationServerIndex]?.url;
941
992
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
942
993
  },
994
+ /**
995
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
996
+ * @summary Mass Update Claim Funded Status
997
+ * @param {string} vbasoftwareDatabase Target database
998
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
999
+ * @param {*} [options] Override http request option.
1000
+ * @throws {RequiredError}
1001
+ */
1002
+ async massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
1003
+ const localVarAxiosArgs = await localVarAxiosParamCreator.massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options);
1004
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1005
+ const localVarOperationServerBasePath = operationServerMap['AdvAccountingApi.massUpdateClaimFundedStatus']?.[localVarOperationServerIndex]?.url;
1006
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1007
+ },
943
1008
  /**
944
1009
  * Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key.
945
1010
  * @summary Process Checks
@@ -1142,6 +1207,17 @@ export const AdvAccountingApiFactory = function (configuration?: Configuration,
1142
1207
  holdFunds(vbasoftwareDatabase: string, fundingKey: number, holdAmount: number, options?: RawAxiosRequestConfig): AxiosPromise<FundingVBAResponse> {
1143
1208
  return localVarFp.holdFunds(vbasoftwareDatabase, fundingKey, holdAmount, options).then((request) => request(axios, basePath));
1144
1209
  },
1210
+ /**
1211
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
1212
+ * @summary Mass Update Claim Funded Status
1213
+ * @param {string} vbasoftwareDatabase Target database
1214
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
1215
+ * @param {*} [options] Override http request option.
1216
+ * @throws {RequiredError}
1217
+ */
1218
+ massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): AxiosPromise<void> {
1219
+ return localVarFp.massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options).then((request) => request(axios, basePath));
1220
+ },
1145
1221
  /**
1146
1222
  * Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key.
1147
1223
  * @summary Process Checks
@@ -1322,6 +1398,17 @@ export interface AdvAccountingApiInterface {
1322
1398
  */
1323
1399
  holdFunds(vbasoftwareDatabase: string, fundingKey: number, holdAmount: number, options?: RawAxiosRequestConfig): AxiosPromise<FundingVBAResponse>;
1324
1400
 
1401
+ /**
1402
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
1403
+ * @summary Mass Update Claim Funded Status
1404
+ * @param {string} vbasoftwareDatabase Target database
1405
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
1406
+ * @param {*} [options] Override http request option.
1407
+ * @throws {RequiredError}
1408
+ * @memberof AdvAccountingApiInterface
1409
+ */
1410
+ massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1411
+
1325
1412
  /**
1326
1413
  * Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key.
1327
1414
  * @summary Process Checks
@@ -1518,6 +1605,19 @@ export class AdvAccountingApi extends BaseAPI implements AdvAccountingApiInterfa
1518
1605
  return AdvAccountingApiFp(this.configuration).holdFunds(vbasoftwareDatabase, fundingKey, holdAmount, options).then((request) => request(this.axios, this.basePath));
1519
1606
  }
1520
1607
 
1608
+ /**
1609
+ * Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records.
1610
+ * @summary Mass Update Claim Funded Status
1611
+ * @param {string} vbasoftwareDatabase Target database
1612
+ * @param {Array<VBAUpdateClaimFundedStatus>} vBAUpdateClaimFundedStatus
1613
+ * @param {*} [options] Override http request option.
1614
+ * @throws {RequiredError}
1615
+ * @memberof AdvAccountingApi
1616
+ */
1617
+ public massUpdateClaimFundedStatus(vbasoftwareDatabase: string, vBAUpdateClaimFundedStatus: Array<VBAUpdateClaimFundedStatus>, options?: RawAxiosRequestConfig) {
1618
+ return AdvAccountingApiFp(this.configuration).massUpdateClaimFundedStatus(vbasoftwareDatabase, vBAUpdateClaimFundedStatus, options).then((request) => request(this.axios, this.basePath));
1619
+ }
1620
+
1521
1621
  /**
1522
1622
  * Initiates the process of Check Processing. If the request is valid, the system will generate the necessary actions to process checks and respond with a success status code of 202 Accepted, along with the generated process key.
1523
1623
  * @summary Process Checks