@emilgroup/insurance-sdk 1.49.0 → 1.49.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 +12 -0
- package/README.md +2 -2
- package/api/booking-funnel-versions-api.ts +8 -8
- package/api/booking-funnels-api.ts +12 -12
- package/api/emil-functions-api.ts +1310 -0
- package/api/insured-object-types-api.ts +4 -4
- package/api/insured-objects-api.ts +8 -8
- package/api/lead-statuses-api.ts +104 -20
- package/api/lead-versions-api.ts +8 -8
- package/api/leads-api.ts +8 -8
- package/api/named-ranges-api.ts +8 -8
- package/api/policies-api.ts +107 -109
- package/api/policy-partner-roles-api.ts +8 -8
- package/api/premium-formulas-api.ts +8 -8
- package/api/product-factors-api.ts +8 -8
- package/api/product-fields-api.ts +119 -12
- package/api/product-versions-api.ts +4 -4
- package/api/products-api.ts +20 -20
- package/api/status-transition-rules-api.ts +8 -8
- package/api.ts +2 -0
- package/dist/api/booking-funnel-versions-api.d.ts +8 -8
- package/dist/api/booking-funnel-versions-api.js +8 -8
- package/dist/api/booking-funnels-api.d.ts +12 -12
- package/dist/api/booking-funnels-api.js +12 -12
- package/dist/api/emil-functions-api.d.ts +727 -0
- package/dist/api/emil-functions-api.js +1198 -0
- package/dist/api/insured-object-types-api.d.ts +4 -4
- package/dist/api/insured-object-types-api.js +4 -4
- package/dist/api/insured-objects-api.d.ts +8 -8
- package/dist/api/insured-objects-api.js +8 -8
- package/dist/api/lead-statuses-api.d.ts +71 -17
- package/dist/api/lead-statuses-api.js +53 -17
- package/dist/api/lead-versions-api.d.ts +8 -8
- package/dist/api/lead-versions-api.js +8 -8
- package/dist/api/leads-api.d.ts +8 -8
- package/dist/api/leads-api.js +8 -8
- package/dist/api/named-ranges-api.d.ts +8 -8
- package/dist/api/named-ranges-api.js +8 -8
- package/dist/api/policies-api.d.ts +103 -103
- package/dist/api/policies-api.js +63 -64
- package/dist/api/policy-partner-roles-api.d.ts +8 -8
- package/dist/api/policy-partner-roles-api.js +8 -8
- package/dist/api/premium-formulas-api.d.ts +8 -8
- package/dist/api/premium-formulas-api.js +8 -8
- package/dist/api/product-factors-api.d.ts +8 -8
- package/dist/api/product-factors-api.js +8 -8
- package/dist/api/product-fields-api.d.ts +69 -12
- package/dist/api/product-fields-api.js +105 -12
- package/dist/api/product-versions-api.d.ts +4 -4
- package/dist/api/product-versions-api.js +4 -4
- package/dist/api/products-api.d.ts +20 -20
- package/dist/api/products-api.js +18 -18
- package/dist/api/status-transition-rules-api.d.ts +8 -8
- package/dist/api/status-transition-rules-api.js +8 -8
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/models/booking-funnel-class.d.ts +1 -1
- package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
- package/dist/models/create-emil-function-request-dto.d.ts +42 -0
- package/dist/models/create-emil-function-request-dto.js +15 -0
- package/dist/models/create-emil-function-secret-request-dto.d.ts +36 -0
- package/dist/models/create-emil-function-secret-request-dto.js +15 -0
- package/dist/models/create-policy-partner-role-request-dto.d.ts +1 -1
- package/dist/models/create-product-field-request-dto.d.ts +7 -1
- package/dist/models/create-product-request-dto.d.ts +1 -1
- package/dist/models/emil-function-class.d.ts +60 -0
- package/dist/models/emil-function-class.js +15 -0
- package/dist/models/emil-function-secret-class.d.ts +30 -0
- package/dist/models/emil-function-secret-class.js +15 -0
- package/dist/models/execute-emil-function-request-dto.d.ts +24 -0
- package/dist/models/execute-emil-function-request-dto.js +15 -0
- package/dist/models/get-emil-function-secret-response-class.d.ts +24 -0
- package/dist/models/get-emil-function-secret-response-class.js +15 -0
- package/dist/models/get-product-request-dto.d.ts +1 -1
- package/dist/models/index.d.ts +11 -0
- package/dist/models/index.js +11 -0
- package/dist/models/insured-object-type-class.d.ts +1 -1
- package/dist/models/lead-class.d.ts +1 -1
- package/dist/models/lead-status-class.d.ts +1 -1
- package/dist/models/list-emil-function-secrets-response-class.d.ts +25 -0
- package/dist/models/list-emil-function-secrets-response-class.js +15 -0
- package/dist/models/list-emil-functions-response-class.d.ts +31 -0
- package/dist/models/list-emil-functions-response-class.js +15 -0
- package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
- package/dist/models/policy-partner-role-class.d.ts +1 -1
- package/dist/models/product-class.d.ts +1 -1
- package/dist/models/product-field-class.d.ts +6 -0
- package/dist/models/shared-product-field-class.d.ts +6 -0
- package/dist/models/status-transition-rule-class.d.ts +1 -1
- package/dist/models/swap-product-fields-order-request-dto.d.ts +30 -0
- package/dist/models/swap-product-fields-order-request-dto.js +15 -0
- package/dist/models/update-emil-function-request-dto.d.ts +42 -0
- package/dist/models/update-emil-function-request-dto.js +15 -0
- package/dist/models/update-emil-function-secret-request-dto.d.ts +30 -0
- package/dist/models/update-emil-function-secret-request-dto.js +15 -0
- package/dist/models/update-policy-partner-role-request-dto.d.ts +1 -1
- package/dist/models/update-product-field-request-dto.d.ts +7 -1
- package/dist/models/update-product-request-dto.d.ts +1 -1
- package/models/booking-funnel-class.ts +1 -1
- package/models/create-booking-funnel-request-dto.ts +1 -1
- package/models/create-emil-function-request-dto.ts +48 -0
- package/models/create-emil-function-secret-request-dto.ts +42 -0
- package/models/create-policy-partner-role-request-dto.ts +1 -1
- package/models/create-product-field-request-dto.ts +7 -1
- package/models/create-product-request-dto.ts +1 -1
- package/models/emil-function-class.ts +66 -0
- package/models/emil-function-secret-class.ts +36 -0
- package/models/execute-emil-function-request-dto.ts +30 -0
- package/models/get-emil-function-secret-response-class.ts +30 -0
- package/models/get-product-request-dto.ts +1 -1
- package/models/index.ts +11 -0
- package/models/insured-object-type-class.ts +1 -1
- package/models/lead-class.ts +1 -1
- package/models/lead-status-class.ts +1 -1
- package/models/list-emil-function-secrets-response-class.ts +31 -0
- package/models/list-emil-functions-response-class.ts +37 -0
- package/models/patch-draft-policy-request-dto.ts +1 -1
- package/models/policy-partner-role-class.ts +1 -1
- package/models/product-class.ts +1 -1
- package/models/product-field-class.ts +6 -0
- package/models/shared-product-field-class.ts +6 -0
- package/models/status-transition-rule-class.ts +1 -1
- package/models/swap-product-fields-order-request-dto.ts +36 -0
- package/models/update-emil-function-request-dto.ts +48 -0
- package/models/update-emil-function-secret-request-dto.ts +36 -0
- package/models/update-policy-partner-role-request-dto.ts +1 -1
- package/models/update-product-field-request-dto.ts +7 -1
- package/models/update-product-request-dto.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -6,6 +6,7 @@ api.ts
|
|
|
6
6
|
api/booking-funnel-versions-api.ts
|
|
7
7
|
api/booking-funnels-api.ts
|
|
8
8
|
api/default-api.ts
|
|
9
|
+
api/emil-functions-api.ts
|
|
9
10
|
api/insured-object-types-api.ts
|
|
10
11
|
api/insured-objects-api.ts
|
|
11
12
|
api/lead-statuses-api.ts
|
|
@@ -38,6 +39,8 @@ models/create-booking-funnel-request-dto.ts
|
|
|
38
39
|
models/create-custom-application-request-dto.ts
|
|
39
40
|
models/create-draft-policy-request-dto.ts
|
|
40
41
|
models/create-dummy-policy-request-dto.ts
|
|
42
|
+
models/create-emil-function-request-dto.ts
|
|
43
|
+
models/create-emil-function-secret-request-dto.ts
|
|
41
44
|
models/create-insured-object-request-dto.ts
|
|
42
45
|
models/create-insured-object-response-class.ts
|
|
43
46
|
models/create-lead-async-response-class.ts
|
|
@@ -65,11 +68,15 @@ models/create-status-transition-rule-response-class.ts
|
|
|
65
68
|
models/csv-product-factor-dto.ts
|
|
66
69
|
models/delete-draft-policy-request-dto.ts
|
|
67
70
|
models/delete-response-class.ts
|
|
71
|
+
models/emil-function-class.ts
|
|
72
|
+
models/emil-function-secret-class.ts
|
|
68
73
|
models/empty-response-class.ts
|
|
74
|
+
models/execute-emil-function-request-dto.ts
|
|
69
75
|
models/filter-named-range-request-dto.ts
|
|
70
76
|
models/filter-named-range-response-class.ts
|
|
71
77
|
models/get-booking-funnel-version-request-dto.ts
|
|
72
78
|
models/get-draft-policy-request-dto.ts
|
|
79
|
+
models/get-emil-function-secret-response-class.ts
|
|
73
80
|
models/get-insured-object-response-class.ts
|
|
74
81
|
models/get-lead-response-class.ts
|
|
75
82
|
models/get-lead-status-response-class.ts
|
|
@@ -110,6 +117,8 @@ models/lead-bank-account-class.ts
|
|
|
110
117
|
models/lead-class.ts
|
|
111
118
|
models/lead-status-class.ts
|
|
112
119
|
models/list-booking-funnels-response-class.ts
|
|
120
|
+
models/list-emil-function-secrets-response-class.ts
|
|
121
|
+
models/list-emil-functions-response-class.ts
|
|
113
122
|
models/list-insured-object-types-response-class.ts
|
|
114
123
|
models/list-insured-objects-response-class.ts
|
|
115
124
|
models/list-lead-statuses-response-class.ts
|
|
@@ -169,10 +178,13 @@ models/store-product-factors-response-class.ts
|
|
|
169
178
|
models/suspend-policy-request-dto.ts
|
|
170
179
|
models/suspend-policy-response-class.ts
|
|
171
180
|
models/swap-premium-formulas-order-request-dto.ts
|
|
181
|
+
models/swap-product-fields-order-request-dto.ts
|
|
172
182
|
models/terminate-policy-request-dto.ts
|
|
173
183
|
models/terminate-policy-response-class.ts
|
|
174
184
|
models/timeslice-class.ts
|
|
175
185
|
models/update-booking-funnel-request-dto.ts
|
|
186
|
+
models/update-emil-function-request-dto.ts
|
|
187
|
+
models/update-emil-function-secret-request-dto.ts
|
|
176
188
|
models/update-insured-object-request-dto.ts
|
|
177
189
|
models/update-lead-request-dto.ts
|
|
178
190
|
models/update-lead-response-class.ts
|
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/insurance-sdk@1.49.
|
|
20
|
+
npm install @emilgroup/insurance-sdk@1.49.1 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk@1.49.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk@1.49.1
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -27,7 +27,7 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr
|
|
|
27
27
|
export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
28
28
|
return {
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
30
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
31
31
|
* @summary Retrieve the booking funnel version
|
|
32
32
|
* @param {string} code
|
|
33
33
|
* @param {number} version
|
|
@@ -76,7 +76,7 @@ export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration
|
|
|
76
76
|
};
|
|
77
77
|
},
|
|
78
78
|
/**
|
|
79
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
79
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
80
80
|
* @summary List booking funnel versions
|
|
81
81
|
* @param {string} code
|
|
82
82
|
* @param {string} [authorization] Bearer Token
|
|
@@ -166,7 +166,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
166
166
|
const localVarAxiosParamCreator = BookingFunnelVersionsApiAxiosParamCreator(configuration)
|
|
167
167
|
return {
|
|
168
168
|
/**
|
|
169
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
169
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
170
170
|
* @summary Retrieve the booking funnel version
|
|
171
171
|
* @param {string} code
|
|
172
172
|
* @param {number} version
|
|
@@ -179,7 +179,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
179
179
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
180
180
|
},
|
|
181
181
|
/**
|
|
182
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
182
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
183
183
|
* @summary List booking funnel versions
|
|
184
184
|
* @param {string} code
|
|
185
185
|
* @param {string} [authorization] Bearer Token
|
|
@@ -208,7 +208,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
208
208
|
const localVarFp = BookingFunnelVersionsApiFp(configuration)
|
|
209
209
|
return {
|
|
210
210
|
/**
|
|
211
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
211
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
212
212
|
* @summary Retrieve the booking funnel version
|
|
213
213
|
* @param {string} code
|
|
214
214
|
* @param {number} version
|
|
@@ -220,7 +220,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
220
220
|
return localVarFp.getBookingFunnelVersion(code, version, authorization, options).then((request) => request(axios, basePath));
|
|
221
221
|
},
|
|
222
222
|
/**
|
|
223
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
223
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
224
224
|
* @summary List booking funnel versions
|
|
225
225
|
* @param {string} code
|
|
226
226
|
* @param {string} [authorization] Bearer Token
|
|
@@ -346,7 +346,7 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
|
|
|
346
346
|
*/
|
|
347
347
|
export class BookingFunnelVersionsApi extends BaseAPI {
|
|
348
348
|
/**
|
|
349
|
-
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code
|
|
349
|
+
* Retrieves the details of the booking funnel version that was previously created. Supply the unique booking funnel version code that was returned when you created it and Emil Api will return the corresponding booking funnel version information.
|
|
350
350
|
* @summary Retrieve the booking funnel version
|
|
351
351
|
* @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
|
|
352
352
|
* @param {*} [options] Override http request option.
|
|
@@ -358,7 +358,7 @@ export class BookingFunnelVersionsApi extends BaseAPI {
|
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
/**
|
|
361
|
-
* Returns a list of booking funnel versions you have previously created.
|
|
361
|
+
* Returns a list of booking funnel versions you have previously created. The booking funnel versions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
362
362
|
* @summary List booking funnel versions
|
|
363
363
|
* @param {BookingFunnelVersionsApiListBookingFunnelVersionsRequest} requestParameters Request parameters.
|
|
364
364
|
* @param {*} [options] Override http request option.
|
|
@@ -84,7 +84,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
84
84
|
};
|
|
85
85
|
},
|
|
86
86
|
/**
|
|
87
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
87
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
88
88
|
* @summary Delete the booking funnel
|
|
89
89
|
* @param {string} code
|
|
90
90
|
* @param {string} [authorization] Bearer Token
|
|
@@ -129,7 +129,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
129
129
|
};
|
|
130
130
|
},
|
|
131
131
|
/**
|
|
132
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
132
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
133
133
|
* @summary Retrieve the booking funnel
|
|
134
134
|
* @param {string} code
|
|
135
135
|
* @param {string} [authorization] Bearer Token
|
|
@@ -174,7 +174,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
174
174
|
};
|
|
175
175
|
},
|
|
176
176
|
/**
|
|
177
|
-
* Returns a list of booking funnels you have previously created.
|
|
177
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
178
178
|
* @summary List booking funnels
|
|
179
179
|
* @param {string} [authorization] Bearer Token
|
|
180
180
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -373,7 +373,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
373
373
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
374
374
|
},
|
|
375
375
|
/**
|
|
376
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
376
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
377
377
|
* @summary Delete the booking funnel
|
|
378
378
|
* @param {string} code
|
|
379
379
|
* @param {string} [authorization] Bearer Token
|
|
@@ -385,7 +385,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
385
385
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
386
386
|
},
|
|
387
387
|
/**
|
|
388
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
388
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
389
389
|
* @summary Retrieve the booking funnel
|
|
390
390
|
* @param {string} code
|
|
391
391
|
* @param {string} [authorization] Bearer Token
|
|
@@ -397,7 +397,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
397
397
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
398
398
|
},
|
|
399
399
|
/**
|
|
400
|
-
* Returns a list of booking funnels you have previously created.
|
|
400
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
401
401
|
* @summary List booking funnels
|
|
402
402
|
* @param {string} [authorization] Bearer Token
|
|
403
403
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -461,7 +461,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
461
461
|
return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
462
462
|
},
|
|
463
463
|
/**
|
|
464
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
464
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
465
465
|
* @summary Delete the booking funnel
|
|
466
466
|
* @param {string} code
|
|
467
467
|
* @param {string} [authorization] Bearer Token
|
|
@@ -472,7 +472,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
472
472
|
return localVarFp.deleteBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
473
473
|
},
|
|
474
474
|
/**
|
|
475
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
475
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
476
476
|
* @summary Retrieve the booking funnel
|
|
477
477
|
* @param {string} code
|
|
478
478
|
* @param {string} [authorization] Bearer Token
|
|
@@ -483,7 +483,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
483
483
|
return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
484
484
|
},
|
|
485
485
|
/**
|
|
486
|
-
* Returns a list of booking funnels you have previously created.
|
|
486
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
487
487
|
* @summary List booking funnels
|
|
488
488
|
* @param {string} [authorization] Bearer Token
|
|
489
489
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -727,7 +727,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you
|
|
730
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
731
731
|
* @summary Delete the booking funnel
|
|
732
732
|
* @param {BookingFunnelsApiDeleteBookingFunnelRequest} requestParameters Request parameters.
|
|
733
733
|
* @param {*} [options] Override http request option.
|
|
@@ -739,7 +739,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
739
739
|
}
|
|
740
740
|
|
|
741
741
|
/**
|
|
742
|
-
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code
|
|
742
|
+
* Retrieves the details of the booking funnel that was previously created. Supply the unique booking funnel code that was returned when you created it and Emil Api will return the corresponding booking funnel information.
|
|
743
743
|
* @summary Retrieve the booking funnel
|
|
744
744
|
* @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
|
|
745
745
|
* @param {*} [options] Override http request option.
|
|
@@ -751,7 +751,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
/**
|
|
754
|
-
* Returns a list of booking funnels you have previously created.
|
|
754
|
+
* Returns a list of booking funnels you have previously created. The booking funnels are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
755
755
|
* @summary List booking funnels
|
|
756
756
|
* @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
|
|
757
757
|
* @param {*} [options] Override http request option.
|