@emilgroup/partner-sdk 1.22.1-beta.23 → 1.22.1-beta.24

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 (163) hide show
  1. package/.openapi-generator/FILES +1 -42
  2. package/README.md +2 -2
  3. package/api/blacklist-api.ts +3 -3
  4. package/api/blacklist-reasons-api.ts +3 -3
  5. package/api/{health-api.ts → default-api.ts} +13 -13
  6. package/api/partners-api.ts +12 -119
  7. package/api.ts +2 -8
  8. package/base.ts +0 -1
  9. package/dist/api/blacklist-api.d.ts +4 -4
  10. package/dist/api/blacklist-reasons-api.d.ts +4 -4
  11. package/dist/api/{health-api.d.ts → default-api.d.ts} +10 -10
  12. package/dist/api/{health-api.js → default-api.js} +22 -22
  13. package/dist/api/partners-api.d.ts +12 -69
  14. package/dist/api/partners-api.js +9 -102
  15. package/dist/api.d.ts +1 -4
  16. package/dist/api.js +1 -4
  17. package/dist/base.d.ts +1 -2
  18. package/dist/base.js +0 -1
  19. package/dist/models/index.d.ts +0 -38
  20. package/dist/models/index.js +0 -38
  21. package/dist/models/list-blacklist-items-response-class.d.ts +0 -12
  22. package/dist/models/list-partner-relation-class.d.ts +6 -18
  23. package/dist/models/list-partner-relation-types-class.d.ts +6 -18
  24. package/dist/models/list-partner-types-response-class.d.ts +6 -18
  25. package/dist/models/list-partner-versions-response-class.d.ts +6 -18
  26. package/dist/models/list-partners-response-class.d.ts +6 -18
  27. package/dist/models/list-related-partners-response-class.d.ts +6 -18
  28. package/dist/models/list-tags-response-class.d.ts +6 -18
  29. package/dist/models/update-blacklist-reason-status-request-dto.d.ts +1 -1
  30. package/models/index.ts +0 -38
  31. package/models/list-blacklist-items-response-class.ts +0 -12
  32. package/models/list-partner-relation-class.ts +6 -18
  33. package/models/list-partner-relation-types-class.ts +6 -18
  34. package/models/list-partner-types-response-class.ts +6 -18
  35. package/models/list-partner-versions-response-class.ts +6 -18
  36. package/models/list-partners-response-class.ts +6 -18
  37. package/models/list-related-partners-response-class.ts +6 -18
  38. package/models/list-tags-response-class.ts +6 -18
  39. package/models/update-blacklist-reason-status-request-dto.ts +1 -1
  40. package/package.json +1 -1
  41. package/api/partner-hierarchies-api.ts +0 -1367
  42. package/api/partner-hierarchy-nodes-api.ts +0 -1197
  43. package/api/partner-hierarchy-types-api.ts +0 -679
  44. package/dist/api/partner-hierarchies-api.d.ts +0 -774
  45. package/dist/api/partner-hierarchies-api.js +0 -1171
  46. package/dist/api/partner-hierarchy-nodes-api.d.ts +0 -674
  47. package/dist/api/partner-hierarchy-nodes-api.js +0 -1049
  48. package/dist/api/partner-hierarchy-types-api.d.ts +0 -385
  49. package/dist/api/partner-hierarchy-types-api.js +0 -636
  50. package/dist/models/batch-create-partner-hierarchy-nodes-request-dto.d.ts +0 -30
  51. package/dist/models/batch-create-partner-hierarchy-nodes-request-dto.js +0 -15
  52. package/dist/models/create-partner-hierarchy-node-request-dto.d.ts +0 -42
  53. package/dist/models/create-partner-hierarchy-node-request-dto.js +0 -15
  54. package/dist/models/create-partner-hierarchy-node-response-class.d.ts +0 -25
  55. package/dist/models/create-partner-hierarchy-node-response-class.js +0 -15
  56. package/dist/models/create-partner-hierarchy-request-dto.d.ts +0 -30
  57. package/dist/models/create-partner-hierarchy-request-dto.js +0 -15
  58. package/dist/models/create-partner-hierarchy-response-class.d.ts +0 -25
  59. package/dist/models/create-partner-hierarchy-response-class.js +0 -15
  60. package/dist/models/create-partner-hierarchy-type-request-dto.d.ts +0 -30
  61. package/dist/models/create-partner-hierarchy-type-request-dto.js +0 -15
  62. package/dist/models/create-partner-hierarchy-type-response-class.d.ts +0 -25
  63. package/dist/models/create-partner-hierarchy-type-response-class.js +0 -15
  64. package/dist/models/delete-by-code-response-class.d.ts +0 -24
  65. package/dist/models/delete-by-code-response-class.js +0 -15
  66. package/dist/models/generate-upload-url-response-class.d.ts +0 -36
  67. package/dist/models/generate-upload-url-response-class.js +0 -15
  68. package/dist/models/get-partner-hierarchy-node-response-class.d.ts +0 -25
  69. package/dist/models/get-partner-hierarchy-node-response-class.js +0 -15
  70. package/dist/models/get-partner-hierarchy-response-class.d.ts +0 -25
  71. package/dist/models/get-partner-hierarchy-response-class.js +0 -15
  72. package/dist/models/get-partner-hierarchy-tree-file-response-class.d.ts +0 -42
  73. package/dist/models/get-partner-hierarchy-tree-file-response-class.js +0 -15
  74. package/dist/models/get-partner-hierarchy-tree-response-class.d.ts +0 -25
  75. package/dist/models/get-partner-hierarchy-tree-response-class.js +0 -15
  76. package/dist/models/get-partner-hierarchy-type-response-class.d.ts +0 -25
  77. package/dist/models/get-partner-hierarchy-type-response-class.js +0 -15
  78. package/dist/models/list-partner-hierarchies-response-class.d.ts +0 -43
  79. package/dist/models/list-partner-hierarchies-response-class.js +0 -15
  80. package/dist/models/list-partner-hierarchy-node-history-response-class.d.ts +0 -43
  81. package/dist/models/list-partner-hierarchy-node-history-response-class.js +0 -15
  82. package/dist/models/list-partner-hierarchy-nodes-response-class.d.ts +0 -43
  83. package/dist/models/list-partner-hierarchy-nodes-response-class.js +0 -15
  84. package/dist/models/list-partner-hierarchy-operations-response-class.d.ts +0 -43
  85. package/dist/models/list-partner-hierarchy-operations-response-class.js +0 -15
  86. package/dist/models/list-partner-hierarchy-types-response-class.d.ts +0 -43
  87. package/dist/models/list-partner-hierarchy-types-response-class.js +0 -15
  88. package/dist/models/move-partner-hierarchy-node-request-dto.d.ts +0 -30
  89. package/dist/models/move-partner-hierarchy-node-request-dto.js +0 -15
  90. package/dist/models/move-partner-hierarchy-node-response-class.d.ts +0 -25
  91. package/dist/models/move-partner-hierarchy-node-response-class.js +0 -15
  92. package/dist/models/partner-hierarchy-async-operation-response-class.d.ts +0 -30
  93. package/dist/models/partner-hierarchy-async-operation-response-class.js +0 -15
  94. package/dist/models/partner-hierarchy-class.d.ts +0 -78
  95. package/dist/models/partner-hierarchy-class.js +0 -15
  96. package/dist/models/partner-hierarchy-node-class.d.ts +0 -109
  97. package/dist/models/partner-hierarchy-node-class.js +0 -15
  98. package/dist/models/partner-hierarchy-node-history-class.d.ts +0 -97
  99. package/dist/models/partner-hierarchy-node-history-class.js +0 -15
  100. package/dist/models/partner-hierarchy-node-tree-class.d.ts +0 -96
  101. package/dist/models/partner-hierarchy-node-tree-class.js +0 -15
  102. package/dist/models/partner-hierarchy-operation-class.d.ts +0 -90
  103. package/dist/models/partner-hierarchy-operation-class.js +0 -15
  104. package/dist/models/partner-hierarchy-type-class.d.ts +0 -66
  105. package/dist/models/partner-hierarchy-type-class.js +0 -15
  106. package/dist/models/unassign-partner-hierarchy-node-response-class.d.ts +0 -25
  107. package/dist/models/unassign-partner-hierarchy-node-response-class.js +0 -15
  108. package/dist/models/update-partner-hierarchy-node-request-dto.d.ts +0 -30
  109. package/dist/models/update-partner-hierarchy-node-request-dto.js +0 -15
  110. package/dist/models/update-partner-hierarchy-node-response-class.d.ts +0 -25
  111. package/dist/models/update-partner-hierarchy-node-response-class.js +0 -15
  112. package/dist/models/update-partner-hierarchy-request-dto.d.ts +0 -24
  113. package/dist/models/update-partner-hierarchy-request-dto.js +0 -15
  114. package/dist/models/update-partner-hierarchy-response-class.d.ts +0 -25
  115. package/dist/models/update-partner-hierarchy-response-class.js +0 -15
  116. package/dist/models/update-partner-hierarchy-tree-request-body-dto.d.ts +0 -24
  117. package/dist/models/update-partner-hierarchy-tree-request-body-dto.js +0 -15
  118. package/dist/models/update-partner-hierarchy-type-request-dto.d.ts +0 -30
  119. package/dist/models/update-partner-hierarchy-type-request-dto.js +0 -15
  120. package/dist/models/update-partner-hierarchy-type-response-class.d.ts +0 -25
  121. package/dist/models/update-partner-hierarchy-type-response-class.js +0 -15
  122. package/dist/models/validate-partner-request-dto.d.ts +0 -30
  123. package/dist/models/validate-partner-request-dto.js +0 -15
  124. package/dist/models/validate-partner-response-class.d.ts +0 -30
  125. package/dist/models/validate-partner-response-class.js +0 -15
  126. package/models/batch-create-partner-hierarchy-nodes-request-dto.ts +0 -36
  127. package/models/create-partner-hierarchy-node-request-dto.ts +0 -48
  128. package/models/create-partner-hierarchy-node-response-class.ts +0 -31
  129. package/models/create-partner-hierarchy-request-dto.ts +0 -36
  130. package/models/create-partner-hierarchy-response-class.ts +0 -31
  131. package/models/create-partner-hierarchy-type-request-dto.ts +0 -36
  132. package/models/create-partner-hierarchy-type-response-class.ts +0 -31
  133. package/models/delete-by-code-response-class.ts +0 -30
  134. package/models/generate-upload-url-response-class.ts +0 -42
  135. package/models/get-partner-hierarchy-node-response-class.ts +0 -31
  136. package/models/get-partner-hierarchy-response-class.ts +0 -31
  137. package/models/get-partner-hierarchy-tree-file-response-class.ts +0 -48
  138. package/models/get-partner-hierarchy-tree-response-class.ts +0 -31
  139. package/models/get-partner-hierarchy-type-response-class.ts +0 -31
  140. package/models/list-partner-hierarchies-response-class.ts +0 -49
  141. package/models/list-partner-hierarchy-node-history-response-class.ts +0 -49
  142. package/models/list-partner-hierarchy-nodes-response-class.ts +0 -49
  143. package/models/list-partner-hierarchy-operations-response-class.ts +0 -49
  144. package/models/list-partner-hierarchy-types-response-class.ts +0 -49
  145. package/models/move-partner-hierarchy-node-request-dto.ts +0 -36
  146. package/models/move-partner-hierarchy-node-response-class.ts +0 -31
  147. package/models/partner-hierarchy-async-operation-response-class.ts +0 -36
  148. package/models/partner-hierarchy-class.ts +0 -84
  149. package/models/partner-hierarchy-node-class.ts +0 -115
  150. package/models/partner-hierarchy-node-history-class.ts +0 -103
  151. package/models/partner-hierarchy-node-tree-class.ts +0 -102
  152. package/models/partner-hierarchy-operation-class.ts +0 -96
  153. package/models/partner-hierarchy-type-class.ts +0 -72
  154. package/models/unassign-partner-hierarchy-node-response-class.ts +0 -31
  155. package/models/update-partner-hierarchy-node-request-dto.ts +0 -36
  156. package/models/update-partner-hierarchy-node-response-class.ts +0 -31
  157. package/models/update-partner-hierarchy-request-dto.ts +0 -30
  158. package/models/update-partner-hierarchy-response-class.ts +0 -31
  159. package/models/update-partner-hierarchy-tree-request-body-dto.ts +0 -30
  160. package/models/update-partner-hierarchy-type-request-dto.ts +0 -36
  161. package/models/update-partner-hierarchy-type-response-class.ts +0 -31
  162. package/models/validate-partner-request-dto.ts +0 -36
  163. package/models/validate-partner-response-class.ts +0 -36
@@ -1,97 +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 { PartnerClass } from './partner-class';
13
- /**
14
- *
15
- * @export
16
- * @interface PartnerHierarchyNodeHistoryClass
17
- */
18
- export interface PartnerHierarchyNodeHistoryClass {
19
- /**
20
- * Internal unique identifier for the object. You should not have to use this, use code instead.
21
- * @type {number}
22
- * @memberof PartnerHierarchyNodeHistoryClass
23
- */
24
- 'id': number;
25
- /**
26
- * Node code this history row versions.
27
- * @type {string}
28
- * @memberof PartnerHierarchyNodeHistoryClass
29
- */
30
- 'code': string;
31
- /**
32
- * Code of the hierarchy this node belongs to.
33
- * @type {string}
34
- * @memberof PartnerHierarchyNodeHistoryClass
35
- */
36
- 'partnerHierarchyCode': string;
37
- /**
38
- * Assigned partner code during this interval, if filled.
39
- * @type {string}
40
- * @memberof PartnerHierarchyNodeHistoryClass
41
- */
42
- 'partnerCode'?: string;
43
- /**
44
- * Parent node code during this interval.
45
- * @type {string}
46
- * @memberof PartnerHierarchyNodeHistoryClass
47
- */
48
- 'parentNodeCode'?: string;
49
- /**
50
- * Role code during this interval.
51
- * @type {string}
52
- * @memberof PartnerHierarchyNodeHistoryClass
53
- */
54
- 'roleCode': string;
55
- /**
56
- * Materialized path during this interval.
57
- * @type {string}
58
- * @memberof PartnerHierarchyNodeHistoryClass
59
- */
60
- 'materializedPath': string;
61
- /**
62
- * Depth from root during this interval.
63
- * @type {number}
64
- * @memberof PartnerHierarchyNodeHistoryClass
65
- */
66
- 'depth': number;
67
- /**
68
- * Start of this validity interval.
69
- * @type {string}
70
- * @memberof PartnerHierarchyNodeHistoryClass
71
- */
72
- 'validFrom': string;
73
- /**
74
- * End of this validity interval.
75
- * @type {string}
76
- * @memberof PartnerHierarchyNodeHistoryClass
77
- */
78
- 'validTo': string;
79
- /**
80
- * Time at which the object was created.
81
- * @type {string}
82
- * @memberof PartnerHierarchyNodeHistoryClass
83
- */
84
- 'createdAt': string;
85
- /**
86
- * Identifier of the user who created the record.
87
- * @type {string}
88
- * @memberof PartnerHierarchyNodeHistoryClass
89
- */
90
- 'createdBy': string;
91
- /**
92
- * Partner assigned to the node for this history row.
93
- * @type {PartnerClass}
94
- * @memberof PartnerHierarchyNodeHistoryClass
95
- */
96
- 'partner'?: PartnerClass;
97
- }
@@ -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,96 +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 PartnerHierarchyNodeTreeClass
16
- */
17
- export interface PartnerHierarchyNodeTreeClass {
18
- /**
19
- * Node code.
20
- * @type {string}
21
- * @memberof PartnerHierarchyNodeTreeClass
22
- */
23
- 'code': string;
24
- /**
25
- * Assigned partner code, if this position is filled.
26
- * @type {string}
27
- * @memberof PartnerHierarchyNodeTreeClass
28
- */
29
- 'partnerCode'?: string;
30
- /**
31
- * Display name of the assigned partner, if this position is filled.
32
- * @type {string}
33
- * @memberof PartnerHierarchyNodeTreeClass
34
- */
35
- 'partnerName'?: string;
36
- /**
37
- * Role code at this position.
38
- * @type {string}
39
- * @memberof PartnerHierarchyNodeTreeClass
40
- */
41
- 'roleCode': string;
42
- /**
43
- * Parent node code. Empty when this is the root.
44
- * @type {string}
45
- * @memberof PartnerHierarchyNodeTreeClass
46
- */
47
- 'parentNodeCode'?: string;
48
- /**
49
- * Depth from root (root = 0).
50
- * @type {number}
51
- * @memberof PartnerHierarchyNodeTreeClass
52
- */
53
- 'depth': number;
54
- /**
55
- * When this node was created.
56
- * @type {string}
57
- * @memberof PartnerHierarchyNodeTreeClass
58
- */
59
- 'createdAt': string;
60
- /**
61
- * When this current node row was last updated.
62
- * @type {string}
63
- * @memberof PartnerHierarchyNodeTreeClass
64
- */
65
- 'updatedAt': string;
66
- /**
67
- * When this node state became valid.
68
- * @type {string}
69
- * @memberof PartnerHierarchyNodeTreeClass
70
- */
71
- 'validFrom': string;
72
- /**
73
- * Total direct children (whether or not loaded in this page).
74
- * @type {number}
75
- * @memberof PartnerHierarchyNodeTreeClass
76
- */
77
- 'totalChildren': number;
78
- /**
79
- * Cursor for the next page of this node’s children.
80
- * @type {string}
81
- * @memberof PartnerHierarchyNodeTreeClass
82
- */
83
- 'nextPageToken'?: string;
84
- /**
85
- * Number of children returned in this page.
86
- * @type {number}
87
- * @memberof PartnerHierarchyNodeTreeClass
88
- */
89
- 'itemsPerPage'?: number;
90
- /**
91
- * Loaded direct children (one level).
92
- * @type {Array<PartnerHierarchyNodeTreeClass>}
93
- * @memberof PartnerHierarchyNodeTreeClass
94
- */
95
- 'children': Array<PartnerHierarchyNodeTreeClass>;
96
- }
@@ -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,90 +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 PartnerHierarchyOperationClass
16
- */
17
- export interface PartnerHierarchyOperationClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof PartnerHierarchyOperationClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique code identifying this hierarchy operation.
26
- * @type {string}
27
- * @memberof PartnerHierarchyOperationClass
28
- */
29
- 'code': string;
30
- /**
31
- * Code of the hierarchy this operation belongs to.
32
- * @type {string}
33
- * @memberof PartnerHierarchyOperationClass
34
- */
35
- 'partnerHierarchyCode'?: string;
36
- /**
37
- * Operation type, such as FULL_UPDATE, BATCH_ADD, or BUILD_TREE.
38
- * @type {string}
39
- * @memberof PartnerHierarchyOperationClass
40
- */
41
- 'type'?: string;
42
- /**
43
- * Current operation status, such as PENDING, PROCESSING, DONE, or FAILED.
44
- * @type {string}
45
- * @memberof PartnerHierarchyOperationClass
46
- */
47
- 'status'?: string;
48
- /**
49
- * Uploaded file key used by this operation. Empty for operations that do not read an uploaded file.
50
- * @type {string}
51
- * @memberof PartnerHierarchyOperationClass
52
- */
53
- 's3Key': string;
54
- /**
55
- * Failure reason when the operation status is FAILED.
56
- * @type {string}
57
- * @memberof PartnerHierarchyOperationClass
58
- */
59
- 'error': string;
60
- /**
61
- * Time when the operation finished.
62
- * @type {string}
63
- * @memberof PartnerHierarchyOperationClass
64
- */
65
- 'completedAt': string;
66
- /**
67
- * Time at which the object was created.
68
- * @type {string}
69
- * @memberof PartnerHierarchyOperationClass
70
- */
71
- 'createdAt': string;
72
- /**
73
- * Time at which the object was updated.
74
- * @type {string}
75
- * @memberof PartnerHierarchyOperationClass
76
- */
77
- 'updatedAt': string;
78
- /**
79
- * Identifier of the user who created the record.
80
- * @type {string}
81
- * @memberof PartnerHierarchyOperationClass
82
- */
83
- 'createdBy': string;
84
- /**
85
- * Identifier of the user who last updated the record.
86
- * @type {string}
87
- * @memberof PartnerHierarchyOperationClass
88
- */
89
- 'updatedBy': string;
90
- }
@@ -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,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 { PartnerHierarchyNodeClass } from './partner-hierarchy-node-class';
13
- /**
14
- *
15
- * @export
16
- * @interface UnassignPartnerHierarchyNodeResponseClass
17
- */
18
- export interface UnassignPartnerHierarchyNodeResponseClass {
19
- /**
20
- * The partner hierarchy node response.
21
- * @type {PartnerHierarchyNodeClass}
22
- * @memberof UnassignPartnerHierarchyNodeResponseClass
23
- */
24
- 'node': PartnerHierarchyNodeClass;
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,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 UpdatePartnerHierarchyNodeRequestDto
16
- */
17
- export interface UpdatePartnerHierarchyNodeRequestDto {
18
- /**
19
- * Replacement role code. It must be valid for the node’s current depth.
20
- * @type {string}
21
- * @memberof UpdatePartnerHierarchyNodeRequestDto
22
- */
23
- 'roleCode'?: string;
24
- /**
25
- * Replacement partner code. Omit to leave the assigned partner unchanged.
26
- * @type {string}
27
- * @memberof UpdatePartnerHierarchyNodeRequestDto
28
- */
29
- 'partnerCode'?: 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 { PartnerHierarchyNodeClass } from './partner-hierarchy-node-class';
13
- /**
14
- *
15
- * @export
16
- * @interface UpdatePartnerHierarchyNodeResponseClass
17
- */
18
- export interface UpdatePartnerHierarchyNodeResponseClass {
19
- /**
20
- * The partner hierarchy node response.
21
- * @type {PartnerHierarchyNodeClass}
22
- * @memberof UpdatePartnerHierarchyNodeResponseClass
23
- */
24
- 'node': PartnerHierarchyNodeClass;
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 UpdatePartnerHierarchyRequestDto
16
- */
17
- export interface UpdatePartnerHierarchyRequestDto {
18
- /**
19
- * Updated human-readable name.
20
- * @type {string}
21
- * @memberof UpdatePartnerHierarchyRequestDto
22
- */
23
- 'name': string;
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,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 { PartnerHierarchyClass } from './partner-hierarchy-class';
13
- /**
14
- *
15
- * @export
16
- * @interface UpdatePartnerHierarchyResponseClass
17
- */
18
- export interface UpdatePartnerHierarchyResponseClass {
19
- /**
20
- * The partner hierarchy response.
21
- * @type {PartnerHierarchyClass}
22
- * @memberof UpdatePartnerHierarchyResponseClass
23
- */
24
- 'hierarchy': PartnerHierarchyClass;
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 UpdatePartnerHierarchyTreeRequestBodyDto
16
- */
17
- export interface UpdatePartnerHierarchyTreeRequestBodyDto {
18
- /**
19
- * S3 object key returned by the upload URL endpoint after the hierarchy tree file is uploaded.
20
- * @type {string}
21
- * @memberof UpdatePartnerHierarchyTreeRequestBodyDto
22
- */
23
- 's3Key': string;
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 });