@emilgroup/insurance-sdk 1.82.0 → 1.82.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +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
|
/**
|
|
@@ -47,14 +47,14 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
47
47
|
/**
|
|
48
48
|
* 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\"
|
|
49
49
|
* @summary Create the status transition rule
|
|
50
|
-
* @param {
|
|
50
|
+
* @param {RestCreateStatusTransitionRuleRequestDto} restCreateStatusTransitionRuleRequestDto
|
|
51
51
|
* @param {string} [authorization] Bearer Token
|
|
52
52
|
* @param {*} [options] Override http request option.
|
|
53
53
|
* @throws {RequiredError}
|
|
54
54
|
*/
|
|
55
|
-
createStatusTransitionRule: async (
|
|
56
|
-
// verify required parameter '
|
|
57
|
-
assertParamExists('createStatusTransitionRule', '
|
|
55
|
+
createStatusTransitionRule: async (restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
56
|
+
// verify required parameter 'restCreateStatusTransitionRuleRequestDto' is not null or undefined
|
|
57
|
+
assertParamExists('createStatusTransitionRule', 'restCreateStatusTransitionRuleRequestDto', restCreateStatusTransitionRuleRequestDto)
|
|
58
58
|
const localVarPath = `/insuranceservice/v1/status-transitions/rules`;
|
|
59
59
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
60
60
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -84,7 +84,7 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
84
84
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
85
85
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
86
86
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
87
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
87
|
+
localVarRequestOptions.data = serializeDataIfNeeded(restCreateStatusTransitionRuleRequestDto, localVarRequestOptions, configuration)
|
|
88
88
|
|
|
89
89
|
return {
|
|
90
90
|
url: toPathString(localVarUrlObj),
|
|
@@ -317,16 +317,16 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
317
317
|
* 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\"
|
|
318
318
|
* @summary Update the status transition rule
|
|
319
319
|
* @param {string} code Unique identifier for the object.
|
|
320
|
-
* @param {
|
|
320
|
+
* @param {RestUpdateStatusTransitionRuleRequestDto} restUpdateStatusTransitionRuleRequestDto
|
|
321
321
|
* @param {string} [authorization] Bearer Token
|
|
322
322
|
* @param {*} [options] Override http request option.
|
|
323
323
|
* @throws {RequiredError}
|
|
324
324
|
*/
|
|
325
|
-
updateStatusTransitionRule: async (code: string,
|
|
325
|
+
updateStatusTransitionRule: async (code: string, restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
326
326
|
// verify required parameter 'code' is not null or undefined
|
|
327
327
|
assertParamExists('updateStatusTransitionRule', 'code', code)
|
|
328
|
-
// verify required parameter '
|
|
329
|
-
assertParamExists('updateStatusTransitionRule', '
|
|
328
|
+
// verify required parameter 'restUpdateStatusTransitionRuleRequestDto' is not null or undefined
|
|
329
|
+
assertParamExists('updateStatusTransitionRule', 'restUpdateStatusTransitionRuleRequestDto', restUpdateStatusTransitionRuleRequestDto)
|
|
330
330
|
const localVarPath = `/insuranceservice/v1/status-transitions/rules/{code}`
|
|
331
331
|
.replace(`{${"code"}}`, encodeURIComponent(String(code)));
|
|
332
332
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -357,7 +357,7 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
357
357
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
358
358
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
359
359
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
360
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
360
|
+
localVarRequestOptions.data = serializeDataIfNeeded(restUpdateStatusTransitionRuleRequestDto, localVarRequestOptions, configuration)
|
|
361
361
|
|
|
362
362
|
return {
|
|
363
363
|
url: toPathString(localVarUrlObj),
|
|
@@ -377,13 +377,13 @@ export const StatusTransitionRulesApiFp = function(configuration?: Configuration
|
|
|
377
377
|
/**
|
|
378
378
|
* 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\"
|
|
379
379
|
* @summary Create the status transition rule
|
|
380
|
-
* @param {
|
|
380
|
+
* @param {RestCreateStatusTransitionRuleRequestDto} restCreateStatusTransitionRuleRequestDto
|
|
381
381
|
* @param {string} [authorization] Bearer Token
|
|
382
382
|
* @param {*} [options] Override http request option.
|
|
383
383
|
* @throws {RequiredError}
|
|
384
384
|
*/
|
|
385
|
-
async createStatusTransitionRule(
|
|
386
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.createStatusTransitionRule(
|
|
385
|
+
async createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateStatusTransitionRuleResponseClass>> {
|
|
386
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto, authorization, options);
|
|
387
387
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
388
388
|
},
|
|
389
389
|
/**
|
|
@@ -446,13 +446,13 @@ export const StatusTransitionRulesApiFp = function(configuration?: Configuration
|
|
|
446
446
|
* 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\"
|
|
447
447
|
* @summary Update the status transition rule
|
|
448
448
|
* @param {string} code Unique identifier for the object.
|
|
449
|
-
* @param {
|
|
449
|
+
* @param {RestUpdateStatusTransitionRuleRequestDto} restUpdateStatusTransitionRuleRequestDto
|
|
450
450
|
* @param {string} [authorization] Bearer Token
|
|
451
451
|
* @param {*} [options] Override http request option.
|
|
452
452
|
* @throws {RequiredError}
|
|
453
453
|
*/
|
|
454
|
-
async updateStatusTransitionRule(code: string,
|
|
455
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateStatusTransitionRule(code,
|
|
454
|
+
async updateStatusTransitionRule(code: string, restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateStatusTransitionRuleResponseClass>> {
|
|
455
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateStatusTransitionRule(code, restUpdateStatusTransitionRuleRequestDto, authorization, options);
|
|
456
456
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
457
457
|
},
|
|
458
458
|
}
|
|
@@ -468,13 +468,13 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
|
|
|
468
468
|
/**
|
|
469
469
|
* 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\"
|
|
470
470
|
* @summary Create the status transition rule
|
|
471
|
-
* @param {
|
|
471
|
+
* @param {RestCreateStatusTransitionRuleRequestDto} restCreateStatusTransitionRuleRequestDto
|
|
472
472
|
* @param {string} [authorization] Bearer Token
|
|
473
473
|
* @param {*} [options] Override http request option.
|
|
474
474
|
* @throws {RequiredError}
|
|
475
475
|
*/
|
|
476
|
-
createStatusTransitionRule(
|
|
477
|
-
return localVarFp.createStatusTransitionRule(
|
|
476
|
+
createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto, authorization?: string, options?: any): AxiosPromise<CreateStatusTransitionRuleResponseClass> {
|
|
477
|
+
return localVarFp.createStatusTransitionRule(restCreateStatusTransitionRuleRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
478
478
|
},
|
|
479
479
|
/**
|
|
480
480
|
* 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\"
|
|
@@ -532,13 +532,13 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
|
|
|
532
532
|
* 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\"
|
|
533
533
|
* @summary Update the status transition rule
|
|
534
534
|
* @param {string} code Unique identifier for the object.
|
|
535
|
-
* @param {
|
|
535
|
+
* @param {RestUpdateStatusTransitionRuleRequestDto} restUpdateStatusTransitionRuleRequestDto
|
|
536
536
|
* @param {string} [authorization] Bearer Token
|
|
537
537
|
* @param {*} [options] Override http request option.
|
|
538
538
|
* @throws {RequiredError}
|
|
539
539
|
*/
|
|
540
|
-
updateStatusTransitionRule(code: string,
|
|
541
|
-
return localVarFp.updateStatusTransitionRule(code,
|
|
540
|
+
updateStatusTransitionRule(code: string, restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateStatusTransitionRuleResponseClass> {
|
|
541
|
+
return localVarFp.updateStatusTransitionRule(code, restUpdateStatusTransitionRuleRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
542
542
|
},
|
|
543
543
|
};
|
|
544
544
|
};
|
|
@@ -551,10 +551,10 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
|
|
|
551
551
|
export interface StatusTransitionRulesApiCreateStatusTransitionRuleRequest {
|
|
552
552
|
/**
|
|
553
553
|
*
|
|
554
|
-
* @type {
|
|
554
|
+
* @type {RestCreateStatusTransitionRuleRequestDto}
|
|
555
555
|
* @memberof StatusTransitionRulesApiCreateStatusTransitionRule
|
|
556
556
|
*/
|
|
557
|
-
readonly
|
|
557
|
+
readonly restCreateStatusTransitionRuleRequestDto: RestCreateStatusTransitionRuleRequestDto
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
560
|
* Bearer Token
|
|
@@ -719,10 +719,10 @@ export interface StatusTransitionRulesApiUpdateStatusTransitionRuleRequest {
|
|
|
719
719
|
|
|
720
720
|
/**
|
|
721
721
|
*
|
|
722
|
-
* @type {
|
|
722
|
+
* @type {RestUpdateStatusTransitionRuleRequestDto}
|
|
723
723
|
* @memberof StatusTransitionRulesApiUpdateStatusTransitionRule
|
|
724
724
|
*/
|
|
725
|
-
readonly
|
|
725
|
+
readonly restUpdateStatusTransitionRuleRequestDto: RestUpdateStatusTransitionRuleRequestDto
|
|
726
726
|
|
|
727
727
|
/**
|
|
728
728
|
* Bearer Token
|
|
@@ -748,7 +748,7 @@ export class StatusTransitionRulesApi extends BaseAPI {
|
|
|
748
748
|
* @memberof StatusTransitionRulesApi
|
|
749
749
|
*/
|
|
750
750
|
public createStatusTransitionRule(requestParameters: StatusTransitionRulesApiCreateStatusTransitionRuleRequest, options?: AxiosRequestConfig) {
|
|
751
|
-
return StatusTransitionRulesApiFp(this.configuration).createStatusTransitionRule(requestParameters.
|
|
751
|
+
return StatusTransitionRulesApiFp(this.configuration).createStatusTransitionRule(requestParameters.restCreateStatusTransitionRuleRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
752
752
|
}
|
|
753
753
|
|
|
754
754
|
/**
|
|
@@ -808,6 +808,6 @@ export class StatusTransitionRulesApi extends BaseAPI {
|
|
|
808
808
|
* @memberof StatusTransitionRulesApi
|
|
809
809
|
*/
|
|
810
810
|
public updateStatusTransitionRule(requestParameters: StatusTransitionRulesApiUpdateStatusTransitionRuleRequest, options?: AxiosRequestConfig) {
|
|
811
|
-
return StatusTransitionRulesApiFp(this.configuration).updateStatusTransitionRule(requestParameters.code, requestParameters.
|
|
811
|
+
return StatusTransitionRulesApiFp(this.configuration).updateStatusTransitionRule(requestParameters.code, requestParameters.restUpdateStatusTransitionRuleRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
|
|
812
812
|
}
|
|
813
813
|
}
|
|
@@ -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}
|
|
@@ -312,12 +312,12 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
312
312
|
/**
|
|
313
313
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
314
314
|
* @param {string} code
|
|
315
|
-
* @param {
|
|
315
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
316
316
|
* @param {string} [authorization] Bearer Token
|
|
317
317
|
* @param {*} [options] Override http request option.
|
|
318
318
|
* @throws {RequiredError}
|
|
319
319
|
*/
|
|
320
|
-
patchBookingFunnel: function (code,
|
|
320
|
+
patchBookingFunnel: function (code, restPatchBookingFunnelRequestDto, authorization, options) {
|
|
321
321
|
if (options === void 0) { options = {}; }
|
|
322
322
|
return __awaiter(_this, void 0, void 0, function () {
|
|
323
323
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -326,8 +326,8 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
326
326
|
case 0:
|
|
327
327
|
// verify required parameter 'code' is not null or undefined
|
|
328
328
|
(0, common_1.assertParamExists)('patchBookingFunnel', 'code', code);
|
|
329
|
-
// verify required parameter '
|
|
330
|
-
(0, common_1.assertParamExists)('patchBookingFunnel', '
|
|
329
|
+
// verify required parameter 'restPatchBookingFunnelRequestDto' is not null or undefined
|
|
330
|
+
(0, common_1.assertParamExists)('patchBookingFunnel', 'restPatchBookingFunnelRequestDto', restPatchBookingFunnelRequestDto);
|
|
331
331
|
localVarPath = "/insuranceservice/v1/booking-funnels/{code}"
|
|
332
332
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
333
333
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -352,7 +352,7 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
352
352
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
353
353
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
354
354
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
355
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
355
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(restPatchBookingFunnelRequestDto, localVarRequestOptions, configuration);
|
|
356
356
|
return [2 /*return*/, {
|
|
357
357
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
358
358
|
options: localVarRequestOptions,
|
|
@@ -365,12 +365,12 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
365
365
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
366
366
|
* @summary Update the booking funnel
|
|
367
367
|
* @param {string} code
|
|
368
|
-
* @param {
|
|
368
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
369
369
|
* @param {string} [authorization] Bearer Token
|
|
370
370
|
* @param {*} [options] Override http request option.
|
|
371
371
|
* @throws {RequiredError}
|
|
372
372
|
*/
|
|
373
|
-
updateBookingFunnel: function (code,
|
|
373
|
+
updateBookingFunnel: function (code, restUpdateBookingFunnelRequestDto, authorization, options) {
|
|
374
374
|
if (options === void 0) { options = {}; }
|
|
375
375
|
return __awaiter(_this, void 0, void 0, function () {
|
|
376
376
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -379,8 +379,8 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
379
379
|
case 0:
|
|
380
380
|
// verify required parameter 'code' is not null or undefined
|
|
381
381
|
(0, common_1.assertParamExists)('updateBookingFunnel', 'code', code);
|
|
382
|
-
// verify required parameter '
|
|
383
|
-
(0, common_1.assertParamExists)('updateBookingFunnel', '
|
|
382
|
+
// verify required parameter 'restUpdateBookingFunnelRequestDto' is not null or undefined
|
|
383
|
+
(0, common_1.assertParamExists)('updateBookingFunnel', 'restUpdateBookingFunnelRequestDto', restUpdateBookingFunnelRequestDto);
|
|
384
384
|
localVarPath = "/insuranceservice/v1/booking-funnels/{code}"
|
|
385
385
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
386
386
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -405,7 +405,7 @@ var BookingFunnelsApiAxiosParamCreator = function (configuration) {
|
|
|
405
405
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
406
406
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
407
407
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
408
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
408
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(restUpdateBookingFunnelRequestDto, localVarRequestOptions, configuration);
|
|
409
409
|
return [2 /*return*/, {
|
|
410
410
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
411
411
|
options: localVarRequestOptions,
|
|
@@ -517,17 +517,17 @@ var BookingFunnelsApiFp = function (configuration) {
|
|
|
517
517
|
/**
|
|
518
518
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
519
519
|
* @param {string} code
|
|
520
|
-
* @param {
|
|
520
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
521
521
|
* @param {string} [authorization] Bearer Token
|
|
522
522
|
* @param {*} [options] Override http request option.
|
|
523
523
|
* @throws {RequiredError}
|
|
524
524
|
*/
|
|
525
|
-
patchBookingFunnel: function (code,
|
|
525
|
+
patchBookingFunnel: function (code, restPatchBookingFunnelRequestDto, authorization, options) {
|
|
526
526
|
return __awaiter(this, void 0, void 0, function () {
|
|
527
527
|
var localVarAxiosArgs;
|
|
528
528
|
return __generator(this, function (_a) {
|
|
529
529
|
switch (_a.label) {
|
|
530
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchBookingFunnel(code,
|
|
530
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchBookingFunnel(code, restPatchBookingFunnelRequestDto, authorization, options)];
|
|
531
531
|
case 1:
|
|
532
532
|
localVarAxiosArgs = _a.sent();
|
|
533
533
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -539,17 +539,17 @@ var BookingFunnelsApiFp = function (configuration) {
|
|
|
539
539
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
540
540
|
* @summary Update the booking funnel
|
|
541
541
|
* @param {string} code
|
|
542
|
-
* @param {
|
|
542
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
543
543
|
* @param {string} [authorization] Bearer Token
|
|
544
544
|
* @param {*} [options] Override http request option.
|
|
545
545
|
* @throws {RequiredError}
|
|
546
546
|
*/
|
|
547
|
-
updateBookingFunnel: function (code,
|
|
547
|
+
updateBookingFunnel: function (code, restUpdateBookingFunnelRequestDto, authorization, options) {
|
|
548
548
|
return __awaiter(this, void 0, void 0, function () {
|
|
549
549
|
var localVarAxiosArgs;
|
|
550
550
|
return __generator(this, function (_a) {
|
|
551
551
|
switch (_a.label) {
|
|
552
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateBookingFunnel(code,
|
|
552
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateBookingFunnel(code, restUpdateBookingFunnelRequestDto, authorization, options)];
|
|
553
553
|
case 1:
|
|
554
554
|
localVarAxiosArgs = _a.sent();
|
|
555
555
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -620,25 +620,25 @@ var BookingFunnelsApiFactory = function (configuration, basePath, axios) {
|
|
|
620
620
|
/**
|
|
621
621
|
* This will patch a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
622
622
|
* @param {string} code
|
|
623
|
-
* @param {
|
|
623
|
+
* @param {RestPatchBookingFunnelRequestDto} restPatchBookingFunnelRequestDto
|
|
624
624
|
* @param {string} [authorization] Bearer Token
|
|
625
625
|
* @param {*} [options] Override http request option.
|
|
626
626
|
* @throws {RequiredError}
|
|
627
627
|
*/
|
|
628
|
-
patchBookingFunnel: function (code,
|
|
629
|
-
return localVarFp.patchBookingFunnel(code,
|
|
628
|
+
patchBookingFunnel: function (code, restPatchBookingFunnelRequestDto, authorization, options) {
|
|
629
|
+
return localVarFp.patchBookingFunnel(code, restPatchBookingFunnelRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
630
630
|
},
|
|
631
631
|
/**
|
|
632
632
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
633
633
|
* @summary Update the booking funnel
|
|
634
634
|
* @param {string} code
|
|
635
|
-
* @param {
|
|
635
|
+
* @param {RestUpdateBookingFunnelRequestDto} restUpdateBookingFunnelRequestDto
|
|
636
636
|
* @param {string} [authorization] Bearer Token
|
|
637
637
|
* @param {*} [options] Override http request option.
|
|
638
638
|
* @throws {RequiredError}
|
|
639
639
|
*/
|
|
640
|
-
updateBookingFunnel: function (code,
|
|
641
|
-
return localVarFp.updateBookingFunnel(code,
|
|
640
|
+
updateBookingFunnel: function (code, restUpdateBookingFunnelRequestDto, authorization, options) {
|
|
641
|
+
return localVarFp.updateBookingFunnel(code, restUpdateBookingFunnelRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
642
642
|
},
|
|
643
643
|
};
|
|
644
644
|
};
|
|
@@ -712,7 +712,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
|
|
|
712
712
|
*/
|
|
713
713
|
BookingFunnelsApi.prototype.patchBookingFunnel = function (requestParameters, options) {
|
|
714
714
|
var _this = this;
|
|
715
|
-
return (0, exports.BookingFunnelsApiFp)(this.configuration).patchBookingFunnel(requestParameters.code, requestParameters.
|
|
715
|
+
return (0, exports.BookingFunnelsApiFp)(this.configuration).patchBookingFunnel(requestParameters.code, requestParameters.restPatchBookingFunnelRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
716
716
|
};
|
|
717
717
|
/**
|
|
718
718
|
* This will update a booking funnel. **Required Permissions** \"policy-management.products.update\"
|
|
@@ -724,7 +724,7 @@ var BookingFunnelsApi = /** @class */ (function (_super) {
|
|
|
724
724
|
*/
|
|
725
725
|
BookingFunnelsApi.prototype.updateBookingFunnel = function (requestParameters, options) {
|
|
726
726
|
var _this = this;
|
|
727
|
-
return (0, exports.BookingFunnelsApiFp)(this.configuration).updateBookingFunnel(requestParameters.code, requestParameters.
|
|
727
|
+
return (0, exports.BookingFunnelsApiFp)(this.configuration).updateBookingFunnel(requestParameters.code, requestParameters.restUpdateBookingFunnelRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
728
728
|
};
|
|
729
729
|
return BookingFunnelsApi;
|
|
730
730
|
}(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
|
*/
|
|
@@ -255,7 +255,7 @@ var CommissionAgreementItemsApiAxiosParamCreator = function (configuration) {
|
|
|
255
255
|
* @param {string} [pageToken] Page token.
|
|
256
256
|
* @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>
|
|
257
257
|
* @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>
|
|
258
|
-
* @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,
|
|
258
|
+
* @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>
|
|
259
259
|
* @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/>
|
|
260
260
|
* @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>
|
|
261
261
|
* @param {*} [options] Override http request option.
|
|
@@ -455,7 +455,7 @@ var CommissionAgreementItemsApiFp = function (configuration) {
|
|
|
455
455
|
* @param {string} [pageToken] Page token.
|
|
456
456
|
* @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>
|
|
457
457
|
* @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>
|
|
458
|
-
* @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,
|
|
458
|
+
* @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>
|
|
459
459
|
* @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/>
|
|
460
460
|
* @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>
|
|
461
461
|
* @param {*} [options] Override http request option.
|
|
@@ -549,7 +549,7 @@ var CommissionAgreementItemsApiFactory = function (configuration, basePath, axio
|
|
|
549
549
|
* @param {string} [pageToken] Page token.
|
|
550
550
|
* @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>
|
|
551
551
|
* @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>
|
|
552
|
-
* @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,
|
|
552
|
+
* @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>
|
|
553
553
|
* @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/>
|
|
554
554
|
* @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>
|
|
555
555
|
* @param {*} [options] Override http request option.
|