@augno/sdk 0.18.1 → 0.19.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 (257) hide show
  1. package/CHANGELOG.md +3 -5
  2. package/package.json +1 -1
  3. package/resources/catalog/catalog.d.mts +6 -6
  4. package/resources/catalog/catalog.d.mts.map +1 -1
  5. package/resources/catalog/catalog.d.ts +6 -6
  6. package/resources/catalog/catalog.d.ts.map +1 -1
  7. package/resources/catalog/catalog.js.map +1 -1
  8. package/resources/catalog/catalog.mjs.map +1 -1
  9. package/resources/catalog/index.d.mts +3 -3
  10. package/resources/catalog/index.d.mts.map +1 -1
  11. package/resources/catalog/index.d.ts +3 -3
  12. package/resources/catalog/index.d.ts.map +1 -1
  13. package/resources/catalog/index.js.map +1 -1
  14. package/resources/catalog/index.mjs.map +1 -1
  15. package/resources/catalog/items/actions.d.mts +249 -0
  16. package/resources/catalog/items/actions.d.mts.map +1 -0
  17. package/resources/catalog/items/actions.d.ts +249 -0
  18. package/resources/catalog/items/actions.d.ts.map +1 -0
  19. package/resources/catalog/items/actions.js +46 -0
  20. package/resources/catalog/items/actions.js.map +1 -0
  21. package/resources/catalog/items/actions.mjs +42 -0
  22. package/resources/catalog/items/actions.mjs.map +1 -0
  23. package/resources/catalog/items/index.d.mts +3 -1
  24. package/resources/catalog/items/index.d.mts.map +1 -1
  25. package/resources/catalog/items/index.d.ts +3 -1
  26. package/resources/catalog/items/index.d.ts.map +1 -1
  27. package/resources/catalog/items/index.js +5 -1
  28. package/resources/catalog/items/index.js.map +1 -1
  29. package/resources/catalog/items/index.mjs +2 -0
  30. package/resources/catalog/items/index.mjs.map +1 -1
  31. package/resources/catalog/items/inventory.d.mts +247 -0
  32. package/resources/catalog/items/inventory.d.mts.map +1 -0
  33. package/resources/catalog/items/inventory.d.ts +247 -0
  34. package/resources/catalog/items/inventory.d.ts.map +1 -0
  35. package/resources/catalog/items/inventory.js +75 -0
  36. package/resources/catalog/items/inventory.js.map +1 -0
  37. package/resources/catalog/items/inventory.mjs +71 -0
  38. package/resources/catalog/items/inventory.mjs.map +1 -0
  39. package/resources/catalog/items/items.d.mts +9 -104
  40. package/resources/catalog/items/items.d.mts.map +1 -1
  41. package/resources/catalog/items/items.d.ts +9 -104
  42. package/resources/catalog/items/items.d.ts.map +1 -1
  43. package/resources/catalog/items/items.js +8 -21
  44. package/resources/catalog/items/items.js.map +1 -1
  45. package/resources/catalog/items/items.mjs +8 -21
  46. package/resources/catalog/items/items.mjs.map +1 -1
  47. package/resources/catalog/materials/index.d.mts +1 -1
  48. package/resources/catalog/materials/index.d.mts.map +1 -1
  49. package/resources/catalog/materials/index.d.ts +1 -1
  50. package/resources/catalog/materials/index.d.ts.map +1 -1
  51. package/resources/catalog/materials/index.js.map +1 -1
  52. package/resources/catalog/materials/index.mjs.map +1 -1
  53. package/resources/catalog/materials/materials.d.mts +36 -3
  54. package/resources/catalog/materials/materials.d.mts.map +1 -1
  55. package/resources/catalog/materials/materials.d.ts +36 -3
  56. package/resources/catalog/materials/materials.d.ts.map +1 -1
  57. package/resources/catalog/materials/materials.js.map +1 -1
  58. package/resources/catalog/materials/materials.mjs.map +1 -1
  59. package/resources/catalog/product-lines/index.d.mts +1 -1
  60. package/resources/catalog/product-lines/index.d.mts.map +1 -1
  61. package/resources/catalog/product-lines/index.d.ts +1 -1
  62. package/resources/catalog/product-lines/index.d.ts.map +1 -1
  63. package/resources/catalog/product-lines/index.js.map +1 -1
  64. package/resources/catalog/product-lines/index.mjs.map +1 -1
  65. package/resources/catalog/product-lines/product-lines.d.mts +8 -23
  66. package/resources/catalog/product-lines/product-lines.d.mts.map +1 -1
  67. package/resources/catalog/product-lines/product-lines.d.ts +8 -23
  68. package/resources/catalog/product-lines/product-lines.d.ts.map +1 -1
  69. package/resources/catalog/product-lines/product-lines.js.map +1 -1
  70. package/resources/catalog/product-lines/product-lines.mjs.map +1 -1
  71. package/resources/core/audit-events.d.mts +4 -4
  72. package/resources/core/audit-events.d.mts.map +1 -1
  73. package/resources/core/audit-events.d.ts +4 -4
  74. package/resources/core/audit-events.d.ts.map +1 -1
  75. package/resources/core/core.d.mts +2 -2
  76. package/resources/core/core.d.mts.map +1 -1
  77. package/resources/core/core.d.ts +2 -2
  78. package/resources/core/core.d.ts.map +1 -1
  79. package/resources/core/core.js.map +1 -1
  80. package/resources/core/core.mjs.map +1 -1
  81. package/resources/core/jobs.d.mts +2 -2
  82. package/resources/core/jobs.d.mts.map +1 -1
  83. package/resources/core/jobs.d.ts +2 -2
  84. package/resources/core/jobs.d.ts.map +1 -1
  85. package/resources/messaging/blocks.d.mts +4 -3
  86. package/resources/messaging/blocks.d.mts.map +1 -1
  87. package/resources/messaging/blocks.d.ts +4 -3
  88. package/resources/messaging/blocks.d.ts.map +1 -1
  89. package/resources/messaging/blocks.js.map +1 -1
  90. package/resources/messaging/blocks.mjs.map +1 -1
  91. package/resources/messaging/conversations/conversations.d.mts +3 -3
  92. package/resources/messaging/conversations/conversations.d.mts.map +1 -1
  93. package/resources/messaging/conversations/conversations.d.ts +3 -3
  94. package/resources/messaging/conversations/conversations.d.ts.map +1 -1
  95. package/resources/messaging/conversations/conversations.js.map +1 -1
  96. package/resources/messaging/conversations/conversations.mjs.map +1 -1
  97. package/resources/messaging/conversations/links.d.mts +2 -2
  98. package/resources/messaging/conversations/links.d.mts.map +1 -1
  99. package/resources/messaging/conversations/links.d.ts +2 -2
  100. package/resources/messaging/conversations/links.d.ts.map +1 -1
  101. package/resources/messaging/conversations/messages.d.mts +2 -2
  102. package/resources/messaging/conversations/messages.d.mts.map +1 -1
  103. package/resources/messaging/conversations/messages.d.ts +2 -2
  104. package/resources/messaging/conversations/messages.d.ts.map +1 -1
  105. package/resources/messaging/notifications/notifications.d.mts +2 -2
  106. package/resources/messaging/notifications/notifications.d.mts.map +1 -1
  107. package/resources/messaging/notifications/notifications.d.ts +2 -2
  108. package/resources/messaging/notifications/notifications.d.ts.map +1 -1
  109. package/resources/messaging/notifications/notifications.js.map +1 -1
  110. package/resources/messaging/notifications/notifications.mjs.map +1 -1
  111. package/resources/operations/index.d.mts +1 -1
  112. package/resources/operations/index.d.mts.map +1 -1
  113. package/resources/operations/index.d.ts +1 -1
  114. package/resources/operations/index.d.ts.map +1 -1
  115. package/resources/operations/index.js.map +1 -1
  116. package/resources/operations/index.mjs.map +1 -1
  117. package/resources/operations/machine-downtime-events.d.mts +56 -7
  118. package/resources/operations/machine-downtime-events.d.mts.map +1 -1
  119. package/resources/operations/machine-downtime-events.d.ts +56 -7
  120. package/resources/operations/machine-downtime-events.d.ts.map +1 -1
  121. package/resources/operations/machine-downtime-events.js +11 -7
  122. package/resources/operations/machine-downtime-events.js.map +1 -1
  123. package/resources/operations/machine-downtime-events.mjs +11 -7
  124. package/resources/operations/machine-downtime-events.mjs.map +1 -1
  125. package/resources/operations/operations.d.mts +2 -2
  126. package/resources/operations/operations.d.mts.map +1 -1
  127. package/resources/operations/operations.d.ts +2 -2
  128. package/resources/operations/operations.d.ts.map +1 -1
  129. package/resources/operations/operations.js.map +1 -1
  130. package/resources/operations/operations.mjs.map +1 -1
  131. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +13 -12
  132. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -1
  133. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +13 -12
  134. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -1
  135. package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -1
  136. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -1
  137. package/resources/operations/production-schedules/actions.d.mts +34 -1
  138. package/resources/operations/production-schedules/actions.d.mts.map +1 -1
  139. package/resources/operations/production-schedules/actions.d.ts +34 -1
  140. package/resources/operations/production-schedules/actions.d.ts.map +1 -1
  141. package/resources/operations/production-schedules/actions.js +8 -0
  142. package/resources/operations/production-schedules/actions.js.map +1 -1
  143. package/resources/operations/production-schedules/actions.mjs +8 -0
  144. package/resources/operations/production-schedules/actions.mjs.map +1 -1
  145. package/resources/operations/production-schedules/index.d.mts +1 -1
  146. package/resources/operations/production-schedules/index.d.mts.map +1 -1
  147. package/resources/operations/production-schedules/index.d.ts +1 -1
  148. package/resources/operations/production-schedules/index.d.ts.map +1 -1
  149. package/resources/operations/production-schedules/index.js.map +1 -1
  150. package/resources/operations/production-schedules/index.mjs.map +1 -1
  151. package/resources/operations/production-schedules/production-schedules.d.mts +295 -2
  152. package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -1
  153. package/resources/operations/production-schedules/production-schedules.d.ts +295 -2
  154. package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -1
  155. package/resources/operations/production-schedules/production-schedules.js +42 -0
  156. package/resources/operations/production-schedules/production-schedules.js.map +1 -1
  157. package/resources/operations/production-schedules/production-schedules.mjs +42 -0
  158. package/resources/operations/production-schedules/production-schedules.mjs.map +1 -1
  159. package/resources/operations/shipping-terms.d.mts +9 -9
  160. package/resources/operations/shipping-terms.d.mts.map +1 -1
  161. package/resources/operations/shipping-terms.d.ts +9 -9
  162. package/resources/operations/shipping-terms.d.ts.map +1 -1
  163. package/resources/sales/account-groups.d.mts +2 -1
  164. package/resources/sales/account-groups.d.mts.map +1 -1
  165. package/resources/sales/account-groups.d.ts +2 -1
  166. package/resources/sales/account-groups.d.ts.map +1 -1
  167. package/resources/sales/account-prices/account-prices.d.mts +5 -4
  168. package/resources/sales/account-prices/account-prices.d.mts.map +1 -1
  169. package/resources/sales/account-prices/account-prices.d.ts +5 -4
  170. package/resources/sales/account-prices/account-prices.d.ts.map +1 -1
  171. package/resources/sales/account-prices/account-prices.js.map +1 -1
  172. package/resources/sales/account-prices/account-prices.mjs.map +1 -1
  173. package/resources/sales/account-users/sales-targets.d.mts +2 -2
  174. package/resources/sales/account-users/sales-targets.d.mts.map +1 -1
  175. package/resources/sales/account-users/sales-targets.d.ts +2 -2
  176. package/resources/sales/account-users/sales-targets.d.ts.map +1 -1
  177. package/resources/sales/customers/customers.d.mts +48 -19
  178. package/resources/sales/customers/customers.d.mts.map +1 -1
  179. package/resources/sales/customers/customers.d.ts +48 -19
  180. package/resources/sales/customers/customers.d.ts.map +1 -1
  181. package/resources/sales/customers/customers.js +10 -5
  182. package/resources/sales/customers/customers.js.map +1 -1
  183. package/resources/sales/customers/customers.mjs +10 -5
  184. package/resources/sales/customers/customers.mjs.map +1 -1
  185. package/resources/sales/customers/index.d.mts +1 -1
  186. package/resources/sales/customers/index.d.mts.map +1 -1
  187. package/resources/sales/customers/index.d.ts +1 -1
  188. package/resources/sales/customers/index.d.ts.map +1 -1
  189. package/resources/sales/customers/index.js.map +1 -1
  190. package/resources/sales/customers/index.mjs.map +1 -1
  191. package/resources/sales/index.d.mts +1 -1
  192. package/resources/sales/index.d.mts.map +1 -1
  193. package/resources/sales/index.d.ts +1 -1
  194. package/resources/sales/index.d.ts.map +1 -1
  195. package/resources/sales/index.js.map +1 -1
  196. package/resources/sales/index.mjs.map +1 -1
  197. package/resources/sales/sales-orders/actions.d.mts +14 -2
  198. package/resources/sales/sales-orders/actions.d.mts.map +1 -1
  199. package/resources/sales/sales-orders/actions.d.ts +14 -2
  200. package/resources/sales/sales-orders/actions.d.ts.map +1 -1
  201. package/resources/sales/sales-orders/lines/lines.d.mts +5 -5
  202. package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -1
  203. package/resources/sales/sales-orders/lines/lines.d.ts +5 -5
  204. package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -1
  205. package/resources/sales/sales-orders/sales-orders.d.mts +10 -6
  206. package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
  207. package/resources/sales/sales-orders/sales-orders.d.ts +10 -6
  208. package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -1
  209. package/resources/sales/sales-orders/sales-orders.js.map +1 -1
  210. package/resources/sales/sales-orders/sales-orders.mjs.map +1 -1
  211. package/resources/sales/sales.d.mts +2 -2
  212. package/resources/sales/sales.d.mts.map +1 -1
  213. package/resources/sales/sales.d.ts +2 -2
  214. package/resources/sales/sales.d.ts.map +1 -1
  215. package/resources/sales/sales.js.map +1 -1
  216. package/resources/sales/sales.mjs.map +1 -1
  217. package/src/resources/catalog/catalog.ts +2 -8
  218. package/src/resources/catalog/index.ts +1 -4
  219. package/src/resources/catalog/items/actions.ts +296 -0
  220. package/src/resources/catalog/items/index.ts +23 -3
  221. package/src/resources/catalog/items/inventory.ts +294 -0
  222. package/src/resources/catalog/items/items.ts +54 -124
  223. package/src/resources/catalog/materials/index.ts +1 -0
  224. package/src/resources/catalog/materials/materials.ts +41 -2
  225. package/src/resources/catalog/product-lines/index.ts +0 -1
  226. package/src/resources/catalog/product-lines/product-lines.ts +7 -25
  227. package/src/resources/core/audit-events.ts +30 -10
  228. package/src/resources/core/core.ts +15 -5
  229. package/src/resources/core/jobs.ts +8 -3
  230. package/src/resources/messaging/blocks.ts +4 -3
  231. package/src/resources/messaging/conversations/conversations.ts +24 -9
  232. package/src/resources/messaging/conversations/links.ts +16 -6
  233. package/src/resources/messaging/conversations/messages.ts +16 -6
  234. package/src/resources/messaging/notifications/notifications.ts +16 -6
  235. package/src/resources/operations/index.ts +4 -0
  236. package/src/resources/operations/machine-downtime-events.ts +62 -7
  237. package/src/resources/operations/operations.ts +8 -0
  238. package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +13 -12
  239. package/src/resources/operations/production-schedules/actions.ts +37 -1
  240. package/src/resources/operations/production-schedules/index.ts +4 -0
  241. package/src/resources/operations/production-schedules/production-schedules.ts +354 -1
  242. package/src/resources/operations/shipping-terms.ts +9 -9
  243. package/src/resources/sales/account-groups.ts +2 -1
  244. package/src/resources/sales/account-prices/account-prices.ts +5 -4
  245. package/src/resources/sales/account-users/sales-targets.ts +2 -2
  246. package/src/resources/sales/customers/customers.ts +62 -19
  247. package/src/resources/sales/customers/index.ts +1 -0
  248. package/src/resources/sales/index.ts +1 -0
  249. package/src/resources/sales/sales-orders/actions.ts +15 -1
  250. package/src/resources/sales/sales-orders/lines/lines.ts +5 -5
  251. package/src/resources/sales/sales-orders/sales-orders.ts +11 -5
  252. package/src/resources/sales/sales.ts +2 -0
  253. package/src/version.ts +1 -1
  254. package/version.d.mts +1 -1
  255. package/version.d.ts +1 -1
  256. package/version.js +1 -1
  257. package/version.mjs +1 -1
@@ -0,0 +1,247 @@
1
+ import { APIResource } from "../../../core/resource.js";
2
+ import * as UnitsAPI from "../units/units.js";
3
+ import { APIPromise } from "../../../core/api-promise.js";
4
+ import { RequestOptions } from "../../../internal/request-options.js";
5
+ /**
6
+ * List and manage inventory items.
7
+ */
8
+ export declare class Inventory extends APIResource {
9
+ /**
10
+ * Returns the stock position for an item: what is on hand, what is reserved
11
+ * against existing orders, what is free to promise, and what is short.
12
+ *
13
+ * Stock your account either owns or holds counts toward the on-hand figure, so
14
+ * customer-supplied material sitting in your facility is included. All four
15
+ * quantities are reported in the base unit of the item's category.
16
+ *
17
+ * This endpoint requires the permission: `items:read`.
18
+ *
19
+ * @example
20
+ * ```ts
21
+ * const itemInventory =
22
+ * await client.catalog.items.inventory.list(
23
+ * 'it_pej07ckhvu62',
24
+ * );
25
+ * ```
26
+ */
27
+ list(id: string, query?: InventoryListParams | null | undefined, options?: RequestOptions): APIPromise<ItemInventory>;
28
+ /**
29
+ * Adjusts or reconciles the quantity of an item you hold.
30
+ *
31
+ * With `operation` set to `adjust` (the behavior when it is omitted), `quantity`
32
+ * is added to the current quantity; with `reconcile`, the current quantity is set
33
+ * to exactly `quantity`. Either way it is the resulting difference that gets
34
+ * written, so a difference of zero moves no stock.
35
+ *
36
+ * The figure a `reconcile` measures against is what is on hand net of demand
37
+ * nothing has covered — the same figure `available_to_promise` is derived from,
38
+ * not the raw on-hand total. Reconciling to the quantity already reported
39
+ * therefore writes nothing.
40
+ *
41
+ * Stock that arrives is allocated against unfilled demand for the item, so an
42
+ * adjustment can settle a shortfall instead of raising the quantity free to
43
+ * promise. That allocation happens just after the request rather than inside it,
44
+ * because it walks every open issue for the item. The change is recorded in the
45
+ * item's inventory audit trail as a user correction attributed to the caller.
46
+ *
47
+ * This endpoint requires the permission: `items:update`.
48
+ *
49
+ * @example
50
+ * ```ts
51
+ * const inventory =
52
+ * await client.catalog.items.inventory.update(
53
+ * 'it_pej07ckhvu62',
54
+ * {
55
+ * quantity: {
56
+ * value: '10.5',
57
+ * unit_id: 'un_82bd37dae5po',
58
+ * },
59
+ * customer_id: 'ac_opnlh43ymyee',
60
+ * location_id: 'lc_yonnys0hx3ju',
61
+ * operation: 'adjust',
62
+ * },
63
+ * );
64
+ * ```
65
+ */
66
+ update(id: string, body: InventoryUpdateParams, options?: RequestOptions): APIPromise<InventoryUpdateResponse>;
67
+ }
68
+ /**
69
+ * An amount calculated on demand rather than stored.
70
+ *
71
+ * The same shape as a quantity minus the ID, because nothing was written: it is
72
+ * derived per request, such as a total rolled up across invoiced lines for one
73
+ * analysis.
74
+ */
75
+ export interface ComputedQuantity {
76
+ /**
77
+ * Formatted value with unit abbreviation (e.g. "1,200 pr").
78
+ */
79
+ display_value: string;
80
+ /**
81
+ * Resource type identifier.
82
+ */
83
+ object: 'computed_quantity';
84
+ /**
85
+ * Unit of measurement used for conversions and product quantities.
86
+ */
87
+ unit: UnitsAPI.Unit | null;
88
+ /**
89
+ * Raw decimal value, as a string to preserve precision.
90
+ *
91
+ * This is the unformatted machine value; see `display_value` for the
92
+ * human-readable rendering.
93
+ */
94
+ value: string;
95
+ }
96
+ /**
97
+ * The stock position for an item: what is in stock, what is already committed, and
98
+ * what is still free to sell.
99
+ *
100
+ * All four quantities are reported in the same unit — the base unit of the item's
101
+ * category. Derived figures, not stored rows: each is netted out of the ledger at
102
+ * read time, so none of them carries a quantity id.
103
+ */
104
+ export interface ItemInventory {
105
+ /**
106
+ * An amount calculated on demand rather than stored.
107
+ *
108
+ * The same shape as a quantity minus the ID, because nothing was written: it is
109
+ * derived per request, such as a total rolled up across invoiced lines for one
110
+ * analysis.
111
+ */
112
+ available_to_promise: ComputedQuantity | null;
113
+ /**
114
+ * Resource type identifier.
115
+ */
116
+ object: 'item_inventory';
117
+ /**
118
+ * An amount calculated on demand rather than stored.
119
+ *
120
+ * The same shape as a quantity minus the ID, because nothing was written: it is
121
+ * derived per request, such as a total rolled up across invoiced lines for one
122
+ * analysis.
123
+ */
124
+ on_hand: ComputedQuantity | null;
125
+ /**
126
+ * An amount calculated on demand rather than stored.
127
+ *
128
+ * The same shape as a quantity minus the ID, because nothing was written: it is
129
+ * derived per request, such as a total rolled up across invoiced lines for one
130
+ * analysis.
131
+ */
132
+ reserved: ComputedQuantity | null;
133
+ /**
134
+ * An amount calculated on demand rather than stored.
135
+ *
136
+ * The same shape as a quantity minus the ID, because nothing was written: it is
137
+ * derived per request, such as a total rolled up across invoiced lines for one
138
+ * analysis.
139
+ */
140
+ short: ComputedQuantity | null;
141
+ }
142
+ /**
143
+ * An amount together with the unit it is expressed in.
144
+ *
145
+ * The unit may be a currency, so money amounts such as a credit limit are written
146
+ * the same way as physical amounts like weights or counts.
147
+ */
148
+ export interface QuantityInput {
149
+ /**
150
+ * ID of the unit of measure for the value.
151
+ */
152
+ unit_id: string;
153
+ /**
154
+ * Decimal value, as a string to preserve precision.
155
+ */
156
+ value: string;
157
+ }
158
+ /**
159
+ * Request to adjust or reconcile inventory for an item.
160
+ */
161
+ export interface UpdateItemInventoryRequest {
162
+ /**
163
+ * An amount together with the unit it is expressed in.
164
+ *
165
+ * The unit may be a currency, so money amounts such as a credit limit are written
166
+ * the same way as physical amounts like weights or counts.
167
+ */
168
+ quantity: QuantityInput;
169
+ /**
170
+ * ID of the customer account that owns the resulting inventory.
171
+ *
172
+ * Use this for stock you hold but do not own, such as customer-supplied material.
173
+ * It only affects quantity being added: your account stays the holder, the
174
+ * customer becomes the owner, and the current quantity a `reconcile` measures
175
+ * against is still your account's. Requires edit access to that customer.
176
+ */
177
+ customer_id?: string;
178
+ /**
179
+ * ID of the location to record the inventory change against.
180
+ *
181
+ * Must be a location in your account.
182
+ */
183
+ location_id?: string;
184
+ /**
185
+ * Lot number to record the inventory change against.
186
+ *
187
+ * The lot is created for the item if it does not already exist.
188
+ */
189
+ lot_number?: string;
190
+ /**
191
+ * How `quantity` is applied.
192
+ *
193
+ * - `adjust`: adds `quantity` to the current quantity.
194
+ * - `reconcile`: sets the current quantity to exactly `quantity`.
195
+ */
196
+ operation?: 'adjust' | 'reconcile';
197
+ }
198
+ export interface InventoryUpdateResponse {
199
+ }
200
+ export interface InventoryListParams {
201
+ /**
202
+ * Sub-objects to expand in the response. When omitted, sub-objects are returned as
203
+ * `null`.
204
+ */
205
+ include?: Array<'on_hand' | 'reserved' | 'available_to_promise' | 'short'>;
206
+ }
207
+ export interface InventoryUpdateParams {
208
+ /**
209
+ * An amount together with the unit it is expressed in.
210
+ *
211
+ * The unit may be a currency, so money amounts such as a credit limit are written
212
+ * the same way as physical amounts like weights or counts.
213
+ */
214
+ quantity: QuantityInput;
215
+ /**
216
+ * ID of the customer account that owns the resulting inventory.
217
+ *
218
+ * Use this for stock you hold but do not own, such as customer-supplied material.
219
+ * It only affects quantity being added: your account stays the holder, the
220
+ * customer becomes the owner, and the current quantity a `reconcile` measures
221
+ * against is still your account's. Requires edit access to that customer.
222
+ */
223
+ customer_id?: string;
224
+ /**
225
+ * ID of the location to record the inventory change against.
226
+ *
227
+ * Must be a location in your account.
228
+ */
229
+ location_id?: string;
230
+ /**
231
+ * Lot number to record the inventory change against.
232
+ *
233
+ * The lot is created for the item if it does not already exist.
234
+ */
235
+ lot_number?: string;
236
+ /**
237
+ * How `quantity` is applied.
238
+ *
239
+ * - `adjust`: adds `quantity` to the current quantity.
240
+ * - `reconcile`: sets the current quantity to exactly `quantity`.
241
+ */
242
+ operation?: 'adjust' | 'reconcile';
243
+ }
244
+ export declare namespace Inventory {
245
+ export { type ComputedQuantity as ComputedQuantity, type ItemInventory as ItemInventory, type QuantityInput as QuantityInput, type UpdateItemInventoryRequest as UpdateItemInventoryRequest, type InventoryUpdateResponse as InventoryUpdateResponse, type InventoryListParams as InventoryListParams, type InventoryUpdateParams as InventoryUpdateParams, };
246
+ }
247
+ //# sourceMappingURL=inventory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inventory.d.ts","sourceRoot":"","sources":["../../../src/resources/catalog/items/inventory.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,QAAQ;OACb,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CACF,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,mBAAmB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,aAAa,CAAC;IAI5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,qBAAqB,EAC3B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,uBAAuB,CAAC;CAGvC;AAED;;;;;;GAMG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAE5B;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IAE3B;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;;OAMG;IACH,oBAAoB,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAE9C;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB;;;;;;OAMG;IACH,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAEjC;;;;;;OAMG;IACH,QAAQ,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAElC;;;;;;OAMG;IACH,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAChC;AAED;;;;;GAKG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,QAAQ,EAAE,aAAa,CAAC;IAExB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;CACpC;AAED,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,UAAU,GAAG,sBAAsB,GAAG,OAAO,CAAC,CAAC;CAC5E;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;;OAKG;IACH,QAAQ,EAAE,aAAa,CAAC;IAExB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;CACpC;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Inventory = void 0;
5
+ const resource_1 = require("../../../core/resource.js");
6
+ const path_1 = require("../../../internal/utils/path.js");
7
+ /**
8
+ * List and manage inventory items.
9
+ */
10
+ class Inventory extends resource_1.APIResource {
11
+ /**
12
+ * Returns the stock position for an item: what is on hand, what is reserved
13
+ * against existing orders, what is free to promise, and what is short.
14
+ *
15
+ * Stock your account either owns or holds counts toward the on-hand figure, so
16
+ * customer-supplied material sitting in your facility is included. All four
17
+ * quantities are reported in the base unit of the item's category.
18
+ *
19
+ * This endpoint requires the permission: `items:read`.
20
+ *
21
+ * @example
22
+ * ```ts
23
+ * const itemInventory =
24
+ * await client.catalog.items.inventory.list(
25
+ * 'it_pej07ckhvu62',
26
+ * );
27
+ * ```
28
+ */
29
+ list(id, query = {}, options) {
30
+ return this._client.get((0, path_1.path) `/v1/catalog/items/${id}/inventory`, { query, ...options });
31
+ }
32
+ /**
33
+ * Adjusts or reconciles the quantity of an item you hold.
34
+ *
35
+ * With `operation` set to `adjust` (the behavior when it is omitted), `quantity`
36
+ * is added to the current quantity; with `reconcile`, the current quantity is set
37
+ * to exactly `quantity`. Either way it is the resulting difference that gets
38
+ * written, so a difference of zero moves no stock.
39
+ *
40
+ * The figure a `reconcile` measures against is what is on hand net of demand
41
+ * nothing has covered — the same figure `available_to_promise` is derived from,
42
+ * not the raw on-hand total. Reconciling to the quantity already reported
43
+ * therefore writes nothing.
44
+ *
45
+ * Stock that arrives is allocated against unfilled demand for the item, so an
46
+ * adjustment can settle a shortfall instead of raising the quantity free to
47
+ * promise. That allocation happens just after the request rather than inside it,
48
+ * because it walks every open issue for the item. The change is recorded in the
49
+ * item's inventory audit trail as a user correction attributed to the caller.
50
+ *
51
+ * This endpoint requires the permission: `items:update`.
52
+ *
53
+ * @example
54
+ * ```ts
55
+ * const inventory =
56
+ * await client.catalog.items.inventory.update(
57
+ * 'it_pej07ckhvu62',
58
+ * {
59
+ * quantity: {
60
+ * value: '10.5',
61
+ * unit_id: 'un_82bd37dae5po',
62
+ * },
63
+ * customer_id: 'ac_opnlh43ymyee',
64
+ * location_id: 'lc_yonnys0hx3ju',
65
+ * operation: 'adjust',
66
+ * },
67
+ * );
68
+ * ```
69
+ */
70
+ update(id, body, options) {
71
+ return this._client.patch((0, path_1.path) `/v1/catalog/items/${id}/inventory`, { body, ...options });
72
+ }
73
+ }
74
+ exports.Inventory = Inventory;
75
+ //# sourceMappingURL=inventory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inventory.js","sourceRoot":"","sources":["../../../src/resources/catalog/items/inventory.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,0DAAoD;AAEpD;;GAEG;AACH,MAAa,SAAU,SAAQ,sBAAW;IACxC;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CACF,EAAU,EACV,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,qBAAqB,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACH,MAAM,CACJ,EAAU,EACV,IAA2B,EAC3B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,qBAAqB,EAAE,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3F,CAAC;CACF;AAxED,8BAwEC"}
@@ -0,0 +1,71 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import { path } from "../../../internal/utils/path.mjs";
4
+ /**
5
+ * List and manage inventory items.
6
+ */
7
+ export class Inventory extends APIResource {
8
+ /**
9
+ * Returns the stock position for an item: what is on hand, what is reserved
10
+ * against existing orders, what is free to promise, and what is short.
11
+ *
12
+ * Stock your account either owns or holds counts toward the on-hand figure, so
13
+ * customer-supplied material sitting in your facility is included. All four
14
+ * quantities are reported in the base unit of the item's category.
15
+ *
16
+ * This endpoint requires the permission: `items:read`.
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * const itemInventory =
21
+ * await client.catalog.items.inventory.list(
22
+ * 'it_pej07ckhvu62',
23
+ * );
24
+ * ```
25
+ */
26
+ list(id, query = {}, options) {
27
+ return this._client.get(path `/v1/catalog/items/${id}/inventory`, { query, ...options });
28
+ }
29
+ /**
30
+ * Adjusts or reconciles the quantity of an item you hold.
31
+ *
32
+ * With `operation` set to `adjust` (the behavior when it is omitted), `quantity`
33
+ * is added to the current quantity; with `reconcile`, the current quantity is set
34
+ * to exactly `quantity`. Either way it is the resulting difference that gets
35
+ * written, so a difference of zero moves no stock.
36
+ *
37
+ * The figure a `reconcile` measures against is what is on hand net of demand
38
+ * nothing has covered — the same figure `available_to_promise` is derived from,
39
+ * not the raw on-hand total. Reconciling to the quantity already reported
40
+ * therefore writes nothing.
41
+ *
42
+ * Stock that arrives is allocated against unfilled demand for the item, so an
43
+ * adjustment can settle a shortfall instead of raising the quantity free to
44
+ * promise. That allocation happens just after the request rather than inside it,
45
+ * because it walks every open issue for the item. The change is recorded in the
46
+ * item's inventory audit trail as a user correction attributed to the caller.
47
+ *
48
+ * This endpoint requires the permission: `items:update`.
49
+ *
50
+ * @example
51
+ * ```ts
52
+ * const inventory =
53
+ * await client.catalog.items.inventory.update(
54
+ * 'it_pej07ckhvu62',
55
+ * {
56
+ * quantity: {
57
+ * value: '10.5',
58
+ * unit_id: 'un_82bd37dae5po',
59
+ * },
60
+ * customer_id: 'ac_opnlh43ymyee',
61
+ * location_id: 'lc_yonnys0hx3ju',
62
+ * operation: 'adjust',
63
+ * },
64
+ * );
65
+ * ```
66
+ */
67
+ update(id, body, options) {
68
+ return this._client.patch(path `/v1/catalog/items/${id}/inventory`, { body, ...options });
69
+ }
70
+ }
71
+ //# sourceMappingURL=inventory.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inventory.mjs","sourceRoot":"","sources":["../../../src/resources/catalog/items/inventory.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CACF,EAAU,EACV,QAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACH,MAAM,CACJ,EAAU,EACV,IAA2B,EAC3B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,qBAAqB,EAAE,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3F,CAAC;CACF"}
@@ -1,8 +1,12 @@
1
1
  import { APIResource } from "../../../core/resource.mjs";
2
2
  import * as CoreAPI from "../../core/core.mjs";
3
3
  import * as APIKeysAPI from "../../auth/api-keys/api-keys.mjs";
4
+ import * as ActionsAPI from "./actions.mjs";
5
+ import { ActionBulkReconcileParams, Actions, BulkReconcileItemInput, BulkReconcileItemsRequest, BulkReconcileItemsResponse, ListReconcileErrorResult, ListReconciledItemResult, ListSkippedItemResult, ReconcileErrorResult, ReconciledItemResult, SkippedItemResult } from "./actions.mjs";
4
6
  import * as AttributesAPI from "./attributes.mjs";
5
7
  import { AttributeDeleteParams, AttributeUpdateParams, Attributes } from "./attributes.mjs";
8
+ import * as InventoryAPI from "./inventory.mjs";
9
+ import { ComputedQuantity, Inventory, InventoryListParams, InventoryUpdateParams, InventoryUpdateResponse, ItemInventory, QuantityInput, UpdateItemInventoryRequest } from "./inventory.mjs";
6
10
  import * as PropertiesAPI from "../properties/properties.mjs";
7
11
  import * as UnitGroupsAPI from "../unit-groups/unit-groups.mjs";
8
12
  import * as UnitsAPI from "../units/units.mjs";
@@ -12,7 +16,9 @@ import { RequestOptions } from "../../../internal/request-options.mjs";
12
16
  * List and manage inventory items.
13
17
  */
14
18
  export declare class Items extends APIResource {
19
+ inventory: InventoryAPI.Inventory;
15
20
  attributes: AttributesAPI.Attributes;
21
+ actions: ActionsAPI.Actions;
16
22
  /**
17
23
  * Returns a paginated list of items, newest first.
18
24
  *
@@ -42,25 +48,6 @@ export declare class Items extends APIResource {
42
48
  * ```
43
49
  */
44
50
  retrieve(id: string, query?: ItemRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<Item>;
45
- /**
46
- * Returns the stock position for an item: what is on hand, what is reserved
47
- * against existing orders, what is free to promise, and what is short.
48
- *
49
- * Stock your account either owns or holds counts toward the on-hand figure, so
50
- * customer-supplied material sitting in your facility is included. All four
51
- * quantities are reported in the base unit of the item's category.
52
- *
53
- * This endpoint requires the permission: `items:read`.
54
- *
55
- * @example
56
- * ```ts
57
- * const itemInventory =
58
- * await client.catalog.items.retrieveInventory(
59
- * 'it_pej07ckhvu62',
60
- * );
61
- * ```
62
- */
63
- retrieveInventory(id: string, query?: ItemRetrieveInventoryParams | null | undefined, options?: RequestOptions): APIPromise<ItemInventory>;
64
51
  /**
65
52
  * Returns the lot this item is made in — how many, counted in what.
66
53
  *
@@ -237,51 +224,6 @@ export interface ItemCategory {
237
224
  */
238
225
  updated_at: string;
239
226
  }
240
- /**
241
- * The stock position for an item: what is in stock, what is already committed, and
242
- * what is still free to sell.
243
- *
244
- * All four quantities are reported in the same unit — the base unit of the item's
245
- * category.
246
- */
247
- export interface ItemInventory {
248
- /**
249
- * A measured amount: a numeric value together with the unit it is expressed in.
250
- *
251
- * Quantities are shared building blocks rather than standalone records — other
252
- * resources point at them to report stock levels, ordered and packed amounts,
253
- * money, weights, and durations.
254
- */
255
- available_to_promise: Quantity | null;
256
- /**
257
- * Resource type identifier.
258
- */
259
- object: 'item_inventory';
260
- /**
261
- * A measured amount: a numeric value together with the unit it is expressed in.
262
- *
263
- * Quantities are shared building blocks rather than standalone records — other
264
- * resources point at them to report stock levels, ordered and packed amounts,
265
- * money, weights, and durations.
266
- */
267
- on_hand: Quantity | null;
268
- /**
269
- * A measured amount: a numeric value together with the unit it is expressed in.
270
- *
271
- * Quantities are shared building blocks rather than standalone records — other
272
- * resources point at them to report stock levels, ordered and packed amounts,
273
- * money, weights, and durations.
274
- */
275
- reserved: Quantity | null;
276
- /**
277
- * A measured amount: a numeric value together with the unit it is expressed in.
278
- *
279
- * Quantities are shared building blocks rather than standalone records — other
280
- * resources point at them to report stock levels, ordered and packed amounts,
281
- * money, weights, and durations.
282
- */
283
- short: Quantity | null;
284
- }
285
227
  /**
286
228
  * The lot an item is made in — how many, counted in what.
287
229
  *
@@ -350,38 +292,6 @@ export interface ListItem {
350
292
  */
351
293
  page_info: APIKeysAPI.PageInfo;
352
294
  }
353
- /**
354
- * A measured amount: a numeric value together with the unit it is expressed in.
355
- *
356
- * Quantities are shared building blocks rather than standalone records — other
357
- * resources point at them to report stock levels, ordered and packed amounts,
358
- * money, weights, and durations.
359
- */
360
- export interface Quantity {
361
- /**
362
- * Quantity ID.
363
- */
364
- id: string;
365
- /**
366
- * Formatted value with unit abbreviation (e.g. "$1,234.56" or "100 kg").
367
- */
368
- display_value: string;
369
- /**
370
- * Resource type identifier.
371
- */
372
- object: 'quantity';
373
- /**
374
- * Unit of measurement used for conversions and product quantities.
375
- */
376
- unit: UnitsAPI.Unit | null;
377
- /**
378
- * Raw decimal value of the quantity, as a string to preserve precision.
379
- *
380
- * This is the unformatted machine value; see `display_value` for the
381
- * human-readable rendering with unit and thousands separators.
382
- */
383
- value: string;
384
- }
385
295
  /**
386
296
  * Value expressed as a ratio of two units, such as a price per kilogram or a
387
297
  * throughput per hour.
@@ -501,13 +411,6 @@ export interface ItemRetrieveParams {
501
411
  */
502
412
  include?: Array<'category' | 'unit_value' | 'unit_cost' | 'burn_rate' | 'attributes' | 'category.unit_group' | 'category.properties' | 'category.unit_group.base_unit' | 'category.unit_group.associated_units' | 'category.unit_group.associated_units.unit'>;
503
413
  }
504
- export interface ItemRetrieveInventoryParams {
505
- /**
506
- * Sub-objects to expand in the response. When omitted, sub-objects are returned as
507
- * `null`.
508
- */
509
- include?: Array<'on_hand' | 'reserved' | 'available_to_promise' | 'short'>;
510
- }
511
414
  export interface ItemRetrieveLotDefaultParams {
512
415
  /**
513
416
  * Sub-objects to expand in the response. When omitted, sub-objects are returned as
@@ -527,7 +430,9 @@ export interface ItemChangeCategoryParams {
527
430
  include?: Array<'category' | 'unit_value' | 'unit_cost' | 'burn_rate' | 'attributes' | 'category.unit_group' | 'category.properties' | 'category.unit_group.base_unit' | 'category.unit_group.associated_units' | 'category.unit_group.associated_units.unit'>;
528
431
  }
529
432
  export declare namespace Items {
530
- export { type Item as Item, type ItemCategory as ItemCategory, type ItemInventory as ItemInventory, type ItemLotDefault as ItemLotDefault, type ListItem as ListItem, type Quantity as Quantity, type Rate as Rate, type ItemListParams as ItemListParams, type ItemRetrieveParams as ItemRetrieveParams, type ItemRetrieveInventoryParams as ItemRetrieveInventoryParams, type ItemRetrieveLotDefaultParams as ItemRetrieveLotDefaultParams, type ItemChangeCategoryParams as ItemChangeCategoryParams, };
433
+ export { type Item as Item, type ItemCategory as ItemCategory, type ItemLotDefault as ItemLotDefault, type ListItem as ListItem, type Rate as Rate, type ItemListParams as ItemListParams, type ItemRetrieveParams as ItemRetrieveParams, type ItemRetrieveLotDefaultParams as ItemRetrieveLotDefaultParams, type ItemChangeCategoryParams as ItemChangeCategoryParams, };
434
+ export { Inventory as Inventory, type ComputedQuantity as ComputedQuantity, type ItemInventory as ItemInventory, type QuantityInput as QuantityInput, type UpdateItemInventoryRequest as UpdateItemInventoryRequest, type InventoryUpdateResponse as InventoryUpdateResponse, type InventoryListParams as InventoryListParams, type InventoryUpdateParams as InventoryUpdateParams, };
531
435
  export { Attributes as Attributes, type AttributeUpdateParams as AttributeUpdateParams, type AttributeDeleteParams as AttributeDeleteParams, };
436
+ export { Actions as Actions, type BulkReconcileItemInput as BulkReconcileItemInput, type BulkReconcileItemsRequest as BulkReconcileItemsRequest, type BulkReconcileItemsResponse as BulkReconcileItemsResponse, type ListReconcileErrorResult as ListReconcileErrorResult, type ListReconciledItemResult as ListReconciledItemResult, type ListSkippedItemResult as ListSkippedItemResult, type ReconcileErrorResult as ReconcileErrorResult, type ReconciledItemResult as ReconciledItemResult, type SkippedItemResult as SkippedItemResult, type ActionBulkReconcileParams as ActionBulkReconcileParams, };
532
437
  }
533
438
  //# sourceMappingURL=items.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"items.d.mts","sourceRoot":"","sources":["../../../src/resources/catalog/items/items.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"items.d.mts","sourceRoot":"","sources":["../../../src/resources/catalog/items/items.ts"],"names":[],"mappings":"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"}