@emilgroup/insurance-sdk-node 1.48.1-beta.2 → 1.49.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 (141) hide show
  1. package/.openapi-generator/FILES +8 -21
  2. package/README.md +2 -2
  3. package/api/booking-funnels-api.ts +4 -4
  4. package/api/default-api.ts +4 -8
  5. package/api/insured-object-types-api.ts +4 -4
  6. package/api/insured-objects-api.ts +6 -9
  7. package/api/lead-statuses-api.ts +12 -96
  8. package/api/named-ranges-api.ts +4 -4
  9. package/api/policies-api.ts +180 -167
  10. package/api/policy-partner-roles-api.ts +683 -0
  11. package/api/premium-formulas-api.ts +4 -4
  12. package/api/product-factors-api.ts +4 -4
  13. package/api/product-fields-api.ts +8 -8
  14. package/api/products-api.ts +12 -12
  15. package/api.ts +2 -4
  16. package/dist/api/booking-funnels-api.d.ts +4 -4
  17. package/dist/api/booking-funnels-api.js +4 -4
  18. package/dist/api/default-api.d.ts +4 -8
  19. package/dist/api/default-api.js +4 -8
  20. package/dist/api/insured-object-types-api.d.ts +4 -4
  21. package/dist/api/insured-object-types-api.js +3 -3
  22. package/dist/api/insured-objects-api.d.ts +4 -4
  23. package/dist/api/insured-objects-api.js +5 -7
  24. package/dist/api/lead-statuses-api.d.ts +9 -63
  25. package/dist/api/lead-statuses-api.js +9 -45
  26. package/dist/api/named-ranges-api.d.ts +4 -4
  27. package/dist/api/named-ranges-api.js +3 -3
  28. package/dist/api/policies-api.d.ts +140 -131
  29. package/dist/api/policies-api.js +120 -114
  30. package/dist/api/policy-partner-roles-api.d.ts +385 -0
  31. package/dist/api/{partner-roles-api.js → policy-partner-roles-api.js} +139 -139
  32. package/dist/api/premium-formulas-api.d.ts +4 -4
  33. package/dist/api/premium-formulas-api.js +3 -3
  34. package/dist/api/product-factors-api.d.ts +4 -4
  35. package/dist/api/product-factors-api.js +3 -3
  36. package/dist/api/product-fields-api.d.ts +8 -8
  37. package/dist/api/product-fields-api.js +6 -6
  38. package/dist/api/products-api.d.ts +12 -12
  39. package/dist/api/products-api.js +9 -9
  40. package/dist/api.d.ts +1 -2
  41. package/dist/api.js +1 -2
  42. package/dist/models/booking-funnel-class.d.ts +1 -1
  43. package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
  44. package/dist/models/{update-partner-role-request-dto.d.ts → create-policy-partner-role-request-dto.d.ts} +6 -6
  45. package/dist/models/{emil-function-secret-class.d.ts → create-policy-partner-role-response-class.d.ts} +7 -12
  46. package/dist/models/create-product-request-dto.d.ts +1 -1
  47. package/dist/models/{create-partner-role-response-class.d.ts → get-policy-partner-role-response-class.d.ts} +7 -7
  48. package/dist/models/get-product-request-dto.d.ts +1 -1
  49. package/dist/models/index.d.ts +7 -19
  50. package/dist/models/index.js +7 -19
  51. package/dist/models/insured-object-type-class.d.ts +1 -1
  52. package/dist/models/invoice-item-class.d.ts +0 -12
  53. package/dist/models/lead-class.d.ts +1 -8
  54. package/dist/models/lead-status-class.d.ts +1 -1
  55. package/dist/models/{list-emil-functions-response-class.d.ts → list-policy-partner-roles-response-class.d.ts} +8 -8
  56. package/dist/models/list-policy-versions-request-dto.d.ts +1 -1
  57. package/dist/models/list-request-dto.d.ts +1 -1
  58. package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
  59. package/dist/models/policy-class.d.ts +0 -7
  60. package/dist/models/{partner-role-class.d.ts → policy-partner-role-class.d.ts} +10 -10
  61. package/dist/models/product-class.d.ts +1 -1
  62. package/dist/models/shared-update-named-range-request-dto.d.ts +1 -1
  63. package/dist/models/status-transition-rule-class.d.ts +1 -1
  64. package/dist/models/update-named-range-request-dto.d.ts +1 -1
  65. package/dist/models/{create-partner-role-request-dto.d.ts → update-policy-partner-role-request-dto.d.ts} +6 -6
  66. package/dist/models/{execute-emil-function-request-dto.d.ts → update-policy-partner-role-response-class.d.ts} +7 -6
  67. package/dist/models/update-product-request-dto.d.ts +1 -1
  68. package/models/booking-funnel-class.ts +1 -1
  69. package/models/create-booking-funnel-request-dto.ts +1 -1
  70. package/models/{update-partner-role-request-dto.ts → create-policy-partner-role-request-dto.ts} +6 -6
  71. package/models/{emil-function-secret-class.ts → create-policy-partner-role-response-class.ts} +7 -12
  72. package/models/create-product-request-dto.ts +1 -1
  73. package/models/{create-partner-role-response-class.ts → get-policy-partner-role-response-class.ts} +7 -7
  74. package/models/get-product-request-dto.ts +1 -1
  75. package/models/index.ts +7 -19
  76. package/models/insured-object-type-class.ts +1 -1
  77. package/models/invoice-item-class.ts +0 -12
  78. package/models/lead-class.ts +1 -8
  79. package/models/lead-status-class.ts +1 -1
  80. package/models/{list-emil-functions-response-class.ts → list-policy-partner-roles-response-class.ts} +8 -8
  81. package/models/list-policy-versions-request-dto.ts +1 -1
  82. package/models/list-request-dto.ts +1 -1
  83. package/models/patch-draft-policy-request-dto.ts +1 -1
  84. package/models/policy-class.ts +0 -7
  85. package/models/{partner-role-class.ts → policy-partner-role-class.ts} +10 -10
  86. package/models/product-class.ts +1 -1
  87. package/models/shared-update-named-range-request-dto.ts +1 -1
  88. package/models/status-transition-rule-class.ts +1 -1
  89. package/models/update-named-range-request-dto.ts +1 -1
  90. package/models/{create-partner-role-request-dto.ts → update-policy-partner-role-request-dto.ts} +6 -6
  91. package/models/{execute-emil-function-request-dto.ts → update-policy-partner-role-response-class.ts} +7 -6
  92. package/models/update-product-request-dto.ts +1 -1
  93. package/package.json +1 -1
  94. package/api/emil-functions-api.ts +0 -1314
  95. package/api/partner-roles-api.ts +0 -683
  96. package/dist/api/emil-functions-api.d.ts +0 -727
  97. package/dist/api/emil-functions-api.js +0 -1202
  98. package/dist/api/partner-roles-api.d.ts +0 -385
  99. package/dist/models/create-emil-function-request-dto.d.ts +0 -42
  100. package/dist/models/create-emil-function-secret-request-dto.d.ts +0 -36
  101. package/dist/models/emil-function-class.d.ts +0 -60
  102. package/dist/models/get-emil-function-secret-response-class.d.ts +0 -24
  103. package/dist/models/get-emil-function-secret-response-class.js +0 -15
  104. package/dist/models/get-partner-role-response-class.d.ts +0 -25
  105. package/dist/models/get-partner-role-response-class.js +0 -15
  106. package/dist/models/list-emil-function-secrets-response-class.d.ts +0 -25
  107. package/dist/models/list-emil-function-secrets-response-class.js +0 -15
  108. package/dist/models/list-emil-functions-response-class.js +0 -15
  109. package/dist/models/list-partner-roles-response-class.d.ts +0 -31
  110. package/dist/models/list-partner-roles-response-class.js +0 -15
  111. package/dist/models/partner-class.d.ts +0 -60
  112. package/dist/models/partner-class.js +0 -15
  113. package/dist/models/partner-link-class.d.ts +0 -86
  114. package/dist/models/partner-link-class.js +0 -15
  115. package/dist/models/partner-role-class.js +0 -15
  116. package/dist/models/update-emil-function-request-dto.d.ts +0 -42
  117. package/dist/models/update-emil-function-request-dto.js +0 -15
  118. package/dist/models/update-emil-function-secret-request-dto.d.ts +0 -30
  119. package/dist/models/update-emil-function-secret-request-dto.js +0 -15
  120. package/dist/models/update-partner-role-request-dto.js +0 -15
  121. package/dist/models/update-partner-role-response-class.d.ts +0 -25
  122. package/dist/models/update-partner-role-response-class.js +0 -15
  123. package/models/create-emil-function-request-dto.ts +0 -48
  124. package/models/create-emil-function-secret-request-dto.ts +0 -42
  125. package/models/emil-function-class.ts +0 -66
  126. package/models/get-emil-function-secret-response-class.ts +0 -30
  127. package/models/get-partner-role-response-class.ts +0 -31
  128. package/models/list-emil-function-secrets-response-class.ts +0 -31
  129. package/models/list-partner-roles-response-class.ts +0 -37
  130. package/models/partner-class.ts +0 -66
  131. package/models/partner-link-class.ts +0 -92
  132. package/models/update-emil-function-request-dto.ts +0 -48
  133. package/models/update-emil-function-secret-request-dto.ts +0 -36
  134. package/models/update-partner-role-response-class.ts +0 -31
  135. /package/dist/models/{create-emil-function-request-dto.js → create-policy-partner-role-request-dto.js} +0 -0
  136. /package/dist/models/{create-emil-function-secret-request-dto.js → create-policy-partner-role-response-class.js} +0 -0
  137. /package/dist/models/{create-partner-role-request-dto.js → get-policy-partner-role-response-class.js} +0 -0
  138. /package/dist/models/{create-partner-role-response-class.js → list-policy-partner-roles-response-class.js} +0 -0
  139. /package/dist/models/{emil-function-class.js → policy-partner-role-class.js} +0 -0
  140. /package/dist/models/{emil-function-secret-class.js → update-policy-partner-role-request-dto.js} +0 -0
  141. /package/dist/models/{execute-emil-function-request-dto.js → update-policy-partner-role-response-class.js} +0 -0
@@ -251,7 +251,7 @@ var PremiumFormulasApiAxiosParamCreator = function (configuration) {
251
251
  * @param {string} [search] Search query.
252
252
  * @param {string} [order] Ordering criteria.
253
253
  * @param {string} [expand] Extra fields to fetch.
254
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
254
+ * @param {string} [filters]
255
255
  * @param {*} [options] Override http request option.
256
256
  * @throws {RequiredError}
257
257
  */
@@ -498,7 +498,7 @@ var PremiumFormulasApiFp = function (configuration) {
498
498
  * @param {string} [search] Search query.
499
499
  * @param {string} [order] Ordering criteria.
500
500
  * @param {string} [expand] Extra fields to fetch.
501
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
501
+ * @param {string} [filters]
502
502
  * @param {*} [options] Override http request option.
503
503
  * @throws {RequiredError}
504
504
  */
@@ -611,7 +611,7 @@ var PremiumFormulasApiFactory = function (configuration, basePath, axios) {
611
611
  * @param {string} [search] Search query.
612
612
  * @param {string} [order] Ordering criteria.
613
613
  * @param {string} [expand] Extra fields to fetch.
614
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
614
+ * @param {string} [filters]
615
615
  * @param {*} [options] Override http request option.
616
616
  * @throws {RequiredError}
617
617
  */
@@ -67,7 +67,7 @@ export declare const ProductFactorsApiAxiosParamCreator: (configuration?: Config
67
67
  * @param {string} [search] Search query.
68
68
  * @param {string} [order] Ordering criteria.
69
69
  * @param {string} [expand] Extra fields to fetch.
70
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
70
+ * @param {string} [filters]
71
71
  * @param {*} [options] Override http request option.
72
72
  * @throws {RequiredError}
73
73
  */
@@ -141,7 +141,7 @@ export declare const ProductFactorsApiFp: (configuration?: Configuration) => {
141
141
  * @param {string} [search] Search query.
142
142
  * @param {string} [order] Ordering criteria.
143
143
  * @param {string} [expand] Extra fields to fetch.
144
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
144
+ * @param {string} [filters]
145
145
  * @param {*} [options] Override http request option.
146
146
  * @throws {RequiredError}
147
147
  */
@@ -215,7 +215,7 @@ export declare const ProductFactorsApiFactory: (configuration?: Configuration, b
215
215
  * @param {string} [search] Search query.
216
216
  * @param {string} [order] Ordering criteria.
217
217
  * @param {string} [expand] Extra fields to fetch.
218
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
218
+ * @param {string} [filters]
219
219
  * @param {*} [options] Override http request option.
220
220
  * @throws {RequiredError}
221
221
  */
@@ -388,7 +388,7 @@ export interface ProductFactorsApiListProductFactorsRequest {
388
388
  */
389
389
  readonly expand?: string;
390
390
  /**
391
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
391
+ *
392
392
  * @type {string}
393
393
  * @memberof ProductFactorsApiListProductFactors
394
394
  */
@@ -292,7 +292,7 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
292
292
  * @param {string} [search] Search query.
293
293
  * @param {string} [order] Ordering criteria.
294
294
  * @param {string} [expand] Extra fields to fetch.
295
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
295
+ * @param {string} [filters]
296
296
  * @param {*} [options] Override http request option.
297
297
  * @throws {RequiredError}
298
298
  */
@@ -550,7 +550,7 @@ var ProductFactorsApiFp = function (configuration) {
550
550
  * @param {string} [search] Search query.
551
551
  * @param {string} [order] Ordering criteria.
552
552
  * @param {string} [expand] Extra fields to fetch.
553
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
553
+ * @param {string} [filters]
554
554
  * @param {*} [options] Override http request option.
555
555
  * @throws {RequiredError}
556
556
  */
@@ -670,7 +670,7 @@ var ProductFactorsApiFactory = function (configuration, basePath, axios) {
670
670
  * @param {string} [search] Search query.
671
671
  * @param {string} [order] Ordering criteria.
672
672
  * @param {string} [expand] Extra fields to fetch.
673
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
673
+ * @param {string} [filters]
674
674
  * @param {*} [options] Override http request option.
675
675
  * @throws {RequiredError}
676
676
  */
@@ -62,7 +62,7 @@ export declare const ProductFieldsApiAxiosParamCreator: (configuration?: Configu
62
62
  * @param {string} [search] Search query.
63
63
  * @param {string} [order] Ordering criteria.
64
64
  * @param {string} [expand] Extra fields to fetch.
65
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
65
+ * @param {string} [filters]
66
66
  * @param {*} [options] Override http request option.
67
67
  * @throws {RequiredError}
68
68
  */
@@ -77,7 +77,7 @@ export declare const ProductFieldsApiAxiosParamCreator: (configuration?: Configu
77
77
  * @param {string} [search] Search query.
78
78
  * @param {string} [order] Ordering criteria.
79
79
  * @param {string} [expand] Extra fields to fetch.
80
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
80
+ * @param {string} [filters]
81
81
  * @param {*} [options] Override http request option.
82
82
  * @throws {RequiredError}
83
83
  */
@@ -135,7 +135,7 @@ export declare const ProductFieldsApiFp: (configuration?: Configuration) => {
135
135
  * @param {string} [search] Search query.
136
136
  * @param {string} [order] Ordering criteria.
137
137
  * @param {string} [expand] Extra fields to fetch.
138
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
138
+ * @param {string} [filters]
139
139
  * @param {*} [options] Override http request option.
140
140
  * @throws {RequiredError}
141
141
  */
@@ -150,7 +150,7 @@ export declare const ProductFieldsApiFp: (configuration?: Configuration) => {
150
150
  * @param {string} [search] Search query.
151
151
  * @param {string} [order] Ordering criteria.
152
152
  * @param {string} [expand] Extra fields to fetch.
153
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
153
+ * @param {string} [filters]
154
154
  * @param {*} [options] Override http request option.
155
155
  * @throws {RequiredError}
156
156
  */
@@ -208,7 +208,7 @@ export declare const ProductFieldsApiFactory: (configuration?: Configuration, ba
208
208
  * @param {string} [search] Search query.
209
209
  * @param {string} [order] Ordering criteria.
210
210
  * @param {string} [expand] Extra fields to fetch.
211
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
211
+ * @param {string} [filters]
212
212
  * @param {*} [options] Override http request option.
213
213
  * @throws {RequiredError}
214
214
  */
@@ -223,7 +223,7 @@ export declare const ProductFieldsApiFactory: (configuration?: Configuration, ba
223
223
  * @param {string} [search] Search query.
224
224
  * @param {string} [order] Ordering criteria.
225
225
  * @param {string} [expand] Extra fields to fetch.
226
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
226
+ * @param {string} [filters]
227
227
  * @param {*} [options] Override http request option.
228
228
  * @throws {RequiredError}
229
229
  */
@@ -345,7 +345,7 @@ export interface ProductFieldsApiListProductFieldTypesRequest {
345
345
  */
346
346
  readonly expand?: string;
347
347
  /**
348
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
348
+ *
349
349
  * @type {string}
350
350
  * @memberof ProductFieldsApiListProductFieldTypes
351
351
  */
@@ -400,7 +400,7 @@ export interface ProductFieldsApiListProductFieldsRequest {
400
400
  */
401
401
  readonly expand?: string;
402
402
  /**
403
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
403
+ *
404
404
  * @type {string}
405
405
  * @memberof ProductFieldsApiListProductFields
406
406
  */
@@ -251,7 +251,7 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
251
251
  * @param {string} [search] Search query.
252
252
  * @param {string} [order] Ordering criteria.
253
253
  * @param {string} [expand] Extra fields to fetch.
254
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
254
+ * @param {string} [filters]
255
255
  * @param {*} [options] Override http request option.
256
256
  * @throws {RequiredError}
257
257
  */
@@ -323,7 +323,7 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
323
323
  * @param {string} [search] Search query.
324
324
  * @param {string} [order] Ordering criteria.
325
325
  * @param {string} [expand] Extra fields to fetch.
326
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
326
+ * @param {string} [filters]
327
327
  * @param {*} [options] Override http request option.
328
328
  * @throws {RequiredError}
329
329
  */
@@ -521,7 +521,7 @@ var ProductFieldsApiFp = function (configuration) {
521
521
  * @param {string} [search] Search query.
522
522
  * @param {string} [order] Ordering criteria.
523
523
  * @param {string} [expand] Extra fields to fetch.
524
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
524
+ * @param {string} [filters]
525
525
  * @param {*} [options] Override http request option.
526
526
  * @throws {RequiredError}
527
527
  */
@@ -548,7 +548,7 @@ var ProductFieldsApiFp = function (configuration) {
548
548
  * @param {string} [search] Search query.
549
549
  * @param {string} [order] Ordering criteria.
550
550
  * @param {string} [expand] Extra fields to fetch.
551
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
551
+ * @param {string} [filters]
552
552
  * @param {*} [options] Override http request option.
553
553
  * @throws {RequiredError}
554
554
  */
@@ -640,7 +640,7 @@ var ProductFieldsApiFactory = function (configuration, basePath, axios) {
640
640
  * @param {string} [search] Search query.
641
641
  * @param {string} [order] Ordering criteria.
642
642
  * @param {string} [expand] Extra fields to fetch.
643
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
643
+ * @param {string} [filters]
644
644
  * @param {*} [options] Override http request option.
645
645
  * @throws {RequiredError}
646
646
  */
@@ -657,7 +657,7 @@ var ProductFieldsApiFactory = function (configuration, basePath, axios) {
657
657
  * @param {string} [search] Search query.
658
658
  * @param {string} [order] Ordering criteria.
659
659
  * @param {string} [expand] Extra fields to fetch.
660
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
660
+ * @param {string} [filters]
661
661
  * @param {*} [options] Override http request option.
662
662
  * @throws {RequiredError}
663
663
  */
@@ -47,7 +47,7 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
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.
@@ -59,7 +59,7 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
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.
@@ -76,7 +76,7 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
76
76
  * @param {string} [search] Search query.
77
77
  * @param {string} [order] Ordering criteria.
78
78
  * @param {string} [expand] You can expand product versions and insured object types list in this endpoint. By default, versions & insuredObjectTypes will be an empty array.
79
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
79
+ * @param {string} [filters]
80
80
  * @param {*} [options] Override http request option.
81
81
  * @throws {RequiredError}
82
82
  */
@@ -120,7 +120,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
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.
@@ -132,7 +132,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
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.
@@ -149,7 +149,7 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
149
149
  * @param {string} [search] Search query.
150
150
  * @param {string} [order] Ordering criteria.
151
151
  * @param {string} [expand] You can expand product versions and insured object types list in this endpoint. By default, versions & insuredObjectTypes will be an empty array.
152
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
152
+ * @param {string} [filters]
153
153
  * @param {*} [options] Override http request option.
154
154
  * @throws {RequiredError}
155
155
  */
@@ -193,7 +193,7 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
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.
@@ -205,7 +205,7 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
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.
@@ -222,7 +222,7 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
222
222
  * @param {string} [search] Search query.
223
223
  * @param {string} [order] Ordering criteria.
224
224
  * @param {string} [expand] You can expand product versions and insured object types list in this endpoint. By default, versions & insuredObjectTypes will be an empty array.
225
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
225
+ * @param {string} [filters]
226
226
  * @param {*} [options] Override http request option.
227
227
  * @throws {RequiredError}
228
228
  */
@@ -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
  */
@@ -399,7 +399,7 @@ export interface ProductsApiListProductsRequest {
399
399
  */
400
400
  readonly expand?: string;
401
401
  /**
402
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
402
+ *
403
403
  * @type {string}
404
404
  * @memberof ProductsApiListProducts
405
405
  */
@@ -198,7 +198,7 @@ var ProductsApiAxiosParamCreator = function (configuration) {
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.
@@ -262,7 +262,7 @@ var ProductsApiAxiosParamCreator = function (configuration) {
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.
@@ -333,7 +333,7 @@ var ProductsApiAxiosParamCreator = function (configuration) {
333
333
  * @param {string} [search] Search query.
334
334
  * @param {string} [order] Ordering criteria.
335
335
  * @param {string} [expand] You can expand product versions and insured object types list in this endpoint. By default, versions & insuredObjectTypes will be an empty array.
336
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
336
+ * @param {string} [filters]
337
337
  * @param {*} [options] Override http request option.
338
338
  * @throws {RequiredError}
339
339
  */
@@ -505,7 +505,7 @@ var ProductsApiFp = function (configuration) {
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.
@@ -529,7 +529,7 @@ var ProductsApiFp = function (configuration) {
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.
@@ -558,7 +558,7 @@ var ProductsApiFp = function (configuration) {
558
558
  * @param {string} [search] Search query.
559
559
  * @param {string} [order] Ordering criteria.
560
560
  * @param {string} [expand] You can expand product versions and insured object types list in this endpoint. By default, versions & insuredObjectTypes will be an empty array.
561
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
561
+ * @param {string} [filters]
562
562
  * @param {*} [options] Override http request option.
563
563
  * @throws {RequiredError}
564
564
  */
@@ -634,7 +634,7 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
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.
@@ -648,7 +648,7 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
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.
@@ -667,7 +667,7 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
667
667
  * @param {string} [search] Search query.
668
668
  * @param {string} [order] Ordering criteria.
669
669
  * @param {string} [expand] You can expand product versions and insured object types list in this endpoint. By default, versions & insuredObjectTypes will be an empty array.
670
- * @param {string} [filters] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
670
+ * @param {string} [filters]
671
671
  * @param {*} [options] Override http request option.
672
672
  * @throws {RequiredError}
673
673
  */
package/dist/api.d.ts CHANGED
@@ -12,15 +12,14 @@
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';
16
15
  export * from './api/insured-object-types-api';
17
16
  export * from './api/insured-objects-api';
18
17
  export * from './api/lead-statuses-api';
19
18
  export * from './api/lead-versions-api';
20
19
  export * from './api/leads-api';
21
20
  export * from './api/named-ranges-api';
22
- export * from './api/partner-roles-api';
23
21
  export * from './api/policies-api';
22
+ export * from './api/policy-partner-roles-api';
24
23
  export * from './api/premium-formulas-api';
25
24
  export * from './api/product-factors-api';
26
25
  export * from './api/product-fields-api';
package/dist/api.js CHANGED
@@ -30,15 +30,14 @@ 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);
34
33
  __exportStar(require("./api/insured-object-types-api"), exports);
35
34
  __exportStar(require("./api/insured-objects-api"), exports);
36
35
  __exportStar(require("./api/lead-statuses-api"), exports);
37
36
  __exportStar(require("./api/lead-versions-api"), exports);
38
37
  __exportStar(require("./api/leads-api"), exports);
39
38
  __exportStar(require("./api/named-ranges-api"), exports);
40
- __exportStar(require("./api/partner-roles-api"), exports);
41
39
  __exportStar(require("./api/policies-api"), exports);
40
+ __exportStar(require("./api/policy-partner-roles-api"), exports);
42
41
  __exportStar(require("./api/premium-formulas-api"), exports);
43
42
  __exportStar(require("./api/product-factors-api"), exports);
44
43
  __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
  */
@@ -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
  */
@@ -12,19 +12,19 @@
12
12
  /**
13
13
  *
14
14
  * @export
15
- * @interface UpdatePartnerRoleRequestDto
15
+ * @interface CreatePolicyPartnerRoleRequestDto
16
16
  */
17
- export interface UpdatePartnerRoleRequestDto {
17
+ export interface CreatePolicyPartnerRoleRequestDto {
18
18
  /**
19
- * Name of the partner role.
19
+ * Name of the policy partner role.
20
20
  * @type {string}
21
- * @memberof UpdatePartnerRoleRequestDto
21
+ * @memberof CreatePolicyPartnerRoleRequestDto
22
22
  */
23
23
  'name': string;
24
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.
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
26
  * @type {string}
27
- * @memberof UpdatePartnerRoleRequestDto
27
+ * @memberof CreatePolicyPartnerRoleRequestDto
28
28
  */
29
29
  'productSlug'?: string;
30
30
  }
@@ -9,22 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { PolicyPartnerRoleClass } from './policy-partner-role-class';
12
13
  /**
13
14
  *
14
15
  * @export
15
- * @interface EmilFunctionSecretClass
16
+ * @interface CreatePolicyPartnerRoleResponseClass
16
17
  */
17
- export interface EmilFunctionSecretClass {
18
+ export interface CreatePolicyPartnerRoleResponseClass {
18
19
  /**
19
- * Emil function secret name.
20
- * @type {string}
21
- * @memberof EmilFunctionSecretClass
20
+ * Policy partner role
21
+ * @type {PolicyPartnerRoleClass}
22
+ * @memberof CreatePolicyPartnerRoleResponseClass
22
23
  */
23
- 'name': string;
24
- /**
25
- * Emil function secret description.
26
- * @type {string}
27
- * @memberof EmilFunctionSecretClass
28
- */
29
- 'description': string;
24
+ 'policyPartnerRole': PolicyPartnerRoleClass;
30
25
  }
@@ -34,7 +34,7 @@ export interface CreateProductRequestDto {
34
34
  */
35
35
  'contractDurationDays': number;
36
36
  /**
37
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
37
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
38
38
  * @type {string}
39
39
  * @memberof CreateProductRequestDto
40
40
  */
@@ -9,17 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PartnerRoleClass } from './partner-role-class';
12
+ import { PolicyPartnerRoleClass } from './policy-partner-role-class';
13
13
  /**
14
14
  *
15
15
  * @export
16
- * @interface CreatePartnerRoleResponseClass
16
+ * @interface GetPolicyPartnerRoleResponseClass
17
17
  */
18
- export interface CreatePartnerRoleResponseClass {
18
+ export interface GetPolicyPartnerRoleResponseClass {
19
19
  /**
20
- * Partner role
21
- * @type {PartnerRoleClass}
22
- * @memberof CreatePartnerRoleResponseClass
20
+ * Policy partner role
21
+ * @type {PolicyPartnerRoleClass}
22
+ * @memberof GetPolicyPartnerRoleResponseClass
23
23
  */
24
- 'partnerRole': PartnerRoleClass;
24
+ 'policyPartnerRole': PolicyPartnerRoleClass;
25
25
  }
@@ -28,7 +28,7 @@ export interface GetProductRequestDto {
28
28
  */
29
29
  'code': string;
30
30
  /**
31
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
31
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
32
32
  * @type {string}
33
33
  * @memberof GetProductRequestDto
34
34
  */