@augno/sdk 0.13.4 → 0.15.0

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 (557) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
  3. package/resources/catalog/catalog.d.mts +10 -10
  4. package/resources/catalog/catalog.d.mts.map +1 -1
  5. package/resources/catalog/catalog.d.ts +10 -10
  6. package/resources/catalog/catalog.d.ts.map +1 -1
  7. package/resources/catalog/catalog.js +10 -10
  8. package/resources/catalog/catalog.js.map +1 -1
  9. package/resources/catalog/catalog.mjs +10 -10
  10. package/resources/catalog/catalog.mjs.map +1 -1
  11. package/resources/catalog/index.d.mts +5 -5
  12. package/resources/catalog/index.d.ts +5 -5
  13. package/resources/catalog/index.js +14 -14
  14. package/resources/catalog/index.js.map +1 -1
  15. package/resources/catalog/index.mjs +5 -5
  16. package/resources/catalog/item-categories/actions.d.mts +93 -0
  17. package/resources/catalog/item-categories/actions.d.mts.map +1 -0
  18. package/resources/catalog/item-categories/actions.d.ts +93 -0
  19. package/resources/catalog/item-categories/actions.d.ts.map +1 -0
  20. package/resources/catalog/item-categories/actions.js +35 -0
  21. package/resources/catalog/item-categories/actions.js.map +1 -0
  22. package/resources/catalog/item-categories/actions.mjs +31 -0
  23. package/resources/catalog/item-categories/actions.mjs.map +1 -0
  24. package/resources/catalog/item-categories/index.d.mts +1 -0
  25. package/resources/catalog/item-categories/index.d.mts.map +1 -1
  26. package/resources/catalog/item-categories/index.d.ts +1 -0
  27. package/resources/catalog/item-categories/index.d.ts.map +1 -1
  28. package/resources/catalog/item-categories/index.js +3 -1
  29. package/resources/catalog/item-categories/index.js.map +1 -1
  30. package/resources/catalog/item-categories/index.mjs +1 -0
  31. package/resources/catalog/item-categories/index.mjs.map +1 -1
  32. package/resources/catalog/item-categories/item-categories.d.mts +4 -0
  33. package/resources/catalog/item-categories/item-categories.d.mts.map +1 -1
  34. package/resources/catalog/item-categories/item-categories.d.ts +4 -0
  35. package/resources/catalog/item-categories/item-categories.d.ts.map +1 -1
  36. package/resources/catalog/item-categories/item-categories.js +4 -0
  37. package/resources/catalog/item-categories/item-categories.js.map +1 -1
  38. package/resources/catalog/item-categories/item-categories.mjs +4 -0
  39. package/resources/catalog/item-categories/item-categories.mjs.map +1 -1
  40. package/resources/catalog/items/items.d.mts +1 -1
  41. package/resources/catalog/items/items.d.mts.map +1 -1
  42. package/resources/catalog/items/items.d.ts +1 -1
  43. package/resources/catalog/items/items.d.ts.map +1 -1
  44. package/resources/catalog/items/items.js.map +1 -1
  45. package/resources/catalog/items/items.mjs.map +1 -1
  46. package/resources/catalog/materials/actions.d.mts +118 -0
  47. package/resources/catalog/materials/actions.d.mts.map +1 -0
  48. package/resources/catalog/materials/actions.d.ts +118 -0
  49. package/resources/catalog/materials/actions.d.ts.map +1 -0
  50. package/resources/catalog/materials/actions.js +33 -0
  51. package/resources/catalog/materials/actions.js.map +1 -0
  52. package/resources/catalog/materials/actions.mjs +29 -0
  53. package/resources/catalog/materials/actions.mjs.map +1 -0
  54. package/resources/catalog/materials/index.d.mts +3 -0
  55. package/resources/catalog/materials/index.d.mts.map +1 -0
  56. package/resources/catalog/materials/index.d.ts +3 -0
  57. package/resources/catalog/materials/index.d.ts.map +1 -0
  58. package/resources/catalog/materials/index.js +9 -0
  59. package/resources/catalog/materials/index.js.map +1 -0
  60. package/resources/catalog/materials/index.mjs +4 -0
  61. package/resources/catalog/materials/index.mjs.map +1 -0
  62. package/resources/catalog/materials/materials.d.mts +483 -0
  63. package/resources/catalog/materials/materials.d.mts.map +1 -0
  64. package/resources/catalog/materials/materials.d.ts +483 -0
  65. package/resources/catalog/materials/materials.d.ts.map +1 -0
  66. package/resources/catalog/materials/materials.js +159 -0
  67. package/resources/catalog/materials/materials.js.map +1 -0
  68. package/resources/catalog/materials/materials.mjs +154 -0
  69. package/resources/catalog/materials/materials.mjs.map +1 -0
  70. package/resources/catalog/materials.d.mts +1 -478
  71. package/resources/catalog/materials.d.mts.map +1 -1
  72. package/resources/catalog/materials.d.ts +1 -478
  73. package/resources/catalog/materials.d.ts.map +1 -1
  74. package/resources/catalog/materials.js +2 -147
  75. package/resources/catalog/materials.js.map +1 -1
  76. package/resources/catalog/materials.mjs +1 -145
  77. package/resources/catalog/materials.mjs.map +1 -1
  78. package/resources/catalog/parts/actions.d.mts +108 -0
  79. package/resources/catalog/parts/actions.d.mts.map +1 -0
  80. package/resources/catalog/parts/actions.d.ts +108 -0
  81. package/resources/catalog/parts/actions.d.ts.map +1 -0
  82. package/resources/catalog/parts/actions.js +32 -0
  83. package/resources/catalog/parts/actions.js.map +1 -0
  84. package/resources/catalog/parts/actions.mjs +28 -0
  85. package/resources/catalog/parts/actions.mjs.map +1 -0
  86. package/resources/catalog/parts/index.d.mts +3 -0
  87. package/resources/catalog/parts/index.d.mts.map +1 -0
  88. package/resources/catalog/parts/index.d.ts +3 -0
  89. package/resources/catalog/parts/index.d.ts.map +1 -0
  90. package/resources/catalog/parts/index.js +9 -0
  91. package/resources/catalog/parts/index.js.map +1 -0
  92. package/resources/catalog/parts/index.mjs +4 -0
  93. package/resources/catalog/parts/index.mjs.map +1 -0
  94. package/resources/catalog/parts/parts.d.mts +362 -0
  95. package/resources/catalog/parts/parts.d.mts.map +1 -0
  96. package/resources/catalog/parts/parts.d.ts +362 -0
  97. package/resources/catalog/parts/parts.d.ts.map +1 -0
  98. package/resources/catalog/parts/parts.js +138 -0
  99. package/resources/catalog/parts/parts.js.map +1 -0
  100. package/resources/catalog/parts/parts.mjs +133 -0
  101. package/resources/catalog/parts/parts.mjs.map +1 -0
  102. package/resources/catalog/parts.d.mts +1 -357
  103. package/resources/catalog/parts.d.mts.map +1 -1
  104. package/resources/catalog/parts.d.ts +1 -357
  105. package/resources/catalog/parts.d.ts.map +1 -1
  106. package/resources/catalog/parts.js +2 -126
  107. package/resources/catalog/parts.js.map +1 -1
  108. package/resources/catalog/parts.mjs +1 -124
  109. package/resources/catalog/parts.mjs.map +1 -1
  110. package/resources/catalog/product-lines/actions.d.mts +82 -0
  111. package/resources/catalog/product-lines/actions.d.mts.map +1 -0
  112. package/resources/catalog/product-lines/actions.d.ts +82 -0
  113. package/resources/catalog/product-lines/actions.d.ts.map +1 -0
  114. package/resources/catalog/product-lines/actions.js +34 -0
  115. package/resources/catalog/product-lines/actions.js.map +1 -0
  116. package/resources/catalog/product-lines/actions.mjs +30 -0
  117. package/resources/catalog/product-lines/actions.mjs.map +1 -0
  118. package/resources/catalog/product-lines/index.d.mts +3 -0
  119. package/resources/catalog/product-lines/index.d.mts.map +1 -0
  120. package/resources/catalog/product-lines/index.d.ts +3 -0
  121. package/resources/catalog/product-lines/index.d.ts.map +1 -0
  122. package/resources/catalog/product-lines/index.js +9 -0
  123. package/resources/catalog/product-lines/index.js.map +1 -0
  124. package/resources/catalog/product-lines/index.mjs +4 -0
  125. package/resources/catalog/product-lines/index.mjs.map +1 -0
  126. package/resources/catalog/product-lines/product-lines.d.mts +501 -0
  127. package/resources/catalog/product-lines/product-lines.d.mts.map +1 -0
  128. package/resources/catalog/product-lines/product-lines.d.ts +501 -0
  129. package/resources/catalog/product-lines/product-lines.d.ts.map +1 -0
  130. package/resources/catalog/product-lines/product-lines.js +136 -0
  131. package/resources/catalog/product-lines/product-lines.js.map +1 -0
  132. package/resources/catalog/product-lines/product-lines.mjs +131 -0
  133. package/resources/catalog/product-lines/product-lines.mjs.map +1 -0
  134. package/resources/catalog/product-lines.d.mts +1 -443
  135. package/resources/catalog/product-lines.d.mts.map +1 -1
  136. package/resources/catalog/product-lines.d.ts +1 -443
  137. package/resources/catalog/product-lines.d.ts.map +1 -1
  138. package/resources/catalog/product-lines.js +2 -124
  139. package/resources/catalog/product-lines.js.map +1 -1
  140. package/resources/catalog/product-lines.mjs +1 -122
  141. package/resources/catalog/product-lines.mjs.map +1 -1
  142. package/resources/catalog/products/actions.d.mts +124 -0
  143. package/resources/catalog/products/actions.d.mts.map +1 -0
  144. package/resources/catalog/products/actions.d.ts +124 -0
  145. package/resources/catalog/products/actions.d.ts.map +1 -0
  146. package/resources/catalog/products/actions.js +33 -0
  147. package/resources/catalog/products/actions.js.map +1 -0
  148. package/resources/catalog/products/actions.mjs +29 -0
  149. package/resources/catalog/products/actions.mjs.map +1 -0
  150. package/resources/catalog/products/index.d.mts +3 -0
  151. package/resources/catalog/products/index.d.mts.map +1 -0
  152. package/resources/catalog/products/index.d.ts +3 -0
  153. package/resources/catalog/products/index.d.ts.map +1 -0
  154. package/resources/catalog/products/index.js +9 -0
  155. package/resources/catalog/products/index.js.map +1 -0
  156. package/resources/catalog/products/index.mjs +4 -0
  157. package/resources/catalog/products/index.mjs.map +1 -0
  158. package/resources/catalog/products/products.d.mts +585 -0
  159. package/resources/catalog/products/products.d.mts.map +1 -0
  160. package/resources/catalog/products/products.d.ts +585 -0
  161. package/resources/catalog/products/products.d.ts.map +1 -0
  162. package/resources/catalog/products/products.js +185 -0
  163. package/resources/catalog/products/products.js.map +1 -0
  164. package/resources/catalog/products/products.mjs +180 -0
  165. package/resources/catalog/products/products.mjs.map +1 -0
  166. package/resources/catalog/products.d.mts +1 -580
  167. package/resources/catalog/products.d.mts.map +1 -1
  168. package/resources/catalog/products.d.ts +1 -580
  169. package/resources/catalog/products.d.ts.map +1 -1
  170. package/resources/catalog/products.js +2 -173
  171. package/resources/catalog/products.js.map +1 -1
  172. package/resources/catalog/products.mjs +1 -171
  173. package/resources/catalog/products.mjs.map +1 -1
  174. package/resources/catalog/properties/actions.d.mts +86 -0
  175. package/resources/catalog/properties/actions.d.mts.map +1 -0
  176. package/resources/catalog/properties/actions.d.ts +86 -0
  177. package/resources/catalog/properties/actions.d.ts.map +1 -0
  178. package/resources/catalog/properties/actions.js +33 -0
  179. package/resources/catalog/properties/actions.js.map +1 -0
  180. package/resources/catalog/properties/actions.mjs +29 -0
  181. package/resources/catalog/properties/actions.mjs.map +1 -0
  182. package/resources/catalog/properties/index.d.mts +1 -0
  183. package/resources/catalog/properties/index.d.mts.map +1 -1
  184. package/resources/catalog/properties/index.d.ts +1 -0
  185. package/resources/catalog/properties/index.d.ts.map +1 -1
  186. package/resources/catalog/properties/index.js +3 -1
  187. package/resources/catalog/properties/index.js.map +1 -1
  188. package/resources/catalog/properties/index.mjs +1 -0
  189. package/resources/catalog/properties/index.mjs.map +1 -1
  190. package/resources/catalog/properties/properties.d.mts +4 -0
  191. package/resources/catalog/properties/properties.d.mts.map +1 -1
  192. package/resources/catalog/properties/properties.d.ts +4 -0
  193. package/resources/catalog/properties/properties.d.ts.map +1 -1
  194. package/resources/catalog/properties/properties.js +4 -0
  195. package/resources/catalog/properties/properties.js.map +1 -1
  196. package/resources/catalog/properties/properties.mjs +4 -0
  197. package/resources/catalog/properties/properties.mjs.map +1 -1
  198. package/resources/catalog/unit-groups/actions.d.mts +116 -0
  199. package/resources/catalog/unit-groups/actions.d.mts.map +1 -0
  200. package/resources/catalog/unit-groups/actions.d.ts +116 -0
  201. package/resources/catalog/unit-groups/actions.d.ts.map +1 -0
  202. package/resources/catalog/unit-groups/actions.js +39 -0
  203. package/resources/catalog/unit-groups/actions.js.map +1 -0
  204. package/resources/catalog/unit-groups/actions.mjs +35 -0
  205. package/resources/catalog/unit-groups/actions.mjs.map +1 -0
  206. package/resources/catalog/unit-groups/index.d.mts +1 -0
  207. package/resources/catalog/unit-groups/index.d.mts.map +1 -1
  208. package/resources/catalog/unit-groups/index.d.ts +1 -0
  209. package/resources/catalog/unit-groups/index.d.ts.map +1 -1
  210. package/resources/catalog/unit-groups/index.js +3 -1
  211. package/resources/catalog/unit-groups/index.js.map +1 -1
  212. package/resources/catalog/unit-groups/index.mjs +1 -0
  213. package/resources/catalog/unit-groups/index.mjs.map +1 -1
  214. package/resources/catalog/unit-groups/unit-groups.d.mts +9 -5
  215. package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -1
  216. package/resources/catalog/unit-groups/unit-groups.d.ts +9 -5
  217. package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -1
  218. package/resources/catalog/unit-groups/unit-groups.js +6 -2
  219. package/resources/catalog/unit-groups/unit-groups.js.map +1 -1
  220. package/resources/catalog/unit-groups/unit-groups.mjs +6 -2
  221. package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -1
  222. package/resources/catalog/units/actions.d.mts +91 -0
  223. package/resources/catalog/units/actions.d.mts.map +1 -0
  224. package/resources/catalog/units/actions.d.ts +91 -0
  225. package/resources/catalog/units/actions.d.ts.map +1 -0
  226. package/resources/catalog/units/actions.js +37 -0
  227. package/resources/catalog/units/actions.js.map +1 -0
  228. package/resources/catalog/units/actions.mjs +33 -0
  229. package/resources/catalog/units/actions.mjs.map +1 -0
  230. package/resources/catalog/units/index.d.mts +3 -0
  231. package/resources/catalog/units/index.d.mts.map +1 -0
  232. package/resources/catalog/units/index.d.ts +3 -0
  233. package/resources/catalog/units/index.d.ts.map +1 -0
  234. package/resources/catalog/units/index.js +9 -0
  235. package/resources/catalog/units/index.js.map +1 -0
  236. package/resources/catalog/units/index.mjs +4 -0
  237. package/resources/catalog/units/index.mjs.map +1 -0
  238. package/resources/catalog/units/units.d.mts +449 -0
  239. package/resources/catalog/units/units.d.mts.map +1 -0
  240. package/resources/catalog/units/units.d.ts +449 -0
  241. package/resources/catalog/units/units.d.ts.map +1 -0
  242. package/resources/catalog/units/units.js +122 -0
  243. package/resources/catalog/units/units.js.map +1 -0
  244. package/resources/catalog/units/units.mjs +117 -0
  245. package/resources/catalog/units/units.mjs.map +1 -0
  246. package/resources/catalog/units.d.mts +1 -444
  247. package/resources/catalog/units.d.mts.map +1 -1
  248. package/resources/catalog/units.d.ts +1 -444
  249. package/resources/catalog/units.d.ts.map +1 -1
  250. package/resources/catalog/units.js +2 -110
  251. package/resources/catalog/units.js.map +1 -1
  252. package/resources/catalog/units.mjs +1 -108
  253. package/resources/catalog/units.mjs.map +1 -1
  254. package/resources/core/analytics.d.mts +252 -1
  255. package/resources/core/analytics.d.mts.map +1 -1
  256. package/resources/core/analytics.d.ts +252 -1
  257. package/resources/core/analytics.d.ts.map +1 -1
  258. package/resources/core/analytics.js +38 -0
  259. package/resources/core/analytics.js.map +1 -1
  260. package/resources/core/analytics.mjs +38 -0
  261. package/resources/core/analytics.mjs.map +1 -1
  262. package/resources/core/audit-events.d.mts +6 -6
  263. package/resources/core/audit-events.d.mts.map +1 -1
  264. package/resources/core/audit-events.d.ts +6 -6
  265. package/resources/core/audit-events.d.ts.map +1 -1
  266. package/resources/core/core.d.mts +8 -4
  267. package/resources/core/core.d.mts.map +1 -1
  268. package/resources/core/core.d.ts +8 -4
  269. package/resources/core/core.d.ts.map +1 -1
  270. package/resources/core/core.js +4 -0
  271. package/resources/core/core.js.map +1 -1
  272. package/resources/core/core.mjs +4 -0
  273. package/resources/core/core.mjs.map +1 -1
  274. package/resources/core/index.d.mts +2 -1
  275. package/resources/core/index.d.mts.map +1 -1
  276. package/resources/core/index.d.ts +2 -1
  277. package/resources/core/index.d.ts.map +1 -1
  278. package/resources/core/index.js +3 -1
  279. package/resources/core/index.js.map +1 -1
  280. package/resources/core/index.mjs +1 -0
  281. package/resources/core/index.mjs.map +1 -1
  282. package/resources/core/jobs.d.mts +236 -0
  283. package/resources/core/jobs.d.mts.map +1 -0
  284. package/resources/core/jobs.d.ts +236 -0
  285. package/resources/core/jobs.d.ts.map +1 -0
  286. package/resources/core/jobs.js +43 -0
  287. package/resources/core/jobs.js.map +1 -0
  288. package/resources/core/jobs.mjs +39 -0
  289. package/resources/core/jobs.mjs.map +1 -0
  290. package/resources/messaging/conversations/conversations.d.mts +3 -3
  291. package/resources/messaging/conversations/conversations.d.mts.map +1 -1
  292. package/resources/messaging/conversations/conversations.d.ts +3 -3
  293. package/resources/messaging/conversations/conversations.d.ts.map +1 -1
  294. package/resources/messaging/conversations/conversations.js.map +1 -1
  295. package/resources/messaging/conversations/conversations.mjs.map +1 -1
  296. package/resources/messaging/conversations/links.d.mts +2 -2
  297. package/resources/messaging/conversations/links.d.mts.map +1 -1
  298. package/resources/messaging/conversations/links.d.ts +2 -2
  299. package/resources/messaging/conversations/links.d.ts.map +1 -1
  300. package/resources/messaging/conversations/messages.d.mts +2 -2
  301. package/resources/messaging/conversations/messages.d.mts.map +1 -1
  302. package/resources/messaging/conversations/messages.d.ts +2 -2
  303. package/resources/messaging/conversations/messages.d.ts.map +1 -1
  304. package/resources/messaging/notifications/notifications.d.mts +2 -2
  305. package/resources/messaging/notifications/notifications.d.mts.map +1 -1
  306. package/resources/messaging/notifications/notifications.d.ts +2 -2
  307. package/resources/messaging/notifications/notifications.d.ts.map +1 -1
  308. package/resources/messaging/notifications/notifications.js.map +1 -1
  309. package/resources/messaging/notifications/notifications.mjs.map +1 -1
  310. package/resources/operations/demand-overrides.d.mts +1 -1
  311. package/resources/operations/demand-overrides.d.mts.map +1 -1
  312. package/resources/operations/demand-overrides.d.ts +1 -1
  313. package/resources/operations/demand-overrides.d.ts.map +1 -1
  314. package/resources/operations/fulfillment-recommendations/actions.d.mts +59 -0
  315. package/resources/operations/fulfillment-recommendations/actions.d.mts.map +1 -0
  316. package/resources/operations/fulfillment-recommendations/actions.d.ts +59 -0
  317. package/resources/operations/fulfillment-recommendations/actions.d.ts.map +1 -0
  318. package/resources/operations/fulfillment-recommendations/actions.js +40 -0
  319. package/resources/operations/fulfillment-recommendations/actions.js.map +1 -0
  320. package/resources/operations/fulfillment-recommendations/actions.mjs +36 -0
  321. package/resources/operations/fulfillment-recommendations/actions.mjs.map +1 -0
  322. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts +165 -0
  323. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts.map +1 -0
  324. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts +165 -0
  325. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts.map +1 -0
  326. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js +52 -0
  327. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js.map +1 -0
  328. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs +47 -0
  329. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs.map +1 -0
  330. package/resources/operations/fulfillment-recommendations/index.d.mts +3 -0
  331. package/resources/operations/fulfillment-recommendations/index.d.mts.map +1 -0
  332. package/resources/operations/fulfillment-recommendations/index.d.ts +3 -0
  333. package/resources/operations/fulfillment-recommendations/index.d.ts.map +1 -0
  334. package/resources/operations/fulfillment-recommendations/index.js +9 -0
  335. package/resources/operations/fulfillment-recommendations/index.js.map +1 -0
  336. package/resources/operations/fulfillment-recommendations/index.mjs +4 -0
  337. package/resources/operations/fulfillment-recommendations/index.mjs.map +1 -0
  338. package/resources/operations/fulfillment-recommendations.d.mts +2 -0
  339. package/resources/operations/fulfillment-recommendations.d.mts.map +1 -0
  340. package/resources/operations/fulfillment-recommendations.d.ts +2 -0
  341. package/resources/operations/fulfillment-recommendations.d.ts.map +1 -0
  342. package/resources/operations/fulfillment-recommendations.js +6 -0
  343. package/resources/operations/fulfillment-recommendations.js.map +1 -0
  344. package/resources/operations/fulfillment-recommendations.mjs +3 -0
  345. package/resources/operations/fulfillment-recommendations.mjs.map +1 -0
  346. package/resources/operations/index.d.mts +3 -2
  347. package/resources/operations/index.d.mts.map +1 -1
  348. package/resources/operations/index.d.ts +3 -2
  349. package/resources/operations/index.d.ts.map +1 -1
  350. package/resources/operations/index.js +11 -9
  351. package/resources/operations/index.js.map +1 -1
  352. package/resources/operations/index.mjs +2 -1
  353. package/resources/operations/index.mjs.map +1 -1
  354. package/resources/operations/locations/actions.d.mts +67 -0
  355. package/resources/operations/locations/actions.d.mts.map +1 -0
  356. package/resources/operations/locations/actions.d.ts +67 -0
  357. package/resources/operations/locations/actions.d.ts.map +1 -0
  358. package/resources/operations/locations/actions.js +27 -0
  359. package/resources/operations/locations/actions.js.map +1 -0
  360. package/resources/operations/locations/actions.mjs +23 -0
  361. package/resources/operations/locations/actions.mjs.map +1 -0
  362. package/resources/operations/locations/index.d.mts +3 -0
  363. package/resources/operations/locations/index.d.mts.map +1 -0
  364. package/resources/operations/locations/index.d.ts +3 -0
  365. package/resources/operations/locations/index.d.ts.map +1 -0
  366. package/resources/operations/locations/index.js +9 -0
  367. package/resources/operations/locations/index.js.map +1 -0
  368. package/resources/operations/locations/index.mjs +4 -0
  369. package/resources/operations/locations/index.mjs.map +1 -0
  370. package/resources/operations/locations/locations.d.mts +273 -0
  371. package/resources/operations/locations/locations.d.mts.map +1 -0
  372. package/resources/operations/locations/locations.d.ts +273 -0
  373. package/resources/operations/locations/locations.d.ts.map +1 -0
  374. package/resources/operations/locations/locations.js +113 -0
  375. package/resources/operations/locations/locations.js.map +1 -0
  376. package/resources/operations/locations/locations.mjs +108 -0
  377. package/resources/operations/locations/locations.mjs.map +1 -0
  378. package/resources/operations/locations.d.mts +1 -268
  379. package/resources/operations/locations.d.mts.map +1 -1
  380. package/resources/operations/locations.d.ts +1 -268
  381. package/resources/operations/locations.d.ts.map +1 -1
  382. package/resources/operations/locations.js +2 -101
  383. package/resources/operations/locations.js.map +1 -1
  384. package/resources/operations/locations.mjs +1 -99
  385. package/resources/operations/locations.mjs.map +1 -1
  386. package/resources/operations/operations.d.mts +8 -4
  387. package/resources/operations/operations.d.mts.map +1 -1
  388. package/resources/operations/operations.d.ts +8 -4
  389. package/resources/operations/operations.d.ts.map +1 -1
  390. package/resources/operations/operations.js +6 -2
  391. package/resources/operations/operations.js.map +1 -1
  392. package/resources/operations/operations.mjs +6 -2
  393. package/resources/operations/operations.mjs.map +1 -1
  394. package/resources/operations/production-schedule-settings/index.d.mts +1 -0
  395. package/resources/operations/production-schedule-settings/index.d.mts.map +1 -1
  396. package/resources/operations/production-schedule-settings/index.d.ts +1 -0
  397. package/resources/operations/production-schedule-settings/index.d.ts.map +1 -1
  398. package/resources/operations/production-schedule-settings/index.js +3 -1
  399. package/resources/operations/production-schedule-settings/index.js.map +1 -1
  400. package/resources/operations/production-schedule-settings/index.mjs +1 -0
  401. package/resources/operations/production-schedule-settings/index.mjs.map +1 -1
  402. package/resources/operations/production-schedule-settings/items.d.mts +228 -0
  403. package/resources/operations/production-schedule-settings/items.d.mts.map +1 -0
  404. package/resources/operations/production-schedule-settings/items.d.ts +228 -0
  405. package/resources/operations/production-schedule-settings/items.d.ts.map +1 -0
  406. package/resources/operations/production-schedule-settings/items.js +109 -0
  407. package/resources/operations/production-schedule-settings/items.js.map +1 -0
  408. package/resources/operations/production-schedule-settings/items.mjs +105 -0
  409. package/resources/operations/production-schedule-settings/items.mjs.map +1 -0
  410. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +60 -0
  411. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -1
  412. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +60 -0
  413. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -1
  414. package/resources/operations/production-schedule-settings/production-schedule-settings.js +6 -0
  415. package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -1
  416. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +6 -0
  417. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -1
  418. package/resources/operations/production-schedules/actions.d.mts +117 -1
  419. package/resources/operations/production-schedules/actions.d.mts.map +1 -1
  420. package/resources/operations/production-schedules/actions.d.ts +117 -1
  421. package/resources/operations/production-schedules/actions.d.ts.map +1 -1
  422. package/resources/operations/production-schedules/actions.js +34 -0
  423. package/resources/operations/production-schedules/actions.js.map +1 -1
  424. package/resources/operations/production-schedules/actions.mjs +34 -0
  425. package/resources/operations/production-schedules/actions.mjs.map +1 -1
  426. package/resources/operations/production-schedules/index.d.mts +2 -2
  427. package/resources/operations/production-schedules/index.d.mts.map +1 -1
  428. package/resources/operations/production-schedules/index.d.ts +2 -2
  429. package/resources/operations/production-schedules/index.d.ts.map +1 -1
  430. package/resources/operations/production-schedules/index.js.map +1 -1
  431. package/resources/operations/production-schedules/index.mjs.map +1 -1
  432. package/resources/operations/production-schedules/production-schedules.d.mts +260 -3
  433. package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -1
  434. package/resources/operations/production-schedules/production-schedules.d.ts +260 -3
  435. package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -1
  436. package/resources/operations/production-schedules/production-schedules.js +29 -0
  437. package/resources/operations/production-schedules/production-schedules.js.map +1 -1
  438. package/resources/operations/production-schedules/production-schedules.mjs +29 -0
  439. package/resources/operations/production-schedules/production-schedules.mjs.map +1 -1
  440. package/resources/operations/scanning-stations.d.mts +12 -4
  441. package/resources/operations/scanning-stations.d.mts.map +1 -1
  442. package/resources/operations/scanning-stations.d.ts +12 -4
  443. package/resources/operations/scanning-stations.d.ts.map +1 -1
  444. package/resources/operations/shipping-terms.d.mts +1 -1
  445. package/resources/operations/shipping-terms.d.mts.map +1 -1
  446. package/resources/operations/shipping-terms.d.ts +1 -1
  447. package/resources/operations/shipping-terms.d.ts.map +1 -1
  448. package/resources/sales/account-groups.d.mts +27 -0
  449. package/resources/sales/account-groups.d.mts.map +1 -1
  450. package/resources/sales/account-groups.d.ts +27 -0
  451. package/resources/sales/account-groups.d.ts.map +1 -1
  452. package/resources/sales/customers/customers.d.mts +100 -2
  453. package/resources/sales/customers/customers.d.mts.map +1 -1
  454. package/resources/sales/customers/customers.d.ts +100 -2
  455. package/resources/sales/customers/customers.d.ts.map +1 -1
  456. package/resources/sales/customers/customers.js +27 -0
  457. package/resources/sales/customers/customers.js.map +1 -1
  458. package/resources/sales/customers/customers.mjs +27 -0
  459. package/resources/sales/customers/customers.mjs.map +1 -1
  460. package/resources/sales/customers/index.d.mts +1 -1
  461. package/resources/sales/customers/index.d.mts.map +1 -1
  462. package/resources/sales/customers/index.d.ts +1 -1
  463. package/resources/sales/customers/index.d.ts.map +1 -1
  464. package/resources/sales/customers/index.js.map +1 -1
  465. package/resources/sales/customers/index.mjs.map +1 -1
  466. package/resources/sales/index.d.mts +1 -1
  467. package/resources/sales/index.d.mts.map +1 -1
  468. package/resources/sales/index.d.ts +1 -1
  469. package/resources/sales/index.d.ts.map +1 -1
  470. package/resources/sales/index.js.map +1 -1
  471. package/resources/sales/index.mjs.map +1 -1
  472. package/resources/sales/sales-orders/lines/lines.d.mts +2 -2
  473. package/resources/sales/sales-orders/lines/lines.d.ts +2 -2
  474. package/resources/sales/sales-orders/sales-orders.d.mts +39 -4
  475. package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
  476. package/resources/sales/sales-orders/sales-orders.d.ts +39 -4
  477. package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -1
  478. package/resources/sales/sales-orders/sales-orders.js.map +1 -1
  479. package/resources/sales/sales-orders/sales-orders.mjs.map +1 -1
  480. package/resources/sales/sales.d.mts +2 -2
  481. package/resources/sales/sales.d.mts.map +1 -1
  482. package/resources/sales/sales.d.ts +2 -2
  483. package/resources/sales/sales.d.ts.map +1 -1
  484. package/resources/sales/sales.js.map +1 -1
  485. package/resources/sales/sales.mjs.map +1 -1
  486. package/src/resources/catalog/catalog.ts +51 -51
  487. package/src/resources/catalog/index.ts +5 -5
  488. package/src/resources/catalog/item-categories/actions.ts +112 -0
  489. package/src/resources/catalog/item-categories/index.ts +7 -0
  490. package/src/resources/catalog/item-categories/item-categories.ts +18 -0
  491. package/src/resources/catalog/items/items.ts +1 -1
  492. package/src/resources/catalog/materials/actions.ts +141 -0
  493. package/src/resources/catalog/materials/index.ts +22 -0
  494. package/src/resources/catalog/materials/materials.ts +633 -0
  495. package/src/resources/catalog/materials.ts +1 -611
  496. package/src/resources/catalog/parts/actions.ts +129 -0
  497. package/src/resources/catalog/parts/index.ts +20 -0
  498. package/src/resources/catalog/parts/parts.ts +476 -0
  499. package/src/resources/catalog/parts.ts +1 -454
  500. package/src/resources/catalog/product-lines/actions.ts +97 -0
  501. package/src/resources/catalog/product-lines/index.ts +21 -0
  502. package/src/resources/catalog/product-lines/product-lines.ts +610 -0
  503. package/src/resources/catalog/product-lines.ts +1 -532
  504. package/src/resources/catalog/products/actions.ts +148 -0
  505. package/src/resources/catalog/products/index.ts +22 -0
  506. package/src/resources/catalog/products/products.ts +816 -0
  507. package/src/resources/catalog/products.ts +1 -794
  508. package/src/resources/catalog/properties/actions.ts +102 -0
  509. package/src/resources/catalog/properties/index.ts +7 -0
  510. package/src/resources/catalog/properties/properties.ts +18 -0
  511. package/src/resources/catalog/unit-groups/actions.ts +139 -0
  512. package/src/resources/catalog/unit-groups/index.ts +8 -0
  513. package/src/resources/catalog/unit-groups/unit-groups.ts +25 -5
  514. package/src/resources/catalog/units/actions.ts +110 -0
  515. package/src/resources/catalog/units/index.ts +20 -0
  516. package/src/resources/catalog/units/units.ts +547 -0
  517. package/src/resources/catalog/units.ts +1 -532
  518. package/src/resources/core/analytics.ts +300 -0
  519. package/src/resources/core/audit-events.ts +48 -4
  520. package/src/resources/core/core.ts +51 -1
  521. package/src/resources/core/index.ts +16 -0
  522. package/src/resources/core/jobs.ts +321 -0
  523. package/src/resources/messaging/conversations/conversations.ts +36 -3
  524. package/src/resources/messaging/conversations/links.ts +24 -2
  525. package/src/resources/messaging/conversations/messages.ts +24 -2
  526. package/src/resources/messaging/notifications/notifications.ts +24 -2
  527. package/src/resources/operations/demand-overrides.ts +1 -1
  528. package/src/resources/operations/fulfillment-recommendations/actions.ts +75 -0
  529. package/src/resources/operations/fulfillment-recommendations/fulfillment-recommendations.ts +206 -0
  530. package/src/resources/operations/fulfillment-recommendations/index.ts +8 -0
  531. package/src/resources/operations/fulfillment-recommendations.ts +3 -0
  532. package/src/resources/operations/index.ts +12 -1
  533. package/src/resources/operations/locations/actions.ts +82 -0
  534. package/src/resources/operations/locations/index.ts +18 -0
  535. package/src/resources/operations/locations/locations.ts +344 -0
  536. package/src/resources/operations/locations.ts +1 -329
  537. package/src/resources/operations/operations.ts +38 -11
  538. package/src/resources/operations/production-schedule-settings/index.ts +8 -0
  539. package/src/resources/operations/production-schedule-settings/items.ts +273 -0
  540. package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +82 -0
  541. package/src/resources/operations/production-schedules/actions.ts +144 -0
  542. package/src/resources/operations/production-schedules/index.ts +9 -0
  543. package/src/resources/operations/production-schedules/production-schedules.ts +310 -0
  544. package/src/resources/operations/scanning-stations.ts +12 -4
  545. package/src/resources/operations/shipping-terms.ts +1 -1
  546. package/src/resources/sales/account-groups.ts +32 -0
  547. package/src/resources/sales/customers/customers.ts +113 -1
  548. package/src/resources/sales/customers/index.ts +1 -0
  549. package/src/resources/sales/index.ts +1 -0
  550. package/src/resources/sales/sales-orders/lines/lines.ts +2 -2
  551. package/src/resources/sales/sales-orders/sales-orders.ts +45 -4
  552. package/src/resources/sales/sales.ts +2 -0
  553. package/src/version.ts +1 -1
  554. package/version.d.mts +1 -1
  555. package/version.d.ts +1 -1
  556. package/version.js +1 -1
  557. package/version.mjs +1 -1
@@ -0,0 +1,154 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import * as ActionsAPI from "./actions.mjs";
4
+ import { Actions, } from "./actions.mjs";
5
+ import { path } from "../../../internal/utils/path.mjs";
6
+ /**
7
+ * List and manage materials.
8
+ */
9
+ export class Materials extends APIResource {
10
+ constructor() {
11
+ super(...arguments);
12
+ this.actions = new ActionsAPI.Actions(this._client);
13
+ }
14
+ /**
15
+ * Returns a paginated list of materials, newest first.
16
+ *
17
+ * `q` matches against SKU and description, with closer SKU matches ranked first.
18
+ *
19
+ * This endpoint requires the permissions: `materials:read`, `customers:read`,
20
+ * `suppliers:read`.
21
+ *
22
+ * @example
23
+ * ```ts
24
+ * const listMaterial = await client.catalog.materials.list();
25
+ * ```
26
+ */
27
+ list(query = {}, options) {
28
+ return this._client.get('/v1/catalog/materials', { query, ...options });
29
+ }
30
+ /**
31
+ * Returns a material by ID.
32
+ *
33
+ * This endpoint requires the permissions: `materials:read`, `customers:read`,
34
+ * `suppliers:read`.
35
+ *
36
+ * @example
37
+ * ```ts
38
+ * const material = await client.catalog.materials.retrieve(
39
+ * 'ml_ow202v78slbl',
40
+ * );
41
+ * ```
42
+ */
43
+ retrieve(id, query = {}, options) {
44
+ return this._client.get(path `/v1/catalog/materials/${id}`, { query, ...options });
45
+ }
46
+ /**
47
+ * Creates a material together with the catalog item that carries its SKU,
48
+ * description, category, pricing, and attributes.
49
+ *
50
+ * Inventory tracking for the new material starts at a zero on-hand quantity in the
51
+ * category's base unit. The item's consumption rate (`burn_rate`) also starts at
52
+ * zero and cannot be supplied here — it is derived from recorded consumption as
53
+ * production happens.
54
+ *
55
+ * This endpoint requires the permissions: `materials:create`, `customers:update`,
56
+ * `suppliers:update`.
57
+ *
58
+ * @example
59
+ * ```ts
60
+ * const material = await client.catalog.materials.create({
61
+ * category_id: 'ic_d06g9c6yc9ck',
62
+ * sku: 'MAT-001',
63
+ * attribute_ids: ['at_rf1w295jt5ia'],
64
+ * description:
65
+ * 'Cold-rolled 304 stainless steel sheet, 1.5mm',
66
+ * lead_time: { value: '7.00', unit_id: 'un_82bd37dae5po' },
67
+ * notes:
68
+ * 'Store flat in a dry area to avoid surface oxidation.',
69
+ * order_point: {
70
+ * value: '100.00',
71
+ * unit_id: 'un_82bd37dae5po',
72
+ * },
73
+ * unit_cost: {
74
+ * value: '8.25',
75
+ * numerator_unit_id: 'un_82bd37dae5po',
76
+ * denominator_unit_id: 'un_82bd37dae5po',
77
+ * },
78
+ * unit_price: {
79
+ * value: '12.50',
80
+ * numerator_unit_id: 'un_82bd37dae5po',
81
+ * denominator_unit_id: 'un_82bd37dae5po',
82
+ * },
83
+ * });
84
+ * ```
85
+ */
86
+ create(params, options) {
87
+ const { include, ...body } = params;
88
+ return this._client.post('/v1/catalog/materials', { query: { include }, body, ...options });
89
+ }
90
+ /**
91
+ * Partially updates a material.
92
+ *
93
+ * Fields not provided retain their current values. Only the cost side of pricing
94
+ * can be changed here; the selling price set at creation is not editable through
95
+ * this endpoint. Use the Change Item Category endpoint to move the material to a
96
+ * different category.
97
+ *
98
+ * This endpoint requires the permissions: `materials:update`, `customers:update`,
99
+ * `suppliers:update`.
100
+ *
101
+ * @example
102
+ * ```ts
103
+ * const material = await client.catalog.materials.update(
104
+ * 'ml_ow202v78slbl',
105
+ * {
106
+ * description:
107
+ * 'Cold-rolled 304 stainless steel sheet, 2.0mm',
108
+ * lead_time: {
109
+ * value: '10.00',
110
+ * unit_id: 'un_82bd37dae5po',
111
+ * },
112
+ * notes: 'Reorder point raised after Q2 demand spike.',
113
+ * order_point: {
114
+ * value: '150.00',
115
+ * unit_id: 'un_82bd37dae5po',
116
+ * },
117
+ * sku: 'MAT-001-UPDATED',
118
+ * unit_cost: {
119
+ * value: '9.10',
120
+ * numerator_unit_id: 'un_82bd37dae5po',
121
+ * denominator_unit_id: 'un_82bd37dae5po',
122
+ * },
123
+ * },
124
+ * );
125
+ * ```
126
+ */
127
+ update(id, params = {}, options) {
128
+ const { include, ...body } = params ?? {};
129
+ return this._client.patch(path `/v1/catalog/materials/${id}`, { query: { include }, body, ...options });
130
+ }
131
+ /**
132
+ * Deletes a material.
133
+ *
134
+ * This is a soft delete: the material and the catalog item behind it stop being
135
+ * returned by other endpoints, but the records are retained. The response is the
136
+ * material as it stood immediately before deletion, and deleting an
137
+ * already-deleted material returns an error.
138
+ *
139
+ * This endpoint requires the permissions: `materials:delete`, `customers:update`,
140
+ * `suppliers:update`.
141
+ *
142
+ * @example
143
+ * ```ts
144
+ * const material = await client.catalog.materials.delete(
145
+ * 'ml_ow202v78slbl',
146
+ * );
147
+ * ```
148
+ */
149
+ delete(id, options) {
150
+ return this._client.delete(path `/v1/catalog/materials/${id}`, options);
151
+ }
152
+ }
153
+ Materials.Actions = Actions;
154
+ //# sourceMappingURL=materials.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"materials.mjs","sourceRoot":"","sources":["../../../src/resources/catalog/materials/materials.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,KAAK,UAAU;OACf,EAEL,OAAO,GAIR;OAGM,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,SAAU,SAAQ,WAAW;IAA1C;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA2JrE,CAAC;IAzJC;;;;;;;;;;;;OAYG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,yBAAyB,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuCG;IACH,MAAM,CAAC,MAA4B,EAAE,OAAwB;QAC3D,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACpC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoCG;IACH,MAAM,CACJ,EAAU,EACV,SAAkD,EAAE,EACpD,OAAwB;QAExB,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,yBAAyB,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzG,CAAC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,yBAAyB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CACF;AAibD,SAAS,CAAC,OAAO,GAAG,OAAO,CAAC"}
@@ -1,479 +1,2 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import * as APIKeysAPI from "../auth/api-keys/api-keys.mjs";
3
- import * as ItemsAPI from "./items/items.mjs";
4
- import { APIPromise } from "../../core/api-promise.mjs";
5
- import { RequestOptions } from "../../internal/request-options.mjs";
6
- /**
7
- * List and manage materials.
8
- */
9
- export declare class Materials extends APIResource {
10
- /**
11
- * Returns a paginated list of materials, newest first.
12
- *
13
- * `q` matches against SKU and description, with closer SKU matches ranked first.
14
- *
15
- * This endpoint requires the permissions: `materials:read`, `customers:read`,
16
- * `suppliers:read`.
17
- *
18
- * @example
19
- * ```ts
20
- * const listMaterial = await client.catalog.materials.list();
21
- * ```
22
- */
23
- list(query?: MaterialListParams | null | undefined, options?: RequestOptions): APIPromise<ListMaterial>;
24
- /**
25
- * Returns a material by ID.
26
- *
27
- * This endpoint requires the permissions: `materials:read`, `customers:read`,
28
- * `suppliers:read`.
29
- *
30
- * @example
31
- * ```ts
32
- * const material = await client.catalog.materials.retrieve(
33
- * 'ml_ow202v78slbl',
34
- * );
35
- * ```
36
- */
37
- retrieve(id: string, query?: MaterialRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<Material>;
38
- /**
39
- * Creates a material together with the catalog item that carries its SKU,
40
- * description, category, pricing, and attributes.
41
- *
42
- * Inventory tracking for the new material starts at a zero on-hand quantity in the
43
- * category's base unit. The item's consumption rate (`burn_rate`) also starts at
44
- * zero and cannot be supplied here — it is derived from recorded consumption as
45
- * production happens.
46
- *
47
- * This endpoint requires the permissions: `materials:create`, `customers:update`,
48
- * `suppliers:update`.
49
- *
50
- * @example
51
- * ```ts
52
- * const material = await client.catalog.materials.create({
53
- * category_id: 'ic_d06g9c6yc9ck',
54
- * sku: 'MAT-001',
55
- * attribute_ids: ['at_rf1w295jt5ia'],
56
- * description:
57
- * 'Cold-rolled 304 stainless steel sheet, 1.5mm',
58
- * lead_time: { value: '7.00', unit_id: 'un_82bd37dae5po' },
59
- * notes:
60
- * 'Store flat in a dry area to avoid surface oxidation.',
61
- * order_point: {
62
- * value: '100.00',
63
- * unit_id: 'un_82bd37dae5po',
64
- * },
65
- * unit_cost: {
66
- * value: '8.25',
67
- * numerator_unit_id: 'un_82bd37dae5po',
68
- * denominator_unit_id: 'un_82bd37dae5po',
69
- * },
70
- * unit_price: {
71
- * value: '12.50',
72
- * numerator_unit_id: 'un_82bd37dae5po',
73
- * denominator_unit_id: 'un_82bd37dae5po',
74
- * },
75
- * });
76
- * ```
77
- */
78
- create(params: MaterialCreateParams, options?: RequestOptions): APIPromise<Material>;
79
- /**
80
- * Partially updates a material.
81
- *
82
- * Fields not provided retain their current values. Only the cost side of pricing
83
- * can be changed here; the selling price set at creation is not editable through
84
- * this endpoint. Use the Change Item Category endpoint to move the material to a
85
- * different category.
86
- *
87
- * This endpoint requires the permissions: `materials:update`, `customers:update`,
88
- * `suppliers:update`.
89
- *
90
- * @example
91
- * ```ts
92
- * const material = await client.catalog.materials.update(
93
- * 'ml_ow202v78slbl',
94
- * {
95
- * description:
96
- * 'Cold-rolled 304 stainless steel sheet, 2.0mm',
97
- * lead_time: {
98
- * value: '10.00',
99
- * unit_id: 'un_82bd37dae5po',
100
- * },
101
- * notes: 'Reorder point raised after Q2 demand spike.',
102
- * order_point: {
103
- * value: '150.00',
104
- * unit_id: 'un_82bd37dae5po',
105
- * },
106
- * sku: 'MAT-001-UPDATED',
107
- * unit_cost: {
108
- * value: '9.10',
109
- * numerator_unit_id: 'un_82bd37dae5po',
110
- * denominator_unit_id: 'un_82bd37dae5po',
111
- * },
112
- * },
113
- * );
114
- * ```
115
- */
116
- update(id: string, params?: MaterialUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Material>;
117
- /**
118
- * Deletes a material.
119
- *
120
- * This is a soft delete: the material and the catalog item behind it stop being
121
- * returned by other endpoints, but the records are retained. The response is the
122
- * material as it stood immediately before deletion, and deleting an
123
- * already-deleted material returns an error.
124
- *
125
- * This endpoint requires the permissions: `materials:delete`, `customers:update`,
126
- * `suppliers:update`.
127
- *
128
- * @example
129
- * ```ts
130
- * const material = await client.catalog.materials.delete(
131
- * 'ml_ow202v78slbl',
132
- * );
133
- * ```
134
- */
135
- delete(id: string, options?: RequestOptions): APIPromise<Material>;
136
- }
137
- /**
138
- * Request to create a material.
139
- */
140
- export interface CreateMaterialRequest {
141
- /**
142
- * ID of the item category to place the material in.
143
- *
144
- * The category's unit group determines the base unit used for the material's rates
145
- * (`unit_value`, `unit_cost`, `burn_rate`).
146
- */
147
- category_id: string;
148
- /**
149
- * Stock keeping unit code for the material.
150
- *
151
- * Must be unique within the account; creating a material with a SKU already used
152
- * by another item fails with a conflict error.
153
- */
154
- sku: string;
155
- /**
156
- * IDs of existing attributes to link to the material at creation time.
157
- */
158
- attribute_ids?: Array<string>;
159
- /**
160
- * Free-form description of the material.
161
- */
162
- description?: string;
163
- /**
164
- * A quantity, given as a decimal value and the unit it is measured in.
165
- */
166
- lead_time?: QuantityInputRequest;
167
- /**
168
- * Free-form notes about the material.
169
- */
170
- notes?: string;
171
- /**
172
- * A quantity, given as a decimal value and the unit it is measured in.
173
- */
174
- order_point?: QuantityInputRequest;
175
- /**
176
- * A value expressed as a ratio of two units, supplied on create and update
177
- * requests.
178
- *
179
- * A unit price, for example, has a currency as its numerator unit and the unit the
180
- * product is bought or sold by as its denominator.
181
- */
182
- unit_cost?: RateInput;
183
- /**
184
- * A value expressed as a ratio of two units, supplied on create and update
185
- * requests.
186
- *
187
- * A unit price, for example, has a currency as its numerator unit and the unit the
188
- * product is bought or sold by as its denominator.
189
- */
190
- unit_price?: RateInput;
191
- }
192
- /**
193
- * A single page of resources, together with the metadata needed to page through
194
- * the rest of the result set.
195
- */
196
- export interface ListMaterial {
197
- /**
198
- * Resources in this page.
199
- */
200
- data: Array<Material>;
201
- /**
202
- * Resource type identifier.
203
- */
204
- object: 'list';
205
- /**
206
- * PageInfo describes where the current page sits within a paginated result set and
207
- * how to move to the adjacent pages.
208
- *
209
- * Page a list by following the URLs below rather than assembling cursors yourself.
210
- * For a top-level list endpoint the URL repeats the original request's query
211
- * string with only the cursor swapped, so following it preserves the same filters,
212
- * search term, and page size.
213
- */
214
- page_info: APIKeysAPI.PageInfo;
215
- }
216
- /**
217
- * A material in the account's catalog: a raw material or component consumed in
218
- * production.
219
- *
220
- * Material-level data such as the SKU, description, category, pricing, and
221
- * attributes lives on the underlying `item`; the material record adds the
222
- * reordering fields `order_point` and `lead_time`.
223
- */
224
- export interface Material {
225
- /**
226
- * Material ID.
227
- */
228
- id: string;
229
- /**
230
- * Creation timestamp.
231
- */
232
- created_at: string;
233
- /**
234
- * An entry in your catalog: something you sell, consume, or build with.
235
- */
236
- item: ItemsAPI.Item | null;
237
- /**
238
- * A measured amount: a numeric value together with the unit it is expressed in.
239
- *
240
- * Quantities are shared building blocks rather than standalone records — other
241
- * resources point at them to report stock levels, ordered and packed amounts,
242
- * money, weights, and durations.
243
- */
244
- lead_time: ItemsAPI.Quantity | null;
245
- /**
246
- * Resource type identifier.
247
- */
248
- object: 'material';
249
- /**
250
- * A measured amount: a numeric value together with the unit it is expressed in.
251
- *
252
- * Quantities are shared building blocks rather than standalone records — other
253
- * resources point at them to report stock levels, ordered and packed amounts,
254
- * money, weights, and durations.
255
- */
256
- order_point: ItemsAPI.Quantity | null;
257
- /**
258
- * Last updated timestamp.
259
- */
260
- updated_at: string;
261
- }
262
- /**
263
- * A quantity, given as a decimal value and the unit it is measured in.
264
- */
265
- export interface QuantityInputRequest {
266
- /**
267
- * ID of the unit the value is expressed in.
268
- */
269
- unit_id: string;
270
- /**
271
- * Decimal value of the quantity.
272
- */
273
- value: string;
274
- }
275
- /**
276
- * A value expressed as a ratio of two units, supplied on create and update
277
- * requests.
278
- *
279
- * A unit price, for example, has a currency as its numerator unit and the unit the
280
- * product is bought or sold by as its denominator.
281
- */
282
- export interface RateInput {
283
- /**
284
- * ID of the unit for the rate's denominator (the per-unit basis).
285
- */
286
- denominator_unit_id: string;
287
- /**
288
- * ID of the unit for the rate's numerator (e.g. the currency of a price).
289
- */
290
- numerator_unit_id: string;
291
- /**
292
- * Decimal value of the rate, expressed as the amount of the numerator unit per one
293
- * denominator unit.
294
- */
295
- value: string;
296
- }
297
- /**
298
- * Request to update a material.
299
- */
300
- export interface UpdateMaterialRequest {
301
- /**
302
- * New description for the material.
303
- */
304
- description?: string;
305
- /**
306
- * A quantity, given as a decimal value and the unit it is measured in.
307
- */
308
- lead_time?: QuantityInputRequest;
309
- /**
310
- * New notes for the material.
311
- */
312
- notes?: string;
313
- /**
314
- * A quantity, given as a decimal value and the unit it is measured in.
315
- */
316
- order_point?: QuantityInputRequest;
317
- /**
318
- * New stock keeping unit code for the material.
319
- *
320
- * Must remain unique within the account; a conflict error is returned if another
321
- * item already uses it.
322
- */
323
- sku?: string;
324
- /**
325
- * A value expressed as a ratio of two units, supplied on create and update
326
- * requests.
327
- *
328
- * A unit price, for example, has a currency as its numerator unit and the unit the
329
- * product is bought or sold by as its denominator.
330
- */
331
- unit_cost?: RateInput;
332
- }
333
- export interface MaterialListParams {
334
- /**
335
- * Filter to materials carrying any of these attributes.
336
- */
337
- attribute_ids?: Array<string>;
338
- /**
339
- * Filter to materials in any of these categories.
340
- */
341
- category_ids?: Array<string>;
342
- /**
343
- * Opaque cursor token identifying where the page of results starts.
344
- *
345
- * Use the `cursor` value embedded in a previous response's `next_page_url` or
346
- * `previous_page_url` to fetch the adjacent page. Omit to start from the first
347
- * page.
348
- */
349
- cursor?: string;
350
- /**
351
- * Filter to materials created on or before this date.
352
- */
353
- ends_at?: string;
354
- /**
355
- * Sub-objects to expand in the response. When omitted, sub-objects are returned as
356
- * `null`.
357
- */
358
- include?: Array<'item' | 'item.category' | 'item.category.properties' | 'item.category.unit_group' | 'item.unit_value' | 'item.unit_cost' | 'item.burn_rate' | 'item.attributes'>;
359
- /**
360
- * Maximum number of results to return in a single page.
361
- */
362
- limit?: number;
363
- /**
364
- * Free-text search term used to filter results.
365
- *
366
- * Which fields are matched against the term varies by endpoint.
367
- */
368
- q?: string;
369
- /**
370
- * Filter to materials created on or after this date.
371
- */
372
- starts_at?: string;
373
- }
374
- export interface MaterialRetrieveParams {
375
- /**
376
- * Sub-objects to expand in the response. When omitted, sub-objects are returned as
377
- * `null`.
378
- */
379
- include?: Array<'item' | 'item.category' | 'item.category.properties' | 'item.category.unit_group' | 'item.unit_value' | 'item.unit_cost' | 'item.burn_rate' | 'item.attributes'>;
380
- }
381
- export interface MaterialCreateParams {
382
- /**
383
- * Body param: ID of the item category to place the material in.
384
- *
385
- * The category's unit group determines the base unit used for the material's rates
386
- * (`unit_value`, `unit_cost`, `burn_rate`).
387
- */
388
- category_id: string;
389
- /**
390
- * Body param: Stock keeping unit code for the material.
391
- *
392
- * Must be unique within the account; creating a material with a SKU already used
393
- * by another item fails with a conflict error.
394
- */
395
- sku: string;
396
- /**
397
- * Query param: Sub-objects to expand in the response. When omitted, sub-objects
398
- * are returned as `null`.
399
- */
400
- include?: Array<'item' | 'item.category' | 'item.category.properties' | 'item.category.unit_group' | 'item.unit_value' | 'item.unit_cost' | 'item.burn_rate' | 'item.attributes'>;
401
- /**
402
- * Body param: IDs of existing attributes to link to the material at creation time.
403
- */
404
- attribute_ids?: Array<string>;
405
- /**
406
- * Body param: Free-form description of the material.
407
- */
408
- description?: string;
409
- /**
410
- * Body param: A quantity, given as a decimal value and the unit it is measured in.
411
- */
412
- lead_time?: QuantityInputRequest;
413
- /**
414
- * Body param: Free-form notes about the material.
415
- */
416
- notes?: string;
417
- /**
418
- * Body param: A quantity, given as a decimal value and the unit it is measured in.
419
- */
420
- order_point?: QuantityInputRequest;
421
- /**
422
- * Body param: A value expressed as a ratio of two units, supplied on create and
423
- * update requests.
424
- *
425
- * A unit price, for example, has a currency as its numerator unit and the unit the
426
- * product is bought or sold by as its denominator.
427
- */
428
- unit_cost?: RateInput;
429
- /**
430
- * Body param: A value expressed as a ratio of two units, supplied on create and
431
- * update requests.
432
- *
433
- * A unit price, for example, has a currency as its numerator unit and the unit the
434
- * product is bought or sold by as its denominator.
435
- */
436
- unit_price?: RateInput;
437
- }
438
- export interface MaterialUpdateParams {
439
- /**
440
- * Query param: Sub-objects to expand in the response. When omitted, sub-objects
441
- * are returned as `null`.
442
- */
443
- include?: Array<'item' | 'item.category' | 'item.category.properties' | 'item.category.unit_group' | 'item.unit_value' | 'item.unit_cost' | 'item.burn_rate' | 'item.attributes'>;
444
- /**
445
- * Body param: New description for the material.
446
- */
447
- description?: string;
448
- /**
449
- * Body param: A quantity, given as a decimal value and the unit it is measured in.
450
- */
451
- lead_time?: QuantityInputRequest;
452
- /**
453
- * Body param: New notes for the material.
454
- */
455
- notes?: string;
456
- /**
457
- * Body param: A quantity, given as a decimal value and the unit it is measured in.
458
- */
459
- order_point?: QuantityInputRequest;
460
- /**
461
- * Body param: New stock keeping unit code for the material.
462
- *
463
- * Must remain unique within the account; a conflict error is returned if another
464
- * item already uses it.
465
- */
466
- sku?: string;
467
- /**
468
- * Body param: A value expressed as a ratio of two units, supplied on create and
469
- * update requests.
470
- *
471
- * A unit price, for example, has a currency as its numerator unit and the unit the
472
- * product is bought or sold by as its denominator.
473
- */
474
- unit_cost?: RateInput;
475
- }
476
- export declare namespace Materials {
477
- export { type CreateMaterialRequest as CreateMaterialRequest, type ListMaterial as ListMaterial, type Material as Material, type QuantityInputRequest as QuantityInputRequest, type RateInput as RateInput, type UpdateMaterialRequest as UpdateMaterialRequest, type MaterialListParams as MaterialListParams, type MaterialRetrieveParams as MaterialRetrieveParams, type MaterialCreateParams as MaterialCreateParams, type MaterialUpdateParams as MaterialUpdateParams, };
478
- }
1
+ export * from "./materials/index.mjs";
479
2
  //# sourceMappingURL=materials.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"materials.d.mts","sourceRoot":"","sources":["../../src/resources/catalog/materials.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;OACf,KAAK,QAAQ;OACb,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;OAYG;IACH,IAAI,CACF,KAAK,GAAE,kBAAkB,GAAG,IAAI,GAAG,SAAc,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,YAAY,CAAC;IAI3B;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,sBAAsB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,QAAQ,CAAC;IAIvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuCG;IACH,MAAM,CAAC,MAAM,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;IAKpF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoCG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,QAAQ,CAAC;IAKvB;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;CAGnE;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IAEjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAEnC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAEtB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IAE3B;;;;;;OAMG;IACH,SAAS,EAAE,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;IAEpC;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;;;;;OAMG;IACH,WAAW,EAAE,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;IAEtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;;GAMG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IAEjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAEnC;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,MAAM,GACN,eAAe,GACf,0BAA0B,GAC1B,0BAA0B,GAC1B,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,CACpB,CAAC;IAEF;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,MAAM,GACN,eAAe,GACf,0BAA0B,GAC1B,0BAA0B,GAC1B,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,CACpB,CAAC;CACH;AAED,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,MAAM,GACN,eAAe,GACf,0BAA0B,GAC1B,0BAA0B,GAC1B,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,CACpB,CAAC;IAEF;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IAEjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAEnC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,MAAM,GACN,eAAe,GACf,0BAA0B,GAC1B,0BAA0B,GAC1B,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,CACpB,CAAC;IAEF;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IAEjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,oBAAoB,CAAC;IAEnC;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
1
+ {"version":3,"file":"materials.d.mts","sourceRoot":"","sources":["../../src/resources/catalog/materials.ts"],"names":[],"mappings":""}