@emilgroup/insurance-sdk-node 1.48.1-beta.2 → 1.49.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 +8 -21
- package/README.md +2 -2
- package/api/booking-funnels-api.ts +4 -4
- package/api/default-api.ts +4 -8
- package/api/insured-object-types-api.ts +4 -4
- package/api/insured-objects-api.ts +6 -9
- package/api/lead-statuses-api.ts +12 -96
- package/api/named-ranges-api.ts +4 -4
- package/api/policies-api.ts +180 -167
- package/api/policy-partner-roles-api.ts +683 -0
- package/api/premium-formulas-api.ts +4 -4
- package/api/product-factors-api.ts +4 -4
- package/api/product-fields-api.ts +8 -8
- package/api/products-api.ts +12 -12
- package/api.ts +2 -4
- package/dist/api/booking-funnels-api.d.ts +4 -4
- package/dist/api/booking-funnels-api.js +4 -4
- package/dist/api/default-api.d.ts +4 -8
- package/dist/api/default-api.js +4 -8
- package/dist/api/insured-object-types-api.d.ts +4 -4
- package/dist/api/insured-object-types-api.js +3 -3
- package/dist/api/insured-objects-api.d.ts +4 -4
- package/dist/api/insured-objects-api.js +5 -7
- package/dist/api/lead-statuses-api.d.ts +9 -63
- package/dist/api/lead-statuses-api.js +9 -45
- package/dist/api/named-ranges-api.d.ts +4 -4
- package/dist/api/named-ranges-api.js +3 -3
- package/dist/api/policies-api.d.ts +140 -131
- package/dist/api/policies-api.js +120 -114
- package/dist/api/policy-partner-roles-api.d.ts +385 -0
- package/dist/api/{partner-roles-api.js → policy-partner-roles-api.js} +139 -139
- package/dist/api/premium-formulas-api.d.ts +4 -4
- package/dist/api/premium-formulas-api.js +3 -3
- package/dist/api/product-factors-api.d.ts +4 -4
- package/dist/api/product-factors-api.js +3 -3
- package/dist/api/product-fields-api.d.ts +8 -8
- package/dist/api/product-fields-api.js +6 -6
- package/dist/api/products-api.d.ts +12 -12
- package/dist/api/products-api.js +9 -9
- package/dist/api.d.ts +1 -2
- package/dist/api.js +1 -2
- package/dist/models/booking-funnel-class.d.ts +1 -1
- package/dist/models/create-booking-funnel-request-dto.d.ts +1 -1
- package/dist/models/{update-partner-role-request-dto.d.ts → create-policy-partner-role-request-dto.d.ts} +6 -6
- package/dist/models/{emil-function-secret-class.d.ts → create-policy-partner-role-response-class.d.ts} +7 -12
- package/dist/models/create-product-request-dto.d.ts +1 -1
- package/dist/models/{create-partner-role-response-class.d.ts → get-policy-partner-role-response-class.d.ts} +7 -7
- package/dist/models/get-product-request-dto.d.ts +1 -1
- package/dist/models/index.d.ts +7 -19
- package/dist/models/index.js +7 -19
- package/dist/models/insured-object-type-class.d.ts +1 -1
- package/dist/models/invoice-item-class.d.ts +0 -12
- package/dist/models/lead-class.d.ts +1 -8
- package/dist/models/lead-status-class.d.ts +1 -1
- package/dist/models/{list-emil-functions-response-class.d.ts → list-policy-partner-roles-response-class.d.ts} +8 -8
- package/dist/models/list-policy-versions-request-dto.d.ts +1 -1
- package/dist/models/list-request-dto.d.ts +1 -1
- package/dist/models/patch-draft-policy-request-dto.d.ts +1 -1
- package/dist/models/policy-class.d.ts +0 -7
- package/dist/models/{partner-role-class.d.ts → policy-partner-role-class.d.ts} +10 -10
- package/dist/models/product-class.d.ts +1 -1
- package/dist/models/shared-update-named-range-request-dto.d.ts +1 -1
- package/dist/models/status-transition-rule-class.d.ts +1 -1
- package/dist/models/update-named-range-request-dto.d.ts +1 -1
- package/dist/models/{create-partner-role-request-dto.d.ts → update-policy-partner-role-request-dto.d.ts} +6 -6
- package/dist/models/{execute-emil-function-request-dto.d.ts → update-policy-partner-role-response-class.d.ts} +7 -6
- package/dist/models/update-product-request-dto.d.ts +1 -1
- package/models/booking-funnel-class.ts +1 -1
- package/models/create-booking-funnel-request-dto.ts +1 -1
- package/models/{update-partner-role-request-dto.ts → create-policy-partner-role-request-dto.ts} +6 -6
- package/models/{emil-function-secret-class.ts → create-policy-partner-role-response-class.ts} +7 -12
- package/models/create-product-request-dto.ts +1 -1
- package/models/{create-partner-role-response-class.ts → get-policy-partner-role-response-class.ts} +7 -7
- package/models/get-product-request-dto.ts +1 -1
- package/models/index.ts +7 -19
- package/models/insured-object-type-class.ts +1 -1
- package/models/invoice-item-class.ts +0 -12
- package/models/lead-class.ts +1 -8
- package/models/lead-status-class.ts +1 -1
- package/models/{list-emil-functions-response-class.ts → list-policy-partner-roles-response-class.ts} +8 -8
- package/models/list-policy-versions-request-dto.ts +1 -1
- package/models/list-request-dto.ts +1 -1
- package/models/patch-draft-policy-request-dto.ts +1 -1
- package/models/policy-class.ts +0 -7
- package/models/{partner-role-class.ts → policy-partner-role-class.ts} +10 -10
- package/models/product-class.ts +1 -1
- package/models/shared-update-named-range-request-dto.ts +1 -1
- package/models/status-transition-rule-class.ts +1 -1
- package/models/update-named-range-request-dto.ts +1 -1
- package/models/{create-partner-role-request-dto.ts → update-policy-partner-role-request-dto.ts} +6 -6
- package/models/{execute-emil-function-request-dto.ts → update-policy-partner-role-response-class.ts} +7 -6
- package/models/update-product-request-dto.ts +1 -1
- package/package.json +1 -1
- package/api/emil-functions-api.ts +0 -1314
- package/api/partner-roles-api.ts +0 -683
- package/dist/api/emil-functions-api.d.ts +0 -727
- package/dist/api/emil-functions-api.js +0 -1202
- package/dist/api/partner-roles-api.d.ts +0 -385
- package/dist/models/create-emil-function-request-dto.d.ts +0 -42
- package/dist/models/create-emil-function-secret-request-dto.d.ts +0 -36
- package/dist/models/emil-function-class.d.ts +0 -60
- package/dist/models/get-emil-function-secret-response-class.d.ts +0 -24
- package/dist/models/get-emil-function-secret-response-class.js +0 -15
- package/dist/models/get-partner-role-response-class.d.ts +0 -25
- package/dist/models/get-partner-role-response-class.js +0 -15
- package/dist/models/list-emil-function-secrets-response-class.d.ts +0 -25
- package/dist/models/list-emil-function-secrets-response-class.js +0 -15
- package/dist/models/list-emil-functions-response-class.js +0 -15
- package/dist/models/list-partner-roles-response-class.d.ts +0 -31
- package/dist/models/list-partner-roles-response-class.js +0 -15
- package/dist/models/partner-class.d.ts +0 -60
- package/dist/models/partner-class.js +0 -15
- package/dist/models/partner-link-class.d.ts +0 -86
- package/dist/models/partner-link-class.js +0 -15
- package/dist/models/partner-role-class.js +0 -15
- package/dist/models/update-emil-function-request-dto.d.ts +0 -42
- package/dist/models/update-emil-function-request-dto.js +0 -15
- package/dist/models/update-emil-function-secret-request-dto.d.ts +0 -30
- package/dist/models/update-emil-function-secret-request-dto.js +0 -15
- package/dist/models/update-partner-role-request-dto.js +0 -15
- package/dist/models/update-partner-role-response-class.d.ts +0 -25
- package/dist/models/update-partner-role-response-class.js +0 -15
- package/models/create-emil-function-request-dto.ts +0 -48
- package/models/create-emil-function-secret-request-dto.ts +0 -42
- package/models/emil-function-class.ts +0 -66
- package/models/get-emil-function-secret-response-class.ts +0 -30
- package/models/get-partner-role-response-class.ts +0 -31
- package/models/list-emil-function-secrets-response-class.ts +0 -31
- package/models/list-partner-roles-response-class.ts +0 -37
- package/models/partner-class.ts +0 -66
- package/models/partner-link-class.ts +0 -92
- package/models/update-emil-function-request-dto.ts +0 -48
- package/models/update-emil-function-secret-request-dto.ts +0 -36
- package/models/update-partner-role-response-class.ts +0 -31
- /package/dist/models/{create-emil-function-request-dto.js → create-policy-partner-role-request-dto.js} +0 -0
- /package/dist/models/{create-emil-function-secret-request-dto.js → create-policy-partner-role-response-class.js} +0 -0
- /package/dist/models/{create-partner-role-request-dto.js → get-policy-partner-role-response-class.js} +0 -0
- /package/dist/models/{create-partner-role-response-class.js → list-policy-partner-roles-response-class.js} +0 -0
- /package/dist/models/{emil-function-class.js → policy-partner-role-class.js} +0 -0
- /package/dist/models/{emil-function-secret-class.js → update-policy-partner-role-request-dto.js} +0 -0
- /package/dist/models/{execute-emil-function-request-dto.js → update-policy-partner-role-response-class.js} +0 -0
package/models/index.ts
CHANGED
|
@@ -11,8 +11,6 @@ export * from './create-booking-funnel-request-dto';
|
|
|
11
11
|
export * from './create-custom-application-request-dto';
|
|
12
12
|
export * from './create-draft-policy-request-dto';
|
|
13
13
|
export * from './create-dummy-policy-request-dto';
|
|
14
|
-
export * from './create-emil-function-request-dto';
|
|
15
|
-
export * from './create-emil-function-secret-request-dto';
|
|
16
14
|
export * from './create-insured-object-request-dto';
|
|
17
15
|
export * from './create-insured-object-response-class';
|
|
18
16
|
export * from './create-lead-async-response-class';
|
|
@@ -24,9 +22,9 @@ export * from './create-lead-status-response-class';
|
|
|
24
22
|
export * from './create-named-range-request-dto';
|
|
25
23
|
export * from './create-named-range-response-class';
|
|
26
24
|
export * from './create-named-request-s3-data-class';
|
|
27
|
-
export * from './create-partner-role-request-dto';
|
|
28
|
-
export * from './create-partner-role-response-class';
|
|
29
25
|
export * from './create-payment-method-request-dto';
|
|
26
|
+
export * from './create-policy-partner-role-request-dto';
|
|
27
|
+
export * from './create-policy-partner-role-response-class';
|
|
30
28
|
export * from './create-policy-request-dto';
|
|
31
29
|
export * from './create-policy-response-class';
|
|
32
30
|
export * from './create-premium-formula-request-dto';
|
|
@@ -40,23 +38,19 @@ export * from './create-status-transition-rule-response-class';
|
|
|
40
38
|
export * from './csv-product-factor-dto';
|
|
41
39
|
export * from './delete-draft-policy-request-dto';
|
|
42
40
|
export * from './delete-response-class';
|
|
43
|
-
export * from './emil-function-class';
|
|
44
|
-
export * from './emil-function-secret-class';
|
|
45
41
|
export * from './empty-response-class';
|
|
46
|
-
export * from './execute-emil-function-request-dto';
|
|
47
42
|
export * from './filter-named-range-request-dto';
|
|
48
43
|
export * from './filter-named-range-response-class';
|
|
49
44
|
export * from './get-booking-funnel-version-request-dto';
|
|
50
45
|
export * from './get-draft-policy-request-dto';
|
|
51
|
-
export * from './get-emil-function-secret-response-class';
|
|
52
46
|
export * from './get-insured-object-response-class';
|
|
53
47
|
export * from './get-lead-response-class';
|
|
54
48
|
export * from './get-lead-status-response-class';
|
|
55
49
|
export * from './get-lead-version-request-dto';
|
|
56
50
|
export * from './get-lead-version-response-class';
|
|
57
51
|
export * from './get-named-range-response-class';
|
|
58
|
-
export * from './get-partner-role-response-class';
|
|
59
52
|
export * from './get-policy-data-by-date-request-dto';
|
|
53
|
+
export * from './get-policy-partner-role-response-class';
|
|
60
54
|
export * from './get-policy-request-dto';
|
|
61
55
|
export * from './get-policy-response-class';
|
|
62
56
|
export * from './get-premium-formula-request-dto';
|
|
@@ -88,17 +82,15 @@ export * from './lead-bank-account-class';
|
|
|
88
82
|
export * from './lead-class';
|
|
89
83
|
export * from './lead-status-class';
|
|
90
84
|
export * from './list-booking-funnels-response-class';
|
|
91
|
-
export * from './list-emil-function-secrets-response-class';
|
|
92
|
-
export * from './list-emil-functions-response-class';
|
|
93
85
|
export * from './list-insured-object-types-response-class';
|
|
94
86
|
export * from './list-insured-objects-response-class';
|
|
95
87
|
export * from './list-lead-statuses-response-class';
|
|
96
88
|
export * from './list-lead-versions-response-class';
|
|
97
89
|
export * from './list-leads-response-class';
|
|
98
90
|
export * from './list-named-ranges-response-class';
|
|
99
|
-
export * from './list-partner-roles-response-class';
|
|
100
91
|
export * from './list-policies-response-class';
|
|
101
92
|
export * from './list-policy-objects-response-class';
|
|
93
|
+
export * from './list-policy-partner-roles-response-class';
|
|
102
94
|
export * from './list-policy-version-response-class';
|
|
103
95
|
export * from './list-policy-versions-request-dto';
|
|
104
96
|
export * from './list-premium-formulas-response-class';
|
|
@@ -109,9 +101,6 @@ export * from './list-products-response-class';
|
|
|
109
101
|
export * from './list-request-dto';
|
|
110
102
|
export * from './list-status-transition-rules-response-class';
|
|
111
103
|
export * from './named-range-class';
|
|
112
|
-
export * from './partner-class';
|
|
113
|
-
export * from './partner-link-class';
|
|
114
|
-
export * from './partner-role-class';
|
|
115
104
|
export * from './patch-booking-funnel-request-dto';
|
|
116
105
|
export * from './patch-draft-policy-request-dto';
|
|
117
106
|
export * from './patch-lead-request-dto';
|
|
@@ -123,6 +112,7 @@ export * from './patch-status-transition-rule-response-class';
|
|
|
123
112
|
export * from './policy-class';
|
|
124
113
|
export * from './policy-object-class';
|
|
125
114
|
export * from './policy-object-dto';
|
|
115
|
+
export * from './policy-partner-role-class';
|
|
126
116
|
export * from './policy-premium-class';
|
|
127
117
|
export * from './policy-premium-item-class';
|
|
128
118
|
export * from './policy-version-class';
|
|
@@ -155,15 +145,13 @@ export * from './terminate-policy-request-dto';
|
|
|
155
145
|
export * from './terminate-policy-response-class';
|
|
156
146
|
export * from './timeslice-class';
|
|
157
147
|
export * from './update-booking-funnel-request-dto';
|
|
158
|
-
export * from './update-emil-function-request-dto';
|
|
159
|
-
export * from './update-emil-function-secret-request-dto';
|
|
160
148
|
export * from './update-insured-object-request-dto';
|
|
161
149
|
export * from './update-lead-request-dto';
|
|
162
150
|
export * from './update-lead-response-class';
|
|
163
151
|
export * from './update-named-range-request-dto';
|
|
164
152
|
export * from './update-named-range-response-class';
|
|
165
|
-
export * from './update-partner-role-request-dto';
|
|
166
|
-
export * from './update-partner-role-response-class';
|
|
153
|
+
export * from './update-policy-partner-role-request-dto';
|
|
154
|
+
export * from './update-policy-partner-role-response-class';
|
|
167
155
|
export * from './update-policy-request-dto';
|
|
168
156
|
export * from './update-policy-response-class';
|
|
169
157
|
export * from './update-premium-formula-request-dto';
|
|
@@ -33,7 +33,7 @@ export interface InsuredObjectTypeClass {
|
|
|
33
33
|
*/
|
|
34
34
|
'name': string;
|
|
35
35
|
/**
|
|
36
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
36
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof InsuredObjectTypeClass
|
|
39
39
|
*/
|
|
@@ -110,18 +110,6 @@ export interface InvoiceItemClass {
|
|
|
110
110
|
* @memberof InvoiceItemClass
|
|
111
111
|
*/
|
|
112
112
|
'billingIntervalTo': string;
|
|
113
|
-
/**
|
|
114
|
-
* Invoice item quantity per day.
|
|
115
|
-
* @type {number}
|
|
116
|
-
* @memberof InvoiceItemClass
|
|
117
|
-
*/
|
|
118
|
-
'quantityPerDays': number;
|
|
119
|
-
/**
|
|
120
|
-
* Invoice item price per day.
|
|
121
|
-
* @type {number}
|
|
122
|
-
* @memberof InvoiceItemClass
|
|
123
|
-
*/
|
|
124
|
-
'pricePerDay': number;
|
|
125
113
|
}
|
|
126
114
|
|
|
127
115
|
export const InvoiceItemClassUnitEnum = {
|
package/models/lead-class.ts
CHANGED
|
@@ -17,7 +17,6 @@ import { CreateAccountRequestDto } from './create-account-request-dto';
|
|
|
17
17
|
import { CreateLeadPolicyRequestDto } from './create-lead-policy-request-dto';
|
|
18
18
|
import { CreatePaymentMethodRequestDto } from './create-payment-method-request-dto';
|
|
19
19
|
import { LeadBankAccountClass } from './lead-bank-account-class';
|
|
20
|
-
import { PartnerLinkClass } from './partner-link-class';
|
|
21
20
|
import { PremiumOverrideRequestClass } from './premium-override-request-class';
|
|
22
21
|
import { SharedInvoiceClass } from './shared-invoice-class';
|
|
23
22
|
import { UploadedDocumentDto } from './uploaded-document-dto';
|
|
@@ -95,7 +94,7 @@ export interface LeadClass {
|
|
|
95
94
|
*/
|
|
96
95
|
'premiumOverride'?: PremiumOverrideRequestClass;
|
|
97
96
|
/**
|
|
98
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
97
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
99
98
|
* @type {string}
|
|
100
99
|
* @memberof LeadClass
|
|
101
100
|
*/
|
|
@@ -142,11 +141,5 @@ export interface LeadClass {
|
|
|
142
141
|
* @memberof LeadClass
|
|
143
142
|
*/
|
|
144
143
|
'version'?: number;
|
|
145
|
-
/**
|
|
146
|
-
* Partner links.
|
|
147
|
-
* @type {Array<PartnerLinkClass>}
|
|
148
|
-
* @memberof LeadClass
|
|
149
|
-
*/
|
|
150
|
-
'partnerLinks': Array<PartnerLinkClass>;
|
|
151
144
|
}
|
|
152
145
|
|
|
@@ -33,7 +33,7 @@ export interface LeadStatusClass {
|
|
|
33
33
|
*/
|
|
34
34
|
'name': string;
|
|
35
35
|
/**
|
|
36
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
36
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof LeadStatusClass
|
|
39
39
|
*/
|
package/models/{list-emil-functions-response-class.ts → list-policy-partner-roles-response-class.ts}
RENAMED
|
@@ -13,24 +13,24 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import {
|
|
16
|
+
import { PolicyPartnerRoleClass } from './policy-partner-role-class';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
20
|
* @export
|
|
21
|
-
* @interface
|
|
21
|
+
* @interface ListPolicyPartnerRolesResponseClass
|
|
22
22
|
*/
|
|
23
|
-
export interface
|
|
23
|
+
export interface ListPolicyPartnerRolesResponseClass {
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<
|
|
27
|
-
* @memberof
|
|
25
|
+
* The list of policy partner roles.
|
|
26
|
+
* @type {Array<PolicyPartnerRoleClass>}
|
|
27
|
+
* @memberof ListPolicyPartnerRolesResponseClass
|
|
28
28
|
*/
|
|
29
|
-
'items': Array<
|
|
29
|
+
'items': Array<PolicyPartnerRoleClass>;
|
|
30
30
|
/**
|
|
31
31
|
* Next page token.
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof ListPolicyPartnerRolesResponseClass
|
|
34
34
|
*/
|
|
35
35
|
'nextPageToken': string;
|
|
36
36
|
}
|
|
@@ -57,7 +57,7 @@ export interface ListPolicyVersionsRequestDto {
|
|
|
57
57
|
*/
|
|
58
58
|
'expand'?: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
*
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof ListPolicyVersionsRequestDto
|
|
63
63
|
*/
|
|
@@ -57,7 +57,7 @@ export interface ListRequestDto {
|
|
|
57
57
|
*/
|
|
58
58
|
'expand'?: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
*
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof ListRequestDto
|
|
63
63
|
*/
|
|
@@ -33,7 +33,7 @@ export interface PatchDraftPolicyRequestDto {
|
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof PatchDraftPolicyRequestDto
|
|
35
35
|
*/
|
|
36
|
-
'from'
|
|
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}
|
package/models/policy-class.ts
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import { PartnerLinkClass } from './partner-link-class';
|
|
17
16
|
import { PolicyVersionClass } from './policy-version-class';
|
|
18
17
|
import { ProductClass } from './product-class';
|
|
19
18
|
|
|
@@ -131,11 +130,5 @@ export interface PolicyClass {
|
|
|
131
130
|
* @memberof PolicyClass
|
|
132
131
|
*/
|
|
133
132
|
'ern': string;
|
|
134
|
-
/**
|
|
135
|
-
* Partner links.
|
|
136
|
-
* @type {Array<PartnerLinkClass>}
|
|
137
|
-
* @memberof PolicyClass
|
|
138
|
-
*/
|
|
139
|
-
'partnerLinks': Array<PartnerLinkClass>;
|
|
140
133
|
}
|
|
141
134
|
|
|
@@ -17,43 +17,43 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface PolicyPartnerRoleClass
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface PolicyPartnerRoleClass {
|
|
23
23
|
/**
|
|
24
24
|
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
25
|
* @type {number}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof PolicyPartnerRoleClass
|
|
27
27
|
*/
|
|
28
28
|
'id': number;
|
|
29
29
|
/**
|
|
30
30
|
* Unique identifier for the object.
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof PolicyPartnerRoleClass
|
|
33
33
|
*/
|
|
34
34
|
'code': string;
|
|
35
35
|
/**
|
|
36
|
-
* Name of the partner role.
|
|
36
|
+
* Name of the policy partner role.
|
|
37
37
|
* @type {string}
|
|
38
|
-
* @memberof
|
|
38
|
+
* @memberof PolicyPartnerRoleClass
|
|
39
39
|
*/
|
|
40
40
|
'name': string;
|
|
41
41
|
/**
|
|
42
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
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
43
|
* @type {string}
|
|
44
|
-
* @memberof
|
|
44
|
+
* @memberof PolicyPartnerRoleClass
|
|
45
45
|
*/
|
|
46
46
|
'productSlug'?: string;
|
|
47
47
|
/**
|
|
48
48
|
* Time at which the object was created.
|
|
49
49
|
* @type {string}
|
|
50
|
-
* @memberof
|
|
50
|
+
* @memberof PolicyPartnerRoleClass
|
|
51
51
|
*/
|
|
52
52
|
'createdAt': string;
|
|
53
53
|
/**
|
|
54
54
|
* Time at which the object was updated.
|
|
55
55
|
* @type {string}
|
|
56
|
-
* @memberof
|
|
56
|
+
* @memberof PolicyPartnerRoleClass
|
|
57
57
|
*/
|
|
58
58
|
'updatedAt': string;
|
|
59
59
|
}
|
package/models/product-class.ts
CHANGED
|
@@ -41,7 +41,7 @@ export interface ProductClass {
|
|
|
41
41
|
*/
|
|
42
42
|
'name': string;
|
|
43
43
|
/**
|
|
44
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
44
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof ProductClass
|
|
47
47
|
*/
|
|
@@ -51,7 +51,7 @@ export interface StatusTransitionRuleClass {
|
|
|
51
51
|
*/
|
|
52
52
|
'nextStatuses': Array<string>;
|
|
53
53
|
/**
|
|
54
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
54
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof StatusTransitionRuleClass
|
|
57
57
|
*/
|
package/models/{create-partner-role-request-dto.ts → update-policy-partner-role-request-dto.ts}
RENAMED
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface UpdatePolicyPartnerRoleRequestDto
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface UpdatePolicyPartnerRoleRequestDto {
|
|
23
23
|
/**
|
|
24
|
-
* Name of the partner role.
|
|
24
|
+
* Name of the policy partner role.
|
|
25
25
|
* @type {string}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof UpdatePolicyPartnerRoleRequestDto
|
|
27
27
|
*/
|
|
28
28
|
'name': string;
|
|
29
29
|
/**
|
|
30
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
30
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
31
31
|
* @type {string}
|
|
32
|
-
* @memberof
|
|
32
|
+
* @memberof UpdatePolicyPartnerRoleRequestDto
|
|
33
33
|
*/
|
|
34
34
|
'productSlug'?: string;
|
|
35
35
|
}
|
package/models/{execute-emil-function-request-dto.ts → update-policy-partner-role-response-class.ts}
RENAMED
|
@@ -13,18 +13,19 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { PolicyPartnerRoleClass } from './policy-partner-role-class';
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
19
20
|
* @export
|
|
20
|
-
* @interface
|
|
21
|
+
* @interface UpdatePolicyPartnerRoleResponseClass
|
|
21
22
|
*/
|
|
22
|
-
export interface
|
|
23
|
+
export interface UpdatePolicyPartnerRoleResponseClass {
|
|
23
24
|
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {
|
|
26
|
-
* @memberof
|
|
25
|
+
* Policy partner role
|
|
26
|
+
* @type {PolicyPartnerRoleClass}
|
|
27
|
+
* @memberof UpdatePolicyPartnerRoleResponseClass
|
|
27
28
|
*/
|
|
28
|
-
'
|
|
29
|
+
'policyPartnerRole': PolicyPartnerRoleClass;
|
|
29
30
|
}
|
|
30
31
|
|
|
@@ -33,7 +33,7 @@ export interface UpdateProductRequestDto {
|
|
|
33
33
|
*/
|
|
34
34
|
'contractDurationDays': number;
|
|
35
35
|
/**
|
|
36
|
-
* A slug is a human-readable, unique identifier, used to identify a resource
|
|
36
|
+
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof UpdateProductRequestDto
|
|
39
39
|
*/
|