@augno/sdk 0.18.0 → 0.18.2
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 +2 -7
- package/package.json +1 -1
- package/resources/ai/memories.d.mts +6 -6
- package/resources/ai/memories.d.mts.map +1 -1
- package/resources/ai/memories.d.ts +6 -6
- package/resources/ai/memories.d.ts.map +1 -1
- package/resources/auth/api-keys/api-keys.d.mts +8 -0
- package/resources/auth/api-keys/api-keys.d.mts.map +1 -1
- package/resources/auth/api-keys/api-keys.d.ts +8 -0
- package/resources/auth/api-keys/api-keys.d.ts.map +1 -1
- package/resources/auth/api-keys/api-keys.js.map +1 -1
- package/resources/auth/api-keys/api-keys.mjs.map +1 -1
- package/resources/catalog/items/attributes.d.mts +3 -0
- package/resources/catalog/items/attributes.d.mts.map +1 -1
- package/resources/catalog/items/attributes.d.ts +3 -0
- package/resources/catalog/items/attributes.d.ts.map +1 -1
- package/resources/catalog/items/attributes.js +3 -0
- package/resources/catalog/items/attributes.js.map +1 -1
- package/resources/catalog/items/attributes.mjs +3 -0
- package/resources/catalog/items/attributes.mjs.map +1 -1
- package/resources/catalog/materials/materials.d.mts +6 -0
- package/resources/catalog/materials/materials.d.mts.map +1 -1
- package/resources/catalog/materials/materials.d.ts +6 -0
- package/resources/catalog/materials/materials.d.ts.map +1 -1
- package/resources/catalog/materials/materials.js.map +1 -1
- package/resources/catalog/materials/materials.mjs.map +1 -1
- package/resources/catalog/parts/parts.d.mts +6 -0
- package/resources/catalog/parts/parts.d.mts.map +1 -1
- package/resources/catalog/parts/parts.d.ts +6 -0
- package/resources/catalog/parts/parts.d.ts.map +1 -1
- package/resources/catalog/parts/parts.js.map +1 -1
- package/resources/catalog/parts/parts.mjs.map +1 -1
- package/resources/catalog/products/products.d.mts +6 -4
- package/resources/catalog/products/products.d.mts.map +1 -1
- package/resources/catalog/products/products.d.ts +6 -4
- package/resources/catalog/products/products.d.ts.map +1 -1
- package/resources/catalog/products/products.js.map +1 -1
- package/resources/catalog/products/products.mjs.map +1 -1
- package/resources/core/actions.d.mts +73 -0
- package/resources/core/actions.d.mts.map +1 -0
- package/resources/core/actions.d.ts +73 -0
- package/resources/core/actions.d.ts.map +1 -0
- package/resources/core/actions.js +36 -0
- package/resources/core/actions.js.map +1 -0
- package/resources/core/actions.mjs +32 -0
- package/resources/core/actions.mjs.map +1 -0
- package/resources/core/audit-events.d.mts +4 -4
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +4 -4
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/core.d.mts +6 -2
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +6 -2
- package/resources/core/core.d.ts.map +1 -1
- package/resources/core/core.js +4 -0
- package/resources/core/core.js.map +1 -1
- package/resources/core/core.mjs +4 -0
- package/resources/core/core.mjs.map +1 -1
- package/resources/core/index.d.mts +1 -0
- package/resources/core/index.d.mts.map +1 -1
- package/resources/core/index.d.ts +1 -0
- package/resources/core/index.d.ts.map +1 -1
- package/resources/core/index.js +3 -1
- package/resources/core/index.js.map +1 -1
- package/resources/core/index.mjs +1 -0
- package/resources/core/index.mjs.map +1 -1
- package/resources/core/jobs.d.mts +1 -1
- package/resources/core/jobs.d.mts.map +1 -1
- package/resources/core/jobs.d.ts +1 -1
- package/resources/core/jobs.d.ts.map +1 -1
- package/resources/messaging/conversations/conversations.d.mts +3 -3
- package/resources/messaging/conversations/conversations.d.mts.map +1 -1
- package/resources/messaging/conversations/conversations.d.ts +3 -3
- package/resources/messaging/conversations/conversations.d.ts.map +1 -1
- package/resources/messaging/conversations/conversations.js.map +1 -1
- package/resources/messaging/conversations/conversations.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 +2 -2
- package/resources/messaging/conversations/messages.d.mts.map +1 -1
- package/resources/messaging/conversations/messages.d.ts +2 -2
- package/resources/messaging/conversations/messages.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.d.mts +2 -2
- package/resources/messaging/notifications/notifications.d.mts.map +1 -1
- package/resources/messaging/notifications/notifications.d.ts +2 -2
- package/resources/messaging/notifications/notifications.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.js.map +1 -1
- package/resources/messaging/notifications/notifications.mjs.map +1 -1
- package/resources/operations/index.d.mts +2 -1
- package/resources/operations/index.d.mts.map +1 -1
- package/resources/operations/index.d.ts +2 -1
- package/resources/operations/index.d.ts.map +1 -1
- package/resources/operations/index.js +9 -7
- package/resources/operations/index.js.map +1 -1
- package/resources/operations/index.mjs +1 -0
- package/resources/operations/index.mjs.map +1 -1
- package/resources/operations/machine-downtime-events.d.mts +56 -7
- package/resources/operations/machine-downtime-events.d.mts.map +1 -1
- package/resources/operations/machine-downtime-events.d.ts +56 -7
- package/resources/operations/machine-downtime-events.d.ts.map +1 -1
- package/resources/operations/machine-downtime-events.js +11 -7
- package/resources/operations/machine-downtime-events.js.map +1 -1
- package/resources/operations/machine-downtime-events.mjs +11 -7
- package/resources/operations/machine-downtime-events.mjs.map +1 -1
- package/resources/operations/operating-calendars/closures.d.mts +173 -0
- package/resources/operations/operating-calendars/closures.d.mts.map +1 -0
- package/resources/operations/operating-calendars/closures.d.ts +173 -0
- package/resources/operations/operating-calendars/closures.d.ts.map +1 -0
- package/resources/operations/operating-calendars/closures.js +81 -0
- package/resources/operations/operating-calendars/closures.js.map +1 -0
- package/resources/operations/operating-calendars/closures.mjs +77 -0
- package/resources/operations/operating-calendars/closures.mjs.map +1 -0
- package/resources/operations/operating-calendars/index.d.mts +3 -0
- package/resources/operations/operating-calendars/index.d.mts.map +1 -0
- package/resources/operations/operating-calendars/index.d.ts +3 -0
- package/resources/operations/operating-calendars/index.d.ts.map +1 -0
- package/resources/operations/operating-calendars/index.js +9 -0
- package/resources/operations/operating-calendars/index.js.map +1 -0
- package/resources/operations/operating-calendars/index.mjs +4 -0
- package/resources/operations/operating-calendars/index.mjs.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.d.mts +332 -0
- package/resources/operations/operating-calendars/operating-calendars.d.mts.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.d.ts +332 -0
- package/resources/operations/operating-calendars/operating-calendars.d.ts.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.js +129 -0
- package/resources/operations/operating-calendars/operating-calendars.js.map +1 -0
- package/resources/operations/operating-calendars/operating-calendars.mjs +124 -0
- package/resources/operations/operating-calendars/operating-calendars.mjs.map +1 -0
- package/resources/operations/operating-calendars.d.mts +2 -0
- package/resources/operations/operating-calendars.d.mts.map +1 -0
- package/resources/operations/operating-calendars.d.ts +2 -0
- package/resources/operations/operating-calendars.d.ts.map +1 -0
- package/resources/operations/operating-calendars.js +6 -0
- package/resources/operations/operating-calendars.js.map +1 -0
- package/resources/operations/operating-calendars.mjs +3 -0
- package/resources/operations/operating-calendars.mjs.map +1 -0
- package/resources/operations/operations.d.mts +6 -2
- package/resources/operations/operations.d.mts.map +1 -1
- package/resources/operations/operations.d.ts +6 -2
- package/resources/operations/operations.d.ts.map +1 -1
- package/resources/operations/operations.js +4 -0
- package/resources/operations/operations.js.map +1 -1
- package/resources/operations/operations.mjs +4 -0
- package/resources/operations/operations.mjs.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +43 -12
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +43 -12
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -1
- package/resources/operations/production-schedules/actions.d.mts +34 -1
- package/resources/operations/production-schedules/actions.d.mts.map +1 -1
- package/resources/operations/production-schedules/actions.d.ts +34 -1
- package/resources/operations/production-schedules/actions.d.ts.map +1 -1
- package/resources/operations/production-schedules/actions.js +8 -0
- package/resources/operations/production-schedules/actions.js.map +1 -1
- package/resources/operations/production-schedules/actions.mjs +8 -0
- package/resources/operations/production-schedules/actions.mjs.map +1 -1
- package/resources/operations/production-schedules/index.d.mts +1 -1
- package/resources/operations/production-schedules/index.d.mts.map +1 -1
- package/resources/operations/production-schedules/index.d.ts +1 -1
- package/resources/operations/production-schedules/index.d.ts.map +1 -1
- package/resources/operations/production-schedules/index.js.map +1 -1
- package/resources/operations/production-schedules/index.mjs.map +1 -1
- package/resources/operations/production-schedules/lines.d.mts +10 -6
- package/resources/operations/production-schedules/lines.d.mts.map +1 -1
- package/resources/operations/production-schedules/lines.d.ts +10 -6
- package/resources/operations/production-schedules/lines.d.ts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.d.mts +295 -2
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.d.ts +295 -2
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.js +42 -0
- package/resources/operations/production-schedules/production-schedules.js.map +1 -1
- package/resources/operations/production-schedules/production-schedules.mjs +42 -0
- package/resources/operations/production-schedules/production-schedules.mjs.map +1 -1
- package/resources/sales/account-groups.d.mts +2 -1
- package/resources/sales/account-groups.d.mts.map +1 -1
- package/resources/sales/account-groups.d.ts +2 -1
- package/resources/sales/account-groups.d.ts.map +1 -1
- package/resources/sales/account-prices/account-prices.d.mts +10 -1
- package/resources/sales/account-prices/account-prices.d.mts.map +1 -1
- package/resources/sales/account-prices/account-prices.d.ts +10 -1
- package/resources/sales/account-prices/account-prices.d.ts.map +1 -1
- package/resources/sales/account-prices/account-prices.js.map +1 -1
- package/resources/sales/account-prices/account-prices.mjs.map +1 -1
- package/resources/sales/addresses.d.mts +20 -0
- package/resources/sales/addresses.d.mts.map +1 -1
- package/resources/sales/addresses.d.ts +20 -0
- package/resources/sales/addresses.d.ts.map +1 -1
- package/resources/sales/customers/customers.d.mts +72 -14
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +72 -14
- package/resources/sales/customers/customers.d.ts.map +1 -1
- package/resources/sales/customers/customers.js +10 -5
- package/resources/sales/customers/customers.js.map +1 -1
- package/resources/sales/customers/customers.mjs +10 -5
- package/resources/sales/customers/customers.mjs.map +1 -1
- package/resources/sales/customers/index.d.mts +1 -1
- package/resources/sales/customers/index.d.mts.map +1 -1
- package/resources/sales/customers/index.d.ts +1 -1
- package/resources/sales/customers/index.d.ts.map +1 -1
- package/resources/sales/customers/index.js.map +1 -1
- package/resources/sales/customers/index.mjs.map +1 -1
- package/resources/sales/index.d.mts +1 -1
- package/resources/sales/index.d.mts.map +1 -1
- package/resources/sales/index.d.ts +1 -1
- package/resources/sales/index.d.ts.map +1 -1
- package/resources/sales/index.js.map +1 -1
- package/resources/sales/index.mjs.map +1 -1
- package/resources/sales/sales-orders/actions.d.mts +217 -1
- package/resources/sales/sales-orders/actions.d.mts.map +1 -1
- package/resources/sales/sales-orders/actions.d.ts +217 -1
- package/resources/sales/sales-orders/actions.d.ts.map +1 -1
- package/resources/sales/sales-orders/actions.js +36 -0
- package/resources/sales/sales-orders/actions.js.map +1 -1
- package/resources/sales/sales-orders/actions.mjs +36 -0
- package/resources/sales/sales-orders/actions.mjs.map +1 -1
- package/resources/sales/sales-orders/index.d.mts +1 -1
- package/resources/sales/sales-orders/index.d.mts.map +1 -1
- package/resources/sales/sales-orders/index.d.ts +1 -1
- package/resources/sales/sales-orders/index.d.ts.map +1 -1
- package/resources/sales/sales-orders/index.js.map +1 -1
- package/resources/sales/sales-orders/index.mjs.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.mts +105 -9
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.ts +105 -9
- package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.js.map +1 -1
- package/resources/sales/sales-orders/sales-orders.mjs.map +1 -1
- package/resources/sales/sales.d.mts +2 -2
- package/resources/sales/sales.d.mts.map +1 -1
- package/resources/sales/sales.d.ts +2 -2
- package/resources/sales/sales.d.ts.map +1 -1
- package/resources/sales/sales.js.map +1 -1
- package/resources/sales/sales.mjs.map +1 -1
- package/src/resources/ai/memories.ts +6 -6
- package/src/resources/auth/api-keys/api-keys.ts +9 -0
- package/src/resources/catalog/items/attributes.ts +3 -0
- package/src/resources/catalog/materials/materials.ts +6 -0
- package/src/resources/catalog/parts/parts.ts +6 -0
- package/src/resources/catalog/products/products.ts +6 -4
- package/src/resources/core/actions.ts +89 -0
- package/src/resources/core/audit-events.ts +16 -0
- package/src/resources/core/core.ts +19 -0
- package/src/resources/core/index.ts +6 -0
- package/src/resources/core/jobs.ts +4 -0
- package/src/resources/messaging/conversations/conversations.ts +12 -0
- package/src/resources/messaging/conversations/links.ts +8 -0
- package/src/resources/messaging/conversations/messages.ts +8 -0
- package/src/resources/messaging/notifications/notifications.ts +8 -0
- package/src/resources/operations/index.ts +15 -0
- package/src/resources/operations/machine-downtime-events.ts +62 -7
- package/src/resources/operations/operating-calendars/closures.ts +223 -0
- package/src/resources/operations/operating-calendars/index.ts +23 -0
- package/src/resources/operations/operating-calendars/operating-calendars.ts +427 -0
- package/src/resources/operations/operating-calendars.ts +3 -0
- package/src/resources/operations/operations.ts +36 -0
- package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +49 -12
- package/src/resources/operations/production-schedules/actions.ts +37 -1
- package/src/resources/operations/production-schedules/index.ts +4 -0
- package/src/resources/operations/production-schedules/lines.ts +10 -6
- package/src/resources/operations/production-schedules/production-schedules.ts +354 -1
- package/src/resources/sales/account-groups.ts +2 -1
- package/src/resources/sales/account-prices/account-prices.ts +11 -1
- package/src/resources/sales/addresses.ts +24 -0
- package/src/resources/sales/customers/customers.ts +90 -14
- package/src/resources/sales/customers/index.ts +1 -0
- package/src/resources/sales/index.ts +1 -0
- package/src/resources/sales/sales-orders/actions.ts +266 -0
- package/src/resources/sales/sales-orders/index.ts +4 -0
- package/src/resources/sales/sales-orders/sales-orders.ts +131 -7
- package/src/resources/sales/sales.ts +2 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Actions, type BulkDeleteSalesOrdersRequest, type IssueSalesOrderRequest, type ProductionRun, type QuoteSalesOrderFreightResponse, type ActionBulkDeleteResponse, type ActionBulkDeleteParams, type ActionIssueParams, type ActionCreateProductionRunParams, } from "./actions.js";
|
|
1
|
+
export { Actions, type BulkDeleteSalesOrdersRequest, type CommitmentQuoteStep, type IssueSalesOrderRequest, type ProductionRun, type QuoteSalesOrderCommitmentRequest, type QuoteSalesOrderCommitmentResponse, type QuoteSalesOrderFreightResponse, type ActionBulkDeleteResponse, type ActionBulkDeleteParams, type ActionIssueParams, type ActionQuoteCommitmentParams, type ActionCreateProductionRunParams, } from "./actions.js";
|
|
2
2
|
export { Lines, type CreateSalesOrderLineRequest, type UpdateSalesOrderLineRequest, type LineDeleteResponse, type LineCreateParams, type LineUpdateParams, type LineDeleteParams, } from "./lines/index.js";
|
|
3
3
|
export { SalesOrders, type CheckoutSalesOrderRequest, type CheckoutSalesOrderResponse, type ComputedRate, type CreateSalesOrderLineInput, type CreateSalesOrderRequest, type CreatedBy, type Freight, type ListQuotedSalesOrderLine, type ListRecord, type ListSalesOrder, type ListSalesOrderLine, type ListSalesOrderStatus, type OrderContact, type QuoteSalesOrderLineInput, type QuoteSalesOrderPricesRequest, type QuoteSalesOrderPricesResponse, type QuotedSalesOrderLine, type Record, type SalesOrder, type SalesOrderEmailContactInput, type SalesOrderLine, 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.js";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,8BAA8B,EACnC,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,GACrC;OACM,EACL,KAAK,EACL,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EACL,WAAW,EACX,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,YAAY,EACjB,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,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EACzB,KAAK,MAAM,EACX,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,4BAA4B,EACjC,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EACtC,KAAK,8BAA8B,EACnC,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,2BAA2B,EAChC,KAAK,+BAA+B,GACrC;OACM,EACL,KAAK,EACL,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EACL,WAAW,EACX,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,YAAY,EACjB,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,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EACzB,KAAK,MAAM,EACX,KAAK,UAAU,EACf,KAAK,2BAA2B,EAChC,KAAK,cAAc,EACnB,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAcmB;AAbjB,kGAAA,OAAO,OAAA;AAcT,0CAQuB;AAPrB,8FAAA,KAAK,OAAA;AAQP,kDAoCwB;AAnCtB,2GAAA,WAAW,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,OAAO,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,OAAO,GAaR;OACM,EACL,KAAK,GAON;OACM,EACL,WAAW,GAmCZ"}
|
|
@@ -9,7 +9,7 @@ import * as UnitsAPI from "../../catalog/units/units.mjs";
|
|
|
9
9
|
import * as AccountPricesAPI from "../account-prices/account-prices.mjs";
|
|
10
10
|
import * as OrderDiscountsAPI from "../order-discounts/order-discounts.mjs";
|
|
11
11
|
import * as ActionsAPI from "./actions.mjs";
|
|
12
|
-
import { ActionBulkDeleteParams, ActionBulkDeleteResponse, ActionCreateProductionRunParams, ActionIssueParams, Actions, BulkDeleteSalesOrdersRequest, IssueSalesOrderRequest, ProductionRun, QuoteSalesOrderFreightResponse } from "./actions.mjs";
|
|
12
|
+
import { ActionBulkDeleteParams, ActionBulkDeleteResponse, ActionCreateProductionRunParams, ActionIssueParams, ActionQuoteCommitmentParams, Actions, BulkDeleteSalesOrdersRequest, CommitmentQuoteStep, IssueSalesOrderRequest, ProductionRun, QuoteSalesOrderCommitmentRequest, QuoteSalesOrderCommitmentResponse, QuoteSalesOrderFreightResponse } from "./actions.mjs";
|
|
13
13
|
import * as LinesAPI from "./lines/lines.mjs";
|
|
14
14
|
import { CreateSalesOrderLineRequest, LineCreateParams, LineDeleteParams, LineDeleteResponse, LineUpdateParams, Lines, UpdateSalesOrderLineRequest } from "./lines/lines.mjs";
|
|
15
15
|
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
@@ -362,6 +362,14 @@ export interface CreateSalesOrderRequest {
|
|
|
362
362
|
* Each must be a user on the customer's account.
|
|
363
363
|
*/
|
|
364
364
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
365
|
+
/**
|
|
366
|
+
* Days between this order being issued and it being due to ship, replacing the
|
|
367
|
+
* customer's standing lead time for this order alone.
|
|
368
|
+
*
|
|
369
|
+
* Already a ship lead time, so no carrier transit is subtracted from it. Mutually
|
|
370
|
+
* exclusive with promised_at and ship_by_override_date.
|
|
371
|
+
*/
|
|
372
|
+
lead_time_override_days?: number;
|
|
365
373
|
/**
|
|
366
374
|
* Free-form note about the order.
|
|
367
375
|
*/
|
|
@@ -382,6 +390,11 @@ export interface CreateSalesOrderRequest {
|
|
|
382
390
|
payment_term_id?: string;
|
|
383
391
|
/**
|
|
384
392
|
* Date delivery is promised to the customer.
|
|
393
|
+
*
|
|
394
|
+
* The order's ship-by date is worked back from this: the goods have to reach the
|
|
395
|
+
* customer on a day they receive, so transit and both operating calendars are
|
|
396
|
+
* subtracted from it. Mutually exclusive with lead_time_override_days and
|
|
397
|
+
* ship_by_override_date.
|
|
385
398
|
*/
|
|
386
399
|
promised_at?: string;
|
|
387
400
|
/**
|
|
@@ -401,6 +414,15 @@ export interface CreateSalesOrderRequest {
|
|
|
401
414
|
* level unset.
|
|
402
415
|
*/
|
|
403
416
|
service_level_id?: string;
|
|
417
|
+
/**
|
|
418
|
+
* The exact date the order is due to ship, bypassing transit and the customer's
|
|
419
|
+
* receiving days.
|
|
420
|
+
*
|
|
421
|
+
* Still moved back to the nearest earlier day the plant ships on, since a date
|
|
422
|
+
* nobody can ship on is not a deadline. Mutually exclusive with promised_at and
|
|
423
|
+
* lead_time_override_days.
|
|
424
|
+
*/
|
|
425
|
+
ship_by_override_date?: string;
|
|
404
426
|
/**
|
|
405
427
|
* ID of the shipping terms for the order.
|
|
406
428
|
*
|
|
@@ -765,6 +787,14 @@ export interface SalesOrder {
|
|
|
765
787
|
* invoices, and shipments.
|
|
766
788
|
*/
|
|
767
789
|
bill_to_address: APIKeysAPI.Address | null;
|
|
790
|
+
/**
|
|
791
|
+
* Days the customer's receiving calendar and the plant's shipping calendar pulled
|
|
792
|
+
* the ship-by date back, beyond what carrier transit accounted for.
|
|
793
|
+
*
|
|
794
|
+
* Zero means every date along the way already fell on an open day. This is what
|
|
795
|
+
* explains a ship-by date that is earlier than transit alone would suggest.
|
|
796
|
+
*/
|
|
797
|
+
calendar_adjustment_days: number | null;
|
|
768
798
|
/**
|
|
769
799
|
* When the order was fulfilled and closed.
|
|
770
800
|
*/
|
|
@@ -818,10 +848,15 @@ export interface SalesOrder {
|
|
|
818
848
|
* Calendar days between issue and the ship-by date.
|
|
819
849
|
*/
|
|
820
850
|
lead_time_days: number | null;
|
|
851
|
+
/**
|
|
852
|
+
* Days between issue and the ship-by date, set on this order alone in place of the
|
|
853
|
+
* customer's standing lead time.
|
|
854
|
+
*/
|
|
855
|
+
lead_time_override_days: number | null;
|
|
821
856
|
/**
|
|
822
857
|
* Which rule produced the ship-by date.
|
|
823
858
|
*/
|
|
824
|
-
lead_time_source: 'customer' | 'account_group' | 'account' | 'manual' | null;
|
|
859
|
+
lead_time_source: 'customer' | 'parent_customer' | 'account_group' | 'account' | 'manual' | 'order_lead_time' | 'order_ship_by' | null;
|
|
825
860
|
/**
|
|
826
861
|
* Number of lines on this order.
|
|
827
862
|
*/
|
|
@@ -887,19 +922,34 @@ export interface SalesOrder {
|
|
|
887
922
|
* with an action.
|
|
888
923
|
*/
|
|
889
924
|
sales_rep: RequestLogsAPI.Actor | null;
|
|
925
|
+
/**
|
|
926
|
+
* The ship-by date at the plant's pickup cutoff — the moment freight has to be
|
|
927
|
+
* tendered by, not just the day.
|
|
928
|
+
*
|
|
929
|
+
* Only set when the account's shipping calendar carries a cutoff time.
|
|
930
|
+
*/
|
|
931
|
+
ship_by_cutoff_at: string | null;
|
|
890
932
|
/**
|
|
891
933
|
* Date this order is contractually due to ship.
|
|
892
934
|
*
|
|
893
935
|
* Stamped when the order is issued. With a promised delivery date, this is that
|
|
894
|
-
* date less the carrier's transit for the order's lane
|
|
895
|
-
* the day the order has to leave to arrive when
|
|
896
|
-
*
|
|
936
|
+
* date less the carrier's transit for the order's lane and less any day the
|
|
937
|
+
* customer cannot receive on — the day the order has to leave to arrive when
|
|
938
|
+
* promised. Otherwise it comes from a lead time, whether this order's own or the
|
|
939
|
+
* one on the customer, its parent account, its account group, or the account.
|
|
897
940
|
*
|
|
898
|
-
*
|
|
899
|
-
*
|
|
900
|
-
*
|
|
941
|
+
* Always a day the plant actually ships on, whichever rule produced it.
|
|
942
|
+
*
|
|
943
|
+
* It is not recomputed afterwards, so neither renegotiating a customer's lead
|
|
944
|
+
* time, nor a later carrier estimate, nor a holiday added to a calendar moves
|
|
945
|
+
* commitments already made. Cleared if the order is unissued.
|
|
901
946
|
*/
|
|
902
947
|
ship_by_date: string | null;
|
|
948
|
+
/**
|
|
949
|
+
* The ship date pinned on this order, bypassing transit and the customer's
|
|
950
|
+
* receiving days.
|
|
951
|
+
*/
|
|
952
|
+
ship_by_override_date: string | null;
|
|
903
953
|
/**
|
|
904
954
|
* A saved address that can be used for billing and shipping on sales orders,
|
|
905
955
|
* invoices, and shipments.
|
|
@@ -1240,6 +1290,12 @@ export interface UpdateSalesOrderRequest {
|
|
|
1240
1290
|
* untouched.
|
|
1241
1291
|
*/
|
|
1242
1292
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
1293
|
+
/**
|
|
1294
|
+
* Days between this order being issued and it being due to ship, replacing the
|
|
1295
|
+
* customer's standing lead time for this order alone. Mutually exclusive with
|
|
1296
|
+
* promised_at and ship_by_override_date; clear one to switch to another.
|
|
1297
|
+
*/
|
|
1298
|
+
lead_time_override_days?: number | null;
|
|
1243
1299
|
/**
|
|
1244
1300
|
* Free-form note about the order.
|
|
1245
1301
|
*/
|
|
@@ -1271,6 +1327,11 @@ export interface UpdateSalesOrderRequest {
|
|
|
1271
1327
|
* ID of the carrier service level the order ships on.
|
|
1272
1328
|
*/
|
|
1273
1329
|
service_level_id?: string | null;
|
|
1330
|
+
/**
|
|
1331
|
+
* The exact date the order is due to ship, bypassing transit and the customer's
|
|
1332
|
+
* receiving days. Mutually exclusive with promised_at and lead_time_override_days.
|
|
1333
|
+
*/
|
|
1334
|
+
ship_by_override_date?: string | null;
|
|
1274
1335
|
/**
|
|
1275
1336
|
* Shipping address ID.
|
|
1276
1337
|
*
|
|
@@ -1474,6 +1535,14 @@ export interface SalesOrderCreateParams {
|
|
|
1474
1535
|
* Each must be a user on the customer's account.
|
|
1475
1536
|
*/
|
|
1476
1537
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
1538
|
+
/**
|
|
1539
|
+
* Body param: Days between this order being issued and it being due to ship,
|
|
1540
|
+
* replacing the customer's standing lead time for this order alone.
|
|
1541
|
+
*
|
|
1542
|
+
* Already a ship lead time, so no carrier transit is subtracted from it. Mutually
|
|
1543
|
+
* exclusive with promised_at and ship_by_override_date.
|
|
1544
|
+
*/
|
|
1545
|
+
lead_time_override_days?: number;
|
|
1477
1546
|
/**
|
|
1478
1547
|
* Body param: Free-form note about the order.
|
|
1479
1548
|
*/
|
|
@@ -1495,6 +1564,11 @@ export interface SalesOrderCreateParams {
|
|
|
1495
1564
|
payment_term_id?: string;
|
|
1496
1565
|
/**
|
|
1497
1566
|
* Body param: Date delivery is promised to the customer.
|
|
1567
|
+
*
|
|
1568
|
+
* The order's ship-by date is worked back from this: the goods have to reach the
|
|
1569
|
+
* customer on a day they receive, so transit and both operating calendars are
|
|
1570
|
+
* subtracted from it. Mutually exclusive with lead_time_override_days and
|
|
1571
|
+
* ship_by_override_date.
|
|
1498
1572
|
*/
|
|
1499
1573
|
promised_at?: string;
|
|
1500
1574
|
/**
|
|
@@ -1514,6 +1588,15 @@ export interface SalesOrderCreateParams {
|
|
|
1514
1588
|
* level unset.
|
|
1515
1589
|
*/
|
|
1516
1590
|
service_level_id?: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* Body param: The exact date the order is due to ship, bypassing transit and the
|
|
1593
|
+
* customer's receiving days.
|
|
1594
|
+
*
|
|
1595
|
+
* Still moved back to the nearest earlier day the plant ships on, since a date
|
|
1596
|
+
* nobody can ship on is not a deadline. Mutually exclusive with promised_at and
|
|
1597
|
+
* lead_time_override_days.
|
|
1598
|
+
*/
|
|
1599
|
+
ship_by_override_date?: string;
|
|
1517
1600
|
/**
|
|
1518
1601
|
* Body param: ID of the shipping terms for the order.
|
|
1519
1602
|
*
|
|
@@ -1584,6 +1667,13 @@ export interface SalesOrderUpdateParams {
|
|
|
1584
1667
|
* untouched.
|
|
1585
1668
|
*/
|
|
1586
1669
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
1670
|
+
/**
|
|
1671
|
+
* Body param: Days between this order being issued and it being due to ship,
|
|
1672
|
+
* replacing the customer's standing lead time for this order alone. Mutually
|
|
1673
|
+
* exclusive with promised_at and ship_by_override_date; clear one to switch to
|
|
1674
|
+
* another.
|
|
1675
|
+
*/
|
|
1676
|
+
lead_time_override_days?: number | null;
|
|
1587
1677
|
/**
|
|
1588
1678
|
* Body param: Free-form note about the order.
|
|
1589
1679
|
*/
|
|
@@ -1615,6 +1705,12 @@ export interface SalesOrderUpdateParams {
|
|
|
1615
1705
|
* Body param: ID of the carrier service level the order ships on.
|
|
1616
1706
|
*/
|
|
1617
1707
|
service_level_id?: string | null;
|
|
1708
|
+
/**
|
|
1709
|
+
* Body param: The exact date the order is due to ship, bypassing transit and the
|
|
1710
|
+
* customer's receiving days. Mutually exclusive with promised_at and
|
|
1711
|
+
* lead_time_override_days.
|
|
1712
|
+
*/
|
|
1713
|
+
ship_by_override_date?: string | null;
|
|
1618
1714
|
/**
|
|
1619
1715
|
* Body param: Shipping address ID.
|
|
1620
1716
|
*
|
|
@@ -1645,7 +1741,7 @@ export interface SalesOrderPriceQuoteParams {
|
|
|
1645
1741
|
}
|
|
1646
1742
|
export declare namespace SalesOrders {
|
|
1647
1743
|
export { type CheckoutSalesOrderRequest as CheckoutSalesOrderRequest, type CheckoutSalesOrderResponse as CheckoutSalesOrderResponse, type ComputedRate as ComputedRate, type CreateSalesOrderLineInput as CreateSalesOrderLineInput, type CreateSalesOrderRequest as CreateSalesOrderRequest, type CreatedBy as CreatedBy, type Freight as Freight, type ListQuotedSalesOrderLine as ListQuotedSalesOrderLine, type ListRecord as ListRecord, type ListSalesOrder as ListSalesOrder, type ListSalesOrderLine as ListSalesOrderLine, type ListSalesOrderStatus as ListSalesOrderStatus, type OrderContact as OrderContact, type QuoteSalesOrderLineInput as QuoteSalesOrderLineInput, type QuoteSalesOrderPricesRequest as QuoteSalesOrderPricesRequest, type QuoteSalesOrderPricesResponse as QuoteSalesOrderPricesResponse, type QuotedSalesOrderLine as QuotedSalesOrderLine, type Record as Record, type SalesOrder as SalesOrder, type SalesOrderEmailContactInput as SalesOrderEmailContactInput, type SalesOrderLine as SalesOrderLine, type SalesOrderRelated as SalesOrderRelated, type SalesOrderStageTotal as SalesOrderStageTotal, type SalesOrderStatus as SalesOrderStatus, type SalesOrderTotals as SalesOrderTotals, type UpdateSalesOrderRequest as UpdateSalesOrderRequest, type SalesOrderDeleteResponse as SalesOrderDeleteResponse, type SalesOrderRetrieveStatusesParams as SalesOrderRetrieveStatusesParams, type SalesOrderListParams as SalesOrderListParams, type SalesOrderRetrieveParams as SalesOrderRetrieveParams, type SalesOrderCreateParams as SalesOrderCreateParams, type SalesOrderUpdateParams as SalesOrderUpdateParams, type SalesOrderCheckoutParams as SalesOrderCheckoutParams, type SalesOrderPriceQuoteParams as SalesOrderPriceQuoteParams, };
|
|
1648
|
-
export { Actions as Actions, 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, };
|
|
1744
|
+
export { Actions as Actions, type BulkDeleteSalesOrdersRequest as BulkDeleteSalesOrdersRequest, type CommitmentQuoteStep as CommitmentQuoteStep, type IssueSalesOrderRequest as IssueSalesOrderRequest, type ProductionRun as ProductionRun, type QuoteSalesOrderCommitmentRequest as QuoteSalesOrderCommitmentRequest, type QuoteSalesOrderCommitmentResponse as QuoteSalesOrderCommitmentResponse, type QuoteSalesOrderFreightResponse as QuoteSalesOrderFreightResponse, type ActionBulkDeleteResponse as ActionBulkDeleteResponse, type ActionBulkDeleteParams as ActionBulkDeleteParams, type ActionIssueParams as ActionIssueParams, type ActionQuoteCommitmentParams as ActionQuoteCommitmentParams, type ActionCreateProductionRunParams as ActionCreateProductionRunParams, };
|
|
1649
1745
|
export { Lines as Lines, type CreateSalesOrderLineRequest as CreateSalesOrderLineRequest, type UpdateSalesOrderLineRequest as UpdateSalesOrderLineRequest, type LineDeleteResponse as LineDeleteResponse, type LineCreateParams as LineCreateParams, type LineUpdateParams as LineUpdateParams, type LineDeleteParams as LineDeleteParams, };
|
|
1650
1746
|
}
|
|
1651
1747
|
//# sourceMappingURL=sales-orders.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales-orders.d.mts","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/sales-orders.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sales-orders.d.mts","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/sales-orders.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,cAAc;OACnB,KAAK,UAAU;OACf,KAAK,QAAQ;OACb,KAAK,YAAY;OACjB,KAAK,eAAe;OACpB,KAAK,WAAW;OAChB,KAAK,QAAQ;OACb,KAAK,gBAAgB;OACrB,KAAK,iBAAiB;OACtB,KAAK,UAAU;OACf,EACL,sBAAsB,EACtB,wBAAwB,EACxB,+BAA+B,EAC/B,iBAAiB,EACjB,2BAA2B,EAC3B,OAAO,EACP,4BAA4B,EAC5B,mBAAmB,EACnB,sBAAsB,EACtB,aAAa,EACb,gCAAgC,EAChC,iCAAiC,EACjC,8BAA8B,EAC/B;OACM,KAAK,QAAQ;OACb,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,KAAK,EACL,2BAA2B,EAC5B;OACM,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAoC;IAEzD;;;;;;;;;;;;;OAaG;IACH,gBAAgB,CACd,KAAK,GAAE,gCAAgC,GAAG,IAAI,GAAG,SAAc,EAC/D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,oBAAoB,CAAC;IAInC;;;;;;;;;;;;;;;OAeG;IACH,IAAI,CACF,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,cAAc,CAAC;IAI7B;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,KAAK,GAAE,wBAAwB,GAAG,IAAI,GAAG,SAAc,EACvD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,UAAU,CAAC;IAIzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,UAAU,CAAC;IAKxF;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,sBAAsB,GAAG,IAAI,GAAG,SAAc,EACtD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,UAAU,CAAC;IAKzB;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAIlF;;;;;;;;;;;;;;;;;;;OAmBG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,0BAA0B,CAAC;IAIzC;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,UAAU,CACR,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,6BAA6B,CAAC;CAG7C;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,MAAM,EAAE,sBAAsB,CAAC;CAChC;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,gBAAgB,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,cAAc,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IAErC;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IAExB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;;GAMG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;IACH,QAAQ,EAAE,eAAe,CAAC,aAAa,CAAC;IAExC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC,SAAS,CAAC;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;;;OAKG;IACH,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAExC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAEpE;;;OAGG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IAExC;;;;;;OAMG;IACH,oBAAoB,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAEhD;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IAExC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAE5D;;;;;;OAMG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;;;;;OAOG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,KAAK,EAAE,cAAc,CAAC,KAAK,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;IAErB;;;;;;OAMG;IACH,QAAQ,EAAE,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;CAC9C;AAED;;;;;GAKG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;;;;OAKG;IACH,YAAY,EAAE,QAAQ,GAAG,aAAa,GAAG,IAAI,CAAC;IAE9C;;;;;;OAMG;IACH,OAAO,EAAE,gBAAgB,CAAC,OAAO,GAAG,IAAI,CAAC;IAEzC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;IAElB;;;;;;;;;;OAUG;IACH,MAAM,EAAE,cAAc,GAAG,gBAAgB,GAAG,IAAI,CAAC;IAEjD;;;;;OAKG;IACH,aAAa,EAAE,gBAAgB,CAAC,YAAY,GAAG,IAAI,CAAC;CACrD;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEpB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAE9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;;;OAQG;IACH,SAAS,EAAE,UAAU,CAAC,QAAQ,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE/B;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;IACH,QAAQ,EAAE,eAAe,CAAC,aAAa,CAAC;CACzC;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;CACxC;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,KAAK,EAAE,wBAAwB,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,MAAM,EAAE,yBAAyB,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,MAAM,EAAE,8BAA8B,CAAC;IAEvC;;;;;;;OAOG;IACH,OAAO,EAAE,WAAW,CAAC,OAAO,GAAG,IAAI,CAAC;IAEpC;;;;;;;OAOG;IACH,UAAU,EAAE,YAAY,GAAG,IAAI,CAAC;CACjC;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAEpC;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAC;IAEjB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB;;;;;;;;;;;;;;;;OAgBG;IACH,IAAI,EACA,aAAa,GACb,gBAAgB,GAChB,iBAAiB,GACjB,MAAM,GACN,UAAU,GACV,UAAU,GACV,gBAAgB,GAChB,SAAS,GACT,aAAa,GACb,YAAY,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;OAMG;IACH,qBAAqB,EAAE,UAAU,GAAG,MAAM,CAAC;IAE3C;;;OAGG;IACH,eAAe,EAAE,UAAU,CAAC,OAAO,GAAG,IAAI,CAAC;IAE3C;;;;;;OAMG;IACH,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IAExC;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,QAAQ,EAAE,YAAY,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;IACH,UAAU,EAAE,SAAS,GAAG,IAAI,CAAC;IAE7B;;;OAGG;IACH,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,GAAG,IAAI,CAAC;IAE3C;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9C;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;;;OAKG;IACH,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IAExB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;;OAGG;IACH,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,gBAAgB,EACZ,UAAU,GACV,iBAAiB,GACjB,eAAe,GACf,SAAS,GACT,QAAQ,GACR,iBAAiB,GACjB,eAAe,GACf,IAAI,CAAC;IAET;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,KAAK,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAEjC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,EAAE,aAAa,CAAC;IAEtB;;;;;;OAMG;IACH,cAAc,EAAE,iBAAiB,CAAC,aAAa,GAAG,IAAI,CAAC;IAEvD;;OAEG;IACH,kBAAkB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAElC;;;OAGG;IACH,cAAc,EAAE,QAAQ,GAAG,gBAAgB,GAAG,MAAM,CAAC;IAErD;;;OAGG;IACH,YAAY,EAAE,gBAAgB,CAAC,WAAW,GAAG,IAAI,CAAC;IAElD;;OAEG;IACH,QAAQ,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;IAEpC;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;;;;OAKG;IACH,OAAO,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAElC;;;OAGG;IACH,SAAS,EAAE,cAAc,CAAC,KAAK,GAAG,IAAI,CAAC;IAEvC;;;;;OAKG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;;;;;;;;;;;;;OAcG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;;OAGG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IAErC;;;OAGG;IACH,eAAe,EAAE,UAAU,CAAC,OAAO,GAAG,IAAI,CAAC;IAE3C;;;;;;;OAOG;IACH,aAAa,EAAE,gBAAgB,CAAC,YAAY,GAAG,IAAI,CAAC;IAEpD;;;;;;;;;;OAUG;IACH,MAAM,EAAE,UAAU,GAAG,QAAQ,GAAG,WAAW,CAAC;IAE5C;;;;;;OAMG;IACH,MAAM,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAEhC;;;;;;OAMG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,cAAc,EAAE,cAAc,GAAG,eAAe,GAAG,IAAI,CAAC;IAExD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,MAAM,EAAE,kBAAkB,CAAC;IAE3B;;;;;;;OAOG;IACH,OAAO,EAAE,WAAW,CAAC,OAAO,GAAG,IAAI,CAAC;IAEpC;;;OAGG;IACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;;;;;OAMG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;;OAMG;IACH,gBAAgB,EAAE,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;IAE3C;;;;;;OAMG;IACH,MAAM,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAEhC;;;OAGG;IACH,SAAS,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IAEhC;;;OAGG;IACH,UAAU,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;IAEjC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,QAAQ,EAAE,UAAU,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE,qBAAqB,CAAC;IAE9B;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;;;;;;;OAQG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;;OAGG;IACH,SAAS,EAAE,UAAU,GAAG,IAAI,CAAC;CAC9B;AAED;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;OAMG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,yBAAyB,CAAC;CACnC;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;;OAOG;IACH,IAAI,EAAE,UAAU,GAAG,QAAQ,GAAG,WAAW,CAAC;IAE1C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,oBAAoB,CAAC;IAE7B;;OAEG;IACH,KAAK,EAAE,UAAU,CAAC,KAAK,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,EAAE,oBAAoB,CAAC;IAE/B;;OAEG;IACH,MAAM,EAAE,oBAAoB,CAAC;IAE7B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,EAAE,oBAAoB,CAAC;IAE7B;;;OAGG;IACH,MAAM,EAAE,oBAAoB,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;;;OAKG;IACH,8BAA8B,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAEpE;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAE5C;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,8BAA8B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/C;;;;;;OAMG;IACH,oBAAoB,CAAC,EAAE,QAAQ,GAAG,aAAa,GAAG,IAAI,CAAC;IAEvD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,8BAA8B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/C;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAE5D;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,wBAAwB;CAAG;AAE5C,MAAM,WAAW,gCAAgC;IAC/C;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,oBAAoB;IACnC;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEnC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,UAAU,GACV,WAAW,GACX,YAAY,GACZ,iBAAiB,GACjB,iBAAiB,GACjB,SAAS,GACT,cAAc,GACd,eAAe,GACf,gBAAgB,GAChB,QAAQ,GACR,UAAU,GACV,cAAc,GACd,wBAAwB,GACxB,mBAAmB,GACnB,kBAAkB,GAClB,OAAO,GACP,eAAe,GACf,oBAAoB,GACpB,6BAA6B,GAC7B,wCAAwC,GACxC,wCAAwC,GACxC,kDAAkD,GAClD,yDAAyD,GACzD,8DAA8D,GAC9D,4BAA4B,GAC5B,wBAAwB,GACxB,6BAA6B,GAC7B,kBAAkB,GAClB,iCAAiC,GACjC,mCAAmC,GACnC,iBAAiB,GACjB,gCAAgC,GAChC,kCAAkC,GAClC,cAAc,CACjB,CAAC;IAEF;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEjC;;;;OAIG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,UAAU,GACV,WAAW,GACX,YAAY,GACZ,iBAAiB,GACjB,iBAAiB,GACjB,SAAS,GACT,cAAc,GACd,eAAe,GACf,gBAAgB,GAChB,QAAQ,GACR,UAAU,GACV,cAAc,GACd,wBAAwB,GACxB,mBAAmB,GACnB,kBAAkB,GAClB,OAAO,GACP,eAAe,GACf,oBAAoB,GACpB,6BAA6B,GAC7B,wCAAwC,GACxC,wCAAwC,GACxC,kDAAkD,GAClD,yDAAyD,GACzD,8DAA8D,GAC9D,4BAA4B,GAC5B,wBAAwB,GACxB,6BAA6B,GAC7B,kBAAkB,GAClB,iCAAiC,GACjC,mCAAmC,GACnC,iBAAiB,GACjB,gCAAgC,GAChC,kCAAkC,GAClC,cAAc,CACjB,CAAC;CACH;AAED,MAAM,WAAW,sBAAsB;IACrC;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;;;OAKG;IACH,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAExC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,UAAU,GACV,WAAW,GACX,iBAAiB,GACjB,iBAAiB,GACjB,SAAS,GACT,cAAc,GACd,eAAe,GACf,gBAAgB,GAChB,QAAQ,GACR,UAAU,GACV,cAAc,GACd,wBAAwB,GACxB,mBAAmB,GACnB,kBAAkB,GAClB,OAAO,GACP,eAAe,GACf,wBAAwB,GACxB,6BAA6B,GAC7B,kBAAkB,GAClB,iCAAiC,GACjC,mCAAmC,GACnC,iBAAiB,GACjB,gCAAgC,GAChC,kCAAkC,GAClC,cAAc,CACjB,CAAC;IAEF;;;;;OAKG;IACH,8BAA8B,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAEpE;;;OAGG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IAExC;;;;;;OAMG;IACH,oBAAoB,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAEhD;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IAExC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAE5D;;;;;;OAMG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;;;;;OAOG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CACX,UAAU,GACV,WAAW,GACX,iBAAiB,GACjB,iBAAiB,GACjB,SAAS,GACT,cAAc,GACd,eAAe,GACf,gBAAgB,GAChB,QAAQ,GACR,UAAU,GACV,cAAc,GACd,wBAAwB,GACxB,mBAAmB,GACnB,kBAAkB,GAClB,OAAO,GACP,eAAe,GACf,wBAAwB,GACxB,6BAA6B,GAC7B,kBAAkB,GAClB,iCAAiC,GACjC,mCAAmC,GACnC,iBAAiB,GACjB,gCAAgC,GAChC,kCAAkC,GAClC,cAAc,CACjB,CAAC;IAEF;;;;;OAKG;IACH,8BAA8B,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAEpE;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAE5C;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,8BAA8B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/C;;;;;;OAMG;IACH,oBAAoB,CAAC,EAAE,QAAQ,GAAG,aAAa,GAAG,IAAI,CAAC;IAEvD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,8BAA8B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/C;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAE5D;;;;;OAKG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;CACxC;AAKD,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,0BAA0B,IAAI,0BAA0B,GAC9D,CAAC;IAEF,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,+BAA+B,IAAI,+BAA+B,GACxE,CAAC;IAEF,OAAO,EACL,KAAK,IAAI,KAAK,EACd,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,gBAAgB,IAAI,gBAAgB,GAC1C,CAAC;CACH"}
|
|
@@ -9,7 +9,7 @@ import * as UnitsAPI from "../../catalog/units/units.js";
|
|
|
9
9
|
import * as AccountPricesAPI from "../account-prices/account-prices.js";
|
|
10
10
|
import * as OrderDiscountsAPI from "../order-discounts/order-discounts.js";
|
|
11
11
|
import * as ActionsAPI from "./actions.js";
|
|
12
|
-
import { ActionBulkDeleteParams, ActionBulkDeleteResponse, ActionCreateProductionRunParams, ActionIssueParams, Actions, BulkDeleteSalesOrdersRequest, IssueSalesOrderRequest, ProductionRun, QuoteSalesOrderFreightResponse } from "./actions.js";
|
|
12
|
+
import { ActionBulkDeleteParams, ActionBulkDeleteResponse, ActionCreateProductionRunParams, ActionIssueParams, ActionQuoteCommitmentParams, Actions, BulkDeleteSalesOrdersRequest, CommitmentQuoteStep, IssueSalesOrderRequest, ProductionRun, QuoteSalesOrderCommitmentRequest, QuoteSalesOrderCommitmentResponse, QuoteSalesOrderFreightResponse } from "./actions.js";
|
|
13
13
|
import * as LinesAPI from "./lines/lines.js";
|
|
14
14
|
import { CreateSalesOrderLineRequest, LineCreateParams, LineDeleteParams, LineDeleteResponse, LineUpdateParams, Lines, UpdateSalesOrderLineRequest } from "./lines/lines.js";
|
|
15
15
|
import { APIPromise } from "../../../core/api-promise.js";
|
|
@@ -362,6 +362,14 @@ export interface CreateSalesOrderRequest {
|
|
|
362
362
|
* Each must be a user on the customer's account.
|
|
363
363
|
*/
|
|
364
364
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
365
|
+
/**
|
|
366
|
+
* Days between this order being issued and it being due to ship, replacing the
|
|
367
|
+
* customer's standing lead time for this order alone.
|
|
368
|
+
*
|
|
369
|
+
* Already a ship lead time, so no carrier transit is subtracted from it. Mutually
|
|
370
|
+
* exclusive with promised_at and ship_by_override_date.
|
|
371
|
+
*/
|
|
372
|
+
lead_time_override_days?: number;
|
|
365
373
|
/**
|
|
366
374
|
* Free-form note about the order.
|
|
367
375
|
*/
|
|
@@ -382,6 +390,11 @@ export interface CreateSalesOrderRequest {
|
|
|
382
390
|
payment_term_id?: string;
|
|
383
391
|
/**
|
|
384
392
|
* Date delivery is promised to the customer.
|
|
393
|
+
*
|
|
394
|
+
* The order's ship-by date is worked back from this: the goods have to reach the
|
|
395
|
+
* customer on a day they receive, so transit and both operating calendars are
|
|
396
|
+
* subtracted from it. Mutually exclusive with lead_time_override_days and
|
|
397
|
+
* ship_by_override_date.
|
|
385
398
|
*/
|
|
386
399
|
promised_at?: string;
|
|
387
400
|
/**
|
|
@@ -401,6 +414,15 @@ export interface CreateSalesOrderRequest {
|
|
|
401
414
|
* level unset.
|
|
402
415
|
*/
|
|
403
416
|
service_level_id?: string;
|
|
417
|
+
/**
|
|
418
|
+
* The exact date the order is due to ship, bypassing transit and the customer's
|
|
419
|
+
* receiving days.
|
|
420
|
+
*
|
|
421
|
+
* Still moved back to the nearest earlier day the plant ships on, since a date
|
|
422
|
+
* nobody can ship on is not a deadline. Mutually exclusive with promised_at and
|
|
423
|
+
* lead_time_override_days.
|
|
424
|
+
*/
|
|
425
|
+
ship_by_override_date?: string;
|
|
404
426
|
/**
|
|
405
427
|
* ID of the shipping terms for the order.
|
|
406
428
|
*
|
|
@@ -765,6 +787,14 @@ export interface SalesOrder {
|
|
|
765
787
|
* invoices, and shipments.
|
|
766
788
|
*/
|
|
767
789
|
bill_to_address: APIKeysAPI.Address | null;
|
|
790
|
+
/**
|
|
791
|
+
* Days the customer's receiving calendar and the plant's shipping calendar pulled
|
|
792
|
+
* the ship-by date back, beyond what carrier transit accounted for.
|
|
793
|
+
*
|
|
794
|
+
* Zero means every date along the way already fell on an open day. This is what
|
|
795
|
+
* explains a ship-by date that is earlier than transit alone would suggest.
|
|
796
|
+
*/
|
|
797
|
+
calendar_adjustment_days: number | null;
|
|
768
798
|
/**
|
|
769
799
|
* When the order was fulfilled and closed.
|
|
770
800
|
*/
|
|
@@ -818,10 +848,15 @@ export interface SalesOrder {
|
|
|
818
848
|
* Calendar days between issue and the ship-by date.
|
|
819
849
|
*/
|
|
820
850
|
lead_time_days: number | null;
|
|
851
|
+
/**
|
|
852
|
+
* Days between issue and the ship-by date, set on this order alone in place of the
|
|
853
|
+
* customer's standing lead time.
|
|
854
|
+
*/
|
|
855
|
+
lead_time_override_days: number | null;
|
|
821
856
|
/**
|
|
822
857
|
* Which rule produced the ship-by date.
|
|
823
858
|
*/
|
|
824
|
-
lead_time_source: 'customer' | 'account_group' | 'account' | 'manual' | null;
|
|
859
|
+
lead_time_source: 'customer' | 'parent_customer' | 'account_group' | 'account' | 'manual' | 'order_lead_time' | 'order_ship_by' | null;
|
|
825
860
|
/**
|
|
826
861
|
* Number of lines on this order.
|
|
827
862
|
*/
|
|
@@ -887,19 +922,34 @@ export interface SalesOrder {
|
|
|
887
922
|
* with an action.
|
|
888
923
|
*/
|
|
889
924
|
sales_rep: RequestLogsAPI.Actor | null;
|
|
925
|
+
/**
|
|
926
|
+
* The ship-by date at the plant's pickup cutoff — the moment freight has to be
|
|
927
|
+
* tendered by, not just the day.
|
|
928
|
+
*
|
|
929
|
+
* Only set when the account's shipping calendar carries a cutoff time.
|
|
930
|
+
*/
|
|
931
|
+
ship_by_cutoff_at: string | null;
|
|
890
932
|
/**
|
|
891
933
|
* Date this order is contractually due to ship.
|
|
892
934
|
*
|
|
893
935
|
* Stamped when the order is issued. With a promised delivery date, this is that
|
|
894
|
-
* date less the carrier's transit for the order's lane
|
|
895
|
-
* the day the order has to leave to arrive when
|
|
896
|
-
*
|
|
936
|
+
* date less the carrier's transit for the order's lane and less any day the
|
|
937
|
+
* customer cannot receive on — the day the order has to leave to arrive when
|
|
938
|
+
* promised. Otherwise it comes from a lead time, whether this order's own or the
|
|
939
|
+
* one on the customer, its parent account, its account group, or the account.
|
|
897
940
|
*
|
|
898
|
-
*
|
|
899
|
-
*
|
|
900
|
-
*
|
|
941
|
+
* Always a day the plant actually ships on, whichever rule produced it.
|
|
942
|
+
*
|
|
943
|
+
* It is not recomputed afterwards, so neither renegotiating a customer's lead
|
|
944
|
+
* time, nor a later carrier estimate, nor a holiday added to a calendar moves
|
|
945
|
+
* commitments already made. Cleared if the order is unissued.
|
|
901
946
|
*/
|
|
902
947
|
ship_by_date: string | null;
|
|
948
|
+
/**
|
|
949
|
+
* The ship date pinned on this order, bypassing transit and the customer's
|
|
950
|
+
* receiving days.
|
|
951
|
+
*/
|
|
952
|
+
ship_by_override_date: string | null;
|
|
903
953
|
/**
|
|
904
954
|
* A saved address that can be used for billing and shipping on sales orders,
|
|
905
955
|
* invoices, and shipments.
|
|
@@ -1240,6 +1290,12 @@ export interface UpdateSalesOrderRequest {
|
|
|
1240
1290
|
* untouched.
|
|
1241
1291
|
*/
|
|
1242
1292
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
1293
|
+
/**
|
|
1294
|
+
* Days between this order being issued and it being due to ship, replacing the
|
|
1295
|
+
* customer's standing lead time for this order alone. Mutually exclusive with
|
|
1296
|
+
* promised_at and ship_by_override_date; clear one to switch to another.
|
|
1297
|
+
*/
|
|
1298
|
+
lead_time_override_days?: number | null;
|
|
1243
1299
|
/**
|
|
1244
1300
|
* Free-form note about the order.
|
|
1245
1301
|
*/
|
|
@@ -1271,6 +1327,11 @@ export interface UpdateSalesOrderRequest {
|
|
|
1271
1327
|
* ID of the carrier service level the order ships on.
|
|
1272
1328
|
*/
|
|
1273
1329
|
service_level_id?: string | null;
|
|
1330
|
+
/**
|
|
1331
|
+
* The exact date the order is due to ship, bypassing transit and the customer's
|
|
1332
|
+
* receiving days. Mutually exclusive with promised_at and lead_time_override_days.
|
|
1333
|
+
*/
|
|
1334
|
+
ship_by_override_date?: string | null;
|
|
1274
1335
|
/**
|
|
1275
1336
|
* Shipping address ID.
|
|
1276
1337
|
*
|
|
@@ -1474,6 +1535,14 @@ export interface SalesOrderCreateParams {
|
|
|
1474
1535
|
* Each must be a user on the customer's account.
|
|
1475
1536
|
*/
|
|
1476
1537
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
1538
|
+
/**
|
|
1539
|
+
* Body param: Days between this order being issued and it being due to ship,
|
|
1540
|
+
* replacing the customer's standing lead time for this order alone.
|
|
1541
|
+
*
|
|
1542
|
+
* Already a ship lead time, so no carrier transit is subtracted from it. Mutually
|
|
1543
|
+
* exclusive with promised_at and ship_by_override_date.
|
|
1544
|
+
*/
|
|
1545
|
+
lead_time_override_days?: number;
|
|
1477
1546
|
/**
|
|
1478
1547
|
* Body param: Free-form note about the order.
|
|
1479
1548
|
*/
|
|
@@ -1495,6 +1564,11 @@ export interface SalesOrderCreateParams {
|
|
|
1495
1564
|
payment_term_id?: string;
|
|
1496
1565
|
/**
|
|
1497
1566
|
* Body param: Date delivery is promised to the customer.
|
|
1567
|
+
*
|
|
1568
|
+
* The order's ship-by date is worked back from this: the goods have to reach the
|
|
1569
|
+
* customer on a day they receive, so transit and both operating calendars are
|
|
1570
|
+
* subtracted from it. Mutually exclusive with lead_time_override_days and
|
|
1571
|
+
* ship_by_override_date.
|
|
1498
1572
|
*/
|
|
1499
1573
|
promised_at?: string;
|
|
1500
1574
|
/**
|
|
@@ -1514,6 +1588,15 @@ export interface SalesOrderCreateParams {
|
|
|
1514
1588
|
* level unset.
|
|
1515
1589
|
*/
|
|
1516
1590
|
service_level_id?: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* Body param: The exact date the order is due to ship, bypassing transit and the
|
|
1593
|
+
* customer's receiving days.
|
|
1594
|
+
*
|
|
1595
|
+
* Still moved back to the nearest earlier day the plant ships on, since a date
|
|
1596
|
+
* nobody can ship on is not a deadline. Mutually exclusive with promised_at and
|
|
1597
|
+
* lead_time_override_days.
|
|
1598
|
+
*/
|
|
1599
|
+
ship_by_override_date?: string;
|
|
1517
1600
|
/**
|
|
1518
1601
|
* Body param: ID of the shipping terms for the order.
|
|
1519
1602
|
*
|
|
@@ -1584,6 +1667,13 @@ export interface SalesOrderUpdateParams {
|
|
|
1584
1667
|
* untouched.
|
|
1585
1668
|
*/
|
|
1586
1669
|
invoice_email_contacts?: Array<SalesOrderEmailContactInput>;
|
|
1670
|
+
/**
|
|
1671
|
+
* Body param: Days between this order being issued and it being due to ship,
|
|
1672
|
+
* replacing the customer's standing lead time for this order alone. Mutually
|
|
1673
|
+
* exclusive with promised_at and ship_by_override_date; clear one to switch to
|
|
1674
|
+
* another.
|
|
1675
|
+
*/
|
|
1676
|
+
lead_time_override_days?: number | null;
|
|
1587
1677
|
/**
|
|
1588
1678
|
* Body param: Free-form note about the order.
|
|
1589
1679
|
*/
|
|
@@ -1615,6 +1705,12 @@ export interface SalesOrderUpdateParams {
|
|
|
1615
1705
|
* Body param: ID of the carrier service level the order ships on.
|
|
1616
1706
|
*/
|
|
1617
1707
|
service_level_id?: string | null;
|
|
1708
|
+
/**
|
|
1709
|
+
* Body param: The exact date the order is due to ship, bypassing transit and the
|
|
1710
|
+
* customer's receiving days. Mutually exclusive with promised_at and
|
|
1711
|
+
* lead_time_override_days.
|
|
1712
|
+
*/
|
|
1713
|
+
ship_by_override_date?: string | null;
|
|
1618
1714
|
/**
|
|
1619
1715
|
* Body param: Shipping address ID.
|
|
1620
1716
|
*
|
|
@@ -1645,7 +1741,7 @@ export interface SalesOrderPriceQuoteParams {
|
|
|
1645
1741
|
}
|
|
1646
1742
|
export declare namespace SalesOrders {
|
|
1647
1743
|
export { type CheckoutSalesOrderRequest as CheckoutSalesOrderRequest, type CheckoutSalesOrderResponse as CheckoutSalesOrderResponse, type ComputedRate as ComputedRate, type CreateSalesOrderLineInput as CreateSalesOrderLineInput, type CreateSalesOrderRequest as CreateSalesOrderRequest, type CreatedBy as CreatedBy, type Freight as Freight, type ListQuotedSalesOrderLine as ListQuotedSalesOrderLine, type ListRecord as ListRecord, type ListSalesOrder as ListSalesOrder, type ListSalesOrderLine as ListSalesOrderLine, type ListSalesOrderStatus as ListSalesOrderStatus, type OrderContact as OrderContact, type QuoteSalesOrderLineInput as QuoteSalesOrderLineInput, type QuoteSalesOrderPricesRequest as QuoteSalesOrderPricesRequest, type QuoteSalesOrderPricesResponse as QuoteSalesOrderPricesResponse, type QuotedSalesOrderLine as QuotedSalesOrderLine, type Record as Record, type SalesOrder as SalesOrder, type SalesOrderEmailContactInput as SalesOrderEmailContactInput, type SalesOrderLine as SalesOrderLine, type SalesOrderRelated as SalesOrderRelated, type SalesOrderStageTotal as SalesOrderStageTotal, type SalesOrderStatus as SalesOrderStatus, type SalesOrderTotals as SalesOrderTotals, type UpdateSalesOrderRequest as UpdateSalesOrderRequest, type SalesOrderDeleteResponse as SalesOrderDeleteResponse, type SalesOrderRetrieveStatusesParams as SalesOrderRetrieveStatusesParams, type SalesOrderListParams as SalesOrderListParams, type SalesOrderRetrieveParams as SalesOrderRetrieveParams, type SalesOrderCreateParams as SalesOrderCreateParams, type SalesOrderUpdateParams as SalesOrderUpdateParams, type SalesOrderCheckoutParams as SalesOrderCheckoutParams, type SalesOrderPriceQuoteParams as SalesOrderPriceQuoteParams, };
|
|
1648
|
-
export { Actions as Actions, 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, };
|
|
1744
|
+
export { Actions as Actions, type BulkDeleteSalesOrdersRequest as BulkDeleteSalesOrdersRequest, type CommitmentQuoteStep as CommitmentQuoteStep, type IssueSalesOrderRequest as IssueSalesOrderRequest, type ProductionRun as ProductionRun, type QuoteSalesOrderCommitmentRequest as QuoteSalesOrderCommitmentRequest, type QuoteSalesOrderCommitmentResponse as QuoteSalesOrderCommitmentResponse, type QuoteSalesOrderFreightResponse as QuoteSalesOrderFreightResponse, type ActionBulkDeleteResponse as ActionBulkDeleteResponse, type ActionBulkDeleteParams as ActionBulkDeleteParams, type ActionIssueParams as ActionIssueParams, type ActionQuoteCommitmentParams as ActionQuoteCommitmentParams, type ActionCreateProductionRunParams as ActionCreateProductionRunParams, };
|
|
1649
1745
|
export { Lines as Lines, type CreateSalesOrderLineRequest as CreateSalesOrderLineRequest, type UpdateSalesOrderLineRequest as UpdateSalesOrderLineRequest, type LineDeleteResponse as LineDeleteResponse, type LineCreateParams as LineCreateParams, type LineUpdateParams as LineUpdateParams, type LineDeleteParams as LineDeleteParams, };
|
|
1650
1746
|
}
|
|
1651
1747
|
//# sourceMappingURL=sales-orders.d.ts.map
|