@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 { SecurityFieldUser } from './security-field-user';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SecurityFieldUserVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SecurityFieldUserVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SecurityFieldUser}
|
|
29
|
+
* @memberof SecurityFieldUserVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: SecurityFieldUser;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SecurityFieldUserVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SecurityFieldUserVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
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 SecurityFieldUser
|
|
21
|
+
*/
|
|
22
|
+
export interface SecurityFieldUser {
|
|
23
|
+
/**
|
|
24
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof SecurityFieldUser
|
|
27
|
+
*/
|
|
28
|
+
'securityFieldUser_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
* Date record was first added to the system
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SecurityFieldUser
|
|
33
|
+
*/
|
|
34
|
+
'entry_Date'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* User that first added the record to the system
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SecurityFieldUser
|
|
39
|
+
*/
|
|
40
|
+
'entry_User'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SecurityFieldUser
|
|
45
|
+
*/
|
|
46
|
+
'field_Access'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SecurityFieldUser
|
|
51
|
+
*/
|
|
52
|
+
'field_Mask'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SecurityFieldUser
|
|
57
|
+
*/
|
|
58
|
+
'securityFieldSet_ID'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SecurityFieldUser
|
|
63
|
+
*/
|
|
64
|
+
'securityField_ID'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* Date the record was last updated in the system
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SecurityFieldUser
|
|
69
|
+
*/
|
|
70
|
+
'update_Date'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* User that last updated the record in the system
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof SecurityFieldUser
|
|
75
|
+
*/
|
|
76
|
+
'update_User'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SecurityFieldUser
|
|
81
|
+
*/
|
|
82
|
+
'user_ID': string;
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -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 { SecurityField } from './security-field';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SecurityFieldVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SecurityFieldVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SecurityField}
|
|
29
|
+
* @memberof SecurityFieldVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: SecurityField;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SecurityFieldVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SecurityFieldVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -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 SecurityField
|
|
21
|
+
*/
|
|
22
|
+
export interface SecurityField {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SecurityField
|
|
27
|
+
*/
|
|
28
|
+
'securityField_ID': string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SecurityField
|
|
33
|
+
*/
|
|
34
|
+
'column_Name'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SecurityField
|
|
39
|
+
*/
|
|
40
|
+
'display'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Date record was first added to the system
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SecurityField
|
|
45
|
+
*/
|
|
46
|
+
'entry_Date'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* User that first added the record to the system
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SecurityField
|
|
51
|
+
*/
|
|
52
|
+
'entry_User'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SecurityField
|
|
57
|
+
*/
|
|
58
|
+
'table_Name'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* Date the record was last updated in the system
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SecurityField
|
|
63
|
+
*/
|
|
64
|
+
'update_Date'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* User that last updated the record in the system
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SecurityField
|
|
69
|
+
*/
|
|
70
|
+
'update_User'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -39,13 +39,13 @@ export interface SubEnrollmentPlan {
|
|
|
39
39
|
*/
|
|
40
40
|
'division_ID': string;
|
|
41
41
|
/**
|
|
42
|
-
* References the Subenrollment.Group_Coverage_Start value in the parent table.
|
|
42
|
+
* References the Subenrollment.Group_Coverage_Start value in the parent table.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof SubEnrollmentPlan
|
|
45
45
|
*/
|
|
46
46
|
'group_Coverage_Start': string;
|
|
47
47
|
/**
|
|
48
|
-
* References the Subenrollment.Start_Date value in the parent table.
|
|
48
|
+
* References the Subenrollment.Start_Date value in the parent table.
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof SubEnrollmentPlan
|
|
51
51
|
*/
|
|
@@ -57,7 +57,7 @@ export interface SubEnrollmentPlan {
|
|
|
57
57
|
*/
|
|
58
58
|
'plan_ID': string;
|
|
59
59
|
/**
|
|
60
|
-
* Start date of Plan coverage.
|
|
60
|
+
* Start date of Plan coverage.
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof SubEnrollmentPlan
|
|
63
63
|
*/
|
|
@@ -39,13 +39,13 @@ export interface SubEnrollmentRider {
|
|
|
39
39
|
*/
|
|
40
40
|
'division_ID': string;
|
|
41
41
|
/**
|
|
42
|
-
* References the SubenrollmentPlan.Group_Coverage_Start value in the parent table.
|
|
42
|
+
* References the SubenrollmentPlan.Group_Coverage_Start value in the parent table.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof SubEnrollmentRider
|
|
45
45
|
*/
|
|
46
46
|
'group_Coverage_Start': string;
|
|
47
47
|
/**
|
|
48
|
-
* References the SubenrollmentPlan.Start_Date value in the parent table.
|
|
48
|
+
* References the SubenrollmentPlan.Start_Date value in the parent table.
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof SubEnrollmentRider
|
|
51
51
|
*/
|
|
@@ -57,7 +57,7 @@ export interface SubEnrollmentRider {
|
|
|
57
57
|
*/
|
|
58
58
|
'plan_ID': string;
|
|
59
59
|
/**
|
|
60
|
-
* References the SubenrollmentPlan.Plan_Start value in the parent table.
|
|
60
|
+
* References the SubenrollmentPlan.Plan_Start value in the parent table.
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof SubEnrollmentRider
|
|
63
63
|
*/
|
|
@@ -69,7 +69,7 @@ export interface SubEnrollmentRider {
|
|
|
69
69
|
*/
|
|
70
70
|
'benefit_Code': string;
|
|
71
71
|
/**
|
|
72
|
-
* Start date of Rider coverage.
|
|
72
|
+
* Start date of Rider coverage.
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof SubEnrollmentRider
|
|
75
75
|
*/
|
package/models/sub-enrollment.ts
CHANGED
|
@@ -39,13 +39,13 @@ export interface SubEnrollment {
|
|
|
39
39
|
*/
|
|
40
40
|
'division_ID': string;
|
|
41
41
|
/**
|
|
42
|
-
* References the GroupContract.Coverage_Start value in the parent table.
|
|
42
|
+
* References the GroupContract.Coverage_Start value in the parent table.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof SubEnrollment
|
|
45
45
|
*/
|
|
46
46
|
'group_Coverage_Start': string;
|
|
47
47
|
/**
|
|
48
|
-
* Start date of Subenrollment coverage.
|
|
48
|
+
* Start date of Subenrollment coverage.
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof SubEnrollment
|
|
51
51
|
*/
|
|
@@ -39,7 +39,7 @@ export interface SubPaymentMethod {
|
|
|
39
39
|
*/
|
|
40
40
|
'benefit_Code'?: string | null;
|
|
41
41
|
/**
|
|
42
|
-
* The effective date of the payment method
|
|
42
|
+
* The effective date of the payment method
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof SubPaymentMethod
|
|
45
45
|
*/
|
|
@@ -0,0 +1,42 @@
|
|
|
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 SubmitMFACodeRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface SubmitMFACodeRequest {
|
|
23
|
+
/**
|
|
24
|
+
* The username of the user sending the multi-factor authentication code.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubmitMFACodeRequest
|
|
27
|
+
*/
|
|
28
|
+
'username': string;
|
|
29
|
+
/**
|
|
30
|
+
* The multi-factor authentication code provided by the user.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SubmitMFACodeRequest
|
|
33
|
+
*/
|
|
34
|
+
'mfaCode': string;
|
|
35
|
+
/**
|
|
36
|
+
* The session that should be passed both ways in challenge-response calls to the service.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SubmitMFACodeRequest
|
|
39
|
+
*/
|
|
40
|
+
'session': string;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -51,7 +51,7 @@ export interface SubscriberForfeitureStatus {
|
|
|
51
51
|
*/
|
|
52
52
|
'forfeiture_Status': string;
|
|
53
53
|
/**
|
|
54
|
-
* Date when the forfeiture becomes/became effective.
|
|
54
|
+
* Date when the forfeiture becomes/became effective.
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof SubscriberForfeitureStatus
|
|
57
57
|
*/
|
|
@@ -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 { SubscriberSponsor } from './subscriber-sponsor';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SubscriberSponsorListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SubscriberSponsorListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SubscriberSponsor>}
|
|
29
|
+
* @memberof SubscriberSponsorListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<SubscriberSponsor> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SubscriberSponsorListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SubscriberSponsorListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -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 { SubscriberSponsor } from './subscriber-sponsor';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SubscriberSponsorVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SubscriberSponsorVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SubscriberSponsor}
|
|
29
|
+
* @memberof SubscriberSponsorVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: SubscriberSponsor;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SubscriberSponsorVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SubscriberSponsorVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
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 SubscriberSponsor
|
|
21
|
+
*/
|
|
22
|
+
export interface SubscriberSponsor {
|
|
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 SubscriberSponsor
|
|
27
|
+
*/
|
|
28
|
+
'subscriberSponsor_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SubscriberSponsor
|
|
33
|
+
*/
|
|
34
|
+
'effective_Date'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Date when the record was first added to the system.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SubscriberSponsor
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SubscriberSponsor
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SubscriberSponsor
|
|
51
|
+
*/
|
|
52
|
+
'sponsor_ID': string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SubscriberSponsor
|
|
57
|
+
*/
|
|
58
|
+
'sponsor_Relate_Code'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SubscriberSponsor
|
|
63
|
+
*/
|
|
64
|
+
'subscriber_ID': string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SubscriberSponsor
|
|
69
|
+
*/
|
|
70
|
+
'term_Date'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* Date when the record was last updated in the system.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof SubscriberSponsor
|
|
75
|
+
*/
|
|
76
|
+
'update_Date'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* User that last updated the record in the system.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SubscriberSponsor
|
|
81
|
+
*/
|
|
82
|
+
'update_User'?: string | null;
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -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 { SubscriberWritingAgent } from './subscriber-writing-agent';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SubscriberWritingAgentListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SubscriberWritingAgentListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<SubscriberWritingAgent>}
|
|
29
|
+
* @memberof SubscriberWritingAgentListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<SubscriberWritingAgent> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SubscriberWritingAgentListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SubscriberWritingAgentListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -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 { SubscriberWritingAgent } from './subscriber-writing-agent';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SubscriberWritingAgentVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface SubscriberWritingAgentVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SubscriberWritingAgent}
|
|
29
|
+
* @memberof SubscriberWritingAgentVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: SubscriberWritingAgent;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof SubscriberWritingAgentVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof SubscriberWritingAgentVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|