@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
package/models/index.ts CHANGED
@@ -11,8 +11,6 @@ export * from './create-booking-funnel-request-dto';
11
11
  export * from './create-custom-application-request-dto';
12
12
  export * from './create-draft-policy-request-dto';
13
13
  export * from './create-dummy-policy-request-dto';
14
- export * from './create-emil-function-request-dto';
15
- export * from './create-emil-function-secret-request-dto';
16
14
  export * from './create-insured-object-request-dto';
17
15
  export * from './create-insured-object-response-class';
18
16
  export * from './create-lead-async-response-class';
@@ -24,9 +22,9 @@ export * from './create-lead-status-response-class';
24
22
  export * from './create-named-range-request-dto';
25
23
  export * from './create-named-range-response-class';
26
24
  export * from './create-named-request-s3-data-class';
27
- export * from './create-partner-role-request-dto';
28
- export * from './create-partner-role-response-class';
29
25
  export * from './create-payment-method-request-dto';
26
+ export * from './create-policy-partner-role-request-dto';
27
+ export * from './create-policy-partner-role-response-class';
30
28
  export * from './create-policy-request-dto';
31
29
  export * from './create-policy-response-class';
32
30
  export * from './create-premium-formula-request-dto';
@@ -40,23 +38,19 @@ export * from './create-status-transition-rule-response-class';
40
38
  export * from './csv-product-factor-dto';
41
39
  export * from './delete-draft-policy-request-dto';
42
40
  export * from './delete-response-class';
43
- export * from './emil-function-class';
44
- export * from './emil-function-secret-class';
45
41
  export * from './empty-response-class';
46
- export * from './execute-emil-function-request-dto';
47
42
  export * from './filter-named-range-request-dto';
48
43
  export * from './filter-named-range-response-class';
49
44
  export * from './get-booking-funnel-version-request-dto';
50
45
  export * from './get-draft-policy-request-dto';
51
- export * from './get-emil-function-secret-response-class';
52
46
  export * from './get-insured-object-response-class';
53
47
  export * from './get-lead-response-class';
54
48
  export * from './get-lead-status-response-class';
55
49
  export * from './get-lead-version-request-dto';
56
50
  export * from './get-lead-version-response-class';
57
51
  export * from './get-named-range-response-class';
58
- export * from './get-partner-role-response-class';
59
52
  export * from './get-policy-data-by-date-request-dto';
53
+ export * from './get-policy-partner-role-response-class';
60
54
  export * from './get-policy-request-dto';
61
55
  export * from './get-policy-response-class';
62
56
  export * from './get-premium-formula-request-dto';
@@ -88,17 +82,15 @@ export * from './lead-bank-account-class';
88
82
  export * from './lead-class';
89
83
  export * from './lead-status-class';
90
84
  export * from './list-booking-funnels-response-class';
91
- export * from './list-emil-function-secrets-response-class';
92
- export * from './list-emil-functions-response-class';
93
85
  export * from './list-insured-object-types-response-class';
94
86
  export * from './list-insured-objects-response-class';
95
87
  export * from './list-lead-statuses-response-class';
96
88
  export * from './list-lead-versions-response-class';
97
89
  export * from './list-leads-response-class';
98
90
  export * from './list-named-ranges-response-class';
99
- export * from './list-partner-roles-response-class';
100
91
  export * from './list-policies-response-class';
101
92
  export * from './list-policy-objects-response-class';
93
+ export * from './list-policy-partner-roles-response-class';
102
94
  export * from './list-policy-version-response-class';
103
95
  export * from './list-policy-versions-request-dto';
104
96
  export * from './list-premium-formulas-response-class';
@@ -109,9 +101,6 @@ export * from './list-products-response-class';
109
101
  export * from './list-request-dto';
110
102
  export * from './list-status-transition-rules-response-class';
111
103
  export * from './named-range-class';
112
- export * from './partner-class';
113
- export * from './partner-link-class';
114
- export * from './partner-role-class';
115
104
  export * from './patch-booking-funnel-request-dto';
116
105
  export * from './patch-draft-policy-request-dto';
117
106
  export * from './patch-lead-request-dto';
@@ -123,6 +112,7 @@ export * from './patch-status-transition-rule-response-class';
123
112
  export * from './policy-class';
124
113
  export * from './policy-object-class';
125
114
  export * from './policy-object-dto';
115
+ export * from './policy-partner-role-class';
126
116
  export * from './policy-premium-class';
127
117
  export * from './policy-premium-item-class';
128
118
  export * from './policy-version-class';
@@ -155,15 +145,13 @@ export * from './terminate-policy-request-dto';
155
145
  export * from './terminate-policy-response-class';
156
146
  export * from './timeslice-class';
157
147
  export * from './update-booking-funnel-request-dto';
158
- export * from './update-emil-function-request-dto';
159
- export * from './update-emil-function-secret-request-dto';
160
148
  export * from './update-insured-object-request-dto';
161
149
  export * from './update-lead-request-dto';
162
150
  export * from './update-lead-response-class';
163
151
  export * from './update-named-range-request-dto';
164
152
  export * from './update-named-range-response-class';
165
- export * from './update-partner-role-request-dto';
166
- export * from './update-partner-role-response-class';
153
+ export * from './update-policy-partner-role-request-dto';
154
+ export * from './update-policy-partner-role-response-class';
167
155
  export * from './update-policy-request-dto';
168
156
  export * from './update-policy-response-class';
169
157
  export * from './update-premium-formula-request-dto';
@@ -33,7 +33,7 @@ export interface InsuredObjectTypeClass {
33
33
  */
34
34
  'name': string;
35
35
  /**
36
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
36
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
37
37
  * @type {string}
38
38
  * @memberof InsuredObjectTypeClass
39
39
  */
@@ -110,18 +110,6 @@ export interface InvoiceItemClass {
110
110
  * @memberof InvoiceItemClass
111
111
  */
112
112
  'billingIntervalTo': string;
113
- /**
114
- * Invoice item quantity per day.
115
- * @type {number}
116
- * @memberof InvoiceItemClass
117
- */
118
- 'quantityPerDays': number;
119
- /**
120
- * Invoice item price per day.
121
- * @type {number}
122
- * @memberof InvoiceItemClass
123
- */
124
- 'pricePerDay': number;
125
113
  }
126
114
 
127
115
  export const InvoiceItemClassUnitEnum = {
@@ -17,7 +17,6 @@ import { CreateAccountRequestDto } from './create-account-request-dto';
17
17
  import { CreateLeadPolicyRequestDto } from './create-lead-policy-request-dto';
18
18
  import { CreatePaymentMethodRequestDto } from './create-payment-method-request-dto';
19
19
  import { LeadBankAccountClass } from './lead-bank-account-class';
20
- import { PartnerLinkClass } from './partner-link-class';
21
20
  import { PremiumOverrideRequestClass } from './premium-override-request-class';
22
21
  import { SharedInvoiceClass } from './shared-invoice-class';
23
22
  import { UploadedDocumentDto } from './uploaded-document-dto';
@@ -95,7 +94,7 @@ export interface LeadClass {
95
94
  */
96
95
  'premiumOverride'?: PremiumOverrideRequestClass;
97
96
  /**
98
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
97
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
99
98
  * @type {string}
100
99
  * @memberof LeadClass
101
100
  */
@@ -142,11 +141,5 @@ export interface LeadClass {
142
141
  * @memberof LeadClass
143
142
  */
144
143
  'version'?: number;
145
- /**
146
- * Partner links.
147
- * @type {Array<PartnerLinkClass>}
148
- * @memberof LeadClass
149
- */
150
- 'partnerLinks': Array<PartnerLinkClass>;
151
144
  }
152
145
 
@@ -33,7 +33,7 @@ export interface LeadStatusClass {
33
33
  */
34
34
  'name': string;
35
35
  /**
36
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
36
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
37
37
  * @type {string}
38
38
  * @memberof LeadStatusClass
39
39
  */
@@ -13,24 +13,24 @@
13
13
  */
14
14
 
15
15
 
16
- import { EmilFunctionClass } from './emil-function-class';
16
+ import { PolicyPartnerRoleClass } from './policy-partner-role-class';
17
17
 
18
18
  /**
19
19
  *
20
20
  * @export
21
- * @interface ListEmilFunctionsResponseClass
21
+ * @interface ListPolicyPartnerRolesResponseClass
22
22
  */
23
- export interface ListEmilFunctionsResponseClass {
23
+ export interface ListPolicyPartnerRolesResponseClass {
24
24
  /**
25
- * EmilFunctions
26
- * @type {Array<EmilFunctionClass>}
27
- * @memberof ListEmilFunctionsResponseClass
25
+ * The list of policy partner roles.
26
+ * @type {Array<PolicyPartnerRoleClass>}
27
+ * @memberof ListPolicyPartnerRolesResponseClass
28
28
  */
29
- 'items': Array<EmilFunctionClass>;
29
+ 'items': Array<PolicyPartnerRoleClass>;
30
30
  /**
31
31
  * Next page token.
32
32
  * @type {string}
33
- * @memberof ListEmilFunctionsResponseClass
33
+ * @memberof ListPolicyPartnerRolesResponseClass
34
34
  */
35
35
  'nextPageToken': string;
36
36
  }
@@ -57,7 +57,7 @@ export interface ListPolicyVersionsRequestDto {
57
57
  */
58
58
  'expand'?: string;
59
59
  /**
60
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
60
+ *
61
61
  * @type {string}
62
62
  * @memberof ListPolicyVersionsRequestDto
63
63
  */
@@ -57,7 +57,7 @@ export interface ListRequestDto {
57
57
  */
58
58
  'expand'?: string;
59
59
  /**
60
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
60
+ *
61
61
  * @type {string}
62
62
  * @memberof ListRequestDto
63
63
  */
@@ -33,7 +33,7 @@ export interface PatchDraftPolicyRequestDto {
33
33
  * @type {string}
34
34
  * @memberof PatchDraftPolicyRequestDto
35
35
  */
36
- 'from'?: string;
36
+ 'from': string;
37
37
  /**
38
38
  * Date to which the policy should be updated. This will create a new timeline finishing at this date.
39
39
  * @type {string}
@@ -13,7 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
- import { PartnerLinkClass } from './partner-link-class';
17
16
  import { PolicyVersionClass } from './policy-version-class';
18
17
  import { ProductClass } from './product-class';
19
18
 
@@ -131,11 +130,5 @@ export interface PolicyClass {
131
130
  * @memberof PolicyClass
132
131
  */
133
132
  'ern': string;
134
- /**
135
- * Partner links.
136
- * @type {Array<PartnerLinkClass>}
137
- * @memberof PolicyClass
138
- */
139
- 'partnerLinks': Array<PartnerLinkClass>;
140
133
  }
141
134
 
@@ -17,43 +17,43 @@
17
17
  /**
18
18
  *
19
19
  * @export
20
- * @interface PartnerRoleClass
20
+ * @interface PolicyPartnerRoleClass
21
21
  */
22
- export interface PartnerRoleClass {
22
+ export interface PolicyPartnerRoleClass {
23
23
  /**
24
24
  * Internal unique identifier for the object. You should not have to use this, use code instead.
25
25
  * @type {number}
26
- * @memberof PartnerRoleClass
26
+ * @memberof PolicyPartnerRoleClass
27
27
  */
28
28
  'id': number;
29
29
  /**
30
30
  * Unique identifier for the object.
31
31
  * @type {string}
32
- * @memberof PartnerRoleClass
32
+ * @memberof PolicyPartnerRoleClass
33
33
  */
34
34
  'code': string;
35
35
  /**
36
- * Name of the partner role.
36
+ * Name of the policy partner role.
37
37
  * @type {string}
38
- * @memberof PartnerRoleClass
38
+ * @memberof PolicyPartnerRoleClass
39
39
  */
40
40
  'name': string;
41
41
  /**
42
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
42
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
43
43
  * @type {string}
44
- * @memberof PartnerRoleClass
44
+ * @memberof PolicyPartnerRoleClass
45
45
  */
46
46
  'productSlug'?: string;
47
47
  /**
48
48
  * Time at which the object was created.
49
49
  * @type {string}
50
- * @memberof PartnerRoleClass
50
+ * @memberof PolicyPartnerRoleClass
51
51
  */
52
52
  'createdAt': string;
53
53
  /**
54
54
  * Time at which the object was updated.
55
55
  * @type {string}
56
- * @memberof PartnerRoleClass
56
+ * @memberof PolicyPartnerRoleClass
57
57
  */
58
58
  'updatedAt': string;
59
59
  }
@@ -41,7 +41,7 @@ export interface ProductClass {
41
41
  */
42
42
  'name': string;
43
43
  /**
44
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
44
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
45
45
  * @type {string}
46
46
  * @memberof ProductClass
47
47
  */
@@ -27,7 +27,7 @@ export interface SharedUpdateNamedRangeRequestDto {
27
27
  */
28
28
  'id': number;
29
29
  /**
30
- * New name of the named range. For instance, postal codes.
30
+ * New name of the named range.
31
31
  * @type {string}
32
32
  * @memberof SharedUpdateNamedRangeRequestDto
33
33
  */
@@ -51,7 +51,7 @@ export interface StatusTransitionRuleClass {
51
51
  */
52
52
  'nextStatuses': Array<string>;
53
53
  /**
54
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
54
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
55
55
  * @type {string}
56
56
  * @memberof StatusTransitionRuleClass
57
57
  */
@@ -21,7 +21,7 @@
21
21
  */
22
22
  export interface UpdateNamedRangeRequestDto {
23
23
  /**
24
- * New name of the named range. For instance, postal codes.
24
+ * New name of the named range.
25
25
  * @type {string}
26
26
  * @memberof UpdateNamedRangeRequestDto
27
27
  */
@@ -17,19 +17,19 @@
17
17
  /**
18
18
  *
19
19
  * @export
20
- * @interface CreatePartnerRoleRequestDto
20
+ * @interface UpdatePolicyPartnerRoleRequestDto
21
21
  */
22
- export interface CreatePartnerRoleRequestDto {
22
+ export interface UpdatePolicyPartnerRoleRequestDto {
23
23
  /**
24
- * Name of the partner role.
24
+ * Name of the policy partner role.
25
25
  * @type {string}
26
- * @memberof CreatePartnerRoleRequestDto
26
+ * @memberof UpdatePolicyPartnerRoleRequestDto
27
27
  */
28
28
  'name': string;
29
29
  /**
30
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
30
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
31
31
  * @type {string}
32
- * @memberof CreatePartnerRoleRequestDto
32
+ * @memberof UpdatePolicyPartnerRoleRequestDto
33
33
  */
34
34
  'productSlug'?: string;
35
35
  }
@@ -13,18 +13,19 @@
13
13
  */
14
14
 
15
15
 
16
+ import { PolicyPartnerRoleClass } from './policy-partner-role-class';
16
17
 
17
18
  /**
18
19
  *
19
20
  * @export
20
- * @interface ExecuteEmilFunctionRequestDto
21
+ * @interface UpdatePolicyPartnerRoleResponseClass
21
22
  */
22
- export interface ExecuteEmilFunctionRequestDto {
23
+ export interface UpdatePolicyPartnerRoleResponseClass {
23
24
  /**
24
- * Emil function call payload.
25
- * @type {object}
26
- * @memberof ExecuteEmilFunctionRequestDto
25
+ * Policy partner role
26
+ * @type {PolicyPartnerRoleClass}
27
+ * @memberof UpdatePolicyPartnerRoleResponseClass
27
28
  */
28
- 'payload': object;
29
+ 'policyPartnerRole': PolicyPartnerRoleClass;
29
30
  }
30
31
 
@@ -33,7 +33,7 @@ export interface UpdateProductRequestDto {
33
33
  */
34
34
  'contractDurationDays': number;
35
35
  /**
36
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
36
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
37
37
  * @type {string}
38
38
  * @memberof UpdateProductRequestDto
39
39
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/insurance-sdk-node",
3
- "version": "1.48.1-beta.2",
3
+ "version": "1.49.0",
4
4
  "description": "OpenAPI client for @emilgroup/insurance-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [