@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20221210.1 → 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 +17 -0
- package/api/adv-enrollment-api.ts +207 -0
- 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/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/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 +8 -0
- 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/index.ts +9 -0
- 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/provider-withhold.ts +17 -17
- package/models/subscriber-prior-accum.ts +24 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -42,6 +42,8 @@ api/benefit-procedures-api.ts
|
|
|
42
42
|
api/benefit-provider-types-api.ts
|
|
43
43
|
api/benefit-specialties-api.ts
|
|
44
44
|
api/benefits-api.ts
|
|
45
|
+
api/bill-type-places-api.ts
|
|
46
|
+
api/bill-types-api.ts
|
|
45
47
|
api/billing-basis-api.ts
|
|
46
48
|
api/billing-cycles-api.ts
|
|
47
49
|
api/brokerage-api.ts
|
|
@@ -197,6 +199,7 @@ api/claims-api.ts
|
|
|
197
199
|
api/classes-api.ts
|
|
198
200
|
api/cliacertificate-api.ts
|
|
199
201
|
api/cliacertificate-procedure-codes-api.ts
|
|
202
|
+
api/cobtypes-api.ts
|
|
200
203
|
api/college-types-api.ts
|
|
201
204
|
api/colleges-api.ts
|
|
202
205
|
api/commission-activity-api.ts
|
|
@@ -242,6 +245,7 @@ api/context4-health-cost-containment-ex-codes-api.ts
|
|
|
242
245
|
api/context4-health-cost-containment-message-types-api.ts
|
|
243
246
|
api/context4-health-cost-containment-option-pricing-api.ts
|
|
244
247
|
api/context4-health-cost-containment-options-api.ts
|
|
248
|
+
api/context4-lists-api.ts
|
|
245
249
|
api/contribution-schedules-api.ts
|
|
246
250
|
api/cost-contain-zelis-ex-codes-api.ts
|
|
247
251
|
api/country-api.ts
|
|
@@ -276,6 +280,7 @@ api/data-types-api.ts
|
|
|
276
280
|
api/diagnostic-code-groups-api.ts
|
|
277
281
|
api/diagnostic-code-types-api.ts
|
|
278
282
|
api/diagnostic-codes-api.ts
|
|
283
|
+
api/disability-options-api.ts
|
|
279
284
|
api/drgcluster-api.ts
|
|
280
285
|
api/drgcluster-detail-api.ts
|
|
281
286
|
api/drgcodes-api.ts
|
|
@@ -320,6 +325,7 @@ api/flex-claim-details-api.ts
|
|
|
320
325
|
api/flex-claim-services-api.ts
|
|
321
326
|
api/flex-claims-api.ts
|
|
322
327
|
api/flex-issuance-types-api.ts
|
|
328
|
+
api/flex-types-api.ts
|
|
323
329
|
api/flex-vendor-card-status-api.ts
|
|
324
330
|
api/flex-vendor-purse-status-api.ts
|
|
325
331
|
api/flex-vendors-api.ts
|
|
@@ -430,12 +436,14 @@ api/insurance-types-api.ts
|
|
|
430
436
|
api/interface-types-api.ts
|
|
431
437
|
api/invoice-levels-api.ts
|
|
432
438
|
api/invoice-reasons-api.ts
|
|
439
|
+
api/issue-duration-values-api.ts
|
|
433
440
|
api/job-execution-metadata-api.ts
|
|
434
441
|
api/job-executions-api.ts
|
|
435
442
|
api/job-types-api.ts
|
|
436
443
|
api/jobs-api.ts
|
|
437
444
|
api/language-skill-levels-api.ts
|
|
438
445
|
api/languages-api.ts
|
|
446
|
+
api/life-options-api.ts
|
|
439
447
|
api/local-taxes-api.ts
|
|
440
448
|
api/log-type-api.ts
|
|
441
449
|
api/logging-api.ts
|
|
@@ -856,6 +864,12 @@ models/benefit-provider-types.ts
|
|
|
856
864
|
models/benefit-specialty-list-vbaresponse.ts
|
|
857
865
|
models/benefit-specialty-vbaresponse.ts
|
|
858
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
|
|
859
873
|
models/billing-basis-list-vbaresponse.ts
|
|
860
874
|
models/billing-basis-vbaresponse.ts
|
|
861
875
|
models/billing-basis.ts
|
|
@@ -2001,6 +2015,9 @@ models/irs1094-cvbaresponse.ts
|
|
|
2001
2015
|
models/irs1095-b.ts
|
|
2002
2016
|
models/irs1095-blist-vbaresponse.ts
|
|
2003
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
|
|
2004
2021
|
models/job-execution-list-vbaresponse.ts
|
|
2005
2022
|
models/job-execution-meta-data-list-vbaresponse.ts
|
|
2006
2023
|
models/job-execution-meta-data-vbaresponse.ts
|
|
@@ -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
|
}
|
package/api/benefits-api.ts
CHANGED
|
@@ -574,6 +574,50 @@ export const BenefitsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
574
574
|
|
|
575
575
|
|
|
576
576
|
|
|
577
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
578
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
579
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
580
|
+
|
|
581
|
+
return {
|
|
582
|
+
url: toPathString(localVarUrlObj),
|
|
583
|
+
options: localVarRequestOptions,
|
|
584
|
+
};
|
|
585
|
+
},
|
|
586
|
+
/**
|
|
587
|
+
* List all Out of Pocket (OOP) Calculation key/value pairings.
|
|
588
|
+
* @summary List Out of Pocket (OOP) Calculations
|
|
589
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
590
|
+
* @param {*} [options] Override http request option.
|
|
591
|
+
* @throws {RequiredError}
|
|
592
|
+
*/
|
|
593
|
+
listOutOfPocketCalculations: async (vbasoftwareDatabase: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
594
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
595
|
+
assertParamExists('listOutOfPocketCalculations', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
596
|
+
const localVarPath = `/oop-calculations`;
|
|
597
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
598
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
599
|
+
let baseOptions;
|
|
600
|
+
if (configuration) {
|
|
601
|
+
baseOptions = configuration.baseOptions;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
605
|
+
const localVarHeaderParameter = {} as any;
|
|
606
|
+
const localVarQueryParameter = {} as any;
|
|
607
|
+
|
|
608
|
+
// authentication apiKeyAuth required
|
|
609
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
610
|
+
|
|
611
|
+
// authentication bearerAuth required
|
|
612
|
+
// http bearer authentication required
|
|
613
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
614
|
+
|
|
615
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
616
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
577
621
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
578
622
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
579
623
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -965,6 +1009,17 @@ export const BenefitsApiFp = function(configuration?: Configuration) {
|
|
|
965
1009
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listBenefits(vbasoftwareDatabase, benefitCategory, options);
|
|
966
1010
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
967
1011
|
},
|
|
1012
|
+
/**
|
|
1013
|
+
* List all Out of Pocket (OOP) Calculation key/value pairings.
|
|
1014
|
+
* @summary List Out of Pocket (OOP) Calculations
|
|
1015
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1016
|
+
* @param {*} [options] Override http request option.
|
|
1017
|
+
* @throws {RequiredError}
|
|
1018
|
+
*/
|
|
1019
|
+
async listOutOfPocketCalculations(vbasoftwareDatabase: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StringStaticOptionListVBAResponse>> {
|
|
1020
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listOutOfPocketCalculations(vbasoftwareDatabase, options);
|
|
1021
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1022
|
+
},
|
|
968
1023
|
/**
|
|
969
1024
|
* List all Out of Pocket (OOP) Type key/value pairings.
|
|
970
1025
|
* @summary List Out of Pocket (OOP) Types
|
|
@@ -1157,6 +1212,16 @@ export const BenefitsApiFactory = function (configuration?: Configuration, baseP
|
|
|
1157
1212
|
listBenefits(vbasoftwareDatabase: string, benefitCategory?: string, options?: any): AxiosPromise<BenefitCodesListVBAResponse> {
|
|
1158
1213
|
return localVarFp.listBenefits(vbasoftwareDatabase, benefitCategory, options).then((request) => request(axios, basePath));
|
|
1159
1214
|
},
|
|
1215
|
+
/**
|
|
1216
|
+
* List all Out of Pocket (OOP) Calculation key/value pairings.
|
|
1217
|
+
* @summary List Out of Pocket (OOP) Calculations
|
|
1218
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1219
|
+
* @param {*} [options] Override http request option.
|
|
1220
|
+
* @throws {RequiredError}
|
|
1221
|
+
*/
|
|
1222
|
+
listOutOfPocketCalculations(vbasoftwareDatabase: string, options?: any): AxiosPromise<StringStaticOptionListVBAResponse> {
|
|
1223
|
+
return localVarFp.listOutOfPocketCalculations(vbasoftwareDatabase, options).then((request) => request(axios, basePath));
|
|
1224
|
+
},
|
|
1160
1225
|
/**
|
|
1161
1226
|
* List all Out of Pocket (OOP) Type key/value pairings.
|
|
1162
1227
|
* @summary List Out of Pocket (OOP) Types
|
|
@@ -1343,6 +1408,16 @@ export interface BenefitsApiInterface {
|
|
|
1343
1408
|
*/
|
|
1344
1409
|
listBenefits(vbasoftwareDatabase: string, benefitCategory?: string, options?: AxiosRequestConfig): AxiosPromise<BenefitCodesListVBAResponse>;
|
|
1345
1410
|
|
|
1411
|
+
/**
|
|
1412
|
+
* List all Out of Pocket (OOP) Calculation key/value pairings.
|
|
1413
|
+
* @summary List Out of Pocket (OOP) Calculations
|
|
1414
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1415
|
+
* @param {*} [options] Override http request option.
|
|
1416
|
+
* @throws {RequiredError}
|
|
1417
|
+
* @memberof BenefitsApiInterface
|
|
1418
|
+
*/
|
|
1419
|
+
listOutOfPocketCalculations(vbasoftwareDatabase: string, options?: AxiosRequestConfig): AxiosPromise<StringStaticOptionListVBAResponse>;
|
|
1420
|
+
|
|
1346
1421
|
/**
|
|
1347
1422
|
* List all Out of Pocket (OOP) Type key/value pairings.
|
|
1348
1423
|
* @summary List Out of Pocket (OOP) Types
|
|
@@ -1553,6 +1628,18 @@ export class BenefitsApi extends BaseAPI implements BenefitsApiInterface {
|
|
|
1553
1628
|
return BenefitsApiFp(this.configuration).listBenefits(vbasoftwareDatabase, benefitCategory, options).then((request) => request(this.axios, this.basePath));
|
|
1554
1629
|
}
|
|
1555
1630
|
|
|
1631
|
+
/**
|
|
1632
|
+
* List all Out of Pocket (OOP) Calculation key/value pairings.
|
|
1633
|
+
* @summary List Out of Pocket (OOP) Calculations
|
|
1634
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
1635
|
+
* @param {*} [options] Override http request option.
|
|
1636
|
+
* @throws {RequiredError}
|
|
1637
|
+
* @memberof BenefitsApi
|
|
1638
|
+
*/
|
|
1639
|
+
public listOutOfPocketCalculations(vbasoftwareDatabase: string, options?: AxiosRequestConfig) {
|
|
1640
|
+
return BenefitsApiFp(this.configuration).listOutOfPocketCalculations(vbasoftwareDatabase, options).then((request) => request(this.axios, this.basePath));
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1556
1643
|
/**
|
|
1557
1644
|
* List all Out of Pocket (OOP) Type key/value pairings.
|
|
1558
1645
|
* @summary List Out of Pocket (OOP) Types
|