@emilgroup/insurance-sdk 1.48.1-beta.1 → 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 +9 -10
- package/README.md +2 -2
- package/api/booking-funnel-versions-api.ts +8 -8
- package/api/booking-funnels-api.ts +8 -8
- package/api/default-api.ts +4 -8
- package/api/emil-functions-api.ts +20 -20
- package/api/insured-object-types-api.ts +8 -8
- package/api/insured-objects-api.ts +14 -17
- package/api/lead-statuses-api.ts +8 -8
- package/api/lead-versions-api.ts +8 -8
- package/api/leads-api.ts +8 -8
- package/api/named-ranges-api.ts +12 -12
- package/api/policies-api.ts +278 -267
- package/api/policy-partner-roles-api.ts +679 -0
- package/api/premium-formulas-api.ts +12 -12
- package/api/product-factors-api.ts +12 -12
- package/api/product-fields-api.ts +127 -20
- package/api/product-versions-api.ts +4 -4
- package/api/products-api.ts +16 -16
- package/api/status-transition-rules-api.ts +8 -8
- package/api.ts +2 -2
- 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 +8 -8
- package/dist/api/booking-funnels-api.js +8 -8
- package/dist/api/default-api.d.ts +4 -8
- package/dist/api/default-api.js +4 -8
- package/dist/api/emil-functions-api.d.ts +20 -20
- package/dist/api/emil-functions-api.js +19 -19
- package/dist/api/insured-object-types-api.d.ts +8 -8
- package/dist/api/insured-object-types-api.js +7 -7
- package/dist/api/insured-objects-api.d.ts +12 -12
- package/dist/api/insured-objects-api.js +13 -15
- package/dist/api/lead-statuses-api.d.ts +8 -8
- package/dist/api/lead-statuses-api.js +8 -8
- 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 +12 -12
- package/dist/api/named-ranges-api.js +11 -11
- package/dist/api/policies-api.d.ts +234 -225
- package/dist/api/policies-api.js +180 -175
- package/dist/api/policy-partner-roles-api.d.ts +385 -0
- package/dist/api/{partner-roles-api.js → policy-partner-roles-api.js} +139 -139
- package/dist/api/premium-formulas-api.d.ts +12 -12
- package/dist/api/premium-formulas-api.js +11 -11
- package/dist/api/product-factors-api.d.ts +12 -12
- package/dist/api/product-factors-api.js +11 -11
- package/dist/api/product-fields-api.d.ts +77 -20
- package/dist/api/product-fields-api.js +111 -18
- 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 +16 -16
- package/dist/api/products-api.js +15 -15
- 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 -1
- package/dist/api.js +1 -1
- package/dist/models/{update-partner-role-request-dto.d.ts → create-policy-partner-role-request-dto.d.ts} +5 -5
- package/dist/models/{create-partner-role-response-class.d.ts → create-policy-partner-role-response-class.d.ts} +7 -7
- package/dist/models/create-product-field-request-dto.d.ts +7 -1
- package/dist/models/{update-partner-role-response-class.d.ts → get-policy-partner-role-response-class.d.ts} +7 -7
- package/dist/models/index.d.ts +8 -9
- package/dist/models/index.js +8 -9
- package/dist/models/invoice-item-class.d.ts +0 -12
- package/dist/models/lead-class.d.ts +0 -7
- package/dist/models/{list-partner-roles-response-class.d.ts → list-policy-partner-roles-response-class.d.ts} +8 -8
- package/dist/models/list-policy-versions-request-dto.d.ts +1 -1
- package/dist/models/list-request-dto.d.ts +1 -1
- package/dist/models/policy-class.d.ts +0 -7
- package/dist/models/{partner-role-class.d.ts → policy-partner-role-class.d.ts} +9 -9
- package/dist/models/product-field-class.d.ts +6 -0
- package/dist/models/shared-product-field-class.d.ts +6 -0
- package/dist/models/shared-update-named-range-request-dto.d.ts +1 -1
- package/dist/models/swap-product-fields-order-request-dto.d.ts +30 -0
- package/dist/models/update-named-range-request-dto.d.ts +1 -1
- package/dist/models/{create-partner-role-request-dto.d.ts → update-policy-partner-role-request-dto.d.ts} +5 -5
- package/dist/models/{get-partner-role-response-class.d.ts → update-policy-partner-role-response-class.d.ts} +7 -7
- package/dist/models/update-product-field-request-dto.d.ts +7 -1
- package/models/{create-partner-role-request-dto.ts → create-policy-partner-role-request-dto.ts} +5 -5
- package/models/{get-partner-role-response-class.ts → create-policy-partner-role-response-class.ts} +7 -7
- package/models/create-product-field-request-dto.ts +7 -1
- package/models/{create-partner-role-response-class.ts → get-policy-partner-role-response-class.ts} +7 -7
- package/models/index.ts +8 -9
- package/models/invoice-item-class.ts +0 -12
- package/models/lead-class.ts +0 -7
- package/models/{list-partner-roles-response-class.ts → list-policy-partner-roles-response-class.ts} +8 -8
- package/models/list-policy-versions-request-dto.ts +1 -1
- package/models/list-request-dto.ts +1 -1
- package/models/policy-class.ts +0 -7
- package/models/{partner-role-class.ts → policy-partner-role-class.ts} +9 -9
- package/models/product-field-class.ts +6 -0
- package/models/shared-product-field-class.ts +6 -0
- package/models/shared-update-named-range-request-dto.ts +1 -1
- package/models/swap-product-fields-order-request-dto.ts +36 -0
- package/models/update-named-range-request-dto.ts +1 -1
- package/models/{update-partner-role-request-dto.ts → update-policy-partner-role-request-dto.ts} +5 -5
- package/models/{update-partner-role-response-class.ts → update-policy-partner-role-response-class.ts} +7 -7
- package/models/update-product-field-request-dto.ts +7 -1
- package/package.json +1 -1
- package/api/partner-roles-api.ts +0 -679
- package/dist/api/partner-roles-api.d.ts +0 -385
- package/dist/models/partner-class.d.ts +0 -60
- package/dist/models/partner-link-class.d.ts +0 -86
- package/dist/models/update-partner-role-response-class.js +0 -15
- package/models/partner-class.ts +0 -66
- package/models/partner-link-class.ts +0 -92
- /package/dist/models/{create-partner-role-request-dto.js → create-policy-partner-role-request-dto.js} +0 -0
- /package/dist/models/{create-partner-role-response-class.js → create-policy-partner-role-response-class.js} +0 -0
- /package/dist/models/{get-partner-role-response-class.js → get-policy-partner-role-response-class.js} +0 -0
- /package/dist/models/{list-partner-roles-response-class.js → list-policy-partner-roles-response-class.js} +0 -0
- /package/dist/models/{partner-class.js → policy-partner-role-class.js} +0 -0
- /package/dist/models/{partner-link-class.js → swap-product-fields-order-request-dto.js} +0 -0
- /package/dist/models/{partner-role-class.js → update-policy-partner-role-request-dto.js} +0 -0
- /package/dist/models/{update-partner-role-request-dto.js → update-policy-partner-role-response-class.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -13,8 +13,8 @@ api/lead-statuses-api.ts
|
|
|
13
13
|
api/lead-versions-api.ts
|
|
14
14
|
api/leads-api.ts
|
|
15
15
|
api/named-ranges-api.ts
|
|
16
|
-
api/partner-roles-api.ts
|
|
17
16
|
api/policies-api.ts
|
|
17
|
+
api/policy-partner-roles-api.ts
|
|
18
18
|
api/premium-formulas-api.ts
|
|
19
19
|
api/product-factors-api.ts
|
|
20
20
|
api/product-fields-api.ts
|
|
@@ -52,9 +52,9 @@ models/create-lead-status-response-class.ts
|
|
|
52
52
|
models/create-named-range-request-dto.ts
|
|
53
53
|
models/create-named-range-response-class.ts
|
|
54
54
|
models/create-named-request-s3-data-class.ts
|
|
55
|
-
models/create-partner-role-request-dto.ts
|
|
56
|
-
models/create-partner-role-response-class.ts
|
|
57
55
|
models/create-payment-method-request-dto.ts
|
|
56
|
+
models/create-policy-partner-role-request-dto.ts
|
|
57
|
+
models/create-policy-partner-role-response-class.ts
|
|
58
58
|
models/create-policy-request-dto.ts
|
|
59
59
|
models/create-policy-response-class.ts
|
|
60
60
|
models/create-premium-formula-request-dto.ts
|
|
@@ -83,8 +83,8 @@ models/get-lead-status-response-class.ts
|
|
|
83
83
|
models/get-lead-version-request-dto.ts
|
|
84
84
|
models/get-lead-version-response-class.ts
|
|
85
85
|
models/get-named-range-response-class.ts
|
|
86
|
-
models/get-partner-role-response-class.ts
|
|
87
86
|
models/get-policy-data-by-date-request-dto.ts
|
|
87
|
+
models/get-policy-partner-role-response-class.ts
|
|
88
88
|
models/get-policy-request-dto.ts
|
|
89
89
|
models/get-policy-response-class.ts
|
|
90
90
|
models/get-premium-formula-request-dto.ts
|
|
@@ -125,9 +125,9 @@ models/list-lead-statuses-response-class.ts
|
|
|
125
125
|
models/list-lead-versions-response-class.ts
|
|
126
126
|
models/list-leads-response-class.ts
|
|
127
127
|
models/list-named-ranges-response-class.ts
|
|
128
|
-
models/list-partner-roles-response-class.ts
|
|
129
128
|
models/list-policies-response-class.ts
|
|
130
129
|
models/list-policy-objects-response-class.ts
|
|
130
|
+
models/list-policy-partner-roles-response-class.ts
|
|
131
131
|
models/list-policy-version-response-class.ts
|
|
132
132
|
models/list-policy-versions-request-dto.ts
|
|
133
133
|
models/list-premium-formulas-response-class.ts
|
|
@@ -138,9 +138,6 @@ models/list-products-response-class.ts
|
|
|
138
138
|
models/list-request-dto.ts
|
|
139
139
|
models/list-status-transition-rules-response-class.ts
|
|
140
140
|
models/named-range-class.ts
|
|
141
|
-
models/partner-class.ts
|
|
142
|
-
models/partner-link-class.ts
|
|
143
|
-
models/partner-role-class.ts
|
|
144
141
|
models/patch-booking-funnel-request-dto.ts
|
|
145
142
|
models/patch-draft-policy-request-dto.ts
|
|
146
143
|
models/patch-lead-request-dto.ts
|
|
@@ -152,6 +149,7 @@ models/patch-status-transition-rule-response-class.ts
|
|
|
152
149
|
models/policy-class.ts
|
|
153
150
|
models/policy-object-class.ts
|
|
154
151
|
models/policy-object-dto.ts
|
|
152
|
+
models/policy-partner-role-class.ts
|
|
155
153
|
models/policy-premium-class.ts
|
|
156
154
|
models/policy-premium-item-class.ts
|
|
157
155
|
models/policy-version-class.ts
|
|
@@ -180,6 +178,7 @@ models/store-product-factors-response-class.ts
|
|
|
180
178
|
models/suspend-policy-request-dto.ts
|
|
181
179
|
models/suspend-policy-response-class.ts
|
|
182
180
|
models/swap-premium-formulas-order-request-dto.ts
|
|
181
|
+
models/swap-product-fields-order-request-dto.ts
|
|
183
182
|
models/terminate-policy-request-dto.ts
|
|
184
183
|
models/terminate-policy-response-class.ts
|
|
185
184
|
models/timeslice-class.ts
|
|
@@ -191,8 +190,8 @@ models/update-lead-request-dto.ts
|
|
|
191
190
|
models/update-lead-response-class.ts
|
|
192
191
|
models/update-named-range-request-dto.ts
|
|
193
192
|
models/update-named-range-response-class.ts
|
|
194
|
-
models/update-partner-role-request-dto.ts
|
|
195
|
-
models/update-partner-role-response-class.ts
|
|
193
|
+
models/update-policy-partner-role-request-dto.ts
|
|
194
|
+
models/update-policy-partner-role-response-class.ts
|
|
196
195
|
models/update-policy-request-dto.ts
|
|
197
196
|
models/update-policy-response-class.ts
|
|
198
197
|
models/update-premium-formula-request-dto.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.
|
|
20
|
+
npm install @emilgroup/insurance-sdk@1.49.1 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/insurance-sdk@1.
|
|
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.
|
|
@@ -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.
|
|
@@ -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.
|
|
@@ -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.
|
|
@@ -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.
|
package/api/default-api.ts
CHANGED
|
@@ -31,8 +31,7 @@ import { InlineResponse503 } from '../models';
|
|
|
31
31
|
export const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
35
|
-
* @summary Checks the health of the service.
|
|
34
|
+
*
|
|
36
35
|
* @param {*} [options] Override http request option.
|
|
37
36
|
* @throws {RequiredError}
|
|
38
37
|
*/
|
|
@@ -73,8 +72,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
73
72
|
const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration)
|
|
74
73
|
return {
|
|
75
74
|
/**
|
|
76
|
-
*
|
|
77
|
-
* @summary Checks the health of the service.
|
|
75
|
+
*
|
|
78
76
|
* @param {*} [options] Override http request option.
|
|
79
77
|
* @throws {RequiredError}
|
|
80
78
|
*/
|
|
@@ -93,8 +91,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
93
91
|
const localVarFp = DefaultApiFp(configuration)
|
|
94
92
|
return {
|
|
95
93
|
/**
|
|
96
|
-
*
|
|
97
|
-
* @summary Checks the health of the service.
|
|
94
|
+
*
|
|
98
95
|
* @param {*} [options] Override http request option.
|
|
99
96
|
* @throws {RequiredError}
|
|
100
97
|
*/
|
|
@@ -112,8 +109,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
112
109
|
*/
|
|
113
110
|
export class DefaultApi extends BaseAPI {
|
|
114
111
|
/**
|
|
115
|
-
*
|
|
116
|
-
* @summary Checks the health of the service.
|
|
112
|
+
*
|
|
117
113
|
* @param {*} [options] Override http request option.
|
|
118
114
|
* @throws {RequiredError}
|
|
119
115
|
* @memberof DefaultApi
|
|
@@ -282,7 +282,7 @@ export const EmilFunctionsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
282
282
|
};
|
|
283
283
|
},
|
|
284
284
|
/**
|
|
285
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
285
|
+
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
|
|
286
286
|
* @summary Retrieve the Emil function
|
|
287
287
|
* @param {number} id
|
|
288
288
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -327,7 +327,7 @@ export const EmilFunctionsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
327
327
|
};
|
|
328
328
|
},
|
|
329
329
|
/**
|
|
330
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
330
|
+
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
|
|
331
331
|
* @summary Retrieve the Emil function secret
|
|
332
332
|
* @param {string} name
|
|
333
333
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -372,7 +372,7 @@ export const EmilFunctionsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
372
372
|
};
|
|
373
373
|
},
|
|
374
374
|
/**
|
|
375
|
-
* Returns a list of Emil function secrets you have previously created.
|
|
375
|
+
* Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
376
376
|
* @summary List Emil function secrets
|
|
377
377
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
378
378
|
* @param {*} [options] Override http request option.
|
|
@@ -413,7 +413,7 @@ export const EmilFunctionsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
413
413
|
};
|
|
414
414
|
},
|
|
415
415
|
/**
|
|
416
|
-
* Returns a list of Emil functions you have previously created.
|
|
416
|
+
* Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
417
417
|
* @summary List Emil functions
|
|
418
418
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
419
419
|
* @param {number} [pageSize] Page size.
|
|
@@ -422,7 +422,7 @@ export const EmilFunctionsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
422
422
|
* @param {string} [search] Search query.
|
|
423
423
|
* @param {string} [order] Ordering criteria.
|
|
424
424
|
* @param {string} [expand] Extra fields to fetch.
|
|
425
|
-
* @param {string} [filters]
|
|
425
|
+
* @param {string} [filters]
|
|
426
426
|
* @param {*} [options] Override http request option.
|
|
427
427
|
* @throws {RequiredError}
|
|
428
428
|
*/
|
|
@@ -662,7 +662,7 @@ export const EmilFunctionsApiFp = function(configuration?: Configuration) {
|
|
|
662
662
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
663
663
|
},
|
|
664
664
|
/**
|
|
665
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
665
|
+
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
|
|
666
666
|
* @summary Retrieve the Emil function
|
|
667
667
|
* @param {number} id
|
|
668
668
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -674,7 +674,7 @@ export const EmilFunctionsApiFp = function(configuration?: Configuration) {
|
|
|
674
674
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
675
675
|
},
|
|
676
676
|
/**
|
|
677
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
677
|
+
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
|
|
678
678
|
* @summary Retrieve the Emil function secret
|
|
679
679
|
* @param {string} name
|
|
680
680
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -686,7 +686,7 @@ export const EmilFunctionsApiFp = function(configuration?: Configuration) {
|
|
|
686
686
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
687
687
|
},
|
|
688
688
|
/**
|
|
689
|
-
* Returns a list of Emil function secrets you have previously created.
|
|
689
|
+
* Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
690
690
|
* @summary List Emil function secrets
|
|
691
691
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
692
692
|
* @param {*} [options] Override http request option.
|
|
@@ -697,7 +697,7 @@ export const EmilFunctionsApiFp = function(configuration?: Configuration) {
|
|
|
697
697
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
698
698
|
},
|
|
699
699
|
/**
|
|
700
|
-
* Returns a list of Emil functions you have previously created.
|
|
700
|
+
* Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
701
701
|
* @summary List Emil functions
|
|
702
702
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
703
703
|
* @param {number} [pageSize] Page size.
|
|
@@ -706,7 +706,7 @@ export const EmilFunctionsApiFp = function(configuration?: Configuration) {
|
|
|
706
706
|
* @param {string} [search] Search query.
|
|
707
707
|
* @param {string} [order] Ordering criteria.
|
|
708
708
|
* @param {string} [expand] Extra fields to fetch.
|
|
709
|
-
* @param {string} [filters]
|
|
709
|
+
* @param {string} [filters]
|
|
710
710
|
* @param {*} [options] Override http request option.
|
|
711
711
|
* @throws {RequiredError}
|
|
712
712
|
*/
|
|
@@ -807,7 +807,7 @@ export const EmilFunctionsApiFactory = function (configuration?: Configuration,
|
|
|
807
807
|
return localVarFp.executeEmilFunction(slug, executeEmilFunctionRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
808
808
|
},
|
|
809
809
|
/**
|
|
810
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
810
|
+
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
|
|
811
811
|
* @summary Retrieve the Emil function
|
|
812
812
|
* @param {number} id
|
|
813
813
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -818,7 +818,7 @@ export const EmilFunctionsApiFactory = function (configuration?: Configuration,
|
|
|
818
818
|
return localVarFp.getEmilFunction(id, authorization, options).then((request) => request(axios, basePath));
|
|
819
819
|
},
|
|
820
820
|
/**
|
|
821
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
821
|
+
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
|
|
822
822
|
* @summary Retrieve the Emil function secret
|
|
823
823
|
* @param {string} name
|
|
824
824
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -829,7 +829,7 @@ export const EmilFunctionsApiFactory = function (configuration?: Configuration,
|
|
|
829
829
|
return localVarFp.getEmilFunctionSecret(name, authorization, options).then((request) => request(axios, basePath));
|
|
830
830
|
},
|
|
831
831
|
/**
|
|
832
|
-
* Returns a list of Emil function secrets you have previously created.
|
|
832
|
+
* Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
833
833
|
* @summary List Emil function secrets
|
|
834
834
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
835
835
|
* @param {*} [options] Override http request option.
|
|
@@ -839,7 +839,7 @@ export const EmilFunctionsApiFactory = function (configuration?: Configuration,
|
|
|
839
839
|
return localVarFp.listEmilFunctionSecrets(authorization, options).then((request) => request(axios, basePath));
|
|
840
840
|
},
|
|
841
841
|
/**
|
|
842
|
-
* Returns a list of Emil functions you have previously created.
|
|
842
|
+
* Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
843
843
|
* @summary List Emil functions
|
|
844
844
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
845
845
|
* @param {number} [pageSize] Page size.
|
|
@@ -848,7 +848,7 @@ export const EmilFunctionsApiFactory = function (configuration?: Configuration,
|
|
|
848
848
|
* @param {string} [search] Search query.
|
|
849
849
|
* @param {string} [order] Ordering criteria.
|
|
850
850
|
* @param {string} [expand] Extra fields to fetch.
|
|
851
|
-
* @param {string} [filters]
|
|
851
|
+
* @param {string} [filters]
|
|
852
852
|
* @param {*} [options] Override http request option.
|
|
853
853
|
* @throws {RequiredError}
|
|
854
854
|
*/
|
|
@@ -1106,7 +1106,7 @@ export interface EmilFunctionsApiListEmilFunctionsRequest {
|
|
|
1106
1106
|
readonly expand?: string
|
|
1107
1107
|
|
|
1108
1108
|
/**
|
|
1109
|
-
*
|
|
1109
|
+
*
|
|
1110
1110
|
* @type {string}
|
|
1111
1111
|
* @memberof EmilFunctionsApiListEmilFunctions
|
|
1112
1112
|
*/
|
|
@@ -1237,7 +1237,7 @@ export class EmilFunctionsApi extends BaseAPI {
|
|
|
1237
1237
|
}
|
|
1238
1238
|
|
|
1239
1239
|
/**
|
|
1240
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
1240
|
+
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code that was returned when you created it and Emil Api will return the corresponding Emil function information.
|
|
1241
1241
|
* @summary Retrieve the Emil function
|
|
1242
1242
|
* @param {EmilFunctionsApiGetEmilFunctionRequest} requestParameters Request parameters.
|
|
1243
1243
|
* @param {*} [options] Override http request option.
|
|
@@ -1249,7 +1249,7 @@ export class EmilFunctionsApi extends BaseAPI {
|
|
|
1249
1249
|
}
|
|
1250
1250
|
|
|
1251
1251
|
/**
|
|
1252
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
1252
|
+
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code that was returned when you created it and Emil Api will return the corresponding Emil function secret information.
|
|
1253
1253
|
* @summary Retrieve the Emil function secret
|
|
1254
1254
|
* @param {EmilFunctionsApiGetEmilFunctionSecretRequest} requestParameters Request parameters.
|
|
1255
1255
|
* @param {*} [options] Override http request option.
|
|
@@ -1261,7 +1261,7 @@ export class EmilFunctionsApi extends BaseAPI {
|
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
1263
|
/**
|
|
1264
|
-
* Returns a list of Emil function secrets you have previously created.
|
|
1264
|
+
* Returns a list of Emil function secrets you have previously created. The Emil function secrets are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
1265
1265
|
* @summary List Emil function secrets
|
|
1266
1266
|
* @param {EmilFunctionsApiListEmilFunctionSecretsRequest} requestParameters Request parameters.
|
|
1267
1267
|
* @param {*} [options] Override http request option.
|
|
@@ -1273,7 +1273,7 @@ export class EmilFunctionsApi extends BaseAPI {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
|
|
1275
1275
|
/**
|
|
1276
|
-
* Returns a list of Emil functions you have previously created.
|
|
1276
|
+
* Returns a list of Emil functions you have previously created. The Emil functions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
1277
1277
|
* @summary List Emil functions
|
|
1278
1278
|
* @param {EmilFunctionsApiListEmilFunctionsRequest} requestParameters Request parameters.
|
|
1279
1279
|
* @param {*} [options] Override http request option.
|
|
@@ -29,7 +29,7 @@ import { ListInsuredObjectTypesResponseClass } from '../models';
|
|
|
29
29
|
export const InsuredObjectTypesApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
30
30
|
return {
|
|
31
31
|
/**
|
|
32
|
-
* Returns a list of insured object types you have previously created.
|
|
32
|
+
* Returns a list of insured object types you have previously created. The insured object types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
33
33
|
* @summary List insured object types
|
|
34
34
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
35
35
|
* @param {number} [pageSize] Page size.
|
|
@@ -38,7 +38,7 @@ export const InsuredObjectTypesApiAxiosParamCreator = function (configuration?:
|
|
|
38
38
|
* @param {string} [search] Search query.
|
|
39
39
|
* @param {string} [order] Ordering criteria.
|
|
40
40
|
* @param {string} [expand] Extra fields to fetch.
|
|
41
|
-
* @param {string} [filters]
|
|
41
|
+
* @param {string} [filters]
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
@@ -115,7 +115,7 @@ export const InsuredObjectTypesApiFp = function(configuration?: Configuration) {
|
|
|
115
115
|
const localVarAxiosParamCreator = InsuredObjectTypesApiAxiosParamCreator(configuration)
|
|
116
116
|
return {
|
|
117
117
|
/**
|
|
118
|
-
* Returns a list of insured object types you have previously created.
|
|
118
|
+
* Returns a list of insured object types you have previously created. The insured object types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
119
119
|
* @summary List insured object types
|
|
120
120
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
121
121
|
* @param {number} [pageSize] Page size.
|
|
@@ -124,7 +124,7 @@ export const InsuredObjectTypesApiFp = function(configuration?: Configuration) {
|
|
|
124
124
|
* @param {string} [search] Search query.
|
|
125
125
|
* @param {string} [order] Ordering criteria.
|
|
126
126
|
* @param {string} [expand] Extra fields to fetch.
|
|
127
|
-
* @param {string} [filters]
|
|
127
|
+
* @param {string} [filters]
|
|
128
128
|
* @param {*} [options] Override http request option.
|
|
129
129
|
* @throws {RequiredError}
|
|
130
130
|
*/
|
|
@@ -143,7 +143,7 @@ export const InsuredObjectTypesApiFactory = function (configuration?: Configurat
|
|
|
143
143
|
const localVarFp = InsuredObjectTypesApiFp(configuration)
|
|
144
144
|
return {
|
|
145
145
|
/**
|
|
146
|
-
* Returns a list of insured object types you have previously created.
|
|
146
|
+
* Returns a list of insured object types you have previously created. The insured object types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
147
147
|
* @summary List insured object types
|
|
148
148
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
149
149
|
* @param {number} [pageSize] Page size.
|
|
@@ -152,7 +152,7 @@ export const InsuredObjectTypesApiFactory = function (configuration?: Configurat
|
|
|
152
152
|
* @param {string} [search] Search query.
|
|
153
153
|
* @param {string} [order] Ordering criteria.
|
|
154
154
|
* @param {string} [expand] Extra fields to fetch.
|
|
155
|
-
* @param {string} [filters]
|
|
155
|
+
* @param {string} [filters]
|
|
156
156
|
* @param {*} [options] Override http request option.
|
|
157
157
|
* @throws {RequiredError}
|
|
158
158
|
*/
|
|
@@ -218,7 +218,7 @@ export interface InsuredObjectTypesApiListInsuredObjectTypesRequest {
|
|
|
218
218
|
readonly expand?: string
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
*
|
|
222
222
|
* @type {string}
|
|
223
223
|
* @memberof InsuredObjectTypesApiListInsuredObjectTypes
|
|
224
224
|
*/
|
|
@@ -233,7 +233,7 @@ export interface InsuredObjectTypesApiListInsuredObjectTypesRequest {
|
|
|
233
233
|
*/
|
|
234
234
|
export class InsuredObjectTypesApi extends BaseAPI {
|
|
235
235
|
/**
|
|
236
|
-
* Returns a list of insured object types you have previously created.
|
|
236
|
+
* Returns a list of insured object types you have previously created. The insured object types are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
237
237
|
* @summary List insured object types
|
|
238
238
|
* @param {InsuredObjectTypesApiListInsuredObjectTypesRequest} requestParameters Request parameters.
|
|
239
239
|
* @param {*} [options] Override http request option.
|