@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240531.2
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 +132 -0
- package/api/accounting-api.ts +165 -0
- package/api/adv-accounting-api.ts +99 -0
- package/api/adv-billing-api.ts +1973 -0
- package/api/adv-claim-api.ts +731 -0
- package/api/adv-enrollment-api.ts +377 -0
- package/api/billing-api.ts +165 -0
- package/api/claim-batch-api.ts +121 -0
- package/api/claim-batch-details-api.ts +140 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/disability-event-case-changes-api.ts +677 -0
- package/api/disability-event-deduction-changes-api.ts +677 -0
- package/api/disability-event-field-changes-api.ts +677 -0
- package/api/disability-event-fields-api.ts +677 -0
- package/api/disability-event-groups-api.ts +677 -0
- package/api/disaster-locations-api.ts +677 -0
- package/api/disasters-api.ts +677 -0
- package/api/fee-schedules-api.ts +163 -0
- package/api/group-achpulls-api.ts +725 -0
- package/api/group-bill-cycle-payment-methods-api.ts +677 -0
- package/api/group-network-criterias-api.ts +31 -13
- package/api/member-address-history-api.ts +773 -0
- package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
- package/api/payment-methods-api.ts +772 -0
- package/api/premium-distributions-api.ts +222 -0
- package/api/premium-invoice-subscribers-api.ts +291 -0
- package/api/premium-invoices-api.ts +1577 -219
- package/api/premium-rate-add-ons-api.ts +725 -0
- package/api/premium-rates-api.ts +119 -0
- package/api/security-field-set-details-api.ts +733 -0
- package/api/security-field-sets-api.ts +677 -0
- package/api/security-field-user-groups-api.ts +677 -0
- package/api/security-field-users-api.ts +677 -0
- package/api/security-fields-api.ts +677 -0
- package/api/subscriber-enrollments-api.ts +111 -0
- package/api/subscriber-sponsors-api.ts +677 -0
- package/api/subscriber-writing-agents-api.ts +725 -0
- package/api/subscribers-api.ts +315 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +545 -0
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api.ts +27 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/check-batch.ts +1 -1
- package/models/claim-adjustment-config.ts +121 -0
- package/models/claim-custom-ex-code-rule.ts +50 -20
- package/models/cobraplan-criteria.ts +36 -0
- package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep.ts +102 -0
- package/models/company-data.ts +98 -80
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed.ts +78 -0
- package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed.ts +72 -0
- package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed.ts +72 -0
- package/models/disability-event-field-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-vbaresponse.ts +45 -0
- package/models/disability-event-field.ts +60 -0
- package/models/disability-event-group-list-vbaresponse.ts +45 -0
- package/models/disability-event-group-vbaresponse.ts +45 -0
- package/models/disability-event-group.ts +78 -0
- package/models/disaster-list-vbaresponse.ts +45 -0
- package/models/disaster-location-list-vbaresponse.ts +45 -0
- package/models/disaster-location-vbaresponse.ts +45 -0
- package/models/disaster-location.ts +78 -0
- package/models/disaster-vbaresponse.ts +45 -0
- package/models/disaster.ts +84 -0
- package/models/enrollment-reenroll.ts +13 -0
- package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
- package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
- package/models/fee-sched-detail.ts +1 -1
- package/models/fee-sched-modifier-discount.ts +1 -1
- package/models/fee-sched-procedure-group-adjust.ts +1 -1
- package/models/fee-sched-provider-type-discount.ts +1 -1
- package/models/funding-process-claim-refund.ts +66 -0
- package/models/funding-request.ts +1 -1
- package/models/generate-authenticator-qrcode-request.ts +30 -0
- package/models/generate-authenticator-qrcode-response-vbaresponse.ts +45 -0
- package/models/generate-authenticator-qrcode-response.ts +36 -0
- package/models/generate-prem-invoice.ts +90 -0
- package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
- package/models/group-achpull-list-vbaresponse.ts +45 -0
- package/models/group-achpull-vbaresponse.ts +45 -0
- package/models/group-achpull.ts +60 -0
- package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method.ts +78 -0
- package/models/group-change-coverage-start.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +105 -0
- package/models/life-claim-advisor.ts +256 -0
- package/models/mem-enrollment-plan.ts +3 -3
- package/models/mem-enrollment-rider.ts +4 -4
- package/models/member-address-history-list-vbaresponse.ts +45 -0
- package/models/member-address-history-vbaresponse.ts +45 -0
- package/models/member-address-history.ts +216 -0
- package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag.ts +90 -0
- package/models/network-procedure-cluster.ts +1 -1
- package/models/note-note-attachment.ts +38 -0
- package/models/payment-method-list-vbaresponse.ts +45 -0
- package/models/payment-method-vbaresponse.ts +45 -0
- package/models/payment-method.ts +72 -0
- package/models/plan-benefit-rate.ts +1 -1
- package/models/prem-invoice-apply-payment.ts +78 -0
- package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result.ts +138 -0
- package/models/prem-invoice-generate-inv-list.ts +138 -0
- package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
- package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on.ts +78 -0
- package/models/prem-rate.ts +24 -12
- package/models/register-mfadevice-request.ts +42 -0
- package/models/register-mfadevice-response-vbaresponse.ts +45 -0
- package/models/register-mfadevice-response.ts +30 -0
- package/models/security-field-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-vbaresponse.ts +45 -0
- package/models/security-field-set-detail.ts +72 -0
- package/models/security-field-set-list-vbaresponse.ts +45 -0
- package/models/security-field-set-vbaresponse.ts +45 -0
- package/models/security-field-set.ts +66 -0
- package/models/security-field-user-group-list-vbaresponse.ts +45 -0
- package/models/security-field-user-group-vbaresponse.ts +45 -0
- package/models/security-field-user-group.ts +84 -0
- package/models/security-field-user-list-vbaresponse.ts +45 -0
- package/models/security-field-user-vbaresponse.ts +45 -0
- package/models/security-field-user.ts +84 -0
- package/models/security-field-vbaresponse.ts +45 -0
- package/models/security-field.ts +72 -0
- package/models/sub-enrollment-plan.ts +3 -3
- package/models/sub-enrollment-rider.ts +4 -4
- package/models/sub-enrollment.ts +2 -2
- package/models/sub-payment-method.ts +1 -1
- package/models/submit-mfacode-request.ts +42 -0
- package/models/subscriber-forfeiture-status.ts +1 -1
- package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor.ts +84 -0
- package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent.ts +90 -0
- package/models/suspense-claim-list.ts +228 -0
- package/models/tolerance-list-vbaresponse.ts +45 -0
- package/models/tolerance-vbaresponse.ts +45 -0
- package/models/tolerance.ts +72 -0
- package/models/userfieldsecurity.ts +66 -0
- package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
- package/models/users.ts +2 -2
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbainterface-idcode.ts +31 -1
- package/models/vbainterface-map-type.ts +31 -1
- package/models/vbainterface.ts +43 -1
- package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
- package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +21 -0
- package/package.json +3 -3
|
@@ -0,0 +1,45 @@
|
|
|
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 { Debug } from './debug';
|
|
17
|
+
import { GroupBillCyclePaymentMethod } from './group-bill-cycle-payment-method';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GroupBillCyclePaymentMethodVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface GroupBillCyclePaymentMethodVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GroupBillCyclePaymentMethod}
|
|
29
|
+
* @memberof GroupBillCyclePaymentMethodVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: GroupBillCyclePaymentMethod;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof GroupBillCyclePaymentMethodVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof GroupBillCyclePaymentMethodVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -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 GroupBillCyclePaymentMethod
|
|
21
|
+
*/
|
|
22
|
+
export interface GroupBillCyclePaymentMethod {
|
|
23
|
+
/**
|
|
24
|
+
* Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
27
|
+
*/
|
|
28
|
+
'groupBillCyclePaymentMethod_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
33
|
+
*/
|
|
34
|
+
'billing_Cycle_ID'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
39
|
+
*/
|
|
40
|
+
'division_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
45
|
+
*/
|
|
46
|
+
'entry_Date'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
51
|
+
*/
|
|
52
|
+
'entry_User'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
57
|
+
*/
|
|
58
|
+
'group_ID'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
63
|
+
*/
|
|
64
|
+
'payment_Method'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
69
|
+
*/
|
|
70
|
+
'update_Date'?: string;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof GroupBillCyclePaymentMethod
|
|
75
|
+
*/
|
|
76
|
+
'update_User'?: string | null;
|
|
77
|
+
}
|
|
78
|
+
|
package/models/idcode-type.ts
CHANGED
|
@@ -80,6 +80,12 @@ export interface IDCodeType {
|
|
|
80
80
|
* @memberof IDCodeType
|
|
81
81
|
*/
|
|
82
82
|
'system_Code': boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Note: The database will apply a default value of `False` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `False` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
85
|
+
* @type {boolean}
|
|
86
|
+
* @memberof IDCodeType
|
|
87
|
+
*/
|
|
88
|
+
'type_Default': boolean;
|
|
83
89
|
/**
|
|
84
90
|
* Date the record was last updated in the system
|
|
85
91
|
* @type {string}
|
package/models/index.ts
CHANGED
|
@@ -10,6 +10,8 @@ export * from './apcweight-vbaresponse';
|
|
|
10
10
|
export * from './active-subscriber';
|
|
11
11
|
export * from './active-subscriber-list-vbaresponse';
|
|
12
12
|
export * from './add-enrollment-request';
|
|
13
|
+
export * from './adjudicate-benefit-match-detail';
|
|
14
|
+
export * from './adjudicate-benefit-match-detail-list-vbaresponse';
|
|
13
15
|
export * from './admission-type-place';
|
|
14
16
|
export * from './admission-type-place-list-vbaresponse';
|
|
15
17
|
export * from './admission-type-place-vbaresponse';
|
|
@@ -90,6 +92,7 @@ export * from './billing-basis-vbaresponse';
|
|
|
90
92
|
export * from './billing-cycle';
|
|
91
93
|
export * from './billing-cycle-list-vbaresponse';
|
|
92
94
|
export * from './billing-cycle-vbaresponse';
|
|
95
|
+
export * from './billing-refund';
|
|
93
96
|
export * from './brokerage';
|
|
94
97
|
export * from './brokerage-list-vbaresponse';
|
|
95
98
|
export * from './brokerage-vbaresponse';
|
|
@@ -102,6 +105,7 @@ export * from './cliacertificate-provider';
|
|
|
102
105
|
export * from './cliacertificate-provider-list-vbaresponse';
|
|
103
106
|
export * from './cliacertificate-provider-vbaresponse';
|
|
104
107
|
export * from './cliacertificate-vbaresponse';
|
|
108
|
+
export * from './cobraplan-criteria';
|
|
105
109
|
export * from './call-tracking';
|
|
106
110
|
export * from './call-tracking-call-destination';
|
|
107
111
|
export * from './call-tracking-call-destination-list-vbaresponse';
|
|
@@ -386,6 +390,7 @@ export * from './checks-detail-vbaresponse';
|
|
|
386
390
|
export * from './checks-list-vbaresponse';
|
|
387
391
|
export * from './checks-vbaresponse';
|
|
388
392
|
export * from './claim';
|
|
393
|
+
export * from './claim-adjustment-config';
|
|
389
394
|
export * from './claim-anesthesia-modifier-unit';
|
|
390
395
|
export * from './claim-anesthesia-modifier-unit-list-vbaresponse';
|
|
391
396
|
export * from './claim-anesthesia-modifier-unit-vbaresponse';
|
|
@@ -636,6 +641,9 @@ export * from './commission-parameter-list-vbaresponse';
|
|
|
636
641
|
export * from './commission-parameter-vbaresponse';
|
|
637
642
|
export * from './commission-rate';
|
|
638
643
|
export * from './commission-rate-cluster';
|
|
644
|
+
export * from './commission-rate-cluster-agency-rep';
|
|
645
|
+
export * from './commission-rate-cluster-agency-rep-list-vbaresponse';
|
|
646
|
+
export * from './commission-rate-cluster-agency-rep-vbaresponse';
|
|
639
647
|
export * from './commission-rate-cluster-list-vbaresponse';
|
|
640
648
|
export * from './commission-rate-cluster-rate';
|
|
641
649
|
export * from './commission-rate-cluster-rate-list-vbaresponse';
|
|
@@ -859,9 +867,30 @@ export * from './diagnostic-code-type';
|
|
|
859
867
|
export * from './diagnostic-code-type-list-vbaresponse';
|
|
860
868
|
export * from './diagnostic-code-type-vbaresponse';
|
|
861
869
|
export * from './diagnostic-code-vbaresponse';
|
|
870
|
+
export * from './disability-event-case-changed';
|
|
871
|
+
export * from './disability-event-case-changed-list-vbaresponse';
|
|
872
|
+
export * from './disability-event-case-changed-vbaresponse';
|
|
873
|
+
export * from './disability-event-deduction-changed';
|
|
874
|
+
export * from './disability-event-deduction-changed-list-vbaresponse';
|
|
875
|
+
export * from './disability-event-deduction-changed-vbaresponse';
|
|
876
|
+
export * from './disability-event-field';
|
|
877
|
+
export * from './disability-event-field-changed';
|
|
878
|
+
export * from './disability-event-field-changed-list-vbaresponse';
|
|
879
|
+
export * from './disability-event-field-changed-vbaresponse';
|
|
880
|
+
export * from './disability-event-field-list-vbaresponse';
|
|
881
|
+
export * from './disability-event-field-vbaresponse';
|
|
882
|
+
export * from './disability-event-group';
|
|
883
|
+
export * from './disability-event-group-list-vbaresponse';
|
|
884
|
+
export * from './disability-event-group-vbaresponse';
|
|
862
885
|
export * from './disability-plan-limit';
|
|
863
886
|
export * from './disability-plan-limit-list-vbaresponse';
|
|
864
887
|
export * from './disability-plan-limit-vbaresponse';
|
|
888
|
+
export * from './disaster';
|
|
889
|
+
export * from './disaster-list-vbaresponse';
|
|
890
|
+
export * from './disaster-location';
|
|
891
|
+
export * from './disaster-location-list-vbaresponse';
|
|
892
|
+
export * from './disaster-location-vbaresponse';
|
|
893
|
+
export * from './disaster-vbaresponse';
|
|
865
894
|
export * from './drug-code';
|
|
866
895
|
export * from './drug-code-list-vbaresponse';
|
|
867
896
|
export * from './drug-code-unit';
|
|
@@ -907,6 +936,8 @@ export * from './enrollment-pcpauto-assign-provider-list-vbaresponse';
|
|
|
907
936
|
export * from './enrollment-policy-forfeiture';
|
|
908
937
|
export * from './enrollment-reenroll';
|
|
909
938
|
export * from './enrollment-waiting-period';
|
|
939
|
+
export * from './enrollment-waiting-period-by-hire-date';
|
|
940
|
+
export * from './enrollment-waiting-period-by-hire-date-list-vbaresponse';
|
|
910
941
|
export * from './enrollment-waiting-period-list-vbaresponse';
|
|
911
942
|
export * from './enrollment-waiting-period-subscriber';
|
|
912
943
|
export * from './enrollment-waiting-period-subscriber-list-vbaresponse';
|
|
@@ -1028,6 +1059,7 @@ export * from './funding-list-vbaresponse';
|
|
|
1028
1059
|
export * from './funding-name-on-check';
|
|
1029
1060
|
export * from './funding-name-on-check-vbaresponse';
|
|
1030
1061
|
export * from './funding-process-check';
|
|
1062
|
+
export * from './funding-process-claim-refund';
|
|
1031
1063
|
export * from './funding-reconcile';
|
|
1032
1064
|
export * from './funding-reconcile-disbursed';
|
|
1033
1065
|
export * from './funding-reconcile-disbursed-list-vbaresponse';
|
|
@@ -1072,6 +1104,12 @@ export * from './funding-type-list-vbaresponse';
|
|
|
1072
1104
|
export * from './funding-type-vbaresponse';
|
|
1073
1105
|
export * from './funding-vbaresponse';
|
|
1074
1106
|
export * from './funding-void-check';
|
|
1107
|
+
export * from './generate-authenticator-qrcode-request';
|
|
1108
|
+
export * from './generate-authenticator-qrcode-response';
|
|
1109
|
+
export * from './generate-authenticator-qrcode-response-vbaresponse';
|
|
1110
|
+
export * from './generate-prem-invoice';
|
|
1111
|
+
export * from './get-prem-invoice-subscriber-list-result';
|
|
1112
|
+
export * from './get-prem-invoice-subscriber-list-result-list-vbaresponse';
|
|
1075
1113
|
export * from './grievance';
|
|
1076
1114
|
export * from './grievance-admin-change-type';
|
|
1077
1115
|
export * from './grievance-admin-change-type-list-vbaresponse';
|
|
@@ -1094,6 +1132,9 @@ export * from './grievance-type';
|
|
|
1094
1132
|
export * from './grievance-type-list-vbaresponse';
|
|
1095
1133
|
export * from './grievance-type-vbaresponse';
|
|
1096
1134
|
export * from './grievance-vbaresponse';
|
|
1135
|
+
export * from './group-achpull';
|
|
1136
|
+
export * from './group-achpull-list-vbaresponse';
|
|
1137
|
+
export * from './group-achpull-vbaresponse';
|
|
1097
1138
|
export * from './group-atp';
|
|
1098
1139
|
export * from './group-atplist-vbaresponse';
|
|
1099
1140
|
export * from './group-atpvbaresponse';
|
|
@@ -1104,6 +1145,9 @@ export * from './group-account-report';
|
|
|
1104
1145
|
export * from './group-account-report-list-vbaresponse';
|
|
1105
1146
|
export * from './group-account-report-vbaresponse';
|
|
1106
1147
|
export * from './group-add-contract';
|
|
1148
|
+
export * from './group-bill-cycle-payment-method';
|
|
1149
|
+
export * from './group-bill-cycle-payment-method-list-vbaresponse';
|
|
1150
|
+
export * from './group-bill-cycle-payment-method-vbaresponse';
|
|
1107
1151
|
export * from './group-change-coverage-start';
|
|
1108
1152
|
export * from './group-class';
|
|
1109
1153
|
export * from './group-class-list-vbaresponse';
|
|
@@ -1323,6 +1367,7 @@ export * from './key-value-pair';
|
|
|
1323
1367
|
export * from './languages';
|
|
1324
1368
|
export * from './languages-list-vbaresponse';
|
|
1325
1369
|
export * from './languages-vbaresponse';
|
|
1370
|
+
export * from './life-claim-advisor';
|
|
1326
1371
|
export * from './local-tax';
|
|
1327
1372
|
export * from './local-tax-list-vbaresponse';
|
|
1328
1373
|
export * from './local-tax-vbaresponse';
|
|
@@ -1351,6 +1396,9 @@ export * from './member-accum';
|
|
|
1351
1396
|
export * from './member-accum-list-vbaresponse';
|
|
1352
1397
|
export * from './member-accum-vbaresponse';
|
|
1353
1398
|
export * from './member-address';
|
|
1399
|
+
export * from './member-address-history';
|
|
1400
|
+
export * from './member-address-history-list-vbaresponse';
|
|
1401
|
+
export * from './member-address-history-vbaresponse';
|
|
1354
1402
|
export * from './member-address-vbaresponse';
|
|
1355
1403
|
export * from './member-beneficiary';
|
|
1356
1404
|
export * from './member-beneficiary-list-vbaresponse';
|
|
@@ -1403,6 +1451,9 @@ export * from './member-plan-year-vbaresponse';
|
|
|
1403
1451
|
export * from './member-pre-ex-diag';
|
|
1404
1452
|
export * from './member-pre-ex-diag-list-vbaresponse';
|
|
1405
1453
|
export * from './member-pre-ex-diag-vbaresponse';
|
|
1454
|
+
export * from './member-pre-ex-disclosed-diag';
|
|
1455
|
+
export * from './member-pre-ex-disclosed-diag-list-vbaresponse';
|
|
1456
|
+
export * from './member-pre-ex-disclosed-diag-vbaresponse';
|
|
1406
1457
|
export * from './member-prior-accum';
|
|
1407
1458
|
export * from './member-prior-accum-list-vbaresponse';
|
|
1408
1459
|
export * from './member-prior-accum-vbaresponse';
|
|
@@ -1462,6 +1513,7 @@ export * from './note-category-vbaresponse';
|
|
|
1462
1513
|
export * from './note-data';
|
|
1463
1514
|
export * from './note-data-list-vbaresponse';
|
|
1464
1515
|
export * from './note-data-vbaresponse';
|
|
1516
|
+
export * from './note-note-attachment';
|
|
1465
1517
|
export * from './note-priority';
|
|
1466
1518
|
export * from './note-priority-list-vbaresponse';
|
|
1467
1519
|
export * from './note-priority-vbaresponse';
|
|
@@ -1489,6 +1541,9 @@ export * from './payee-account-list-vbaresponse';
|
|
|
1489
1541
|
export * from './payee-account-vbaresponse';
|
|
1490
1542
|
export * from './payee-list-vbaresponse';
|
|
1491
1543
|
export * from './payee-vbaresponse';
|
|
1544
|
+
export * from './payment-method';
|
|
1545
|
+
export * from './payment-method-list-vbaresponse';
|
|
1546
|
+
export * from './payment-method-vbaresponse';
|
|
1492
1547
|
export * from './payment-schedule';
|
|
1493
1548
|
export * from './payment-schedule-list-vbaresponse';
|
|
1494
1549
|
export * from './payment-schedule-vbaresponse';
|
|
@@ -1652,6 +1707,13 @@ export * from './prem-invoice-adj-received-vbaresponse';
|
|
|
1652
1707
|
export * from './prem-invoice-adjustment';
|
|
1653
1708
|
export * from './prem-invoice-adjustment-list-vbaresponse';
|
|
1654
1709
|
export * from './prem-invoice-adjustment-vbaresponse';
|
|
1710
|
+
export * from './prem-invoice-apply-payment';
|
|
1711
|
+
export * from './prem-invoice-generate-inv-list';
|
|
1712
|
+
export * from './prem-invoice-generate-inv-list-list-vbaresponse';
|
|
1713
|
+
export * from './prem-invoice-generate-inv-list-result';
|
|
1714
|
+
export * from './prem-invoice-generate-inv-list-result-list-vbaresponse';
|
|
1715
|
+
export * from './prem-invoice-generate-self-admin-inv-list';
|
|
1716
|
+
export * from './prem-invoice-generate-self-admin-inv-list-list-vbaresponse';
|
|
1655
1717
|
export * from './prem-invoice-group-summary';
|
|
1656
1718
|
export * from './prem-invoice-group-summary-vbaresponse';
|
|
1657
1719
|
export * from './prem-invoice-individual';
|
|
@@ -1705,6 +1767,9 @@ export * from './prem-payment-type-list-vbaresponse';
|
|
|
1705
1767
|
export * from './prem-payment-type-vbaresponse';
|
|
1706
1768
|
export * from './prem-payment-vbaresponse';
|
|
1707
1769
|
export * from './prem-rate';
|
|
1770
|
+
export * from './prem-rate-add-on';
|
|
1771
|
+
export * from './prem-rate-add-on-list-vbaresponse';
|
|
1772
|
+
export * from './prem-rate-add-on-vbaresponse';
|
|
1708
1773
|
export * from './prem-rate-age-type';
|
|
1709
1774
|
export * from './prem-rate-age-type-list-vbaresponse';
|
|
1710
1775
|
export * from './prem-rate-age-type-vbaresponse';
|
|
@@ -1915,6 +1980,9 @@ export * from './reasons-list-vbaresponse';
|
|
|
1915
1980
|
export * from './reasons-vbaresponse';
|
|
1916
1981
|
export * from './recently-visited';
|
|
1917
1982
|
export * from './recently-visited-list-vbaresponse';
|
|
1983
|
+
export * from './register-mfadevice-request';
|
|
1984
|
+
export * from './register-mfadevice-response';
|
|
1985
|
+
export * from './register-mfadevice-response-vbaresponse';
|
|
1918
1986
|
export * from './reimburse-schedule';
|
|
1919
1987
|
export * from './reimburse-schedule-list-vbaresponse';
|
|
1920
1988
|
export * from './reimburse-schedule-vbaresponse';
|
|
@@ -2080,6 +2148,21 @@ export * from './security-area-user-group-vbaresponse';
|
|
|
2080
2148
|
export * from './security-area-user-list-vbaresponse';
|
|
2081
2149
|
export * from './security-area-user-vbaresponse';
|
|
2082
2150
|
export * from './security-area-vbaresponse';
|
|
2151
|
+
export * from './security-field';
|
|
2152
|
+
export * from './security-field-list-vbaresponse';
|
|
2153
|
+
export * from './security-field-set';
|
|
2154
|
+
export * from './security-field-set-detail';
|
|
2155
|
+
export * from './security-field-set-detail-list-vbaresponse';
|
|
2156
|
+
export * from './security-field-set-detail-vbaresponse';
|
|
2157
|
+
export * from './security-field-set-list-vbaresponse';
|
|
2158
|
+
export * from './security-field-set-vbaresponse';
|
|
2159
|
+
export * from './security-field-user';
|
|
2160
|
+
export * from './security-field-user-group';
|
|
2161
|
+
export * from './security-field-user-group-list-vbaresponse';
|
|
2162
|
+
export * from './security-field-user-group-vbaresponse';
|
|
2163
|
+
export * from './security-field-user-list-vbaresponse';
|
|
2164
|
+
export * from './security-field-user-vbaresponse';
|
|
2165
|
+
export * from './security-field-vbaresponse';
|
|
2083
2166
|
export * from './security-group-division-user';
|
|
2084
2167
|
export * from './security-group-division-user-group';
|
|
2085
2168
|
export * from './security-group-division-user-group-list-vbaresponse';
|
|
@@ -2132,6 +2215,7 @@ export * from './sub-enrollment-vbaresponse';
|
|
|
2132
2215
|
export * from './sub-payment-method';
|
|
2133
2216
|
export * from './sub-payment-method-list-vbaresponse';
|
|
2134
2217
|
export * from './sub-payment-method-vbaresponse';
|
|
2218
|
+
export * from './submit-mfacode-request';
|
|
2135
2219
|
export * from './subscriber-accum';
|
|
2136
2220
|
export * from './subscriber-accum-list-vbaresponse';
|
|
2137
2221
|
export * from './subscriber-accum-vbaresponse';
|
|
@@ -2168,9 +2252,15 @@ export * from './subscriber-prior-accum-vbaresponse';
|
|
|
2168
2252
|
export * from './subscriber-reimbursement';
|
|
2169
2253
|
export * from './subscriber-reimbursement-list-vbaresponse';
|
|
2170
2254
|
export * from './subscriber-reimbursement-vbaresponse';
|
|
2255
|
+
export * from './subscriber-sponsor';
|
|
2256
|
+
export * from './subscriber-sponsor-list-vbaresponse';
|
|
2257
|
+
export * from './subscriber-sponsor-vbaresponse';
|
|
2171
2258
|
export * from './subscriber-waive-premium';
|
|
2172
2259
|
export * from './subscriber-waive-premium-list-vbaresponse';
|
|
2173
2260
|
export * from './subscriber-waive-premium-vbaresponse';
|
|
2261
|
+
export * from './subscriber-writing-agent';
|
|
2262
|
+
export * from './subscriber-writing-agent-list-vbaresponse';
|
|
2263
|
+
export * from './subscriber-writing-agent-vbaresponse';
|
|
2174
2264
|
export * from './subscribers';
|
|
2175
2265
|
export * from './subscribers-list-vbaresponse';
|
|
2176
2266
|
export * from './subscribers-vbaresponse';
|
|
@@ -2178,6 +2268,7 @@ export * from './suffix';
|
|
|
2178
2268
|
export * from './suffix-list-vbaresponse';
|
|
2179
2269
|
export * from './suffix-vbaresponse';
|
|
2180
2270
|
export * from './suspense-claim';
|
|
2271
|
+
export * from './suspense-claim-list';
|
|
2181
2272
|
export * from './suspense-claim-list-vbaresponse';
|
|
2182
2273
|
export * from './suspense-claim-vbaresponse';
|
|
2183
2274
|
export * from './suspense-criteria';
|
|
@@ -2207,6 +2298,9 @@ export * from './tier-vbaresponse';
|
|
|
2207
2298
|
export * from './timely-filing';
|
|
2208
2299
|
export * from './timely-filing-list-vbaresponse';
|
|
2209
2300
|
export * from './timely-filing-vbaresponse';
|
|
2301
|
+
export * from './tolerance';
|
|
2302
|
+
export * from './tolerance-list-vbaresponse';
|
|
2303
|
+
export * from './tolerance-vbaresponse';
|
|
2210
2304
|
export * from './tooth';
|
|
2211
2305
|
export * from './tooth-action';
|
|
2212
2306
|
export * from './tooth-action-list-vbaresponse';
|
|
@@ -2231,6 +2325,8 @@ export * from './treatment-type-vbaresponse';
|
|
|
2231
2325
|
export * from './ucnetwork';
|
|
2232
2326
|
export * from './ucnetwork-list-vbaresponse';
|
|
2233
2327
|
export * from './ucnetwork-vbaresponse';
|
|
2328
|
+
export * from './userfieldsecurity';
|
|
2329
|
+
export * from './userfieldsecuritylist-vbaresponse';
|
|
2234
2330
|
export * from './unit-conversion';
|
|
2235
2331
|
export * from './unit-conversion-list-vbaresponse';
|
|
2236
2332
|
export * from './unit-conversion-vbaresponse';
|
|
@@ -2270,6 +2366,8 @@ export * from './user-reset-password-request';
|
|
|
2270
2366
|
export * from './users';
|
|
2271
2367
|
export * from './users-list-vbaresponse';
|
|
2272
2368
|
export * from './users-vbaresponse';
|
|
2369
|
+
export * from './usual-customary-rate-all-percentile';
|
|
2370
|
+
export * from './usual-customary-rate-all-percentile-list-vbaresponse';
|
|
2273
2371
|
export * from './vbaauth';
|
|
2274
2372
|
export * from './vbaauth-vbaresponse';
|
|
2275
2373
|
export * from './vbaclaim-timeline';
|
|
@@ -2323,6 +2421,10 @@ export * from './vbamembers-disability-tax-summary';
|
|
|
2323
2421
|
export * from './vbamembers-disability-tax-summary-vbaresponse';
|
|
2324
2422
|
export * from './vbapayor-account-check-processing';
|
|
2325
2423
|
export * from './vbapayor-account-check-processing-vbaresponse';
|
|
2424
|
+
export * from './vbaprem-invoice-subscriber-detail';
|
|
2425
|
+
export * from './vbaprem-invoice-subscriber-detail-adjustment';
|
|
2426
|
+
export * from './vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse';
|
|
2427
|
+
export * from './vbaprem-invoice-subscriber-detail-list-vbaresponse';
|
|
2326
2428
|
export * from './vbaprem-invoice-subscriber-history';
|
|
2327
2429
|
export * from './vbaprem-invoice-subscriber-history-list-vbaresponse';
|
|
2328
2430
|
export * from './vbaproblem-details';
|
|
@@ -2340,10 +2442,13 @@ export * from './vbareport-list-vbaresponse';
|
|
|
2340
2442
|
export * from './vbassologin-config';
|
|
2341
2443
|
export * from './volume';
|
|
2342
2444
|
export * from './workflow';
|
|
2445
|
+
export * from './workflow-auth';
|
|
2446
|
+
export * from './workflow-check';
|
|
2343
2447
|
export * from './workflow-claim';
|
|
2344
2448
|
export * from './workflow-detail';
|
|
2345
2449
|
export * from './workflow-detail-list-vbaresponse';
|
|
2346
2450
|
export * from './workflow-detail-vbaresponse';
|
|
2451
|
+
export * from './workflow-enrollment';
|
|
2347
2452
|
export * from './workflow-list-vbaresponse';
|
|
2348
2453
|
export * from './workflow-processing';
|
|
2349
2454
|
export * from './workflow-task';
|