@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240120.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 +162 -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/adv-workflow-api.ts +456 -0
- package/api/benefits-api.ts +122 -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/client-config-api.ts +869 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/commission-rates-api.ts +8 -18
- 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/group-ucpercent-criterias-api.ts +677 -0
- 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/process-automation-api.ts +365 -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/support-api.ts +532 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +520 -71
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api/vbareports-api.ts +155 -0
- package/api.ts +33 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/auth.ts +29 -5
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/callback-dto.ts +43 -0
- 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 +112 -82
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/database-connection.ts +36 -0
- 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/email-report-dto.ts +103 -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/fax-report-dto.ts +85 -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/group-ucpercent-criteria-list-vbaresponse.ts +45 -0
- package/models/group-ucpercent-criteria-vbaresponse.ts +45 -0
- package/models/group-ucpercent-criteria.ts +84 -0
- package/models/groups.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +129 -0
- package/models/json-node-options.ts +30 -0
- package/models/json-node.ts +43 -0
- package/models/json-value.ts +44 -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/report-series-step.ts +6 -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/smsdto.ts +67 -0
- package/models/ssoconfig-list-vbaresponse.ts +45 -0
- package/models/ssoconfig-vbaresponse.ts +45 -0
- package/models/ssoconfig.ts +84 -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 +13 -1
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbaclient-environment-list-vbaresponse.ts +45 -0
- package/models/vbaclient-environment.ts +37 -0
- package/models/vbaclient-list-vbaresponse.ts +45 -0
- package/models/vbaclient-vbaresponse.ts +45 -0
- package/models/vbaclient.ts +55 -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/vbareport-list-vbaresponse.ts +45 -0
- package/models/vbareport.ts +60 -0
- package/models/vbassologin-config.ts +42 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-claim.ts +60 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +70 -0
- package/package.json +3 -3
|
@@ -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
|
+
|
|
@@ -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 { VBAReport } from './vbareport';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface VBAReportListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface VBAReportListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<VBAReport>}
|
|
29
|
+
* @memberof VBAReportListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<VBAReport> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof VBAReportListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof VBAReportListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
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 VBAReport
|
|
21
|
+
*/
|
|
22
|
+
export interface VBAReport {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof VBAReport
|
|
27
|
+
*/
|
|
28
|
+
'reportDefinition_Key'?: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof VBAReport
|
|
33
|
+
*/
|
|
34
|
+
'report_ID'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof VBAReport
|
|
39
|
+
*/
|
|
40
|
+
'report_Name'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof VBAReport
|
|
45
|
+
*/
|
|
46
|
+
'report_Category'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof VBAReport
|
|
51
|
+
*/
|
|
52
|
+
'report_Description'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof VBAReport
|
|
57
|
+
*/
|
|
58
|
+
'embed_Url'?: string | null;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -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 VBASSOLoginConfig
|
|
21
|
+
*/
|
|
22
|
+
export interface VBASSOLoginConfig {
|
|
23
|
+
/**
|
|
24
|
+
* Name of the SSO connection client.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VBASSOLoginConfig
|
|
27
|
+
*/
|
|
28
|
+
'name'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* Description of this SSO connection.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof VBASSOLoginConfig
|
|
33
|
+
*/
|
|
34
|
+
'description'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* The URL used to login to the client\'s SSO instance
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof VBASSOLoginConfig
|
|
39
|
+
*/
|
|
40
|
+
'login_URL'?: string | null;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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 WorkflowAuth
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkflowAuth {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof WorkflowAuth
|
|
27
|
+
*/
|
|
28
|
+
'workflow_Key'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkflowAuth
|
|
33
|
+
*/
|
|
34
|
+
'workflowTask_Key'?: number | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof WorkflowAuth
|
|
39
|
+
*/
|
|
40
|
+
'auth_Number'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof WorkflowAuth
|
|
45
|
+
*/
|
|
46
|
+
'user_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof WorkflowAuth
|
|
51
|
+
*/
|
|
52
|
+
'assign_User_ID'?: string | null;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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 WorkflowCheck
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkflowCheck {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof WorkflowCheck
|
|
27
|
+
*/
|
|
28
|
+
'workflow_Key'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkflowCheck
|
|
33
|
+
*/
|
|
34
|
+
'workflowTask_Key'?: number | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof WorkflowCheck
|
|
39
|
+
*/
|
|
40
|
+
'check_ID'?: number | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof WorkflowCheck
|
|
45
|
+
*/
|
|
46
|
+
'user_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof WorkflowCheck
|
|
51
|
+
*/
|
|
52
|
+
'assign_User_ID'?: string | null;
|
|
53
|
+
}
|
|
54
|
+
|