@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20221210.1 → 1.20230117.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/.openapi-generator/FILES +17 -0
  2. package/api/adv-enrollment-api.ts +207 -0
  3. package/api/benefits-api.ts +87 -0
  4. package/api/bill-type-places-api.ts +716 -0
  5. package/api/bill-types-api.ts +668 -0
  6. package/api/care-case-clinical-fact-category-types-api.ts +107 -59
  7. package/api/care-case-clinical-facts-api.ts +155 -107
  8. package/api/cobtypes-api.ts +155 -0
  9. package/api/context4-lists-api.ts +331 -0
  10. package/api/disability-options-api.ts +155 -0
  11. package/api/flex-types-api.ts +155 -0
  12. package/api/issue-duration-values-api.ts +677 -0
  13. package/api/life-options-api.ts +242 -0
  14. package/api/premium-rates-api.ts +125 -0
  15. package/api/provider-withholds-api.ts +31 -13
  16. package/api/report-definitions-api.ts +17 -8
  17. package/api/subscriber-enrollment-plans-api.ts +115 -0
  18. package/api/subscribers-api.ts +95 -0
  19. package/api.ts +8 -0
  20. package/models/bill-type-list-vbaresponse.ts +45 -0
  21. package/models/bill-type-place-list-vbaresponse.ts +45 -0
  22. package/models/bill-type-place-vbaresponse.ts +45 -0
  23. package/models/bill-type-place.ts +66 -0
  24. package/models/bill-type-vbaresponse.ts +45 -0
  25. package/models/bill-type.ts +66 -0
  26. package/models/care-case-clinical-fact-category-type.ts +7 -7
  27. package/models/care-case-clinical-fact.ts +9 -9
  28. package/models/index.ts +9 -0
  29. package/models/issue-duration-value-list-vbaresponse.ts +45 -0
  30. package/models/issue-duration-value-vbaresponse.ts +45 -0
  31. package/models/issue-duration-value.ts +66 -0
  32. package/models/member-prior-accum.ts +24 -0
  33. package/models/provider-withhold.ts +17 -17
  34. package/models/subscriber-prior-accum.ts +24 -0
  35. package/package.json +1 -1
@@ -21,43 +21,43 @@
21
21
  */
22
22
  export interface CareCaseClinicalFactCategoryType {
23
23
  /**
24
- *
24
+ * Identifier for the Clinical Fact Category Type
25
25
  * @type {string}
26
26
  * @memberof CareCaseClinicalFactCategoryType
27
27
  */
28
28
  'careCaseClinicalFactCategoryType1': string;
29
29
  /**
30
- *
30
+ * Identifier for the Clinical Fact Category
31
31
  * @type {string}
32
32
  * @memberof CareCaseClinicalFactCategoryType
33
33
  */
34
34
  'careCaseClinicalFactCategory'?: string | null;
35
35
  /**
36
- *
36
+ * Description of the Clinical Fact Category Type
37
37
  * @type {string}
38
38
  * @memberof CareCaseClinicalFactCategoryType
39
39
  */
40
40
  'description'?: string | null;
41
41
  /**
42
- *
42
+ * Date record was first added to the system
43
43
  * @type {string}
44
44
  * @memberof CareCaseClinicalFactCategoryType
45
45
  */
46
46
  'entry_Date'?: string;
47
47
  /**
48
- *
48
+ * User that first added the record to the system
49
49
  * @type {string}
50
50
  * @memberof CareCaseClinicalFactCategoryType
51
51
  */
52
52
  'entry_User'?: string | null;
53
53
  /**
54
- *
54
+ * Date the record was last updated in the system
55
55
  * @type {string}
56
56
  * @memberof CareCaseClinicalFactCategoryType
57
57
  */
58
58
  'update_Date'?: string;
59
59
  /**
60
- *
60
+ * User that last updated the record in the system
61
61
  * @type {string}
62
62
  * @memberof CareCaseClinicalFactCategoryType
63
63
  */
@@ -21,49 +21,49 @@
21
21
  */
22
22
  export interface CareCaseClinicalFact {
23
23
  /**
24
- *
24
+ * Identifier for the CareCaseClinicalFact
25
25
  * @type {number}
26
26
  * @memberof CareCaseClinicalFact
27
27
  */
28
28
  'careCaseClinicalFact_Key': number;
29
29
  /**
30
- *
30
+ * User Managed field that ties to the Clinical Fact in the system
31
31
  * @type {string}
32
32
  * @memberof CareCaseClinicalFact
33
33
  */
34
34
  'careCaseClinicalFactCategory'?: string | null;
35
35
  /**
36
- *
36
+ * User Managed field that ties to the Clinical Fact Type in the system
37
37
  * @type {string}
38
38
  * @memberof CareCaseClinicalFact
39
39
  */
40
40
  'careCaseClinicalFactCategoryType'?: string | null;
41
41
  /**
42
- *
42
+ * Identifier of the case.
43
43
  * @type {number}
44
44
  * @memberof CareCaseClinicalFact
45
45
  */
46
- 'case_Key': number;
46
+ 'case_Key'?: number | null;
47
47
  /**
48
- *
48
+ * Date record was first added to the system
49
49
  * @type {string}
50
50
  * @memberof CareCaseClinicalFact
51
51
  */
52
52
  'entry_Date'?: string;
53
53
  /**
54
- *
54
+ * User that first added the record to the system
55
55
  * @type {string}
56
56
  * @memberof CareCaseClinicalFact
57
57
  */
58
58
  'entry_User'?: string | null;
59
59
  /**
60
- *
60
+ * Date the record was last updated in the system
61
61
  * @type {string}
62
62
  * @memberof CareCaseClinicalFact
63
63
  */
64
64
  'update_Date'?: string;
65
65
  /**
66
- *
66
+ * User that last updated the record in the system
67
67
  * @type {string}
68
68
  * @memberof CareCaseClinicalFact
69
69
  */
package/models/index.ts CHANGED
@@ -76,6 +76,12 @@ export * from './benefit-provider-types-vbaresponse';
76
76
  export * from './benefit-specialty';
77
77
  export * from './benefit-specialty-list-vbaresponse';
78
78
  export * from './benefit-specialty-vbaresponse';
79
+ export * from './bill-type';
80
+ export * from './bill-type-list-vbaresponse';
81
+ export * from './bill-type-place';
82
+ export * from './bill-type-place-list-vbaresponse';
83
+ export * from './bill-type-place-vbaresponse';
84
+ export * from './bill-type-vbaresponse';
79
85
  export * from './billing-basis';
80
86
  export * from './billing-basis-list-vbaresponse';
81
87
  export * from './billing-basis-vbaresponse';
@@ -1220,6 +1226,9 @@ export * from './int32-vbaresponse';
1220
1226
  export * from './invoice-reason';
1221
1227
  export * from './invoice-reason-list-vbaresponse';
1222
1228
  export * from './invoice-reason-vbaresponse';
1229
+ export * from './issue-duration-value';
1230
+ export * from './issue-duration-value-list-vbaresponse';
1231
+ export * from './issue-duration-value-vbaresponse';
1223
1232
  export * from './job';
1224
1233
  export * from './job-execution';
1225
1234
  export * from './job-execution-list-vbaresponse';
@@ -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 { IssueDurationValue } from './issue-duration-value';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface IssueDurationValueListVBAResponse
24
+ */
25
+ export interface IssueDurationValueListVBAResponse {
26
+ /**
27
+ *
28
+ * @type {Array<IssueDurationValue>}
29
+ * @memberof IssueDurationValueListVBAResponse
30
+ */
31
+ 'data'?: Array<IssueDurationValue> | null;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof IssueDurationValueListVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof IssueDurationValueListVBAResponse
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 { IssueDurationValue } from './issue-duration-value';
18
+ import { VBAProblemDetails } from './vbaproblem-details';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface IssueDurationValueVBAResponse
24
+ */
25
+ export interface IssueDurationValueVBAResponse {
26
+ /**
27
+ *
28
+ * @type {IssueDurationValue}
29
+ * @memberof IssueDurationValueVBAResponse
30
+ */
31
+ 'data'?: IssueDurationValue;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof IssueDurationValueVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof IssueDurationValueVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+
@@ -0,0 +1,66 @@
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 IssueDurationValue
21
+ */
22
+ export interface IssueDurationValue {
23
+ /**
24
+ * Key value identifying the Issue Duration Value
25
+ * @type {number}
26
+ * @memberof IssueDurationValue
27
+ */
28
+ 'issueDurationValue_Key': number;
29
+ /**
30
+ * Description of Issue Duration - Cash Value or Reduced Paid Up
31
+ * @type {string}
32
+ * @memberof IssueDurationValue
33
+ */
34
+ 'description'?: string | null;
35
+ /**
36
+ * Date record was first added to the system
37
+ * @type {string}
38
+ * @memberof IssueDurationValue
39
+ */
40
+ 'entry_Date'?: string;
41
+ /**
42
+ * User that first added the record to the system
43
+ * @type {string}
44
+ * @memberof IssueDurationValue
45
+ */
46
+ 'entry_User'?: string | null;
47
+ /**
48
+ * Type of Issue Duration - CV or RPU
49
+ * @type {string}
50
+ * @memberof IssueDurationValue
51
+ */
52
+ 'type'?: string | null;
53
+ /**
54
+ * Date the record was last updated in the system
55
+ * @type {string}
56
+ * @memberof IssueDurationValue
57
+ */
58
+ 'update_Date'?: string;
59
+ /**
60
+ * User that last updated the record in the system
61
+ * @type {string}
62
+ * @memberof IssueDurationValue
63
+ */
64
+ 'update_User'?: string | null;
65
+ }
66
+
@@ -206,6 +206,18 @@ export interface MemberPriorAccum {
206
206
  * @memberof MemberPriorAccum
207
207
  */
208
208
  'deductible_Used_OON': number;
209
+ /**
210
+ * Date when the record was first added to the system.
211
+ * @type {string}
212
+ * @memberof MemberPriorAccum
213
+ */
214
+ 'entry_Date'?: string;
215
+ /**
216
+ * User that first added the record to the system.
217
+ * @type {string}
218
+ * @memberof MemberPriorAccum
219
+ */
220
+ 'entry_User'?: string | null;
209
221
  /**
210
222
  * Total amount that is not covered.
211
223
  * @type {number}
@@ -242,5 +254,17 @@ export interface MemberPriorAccum {
242
254
  * @memberof MemberPriorAccum
243
255
  */
244
256
  'out_Of_Pocket_OON': number;
257
+ /**
258
+ * Date when the record was last updated in the system.
259
+ * @type {string}
260
+ * @memberof MemberPriorAccum
261
+ */
262
+ 'update_Date'?: string;
263
+ /**
264
+ * User that last updated the record in the system.
265
+ * @type {string}
266
+ * @memberof MemberPriorAccum
267
+ */
268
+ 'update_User'?: string | null;
245
269
  }
246
270
 
@@ -21,103 +21,103 @@
21
21
  */
22
22
  export interface ProviderWithhold {
23
23
  /**
24
- *
24
+ * Unique identifier for each Withhold setting.
25
25
  * @type {number}
26
26
  * @memberof ProviderWithhold
27
27
  */
28
28
  'providerWithhold_Key': number;
29
29
  /**
30
- *
30
+ * This field indicates the funding account criteria by which the withhold is applied to a claim.
31
31
  * @type {number}
32
32
  * @memberof ProviderWithhold
33
33
  */
34
34
  'account_Key'?: number | null;
35
35
  /**
36
- *
36
+ * Benefit code required for adjudication matching.
37
37
  * @type {string}
38
38
  * @memberof ProviderWithhold
39
39
  */
40
40
  'benefit_Code'?: string | null;
41
41
  /**
42
- *
42
+ * Start of the range of acceptable service dates for the admin fee.
43
43
  * @type {string}
44
44
  * @memberof ProviderWithhold
45
45
  */
46
46
  'effective_Date': string;
47
47
  /**
48
- *
48
+ * Date when the record was first added to the system.
49
49
  * @type {string}
50
50
  * @memberof ProviderWithhold
51
51
  */
52
52
  'entry_Date'?: string;
53
53
  /**
54
- *
54
+ * User that first added the record to the system.
55
55
  * @type {string}
56
56
  * @memberof ProviderWithhold
57
57
  */
58
58
  'entry_User'?: string | null;
59
59
  /**
60
- *
60
+ * Ex code associated with the price line.
61
61
  * @type {string}
62
62
  * @memberof ProviderWithhold
63
63
  */
64
64
  'ex_Code'?: string | null;
65
65
  /**
66
- *
66
+ * Allows setting the Tax ID that this withhold will apply when applying a withhold across multiple Providers.
67
67
  * @type {string}
68
68
  * @memberof ProviderWithhold
69
69
  */
70
70
  'federal_ID'?: string | null;
71
71
  /**
72
- *
72
+ * Identifies the required Network for adjudication matching.
73
73
  * @type {string}
74
74
  * @memberof ProviderWithhold
75
75
  */
76
76
  'network_ID'?: string | null;
77
77
  /**
78
- *
78
+ * This field indicates the payor criteria by which the withhold is applied to a claim.
79
79
  * @type {string}
80
80
  * @memberof ProviderWithhold
81
81
  */
82
82
  'payor_ID'?: string | null;
83
83
  /**
84
- *
84
+ * The Provider ID this Withhold setting is being applied.
85
85
  * @type {string}
86
86
  * @memberof ProviderWithhold
87
87
  */
88
88
  'provider_ID'?: string | null;
89
89
  /**
90
- *
90
+ * End of the range of acceptable service dates for the admin fee.
91
91
  * @type {string}
92
92
  * @memberof ProviderWithhold
93
93
  */
94
94
  'term_Date'?: string | null;
95
95
  /**
96
- *
96
+ * Date when the record was last updated in the system.
97
97
  * @type {string}
98
98
  * @memberof ProviderWithhold
99
99
  */
100
100
  'update_Date'?: string;
101
101
  /**
102
- *
102
+ * User that last updated the record in the system.
103
103
  * @type {string}
104
104
  * @memberof ProviderWithhold
105
105
  */
106
106
  'update_User'?: string | null;
107
107
  /**
108
- *
108
+ * Shows the withheld percentage.
109
109
  * @type {number}
110
110
  * @memberof ProviderWithhold
111
111
  */
112
112
  'withhold'?: number | null;
113
113
  /**
114
- *
114
+ * Indicates the max Withhold that can be taken for this withhold configuration.
115
115
  * @type {number}
116
116
  * @memberof ProviderWithhold
117
117
  */
118
118
  'withhold_Max'?: number | null;
119
119
  /**
120
- *
120
+ * Indicates if the Withhold value on this table is a Percentage or a Flat amount.
121
121
  * @type {boolean}
122
122
  * @memberof ProviderWithhold
123
123
  */
@@ -200,6 +200,18 @@ export interface SubscriberPriorAccum {
200
200
  * @memberof SubscriberPriorAccum
201
201
  */
202
202
  'deductible_Used_OON': number;
203
+ /**
204
+ * Date when the record was first added to the system.
205
+ * @type {string}
206
+ * @memberof SubscriberPriorAccum
207
+ */
208
+ 'entry_Date'?: string;
209
+ /**
210
+ * User that first added the record to the system.
211
+ * @type {string}
212
+ * @memberof SubscriberPriorAccum
213
+ */
214
+ 'entry_User'?: string | null;
203
215
  /**
204
216
  * Total amount that is not covered.
205
217
  * @type {number}
@@ -236,5 +248,17 @@ export interface SubscriberPriorAccum {
236
248
  * @memberof SubscriberPriorAccum
237
249
  */
238
250
  'out_Of_Pocket_OON': number;
251
+ /**
252
+ * Date when the record was last updated in the system.
253
+ * @type {string}
254
+ * @memberof SubscriberPriorAccum
255
+ */
256
+ 'update_Date'?: string;
257
+ /**
258
+ * User that last updated the record in the system.
259
+ * @type {string}
260
+ * @memberof SubscriberPriorAccum
261
+ */
262
+ 'update_User'?: string | null;
239
263
  }
240
264
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vbasoftware/vbapi-vbasoftware-typescript-axios",
3
- "version": "1.20221210.1",
3
+ "version": "1.20230117.1",
4
4
  "description": "APIs for VBASoftware APIs",
5
5
  "main": "index.js",
6
6
  "scripts": {