@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250404.1 → 1.20250425.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 +42 -2
- package/api/adv-claim-api.ts +246 -52
- package/api/group-state-surcharge-api.ts +733 -0
- package/api/hipaaremittance-codes-api.ts +685 -0
- package/api/member-alternate-payee-api.ts +781 -0
- package/api/member-alternate-payee-plan-api.ts +829 -0
- package/api/report-definitions-api.ts +108 -0
- package/api/state-surcharge-api.ts +685 -0
- package/api/subscribers-api.ts +98 -0
- package/api/vbareporting-api.ts +265 -0
- package/api/vbareports-api.ts +162 -55
- package/api.ts +6 -1
- package/models/all-enrollments-subscriber-result-list-vbaresponse.ts +51 -0
- package/models/all-enrollments-subscriber-result.ts +108 -0
- package/models/checks-detail.ts +6 -0
- package/models/claim-audit.ts +12 -0
- package/models/claim-batch-benefit.ts +36 -0
- package/models/claim-batch-payee.ts +108 -0
- package/models/claim-benefit.ts +36 -0
- package/models/claim-network.ts +36 -0
- package/models/claim-payee.ts +108 -0
- package/models/claim-plan.ts +36 -0
- package/models/claim-relationship.ts +36 -0
- package/models/claim-send-check-to.ts +36 -0
- package/models/company-data.ts +24 -0
- package/models/email-report-dto.ts +0 -6
- package/models/explanation-codes.ts +6 -0
- package/models/generate-prem-invoice.ts +12 -0
- package/models/group-contract-plan.ts +6 -0
- package/models/group-state-surcharge-list-vbaresponse.ts +51 -0
- package/models/group-state-surcharge-vbaresponse.ts +51 -0
- package/models/group-state-surcharge.ts +78 -0
- package/models/hipaaremittance-code-list-vbaresponse.ts +51 -0
- package/models/hipaaremittance-code-vbaresponse.ts +51 -0
- package/models/hipaaremittance-code.ts +60 -0
- package/models/index.ts +36 -1
- package/models/member-alternate-payee-list-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan-list-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan.ts +72 -0
- package/models/member-alternate-payee-vbaresponse.ts +51 -0
- package/models/member-alternate-payee.ts +150 -0
- package/models/plan-benefits.ts +6 -0
- package/models/reins-contract-conditional-specific-detail.ts +36 -0
- package/models/report-tracking-metadata.ts +42 -0
- package/models/smsdto.ts +0 -6
- package/models/state-surcharge-list-vbaresponse.ts +51 -0
- package/models/state-surcharge-vbaresponse.ts +51 -0
- package/models/state-surcharge.ts +96 -0
- package/models/vbaclaim-number-parm.ts +30 -0
- package/models/vbafull-claim-batch-vbaresponse.ts +51 -0
- package/models/vbafull-claim-batch.ts +426 -0
- package/models/vbafull-claim-vbaresponse.ts +51 -0
- package/models/vbafull-claim.ts +441 -0
- package/models/vbareport.ts +14 -2
- package/models/vbareporting-embed-token-vbaresponse.ts +51 -0
- package/models/vbareporting-embed-token.ts +30 -0
- package/models/vbareporting-report-list-vbaresponse.ts +51 -0
- package/models/vbareporting-report-vbaresponse.ts +51 -0
- package/models/vbareporting-report.ts +54 -0
- package/package.json +1 -1
- package/api/bold-reports-api.ts +0 -167
- package/models/trackable-report.ts +0 -78
|
@@ -0,0 +1,78 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GroupStateSurcharge
|
|
21
|
+
*/
|
|
22
|
+
export interface GroupStateSurcharge {
|
|
23
|
+
/**
|
|
24
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GroupStateSurcharge
|
|
27
|
+
*/
|
|
28
|
+
'groupStateSurcharge_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GroupStateSurcharge
|
|
33
|
+
*/
|
|
34
|
+
'effective_Date'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Date when the record was first added to the system.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GroupStateSurcharge
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GroupStateSurcharge
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GroupStateSurcharge
|
|
51
|
+
*/
|
|
52
|
+
'group_ID': string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GroupStateSurcharge
|
|
57
|
+
*/
|
|
58
|
+
'state': string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof GroupStateSurcharge
|
|
63
|
+
*/
|
|
64
|
+
'term_Date'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* Date when the record was last updated in the system.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof GroupStateSurcharge
|
|
69
|
+
*/
|
|
70
|
+
'update_Date'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* User that last updated the record in the system.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof GroupStateSurcharge
|
|
75
|
+
*/
|
|
76
|
+
'update_User'?: string | null;
|
|
77
|
+
}
|
|
78
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { HIPAARemittanceCode } from './hipaaremittance-code';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface HIPAARemittanceCodeListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface HIPAARemittanceCodeListVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<HIPAARemittanceCode>}
|
|
35
|
+
* @memberof HIPAARemittanceCodeListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: Array<HIPAARemittanceCode> | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof HIPAARemittanceCodeListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof HIPAARemittanceCodeListVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { HIPAARemittanceCode } from './hipaaremittance-code';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface HIPAARemittanceCodeVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface HIPAARemittanceCodeVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {HIPAARemittanceCode}
|
|
35
|
+
* @memberof HIPAARemittanceCodeVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: HIPAARemittanceCode;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof HIPAARemittanceCodeVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof HIPAARemittanceCodeVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface HIPAARemittanceCode
|
|
21
|
+
*/
|
|
22
|
+
export interface HIPAARemittanceCode {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof HIPAARemittanceCode
|
|
27
|
+
*/
|
|
28
|
+
'hipaA_Code': string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof HIPAARemittanceCode
|
|
33
|
+
*/
|
|
34
|
+
'description'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Date record was first added to the system
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof HIPAARemittanceCode
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof HIPAARemittanceCode
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Date the record was last updated in the system
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof HIPAARemittanceCode
|
|
51
|
+
*/
|
|
52
|
+
'update_Date'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User that last updated the record in the system
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof HIPAARemittanceCode
|
|
57
|
+
*/
|
|
58
|
+
'update_User'?: string | null;
|
|
59
|
+
}
|
|
60
|
+
|
package/models/index.ts
CHANGED
|
@@ -24,6 +24,8 @@ export * from './adjudicate-benefit-match-detail-list-vbaresponse';
|
|
|
24
24
|
export * from './admission-type-place';
|
|
25
25
|
export * from './admission-type-place-list-vbaresponse';
|
|
26
26
|
export * from './admission-type-place-vbaresponse';
|
|
27
|
+
export * from './all-enrollments-subscriber-result';
|
|
28
|
+
export * from './all-enrollments-subscriber-result-list-vbaresponse';
|
|
27
29
|
export * from './amount-details';
|
|
28
30
|
export * from './amount-details-list-vbaresponse';
|
|
29
31
|
export * from './amount-details-vbaresponse';
|
|
@@ -444,6 +446,7 @@ export * from './claim-audit-status-list-vbaresponse';
|
|
|
444
446
|
export * from './claim-audit-status-vbaresponse';
|
|
445
447
|
export * from './claim-audit-vbaresponse';
|
|
446
448
|
export * from './claim-batch';
|
|
449
|
+
export * from './claim-batch-benefit';
|
|
447
450
|
export * from './claim-batch-claim-batch-detail';
|
|
448
451
|
export * from './claim-batch-claim-batch-detail-list-vbaresponse';
|
|
449
452
|
export * from './claim-batch-claim-batch-detail-vbaresponse';
|
|
@@ -463,6 +466,7 @@ export * from './claim-batch-list-vbaresponse';
|
|
|
463
466
|
export * from './claim-batch-log';
|
|
464
467
|
export * from './claim-batch-log-list-vbaresponse';
|
|
465
468
|
export * from './claim-batch-log-vbaresponse';
|
|
469
|
+
export * from './claim-batch-payee';
|
|
466
470
|
export * from './claim-batch-plan';
|
|
467
471
|
export * from './claim-batch-plan-list-vbaresponse';
|
|
468
472
|
export * from './claim-batch-plan-vbaresponse';
|
|
@@ -479,6 +483,7 @@ export * from './claim-batches-status';
|
|
|
479
483
|
export * from './claim-batches-status-list-vbaresponse';
|
|
480
484
|
export * from './claim-batches-status-vbaresponse';
|
|
481
485
|
export * from './claim-batches-vbaresponse';
|
|
486
|
+
export * from './claim-benefit';
|
|
482
487
|
export * from './claim-coding-rule';
|
|
483
488
|
export * from './claim-coding-rule-list-vbaresponse';
|
|
484
489
|
export * from './claim-coding-rule-type';
|
|
@@ -546,12 +551,15 @@ export * from './claim-invoice-received';
|
|
|
546
551
|
export * from './claim-invoice-received-list-vbaresponse';
|
|
547
552
|
export * from './claim-invoice-received-vbaresponse';
|
|
548
553
|
export * from './claim-invoice-vbaresponse';
|
|
554
|
+
export * from './claim-network';
|
|
549
555
|
export * from './claim-occurrence-code';
|
|
550
556
|
export * from './claim-occurrence-code-list-vbaresponse';
|
|
551
557
|
export * from './claim-occurrence-code-vbaresponse';
|
|
558
|
+
export * from './claim-payee';
|
|
552
559
|
export * from './claim-payment';
|
|
553
560
|
export * from './claim-payment-list-vbaresponse';
|
|
554
561
|
export * from './claim-payment-vbaresponse';
|
|
562
|
+
export * from './claim-plan';
|
|
555
563
|
export * from './claim-pre-batch';
|
|
556
564
|
export * from './claim-pre-batch-detail';
|
|
557
565
|
export * from './claim-pre-batch-detail-list-vbaresponse';
|
|
@@ -600,6 +608,7 @@ export * from './claim-queue-status';
|
|
|
600
608
|
export * from './claim-queue-status-list-vbaresponse';
|
|
601
609
|
export * from './claim-queue-status-vbaresponse';
|
|
602
610
|
export * from './claim-queue-vbaresponse';
|
|
611
|
+
export * from './claim-relationship';
|
|
603
612
|
export * from './claim-reprice-remove';
|
|
604
613
|
export * from './claim-reprice-remove-list-vbaresponse';
|
|
605
614
|
export * from './claim-reprice-remove-vbaresponse';
|
|
@@ -624,6 +633,7 @@ export * from './claim-rule-set-header';
|
|
|
624
633
|
export * from './claim-rule-set-header-list-vbaresponse';
|
|
625
634
|
export * from './claim-rule-set-header-vbaresponse';
|
|
626
635
|
export * from './claim-rule-vbaresponse';
|
|
636
|
+
export * from './claim-send-check-to';
|
|
627
637
|
export * from './claim-status';
|
|
628
638
|
export * from './claim-status-list-vbaresponse';
|
|
629
639
|
export * from './claim-status-vbaresponse';
|
|
@@ -1331,6 +1341,9 @@ export * from './group-price-adjust-vbaresponse';
|
|
|
1331
1341
|
export * from './group-self-admin';
|
|
1332
1342
|
export * from './group-self-admin-list-vbaresponse';
|
|
1333
1343
|
export * from './group-self-admin-vbaresponse';
|
|
1344
|
+
export * from './group-state-surcharge';
|
|
1345
|
+
export * from './group-state-surcharge-list-vbaresponse';
|
|
1346
|
+
export * from './group-state-surcharge-vbaresponse';
|
|
1334
1347
|
export * from './group-student-age';
|
|
1335
1348
|
export * from './group-student-age-list-vbaresponse';
|
|
1336
1349
|
export * from './group-student-age-vbaresponse';
|
|
@@ -1381,6 +1394,9 @@ export * from './hipaareason-vbaresponse';
|
|
|
1381
1394
|
export * from './hipaarelationship';
|
|
1382
1395
|
export * from './hipaarelationship-list-vbaresponse';
|
|
1383
1396
|
export * from './hipaarelationship-vbaresponse';
|
|
1397
|
+
export * from './hipaaremittance-code';
|
|
1398
|
+
export * from './hipaaremittance-code-list-vbaresponse';
|
|
1399
|
+
export * from './hipaaremittance-code-vbaresponse';
|
|
1384
1400
|
export * from './hipaatier';
|
|
1385
1401
|
export * from './hipaatier-list-vbaresponse';
|
|
1386
1402
|
export * from './hipaatier-vbaresponse';
|
|
@@ -1489,6 +1505,12 @@ export * from './member-address-history';
|
|
|
1489
1505
|
export * from './member-address-history-list-vbaresponse';
|
|
1490
1506
|
export * from './member-address-history-vbaresponse';
|
|
1491
1507
|
export * from './member-address-vbaresponse';
|
|
1508
|
+
export * from './member-alternate-payee';
|
|
1509
|
+
export * from './member-alternate-payee-list-vbaresponse';
|
|
1510
|
+
export * from './member-alternate-payee-plan';
|
|
1511
|
+
export * from './member-alternate-payee-plan-list-vbaresponse';
|
|
1512
|
+
export * from './member-alternate-payee-plan-vbaresponse';
|
|
1513
|
+
export * from './member-alternate-payee-vbaresponse';
|
|
1492
1514
|
export * from './member-beneficiary';
|
|
1493
1515
|
export * from './member-beneficiary-list-vbaresponse';
|
|
1494
1516
|
export * from './member-beneficiary-plan';
|
|
@@ -2235,6 +2257,7 @@ export * from './report-track-status';
|
|
|
2235
2257
|
export * from './report-track-status-list-vbaresponse';
|
|
2236
2258
|
export * from './report-track-status-vbaresponse';
|
|
2237
2259
|
export * from './report-track-vbaresponse';
|
|
2260
|
+
export * from './report-tracking-metadata';
|
|
2238
2261
|
export * from './reviewed-status';
|
|
2239
2262
|
export * from './reviewed-status-list-vbaresponse';
|
|
2240
2263
|
export * from './reviewed-status-vbaresponse';
|
|
@@ -2315,6 +2338,9 @@ export * from './state-list-vbaresponse';
|
|
|
2315
2338
|
export * from './state-procedure-code-tax';
|
|
2316
2339
|
export * from './state-procedure-code-tax-list-vbaresponse';
|
|
2317
2340
|
export * from './state-procedure-code-tax-vbaresponse';
|
|
2341
|
+
export * from './state-surcharge';
|
|
2342
|
+
export * from './state-surcharge-list-vbaresponse';
|
|
2343
|
+
export * from './state-surcharge-vbaresponse';
|
|
2318
2344
|
export * from './state-vbaresponse';
|
|
2319
2345
|
export * from './string-list-vbaresponse';
|
|
2320
2346
|
export * from './string-static-option';
|
|
@@ -2438,7 +2464,6 @@ export * from './tooth-quadrant';
|
|
|
2438
2464
|
export * from './tooth-quadrant-list-vbaresponse';
|
|
2439
2465
|
export * from './tooth-quadrant-vbaresponse';
|
|
2440
2466
|
export * from './tooth-vbaresponse';
|
|
2441
|
-
export * from './trackable-report';
|
|
2442
2467
|
export * from './transpose-request-meta-data-result';
|
|
2443
2468
|
export * from './transpose-request-meta-data-result-list-vbaresponse';
|
|
2444
2469
|
export * from './treatment-type';
|
|
@@ -2511,6 +2536,7 @@ export * from './vbaclaim-funding-member-pay-to-amount';
|
|
|
2511
2536
|
export * from './vbaclaim-funding-member-pay-to-amount-list-vbaresponse';
|
|
2512
2537
|
export * from './vbaclaim-funding-pay-to-amount';
|
|
2513
2538
|
export * from './vbaclaim-funding-pay-to-amount-list-vbaresponse';
|
|
2539
|
+
export * from './vbaclaim-number-parm';
|
|
2514
2540
|
export * from './vbaclaim-timeline';
|
|
2515
2541
|
export * from './vbaclaim-timeline-list-vbaresponse';
|
|
2516
2542
|
export * from './vbaclient';
|
|
@@ -2522,6 +2548,10 @@ export * from './vbacommission-rate-subscriber';
|
|
|
2522
2548
|
export * from './vbacommission-rate-subscriber-list-vbaresponse';
|
|
2523
2549
|
export * from './vbadisability-advisor';
|
|
2524
2550
|
export * from './vbadisability-advisor-deduction';
|
|
2551
|
+
export * from './vbafull-claim';
|
|
2552
|
+
export * from './vbafull-claim-batch';
|
|
2553
|
+
export * from './vbafull-claim-batch-vbaresponse';
|
|
2554
|
+
export * from './vbafull-claim-vbaresponse';
|
|
2525
2555
|
export * from './vbafunding-account-claim-info';
|
|
2526
2556
|
export * from './vbafunding-account-claim-info-list-vbaresponse';
|
|
2527
2557
|
export * from './vbafunding-request-claim-summary';
|
|
@@ -2592,6 +2622,11 @@ export * from './vbareins-contract-transaction-summary-list-vbaresponse';
|
|
|
2592
2622
|
export * from './vbareport';
|
|
2593
2623
|
export * from './vbareport-list-vbaresponse';
|
|
2594
2624
|
export * from './vbareport-vbaresponse';
|
|
2625
|
+
export * from './vbareporting-embed-token';
|
|
2626
|
+
export * from './vbareporting-embed-token-vbaresponse';
|
|
2627
|
+
export * from './vbareporting-report';
|
|
2628
|
+
export * from './vbareporting-report-list-vbaresponse';
|
|
2629
|
+
export * from './vbareporting-report-vbaresponse';
|
|
2595
2630
|
export * from './vbassologin-config';
|
|
2596
2631
|
export * from './vbaupdate-claim-funded-status';
|
|
2597
2632
|
export * from './vbauser-status';
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MemberAlternatePayee } from './member-alternate-payee';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface MemberAlternatePayeeListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface MemberAlternatePayeeListVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<MemberAlternatePayee>}
|
|
35
|
+
* @memberof MemberAlternatePayeeListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: Array<MemberAlternatePayee> | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof MemberAlternatePayeeListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof MemberAlternatePayeeListVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MemberAlternatePayeePlan } from './member-alternate-payee-plan';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface MemberAlternatePayeePlanListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface MemberAlternatePayeePlanListVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<MemberAlternatePayeePlan>}
|
|
35
|
+
* @memberof MemberAlternatePayeePlanListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: Array<MemberAlternatePayeePlan> | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof MemberAlternatePayeePlanListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof MemberAlternatePayeePlanListVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MemberAlternatePayeePlan } from './member-alternate-payee-plan';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface MemberAlternatePayeePlanVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface MemberAlternatePayeePlanVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {MemberAlternatePayeePlan}
|
|
35
|
+
* @memberof MemberAlternatePayeePlanVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: MemberAlternatePayeePlan;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof MemberAlternatePayeePlanVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof MemberAlternatePayeePlanVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface MemberAlternatePayeePlan
|
|
21
|
+
*/
|
|
22
|
+
export interface MemberAlternatePayeePlan {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof MemberAlternatePayeePlan
|
|
27
|
+
*/
|
|
28
|
+
'subscriber_ID': string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof MemberAlternatePayeePlan
|
|
33
|
+
*/
|
|
34
|
+
'member_Seq': string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MemberAlternatePayeePlan
|
|
39
|
+
*/
|
|
40
|
+
'alternate_Payee_ID': string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof MemberAlternatePayeePlan
|
|
45
|
+
*/
|
|
46
|
+
'plan_ID': string;
|
|
47
|
+
/**
|
|
48
|
+
* Date when the record was first added to the system.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof MemberAlternatePayeePlan
|
|
51
|
+
*/
|
|
52
|
+
'entry_Date'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User that first added the record to the system.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof MemberAlternatePayeePlan
|
|
57
|
+
*/
|
|
58
|
+
'entry_User'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* Date when the record was last updated in the system.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof MemberAlternatePayeePlan
|
|
63
|
+
*/
|
|
64
|
+
'update_Date'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* User that last updated the record in the system.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof MemberAlternatePayeePlan
|
|
69
|
+
*/
|
|
70
|
+
'update_User'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MemberAlternatePayee } from './member-alternate-payee';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface MemberAlternatePayeeVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface MemberAlternatePayeeVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {MemberAlternatePayee}
|
|
35
|
+
* @memberof MemberAlternatePayeeVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: MemberAlternatePayee;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof MemberAlternatePayeeVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof MemberAlternatePayeeVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|