@augno/sdk 0.12.6 → 0.13.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 (287) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/client.d.mts +2 -2
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +2 -2
  5. package/client.d.ts.map +1 -1
  6. package/client.js.map +1 -1
  7. package/client.mjs +1 -1
  8. package/client.mjs.map +1 -1
  9. package/package.json +1 -1
  10. package/resources/catalog/catalog.d.mts +4 -4
  11. package/resources/catalog/catalog.d.mts.map +1 -1
  12. package/resources/catalog/catalog.d.ts +4 -4
  13. package/resources/catalog/catalog.d.ts.map +1 -1
  14. package/resources/catalog/catalog.js.map +1 -1
  15. package/resources/catalog/catalog.mjs.map +1 -1
  16. package/resources/catalog/index.d.mts +2 -2
  17. package/resources/catalog/index.d.mts.map +1 -1
  18. package/resources/catalog/index.d.ts +2 -2
  19. package/resources/catalog/index.d.ts.map +1 -1
  20. package/resources/catalog/index.js.map +1 -1
  21. package/resources/catalog/index.mjs.map +1 -1
  22. package/resources/catalog/items/index.d.mts +1 -1
  23. package/resources/catalog/items/index.d.mts.map +1 -1
  24. package/resources/catalog/items/index.d.ts +1 -1
  25. package/resources/catalog/items/index.d.ts.map +1 -1
  26. package/resources/catalog/items/index.js.map +1 -1
  27. package/resources/catalog/items/index.mjs.map +1 -1
  28. package/resources/catalog/items/items.d.mts +77 -1
  29. package/resources/catalog/items/items.d.mts.map +1 -1
  30. package/resources/catalog/items/items.d.ts +77 -1
  31. package/resources/catalog/items/items.d.ts.map +1 -1
  32. package/resources/catalog/items/items.js +29 -0
  33. package/resources/catalog/items/items.js.map +1 -1
  34. package/resources/catalog/items/items.mjs +29 -0
  35. package/resources/catalog/items/items.mjs.map +1 -1
  36. package/resources/catalog/product-lines.d.mts +42 -8
  37. package/resources/catalog/product-lines.d.mts.map +1 -1
  38. package/resources/catalog/product-lines.d.ts +42 -8
  39. package/resources/catalog/product-lines.d.ts.map +1 -1
  40. package/resources/catalog/product-lines.js +3 -3
  41. package/resources/catalog/product-lines.js.map +1 -1
  42. package/resources/catalog/product-lines.mjs +3 -3
  43. package/resources/catalog/product-lines.mjs.map +1 -1
  44. package/resources/catalog/products.d.mts +2 -2
  45. package/resources/catalog/products.d.ts +2 -2
  46. package/resources/catalog/products.js +2 -2
  47. package/resources/catalog/products.mjs +2 -2
  48. package/resources/core/analytics.d.mts +547 -0
  49. package/resources/core/analytics.d.mts.map +1 -0
  50. package/resources/core/analytics.d.ts +547 -0
  51. package/resources/core/analytics.d.ts.map +1 -0
  52. package/resources/core/analytics.js +67 -0
  53. package/resources/core/analytics.js.map +1 -0
  54. package/resources/core/analytics.mjs +63 -0
  55. package/resources/core/analytics.mjs.map +1 -0
  56. package/resources/core/audit-events.d.mts +16 -3
  57. package/resources/core/audit-events.d.mts.map +1 -1
  58. package/resources/core/audit-events.d.ts +16 -3
  59. package/resources/core/audit-events.d.ts.map +1 -1
  60. package/resources/core/core.d.mts +8 -3
  61. package/resources/core/core.d.mts.map +1 -1
  62. package/resources/core/core.d.ts +8 -3
  63. package/resources/core/core.d.ts.map +1 -1
  64. package/resources/core/core.js +4 -0
  65. package/resources/core/core.js.map +1 -1
  66. package/resources/core/core.mjs +4 -0
  67. package/resources/core/core.mjs.map +1 -1
  68. package/resources/core/index.d.mts +1 -0
  69. package/resources/core/index.d.mts.map +1 -1
  70. package/resources/core/index.d.ts +1 -0
  71. package/resources/core/index.d.ts.map +1 -1
  72. package/resources/core/index.js +3 -1
  73. package/resources/core/index.js.map +1 -1
  74. package/resources/core/index.mjs +1 -0
  75. package/resources/core/index.mjs.map +1 -1
  76. package/resources/index.d.mts +1 -1
  77. package/resources/index.d.mts.map +1 -1
  78. package/resources/index.d.ts +1 -1
  79. package/resources/index.d.ts.map +1 -1
  80. package/resources/index.js.map +1 -1
  81. package/resources/index.mjs +1 -1
  82. package/resources/index.mjs.map +1 -1
  83. package/resources/messaging/conversations/conversations.d.mts +3 -3
  84. package/resources/messaging/conversations/conversations.d.mts.map +1 -1
  85. package/resources/messaging/conversations/conversations.d.ts +3 -3
  86. package/resources/messaging/conversations/conversations.d.ts.map +1 -1
  87. package/resources/messaging/conversations/conversations.js.map +1 -1
  88. package/resources/messaging/conversations/conversations.mjs.map +1 -1
  89. package/resources/messaging/conversations/links.d.mts +2 -2
  90. package/resources/messaging/conversations/links.d.mts.map +1 -1
  91. package/resources/messaging/conversations/links.d.ts +2 -2
  92. package/resources/messaging/conversations/links.d.ts.map +1 -1
  93. package/resources/messaging/conversations/messages.d.mts +2 -2
  94. package/resources/messaging/conversations/messages.d.mts.map +1 -1
  95. package/resources/messaging/conversations/messages.d.ts +2 -2
  96. package/resources/messaging/conversations/messages.d.ts.map +1 -1
  97. package/resources/messaging/notifications/notifications.d.mts +2 -2
  98. package/resources/messaging/notifications/notifications.d.mts.map +1 -1
  99. package/resources/messaging/notifications/notifications.d.ts +2 -2
  100. package/resources/messaging/notifications/notifications.d.ts.map +1 -1
  101. package/resources/messaging/notifications/notifications.js.map +1 -1
  102. package/resources/messaging/notifications/notifications.mjs.map +1 -1
  103. package/resources/operations/demand-overrides.d.mts +463 -0
  104. package/resources/operations/demand-overrides.d.mts.map +1 -0
  105. package/resources/operations/demand-overrides.d.ts +463 -0
  106. package/resources/operations/demand-overrides.d.ts.map +1 -0
  107. package/resources/operations/demand-overrides.js +118 -0
  108. package/resources/operations/demand-overrides.js.map +1 -0
  109. package/resources/operations/demand-overrides.mjs +114 -0
  110. package/resources/operations/demand-overrides.mjs.map +1 -0
  111. package/resources/operations/index.d.mts +5 -1
  112. package/resources/operations/index.d.mts.map +1 -1
  113. package/resources/operations/index.d.ts +5 -1
  114. package/resources/operations/index.d.ts.map +1 -1
  115. package/resources/operations/index.js +9 -1
  116. package/resources/operations/index.js.map +1 -1
  117. package/resources/operations/index.mjs +5 -1
  118. package/resources/operations/index.mjs.map +1 -1
  119. package/resources/operations/machine-downtime-events.d.mts +424 -0
  120. package/resources/operations/machine-downtime-events.d.mts.map +1 -0
  121. package/resources/operations/machine-downtime-events.d.ts +424 -0
  122. package/resources/operations/machine-downtime-events.d.ts.map +1 -0
  123. package/resources/operations/machine-downtime-events.js +110 -0
  124. package/resources/operations/machine-downtime-events.js.map +1 -0
  125. package/resources/operations/machine-downtime-events.mjs +106 -0
  126. package/resources/operations/machine-downtime-events.mjs.map +1 -0
  127. package/resources/operations/operations.d.mts +444 -0
  128. package/resources/operations/operations.d.mts.map +1 -1
  129. package/resources/operations/operations.d.ts +444 -0
  130. package/resources/operations/operations.d.ts.map +1 -1
  131. package/resources/operations/operations.js +89 -0
  132. package/resources/operations/operations.js.map +1 -1
  133. package/resources/operations/operations.mjs +89 -0
  134. package/resources/operations/operations.mjs.map +1 -1
  135. package/resources/operations/production-schedule-settings/index.d.mts +3 -0
  136. package/resources/operations/production-schedule-settings/index.d.mts.map +1 -0
  137. package/resources/operations/production-schedule-settings/index.d.ts +3 -0
  138. package/resources/operations/production-schedule-settings/index.d.ts.map +1 -0
  139. package/resources/operations/production-schedule-settings/index.js +9 -0
  140. package/resources/operations/production-schedule-settings/index.js.map +1 -0
  141. package/resources/operations/production-schedule-settings/index.mjs +4 -0
  142. package/resources/operations/production-schedule-settings/index.mjs.map +1 -0
  143. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +470 -0
  144. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -0
  145. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +470 -0
  146. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -0
  147. package/resources/operations/production-schedule-settings/production-schedule-settings.js +88 -0
  148. package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -0
  149. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +83 -0
  150. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -0
  151. package/resources/operations/production-schedule-settings/resources.d.mts +176 -0
  152. package/resources/operations/production-schedule-settings/resources.d.mts.map +1 -0
  153. package/resources/operations/production-schedule-settings/resources.d.ts +176 -0
  154. package/resources/operations/production-schedule-settings/resources.d.ts.map +1 -0
  155. package/resources/operations/production-schedule-settings/resources.js +74 -0
  156. package/resources/operations/production-schedule-settings/resources.js.map +1 -0
  157. package/resources/operations/production-schedule-settings/resources.mjs +70 -0
  158. package/resources/operations/production-schedule-settings/resources.mjs.map +1 -0
  159. package/resources/operations/production-schedule-settings.d.mts +2 -0
  160. package/resources/operations/production-schedule-settings.d.mts.map +1 -0
  161. package/resources/operations/production-schedule-settings.d.ts +2 -0
  162. package/resources/operations/production-schedule-settings.d.ts.map +1 -0
  163. package/resources/operations/production-schedule-settings.js +6 -0
  164. package/resources/operations/production-schedule-settings.js.map +1 -0
  165. package/resources/operations/production-schedule-settings.mjs +3 -0
  166. package/resources/operations/production-schedule-settings.mjs.map +1 -0
  167. package/resources/operations/production-schedules/actions.d.mts +668 -0
  168. package/resources/operations/production-schedules/actions.d.mts.map +1 -0
  169. package/resources/operations/production-schedules/actions.d.ts +668 -0
  170. package/resources/operations/production-schedules/actions.d.ts.map +1 -0
  171. package/resources/operations/production-schedules/actions.js +181 -0
  172. package/resources/operations/production-schedules/actions.js.map +1 -0
  173. package/resources/operations/production-schedules/actions.mjs +177 -0
  174. package/resources/operations/production-schedules/actions.mjs.map +1 -0
  175. package/resources/operations/production-schedules/index.d.mts +4 -0
  176. package/resources/operations/production-schedules/index.d.mts.map +1 -0
  177. package/resources/operations/production-schedules/index.d.ts +4 -0
  178. package/resources/operations/production-schedules/index.d.ts.map +1 -0
  179. package/resources/operations/production-schedules/index.js +11 -0
  180. package/resources/operations/production-schedules/index.js.map +1 -0
  181. package/resources/operations/production-schedules/index.mjs +5 -0
  182. package/resources/operations/production-schedules/index.mjs.map +1 -0
  183. package/resources/operations/production-schedules/lines.d.mts +420 -0
  184. package/resources/operations/production-schedules/lines.d.mts.map +1 -0
  185. package/resources/operations/production-schedules/lines.d.ts +420 -0
  186. package/resources/operations/production-schedules/lines.d.ts.map +1 -0
  187. package/resources/operations/production-schedules/lines.js +106 -0
  188. package/resources/operations/production-schedules/lines.js.map +1 -0
  189. package/resources/operations/production-schedules/lines.mjs +102 -0
  190. package/resources/operations/production-schedules/lines.mjs.map +1 -0
  191. package/resources/operations/production-schedules/production-schedules.d.mts +1177 -0
  192. package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -0
  193. package/resources/operations/production-schedules/production-schedules.d.ts +1177 -0
  194. package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -0
  195. package/resources/operations/production-schedules/production-schedules.js +238 -0
  196. package/resources/operations/production-schedules/production-schedules.js.map +1 -0
  197. package/resources/operations/production-schedules/production-schedules.mjs +233 -0
  198. package/resources/operations/production-schedules/production-schedules.mjs.map +1 -0
  199. package/resources/operations/production-schedules.d.mts +2 -0
  200. package/resources/operations/production-schedules.d.mts.map +1 -0
  201. package/resources/operations/production-schedules.d.ts +2 -0
  202. package/resources/operations/production-schedules.d.ts.map +1 -0
  203. package/resources/operations/production-schedules.js +6 -0
  204. package/resources/operations/production-schedules.js.map +1 -0
  205. package/resources/operations/production-schedules.mjs +3 -0
  206. package/resources/operations/production-schedules.mjs.map +1 -0
  207. package/resources/operations/shipping-terms.d.mts +9 -8
  208. package/resources/operations/shipping-terms.d.mts.map +1 -1
  209. package/resources/operations/shipping-terms.d.ts +9 -8
  210. package/resources/operations/shipping-terms.d.ts.map +1 -1
  211. package/resources/operations/shipping-terms.js.map +1 -1
  212. package/resources/operations/shipping-terms.mjs.map +1 -1
  213. package/resources/sales/customers/customers.d.mts +6 -18
  214. package/resources/sales/customers/customers.d.mts.map +1 -1
  215. package/resources/sales/customers/customers.d.ts +6 -18
  216. package/resources/sales/customers/customers.d.ts.map +1 -1
  217. package/resources/sales/customers/customers.js.map +1 -1
  218. package/resources/sales/customers/customers.mjs.map +1 -1
  219. package/resources/sales/customers/index.d.mts +1 -1
  220. package/resources/sales/customers/index.d.mts.map +1 -1
  221. package/resources/sales/customers/index.d.ts +1 -1
  222. package/resources/sales/customers/index.d.ts.map +1 -1
  223. package/resources/sales/customers/index.js.map +1 -1
  224. package/resources/sales/customers/index.mjs.map +1 -1
  225. package/resources/sales/index.d.mts +1 -1
  226. package/resources/sales/index.d.mts.map +1 -1
  227. package/resources/sales/index.d.ts +1 -1
  228. package/resources/sales/index.d.ts.map +1 -1
  229. package/resources/sales/index.js.map +1 -1
  230. package/resources/sales/index.mjs.map +1 -1
  231. package/resources/sales/sales-orders/lines/lines.d.mts +5 -5
  232. package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -1
  233. package/resources/sales/sales-orders/lines/lines.d.ts +5 -5
  234. package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -1
  235. package/resources/sales/sales-orders/sales-orders.d.mts +5 -4
  236. package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
  237. package/resources/sales/sales-orders/sales-orders.d.ts +5 -4
  238. package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -1
  239. package/resources/sales/sales-orders/sales-orders.js.map +1 -1
  240. package/resources/sales/sales-orders/sales-orders.mjs.map +1 -1
  241. package/resources/sales/sales.d.mts +2 -2
  242. package/resources/sales/sales.d.mts.map +1 -1
  243. package/resources/sales/sales.d.ts +2 -2
  244. package/resources/sales/sales.d.ts.map +1 -1
  245. package/resources/sales/sales.js.map +1 -1
  246. package/resources/sales/sales.mjs.map +1 -1
  247. package/src/client.ts +30 -2
  248. package/src/resources/catalog/catalog.ts +6 -0
  249. package/src/resources/catalog/index.ts +3 -0
  250. package/src/resources/catalog/items/index.ts +2 -0
  251. package/src/resources/catalog/items/items.ts +92 -0
  252. package/src/resources/catalog/product-lines.ts +49 -7
  253. package/src/resources/catalog/products.ts +2 -2
  254. package/src/resources/core/analytics.ts +677 -0
  255. package/src/resources/core/audit-events.ts +353 -0
  256. package/src/resources/core/core.ts +84 -1
  257. package/src/resources/core/index.ts +18 -0
  258. package/src/resources/index.ts +15 -1
  259. package/src/resources/messaging/conversations/conversations.ts +63 -0
  260. package/src/resources/messaging/conversations/links.ts +42 -0
  261. package/src/resources/messaging/conversations/messages.ts +42 -0
  262. package/src/resources/messaging/notifications/notifications.ts +42 -0
  263. package/src/resources/operations/demand-overrides.ts +626 -0
  264. package/src/resources/operations/index.ts +72 -1
  265. package/src/resources/operations/machine-downtime-events.ts +584 -0
  266. package/src/resources/operations/operations.ts +673 -0
  267. package/src/resources/operations/production-schedule-settings/index.ts +15 -0
  268. package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +595 -0
  269. package/src/resources/operations/production-schedule-settings/resources.ts +217 -0
  270. package/src/resources/operations/production-schedule-settings.ts +3 -0
  271. package/src/resources/operations/production-schedules/actions.ts +835 -0
  272. package/src/resources/operations/production-schedules/index.ts +64 -0
  273. package/src/resources/operations/production-schedules/lines.ts +584 -0
  274. package/src/resources/operations/production-schedules/production-schedules.ts +1548 -0
  275. package/src/resources/operations/production-schedules.ts +3 -0
  276. package/src/resources/operations/shipping-terms.ts +9 -8
  277. package/src/resources/sales/customers/customers.ts +5 -20
  278. package/src/resources/sales/customers/index.ts +0 -1
  279. package/src/resources/sales/index.ts +0 -1
  280. package/src/resources/sales/sales-orders/lines/lines.ts +5 -5
  281. package/src/resources/sales/sales-orders/sales-orders.ts +15 -2
  282. package/src/resources/sales/sales.ts +0 -2
  283. package/src/version.ts +1 -1
  284. package/version.d.mts +1 -1
  285. package/version.d.ts +1 -1
  286. package/version.js +1 -1
  287. package/version.mjs +1 -1
@@ -0,0 +1,463 @@
1
+ import { APIResource } from "../../core/resource.js";
2
+ import * as UnitsAPI from "../catalog/units.js";
3
+ import * as CoreAPI from "../core/core.js";
4
+ import * as RequestLogsAPI from "../core/request-logs.js";
5
+ import * as APIKeysAPI from "../auth/api-keys/api-keys.js";
6
+ import { APIPromise } from "../../core/api-promise.js";
7
+ import { RequestOptions } from "../../internal/request-options.js";
8
+ /**
9
+ * Adjust the demand a production schedule plans against. Overrides are how management accounts for demand that sales history cannot see.
10
+ */
11
+ export declare class DemandOverrides extends APIResource {
12
+ /**
13
+ * Returns a paginated list of demand overrides, most recently created first.
14
+ *
15
+ * The period filters match on overlap rather than containment, so an override
16
+ * spanning a quarter is returned when querying a single month inside it.
17
+ *
18
+ * This endpoint requires the permission: `demand_overrides:read`.
19
+ *
20
+ * @example
21
+ * ```ts
22
+ * const listDemandOverride =
23
+ * await client.operations.demandOverrides.list();
24
+ * ```
25
+ */
26
+ list(query?: DemandOverrideListParams | null | undefined, options?: RequestOptions): APIPromise<ListDemandOverride>;
27
+ /**
28
+ * Retrieves a single demand override by ID.
29
+ *
30
+ * This endpoint requires the permission: `demand_overrides:read`.
31
+ *
32
+ * @example
33
+ * ```ts
34
+ * const demandOverride =
35
+ * await client.operations.demandOverrides.retrieve(
36
+ * 'deov_0192b7d38c4f5a9b02d3e16f88',
37
+ * );
38
+ * ```
39
+ */
40
+ retrieve(id: string, query?: DemandOverrideRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<DemandOverride>;
41
+ /**
42
+ * Creates a demand override.
43
+ *
44
+ * The scope reference is validated against the account's items or product lines,
45
+ * so an override can never silently match nothing. An `absolute` value replaces
46
+ * the forecast for the period, `delta_units` adds to it, and `delta_percent`
47
+ * scales it; a percent override cannot reduce demand by more than 100%.
48
+ *
49
+ * This endpoint requires the permission: `demand_overrides:create`.
50
+ *
51
+ * @example
52
+ * ```ts
53
+ * const demandOverride =
54
+ * await client.operations.demandOverrides.create({
55
+ * adjustment: 'delta_units',
56
+ * period_ends_at: '2026-05-10T00:23:00Z',
57
+ * period_starts_at: '2026-05-10T00:00:00Z',
58
+ * scope_ref_id: 'it_0131e386ac683e8c29a71f6f1f',
59
+ * scope_type: 'item',
60
+ * value: 5000,
61
+ * });
62
+ * ```
63
+ */
64
+ create(params: DemandOverrideCreateParams, options?: RequestOptions): APIPromise<DemandOverride>;
65
+ /**
66
+ * Updates a demand override.
67
+ *
68
+ * The type and value are validated as a pair against the resulting override, so
69
+ * switching an existing units adjustment to `delta_percent` is checked as a
70
+ * percent even when only the type is sent.
71
+ *
72
+ * This endpoint requires the permission: `demand_overrides:update`.
73
+ *
74
+ * @example
75
+ * ```ts
76
+ * const demandOverride =
77
+ * await client.operations.demandOverrides.update(
78
+ * 'deov_0192b7d38c4f5a9b02d3e16f88',
79
+ * { value: 7500 },
80
+ * );
81
+ * ```
82
+ */
83
+ update(id: string, params?: DemandOverrideUpdateParams | null | undefined, options?: RequestOptions): APIPromise<DemandOverride>;
84
+ /**
85
+ * Deletes a demand override.
86
+ *
87
+ * Schedules already generated are unaffected: a version snapshots the overrides it
88
+ * applied, so deleting one changes future solves only.
89
+ *
90
+ * This endpoint requires the permission: `demand_overrides:delete`.
91
+ *
92
+ * @example
93
+ * ```ts
94
+ * const demandOverride =
95
+ * await client.operations.demandOverrides.delete(
96
+ * 'deov_0192b7d38c4f5a9b02d3e16f88',
97
+ * );
98
+ * ```
99
+ */
100
+ delete(id: string, options?: RequestOptions): APIPromise<DemandOverrideDeleteResponse>;
101
+ }
102
+ /**
103
+ * Request to create a demand override.
104
+ */
105
+ export interface CreateDemandOverrideRequest {
106
+ /**
107
+ * How the value adjusts the forecast.
108
+ */
109
+ adjustment: 'absolute' | 'delta_units' | 'delta_percent';
110
+ /**
111
+ * Last day of the demand period the override applies to.
112
+ */
113
+ period_ends_at: string;
114
+ /**
115
+ * First day of the demand period the override applies to.
116
+ */
117
+ period_starts_at: string;
118
+ /**
119
+ * ID of the item or product line the override targets.
120
+ */
121
+ scope_ref_id: string;
122
+ /**
123
+ * What the override targets.
124
+ */
125
+ scope_type: 'item' | 'product_line';
126
+ /**
127
+ * The adjustment, interpreted according to `adjustment`.
128
+ */
129
+ value: number;
130
+ /**
131
+ * Whether the override is applied to solves at all. Defaults to true.
132
+ */
133
+ active?: boolean;
134
+ /**
135
+ * When the override starts being applied to solves. Defaults to now.
136
+ */
137
+ effective_at?: string;
138
+ /**
139
+ * When the override stops being applied to solves. Omit for an override with no
140
+ * end.
141
+ */
142
+ expires_at?: string;
143
+ /**
144
+ * Free-form notes about the adjustment.
145
+ */
146
+ note?: string;
147
+ /**
148
+ * Why the adjustment was made.
149
+ */
150
+ reason?: 'new_customer' | 'lost_account' | 'promotion' | 'seasonal_shift' | 'new_product' | 'discontinued' | 'market_intelligence' | 'other';
151
+ /**
152
+ * ID of the unit the value is expressed in.
153
+ */
154
+ unit_id?: string;
155
+ }
156
+ /**
157
+ * An adjustment to the demand a production schedule plans against.
158
+ *
159
+ * Sales history cannot see a large customer that is about to order, a promotion,
160
+ * or a line that is being discontinued. An override is how management tells the
161
+ * planner about it. The period bounds the demand months the adjustment applies to;
162
+ * `effective_from` and `expires_at` bound when the override is consulted at all,
163
+ * which is a different question — an override for next quarter typically stops
164
+ * applying once the real orders arrive.
165
+ *
166
+ * A product-line override is distributed across the line's items in proportion to
167
+ * each item's baseline demand.
168
+ */
169
+ export interface DemandOverride {
170
+ /**
171
+ * Demand override ID.
172
+ */
173
+ id: string;
174
+ /**
175
+ * How the value adjusts the forecast.
176
+ */
177
+ adjustment: 'absolute' | 'delta_units' | 'delta_percent';
178
+ /**
179
+ * Creation timestamp.
180
+ */
181
+ created_at: string;
182
+ /**
183
+ * Reference to an actor — the user, API key, agent, or group identity associated
184
+ * with an action.
185
+ */
186
+ created_by: RequestLogsAPI.Actor | null;
187
+ /**
188
+ * When the override starts being applied to solves.
189
+ */
190
+ effective_at: string;
191
+ /**
192
+ * When the override stops being applied to solves.
193
+ */
194
+ expires_at: string | null;
195
+ /**
196
+ * Free-form notes about the adjustment.
197
+ */
198
+ note: string | null;
199
+ /**
200
+ * Resource type identifier.
201
+ */
202
+ object: 'demand_override';
203
+ /**
204
+ * Last day of the demand period the override applies to.
205
+ */
206
+ period_ends_at: string;
207
+ /**
208
+ * First day of the demand period the override applies to.
209
+ */
210
+ period_starts_at: string;
211
+ /**
212
+ * Why the adjustment was made.
213
+ */
214
+ reason: 'new_customer' | 'lost_account' | 'promotion' | 'seasonal_shift' | 'new_product' | 'discontinued' | 'market_intelligence' | 'other' | null;
215
+ /**
216
+ * Entity is a polymorphic reference to any resource in the system.
217
+ */
218
+ scope: CoreAPI.Entity | null;
219
+ /**
220
+ * What kind of resource the override targets. Mirrors `scope.type`, which is only
221
+ * present when the scope is expanded.
222
+ */
223
+ scope_type: 'item' | 'product_line';
224
+ /**
225
+ * Whether the override is applied to solves at all.
226
+ */
227
+ status: 'active' | 'inactive';
228
+ /**
229
+ * Unit of measurement used for conversions and product quantities.
230
+ */
231
+ unit: UnitsAPI.Unit | null;
232
+ /**
233
+ * Last updated timestamp.
234
+ */
235
+ updated_at: string;
236
+ /**
237
+ * The adjustment, interpreted according to `adjustment`.
238
+ */
239
+ value: number;
240
+ }
241
+ /**
242
+ * List represents a paginated list of resources.
243
+ */
244
+ export interface ListDemandOverride {
245
+ /**
246
+ * Resources in this page.
247
+ */
248
+ data: Array<DemandOverride>;
249
+ /**
250
+ * Resource type identifier.
251
+ */
252
+ object: 'list';
253
+ /**
254
+ * PageInfo contains URL-based pagination metadata.
255
+ */
256
+ page_info: APIKeysAPI.PageInfo;
257
+ }
258
+ /**
259
+ * Request to update a demand override.
260
+ */
261
+ export interface UpdateDemandOverrideRequest {
262
+ /**
263
+ * Whether the override is applied to solves at all.
264
+ */
265
+ active?: boolean;
266
+ /**
267
+ * How the value adjusts the forecast.
268
+ */
269
+ adjustment?: 'absolute' | 'delta_units' | 'delta_percent';
270
+ /**
271
+ * When the override stops being applied to solves. Clear it to make the override
272
+ * permanent.
273
+ */
274
+ expires_at?: string | null;
275
+ /**
276
+ * Free-form notes about the adjustment.
277
+ */
278
+ note?: string | null;
279
+ /**
280
+ * Last day of the demand period the override applies to.
281
+ */
282
+ period_ends_at?: string;
283
+ /**
284
+ * First day of the demand period the override applies to.
285
+ */
286
+ period_starts_at?: string;
287
+ /**
288
+ * Why the adjustment was made.
289
+ */
290
+ reason?: 'new_customer' | 'lost_account' | 'promotion' | 'seasonal_shift' | 'new_product' | 'discontinued' | 'market_intelligence' | 'other' | null;
291
+ /**
292
+ * ID of the unit the value is expressed in.
293
+ */
294
+ unit_id?: string | null;
295
+ /**
296
+ * The adjustment, interpreted according to `adjustment`.
297
+ */
298
+ value?: number;
299
+ }
300
+ export interface DemandOverrideDeleteResponse {
301
+ }
302
+ export interface DemandOverrideListParams {
303
+ /**
304
+ * Only return overrides making these kinds of adjustment.
305
+ */
306
+ adjustments?: Array<'absolute' | 'delta_units' | 'delta_percent'>;
307
+ /**
308
+ * Opaque cursor token identifying where the page of results starts.
309
+ *
310
+ * Use the `cursor` value embedded in a previous response's `next_page_url` or
311
+ * `previous_page_url` to fetch the adjacent page. Omit to start from the first
312
+ * page.
313
+ */
314
+ cursor?: string;
315
+ /**
316
+ * Sub-objects to expand in the response. When omitted, sub-objects are returned as
317
+ * `null`.
318
+ */
319
+ include?: Array<'scope'>;
320
+ /**
321
+ * Maximum number of results to return in a single page.
322
+ */
323
+ limit?: number;
324
+ /**
325
+ * Only return overrides whose period starts on or before this timestamp, formatted
326
+ * as RFC3339.
327
+ */
328
+ period_end?: string;
329
+ /**
330
+ * Only return overrides whose period ends on or after this timestamp, formatted as
331
+ * RFC3339.
332
+ */
333
+ period_start?: string;
334
+ /**
335
+ * Free-text search term used to filter results.
336
+ *
337
+ * Which fields are matched against the term varies by endpoint.
338
+ */
339
+ q?: string;
340
+ /**
341
+ * Only return overrides targeting these items or product lines.
342
+ */
343
+ scope_ref_ids?: Array<string>;
344
+ /**
345
+ * Only return overrides targeting these kinds of resource.
346
+ */
347
+ scope_types?: Array<'item' | 'product_line'>;
348
+ /**
349
+ * Only return overrides in these activation states.
350
+ */
351
+ statuses?: Array<'active' | 'inactive'>;
352
+ }
353
+ export interface DemandOverrideRetrieveParams {
354
+ /**
355
+ * Sub-objects to expand in the response. When omitted, sub-objects are returned as
356
+ * `null`.
357
+ */
358
+ include?: Array<'scope'>;
359
+ }
360
+ export interface DemandOverrideCreateParams {
361
+ /**
362
+ * Body param: How the value adjusts the forecast.
363
+ */
364
+ adjustment: 'absolute' | 'delta_units' | 'delta_percent';
365
+ /**
366
+ * Body param: Last day of the demand period the override applies to.
367
+ */
368
+ period_ends_at: string;
369
+ /**
370
+ * Body param: First day of the demand period the override applies to.
371
+ */
372
+ period_starts_at: string;
373
+ /**
374
+ * Body param: ID of the item or product line the override targets.
375
+ */
376
+ scope_ref_id: string;
377
+ /**
378
+ * Body param: What the override targets.
379
+ */
380
+ scope_type: 'item' | 'product_line';
381
+ /**
382
+ * Body param: The adjustment, interpreted according to `adjustment`.
383
+ */
384
+ value: number;
385
+ /**
386
+ * Query param: Sub-objects to expand in the response. When omitted, sub-objects
387
+ * are returned as `null`.
388
+ */
389
+ include?: Array<'scope'>;
390
+ /**
391
+ * Body param: Whether the override is applied to solves at all. Defaults to true.
392
+ */
393
+ active?: boolean;
394
+ /**
395
+ * Body param: When the override starts being applied to solves. Defaults to now.
396
+ */
397
+ effective_at?: string;
398
+ /**
399
+ * Body param: When the override stops being applied to solves. Omit for an
400
+ * override with no end.
401
+ */
402
+ expires_at?: string;
403
+ /**
404
+ * Body param: Free-form notes about the adjustment.
405
+ */
406
+ note?: string;
407
+ /**
408
+ * Body param: Why the adjustment was made.
409
+ */
410
+ reason?: 'new_customer' | 'lost_account' | 'promotion' | 'seasonal_shift' | 'new_product' | 'discontinued' | 'market_intelligence' | 'other';
411
+ /**
412
+ * Body param: ID of the unit the value is expressed in.
413
+ */
414
+ unit_id?: string;
415
+ }
416
+ export interface DemandOverrideUpdateParams {
417
+ /**
418
+ * Query param: Sub-objects to expand in the response. When omitted, sub-objects
419
+ * are returned as `null`.
420
+ */
421
+ include?: Array<'scope'>;
422
+ /**
423
+ * Body param: Whether the override is applied to solves at all.
424
+ */
425
+ active?: boolean;
426
+ /**
427
+ * Body param: How the value adjusts the forecast.
428
+ */
429
+ adjustment?: 'absolute' | 'delta_units' | 'delta_percent';
430
+ /**
431
+ * Body param: When the override stops being applied to solves. Clear it to make
432
+ * the override permanent.
433
+ */
434
+ expires_at?: string | null;
435
+ /**
436
+ * Body param: Free-form notes about the adjustment.
437
+ */
438
+ note?: string | null;
439
+ /**
440
+ * Body param: Last day of the demand period the override applies to.
441
+ */
442
+ period_ends_at?: string;
443
+ /**
444
+ * Body param: First day of the demand period the override applies to.
445
+ */
446
+ period_starts_at?: string;
447
+ /**
448
+ * Body param: Why the adjustment was made.
449
+ */
450
+ reason?: 'new_customer' | 'lost_account' | 'promotion' | 'seasonal_shift' | 'new_product' | 'discontinued' | 'market_intelligence' | 'other' | null;
451
+ /**
452
+ * Body param: ID of the unit the value is expressed in.
453
+ */
454
+ unit_id?: string | null;
455
+ /**
456
+ * Body param: The adjustment, interpreted according to `adjustment`.
457
+ */
458
+ value?: number;
459
+ }
460
+ export declare namespace DemandOverrides {
461
+ export { type CreateDemandOverrideRequest as CreateDemandOverrideRequest, type DemandOverride as DemandOverride, type ListDemandOverride as ListDemandOverride, type UpdateDemandOverrideRequest as UpdateDemandOverrideRequest, type DemandOverrideDeleteResponse as DemandOverrideDeleteResponse, type DemandOverrideListParams as DemandOverrideListParams, type DemandOverrideRetrieveParams as DemandOverrideRetrieveParams, type DemandOverrideCreateParams as DemandOverrideCreateParams, type DemandOverrideUpdateParams as DemandOverrideUpdateParams, };
462
+ }
463
+ //# sourceMappingURL=demand-overrides.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demand-overrides.d.ts","sourceRoot":"","sources":["../../src/resources/operations/demand-overrides.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,118 @@
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.DemandOverrides = void 0;
5
+ const resource_1 = require("../../core/resource.js");
6
+ const path_1 = require("../../internal/utils/path.js");
7
+ /**
8
+ * Adjust the demand a production schedule plans against. Overrides are how management accounts for demand that sales history cannot see.
9
+ */
10
+ class DemandOverrides extends resource_1.APIResource {
11
+ /**
12
+ * Returns a paginated list of demand overrides, most recently created first.
13
+ *
14
+ * The period filters match on overlap rather than containment, so an override
15
+ * spanning a quarter is returned when querying a single month inside it.
16
+ *
17
+ * This endpoint requires the permission: `demand_overrides:read`.
18
+ *
19
+ * @example
20
+ * ```ts
21
+ * const listDemandOverride =
22
+ * await client.operations.demandOverrides.list();
23
+ * ```
24
+ */
25
+ list(query = {}, options) {
26
+ return this._client.get('/v1/operations/demand-overrides', { query, ...options });
27
+ }
28
+ /**
29
+ * Retrieves a single demand override by ID.
30
+ *
31
+ * This endpoint requires the permission: `demand_overrides:read`.
32
+ *
33
+ * @example
34
+ * ```ts
35
+ * const demandOverride =
36
+ * await client.operations.demandOverrides.retrieve(
37
+ * 'deov_0192b7d38c4f5a9b02d3e16f88',
38
+ * );
39
+ * ```
40
+ */
41
+ retrieve(id, query = {}, options) {
42
+ return this._client.get((0, path_1.path) `/v1/operations/demand-overrides/${id}`, { query, ...options });
43
+ }
44
+ /**
45
+ * Creates a demand override.
46
+ *
47
+ * The scope reference is validated against the account's items or product lines,
48
+ * so an override can never silently match nothing. An `absolute` value replaces
49
+ * the forecast for the period, `delta_units` adds to it, and `delta_percent`
50
+ * scales it; a percent override cannot reduce demand by more than 100%.
51
+ *
52
+ * This endpoint requires the permission: `demand_overrides:create`.
53
+ *
54
+ * @example
55
+ * ```ts
56
+ * const demandOverride =
57
+ * await client.operations.demandOverrides.create({
58
+ * adjustment: 'delta_units',
59
+ * period_ends_at: '2026-05-10T00:23:00Z',
60
+ * period_starts_at: '2026-05-10T00:00:00Z',
61
+ * scope_ref_id: 'it_0131e386ac683e8c29a71f6f1f',
62
+ * scope_type: 'item',
63
+ * value: 5000,
64
+ * });
65
+ * ```
66
+ */
67
+ create(params, options) {
68
+ const { include, ...body } = params;
69
+ return this._client.post('/v1/operations/demand-overrides', { query: { include }, body, ...options });
70
+ }
71
+ /**
72
+ * Updates a demand override.
73
+ *
74
+ * The type and value are validated as a pair against the resulting override, so
75
+ * switching an existing units adjustment to `delta_percent` is checked as a
76
+ * percent even when only the type is sent.
77
+ *
78
+ * This endpoint requires the permission: `demand_overrides:update`.
79
+ *
80
+ * @example
81
+ * ```ts
82
+ * const demandOverride =
83
+ * await client.operations.demandOverrides.update(
84
+ * 'deov_0192b7d38c4f5a9b02d3e16f88',
85
+ * { value: 7500 },
86
+ * );
87
+ * ```
88
+ */
89
+ update(id, params = {}, options) {
90
+ const { include, ...body } = params ?? {};
91
+ return this._client.patch((0, path_1.path) `/v1/operations/demand-overrides/${id}`, {
92
+ query: { include },
93
+ body,
94
+ ...options,
95
+ });
96
+ }
97
+ /**
98
+ * Deletes a demand override.
99
+ *
100
+ * Schedules already generated are unaffected: a version snapshots the overrides it
101
+ * applied, so deleting one changes future solves only.
102
+ *
103
+ * This endpoint requires the permission: `demand_overrides:delete`.
104
+ *
105
+ * @example
106
+ * ```ts
107
+ * const demandOverride =
108
+ * await client.operations.demandOverrides.delete(
109
+ * 'deov_0192b7d38c4f5a9b02d3e16f88',
110
+ * );
111
+ * ```
112
+ */
113
+ delete(id, options) {
114
+ return this._client.delete((0, path_1.path) `/v1/operations/demand-overrides/${id}`, options);
115
+ }
116
+ }
117
+ exports.DemandOverrides = DemandOverrides;
118
+ //# sourceMappingURL=demand-overrides.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demand-overrides.js","sourceRoot":"","sources":["../../src/resources/operations/demand-overrides.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAOlD,uDAAiD;AAEjD;;GAEG;AACH,MAAa,eAAgB,SAAQ,sBAAW;IAC9C;;;;;;;;;;;;;OAaG;IACH,IAAI,CACF,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAyD,EAAE,EAC3D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,mCAAmC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,MAAM,CAAC,MAAkC,EAAE,OAAwB;QACjE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACpC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iCAAiC,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxG,CAAC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CACJ,EAAU,EACV,SAAwD,EAAE,EAC1D,OAAwB;QAExB,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,mCAAmC,EAAE,EAAE,EAAE;YACrE,KAAK,EAAE,EAAE,OAAO,EAAE;YAClB,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,mCAAmC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;CACF;AAzHD,0CAyHC"}