@acmekit/utils 2.13.1

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 (1226) hide show
  1. package/dist/analytics/abstract-analytics-provider.d.ts +110 -0
  2. package/dist/analytics/abstract-analytics-provider.d.ts.map +1 -0
  3. package/dist/analytics/abstract-analytics-provider.js +107 -0
  4. package/dist/analytics/abstract-analytics-provider.js.map +1 -0
  5. package/dist/analytics/index.d.ts +2 -0
  6. package/dist/analytics/index.d.ts.map +1 -0
  7. package/dist/analytics/index.js +18 -0
  8. package/dist/analytics/index.js.map +1 -0
  9. package/dist/api-key/api-key-type.d.ts +17 -0
  10. package/dist/api-key/api-key-type.d.ts.map +1 -0
  11. package/dist/api-key/api-key-type.js +21 -0
  12. package/dist/api-key/api-key-type.js.map +1 -0
  13. package/dist/api-key/index.d.ts +2 -0
  14. package/dist/api-key/index.d.ts.map +1 -0
  15. package/dist/api-key/index.js +18 -0
  16. package/dist/api-key/index.js.map +1 -0
  17. package/dist/auth/abstract-auth-provider.d.ts +424 -0
  18. package/dist/auth/abstract-auth-provider.d.ts.map +1 -0
  19. package/dist/auth/abstract-auth-provider.js +306 -0
  20. package/dist/auth/abstract-auth-provider.js.map +1 -0
  21. package/dist/auth/index.d.ts +3 -0
  22. package/dist/auth/index.d.ts.map +1 -0
  23. package/dist/auth/index.js +19 -0
  24. package/dist/auth/index.js.map +1 -0
  25. package/dist/auth/token.d.ts +7 -0
  26. package/dist/auth/token.d.ts.map +1 -0
  27. package/dist/auth/token.js +21 -0
  28. package/dist/auth/token.js.map +1 -0
  29. package/dist/bundles.d.ts +24 -0
  30. package/dist/bundles.d.ts.map +1 -0
  31. package/dist/bundles.js +60 -0
  32. package/dist/bundles.js.map +1 -0
  33. package/dist/caching/index.d.ts +59 -0
  34. package/dist/caching/index.d.ts.map +1 -0
  35. package/dist/caching/index.js +132 -0
  36. package/dist/caching/index.js.map +1 -0
  37. package/dist/common/acmekit-container.d.ts +3 -0
  38. package/dist/common/acmekit-container.d.ts.map +1 -0
  39. package/dist/common/acmekit-container.js +33 -0
  40. package/dist/common/acmekit-container.js.map +1 -0
  41. package/dist/common/alter-columns-helper.d.ts +2 -0
  42. package/dist/common/alter-columns-helper.d.ts.map +1 -0
  43. package/dist/common/alter-columns-helper.js +29 -0
  44. package/dist/common/alter-columns-helper.js.map +1 -0
  45. package/dist/common/array-difference.d.ts +4 -0
  46. package/dist/common/array-difference.d.ts.map +1 -0
  47. package/dist/common/array-difference.js +10 -0
  48. package/dist/common/array-difference.js.map +1 -0
  49. package/dist/common/array-intersection.d.ts +4 -0
  50. package/dist/common/array-intersection.d.ts.map +1 -0
  51. package/dist/common/array-intersection.js +14 -0
  52. package/dist/common/array-intersection.js.map +1 -0
  53. package/dist/common/build-query.d.ts +31 -0
  54. package/dist/common/build-query.d.ts.map +1 -0
  55. package/dist/common/build-query.js +50 -0
  56. package/dist/common/build-query.js.map +1 -0
  57. package/dist/common/build-regexp-if-valid.d.ts +2 -0
  58. package/dist/common/build-regexp-if-valid.d.ts.map +1 -0
  59. package/dist/common/build-regexp-if-valid.js +14 -0
  60. package/dist/common/build-regexp-if-valid.js.map +1 -0
  61. package/dist/common/camel-to-snake-case.d.ts +2 -0
  62. package/dist/common/camel-to-snake-case.d.ts.map +1 -0
  63. package/dist/common/camel-to-snake-case.js +6 -0
  64. package/dist/common/camel-to-snake-case.js.map +1 -0
  65. package/dist/common/compress-name.d.ts +2 -0
  66. package/dist/common/compress-name.d.ts.map +1 -0
  67. package/dist/common/compress-name.js +34 -0
  68. package/dist/common/compress-name.js.map +1 -0
  69. package/dist/common/container.d.ts +18 -0
  70. package/dist/common/container.d.ts.map +1 -0
  71. package/dist/common/container.js +21 -0
  72. package/dist/common/container.js.map +1 -0
  73. package/dist/common/convert-item-response-to-update-request.d.ts +6 -0
  74. package/dist/common/convert-item-response-to-update-request.d.ts.map +1 -0
  75. package/dist/common/convert-item-response-to-update-request.js +75 -0
  76. package/dist/common/convert-item-response-to-update-request.js.map +1 -0
  77. package/dist/common/create-container-like.d.ts +3 -0
  78. package/dist/common/create-container-like.d.ts.map +1 -0
  79. package/dist/common/create-container-like.js +19 -0
  80. package/dist/common/create-container-like.js.map +1 -0
  81. package/dist/common/create-psql-index-helper.d.ts +45 -0
  82. package/dist/common/create-psql-index-helper.d.ts.map +1 -0
  83. package/dist/common/create-psql-index-helper.js +75 -0
  84. package/dist/common/create-psql-index-helper.js.map +1 -0
  85. package/dist/common/deduplicate.d.ts +2 -0
  86. package/dist/common/deduplicate.d.ts.map +1 -0
  87. package/dist/common/deduplicate.js +7 -0
  88. package/dist/common/deduplicate.js.map +1 -0
  89. package/dist/common/deep-copy.d.ts +9 -0
  90. package/dist/common/deep-copy.d.ts.map +1 -0
  91. package/dist/common/deep-copy.js +81 -0
  92. package/dist/common/deep-copy.js.map +1 -0
  93. package/dist/common/deep-equal-obj.d.ts +2 -0
  94. package/dist/common/deep-equal-obj.d.ts.map +1 -0
  95. package/dist/common/deep-equal-obj.js +26 -0
  96. package/dist/common/deep-equal-obj.js.map +1 -0
  97. package/dist/common/deep-flat-map.d.ts +46 -0
  98. package/dist/common/deep-flat-map.d.ts.map +1 -0
  99. package/dist/common/deep-flat-map.js +100 -0
  100. package/dist/common/deep-flat-map.js.map +1 -0
  101. package/dist/common/deep-merge.d.ts +2 -0
  102. package/dist/common/deep-merge.d.ts.map +1 -0
  103. package/dist/common/deep-merge.js +27 -0
  104. package/dist/common/deep-merge.js.map +1 -0
  105. package/dist/common/define-config.d.ts +21 -0
  106. package/dist/common/define-config.d.ts.map +1 -0
  107. package/dist/common/define-config.js +464 -0
  108. package/dist/common/define-config.js.map +1 -0
  109. package/dist/common/define-file-config.d.ts +7 -0
  110. package/dist/common/define-file-config.d.ts.map +1 -0
  111. package/dist/common/define-file-config.js +31 -0
  112. package/dist/common/define-file-config.js.map +1 -0
  113. package/dist/common/dynamic-import.d.ts +13 -0
  114. package/dist/common/dynamic-import.d.ts.map +1 -0
  115. package/dist/common/dynamic-import.js +25 -0
  116. package/dist/common/dynamic-import.js.map +1 -0
  117. package/dist/common/env-editor.d.ts +38 -0
  118. package/dist/common/env-editor.d.ts.map +1 -0
  119. package/dist/common/env-editor.js +115 -0
  120. package/dist/common/env-editor.js.map +1 -0
  121. package/dist/common/errors.d.ts +70 -0
  122. package/dist/common/errors.d.ts.map +1 -0
  123. package/dist/common/errors.js +62 -0
  124. package/dist/common/errors.js.map +1 -0
  125. package/dist/common/execute-with-concurrency.d.ts +7 -0
  126. package/dist/common/execute-with-concurrency.d.ts.map +1 -0
  127. package/dist/common/execute-with-concurrency.js +28 -0
  128. package/dist/common/execute-with-concurrency.js.map +1 -0
  129. package/dist/common/file-system.d.ts +65 -0
  130. package/dist/common/file-system.d.ts.map +1 -0
  131. package/dist/common/file-system.js +133 -0
  132. package/dist/common/file-system.js.map +1 -0
  133. package/dist/common/filter-object-by-keys.d.ts +2 -0
  134. package/dist/common/filter-object-by-keys.d.ts.map +1 -0
  135. package/dist/common/filter-object-by-keys.js +106 -0
  136. package/dist/common/filter-object-by-keys.js.map +1 -0
  137. package/dist/common/filter-operator-map.d.ts +5 -0
  138. package/dist/common/filter-operator-map.d.ts.map +1 -0
  139. package/dist/common/filter-operator-map.js +25 -0
  140. package/dist/common/filter-operator-map.js.map +1 -0
  141. package/dist/common/flatten-object-to-key-value-pairs.d.ts +6 -0
  142. package/dist/common/flatten-object-to-key-value-pairs.d.ts.map +1 -0
  143. package/dist/common/flatten-object-to-key-value-pairs.js +267 -0
  144. package/dist/common/flatten-object-to-key-value-pairs.js.map +1 -0
  145. package/dist/common/generate-entity-id.d.ts +7 -0
  146. package/dist/common/generate-entity-id.d.ts.map +1 -0
  147. package/dist/common/generate-entity-id.js +18 -0
  148. package/dist/common/generate-entity-id.js.map +1 -0
  149. package/dist/common/get-caller-file-path.d.ts +6 -0
  150. package/dist/common/get-caller-file-path.d.ts.map +1 -0
  151. package/dist/common/get-caller-file-path.js +29 -0
  152. package/dist/common/get-caller-file-path.js.map +1 -0
  153. package/dist/common/get-config-file.d.ts +16 -0
  154. package/dist/common/get-config-file.d.ts.map +1 -0
  155. package/dist/common/get-config-file.js +33 -0
  156. package/dist/common/get-config-file.js.map +1 -0
  157. package/dist/common/get-duplicates.d.ts +2 -0
  158. package/dist/common/get-duplicates.d.ts.map +1 -0
  159. package/dist/common/get-duplicates.js +20 -0
  160. package/dist/common/get-duplicates.js.map +1 -0
  161. package/dist/common/get-iso-string-from-date.d.ts +2 -0
  162. package/dist/common/get-iso-string-from-date.d.ts.map +1 -0
  163. package/dist/common/get-iso-string-from-date.js +14 -0
  164. package/dist/common/get-iso-string-from-date.js.map +1 -0
  165. package/dist/common/get-node-version.d.ts +3 -0
  166. package/dist/common/get-node-version.d.ts.map +1 -0
  167. package/dist/common/get-node-version.js +10 -0
  168. package/dist/common/get-node-version.js.map +1 -0
  169. package/dist/common/get-resolved-plugins.d.ts +4 -0
  170. package/dist/common/get-resolved-plugins.d.ts.map +1 -0
  171. package/dist/common/get-resolved-plugins.js +121 -0
  172. package/dist/common/get-resolved-plugins.js.map +1 -0
  173. package/dist/common/get-selects-and-relations-from-object-array.d.ts +8 -0
  174. package/dist/common/get-selects-and-relations-from-object-array.d.ts.map +1 -0
  175. package/dist/common/get-selects-and-relations-from-object-array.js +52 -0
  176. package/dist/common/get-selects-and-relations-from-object-array.js.map +1 -0
  177. package/dist/common/get-set-difference.d.ts +7 -0
  178. package/dist/common/get-set-difference.d.ts.map +1 -0
  179. package/dist/common/get-set-difference.js +18 -0
  180. package/dist/common/get-set-difference.js.map +1 -0
  181. package/dist/common/graceful-shutdown-server.d.ts +7 -0
  182. package/dist/common/graceful-shutdown-server.d.ts.map +1 -0
  183. package/dist/common/graceful-shutdown-server.js +73 -0
  184. package/dist/common/graceful-shutdown-server.js.map +1 -0
  185. package/dist/common/group-by.d.ts +2 -0
  186. package/dist/common/group-by.d.ts.map +1 -0
  187. package/dist/common/group-by.js +17 -0
  188. package/dist/common/group-by.js.map +1 -0
  189. package/dist/common/handle-postgres-database-error.d.ts +9 -0
  190. package/dist/common/handle-postgres-database-error.d.ts.map +1 -0
  191. package/dist/common/handle-postgres-database-error.js +37 -0
  192. package/dist/common/handle-postgres-database-error.js.map +1 -0
  193. package/dist/common/index.d.ts +98 -0
  194. package/dist/common/index.d.ts.map +1 -0
  195. package/dist/common/index.js +114 -0
  196. package/dist/common/index.js.map +1 -0
  197. package/dist/common/is-big-number.d.ts +3 -0
  198. package/dist/common/is-big-number.d.ts.map +1 -0
  199. package/dist/common/is-big-number.js +8 -0
  200. package/dist/common/is-big-number.js.map +1 -0
  201. package/dist/common/is-boolean.d.ts +2 -0
  202. package/dist/common/is-boolean.d.ts.map +1 -0
  203. package/dist/common/is-boolean.js +7 -0
  204. package/dist/common/is-boolean.js.map +1 -0
  205. package/dist/common/is-date.d.ts +2 -0
  206. package/dist/common/is-date.d.ts.map +1 -0
  207. package/dist/common/is-date.js +7 -0
  208. package/dist/common/is-date.js.map +1 -0
  209. package/dist/common/is-defined.d.ts +2 -0
  210. package/dist/common/is-defined.d.ts.map +1 -0
  211. package/dist/common/is-defined.js +7 -0
  212. package/dist/common/is-defined.js.map +1 -0
  213. package/dist/common/is-email.d.ts +7 -0
  214. package/dist/common/is-email.d.ts.map +1 -0
  215. package/dist/common/is-email.js +25 -0
  216. package/dist/common/is-email.js.map +1 -0
  217. package/dist/common/is-error-like.d.ts +2 -0
  218. package/dist/common/is-error-like.d.ts.map +1 -0
  219. package/dist/common/is-error-like.js +11 -0
  220. package/dist/common/is-error-like.js.map +1 -0
  221. package/dist/common/is-object.d.ts +2 -0
  222. package/dist/common/is-object.d.ts.map +1 -0
  223. package/dist/common/is-object.js +7 -0
  224. package/dist/common/is-object.js.map +1 -0
  225. package/dist/common/is-present.d.ts +2 -0
  226. package/dist/common/is-present.d.ts.map +1 -0
  227. package/dist/common/is-present.js +22 -0
  228. package/dist/common/is-present.js.map +1 -0
  229. package/dist/common/is-string.d.ts +2 -0
  230. package/dist/common/is-string.d.ts.map +1 -0
  231. package/dist/common/is-string.js +7 -0
  232. package/dist/common/is-string.js.map +1 -0
  233. package/dist/common/is-truthy.d.ts +6 -0
  234. package/dist/common/is-truthy.d.ts.map +1 -0
  235. package/dist/common/is-truthy.js +14 -0
  236. package/dist/common/is-truthy.js.map +1 -0
  237. package/dist/common/load-env.d.ts +17 -0
  238. package/dist/common/load-env.d.ts.map +1 -0
  239. package/dist/common/load-env.js +35 -0
  240. package/dist/common/load-env.js.map +1 -0
  241. package/dist/common/lower-case-first.d.ts +2 -0
  242. package/dist/common/lower-case-first.d.ts.map +1 -0
  243. package/dist/common/lower-case-first.js +7 -0
  244. package/dist/common/lower-case-first.js.map +1 -0
  245. package/dist/common/map-object-to.d.ts +23 -0
  246. package/dist/common/map-object-to.d.ts.map +1 -0
  247. package/dist/common/map-object-to.js +35 -0
  248. package/dist/common/map-object-to.js.map +1 -0
  249. package/dist/common/merge-metadata.d.ts +15 -0
  250. package/dist/common/merge-metadata.d.ts.map +1 -0
  251. package/dist/common/merge-metadata.js +34 -0
  252. package/dist/common/merge-metadata.js.map +1 -0
  253. package/dist/common/merge-plugin-modules.d.ts +7 -0
  254. package/dist/common/merge-plugin-modules.d.ts.map +1 -0
  255. package/dist/common/merge-plugin-modules.js +29 -0
  256. package/dist/common/merge-plugin-modules.js.map +1 -0
  257. package/dist/common/normalize-csv-value.d.ts +6 -0
  258. package/dist/common/normalize-csv-value.d.ts.map +1 -0
  259. package/dist/common/normalize-csv-value.js +14 -0
  260. package/dist/common/normalize-csv-value.js.map +1 -0
  261. package/dist/common/normalize-import-path-with-source.d.ts +6 -0
  262. package/dist/common/normalize-import-path-with-source.d.ts.map +1 -0
  263. package/dist/common/normalize-import-path-with-source.js +25 -0
  264. package/dist/common/normalize-import-path-with-source.js.map +1 -0
  265. package/dist/common/normalize-locale.d.ts +19 -0
  266. package/dist/common/normalize-locale.d.ts.map +1 -0
  267. package/dist/common/normalize-locale.js +37 -0
  268. package/dist/common/normalize-locale.js.map +1 -0
  269. package/dist/common/object-from-string-path.d.ts +46 -0
  270. package/dist/common/object-from-string-path.d.ts.map +1 -0
  271. package/dist/common/object-from-string-path.js +73 -0
  272. package/dist/common/object-from-string-path.js.map +1 -0
  273. package/dist/common/object-to-string-path.d.ts +43 -0
  274. package/dist/common/object-to-string-path.d.ts.map +1 -0
  275. package/dist/common/object-to-string-path.js +71 -0
  276. package/dist/common/object-to-string-path.js.map +1 -0
  277. package/dist/common/omit-deep.d.ts +2 -0
  278. package/dist/common/omit-deep.d.ts.map +1 -0
  279. package/dist/common/omit-deep.js +31 -0
  280. package/dist/common/omit-deep.js.map +1 -0
  281. package/dist/common/optional-numeric-serializer.d.ts +2 -0
  282. package/dist/common/optional-numeric-serializer.d.ts.map +1 -0
  283. package/dist/common/optional-numeric-serializer.js +7 -0
  284. package/dist/common/optional-numeric-serializer.js.map +1 -0
  285. package/dist/common/parse-cors-origins.d.ts +2 -0
  286. package/dist/common/parse-cors-origins.d.ts.map +1 -0
  287. package/dist/common/parse-cors-origins.js +12 -0
  288. package/dist/common/parse-cors-origins.js.map +1 -0
  289. package/dist/common/parse-stringify-if-necessary.d.ts +11 -0
  290. package/dist/common/parse-stringify-if-necessary.d.ts.map +1 -0
  291. package/dist/common/parse-stringify-if-necessary.js +44 -0
  292. package/dist/common/parse-stringify-if-necessary.js.map +1 -0
  293. package/dist/common/partition-array.d.ts +15 -0
  294. package/dist/common/partition-array.d.ts.map +1 -0
  295. package/dist/common/partition-array.js +29 -0
  296. package/dist/common/partition-array.js.map +1 -0
  297. package/dist/common/pick-deep.d.ts +2 -0
  298. package/dist/common/pick-deep.d.ts.map +1 -0
  299. package/dist/common/pick-deep.js +52 -0
  300. package/dist/common/pick-deep.js.map +1 -0
  301. package/dist/common/pick-value-from-object.d.ts +2 -0
  302. package/dist/common/pick-value-from-object.d.ts.map +1 -0
  303. package/dist/common/pick-value-from-object.js +28 -0
  304. package/dist/common/pick-value-from-object.js.map +1 -0
  305. package/dist/common/plurailze.d.ts +6 -0
  306. package/dist/common/plurailze.d.ts.map +1 -0
  307. package/dist/common/plurailze.js +17 -0
  308. package/dist/common/plurailze.js.map +1 -0
  309. package/dist/common/prefix-array-items.d.ts +7 -0
  310. package/dist/common/prefix-array-items.d.ts.map +1 -0
  311. package/dist/common/prefix-array-items.js +12 -0
  312. package/dist/common/prefix-array-items.js.map +1 -0
  313. package/dist/common/promise-all.d.ts +11 -0
  314. package/dist/common/promise-all.d.ts.map +1 -0
  315. package/dist/common/promise-all.js +29 -0
  316. package/dist/common/promise-all.js.map +1 -0
  317. package/dist/common/read-dir-recursive.d.ts +9 -0
  318. package/dist/common/read-dir-recursive.d.ts.map +1 -0
  319. package/dist/common/read-dir-recursive.js +47 -0
  320. package/dist/common/read-dir-recursive.js.map +1 -0
  321. package/dist/common/remote-query-object-from-string.d.ts +86 -0
  322. package/dist/common/remote-query-object-from-string.d.ts.map +1 -0
  323. package/dist/common/remote-query-object-from-string.js +137 -0
  324. package/dist/common/remote-query-object-from-string.js.map +1 -0
  325. package/dist/common/remote-query-object-to-string.d.ts +25 -0
  326. package/dist/common/remote-query-object-to-string.d.ts.map +1 -0
  327. package/dist/common/remote-query-object-to-string.js +45 -0
  328. package/dist/common/remote-query-object-to-string.js.map +1 -0
  329. package/dist/common/remove-nullisih.d.ts +2 -0
  330. package/dist/common/remove-nullisih.d.ts.map +1 -0
  331. package/dist/common/remove-nullisih.js +14 -0
  332. package/dist/common/remove-nullisih.js.map +1 -0
  333. package/dist/common/remove-undefined-properties.d.ts +2 -0
  334. package/dist/common/remove-undefined-properties.d.ts.map +1 -0
  335. package/dist/common/remove-undefined-properties.js +48 -0
  336. package/dist/common/remove-undefined-properties.js.map +1 -0
  337. package/dist/common/remove-undefined.d.ts +2 -0
  338. package/dist/common/remove-undefined.d.ts.map +1 -0
  339. package/dist/common/remove-undefined.js +9 -0
  340. package/dist/common/remove-undefined.js.map +1 -0
  341. package/dist/common/resolve-exports.d.ts +2 -0
  342. package/dist/common/resolve-exports.d.ts.map +1 -0
  343. package/dist/common/resolve-exports.js +12 -0
  344. package/dist/common/resolve-exports.js.map +1 -0
  345. package/dist/common/retry-execution.d.ts +18 -0
  346. package/dist/common/retry-execution.d.ts.map +1 -0
  347. package/dist/common/retry-execution.js +50 -0
  348. package/dist/common/retry-execution.js.map +1 -0
  349. package/dist/common/rules.d.ts +11 -0
  350. package/dist/common/rules.d.ts.map +1 -0
  351. package/dist/common/rules.js +15 -0
  352. package/dist/common/rules.js.map +1 -0
  353. package/dist/common/selector-constraints-to-string.d.ts +2 -0
  354. package/dist/common/selector-constraints-to-string.d.ts.map +1 -0
  355. package/dist/common/selector-constraints-to-string.js +14 -0
  356. package/dist/common/selector-constraints-to-string.js.map +1 -0
  357. package/dist/common/serialize-error.d.ts +6 -0
  358. package/dist/common/serialize-error.d.ts.map +1 -0
  359. package/dist/common/serialize-error.js +18 -0
  360. package/dist/common/serialize-error.js.map +1 -0
  361. package/dist/common/simple-hash.d.ts +2 -0
  362. package/dist/common/simple-hash.d.ts.map +1 -0
  363. package/dist/common/simple-hash.js +12 -0
  364. package/dist/common/simple-hash.js.map +1 -0
  365. package/dist/common/string-to-select-relation-object.d.ts +74 -0
  366. package/dist/common/string-to-select-relation-object.d.ts.map +1 -0
  367. package/dist/common/string-to-select-relation-object.js +93 -0
  368. package/dist/common/string-to-select-relation-object.js.map +1 -0
  369. package/dist/common/stringify-circular.d.ts +2 -0
  370. package/dist/common/stringify-circular.d.ts.map +1 -0
  371. package/dist/common/stringify-circular.js +49 -0
  372. package/dist/common/stringify-circular.js.map +1 -0
  373. package/dist/common/to-camel-case.d.ts +2 -0
  374. package/dist/common/to-camel-case.d.ts.map +1 -0
  375. package/dist/common/to-camel-case.js +11 -0
  376. package/dist/common/to-camel-case.js.map +1 -0
  377. package/dist/common/to-handle.d.ts +10 -0
  378. package/dist/common/to-handle.d.ts.map +1 -0
  379. package/dist/common/to-handle.js +22 -0
  380. package/dist/common/to-handle.js.map +1 -0
  381. package/dist/common/to-kebab-case.d.ts +2 -0
  382. package/dist/common/to-kebab-case.d.ts.map +1 -0
  383. package/dist/common/to-kebab-case.js +9 -0
  384. package/dist/common/to-kebab-case.js.map +1 -0
  385. package/dist/common/to-pascal-case.d.ts +2 -0
  386. package/dist/common/to-pascal-case.d.ts.map +1 -0
  387. package/dist/common/to-pascal-case.js +7 -0
  388. package/dist/common/to-pascal-case.js.map +1 -0
  389. package/dist/common/to-snake-case.d.ts +5 -0
  390. package/dist/common/to-snake-case.d.ts.map +1 -0
  391. package/dist/common/to-snake-case.js +14 -0
  392. package/dist/common/to-snake-case.js.map +1 -0
  393. package/dist/common/to-unix-slash.d.ts +2 -0
  394. package/dist/common/to-unix-slash.d.ts.map +1 -0
  395. package/dist/common/to-unix-slash.js +11 -0
  396. package/dist/common/to-unix-slash.js.map +1 -0
  397. package/dist/common/trim-zeros.d.ts +2 -0
  398. package/dist/common/trim-zeros.d.ts.map +1 -0
  399. package/dist/common/trim-zeros.js +17 -0
  400. package/dist/common/trim-zeros.js.map +1 -0
  401. package/dist/common/try-convert-to-boolean.d.ts +7 -0
  402. package/dist/common/try-convert-to-boolean.d.ts.map +1 -0
  403. package/dist/common/try-convert-to-boolean.js +15 -0
  404. package/dist/common/try-convert-to-boolean.js.map +1 -0
  405. package/dist/common/try-convert-to-number.d.ts +7 -0
  406. package/dist/common/try-convert-to-number.d.ts.map +1 -0
  407. package/dist/common/try-convert-to-number.js +10 -0
  408. package/dist/common/try-convert-to-number.js.map +1 -0
  409. package/dist/common/unflatten-object-keys.d.ts +29 -0
  410. package/dist/common/unflatten-object-keys.d.ts.map +1 -0
  411. package/dist/common/unflatten-object-keys.js +67 -0
  412. package/dist/common/unflatten-object-keys.js.map +1 -0
  413. package/dist/common/upper-case-first.d.ts +2 -0
  414. package/dist/common/upper-case-first.d.ts.map +1 -0
  415. package/dist/common/upper-case-first.js +7 -0
  416. package/dist/common/upper-case-first.js.map +1 -0
  417. package/dist/common/validate-handle.d.ts +6 -0
  418. package/dist/common/validate-handle.d.ts.map +1 -0
  419. package/dist/common/validate-handle.js +12 -0
  420. package/dist/common/validate-handle.js.map +1 -0
  421. package/dist/common/validate-module-name.d.ts +2 -0
  422. package/dist/common/validate-module-name.d.ts.map +1 -0
  423. package/dist/common/validate-module-name.js +27 -0
  424. package/dist/common/validate-module-name.js.map +1 -0
  425. package/dist/common/wrap-handler.d.ts +19 -0
  426. package/dist/common/wrap-handler.d.ts.map +1 -0
  427. package/dist/common/wrap-handler.js +36 -0
  428. package/dist/common/wrap-handler.js.map +1 -0
  429. package/dist/core-flows/events.d.ts +959 -0
  430. package/dist/core-flows/events.d.ts.map +1 -0
  431. package/dist/core-flows/events.js +1061 -0
  432. package/dist/core-flows/events.js.map +1 -0
  433. package/dist/core-flows/index.d.ts +2 -0
  434. package/dist/core-flows/index.d.ts.map +1 -0
  435. package/dist/core-flows/index.js +18 -0
  436. package/dist/core-flows/index.js.map +1 -0
  437. package/dist/dal/index.d.ts +12 -0
  438. package/dist/dal/index.d.ts.map +1 -0
  439. package/dist/dal/index.js +28 -0
  440. package/dist/dal/index.js.map +1 -0
  441. package/dist/dal/mikro-orm/base-entity.d.ts +12 -0
  442. package/dist/dal/mikro-orm/base-entity.d.ts.map +1 -0
  443. package/dist/dal/mikro-orm/base-entity.js +76 -0
  444. package/dist/dal/mikro-orm/base-entity.js.map +1 -0
  445. package/dist/dal/mikro-orm/big-number-field.d.ts +5 -0
  446. package/dist/dal/mikro-orm/big-number-field.d.ts.map +1 -0
  447. package/dist/dal/mikro-orm/big-number-field.js +127 -0
  448. package/dist/dal/mikro-orm/big-number-field.js.map +1 -0
  449. package/dist/dal/mikro-orm/custom-db-migrator.d.ts +8 -0
  450. package/dist/dal/mikro-orm/custom-db-migrator.d.ts.map +1 -0
  451. package/dist/dal/mikro-orm/custom-db-migrator.js +60 -0
  452. package/dist/dal/mikro-orm/custom-db-migrator.js.map +1 -0
  453. package/dist/dal/mikro-orm/db-error-mapper.d.ts +2 -0
  454. package/dist/dal/mikro-orm/db-error-mapper.d.ts.map +1 -0
  455. package/dist/dal/mikro-orm/db-error-mapper.js +68 -0
  456. package/dist/dal/mikro-orm/db-error-mapper.js.map +1 -0
  457. package/dist/dal/mikro-orm/decorators/foreign-key.d.ts +2 -0
  458. package/dist/dal/mikro-orm/decorators/foreign-key.d.ts.map +1 -0
  459. package/dist/dal/mikro-orm/decorators/foreign-key.js +13 -0
  460. package/dist/dal/mikro-orm/decorators/foreign-key.js.map +1 -0
  461. package/dist/dal/mikro-orm/decorators/searchable.d.ts +2 -0
  462. package/dist/dal/mikro-orm/decorators/searchable.d.ts.map +1 -0
  463. package/dist/dal/mikro-orm/decorators/searchable.js +13 -0
  464. package/dist/dal/mikro-orm/decorators/searchable.js.map +1 -0
  465. package/dist/dal/mikro-orm/mikro-orm-create-connection.d.ts +22 -0
  466. package/dist/dal/mikro-orm/mikro-orm-create-connection.d.ts.map +1 -0
  467. package/dist/dal/mikro-orm/mikro-orm-create-connection.js +119 -0
  468. package/dist/dal/mikro-orm/mikro-orm-create-connection.js.map +1 -0
  469. package/dist/dal/mikro-orm/mikro-orm-free-text-search-filter.d.ts +19 -0
  470. package/dist/dal/mikro-orm/mikro-orm-free-text-search-filter.d.ts.map +1 -0
  471. package/dist/dal/mikro-orm/mikro-orm-free-text-search-filter.js +103 -0
  472. package/dist/dal/mikro-orm/mikro-orm-free-text-search-filter.js.map +1 -0
  473. package/dist/dal/mikro-orm/mikro-orm-repository.d.ts +70 -0
  474. package/dist/dal/mikro-orm/mikro-orm-repository.d.ts.map +1 -0
  475. package/dist/dal/mikro-orm/mikro-orm-repository.js +862 -0
  476. package/dist/dal/mikro-orm/mikro-orm-repository.js.map +1 -0
  477. package/dist/dal/mikro-orm/mikro-orm-serializer-old.d.ts +29 -0
  478. package/dist/dal/mikro-orm/mikro-orm-serializer-old.d.ts.map +1 -0
  479. package/dist/dal/mikro-orm/mikro-orm-serializer-old.js +443 -0
  480. package/dist/dal/mikro-orm/mikro-orm-serializer-old.js.map +1 -0
  481. package/dist/dal/mikro-orm/mikro-orm-serializer.d.ts +34 -0
  482. package/dist/dal/mikro-orm/mikro-orm-serializer.d.ts.map +1 -0
  483. package/dist/dal/mikro-orm/mikro-orm-serializer.js +452 -0
  484. package/dist/dal/mikro-orm/mikro-orm-serializer.js.map +1 -0
  485. package/dist/dal/mikro-orm/mikro-orm-soft-deletable-filter.d.ts +16 -0
  486. package/dist/dal/mikro-orm/mikro-orm-soft-deletable-filter.d.ts.map +1 -0
  487. package/dist/dal/mikro-orm/mikro-orm-soft-deletable-filter.js +18 -0
  488. package/dist/dal/mikro-orm/mikro-orm-soft-deletable-filter.js.map +1 -0
  489. package/dist/dal/mikro-orm/utils.d.ts +19 -0
  490. package/dist/dal/mikro-orm/utils.d.ts.map +1 -0
  491. package/dist/dal/mikro-orm/utils.js +142 -0
  492. package/dist/dal/mikro-orm/utils.js.map +1 -0
  493. package/dist/dal/utils.d.ts +7 -0
  494. package/dist/dal/utils.d.ts.map +1 -0
  495. package/dist/dal/utils.js +33 -0
  496. package/dist/dal/utils.js.map +1 -0
  497. package/dist/defaults/countries.d.ts +8 -0
  498. package/dist/defaults/countries.d.ts.map +1 -0
  499. package/dist/defaults/countries.js +401 -0
  500. package/dist/defaults/countries.js.map +1 -0
  501. package/dist/defaults/currencies.d.ts +11 -0
  502. package/dist/defaults/currencies.d.ts.map +1 -0
  503. package/dist/defaults/currencies.js +1113 -0
  504. package/dist/defaults/currencies.js.map +1 -0
  505. package/dist/defaults/index.d.ts +3 -0
  506. package/dist/defaults/index.d.ts.map +1 -0
  507. package/dist/defaults/index.js +19 -0
  508. package/dist/defaults/index.js.map +1 -0
  509. package/dist/dev-server/handlers/job-handler.d.ts +9 -0
  510. package/dist/dev-server/handlers/job-handler.d.ts.map +1 -0
  511. package/dist/dev-server/handlers/job-handler.js +33 -0
  512. package/dist/dev-server/handlers/job-handler.js.map +1 -0
  513. package/dist/dev-server/handlers/step-handler.d.ts +11 -0
  514. package/dist/dev-server/handlers/step-handler.d.ts.map +1 -0
  515. package/dist/dev-server/handlers/step-handler.js +40 -0
  516. package/dist/dev-server/handlers/step-handler.js.map +1 -0
  517. package/dist/dev-server/handlers/subscriber-handler.d.ts +9 -0
  518. package/dist/dev-server/handlers/subscriber-handler.d.ts.map +1 -0
  519. package/dist/dev-server/handlers/subscriber-handler.js +40 -0
  520. package/dist/dev-server/handlers/subscriber-handler.js.map +1 -0
  521. package/dist/dev-server/handlers/workflow-handler.d.ts +9 -0
  522. package/dist/dev-server/handlers/workflow-handler.d.ts.map +1 -0
  523. package/dist/dev-server/handlers/workflow-handler.js +30 -0
  524. package/dist/dev-server/handlers/workflow-handler.js.map +1 -0
  525. package/dist/dev-server/index.d.ts +63 -0
  526. package/dist/dev-server/index.d.ts.map +1 -0
  527. package/dist/dev-server/index.js +80 -0
  528. package/dist/dev-server/index.js.map +1 -0
  529. package/dist/dev-server/registry-helpers.d.ts +5 -0
  530. package/dist/dev-server/registry-helpers.d.ts.map +1 -0
  531. package/dist/dev-server/registry-helpers.js +23 -0
  532. package/dist/dev-server/registry-helpers.js.map +1 -0
  533. package/dist/dev-server/types.d.ts +44 -0
  534. package/dist/dev-server/types.d.ts.map +1 -0
  535. package/dist/dev-server/types.js +3 -0
  536. package/dist/dev-server/types.js.map +1 -0
  537. package/dist/dml/entity-builder.d.ts +400 -0
  538. package/dist/dml/entity-builder.d.ts.map +1 -0
  539. package/dist/dml/entity-builder.js +379 -0
  540. package/dist/dml/entity-builder.js.map +1 -0
  541. package/dist/dml/entity.d.ts +168 -0
  542. package/dist/dml/entity.d.ts.map +1 -0
  543. package/dist/dml/entity.js +260 -0
  544. package/dist/dml/entity.js.map +1 -0
  545. package/dist/dml/errors.d.ts +4 -0
  546. package/dist/dml/errors.d.ts.map +1 -0
  547. package/dist/dml/errors.js +10 -0
  548. package/dist/dml/errors.js.map +1 -0
  549. package/dist/dml/helpers/create-graphql.d.ts +8 -0
  550. package/dist/dml/helpers/create-graphql.d.ts.map +1 -0
  551. package/dist/dml/helpers/create-graphql.js +77 -0
  552. package/dist/dml/helpers/create-graphql.js.map +1 -0
  553. package/dist/dml/helpers/create-mikro-orm-entity.d.ts +24 -0
  554. package/dist/dml/helpers/create-mikro-orm-entity.d.ts.map +1 -0
  555. package/dist/dml/helpers/create-mikro-orm-entity.js +140 -0
  556. package/dist/dml/helpers/create-mikro-orm-entity.js.map +1 -0
  557. package/dist/dml/helpers/entity-builder/apply-searchable.d.ts +6 -0
  558. package/dist/dml/helpers/entity-builder/apply-searchable.d.ts.map +1 -0
  559. package/dist/dml/helpers/entity-builder/apply-searchable.js +24 -0
  560. package/dist/dml/helpers/entity-builder/apply-searchable.js.map +1 -0
  561. package/dist/dml/helpers/entity-builder/build-indexes.d.ts +3 -0
  562. package/dist/dml/helpers/entity-builder/build-indexes.d.ts.map +1 -0
  563. package/dist/dml/helpers/entity-builder/build-indexes.js +37 -0
  564. package/dist/dml/helpers/entity-builder/build-indexes.js.map +1 -0
  565. package/dist/dml/helpers/entity-builder/create-big-number-properties.d.ts +21 -0
  566. package/dist/dml/helpers/entity-builder/create-big-number-properties.d.ts.map +1 -0
  567. package/dist/dml/helpers/entity-builder/create-big-number-properties.js +39 -0
  568. package/dist/dml/helpers/entity-builder/create-big-number-properties.js.map +1 -0
  569. package/dist/dml/helpers/entity-builder/create-default-properties.d.ts +9 -0
  570. package/dist/dml/helpers/entity-builder/create-default-properties.d.ts.map +1 -0
  571. package/dist/dml/helpers/entity-builder/create-default-properties.js +12 -0
  572. package/dist/dml/helpers/entity-builder/create-default-properties.js.map +1 -0
  573. package/dist/dml/helpers/entity-builder/define-property.d.ts +9 -0
  574. package/dist/dml/helpers/entity-builder/define-property.d.ts.map +1 -0
  575. package/dist/dml/helpers/entity-builder/define-property.js +289 -0
  576. package/dist/dml/helpers/entity-builder/define-property.js.map +1 -0
  577. package/dist/dml/helpers/entity-builder/define-relationship.d.ts +49 -0
  578. package/dist/dml/helpers/entity-builder/define-relationship.d.ts.map +1 -0
  579. package/dist/dml/helpers/entity-builder/define-relationship.js +554 -0
  580. package/dist/dml/helpers/entity-builder/define-relationship.js.map +1 -0
  581. package/dist/dml/helpers/entity-builder/index.d.ts +10 -0
  582. package/dist/dml/helpers/entity-builder/index.d.ts.map +1 -0
  583. package/dist/dml/helpers/entity-builder/index.js +26 -0
  584. package/dist/dml/helpers/entity-builder/index.js.map +1 -0
  585. package/dist/dml/helpers/entity-builder/parse-entity-name.d.ts +12 -0
  586. package/dist/dml/helpers/entity-builder/parse-entity-name.d.ts.map +1 -0
  587. package/dist/dml/helpers/entity-builder/parse-entity-name.js +30 -0
  588. package/dist/dml/helpers/entity-builder/parse-entity-name.js.map +1 -0
  589. package/dist/dml/helpers/entity-builder/query-builder.d.ts +3 -0
  590. package/dist/dml/helpers/entity-builder/query-builder.d.ts.map +1 -0
  591. package/dist/dml/helpers/entity-builder/query-builder.js +66 -0
  592. package/dist/dml/helpers/entity-builder/query-builder.js.map +1 -0
  593. package/dist/dml/helpers/entity-builder/relationship-helpers.d.ts +6 -0
  594. package/dist/dml/helpers/entity-builder/relationship-helpers.d.ts.map +1 -0
  595. package/dist/dml/helpers/entity-builder/relationship-helpers.js +12 -0
  596. package/dist/dml/helpers/entity-builder/relationship-helpers.js.map +1 -0
  597. package/dist/dml/helpers/graphql-builder/get-attribute.d.ts +9 -0
  598. package/dist/dml/helpers/graphql-builder/get-attribute.d.ts.map +1 -0
  599. package/dist/dml/helpers/graphql-builder/get-attribute.js +69 -0
  600. package/dist/dml/helpers/graphql-builder/get-attribute.js.map +1 -0
  601. package/dist/dml/helpers/graphql-builder/set-relationship.d.ts +6 -0
  602. package/dist/dml/helpers/graphql-builder/set-relationship.d.ts.map +1 -0
  603. package/dist/dml/helpers/graphql-builder/set-relationship.js +43 -0
  604. package/dist/dml/helpers/graphql-builder/set-relationship.js.map +1 -0
  605. package/dist/dml/helpers/mikro-orm/apply-checks.d.ts +7 -0
  606. package/dist/dml/helpers/mikro-orm/apply-checks.d.ts.map +1 -0
  607. package/dist/dml/helpers/mikro-orm/apply-checks.js +18 -0
  608. package/dist/dml/helpers/mikro-orm/apply-checks.js.map +1 -0
  609. package/dist/dml/helpers/mikro-orm/apply-indexes.d.ts +13 -0
  610. package/dist/dml/helpers/mikro-orm/apply-indexes.d.ts.map +1 -0
  611. package/dist/dml/helpers/mikro-orm/apply-indexes.js +43 -0
  612. package/dist/dml/helpers/mikro-orm/apply-indexes.js.map +1 -0
  613. package/dist/dml/helpers/mikro-orm/build-indexes.d.ts +3 -0
  614. package/dist/dml/helpers/mikro-orm/build-indexes.d.ts.map +1 -0
  615. package/dist/dml/helpers/mikro-orm/build-indexes.js +22 -0
  616. package/dist/dml/helpers/mikro-orm/build-indexes.js.map +1 -0
  617. package/dist/dml/index.d.ts +9 -0
  618. package/dist/dml/index.d.ts.map +1 -0
  619. package/dist/dml/index.js +24 -0
  620. package/dist/dml/index.js.map +1 -0
  621. package/dist/dml/integration-tests/utils.d.ts +6 -0
  622. package/dist/dml/integration-tests/utils.d.ts.map +1 -0
  623. package/dist/dml/integration-tests/utils.js +12 -0
  624. package/dist/dml/integration-tests/utils.js.map +1 -0
  625. package/dist/dml/properties/array.d.ts +10 -0
  626. package/dist/dml/properties/array.d.ts.map +1 -0
  627. package/dist/dml/properties/array.js +17 -0
  628. package/dist/dml/properties/array.js.map +1 -0
  629. package/dist/dml/properties/autoincrement.d.ts +51 -0
  630. package/dist/dml/properties/autoincrement.d.ts.map +1 -0
  631. package/dist/dml/properties/autoincrement.js +57 -0
  632. package/dist/dml/properties/autoincrement.js.map +1 -0
  633. package/dist/dml/properties/base.d.ts +123 -0
  634. package/dist/dml/properties/base.d.ts.map +1 -0
  635. package/dist/dml/properties/base.js +166 -0
  636. package/dist/dml/properties/base.js.map +1 -0
  637. package/dist/dml/properties/big-number.d.ts +14 -0
  638. package/dist/dml/properties/big-number.d.ts.map +1 -0
  639. package/dist/dml/properties/big-number.js +25 -0
  640. package/dist/dml/properties/big-number.js.map +1 -0
  641. package/dist/dml/properties/boolean.d.ts +11 -0
  642. package/dist/dml/properties/boolean.d.ts.map +1 -0
  643. package/dist/dml/properties/boolean.js +18 -0
  644. package/dist/dml/properties/boolean.js.map +1 -0
  645. package/dist/dml/properties/computed.d.ts +22 -0
  646. package/dist/dml/properties/computed.d.ts.map +1 -0
  647. package/dist/dml/properties/computed.js +44 -0
  648. package/dist/dml/properties/computed.js.map +1 -0
  649. package/dist/dml/properties/date-time.d.ts +11 -0
  650. package/dist/dml/properties/date-time.d.ts.map +1 -0
  651. package/dist/dml/properties/date-time.js +18 -0
  652. package/dist/dml/properties/date-time.js.map +1 -0
  653. package/dist/dml/properties/enum.d.ts +19 -0
  654. package/dist/dml/properties/enum.d.ts.map +1 -0
  655. package/dist/dml/properties/enum.js +27 -0
  656. package/dist/dml/properties/enum.js.map +1 -0
  657. package/dist/dml/properties/float.d.ts +12 -0
  658. package/dist/dml/properties/float.d.ts.map +1 -0
  659. package/dist/dml/properties/float.js +21 -0
  660. package/dist/dml/properties/float.js.map +1 -0
  661. package/dist/dml/properties/id.d.ts +38 -0
  662. package/dist/dml/properties/id.d.ts.map +1 -0
  663. package/dist/dml/properties/id.js +46 -0
  664. package/dist/dml/properties/id.js.map +1 -0
  665. package/dist/dml/properties/index.d.ts +16 -0
  666. package/dist/dml/properties/index.d.ts.map +1 -0
  667. package/dist/dml/properties/index.js +32 -0
  668. package/dist/dml/properties/index.js.map +1 -0
  669. package/dist/dml/properties/json.d.ts +11 -0
  670. package/dist/dml/properties/json.d.ts.map +1 -0
  671. package/dist/dml/properties/json.js +18 -0
  672. package/dist/dml/properties/json.js.map +1 -0
  673. package/dist/dml/properties/nullable.d.ts +27 -0
  674. package/dist/dml/properties/nullable.d.ts.map +1 -0
  675. package/dist/dml/properties/nullable.js +51 -0
  676. package/dist/dml/properties/nullable.js.map +1 -0
  677. package/dist/dml/properties/number.d.ts +51 -0
  678. package/dist/dml/properties/number.d.ts.map +1 -0
  679. package/dist/dml/properties/number.js +57 -0
  680. package/dist/dml/properties/number.js.map +1 -0
  681. package/dist/dml/properties/primary-key.d.ts +23 -0
  682. package/dist/dml/properties/primary-key.d.ts.map +1 -0
  683. package/dist/dml/properties/primary-key.js +47 -0
  684. package/dist/dml/properties/primary-key.js.map +1 -0
  685. package/dist/dml/properties/text.d.ts +67 -0
  686. package/dist/dml/properties/text.d.ts.map +1 -0
  687. package/dist/dml/properties/text.js +80 -0
  688. package/dist/dml/properties/text.js.map +1 -0
  689. package/dist/dml/relations/base.d.ts +44 -0
  690. package/dist/dml/relations/base.d.ts.map +1 -0
  691. package/dist/dml/relations/base.js +68 -0
  692. package/dist/dml/relations/base.js.map +1 -0
  693. package/dist/dml/relations/belongs-to.d.ts +13 -0
  694. package/dist/dml/relations/belongs-to.d.ts.map +1 -0
  695. package/dist/dml/relations/belongs-to.js +22 -0
  696. package/dist/dml/relations/belongs-to.js.map +1 -0
  697. package/dist/dml/relations/has-many.d.ts +16 -0
  698. package/dist/dml/relations/has-many.d.ts.map +1 -0
  699. package/dist/dml/relations/has-many.js +25 -0
  700. package/dist/dml/relations/has-many.js.map +1 -0
  701. package/dist/dml/relations/has-one-fk.d.ts +23 -0
  702. package/dist/dml/relations/has-one-fk.d.ts.map +1 -0
  703. package/dist/dml/relations/has-one-fk.js +32 -0
  704. package/dist/dml/relations/has-one-fk.js.map +1 -0
  705. package/dist/dml/relations/has-one.d.ts +21 -0
  706. package/dist/dml/relations/has-one.d.ts.map +1 -0
  707. package/dist/dml/relations/has-one.js +32 -0
  708. package/dist/dml/relations/has-one.js.map +1 -0
  709. package/dist/dml/relations/index.d.ts +8 -0
  710. package/dist/dml/relations/index.d.ts.map +1 -0
  711. package/dist/dml/relations/index.js +24 -0
  712. package/dist/dml/relations/index.js.map +1 -0
  713. package/dist/dml/relations/many-to-many.d.ts +17 -0
  714. package/dist/dml/relations/many-to-many.d.ts.map +1 -0
  715. package/dist/dml/relations/many-to-many.js +26 -0
  716. package/dist/dml/relations/many-to-many.js.map +1 -0
  717. package/dist/dml/relations/nullable.d.ts +26 -0
  718. package/dist/dml/relations/nullable.d.ts.map +1 -0
  719. package/dist/dml/relations/nullable.js +47 -0
  720. package/dist/dml/relations/nullable.js.map +1 -0
  721. package/dist/event-bus/build-event-messages.d.ts +18 -0
  722. package/dist/event-bus/build-event-messages.d.ts.map +1 -0
  723. package/dist/event-bus/build-event-messages.js +32 -0
  724. package/dist/event-bus/build-event-messages.js.map +1 -0
  725. package/dist/event-bus/common-events.d.ts +9 -0
  726. package/dist/event-bus/common-events.d.ts.map +1 -0
  727. package/dist/event-bus/common-events.js +13 -0
  728. package/dist/event-bus/common-events.js.map +1 -0
  729. package/dist/event-bus/index.d.ts +50 -0
  730. package/dist/event-bus/index.d.ts.map +1 -0
  731. package/dist/event-bus/index.js +119 -0
  732. package/dist/event-bus/index.js.map +1 -0
  733. package/dist/event-bus/message-aggregator.d.ts +18 -0
  734. package/dist/event-bus/message-aggregator.d.ts.map +1 -0
  735. package/dist/event-bus/message-aggregator.js +140 -0
  736. package/dist/event-bus/message-aggregator.js.map +1 -0
  737. package/dist/event-bus/utils.d.ts +56 -0
  738. package/dist/event-bus/utils.d.ts.map +1 -0
  739. package/dist/event-bus/utils.js +63 -0
  740. package/dist/event-bus/utils.js.map +1 -0
  741. package/dist/exceptions/index.d.ts +3 -0
  742. package/dist/exceptions/index.d.ts.map +1 -0
  743. package/dist/exceptions/index.js +19 -0
  744. package/dist/exceptions/index.js.map +1 -0
  745. package/dist/exceptions/is-duplicate-error.d.ts +4 -0
  746. package/dist/exceptions/is-duplicate-error.d.ts.map +1 -0
  747. package/dist/exceptions/is-duplicate-error.js +9 -0
  748. package/dist/exceptions/is-duplicate-error.js.map +1 -0
  749. package/dist/exceptions/postgres-error.d.ts +7 -0
  750. package/dist/exceptions/postgres-error.d.ts.map +1 -0
  751. package/dist/exceptions/postgres-error.js +11 -0
  752. package/dist/exceptions/postgres-error.js.map +1 -0
  753. package/dist/feature-flags/discover-and-register-feature-flags.d.ts +15 -0
  754. package/dist/feature-flags/discover-and-register-feature-flags.d.ts.map +1 -0
  755. package/dist/feature-flags/discover-and-register-feature-flags.js +23 -0
  756. package/dist/feature-flags/discover-and-register-feature-flags.js.map +1 -0
  757. package/dist/feature-flags/discover-feature-flags.d.ts +6 -0
  758. package/dist/feature-flags/discover-feature-flags.d.ts.map +1 -0
  759. package/dist/feature-flags/discover-feature-flags.js +53 -0
  760. package/dist/feature-flags/discover-feature-flags.js.map +1 -0
  761. package/dist/feature-flags/flag-router.d.ts +33 -0
  762. package/dist/feature-flags/flag-router.d.ts.map +1 -0
  763. package/dist/feature-flags/flag-router.js +68 -0
  764. package/dist/feature-flags/flag-router.js.map +1 -0
  765. package/dist/feature-flags/index.d.ts +5 -0
  766. package/dist/feature-flags/index.d.ts.map +1 -0
  767. package/dist/feature-flags/index.js +21 -0
  768. package/dist/feature-flags/index.js.map +1 -0
  769. package/dist/feature-flags/register-flag.d.ts +18 -0
  770. package/dist/feature-flags/register-flag.d.ts.map +1 -0
  771. package/dist/feature-flags/register-flag.js +41 -0
  772. package/dist/feature-flags/register-flag.js.map +1 -0
  773. package/dist/file/abstract-file-provider.d.ts +239 -0
  774. package/dist/file/abstract-file-provider.d.ts.map +1 -0
  775. package/dist/file/abstract-file-provider.js +238 -0
  776. package/dist/file/abstract-file-provider.js.map +1 -0
  777. package/dist/file/index.d.ts +2 -0
  778. package/dist/file/index.d.ts.map +1 -0
  779. package/dist/file/index.js +18 -0
  780. package/dist/file/index.js.map +1 -0
  781. package/dist/fulfillment/events.d.ts +77 -0
  782. package/dist/fulfillment/events.d.ts.map +1 -0
  783. package/dist/fulfillment/events.js +117 -0
  784. package/dist/fulfillment/events.js.map +1 -0
  785. package/dist/fulfillment/geo-zone.d.ts +7 -0
  786. package/dist/fulfillment/geo-zone.d.ts.map +1 -0
  787. package/dist/fulfillment/geo-zone.js +11 -0
  788. package/dist/fulfillment/geo-zone.js.map +1 -0
  789. package/dist/fulfillment/index.d.ts +5 -0
  790. package/dist/fulfillment/index.d.ts.map +1 -0
  791. package/dist/fulfillment/index.js +21 -0
  792. package/dist/fulfillment/index.js.map +1 -0
  793. package/dist/fulfillment/provider.d.ts +394 -0
  794. package/dist/fulfillment/provider.d.ts.map +1 -0
  795. package/dist/fulfillment/provider.js +412 -0
  796. package/dist/fulfillment/provider.js.map +1 -0
  797. package/dist/fulfillment/shipping-options.d.ts +5 -0
  798. package/dist/fulfillment/shipping-options.d.ts.map +1 -0
  799. package/dist/fulfillment/shipping-options.js +9 -0
  800. package/dist/fulfillment/shipping-options.js.map +1 -0
  801. package/dist/graphql/clean-graphql.d.ts +5 -0
  802. package/dist/graphql/clean-graphql.d.ts.map +1 -0
  803. package/dist/graphql/clean-graphql.js +83 -0
  804. package/dist/graphql/clean-graphql.js.map +1 -0
  805. package/dist/graphql/extract-relations-from-graphql.d.ts +7 -0
  806. package/dist/graphql/extract-relations-from-graphql.d.ts.map +1 -0
  807. package/dist/graphql/extract-relations-from-graphql.js +36 -0
  808. package/dist/graphql/extract-relations-from-graphql.js.map +1 -0
  809. package/dist/graphql/get-fields-and-relations.d.ts +11 -0
  810. package/dist/graphql/get-fields-and-relations.d.ts.map +1 -0
  811. package/dist/graphql/get-fields-and-relations.js +36 -0
  812. package/dist/graphql/get-fields-and-relations.js.map +1 -0
  813. package/dist/graphql/graphql-parser.d.ts +16 -0
  814. package/dist/graphql/graphql-parser.d.ts.map +1 -0
  815. package/dist/graphql/graphql-parser.js +119 -0
  816. package/dist/graphql/graphql-parser.js.map +1 -0
  817. package/dist/graphql/graphql-to-fields.d.ts +60 -0
  818. package/dist/graphql/graphql-to-fields.d.ts.map +1 -0
  819. package/dist/graphql/graphql-to-fields.js +86 -0
  820. package/dist/graphql/graphql-to-fields.js.map +1 -0
  821. package/dist/graphql/graphql-to-ts-types.d.ts +10 -0
  822. package/dist/graphql/graphql-to-ts-types.d.ts.map +1 -0
  823. package/dist/graphql/graphql-to-ts-types.js +152 -0
  824. package/dist/graphql/graphql-to-ts-types.js.map +1 -0
  825. package/dist/graphql/index.d.ts +11 -0
  826. package/dist/graphql/index.d.ts.map +1 -0
  827. package/dist/graphql/index.js +30 -0
  828. package/dist/graphql/index.js.map +1 -0
  829. package/dist/index.d.ts +38 -0
  830. package/dist/index.d.ts.map +1 -0
  831. package/dist/index.js +55 -0
  832. package/dist/index.js.map +1 -0
  833. package/dist/inventory/events.d.ts +26 -0
  834. package/dist/inventory/events.d.ts.map +1 -0
  835. package/dist/inventory/events.js +40 -0
  836. package/dist/inventory/events.js.map +1 -0
  837. package/dist/inventory/index.d.ts +2 -0
  838. package/dist/inventory/index.d.ts.map +1 -0
  839. package/dist/inventory/index.js +18 -0
  840. package/dist/inventory/index.js.map +1 -0
  841. package/dist/link/compose-link-name.d.ts +3 -0
  842. package/dist/link/compose-link-name.d.ts.map +1 -0
  843. package/dist/link/compose-link-name.js +13 -0
  844. package/dist/link/compose-link-name.js.map +1 -0
  845. package/dist/link/index.d.ts +3 -0
  846. package/dist/link/index.d.ts.map +1 -0
  847. package/dist/link/index.js +19 -0
  848. package/dist/link/index.js.map +1 -0
  849. package/dist/link/links.d.ts +26 -0
  850. package/dist/link/links.d.ts.map +1 -0
  851. package/dist/link/links.js +31 -0
  852. package/dist/link/links.js.map +1 -0
  853. package/dist/migrations/index.d.ts +54 -0
  854. package/dist/migrations/index.d.ts.map +1 -0
  855. package/dist/migrations/index.js +203 -0
  856. package/dist/migrations/index.js.map +1 -0
  857. package/dist/modules-sdk/acmekit-internal-service.d.ts +16 -0
  858. package/dist/modules-sdk/acmekit-internal-service.d.ts.map +1 -0
  859. package/dist/modules-sdk/acmekit-internal-service.js +456 -0
  860. package/dist/modules-sdk/acmekit-internal-service.js.map +1 -0
  861. package/dist/modules-sdk/acmekit-service.d.ts +47 -0
  862. package/dist/modules-sdk/acmekit-service.d.ts.map +1 -0
  863. package/dist/modules-sdk/acmekit-service.js +341 -0
  864. package/dist/modules-sdk/acmekit-service.js.map +1 -0
  865. package/dist/modules-sdk/build-query.d.ts +5 -0
  866. package/dist/modules-sdk/build-query.d.ts.map +1 -0
  867. package/dist/modules-sdk/build-query.js +65 -0
  868. package/dist/modules-sdk/build-query.js.map +1 -0
  869. package/dist/modules-sdk/create-acmekit-mikro-orm-event-subscriber.d.ts +16 -0
  870. package/dist/modules-sdk/create-acmekit-mikro-orm-event-subscriber.d.ts.map +1 -0
  871. package/dist/modules-sdk/create-acmekit-mikro-orm-event-subscriber.js +50 -0
  872. package/dist/modules-sdk/create-acmekit-mikro-orm-event-subscriber.js.map +1 -0
  873. package/dist/modules-sdk/create-pg-connection.d.ts +11 -0
  874. package/dist/modules-sdk/create-pg-connection.d.ts.map +1 -0
  875. package/dist/modules-sdk/create-pg-connection.js +43 -0
  876. package/dist/modules-sdk/create-pg-connection.js.map +1 -0
  877. package/dist/modules-sdk/decorators/context-parameter.d.ts +6 -0
  878. package/dist/modules-sdk/decorators/context-parameter.d.ts.map +1 -0
  879. package/dist/modules-sdk/decorators/context-parameter.js +15 -0
  880. package/dist/modules-sdk/decorators/context-parameter.js.map +1 -0
  881. package/dist/modules-sdk/decorators/emit-events.d.ts +9 -0
  882. package/dist/modules-sdk/decorators/emit-events.d.ts.map +1 -0
  883. package/dist/modules-sdk/decorators/emit-events.js +36 -0
  884. package/dist/modules-sdk/decorators/emit-events.js.map +1 -0
  885. package/dist/modules-sdk/decorators/index.d.ts +7 -0
  886. package/dist/modules-sdk/decorators/index.d.ts.map +1 -0
  887. package/dist/modules-sdk/decorators/index.js +23 -0
  888. package/dist/modules-sdk/decorators/index.js.map +1 -0
  889. package/dist/modules-sdk/decorators/inject-into-context.d.ts +2 -0
  890. package/dist/modules-sdk/decorators/inject-into-context.d.ts.map +1 -0
  891. package/dist/modules-sdk/decorators/inject-into-context.js +24 -0
  892. package/dist/modules-sdk/decorators/inject-into-context.js.map +1 -0
  893. package/dist/modules-sdk/decorators/inject-manager.d.ts +2 -0
  894. package/dist/modules-sdk/decorators/inject-manager.d.ts.map +1 -0
  895. package/dist/modules-sdk/decorators/inject-manager.js +49 -0
  896. package/dist/modules-sdk/decorators/inject-manager.js.map +1 -0
  897. package/dist/modules-sdk/decorators/inject-shared-context.d.ts +2 -0
  898. package/dist/modules-sdk/decorators/inject-shared-context.d.ts.map +1 -0
  899. package/dist/modules-sdk/decorators/inject-shared-context.js +21 -0
  900. package/dist/modules-sdk/decorators/inject-shared-context.js.map +1 -0
  901. package/dist/modules-sdk/decorators/inject-transaction-manager.d.ts +2 -0
  902. package/dist/modules-sdk/decorators/inject-transaction-manager.d.ts.map +1 -0
  903. package/dist/modules-sdk/decorators/inject-transaction-manager.js +49 -0
  904. package/dist/modules-sdk/decorators/inject-transaction-manager.js.map +1 -0
  905. package/dist/modules-sdk/decorators/module.d.ts +2 -0
  906. package/dist/modules-sdk/decorators/module.d.ts.map +1 -0
  907. package/dist/modules-sdk/decorators/module.js +3 -0
  908. package/dist/modules-sdk/decorators/module.js.map +1 -0
  909. package/dist/modules-sdk/define-link.d.ts +70 -0
  910. package/dist/modules-sdk/define-link.d.ts.map +1 -0
  911. package/dist/modules-sdk/define-link.js +362 -0
  912. package/dist/modules-sdk/define-link.js.map +1 -0
  913. package/dist/modules-sdk/define-policies.d.ts +61 -0
  914. package/dist/modules-sdk/define-policies.d.ts.map +1 -0
  915. package/dist/modules-sdk/define-policies.js +84 -0
  916. package/dist/modules-sdk/define-policies.js.map +1 -0
  917. package/dist/modules-sdk/definition.d.ts +111 -0
  918. package/dist/modules-sdk/definition.d.ts.map +1 -0
  919. package/dist/modules-sdk/definition.js +86 -0
  920. package/dist/modules-sdk/definition.js.map +1 -0
  921. package/dist/modules-sdk/event-builder-factory.d.ts +37 -0
  922. package/dist/modules-sdk/event-builder-factory.d.ts.map +1 -0
  923. package/dist/modules-sdk/event-builder-factory.js +56 -0
  924. package/dist/modules-sdk/event-builder-factory.js.map +1 -0
  925. package/dist/modules-sdk/index.d.ts +27 -0
  926. package/dist/modules-sdk/index.d.ts.map +1 -0
  927. package/dist/modules-sdk/index.js +43 -0
  928. package/dist/modules-sdk/index.js.map +1 -0
  929. package/dist/modules-sdk/joiner-config-builder.d.ts +121 -0
  930. package/dist/modules-sdk/joiner-config-builder.d.ts.map +1 -0
  931. package/dist/modules-sdk/joiner-config-builder.js +437 -0
  932. package/dist/modules-sdk/joiner-config-builder.js.map +1 -0
  933. package/dist/modules-sdk/load-module-database-config.d.ts +9 -0
  934. package/dist/modules-sdk/load-module-database-config.d.ts.map +1 -0
  935. package/dist/modules-sdk/load-module-database-config.js +94 -0
  936. package/dist/modules-sdk/load-module-database-config.js.map +1 -0
  937. package/dist/modules-sdk/loaders/container-loader-factory.d.ts +48 -0
  938. package/dist/modules-sdk/loaders/container-loader-factory.d.ts.map +1 -0
  939. package/dist/modules-sdk/loaders/container-loader-factory.js +105 -0
  940. package/dist/modules-sdk/loaders/container-loader-factory.js.map +1 -0
  941. package/dist/modules-sdk/loaders/load-models.d.ts +6 -0
  942. package/dist/modules-sdk/loaders/load-models.d.ts.map +1 -0
  943. package/dist/modules-sdk/loaders/load-models.js +36 -0
  944. package/dist/modules-sdk/loaders/load-models.js.map +1 -0
  945. package/dist/modules-sdk/loaders/mikro-orm-connection-loader-factory.d.ts +13 -0
  946. package/dist/modules-sdk/loaders/mikro-orm-connection-loader-factory.d.ts.map +1 -0
  947. package/dist/modules-sdk/loaders/mikro-orm-connection-loader-factory.js +25 -0
  948. package/dist/modules-sdk/loaders/mikro-orm-connection-loader-factory.js.map +1 -0
  949. package/dist/modules-sdk/loaders/mikro-orm-connection-loader.d.ts +22 -0
  950. package/dist/modules-sdk/loaders/mikro-orm-connection-loader.d.ts.map +1 -0
  951. package/dist/modules-sdk/loaders/mikro-orm-connection-loader.js +90 -0
  952. package/dist/modules-sdk/loaders/mikro-orm-connection-loader.js.map +1 -0
  953. package/dist/modules-sdk/migration-scripts/index.d.ts +5 -0
  954. package/dist/modules-sdk/migration-scripts/index.d.ts.map +1 -0
  955. package/dist/modules-sdk/migration-scripts/index.js +21 -0
  956. package/dist/modules-sdk/migration-scripts/index.js.map +1 -0
  957. package/dist/modules-sdk/migration-scripts/migration-down.d.ts +14 -0
  958. package/dist/modules-sdk/migration-scripts/migration-down.d.ts.map +1 -0
  959. package/dist/modules-sdk/migration-scripts/migration-down.js +58 -0
  960. package/dist/modules-sdk/migration-scripts/migration-down.js.map +1 -0
  961. package/dist/modules-sdk/migration-scripts/migration-generate.d.ts +14 -0
  962. package/dist/modules-sdk/migration-scripts/migration-generate.d.ts.map +1 -0
  963. package/dist/modules-sdk/migration-scripts/migration-generate.js +51 -0
  964. package/dist/modules-sdk/migration-scripts/migration-generate.js.map +1 -0
  965. package/dist/modules-sdk/migration-scripts/migration-up.d.ts +12 -0
  966. package/dist/modules-sdk/migration-scripts/migration-up.d.ts.map +1 -0
  967. package/dist/modules-sdk/migration-scripts/migration-up.js +53 -0
  968. package/dist/modules-sdk/migration-scripts/migration-up.js.map +1 -0
  969. package/dist/modules-sdk/migration-scripts/seed.d.ts +21 -0
  970. package/dist/modules-sdk/migration-scripts/seed.d.ts.map +1 -0
  971. package/dist/modules-sdk/migration-scripts/seed.js +41 -0
  972. package/dist/modules-sdk/migration-scripts/seed.js.map +1 -0
  973. package/dist/modules-sdk/mikro-orm-cli-config-builder.d.ts +20 -0
  974. package/dist/modules-sdk/mikro-orm-cli-config-builder.d.ts.map +1 -0
  975. package/dist/modules-sdk/mikro-orm-cli-config-builder.js +40 -0
  976. package/dist/modules-sdk/mikro-orm-cli-config-builder.js.map +1 -0
  977. package/dist/modules-sdk/module-provider-registration-key.d.ts +11 -0
  978. package/dist/modules-sdk/module-provider-registration-key.d.ts.map +1 -0
  979. package/dist/modules-sdk/module-provider-registration-key.js +15 -0
  980. package/dist/modules-sdk/module-provider-registration-key.js.map +1 -0
  981. package/dist/modules-sdk/module-provider.d.ts +10 -0
  982. package/dist/modules-sdk/module-provider.d.ts.map +1 -0
  983. package/dist/modules-sdk/module-provider.js +18 -0
  984. package/dist/modules-sdk/module-provider.js.map +1 -0
  985. package/dist/modules-sdk/module.d.ts +16 -0
  986. package/dist/modules-sdk/module.d.ts.map +1 -0
  987. package/dist/modules-sdk/module.js +42 -0
  988. package/dist/modules-sdk/module.js.map +1 -0
  989. package/dist/modules-sdk/modules-to-container-types.d.ts +10 -0
  990. package/dist/modules-sdk/modules-to-container-types.d.ts.map +1 -0
  991. package/dist/modules-sdk/modules-to-container-types.js +116 -0
  992. package/dist/modules-sdk/modules-to-container-types.js.map +1 -0
  993. package/dist/modules-sdk/policy-to-types.d.ts +12 -0
  994. package/dist/modules-sdk/policy-to-types.d.ts.map +1 -0
  995. package/dist/modules-sdk/policy-to-types.js +79 -0
  996. package/dist/modules-sdk/policy-to-types.js.map +1 -0
  997. package/dist/modules-sdk/query-context.d.ts +7 -0
  998. package/dist/modules-sdk/query-context.d.ts.map +1 -0
  999. package/dist/modules-sdk/query-context.js +15 -0
  1000. package/dist/modules-sdk/query-context.js.map +1 -0
  1001. package/dist/modules-sdk/types/acmekit-service.d.ts +154 -0
  1002. package/dist/modules-sdk/types/acmekit-service.d.ts.map +1 -0
  1003. package/dist/modules-sdk/types/acmekit-service.js +3 -0
  1004. package/dist/modules-sdk/types/acmekit-service.js.map +1 -0
  1005. package/dist/modules-sdk/types/links-config.d.ts +133 -0
  1006. package/dist/modules-sdk/types/links-config.d.ts.map +1 -0
  1007. package/dist/modules-sdk/types/links-config.js +6 -0
  1008. package/dist/modules-sdk/types/links-config.js.map +1 -0
  1009. package/dist/notification/abstract-notification-provider.d.ts +112 -0
  1010. package/dist/notification/abstract-notification-provider.d.ts.map +1 -0
  1011. package/dist/notification/abstract-notification-provider.js +107 -0
  1012. package/dist/notification/abstract-notification-provider.js.map +1 -0
  1013. package/dist/notification/common.d.ts +6 -0
  1014. package/dist/notification/common.d.ts.map +1 -0
  1015. package/dist/notification/common.js +10 -0
  1016. package/dist/notification/common.js.map +1 -0
  1017. package/dist/notification/events.d.ts +14 -0
  1018. package/dist/notification/events.d.ts.map +1 -0
  1019. package/dist/notification/events.js +22 -0
  1020. package/dist/notification/events.js.map +1 -0
  1021. package/dist/notification/index.d.ts +4 -0
  1022. package/dist/notification/index.d.ts.map +1 -0
  1023. package/dist/notification/index.js +20 -0
  1024. package/dist/notification/index.js.map +1 -0
  1025. package/dist/orchestration/index.d.ts +3 -0
  1026. package/dist/orchestration/index.d.ts.map +1 -0
  1027. package/dist/orchestration/index.js +19 -0
  1028. package/dist/orchestration/index.js.map +1 -0
  1029. package/dist/orchestration/symbol.d.ts +11 -0
  1030. package/dist/orchestration/symbol.d.ts.map +1 -0
  1031. package/dist/orchestration/symbol.js +14 -0
  1032. package/dist/orchestration/symbol.js.map +1 -0
  1033. package/dist/orchestration/types.d.ts +33 -0
  1034. package/dist/orchestration/types.d.ts.map +1 -0
  1035. package/dist/orchestration/types.js +40 -0
  1036. package/dist/orchestration/types.js.map +1 -0
  1037. package/dist/order/index.d.ts +4 -0
  1038. package/dist/order/index.d.ts.map +1 -0
  1039. package/dist/order/index.js +20 -0
  1040. package/dist/order/index.js.map +1 -0
  1041. package/dist/order/order-change-action.d.ts +25 -0
  1042. package/dist/order/order-change-action.d.ts.map +1 -0
  1043. package/dist/order/order-change-action.js +29 -0
  1044. package/dist/order/order-change-action.js.map +1 -0
  1045. package/dist/order/order-change.d.ts +31 -0
  1046. package/dist/order/order-change.d.ts.map +1 -0
  1047. package/dist/order/order-change.js +36 -0
  1048. package/dist/order/order-change.js.map +1 -0
  1049. package/dist/order/status.d.ts +85 -0
  1050. package/dist/order/status.d.ts.map +1 -0
  1051. package/dist/order/status.js +92 -0
  1052. package/dist/order/status.js.map +1 -0
  1053. package/dist/payment/abstract-payment-provider.d.ts +632 -0
  1054. package/dist/payment/abstract-payment-provider.d.ts.map +1 -0
  1055. package/dist/payment/abstract-payment-provider.js +110 -0
  1056. package/dist/payment/abstract-payment-provider.js.map +1 -0
  1057. package/dist/payment/index.d.ts +5 -0
  1058. package/dist/payment/index.d.ts.map +1 -0
  1059. package/dist/payment/index.js +21 -0
  1060. package/dist/payment/index.js.map +1 -0
  1061. package/dist/payment/payment-collection.d.ts +40 -0
  1062. package/dist/payment/payment-collection.d.ts.map +1 -0
  1063. package/dist/payment/payment-collection.js +44 -0
  1064. package/dist/payment/payment-collection.js.map +1 -0
  1065. package/dist/payment/payment-session.d.ts +32 -0
  1066. package/dist/payment/payment-session.d.ts.map +1 -0
  1067. package/dist/payment/payment-session.js +36 -0
  1068. package/dist/payment/payment-session.js.map +1 -0
  1069. package/dist/payment/webhook.d.ts +37 -0
  1070. package/dist/payment/webhook.d.ts.map +1 -0
  1071. package/dist/payment/webhook.js +42 -0
  1072. package/dist/payment/webhook.js.map +1 -0
  1073. package/dist/pg/index.d.ts +22 -0
  1074. package/dist/pg/index.d.ts.map +1 -0
  1075. package/dist/pg/index.js +52 -0
  1076. package/dist/pg/index.js.map +1 -0
  1077. package/dist/policies/discover-policies.d.ts +5 -0
  1078. package/dist/policies/discover-policies.d.ts.map +1 -0
  1079. package/dist/policies/discover-policies.js +52 -0
  1080. package/dist/policies/discover-policies.js.map +1 -0
  1081. package/dist/policies/index.d.ts +2 -0
  1082. package/dist/policies/index.d.ts.map +1 -0
  1083. package/dist/policies/index.js +18 -0
  1084. package/dist/policies/index.js.map +1 -0
  1085. package/dist/pricing/builders.d.ts +10 -0
  1086. package/dist/pricing/builders.d.ts.map +1 -0
  1087. package/dist/pricing/builders.js +53 -0
  1088. package/dist/pricing/builders.js.map +1 -0
  1089. package/dist/pricing/enums.d.ts +8 -0
  1090. package/dist/pricing/enums.d.ts.map +1 -0
  1091. package/dist/pricing/enums.js +12 -0
  1092. package/dist/pricing/enums.js.map +1 -0
  1093. package/dist/pricing/events.d.ts +38 -0
  1094. package/dist/pricing/events.d.ts.map +1 -0
  1095. package/dist/pricing/events.js +50 -0
  1096. package/dist/pricing/events.js.map +1 -0
  1097. package/dist/pricing/index.d.ts +5 -0
  1098. package/dist/pricing/index.d.ts.map +1 -0
  1099. package/dist/pricing/index.js +21 -0
  1100. package/dist/pricing/index.js.map +1 -0
  1101. package/dist/pricing/price-list.d.ts +9 -0
  1102. package/dist/pricing/price-list.d.ts.map +1 -0
  1103. package/dist/pricing/price-list.js +14 -0
  1104. package/dist/pricing/price-list.js.map +1 -0
  1105. package/dist/product/csv-normalizer.d.ts +43 -0
  1106. package/dist/product/csv-normalizer.d.ts.map +1 -0
  1107. package/dist/product/csv-normalizer.js +382 -0
  1108. package/dist/product/csv-normalizer.js.map +1 -0
  1109. package/dist/product/enums.d.ts +7 -0
  1110. package/dist/product/enums.d.ts.map +1 -0
  1111. package/dist/product/enums.js +11 -0
  1112. package/dist/product/enums.js.map +1 -0
  1113. package/dist/product/events.d.ts +62 -0
  1114. package/dist/product/events.d.ts.map +1 -0
  1115. package/dist/product/events.js +88 -0
  1116. package/dist/product/events.js.map +1 -0
  1117. package/dist/product/get-variant-availability.d.ts +59 -0
  1118. package/dist/product/get-variant-availability.d.ts.map +1 -0
  1119. package/dist/product/get-variant-availability.js +111 -0
  1120. package/dist/product/get-variant-availability.js.map +1 -0
  1121. package/dist/product/index.d.ts +6 -0
  1122. package/dist/product/index.d.ts.map +1 -0
  1123. package/dist/product/index.js +45 -0
  1124. package/dist/product/index.js.map +1 -0
  1125. package/dist/product/validators.d.ts +894 -0
  1126. package/dist/product/validators.d.ts.map +1 -0
  1127. package/dist/product/validators.js +163 -0
  1128. package/dist/product/validators.js.map +1 -0
  1129. package/dist/promotion/index.d.ts +57 -0
  1130. package/dist/promotion/index.d.ts.map +1 -0
  1131. package/dist/promotion/index.js +70 -0
  1132. package/dist/promotion/index.js.map +1 -0
  1133. package/dist/search/abstract-service.d.ts +345 -0
  1134. package/dist/search/abstract-service.d.ts.map +1 -0
  1135. package/dist/search/abstract-service.js +139 -0
  1136. package/dist/search/abstract-service.js.map +1 -0
  1137. package/dist/search/index-types.d.ts +4 -0
  1138. package/dist/search/index-types.d.ts.map +1 -0
  1139. package/dist/search/index-types.js +7 -0
  1140. package/dist/search/index-types.js.map +1 -0
  1141. package/dist/search/index.d.ts +5 -0
  1142. package/dist/search/index.d.ts.map +1 -0
  1143. package/dist/search/index.js +21 -0
  1144. package/dist/search/index.js.map +1 -0
  1145. package/dist/search/search-relations.d.ts +2 -0
  1146. package/dist/search/search-relations.d.ts.map +1 -0
  1147. package/dist/search/search-relations.js +14 -0
  1148. package/dist/search/search-relations.js.map +1 -0
  1149. package/dist/search/variant-keys.d.ts +2 -0
  1150. package/dist/search/variant-keys.d.ts.map +1 -0
  1151. package/dist/search/variant-keys.js +13 -0
  1152. package/dist/search/variant-keys.js.map +1 -0
  1153. package/dist/shipping/index.d.ts +6 -0
  1154. package/dist/shipping/index.d.ts.map +1 -0
  1155. package/dist/shipping/index.js +10 -0
  1156. package/dist/shipping/index.js.map +1 -0
  1157. package/dist/totals/adjustment/index.d.ts +16 -0
  1158. package/dist/totals/adjustment/index.d.ts.map +1 -0
  1159. package/dist/totals/adjustment/index.js +49 -0
  1160. package/dist/totals/adjustment/index.js.map +1 -0
  1161. package/dist/totals/big-number.d.ts +29 -0
  1162. package/dist/totals/big-number.d.ts.map +1 -0
  1163. package/dist/totals/big-number.js +137 -0
  1164. package/dist/totals/big-number.js.map +1 -0
  1165. package/dist/totals/cart/index.d.ts +40 -0
  1166. package/dist/totals/cart/index.d.ts.map +1 -0
  1167. package/dist/totals/cart/index.js +165 -0
  1168. package/dist/totals/cart/index.js.map +1 -0
  1169. package/dist/totals/create-raw-properties-from-bignumber.d.ts +5 -0
  1170. package/dist/totals/create-raw-properties-from-bignumber.d.ts.map +1 -0
  1171. package/dist/totals/create-raw-properties-from-bignumber.js +52 -0
  1172. package/dist/totals/create-raw-properties-from-bignumber.js.map +1 -0
  1173. package/dist/totals/credit-lines/index.d.ts +14 -0
  1174. package/dist/totals/credit-lines/index.d.ts.map +1 -0
  1175. package/dist/totals/credit-lines/index.js +46 -0
  1176. package/dist/totals/credit-lines/index.js.map +1 -0
  1177. package/dist/totals/index.d.ts +9 -0
  1178. package/dist/totals/index.d.ts.map +1 -0
  1179. package/dist/totals/index.js +25 -0
  1180. package/dist/totals/index.js.map +1 -0
  1181. package/dist/totals/line-item/index.d.ts +48 -0
  1182. package/dist/totals/line-item/index.d.ts.map +1 -0
  1183. package/dist/totals/line-item/index.js +123 -0
  1184. package/dist/totals/line-item/index.js.map +1 -0
  1185. package/dist/totals/math.d.ts +26 -0
  1186. package/dist/totals/math.d.ts.map +1 -0
  1187. package/dist/totals/math.js +107 -0
  1188. package/dist/totals/math.js.map +1 -0
  1189. package/dist/totals/promotion/index.d.ts +5 -0
  1190. package/dist/totals/promotion/index.d.ts.map +1 -0
  1191. package/dist/totals/promotion/index.js +124 -0
  1192. package/dist/totals/promotion/index.js.map +1 -0
  1193. package/dist/totals/shipping-method/index.d.ts +28 -0
  1194. package/dist/totals/shipping-method/index.d.ts.map +1 -0
  1195. package/dist/totals/shipping-method/index.js +59 -0
  1196. package/dist/totals/shipping-method/index.js.map +1 -0
  1197. package/dist/totals/tax/index.d.ts +16 -0
  1198. package/dist/totals/tax/index.d.ts.map +1 -0
  1199. package/dist/totals/tax/index.js +37 -0
  1200. package/dist/totals/tax/index.js.map +1 -0
  1201. package/dist/totals/transform-properties-to-bignumber.d.ts +6 -0
  1202. package/dist/totals/transform-properties-to-bignumber.d.ts.map +1 -0
  1203. package/dist/totals/transform-properties-to-bignumber.js +40 -0
  1204. package/dist/totals/transform-properties-to-bignumber.js.map +1 -0
  1205. package/dist/translations/apply-translations-to-tax-lines.d.ts +12 -0
  1206. package/dist/translations/apply-translations-to-tax-lines.d.ts.map +1 -0
  1207. package/dist/translations/apply-translations-to-tax-lines.js +38 -0
  1208. package/dist/translations/apply-translations-to-tax-lines.js.map +1 -0
  1209. package/dist/translations/apply-translations.d.ts +7 -0
  1210. package/dist/translations/apply-translations.d.ts.map +1 -0
  1211. package/dist/translations/apply-translations.js +104 -0
  1212. package/dist/translations/apply-translations.js.map +1 -0
  1213. package/dist/translations/index.d.ts +3 -0
  1214. package/dist/translations/index.d.ts.map +1 -0
  1215. package/dist/translations/index.js +19 -0
  1216. package/dist/translations/index.js.map +1 -0
  1217. package/dist/tsconfig.tsbuildinfo +1 -0
  1218. package/dist/user/events.d.ts +16 -0
  1219. package/dist/user/events.d.ts.map +1 -0
  1220. package/dist/user/events.js +34 -0
  1221. package/dist/user/events.js.map +1 -0
  1222. package/dist/user/index.d.ts +2 -0
  1223. package/dist/user/index.d.ts.map +1 -0
  1224. package/dist/user/index.js +18 -0
  1225. package/dist/user/index.js.map +1 -0
  1226. package/package.json +57 -0
@@ -0,0 +1,894 @@
1
+ import { z } from "@acmekit/deps/zod";
2
+ import { ProductStatus } from "./enums";
3
+ export declare const booleanString: () => z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>;
4
+ export declare const numericString: () => z.ZodEffects<z.ZodNumber, string, number>;
5
+ export declare const IdAssociation: z.ZodObject<{
6
+ id: z.ZodString;
7
+ }, "strip", z.ZodTypeAny, {
8
+ id: string;
9
+ }, {
10
+ id: string;
11
+ }>;
12
+ export declare const CreateVariantPrice: z.ZodObject<{
13
+ currency_code: z.ZodString;
14
+ amount: z.ZodNumber;
15
+ min_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ max_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17
+ rules: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
18
+ }, "strip", z.ZodTypeAny, {
19
+ currency_code: string;
20
+ amount: number;
21
+ rules?: Record<string, string> | undefined;
22
+ min_quantity?: number | null | undefined;
23
+ max_quantity?: number | null | undefined;
24
+ }, {
25
+ currency_code: string;
26
+ amount: number;
27
+ rules?: Record<string, string> | undefined;
28
+ min_quantity?: number | null | undefined;
29
+ max_quantity?: number | null | undefined;
30
+ }>;
31
+ export declare const CreateProductOption: z.ZodObject<{
32
+ title: z.ZodString;
33
+ values: z.ZodArray<z.ZodString, "many">;
34
+ }, "strip", z.ZodTypeAny, {
35
+ values: string[];
36
+ title: string;
37
+ }, {
38
+ values: string[];
39
+ title: string;
40
+ }>;
41
+ export declare const CreateProductVariant: z.ZodObject<{
42
+ title: z.ZodString;
43
+ sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ ean: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ upc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ barcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ hs_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ mid_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ allow_backorder: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>>;
50
+ manage_inventory: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>>;
51
+ variant_rank: z.ZodOptional<z.ZodNumber>;
52
+ weight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
53
+ length: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
54
+ height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
55
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
56
+ origin_country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ material: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
59
+ prices: z.ZodArray<z.ZodObject<{
60
+ currency_code: z.ZodString;
61
+ amount: z.ZodNumber;
62
+ min_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
63
+ max_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
64
+ rules: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
65
+ }, "strip", z.ZodTypeAny, {
66
+ currency_code: string;
67
+ amount: number;
68
+ rules?: Record<string, string> | undefined;
69
+ min_quantity?: number | null | undefined;
70
+ max_quantity?: number | null | undefined;
71
+ }, {
72
+ currency_code: string;
73
+ amount: number;
74
+ rules?: Record<string, string> | undefined;
75
+ min_quantity?: number | null | undefined;
76
+ max_quantity?: number | null | undefined;
77
+ }>, "many">;
78
+ options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
79
+ inventory_items: z.ZodOptional<z.ZodArray<z.ZodObject<{
80
+ inventory_item_id: z.ZodString;
81
+ required_quantity: z.ZodNumber;
82
+ }, "strip", z.ZodTypeAny, {
83
+ inventory_item_id: string;
84
+ required_quantity: number;
85
+ }, {
86
+ inventory_item_id: string;
87
+ required_quantity: number;
88
+ }>, "many">>;
89
+ }, "strict", z.ZodTypeAny, {
90
+ title: string;
91
+ allow_backorder: boolean;
92
+ manage_inventory: boolean;
93
+ prices: {
94
+ currency_code: string;
95
+ amount: number;
96
+ rules?: Record<string, string> | undefined;
97
+ min_quantity?: number | null | undefined;
98
+ max_quantity?: number | null | undefined;
99
+ }[];
100
+ length?: number | null | undefined;
101
+ options?: Record<string, string> | undefined;
102
+ metadata?: Record<string, unknown> | null | undefined;
103
+ sku?: string | null | undefined;
104
+ barcode?: string | null | undefined;
105
+ weight?: number | null | undefined;
106
+ height?: number | null | undefined;
107
+ width?: number | null | undefined;
108
+ hs_code?: string | null | undefined;
109
+ mid_code?: string | null | undefined;
110
+ origin_country?: string | null | undefined;
111
+ material?: string | null | undefined;
112
+ ean?: string | null | undefined;
113
+ upc?: string | null | undefined;
114
+ variant_rank?: number | undefined;
115
+ inventory_items?: {
116
+ inventory_item_id: string;
117
+ required_quantity: number;
118
+ }[] | undefined;
119
+ }, {
120
+ title: string;
121
+ prices: {
122
+ currency_code: string;
123
+ amount: number;
124
+ rules?: Record<string, string> | undefined;
125
+ min_quantity?: number | null | undefined;
126
+ max_quantity?: number | null | undefined;
127
+ }[];
128
+ length?: number | null | undefined;
129
+ options?: Record<string, string> | undefined;
130
+ metadata?: Record<string, unknown> | null | undefined;
131
+ sku?: string | null | undefined;
132
+ barcode?: string | null | undefined;
133
+ weight?: number | null | undefined;
134
+ height?: number | null | undefined;
135
+ width?: number | null | undefined;
136
+ hs_code?: string | null | undefined;
137
+ mid_code?: string | null | undefined;
138
+ origin_country?: string | null | undefined;
139
+ material?: string | null | undefined;
140
+ ean?: string | null | undefined;
141
+ upc?: string | null | undefined;
142
+ allow_backorder?: string | boolean | undefined;
143
+ manage_inventory?: string | boolean | undefined;
144
+ variant_rank?: number | undefined;
145
+ inventory_items?: {
146
+ inventory_item_id: string;
147
+ required_quantity: number;
148
+ }[] | undefined;
149
+ }>;
150
+ export declare const CreateProduct: z.ZodObject<{
151
+ title: z.ZodString;
152
+ subtitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
154
+ is_giftcard: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>>;
155
+ discountable: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>>;
156
+ images: z.ZodOptional<z.ZodArray<z.ZodObject<{
157
+ url: z.ZodString;
158
+ }, "strip", z.ZodTypeAny, {
159
+ url: string;
160
+ }, {
161
+ url: string;
162
+ }>, "many">>;
163
+ thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
164
+ handle: z.ZodOptional<z.ZodString>;
165
+ status: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof ProductStatus>>>;
166
+ external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
167
+ type_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
168
+ collection_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
169
+ categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
170
+ id: z.ZodString;
171
+ }, "strip", z.ZodTypeAny, {
172
+ id: string;
173
+ }, {
174
+ id: string;
175
+ }>, "many">>;
176
+ tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
177
+ id: z.ZodString;
178
+ }, "strip", z.ZodTypeAny, {
179
+ id: string;
180
+ }, {
181
+ id: string;
182
+ }>, "many">>;
183
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
184
+ title: z.ZodString;
185
+ values: z.ZodArray<z.ZodString, "many">;
186
+ }, "strip", z.ZodTypeAny, {
187
+ values: string[];
188
+ title: string;
189
+ }, {
190
+ values: string[];
191
+ title: string;
192
+ }>, "many">>;
193
+ variants: z.ZodOptional<z.ZodArray<z.ZodObject<{
194
+ title: z.ZodString;
195
+ sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
196
+ ean: z.ZodOptional<z.ZodNullable<z.ZodString>>;
197
+ upc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
198
+ barcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
199
+ hs_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
200
+ mid_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
201
+ allow_backorder: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>>;
202
+ manage_inventory: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>>;
203
+ variant_rank: z.ZodOptional<z.ZodNumber>;
204
+ weight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
205
+ length: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
206
+ height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
207
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
208
+ origin_country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
209
+ material: z.ZodOptional<z.ZodNullable<z.ZodString>>;
210
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
211
+ prices: z.ZodArray<z.ZodObject<{
212
+ currency_code: z.ZodString;
213
+ amount: z.ZodNumber;
214
+ min_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
215
+ max_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
216
+ rules: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
217
+ }, "strip", z.ZodTypeAny, {
218
+ currency_code: string;
219
+ amount: number;
220
+ rules?: Record<string, string> | undefined;
221
+ min_quantity?: number | null | undefined;
222
+ max_quantity?: number | null | undefined;
223
+ }, {
224
+ currency_code: string;
225
+ amount: number;
226
+ rules?: Record<string, string> | undefined;
227
+ min_quantity?: number | null | undefined;
228
+ max_quantity?: number | null | undefined;
229
+ }>, "many">;
230
+ options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
231
+ inventory_items: z.ZodOptional<z.ZodArray<z.ZodObject<{
232
+ inventory_item_id: z.ZodString;
233
+ required_quantity: z.ZodNumber;
234
+ }, "strip", z.ZodTypeAny, {
235
+ inventory_item_id: string;
236
+ required_quantity: number;
237
+ }, {
238
+ inventory_item_id: string;
239
+ required_quantity: number;
240
+ }>, "many">>;
241
+ }, "strict", z.ZodTypeAny, {
242
+ title: string;
243
+ allow_backorder: boolean;
244
+ manage_inventory: boolean;
245
+ prices: {
246
+ currency_code: string;
247
+ amount: number;
248
+ rules?: Record<string, string> | undefined;
249
+ min_quantity?: number | null | undefined;
250
+ max_quantity?: number | null | undefined;
251
+ }[];
252
+ length?: number | null | undefined;
253
+ options?: Record<string, string> | undefined;
254
+ metadata?: Record<string, unknown> | null | undefined;
255
+ sku?: string | null | undefined;
256
+ barcode?: string | null | undefined;
257
+ weight?: number | null | undefined;
258
+ height?: number | null | undefined;
259
+ width?: number | null | undefined;
260
+ hs_code?: string | null | undefined;
261
+ mid_code?: string | null | undefined;
262
+ origin_country?: string | null | undefined;
263
+ material?: string | null | undefined;
264
+ ean?: string | null | undefined;
265
+ upc?: string | null | undefined;
266
+ variant_rank?: number | undefined;
267
+ inventory_items?: {
268
+ inventory_item_id: string;
269
+ required_quantity: number;
270
+ }[] | undefined;
271
+ }, {
272
+ title: string;
273
+ prices: {
274
+ currency_code: string;
275
+ amount: number;
276
+ rules?: Record<string, string> | undefined;
277
+ min_quantity?: number | null | undefined;
278
+ max_quantity?: number | null | undefined;
279
+ }[];
280
+ length?: number | null | undefined;
281
+ options?: Record<string, string> | undefined;
282
+ metadata?: Record<string, unknown> | null | undefined;
283
+ sku?: string | null | undefined;
284
+ barcode?: string | null | undefined;
285
+ weight?: number | null | undefined;
286
+ height?: number | null | undefined;
287
+ width?: number | null | undefined;
288
+ hs_code?: string | null | undefined;
289
+ mid_code?: string | null | undefined;
290
+ origin_country?: string | null | undefined;
291
+ material?: string | null | undefined;
292
+ ean?: string | null | undefined;
293
+ upc?: string | null | undefined;
294
+ allow_backorder?: string | boolean | undefined;
295
+ manage_inventory?: string | boolean | undefined;
296
+ variant_rank?: number | undefined;
297
+ inventory_items?: {
298
+ inventory_item_id: string;
299
+ required_quantity: number;
300
+ }[] | undefined;
301
+ }>, "many">>;
302
+ sales_channels: z.ZodOptional<z.ZodArray<z.ZodObject<{
303
+ id: z.ZodString;
304
+ }, "strip", z.ZodTypeAny, {
305
+ id: string;
306
+ }, {
307
+ id: string;
308
+ }>, "many">>;
309
+ shipping_profile_id: z.ZodOptional<z.ZodString>;
310
+ weight: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
311
+ length: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
312
+ height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
313
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
314
+ hs_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
315
+ mid_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
316
+ origin_country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
317
+ material: z.ZodOptional<z.ZodNullable<z.ZodString>>;
318
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
319
+ }, "strict", z.ZodTypeAny, {
320
+ title: string;
321
+ is_giftcard: boolean;
322
+ discountable: boolean;
323
+ status: ProductStatus;
324
+ length?: number | null | undefined;
325
+ description?: string | null | undefined;
326
+ options?: {
327
+ values: string[];
328
+ title: string;
329
+ }[] | undefined;
330
+ metadata?: Record<string, unknown> | null | undefined;
331
+ shipping_profile_id?: string | undefined;
332
+ subtitle?: string | null | undefined;
333
+ images?: {
334
+ url: string;
335
+ }[] | undefined;
336
+ thumbnail?: string | null | undefined;
337
+ handle?: string | undefined;
338
+ type_id?: string | null | undefined;
339
+ external_id?: string | null | undefined;
340
+ collection_id?: string | null | undefined;
341
+ categories?: {
342
+ id: string;
343
+ }[] | undefined;
344
+ tags?: {
345
+ id: string;
346
+ }[] | undefined;
347
+ variants?: {
348
+ title: string;
349
+ allow_backorder: boolean;
350
+ manage_inventory: boolean;
351
+ prices: {
352
+ currency_code: string;
353
+ amount: number;
354
+ rules?: Record<string, string> | undefined;
355
+ min_quantity?: number | null | undefined;
356
+ max_quantity?: number | null | undefined;
357
+ }[];
358
+ length?: number | null | undefined;
359
+ options?: Record<string, string> | undefined;
360
+ metadata?: Record<string, unknown> | null | undefined;
361
+ sku?: string | null | undefined;
362
+ barcode?: string | null | undefined;
363
+ weight?: number | null | undefined;
364
+ height?: number | null | undefined;
365
+ width?: number | null | undefined;
366
+ hs_code?: string | null | undefined;
367
+ mid_code?: string | null | undefined;
368
+ origin_country?: string | null | undefined;
369
+ material?: string | null | undefined;
370
+ ean?: string | null | undefined;
371
+ upc?: string | null | undefined;
372
+ variant_rank?: number | undefined;
373
+ inventory_items?: {
374
+ inventory_item_id: string;
375
+ required_quantity: number;
376
+ }[] | undefined;
377
+ }[] | undefined;
378
+ sales_channels?: {
379
+ id: string;
380
+ }[] | undefined;
381
+ weight?: number | null | undefined;
382
+ height?: number | null | undefined;
383
+ width?: number | null | undefined;
384
+ hs_code?: string | null | undefined;
385
+ mid_code?: string | null | undefined;
386
+ origin_country?: string | null | undefined;
387
+ material?: string | null | undefined;
388
+ }, {
389
+ title: string;
390
+ length?: number | null | undefined;
391
+ description?: string | null | undefined;
392
+ options?: {
393
+ values: string[];
394
+ title: string;
395
+ }[] | undefined;
396
+ metadata?: Record<string, unknown> | null | undefined;
397
+ shipping_profile_id?: string | undefined;
398
+ subtitle?: string | null | undefined;
399
+ is_giftcard?: string | boolean | undefined;
400
+ discountable?: string | boolean | undefined;
401
+ images?: {
402
+ url: string;
403
+ }[] | undefined;
404
+ thumbnail?: string | null | undefined;
405
+ handle?: string | undefined;
406
+ status?: ProductStatus | undefined;
407
+ type_id?: string | null | undefined;
408
+ external_id?: string | null | undefined;
409
+ collection_id?: string | null | undefined;
410
+ categories?: {
411
+ id: string;
412
+ }[] | undefined;
413
+ tags?: {
414
+ id: string;
415
+ }[] | undefined;
416
+ variants?: {
417
+ title: string;
418
+ prices: {
419
+ currency_code: string;
420
+ amount: number;
421
+ rules?: Record<string, string> | undefined;
422
+ min_quantity?: number | null | undefined;
423
+ max_quantity?: number | null | undefined;
424
+ }[];
425
+ length?: number | null | undefined;
426
+ options?: Record<string, string> | undefined;
427
+ metadata?: Record<string, unknown> | null | undefined;
428
+ sku?: string | null | undefined;
429
+ barcode?: string | null | undefined;
430
+ weight?: number | null | undefined;
431
+ height?: number | null | undefined;
432
+ width?: number | null | undefined;
433
+ hs_code?: string | null | undefined;
434
+ mid_code?: string | null | undefined;
435
+ origin_country?: string | null | undefined;
436
+ material?: string | null | undefined;
437
+ ean?: string | null | undefined;
438
+ upc?: string | null | undefined;
439
+ allow_backorder?: string | boolean | undefined;
440
+ manage_inventory?: string | boolean | undefined;
441
+ variant_rank?: number | undefined;
442
+ inventory_items?: {
443
+ inventory_item_id: string;
444
+ required_quantity: number;
445
+ }[] | undefined;
446
+ }[] | undefined;
447
+ sales_channels?: {
448
+ id: string;
449
+ }[] | undefined;
450
+ weight?: number | null | undefined;
451
+ height?: number | null | undefined;
452
+ width?: number | null | undefined;
453
+ hs_code?: string | null | undefined;
454
+ mid_code?: string | null | undefined;
455
+ origin_country?: string | null | undefined;
456
+ material?: string | null | undefined;
457
+ }>;
458
+ export declare const UpdateProductOption: z.ZodObject<{
459
+ id: z.ZodOptional<z.ZodString>;
460
+ title: z.ZodOptional<z.ZodString>;
461
+ values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
462
+ }, "strip", z.ZodTypeAny, {
463
+ id?: string | undefined;
464
+ values?: string[] | undefined;
465
+ title?: string | undefined;
466
+ }, {
467
+ id?: string | undefined;
468
+ values?: string[] | undefined;
469
+ title?: string | undefined;
470
+ }>;
471
+ export declare const UpdateVariantPrice: z.ZodObject<{
472
+ id: z.ZodOptional<z.ZodString>;
473
+ currency_code: z.ZodOptional<z.ZodString>;
474
+ amount: z.ZodOptional<z.ZodNumber>;
475
+ min_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
476
+ max_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
477
+ rules: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
478
+ }, "strip", z.ZodTypeAny, {
479
+ id?: string | undefined;
480
+ rules?: Record<string, string> | undefined;
481
+ currency_code?: string | undefined;
482
+ amount?: number | undefined;
483
+ min_quantity?: number | null | undefined;
484
+ max_quantity?: number | null | undefined;
485
+ }, {
486
+ id?: string | undefined;
487
+ rules?: Record<string, string> | undefined;
488
+ currency_code?: string | undefined;
489
+ amount?: number | undefined;
490
+ min_quantity?: number | null | undefined;
491
+ max_quantity?: number | null | undefined;
492
+ }>;
493
+ export declare const UpdateProductVariant: z.ZodObject<{
494
+ id: z.ZodOptional<z.ZodString>;
495
+ title: z.ZodOptional<z.ZodString>;
496
+ prices: z.ZodOptional<z.ZodArray<z.ZodObject<{
497
+ id: z.ZodOptional<z.ZodString>;
498
+ currency_code: z.ZodOptional<z.ZodString>;
499
+ amount: z.ZodOptional<z.ZodNumber>;
500
+ min_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
501
+ max_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
502
+ rules: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
503
+ }, "strip", z.ZodTypeAny, {
504
+ id?: string | undefined;
505
+ rules?: Record<string, string> | undefined;
506
+ currency_code?: string | undefined;
507
+ amount?: number | undefined;
508
+ min_quantity?: number | null | undefined;
509
+ max_quantity?: number | null | undefined;
510
+ }, {
511
+ id?: string | undefined;
512
+ rules?: Record<string, string> | undefined;
513
+ currency_code?: string | undefined;
514
+ amount?: number | undefined;
515
+ min_quantity?: number | null | undefined;
516
+ max_quantity?: number | null | undefined;
517
+ }>, "many">>;
518
+ sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
519
+ ean: z.ZodOptional<z.ZodNullable<z.ZodString>>;
520
+ upc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
521
+ barcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
522
+ hs_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
523
+ mid_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
524
+ allow_backorder: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>;
525
+ manage_inventory: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>;
526
+ variant_rank: z.ZodOptional<z.ZodNumber>;
527
+ weight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
528
+ length: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
529
+ height: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
530
+ width: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
531
+ origin_country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
532
+ material: z.ZodOptional<z.ZodNullable<z.ZodString>>;
533
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
534
+ options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
535
+ }, "strict", z.ZodTypeAny, {
536
+ id?: string | undefined;
537
+ length?: string | null | undefined;
538
+ options?: Record<string, string> | undefined;
539
+ metadata?: Record<string, unknown> | null | undefined;
540
+ title?: string | undefined;
541
+ sku?: string | null | undefined;
542
+ barcode?: string | null | undefined;
543
+ weight?: string | null | undefined;
544
+ height?: string | null | undefined;
545
+ width?: string | null | undefined;
546
+ hs_code?: string | null | undefined;
547
+ mid_code?: string | null | undefined;
548
+ origin_country?: string | null | undefined;
549
+ material?: string | null | undefined;
550
+ ean?: string | null | undefined;
551
+ upc?: string | null | undefined;
552
+ allow_backorder?: boolean | undefined;
553
+ manage_inventory?: boolean | undefined;
554
+ variant_rank?: number | undefined;
555
+ prices?: {
556
+ id?: string | undefined;
557
+ rules?: Record<string, string> | undefined;
558
+ currency_code?: string | undefined;
559
+ amount?: number | undefined;
560
+ min_quantity?: number | null | undefined;
561
+ max_quantity?: number | null | undefined;
562
+ }[] | undefined;
563
+ }, {
564
+ id?: string | undefined;
565
+ length?: number | null | undefined;
566
+ options?: Record<string, string> | undefined;
567
+ metadata?: Record<string, unknown> | null | undefined;
568
+ title?: string | undefined;
569
+ sku?: string | null | undefined;
570
+ barcode?: string | null | undefined;
571
+ weight?: number | null | undefined;
572
+ height?: number | null | undefined;
573
+ width?: number | null | undefined;
574
+ hs_code?: string | null | undefined;
575
+ mid_code?: string | null | undefined;
576
+ origin_country?: string | null | undefined;
577
+ material?: string | null | undefined;
578
+ ean?: string | null | undefined;
579
+ upc?: string | null | undefined;
580
+ allow_backorder?: string | boolean | undefined;
581
+ manage_inventory?: string | boolean | undefined;
582
+ variant_rank?: number | undefined;
583
+ prices?: {
584
+ id?: string | undefined;
585
+ rules?: Record<string, string> | undefined;
586
+ currency_code?: string | undefined;
587
+ amount?: number | undefined;
588
+ min_quantity?: number | null | undefined;
589
+ max_quantity?: number | null | undefined;
590
+ }[] | undefined;
591
+ }>;
592
+ export declare const UpdateProduct: z.ZodObject<{
593
+ id: z.ZodString;
594
+ title: z.ZodOptional<z.ZodString>;
595
+ discountable: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>;
596
+ is_giftcard: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>;
597
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
598
+ id: z.ZodOptional<z.ZodString>;
599
+ title: z.ZodOptional<z.ZodString>;
600
+ values: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
601
+ }, "strip", z.ZodTypeAny, {
602
+ id?: string | undefined;
603
+ values?: string[] | undefined;
604
+ title?: string | undefined;
605
+ }, {
606
+ id?: string | undefined;
607
+ values?: string[] | undefined;
608
+ title?: string | undefined;
609
+ }>, "many">>;
610
+ variants: z.ZodOptional<z.ZodArray<z.ZodObject<{
611
+ id: z.ZodOptional<z.ZodString>;
612
+ title: z.ZodOptional<z.ZodString>;
613
+ prices: z.ZodOptional<z.ZodArray<z.ZodObject<{
614
+ id: z.ZodOptional<z.ZodString>;
615
+ currency_code: z.ZodOptional<z.ZodString>;
616
+ amount: z.ZodOptional<z.ZodNumber>;
617
+ min_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
618
+ max_quantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
619
+ rules: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
620
+ }, "strip", z.ZodTypeAny, {
621
+ id?: string | undefined;
622
+ rules?: Record<string, string> | undefined;
623
+ currency_code?: string | undefined;
624
+ amount?: number | undefined;
625
+ min_quantity?: number | null | undefined;
626
+ max_quantity?: number | null | undefined;
627
+ }, {
628
+ id?: string | undefined;
629
+ rules?: Record<string, string> | undefined;
630
+ currency_code?: string | undefined;
631
+ amount?: number | undefined;
632
+ min_quantity?: number | null | undefined;
633
+ max_quantity?: number | null | undefined;
634
+ }>, "many">>;
635
+ sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
636
+ ean: z.ZodOptional<z.ZodNullable<z.ZodString>>;
637
+ upc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
638
+ barcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
639
+ hs_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
640
+ mid_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
641
+ allow_backorder: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>;
642
+ manage_inventory: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodString]>, string | boolean, string | boolean>, boolean, string | boolean>>;
643
+ variant_rank: z.ZodOptional<z.ZodNumber>;
644
+ weight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
645
+ length: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
646
+ height: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
647
+ width: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
648
+ origin_country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
649
+ material: z.ZodOptional<z.ZodNullable<z.ZodString>>;
650
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
651
+ options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
652
+ }, "strict", z.ZodTypeAny, {
653
+ id?: string | undefined;
654
+ length?: string | null | undefined;
655
+ options?: Record<string, string> | undefined;
656
+ metadata?: Record<string, unknown> | null | undefined;
657
+ title?: string | undefined;
658
+ sku?: string | null | undefined;
659
+ barcode?: string | null | undefined;
660
+ weight?: string | null | undefined;
661
+ height?: string | null | undefined;
662
+ width?: string | null | undefined;
663
+ hs_code?: string | null | undefined;
664
+ mid_code?: string | null | undefined;
665
+ origin_country?: string | null | undefined;
666
+ material?: string | null | undefined;
667
+ ean?: string | null | undefined;
668
+ upc?: string | null | undefined;
669
+ allow_backorder?: boolean | undefined;
670
+ manage_inventory?: boolean | undefined;
671
+ variant_rank?: number | undefined;
672
+ prices?: {
673
+ id?: string | undefined;
674
+ rules?: Record<string, string> | undefined;
675
+ currency_code?: string | undefined;
676
+ amount?: number | undefined;
677
+ min_quantity?: number | null | undefined;
678
+ max_quantity?: number | null | undefined;
679
+ }[] | undefined;
680
+ }, {
681
+ id?: string | undefined;
682
+ length?: number | null | undefined;
683
+ options?: Record<string, string> | undefined;
684
+ metadata?: Record<string, unknown> | null | undefined;
685
+ title?: string | undefined;
686
+ sku?: string | null | undefined;
687
+ barcode?: string | null | undefined;
688
+ weight?: number | null | undefined;
689
+ height?: number | null | undefined;
690
+ width?: number | null | undefined;
691
+ hs_code?: string | null | undefined;
692
+ mid_code?: string | null | undefined;
693
+ origin_country?: string | null | undefined;
694
+ material?: string | null | undefined;
695
+ ean?: string | null | undefined;
696
+ upc?: string | null | undefined;
697
+ allow_backorder?: string | boolean | undefined;
698
+ manage_inventory?: string | boolean | undefined;
699
+ variant_rank?: number | undefined;
700
+ prices?: {
701
+ id?: string | undefined;
702
+ rules?: Record<string, string> | undefined;
703
+ currency_code?: string | undefined;
704
+ amount?: number | undefined;
705
+ min_quantity?: number | null | undefined;
706
+ max_quantity?: number | null | undefined;
707
+ }[] | undefined;
708
+ }>, "many">>;
709
+ status: z.ZodOptional<z.ZodNativeEnum<typeof ProductStatus>>;
710
+ subtitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
711
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
712
+ images: z.ZodOptional<z.ZodArray<z.ZodObject<{
713
+ url: z.ZodString;
714
+ }, "strip", z.ZodTypeAny, {
715
+ url: string;
716
+ }, {
717
+ url: string;
718
+ }>, "many">>;
719
+ thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
720
+ handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
721
+ type_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
722
+ external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
723
+ collection_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
724
+ categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
725
+ id: z.ZodString;
726
+ }, "strip", z.ZodTypeAny, {
727
+ id: string;
728
+ }, {
729
+ id: string;
730
+ }>, "many">>;
731
+ tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
732
+ id: z.ZodString;
733
+ }, "strip", z.ZodTypeAny, {
734
+ id: string;
735
+ }, {
736
+ id: string;
737
+ }>, "many">>;
738
+ sales_channels: z.ZodOptional<z.ZodArray<z.ZodObject<{
739
+ id: z.ZodString;
740
+ }, "strip", z.ZodTypeAny, {
741
+ id: string;
742
+ }, {
743
+ id: string;
744
+ }>, "many">>;
745
+ shipping_profile_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
746
+ weight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
747
+ length: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
748
+ height: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
749
+ width: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, string, number>>>;
750
+ hs_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
751
+ mid_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
752
+ origin_country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
753
+ material: z.ZodOptional<z.ZodNullable<z.ZodString>>;
754
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
755
+ }, "strict", z.ZodTypeAny, {
756
+ id: string;
757
+ length?: string | null | undefined;
758
+ description?: string | null | undefined;
759
+ options?: {
760
+ id?: string | undefined;
761
+ values?: string[] | undefined;
762
+ title?: string | undefined;
763
+ }[] | undefined;
764
+ metadata?: Record<string, unknown> | null | undefined;
765
+ title?: string | undefined;
766
+ shipping_profile_id?: string | null | undefined;
767
+ subtitle?: string | null | undefined;
768
+ is_giftcard?: boolean | undefined;
769
+ discountable?: boolean | undefined;
770
+ images?: {
771
+ url: string;
772
+ }[] | undefined;
773
+ thumbnail?: string | null | undefined;
774
+ handle?: string | null | undefined;
775
+ status?: ProductStatus | undefined;
776
+ type_id?: string | null | undefined;
777
+ external_id?: string | null | undefined;
778
+ collection_id?: string | null | undefined;
779
+ categories?: {
780
+ id: string;
781
+ }[] | undefined;
782
+ tags?: {
783
+ id: string;
784
+ }[] | undefined;
785
+ variants?: {
786
+ id?: string | undefined;
787
+ length?: string | null | undefined;
788
+ options?: Record<string, string> | undefined;
789
+ metadata?: Record<string, unknown> | null | undefined;
790
+ title?: string | undefined;
791
+ sku?: string | null | undefined;
792
+ barcode?: string | null | undefined;
793
+ weight?: string | null | undefined;
794
+ height?: string | null | undefined;
795
+ width?: string | null | undefined;
796
+ hs_code?: string | null | undefined;
797
+ mid_code?: string | null | undefined;
798
+ origin_country?: string | null | undefined;
799
+ material?: string | null | undefined;
800
+ ean?: string | null | undefined;
801
+ upc?: string | null | undefined;
802
+ allow_backorder?: boolean | undefined;
803
+ manage_inventory?: boolean | undefined;
804
+ variant_rank?: number | undefined;
805
+ prices?: {
806
+ id?: string | undefined;
807
+ rules?: Record<string, string> | undefined;
808
+ currency_code?: string | undefined;
809
+ amount?: number | undefined;
810
+ min_quantity?: number | null | undefined;
811
+ max_quantity?: number | null | undefined;
812
+ }[] | undefined;
813
+ }[] | undefined;
814
+ sales_channels?: {
815
+ id: string;
816
+ }[] | undefined;
817
+ weight?: string | null | undefined;
818
+ height?: string | null | undefined;
819
+ width?: string | null | undefined;
820
+ hs_code?: string | null | undefined;
821
+ mid_code?: string | null | undefined;
822
+ origin_country?: string | null | undefined;
823
+ material?: string | null | undefined;
824
+ }, {
825
+ id: string;
826
+ length?: number | null | undefined;
827
+ description?: string | null | undefined;
828
+ options?: {
829
+ id?: string | undefined;
830
+ values?: string[] | undefined;
831
+ title?: string | undefined;
832
+ }[] | undefined;
833
+ metadata?: Record<string, unknown> | null | undefined;
834
+ title?: string | undefined;
835
+ shipping_profile_id?: string | null | undefined;
836
+ subtitle?: string | null | undefined;
837
+ is_giftcard?: string | boolean | undefined;
838
+ discountable?: string | boolean | undefined;
839
+ images?: {
840
+ url: string;
841
+ }[] | undefined;
842
+ thumbnail?: string | null | undefined;
843
+ handle?: string | null | undefined;
844
+ status?: ProductStatus | undefined;
845
+ type_id?: string | null | undefined;
846
+ external_id?: string | null | undefined;
847
+ collection_id?: string | null | undefined;
848
+ categories?: {
849
+ id: string;
850
+ }[] | undefined;
851
+ tags?: {
852
+ id: string;
853
+ }[] | undefined;
854
+ variants?: {
855
+ id?: string | undefined;
856
+ length?: number | null | undefined;
857
+ options?: Record<string, string> | undefined;
858
+ metadata?: Record<string, unknown> | null | undefined;
859
+ title?: string | undefined;
860
+ sku?: string | null | undefined;
861
+ barcode?: string | null | undefined;
862
+ weight?: number | null | undefined;
863
+ height?: number | null | undefined;
864
+ width?: number | null | undefined;
865
+ hs_code?: string | null | undefined;
866
+ mid_code?: string | null | undefined;
867
+ origin_country?: string | null | undefined;
868
+ material?: string | null | undefined;
869
+ ean?: string | null | undefined;
870
+ upc?: string | null | undefined;
871
+ allow_backorder?: string | boolean | undefined;
872
+ manage_inventory?: string | boolean | undefined;
873
+ variant_rank?: number | undefined;
874
+ prices?: {
875
+ id?: string | undefined;
876
+ rules?: Record<string, string> | undefined;
877
+ currency_code?: string | undefined;
878
+ amount?: number | undefined;
879
+ min_quantity?: number | null | undefined;
880
+ max_quantity?: number | null | undefined;
881
+ }[] | undefined;
882
+ }[] | undefined;
883
+ sales_channels?: {
884
+ id: string;
885
+ }[] | undefined;
886
+ weight?: number | null | undefined;
887
+ height?: number | null | undefined;
888
+ width?: number | null | undefined;
889
+ hs_code?: string | null | undefined;
890
+ mid_code?: string | null | undefined;
891
+ origin_country?: string | null | undefined;
892
+ material?: string | null | undefined;
893
+ }>;
894
+ //# sourceMappingURL=validators.d.ts.map