@schally/node-akeneo-api-client 1.0.9

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 (231) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +186 -0
  3. package/dist/akeneo-client.d.ts +28 -0
  4. package/dist/akeneo-client.d.ts.map +1 -0
  5. package/dist/akeneo-client.js +33 -0
  6. package/dist/akeneo-client.js.map +1 -0
  7. package/dist/index.d.ts +6 -0
  8. package/dist/index.d.ts.map +1 -0
  9. package/dist/index.js +23 -0
  10. package/dist/index.js.map +1 -0
  11. package/dist/services/akeneo-api-client.d.ts +11 -0
  12. package/dist/services/akeneo-api-client.d.ts.map +1 -0
  13. package/dist/services/akeneo-api-client.js +91 -0
  14. package/dist/services/akeneo-api-client.js.map +1 -0
  15. package/dist/services/api/asset-manager/asset-attributes-api.service.d.ts +21 -0
  16. package/dist/services/api/asset-manager/asset-attributes-api.service.d.ts.map +1 -0
  17. package/dist/services/api/asset-manager/asset-attributes-api.service.js +44 -0
  18. package/dist/services/api/asset-manager/asset-attributes-api.service.js.map +1 -0
  19. package/dist/services/api/asset-manager/asset-families-api.service.d.ts +15 -0
  20. package/dist/services/api/asset-manager/asset-families-api.service.d.ts.map +1 -0
  21. package/dist/services/api/asset-manager/asset-families-api.service.js +20 -0
  22. package/dist/services/api/asset-manager/asset-families-api.service.js.map +1 -0
  23. package/dist/services/api/asset-manager/asset-media-files-api.service.d.ts +13 -0
  24. package/dist/services/api/asset-manager/asset-media-files-api.service.d.ts.map +1 -0
  25. package/dist/services/api/asset-manager/asset-media-files-api.service.js +26 -0
  26. package/dist/services/api/asset-manager/asset-media-files-api.service.js.map +1 -0
  27. package/dist/services/api/asset-manager/assets-api.service.d.ts +28 -0
  28. package/dist/services/api/asset-manager/assets-api.service.d.ts.map +1 -0
  29. package/dist/services/api/asset-manager/assets-api.service.js +35 -0
  30. package/dist/services/api/asset-manager/assets-api.service.js.map +1 -0
  31. package/dist/services/api/asset-manager/index.d.ts +5 -0
  32. package/dist/services/api/asset-manager/index.d.ts.map +1 -0
  33. package/dist/services/api/asset-manager/index.js +21 -0
  34. package/dist/services/api/asset-manager/index.js.map +1 -0
  35. package/dist/services/api/asset-manager-api.service.d.ts +11 -0
  36. package/dist/services/api/asset-manager-api.service.d.ts.map +1 -0
  37. package/dist/services/api/asset-manager-api.service.js +15 -0
  38. package/dist/services/api/asset-manager-api.service.js.map +1 -0
  39. package/dist/services/api/association-types-api.service.d.ts +21 -0
  40. package/dist/services/api/association-types-api.service.d.ts.map +1 -0
  41. package/dist/services/api/association-types-api.service.js +28 -0
  42. package/dist/services/api/association-types-api.service.js.map +1 -0
  43. package/dist/services/api/attribute-groups-api.service.d.ts +26 -0
  44. package/dist/services/api/attribute-groups-api.service.d.ts.map +1 -0
  45. package/dist/services/api/attribute-groups-api.service.js +28 -0
  46. package/dist/services/api/attribute-groups-api.service.js.map +1 -0
  47. package/dist/services/api/attributes-api.service.d.ts +43 -0
  48. package/dist/services/api/attributes-api.service.d.ts.map +1 -0
  49. package/dist/services/api/attributes-api.service.js +60 -0
  50. package/dist/services/api/attributes-api.service.js.map +1 -0
  51. package/dist/services/api/base-api.service.d.ts +13 -0
  52. package/dist/services/api/base-api.service.d.ts.map +1 -0
  53. package/dist/services/api/base-api.service.js +26 -0
  54. package/dist/services/api/base-api.service.js.map +1 -0
  55. package/dist/services/api/catalog-for-apps/catalog-products-api.service.d.ts +28 -0
  56. package/dist/services/api/catalog-for-apps/catalog-products-api.service.d.ts.map +1 -0
  57. package/dist/services/api/catalog-for-apps/catalog-products-api.service.js +44 -0
  58. package/dist/services/api/catalog-for-apps/catalog-products-api.service.js.map +1 -0
  59. package/dist/services/api/catalog-for-apps/catalogs-api.service.d.ts +13 -0
  60. package/dist/services/api/catalog-for-apps/catalogs-api.service.d.ts.map +1 -0
  61. package/dist/services/api/catalog-for-apps/catalogs-api.service.js +14 -0
  62. package/dist/services/api/catalog-for-apps/catalogs-api.service.js.map +1 -0
  63. package/dist/services/api/catalog-for-apps/index.d.ts +4 -0
  64. package/dist/services/api/catalog-for-apps/index.d.ts.map +1 -0
  65. package/dist/services/api/catalog-for-apps/index.js +20 -0
  66. package/dist/services/api/catalog-for-apps/index.js.map +1 -0
  67. package/dist/services/api/catalog-for-apps/mapping-schemas-api.service.d.ts +13 -0
  68. package/dist/services/api/catalog-for-apps/mapping-schemas-api.service.d.ts.map +1 -0
  69. package/dist/services/api/catalog-for-apps/mapping-schemas-api.service.js +23 -0
  70. package/dist/services/api/catalog-for-apps/mapping-schemas-api.service.js.map +1 -0
  71. package/dist/services/api/catalog-for-apps-api.service.d.ts +10 -0
  72. package/dist/services/api/catalog-for-apps-api.service.d.ts.map +1 -0
  73. package/dist/services/api/catalog-for-apps-api.service.js +14 -0
  74. package/dist/services/api/catalog-for-apps-api.service.js.map +1 -0
  75. package/dist/services/api/categories-api.service.d.ts +39 -0
  76. package/dist/services/api/categories-api.service.d.ts.map +1 -0
  77. package/dist/services/api/categories-api.service.js +40 -0
  78. package/dist/services/api/categories-api.service.js.map +1 -0
  79. package/dist/services/api/channels-api.service.d.ts +21 -0
  80. package/dist/services/api/channels-api.service.d.ts.map +1 -0
  81. package/dist/services/api/channels-api.service.js +28 -0
  82. package/dist/services/api/channels-api.service.js.map +1 -0
  83. package/dist/services/api/currencies-api.service.d.ts +16 -0
  84. package/dist/services/api/currencies-api.service.d.ts.map +1 -0
  85. package/dist/services/api/currencies-api.service.js +17 -0
  86. package/dist/services/api/currencies-api.service.js.map +1 -0
  87. package/dist/services/api/families-api.service.d.ts +38 -0
  88. package/dist/services/api/families-api.service.d.ts.map +1 -0
  89. package/dist/services/api/families-api.service.js +53 -0
  90. package/dist/services/api/families-api.service.js.map +1 -0
  91. package/dist/services/api/index.d.ts +21 -0
  92. package/dist/services/api/index.d.ts.map +1 -0
  93. package/dist/services/api/index.js +37 -0
  94. package/dist/services/api/index.js.map +1 -0
  95. package/dist/services/api/jobs-api.service.d.ts +12 -0
  96. package/dist/services/api/jobs-api.service.d.ts.map +1 -0
  97. package/dist/services/api/jobs-api.service.js +17 -0
  98. package/dist/services/api/jobs-api.service.js.map +1 -0
  99. package/dist/services/api/locales-api.service.d.ts +16 -0
  100. package/dist/services/api/locales-api.service.d.ts.map +1 -0
  101. package/dist/services/api/locales-api.service.js +17 -0
  102. package/dist/services/api/locales-api.service.js.map +1 -0
  103. package/dist/services/api/measurement-families-api.service.d.ts +20 -0
  104. package/dist/services/api/measurement-families-api.service.d.ts.map +1 -0
  105. package/dist/services/api/measurement-families-api.service.js +19 -0
  106. package/dist/services/api/measurement-families-api.service.js.map +1 -0
  107. package/dist/services/api/product-media-files-api.service.d.ts +32 -0
  108. package/dist/services/api/product-media-files-api.service.d.ts.map +1 -0
  109. package/dist/services/api/product-media-files-api.service.js +25 -0
  110. package/dist/services/api/product-media-files-api.service.js.map +1 -0
  111. package/dist/services/api/product-models-api.service.d.ts +39 -0
  112. package/dist/services/api/product-models-api.service.d.ts.map +1 -0
  113. package/dist/services/api/product-models-api.service.js +31 -0
  114. package/dist/services/api/product-models-api.service.js.map +1 -0
  115. package/dist/services/api/product-uuid-api.service.d.ts +22 -0
  116. package/dist/services/api/product-uuid-api.service.d.ts.map +1 -0
  117. package/dist/services/api/product-uuid-api.service.js +31 -0
  118. package/dist/services/api/product-uuid-api.service.js.map +1 -0
  119. package/dist/services/api/products-api.service.d.ts +42 -0
  120. package/dist/services/api/products-api.service.d.ts.map +1 -0
  121. package/dist/services/api/products-api.service.js +31 -0
  122. package/dist/services/api/products-api.service.js.map +1 -0
  123. package/dist/services/api/reference-entities/index.d.ts +4 -0
  124. package/dist/services/api/reference-entities/index.d.ts.map +1 -0
  125. package/dist/services/api/reference-entities/index.js +20 -0
  126. package/dist/services/api/reference-entities/index.js.map +1 -0
  127. package/dist/services/api/reference-entities/reference-entities-attribute-api.service.d.ts +21 -0
  128. package/dist/services/api/reference-entities/reference-entities-attribute-api.service.d.ts.map +1 -0
  129. package/dist/services/api/reference-entities/reference-entities-attribute-api.service.js +46 -0
  130. package/dist/services/api/reference-entities/reference-entities-attribute-api.service.js.map +1 -0
  131. package/dist/services/api/reference-entities/reference-entities-media-files-api.service.d.ts +13 -0
  132. package/dist/services/api/reference-entities/reference-entities-media-files-api.service.d.ts.map +1 -0
  133. package/dist/services/api/reference-entities/reference-entities-media-files-api.service.js +26 -0
  134. package/dist/services/api/reference-entities/reference-entities-media-files-api.service.js.map +1 -0
  135. package/dist/services/api/reference-entities/reference-entities-records-api.service.d.ts +27 -0
  136. package/dist/services/api/reference-entities/reference-entities-records-api.service.d.ts.map +1 -0
  137. package/dist/services/api/reference-entities/reference-entities-records-api.service.js +34 -0
  138. package/dist/services/api/reference-entities/reference-entities-records-api.service.js.map +1 -0
  139. package/dist/services/api/reference-entities-api.service.d.ts +19 -0
  140. package/dist/services/api/reference-entities-api.service.d.ts.map +1 -0
  141. package/dist/services/api/reference-entities-api.service.js +24 -0
  142. package/dist/services/api/reference-entities-api.service.js.map +1 -0
  143. package/dist/services/api/ui-extensions-api.service.d.ts +14 -0
  144. package/dist/services/api/ui-extensions-api.service.d.ts.map +1 -0
  145. package/dist/services/api/ui-extensions-api.service.js +23 -0
  146. package/dist/services/api/ui-extensions-api.service.js.map +1 -0
  147. package/dist/services/api/utilities-api.service.d.ts +11 -0
  148. package/dist/services/api/utilities-api.service.d.ts.map +1 -0
  149. package/dist/services/api/utilities-api.service.js +13 -0
  150. package/dist/services/api/utilities-api.service.js.map +1 -0
  151. package/dist/services/index.d.ts +2 -0
  152. package/dist/services/index.d.ts.map +1 -0
  153. package/dist/services/index.js +18 -0
  154. package/dist/services/index.js.map +1 -0
  155. package/dist/types/api.type.d.ts +22 -0
  156. package/dist/types/api.type.d.ts.map +1 -0
  157. package/dist/types/api.type.js +3 -0
  158. package/dist/types/api.type.js.map +1 -0
  159. package/dist/types/assets.type.d.ts +109 -0
  160. package/dist/types/assets.type.d.ts.map +1 -0
  161. package/dist/types/assets.type.js +16 -0
  162. package/dist/types/assets.type.js.map +1 -0
  163. package/dist/types/association-type.type.d.ts +9 -0
  164. package/dist/types/association-type.type.d.ts.map +1 -0
  165. package/dist/types/association-type.type.js +3 -0
  166. package/dist/types/association-type.type.js.map +1 -0
  167. package/dist/types/attribute-group.type.d.ts +9 -0
  168. package/dist/types/attribute-group.type.d.ts.map +1 -0
  169. package/dist/types/attribute-group.type.js +3 -0
  170. package/dist/types/attribute-group.type.js.map +1 -0
  171. package/dist/types/attribute.type.d.ts +74 -0
  172. package/dist/types/attribute.type.d.ts.map +1 -0
  173. package/dist/types/attribute.type.js +24 -0
  174. package/dist/types/attribute.type.js.map +1 -0
  175. package/dist/types/auth.type.d.ts +13 -0
  176. package/dist/types/auth.type.d.ts.map +1 -0
  177. package/dist/types/auth.type.js +3 -0
  178. package/dist/types/auth.type.js.map +1 -0
  179. package/dist/types/catalog-for-apps.type.d.ts +49 -0
  180. package/dist/types/catalog-for-apps.type.d.ts.map +1 -0
  181. package/dist/types/catalog-for-apps.type.js +3 -0
  182. package/dist/types/catalog-for-apps.type.js.map +1 -0
  183. package/dist/types/category.type.d.ts +21 -0
  184. package/dist/types/category.type.d.ts.map +1 -0
  185. package/dist/types/category.type.js +3 -0
  186. package/dist/types/category.type.js.map +1 -0
  187. package/dist/types/channel.type.d.ts +13 -0
  188. package/dist/types/channel.type.d.ts.map +1 -0
  189. package/dist/types/channel.type.js +3 -0
  190. package/dist/types/channel.type.js.map +1 -0
  191. package/dist/types/currency.type.d.ts +6 -0
  192. package/dist/types/currency.type.d.ts.map +1 -0
  193. package/dist/types/currency.type.js +3 -0
  194. package/dist/types/currency.type.js.map +1 -0
  195. package/dist/types/family.type.d.ts +24 -0
  196. package/dist/types/family.type.d.ts.map +1 -0
  197. package/dist/types/family.type.js +3 -0
  198. package/dist/types/family.type.js.map +1 -0
  199. package/dist/types/index.d.ts +19 -0
  200. package/dist/types/index.d.ts.map +1 -0
  201. package/dist/types/index.js +35 -0
  202. package/dist/types/index.js.map +1 -0
  203. package/dist/types/locale.type.d.ts +5 -0
  204. package/dist/types/locale.type.d.ts.map +1 -0
  205. package/dist/types/locale.type.js +3 -0
  206. package/dist/types/locale.type.js.map +1 -0
  207. package/dist/types/measurement-family.type.d.ts +22 -0
  208. package/dist/types/measurement-family.type.d.ts.map +1 -0
  209. package/dist/types/measurement-family.type.js +3 -0
  210. package/dist/types/measurement-family.type.js.map +1 -0
  211. package/dist/types/product-media-file.type.d.ts +13 -0
  212. package/dist/types/product-media-file.type.d.ts.map +1 -0
  213. package/dist/types/product-media-file.type.js +3 -0
  214. package/dist/types/product-media-file.type.js.map +1 -0
  215. package/dist/types/product-model.type.d.ts +54 -0
  216. package/dist/types/product-model.type.d.ts.map +1 -0
  217. package/dist/types/product-model.type.js +3 -0
  218. package/dist/types/product-model.type.js.map +1 -0
  219. package/dist/types/product.type.d.ts +62 -0
  220. package/dist/types/product.type.d.ts.map +1 -0
  221. package/dist/types/product.type.js +3 -0
  222. package/dist/types/product.type.js.map +1 -0
  223. package/dist/types/reference-entities.type.d.ts +64 -0
  224. package/dist/types/reference-entities.type.d.ts.map +1 -0
  225. package/dist/types/reference-entities.type.js +15 -0
  226. package/dist/types/reference-entities.type.js.map +1 -0
  227. package/dist/types/ui-extension.type.d.ts +35 -0
  228. package/dist/types/ui-extension.type.d.ts.map +1 -0
  229. package/dist/types/ui-extension.type.js +22 -0
  230. package/dist/types/ui-extension.type.js.map +1 -0
  231. package/package.json +70 -0
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./auth.type"), exports);
18
+ __exportStar(require("./api.type"), exports);
19
+ __exportStar(require("./product.type"), exports);
20
+ __exportStar(require("./product-model.type"), exports);
21
+ __exportStar(require("./product-media-file.type"), exports);
22
+ __exportStar(require("./family.type"), exports);
23
+ __exportStar(require("./attribute.type"), exports);
24
+ __exportStar(require("./attribute-group.type"), exports);
25
+ __exportStar(require("./association-type.type"), exports);
26
+ __exportStar(require("./category.type"), exports);
27
+ __exportStar(require("./channel.type"), exports);
28
+ __exportStar(require("./locale.type"), exports);
29
+ __exportStar(require("./currency.type"), exports);
30
+ __exportStar(require("./measurement-family.type"), exports);
31
+ __exportStar(require("./reference-entities.type"), exports);
32
+ __exportStar(require("./assets.type"), exports);
33
+ __exportStar(require("./catalog-for-apps.type"), exports);
34
+ __exportStar(require("./ui-extension.type"), exports);
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,6CAA2B;AAC3B,iDAA+B;AAC/B,uDAAqC;AACrC,4DAA0C;AAC1C,gDAA8B;AAC9B,mDAAiC;AACjC,yDAAuC;AACvC,0DAAwC;AACxC,kDAAgC;AAChC,iDAA+B;AAC/B,gDAA8B;AAC9B,kDAAgC;AAChC,4DAA0C;AAC1C,4DAA0C;AAC1C,gDAA8B;AAC9B,0DAAwC;AACxC,sDAAoC"}
@@ -0,0 +1,5 @@
1
+ export type Locale = {
2
+ code: string;
3
+ enabled: boolean;
4
+ };
5
+ //# sourceMappingURL=locale.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locale.type.d.ts","sourceRoot":"","sources":["../../src/types/locale.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=locale.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locale.type.js","sourceRoot":"","sources":["../../src/types/locale.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ export type MeasurementFamily = {
2
+ code: string;
3
+ labels: {
4
+ [localeCode: string]: string;
5
+ };
6
+ standard_unit_code: string;
7
+ units: {
8
+ [unitCode: string]: MeasurementUnit;
9
+ };
10
+ };
11
+ export type MeasurementUnit = {
12
+ code: string;
13
+ labels: {
14
+ [localeCode: string]: string;
15
+ };
16
+ convert_from_standard: {
17
+ operator: string;
18
+ value: string;
19
+ }[];
20
+ symbol?: string;
21
+ };
22
+ //# sourceMappingURL=measurement-family.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measurement-family.type.d.ts","sourceRoot":"","sources":["../../src/types/measurement-family.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACzC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE;QAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe,CAAA;KAAE,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACzC,qBAAqB,EAAE;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=measurement-family.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measurement-family.type.js","sourceRoot":"","sources":["../../src/types/measurement-family.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ export type ProductMediaFileType = {
2
+ _links: {
3
+ download: {
4
+ href: string;
5
+ };
6
+ };
7
+ code: string;
8
+ original_filename: string;
9
+ mime_type: string;
10
+ size: number;
11
+ extension: string;
12
+ };
13
+ //# sourceMappingURL=product-media-file.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-media-file.type.d.ts","sourceRoot":"","sources":["../../src/types/product-media-file.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE;QACN,QAAQ,EAAE;YACR,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=product-media-file.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-media-file.type.js","sourceRoot":"","sources":["../../src/types/product-media-file.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,54 @@
1
+ export type ProductModelType = {
2
+ code: string;
3
+ family: string;
4
+ family_variant: string;
5
+ categories: string[];
6
+ groups: string[];
7
+ parent?: string | null;
8
+ values: {
9
+ [attributeCode: string]: ProductModelValue[];
10
+ };
11
+ associations?: {
12
+ [associationTypeCode: string]: ProductModelAssociation;
13
+ };
14
+ quantified_associations?: {
15
+ [quantifiedAssociationTypeCode: string]: ProductModelQuantifiedAssociation;
16
+ };
17
+ created: string;
18
+ updated: string;
19
+ metadata?: {
20
+ workflow_status?: string;
21
+ };
22
+ quality_scores?: ProductModelQualityScore[];
23
+ };
24
+ export type ProductModelValue = {
25
+ data: string | number | boolean | object | string[];
26
+ locale?: string | null;
27
+ scope?: string | null;
28
+ attribute_type?: string;
29
+ linked_data?: [];
30
+ reference_data_name?: string;
31
+ };
32
+ export type ProductModelAssociation = {
33
+ groups: string[];
34
+ products: string[];
35
+ product_models: string[];
36
+ };
37
+ export type ProductModelQuantifiedAssociation = {
38
+ products: ProductModelQuantifiedAssociationProduct[];
39
+ product_models: ProductModelQuantifiedAssociationProductModel[];
40
+ };
41
+ export type ProductModelQuantifiedAssociationProduct = {
42
+ identifier: string;
43
+ quantity: number;
44
+ };
45
+ export type ProductModelQuantifiedAssociationProductModel = {
46
+ code: string;
47
+ quantity: number;
48
+ };
49
+ export type ProductModelQualityScore = {
50
+ scope: string;
51
+ locale: string;
52
+ score: string;
53
+ };
54
+ //# sourceMappingURL=product-model.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-model.type.d.ts","sourceRoot":"","sources":["../../src/types/product-model.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE;QAAE,CAAC,aAAa,EAAE,MAAM,GAAG,iBAAiB,EAAE,CAAA;KAAE,CAAC;IACzD,YAAY,CAAC,EAAE;QAAE,CAAC,mBAAmB,EAAE,MAAM,GAAG,uBAAuB,CAAA;KAAE,CAAC;IAC1E,uBAAuB,CAAC,EAAE;QAAE,CAAC,6BAA6B,EAAE,MAAM,GAAG,iCAAiC,CAAA;KAAE,CAAC;IACzG,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE;QACT,eAAe,CAAC,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,cAAc,CAAC,EAAE,wBAAwB,EAAE,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,EAAE,CAAC;IACjB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,QAAQ,EAAE,wCAAwC,EAAE,CAAC;IACrD,cAAc,EAAE,6CAA6C,EAAE,CAAC;CACjE,CAAC;AAEF,MAAM,MAAM,wCAAwC,GAAG;IACrD,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,6CAA6C,GAAG;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=product-model.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-model.type.js","sourceRoot":"","sources":["../../src/types/product-model.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,62 @@
1
+ export type Product = {
2
+ uuid: string;
3
+ identifier?: string;
4
+ enabled: boolean;
5
+ family: string;
6
+ categories: string[];
7
+ groups: string[];
8
+ parent?: string | null;
9
+ values: {
10
+ [attributeCode: string]: ProductValue[];
11
+ };
12
+ associations?: {
13
+ [associationTypeCode: string]: ProductAssociation;
14
+ };
15
+ quantified_associations?: {
16
+ [quantifiedAssociationTypeCode: string]: ProductQuantifiedAssociation;
17
+ };
18
+ created: string;
19
+ updated: string;
20
+ metadata?: {
21
+ workflow_status?: string;
22
+ };
23
+ quality_scores?: ProductQualityScore[];
24
+ completenesses?: ProductCompleteness[];
25
+ };
26
+ export type ProductUuid = Omit<Product, 'identifier'>;
27
+ export type ProductValue = {
28
+ data: string | number | boolean | object | string[];
29
+ locale?: string | null;
30
+ scope?: string | null;
31
+ attribute_type?: string;
32
+ linked_data?: [];
33
+ reference_data_name?: string;
34
+ };
35
+ export type ProductAssociation = {
36
+ groups: string[];
37
+ products: string[];
38
+ product_models: string[];
39
+ };
40
+ export type ProductQuantifiedAssociation = {
41
+ products: ProductQuantifiedAssociationProduct[];
42
+ product_models: ProductQuantifiedAssociationProductModel[];
43
+ };
44
+ export type ProductQuantifiedAssociationProduct = {
45
+ identifier: string;
46
+ quantity: number;
47
+ };
48
+ export type ProductQuantifiedAssociationProductModel = {
49
+ code: string;
50
+ quantity: number;
51
+ };
52
+ export type ProductQualityScore = {
53
+ scope: string;
54
+ locale: string;
55
+ score: string;
56
+ };
57
+ export type ProductCompleteness = {
58
+ scope: string;
59
+ locale: string;
60
+ data: number;
61
+ };
62
+ //# sourceMappingURL=product.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product.type.d.ts","sourceRoot":"","sources":["../../src/types/product.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE;QAAE,CAAC,aAAa,EAAE,MAAM,GAAG,YAAY,EAAE,CAAA;KAAE,CAAC;IACpD,YAAY,CAAC,EAAE;QAAE,CAAC,mBAAmB,EAAE,MAAM,GAAG,kBAAkB,CAAA;KAAE,CAAC;IACrE,uBAAuB,CAAC,EAAE;QAAE,CAAC,6BAA6B,EAAE,MAAM,GAAG,4BAA4B,CAAA;KAAE,CAAC;IACpG,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE;QACT,eAAe,CAAC,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;IACvC,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,EAAE,CAAC;IACjB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,EAAE,mCAAmC,EAAE,CAAC;IAChD,cAAc,EAAE,wCAAwC,EAAE,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,wCAAwC,GAAG;IACrD,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=product.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product.type.js","sourceRoot":"","sources":["../../src/types/product.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,64 @@
1
+ export type ReferenceEntity = {
2
+ _links?: {
3
+ image_download: {
4
+ href: string;
5
+ };
6
+ };
7
+ code: string;
8
+ labels: {
9
+ [localeCode: string]: string;
10
+ };
11
+ image?: string;
12
+ };
13
+ export type ReferenceEntityAttribute = {
14
+ code: string;
15
+ labels: {
16
+ [localeCode: string]: string;
17
+ };
18
+ type: ReferenceEntityAttributeType;
19
+ value_per_locale: boolean;
20
+ value_per_channel: boolean;
21
+ is_required_for_completeness: boolean;
22
+ max_characters?: number;
23
+ is_textarea?: boolean;
24
+ is_rich_text_editor?: boolean;
25
+ validation_rule?: string;
26
+ validation_regexp?: string;
27
+ allowed_extensions?: string[];
28
+ max_file_size?: string;
29
+ reference_entity_code?: string;
30
+ asset_family_identifier?: string;
31
+ decimals_allowed?: boolean;
32
+ min_value?: string;
33
+ max_value?: string;
34
+ };
35
+ export type ReferenceEntityAttributeOption = {
36
+ code: string;
37
+ labels: {
38
+ [localeCode: string]: string;
39
+ };
40
+ };
41
+ export type ReferenceEntityRecord = {
42
+ code: string;
43
+ values: {
44
+ [attributeCode: string]: ReferenceEntityRecordValue;
45
+ };
46
+ created: string;
47
+ updated: string;
48
+ };
49
+ export type ReferenceEntityRecordValue = {
50
+ locale?: string | null;
51
+ channel?: string | null;
52
+ data: string | number | boolean | object | string[];
53
+ };
54
+ export declare enum ReferenceEntityAttributeType {
55
+ IMAGE = "image",
56
+ TEXT = "text",
57
+ NUMBER = "number",
58
+ RECORD = "reference_entity_single_link",
59
+ RECORD_COLLECTION = "reference_entity_multiple_links",
60
+ OPTION = "single_option",
61
+ OPTION_COLLECTION = "multiple_options",
62
+ ASSET_COLLECTION = "asset_collection"
63
+ }
64
+ //# sourceMappingURL=reference-entities.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reference-entities.type.d.ts","sourceRoot":"","sources":["../../src/types/reference-entities.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,CAAC,EAAE;QACP,cAAc,EAAE;YACd,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACzC,IAAI,EAAE,4BAA4B,CAAC;IACnC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,4BAA4B,EAAE,OAAO,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC1C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QAAE,CAAC,aAAa,EAAE,MAAM,GAAG,0BAA0B,CAAA;KAAE,CAAC;IAChE,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;CACrD,CAAC;AAEF,oBAAY,4BAA4B;IACtC,KAAK,UAAU;IACf,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,iCAAiC;IACvC,iBAAiB,oCAAoC;IACrD,MAAM,kBAAkB;IACxB,iBAAiB,qBAAqB;IACtC,gBAAgB,qBAAqB;CACtC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReferenceEntityAttributeType = void 0;
4
+ var ReferenceEntityAttributeType;
5
+ (function (ReferenceEntityAttributeType) {
6
+ ReferenceEntityAttributeType["IMAGE"] = "image";
7
+ ReferenceEntityAttributeType["TEXT"] = "text";
8
+ ReferenceEntityAttributeType["NUMBER"] = "number";
9
+ ReferenceEntityAttributeType["RECORD"] = "reference_entity_single_link";
10
+ ReferenceEntityAttributeType["RECORD_COLLECTION"] = "reference_entity_multiple_links";
11
+ ReferenceEntityAttributeType["OPTION"] = "single_option";
12
+ ReferenceEntityAttributeType["OPTION_COLLECTION"] = "multiple_options";
13
+ ReferenceEntityAttributeType["ASSET_COLLECTION"] = "asset_collection";
14
+ })(ReferenceEntityAttributeType || (exports.ReferenceEntityAttributeType = ReferenceEntityAttributeType = {}));
15
+ //# sourceMappingURL=reference-entities.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reference-entities.type.js","sourceRoot":"","sources":["../../src/types/reference-entities.type.ts"],"names":[],"mappings":";;;AAkDA,IAAY,4BASX;AATD,WAAY,4BAA4B;IACtC,+CAAe,CAAA;IACf,6CAAa,CAAA;IACb,iDAAiB,CAAA;IACjB,uEAAuC,CAAA;IACvC,qFAAqD,CAAA;IACrD,wDAAwB,CAAA;IACxB,sEAAsC,CAAA;IACtC,qEAAqC,CAAA;AACvC,CAAC,EATW,4BAA4B,4CAA5B,4BAA4B,QASvC"}
@@ -0,0 +1,35 @@
1
+ export type UIExtension = {
2
+ uuid?: string;
3
+ name: string;
4
+ description?: string;
5
+ version?: string;
6
+ position: UIExtensionPosition;
7
+ type: UIExtensionType;
8
+ configuration: UIExtensionConfiguration;
9
+ status: 'active' | 'inactive';
10
+ };
11
+ export type UIExtensionConfiguration = {
12
+ default_label: string;
13
+ labels: {
14
+ [locale: string]: string;
15
+ };
16
+ secret?: string;
17
+ url: string;
18
+ };
19
+ export declare enum UIExtensionType {
20
+ LINK = "link",
21
+ ACTION = "action",
22
+ IFRAME = "iframe"
23
+ }
24
+ export declare enum UIExtensionPosition {
25
+ PRODUCT_HEADER = "pim.product.header",
26
+ PRODUCT_MODEL_HEADER = "pim.product-model.header",
27
+ SUB_PRODUCT_MODEL_HEADER = "pim.sub-product-model.header",
28
+ PRODUCT_TAB = "pim.product.tab",
29
+ PRODUCT_MODEL_TAB = "pim.product-model.tab",
30
+ SUB_PRODUCT_MODEL_TAB = "pim.sub-product-model.tab",
31
+ CATEGORY_TAB = "pim.category.tab",
32
+ PRODUCT_GRID_ACTION_BAR = "pim.product-grid.action-bar",
33
+ ACTIVITY_NAVIGATION_TAB = "pim.activity.navigation.tab"
34
+ }
35
+ //# sourceMappingURL=ui-extension.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-extension.type.d.ts","sourceRoot":"","sources":["../../src/types/ui-extension.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,IAAI,EAAE,eAAe,CAAC;IACtB,aAAa,EAAE,wBAAwB,CAAC;IACxC,MAAM,EAAE,QAAQ,GAAG,UAAU,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,oBAAY,eAAe;IACzB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,oBAAY,mBAAmB;IAC7B,cAAc,uBAAuB;IACrC,oBAAoB,6BAA6B;IACjD,wBAAwB,iCAAiC;IACzD,WAAW,oBAAoB;IAC/B,iBAAiB,0BAA0B;IAC3C,qBAAqB,8BAA8B;IACnD,YAAY,qBAAqB;IACjC,uBAAuB,gCAAgC;IACvD,uBAAuB,gCAAgC;CACxD"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UIExtensionPosition = exports.UIExtensionType = void 0;
4
+ var UIExtensionType;
5
+ (function (UIExtensionType) {
6
+ UIExtensionType["LINK"] = "link";
7
+ UIExtensionType["ACTION"] = "action";
8
+ UIExtensionType["IFRAME"] = "iframe";
9
+ })(UIExtensionType || (exports.UIExtensionType = UIExtensionType = {}));
10
+ var UIExtensionPosition;
11
+ (function (UIExtensionPosition) {
12
+ UIExtensionPosition["PRODUCT_HEADER"] = "pim.product.header";
13
+ UIExtensionPosition["PRODUCT_MODEL_HEADER"] = "pim.product-model.header";
14
+ UIExtensionPosition["SUB_PRODUCT_MODEL_HEADER"] = "pim.sub-product-model.header";
15
+ UIExtensionPosition["PRODUCT_TAB"] = "pim.product.tab";
16
+ UIExtensionPosition["PRODUCT_MODEL_TAB"] = "pim.product-model.tab";
17
+ UIExtensionPosition["SUB_PRODUCT_MODEL_TAB"] = "pim.sub-product-model.tab";
18
+ UIExtensionPosition["CATEGORY_TAB"] = "pim.category.tab";
19
+ UIExtensionPosition["PRODUCT_GRID_ACTION_BAR"] = "pim.product-grid.action-bar";
20
+ UIExtensionPosition["ACTIVITY_NAVIGATION_TAB"] = "pim.activity.navigation.tab";
21
+ })(UIExtensionPosition || (exports.UIExtensionPosition = UIExtensionPosition = {}));
22
+ //# sourceMappingURL=ui-extension.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-extension.type.js","sourceRoot":"","sources":["../../src/types/ui-extension.type.ts"],"names":[],"mappings":";;;AAkBA,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;AACnB,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B;AAED,IAAY,mBAUX;AAVD,WAAY,mBAAmB;IAC7B,4DAAqC,CAAA;IACrC,wEAAiD,CAAA;IACjD,gFAAyD,CAAA;IACzD,sDAA+B,CAAA;IAC/B,kEAA2C,CAAA;IAC3C,0EAAmD,CAAA;IACnD,wDAAiC,CAAA;IACjC,8EAAuD,CAAA;IACvD,8EAAuD,CAAA;AACzD,CAAC,EAVW,mBAAmB,mCAAnB,mBAAmB,QAU9B"}
package/package.json ADDED
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "@schally/node-akeneo-api-client",
3
+ "version": "1.0.9",
4
+ "description": "TypeScript client for Akeneo PIM API",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "exports": {
8
+ "import": "./dist/index.js",
9
+ "require": "./dist/index.js"
10
+ },
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "scripts": {
15
+ "build": "tsc",
16
+ "dev": "tsc --watch",
17
+ "prepublishOnly": "npm run build",
18
+ "test": "jest",
19
+ "test:cov": "jest --coverage",
20
+ "lint": "eslint src/**/*.ts src/*.ts tests/**/*.ts tests/*.ts",
21
+ "lint:check": "eslint src/**/*.ts src/*.ts tests/**/*.ts tests/*.ts && prettier --check src/**/*.ts tests/**/*.ts",
22
+ "format": "prettier --write src/**/*.ts tests/**/*.ts"
23
+ },
24
+ "keywords": [
25
+ "akeneo",
26
+ "pim",
27
+ "api",
28
+ "client",
29
+ "typescript",
30
+ "ecommerce"
31
+ ],
32
+ "author": "Maximilien Schall-Fonteilles <maximilien.schall@gmail.com>",
33
+ "license": "MIT",
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/schallym/node-akeneo-api-client.git"
37
+ },
38
+ "bugs": {
39
+ "url": "https://github.com/schallym/node-akeneo-api-client/issues"
40
+ },
41
+ "homepage": "https://github.com/schallym/node-akeneo-api-client#readme",
42
+ "files": [
43
+ "dist",
44
+ "README.md",
45
+ "LICENSE"
46
+ ],
47
+ "engines": {
48
+ "node": ">=20.0.0"
49
+ },
50
+ "devDependencies": {
51
+ "@types/jest": "^30.0.0",
52
+ "@types/node": "^24.0.10",
53
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
54
+ "@typescript-eslint/parser": "^7.18.0",
55
+ "conventional-changelog-conventionalcommits": "^9.0.0",
56
+ "eslint": "^8.37.0",
57
+ "eslint-config-airbnb-base": "^15.0.0",
58
+ "eslint-config-airbnb-typescript": "^18.0.0",
59
+ "eslint-config-prettier": "^10.1.5",
60
+ "eslint-plugin-prettier": "^5.5.1",
61
+ "jest": "^30.0.4",
62
+ "nock": "^14.0.5",
63
+ "prettier": "3.6.2",
64
+ "ts-jest": "^29.1.0",
65
+ "typescript": "^5.0.0"
66
+ },
67
+ "dependencies": {
68
+ "axios": "^1.3.4"
69
+ }
70
+ }