@emilgroup/insurance-sdk 1.79.1-beta.0 → 1.81.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.
- package/.openapi-generator/FILES +4 -13
- package/README.md +2 -2
- package/api/booking-funnels-api.ts +31 -31
- package/api/commission-agreement-items-api.ts +4 -4
- package/api/policies-api.ts +32 -32
- package/api/product-fields-api.ts +16 -16
- package/api/status-transition-rules-api.ts +31 -31
- package/dist/api/booking-funnels-api.d.ts +18 -18
- package/dist/api/booking-funnels-api.js +24 -24
- package/dist/api/commission-agreement-items-api.d.ts +4 -4
- package/dist/api/commission-agreement-items-api.js +3 -3
- package/dist/api/policies-api.d.ts +18 -18
- package/dist/api/policies-api.js +24 -24
- package/dist/api/product-fields-api.d.ts +9 -9
- package/dist/api/product-fields-api.js +12 -12
- package/dist/api/status-transition-rules-api.d.ts +18 -18
- package/dist/api/status-transition-rules-api.js +24 -24
- package/dist/models/create-draft-policy-request-dto.d.ts +0 -6
- package/dist/models/index.d.ts +4 -13
- package/dist/models/index.js +4 -13
- package/dist/models/{grpc-patch-booking-funnel-request-dto.d.ts → patch-booking-funnel-request-dto.d.ts} +10 -10
- package/dist/models/{rest-patch-draft-policy-request-dto.d.ts → patch-draft-policy-request-dto.d.ts} +12 -12
- package/dist/models/{rest-patch-draft-policy-request-dto.js → patch-draft-policy-request-dto.js} +2 -2
- package/dist/models/patch-status-transition-rule-request-dto.d.ts +10 -4
- package/dist/models/{grpc-update-booking-funnel-request-dto.d.ts → update-booking-funnel-request-dto.d.ts} +10 -10
- package/dist/models/update-status-transition-rule-request-dto.d.ts +53 -0
- package/dist/models/{grpc-patch-status-transition-rule-request-dto.js → update-status-transition-rule-request-dto.js} +2 -2
- package/models/create-draft-policy-request-dto.ts +0 -6
- package/models/index.ts +4 -13
- package/models/{grpc-patch-booking-funnel-request-dto.ts → patch-booking-funnel-request-dto.ts} +10 -10
- package/models/{rest-patch-draft-policy-request-dto.ts → patch-draft-policy-request-dto.ts} +12 -12
- package/models/patch-status-transition-rule-request-dto.ts +10 -4
- package/models/{grpc-update-booking-funnel-request-dto.ts → update-booking-funnel-request-dto.ts} +10 -10
- package/models/{grpc-update-status-transition-rule-request-dto.ts → update-status-transition-rule-request-dto.ts} +10 -10
- package/package.json +1 -1
- package/dist/models/grpc-patch-draft-policy-request-dto.d.ts +0 -76
- package/dist/models/grpc-patch-draft-policy-request-dto.js +0 -23
- package/dist/models/grpc-patch-status-transition-rule-request-dto.d.ts +0 -53
- package/dist/models/grpc-update-status-transition-rule-request-dto.d.ts +0 -53
- package/dist/models/grpc-update-status-transition-rule-request-dto.js +0 -20
- package/dist/models/rest-create-draft-policy-request-dto.d.ts +0 -70
- package/dist/models/rest-create-draft-policy-request-dto.js +0 -23
- package/dist/models/rest-create-status-transition-rule-request-dto.d.ts +0 -47
- package/dist/models/rest-create-status-transition-rule-request-dto.js +0 -20
- package/dist/models/rest-patch-booking-funnel-request-dto.d.ts +0 -60
- package/dist/models/rest-patch-booking-funnel-request-dto.js +0 -15
- package/dist/models/rest-update-booking-funnel-request-dto.d.ts +0 -60
- package/dist/models/rest-update-booking-funnel-request-dto.js +0 -15
- package/dist/models/rest-update-product-field-request-dto.d.ts +0 -171
- package/dist/models/rest-update-product-field-request-dto.js +0 -28
- package/dist/models/rest-update-status-transition-rule-request-dto.d.ts +0 -47
- package/dist/models/rest-update-status-transition-rule-request-dto.js +0 -20
- package/dist/models/shared-delete-request-dto.d.ts +0 -24
- package/dist/models/shared-delete-request-dto.js +0 -15
- package/models/grpc-patch-draft-policy-request-dto.ts +0 -85
- package/models/grpc-patch-status-transition-rule-request-dto.ts +0 -62
- package/models/rest-create-draft-policy-request-dto.ts +0 -79
- package/models/rest-create-status-transition-rule-request-dto.ts +0 -56
- package/models/rest-patch-booking-funnel-request-dto.ts +0 -66
- package/models/rest-update-booking-funnel-request-dto.ts +0 -66
- package/models/rest-update-product-field-request-dto.ts +0 -182
- package/models/rest-update-status-transition-rule-request-dto.ts +0 -56
- package/models/shared-delete-request-dto.ts +0 -30
- /package/dist/models/{grpc-patch-booking-funnel-request-dto.js → patch-booking-funnel-request-dto.js} +0 -0
- /package/dist/models/{grpc-update-booking-funnel-request-dto.js → update-booking-funnel-request-dto.js} +0 -0
package/models/index.ts
CHANGED
|
@@ -102,11 +102,6 @@ export * from './get-status-transition-rule-response-class';
|
|
|
102
102
|
export * from './grouped-product-factor-class';
|
|
103
103
|
export * from './grouped-product-factor-value-class';
|
|
104
104
|
export * from './grouped-product-factors-response-class';
|
|
105
|
-
export * from './grpc-patch-booking-funnel-request-dto';
|
|
106
|
-
export * from './grpc-patch-draft-policy-request-dto';
|
|
107
|
-
export * from './grpc-patch-status-transition-rule-request-dto';
|
|
108
|
-
export * from './grpc-update-booking-funnel-request-dto';
|
|
109
|
-
export * from './grpc-update-status-transition-rule-request-dto';
|
|
110
105
|
export * from './inline-response200';
|
|
111
106
|
export * from './inline-response503';
|
|
112
107
|
export * from './insured-object-class';
|
|
@@ -151,7 +146,9 @@ export * from './omit-type-class';
|
|
|
151
146
|
export * from './partner-class';
|
|
152
147
|
export * from './partner-link-class';
|
|
153
148
|
export * from './partner-role-class';
|
|
149
|
+
export * from './patch-booking-funnel-request-dto';
|
|
154
150
|
export * from './patch-booking-funnel-response-class';
|
|
151
|
+
export * from './patch-draft-policy-request-dto';
|
|
155
152
|
export * from './patch-lead-request-dto';
|
|
156
153
|
export * from './patch-lead-response-class';
|
|
157
154
|
export * from './patch-policy-request-dto';
|
|
@@ -177,18 +174,10 @@ export * from './product-field-class';
|
|
|
177
174
|
export * from './product-field-type-class';
|
|
178
175
|
export * from './product-version-class';
|
|
179
176
|
export * from './rest-clone-lead-account-request-dto';
|
|
180
|
-
export * from './rest-create-draft-policy-request-dto';
|
|
181
|
-
export * from './rest-create-status-transition-rule-request-dto';
|
|
182
|
-
export * from './rest-patch-booking-funnel-request-dto';
|
|
183
|
-
export * from './rest-patch-draft-policy-request-dto';
|
|
184
|
-
export * from './rest-update-booking-funnel-request-dto';
|
|
185
|
-
export * from './rest-update-product-field-request-dto';
|
|
186
|
-
export * from './rest-update-status-transition-rule-request-dto';
|
|
187
177
|
export * from './restore-policy-version-request-dto';
|
|
188
178
|
export * from './restore-policy-version-response-class';
|
|
189
179
|
export * from './sepa-dto';
|
|
190
180
|
export * from './shared-create-lead-policy-request-dto';
|
|
191
|
-
export * from './shared-delete-request-dto';
|
|
192
181
|
export * from './shared-invoice-class';
|
|
193
182
|
export * from './shared-lead-policy-object-dto';
|
|
194
183
|
export * from './shared-product-field-class';
|
|
@@ -206,6 +195,7 @@ export * from './terminate-policy-request-dto';
|
|
|
206
195
|
export * from './terminate-policy-response-class';
|
|
207
196
|
export * from './timeslice-class';
|
|
208
197
|
export * from './unlink-partner-response-class';
|
|
198
|
+
export * from './update-booking-funnel-request-dto';
|
|
209
199
|
export * from './update-booking-funnel-response-class';
|
|
210
200
|
export * from './update-commission-agreement-item-request-dto';
|
|
211
201
|
export * from './update-commission-agreement-item-response-class';
|
|
@@ -238,6 +228,7 @@ export * from './update-product-request-dto';
|
|
|
238
228
|
export * from './update-product-response-class';
|
|
239
229
|
export * from './update-product-version-request-dto';
|
|
240
230
|
export * from './update-product-version-response-class';
|
|
231
|
+
export * from './update-status-transition-rule-request-dto';
|
|
241
232
|
export * from './update-status-transition-rule-response-class';
|
|
242
233
|
export * from './uploaded-document-dto';
|
|
243
234
|
export * from './validate-product-factors-request-dto';
|
package/models/{grpc-patch-booking-funnel-request-dto.ts → patch-booking-funnel-request-dto.ts}
RENAMED
|
@@ -17,55 +17,55 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface PatchBookingFunnelRequestDto
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface PatchBookingFunnelRequestDto {
|
|
23
23
|
/**
|
|
24
24
|
* Parent Booking funnel ID
|
|
25
25
|
* @type {number}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
27
27
|
*/
|
|
28
28
|
'parentId'?: number;
|
|
29
29
|
/**
|
|
30
30
|
* Booking funnel name
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
33
33
|
*/
|
|
34
34
|
'name'?: string;
|
|
35
35
|
/**
|
|
36
36
|
* Code snippet to load the booking funnel.
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
39
39
|
*/
|
|
40
40
|
'jsCode'?: string;
|
|
41
41
|
/**
|
|
42
42
|
* Steps configuration for the booking funnel.
|
|
43
43
|
* @type {object}
|
|
44
|
-
* @memberof
|
|
44
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
45
45
|
*/
|
|
46
46
|
'stepsConfig'?: object;
|
|
47
47
|
/**
|
|
48
48
|
* Custom css for the booking funnel.
|
|
49
49
|
* @type {string}
|
|
50
|
-
* @memberof
|
|
50
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
51
51
|
*/
|
|
52
52
|
'css'?: string;
|
|
53
53
|
/**
|
|
54
54
|
* URL to fech the logo for the booking funnel.
|
|
55
55
|
* @type {string}
|
|
56
|
-
* @memberof
|
|
56
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
57
57
|
*/
|
|
58
58
|
'logoPath'?: string;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
61
|
* @type {string}
|
|
62
|
-
* @memberof
|
|
62
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
63
63
|
*/
|
|
64
64
|
'code': string;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
67
|
* @type {boolean}
|
|
68
|
-
* @memberof
|
|
68
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
69
69
|
*/
|
|
70
70
|
'shouldShowOnApplicationsPage'?: boolean;
|
|
71
71
|
}
|
|
@@ -19,54 +19,54 @@ import { PremiumOverrideRequestDto } from './premium-override-request-dto';
|
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
21
|
* @export
|
|
22
|
-
* @interface
|
|
22
|
+
* @interface PatchDraftPolicyRequestDto
|
|
23
23
|
*/
|
|
24
|
-
export interface
|
|
24
|
+
export interface PatchDraftPolicyRequestDto {
|
|
25
25
|
/**
|
|
26
26
|
* Policy objects
|
|
27
27
|
* @type {Array<PolicyObjectDto>}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
29
29
|
*/
|
|
30
30
|
'policyObjects': Array<PolicyObjectDto>;
|
|
31
31
|
/**
|
|
32
32
|
* Date from which the policy should be updated. This will create a new timeline starting from this date.
|
|
33
33
|
* @type {string}
|
|
34
|
-
* @memberof
|
|
34
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
35
35
|
*/
|
|
36
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}
|
|
40
|
-
* @memberof
|
|
40
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
41
41
|
*/
|
|
42
42
|
'to'?: string;
|
|
43
43
|
/**
|
|
44
44
|
* Policy revision status.
|
|
45
45
|
* @type {string}
|
|
46
|
-
* @memberof
|
|
46
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
47
47
|
*/
|
|
48
|
-
'revisionStatus':
|
|
48
|
+
'revisionStatus': PatchDraftPolicyRequestDtoRevisionStatusEnum;
|
|
49
49
|
/**
|
|
50
50
|
* Premium Override
|
|
51
51
|
* @type {PremiumOverrideRequestDto}
|
|
52
|
-
* @memberof
|
|
52
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
53
53
|
*/
|
|
54
54
|
'premiumOverride'?: PremiumOverrideRequestDto;
|
|
55
55
|
/**
|
|
56
56
|
* Unique identifier of the lead that this object belongs to.
|
|
57
57
|
* @type {string}
|
|
58
|
-
* @memberof
|
|
58
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
59
59
|
*/
|
|
60
60
|
'leadCode'?: string;
|
|
61
61
|
/**
|
|
62
62
|
* Unique identifier of the policy that this object belongs to.
|
|
63
63
|
* @type {string}
|
|
64
|
-
* @memberof
|
|
64
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
65
65
|
*/
|
|
66
66
|
'policyNumber'?: string;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
export const
|
|
69
|
+
export const PatchDraftPolicyRequestDtoRevisionStatusEnum = {
|
|
70
70
|
Created: 'CREATED',
|
|
71
71
|
InReview: 'IN_REVIEW',
|
|
72
72
|
Reviewed: 'REVIEWED',
|
|
@@ -74,6 +74,6 @@ export const RestPatchDraftPolicyRequestDtoRevisionStatusEnum = {
|
|
|
74
74
|
Approved: 'APPROVED'
|
|
75
75
|
} as const;
|
|
76
76
|
|
|
77
|
-
export type
|
|
77
|
+
export type PatchDraftPolicyRequestDtoRevisionStatusEnum = typeof PatchDraftPolicyRequestDtoRevisionStatusEnum[keyof typeof PatchDraftPolicyRequestDtoRevisionStatusEnum];
|
|
78
78
|
|
|
79
79
|
|
|
@@ -21,25 +21,31 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface PatchStatusTransitionRuleRequestDto {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PatchStatusTransitionRuleRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'code': string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
25
31
|
* @type {string}
|
|
26
32
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
27
33
|
*/
|
|
28
34
|
'entityType'?: PatchStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
29
35
|
/**
|
|
30
|
-
*
|
|
36
|
+
*
|
|
31
37
|
* @type {string}
|
|
32
38
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
33
39
|
*/
|
|
34
40
|
'currentStatus'?: string;
|
|
35
41
|
/**
|
|
36
|
-
*
|
|
42
|
+
*
|
|
37
43
|
* @type {Array<string>}
|
|
38
44
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
39
45
|
*/
|
|
40
46
|
'nextStatuses'?: Array<string>;
|
|
41
47
|
/**
|
|
42
|
-
*
|
|
48
|
+
*
|
|
43
49
|
* @type {string}
|
|
44
50
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
45
51
|
*/
|
package/models/{grpc-update-booking-funnel-request-dto.ts → update-booking-funnel-request-dto.ts}
RENAMED
|
@@ -17,55 +17,55 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface UpdateBookingFunnelRequestDto
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface UpdateBookingFunnelRequestDto {
|
|
23
23
|
/**
|
|
24
24
|
* Parent Booking funnel ID
|
|
25
25
|
* @type {number}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
27
27
|
*/
|
|
28
28
|
'parentId'?: number;
|
|
29
29
|
/**
|
|
30
30
|
* Booking funnel name
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
33
33
|
*/
|
|
34
34
|
'name': string;
|
|
35
35
|
/**
|
|
36
36
|
* Code snippet to load the booking funnel.
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
39
39
|
*/
|
|
40
40
|
'jsCode': string;
|
|
41
41
|
/**
|
|
42
42
|
* Steps configuration for the booking funnel.
|
|
43
43
|
* @type {object}
|
|
44
|
-
* @memberof
|
|
44
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
45
45
|
*/
|
|
46
46
|
'stepsConfig'?: object;
|
|
47
47
|
/**
|
|
48
48
|
* Custom css for the booking funnel.
|
|
49
49
|
* @type {string}
|
|
50
|
-
* @memberof
|
|
50
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
51
51
|
*/
|
|
52
52
|
'css'?: string;
|
|
53
53
|
/**
|
|
54
54
|
* URL to fech the logo for the booking funnel.
|
|
55
55
|
* @type {string}
|
|
56
|
-
* @memberof
|
|
56
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
57
57
|
*/
|
|
58
58
|
'logoPath'?: string;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
61
|
* @type {string}
|
|
62
|
-
* @memberof
|
|
62
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
63
63
|
*/
|
|
64
64
|
'code': string;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
67
|
* @type {boolean}
|
|
68
|
-
* @memberof
|
|
68
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
69
69
|
*/
|
|
70
70
|
'shouldShowOnApplicationsPage'?: boolean;
|
|
71
71
|
}
|
|
@@ -17,46 +17,46 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface UpdateStatusTransitionRuleRequestDto
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface UpdateStatusTransitionRuleRequestDto {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @type {string}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
27
27
|
*/
|
|
28
28
|
'code': string;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
33
33
|
*/
|
|
34
|
-
'entityType':
|
|
34
|
+
'entityType': UpdateStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
39
39
|
*/
|
|
40
40
|
'currentStatus': string;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {Array<string>}
|
|
44
|
-
* @memberof
|
|
44
|
+
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
45
45
|
*/
|
|
46
46
|
'nextStatuses': Array<string>;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {string}
|
|
50
|
-
* @memberof
|
|
50
|
+
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
51
51
|
*/
|
|
52
52
|
'productSlug': string;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
export const
|
|
55
|
+
export const UpdateStatusTransitionRuleRequestDtoEntityTypeEnum = {
|
|
56
56
|
Lead: 'lead',
|
|
57
57
|
Policy: 'policy'
|
|
58
58
|
} as const;
|
|
59
59
|
|
|
60
|
-
export type
|
|
60
|
+
export type UpdateStatusTransitionRuleRequestDtoEntityTypeEnum = typeof UpdateStatusTransitionRuleRequestDtoEntityTypeEnum[keyof typeof UpdateStatusTransitionRuleRequestDtoEntityTypeEnum];
|
|
61
61
|
|
|
62
62
|
|
package/package.json
CHANGED
|
@@ -1,76 +0,0 @@
|
|
|
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 { PolicyObjectDto } from './policy-object-dto';
|
|
13
|
-
import { PremiumOverrideRequestDto } from './premium-override-request-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface GrpcPatchDraftPolicyRequestDto
|
|
18
|
-
*/
|
|
19
|
-
export interface GrpcPatchDraftPolicyRequestDto {
|
|
20
|
-
/**
|
|
21
|
-
* Policy objects
|
|
22
|
-
* @type {Array<PolicyObjectDto>}
|
|
23
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
24
|
-
*/
|
|
25
|
-
'policyObjects': Array<PolicyObjectDto>;
|
|
26
|
-
/**
|
|
27
|
-
* Date from which the policy should be updated. This will create a new timeline starting from this date.
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
30
|
-
*/
|
|
31
|
-
'from'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* Date to which the policy should be updated. This will create a new timeline finishing at this date.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
36
|
-
*/
|
|
37
|
-
'to'?: string;
|
|
38
|
-
/**
|
|
39
|
-
* Policy revision status.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
42
|
-
*/
|
|
43
|
-
'revisionStatus': GrpcPatchDraftPolicyRequestDtoRevisionStatusEnum;
|
|
44
|
-
/**
|
|
45
|
-
* Premium Override
|
|
46
|
-
* @type {PremiumOverrideRequestDto}
|
|
47
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
48
|
-
*/
|
|
49
|
-
'premiumOverride'?: PremiumOverrideRequestDto;
|
|
50
|
-
/**
|
|
51
|
-
* Unique identifier of the lead that this object belongs to.
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
54
|
-
*/
|
|
55
|
-
'leadCode'?: string;
|
|
56
|
-
/**
|
|
57
|
-
* Unique identifier of the policy that this object belongs to.
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
60
|
-
*/
|
|
61
|
-
'policyNumber'?: string;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {string}
|
|
65
|
-
* @memberof GrpcPatchDraftPolicyRequestDto
|
|
66
|
-
*/
|
|
67
|
-
'policyCode': string;
|
|
68
|
-
}
|
|
69
|
-
export declare const GrpcPatchDraftPolicyRequestDtoRevisionStatusEnum: {
|
|
70
|
-
readonly Created: "CREATED";
|
|
71
|
-
readonly InReview: "IN_REVIEW";
|
|
72
|
-
readonly Reviewed: "REVIEWED";
|
|
73
|
-
readonly Rejected: "REJECTED";
|
|
74
|
-
readonly Approved: "APPROVED";
|
|
75
|
-
};
|
|
76
|
-
export type GrpcPatchDraftPolicyRequestDtoRevisionStatusEnum = typeof GrpcPatchDraftPolicyRequestDtoRevisionStatusEnum[keyof typeof GrpcPatchDraftPolicyRequestDtoRevisionStatusEnum];
|
|
@@ -1,23 +0,0 @@
|
|
|
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 });
|
|
16
|
-
exports.GrpcPatchDraftPolicyRequestDtoRevisionStatusEnum = void 0;
|
|
17
|
-
exports.GrpcPatchDraftPolicyRequestDtoRevisionStatusEnum = {
|
|
18
|
-
Created: 'CREATED',
|
|
19
|
-
InReview: 'IN_REVIEW',
|
|
20
|
-
Reviewed: 'REVIEWED',
|
|
21
|
-
Rejected: 'REJECTED',
|
|
22
|
-
Approved: 'APPROVED'
|
|
23
|
-
};
|
|
@@ -1,53 +0,0 @@
|
|
|
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 GrpcPatchStatusTransitionRuleRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GrpcPatchStatusTransitionRuleRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GrpcPatchStatusTransitionRuleRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'code': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GrpcPatchStatusTransitionRuleRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'entityType'?: GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GrpcPatchStatusTransitionRuleRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'currentStatus'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {Array<string>}
|
|
39
|
-
* @memberof GrpcPatchStatusTransitionRuleRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'nextStatuses'?: Array<string>;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof GrpcPatchStatusTransitionRuleRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'productSlug'?: string;
|
|
48
|
-
}
|
|
49
|
-
export declare const GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum: {
|
|
50
|
-
readonly Lead: "lead";
|
|
51
|
-
readonly Policy: "policy";
|
|
52
|
-
};
|
|
53
|
-
export type GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum = typeof GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum[keyof typeof GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum];
|
|
@@ -1,53 +0,0 @@
|
|
|
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 GrpcUpdateStatusTransitionRuleRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GrpcUpdateStatusTransitionRuleRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GrpcUpdateStatusTransitionRuleRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'code': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GrpcUpdateStatusTransitionRuleRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'entityType': GrpcUpdateStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GrpcUpdateStatusTransitionRuleRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'currentStatus': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {Array<string>}
|
|
39
|
-
* @memberof GrpcUpdateStatusTransitionRuleRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'nextStatuses': Array<string>;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof GrpcUpdateStatusTransitionRuleRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'productSlug': string;
|
|
48
|
-
}
|
|
49
|
-
export declare const GrpcUpdateStatusTransitionRuleRequestDtoEntityTypeEnum: {
|
|
50
|
-
readonly Lead: "lead";
|
|
51
|
-
readonly Policy: "policy";
|
|
52
|
-
};
|
|
53
|
-
export type GrpcUpdateStatusTransitionRuleRequestDtoEntityTypeEnum = typeof GrpcUpdateStatusTransitionRuleRequestDtoEntityTypeEnum[keyof typeof GrpcUpdateStatusTransitionRuleRequestDtoEntityTypeEnum];
|
|
@@ -1,20 +0,0 @@
|
|
|
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 });
|
|
16
|
-
exports.GrpcUpdateStatusTransitionRuleRequestDtoEntityTypeEnum = void 0;
|
|
17
|
-
exports.GrpcUpdateStatusTransitionRuleRequestDtoEntityTypeEnum = {
|
|
18
|
-
Lead: 'lead',
|
|
19
|
-
Policy: 'policy'
|
|
20
|
-
};
|
|
@@ -1,70 +0,0 @@
|
|
|
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 { PolicyObjectDto } from './policy-object-dto';
|
|
13
|
-
import { PremiumOverrideRequestDto } from './premium-override-request-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface RestCreateDraftPolicyRequestDto
|
|
18
|
-
*/
|
|
19
|
-
export interface RestCreateDraftPolicyRequestDto {
|
|
20
|
-
/**
|
|
21
|
-
* Policy objects
|
|
22
|
-
* @type {Array<PolicyObjectDto>}
|
|
23
|
-
* @memberof RestCreateDraftPolicyRequestDto
|
|
24
|
-
*/
|
|
25
|
-
'policyObjects': Array<PolicyObjectDto>;
|
|
26
|
-
/**
|
|
27
|
-
* Date from which the policy should be updated. This will create a new timeline starting from this date.
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof RestCreateDraftPolicyRequestDto
|
|
30
|
-
*/
|
|
31
|
-
'from': string;
|
|
32
|
-
/**
|
|
33
|
-
* Date to which the policy should be updated. This will create a new timeline finishing at this date.
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof RestCreateDraftPolicyRequestDto
|
|
36
|
-
*/
|
|
37
|
-
'to'?: string;
|
|
38
|
-
/**
|
|
39
|
-
* Policy revision status.
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof RestCreateDraftPolicyRequestDto
|
|
42
|
-
*/
|
|
43
|
-
'revisionStatus': RestCreateDraftPolicyRequestDtoRevisionStatusEnum;
|
|
44
|
-
/**
|
|
45
|
-
* Premium Override
|
|
46
|
-
* @type {PremiumOverrideRequestDto}
|
|
47
|
-
* @memberof RestCreateDraftPolicyRequestDto
|
|
48
|
-
*/
|
|
49
|
-
'premiumOverride'?: PremiumOverrideRequestDto;
|
|
50
|
-
/**
|
|
51
|
-
* Unique identifier of the lead that this object belongs to.
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof RestCreateDraftPolicyRequestDto
|
|
54
|
-
*/
|
|
55
|
-
'leadCode'?: string;
|
|
56
|
-
/**
|
|
57
|
-
* Unique identifier of the policy that this object belongs to.
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof RestCreateDraftPolicyRequestDto
|
|
60
|
-
*/
|
|
61
|
-
'policyNumber'?: string;
|
|
62
|
-
}
|
|
63
|
-
export declare const RestCreateDraftPolicyRequestDtoRevisionStatusEnum: {
|
|
64
|
-
readonly Created: "CREATED";
|
|
65
|
-
readonly InReview: "IN_REVIEW";
|
|
66
|
-
readonly Reviewed: "REVIEWED";
|
|
67
|
-
readonly Rejected: "REJECTED";
|
|
68
|
-
readonly Approved: "APPROVED";
|
|
69
|
-
};
|
|
70
|
-
export type RestCreateDraftPolicyRequestDtoRevisionStatusEnum = typeof RestCreateDraftPolicyRequestDtoRevisionStatusEnum[keyof typeof RestCreateDraftPolicyRequestDtoRevisionStatusEnum];
|