@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240531.2
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 +132 -0
- package/api/accounting-api.ts +165 -0
- package/api/adv-accounting-api.ts +99 -0
- package/api/adv-billing-api.ts +1973 -0
- package/api/adv-claim-api.ts +731 -0
- package/api/adv-enrollment-api.ts +377 -0
- package/api/billing-api.ts +165 -0
- package/api/claim-batch-api.ts +121 -0
- package/api/claim-batch-details-api.ts +140 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/disability-event-case-changes-api.ts +677 -0
- package/api/disability-event-deduction-changes-api.ts +677 -0
- package/api/disability-event-field-changes-api.ts +677 -0
- package/api/disability-event-fields-api.ts +677 -0
- package/api/disability-event-groups-api.ts +677 -0
- package/api/disaster-locations-api.ts +677 -0
- package/api/disasters-api.ts +677 -0
- package/api/fee-schedules-api.ts +163 -0
- package/api/group-achpulls-api.ts +725 -0
- package/api/group-bill-cycle-payment-methods-api.ts +677 -0
- package/api/group-network-criterias-api.ts +31 -13
- package/api/member-address-history-api.ts +773 -0
- package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
- package/api/payment-methods-api.ts +772 -0
- package/api/premium-distributions-api.ts +222 -0
- package/api/premium-invoice-subscribers-api.ts +291 -0
- package/api/premium-invoices-api.ts +1577 -219
- package/api/premium-rate-add-ons-api.ts +725 -0
- package/api/premium-rates-api.ts +119 -0
- package/api/security-field-set-details-api.ts +733 -0
- package/api/security-field-sets-api.ts +677 -0
- package/api/security-field-user-groups-api.ts +677 -0
- package/api/security-field-users-api.ts +677 -0
- package/api/security-fields-api.ts +677 -0
- package/api/subscriber-enrollments-api.ts +111 -0
- package/api/subscriber-sponsors-api.ts +677 -0
- package/api/subscriber-writing-agents-api.ts +725 -0
- package/api/subscribers-api.ts +315 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +545 -0
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api.ts +27 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/check-batch.ts +1 -1
- package/models/claim-adjustment-config.ts +121 -0
- package/models/claim-custom-ex-code-rule.ts +50 -20
- package/models/cobraplan-criteria.ts +36 -0
- package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep.ts +102 -0
- package/models/company-data.ts +98 -80
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed.ts +78 -0
- package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed.ts +72 -0
- package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed.ts +72 -0
- package/models/disability-event-field-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-vbaresponse.ts +45 -0
- package/models/disability-event-field.ts +60 -0
- package/models/disability-event-group-list-vbaresponse.ts +45 -0
- package/models/disability-event-group-vbaresponse.ts +45 -0
- package/models/disability-event-group.ts +78 -0
- package/models/disaster-list-vbaresponse.ts +45 -0
- package/models/disaster-location-list-vbaresponse.ts +45 -0
- package/models/disaster-location-vbaresponse.ts +45 -0
- package/models/disaster-location.ts +78 -0
- package/models/disaster-vbaresponse.ts +45 -0
- package/models/disaster.ts +84 -0
- package/models/enrollment-reenroll.ts +13 -0
- package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
- package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
- package/models/fee-sched-detail.ts +1 -1
- package/models/fee-sched-modifier-discount.ts +1 -1
- package/models/fee-sched-procedure-group-adjust.ts +1 -1
- package/models/fee-sched-provider-type-discount.ts +1 -1
- package/models/funding-process-claim-refund.ts +66 -0
- package/models/funding-request.ts +1 -1
- package/models/generate-authenticator-qrcode-request.ts +30 -0
- package/models/generate-authenticator-qrcode-response-vbaresponse.ts +45 -0
- package/models/generate-authenticator-qrcode-response.ts +36 -0
- package/models/generate-prem-invoice.ts +90 -0
- package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
- package/models/group-achpull-list-vbaresponse.ts +45 -0
- package/models/group-achpull-vbaresponse.ts +45 -0
- package/models/group-achpull.ts +60 -0
- package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method.ts +78 -0
- package/models/group-change-coverage-start.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +105 -0
- package/models/life-claim-advisor.ts +256 -0
- package/models/mem-enrollment-plan.ts +3 -3
- package/models/mem-enrollment-rider.ts +4 -4
- package/models/member-address-history-list-vbaresponse.ts +45 -0
- package/models/member-address-history-vbaresponse.ts +45 -0
- package/models/member-address-history.ts +216 -0
- package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag.ts +90 -0
- package/models/network-procedure-cluster.ts +1 -1
- package/models/note-note-attachment.ts +38 -0
- package/models/payment-method-list-vbaresponse.ts +45 -0
- package/models/payment-method-vbaresponse.ts +45 -0
- package/models/payment-method.ts +72 -0
- package/models/plan-benefit-rate.ts +1 -1
- package/models/prem-invoice-apply-payment.ts +78 -0
- package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result.ts +138 -0
- package/models/prem-invoice-generate-inv-list.ts +138 -0
- package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
- package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on.ts +78 -0
- package/models/prem-rate.ts +24 -12
- package/models/register-mfadevice-request.ts +42 -0
- package/models/register-mfadevice-response-vbaresponse.ts +45 -0
- package/models/register-mfadevice-response.ts +30 -0
- package/models/security-field-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-vbaresponse.ts +45 -0
- package/models/security-field-set-detail.ts +72 -0
- package/models/security-field-set-list-vbaresponse.ts +45 -0
- package/models/security-field-set-vbaresponse.ts +45 -0
- package/models/security-field-set.ts +66 -0
- package/models/security-field-user-group-list-vbaresponse.ts +45 -0
- package/models/security-field-user-group-vbaresponse.ts +45 -0
- package/models/security-field-user-group.ts +84 -0
- package/models/security-field-user-list-vbaresponse.ts +45 -0
- package/models/security-field-user-vbaresponse.ts +45 -0
- package/models/security-field-user.ts +84 -0
- package/models/security-field-vbaresponse.ts +45 -0
- package/models/security-field.ts +72 -0
- package/models/sub-enrollment-plan.ts +3 -3
- package/models/sub-enrollment-rider.ts +4 -4
- package/models/sub-enrollment.ts +2 -2
- package/models/sub-payment-method.ts +1 -1
- package/models/submit-mfacode-request.ts +42 -0
- package/models/subscriber-forfeiture-status.ts +1 -1
- package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor.ts +84 -0
- package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent.ts +90 -0
- package/models/suspense-claim-list.ts +228 -0
- package/models/tolerance-list-vbaresponse.ts +45 -0
- package/models/tolerance-vbaresponse.ts +45 -0
- package/models/tolerance.ts +72 -0
- package/models/userfieldsecurity.ts +66 -0
- package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
- package/models/users.ts +2 -2
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbainterface-idcode.ts +31 -1
- package/models/vbainterface-map-type.ts +31 -1
- package/models/vbainterface.ts +43 -1
- package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
- package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +21 -0
- package/package.json +3 -3
|
@@ -0,0 +1,120 @@
|
|
|
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 UsualCustomaryRateAllPercentile
|
|
21
|
+
*/
|
|
22
|
+
export interface UsualCustomaryRateAllPercentile {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
27
|
+
*/
|
|
28
|
+
'claim_Type'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
33
|
+
*/
|
|
34
|
+
'zip_Code_Start'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
39
|
+
*/
|
|
40
|
+
'zip_Code_End'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
45
|
+
*/
|
|
46
|
+
'modifier'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
51
|
+
*/
|
|
52
|
+
'procedure_Code'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
57
|
+
*/
|
|
58
|
+
'effective_Date'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
63
|
+
*/
|
|
64
|
+
'term_Date'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
69
|
+
*/
|
|
70
|
+
'rate_50'?: number | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
75
|
+
*/
|
|
76
|
+
'rate_60'?: number | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
81
|
+
*/
|
|
82
|
+
'rate_70'?: number | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
87
|
+
*/
|
|
88
|
+
'rate_75'?: number | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
93
|
+
*/
|
|
94
|
+
'rate_80'?: number | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
99
|
+
*/
|
|
100
|
+
'rate_85'?: number | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {number}
|
|
104
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
105
|
+
*/
|
|
106
|
+
'rate_90'?: number | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {number}
|
|
110
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
111
|
+
*/
|
|
112
|
+
'rate_95'?: number | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof UsualCustomaryRateAllPercentile
|
|
117
|
+
*/
|
|
118
|
+
'rate_Medicare'?: number | null;
|
|
119
|
+
}
|
|
120
|
+
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface VBAInterfaceIDCode {
|
|
23
23
|
/**
|
|
24
|
-
* ID of the interface.
|
|
24
|
+
* ID of the interface. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof VBAInterfaceIDCode
|
|
27
27
|
*/
|
|
@@ -44,5 +44,35 @@ export interface VBAInterfaceIDCode {
|
|
|
44
44
|
* @memberof VBAInterfaceIDCode
|
|
45
45
|
*/
|
|
46
46
|
'description'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Date record was first added to the system
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof VBAInterfaceIDCode
|
|
51
|
+
*/
|
|
52
|
+
'entry_Date'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User that first added the record to the system
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof VBAInterfaceIDCode
|
|
57
|
+
*/
|
|
58
|
+
'entry_User'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof VBAInterfaceIDCode
|
|
63
|
+
*/
|
|
64
|
+
'surrogate_ID_Code'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* Date the record was last updated in the system
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof VBAInterfaceIDCode
|
|
69
|
+
*/
|
|
70
|
+
'update_Date'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* User that last updated the record in the system
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof VBAInterfaceIDCode
|
|
75
|
+
*/
|
|
76
|
+
'update_User'?: string | null;
|
|
47
77
|
}
|
|
48
78
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface VBAInterfaceMapType {
|
|
23
23
|
/**
|
|
24
|
-
* ID of the VBA interface.
|
|
24
|
+
* ID of the VBA interface. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof VBAInterfaceMapType
|
|
27
27
|
*/
|
|
@@ -38,5 +38,35 @@ export interface VBAInterfaceMapType {
|
|
|
38
38
|
* @memberof VBAInterfaceMapType
|
|
39
39
|
*/
|
|
40
40
|
'description'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Date record was first added to the system
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof VBAInterfaceMapType
|
|
45
|
+
*/
|
|
46
|
+
'entry_Date'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* User that first added the record to the system
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof VBAInterfaceMapType
|
|
51
|
+
*/
|
|
52
|
+
'entry_User'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof VBAInterfaceMapType
|
|
57
|
+
*/
|
|
58
|
+
'surrogate_Map_Type'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* Date the record was last updated in the system
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof VBAInterfaceMapType
|
|
63
|
+
*/
|
|
64
|
+
'update_Date'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* User that last updated the record in the system
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof VBAInterfaceMapType
|
|
69
|
+
*/
|
|
70
|
+
'update_User'?: string | null;
|
|
41
71
|
}
|
|
42
72
|
|
package/models/vbainterface.ts
CHANGED
|
@@ -21,11 +21,53 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface VBAInterface {
|
|
23
23
|
/**
|
|
24
|
-
* ID of the VBA interface.
|
|
24
|
+
* ID of the VBA interface. Note: This field is marked as NOT NULL in the database and therefore required by the API.
|
|
25
25
|
* @type {number}
|
|
26
26
|
* @memberof VBAInterface
|
|
27
27
|
*/
|
|
28
28
|
'vbaInterface_Key': number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof VBAInterface
|
|
33
|
+
*/
|
|
34
|
+
'edM_Client_ID'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof VBAInterface
|
|
39
|
+
*/
|
|
40
|
+
'edM_Interface_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof VBAInterface
|
|
45
|
+
*/
|
|
46
|
+
'edM_Vendor_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Date record was first added to the system
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof VBAInterface
|
|
51
|
+
*/
|
|
52
|
+
'entry_Date'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User that first added the record to the system
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof VBAInterface
|
|
57
|
+
*/
|
|
58
|
+
'entry_User'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* Date the record was last updated in the system
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof VBAInterface
|
|
63
|
+
*/
|
|
64
|
+
'update_Date'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* User that last updated the record in the system
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof VBAInterface
|
|
69
|
+
*/
|
|
70
|
+
'update_User'?: string | null;
|
|
29
71
|
/**
|
|
30
72
|
* Name for the automation job.
|
|
31
73
|
* @type {string}
|
|
@@ -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 { VBAPremInvoiceSubscriberDetailAdjustment } from './vbaprem-invoice-subscriber-detail-adjustment';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface VBAPremInvoiceSubscriberDetailAdjustmentListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface VBAPremInvoiceSubscriberDetailAdjustmentListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<VBAPremInvoiceSubscriberDetailAdjustment>}
|
|
29
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustmentListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<VBAPremInvoiceSubscriberDetailAdjustment> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustmentListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustmentListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,180 @@
|
|
|
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 VBAPremInvoiceSubscriberDetailAdjustment
|
|
21
|
+
*/
|
|
22
|
+
export interface VBAPremInvoiceSubscriberDetailAdjustment {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
27
|
+
*/
|
|
28
|
+
'invoiceAdjustment_Key'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
33
|
+
*/
|
|
34
|
+
'invoice_Key'?: number | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
39
|
+
*/
|
|
40
|
+
'group_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
45
|
+
*/
|
|
46
|
+
'division_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
51
|
+
*/
|
|
52
|
+
'subscriber_ID'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
57
|
+
*/
|
|
58
|
+
'premRate_Key'?: number | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
63
|
+
*/
|
|
64
|
+
'adjustment_Amount'?: number | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
69
|
+
*/
|
|
70
|
+
'total_Adjustment_Received'?: number | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
75
|
+
*/
|
|
76
|
+
'adjustment_Reason'?: number | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
81
|
+
*/
|
|
82
|
+
'volume'?: number | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
87
|
+
*/
|
|
88
|
+
'entry_Date'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
93
|
+
*/
|
|
94
|
+
'entry_User'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
99
|
+
*/
|
|
100
|
+
'update_Date'?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
105
|
+
*/
|
|
106
|
+
'update_User'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
111
|
+
*/
|
|
112
|
+
'premRate_Category'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
117
|
+
*/
|
|
118
|
+
'adjustment_Received_Date'?: string | null;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {number}
|
|
122
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
123
|
+
*/
|
|
124
|
+
'adjustment_Received'?: number | null;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
129
|
+
*/
|
|
130
|
+
'payment_Posted'?: number | null;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
135
|
+
*/
|
|
136
|
+
'payment_Posted_Date'?: string | null;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
141
|
+
*/
|
|
142
|
+
'payment_Date'?: string | null;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {number}
|
|
146
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
147
|
+
*/
|
|
148
|
+
'payment_Amount'?: number | null;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
153
|
+
*/
|
|
154
|
+
'payment_ID'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
159
|
+
*/
|
|
160
|
+
'payment_Name'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {number}
|
|
164
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
165
|
+
*/
|
|
166
|
+
'premInvoiceAdjReceived_Key'?: number | null;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
171
|
+
*/
|
|
172
|
+
'description'?: string | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof VBAPremInvoiceSubscriberDetailAdjustment
|
|
177
|
+
*/
|
|
178
|
+
'effective_Date'?: string | null;
|
|
179
|
+
}
|
|
180
|
+
|
|
@@ -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 { VBAPremInvoiceSubscriberDetail } from './vbaprem-invoice-subscriber-detail';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface VBAPremInvoiceSubscriberDetailListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface VBAPremInvoiceSubscriberDetailListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<VBAPremInvoiceSubscriberDetail>}
|
|
29
|
+
* @memberof VBAPremInvoiceSubscriberDetailListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<VBAPremInvoiceSubscriberDetail> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof VBAPremInvoiceSubscriberDetailListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof VBAPremInvoiceSubscriberDetailListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,180 @@
|
|
|
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 VBAPremInvoiceSubscriberDetail
|
|
21
|
+
*/
|
|
22
|
+
export interface VBAPremInvoiceSubscriberDetail {
|
|
23
|
+
/**
|
|
24
|
+
* The key of the invoice associated with this subscriber detail.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
27
|
+
*/
|
|
28
|
+
'invoice_Key'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* The group ID of the subscriber.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
33
|
+
*/
|
|
34
|
+
'group_ID'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* The division ID of the subscriber.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
39
|
+
*/
|
|
40
|
+
'division_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* The ID of the subscriber.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
45
|
+
*/
|
|
46
|
+
'subscriber_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* The key of the premium rate associated with this subscriber detail.
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
51
|
+
*/
|
|
52
|
+
'premRate_Key'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* The premium amount.
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
57
|
+
*/
|
|
58
|
+
'premium'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* The total premium received.
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
63
|
+
*/
|
|
64
|
+
'total_Premium_Received'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* The payee ID.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
69
|
+
*/
|
|
70
|
+
'payee_ID'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* The type of rate (e.g., Member Rate).
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
75
|
+
*/
|
|
76
|
+
'rate_Type'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* The display of the rate.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
81
|
+
*/
|
|
82
|
+
'rate_Display'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* The description of the rate basis.
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
87
|
+
*/
|
|
88
|
+
'premRateBasis_Description'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
* The category of the premium rate.
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
93
|
+
*/
|
|
94
|
+
'premRate_Category'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
* The volume associated with this subscriber detail.
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
99
|
+
*/
|
|
100
|
+
'volume'?: number;
|
|
101
|
+
/**
|
|
102
|
+
* The distributed volume.
|
|
103
|
+
* @type {number}
|
|
104
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
105
|
+
*/
|
|
106
|
+
'dist_Volume'?: number;
|
|
107
|
+
/**
|
|
108
|
+
* The date when premium was received.
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
111
|
+
*/
|
|
112
|
+
'premium_Received_Date'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
* The premium received amount.
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
117
|
+
*/
|
|
118
|
+
'premium_Received'?: number;
|
|
119
|
+
/**
|
|
120
|
+
* The amount of payment posted.
|
|
121
|
+
* @type {number}
|
|
122
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
123
|
+
*/
|
|
124
|
+
'payment_Posted'?: number;
|
|
125
|
+
/**
|
|
126
|
+
* The date when payment was posted.
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
129
|
+
*/
|
|
130
|
+
'payment_Posted_Date'?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
* The date of payment.
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
135
|
+
*/
|
|
136
|
+
'payment_Date'?: string | null;
|
|
137
|
+
/**
|
|
138
|
+
* The amount of payment.
|
|
139
|
+
* @type {number}
|
|
140
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
141
|
+
*/
|
|
142
|
+
'payment_Amount'?: number;
|
|
143
|
+
/**
|
|
144
|
+
* The ID of the payment.
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
147
|
+
*/
|
|
148
|
+
'payment_ID'?: string | null;
|
|
149
|
+
/**
|
|
150
|
+
* The name of the payment.
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
153
|
+
*/
|
|
154
|
+
'payment_Name'?: string | null;
|
|
155
|
+
/**
|
|
156
|
+
* The date of the last update.
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
159
|
+
*/
|
|
160
|
+
'update_Date'?: string | null;
|
|
161
|
+
/**
|
|
162
|
+
* The user who made the last update.
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
165
|
+
*/
|
|
166
|
+
'update_User'?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
* The key of the premium invoice received.
|
|
169
|
+
* @type {number}
|
|
170
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
171
|
+
*/
|
|
172
|
+
'premInvoiceReceived_Key'?: number;
|
|
173
|
+
/**
|
|
174
|
+
* Indicates if premium is waived for this subscriber.
|
|
175
|
+
* @type {boolean}
|
|
176
|
+
* @memberof VBAPremInvoiceSubscriberDetail
|
|
177
|
+
*/
|
|
178
|
+
'premium_Waived'?: boolean;
|
|
179
|
+
}
|
|
180
|
+
|