@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
|
@@ -95,20 +95,20 @@ var StatusTransitionRulesApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
/**
|
|
96
96
|
* This will create a status transition rule. Status transition rules allow or deny a transition from one status to another based on custom conditions. **Required Permissions** \"policy-management.products.create\"
|
|
97
97
|
* @summary Create the status transition rule
|
|
98
|
-
* @param {
|
|
98
|
+
* @param {CreateStatusTransitionRuleRequestDto} createStatusTransitionRuleRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
100
100
|
* @param {*} [options] Override http request option.
|
|
101
101
|
* @throws {RequiredError}
|
|
102
102
|
*/
|
|
103
|
-
createStatusTransitionRule: function (
|
|
103
|
+
createStatusTransitionRule: function (createStatusTransitionRuleRequestDto, authorization, options) {
|
|
104
104
|
if (options === void 0) { options = {}; }
|
|
105
105
|
return __awaiter(_this, void 0, void 0, function () {
|
|
106
106
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
107
107
|
return __generator(this, function (_a) {
|
|
108
108
|
switch (_a.label) {
|
|
109
109
|
case 0:
|
|
110
|
-
// verify required parameter '
|
|
111
|
-
(0, common_1.assertParamExists)('createStatusTransitionRule', '
|
|
110
|
+
// verify required parameter 'createStatusTransitionRuleRequestDto' is not null or undefined
|
|
111
|
+
(0, common_1.assertParamExists)('createStatusTransitionRule', 'createStatusTransitionRuleRequestDto', createStatusTransitionRuleRequestDto);
|
|
112
112
|
localVarPath = "/insuranceservice/v1/status-transitions/rules";
|
|
113
113
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
114
114
|
if (configuration) {
|
|
@@ -132,7 +132,7 @@ var StatusTransitionRulesApiAxiosParamCreator = function (configuration) {
|
|
|
132
132
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
133
133
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
134
134
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
135
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
135
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createStatusTransitionRuleRequestDto, localVarRequestOptions, configuration);
|
|
136
136
|
return [2 /*return*/, {
|
|
137
137
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
138
138
|
options: localVarRequestOptions,
|
|
@@ -370,12 +370,12 @@ var StatusTransitionRulesApiAxiosParamCreator = function (configuration) {
|
|
|
370
370
|
* Updates the specified status transition rule by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"policy-management.products.update\"
|
|
371
371
|
* @summary Update the status transition rule
|
|
372
372
|
* @param {string} code Unique identifier for the object.
|
|
373
|
-
* @param {
|
|
373
|
+
* @param {UpdateStatusTransitionRuleRequestDto} updateStatusTransitionRuleRequestDto
|
|
374
374
|
* @param {string} [authorization] Bearer Token
|
|
375
375
|
* @param {*} [options] Override http request option.
|
|
376
376
|
* @throws {RequiredError}
|
|
377
377
|
*/
|
|
378
|
-
updateStatusTransitionRule: function (code,
|
|
378
|
+
updateStatusTransitionRule: function (code, updateStatusTransitionRuleRequestDto, authorization, options) {
|
|
379
379
|
if (options === void 0) { options = {}; }
|
|
380
380
|
return __awaiter(_this, void 0, void 0, function () {
|
|
381
381
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -384,8 +384,8 @@ var StatusTransitionRulesApiAxiosParamCreator = function (configuration) {
|
|
|
384
384
|
case 0:
|
|
385
385
|
// verify required parameter 'code' is not null or undefined
|
|
386
386
|
(0, common_1.assertParamExists)('updateStatusTransitionRule', 'code', code);
|
|
387
|
-
// verify required parameter '
|
|
388
|
-
(0, common_1.assertParamExists)('updateStatusTransitionRule', '
|
|
387
|
+
// verify required parameter 'updateStatusTransitionRuleRequestDto' is not null or undefined
|
|
388
|
+
(0, common_1.assertParamExists)('updateStatusTransitionRule', 'updateStatusTransitionRuleRequestDto', updateStatusTransitionRuleRequestDto);
|
|
389
389
|
localVarPath = "/insuranceservice/v1/status-transitions/rules/{code}"
|
|
390
390
|
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
391
391
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -410,7 +410,7 @@ var StatusTransitionRulesApiAxiosParamCreator = function (configuration) {
|
|
|
410
410
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
411
411
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
412
412
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
413
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
413
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(updateStatusTransitionRuleRequestDto, localVarRequestOptions, configuration);
|
|
414
414
|
return [2 /*return*/, {
|
|
415
415
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
416
416
|
options: localVarRequestOptions,
|
|
@@ -432,17 +432,17 @@ var StatusTransitionRulesApiFp = function (configuration) {
|
|
|
432
432
|
/**
|
|
433
433
|
* This will create a status transition rule. Status transition rules allow or deny a transition from one status to another based on custom conditions. **Required Permissions** \"policy-management.products.create\"
|
|
434
434
|
* @summary Create the status transition rule
|
|
435
|
-
* @param {
|
|
435
|
+
* @param {CreateStatusTransitionRuleRequestDto} createStatusTransitionRuleRequestDto
|
|
436
436
|
* @param {string} [authorization] Bearer Token
|
|
437
437
|
* @param {*} [options] Override http request option.
|
|
438
438
|
* @throws {RequiredError}
|
|
439
439
|
*/
|
|
440
|
-
createStatusTransitionRule: function (
|
|
440
|
+
createStatusTransitionRule: function (createStatusTransitionRuleRequestDto, authorization, options) {
|
|
441
441
|
return __awaiter(this, void 0, void 0, function () {
|
|
442
442
|
var localVarAxiosArgs;
|
|
443
443
|
return __generator(this, function (_a) {
|
|
444
444
|
switch (_a.label) {
|
|
445
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createStatusTransitionRule(
|
|
445
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createStatusTransitionRule(createStatusTransitionRuleRequestDto, authorization, options)];
|
|
446
446
|
case 1:
|
|
447
447
|
localVarAxiosArgs = _a.sent();
|
|
448
448
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -546,17 +546,17 @@ var StatusTransitionRulesApiFp = function (configuration) {
|
|
|
546
546
|
* Updates the specified status transition rule by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"policy-management.products.update\"
|
|
547
547
|
* @summary Update the status transition rule
|
|
548
548
|
* @param {string} code Unique identifier for the object.
|
|
549
|
-
* @param {
|
|
549
|
+
* @param {UpdateStatusTransitionRuleRequestDto} updateStatusTransitionRuleRequestDto
|
|
550
550
|
* @param {string} [authorization] Bearer Token
|
|
551
551
|
* @param {*} [options] Override http request option.
|
|
552
552
|
* @throws {RequiredError}
|
|
553
553
|
*/
|
|
554
|
-
updateStatusTransitionRule: function (code,
|
|
554
|
+
updateStatusTransitionRule: function (code, updateStatusTransitionRuleRequestDto, authorization, options) {
|
|
555
555
|
return __awaiter(this, void 0, void 0, function () {
|
|
556
556
|
var localVarAxiosArgs;
|
|
557
557
|
return __generator(this, function (_a) {
|
|
558
558
|
switch (_a.label) {
|
|
559
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateStatusTransitionRule(code,
|
|
559
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateStatusTransitionRule(code, updateStatusTransitionRuleRequestDto, authorization, options)];
|
|
560
560
|
case 1:
|
|
561
561
|
localVarAxiosArgs = _a.sent();
|
|
562
562
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -577,13 +577,13 @@ var StatusTransitionRulesApiFactory = function (configuration, basePath, axios)
|
|
|
577
577
|
/**
|
|
578
578
|
* This will create a status transition rule. Status transition rules allow or deny a transition from one status to another based on custom conditions. **Required Permissions** \"policy-management.products.create\"
|
|
579
579
|
* @summary Create the status transition rule
|
|
580
|
-
* @param {
|
|
580
|
+
* @param {CreateStatusTransitionRuleRequestDto} createStatusTransitionRuleRequestDto
|
|
581
581
|
* @param {string} [authorization] Bearer Token
|
|
582
582
|
* @param {*} [options] Override http request option.
|
|
583
583
|
* @throws {RequiredError}
|
|
584
584
|
*/
|
|
585
|
-
createStatusTransitionRule: function (
|
|
586
|
-
return localVarFp.createStatusTransitionRule(
|
|
585
|
+
createStatusTransitionRule: function (createStatusTransitionRuleRequestDto, authorization, options) {
|
|
586
|
+
return localVarFp.createStatusTransitionRule(createStatusTransitionRuleRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
587
587
|
},
|
|
588
588
|
/**
|
|
589
589
|
* Permanently deletes the status transition rule. Supply the unique code that was returned when you created the status transition rule and this will delete it. **Required Permissions** \"policy-management.products.delete\"
|
|
@@ -641,13 +641,13 @@ var StatusTransitionRulesApiFactory = function (configuration, basePath, axios)
|
|
|
641
641
|
* Updates the specified status transition rule by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"policy-management.products.update\"
|
|
642
642
|
* @summary Update the status transition rule
|
|
643
643
|
* @param {string} code Unique identifier for the object.
|
|
644
|
-
* @param {
|
|
644
|
+
* @param {UpdateStatusTransitionRuleRequestDto} updateStatusTransitionRuleRequestDto
|
|
645
645
|
* @param {string} [authorization] Bearer Token
|
|
646
646
|
* @param {*} [options] Override http request option.
|
|
647
647
|
* @throws {RequiredError}
|
|
648
648
|
*/
|
|
649
|
-
updateStatusTransitionRule: function (code,
|
|
650
|
-
return localVarFp.updateStatusTransitionRule(code,
|
|
649
|
+
updateStatusTransitionRule: function (code, updateStatusTransitionRuleRequestDto, authorization, options) {
|
|
650
|
+
return localVarFp.updateStatusTransitionRule(code, updateStatusTransitionRuleRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
651
651
|
},
|
|
652
652
|
};
|
|
653
653
|
};
|
|
@@ -673,7 +673,7 @@ var StatusTransitionRulesApi = /** @class */ (function (_super) {
|
|
|
673
673
|
*/
|
|
674
674
|
StatusTransitionRulesApi.prototype.createStatusTransitionRule = function (requestParameters, options) {
|
|
675
675
|
var _this = this;
|
|
676
|
-
return (0, exports.StatusTransitionRulesApiFp)(this.configuration).createStatusTransitionRule(requestParameters.
|
|
676
|
+
return (0, exports.StatusTransitionRulesApiFp)(this.configuration).createStatusTransitionRule(requestParameters.createStatusTransitionRuleRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
677
677
|
};
|
|
678
678
|
/**
|
|
679
679
|
* Permanently deletes the status transition rule. Supply the unique code that was returned when you created the status transition rule and this will delete it. **Required Permissions** \"policy-management.products.delete\"
|
|
@@ -734,7 +734,7 @@ var StatusTransitionRulesApi = /** @class */ (function (_super) {
|
|
|
734
734
|
*/
|
|
735
735
|
StatusTransitionRulesApi.prototype.updateStatusTransitionRule = function (requestParameters, options) {
|
|
736
736
|
var _this = this;
|
|
737
|
-
return (0, exports.StatusTransitionRulesApiFp)(this.configuration).updateStatusTransitionRule(requestParameters.code, requestParameters.
|
|
737
|
+
return (0, exports.StatusTransitionRulesApiFp)(this.configuration).updateStatusTransitionRule(requestParameters.code, requestParameters.updateStatusTransitionRuleRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
738
738
|
};
|
|
739
739
|
return StatusTransitionRulesApi;
|
|
740
740
|
}(base_1.BaseAPI));
|
|
@@ -59,12 +59,6 @@ export interface CreateDraftPolicyRequestDto {
|
|
|
59
59
|
* @memberof CreateDraftPolicyRequestDto
|
|
60
60
|
*/
|
|
61
61
|
'policyNumber'?: string;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {string}
|
|
65
|
-
* @memberof CreateDraftPolicyRequestDto
|
|
66
|
-
*/
|
|
67
|
-
'policyCode': string;
|
|
68
62
|
}
|
|
69
63
|
export declare const CreateDraftPolicyRequestDtoRevisionStatusEnum: {
|
|
70
64
|
readonly Created: "CREATED";
|
package/dist/models/index.d.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/dist/models/index.js
CHANGED
|
@@ -118,11 +118,6 @@ __exportStar(require("./get-status-transition-rule-response-class"), exports);
|
|
|
118
118
|
__exportStar(require("./grouped-product-factor-class"), exports);
|
|
119
119
|
__exportStar(require("./grouped-product-factor-value-class"), exports);
|
|
120
120
|
__exportStar(require("./grouped-product-factors-response-class"), exports);
|
|
121
|
-
__exportStar(require("./grpc-patch-booking-funnel-request-dto"), exports);
|
|
122
|
-
__exportStar(require("./grpc-patch-draft-policy-request-dto"), exports);
|
|
123
|
-
__exportStar(require("./grpc-patch-status-transition-rule-request-dto"), exports);
|
|
124
|
-
__exportStar(require("./grpc-update-booking-funnel-request-dto"), exports);
|
|
125
|
-
__exportStar(require("./grpc-update-status-transition-rule-request-dto"), exports);
|
|
126
121
|
__exportStar(require("./inline-response200"), exports);
|
|
127
122
|
__exportStar(require("./inline-response503"), exports);
|
|
128
123
|
__exportStar(require("./insured-object-class"), exports);
|
|
@@ -167,7 +162,9 @@ __exportStar(require("./omit-type-class"), exports);
|
|
|
167
162
|
__exportStar(require("./partner-class"), exports);
|
|
168
163
|
__exportStar(require("./partner-link-class"), exports);
|
|
169
164
|
__exportStar(require("./partner-role-class"), exports);
|
|
165
|
+
__exportStar(require("./patch-booking-funnel-request-dto"), exports);
|
|
170
166
|
__exportStar(require("./patch-booking-funnel-response-class"), exports);
|
|
167
|
+
__exportStar(require("./patch-draft-policy-request-dto"), exports);
|
|
171
168
|
__exportStar(require("./patch-lead-request-dto"), exports);
|
|
172
169
|
__exportStar(require("./patch-lead-response-class"), exports);
|
|
173
170
|
__exportStar(require("./patch-policy-request-dto"), exports);
|
|
@@ -193,18 +190,10 @@ __exportStar(require("./product-field-class"), exports);
|
|
|
193
190
|
__exportStar(require("./product-field-type-class"), exports);
|
|
194
191
|
__exportStar(require("./product-version-class"), exports);
|
|
195
192
|
__exportStar(require("./rest-clone-lead-account-request-dto"), exports);
|
|
196
|
-
__exportStar(require("./rest-create-draft-policy-request-dto"), exports);
|
|
197
|
-
__exportStar(require("./rest-create-status-transition-rule-request-dto"), exports);
|
|
198
|
-
__exportStar(require("./rest-patch-booking-funnel-request-dto"), exports);
|
|
199
|
-
__exportStar(require("./rest-patch-draft-policy-request-dto"), exports);
|
|
200
|
-
__exportStar(require("./rest-update-booking-funnel-request-dto"), exports);
|
|
201
|
-
__exportStar(require("./rest-update-product-field-request-dto"), exports);
|
|
202
|
-
__exportStar(require("./rest-update-status-transition-rule-request-dto"), exports);
|
|
203
193
|
__exportStar(require("./restore-policy-version-request-dto"), exports);
|
|
204
194
|
__exportStar(require("./restore-policy-version-response-class"), exports);
|
|
205
195
|
__exportStar(require("./sepa-dto"), exports);
|
|
206
196
|
__exportStar(require("./shared-create-lead-policy-request-dto"), exports);
|
|
207
|
-
__exportStar(require("./shared-delete-request-dto"), exports);
|
|
208
197
|
__exportStar(require("./shared-invoice-class"), exports);
|
|
209
198
|
__exportStar(require("./shared-lead-policy-object-dto"), exports);
|
|
210
199
|
__exportStar(require("./shared-product-field-class"), exports);
|
|
@@ -222,6 +211,7 @@ __exportStar(require("./terminate-policy-request-dto"), exports);
|
|
|
222
211
|
__exportStar(require("./terminate-policy-response-class"), exports);
|
|
223
212
|
__exportStar(require("./timeslice-class"), exports);
|
|
224
213
|
__exportStar(require("./unlink-partner-response-class"), exports);
|
|
214
|
+
__exportStar(require("./update-booking-funnel-request-dto"), exports);
|
|
225
215
|
__exportStar(require("./update-booking-funnel-response-class"), exports);
|
|
226
216
|
__exportStar(require("./update-commission-agreement-item-request-dto"), exports);
|
|
227
217
|
__exportStar(require("./update-commission-agreement-item-response-class"), exports);
|
|
@@ -254,6 +244,7 @@ __exportStar(require("./update-product-request-dto"), exports);
|
|
|
254
244
|
__exportStar(require("./update-product-response-class"), exports);
|
|
255
245
|
__exportStar(require("./update-product-version-request-dto"), exports);
|
|
256
246
|
__exportStar(require("./update-product-version-response-class"), exports);
|
|
247
|
+
__exportStar(require("./update-status-transition-rule-request-dto"), exports);
|
|
257
248
|
__exportStar(require("./update-status-transition-rule-response-class"), exports);
|
|
258
249
|
__exportStar(require("./uploaded-document-dto"), exports);
|
|
259
250
|
__exportStar(require("./validate-product-factors-request-dto"), exports);
|
|
@@ -12,55 +12,55 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface PatchBookingFunnelRequestDto
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface PatchBookingFunnelRequestDto {
|
|
18
18
|
/**
|
|
19
19
|
* Parent Booking funnel ID
|
|
20
20
|
* @type {number}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
22
22
|
*/
|
|
23
23
|
'parentId'?: number;
|
|
24
24
|
/**
|
|
25
25
|
* Booking funnel name
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
28
28
|
*/
|
|
29
29
|
'name'?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Code snippet to load the booking funnel.
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
34
34
|
*/
|
|
35
35
|
'jsCode'?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Steps configuration for the booking funnel.
|
|
38
38
|
* @type {object}
|
|
39
|
-
* @memberof
|
|
39
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
40
40
|
*/
|
|
41
41
|
'stepsConfig'?: object;
|
|
42
42
|
/**
|
|
43
43
|
* Custom css for the booking funnel.
|
|
44
44
|
* @type {string}
|
|
45
|
-
* @memberof
|
|
45
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
46
46
|
*/
|
|
47
47
|
'css'?: string;
|
|
48
48
|
/**
|
|
49
49
|
* URL to fech the logo for the booking funnel.
|
|
50
50
|
* @type {string}
|
|
51
|
-
* @memberof
|
|
51
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
52
52
|
*/
|
|
53
53
|
'logoPath'?: string;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {string}
|
|
57
|
-
* @memberof
|
|
57
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
58
58
|
*/
|
|
59
59
|
'code': string;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {boolean}
|
|
63
|
-
* @memberof
|
|
63
|
+
* @memberof PatchBookingFunnelRequestDto
|
|
64
64
|
*/
|
|
65
65
|
'shouldShowOnApplicationsPage'?: boolean;
|
|
66
66
|
}
|
package/dist/models/{rest-patch-draft-policy-request-dto.d.ts → patch-draft-policy-request-dto.d.ts}
RENAMED
|
@@ -14,57 +14,57 @@ import { PremiumOverrideRequestDto } from './premium-override-request-dto';
|
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
17
|
-
* @interface
|
|
17
|
+
* @interface PatchDraftPolicyRequestDto
|
|
18
18
|
*/
|
|
19
|
-
export interface
|
|
19
|
+
export interface PatchDraftPolicyRequestDto {
|
|
20
20
|
/**
|
|
21
21
|
* Policy objects
|
|
22
22
|
* @type {Array<PolicyObjectDto>}
|
|
23
|
-
* @memberof
|
|
23
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
24
24
|
*/
|
|
25
25
|
'policyObjects': Array<PolicyObjectDto>;
|
|
26
26
|
/**
|
|
27
27
|
* Date from which the policy should be updated. This will create a new timeline starting from this date.
|
|
28
28
|
* @type {string}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
30
30
|
*/
|
|
31
31
|
'from'?: string;
|
|
32
32
|
/**
|
|
33
33
|
* Date to which the policy should be updated. This will create a new timeline finishing at this date.
|
|
34
34
|
* @type {string}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
36
36
|
*/
|
|
37
37
|
'to'?: string;
|
|
38
38
|
/**
|
|
39
39
|
* Policy revision status.
|
|
40
40
|
* @type {string}
|
|
41
|
-
* @memberof
|
|
41
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
42
42
|
*/
|
|
43
|
-
'revisionStatus':
|
|
43
|
+
'revisionStatus': PatchDraftPolicyRequestDtoRevisionStatusEnum;
|
|
44
44
|
/**
|
|
45
45
|
* Premium Override
|
|
46
46
|
* @type {PremiumOverrideRequestDto}
|
|
47
|
-
* @memberof
|
|
47
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
48
48
|
*/
|
|
49
49
|
'premiumOverride'?: PremiumOverrideRequestDto;
|
|
50
50
|
/**
|
|
51
51
|
* Unique identifier of the lead that this object belongs to.
|
|
52
52
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
53
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
54
54
|
*/
|
|
55
55
|
'leadCode'?: string;
|
|
56
56
|
/**
|
|
57
57
|
* Unique identifier of the policy that this object belongs to.
|
|
58
58
|
* @type {string}
|
|
59
|
-
* @memberof
|
|
59
|
+
* @memberof PatchDraftPolicyRequestDto
|
|
60
60
|
*/
|
|
61
61
|
'policyNumber'?: string;
|
|
62
62
|
}
|
|
63
|
-
export declare const
|
|
63
|
+
export declare const PatchDraftPolicyRequestDtoRevisionStatusEnum: {
|
|
64
64
|
readonly Created: "CREATED";
|
|
65
65
|
readonly InReview: "IN_REVIEW";
|
|
66
66
|
readonly Reviewed: "REVIEWED";
|
|
67
67
|
readonly Rejected: "REJECTED";
|
|
68
68
|
readonly Approved: "APPROVED";
|
|
69
69
|
};
|
|
70
|
-
export type
|
|
70
|
+
export type PatchDraftPolicyRequestDtoRevisionStatusEnum = typeof PatchDraftPolicyRequestDtoRevisionStatusEnum[keyof typeof PatchDraftPolicyRequestDtoRevisionStatusEnum];
|
package/dist/models/{rest-patch-draft-policy-request-dto.js → patch-draft-policy-request-dto.js}
RENAMED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
16
|
+
exports.PatchDraftPolicyRequestDtoRevisionStatusEnum = void 0;
|
|
17
|
+
exports.PatchDraftPolicyRequestDtoRevisionStatusEnum = {
|
|
18
18
|
Created: 'CREATED',
|
|
19
19
|
InReview: 'IN_REVIEW',
|
|
20
20
|
Reviewed: 'REVIEWED',
|
|
@@ -16,25 +16,31 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface PatchStatusTransitionRuleRequestDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PatchStatusTransitionRuleRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'code': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
20
26
|
* @type {string}
|
|
21
27
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
22
28
|
*/
|
|
23
29
|
'entityType'?: PatchStatusTransitionRuleRequestDtoEntityTypeEnum;
|
|
24
30
|
/**
|
|
25
|
-
*
|
|
31
|
+
*
|
|
26
32
|
* @type {string}
|
|
27
33
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
28
34
|
*/
|
|
29
35
|
'currentStatus'?: string;
|
|
30
36
|
/**
|
|
31
|
-
*
|
|
37
|
+
*
|
|
32
38
|
* @type {Array<string>}
|
|
33
39
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
34
40
|
*/
|
|
35
41
|
'nextStatuses'?: Array<string>;
|
|
36
42
|
/**
|
|
37
|
-
*
|
|
43
|
+
*
|
|
38
44
|
* @type {string}
|
|
39
45
|
* @memberof PatchStatusTransitionRuleRequestDto
|
|
40
46
|
*/
|
|
@@ -12,55 +12,55 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface UpdateBookingFunnelRequestDto
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface UpdateBookingFunnelRequestDto {
|
|
18
18
|
/**
|
|
19
19
|
* Parent Booking funnel ID
|
|
20
20
|
* @type {number}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
22
22
|
*/
|
|
23
23
|
'parentId'?: number;
|
|
24
24
|
/**
|
|
25
25
|
* Booking funnel name
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
28
28
|
*/
|
|
29
29
|
'name': string;
|
|
30
30
|
/**
|
|
31
31
|
* Code snippet to load the booking funnel.
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
34
34
|
*/
|
|
35
35
|
'jsCode': string;
|
|
36
36
|
/**
|
|
37
37
|
* Steps configuration for the booking funnel.
|
|
38
38
|
* @type {object}
|
|
39
|
-
* @memberof
|
|
39
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
40
40
|
*/
|
|
41
41
|
'stepsConfig'?: object;
|
|
42
42
|
/**
|
|
43
43
|
* Custom css for the booking funnel.
|
|
44
44
|
* @type {string}
|
|
45
|
-
* @memberof
|
|
45
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
46
46
|
*/
|
|
47
47
|
'css'?: string;
|
|
48
48
|
/**
|
|
49
49
|
* URL to fech the logo for the booking funnel.
|
|
50
50
|
* @type {string}
|
|
51
|
-
* @memberof
|
|
51
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
52
52
|
*/
|
|
53
53
|
'logoPath'?: string;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {string}
|
|
57
|
-
* @memberof
|
|
57
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
58
58
|
*/
|
|
59
59
|
'code': string;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {boolean}
|
|
63
|
-
* @memberof
|
|
63
|
+
* @memberof UpdateBookingFunnelRequestDto
|
|
64
64
|
*/
|
|
65
65
|
'shouldShowOnApplicationsPage'?: boolean;
|
|
66
66
|
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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];
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
16
|
+
exports.UpdateStatusTransitionRuleRequestDtoEntityTypeEnum = void 0;
|
|
17
|
+
exports.UpdateStatusTransitionRuleRequestDtoEntityTypeEnum = {
|
|
18
18
|
Lead: 'lead',
|
|
19
19
|
Policy: 'policy'
|
|
20
20
|
};
|
|
@@ -64,12 +64,6 @@ export interface CreateDraftPolicyRequestDto {
|
|
|
64
64
|
* @memberof CreateDraftPolicyRequestDto
|
|
65
65
|
*/
|
|
66
66
|
'policyNumber'?: string;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof CreateDraftPolicyRequestDto
|
|
71
|
-
*/
|
|
72
|
-
'policyCode': string;
|
|
73
67
|
}
|
|
74
68
|
|
|
75
69
|
export const CreateDraftPolicyRequestDtoRevisionStatusEnum = {
|