@emilgroup/partner-sdk 1.22.1-beta.22 → 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,31 +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
- import { PartnerHierarchyTypeClass } from './partner-hierarchy-type-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface GetPartnerHierarchyTypeResponseClass
22
- */
23
- export interface GetPartnerHierarchyTypeResponseClass {
24
- /**
25
- * The partner hierarchy type response.
26
- * @type {PartnerHierarchyTypeClass}
27
- * @memberof GetPartnerHierarchyTypeResponseClass
28
- */
29
- 'hierarchyType': PartnerHierarchyTypeClass;
30
- }
31
-
@@ -1,49 +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
- import { PartnerHierarchyClass } from './partner-hierarchy-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListPartnerHierarchiesResponseClass
22
- */
23
- export interface ListPartnerHierarchiesResponseClass {
24
- /**
25
- * The list of partner hierarchiess.
26
- * @type {Array<PartnerHierarchyClass>}
27
- * @memberof ListPartnerHierarchiesResponseClass
28
- */
29
- 'items': Array<PartnerHierarchyClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListPartnerHierarchiesResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Items per page.
38
- * @type {number}
39
- * @memberof ListPartnerHierarchiesResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total amount of items.
44
- * @type {number}
45
- * @memberof ListPartnerHierarchiesResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -1,49 +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
- import { PartnerHierarchyNodeHistoryClass } from './partner-hierarchy-node-history-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListPartnerHierarchyNodeHistoryResponseClass
22
- */
23
- export interface ListPartnerHierarchyNodeHistoryResponseClass {
24
- /**
25
- * The list of partner hierarchy node historys.
26
- * @type {Array<PartnerHierarchyNodeHistoryClass>}
27
- * @memberof ListPartnerHierarchyNodeHistoryResponseClass
28
- */
29
- 'items': Array<PartnerHierarchyNodeHistoryClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListPartnerHierarchyNodeHistoryResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Items per page.
38
- * @type {number}
39
- * @memberof ListPartnerHierarchyNodeHistoryResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total amount of items.
44
- * @type {number}
45
- * @memberof ListPartnerHierarchyNodeHistoryResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -1,49 +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
- import { PartnerHierarchyNodeClass } from './partner-hierarchy-node-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListPartnerHierarchyNodesResponseClass
22
- */
23
- export interface ListPartnerHierarchyNodesResponseClass {
24
- /**
25
- * The list of partner hierarchy nodess.
26
- * @type {Array<PartnerHierarchyNodeClass>}
27
- * @memberof ListPartnerHierarchyNodesResponseClass
28
- */
29
- 'items': Array<PartnerHierarchyNodeClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListPartnerHierarchyNodesResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Items per page.
38
- * @type {number}
39
- * @memberof ListPartnerHierarchyNodesResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total amount of items.
44
- * @type {number}
45
- * @memberof ListPartnerHierarchyNodesResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -1,49 +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
- import { PartnerHierarchyOperationClass } from './partner-hierarchy-operation-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListPartnerHierarchyOperationsResponseClass
22
- */
23
- export interface ListPartnerHierarchyOperationsResponseClass {
24
- /**
25
- * The list of partner hierarchy operationss.
26
- * @type {Array<PartnerHierarchyOperationClass>}
27
- * @memberof ListPartnerHierarchyOperationsResponseClass
28
- */
29
- 'items': Array<PartnerHierarchyOperationClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListPartnerHierarchyOperationsResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Items per page.
38
- * @type {number}
39
- * @memberof ListPartnerHierarchyOperationsResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total amount of items.
44
- * @type {number}
45
- * @memberof ListPartnerHierarchyOperationsResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -1,49 +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
- import { PartnerHierarchyTypeClass } from './partner-hierarchy-type-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface ListPartnerHierarchyTypesResponseClass
22
- */
23
- export interface ListPartnerHierarchyTypesResponseClass {
24
- /**
25
- * The list of partner hierarchy typess.
26
- * @type {Array<PartnerHierarchyTypeClass>}
27
- * @memberof ListPartnerHierarchyTypesResponseClass
28
- */
29
- 'items': Array<PartnerHierarchyTypeClass>;
30
- /**
31
- * Next page token.
32
- * @type {string}
33
- * @memberof ListPartnerHierarchyTypesResponseClass
34
- */
35
- 'nextPageToken': string;
36
- /**
37
- * Items per page.
38
- * @type {number}
39
- * @memberof ListPartnerHierarchyTypesResponseClass
40
- */
41
- 'itemsPerPage': number;
42
- /**
43
- * Total amount of items.
44
- * @type {number}
45
- * @memberof ListPartnerHierarchyTypesResponseClass
46
- */
47
- 'totalItems': number;
48
- }
49
-
@@ -1,36 +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 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
-
@@ -1,31 +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
- 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
-
@@ -1,36 +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 PartnerHierarchyAsyncOperationResponseClass
21
- */
22
- export interface PartnerHierarchyAsyncOperationResponseClass {
23
- /**
24
- * Code of the long-running operation that is processing the hierarchy file.
25
- * @type {string}
26
- * @memberof PartnerHierarchyAsyncOperationResponseClass
27
- */
28
- 'operationCode': string;
29
- /**
30
- * Current operation status. Use the hierarchy operations endpoint to check progress.
31
- * @type {string}
32
- * @memberof PartnerHierarchyAsyncOperationResponseClass
33
- */
34
- 'status': string;
35
- }
36
-
@@ -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 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
-
@@ -1,115 +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
- 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
-
@@ -1,103 +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
- 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
-