@emilgroup/insurance-sdk-node 1.49.1 → 1.50.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 +18 -8
- package/README.md +2 -2
- package/api/partner-links-api.ts +800 -0
- package/api/partner-roles-api.ts +683 -0
- package/api/policies-api.ts +13 -13
- package/api.ts +4 -2
- package/dist/api/partner-links-api.d.ts +450 -0
- package/dist/api/partner-links-api.js +738 -0
- package/dist/api/partner-roles-api.d.ts +385 -0
- package/dist/api/{policy-partner-roles-api.js → partner-roles-api.js} +136 -136
- package/dist/api/policies-api.d.ts +13 -13
- package/dist/api/policies-api.js +6 -6
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/models/create-account-request-dto.d.ts +1 -1
- package/dist/models/create-account-request-dto.js +1 -1
- package/dist/models/create-lead-request-dto.d.ts +12 -0
- package/dist/models/{update-policy-partner-role-request-dto.d.ts → create-partner-role-request-dto.d.ts} +5 -5
- package/dist/models/{get-policy-partner-role-response-class.d.ts → create-partner-role-response-class.d.ts} +7 -7
- package/dist/models/{update-policy-partner-role-response-class.d.ts → get-partner-link-response-class.d.ts} +7 -7
- package/dist/models/{create-policy-partner-role-response-class.d.ts → get-partner-role-response-class.d.ts} +7 -7
- package/dist/models/index.d.ts +16 -7
- package/dist/models/index.js +16 -7
- package/dist/models/lead-class.d.ts +7 -0
- package/dist/models/link-partner-request-dto.d.ts +54 -0
- package/dist/models/link-partner-response-class.d.ts +25 -0
- package/dist/models/{list-policy-partner-roles-response-class.d.ts → list-partner-links-response-class.d.ts} +8 -8
- package/dist/models/list-partner-roles-response-class.d.ts +31 -0
- package/dist/models/list-partner-roles-response-class.js +15 -0
- package/dist/models/partner-class.d.ts +60 -0
- package/dist/models/partner-class.js +15 -0
- package/dist/models/partner-link-class.d.ts +86 -0
- package/dist/models/partner-link-class.js +15 -0
- package/dist/models/{policy-partner-role-class.d.ts → partner-role-class.d.ts} +9 -9
- package/dist/models/partner-role-class.js +15 -0
- package/dist/models/policy-class.d.ts +7 -0
- package/dist/models/unlink-partner-response-class.d.ts +25 -0
- package/dist/models/unlink-partner-response-class.js +15 -0
- package/dist/models/update-partner-link-request-dto.d.ts +30 -0
- package/dist/models/update-partner-link-request-dto.js +15 -0
- package/dist/models/update-partner-link-response-class.d.ts +25 -0
- package/dist/models/update-partner-link-response-class.js +15 -0
- package/dist/models/{create-policy-partner-role-request-dto.d.ts → update-partner-role-request-dto.d.ts} +5 -5
- package/dist/models/update-partner-role-request-dto.js +15 -0
- package/dist/models/update-partner-role-response-class.d.ts +25 -0
- package/dist/models/update-partner-role-response-class.js +15 -0
- package/models/create-account-request-dto.ts +1 -1
- package/models/create-lead-request-dto.ts +12 -0
- package/models/{update-policy-partner-role-request-dto.ts → create-partner-role-request-dto.ts} +5 -5
- package/models/{get-policy-partner-role-response-class.ts → create-partner-role-response-class.ts} +7 -7
- package/models/{create-policy-partner-role-response-class.ts → get-partner-link-response-class.ts} +7 -7
- package/models/{update-policy-partner-role-response-class.ts → get-partner-role-response-class.ts} +7 -7
- package/models/index.ts +16 -7
- package/models/lead-class.ts +7 -0
- package/models/link-partner-request-dto.ts +60 -0
- package/models/link-partner-response-class.ts +31 -0
- package/models/{list-policy-partner-roles-response-class.ts → list-partner-links-response-class.ts} +8 -8
- package/models/list-partner-roles-response-class.ts +37 -0
- package/models/partner-class.ts +66 -0
- package/models/partner-link-class.ts +92 -0
- package/models/{policy-partner-role-class.ts → partner-role-class.ts} +9 -9
- package/models/policy-class.ts +7 -0
- package/models/unlink-partner-response-class.ts +31 -0
- package/models/update-partner-link-request-dto.ts +36 -0
- package/models/update-partner-link-response-class.ts +31 -0
- package/models/{create-policy-partner-role-request-dto.ts → update-partner-role-request-dto.ts} +5 -5
- package/models/update-partner-role-response-class.ts +31 -0
- package/package.json +1 -1
- package/api/policy-partner-roles-api.ts +0 -683
- package/dist/api/policy-partner-roles-api.d.ts +0 -385
- /package/dist/models/{create-policy-partner-role-request-dto.js → create-partner-role-request-dto.js} +0 -0
- /package/dist/models/{create-policy-partner-role-response-class.js → create-partner-role-response-class.js} +0 -0
- /package/dist/models/{get-policy-partner-role-response-class.js → get-partner-link-response-class.js} +0 -0
- /package/dist/models/{list-policy-partner-roles-response-class.js → get-partner-role-response-class.js} +0 -0
- /package/dist/models/{policy-partner-role-class.js → link-partner-request-dto.js} +0 -0
- /package/dist/models/{update-policy-partner-role-request-dto.js → link-partner-response-class.js} +0 -0
- /package/dist/models/{update-policy-partner-role-response-class.js → list-partner-links-response-class.js} +0 -0
|
@@ -9,23 +9,23 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface ListPartnerLinksResponseClass
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface ListPartnerLinksResponseClass {
|
|
19
19
|
/**
|
|
20
|
-
* The list of
|
|
21
|
-
* @type {Array<
|
|
22
|
-
* @memberof
|
|
20
|
+
* The list of partner links.
|
|
21
|
+
* @type {Array<PartnerLinkClass>}
|
|
22
|
+
* @memberof ListPartnerLinksResponseClass
|
|
23
23
|
*/
|
|
24
|
-
'items': Array<
|
|
24
|
+
'items': Array<PartnerLinkClass>;
|
|
25
25
|
/**
|
|
26
26
|
* Next page token.
|
|
27
27
|
* @type {string}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof ListPartnerLinksResponseClass
|
|
29
29
|
*/
|
|
30
30
|
'nextPageToken': string;
|
|
31
31
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PartnerRoleClass } from './partner-role-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListPartnerRolesResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPartnerRolesResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* The list of partner roles.
|
|
21
|
+
* @type {Array<PartnerRoleClass>}
|
|
22
|
+
* @memberof ListPartnerRolesResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'items': Array<PartnerRoleClass>;
|
|
25
|
+
/**
|
|
26
|
+
* Next page token.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ListPartnerRolesResponseClass
|
|
29
|
+
*/
|
|
30
|
+
'nextPageToken': string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,60 @@
|
|
|
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 PartnerClass
|
|
16
|
+
*/
|
|
17
|
+
export interface PartnerClass {
|
|
18
|
+
/**
|
|
19
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PartnerClass
|
|
22
|
+
*/
|
|
23
|
+
'id': number;
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier for the object.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PartnerClass
|
|
28
|
+
*/
|
|
29
|
+
'code': string;
|
|
30
|
+
/**
|
|
31
|
+
* Unique identifier referencing the partner type.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof PartnerClass
|
|
34
|
+
*/
|
|
35
|
+
'partnerTypeId': number;
|
|
36
|
+
/**
|
|
37
|
+
* For person partner type displayName is a combination if firstname and lastname. For organization its organization name.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PartnerClass
|
|
40
|
+
*/
|
|
41
|
+
'displayName': string;
|
|
42
|
+
/**
|
|
43
|
+
* The partner object, based on partner schema.
|
|
44
|
+
* @type {object}
|
|
45
|
+
* @memberof PartnerClass
|
|
46
|
+
*/
|
|
47
|
+
'partner'?: object;
|
|
48
|
+
/**
|
|
49
|
+
* The version number of the partner
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof PartnerClass
|
|
52
|
+
*/
|
|
53
|
+
'version'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Last user who updated the entity
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof PartnerClass
|
|
58
|
+
*/
|
|
59
|
+
'updatedBy'?: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PartnerClass } from './partner-class';
|
|
13
|
+
import { PartnerRoleClass } from './partner-role-class';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface PartnerLinkClass
|
|
18
|
+
*/
|
|
19
|
+
export interface PartnerLinkClass {
|
|
20
|
+
/**
|
|
21
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof PartnerLinkClass
|
|
24
|
+
*/
|
|
25
|
+
'id': number;
|
|
26
|
+
/**
|
|
27
|
+
* Unique identifier of the partner that this object belongs to.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof PartnerLinkClass
|
|
30
|
+
*/
|
|
31
|
+
'partnerCode': string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique identifier of the partner role that this object belongs to.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof PartnerLinkClass
|
|
36
|
+
*/
|
|
37
|
+
'partnerRoleCode': string;
|
|
38
|
+
/**
|
|
39
|
+
* Unique identifier of the policy that this object belongs to.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof PartnerLinkClass
|
|
42
|
+
*/
|
|
43
|
+
'policyCode'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Unique identifier of the lead that this object belongs to.
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof PartnerLinkClass
|
|
48
|
+
*/
|
|
49
|
+
'leadCode'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Date from which the partner should be linked.
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof PartnerLinkClass
|
|
54
|
+
*/
|
|
55
|
+
'startDate': string;
|
|
56
|
+
/**
|
|
57
|
+
* Date to which the partner should be linked.
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof PartnerLinkClass
|
|
60
|
+
*/
|
|
61
|
+
'endDate'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Partner role
|
|
64
|
+
* @type {PartnerRoleClass}
|
|
65
|
+
* @memberof PartnerLinkClass
|
|
66
|
+
*/
|
|
67
|
+
'partnerRole'?: PartnerRoleClass;
|
|
68
|
+
/**
|
|
69
|
+
* Partner
|
|
70
|
+
* @type {PartnerClass}
|
|
71
|
+
* @memberof PartnerLinkClass
|
|
72
|
+
*/
|
|
73
|
+
'partner'?: PartnerClass;
|
|
74
|
+
/**
|
|
75
|
+
* Time at which the object was created.
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof PartnerLinkClass
|
|
78
|
+
*/
|
|
79
|
+
'createdAt': string;
|
|
80
|
+
/**
|
|
81
|
+
* Time at which the object was updated.
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof PartnerLinkClass
|
|
84
|
+
*/
|
|
85
|
+
'updatedAt': string;
|
|
86
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -12,43 +12,43 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface PartnerRoleClass
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface PartnerRoleClass {
|
|
18
18
|
/**
|
|
19
19
|
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
20
|
* @type {number}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof PartnerRoleClass
|
|
22
22
|
*/
|
|
23
23
|
'id': number;
|
|
24
24
|
/**
|
|
25
25
|
* Unique identifier for the object.
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof PartnerRoleClass
|
|
28
28
|
*/
|
|
29
29
|
'code': string;
|
|
30
30
|
/**
|
|
31
|
-
* Name of the
|
|
31
|
+
* Name of the partner role.
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof PartnerRoleClass
|
|
34
34
|
*/
|
|
35
35
|
'name': string;
|
|
36
36
|
/**
|
|
37
37
|
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
38
38
|
* @type {string}
|
|
39
|
-
* @memberof
|
|
39
|
+
* @memberof PartnerRoleClass
|
|
40
40
|
*/
|
|
41
41
|
'productSlug'?: string;
|
|
42
42
|
/**
|
|
43
43
|
* Time at which the object was created.
|
|
44
44
|
* @type {string}
|
|
45
|
-
* @memberof
|
|
45
|
+
* @memberof PartnerRoleClass
|
|
46
46
|
*/
|
|
47
47
|
'createdAt': string;
|
|
48
48
|
/**
|
|
49
49
|
* Time at which the object was updated.
|
|
50
50
|
* @type {string}
|
|
51
|
-
* @memberof
|
|
51
|
+
* @memberof PartnerRoleClass
|
|
52
52
|
*/
|
|
53
53
|
'updatedAt': string;
|
|
54
54
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
12
13
|
import { PolicyVersionClass } from './policy-version-class';
|
|
13
14
|
import { ProductClass } from './product-class';
|
|
14
15
|
/**
|
|
@@ -125,4 +126,10 @@ export interface PolicyClass {
|
|
|
125
126
|
* @memberof PolicyClass
|
|
126
127
|
*/
|
|
127
128
|
'ern': string;
|
|
129
|
+
/**
|
|
130
|
+
* Partner links.
|
|
131
|
+
* @type {Array<PartnerLinkClass>}
|
|
132
|
+
* @memberof PolicyClass
|
|
133
|
+
*/
|
|
134
|
+
'partnerLinks': Array<PartnerLinkClass>;
|
|
128
135
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UnlinkPartnerResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface UnlinkPartnerResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Partner link
|
|
21
|
+
* @type {PartnerLinkClass}
|
|
22
|
+
* @memberof UnlinkPartnerResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'partnerLink': PartnerLinkClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,30 @@
|
|
|
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 UpdatePartnerLinkRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdatePartnerLinkRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* Date from which the partner should be linked.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdatePartnerLinkRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'startDate': string;
|
|
24
|
+
/**
|
|
25
|
+
* Date to which the partner should be linked.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UpdatePartnerLinkRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'endDate'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PartnerLinkClass } from './partner-link-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdatePartnerLinkResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdatePartnerLinkResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Partner link
|
|
21
|
+
* @type {PartnerLinkClass}
|
|
22
|
+
* @memberof UpdatePartnerLinkResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'partnerLink': PartnerLinkClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface UpdatePartnerRoleRequestDto
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface UpdatePartnerRoleRequestDto {
|
|
18
18
|
/**
|
|
19
|
-
* Name of the
|
|
19
|
+
* Name of the partner role.
|
|
20
20
|
* @type {string}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof UpdatePartnerRoleRequestDto
|
|
22
22
|
*/
|
|
23
23
|
'name': string;
|
|
24
24
|
/**
|
|
25
25
|
* A slug is a human-readable, unique identifier, used to identify a resource instead of a less human-readable identifier like an id.
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof UpdatePartnerRoleRequestDto
|
|
28
28
|
*/
|
|
29
29
|
'productSlug'?: string;
|
|
30
30
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PartnerRoleClass } from './partner-role-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdatePartnerRoleResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdatePartnerRoleResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Partner role
|
|
21
|
+
* @type {PartnerRoleClass}
|
|
22
|
+
* @memberof UpdatePartnerRoleResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'partnerRole': PartnerRoleClass;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EMIL InsuranceService
|
|
6
|
+
* The EMIL InsuranceService API description
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: kontakt@emil.de
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -116,7 +116,7 @@ export const CreateAccountRequestDtoTitleEnum = {
|
|
|
116
116
|
Empty: '',
|
|
117
117
|
Dr: 'Dr.',
|
|
118
118
|
DrMed: 'Dr. med.',
|
|
119
|
-
|
|
119
|
+
Prof: 'Prof.'
|
|
120
120
|
} as const;
|
|
121
121
|
|
|
122
122
|
export type CreateAccountRequestDtoTitleEnum = typeof CreateAccountRequestDtoTitleEnum[keyof typeof CreateAccountRequestDtoTitleEnum];
|
|
@@ -98,5 +98,17 @@ export interface CreateLeadRequestDto {
|
|
|
98
98
|
* @memberof CreateLeadRequestDto
|
|
99
99
|
*/
|
|
100
100
|
'validate'?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Unique identifier of the partner that this object belongs to.
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof CreateLeadRequestDto
|
|
105
|
+
*/
|
|
106
|
+
'partnerCode'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* Unique identifier of the partner role that this object belongs to.
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof CreateLeadRequestDto
|
|
111
|
+
*/
|
|
112
|
+
'partnerRoleCode'?: string;
|
|
101
113
|
}
|
|
102
114
|
|
package/models/{update-policy-partner-role-request-dto.ts → create-partner-role-request-dto.ts}
RENAMED
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @interface
|
|
20
|
+
* @interface CreatePartnerRoleRequestDto
|
|
21
21
|
*/
|
|
22
|
-
export interface
|
|
22
|
+
export interface CreatePartnerRoleRequestDto {
|
|
23
23
|
/**
|
|
24
|
-
* Name of the
|
|
24
|
+
* Name of the partner role.
|
|
25
25
|
* @type {string}
|
|
26
|
-
* @memberof
|
|
26
|
+
* @memberof CreatePartnerRoleRequestDto
|
|
27
27
|
*/
|
|
28
28
|
'name': string;
|
|
29
29
|
/**
|
|
30
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 CreatePartnerRoleRequestDto
|
|
33
33
|
*/
|
|
34
34
|
'productSlug'?: string;
|
|
35
35
|
}
|
package/models/{get-policy-partner-role-response-class.ts → create-partner-role-response-class.ts}
RENAMED
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import {
|
|
16
|
+
import { PartnerRoleClass } from './partner-role-class';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
20
|
* @export
|
|
21
|
-
* @interface
|
|
21
|
+
* @interface CreatePartnerRoleResponseClass
|
|
22
22
|
*/
|
|
23
|
-
export interface
|
|
23
|
+
export interface CreatePartnerRoleResponseClass {
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {
|
|
27
|
-
* @memberof
|
|
25
|
+
* Partner role
|
|
26
|
+
* @type {PartnerRoleClass}
|
|
27
|
+
* @memberof CreatePartnerRoleResponseClass
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
29
|
+
'partnerRole': PartnerRoleClass;
|
|
30
30
|
}
|
|
31
31
|
|