@emilgroup/partner-sdk 1.22.1-beta.11 → 1.22.1-beta.13
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 -17
- package/README.md +2 -2
- package/api/{health-api.ts → default-api.ts} +13 -13
- package/api.ts +2 -6
- 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 -3
- package/dist/api.js +1 -3
- package/dist/base.d.ts +1 -2
- package/dist/base.js +0 -1
- package/dist/models/index.d.ts +0 -14
- package/dist/models/index.js +0 -14
- 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 -14
- 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/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/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/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/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/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/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/get-blacklist-item-response-class.ts +0 -31
- package/models/get-blacklist-reason-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/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
|
@@ -1,78 +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 BlacklistItemClass
|
|
16
|
-
*/
|
|
17
|
-
export interface BlacklistItemClass {
|
|
18
|
-
/**
|
|
19
|
-
* The id of the blacklist item
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof BlacklistItemClass
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* Unique identifier for the object.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof BlacklistItemClass
|
|
28
|
-
*/
|
|
29
|
-
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
* The code of the blacklisted partner
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof BlacklistItemClass
|
|
34
|
-
*/
|
|
35
|
-
'partnerCode': string;
|
|
36
|
-
/**
|
|
37
|
-
* The reason code for blacklisting
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof BlacklistItemClass
|
|
40
|
-
*/
|
|
41
|
-
'reasonCode': string;
|
|
42
|
-
/**
|
|
43
|
-
* Snapshot of the reason label at the time of blacklisting
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof BlacklistItemClass
|
|
46
|
-
*/
|
|
47
|
-
'reasonValue': string;
|
|
48
|
-
/**
|
|
49
|
-
* The date from which the blacklist becomes active
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof BlacklistItemClass
|
|
52
|
-
*/
|
|
53
|
-
'blockedFrom'?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Time at which the object was created.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof BlacklistItemClass
|
|
58
|
-
*/
|
|
59
|
-
'createdAt': string;
|
|
60
|
-
/**
|
|
61
|
-
* Time at which the object was updated.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof BlacklistItemClass
|
|
64
|
-
*/
|
|
65
|
-
'updatedAt': string;
|
|
66
|
-
/**
|
|
67
|
-
* Identifier of the user who created the record.
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof BlacklistItemClass
|
|
70
|
-
*/
|
|
71
|
-
'createdBy': string;
|
|
72
|
-
/**
|
|
73
|
-
* Identifier of the user who last updated the record.
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof BlacklistItemClass
|
|
76
|
-
*/
|
|
77
|
-
'updatedBy': string;
|
|
78
|
-
}
|
|
@@ -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,78 +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 BlacklistReasonClass
|
|
16
|
-
*/
|
|
17
|
-
export interface BlacklistReasonClass {
|
|
18
|
-
/**
|
|
19
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof BlacklistReasonClass
|
|
22
|
-
*/
|
|
23
|
-
'id': number;
|
|
24
|
-
/**
|
|
25
|
-
* Unique code identifying the blacklist reason.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof BlacklistReasonClass
|
|
28
|
-
*/
|
|
29
|
-
'code': string;
|
|
30
|
-
/**
|
|
31
|
-
* Unique key used to reference the blacklist reason.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof BlacklistReasonClass
|
|
34
|
-
*/
|
|
35
|
-
'key': string;
|
|
36
|
-
/**
|
|
37
|
-
* Human-readable label for the blacklist reason.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof BlacklistReasonClass
|
|
40
|
-
*/
|
|
41
|
-
'label': string;
|
|
42
|
-
/**
|
|
43
|
-
* Optional detailed description of the blacklist reason.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof BlacklistReasonClass
|
|
46
|
-
*/
|
|
47
|
-
'description'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Whether the blacklist reason is currently active.
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof BlacklistReasonClass
|
|
52
|
-
*/
|
|
53
|
-
'isActive': boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Time at which the object was created.
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof BlacklistReasonClass
|
|
58
|
-
*/
|
|
59
|
-
'createdAt': string;
|
|
60
|
-
/**
|
|
61
|
-
* Time at which the object was updated.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof BlacklistReasonClass
|
|
64
|
-
*/
|
|
65
|
-
'updatedAt': string;
|
|
66
|
-
/**
|
|
67
|
-
* Identifier of the user who created the record.
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof BlacklistReasonClass
|
|
70
|
-
*/
|
|
71
|
-
'createdBy': string;
|
|
72
|
-
/**
|
|
73
|
-
* Identifier of the user who last updated the record.
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof BlacklistReasonClass
|
|
76
|
-
*/
|
|
77
|
-
'updatedBy': string;
|
|
78
|
-
}
|
|
@@ -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,36 +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 CreateBlacklistItemRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface CreateBlacklistItemRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* The code of the partner to blacklist
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreateBlacklistItemRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'partnerCode': string;
|
|
24
|
-
/**
|
|
25
|
-
* The reason code for blacklisting
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateBlacklistItemRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'reasonCode': string;
|
|
30
|
-
/**
|
|
31
|
-
* Date from which the blacklist becomes active (must be today or a future date)
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateBlacklistItemRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'blockedFrom': string;
|
|
36
|
-
}
|
|
@@ -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 { BlacklistItemClass } from './blacklist-item-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CreateBlacklistItemResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateBlacklistItemResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The blacklist item response.
|
|
21
|
-
* @type {BlacklistItemClass}
|
|
22
|
-
* @memberof CreateBlacklistItemResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'blacklistItem': BlacklistItemClass;
|
|
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,36 +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 CreateBlacklistReasonRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface CreateBlacklistReasonRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Unique key for the blacklist reason
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreateBlacklistReasonRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'key': string;
|
|
24
|
-
/**
|
|
25
|
-
* Display label for the blacklist reason
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateBlacklistReasonRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'label': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateBlacklistReasonRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'description'?: string;
|
|
36
|
-
}
|
|
@@ -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 CreateBlacklistReasonResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateBlacklistReasonResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The blacklist reason response.
|
|
21
|
-
* @type {BlacklistReasonClass}
|
|
22
|
-
* @memberof CreateBlacklistReasonResponseClass
|
|
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,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 { BlacklistItemClass } from './blacklist-item-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetBlacklistItemResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetBlacklistItemResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The blacklist item response.
|
|
21
|
-
* @type {BlacklistItemClass}
|
|
22
|
-
* @memberof GetBlacklistItemResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'blacklistItem': BlacklistItemClass;
|
|
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,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 GetBlacklistReasonResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetBlacklistReasonResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The blacklist reason response.
|
|
21
|
-
* @type {BlacklistReasonClass}
|
|
22
|
-
* @memberof GetBlacklistReasonResponseClass
|
|
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,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 });
|