@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.
- package/CHANGELOG.md +3 -3
- package/package.json +15 -9
- package/resources/auth/api-keys/api-keys.d.mts +1 -0
- package/resources/auth/api-keys/api-keys.d.mts.map +1 -1
- package/resources/auth/api-keys/api-keys.d.ts +1 -0
- package/resources/auth/api-keys/api-keys.d.ts.map +1 -1
- package/resources/auth/api-keys/api-keys.js +1 -0
- package/resources/auth/api-keys/api-keys.js.map +1 -1
- package/resources/auth/api-keys/api-keys.mjs +1 -0
- package/resources/auth/api-keys/api-keys.mjs.map +1 -1
- package/resources/catalog/item-categories/item-categories.d.mts +5 -1
- package/resources/catalog/item-categories/item-categories.d.mts.map +1 -1
- package/resources/catalog/item-categories/item-categories.d.ts +5 -1
- package/resources/catalog/item-categories/item-categories.d.ts.map +1 -1
- package/resources/catalog/item-categories/item-categories.js +5 -1
- package/resources/catalog/item-categories/item-categories.js.map +1 -1
- package/resources/catalog/item-categories/item-categories.mjs +5 -1
- package/resources/catalog/item-categories/item-categories.mjs.map +1 -1
- package/resources/catalog/materials.d.mts +42 -1
- package/resources/catalog/materials.d.mts.map +1 -1
- package/resources/catalog/materials.d.ts +42 -1
- package/resources/catalog/materials.d.ts.map +1 -1
- package/resources/catalog/materials.js +42 -1
- package/resources/catalog/materials.js.map +1 -1
- package/resources/catalog/materials.mjs +42 -1
- package/resources/catalog/materials.mjs.map +1 -1
- package/resources/catalog/parts.d.mts +15 -0
- package/resources/catalog/parts.d.mts.map +1 -1
- package/resources/catalog/parts.d.ts +15 -0
- package/resources/catalog/parts.d.ts.map +1 -1
- package/resources/catalog/parts.js +15 -0
- package/resources/catalog/parts.js.map +1 -1
- package/resources/catalog/parts.mjs +15 -0
- package/resources/catalog/parts.mjs.map +1 -1
- package/resources/catalog/product-lines.d.mts +6 -1
- package/resources/catalog/product-lines.d.mts.map +1 -1
- package/resources/catalog/product-lines.d.ts +6 -1
- package/resources/catalog/product-lines.d.ts.map +1 -1
- package/resources/catalog/product-lines.js +6 -1
- package/resources/catalog/product-lines.js.map +1 -1
- package/resources/catalog/product-lines.mjs +6 -1
- package/resources/catalog/product-lines.mjs.map +1 -1
- package/resources/catalog/products.d.mts +30 -1
- package/resources/catalog/products.d.mts.map +1 -1
- package/resources/catalog/products.d.ts +30 -1
- package/resources/catalog/products.d.ts.map +1 -1
- package/resources/catalog/products.js +30 -1
- package/resources/catalog/products.js.map +1 -1
- package/resources/catalog/products.mjs +30 -1
- package/resources/catalog/products.mjs.map +1 -1
- package/resources/catalog/properties/attributes.d.mts +2 -0
- package/resources/catalog/properties/attributes.d.mts.map +1 -1
- package/resources/catalog/properties/attributes.d.ts +2 -0
- package/resources/catalog/properties/attributes.d.ts.map +1 -1
- package/resources/catalog/properties/attributes.js +2 -0
- package/resources/catalog/properties/attributes.js.map +1 -1
- package/resources/catalog/properties/attributes.mjs +2 -0
- package/resources/catalog/properties/attributes.mjs.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.d.mts +11 -0
- package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.d.ts +11 -0
- package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.js +11 -0
- package/resources/catalog/unit-groups/unit-groups.js.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.mjs +11 -0
- package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -1
- package/resources/catalog/unit-groups/units.d.mts +2 -0
- package/resources/catalog/unit-groups/units.d.mts.map +1 -1
- package/resources/catalog/unit-groups/units.d.ts +2 -0
- package/resources/catalog/unit-groups/units.d.ts.map +1 -1
- package/resources/catalog/unit-groups/units.js +2 -0
- package/resources/catalog/unit-groups/units.js.map +1 -1
- package/resources/catalog/unit-groups/units.mjs +2 -0
- package/resources/catalog/unit-groups/units.mjs.map +1 -1
- package/resources/catalog/units.d.mts +8 -1
- package/resources/catalog/units.d.mts.map +1 -1
- package/resources/catalog/units.d.ts +8 -1
- package/resources/catalog/units.d.ts.map +1 -1
- package/resources/catalog/units.js +8 -1
- package/resources/catalog/units.js.map +1 -1
- package/resources/catalog/units.mjs +8 -1
- package/resources/catalog/units.mjs.map +1 -1
- package/resources/core/addresses/actions.d.mts +1 -0
- package/resources/core/addresses/actions.d.mts.map +1 -1
- package/resources/core/addresses/actions.d.ts +1 -0
- package/resources/core/addresses/actions.d.ts.map +1 -1
- package/resources/core/addresses/actions.js +1 -0
- package/resources/core/addresses/actions.js.map +1 -1
- package/resources/core/addresses/actions.mjs +1 -0
- package/resources/core/addresses/actions.mjs.map +1 -1
- package/resources/core/audit-events.d.mts +3 -3
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +3 -3
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/core.d.mts +2 -2
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +2 -2
- package/resources/core/core.d.ts.map +1 -1
- package/resources/core/core.js.map +1 -1
- package/resources/core/core.mjs.map +1 -1
- package/resources/identity/account-users/account-users.d.mts +9 -0
- package/resources/identity/account-users/account-users.d.mts.map +1 -1
- package/resources/identity/account-users/account-users.d.ts +9 -0
- package/resources/identity/account-users/account-users.d.ts.map +1 -1
- package/resources/identity/account-users/account-users.js +9 -0
- package/resources/identity/account-users/account-users.js.map +1 -1
- package/resources/identity/account-users/account-users.mjs +9 -0
- package/resources/identity/account-users/account-users.mjs.map +1 -1
- package/resources/messaging/conversations/conversations.d.mts +48 -6
- package/resources/messaging/conversations/conversations.d.mts.map +1 -1
- package/resources/messaging/conversations/conversations.d.ts +48 -6
- package/resources/messaging/conversations/conversations.d.ts.map +1 -1
- package/resources/messaging/conversations/conversations.js +5 -1
- package/resources/messaging/conversations/conversations.js.map +1 -1
- package/resources/messaging/conversations/conversations.mjs +5 -1
- package/resources/messaging/conversations/conversations.mjs.map +1 -1
- package/resources/messaging/conversations/index.d.mts +1 -1
- package/resources/messaging/conversations/index.d.mts.map +1 -1
- package/resources/messaging/conversations/index.d.ts +1 -1
- package/resources/messaging/conversations/index.d.ts.map +1 -1
- package/resources/messaging/conversations/index.js.map +1 -1
- package/resources/messaging/conversations/index.mjs.map +1 -1
- package/resources/messaging/conversations/links.d.mts +2 -2
- package/resources/messaging/conversations/links.d.mts.map +1 -1
- package/resources/messaging/conversations/links.d.ts +2 -2
- package/resources/messaging/conversations/links.d.ts.map +1 -1
- package/resources/messaging/conversations/messages.d.mts +23 -2
- package/resources/messaging/conversations/messages.d.mts.map +1 -1
- package/resources/messaging/conversations/messages.d.ts +23 -2
- package/resources/messaging/conversations/messages.d.ts.map +1 -1
- package/resources/messaging/conversations/messages.js +21 -0
- package/resources/messaging/conversations/messages.js.map +1 -1
- package/resources/messaging/conversations/messages.mjs +21 -0
- package/resources/messaging/conversations/messages.mjs.map +1 -1
- package/resources/messaging/email-inboxes.d.mts +49 -1
- package/resources/messaging/email-inboxes.d.mts.map +1 -1
- package/resources/messaging/email-inboxes.d.ts +49 -1
- package/resources/messaging/email-inboxes.d.ts.map +1 -1
- package/resources/messaging/email-inboxes.js +11 -1
- package/resources/messaging/email-inboxes.js.map +1 -1
- package/resources/messaging/email-inboxes.mjs +11 -1
- package/resources/messaging/email-inboxes.mjs.map +1 -1
- package/resources/messaging/groups/groups.d.mts +3 -0
- package/resources/messaging/groups/groups.d.mts.map +1 -1
- package/resources/messaging/groups/groups.d.ts +3 -0
- package/resources/messaging/groups/groups.d.ts.map +1 -1
- package/resources/messaging/groups/groups.js +3 -0
- package/resources/messaging/groups/groups.js.map +1 -1
- package/resources/messaging/groups/groups.mjs +3 -0
- package/resources/messaging/groups/groups.mjs.map +1 -1
- package/resources/messaging/groups/members.d.mts +1 -0
- package/resources/messaging/groups/members.d.mts.map +1 -1
- package/resources/messaging/groups/members.d.ts +1 -0
- package/resources/messaging/groups/members.d.ts.map +1 -1
- package/resources/messaging/groups/members.js +1 -0
- package/resources/messaging/groups/members.js.map +1 -1
- package/resources/messaging/groups/members.mjs +1 -0
- package/resources/messaging/groups/members.mjs.map +1 -1
- package/resources/messaging/index.d.mts +1 -1
- package/resources/messaging/index.d.mts.map +1 -1
- package/resources/messaging/index.d.ts +1 -1
- package/resources/messaging/index.d.ts.map +1 -1
- package/resources/messaging/index.js.map +1 -1
- package/resources/messaging/index.mjs.map +1 -1
- package/resources/messaging/messages/messages.d.mts +1 -0
- package/resources/messaging/messages/messages.d.mts.map +1 -1
- package/resources/messaging/messages/messages.d.ts +1 -0
- package/resources/messaging/messages/messages.d.ts.map +1 -1
- package/resources/messaging/messages/messages.js +1 -0
- package/resources/messaging/messages/messages.js.map +1 -1
- package/resources/messaging/messages/messages.mjs +1 -0
- package/resources/messaging/messages/messages.mjs.map +1 -1
- package/resources/messaging/messaging.d.mts +2 -2
- package/resources/messaging/messaging.d.mts.map +1 -1
- package/resources/messaging/messaging.d.ts +2 -2
- package/resources/messaging/messaging.d.ts.map +1 -1
- package/resources/messaging/messaging.js.map +1 -1
- package/resources/messaging/messaging.mjs.map +1 -1
- package/resources/messaging/notifications/notifications.d.mts +6 -2
- package/resources/messaging/notifications/notifications.d.mts.map +1 -1
- package/resources/messaging/notifications/notifications.d.ts +6 -2
- package/resources/messaging/notifications/notifications.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.js +4 -0
- package/resources/messaging/notifications/notifications.js.map +1 -1
- package/resources/messaging/notifications/notifications.mjs +4 -0
- package/resources/messaging/notifications/notifications.mjs.map +1 -1
- package/resources/operations/carriers/carriers.d.mts +4 -1
- package/resources/operations/carriers/carriers.d.mts.map +1 -1
- package/resources/operations/carriers/carriers.d.ts +4 -1
- package/resources/operations/carriers/carriers.d.ts.map +1 -1
- package/resources/operations/carriers/carriers.js +4 -1
- package/resources/operations/carriers/carriers.js.map +1 -1
- package/resources/operations/carriers/carriers.mjs +4 -1
- package/resources/operations/carriers/carriers.mjs.map +1 -1
- package/resources/operations/carriers/service-levels.d.mts +3 -0
- package/resources/operations/carriers/service-levels.d.mts.map +1 -1
- package/resources/operations/carriers/service-levels.d.ts +3 -0
- package/resources/operations/carriers/service-levels.d.ts.map +1 -1
- package/resources/operations/carriers/service-levels.js +3 -0
- package/resources/operations/carriers/service-levels.js.map +1 -1
- package/resources/operations/carriers/service-levels.mjs +3 -0
- package/resources/operations/carriers/service-levels.mjs.map +1 -1
- package/resources/operations/locations.d.mts +8 -1
- package/resources/operations/locations.d.mts.map +1 -1
- package/resources/operations/locations.d.ts +8 -1
- package/resources/operations/locations.d.ts.map +1 -1
- package/resources/operations/locations.js +8 -1
- package/resources/operations/locations.js.map +1 -1
- package/resources/operations/locations.mjs +8 -1
- package/resources/operations/locations.mjs.map +1 -1
- package/resources/operations/scanning-stations.d.mts +8 -1
- package/resources/operations/scanning-stations.d.mts.map +1 -1
- package/resources/operations/scanning-stations.d.ts +8 -1
- package/resources/operations/scanning-stations.d.ts.map +1 -1
- package/resources/operations/scanning-stations.js +8 -1
- package/resources/operations/scanning-stations.js.map +1 -1
- package/resources/operations/scanning-stations.mjs +8 -1
- package/resources/operations/scanning-stations.mjs.map +1 -1
- package/resources/operations/shipping-terms.d.mts +27 -2
- package/resources/operations/shipping-terms.d.mts.map +1 -1
- package/resources/operations/shipping-terms.d.ts +27 -2
- package/resources/operations/shipping-terms.d.ts.map +1 -1
- package/resources/operations/shipping-terms.js +27 -2
- package/resources/operations/shipping-terms.js.map +1 -1
- package/resources/operations/shipping-terms.mjs +27 -2
- package/resources/operations/shipping-terms.mjs.map +1 -1
- package/resources/sales/account-groups.d.mts +11 -1
- package/resources/sales/account-groups.d.mts.map +1 -1
- package/resources/sales/account-groups.d.ts +11 -1
- package/resources/sales/account-groups.d.ts.map +1 -1
- package/resources/sales/account-groups.js +11 -1
- package/resources/sales/account-groups.js.map +1 -1
- package/resources/sales/account-groups.mjs +11 -1
- package/resources/sales/account-groups.mjs.map +1 -1
- package/resources/sales/addresses.d.mts +16 -1
- package/resources/sales/addresses.d.mts.map +1 -1
- package/resources/sales/addresses.d.ts +16 -1
- package/resources/sales/addresses.d.ts.map +1 -1
- package/resources/sales/addresses.js +16 -1
- package/resources/sales/addresses.js.map +1 -1
- package/resources/sales/addresses.mjs +16 -1
- package/resources/sales/addresses.mjs.map +1 -1
- package/resources/sales/customers/customers.d.mts +42 -13
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +42 -13
- package/resources/sales/customers/customers.d.ts.map +1 -1
- package/resources/sales/customers/customers.js +42 -13
- package/resources/sales/customers/customers.js.map +1 -1
- package/resources/sales/customers/customers.mjs +42 -13
- package/resources/sales/customers/customers.mjs.map +1 -1
- package/resources/sales/sales-orders.d.mts +13 -4
- package/resources/sales/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders.d.ts +13 -4
- package/resources/sales/sales-orders.d.ts.map +1 -1
- package/resources/sales/sales-orders.js +13 -4
- package/resources/sales/sales-orders.js.map +1 -1
- package/resources/sales/sales-orders.mjs +13 -4
- package/resources/sales/sales-orders.mjs.map +1 -1
- package/resources/settings/integrations.d.mts +4 -1
- package/resources/settings/integrations.d.mts.map +1 -1
- package/resources/settings/integrations.d.ts +4 -1
- package/resources/settings/integrations.d.ts.map +1 -1
- package/resources/settings/integrations.js +4 -1
- package/resources/settings/integrations.js.map +1 -1
- package/resources/settings/integrations.mjs +4 -1
- package/resources/settings/integrations.mjs.map +1 -1
- package/src/resources/auth/api-keys/api-keys.ts +1 -0
- package/src/resources/catalog/item-categories/item-categories.ts +5 -1
- package/src/resources/catalog/materials.ts +42 -1
- package/src/resources/catalog/parts.ts +15 -0
- package/src/resources/catalog/product-lines.ts +6 -1
- package/src/resources/catalog/products.ts +30 -1
- package/src/resources/catalog/properties/attributes.ts +2 -0
- package/src/resources/catalog/unit-groups/unit-groups.ts +11 -0
- package/src/resources/catalog/unit-groups/units.ts +2 -0
- package/src/resources/catalog/units.ts +8 -1
- package/src/resources/core/addresses/actions.ts +1 -0
- package/src/resources/core/audit-events.ts +3 -0
- package/src/resources/core/core.ts +2 -0
- package/src/resources/identity/account-users/account-users.ts +9 -0
- package/src/resources/messaging/conversations/conversations.ts +53 -2
- package/src/resources/messaging/conversations/index.ts +1 -0
- package/src/resources/messaging/conversations/links.ts +2 -0
- package/src/resources/messaging/conversations/messages.ts +23 -0
- package/src/resources/messaging/email-inboxes.ts +55 -1
- package/src/resources/messaging/groups/groups.ts +3 -0
- package/src/resources/messaging/groups/members.ts +1 -0
- package/src/resources/messaging/index.ts +1 -0
- package/src/resources/messaging/messages/messages.ts +1 -0
- package/src/resources/messaging/messaging.ts +2 -0
- package/src/resources/messaging/notifications/notifications.ts +6 -0
- package/src/resources/operations/carriers/carriers.ts +4 -1
- package/src/resources/operations/carriers/service-levels.ts +3 -0
- package/src/resources/operations/locations.ts +8 -1
- package/src/resources/operations/scanning-stations.ts +8 -1
- package/src/resources/operations/shipping-terms.ts +27 -2
- package/src/resources/sales/account-groups.ts +11 -1
- package/src/resources/sales/addresses.ts +16 -1
- package/src/resources/sales/customers/customers.ts +42 -13
- package/src/resources/sales/sales-orders.ts +13 -4
- package/src/resources/settings/integrations.ts +4 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- 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
|
-
* {
|
|
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
|
-
* {
|
|
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
|
*/
|
|
@@ -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
|
-
* {
|
|
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
|
*/
|
|
@@ -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: '
|
|
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
|
|
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,
|
|
@@ -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
|
-
* {
|
|
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 {
|
|
@@ -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
|
-
* {
|
|
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
|
-
* {
|
|
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
|
-
* {
|
|
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
|
*/
|