@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
@@ -13,19 +13,24 @@
13
13
  */
14
14
 
15
15
 
16
- import { PolicyPartnerRoleClass } from './policy-partner-role-class';
17
16
 
18
17
  /**
19
18
  *
20
19
  * @export
21
- * @interface UpdatePolicyPartnerRoleResponseClass
20
+ * @interface EmilFunctionSecretClass
22
21
  */
23
- export interface UpdatePolicyPartnerRoleResponseClass {
22
+ export interface EmilFunctionSecretClass {
24
23
  /**
25
- * Policy partner role
26
- * @type {PolicyPartnerRoleClass}
27
- * @memberof UpdatePolicyPartnerRoleResponseClass
24
+ * Emil function secret name.
25
+ * @type {string}
26
+ * @memberof EmilFunctionSecretClass
28
27
  */
29
- 'policyPartnerRole': PolicyPartnerRoleClass;
28
+ 'name': string;
29
+ /**
30
+ * Emil function secret description.
31
+ * @type {string}
32
+ * @memberof EmilFunctionSecretClass
33
+ */
34
+ 'description': string;
30
35
  }
31
36
 
@@ -0,0 +1,30 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface ExecuteEmilFunctionRequestDto
21
+ */
22
+ export interface ExecuteEmilFunctionRequestDto {
23
+ /**
24
+ * Emil function call payload.
25
+ * @type {object}
26
+ * @memberof ExecuteEmilFunctionRequestDto
27
+ */
28
+ 'payload': object;
29
+ }
30
+
@@ -0,0 +1,30 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface GetEmilFunctionSecretResponseClass
21
+ */
22
+ export interface GetEmilFunctionSecretResponseClass {
23
+ /**
24
+ * AWS Secret value (as string).
25
+ * @type {string}
26
+ * @memberof GetEmilFunctionSecretResponseClass
27
+ */
28
+ 'value': string;
29
+ }
30
+
@@ -13,19 +13,19 @@
13
13
  */
14
14
 
15
15
 
16
- import { PolicyPartnerRoleClass } from './policy-partner-role-class';
16
+ import { PartnerLinkClass } from './partner-link-class';
17
17
 
18
18
  /**
19
19
  *
20
20
  * @export
21
- * @interface CreatePolicyPartnerRoleResponseClass
21
+ * @interface GetPartnerLinkResponseClass
22
22
  */
23
- export interface CreatePolicyPartnerRoleResponseClass {
23
+ export interface GetPartnerLinkResponseClass {
24
24
  /**
25
- * Policy partner role
26
- * @type {PolicyPartnerRoleClass}
27
- * @memberof CreatePolicyPartnerRoleResponseClass
25
+ * Partner link
26
+ * @type {PartnerLinkClass}
27
+ * @memberof GetPartnerLinkResponseClass
28
28
  */
29
- 'policyPartnerRole': PolicyPartnerRoleClass;
29
+ 'partnerLink': PartnerLinkClass;
30
30
  }
31
31
 
@@ -0,0 +1,31 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { PartnerRoleClass } from './partner-role-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface GetPartnerRoleResponseClass
22
+ */
23
+ export interface GetPartnerRoleResponseClass {
24
+ /**
25
+ * Partner role
26
+ * @type {PartnerRoleClass}
27
+ * @memberof GetPartnerRoleResponseClass
28
+ */
29
+ 'partnerRole': PartnerRoleClass;
30
+ }
31
+
@@ -33,7 +33,7 @@ export interface GetProductRequestDto {
33
33
  */
34
34
  'code': 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 GetProductRequestDto
39
39
  */
package/models/index.ts CHANGED
@@ -11,6 +11,8 @@ 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';
14
16
  export * from './create-insured-object-request-dto';
15
17
  export * from './create-insured-object-response-class';
16
18
  export * from './create-lead-async-response-class';
@@ -22,9 +24,9 @@ export * from './create-lead-status-response-class';
22
24
  export * from './create-named-range-request-dto';
23
25
  export * from './create-named-range-response-class';
24
26
  export * from './create-named-request-s3-data-class';
27
+ export * from './create-partner-role-request-dto';
28
+ export * from './create-partner-role-response-class';
25
29
  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';
28
30
  export * from './create-policy-request-dto';
29
31
  export * from './create-policy-response-class';
30
32
  export * from './create-premium-formula-request-dto';
@@ -38,19 +40,24 @@ export * from './create-status-transition-rule-response-class';
38
40
  export * from './csv-product-factor-dto';
39
41
  export * from './delete-draft-policy-request-dto';
40
42
  export * from './delete-response-class';
43
+ export * from './emil-function-class';
44
+ export * from './emil-function-secret-class';
41
45
  export * from './empty-response-class';
46
+ export * from './execute-emil-function-request-dto';
42
47
  export * from './filter-named-range-request-dto';
43
48
  export * from './filter-named-range-response-class';
44
49
  export * from './get-booking-funnel-version-request-dto';
45
50
  export * from './get-draft-policy-request-dto';
51
+ export * from './get-emil-function-secret-response-class';
46
52
  export * from './get-insured-object-response-class';
47
53
  export * from './get-lead-response-class';
48
54
  export * from './get-lead-status-response-class';
49
55
  export * from './get-lead-version-request-dto';
50
56
  export * from './get-lead-version-response-class';
51
57
  export * from './get-named-range-response-class';
58
+ export * from './get-partner-link-response-class';
59
+ export * from './get-partner-role-response-class';
52
60
  export * from './get-policy-data-by-date-request-dto';
53
- export * from './get-policy-partner-role-response-class';
54
61
  export * from './get-policy-request-dto';
55
62
  export * from './get-policy-response-class';
56
63
  export * from './get-premium-formula-request-dto';
@@ -81,16 +88,21 @@ export * from './invoice-status-class';
81
88
  export * from './lead-bank-account-class';
82
89
  export * from './lead-class';
83
90
  export * from './lead-status-class';
91
+ export * from './link-partner-request-dto';
92
+ export * from './link-partner-response-class';
84
93
  export * from './list-booking-funnels-response-class';
94
+ export * from './list-emil-function-secrets-response-class';
95
+ export * from './list-emil-functions-response-class';
85
96
  export * from './list-insured-object-types-response-class';
86
97
  export * from './list-insured-objects-response-class';
87
98
  export * from './list-lead-statuses-response-class';
88
99
  export * from './list-lead-versions-response-class';
89
100
  export * from './list-leads-response-class';
90
101
  export * from './list-named-ranges-response-class';
102
+ export * from './list-partner-links-response-class';
103
+ export * from './list-partner-roles-response-class';
91
104
  export * from './list-policies-response-class';
92
105
  export * from './list-policy-objects-response-class';
93
- export * from './list-policy-partner-roles-response-class';
94
106
  export * from './list-policy-version-response-class';
95
107
  export * from './list-policy-versions-request-dto';
96
108
  export * from './list-premium-formulas-response-class';
@@ -101,6 +113,9 @@ export * from './list-products-response-class';
101
113
  export * from './list-request-dto';
102
114
  export * from './list-status-transition-rules-response-class';
103
115
  export * from './named-range-class';
116
+ export * from './partner-class';
117
+ export * from './partner-link-class';
118
+ export * from './partner-role-class';
104
119
  export * from './patch-booking-funnel-request-dto';
105
120
  export * from './patch-draft-policy-request-dto';
106
121
  export * from './patch-lead-request-dto';
@@ -112,7 +127,6 @@ export * from './patch-status-transition-rule-response-class';
112
127
  export * from './policy-class';
113
128
  export * from './policy-object-class';
114
129
  export * from './policy-object-dto';
115
- export * from './policy-partner-role-class';
116
130
  export * from './policy-premium-class';
117
131
  export * from './policy-premium-item-class';
118
132
  export * from './policy-version-class';
@@ -141,17 +155,23 @@ export * from './store-product-factors-response-class';
141
155
  export * from './suspend-policy-request-dto';
142
156
  export * from './suspend-policy-response-class';
143
157
  export * from './swap-premium-formulas-order-request-dto';
158
+ export * from './swap-product-fields-order-request-dto';
144
159
  export * from './terminate-policy-request-dto';
145
160
  export * from './terminate-policy-response-class';
146
161
  export * from './timeslice-class';
162
+ export * from './unlink-partner-response-class';
147
163
  export * from './update-booking-funnel-request-dto';
164
+ export * from './update-emil-function-request-dto';
165
+ export * from './update-emil-function-secret-request-dto';
148
166
  export * from './update-insured-object-request-dto';
149
167
  export * from './update-lead-request-dto';
150
168
  export * from './update-lead-response-class';
151
169
  export * from './update-named-range-request-dto';
152
170
  export * from './update-named-range-response-class';
153
- export * from './update-policy-partner-role-request-dto';
154
- export * from './update-policy-partner-role-response-class';
171
+ export * from './update-partner-link-request-dto';
172
+ export * from './update-partner-link-response-class';
173
+ export * from './update-partner-role-request-dto';
174
+ export * from './update-partner-role-response-class';
155
175
  export * from './update-policy-request-dto';
156
176
  export * from './update-policy-response-class';
157
177
  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
  */
@@ -17,6 +17,7 @@ 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';
20
21
  import { PremiumOverrideRequestClass } from './premium-override-request-class';
21
22
  import { SharedInvoiceClass } from './shared-invoice-class';
22
23
  import { UploadedDocumentDto } from './uploaded-document-dto';
@@ -94,7 +95,7 @@ export interface LeadClass {
94
95
  */
95
96
  'premiumOverride'?: PremiumOverrideRequestClass;
96
97
  /**
97
- * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
98
+ * A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
98
99
  * @type {string}
99
100
  * @memberof LeadClass
100
101
  */
@@ -141,5 +142,11 @@ export interface LeadClass {
141
142
  * @memberof LeadClass
142
143
  */
143
144
  'version'?: number;
145
+ /**
146
+ * Partner links.
147
+ * @type {Array<PartnerLinkClass>}
148
+ * @memberof LeadClass
149
+ */
150
+ 'partnerLinks': Array<PartnerLinkClass>;
144
151
  }
145
152
 
@@ -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
  */
@@ -0,0 +1,60 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface LinkPartnerRequestDto
21
+ */
22
+ export interface LinkPartnerRequestDto {
23
+ /**
24
+ * Unique identifier of the partner that this object belongs to.
25
+ * @type {string}
26
+ * @memberof LinkPartnerRequestDto
27
+ */
28
+ 'partnerCode': string;
29
+ /**
30
+ * Unique identifier of the partner role that this object belongs to.
31
+ * @type {string}
32
+ * @memberof LinkPartnerRequestDto
33
+ */
34
+ 'partnerRoleCode': string;
35
+ /**
36
+ * Unique identifier of the policy that this object belongs to. Either this or leadCode should be provided, but not both.
37
+ * @type {string}
38
+ * @memberof LinkPartnerRequestDto
39
+ */
40
+ 'policyCode'?: string;
41
+ /**
42
+ * Unique identifier of the lead that this object belongs to. Either this or policyCode should be provided, but not both.
43
+ * @type {string}
44
+ * @memberof LinkPartnerRequestDto
45
+ */
46
+ 'leadCode'?: string;
47
+ /**
48
+ * Date from which the partner should be linked.
49
+ * @type {string}
50
+ * @memberof LinkPartnerRequestDto
51
+ */
52
+ 'startDate'?: string;
53
+ /**
54
+ * Date to which the partner should be linked.
55
+ * @type {string}
56
+ * @memberof LinkPartnerRequestDto
57
+ */
58
+ 'endDate'?: string;
59
+ }
60
+
@@ -0,0 +1,31 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { PartnerLinkClass } from './partner-link-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface LinkPartnerResponseClass
22
+ */
23
+ export interface LinkPartnerResponseClass {
24
+ /**
25
+ * Partner link
26
+ * @type {PartnerLinkClass}
27
+ * @memberof LinkPartnerResponseClass
28
+ */
29
+ 'partnerLink': PartnerLinkClass;
30
+ }
31
+
@@ -0,0 +1,31 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { EmilFunctionSecretClass } from './emil-function-secret-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListEmilFunctionSecretsResponseClass
22
+ */
23
+ export interface ListEmilFunctionSecretsResponseClass {
24
+ /**
25
+ * Emil function secrets
26
+ * @type {Array<EmilFunctionSecretClass>}
27
+ * @memberof ListEmilFunctionSecretsResponseClass
28
+ */
29
+ 'items': Array<EmilFunctionSecretClass>;
30
+ }
31
+
@@ -13,24 +13,24 @@
13
13
  */
14
14
 
15
15
 
16
- import { PolicyPartnerRoleClass } from './policy-partner-role-class';
16
+ import { EmilFunctionClass } from './emil-function-class';
17
17
 
18
18
  /**
19
19
  *
20
20
  * @export
21
- * @interface ListPolicyPartnerRolesResponseClass
21
+ * @interface ListEmilFunctionsResponseClass
22
22
  */
23
- export interface ListPolicyPartnerRolesResponseClass {
23
+ export interface ListEmilFunctionsResponseClass {
24
24
  /**
25
- * The list of policy partner roles.
26
- * @type {Array<PolicyPartnerRoleClass>}
27
- * @memberof ListPolicyPartnerRolesResponseClass
25
+ * EmilFunctions
26
+ * @type {Array<EmilFunctionClass>}
27
+ * @memberof ListEmilFunctionsResponseClass
28
28
  */
29
- 'items': Array<PolicyPartnerRoleClass>;
29
+ 'items': Array<EmilFunctionClass>;
30
30
  /**
31
31
  * Next page token.
32
32
  * @type {string}
33
- * @memberof ListPolicyPartnerRolesResponseClass
33
+ * @memberof ListEmilFunctionsResponseClass
34
34
  */
35
35
  'nextPageToken': string;
36
36
  }
@@ -0,0 +1,37 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { PartnerLinkClass } from './partner-link-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListPartnerLinksResponseClass
22
+ */
23
+ export interface ListPartnerLinksResponseClass {
24
+ /**
25
+ * The list of partner links.
26
+ * @type {Array<PartnerLinkClass>}
27
+ * @memberof ListPartnerLinksResponseClass
28
+ */
29
+ 'items': Array<PartnerLinkClass>;
30
+ /**
31
+ * Next page token.
32
+ * @type {string}
33
+ * @memberof ListPartnerLinksResponseClass
34
+ */
35
+ 'nextPageToken': string;
36
+ }
37
+
@@ -0,0 +1,37 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { PartnerRoleClass } from './partner-role-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListPartnerRolesResponseClass
22
+ */
23
+ export interface ListPartnerRolesResponseClass {
24
+ /**
25
+ * The list of partner roles.
26
+ * @type {Array<PartnerRoleClass>}
27
+ * @memberof ListPartnerRolesResponseClass
28
+ */
29
+ 'items': Array<PartnerRoleClass>;
30
+ /**
31
+ * Next page token.
32
+ * @type {string}
33
+ * @memberof ListPartnerRolesResponseClass
34
+ */
35
+ 'nextPageToken': string;
36
+ }
37
+
@@ -0,0 +1,66 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL InsuranceService
5
+ * The EMIL InsuranceService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface PartnerClass
21
+ */
22
+ export interface PartnerClass {
23
+ /**
24
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
25
+ * @type {number}
26
+ * @memberof PartnerClass
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * Unique identifier for the object.
31
+ * @type {string}
32
+ * @memberof PartnerClass
33
+ */
34
+ 'code': string;
35
+ /**
36
+ * Unique identifier referencing the partner type.
37
+ * @type {number}
38
+ * @memberof PartnerClass
39
+ */
40
+ 'partnerTypeId': number;
41
+ /**
42
+ * For person partner type displayName is a combination if firstname and lastname. For organization its organization name.
43
+ * @type {string}
44
+ * @memberof PartnerClass
45
+ */
46
+ 'displayName': string;
47
+ /**
48
+ * The partner object, based on partner schema.
49
+ * @type {object}
50
+ * @memberof PartnerClass
51
+ */
52
+ 'partner'?: object;
53
+ /**
54
+ * The version number of the partner
55
+ * @type {number}
56
+ * @memberof PartnerClass
57
+ */
58
+ 'version'?: number;
59
+ /**
60
+ * Last user who updated the entity
61
+ * @type {string}
62
+ * @memberof PartnerClass
63
+ */
64
+ 'updatedBy'?: string;
65
+ }
66
+