@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250509.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 (64) hide show
  1. package/.openapi-generator/FILES +34 -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/care-cases-api.ts +609 -0
  9. package/api/claim-offset-api.ts +685 -0
  10. package/api/claim-offset-detail-api.ts +694 -0
  11. package/api/claims-api.ts +25 -25
  12. package/api/funding-reconciliations-api.ts +96 -0
  13. package/api/funding-request-claim-remove-api.ts +773 -0
  14. package/api/plans-api.ts +26 -8
  15. package/api/premium-invoices-api.ts +88 -0
  16. package/api.ts +5 -0
  17. package/docs/AdvBillingApi.md +109 -0
  18. package/docs/AdvCareManagementApi.md +63 -0
  19. package/docs/AdvClaimApi.md +117 -4
  20. package/docs/AdvCommissionApi.md +56 -0
  21. package/docs/AdvEnrollmentApi.md +53 -0
  22. package/docs/AdvVBAGatewayApi.md +64 -0
  23. package/docs/CareCasesApi.md +347 -0
  24. package/docs/ClaimOffset.md +30 -0
  25. package/docs/ClaimOffsetApi.md +354 -0
  26. package/docs/ClaimOffsetDetail.md +36 -0
  27. package/docs/ClaimOffsetDetailApi.md +357 -0
  28. package/docs/ClaimOffsetDetailListVBAResponse.md +24 -0
  29. package/docs/ClaimOffsetDetailVBAResponse.md +24 -0
  30. package/docs/ClaimOffsetListVBAResponse.md +24 -0
  31. package/docs/ClaimOffsetVBAResponse.md +24 -0
  32. package/docs/ClaimsApi.md +5 -5
  33. package/docs/CompanyData.md +2 -0
  34. package/docs/FundingReconciliationsApi.md +56 -0
  35. package/docs/FundingRequestClaimRemove.md +38 -0
  36. package/docs/FundingRequestClaimRemoveApi.md +387 -0
  37. package/docs/FundingRequestClaimRemoveListVBAResponse.md +24 -0
  38. package/docs/FundingRequestClaimRemoveVBAResponse.md +24 -0
  39. package/docs/Members.md +4 -0
  40. package/docs/PlansApi.md +7 -1
  41. package/docs/PremiumInvoicesApi.md +53 -0
  42. package/docs/ReportSeriesProcess.md +2 -0
  43. package/docs/ReportSeriesStep.md +16 -0
  44. package/docs/VBAClaimBatchCopy.md +60 -0
  45. package/docs/VBAClaimBatchCopyVBAResponse.md +24 -0
  46. package/docs/VBAVBAGatewayProcessRequest.md +32 -0
  47. package/models/claim-offset-detail-list-vbaresponse.ts +51 -0
  48. package/models/claim-offset-detail-vbaresponse.ts +51 -0
  49. package/models/claim-offset-detail.ts +78 -0
  50. package/models/claim-offset-list-vbaresponse.ts +51 -0
  51. package/models/claim-offset-vbaresponse.ts +51 -0
  52. package/models/claim-offset.ts +60 -0
  53. package/models/company-data.ts +6 -0
  54. package/models/funding-request-claim-remove-list-vbaresponse.ts +51 -0
  55. package/models/funding-request-claim-remove-vbaresponse.ts +51 -0
  56. package/models/funding-request-claim-remove.ts +84 -0
  57. package/models/index.ts +12 -0
  58. package/models/members.ts +12 -0
  59. package/models/report-series-process.ts +6 -0
  60. package/models/report-series-step.ts +48 -0
  61. package/models/vbaclaim-batch-copy-vbaresponse.ts +51 -0
  62. package/models/vbaclaim-batch-copy.ts +150 -0
  63. package/models/vbavbagateway-process-request.ts +66 -0
  64. package/package.json +1 -1
@@ -0,0 +1,168 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * VBASoftware
5
+ * APIs for VBASoftware
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import type { Configuration } from '../configuration';
17
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
18
+ import globalAxios from 'axios';
19
+ // Some imports not used depending on template conditions
20
+ // @ts-ignore
21
+ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
22
+ // @ts-ignore
23
+ import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
24
+ // @ts-ignore
25
+ import type { VBAVBAGatewayProcessRequest } from '../models';
26
+ /**
27
+ * AdvVBAGatewayApi - axios parameter creator
28
+ * @export
29
+ */
30
+ export const AdvVBAGatewayApiAxiosParamCreator = function (configuration?: Configuration) {
31
+ return {
32
+ /**
33
+ * Confirm, Reject, or Hold a VBAGateway Request that will then change the Request Status and update Response information.
34
+ * @summary Process a VBAGateway Request
35
+ * @param {string} vbasoftwareDatabase Target database
36
+ * @param {VBAVBAGatewayProcessRequest} vBAVBAGatewayProcessRequest
37
+ * @param {*} [options] Override http request option.
38
+ * @throws {RequiredError}
39
+ */
40
+ vBAGatewayProcessRequest: async (vbasoftwareDatabase: string, vBAVBAGatewayProcessRequest: VBAVBAGatewayProcessRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
41
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
42
+ assertParamExists('vBAGatewayProcessRequest', 'vbasoftwareDatabase', vbasoftwareDatabase)
43
+ // verify required parameter 'vBAVBAGatewayProcessRequest' is not null or undefined
44
+ assertParamExists('vBAGatewayProcessRequest', 'vBAVBAGatewayProcessRequest', vBAVBAGatewayProcessRequest)
45
+ const localVarPath = `/vbagateway-process-request`;
46
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
47
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
48
+ let baseOptions;
49
+ if (configuration) {
50
+ baseOptions = configuration.baseOptions;
51
+ }
52
+
53
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
54
+ const localVarHeaderParameter = {} as any;
55
+ const localVarQueryParameter = {} as any;
56
+
57
+ // authentication apiKeyAuth required
58
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
59
+
60
+ // authentication bearerAuth required
61
+ // http bearer authentication required
62
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
63
+
64
+
65
+
66
+ localVarHeaderParameter['Content-Type'] = 'application/json';
67
+
68
+ if (vbasoftwareDatabase != null) {
69
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
70
+ }
71
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
72
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
73
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
74
+ localVarRequestOptions.data = serializeDataIfNeeded(vBAVBAGatewayProcessRequest, localVarRequestOptions, configuration)
75
+
76
+ return {
77
+ url: toPathString(localVarUrlObj),
78
+ options: localVarRequestOptions,
79
+ };
80
+ },
81
+ }
82
+ };
83
+
84
+ /**
85
+ * AdvVBAGatewayApi - functional programming interface
86
+ * @export
87
+ */
88
+ export const AdvVBAGatewayApiFp = function(configuration?: Configuration) {
89
+ const localVarAxiosParamCreator = AdvVBAGatewayApiAxiosParamCreator(configuration)
90
+ return {
91
+ /**
92
+ * Confirm, Reject, or Hold a VBAGateway Request that will then change the Request Status and update Response information.
93
+ * @summary Process a VBAGateway Request
94
+ * @param {string} vbasoftwareDatabase Target database
95
+ * @param {VBAVBAGatewayProcessRequest} vBAVBAGatewayProcessRequest
96
+ * @param {*} [options] Override http request option.
97
+ * @throws {RequiredError}
98
+ */
99
+ async vBAGatewayProcessRequest(vbasoftwareDatabase: string, vBAVBAGatewayProcessRequest: VBAVBAGatewayProcessRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
100
+ const localVarAxiosArgs = await localVarAxiosParamCreator.vBAGatewayProcessRequest(vbasoftwareDatabase, vBAVBAGatewayProcessRequest, options);
101
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
102
+ const localVarOperationServerBasePath = operationServerMap['AdvVBAGatewayApi.vBAGatewayProcessRequest']?.[localVarOperationServerIndex]?.url;
103
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
104
+ },
105
+ }
106
+ };
107
+
108
+ /**
109
+ * AdvVBAGatewayApi - factory interface
110
+ * @export
111
+ */
112
+ export const AdvVBAGatewayApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
113
+ const localVarFp = AdvVBAGatewayApiFp(configuration)
114
+ return {
115
+ /**
116
+ * Confirm, Reject, or Hold a VBAGateway Request that will then change the Request Status and update Response information.
117
+ * @summary Process a VBAGateway Request
118
+ * @param {string} vbasoftwareDatabase Target database
119
+ * @param {VBAVBAGatewayProcessRequest} vBAVBAGatewayProcessRequest
120
+ * @param {*} [options] Override http request option.
121
+ * @throws {RequiredError}
122
+ */
123
+ vBAGatewayProcessRequest(vbasoftwareDatabase: string, vBAVBAGatewayProcessRequest: VBAVBAGatewayProcessRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
124
+ return localVarFp.vBAGatewayProcessRequest(vbasoftwareDatabase, vBAVBAGatewayProcessRequest, options).then((request) => request(axios, basePath));
125
+ },
126
+ };
127
+ };
128
+
129
+ /**
130
+ * AdvVBAGatewayApi - interface
131
+ * @export
132
+ * @interface AdvVBAGatewayApi
133
+ */
134
+ export interface AdvVBAGatewayApiInterface {
135
+ /**
136
+ * Confirm, Reject, or Hold a VBAGateway Request that will then change the Request Status and update Response information.
137
+ * @summary Process a VBAGateway Request
138
+ * @param {string} vbasoftwareDatabase Target database
139
+ * @param {VBAVBAGatewayProcessRequest} vBAVBAGatewayProcessRequest
140
+ * @param {*} [options] Override http request option.
141
+ * @throws {RequiredError}
142
+ * @memberof AdvVBAGatewayApiInterface
143
+ */
144
+ vBAGatewayProcessRequest(vbasoftwareDatabase: string, vBAVBAGatewayProcessRequest: VBAVBAGatewayProcessRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
145
+
146
+ }
147
+
148
+ /**
149
+ * AdvVBAGatewayApi - object-oriented interface
150
+ * @export
151
+ * @class AdvVBAGatewayApi
152
+ * @extends {BaseAPI}
153
+ */
154
+ export class AdvVBAGatewayApi extends BaseAPI implements AdvVBAGatewayApiInterface {
155
+ /**
156
+ * Confirm, Reject, or Hold a VBAGateway Request that will then change the Request Status and update Response information.
157
+ * @summary Process a VBAGateway Request
158
+ * @param {string} vbasoftwareDatabase Target database
159
+ * @param {VBAVBAGatewayProcessRequest} vBAVBAGatewayProcessRequest
160
+ * @param {*} [options] Override http request option.
161
+ * @throws {RequiredError}
162
+ * @memberof AdvVBAGatewayApi
163
+ */
164
+ public vBAGatewayProcessRequest(vbasoftwareDatabase: string, vBAVBAGatewayProcessRequest: VBAVBAGatewayProcessRequest, options?: RawAxiosRequestConfig) {
165
+ return AdvVBAGatewayApiFp(this.configuration).vBAGatewayProcessRequest(vbasoftwareDatabase, vBAVBAGatewayProcessRequest, options).then((request) => request(this.axios, this.basePath));
166
+ }
167
+ }
168
+