@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20221108.4 → 1.20230117.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.
- package/.openapi-generator/FILES +28 -1
- package/api/adv-benefits-api.ts +167 -0
- package/api/adv-enrollment-api.ts +207 -0
- package/api/auth-reference-api.ts +5 -5
- package/api/benefits-api.ts +87 -0
- package/api/bill-type-places-api.ts +716 -0
- package/api/bill-types-api.ts +668 -0
- package/api/care-case-clinical-fact-category-types-api.ts +107 -59
- package/api/care-case-clinical-facts-api.ts +155 -107
- package/api/cobtypes-api.ts +155 -0
- package/api/context4-lists-api.ts +331 -0
- package/api/cost-contain-zelis-ex-codes-api.ts +668 -0
- package/api/disability-options-api.ts +155 -0
- package/api/flex-types-api.ts +155 -0
- package/api/issue-duration-values-api.ts +677 -0
- package/api/life-options-api.ts +242 -0
- package/api/plan-benefit-clusters-api.ts +668 -0
- package/api/plans-api.ts +99 -0
- package/api/premium-rates-api.ts +125 -0
- package/api/provider-withholds-api.ts +31 -13
- package/api/report-definitions-api.ts +17 -8
- package/api/subscriber-enrollment-plans-api.ts +115 -0
- package/api/subscribers-api.ts +95 -0
- package/api.ts +11 -0
- package/models/{auth-reference-list-vbaresponse.ts → auth-list-vbaresponse.ts} +8 -8
- package/models/bill-type-list-vbaresponse.ts +45 -0
- package/models/bill-type-place-list-vbaresponse.ts +45 -0
- package/models/bill-type-place-vbaresponse.ts +45 -0
- package/models/bill-type-place.ts +66 -0
- package/models/bill-type-vbaresponse.ts +45 -0
- package/models/bill-type.ts +66 -0
- package/models/care-case-clinical-fact-category-type.ts +7 -7
- package/models/care-case-clinical-fact.ts +9 -9
- package/models/claim-batch.ts +6 -0
- package/models/claim.ts +6 -0
- package/models/company-data.ts +24 -0
- package/models/cost-contain-zelis-ex-code-list-vbaresponse.ts +45 -0
- package/models/cost-contain-zelis-ex-code-vbaresponse.ts +45 -0
- package/models/cost-contain-zelis-ex-code.ts +60 -0
- package/models/index.ts +17 -1
- package/models/issue-duration-value-list-vbaresponse.ts +45 -0
- package/models/issue-duration-value-vbaresponse.ts +45 -0
- package/models/issue-duration-value.ts +66 -0
- package/models/member-prior-accum.ts +24 -0
- package/models/plan-benefit-cluster-list-vbaresponse.ts +45 -0
- package/models/plan-benefit-cluster-vbaresponse.ts +45 -0
- package/models/plan-benefit-cluster.ts +96 -0
- package/models/plan-copy.ts +192 -0
- package/models/plans.ts +128 -98
- package/models/prem-rate.ts +6 -0
- package/models/provider-withhold.ts +17 -17
- package/models/subscriber-prior-accum.ts +24 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -5,6 +5,7 @@ api.ts
|
|
|
5
5
|
api/admission-type-places-api.ts
|
|
6
6
|
api/adv-accounting-api.ts
|
|
7
7
|
api/adv-auth-api.ts
|
|
8
|
+
api/adv-benefits-api.ts
|
|
8
9
|
api/adv-capitation-api.ts
|
|
9
10
|
api/adv-commission-api.ts
|
|
10
11
|
api/adv-enrollment-api.ts
|
|
@@ -41,6 +42,8 @@ api/benefit-procedures-api.ts
|
|
|
41
42
|
api/benefit-provider-types-api.ts
|
|
42
43
|
api/benefit-specialties-api.ts
|
|
43
44
|
api/benefits-api.ts
|
|
45
|
+
api/bill-type-places-api.ts
|
|
46
|
+
api/bill-types-api.ts
|
|
44
47
|
api/billing-basis-api.ts
|
|
45
48
|
api/billing-cycles-api.ts
|
|
46
49
|
api/brokerage-api.ts
|
|
@@ -196,6 +199,7 @@ api/claims-api.ts
|
|
|
196
199
|
api/classes-api.ts
|
|
197
200
|
api/cliacertificate-api.ts
|
|
198
201
|
api/cliacertificate-procedure-codes-api.ts
|
|
202
|
+
api/cobtypes-api.ts
|
|
199
203
|
api/college-types-api.ts
|
|
200
204
|
api/colleges-api.ts
|
|
201
205
|
api/commission-activity-api.ts
|
|
@@ -241,7 +245,9 @@ api/context4-health-cost-containment-ex-codes-api.ts
|
|
|
241
245
|
api/context4-health-cost-containment-message-types-api.ts
|
|
242
246
|
api/context4-health-cost-containment-option-pricing-api.ts
|
|
243
247
|
api/context4-health-cost-containment-options-api.ts
|
|
248
|
+
api/context4-lists-api.ts
|
|
244
249
|
api/contribution-schedules-api.ts
|
|
250
|
+
api/cost-contain-zelis-ex-codes-api.ts
|
|
245
251
|
api/country-api.ts
|
|
246
252
|
api/country-dialing-codes-api.ts
|
|
247
253
|
api/county-api.ts
|
|
@@ -274,6 +280,7 @@ api/data-types-api.ts
|
|
|
274
280
|
api/diagnostic-code-groups-api.ts
|
|
275
281
|
api/diagnostic-code-types-api.ts
|
|
276
282
|
api/diagnostic-codes-api.ts
|
|
283
|
+
api/disability-options-api.ts
|
|
277
284
|
api/drgcluster-api.ts
|
|
278
285
|
api/drgcluster-detail-api.ts
|
|
279
286
|
api/drgcodes-api.ts
|
|
@@ -318,6 +325,7 @@ api/flex-claim-details-api.ts
|
|
|
318
325
|
api/flex-claim-services-api.ts
|
|
319
326
|
api/flex-claims-api.ts
|
|
320
327
|
api/flex-issuance-types-api.ts
|
|
328
|
+
api/flex-types-api.ts
|
|
321
329
|
api/flex-vendor-card-status-api.ts
|
|
322
330
|
api/flex-vendor-purse-status-api.ts
|
|
323
331
|
api/flex-vendors-api.ts
|
|
@@ -428,12 +436,14 @@ api/insurance-types-api.ts
|
|
|
428
436
|
api/interface-types-api.ts
|
|
429
437
|
api/invoice-levels-api.ts
|
|
430
438
|
api/invoice-reasons-api.ts
|
|
439
|
+
api/issue-duration-values-api.ts
|
|
431
440
|
api/job-execution-metadata-api.ts
|
|
432
441
|
api/job-executions-api.ts
|
|
433
442
|
api/job-types-api.ts
|
|
434
443
|
api/jobs-api.ts
|
|
435
444
|
api/language-skill-levels-api.ts
|
|
436
445
|
api/languages-api.ts
|
|
446
|
+
api/life-options-api.ts
|
|
437
447
|
api/local-taxes-api.ts
|
|
438
448
|
api/log-type-api.ts
|
|
439
449
|
api/logging-api.ts
|
|
@@ -505,6 +515,7 @@ api/plan-accumulators-api.ts
|
|
|
505
515
|
api/plan-auth-penalties-api.ts
|
|
506
516
|
api/plan-auth-penalty-benefits-api.ts
|
|
507
517
|
api/plan-benefit-cascades-api.ts
|
|
518
|
+
api/plan-benefit-clusters-api.ts
|
|
508
519
|
api/plan-benefit-diagnosis-ex-codes-api.ts
|
|
509
520
|
api/plan-benefit-diagnostic-codes-api.ts
|
|
510
521
|
api/plan-benefit-levels-api.ts
|
|
@@ -799,10 +810,10 @@ models/auth-code.ts
|
|
|
799
810
|
models/auth-diag-codes-list-vbaresponse.ts
|
|
800
811
|
models/auth-diag-codes-vbaresponse.ts
|
|
801
812
|
models/auth-diag-codes.ts
|
|
813
|
+
models/auth-list-vbaresponse.ts
|
|
802
814
|
models/auth-proc-codes-list-vbaresponse.ts
|
|
803
815
|
models/auth-proc-codes-vbaresponse.ts
|
|
804
816
|
models/auth-proc-codes.ts
|
|
805
|
-
models/auth-reference-list-vbaresponse.ts
|
|
806
817
|
models/auth-reference-vbaresponse.ts
|
|
807
818
|
models/auth-reference.ts
|
|
808
819
|
models/auth-review-level-list-vbaresponse.ts
|
|
@@ -853,6 +864,12 @@ models/benefit-provider-types.ts
|
|
|
853
864
|
models/benefit-specialty-list-vbaresponse.ts
|
|
854
865
|
models/benefit-specialty-vbaresponse.ts
|
|
855
866
|
models/benefit-specialty.ts
|
|
867
|
+
models/bill-type-list-vbaresponse.ts
|
|
868
|
+
models/bill-type-place-list-vbaresponse.ts
|
|
869
|
+
models/bill-type-place-vbaresponse.ts
|
|
870
|
+
models/bill-type-place.ts
|
|
871
|
+
models/bill-type-vbaresponse.ts
|
|
872
|
+
models/bill-type.ts
|
|
856
873
|
models/billing-basis-list-vbaresponse.ts
|
|
857
874
|
models/billing-basis-vbaresponse.ts
|
|
858
875
|
models/billing-basis.ts
|
|
@@ -1481,6 +1498,9 @@ models/cost-contain-zelis-edit-code.ts
|
|
|
1481
1498
|
models/cost-contain-zelis-eobcode-list-vbaresponse.ts
|
|
1482
1499
|
models/cost-contain-zelis-eobcode-vbaresponse.ts
|
|
1483
1500
|
models/cost-contain-zelis-eobcode.ts
|
|
1501
|
+
models/cost-contain-zelis-ex-code-list-vbaresponse.ts
|
|
1502
|
+
models/cost-contain-zelis-ex-code-vbaresponse.ts
|
|
1503
|
+
models/cost-contain-zelis-ex-code.ts
|
|
1484
1504
|
models/cost-contain-zelis-poll-list-vbaresponse.ts
|
|
1485
1505
|
models/cost-contain-zelis-poll-vbaresponse.ts
|
|
1486
1506
|
models/cost-contain-zelis-poll.ts
|
|
@@ -1995,6 +2015,9 @@ models/irs1094-cvbaresponse.ts
|
|
|
1995
2015
|
models/irs1095-b.ts
|
|
1996
2016
|
models/irs1095-blist-vbaresponse.ts
|
|
1997
2017
|
models/irs1095-bvbaresponse.ts
|
|
2018
|
+
models/issue-duration-value-list-vbaresponse.ts
|
|
2019
|
+
models/issue-duration-value-vbaresponse.ts
|
|
2020
|
+
models/issue-duration-value.ts
|
|
1998
2021
|
models/job-execution-list-vbaresponse.ts
|
|
1999
2022
|
models/job-execution-meta-data-list-vbaresponse.ts
|
|
2000
2023
|
models/job-execution-meta-data-vbaresponse.ts
|
|
@@ -2231,6 +2254,9 @@ models/plan-ben-code-specialty.ts
|
|
|
2231
2254
|
models/plan-benefit-cascade-list-vbaresponse.ts
|
|
2232
2255
|
models/plan-benefit-cascade-vbaresponse.ts
|
|
2233
2256
|
models/plan-benefit-cascade.ts
|
|
2257
|
+
models/plan-benefit-cluster-list-vbaresponse.ts
|
|
2258
|
+
models/plan-benefit-cluster-vbaresponse.ts
|
|
2259
|
+
models/plan-benefit-cluster.ts
|
|
2234
2260
|
models/plan-benefit-level-list-vbaresponse.ts
|
|
2235
2261
|
models/plan-benefit-level-vbaresponse.ts
|
|
2236
2262
|
models/plan-benefit-level.ts
|
|
@@ -2264,6 +2290,7 @@ models/plan-benefits-procedures-vbaresponse.ts
|
|
|
2264
2290
|
models/plan-benefits-procedures.ts
|
|
2265
2291
|
models/plan-benefits-vbaresponse.ts
|
|
2266
2292
|
models/plan-benefits.ts
|
|
2293
|
+
models/plan-copy.ts
|
|
2267
2294
|
models/plan-diagnosis-age-list-vbaresponse.ts
|
|
2268
2295
|
models/plan-diagnosis-age-vbaresponse.ts
|
|
2269
2296
|
models/plan-diagnosis-age.ts
|
|
@@ -0,0 +1,167 @@
|
|
|
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 globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
17
|
+
import { Configuration } from '../configuration';
|
|
18
|
+
// Some imports not used depending on template conditions
|
|
19
|
+
// @ts-ignore
|
|
20
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
|
+
// @ts-ignore
|
|
22
|
+
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { PlanCopy } from '../models';
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
import { PlansVBAResponse } from '../models';
|
|
27
|
+
/**
|
|
28
|
+
* AdvBenefitsApi - axios parameter creator
|
|
29
|
+
* @export
|
|
30
|
+
*/
|
|
31
|
+
export const AdvBenefitsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
|
+
return {
|
|
33
|
+
/**
|
|
34
|
+
* Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID.
|
|
35
|
+
* @summary Copy Plan
|
|
36
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
37
|
+
* @param {PlanCopy} planCopy
|
|
38
|
+
* @param {*} [options] Override http request option.
|
|
39
|
+
* @throws {RequiredError}
|
|
40
|
+
*/
|
|
41
|
+
copyPlan: async (vbasoftwareDatabase: string, planCopy: PlanCopy, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
42
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
43
|
+
assertParamExists('copyPlan', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
44
|
+
// verify required parameter 'planCopy' is not null or undefined
|
|
45
|
+
assertParamExists('copyPlan', 'planCopy', planCopy)
|
|
46
|
+
const localVarPath = `/plans-copy`;
|
|
47
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
48
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
49
|
+
let baseOptions;
|
|
50
|
+
if (configuration) {
|
|
51
|
+
baseOptions = configuration.baseOptions;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
55
|
+
const localVarHeaderParameter = {} as any;
|
|
56
|
+
const localVarQueryParameter = {} as any;
|
|
57
|
+
|
|
58
|
+
// authentication apiKeyAuth required
|
|
59
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
60
|
+
|
|
61
|
+
// authentication bearerAuth required
|
|
62
|
+
// http bearer authentication required
|
|
63
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
64
|
+
|
|
65
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
66
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
72
|
+
|
|
73
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
74
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
75
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
76
|
+
localVarRequestOptions.data = serializeDataIfNeeded(planCopy, localVarRequestOptions, configuration)
|
|
77
|
+
|
|
78
|
+
return {
|
|
79
|
+
url: toPathString(localVarUrlObj),
|
|
80
|
+
options: localVarRequestOptions,
|
|
81
|
+
};
|
|
82
|
+
},
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* AdvBenefitsApi - functional programming interface
|
|
88
|
+
* @export
|
|
89
|
+
*/
|
|
90
|
+
export const AdvBenefitsApiFp = function(configuration?: Configuration) {
|
|
91
|
+
const localVarAxiosParamCreator = AdvBenefitsApiAxiosParamCreator(configuration)
|
|
92
|
+
return {
|
|
93
|
+
/**
|
|
94
|
+
* Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID.
|
|
95
|
+
* @summary Copy Plan
|
|
96
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
97
|
+
* @param {PlanCopy} planCopy
|
|
98
|
+
* @param {*} [options] Override http request option.
|
|
99
|
+
* @throws {RequiredError}
|
|
100
|
+
*/
|
|
101
|
+
async copyPlan(vbasoftwareDatabase: string, planCopy: PlanCopy, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlansVBAResponse>> {
|
|
102
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.copyPlan(vbasoftwareDatabase, planCopy, options);
|
|
103
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
104
|
+
},
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* AdvBenefitsApi - factory interface
|
|
110
|
+
* @export
|
|
111
|
+
*/
|
|
112
|
+
export const AdvBenefitsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
113
|
+
const localVarFp = AdvBenefitsApiFp(configuration)
|
|
114
|
+
return {
|
|
115
|
+
/**
|
|
116
|
+
* Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID.
|
|
117
|
+
* @summary Copy Plan
|
|
118
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
119
|
+
* @param {PlanCopy} planCopy
|
|
120
|
+
* @param {*} [options] Override http request option.
|
|
121
|
+
* @throws {RequiredError}
|
|
122
|
+
*/
|
|
123
|
+
copyPlan(vbasoftwareDatabase: string, planCopy: PlanCopy, options?: any): AxiosPromise<PlansVBAResponse> {
|
|
124
|
+
return localVarFp.copyPlan(vbasoftwareDatabase, planCopy, options).then((request) => request(axios, basePath));
|
|
125
|
+
},
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* AdvBenefitsApi - interface
|
|
131
|
+
* @export
|
|
132
|
+
* @interface AdvBenefitsApi
|
|
133
|
+
*/
|
|
134
|
+
export interface AdvBenefitsApiInterface {
|
|
135
|
+
/**
|
|
136
|
+
* Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID.
|
|
137
|
+
* @summary Copy Plan
|
|
138
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
139
|
+
* @param {PlanCopy} planCopy
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
* @memberof AdvBenefitsApiInterface
|
|
143
|
+
*/
|
|
144
|
+
copyPlan(vbasoftwareDatabase: string, planCopy: PlanCopy, options?: AxiosRequestConfig): AxiosPromise<PlansVBAResponse>;
|
|
145
|
+
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* AdvBenefitsApi - object-oriented interface
|
|
150
|
+
* @export
|
|
151
|
+
* @class AdvBenefitsApi
|
|
152
|
+
* @extends {BaseAPI}
|
|
153
|
+
*/
|
|
154
|
+
export class AdvBenefitsApi extends BaseAPI implements AdvBenefitsApiInterface {
|
|
155
|
+
/**
|
|
156
|
+
* Copies an existing plan. This copy can be to a completely new Plan ID, or to overwrite an existing Plan ID.
|
|
157
|
+
* @summary Copy Plan
|
|
158
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
159
|
+
* @param {PlanCopy} planCopy
|
|
160
|
+
* @param {*} [options] Override http request option.
|
|
161
|
+
* @throws {RequiredError}
|
|
162
|
+
* @memberof AdvBenefitsApi
|
|
163
|
+
*/
|
|
164
|
+
public copyPlan(vbasoftwareDatabase: string, planCopy: PlanCopy, options?: AxiosRequestConfig) {
|
|
165
|
+
return AdvBenefitsApiFp(this.configuration).copyPlan(vbasoftwareDatabase, planCopy, options).then((request) => request(this.axios, this.basePath));
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -206,6 +206,63 @@ export const AdvEnrollmentApiAxiosParamCreator = function (configuration?: Confi
|
|
|
206
206
|
options: localVarRequestOptions,
|
|
207
207
|
};
|
|
208
208
|
},
|
|
209
|
+
/**
|
|
210
|
+
* Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User.
|
|
211
|
+
* @summary Recalculate Member Teeth
|
|
212
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
213
|
+
* @param {string} subscriberID Subscriber ID
|
|
214
|
+
* @param {string} memberSeq Member Seq
|
|
215
|
+
* @param {string} [requestingUserId] Requesting User
|
|
216
|
+
* @param {*} [options] Override http request option.
|
|
217
|
+
* @throws {RequiredError}
|
|
218
|
+
*/
|
|
219
|
+
recalculateMemberTeeth: async (vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, requestingUserId?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
220
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
221
|
+
assertParamExists('recalculateMemberTeeth', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
222
|
+
// verify required parameter 'subscriberID' is not null or undefined
|
|
223
|
+
assertParamExists('recalculateMemberTeeth', 'subscriberID', subscriberID)
|
|
224
|
+
// verify required parameter 'memberSeq' is not null or undefined
|
|
225
|
+
assertParamExists('recalculateMemberTeeth', 'memberSeq', memberSeq)
|
|
226
|
+
const localVarPath = `/subscribers/{subscriberID}/members/{memberSeq}/recalculate-teeth`
|
|
227
|
+
.replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)))
|
|
228
|
+
.replace(`{${"memberSeq"}}`, encodeURIComponent(String(memberSeq)));
|
|
229
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
230
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
231
|
+
let baseOptions;
|
|
232
|
+
if (configuration) {
|
|
233
|
+
baseOptions = configuration.baseOptions;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
237
|
+
const localVarHeaderParameter = {} as any;
|
|
238
|
+
const localVarQueryParameter = {} as any;
|
|
239
|
+
|
|
240
|
+
// authentication apiKeyAuth required
|
|
241
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
242
|
+
|
|
243
|
+
// authentication bearerAuth required
|
|
244
|
+
// http bearer authentication required
|
|
245
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
246
|
+
|
|
247
|
+
if (requestingUserId !== undefined) {
|
|
248
|
+
localVarQueryParameter['requestingUserId'] = requestingUserId;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
252
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
258
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
259
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
260
|
+
|
|
261
|
+
return {
|
|
262
|
+
url: toPathString(localVarUrlObj),
|
|
263
|
+
options: localVarRequestOptions,
|
|
264
|
+
};
|
|
265
|
+
},
|
|
209
266
|
/**
|
|
210
267
|
* Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members.
|
|
211
268
|
* @summary Subscriber Add Enrollment
|
|
@@ -255,6 +312,54 @@ export const AdvEnrollmentApiAxiosParamCreator = function (configuration?: Confi
|
|
|
255
312
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
256
313
|
localVarRequestOptions.data = serializeDataIfNeeded(addEnrollmentRequest, localVarRequestOptions, configuration)
|
|
257
314
|
|
|
315
|
+
return {
|
|
316
|
+
url: toPathString(localVarUrlObj),
|
|
317
|
+
options: localVarRequestOptions,
|
|
318
|
+
};
|
|
319
|
+
},
|
|
320
|
+
/**
|
|
321
|
+
* Recalculate Accumulators for a given Subscriber ID
|
|
322
|
+
* @summary Recalculate Subscriber Accumulators
|
|
323
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
324
|
+
* @param {string} subscriberID Subscriber ID
|
|
325
|
+
* @param {*} [options] Override http request option.
|
|
326
|
+
* @throws {RequiredError}
|
|
327
|
+
*/
|
|
328
|
+
subscriberRecalcAccum: async (vbasoftwareDatabase: string, subscriberID: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
329
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
330
|
+
assertParamExists('subscriberRecalcAccum', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
331
|
+
// verify required parameter 'subscriberID' is not null or undefined
|
|
332
|
+
assertParamExists('subscriberRecalcAccum', 'subscriberID', subscriberID)
|
|
333
|
+
const localVarPath = `/subscribers/{subscriberID}/recalculate-accumulators`
|
|
334
|
+
.replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)));
|
|
335
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
336
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
337
|
+
let baseOptions;
|
|
338
|
+
if (configuration) {
|
|
339
|
+
baseOptions = configuration.baseOptions;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
343
|
+
const localVarHeaderParameter = {} as any;
|
|
344
|
+
const localVarQueryParameter = {} as any;
|
|
345
|
+
|
|
346
|
+
// authentication apiKeyAuth required
|
|
347
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
348
|
+
|
|
349
|
+
// authentication bearerAuth required
|
|
350
|
+
// http bearer authentication required
|
|
351
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
352
|
+
|
|
353
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
354
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
360
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
361
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
362
|
+
|
|
258
363
|
return {
|
|
259
364
|
url: toPathString(localVarUrlObj),
|
|
260
365
|
options: localVarRequestOptions,
|
|
@@ -311,6 +416,20 @@ export const AdvEnrollmentApiFp = function(configuration?: Configuration) {
|
|
|
311
416
|
const localVarAxiosArgs = await localVarAxiosParamCreator.memberReenroll(vbasoftwareDatabase, subscriberID, memberSeq, enrollmentReenroll, options);
|
|
312
417
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
313
418
|
},
|
|
419
|
+
/**
|
|
420
|
+
* Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User.
|
|
421
|
+
* @summary Recalculate Member Teeth
|
|
422
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
423
|
+
* @param {string} subscriberID Subscriber ID
|
|
424
|
+
* @param {string} memberSeq Member Seq
|
|
425
|
+
* @param {string} [requestingUserId] Requesting User
|
|
426
|
+
* @param {*} [options] Override http request option.
|
|
427
|
+
* @throws {RequiredError}
|
|
428
|
+
*/
|
|
429
|
+
async recalculateMemberTeeth(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, requestingUserId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
430
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.recalculateMemberTeeth(vbasoftwareDatabase, subscriberID, memberSeq, requestingUserId, options);
|
|
431
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
432
|
+
},
|
|
314
433
|
/**
|
|
315
434
|
* Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members.
|
|
316
435
|
* @summary Subscriber Add Enrollment
|
|
@@ -324,6 +443,18 @@ export const AdvEnrollmentApiFp = function(configuration?: Configuration) {
|
|
|
324
443
|
const localVarAxiosArgs = await localVarAxiosParamCreator.subscriberAddEnrollment(vbasoftwareDatabase, subscriberID, addEnrollmentRequest, options);
|
|
325
444
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
326
445
|
},
|
|
446
|
+
/**
|
|
447
|
+
* Recalculate Accumulators for a given Subscriber ID
|
|
448
|
+
* @summary Recalculate Subscriber Accumulators
|
|
449
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
450
|
+
* @param {string} subscriberID Subscriber ID
|
|
451
|
+
* @param {*} [options] Override http request option.
|
|
452
|
+
* @throws {RequiredError}
|
|
453
|
+
*/
|
|
454
|
+
async subscriberRecalcAccum(vbasoftwareDatabase: string, subscriberID: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
455
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.subscriberRecalcAccum(vbasoftwareDatabase, subscriberID, options);
|
|
456
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
457
|
+
},
|
|
327
458
|
}
|
|
328
459
|
};
|
|
329
460
|
|
|
@@ -372,6 +503,19 @@ export const AdvEnrollmentApiFactory = function (configuration?: Configuration,
|
|
|
372
503
|
memberReenroll(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, enrollmentReenroll: EnrollmentReenroll, options?: any): AxiosPromise<VBAProcessVBAResponse> {
|
|
373
504
|
return localVarFp.memberReenroll(vbasoftwareDatabase, subscriberID, memberSeq, enrollmentReenroll, options).then((request) => request(axios, basePath));
|
|
374
505
|
},
|
|
506
|
+
/**
|
|
507
|
+
* Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User.
|
|
508
|
+
* @summary Recalculate Member Teeth
|
|
509
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
510
|
+
* @param {string} subscriberID Subscriber ID
|
|
511
|
+
* @param {string} memberSeq Member Seq
|
|
512
|
+
* @param {string} [requestingUserId] Requesting User
|
|
513
|
+
* @param {*} [options] Override http request option.
|
|
514
|
+
* @throws {RequiredError}
|
|
515
|
+
*/
|
|
516
|
+
recalculateMemberTeeth(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, requestingUserId?: string, options?: any): AxiosPromise<void> {
|
|
517
|
+
return localVarFp.recalculateMemberTeeth(vbasoftwareDatabase, subscriberID, memberSeq, requestingUserId, options).then((request) => request(axios, basePath));
|
|
518
|
+
},
|
|
375
519
|
/**
|
|
376
520
|
* Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members.
|
|
377
521
|
* @summary Subscriber Add Enrollment
|
|
@@ -384,6 +528,17 @@ export const AdvEnrollmentApiFactory = function (configuration?: Configuration,
|
|
|
384
528
|
subscriberAddEnrollment(vbasoftwareDatabase: string, subscriberID: string, addEnrollmentRequest: AddEnrollmentRequest, options?: any): AxiosPromise<void> {
|
|
385
529
|
return localVarFp.subscriberAddEnrollment(vbasoftwareDatabase, subscriberID, addEnrollmentRequest, options).then((request) => request(axios, basePath));
|
|
386
530
|
},
|
|
531
|
+
/**
|
|
532
|
+
* Recalculate Accumulators for a given Subscriber ID
|
|
533
|
+
* @summary Recalculate Subscriber Accumulators
|
|
534
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
535
|
+
* @param {string} subscriberID Subscriber ID
|
|
536
|
+
* @param {*} [options] Override http request option.
|
|
537
|
+
* @throws {RequiredError}
|
|
538
|
+
*/
|
|
539
|
+
subscriberRecalcAccum(vbasoftwareDatabase: string, subscriberID: string, options?: any): AxiosPromise<void> {
|
|
540
|
+
return localVarFp.subscriberRecalcAccum(vbasoftwareDatabase, subscriberID, options).then((request) => request(axios, basePath));
|
|
541
|
+
},
|
|
387
542
|
};
|
|
388
543
|
};
|
|
389
544
|
|
|
@@ -431,6 +586,19 @@ export interface AdvEnrollmentApiInterface {
|
|
|
431
586
|
*/
|
|
432
587
|
memberReenroll(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, enrollmentReenroll: EnrollmentReenroll, options?: AxiosRequestConfig): AxiosPromise<VBAProcessVBAResponse>;
|
|
433
588
|
|
|
589
|
+
/**
|
|
590
|
+
* Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User.
|
|
591
|
+
* @summary Recalculate Member Teeth
|
|
592
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
593
|
+
* @param {string} subscriberID Subscriber ID
|
|
594
|
+
* @param {string} memberSeq Member Seq
|
|
595
|
+
* @param {string} [requestingUserId] Requesting User
|
|
596
|
+
* @param {*} [options] Override http request option.
|
|
597
|
+
* @throws {RequiredError}
|
|
598
|
+
* @memberof AdvEnrollmentApiInterface
|
|
599
|
+
*/
|
|
600
|
+
recalculateMemberTeeth(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, requestingUserId?: string, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
601
|
+
|
|
434
602
|
/**
|
|
435
603
|
* Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members.
|
|
436
604
|
* @summary Subscriber Add Enrollment
|
|
@@ -443,6 +611,17 @@ export interface AdvEnrollmentApiInterface {
|
|
|
443
611
|
*/
|
|
444
612
|
subscriberAddEnrollment(vbasoftwareDatabase: string, subscriberID: string, addEnrollmentRequest: AddEnrollmentRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
445
613
|
|
|
614
|
+
/**
|
|
615
|
+
* Recalculate Accumulators for a given Subscriber ID
|
|
616
|
+
* @summary Recalculate Subscriber Accumulators
|
|
617
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
618
|
+
* @param {string} subscriberID Subscriber ID
|
|
619
|
+
* @param {*} [options] Override http request option.
|
|
620
|
+
* @throws {RequiredError}
|
|
621
|
+
* @memberof AdvEnrollmentApiInterface
|
|
622
|
+
*/
|
|
623
|
+
subscriberRecalcAccum(vbasoftwareDatabase: string, subscriberID: string, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
624
|
+
|
|
446
625
|
}
|
|
447
626
|
|
|
448
627
|
/**
|
|
@@ -496,6 +675,21 @@ export class AdvEnrollmentApi extends BaseAPI implements AdvEnrollmentApiInterfa
|
|
|
496
675
|
return AdvEnrollmentApiFp(this.configuration).memberReenroll(vbasoftwareDatabase, subscriberID, memberSeq, enrollmentReenroll, options).then((request) => request(this.axios, this.basePath));
|
|
497
676
|
}
|
|
498
677
|
|
|
678
|
+
/**
|
|
679
|
+
* Recalculate All Teeth for a given Subscriber and Member. Pass the requestingUserId if this request is being made on behalf of another User.
|
|
680
|
+
* @summary Recalculate Member Teeth
|
|
681
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
682
|
+
* @param {string} subscriberID Subscriber ID
|
|
683
|
+
* @param {string} memberSeq Member Seq
|
|
684
|
+
* @param {string} [requestingUserId] Requesting User
|
|
685
|
+
* @param {*} [options] Override http request option.
|
|
686
|
+
* @throws {RequiredError}
|
|
687
|
+
* @memberof AdvEnrollmentApi
|
|
688
|
+
*/
|
|
689
|
+
public recalculateMemberTeeth(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, requestingUserId?: string, options?: AxiosRequestConfig) {
|
|
690
|
+
return AdvEnrollmentApiFp(this.configuration).recalculateMemberTeeth(vbasoftwareDatabase, subscriberID, memberSeq, requestingUserId, options).then((request) => request(this.axios, this.basePath));
|
|
691
|
+
}
|
|
692
|
+
|
|
499
693
|
/**
|
|
500
694
|
* Adds enrollments to an existing subscriber. Can add enrollment for the subscriber or subscriber + all members.
|
|
501
695
|
* @summary Subscriber Add Enrollment
|
|
@@ -509,4 +703,17 @@ export class AdvEnrollmentApi extends BaseAPI implements AdvEnrollmentApiInterfa
|
|
|
509
703
|
public subscriberAddEnrollment(vbasoftwareDatabase: string, subscriberID: string, addEnrollmentRequest: AddEnrollmentRequest, options?: AxiosRequestConfig) {
|
|
510
704
|
return AdvEnrollmentApiFp(this.configuration).subscriberAddEnrollment(vbasoftwareDatabase, subscriberID, addEnrollmentRequest, options).then((request) => request(this.axios, this.basePath));
|
|
511
705
|
}
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
* Recalculate Accumulators for a given Subscriber ID
|
|
709
|
+
* @summary Recalculate Subscriber Accumulators
|
|
710
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
711
|
+
* @param {string} subscriberID Subscriber ID
|
|
712
|
+
* @param {*} [options] Override http request option.
|
|
713
|
+
* @throws {RequiredError}
|
|
714
|
+
* @memberof AdvEnrollmentApi
|
|
715
|
+
*/
|
|
716
|
+
public subscriberRecalcAccum(vbasoftwareDatabase: string, subscriberID: string, options?: AxiosRequestConfig) {
|
|
717
|
+
return AdvEnrollmentApiFp(this.configuration).subscriberRecalcAccum(vbasoftwareDatabase, subscriberID, options).then((request) => request(this.axios, this.basePath));
|
|
718
|
+
}
|
|
512
719
|
}
|
|
@@ -21,9 +21,9 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import {
|
|
24
|
+
import { AuthListVBAResponse } from '../models';
|
|
25
25
|
// @ts-ignore
|
|
26
|
-
import {
|
|
26
|
+
import { AuthReference } from '../models';
|
|
27
27
|
// @ts-ignore
|
|
28
28
|
import { AuthReferenceVBAResponse } from '../models';
|
|
29
29
|
// @ts-ignore
|
|
@@ -409,7 +409,7 @@ export const AuthReferenceApiFp = function(configuration?: Configuration) {
|
|
|
409
409
|
* @param {*} [options] Override http request option.
|
|
410
410
|
* @throws {RequiredError}
|
|
411
411
|
*/
|
|
412
|
-
async listAuthReferenceForAuth(vbasoftwareDatabase: string, originalAuthNumber: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
412
|
+
async listAuthReferenceForAuth(vbasoftwareDatabase: string, originalAuthNumber: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuthListVBAResponse>> {
|
|
413
413
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listAuthReferenceForAuth(vbasoftwareDatabase, originalAuthNumber, options);
|
|
414
414
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
415
415
|
},
|
|
@@ -494,7 +494,7 @@ export const AuthReferenceApiFactory = function (configuration?: Configuration,
|
|
|
494
494
|
* @param {*} [options] Override http request option.
|
|
495
495
|
* @throws {RequiredError}
|
|
496
496
|
*/
|
|
497
|
-
listAuthReferenceForAuth(vbasoftwareDatabase: string, originalAuthNumber: string, options?: any): AxiosPromise<
|
|
497
|
+
listAuthReferenceForAuth(vbasoftwareDatabase: string, originalAuthNumber: string, options?: any): AxiosPromise<AuthListVBAResponse> {
|
|
498
498
|
return localVarFp.listAuthReferenceForAuth(vbasoftwareDatabase, originalAuthNumber, options).then((request) => request(axios, basePath));
|
|
499
499
|
},
|
|
500
500
|
/**
|
|
@@ -576,7 +576,7 @@ export interface AuthReferenceApiInterface {
|
|
|
576
576
|
* @throws {RequiredError}
|
|
577
577
|
* @memberof AuthReferenceApiInterface
|
|
578
578
|
*/
|
|
579
|
-
listAuthReferenceForAuth(vbasoftwareDatabase: string, originalAuthNumber: string, options?: AxiosRequestConfig): AxiosPromise<
|
|
579
|
+
listAuthReferenceForAuth(vbasoftwareDatabase: string, originalAuthNumber: string, options?: AxiosRequestConfig): AxiosPromise<AuthListVBAResponse>;
|
|
580
580
|
|
|
581
581
|
/**
|
|
582
582
|
* Updates a specific AuthReference.
|