@emilgroup/insurance-sdk-node 1.67.1-beta.7 → 1.67.1-beta.9
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/README.md +2 -2
- package/api/booking-funnel-versions-api.ts +48 -48
- package/api/booking-funnels-api.ts +64 -64
- package/api/commission-agreement-items-api.ts +20 -20
- package/api/commission-agreement-products-api.ts +20 -20
- package/api/commission-agreement-versions-api.ts +16 -16
- package/api/commission-agreements-api.ts +20 -20
- package/api/commission-recipients-api.ts +20 -20
- package/api/emil-functions-api.ts +44 -44
- package/api/insured-object-types-api.ts +4 -4
- package/api/insured-objects-api.ts +16 -16
- package/api/lead-statuses-api.ts +60 -60
- package/api/lead-versions-api.ts +48 -48
- package/api/leads-api.ts +80 -80
- package/api/named-ranges-api.ts +24 -24
- package/api/partner-links-api.ts +24 -24
- package/api/partner-roles-api.ts +20 -20
- package/api/policies-api.ts +121 -121
- package/api/premium-formulas-api.ts +24 -24
- package/api/product-factors-api.ts +28 -28
- package/api/product-fields-api.ts +28 -28
- package/api/product-versions-api.ts +8 -8
- package/api/products-api.ts +24 -24
- package/api/status-transition-rules-api.ts +64 -64
- package/dist/api/booking-funnel-versions-api.d.ts +48 -48
- package/dist/api/booking-funnel-versions-api.js +29 -29
- package/dist/api/booking-funnels-api.d.ts +64 -64
- package/dist/api/booking-funnels-api.js +45 -45
- package/dist/api/commission-agreement-items-api.d.ts +20 -20
- package/dist/api/commission-agreement-items-api.js +20 -20
- package/dist/api/commission-agreement-products-api.d.ts +20 -20
- package/dist/api/commission-agreement-products-api.js +20 -20
- package/dist/api/commission-agreement-versions-api.d.ts +16 -16
- package/dist/api/commission-agreement-versions-api.js +16 -16
- package/dist/api/commission-agreements-api.d.ts +20 -20
- package/dist/api/commission-agreements-api.js +20 -20
- package/dist/api/commission-recipients-api.d.ts +20 -20
- package/dist/api/commission-recipients-api.js +20 -20
- package/dist/api/emil-functions-api.d.ts +44 -44
- package/dist/api/emil-functions-api.js +44 -44
- 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 +16 -16
- package/dist/api/insured-objects-api.js +16 -16
- package/dist/api/lead-statuses-api.d.ts +60 -60
- package/dist/api/lead-statuses-api.js +41 -41
- package/dist/api/lead-versions-api.d.ts +48 -48
- package/dist/api/lead-versions-api.js +29 -29
- package/dist/api/leads-api.d.ts +80 -80
- package/dist/api/leads-api.js +61 -61
- package/dist/api/named-ranges-api.d.ts +24 -24
- package/dist/api/named-ranges-api.js +24 -24
- package/dist/api/partner-links-api.d.ts +24 -24
- package/dist/api/partner-links-api.js +24 -24
- package/dist/api/partner-roles-api.d.ts +20 -20
- package/dist/api/partner-roles-api.js +20 -20
- package/dist/api/policies-api.d.ts +121 -121
- package/dist/api/policies-api.js +91 -91
- package/dist/api/premium-formulas-api.d.ts +24 -24
- package/dist/api/premium-formulas-api.js +24 -24
- package/dist/api/product-factors-api.d.ts +28 -28
- package/dist/api/product-factors-api.js +28 -28
- package/dist/api/product-fields-api.d.ts +28 -28
- package/dist/api/product-fields-api.js +28 -28
- package/dist/api/product-versions-api.d.ts +8 -8
- package/dist/api/product-versions-api.js +8 -8
- package/dist/api/products-api.d.ts +24 -24
- package/dist/api/products-api.js +24 -24
- package/dist/api/status-transition-rules-api.d.ts +64 -64
- package/dist/api/status-transition-rules-api.js +45 -45
- package/dist/models/create-product-field-request-dto.d.ts +0 -22
- package/dist/models/create-product-field-request-dto.js +1 -9
- package/dist/models/partner-class.d.ts +5 -29
- package/dist/models/product-field-class.d.ts +0 -34
- package/dist/models/product-field-class.js +0 -9
- package/dist/models/shared-product-field-class.d.ts +0 -34
- package/dist/models/shared-product-field-class.js +0 -9
- package/dist/models/update-product-field-request-dto.d.ts +0 -22
- package/dist/models/update-product-field-request-dto.js +1 -9
- package/models/create-product-field-request-dto.ts +0 -24
- package/models/partner-class.ts +5 -29
- package/models/product-field-class.ts +0 -38
- package/models/shared-product-field-class.ts +0 -38
- package/models/update-product-field-request-dto.ts +0 -24
- package/package.json +1 -1
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-node@1.67.1-beta.
|
|
20
|
+
npm install @emilgroup/insurance-sdk-node@1.67.1-beta.9 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk-node@1.67.1-beta.
|
|
24
|
+
yarn add @emilgroup/insurance-sdk-node@1.67.1-beta.9
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PoliciesApi`.
|
|
@@ -31,7 +31,7 @@ const FormData = require('form-data');
|
|
|
31
31
|
export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
* 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.
|
|
34
|
+
* 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.
|
|
35
35
|
* @summary Retrieve the booking funnel version
|
|
36
36
|
* @param {string} code
|
|
37
37
|
* @param {number} version
|
|
@@ -80,21 +80,21 @@ export const BookingFunnelVersionsApiAxiosParamCreator = function (configuration
|
|
|
80
80
|
};
|
|
81
81
|
},
|
|
82
82
|
/**
|
|
83
|
-
* 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.
|
|
83
|
+
* 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.
|
|
84
84
|
* @summary List booking funnel versions
|
|
85
85
|
* @param {string} code
|
|
86
86
|
* @param {string} [authorization] Bearer Token
|
|
87
|
-
* @param {
|
|
88
|
-
* @param {
|
|
89
|
-
* @param {
|
|
90
|
-
* @param {
|
|
91
|
-
* @param {
|
|
92
|
-
* @param {
|
|
93
|
-
* @param {
|
|
87
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
88
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
89
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
90
|
+
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
91
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
92
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
93
|
+
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
94
94
|
* @param {*} [options] Override http request option.
|
|
95
95
|
* @throws {RequiredError}
|
|
96
96
|
*/
|
|
97
|
-
listBookingFunnelVersions: async (code: string, authorization?: string, pageSize?:
|
|
97
|
+
listBookingFunnelVersions: async (code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
98
98
|
// verify required parameter 'code' is not null or undefined
|
|
99
99
|
assertParamExists('listBookingFunnelVersions', 'code', code)
|
|
100
100
|
const localVarPath = `/insuranceservice/v1/booking-funnels/{code}/versions`
|
|
@@ -170,7 +170,7 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
170
170
|
const localVarAxiosParamCreator = BookingFunnelVersionsApiAxiosParamCreator(configuration)
|
|
171
171
|
return {
|
|
172
172
|
/**
|
|
173
|
-
* 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.
|
|
173
|
+
* 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.
|
|
174
174
|
* @summary Retrieve the booking funnel version
|
|
175
175
|
* @param {string} code
|
|
176
176
|
* @param {number} version
|
|
@@ -183,21 +183,21 @@ export const BookingFunnelVersionsApiFp = function(configuration?: Configuration
|
|
|
183
183
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
|
-
* 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.
|
|
186
|
+
* 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.
|
|
187
187
|
* @summary List booking funnel versions
|
|
188
188
|
* @param {string} code
|
|
189
189
|
* @param {string} [authorization] Bearer Token
|
|
190
|
-
* @param {
|
|
191
|
-
* @param {
|
|
192
|
-
* @param {
|
|
193
|
-
* @param {
|
|
194
|
-
* @param {
|
|
195
|
-
* @param {
|
|
196
|
-
* @param {
|
|
190
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
191
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
192
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
193
|
+
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
194
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
195
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
196
|
+
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
197
197
|
* @param {*} [options] Override http request option.
|
|
198
198
|
* @throws {RequiredError}
|
|
199
199
|
*/
|
|
200
|
-
async listBookingFunnelVersions(code: string, authorization?: string, pageSize?:
|
|
200
|
+
async listBookingFunnelVersions(code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
201
201
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listBookingFunnelVersions(code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options);
|
|
202
202
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
203
203
|
},
|
|
@@ -212,7 +212,7 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
212
212
|
const localVarFp = BookingFunnelVersionsApiFp(configuration)
|
|
213
213
|
return {
|
|
214
214
|
/**
|
|
215
|
-
* 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.
|
|
215
|
+
* 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.
|
|
216
216
|
* @summary Retrieve the booking funnel version
|
|
217
217
|
* @param {string} code
|
|
218
218
|
* @param {number} version
|
|
@@ -224,21 +224,21 @@ export const BookingFunnelVersionsApiFactory = function (configuration?: Configu
|
|
|
224
224
|
return localVarFp.getBookingFunnelVersion(code, version, authorization, options).then((request) => request(axios, basePath));
|
|
225
225
|
},
|
|
226
226
|
/**
|
|
227
|
-
* 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.
|
|
227
|
+
* 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.
|
|
228
228
|
* @summary List booking funnel versions
|
|
229
229
|
* @param {string} code
|
|
230
230
|
* @param {string} [authorization] Bearer Token
|
|
231
|
-
* @param {
|
|
232
|
-
* @param {
|
|
233
|
-
* @param {
|
|
234
|
-
* @param {
|
|
235
|
-
* @param {
|
|
236
|
-
* @param {
|
|
237
|
-
* @param {
|
|
231
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
232
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
233
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
234
|
+
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
235
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
236
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
237
|
+
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
238
238
|
* @param {*} [options] Override http request option.
|
|
239
239
|
* @throws {RequiredError}
|
|
240
240
|
*/
|
|
241
|
-
listBookingFunnelVersions(code: string, authorization?: string, pageSize?:
|
|
241
|
+
listBookingFunnelVersions(code: string, authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<void> {
|
|
242
242
|
return localVarFp.listBookingFunnelVersions(code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
243
243
|
},
|
|
244
244
|
};
|
|
@@ -294,52 +294,52 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
|
|
|
294
294
|
|
|
295
295
|
/**
|
|
296
296
|
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
297
|
-
* @type {
|
|
297
|
+
* @type {any}
|
|
298
298
|
* @memberof BookingFunnelVersionsApiListBookingFunnelVersions
|
|
299
299
|
*/
|
|
300
|
-
readonly pageSize?:
|
|
300
|
+
readonly pageSize?: any
|
|
301
301
|
|
|
302
302
|
/**
|
|
303
|
-
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1,
|
|
304
|
-
* @type {
|
|
303
|
+
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
304
|
+
* @type {any}
|
|
305
305
|
* @memberof BookingFunnelVersionsApiListBookingFunnelVersions
|
|
306
306
|
*/
|
|
307
|
-
readonly pageToken?:
|
|
307
|
+
readonly pageToken?: any
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
310
|
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
311
|
-
* @type {
|
|
311
|
+
* @type {any}
|
|
312
312
|
* @memberof BookingFunnelVersionsApiListBookingFunnelVersions
|
|
313
313
|
*/
|
|
314
|
-
readonly filter?:
|
|
314
|
+
readonly filter?: any
|
|
315
315
|
|
|
316
316
|
/**
|
|
317
317
|
* To search the list by any field, pass search=xxx to fetch the result.
|
|
318
|
-
* @type {
|
|
318
|
+
* @type {any}
|
|
319
319
|
* @memberof BookingFunnelVersionsApiListBookingFunnelVersions
|
|
320
320
|
*/
|
|
321
|
-
readonly search?:
|
|
321
|
+
readonly search?: any
|
|
322
322
|
|
|
323
323
|
/**
|
|
324
324
|
* The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
325
|
-
* @type {
|
|
325
|
+
* @type {any}
|
|
326
326
|
* @memberof BookingFunnelVersionsApiListBookingFunnelVersions
|
|
327
327
|
*/
|
|
328
|
-
readonly order?:
|
|
328
|
+
readonly order?: any
|
|
329
329
|
|
|
330
330
|
/**
|
|
331
|
-
* Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in
|
|
332
|
-
* @type {
|
|
331
|
+
* Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
332
|
+
* @type {any}
|
|
333
333
|
* @memberof BookingFunnelVersionsApiListBookingFunnelVersions
|
|
334
334
|
*/
|
|
335
|
-
readonly expand?:
|
|
335
|
+
readonly expand?: any
|
|
336
336
|
|
|
337
337
|
/**
|
|
338
338
|
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
339
|
-
* @type {
|
|
339
|
+
* @type {any}
|
|
340
340
|
* @memberof BookingFunnelVersionsApiListBookingFunnelVersions
|
|
341
341
|
*/
|
|
342
|
-
readonly filters?:
|
|
342
|
+
readonly filters?: any
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
/**
|
|
@@ -350,7 +350,7 @@ export interface BookingFunnelVersionsApiListBookingFunnelVersionsRequest {
|
|
|
350
350
|
*/
|
|
351
351
|
export class BookingFunnelVersionsApi extends BaseAPI {
|
|
352
352
|
/**
|
|
353
|
-
* 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.
|
|
353
|
+
* 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.
|
|
354
354
|
* @summary Retrieve the booking funnel version
|
|
355
355
|
* @param {BookingFunnelVersionsApiGetBookingFunnelVersionRequest} requestParameters Request parameters.
|
|
356
356
|
* @param {*} [options] Override http request option.
|
|
@@ -362,7 +362,7 @@ export class BookingFunnelVersionsApi extends BaseAPI {
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
|
-
* 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.
|
|
365
|
+
* 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.
|
|
366
366
|
* @summary List booking funnel versions
|
|
367
367
|
* @param {BookingFunnelVersionsApiListBookingFunnelVersionsRequest} requestParameters Request parameters.
|
|
368
368
|
* @param {*} [options] Override http request option.
|
|
@@ -49,7 +49,7 @@ const FormData = require('form-data');
|
|
|
49
49
|
export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
50
50
|
return {
|
|
51
51
|
/**
|
|
52
|
-
* This will create a booking funnel.
|
|
52
|
+
* This will create a booking funnel.
|
|
53
53
|
* @summary Create the booking funnel
|
|
54
54
|
* @param {CreateBookingFunnelRequestDto} createBookingFunnelRequestDto
|
|
55
55
|
* @param {string} [authorization] Bearer Token
|
|
@@ -96,7 +96,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
96
96
|
};
|
|
97
97
|
},
|
|
98
98
|
/**
|
|
99
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
99
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
100
100
|
* @summary Delete the booking funnel
|
|
101
101
|
* @param {string} code
|
|
102
102
|
* @param {string} [authorization] Bearer Token
|
|
@@ -141,7 +141,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
141
141
|
};
|
|
142
142
|
},
|
|
143
143
|
/**
|
|
144
|
-
* 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.
|
|
144
|
+
* 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.
|
|
145
145
|
* @summary Retrieve the booking funnel
|
|
146
146
|
* @param {string} code
|
|
147
147
|
* @param {string} [authorization] Bearer Token
|
|
@@ -186,20 +186,20 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
186
186
|
};
|
|
187
187
|
},
|
|
188
188
|
/**
|
|
189
|
-
* 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.
|
|
189
|
+
* 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.
|
|
190
190
|
* @summary List booking funnels
|
|
191
191
|
* @param {string} [authorization] Bearer Token
|
|
192
|
-
* @param {
|
|
193
|
-
* @param {
|
|
194
|
-
* @param {
|
|
195
|
-
* @param {
|
|
196
|
-
* @param {
|
|
197
|
-
* @param {
|
|
198
|
-
* @param {
|
|
192
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
193
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
194
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
195
|
+
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
196
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
197
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
198
|
+
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
199
199
|
* @param {*} [options] Override http request option.
|
|
200
200
|
* @throws {RequiredError}
|
|
201
201
|
*/
|
|
202
|
-
listBookingFunnels: async (authorization?: string, pageSize?:
|
|
202
|
+
listBookingFunnels: async (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
203
203
|
const localVarPath = `/insuranceservice/v1/booking-funnels`;
|
|
204
204
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
205
205
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -262,7 +262,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
262
262
|
};
|
|
263
263
|
},
|
|
264
264
|
/**
|
|
265
|
-
* This will patch a booking funnel.
|
|
265
|
+
* This will patch a booking funnel.
|
|
266
266
|
* @param {string} code
|
|
267
267
|
* @param {PatchBookingFunnelRequestDto} patchBookingFunnelRequestDto
|
|
268
268
|
* @param {string} [authorization] Bearer Token
|
|
@@ -312,7 +312,7 @@ export const BookingFunnelsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
312
312
|
};
|
|
313
313
|
},
|
|
314
314
|
/**
|
|
315
|
-
* This will update a booking funnel.
|
|
315
|
+
* This will update a booking funnel.
|
|
316
316
|
* @summary Update the booking funnel
|
|
317
317
|
* @param {string} code
|
|
318
318
|
* @param {UpdateBookingFunnelRequestDto} updateBookingFunnelRequestDto
|
|
@@ -373,7 +373,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
373
373
|
const localVarAxiosParamCreator = BookingFunnelsApiAxiosParamCreator(configuration)
|
|
374
374
|
return {
|
|
375
375
|
/**
|
|
376
|
-
* This will create a booking funnel.
|
|
376
|
+
* This will create a booking funnel.
|
|
377
377
|
* @summary Create the booking funnel
|
|
378
378
|
* @param {CreateBookingFunnelRequestDto} createBookingFunnelRequestDto
|
|
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
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
388
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
389
389
|
* @summary Delete 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
|
-
* 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.
|
|
400
|
+
* 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.
|
|
401
401
|
* @summary Retrieve the booking funnel
|
|
402
402
|
* @param {string} code
|
|
403
403
|
* @param {string} [authorization] Bearer Token
|
|
@@ -409,25 +409,25 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
409
409
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
410
410
|
},
|
|
411
411
|
/**
|
|
412
|
-
* 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.
|
|
412
|
+
* 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.
|
|
413
413
|
* @summary List booking funnels
|
|
414
414
|
* @param {string} [authorization] Bearer Token
|
|
415
|
-
* @param {
|
|
416
|
-
* @param {
|
|
417
|
-
* @param {
|
|
418
|
-
* @param {
|
|
419
|
-
* @param {
|
|
420
|
-
* @param {
|
|
421
|
-
* @param {
|
|
415
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
416
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
417
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
418
|
+
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
419
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
420
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
421
|
+
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
422
422
|
* @param {*} [options] Override http request option.
|
|
423
423
|
* @throws {RequiredError}
|
|
424
424
|
*/
|
|
425
|
-
async listBookingFunnels(authorization?: string, pageSize?:
|
|
425
|
+
async listBookingFunnels(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListBookingFunnelsResponseClass>> {
|
|
426
426
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listBookingFunnels(authorization, pageSize, pageToken, filter, search, order, expand, filters, options);
|
|
427
427
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
428
428
|
},
|
|
429
429
|
/**
|
|
430
|
-
* This will patch a booking funnel.
|
|
430
|
+
* This will patch a booking funnel.
|
|
431
431
|
* @param {string} code
|
|
432
432
|
* @param {PatchBookingFunnelRequestDto} patchBookingFunnelRequestDto
|
|
433
433
|
* @param {string} [authorization] Bearer Token
|
|
@@ -439,7 +439,7 @@ export const BookingFunnelsApiFp = function(configuration?: Configuration) {
|
|
|
439
439
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
440
440
|
},
|
|
441
441
|
/**
|
|
442
|
-
* This will update a booking funnel.
|
|
442
|
+
* This will update a booking funnel.
|
|
443
443
|
* @summary Update the booking funnel
|
|
444
444
|
* @param {string} code
|
|
445
445
|
* @param {UpdateBookingFunnelRequestDto} updateBookingFunnelRequestDto
|
|
@@ -462,7 +462,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
462
462
|
const localVarFp = BookingFunnelsApiFp(configuration)
|
|
463
463
|
return {
|
|
464
464
|
/**
|
|
465
|
-
* This will create a booking funnel.
|
|
465
|
+
* This will create a booking funnel.
|
|
466
466
|
* @summary Create the booking funnel
|
|
467
467
|
* @param {CreateBookingFunnelRequestDto} createBookingFunnelRequestDto
|
|
468
468
|
* @param {string} [authorization] Bearer Token
|
|
@@ -473,7 +473,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
473
473
|
return localVarFp.createBookingFunnel(createBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
474
474
|
},
|
|
475
475
|
/**
|
|
476
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
476
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
477
477
|
* @summary Delete the booking funnel
|
|
478
478
|
* @param {string} code
|
|
479
479
|
* @param {string} [authorization] Bearer Token
|
|
@@ -484,7 +484,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
484
484
|
return localVarFp.deleteBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
485
485
|
},
|
|
486
486
|
/**
|
|
487
|
-
* 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.
|
|
487
|
+
* 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.
|
|
488
488
|
* @summary Retrieve the booking funnel
|
|
489
489
|
* @param {string} code
|
|
490
490
|
* @param {string} [authorization] Bearer Token
|
|
@@ -495,24 +495,24 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
495
495
|
return localVarFp.getBookingFunnel(code, authorization, options).then((request) => request(axios, basePath));
|
|
496
496
|
},
|
|
497
497
|
/**
|
|
498
|
-
* 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.
|
|
498
|
+
* 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.
|
|
499
499
|
* @summary List booking funnels
|
|
500
500
|
* @param {string} [authorization] Bearer Token
|
|
501
|
-
* @param {
|
|
502
|
-
* @param {
|
|
503
|
-
* @param {
|
|
504
|
-
* @param {
|
|
505
|
-
* @param {
|
|
506
|
-
* @param {
|
|
507
|
-
* @param {
|
|
501
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
502
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
503
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
504
|
+
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
505
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
506
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
507
|
+
* @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
508
508
|
* @param {*} [options] Override http request option.
|
|
509
509
|
* @throws {RequiredError}
|
|
510
510
|
*/
|
|
511
|
-
listBookingFunnels(authorization?: string, pageSize?:
|
|
511
|
+
listBookingFunnels(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<ListBookingFunnelsResponseClass> {
|
|
512
512
|
return localVarFp.listBookingFunnels(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then((request) => request(axios, basePath));
|
|
513
513
|
},
|
|
514
514
|
/**
|
|
515
|
-
* This will patch a booking funnel.
|
|
515
|
+
* This will patch a booking funnel.
|
|
516
516
|
* @param {string} code
|
|
517
517
|
* @param {PatchBookingFunnelRequestDto} patchBookingFunnelRequestDto
|
|
518
518
|
* @param {string} [authorization] Bearer Token
|
|
@@ -523,7 +523,7 @@ export const BookingFunnelsApiFactory = function (configuration?: Configuration,
|
|
|
523
523
|
return localVarFp.patchBookingFunnel(code, patchBookingFunnelRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
524
524
|
},
|
|
525
525
|
/**
|
|
526
|
-
* This will update a booking funnel.
|
|
526
|
+
* This will update a booking funnel.
|
|
527
527
|
* @summary Update the booking funnel
|
|
528
528
|
* @param {string} code
|
|
529
529
|
* @param {UpdateBookingFunnelRequestDto} updateBookingFunnelRequestDto
|
|
@@ -615,52 +615,52 @@ export interface BookingFunnelsApiListBookingFunnelsRequest {
|
|
|
615
615
|
|
|
616
616
|
/**
|
|
617
617
|
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
618
|
-
* @type {
|
|
618
|
+
* @type {any}
|
|
619
619
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
620
620
|
*/
|
|
621
|
-
readonly pageSize?:
|
|
621
|
+
readonly pageSize?: any
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
|
-
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1,
|
|
625
|
-
* @type {
|
|
624
|
+
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
625
|
+
* @type {any}
|
|
626
626
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
627
627
|
*/
|
|
628
|
-
readonly pageToken?:
|
|
628
|
+
readonly pageToken?: any
|
|
629
629
|
|
|
630
630
|
/**
|
|
631
631
|
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
632
|
-
* @type {
|
|
632
|
+
* @type {any}
|
|
633
633
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
634
634
|
*/
|
|
635
|
-
readonly filter?:
|
|
635
|
+
readonly filter?: any
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
638
|
* To search the list by any field, pass search=xxx to fetch the result.
|
|
639
|
-
* @type {
|
|
639
|
+
* @type {any}
|
|
640
640
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
641
641
|
*/
|
|
642
|
-
readonly search?:
|
|
642
|
+
readonly search?: any
|
|
643
643
|
|
|
644
644
|
/**
|
|
645
645
|
* The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
646
|
-
* @type {
|
|
646
|
+
* @type {any}
|
|
647
647
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
648
648
|
*/
|
|
649
|
-
readonly order?:
|
|
649
|
+
readonly order?: any
|
|
650
650
|
|
|
651
651
|
/**
|
|
652
|
-
* Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in
|
|
653
|
-
* @type {
|
|
652
|
+
* Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
653
|
+
* @type {any}
|
|
654
654
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
655
655
|
*/
|
|
656
|
-
readonly expand?:
|
|
656
|
+
readonly expand?: any
|
|
657
657
|
|
|
658
658
|
/**
|
|
659
659
|
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
660
|
-
* @type {
|
|
660
|
+
* @type {any}
|
|
661
661
|
* @memberof BookingFunnelsApiListBookingFunnels
|
|
662
662
|
*/
|
|
663
|
-
readonly filters?:
|
|
663
|
+
readonly filters?: any
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
/**
|
|
@@ -727,7 +727,7 @@ export interface BookingFunnelsApiUpdateBookingFunnelRequest {
|
|
|
727
727
|
*/
|
|
728
728
|
export class BookingFunnelsApi extends BaseAPI {
|
|
729
729
|
/**
|
|
730
|
-
* This will create a booking funnel.
|
|
730
|
+
* This will create a booking funnel.
|
|
731
731
|
* @summary Create the booking funnel
|
|
732
732
|
* @param {BookingFunnelsApiCreateBookingFunnelRequest} 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
|
-
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
742
|
+
* Permanently deletes the booking funnel. Supply the unique code that was returned when you created the booking funnel and this will delete it.
|
|
743
743
|
* @summary Delete the booking funnel
|
|
744
744
|
* @param {BookingFunnelsApiDeleteBookingFunnelRequest} 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
|
-
* 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.
|
|
754
|
+
* 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.
|
|
755
755
|
* @summary Retrieve the booking funnel
|
|
756
756
|
* @param {BookingFunnelsApiGetBookingFunnelRequest} requestParameters Request parameters.
|
|
757
757
|
* @param {*} [options] Override http request option.
|
|
@@ -763,7 +763,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
/**
|
|
766
|
-
* 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.
|
|
766
|
+
* 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.
|
|
767
767
|
* @summary List booking funnels
|
|
768
768
|
* @param {BookingFunnelsApiListBookingFunnelsRequest} requestParameters Request parameters.
|
|
769
769
|
* @param {*} [options] Override http request option.
|
|
@@ -775,7 +775,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
/**
|
|
778
|
-
* This will patch a booking funnel.
|
|
778
|
+
* This will patch a booking funnel.
|
|
779
779
|
* @param {BookingFunnelsApiPatchBookingFunnelRequest} requestParameters Request parameters.
|
|
780
780
|
* @param {*} [options] Override http request option.
|
|
781
781
|
* @throws {RequiredError}
|
|
@@ -786,7 +786,7 @@ export class BookingFunnelsApi extends BaseAPI {
|
|
|
786
786
|
}
|
|
787
787
|
|
|
788
788
|
/**
|
|
789
|
-
* This will update a booking funnel.
|
|
789
|
+
* This will update a booking funnel.
|
|
790
790
|
* @summary Update the booking funnel
|
|
791
791
|
* @param {BookingFunnelsApiUpdateBookingFunnelRequest} requestParameters Request parameters.
|
|
792
792
|
* @param {*} [options] Override http request option.
|