@augno/sdk 0.7.1 → 0.10.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 (310) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +15 -9
  3. package/resources/auth/api-keys/api-keys.d.mts +1 -0
  4. package/resources/auth/api-keys/api-keys.d.mts.map +1 -1
  5. package/resources/auth/api-keys/api-keys.d.ts +1 -0
  6. package/resources/auth/api-keys/api-keys.d.ts.map +1 -1
  7. package/resources/auth/api-keys/api-keys.js +1 -0
  8. package/resources/auth/api-keys/api-keys.js.map +1 -1
  9. package/resources/auth/api-keys/api-keys.mjs +1 -0
  10. package/resources/auth/api-keys/api-keys.mjs.map +1 -1
  11. package/resources/catalog/item-categories/item-categories.d.mts +5 -1
  12. package/resources/catalog/item-categories/item-categories.d.mts.map +1 -1
  13. package/resources/catalog/item-categories/item-categories.d.ts +5 -1
  14. package/resources/catalog/item-categories/item-categories.d.ts.map +1 -1
  15. package/resources/catalog/item-categories/item-categories.js +5 -1
  16. package/resources/catalog/item-categories/item-categories.js.map +1 -1
  17. package/resources/catalog/item-categories/item-categories.mjs +5 -1
  18. package/resources/catalog/item-categories/item-categories.mjs.map +1 -1
  19. package/resources/catalog/materials.d.mts +42 -1
  20. package/resources/catalog/materials.d.mts.map +1 -1
  21. package/resources/catalog/materials.d.ts +42 -1
  22. package/resources/catalog/materials.d.ts.map +1 -1
  23. package/resources/catalog/materials.js +42 -1
  24. package/resources/catalog/materials.js.map +1 -1
  25. package/resources/catalog/materials.mjs +42 -1
  26. package/resources/catalog/materials.mjs.map +1 -1
  27. package/resources/catalog/parts.d.mts +15 -0
  28. package/resources/catalog/parts.d.mts.map +1 -1
  29. package/resources/catalog/parts.d.ts +15 -0
  30. package/resources/catalog/parts.d.ts.map +1 -1
  31. package/resources/catalog/parts.js +15 -0
  32. package/resources/catalog/parts.js.map +1 -1
  33. package/resources/catalog/parts.mjs +15 -0
  34. package/resources/catalog/parts.mjs.map +1 -1
  35. package/resources/catalog/product-lines.d.mts +6 -1
  36. package/resources/catalog/product-lines.d.mts.map +1 -1
  37. package/resources/catalog/product-lines.d.ts +6 -1
  38. package/resources/catalog/product-lines.d.ts.map +1 -1
  39. package/resources/catalog/product-lines.js +6 -1
  40. package/resources/catalog/product-lines.js.map +1 -1
  41. package/resources/catalog/product-lines.mjs +6 -1
  42. package/resources/catalog/product-lines.mjs.map +1 -1
  43. package/resources/catalog/products.d.mts +30 -1
  44. package/resources/catalog/products.d.mts.map +1 -1
  45. package/resources/catalog/products.d.ts +30 -1
  46. package/resources/catalog/products.d.ts.map +1 -1
  47. package/resources/catalog/products.js +30 -1
  48. package/resources/catalog/products.js.map +1 -1
  49. package/resources/catalog/products.mjs +30 -1
  50. package/resources/catalog/products.mjs.map +1 -1
  51. package/resources/catalog/properties/attributes.d.mts +2 -0
  52. package/resources/catalog/properties/attributes.d.mts.map +1 -1
  53. package/resources/catalog/properties/attributes.d.ts +2 -0
  54. package/resources/catalog/properties/attributes.d.ts.map +1 -1
  55. package/resources/catalog/properties/attributes.js +2 -0
  56. package/resources/catalog/properties/attributes.js.map +1 -1
  57. package/resources/catalog/properties/attributes.mjs +2 -0
  58. package/resources/catalog/properties/attributes.mjs.map +1 -1
  59. package/resources/catalog/unit-groups/unit-groups.d.mts +11 -0
  60. package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -1
  61. package/resources/catalog/unit-groups/unit-groups.d.ts +11 -0
  62. package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -1
  63. package/resources/catalog/unit-groups/unit-groups.js +11 -0
  64. package/resources/catalog/unit-groups/unit-groups.js.map +1 -1
  65. package/resources/catalog/unit-groups/unit-groups.mjs +11 -0
  66. package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -1
  67. package/resources/catalog/unit-groups/units.d.mts +2 -0
  68. package/resources/catalog/unit-groups/units.d.mts.map +1 -1
  69. package/resources/catalog/unit-groups/units.d.ts +2 -0
  70. package/resources/catalog/unit-groups/units.d.ts.map +1 -1
  71. package/resources/catalog/unit-groups/units.js +2 -0
  72. package/resources/catalog/unit-groups/units.js.map +1 -1
  73. package/resources/catalog/unit-groups/units.mjs +2 -0
  74. package/resources/catalog/unit-groups/units.mjs.map +1 -1
  75. package/resources/catalog/units.d.mts +8 -1
  76. package/resources/catalog/units.d.mts.map +1 -1
  77. package/resources/catalog/units.d.ts +8 -1
  78. package/resources/catalog/units.d.ts.map +1 -1
  79. package/resources/catalog/units.js +8 -1
  80. package/resources/catalog/units.js.map +1 -1
  81. package/resources/catalog/units.mjs +8 -1
  82. package/resources/catalog/units.mjs.map +1 -1
  83. package/resources/core/addresses/actions.d.mts +1 -0
  84. package/resources/core/addresses/actions.d.mts.map +1 -1
  85. package/resources/core/addresses/actions.d.ts +1 -0
  86. package/resources/core/addresses/actions.d.ts.map +1 -1
  87. package/resources/core/addresses/actions.js +1 -0
  88. package/resources/core/addresses/actions.js.map +1 -1
  89. package/resources/core/addresses/actions.mjs +1 -0
  90. package/resources/core/addresses/actions.mjs.map +1 -1
  91. package/resources/core/audit-events.d.mts +3 -3
  92. package/resources/core/audit-events.d.mts.map +1 -1
  93. package/resources/core/audit-events.d.ts +3 -3
  94. package/resources/core/audit-events.d.ts.map +1 -1
  95. package/resources/core/core.d.mts +2 -2
  96. package/resources/core/core.d.mts.map +1 -1
  97. package/resources/core/core.d.ts +2 -2
  98. package/resources/core/core.d.ts.map +1 -1
  99. package/resources/core/core.js.map +1 -1
  100. package/resources/core/core.mjs.map +1 -1
  101. package/resources/identity/account-users/account-users.d.mts +9 -0
  102. package/resources/identity/account-users/account-users.d.mts.map +1 -1
  103. package/resources/identity/account-users/account-users.d.ts +9 -0
  104. package/resources/identity/account-users/account-users.d.ts.map +1 -1
  105. package/resources/identity/account-users/account-users.js +9 -0
  106. package/resources/identity/account-users/account-users.js.map +1 -1
  107. package/resources/identity/account-users/account-users.mjs +9 -0
  108. package/resources/identity/account-users/account-users.mjs.map +1 -1
  109. package/resources/messaging/conversations/conversations.d.mts +48 -6
  110. package/resources/messaging/conversations/conversations.d.mts.map +1 -1
  111. package/resources/messaging/conversations/conversations.d.ts +48 -6
  112. package/resources/messaging/conversations/conversations.d.ts.map +1 -1
  113. package/resources/messaging/conversations/conversations.js +5 -1
  114. package/resources/messaging/conversations/conversations.js.map +1 -1
  115. package/resources/messaging/conversations/conversations.mjs +5 -1
  116. package/resources/messaging/conversations/conversations.mjs.map +1 -1
  117. package/resources/messaging/conversations/index.d.mts +1 -1
  118. package/resources/messaging/conversations/index.d.mts.map +1 -1
  119. package/resources/messaging/conversations/index.d.ts +1 -1
  120. package/resources/messaging/conversations/index.d.ts.map +1 -1
  121. package/resources/messaging/conversations/index.js.map +1 -1
  122. package/resources/messaging/conversations/index.mjs.map +1 -1
  123. package/resources/messaging/conversations/links.d.mts +2 -2
  124. package/resources/messaging/conversations/links.d.mts.map +1 -1
  125. package/resources/messaging/conversations/links.d.ts +2 -2
  126. package/resources/messaging/conversations/links.d.ts.map +1 -1
  127. package/resources/messaging/conversations/messages.d.mts +23 -2
  128. package/resources/messaging/conversations/messages.d.mts.map +1 -1
  129. package/resources/messaging/conversations/messages.d.ts +23 -2
  130. package/resources/messaging/conversations/messages.d.ts.map +1 -1
  131. package/resources/messaging/conversations/messages.js +21 -0
  132. package/resources/messaging/conversations/messages.js.map +1 -1
  133. package/resources/messaging/conversations/messages.mjs +21 -0
  134. package/resources/messaging/conversations/messages.mjs.map +1 -1
  135. package/resources/messaging/email-inboxes.d.mts +49 -1
  136. package/resources/messaging/email-inboxes.d.mts.map +1 -1
  137. package/resources/messaging/email-inboxes.d.ts +49 -1
  138. package/resources/messaging/email-inboxes.d.ts.map +1 -1
  139. package/resources/messaging/email-inboxes.js +11 -1
  140. package/resources/messaging/email-inboxes.js.map +1 -1
  141. package/resources/messaging/email-inboxes.mjs +11 -1
  142. package/resources/messaging/email-inboxes.mjs.map +1 -1
  143. package/resources/messaging/groups/groups.d.mts +3 -0
  144. package/resources/messaging/groups/groups.d.mts.map +1 -1
  145. package/resources/messaging/groups/groups.d.ts +3 -0
  146. package/resources/messaging/groups/groups.d.ts.map +1 -1
  147. package/resources/messaging/groups/groups.js +3 -0
  148. package/resources/messaging/groups/groups.js.map +1 -1
  149. package/resources/messaging/groups/groups.mjs +3 -0
  150. package/resources/messaging/groups/groups.mjs.map +1 -1
  151. package/resources/messaging/groups/members.d.mts +1 -0
  152. package/resources/messaging/groups/members.d.mts.map +1 -1
  153. package/resources/messaging/groups/members.d.ts +1 -0
  154. package/resources/messaging/groups/members.d.ts.map +1 -1
  155. package/resources/messaging/groups/members.js +1 -0
  156. package/resources/messaging/groups/members.js.map +1 -1
  157. package/resources/messaging/groups/members.mjs +1 -0
  158. package/resources/messaging/groups/members.mjs.map +1 -1
  159. package/resources/messaging/index.d.mts +1 -1
  160. package/resources/messaging/index.d.mts.map +1 -1
  161. package/resources/messaging/index.d.ts +1 -1
  162. package/resources/messaging/index.d.ts.map +1 -1
  163. package/resources/messaging/index.js.map +1 -1
  164. package/resources/messaging/index.mjs.map +1 -1
  165. package/resources/messaging/messages/messages.d.mts +1 -0
  166. package/resources/messaging/messages/messages.d.mts.map +1 -1
  167. package/resources/messaging/messages/messages.d.ts +1 -0
  168. package/resources/messaging/messages/messages.d.ts.map +1 -1
  169. package/resources/messaging/messages/messages.js +1 -0
  170. package/resources/messaging/messages/messages.js.map +1 -1
  171. package/resources/messaging/messages/messages.mjs +1 -0
  172. package/resources/messaging/messages/messages.mjs.map +1 -1
  173. package/resources/messaging/messaging.d.mts +2 -2
  174. package/resources/messaging/messaging.d.mts.map +1 -1
  175. package/resources/messaging/messaging.d.ts +2 -2
  176. package/resources/messaging/messaging.d.ts.map +1 -1
  177. package/resources/messaging/messaging.js.map +1 -1
  178. package/resources/messaging/messaging.mjs.map +1 -1
  179. package/resources/messaging/notifications/notifications.d.mts +6 -2
  180. package/resources/messaging/notifications/notifications.d.mts.map +1 -1
  181. package/resources/messaging/notifications/notifications.d.ts +6 -2
  182. package/resources/messaging/notifications/notifications.d.ts.map +1 -1
  183. package/resources/messaging/notifications/notifications.js +4 -0
  184. package/resources/messaging/notifications/notifications.js.map +1 -1
  185. package/resources/messaging/notifications/notifications.mjs +4 -0
  186. package/resources/messaging/notifications/notifications.mjs.map +1 -1
  187. package/resources/operations/carriers/carriers.d.mts +4 -1
  188. package/resources/operations/carriers/carriers.d.mts.map +1 -1
  189. package/resources/operations/carriers/carriers.d.ts +4 -1
  190. package/resources/operations/carriers/carriers.d.ts.map +1 -1
  191. package/resources/operations/carriers/carriers.js +4 -1
  192. package/resources/operations/carriers/carriers.js.map +1 -1
  193. package/resources/operations/carriers/carriers.mjs +4 -1
  194. package/resources/operations/carriers/carriers.mjs.map +1 -1
  195. package/resources/operations/carriers/service-levels.d.mts +3 -0
  196. package/resources/operations/carriers/service-levels.d.mts.map +1 -1
  197. package/resources/operations/carriers/service-levels.d.ts +3 -0
  198. package/resources/operations/carriers/service-levels.d.ts.map +1 -1
  199. package/resources/operations/carriers/service-levels.js +3 -0
  200. package/resources/operations/carriers/service-levels.js.map +1 -1
  201. package/resources/operations/carriers/service-levels.mjs +3 -0
  202. package/resources/operations/carriers/service-levels.mjs.map +1 -1
  203. package/resources/operations/locations.d.mts +8 -1
  204. package/resources/operations/locations.d.mts.map +1 -1
  205. package/resources/operations/locations.d.ts +8 -1
  206. package/resources/operations/locations.d.ts.map +1 -1
  207. package/resources/operations/locations.js +8 -1
  208. package/resources/operations/locations.js.map +1 -1
  209. package/resources/operations/locations.mjs +8 -1
  210. package/resources/operations/locations.mjs.map +1 -1
  211. package/resources/operations/scanning-stations.d.mts +8 -1
  212. package/resources/operations/scanning-stations.d.mts.map +1 -1
  213. package/resources/operations/scanning-stations.d.ts +8 -1
  214. package/resources/operations/scanning-stations.d.ts.map +1 -1
  215. package/resources/operations/scanning-stations.js +8 -1
  216. package/resources/operations/scanning-stations.js.map +1 -1
  217. package/resources/operations/scanning-stations.mjs +8 -1
  218. package/resources/operations/scanning-stations.mjs.map +1 -1
  219. package/resources/operations/shipping-terms.d.mts +27 -2
  220. package/resources/operations/shipping-terms.d.mts.map +1 -1
  221. package/resources/operations/shipping-terms.d.ts +27 -2
  222. package/resources/operations/shipping-terms.d.ts.map +1 -1
  223. package/resources/operations/shipping-terms.js +27 -2
  224. package/resources/operations/shipping-terms.js.map +1 -1
  225. package/resources/operations/shipping-terms.mjs +27 -2
  226. package/resources/operations/shipping-terms.mjs.map +1 -1
  227. package/resources/sales/account-groups.d.mts +11 -1
  228. package/resources/sales/account-groups.d.mts.map +1 -1
  229. package/resources/sales/account-groups.d.ts +11 -1
  230. package/resources/sales/account-groups.d.ts.map +1 -1
  231. package/resources/sales/account-groups.js +11 -1
  232. package/resources/sales/account-groups.js.map +1 -1
  233. package/resources/sales/account-groups.mjs +11 -1
  234. package/resources/sales/account-groups.mjs.map +1 -1
  235. package/resources/sales/addresses.d.mts +16 -1
  236. package/resources/sales/addresses.d.mts.map +1 -1
  237. package/resources/sales/addresses.d.ts +16 -1
  238. package/resources/sales/addresses.d.ts.map +1 -1
  239. package/resources/sales/addresses.js +16 -1
  240. package/resources/sales/addresses.js.map +1 -1
  241. package/resources/sales/addresses.mjs +16 -1
  242. package/resources/sales/addresses.mjs.map +1 -1
  243. package/resources/sales/customers/customers.d.mts +42 -13
  244. package/resources/sales/customers/customers.d.mts.map +1 -1
  245. package/resources/sales/customers/customers.d.ts +42 -13
  246. package/resources/sales/customers/customers.d.ts.map +1 -1
  247. package/resources/sales/customers/customers.js +42 -13
  248. package/resources/sales/customers/customers.js.map +1 -1
  249. package/resources/sales/customers/customers.mjs +42 -13
  250. package/resources/sales/customers/customers.mjs.map +1 -1
  251. package/resources/sales/sales-orders.d.mts +13 -4
  252. package/resources/sales/sales-orders.d.mts.map +1 -1
  253. package/resources/sales/sales-orders.d.ts +13 -4
  254. package/resources/sales/sales-orders.d.ts.map +1 -1
  255. package/resources/sales/sales-orders.js +13 -4
  256. package/resources/sales/sales-orders.js.map +1 -1
  257. package/resources/sales/sales-orders.mjs +13 -4
  258. package/resources/sales/sales-orders.mjs.map +1 -1
  259. package/resources/settings/integrations.d.mts +4 -1
  260. package/resources/settings/integrations.d.mts.map +1 -1
  261. package/resources/settings/integrations.d.ts +4 -1
  262. package/resources/settings/integrations.d.ts.map +1 -1
  263. package/resources/settings/integrations.js +4 -1
  264. package/resources/settings/integrations.js.map +1 -1
  265. package/resources/settings/integrations.mjs +4 -1
  266. package/resources/settings/integrations.mjs.map +1 -1
  267. package/src/resources/auth/api-keys/api-keys.ts +1 -0
  268. package/src/resources/catalog/item-categories/item-categories.ts +5 -1
  269. package/src/resources/catalog/materials.ts +42 -1
  270. package/src/resources/catalog/parts.ts +15 -0
  271. package/src/resources/catalog/product-lines.ts +6 -1
  272. package/src/resources/catalog/products.ts +30 -1
  273. package/src/resources/catalog/properties/attributes.ts +2 -0
  274. package/src/resources/catalog/unit-groups/unit-groups.ts +11 -0
  275. package/src/resources/catalog/unit-groups/units.ts +2 -0
  276. package/src/resources/catalog/units.ts +8 -1
  277. package/src/resources/core/addresses/actions.ts +1 -0
  278. package/src/resources/core/audit-events.ts +3 -0
  279. package/src/resources/core/core.ts +2 -0
  280. package/src/resources/identity/account-users/account-users.ts +9 -0
  281. package/src/resources/messaging/conversations/conversations.ts +53 -2
  282. package/src/resources/messaging/conversations/index.ts +1 -0
  283. package/src/resources/messaging/conversations/links.ts +2 -0
  284. package/src/resources/messaging/conversations/messages.ts +23 -0
  285. package/src/resources/messaging/email-inboxes.ts +55 -1
  286. package/src/resources/messaging/groups/groups.ts +3 -0
  287. package/src/resources/messaging/groups/members.ts +1 -0
  288. package/src/resources/messaging/index.ts +1 -0
  289. package/src/resources/messaging/messages/messages.ts +1 -0
  290. package/src/resources/messaging/messaging.ts +2 -0
  291. package/src/resources/messaging/notifications/notifications.ts +6 -0
  292. package/src/resources/operations/carriers/carriers.ts +4 -1
  293. package/src/resources/operations/carriers/service-levels.ts +3 -0
  294. package/src/resources/operations/locations.ts +8 -1
  295. package/src/resources/operations/scanning-stations.ts +8 -1
  296. package/src/resources/operations/shipping-terms.ts +27 -2
  297. package/src/resources/sales/account-groups.ts +11 -1
  298. package/src/resources/sales/addresses.ts +16 -1
  299. package/src/resources/sales/customers/customers.ts +42 -13
  300. package/src/resources/sales/sales-orders.ts +13 -4
  301. package/src/resources/settings/integrations.ts +4 -1
  302. package/src/version.ts +1 -1
  303. package/version.d.mts +1 -1
  304. package/version.d.mts.map +1 -1
  305. package/version.d.ts +1 -1
  306. package/version.d.ts.map +1 -1
  307. package/version.js +1 -1
  308. package/version.js.map +1 -1
  309. package/version.mjs +1 -1
  310. package/version.mjs.map +1 -1
@@ -88,7 +88,12 @@ export class ProductLines extends APIResource {
88
88
  * const productLine =
89
89
  * await client.catalog.productLines.update(
90
90
  * 'pl_01996357326a0d3f7b129542ea',
91
- * { name: 'Updated Product Line' },
91
+ * {
92
+ * commission_policy: 'commission_applied',
93
+ * freight_policy: 'billed_freight',
94
+ * name: 'Updated Product Line',
95
+ * unit_group_id: 'ug_01aad07abb8e41fd392d2d7013',
96
+ * },
92
97
  * );
93
98
  * ```
94
99
  */
@@ -64,6 +64,23 @@ export class Products extends APIResource {
64
64
  * category_id: 'ic_01ae7bd7bfd21ca0ab81e1357e',
65
65
  * sku: 'ALM-2024-1001',
66
66
  * type: 'sale',
67
+ * attribute_ids: ['at_01c9493ec0c46bb0ed12708ae4'],
68
+ * description:
69
+ * 'Wireless barcode scanner with charging cradle',
70
+ * notes:
71
+ * 'Ships with a 2-year warranty; register for extended coverage.',
72
+ * portal_visibility: 'visible',
73
+ * product_line_id: 'pl_01996357326a0d3f7b129542ea',
74
+ * unit_cost: {
75
+ * value: '112.00',
76
+ * numerator_unit_id: 'un_01966263f74a5a0cae356000a1',
77
+ * denominator_unit_id: 'un_01966263f74a5a0cae356000a1',
78
+ * },
79
+ * unit_price: {
80
+ * value: '199.00',
81
+ * numerator_unit_id: 'un_01966263f74a5a0cae356000a1',
82
+ * denominator_unit_id: 'un_01966263f74a5a0cae356000a1',
83
+ * },
67
84
  * });
68
85
  * ```
69
86
  */
@@ -81,7 +98,19 @@ export class Products extends APIResource {
81
98
  * ```ts
82
99
  * const product = await client.catalog.products.update(
83
100
  * 'pd_013c29ab3f1518d0004094c316',
84
- * { sku: 'SKU-002' },
101
+ * {
102
+ * description:
103
+ * 'Wireless barcode scanner with charging cradle (v2)',
104
+ * notes:
105
+ * 'Firmware 2.1 improves Bluetooth pairing reliability.',
106
+ * portal_visibility: 'visible',
107
+ * sku: 'SKU-002',
108
+ * unit_price: {
109
+ * value: '219.00',
110
+ * numerator_unit_id: 'un_01966263f74a5a0cae356000a1',
111
+ * denominator_unit_id: 'un_01966263f74a5a0cae356000a1',
112
+ * },
113
+ * },
85
114
  * );
86
115
  * ```
87
116
  */
@@ -92,6 +92,8 @@ export class Attributes extends APIResource {
92
92
  * 'at_01c9493ec0c46bb0ed12708ae4',
93
93
  * {
94
94
  * property_id: 'pp_01e21344878064372f69e67093',
95
+ * color: 'blue',
96
+ * sort_order: 2,
95
97
  * value: 'Blue',
96
98
  * },
97
99
  * );
@@ -82,6 +82,8 @@ export class UnitGroups extends APIResource {
82
82
  * customer_portal_visibility: 'visible',
83
83
  * },
84
84
  * ],
85
+ * notes:
86
+ * 'Used for raw-material weight tracking across the warehouse.',
85
87
  * });
86
88
  * ```
87
89
  */
@@ -100,8 +102,17 @@ export class UnitGroups extends APIResource {
100
102
  * const unitGroup = await client.catalog.unitGroups.update(
101
103
  * 'ug_01aad07abb8e41fd392d2d7013',
102
104
  * {
105
+ * associated_units: [
106
+ * {
107
+ * unit_id: 'un_01966263f74a5a0cae356000a1',
108
+ * discount_percentage: 1,
109
+ * discount_fixed: 0,
110
+ * customer_portal_visibility: 'visible',
111
+ * },
112
+ * ],
103
113
  * base_unit_id: 'un_01966263f74a5a0cae356000a1',
104
114
  * name: 'Weight Units (Updated)',
115
+ * notes: 'Added kilogram association for metric orders.',
105
116
  * },
106
117
  * );
107
118
  * ```
@@ -101,6 +101,8 @@ export class Units extends APIResource {
101
101
  * 'un_01966263f74a5a0cae356000a1',
102
102
  * {
103
103
  * unit_group_id: 'ug_01aad07abb8e41fd392d2d7013',
104
+ * customer_portal_visibility: 'visible',
105
+ * discount_fixed: 2.5,
104
106
  * discount_percentage: 0.9,
105
107
  * unit_id: 'un_01966263f74a5a0cae356000a1',
106
108
  * },
@@ -77,7 +77,14 @@ export class Units extends APIResource {
77
77
  * ```ts
78
78
  * const unit = await client.catalog.units.update(
79
79
  * 'un_01966263f74a5a0cae356000a1',
80
- * { abbreviation: 'kg', name: 'Kilogram' },
80
+ * {
81
+ * abbreviation: 'kg',
82
+ * name: 'Kilogram',
83
+ * offset_denominator: '1',
84
+ * offset_numerator: '0',
85
+ * ratio_denominator: '1',
86
+ * ratio_numerator: '1000',
87
+ * },
81
88
  * );
82
89
  * ```
83
90
  */
@@ -21,6 +21,7 @@ export class Actions extends APIResource {
21
21
  * country: 'US',
22
22
  * postal_code: '62701',
23
23
  * state: 'IL',
24
+ * address_line_2: 'Suite 400',
24
25
  * });
25
26
  * ```
26
27
  */
@@ -192,6 +192,7 @@ export interface AuditEvent {
192
192
  | 'announcement'
193
193
  | 'conversation'
194
194
  | 'conversation_participant'
195
+ | 'read_cursor'
195
196
  | 'chat_message'
196
197
  | 'notification_unread_summary_account'
197
198
  | 'messaging_block'
@@ -514,6 +515,7 @@ export interface ListObjectType {
514
515
  | 'announcement'
515
516
  | 'conversation'
516
517
  | 'conversation_participant'
518
+ | 'read_cursor'
517
519
  | 'chat_message'
518
520
  | 'notification_unread_summary_account'
519
521
  | 'messaging_block'
@@ -836,6 +838,7 @@ export interface AuditEventListParams {
836
838
  | 'announcement'
837
839
  | 'conversation'
838
840
  | 'conversation_participant'
841
+ | 'read_cursor'
839
842
  | 'chat_message'
840
843
  | 'notification_unread_summary_account'
841
844
  | 'messaging_block'
@@ -152,6 +152,7 @@ export interface Entity {
152
152
  | 'announcement'
153
153
  | 'conversation'
154
154
  | 'conversation_participant'
155
+ | 'read_cursor'
155
156
  | 'chat_message'
156
157
  | 'notification_unread_summary_account'
157
158
  | 'messaging_block'
@@ -447,6 +448,7 @@ export interface CoreRetrieveSearchParams {
447
448
  | 'announcement'
448
449
  | 'conversation'
449
450
  | 'conversation_participant'
451
+ | 'read_cursor'
450
452
  | 'chat_message'
451
453
  | 'notification_unread_summary_account'
452
454
  | 'messaging_block'
@@ -70,6 +70,7 @@ export class AccountUsers extends APIResource {
70
70
  * ```ts
71
71
  * const accountUser =
72
72
  * await client.identity.accountUsers.create({
73
+ * department_id: 'dp_01791c25ab59da4704cba61874',
73
74
  * email: 'jdoe@augno.com',
74
75
  * name: 'John Doe',
75
76
  * password: 'QgS7Z8Hhj3&1',
@@ -109,8 +110,16 @@ export class AccountUsers extends APIResource {
109
110
  * 'acus_01ea9983ddb41dacc44ecf997c',
110
111
  * {
111
112
  * department_id: 'dp_01791c25ab59da4704cba61874',
113
+ * email: 'jdoe@augno.com',
112
114
  * name: 'John Doe',
115
+ * preferences: [
116
+ * {
117
+ * notification_type: 'order_acknowledgement',
118
+ * enabled: true,
119
+ * },
120
+ * ],
113
121
  * role_id: 'rl_01c16d2eb637c0d1f3a372937c',
122
+ * username: 'jdoe',
114
123
  * },
115
124
  * );
116
125
  * ```
@@ -80,10 +80,14 @@ export class Conversations extends APIResource {
80
80
  * ```ts
81
81
  * const conversation =
82
82
  * await client.messaging.conversations.create({
83
- * type: 'direct_message',
83
+ * type: 'group',
84
+ * group_id: 'cvgp_018e88072d1320808dc97abc',
84
85
  * participant_account_user_ids: [
85
86
  * 'acus_01ea9983ddb41dacc44ecf997c',
86
87
  * ],
88
+ * title: 'Order #1042 — shipping question',
89
+ * topic_resource_id: 'or_01d5034136c3ccc048abecc312',
90
+ * topic_resource_type: 'sales_order',
87
91
  * });
88
92
  * ```
89
93
  */
@@ -925,6 +929,12 @@ export interface ConversationParticipant {
925
929
  */
926
930
  object: 'conversation_participant';
927
931
 
932
+ /**
933
+ * A participant's read position in a conversation — the basis for read receipts
934
+ * ("who has seen this").
935
+ */
936
+ read_cursor: ReadCursor;
937
+
928
938
  /**
929
939
  * The participant's permission level in the conversation.
930
940
  *
@@ -1031,6 +1041,7 @@ export interface CreateConversationRequest {
1031
1041
  | 'announcement'
1032
1042
  | 'conversation'
1033
1043
  | 'conversation_participant'
1044
+ | 'read_cursor'
1034
1045
  | 'chat_message'
1035
1046
  | 'notification_unread_summary_account'
1036
1047
  | 'messaging_block'
@@ -1503,7 +1514,10 @@ export interface Message {
1503
1514
  streaming_state: string | null;
1504
1515
 
1505
1516
  /**
1506
- * The email subject of a customer-reply `draft` on an email-bridged case.
1517
+ * The email subject line
1518
+ *
1519
+ * On an email-bridged case, the original subject of an inbound email, or the
1520
+ * subject a customer-reply `draft`/outbound message is sent with.
1507
1521
  */
1508
1522
  subject: string | null;
1509
1523
 
@@ -1654,6 +1668,40 @@ export interface MessagingGroupMember {
1654
1668
  object: 'messaging_group_member';
1655
1669
  }
1656
1670
 
1671
+ /**
1672
+ * A participant's read position in a conversation — the basis for read receipts
1673
+ * ("who has seen this").
1674
+ */
1675
+ export interface ReadCursor {
1676
+ /**
1677
+ * The id of the last message the participant has read.
1678
+ *
1679
+ * `null` if they have not read any message yet.
1680
+ */
1681
+ message_id: string | null;
1682
+
1683
+ /**
1684
+ * Resource type identifier.
1685
+ */
1686
+ object: 'read_cursor';
1687
+
1688
+ /**
1689
+ * When the participant last advanced their read cursor.
1690
+ *
1691
+ * `null` if they have not read any message yet.
1692
+ */
1693
+ read_at: string | null;
1694
+
1695
+ /**
1696
+ * The sequence number of the last message the participant has read in the
1697
+ * conversation.
1698
+ *
1699
+ * A message is "seen" by this participant when its `sequence` is `<=` this value.
1700
+ * `0` means they have not read any message in the conversation yet.
1701
+ */
1702
+ sequence: number;
1703
+ }
1704
+
1657
1705
  /**
1658
1706
  * Trigger-type-specific configuration.
1659
1707
  *
@@ -1796,6 +1844,7 @@ export interface ConversationCreateParams {
1796
1844
  | 'announcement'
1797
1845
  | 'conversation'
1798
1846
  | 'conversation_participant'
1847
+ | 'read_cursor'
1799
1848
  | 'chat_message'
1800
1849
  | 'notification_unread_summary_account'
1801
1850
  | 'messaging_block'
@@ -2104,6 +2153,7 @@ export interface ConversationListParams {
2104
2153
  | 'announcement'
2105
2154
  | 'conversation'
2106
2155
  | 'conversation_participant'
2156
+ | 'read_cursor'
2107
2157
  | 'chat_message'
2108
2158
  | 'notification_unread_summary_account'
2109
2159
  | 'messaging_block'
@@ -2389,6 +2439,7 @@ export declare namespace Conversations {
2389
2439
  type MessageAttachment as MessageAttachment,
2390
2440
  type MessagingGroup as MessagingGroup,
2391
2441
  type MessagingGroupMember as MessagingGroupMember,
2442
+ type ReadCursor as ReadCursor,
2392
2443
  type TriggerConfig as TriggerConfig,
2393
2444
  type UpdateConversationRequest as UpdateConversationRequest,
2394
2445
  type ConversationCreateParams as ConversationCreateParams,
@@ -46,6 +46,7 @@ export {
46
46
  type MessageAttachment,
47
47
  type MessagingGroup,
48
48
  type MessagingGroupMember,
49
+ type ReadCursor,
49
50
  type TriggerConfig,
50
51
  type UpdateConversationRequest,
51
52
  type ConversationCreateParams,
@@ -134,6 +134,7 @@ export interface AddConversationLinkRequest {
134
134
  | 'announcement'
135
135
  | 'conversation'
136
136
  | 'conversation_participant'
137
+ | 'read_cursor'
137
138
  | 'chat_message'
138
139
  | 'notification_unread_summary_account'
139
140
  | 'messaging_block'
@@ -436,6 +437,7 @@ export interface LinkCreateParams {
436
437
  | 'announcement'
437
438
  | 'conversation'
438
439
  | 'conversation_participant'
440
+ | 'read_cursor'
439
441
  | 'chat_message'
440
442
  | 'notification_unread_summary_account'
441
443
  | 'messaging_block'
@@ -30,6 +30,27 @@ export class Messages extends APIResource {
30
30
  * {
31
31
  * body: 'Sounds good — shipping it today.',
32
32
  * client_message_id: 'client_msg_8c7d2f',
33
+ * attachments: [
34
+ * {
35
+ * kind: 'file',
36
+ * s3_key: 'uploads/acme/quote.pdf',
37
+ * filename: 'quote.pdf',
38
+ * content_type: 'application/pdf',
39
+ * size_bytes: 20480,
40
+ * },
41
+ * ],
42
+ * audience: 'customer',
43
+ * cc: ['ap@acme.com'],
44
+ * channel: 'email',
45
+ * link_resource_id: 'or_01d5034136c3ccc048abecc312',
46
+ * link_resource_type: 'sales_order',
47
+ * mentions: ['acus_01ea9983ddb41dacc44ecf997c'],
48
+ * mode: 'send',
49
+ * reply_to_message_id: 'mg_01h9z8q1w2e3r4t5y6u7i8mg',
50
+ * scheduled_at: '2026-05-10T15:00:00Z',
51
+ * source_thread_message_id:
52
+ * 'mg_01h9z8q1w2e3r4t5y6u7i8mg',
53
+ * subject: 'Re: Order #1042',
33
54
  * },
34
55
  * );
35
56
  * ```
@@ -237,6 +258,7 @@ export interface SendMessageRequest {
237
258
  | 'announcement'
238
259
  | 'conversation'
239
260
  | 'conversation_participant'
261
+ | 'read_cursor'
240
262
  | 'chat_message'
241
263
  | 'notification_unread_summary_account'
242
264
  | 'messaging_block'
@@ -596,6 +618,7 @@ export interface MessageCreateParams {
596
618
  | 'announcement'
597
619
  | 'conversation'
598
620
  | 'conversation_participant'
621
+ | 'read_cursor'
599
622
  | 'chat_message'
600
623
  | 'notification_unread_summary_account'
601
624
  | 'messaging_block'
@@ -23,6 +23,10 @@ export class EmailInboxes extends APIResource {
23
23
  * await client.messaging.emailInboxes.create({
24
24
  * address: 'support@acme.com',
25
25
  * email_domain_id: 'emdom_018e88072d1320808dc9aaa01',
26
+ * agent_config_id: 'agdf_01b9ef28feb99e6954201aca63',
27
+ * agent_trigger_keywords: ['invoice', 'refund'],
28
+ * agent_trigger_policy: 'keyword',
29
+ * from_name: 'Acme Support',
26
30
  * });
27
31
  * ```
28
32
  */
@@ -80,7 +84,13 @@ export class EmailInboxes extends APIResource {
80
84
  * const emailInbox =
81
85
  * await client.messaging.emailInboxes.update(
82
86
  * 'eminb_018e88072d1320808dc9bbb02',
83
- * { status: 'active' },
87
+ * {
88
+ * status: 'active',
89
+ * agent_config_id: 'agdf_01b9ef28feb99e6954201aca63',
90
+ * agent_trigger_keywords: ['invoice', 'refund'],
91
+ * agent_trigger_policy: 'keyword',
92
+ * from_name: 'Acme Support',
93
+ * },
84
94
  * );
85
95
  * ```
86
96
  */
@@ -152,6 +162,12 @@ export interface CreateEmailInboxRequest {
152
162
  * Display name for the `From` header of outbound mail.
153
163
  */
154
164
  from_name?: string;
165
+
166
+ /**
167
+ * The messaging group (roster) whose members are seated on every conversation this
168
+ * inbox opens.
169
+ */
170
+ group_id?: string;
155
171
  }
156
172
 
157
173
  /**
@@ -208,11 +224,31 @@ export interface EmailInbox {
208
224
  */
209
225
  email_domain: EmailDomainsAPI.EmailDomain | null;
210
226
 
227
+ /**
228
+ * A forwarding address on an Augno-owned domain that also routes to this inbox.
229
+ *
230
+ * Use this when your domain's mail is hosted elsewhere (e.g. Google Workspace,
231
+ * Microsoft 365) and you cannot point its MX records at Augno: forward mail from
232
+ * `address` to this address instead, and it will still be threaded into a
233
+ * conversation. `null` when domain forwarding is not configured.
234
+ */
235
+ forwarding_address: string | null;
236
+
211
237
  /**
212
238
  * The display name used in the `From` header of outbound mail.
213
239
  */
214
240
  from_name: string | null;
215
241
 
242
+ /**
243
+ * The messaging group (roster) whose members are added to every conversation this
244
+ * inbox opens.
245
+ *
246
+ * Everyone in the group — the human team plus any agents — is seated on each new
247
+ * email thread so they can read, edit, and approve replies alongside the bound
248
+ * agent. `null` when no group is set.
249
+ */
250
+ group_id: string | null;
251
+
216
252
  /**
217
253
  * Resource type identifier.
218
254
  */
@@ -289,6 +325,12 @@ export interface UpdateEmailInboxRequest {
289
325
  * Display name for the `From` header of outbound mail.
290
326
  */
291
327
  from_name?: string;
328
+
329
+ /**
330
+ * The messaging group (roster) whose members are seated on every conversation this
331
+ * inbox opens.
332
+ */
333
+ group_id?: string;
292
334
  }
293
335
 
294
336
  export interface EmailInboxDeleteResponse {}
@@ -335,6 +377,12 @@ export interface EmailInboxCreateParams {
335
377
  * Body param: Display name for the `From` header of outbound mail.
336
378
  */
337
379
  from_name?: string;
380
+
381
+ /**
382
+ * Body param: The messaging group (roster) whose members are seated on every
383
+ * conversation this inbox opens.
384
+ */
385
+ group_id?: string;
338
386
  }
339
387
 
340
388
  export interface EmailInboxListParams {
@@ -391,6 +439,12 @@ export interface EmailInboxUpdateParams {
391
439
  * Body param: Display name for the `From` header of outbound mail.
392
440
  */
393
441
  from_name?: string;
442
+
443
+ /**
444
+ * Body param: The messaging group (roster) whose members are seated on every
445
+ * conversation this inbox opens.
446
+ */
447
+ group_id?: string;
394
448
  }
395
449
 
396
450
  export declare namespace EmailInboxes {
@@ -29,6 +29,9 @@ export class Groups extends APIResource {
29
29
  * member_account_user_ids: [
30
30
  * 'acus_01ea9983ddb41dacc44ecf997c',
31
31
  * ],
32
+ * member_agent_config_ids: [
33
+ * 'agdf_01b9ef28feb99e6954201aca63',
34
+ * ],
32
35
  * },
33
36
  * );
34
37
  * ```
@@ -23,6 +23,7 @@ export class Members extends APIResource {
23
23
  * {
24
24
  * member_type: 'user',
25
25
  * account_user_id: 'acus_01ea9983ddb41dacc44ecf997c',
26
+ * agent_config_id: 'agdf_01b9ef28feb99e6954201aca63',
26
27
  * },
27
28
  * );
28
29
  * ```
@@ -54,6 +54,7 @@ export {
54
54
  type MessageAttachment,
55
55
  type MessagingGroup,
56
56
  type MessagingGroupMember,
57
+ type ReadCursor,
57
58
  type TriggerConfig,
58
59
  type UpdateConversationRequest,
59
60
  type ConversationCreateParams,
@@ -31,6 +31,7 @@ export class Messages extends APIResource {
31
31
  * 'mg_01h9z8q1w2e3r4t5y6u7i8mg',
32
32
  * {
33
33
  * body: 'Hi Joe — good news, your order ships tomorrow.',
34
+ * subject: 'Re: Order #1042',
34
35
  * },
35
36
  * );
36
37
  * ```
@@ -85,6 +85,7 @@ import {
85
85
  MessageAttachment,
86
86
  MessagingGroup,
87
87
  MessagingGroupMember,
88
+ ReadCursor,
88
89
  TriggerConfig,
89
90
  UpdateConversationRequest,
90
91
  } from './conversations/conversations';
@@ -271,6 +272,7 @@ export declare namespace Messaging {
271
272
  type MessageAttachment as MessageAttachment,
272
273
  type MessagingGroup as MessagingGroup,
273
274
  type MessagingGroupMember as MessagingGroupMember,
275
+ type ReadCursor as ReadCursor,
274
276
  type TriggerConfig as TriggerConfig,
275
277
  type UpdateConversationRequest as UpdateConversationRequest,
276
278
  type ConversationCreateParams as ConversationCreateParams,
@@ -41,6 +41,10 @@ export class Notifications extends APIResource {
41
41
  * id: 'acus_01ea9983ddb41dacc44ecf997c',
42
42
  * },
43
43
  * title: 'Order updated',
44
+ * body: 'Order #1042 was updated.',
45
+ * link_resource_id: 'or_01d5034136c3ccc048abecc312',
46
+ * link_resource_type: 'sales_order',
47
+ * priority: 'high',
44
48
  * });
45
49
  * ```
46
50
  */
@@ -462,6 +466,7 @@ export interface SendNotificationRequest {
462
466
  | 'announcement'
463
467
  | 'conversation'
464
468
  | 'conversation_participant'
469
+ | 'read_cursor'
465
470
  | 'chat_message'
466
471
  | 'notification_unread_summary_account'
467
472
  | 'messaging_block'
@@ -755,6 +760,7 @@ export interface NotificationCreateParams {
755
760
  | 'announcement'
756
761
  | 'conversation'
757
762
  | 'conversation_participant'
763
+ | 'read_cursor'
758
764
  | 'chat_message'
759
765
  | 'notification_unread_summary_account'
760
766
  | 'messaging_block'
@@ -94,7 +94,10 @@ export class Carriers extends APIResource {
94
94
  * ```ts
95
95
  * const carrier = await client.operations.carriers.update(
96
96
  * 'cr_01784fd54c9ba197bb4e42f0e6',
97
- * { name: 'FedEx Express' },
97
+ * {
98
+ * customer_portal_visibility: 'visible',
99
+ * name: 'FedEx Express',
100
+ * },
98
101
  * );
99
102
  * ```
100
103
  */
@@ -73,6 +73,7 @@ export class ServiceLevels extends APIResource {
73
73
  * code: 'ground',
74
74
  * is_default: false,
75
75
  * name: 'Ground Shipping',
76
+ * customer_portal_visibility: 'visible',
76
77
  * },
77
78
  * );
78
79
  * ```
@@ -104,6 +105,8 @@ export class ServiceLevels extends APIResource {
104
105
  * 'crop_01cfaf03f104e90ef9680e2a30',
105
106
  * {
106
107
  * carrier_id: 'cr_01784fd54c9ba197bb4e42f0e6',
108
+ * code: 'express',
109
+ * customer_portal_visibility: 'visible',
107
110
  * name: 'Express Shipping',
108
111
  * },
109
112
  * );
@@ -58,6 +58,8 @@ export class Locations extends APIResource {
58
58
  * const location = await client.operations.locations.create({
59
59
  * name: 'Warehouse A',
60
60
  * type: 'building',
61
+ * child_ids: ['lc_014d187d99b31926f0c74af9d8'],
62
+ * parent_id: 'lc_014d187d99b31926f0c74af9d8',
61
63
  * });
62
64
  * ```
63
65
  */
@@ -75,7 +77,12 @@ export class Locations extends APIResource {
75
77
  * ```ts
76
78
  * const location = await client.operations.locations.update(
77
79
  * 'lc_014d187d99b31926f0c74af9d8',
78
- * { name: 'Warehouse B' },
80
+ * {
81
+ * child_ids: ['lc_014d187d99b31926f0c74af9d8'],
82
+ * name: 'Warehouse B',
83
+ * parent_id: 'lc_014d187d99b31926f0c74af9d8',
84
+ * type: 'section',
85
+ * },
79
86
  * );
80
87
  * ```
81
88
  */
@@ -67,6 +67,7 @@ export class ScanningStations extends APIResource {
67
67
  * type: 'init_batch',
68
68
  * label_size: '1x1',
69
69
  * label_type: 'tag',
70
+ * notes: 'Primary intake station on the receiving dock.',
70
71
  * });
71
72
  * ```
72
73
  */
@@ -91,7 +92,13 @@ export class ScanningStations extends APIResource {
91
92
  * const scanningStation =
92
93
  * await client.operations.scanningStations.update(
93
94
  * 'scst_0129335dd6286056a97024fcc1',
94
- * { name: 'Station B' },
95
+ * {
96
+ * label_size: '1x1',
97
+ * label_type: 'tag',
98
+ * name: 'Station B',
99
+ * notes: 'Relocated to the finishing area.',
100
+ * operator_requirement: 'material_check',
101
+ * },
95
102
  * );
96
103
  * ```
97
104
  */