@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.
Files changed (63) hide show
  1. package/.openapi-generator/FILES +42 -2
  2. package/api/adv-claim-api.ts +246 -52
  3. package/api/group-state-surcharge-api.ts +733 -0
  4. package/api/hipaaremittance-codes-api.ts +685 -0
  5. package/api/member-alternate-payee-api.ts +781 -0
  6. package/api/member-alternate-payee-plan-api.ts +829 -0
  7. package/api/report-definitions-api.ts +108 -0
  8. package/api/state-surcharge-api.ts +685 -0
  9. package/api/subscribers-api.ts +98 -0
  10. package/api/vbareporting-api.ts +265 -0
  11. package/api/vbareports-api.ts +162 -55
  12. package/api.ts +6 -1
  13. package/models/all-enrollments-subscriber-result-list-vbaresponse.ts +51 -0
  14. package/models/all-enrollments-subscriber-result.ts +108 -0
  15. package/models/checks-detail.ts +6 -0
  16. package/models/claim-audit.ts +12 -0
  17. package/models/claim-batch-benefit.ts +36 -0
  18. package/models/claim-batch-payee.ts +108 -0
  19. package/models/claim-benefit.ts +36 -0
  20. package/models/claim-network.ts +36 -0
  21. package/models/claim-payee.ts +108 -0
  22. package/models/claim-plan.ts +36 -0
  23. package/models/claim-relationship.ts +36 -0
  24. package/models/claim-send-check-to.ts +36 -0
  25. package/models/company-data.ts +24 -0
  26. package/models/email-report-dto.ts +0 -6
  27. package/models/explanation-codes.ts +6 -0
  28. package/models/generate-prem-invoice.ts +12 -0
  29. package/models/group-contract-plan.ts +6 -0
  30. package/models/group-state-surcharge-list-vbaresponse.ts +51 -0
  31. package/models/group-state-surcharge-vbaresponse.ts +51 -0
  32. package/models/group-state-surcharge.ts +78 -0
  33. package/models/hipaaremittance-code-list-vbaresponse.ts +51 -0
  34. package/models/hipaaremittance-code-vbaresponse.ts +51 -0
  35. package/models/hipaaremittance-code.ts +60 -0
  36. package/models/index.ts +36 -1
  37. package/models/member-alternate-payee-list-vbaresponse.ts +51 -0
  38. package/models/member-alternate-payee-plan-list-vbaresponse.ts +51 -0
  39. package/models/member-alternate-payee-plan-vbaresponse.ts +51 -0
  40. package/models/member-alternate-payee-plan.ts +72 -0
  41. package/models/member-alternate-payee-vbaresponse.ts +51 -0
  42. package/models/member-alternate-payee.ts +150 -0
  43. package/models/plan-benefits.ts +6 -0
  44. package/models/reins-contract-conditional-specific-detail.ts +36 -0
  45. package/models/report-tracking-metadata.ts +42 -0
  46. package/models/smsdto.ts +0 -6
  47. package/models/state-surcharge-list-vbaresponse.ts +51 -0
  48. package/models/state-surcharge-vbaresponse.ts +51 -0
  49. package/models/state-surcharge.ts +96 -0
  50. package/models/vbaclaim-number-parm.ts +30 -0
  51. package/models/vbafull-claim-batch-vbaresponse.ts +51 -0
  52. package/models/vbafull-claim-batch.ts +426 -0
  53. package/models/vbafull-claim-vbaresponse.ts +51 -0
  54. package/models/vbafull-claim.ts +441 -0
  55. package/models/vbareport.ts +14 -2
  56. package/models/vbareporting-embed-token-vbaresponse.ts +51 -0
  57. package/models/vbareporting-embed-token.ts +30 -0
  58. package/models/vbareporting-report-list-vbaresponse.ts +51 -0
  59. package/models/vbareporting-report-vbaresponse.ts +51 -0
  60. package/models/vbareporting-report.ts +54 -0
  61. package/package.json +1 -1
  62. package/api/bold-reports-api.ts +0 -167
  63. package/models/trackable-report.ts +0 -78
@@ -0,0 +1,426 @@
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 { ClaimBatch } from './claim-batch';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { ClaimBatchBenefit } from './claim-batch-benefit';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { ClaimBatchDetail } from './claim-batch-detail';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { ClaimBatchPayee } from './claim-batch-payee';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { ClaimNetwork } from './claim-network';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { ClaimPlan } from './claim-plan';
34
+ // May contain unused imports in some cases
35
+ // @ts-ignore
36
+ import type { ClaimRelationship } from './claim-relationship';
37
+ // May contain unused imports in some cases
38
+ // @ts-ignore
39
+ import type { ClaimSendCheckTo } from './claim-send-check-to';
40
+
41
+ /**
42
+ *
43
+ * @export
44
+ * @interface VBAFullClaimBatch
45
+ */
46
+ export interface VBAFullClaimBatch {
47
+ /**
48
+ *
49
+ * @type {ClaimBatch}
50
+ * @memberof VBAFullClaimBatch
51
+ */
52
+ 'claimBatch'?: ClaimBatch;
53
+ /**
54
+ *
55
+ * @type {Array<ClaimBatchDetail>}
56
+ * @memberof VBAFullClaimBatch
57
+ */
58
+ 'claimBatchDetails'?: Array<ClaimBatchDetail> | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof VBAFullClaimBatch
63
+ */
64
+ 'claim_Status_Description'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof VBAFullClaimBatch
69
+ */
70
+ 'claim_Type'?: string | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof VBAFullClaimBatch
75
+ */
76
+ 'override_User_Name'?: string | null;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof VBAFullClaimBatch
81
+ */
82
+ 'member_First_Name'?: string | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof VBAFullClaimBatch
87
+ */
88
+ 'member_Last_Name'?: string | null;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof VBAFullClaimBatch
93
+ */
94
+ 'member_Birth_Date'?: string | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof VBAFullClaimBatch
99
+ */
100
+ 'member_Relationship'?: string | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof VBAFullClaimBatch
105
+ */
106
+ 'member_Sex'?: string | null;
107
+ /**
108
+ *
109
+ * @type {string}
110
+ * @memberof VBAFullClaimBatch
111
+ */
112
+ 'member_Alternate_ID'?: string | null;
113
+ /**
114
+ *
115
+ * @type {string}
116
+ * @memberof VBAFullClaimBatch
117
+ */
118
+ 'member_Unique_ID'?: string | null;
119
+ /**
120
+ *
121
+ * @type {string}
122
+ * @memberof VBAFullClaimBatch
123
+ */
124
+ 'group_Name'?: string | null;
125
+ /**
126
+ *
127
+ * @type {string}
128
+ * @memberof VBAFullClaimBatch
129
+ */
130
+ 'division_Name'?: string | null;
131
+ /**
132
+ *
133
+ * @type {string}
134
+ * @memberof VBAFullClaimBatch
135
+ */
136
+ 'provider_First_Name'?: string | null;
137
+ /**
138
+ *
139
+ * @type {string}
140
+ * @memberof VBAFullClaimBatch
141
+ */
142
+ 'provider_Last_Name'?: string | null;
143
+ /**
144
+ *
145
+ * @type {string}
146
+ * @memberof VBAFullClaimBatch
147
+ */
148
+ 'provider_Org_Name'?: string | null;
149
+ /**
150
+ *
151
+ * @type {string}
152
+ * @memberof VBAFullClaimBatch
153
+ */
154
+ 'provider_City'?: string | null;
155
+ /**
156
+ *
157
+ * @type {string}
158
+ * @memberof VBAFullClaimBatch
159
+ */
160
+ 'provider_State'?: string | null;
161
+ /**
162
+ *
163
+ * @type {string}
164
+ * @memberof VBAFullClaimBatch
165
+ */
166
+ 'provider_Zip_Code'?: string | null;
167
+ /**
168
+ *
169
+ * @type {string}
170
+ * @memberof VBAFullClaimBatch
171
+ */
172
+ 'provider_NPI'?: string | null;
173
+ /**
174
+ *
175
+ * @type {string}
176
+ * @memberof VBAFullClaimBatch
177
+ */
178
+ 'provider_Federal_ID'?: string | null;
179
+ /**
180
+ *
181
+ * @type {string}
182
+ * @memberof VBAFullClaimBatch
183
+ */
184
+ 'beneficiary_First_Name'?: string | null;
185
+ /**
186
+ *
187
+ * @type {string}
188
+ * @memberof VBAFullClaimBatch
189
+ */
190
+ 'beneficiary_Last_Name'?: string | null;
191
+ /**
192
+ *
193
+ * @type {string}
194
+ * @memberof VBAFullClaimBatch
195
+ */
196
+ 'beneficiary_Long_Name'?: string | null;
197
+ /**
198
+ *
199
+ * @type {string}
200
+ * @memberof VBAFullClaimBatch
201
+ */
202
+ 'beneficiary_Address'?: string | null;
203
+ /**
204
+ *
205
+ * @type {string}
206
+ * @memberof VBAFullClaimBatch
207
+ */
208
+ 'beneficiary_Address2'?: string | null;
209
+ /**
210
+ *
211
+ * @type {string}
212
+ * @memberof VBAFullClaimBatch
213
+ */
214
+ 'beneficiary_City'?: string | null;
215
+ /**
216
+ *
217
+ * @type {string}
218
+ * @memberof VBAFullClaimBatch
219
+ */
220
+ 'beneficiary_State'?: string | null;
221
+ /**
222
+ *
223
+ * @type {string}
224
+ * @memberof VBAFullClaimBatch
225
+ */
226
+ 'beneficiary_Zip_Code'?: string | null;
227
+ /**
228
+ *
229
+ * @type {string}
230
+ * @memberof VBAFullClaimBatch
231
+ */
232
+ 'flex_Claim_Number'?: string | null;
233
+ /**
234
+ *
235
+ * @type {string}
236
+ * @memberof VBAFullClaimBatch
237
+ */
238
+ 'flex_Subscriber_ID'?: string | null;
239
+ /**
240
+ *
241
+ * @type {string}
242
+ * @memberof VBAFullClaimBatch
243
+ */
244
+ 'flex_Group_ID'?: string | null;
245
+ /**
246
+ *
247
+ * @type {string}
248
+ * @memberof VBAFullClaimBatch
249
+ */
250
+ 'flex_Plan_ID'?: string | null;
251
+ /**
252
+ *
253
+ * @type {string}
254
+ * @memberof VBAFullClaimBatch
255
+ */
256
+ 'flex_Calendar_Year'?: string | null;
257
+ /**
258
+ *
259
+ * @type {string}
260
+ * @memberof VBAFullClaimBatch
261
+ */
262
+ 'flex_Member_First_Name'?: string | null;
263
+ /**
264
+ *
265
+ * @type {string}
266
+ * @memberof VBAFullClaimBatch
267
+ */
268
+ 'flex_Member_Last_Name'?: string | null;
269
+ /**
270
+ *
271
+ * @type {string}
272
+ * @memberof VBAFullClaimBatch
273
+ */
274
+ 'flex_Provider_ID'?: string | null;
275
+ /**
276
+ *
277
+ * @type {string}
278
+ * @memberof VBAFullClaimBatch
279
+ */
280
+ 'flex_Provider_Federal_ID'?: string | null;
281
+ /**
282
+ *
283
+ * @type {string}
284
+ * @memberof VBAFullClaimBatch
285
+ */
286
+ 'flex_Provider_Name'?: string | null;
287
+ /**
288
+ *
289
+ * @type {string}
290
+ * @memberof VBAFullClaimBatch
291
+ */
292
+ 'flex_Submit_Period_Type'?: string | null;
293
+ /**
294
+ *
295
+ * @type {string}
296
+ * @memberof VBAFullClaimBatch
297
+ */
298
+ 'flex_Grace_Period_Type'?: string | null;
299
+ /**
300
+ *
301
+ * @type {string}
302
+ * @memberof VBAFullClaimBatch
303
+ */
304
+ 'flex_Subscriber_First_Name'?: string | null;
305
+ /**
306
+ *
307
+ * @type {string}
308
+ * @memberof VBAFullClaimBatch
309
+ */
310
+ 'flex_Subscriber_Last_Name'?: string | null;
311
+ /**
312
+ *
313
+ * @type {string}
314
+ * @memberof VBAFullClaimBatch
315
+ */
316
+ 'flex_Group_Name'?: string | null;
317
+ /**
318
+ *
319
+ * @type {string}
320
+ * @memberof VBAFullClaimBatch
321
+ */
322
+ 'flex_Plans_Description'?: string | null;
323
+ /**
324
+ *
325
+ * @type {number}
326
+ * @memberof VBAFullClaimBatch
327
+ */
328
+ 'claimflex_Key'?: number | null;
329
+ /**
330
+ *
331
+ * @type {number}
332
+ * @memberof VBAFullClaimBatch
333
+ */
334
+ 'flex_Submit_Period'?: number | null;
335
+ /**
336
+ *
337
+ * @type {number}
338
+ * @memberof VBAFullClaimBatch
339
+ */
340
+ 'flex_Grace_Period'?: number | null;
341
+ /**
342
+ *
343
+ * @type {string}
344
+ * @memberof VBAFullClaimBatch
345
+ */
346
+ 'flex_Received_Date'?: string | null;
347
+ /**
348
+ *
349
+ * @type {string}
350
+ * @memberof VBAFullClaimBatch
351
+ */
352
+ 'flex_Member_Birth_Date'?: string | null;
353
+ /**
354
+ *
355
+ * @type {string}
356
+ * @memberof VBAFullClaimBatch
357
+ */
358
+ 'flex_Service_Date'?: string | null;
359
+ /**
360
+ *
361
+ * @type {string}
362
+ * @memberof VBAFullClaimBatch
363
+ */
364
+ 'flex_Service_Thru'?: string | null;
365
+ /**
366
+ *
367
+ * @type {number}
368
+ * @memberof VBAFullClaimBatch
369
+ */
370
+ 'flex_Amount'?: number | null;
371
+ /**
372
+ *
373
+ * @type {number}
374
+ * @memberof VBAFullClaimBatch
375
+ */
376
+ 'flex_Election'?: number | null;
377
+ /**
378
+ *
379
+ * @type {number}
380
+ * @memberof VBAFullClaimBatch
381
+ */
382
+ 'flex_Gross_Salary'?: number | null;
383
+ /**
384
+ *
385
+ * @type {number}
386
+ * @memberof VBAFullClaimBatch
387
+ */
388
+ 'flex_Net_Salary'?: number | null;
389
+ /**
390
+ *
391
+ * @type {Array<ClaimBatchPayee>}
392
+ * @memberof VBAFullClaimBatch
393
+ */
394
+ 'claimPayees'?: Array<ClaimBatchPayee> | null;
395
+ /**
396
+ *
397
+ * @type {Array<ClaimRelationship>}
398
+ * @memberof VBAFullClaimBatch
399
+ */
400
+ 'claimRelationships'?: Array<ClaimRelationship> | null;
401
+ /**
402
+ *
403
+ * @type {Array<ClaimNetwork>}
404
+ * @memberof VBAFullClaimBatch
405
+ */
406
+ 'claimNetworks'?: Array<ClaimNetwork> | null;
407
+ /**
408
+ *
409
+ * @type {Array<ClaimPlan>}
410
+ * @memberof VBAFullClaimBatch
411
+ */
412
+ 'claimPlans'?: Array<ClaimPlan> | null;
413
+ /**
414
+ *
415
+ * @type {Array<ClaimSendCheckTo>}
416
+ * @memberof VBAFullClaimBatch
417
+ */
418
+ 'claimSendCheckTos'?: Array<ClaimSendCheckTo> | null;
419
+ /**
420
+ *
421
+ * @type {Array<ClaimBatchBenefit>}
422
+ * @memberof VBAFullClaimBatch
423
+ */
424
+ 'claimBenefits'?: Array<ClaimBatchBenefit> | null;
425
+ }
426
+
@@ -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 { VBAFullClaim } from './vbafull-claim';
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 VBAFullClaimVBAResponse
30
+ */
31
+ export interface VBAFullClaimVBAResponse {
32
+ /**
33
+ *
34
+ * @type {VBAFullClaim}
35
+ * @memberof VBAFullClaimVBAResponse
36
+ */
37
+ 'data'?: VBAFullClaim;
38
+ /**
39
+ *
40
+ * @type {VBAProblemDetails}
41
+ * @memberof VBAFullClaimVBAResponse
42
+ */
43
+ 'error'?: VBAProblemDetails;
44
+ /**
45
+ *
46
+ * @type {Debug}
47
+ * @memberof VBAFullClaimVBAResponse
48
+ */
49
+ 'debug'?: Debug;
50
+ }
51
+