@emilgroup/insurance-sdk-node 1.53.0 → 1.54.0
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 +5 -0
- package/README.md +2 -2
- package/api/booking-funnel-versions-api.ts +4 -4
- package/api/booking-funnels-api.ts +20 -12
- package/api/commission-agreement-products-api.ts +8 -8
- package/api/commission-agreement-versions-api.ts +8 -8
- package/api/commission-agreements-api.ts +8 -8
- package/api/commission-recipients-api.ts +8 -8
- package/api/emil-functions-api.ts +8 -8
- package/api/lead-statuses-api.ts +4 -4
- package/api/lead-versions-api.ts +4 -4
- package/api/leads-api.ts +4 -4
- package/api/partner-links-api.ts +4 -4
- package/api/partner-roles-api.ts +4 -4
- package/api/policies-api.ts +16 -16
- package/api/products-api.ts +8 -8
- package/api/status-transition-rules-api.ts +4 -4
- package/base.ts +15 -7
- package/dist/api/booking-funnel-versions-api.d.ts +4 -4
- package/dist/api/booking-funnel-versions-api.js +4 -4
- package/dist/api/booking-funnels-api.d.ts +20 -16
- package/dist/api/booking-funnels-api.js +4 -4
- package/dist/api/commission-agreement-products-api.d.ts +8 -8
- package/dist/api/commission-agreement-products-api.js +7 -7
- package/dist/api/commission-agreement-versions-api.d.ts +8 -8
- package/dist/api/commission-agreement-versions-api.js +7 -7
- package/dist/api/commission-agreements-api.d.ts +8 -8
- package/dist/api/commission-agreements-api.js +7 -7
- package/dist/api/commission-recipients-api.d.ts +8 -8
- package/dist/api/commission-recipients-api.js +7 -7
- package/dist/api/emil-functions-api.d.ts +8 -8
- package/dist/api/emil-functions-api.js +8 -8
- package/dist/api/lead-statuses-api.d.ts +4 -4
- package/dist/api/lead-statuses-api.js +4 -4
- package/dist/api/lead-versions-api.d.ts +4 -4
- package/dist/api/lead-versions-api.js +4 -4
- package/dist/api/leads-api.d.ts +4 -4
- package/dist/api/leads-api.js +4 -4
- package/dist/api/partner-links-api.d.ts +4 -4
- package/dist/api/partner-links-api.js +3 -3
- package/dist/api/partner-roles-api.d.ts +4 -4
- package/dist/api/partner-roles-api.js +4 -4
- package/dist/api/policies-api.d.ts +16 -16
- package/dist/api/policies-api.js +14 -14
- package/dist/api/products-api.d.ts +8 -8
- package/dist/api/products-api.js +8 -8
- package/dist/api/status-transition-rules-api.d.ts +4 -4
- package/dist/api/status-transition-rules-api.js +4 -4
- package/dist/base.d.ts +3 -1
- package/dist/base.js +27 -20
- package/dist/models/booking-funnel-class.d.ts +12 -0
- package/dist/models/commission-agreement-class.d.ts +12 -0
- package/dist/models/commission-agreement-item-class.d.ts +12 -0
- package/dist/models/commission-agreement-product-class.d.ts +12 -0
- package/dist/models/commission-agreement-version-class.d.ts +12 -0
- package/dist/models/commission-recipient-class.d.ts +12 -0
- package/dist/models/create-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/create-booking-funnel-response-class.js +15 -0
- package/dist/models/create-dummy-policy-request-dto.d.ts +6 -0
- package/dist/models/create-lead-request-dto.d.ts +4 -9
- package/dist/models/emil-function-class.d.ts +12 -0
- package/dist/models/get-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/get-booking-funnel-response-class.js +15 -0
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/dist/models/insured-object-class.d.ts +12 -0
- package/dist/models/insured-object-type-class.d.ts +12 -0
- package/dist/models/lead-class.d.ts +12 -0
- package/dist/models/lead-status-class.d.ts +12 -0
- package/dist/models/link-lead-partner-request-dto.d.ts +36 -0
- package/dist/models/link-lead-partner-request-dto.js +15 -0
- package/dist/models/list-named-ranges-response-class.d.ts +3 -2
- package/dist/models/named-range-class.d.ts +12 -0
- package/dist/models/partner-link-class.d.ts +12 -0
- package/dist/models/partner-role-class.d.ts +12 -0
- package/dist/models/patch-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/patch-booking-funnel-response-class.js +15 -0
- package/dist/models/policy-class.d.ts +12 -0
- package/dist/models/policy-object-class.d.ts +12 -0
- package/dist/models/policy-premium-class.d.ts +12 -0
- package/dist/models/policy-premium-item-class.d.ts +12 -0
- package/dist/models/policy-version-class.d.ts +12 -0
- package/dist/models/premium-formula-class.d.ts +12 -0
- package/dist/models/product-class.d.ts +12 -0
- package/dist/models/product-factor-class.d.ts +12 -0
- package/dist/models/product-factor-for-version-class.d.ts +12 -0
- package/dist/models/product-factor-value-class.d.ts +12 -0
- package/dist/models/product-field-class.d.ts +12 -0
- package/dist/models/product-field-type-class.d.ts +12 -0
- package/dist/models/product-version-class.d.ts +12 -0
- package/dist/models/shared-product-field-class.d.ts +12 -0
- package/dist/models/status-transition-rule-class.d.ts +12 -0
- package/dist/models/timeslice-class.d.ts +12 -0
- package/dist/models/update-booking-funnel-response-class.d.ts +25 -0
- package/dist/models/update-booking-funnel-response-class.js +15 -0
- package/models/booking-funnel-class.ts +12 -0
- package/models/commission-agreement-class.ts +12 -0
- package/models/commission-agreement-item-class.ts +12 -0
- package/models/commission-agreement-product-class.ts +12 -0
- package/models/commission-agreement-version-class.ts +12 -0
- package/models/commission-recipient-class.ts +12 -0
- package/models/create-booking-funnel-response-class.ts +31 -0
- package/models/create-dummy-policy-request-dto.ts +6 -0
- package/models/create-lead-request-dto.ts +4 -9
- package/models/emil-function-class.ts +12 -0
- package/models/get-booking-funnel-response-class.ts +31 -0
- package/models/index.ts +5 -0
- package/models/insured-object-class.ts +12 -0
- package/models/insured-object-type-class.ts +12 -0
- package/models/lead-class.ts +12 -0
- package/models/lead-status-class.ts +12 -0
- package/models/link-lead-partner-request-dto.ts +42 -0
- package/models/list-named-ranges-response-class.ts +3 -2
- package/models/named-range-class.ts +12 -0
- package/models/partner-link-class.ts +12 -0
- package/models/partner-role-class.ts +12 -0
- package/models/patch-booking-funnel-response-class.ts +31 -0
- package/models/policy-class.ts +12 -0
- package/models/policy-object-class.ts +12 -0
- package/models/policy-premium-class.ts +12 -0
- package/models/policy-premium-item-class.ts +12 -0
- package/models/policy-version-class.ts +12 -0
- package/models/premium-formula-class.ts +12 -0
- package/models/product-class.ts +12 -0
- package/models/product-factor-class.ts +12 -0
- package/models/product-factor-for-version-class.ts +12 -0
- package/models/product-factor-value-class.ts +12 -0
- package/models/product-field-class.ts +12 -0
- package/models/product-field-type-class.ts +12 -0
- package/models/product-version-class.ts +12 -0
- package/models/shared-product-field-class.ts +12 -0
- package/models/status-transition-rule-class.ts +12 -0
- package/models/timeslice-class.ts +12 -0
- package/models/update-booking-funnel-response-class.ts +31 -0
- package/package.json +1 -1
|
@@ -286,7 +286,7 @@ export const EmilFunctionsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
286
286
|
};
|
|
287
287
|
},
|
|
288
288
|
/**
|
|
289
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
289
|
+
* 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.
|
|
290
290
|
* @summary Retrieve the Emil function
|
|
291
291
|
* @param {number} id
|
|
292
292
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -331,7 +331,7 @@ export const EmilFunctionsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
331
331
|
};
|
|
332
332
|
},
|
|
333
333
|
/**
|
|
334
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
334
|
+
* 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.
|
|
335
335
|
* @summary Retrieve the Emil function secret
|
|
336
336
|
* @param {string} name
|
|
337
337
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -666,7 +666,7 @@ export const EmilFunctionsApiFp = function(configuration?: Configuration) {
|
|
|
666
666
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
667
667
|
},
|
|
668
668
|
/**
|
|
669
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
669
|
+
* 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.
|
|
670
670
|
* @summary Retrieve the Emil function
|
|
671
671
|
* @param {number} id
|
|
672
672
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -678,7 +678,7 @@ export const EmilFunctionsApiFp = function(configuration?: Configuration) {
|
|
|
678
678
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
679
679
|
},
|
|
680
680
|
/**
|
|
681
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
681
|
+
* 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.
|
|
682
682
|
* @summary Retrieve the Emil function secret
|
|
683
683
|
* @param {string} name
|
|
684
684
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -811,7 +811,7 @@ export const EmilFunctionsApiFactory = function (configuration?: Configuration,
|
|
|
811
811
|
return localVarFp.executeEmilFunction(slug, executeEmilFunctionRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
812
812
|
},
|
|
813
813
|
/**
|
|
814
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
814
|
+
* 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.
|
|
815
815
|
* @summary Retrieve the Emil function
|
|
816
816
|
* @param {number} id
|
|
817
817
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -822,7 +822,7 @@ export const EmilFunctionsApiFactory = function (configuration?: Configuration,
|
|
|
822
822
|
return localVarFp.getEmilFunction(id, authorization, options).then((request) => request(axios, basePath));
|
|
823
823
|
},
|
|
824
824
|
/**
|
|
825
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
825
|
+
* 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.
|
|
826
826
|
* @summary Retrieve the Emil function secret
|
|
827
827
|
* @param {string} name
|
|
828
828
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -1241,7 +1241,7 @@ export class EmilFunctionsApi extends BaseAPI {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
|
|
1243
1243
|
/**
|
|
1244
|
-
* Retrieves the details of the Emil function that was previously created. Supply the unique Emil function code
|
|
1244
|
+
* 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.
|
|
1245
1245
|
* @summary Retrieve the Emil function
|
|
1246
1246
|
* @param {EmilFunctionsApiGetEmilFunctionRequest} requestParameters Request parameters.
|
|
1247
1247
|
* @param {*} [options] Override http request option.
|
|
@@ -1253,7 +1253,7 @@ export class EmilFunctionsApi extends BaseAPI {
|
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
1255
|
/**
|
|
1256
|
-
* Retrieves the details of the Emil function secret that was previously created. Supply the unique Emil function secret code
|
|
1256
|
+
* 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.
|
|
1257
1257
|
* @summary Retrieve the Emil function secret
|
|
1258
1258
|
* @param {EmilFunctionsApiGetEmilFunctionSecretRequest} requestParameters Request parameters.
|
|
1259
1259
|
* @param {*} [options] Override http request option.
|
package/api/lead-statuses-api.ts
CHANGED
|
@@ -133,7 +133,7 @@ export const LeadStatusesApiAxiosParamCreator = function (configuration?: Config
|
|
|
133
133
|
};
|
|
134
134
|
},
|
|
135
135
|
/**
|
|
136
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
136
|
+
* 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.
|
|
137
137
|
* @summary Retrieve the lead status
|
|
138
138
|
* @param {number} id
|
|
139
139
|
* @param {string} [authorization] Bearer Token
|
|
@@ -288,7 +288,7 @@ export const LeadStatusesApiFp = function(configuration?: Configuration) {
|
|
|
288
288
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
289
289
|
},
|
|
290
290
|
/**
|
|
291
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
291
|
+
* 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.
|
|
292
292
|
* @summary Retrieve the lead status
|
|
293
293
|
* @param {number} id
|
|
294
294
|
* @param {string} [authorization] Bearer Token
|
|
@@ -350,7 +350,7 @@ export const LeadStatusesApiFactory = function (configuration?: Configuration, b
|
|
|
350
350
|
return localVarFp.deleteLeadStatus(id, authorization, options).then((request) => request(axios, basePath));
|
|
351
351
|
},
|
|
352
352
|
/**
|
|
353
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
353
|
+
* 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.
|
|
354
354
|
* @summary Retrieve the lead status
|
|
355
355
|
* @param {number} id
|
|
356
356
|
* @param {string} [authorization] Bearer Token
|
|
@@ -538,7 +538,7 @@ export class LeadStatusesApi extends BaseAPI {
|
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
/**
|
|
541
|
-
* Retrieves the details of the lead status that was previously created. Supply the unique lead status code
|
|
541
|
+
* 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.
|
|
542
542
|
* @summary Retrieve the lead status
|
|
543
543
|
* @param {LeadStatusesApiGetLeadStatusRequest} requestParameters Request parameters.
|
|
544
544
|
* @param {*} [options] Override http request option.
|
package/api/lead-versions-api.ts
CHANGED
|
@@ -35,7 +35,7 @@ const FormData = require('form-data');
|
|
|
35
35
|
export const LeadVersionsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
36
36
|
return {
|
|
37
37
|
/**
|
|
38
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
38
|
+
* 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.
|
|
39
39
|
* @summary Retrieve the lead version
|
|
40
40
|
* @param {string} code
|
|
41
41
|
* @param {number} version
|
|
@@ -174,7 +174,7 @@ export const LeadVersionsApiFp = function(configuration?: Configuration) {
|
|
|
174
174
|
const localVarAxiosParamCreator = LeadVersionsApiAxiosParamCreator(configuration)
|
|
175
175
|
return {
|
|
176
176
|
/**
|
|
177
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
177
|
+
* 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.
|
|
178
178
|
* @summary Retrieve the lead version
|
|
179
179
|
* @param {string} code
|
|
180
180
|
* @param {number} version
|
|
@@ -216,7 +216,7 @@ export const LeadVersionsApiFactory = function (configuration?: Configuration, b
|
|
|
216
216
|
const localVarFp = LeadVersionsApiFp(configuration)
|
|
217
217
|
return {
|
|
218
218
|
/**
|
|
219
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
219
|
+
* 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.
|
|
220
220
|
* @summary Retrieve the lead version
|
|
221
221
|
* @param {string} code
|
|
222
222
|
* @param {number} version
|
|
@@ -354,7 +354,7 @@ export interface LeadVersionsApiListLeadVersionsRequest {
|
|
|
354
354
|
*/
|
|
355
355
|
export class LeadVersionsApi extends BaseAPI {
|
|
356
356
|
/**
|
|
357
|
-
* Retrieves the details of the lead version that was previously created. Supply the unique lead version code
|
|
357
|
+
* 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.
|
|
358
358
|
* @summary Retrieve the lead version
|
|
359
359
|
* @param {LeadVersionsApiGetLeadVersionRequest} requestParameters Request parameters.
|
|
360
360
|
* @param {*} [options] Override http request option.
|
package/api/leads-api.ts
CHANGED
|
@@ -290,7 +290,7 @@ export const LeadsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
290
290
|
};
|
|
291
291
|
},
|
|
292
292
|
/**
|
|
293
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
293
|
+
* 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.
|
|
294
294
|
* @summary Retrieve the lead
|
|
295
295
|
* @param {string} code Unique identifier for the object.
|
|
296
296
|
* @param {string} [authorization] Bearer Token
|
|
@@ -640,7 +640,7 @@ export const LeadsApiFp = function(configuration?: Configuration) {
|
|
|
640
640
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
641
641
|
},
|
|
642
642
|
/**
|
|
643
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
643
|
+
* 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.
|
|
644
644
|
* @summary Retrieve the lead
|
|
645
645
|
* @param {string} code Unique identifier for the object.
|
|
646
646
|
* @param {string} [authorization] Bearer Token
|
|
@@ -776,7 +776,7 @@ export const LeadsApiFactory = function (configuration?: Configuration, basePath
|
|
|
776
776
|
return localVarFp.deleteLead(code, authorization, options).then((request) => request(axios, basePath));
|
|
777
777
|
},
|
|
778
778
|
/**
|
|
779
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
779
|
+
* 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.
|
|
780
780
|
* @summary Retrieve the lead
|
|
781
781
|
* @param {string} code Unique identifier for the object.
|
|
782
782
|
* @param {string} [authorization] Bearer Token
|
|
@@ -1198,7 +1198,7 @@ export class LeadsApi extends BaseAPI {
|
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
1200
|
/**
|
|
1201
|
-
* Retrieves the details of the lead that was previously created. Supply the unique lead code
|
|
1201
|
+
* 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.
|
|
1202
1202
|
* @summary Retrieve the lead
|
|
1203
1203
|
* @param {LeadsApiGetLeadRequest} requestParameters Request parameters.
|
|
1204
1204
|
* @param {*} [options] Override http request option.
|
package/api/partner-links-api.ts
CHANGED
|
@@ -197,7 +197,7 @@ export const PartnerLinksApiAxiosParamCreator = function (configuration?: Config
|
|
|
197
197
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
198
198
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
199
199
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
200
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
200
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: role<i>
|
|
201
201
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
203
203
|
* @throws {RequiredError}
|
|
@@ -416,7 +416,7 @@ export const PartnerLinksApiFp = function(configuration?: Configuration) {
|
|
|
416
416
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
417
417
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
418
418
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
419
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
419
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: role<i>
|
|
420
420
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
421
421
|
* @param {*} [options] Override http request option.
|
|
422
422
|
* @throws {RequiredError}
|
|
@@ -503,7 +503,7 @@ export const PartnerLinksApiFactory = function (configuration?: Configuration, b
|
|
|
503
503
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
504
504
|
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
505
505
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, updatedAt</i>
|
|
506
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
506
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: role<i>
|
|
507
507
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, partnerRoleCode, policyCode, leadCode</i>
|
|
508
508
|
* @param {*} [options] Override http request option.
|
|
509
509
|
* @throws {RequiredError}
|
|
@@ -656,7 +656,7 @@ export interface PartnerLinksApiListPartnerLinksRequest {
|
|
|
656
656
|
readonly order?: string
|
|
657
657
|
|
|
658
658
|
/**
|
|
659
|
-
* Expand to fetch additional information about the list items.
|
|
659
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: role<i>
|
|
660
660
|
* @type {string}
|
|
661
661
|
* @memberof PartnerLinksApiListPartnerLinks
|
|
662
662
|
*/
|
package/api/partner-roles-api.ts
CHANGED
|
@@ -137,7 +137,7 @@ export const PartnerRolesApiAxiosParamCreator = function (configuration?: Config
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
-
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code
|
|
140
|
+
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code that was returned when you created it and Emil Api will return the corresponding partner role information.
|
|
141
141
|
* @summary Retrieve the partner role
|
|
142
142
|
* @param {string} code Unique identifier for the object.
|
|
143
143
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -343,7 +343,7 @@ export const PartnerRolesApiFp = function(configuration?: Configuration) {
|
|
|
343
343
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
344
344
|
},
|
|
345
345
|
/**
|
|
346
|
-
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code
|
|
346
|
+
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code that was returned when you created it and Emil Api will return the corresponding partner role information.
|
|
347
347
|
* @summary Retrieve the partner role
|
|
348
348
|
* @param {string} code Unique identifier for the object.
|
|
349
349
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -418,7 +418,7 @@ export const PartnerRolesApiFactory = function (configuration?: Configuration, b
|
|
|
418
418
|
return localVarFp.deletePartnerRole(code, authorization, options).then((request) => request(axios, basePath));
|
|
419
419
|
},
|
|
420
420
|
/**
|
|
421
|
-
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code
|
|
421
|
+
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code that was returned when you created it and Emil Api will return the corresponding partner role information.
|
|
422
422
|
* @summary Retrieve the partner role
|
|
423
423
|
* @param {string} code Unique identifier for the object.
|
|
424
424
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -646,7 +646,7 @@ export class PartnerRolesApi extends BaseAPI {
|
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
/**
|
|
649
|
-
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code
|
|
649
|
+
* Retrieves the details of the partner role that was previously created. Supply the unique partner role code that was returned when you created it and Emil Api will return the corresponding partner role information.
|
|
650
650
|
* @summary Retrieve the partner role
|
|
651
651
|
* @param {PartnerRolesApiGetPartnerRoleRequest} requestParameters Request parameters.
|
|
652
652
|
* @param {*} [options] Override http request option.
|
package/api/policies-api.ts
CHANGED
|
@@ -265,7 +265,7 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
265
265
|
};
|
|
266
266
|
},
|
|
267
267
|
/**
|
|
268
|
-
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code
|
|
268
|
+
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code that was returned when you created it and Emil Api will return the corresponding draft-policy information.
|
|
269
269
|
* @summary Retrieve the draft-policy
|
|
270
270
|
* @param {string} policyCode Unique identifier for the object.
|
|
271
271
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -315,7 +315,7 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
315
315
|
};
|
|
316
316
|
},
|
|
317
317
|
/**
|
|
318
|
-
* Retrieves the details of the policy that was previously created. Supply the unique policy code
|
|
318
|
+
* Retrieves the details of the policy that was previously created. Supply the unique policy code that was returned when you created it and Emil Api will return the corresponding policy information.
|
|
319
319
|
* @summary Retrieve the policy
|
|
320
320
|
* @param {string} code Unique identifier for the object.
|
|
321
321
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -423,7 +423,7 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
423
423
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData</i>
|
|
424
424
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
425
425
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
|
|
426
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
426
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
|
|
427
427
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData</i>
|
|
428
428
|
* @param {*} [options] Override http request option.
|
|
429
429
|
* @throws {RequiredError}
|
|
@@ -576,7 +576,7 @@ export const PoliciesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
576
576
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, policyId</i>
|
|
577
577
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
578
578
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyId, createdAt, updatedAt</i>
|
|
579
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
579
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: timelines, premiums, premiumItems, premiumFormulas<i>
|
|
580
580
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, policyId</i>
|
|
581
581
|
* @param {*} [options] Override http request option.
|
|
582
582
|
* @throws {RequiredError}
|
|
@@ -1013,7 +1013,7 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
|
|
|
1013
1013
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1014
1014
|
},
|
|
1015
1015
|
/**
|
|
1016
|
-
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code
|
|
1016
|
+
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code that was returned when you created it and Emil Api will return the corresponding draft-policy information.
|
|
1017
1017
|
* @summary Retrieve the draft-policy
|
|
1018
1018
|
* @param {string} policyCode Unique identifier for the object.
|
|
1019
1019
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -1026,7 +1026,7 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
|
|
|
1026
1026
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1027
1027
|
},
|
|
1028
1028
|
/**
|
|
1029
|
-
* Retrieves the details of the policy that was previously created. Supply the unique policy code
|
|
1029
|
+
* Retrieves the details of the policy that was previously created. Supply the unique policy code that was returned when you created it and Emil Api will return the corresponding policy information.
|
|
1030
1030
|
* @summary Retrieve the policy
|
|
1031
1031
|
* @param {string} code Unique identifier for the object.
|
|
1032
1032
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -1060,7 +1060,7 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
|
|
|
1060
1060
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData</i>
|
|
1061
1061
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1062
1062
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
|
|
1063
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
1063
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
|
|
1064
1064
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData</i>
|
|
1065
1065
|
* @param {*} [options] Override http request option.
|
|
1066
1066
|
* @throws {RequiredError}
|
|
@@ -1097,7 +1097,7 @@ export const PoliciesApiFp = function(configuration?: Configuration) {
|
|
|
1097
1097
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, policyId</i>
|
|
1098
1098
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1099
1099
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyId, createdAt, updatedAt</i>
|
|
1100
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
1100
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: timelines, premiums, premiumItems, premiumFormulas<i>
|
|
1101
1101
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, policyId</i>
|
|
1102
1102
|
* @param {*} [options] Override http request option.
|
|
1103
1103
|
* @throws {RequiredError}
|
|
@@ -1241,7 +1241,7 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
|
|
|
1241
1241
|
return localVarFp.deleteDraftPolicy(policyCode, authorization, options).then((request) => request(axios, basePath));
|
|
1242
1242
|
},
|
|
1243
1243
|
/**
|
|
1244
|
-
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code
|
|
1244
|
+
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code that was returned when you created it and Emil Api will return the corresponding draft-policy information.
|
|
1245
1245
|
* @summary Retrieve the draft-policy
|
|
1246
1246
|
* @param {string} policyCode Unique identifier for the object.
|
|
1247
1247
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -1253,7 +1253,7 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
|
|
|
1253
1253
|
return localVarFp.getDraftPolicy(policyCode, authorization, expand, options).then((request) => request(axios, basePath));
|
|
1254
1254
|
},
|
|
1255
1255
|
/**
|
|
1256
|
-
* Retrieves the details of the policy that was previously created. Supply the unique policy code
|
|
1256
|
+
* Retrieves the details of the policy that was previously created. Supply the unique policy code that was returned when you created it and Emil Api will return the corresponding policy information.
|
|
1257
1257
|
* @summary Retrieve the policy
|
|
1258
1258
|
* @param {string} code Unique identifier for the object.
|
|
1259
1259
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -1285,7 +1285,7 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
|
|
|
1285
1285
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData</i>
|
|
1286
1286
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1287
1287
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyNumber, createdAt, updatedAt, policyStartDate, productVersionId, productId</i>
|
|
1288
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
1288
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
|
|
1289
1289
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, leadCode, policyNumber, holder, policyStartDate, productSlug, productVersionId, productId, accountCode, productName, status, statuses, createdAt, policyData</i>
|
|
1290
1290
|
* @param {*} [options] Override http request option.
|
|
1291
1291
|
* @throws {RequiredError}
|
|
@@ -1320,7 +1320,7 @@ export const PoliciesApiFactory = function (configuration?: Configuration, baseP
|
|
|
1320
1320
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, policyId</i>
|
|
1321
1321
|
* @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
1322
1322
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, policyId, createdAt, updatedAt</i>
|
|
1323
|
-
* @param {string} [expand] Expand to fetch additional information about the list items.
|
|
1323
|
+
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: timelines, premiums, premiumItems, premiumFormulas<i>
|
|
1324
1324
|
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, policyId</i>
|
|
1325
1325
|
* @param {*} [options] Override http request option.
|
|
1326
1326
|
* @throws {RequiredError}
|
|
@@ -1634,7 +1634,7 @@ export interface PoliciesApiListPoliciesRequest {
|
|
|
1634
1634
|
readonly order?: string
|
|
1635
1635
|
|
|
1636
1636
|
/**
|
|
1637
|
-
* Expand to fetch additional information about the list items.
|
|
1637
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: versions, product, timelines, premiums, premiumItems, premiumFormulas, currentVersion, currentTimelines, currentPremiums, currentPremiumItems, currentPremiumFormulas, partnerLinks<i>
|
|
1638
1638
|
* @type {string}
|
|
1639
1639
|
* @memberof PoliciesApiListPolicies
|
|
1640
1640
|
*/
|
|
@@ -1767,7 +1767,7 @@ export interface PoliciesApiListPolicyVersionsRequest {
|
|
|
1767
1767
|
readonly order?: string
|
|
1768
1768
|
|
|
1769
1769
|
/**
|
|
1770
|
-
* Expand to fetch additional information about the list items.
|
|
1770
|
+
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: timelines, premiums, premiumItems, premiumFormulas<i>
|
|
1771
1771
|
* @type {string}
|
|
1772
1772
|
* @memberof PoliciesApiListPolicyVersions
|
|
1773
1773
|
*/
|
|
@@ -2005,7 +2005,7 @@ export class PoliciesApi extends BaseAPI {
|
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
2007
|
/**
|
|
2008
|
-
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code
|
|
2008
|
+
* Retrieves the details of the draft-policy that was previously created. Supply the unique draft-policy code that was returned when you created it and Emil Api will return the corresponding draft-policy information.
|
|
2009
2009
|
* @summary Retrieve the draft-policy
|
|
2010
2010
|
* @param {PoliciesApiGetDraftPolicyRequest} requestParameters Request parameters.
|
|
2011
2011
|
* @param {*} [options] Override http request option.
|
|
@@ -2017,7 +2017,7 @@ export class PoliciesApi extends BaseAPI {
|
|
|
2017
2017
|
}
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
|
-
* Retrieves the details of the policy that was previously created. Supply the unique policy code
|
|
2020
|
+
* Retrieves the details of the policy that was previously created. Supply the unique policy code that was returned when you created it and Emil Api will return the corresponding policy information.
|
|
2021
2021
|
* @summary Retrieve the policy
|
|
2022
2022
|
* @param {PoliciesApiGetPolicyRequest} requestParameters Request parameters.
|
|
2023
2023
|
* @param {*} [options] Override http request option.
|
package/api/products-api.ts
CHANGED
|
@@ -137,7 +137,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
140
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
141
141
|
* @summary Retrieve the product
|
|
142
142
|
* @param {string} code Unique identifier for the object.
|
|
143
143
|
* @param {number} id Unique identifier referencing the product.
|
|
@@ -201,7 +201,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
201
201
|
};
|
|
202
202
|
},
|
|
203
203
|
/**
|
|
204
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
204
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
205
205
|
* @summary Retrieve the product
|
|
206
206
|
* @param {number} id Unique identifier referencing the product.
|
|
207
207
|
* @param {string} code Unique identifier of the product that this object belongs to.
|
|
@@ -429,7 +429,7 @@ export const ProductsApiFp = function(configuration?: Configuration) {
|
|
|
429
429
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
430
430
|
},
|
|
431
431
|
/**
|
|
432
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
432
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
433
433
|
* @summary Retrieve the product
|
|
434
434
|
* @param {string} code Unique identifier for the object.
|
|
435
435
|
* @param {number} id Unique identifier referencing the product.
|
|
@@ -444,7 +444,7 @@ export const ProductsApiFp = function(configuration?: Configuration) {
|
|
|
444
444
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
445
445
|
},
|
|
446
446
|
/**
|
|
447
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
447
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
448
448
|
* @summary Retrieve the product
|
|
449
449
|
* @param {number} id Unique identifier referencing the product.
|
|
450
450
|
* @param {string} code Unique identifier of the product that this object belongs to.
|
|
@@ -522,7 +522,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP
|
|
|
522
522
|
return localVarFp.deleteProduct(id, authorization, options).then((request) => request(axios, basePath));
|
|
523
523
|
},
|
|
524
524
|
/**
|
|
525
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
525
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
526
526
|
* @summary Retrieve the product
|
|
527
527
|
* @param {string} code Unique identifier for the object.
|
|
528
528
|
* @param {number} id Unique identifier referencing the product.
|
|
@@ -536,7 +536,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP
|
|
|
536
536
|
return localVarFp.getProductByCode(code, id, slug, authorization, expand, options).then((request) => request(axios, basePath));
|
|
537
537
|
},
|
|
538
538
|
/**
|
|
539
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
539
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
540
540
|
* @summary Retrieve the product
|
|
541
541
|
* @param {number} id Unique identifier referencing the product.
|
|
542
542
|
* @param {string} code Unique identifier of the product that this object belongs to.
|
|
@@ -830,7 +830,7 @@ export class ProductsApi extends BaseAPI {
|
|
|
830
830
|
}
|
|
831
831
|
|
|
832
832
|
/**
|
|
833
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
833
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
834
834
|
* @summary Retrieve the product
|
|
835
835
|
* @param {ProductsApiGetProductByCodeRequest} requestParameters Request parameters.
|
|
836
836
|
* @param {*} [options] Override http request option.
|
|
@@ -842,7 +842,7 @@ export class ProductsApi extends BaseAPI {
|
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
/**
|
|
845
|
-
* Retrieves the details of the product that was previously created. Supply the unique product code
|
|
845
|
+
* Retrieves the details of the product that was previously created. Supply the unique product code that was returned when you created it and Emil Api will return the corresponding product information.
|
|
846
846
|
* @summary Retrieve the product
|
|
847
847
|
* @param {ProductsApiGetProductByIdentifierRequest} requestParameters Request parameters.
|
|
848
848
|
* @param {*} [options] Override http request option.
|
|
@@ -141,7 +141,7 @@ export const StatusTransitionRulesApiAxiosParamCreator = function (configuration
|
|
|
141
141
|
};
|
|
142
142
|
},
|
|
143
143
|
/**
|
|
144
|
-
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code
|
|
144
|
+
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
|
|
145
145
|
* @summary Retrieve the status transition rule
|
|
146
146
|
* @param {string} code Unique identifier for the object.
|
|
147
147
|
* @param {string} [authorization] Bearer Token
|
|
@@ -403,7 +403,7 @@ export const StatusTransitionRulesApiFp = function(configuration?: Configuration
|
|
|
403
403
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
404
404
|
},
|
|
405
405
|
/**
|
|
406
|
-
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code
|
|
406
|
+
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
|
|
407
407
|
* @summary Retrieve the status transition rule
|
|
408
408
|
* @param {string} code Unique identifier for the object.
|
|
409
409
|
* @param {string} [authorization] Bearer Token
|
|
@@ -492,7 +492,7 @@ export const StatusTransitionRulesApiFactory = function (configuration?: Configu
|
|
|
492
492
|
return localVarFp.deleteStatusTransitionRule(code, authorization, options).then((request) => request(axios, basePath));
|
|
493
493
|
},
|
|
494
494
|
/**
|
|
495
|
-
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code
|
|
495
|
+
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
|
|
496
496
|
* @summary Retrieve the status transition rule
|
|
497
497
|
* @param {string} code Unique identifier for the object.
|
|
498
498
|
* @param {string} [authorization] Bearer Token
|
|
@@ -768,7 +768,7 @@ export class StatusTransitionRulesApi extends BaseAPI {
|
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
/**
|
|
771
|
-
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code
|
|
771
|
+
* Retrieves the details of the status transition rule that was previously created. Supply the unique status transition rule code that was returned when you created it and Emil Api will return the corresponding status transition rule information.
|
|
772
772
|
* @summary Retrieve the status transition rule
|
|
773
773
|
* @param {StatusTransitionRulesApiGetStatusTransitionRuleRequest} requestParameters Request parameters.
|
|
774
774
|
* @param {*} [options] Override http request option.
|