@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20250502.1 → 1.20250620.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 +40 -0
- package/api/adv-billing-api.ts +184 -0
- package/api/adv-care-management-api.ts +166 -0
- package/api/adv-claim-api.ts +204 -6
- package/api/adv-commission-api.ts +96 -0
- package/api/adv-enrollment-api.ts +88 -0
- package/api/adv-vbagateway-api.ts +168 -0
- package/api/authentication-api.ts +96 -0
- package/api/care-cases-api.ts +609 -0
- package/api/claim-offset-api.ts +685 -0
- package/api/claim-offset-detail-api.ts +694 -0
- package/api/claims-api.ts +25 -25
- package/api/company-data-api.ts +90 -0
- package/api/funding-reconciliations-api.ts +96 -0
- package/api/funding-request-claim-remove-api.ts +773 -0
- package/api/plans-api.ts +26 -8
- package/api/premium-invoices-api.ts +88 -0
- package/api/user-api.ts +22 -13
- package/api.ts +5 -0
- package/docs/AdjudicationSummary.md +34 -0
- package/docs/AdvBillingApi.md +109 -0
- package/docs/AdvCareManagementApi.md +63 -0
- package/docs/AdvClaimApi.md +117 -4
- package/docs/AdvCommissionApi.md +56 -0
- package/docs/AdvEnrollmentApi.md +53 -0
- package/docs/AdvVBAGatewayApi.md +64 -0
- package/docs/AuthenticationApi.md +56 -0
- package/docs/CareCasesApi.md +347 -0
- package/docs/ClaimOffset.md +30 -0
- package/docs/ClaimOffsetApi.md +354 -0
- package/docs/ClaimOffsetDetail.md +36 -0
- package/docs/ClaimOffsetDetailApi.md +357 -0
- package/docs/ClaimOffsetDetailListVBAResponse.md +24 -0
- package/docs/ClaimOffsetDetailVBAResponse.md +24 -0
- package/docs/ClaimOffsetListVBAResponse.md +24 -0
- package/docs/ClaimOffsetVBAResponse.md +24 -0
- package/docs/ClaimsApi.md +5 -5
- package/docs/CompanyData.md +2 -0
- package/docs/CompanyDataApi.md +53 -0
- package/docs/FundingReconciliationsApi.md +56 -0
- package/docs/FundingRequestClaimRemove.md +38 -0
- package/docs/FundingRequestClaimRemoveApi.md +387 -0
- package/docs/FundingRequestClaimRemoveListVBAResponse.md +24 -0
- package/docs/FundingRequestClaimRemoveVBAResponse.md +24 -0
- package/docs/MemberBeneficiary.md +1 -1
- package/docs/Members.md +4 -0
- package/docs/PlansApi.md +7 -1
- package/docs/PremiumInvoicesApi.md +53 -0
- package/docs/ReportSeriesProcess.md +2 -0
- package/docs/ReportSeriesStep.md +16 -0
- package/docs/UserApi.md +5 -2
- package/docs/VBAClaimBatchCopy.md +60 -0
- package/docs/VBAClaimBatchCopyVBAResponse.md +24 -0
- package/docs/VBAClientSummary.md +48 -0
- package/docs/VBAClientSummaryVBAResponse.md +24 -0
- package/docs/VBAProcessPaymentFile.md +9 -9
- package/docs/VBAVBAGatewayProcessRequest.md +32 -0
- package/models/adjudication-summary.ts +72 -0
- package/models/claim-offset-detail-list-vbaresponse.ts +51 -0
- package/models/claim-offset-detail-vbaresponse.ts +51 -0
- package/models/claim-offset-detail.ts +78 -0
- package/models/claim-offset-list-vbaresponse.ts +51 -0
- package/models/claim-offset-vbaresponse.ts +51 -0
- package/models/claim-offset.ts +60 -0
- package/models/company-data.ts +6 -0
- package/models/funding-request-claim-remove-list-vbaresponse.ts +51 -0
- package/models/funding-request-claim-remove-vbaresponse.ts +51 -0
- package/models/funding-request-claim-remove.ts +84 -0
- package/models/index.ts +15 -0
- package/models/member-beneficiary.ts +1 -1
- package/models/members.ts +12 -0
- package/models/report-series-process.ts +6 -0
- package/models/report-series-step.ts +48 -0
- package/models/vbaclaim-batch-copy-vbaresponse.ts +51 -0
- package/models/vbaclaim-batch-copy.ts +150 -0
- package/models/vbaclient-summary-vbaresponse.ts +51 -0
- package/models/vbaclient-summary.ts +117 -0
- package/models/vbaprocess-payment-file.ts +9 -9
- package/models/vbavbagateway-process-request.ts +66 -0
- package/package.json +1 -1
|
@@ -0,0 +1,694 @@
|
|
|
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 type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
19
|
+
// Some imports not used depending on template conditions
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
import type { ClaimOffsetDetail } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { ClaimOffsetDetailListVBAResponse } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { ClaimOffsetDetailVBAResponse } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { MultiCodeResponseListVBAResponse } from '../models';
|
|
32
|
+
/**
|
|
33
|
+
* ClaimOffsetDetailApi - axios parameter creator
|
|
34
|
+
* @export
|
|
35
|
+
*/
|
|
36
|
+
export const ClaimOffsetDetailApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
37
|
+
return {
|
|
38
|
+
/**
|
|
39
|
+
* Creates a new ClaimOffsetDetail
|
|
40
|
+
* @summary Create ClaimOffsetDetail
|
|
41
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
42
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
createClaimOffsetDetail: async (vbasoftwareDatabase: string, claimOffsetDetail: ClaimOffsetDetail, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
47
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
48
|
+
assertParamExists('createClaimOffsetDetail', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
49
|
+
// verify required parameter 'claimOffsetDetail' is not null or undefined
|
|
50
|
+
assertParamExists('createClaimOffsetDetail', 'claimOffsetDetail', claimOffsetDetail)
|
|
51
|
+
const localVarPath = `/claim-offset-details`;
|
|
52
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
53
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
54
|
+
let baseOptions;
|
|
55
|
+
if (configuration) {
|
|
56
|
+
baseOptions = configuration.baseOptions;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
60
|
+
const localVarHeaderParameter = {} as any;
|
|
61
|
+
const localVarQueryParameter = {} as any;
|
|
62
|
+
|
|
63
|
+
// authentication apiKeyAuth required
|
|
64
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
65
|
+
|
|
66
|
+
// authentication bearerAuth required
|
|
67
|
+
// http bearer authentication required
|
|
68
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
73
|
+
|
|
74
|
+
if (vbasoftwareDatabase != null) {
|
|
75
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
76
|
+
}
|
|
77
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
78
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
79
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
80
|
+
localVarRequestOptions.data = serializeDataIfNeeded(claimOffsetDetail, localVarRequestOptions, configuration)
|
|
81
|
+
|
|
82
|
+
return {
|
|
83
|
+
url: toPathString(localVarUrlObj),
|
|
84
|
+
options: localVarRequestOptions,
|
|
85
|
+
};
|
|
86
|
+
},
|
|
87
|
+
/**
|
|
88
|
+
* Deletes an ClaimOffsetDetail
|
|
89
|
+
* @summary Delete ClaimOffsetDetail
|
|
90
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
91
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
92
|
+
* @param {*} [options] Override http request option.
|
|
93
|
+
* @throws {RequiredError}
|
|
94
|
+
*/
|
|
95
|
+
deleteClaimOffsetDetail: async (vbasoftwareDatabase: string, claimOffsetDetailKey: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
96
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
97
|
+
assertParamExists('deleteClaimOffsetDetail', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
98
|
+
// verify required parameter 'claimOffsetDetailKey' is not null or undefined
|
|
99
|
+
assertParamExists('deleteClaimOffsetDetail', 'claimOffsetDetailKey', claimOffsetDetailKey)
|
|
100
|
+
const localVarPath = `/claim-offset-details/{ClaimOffsetDetail_Key}`
|
|
101
|
+
.replace(`{${"ClaimOffsetDetail_Key"}}`, encodeURIComponent(String(claimOffsetDetailKey)));
|
|
102
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
103
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
104
|
+
let baseOptions;
|
|
105
|
+
if (configuration) {
|
|
106
|
+
baseOptions = configuration.baseOptions;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
110
|
+
const localVarHeaderParameter = {} as any;
|
|
111
|
+
const localVarQueryParameter = {} as any;
|
|
112
|
+
|
|
113
|
+
// authentication apiKeyAuth required
|
|
114
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
115
|
+
|
|
116
|
+
// authentication bearerAuth required
|
|
117
|
+
// http bearer authentication required
|
|
118
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
if (vbasoftwareDatabase != null) {
|
|
123
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
124
|
+
}
|
|
125
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
126
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
127
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
128
|
+
|
|
129
|
+
return {
|
|
130
|
+
url: toPathString(localVarUrlObj),
|
|
131
|
+
options: localVarRequestOptions,
|
|
132
|
+
};
|
|
133
|
+
},
|
|
134
|
+
/**
|
|
135
|
+
* Gets ClaimOffsetDetail
|
|
136
|
+
* @summary Get ClaimOffsetDetail
|
|
137
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
138
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
139
|
+
* @param {*} [options] Override http request option.
|
|
140
|
+
* @throws {RequiredError}
|
|
141
|
+
*/
|
|
142
|
+
getClaimOffsetDetail: async (vbasoftwareDatabase: string, claimOffsetDetailKey: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
143
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
144
|
+
assertParamExists('getClaimOffsetDetail', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
145
|
+
// verify required parameter 'claimOffsetDetailKey' is not null or undefined
|
|
146
|
+
assertParamExists('getClaimOffsetDetail', 'claimOffsetDetailKey', claimOffsetDetailKey)
|
|
147
|
+
const localVarPath = `/claim-offset-details/{ClaimOffsetDetail_Key}`
|
|
148
|
+
.replace(`{${"ClaimOffsetDetail_Key"}}`, encodeURIComponent(String(claimOffsetDetailKey)));
|
|
149
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
150
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
151
|
+
let baseOptions;
|
|
152
|
+
if (configuration) {
|
|
153
|
+
baseOptions = configuration.baseOptions;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
157
|
+
const localVarHeaderParameter = {} as any;
|
|
158
|
+
const localVarQueryParameter = {} as any;
|
|
159
|
+
|
|
160
|
+
// authentication apiKeyAuth required
|
|
161
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
162
|
+
|
|
163
|
+
// authentication bearerAuth required
|
|
164
|
+
// http bearer authentication required
|
|
165
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
if (vbasoftwareDatabase != null) {
|
|
170
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
171
|
+
}
|
|
172
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
173
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
174
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
175
|
+
|
|
176
|
+
return {
|
|
177
|
+
url: toPathString(localVarUrlObj),
|
|
178
|
+
options: localVarRequestOptions,
|
|
179
|
+
};
|
|
180
|
+
},
|
|
181
|
+
/**
|
|
182
|
+
* Lists all ClaimOffsetDetail with optional ClaimOffset_Key query parameter to filter results.
|
|
183
|
+
* @summary List ClaimOffsetDetail
|
|
184
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
185
|
+
* @param {number} [claimOffsetKey] ClaimOffset Key
|
|
186
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
187
|
+
* @param {number} [page] Page
|
|
188
|
+
* @param {number} [pageSize] Page Size
|
|
189
|
+
* @param {*} [options] Override http request option.
|
|
190
|
+
* @throws {RequiredError}
|
|
191
|
+
*/
|
|
192
|
+
listClaimOffsetDetail: async (vbasoftwareDatabase: string, claimOffsetKey?: number, sortBy?: string, page?: number, pageSize?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
193
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
194
|
+
assertParamExists('listClaimOffsetDetail', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
195
|
+
const localVarPath = `/claim-offset-details`;
|
|
196
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
197
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
198
|
+
let baseOptions;
|
|
199
|
+
if (configuration) {
|
|
200
|
+
baseOptions = configuration.baseOptions;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
204
|
+
const localVarHeaderParameter = {} as any;
|
|
205
|
+
const localVarQueryParameter = {} as any;
|
|
206
|
+
|
|
207
|
+
// authentication apiKeyAuth required
|
|
208
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
209
|
+
|
|
210
|
+
// authentication bearerAuth required
|
|
211
|
+
// http bearer authentication required
|
|
212
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
213
|
+
|
|
214
|
+
if (claimOffsetKey !== undefined) {
|
|
215
|
+
localVarQueryParameter['ClaimOffset_Key'] = claimOffsetKey;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
if (sortBy !== undefined) {
|
|
219
|
+
localVarQueryParameter['sortBy'] = sortBy;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
if (page !== undefined) {
|
|
223
|
+
localVarQueryParameter['page'] = page;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
if (pageSize !== undefined) {
|
|
227
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
if (vbasoftwareDatabase != null) {
|
|
233
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
234
|
+
}
|
|
235
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
236
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
237
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
238
|
+
|
|
239
|
+
return {
|
|
240
|
+
url: toPathString(localVarUrlObj),
|
|
241
|
+
options: localVarRequestOptions,
|
|
242
|
+
};
|
|
243
|
+
},
|
|
244
|
+
/**
|
|
245
|
+
* Create or Update multiple ClaimOffsetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
246
|
+
* @summary Create or Update Batch ClaimOffsetDetail
|
|
247
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
248
|
+
* @param {Array<ClaimOffsetDetail>} claimOffsetDetail
|
|
249
|
+
* @param {*} [options] Override http request option.
|
|
250
|
+
* @throws {RequiredError}
|
|
251
|
+
*/
|
|
252
|
+
updateBatchClaimOffsetDetail: async (vbasoftwareDatabase: string, claimOffsetDetail: Array<ClaimOffsetDetail>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
253
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
254
|
+
assertParamExists('updateBatchClaimOffsetDetail', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
255
|
+
// verify required parameter 'claimOffsetDetail' is not null or undefined
|
|
256
|
+
assertParamExists('updateBatchClaimOffsetDetail', 'claimOffsetDetail', claimOffsetDetail)
|
|
257
|
+
const localVarPath = `/claim-offset-details-batch`;
|
|
258
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
259
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
260
|
+
let baseOptions;
|
|
261
|
+
if (configuration) {
|
|
262
|
+
baseOptions = configuration.baseOptions;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
266
|
+
const localVarHeaderParameter = {} as any;
|
|
267
|
+
const localVarQueryParameter = {} as any;
|
|
268
|
+
|
|
269
|
+
// authentication apiKeyAuth required
|
|
270
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
271
|
+
|
|
272
|
+
// authentication bearerAuth required
|
|
273
|
+
// http bearer authentication required
|
|
274
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
279
|
+
|
|
280
|
+
if (vbasoftwareDatabase != null) {
|
|
281
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
282
|
+
}
|
|
283
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
284
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
285
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
286
|
+
localVarRequestOptions.data = serializeDataIfNeeded(claimOffsetDetail, localVarRequestOptions, configuration)
|
|
287
|
+
|
|
288
|
+
return {
|
|
289
|
+
url: toPathString(localVarUrlObj),
|
|
290
|
+
options: localVarRequestOptions,
|
|
291
|
+
};
|
|
292
|
+
},
|
|
293
|
+
/**
|
|
294
|
+
* Updates a specific ClaimOffsetDetail.
|
|
295
|
+
* @summary Update ClaimOffsetDetail
|
|
296
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
297
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
298
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
299
|
+
* @param {*} [options] Override http request option.
|
|
300
|
+
* @throws {RequiredError}
|
|
301
|
+
*/
|
|
302
|
+
updateClaimOffsetDetail: async (vbasoftwareDatabase: string, claimOffsetDetailKey: number, claimOffsetDetail: ClaimOffsetDetail, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
303
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
304
|
+
assertParamExists('updateClaimOffsetDetail', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
305
|
+
// verify required parameter 'claimOffsetDetailKey' is not null or undefined
|
|
306
|
+
assertParamExists('updateClaimOffsetDetail', 'claimOffsetDetailKey', claimOffsetDetailKey)
|
|
307
|
+
// verify required parameter 'claimOffsetDetail' is not null or undefined
|
|
308
|
+
assertParamExists('updateClaimOffsetDetail', 'claimOffsetDetail', claimOffsetDetail)
|
|
309
|
+
const localVarPath = `/claim-offset-details/{ClaimOffsetDetail_Key}`
|
|
310
|
+
.replace(`{${"ClaimOffsetDetail_Key"}}`, encodeURIComponent(String(claimOffsetDetailKey)));
|
|
311
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
312
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
313
|
+
let baseOptions;
|
|
314
|
+
if (configuration) {
|
|
315
|
+
baseOptions = configuration.baseOptions;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
319
|
+
const localVarHeaderParameter = {} as any;
|
|
320
|
+
const localVarQueryParameter = {} as any;
|
|
321
|
+
|
|
322
|
+
// authentication apiKeyAuth required
|
|
323
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
324
|
+
|
|
325
|
+
// authentication bearerAuth required
|
|
326
|
+
// http bearer authentication required
|
|
327
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
332
|
+
|
|
333
|
+
if (vbasoftwareDatabase != null) {
|
|
334
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
335
|
+
}
|
|
336
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
337
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
338
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
339
|
+
localVarRequestOptions.data = serializeDataIfNeeded(claimOffsetDetail, localVarRequestOptions, configuration)
|
|
340
|
+
|
|
341
|
+
return {
|
|
342
|
+
url: toPathString(localVarUrlObj),
|
|
343
|
+
options: localVarRequestOptions,
|
|
344
|
+
};
|
|
345
|
+
},
|
|
346
|
+
}
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* ClaimOffsetDetailApi - functional programming interface
|
|
351
|
+
* @export
|
|
352
|
+
*/
|
|
353
|
+
export const ClaimOffsetDetailApiFp = function(configuration?: Configuration) {
|
|
354
|
+
const localVarAxiosParamCreator = ClaimOffsetDetailApiAxiosParamCreator(configuration)
|
|
355
|
+
return {
|
|
356
|
+
/**
|
|
357
|
+
* Creates a new ClaimOffsetDetail
|
|
358
|
+
* @summary Create ClaimOffsetDetail
|
|
359
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
360
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
361
|
+
* @param {*} [options] Override http request option.
|
|
362
|
+
* @throws {RequiredError}
|
|
363
|
+
*/
|
|
364
|
+
async createClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimOffsetDetailVBAResponse>> {
|
|
365
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetail, options);
|
|
366
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
367
|
+
const localVarOperationServerBasePath = operationServerMap['ClaimOffsetDetailApi.createClaimOffsetDetail']?.[localVarOperationServerIndex]?.url;
|
|
368
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
369
|
+
},
|
|
370
|
+
/**
|
|
371
|
+
* Deletes an ClaimOffsetDetail
|
|
372
|
+
* @summary Delete ClaimOffsetDetail
|
|
373
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
374
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
375
|
+
* @param {*} [options] Override http request option.
|
|
376
|
+
* @throws {RequiredError}
|
|
377
|
+
*/
|
|
378
|
+
async deleteClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
379
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, options);
|
|
380
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
381
|
+
const localVarOperationServerBasePath = operationServerMap['ClaimOffsetDetailApi.deleteClaimOffsetDetail']?.[localVarOperationServerIndex]?.url;
|
|
382
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
383
|
+
},
|
|
384
|
+
/**
|
|
385
|
+
* Gets ClaimOffsetDetail
|
|
386
|
+
* @summary Get ClaimOffsetDetail
|
|
387
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
388
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
389
|
+
* @param {*} [options] Override http request option.
|
|
390
|
+
* @throws {RequiredError}
|
|
391
|
+
*/
|
|
392
|
+
async getClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimOffsetDetailVBAResponse>> {
|
|
393
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, options);
|
|
394
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
395
|
+
const localVarOperationServerBasePath = operationServerMap['ClaimOffsetDetailApi.getClaimOffsetDetail']?.[localVarOperationServerIndex]?.url;
|
|
396
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
397
|
+
},
|
|
398
|
+
/**
|
|
399
|
+
* Lists all ClaimOffsetDetail with optional ClaimOffset_Key query parameter to filter results.
|
|
400
|
+
* @summary List ClaimOffsetDetail
|
|
401
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
402
|
+
* @param {number} [claimOffsetKey] ClaimOffset Key
|
|
403
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
404
|
+
* @param {number} [page] Page
|
|
405
|
+
* @param {number} [pageSize] Page Size
|
|
406
|
+
* @param {*} [options] Override http request option.
|
|
407
|
+
* @throws {RequiredError}
|
|
408
|
+
*/
|
|
409
|
+
async listClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimOffsetDetailListVBAResponse>> {
|
|
410
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listClaimOffsetDetail(vbasoftwareDatabase, claimOffsetKey, sortBy, page, pageSize, options);
|
|
411
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
412
|
+
const localVarOperationServerBasePath = operationServerMap['ClaimOffsetDetailApi.listClaimOffsetDetail']?.[localVarOperationServerIndex]?.url;
|
|
413
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
414
|
+
},
|
|
415
|
+
/**
|
|
416
|
+
* Create or Update multiple ClaimOffsetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
417
|
+
* @summary Create or Update Batch ClaimOffsetDetail
|
|
418
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
419
|
+
* @param {Array<ClaimOffsetDetail>} claimOffsetDetail
|
|
420
|
+
* @param {*} [options] Override http request option.
|
|
421
|
+
* @throws {RequiredError}
|
|
422
|
+
*/
|
|
423
|
+
async updateBatchClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: Array<ClaimOffsetDetail>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
|
|
424
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetail, options);
|
|
425
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
426
|
+
const localVarOperationServerBasePath = operationServerMap['ClaimOffsetDetailApi.updateBatchClaimOffsetDetail']?.[localVarOperationServerIndex]?.url;
|
|
427
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
428
|
+
},
|
|
429
|
+
/**
|
|
430
|
+
* Updates a specific ClaimOffsetDetail.
|
|
431
|
+
* @summary Update ClaimOffsetDetail
|
|
432
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
433
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
434
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
435
|
+
* @param {*} [options] Override http request option.
|
|
436
|
+
* @throws {RequiredError}
|
|
437
|
+
*/
|
|
438
|
+
async updateClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClaimOffsetDetailVBAResponse>> {
|
|
439
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, claimOffsetDetail, options);
|
|
440
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
441
|
+
const localVarOperationServerBasePath = operationServerMap['ClaimOffsetDetailApi.updateClaimOffsetDetail']?.[localVarOperationServerIndex]?.url;
|
|
442
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
443
|
+
},
|
|
444
|
+
}
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* ClaimOffsetDetailApi - factory interface
|
|
449
|
+
* @export
|
|
450
|
+
*/
|
|
451
|
+
export const ClaimOffsetDetailApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
452
|
+
const localVarFp = ClaimOffsetDetailApiFp(configuration)
|
|
453
|
+
return {
|
|
454
|
+
/**
|
|
455
|
+
* Creates a new ClaimOffsetDetail
|
|
456
|
+
* @summary Create ClaimOffsetDetail
|
|
457
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
458
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
459
|
+
* @param {*} [options] Override http request option.
|
|
460
|
+
* @throws {RequiredError}
|
|
461
|
+
*/
|
|
462
|
+
createClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailVBAResponse> {
|
|
463
|
+
return localVarFp.createClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetail, options).then((request) => request(axios, basePath));
|
|
464
|
+
},
|
|
465
|
+
/**
|
|
466
|
+
* Deletes an ClaimOffsetDetail
|
|
467
|
+
* @summary Delete ClaimOffsetDetail
|
|
468
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
469
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
470
|
+
* @param {*} [options] Override http request option.
|
|
471
|
+
* @throws {RequiredError}
|
|
472
|
+
*/
|
|
473
|
+
deleteClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
474
|
+
return localVarFp.deleteClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, options).then((request) => request(axios, basePath));
|
|
475
|
+
},
|
|
476
|
+
/**
|
|
477
|
+
* Gets ClaimOffsetDetail
|
|
478
|
+
* @summary Get ClaimOffsetDetail
|
|
479
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
480
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
481
|
+
* @param {*} [options] Override http request option.
|
|
482
|
+
* @throws {RequiredError}
|
|
483
|
+
*/
|
|
484
|
+
getClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailVBAResponse> {
|
|
485
|
+
return localVarFp.getClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, options).then((request) => request(axios, basePath));
|
|
486
|
+
},
|
|
487
|
+
/**
|
|
488
|
+
* Lists all ClaimOffsetDetail with optional ClaimOffset_Key query parameter to filter results.
|
|
489
|
+
* @summary List ClaimOffsetDetail
|
|
490
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
491
|
+
* @param {number} [claimOffsetKey] ClaimOffset Key
|
|
492
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
493
|
+
* @param {number} [page] Page
|
|
494
|
+
* @param {number} [pageSize] Page Size
|
|
495
|
+
* @param {*} [options] Override http request option.
|
|
496
|
+
* @throws {RequiredError}
|
|
497
|
+
*/
|
|
498
|
+
listClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailListVBAResponse> {
|
|
499
|
+
return localVarFp.listClaimOffsetDetail(vbasoftwareDatabase, claimOffsetKey, sortBy, page, pageSize, options).then((request) => request(axios, basePath));
|
|
500
|
+
},
|
|
501
|
+
/**
|
|
502
|
+
* Create or Update multiple ClaimOffsetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
503
|
+
* @summary Create or Update Batch ClaimOffsetDetail
|
|
504
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
505
|
+
* @param {Array<ClaimOffsetDetail>} claimOffsetDetail
|
|
506
|
+
* @param {*} [options] Override http request option.
|
|
507
|
+
* @throws {RequiredError}
|
|
508
|
+
*/
|
|
509
|
+
updateBatchClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: Array<ClaimOffsetDetail>, options?: RawAxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse> {
|
|
510
|
+
return localVarFp.updateBatchClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetail, options).then((request) => request(axios, basePath));
|
|
511
|
+
},
|
|
512
|
+
/**
|
|
513
|
+
* Updates a specific ClaimOffsetDetail.
|
|
514
|
+
* @summary Update ClaimOffsetDetail
|
|
515
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
516
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
517
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
518
|
+
* @param {*} [options] Override http request option.
|
|
519
|
+
* @throws {RequiredError}
|
|
520
|
+
*/
|
|
521
|
+
updateClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailVBAResponse> {
|
|
522
|
+
return localVarFp.updateClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, claimOffsetDetail, options).then((request) => request(axios, basePath));
|
|
523
|
+
},
|
|
524
|
+
};
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* ClaimOffsetDetailApi - interface
|
|
529
|
+
* @export
|
|
530
|
+
* @interface ClaimOffsetDetailApi
|
|
531
|
+
*/
|
|
532
|
+
export interface ClaimOffsetDetailApiInterface {
|
|
533
|
+
/**
|
|
534
|
+
* Creates a new ClaimOffsetDetail
|
|
535
|
+
* @summary Create ClaimOffsetDetail
|
|
536
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
537
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
538
|
+
* @param {*} [options] Override http request option.
|
|
539
|
+
* @throws {RequiredError}
|
|
540
|
+
* @memberof ClaimOffsetDetailApiInterface
|
|
541
|
+
*/
|
|
542
|
+
createClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailVBAResponse>;
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* Deletes an ClaimOffsetDetail
|
|
546
|
+
* @summary Delete ClaimOffsetDetail
|
|
547
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
548
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
549
|
+
* @param {*} [options] Override http request option.
|
|
550
|
+
* @throws {RequiredError}
|
|
551
|
+
* @memberof ClaimOffsetDetailApiInterface
|
|
552
|
+
*/
|
|
553
|
+
deleteClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* Gets ClaimOffsetDetail
|
|
557
|
+
* @summary Get ClaimOffsetDetail
|
|
558
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
559
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
560
|
+
* @param {*} [options] Override http request option.
|
|
561
|
+
* @throws {RequiredError}
|
|
562
|
+
* @memberof ClaimOffsetDetailApiInterface
|
|
563
|
+
*/
|
|
564
|
+
getClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailVBAResponse>;
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* Lists all ClaimOffsetDetail with optional ClaimOffset_Key query parameter to filter results.
|
|
568
|
+
* @summary List ClaimOffsetDetail
|
|
569
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
570
|
+
* @param {number} [claimOffsetKey] ClaimOffset Key
|
|
571
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
572
|
+
* @param {number} [page] Page
|
|
573
|
+
* @param {number} [pageSize] Page Size
|
|
574
|
+
* @param {*} [options] Override http request option.
|
|
575
|
+
* @throws {RequiredError}
|
|
576
|
+
* @memberof ClaimOffsetDetailApiInterface
|
|
577
|
+
*/
|
|
578
|
+
listClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailListVBAResponse>;
|
|
579
|
+
|
|
580
|
+
/**
|
|
581
|
+
* Create or Update multiple ClaimOffsetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
582
|
+
* @summary Create or Update Batch ClaimOffsetDetail
|
|
583
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
584
|
+
* @param {Array<ClaimOffsetDetail>} claimOffsetDetail
|
|
585
|
+
* @param {*} [options] Override http request option.
|
|
586
|
+
* @throws {RequiredError}
|
|
587
|
+
* @memberof ClaimOffsetDetailApiInterface
|
|
588
|
+
*/
|
|
589
|
+
updateBatchClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: Array<ClaimOffsetDetail>, options?: RawAxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* Updates a specific ClaimOffsetDetail.
|
|
593
|
+
* @summary Update ClaimOffsetDetail
|
|
594
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
595
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
596
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
597
|
+
* @param {*} [options] Override http request option.
|
|
598
|
+
* @throws {RequiredError}
|
|
599
|
+
* @memberof ClaimOffsetDetailApiInterface
|
|
600
|
+
*/
|
|
601
|
+
updateClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig): AxiosPromise<ClaimOffsetDetailVBAResponse>;
|
|
602
|
+
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* ClaimOffsetDetailApi - object-oriented interface
|
|
607
|
+
* @export
|
|
608
|
+
* @class ClaimOffsetDetailApi
|
|
609
|
+
* @extends {BaseAPI}
|
|
610
|
+
*/
|
|
611
|
+
export class ClaimOffsetDetailApi extends BaseAPI implements ClaimOffsetDetailApiInterface {
|
|
612
|
+
/**
|
|
613
|
+
* Creates a new ClaimOffsetDetail
|
|
614
|
+
* @summary Create ClaimOffsetDetail
|
|
615
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
616
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
617
|
+
* @param {*} [options] Override http request option.
|
|
618
|
+
* @throws {RequiredError}
|
|
619
|
+
* @memberof ClaimOffsetDetailApi
|
|
620
|
+
*/
|
|
621
|
+
public createClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig) {
|
|
622
|
+
return ClaimOffsetDetailApiFp(this.configuration).createClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetail, options).then((request) => request(this.axios, this.basePath));
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* Deletes an ClaimOffsetDetail
|
|
627
|
+
* @summary Delete ClaimOffsetDetail
|
|
628
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
629
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
630
|
+
* @param {*} [options] Override http request option.
|
|
631
|
+
* @throws {RequiredError}
|
|
632
|
+
* @memberof ClaimOffsetDetailApi
|
|
633
|
+
*/
|
|
634
|
+
public deleteClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig) {
|
|
635
|
+
return ClaimOffsetDetailApiFp(this.configuration).deleteClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, options).then((request) => request(this.axios, this.basePath));
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* Gets ClaimOffsetDetail
|
|
640
|
+
* @summary Get ClaimOffsetDetail
|
|
641
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
642
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
643
|
+
* @param {*} [options] Override http request option.
|
|
644
|
+
* @throws {RequiredError}
|
|
645
|
+
* @memberof ClaimOffsetDetailApi
|
|
646
|
+
*/
|
|
647
|
+
public getClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, options?: RawAxiosRequestConfig) {
|
|
648
|
+
return ClaimOffsetDetailApiFp(this.configuration).getClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, options).then((request) => request(this.axios, this.basePath));
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* Lists all ClaimOffsetDetail with optional ClaimOffset_Key query parameter to filter results.
|
|
653
|
+
* @summary List ClaimOffsetDetail
|
|
654
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
655
|
+
* @param {number} [claimOffsetKey] ClaimOffset Key
|
|
656
|
+
* @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \'Property1:desc,Property2:asc,Property3:asc\' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
|
|
657
|
+
* @param {number} [page] Page
|
|
658
|
+
* @param {number} [pageSize] Page Size
|
|
659
|
+
* @param {*} [options] Override http request option.
|
|
660
|
+
* @throws {RequiredError}
|
|
661
|
+
* @memberof ClaimOffsetDetailApi
|
|
662
|
+
*/
|
|
663
|
+
public listClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) {
|
|
664
|
+
return ClaimOffsetDetailApiFp(this.configuration).listClaimOffsetDetail(vbasoftwareDatabase, claimOffsetKey, sortBy, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
/**
|
|
668
|
+
* Create or Update multiple ClaimOffsetDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
669
|
+
* @summary Create or Update Batch ClaimOffsetDetail
|
|
670
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
671
|
+
* @param {Array<ClaimOffsetDetail>} claimOffsetDetail
|
|
672
|
+
* @param {*} [options] Override http request option.
|
|
673
|
+
* @throws {RequiredError}
|
|
674
|
+
* @memberof ClaimOffsetDetailApi
|
|
675
|
+
*/
|
|
676
|
+
public updateBatchClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetail: Array<ClaimOffsetDetail>, options?: RawAxiosRequestConfig) {
|
|
677
|
+
return ClaimOffsetDetailApiFp(this.configuration).updateBatchClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetail, options).then((request) => request(this.axios, this.basePath));
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* Updates a specific ClaimOffsetDetail.
|
|
682
|
+
* @summary Update ClaimOffsetDetail
|
|
683
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
684
|
+
* @param {number} claimOffsetDetailKey ClaimOffsetDetail Key
|
|
685
|
+
* @param {ClaimOffsetDetail} claimOffsetDetail
|
|
686
|
+
* @param {*} [options] Override http request option.
|
|
687
|
+
* @throws {RequiredError}
|
|
688
|
+
* @memberof ClaimOffsetDetailApi
|
|
689
|
+
*/
|
|
690
|
+
public updateClaimOffsetDetail(vbasoftwareDatabase: string, claimOffsetDetailKey: number, claimOffsetDetail: ClaimOffsetDetail, options?: RawAxiosRequestConfig) {
|
|
691
|
+
return ClaimOffsetDetailApiFp(this.configuration).updateClaimOffsetDetail(vbasoftwareDatabase, claimOffsetDetailKey, claimOffsetDetail, options).then((request) => request(this.axios, this.basePath));
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
|