@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,191 @@
|
|
|
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 globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
17
|
+
import { Configuration } from '../configuration';
|
|
18
|
+
// Some imports not used depending on template conditions
|
|
19
|
+
// @ts-ignore
|
|
20
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
21
|
+
// @ts-ignore
|
|
22
|
+
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { USERFIELDSECURITYListVBAResponse } from '../models';
|
|
25
|
+
/**
|
|
26
|
+
* UserFieldSecurityApi - axios parameter creator
|
|
27
|
+
* @export
|
|
28
|
+
*/
|
|
29
|
+
export const UserFieldSecurityApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
30
|
+
return {
|
|
31
|
+
/**
|
|
32
|
+
* Lists all USERFIELDSECURITY
|
|
33
|
+
* @summary List USERFIELDSECURITY
|
|
34
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
35
|
+
* @param {string} [userId] Filter by user id
|
|
36
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
37
|
+
* @param {number} [page] Page
|
|
38
|
+
* @param {number} [pageSize] Page Size
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
listUSERFIELDSECURITY: async (vbasoftwareDatabase: string, userId?: string, sortBy?: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
43
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
44
|
+
assertParamExists('listUSERFIELDSECURITY', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
45
|
+
const localVarPath = `/user-field-security`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
54
|
+
const localVarHeaderParameter = {} as any;
|
|
55
|
+
const localVarQueryParameter = {} as any;
|
|
56
|
+
|
|
57
|
+
// authentication apiKeyAuth required
|
|
58
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
59
|
+
|
|
60
|
+
// authentication bearerAuth required
|
|
61
|
+
// http bearer authentication required
|
|
62
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
63
|
+
|
|
64
|
+
if (userId !== undefined) {
|
|
65
|
+
localVarQueryParameter['userId'] = userId;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
if (sortBy !== undefined) {
|
|
69
|
+
localVarQueryParameter['sortBy'] = sortBy;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
if (page !== undefined) {
|
|
73
|
+
localVarQueryParameter['page'] = page;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
if (pageSize !== undefined) {
|
|
77
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
81
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
87
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
88
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
89
|
+
|
|
90
|
+
return {
|
|
91
|
+
url: toPathString(localVarUrlObj),
|
|
92
|
+
options: localVarRequestOptions,
|
|
93
|
+
};
|
|
94
|
+
},
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* UserFieldSecurityApi - functional programming interface
|
|
100
|
+
* @export
|
|
101
|
+
*/
|
|
102
|
+
export const UserFieldSecurityApiFp = function(configuration?: Configuration) {
|
|
103
|
+
const localVarAxiosParamCreator = UserFieldSecurityApiAxiosParamCreator(configuration)
|
|
104
|
+
return {
|
|
105
|
+
/**
|
|
106
|
+
* Lists all USERFIELDSECURITY
|
|
107
|
+
* @summary List USERFIELDSECURITY
|
|
108
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
109
|
+
* @param {string} [userId] Filter by user id
|
|
110
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
111
|
+
* @param {number} [page] Page
|
|
112
|
+
* @param {number} [pageSize] Page Size
|
|
113
|
+
* @param {*} [options] Override http request option.
|
|
114
|
+
* @throws {RequiredError}
|
|
115
|
+
*/
|
|
116
|
+
async listUSERFIELDSECURITY(vbasoftwareDatabase: string, userId?: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<USERFIELDSECURITYListVBAResponse>> {
|
|
117
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listUSERFIELDSECURITY(vbasoftwareDatabase, userId, sortBy, page, pageSize, options);
|
|
118
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
119
|
+
},
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* UserFieldSecurityApi - factory interface
|
|
125
|
+
* @export
|
|
126
|
+
*/
|
|
127
|
+
export const UserFieldSecurityApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
128
|
+
const localVarFp = UserFieldSecurityApiFp(configuration)
|
|
129
|
+
return {
|
|
130
|
+
/**
|
|
131
|
+
* Lists all USERFIELDSECURITY
|
|
132
|
+
* @summary List USERFIELDSECURITY
|
|
133
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
134
|
+
* @param {string} [userId] Filter by user id
|
|
135
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
136
|
+
* @param {number} [page] Page
|
|
137
|
+
* @param {number} [pageSize] Page Size
|
|
138
|
+
* @param {*} [options] Override http request option.
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
*/
|
|
141
|
+
listUSERFIELDSECURITY(vbasoftwareDatabase: string, userId?: string, sortBy?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<USERFIELDSECURITYListVBAResponse> {
|
|
142
|
+
return localVarFp.listUSERFIELDSECURITY(vbasoftwareDatabase, userId, sortBy, page, pageSize, options).then((request) => request(axios, basePath));
|
|
143
|
+
},
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* UserFieldSecurityApi - interface
|
|
149
|
+
* @export
|
|
150
|
+
* @interface UserFieldSecurityApi
|
|
151
|
+
*/
|
|
152
|
+
export interface UserFieldSecurityApiInterface {
|
|
153
|
+
/**
|
|
154
|
+
* Lists all USERFIELDSECURITY
|
|
155
|
+
* @summary List USERFIELDSECURITY
|
|
156
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
157
|
+
* @param {string} [userId] Filter by user id
|
|
158
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
159
|
+
* @param {number} [page] Page
|
|
160
|
+
* @param {number} [pageSize] Page Size
|
|
161
|
+
* @param {*} [options] Override http request option.
|
|
162
|
+
* @throws {RequiredError}
|
|
163
|
+
* @memberof UserFieldSecurityApiInterface
|
|
164
|
+
*/
|
|
165
|
+
listUSERFIELDSECURITY(vbasoftwareDatabase: string, userId?: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<USERFIELDSECURITYListVBAResponse>;
|
|
166
|
+
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* UserFieldSecurityApi - object-oriented interface
|
|
171
|
+
* @export
|
|
172
|
+
* @class UserFieldSecurityApi
|
|
173
|
+
* @extends {BaseAPI}
|
|
174
|
+
*/
|
|
175
|
+
export class UserFieldSecurityApi extends BaseAPI implements UserFieldSecurityApiInterface {
|
|
176
|
+
/**
|
|
177
|
+
* Lists all USERFIELDSECURITY
|
|
178
|
+
* @summary List USERFIELDSECURITY
|
|
179
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
180
|
+
* @param {string} [userId] Filter by user id
|
|
181
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
182
|
+
* @param {number} [page] Page
|
|
183
|
+
* @param {number} [pageSize] Page Size
|
|
184
|
+
* @param {*} [options] Override http request option.
|
|
185
|
+
* @throws {RequiredError}
|
|
186
|
+
* @memberof UserFieldSecurityApi
|
|
187
|
+
*/
|
|
188
|
+
public listUSERFIELDSECURITY(vbasoftwareDatabase: string, userId?: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
|
|
189
|
+
return UserFieldSecurityApiFp(this.configuration).listUSERFIELDSECURITY(vbasoftwareDatabase, userId, sortBy, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
190
|
+
}
|
|
191
|
+
}
|
|
@@ -191,7 +191,7 @@ export const UserGroupMappingsApiAxiosParamCreator = function (configuration?: C
|
|
|
191
191
|
};
|
|
192
192
|
},
|
|
193
193
|
/**
|
|
194
|
-
* Lists all UserGroupMapping userGroupKey
|
|
194
|
+
* Lists all UserGroupMapping for a specific userGroupKey
|
|
195
195
|
* @summary List UserGroupMapping
|
|
196
196
|
* @param {string} vbasoftwareDatabase Target database
|
|
197
197
|
* @param {number} userGroupKey UserGroup Key
|
|
@@ -229,6 +229,55 @@ export const UserGroupMappingsApiAxiosParamCreator = function (configuration?: C
|
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
|
|
232
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
233
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
234
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
235
|
+
|
|
236
|
+
return {
|
|
237
|
+
url: toPathString(localVarUrlObj),
|
|
238
|
+
options: localVarRequestOptions,
|
|
239
|
+
};
|
|
240
|
+
},
|
|
241
|
+
/**
|
|
242
|
+
* Lists all UserGroupMappings with optional filter for User_ID
|
|
243
|
+
* @summary List UserGroupMapping
|
|
244
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
245
|
+
* @param {string} [userID] User_ID
|
|
246
|
+
* @param {*} [options] Override http request option.
|
|
247
|
+
* @throws {RequiredError}
|
|
248
|
+
*/
|
|
249
|
+
listUserGroupMappingFiltered: async (vbasoftwareDatabase: string, userID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
250
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
251
|
+
assertParamExists('listUserGroupMappingFiltered', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
252
|
+
const localVarPath = `/user-group-mappings`;
|
|
253
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
254
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
255
|
+
let baseOptions;
|
|
256
|
+
if (configuration) {
|
|
257
|
+
baseOptions = configuration.baseOptions;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
261
|
+
const localVarHeaderParameter = {} as any;
|
|
262
|
+
const localVarQueryParameter = {} as any;
|
|
263
|
+
|
|
264
|
+
// authentication apiKeyAuth required
|
|
265
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
266
|
+
|
|
267
|
+
// authentication bearerAuth required
|
|
268
|
+
// http bearer authentication required
|
|
269
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
270
|
+
|
|
271
|
+
if (userID !== undefined) {
|
|
272
|
+
localVarQueryParameter['User_ID'] = userID;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
276
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
232
281
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
233
282
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
234
283
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -342,7 +391,7 @@ export const UserGroupMappingsApiFp = function(configuration?: Configuration) {
|
|
|
342
391
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
343
392
|
},
|
|
344
393
|
/**
|
|
345
|
-
* Lists all UserGroupMapping userGroupKey
|
|
394
|
+
* Lists all UserGroupMapping for a specific userGroupKey
|
|
346
395
|
* @summary List UserGroupMapping
|
|
347
396
|
* @param {string} vbasoftwareDatabase Target database
|
|
348
397
|
* @param {number} userGroupKey UserGroup Key
|
|
@@ -353,6 +402,18 @@ export const UserGroupMappingsApiFp = function(configuration?: Configuration) {
|
|
|
353
402
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listUserGroupMapping(vbasoftwareDatabase, userGroupKey, options);
|
|
354
403
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
355
404
|
},
|
|
405
|
+
/**
|
|
406
|
+
* Lists all UserGroupMappings with optional filter for User_ID
|
|
407
|
+
* @summary List UserGroupMapping
|
|
408
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
409
|
+
* @param {string} [userID] User_ID
|
|
410
|
+
* @param {*} [options] Override http request option.
|
|
411
|
+
* @throws {RequiredError}
|
|
412
|
+
*/
|
|
413
|
+
async listUserGroupMappingFiltered(vbasoftwareDatabase: string, userID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserGroupMappingListVBAResponse>> {
|
|
414
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listUserGroupMappingFiltered(vbasoftwareDatabase, userID, options);
|
|
415
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
416
|
+
},
|
|
356
417
|
/**
|
|
357
418
|
* Create multiple UserGroupMapping at once. If the entity already exists, an error will be returned for that item. If the entity does not exist, it will be created.
|
|
358
419
|
* @summary Create multiple UserGroupMappings
|
|
@@ -413,7 +474,7 @@ export const UserGroupMappingsApiFactory = function (configuration?: Configurati
|
|
|
413
474
|
return localVarFp.getUserGroupMapping(vbasoftwareDatabase, userGroupKey, userID, options).then((request) => request(axios, basePath));
|
|
414
475
|
},
|
|
415
476
|
/**
|
|
416
|
-
* Lists all UserGroupMapping userGroupKey
|
|
477
|
+
* Lists all UserGroupMapping for a specific userGroupKey
|
|
417
478
|
* @summary List UserGroupMapping
|
|
418
479
|
* @param {string} vbasoftwareDatabase Target database
|
|
419
480
|
* @param {number} userGroupKey UserGroup Key
|
|
@@ -423,6 +484,17 @@ export const UserGroupMappingsApiFactory = function (configuration?: Configurati
|
|
|
423
484
|
listUserGroupMapping(vbasoftwareDatabase: string, userGroupKey: number, options?: any): AxiosPromise<UserGroupMappingListVBAResponse> {
|
|
424
485
|
return localVarFp.listUserGroupMapping(vbasoftwareDatabase, userGroupKey, options).then((request) => request(axios, basePath));
|
|
425
486
|
},
|
|
487
|
+
/**
|
|
488
|
+
* Lists all UserGroupMappings with optional filter for User_ID
|
|
489
|
+
* @summary List UserGroupMapping
|
|
490
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
491
|
+
* @param {string} [userID] User_ID
|
|
492
|
+
* @param {*} [options] Override http request option.
|
|
493
|
+
* @throws {RequiredError}
|
|
494
|
+
*/
|
|
495
|
+
listUserGroupMappingFiltered(vbasoftwareDatabase: string, userID?: string, options?: any): AxiosPromise<UserGroupMappingListVBAResponse> {
|
|
496
|
+
return localVarFp.listUserGroupMappingFiltered(vbasoftwareDatabase, userID, options).then((request) => request(axios, basePath));
|
|
497
|
+
},
|
|
426
498
|
/**
|
|
427
499
|
* Create multiple UserGroupMapping at once. If the entity already exists, an error will be returned for that item. If the entity does not exist, it will be created.
|
|
428
500
|
* @summary Create multiple UserGroupMappings
|
|
@@ -481,7 +553,7 @@ export interface UserGroupMappingsApiInterface {
|
|
|
481
553
|
getUserGroupMapping(vbasoftwareDatabase: string, userGroupKey: number, userID: string, options?: AxiosRequestConfig): AxiosPromise<UserGroupMappingVBAResponse>;
|
|
482
554
|
|
|
483
555
|
/**
|
|
484
|
-
* Lists all UserGroupMapping userGroupKey
|
|
556
|
+
* Lists all UserGroupMapping for a specific userGroupKey
|
|
485
557
|
* @summary List UserGroupMapping
|
|
486
558
|
* @param {string} vbasoftwareDatabase Target database
|
|
487
559
|
* @param {number} userGroupKey UserGroup Key
|
|
@@ -491,6 +563,17 @@ export interface UserGroupMappingsApiInterface {
|
|
|
491
563
|
*/
|
|
492
564
|
listUserGroupMapping(vbasoftwareDatabase: string, userGroupKey: number, options?: AxiosRequestConfig): AxiosPromise<UserGroupMappingListVBAResponse>;
|
|
493
565
|
|
|
566
|
+
/**
|
|
567
|
+
* Lists all UserGroupMappings with optional filter for User_ID
|
|
568
|
+
* @summary List UserGroupMapping
|
|
569
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
570
|
+
* @param {string} [userID] User_ID
|
|
571
|
+
* @param {*} [options] Override http request option.
|
|
572
|
+
* @throws {RequiredError}
|
|
573
|
+
* @memberof UserGroupMappingsApiInterface
|
|
574
|
+
*/
|
|
575
|
+
listUserGroupMappingFiltered(vbasoftwareDatabase: string, userID?: string, options?: AxiosRequestConfig): AxiosPromise<UserGroupMappingListVBAResponse>;
|
|
576
|
+
|
|
494
577
|
/**
|
|
495
578
|
* Create multiple UserGroupMapping at once. If the entity already exists, an error will be returned for that item. If the entity does not exist, it will be created.
|
|
496
579
|
* @summary Create multiple UserGroupMappings
|
|
@@ -555,7 +638,7 @@ export class UserGroupMappingsApi extends BaseAPI implements UserGroupMappingsAp
|
|
|
555
638
|
}
|
|
556
639
|
|
|
557
640
|
/**
|
|
558
|
-
* Lists all UserGroupMapping userGroupKey
|
|
641
|
+
* Lists all UserGroupMapping for a specific userGroupKey
|
|
559
642
|
* @summary List UserGroupMapping
|
|
560
643
|
* @param {string} vbasoftwareDatabase Target database
|
|
561
644
|
* @param {number} userGroupKey UserGroup Key
|
|
@@ -567,6 +650,19 @@ export class UserGroupMappingsApi extends BaseAPI implements UserGroupMappingsAp
|
|
|
567
650
|
return UserGroupMappingsApiFp(this.configuration).listUserGroupMapping(vbasoftwareDatabase, userGroupKey, options).then((request) => request(this.axios, this.basePath));
|
|
568
651
|
}
|
|
569
652
|
|
|
653
|
+
/**
|
|
654
|
+
* Lists all UserGroupMappings with optional filter for User_ID
|
|
655
|
+
* @summary List UserGroupMapping
|
|
656
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
657
|
+
* @param {string} [userID] User_ID
|
|
658
|
+
* @param {*} [options] Override http request option.
|
|
659
|
+
* @throws {RequiredError}
|
|
660
|
+
* @memberof UserGroupMappingsApi
|
|
661
|
+
*/
|
|
662
|
+
public listUserGroupMappingFiltered(vbasoftwareDatabase: string, userID?: string, options?: AxiosRequestConfig) {
|
|
663
|
+
return UserGroupMappingsApiFp(this.configuration).listUserGroupMappingFiltered(vbasoftwareDatabase, userID, options).then((request) => request(this.axios, this.basePath));
|
|
664
|
+
}
|
|
665
|
+
|
|
570
666
|
/**
|
|
571
667
|
* Create multiple UserGroupMapping at once. If the entity already exists, an error will be returned for that item. If the entity does not exist, it will be created.
|
|
572
668
|
* @summary Create multiple UserGroupMappings
|
package/api.ts
CHANGED
|
@@ -17,11 +17,14 @@
|
|
|
17
17
|
export * from './api/apccodes-api';
|
|
18
18
|
export * from './api/apcschedules-api';
|
|
19
19
|
export * from './api/apcweights-api';
|
|
20
|
+
export * from './api/accounting-api';
|
|
20
21
|
export * from './api/admission-type-places-api';
|
|
21
22
|
export * from './api/adv-accounting-api';
|
|
22
23
|
export * from './api/adv-auth-api';
|
|
23
24
|
export * from './api/adv-benefits-api';
|
|
25
|
+
export * from './api/adv-billing-api';
|
|
24
26
|
export * from './api/adv-capitation-api';
|
|
27
|
+
export * from './api/adv-claim-api';
|
|
25
28
|
export * from './api/adv-commission-api';
|
|
26
29
|
export * from './api/adv-enrollment-api';
|
|
27
30
|
export * from './api/adv-fee-schedule-api';
|
|
@@ -59,6 +62,7 @@ export * from './api/benefit-specialties-api';
|
|
|
59
62
|
export * from './api/benefits-api';
|
|
60
63
|
export * from './api/bill-type-places-api';
|
|
61
64
|
export * from './api/bill-types-api';
|
|
65
|
+
export * from './api/billing-api';
|
|
62
66
|
export * from './api/billing-basis-api';
|
|
63
67
|
export * from './api/billing-cycles-api';
|
|
64
68
|
export * from './api/brokerage-api';
|
|
@@ -239,6 +243,7 @@ export * from './api/commission-basis-api';
|
|
|
239
243
|
export * from './api/commission-categories-api';
|
|
240
244
|
export * from './api/commission-cycles-api';
|
|
241
245
|
export * from './api/commission-license-types-api';
|
|
246
|
+
export * from './api/commission-rate-cluster-agency-rep-api';
|
|
242
247
|
export * from './api/commission-rate-cluster-rates-api';
|
|
243
248
|
export * from './api/commission-rate-clusters-api';
|
|
244
249
|
export * from './api/commission-rate-subscribers-api';
|
|
@@ -310,7 +315,14 @@ export * from './api/day-intervals-api';
|
|
|
310
315
|
export * from './api/diagnostic-code-groups-api';
|
|
311
316
|
export * from './api/diagnostic-code-types-api';
|
|
312
317
|
export * from './api/diagnostic-codes-api';
|
|
318
|
+
export * from './api/disability-event-case-changes-api';
|
|
319
|
+
export * from './api/disability-event-deduction-changes-api';
|
|
320
|
+
export * from './api/disability-event-field-changes-api';
|
|
321
|
+
export * from './api/disability-event-fields-api';
|
|
322
|
+
export * from './api/disability-event-groups-api';
|
|
313
323
|
export * from './api/disability-options-api';
|
|
324
|
+
export * from './api/disaster-locations-api';
|
|
325
|
+
export * from './api/disasters-api';
|
|
314
326
|
export * from './api/drug-code-units-api';
|
|
315
327
|
export * from './api/drug-codes-api';
|
|
316
328
|
export * from './api/duplicate-columns-api';
|
|
@@ -391,9 +403,11 @@ export * from './api/grievance-resolution-types-api';
|
|
|
391
403
|
export * from './api/grievance-statuses-api';
|
|
392
404
|
export * from './api/grievance-types-api';
|
|
393
405
|
export * from './api/grievances-api';
|
|
406
|
+
export * from './api/group-achpulls-api';
|
|
394
407
|
export * from './api/group-account-periods-api';
|
|
395
408
|
export * from './api/group-account-reports-api';
|
|
396
409
|
export * from './api/group-advice-to-pay-api';
|
|
410
|
+
export * from './api/group-bill-cycle-payment-methods-api';
|
|
397
411
|
export * from './api/group-calculate-interest-network-options-api';
|
|
398
412
|
export * from './api/group-calculate-interest-options-api';
|
|
399
413
|
export * from './api/group-classes-api';
|
|
@@ -490,6 +504,7 @@ export * from './api/member-account-plans-api';
|
|
|
490
504
|
export * from './api/member-accounts-api';
|
|
491
505
|
export * from './api/member-accum-api';
|
|
492
506
|
export * from './api/member-address-api';
|
|
507
|
+
export * from './api/member-address-history-api';
|
|
493
508
|
export * from './api/member-beneficiary-api';
|
|
494
509
|
export * from './api/member-beneficiary-plans-api';
|
|
495
510
|
export * from './api/member-cobsavings-api';
|
|
@@ -510,6 +525,7 @@ export * from './api/member-networks-api';
|
|
|
510
525
|
export * from './api/member-occupations-api';
|
|
511
526
|
export * from './api/member-payments-api';
|
|
512
527
|
export * from './api/member-plan-years-api';
|
|
528
|
+
export * from './api/member-pre-ex-disclosed-diags-api';
|
|
513
529
|
export * from './api/member-pre-existing-diagnostic-codes-api';
|
|
514
530
|
export * from './api/member-prior-accumulators-api';
|
|
515
531
|
export * from './api/member-provider-alternates-api';
|
|
@@ -539,6 +555,7 @@ export * from './api/pbmtypes-api';
|
|
|
539
555
|
export * from './api/pay-frequency-api';
|
|
540
556
|
export * from './api/payee-accounts-api';
|
|
541
557
|
export * from './api/payees-api';
|
|
558
|
+
export * from './api/payment-methods-api';
|
|
542
559
|
export * from './api/payment-schedules-api';
|
|
543
560
|
export * from './api/payor-api';
|
|
544
561
|
export * from './api/payor-account-notifications-api';
|
|
@@ -610,6 +627,7 @@ export * from './api/premium-payment-types-api';
|
|
|
610
627
|
export * from './api/premium-payments-api';
|
|
611
628
|
export * from './api/premium-payments-on-accounts-api';
|
|
612
629
|
export * from './api/premium-payments-on-subscribers-api';
|
|
630
|
+
export * from './api/premium-rate-add-ons-api';
|
|
613
631
|
export * from './api/premium-rate-age-types-api';
|
|
614
632
|
export * from './api/premium-rate-basis-api';
|
|
615
633
|
export * from './api/premium-rate-categories-api';
|
|
@@ -741,6 +759,11 @@ export * from './api/security-area-reports-api';
|
|
|
741
759
|
export * from './api/security-area-user-groups-api';
|
|
742
760
|
export * from './api/security-area-users-api';
|
|
743
761
|
export * from './api/security-areas-api';
|
|
762
|
+
export * from './api/security-field-set-details-api';
|
|
763
|
+
export * from './api/security-field-sets-api';
|
|
764
|
+
export * from './api/security-field-user-groups-api';
|
|
765
|
+
export * from './api/security-field-users-api';
|
|
766
|
+
export * from './api/security-fields-api';
|
|
744
767
|
export * from './api/security-group-division-user-groups-api';
|
|
745
768
|
export * from './api/security-group-division-users-api';
|
|
746
769
|
export * from './api/security-levels-api';
|
|
@@ -768,7 +791,9 @@ export * from './api/subscriber-plan-policy-forfeitures-api';
|
|
|
768
791
|
export * from './api/subscriber-plan-policy-statuses-api';
|
|
769
792
|
export * from './api/subscriber-premium-rate-splits-api';
|
|
770
793
|
export * from './api/subscriber-prior-accumulators-api';
|
|
794
|
+
export * from './api/subscriber-sponsors-api';
|
|
771
795
|
export * from './api/subscriber-waive-premiums-api';
|
|
796
|
+
export * from './api/subscriber-writing-agents-api';
|
|
772
797
|
export * from './api/subscribers-api';
|
|
773
798
|
export * from './api/suffix-api';
|
|
774
799
|
export * from './api/support-api';
|
|
@@ -782,6 +807,7 @@ export * from './api/taxonomy-group-types-api';
|
|
|
782
807
|
export * from './api/taxonomy-groups-api';
|
|
783
808
|
export * from './api/tiers-api';
|
|
784
809
|
export * from './api/timely-filing-api';
|
|
810
|
+
export * from './api/tolerances-api';
|
|
785
811
|
export * from './api/tooth-api';
|
|
786
812
|
export * from './api/tooth-actions-api';
|
|
787
813
|
export * from './api/tooth-chart-types-api';
|
|
@@ -798,6 +824,7 @@ export * from './api/user-api';
|
|
|
798
824
|
export * from './api/user-amount-api';
|
|
799
825
|
export * from './api/user-amount-procedure-api';
|
|
800
826
|
export * from './api/user-experience-api';
|
|
827
|
+
export * from './api/user-field-security-api';
|
|
801
828
|
export * from './api/user-group-mappings-api';
|
|
802
829
|
export * from './api/user-groups-api';
|
|
803
830
|
export * from './api/user-log-types-api';
|
|
@@ -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 { AdjudicateBenefitMatchDetail } from './adjudicate-benefit-match-detail';
|
|
17
|
+
import { Debug } from './debug';
|
|
18
|
+
import { VBAProblemDetails } from './vbaproblem-details';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AdjudicateBenefitMatchDetailListVBAResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface AdjudicateBenefitMatchDetailListVBAResponse {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<AdjudicateBenefitMatchDetail>}
|
|
29
|
+
* @memberof AdjudicateBenefitMatchDetailListVBAResponse
|
|
30
|
+
*/
|
|
31
|
+
'data'?: Array<AdjudicateBenefitMatchDetail> | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VBAProblemDetails}
|
|
35
|
+
* @memberof AdjudicateBenefitMatchDetailListVBAResponse
|
|
36
|
+
*/
|
|
37
|
+
'error'?: VBAProblemDetails;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Debug}
|
|
41
|
+
* @memberof AdjudicateBenefitMatchDetailListVBAResponse
|
|
42
|
+
*/
|
|
43
|
+
'debug'?: Debug;
|
|
44
|
+
}
|
|
45
|
+
|