@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240302.1 → 1.20240531.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +132 -0
- package/api/accounting-api.ts +165 -0
- package/api/adv-accounting-api.ts +99 -0
- package/api/adv-billing-api.ts +1973 -0
- package/api/adv-claim-api.ts +731 -0
- package/api/adv-enrollment-api.ts +377 -0
- package/api/billing-api.ts +165 -0
- package/api/claim-batch-api.ts +121 -0
- package/api/claim-batch-details-api.ts +140 -0
- package/api/commission-rate-cluster-agency-rep-api.ts +677 -0
- package/api/disability-event-case-changes-api.ts +677 -0
- package/api/disability-event-deduction-changes-api.ts +677 -0
- package/api/disability-event-field-changes-api.ts +677 -0
- package/api/disability-event-fields-api.ts +677 -0
- package/api/disability-event-groups-api.ts +677 -0
- package/api/disaster-locations-api.ts +677 -0
- package/api/disasters-api.ts +677 -0
- package/api/fee-schedules-api.ts +163 -0
- package/api/group-achpulls-api.ts +725 -0
- package/api/group-bill-cycle-payment-methods-api.ts +677 -0
- package/api/group-network-criterias-api.ts +31 -13
- package/api/member-address-history-api.ts +773 -0
- package/api/member-pre-ex-disclosed-diags-api.ts +773 -0
- package/api/payment-methods-api.ts +772 -0
- package/api/premium-distributions-api.ts +222 -0
- package/api/premium-invoice-subscribers-api.ts +291 -0
- package/api/premium-invoices-api.ts +1577 -219
- package/api/premium-rate-add-ons-api.ts +725 -0
- package/api/premium-rates-api.ts +119 -0
- package/api/security-field-set-details-api.ts +733 -0
- package/api/security-field-sets-api.ts +677 -0
- package/api/security-field-user-groups-api.ts +677 -0
- package/api/security-field-users-api.ts +677 -0
- package/api/security-fields-api.ts +677 -0
- package/api/subscriber-enrollments-api.ts +111 -0
- package/api/subscriber-sponsors-api.ts +677 -0
- package/api/subscriber-writing-agents-api.ts +725 -0
- package/api/subscribers-api.ts +315 -0
- package/api/tolerances-api.ts +677 -0
- package/api/user-api.ts +545 -0
- package/api/user-field-security-api.ts +191 -0
- package/api/user-group-mappings-api.ts +101 -5
- package/api.ts +27 -0
- package/models/adjudicate-benefit-match-detail-list-vbaresponse.ts +45 -0
- package/models/adjudicate-benefit-match-detail.ts +198 -0
- package/models/billing-refund.ts +126 -0
- package/models/call-tracking-diag-codes.ts +1 -1
- package/models/check-batch.ts +1 -1
- package/models/claim-adjustment-config.ts +121 -0
- package/models/claim-custom-ex-code-rule.ts +50 -20
- package/models/cobraplan-criteria.ts +36 -0
- package/models/commission-rate-cluster-agency-rep-list-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep-vbaresponse.ts +45 -0
- package/models/commission-rate-cluster-agency-rep.ts +102 -0
- package/models/company-data.ts +98 -80
- package/models/copy-group-division.ts +4 -10
- package/models/criteria-detail.ts +1 -1
- package/models/disability-event-case-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed-vbaresponse.ts +45 -0
- package/models/disability-event-case-changed.ts +78 -0
- package/models/disability-event-deduction-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed-vbaresponse.ts +45 -0
- package/models/disability-event-deduction-changed.ts +72 -0
- package/models/disability-event-field-changed-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed-vbaresponse.ts +45 -0
- package/models/disability-event-field-changed.ts +72 -0
- package/models/disability-event-field-list-vbaresponse.ts +45 -0
- package/models/disability-event-field-vbaresponse.ts +45 -0
- package/models/disability-event-field.ts +60 -0
- package/models/disability-event-group-list-vbaresponse.ts +45 -0
- package/models/disability-event-group-vbaresponse.ts +45 -0
- package/models/disability-event-group.ts +78 -0
- package/models/disaster-list-vbaresponse.ts +45 -0
- package/models/disaster-location-list-vbaresponse.ts +45 -0
- package/models/disaster-location-vbaresponse.ts +45 -0
- package/models/disaster-location.ts +78 -0
- package/models/disaster-vbaresponse.ts +45 -0
- package/models/disaster.ts +84 -0
- package/models/enrollment-reenroll.ts +13 -0
- package/models/enrollment-waiting-period-by-hire-date-list-vbaresponse.ts +45 -0
- package/models/enrollment-waiting-period-by-hire-date.ts +48 -0
- package/models/fee-sched-detail.ts +1 -1
- package/models/fee-sched-modifier-discount.ts +1 -1
- package/models/fee-sched-procedure-group-adjust.ts +1 -1
- package/models/fee-sched-provider-type-discount.ts +1 -1
- package/models/funding-process-claim-refund.ts +66 -0
- package/models/funding-request.ts +1 -1
- package/models/generate-authenticator-qrcode-request.ts +30 -0
- package/models/generate-authenticator-qrcode-response-vbaresponse.ts +45 -0
- package/models/generate-authenticator-qrcode-response.ts +36 -0
- package/models/generate-prem-invoice.ts +90 -0
- package/models/get-prem-invoice-subscriber-list-result-list-vbaresponse.ts +45 -0
- package/models/get-prem-invoice-subscriber-list-result.ts +102 -0
- package/models/group-achpull-list-vbaresponse.ts +45 -0
- package/models/group-achpull-vbaresponse.ts +45 -0
- package/models/group-achpull.ts +60 -0
- package/models/group-bill-cycle-payment-method-list-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method-vbaresponse.ts +45 -0
- package/models/group-bill-cycle-payment-method.ts +78 -0
- package/models/group-change-coverage-start.ts +6 -0
- package/models/idcode-type.ts +6 -0
- package/models/index.ts +105 -0
- package/models/life-claim-advisor.ts +256 -0
- package/models/mem-enrollment-plan.ts +3 -3
- package/models/mem-enrollment-rider.ts +4 -4
- package/models/member-address-history-list-vbaresponse.ts +45 -0
- package/models/member-address-history-vbaresponse.ts +45 -0
- package/models/member-address-history.ts +216 -0
- package/models/member-pre-ex-disclosed-diag-list-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag-vbaresponse.ts +45 -0
- package/models/member-pre-ex-disclosed-diag.ts +90 -0
- package/models/network-procedure-cluster.ts +1 -1
- package/models/note-note-attachment.ts +38 -0
- package/models/payment-method-list-vbaresponse.ts +45 -0
- package/models/payment-method-vbaresponse.ts +45 -0
- package/models/payment-method.ts +72 -0
- package/models/plan-benefit-rate.ts +1 -1
- package/models/prem-invoice-apply-payment.ts +78 -0
- package/models/prem-invoice-generate-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-inv-list-result.ts +138 -0
- package/models/prem-invoice-generate-inv-list.ts +138 -0
- package/models/prem-invoice-generate-self-admin-inv-list-list-vbaresponse.ts +45 -0
- package/models/prem-invoice-generate-self-admin-inv-list.ts +144 -0
- package/models/prem-rate-add-on-list-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on-vbaresponse.ts +45 -0
- package/models/prem-rate-add-on.ts +78 -0
- package/models/prem-rate.ts +24 -12
- package/models/register-mfadevice-request.ts +42 -0
- package/models/register-mfadevice-response-vbaresponse.ts +45 -0
- package/models/register-mfadevice-response.ts +30 -0
- package/models/security-field-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-list-vbaresponse.ts +45 -0
- package/models/security-field-set-detail-vbaresponse.ts +45 -0
- package/models/security-field-set-detail.ts +72 -0
- package/models/security-field-set-list-vbaresponse.ts +45 -0
- package/models/security-field-set-vbaresponse.ts +45 -0
- package/models/security-field-set.ts +66 -0
- package/models/security-field-user-group-list-vbaresponse.ts +45 -0
- package/models/security-field-user-group-vbaresponse.ts +45 -0
- package/models/security-field-user-group.ts +84 -0
- package/models/security-field-user-list-vbaresponse.ts +45 -0
- package/models/security-field-user-vbaresponse.ts +45 -0
- package/models/security-field-user.ts +84 -0
- package/models/security-field-vbaresponse.ts +45 -0
- package/models/security-field.ts +72 -0
- package/models/sub-enrollment-plan.ts +3 -3
- package/models/sub-enrollment-rider.ts +4 -4
- package/models/sub-enrollment.ts +2 -2
- package/models/sub-payment-method.ts +1 -1
- package/models/submit-mfacode-request.ts +42 -0
- package/models/subscriber-forfeiture-status.ts +1 -1
- package/models/subscriber-sponsor-list-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor-vbaresponse.ts +45 -0
- package/models/subscriber-sponsor.ts +84 -0
- package/models/subscriber-writing-agent-list-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent-vbaresponse.ts +45 -0
- package/models/subscriber-writing-agent.ts +90 -0
- package/models/suspense-claim-list.ts +228 -0
- package/models/tolerance-list-vbaresponse.ts +45 -0
- package/models/tolerance-vbaresponse.ts +45 -0
- package/models/tolerance.ts +72 -0
- package/models/userfieldsecurity.ts +66 -0
- package/models/userfieldsecuritylist-vbaresponse.ts +45 -0
- package/models/users.ts +2 -2
- package/models/usual-customary-rate-all-percentile-list-vbaresponse.ts +45 -0
- package/models/usual-customary-rate-all-percentile.ts +120 -0
- package/models/vbainterface-idcode.ts +31 -1
- package/models/vbainterface-map-type.ts +31 -1
- package/models/vbainterface.ts +43 -1
- package/models/vbaprem-invoice-subscriber-detail-adjustment-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail-adjustment.ts +180 -0
- package/models/vbaprem-invoice-subscriber-detail-list-vbaresponse.ts +45 -0
- package/models/vbaprem-invoice-subscriber-detail.ts +180 -0
- package/models/workflow-auth.ts +54 -0
- package/models/workflow-check.ts +54 -0
- package/models/workflow-enrollment.ts +60 -0
- package/models/workflow-processing.ts +21 -0
- package/package.json +3 -3
|
@@ -0,0 +1,677 @@
|
|
|
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 { CommissionRateClusterAgencyRep } from '../models';
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
import { CommissionRateClusterAgencyRepListVBAResponse } from '../models';
|
|
27
|
+
// @ts-ignore
|
|
28
|
+
import { CommissionRateClusterAgencyRepVBAResponse } from '../models';
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import { MultiCodeResponseListVBAResponse } from '../models';
|
|
31
|
+
/**
|
|
32
|
+
* CommissionRateClusterAgencyRepApi - axios parameter creator
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
export const CommissionRateClusterAgencyRepApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
36
|
+
return {
|
|
37
|
+
/**
|
|
38
|
+
* Creates a new CommissionRateClusterAgencyRep
|
|
39
|
+
* @summary Create CommissionRateClusterAgencyRep
|
|
40
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
41
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
createCommissionRateClusterAgencyRep: async (vbasoftwareDatabase: string, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
46
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
47
|
+
assertParamExists('createCommissionRateClusterAgencyRep', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
48
|
+
// verify required parameter 'commissionRateClusterAgencyRep' is not null or undefined
|
|
49
|
+
assertParamExists('createCommissionRateClusterAgencyRep', 'commissionRateClusterAgencyRep', commissionRateClusterAgencyRep)
|
|
50
|
+
const localVarPath = `/commission-rate-cluster-agency-reps`;
|
|
51
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
52
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
53
|
+
let baseOptions;
|
|
54
|
+
if (configuration) {
|
|
55
|
+
baseOptions = configuration.baseOptions;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
59
|
+
const localVarHeaderParameter = {} as any;
|
|
60
|
+
const localVarQueryParameter = {} as any;
|
|
61
|
+
|
|
62
|
+
// authentication apiKeyAuth required
|
|
63
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
64
|
+
|
|
65
|
+
// authentication bearerAuth required
|
|
66
|
+
// http bearer authentication required
|
|
67
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
68
|
+
|
|
69
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
70
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
76
|
+
|
|
77
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
78
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
79
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
80
|
+
localVarRequestOptions.data = serializeDataIfNeeded(commissionRateClusterAgencyRep, localVarRequestOptions, configuration)
|
|
81
|
+
|
|
82
|
+
return {
|
|
83
|
+
url: toPathString(localVarUrlObj),
|
|
84
|
+
options: localVarRequestOptions,
|
|
85
|
+
};
|
|
86
|
+
},
|
|
87
|
+
/**
|
|
88
|
+
* Deletes an CommissionRateClusterAgencyRep
|
|
89
|
+
* @summary Delete CommissionRateClusterAgencyRep
|
|
90
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
91
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
92
|
+
* @param {*} [options] Override http request option.
|
|
93
|
+
* @throws {RequiredError}
|
|
94
|
+
*/
|
|
95
|
+
deleteCommissionRateClusterAgencyRep: async (vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
96
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
97
|
+
assertParamExists('deleteCommissionRateClusterAgencyRep', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
98
|
+
// verify required parameter 'commissionRateClusterAgencyRepKey' is not null or undefined
|
|
99
|
+
assertParamExists('deleteCommissionRateClusterAgencyRep', 'commissionRateClusterAgencyRepKey', commissionRateClusterAgencyRepKey)
|
|
100
|
+
const localVarPath = `/commission-rate-cluster-agency-reps/{CommissionRateClusterAgencyRep_Key}`
|
|
101
|
+
.replace(`{${"CommissionRateClusterAgencyRep_Key"}}`, encodeURIComponent(String(commissionRateClusterAgencyRepKey)));
|
|
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
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
121
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
127
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
128
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
129
|
+
|
|
130
|
+
return {
|
|
131
|
+
url: toPathString(localVarUrlObj),
|
|
132
|
+
options: localVarRequestOptions,
|
|
133
|
+
};
|
|
134
|
+
},
|
|
135
|
+
/**
|
|
136
|
+
* Gets CommissionRateClusterAgencyRep
|
|
137
|
+
* @summary Get CommissionRateClusterAgencyRep
|
|
138
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
139
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
*/
|
|
143
|
+
getCommissionRateClusterAgencyRep: async (vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
144
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
145
|
+
assertParamExists('getCommissionRateClusterAgencyRep', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
146
|
+
// verify required parameter 'commissionRateClusterAgencyRepKey' is not null or undefined
|
|
147
|
+
assertParamExists('getCommissionRateClusterAgencyRep', 'commissionRateClusterAgencyRepKey', commissionRateClusterAgencyRepKey)
|
|
148
|
+
const localVarPath = `/commission-rate-cluster-agency-reps/{CommissionRateClusterAgencyRep_Key}`
|
|
149
|
+
.replace(`{${"CommissionRateClusterAgencyRep_Key"}}`, encodeURIComponent(String(commissionRateClusterAgencyRepKey)));
|
|
150
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
151
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
152
|
+
let baseOptions;
|
|
153
|
+
if (configuration) {
|
|
154
|
+
baseOptions = configuration.baseOptions;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
158
|
+
const localVarHeaderParameter = {} as any;
|
|
159
|
+
const localVarQueryParameter = {} as any;
|
|
160
|
+
|
|
161
|
+
// authentication apiKeyAuth required
|
|
162
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
163
|
+
|
|
164
|
+
// authentication bearerAuth required
|
|
165
|
+
// http bearer authentication required
|
|
166
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
167
|
+
|
|
168
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
169
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
175
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
176
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
177
|
+
|
|
178
|
+
return {
|
|
179
|
+
url: toPathString(localVarUrlObj),
|
|
180
|
+
options: localVarRequestOptions,
|
|
181
|
+
};
|
|
182
|
+
},
|
|
183
|
+
/**
|
|
184
|
+
* Lists all CommissionRateClusterAgencyRep
|
|
185
|
+
* @summary List CommissionRateClusterAgencyRep
|
|
186
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
187
|
+
* @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.
|
|
188
|
+
* @param {number} [page] Page
|
|
189
|
+
* @param {number} [pageSize] Page Size
|
|
190
|
+
* @param {*} [options] Override http request option.
|
|
191
|
+
* @throws {RequiredError}
|
|
192
|
+
*/
|
|
193
|
+
listCommissionRateClusterAgencyRep: async (vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
194
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
195
|
+
assertParamExists('listCommissionRateClusterAgencyRep', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
196
|
+
const localVarPath = `/commission-rate-cluster-agency-reps`;
|
|
197
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
198
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
199
|
+
let baseOptions;
|
|
200
|
+
if (configuration) {
|
|
201
|
+
baseOptions = configuration.baseOptions;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
205
|
+
const localVarHeaderParameter = {} as any;
|
|
206
|
+
const localVarQueryParameter = {} as any;
|
|
207
|
+
|
|
208
|
+
// authentication apiKeyAuth required
|
|
209
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
210
|
+
|
|
211
|
+
// authentication bearerAuth required
|
|
212
|
+
// http bearer authentication required
|
|
213
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
214
|
+
|
|
215
|
+
if (sortBy !== undefined) {
|
|
216
|
+
localVarQueryParameter['sortBy'] = sortBy;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
if (page !== undefined) {
|
|
220
|
+
localVarQueryParameter['page'] = page;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
if (pageSize !== undefined) {
|
|
224
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
228
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
234
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
235
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
236
|
+
|
|
237
|
+
return {
|
|
238
|
+
url: toPathString(localVarUrlObj),
|
|
239
|
+
options: localVarRequestOptions,
|
|
240
|
+
};
|
|
241
|
+
},
|
|
242
|
+
/**
|
|
243
|
+
* Create or Update multiple CommissionRateClusterAgencyRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
244
|
+
* @summary Create or Update Batch CommissionRateClusterAgencyRep
|
|
245
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
246
|
+
* @param {Array<CommissionRateClusterAgencyRep>} commissionRateClusterAgencyRep
|
|
247
|
+
* @param {*} [options] Override http request option.
|
|
248
|
+
* @throws {RequiredError}
|
|
249
|
+
*/
|
|
250
|
+
updateBatchCommissionRateClusterAgencyRep: async (vbasoftwareDatabase: string, commissionRateClusterAgencyRep: Array<CommissionRateClusterAgencyRep>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
251
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
252
|
+
assertParamExists('updateBatchCommissionRateClusterAgencyRep', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
253
|
+
// verify required parameter 'commissionRateClusterAgencyRep' is not null or undefined
|
|
254
|
+
assertParamExists('updateBatchCommissionRateClusterAgencyRep', 'commissionRateClusterAgencyRep', commissionRateClusterAgencyRep)
|
|
255
|
+
const localVarPath = `/commission-rate-cluster-agency-reps-batch`;
|
|
256
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
257
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
258
|
+
let baseOptions;
|
|
259
|
+
if (configuration) {
|
|
260
|
+
baseOptions = configuration.baseOptions;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
264
|
+
const localVarHeaderParameter = {} as any;
|
|
265
|
+
const localVarQueryParameter = {} as any;
|
|
266
|
+
|
|
267
|
+
// authentication apiKeyAuth required
|
|
268
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
269
|
+
|
|
270
|
+
// authentication bearerAuth required
|
|
271
|
+
// http bearer authentication required
|
|
272
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
273
|
+
|
|
274
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
275
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
281
|
+
|
|
282
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
283
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
284
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
285
|
+
localVarRequestOptions.data = serializeDataIfNeeded(commissionRateClusterAgencyRep, localVarRequestOptions, configuration)
|
|
286
|
+
|
|
287
|
+
return {
|
|
288
|
+
url: toPathString(localVarUrlObj),
|
|
289
|
+
options: localVarRequestOptions,
|
|
290
|
+
};
|
|
291
|
+
},
|
|
292
|
+
/**
|
|
293
|
+
* Updates a specific CommissionRateClusterAgencyRep.
|
|
294
|
+
* @summary Update CommissionRateClusterAgencyRep
|
|
295
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
296
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
297
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
298
|
+
* @param {*} [options] Override http request option.
|
|
299
|
+
* @throws {RequiredError}
|
|
300
|
+
*/
|
|
301
|
+
updateCommissionRateClusterAgencyRep: async (vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
302
|
+
// verify required parameter 'vbasoftwareDatabase' is not null or undefined
|
|
303
|
+
assertParamExists('updateCommissionRateClusterAgencyRep', 'vbasoftwareDatabase', vbasoftwareDatabase)
|
|
304
|
+
// verify required parameter 'commissionRateClusterAgencyRepKey' is not null or undefined
|
|
305
|
+
assertParamExists('updateCommissionRateClusterAgencyRep', 'commissionRateClusterAgencyRepKey', commissionRateClusterAgencyRepKey)
|
|
306
|
+
// verify required parameter 'commissionRateClusterAgencyRep' is not null or undefined
|
|
307
|
+
assertParamExists('updateCommissionRateClusterAgencyRep', 'commissionRateClusterAgencyRep', commissionRateClusterAgencyRep)
|
|
308
|
+
const localVarPath = `/commission-rate-cluster-agency-reps/{CommissionRateClusterAgencyRep_Key}`
|
|
309
|
+
.replace(`{${"CommissionRateClusterAgencyRep_Key"}}`, encodeURIComponent(String(commissionRateClusterAgencyRepKey)));
|
|
310
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
311
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
312
|
+
let baseOptions;
|
|
313
|
+
if (configuration) {
|
|
314
|
+
baseOptions = configuration.baseOptions;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
318
|
+
const localVarHeaderParameter = {} as any;
|
|
319
|
+
const localVarQueryParameter = {} as any;
|
|
320
|
+
|
|
321
|
+
// authentication apiKeyAuth required
|
|
322
|
+
await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration)
|
|
323
|
+
|
|
324
|
+
// authentication bearerAuth required
|
|
325
|
+
// http bearer authentication required
|
|
326
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
327
|
+
|
|
328
|
+
if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
|
|
329
|
+
localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
335
|
+
|
|
336
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
337
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
338
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
339
|
+
localVarRequestOptions.data = serializeDataIfNeeded(commissionRateClusterAgencyRep, localVarRequestOptions, configuration)
|
|
340
|
+
|
|
341
|
+
return {
|
|
342
|
+
url: toPathString(localVarUrlObj),
|
|
343
|
+
options: localVarRequestOptions,
|
|
344
|
+
};
|
|
345
|
+
},
|
|
346
|
+
}
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* CommissionRateClusterAgencyRepApi - functional programming interface
|
|
351
|
+
* @export
|
|
352
|
+
*/
|
|
353
|
+
export const CommissionRateClusterAgencyRepApiFp = function(configuration?: Configuration) {
|
|
354
|
+
const localVarAxiosParamCreator = CommissionRateClusterAgencyRepApiAxiosParamCreator(configuration)
|
|
355
|
+
return {
|
|
356
|
+
/**
|
|
357
|
+
* Creates a new CommissionRateClusterAgencyRep
|
|
358
|
+
* @summary Create CommissionRateClusterAgencyRep
|
|
359
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
360
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
361
|
+
* @param {*} [options] Override http request option.
|
|
362
|
+
* @throws {RequiredError}
|
|
363
|
+
*/
|
|
364
|
+
async createCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionRateClusterAgencyRepVBAResponse>> {
|
|
365
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRep, options);
|
|
366
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
367
|
+
},
|
|
368
|
+
/**
|
|
369
|
+
* Deletes an CommissionRateClusterAgencyRep
|
|
370
|
+
* @summary Delete CommissionRateClusterAgencyRep
|
|
371
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
372
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
373
|
+
* @param {*} [options] Override http request option.
|
|
374
|
+
* @throws {RequiredError}
|
|
375
|
+
*/
|
|
376
|
+
async deleteCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
377
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, options);
|
|
378
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
379
|
+
},
|
|
380
|
+
/**
|
|
381
|
+
* Gets CommissionRateClusterAgencyRep
|
|
382
|
+
* @summary Get CommissionRateClusterAgencyRep
|
|
383
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
384
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
385
|
+
* @param {*} [options] Override http request option.
|
|
386
|
+
* @throws {RequiredError}
|
|
387
|
+
*/
|
|
388
|
+
async getCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionRateClusterAgencyRepVBAResponse>> {
|
|
389
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, options);
|
|
390
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
391
|
+
},
|
|
392
|
+
/**
|
|
393
|
+
* Lists all CommissionRateClusterAgencyRep
|
|
394
|
+
* @summary List CommissionRateClusterAgencyRep
|
|
395
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
396
|
+
* @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.
|
|
397
|
+
* @param {number} [page] Page
|
|
398
|
+
* @param {number} [pageSize] Page Size
|
|
399
|
+
* @param {*} [options] Override http request option.
|
|
400
|
+
* @throws {RequiredError}
|
|
401
|
+
*/
|
|
402
|
+
async listCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionRateClusterAgencyRepListVBAResponse>> {
|
|
403
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listCommissionRateClusterAgencyRep(vbasoftwareDatabase, sortBy, page, pageSize, options);
|
|
404
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
405
|
+
},
|
|
406
|
+
/**
|
|
407
|
+
* Create or Update multiple CommissionRateClusterAgencyRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
408
|
+
* @summary Create or Update Batch CommissionRateClusterAgencyRep
|
|
409
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
410
|
+
* @param {Array<CommissionRateClusterAgencyRep>} commissionRateClusterAgencyRep
|
|
411
|
+
* @param {*} [options] Override http request option.
|
|
412
|
+
* @throws {RequiredError}
|
|
413
|
+
*/
|
|
414
|
+
async updateBatchCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: Array<CommissionRateClusterAgencyRep>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
|
|
415
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRep, options);
|
|
416
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
417
|
+
},
|
|
418
|
+
/**
|
|
419
|
+
* Updates a specific CommissionRateClusterAgencyRep.
|
|
420
|
+
* @summary Update CommissionRateClusterAgencyRep
|
|
421
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
422
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
423
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
424
|
+
* @param {*} [options] Override http request option.
|
|
425
|
+
* @throws {RequiredError}
|
|
426
|
+
*/
|
|
427
|
+
async updateCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommissionRateClusterAgencyRepVBAResponse>> {
|
|
428
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, commissionRateClusterAgencyRep, options);
|
|
429
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
430
|
+
},
|
|
431
|
+
}
|
|
432
|
+
};
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* CommissionRateClusterAgencyRepApi - factory interface
|
|
436
|
+
* @export
|
|
437
|
+
*/
|
|
438
|
+
export const CommissionRateClusterAgencyRepApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
439
|
+
const localVarFp = CommissionRateClusterAgencyRepApiFp(configuration)
|
|
440
|
+
return {
|
|
441
|
+
/**
|
|
442
|
+
* Creates a new CommissionRateClusterAgencyRep
|
|
443
|
+
* @summary Create CommissionRateClusterAgencyRep
|
|
444
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
445
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
446
|
+
* @param {*} [options] Override http request option.
|
|
447
|
+
* @throws {RequiredError}
|
|
448
|
+
*/
|
|
449
|
+
createCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: any): AxiosPromise<CommissionRateClusterAgencyRepVBAResponse> {
|
|
450
|
+
return localVarFp.createCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRep, options).then((request) => request(axios, basePath));
|
|
451
|
+
},
|
|
452
|
+
/**
|
|
453
|
+
* Deletes an CommissionRateClusterAgencyRep
|
|
454
|
+
* @summary Delete CommissionRateClusterAgencyRep
|
|
455
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
456
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
457
|
+
* @param {*} [options] Override http request option.
|
|
458
|
+
* @throws {RequiredError}
|
|
459
|
+
*/
|
|
460
|
+
deleteCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: any): AxiosPromise<void> {
|
|
461
|
+
return localVarFp.deleteCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, options).then((request) => request(axios, basePath));
|
|
462
|
+
},
|
|
463
|
+
/**
|
|
464
|
+
* Gets CommissionRateClusterAgencyRep
|
|
465
|
+
* @summary Get CommissionRateClusterAgencyRep
|
|
466
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
467
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
468
|
+
* @param {*} [options] Override http request option.
|
|
469
|
+
* @throws {RequiredError}
|
|
470
|
+
*/
|
|
471
|
+
getCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: any): AxiosPromise<CommissionRateClusterAgencyRepVBAResponse> {
|
|
472
|
+
return localVarFp.getCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, options).then((request) => request(axios, basePath));
|
|
473
|
+
},
|
|
474
|
+
/**
|
|
475
|
+
* Lists all CommissionRateClusterAgencyRep
|
|
476
|
+
* @summary List CommissionRateClusterAgencyRep
|
|
477
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
478
|
+
* @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.
|
|
479
|
+
* @param {number} [page] Page
|
|
480
|
+
* @param {number} [pageSize] Page Size
|
|
481
|
+
* @param {*} [options] Override http request option.
|
|
482
|
+
* @throws {RequiredError}
|
|
483
|
+
*/
|
|
484
|
+
listCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<CommissionRateClusterAgencyRepListVBAResponse> {
|
|
485
|
+
return localVarFp.listCommissionRateClusterAgencyRep(vbasoftwareDatabase, sortBy, page, pageSize, options).then((request) => request(axios, basePath));
|
|
486
|
+
},
|
|
487
|
+
/**
|
|
488
|
+
* Create or Update multiple CommissionRateClusterAgencyRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
489
|
+
* @summary Create or Update Batch CommissionRateClusterAgencyRep
|
|
490
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
491
|
+
* @param {Array<CommissionRateClusterAgencyRep>} commissionRateClusterAgencyRep
|
|
492
|
+
* @param {*} [options] Override http request option.
|
|
493
|
+
* @throws {RequiredError}
|
|
494
|
+
*/
|
|
495
|
+
updateBatchCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: Array<CommissionRateClusterAgencyRep>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
|
|
496
|
+
return localVarFp.updateBatchCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRep, options).then((request) => request(axios, basePath));
|
|
497
|
+
},
|
|
498
|
+
/**
|
|
499
|
+
* Updates a specific CommissionRateClusterAgencyRep.
|
|
500
|
+
* @summary Update CommissionRateClusterAgencyRep
|
|
501
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
502
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
503
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
504
|
+
* @param {*} [options] Override http request option.
|
|
505
|
+
* @throws {RequiredError}
|
|
506
|
+
*/
|
|
507
|
+
updateCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: any): AxiosPromise<CommissionRateClusterAgencyRepVBAResponse> {
|
|
508
|
+
return localVarFp.updateCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, commissionRateClusterAgencyRep, options).then((request) => request(axios, basePath));
|
|
509
|
+
},
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* CommissionRateClusterAgencyRepApi - interface
|
|
515
|
+
* @export
|
|
516
|
+
* @interface CommissionRateClusterAgencyRepApi
|
|
517
|
+
*/
|
|
518
|
+
export interface CommissionRateClusterAgencyRepApiInterface {
|
|
519
|
+
/**
|
|
520
|
+
* Creates a new CommissionRateClusterAgencyRep
|
|
521
|
+
* @summary Create CommissionRateClusterAgencyRep
|
|
522
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
523
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
524
|
+
* @param {*} [options] Override http request option.
|
|
525
|
+
* @throws {RequiredError}
|
|
526
|
+
* @memberof CommissionRateClusterAgencyRepApiInterface
|
|
527
|
+
*/
|
|
528
|
+
createCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: AxiosRequestConfig): AxiosPromise<CommissionRateClusterAgencyRepVBAResponse>;
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* Deletes an CommissionRateClusterAgencyRep
|
|
532
|
+
* @summary Delete CommissionRateClusterAgencyRep
|
|
533
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
534
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
535
|
+
* @param {*} [options] Override http request option.
|
|
536
|
+
* @throws {RequiredError}
|
|
537
|
+
* @memberof CommissionRateClusterAgencyRepApiInterface
|
|
538
|
+
*/
|
|
539
|
+
deleteCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Gets CommissionRateClusterAgencyRep
|
|
543
|
+
* @summary Get CommissionRateClusterAgencyRep
|
|
544
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
545
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
546
|
+
* @param {*} [options] Override http request option.
|
|
547
|
+
* @throws {RequiredError}
|
|
548
|
+
* @memberof CommissionRateClusterAgencyRepApiInterface
|
|
549
|
+
*/
|
|
550
|
+
getCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: AxiosRequestConfig): AxiosPromise<CommissionRateClusterAgencyRepVBAResponse>;
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* Lists all CommissionRateClusterAgencyRep
|
|
554
|
+
* @summary List CommissionRateClusterAgencyRep
|
|
555
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
556
|
+
* @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.
|
|
557
|
+
* @param {number} [page] Page
|
|
558
|
+
* @param {number} [pageSize] Page Size
|
|
559
|
+
* @param {*} [options] Override http request option.
|
|
560
|
+
* @throws {RequiredError}
|
|
561
|
+
* @memberof CommissionRateClusterAgencyRepApiInterface
|
|
562
|
+
*/
|
|
563
|
+
listCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<CommissionRateClusterAgencyRepListVBAResponse>;
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* Create or Update multiple CommissionRateClusterAgencyRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
567
|
+
* @summary Create or Update Batch CommissionRateClusterAgencyRep
|
|
568
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
569
|
+
* @param {Array<CommissionRateClusterAgencyRep>} commissionRateClusterAgencyRep
|
|
570
|
+
* @param {*} [options] Override http request option.
|
|
571
|
+
* @throws {RequiredError}
|
|
572
|
+
* @memberof CommissionRateClusterAgencyRepApiInterface
|
|
573
|
+
*/
|
|
574
|
+
updateBatchCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: Array<CommissionRateClusterAgencyRep>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* Updates a specific CommissionRateClusterAgencyRep.
|
|
578
|
+
* @summary Update CommissionRateClusterAgencyRep
|
|
579
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
580
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
581
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
582
|
+
* @param {*} [options] Override http request option.
|
|
583
|
+
* @throws {RequiredError}
|
|
584
|
+
* @memberof CommissionRateClusterAgencyRepApiInterface
|
|
585
|
+
*/
|
|
586
|
+
updateCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: AxiosRequestConfig): AxiosPromise<CommissionRateClusterAgencyRepVBAResponse>;
|
|
587
|
+
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* CommissionRateClusterAgencyRepApi - object-oriented interface
|
|
592
|
+
* @export
|
|
593
|
+
* @class CommissionRateClusterAgencyRepApi
|
|
594
|
+
* @extends {BaseAPI}
|
|
595
|
+
*/
|
|
596
|
+
export class CommissionRateClusterAgencyRepApi extends BaseAPI implements CommissionRateClusterAgencyRepApiInterface {
|
|
597
|
+
/**
|
|
598
|
+
* Creates a new CommissionRateClusterAgencyRep
|
|
599
|
+
* @summary Create CommissionRateClusterAgencyRep
|
|
600
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
601
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
602
|
+
* @param {*} [options] Override http request option.
|
|
603
|
+
* @throws {RequiredError}
|
|
604
|
+
* @memberof CommissionRateClusterAgencyRepApi
|
|
605
|
+
*/
|
|
606
|
+
public createCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: AxiosRequestConfig) {
|
|
607
|
+
return CommissionRateClusterAgencyRepApiFp(this.configuration).createCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRep, options).then((request) => request(this.axios, this.basePath));
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* Deletes an CommissionRateClusterAgencyRep
|
|
612
|
+
* @summary Delete CommissionRateClusterAgencyRep
|
|
613
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
614
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
615
|
+
* @param {*} [options] Override http request option.
|
|
616
|
+
* @throws {RequiredError}
|
|
617
|
+
* @memberof CommissionRateClusterAgencyRepApi
|
|
618
|
+
*/
|
|
619
|
+
public deleteCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: AxiosRequestConfig) {
|
|
620
|
+
return CommissionRateClusterAgencyRepApiFp(this.configuration).deleteCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, options).then((request) => request(this.axios, this.basePath));
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* Gets CommissionRateClusterAgencyRep
|
|
625
|
+
* @summary Get CommissionRateClusterAgencyRep
|
|
626
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
627
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
628
|
+
* @param {*} [options] Override http request option.
|
|
629
|
+
* @throws {RequiredError}
|
|
630
|
+
* @memberof CommissionRateClusterAgencyRepApi
|
|
631
|
+
*/
|
|
632
|
+
public getCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, options?: AxiosRequestConfig) {
|
|
633
|
+
return CommissionRateClusterAgencyRepApiFp(this.configuration).getCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, options).then((request) => request(this.axios, this.basePath));
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
/**
|
|
637
|
+
* Lists all CommissionRateClusterAgencyRep
|
|
638
|
+
* @summary List CommissionRateClusterAgencyRep
|
|
639
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
640
|
+
* @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.
|
|
641
|
+
* @param {number} [page] Page
|
|
642
|
+
* @param {number} [pageSize] Page Size
|
|
643
|
+
* @param {*} [options] Override http request option.
|
|
644
|
+
* @throws {RequiredError}
|
|
645
|
+
* @memberof CommissionRateClusterAgencyRepApi
|
|
646
|
+
*/
|
|
647
|
+
public listCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
|
|
648
|
+
return CommissionRateClusterAgencyRepApiFp(this.configuration).listCommissionRateClusterAgencyRep(vbasoftwareDatabase, sortBy, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* Create or Update multiple CommissionRateClusterAgencyRep at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
|
|
653
|
+
* @summary Create or Update Batch CommissionRateClusterAgencyRep
|
|
654
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
655
|
+
* @param {Array<CommissionRateClusterAgencyRep>} commissionRateClusterAgencyRep
|
|
656
|
+
* @param {*} [options] Override http request option.
|
|
657
|
+
* @throws {RequiredError}
|
|
658
|
+
* @memberof CommissionRateClusterAgencyRepApi
|
|
659
|
+
*/
|
|
660
|
+
public updateBatchCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRep: Array<CommissionRateClusterAgencyRep>, options?: AxiosRequestConfig) {
|
|
661
|
+
return CommissionRateClusterAgencyRepApiFp(this.configuration).updateBatchCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRep, options).then((request) => request(this.axios, this.basePath));
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* Updates a specific CommissionRateClusterAgencyRep.
|
|
666
|
+
* @summary Update CommissionRateClusterAgencyRep
|
|
667
|
+
* @param {string} vbasoftwareDatabase Target database
|
|
668
|
+
* @param {number} commissionRateClusterAgencyRepKey CommissionRateClusterAgencyRep Key
|
|
669
|
+
* @param {CommissionRateClusterAgencyRep} commissionRateClusterAgencyRep
|
|
670
|
+
* @param {*} [options] Override http request option.
|
|
671
|
+
* @throws {RequiredError}
|
|
672
|
+
* @memberof CommissionRateClusterAgencyRepApi
|
|
673
|
+
*/
|
|
674
|
+
public updateCommissionRateClusterAgencyRep(vbasoftwareDatabase: string, commissionRateClusterAgencyRepKey: number, commissionRateClusterAgencyRep: CommissionRateClusterAgencyRep, options?: AxiosRequestConfig) {
|
|
675
|
+
return CommissionRateClusterAgencyRepApiFp(this.configuration).updateCommissionRateClusterAgencyRep(vbasoftwareDatabase, commissionRateClusterAgencyRepKey, commissionRateClusterAgencyRep, options).then((request) => request(this.axios, this.basePath));
|
|
676
|
+
}
|
|
677
|
+
}
|