@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,75 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import * as FulfillmentRecommendationsAPI from './fulfillment-recommendations';
5
+ import { APIPromise } from '../../../core/api-promise';
6
+ import { RequestOptions } from '../../../internal/request-options';
7
+
8
+ /**
9
+ * The planning assumptions production schedules are solved against, and the per-resource overrides that mark which machines constrain the plan.
10
+ */
11
+ export class Actions extends APIResource {
12
+ /**
13
+ * Adopts the recommended fulfillment policy for the named items, writing it as a
14
+ * per-item planning override.
15
+ *
16
+ * The recommendation is recomputed as part of applying it, rather than taken from
17
+ * the request. Advice read minutes ago may no longer be the advice — demand moves
18
+ * — and writing a stale verdict would set a policy the engine would not give
19
+ * today. What comes back is what was actually written.
20
+ *
21
+ * Takes effect on the next generated schedule; versions already generated keep the
22
+ * assumptions they were solved under.
23
+ *
24
+ * This endpoint requires the permission: `production_schedules:update`.
25
+ *
26
+ * @example
27
+ * ```ts
28
+ * const listFulfillmentRecommendation =
29
+ * await client.operations.fulfillmentRecommendations.actions.apply(
30
+ * { item_ids: ['it_pej07ckhvu62'] },
31
+ * );
32
+ * ```
33
+ */
34
+ apply(
35
+ body: ActionApplyParams,
36
+ options?: RequestOptions,
37
+ ): APIPromise<FulfillmentRecommendationsAPI.ListFulfillmentRecommendation> {
38
+ return this._client.post('/v1/operations/fulfillment-recommendations/actions/apply', {
39
+ body,
40
+ ...options,
41
+ });
42
+ }
43
+ }
44
+
45
+ /**
46
+ * Request to adopt fulfillment recommendations for specific items.
47
+ */
48
+ export interface ApplyFulfillmentRecommendationsRequest {
49
+ /**
50
+ * Items whose recommendation should be adopted.
51
+ *
52
+ * Named explicitly rather than applied wholesale: adopting advice in bulk without
53
+ * saying what is being adopted is how a plant changes what it builds by accident.
54
+ * Items not named here are left exactly as they are.
55
+ */
56
+ item_ids: Array<string>;
57
+ }
58
+
59
+ export interface ActionApplyParams {
60
+ /**
61
+ * Items whose recommendation should be adopted.
62
+ *
63
+ * Named explicitly rather than applied wholesale: adopting advice in bulk without
64
+ * saying what is being adopted is how a plant changes what it builds by accident.
65
+ * Items not named here are left exactly as they are.
66
+ */
67
+ item_ids: Array<string>;
68
+ }
69
+
70
+ export declare namespace Actions {
71
+ export {
72
+ type ApplyFulfillmentRecommendationsRequest as ApplyFulfillmentRecommendationsRequest,
73
+ type ActionApplyParams as ActionApplyParams,
74
+ };
75
+ }
@@ -0,0 +1,206 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import * as CoreAPI from '../../core/core';
5
+ import * as APIKeysAPI from '../../auth/api-keys/api-keys';
6
+ import * as ActionsAPI from './actions';
7
+ import { ActionApplyParams, Actions, ApplyFulfillmentRecommendationsRequest } from './actions';
8
+ import { APIPromise } from '../../../core/api-promise';
9
+ import { RequestOptions } from '../../../internal/request-options';
10
+
11
+ /**
12
+ * The planning assumptions production schedules are solved against, and the per-resource overrides that mark which machines constrain the plan.
13
+ */
14
+ export class FulfillmentRecommendations extends APIResource {
15
+ actions: ActionsAPI.Actions = new ActionsAPI.Actions(this._client);
16
+
17
+ /**
18
+ * Returns, for every sellable SKU, whether it should be built to stock or only
19
+ * against orders — and the measurement that decided.
20
+ *
21
+ * The rules are ordered and the first match wins. Lead-time feasibility is checked
22
+ * before anything else: if customers are promised less time than production needs,
23
+ * building to order is not possible rather than not preferred, and no amount of
24
+ * lumpy demand changes that. After that the engine looks for dead stock, a single
25
+ * contract customer, demand too erratic for a buffer to size, and slow-moving
26
+ * expensive units.
27
+ *
28
+ * Every verdict carries its numbers — demand interval, variability, customer
29
+ * concentration, promised lead time, annual cost of goods — so a planner can
30
+ * disagree with the rule rather than only with the answer. Thresholds are
31
+ * merchant-editable in the planning settings.
32
+ *
33
+ * Computed fresh on every call rather than stored. A recommendation is only
34
+ * meaningful next to current demand, and a saved one would go quietly stale; the
35
+ * durable artifact is the item setting written when someone agrees with it.
36
+ * Nothing here changes a plan on its own.
37
+ *
38
+ * This endpoint requires the permission: `production_schedules:read`.
39
+ *
40
+ * @example
41
+ * ```ts
42
+ * const listFulfillmentRecommendation =
43
+ * await client.operations.fulfillmentRecommendations.list();
44
+ * ```
45
+ */
46
+ list(options?: RequestOptions): APIPromise<ListFulfillmentRecommendation> {
47
+ return this._client.get('/v1/operations/fulfillment-recommendations', options);
48
+ }
49
+ }
50
+
51
+ /**
52
+ * The engine's advice on how one SKU should be produced, with the measurements
53
+ * behind it.
54
+ */
55
+ export interface FulfillmentRecommendation {
56
+ /**
57
+ * Annual cost of goods for this item: demand times unit cost.
58
+ */
59
+ annual_cogs: number;
60
+
61
+ /**
62
+ * Months observed divided by months with demand: 1 means it sells every month, 3
63
+ * means once a quarter on average.
64
+ *
65
+ * Measured on monthly buckets, which cannot distinguish two orders in one month
66
+ * from one.
67
+ */
68
+ average_demand_interval: number;
69
+
70
+ /**
71
+ * Whether adopting the recommendation would change anything.
72
+ */
73
+ changes: boolean;
74
+
75
+ /**
76
+ * Squared coefficient of variation over the months that had demand, measuring how
77
+ * uneven the quantities are.
78
+ */
79
+ coefficient_of_variation: number;
80
+
81
+ /**
82
+ * How the item is planned today.
83
+ */
84
+ current_policy: 'make_to_stock' | 'make_to_order';
85
+
86
+ /**
87
+ * Calendar days customers are promised on average, weighted by how much each buys.
88
+ */
89
+ demand_weighted_lead_time_days: number;
90
+
91
+ /**
92
+ * Entity is a polymorphic reference to any resource in the system.
93
+ */
94
+ item: CoreAPI.Entity | null;
95
+
96
+ /**
97
+ * Percentage of demand from customers whose own stated policy disagrees with the
98
+ * recommendation.
99
+ *
100
+ * A policy is resolved per SKU, so an item sold to both a stocking distributor and
101
+ * a contract customer gets one answer either way. A high share here is the signal
102
+ * that the single answer is uncomfortable.
103
+ */
104
+ mixed_stream_share_pct: number;
105
+
106
+ /**
107
+ * Months since anything last sold, capped at the observation window.
108
+ */
109
+ months_since_last_sale: number;
110
+
111
+ /**
112
+ * Resource type identifier.
113
+ */
114
+ object: 'fulfillment_recommendation';
115
+
116
+ /**
117
+ * Entity is a polymorphic reference to any resource in the system.
118
+ */
119
+ product_line: CoreAPI.Entity | null;
120
+
121
+ /**
122
+ * The rule that decided.
123
+ *
124
+ * - `lead_time_infeasible`: customers are promised less time than production
125
+ * needs, so the stock has to exist before the order does. Checked first, because
126
+ * producing to order is not possible rather than not preferred.
127
+ * - `no_recent_demand`: nothing has sold for long enough that a buffer is dead
128
+ * stock.
129
+ * - `single_customer`: effectively one customer buys it, and that customer is
130
+ * served to order.
131
+ * - `lumpy_demand`: demand arrives rarely and in wildly different sizes, which is
132
+ * the shape a safety stock sizes worst.
133
+ * - `slow_moving_high_value`: expensive units, few sold — the buffer costs more
134
+ * than the service it buys.
135
+ * - `steady_demand`: regular enough to forecast, which is what stocking is for.
136
+ */
137
+ reason:
138
+ | 'lead_time_infeasible'
139
+ | 'no_recent_demand'
140
+ | 'single_customer'
141
+ | 'lumpy_demand'
142
+ | 'slow_moving_high_value'
143
+ | 'steady_demand';
144
+
145
+ /**
146
+ * How the engine thinks it should be planned.
147
+ */
148
+ recommended_policy: 'make_to_stock' | 'make_to_order';
149
+
150
+ /**
151
+ * SKU of that item.
152
+ */
153
+ sku: string;
154
+
155
+ /**
156
+ * Name of that customer.
157
+ */
158
+ top_customer_name: string | null;
159
+
160
+ /**
161
+ * The largest customer's share of this item's demand, as a percentage.
162
+ */
163
+ top_customer_share_pct: number;
164
+ }
165
+
166
+ /**
167
+ * A single page of resources, together with the metadata needed to page through
168
+ * the rest of the result set.
169
+ */
170
+ export interface ListFulfillmentRecommendation {
171
+ /**
172
+ * Resources in this page.
173
+ */
174
+ data: Array<FulfillmentRecommendation>;
175
+
176
+ /**
177
+ * Resource type identifier.
178
+ */
179
+ object: 'list';
180
+
181
+ /**
182
+ * PageInfo describes where the current page sits within a paginated result set and
183
+ * how to move to the adjacent pages.
184
+ *
185
+ * Page a list by following the URLs below rather than assembling cursors yourself.
186
+ * For a top-level list endpoint the URL repeats the original request's query
187
+ * string with only the cursor swapped, so following it preserves the same filters,
188
+ * search term, and page size.
189
+ */
190
+ page_info: APIKeysAPI.PageInfo;
191
+ }
192
+
193
+ FulfillmentRecommendations.Actions = Actions;
194
+
195
+ export declare namespace FulfillmentRecommendations {
196
+ export {
197
+ type FulfillmentRecommendation as FulfillmentRecommendation,
198
+ type ListFulfillmentRecommendation as ListFulfillmentRecommendation,
199
+ };
200
+
201
+ export {
202
+ Actions as Actions,
203
+ type ApplyFulfillmentRecommendationsRequest as ApplyFulfillmentRecommendationsRequest,
204
+ type ActionApplyParams as ActionApplyParams,
205
+ };
206
+ }
@@ -0,0 +1,8 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export { Actions, type ApplyFulfillmentRecommendationsRequest, type ActionApplyParams } from './actions';
4
+ export {
5
+ FulfillmentRecommendations,
6
+ type FulfillmentRecommendation,
7
+ type ListFulfillmentRecommendation,
8
+ } from './fulfillment-recommendations';
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './fulfillment-recommendations/index';
@@ -35,6 +35,11 @@ export {
35
35
  type DepartmentCreateParams,
36
36
  type DepartmentUpdateParams,
37
37
  } from './departments';
38
+ export {
39
+ FulfillmentRecommendations,
40
+ type FulfillmentRecommendation,
41
+ type ListFulfillmentRecommendation,
42
+ } from './fulfillment-recommendations/index';
38
43
  export {
39
44
  LocationTypes,
40
45
  type ListLocationType,
@@ -50,7 +55,7 @@ export {
50
55
  type LocationRetrieveParams,
51
56
  type LocationCreateParams,
52
57
  type LocationUpdateParams,
53
- } from './locations';
58
+ } from './locations/index';
54
59
  export {
55
60
  MachineDowntimeEvents,
56
61
  type CreateMachineDowntimeEventRequest,
@@ -104,6 +109,9 @@ export {
104
109
  type ListReleaseScheduleBatch,
105
110
  type ListReleasedScheduleLine,
106
111
  type ListScheduleAppliedOverride,
112
+ type ListScheduleAtRiskOrder,
113
+ type ListScheduleOrderCoverage,
114
+ type ListScheduleOrderCoverageLine,
107
115
  type ProductionSchedule,
108
116
  type ProductionScheduleDerivedLine,
109
117
  type ProductionScheduleDeviation,
@@ -113,7 +121,10 @@ export {
113
121
  type ReleaseScheduleWeekPreview,
114
122
  type ReleasedScheduleLine,
115
123
  type ScheduleAppliedOverride,
124
+ type ScheduleAtRiskOrder,
116
125
  type ScheduleDiagnostics,
126
+ type ScheduleOrderCoverage,
127
+ type ScheduleOrderCoverageLine,
117
128
  type ProductionScheduleDeleteResponse,
118
129
  type ProductionScheduleListParams,
119
130
  type ProductionScheduleCreateParams,
@@ -0,0 +1,82 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import * as JobsAPI from '../../core/jobs';
5
+ import * as BlocksAPI from '../../messaging/blocks';
6
+ import * as ActionsAPI from '../../catalog/item-categories/actions';
7
+ import { APIPromise } from '../../../core/api-promise';
8
+ import { RequestOptions } from '../../../internal/request-options';
9
+
10
+ /**
11
+ * List and manage locations.
12
+ */
13
+ export class Actions extends APIResource {
14
+ /**
15
+ * Creates or updates multiple locations for the account, matched by name
16
+ * (case-insensitive), then writes asynchronously — 202 with a job to poll.
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * const job =
21
+ * await client.operations.locations.actions.bulkUpsert({
22
+ * locations: [{ name: 'Warehouse A', type: 'building' }],
23
+ * });
24
+ * ```
25
+ */
26
+ bulkUpsert(body: ActionBulkUpsertParams, options?: RequestOptions): APIPromise<JobsAPI.Job> {
27
+ return this._client.post('/v1/operations/locations/actions/bulk-upsert', { body, ...options });
28
+ }
29
+ }
30
+
31
+ /**
32
+ * BulkUpsertLocationsRequest is the request to bulk upsert locations.
33
+ */
34
+ export interface BulkUpsertLocationsRequest {
35
+ /**
36
+ * Locations to create or update, matched by name within the account.
37
+ */
38
+ locations: Array<UpsertLocationInput>;
39
+ }
40
+
41
+ /**
42
+ * UpsertLocationInput is the input for a single location in a bulk upsert
43
+ * operation.
44
+ */
45
+ export interface UpsertLocationInput {
46
+ /**
47
+ * Display name of the location, used to match existing locations.
48
+ */
49
+ name: string;
50
+
51
+ /**
52
+ * Location type code.
53
+ */
54
+ type: BlocksAPI.LocationTypeCode;
55
+
56
+ /**
57
+ * Child locations to re-parent under this one, referenced by `id` or `name`, or by
58
+ * name for a location in the same batch. Redundant with `parent` on each child.
59
+ */
60
+ children?: Array<ActionsAPI.ObjectIdentifier>;
61
+
62
+ /**
63
+ * -------------------------- Named Object -------------------------- Identifies an
64
+ * object by its id or its name. An id wins when both are given.
65
+ */
66
+ parent?: ActionsAPI.ObjectIdentifier;
67
+ }
68
+
69
+ export interface ActionBulkUpsertParams {
70
+ /**
71
+ * Locations to create or update, matched by name within the account.
72
+ */
73
+ locations: Array<UpsertLocationInput>;
74
+ }
75
+
76
+ export declare namespace Actions {
77
+ export {
78
+ type BulkUpsertLocationsRequest as BulkUpsertLocationsRequest,
79
+ type UpsertLocationInput as UpsertLocationInput,
80
+ type ActionBulkUpsertParams as ActionBulkUpsertParams,
81
+ };
82
+ }
@@ -0,0 +1,18 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export {
4
+ Actions,
5
+ type BulkUpsertLocationsRequest,
6
+ type UpsertLocationInput,
7
+ type ActionBulkUpsertParams,
8
+ } from './actions';
9
+ export {
10
+ Locations,
11
+ type CreateLocationRequest,
12
+ type UpdateLocationRequest,
13
+ type LocationDeleteResponse,
14
+ type LocationListParams,
15
+ type LocationRetrieveParams,
16
+ type LocationCreateParams,
17
+ type LocationUpdateParams,
18
+ } from './locations';