@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230403.1 → 1.20230506.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +20 -1
- package/api/capitation-plan-rates-api.ts +22 -13
- package/api/commission-adjustments-api.ts +59 -107
- package/api/commission-rate-subscribers-api.ts +126 -0
- package/api/context4-health-cost-containment-option-pricing-api.ts +17 -8
- package/api/context4-health-cost-containment-options-api.ts +17 -8
- package/api/groups-api.ts +97 -0
- package/api/invoice-status-api.ts +155 -0
- package/api/invoice-types-api.ts +155 -0
- package/api/members-api.ts +323 -0
- package/api/plan-relationship-age-restrictions-api.ts +63 -148
- package/api/premium-invoice-subscribers-api.ts +123 -0
- package/api/process-logging-api.ts +105 -0
- package/api/security-area-user-groups-api.ts +100 -0
- package/api/security-area-users-api.ts +98 -0
- package/api/subscriber-plan-policy-forfeitures-api.ts +581 -35
- package/api/ucnetwork-api.ts +710 -0
- package/api.ts +3 -1
- package/models/auth-adjustment.ts +2 -2
- package/models/billing-cycle.ts +25 -1
- package/models/call-tracking.ts +25 -1
- package/models/check-batch.ts +27 -3
- package/models/commission-adjustment.ts +21 -15
- package/models/commission-rate.ts +90 -36
- package/models/company-data.ts +12 -0
- package/models/enrollment-pcpauto-assign-member-list-vbaresponse.ts +45 -0
- package/models/enrollment-pcpauto-assign-member.ts +96 -0
- package/models/enrollment-pcpauto-assign-provider-list-vbaresponse.ts +45 -0
- package/models/enrollment-pcpauto-assign-provider.ts +90 -0
- package/models/enrollment-pcpauto-assign.ts +3 -3
- package/models/index.ts +17 -0
- package/models/payee.ts +29 -5
- package/models/plan-pre-ex.ts +54 -0
- package/models/plans.ts +6 -0
- package/models/prem-invoice.ts +27 -21
- package/models/prem-rate-type.ts +6 -0
- package/models/prem-rate.ts +6 -0
- package/models/state-interest.ts +72 -0
- package/models/state.ts +35 -5
- package/models/string-list-vbaresponse.ts +44 -0
- package/models/sub-enrollment-plan.ts +6 -0
- package/models/sub-payment-method.ts +16 -10
- package/models/subscriber-forfeiture-status.ts +25 -1
- package/models/subscribers.ts +6 -0
- package/models/ucnetwork-list-vbaresponse.ts +45 -0
- package/models/ucnetwork-vbaresponse.ts +45 -0
- package/models/ucnetwork.ts +90 -0
- package/models/vbacommission-rate-subscriber-list-vbaresponse.ts +45 -0
- package/models/vbacommission-rate-subscriber.ts +48 -0
- package/models/vbagroup-enrollment-summary-vbaresponse.ts +45 -0
- package/models/vbagroup-enrollment-summary.ts +48 -0
- package/models/vbamembers-disability-tax-summary-vbaresponse.ts +45 -0
- package/models/vbamembers-disability-tax-summary.ts +276 -0
- package/models/vbaprem-invoice-subscriber-history-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-history.ts +108 -0
- package/models/vbaprocess-log-list-vbaresponse.ts +45 -0
- package/package.json +1 -1
- package/api/subscriber-plan-forfeitures-api.ts +0 -731
|
@@ -1,731 +0,0 @@
|
|
|
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 { MultiCodeResponseListVBAResponse } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
|
-
import { SubscriberForfeitureStatus } from '../models';
|
|
27
|
-
// @ts-ignore
|
|
28
|
-
import { SubscriberForfeitureStatusListVBAResponse } from '../models';
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { SubscriberForfeitureStatusVBAResponse } from '../models';
|
|
31
|
-
/**
|
|
32
|
-
* SubscriberPlanForfeituresApi - axios parameter creator
|
|
33
|
-
* @export
|
|
34
|
-
*/
|
|
35
|
-
export const SubscriberPlanForfeituresApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
36
|
-
return {
|
|
37
|
-
/**
|
|
38
|
-
* Deletes an Subscriber Forfeiture Status
|
|
39
|
-
* @summary Delete Subscriber Forfeiture Status
|
|
40
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
41
|
-
* @param {string} subscriberID Subscriber ID
|
|
42
|
-
* @param {string} planID Plan ID
|
|
43
|
-
* @param {string} benefitCode Benefit Code
|
|
44
|
-
* @param {string} policyNumber Policy Number
|
|
45
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
46
|
-
* @param {*} [options] Override http request option.
|
|
47
|
-
* @throws {RequiredError}
|
|
48
|
-
*/
|
|
49
|
-
deleteSubscriberForfeitureStatus: async (vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
50
|
-
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
51
|
-
assertParamExists('deleteSubscriberForfeitureStatus', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
52
|
-
// verify required parameter 'subscriberID' is not null or undefined
|
|
53
|
-
assertParamExists('deleteSubscriberForfeitureStatus', 'subscriberID', subscriberID)
|
|
54
|
-
// verify required parameter 'planID' is not null or undefined
|
|
55
|
-
assertParamExists('deleteSubscriberForfeitureStatus', 'planID', planID)
|
|
56
|
-
// verify required parameter 'benefitCode' is not null or undefined
|
|
57
|
-
assertParamExists('deleteSubscriberForfeitureStatus', 'benefitCode', benefitCode)
|
|
58
|
-
// verify required parameter 'policyNumber' is not null or undefined
|
|
59
|
-
assertParamExists('deleteSubscriberForfeitureStatus', 'policyNumber', policyNumber)
|
|
60
|
-
// verify required parameter 'forfeitureStatus' is not null or undefined
|
|
61
|
-
assertParamExists('deleteSubscriberForfeitureStatus', 'forfeitureStatus', forfeitureStatus)
|
|
62
|
-
const localVarPath = `/subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/forfeitures/{forfeitureStatus}`
|
|
63
|
-
.replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)))
|
|
64
|
-
.replace(`{${"planID"}}`, encodeURIComponent(String(planID)))
|
|
65
|
-
.replace(`{${"benefitCode"}}`, encodeURIComponent(String(benefitCode)))
|
|
66
|
-
.replace(`{${"policyNumber"}}`, encodeURIComponent(String(policyNumber)))
|
|
67
|
-
.replace(`{${"forfeitureStatus"}}`, encodeURIComponent(String(forfeitureStatus)));
|
|
68
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
69
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
70
|
-
let baseOptions;
|
|
71
|
-
if (configuration) {
|
|
72
|
-
baseOptions = configuration.baseOptions;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
76
|
-
const localVarHeaderParameter = {} as any;
|
|
77
|
-
const localVarQueryParameter = {} as any;
|
|
78
|
-
|
|
79
|
-
// authentication apiKeyAuth required
|
|
80
|
-
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
81
|
-
|
|
82
|
-
// authentication bearerAuth required
|
|
83
|
-
// http bearer authentication required
|
|
84
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
85
|
-
|
|
86
|
-
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
87
|
-
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
95
|
-
|
|
96
|
-
return {
|
|
97
|
-
url: toPathString(localVarUrlObj),
|
|
98
|
-
options: localVarRequestOptions,
|
|
99
|
-
};
|
|
100
|
-
},
|
|
101
|
-
/**
|
|
102
|
-
* Gets Subscriber Forfeiture Status
|
|
103
|
-
* @summary Get Subscriber Forfeiture Status
|
|
104
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
105
|
-
* @param {string} subscriberID Subscriber ID
|
|
106
|
-
* @param {string} planID Plan ID
|
|
107
|
-
* @param {string} benefitCode Benefit Code
|
|
108
|
-
* @param {string} policyNumber Policy Number
|
|
109
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
110
|
-
* @param {*} [options] Override http request option.
|
|
111
|
-
* @throws {RequiredError}
|
|
112
|
-
*/
|
|
113
|
-
getSubscriberForfeitureStatus: async (vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
114
|
-
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
115
|
-
assertParamExists('getSubscriberForfeitureStatus', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
116
|
-
// verify required parameter 'subscriberID' is not null or undefined
|
|
117
|
-
assertParamExists('getSubscriberForfeitureStatus', 'subscriberID', subscriberID)
|
|
118
|
-
// verify required parameter 'planID' is not null or undefined
|
|
119
|
-
assertParamExists('getSubscriberForfeitureStatus', 'planID', planID)
|
|
120
|
-
// verify required parameter 'benefitCode' is not null or undefined
|
|
121
|
-
assertParamExists('getSubscriberForfeitureStatus', 'benefitCode', benefitCode)
|
|
122
|
-
// verify required parameter 'policyNumber' is not null or undefined
|
|
123
|
-
assertParamExists('getSubscriberForfeitureStatus', 'policyNumber', policyNumber)
|
|
124
|
-
// verify required parameter 'forfeitureStatus' is not null or undefined
|
|
125
|
-
assertParamExists('getSubscriberForfeitureStatus', 'forfeitureStatus', forfeitureStatus)
|
|
126
|
-
const localVarPath = `/subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/forfeitures/{forfeitureStatus}`
|
|
127
|
-
.replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)))
|
|
128
|
-
.replace(`{${"planID"}}`, encodeURIComponent(String(planID)))
|
|
129
|
-
.replace(`{${"benefitCode"}}`, encodeURIComponent(String(benefitCode)))
|
|
130
|
-
.replace(`{${"policyNumber"}}`, encodeURIComponent(String(policyNumber)))
|
|
131
|
-
.replace(`{${"forfeitureStatus"}}`, encodeURIComponent(String(forfeitureStatus)));
|
|
132
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
133
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
134
|
-
let baseOptions;
|
|
135
|
-
if (configuration) {
|
|
136
|
-
baseOptions = configuration.baseOptions;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
140
|
-
const localVarHeaderParameter = {} as any;
|
|
141
|
-
const localVarQueryParameter = {} as any;
|
|
142
|
-
|
|
143
|
-
// authentication apiKeyAuth required
|
|
144
|
-
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
145
|
-
|
|
146
|
-
// authentication bearerAuth required
|
|
147
|
-
// http bearer authentication required
|
|
148
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
149
|
-
|
|
150
|
-
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
151
|
-
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
157
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
158
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
159
|
-
|
|
160
|
-
return {
|
|
161
|
-
url: toPathString(localVarUrlObj),
|
|
162
|
-
options: localVarRequestOptions,
|
|
163
|
-
};
|
|
164
|
-
},
|
|
165
|
-
/**
|
|
166
|
-
* Lists all Subscriber Forfeiture Status for the given subscriberID and planID and benefitCode and policyNumber
|
|
167
|
-
* @summary List Subscriber Forfeiture Status
|
|
168
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
169
|
-
* @param {string} subscriberID Subscriber ID
|
|
170
|
-
* @param {string} planID Plan ID
|
|
171
|
-
* @param {string} benefitCode Benefit Code
|
|
172
|
-
* @param {string} policyNumber Policy Number
|
|
173
|
-
* @param {number} [page] Page
|
|
174
|
-
* @param {number} [pageSize] Page Size
|
|
175
|
-
* @param {*} [options] Override http request option.
|
|
176
|
-
* @throws {RequiredError}
|
|
177
|
-
*/
|
|
178
|
-
listSubscriberForfeitureStatus: async (vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
179
|
-
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
180
|
-
assertParamExists('listSubscriberForfeitureStatus', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
181
|
-
// verify required parameter 'subscriberID' is not null or undefined
|
|
182
|
-
assertParamExists('listSubscriberForfeitureStatus', 'subscriberID', subscriberID)
|
|
183
|
-
// verify required parameter 'planID' is not null or undefined
|
|
184
|
-
assertParamExists('listSubscriberForfeitureStatus', 'planID', planID)
|
|
185
|
-
// verify required parameter 'benefitCode' is not null or undefined
|
|
186
|
-
assertParamExists('listSubscriberForfeitureStatus', 'benefitCode', benefitCode)
|
|
187
|
-
// verify required parameter 'policyNumber' is not null or undefined
|
|
188
|
-
assertParamExists('listSubscriberForfeitureStatus', 'policyNumber', policyNumber)
|
|
189
|
-
const localVarPath = `/subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/forfeitures`
|
|
190
|
-
.replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)))
|
|
191
|
-
.replace(`{${"planID"}}`, encodeURIComponent(String(planID)))
|
|
192
|
-
.replace(`{${"benefitCode"}}`, encodeURIComponent(String(benefitCode)))
|
|
193
|
-
.replace(`{${"policyNumber"}}`, encodeURIComponent(String(policyNumber)));
|
|
194
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
195
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
196
|
-
let baseOptions;
|
|
197
|
-
if (configuration) {
|
|
198
|
-
baseOptions = configuration.baseOptions;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
202
|
-
const localVarHeaderParameter = {} as any;
|
|
203
|
-
const localVarQueryParameter = {} as any;
|
|
204
|
-
|
|
205
|
-
// authentication apiKeyAuth required
|
|
206
|
-
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
207
|
-
|
|
208
|
-
// authentication bearerAuth required
|
|
209
|
-
// http bearer authentication required
|
|
210
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
211
|
-
|
|
212
|
-
if (page !== undefined) {
|
|
213
|
-
localVarQueryParameter['page'] = page;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
if (pageSize !== undefined) {
|
|
217
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
221
|
-
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
227
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
228
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
229
|
-
|
|
230
|
-
return {
|
|
231
|
-
url: toPathString(localVarUrlObj),
|
|
232
|
-
options: localVarRequestOptions,
|
|
233
|
-
};
|
|
234
|
-
},
|
|
235
|
-
/**
|
|
236
|
-
* Create or Update multiple Subscriber Forfeiture Status at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
237
|
-
* @summary Create or Update Batch Subscriber Forfeiture Status
|
|
238
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
239
|
-
* @param {string} subscriberID Subscriber ID
|
|
240
|
-
* @param {string} planID Plan ID
|
|
241
|
-
* @param {string} benefitCode Benefit Code
|
|
242
|
-
* @param {string} policyNumber Policy Number
|
|
243
|
-
* @param {Array<SubscriberForfeitureStatus>} subscriberForfeitureStatus
|
|
244
|
-
* @param {*} [options] Override http request option.
|
|
245
|
-
* @throws {RequiredError}
|
|
246
|
-
*/
|
|
247
|
-
updateBatchSubscriberForfeitureStatus: async (vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, subscriberForfeitureStatus: Array<SubscriberForfeitureStatus>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
248
|
-
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
249
|
-
assertParamExists('updateBatchSubscriberForfeitureStatus', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
250
|
-
// verify required parameter 'subscriberID' is not null or undefined
|
|
251
|
-
assertParamExists('updateBatchSubscriberForfeitureStatus', 'subscriberID', subscriberID)
|
|
252
|
-
// verify required parameter 'planID' is not null or undefined
|
|
253
|
-
assertParamExists('updateBatchSubscriberForfeitureStatus', 'planID', planID)
|
|
254
|
-
// verify required parameter 'benefitCode' is not null or undefined
|
|
255
|
-
assertParamExists('updateBatchSubscriberForfeitureStatus', 'benefitCode', benefitCode)
|
|
256
|
-
// verify required parameter 'policyNumber' is not null or undefined
|
|
257
|
-
assertParamExists('updateBatchSubscriberForfeitureStatus', 'policyNumber', policyNumber)
|
|
258
|
-
// verify required parameter 'subscriberForfeitureStatus' is not null or undefined
|
|
259
|
-
assertParamExists('updateBatchSubscriberForfeitureStatus', 'subscriberForfeitureStatus', subscriberForfeitureStatus)
|
|
260
|
-
const localVarPath = `/subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/forfeitures-batch`
|
|
261
|
-
.replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)))
|
|
262
|
-
.replace(`{${"planID"}}`, encodeURIComponent(String(planID)))
|
|
263
|
-
.replace(`{${"benefitCode"}}`, encodeURIComponent(String(benefitCode)))
|
|
264
|
-
.replace(`{${"policyNumber"}}`, encodeURIComponent(String(policyNumber)));
|
|
265
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
266
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
267
|
-
let baseOptions;
|
|
268
|
-
if (configuration) {
|
|
269
|
-
baseOptions = configuration.baseOptions;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
273
|
-
const localVarHeaderParameter = {} as any;
|
|
274
|
-
const localVarQueryParameter = {} as any;
|
|
275
|
-
|
|
276
|
-
// authentication apiKeyAuth required
|
|
277
|
-
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
278
|
-
|
|
279
|
-
// authentication bearerAuth required
|
|
280
|
-
// http bearer authentication required
|
|
281
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
282
|
-
|
|
283
|
-
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
284
|
-
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
290
|
-
|
|
291
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
292
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
293
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
294
|
-
localVarRequestOptions.data = serializeDataIfNeeded(subscriberForfeitureStatus, localVarRequestOptions, configuration)
|
|
295
|
-
|
|
296
|
-
return {
|
|
297
|
-
url: toPathString(localVarUrlObj),
|
|
298
|
-
options: localVarRequestOptions,
|
|
299
|
-
};
|
|
300
|
-
},
|
|
301
|
-
/**
|
|
302
|
-
* Updates a specific Subscriber Forfeiture Status.
|
|
303
|
-
* @summary Update Subscriber Forfeiture Status
|
|
304
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
305
|
-
* @param {string} subscriberID Subscriber ID
|
|
306
|
-
* @param {string} planID Plan ID
|
|
307
|
-
* @param {string} benefitCode Benefit Code
|
|
308
|
-
* @param {string} policyNumber Policy Number
|
|
309
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
310
|
-
* @param {SubscriberForfeitureStatus} subscriberForfeitureStatus
|
|
311
|
-
* @param {*} [options] Override http request option.
|
|
312
|
-
* @throws {RequiredError}
|
|
313
|
-
*/
|
|
314
|
-
updateSubscriberForfeitureStatus: async (vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, subscriberForfeitureStatus: SubscriberForfeitureStatus, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
315
|
-
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
316
|
-
assertParamExists('updateSubscriberForfeitureStatus', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
317
|
-
// verify required parameter 'subscriberID' is not null or undefined
|
|
318
|
-
assertParamExists('updateSubscriberForfeitureStatus', 'subscriberID', subscriberID)
|
|
319
|
-
// verify required parameter 'planID' is not null or undefined
|
|
320
|
-
assertParamExists('updateSubscriberForfeitureStatus', 'planID', planID)
|
|
321
|
-
// verify required parameter 'benefitCode' is not null or undefined
|
|
322
|
-
assertParamExists('updateSubscriberForfeitureStatus', 'benefitCode', benefitCode)
|
|
323
|
-
// verify required parameter 'policyNumber' is not null or undefined
|
|
324
|
-
assertParamExists('updateSubscriberForfeitureStatus', 'policyNumber', policyNumber)
|
|
325
|
-
// verify required parameter 'forfeitureStatus' is not null or undefined
|
|
326
|
-
assertParamExists('updateSubscriberForfeitureStatus', 'forfeitureStatus', forfeitureStatus)
|
|
327
|
-
// verify required parameter 'subscriberForfeitureStatus' is not null or undefined
|
|
328
|
-
assertParamExists('updateSubscriberForfeitureStatus', 'subscriberForfeitureStatus', subscriberForfeitureStatus)
|
|
329
|
-
const localVarPath = `/subscribers/{subscriberID}/plans/{planID}/benefits/{benefitCode}/policies/{policyNumber}/forfeitures/{forfeitureStatus}`
|
|
330
|
-
.replace(`{${"subscriberID"}}`, encodeURIComponent(String(subscriberID)))
|
|
331
|
-
.replace(`{${"planID"}}`, encodeURIComponent(String(planID)))
|
|
332
|
-
.replace(`{${"benefitCode"}}`, encodeURIComponent(String(benefitCode)))
|
|
333
|
-
.replace(`{${"policyNumber"}}`, encodeURIComponent(String(policyNumber)))
|
|
334
|
-
.replace(`{${"forfeitureStatus"}}`, encodeURIComponent(String(forfeitureStatus)));
|
|
335
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
336
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
337
|
-
let baseOptions;
|
|
338
|
-
if (configuration) {
|
|
339
|
-
baseOptions = configuration.baseOptions;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
343
|
-
const localVarHeaderParameter = {} as any;
|
|
344
|
-
const localVarQueryParameter = {} as any;
|
|
345
|
-
|
|
346
|
-
// authentication apiKeyAuth required
|
|
347
|
-
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
348
|
-
|
|
349
|
-
// authentication bearerAuth required
|
|
350
|
-
// http bearer authentication required
|
|
351
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
352
|
-
|
|
353
|
-
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
354
|
-
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
360
|
-
|
|
361
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
362
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
363
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
364
|
-
localVarRequestOptions.data = serializeDataIfNeeded(subscriberForfeitureStatus, localVarRequestOptions, configuration)
|
|
365
|
-
|
|
366
|
-
return {
|
|
367
|
-
url: toPathString(localVarUrlObj),
|
|
368
|
-
options: localVarRequestOptions,
|
|
369
|
-
};
|
|
370
|
-
},
|
|
371
|
-
}
|
|
372
|
-
};
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
* SubscriberPlanForfeituresApi - functional programming interface
|
|
376
|
-
* @export
|
|
377
|
-
*/
|
|
378
|
-
export const SubscriberPlanForfeituresApiFp = function(configuration?: Configuration) {
|
|
379
|
-
const localVarAxiosParamCreator = SubscriberPlanForfeituresApiAxiosParamCreator(configuration)
|
|
380
|
-
return {
|
|
381
|
-
/**
|
|
382
|
-
* Deletes an Subscriber Forfeiture Status
|
|
383
|
-
* @summary Delete Subscriber Forfeiture Status
|
|
384
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
385
|
-
* @param {string} subscriberID Subscriber ID
|
|
386
|
-
* @param {string} planID Plan ID
|
|
387
|
-
* @param {string} benefitCode Benefit Code
|
|
388
|
-
* @param {string} policyNumber Policy Number
|
|
389
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
390
|
-
* @param {*} [options] Override http request option.
|
|
391
|
-
* @throws {RequiredError}
|
|
392
|
-
*/
|
|
393
|
-
async deleteSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
394
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, options);
|
|
395
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
396
|
-
},
|
|
397
|
-
/**
|
|
398
|
-
* Gets Subscriber Forfeiture Status
|
|
399
|
-
* @summary Get Subscriber Forfeiture Status
|
|
400
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
401
|
-
* @param {string} subscriberID Subscriber ID
|
|
402
|
-
* @param {string} planID Plan ID
|
|
403
|
-
* @param {string} benefitCode Benefit Code
|
|
404
|
-
* @param {string} policyNumber Policy Number
|
|
405
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
406
|
-
* @param {*} [options] Override http request option.
|
|
407
|
-
* @throws {RequiredError}
|
|
408
|
-
*/
|
|
409
|
-
async getSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriberForfeitureStatusVBAResponse>> {
|
|
410
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, options);
|
|
411
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
412
|
-
},
|
|
413
|
-
/**
|
|
414
|
-
* Lists all Subscriber Forfeiture Status for the given subscriberID and planID and benefitCode and policyNumber
|
|
415
|
-
* @summary List Subscriber Forfeiture Status
|
|
416
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
417
|
-
* @param {string} subscriberID Subscriber ID
|
|
418
|
-
* @param {string} planID Plan ID
|
|
419
|
-
* @param {string} benefitCode Benefit Code
|
|
420
|
-
* @param {string} policyNumber Policy Number
|
|
421
|
-
* @param {number} [page] Page
|
|
422
|
-
* @param {number} [pageSize] Page Size
|
|
423
|
-
* @param {*} [options] Override http request option.
|
|
424
|
-
* @throws {RequiredError}
|
|
425
|
-
*/
|
|
426
|
-
async listSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriberForfeitureStatusListVBAResponse>> {
|
|
427
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.listSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, page, pageSize, options);
|
|
428
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
429
|
-
},
|
|
430
|
-
/**
|
|
431
|
-
* Create or Update multiple Subscriber Forfeiture Status at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
432
|
-
* @summary Create or Update Batch Subscriber Forfeiture Status
|
|
433
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
434
|
-
* @param {string} subscriberID Subscriber ID
|
|
435
|
-
* @param {string} planID Plan ID
|
|
436
|
-
* @param {string} benefitCode Benefit Code
|
|
437
|
-
* @param {string} policyNumber Policy Number
|
|
438
|
-
* @param {Array<SubscriberForfeitureStatus>} subscriberForfeitureStatus
|
|
439
|
-
* @param {*} [options] Override http request option.
|
|
440
|
-
* @throws {RequiredError}
|
|
441
|
-
*/
|
|
442
|
-
async updateBatchSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, subscriberForfeitureStatus: Array<SubscriberForfeitureStatus>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
|
|
443
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, subscriberForfeitureStatus, options);
|
|
444
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
445
|
-
},
|
|
446
|
-
/**
|
|
447
|
-
* Updates a specific Subscriber Forfeiture Status.
|
|
448
|
-
* @summary Update Subscriber Forfeiture Status
|
|
449
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
450
|
-
* @param {string} subscriberID Subscriber ID
|
|
451
|
-
* @param {string} planID Plan ID
|
|
452
|
-
* @param {string} benefitCode Benefit Code
|
|
453
|
-
* @param {string} policyNumber Policy Number
|
|
454
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
455
|
-
* @param {SubscriberForfeitureStatus} subscriberForfeitureStatus
|
|
456
|
-
* @param {*} [options] Override http request option.
|
|
457
|
-
* @throws {RequiredError}
|
|
458
|
-
*/
|
|
459
|
-
async updateSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, subscriberForfeitureStatus: SubscriberForfeitureStatus, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubscriberForfeitureStatusVBAResponse>> {
|
|
460
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, subscriberForfeitureStatus, options);
|
|
461
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
462
|
-
},
|
|
463
|
-
}
|
|
464
|
-
};
|
|
465
|
-
|
|
466
|
-
/**
|
|
467
|
-
* SubscriberPlanForfeituresApi - factory interface
|
|
468
|
-
* @export
|
|
469
|
-
*/
|
|
470
|
-
export const SubscriberPlanForfeituresApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
471
|
-
const localVarFp = SubscriberPlanForfeituresApiFp(configuration)
|
|
472
|
-
return {
|
|
473
|
-
/**
|
|
474
|
-
* Deletes an Subscriber Forfeiture Status
|
|
475
|
-
* @summary Delete Subscriber Forfeiture Status
|
|
476
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
477
|
-
* @param {string} subscriberID Subscriber ID
|
|
478
|
-
* @param {string} planID Plan ID
|
|
479
|
-
* @param {string} benefitCode Benefit Code
|
|
480
|
-
* @param {string} policyNumber Policy Number
|
|
481
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
482
|
-
* @param {*} [options] Override http request option.
|
|
483
|
-
* @throws {RequiredError}
|
|
484
|
-
*/
|
|
485
|
-
deleteSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: any): AxiosPromise<void> {
|
|
486
|
-
return localVarFp.deleteSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, options).then((request) => request(axios, basePath));
|
|
487
|
-
},
|
|
488
|
-
/**
|
|
489
|
-
* Gets Subscriber Forfeiture Status
|
|
490
|
-
* @summary Get Subscriber Forfeiture Status
|
|
491
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
492
|
-
* @param {string} subscriberID Subscriber ID
|
|
493
|
-
* @param {string} planID Plan ID
|
|
494
|
-
* @param {string} benefitCode Benefit Code
|
|
495
|
-
* @param {string} policyNumber Policy Number
|
|
496
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
497
|
-
* @param {*} [options] Override http request option.
|
|
498
|
-
* @throws {RequiredError}
|
|
499
|
-
*/
|
|
500
|
-
getSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: any): AxiosPromise<SubscriberForfeitureStatusVBAResponse> {
|
|
501
|
-
return localVarFp.getSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, options).then((request) => request(axios, basePath));
|
|
502
|
-
},
|
|
503
|
-
/**
|
|
504
|
-
* Lists all Subscriber Forfeiture Status for the given subscriberID and planID and benefitCode and policyNumber
|
|
505
|
-
* @summary List Subscriber Forfeiture Status
|
|
506
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
507
|
-
* @param {string} subscriberID Subscriber ID
|
|
508
|
-
* @param {string} planID Plan ID
|
|
509
|
-
* @param {string} benefitCode Benefit Code
|
|
510
|
-
* @param {string} policyNumber Policy Number
|
|
511
|
-
* @param {number} [page] Page
|
|
512
|
-
* @param {number} [pageSize] Page Size
|
|
513
|
-
* @param {*} [options] Override http request option.
|
|
514
|
-
* @throws {RequiredError}
|
|
515
|
-
*/
|
|
516
|
-
listSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, page?: number, pageSize?: number, options?: any): AxiosPromise<SubscriberForfeitureStatusListVBAResponse> {
|
|
517
|
-
return localVarFp.listSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, page, pageSize, options).then((request) => request(axios, basePath));
|
|
518
|
-
},
|
|
519
|
-
/**
|
|
520
|
-
* Create or Update multiple Subscriber Forfeiture Status at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
521
|
-
* @summary Create or Update Batch Subscriber Forfeiture Status
|
|
522
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
523
|
-
* @param {string} subscriberID Subscriber ID
|
|
524
|
-
* @param {string} planID Plan ID
|
|
525
|
-
* @param {string} benefitCode Benefit Code
|
|
526
|
-
* @param {string} policyNumber Policy Number
|
|
527
|
-
* @param {Array<SubscriberForfeitureStatus>} subscriberForfeitureStatus
|
|
528
|
-
* @param {*} [options] Override http request option.
|
|
529
|
-
* @throws {RequiredError}
|
|
530
|
-
*/
|
|
531
|
-
updateBatchSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, subscriberForfeitureStatus: Array<SubscriberForfeitureStatus>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
|
|
532
|
-
return localVarFp.updateBatchSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, subscriberForfeitureStatus, options).then((request) => request(axios, basePath));
|
|
533
|
-
},
|
|
534
|
-
/**
|
|
535
|
-
* Updates a specific Subscriber Forfeiture Status.
|
|
536
|
-
* @summary Update Subscriber Forfeiture Status
|
|
537
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
538
|
-
* @param {string} subscriberID Subscriber ID
|
|
539
|
-
* @param {string} planID Plan ID
|
|
540
|
-
* @param {string} benefitCode Benefit Code
|
|
541
|
-
* @param {string} policyNumber Policy Number
|
|
542
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
543
|
-
* @param {SubscriberForfeitureStatus} subscriberForfeitureStatus
|
|
544
|
-
* @param {*} [options] Override http request option.
|
|
545
|
-
* @throws {RequiredError}
|
|
546
|
-
*/
|
|
547
|
-
updateSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, subscriberForfeitureStatus: SubscriberForfeitureStatus, options?: any): AxiosPromise<SubscriberForfeitureStatusVBAResponse> {
|
|
548
|
-
return localVarFp.updateSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, subscriberForfeitureStatus, options).then((request) => request(axios, basePath));
|
|
549
|
-
},
|
|
550
|
-
};
|
|
551
|
-
};
|
|
552
|
-
|
|
553
|
-
/**
|
|
554
|
-
* SubscriberPlanForfeituresApi - interface
|
|
555
|
-
* @export
|
|
556
|
-
* @interface SubscriberPlanForfeituresApi
|
|
557
|
-
*/
|
|
558
|
-
export interface SubscriberPlanForfeituresApiInterface {
|
|
559
|
-
/**
|
|
560
|
-
* Deletes an Subscriber Forfeiture Status
|
|
561
|
-
* @summary Delete Subscriber Forfeiture Status
|
|
562
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
563
|
-
* @param {string} subscriberID Subscriber ID
|
|
564
|
-
* @param {string} planID Plan ID
|
|
565
|
-
* @param {string} benefitCode Benefit Code
|
|
566
|
-
* @param {string} policyNumber Policy Number
|
|
567
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
568
|
-
* @param {*} [options] Override http request option.
|
|
569
|
-
* @throws {RequiredError}
|
|
570
|
-
* @memberof SubscriberPlanForfeituresApiInterface
|
|
571
|
-
*/
|
|
572
|
-
deleteSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
573
|
-
|
|
574
|
-
/**
|
|
575
|
-
* Gets Subscriber Forfeiture Status
|
|
576
|
-
* @summary Get Subscriber Forfeiture Status
|
|
577
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
578
|
-
* @param {string} subscriberID Subscriber ID
|
|
579
|
-
* @param {string} planID Plan ID
|
|
580
|
-
* @param {string} benefitCode Benefit Code
|
|
581
|
-
* @param {string} policyNumber Policy Number
|
|
582
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
583
|
-
* @param {*} [options] Override http request option.
|
|
584
|
-
* @throws {RequiredError}
|
|
585
|
-
* @memberof SubscriberPlanForfeituresApiInterface
|
|
586
|
-
*/
|
|
587
|
-
getSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: AxiosRequestConfig): AxiosPromise<SubscriberForfeitureStatusVBAResponse>;
|
|
588
|
-
|
|
589
|
-
/**
|
|
590
|
-
* Lists all Subscriber Forfeiture Status for the given subscriberID and planID and benefitCode and policyNumber
|
|
591
|
-
* @summary List Subscriber Forfeiture Status
|
|
592
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
593
|
-
* @param {string} subscriberID Subscriber ID
|
|
594
|
-
* @param {string} planID Plan ID
|
|
595
|
-
* @param {string} benefitCode Benefit Code
|
|
596
|
-
* @param {string} policyNumber Policy Number
|
|
597
|
-
* @param {number} [page] Page
|
|
598
|
-
* @param {number} [pageSize] Page Size
|
|
599
|
-
* @param {*} [options] Override http request option.
|
|
600
|
-
* @throws {RequiredError}
|
|
601
|
-
* @memberof SubscriberPlanForfeituresApiInterface
|
|
602
|
-
*/
|
|
603
|
-
listSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<SubscriberForfeitureStatusListVBAResponse>;
|
|
604
|
-
|
|
605
|
-
/**
|
|
606
|
-
* Create or Update multiple Subscriber Forfeiture Status at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
607
|
-
* @summary Create or Update Batch Subscriber Forfeiture Status
|
|
608
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
609
|
-
* @param {string} subscriberID Subscriber ID
|
|
610
|
-
* @param {string} planID Plan ID
|
|
611
|
-
* @param {string} benefitCode Benefit Code
|
|
612
|
-
* @param {string} policyNumber Policy Number
|
|
613
|
-
* @param {Array<SubscriberForfeitureStatus>} subscriberForfeitureStatus
|
|
614
|
-
* @param {*} [options] Override http request option.
|
|
615
|
-
* @throws {RequiredError}
|
|
616
|
-
* @memberof SubscriberPlanForfeituresApiInterface
|
|
617
|
-
*/
|
|
618
|
-
updateBatchSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, subscriberForfeitureStatus: Array<SubscriberForfeitureStatus>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
|
|
619
|
-
|
|
620
|
-
/**
|
|
621
|
-
* Updates a specific Subscriber Forfeiture Status.
|
|
622
|
-
* @summary Update Subscriber Forfeiture Status
|
|
623
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
624
|
-
* @param {string} subscriberID Subscriber ID
|
|
625
|
-
* @param {string} planID Plan ID
|
|
626
|
-
* @param {string} benefitCode Benefit Code
|
|
627
|
-
* @param {string} policyNumber Policy Number
|
|
628
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
629
|
-
* @param {SubscriberForfeitureStatus} subscriberForfeitureStatus
|
|
630
|
-
* @param {*} [options] Override http request option.
|
|
631
|
-
* @throws {RequiredError}
|
|
632
|
-
* @memberof SubscriberPlanForfeituresApiInterface
|
|
633
|
-
*/
|
|
634
|
-
updateSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, subscriberForfeitureStatus: SubscriberForfeitureStatus, options?: AxiosRequestConfig): AxiosPromise<SubscriberForfeitureStatusVBAResponse>;
|
|
635
|
-
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/**
|
|
639
|
-
* SubscriberPlanForfeituresApi - object-oriented interface
|
|
640
|
-
* @export
|
|
641
|
-
* @class SubscriberPlanForfeituresApi
|
|
642
|
-
* @extends {BaseAPI}
|
|
643
|
-
*/
|
|
644
|
-
export class SubscriberPlanForfeituresApi extends BaseAPI implements SubscriberPlanForfeituresApiInterface {
|
|
645
|
-
/**
|
|
646
|
-
* Deletes an Subscriber Forfeiture Status
|
|
647
|
-
* @summary Delete Subscriber Forfeiture Status
|
|
648
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
649
|
-
* @param {string} subscriberID Subscriber ID
|
|
650
|
-
* @param {string} planID Plan ID
|
|
651
|
-
* @param {string} benefitCode Benefit Code
|
|
652
|
-
* @param {string} policyNumber Policy Number
|
|
653
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
654
|
-
* @param {*} [options] Override http request option.
|
|
655
|
-
* @throws {RequiredError}
|
|
656
|
-
* @memberof SubscriberPlanForfeituresApi
|
|
657
|
-
*/
|
|
658
|
-
public deleteSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: AxiosRequestConfig) {
|
|
659
|
-
return SubscriberPlanForfeituresApiFp(this.configuration).deleteSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, options).then((request) => request(this.axios, this.basePath));
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* Gets Subscriber Forfeiture Status
|
|
664
|
-
* @summary Get Subscriber Forfeiture Status
|
|
665
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
666
|
-
* @param {string} subscriberID Subscriber ID
|
|
667
|
-
* @param {string} planID Plan ID
|
|
668
|
-
* @param {string} benefitCode Benefit Code
|
|
669
|
-
* @param {string} policyNumber Policy Number
|
|
670
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
671
|
-
* @param {*} [options] Override http request option.
|
|
672
|
-
* @throws {RequiredError}
|
|
673
|
-
* @memberof SubscriberPlanForfeituresApi
|
|
674
|
-
*/
|
|
675
|
-
public getSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, options?: AxiosRequestConfig) {
|
|
676
|
-
return SubscriberPlanForfeituresApiFp(this.configuration).getSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, options).then((request) => request(this.axios, this.basePath));
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
/**
|
|
680
|
-
* Lists all Subscriber Forfeiture Status for the given subscriberID and planID and benefitCode and policyNumber
|
|
681
|
-
* @summary List Subscriber Forfeiture Status
|
|
682
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
683
|
-
* @param {string} subscriberID Subscriber ID
|
|
684
|
-
* @param {string} planID Plan ID
|
|
685
|
-
* @param {string} benefitCode Benefit Code
|
|
686
|
-
* @param {string} policyNumber Policy Number
|
|
687
|
-
* @param {number} [page] Page
|
|
688
|
-
* @param {number} [pageSize] Page Size
|
|
689
|
-
* @param {*} [options] Override http request option.
|
|
690
|
-
* @throws {RequiredError}
|
|
691
|
-
* @memberof SubscriberPlanForfeituresApi
|
|
692
|
-
*/
|
|
693
|
-
public listSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
|
|
694
|
-
return SubscriberPlanForfeituresApiFp(this.configuration).listSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/**
|
|
698
|
-
* Create or Update multiple Subscriber Forfeiture Status at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
699
|
-
* @summary Create or Update Batch Subscriber Forfeiture Status
|
|
700
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
701
|
-
* @param {string} subscriberID Subscriber ID
|
|
702
|
-
* @param {string} planID Plan ID
|
|
703
|
-
* @param {string} benefitCode Benefit Code
|
|
704
|
-
* @param {string} policyNumber Policy Number
|
|
705
|
-
* @param {Array<SubscriberForfeitureStatus>} subscriberForfeitureStatus
|
|
706
|
-
* @param {*} [options] Override http request option.
|
|
707
|
-
* @throws {RequiredError}
|
|
708
|
-
* @memberof SubscriberPlanForfeituresApi
|
|
709
|
-
*/
|
|
710
|
-
public updateBatchSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, subscriberForfeitureStatus: Array<SubscriberForfeitureStatus>, options?: AxiosRequestConfig) {
|
|
711
|
-
return SubscriberPlanForfeituresApiFp(this.configuration).updateBatchSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, subscriberForfeitureStatus, options).then((request) => request(this.axios, this.basePath));
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
/**
|
|
715
|
-
* Updates a specific Subscriber Forfeiture Status.
|
|
716
|
-
* @summary Update Subscriber Forfeiture Status
|
|
717
|
-
* @param {string} vbasoftwareDatabase Target database
|
|
718
|
-
* @param {string} subscriberID Subscriber ID
|
|
719
|
-
* @param {string} planID Plan ID
|
|
720
|
-
* @param {string} benefitCode Benefit Code
|
|
721
|
-
* @param {string} policyNumber Policy Number
|
|
722
|
-
* @param {string} forfeitureStatus Forfeiture Status
|
|
723
|
-
* @param {SubscriberForfeitureStatus} subscriberForfeitureStatus
|
|
724
|
-
* @param {*} [options] Override http request option.
|
|
725
|
-
* @throws {RequiredError}
|
|
726
|
-
* @memberof SubscriberPlanForfeituresApi
|
|
727
|
-
*/
|
|
728
|
-
public updateSubscriberForfeitureStatus(vbasoftwareDatabase: string, subscriberID: string, planID: string, benefitCode: string, policyNumber: string, forfeitureStatus: string, subscriberForfeitureStatus: SubscriberForfeitureStatus, options?: AxiosRequestConfig) {
|
|
729
|
-
return SubscriberPlanForfeituresApiFp(this.configuration).updateSubscriberForfeitureStatus(vbasoftwareDatabase, subscriberID, planID, benefitCode, policyNumber, forfeitureStatus, subscriberForfeitureStatus, options).then((request) => request(this.axios, this.basePath));
|
|
730
|
-
}
|
|
731
|
-
}
|