@emilgroup/insurance-sdk-node 1.78.0 → 1.78.1-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.
- package/.openapi-generator/FILES +13 -4
- 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 +6 -0
- package/dist/models/{patch-booking-funnel-request-dto.d.ts → grpc-patch-booking-funnel-request-dto.d.ts} +10 -10
- package/dist/models/grpc-patch-draft-policy-request-dto.d.ts +76 -0
- package/dist/models/{patch-draft-policy-request-dto.js → grpc-patch-draft-policy-request-dto.js} +2 -2
- package/dist/models/grpc-patch-status-transition-rule-request-dto.d.ts +53 -0
- package/dist/models/{update-status-transition-rule-request-dto.js → grpc-patch-status-transition-rule-request-dto.js} +2 -2
- package/dist/models/{update-booking-funnel-request-dto.d.ts → grpc-update-booking-funnel-request-dto.d.ts} +10 -10
- package/dist/models/grpc-update-status-transition-rule-request-dto.d.ts +53 -0
- package/dist/models/grpc-update-status-transition-rule-request-dto.js +20 -0
- package/dist/models/index.d.ts +13 -4
- package/dist/models/index.js +13 -4
- package/dist/models/patch-status-transition-rule-request-dto.d.ts +4 -10
- package/dist/models/rest-create-draft-policy-request-dto.d.ts +70 -0
- package/dist/models/rest-create-draft-policy-request-dto.js +23 -0
- package/dist/models/rest-create-status-transition-rule-request-dto.d.ts +47 -0
- package/dist/models/rest-create-status-transition-rule-request-dto.js +20 -0
- package/dist/models/rest-patch-booking-funnel-request-dto.d.ts +60 -0
- package/dist/models/rest-patch-booking-funnel-request-dto.js +15 -0
- package/dist/models/{patch-draft-policy-request-dto.d.ts → rest-patch-draft-policy-request-dto.d.ts} +12 -12
- package/dist/models/rest-patch-draft-policy-request-dto.js +23 -0
- package/dist/models/rest-update-booking-funnel-request-dto.d.ts +60 -0
- package/dist/models/rest-update-booking-funnel-request-dto.js +15 -0
- package/dist/models/rest-update-product-field-request-dto.d.ts +171 -0
- package/dist/models/rest-update-product-field-request-dto.js +28 -0
- package/dist/models/rest-update-status-transition-rule-request-dto.d.ts +47 -0
- package/dist/models/rest-update-status-transition-rule-request-dto.js +20 -0
- package/dist/models/shared-delete-request-dto.d.ts +24 -0
- package/dist/models/shared-delete-request-dto.js +15 -0
- package/models/create-draft-policy-request-dto.ts +6 -0
- package/models/{patch-booking-funnel-request-dto.ts → grpc-patch-booking-funnel-request-dto.ts} +10 -10
- package/models/grpc-patch-draft-policy-request-dto.ts +85 -0
- package/models/grpc-patch-status-transition-rule-request-dto.ts +62 -0
- package/models/{update-booking-funnel-request-dto.ts → grpc-update-booking-funnel-request-dto.ts} +10 -10
- package/models/{update-status-transition-rule-request-dto.ts → grpc-update-status-transition-rule-request-dto.ts} +10 -10
- package/models/index.ts +13 -4
- package/models/patch-status-transition-rule-request-dto.ts +4 -10
- package/models/rest-create-draft-policy-request-dto.ts +79 -0
- package/models/rest-create-status-transition-rule-request-dto.ts +56 -0
- package/models/rest-patch-booking-funnel-request-dto.ts +66 -0
- package/models/{patch-draft-policy-request-dto.ts → rest-patch-draft-policy-request-dto.ts} +12 -12
- package/models/rest-update-booking-funnel-request-dto.ts +66 -0
- package/models/rest-update-product-field-request-dto.ts +182 -0
- package/models/rest-update-status-transition-rule-request-dto.ts +56 -0
- package/models/shared-delete-request-dto.ts +30 -0
- package/package.json +1 -1
- package/dist/models/update-status-transition-rule-request-dto.d.ts +0 -53
- /package/dist/models/{patch-booking-funnel-request-dto.js → grpc-patch-booking-funnel-request-dto.js} +0 -0
- /package/dist/models/{update-booking-funnel-request-dto.js → grpc-update-booking-funnel-request-dto.js} +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
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 RestCreateStatusTransitionRuleRequestDto
|
|
21
|
+
*/
|
|
22
|
+
export interface RestCreateStatusTransitionRuleRequestDto {
|
|
23
|
+
/**
|
|
24
|
+
* Entity type where the rule applies to.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RestCreateStatusTransitionRuleRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'entityType': RestCreateStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* Current status of the entity.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof RestCreateStatusTransitionRuleRequestDto
|
|
33
|
+
*/
|
|
34
|
+
'currentStatus': string;
|
|
35
|
+
/**
|
|
36
|
+
* Array of next statuses of the entity.
|
|
37
|
+
* @type {Array<string>}
|
|
38
|
+
* @memberof RestCreateStatusTransitionRuleRequestDto
|
|
39
|
+
*/
|
|
40
|
+
'nextStatuses': Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof RestCreateStatusTransitionRuleRequestDto
|
|
45
|
+
*/
|
|
46
|
+
'productSlug': string;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export const RestCreateStatusTransitionRuleRequestDtoEntityTypeEnum = {
|
|
50
|
+
Lead: 'lead',
|
|
51
|
+
Policy: 'policy'
|
|
52
|
+
} as const;
|
|
53
|
+
|
|
54
|
+
export type RestCreateStatusTransitionRuleRequestDtoEntityTypeEnum = typeof RestCreateStatusTransitionRuleRequestDtoEntityTypeEnum[keyof typeof RestCreateStatusTransitionRuleRequestDtoEntityTypeEnum];
|
|
55
|
+
|
|
56
|
+
|
|
@@ -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 RestPatchBookingFunnelRequestDto
|
|
21
|
+
*/
|
|
22
|
+
export interface RestPatchBookingFunnelRequestDto {
|
|
23
|
+
/**
|
|
24
|
+
* Parent Booking funnel ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof RestPatchBookingFunnelRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'parentId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Booking funnel name
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof RestPatchBookingFunnelRequestDto
|
|
33
|
+
*/
|
|
34
|
+
'name'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Code snippet to load the booking funnel.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof RestPatchBookingFunnelRequestDto
|
|
39
|
+
*/
|
|
40
|
+
'jsCode'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Steps configuration for the booking funnel.
|
|
43
|
+
* @type {object}
|
|
44
|
+
* @memberof RestPatchBookingFunnelRequestDto
|
|
45
|
+
*/
|
|
46
|
+
'stepsConfig'?: object;
|
|
47
|
+
/**
|
|
48
|
+
* Custom css for the booking funnel.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof RestPatchBookingFunnelRequestDto
|
|
51
|
+
*/
|
|
52
|
+
'css'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* URL to fech the logo for the booking funnel.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof RestPatchBookingFunnelRequestDto
|
|
57
|
+
*/
|
|
58
|
+
'logoPath'?: string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {boolean}
|
|
62
|
+
* @memberof RestPatchBookingFunnelRequestDto
|
|
63
|
+
*/
|
|
64
|
+
'shouldShowOnApplicationsPage'?: boolean;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -19,54 +19,54 @@ import { PremiumOverrideRequestDto } from './premium-override-request-dto';
|
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
21
|
* @export
|
|
22
|
-
* @interface
|
|
22
|
+
* @interface RestPatchDraftPolicyRequestDto
|
|
23
23
|
*/
|
|
24
|
-
export interface
|
|
24
|
+
export interface RestPatchDraftPolicyRequestDto {
|
|
25
25
|
/**
|
|
26
26
|
* Policy objects
|
|
27
27
|
* @type {Array<PolicyObjectDto>}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof RestPatchDraftPolicyRequestDto
|
|
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 RestPatchDraftPolicyRequestDto
|
|
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 RestPatchDraftPolicyRequestDto
|
|
41
41
|
*/
|
|
42
42
|
'to'?: string;
|
|
43
43
|
/**
|
|
44
44
|
* Policy revision status.
|
|
45
45
|
* @type {string}
|
|
46
|
-
* @memberof
|
|
46
|
+
* @memberof RestPatchDraftPolicyRequestDto
|
|
47
47
|
*/
|
|
48
|
-
'revisionStatus':
|
|
48
|
+
'revisionStatus': RestPatchDraftPolicyRequestDtoRevisionStatusEnum;
|
|
49
49
|
/**
|
|
50
50
|
* Premium Override
|
|
51
51
|
* @type {PremiumOverrideRequestDto}
|
|
52
|
-
* @memberof
|
|
52
|
+
* @memberof RestPatchDraftPolicyRequestDto
|
|
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 RestPatchDraftPolicyRequestDto
|
|
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 RestPatchDraftPolicyRequestDto
|
|
65
65
|
*/
|
|
66
66
|
'policyNumber'?: string;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
export const
|
|
69
|
+
export const RestPatchDraftPolicyRequestDtoRevisionStatusEnum = {
|
|
70
70
|
Created: 'CREATED',
|
|
71
71
|
InReview: 'IN_REVIEW',
|
|
72
72
|
Reviewed: 'REVIEWED',
|
|
@@ -74,6 +74,6 @@ export const PatchDraftPolicyRequestDtoRevisionStatusEnum = {
|
|
|
74
74
|
Approved: 'APPROVED'
|
|
75
75
|
} as const;
|
|
76
76
|
|
|
77
|
-
export type
|
|
77
|
+
export type RestPatchDraftPolicyRequestDtoRevisionStatusEnum = typeof RestPatchDraftPolicyRequestDtoRevisionStatusEnum[keyof typeof RestPatchDraftPolicyRequestDtoRevisionStatusEnum];
|
|
78
78
|
|
|
79
79
|
|
|
@@ -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 RestUpdateBookingFunnelRequestDto
|
|
21
|
+
*/
|
|
22
|
+
export interface RestUpdateBookingFunnelRequestDto {
|
|
23
|
+
/**
|
|
24
|
+
* Parent Booking funnel ID
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof RestUpdateBookingFunnelRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'parentId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Booking funnel name
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof RestUpdateBookingFunnelRequestDto
|
|
33
|
+
*/
|
|
34
|
+
'name': string;
|
|
35
|
+
/**
|
|
36
|
+
* Code snippet to load the booking funnel.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof RestUpdateBookingFunnelRequestDto
|
|
39
|
+
*/
|
|
40
|
+
'jsCode': string;
|
|
41
|
+
/**
|
|
42
|
+
* Steps configuration for the booking funnel.
|
|
43
|
+
* @type {object}
|
|
44
|
+
* @memberof RestUpdateBookingFunnelRequestDto
|
|
45
|
+
*/
|
|
46
|
+
'stepsConfig'?: object;
|
|
47
|
+
/**
|
|
48
|
+
* Custom css for the booking funnel.
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof RestUpdateBookingFunnelRequestDto
|
|
51
|
+
*/
|
|
52
|
+
'css'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* URL to fech the logo for the booking funnel.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof RestUpdateBookingFunnelRequestDto
|
|
57
|
+
*/
|
|
58
|
+
'logoPath'?: string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {boolean}
|
|
62
|
+
* @memberof RestUpdateBookingFunnelRequestDto
|
|
63
|
+
*/
|
|
64
|
+
'shouldShowOnApplicationsPage'?: boolean;
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,182 @@
|
|
|
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 RestUpdateProductFieldRequestDto
|
|
21
|
+
*/
|
|
22
|
+
export interface RestUpdateProductFieldRequestDto {
|
|
23
|
+
/**
|
|
24
|
+
* Product field name
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'name': string;
|
|
29
|
+
/**
|
|
30
|
+
* Product field label
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
33
|
+
*/
|
|
34
|
+
'label': string;
|
|
35
|
+
/**
|
|
36
|
+
* Product field type entity
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
39
|
+
*/
|
|
40
|
+
'typeEntity': RestUpdateProductFieldRequestDtoTypeEntityEnum;
|
|
41
|
+
/**
|
|
42
|
+
* Product field type id
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
45
|
+
*/
|
|
46
|
+
'typeId': number;
|
|
47
|
+
/**
|
|
48
|
+
* Insured object id
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
51
|
+
*/
|
|
52
|
+
'insuredObjectId': number;
|
|
53
|
+
/**
|
|
54
|
+
* Product field group
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
57
|
+
*/
|
|
58
|
+
'group': string;
|
|
59
|
+
/**
|
|
60
|
+
* Is field required?
|
|
61
|
+
* @type {boolean}
|
|
62
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
63
|
+
*/
|
|
64
|
+
'isRequired': boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Is field hidden on the booking funnel?
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
69
|
+
*/
|
|
70
|
+
'isHidden': boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Should the field value be unique across policies?
|
|
73
|
+
* @type {boolean}
|
|
74
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
75
|
+
*/
|
|
76
|
+
'isUnique': boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Should the field be hidden on customer portal?
|
|
79
|
+
* @type {boolean}
|
|
80
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
81
|
+
*/
|
|
82
|
+
'isHiddenCustomerPortal': boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Should the field be editable on customer portal?
|
|
85
|
+
* @type {boolean}
|
|
86
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
87
|
+
*/
|
|
88
|
+
'isEditableCustomerPortal': boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Default value of the field. For the field type date-time, it should be { \"templated\" : \"{{today}}\" }
|
|
91
|
+
* @type {object}
|
|
92
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
93
|
+
*/
|
|
94
|
+
'defaultValue': object;
|
|
95
|
+
/**
|
|
96
|
+
* Default value of the field. For the field type date-time, it should be { \"templated\" : \"{{today}}\" }
|
|
97
|
+
* @type {object}
|
|
98
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
99
|
+
*/
|
|
100
|
+
'minValue'?: object;
|
|
101
|
+
/**
|
|
102
|
+
* Booking funnel description
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
105
|
+
*/
|
|
106
|
+
'bfDescription'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* Booking funnel tooltip
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
111
|
+
*/
|
|
112
|
+
'bfTooltip'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Booking funnel label
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
117
|
+
*/
|
|
118
|
+
'bfLabel'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* Expression to calculate the field.
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
123
|
+
*/
|
|
124
|
+
'expression'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* Default value of the field. For the field type date-time, it should be { \"templated\" : \"{{today}}\" }
|
|
127
|
+
* @type {object}
|
|
128
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
129
|
+
*/
|
|
130
|
+
'maxValue'?: object;
|
|
131
|
+
/**
|
|
132
|
+
* Order index for the product field item, used to define the order of the items in the insured object. The order will also impact the order of the items in the policy itself.
|
|
133
|
+
* @type {number}
|
|
134
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
135
|
+
*/
|
|
136
|
+
'order'?: number;
|
|
137
|
+
/**
|
|
138
|
+
* order index for the product field for display on the booking funnel, not defined for hidden fields.
|
|
139
|
+
* @type {number}
|
|
140
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
141
|
+
*/
|
|
142
|
+
'legacyBfOrder'?: number;
|
|
143
|
+
/**
|
|
144
|
+
* Product field metadata object. The field may contain special data specific to the product.
|
|
145
|
+
* @type {object}
|
|
146
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
147
|
+
*/
|
|
148
|
+
'metadata'?: object;
|
|
149
|
+
/**
|
|
150
|
+
* Overrides automatic dependency check result (if this field is used in the premium calculation or not).
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
153
|
+
*/
|
|
154
|
+
'usedInPremiumCalculationOverride'?: RestUpdateProductFieldRequestDtoUsedInPremiumCalculationOverrideEnum;
|
|
155
|
+
/**
|
|
156
|
+
* Overrides automatic dependency check result (if this field is used in the product field calculation or not).
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof RestUpdateProductFieldRequestDto
|
|
159
|
+
*/
|
|
160
|
+
'usedInFieldCalculationOverride'?: RestUpdateProductFieldRequestDtoUsedInFieldCalculationOverrideEnum;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
export const RestUpdateProductFieldRequestDtoTypeEntityEnum = {
|
|
164
|
+
SystemProductFieldType: 'system_product_field_type',
|
|
165
|
+
ProductFactorType: 'product_factor_type'
|
|
166
|
+
} as const;
|
|
167
|
+
|
|
168
|
+
export type RestUpdateProductFieldRequestDtoTypeEntityEnum = typeof RestUpdateProductFieldRequestDtoTypeEntityEnum[keyof typeof RestUpdateProductFieldRequestDtoTypeEntityEnum];
|
|
169
|
+
export const RestUpdateProductFieldRequestDtoUsedInPremiumCalculationOverrideEnum = {
|
|
170
|
+
Used: 'used',
|
|
171
|
+
NotUsed: 'not_used'
|
|
172
|
+
} as const;
|
|
173
|
+
|
|
174
|
+
export type RestUpdateProductFieldRequestDtoUsedInPremiumCalculationOverrideEnum = typeof RestUpdateProductFieldRequestDtoUsedInPremiumCalculationOverrideEnum[keyof typeof RestUpdateProductFieldRequestDtoUsedInPremiumCalculationOverrideEnum];
|
|
175
|
+
export const RestUpdateProductFieldRequestDtoUsedInFieldCalculationOverrideEnum = {
|
|
176
|
+
Used: 'used',
|
|
177
|
+
NotUsed: 'not_used'
|
|
178
|
+
} as const;
|
|
179
|
+
|
|
180
|
+
export type RestUpdateProductFieldRequestDtoUsedInFieldCalculationOverrideEnum = typeof RestUpdateProductFieldRequestDtoUsedInFieldCalculationOverrideEnum[keyof typeof RestUpdateProductFieldRequestDtoUsedInFieldCalculationOverrideEnum];
|
|
181
|
+
|
|
182
|
+
|
|
@@ -0,0 +1,56 @@
|
|
|
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 RestUpdateStatusTransitionRuleRequestDto
|
|
21
|
+
*/
|
|
22
|
+
export interface RestUpdateStatusTransitionRuleRequestDto {
|
|
23
|
+
/**
|
|
24
|
+
* Entity type where the rule applies to.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RestUpdateStatusTransitionRuleRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'entityType': RestUpdateStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
29
|
+
/**
|
|
30
|
+
* Current status of the entity.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof RestUpdateStatusTransitionRuleRequestDto
|
|
33
|
+
*/
|
|
34
|
+
'currentStatus': string;
|
|
35
|
+
/**
|
|
36
|
+
* Array of next statuses of the entity.
|
|
37
|
+
* @type {Array<string>}
|
|
38
|
+
* @memberof RestUpdateStatusTransitionRuleRequestDto
|
|
39
|
+
*/
|
|
40
|
+
'nextStatuses': Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof RestUpdateStatusTransitionRuleRequestDto
|
|
45
|
+
*/
|
|
46
|
+
'productSlug': string;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export const RestUpdateStatusTransitionRuleRequestDtoEntityTypeEnum = {
|
|
50
|
+
Lead: 'lead',
|
|
51
|
+
Policy: 'policy'
|
|
52
|
+
} as const;
|
|
53
|
+
|
|
54
|
+
export type RestUpdateStatusTransitionRuleRequestDtoEntityTypeEnum = typeof RestUpdateStatusTransitionRuleRequestDtoEntityTypeEnum[keyof typeof RestUpdateStatusTransitionRuleRequestDtoEntityTypeEnum];
|
|
55
|
+
|
|
56
|
+
|
|
@@ -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 SharedDeleteRequestDto
|
|
21
|
+
*/
|
|
22
|
+
export interface SharedDeleteRequestDto {
|
|
23
|
+
/**
|
|
24
|
+
* Resource id.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof SharedDeleteRequestDto
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
}
|
|
30
|
+
|
package/package.json
CHANGED
|
@@ -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 UpdateStatusTransitionRuleRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface UpdateStatusTransitionRuleRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'code': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'entityType': UpdateStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'currentStatus': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {Array<string>}
|
|
39
|
-
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'nextStatuses': Array<string>;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof UpdateStatusTransitionRuleRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'productSlug': string;
|
|
48
|
-
}
|
|
49
|
-
export declare const UpdateStatusTransitionRuleRequestDtoEntityTypeEnum: {
|
|
50
|
-
readonly Lead: "lead";
|
|
51
|
-
readonly Policy: "policy";
|
|
52
|
-
};
|
|
53
|
-
export type UpdateStatusTransitionRuleRequestDtoEntityTypeEnum = typeof UpdateStatusTransitionRuleRequestDtoEntityTypeEnum[keyof typeof UpdateStatusTransitionRuleRequestDtoEntityTypeEnum];
|
|
File without changes
|
|
File without changes
|