@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.
Files changed (65) hide show
  1. package/.openapi-generator/FILES +4 -13
  2. package/README.md +2 -2
  3. package/api/booking-funnels-api.ts +31 -31
  4. package/api/commission-agreement-items-api.ts +4 -4
  5. package/api/policies-api.ts +32 -32
  6. package/api/product-fields-api.ts +16 -16
  7. package/api/status-transition-rules-api.ts +31 -31
  8. package/dist/api/booking-funnels-api.d.ts +18 -18
  9. package/dist/api/booking-funnels-api.js +24 -24
  10. package/dist/api/commission-agreement-items-api.d.ts +4 -4
  11. package/dist/api/commission-agreement-items-api.js +3 -3
  12. package/dist/api/policies-api.d.ts +18 -18
  13. package/dist/api/policies-api.js +24 -24
  14. package/dist/api/product-fields-api.d.ts +9 -9
  15. package/dist/api/product-fields-api.js +12 -12
  16. package/dist/api/status-transition-rules-api.d.ts +18 -18
  17. package/dist/api/status-transition-rules-api.js +24 -24
  18. package/dist/models/create-draft-policy-request-dto.d.ts +0 -6
  19. package/dist/models/index.d.ts +4 -13
  20. package/dist/models/index.js +4 -13
  21. package/dist/models/{grpc-patch-booking-funnel-request-dto.d.ts → patch-booking-funnel-request-dto.d.ts} +10 -10
  22. package/dist/models/{rest-patch-draft-policy-request-dto.d.ts → patch-draft-policy-request-dto.d.ts} +12 -12
  23. package/dist/models/{rest-patch-draft-policy-request-dto.js → patch-draft-policy-request-dto.js} +2 -2
  24. package/dist/models/patch-status-transition-rule-request-dto.d.ts +10 -4
  25. package/dist/models/{grpc-update-booking-funnel-request-dto.d.ts → update-booking-funnel-request-dto.d.ts} +10 -10
  26. package/dist/models/update-status-transition-rule-request-dto.d.ts +53 -0
  27. package/dist/models/{grpc-patch-status-transition-rule-request-dto.js → update-status-transition-rule-request-dto.js} +2 -2
  28. package/models/create-draft-policy-request-dto.ts +0 -6
  29. package/models/index.ts +4 -13
  30. package/models/{grpc-patch-booking-funnel-request-dto.ts → patch-booking-funnel-request-dto.ts} +10 -10
  31. package/models/{rest-patch-draft-policy-request-dto.ts → patch-draft-policy-request-dto.ts} +12 -12
  32. package/models/patch-status-transition-rule-request-dto.ts +10 -4
  33. package/models/{grpc-update-booking-funnel-request-dto.ts → update-booking-funnel-request-dto.ts} +10 -10
  34. package/models/{grpc-update-status-transition-rule-request-dto.ts → update-status-transition-rule-request-dto.ts} +10 -10
  35. package/package.json +1 -1
  36. package/dist/models/grpc-patch-draft-policy-request-dto.d.ts +0 -76
  37. package/dist/models/grpc-patch-draft-policy-request-dto.js +0 -23
  38. package/dist/models/grpc-patch-status-transition-rule-request-dto.d.ts +0 -53
  39. package/dist/models/grpc-update-status-transition-rule-request-dto.d.ts +0 -53
  40. package/dist/models/grpc-update-status-transition-rule-request-dto.js +0 -20
  41. package/dist/models/rest-create-draft-policy-request-dto.d.ts +0 -70
  42. package/dist/models/rest-create-draft-policy-request-dto.js +0 -23
  43. package/dist/models/rest-create-status-transition-rule-request-dto.d.ts +0 -47
  44. package/dist/models/rest-create-status-transition-rule-request-dto.js +0 -20
  45. package/dist/models/rest-patch-booking-funnel-request-dto.d.ts +0 -60
  46. package/dist/models/rest-patch-booking-funnel-request-dto.js +0 -15
  47. package/dist/models/rest-update-booking-funnel-request-dto.d.ts +0 -60
  48. package/dist/models/rest-update-booking-funnel-request-dto.js +0 -15
  49. package/dist/models/rest-update-product-field-request-dto.d.ts +0 -171
  50. package/dist/models/rest-update-product-field-request-dto.js +0 -28
  51. package/dist/models/rest-update-status-transition-rule-request-dto.d.ts +0 -47
  52. package/dist/models/rest-update-status-transition-rule-request-dto.js +0 -20
  53. package/dist/models/shared-delete-request-dto.d.ts +0 -24
  54. package/dist/models/shared-delete-request-dto.js +0 -15
  55. package/models/grpc-patch-draft-policy-request-dto.ts +0 -85
  56. package/models/grpc-patch-status-transition-rule-request-dto.ts +0 -62
  57. package/models/rest-create-draft-policy-request-dto.ts +0 -79
  58. package/models/rest-create-status-transition-rule-request-dto.ts +0 -56
  59. package/models/rest-patch-booking-funnel-request-dto.ts +0 -66
  60. package/models/rest-update-booking-funnel-request-dto.ts +0 -66
  61. package/models/rest-update-product-field-request-dto.ts +0 -182
  62. package/models/rest-update-status-transition-rule-request-dto.ts +0 -56
  63. package/models/shared-delete-request-dto.ts +0 -30
  64. /package/dist/models/{grpc-patch-booking-funnel-request-dto.js → patch-booking-funnel-request-dto.js} +0 -0
  65. /package/dist/models/{grpc-update-booking-funnel-request-dto.js → update-booking-funnel-request-dto.js} +0 -0
@@ -1,62 +0,0 @@
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 GrpcPatchStatusTransitionRuleRequestDto
21
- */
22
- export interface GrpcPatchStatusTransitionRuleRequestDto {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof GrpcPatchStatusTransitionRuleRequestDto
27
- */
28
- 'code': string;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof GrpcPatchStatusTransitionRuleRequestDto
33
- */
34
- 'entityType'?: GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof GrpcPatchStatusTransitionRuleRequestDto
39
- */
40
- 'currentStatus'?: string;
41
- /**
42
- *
43
- * @type {Array<string>}
44
- * @memberof GrpcPatchStatusTransitionRuleRequestDto
45
- */
46
- 'nextStatuses'?: Array<string>;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof GrpcPatchStatusTransitionRuleRequestDto
51
- */
52
- 'productSlug'?: string;
53
- }
54
-
55
- export const GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum = {
56
- Lead: 'lead',
57
- Policy: 'policy'
58
- } as const;
59
-
60
- export type GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum = typeof GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum[keyof typeof GrpcPatchStatusTransitionRuleRequestDtoEntityTypeEnum];
61
-
62
-
@@ -1,79 +0,0 @@
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 { PolicyObjectDto } from './policy-object-dto';
17
- import { PremiumOverrideRequestDto } from './premium-override-request-dto';
18
-
19
- /**
20
- *
21
- * @export
22
- * @interface RestCreateDraftPolicyRequestDto
23
- */
24
- export interface RestCreateDraftPolicyRequestDto {
25
- /**
26
- * Policy objects
27
- * @type {Array<PolicyObjectDto>}
28
- * @memberof RestCreateDraftPolicyRequestDto
29
- */
30
- 'policyObjects': Array<PolicyObjectDto>;
31
- /**
32
- * Date from which the policy should be updated. This will create a new timeline starting from this date.
33
- * @type {string}
34
- * @memberof RestCreateDraftPolicyRequestDto
35
- */
36
- 'from': string;
37
- /**
38
- * Date to which the policy should be updated. This will create a new timeline finishing at this date.
39
- * @type {string}
40
- * @memberof RestCreateDraftPolicyRequestDto
41
- */
42
- 'to'?: string;
43
- /**
44
- * Policy revision status.
45
- * @type {string}
46
- * @memberof RestCreateDraftPolicyRequestDto
47
- */
48
- 'revisionStatus': RestCreateDraftPolicyRequestDtoRevisionStatusEnum;
49
- /**
50
- * Premium Override
51
- * @type {PremiumOverrideRequestDto}
52
- * @memberof RestCreateDraftPolicyRequestDto
53
- */
54
- 'premiumOverride'?: PremiumOverrideRequestDto;
55
- /**
56
- * Unique identifier of the lead that this object belongs to.
57
- * @type {string}
58
- * @memberof RestCreateDraftPolicyRequestDto
59
- */
60
- 'leadCode'?: string;
61
- /**
62
- * Unique identifier of the policy that this object belongs to.
63
- * @type {string}
64
- * @memberof RestCreateDraftPolicyRequestDto
65
- */
66
- 'policyNumber'?: string;
67
- }
68
-
69
- export const RestCreateDraftPolicyRequestDtoRevisionStatusEnum = {
70
- Created: 'CREATED',
71
- InReview: 'IN_REVIEW',
72
- Reviewed: 'REVIEWED',
73
- Rejected: 'REJECTED',
74
- Approved: 'APPROVED'
75
- } as const;
76
-
77
- export type RestCreateDraftPolicyRequestDtoRevisionStatusEnum = typeof RestCreateDraftPolicyRequestDtoRevisionStatusEnum[keyof typeof RestCreateDraftPolicyRequestDtoRevisionStatusEnum];
78
-
79
-
@@ -1,56 +0,0 @@
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
-
@@ -1,66 +0,0 @@
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
-
@@ -1,66 +0,0 @@
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
-
@@ -1,182 +0,0 @@
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
-
@@ -1,56 +0,0 @@
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
-
@@ -1,30 +0,0 @@
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
-