@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230403.1 → 1.20230512.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 (61) hide show
  1. package/.openapi-generator/FILES +20 -1
  2. package/api/capitation-plan-rates-api.ts +22 -13
  3. package/api/claim-adjudication-api.ts +404 -0
  4. package/api/commission-adjustments-api.ts +59 -107
  5. package/api/commission-rate-subscribers-api.ts +126 -0
  6. package/api/context4-health-cost-containment-option-pricing-api.ts +17 -8
  7. package/api/context4-health-cost-containment-options-api.ts +17 -8
  8. package/api/groups-api.ts +97 -0
  9. package/api/invoice-status-api.ts +155 -0
  10. package/api/invoice-types-api.ts +155 -0
  11. package/api/members-api.ts +323 -0
  12. package/api/plan-benefit-clusters-api.ts +17 -8
  13. package/api/plan-relationship-age-restrictions-api.ts +63 -148
  14. package/api/premium-invoice-subscribers-api.ts +123 -0
  15. package/api/process-logging-api.ts +105 -0
  16. package/api/security-area-user-groups-api.ts +100 -0
  17. package/api/security-area-users-api.ts +98 -0
  18. package/api/subscriber-plan-policy-forfeitures-api.ts +581 -35
  19. package/api/ucnetwork-api.ts +710 -0
  20. package/api.ts +3 -1
  21. package/models/auth-adjustment.ts +2 -2
  22. package/models/billing-cycle.ts +25 -1
  23. package/models/call-tracking.ts +25 -1
  24. package/models/check-batch.ts +27 -3
  25. package/models/commission-adjustment.ts +21 -15
  26. package/models/commission-rate.ts +90 -36
  27. package/models/company-data.ts +12 -0
  28. package/models/enrollment-pcpauto-assign-member-list-vbaresponse.ts +45 -0
  29. package/models/enrollment-pcpauto-assign-member.ts +96 -0
  30. package/models/enrollment-pcpauto-assign-provider-list-vbaresponse.ts +45 -0
  31. package/models/enrollment-pcpauto-assign-provider.ts +90 -0
  32. package/models/enrollment-pcpauto-assign.ts +3 -3
  33. package/models/funding-request.ts +26 -2
  34. package/models/index.ts +17 -0
  35. package/models/payee.ts +29 -5
  36. package/models/plan-pre-ex.ts +54 -0
  37. package/models/plans.ts +6 -0
  38. package/models/prem-invoice.ts +27 -21
  39. package/models/prem-rate-type.ts +6 -0
  40. package/models/prem-rate.ts +6 -0
  41. package/models/state-interest.ts +72 -0
  42. package/models/state.ts +35 -5
  43. package/models/string-list-vbaresponse.ts +44 -0
  44. package/models/sub-enrollment-plan.ts +6 -0
  45. package/models/sub-payment-method.ts +16 -10
  46. package/models/subscriber-forfeiture-status.ts +25 -1
  47. package/models/subscribers.ts +6 -0
  48. package/models/ucnetwork-list-vbaresponse.ts +45 -0
  49. package/models/ucnetwork-vbaresponse.ts +45 -0
  50. package/models/ucnetwork.ts +90 -0
  51. package/models/vbacommission-rate-subscriber-list-vbaresponse.ts +45 -0
  52. package/models/vbacommission-rate-subscriber.ts +48 -0
  53. package/models/vbagroup-enrollment-summary-vbaresponse.ts +45 -0
  54. package/models/vbagroup-enrollment-summary.ts +48 -0
  55. package/models/vbamembers-disability-tax-summary-vbaresponse.ts +45 -0
  56. package/models/vbamembers-disability-tax-summary.ts +276 -0
  57. package/models/vbaprem-invoice-subscriber-history-list-vbaresponse.ts +45 -0
  58. package/models/vbaprem-invoice-subscriber-history.ts +108 -0
  59. package/models/vbaprocess-log-list-vbaresponse.ts +45 -0
  60. package/package.json +1 -1
  61. package/api/subscriber-plan-forfeitures-api.ts +0 -731
@@ -0,0 +1,155 @@
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 { StringStaticOptionListVBAResponse } from '../models';
25
+ /**
26
+ * InvoiceTypesApi - axios parameter creator
27
+ * @export
28
+ */
29
+ export const InvoiceTypesApiAxiosParamCreator = function (configuration?: Configuration) {
30
+ return {
31
+ /**
32
+ * List of key/value pairs
33
+ * @summary List Invoice Types
34
+ * @param {string} vbasoftwareDatabase Target database
35
+ * @param {*} [options] Override http request option.
36
+ * @throws {RequiredError}
37
+ */
38
+ listInvoiceTypes: async (vbasoftwareDatabase: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
39
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
40
+ assertParamExists('listInvoiceTypes', 'vbasoftwareDatabase', vbasoftwareDatabase)
41
+ const localVarPath = `/invoice-types`;
42
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
43
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
44
+ let baseOptions;
45
+ if (configuration) {
46
+ baseOptions = configuration.baseOptions;
47
+ }
48
+
49
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
50
+ const localVarHeaderParameter = {} as any;
51
+ const localVarQueryParameter = {} as any;
52
+
53
+ // authentication apiKeyAuth required
54
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
55
+
56
+ // authentication bearerAuth required
57
+ // http bearer authentication required
58
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
59
+
60
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
61
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
62
+ }
63
+
64
+
65
+
66
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
67
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
68
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
69
+
70
+ return {
71
+ url: toPathString(localVarUrlObj),
72
+ options: localVarRequestOptions,
73
+ };
74
+ },
75
+ }
76
+ };
77
+
78
+ /**
79
+ * InvoiceTypesApi - functional programming interface
80
+ * @export
81
+ */
82
+ export const InvoiceTypesApiFp = function(configuration?: Configuration) {
83
+ const localVarAxiosParamCreator = InvoiceTypesApiAxiosParamCreator(configuration)
84
+ return {
85
+ /**
86
+ * List of key/value pairs
87
+ * @summary List Invoice Types
88
+ * @param {string} vbasoftwareDatabase Target database
89
+ * @param {*} [options] Override http request option.
90
+ * @throws {RequiredError}
91
+ */
92
+ async listInvoiceTypes(vbasoftwareDatabase: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StringStaticOptionListVBAResponse>> {
93
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listInvoiceTypes(vbasoftwareDatabase, options);
94
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
95
+ },
96
+ }
97
+ };
98
+
99
+ /**
100
+ * InvoiceTypesApi - factory interface
101
+ * @export
102
+ */
103
+ export const InvoiceTypesApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
104
+ const localVarFp = InvoiceTypesApiFp(configuration)
105
+ return {
106
+ /**
107
+ * List of key/value pairs
108
+ * @summary List Invoice Types
109
+ * @param {string} vbasoftwareDatabase Target database
110
+ * @param {*} [options] Override http request option.
111
+ * @throws {RequiredError}
112
+ */
113
+ listInvoiceTypes(vbasoftwareDatabase: string, options?: any): AxiosPromise<StringStaticOptionListVBAResponse> {
114
+ return localVarFp.listInvoiceTypes(vbasoftwareDatabase, options).then((request) => request(axios, basePath));
115
+ },
116
+ };
117
+ };
118
+
119
+ /**
120
+ * InvoiceTypesApi - interface
121
+ * @export
122
+ * @interface InvoiceTypesApi
123
+ */
124
+ export interface InvoiceTypesApiInterface {
125
+ /**
126
+ * List of key/value pairs
127
+ * @summary List Invoice Types
128
+ * @param {string} vbasoftwareDatabase Target database
129
+ * @param {*} [options] Override http request option.
130
+ * @throws {RequiredError}
131
+ * @memberof InvoiceTypesApiInterface
132
+ */
133
+ listInvoiceTypes(vbasoftwareDatabase: string, options?: AxiosRequestConfig): AxiosPromise<StringStaticOptionListVBAResponse>;
134
+
135
+ }
136
+
137
+ /**
138
+ * InvoiceTypesApi - object-oriented interface
139
+ * @export
140
+ * @class InvoiceTypesApi
141
+ * @extends {BaseAPI}
142
+ */
143
+ export class InvoiceTypesApi extends BaseAPI implements InvoiceTypesApiInterface {
144
+ /**
145
+ * List of key/value pairs
146
+ * @summary List Invoice Types
147
+ * @param {string} vbasoftwareDatabase Target database
148
+ * @param {*} [options] Override http request option.
149
+ * @throws {RequiredError}
150
+ * @memberof InvoiceTypesApi
151
+ */
152
+ public listInvoiceTypes(vbasoftwareDatabase: string, options?: AxiosRequestConfig) {
153
+ return InvoiceTypesApiFp(this.configuration).listInvoiceTypes(vbasoftwareDatabase, options).then((request) => request(this.axios, this.basePath));
154
+ }
155
+ }
@@ -23,6 +23,10 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr
23
23
  // @ts-ignore
24
24
  import { EnrollmentPCPAutoAssign } from '../models';
25
25
  // @ts-ignore
26
+ import { EnrollmentPCPAutoAssignMemberListVBAResponse } from '../models';
27
+ // @ts-ignore
28
+ import { EnrollmentPCPAutoAssignProviderListVBAResponse } from '../models';
29
+ // @ts-ignore
26
30
  import { Members } from '../models';
27
31
  // @ts-ignore
28
32
  import { MembersListVBAResponse } from '../models';
@@ -30,6 +34,8 @@ import { MembersListVBAResponse } from '../models';
30
34
  import { MembersVBAResponse } from '../models';
31
35
  // @ts-ignore
32
36
  import { MultiCodeResponseListVBAResponse } from '../models';
37
+ // @ts-ignore
38
+ import { VBAMembersDisabilityTaxSummaryVBAResponse } from '../models';
33
39
  /**
34
40
  * MembersApi - axios parameter creator
35
41
  * @export
@@ -240,6 +246,109 @@ export const MembersApiAxiosParamCreator = function (configuration?: Configurati
240
246
 
241
247
 
242
248
 
249
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
250
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
251
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
252
+
253
+ return {
254
+ url: toPathString(localVarUrlObj),
255
+ options: localVarRequestOptions,
256
+ };
257
+ },
258
+ /**
259
+ * Retrieve the MembersDisabilityTaxSummary for the given year
260
+ * @summary Get MembersDisabilityTaxSummary
261
+ * @param {string} vbasoftwareDatabase Target database
262
+ * @param {string} subscriberID Subscriber ID
263
+ * @param {number} taxYear Tax Year
264
+ * @param {*} [options] Override http request option.
265
+ * @throws {RequiredError}
266
+ */
267
+ getMembersDisabilityTaxSummary: async (vbasoftwareDatabase: string, subscriberID: string, taxYear: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
268
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
269
+ assertParamExists('getMembersDisabilityTaxSummary', 'vbasoftwareDatabase', vbasoftwareDatabase)
270
+ // verify required parameter 'subscriberID' is not null or undefined
271
+ assertParamExists('getMembersDisabilityTaxSummary', 'subscriberID', subscriberID)
272
+ // verify required parameter 'taxYear' is not null or undefined
273
+ assertParamExists('getMembersDisabilityTaxSummary', 'taxYear', taxYear)
274
+ const localVarPath = `/subscribers/{subscriberID}/member-disability-tax-summary/{taxYear}`
275
+ .replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)))
276
+ .replace(`{${"taxYear"}}`, encodeURIComponent(String(taxYear)));
277
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
278
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
279
+ let baseOptions;
280
+ if (configuration) {
281
+ baseOptions = configuration.baseOptions;
282
+ }
283
+
284
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
285
+ const localVarHeaderParameter = {} as any;
286
+ const localVarQueryParameter = {} as any;
287
+
288
+ // authentication apiKeyAuth required
289
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
290
+
291
+ // authentication bearerAuth required
292
+ // http bearer authentication required
293
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
294
+
295
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
296
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
297
+ }
298
+
299
+
300
+
301
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
302
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
303
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
304
+
305
+ return {
306
+ url: toPathString(localVarUrlObj),
307
+ options: localVarRequestOptions,
308
+ };
309
+ },
310
+ /**
311
+ * Get a list of Members that will be automatically assigned a Primary care Physician.
312
+ * @summary List Members with Auto-Assign Primary Care Physician
313
+ * @param {string} vbasoftwareDatabase Target database
314
+ * @param {string} [runDate] Run Date
315
+ * @param {*} [options] Override http request option.
316
+ * @throws {RequiredError}
317
+ */
318
+ listAutoAssignPriaryCarePhysicianMembers: async (vbasoftwareDatabase: string, runDate?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
319
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
320
+ assertParamExists('listAutoAssignPriaryCarePhysicianMembers', 'vbasoftwareDatabase', vbasoftwareDatabase)
321
+ const localVarPath = `/auto-assign-primary-care-physician-members`;
322
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
323
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
324
+ let baseOptions;
325
+ if (configuration) {
326
+ baseOptions = configuration.baseOptions;
327
+ }
328
+
329
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
330
+ const localVarHeaderParameter = {} as any;
331
+ const localVarQueryParameter = {} as any;
332
+
333
+ // authentication apiKeyAuth required
334
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
335
+
336
+ // authentication bearerAuth required
337
+ // http bearer authentication required
338
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
339
+
340
+ if (runDate !== undefined) {
341
+ localVarQueryParameter['runDate'] = (runDate as any instanceof Date) ?
342
+ (runDate as any).toISOString() :
343
+ runDate;
344
+ }
345
+
346
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
347
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
348
+ }
349
+
350
+
351
+
243
352
  setSearchParams(localVarUrlObj, localVarQueryParameter);
244
353
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
245
354
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -298,6 +407,67 @@ export const MembersApiAxiosParamCreator = function (configuration?: Configurati
298
407
 
299
408
 
300
409
 
410
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
411
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
412
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
413
+
414
+ return {
415
+ url: toPathString(localVarUrlObj),
416
+ options: localVarRequestOptions,
417
+ };
418
+ },
419
+ /**
420
+ * Get a list of Providers that are eligible for PCP Auto-Assign for the given Networks and Provider Types.
421
+ * @summary List Providers that are eligible for PCP Auto-Assign
422
+ * @param {string} vbasoftwareDatabase Target database
423
+ * @param {string} [networks] Networks as a comma separated list of strings
424
+ * @param {string} [practiceTypes] Practice Types as a comma separated list of strings
425
+ * @param {string} [expirationDate] Expiration Date
426
+ * @param {*} [options] Override http request option.
427
+ * @throws {RequiredError}
428
+ */
429
+ listProvidersWithPCPAutoAssign: async (vbasoftwareDatabase: string, networks?: string, practiceTypes?: string, expirationDate?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
430
+ // verify required parameter 'vbasoftwareDatabase' is not null or undefined
431
+ assertParamExists('listProvidersWithPCPAutoAssign', 'vbasoftwareDatabase', vbasoftwareDatabase)
432
+ const localVarPath = `/auto-assign-primary-care-physician-providers`;
433
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
434
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
435
+ let baseOptions;
436
+ if (configuration) {
437
+ baseOptions = configuration.baseOptions;
438
+ }
439
+
440
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
441
+ const localVarHeaderParameter = {} as any;
442
+ const localVarQueryParameter = {} as any;
443
+
444
+ // authentication apiKeyAuth required
445
+ await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
446
+
447
+ // authentication bearerAuth required
448
+ // http bearer authentication required
449
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
450
+
451
+ if (networks !== undefined) {
452
+ localVarQueryParameter['networks'] = networks;
453
+ }
454
+
455
+ if (practiceTypes !== undefined) {
456
+ localVarQueryParameter['practiceTypes'] = practiceTypes;
457
+ }
458
+
459
+ if (expirationDate !== undefined) {
460
+ localVarQueryParameter['expirationDate'] = (expirationDate as any instanceof Date) ?
461
+ (expirationDate as any).toISOString() :
462
+ expirationDate;
463
+ }
464
+
465
+ if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
466
+ localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
467
+ }
468
+
469
+
470
+
301
471
  setSearchParams(localVarUrlObj, localVarQueryParameter);
302
472
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
303
473
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -481,6 +651,31 @@ export const MembersApiFp = function(configuration?: Configuration) {
481
651
  const localVarAxiosArgs = await localVarAxiosParamCreator.getMembers(vbasoftwareDatabase, subscriberID, memberSeq, options);
482
652
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
483
653
  },
654
+ /**
655
+ * Retrieve the MembersDisabilityTaxSummary for the given year
656
+ * @summary Get MembersDisabilityTaxSummary
657
+ * @param {string} vbasoftwareDatabase Target database
658
+ * @param {string} subscriberID Subscriber ID
659
+ * @param {number} taxYear Tax Year
660
+ * @param {*} [options] Override http request option.
661
+ * @throws {RequiredError}
662
+ */
663
+ async getMembersDisabilityTaxSummary(vbasoftwareDatabase: string, subscriberID: string, taxYear: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VBAMembersDisabilityTaxSummaryVBAResponse>> {
664
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMembersDisabilityTaxSummary(vbasoftwareDatabase, subscriberID, taxYear, options);
665
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
666
+ },
667
+ /**
668
+ * Get a list of Members that will be automatically assigned a Primary care Physician.
669
+ * @summary List Members with Auto-Assign Primary Care Physician
670
+ * @param {string} vbasoftwareDatabase Target database
671
+ * @param {string} [runDate] Run Date
672
+ * @param {*} [options] Override http request option.
673
+ * @throws {RequiredError}
674
+ */
675
+ async listAutoAssignPriaryCarePhysicianMembers(vbasoftwareDatabase: string, runDate?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EnrollmentPCPAutoAssignMemberListVBAResponse>> {
676
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listAutoAssignPriaryCarePhysicianMembers(vbasoftwareDatabase, runDate, options);
677
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
678
+ },
484
679
  /**
485
680
  * Lists all Members for the given subscriberID
486
681
  * @summary List Members
@@ -495,6 +690,20 @@ export const MembersApiFp = function(configuration?: Configuration) {
495
690
  const localVarAxiosArgs = await localVarAxiosParamCreator.listMembers(vbasoftwareDatabase, subscriberID, page, pageSize, options);
496
691
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
497
692
  },
693
+ /**
694
+ * Get a list of Providers that are eligible for PCP Auto-Assign for the given Networks and Provider Types.
695
+ * @summary List Providers that are eligible for PCP Auto-Assign
696
+ * @param {string} vbasoftwareDatabase Target database
697
+ * @param {string} [networks] Networks as a comma separated list of strings
698
+ * @param {string} [practiceTypes] Practice Types as a comma separated list of strings
699
+ * @param {string} [expirationDate] Expiration Date
700
+ * @param {*} [options] Override http request option.
701
+ * @throws {RequiredError}
702
+ */
703
+ async listProvidersWithPCPAutoAssign(vbasoftwareDatabase: string, networks?: string, practiceTypes?: string, expirationDate?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EnrollmentPCPAutoAssignProviderListVBAResponse>> {
704
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listProvidersWithPCPAutoAssign(vbasoftwareDatabase, networks, practiceTypes, expirationDate, options);
705
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
706
+ },
498
707
  /**
499
708
  * Create or Update multiple Members at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
500
709
  * @summary Create or Update Batch Members
@@ -580,6 +789,29 @@ export const MembersApiFactory = function (configuration?: Configuration, basePa
580
789
  getMembers(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, options?: any): AxiosPromise<MembersVBAResponse> {
581
790
  return localVarFp.getMembers(vbasoftwareDatabase, subscriberID, memberSeq, options).then((request) => request(axios, basePath));
582
791
  },
792
+ /**
793
+ * Retrieve the MembersDisabilityTaxSummary for the given year
794
+ * @summary Get MembersDisabilityTaxSummary
795
+ * @param {string} vbasoftwareDatabase Target database
796
+ * @param {string} subscriberID Subscriber ID
797
+ * @param {number} taxYear Tax Year
798
+ * @param {*} [options] Override http request option.
799
+ * @throws {RequiredError}
800
+ */
801
+ getMembersDisabilityTaxSummary(vbasoftwareDatabase: string, subscriberID: string, taxYear: number, options?: any): AxiosPromise<VBAMembersDisabilityTaxSummaryVBAResponse> {
802
+ return localVarFp.getMembersDisabilityTaxSummary(vbasoftwareDatabase, subscriberID, taxYear, options).then((request) => request(axios, basePath));
803
+ },
804
+ /**
805
+ * Get a list of Members that will be automatically assigned a Primary care Physician.
806
+ * @summary List Members with Auto-Assign Primary Care Physician
807
+ * @param {string} vbasoftwareDatabase Target database
808
+ * @param {string} [runDate] Run Date
809
+ * @param {*} [options] Override http request option.
810
+ * @throws {RequiredError}
811
+ */
812
+ listAutoAssignPriaryCarePhysicianMembers(vbasoftwareDatabase: string, runDate?: string, options?: any): AxiosPromise<EnrollmentPCPAutoAssignMemberListVBAResponse> {
813
+ return localVarFp.listAutoAssignPriaryCarePhysicianMembers(vbasoftwareDatabase, runDate, options).then((request) => request(axios, basePath));
814
+ },
583
815
  /**
584
816
  * Lists all Members for the given subscriberID
585
817
  * @summary List Members
@@ -593,6 +825,19 @@ export const MembersApiFactory = function (configuration?: Configuration, basePa
593
825
  listMembers(vbasoftwareDatabase: string, subscriberID: string, page?: number, pageSize?: number, options?: any): AxiosPromise<MembersListVBAResponse> {
594
826
  return localVarFp.listMembers(vbasoftwareDatabase, subscriberID, page, pageSize, options).then((request) => request(axios, basePath));
595
827
  },
828
+ /**
829
+ * Get a list of Providers that are eligible for PCP Auto-Assign for the given Networks and Provider Types.
830
+ * @summary List Providers that are eligible for PCP Auto-Assign
831
+ * @param {string} vbasoftwareDatabase Target database
832
+ * @param {string} [networks] Networks as a comma separated list of strings
833
+ * @param {string} [practiceTypes] Practice Types as a comma separated list of strings
834
+ * @param {string} [expirationDate] Expiration Date
835
+ * @param {*} [options] Override http request option.
836
+ * @throws {RequiredError}
837
+ */
838
+ listProvidersWithPCPAutoAssign(vbasoftwareDatabase: string, networks?: string, practiceTypes?: string, expirationDate?: string, options?: any): AxiosPromise<EnrollmentPCPAutoAssignProviderListVBAResponse> {
839
+ return localVarFp.listProvidersWithPCPAutoAssign(vbasoftwareDatabase, networks, practiceTypes, expirationDate, options).then((request) => request(axios, basePath));
840
+ },
596
841
  /**
597
842
  * Create or Update multiple Members at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
598
843
  * @summary Create or Update Batch Members
@@ -675,6 +920,29 @@ export interface MembersApiInterface {
675
920
  */
676
921
  getMembers(vbasoftwareDatabase: string, subscriberID: string, memberSeq: string, options?: AxiosRequestConfig): AxiosPromise<MembersVBAResponse>;
677
922
 
923
+ /**
924
+ * Retrieve the MembersDisabilityTaxSummary for the given year
925
+ * @summary Get MembersDisabilityTaxSummary
926
+ * @param {string} vbasoftwareDatabase Target database
927
+ * @param {string} subscriberID Subscriber ID
928
+ * @param {number} taxYear Tax Year
929
+ * @param {*} [options] Override http request option.
930
+ * @throws {RequiredError}
931
+ * @memberof MembersApiInterface
932
+ */
933
+ getMembersDisabilityTaxSummary(vbasoftwareDatabase: string, subscriberID: string, taxYear: number, options?: AxiosRequestConfig): AxiosPromise<VBAMembersDisabilityTaxSummaryVBAResponse>;
934
+
935
+ /**
936
+ * Get a list of Members that will be automatically assigned a Primary care Physician.
937
+ * @summary List Members with Auto-Assign Primary Care Physician
938
+ * @param {string} vbasoftwareDatabase Target database
939
+ * @param {string} [runDate] Run Date
940
+ * @param {*} [options] Override http request option.
941
+ * @throws {RequiredError}
942
+ * @memberof MembersApiInterface
943
+ */
944
+ listAutoAssignPriaryCarePhysicianMembers(vbasoftwareDatabase: string, runDate?: string, options?: AxiosRequestConfig): AxiosPromise<EnrollmentPCPAutoAssignMemberListVBAResponse>;
945
+
678
946
  /**
679
947
  * Lists all Members for the given subscriberID
680
948
  * @summary List Members
@@ -688,6 +956,19 @@ export interface MembersApiInterface {
688
956
  */
689
957
  listMembers(vbasoftwareDatabase: string, subscriberID: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<MembersListVBAResponse>;
690
958
 
959
+ /**
960
+ * Get a list of Providers that are eligible for PCP Auto-Assign for the given Networks and Provider Types.
961
+ * @summary List Providers that are eligible for PCP Auto-Assign
962
+ * @param {string} vbasoftwareDatabase Target database
963
+ * @param {string} [networks] Networks as a comma separated list of strings
964
+ * @param {string} [practiceTypes] Practice Types as a comma separated list of strings
965
+ * @param {string} [expirationDate] Expiration Date
966
+ * @param {*} [options] Override http request option.
967
+ * @throws {RequiredError}
968
+ * @memberof MembersApiInterface
969
+ */
970
+ listProvidersWithPCPAutoAssign(vbasoftwareDatabase: string, networks?: string, practiceTypes?: string, expirationDate?: string, options?: AxiosRequestConfig): AxiosPromise<EnrollmentPCPAutoAssignProviderListVBAResponse>;
971
+
691
972
  /**
692
973
  * Create or Update multiple Members at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
693
974
  * @summary Create or Update Batch Members
@@ -778,6 +1059,33 @@ export class MembersApi extends BaseAPI implements MembersApiInterface {
778
1059
  return MembersApiFp(this.configuration).getMembers(vbasoftwareDatabase, subscriberID, memberSeq, options).then((request) => request(this.axios, this.basePath));
779
1060
  }
780
1061
 
1062
+ /**
1063
+ * Retrieve the MembersDisabilityTaxSummary for the given year
1064
+ * @summary Get MembersDisabilityTaxSummary
1065
+ * @param {string} vbasoftwareDatabase Target database
1066
+ * @param {string} subscriberID Subscriber ID
1067
+ * @param {number} taxYear Tax Year
1068
+ * @param {*} [options] Override http request option.
1069
+ * @throws {RequiredError}
1070
+ * @memberof MembersApi
1071
+ */
1072
+ public getMembersDisabilityTaxSummary(vbasoftwareDatabase: string, subscriberID: string, taxYear: number, options?: AxiosRequestConfig) {
1073
+ return MembersApiFp(this.configuration).getMembersDisabilityTaxSummary(vbasoftwareDatabase, subscriberID, taxYear, options).then((request) => request(this.axios, this.basePath));
1074
+ }
1075
+
1076
+ /**
1077
+ * Get a list of Members that will be automatically assigned a Primary care Physician.
1078
+ * @summary List Members with Auto-Assign Primary Care Physician
1079
+ * @param {string} vbasoftwareDatabase Target database
1080
+ * @param {string} [runDate] Run Date
1081
+ * @param {*} [options] Override http request option.
1082
+ * @throws {RequiredError}
1083
+ * @memberof MembersApi
1084
+ */
1085
+ public listAutoAssignPriaryCarePhysicianMembers(vbasoftwareDatabase: string, runDate?: string, options?: AxiosRequestConfig) {
1086
+ return MembersApiFp(this.configuration).listAutoAssignPriaryCarePhysicianMembers(vbasoftwareDatabase, runDate, options).then((request) => request(this.axios, this.basePath));
1087
+ }
1088
+
781
1089
  /**
782
1090
  * Lists all Members for the given subscriberID
783
1091
  * @summary List Members
@@ -793,6 +1101,21 @@ export class MembersApi extends BaseAPI implements MembersApiInterface {
793
1101
  return MembersApiFp(this.configuration).listMembers(vbasoftwareDatabase, subscriberID, page, pageSize, options).then((request) => request(this.axios, this.basePath));
794
1102
  }
795
1103
 
1104
+ /**
1105
+ * Get a list of Providers that are eligible for PCP Auto-Assign for the given Networks and Provider Types.
1106
+ * @summary List Providers that are eligible for PCP Auto-Assign
1107
+ * @param {string} vbasoftwareDatabase Target database
1108
+ * @param {string} [networks] Networks as a comma separated list of strings
1109
+ * @param {string} [practiceTypes] Practice Types as a comma separated list of strings
1110
+ * @param {string} [expirationDate] Expiration Date
1111
+ * @param {*} [options] Override http request option.
1112
+ * @throws {RequiredError}
1113
+ * @memberof MembersApi
1114
+ */
1115
+ public listProvidersWithPCPAutoAssign(vbasoftwareDatabase: string, networks?: string, practiceTypes?: string, expirationDate?: string, options?: AxiosRequestConfig) {
1116
+ return MembersApiFp(this.configuration).listProvidersWithPCPAutoAssign(vbasoftwareDatabase, networks, practiceTypes, expirationDate, options).then((request) => request(this.axios, this.basePath));
1117
+ }
1118
+
796
1119
  /**
797
1120
  * Create or Update multiple Members at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
798
1121
  * @summary Create or Update Batch Members
@@ -184,12 +184,13 @@ export const PlanBenefitClustersApiAxiosParamCreator = function (configuration?:
184
184
  * Lists all PlanBenefitCluster
185
185
  * @summary List PlanBenefitCluster
186
186
  * @param {string} vbasoftwareDatabase Target database
187
+ * @param {string} [planId] Plan ID
187
188
  * @param {number} [page] Page
188
189
  * @param {number} [pageSize] Page Size
189
190
  * @param {*} [options] Override http request option.
190
191
  * @throws {RequiredError}
191
192
  */
192
- listPlanBenefitCluster: async (vbasoftwareDatabase: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
193
+ listPlanBenefitCluster: async (vbasoftwareDatabase: string, planId?: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
193
194
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
194
195
  assertParamExists('listPlanBenefitCluster', 'vbasoftwareDatabase', vbasoftwareDatabase)
195
196
  const localVarPath = `/plan-benefit-clusters`;
@@ -211,6 +212,10 @@ export const PlanBenefitClustersApiAxiosParamCreator = function (configuration?:
211
212
  // http bearer authentication required
212
213
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
213
214
 
215
+ if (planId !== undefined) {
216
+ localVarQueryParameter['planId'] = planId;
217
+ }
218
+
214
219
  if (page !== undefined) {
215
220
  localVarQueryParameter['page'] = page;
216
221
  }
@@ -388,13 +393,14 @@ export const PlanBenefitClustersApiFp = function(configuration?: Configuration)
388
393
  * Lists all PlanBenefitCluster
389
394
  * @summary List PlanBenefitCluster
390
395
  * @param {string} vbasoftwareDatabase Target database
396
+ * @param {string} [planId] Plan ID
391
397
  * @param {number} [page] Page
392
398
  * @param {number} [pageSize] Page Size
393
399
  * @param {*} [options] Override http request option.
394
400
  * @throws {RequiredError}
395
401
  */
396
- async listPlanBenefitCluster(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlanBenefitClusterListVBAResponse>> {
397
- const localVarAxiosArgs = await localVarAxiosParamCreator.listPlanBenefitCluster(vbasoftwareDatabase, page, pageSize, options);
402
+ async listPlanBenefitCluster(vbasoftwareDatabase: string, planId?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlanBenefitClusterListVBAResponse>> {
403
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listPlanBenefitCluster(vbasoftwareDatabase, planId, page, pageSize, options);
398
404
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
399
405
  },
400
406
  /**
@@ -469,13 +475,14 @@ export const PlanBenefitClustersApiFactory = function (configuration?: Configura
469
475
  * Lists all PlanBenefitCluster
470
476
  * @summary List PlanBenefitCluster
471
477
  * @param {string} vbasoftwareDatabase Target database
478
+ * @param {string} [planId] Plan ID
472
479
  * @param {number} [page] Page
473
480
  * @param {number} [pageSize] Page Size
474
481
  * @param {*} [options] Override http request option.
475
482
  * @throws {RequiredError}
476
483
  */
477
- listPlanBenefitCluster(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: any): AxiosPromise<PlanBenefitClusterListVBAResponse> {
478
- return localVarFp.listPlanBenefitCluster(vbasoftwareDatabase, page, pageSize, options).then((request) => request(axios, basePath));
484
+ listPlanBenefitCluster(vbasoftwareDatabase: string, planId?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<PlanBenefitClusterListVBAResponse> {
485
+ return localVarFp.listPlanBenefitCluster(vbasoftwareDatabase, planId, page, pageSize, options).then((request) => request(axios, basePath));
479
486
  },
480
487
  /**
481
488
  * Create or Update multiple PlanBenefitCluster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
@@ -546,13 +553,14 @@ export interface PlanBenefitClustersApiInterface {
546
553
  * Lists all PlanBenefitCluster
547
554
  * @summary List PlanBenefitCluster
548
555
  * @param {string} vbasoftwareDatabase Target database
556
+ * @param {string} [planId] Plan ID
549
557
  * @param {number} [page] Page
550
558
  * @param {number} [pageSize] Page Size
551
559
  * @param {*} [options] Override http request option.
552
560
  * @throws {RequiredError}
553
561
  * @memberof PlanBenefitClustersApiInterface
554
562
  */
555
- listPlanBenefitCluster(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<PlanBenefitClusterListVBAResponse>;
563
+ listPlanBenefitCluster(vbasoftwareDatabase: string, planId?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<PlanBenefitClusterListVBAResponse>;
556
564
 
557
565
  /**
558
566
  * Create or Update multiple PlanBenefitCluster at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
@@ -629,14 +637,15 @@ export class PlanBenefitClustersApi extends BaseAPI implements PlanBenefitCluste
629
637
  * Lists all PlanBenefitCluster
630
638
  * @summary List PlanBenefitCluster
631
639
  * @param {string} vbasoftwareDatabase Target database
640
+ * @param {string} [planId] Plan ID
632
641
  * @param {number} [page] Page
633
642
  * @param {number} [pageSize] Page Size
634
643
  * @param {*} [options] Override http request option.
635
644
  * @throws {RequiredError}
636
645
  * @memberof PlanBenefitClustersApi
637
646
  */
638
- public listPlanBenefitCluster(vbasoftwareDatabase: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
639
- return PlanBenefitClustersApiFp(this.configuration).listPlanBenefitCluster(vbasoftwareDatabase, page, pageSize, options).then((request) => request(this.axios, this.basePath));
647
+ public listPlanBenefitCluster(vbasoftwareDatabase: string, planId?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
648
+ return PlanBenefitClustersApiFp(this.configuration).listPlanBenefitCluster(vbasoftwareDatabase, planId, page, pageSize, options).then((request) => request(this.axios, this.basePath));
640
649
  }
641
650
 
642
651
  /**