@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20260213.1 → 1.20260306.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 (34) hide show
  1. package/.openapi-generator/FILES +20 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/api/premium-distributions-api.ts +118 -0
  4. package/api/processes-api.ts +99 -0
  5. package/api/report-request-reinsurance-api.ts +661 -0
  6. package/api/report-request-reinsurance-detail-api.ts +693 -0
  7. package/api/vbainterface-profile-api.ts +242 -0
  8. package/api.ts +2 -0
  9. package/common.ts +2 -1
  10. package/docs/ClaimRepriceRemove.md +2 -0
  11. package/docs/PremiumDistributionsApi.md +62 -0
  12. package/docs/ProcessesApi.md +56 -0
  13. package/docs/ReportRequestReins.md +38 -0
  14. package/docs/ReportRequestReinsDetail.md +38 -0
  15. package/docs/ReportRequestReinsDetailListVBAResponse.md +24 -0
  16. package/docs/ReportRequestReinsDetailVBAResponse.md +24 -0
  17. package/docs/ReportRequestReinsListVBAResponse.md +24 -0
  18. package/docs/ReportRequestReinsVBAResponse.md +24 -0
  19. package/docs/ReportRequestReinsuranceApi.md +354 -0
  20. package/docs/ReportRequestReinsuranceDetailApi.md +366 -0
  21. package/docs/VBAEDIExecuteContent.md +22 -0
  22. package/docs/VBAEDIExecuteContentListVBAResponse.md +24 -0
  23. package/docs/VBAInterfaceProfileApi.md +124 -0
  24. package/models/claim-reprice-remove.ts +1 -0
  25. package/models/index.ts +8 -0
  26. package/models/report-request-reins-detail-list-vbaresponse.ts +31 -0
  27. package/models/report-request-reins-detail-vbaresponse.ts +31 -0
  28. package/models/report-request-reins-detail.ts +59 -0
  29. package/models/report-request-reins-list-vbaresponse.ts +31 -0
  30. package/models/report-request-reins-vbaresponse.ts +31 -0
  31. package/models/report-request-reins.ts +59 -0
  32. package/models/vbaediexecute-content-list-vbaresponse.ts +31 -0
  33. package/models/vbaediexecute-content.ts +21 -0
  34. package/package.json +1 -1
@@ -770,6 +770,8 @@ api/report-queue-schedules-api.ts
770
770
  api/report-queues-api.ts
771
771
  api/report-request-invoice-api.ts
772
772
  api/report-request-invoice-detail-api.ts
773
+ api/report-request-reinsurance-api.ts
774
+ api/report-request-reinsurance-detail-api.ts
773
775
  api/report-series-api.ts
774
776
  api/report-series-process-arguments-api.ts
775
777
  api/report-series-process-templates-api.ts
@@ -3957,6 +3959,14 @@ docs/ReportRequestInvoiceDetailListVBAResponse.md
3957
3959
  docs/ReportRequestInvoiceDetailVBAResponse.md
3958
3960
  docs/ReportRequestInvoiceListVBAResponse.md
3959
3961
  docs/ReportRequestInvoiceVBAResponse.md
3962
+ docs/ReportRequestReins.md
3963
+ docs/ReportRequestReinsDetail.md
3964
+ docs/ReportRequestReinsDetailListVBAResponse.md
3965
+ docs/ReportRequestReinsDetailVBAResponse.md
3966
+ docs/ReportRequestReinsListVBAResponse.md
3967
+ docs/ReportRequestReinsVBAResponse.md
3968
+ docs/ReportRequestReinsuranceApi.md
3969
+ docs/ReportRequestReinsuranceDetailApi.md
3960
3970
  docs/ReportSeries.md
3961
3971
  docs/ReportSeriesApi.md
3962
3972
  docs/ReportSeriesListVBAResponse.md
@@ -4401,6 +4411,8 @@ docs/VBADisabilityAdvisorDeduction.md
4401
4411
  docs/VBADisabilityAdvisorVBAResponse.md
4402
4412
  docs/VBADownloadReportRequest.md
4403
4413
  docs/VBADownloadReportResponse.md
4414
+ docs/VBAEDIExecuteContent.md
4415
+ docs/VBAEDIExecuteContentListVBAResponse.md
4404
4416
  docs/VBAFullClaim.md
4405
4417
  docs/VBAFullClaimBatch.md
4406
4418
  docs/VBAFullClaimBatchVBAResponse.md
@@ -6858,6 +6870,12 @@ models/report-request-invoice-detail.ts
6858
6870
  models/report-request-invoice-list-vbaresponse.ts
6859
6871
  models/report-request-invoice-vbaresponse.ts
6860
6872
  models/report-request-invoice.ts
6873
+ models/report-request-reins-detail-list-vbaresponse.ts
6874
+ models/report-request-reins-detail-vbaresponse.ts
6875
+ models/report-request-reins-detail.ts
6876
+ models/report-request-reins-list-vbaresponse.ts
6877
+ models/report-request-reins-vbaresponse.ts
6878
+ models/report-request-reins.ts
6861
6879
  models/report-series-list-vbaresponse.ts
6862
6880
  models/report-series-process-arg-list-vbaresponse.ts
6863
6881
  models/report-series-process-arg-vbaresponse.ts
@@ -7201,6 +7219,8 @@ models/vbadisability-advisor-vbaresponse.ts
7201
7219
  models/vbadisability-advisor.ts
7202
7220
  models/vbadownload-report-request.ts
7203
7221
  models/vbadownload-report-response.ts
7222
+ models/vbaediexecute-content-list-vbaresponse.ts
7223
+ models/vbaediexecute-content.ts
7204
7224
  models/vbafull-claim-batch-vbaresponse.ts
7205
7225
  models/vbafull-claim-batch.ts
7206
7226
  models/vbafull-claim-vbaresponse.ts
@@ -1 +1 @@
1
- 7.19.0
1
+ 7.20.0
@@ -436,6 +436,69 @@ export const PremiumDistributionsApiAxiosParamCreator = function (configuration?
436
436
 
437
437
  localVarHeaderParameter['Accept'] = 'text/plain,application/json,text/json';
438
438
 
439
+ if (vbasoftwareDatabase != null) {
440
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
441
+ }
442
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
443
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
444
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
445
+
446
+ return {
447
+ url: toPathString(localVarUrlObj),
448
+ options: localVarRequestOptions,
449
+ };
450
+ },
451
+ /**
452
+ * Deletes all unpaid PremDistribution records based on the Payor/Account and Payee you specify.
453
+ * @summary Delete PremDistribution records based on criteria
454
+ * @param {string} vbasoftwareDatabase Target database
455
+ * @param {string} payorId Payor ID
456
+ * @param {number} accountKey Account Key
457
+ * @param {string} payeeId Payee ID
458
+ * @param {*} [options] Override http request option.
459
+ * @throws {RequiredError}
460
+ */
461
+ massDeletePremDistribution: async (vbasoftwareDatabase: string, payorId: string, accountKey: number, payeeId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
462
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
463
+ assertParamExists('massDeletePremDistribution', 'vbasoftwareDatabase', vbasoftwareDatabase)
464
+ // verify required parameter 'payorId' is not null or undefined
465
+ assertParamExists('massDeletePremDistribution', 'payorId', payorId)
466
+ // verify required parameter 'accountKey' is not null or undefined
467
+ assertParamExists('massDeletePremDistribution', 'accountKey', accountKey)
468
+ // verify required parameter 'payeeId' is not null or undefined
469
+ assertParamExists('massDeletePremDistribution', 'payeeId', payeeId)
470
+ const localVarPath = `/premium-distribution-mass-delete-by-payee`;
471
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
472
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
473
+ let baseOptions;
474
+ if (configuration) {
475
+ baseOptions = configuration.baseOptions;
476
+ }
477
+
478
+ const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
479
+ const localVarHeaderParameter = {} as any;
480
+ const localVarQueryParameter = {} as any;
481
+
482
+ // authentication apiKeyAuth required
483
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
484
+
485
+ // authentication bearerAuth required
486
+ // http bearer authentication required
487
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
488
+
489
+ if (payorId !== undefined) {
490
+ localVarQueryParameter['payorId'] = payorId;
491
+ }
492
+
493
+ if (accountKey !== undefined) {
494
+ localVarQueryParameter['accountKey'] = accountKey;
495
+ }
496
+
497
+ if (payeeId !== undefined) {
498
+ localVarQueryParameter['payeeId'] = payeeId;
499
+ }
500
+
501
+
439
502
  if (vbasoftwareDatabase != null) {
440
503
  localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
441
504
  }
@@ -678,6 +741,22 @@ export const PremiumDistributionsApiFp = function(configuration?: Configuration)
678
741
  const localVarOperationServerBasePath = operationServerMap['PremiumDistributionsApi.listPremDistributionAvailable']?.[localVarOperationServerIndex]?.url;
679
742
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
680
743
  },
744
+ /**
745
+ * Deletes all unpaid PremDistribution records based on the Payor/Account and Payee you specify.
746
+ * @summary Delete PremDistribution records based on criteria
747
+ * @param {string} vbasoftwareDatabase Target database
748
+ * @param {string} payorId Payor ID
749
+ * @param {number} accountKey Account Key
750
+ * @param {string} payeeId Payee ID
751
+ * @param {*} [options] Override http request option.
752
+ * @throws {RequiredError}
753
+ */
754
+ async massDeletePremDistribution(vbasoftwareDatabase: string, payorId: string, accountKey: number, payeeId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
755
+ const localVarAxiosArgs = await localVarAxiosParamCreator.massDeletePremDistribution(vbasoftwareDatabase, payorId, accountKey, payeeId, options);
756
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
757
+ const localVarOperationServerBasePath = operationServerMap['PremiumDistributionsApi.massDeletePremDistribution']?.[localVarOperationServerIndex]?.url;
758
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
759
+ },
681
760
  /**
682
761
  * Create or Update multiple PremDistribution at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
683
762
  * @summary Create or Update Batch PremDistribution
@@ -813,6 +892,19 @@ export const PremiumDistributionsApiFactory = function (configuration?: Configur
813
892
  listPremDistributionAvailable(vbasoftwareDatabase: string, asOfDate: string, options?: RawAxiosRequestConfig): AxiosPromise<GetPremDistributionListResultListVBAResponse> {
814
893
  return localVarFp.listPremDistributionAvailable(vbasoftwareDatabase, asOfDate, options).then((request) => request(axios, basePath));
815
894
  },
895
+ /**
896
+ * Deletes all unpaid PremDistribution records based on the Payor/Account and Payee you specify.
897
+ * @summary Delete PremDistribution records based on criteria
898
+ * @param {string} vbasoftwareDatabase Target database
899
+ * @param {string} payorId Payor ID
900
+ * @param {number} accountKey Account Key
901
+ * @param {string} payeeId Payee ID
902
+ * @param {*} [options] Override http request option.
903
+ * @throws {RequiredError}
904
+ */
905
+ massDeletePremDistribution(vbasoftwareDatabase: string, payorId: string, accountKey: number, payeeId: string, options?: RawAxiosRequestConfig): AxiosPromise<void> {
906
+ return localVarFp.massDeletePremDistribution(vbasoftwareDatabase, payorId, accountKey, payeeId, options).then((request) => request(axios, basePath));
907
+ },
816
908
  /**
817
909
  * Create or Update multiple PremDistribution at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
818
910
  * @summary Create or Update Batch PremDistribution
@@ -932,6 +1024,18 @@ export interface PremiumDistributionsApiInterface {
932
1024
  */
933
1025
  listPremDistributionAvailable(vbasoftwareDatabase: string, asOfDate: string, options?: RawAxiosRequestConfig): AxiosPromise<GetPremDistributionListResultListVBAResponse>;
934
1026
 
1027
+ /**
1028
+ * Deletes all unpaid PremDistribution records based on the Payor/Account and Payee you specify.
1029
+ * @summary Delete PremDistribution records based on criteria
1030
+ * @param {string} vbasoftwareDatabase Target database
1031
+ * @param {string} payorId Payor ID
1032
+ * @param {number} accountKey Account Key
1033
+ * @param {string} payeeId Payee ID
1034
+ * @param {*} [options] Override http request option.
1035
+ * @throws {RequiredError}
1036
+ */
1037
+ massDeletePremDistribution(vbasoftwareDatabase: string, payorId: string, accountKey: number, payeeId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1038
+
935
1039
  /**
936
1040
  * Create or Update multiple PremDistribution at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
937
1041
  * @summary Create or Update Batch PremDistribution
@@ -1064,6 +1168,20 @@ export class PremiumDistributionsApi extends BaseAPI implements PremiumDistribut
1064
1168
  return PremiumDistributionsApiFp(this.configuration).listPremDistributionAvailable(vbasoftwareDatabase, asOfDate, options).then((request) => request(this.axios, this.basePath));
1065
1169
  }
1066
1170
 
1171
+ /**
1172
+ * Deletes all unpaid PremDistribution records based on the Payor/Account and Payee you specify.
1173
+ * @summary Delete PremDistribution records based on criteria
1174
+ * @param {string} vbasoftwareDatabase Target database
1175
+ * @param {string} payorId Payor ID
1176
+ * @param {number} accountKey Account Key
1177
+ * @param {string} payeeId Payee ID
1178
+ * @param {*} [options] Override http request option.
1179
+ * @throws {RequiredError}
1180
+ */
1181
+ public massDeletePremDistribution(vbasoftwareDatabase: string, payorId: string, accountKey: number, payeeId: string, options?: RawAxiosRequestConfig) {
1182
+ return PremiumDistributionsApiFp(this.configuration).massDeletePremDistribution(vbasoftwareDatabase, payorId, accountKey, payeeId, options).then((request) => request(this.axios, this.basePath));
1183
+ }
1184
+
1067
1185
  /**
1068
1186
  * Create or Update multiple PremDistribution at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
1069
1187
  * @summary Create or Update Batch PremDistribution
@@ -22,6 +22,8 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
22
22
  // @ts-ignore
23
23
  import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
24
24
  // @ts-ignore
25
+ import type { VBAEDIExecuteContentListVBAResponse } from '../models';
26
+ // @ts-ignore
25
27
  import type { VBAProcess } from '../models';
26
28
  // @ts-ignore
27
29
  import type { VBAProcessVBAResponse } from '../models';
@@ -116,6 +118,56 @@ export const ProcessesApiAxiosParamCreator = function (configuration?: Configura
116
118
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
117
119
 
118
120
 
121
+ if (vbasoftwareDatabase != null) {
122
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
123
+ }
124
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
125
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
126
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
127
+
128
+ return {
129
+ url: toPathString(localVarUrlObj),
130
+ options: localVarRequestOptions,
131
+ };
132
+ },
133
+ /**
134
+ * Execute a VBA Standard EDI Profile Interface based on the provided VBAProcess record and optionally get the interface contents.
135
+ * @summary Execute EDI by VBAProcess
136
+ * @param {string} vbasoftwareDatabase Target database
137
+ * @param {number} vBAProcessKey VBAProcess_Key
138
+ * @param {*} [options] Override http request option.
139
+ * @throws {RequiredError}
140
+ */
141
+ executeEDIByVBAProcess: async (vbasoftwareDatabase: string, vBAProcessKey: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
142
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
143
+ assertParamExists('executeEDIByVBAProcess', 'vbasoftwareDatabase', vbasoftwareDatabase)
144
+ // verify required parameter 'vBAProcessKey' is not null or undefined
145
+ assertParamExists('executeEDIByVBAProcess', 'vBAProcessKey', vBAProcessKey)
146
+ const localVarPath = `/execute-edi-by-vbaprocess`;
147
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
148
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
149
+ let baseOptions;
150
+ if (configuration) {
151
+ baseOptions = configuration.baseOptions;
152
+ }
153
+
154
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
155
+ const localVarHeaderParameter = {} as any;
156
+ const localVarQueryParameter = {} as any;
157
+
158
+ // authentication apiKeyAuth required
159
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
160
+
161
+ // authentication bearerAuth required
162
+ // http bearer authentication required
163
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
164
+
165
+ if (vBAProcessKey !== undefined) {
166
+ localVarQueryParameter['vBAProcessKey'] = vBAProcessKey;
167
+ }
168
+
169
+ localVarHeaderParameter['Accept'] = 'text/plain,application/json,text/json';
170
+
119
171
  if (vbasoftwareDatabase != null) {
120
172
  localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
121
173
  }
@@ -273,6 +325,20 @@ export const ProcessesApiFp = function(configuration?: Configuration) {
273
325
  const localVarOperationServerBasePath = operationServerMap['ProcessesApi.deleteVBAProcess']?.[localVarOperationServerIndex]?.url;
274
326
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
275
327
  },
328
+ /**
329
+ * Execute a VBA Standard EDI Profile Interface based on the provided VBAProcess record and optionally get the interface contents.
330
+ * @summary Execute EDI by VBAProcess
331
+ * @param {string} vbasoftwareDatabase Target database
332
+ * @param {number} vBAProcessKey VBAProcess_Key
333
+ * @param {*} [options] Override http request option.
334
+ * @throws {RequiredError}
335
+ */
336
+ async executeEDIByVBAProcess(vbasoftwareDatabase: string, vBAProcessKey: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VBAEDIExecuteContentListVBAResponse>> {
337
+ const localVarAxiosArgs = await localVarAxiosParamCreator.executeEDIByVBAProcess(vbasoftwareDatabase, vBAProcessKey, options);
338
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
339
+ const localVarOperationServerBasePath = operationServerMap['ProcessesApi.executeEDIByVBAProcess']?.[localVarOperationServerIndex]?.url;
340
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
341
+ },
276
342
  /**
277
343
  * Gets VBAProcess
278
344
  * @summary Get VBAProcess
@@ -336,6 +402,17 @@ export const ProcessesApiFactory = function (configuration?: Configuration, base
336
402
  deleteVBAProcess(vbasoftwareDatabase: string, vBAProcessKey: number, vBAProcessType: string, options?: RawAxiosRequestConfig): AxiosPromise<void> {
337
403
  return localVarFp.deleteVBAProcess(vbasoftwareDatabase, vBAProcessKey, vBAProcessType, options).then((request) => request(axios, basePath));
338
404
  },
405
+ /**
406
+ * Execute a VBA Standard EDI Profile Interface based on the provided VBAProcess record and optionally get the interface contents.
407
+ * @summary Execute EDI by VBAProcess
408
+ * @param {string} vbasoftwareDatabase Target database
409
+ * @param {number} vBAProcessKey VBAProcess_Key
410
+ * @param {*} [options] Override http request option.
411
+ * @throws {RequiredError}
412
+ */
413
+ executeEDIByVBAProcess(vbasoftwareDatabase: string, vBAProcessKey: number, options?: RawAxiosRequestConfig): AxiosPromise<VBAEDIExecuteContentListVBAResponse> {
414
+ return localVarFp.executeEDIByVBAProcess(vbasoftwareDatabase, vBAProcessKey, options).then((request) => request(axios, basePath));
415
+ },
339
416
  /**
340
417
  * Gets VBAProcess
341
418
  * @summary Get VBAProcess
@@ -389,6 +466,16 @@ export interface ProcessesApiInterface {
389
466
  */
390
467
  deleteVBAProcess(vbasoftwareDatabase: string, vBAProcessKey: number, vBAProcessType: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
391
468
 
469
+ /**
470
+ * Execute a VBA Standard EDI Profile Interface based on the provided VBAProcess record and optionally get the interface contents.
471
+ * @summary Execute EDI by VBAProcess
472
+ * @param {string} vbasoftwareDatabase Target database
473
+ * @param {number} vBAProcessKey VBAProcess_Key
474
+ * @param {*} [options] Override http request option.
475
+ * @throws {RequiredError}
476
+ */
477
+ executeEDIByVBAProcess(vbasoftwareDatabase: string, vBAProcessKey: number, options?: RawAxiosRequestConfig): AxiosPromise<VBAEDIExecuteContentListVBAResponse>;
478
+
392
479
  /**
393
480
  * Gets VBAProcess
394
481
  * @summary Get VBAProcess
@@ -443,6 +530,18 @@ export class ProcessesApi extends BaseAPI implements ProcessesApiInterface {
443
530
  return ProcessesApiFp(this.configuration).deleteVBAProcess(vbasoftwareDatabase, vBAProcessKey, vBAProcessType, options).then((request) => request(this.axios, this.basePath));
444
531
  }
445
532
 
533
+ /**
534
+ * Execute a VBA Standard EDI Profile Interface based on the provided VBAProcess record and optionally get the interface contents.
535
+ * @summary Execute EDI by VBAProcess
536
+ * @param {string} vbasoftwareDatabase Target database
537
+ * @param {number} vBAProcessKey VBAProcess_Key
538
+ * @param {*} [options] Override http request option.
539
+ * @throws {RequiredError}
540
+ */
541
+ public executeEDIByVBAProcess(vbasoftwareDatabase: string, vBAProcessKey: number, options?: RawAxiosRequestConfig) {
542
+ return ProcessesApiFp(this.configuration).executeEDIByVBAProcess(vbasoftwareDatabase, vBAProcessKey, options).then((request) => request(this.axios, this.basePath));
543
+ }
544
+
446
545
  /**
447
546
  * Gets VBAProcess
448
547
  * @summary Get VBAProcess