@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230403.1 → 1.20230512.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 (61) hide show
  1. package/.openapi-generator/FILES +20 -1
  2. package/api/capitation-plan-rates-api.ts +22 -13
  3. package/api/claim-adjudication-api.ts +404 -0
  4. package/api/commission-adjustments-api.ts +59 -107
  5. package/api/commission-rate-subscribers-api.ts +126 -0
  6. package/api/context4-health-cost-containment-option-pricing-api.ts +17 -8
  7. package/api/context4-health-cost-containment-options-api.ts +17 -8
  8. package/api/groups-api.ts +97 -0
  9. package/api/invoice-status-api.ts +155 -0
  10. package/api/invoice-types-api.ts +155 -0
  11. package/api/members-api.ts +323 -0
  12. package/api/plan-benefit-clusters-api.ts +17 -8
  13. package/api/plan-relationship-age-restrictions-api.ts +63 -148
  14. package/api/premium-invoice-subscribers-api.ts +123 -0
  15. package/api/process-logging-api.ts +105 -0
  16. package/api/security-area-user-groups-api.ts +100 -0
  17. package/api/security-area-users-api.ts +98 -0
  18. package/api/subscriber-plan-policy-forfeitures-api.ts +581 -35
  19. package/api/ucnetwork-api.ts +710 -0
  20. package/api.ts +3 -1
  21. package/models/auth-adjustment.ts +2 -2
  22. package/models/billing-cycle.ts +25 -1
  23. package/models/call-tracking.ts +25 -1
  24. package/models/check-batch.ts +27 -3
  25. package/models/commission-adjustment.ts +21 -15
  26. package/models/commission-rate.ts +90 -36
  27. package/models/company-data.ts +12 -0
  28. package/models/enrollment-pcpauto-assign-member-list-vbaresponse.ts +45 -0
  29. package/models/enrollment-pcpauto-assign-member.ts +96 -0
  30. package/models/enrollment-pcpauto-assign-provider-list-vbaresponse.ts +45 -0
  31. package/models/enrollment-pcpauto-assign-provider.ts +90 -0
  32. package/models/enrollment-pcpauto-assign.ts +3 -3
  33. package/models/funding-request.ts +26 -2
  34. package/models/index.ts +17 -0
  35. package/models/payee.ts +29 -5
  36. package/models/plan-pre-ex.ts +54 -0
  37. package/models/plans.ts +6 -0
  38. package/models/prem-invoice.ts +27 -21
  39. package/models/prem-rate-type.ts +6 -0
  40. package/models/prem-rate.ts +6 -0
  41. package/models/state-interest.ts +72 -0
  42. package/models/state.ts +35 -5
  43. package/models/string-list-vbaresponse.ts +44 -0
  44. package/models/sub-enrollment-plan.ts +6 -0
  45. package/models/sub-payment-method.ts +16 -10
  46. package/models/subscriber-forfeiture-status.ts +25 -1
  47. package/models/subscribers.ts +6 -0
  48. package/models/ucnetwork-list-vbaresponse.ts +45 -0
  49. package/models/ucnetwork-vbaresponse.ts +45 -0
  50. package/models/ucnetwork.ts +90 -0
  51. package/models/vbacommission-rate-subscriber-list-vbaresponse.ts +45 -0
  52. package/models/vbacommission-rate-subscriber.ts +48 -0
  53. package/models/vbagroup-enrollment-summary-vbaresponse.ts +45 -0
  54. package/models/vbagroup-enrollment-summary.ts +48 -0
  55. package/models/vbamembers-disability-tax-summary-vbaresponse.ts +45 -0
  56. package/models/vbamembers-disability-tax-summary.ts +276 -0
  57. package/models/vbaprem-invoice-subscriber-history-list-vbaresponse.ts +45 -0
  58. package/models/vbaprem-invoice-subscriber-history.ts +108 -0
  59. package/models/vbaprocess-log-list-vbaresponse.ts +45 -0
  60. package/package.json +1 -1
  61. package/api/subscriber-plan-forfeitures-api.ts +0 -731
@@ -0,0 +1,108 @@
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 VBAPremInvoiceSubscriberHistory
21
+ */
22
+ export interface VBAPremInvoiceSubscriberHistory {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof VBAPremInvoiceSubscriberHistory
27
+ */
28
+ 'adjustment'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof VBAPremInvoiceSubscriberHistory
33
+ */
34
+ 'subscriberID'?: string | null;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof VBAPremInvoiceSubscriberHistory
39
+ */
40
+ 'invoiceKey'?: number | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof VBAPremInvoiceSubscriberHistory
45
+ */
46
+ 'premRateID'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof VBAPremInvoiceSubscriberHistory
51
+ */
52
+ 'categoryDescription'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof VBAPremInvoiceSubscriberHistory
57
+ */
58
+ 'basisDescription'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof VBAPremInvoiceSubscriberHistory
63
+ */
64
+ 'planName'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof VBAPremInvoiceSubscriberHistory
69
+ */
70
+ 'tier'?: string | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof VBAPremInvoiceSubscriberHistory
75
+ */
76
+ 'rateType'?: string | null;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof VBAPremInvoiceSubscriberHistory
81
+ */
82
+ 'rateTypeDescription'?: string | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof VBAPremInvoiceSubscriberHistory
87
+ */
88
+ 'rateDescription'?: string | null;
89
+ /**
90
+ *
91
+ * @type {number}
92
+ * @memberof VBAPremInvoiceSubscriberHistory
93
+ */
94
+ 'premium'?: number | null;
95
+ /**
96
+ *
97
+ * @type {number}
98
+ * @memberof VBAPremInvoiceSubscriberHistory
99
+ */
100
+ 'premiumReceived'?: number | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof VBAPremInvoiceSubscriberHistory
105
+ */
106
+ 'reason'?: string | null;
107
+ }
108
+
@@ -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 { VBAProblemDetails } from './vbaproblem-details';
18
+ import { VBAProcessLog } from './vbaprocess-log';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface VBAProcessLogListVBAResponse
24
+ */
25
+ export interface VBAProcessLogListVBAResponse {
26
+ /**
27
+ *
28
+ * @type {Array<VBAProcessLog>}
29
+ * @memberof VBAProcessLogListVBAResponse
30
+ */
31
+ 'data'?: Array<VBAProcessLog> | null;
32
+ /**
33
+ *
34
+ * @type {VBAProblemDetails}
35
+ * @memberof VBAProcessLogListVBAResponse
36
+ */
37
+ 'error'?: VBAProblemDetails;
38
+ /**
39
+ *
40
+ * @type {Debug}
41
+ * @memberof VBAProcessLogListVBAResponse
42
+ */
43
+ 'debug'?: Debug;
44
+ }
45
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vbasoftware/vbapi-vbasoftware-typescript-axios",
3
- "version": "1.20230403.1",
3
+ "version": "1.20230512.1",
4
4
  "description": "APIs for VBASoftware APIs",
5
5
  "main": "index.js",
6
6
  "scripts": {