@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
|
@@ -69,7 +69,7 @@ export interface FeeSchedDetail {
|
|
|
69
69
|
*/
|
|
70
70
|
'drug_Code'?: string | null;
|
|
71
71
|
/**
|
|
72
|
-
* Date when the schedule should begin applying to claims. This date will be compared to the date of service on the claim.
|
|
72
|
+
* Date when the schedule should begin applying to claims. This date will be compared to the date of service on the claim.
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof FeeSchedDetail
|
|
75
75
|
*/
|
|
@@ -39,7 +39,7 @@ export interface FeeSchedModifierDiscount {
|
|
|
39
39
|
*/
|
|
40
40
|
'discount_Seq': number;
|
|
41
41
|
/**
|
|
42
|
-
* Date when the discount will begin/began applying to claims. This date will be compared to the date of service on the claim.
|
|
42
|
+
* Date when the discount will begin/began applying to claims. This date will be compared to the date of service on the claim.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof FeeSchedModifierDiscount
|
|
45
45
|
*/
|
|
@@ -51,7 +51,7 @@ export interface FeeSchedProcedureGroupAdjust {
|
|
|
51
51
|
*/
|
|
52
52
|
'adjust_Seq': number;
|
|
53
53
|
/**
|
|
54
|
-
* Date when the adjustment will begin/began applying to claims. This date will be compared to the date of service on the claim.
|
|
54
|
+
* Date when the adjustment will begin/began applying to claims. This date will be compared to the date of service on the claim.
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof FeeSchedProcedureGroupAdjust
|
|
57
57
|
*/
|
|
@@ -39,7 +39,7 @@ export interface FeeSchedProviderTypeDiscount {
|
|
|
39
39
|
*/
|
|
40
40
|
'discount_Seq': number;
|
|
41
41
|
/**
|
|
42
|
-
* Date when the discount will begin/began applying to claims. This date will be compared to the date of service on the claim.
|
|
42
|
+
* Date when the discount will begin/began applying to claims. This date will be compared to the date of service on the claim.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof FeeSchedProviderTypeDiscount
|
|
45
45
|
*/
|
|
@@ -0,0 +1,66 @@
|
|
|
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 FundingProcessClaimRefund
|
|
21
|
+
*/
|
|
22
|
+
export interface FundingProcessClaimRefund {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof FundingProcessClaimRefund
|
|
27
|
+
*/
|
|
28
|
+
'refund_Funding_Key'?: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof FundingProcessClaimRefund
|
|
33
|
+
*/
|
|
34
|
+
'claim_Number'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof FundingProcessClaimRefund
|
|
39
|
+
*/
|
|
40
|
+
'refund_Batch_Number'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {boolean}
|
|
44
|
+
* @memberof FundingProcessClaimRefund
|
|
45
|
+
*/
|
|
46
|
+
'reenter_Claim'?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof FundingProcessClaimRefund
|
|
51
|
+
*/
|
|
52
|
+
'backout_Ex_Code'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof FundingProcessClaimRefund
|
|
57
|
+
*/
|
|
58
|
+
'reentry_Ex_Code'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof FundingProcessClaimRefund
|
|
63
|
+
*/
|
|
64
|
+
'user_ID'?: string | null;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -75,7 +75,7 @@ export interface FundingRequest {
|
|
|
75
75
|
*/
|
|
76
76
|
'request_Amount'?: number | null;
|
|
77
77
|
/**
|
|
78
|
-
* Date when the funding request was submitted.
|
|
78
|
+
* Date when the funding request was submitted.
|
|
79
79
|
* @type {string}
|
|
80
80
|
* @memberof FundingRequest
|
|
81
81
|
*/
|
|
@@ -0,0 +1,30 @@
|
|
|
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 GenerateAuthenticatorQRCodeRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface GenerateAuthenticatorQRCodeRequest {
|
|
23
|
+
/**
|
|
24
|
+
* The session token from the request that triggered the MFA SetUp flow.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GenerateAuthenticatorQRCodeRequest
|
|
27
|
+
*/
|
|
28
|
+
'session': string;
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -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 { GenerateAuthenticatorQRCodeResponse } from './generate-authenticator-qrcode-response';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GenerateAuthenticatorQRCodeResponseVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface GenerateAuthenticatorQRCodeResponseVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GenerateAuthenticatorQRCodeResponse}
|
|
29
|
+
* @memberof GenerateAuthenticatorQRCodeResponseVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: GenerateAuthenticatorQRCodeResponse;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof GenerateAuthenticatorQRCodeResponseVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof GenerateAuthenticatorQRCodeResponseVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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 GenerateAuthenticatorQRCodeResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface GenerateAuthenticatorQRCodeResponse {
|
|
23
|
+
/**
|
|
24
|
+
* A Base64-encoded string representing the QR code image for setting up multi-factor authentication with an authenticator app.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GenerateAuthenticatorQRCodeResponse
|
|
27
|
+
*/
|
|
28
|
+
'qrCode': string;
|
|
29
|
+
/**
|
|
30
|
+
* The session token from the previous request.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GenerateAuthenticatorQRCodeResponse
|
|
33
|
+
*/
|
|
34
|
+
'session': string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,90 @@
|
|
|
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 GeneratePremInvoice
|
|
21
|
+
*/
|
|
22
|
+
export interface GeneratePremInvoice {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GeneratePremInvoice
|
|
27
|
+
*/
|
|
28
|
+
'invoice_Key'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GeneratePremInvoice
|
|
33
|
+
*/
|
|
34
|
+
'group_ID'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GeneratePremInvoice
|
|
39
|
+
*/
|
|
40
|
+
'division_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GeneratePremInvoice
|
|
45
|
+
*/
|
|
46
|
+
'subscriber_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GeneratePremInvoice
|
|
51
|
+
*/
|
|
52
|
+
'bill_From'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GeneratePremInvoice
|
|
57
|
+
*/
|
|
58
|
+
'bill_Thru'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof GeneratePremInvoice
|
|
63
|
+
*/
|
|
64
|
+
'invoice_Date'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof GeneratePremInvoice
|
|
69
|
+
*/
|
|
70
|
+
'due_Date'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof GeneratePremInvoice
|
|
75
|
+
*/
|
|
76
|
+
'user_ID'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {boolean}
|
|
80
|
+
* @memberof GeneratePremInvoice
|
|
81
|
+
*/
|
|
82
|
+
'regenerate'?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof GeneratePremInvoice
|
|
87
|
+
*/
|
|
88
|
+
'input_Date'?: string | null;
|
|
89
|
+
}
|
|
90
|
+
|
|
@@ -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 { GetPremInvoiceSubscriberListResult } from './get-prem-invoice-subscriber-list-result';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GetPremInvoiceSubscriberListResultListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface GetPremInvoiceSubscriberListResultListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<GetPremInvoiceSubscriberListResult>}
|
|
29
|
+
* @memberof GetPremInvoiceSubscriberListResultListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<GetPremInvoiceSubscriberListResult> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof GetPremInvoiceSubscriberListResultListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof GetPremInvoiceSubscriberListResultListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,102 @@
|
|
|
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 GetPremInvoiceSubscriberListResult
|
|
21
|
+
*/
|
|
22
|
+
export interface GetPremInvoiceSubscriberListResult {
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier for the invoice.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
27
|
+
*/
|
|
28
|
+
'invoice_Key'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Identifier for the group associated with the invoice.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
33
|
+
*/
|
|
34
|
+
'group_ID'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Identifier for the division within the group.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
39
|
+
*/
|
|
40
|
+
'division_ID'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Identifier for the subscriber.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
45
|
+
*/
|
|
46
|
+
'subscriber_ID'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Name of the subscriber.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
51
|
+
*/
|
|
52
|
+
'subscriber_Name'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
* Total premium amount for the invoice.
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
57
|
+
*/
|
|
58
|
+
'premium'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Adjustment amount applied to the invoice.
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
63
|
+
*/
|
|
64
|
+
'adjustment'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* Total amount received for the invoice.
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
69
|
+
*/
|
|
70
|
+
'received'?: number;
|
|
71
|
+
/**
|
|
72
|
+
* Total amount due for the invoice. Due = (Premium + Adjustment) - Received
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
75
|
+
*/
|
|
76
|
+
'due'?: number;
|
|
77
|
+
/**
|
|
78
|
+
* Flag indicating whether the premium was waived.
|
|
79
|
+
* @type {boolean}
|
|
80
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
81
|
+
*/
|
|
82
|
+
'premium_Waived'?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Count of dependents associated with the subscriber.
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
87
|
+
*/
|
|
88
|
+
'dependent_Count'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* Total count of members (subscriber and dependents).
|
|
91
|
+
* @type {number}
|
|
92
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
93
|
+
*/
|
|
94
|
+
'member_Count'?: number;
|
|
95
|
+
/**
|
|
96
|
+
* Calculated value indicating whether the premium was waived.
|
|
97
|
+
* @type {number}
|
|
98
|
+
* @memberof GetPremInvoiceSubscriberListResult
|
|
99
|
+
*/
|
|
100
|
+
'premium_Waived_Calc'?: number;
|
|
101
|
+
}
|
|
102
|
+
|
|
@@ -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 { GroupACHPull } from './group-achpull';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GroupACHPullListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface GroupACHPullListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<GroupACHPull>}
|
|
29
|
+
* @memberof GroupACHPullListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<GroupACHPull> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof GroupACHPullListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof GroupACHPullListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -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 { GroupACHPull } from './group-achpull';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GroupACHPullVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface GroupACHPullVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {GroupACHPull}
|
|
29
|
+
* @memberof GroupACHPullVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: GroupACHPull;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof GroupACHPullVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof GroupACHPullVBAResponse
|
|
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 GroupACHPull
|
|
21
|
+
*/
|
|
22
|
+
export interface GroupACHPull {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GroupACHPull
|
|
27
|
+
*/
|
|
28
|
+
'group_ID': string;
|
|
29
|
+
/**
|
|
30
|
+
* Note: The database will apply a default value of `0` for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of `0` to meet the API requirements and ensure that the functionality occurs as expected.
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof GroupACHPull
|
|
33
|
+
*/
|
|
34
|
+
'acH_Pull_Day': number;
|
|
35
|
+
/**
|
|
36
|
+
* Date record was first added to the system
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GroupACHPull
|
|
39
|
+
*/
|
|
40
|
+
'entry_Date'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* User that first added the record to the system
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof GroupACHPull
|
|
45
|
+
*/
|
|
46
|
+
'entry_User'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Date the record was last updated in the system
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GroupACHPull
|
|
51
|
+
*/
|
|
52
|
+
'update_Date'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* User that last updated the record in the system
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GroupACHPull
|
|
57
|
+
*/
|
|
58
|
+
'update_User'?: string | null;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -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 { GroupBillCyclePaymentMethod } from './group-bill-cycle-payment-method';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface GroupBillCyclePaymentMethodListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface GroupBillCyclePaymentMethodListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<GroupBillCyclePaymentMethod>}
|
|
29
|
+
* @memberof GroupBillCyclePaymentMethodListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<GroupBillCyclePaymentMethod> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof GroupBillCyclePaymentMethodListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof GroupBillCyclePaymentMethodListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|