@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
@@ -1,10 +1,12 @@
1
1
  import { APIResource } from "../../core/resource.js";
2
2
  import * as AnalyticsAPI from "./analytics.js";
3
- import { Analytics, AnalyticsUpdateOeeParams, AnalyticsUpdateOeeTrendParams, AnalyticsUpdateScheduleAttainmentParams, AnalyzeOeeRequest, AnalyzeOeeResponse, AnalyzeOeeTrendRequest, AnalyzeOeeTrendResponse, AnalyzeScheduleAttainmentRequest, AnalyzeScheduleAttainmentResponse, AttainmentBucket, FrozenAdherence, ListAttainmentBucket, ListFrozenAdherence, ListOeeDepartment, ListOeeDowntimeReason, ListOeeTrendPeriod, OeeDepartment, OeeDepartmentPlannedTime, OeeDowntimeReason, OeeTrendPeriod } from "./analytics.js";
3
+ import { Analytics, AnalyticsUpdateDeliveryPerformanceParams, AnalyticsUpdateOeeParams, AnalyticsUpdateOeeTrendParams, AnalyticsUpdateScheduleAttainmentParams, AnalyzeDeliveryPerformanceRequest, AnalyzeDeliveryPerformanceResponse, AnalyzeOeeRequest, AnalyzeOeeResponse, AnalyzeOeeTrendRequest, AnalyzeOeeTrendResponse, AnalyzeScheduleAttainmentRequest, AnalyzeScheduleAttainmentResponse, AttainmentBucket, DeliveryBacklogBucket, DeliveryPerformance, FrozenAdherence, ListAttainmentBucket, ListDeliveryBacklogBucket, ListDeliveryPerformance, ListFrozenAdherence, ListOeeDepartment, ListOeeDowntimeReason, ListOeeTrendPeriod, OeeDepartment, OeeDepartmentPlannedTime, OeeDowntimeReason, OeeTrendPeriod } from "./analytics.js";
4
4
  import * as AuditEventsAPI from "./audit-events.js";
5
5
  import { AuditEvent, AuditEventListParams, AuditEventRetrieveParams, AuditEvents, AuditFieldChange, ListAuditEvent, ListAuditFieldChange, ListObjectType } from "./audit-events.js";
6
6
  import * as EmailLogsAPI from "./email-logs.js";
7
7
  import { EmailLog, EmailLogListParams, EmailLogRetrieveParams, EmailLogs, ListEmailLog } from "./email-logs.js";
8
+ import * as JobsAPI from "./jobs.js";
9
+ import { Job, JobExport, JobResult, Jobs, QuotaInfo, ResponseError, RowError } from "./jobs.js";
8
10
  import * as RequestLogsAPI from "./request-logs.js";
9
11
  import { Actor, ListRequestLog, RequestLog, RequestLogListParams, RequestLogRetrieveParams, RequestLogs } from "./request-logs.js";
10
12
  import * as SandboxesAPI from "./sandboxes.js";
@@ -23,6 +25,7 @@ export declare class Core extends APIResource {
23
25
  auditEvents: AuditEventsAPI.AuditEvents;
24
26
  addresses: AddressesAPI.Addresses;
25
27
  emailLogs: EmailLogsAPI.EmailLogs;
28
+ jobs: JobsAPI.Jobs;
26
29
  analytics: AnalyticsAPI.Analytics;
27
30
  /**
28
31
  * Searches across multiple resource types at once and returns lightweight `entity`
@@ -79,7 +82,7 @@ export interface Entity {
79
82
  * Unlike `object` — which is always `entity` — this names the underlying resource
80
83
  * the `id` points to.
81
84
  */
82
- type: 'account' | 'actor' | 'entity' | 'record' | 'freight' | 'sales_order_totals' | 'sales_order_stage_total' | 'sales_order_related' | 'order_contact' | 'user' | 'address' | 'api_key' | 'created_api_key' | 'refresh_token' | 'list' | 'sandbox' | 'registration_session' | 'pricing_plan' | 'account_plan' | 'plan_change' | 'enterprise_inquiry' | 'request_log' | 'audit_event' | 'audit_field_change' | 'role' | 'unit' | 'account_affiliation' | 'agent_definition' | 'available_tool' | 'agent_definition_tool' | 'agent_account_status' | 'agent_run' | 'agent_action' | 'agent_run_step' | 'agent_token_usage' | 'agent_memory' | 'notification' | 'notification_unread_count' | 'notification_send_result' | 'notification_unread_summary' | 'announcement' | 'conversation' | 'support_case' | 'conversation_participant' | 'read_cursor' | 'chat_message' | 'notification_unread_summary_account' | 'messaging_block' | 'notification_preference' | 'message_attachment' | 'attachment_upload_target' | 'scheduled_message' | 'messaging_contact' | 'message_report' | 'tool_group' | 'model' | 'payment_term' | 'shipping_term' | 'quantity' | 'account_group' | 'support_route' | 'support_availability' | 'account_status' | 'geolocation' | 'account_user' | 'department' | 'account_integration' | 'account_price' | 'product_line' | 'item_category' | 'attribute' | 'rate' | 'account_group_product_line_access' | 'sales_target' | 'adjustment_type' | 'account_branding' | 'account_portal' | 'account_logo_url' | 'account_favicon_url' | 'public_account' | 'property' | 'carrier' | 'service_level' | 'item' | 'item_lot_default' | 'item_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | 'machine_status' | 'machine_downtime_event' | 'demand_override' | 'demand_override_type' | 'machine_downtime_reason' | 'production_schedule_preview' | 'production_schedule_regenerate_preview' | 'production_schedule' | 'production_schedule_line' | 'production_schedule_deviation' | 'production_schedule_derived_line' | 'production_schedule_settings' | 'production_schedule_resource_setting' | 'schedule_deviation_type' | 'production_schedule_finished_policy' | 'production_schedule_week_release' | 'production_schedule_week_release_preview' | 'production_schedule_item_policy' | 'child_account' | 'unit_group' | 'unit_group_unit' | 'consumption' | 'customer_product_line_access' | 'customer' | 'frequently_ordered_product' | 'priority' | 'delivery' | 'delivery_line' | 'sales_order' | 'location' | 'location_type' | 'lot' | 'email_log' | 'email_domain' | 'email_inbox' | 'portal_domain' | 'dns_record' | 'inventory_change_log' | 'invoice' | 'invoice_summary' | 'invoice_line' | 'invoice_allocation' | 'invoice_for_payment' | 'shipment' | 'shipment_summary' | 'shipment_line' | 'shipping_case' | 'shipping_case_label_url' | 'settlement' | 'settlement_summary' | 'role_permission' | 'registration_flow' | 'registration_flow_option' | 'transaction' | 'transaction_summary' | 'transaction_method' | 'transaction_type' | 'transaction_allocation' | 'usage_item' | 'account_usage_response' | 'subscription_info' | 'billing_portal_session_response' | 'switch_plan_response' | 'ensure_billing_customer_response' | 'spending_cap_response' | 'agent_spend_info' | 'webhook_response' | 'address_suggestion' | 'address_components' | 'address_details_result' | 'validated_address' | 'plan_limit' | 'plan_change_proration' | 'plan_change_line_item' | 'setup_billing_response' | 'confirm_payment_response' | 'oauth_response' | 'oauth_status_response' | 'stripe_publishable_key' | 'stripe_status' | 'healthcheck' | 'agent_definition_config' | 'trigger_config' | 'customer_contact_info' | 'customer_freight_preferences' | 'customer_defaults' | 'customer_notification_preferences' | 'order_notification_recipient' | 'order_discount' | 'sales_order_line' | 'sales_order_type' | 'sales_order_status' | 'material' | 'supplier_material' | 'part' | 'permission_group' | 'permission' | 'pick' | 'pick_line' | 'product_type' | 'production' | 'production_flow' | 'map' | 'purchase_order' | 'purchase_order_line' | 'supplier' | 'supplier_summary' | 'receivable_entry' | 'receiving_order' | 'receiving_order_line' | 'email_contact' | 'allocation_entry' | 'open_credit_entry' | 'volume_discount' | 'volume_discount_tier' | 'analyze_deliveries_response' | 'analyze_manufacturing_response' | 'analyze_manufacturing_batch_response' | 'analyze_quarterly_orders_response' | 'analyze_new_customers_response' | 'analyze_demand_forecast_response' | 'analyze_oee_response' | 'analyze_oee_trend_response' | 'analyze_schedule_attainment_response' | 'catalog_product_line' | 'catalog_category' | 'catalog_product' | 'catalog_property' | 'catalog_attribute' | 'dc_location' | 'edi_run' | 'inventory_item' | 'analyze_weeks_of_sales_response' | 'bulk_reconcile_items_response' | 'sys_property' | 'sys_property_type' | 'sys_property_value' | 'territory' | 'tenancy' | 'checkout_session' | 'estimate_rate_result' | 'rate_shop_option' | 'rate_shop_result' | 'owner' | 'created_by' | 'message' | 'account_photo_upload_result' | 'user_photo_upload_result' | 'user_photo_url' | 'batch_lot' | 'check_duplicate_result' | 'item_trend_point' | 'pack_pick_response' | 'pick_shipments_response' | 'tenancy_pending_registration' | 'invoice_allocation_entry' | 'allocation_customer' | 'checkout_sales_order' | 'sales_order_price_quote' | 'sales_order_freight_quote' | 'sales_order_price_quote_line' | 'sales_order_quote_rate' | 'hubspot_sync_job' | 'hubspot_sync_report' | 'hubspot_company_review' | 'hubspot_company_candidate' | 'hubspot_sync_record' | 'contact_match' | 'reply_draft' | 'conversation_link' | 'messaging_group' | 'messaging_group_member' | 'portal_profile' | 'portal_registration_session' | 'portal_registration_session_data' | 'pack_list' | 'pack_list_party' | 'pack_list_line_item' | 'pack_list_back_order' | 'pack_list_case';
85
+ type: 'account' | 'actor' | 'entity' | 'record' | 'freight' | 'sales_order_totals' | 'sales_order_stage_total' | 'sales_order_related' | 'order_contact' | 'user' | 'address' | 'api_key' | 'created_api_key' | 'refresh_token' | 'list' | 'sandbox' | 'registration_session' | 'pricing_plan' | 'account_plan' | 'plan_change' | 'enterprise_inquiry' | 'request_log' | 'audit_event' | 'audit_field_change' | 'role' | 'unit' | 'account_affiliation' | 'agent_definition' | 'available_tool' | 'agent_definition_tool' | 'agent_account_status' | 'agent_run' | 'agent_action' | 'agent_run_step' | 'agent_token_usage' | 'agent_memory' | 'notification' | 'notification_unread_count' | 'notification_send_result' | 'notification_unread_summary' | 'announcement' | 'conversation' | 'support_case' | 'conversation_participant' | 'read_cursor' | 'chat_message' | 'notification_unread_summary_account' | 'messaging_block' | 'notification_preference' | 'message_attachment' | 'attachment_upload_target' | 'scheduled_message' | 'messaging_contact' | 'message_report' | 'tool_group' | 'model' | 'payment_term' | 'shipping_term' | 'quantity' | 'account_group' | 'support_route' | 'support_availability' | 'account_status' | 'geolocation' | 'account_user' | 'department' | 'account_integration' | 'account_price' | 'product_line' | 'item_category' | 'attribute' | 'rate' | 'account_group_product_line_access' | 'sales_target' | 'adjustment_type' | 'account_branding' | 'account_portal' | 'account_logo_url' | 'account_favicon_url' | 'public_account' | 'property' | 'carrier' | 'service_level' | 'item' | 'item_lot_default' | 'item_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | 'machine_status' | 'machine_downtime_event' | 'demand_override' | 'demand_override_type' | 'machine_downtime_reason' | 'production_schedule_preview' | 'production_schedule_regenerate_preview' | 'production_schedule' | 'production_schedule_line' | 'production_schedule_deviation' | 'production_schedule_derived_line' | 'production_schedule_settings' | 'production_schedule_resource_setting' | 'production_schedule_item_setting' | 'fulfillment_recommendation' | 'analyze_delivery_performance_response' | 'delivery_performance' | 'delivery_backlog_bucket' | 'schedule_order_coverage' | 'schedule_order_coverage_line' | 'promise_date_quote' | 'schedule_deviation_type' | 'schedule_at_risk_order' | 'production_schedule_finished_policy' | 'production_schedule_week_release' | 'production_schedule_week_release_preview' | 'production_schedule_item_policy' | 'child_account' | 'unit_group' | 'unit_group_unit' | 'consumption' | 'customer_product_line_access' | 'customer' | 'frequently_ordered_product' | 'priority' | 'delivery' | 'delivery_line' | 'sales_order' | 'location' | 'location_type' | 'lot' | 'email_log' | 'email_domain' | 'email_inbox' | 'portal_domain' | 'dns_record' | 'inventory_change_log' | 'invoice' | 'invoice_summary' | 'invoice_line' | 'invoice_allocation' | 'invoice_for_payment' | 'shipment' | 'shipment_summary' | 'shipment_line' | 'shipping_case' | 'shipping_case_label_url' | 'settlement' | 'settlement_summary' | 'role_permission' | 'registration_flow' | 'registration_flow_option' | 'transaction' | 'transaction_summary' | 'transaction_method' | 'transaction_type' | 'transaction_allocation' | 'usage_item' | 'account_usage_response' | 'subscription_info' | 'billing_portal_session_response' | 'switch_plan_response' | 'ensure_billing_customer_response' | 'spending_cap_response' | 'agent_spend_info' | 'webhook_response' | 'address_suggestion' | 'address_components' | 'address_details_result' | 'validated_address' | 'plan_limit' | 'plan_change_proration' | 'plan_change_line_item' | 'setup_billing_response' | 'confirm_payment_response' | 'oauth_response' | 'oauth_status_response' | 'stripe_publishable_key' | 'stripe_status' | 'healthcheck' | 'agent_definition_config' | 'trigger_config' | 'customer_contact_info' | 'customer_freight_preferences' | 'customer_defaults' | 'customer_lead_time' | 'customer_notification_preferences' | 'order_notification_recipient' | 'order_discount' | 'sales_order_line' | 'sales_order_type' | 'sales_order_status' | 'material' | 'supplier_material' | 'part' | 'permission_group' | 'permission' | 'pick' | 'pick_line' | 'product_type' | 'production' | 'production_flow' | 'map' | 'purchase_order' | 'purchase_order_line' | 'supplier' | 'supplier_summary' | 'receivable_entry' | 'receiving_order' | 'receiving_order_line' | 'email_contact' | 'allocation_entry' | 'open_credit_entry' | 'volume_discount' | 'volume_discount_tier' | 'analyze_deliveries_response' | 'analyze_manufacturing_response' | 'analyze_manufacturing_batch_response' | 'analyze_quarterly_orders_response' | 'analyze_new_customers_response' | 'analyze_demand_forecast_response' | 'analyze_oee_response' | 'analyze_oee_trend_response' | 'analyze_schedule_attainment_response' | 'catalog_product_line' | 'catalog_category' | 'catalog_product' | 'catalog_property' | 'catalog_attribute' | 'dc_location' | 'edi_run' | 'inventory_item' | 'analyze_weeks_of_sales_response' | 'bulk_reconcile_items_response' | 'sys_property' | 'sys_property_type' | 'sys_property_value' | 'territory' | 'tenancy' | 'checkout_session' | 'estimate_rate_result' | 'rate_shop_option' | 'rate_shop_result' | 'owner' | 'created_by' | 'message' | 'account_photo_upload_result' | 'user_photo_upload_result' | 'user_photo_url' | 'batch_lot' | 'check_duplicate_result' | 'item_trend_point' | 'pack_pick_response' | 'pick_shipments_response' | 'tenancy_pending_registration' | 'invoice_allocation_entry' | 'allocation_customer' | 'checkout_sales_order' | 'sales_order_price_quote' | 'sales_order_freight_quote' | 'sales_order_price_quote_line' | 'sales_order_quote_rate' | 'hubspot_sync_job' | 'hubspot_sync_report' | 'hubspot_company_review' | 'hubspot_company_candidate' | 'hubspot_sync_record' | 'contact_match' | 'reply_draft' | 'conversation_link' | 'messaging_group' | 'messaging_group_member' | 'portal_profile' | 'portal_registration_session' | 'portal_registration_session_data' | 'pack_list' | 'pack_list_party' | 'pack_list_line_item' | 'pack_list_back_order' | 'pack_list_case' | 'job';
83
86
  }
84
87
  /**
85
88
  * A single page of resources, together with the metadata needed to page through
@@ -144,7 +147,7 @@ export interface CoreRetrieveSearchParams {
144
147
  * read simply returns no results. Omit to search every searchable type you can
145
148
  * read.
146
149
  */
147
- types?: Array<'account' | 'actor' | 'entity' | 'record' | 'freight' | 'sales_order_totals' | 'sales_order_stage_total' | 'sales_order_related' | 'order_contact' | 'user' | 'address' | 'api_key' | 'created_api_key' | 'refresh_token' | 'list' | 'sandbox' | 'registration_session' | 'pricing_plan' | 'account_plan' | 'plan_change' | 'enterprise_inquiry' | 'request_log' | 'audit_event' | 'audit_field_change' | 'role' | 'unit' | 'account_affiliation' | 'agent_definition' | 'available_tool' | 'agent_definition_tool' | 'agent_account_status' | 'agent_run' | 'agent_action' | 'agent_run_step' | 'agent_token_usage' | 'agent_memory' | 'notification' | 'notification_unread_count' | 'notification_send_result' | 'notification_unread_summary' | 'announcement' | 'conversation' | 'support_case' | 'conversation_participant' | 'read_cursor' | 'chat_message' | 'notification_unread_summary_account' | 'messaging_block' | 'notification_preference' | 'message_attachment' | 'attachment_upload_target' | 'scheduled_message' | 'messaging_contact' | 'message_report' | 'tool_group' | 'model' | 'payment_term' | 'shipping_term' | 'quantity' | 'account_group' | 'support_route' | 'support_availability' | 'account_status' | 'geolocation' | 'account_user' | 'department' | 'account_integration' | 'account_price' | 'product_line' | 'item_category' | 'attribute' | 'rate' | 'account_group_product_line_access' | 'sales_target' | 'adjustment_type' | 'account_branding' | 'account_portal' | 'account_logo_url' | 'account_favicon_url' | 'public_account' | 'property' | 'carrier' | 'service_level' | 'item' | 'item_lot_default' | 'item_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | 'machine_status' | 'machine_downtime_event' | 'demand_override' | 'demand_override_type' | 'machine_downtime_reason' | 'production_schedule_preview' | 'production_schedule_regenerate_preview' | 'production_schedule' | 'production_schedule_line' | 'production_schedule_deviation' | 'production_schedule_derived_line' | 'production_schedule_settings' | 'production_schedule_resource_setting' | 'schedule_deviation_type' | 'production_schedule_finished_policy' | 'production_schedule_week_release' | 'production_schedule_week_release_preview' | 'production_schedule_item_policy' | 'child_account' | 'unit_group' | 'unit_group_unit' | 'consumption' | 'customer_product_line_access' | 'customer' | 'frequently_ordered_product' | 'priority' | 'delivery' | 'delivery_line' | 'sales_order' | 'location' | 'location_type' | 'lot' | 'email_log' | 'email_domain' | 'email_inbox' | 'portal_domain' | 'dns_record' | 'inventory_change_log' | 'invoice' | 'invoice_summary' | 'invoice_line' | 'invoice_allocation' | 'invoice_for_payment' | 'shipment' | 'shipment_summary' | 'shipment_line' | 'shipping_case' | 'shipping_case_label_url' | 'settlement' | 'settlement_summary' | 'role_permission' | 'registration_flow' | 'registration_flow_option' | 'transaction' | 'transaction_summary' | 'transaction_method' | 'transaction_type' | 'transaction_allocation' | 'usage_item' | 'account_usage_response' | 'subscription_info' | 'billing_portal_session_response' | 'switch_plan_response' | 'ensure_billing_customer_response' | 'spending_cap_response' | 'agent_spend_info' | 'webhook_response' | 'address_suggestion' | 'address_components' | 'address_details_result' | 'validated_address' | 'plan_limit' | 'plan_change_proration' | 'plan_change_line_item' | 'setup_billing_response' | 'confirm_payment_response' | 'oauth_response' | 'oauth_status_response' | 'stripe_publishable_key' | 'stripe_status' | 'healthcheck' | 'agent_definition_config' | 'trigger_config' | 'customer_contact_info' | 'customer_freight_preferences' | 'customer_defaults' | 'customer_notification_preferences' | 'order_notification_recipient' | 'order_discount' | 'sales_order_line' | 'sales_order_type' | 'sales_order_status' | 'material' | 'supplier_material' | 'part' | 'permission_group' | 'permission' | 'pick' | 'pick_line' | 'product_type' | 'production' | 'production_flow' | 'map' | 'purchase_order' | 'purchase_order_line' | 'supplier' | 'supplier_summary' | 'receivable_entry' | 'receiving_order' | 'receiving_order_line' | 'email_contact' | 'allocation_entry' | 'open_credit_entry' | 'volume_discount' | 'volume_discount_tier' | 'analyze_deliveries_response' | 'analyze_manufacturing_response' | 'analyze_manufacturing_batch_response' | 'analyze_quarterly_orders_response' | 'analyze_new_customers_response' | 'analyze_demand_forecast_response' | 'analyze_oee_response' | 'analyze_oee_trend_response' | 'analyze_schedule_attainment_response' | 'catalog_product_line' | 'catalog_category' | 'catalog_product' | 'catalog_property' | 'catalog_attribute' | 'dc_location' | 'edi_run' | 'inventory_item' | 'analyze_weeks_of_sales_response' | 'bulk_reconcile_items_response' | 'sys_property' | 'sys_property_type' | 'sys_property_value' | 'territory' | 'tenancy' | 'checkout_session' | 'estimate_rate_result' | 'rate_shop_option' | 'rate_shop_result' | 'owner' | 'created_by' | 'message' | 'account_photo_upload_result' | 'user_photo_upload_result' | 'user_photo_url' | 'batch_lot' | 'check_duplicate_result' | 'item_trend_point' | 'pack_pick_response' | 'pick_shipments_response' | 'tenancy_pending_registration' | 'invoice_allocation_entry' | 'allocation_customer' | 'checkout_sales_order' | 'sales_order_price_quote' | 'sales_order_freight_quote' | 'sales_order_price_quote_line' | 'sales_order_quote_rate' | 'hubspot_sync_job' | 'hubspot_sync_report' | 'hubspot_company_review' | 'hubspot_company_candidate' | 'hubspot_sync_record' | 'contact_match' | 'reply_draft' | 'conversation_link' | 'messaging_group' | 'messaging_group_member' | 'portal_profile' | 'portal_registration_session' | 'portal_registration_session_data' | 'pack_list' | 'pack_list_party' | 'pack_list_line_item' | 'pack_list_back_order' | 'pack_list_case'>;
150
+ types?: Array<'account' | 'actor' | 'entity' | 'record' | 'freight' | 'sales_order_totals' | 'sales_order_stage_total' | 'sales_order_related' | 'order_contact' | 'user' | 'address' | 'api_key' | 'created_api_key' | 'refresh_token' | 'list' | 'sandbox' | 'registration_session' | 'pricing_plan' | 'account_plan' | 'plan_change' | 'enterprise_inquiry' | 'request_log' | 'audit_event' | 'audit_field_change' | 'role' | 'unit' | 'account_affiliation' | 'agent_definition' | 'available_tool' | 'agent_definition_tool' | 'agent_account_status' | 'agent_run' | 'agent_action' | 'agent_run_step' | 'agent_token_usage' | 'agent_memory' | 'notification' | 'notification_unread_count' | 'notification_send_result' | 'notification_unread_summary' | 'announcement' | 'conversation' | 'support_case' | 'conversation_participant' | 'read_cursor' | 'chat_message' | 'notification_unread_summary_account' | 'messaging_block' | 'notification_preference' | 'message_attachment' | 'attachment_upload_target' | 'scheduled_message' | 'messaging_contact' | 'message_report' | 'tool_group' | 'model' | 'payment_term' | 'shipping_term' | 'quantity' | 'account_group' | 'support_route' | 'support_availability' | 'account_status' | 'geolocation' | 'account_user' | 'department' | 'account_integration' | 'account_price' | 'product_line' | 'item_category' | 'attribute' | 'rate' | 'account_group_product_line_access' | 'sales_target' | 'adjustment_type' | 'account_branding' | 'account_portal' | 'account_logo_url' | 'account_favicon_url' | 'public_account' | 'property' | 'carrier' | 'service_level' | 'item' | 'item_lot_default' | 'item_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | 'machine_status' | 'machine_downtime_event' | 'demand_override' | 'demand_override_type' | 'machine_downtime_reason' | 'production_schedule_preview' | 'production_schedule_regenerate_preview' | 'production_schedule' | 'production_schedule_line' | 'production_schedule_deviation' | 'production_schedule_derived_line' | 'production_schedule_settings' | 'production_schedule_resource_setting' | 'production_schedule_item_setting' | 'fulfillment_recommendation' | 'analyze_delivery_performance_response' | 'delivery_performance' | 'delivery_backlog_bucket' | 'schedule_order_coverage' | 'schedule_order_coverage_line' | 'promise_date_quote' | 'schedule_deviation_type' | 'schedule_at_risk_order' | 'production_schedule_finished_policy' | 'production_schedule_week_release' | 'production_schedule_week_release_preview' | 'production_schedule_item_policy' | 'child_account' | 'unit_group' | 'unit_group_unit' | 'consumption' | 'customer_product_line_access' | 'customer' | 'frequently_ordered_product' | 'priority' | 'delivery' | 'delivery_line' | 'sales_order' | 'location' | 'location_type' | 'lot' | 'email_log' | 'email_domain' | 'email_inbox' | 'portal_domain' | 'dns_record' | 'inventory_change_log' | 'invoice' | 'invoice_summary' | 'invoice_line' | 'invoice_allocation' | 'invoice_for_payment' | 'shipment' | 'shipment_summary' | 'shipment_line' | 'shipping_case' | 'shipping_case_label_url' | 'settlement' | 'settlement_summary' | 'role_permission' | 'registration_flow' | 'registration_flow_option' | 'transaction' | 'transaction_summary' | 'transaction_method' | 'transaction_type' | 'transaction_allocation' | 'usage_item' | 'account_usage_response' | 'subscription_info' | 'billing_portal_session_response' | 'switch_plan_response' | 'ensure_billing_customer_response' | 'spending_cap_response' | 'agent_spend_info' | 'webhook_response' | 'address_suggestion' | 'address_components' | 'address_details_result' | 'validated_address' | 'plan_limit' | 'plan_change_proration' | 'plan_change_line_item' | 'setup_billing_response' | 'confirm_payment_response' | 'oauth_response' | 'oauth_status_response' | 'stripe_publishable_key' | 'stripe_status' | 'healthcheck' | 'agent_definition_config' | 'trigger_config' | 'customer_contact_info' | 'customer_freight_preferences' | 'customer_defaults' | 'customer_lead_time' | 'customer_notification_preferences' | 'order_notification_recipient' | 'order_discount' | 'sales_order_line' | 'sales_order_type' | 'sales_order_status' | 'material' | 'supplier_material' | 'part' | 'permission_group' | 'permission' | 'pick' | 'pick_line' | 'product_type' | 'production' | 'production_flow' | 'map' | 'purchase_order' | 'purchase_order_line' | 'supplier' | 'supplier_summary' | 'receivable_entry' | 'receiving_order' | 'receiving_order_line' | 'email_contact' | 'allocation_entry' | 'open_credit_entry' | 'volume_discount' | 'volume_discount_tier' | 'analyze_deliveries_response' | 'analyze_manufacturing_response' | 'analyze_manufacturing_batch_response' | 'analyze_quarterly_orders_response' | 'analyze_new_customers_response' | 'analyze_demand_forecast_response' | 'analyze_oee_response' | 'analyze_oee_trend_response' | 'analyze_schedule_attainment_response' | 'catalog_product_line' | 'catalog_category' | 'catalog_product' | 'catalog_property' | 'catalog_attribute' | 'dc_location' | 'edi_run' | 'inventory_item' | 'analyze_weeks_of_sales_response' | 'bulk_reconcile_items_response' | 'sys_property' | 'sys_property_type' | 'sys_property_value' | 'territory' | 'tenancy' | 'checkout_session' | 'estimate_rate_result' | 'rate_shop_option' | 'rate_shop_result' | 'owner' | 'created_by' | 'message' | 'account_photo_upload_result' | 'user_photo_upload_result' | 'user_photo_url' | 'batch_lot' | 'check_duplicate_result' | 'item_trend_point' | 'pack_pick_response' | 'pick_shipments_response' | 'tenancy_pending_registration' | 'invoice_allocation_entry' | 'allocation_customer' | 'checkout_sales_order' | 'sales_order_price_quote' | 'sales_order_freight_quote' | 'sales_order_price_quote_line' | 'sales_order_quote_rate' | 'hubspot_sync_job' | 'hubspot_sync_report' | 'hubspot_company_review' | 'hubspot_company_candidate' | 'hubspot_sync_record' | 'contact_match' | 'reply_draft' | 'conversation_link' | 'messaging_group' | 'messaging_group_member' | 'portal_profile' | 'portal_registration_session' | 'portal_registration_session_data' | 'pack_list' | 'pack_list_party' | 'pack_list_line_item' | 'pack_list_back_order' | 'pack_list_case' | 'job'>;
148
151
  }
149
152
  export declare namespace Core {
150
153
  export { type Entity as Entity, type ListEntity as ListEntity, type CoreRetrieveSearchParams as CoreRetrieveSearchParams, };
@@ -153,6 +156,7 @@ export declare namespace Core {
153
156
  export { AuditEvents as AuditEvents, type AuditEvent as AuditEvent, type AuditFieldChange as AuditFieldChange, type ListAuditEvent as ListAuditEvent, type ListAuditFieldChange as ListAuditFieldChange, type ListObjectType as ListObjectType, type AuditEventListParams as AuditEventListParams, type AuditEventRetrieveParams as AuditEventRetrieveParams, };
154
157
  export { Addresses as Addresses, type AddressSuggestion as AddressSuggestion, type ListAddressSuggestion as ListAddressSuggestion, type AddressRetrieveSuggestionsParams as AddressRetrieveSuggestionsParams, };
155
158
  export { EmailLogs as EmailLogs, type EmailLog as EmailLog, type ListEmailLog as ListEmailLog, type EmailLogListParams as EmailLogListParams, type EmailLogRetrieveParams as EmailLogRetrieveParams, };
156
- export { Analytics as Analytics, type AnalyzeOeeRequest as AnalyzeOeeRequest, type AnalyzeOeeResponse as AnalyzeOeeResponse, type AnalyzeOeeTrendRequest as AnalyzeOeeTrendRequest, type AnalyzeOeeTrendResponse as AnalyzeOeeTrendResponse, type AnalyzeScheduleAttainmentRequest as AnalyzeScheduleAttainmentRequest, type AnalyzeScheduleAttainmentResponse as AnalyzeScheduleAttainmentResponse, type AttainmentBucket as AttainmentBucket, type FrozenAdherence as FrozenAdherence, type ListAttainmentBucket as ListAttainmentBucket, type ListFrozenAdherence as ListFrozenAdherence, type ListOeeDepartment as ListOeeDepartment, type ListOeeDowntimeReason as ListOeeDowntimeReason, type ListOeeTrendPeriod as ListOeeTrendPeriod, type OeeDepartment as OeeDepartment, type OeeDepartmentPlannedTime as OeeDepartmentPlannedTime, type OeeDowntimeReason as OeeDowntimeReason, type OeeTrendPeriod as OeeTrendPeriod, type AnalyticsUpdateOeeParams as AnalyticsUpdateOeeParams, type AnalyticsUpdateOeeTrendParams as AnalyticsUpdateOeeTrendParams, type AnalyticsUpdateScheduleAttainmentParams as AnalyticsUpdateScheduleAttainmentParams, };
159
+ export { Jobs as Jobs, type Job as Job, type JobExport as JobExport, type JobResult as JobResult, type QuotaInfo as QuotaInfo, type ResponseError as ResponseError, type RowError as RowError, };
160
+ export { Analytics as Analytics, type AnalyzeDeliveryPerformanceRequest as AnalyzeDeliveryPerformanceRequest, type AnalyzeDeliveryPerformanceResponse as AnalyzeDeliveryPerformanceResponse, type AnalyzeOeeRequest as AnalyzeOeeRequest, type AnalyzeOeeResponse as AnalyzeOeeResponse, type AnalyzeOeeTrendRequest as AnalyzeOeeTrendRequest, type AnalyzeOeeTrendResponse as AnalyzeOeeTrendResponse, type AnalyzeScheduleAttainmentRequest as AnalyzeScheduleAttainmentRequest, type AnalyzeScheduleAttainmentResponse as AnalyzeScheduleAttainmentResponse, type AttainmentBucket as AttainmentBucket, type DeliveryBacklogBucket as DeliveryBacklogBucket, type DeliveryPerformance as DeliveryPerformance, type FrozenAdherence as FrozenAdherence, type ListAttainmentBucket as ListAttainmentBucket, type ListDeliveryBacklogBucket as ListDeliveryBacklogBucket, type ListDeliveryPerformance as ListDeliveryPerformance, type ListFrozenAdherence as ListFrozenAdherence, type ListOeeDepartment as ListOeeDepartment, type ListOeeDowntimeReason as ListOeeDowntimeReason, type ListOeeTrendPeriod as ListOeeTrendPeriod, type OeeDepartment as OeeDepartment, type OeeDepartmentPlannedTime as OeeDepartmentPlannedTime, type OeeDowntimeReason as OeeDowntimeReason, type OeeTrendPeriod as OeeTrendPeriod, type AnalyticsUpdateOeeParams as AnalyticsUpdateOeeParams, type AnalyticsUpdateOeeTrendParams as AnalyticsUpdateOeeTrendParams, type AnalyticsUpdateScheduleAttainmentParams as AnalyticsUpdateScheduleAttainmentParams, type AnalyticsUpdateDeliveryPerformanceParams as AnalyticsUpdateDeliveryPerformanceParams, };
157
161
  }
158
162
  //# sourceMappingURL=core.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../src/resources/core/core.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../src/resources/core/core.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EACL,SAAS,EACT,wCAAwC,EACxC,wBAAwB,EACxB,6BAA6B,EAC7B,uCAAuC,EACvC,iCAAiC,EACjC,kCAAkC,EAClC,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,gCAAgC,EAChC,iCAAiC,EACjC,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACnB,eAAe,EACf,oBAAoB,EACpB,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,aAAa,EACb,wBAAwB,EACxB,iBAAiB,EACjB,cAAc,EACf;OACM,KAAK,cAAc;OACnB,EACL,UAAU,EACV,oBAAoB,EACpB,wBAAwB,EACxB,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,cAAc,EACf;OACM,KAAK,YAAY;OACjB,EAAE,QAAQ,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,SAAS,EAAE,YAAY,EAAE;OACjF,KAAK,OAAO;OACZ,EAAE,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,EAAE;OACvE,KAAK,cAAc;OACnB,EACL,KAAK,EACL,cAAc,EACd,UAAU,EACV,oBAAoB,EACpB,wBAAwB,EACxB,WAAW,EACZ;OACM,KAAK,YAAY;OACjB,EACL,oBAAoB,EACpB,WAAW,EACX,OAAO,EACP,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,SAAS,EACV;OACM,KAAK,UAAU;OACf,KAAK,YAAY;OACjB,EACL,gCAAgC,EAChC,iBAAiB,EACjB,SAAS,EACT,qBAAqB,EACtB;OACM,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB;;GAEG;AACH,qBAAa,IAAK,SAAQ,WAAW;IACnC,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,WAAW,EAAE,cAAc,CAAC,WAAW,CAAgD;IACvF,WAAW,EAAE,cAAc,CAAC,WAAW,CAAgD;IACvF,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IACpD,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAE7E;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,cAAc,CACZ,KAAK,GAAE,wBAAwB,GAAG,IAAI,GAAG,SAAc,EACvD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,UAAU,CAAC;CAG1B;AAED;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB;;;OAGG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAC;IAEjB;;;;;;OAMG;IACH,IAAI,EACA,SAAS,GACT,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,oBAAoB,GACpB,yBAAyB,GACzB,qBAAqB,GACrB,eAAe,GACf,MAAM,GACN,SAAS,GACT,SAAS,GACT,iBAAiB,GACjB,eAAe,GACf,MAAM,GACN,SAAS,GACT,sBAAsB,GACtB,cAAc,GACd,cAAc,GACd,aAAa,GACb,oBAAoB,GACpB,aAAa,GACb,aAAa,GACb,oBAAoB,GACpB,MAAM,GACN,MAAM,GACN,qBAAqB,GACrB,kBAAkB,GAClB,gBAAgB,GAChB,uBAAuB,GACvB,sBAAsB,GACtB,WAAW,GACX,cAAc,GACd,gBAAgB,GAChB,mBAAmB,GACnB,cAAc,GACd,cAAc,GACd,2BAA2B,GAC3B,0BAA0B,GAC1B,6BAA6B,GAC7B,cAAc,GACd,cAAc,GACd,cAAc,GACd,0BAA0B,GAC1B,aAAa,GACb,cAAc,GACd,qCAAqC,GACrC,iBAAiB,GACjB,yBAAyB,GACzB,oBAAoB,GACpB,0BAA0B,GAC1B,mBAAmB,GACnB,mBAAmB,GACnB,gBAAgB,GAChB,YAAY,GACZ,OAAO,GACP,cAAc,GACd,eAAe,GACf,UAAU,GACV,eAAe,GACf,eAAe,GACf,sBAAsB,GACtB,gBAAgB,GAChB,aAAa,GACb,cAAc,GACd,YAAY,GACZ,qBAAqB,GACrB,eAAe,GACf,cAAc,GACd,eAAe,GACf,WAAW,GACX,MAAM,GACN,mCAAmC,GACnC,cAAc,GACd,iBAAiB,GACjB,kBAAkB,GAClB,gBAAgB,GAChB,kBAAkB,GAClB,qBAAqB,GACrB,gBAAgB,GAChB,UAAU,GACV,SAAS,GACT,eAAe,GACf,MAAM,GACN,kBAAkB,GAClB,gBAAgB,GAChB,SAAS,GACT,OAAO,GACP,iBAAiB,GACjB,sBAAsB,GACtB,oBAAoB,GACpB,+BAA+B,GAC/B,kBAAkB,GAClB,iBAAiB,GACjB,gBAAgB,GAChB,SAAS,GACT,gBAAgB,GAChB,wBAAwB,GACxB,iBAAiB,GACjB,sBAAsB,GACtB,yBAAyB,GACzB,6BAA6B,GAC7B,wCAAwC,GACxC,qBAAqB,GACrB,0BAA0B,GAC1B,+BAA+B,GAC/B,kCAAkC,GAClC,8BAA8B,GAC9B,sCAAsC,GACtC,kCAAkC,GAClC,4BAA4B,GAC5B,uCAAuC,GACvC,sBAAsB,GACtB,yBAAyB,GACzB,yBAAyB,GACzB,8BAA8B,GAC9B,oBAAoB,GACpB,yBAAyB,GACzB,wBAAwB,GACxB,qCAAqC,GACrC,kCAAkC,GAClC,0CAA0C,GAC1C,iCAAiC,GACjC,eAAe,GACf,YAAY,GACZ,iBAAiB,GACjB,aAAa,GACb,8BAA8B,GAC9B,UAAU,GACV,4BAA4B,GAC5B,UAAU,GACV,UAAU,GACV,eAAe,GACf,aAAa,GACb,UAAU,GACV,eAAe,GACf,KAAK,GACL,WAAW,GACX,cAAc,GACd,aAAa,GACb,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,SAAS,GACT,iBAAiB,GACjB,cAAc,GACd,oBAAoB,GACpB,qBAAqB,GACrB,UAAU,GACV,kBAAkB,GAClB,eAAe,GACf,eAAe,GACf,yBAAyB,GACzB,YAAY,GACZ,oBAAoB,GACpB,iBAAiB,GACjB,mBAAmB,GACnB,0BAA0B,GAC1B,aAAa,GACb,qBAAqB,GACrB,oBAAoB,GACpB,kBAAkB,GAClB,wBAAwB,GACxB,YAAY,GACZ,wBAAwB,GACxB,mBAAmB,GACnB,iCAAiC,GACjC,sBAAsB,GACtB,kCAAkC,GAClC,uBAAuB,GACvB,kBAAkB,GAClB,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,wBAAwB,GACxB,mBAAmB,GACnB,YAAY,GACZ,uBAAuB,GACvB,uBAAuB,GACvB,wBAAwB,GACxB,0BAA0B,GAC1B,gBAAgB,GAChB,uBAAuB,GACvB,wBAAwB,GACxB,eAAe,GACf,aAAa,GACb,yBAAyB,GACzB,gBAAgB,GAChB,uBAAuB,GACvB,8BAA8B,GAC9B,mBAAmB,GACnB,oBAAoB,GACpB,mCAAmC,GACnC,8BAA8B,GAC9B,gBAAgB,GAChB,kBAAkB,GAClB,kBAAkB,GAClB,oBAAoB,GACpB,UAAU,GACV,mBAAmB,GACnB,MAAM,GACN,kBAAkB,GAClB,YAAY,GACZ,MAAM,GACN,WAAW,GACX,cAAc,GACd,YAAY,GACZ,iBAAiB,GACjB,KAAK,GACL,gBAAgB,GAChB,qBAAqB,GACrB,UAAU,GACV,kBAAkB,GAClB,kBAAkB,GAClB,iBAAiB,GACjB,sBAAsB,GACtB,eAAe,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,sBAAsB,GACtB,6BAA6B,GAC7B,gCAAgC,GAChC,sCAAsC,GACtC,mCAAmC,GACnC,gCAAgC,GAChC,kCAAkC,GAClC,sBAAsB,GACtB,4BAA4B,GAC5B,sCAAsC,GACtC,sBAAsB,GACtB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,mBAAmB,GACnB,aAAa,GACb,SAAS,GACT,gBAAgB,GAChB,iCAAiC,GACjC,+BAA+B,GAC/B,cAAc,GACd,mBAAmB,GACnB,oBAAoB,GACpB,WAAW,GACX,SAAS,GACT,kBAAkB,GAClB,sBAAsB,GACtB,kBAAkB,GAClB,kBAAkB,GAClB,OAAO,GACP,YAAY,GACZ,SAAS,GACT,6BAA6B,GAC7B,0BAA0B,GAC1B,gBAAgB,GAChB,WAAW,GACX,wBAAwB,GACxB,kBAAkB,GAClB,oBAAoB,GACpB,yBAAyB,GACzB,8BAA8B,GAC9B,0BAA0B,GAC1B,qBAAqB,GACrB,sBAAsB,GACtB,yBAAyB,GACzB,2BAA2B,GAC3B,8BAA8B,GAC9B,wBAAwB,GACxB,kBAAkB,GAClB,qBAAqB,GACrB,wBAAwB,GACxB,2BAA2B,GAC3B,qBAAqB,GACrB,eAAe,GACf,aAAa,GACb,mBAAmB,GACnB,iBAAiB,GACjB,wBAAwB,GACxB,gBAAgB,GAChB,6BAA6B,GAC7B,kCAAkC,GAClC,WAAW,GACX,iBAAiB,GACjB,qBAAqB,GACrB,sBAAsB,GACtB,gBAAgB,GAChB,KAAK,CAAC;CACX;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEpB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED,MAAM,WAAW,wBAAwB;IACvC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;IAEX;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,KAAK,CACT,SAAS,GACT,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,oBAAoB,GACpB,yBAAyB,GACzB,qBAAqB,GACrB,eAAe,GACf,MAAM,GACN,SAAS,GACT,SAAS,GACT,iBAAiB,GACjB,eAAe,GACf,MAAM,GACN,SAAS,GACT,sBAAsB,GACtB,cAAc,GACd,cAAc,GACd,aAAa,GACb,oBAAoB,GACpB,aAAa,GACb,aAAa,GACb,oBAAoB,GACpB,MAAM,GACN,MAAM,GACN,qBAAqB,GACrB,kBAAkB,GAClB,gBAAgB,GAChB,uBAAuB,GACvB,sBAAsB,GACtB,WAAW,GACX,cAAc,GACd,gBAAgB,GAChB,mBAAmB,GACnB,cAAc,GACd,cAAc,GACd,2BAA2B,GAC3B,0BAA0B,GAC1B,6BAA6B,GAC7B,cAAc,GACd,cAAc,GACd,cAAc,GACd,0BAA0B,GAC1B,aAAa,GACb,cAAc,GACd,qCAAqC,GACrC,iBAAiB,GACjB,yBAAyB,GACzB,oBAAoB,GACpB,0BAA0B,GAC1B,mBAAmB,GACnB,mBAAmB,GACnB,gBAAgB,GAChB,YAAY,GACZ,OAAO,GACP,cAAc,GACd,eAAe,GACf,UAAU,GACV,eAAe,GACf,eAAe,GACf,sBAAsB,GACtB,gBAAgB,GAChB,aAAa,GACb,cAAc,GACd,YAAY,GACZ,qBAAqB,GACrB,eAAe,GACf,cAAc,GACd,eAAe,GACf,WAAW,GACX,MAAM,GACN,mCAAmC,GACnC,cAAc,GACd,iBAAiB,GACjB,kBAAkB,GAClB,gBAAgB,GAChB,kBAAkB,GAClB,qBAAqB,GACrB,gBAAgB,GAChB,UAAU,GACV,SAAS,GACT,eAAe,GACf,MAAM,GACN,kBAAkB,GAClB,gBAAgB,GAChB,SAAS,GACT,OAAO,GACP,iBAAiB,GACjB,sBAAsB,GACtB,oBAAoB,GACpB,+BAA+B,GAC/B,kBAAkB,GAClB,iBAAiB,GACjB,gBAAgB,GAChB,SAAS,GACT,gBAAgB,GAChB,wBAAwB,GACxB,iBAAiB,GACjB,sBAAsB,GACtB,yBAAyB,GACzB,6BAA6B,GAC7B,wCAAwC,GACxC,qBAAqB,GACrB,0BAA0B,GAC1B,+BAA+B,GAC/B,kCAAkC,GAClC,8BAA8B,GAC9B,sCAAsC,GACtC,kCAAkC,GAClC,4BAA4B,GAC5B,uCAAuC,GACvC,sBAAsB,GACtB,yBAAyB,GACzB,yBAAyB,GACzB,8BAA8B,GAC9B,oBAAoB,GACpB,yBAAyB,GACzB,wBAAwB,GACxB,qCAAqC,GACrC,kCAAkC,GAClC,0CAA0C,GAC1C,iCAAiC,GACjC,eAAe,GACf,YAAY,GACZ,iBAAiB,GACjB,aAAa,GACb,8BAA8B,GAC9B,UAAU,GACV,4BAA4B,GAC5B,UAAU,GACV,UAAU,GACV,eAAe,GACf,aAAa,GACb,UAAU,GACV,eAAe,GACf,KAAK,GACL,WAAW,GACX,cAAc,GACd,aAAa,GACb,eAAe,GACf,YAAY,GACZ,sBAAsB,GACtB,SAAS,GACT,iBAAiB,GACjB,cAAc,GACd,oBAAoB,GACpB,qBAAqB,GACrB,UAAU,GACV,kBAAkB,GAClB,eAAe,GACf,eAAe,GACf,yBAAyB,GACzB,YAAY,GACZ,oBAAoB,GACpB,iBAAiB,GACjB,mBAAmB,GACnB,0BAA0B,GAC1B,aAAa,GACb,qBAAqB,GACrB,oBAAoB,GACpB,kBAAkB,GAClB,wBAAwB,GACxB,YAAY,GACZ,wBAAwB,GACxB,mBAAmB,GACnB,iCAAiC,GACjC,sBAAsB,GACtB,kCAAkC,GAClC,uBAAuB,GACvB,kBAAkB,GAClB,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,wBAAwB,GACxB,mBAAmB,GACnB,YAAY,GACZ,uBAAuB,GACvB,uBAAuB,GACvB,wBAAwB,GACxB,0BAA0B,GAC1B,gBAAgB,GAChB,uBAAuB,GACvB,wBAAwB,GACxB,eAAe,GACf,aAAa,GACb,yBAAyB,GACzB,gBAAgB,GAChB,uBAAuB,GACvB,8BAA8B,GAC9B,mBAAmB,GACnB,oBAAoB,GACpB,mCAAmC,GACnC,8BAA8B,GAC9B,gBAAgB,GAChB,kBAAkB,GAClB,kBAAkB,GAClB,oBAAoB,GACpB,UAAU,GACV,mBAAmB,GACnB,MAAM,GACN,kBAAkB,GAClB,YAAY,GACZ,MAAM,GACN,WAAW,GACX,cAAc,GACd,YAAY,GACZ,iBAAiB,GACjB,KAAK,GACL,gBAAgB,GAChB,qBAAqB,GACrB,UAAU,GACV,kBAAkB,GAClB,kBAAkB,GAClB,iBAAiB,GACjB,sBAAsB,GACtB,eAAe,GACf,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,sBAAsB,GACtB,6BAA6B,GAC7B,gCAAgC,GAChC,sCAAsC,GACtC,mCAAmC,GACnC,gCAAgC,GAChC,kCAAkC,GAClC,sBAAsB,GACtB,4BAA4B,GAC5B,sCAAsC,GACtC,sBAAsB,GACtB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,mBAAmB,GACnB,aAAa,GACb,SAAS,GACT,gBAAgB,GAChB,iCAAiC,GACjC,+BAA+B,GAC/B,cAAc,GACd,mBAAmB,GACnB,oBAAoB,GACpB,WAAW,GACX,SAAS,GACT,kBAAkB,GAClB,sBAAsB,GACtB,kBAAkB,GAClB,kBAAkB,GAClB,OAAO,GACP,YAAY,GACZ,SAAS,GACT,6BAA6B,GAC7B,0BAA0B,GAC1B,gBAAgB,GAChB,WAAW,GACX,wBAAwB,GACxB,kBAAkB,GAClB,oBAAoB,GACpB,yBAAyB,GACzB,8BAA8B,GAC9B,0BAA0B,GAC1B,qBAAqB,GACrB,sBAAsB,GACtB,yBAAyB,GACzB,2BAA2B,GAC3B,8BAA8B,GAC9B,wBAAwB,GACxB,kBAAkB,GAClB,qBAAqB,GACrB,wBAAwB,GACxB,2BAA2B,GAC3B,qBAAqB,GACrB,eAAe,GACf,aAAa,GACb,mBAAmB,GACnB,iBAAiB,GACjB,wBAAwB,GACxB,gBAAgB,GAChB,6BAA6B,GAC7B,kCAAkC,GAClC,WAAW,GACX,iBAAiB,GACjB,qBAAqB,GACrB,sBAAsB,GACtB,gBAAgB,GAChB,KAAK,CACR,CAAC;CACH;AAUD,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EACL,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,GAChD,CAAC;IAEF,OAAO,EACL,WAAW,IAAI,WAAW,EAC1B,KAAK,KAAK,IAAI,KAAK,EACnB,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;IAEF,OAAO,EACL,WAAW,IAAI,WAAW,EAC1B,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,gCAAgC,IAAI,gCAAgC,GAC1E,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;IAEF,OAAO,EACL,IAAI,IAAI,IAAI,EACZ,KAAK,GAAG,IAAI,GAAG,EACf,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,QAAQ,IAAI,QAAQ,GAC1B,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,kCAAkC,IAAI,kCAAkC,EAC7E,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,uCAAuC,IAAI,uCAAuC,EACvF,KAAK,wCAAwC,IAAI,wCAAwC,GAC1F,CAAC;CACH"}
@@ -10,6 +10,8 @@ const AuditEventsAPI = tslib_1.__importStar(require("./audit-events.js"));
10
10
  const audit_events_1 = require("./audit-events.js");
11
11
  const EmailLogsAPI = tslib_1.__importStar(require("./email-logs.js"));
12
12
  const email_logs_1 = require("./email-logs.js");
13
+ const JobsAPI = tslib_1.__importStar(require("./jobs.js"));
14
+ const jobs_1 = require("./jobs.js");
13
15
  const RequestLogsAPI = tslib_1.__importStar(require("./request-logs.js"));
14
16
  const request_logs_1 = require("./request-logs.js");
15
17
  const SandboxesAPI = tslib_1.__importStar(require("./sandboxes.js"));
@@ -27,6 +29,7 @@ class Core extends resource_1.APIResource {
27
29
  this.auditEvents = new AuditEventsAPI.AuditEvents(this._client);
28
30
  this.addresses = new AddressesAPI.Addresses(this._client);
29
31
  this.emailLogs = new EmailLogsAPI.EmailLogs(this._client);
32
+ this.jobs = new JobsAPI.Jobs(this._client);
30
33
  this.analytics = new AnalyticsAPI.Analytics(this._client);
31
34
  }
32
35
  /**
@@ -63,5 +66,6 @@ Core.RequestLogs = request_logs_1.RequestLogs;
63
66
  Core.AuditEvents = audit_events_1.AuditEvents;
64
67
  Core.Addresses = addresses_1.Addresses;
65
68
  Core.EmailLogs = email_logs_1.EmailLogs;
69
+ Core.Jobs = jobs_1.Jobs;
66
70
  Core.Analytics = analytics_1.Analytics;
67
71
  //# sourceMappingURL=core.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"core.js","sourceRoot":"","sources":["../../src/resources/core/core.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,qEAA4C;AAC5C,8CAsBqB;AACrB,0EAAiD;AACjD,oDASwB;AACxB,sEAA6C;AAC7C,gDAA6G;AAC7G,0EAAiD;AACjD,oDAOwB;AACxB,qEAA4C;AAC5C,8CASqB;AAErB,+EAAsD;AACtD,wDAK+B;AAI/B;;GAEG;AACH,MAAa,IAAK,SAAQ,sBAAW;IAArC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgC/E,CAAC;IA9BC;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,cAAc,CACZ,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;CACF;AAtCD,oBAsCC;AAwpBD,IAAI,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC3B,IAAI,CAAC,WAAW,GAAG,0BAAW,CAAC;AAC/B,IAAI,CAAC,WAAW,GAAG,0BAAW,CAAC;AAC/B,IAAI,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC3B,IAAI,CAAC,SAAS,GAAG,sBAAS,CAAC;AAC3B,IAAI,CAAC,SAAS,GAAG,qBAAS,CAAC"}
1
+ {"version":3,"file":"core.js","sourceRoot":"","sources":["../../src/resources/core/core.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,qEAA4C;AAC5C,8CA6BqB;AACrB,0EAAiD;AACjD,oDASwB;AACxB,sEAA6C;AAC7C,gDAA6G;AAC7G,2DAAkC;AAClC,oCAA6F;AAC7F,0EAAiD;AACjD,oDAOwB;AACxB,qEAA4C;AAC5C,8CASqB;AAErB,+EAAsD;AACtD,wDAK+B;AAI/B;;GAEG;AACH,MAAa,IAAK,SAAQ,sBAAW;IAArC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgC/E,CAAC;IA9BC;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,cAAc,CACZ,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;CACF;AAvCD,oBAuCC;AA8qBD,IAAI,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC3B,IAAI,CAAC,WAAW,GAAG,0BAAW,CAAC;AAC/B,IAAI,CAAC,WAAW,GAAG,0BAAW,CAAC;AAC/B,IAAI,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC3B,IAAI,CAAC,SAAS,GAAG,sBAAS,CAAC;AAC3B,IAAI,CAAC,IAAI,GAAG,WAAI,CAAC;AACjB,IAAI,CAAC,SAAS,GAAG,qBAAS,CAAC"}
@@ -6,6 +6,8 @@ import * as AuditEventsAPI from "./audit-events.mjs";
6
6
  import { AuditEvents, } from "./audit-events.mjs";
7
7
  import * as EmailLogsAPI from "./email-logs.mjs";
8
8
  import { EmailLogs } from "./email-logs.mjs";
9
+ import * as JobsAPI from "./jobs.mjs";
10
+ import { Jobs } from "./jobs.mjs";
9
11
  import * as RequestLogsAPI from "./request-logs.mjs";
10
12
  import { RequestLogs, } from "./request-logs.mjs";
11
13
  import * as SandboxesAPI from "./sandboxes.mjs";
@@ -23,6 +25,7 @@ export class Core extends APIResource {
23
25
  this.auditEvents = new AuditEventsAPI.AuditEvents(this._client);
24
26
  this.addresses = new AddressesAPI.Addresses(this._client);
25
27
  this.emailLogs = new EmailLogsAPI.EmailLogs(this._client);
28
+ this.jobs = new JobsAPI.Jobs(this._client);
26
29
  this.analytics = new AnalyticsAPI.Analytics(this._client);
27
30
  }
28
31
  /**
@@ -58,5 +61,6 @@ Core.RequestLogs = RequestLogs;
58
61
  Core.AuditEvents = AuditEvents;
59
62
  Core.Addresses = Addresses;
60
63
  Core.EmailLogs = EmailLogs;
64
+ Core.Jobs = Jobs;
61
65
  Core.Analytics = Analytics;
62
66
  //# sourceMappingURL=core.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"core.mjs","sourceRoot":"","sources":["../../src/resources/core/core.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EACL,SAAS,GAqBV;OACM,KAAK,cAAc;OACnB,EAIL,WAAW,GAKZ;OACM,KAAK,YAAY;OACjB,EAAwD,SAAS,EAAgB;OACjF,KAAK,cAAc;OACnB,EAML,WAAW,GACZ;OACM,KAAK,YAAY;OACjB,EAQL,SAAS,GACV;OAEM,KAAK,YAAY;OACjB,EAGL,SAAS,GAEV;AAID;;GAEG;AACH,MAAM,OAAO,IAAK,SAAQ,WAAW;IAArC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgC/E,CAAC;IA9BC;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,cAAc,CACZ,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;CACF;AAwpBD,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;AAC3B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;AAC/B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;AAC/B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;AAC3B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;AAC3B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC"}
1
+ {"version":3,"file":"core.mjs","sourceRoot":"","sources":["../../src/resources/core/core.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EACL,SAAS,GA4BV;OACM,KAAK,cAAc;OACnB,EAIL,WAAW,GAKZ;OACM,KAAK,YAAY;OACjB,EAAwD,SAAS,EAAgB;OACjF,KAAK,OAAO;OACZ,EAA6B,IAAI,EAAsC;OACvE,KAAK,cAAc;OACnB,EAML,WAAW,GACZ;OACM,KAAK,YAAY;OACjB,EAQL,SAAS,GACV;OAEM,KAAK,YAAY;OACjB,EAGL,SAAS,GAEV;AAID;;GAEG;AACH,MAAM,OAAO,IAAK,SAAQ,WAAW;IAArC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgC/E,CAAC;IA9BC;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,cAAc,CACZ,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;CACF;AA8qBD,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;AAC3B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;AAC/B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;AAC/B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;AAC3B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;AAC3B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;AACjB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC"}
@@ -1,8 +1,9 @@
1
1
  export { Addresses, type AddressSuggestion, type ListAddressSuggestion, type AddressRetrieveSuggestionsParams, } from "./addresses/index.mjs";
2
- export { Analytics, type AnalyzeOeeRequest, type AnalyzeOeeResponse, type AnalyzeOeeTrendRequest, type AnalyzeOeeTrendResponse, type AnalyzeScheduleAttainmentRequest, type AnalyzeScheduleAttainmentResponse, type AttainmentBucket, type FrozenAdherence, type ListAttainmentBucket, type ListFrozenAdherence, type ListOeeDepartment, type ListOeeDowntimeReason, type ListOeeTrendPeriod, type OeeDepartment, type OeeDepartmentPlannedTime, type OeeDowntimeReason, type OeeTrendPeriod, type AnalyticsUpdateOeeParams, type AnalyticsUpdateOeeTrendParams, type AnalyticsUpdateScheduleAttainmentParams, } from "./analytics.mjs";
2
+ export { Analytics, type AnalyzeDeliveryPerformanceRequest, type AnalyzeDeliveryPerformanceResponse, type AnalyzeOeeRequest, type AnalyzeOeeResponse, type AnalyzeOeeTrendRequest, type AnalyzeOeeTrendResponse, type AnalyzeScheduleAttainmentRequest, type AnalyzeScheduleAttainmentResponse, type AttainmentBucket, type DeliveryBacklogBucket, type DeliveryPerformance, type FrozenAdherence, type ListAttainmentBucket, type ListDeliveryBacklogBucket, type ListDeliveryPerformance, type ListFrozenAdherence, type ListOeeDepartment, type ListOeeDowntimeReason, type ListOeeTrendPeriod, type OeeDepartment, type OeeDepartmentPlannedTime, type OeeDowntimeReason, type OeeTrendPeriod, type AnalyticsUpdateOeeParams, type AnalyticsUpdateOeeTrendParams, type AnalyticsUpdateScheduleAttainmentParams, type AnalyticsUpdateDeliveryPerformanceParams, } from "./analytics.mjs";
3
3
  export { AuditEvents, type AuditEvent, type AuditFieldChange, type ListAuditEvent, type ListAuditFieldChange, type ListObjectType, type AuditEventListParams, type AuditEventRetrieveParams, } from "./audit-events.mjs";
4
4
  export { Core, type Entity, type ListEntity, type CoreRetrieveSearchParams } from "./core.mjs";
5
5
  export { EmailLogs, type EmailLog, type ListEmailLog, type EmailLogListParams, type EmailLogRetrieveParams, } from "./email-logs.mjs";
6
+ export { Jobs, type Job, type JobExport, type JobResult, type QuotaInfo, type ResponseError, type RowError, } from "./jobs.mjs";
6
7
  export { RequestLogs, type Actor, type ListRequestLog, type RequestLog, type RequestLogListParams, type RequestLogRetrieveParams, } from "./request-logs.mjs";
7
8
  export { Sandboxes, type CreateSandboxRequest, type ListSandbox, type Sandbox, type SandboxDeleteResponse, type SandboxListParams, type SandboxRetrieveParams, type SandboxCreateParams, } from "./sandboxes.mjs";
8
9
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":"OAEO,EACL,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,gCAAgC,GACtC;OACM,EACL,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EACtC,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,6BAA6B,EAClC,KAAK,uCAAuC,GAC7C;OACM,EACL,WAAW,EACX,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EAAE,IAAI,EAAE,KAAK,MAAM,EAAE,KAAK,UAAU,EAAE,KAAK,wBAAwB,EAAE;OACrE,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EACL,WAAW,EACX,KAAK,KAAK,EACV,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,GACzB"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":"OAEO,EACL,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,gCAAgC,GACtC;OACM,EACL,SAAS,EACT,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EACvC,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EACtC,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,6BAA6B,EAClC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,GAC9C;OACM,EACL,WAAW,EACX,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EAAE,IAAI,EAAE,KAAK,MAAM,EAAE,KAAK,UAAU,EAAE,KAAK,wBAAwB,EAAE;OACrE,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EACL,IAAI,EACJ,KAAK,GAAG,EACR,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,QAAQ,GACd;OACM,EACL,WAAW,EACX,KAAK,KAAK,EACV,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,GACzB"}
@@ -1,8 +1,9 @@
1
1
  export { Addresses, type AddressSuggestion, type ListAddressSuggestion, type AddressRetrieveSuggestionsParams, } from "./addresses/index.js";
2
- export { Analytics, type AnalyzeOeeRequest, type AnalyzeOeeResponse, type AnalyzeOeeTrendRequest, type AnalyzeOeeTrendResponse, type AnalyzeScheduleAttainmentRequest, type AnalyzeScheduleAttainmentResponse, type AttainmentBucket, type FrozenAdherence, type ListAttainmentBucket, type ListFrozenAdherence, type ListOeeDepartment, type ListOeeDowntimeReason, type ListOeeTrendPeriod, type OeeDepartment, type OeeDepartmentPlannedTime, type OeeDowntimeReason, type OeeTrendPeriod, type AnalyticsUpdateOeeParams, type AnalyticsUpdateOeeTrendParams, type AnalyticsUpdateScheduleAttainmentParams, } from "./analytics.js";
2
+ export { Analytics, type AnalyzeDeliveryPerformanceRequest, type AnalyzeDeliveryPerformanceResponse, type AnalyzeOeeRequest, type AnalyzeOeeResponse, type AnalyzeOeeTrendRequest, type AnalyzeOeeTrendResponse, type AnalyzeScheduleAttainmentRequest, type AnalyzeScheduleAttainmentResponse, type AttainmentBucket, type DeliveryBacklogBucket, type DeliveryPerformance, type FrozenAdherence, type ListAttainmentBucket, type ListDeliveryBacklogBucket, type ListDeliveryPerformance, type ListFrozenAdherence, type ListOeeDepartment, type ListOeeDowntimeReason, type ListOeeTrendPeriod, type OeeDepartment, type OeeDepartmentPlannedTime, type OeeDowntimeReason, type OeeTrendPeriod, type AnalyticsUpdateOeeParams, type AnalyticsUpdateOeeTrendParams, type AnalyticsUpdateScheduleAttainmentParams, type AnalyticsUpdateDeliveryPerformanceParams, } from "./analytics.js";
3
3
  export { AuditEvents, type AuditEvent, type AuditFieldChange, type ListAuditEvent, type ListAuditFieldChange, type ListObjectType, type AuditEventListParams, type AuditEventRetrieveParams, } from "./audit-events.js";
4
4
  export { Core, type Entity, type ListEntity, type CoreRetrieveSearchParams } from "./core.js";
5
5
  export { EmailLogs, type EmailLog, type ListEmailLog, type EmailLogListParams, type EmailLogRetrieveParams, } from "./email-logs.js";
6
+ export { Jobs, type Job, type JobExport, type JobResult, type QuotaInfo, type ResponseError, type RowError, } from "./jobs.js";
6
7
  export { RequestLogs, type Actor, type ListRequestLog, type RequestLog, type RequestLogListParams, type RequestLogRetrieveParams, } from "./request-logs.js";
7
8
  export { Sandboxes, type CreateSandboxRequest, type ListSandbox, type Sandbox, type SandboxDeleteResponse, type SandboxListParams, type SandboxRetrieveParams, type SandboxCreateParams, } from "./sandboxes.js";
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":"OAEO,EACL,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,gCAAgC,GACtC;OACM,EACL,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EACtC,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,6BAA6B,EAClC,KAAK,uCAAuC,GAC7C;OACM,EACL,WAAW,EACX,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EAAE,IAAI,EAAE,KAAK,MAAM,EAAE,KAAK,UAAU,EAAE,KAAK,wBAAwB,EAAE;OACrE,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EACL,WAAW,EACX,KAAK,KAAK,EACV,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,GACzB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":"OAEO,EACL,SAAS,EACT,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,gCAAgC,GACtC;OACM,EACL,SAAS,EACT,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EACvC,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EACtC,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,6BAA6B,EAClC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,GAC9C;OACM,EACL,WAAW,EACX,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,cAAc,EACnB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EAAE,IAAI,EAAE,KAAK,MAAM,EAAE,KAAK,UAAU,EAAE,KAAK,wBAAwB,EAAE;OACrE,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EACL,IAAI,EACJ,KAAK,GAAG,EACR,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,QAAQ,GACd;OACM,EACL,WAAW,EACX,KAAK,KAAK,EACV,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,GAC9B;OACM,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,GACzB"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Sandboxes = exports.RequestLogs = exports.EmailLogs = exports.Core = exports.AuditEvents = exports.Analytics = exports.Addresses = void 0;
4
+ exports.Sandboxes = exports.RequestLogs = exports.Jobs = exports.EmailLogs = exports.Core = exports.AuditEvents = exports.Analytics = exports.Addresses = void 0;
5
5
  var index_1 = require("./addresses/index.js");
6
6
  Object.defineProperty(exports, "Addresses", { enumerable: true, get: function () { return index_1.Addresses; } });
7
7
  var analytics_1 = require("./analytics.js");
@@ -12,6 +12,8 @@ var core_1 = require("./core.js");
12
12
  Object.defineProperty(exports, "Core", { enumerable: true, get: function () { return core_1.Core; } });
13
13
  var email_logs_1 = require("./email-logs.js");
14
14
  Object.defineProperty(exports, "EmailLogs", { enumerable: true, get: function () { return email_logs_1.EmailLogs; } });
15
+ var jobs_1 = require("./jobs.js");
16
+ Object.defineProperty(exports, "Jobs", { enumerable: true, get: function () { return jobs_1.Jobs; } });
15
17
  var request_logs_1 = require("./request-logs.js");
16
18
  Object.defineProperty(exports, "RequestLogs", { enumerable: true, get: function () { return request_logs_1.RequestLogs; } });
17
19
  var sandboxes_1 = require("./sandboxes.js");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CAK2B;AAJzB,kGAAA,SAAS,OAAA;AAKX,4CAsBqB;AArBnB,sGAAA,SAAS,OAAA;AAsBX,kDASwB;AARtB,2GAAA,WAAW,OAAA;AASb,kCAA2F;AAAlF,4FAAA,IAAI,OAAA;AACb,8CAMsB;AALpB,uGAAA,SAAS,OAAA;AAMX,kDAOwB;AANtB,2GAAA,WAAW,OAAA;AAOb,4CASqB;AARnB,sGAAA,SAAS,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CAK2B;AAJzB,kGAAA,SAAS,OAAA;AAKX,4CA6BqB;AA5BnB,sGAAA,SAAS,OAAA;AA6BX,kDASwB;AARtB,2GAAA,WAAW,OAAA;AASb,kCAA2F;AAAlF,4FAAA,IAAI,OAAA;AACb,8CAMsB;AALpB,uGAAA,SAAS,OAAA;AAMX,kCAQgB;AAPd,4FAAA,IAAI,OAAA;AAQN,kDAOwB;AANtB,2GAAA,WAAW,OAAA;AAOb,4CASqB;AARnB,sGAAA,SAAS,OAAA"}
@@ -4,6 +4,7 @@ export { Analytics, } from "./analytics.mjs";
4
4
  export { AuditEvents, } from "./audit-events.mjs";
5
5
  export { Core } from "./core.mjs";
6
6
  export { EmailLogs, } from "./email-logs.mjs";
7
+ export { Jobs, } from "./jobs.mjs";
7
8
  export { RequestLogs, } from "./request-logs.mjs";
8
9
  export { Sandboxes, } from "./sandboxes.mjs";
9
10
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,SAAS,GAIV;OACM,EACL,SAAS,GAqBV;OACM,EACL,WAAW,GAQZ;OACM,EAAE,IAAI,EAA+D;OACrE,EACL,SAAS,GAKV;OACM,EACL,WAAW,GAMZ;OACM,EACL,SAAS,GAQV"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/core/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,SAAS,GAIV;OACM,EACL,SAAS,GA4BV;OACM,EACL,WAAW,GAQZ;OACM,EAAE,IAAI,EAA+D;OACrE,EACL,SAAS,GAKV;OACM,EACL,IAAI,GAOL;OACM,EACL,WAAW,GAMZ;OACM,EACL,SAAS,GAQV"}
@@ -0,0 +1,236 @@
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import { APIPromise } from "../../core/api-promise.mjs";
3
+ import { RequestOptions } from "../../internal/request-options.mjs";
4
+ /**
5
+ * View the jobs that track asynchronous work. Endpoints that answer 202 Accepted raise one and point at it with a Location header.
6
+ */
7
+ export declare class Jobs extends APIResource {
8
+ /**
9
+ * Returns a job by ID — poll the job named in a `202 Accepted` response's
10
+ * `Location` to observe its outcome. A completed export carries the link to its
11
+ * file on `export.url`.
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * const job = await client.core.jobs.retrieve(
16
+ * 'jb_01k0a5smf9ekb8rqg1',
17
+ * );
18
+ * ```
19
+ */
20
+ retrieve(id: string, options?: RequestOptions): APIPromise<Job>;
21
+ /**
22
+ * Cancels a job and returns it carrying its `cancelled` status. Work in flight is
23
+ * not interrupted but can no longer settle, and a finished job cannot be
24
+ * cancelled.
25
+ *
26
+ * @example
27
+ * ```ts
28
+ * const job = await client.core.jobs.cancel(
29
+ * 'jb_01k0a5smf9ekb8rqg1',
30
+ * );
31
+ * ```
32
+ */
33
+ cancel(id: string, options?: RequestOptions): APIPromise<Job>;
34
+ }
35
+ /**
36
+ * Records a piece of work the API accepted and carries out asynchronously.
37
+ * Endpoints answering `202 Accepted` point at one with a `Location` header; poll
38
+ * it for the outcome.
39
+ */
40
+ export interface Job {
41
+ /**
42
+ * Job ID.
43
+ */
44
+ id: string;
45
+ /**
46
+ * When the job was cancelled.
47
+ */
48
+ cancelled_at: string | null;
49
+ /**
50
+ * When the job finished processing, whether or not every row succeeded.
51
+ */
52
+ completed_at: string | null;
53
+ /**
54
+ * When the job was created.
55
+ */
56
+ created_at: string;
57
+ /**
58
+ * Email of the account user who requested the work.
59
+ */
60
+ created_by_email: string | null;
61
+ /**
62
+ * The ID of the account user who requested the work.
63
+ */
64
+ created_by_id: string | null;
65
+ /**
66
+ * Name of the account user who requested the work.
67
+ */
68
+ created_by_name: string | null;
69
+ /**
70
+ * Username of the account user who requested the work.
71
+ */
72
+ created_by_username: string | null;
73
+ /**
74
+ * A one-line reason the last attempt failed.
75
+ */
76
+ error_summary: string | null;
77
+ /**
78
+ * One entry per failure, so a `completed` job can still carry failed rows. A
79
+ * whole-job failure records a single entry with no `index`.
80
+ */
81
+ errors: Array<RowError>;
82
+ /**
83
+ * Points a completed export job at the file it produced.
84
+ */
85
+ export: JobExport | null;
86
+ /**
87
+ * When the most recent attempt failed. A retry that succeeds leaves this alongside
88
+ * `completed_at`.
89
+ */
90
+ failed_at: string | null;
91
+ /**
92
+ * Resource type identifier.
93
+ */
94
+ object: 'job';
95
+ /**
96
+ * One entry per request row that produced a resource. A bulk create records these
97
+ * when it accepts the request, so they stay provisional until `status` is
98
+ * `completed`.
99
+ */
100
+ results: Array<JobResult>;
101
+ /**
102
+ * When the job began executing.
103
+ */
104
+ started_at: string | null;
105
+ /**
106
+ * How far the job has got. `completed` means the work was processed, not that
107
+ * every row succeeded — read `errors`.
108
+ */
109
+ status: 'created' | 'started' | 'completed' | 'failed' | 'cancelled';
110
+ /**
111
+ * The kind of work the job carries out.
112
+ */
113
+ type: 'bulkcreate' | 'bulkupsert' | 'export';
114
+ /**
115
+ * When the job was last updated.
116
+ */
117
+ updated_at: string;
118
+ }
119
+ /**
120
+ * Points a completed export job at the file it produced.
121
+ */
122
+ export interface JobExport {
123
+ /**
124
+ * Presigned link to the file, valid for five minutes — read the job again for a
125
+ * fresh one. It carries its own authorization, so treat it as a credential: do not
126
+ * log it, store it, or pass it on.
127
+ */
128
+ url: string;
129
+ }
130
+ /**
131
+ * Accounts for one request row that produced a resource. With `errors`, also
132
+ * row-indexed, every submitted row lands in exactly one of the two once the job
133
+ * completes.
134
+ */
135
+ export interface JobResult {
136
+ /**
137
+ * ID of the resource this row produced.
138
+ */
139
+ id: string;
140
+ /**
141
+ * Whether the resource was created or updated.
142
+ */
143
+ action: 'created' | 'updated';
144
+ /**
145
+ * Zero-based row of the request this result names.
146
+ */
147
+ index: number;
148
+ /**
149
+ * Resources created alongside this row's own resource — for a bulk production run
150
+ * create, the ids of its batches. Omitted for operations that produce none.
151
+ */
152
+ sub_resource_ids?: Array<string>;
153
+ }
154
+ /**
155
+ * QuotaInfo provides machine-readable details about a plan-imposed resource limit.
156
+ * Included in limit_exceeded errors so clients can display upgrade prompts, usage
157
+ * bars, or implement programmatic retry/backoff logic.
158
+ */
159
+ export interface QuotaInfo {
160
+ /**
161
+ * Limit is the maximum number of resources allowed by the current plan.
162
+ */
163
+ limit: number;
164
+ /**
165
+ * ResetAt is the time when the quota resets, if applicable. Nil for static
166
+ * (non-metered) limits.
167
+ */
168
+ reset_at: string | null;
169
+ /**
170
+ * Used is the number of resources currently consumed.
171
+ */
172
+ used: number;
173
+ }
174
+ /**
175
+ * ResponseError is the JSON-serializable error body returned to API clients. It
176
+ * contains only public information. This struct is used by the OpenAPI schema
177
+ * generator to produce documentation.
178
+ */
179
+ export interface ResponseError {
180
+ /**
181
+ * A machine-readable code for the error.
182
+ */
183
+ code: 'expired_token' | 'api_key_expired' | 'api_key_revoked' | 'invalid_credentials' | 'insufficient_permissions' | 'payment_required' | 'agent_spending_cap_reached' | 'validation_failed' | 'missing_field' | 'invalid_format' | 'method_not_allowed' | 'resource_not_found' | 'resource_exists' | 'resource_conflict' | 'resource_gone' | 'idempotency_in_progress' | 'limit_exceeded' | 'registration_closed' | 'rate_limit_exceeded' | 'parameter_missing' | 'parameter_invalid' | 'parameter_unknown' | 'parameters_exclusive' | 'internal_error' | 'service_unavailable' | 'external_service_error' | 'timeout' | 'connection_error' | 'request_timeout' | 'client_closed_request' | 'api_version_required' | 'api_version_invalid' | 'api_version_too_old';
184
+ /**
185
+ * A URL to documentation about the error.
186
+ */
187
+ doc_url: string | null;
188
+ /**
189
+ * Whether this error is transient and the request can be retried.
190
+ */
191
+ is_transient: boolean;
192
+ /**
193
+ * A human-readable message providing more details about the error.
194
+ */
195
+ message: string;
196
+ /**
197
+ * The parameter that caused the error, if applicable.
198
+ */
199
+ param: string | null;
200
+ /**
201
+ * QuotaInfo provides machine-readable details about a plan-imposed resource limit.
202
+ * Included in limit_exceeded errors so clients can display upgrade prompts, usage
203
+ * bars, or implement programmatic retry/backoff logic.
204
+ */
205
+ quota: QuotaInfo | null;
206
+ /**
207
+ * RequestLogURL is a link to the dashboard page for this request's log entry. Nil
208
+ * when no request log is available.
209
+ */
210
+ request_log_url: string | null;
211
+ /**
212
+ * The type of error.
213
+ */
214
+ type: 'api_error' | 'idempotency_error' | 'invalid_request_error';
215
+ }
216
+ /**
217
+ * pairs one row of a bulk request with the failure it produced; a failure of the
218
+ * request as a whole carries no index
219
+ */
220
+ export interface RowError {
221
+ /**
222
+ * ResponseError is the JSON-serializable error body returned to API clients. It
223
+ * contains only public information. This struct is used by the OpenAPI schema
224
+ * generator to produce documentation.
225
+ */
226
+ error: ResponseError;
227
+ /**
228
+ * Zero-based row of the request this failure names. Absent for a failure of the
229
+ * whole request.
230
+ */
231
+ index?: number;
232
+ }
233
+ export declare namespace Jobs {
234
+ export { type Job as Job, type JobExport as JobExport, type JobResult as JobResult, type QuotaInfo as QuotaInfo, type ResponseError as ResponseError, type RowError as RowError, };
235
+ }
236
+ //# sourceMappingURL=jobs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jobs.d.mts","sourceRoot":"","sources":["../../src/resources/core/jobs.ts"],"names":[],"mappings":"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"}