@emilgroup/insurance-sdk-node 1.53.0 → 1.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/.openapi-generator/FILES +5 -0
  2. package/README.md +2 -2
  3. package/api/booking-funnel-versions-api.ts +4 -4
  4. package/api/booking-funnels-api.ts +20 -12
  5. package/api/commission-agreement-products-api.ts +8 -8
  6. package/api/commission-agreement-versions-api.ts +8 -8
  7. package/api/commission-agreements-api.ts +8 -8
  8. package/api/commission-recipients-api.ts +8 -8
  9. package/api/emil-functions-api.ts +8 -8
  10. package/api/lead-statuses-api.ts +4 -4
  11. package/api/lead-versions-api.ts +4 -4
  12. package/api/leads-api.ts +4 -4
  13. package/api/partner-links-api.ts +4 -4
  14. package/api/partner-roles-api.ts +4 -4
  15. package/api/policies-api.ts +16 -16
  16. package/api/products-api.ts +8 -8
  17. package/api/status-transition-rules-api.ts +4 -4
  18. package/base.ts +15 -7
  19. package/dist/api/booking-funnel-versions-api.d.ts +4 -4
  20. package/dist/api/booking-funnel-versions-api.js +4 -4
  21. package/dist/api/booking-funnels-api.d.ts +20 -16
  22. package/dist/api/booking-funnels-api.js +4 -4
  23. package/dist/api/commission-agreement-products-api.d.ts +8 -8
  24. package/dist/api/commission-agreement-products-api.js +7 -7
  25. package/dist/api/commission-agreement-versions-api.d.ts +8 -8
  26. package/dist/api/commission-agreement-versions-api.js +7 -7
  27. package/dist/api/commission-agreements-api.d.ts +8 -8
  28. package/dist/api/commission-agreements-api.js +7 -7
  29. package/dist/api/commission-recipients-api.d.ts +8 -8
  30. package/dist/api/commission-recipients-api.js +7 -7
  31. package/dist/api/emil-functions-api.d.ts +8 -8
  32. package/dist/api/emil-functions-api.js +8 -8
  33. package/dist/api/lead-statuses-api.d.ts +4 -4
  34. package/dist/api/lead-statuses-api.js +4 -4
  35. package/dist/api/lead-versions-api.d.ts +4 -4
  36. package/dist/api/lead-versions-api.js +4 -4
  37. package/dist/api/leads-api.d.ts +4 -4
  38. package/dist/api/leads-api.js +4 -4
  39. package/dist/api/partner-links-api.d.ts +4 -4
  40. package/dist/api/partner-links-api.js +3 -3
  41. package/dist/api/partner-roles-api.d.ts +4 -4
  42. package/dist/api/partner-roles-api.js +4 -4
  43. package/dist/api/policies-api.d.ts +16 -16
  44. package/dist/api/policies-api.js +14 -14
  45. package/dist/api/products-api.d.ts +8 -8
  46. package/dist/api/products-api.js +8 -8
  47. package/dist/api/status-transition-rules-api.d.ts +4 -4
  48. package/dist/api/status-transition-rules-api.js +4 -4
  49. package/dist/base.d.ts +3 -1
  50. package/dist/base.js +27 -20
  51. package/dist/models/booking-funnel-class.d.ts +12 -0
  52. package/dist/models/commission-agreement-class.d.ts +12 -0
  53. package/dist/models/commission-agreement-item-class.d.ts +12 -0
  54. package/dist/models/commission-agreement-product-class.d.ts +12 -0
  55. package/dist/models/commission-agreement-version-class.d.ts +12 -0
  56. package/dist/models/commission-recipient-class.d.ts +12 -0
  57. package/dist/models/create-booking-funnel-response-class.d.ts +25 -0
  58. package/dist/models/create-booking-funnel-response-class.js +15 -0
  59. package/dist/models/create-dummy-policy-request-dto.d.ts +6 -0
  60. package/dist/models/create-lead-request-dto.d.ts +4 -9
  61. package/dist/models/emil-function-class.d.ts +12 -0
  62. package/dist/models/get-booking-funnel-response-class.d.ts +25 -0
  63. package/dist/models/get-booking-funnel-response-class.js +15 -0
  64. package/dist/models/index.d.ts +5 -0
  65. package/dist/models/index.js +5 -0
  66. package/dist/models/insured-object-class.d.ts +12 -0
  67. package/dist/models/insured-object-type-class.d.ts +12 -0
  68. package/dist/models/lead-class.d.ts +12 -0
  69. package/dist/models/lead-status-class.d.ts +12 -0
  70. package/dist/models/link-lead-partner-request-dto.d.ts +36 -0
  71. package/dist/models/link-lead-partner-request-dto.js +15 -0
  72. package/dist/models/list-named-ranges-response-class.d.ts +3 -2
  73. package/dist/models/named-range-class.d.ts +12 -0
  74. package/dist/models/partner-link-class.d.ts +12 -0
  75. package/dist/models/partner-role-class.d.ts +12 -0
  76. package/dist/models/patch-booking-funnel-response-class.d.ts +25 -0
  77. package/dist/models/patch-booking-funnel-response-class.js +15 -0
  78. package/dist/models/policy-class.d.ts +12 -0
  79. package/dist/models/policy-object-class.d.ts +12 -0
  80. package/dist/models/policy-premium-class.d.ts +12 -0
  81. package/dist/models/policy-premium-item-class.d.ts +12 -0
  82. package/dist/models/policy-version-class.d.ts +12 -0
  83. package/dist/models/premium-formula-class.d.ts +12 -0
  84. package/dist/models/product-class.d.ts +12 -0
  85. package/dist/models/product-factor-class.d.ts +12 -0
  86. package/dist/models/product-factor-for-version-class.d.ts +12 -0
  87. package/dist/models/product-factor-value-class.d.ts +12 -0
  88. package/dist/models/product-field-class.d.ts +12 -0
  89. package/dist/models/product-field-type-class.d.ts +12 -0
  90. package/dist/models/product-version-class.d.ts +12 -0
  91. package/dist/models/shared-product-field-class.d.ts +12 -0
  92. package/dist/models/status-transition-rule-class.d.ts +12 -0
  93. package/dist/models/timeslice-class.d.ts +12 -0
  94. package/dist/models/update-booking-funnel-response-class.d.ts +25 -0
  95. package/dist/models/update-booking-funnel-response-class.js +15 -0
  96. package/models/booking-funnel-class.ts +12 -0
  97. package/models/commission-agreement-class.ts +12 -0
  98. package/models/commission-agreement-item-class.ts +12 -0
  99. package/models/commission-agreement-product-class.ts +12 -0
  100. package/models/commission-agreement-version-class.ts +12 -0
  101. package/models/commission-recipient-class.ts +12 -0
  102. package/models/create-booking-funnel-response-class.ts +31 -0
  103. package/models/create-dummy-policy-request-dto.ts +6 -0
  104. package/models/create-lead-request-dto.ts +4 -9
  105. package/models/emil-function-class.ts +12 -0
  106. package/models/get-booking-funnel-response-class.ts +31 -0
  107. package/models/index.ts +5 -0
  108. package/models/insured-object-class.ts +12 -0
  109. package/models/insured-object-type-class.ts +12 -0
  110. package/models/lead-class.ts +12 -0
  111. package/models/lead-status-class.ts +12 -0
  112. package/models/link-lead-partner-request-dto.ts +42 -0
  113. package/models/list-named-ranges-response-class.ts +3 -2
  114. package/models/named-range-class.ts +12 -0
  115. package/models/partner-link-class.ts +12 -0
  116. package/models/partner-role-class.ts +12 -0
  117. package/models/patch-booking-funnel-response-class.ts +31 -0
  118. package/models/policy-class.ts +12 -0
  119. package/models/policy-object-class.ts +12 -0
  120. package/models/policy-premium-class.ts +12 -0
  121. package/models/policy-premium-item-class.ts +12 -0
  122. package/models/policy-version-class.ts +12 -0
  123. package/models/premium-formula-class.ts +12 -0
  124. package/models/product-class.ts +12 -0
  125. package/models/product-factor-class.ts +12 -0
  126. package/models/product-factor-for-version-class.ts +12 -0
  127. package/models/product-factor-value-class.ts +12 -0
  128. package/models/product-field-class.ts +12 -0
  129. package/models/product-field-type-class.ts +12 -0
  130. package/models/product-version-class.ts +12 -0
  131. package/models/shared-product-field-class.ts +12 -0
  132. package/models/status-transition-rule-class.ts +12 -0
  133. package/models/timeslice-class.ts +12 -0
  134. package/models/update-booking-funnel-response-class.ts +31 -0
  135. package/package.json +1 -1
@@ -0,0 +1,25 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BookingFunnelClass } from './booking-funnel-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateBookingFunnelResponseClass
17
+ */
18
+ export interface CreateBookingFunnelResponseClass {
19
+ /**
20
+ * Booking Funnel
21
+ * @type {BookingFunnelClass}
22
+ * @memberof CreateBookingFunnelResponseClass
23
+ */
24
+ 'bookingFunnel': BookingFunnelClass;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -41,4 +41,10 @@ export interface CreateDummyPolicyRequestDto {
41
41
  * @memberof CreateDummyPolicyRequestDto
42
42
  */
43
43
  'productVersionId'?: number;
44
+ /**
45
+ *
46
+ * @type {boolean}
47
+ * @memberof CreateDummyPolicyRequestDto
48
+ */
49
+ 'ignoreErrors'?: boolean;
44
50
  }
@@ -12,6 +12,7 @@
12
12
  import { CreateAccountRequestDto } from './create-account-request-dto';
13
13
  import { CreateBankAccountRequestDto } from './create-bank-account-request-dto';
14
14
  import { CreatePaymentMethodRequestDto } from './create-payment-method-request-dto';
15
+ import { LinkLeadPartnerRequestDto } from './link-lead-partner-request-dto';
15
16
  import { PremiumOverrideRequestDto } from './premium-override-request-dto';
16
17
  import { SharedCreateLeadPolicyRequestDto } from './shared-create-lead-policy-request-dto';
17
18
  import { UploadedDocumentDto } from './uploaded-document-dto';
@@ -94,15 +95,9 @@ export interface CreateLeadRequestDto {
94
95
  */
95
96
  'validate'?: boolean;
96
97
  /**
97
- * Unique identifier of the partner that this object belongs to.
98
- * @type {string}
99
- * @memberof CreateLeadRequestDto
100
- */
101
- 'partnerCode'?: string;
102
- /**
103
- * Unique identifier of the partner role that this object belongs to.
104
- * @type {string}
98
+ * Optional partner object contains necessary information to link a partner to the policy. The partner content will be validated if the \'validate\' flag is set to true.
99
+ * @type {LinkLeadPartnerRequestDto}
105
100
  * @memberof CreateLeadRequestDto
106
101
  */
107
- 'partnerRoleCode'?: string;
102
+ 'partner'?: LinkLeadPartnerRequestDto;
108
103
  }
@@ -57,4 +57,16 @@ export interface EmilFunctionClass {
57
57
  * @memberof EmilFunctionClass
58
58
  */
59
59
  'updatedAt': string;
60
+ /**
61
+ * Identifier of the user who created the record.
62
+ * @type {string}
63
+ * @memberof EmilFunctionClass
64
+ */
65
+ 'createdBy': string;
66
+ /**
67
+ * Identifier of the user who last updated the record.
68
+ * @type {string}
69
+ * @memberof EmilFunctionClass
70
+ */
71
+ 'updatedBy': string;
60
72
  }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BookingFunnelClass } from './booking-funnel-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GetBookingFunnelResponseClass
17
+ */
18
+ export interface GetBookingFunnelResponseClass {
19
+ /**
20
+ * Booking Funnel
21
+ * @type {BookingFunnelClass}
22
+ * @memberof GetBookingFunnelResponseClass
23
+ */
24
+ 'bookingFunnel': BookingFunnelClass;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -14,6 +14,7 @@ export * from './commission-recipient-class';
14
14
  export * from './create-account-request-dto';
15
15
  export * from './create-bank-account-request-dto';
16
16
  export * from './create-booking-funnel-request-dto';
17
+ export * from './create-booking-funnel-response-class';
17
18
  export * from './create-commission-agreement-item-dto';
18
19
  export * from './create-commission-agreement-product-request-dto';
19
20
  export * from './create-commission-agreement-product-response-class';
@@ -61,6 +62,7 @@ export * from './empty-response-class';
61
62
  export * from './execute-emil-function-request-dto';
62
63
  export * from './filter-named-range-request-dto';
63
64
  export * from './filter-named-range-response-class';
65
+ export * from './get-booking-funnel-response-class';
64
66
  export * from './get-booking-funnel-version-request-dto';
65
67
  export * from './get-commission-agreement-product-response-class';
66
68
  export * from './get-commission-agreement-response-class';
@@ -109,6 +111,7 @@ export * from './invoice-status-class';
109
111
  export * from './lead-bank-account-class';
110
112
  export * from './lead-class';
111
113
  export * from './lead-status-class';
114
+ export * from './link-lead-partner-request-dto';
112
115
  export * from './link-partner-request-dto';
113
116
  export * from './link-partner-response-class';
114
117
  export * from './list-booking-funnels-response-class';
@@ -142,6 +145,7 @@ export * from './partner-class';
142
145
  export * from './partner-link-class';
143
146
  export * from './partner-role-class';
144
147
  export * from './patch-booking-funnel-request-dto';
148
+ export * from './patch-booking-funnel-response-class';
145
149
  export * from './patch-draft-policy-request-dto';
146
150
  export * from './patch-lead-request-dto';
147
151
  export * from './patch-lead-response-class';
@@ -188,6 +192,7 @@ export * from './terminate-policy-response-class';
188
192
  export * from './timeslice-class';
189
193
  export * from './unlink-partner-response-class';
190
194
  export * from './update-booking-funnel-request-dto';
195
+ export * from './update-booking-funnel-response-class';
191
196
  export * from './update-commission-agreement-product-request-dto';
192
197
  export * from './update-commission-agreement-product-response-class';
193
198
  export * from './update-commission-agreement-request-dto';
@@ -30,6 +30,7 @@ __exportStar(require("./commission-recipient-class"), exports);
30
30
  __exportStar(require("./create-account-request-dto"), exports);
31
31
  __exportStar(require("./create-bank-account-request-dto"), exports);
32
32
  __exportStar(require("./create-booking-funnel-request-dto"), exports);
33
+ __exportStar(require("./create-booking-funnel-response-class"), exports);
33
34
  __exportStar(require("./create-commission-agreement-item-dto"), exports);
34
35
  __exportStar(require("./create-commission-agreement-product-request-dto"), exports);
35
36
  __exportStar(require("./create-commission-agreement-product-response-class"), exports);
@@ -77,6 +78,7 @@ __exportStar(require("./empty-response-class"), exports);
77
78
  __exportStar(require("./execute-emil-function-request-dto"), exports);
78
79
  __exportStar(require("./filter-named-range-request-dto"), exports);
79
80
  __exportStar(require("./filter-named-range-response-class"), exports);
81
+ __exportStar(require("./get-booking-funnel-response-class"), exports);
80
82
  __exportStar(require("./get-booking-funnel-version-request-dto"), exports);
81
83
  __exportStar(require("./get-commission-agreement-product-response-class"), exports);
82
84
  __exportStar(require("./get-commission-agreement-response-class"), exports);
@@ -125,6 +127,7 @@ __exportStar(require("./invoice-status-class"), exports);
125
127
  __exportStar(require("./lead-bank-account-class"), exports);
126
128
  __exportStar(require("./lead-class"), exports);
127
129
  __exportStar(require("./lead-status-class"), exports);
130
+ __exportStar(require("./link-lead-partner-request-dto"), exports);
128
131
  __exportStar(require("./link-partner-request-dto"), exports);
129
132
  __exportStar(require("./link-partner-response-class"), exports);
130
133
  __exportStar(require("./list-booking-funnels-response-class"), exports);
@@ -158,6 +161,7 @@ __exportStar(require("./partner-class"), exports);
158
161
  __exportStar(require("./partner-link-class"), exports);
159
162
  __exportStar(require("./partner-role-class"), exports);
160
163
  __exportStar(require("./patch-booking-funnel-request-dto"), exports);
164
+ __exportStar(require("./patch-booking-funnel-response-class"), exports);
161
165
  __exportStar(require("./patch-draft-policy-request-dto"), exports);
162
166
  __exportStar(require("./patch-lead-request-dto"), exports);
163
167
  __exportStar(require("./patch-lead-response-class"), exports);
@@ -204,6 +208,7 @@ __exportStar(require("./terminate-policy-response-class"), exports);
204
208
  __exportStar(require("./timeslice-class"), exports);
205
209
  __exportStar(require("./unlink-partner-response-class"), exports);
206
210
  __exportStar(require("./update-booking-funnel-request-dto"), exports);
211
+ __exportStar(require("./update-booking-funnel-response-class"), exports);
207
212
  __exportStar(require("./update-commission-agreement-product-request-dto"), exports);
208
213
  __exportStar(require("./update-commission-agreement-product-response-class"), exports);
209
214
  __exportStar(require("./update-commission-agreement-request-dto"), exports);
@@ -82,4 +82,16 @@ export interface InsuredObjectClass {
82
82
  * @memberof InsuredObjectClass
83
83
  */
84
84
  'updatedAt': string;
85
+ /**
86
+ * Identifier of the user who created the record.
87
+ * @type {string}
88
+ * @memberof InsuredObjectClass
89
+ */
90
+ 'createdBy': string;
91
+ /**
92
+ * Identifier of the user who last updated the record.
93
+ * @type {string}
94
+ * @memberof InsuredObjectClass
95
+ */
96
+ 'updatedBy': string;
85
97
  }
@@ -45,4 +45,16 @@ export interface InsuredObjectTypeClass {
45
45
  * @memberof InsuredObjectTypeClass
46
46
  */
47
47
  'updatedAt': string;
48
+ /**
49
+ * Identifier of the user who created the record.
50
+ * @type {string}
51
+ * @memberof InsuredObjectTypeClass
52
+ */
53
+ 'createdBy': string;
54
+ /**
55
+ * Identifier of the user who last updated the record.
56
+ * @type {string}
57
+ * @memberof InsuredObjectTypeClass
58
+ */
59
+ 'updatedBy': string;
48
60
  }
@@ -143,4 +143,16 @@ export interface LeadClass {
143
143
  * @memberof LeadClass
144
144
  */
145
145
  'partnerLinks': Array<PartnerLinkClass>;
146
+ /**
147
+ * Identifier of the user who created the record.
148
+ * @type {string}
149
+ * @memberof LeadClass
150
+ */
151
+ 'createdBy': string;
152
+ /**
153
+ * Identifier of the user who last updated the record.
154
+ * @type {string}
155
+ * @memberof LeadClass
156
+ */
157
+ 'updatedBy': string;
146
158
  }
@@ -33,4 +33,16 @@ export interface LeadStatusClass {
33
33
  * @memberof LeadStatusClass
34
34
  */
35
35
  'productSlug': string;
36
+ /**
37
+ * Identifier of the user who created the record.
38
+ * @type {string}
39
+ * @memberof LeadStatusClass
40
+ */
41
+ 'createdBy': string;
42
+ /**
43
+ * Identifier of the user who last updated the record.
44
+ * @type {string}
45
+ * @memberof LeadStatusClass
46
+ */
47
+ 'updatedBy': string;
36
48
  }
@@ -0,0 +1,36 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface LinkLeadPartnerRequestDto
16
+ */
17
+ export interface LinkLeadPartnerRequestDto {
18
+ /**
19
+ * The code of the partner with which the lead will be linked.
20
+ * @type {string}
21
+ * @memberof LinkLeadPartnerRequestDto
22
+ */
23
+ 'partnerCode': string;
24
+ /**
25
+ * The code of role that the partner will have in the established link between the lead and the partner.
26
+ * @type {string}
27
+ * @memberof LinkLeadPartnerRequestDto
28
+ */
29
+ 'partnerRoleCode': string;
30
+ /**
31
+ * The date of the start of linking with a partner.
32
+ * @type {string}
33
+ * @memberof LinkLeadPartnerRequestDto
34
+ */
35
+ 'startDate': string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { NamedRangeClass } from './named-range-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -17,10 +18,10 @@
17
18
  export interface ListNamedRangesResponseClass {
18
19
  /**
19
20
  * Named ranges.
20
- * @type {Array<string>}
21
+ * @type {Array<NamedRangeClass>}
21
22
  * @memberof ListNamedRangesResponseClass
22
23
  */
23
- 'items': Array<string>;
24
+ 'items': Array<NamedRangeClass>;
24
25
  /**
25
26
  * Next Page token
26
27
  * @type {string}
@@ -81,4 +81,16 @@ export interface NamedRangeClass {
81
81
  * @memberof NamedRangeClass
82
82
  */
83
83
  'updatedAt': string;
84
+ /**
85
+ * Identifier of the user who created the record.
86
+ * @type {string}
87
+ * @memberof NamedRangeClass
88
+ */
89
+ 'createdBy': string;
90
+ /**
91
+ * Identifier of the user who last updated the record.
92
+ * @type {string}
93
+ * @memberof NamedRangeClass
94
+ */
95
+ 'updatedBy': string;
84
96
  }
@@ -83,4 +83,16 @@ export interface PartnerLinkClass {
83
83
  * @memberof PartnerLinkClass
84
84
  */
85
85
  'updatedAt': string;
86
+ /**
87
+ * Identifier of the user who created the record.
88
+ * @type {string}
89
+ * @memberof PartnerLinkClass
90
+ */
91
+ 'createdBy': string;
92
+ /**
93
+ * Identifier of the user who last updated the record.
94
+ * @type {string}
95
+ * @memberof PartnerLinkClass
96
+ */
97
+ 'updatedBy': string;
86
98
  }
@@ -51,4 +51,16 @@ export interface PartnerRoleClass {
51
51
  * @memberof PartnerRoleClass
52
52
  */
53
53
  'updatedAt': string;
54
+ /**
55
+ * Identifier of the user who created the record.
56
+ * @type {string}
57
+ * @memberof PartnerRoleClass
58
+ */
59
+ 'createdBy': string;
60
+ /**
61
+ * Identifier of the user who last updated the record.
62
+ * @type {string}
63
+ * @memberof PartnerRoleClass
64
+ */
65
+ 'updatedBy': string;
54
66
  }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * EMIL InsuranceService
3
+ * The EMIL InsuranceService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BookingFunnelClass } from './booking-funnel-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PatchBookingFunnelResponseClass
17
+ */
18
+ export interface PatchBookingFunnelResponseClass {
19
+ /**
20
+ * Booking Funnel
21
+ * @type {BookingFunnelClass}
22
+ * @memberof PatchBookingFunnelResponseClass
23
+ */
24
+ 'bookingFunnel': BookingFunnelClass;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL InsuranceService
6
+ * The EMIL InsuranceService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -132,4 +132,16 @@ export interface PolicyClass {
132
132
  * @memberof PolicyClass
133
133
  */
134
134
  'partnerLinks': Array<PartnerLinkClass>;
135
+ /**
136
+ * Identifier of the user who created the record.
137
+ * @type {string}
138
+ * @memberof PolicyClass
139
+ */
140
+ 'createdBy': string;
141
+ /**
142
+ * Identifier of the user who last updated the record.
143
+ * @type {string}
144
+ * @memberof PolicyClass
145
+ */
146
+ 'updatedBy': string;
135
147
  }
@@ -69,4 +69,16 @@ export interface PolicyObjectClass {
69
69
  * @memberof PolicyObjectClass
70
70
  */
71
71
  'updatedAt': string;
72
+ /**
73
+ * Identifier of the user who created the record.
74
+ * @type {string}
75
+ * @memberof PolicyObjectClass
76
+ */
77
+ 'createdBy': string;
78
+ /**
79
+ * Identifier of the user who last updated the record.
80
+ * @type {string}
81
+ * @memberof PolicyObjectClass
82
+ */
83
+ 'updatedBy': string;
72
84
  }
@@ -46,4 +46,16 @@ export interface PolicyPremiumClass {
46
46
  * @memberof PolicyPremiumClass
47
47
  */
48
48
  'updatedAt': string;
49
+ /**
50
+ * Identifier of the user who created the record.
51
+ * @type {string}
52
+ * @memberof PolicyPremiumClass
53
+ */
54
+ 'createdBy': string;
55
+ /**
56
+ * Identifier of the user who last updated the record.
57
+ * @type {string}
58
+ * @memberof PolicyPremiumClass
59
+ */
60
+ 'updatedBy': string;
49
61
  }
@@ -52,4 +52,16 @@ export interface PolicyPremiumItemClass {
52
52
  * @memberof PolicyPremiumItemClass
53
53
  */
54
54
  'isOverride': boolean;
55
+ /**
56
+ * Identifier of the user who created the record.
57
+ * @type {string}
58
+ * @memberof PolicyPremiumItemClass
59
+ */
60
+ 'createdBy': string;
61
+ /**
62
+ * Identifier of the user who last updated the record.
63
+ * @type {string}
64
+ * @memberof PolicyPremiumItemClass
65
+ */
66
+ 'updatedBy': string;
55
67
  }
@@ -64,4 +64,16 @@ export interface PolicyVersionClass {
64
64
  * @memberof PolicyVersionClass
65
65
  */
66
66
  'updatedAt': string;
67
+ /**
68
+ * Identifier of the user who created the record.
69
+ * @type {string}
70
+ * @memberof PolicyVersionClass
71
+ */
72
+ 'createdBy': string;
73
+ /**
74
+ * Identifier of the user who last updated the record.
75
+ * @type {string}
76
+ * @memberof PolicyVersionClass
77
+ */
78
+ 'updatedBy': string;
67
79
  }
@@ -93,4 +93,16 @@ export interface PremiumFormulaClass {
93
93
  * @memberof PremiumFormulaClass
94
94
  */
95
95
  'updatedAt': string;
96
+ /**
97
+ * Identifier of the user who created the record.
98
+ * @type {string}
99
+ * @memberof PremiumFormulaClass
100
+ */
101
+ 'createdBy': string;
102
+ /**
103
+ * Identifier of the user who last updated the record.
104
+ * @type {string}
105
+ * @memberof PremiumFormulaClass
106
+ */
107
+ 'updatedBy': string;
96
108
  }
@@ -77,4 +77,16 @@ export interface ProductClass {
77
77
  * @memberof ProductClass
78
78
  */
79
79
  'updatedAt': string;
80
+ /**
81
+ * Identifier of the user who created the record.
82
+ * @type {string}
83
+ * @memberof ProductClass
84
+ */
85
+ 'createdBy': string;
86
+ /**
87
+ * Identifier of the user who last updated the record.
88
+ * @type {string}
89
+ * @memberof ProductClass
90
+ */
91
+ 'updatedBy': string;
80
92
  }
@@ -58,4 +58,16 @@ export interface ProductFactorClass {
58
58
  * @memberof ProductFactorClass
59
59
  */
60
60
  'updatedAt': string;
61
+ /**
62
+ * Identifier of the user who created the record.
63
+ * @type {string}
64
+ * @memberof ProductFactorClass
65
+ */
66
+ 'createdBy': string;
67
+ /**
68
+ * Identifier of the user who last updated the record.
69
+ * @type {string}
70
+ * @memberof ProductFactorClass
71
+ */
72
+ 'updatedBy': string;
61
73
  }
@@ -58,4 +58,16 @@ export interface ProductFactorForVersionClass {
58
58
  * @memberof ProductFactorForVersionClass
59
59
  */
60
60
  'updatedAt': string;
61
+ /**
62
+ * Identifier of the user who created the record.
63
+ * @type {string}
64
+ * @memberof ProductFactorForVersionClass
65
+ */
66
+ 'createdBy': string;
67
+ /**
68
+ * Identifier of the user who last updated the record.
69
+ * @type {string}
70
+ * @memberof ProductFactorForVersionClass
71
+ */
72
+ 'updatedBy': string;
61
73
  }
@@ -57,4 +57,16 @@ export interface ProductFactorValueClass {
57
57
  * @memberof ProductFactorValueClass
58
58
  */
59
59
  'updatedAt': string;
60
+ /**
61
+ * Identifier of the user who created the record.
62
+ * @type {string}
63
+ * @memberof ProductFactorValueClass
64
+ */
65
+ 'createdBy': string;
66
+ /**
67
+ * Identifier of the user who last updated the record.
68
+ * @type {string}
69
+ * @memberof ProductFactorValueClass
70
+ */
71
+ 'updatedBy': string;
60
72
  }
@@ -135,4 +135,16 @@ export interface ProductFieldClass {
135
135
  * @memberof ProductFieldClass
136
136
  */
137
137
  'updatedAt': string;
138
+ /**
139
+ * Identifier of the user who created the record.
140
+ * @type {string}
141
+ * @memberof ProductFieldClass
142
+ */
143
+ 'createdBy': string;
144
+ /**
145
+ * Identifier of the user who last updated the record.
146
+ * @type {string}
147
+ * @memberof ProductFieldClass
148
+ */
149
+ 'updatedBy': string;
138
150
  }