@emilgroup/insurance-sdk-node 1.49.0 → 1.49.2-beta.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.
Files changed (182) hide show
  1. package/.openapi-generator/FILES +30 -8
  2. package/README.md +2 -2
  3. package/api/booking-funnel-versions-api.ts +8 -8
  4. package/api/booking-funnels-api.ts +12 -12
  5. package/api/emil-functions-api.ts +1314 -0
  6. package/api/insured-object-types-api.ts +4 -4
  7. package/api/insured-objects-api.ts +8 -8
  8. package/api/lead-statuses-api.ts +104 -20
  9. package/api/lead-versions-api.ts +8 -8
  10. package/api/leads-api.ts +8 -8
  11. package/api/named-ranges-api.ts +8 -8
  12. package/api/partner-links-api.ts +800 -0
  13. package/api/{policy-partner-roles-api.ts → partner-roles-api.ts} +180 -180
  14. package/api/policies-api.ts +116 -118
  15. package/api/premium-formulas-api.ts +8 -8
  16. package/api/product-factors-api.ts +8 -8
  17. package/api/product-fields-api.ts +119 -12
  18. package/api/product-versions-api.ts +4 -4
  19. package/api/products-api.ts +20 -20
  20. package/api/status-transition-rules-api.ts +8 -8
  21. package/api.ts +6 -2
  22. package/dist/api/booking-funnel-versions-api.d.ts +8 -8
  23. package/dist/api/booking-funnel-versions-api.js +8 -8
  24. package/dist/api/booking-funnels-api.d.ts +12 -12
  25. package/dist/api/booking-funnels-api.js +12 -12
  26. package/dist/api/emil-functions-api.d.ts +727 -0
  27. package/dist/api/emil-functions-api.js +1202 -0
  28. package/dist/api/insured-object-types-api.d.ts +4 -4
  29. package/dist/api/insured-object-types-api.js +4 -4
  30. package/dist/api/insured-objects-api.d.ts +8 -8
  31. package/dist/api/insured-objects-api.js +8 -8
  32. package/dist/api/lead-statuses-api.d.ts +71 -17
  33. package/dist/api/lead-statuses-api.js +53 -17
  34. package/dist/api/lead-versions-api.d.ts +8 -8
  35. package/dist/api/lead-versions-api.js +8 -8
  36. package/dist/api/leads-api.d.ts +8 -8
  37. package/dist/api/leads-api.js +8 -8
  38. package/dist/api/named-ranges-api.d.ts +8 -8
  39. package/dist/api/named-ranges-api.js +8 -8
  40. package/dist/api/partner-links-api.d.ts +450 -0
  41. package/dist/api/partner-links-api.js +738 -0
  42. package/dist/api/partner-roles-api.d.ts +385 -0
  43. package/dist/api/{policy-partner-roles-api.js → partner-roles-api.js} +136 -136
  44. package/dist/api/policies-api.d.ts +112 -112
  45. package/dist/api/policies-api.js +66 -67
  46. package/dist/api/premium-formulas-api.d.ts +8 -8
  47. package/dist/api/premium-formulas-api.js +8 -8
  48. package/dist/api/product-factors-api.d.ts +8 -8
  49. package/dist/api/product-factors-api.js +8 -8
  50. package/dist/api/product-fields-api.d.ts +69 -12
  51. package/dist/api/product-fields-api.js +105 -12
  52. package/dist/api/product-versions-api.d.ts +4 -4
  53. package/dist/api/product-versions-api.js +4 -4
  54. package/dist/api/products-api.d.ts +20 -20
  55. package/dist/api/products-api.js +18 -18
  56. package/dist/api/status-transition-rules-api.d.ts +8 -8
  57. package/dist/api/status-transition-rules-api.js +8 -8
  58. package/dist/api.d.ts +3 -1
  59. package/dist/api.js +3 -1
  60. package/dist/models/booking-funnel-class.d.ts +1 -1
  61. package/dist/models/create-account-request-dto.d.ts +1 -1
  62. package/dist/models/create-account-request-dto.js +1 -1
  63. package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
  64. package/dist/models/create-emil-function-request-dto.d.ts +42 -0
  65. package/dist/models/create-emil-function-secret-request-dto.d.ts +36 -0
  66. package/dist/models/create-lead-request-dto.d.ts +12 -0
  67. package/dist/models/{update-policy-partner-role-request-dto.d.ts → create-partner-role-request-dto.d.ts} +6 -6
  68. package/dist/models/{get-policy-partner-role-response-class.d.ts → create-partner-role-response-class.d.ts} +7 -7
  69. package/dist/models/create-product-field-request-dto.d.ts +7 -1
  70. package/dist/models/create-product-request-dto.d.ts +1 -1
  71. package/dist/models/emil-function-class.d.ts +60 -0
  72. package/dist/models/{create-policy-partner-role-response-class.d.ts → emil-function-secret-class.d.ts} +12 -7
  73. package/dist/models/execute-emil-function-request-dto.d.ts +24 -0
  74. package/dist/models/get-emil-function-secret-response-class.d.ts +24 -0
  75. package/dist/models/get-emil-function-secret-response-class.js +15 -0
  76. package/dist/models/{update-policy-partner-role-response-class.d.ts → get-partner-link-response-class.d.ts} +7 -7
  77. package/dist/models/get-partner-link-response-class.js +15 -0
  78. package/dist/models/get-partner-role-response-class.d.ts +25 -0
  79. package/dist/models/get-partner-role-response-class.js +15 -0
  80. package/dist/models/get-product-request-dto.d.ts +1 -1
  81. package/dist/models/index.d.ts +27 -7
  82. package/dist/models/index.js +27 -7
  83. package/dist/models/insured-object-type-class.d.ts +1 -1
  84. package/dist/models/lead-class.d.ts +8 -1
  85. package/dist/models/lead-status-class.d.ts +1 -1
  86. package/dist/models/link-partner-request-dto.d.ts +54 -0
  87. package/dist/models/link-partner-request-dto.js +15 -0
  88. package/dist/models/link-partner-response-class.d.ts +25 -0
  89. package/dist/models/link-partner-response-class.js +15 -0
  90. package/dist/models/list-emil-function-secrets-response-class.d.ts +25 -0
  91. package/dist/models/list-emil-function-secrets-response-class.js +15 -0
  92. package/dist/models/{list-policy-partner-roles-response-class.d.ts → list-emil-functions-response-class.d.ts} +8 -8
  93. package/dist/models/list-emil-functions-response-class.js +15 -0
  94. package/dist/models/list-partner-links-response-class.d.ts +31 -0
  95. package/dist/models/list-partner-links-response-class.js +15 -0
  96. package/dist/models/list-partner-roles-response-class.d.ts +31 -0
  97. package/dist/models/list-partner-roles-response-class.js +15 -0
  98. package/dist/models/partner-class.d.ts +60 -0
  99. package/dist/models/partner-class.js +15 -0
  100. package/dist/models/partner-link-class.d.ts +86 -0
  101. package/dist/models/partner-link-class.js +15 -0
  102. package/dist/models/{policy-partner-role-class.d.ts → partner-role-class.d.ts} +10 -10
  103. package/dist/models/partner-role-class.js +15 -0
  104. package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
  105. package/dist/models/policy-class.d.ts +7 -0
  106. package/dist/models/product-class.d.ts +1 -1
  107. package/dist/models/product-field-class.d.ts +6 -0
  108. package/dist/models/shared-product-field-class.d.ts +6 -0
  109. package/dist/models/status-transition-rule-class.d.ts +1 -1
  110. package/dist/models/swap-product-fields-order-request-dto.d.ts +30 -0
  111. package/dist/models/swap-product-fields-order-request-dto.js +15 -0
  112. package/dist/models/unlink-partner-response-class.d.ts +25 -0
  113. package/dist/models/unlink-partner-response-class.js +15 -0
  114. package/dist/models/update-emil-function-request-dto.d.ts +42 -0
  115. package/dist/models/update-emil-function-request-dto.js +15 -0
  116. package/dist/models/update-emil-function-secret-request-dto.d.ts +30 -0
  117. package/dist/models/update-emil-function-secret-request-dto.js +15 -0
  118. package/dist/models/update-partner-link-request-dto.d.ts +30 -0
  119. package/dist/models/update-partner-link-request-dto.js +15 -0
  120. package/dist/models/update-partner-link-response-class.d.ts +25 -0
  121. package/dist/models/update-partner-link-response-class.js +15 -0
  122. package/dist/models/{create-policy-partner-role-request-dto.d.ts → update-partner-role-request-dto.d.ts} +6 -6
  123. package/dist/models/update-partner-role-request-dto.js +15 -0
  124. package/dist/models/update-partner-role-response-class.d.ts +25 -0
  125. package/dist/models/update-partner-role-response-class.js +15 -0
  126. package/dist/models/update-product-field-request-dto.d.ts +7 -1
  127. package/dist/models/update-product-request-dto.d.ts +1 -1
  128. package/models/booking-funnel-class.ts +1 -1
  129. package/models/create-account-request-dto.ts +1 -1
  130. package/models/create-booking-funnel-request-dto.ts +1 -1
  131. package/models/create-emil-function-request-dto.ts +48 -0
  132. package/models/create-emil-function-secret-request-dto.ts +42 -0
  133. package/models/create-lead-request-dto.ts +12 -0
  134. package/models/{update-policy-partner-role-request-dto.ts → create-partner-role-request-dto.ts} +6 -6
  135. package/models/{get-policy-partner-role-response-class.ts → create-partner-role-response-class.ts} +7 -7
  136. package/models/create-product-field-request-dto.ts +7 -1
  137. package/models/create-product-request-dto.ts +1 -1
  138. package/models/emil-function-class.ts +66 -0
  139. package/models/{update-policy-partner-role-response-class.ts → emil-function-secret-class.ts} +12 -7
  140. package/models/execute-emil-function-request-dto.ts +30 -0
  141. package/models/get-emil-function-secret-response-class.ts +30 -0
  142. package/models/{create-policy-partner-role-response-class.ts → get-partner-link-response-class.ts} +7 -7
  143. package/models/get-partner-role-response-class.ts +31 -0
  144. package/models/get-product-request-dto.ts +1 -1
  145. package/models/index.ts +27 -7
  146. package/models/insured-object-type-class.ts +1 -1
  147. package/models/lead-class.ts +8 -1
  148. package/models/lead-status-class.ts +1 -1
  149. package/models/link-partner-request-dto.ts +60 -0
  150. package/models/link-partner-response-class.ts +31 -0
  151. package/models/list-emil-function-secrets-response-class.ts +31 -0
  152. package/models/{list-policy-partner-roles-response-class.ts → list-emil-functions-response-class.ts} +8 -8
  153. package/models/list-partner-links-response-class.ts +37 -0
  154. package/models/list-partner-roles-response-class.ts +37 -0
  155. package/models/partner-class.ts +66 -0
  156. package/models/partner-link-class.ts +92 -0
  157. package/models/{policy-partner-role-class.ts → partner-role-class.ts} +10 -10
  158. package/models/patch-draft-policy-request-dto.ts +1 -1
  159. package/models/policy-class.ts +7 -0
  160. package/models/product-class.ts +1 -1
  161. package/models/product-field-class.ts +6 -0
  162. package/models/shared-product-field-class.ts +6 -0
  163. package/models/status-transition-rule-class.ts +1 -1
  164. package/models/swap-product-fields-order-request-dto.ts +36 -0
  165. package/models/unlink-partner-response-class.ts +31 -0
  166. package/models/update-emil-function-request-dto.ts +48 -0
  167. package/models/update-emil-function-secret-request-dto.ts +36 -0
  168. package/models/update-partner-link-request-dto.ts +36 -0
  169. package/models/update-partner-link-response-class.ts +31 -0
  170. package/models/{create-policy-partner-role-request-dto.ts → update-partner-role-request-dto.ts} +6 -6
  171. package/models/update-partner-role-response-class.ts +31 -0
  172. package/models/update-product-field-request-dto.ts +7 -1
  173. package/models/update-product-request-dto.ts +1 -1
  174. package/package.json +1 -1
  175. package/dist/api/policy-partner-roles-api.d.ts +0 -385
  176. /package/dist/models/{create-policy-partner-role-request-dto.js → create-emil-function-request-dto.js} +0 -0
  177. /package/dist/models/{create-policy-partner-role-response-class.js → create-emil-function-secret-request-dto.js} +0 -0
  178. /package/dist/models/{get-policy-partner-role-response-class.js → create-partner-role-request-dto.js} +0 -0
  179. /package/dist/models/{list-policy-partner-roles-response-class.js → create-partner-role-response-class.js} +0 -0
  180. /package/dist/models/{policy-partner-role-class.js → emil-function-class.js} +0 -0
  181. /package/dist/models/{update-policy-partner-role-request-dto.js → emil-function-secret-class.js} +0 -0
  182. /package/dist/models/{update-policy-partner-role-response-class.js → execute-emil-function-request-dto.js} +0 -0
@@ -97,7 +97,7 @@ var ProductVersionsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
100
+ * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
101
101
  * @summary Retrieve the product version
102
102
  * @param {string} id
103
103
  * @param {number} id2 Internal unique identifier for the object. You should not have to use this, use code instead.
@@ -222,7 +222,7 @@ var ProductVersionsApiFp = function (configuration) {
222
222
  var localVarAxiosParamCreator = (0, exports.ProductVersionsApiAxiosParamCreator)(configuration);
223
223
  return {
224
224
  /**
225
- * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
225
+ * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
226
226
  * @summary Retrieve the product version
227
227
  * @param {string} id
228
228
  * @param {number} id2 Internal unique identifier for the object. You should not have to use this, use code instead.
@@ -278,7 +278,7 @@ var ProductVersionsApiFactory = function (configuration, basePath, axios) {
278
278
  var localVarFp = (0, exports.ProductVersionsApiFp)(configuration);
279
279
  return {
280
280
  /**
281
- * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
281
+ * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
282
282
  * @summary Retrieve the product version
283
283
  * @param {string} id
284
284
  * @param {number} id2 Internal unique identifier for the object. You should not have to use this, use code instead.
@@ -318,7 +318,7 @@ var ProductVersionsApi = /** @class */ (function (_super) {
318
318
  return _super !== null && _super.apply(this, arguments) || this;
319
319
  }
320
320
  /**
321
- * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
321
+ * Retrieves the details of the product version that was previously created. Supply the unique product version id that was returned when you created it and Emil Api will return the corresponding product version information.
322
322
  * @summary Retrieve the product version
323
323
  * @param {ProductVersionsApiGetProductVersionRequest} requestParameters Request parameters.
324
324
  * @param {*} [options] Override http request option.
@@ -43,11 +43,11 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
43
43
  */
44
44
  deleteProduct: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
45
  /**
46
- * 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.
46
+ * 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.
47
47
  * @summary Retrieve the product
48
48
  * @param {string} code Unique identifier for the object.
49
49
  * @param {number} id Unique identifier referencing the product.
50
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
50
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
51
51
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
52
52
  * @param {string} [expand] Fields to expand response by
53
53
  * @param {*} [options] Override http request option.
@@ -55,11 +55,11 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
55
55
  */
56
56
  getProductByCode: (code: string, id: number, slug: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
57
57
  /**
58
- * 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.
58
+ * 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.
59
59
  * @summary Retrieve the product
60
60
  * @param {number} id Unique identifier referencing the product.
61
61
  * @param {string} code Unique identifier of the product that this object belongs to.
62
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
62
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
63
63
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
64
64
  * @param {string} [expand] Fields to expand response by
65
65
  * @param {*} [options] Override http request option.
@@ -67,7 +67,7 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
67
67
  */
68
68
  getProductByIdentifier: (id: number, code: string, slug: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
69
69
  /**
70
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
70
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
71
71
  * @summary List products
72
72
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
73
73
  * @param {number} [pageSize] Page size.
@@ -116,11 +116,11 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
116
116
  */
117
117
  deleteProduct(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
118
118
  /**
119
- * 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.
119
+ * 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.
120
120
  * @summary Retrieve the product
121
121
  * @param {string} code Unique identifier for the object.
122
122
  * @param {number} id Unique identifier referencing the product.
123
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
123
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
124
124
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
125
125
  * @param {string} [expand] Fields to expand response by
126
126
  * @param {*} [options] Override http request option.
@@ -128,11 +128,11 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
128
128
  */
129
129
  getProductByCode(code: string, id: number, slug: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetProductResponseClass>>;
130
130
  /**
131
- * 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.
131
+ * 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.
132
132
  * @summary Retrieve the product
133
133
  * @param {number} id Unique identifier referencing the product.
134
134
  * @param {string} code Unique identifier of the product that this object belongs to.
135
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
135
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
136
136
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
137
137
  * @param {string} [expand] Fields to expand response by
138
138
  * @param {*} [options] Override http request option.
@@ -140,7 +140,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
140
140
  */
141
141
  getProductByIdentifier(id: number, code: string, slug: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetProductResponseClass>>;
142
142
  /**
143
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
143
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
144
144
  * @summary List products
145
145
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
146
146
  * @param {number} [pageSize] Page size.
@@ -189,11 +189,11 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
189
189
  */
190
190
  deleteProduct(id: number, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
191
191
  /**
192
- * 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.
192
+ * 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.
193
193
  * @summary Retrieve the product
194
194
  * @param {string} code Unique identifier for the object.
195
195
  * @param {number} id Unique identifier referencing the product.
196
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
196
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
197
197
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
198
198
  * @param {string} [expand] Fields to expand response by
199
199
  * @param {*} [options] Override http request option.
@@ -201,11 +201,11 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
201
201
  */
202
202
  getProductByCode(code: string, id: number, slug: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetProductResponseClass>;
203
203
  /**
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.
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.
208
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
208
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
209
209
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
210
210
  * @param {string} [expand] Fields to expand response by
211
211
  * @param {*} [options] Override http request option.
@@ -213,7 +213,7 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
213
213
  */
214
214
  getProductByIdentifier(id: number, code: string, slug: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetProductResponseClass>;
215
215
  /**
216
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
216
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
217
217
  * @summary List products
218
218
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
219
219
  * @param {number} [pageSize] Page size.
@@ -295,7 +295,7 @@ export interface ProductsApiGetProductByCodeRequest {
295
295
  */
296
296
  readonly id: number;
297
297
  /**
298
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
298
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
299
299
  * @type {string}
300
300
  * @memberof ProductsApiGetProductByCode
301
301
  */
@@ -332,7 +332,7 @@ export interface ProductsApiGetProductByIdentifierRequest {
332
332
  */
333
333
  readonly code: string;
334
334
  /**
335
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
335
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
336
336
  * @type {string}
337
337
  * @memberof ProductsApiGetProductByIdentifier
338
338
  */
@@ -456,7 +456,7 @@ export declare class ProductsApi extends BaseAPI {
456
456
  */
457
457
  deleteProduct(requestParameters: ProductsApiDeleteProductRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
458
458
  /**
459
- * 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.
459
+ * 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.
460
460
  * @summary Retrieve the product
461
461
  * @param {ProductsApiGetProductByCodeRequest} requestParameters Request parameters.
462
462
  * @param {*} [options] Override http request option.
@@ -465,7 +465,7 @@ export declare class ProductsApi extends BaseAPI {
465
465
  */
466
466
  getProductByCode(requestParameters: ProductsApiGetProductByCodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductResponseClass, any>>;
467
467
  /**
468
- * 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.
468
+ * 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.
469
469
  * @summary Retrieve the product
470
470
  * @param {ProductsApiGetProductByIdentifierRequest} requestParameters Request parameters.
471
471
  * @param {*} [options] Override http request option.
@@ -474,7 +474,7 @@ export declare class ProductsApi extends BaseAPI {
474
474
  */
475
475
  getProductByIdentifier(requestParameters: ProductsApiGetProductByIdentifierRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductResponseClass, any>>;
476
476
  /**
477
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
477
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
478
478
  * @summary List products
479
479
  * @param {ProductsApiListProductsRequest} requestParameters Request parameters.
480
480
  * @param {*} [options] Override http request option.
@@ -194,11 +194,11 @@ var ProductsApiAxiosParamCreator = function (configuration) {
194
194
  });
195
195
  },
196
196
  /**
197
- * 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.
197
+ * 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.
198
198
  * @summary Retrieve the product
199
199
  * @param {string} code Unique identifier for the object.
200
200
  * @param {number} id Unique identifier referencing the product.
201
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
201
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
202
202
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
203
203
  * @param {string} [expand] Fields to expand response by
204
204
  * @param {*} [options] Override http request option.
@@ -258,11 +258,11 @@ var ProductsApiAxiosParamCreator = function (configuration) {
258
258
  });
259
259
  },
260
260
  /**
261
- * 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.
261
+ * 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.
262
262
  * @summary Retrieve the product
263
263
  * @param {number} id Unique identifier referencing the product.
264
264
  * @param {string} code Unique identifier of the product that this object belongs to.
265
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
265
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
266
266
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
267
267
  * @param {string} [expand] Fields to expand response by
268
268
  * @param {*} [options] Override http request option.
@@ -324,7 +324,7 @@ var ProductsApiAxiosParamCreator = function (configuration) {
324
324
  });
325
325
  },
326
326
  /**
327
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
327
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
328
328
  * @summary List products
329
329
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
330
330
  * @param {number} [pageSize] Page size.
@@ -501,11 +501,11 @@ var ProductsApiFp = function (configuration) {
501
501
  });
502
502
  },
503
503
  /**
504
- * 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.
504
+ * 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.
505
505
  * @summary Retrieve the product
506
506
  * @param {string} code Unique identifier for the object.
507
507
  * @param {number} id Unique identifier referencing the product.
508
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
508
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
509
509
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
510
510
  * @param {string} [expand] Fields to expand response by
511
511
  * @param {*} [options] Override http request option.
@@ -525,11 +525,11 @@ var ProductsApiFp = function (configuration) {
525
525
  });
526
526
  },
527
527
  /**
528
- * 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.
528
+ * 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.
529
529
  * @summary Retrieve the product
530
530
  * @param {number} id Unique identifier referencing the product.
531
531
  * @param {string} code Unique identifier of the product that this object belongs to.
532
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
532
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
533
533
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
534
534
  * @param {string} [expand] Fields to expand response by
535
535
  * @param {*} [options] Override http request option.
@@ -549,7 +549,7 @@ var ProductsApiFp = function (configuration) {
549
549
  });
550
550
  },
551
551
  /**
552
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
552
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
553
553
  * @summary List products
554
554
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
555
555
  * @param {number} [pageSize] Page size.
@@ -630,11 +630,11 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
630
630
  return localVarFp.deleteProduct(id, authorization, options).then(function (request) { return request(axios, basePath); });
631
631
  },
632
632
  /**
633
- * 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.
633
+ * 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.
634
634
  * @summary Retrieve the product
635
635
  * @param {string} code Unique identifier for the object.
636
636
  * @param {number} id Unique identifier referencing the product.
637
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
637
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
638
638
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
639
639
  * @param {string} [expand] Fields to expand response by
640
640
  * @param {*} [options] Override http request option.
@@ -644,11 +644,11 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
644
644
  return localVarFp.getProductByCode(code, id, slug, authorization, expand, options).then(function (request) { return request(axios, basePath); });
645
645
  },
646
646
  /**
647
- * 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.
647
+ * 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.
648
648
  * @summary Retrieve the product
649
649
  * @param {number} id Unique identifier referencing the product.
650
650
  * @param {string} code Unique identifier of the product that this object belongs to.
651
- * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
651
+ * @param {string} slug A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
652
652
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
653
653
  * @param {string} [expand] Fields to expand response by
654
654
  * @param {*} [options] Override http request option.
@@ -658,7 +658,7 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
658
658
  return localVarFp.getProductByIdentifier(id, code, slug, authorization, expand, options).then(function (request) { return request(axios, basePath); });
659
659
  },
660
660
  /**
661
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
661
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
662
662
  * @summary List products
663
663
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
664
664
  * @param {number} [pageSize] Page size.
@@ -725,7 +725,7 @@ var ProductsApi = /** @class */ (function (_super) {
725
725
  return (0, exports.ProductsApiFp)(this.configuration).deleteProduct(requestParameters.id, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
726
726
  };
727
727
  /**
728
- * 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.
728
+ * 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.
729
729
  * @summary Retrieve the product
730
730
  * @param {ProductsApiGetProductByCodeRequest} requestParameters Request parameters.
731
731
  * @param {*} [options] Override http request option.
@@ -737,7 +737,7 @@ var ProductsApi = /** @class */ (function (_super) {
737
737
  return (0, exports.ProductsApiFp)(this.configuration).getProductByCode(requestParameters.code, requestParameters.id, requestParameters.slug, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
738
738
  };
739
739
  /**
740
- * 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.
740
+ * 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.
741
741
  * @summary Retrieve the product
742
742
  * @param {ProductsApiGetProductByIdentifierRequest} requestParameters Request parameters.
743
743
  * @param {*} [options] Override http request option.
@@ -749,7 +749,7 @@ var ProductsApi = /** @class */ (function (_super) {
749
749
  return (0, exports.ProductsApiFp)(this.configuration).getProductByIdentifier(requestParameters.id, requestParameters.code, requestParameters.slug, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
750
750
  };
751
751
  /**
752
- * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
752
+ * Returns a list of products you have previously created. The products are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
753
753
  * @summary List products
754
754
  * @param {ProductsApiListProductsRequest} requestParameters Request parameters.
755
755
  * @param {*} [options] Override http request option.
@@ -45,7 +45,7 @@ export declare const StatusTransitionRulesApiAxiosParamCreator: (configuration?:
45
45
  */
46
46
  deleteStatusTransitionRule: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
47
47
  /**
48
- * 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.
48
+ * 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.
49
49
  * @summary Retrieve the status transition rule
50
50
  * @param {string} code Unique identifier for the object.
51
51
  * @param {string} [authorization] Bearer Token
@@ -55,7 +55,7 @@ export declare const StatusTransitionRulesApiAxiosParamCreator: (configuration?:
55
55
  */
56
56
  getStatusTransitionRule: (code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
57
57
  /**
58
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
58
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
59
59
  * @summary List status transition rules
60
60
  * @param {string} [authorization] Bearer Token
61
61
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -114,7 +114,7 @@ export declare const StatusTransitionRulesApiFp: (configuration?: Configuration)
114
114
  */
115
115
  deleteStatusTransitionRule(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteResponseClass>>;
116
116
  /**
117
- * 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.
117
+ * 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.
118
118
  * @summary Retrieve the status transition rule
119
119
  * @param {string} code Unique identifier for the object.
120
120
  * @param {string} [authorization] Bearer Token
@@ -124,7 +124,7 @@ export declare const StatusTransitionRulesApiFp: (configuration?: Configuration)
124
124
  */
125
125
  getStatusTransitionRule(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetStatusTransitionRuleResponseClass>>;
126
126
  /**
127
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
127
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
128
128
  * @summary List status transition rules
129
129
  * @param {string} [authorization] Bearer Token
130
130
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -183,7 +183,7 @@ export declare const StatusTransitionRulesApiFactory: (configuration?: Configura
183
183
  */
184
184
  deleteStatusTransitionRule(code: string, authorization?: string, options?: any): AxiosPromise<DeleteResponseClass>;
185
185
  /**
186
- * 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.
186
+ * 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.
187
187
  * @summary Retrieve the status transition rule
188
188
  * @param {string} code Unique identifier for the object.
189
189
  * @param {string} [authorization] Bearer Token
@@ -193,7 +193,7 @@ export declare const StatusTransitionRulesApiFactory: (configuration?: Configura
193
193
  */
194
194
  getStatusTransitionRule(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetStatusTransitionRuleResponseClass>;
195
195
  /**
196
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
196
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
197
197
  * @summary List status transition rules
198
198
  * @param {string} [authorization] Bearer Token
199
199
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -422,7 +422,7 @@ export declare class StatusTransitionRulesApi extends BaseAPI {
422
422
  */
423
423
  deleteStatusTransitionRule(requestParameters: StatusTransitionRulesApiDeleteStatusTransitionRuleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteResponseClass, any>>;
424
424
  /**
425
- * 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.
425
+ * 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.
426
426
  * @summary Retrieve the status transition rule
427
427
  * @param {StatusTransitionRulesApiGetStatusTransitionRuleRequest} requestParameters Request parameters.
428
428
  * @param {*} [options] Override http request option.
@@ -431,7 +431,7 @@ export declare class StatusTransitionRulesApi extends BaseAPI {
431
431
  */
432
432
  getStatusTransitionRule(requestParameters: StatusTransitionRulesApiGetStatusTransitionRuleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetStatusTransitionRuleResponseClass, any>>;
433
433
  /**
434
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
434
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
435
435
  * @summary List status transition rules
436
436
  * @param {StatusTransitionRulesApiListStatusTransitionRulesRequest} requestParameters Request parameters.
437
437
  * @param {*} [options] Override http request option.
@@ -194,7 +194,7 @@ var StatusTransitionRulesApiAxiosParamCreator = function (configuration) {
194
194
  });
195
195
  },
196
196
  /**
197
- * 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.
197
+ * 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.
198
198
  * @summary Retrieve the status transition rule
199
199
  * @param {string} code Unique identifier for the object.
200
200
  * @param {string} [authorization] Bearer Token
@@ -246,7 +246,7 @@ var StatusTransitionRulesApiAxiosParamCreator = function (configuration) {
246
246
  });
247
247
  },
248
248
  /**
249
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
249
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
250
250
  * @summary List status transition rules
251
251
  * @param {string} [authorization] Bearer Token
252
252
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -476,7 +476,7 @@ var StatusTransitionRulesApiFp = function (configuration) {
476
476
  });
477
477
  },
478
478
  /**
479
- * 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.
479
+ * 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.
480
480
  * @summary Retrieve the status transition rule
481
481
  * @param {string} code Unique identifier for the object.
482
482
  * @param {string} [authorization] Bearer Token
@@ -498,7 +498,7 @@ var StatusTransitionRulesApiFp = function (configuration) {
498
498
  });
499
499
  },
500
500
  /**
501
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
501
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
502
502
  * @summary List status transition rules
503
503
  * @param {string} [authorization] Bearer Token
504
504
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -601,7 +601,7 @@ var StatusTransitionRulesApiFactory = function (configuration, basePath, axios)
601
601
  return localVarFp.deleteStatusTransitionRule(code, authorization, options).then(function (request) { return request(axios, basePath); });
602
602
  },
603
603
  /**
604
- * 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.
604
+ * 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.
605
605
  * @summary Retrieve the status transition rule
606
606
  * @param {string} code Unique identifier for the object.
607
607
  * @param {string} [authorization] Bearer Token
@@ -613,7 +613,7 @@ var StatusTransitionRulesApiFactory = function (configuration, basePath, axios)
613
613
  return localVarFp.getStatusTransitionRule(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
614
614
  },
615
615
  /**
616
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
616
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
617
617
  * @summary List status transition rules
618
618
  * @param {string} [authorization] Bearer Token
619
619
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -692,7 +692,7 @@ var StatusTransitionRulesApi = /** @class */ (function (_super) {
692
692
  return (0, exports.StatusTransitionRulesApiFp)(this.configuration).deleteStatusTransitionRule(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
693
693
  };
694
694
  /**
695
- * 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.
695
+ * 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.
696
696
  * @summary Retrieve the status transition rule
697
697
  * @param {StatusTransitionRulesApiGetStatusTransitionRuleRequest} requestParameters Request parameters.
698
698
  * @param {*} [options] Override http request option.
@@ -704,7 +704,7 @@ var StatusTransitionRulesApi = /** @class */ (function (_super) {
704
704
  return (0, exports.StatusTransitionRulesApiFp)(this.configuration).getStatusTransitionRule(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
705
705
  };
706
706
  /**
707
- * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
707
+ * Returns a list of status transition rules you have previously created. The status transition rules are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
708
708
  * @summary List status transition rules
709
709
  * @param {StatusTransitionRulesApiListStatusTransitionRulesRequest} requestParameters Request parameters.
710
710
  * @param {*} [options] Override http request option.
package/dist/api.d.ts CHANGED
@@ -12,14 +12,16 @@
12
12
  export * from './api/booking-funnel-versions-api';
13
13
  export * from './api/booking-funnels-api';
14
14
  export * from './api/default-api';
15
+ export * from './api/emil-functions-api';
15
16
  export * from './api/insured-object-types-api';
16
17
  export * from './api/insured-objects-api';
17
18
  export * from './api/lead-statuses-api';
18
19
  export * from './api/lead-versions-api';
19
20
  export * from './api/leads-api';
20
21
  export * from './api/named-ranges-api';
22
+ export * from './api/partner-links-api';
23
+ export * from './api/partner-roles-api';
21
24
  export * from './api/policies-api';
22
- export * from './api/policy-partner-roles-api';
23
25
  export * from './api/premium-formulas-api';
24
26
  export * from './api/product-factors-api';
25
27
  export * from './api/product-fields-api';
package/dist/api.js CHANGED
@@ -30,14 +30,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
30
30
  __exportStar(require("./api/booking-funnel-versions-api"), exports);
31
31
  __exportStar(require("./api/booking-funnels-api"), exports);
32
32
  __exportStar(require("./api/default-api"), exports);
33
+ __exportStar(require("./api/emil-functions-api"), exports);
33
34
  __exportStar(require("./api/insured-object-types-api"), exports);
34
35
  __exportStar(require("./api/insured-objects-api"), exports);
35
36
  __exportStar(require("./api/lead-statuses-api"), exports);
36
37
  __exportStar(require("./api/lead-versions-api"), exports);
37
38
  __exportStar(require("./api/leads-api"), exports);
38
39
  __exportStar(require("./api/named-ranges-api"), exports);
40
+ __exportStar(require("./api/partner-links-api"), exports);
41
+ __exportStar(require("./api/partner-roles-api"), exports);
39
42
  __exportStar(require("./api/policies-api"), exports);
40
- __exportStar(require("./api/policy-partner-roles-api"), exports);
41
43
  __exportStar(require("./api/premium-formulas-api"), exports);
42
44
  __exportStar(require("./api/product-factors-api"), exports);
43
45
  __exportStar(require("./api/product-fields-api"), exports);
@@ -64,7 +64,7 @@ export interface BookingFunnelClass {
64
64
  */
65
65
  'logoPath': string;
66
66
  /**
67
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
67
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
68
68
  * @type {string}
69
69
  * @memberof BookingFunnelClass
70
70
  */
@@ -110,7 +110,7 @@ export declare const CreateAccountRequestDtoTitleEnum: {
110
110
  readonly Empty: "";
111
111
  readonly Dr: "Dr.";
112
112
  readonly DrMed: "Dr. med.";
113
- readonly ProfDrMed: "Prof. Dr. med.";
113
+ readonly Prof: "Prof.";
114
114
  };
115
115
  export type CreateAccountRequestDtoTitleEnum = typeof CreateAccountRequestDtoTitleEnum[keyof typeof CreateAccountRequestDtoTitleEnum];
116
116
  export declare const CreateAccountRequestDtoTypeEnum: {
@@ -18,7 +18,7 @@ exports.CreateAccountRequestDtoTitleEnum = {
18
18
  Empty: '',
19
19
  Dr: 'Dr.',
20
20
  DrMed: 'Dr. med.',
21
- ProfDrMed: 'Prof. Dr. med.'
21
+ Prof: 'Prof.'
22
22
  };
23
23
  exports.CreateAccountRequestDtoTypeEnum = {
24
24
  Person: 'person',
@@ -58,7 +58,7 @@ export interface CreateBookingFunnelRequestDto {
58
58
  */
59
59
  'logoPath'?: string;
60
60
  /**
61
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
61
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
62
62
  * @type {string}
63
63
  * @memberof CreateBookingFunnelRequestDto
64
64
  */
@@ -0,0 +1,42 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreateEmilFunctionRequestDto
16
+ */
17
+ export interface CreateEmilFunctionRequestDto {
18
+ /**
19
+ * Emil function name.
20
+ * @type {string}
21
+ * @memberof CreateEmilFunctionRequestDto
22
+ */
23
+ 'name': string;
24
+ /**
25
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
26
+ * @type {string}
27
+ * @memberof CreateEmilFunctionRequestDto
28
+ */
29
+ 'slug': string;
30
+ /**
31
+ * Python code of the Emil function (def do(payload, config): ...).
32
+ * @type {string}
33
+ * @memberof CreateEmilFunctionRequestDto
34
+ */
35
+ 'description'?: string;
36
+ /**
37
+ * Emil function description.
38
+ * @type {string}
39
+ * @memberof CreateEmilFunctionRequestDto
40
+ */
41
+ 'expression': string;
42
+ }