@emilgroup/insurance-sdk-node 1.78.0 → 1.78.1-beta.0
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 +13 -4
- package/README.md +2 -2
- package/api/booking-funnels-api.ts +31 -31
- package/api/commission-agreement-items-api.ts +4 -4
- package/api/policies-api.ts +32 -32
- package/api/product-fields-api.ts +16 -16
- package/api/status-transition-rules-api.ts +31 -31
- package/dist/api/booking-funnels-api.d.ts +18 -18
- package/dist/api/booking-funnels-api.js +24 -24
- package/dist/api/commission-agreement-items-api.d.ts +4 -4
- package/dist/api/commission-agreement-items-api.js +3 -3
- package/dist/api/policies-api.d.ts +18 -18
- package/dist/api/policies-api.js +24 -24
- package/dist/api/product-fields-api.d.ts +9 -9
- package/dist/api/product-fields-api.js +12 -12
- package/dist/api/status-transition-rules-api.d.ts +18 -18
- package/dist/api/status-transition-rules-api.js +24 -24
- package/dist/models/create-draft-policy-request-dto.d.ts +6 -0
- package/dist/models/{patch-booking-funnel-request-dto.d.ts → grpc-patch-booking-funnel-request-dto.d.ts} +10 -10
- package/dist/models/grpc-patch-draft-policy-request-dto.d.ts +76 -0
- package/dist/models/{patch-draft-policy-request-dto.js → grpc-patch-draft-policy-request-dto.js} +2 -2
- package/dist/models/grpc-patch-status-transition-rule-request-dto.d.ts +53 -0
- package/dist/models/{update-status-transition-rule-request-dto.js → grpc-patch-status-transition-rule-request-dto.js} +2 -2
- package/dist/models/{update-booking-funnel-request-dto.d.ts → grpc-update-booking-funnel-request-dto.d.ts} +10 -10
- package/dist/models/grpc-update-status-transition-rule-request-dto.d.ts +53 -0
- package/dist/models/grpc-update-status-transition-rule-request-dto.js +20 -0
- package/dist/models/index.d.ts +13 -4
- package/dist/models/index.js +13 -4
- package/dist/models/patch-status-transition-rule-request-dto.d.ts +4 -10
- package/dist/models/rest-create-draft-policy-request-dto.d.ts +70 -0
- package/dist/models/rest-create-draft-policy-request-dto.js +23 -0
- package/dist/models/rest-create-status-transition-rule-request-dto.d.ts +47 -0
- package/dist/models/rest-create-status-transition-rule-request-dto.js +20 -0
- package/dist/models/rest-patch-booking-funnel-request-dto.d.ts +60 -0
- package/dist/models/rest-patch-booking-funnel-request-dto.js +15 -0
- package/dist/models/{patch-draft-policy-request-dto.d.ts → rest-patch-draft-policy-request-dto.d.ts} +12 -12
- package/dist/models/rest-patch-draft-policy-request-dto.js +23 -0
- package/dist/models/rest-update-booking-funnel-request-dto.d.ts +60 -0
- package/dist/models/rest-update-booking-funnel-request-dto.js +15 -0
- package/dist/models/rest-update-product-field-request-dto.d.ts +171 -0
- package/dist/models/rest-update-product-field-request-dto.js +28 -0
- package/dist/models/rest-update-status-transition-rule-request-dto.d.ts +47 -0
- package/dist/models/rest-update-status-transition-rule-request-dto.js +20 -0
- package/dist/models/shared-delete-request-dto.d.ts +24 -0
- package/dist/models/shared-delete-request-dto.js +15 -0
- package/models/create-draft-policy-request-dto.ts +6 -0
- package/models/{patch-booking-funnel-request-dto.ts → grpc-patch-booking-funnel-request-dto.ts} +10 -10
- package/models/grpc-patch-draft-policy-request-dto.ts +85 -0
- package/models/grpc-patch-status-transition-rule-request-dto.ts +62 -0
- package/models/{update-booking-funnel-request-dto.ts → grpc-update-booking-funnel-request-dto.ts} +10 -10
- package/models/{update-status-transition-rule-request-dto.ts → grpc-update-status-transition-rule-request-dto.ts} +10 -10
- package/models/index.ts +13 -4
- package/models/patch-status-transition-rule-request-dto.ts +4 -10
- package/models/rest-create-draft-policy-request-dto.ts +79 -0
- package/models/rest-create-status-transition-rule-request-dto.ts +56 -0
- package/models/rest-patch-booking-funnel-request-dto.ts +66 -0
- package/models/{patch-draft-policy-request-dto.ts → rest-patch-draft-policy-request-dto.ts} +12 -12
- package/models/rest-update-booking-funnel-request-dto.ts +66 -0
- package/models/rest-update-product-field-request-dto.ts +182 -0
- package/models/rest-update-status-transition-rule-request-dto.ts +56 -0
- package/models/shared-delete-request-dto.ts +30 -0
- package/package.json +1 -1
- package/dist/models/update-status-transition-rule-request-dto.d.ts +0 -53
- /package/dist/models/{patch-booking-funnel-request-dto.js → grpc-patch-booking-funnel-request-dto.js} +0 -0
- /package/dist/models/{update-booking-funnel-request-dto.js → grpc-update-booking-funnel-request-dto.js} +0 -0
|
@@ -21,8 +21,6 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import { CreateStatusTransitionRuleRequestDto } from '../models';
|
|
25
|
-
// @ts-ignore
|
|
26
24
|
import { CreateStatusTransitionRuleResponseClass } from '../models';
|
|
27
25
|
// @ts-ignore
|
|
28
26
|
import { DeleteResponseClass } from '../models';
|
|
@@ -35,7 +33,9 @@ import { PatchStatusTransitionRuleRequestDto } from '../models';
|
|
|
35
33
|
// @ts-ignore
|
|
36
34
|
import { PatchStatusTransitionRuleResponseClass } from '../models';
|
|
37
35
|
// @ts-ignore
|
|
38
|
-
import {
|
|
36
|
+
import { RestCreateStatusTransitionRuleRequestDto } from '../models';
|
|
37
|
+
// @ts-ignore
|
|
38
|
+
import { RestUpdateStatusTransitionRuleRequestDto } from '../models';
|
|
39
39
|
// @ts-ignore
|
|
40
40
|
import { UpdateStatusTransitionRuleResponseClass } from '../models';
|
|
41
41
|
// URLSearchParams not necessarily used
|
|
@@ -51,14 +51,14 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
51
51
|
/**
|
|
52
52
|
* This will create a status transition rule. Status transition rules allow or deny a transition from one status to another based on custom conditions. **Required Permissions** \"policy-management.products.create\"
|
|
53
53
|
* @summary Create the status transition rule
|
|
54
|
-
* @param {
|
|
54
|
+
* @param {RestCreateStatusTransitionRuleRequestDto} restCreateStatusTransitionRuleRequestDto
|
|
55
55
|
* @param {string} [authorization] Bearer Token
|
|
56
56
|
* @param {*} [options] Override http request option.
|
|
57
57
|
* @throws {RequiredError}
|
|
58
58
|
*/
|
|
59
|
-
createStatusTransitionRule: async (
|
|
60
|
-
// verify required parameter '
|
|
61
|
-
assertParamExists('createStatusTransitionRule', '
|
|
59
|
+
createStatusTransitionRule: async (restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
60
|
+
// verify required parameter 'restCreateStatusTransitionRuleRequestDto' is not null or undefined
|
|
61
|
+
assertParamExists('createStatusTransitionRule', 'restCreateStatusTransitionRuleRequestDto', restCreateStatusTransitionRuleRequestDto)
|
|
62
62
|
const localVarPath = `/insuranceservice/v1/status-transitions/rules`;
|
|
63
63
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
64
64
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -88,7 +88,7 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
88
88
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
89
89
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
90
90
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
91
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
91
|
+
localVarRequestOptions.data = serializeDataIfNeeded(restCreateStatusTransitionRuleRequestDto, localVarRequestOptions, configuration)
|
|
92
92
|
|
|
93
93
|
return {
|
|
94
94
|
url: toPathString(localVarUrlObj),
|
|
@@ -321,16 +321,16 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
321
321
|
* Updates the specified status transition rule by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"policy-management.products.update\"
|
|
322
322
|
* @summary Update the status transition rule
|
|
323
323
|
* @param {string} code Unique identifier for the object.
|
|
324
|
-
* @param {
|
|
324
|
+
* @param {RestUpdateStatusTransitionRuleRequestDto} restUpdateStatusTransitionRuleRequestDto
|
|
325
325
|
* @param {string} [authorization] Bearer Token
|
|
326
326
|
* @param {*} [options] Override http request option.
|
|
327
327
|
* @throws {RequiredError}
|
|
328
328
|
*/
|
|
329
|
-
updateStatusTransitionRule: async (code: string,
|
|
329
|
+
updateStatusTransitionRule: async (code: string, restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
330
330
|
// verify required parameter 'code' is not null or undefined
|
|
331
331
|
assertParamExists('updateStatusTransitionRule', 'code', code)
|
|
332
|
-
// verify required parameter '
|
|
333
|
-
assertParamExists('updateStatusTransitionRule', '
|
|
332
|
+
// verify required parameter 'restUpdateStatusTransitionRuleRequestDto' is not null or undefined
|
|
333
|
+
assertParamExists('updateStatusTransitionRule', 'restUpdateStatusTransitionRuleRequestDto', restUpdateStatusTransitionRuleRequestDto)
|
|
334
334
|
const localVarPath = `/insuranceservice/v1/status-transitions/rules/{code}`
|
|
335
335
|
.replace(`{${"code"}}`, encodeURIComponent(String(code)));
|
|
336
336
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -361,7 +361,7 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
361
361
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
362
362
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
363
363
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
364
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
364
|
+
localVarRequestOptions.data = serializeDataIfNeeded(restUpdateStatusTransitionRuleRequestDto, localVarRequestOptions, configuration)
|
|
365
365
|
|
|
366
366
|
return {
|
|
367
367
|
url: toPathString(localVarUrlObj),
|
|
@@ -381,13 +381,13 @@ export const StatusTransitionRulesApiFp = function(configuration?: Configuration
|
|
|
381
381
|
/**
|
|
382
382
|
* This will create a status transition rule. Status transition rules allow or deny a transition from one status to another based on custom conditions. **Required Permissions** \"policy-management.products.create\"
|
|
383
383
|
* @summary Create the status transition rule
|
|
384
|
-
* @param {
|
|
384
|
+
* @param {RestCreateStatusTransitionRuleRequestDto} restCreateStatusTransitionRuleRequestDto
|
|
385
385
|
* @param {string} [authorization] Bearer Token
|
|
386
386
|
* @param {*} [options] Override http request option.
|
|
387
387
|
* @throws {RequiredError}
|
|
388
388
|
*/
|
|
389
|
-
async createStatusTransitionRule(
|
|
390
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.createStatusTransitionRule(
|
|
389
|
+
async createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateStatusTransitionRuleResponseClass>> {
|
|
390
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto, authorization, options);
|
|
391
391
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
392
392
|
},
|
|
393
393
|
/**
|
|
@@ -450,13 +450,13 @@ export const StatusTransitionRulesApiFp = function(configuration?: Configuration
|
|
|
450
450
|
* Updates the specified status transition rule by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"policy-management.products.update\"
|
|
451
451
|
* @summary Update the status transition rule
|
|
452
452
|
* @param {string} code Unique identifier for the object.
|
|
453
|
-
* @param {
|
|
453
|
+
* @param {RestUpdateStatusTransitionRuleRequestDto} restUpdateStatusTransitionRuleRequestDto
|
|
454
454
|
* @param {string} [authorization] Bearer Token
|
|
455
455
|
* @param {*} [options] Override http request option.
|
|
456
456
|
* @throws {RequiredError}
|
|
457
457
|
*/
|
|
458
|
-
async updateStatusTransitionRule(code: string,
|
|
459
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateStatusTransitionRule(code,
|
|
458
|
+
async updateStatusTransitionRule(code: string, restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateStatusTransitionRuleResponseClass>> {
|
|
459
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateStatusTransitionRule(code, restUpdateStatusTransitionRuleRequestDto, authorization, options);
|
|
460
460
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
461
461
|
},
|
|
462
462
|
}
|
|
@@ -472,13 +472,13 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
|
|
|
472
472
|
/**
|
|
473
473
|
* This will create a status transition rule. Status transition rules allow or deny a transition from one status to another based on custom conditions. **Required Permissions** \"policy-management.products.create\"
|
|
474
474
|
* @summary Create the status transition rule
|
|
475
|
-
* @param {
|
|
475
|
+
* @param {RestCreateStatusTransitionRuleRequestDto} restCreateStatusTransitionRuleRequestDto
|
|
476
476
|
* @param {string} [authorization] Bearer Token
|
|
477
477
|
* @param {*} [options] Override http request option.
|
|
478
478
|
* @throws {RequiredError}
|
|
479
479
|
*/
|
|
480
|
-
createStatusTransitionRule(
|
|
481
|
-
return localVarFp.createStatusTransitionRule(
|
|
480
|
+
createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto, authorization?: string, options?: any): AxiosPromise<CreateStatusTransitionRuleResponseClass> {
|
|
481
|
+
return localVarFp.createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
482
482
|
},
|
|
483
483
|
/**
|
|
484
484
|
* Permanently deletes the status transition rule. Supply the unique code that was returned when you created the status transition rule and this will delete it. **Required Permissions** \"policy-management.products.delete\"
|
|
@@ -536,13 +536,13 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
|
|
|
536
536
|
* Updates the specified status transition rule by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"policy-management.products.update\"
|
|
537
537
|
* @summary Update the status transition rule
|
|
538
538
|
* @param {string} code Unique identifier for the object.
|
|
539
|
-
* @param {
|
|
539
|
+
* @param {RestUpdateStatusTransitionRuleRequestDto} restUpdateStatusTransitionRuleRequestDto
|
|
540
540
|
* @param {string} [authorization] Bearer Token
|
|
541
541
|
* @param {*} [options] Override http request option.
|
|
542
542
|
* @throws {RequiredError}
|
|
543
543
|
*/
|
|
544
|
-
updateStatusTransitionRule(code: string,
|
|
545
|
-
return localVarFp.updateStatusTransitionRule(code,
|
|
544
|
+
updateStatusTransitionRule(code: string, restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateStatusTransitionRuleResponseClass> {
|
|
545
|
+
return localVarFp.updateStatusTransitionRule(code, restUpdateStatusTransitionRuleRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
546
546
|
},
|
|
547
547
|
};
|
|
548
548
|
};
|
|
@@ -555,10 +555,10 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
|
|
|
555
555
|
export interface StatusTransitionRulesApiCreateStatusTransitionRuleRequest {
|
|
556
556
|
/**
|
|
557
557
|
*
|
|
558
|
-
* @type {
|
|
558
|
+
* @type {RestCreateStatusTransitionRuleRequestDto}
|
|
559
559
|
* @memberof StatusTransitionRulesApiCreateStatusTransitionRule
|
|
560
560
|
*/
|
|
561
|
-
readonly
|
|
561
|
+
readonly restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto
|
|
562
562
|
|
|
563
563
|
/**
|
|
564
564
|
* Bearer Token
|
|
@@ -723,10 +723,10 @@ export interface StatusTransitionRulesApiUpdateStatusTransitionRuleRequest {
|
|
|
723
723
|
|
|
724
724
|
/**
|
|
725
725
|
*
|
|
726
|
-
* @type {
|
|
726
|
+
* @type {RestUpdateStatusTransitionRuleRequestDto}
|
|
727
727
|
* @memberof StatusTransitionRulesApiUpdateStatusTransitionRule
|
|
728
728
|
*/
|
|
729
|
-
readonly
|
|
729
|
+
readonly restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto
|
|
730
730
|
|
|
731
731
|
/**
|
|
732
732
|
* Bearer Token
|
|
@@ -752,7 +752,7 @@ export class StatusTransitionRulesApi extends BaseAPI {
|
|
|
752
752
|
* @memberof StatusTransitionRulesApi
|
|
753
753
|
*/
|
|
754
754
|
public createStatusTransitionRule(requestParameters: StatusTransitionRulesApiCreateStatusTransitionRuleRequest, options?: AxiosRequestConfig) {
|
|
755
|
-
return StatusTransitionRulesApiFp(this.configuration).createStatusTransitionRule(requestParameters.
|
|
755
|
+
return StatusTransitionRulesApiFp(this.configuration).createStatusTransitionRule(requestParameters.restCreateStatusTransitionRuleRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
756
756
|
}
|
|
757
757
|
|
|
758
758
|
/**
|
|
@@ -812,6 +812,6 @@ export class StatusTransitionRulesApi extends BaseAPI {
|
|
|
812
812
|
* @memberof StatusTransitionRulesApi
|
|
813
813
|
*/
|
|
814
814
|
public updateStatusTransitionRule(requestParameters: StatusTransitionRulesApiUpdateStatusTransitionRuleRequest, options?: AxiosRequestConfig) {
|
|
815
|
-
return StatusTransitionRulesApiFp(this.configuration).updateStatusTransitionRule(requestParameters.code, requestParameters.
|
|
815
|
+
return StatusTransitionRulesApiFp(this.configuration).updateStatusTransitionRule(requestParameters.code, requestParameters.restUpdateStatusTransitionRuleRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
816
816
|
}
|
|
817
817
|
}
|
|
@@ -17,9 +17,9 @@ import { CreateBookingFunnelResponseClass } from '../models';
|
|
|
17
17
|
import { DeleteResponseClass } from '../models';
|
|
18
18
|
import { GetBookingFunnelResponseClass } from '../models';
|
|
19
19
|
import { ListBookingFunnelsResponseClass } from '../models';
|
|
20
|
-
import { PatchBookingFunnelRequestDto } from '../models';
|
|
21
20
|
import { PatchBookingFunnelResponseClass } from '../models';
|
|
22
|
-
import {
|
|
21
|
+
import { RestPatchBookingFunnelRequestDto } from '../models';
|
|
22
|
+
import { RestUpdateBookingFunnelRequestDto } from '../models';
|
|
23
23
|
import { UpdateBookingFunnelResponseClass } from '../models';
|
|
24
24
|
/**
|
|
25
25
|
* BookingFunnelsApi - axios parameter creator
|
|
@@ -71,22 +71,22 @@ export declare const BookingFunnelsApiAxiosParamCreator: (configuration?: Config
|
|
|
71
71
|
/**
|
|
72
72
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
73
73
|
* @param {string} code
|
|
74
|
-
* @param {
|
|
74
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
75
75
|
* @param {string} [authorization] Bearer Token
|
|
76
76
|
* @param {*} [options] Override http request option.
|
|
77
77
|
* @throws {RequiredError}
|
|
78
78
|
*/
|
|
79
|
-
patchBookingFunnel: (code: string,
|
|
79
|
+
patchBookingFunnel: (code: string, restPatchBookingFunnelRequestDto: RestPatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
80
|
/**
|
|
81
81
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
82
82
|
* @summary Update the booking funnel
|
|
83
83
|
* @param {string} code
|
|
84
|
-
* @param {
|
|
84
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
85
85
|
* @param {string} [authorization] Bearer Token
|
|
86
86
|
* @param {*} [options] Override http request option.
|
|
87
87
|
* @throws {RequiredError}
|
|
88
88
|
*/
|
|
89
|
-
updateBookingFunnel: (code: string,
|
|
89
|
+
updateBookingFunnel: (code: string, restUpdateBookingFunnelRequestDto: RestUpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
92
92
|
* BookingFunnelsApi - functional programming interface
|
|
@@ -138,22 +138,22 @@ export declare const BookingFunnelsApiFp: (configuration?: Configuration) => {
|
|
|
138
138
|
/**
|
|
139
139
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
140
140
|
* @param {string} code
|
|
141
|
-
* @param {
|
|
141
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
142
142
|
* @param {string} [authorization] Bearer Token
|
|
143
143
|
* @param {*} [options] Override http request option.
|
|
144
144
|
* @throws {RequiredError}
|
|
145
145
|
*/
|
|
146
|
-
patchBookingFunnel(code: string,
|
|
146
|
+
patchBookingFunnel(code: string, restPatchBookingFunnelRequestDto: RestPatchBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchBookingFunnelResponseClass>>;
|
|
147
147
|
/**
|
|
148
148
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
149
149
|
* @summary Update the booking funnel
|
|
150
150
|
* @param {string} code
|
|
151
|
-
* @param {
|
|
151
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
152
152
|
* @param {string} [authorization] Bearer Token
|
|
153
153
|
* @param {*} [options] Override http request option.
|
|
154
154
|
* @throws {RequiredError}
|
|
155
155
|
*/
|
|
156
|
-
updateBookingFunnel(code: string,
|
|
156
|
+
updateBookingFunnel(code: string, restUpdateBookingFunnelRequestDto: RestUpdateBookingFunnelRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateBookingFunnelResponseClass>>;
|
|
157
157
|
};
|
|
158
158
|
/**
|
|
159
159
|
* BookingFunnelsApi - factory interface
|
|
@@ -205,22 +205,22 @@ export declare const BookingFunnelsApiFactory: (configuration?: Configuration, b
|
|
|
205
205
|
/**
|
|
206
206
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
207
207
|
* @param {string} code
|
|
208
|
-
* @param {
|
|
208
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
209
209
|
* @param {string} [authorization] Bearer Token
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
*/
|
|
213
|
-
patchBookingFunnel(code: string,
|
|
213
|
+
patchBookingFunnel(code: string, restPatchBookingFunnelRequestDto: RestPatchBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<PatchBookingFunnelResponseClass>;
|
|
214
214
|
/**
|
|
215
215
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
216
216
|
* @summary Update the booking funnel
|
|
217
217
|
* @param {string} code
|
|
218
|
-
* @param {
|
|
218
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
219
219
|
* @param {string} [authorization] Bearer Token
|
|
220
220
|
* @param {*} [options] Override http request option.
|
|
221
221
|
* @throws {RequiredError}
|
|
222
222
|
*/
|
|
223
|
-
updateBookingFunnel(code: string,
|
|
223
|
+
updateBookingFunnel(code: string, restUpdateBookingFunnelRequestDto: RestUpdateBookingFunnelRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateBookingFunnelResponseClass>;
|
|
224
224
|
};
|
|
225
225
|
/**
|
|
226
226
|
* Request parameters for createBookingFunnel operation in BookingFunnelsApi.
|
|
@@ -348,10 +348,10 @@ export interface BookingFunnelsApiPatchBookingFunnelRequest {
|
|
|
348
348
|
readonly code: string;
|
|
349
349
|
/**
|
|
350
350
|
*
|
|
351
|
-
* @type {
|
|
351
|
+
* @type {RestPatchBookingFunnelRequestDto}
|
|
352
352
|
* @memberof BookingFunnelsApiPatchBookingFunnel
|
|
353
353
|
*/
|
|
354
|
-
readonly
|
|
354
|
+
readonly restPatchBookingFunnelRequestDto: RestPatchBookingFunnelRequestDto;
|
|
355
355
|
/**
|
|
356
356
|
* Bearer Token
|
|
357
357
|
* @type {string}
|
|
@@ -373,10 +373,10 @@ export interface BookingFunnelsApiUpdateBookingFunnelRequest {
|
|
|
373
373
|
readonly code: string;
|
|
374
374
|
/**
|
|
375
375
|
*
|
|
376
|
-
* @type {
|
|
376
|
+
* @type {RestUpdateBookingFunnelRequestDto}
|
|
377
377
|
* @memberof BookingFunnelsApiUpdateBookingFunnel
|
|
378
378
|
*/
|
|
379
|
-
readonly
|
|
379
|
+
readonly restUpdateBookingFunnelRequestDto: RestUpdateBookingFunnelRequestDto;
|
|
380
380
|
/**
|
|
381
381
|
* Bearer Token
|
|
382
382
|
* @type {string}
|
|
@@ -316,12 +316,12 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
316
316
|
/**
|
|
317
317
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
318
318
|
* @param {string} code
|
|
319
|
-
* @param {
|
|
319
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
320
320
|
* @param {string} [authorization] Bearer Token
|
|
321
321
|
* @param {*} [options] Override http request option.
|
|
322
322
|
* @throws {RequiredError}
|
|
323
323
|
*/
|
|
324
|
-
patchBookingFunnel: function (code,
|
|
324
|
+
patchBookingFunnel: function (code, restPatchBookingFunnelRequestDto, authorization, options) {
|
|
325
325
|
if (options === void 0) { options = {}; }
|
|
326
326
|
return __awaiter(_this, void 0, void 0, function () {
|
|
327
327
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -330,8 +330,8 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
330
330
|
case 0:
|
|
331
331
|
// verify required parameter 'code' is not null or undefined
|
|
332
332
|
(0, common_1.assertParamExists)('patchBookingFunnel', 'code', code);
|
|
333
|
-
// verify required parameter '
|
|
334
|
-
(0, common_1.assertParamExists)('patchBookingFunnel', '
|
|
333
|
+
// verify required parameter 'restPatchBookingFunnelRequestDto' is not null or undefined
|
|
334
|
+
(0, common_1.assertParamExists)('patchBookingFunnel', 'restPatchBookingFunnelRequestDto', restPatchBookingFunnelRequestDto);
|
|
335
335
|
localVarPath = "/insuranceservice/v1/booking-funnels/{code}"
|
|
336
336
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
337
337
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -356,7 +356,7 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
356
356
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
357
357
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
358
358
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
359
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
359
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(restPatchBookingFunnelRequestDto, localVarRequestOptions, configuration);
|
|
360
360
|
return [2 /*return*/, {
|
|
361
361
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
362
362
|
options: localVarRequestOptions,
|
|
@@ -369,12 +369,12 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
369
369
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
370
370
|
* @summary Update the booking funnel
|
|
371
371
|
* @param {string} code
|
|
372
|
-
* @param {
|
|
372
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
373
373
|
* @param {string} [authorization] Bearer Token
|
|
374
374
|
* @param {*} [options] Override http request option.
|
|
375
375
|
* @throws {RequiredError}
|
|
376
376
|
*/
|
|
377
|
-
updateBookingFunnel: function (code,
|
|
377
|
+
updateBookingFunnel: function (code, restUpdateBookingFunnelRequestDto, authorization, options) {
|
|
378
378
|
if (options === void 0) { options = {}; }
|
|
379
379
|
return __awaiter(_this, void 0, void 0, function () {
|
|
380
380
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -383,8 +383,8 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
383
383
|
case 0:
|
|
384
384
|
// verify required parameter 'code' is not null or undefined
|
|
385
385
|
(0, common_1.assertParamExists)('updateBookingFunnel', 'code', code);
|
|
386
|
-
// verify required parameter '
|
|
387
|
-
(0, common_1.assertParamExists)('updateBookingFunnel', '
|
|
386
|
+
// verify required parameter 'restUpdateBookingFunnelRequestDto' is not null or undefined
|
|
387
|
+
(0, common_1.assertParamExists)('updateBookingFunnel', 'restUpdateBookingFunnelRequestDto', restUpdateBookingFunnelRequestDto);
|
|
388
388
|
localVarPath = "/insuranceservice/v1/booking-funnels/{code}"
|
|
389
389
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
390
390
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -409,7 +409,7 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
409
409
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
410
410
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
411
411
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
412
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
412
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(restUpdateBookingFunnelRequestDto, localVarRequestOptions, configuration);
|
|
413
413
|
return [2 /*return*/, {
|
|
414
414
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
415
415
|
options: localVarRequestOptions,
|
|
@@ -521,17 +521,17 @@ var BookingFunnelsApiFp = function (configuration) {
|
|
|
521
521
|
/**
|
|
522
522
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
523
523
|
* @param {string} code
|
|
524
|
-
* @param {
|
|
524
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
525
525
|
* @param {string} [authorization] Bearer Token
|
|
526
526
|
* @param {*} [options] Override http request option.
|
|
527
527
|
* @throws {RequiredError}
|
|
528
528
|
*/
|
|
529
|
-
patchBookingFunnel: function (code,
|
|
529
|
+
patchBookingFunnel: function (code, restPatchBookingFunnelRequestDto, authorization, options) {
|
|
530
530
|
return __awaiter(this, void 0, void 0, function () {
|
|
531
531
|
var localVarAxiosArgs;
|
|
532
532
|
return __generator(this, function (_a) {
|
|
533
533
|
switch (_a.label) {
|
|
534
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchBookingFunnel(code,
|
|
534
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchBookingFunnel(code, restPatchBookingFunnelRequestDto, authorization, options)];
|
|
535
535
|
case 1:
|
|
536
536
|
localVarAxiosArgs = _a.sent();
|
|
537
537
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -543,17 +543,17 @@ var BookingFunnelsApiFp = function (configuration) {
|
|
|
543
543
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
544
544
|
* @summary Update the booking funnel
|
|
545
545
|
* @param {string} code
|
|
546
|
-
* @param {
|
|
546
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
547
547
|
* @param {string} [authorization] Bearer Token
|
|
548
548
|
* @param {*} [options] Override http request option.
|
|
549
549
|
* @throws {RequiredError}
|
|
550
550
|
*/
|
|
551
|
-
updateBookingFunnel: function (code,
|
|
551
|
+
updateBookingFunnel: function (code, restUpdateBookingFunnelRequestDto, authorization, options) {
|
|
552
552
|
return __awaiter(this, void 0, void 0, function () {
|
|
553
553
|
var localVarAxiosArgs;
|
|
554
554
|
return __generator(this, function (_a) {
|
|
555
555
|
switch (_a.label) {
|
|
556
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateBookingFunnel(code,
|
|
556
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateBookingFunnel(code, restUpdateBookingFunnelRequestDto, authorization, options)];
|
|
557
557
|
case 1:
|
|
558
558
|
localVarAxiosArgs = _a.sent();
|
|
559
559
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -624,25 +624,25 @@ var BookingFunnelsApiFactory = function (configuration, basePath, axios) {
|
|
|
624
624
|
/**
|
|
625
625
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
626
626
|
* @param {string} code
|
|
627
|
-
* @param {
|
|
627
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
628
628
|
* @param {string} [authorization] Bearer Token
|
|
629
629
|
* @param {*} [options] Override http request option.
|
|
630
630
|
* @throws {RequiredError}
|
|
631
631
|
*/
|
|
632
|
-
patchBookingFunnel: function (code,
|
|
633
|
-
return localVarFp.patchBookingFunnel(code,
|
|
632
|
+
patchBookingFunnel: function (code, restPatchBookingFunnelRequestDto, authorization, options) {
|
|
633
|
+
return localVarFp.patchBookingFunnel(code, restPatchBookingFunnelRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
634
634
|
},
|
|
635
635
|
/**
|
|
636
636
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
637
637
|
* @summary Update the booking funnel
|
|
638
638
|
* @param {string} code
|
|
639
|
-
* @param {
|
|
639
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
640
640
|
* @param {string} [authorization] Bearer Token
|
|
641
641
|
* @param {*} [options] Override http request option.
|
|
642
642
|
* @throws {RequiredError}
|
|
643
643
|
*/
|
|
644
|
-
updateBookingFunnel: function (code,
|
|
645
|
-
return localVarFp.updateBookingFunnel(code,
|
|
644
|
+
updateBookingFunnel: function (code, restUpdateBookingFunnelRequestDto, authorization, options) {
|
|
645
|
+
return localVarFp.updateBookingFunnel(code, restUpdateBookingFunnelRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
646
646
|
},
|
|
647
647
|
};
|
|
648
648
|
};
|
|
@@ -716,7 +716,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
|
|
|
716
716
|
*/
|
|
717
717
|
BookingFunnelsApi.prototype.patchBookingFunnel = function (requestParameters, options) {
|
|
718
718
|
var _this = this;
|
|
719
|
-
return (0, exports.BookingFunnelsApiFp)(this.configuration).patchBookingFunnel(requestParameters.code, requestParameters.
|
|
719
|
+
return (0, exports.BookingFunnelsApiFp)(this.configuration).patchBookingFunnel(requestParameters.code, requestParameters.restPatchBookingFunnelRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
720
720
|
};
|
|
721
721
|
/**
|
|
722
722
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
@@ -728,7 +728,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
|
|
|
728
728
|
*/
|
|
729
729
|
BookingFunnelsApi.prototype.updateBookingFunnel = function (requestParameters, options) {
|
|
730
730
|
var _this = this;
|
|
731
|
-
return (0, exports.BookingFunnelsApiFp)(this.configuration).updateBookingFunnel(requestParameters.code, requestParameters.
|
|
731
|
+
return (0, exports.BookingFunnelsApiFp)(this.configuration).updateBookingFunnel(requestParameters.code, requestParameters.restUpdateBookingFunnelRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
732
732
|
};
|
|
733
733
|
return BookingFunnelsApi;
|
|
734
734
|
}(base_1.BaseAPI));
|
|
@@ -61,7 +61,7 @@ export declare const CommissionAgreementItemsApiAxiosParamCreator: (configuratio
|
|
|
61
61
|
* @param {string} [pageToken] Page token.
|
|
62
62
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
63
63
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
64
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code,
|
|
64
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, createdAt, updatedAt</i>
|
|
65
65
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
66
66
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
@@ -121,7 +121,7 @@ export declare const CommissionAgreementItemsApiFp: (configuration?: Configurati
|
|
|
121
121
|
* @param {string} [pageToken] Page token.
|
|
122
122
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
123
123
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
124
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code,
|
|
124
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, createdAt, updatedAt</i>
|
|
125
125
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
126
126
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
127
127
|
* @param {*} [options] Override http request option.
|
|
@@ -181,7 +181,7 @@ export declare const CommissionAgreementItemsApiFactory: (configuration?: Config
|
|
|
181
181
|
* @param {string} [pageToken] Page token.
|
|
182
182
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
183
183
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
184
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code,
|
|
184
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, createdAt, updatedAt</i>
|
|
185
185
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
186
186
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
@@ -305,7 +305,7 @@ export interface CommissionAgreementItemsApiListCommissionAgreementItemsRequest
|
|
|
305
305
|
*/
|
|
306
306
|
readonly search?: string;
|
|
307
307
|
/**
|
|
308
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code,
|
|
308
|
+
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, createdAt, updatedAt</i>
|
|
309
309
|
* @type {string}
|
|
310
310
|
* @memberof CommissionAgreementItemsApiListCommissionAgreementItems
|
|
311
311
|
*/
|
|
@@ -259,7 +259,7 @@ var CommissionAgreementItemsApiAxiosParamCreator = function (configuration) {
|
|
|
259
259
|
* @param {string} [pageToken] Page token.
|
|
260
260
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
261
261
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
262
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code,
|
|
262
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, createdAt, updatedAt</i>
|
|
263
263
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
264
264
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
265
265
|
* @param {*} [options] Override http request option.
|
|
@@ -459,7 +459,7 @@ var CommissionAgreementItemsApiFp = function (configuration) {
|
|
|
459
459
|
* @param {string} [pageToken] Page token.
|
|
460
460
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
461
461
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
462
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code,
|
|
462
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, createdAt, updatedAt</i>
|
|
463
463
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
464
464
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
465
465
|
* @param {*} [options] Override http request option.
|
|
@@ -553,7 +553,7 @@ var CommissionAgreementItemsApiFactory = function (configuration, basePath, axio
|
|
|
553
553
|
* @param {string} [pageToken] Page token.
|
|
554
554
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
555
555
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: itemName, itemDescription, commissionFormula, code</i>
|
|
556
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code,
|
|
556
|
+
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, itemName, itemDescription, commissionFormula, code, createdAt, updatedAt</i>
|
|
557
557
|
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
558
558
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, itemName, itemDescription, commissionFormula, commissionAgreementVersionId</i>
|
|
559
559
|
* @param {*} [options] Override http request option.
|