@emilgroup/partner-sdk 1.22.1-beta.15 → 1.22.1-beta.16
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 +1 -26
- package/README.md +2 -2
- package/api/{health-api.ts → default-api.ts} +13 -13
- package/api.ts +2 -8
- package/base.ts +0 -1
- package/dist/api/{health-api.d.ts → default-api.d.ts} +10 -10
- package/dist/api/{health-api.js → default-api.js} +22 -22
- package/dist/api.d.ts +1 -4
- package/dist/api.js +1 -4
- package/dist/base.d.ts +1 -2
- package/dist/base.js +0 -1
- package/dist/models/index.d.ts +0 -22
- package/dist/models/index.js +0 -22
- package/dist/models/list-partner-relation-class.d.ts +6 -18
- package/dist/models/list-partner-relation-types-class.d.ts +6 -18
- package/dist/models/list-partner-types-response-class.d.ts +6 -18
- package/dist/models/list-partner-versions-response-class.d.ts +6 -18
- package/dist/models/list-partners-response-class.d.ts +6 -18
- package/dist/models/list-related-partners-response-class.d.ts +6 -18
- package/dist/models/list-tags-response-class.d.ts +6 -18
- package/models/index.ts +0 -22
- package/models/list-partner-relation-class.ts +6 -18
- package/models/list-partner-relation-types-class.ts +6 -18
- package/models/list-partner-types-response-class.ts +6 -18
- package/models/list-partner-versions-response-class.ts +6 -18
- package/models/list-partners-response-class.ts +6 -18
- package/models/list-related-partners-response-class.ts +6 -18
- package/models/list-tags-response-class.ts +6 -18
- package/package.json +1 -1
- package/api/blacklist-api.ts +0 -662
- package/api/blacklist-reasons-api.ts +0 -797
- package/api/partner-hierarchy-types-api.ts +0 -679
- package/dist/api/blacklist-api.d.ts +0 -375
- package/dist/api/blacklist-api.js +0 -629
- package/dist/api/blacklist-reasons-api.d.ts +0 -450
- package/dist/api/blacklist-reasons-api.js +0 -735
- package/dist/api/partner-hierarchy-types-api.d.ts +0 -385
- package/dist/api/partner-hierarchy-types-api.js +0 -636
- package/dist/models/blacklist-item-class.d.ts +0 -78
- package/dist/models/blacklist-item-class.js +0 -15
- package/dist/models/blacklist-reason-class.d.ts +0 -78
- package/dist/models/blacklist-reason-class.js +0 -15
- package/dist/models/create-blacklist-item-request-dto.d.ts +0 -36
- package/dist/models/create-blacklist-item-request-dto.js +0 -15
- package/dist/models/create-blacklist-item-response-class.d.ts +0 -25
- package/dist/models/create-blacklist-item-response-class.js +0 -15
- package/dist/models/create-blacklist-reason-request-dto.d.ts +0 -36
- package/dist/models/create-blacklist-reason-request-dto.js +0 -15
- package/dist/models/create-blacklist-reason-response-class.d.ts +0 -25
- package/dist/models/create-blacklist-reason-response-class.js +0 -15
- package/dist/models/create-partner-hierarchy-type-request-dto.d.ts +0 -30
- package/dist/models/create-partner-hierarchy-type-request-dto.js +0 -15
- package/dist/models/create-partner-hierarchy-type-response-class.d.ts +0 -25
- package/dist/models/create-partner-hierarchy-type-response-class.js +0 -15
- package/dist/models/delete-by-code-response-class.d.ts +0 -24
- package/dist/models/delete-by-code-response-class.js +0 -15
- package/dist/models/get-blacklist-item-response-class.d.ts +0 -25
- package/dist/models/get-blacklist-item-response-class.js +0 -15
- package/dist/models/get-blacklist-reason-response-class.d.ts +0 -25
- package/dist/models/get-blacklist-reason-response-class.js +0 -15
- package/dist/models/get-partner-hierarchy-type-response-class.d.ts +0 -25
- package/dist/models/get-partner-hierarchy-type-response-class.js +0 -15
- package/dist/models/is-blacklisted-response-class.d.ts +0 -54
- package/dist/models/is-blacklisted-response-class.js +0 -15
- package/dist/models/list-blacklist-items-response-class.d.ts +0 -43
- package/dist/models/list-blacklist-items-response-class.js +0 -15
- package/dist/models/list-blacklist-reasons-response-class.d.ts +0 -43
- package/dist/models/list-blacklist-reasons-response-class.js +0 -15
- package/dist/models/list-partner-hierarchy-types-response-class.d.ts +0 -43
- package/dist/models/list-partner-hierarchy-types-response-class.js +0 -15
- package/dist/models/partner-hierarchy-type-class.d.ts +0 -66
- package/dist/models/partner-hierarchy-type-class.js +0 -15
- package/dist/models/update-blacklist-reason-request-dto.d.ts +0 -30
- package/dist/models/update-blacklist-reason-request-dto.js +0 -15
- package/dist/models/update-blacklist-reason-response-class.d.ts +0 -25
- package/dist/models/update-blacklist-reason-response-class.js +0 -15
- package/dist/models/update-blacklist-reason-status-request-dto.d.ts +0 -24
- package/dist/models/update-blacklist-reason-status-request-dto.js +0 -15
- package/dist/models/update-partner-hierarchy-type-request-dto.d.ts +0 -30
- package/dist/models/update-partner-hierarchy-type-request-dto.js +0 -15
- package/dist/models/update-partner-hierarchy-type-response-class.d.ts +0 -25
- package/dist/models/update-partner-hierarchy-type-response-class.js +0 -15
- package/models/blacklist-item-class.ts +0 -84
- package/models/blacklist-reason-class.ts +0 -84
- package/models/create-blacklist-item-request-dto.ts +0 -42
- package/models/create-blacklist-item-response-class.ts +0 -31
- package/models/create-blacklist-reason-request-dto.ts +0 -42
- package/models/create-blacklist-reason-response-class.ts +0 -31
- package/models/create-partner-hierarchy-type-request-dto.ts +0 -36
- package/models/create-partner-hierarchy-type-response-class.ts +0 -31
- package/models/delete-by-code-response-class.ts +0 -30
- package/models/get-blacklist-item-response-class.ts +0 -31
- package/models/get-blacklist-reason-response-class.ts +0 -31
- package/models/get-partner-hierarchy-type-response-class.ts +0 -31
- package/models/is-blacklisted-response-class.ts +0 -60
- package/models/list-blacklist-items-response-class.ts +0 -49
- package/models/list-blacklist-reasons-response-class.ts +0 -49
- package/models/list-partner-hierarchy-types-response-class.ts +0 -49
- package/models/partner-hierarchy-type-class.ts +0 -72
- package/models/update-blacklist-reason-request-dto.ts +0 -36
- package/models/update-blacklist-reason-response-class.ts +0 -31
- package/models/update-blacklist-reason-status-request-dto.ts +0 -30
- package/models/update-partner-hierarchy-type-request-dto.ts +0 -36
- package/models/update-partner-hierarchy-type-response-class.ts +0 -31
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 IsBlacklistedResponseClass
|
|
16
|
-
*/
|
|
17
|
-
export interface IsBlacklistedResponseClass {
|
|
18
|
-
/**
|
|
19
|
-
* Whether the partner is currently blacklisted
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof IsBlacklistedResponseClass
|
|
22
|
-
*/
|
|
23
|
-
'isBlacklisted': boolean;
|
|
24
|
-
/**
|
|
25
|
-
* The code of the blacklist item
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof IsBlacklistedResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'code'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* The partner code that was checked
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof IsBlacklistedResponseClass
|
|
34
|
-
*/
|
|
35
|
-
'partnerCode': string;
|
|
36
|
-
/**
|
|
37
|
-
* The date from which the blacklist is active
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof IsBlacklistedResponseClass
|
|
40
|
-
*/
|
|
41
|
-
'blockedFrom'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* The reason code if blacklisted
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof IsBlacklistedResponseClass
|
|
46
|
-
*/
|
|
47
|
-
'reasonCode'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* The reason label snapshot if blacklisted
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof IsBlacklistedResponseClass
|
|
52
|
-
*/
|
|
53
|
-
'reasonValue'?: string;
|
|
54
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 { BlacklistItemClass } from './blacklist-item-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListBlacklistItemsResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListBlacklistItemsResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of blacklist itemss.
|
|
21
|
-
* @type {Array<BlacklistItemClass>}
|
|
22
|
-
* @memberof ListBlacklistItemsResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<BlacklistItemClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListBlacklistItemsResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
/**
|
|
32
|
-
* Items per page.
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ListBlacklistItemsResponseClass
|
|
35
|
-
*/
|
|
36
|
-
'itemsPerPage': number;
|
|
37
|
-
/**
|
|
38
|
-
* Total amount of items.
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ListBlacklistItemsResponseClass
|
|
41
|
-
*/
|
|
42
|
-
'totalItems': number;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 { BlacklistReasonClass } from './blacklist-reason-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListBlacklistReasonsResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListBlacklistReasonsResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of blacklist reasonss.
|
|
21
|
-
* @type {Array<BlacklistReasonClass>}
|
|
22
|
-
* @memberof ListBlacklistReasonsResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<BlacklistReasonClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListBlacklistReasonsResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
/**
|
|
32
|
-
* Items per page.
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ListBlacklistReasonsResponseClass
|
|
35
|
-
*/
|
|
36
|
-
'itemsPerPage': number;
|
|
37
|
-
/**
|
|
38
|
-
* Total amount of items.
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ListBlacklistReasonsResponseClass
|
|
41
|
-
*/
|
|
42
|
-
'totalItems': number;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 { PartnerHierarchyTypeClass } from './partner-hierarchy-type-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListPartnerHierarchyTypesResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListPartnerHierarchyTypesResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of partner hierarchy typess.
|
|
21
|
-
* @type {Array<PartnerHierarchyTypeClass>}
|
|
22
|
-
* @memberof ListPartnerHierarchyTypesResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<PartnerHierarchyTypeClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListPartnerHierarchyTypesResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
/**
|
|
32
|
-
* Items per page.
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ListPartnerHierarchyTypesResponseClass
|
|
35
|
-
*/
|
|
36
|
-
'itemsPerPage': number;
|
|
37
|
-
/**
|
|
38
|
-
* Total amount of items.
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ListPartnerHierarchyTypesResponseClass
|
|
41
|
-
*/
|
|
42
|
-
'totalItems': number;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 PartnerHierarchyTypeClass
|
|
16
|
-
*/
|
|
17
|
-
export interface PartnerHierarchyTypeClass {
|
|
18
|
-
/**
|
|
19
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PartnerHierarchyTypeClass
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* Unique code identifying this hierarchy type.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PartnerHierarchyTypeClass
|
|
28
|
-
*/
|
|
29
|
-
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
* Human-readable name for this hierarchy type.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PartnerHierarchyTypeClass
|
|
34
|
-
*/
|
|
35
|
-
'name': string;
|
|
36
|
-
/**
|
|
37
|
-
* Level structure defining valid roles at each depth. Role codes listed here are the only valid values when creating or moving nodes in hierarchies of this type.
|
|
38
|
-
* @type {object}
|
|
39
|
-
* @memberof PartnerHierarchyTypeClass
|
|
40
|
-
*/
|
|
41
|
-
'schema': object;
|
|
42
|
-
/**
|
|
43
|
-
* Time at which the object was created.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PartnerHierarchyTypeClass
|
|
46
|
-
*/
|
|
47
|
-
'createdAt': string;
|
|
48
|
-
/**
|
|
49
|
-
* Time at which the object was updated.
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PartnerHierarchyTypeClass
|
|
52
|
-
*/
|
|
53
|
-
'updatedAt': string;
|
|
54
|
-
/**
|
|
55
|
-
* Identifier of the user who created the record.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof PartnerHierarchyTypeClass
|
|
58
|
-
*/
|
|
59
|
-
'createdBy': string;
|
|
60
|
-
/**
|
|
61
|
-
* Identifier of the user who last updated the record.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof PartnerHierarchyTypeClass
|
|
64
|
-
*/
|
|
65
|
-
'updatedBy': string;
|
|
66
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 UpdateBlacklistReasonRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface UpdateBlacklistReasonRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateBlacklistReasonRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'label'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateBlacklistReasonRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'description'?: string;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 { BlacklistReasonClass } from './blacklist-reason-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface UpdateBlacklistReasonResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdateBlacklistReasonResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The blacklist reason response.
|
|
21
|
-
* @type {BlacklistReasonClass}
|
|
22
|
-
* @memberof UpdateBlacklistReasonResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'blacklistReason': BlacklistReasonClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 UpdateBlacklistReasonStatusRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface UpdateBlacklistReasonStatusRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* New activation state for the blacklist reason.
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof UpdateBlacklistReasonStatusRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'isActive'?: boolean;
|
|
24
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 UpdatePartnerHierarchyTypeRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface UpdatePartnerHierarchyTypeRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Updated human-readable name for this hierarchy type.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdatePartnerHierarchyTypeRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'name'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Updated level structure. Removing a depth level is blocked if any nodes exist at that depth — delete all nodes at that depth first. Removing a role code is blocked if any active nodes use that role.
|
|
26
|
-
* @type {object}
|
|
27
|
-
* @memberof UpdatePartnerHierarchyTypeRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'schema'?: object;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL PartnerService
|
|
3
|
-
* The EMIL PartnerService 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 { PartnerHierarchyTypeClass } from './partner-hierarchy-type-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface UpdatePartnerHierarchyTypeResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdatePartnerHierarchyTypeResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The partner hierarchy type response.
|
|
21
|
-
* @type {PartnerHierarchyTypeClass}
|
|
22
|
-
* @memberof UpdatePartnerHierarchyTypeResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'hierarchyType': PartnerHierarchyTypeClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL PartnerService
|
|
6
|
-
* The EMIL PartnerService 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 });
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL PartnerService
|
|
5
|
-
* The EMIL PartnerService 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 BlacklistItemClass
|
|
21
|
-
*/
|
|
22
|
-
export interface BlacklistItemClass {
|
|
23
|
-
/**
|
|
24
|
-
* The id of the blacklist item
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof BlacklistItemClass
|
|
27
|
-
*/
|
|
28
|
-
'id': number;
|
|
29
|
-
/**
|
|
30
|
-
* Unique identifier for the object.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof BlacklistItemClass
|
|
33
|
-
*/
|
|
34
|
-
'code': string;
|
|
35
|
-
/**
|
|
36
|
-
* The code of the blacklisted partner
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof BlacklistItemClass
|
|
39
|
-
*/
|
|
40
|
-
'partnerCode': string;
|
|
41
|
-
/**
|
|
42
|
-
* The reason code for blacklisting
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof BlacklistItemClass
|
|
45
|
-
*/
|
|
46
|
-
'reasonCode': string;
|
|
47
|
-
/**
|
|
48
|
-
* Snapshot of the reason label at the time of blacklisting
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof BlacklistItemClass
|
|
51
|
-
*/
|
|
52
|
-
'reasonValue': string;
|
|
53
|
-
/**
|
|
54
|
-
* The date from which the blacklist becomes active
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof BlacklistItemClass
|
|
57
|
-
*/
|
|
58
|
-
'blockedFrom'?: string;
|
|
59
|
-
/**
|
|
60
|
-
* Time at which the object was created.
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof BlacklistItemClass
|
|
63
|
-
*/
|
|
64
|
-
'createdAt': string;
|
|
65
|
-
/**
|
|
66
|
-
* Time at which the object was updated.
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof BlacklistItemClass
|
|
69
|
-
*/
|
|
70
|
-
'updatedAt': string;
|
|
71
|
-
/**
|
|
72
|
-
* Identifier of the user who created the record.
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof BlacklistItemClass
|
|
75
|
-
*/
|
|
76
|
-
'createdBy': string;
|
|
77
|
-
/**
|
|
78
|
-
* Identifier of the user who last updated the record.
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof BlacklistItemClass
|
|
81
|
-
*/
|
|
82
|
-
'updatedBy': string;
|
|
83
|
-
}
|
|
84
|
-
|