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