@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
|
@@ -127,7 +127,7 @@ export const InsuredObjectsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
127
127
|
};
|
|
128
128
|
},
|
|
129
129
|
/**
|
|
130
|
-
* Retrieves the details of the insured object that was previously created.
|
|
130
|
+
* Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
|
|
131
131
|
* @summary Retrieve the insured object
|
|
132
132
|
* @param {number} id
|
|
133
133
|
* @param {string} [authorization] Bearer Token
|
|
@@ -139,7 +139,8 @@ export const InsuredObjectsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
139
139
|
// verify required parameter 'id' is not null or undefined
|
|
140
140
|
assertParamExists('getInsuredObject', 'id', id)
|
|
141
141
|
const localVarPath = `/insuranceservice/v1/insured-objects/{id}`
|
|
142
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)))
|
|
142
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)))
|
|
143
|
+
.replace(`{${"expand"}}`, encodeURIComponent(String(expand)));
|
|
143
144
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
144
145
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
145
146
|
let baseOptions;
|
|
@@ -157,10 +158,6 @@ export const InsuredObjectsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
157
158
|
// http bearer authentication required
|
|
158
159
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
159
160
|
|
|
160
|
-
if (expand !== undefined) {
|
|
161
|
-
localVarQueryParameter['expand'] = expand;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
161
|
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
165
162
|
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
166
163
|
}
|
|
@@ -177,7 +174,7 @@ export const InsuredObjectsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
177
174
|
};
|
|
178
175
|
},
|
|
179
176
|
/**
|
|
180
|
-
* Returns a list of insured objects you have previously created.
|
|
177
|
+
* Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
181
178
|
* @summary List insured objects
|
|
182
179
|
* @param {string} [authorization] Bearer Token
|
|
183
180
|
* @param {number} [pageSize] Page size.
|
|
@@ -186,7 +183,7 @@ export const InsuredObjectsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
186
183
|
* @param {string} [search] Search query.
|
|
187
184
|
* @param {string} [order] Ordering criteria.
|
|
188
185
|
* @param {string} [expand] Extra fields to fetch.
|
|
189
|
-
* @param {string} [filters]
|
|
186
|
+
* @param {string} [filters]
|
|
190
187
|
* @param {*} [options] Override http request option.
|
|
191
188
|
* @throws {RequiredError}
|
|
192
189
|
*/
|
|
@@ -287,7 +284,7 @@ export const InsuredObjectsApiFp = function(configuration?: Configuration) {
|
|
|
287
284
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
288
285
|
},
|
|
289
286
|
/**
|
|
290
|
-
* Retrieves the details of the insured object that was previously created.
|
|
287
|
+
* Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
|
|
291
288
|
* @summary Retrieve the insured object
|
|
292
289
|
* @param {number} id
|
|
293
290
|
* @param {string} [authorization] Bearer Token
|
|
@@ -300,7 +297,7 @@ export const InsuredObjectsApiFp = function(configuration?: Configuration) {
|
|
|
300
297
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
301
298
|
},
|
|
302
299
|
/**
|
|
303
|
-
* Returns a list of insured objects you have previously created.
|
|
300
|
+
* Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
304
301
|
* @summary List insured objects
|
|
305
302
|
* @param {string} [authorization] Bearer Token
|
|
306
303
|
* @param {number} [pageSize] Page size.
|
|
@@ -309,7 +306,7 @@ export const InsuredObjectsApiFp = function(configuration?: Configuration) {
|
|
|
309
306
|
* @param {string} [search] Search query.
|
|
310
307
|
* @param {string} [order] Ordering criteria.
|
|
311
308
|
* @param {string} [expand] Extra fields to fetch.
|
|
312
|
-
* @param {string} [filters]
|
|
309
|
+
* @param {string} [filters]
|
|
313
310
|
* @param {*} [options] Override http request option.
|
|
314
311
|
* @throws {RequiredError}
|
|
315
312
|
*/
|
|
@@ -350,7 +347,7 @@ export const InsuredObjectsApiFactory = function (configuration?: Configuration,
|
|
|
350
347
|
return localVarFp.deleteInsuredObject(id, authorization, options).then((request) => request(axios, basePath));
|
|
351
348
|
},
|
|
352
349
|
/**
|
|
353
|
-
* Retrieves the details of the insured object that was previously created.
|
|
350
|
+
* Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
|
|
354
351
|
* @summary Retrieve the insured object
|
|
355
352
|
* @param {number} id
|
|
356
353
|
* @param {string} [authorization] Bearer Token
|
|
@@ -362,7 +359,7 @@ export const InsuredObjectsApiFactory = function (configuration?: Configuration,
|
|
|
362
359
|
return localVarFp.getInsuredObject(id, authorization, expand, options).then((request) => request(axios, basePath));
|
|
363
360
|
},
|
|
364
361
|
/**
|
|
365
|
-
* Returns a list of insured objects you have previously created.
|
|
362
|
+
* Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
366
363
|
* @summary List insured objects
|
|
367
364
|
* @param {string} [authorization] Bearer Token
|
|
368
365
|
* @param {number} [pageSize] Page size.
|
|
@@ -371,7 +368,7 @@ export const InsuredObjectsApiFactory = function (configuration?: Configuration,
|
|
|
371
368
|
* @param {string} [search] Search query.
|
|
372
369
|
* @param {string} [order] Ordering criteria.
|
|
373
370
|
* @param {string} [expand] Extra fields to fetch.
|
|
374
|
-
* @param {string} [filters]
|
|
371
|
+
* @param {string} [filters]
|
|
375
372
|
* @param {*} [options] Override http request option.
|
|
376
373
|
* @throws {RequiredError}
|
|
377
374
|
*/
|
|
@@ -507,7 +504,7 @@ export interface InsuredObjectsApiListInsuredObjectsRequest {
|
|
|
507
504
|
readonly expand?: string
|
|
508
505
|
|
|
509
506
|
/**
|
|
510
|
-
*
|
|
507
|
+
*
|
|
511
508
|
* @type {string}
|
|
512
509
|
* @memberof InsuredObjectsApiListInsuredObjects
|
|
513
510
|
*/
|
|
@@ -546,7 +543,7 @@ export class InsuredObjectsApi extends BaseAPI {
|
|
|
546
543
|
}
|
|
547
544
|
|
|
548
545
|
/**
|
|
549
|
-
* Retrieves the details of the insured object that was previously created.
|
|
546
|
+
* Retrieves the details of the insured object that was previously created. Supply the unique insured object id that was returned when you created it and Emil Api will return the corresponding insured object information.
|
|
550
547
|
* @summary Retrieve the insured object
|
|
551
548
|
* @param {InsuredObjectsApiGetInsuredObjectRequest} requestParameters Request parameters.
|
|
552
549
|
* @param {*} [options] Override http request option.
|
|
@@ -558,7 +555,7 @@ export class InsuredObjectsApi extends BaseAPI {
|
|
|
558
555
|
}
|
|
559
556
|
|
|
560
557
|
/**
|
|
561
|
-
* Returns a list of insured objects you have previously created.
|
|
558
|
+
* Returns a list of insured objects you have previously created. The insured objects are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
562
559
|
* @summary List insured objects
|
|
563
560
|
* @param {InsuredObjectsApiListInsuredObjectsRequest} requestParameters Request parameters.
|
|
564
561
|
* @param {*} [options] Override http request option.
|
package/api/lead-statuses-api.ts
CHANGED
|
@@ -129,7 +129,7 @@ export const LeadStatusesApiAxiosParamCreator = function (configuration?: Config
|
|
|
129
129
|
};
|
|
130
130
|
},
|
|
131
131
|
/**
|
|
132
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
132
|
+
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
|
|
133
133
|
* @summary Retrieve the lead status
|
|
134
134
|
* @param {number} id
|
|
135
135
|
* @param {string} [authorization] Bearer Token
|
|
@@ -174,7 +174,7 @@ export const LeadStatusesApiAxiosParamCreator = function (configuration?: Config
|
|
|
174
174
|
};
|
|
175
175
|
},
|
|
176
176
|
/**
|
|
177
|
-
* Returns a list of lead statuses you have previously created.
|
|
177
|
+
* Returns a list of lead statuses you have previously created. The lead statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
178
178
|
* @summary List lead statuses
|
|
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.
|
|
@@ -284,7 +284,7 @@ export const LeadStatusesApiFp = function(configuration?: Configuration) {
|
|
|
284
284
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
285
285
|
},
|
|
286
286
|
/**
|
|
287
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
287
|
+
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
|
|
288
288
|
* @summary Retrieve the lead status
|
|
289
289
|
* @param {number} id
|
|
290
290
|
* @param {string} [authorization] Bearer Token
|
|
@@ -296,7 +296,7 @@ export const LeadStatusesApiFp = function(configuration?: Configuration) {
|
|
|
296
296
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
297
297
|
},
|
|
298
298
|
/**
|
|
299
|
-
* Returns a list of lead statuses you have previously created.
|
|
299
|
+
* Returns a list of lead statuses you have previously created. The lead statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
300
300
|
* @summary List lead statuses
|
|
301
301
|
* @param {string} [authorization] Bearer Token
|
|
302
302
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -346,7 +346,7 @@ export const LeadStatusesApiFactory = function (configuration?: Configuration, b
|
|
|
346
346
|
return localVarFp.deleteLeadStatus(id, authorization, options).then((request) => request(axios, basePath));
|
|
347
347
|
},
|
|
348
348
|
/**
|
|
349
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
349
|
+
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
|
|
350
350
|
* @summary Retrieve the lead status
|
|
351
351
|
* @param {number} id
|
|
352
352
|
* @param {string} [authorization] Bearer Token
|
|
@@ -357,7 +357,7 @@ export const LeadStatusesApiFactory = function (configuration?: Configuration, b
|
|
|
357
357
|
return localVarFp.getLeadStatus(id, authorization, options).then((request) => request(axios, basePath));
|
|
358
358
|
},
|
|
359
359
|
/**
|
|
360
|
-
* Returns a list of lead statuses you have previously created.
|
|
360
|
+
* Returns a list of lead statuses you have previously created. The lead statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
361
361
|
* @summary List lead statuses
|
|
362
362
|
* @param {string} [authorization] Bearer Token
|
|
363
363
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -534,7 +534,7 @@ export class LeadStatusesApi extends BaseAPI {
|
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
537
|
+
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code that was returned when you created it and Emil Api will return the corresponding lead status information.
|
|
538
538
|
* @summary Retrieve the lead status
|
|
539
539
|
* @param {LeadStatusesApiGetLeadStatusRequest} requestParameters Request parameters.
|
|
540
540
|
* @param {*} [options] Override http request option.
|
|
@@ -546,7 +546,7 @@ export class LeadStatusesApi extends BaseAPI {
|
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
/**
|
|
549
|
-
* Returns a list of lead statuses you have previously created.
|
|
549
|
+
* Returns a list of lead statuses you have previously created. The lead statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
550
550
|
* @summary List lead statuses
|
|
551
551
|
* @param {LeadStatusesApiListLeadStatusesRequest} requestParameters Request parameters.
|
|
552
552
|
* @param {*} [options] Override http request option.
|
package/api/lead-versions-api.ts
CHANGED
|
@@ -31,7 +31,7 @@ import { ListLeadVersionsResponseClass } from '../models';
|
|
|
31
31
|
export const LeadVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
34
|
+
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
|
|
35
35
|
* @summary Retrieve the lead version
|
|
36
36
|
* @param {string} code
|
|
37
37
|
* @param {number} version
|
|
@@ -80,7 +80,7 @@ export const LeadVersionsApiAxiosParamCreator = function (configuration?: Config
|
|
|
80
80
|
};
|
|
81
81
|
},
|
|
82
82
|
/**
|
|
83
|
-
* Returns a list of lead versions you have previously created.
|
|
83
|
+
* Returns a list of lead versions you have previously created. The lead 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 lead versions
|
|
85
85
|
* @param {string} code
|
|
86
86
|
* @param {string} [authorization] Bearer Token
|
|
@@ -170,7 +170,7 @@ export const LeadVersionsApiFp = function(configuration?: Configuration) {
|
|
|
170
170
|
const localVarAxiosParamCreator = LeadVersionsApiAxiosParamCreator(configuration)
|
|
171
171
|
return {
|
|
172
172
|
/**
|
|
173
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
173
|
+
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
|
|
174
174
|
* @summary Retrieve the lead version
|
|
175
175
|
* @param {string} code
|
|
176
176
|
* @param {number} version
|
|
@@ -183,7 +183,7 @@ export const LeadVersionsApiFp = function(configuration?: Configuration) {
|
|
|
183
183
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
|
-
* Returns a list of lead versions you have previously created.
|
|
186
|
+
* Returns a list of lead versions you have previously created. The lead 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 lead versions
|
|
188
188
|
* @param {string} code
|
|
189
189
|
* @param {string} [authorization] Bearer Token
|
|
@@ -212,7 +212,7 @@ export const LeadVersionsApiFactory = function (configuration?: Configuration, b
|
|
|
212
212
|
const localVarFp = LeadVersionsApiFp(configuration)
|
|
213
213
|
return {
|
|
214
214
|
/**
|
|
215
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
215
|
+
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
|
|
216
216
|
* @summary Retrieve the lead version
|
|
217
217
|
* @param {string} code
|
|
218
218
|
* @param {number} version
|
|
@@ -224,7 +224,7 @@ export const LeadVersionsApiFactory = function (configuration?: Configuration, b
|
|
|
224
224
|
return localVarFp.getLeadVersion(code, version, authorization, options).then((request) => request(axios, basePath));
|
|
225
225
|
},
|
|
226
226
|
/**
|
|
227
|
-
* Returns a list of lead versions you have previously created.
|
|
227
|
+
* Returns a list of lead versions you have previously created. The lead 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 lead versions
|
|
229
229
|
* @param {string} code
|
|
230
230
|
* @param {string} [authorization] Bearer Token
|
|
@@ -350,7 +350,7 @@ export interface LeadVersionsApiListLeadVersionsRequest {
|
|
|
350
350
|
*/
|
|
351
351
|
export class LeadVersionsApi extends BaseAPI {
|
|
352
352
|
/**
|
|
353
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
353
|
+
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code that was returned when you created it and Emil Api will return the corresponding lead version information.
|
|
354
354
|
* @summary Retrieve the lead version
|
|
355
355
|
* @param {LeadVersionsApiGetLeadVersionRequest} requestParameters Request parameters.
|
|
356
356
|
* @param {*} [options] Override http request option.
|
|
@@ -362,7 +362,7 @@ export class LeadVersionsApi extends BaseAPI {
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
|
-
* Returns a list of lead versions you have previously created.
|
|
365
|
+
* Returns a list of lead versions you have previously created. The lead 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 lead versions
|
|
367
367
|
* @param {LeadVersionsApiListLeadVersionsRequest} requestParameters Request parameters.
|
|
368
368
|
* @param {*} [options] Override http request option.
|
package/api/leads-api.ts
CHANGED
|
@@ -233,7 +233,7 @@ export const LeadsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
233
233
|
};
|
|
234
234
|
},
|
|
235
235
|
/**
|
|
236
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
236
|
+
* Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
|
|
237
237
|
* @summary Retrieve the lead
|
|
238
238
|
* @param {string} code Unique identifier for the object.
|
|
239
239
|
* @param {string} [authorization] Bearer Token
|
|
@@ -283,7 +283,7 @@ export const LeadsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
283
283
|
};
|
|
284
284
|
},
|
|
285
285
|
/**
|
|
286
|
-
* Returns a list of leads you have previously created.
|
|
286
|
+
* Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
287
287
|
* @summary List leads
|
|
288
288
|
* @param {string} [authorization] Bearer Token
|
|
289
289
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -570,7 +570,7 @@ export const LeadsApiFp = function(configuration?: Configuration) {
|
|
|
570
570
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
571
571
|
},
|
|
572
572
|
/**
|
|
573
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
573
|
+
* Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
|
|
574
574
|
* @summary Retrieve the lead
|
|
575
575
|
* @param {string} code Unique identifier for the object.
|
|
576
576
|
* @param {string} [authorization] Bearer Token
|
|
@@ -583,7 +583,7 @@ export const LeadsApiFp = function(configuration?: Configuration) {
|
|
|
583
583
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
584
584
|
},
|
|
585
585
|
/**
|
|
586
|
-
* Returns a list of leads you have previously created.
|
|
586
|
+
* Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
587
587
|
* @summary List leads
|
|
588
588
|
* @param {string} [authorization] Bearer Token
|
|
589
589
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -694,7 +694,7 @@ export const LeadsApiFactory = function (configuration?: Configuration, basePath
|
|
|
694
694
|
return localVarFp.deleteLead(code, authorization, options).then((request) => request(axios, basePath));
|
|
695
695
|
},
|
|
696
696
|
/**
|
|
697
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
697
|
+
* Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
|
|
698
698
|
* @summary Retrieve the lead
|
|
699
699
|
* @param {string} code Unique identifier for the object.
|
|
700
700
|
* @param {string} [authorization] Bearer Token
|
|
@@ -706,7 +706,7 @@ export const LeadsApiFactory = function (configuration?: Configuration, basePath
|
|
|
706
706
|
return localVarFp.getLead(code, authorization, expand, options).then((request) => request(axios, basePath));
|
|
707
707
|
},
|
|
708
708
|
/**
|
|
709
|
-
* Returns a list of leads you have previously created.
|
|
709
|
+
* Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
710
710
|
* @summary List leads
|
|
711
711
|
* @param {string} [authorization] Bearer Token
|
|
712
712
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -1076,7 +1076,7 @@ export class LeadsApi extends BaseAPI {
|
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
1078
|
/**
|
|
1079
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
1079
|
+
* Retrieves the details of the lead that was previously created. Supply the unique lead code that was returned when you created it and Emil Api will return the corresponding lead information.
|
|
1080
1080
|
* @summary Retrieve the lead
|
|
1081
1081
|
* @param {LeadsApiGetLeadRequest} requestParameters Request parameters.
|
|
1082
1082
|
* @param {*} [options] Override http request option.
|
|
@@ -1088,7 +1088,7 @@ export class LeadsApi extends BaseAPI {
|
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
1090
|
/**
|
|
1091
|
-
* Returns a list of leads you have previously created.
|
|
1091
|
+
* Returns a list of leads you have previously created. The leads are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
1092
1092
|
* @summary List leads
|
|
1093
1093
|
* @param {LeadsApiListLeadsRequest} requestParameters Request parameters.
|
|
1094
1094
|
* @param {*} [options] Override http request option.
|
package/api/named-ranges-api.ts
CHANGED
|
@@ -205,7 +205,7 @@ export const NamedRangesApiAxiosParamCreator = function (configuration?: Configu
|
|
|
205
205
|
};
|
|
206
206
|
},
|
|
207
207
|
/**
|
|
208
|
-
* Retrieves the details of the named range that was previously created.
|
|
208
|
+
* Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
|
|
209
209
|
* @summary Retrieve the named range
|
|
210
210
|
* @param {number} id
|
|
211
211
|
* @param {string} [authorization] Bearer Token
|
|
@@ -250,7 +250,7 @@ export const NamedRangesApiAxiosParamCreator = function (configuration?: Configu
|
|
|
250
250
|
};
|
|
251
251
|
},
|
|
252
252
|
/**
|
|
253
|
-
* Returns a list of named ranges you have previously created.
|
|
253
|
+
* Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
254
254
|
* @summary List named ranges
|
|
255
255
|
* @param {string} [authorization] Bearer Token
|
|
256
256
|
* @param {number} [pageSize] Page size.
|
|
@@ -259,7 +259,7 @@ export const NamedRangesApiAxiosParamCreator = function (configuration?: Configu
|
|
|
259
259
|
* @param {string} [search] Search query.
|
|
260
260
|
* @param {string} [order] Ordering criteria.
|
|
261
261
|
* @param {string} [expand] Extra fields to fetch.
|
|
262
|
-
* @param {string} [filters]
|
|
262
|
+
* @param {string} [filters]
|
|
263
263
|
* @param {*} [options] Override http request option.
|
|
264
264
|
* @throws {RequiredError}
|
|
265
265
|
*/
|
|
@@ -428,7 +428,7 @@ export const NamedRangesApiFp = function(configuration?: Configuration) {
|
|
|
428
428
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
429
429
|
},
|
|
430
430
|
/**
|
|
431
|
-
* Retrieves the details of the named range that was previously created.
|
|
431
|
+
* Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
|
|
432
432
|
* @summary Retrieve the named range
|
|
433
433
|
* @param {number} id
|
|
434
434
|
* @param {string} [authorization] Bearer Token
|
|
@@ -440,7 +440,7 @@ export const NamedRangesApiFp = function(configuration?: Configuration) {
|
|
|
440
440
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
441
441
|
},
|
|
442
442
|
/**
|
|
443
|
-
* Returns a list of named ranges you have previously created.
|
|
443
|
+
* Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
444
444
|
* @summary List named ranges
|
|
445
445
|
* @param {string} [authorization] Bearer Token
|
|
446
446
|
* @param {number} [pageSize] Page size.
|
|
@@ -449,7 +449,7 @@ export const NamedRangesApiFp = function(configuration?: Configuration) {
|
|
|
449
449
|
* @param {string} [search] Search query.
|
|
450
450
|
* @param {string} [order] Ordering criteria.
|
|
451
451
|
* @param {string} [expand] Extra fields to fetch.
|
|
452
|
-
* @param {string} [filters]
|
|
452
|
+
* @param {string} [filters]
|
|
453
453
|
* @param {*} [options] Override http request option.
|
|
454
454
|
* @throws {RequiredError}
|
|
455
455
|
*/
|
|
@@ -519,7 +519,7 @@ export const NamedRangesApiFactory = function (configuration?: Configuration, ba
|
|
|
519
519
|
return localVarFp.filterNamedRanges(code, authorization, pageSize, pageToken, filters, search, order, options).then((request) => request(axios, basePath));
|
|
520
520
|
},
|
|
521
521
|
/**
|
|
522
|
-
* Retrieves the details of the named range that was previously created.
|
|
522
|
+
* Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
|
|
523
523
|
* @summary Retrieve the named range
|
|
524
524
|
* @param {number} id
|
|
525
525
|
* @param {string} [authorization] Bearer Token
|
|
@@ -530,7 +530,7 @@ export const NamedRangesApiFactory = function (configuration?: Configuration, ba
|
|
|
530
530
|
return localVarFp.getNamedRange(id, authorization, options).then((request) => request(axios, basePath));
|
|
531
531
|
},
|
|
532
532
|
/**
|
|
533
|
-
* Returns a list of named ranges you have previously created.
|
|
533
|
+
* Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
534
534
|
* @summary List named ranges
|
|
535
535
|
* @param {string} [authorization] Bearer Token
|
|
536
536
|
* @param {number} [pageSize] Page size.
|
|
@@ -539,7 +539,7 @@ export const NamedRangesApiFactory = function (configuration?: Configuration, ba
|
|
|
539
539
|
* @param {string} [search] Search query.
|
|
540
540
|
* @param {string} [order] Ordering criteria.
|
|
541
541
|
* @param {string} [expand] Extra fields to fetch.
|
|
542
|
-
* @param {string} [filters]
|
|
542
|
+
* @param {string} [filters]
|
|
543
543
|
* @param {*} [options] Override http request option.
|
|
544
544
|
* @throws {RequiredError}
|
|
545
545
|
*/
|
|
@@ -736,7 +736,7 @@ export interface NamedRangesApiListNamedRangesRequest {
|
|
|
736
736
|
readonly expand?: string
|
|
737
737
|
|
|
738
738
|
/**
|
|
739
|
-
*
|
|
739
|
+
*
|
|
740
740
|
* @type {string}
|
|
741
741
|
* @memberof NamedRangesApiListNamedRanges
|
|
742
742
|
*/
|
|
@@ -815,7 +815,7 @@ export class NamedRangesApi extends BaseAPI {
|
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
/**
|
|
818
|
-
* Retrieves the details of the named range that was previously created.
|
|
818
|
+
* Retrieves the details of the named range that was previously created. Supply the unique named range id that was returned when you created it and Emil Api will return the corresponding named range information.
|
|
819
819
|
* @summary Retrieve the named range
|
|
820
820
|
* @param {NamedRangesApiGetNamedRangeRequest} requestParameters Request parameters.
|
|
821
821
|
* @param {*} [options] Override http request option.
|
|
@@ -827,7 +827,7 @@ export class NamedRangesApi extends BaseAPI {
|
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
/**
|
|
830
|
-
* Returns a list of named ranges you have previously created.
|
|
830
|
+
* Returns a list of named ranges you have previously created. The named ranges are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
831
831
|
* @summary List named ranges
|
|
832
832
|
* @param {NamedRangesApiListNamedRangesRequest} requestParameters Request parameters.
|
|
833
833
|
* @param {*} [options] Override http request option.
|