@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230225.1 → 1.20230403.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 +19 -0
- package/api/adv-group-api.ts +17 -17
- package/api/chat-gptapi.ts +154 -0
- package/api/groups-api.ts +17 -17
- package/api/prem-rate-types-api.ts +668 -0
- package/api/premium-invoice-payments-api.ts +124 -0
- package/api/premium-invoices-api.ts +336 -5
- package/api/premium-rate-distribution-types-api.ts +155 -0
- package/api/state-interest-api.ts +668 -0
- package/api/subscriber-plan-policies-api.ts +43 -91
- package/api/user-api.ts +394 -0
- package/api.ts +4 -0
- package/models/chat-message.ts +30 -0
- package/models/claim-batch-detail.ts +7 -1
- package/models/claim-batch.ts +1082 -86
- package/models/claim-detail.ts +7 -1
- package/models/claim-pre-batch-detail.ts +1 -1
- package/models/claim-pre-batch.ts +1138 -82
- package/models/claim.ts +1116 -120
- package/models/company-data.ts +15 -3
- package/models/cost-contain-zelis-ex-code.ts +6 -0
- package/models/enrollment-disenroll-group.ts +84 -0
- package/models/enrollment-disenroll.ts +28 -34
- package/models/index.ts +15 -0
- package/models/member-language.ts +2 -2
- package/models/member-medicare-resp.ts +50 -26
- package/models/members.ts +1 -1
- package/models/network-procedure-cluster.ts +15 -9
- package/models/plan-benefits.ts +1 -1
- package/models/prem-invoice-group-summary-vbaresponse.ts +45 -0
- package/models/prem-invoice-group-summary.ts +114 -0
- package/models/prem-invoice-payment-ext-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-payment-ext.ts +102 -0
- package/models/prem-invoice-slim-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-slim.ts +42 -0
- package/models/prem-rate-type-list-vbaresponse.ts +45 -0
- package/models/prem-rate-type-vbaresponse.ts +45 -0
- package/models/prem-rate-type.ts +72 -0
- package/models/prem-rate.ts +6 -0
- package/models/state-interest-list-vbaresponse.ts +45 -0
- package/models/state-interest-vbaresponse.ts +45 -0
- package/models/state-interest.ts +84 -0
- package/models/user-reset-password-request.ts +42 -0
- package/package.json +1 -1
package/models/company-data.ts
CHANGED
|
@@ -188,6 +188,12 @@ export interface CompanyData {
|
|
|
188
188
|
* @memberof CompanyData
|
|
189
189
|
*/
|
|
190
190
|
'auth_Penalty_Ex_Code'?: string | null;
|
|
191
|
+
/**
|
|
192
|
+
* 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.
|
|
193
|
+
* @type {boolean}
|
|
194
|
+
* @memberof CompanyData
|
|
195
|
+
*/
|
|
196
|
+
'auto_Adj_Return_To_Batch': boolean;
|
|
191
197
|
/**
|
|
192
198
|
* Auto pays Capitated claims and Creates a Check Batch
|
|
193
199
|
* @type {boolean}
|
|
@@ -723,7 +729,7 @@ export interface CompanyData {
|
|
|
723
729
|
*/
|
|
724
730
|
'class_Length'?: number | null;
|
|
725
731
|
/**
|
|
726
|
-
* 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.
|
|
732
|
+
* A flag indicating that any Auth Penalty Ex Code will be removed from a claim line if it has an auth associated. 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.
|
|
727
733
|
* @type {boolean}
|
|
728
734
|
* @memberof CompanyData
|
|
729
735
|
*/
|
|
@@ -915,7 +921,7 @@ export interface CompanyData {
|
|
|
915
921
|
*/
|
|
916
922
|
'context4_WebURI_Delete'?: string | null;
|
|
917
923
|
/**
|
|
918
|
-
*
|
|
924
|
+
* The Ex Code to apply when adjudicating a claim that has a copay greater than zero.
|
|
919
925
|
* @type {string}
|
|
920
926
|
* @memberof CompanyData
|
|
921
927
|
*/
|
|
@@ -968,6 +974,12 @@ export interface CompanyData {
|
|
|
968
974
|
* @memberof CompanyData
|
|
969
975
|
*/
|
|
970
976
|
'date_Format'?: string | null;
|
|
977
|
+
/**
|
|
978
|
+
*
|
|
979
|
+
* @type {string}
|
|
980
|
+
* @memberof CompanyData
|
|
981
|
+
*/
|
|
982
|
+
'deductible_Ex_Code'?: string | null;
|
|
971
983
|
/**
|
|
972
984
|
* This Informational Ex Code will be applied to a claim when the Subscriber level deductible has been met for the family. An Info code must be applied as a claim detail line may have a partial denial. A deny code will deny the entire line.
|
|
973
985
|
* @type {string}
|
|
@@ -2445,7 +2457,7 @@ export interface CompanyData {
|
|
|
2445
2457
|
*/
|
|
2446
2458
|
'zelis_Poll': boolean;
|
|
2447
2459
|
/**
|
|
2448
|
-
* 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.
|
|
2460
|
+
* Indicates if Zelis Polling is \"In Testing\". When \"In Testing\", polling activity will fire for the first call to Zelis only, so that Zelis has the claim, then not make any additional polling entries until the client indicates the test is complete. Disabling this will then proceed to make new polling entries on claims in QUEUED and INPROCESS as normal. 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.
|
|
2449
2461
|
* @type {boolean}
|
|
2450
2462
|
* @memberof CompanyData
|
|
2451
2463
|
*/
|
|
@@ -44,6 +44,12 @@ export interface CostContainZelisExCode {
|
|
|
44
44
|
* @memberof CostContainZelisExCode
|
|
45
45
|
*/
|
|
46
46
|
'in_Network': boolean;
|
|
47
|
+
/**
|
|
48
|
+
* 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.
|
|
49
|
+
* @type {boolean}
|
|
50
|
+
* @memberof CostContainZelisExCode
|
|
51
|
+
*/
|
|
52
|
+
'oon': boolean;
|
|
47
53
|
/**
|
|
48
54
|
* Date the record was last updated in the system
|
|
49
55
|
* @type {string}
|
|
@@ -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 EnrollmentDisenrollGroup
|
|
21
|
+
*/
|
|
22
|
+
export interface EnrollmentDisenrollGroup {
|
|
23
|
+
/**
|
|
24
|
+
* The user for which this request is executed on behalf of.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof EnrollmentDisenrollGroup
|
|
27
|
+
*/
|
|
28
|
+
'user_ID': string;
|
|
29
|
+
/**
|
|
30
|
+
* The Group ID you would like to perform the disenroll. You can use the List Groups API (https://vbapi.vbasoftware.com/vbasoftware/groups) to get the values you need.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EnrollmentDisenrollGroup
|
|
33
|
+
*/
|
|
34
|
+
'group_ID': string;
|
|
35
|
+
/**
|
|
36
|
+
* The Division ID to be disenrolled if you intend to disenroll only a specific Division. Leave this blank if you intend to disenroll all Divisions in a group. You can use the List GroupDivisions API (https://vbapi.vbasoftware.com/vbasoftware/groups/{groupID}/divisions) to get the values you need.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof EnrollmentDisenrollGroup
|
|
39
|
+
*/
|
|
40
|
+
'division_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* The Disenroll Date for this disenroll process.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof EnrollmentDisenrollGroup
|
|
45
|
+
*/
|
|
46
|
+
'disenroll_Date': string;
|
|
47
|
+
/**
|
|
48
|
+
* Term Date is an informational field used in some reports. It doesn\'t impact the process but is often populated with the same value as the Disenroll Date.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof EnrollmentDisenrollGroup
|
|
51
|
+
*/
|
|
52
|
+
'term_Date'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
* Reason ID is the reson for this disenroll. You can get a list of valid Reason IDs from the List Reasons API (https://vbapi.vbasoftware.com/vbasoftware/reasons).
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof EnrollmentDisenrollGroup
|
|
57
|
+
*/
|
|
58
|
+
'reason_ID': number;
|
|
59
|
+
/**
|
|
60
|
+
* The DisenrollFamily indicator lets the Disenroll process know exactly how to perform the Disenroll. You can get a list of valid DisenrollFamily values from the List Disenrollment Family Options API (https://vbapi.vbasoftware.com/vbasoftware/disenroll-family-options).
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof EnrollmentDisenrollGroup
|
|
63
|
+
*/
|
|
64
|
+
'disenrollFamily': number;
|
|
65
|
+
/**
|
|
66
|
+
* The TerminateAuth flag lets us know if Auths approved or requested beyond the Disenroll Date should be cancelled.
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof EnrollmentDisenrollGroup
|
|
69
|
+
*/
|
|
70
|
+
'terminateAuth': boolean;
|
|
71
|
+
/**
|
|
72
|
+
* The DisenrollFuture indicator will tell us how to handle any future enrollments beyond the Disenroll Date related to this disenroll. The valid values are: 2 - Disenroll Future Enrollments 3 - Do Not Disenroll any Future Enrollments
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof EnrollmentDisenrollGroup
|
|
75
|
+
*/
|
|
76
|
+
'disenrollFuture': number;
|
|
77
|
+
/**
|
|
78
|
+
* The flag is required and is set based on the disenroll you are performing. Set this value to true if you intend to Disenroll the Group. If you send in Divisioni_ID to disenroll a specific Division, this flag will then disenroll the group and the division sent but not other divisions.
|
|
79
|
+
* @type {boolean}
|
|
80
|
+
* @memberof EnrollmentDisenrollGroup
|
|
81
|
+
*/
|
|
82
|
+
'groupDisenroll': boolean;
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -28,103 +28,97 @@ export interface EnrollmentDisenroll {
|
|
|
28
28
|
*/
|
|
29
29
|
'user_ID': string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* The Subscirber ID of the Member being disenrolled. You can get the Subscriber ID via the SearchConfig process using ENROLLMENT searchConfigId (https://vbapi-docs.vbasoftware.com/developer-portal/search/).
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof EnrollmentDisenroll
|
|
34
34
|
*/
|
|
35
|
-
'subscriber_ID'
|
|
35
|
+
'subscriber_ID': string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* The Member Sequence of the Member being disenrolled. If this is a Subscriber Disenroll, the Member Sequence provided is the Insured Member Sequence. You can get the Member Seq via the SearchConfig process using ENROLLMENT searchConfigId (https://vbapi-docs.vbasoftware.com/developer-portal/search/).
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof EnrollmentDisenroll
|
|
40
40
|
*/
|
|
41
|
-
'member_Seq'
|
|
41
|
+
'member_Seq': string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* The Group ID of the current Subenrollment record (the members current or most recent enrollment). You can use the List SubEnrollment API (https://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/enrollments) to get the values you need.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof EnrollmentDisenroll
|
|
46
46
|
*/
|
|
47
|
-
'group_ID'
|
|
47
|
+
'group_ID': string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* The Division ID of the current Subenrollment record (the members current or most recent enrollment). You can use the List SubEnrollment API (https://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/enrollments) to get the values you need.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof EnrollmentDisenroll
|
|
52
52
|
*/
|
|
53
|
-
'division_ID'
|
|
53
|
+
'division_ID': string;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* The Group Coverage Start of the current Subenrollment record (the members current or most recent enrollment). You can use the List SubEnrollment API (https://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/enrollments) to get the values you need. This is only required on Subscriber/Member Disenrolls, for Group/Division Disenroll, this can be blank.
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof EnrollmentDisenroll
|
|
58
58
|
*/
|
|
59
|
-
'group_Coverage_Start'
|
|
59
|
+
'group_Coverage_Start': string;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* The Start Date of the current Subenrollment record (the members current or most recent enrollment). You can use the List SubEnrollment API (https://vbapi.vbasoftware.com/vbasoftware/subscribers/{subscriberID}/enrollments) to get the values you need. This is only required on Subscriber/Member Disenrolls, for Group/Division Disenroll, this can be blank.
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof EnrollmentDisenroll
|
|
64
64
|
*/
|
|
65
|
-
'start_Date'
|
|
65
|
+
'start_Date': string;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* The Disenroll Date for this disenroll process.
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof EnrollmentDisenroll
|
|
70
70
|
*/
|
|
71
|
-
'disenroll_Date'
|
|
71
|
+
'disenroll_Date': string;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* Term Date is an informational field used in some reports. It doesn\'t impact the process but is often populated with the same value as the Disenroll Date.
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof EnrollmentDisenroll
|
|
76
76
|
*/
|
|
77
77
|
'term_Date'?: string | null;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* The Subscriber value is a flag indicating if the member being disenrolled is the Insured. Send 1 if this is the Subscriber, send 0 if this is a Spouse/Dependent/Other. This is only required on Subscriber/Member Disenrolls, for Group/Division Disenroll, this can be blank.
|
|
80
80
|
* @type {boolean}
|
|
81
81
|
* @memberof EnrollmentDisenroll
|
|
82
82
|
*/
|
|
83
|
-
'subscriber'
|
|
83
|
+
'subscriber': boolean;
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* Reason ID is the reson for this disenroll. You can get a list of valid Reason IDs from the List Reasons API (https://vbapi.vbasoftware.com/vbasoftware/reasons).
|
|
86
86
|
* @type {number}
|
|
87
87
|
* @memberof EnrollmentDisenroll
|
|
88
88
|
*/
|
|
89
|
-
'reason_ID'
|
|
89
|
+
'reason_ID': number;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* When not using the PremRates list of PremRate_Key values, this indicates the COBRA Premium for some reports.
|
|
92
92
|
* @type {number}
|
|
93
93
|
* @memberof EnrollmentDisenroll
|
|
94
94
|
*/
|
|
95
95
|
'premium'?: number | null;
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* The DisenrollFamily indicator lets the Disenroll process know exactly how to perform the Disenroll. You can get a list of valid DisenrollFamily values from the List Disenrollment Family Options API (https://vbapi.vbasoftware.com/vbasoftware/disenroll-family-options).
|
|
98
98
|
* @type {number}
|
|
99
99
|
* @memberof EnrollmentDisenroll
|
|
100
100
|
*/
|
|
101
|
-
'disenrollFamily'
|
|
101
|
+
'disenrollFamily': number;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* The TerminateAuth flag lets us know if Auths approved or requested beyond the Disenroll Date should be cancelled.
|
|
104
104
|
* @type {boolean}
|
|
105
105
|
* @memberof EnrollmentDisenroll
|
|
106
106
|
*/
|
|
107
|
-
'terminateAuth'
|
|
107
|
+
'terminateAuth': boolean;
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* The DisenrollFuture indicator will tell us how to handle any future enrollments beyond the Disenroll Date related to this disenroll. The valid values are: 2 - Disenroll Future Enrollments 3 - Do Not Disenroll any Future Enrollments
|
|
110
110
|
* @type {number}
|
|
111
111
|
* @memberof EnrollmentDisenroll
|
|
112
112
|
*/
|
|
113
|
-
'disenrollFuture'
|
|
113
|
+
'disenrollFuture': number;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {boolean}
|
|
117
|
-
* @memberof EnrollmentDisenroll
|
|
118
|
-
*/
|
|
119
|
-
'groupDisenroll'?: boolean;
|
|
120
|
-
/**
|
|
121
|
-
*
|
|
115
|
+
* The list of COBRA Rates associated with this Disenroll process.
|
|
122
116
|
* @type {Array<number>}
|
|
123
117
|
* @memberof EnrollmentDisenroll
|
|
124
118
|
*/
|
|
125
119
|
'premRates'?: Array<number> | null;
|
|
126
120
|
/**
|
|
127
|
-
*
|
|
121
|
+
* If you intend to auto-adjust existing premiums based on this disenroll you would populate your adjustments here.
|
|
128
122
|
* @type {Array<PremInvoiceAdjustment>}
|
|
129
123
|
* @memberof EnrollmentDisenroll
|
|
130
124
|
*/
|
package/models/index.ts
CHANGED
|
@@ -343,6 +343,7 @@ export * from './case-status-reason-list-vbaresponse';
|
|
|
343
343
|
export * from './case-status-reason-vbaresponse';
|
|
344
344
|
export * from './case-status-vbaresponse';
|
|
345
345
|
export * from './change-subscriber-idrequest';
|
|
346
|
+
export * from './chat-message';
|
|
346
347
|
export * from './check-batch';
|
|
347
348
|
export * from './check-batch-list-vbaresponse';
|
|
348
349
|
export * from './check-batch-vbaresponse';
|
|
@@ -863,6 +864,7 @@ export * from './eligibility-status';
|
|
|
863
864
|
export * from './eligibility-status-list-vbaresponse';
|
|
864
865
|
export * from './eligibility-status-vbaresponse';
|
|
865
866
|
export * from './enrollment-disenroll';
|
|
867
|
+
export * from './enrollment-disenroll-group';
|
|
866
868
|
export * from './enrollment-pcpauto-assign';
|
|
867
869
|
export * from './enrollment-policy-forfeiture';
|
|
868
870
|
export * from './enrollment-reenroll';
|
|
@@ -1585,8 +1587,12 @@ export * from './prem-invoice-adj-received-vbaresponse';
|
|
|
1585
1587
|
export * from './prem-invoice-adjustment';
|
|
1586
1588
|
export * from './prem-invoice-adjustment-list-vbaresponse';
|
|
1587
1589
|
export * from './prem-invoice-adjustment-vbaresponse';
|
|
1590
|
+
export * from './prem-invoice-group-summary';
|
|
1591
|
+
export * from './prem-invoice-group-summary-vbaresponse';
|
|
1588
1592
|
export * from './prem-invoice-list-vbaresponse';
|
|
1589
1593
|
export * from './prem-invoice-payment';
|
|
1594
|
+
export * from './prem-invoice-payment-ext';
|
|
1595
|
+
export * from './prem-invoice-payment-ext-list-vbaresponse';
|
|
1590
1596
|
export * from './prem-invoice-payment-list-vbaresponse';
|
|
1591
1597
|
export * from './prem-invoice-payment-vbaresponse';
|
|
1592
1598
|
export * from './prem-invoice-received';
|
|
@@ -1598,6 +1604,8 @@ export * from './prem-invoice-self-admin-received';
|
|
|
1598
1604
|
export * from './prem-invoice-self-admin-received-list-vbaresponse';
|
|
1599
1605
|
export * from './prem-invoice-self-admin-received-vbaresponse';
|
|
1600
1606
|
export * from './prem-invoice-self-admin-vbaresponse';
|
|
1607
|
+
export * from './prem-invoice-slim';
|
|
1608
|
+
export * from './prem-invoice-slim-list-vbaresponse';
|
|
1601
1609
|
export * from './prem-invoice-subscriber';
|
|
1602
1610
|
export * from './prem-invoice-subscriber-detail';
|
|
1603
1611
|
export * from './prem-invoice-subscriber-detail-list-vbaresponse';
|
|
@@ -1668,6 +1676,9 @@ export * from './prem-rate-payee-list-vbaresponse';
|
|
|
1668
1676
|
export * from './prem-rate-payee-vbaresponse';
|
|
1669
1677
|
export * from './prem-rate-plan-config';
|
|
1670
1678
|
export * from './prem-rate-rate';
|
|
1679
|
+
export * from './prem-rate-type';
|
|
1680
|
+
export * from './prem-rate-type-list-vbaresponse';
|
|
1681
|
+
export * from './prem-rate-type-vbaresponse';
|
|
1671
1682
|
export * from './prem-rate-vbaresponse';
|
|
1672
1683
|
export * from './prem-rate-zip';
|
|
1673
1684
|
export * from './prem-rate-zip-list-vbaresponse';
|
|
@@ -2020,6 +2031,9 @@ export * from './specialty-criteria';
|
|
|
2020
2031
|
export * from './specialty-list-vbaresponse';
|
|
2021
2032
|
export * from './specialty-vbaresponse';
|
|
2022
2033
|
export * from './state';
|
|
2034
|
+
export * from './state-interest';
|
|
2035
|
+
export * from './state-interest-list-vbaresponse';
|
|
2036
|
+
export * from './state-interest-vbaresponse';
|
|
2023
2037
|
export * from './state-list-vbaresponse';
|
|
2024
2038
|
export * from './state-procedure-code-tax';
|
|
2025
2039
|
export * from './state-procedure-code-tax-list-vbaresponse';
|
|
@@ -2172,6 +2186,7 @@ export * from './user-log-type-vbaresponse';
|
|
|
2172
2186
|
export * from './user-note-access';
|
|
2173
2187
|
export * from './user-note-access-list-vbaresponse';
|
|
2174
2188
|
export * from './user-note-access-vbaresponse';
|
|
2189
|
+
export * from './user-reset-password-request';
|
|
2175
2190
|
export * from './users';
|
|
2176
2191
|
export * from './users-list-vbaresponse';
|
|
2177
2192
|
export * from './users-vbaresponse';
|
|
@@ -63,7 +63,7 @@ export interface MemberLanguage {
|
|
|
63
63
|
*/
|
|
64
64
|
'secondary_Language': boolean;
|
|
65
65
|
/**
|
|
66
|
-
* 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.
|
|
66
|
+
* A flag indicating a Member can speak the language. 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.
|
|
67
67
|
* @type {boolean}
|
|
68
68
|
* @memberof MemberLanguage
|
|
69
69
|
*/
|
|
@@ -81,7 +81,7 @@ export interface MemberLanguage {
|
|
|
81
81
|
*/
|
|
82
82
|
'update_User'?: string | null;
|
|
83
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.
|
|
84
|
+
* A flag indicating a Member can write the language. 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
85
|
* @type {boolean}
|
|
86
86
|
* @memberof MemberLanguage
|
|
87
87
|
*/
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface MemberMedicareResp {
|
|
23
23
|
/**
|
|
24
|
-
* Unique identifier for each Medicare Reponsibility record on this Member.
|
|
24
|
+
* Unique identifier for each Medicare Reponsibility record on this Member. 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
25
|
* @type {number}
|
|
26
26
|
* @memberof MemberMedicareResp
|
|
27
27
|
*/
|
|
28
|
-
'memberMedicareResp_Key'
|
|
28
|
+
'memberMedicareResp_Key'?: number;
|
|
29
29
|
/**
|
|
30
30
|
* Indicates the coordination of benefits contractor\'s document control number.
|
|
31
31
|
* @type {string}
|
|
@@ -103,25 +103,37 @@ export interface MemberMedicareResp {
|
|
|
103
103
|
* @type {string}
|
|
104
104
|
* @memberof MemberMedicareResp
|
|
105
105
|
*/
|
|
106
|
-
'disposition_Code_Date'
|
|
106
|
+
'disposition_Code_Date': string;
|
|
107
107
|
/**
|
|
108
108
|
* End date of the coordination period for the Member\'s End State Renal Disease.
|
|
109
109
|
* @type {string}
|
|
110
110
|
* @memberof MemberMedicareResp
|
|
111
111
|
*/
|
|
112
|
-
'ersD_Coord_Period_End_Date'
|
|
112
|
+
'ersD_Coord_Period_End_Date': string;
|
|
113
113
|
/**
|
|
114
114
|
* Start date of the coordination period for the Member\'s End Stage Renal Disease.
|
|
115
115
|
* @type {string}
|
|
116
116
|
* @memberof MemberMedicareResp
|
|
117
117
|
*/
|
|
118
|
-
'ersD_Coord_Period_Start_Date'
|
|
118
|
+
'ersD_Coord_Period_Start_Date': string;
|
|
119
119
|
/**
|
|
120
120
|
* Date when the Member started self-training.
|
|
121
121
|
* @type {string}
|
|
122
122
|
* @memberof MemberMedicareResp
|
|
123
123
|
*/
|
|
124
|
-
'esrD_Self_Training_Date'
|
|
124
|
+
'esrD_Self_Training_Date': string;
|
|
125
|
+
/**
|
|
126
|
+
* Date when the record was first added to the system.
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof MemberMedicareResp
|
|
129
|
+
*/
|
|
130
|
+
'entry_Date'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* User that first added the record to the system.
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof MemberMedicareResp
|
|
135
|
+
*/
|
|
136
|
+
'entry_User'?: string | null;
|
|
125
137
|
/**
|
|
126
138
|
* Error Code 1.
|
|
127
139
|
* @type {string}
|
|
@@ -151,7 +163,7 @@ export interface MemberMedicareResp {
|
|
|
151
163
|
* @type {string}
|
|
152
164
|
* @memberof MemberMedicareResp
|
|
153
165
|
*/
|
|
154
|
-
'first_Dialysis_Date'
|
|
166
|
+
'first_Dialysis_Date': string;
|
|
155
167
|
/**
|
|
156
168
|
* Indicates the Medicare health insurance claim number.
|
|
157
169
|
* @type {string}
|
|
@@ -169,13 +181,13 @@ export interface MemberMedicareResp {
|
|
|
169
181
|
* @type {string}
|
|
170
182
|
* @memberof MemberMedicareResp
|
|
171
183
|
*/
|
|
172
|
-
'msP_Birth_Date'
|
|
184
|
+
'msP_Birth_Date': string;
|
|
173
185
|
/**
|
|
174
186
|
* Date when the Medicare Secondary Payor becomes/became effective.
|
|
175
187
|
* @type {string}
|
|
176
188
|
* @memberof MemberMedicareResp
|
|
177
189
|
*/
|
|
178
|
-
'msP_Eff_Date'
|
|
190
|
+
'msP_Eff_Date': string;
|
|
179
191
|
/**
|
|
180
192
|
* Gender of the Medicare Secondary Payor.
|
|
181
193
|
* @type {string}
|
|
@@ -193,43 +205,43 @@ export interface MemberMedicareResp {
|
|
|
193
205
|
* @type {string}
|
|
194
206
|
* @memberof MemberMedicareResp
|
|
195
207
|
*/
|
|
196
|
-
'msP_Term_Date'
|
|
208
|
+
'msP_Term_Date': string;
|
|
197
209
|
/**
|
|
198
210
|
* Date when this Medicare part becomes/became effective.
|
|
199
211
|
* @type {string}
|
|
200
212
|
* @memberof MemberMedicareResp
|
|
201
213
|
*/
|
|
202
|
-
'medicare_Part_A_Eff_Date'
|
|
214
|
+
'medicare_Part_A_Eff_Date': string;
|
|
203
215
|
/**
|
|
204
216
|
* Date when this Medicare part expires/expired.
|
|
205
217
|
* @type {string}
|
|
206
218
|
* @memberof MemberMedicareResp
|
|
207
219
|
*/
|
|
208
|
-
'medicare_Part_A_Term_Date'
|
|
220
|
+
'medicare_Part_A_Term_Date': string;
|
|
209
221
|
/**
|
|
210
222
|
* Date when this Medicare part was last updated.
|
|
211
223
|
* @type {string}
|
|
212
224
|
* @memberof MemberMedicareResp
|
|
213
225
|
*/
|
|
214
|
-
'medicare_Part_A_Update_Date'
|
|
226
|
+
'medicare_Part_A_Update_Date': string;
|
|
215
227
|
/**
|
|
216
228
|
* Date when this Medicare part becomes/became effective.
|
|
217
229
|
* @type {string}
|
|
218
230
|
* @memberof MemberMedicareResp
|
|
219
231
|
*/
|
|
220
|
-
'medicare_Part_B_Eff_Date'
|
|
232
|
+
'medicare_Part_B_Eff_Date': string;
|
|
221
233
|
/**
|
|
222
234
|
* Date when this Medicare part expires/expired.
|
|
223
235
|
* @type {string}
|
|
224
236
|
* @memberof MemberMedicareResp
|
|
225
237
|
*/
|
|
226
|
-
'medicare_Part_B_Term_Date'
|
|
238
|
+
'medicare_Part_B_Term_Date': string;
|
|
227
239
|
/**
|
|
228
240
|
* Date when this Medicare part was last updated.
|
|
229
241
|
* @type {string}
|
|
230
242
|
* @memberof MemberMedicareResp
|
|
231
243
|
*/
|
|
232
|
-
'medicare_Part_B_Update_Date'
|
|
244
|
+
'medicare_Part_B_Update_Date': string;
|
|
233
245
|
/**
|
|
234
246
|
* Indicates the control number for the associated Medicare part.
|
|
235
247
|
* @type {string}
|
|
@@ -241,19 +253,19 @@ export interface MemberMedicareResp {
|
|
|
241
253
|
* @type {string}
|
|
242
254
|
* @memberof MemberMedicareResp
|
|
243
255
|
*/
|
|
244
|
-
'medicare_Part_C_Eff_Date'
|
|
256
|
+
'medicare_Part_C_Eff_Date': string;
|
|
245
257
|
/**
|
|
246
258
|
* Date when this Medicare part expires/expired.
|
|
247
259
|
* @type {string}
|
|
248
260
|
* @memberof MemberMedicareResp
|
|
249
261
|
*/
|
|
250
|
-
'medicare_Part_C_Term_Date'
|
|
262
|
+
'medicare_Part_C_Term_Date': string;
|
|
251
263
|
/**
|
|
252
264
|
* Date when this Medicare part was last updated.
|
|
253
265
|
* @type {string}
|
|
254
266
|
* @memberof MemberMedicareResp
|
|
255
267
|
*/
|
|
256
|
-
'medicare_Part_C_Update_Date'
|
|
268
|
+
'medicare_Part_C_Update_Date': string;
|
|
257
269
|
/**
|
|
258
270
|
* Indicates the control number for the associated Medicare part.
|
|
259
271
|
* @type {string}
|
|
@@ -265,25 +277,25 @@ export interface MemberMedicareResp {
|
|
|
265
277
|
* @type {string}
|
|
266
278
|
* @memberof MemberMedicareResp
|
|
267
279
|
*/
|
|
268
|
-
'medicare_Part_D_Eff_Date'
|
|
280
|
+
'medicare_Part_D_Eff_Date': string;
|
|
269
281
|
/**
|
|
270
282
|
* Date when this Medicare part expires/expired.
|
|
271
283
|
* @type {string}
|
|
272
284
|
* @memberof MemberMedicareResp
|
|
273
285
|
*/
|
|
274
|
-
'medicare_Part_D_Term_Date'
|
|
286
|
+
'medicare_Part_D_Term_Date': string;
|
|
275
287
|
/**
|
|
276
288
|
* Date when this Medicare part was last updated.
|
|
277
289
|
* @type {string}
|
|
278
290
|
* @memberof MemberMedicareResp
|
|
279
291
|
*/
|
|
280
|
-
'medicare_Part_D_Update_Date'
|
|
292
|
+
'medicare_Part_D_Update_Date': string;
|
|
281
293
|
/**
|
|
282
294
|
* References Members.Member_Seq value on the parent record.
|
|
283
295
|
* @type {string}
|
|
284
296
|
* @memberof MemberMedicareResp
|
|
285
297
|
*/
|
|
286
|
-
'member_Seq'
|
|
298
|
+
'member_Seq'?: string | null;
|
|
287
299
|
/**
|
|
288
300
|
* Indicates the responsiible reporting entity\'s assigned document control number.
|
|
289
301
|
* @type {string}
|
|
@@ -301,18 +313,30 @@ export interface MemberMedicareResp {
|
|
|
301
313
|
* @type {string}
|
|
302
314
|
* @memberof MemberMedicareResp
|
|
303
315
|
*/
|
|
304
|
-
'subscriber_ID'
|
|
316
|
+
'subscriber_ID'?: string | null;
|
|
305
317
|
/**
|
|
306
318
|
* Date of the Member\'s most recent transplant.
|
|
307
319
|
* @type {string}
|
|
308
320
|
* @memberof MemberMedicareResp
|
|
309
321
|
*/
|
|
310
|
-
'transplant_Date_Most_Recent'
|
|
322
|
+
'transplant_Date_Most_Recent': string;
|
|
311
323
|
/**
|
|
312
324
|
* Date of the Member\'s most recent transplant failure.
|
|
313
325
|
* @type {string}
|
|
314
326
|
* @memberof MemberMedicareResp
|
|
315
327
|
*/
|
|
316
|
-
'transplant_Failure_Date_Most_Recent'
|
|
328
|
+
'transplant_Failure_Date_Most_Recent': string;
|
|
329
|
+
/**
|
|
330
|
+
* Date when the record was last updated in the system.
|
|
331
|
+
* @type {string}
|
|
332
|
+
* @memberof MemberMedicareResp
|
|
333
|
+
*/
|
|
334
|
+
'update_Date'?: string;
|
|
335
|
+
/**
|
|
336
|
+
* User that last updated the record in the system.
|
|
337
|
+
* @type {string}
|
|
338
|
+
* @memberof MemberMedicareResp
|
|
339
|
+
*/
|
|
340
|
+
'update_User'?: string | null;
|
|
317
341
|
}
|
|
318
342
|
|
package/models/members.ts
CHANGED
|
@@ -27,7 +27,7 @@ export interface Members {
|
|
|
27
27
|
*/
|
|
28
28
|
'subscriber_ID': string;
|
|
29
29
|
/**
|
|
30
|
-
* Sequential identifier assigned to each Member of this family. In combination with Subscriber_ID, creates a unique identifier.
|
|
30
|
+
* Sequential identifier assigned to each Member of this family. In combination with Subscriber_ID, creates a unique identifier. During creation, if you pass a value for this field, the system will attemot to use the value. If you do not include a value (eg, leave null), the system will generate a value for you. The generated value will be the total_count_of_members for the subscriber_id + 1.
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof Members
|
|
33
33
|
*/
|