@emilgroup/partner-sdk 1.22.1-beta.16 → 1.22.1-beta.18

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.
Files changed (176) hide show
  1. package/.openapi-generator/FILES +49 -1
  2. package/README.md +2 -2
  3. package/api/blacklist-api.ts +662 -0
  4. package/api/blacklist-reasons-api.ts +797 -0
  5. package/api/{default-api.ts → health-api.ts} +13 -13
  6. package/api/partner-hierarchies-api.ts +1342 -0
  7. package/api/partner-hierarchy-nodes-api.ts +1178 -0
  8. package/api/partner-hierarchy-types-api.ts +679 -0
  9. package/api/partners-api.ts +12 -12
  10. package/api.ts +12 -2
  11. package/base.ts +1 -0
  12. package/dist/api/blacklist-api.d.ts +375 -0
  13. package/dist/api/blacklist-api.js +629 -0
  14. package/dist/api/blacklist-reasons-api.d.ts +450 -0
  15. package/dist/api/blacklist-reasons-api.js +735 -0
  16. package/dist/api/{default-api.d.ts → health-api.d.ts} +10 -10
  17. package/dist/api/{default-api.js → health-api.js} +22 -22
  18. package/dist/api/partner-hierarchies-api.d.ts +760 -0
  19. package/dist/api/partner-hierarchies-api.js +1164 -0
  20. package/dist/api/partner-hierarchy-nodes-api.d.ts +663 -0
  21. package/dist/api/partner-hierarchy-nodes-api.js +1043 -0
  22. package/dist/api/partner-hierarchy-types-api.d.ts +385 -0
  23. package/dist/api/partner-hierarchy-types-api.js +636 -0
  24. package/dist/api/partners-api.d.ts +12 -12
  25. package/dist/api/partners-api.js +9 -9
  26. package/dist/api.d.ts +6 -1
  27. package/dist/api.js +6 -1
  28. package/dist/base.d.ts +2 -1
  29. package/dist/base.js +1 -0
  30. package/dist/models/blacklist-item-class.d.ts +78 -0
  31. package/dist/models/blacklist-item-class.js +15 -0
  32. package/dist/models/blacklist-reason-class.d.ts +78 -0
  33. package/dist/models/blacklist-reason-class.js +15 -0
  34. package/dist/models/create-blacklist-item-request-dto.d.ts +36 -0
  35. package/dist/models/create-blacklist-item-request-dto.js +15 -0
  36. package/dist/models/create-blacklist-item-response-class.d.ts +25 -0
  37. package/dist/models/create-blacklist-item-response-class.js +15 -0
  38. package/dist/models/create-blacklist-reason-request-dto.d.ts +36 -0
  39. package/dist/models/create-blacklist-reason-request-dto.js +15 -0
  40. package/dist/models/create-blacklist-reason-response-class.d.ts +25 -0
  41. package/dist/models/create-blacklist-reason-response-class.js +15 -0
  42. package/dist/models/create-partner-hierarchy-node-request-dto.d.ts +42 -0
  43. package/dist/models/create-partner-hierarchy-node-request-dto.js +15 -0
  44. package/dist/models/create-partner-hierarchy-node-response-class.d.ts +25 -0
  45. package/dist/models/create-partner-hierarchy-node-response-class.js +15 -0
  46. package/dist/models/create-partner-hierarchy-request-dto.d.ts +30 -0
  47. package/dist/models/create-partner-hierarchy-request-dto.js +15 -0
  48. package/dist/models/create-partner-hierarchy-response-class.d.ts +25 -0
  49. package/dist/models/create-partner-hierarchy-response-class.js +15 -0
  50. package/dist/models/create-partner-hierarchy-type-request-dto.d.ts +30 -0
  51. package/dist/models/create-partner-hierarchy-type-request-dto.js +15 -0
  52. package/dist/models/create-partner-hierarchy-type-response-class.d.ts +25 -0
  53. package/dist/models/create-partner-hierarchy-type-response-class.js +15 -0
  54. package/dist/models/delete-by-code-response-class.d.ts +24 -0
  55. package/dist/models/delete-by-code-response-class.js +15 -0
  56. package/dist/models/get-blacklist-item-response-class.d.ts +25 -0
  57. package/dist/models/get-blacklist-item-response-class.js +15 -0
  58. package/dist/models/get-blacklist-reason-response-class.d.ts +25 -0
  59. package/dist/models/get-blacklist-reason-response-class.js +15 -0
  60. package/dist/models/get-partner-hierarchy-node-response-class.d.ts +25 -0
  61. package/dist/models/get-partner-hierarchy-node-response-class.js +15 -0
  62. package/dist/models/get-partner-hierarchy-response-class.d.ts +25 -0
  63. package/dist/models/get-partner-hierarchy-response-class.js +15 -0
  64. package/dist/models/get-partner-hierarchy-tree-response-class.d.ts +25 -0
  65. package/dist/models/get-partner-hierarchy-tree-response-class.js +15 -0
  66. package/dist/models/get-partner-hierarchy-type-response-class.d.ts +25 -0
  67. package/dist/models/get-partner-hierarchy-type-response-class.js +15 -0
  68. package/dist/models/index.d.ts +43 -0
  69. package/dist/models/index.js +43 -0
  70. package/dist/models/is-blacklisted-response-class.d.ts +54 -0
  71. package/dist/models/is-blacklisted-response-class.js +15 -0
  72. package/dist/models/list-blacklist-items-response-class.d.ts +43 -0
  73. package/dist/models/list-blacklist-items-response-class.js +15 -0
  74. package/dist/models/list-blacklist-reasons-response-class.d.ts +43 -0
  75. package/dist/models/list-blacklist-reasons-response-class.js +15 -0
  76. package/dist/models/list-partner-hierarchies-response-class.d.ts +43 -0
  77. package/dist/models/list-partner-hierarchies-response-class.js +15 -0
  78. package/dist/models/list-partner-hierarchy-node-history-response-class.d.ts +43 -0
  79. package/dist/models/list-partner-hierarchy-node-history-response-class.js +15 -0
  80. package/dist/models/list-partner-hierarchy-nodes-response-class.d.ts +43 -0
  81. package/dist/models/list-partner-hierarchy-nodes-response-class.js +15 -0
  82. package/dist/models/list-partner-hierarchy-types-response-class.d.ts +43 -0
  83. package/dist/models/list-partner-hierarchy-types-response-class.js +15 -0
  84. package/dist/models/list-partner-relation-class.d.ts +18 -6
  85. package/dist/models/list-partner-relation-types-class.d.ts +18 -6
  86. package/dist/models/list-partner-types-response-class.d.ts +18 -6
  87. package/dist/models/list-partner-versions-response-class.d.ts +18 -6
  88. package/dist/models/list-partners-response-class.d.ts +18 -6
  89. package/dist/models/list-related-partners-response-class.d.ts +18 -6
  90. package/dist/models/list-tags-response-class.d.ts +18 -6
  91. package/dist/models/move-partner-hierarchy-node-request-dto.d.ts +30 -0
  92. package/dist/models/move-partner-hierarchy-node-request-dto.js +15 -0
  93. package/dist/models/move-partner-hierarchy-node-response-class.d.ts +25 -0
  94. package/dist/models/move-partner-hierarchy-node-response-class.js +15 -0
  95. package/dist/models/partner-hierarchy-class.d.ts +78 -0
  96. package/dist/models/partner-hierarchy-class.js +15 -0
  97. package/dist/models/partner-hierarchy-node-class.d.ts +109 -0
  98. package/dist/models/partner-hierarchy-node-class.js +15 -0
  99. package/dist/models/partner-hierarchy-node-history-class.d.ts +97 -0
  100. package/dist/models/partner-hierarchy-node-history-class.js +15 -0
  101. package/dist/models/partner-hierarchy-node-tree-class.d.ts +96 -0
  102. package/dist/models/partner-hierarchy-node-tree-class.js +15 -0
  103. package/dist/models/partner-hierarchy-type-class.d.ts +66 -0
  104. package/dist/models/partner-hierarchy-type-class.js +15 -0
  105. package/dist/models/unassign-partner-hierarchy-node-response-class.d.ts +25 -0
  106. package/dist/models/unassign-partner-hierarchy-node-response-class.js +15 -0
  107. package/dist/models/update-blacklist-reason-request-dto.d.ts +30 -0
  108. package/dist/models/update-blacklist-reason-request-dto.js +15 -0
  109. package/dist/models/update-blacklist-reason-response-class.d.ts +25 -0
  110. package/dist/models/update-blacklist-reason-response-class.js +15 -0
  111. package/dist/models/update-blacklist-reason-status-request-dto.d.ts +24 -0
  112. package/dist/models/update-blacklist-reason-status-request-dto.js +15 -0
  113. package/dist/models/update-partner-hierarchy-node-request-dto.d.ts +30 -0
  114. package/dist/models/update-partner-hierarchy-node-request-dto.js +15 -0
  115. package/dist/models/update-partner-hierarchy-node-response-class.d.ts +25 -0
  116. package/dist/models/update-partner-hierarchy-node-response-class.js +15 -0
  117. package/dist/models/update-partner-hierarchy-request-dto.d.ts +24 -0
  118. package/dist/models/update-partner-hierarchy-request-dto.js +15 -0
  119. package/dist/models/update-partner-hierarchy-response-class.d.ts +25 -0
  120. package/dist/models/update-partner-hierarchy-response-class.js +15 -0
  121. package/dist/models/update-partner-hierarchy-type-request-dto.d.ts +30 -0
  122. package/dist/models/update-partner-hierarchy-type-request-dto.js +15 -0
  123. package/dist/models/update-partner-hierarchy-type-response-class.d.ts +25 -0
  124. package/dist/models/update-partner-hierarchy-type-response-class.js +15 -0
  125. package/models/blacklist-item-class.ts +84 -0
  126. package/models/blacklist-reason-class.ts +84 -0
  127. package/models/create-blacklist-item-request-dto.ts +42 -0
  128. package/models/create-blacklist-item-response-class.ts +31 -0
  129. package/models/create-blacklist-reason-request-dto.ts +42 -0
  130. package/models/create-blacklist-reason-response-class.ts +31 -0
  131. package/models/create-partner-hierarchy-node-request-dto.ts +48 -0
  132. package/models/create-partner-hierarchy-node-response-class.ts +31 -0
  133. package/models/create-partner-hierarchy-request-dto.ts +36 -0
  134. package/models/create-partner-hierarchy-response-class.ts +31 -0
  135. package/models/create-partner-hierarchy-type-request-dto.ts +36 -0
  136. package/models/create-partner-hierarchy-type-response-class.ts +31 -0
  137. package/models/delete-by-code-response-class.ts +30 -0
  138. package/models/get-blacklist-item-response-class.ts +31 -0
  139. package/models/get-blacklist-reason-response-class.ts +31 -0
  140. package/models/get-partner-hierarchy-node-response-class.ts +31 -0
  141. package/models/get-partner-hierarchy-response-class.ts +31 -0
  142. package/models/get-partner-hierarchy-tree-response-class.ts +31 -0
  143. package/models/get-partner-hierarchy-type-response-class.ts +31 -0
  144. package/models/index.ts +43 -0
  145. package/models/is-blacklisted-response-class.ts +60 -0
  146. package/models/list-blacklist-items-response-class.ts +49 -0
  147. package/models/list-blacklist-reasons-response-class.ts +49 -0
  148. package/models/list-partner-hierarchies-response-class.ts +49 -0
  149. package/models/list-partner-hierarchy-node-history-response-class.ts +49 -0
  150. package/models/list-partner-hierarchy-nodes-response-class.ts +49 -0
  151. package/models/list-partner-hierarchy-types-response-class.ts +49 -0
  152. package/models/list-partner-relation-class.ts +18 -6
  153. package/models/list-partner-relation-types-class.ts +18 -6
  154. package/models/list-partner-types-response-class.ts +18 -6
  155. package/models/list-partner-versions-response-class.ts +18 -6
  156. package/models/list-partners-response-class.ts +18 -6
  157. package/models/list-related-partners-response-class.ts +18 -6
  158. package/models/list-tags-response-class.ts +18 -6
  159. package/models/move-partner-hierarchy-node-request-dto.ts +36 -0
  160. package/models/move-partner-hierarchy-node-response-class.ts +31 -0
  161. package/models/partner-hierarchy-class.ts +84 -0
  162. package/models/partner-hierarchy-node-class.ts +115 -0
  163. package/models/partner-hierarchy-node-history-class.ts +103 -0
  164. package/models/partner-hierarchy-node-tree-class.ts +102 -0
  165. package/models/partner-hierarchy-type-class.ts +72 -0
  166. package/models/unassign-partner-hierarchy-node-response-class.ts +31 -0
  167. package/models/update-blacklist-reason-request-dto.ts +36 -0
  168. package/models/update-blacklist-reason-response-class.ts +31 -0
  169. package/models/update-blacklist-reason-status-request-dto.ts +30 -0
  170. package/models/update-partner-hierarchy-node-request-dto.ts +36 -0
  171. package/models/update-partner-hierarchy-node-response-class.ts +31 -0
  172. package/models/update-partner-hierarchy-request-dto.ts +30 -0
  173. package/models/update-partner-hierarchy-response-class.ts +31 -0
  174. package/models/update-partner-hierarchy-type-request-dto.ts +36 -0
  175. package/models/update-partner-hierarchy-type-response-class.ts +31 -0
  176. package/package.json +1 -1
@@ -0,0 +1,36 @@
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 MovePartnerHierarchyNodeRequestDto
21
+ */
22
+ export interface MovePartnerHierarchyNodeRequestDto {
23
+ /**
24
+ * New parent node code. It must be in the same hierarchy and at the same depth as the current parent.
25
+ * @type {string}
26
+ * @memberof MovePartnerHierarchyNodeRequestDto
27
+ */
28
+ 'newParentCode': string;
29
+ /**
30
+ * Optional replacement role code applied during the move. It must remain valid for the node’s unchanged depth.
31
+ * @type {string}
32
+ * @memberof MovePartnerHierarchyNodeRequestDto
33
+ */
34
+ 'roleCode'?: string;
35
+ }
36
+
@@ -0,0 +1,31 @@
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
+ import { PartnerHierarchyNodeClass } from './partner-hierarchy-node-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface MovePartnerHierarchyNodeResponseClass
22
+ */
23
+ export interface MovePartnerHierarchyNodeResponseClass {
24
+ /**
25
+ * The partner hierarchy node response.
26
+ * @type {PartnerHierarchyNodeClass}
27
+ * @memberof MovePartnerHierarchyNodeResponseClass
28
+ */
29
+ 'node': PartnerHierarchyNodeClass;
30
+ }
31
+
@@ -0,0 +1,84 @@
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 PartnerHierarchyClass
21
+ */
22
+ export interface PartnerHierarchyClass {
23
+ /**
24
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
25
+ * @type {number}
26
+ * @memberof PartnerHierarchyClass
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * Unique hierarchy code.
31
+ * @type {string}
32
+ * @memberof PartnerHierarchyClass
33
+ */
34
+ 'code': string;
35
+ /**
36
+ * Human-readable name.
37
+ * @type {string}
38
+ * @memberof PartnerHierarchyClass
39
+ */
40
+ 'name': string;
41
+ /**
42
+ * Code of the hierarchy type.
43
+ * @type {string}
44
+ * @memberof PartnerHierarchyClass
45
+ */
46
+ 'partnerHierarchyTypeCode': string;
47
+ /**
48
+ * Whether the cached hierarchy tree needs a refresh.
49
+ * @type {boolean}
50
+ * @memberof PartnerHierarchyClass
51
+ */
52
+ 'isTreeStale': boolean;
53
+ /**
54
+ * Processing reference, if the hierarchy is currently locked.
55
+ * @type {string}
56
+ * @memberof PartnerHierarchyClass
57
+ */
58
+ 'lockedByOperationCode': string;
59
+ /**
60
+ * Time at which the object was created.
61
+ * @type {string}
62
+ * @memberof PartnerHierarchyClass
63
+ */
64
+ 'createdAt': string;
65
+ /**
66
+ * Time at which the object was updated.
67
+ * @type {string}
68
+ * @memberof PartnerHierarchyClass
69
+ */
70
+ 'updatedAt': string;
71
+ /**
72
+ * Identifier of the user who created the record.
73
+ * @type {string}
74
+ * @memberof PartnerHierarchyClass
75
+ */
76
+ 'createdBy': string;
77
+ /**
78
+ * Identifier of the user who last updated the record.
79
+ * @type {string}
80
+ * @memberof PartnerHierarchyClass
81
+ */
82
+ 'updatedBy': string;
83
+ }
84
+
@@ -0,0 +1,115 @@
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
+ import { PartnerClass } from './partner-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface PartnerHierarchyNodeClass
22
+ */
23
+ export interface PartnerHierarchyNodeClass {
24
+ /**
25
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
26
+ * @type {number}
27
+ * @memberof PartnerHierarchyNodeClass
28
+ */
29
+ 'id': number;
30
+ /**
31
+ * Unique node code.
32
+ * @type {string}
33
+ * @memberof PartnerHierarchyNodeClass
34
+ */
35
+ 'code': string;
36
+ /**
37
+ * Code of the hierarchy this node belongs to.
38
+ * @type {string}
39
+ * @memberof PartnerHierarchyNodeClass
40
+ */
41
+ 'partnerHierarchyCode': string;
42
+ /**
43
+ * Assigned partner code, if this position is filled.
44
+ * @type {string}
45
+ * @memberof PartnerHierarchyNodeClass
46
+ */
47
+ 'partnerCode': string;
48
+ /**
49
+ * Parent node code. Empty when this is the root.
50
+ * @type {string}
51
+ * @memberof PartnerHierarchyNodeClass
52
+ */
53
+ 'parentNodeCode': string;
54
+ /**
55
+ * Role code at this position.
56
+ * @type {string}
57
+ * @memberof PartnerHierarchyNodeClass
58
+ */
59
+ 'roleCode': string;
60
+ /**
61
+ * Full path from root to this node, using node codes.
62
+ * @type {string}
63
+ * @memberof PartnerHierarchyNodeClass
64
+ */
65
+ 'materializedPath': string;
66
+ /**
67
+ * Depth from root (root = 0).
68
+ * @type {number}
69
+ * @memberof PartnerHierarchyNodeClass
70
+ */
71
+ 'depth': number;
72
+ /**
73
+ * When this node state became valid.
74
+ * @type {string}
75
+ * @memberof PartnerHierarchyNodeClass
76
+ */
77
+ 'validFrom': string;
78
+ /**
79
+ * Time at which the object was created.
80
+ * @type {string}
81
+ * @memberof PartnerHierarchyNodeClass
82
+ */
83
+ 'createdAt': string;
84
+ /**
85
+ * Time at which the object was updated.
86
+ * @type {string}
87
+ * @memberof PartnerHierarchyNodeClass
88
+ */
89
+ 'updatedAt': string;
90
+ /**
91
+ * Identifier of the user who created the record.
92
+ * @type {string}
93
+ * @memberof PartnerHierarchyNodeClass
94
+ */
95
+ 'createdBy': string;
96
+ /**
97
+ * Identifier of the user who last updated the record.
98
+ * @type {string}
99
+ * @memberof PartnerHierarchyNodeClass
100
+ */
101
+ 'updatedBy': string;
102
+ /**
103
+ * Partner assigned to this node.
104
+ * @type {PartnerClass}
105
+ * @memberof PartnerHierarchyNodeClass
106
+ */
107
+ 'partner': PartnerClass;
108
+ /**
109
+ * Parent node in the same hierarchy.
110
+ * @type {PartnerHierarchyNodeClass}
111
+ * @memberof PartnerHierarchyNodeClass
112
+ */
113
+ 'parentNode': PartnerHierarchyNodeClass;
114
+ }
115
+
@@ -0,0 +1,103 @@
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
+ import { PartnerClass } from './partner-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface PartnerHierarchyNodeHistoryClass
22
+ */
23
+ export interface PartnerHierarchyNodeHistoryClass {
24
+ /**
25
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
26
+ * @type {number}
27
+ * @memberof PartnerHierarchyNodeHistoryClass
28
+ */
29
+ 'id': number;
30
+ /**
31
+ * Node code this history row versions.
32
+ * @type {string}
33
+ * @memberof PartnerHierarchyNodeHistoryClass
34
+ */
35
+ 'code': string;
36
+ /**
37
+ * Code of the hierarchy this node belongs to.
38
+ * @type {string}
39
+ * @memberof PartnerHierarchyNodeHistoryClass
40
+ */
41
+ 'partnerHierarchyCode': string;
42
+ /**
43
+ * Assigned partner code during this interval, if filled.
44
+ * @type {string}
45
+ * @memberof PartnerHierarchyNodeHistoryClass
46
+ */
47
+ 'partnerCode': string;
48
+ /**
49
+ * Parent node code during this interval.
50
+ * @type {string}
51
+ * @memberof PartnerHierarchyNodeHistoryClass
52
+ */
53
+ 'parentNodeCode': string;
54
+ /**
55
+ * Role code during this interval.
56
+ * @type {string}
57
+ * @memberof PartnerHierarchyNodeHistoryClass
58
+ */
59
+ 'roleCode': string;
60
+ /**
61
+ * Materialized path during this interval.
62
+ * @type {string}
63
+ * @memberof PartnerHierarchyNodeHistoryClass
64
+ */
65
+ 'materializedPath': string;
66
+ /**
67
+ * Depth from root during this interval.
68
+ * @type {number}
69
+ * @memberof PartnerHierarchyNodeHistoryClass
70
+ */
71
+ 'depth': number;
72
+ /**
73
+ * Start of this validity interval.
74
+ * @type {string}
75
+ * @memberof PartnerHierarchyNodeHistoryClass
76
+ */
77
+ 'validFrom': string;
78
+ /**
79
+ * End of this validity interval.
80
+ * @type {string}
81
+ * @memberof PartnerHierarchyNodeHistoryClass
82
+ */
83
+ 'validTo': string;
84
+ /**
85
+ * Time at which the object was created.
86
+ * @type {string}
87
+ * @memberof PartnerHierarchyNodeHistoryClass
88
+ */
89
+ 'createdAt': string;
90
+ /**
91
+ * Identifier of the user who created the record.
92
+ * @type {string}
93
+ * @memberof PartnerHierarchyNodeHistoryClass
94
+ */
95
+ 'createdBy': string;
96
+ /**
97
+ * Partner assigned to the node for this history row.
98
+ * @type {PartnerClass}
99
+ * @memberof PartnerHierarchyNodeHistoryClass
100
+ */
101
+ 'partner': PartnerClass;
102
+ }
103
+
@@ -0,0 +1,102 @@
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 PartnerHierarchyNodeTreeClass
21
+ */
22
+ export interface PartnerHierarchyNodeTreeClass {
23
+ /**
24
+ * Node code.
25
+ * @type {string}
26
+ * @memberof PartnerHierarchyNodeTreeClass
27
+ */
28
+ 'code': string;
29
+ /**
30
+ * Assigned partner code, if this position is filled.
31
+ * @type {string}
32
+ * @memberof PartnerHierarchyNodeTreeClass
33
+ */
34
+ 'partnerCode': string;
35
+ /**
36
+ * Assigned partner display name.
37
+ * @type {string}
38
+ * @memberof PartnerHierarchyNodeTreeClass
39
+ */
40
+ 'partnerName': string;
41
+ /**
42
+ * Role code at this position.
43
+ * @type {string}
44
+ * @memberof PartnerHierarchyNodeTreeClass
45
+ */
46
+ 'roleCode': string;
47
+ /**
48
+ * Parent node code. Empty when this is the root.
49
+ * @type {string}
50
+ * @memberof PartnerHierarchyNodeTreeClass
51
+ */
52
+ 'parentNodeCode': string;
53
+ /**
54
+ * Depth from root (root = 0).
55
+ * @type {number}
56
+ * @memberof PartnerHierarchyNodeTreeClass
57
+ */
58
+ 'depth': number;
59
+ /**
60
+ * When this node was created.
61
+ * @type {string}
62
+ * @memberof PartnerHierarchyNodeTreeClass
63
+ */
64
+ 'createdAt': string;
65
+ /**
66
+ * When this current node row was last updated.
67
+ * @type {string}
68
+ * @memberof PartnerHierarchyNodeTreeClass
69
+ */
70
+ 'updatedAt': string;
71
+ /**
72
+ * When this node state became valid.
73
+ * @type {string}
74
+ * @memberof PartnerHierarchyNodeTreeClass
75
+ */
76
+ 'validFrom': string;
77
+ /**
78
+ * Total direct children (whether or not loaded in this page).
79
+ * @type {number}
80
+ * @memberof PartnerHierarchyNodeTreeClass
81
+ */
82
+ 'totalChildren': number;
83
+ /**
84
+ * Cursor for the next page of this node’s children.
85
+ * @type {string}
86
+ * @memberof PartnerHierarchyNodeTreeClass
87
+ */
88
+ 'nextPageToken': string;
89
+ /**
90
+ * Number of children returned in this page.
91
+ * @type {number}
92
+ * @memberof PartnerHierarchyNodeTreeClass
93
+ */
94
+ 'itemsPerPage': number;
95
+ /**
96
+ * Loaded direct children (one level).
97
+ * @type {Array<PartnerHierarchyNodeTreeClass>}
98
+ * @memberof PartnerHierarchyNodeTreeClass
99
+ */
100
+ 'children': Array<PartnerHierarchyNodeTreeClass>;
101
+ }
102
+
@@ -0,0 +1,72 @@
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 PartnerHierarchyTypeClass
21
+ */
22
+ export interface PartnerHierarchyTypeClass {
23
+ /**
24
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
25
+ * @type {number}
26
+ * @memberof PartnerHierarchyTypeClass
27
+ */
28
+ 'id': number;
29
+ /**
30
+ * Unique code identifying this hierarchy type.
31
+ * @type {string}
32
+ * @memberof PartnerHierarchyTypeClass
33
+ */
34
+ 'code': string;
35
+ /**
36
+ * Human-readable name for this hierarchy type.
37
+ * @type {string}
38
+ * @memberof PartnerHierarchyTypeClass
39
+ */
40
+ 'name': string;
41
+ /**
42
+ * 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.
43
+ * @type {object}
44
+ * @memberof PartnerHierarchyTypeClass
45
+ */
46
+ 'schema': object;
47
+ /**
48
+ * Time at which the object was created.
49
+ * @type {string}
50
+ * @memberof PartnerHierarchyTypeClass
51
+ */
52
+ 'createdAt': string;
53
+ /**
54
+ * Time at which the object was updated.
55
+ * @type {string}
56
+ * @memberof PartnerHierarchyTypeClass
57
+ */
58
+ 'updatedAt': string;
59
+ /**
60
+ * Identifier of the user who created the record.
61
+ * @type {string}
62
+ * @memberof PartnerHierarchyTypeClass
63
+ */
64
+ 'createdBy': string;
65
+ /**
66
+ * Identifier of the user who last updated the record.
67
+ * @type {string}
68
+ * @memberof PartnerHierarchyTypeClass
69
+ */
70
+ 'updatedBy': string;
71
+ }
72
+
@@ -0,0 +1,31 @@
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
+ import { PartnerHierarchyNodeClass } from './partner-hierarchy-node-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface UnassignPartnerHierarchyNodeResponseClass
22
+ */
23
+ export interface UnassignPartnerHierarchyNodeResponseClass {
24
+ /**
25
+ * The partner hierarchy node response.
26
+ * @type {PartnerHierarchyNodeClass}
27
+ * @memberof UnassignPartnerHierarchyNodeResponseClass
28
+ */
29
+ 'node': PartnerHierarchyNodeClass;
30
+ }
31
+
@@ -0,0 +1,36 @@
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 UpdateBlacklistReasonRequestDto
21
+ */
22
+ export interface UpdateBlacklistReasonRequestDto {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof UpdateBlacklistReasonRequestDto
27
+ */
28
+ 'label'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof UpdateBlacklistReasonRequestDto
33
+ */
34
+ 'description'?: string;
35
+ }
36
+
@@ -0,0 +1,31 @@
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
+ import { BlacklistReasonClass } from './blacklist-reason-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface UpdateBlacklistReasonResponseClass
22
+ */
23
+ export interface UpdateBlacklistReasonResponseClass {
24
+ /**
25
+ * The blacklist reason response.
26
+ * @type {BlacklistReasonClass}
27
+ * @memberof UpdateBlacklistReasonResponseClass
28
+ */
29
+ 'blacklistReason': BlacklistReasonClass;
30
+ }
31
+
@@ -0,0 +1,30 @@
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 UpdateBlacklistReasonStatusRequestDto
21
+ */
22
+ export interface UpdateBlacklistReasonStatusRequestDto {
23
+ /**
24
+ * New activation state for the blacklist reason.
25
+ * @type {boolean}
26
+ * @memberof UpdateBlacklistReasonStatusRequestDto
27
+ */
28
+ 'isActive'?: boolean;
29
+ }
30
+