@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20231122.1 → 1.20231206.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.
@@ -0,0 +1,114 @@
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 VBAGroupDisenrollAffectedClaims
21
+ */
22
+ export interface VBAGroupDisenrollAffectedClaims {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof VBAGroupDisenrollAffectedClaims
27
+ */
28
+ 'group_ID'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof VBAGroupDisenrollAffectedClaims
33
+ */
34
+ 'division_ID'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof VBAGroupDisenrollAffectedClaims
39
+ */
40
+ 'subscriber_ID'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof VBAGroupDisenrollAffectedClaims
45
+ */
46
+ 'member_Seq'?: string | null;
47
+ /**
48
+ *
49
+ * @type {number}
50
+ * @memberof VBAGroupDisenrollAffectedClaims
51
+ */
52
+ 'claim_Number'?: number;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof VBAGroupDisenrollAffectedClaims
57
+ */
58
+ 'diagnostic_Code_Type'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof VBAGroupDisenrollAffectedClaims
63
+ */
64
+ 'diagnostic_Code1'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof VBAGroupDisenrollAffectedClaims
69
+ */
70
+ 'diagnostic_Code2'?: string | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof VBAGroupDisenrollAffectedClaims
75
+ */
76
+ 'provider_ID'?: string | null;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof VBAGroupDisenrollAffectedClaims
81
+ */
82
+ 'service_Date'?: string | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof VBAGroupDisenrollAffectedClaims
87
+ */
88
+ 'service_Thru'?: string | null;
89
+ /**
90
+ *
91
+ * @type {number}
92
+ * @memberof VBAGroupDisenrollAffectedClaims
93
+ */
94
+ 'check_Batch'?: number | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof VBAGroupDisenrollAffectedClaims
99
+ */
100
+ 'check_Number'?: string | null;
101
+ /**
102
+ *
103
+ * @type {number}
104
+ * @memberof VBAGroupDisenrollAffectedClaims
105
+ */
106
+ 'claimPaid'?: number;
107
+ /**
108
+ *
109
+ * @type {number}
110
+ * @memberof VBAGroupDisenrollAffectedClaims
111
+ */
112
+ 'claimPaidAmount'?: number | null;
113
+ }
114
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vbasoftware/vbapi-vbasoftware-typescript-axios",
3
- "version": "1.20231122.1",
3
+ "version": "1.20231206.1",
4
4
  "description": "APIs for VBASoftware APIs",
5
5
  "main": "index.js",
6
6
  "scripts": {