@augno/sdk 0.12.3 → 0.12.5

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 (181) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
  3. package/resources/auth/api-keys/api-keys.d.mts +4 -0
  4. package/resources/auth/api-keys/api-keys.d.mts.map +1 -1
  5. package/resources/auth/api-keys/api-keys.d.ts +4 -0
  6. package/resources/auth/api-keys/api-keys.d.ts.map +1 -1
  7. package/resources/auth/api-keys/api-keys.js.map +1 -1
  8. package/resources/auth/api-keys/api-keys.mjs.map +1 -1
  9. package/resources/core/audit-events.d.mts +3 -3
  10. package/resources/core/audit-events.d.mts.map +1 -1
  11. package/resources/core/audit-events.d.ts +3 -3
  12. package/resources/core/audit-events.d.ts.map +1 -1
  13. package/resources/core/core.d.mts +2 -2
  14. package/resources/core/core.d.mts.map +1 -1
  15. package/resources/core/core.d.ts +2 -2
  16. package/resources/core/core.d.ts.map +1 -1
  17. package/resources/core/core.js.map +1 -1
  18. package/resources/core/core.mjs.map +1 -1
  19. package/resources/core/request-logs.d.mts +11 -1
  20. package/resources/core/request-logs.d.mts.map +1 -1
  21. package/resources/core/request-logs.d.ts +11 -1
  22. package/resources/core/request-logs.d.ts.map +1 -1
  23. package/resources/identity/accounts.d.mts +34 -0
  24. package/resources/identity/accounts.d.mts.map +1 -0
  25. package/resources/identity/accounts.d.ts +34 -0
  26. package/resources/identity/accounts.d.ts.map +1 -0
  27. package/resources/identity/accounts.js +35 -0
  28. package/resources/identity/accounts.js.map +1 -0
  29. package/resources/identity/accounts.mjs +31 -0
  30. package/resources/identity/accounts.mjs.map +1 -0
  31. package/resources/identity/identity.d.mts +4 -0
  32. package/resources/identity/identity.d.mts.map +1 -1
  33. package/resources/identity/identity.d.ts +4 -0
  34. package/resources/identity/identity.d.ts.map +1 -1
  35. package/resources/identity/identity.js +4 -0
  36. package/resources/identity/identity.js.map +1 -1
  37. package/resources/identity/identity.mjs +4 -0
  38. package/resources/identity/identity.mjs.map +1 -1
  39. package/resources/identity/index.d.mts +1 -0
  40. package/resources/identity/index.d.mts.map +1 -1
  41. package/resources/identity/index.d.ts +1 -0
  42. package/resources/identity/index.d.ts.map +1 -1
  43. package/resources/identity/index.js +3 -1
  44. package/resources/identity/index.js.map +1 -1
  45. package/resources/identity/index.mjs +1 -0
  46. package/resources/identity/index.mjs.map +1 -1
  47. package/resources/messaging/announcements/announcements.d.mts +1 -1
  48. package/resources/messaging/announcements/announcements.d.mts.map +1 -1
  49. package/resources/messaging/announcements/announcements.d.ts +1 -1
  50. package/resources/messaging/announcements/announcements.d.ts.map +1 -1
  51. package/resources/messaging/announcements/announcements.js.map +1 -1
  52. package/resources/messaging/announcements/announcements.mjs.map +1 -1
  53. package/resources/messaging/conversations/conversations.d.mts +32 -19
  54. package/resources/messaging/conversations/conversations.d.mts.map +1 -1
  55. package/resources/messaging/conversations/conversations.d.ts +32 -19
  56. package/resources/messaging/conversations/conversations.d.ts.map +1 -1
  57. package/resources/messaging/conversations/conversations.js +2 -2
  58. package/resources/messaging/conversations/conversations.js.map +1 -1
  59. package/resources/messaging/conversations/conversations.mjs +2 -2
  60. package/resources/messaging/conversations/conversations.mjs.map +1 -1
  61. package/resources/messaging/conversations/links.d.mts +2 -2
  62. package/resources/messaging/conversations/links.d.mts.map +1 -1
  63. package/resources/messaging/conversations/links.d.ts +2 -2
  64. package/resources/messaging/conversations/links.d.ts.map +1 -1
  65. package/resources/messaging/conversations/messages.d.mts +2 -2
  66. package/resources/messaging/conversations/messages.d.mts.map +1 -1
  67. package/resources/messaging/conversations/messages.d.ts +2 -2
  68. package/resources/messaging/conversations/messages.d.ts.map +1 -1
  69. package/resources/messaging/notifications/notifications.d.mts +6 -6
  70. package/resources/messaging/notifications/notifications.d.mts.map +1 -1
  71. package/resources/messaging/notifications/notifications.d.ts +6 -6
  72. package/resources/messaging/notifications/notifications.d.ts.map +1 -1
  73. package/resources/messaging/notifications/notifications.js.map +1 -1
  74. package/resources/messaging/notifications/notifications.mjs.map +1 -1
  75. package/resources/sales/index.d.mts +1 -1
  76. package/resources/sales/index.d.mts.map +1 -1
  77. package/resources/sales/index.d.ts +1 -1
  78. package/resources/sales/index.d.ts.map +1 -1
  79. package/resources/sales/index.js +2 -2
  80. package/resources/sales/index.js.map +1 -1
  81. package/resources/sales/index.mjs +1 -1
  82. package/resources/sales/index.mjs.map +1 -1
  83. package/resources/sales/sales-orders/actions.d.mts +255 -0
  84. package/resources/sales/sales-orders/actions.d.mts.map +1 -0
  85. package/resources/sales/sales-orders/actions.d.ts +255 -0
  86. package/resources/sales/sales-orders/actions.d.ts.map +1 -0
  87. package/resources/sales/sales-orders/actions.js +156 -0
  88. package/resources/sales/sales-orders/actions.js.map +1 -0
  89. package/resources/sales/sales-orders/actions.mjs +152 -0
  90. package/resources/sales/sales-orders/actions.mjs.map +1 -0
  91. package/resources/sales/sales-orders/index.d.mts +4 -0
  92. package/resources/sales/sales-orders/index.d.mts.map +1 -0
  93. package/resources/sales/sales-orders/index.d.ts +4 -0
  94. package/resources/sales/sales-orders/index.d.ts.map +1 -0
  95. package/resources/sales/sales-orders/index.js +11 -0
  96. package/resources/sales/sales-orders/index.js.map +1 -0
  97. package/resources/sales/sales-orders/index.mjs +5 -0
  98. package/resources/sales/sales-orders/index.mjs.map +1 -0
  99. package/resources/sales/sales-orders/lines/actions.d.mts +56 -0
  100. package/resources/sales/sales-orders/lines/actions.d.mts.map +1 -0
  101. package/resources/sales/sales-orders/lines/actions.d.ts +56 -0
  102. package/resources/sales/sales-orders/lines/actions.d.ts.map +1 -0
  103. package/resources/sales/sales-orders/lines/actions.js +38 -0
  104. package/resources/sales/sales-orders/lines/actions.js.map +1 -0
  105. package/resources/sales/sales-orders/lines/actions.mjs +34 -0
  106. package/resources/sales/sales-orders/lines/actions.mjs.map +1 -0
  107. package/resources/sales/sales-orders/lines/index.d.mts +3 -0
  108. package/resources/sales/sales-orders/lines/index.d.mts.map +1 -0
  109. package/resources/sales/sales-orders/lines/index.d.ts +3 -0
  110. package/resources/sales/sales-orders/lines/index.d.ts.map +1 -0
  111. package/resources/sales/sales-orders/lines/index.js +9 -0
  112. package/resources/sales/sales-orders/lines/index.js.map +1 -0
  113. package/resources/sales/sales-orders/lines/index.mjs +4 -0
  114. package/resources/sales/sales-orders/lines/index.mjs.map +1 -0
  115. package/resources/sales/sales-orders/lines/lines.d.mts +208 -0
  116. package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -0
  117. package/resources/sales/sales-orders/lines/lines.d.ts +208 -0
  118. package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -0
  119. package/resources/sales/sales-orders/lines/lines.js +100 -0
  120. package/resources/sales/sales-orders/lines/lines.js.map +1 -0
  121. package/resources/sales/sales-orders/lines/lines.mjs +95 -0
  122. package/resources/sales/sales-orders/lines/lines.mjs.map +1 -0
  123. package/resources/sales/sales-orders/lines.d.mts +2 -0
  124. package/resources/sales/sales-orders/lines.d.mts.map +1 -0
  125. package/resources/sales/sales-orders/lines.d.ts +2 -0
  126. package/resources/sales/sales-orders/lines.d.ts.map +1 -0
  127. package/resources/sales/sales-orders/lines.js +6 -0
  128. package/resources/sales/sales-orders/lines.js.map +1 -0
  129. package/resources/sales/sales-orders/lines.mjs +3 -0
  130. package/resources/sales/sales-orders/lines.mjs.map +1 -0
  131. package/resources/sales/sales-orders/sales-orders.d.mts +1466 -0
  132. package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -0
  133. package/resources/sales/sales-orders/sales-orders.d.ts +1466 -0
  134. package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -0
  135. package/resources/sales/sales-orders/sales-orders.js +199 -0
  136. package/resources/sales/sales-orders/sales-orders.js.map +1 -0
  137. package/resources/sales/sales-orders/sales-orders.mjs +194 -0
  138. package/resources/sales/sales-orders/sales-orders.mjs.map +1 -0
  139. package/resources/sales/sales-orders.d.mts +1 -976
  140. package/resources/sales/sales-orders.d.mts.map +1 -1
  141. package/resources/sales/sales-orders.d.ts +1 -976
  142. package/resources/sales/sales-orders.d.ts.map +1 -1
  143. package/resources/sales/sales-orders.js +2 -76
  144. package/resources/sales/sales-orders.js.map +1 -1
  145. package/resources/sales/sales-orders.mjs +1 -74
  146. package/resources/sales/sales-orders.mjs.map +1 -1
  147. package/resources/sales/sales.d.mts +3 -3
  148. package/resources/sales/sales.d.mts.map +1 -1
  149. package/resources/sales/sales.d.ts +3 -3
  150. package/resources/sales/sales.d.ts.map +1 -1
  151. package/resources/sales/sales.js +2 -2
  152. package/resources/sales/sales.js.map +1 -1
  153. package/resources/sales/sales.mjs +2 -2
  154. package/resources/sales/sales.mjs.map +1 -1
  155. package/src/resources/auth/api-keys/api-keys.ts +5 -0
  156. package/src/resources/core/audit-events.ts +40 -7
  157. package/src/resources/core/core.ts +27 -5
  158. package/src/resources/core/request-logs.ts +46 -0
  159. package/src/resources/identity/accounts.ts +40 -0
  160. package/src/resources/identity/identity.ts +6 -0
  161. package/src/resources/identity/index.ts +1 -0
  162. package/src/resources/messaging/announcements/announcements.ts +2 -1
  163. package/src/resources/messaging/conversations/conversations.ts +75 -27
  164. package/src/resources/messaging/conversations/links.ts +28 -6
  165. package/src/resources/messaging/conversations/messages.ts +28 -6
  166. package/src/resources/messaging/notifications/notifications.ts +36 -10
  167. package/src/resources/sales/index.ts +16 -1
  168. package/src/resources/sales/sales-orders/actions.ts +316 -0
  169. package/src/resources/sales/sales-orders/index.ts +60 -0
  170. package/src/resources/sales/sales-orders/lines/actions.ts +72 -0
  171. package/src/resources/sales/sales-orders/lines/index.ts +17 -0
  172. package/src/resources/sales/sales-orders/lines/lines.ts +284 -0
  173. package/src/resources/sales/sales-orders/lines.ts +3 -0
  174. package/src/resources/sales/sales-orders/sales-orders.ts +1934 -0
  175. package/src/resources/sales/sales-orders.ts +1 -1232
  176. package/src/resources/sales/sales.ts +54 -24
  177. package/src/version.ts +1 -1
  178. package/version.d.mts +1 -1
  179. package/version.d.ts +1 -1
  180. package/version.js +1 -1
  181. package/version.mjs +1 -1
@@ -149,7 +149,7 @@ export interface Notification {
149
149
  * - `agent.alert`: an agent raised an alert during a run.
150
150
  * - `system.broadcast`: a targeted system message.
151
151
  */
152
- category: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast';
152
+ category: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast' | 'customer.registered';
153
153
  /**
154
154
  * Creation timestamp.
155
155
  */
@@ -304,7 +304,7 @@ export interface SendNotificationRequest {
304
304
  /**
305
305
  * Category of the notification.
306
306
  */
307
- category: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast';
307
+ category: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast' | 'customer.registered';
308
308
  /**
309
309
  * NotificationTargetInput selects what a notification send is aimed at.
310
310
  *
@@ -337,7 +337,7 @@ export interface SendNotificationRequest {
337
337
  * Set together with `link_resource_id` to point the notification at something the
338
338
  * recipient can open.
339
339
  */
340
- link_resource_type?: 'account' | 'actor' | 'entity' | 'record' | 'freight' | 'sales_order_totals' | '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' | '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' | 'public_account' | 'property' | 'carrier' | 'service_level' | 'item' | 'item_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | '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_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_oee_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_response' | 'create_production_run_response' | 'sales_order_price_quote' | 'hubspot_sync_job' | 'hubspot_sync_report' | 'hubspot_company_review' | 'hubspot_company_candidate' | 'contact_match' | 'reply_draft' | 'conversation_link' | 'messaging_group' | 'messaging_group_member' | 'portal_profile' | 'portal_registration_session' | 'portal_registration_session_data';
340
+ link_resource_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_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | '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_oee_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' | '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';
341
341
  /**
342
342
  * Delivery priority.
343
343
  */
@@ -347,7 +347,7 @@ export interface NotificationCreateParams {
347
347
  /**
348
348
  * Category of the notification.
349
349
  */
350
- category: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast';
350
+ category: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast' | 'customer.registered';
351
351
  /**
352
352
  * NotificationTargetInput selects what a notification send is aimed at.
353
353
  *
@@ -380,7 +380,7 @@ export interface NotificationCreateParams {
380
380
  * Set together with `link_resource_id` to point the notification at something the
381
381
  * recipient can open.
382
382
  */
383
- link_resource_type?: 'account' | 'actor' | 'entity' | 'record' | 'freight' | 'sales_order_totals' | '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' | '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' | 'public_account' | 'property' | 'carrier' | 'service_level' | 'item' | 'item_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | '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_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_oee_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_response' | 'create_production_run_response' | 'sales_order_price_quote' | 'hubspot_sync_job' | 'hubspot_sync_report' | 'hubspot_company_review' | 'hubspot_company_candidate' | 'contact_match' | 'reply_draft' | 'conversation_link' | 'messaging_group' | 'messaging_group_member' | 'portal_profile' | 'portal_registration_session' | 'portal_registration_session_data';
383
+ link_resource_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_inventory' | 'product' | 'batch' | 'batch_flow_node' | 'scanning_consumption' | 'open_batch_summary' | 'scanning_production_step_info' | 'scanning_station' | 'production_step' | 'production_run' | 'machine' | '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_oee_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' | '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';
384
384
  /**
385
385
  * Delivery priority.
386
386
  */
@@ -390,7 +390,7 @@ export interface NotificationListParams {
390
390
  /**
391
391
  * Filter by category.
392
392
  */
393
- category?: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast';
393
+ category?: 'chat.message' | 'chat.mention' | 'chat.added' | 'order.updated' | 'agent.run_completed' | 'agent.alert' | 'system.broadcast' | 'customer.registered';
394
394
  /**
395
395
  * Opaque cursor token identifying where the page of results starts.
396
396
  *
@@ -1 +1 @@
1
- {"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../src/resources/messaging/notifications/notifications.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../src/resources/messaging/notifications/notifications.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../../src/resources/messaging/notifications/notifications.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AAIrD,iEAAwC;AACxC,0CAMmB;AAGnB,0DAAoD;AAEpD;;GAEG;AACH,MAAa,aAAc,SAAQ,sBAAW;IAA9C;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAoGrE,CAAC;IAlGC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,+BAA+B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0CAA0C,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;OAUG;IACH,qBAAqB,CAAC,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CACF;AArGD,sCAqGC;AAu5BD,aAAa,CAAC,OAAO,GAAG,iBAAO,CAAC"}
1
+ {"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../../src/resources/messaging/notifications/notifications.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AAIrD,iEAAwC;AACxC,0CAMmB;AAGnB,0DAAoD;AAEpD;;GAEG;AACH,MAAa,aAAc,SAAQ,sBAAW;IAA9C;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAoGrE,CAAC;IAlGC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,+BAA+B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0CAA0C,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;OAUG;IACH,qBAAqB,CAAC,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CACF;AArGD,sCAqGC;AAi7BD,aAAa,CAAC,OAAO,GAAG,iBAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"notifications.mjs","sourceRoot":"","sources":["../../../src/resources/messaging/notifications/notifications.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,KAAK,UAAU;OACf,EAKL,OAAO,GACR;OAGM,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,WAAW;IAA9C;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAoGrE,CAAC;IAlGC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,+BAA+B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0CAA0C,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;OAUG;IACH,qBAAqB,CAAC,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CACF;AAu5BD,aAAa,CAAC,OAAO,GAAG,OAAO,CAAC"}
1
+ {"version":3,"file":"notifications.mjs","sourceRoot":"","sources":["../../../src/resources/messaging/notifications/notifications.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,KAAK,UAAU;OACf,EAKL,OAAO,GACR;OAGM,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,WAAW;IAA9C;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAoGrE,CAAC;IAlGC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAA8B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,+BAA+B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0CAA0C,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;OAUG;IACH,qBAAqB,CAAC,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CACF;AAi7BD,aAAa,CAAC,OAAO,GAAG,OAAO,CAAC"}
@@ -5,5 +5,5 @@ export { Contacts } from "./contacts/index.mjs";
5
5
  export { Customers, type Carrier, type CreateCustomerRequest, type Customer, type CustomerContactInfo, type CustomerDefaults, type CustomerFreightPreferences, type CustomerNotificationPreferences, type ListCustomer, type ListServiceLevel, type PaymentTerm, type QuantityInput, type ServiceLevel, type ShippingTerm, type UpdateCustomerRequest, type CustomerDeleteResponse, type CustomerListParams, type CustomerRetrieveParams, type CustomerCreateParams, type CustomerUpdateParams, } from "./customers/index.mjs";
6
6
  export { Priorities, type ListPriority, type Priority, type PriorityListParams, type PriorityRetrieveParams, } from "./priorities.mjs";
7
7
  export { Sales } from "./sales.mjs";
8
- export { SalesOrders, type CreateSalesOrderLineInput, type CreateSalesOrderRequest, type CreatedBy, type Freight, type ListRecord, type ListSalesOrder, type ListSalesOrderLine, type ListSalesOrderStatus, type OrderContact, type OrderDiscount, type Record, type SalesOrder, type SalesOrderEmailContactInput, type SalesOrderLine, type SalesOrderRelated, type SalesOrderStatus, type SalesOrderTotals, type SalesOrderRetrieveStatusesParams, type SalesOrderListParams, type SalesOrderCreateParams, } from "./sales-orders.mjs";
8
+ export { SalesOrders, type CheckoutSalesOrderRequest, type CheckoutSalesOrderResponse, type CreateSalesOrderLineInput, type CreateSalesOrderRequest, type CreatedBy, type Freight, type ListQuotedSalesOrderLine, type ListRecord, type ListSalesOrder, type ListSalesOrderLine, type ListSalesOrderStatus, type OrderContact, type OrderDiscount, type QuoteSalesOrderLineInput, type QuoteSalesOrderPricesRequest, type QuoteSalesOrderPricesResponse, type QuotedSalesOrderLine, type Record, type SalesOrder, type SalesOrderEmailContactInput, type SalesOrderLine, type SalesOrderQuoteRate, type SalesOrderRelated, type SalesOrderStageTotal, type SalesOrderStatus, type SalesOrderTotals, type UpdateSalesOrderRequest, type SalesOrderDeleteResponse, type SalesOrderRetrieveStatusesParams, type SalesOrderListParams, type SalesOrderRetrieveParams, type SalesOrderCreateParams, type SalesOrderUpdateParams, type SalesOrderCheckoutParams, type SalesOrderPriceQuoteParams, } from "./sales-orders/index.mjs";
9
9
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":"OAEO,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,GACjC;OACM,EACL,SAAS,EACT,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EAAE,QAAQ,EAAE;OACZ,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,UAAU,EACV,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE;OACT,EACL,WAAW,EACX,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,SAAS,EACd,KAAK,OAAO,EACZ,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,MAAM,EACX,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gCAAgC,EACrC,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,GAC5B"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":"OAEO,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,GACjC;OACM,EACL,SAAS,EACT,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EAAE,QAAQ,EAAE;OACZ,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,UAAU,EACV,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE;OACT,EACL,WAAW,EACX,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,SAAS,EACd,KAAK,OAAO,EACZ,KAAK,wBAAwB,EAC7B,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EACzB,KAAK,MAAM,EACX,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,GAChC"}
@@ -5,5 +5,5 @@ export { Contacts } from "./contacts/index.js";
5
5
  export { Customers, type Carrier, type CreateCustomerRequest, type Customer, type CustomerContactInfo, type CustomerDefaults, type CustomerFreightPreferences, type CustomerNotificationPreferences, type ListCustomer, type ListServiceLevel, type PaymentTerm, type QuantityInput, type ServiceLevel, type ShippingTerm, type UpdateCustomerRequest, type CustomerDeleteResponse, type CustomerListParams, type CustomerRetrieveParams, type CustomerCreateParams, type CustomerUpdateParams, } from "./customers/index.js";
6
6
  export { Priorities, type ListPriority, type Priority, type PriorityListParams, type PriorityRetrieveParams, } from "./priorities.js";
7
7
  export { Sales } from "./sales.js";
8
- export { SalesOrders, type CreateSalesOrderLineInput, type CreateSalesOrderRequest, type CreatedBy, type Freight, type ListRecord, type ListSalesOrder, type ListSalesOrderLine, type ListSalesOrderStatus, type OrderContact, type OrderDiscount, type Record, type SalesOrder, type SalesOrderEmailContactInput, type SalesOrderLine, type SalesOrderRelated, type SalesOrderStatus, type SalesOrderTotals, type SalesOrderRetrieveStatusesParams, type SalesOrderListParams, type SalesOrderCreateParams, } from "./sales-orders.js";
8
+ export { SalesOrders, type CheckoutSalesOrderRequest, type CheckoutSalesOrderResponse, type CreateSalesOrderLineInput, type CreateSalesOrderRequest, type CreatedBy, type Freight, type ListQuotedSalesOrderLine, type ListRecord, type ListSalesOrder, type ListSalesOrderLine, type ListSalesOrderStatus, type OrderContact, type OrderDiscount, type QuoteSalesOrderLineInput, type QuoteSalesOrderPricesRequest, type QuoteSalesOrderPricesResponse, type QuotedSalesOrderLine, type Record, type SalesOrder, type SalesOrderEmailContactInput, type SalesOrderLine, type SalesOrderQuoteRate, type SalesOrderRelated, type SalesOrderStageTotal, type SalesOrderStatus, type SalesOrderTotals, type UpdateSalesOrderRequest, type SalesOrderDeleteResponse, type SalesOrderRetrieveStatusesParams, type SalesOrderListParams, type SalesOrderRetrieveParams, type SalesOrderCreateParams, type SalesOrderUpdateParams, type SalesOrderCheckoutParams, type SalesOrderPriceQuoteParams, } from "./sales-orders/index.js";
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":"OAEO,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,GACjC;OACM,EACL,SAAS,EACT,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EAAE,QAAQ,EAAE;OACZ,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,UAAU,EACV,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE;OACT,EACL,WAAW,EACX,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,SAAS,EACd,KAAK,OAAO,EACZ,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,MAAM,EACX,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gCAAgC,EACrC,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,GAC5B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":"OAEO,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,GACjC;OACM,EACL,SAAS,EACT,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,GACzB;OACM,EAAE,QAAQ,EAAE;OACZ,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAC/B,KAAK,+BAA+B,EACpC,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,UAAU,EACV,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC5B;OACM,EAAE,KAAK,EAAE;OACT,EACL,WAAW,EACX,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,SAAS,EACd,KAAK,OAAO,EACZ,KAAK,wBAAwB,EAC7B,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EACzB,KAAK,MAAM,EACX,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,GAChC"}
@@ -16,6 +16,6 @@ var priorities_1 = require("./priorities.js");
16
16
  Object.defineProperty(exports, "Priorities", { enumerable: true, get: function () { return priorities_1.Priorities; } });
17
17
  var sales_1 = require("./sales.js");
18
18
  Object.defineProperty(exports, "Sales", { enumerable: true, get: function () { return sales_1.Sales; } });
19
- var sales_orders_1 = require("./sales-orders.js");
20
- Object.defineProperty(exports, "SalesOrders", { enumerable: true, get: function () { return sales_orders_1.SalesOrders; } });
19
+ var index_3 = require("./sales-orders/index.js");
20
+ Object.defineProperty(exports, "SalesOrders", { enumerable: true, get: function () { return index_3.SalesOrders; } });
21
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sDAU0B;AATxB,+GAAA,aAAa,OAAA;AAUf,0DAM4B;AAL1B,mHAAA,eAAe,OAAA;AAMjB,4CASqB;AARnB,sGAAA,SAAS,OAAA;AASX,6CAA4C;AAAnC,iGAAA,QAAQ,OAAA;AACjB,8CAqB2B;AApBzB,kGAAA,SAAS,OAAA;AAqBX,8CAMsB;AALpB,wGAAA,UAAU,OAAA;AAMZ,oCAAgC;AAAvB,8FAAA,KAAK,OAAA;AACd,kDAsBwB;AArBtB,2GAAA,WAAW,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sDAU0B;AATxB,+GAAA,aAAa,OAAA;AAUf,0DAM4B;AAL1B,mHAAA,eAAe,OAAA;AAMjB,4CASqB;AARnB,sGAAA,SAAS,OAAA;AASX,6CAA4C;AAAnC,iGAAA,QAAQ,OAAA;AACjB,8CAqB2B;AApBzB,kGAAA,SAAS,OAAA;AAqBX,8CAMsB;AALpB,wGAAA,UAAU,OAAA;AAMZ,oCAAgC;AAAvB,8FAAA,KAAK,OAAA;AACd,iDAqC8B;AApC5B,oGAAA,WAAW,OAAA"}
@@ -6,5 +6,5 @@ export { Contacts } from "./contacts/index.mjs";
6
6
  export { Customers, } from "./customers/index.mjs";
7
7
  export { Priorities, } from "./priorities.mjs";
8
8
  export { Sales } from "./sales.mjs";
9
- export { SalesOrders, } from "./sales-orders.mjs";
9
+ export { SalesOrders, } from "./sales-orders/index.mjs";
10
10
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,aAAa,GASd;OACM,EACL,eAAe,GAKhB;OACM,EACL,SAAS,GAQV;OACM,EAAE,QAAQ,EAAE;OACZ,EACL,SAAS,GAoBV;OACM,EACL,UAAU,GAKX;OACM,EAAE,KAAK,EAAE;OACT,EACL,WAAW,GAqBZ"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/sales/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,aAAa,GASd;OACM,EACL,eAAe,GAKhB;OACM,EACL,SAAS,GAQV;OACM,EAAE,QAAQ,EAAE;OACZ,EACL,SAAS,GAoBV;OACM,EACL,UAAU,GAKX;OACM,EAAE,KAAK,EAAE;OACT,EACL,WAAW,GAoCZ"}
@@ -0,0 +1,255 @@
1
+ import { APIResource } from "../../../core/resource.mjs";
2
+ import * as BlocksAPI from "../../messaging/blocks.mjs";
3
+ import * as SalesOrdersAPI from "./sales-orders.mjs";
4
+ import { APIPromise } from "../../../core/api-promise.mjs";
5
+ import { RequestOptions } from "../../../internal/request-options.mjs";
6
+ /**
7
+ * List, view, create, update, and delete sales orders.
8
+ */
9
+ export declare class Actions extends APIResource {
10
+ /**
11
+ * Deletes multiple sales orders in a single atomic operation.
12
+ *
13
+ * Fulfilled orders cannot be deleted; if any requested order fails this check, no
14
+ * orders are deleted.
15
+ *
16
+ * This endpoint requires the permission: `sales_orders:delete`.
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * const response =
21
+ * await client.sales.salesOrders.actions.bulkDelete({
22
+ * sales_order_ids: ['or_01d5034136c3ccc048abecc312'],
23
+ * });
24
+ * ```
25
+ */
26
+ bulkDelete(body: ActionBulkDeleteParams, options?: RequestOptions): APIPromise<ActionBulkDeleteResponse>;
27
+ /**
28
+ * Issues a sales order, transitioning it from `estimate` to `issued`.
29
+ *
30
+ * Issuing commits the order for fulfillment: a pick is created for the order's
31
+ * sale lines and inventory is reserved for each line tied to an inventory item.
32
+ *
33
+ * This endpoint requires the permission: `sales_orders:update`.
34
+ *
35
+ * @example
36
+ * ```ts
37
+ * const salesOrder =
38
+ * await client.sales.salesOrders.actions.issue(
39
+ * 'or_01d5034136c3ccc048abecc312',
40
+ * { notify_customer: true },
41
+ * );
42
+ * ```
43
+ */
44
+ issue(id: string, body: ActionIssueParams, options?: RequestOptions): APIPromise<SalesOrdersAPI.SalesOrder>;
45
+ /**
46
+ * Unissues a sales order, transitioning it from `issued` back to `estimate`.
47
+ *
48
+ * Deletes the order's pick and releases any inventory reserved when the order was
49
+ * issued.
50
+ *
51
+ * This endpoint requires the permission: `sales_orders:update`.
52
+ *
53
+ * @example
54
+ * ```ts
55
+ * const salesOrder =
56
+ * await client.sales.salesOrders.actions.unissue(
57
+ * 'or_01d5034136c3ccc048abecc312',
58
+ * );
59
+ * ```
60
+ */
61
+ unissue(id: string, options?: RequestOptions): APIPromise<SalesOrdersAPI.SalesOrder>;
62
+ /**
63
+ * Closes a sales order, transitioning it from `issued` to `fulfilled`.
64
+ *
65
+ * Sets the order's completion timestamp and marks its pick as finished.
66
+ *
67
+ * This endpoint requires the permission: `sales_orders:update`.
68
+ *
69
+ * @example
70
+ * ```ts
71
+ * const salesOrder =
72
+ * await client.sales.salesOrders.actions.close(
73
+ * 'or_01d5034136c3ccc048abecc312',
74
+ * );
75
+ * ```
76
+ */
77
+ close(id: string, options?: RequestOptions): APIPromise<SalesOrdersAPI.SalesOrder>;
78
+ /**
79
+ * Reopens a sales order, transitioning it from `fulfilled` back to `issued`.
80
+ *
81
+ * Clears the order's completion timestamp and marks its pick as unfinished.
82
+ *
83
+ * This endpoint requires the permission: `sales_orders:update`.
84
+ *
85
+ * @example
86
+ * ```ts
87
+ * const salesOrder =
88
+ * await client.sales.salesOrders.actions.open(
89
+ * 'or_01d5034136c3ccc048abecc312',
90
+ * );
91
+ * ```
92
+ */
93
+ open(id: string, options?: RequestOptions): APIPromise<SalesOrdersAPI.SalesOrder>;
94
+ /**
95
+ * Re-estimates the freight (shipping) charge for an order using the latest carrier
96
+ * rates.
97
+ *
98
+ * Computes what the order's freight charge would be from its current ship-to
99
+ * address, carrier, service level, and line items — applying the same
100
+ * freight-exemption, flat-rate, and live carrier-rate logic used when the order is
101
+ * created. The order is not modified: the returned amount is a quote to review,
102
+ * and callers apply it by updating the order's shipping line. Use this to refresh
103
+ * freight after changing the address or line items, or at any time to re-price
104
+ * against current rates.
105
+ *
106
+ * This endpoint requires the permission: `sales_orders:read`.
107
+ *
108
+ * @example
109
+ * ```ts
110
+ * const quoteSalesOrderFreightResponse =
111
+ * await client.sales.salesOrders.actions.quoteFreight(
112
+ * 'or_01d5034136c3ccc048abecc312',
113
+ * );
114
+ * ```
115
+ */
116
+ quoteFreight(id: string, options?: RequestOptions): APIPromise<QuoteSalesOrderFreightResponse>;
117
+ /**
118
+ * Creates a production run from a sales order.
119
+ *
120
+ * Creates a batch for each of the order's item-backed lines, reserves the material
121
+ * inventory required to produce them, and links the run to the order. An order can
122
+ * have at most one production run.
123
+ *
124
+ * This endpoint requires the permission: `production_runs:create`.
125
+ *
126
+ * @example
127
+ * ```ts
128
+ * const productionRun =
129
+ * await client.sales.salesOrders.actions.createProductionRun(
130
+ * 'or_01d5034136c3ccc048abecc312',
131
+ * );
132
+ * ```
133
+ */
134
+ createProductionRun(id: string, params?: ActionCreateProductionRunParams | null | undefined, options?: RequestOptions): APIPromise<ProductionRun>;
135
+ }
136
+ /**
137
+ * Request to bulk delete sales orders.
138
+ */
139
+ export interface BulkDeleteSalesOrdersRequest {
140
+ /**
141
+ * IDs of the sales orders to delete.
142
+ */
143
+ sales_order_ids: Array<string>;
144
+ }
145
+ /**
146
+ * Request to issue a sales order.
147
+ */
148
+ export interface IssueSalesOrderRequest {
149
+ /**
150
+ * Whether to notify the customer.
151
+ *
152
+ * When `true`, the order acknowledgement email is sent to the contacts configured
153
+ * on the order and the order's `acknowledgment_status` is set to `sent`.
154
+ */
155
+ notify_customer: boolean;
156
+ }
157
+ /**
158
+ * Production run resource.
159
+ */
160
+ export interface ProductionRun {
161
+ /**
162
+ * Production run ID.
163
+ */
164
+ id: string;
165
+ /**
166
+ * Number of batches currently recorded against this run.
167
+ */
168
+ batch_count: number;
169
+ /**
170
+ * Time the run was marked complete.
171
+ *
172
+ * Set automatically once every batch in the run has been scanned or deleted, and
173
+ * unset while the run is still in progress. Once set, the run can no longer be
174
+ * updated and new batches can no longer be added.
175
+ */
176
+ completed_at: string | null;
177
+ /**
178
+ * Creation timestamp.
179
+ */
180
+ created_at: string;
181
+ /**
182
+ * Production run number, unique per account.
183
+ *
184
+ * Assigned automatically at creation as the next sequential number for the
185
+ * account; can be changed via update.
186
+ */
187
+ number: string;
188
+ /**
189
+ * Resource type identifier.
190
+ */
191
+ object: 'production_run';
192
+ /**
193
+ * A user's membership in an account, carrying the account-specific status, role,
194
+ * and department.
195
+ *
196
+ * Profile fields (name, email, username, image URL) live on the expandable `user`
197
+ * sub-resource, which is shared across every account the user belongs to.
198
+ */
199
+ responsible_user: BlocksAPI.AccountUser | null;
200
+ /**
201
+ * Time the run started production.
202
+ *
203
+ * Set automatically when the first batch in the run is scanned, and unset until
204
+ * then.
205
+ */
206
+ started_at: string | null;
207
+ /**
208
+ * Last-updated timestamp.
209
+ */
210
+ updated_at: string;
211
+ }
212
+ /**
213
+ * The freshly estimated freight charge for a sales order.
214
+ */
215
+ export interface QuoteSalesOrderFreightResponse {
216
+ /**
217
+ * Resource type identifier.
218
+ */
219
+ object: 'sales_order_freight_quote';
220
+ /**
221
+ * A per-unit rate on a sales-order quote.
222
+ *
223
+ * A lightweight, unpersisted variant of a rate: it carries no ID or timestamps
224
+ * because a quote is computed on demand and never stored.
225
+ */
226
+ unit_price: SalesOrdersAPI.SalesOrderQuoteRate | null;
227
+ }
228
+ export interface ActionBulkDeleteResponse {
229
+ }
230
+ export interface ActionBulkDeleteParams {
231
+ /**
232
+ * IDs of the sales orders to delete.
233
+ */
234
+ sales_order_ids: Array<string>;
235
+ }
236
+ export interface ActionIssueParams {
237
+ /**
238
+ * Whether to notify the customer.
239
+ *
240
+ * When `true`, the order acknowledgement email is sent to the contacts configured
241
+ * on the order and the order's `acknowledgment_status` is set to `sent`.
242
+ */
243
+ notify_customer: boolean;
244
+ }
245
+ export interface ActionCreateProductionRunParams {
246
+ /**
247
+ * Sub-objects to expand in the response. When omitted, sub-objects are returned as
248
+ * `null`.
249
+ */
250
+ include?: Array<'responsible_user' | 'responsible_user.user'>;
251
+ }
252
+ export declare namespace Actions {
253
+ export { type BulkDeleteSalesOrdersRequest as BulkDeleteSalesOrdersRequest, type IssueSalesOrderRequest as IssueSalesOrderRequest, type ProductionRun as ProductionRun, type QuoteSalesOrderFreightResponse as QuoteSalesOrderFreightResponse, type ActionBulkDeleteResponse as ActionBulkDeleteResponse, type ActionBulkDeleteParams as ActionBulkDeleteParams, type ActionIssueParams as ActionIssueParams, type ActionCreateProductionRunParams as ActionCreateProductionRunParams, };
254
+ }
255
+ //# sourceMappingURL=actions.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions.d.mts","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/actions.ts"],"names":[],"mappings":"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"}