@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250404.1 → 1.20250425.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +42 -2
- package/api/adv-claim-api.ts +246 -52
- package/api/group-state-surcharge-api.ts +733 -0
- package/api/hipaaremittance-codes-api.ts +685 -0
- package/api/member-alternate-payee-api.ts +781 -0
- package/api/member-alternate-payee-plan-api.ts +829 -0
- package/api/report-definitions-api.ts +108 -0
- package/api/state-surcharge-api.ts +685 -0
- package/api/subscribers-api.ts +98 -0
- package/api/vbareporting-api.ts +265 -0
- package/api/vbareports-api.ts +162 -55
- package/api.ts +6 -1
- package/models/all-enrollments-subscriber-result-list-vbaresponse.ts +51 -0
- package/models/all-enrollments-subscriber-result.ts +108 -0
- package/models/checks-detail.ts +6 -0
- package/models/claim-audit.ts +12 -0
- package/models/claim-batch-benefit.ts +36 -0
- package/models/claim-batch-payee.ts +108 -0
- package/models/claim-benefit.ts +36 -0
- package/models/claim-network.ts +36 -0
- package/models/claim-payee.ts +108 -0
- package/models/claim-plan.ts +36 -0
- package/models/claim-relationship.ts +36 -0
- package/models/claim-send-check-to.ts +36 -0
- package/models/company-data.ts +24 -0
- package/models/email-report-dto.ts +0 -6
- package/models/explanation-codes.ts +6 -0
- package/models/generate-prem-invoice.ts +12 -0
- package/models/group-contract-plan.ts +6 -0
- package/models/group-state-surcharge-list-vbaresponse.ts +51 -0
- package/models/group-state-surcharge-vbaresponse.ts +51 -0
- package/models/group-state-surcharge.ts +78 -0
- package/models/hipaaremittance-code-list-vbaresponse.ts +51 -0
- package/models/hipaaremittance-code-vbaresponse.ts +51 -0
- package/models/hipaaremittance-code.ts +60 -0
- package/models/index.ts +36 -1
- package/models/member-alternate-payee-list-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan-list-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan-vbaresponse.ts +51 -0
- package/models/member-alternate-payee-plan.ts +72 -0
- package/models/member-alternate-payee-vbaresponse.ts +51 -0
- package/models/member-alternate-payee.ts +150 -0
- package/models/plan-benefits.ts +6 -0
- package/models/reins-contract-conditional-specific-detail.ts +36 -0
- package/models/report-tracking-metadata.ts +42 -0
- package/models/smsdto.ts +0 -6
- package/models/state-surcharge-list-vbaresponse.ts +51 -0
- package/models/state-surcharge-vbaresponse.ts +51 -0
- package/models/state-surcharge.ts +96 -0
- package/models/vbaclaim-number-parm.ts +30 -0
- package/models/vbafull-claim-batch-vbaresponse.ts +51 -0
- package/models/vbafull-claim-batch.ts +426 -0
- package/models/vbafull-claim-vbaresponse.ts +51 -0
- package/models/vbafull-claim.ts +441 -0
- package/models/vbareport.ts +14 -2
- package/models/vbareporting-embed-token-vbaresponse.ts +51 -0
- package/models/vbareporting-embed-token.ts +30 -0
- package/models/vbareporting-report-list-vbaresponse.ts +51 -0
- package/models/vbareporting-report-vbaresponse.ts +51 -0
- package/models/vbareporting-report.ts +54 -0
- package/package.json +1 -1
- package/api/bold-reports-api.ts +0 -167
- package/models/trackable-report.ts +0 -78
|
@@ -0,0 +1,150 @@
|
|
|
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 MemberAlternatePayee
|
|
21
|
+
*/
|
|
22
|
+
export interface MemberAlternatePayee {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof MemberAlternatePayee
|
|
27
|
+
*/
|
|
28
|
+
'subscriber_ID': string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof MemberAlternatePayee
|
|
33
|
+
*/
|
|
34
|
+
'member_Seq': string;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MemberAlternatePayee
|
|
39
|
+
*/
|
|
40
|
+
'alternate_Payee_ID': string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof MemberAlternatePayee
|
|
45
|
+
*/
|
|
46
|
+
'address'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof MemberAlternatePayee
|
|
51
|
+
*/
|
|
52
|
+
'address2'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof MemberAlternatePayee
|
|
57
|
+
*/
|
|
58
|
+
'check_Memo'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof MemberAlternatePayee
|
|
63
|
+
*/
|
|
64
|
+
'city'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof MemberAlternatePayee
|
|
69
|
+
*/
|
|
70
|
+
'country_ID'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof MemberAlternatePayee
|
|
75
|
+
*/
|
|
76
|
+
'effective_Date'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* Date record was first added to the system
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof MemberAlternatePayee
|
|
81
|
+
*/
|
|
82
|
+
'entry_Date'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* User that first added the record to the system
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof MemberAlternatePayee
|
|
87
|
+
*/
|
|
88
|
+
'entry_User'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof MemberAlternatePayee
|
|
93
|
+
*/
|
|
94
|
+
'first_Name'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof MemberAlternatePayee
|
|
99
|
+
*/
|
|
100
|
+
'last_Name'?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof MemberAlternatePayee
|
|
105
|
+
*/
|
|
106
|
+
'long_Name'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof MemberAlternatePayee
|
|
111
|
+
*/
|
|
112
|
+
'middle_Name'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof MemberAlternatePayee
|
|
117
|
+
*/
|
|
118
|
+
'relationship'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof MemberAlternatePayee
|
|
123
|
+
*/
|
|
124
|
+
'state'?: string | null;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof MemberAlternatePayee
|
|
129
|
+
*/
|
|
130
|
+
'term_Date'?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
* Date the record was last updated in the system
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof MemberAlternatePayee
|
|
135
|
+
*/
|
|
136
|
+
'update_Date'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* User that last updated the record in the system
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof MemberAlternatePayee
|
|
141
|
+
*/
|
|
142
|
+
'update_User'?: string | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof MemberAlternatePayee
|
|
147
|
+
*/
|
|
148
|
+
'zip_Code'?: string | null;
|
|
149
|
+
}
|
|
150
|
+
|
package/models/plan-benefits.ts
CHANGED
|
@@ -92,5 +92,41 @@ export interface ReinsContractConditionalSpecificDetail {
|
|
|
92
92
|
* @memberof ReinsContractConditionalSpecificDetail
|
|
93
93
|
*/
|
|
94
94
|
'use_Diagnostic_Group': boolean;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {boolean}
|
|
98
|
+
* @memberof ReinsContractConditionalSpecificDetail
|
|
99
|
+
*/
|
|
100
|
+
'use_Procedure_Cluster'?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ReinsContractConditionalSpecificDetail
|
|
105
|
+
*/
|
|
106
|
+
'from_Procedure'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ReinsContractConditionalSpecificDetail
|
|
111
|
+
*/
|
|
112
|
+
'thru_Procedure'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof ReinsContractConditionalSpecificDetail
|
|
117
|
+
*/
|
|
118
|
+
'procedure_Cluster'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof ReinsContractConditionalSpecificDetail
|
|
123
|
+
*/
|
|
124
|
+
'subscriber_ID'?: string | null;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof ReinsContractConditionalSpecificDetail
|
|
129
|
+
*/
|
|
130
|
+
'member_Seq'?: string | null;
|
|
95
131
|
}
|
|
96
132
|
|
|
@@ -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 ReportTrackingMetadata
|
|
21
|
+
*/
|
|
22
|
+
export interface ReportTrackingMetadata {
|
|
23
|
+
/**
|
|
24
|
+
* Subscriber ID if the report uses it
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ReportTrackingMetadata
|
|
27
|
+
*/
|
|
28
|
+
'subscriberID'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* MemberSeq if the report uses it
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ReportTrackingMetadata
|
|
33
|
+
*/
|
|
34
|
+
'memberSeq'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Report Parameters used in the report
|
|
37
|
+
* @type {{ [key: string]: string | null; }}
|
|
38
|
+
* @memberof ReportTrackingMetadata
|
|
39
|
+
*/
|
|
40
|
+
'reportParameters'?: { [key: string]: string | null; } | null;
|
|
41
|
+
}
|
|
42
|
+
|
package/models/smsdto.ts
CHANGED
|
@@ -47,12 +47,6 @@ export interface SMSDTO {
|
|
|
47
47
|
* @memberof SMSDTO
|
|
48
48
|
*/
|
|
49
49
|
'onFailure'?: CallbackDTO;
|
|
50
|
-
/**
|
|
51
|
-
* The 3 chatacter ID for the Client to bill for the message
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof SMSDTO
|
|
54
|
-
*/
|
|
55
|
-
'senderClientId'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
* The number to send the SMS
|
|
58
52
|
* @type {string}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { StateSurcharge } from './state-surcharge';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface StateSurchargeListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface StateSurchargeListVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<StateSurcharge>}
|
|
35
|
+
* @memberof StateSurchargeListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: Array<StateSurcharge> | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof StateSurchargeListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof StateSurchargeListVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { StateSurcharge } from './state-surcharge';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface StateSurchargeVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface StateSurchargeVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {StateSurcharge}
|
|
35
|
+
* @memberof StateSurchargeVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: StateSurcharge;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof StateSurchargeVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof StateSurchargeVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,96 @@
|
|
|
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 StateSurcharge
|
|
21
|
+
*/
|
|
22
|
+
export interface StateSurcharge {
|
|
23
|
+
/**
|
|
24
|
+
* Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof StateSurcharge
|
|
27
|
+
*/
|
|
28
|
+
'stateSurcharge_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof StateSurcharge
|
|
33
|
+
*/
|
|
34
|
+
'effective_Date'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Date record was first added to the system
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof StateSurcharge
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof StateSurcharge
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof StateSurcharge
|
|
51
|
+
*/
|
|
52
|
+
'procedure_Code'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof StateSurcharge
|
|
57
|
+
*/
|
|
58
|
+
'state': string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof StateSurcharge
|
|
63
|
+
*/
|
|
64
|
+
'surcharge'?: number | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof StateSurcharge
|
|
69
|
+
*/
|
|
70
|
+
'surcharge_Claim_Max'?: number | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof StateSurcharge
|
|
75
|
+
*/
|
|
76
|
+
'surcharge_Threshold'?: number | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof StateSurcharge
|
|
81
|
+
*/
|
|
82
|
+
'term_Date'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* Date the record was last updated in the system
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof StateSurcharge
|
|
87
|
+
*/
|
|
88
|
+
'update_Date'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* User that last updated the record in the system
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof StateSurcharge
|
|
93
|
+
*/
|
|
94
|
+
'update_User'?: string | null;
|
|
95
|
+
}
|
|
96
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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 VBAClaimNumberParm
|
|
21
|
+
*/
|
|
22
|
+
export interface VBAClaimNumberParm {
|
|
23
|
+
/**
|
|
24
|
+
* Claim Number used to perform specific processes across various controllers
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof VBAClaimNumberParm
|
|
27
|
+
*/
|
|
28
|
+
'claim_Number'?: number;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VBASoftware
|
|
5
|
+
* APIs for VBASoftware
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Debug } from './debug';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { VBAFullClaimBatch } from './vbafull-claim-batch';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { VBAProblemDetails } from './vbaproblem-details';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface VBAFullClaimBatchVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface VBAFullClaimBatchVBAResponse {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAFullClaimBatch}
|
|
35
|
+
* @memberof VBAFullClaimBatchVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'data'?: VBAFullClaimBatch;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {VBAProblemDetails}
|
|
41
|
+
* @memberof VBAFullClaimBatchVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'error'?: VBAProblemDetails;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {Debug}
|
|
47
|
+
* @memberof VBAFullClaimBatchVBAResponse
|
|
48
|
+
*/
|
|
49
|
+
'debug'?: Debug;
|
|
50
|
+
}
|
|
51
|
+
|