@augno/sdk 0.13.4 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/package.json +1 -1
- package/resources/catalog/catalog.d.mts +10 -10
- package/resources/catalog/catalog.d.mts.map +1 -1
- package/resources/catalog/catalog.d.ts +10 -10
- package/resources/catalog/catalog.d.ts.map +1 -1
- package/resources/catalog/catalog.js +10 -10
- package/resources/catalog/catalog.js.map +1 -1
- package/resources/catalog/catalog.mjs +10 -10
- package/resources/catalog/catalog.mjs.map +1 -1
- package/resources/catalog/index.d.mts +5 -5
- package/resources/catalog/index.d.ts +5 -5
- package/resources/catalog/index.js +14 -14
- package/resources/catalog/index.js.map +1 -1
- package/resources/catalog/index.mjs +5 -5
- package/resources/catalog/item-categories/actions.d.mts +93 -0
- package/resources/catalog/item-categories/actions.d.mts.map +1 -0
- package/resources/catalog/item-categories/actions.d.ts +93 -0
- package/resources/catalog/item-categories/actions.d.ts.map +1 -0
- package/resources/catalog/item-categories/actions.js +35 -0
- package/resources/catalog/item-categories/actions.js.map +1 -0
- package/resources/catalog/item-categories/actions.mjs +31 -0
- package/resources/catalog/item-categories/actions.mjs.map +1 -0
- package/resources/catalog/item-categories/index.d.mts +1 -0
- package/resources/catalog/item-categories/index.d.mts.map +1 -1
- package/resources/catalog/item-categories/index.d.ts +1 -0
- package/resources/catalog/item-categories/index.d.ts.map +1 -1
- package/resources/catalog/item-categories/index.js +3 -1
- package/resources/catalog/item-categories/index.js.map +1 -1
- package/resources/catalog/item-categories/index.mjs +1 -0
- package/resources/catalog/item-categories/index.mjs.map +1 -1
- package/resources/catalog/item-categories/item-categories.d.mts +4 -0
- package/resources/catalog/item-categories/item-categories.d.mts.map +1 -1
- package/resources/catalog/item-categories/item-categories.d.ts +4 -0
- package/resources/catalog/item-categories/item-categories.d.ts.map +1 -1
- package/resources/catalog/item-categories/item-categories.js +4 -0
- package/resources/catalog/item-categories/item-categories.js.map +1 -1
- package/resources/catalog/item-categories/item-categories.mjs +4 -0
- package/resources/catalog/item-categories/item-categories.mjs.map +1 -1
- package/resources/catalog/items/items.d.mts +1 -1
- package/resources/catalog/items/items.d.mts.map +1 -1
- package/resources/catalog/items/items.d.ts +1 -1
- package/resources/catalog/items/items.d.ts.map +1 -1
- package/resources/catalog/items/items.js.map +1 -1
- package/resources/catalog/items/items.mjs.map +1 -1
- package/resources/catalog/materials/actions.d.mts +118 -0
- package/resources/catalog/materials/actions.d.mts.map +1 -0
- package/resources/catalog/materials/actions.d.ts +118 -0
- package/resources/catalog/materials/actions.d.ts.map +1 -0
- package/resources/catalog/materials/actions.js +33 -0
- package/resources/catalog/materials/actions.js.map +1 -0
- package/resources/catalog/materials/actions.mjs +29 -0
- package/resources/catalog/materials/actions.mjs.map +1 -0
- package/resources/catalog/materials/index.d.mts +3 -0
- package/resources/catalog/materials/index.d.mts.map +1 -0
- package/resources/catalog/materials/index.d.ts +3 -0
- package/resources/catalog/materials/index.d.ts.map +1 -0
- package/resources/catalog/materials/index.js +9 -0
- package/resources/catalog/materials/index.js.map +1 -0
- package/resources/catalog/materials/index.mjs +4 -0
- package/resources/catalog/materials/index.mjs.map +1 -0
- package/resources/catalog/materials/materials.d.mts +483 -0
- package/resources/catalog/materials/materials.d.mts.map +1 -0
- package/resources/catalog/materials/materials.d.ts +483 -0
- package/resources/catalog/materials/materials.d.ts.map +1 -0
- package/resources/catalog/materials/materials.js +159 -0
- package/resources/catalog/materials/materials.js.map +1 -0
- package/resources/catalog/materials/materials.mjs +154 -0
- package/resources/catalog/materials/materials.mjs.map +1 -0
- package/resources/catalog/materials.d.mts +1 -478
- package/resources/catalog/materials.d.mts.map +1 -1
- package/resources/catalog/materials.d.ts +1 -478
- package/resources/catalog/materials.d.ts.map +1 -1
- package/resources/catalog/materials.js +2 -147
- package/resources/catalog/materials.js.map +1 -1
- package/resources/catalog/materials.mjs +1 -145
- package/resources/catalog/materials.mjs.map +1 -1
- package/resources/catalog/parts/actions.d.mts +108 -0
- package/resources/catalog/parts/actions.d.mts.map +1 -0
- package/resources/catalog/parts/actions.d.ts +108 -0
- package/resources/catalog/parts/actions.d.ts.map +1 -0
- package/resources/catalog/parts/actions.js +32 -0
- package/resources/catalog/parts/actions.js.map +1 -0
- package/resources/catalog/parts/actions.mjs +28 -0
- package/resources/catalog/parts/actions.mjs.map +1 -0
- package/resources/catalog/parts/index.d.mts +3 -0
- package/resources/catalog/parts/index.d.mts.map +1 -0
- package/resources/catalog/parts/index.d.ts +3 -0
- package/resources/catalog/parts/index.d.ts.map +1 -0
- package/resources/catalog/parts/index.js +9 -0
- package/resources/catalog/parts/index.js.map +1 -0
- package/resources/catalog/parts/index.mjs +4 -0
- package/resources/catalog/parts/index.mjs.map +1 -0
- package/resources/catalog/parts/parts.d.mts +362 -0
- package/resources/catalog/parts/parts.d.mts.map +1 -0
- package/resources/catalog/parts/parts.d.ts +362 -0
- package/resources/catalog/parts/parts.d.ts.map +1 -0
- package/resources/catalog/parts/parts.js +138 -0
- package/resources/catalog/parts/parts.js.map +1 -0
- package/resources/catalog/parts/parts.mjs +133 -0
- package/resources/catalog/parts/parts.mjs.map +1 -0
- package/resources/catalog/parts.d.mts +1 -357
- package/resources/catalog/parts.d.mts.map +1 -1
- package/resources/catalog/parts.d.ts +1 -357
- package/resources/catalog/parts.d.ts.map +1 -1
- package/resources/catalog/parts.js +2 -126
- package/resources/catalog/parts.js.map +1 -1
- package/resources/catalog/parts.mjs +1 -124
- package/resources/catalog/parts.mjs.map +1 -1
- package/resources/catalog/product-lines/actions.d.mts +82 -0
- package/resources/catalog/product-lines/actions.d.mts.map +1 -0
- package/resources/catalog/product-lines/actions.d.ts +82 -0
- package/resources/catalog/product-lines/actions.d.ts.map +1 -0
- package/resources/catalog/product-lines/actions.js +34 -0
- package/resources/catalog/product-lines/actions.js.map +1 -0
- package/resources/catalog/product-lines/actions.mjs +30 -0
- package/resources/catalog/product-lines/actions.mjs.map +1 -0
- package/resources/catalog/product-lines/index.d.mts +3 -0
- package/resources/catalog/product-lines/index.d.mts.map +1 -0
- package/resources/catalog/product-lines/index.d.ts +3 -0
- package/resources/catalog/product-lines/index.d.ts.map +1 -0
- package/resources/catalog/product-lines/index.js +9 -0
- package/resources/catalog/product-lines/index.js.map +1 -0
- package/resources/catalog/product-lines/index.mjs +4 -0
- package/resources/catalog/product-lines/index.mjs.map +1 -0
- package/resources/catalog/product-lines/product-lines.d.mts +501 -0
- package/resources/catalog/product-lines/product-lines.d.mts.map +1 -0
- package/resources/catalog/product-lines/product-lines.d.ts +501 -0
- package/resources/catalog/product-lines/product-lines.d.ts.map +1 -0
- package/resources/catalog/product-lines/product-lines.js +136 -0
- package/resources/catalog/product-lines/product-lines.js.map +1 -0
- package/resources/catalog/product-lines/product-lines.mjs +131 -0
- package/resources/catalog/product-lines/product-lines.mjs.map +1 -0
- package/resources/catalog/product-lines.d.mts +1 -443
- package/resources/catalog/product-lines.d.mts.map +1 -1
- package/resources/catalog/product-lines.d.ts +1 -443
- package/resources/catalog/product-lines.d.ts.map +1 -1
- package/resources/catalog/product-lines.js +2 -124
- package/resources/catalog/product-lines.js.map +1 -1
- package/resources/catalog/product-lines.mjs +1 -122
- package/resources/catalog/product-lines.mjs.map +1 -1
- package/resources/catalog/products/actions.d.mts +124 -0
- package/resources/catalog/products/actions.d.mts.map +1 -0
- package/resources/catalog/products/actions.d.ts +124 -0
- package/resources/catalog/products/actions.d.ts.map +1 -0
- package/resources/catalog/products/actions.js +33 -0
- package/resources/catalog/products/actions.js.map +1 -0
- package/resources/catalog/products/actions.mjs +29 -0
- package/resources/catalog/products/actions.mjs.map +1 -0
- package/resources/catalog/products/index.d.mts +3 -0
- package/resources/catalog/products/index.d.mts.map +1 -0
- package/resources/catalog/products/index.d.ts +3 -0
- package/resources/catalog/products/index.d.ts.map +1 -0
- package/resources/catalog/products/index.js +9 -0
- package/resources/catalog/products/index.js.map +1 -0
- package/resources/catalog/products/index.mjs +4 -0
- package/resources/catalog/products/index.mjs.map +1 -0
- package/resources/catalog/products/products.d.mts +585 -0
- package/resources/catalog/products/products.d.mts.map +1 -0
- package/resources/catalog/products/products.d.ts +585 -0
- package/resources/catalog/products/products.d.ts.map +1 -0
- package/resources/catalog/products/products.js +185 -0
- package/resources/catalog/products/products.js.map +1 -0
- package/resources/catalog/products/products.mjs +180 -0
- package/resources/catalog/products/products.mjs.map +1 -0
- package/resources/catalog/products.d.mts +1 -580
- package/resources/catalog/products.d.mts.map +1 -1
- package/resources/catalog/products.d.ts +1 -580
- package/resources/catalog/products.d.ts.map +1 -1
- package/resources/catalog/products.js +2 -173
- package/resources/catalog/products.js.map +1 -1
- package/resources/catalog/products.mjs +1 -171
- package/resources/catalog/products.mjs.map +1 -1
- package/resources/catalog/properties/actions.d.mts +86 -0
- package/resources/catalog/properties/actions.d.mts.map +1 -0
- package/resources/catalog/properties/actions.d.ts +86 -0
- package/resources/catalog/properties/actions.d.ts.map +1 -0
- package/resources/catalog/properties/actions.js +33 -0
- package/resources/catalog/properties/actions.js.map +1 -0
- package/resources/catalog/properties/actions.mjs +29 -0
- package/resources/catalog/properties/actions.mjs.map +1 -0
- package/resources/catalog/properties/index.d.mts +1 -0
- package/resources/catalog/properties/index.d.mts.map +1 -1
- package/resources/catalog/properties/index.d.ts +1 -0
- package/resources/catalog/properties/index.d.ts.map +1 -1
- package/resources/catalog/properties/index.js +3 -1
- package/resources/catalog/properties/index.js.map +1 -1
- package/resources/catalog/properties/index.mjs +1 -0
- package/resources/catalog/properties/index.mjs.map +1 -1
- package/resources/catalog/properties/properties.d.mts +4 -0
- package/resources/catalog/properties/properties.d.mts.map +1 -1
- package/resources/catalog/properties/properties.d.ts +4 -0
- package/resources/catalog/properties/properties.d.ts.map +1 -1
- package/resources/catalog/properties/properties.js +4 -0
- package/resources/catalog/properties/properties.js.map +1 -1
- package/resources/catalog/properties/properties.mjs +4 -0
- package/resources/catalog/properties/properties.mjs.map +1 -1
- package/resources/catalog/unit-groups/actions.d.mts +116 -0
- package/resources/catalog/unit-groups/actions.d.mts.map +1 -0
- package/resources/catalog/unit-groups/actions.d.ts +116 -0
- package/resources/catalog/unit-groups/actions.d.ts.map +1 -0
- package/resources/catalog/unit-groups/actions.js +39 -0
- package/resources/catalog/unit-groups/actions.js.map +1 -0
- package/resources/catalog/unit-groups/actions.mjs +35 -0
- package/resources/catalog/unit-groups/actions.mjs.map +1 -0
- package/resources/catalog/unit-groups/index.d.mts +1 -0
- package/resources/catalog/unit-groups/index.d.mts.map +1 -1
- package/resources/catalog/unit-groups/index.d.ts +1 -0
- package/resources/catalog/unit-groups/index.d.ts.map +1 -1
- package/resources/catalog/unit-groups/index.js +3 -1
- package/resources/catalog/unit-groups/index.js.map +1 -1
- package/resources/catalog/unit-groups/index.mjs +1 -0
- package/resources/catalog/unit-groups/index.mjs.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.d.mts +9 -5
- package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.d.ts +9 -5
- package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.js +6 -2
- package/resources/catalog/unit-groups/unit-groups.js.map +1 -1
- package/resources/catalog/unit-groups/unit-groups.mjs +6 -2
- package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -1
- package/resources/catalog/units/actions.d.mts +91 -0
- package/resources/catalog/units/actions.d.mts.map +1 -0
- package/resources/catalog/units/actions.d.ts +91 -0
- package/resources/catalog/units/actions.d.ts.map +1 -0
- package/resources/catalog/units/actions.js +37 -0
- package/resources/catalog/units/actions.js.map +1 -0
- package/resources/catalog/units/actions.mjs +33 -0
- package/resources/catalog/units/actions.mjs.map +1 -0
- package/resources/catalog/units/index.d.mts +3 -0
- package/resources/catalog/units/index.d.mts.map +1 -0
- package/resources/catalog/units/index.d.ts +3 -0
- package/resources/catalog/units/index.d.ts.map +1 -0
- package/resources/catalog/units/index.js +9 -0
- package/resources/catalog/units/index.js.map +1 -0
- package/resources/catalog/units/index.mjs +4 -0
- package/resources/catalog/units/index.mjs.map +1 -0
- package/resources/catalog/units/units.d.mts +449 -0
- package/resources/catalog/units/units.d.mts.map +1 -0
- package/resources/catalog/units/units.d.ts +449 -0
- package/resources/catalog/units/units.d.ts.map +1 -0
- package/resources/catalog/units/units.js +122 -0
- package/resources/catalog/units/units.js.map +1 -0
- package/resources/catalog/units/units.mjs +117 -0
- package/resources/catalog/units/units.mjs.map +1 -0
- package/resources/catalog/units.d.mts +1 -444
- package/resources/catalog/units.d.mts.map +1 -1
- package/resources/catalog/units.d.ts +1 -444
- package/resources/catalog/units.d.ts.map +1 -1
- package/resources/catalog/units.js +2 -110
- package/resources/catalog/units.js.map +1 -1
- package/resources/catalog/units.mjs +1 -108
- package/resources/catalog/units.mjs.map +1 -1
- package/resources/core/analytics.d.mts +252 -1
- package/resources/core/analytics.d.mts.map +1 -1
- package/resources/core/analytics.d.ts +252 -1
- package/resources/core/analytics.d.ts.map +1 -1
- package/resources/core/analytics.js +38 -0
- package/resources/core/analytics.js.map +1 -1
- package/resources/core/analytics.mjs +38 -0
- package/resources/core/analytics.mjs.map +1 -1
- package/resources/core/audit-events.d.mts +6 -6
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +6 -6
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/core.d.mts +8 -4
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +8 -4
- 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 +2 -1
- package/resources/core/index.d.mts.map +1 -1
- package/resources/core/index.d.ts +2 -1
- 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 +236 -0
- package/resources/core/jobs.d.mts.map +1 -0
- package/resources/core/jobs.d.ts +236 -0
- package/resources/core/jobs.d.ts.map +1 -0
- package/resources/core/jobs.js +43 -0
- package/resources/core/jobs.js.map +1 -0
- package/resources/core/jobs.mjs +39 -0
- package/resources/core/jobs.mjs.map +1 -0
- 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/demand-overrides.d.mts +1 -1
- package/resources/operations/demand-overrides.d.mts.map +1 -1
- package/resources/operations/demand-overrides.d.ts +1 -1
- package/resources/operations/demand-overrides.d.ts.map +1 -1
- package/resources/operations/fulfillment-recommendations/actions.d.mts +59 -0
- package/resources/operations/fulfillment-recommendations/actions.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.d.ts +59 -0
- package/resources/operations/fulfillment-recommendations/actions.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.js +40 -0
- package/resources/operations/fulfillment-recommendations/actions.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/actions.mjs +36 -0
- package/resources/operations/fulfillment-recommendations/actions.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts +165 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts +165 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js +52 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs +47 -0
- package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.d.mts +3 -0
- package/resources/operations/fulfillment-recommendations/index.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.d.ts +3 -0
- package/resources/operations/fulfillment-recommendations/index.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.js +9 -0
- package/resources/operations/fulfillment-recommendations/index.js.map +1 -0
- package/resources/operations/fulfillment-recommendations/index.mjs +4 -0
- package/resources/operations/fulfillment-recommendations/index.mjs.map +1 -0
- package/resources/operations/fulfillment-recommendations.d.mts +2 -0
- package/resources/operations/fulfillment-recommendations.d.mts.map +1 -0
- package/resources/operations/fulfillment-recommendations.d.ts +2 -0
- package/resources/operations/fulfillment-recommendations.d.ts.map +1 -0
- package/resources/operations/fulfillment-recommendations.js +6 -0
- package/resources/operations/fulfillment-recommendations.js.map +1 -0
- package/resources/operations/fulfillment-recommendations.mjs +3 -0
- package/resources/operations/fulfillment-recommendations.mjs.map +1 -0
- package/resources/operations/index.d.mts +3 -2
- package/resources/operations/index.d.mts.map +1 -1
- package/resources/operations/index.d.ts +3 -2
- package/resources/operations/index.d.ts.map +1 -1
- package/resources/operations/index.js +11 -9
- package/resources/operations/index.js.map +1 -1
- package/resources/operations/index.mjs +2 -1
- package/resources/operations/index.mjs.map +1 -1
- package/resources/operations/locations/actions.d.mts +67 -0
- package/resources/operations/locations/actions.d.mts.map +1 -0
- package/resources/operations/locations/actions.d.ts +67 -0
- package/resources/operations/locations/actions.d.ts.map +1 -0
- package/resources/operations/locations/actions.js +27 -0
- package/resources/operations/locations/actions.js.map +1 -0
- package/resources/operations/locations/actions.mjs +23 -0
- package/resources/operations/locations/actions.mjs.map +1 -0
- package/resources/operations/locations/index.d.mts +3 -0
- package/resources/operations/locations/index.d.mts.map +1 -0
- package/resources/operations/locations/index.d.ts +3 -0
- package/resources/operations/locations/index.d.ts.map +1 -0
- package/resources/operations/locations/index.js +9 -0
- package/resources/operations/locations/index.js.map +1 -0
- package/resources/operations/locations/index.mjs +4 -0
- package/resources/operations/locations/index.mjs.map +1 -0
- package/resources/operations/locations/locations.d.mts +273 -0
- package/resources/operations/locations/locations.d.mts.map +1 -0
- package/resources/operations/locations/locations.d.ts +273 -0
- package/resources/operations/locations/locations.d.ts.map +1 -0
- package/resources/operations/locations/locations.js +113 -0
- package/resources/operations/locations/locations.js.map +1 -0
- package/resources/operations/locations/locations.mjs +108 -0
- package/resources/operations/locations/locations.mjs.map +1 -0
- package/resources/operations/locations.d.mts +1 -268
- package/resources/operations/locations.d.mts.map +1 -1
- package/resources/operations/locations.d.ts +1 -268
- package/resources/operations/locations.d.ts.map +1 -1
- package/resources/operations/locations.js +2 -101
- package/resources/operations/locations.js.map +1 -1
- package/resources/operations/locations.mjs +1 -99
- package/resources/operations/locations.mjs.map +1 -1
- package/resources/operations/operations.d.mts +8 -4
- package/resources/operations/operations.d.mts.map +1 -1
- package/resources/operations/operations.d.ts +8 -4
- package/resources/operations/operations.d.ts.map +1 -1
- package/resources/operations/operations.js +6 -2
- package/resources/operations/operations.js.map +1 -1
- package/resources/operations/operations.mjs +6 -2
- package/resources/operations/operations.mjs.map +1 -1
- package/resources/operations/production-schedule-settings/index.d.mts +1 -0
- package/resources/operations/production-schedule-settings/index.d.mts.map +1 -1
- package/resources/operations/production-schedule-settings/index.d.ts +1 -0
- package/resources/operations/production-schedule-settings/index.d.ts.map +1 -1
- package/resources/operations/production-schedule-settings/index.js +3 -1
- package/resources/operations/production-schedule-settings/index.js.map +1 -1
- package/resources/operations/production-schedule-settings/index.mjs +1 -0
- package/resources/operations/production-schedule-settings/index.mjs.map +1 -1
- package/resources/operations/production-schedule-settings/items.d.mts +228 -0
- package/resources/operations/production-schedule-settings/items.d.mts.map +1 -0
- package/resources/operations/production-schedule-settings/items.d.ts +228 -0
- package/resources/operations/production-schedule-settings/items.d.ts.map +1 -0
- package/resources/operations/production-schedule-settings/items.js +109 -0
- package/resources/operations/production-schedule-settings/items.js.map +1 -0
- package/resources/operations/production-schedule-settings/items.mjs +105 -0
- package/resources/operations/production-schedule-settings/items.mjs.map +1 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +60 -0
- 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 +60 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.js +6 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +6 -0
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -1
- package/resources/operations/production-schedules/actions.d.mts +117 -1
- package/resources/operations/production-schedules/actions.d.mts.map +1 -1
- package/resources/operations/production-schedules/actions.d.ts +117 -1
- package/resources/operations/production-schedules/actions.d.ts.map +1 -1
- package/resources/operations/production-schedules/actions.js +34 -0
- package/resources/operations/production-schedules/actions.js.map +1 -1
- package/resources/operations/production-schedules/actions.mjs +34 -0
- package/resources/operations/production-schedules/actions.mjs.map +1 -1
- package/resources/operations/production-schedules/index.d.mts +2 -2
- package/resources/operations/production-schedules/index.d.mts.map +1 -1
- package/resources/operations/production-schedules/index.d.ts +2 -2
- 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/production-schedules.d.mts +260 -3
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.d.ts +260 -3
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.js +29 -0
- package/resources/operations/production-schedules/production-schedules.js.map +1 -1
- package/resources/operations/production-schedules/production-schedules.mjs +29 -0
- package/resources/operations/production-schedules/production-schedules.mjs.map +1 -1
- package/resources/operations/scanning-stations.d.mts +12 -4
- package/resources/operations/scanning-stations.d.mts.map +1 -1
- package/resources/operations/scanning-stations.d.ts +12 -4
- package/resources/operations/scanning-stations.d.ts.map +1 -1
- package/resources/operations/shipping-terms.d.mts +1 -1
- package/resources/operations/shipping-terms.d.mts.map +1 -1
- package/resources/operations/shipping-terms.d.ts +1 -1
- package/resources/operations/shipping-terms.d.ts.map +1 -1
- package/resources/sales/account-groups.d.mts +27 -0
- package/resources/sales/account-groups.d.mts.map +1 -1
- package/resources/sales/account-groups.d.ts +27 -0
- package/resources/sales/account-groups.d.ts.map +1 -1
- package/resources/sales/customers/customers.d.mts +100 -2
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +100 -2
- package/resources/sales/customers/customers.d.ts.map +1 -1
- package/resources/sales/customers/customers.js +27 -0
- package/resources/sales/customers/customers.js.map +1 -1
- package/resources/sales/customers/customers.mjs +27 -0
- 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/lines/lines.d.mts +2 -2
- package/resources/sales/sales-orders/lines/lines.d.ts +2 -2
- package/resources/sales/sales-orders/sales-orders.d.mts +39 -4
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.ts +39 -4
- 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/catalog/catalog.ts +51 -51
- package/src/resources/catalog/index.ts +5 -5
- package/src/resources/catalog/item-categories/actions.ts +112 -0
- package/src/resources/catalog/item-categories/index.ts +7 -0
- package/src/resources/catalog/item-categories/item-categories.ts +18 -0
- package/src/resources/catalog/items/items.ts +1 -1
- package/src/resources/catalog/materials/actions.ts +141 -0
- package/src/resources/catalog/materials/index.ts +22 -0
- package/src/resources/catalog/materials/materials.ts +633 -0
- package/src/resources/catalog/materials.ts +1 -611
- package/src/resources/catalog/parts/actions.ts +129 -0
- package/src/resources/catalog/parts/index.ts +20 -0
- package/src/resources/catalog/parts/parts.ts +476 -0
- package/src/resources/catalog/parts.ts +1 -454
- package/src/resources/catalog/product-lines/actions.ts +97 -0
- package/src/resources/catalog/product-lines/index.ts +21 -0
- package/src/resources/catalog/product-lines/product-lines.ts +610 -0
- package/src/resources/catalog/product-lines.ts +1 -532
- package/src/resources/catalog/products/actions.ts +148 -0
- package/src/resources/catalog/products/index.ts +22 -0
- package/src/resources/catalog/products/products.ts +816 -0
- package/src/resources/catalog/products.ts +1 -794
- package/src/resources/catalog/properties/actions.ts +102 -0
- package/src/resources/catalog/properties/index.ts +7 -0
- package/src/resources/catalog/properties/properties.ts +18 -0
- package/src/resources/catalog/unit-groups/actions.ts +139 -0
- package/src/resources/catalog/unit-groups/index.ts +8 -0
- package/src/resources/catalog/unit-groups/unit-groups.ts +25 -5
- package/src/resources/catalog/units/actions.ts +110 -0
- package/src/resources/catalog/units/index.ts +20 -0
- package/src/resources/catalog/units/units.ts +547 -0
- package/src/resources/catalog/units.ts +1 -532
- package/src/resources/core/analytics.ts +300 -0
- package/src/resources/core/audit-events.ts +48 -4
- package/src/resources/core/core.ts +51 -1
- package/src/resources/core/index.ts +16 -0
- package/src/resources/core/jobs.ts +321 -0
- package/src/resources/messaging/conversations/conversations.ts +36 -3
- package/src/resources/messaging/conversations/links.ts +24 -2
- package/src/resources/messaging/conversations/messages.ts +24 -2
- package/src/resources/messaging/notifications/notifications.ts +24 -2
- package/src/resources/operations/demand-overrides.ts +1 -1
- package/src/resources/operations/fulfillment-recommendations/actions.ts +75 -0
- package/src/resources/operations/fulfillment-recommendations/fulfillment-recommendations.ts +206 -0
- package/src/resources/operations/fulfillment-recommendations/index.ts +8 -0
- package/src/resources/operations/fulfillment-recommendations.ts +3 -0
- package/src/resources/operations/index.ts +12 -1
- package/src/resources/operations/locations/actions.ts +82 -0
- package/src/resources/operations/locations/index.ts +18 -0
- package/src/resources/operations/locations/locations.ts +344 -0
- package/src/resources/operations/locations.ts +1 -329
- package/src/resources/operations/operations.ts +38 -11
- package/src/resources/operations/production-schedule-settings/index.ts +8 -0
- package/src/resources/operations/production-schedule-settings/items.ts +273 -0
- package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +82 -0
- package/src/resources/operations/production-schedules/actions.ts +144 -0
- package/src/resources/operations/production-schedules/index.ts +9 -0
- package/src/resources/operations/production-schedules/production-schedules.ts +310 -0
- package/src/resources/operations/scanning-stations.ts +12 -4
- package/src/resources/operations/shipping-terms.ts +1 -1
- package/src/resources/sales/account-groups.ts +32 -0
- package/src/resources/sales/customers/customers.ts +113 -1
- package/src/resources/sales/customers/index.ts +1 -0
- package/src/resources/sales/index.ts +1 -0
- package/src/resources/sales/sales-orders/lines/lines.ts +2 -2
- package/src/resources/sales/sales-orders/sales-orders.ts +45 -4
- 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales-orders.js","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/sales-orders.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AASrD,iEAAwC;AACxC,0CAUmB;AACnB,mEAA0C;AAC1C,4CAQuB;AAGvB,0DAAoD;AAEpD,MAAa,WAAY,SAAQ,sBAAW;IAA5C;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAqO3D,CAAC;IAnOC;;;;;;;;;;;;;OAaG;IACH,gBAAgB,CACd,QAA6D,EAAE,EAC/D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,0BAA0B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,MAAM,CAAC,MAA8B,EAAE,OAAwB;QAC7D,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACpC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,MAAM,CACJ,EAAU,EACV,SAAoD,EAAE,EACtD,OAAwB;QAExB,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,0BAA0B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1G,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,0BAA0B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,QAAQ,CACN,EAAU,EACV,IAA8B,EAC9B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,0BAA0B,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,UAAU,CACR,IAAgC,EAChC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oCAAoC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;CACF;AAvOD,kCAuOC;
|
|
1
|
+
{"version":3,"file":"sales-orders.js","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/sales-orders.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales-orders.mjs","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/sales-orders.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OASf,KAAK,UAAU;OACf,EAKL,OAAO,GAKR;OACM,KAAK,QAAQ;OACb,EAML,KAAK,GAEN;OAGM,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,WAAY,SAAQ,WAAW;IAA5C;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAqO3D,CAAC;IAnOC;;;;;;;;;;;;;OAaG;IACH,gBAAgB,CACd,QAA6D,EAAE,EAC/D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,EAAU,EACV,QAAqD,EAAE,EACvD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,0BAA0B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,MAAM,CAAC,MAA8B,EAAE,OAAwB;QAC7D,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACpC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,MAAM,CACJ,EAAU,EACV,SAAoD,EAAE,EACtD,OAAwB;QAExB,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,0BAA0B,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1G,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,0BAA0B,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,QAAQ,CACN,EAAU,EACV,IAA8B,EAC9B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,0BAA0B,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,UAAU,CACR,IAAgC,EAChC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oCAAoC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;CACF;
|
|
1
|
+
{"version":3,"file":"sales-orders.mjs","sourceRoot":"","sources":["../../../src/resources/sales/sales-orders/sales-orders.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ import { AccountUsers } from "./account-users/account-users.mjs";
|
|
|
12
12
|
import * as ContactsAPI from "./contacts/contacts.mjs";
|
|
13
13
|
import { Contacts } from "./contacts/contacts.mjs";
|
|
14
14
|
import * as CustomersAPI from "./customers/customers.mjs";
|
|
15
|
-
import { Carrier, CreateCustomerRequest, Customer, CustomerContactInfo, CustomerCreateParams, CustomerDefaults, CustomerDeleteResponse, CustomerFreightPreferences, CustomerListParams, CustomerNotificationPreferences, CustomerRetrieveParams, CustomerUpdateParams, Customers, ListCustomer, ListServiceLevel, PaymentTerm, ServiceLevel, ShippingTerm, UpdateCustomerRequest } from "./customers/customers.mjs";
|
|
15
|
+
import { Carrier, CreateCustomerRequest, Customer, CustomerContactInfo, CustomerCreateParams, CustomerDefaults, CustomerDeleteResponse, CustomerFreightPreferences, CustomerLeadTime, CustomerListParams, CustomerNotificationPreferences, CustomerRetrieveParams, CustomerUpdateParams, Customers, ListCustomer, ListServiceLevel, PaymentTerm, ServiceLevel, ShippingTerm, UpdateCustomerRequest } from "./customers/customers.mjs";
|
|
16
16
|
import * as SalesOrdersAPI from "./sales-orders/sales-orders.mjs";
|
|
17
17
|
import { CheckoutSalesOrderRequest, CheckoutSalesOrderResponse, CreateSalesOrderLineInput, CreateSalesOrderRequest, CreatedBy, Freight, ListQuotedSalesOrderLine, ListRecord, ListSalesOrder, ListSalesOrderLine, ListSalesOrderStatus, OrderContact, OrderDiscount, QuoteSalesOrderLineInput, QuoteSalesOrderPricesRequest, QuoteSalesOrderPricesResponse, QuotedSalesOrderLine, Record, SalesOrder, SalesOrderCheckoutParams, SalesOrderCreateParams, SalesOrderDeleteResponse, SalesOrderEmailContactInput, SalesOrderLine, SalesOrderListParams, SalesOrderPriceQuoteParams, SalesOrderQuoteRate, SalesOrderRelated, SalesOrderRetrieveParams, SalesOrderRetrieveStatusesParams, SalesOrderStageTotal, SalesOrderStatus, SalesOrderTotals, SalesOrderUpdateParams, SalesOrders, UpdateSalesOrderRequest } from "./sales-orders/sales-orders.mjs";
|
|
18
18
|
export declare class Sales extends APIResource {
|
|
@@ -31,7 +31,7 @@ export declare namespace Sales {
|
|
|
31
31
|
export { AccountStatuses as AccountStatuses, type AccountStatus as AccountStatus, type ListAccountStatus as ListAccountStatus, type AccountStatusListParams as AccountStatusListParams, type AccountStatusRetrieveParams as AccountStatusRetrieveParams, };
|
|
32
32
|
export { AccountUsers as AccountUsers };
|
|
33
33
|
export { Priorities as Priorities, type ListPriority as ListPriority, type Priority as Priority, type PriorityListParams as PriorityListParams, type PriorityRetrieveParams as PriorityRetrieveParams, };
|
|
34
|
-
export { Customers as Customers, type Carrier as Carrier, type CreateCustomerRequest as CreateCustomerRequest, type Customer as Customer, type CustomerContactInfo as CustomerContactInfo, type CustomerDefaults as CustomerDefaults, type CustomerFreightPreferences as CustomerFreightPreferences, type CustomerNotificationPreferences as CustomerNotificationPreferences, type ListCustomer as ListCustomer, type ListServiceLevel as ListServiceLevel, type PaymentTerm as PaymentTerm, type ServiceLevel as ServiceLevel, type ShippingTerm as ShippingTerm, type UpdateCustomerRequest as UpdateCustomerRequest, type CustomerDeleteResponse as CustomerDeleteResponse, type CustomerListParams as CustomerListParams, type CustomerRetrieveParams as CustomerRetrieveParams, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, };
|
|
34
|
+
export { Customers as Customers, type Carrier as Carrier, type CreateCustomerRequest as CreateCustomerRequest, type Customer as Customer, type CustomerContactInfo as CustomerContactInfo, type CustomerDefaults as CustomerDefaults, type CustomerFreightPreferences as CustomerFreightPreferences, type CustomerLeadTime as CustomerLeadTime, type CustomerNotificationPreferences as CustomerNotificationPreferences, type ListCustomer as ListCustomer, type ListServiceLevel as ListServiceLevel, type PaymentTerm as PaymentTerm, type ServiceLevel as ServiceLevel, type ShippingTerm as ShippingTerm, type UpdateCustomerRequest as UpdateCustomerRequest, type CustomerDeleteResponse as CustomerDeleteResponse, type CustomerListParams as CustomerListParams, type CustomerRetrieveParams as CustomerRetrieveParams, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, };
|
|
35
35
|
export { Contacts as Contacts };
|
|
36
36
|
export { SalesOrders as SalesOrders, type CheckoutSalesOrderRequest as CheckoutSalesOrderRequest, type CheckoutSalesOrderResponse as CheckoutSalesOrderResponse, 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 OrderDiscount as OrderDiscount, 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 SalesOrderQuoteRate as SalesOrderQuoteRate, 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, };
|
|
37
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales.d.mts","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sales.d.mts","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ import { AccountUsers } from "./account-users/account-users.js";
|
|
|
12
12
|
import * as ContactsAPI from "./contacts/contacts.js";
|
|
13
13
|
import { Contacts } from "./contacts/contacts.js";
|
|
14
14
|
import * as CustomersAPI from "./customers/customers.js";
|
|
15
|
-
import { Carrier, CreateCustomerRequest, Customer, CustomerContactInfo, CustomerCreateParams, CustomerDefaults, CustomerDeleteResponse, CustomerFreightPreferences, CustomerListParams, CustomerNotificationPreferences, CustomerRetrieveParams, CustomerUpdateParams, Customers, ListCustomer, ListServiceLevel, PaymentTerm, ServiceLevel, ShippingTerm, UpdateCustomerRequest } from "./customers/customers.js";
|
|
15
|
+
import { Carrier, CreateCustomerRequest, Customer, CustomerContactInfo, CustomerCreateParams, CustomerDefaults, CustomerDeleteResponse, CustomerFreightPreferences, CustomerLeadTime, CustomerListParams, CustomerNotificationPreferences, CustomerRetrieveParams, CustomerUpdateParams, Customers, ListCustomer, ListServiceLevel, PaymentTerm, ServiceLevel, ShippingTerm, UpdateCustomerRequest } from "./customers/customers.js";
|
|
16
16
|
import * as SalesOrdersAPI from "./sales-orders/sales-orders.js";
|
|
17
17
|
import { CheckoutSalesOrderRequest, CheckoutSalesOrderResponse, CreateSalesOrderLineInput, CreateSalesOrderRequest, CreatedBy, Freight, ListQuotedSalesOrderLine, ListRecord, ListSalesOrder, ListSalesOrderLine, ListSalesOrderStatus, OrderContact, OrderDiscount, QuoteSalesOrderLineInput, QuoteSalesOrderPricesRequest, QuoteSalesOrderPricesResponse, QuotedSalesOrderLine, Record, SalesOrder, SalesOrderCheckoutParams, SalesOrderCreateParams, SalesOrderDeleteResponse, SalesOrderEmailContactInput, SalesOrderLine, SalesOrderListParams, SalesOrderPriceQuoteParams, SalesOrderQuoteRate, SalesOrderRelated, SalesOrderRetrieveParams, SalesOrderRetrieveStatusesParams, SalesOrderStageTotal, SalesOrderStatus, SalesOrderTotals, SalesOrderUpdateParams, SalesOrders, UpdateSalesOrderRequest } from "./sales-orders/sales-orders.js";
|
|
18
18
|
export declare class Sales extends APIResource {
|
|
@@ -31,7 +31,7 @@ export declare namespace Sales {
|
|
|
31
31
|
export { AccountStatuses as AccountStatuses, type AccountStatus as AccountStatus, type ListAccountStatus as ListAccountStatus, type AccountStatusListParams as AccountStatusListParams, type AccountStatusRetrieveParams as AccountStatusRetrieveParams, };
|
|
32
32
|
export { AccountUsers as AccountUsers };
|
|
33
33
|
export { Priorities as Priorities, type ListPriority as ListPriority, type Priority as Priority, type PriorityListParams as PriorityListParams, type PriorityRetrieveParams as PriorityRetrieveParams, };
|
|
34
|
-
export { Customers as Customers, type Carrier as Carrier, type CreateCustomerRequest as CreateCustomerRequest, type Customer as Customer, type CustomerContactInfo as CustomerContactInfo, type CustomerDefaults as CustomerDefaults, type CustomerFreightPreferences as CustomerFreightPreferences, type CustomerNotificationPreferences as CustomerNotificationPreferences, type ListCustomer as ListCustomer, type ListServiceLevel as ListServiceLevel, type PaymentTerm as PaymentTerm, type ServiceLevel as ServiceLevel, type ShippingTerm as ShippingTerm, type UpdateCustomerRequest as UpdateCustomerRequest, type CustomerDeleteResponse as CustomerDeleteResponse, type CustomerListParams as CustomerListParams, type CustomerRetrieveParams as CustomerRetrieveParams, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, };
|
|
34
|
+
export { Customers as Customers, type Carrier as Carrier, type CreateCustomerRequest as CreateCustomerRequest, type Customer as Customer, type CustomerContactInfo as CustomerContactInfo, type CustomerDefaults as CustomerDefaults, type CustomerFreightPreferences as CustomerFreightPreferences, type CustomerLeadTime as CustomerLeadTime, type CustomerNotificationPreferences as CustomerNotificationPreferences, type ListCustomer as ListCustomer, type ListServiceLevel as ListServiceLevel, type PaymentTerm as PaymentTerm, type ServiceLevel as ServiceLevel, type ShippingTerm as ShippingTerm, type UpdateCustomerRequest as UpdateCustomerRequest, type CustomerDeleteResponse as CustomerDeleteResponse, type CustomerListParams as CustomerListParams, type CustomerRetrieveParams as CustomerRetrieveParams, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, };
|
|
35
35
|
export { Contacts as Contacts };
|
|
36
36
|
export { SalesOrders as SalesOrders, type CheckoutSalesOrderRequest as CheckoutSalesOrderRequest, type CheckoutSalesOrderResponse as CheckoutSalesOrderResponse, 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 OrderDiscount as OrderDiscount, 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 SalesOrderQuoteRate as SalesOrderQuoteRate, 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, };
|
|
37
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales.d.ts","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sales.d.ts","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales.js","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,8EAAqD;AACrD,wDAU0B;AAC1B,kFAAyD;AACzD,4DAM4B;AAC5B,qEAA4C;AAC5C,8CASqB;AACrB,uEAA8C;AAC9C,gDAA8G;AAC9G,0FAAiE;AACjE,oEAA6D;AAC7D,4EAAmD;AACnD,qDAA+C;AAC/C,+EAAsD;AACtD,
|
|
1
|
+
{"version":3,"file":"sales.js","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,8EAAqD;AACrD,wDAU0B;AAC1B,kFAAyD;AACzD,4DAM4B;AAC5B,qEAA4C;AAC5C,8CASqB;AACrB,uEAA8C;AAC9C,gDAA8G;AAC9G,0FAAiE;AACjE,oEAA6D;AAC7D,4EAAmD;AACnD,qDAA+C;AAC/C,+EAAsD;AACtD,wDAqB+B;AAC/B,uFAA8D;AAC9D,iEAqCqC;AAErC,MAAa,KAAM,SAAQ,sBAAW;IAAtC;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3G,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACzF,CAAC;CAAA;AATD,sBASC;AAED,KAAK,CAAC,aAAa,GAAG,8BAAa,CAAC;AACpC,KAAK,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC5B,KAAK,CAAC,eAAe,GAAG,kCAAe,CAAC;AACxC,KAAK,CAAC,YAAY,GAAG,4BAAY,CAAC;AAClC,KAAK,CAAC,UAAU,GAAG,uBAAU,CAAC;AAC9B,KAAK,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC5B,KAAK,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC1B,KAAK,CAAC,WAAW,GAAG,0BAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales.mjs","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EAML,aAAa,GAId;OACM,KAAK,kBAAkB;OACvB,EAIL,eAAe,GAEhB;OACM,KAAK,YAAY;OACjB,EAML,SAAS,GAGV;OACM,KAAK,aAAa;OAClB,EAAgB,UAAU,EAAwD;OAClF,KAAK,eAAe;OACpB,EAAE,YAAY,EAAE;OAChB,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE;OACZ,KAAK,YAAY;OACjB,
|
|
1
|
+
{"version":3,"file":"sales.mjs","sourceRoot":"","sources":["../../src/resources/sales/sales.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,gBAAgB;OACrB,EAML,aAAa,GAId;OACM,KAAK,kBAAkB;OACvB,EAIL,eAAe,GAEhB;OACM,KAAK,YAAY;OACjB,EAML,SAAS,GAGV;OACM,KAAK,aAAa;OAClB,EAAgB,UAAU,EAAwD;OAClF,KAAK,eAAe;OACpB,EAAE,YAAY,EAAE;OAChB,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE;OACZ,KAAK,YAAY;OACjB,EAcL,SAAS,GAOV;OACM,KAAK,cAAc;OACnB,EAmCL,WAAW,GAEZ;AAED,MAAM,OAAO,KAAM,SAAQ,WAAW;IAAtC;;QACE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,oBAAe,GAAuC,IAAI,kBAAkB,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC3G,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,gBAAW,GAA+B,IAAI,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACzF,CAAC;CAAA;AAED,KAAK,CAAC,aAAa,GAAG,aAAa,CAAC;AACpC,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;AAC5B,KAAK,CAAC,eAAe,GAAG,eAAe,CAAC;AACxC,KAAK,CAAC,YAAY,GAAG,YAAY,CAAC;AAClC,KAAK,CAAC,UAAU,GAAG,UAAU,CAAC;AAC9B,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;AAC5B,KAAK,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC1B,KAAK,CAAC,WAAW,GAAG,WAAW,CAAC"}
|
|
@@ -1,7 +1,37 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
|
-
import * as
|
|
4
|
+
import * as ItemCategoriesAPI from './item-categories/item-categories';
|
|
5
|
+
import {
|
|
6
|
+
CreateItemCategoryRequest,
|
|
7
|
+
ItemCategories,
|
|
8
|
+
ItemCategoryChangeUnitGroupParams,
|
|
9
|
+
ItemCategoryChangeUnitGroupResponse,
|
|
10
|
+
ItemCategoryCreateParams,
|
|
11
|
+
ItemCategoryDeleteResponse,
|
|
12
|
+
ItemCategoryListParams,
|
|
13
|
+
ItemCategoryRetrieveParams,
|
|
14
|
+
ItemCategoryUpdateParams,
|
|
15
|
+
ListItemCategory,
|
|
16
|
+
UpdateItemCategoryRequest,
|
|
17
|
+
} from './item-categories/item-categories';
|
|
18
|
+
import * as ItemsAPI from './items/items';
|
|
19
|
+
import {
|
|
20
|
+
Item,
|
|
21
|
+
ItemCategory,
|
|
22
|
+
ItemChangeCategoryParams,
|
|
23
|
+
ItemInventory,
|
|
24
|
+
ItemListParams,
|
|
25
|
+
ItemLotDefault,
|
|
26
|
+
ItemRetrieveInventoryParams,
|
|
27
|
+
ItemRetrieveLotDefaultParams,
|
|
28
|
+
ItemRetrieveParams,
|
|
29
|
+
Items,
|
|
30
|
+
ListItem,
|
|
31
|
+
Quantity,
|
|
32
|
+
Rate,
|
|
33
|
+
} from './items/items';
|
|
34
|
+
import * as MaterialsAPI from './materials/materials';
|
|
5
35
|
import {
|
|
6
36
|
CreateMaterialRequest,
|
|
7
37
|
ListMaterial,
|
|
@@ -14,8 +44,8 @@ import {
|
|
|
14
44
|
QuantityInputRequest,
|
|
15
45
|
RateInput,
|
|
16
46
|
UpdateMaterialRequest,
|
|
17
|
-
} from './materials';
|
|
18
|
-
import * as PartsAPI from './parts';
|
|
47
|
+
} from './materials/materials';
|
|
48
|
+
import * as PartsAPI from './parts/parts';
|
|
19
49
|
import {
|
|
20
50
|
CreatePartRequest,
|
|
21
51
|
ListPart,
|
|
@@ -26,8 +56,8 @@ import {
|
|
|
26
56
|
PartUpdateParams,
|
|
27
57
|
Parts,
|
|
28
58
|
UpdatePartRequest,
|
|
29
|
-
} from './parts';
|
|
30
|
-
import * as ProductLinesAPI from './product-lines';
|
|
59
|
+
} from './parts/parts';
|
|
60
|
+
import * as ProductLinesAPI from './product-lines/product-lines';
|
|
31
61
|
import {
|
|
32
62
|
CreateProductLineRequest,
|
|
33
63
|
ListProductLine,
|
|
@@ -40,8 +70,8 @@ import {
|
|
|
40
70
|
ProductLines,
|
|
41
71
|
QuantityInput,
|
|
42
72
|
UpdateProductLineRequest,
|
|
43
|
-
} from './product-lines';
|
|
44
|
-
import * as ProductsAPI from './products';
|
|
73
|
+
} from './product-lines/product-lines';
|
|
74
|
+
import * as ProductsAPI from './products/products';
|
|
45
75
|
import {
|
|
46
76
|
CreateProductRequest,
|
|
47
77
|
ListProduct,
|
|
@@ -54,50 +84,7 @@ import {
|
|
|
54
84
|
ProductUpdateParams,
|
|
55
85
|
Products,
|
|
56
86
|
UpdateProductRequest,
|
|
57
|
-
} from './products';
|
|
58
|
-
import * as UnitsAPI from './units';
|
|
59
|
-
import {
|
|
60
|
-
CreateUnitRequest,
|
|
61
|
-
ListUnit,
|
|
62
|
-
Unit,
|
|
63
|
-
UnitCreateParams,
|
|
64
|
-
UnitDeleteResponse,
|
|
65
|
-
UnitListParams,
|
|
66
|
-
UnitRetrieveParams,
|
|
67
|
-
UnitUpdateParams,
|
|
68
|
-
Units,
|
|
69
|
-
UpdateUnitRequest,
|
|
70
|
-
} from './units';
|
|
71
|
-
import * as ItemCategoriesAPI from './item-categories/item-categories';
|
|
72
|
-
import {
|
|
73
|
-
CreateItemCategoryRequest,
|
|
74
|
-
ItemCategories,
|
|
75
|
-
ItemCategoryChangeUnitGroupParams,
|
|
76
|
-
ItemCategoryChangeUnitGroupResponse,
|
|
77
|
-
ItemCategoryCreateParams,
|
|
78
|
-
ItemCategoryDeleteResponse,
|
|
79
|
-
ItemCategoryListParams,
|
|
80
|
-
ItemCategoryRetrieveParams,
|
|
81
|
-
ItemCategoryUpdateParams,
|
|
82
|
-
ListItemCategory,
|
|
83
|
-
UpdateItemCategoryRequest,
|
|
84
|
-
} from './item-categories/item-categories';
|
|
85
|
-
import * as ItemsAPI from './items/items';
|
|
86
|
-
import {
|
|
87
|
-
Item,
|
|
88
|
-
ItemCategory,
|
|
89
|
-
ItemChangeCategoryParams,
|
|
90
|
-
ItemInventory,
|
|
91
|
-
ItemListParams,
|
|
92
|
-
ItemLotDefault,
|
|
93
|
-
ItemRetrieveInventoryParams,
|
|
94
|
-
ItemRetrieveLotDefaultParams,
|
|
95
|
-
ItemRetrieveParams,
|
|
96
|
-
Items,
|
|
97
|
-
ListItem,
|
|
98
|
-
Quantity,
|
|
99
|
-
Rate,
|
|
100
|
-
} from './items/items';
|
|
87
|
+
} from './products/products';
|
|
101
88
|
import * as PropertiesAPI from './properties/properties';
|
|
102
89
|
import {
|
|
103
90
|
Attribute,
|
|
@@ -129,6 +116,19 @@ import {
|
|
|
129
116
|
UnitGroups,
|
|
130
117
|
UpdateUnitGroupRequest,
|
|
131
118
|
} from './unit-groups/unit-groups';
|
|
119
|
+
import * as UnitsAPI from './units/units';
|
|
120
|
+
import {
|
|
121
|
+
CreateUnitRequest,
|
|
122
|
+
ListUnit,
|
|
123
|
+
Unit,
|
|
124
|
+
UnitCreateParams,
|
|
125
|
+
UnitDeleteResponse,
|
|
126
|
+
UnitListParams,
|
|
127
|
+
UnitRetrieveParams,
|
|
128
|
+
UnitUpdateParams,
|
|
129
|
+
Units,
|
|
130
|
+
UpdateUnitRequest,
|
|
131
|
+
} from './units/units';
|
|
132
132
|
|
|
133
133
|
export class Catalog extends APIResource {
|
|
134
134
|
units: UnitsAPI.Units = new UnitsAPI.Units(this._client);
|
|
@@ -41,7 +41,7 @@ export {
|
|
|
41
41
|
type MaterialRetrieveParams,
|
|
42
42
|
type MaterialCreateParams,
|
|
43
43
|
type MaterialUpdateParams,
|
|
44
|
-
} from './materials';
|
|
44
|
+
} from './materials/index';
|
|
45
45
|
export {
|
|
46
46
|
Parts,
|
|
47
47
|
type CreatePartRequest,
|
|
@@ -52,7 +52,7 @@ export {
|
|
|
52
52
|
type PartRetrieveParams,
|
|
53
53
|
type PartCreateParams,
|
|
54
54
|
type PartUpdateParams,
|
|
55
|
-
} from './parts';
|
|
55
|
+
} from './parts/index';
|
|
56
56
|
export {
|
|
57
57
|
ProductLines,
|
|
58
58
|
type CreateProductLineRequest,
|
|
@@ -65,7 +65,7 @@ export {
|
|
|
65
65
|
type ProductLineRetrieveParams,
|
|
66
66
|
type ProductLineCreateParams,
|
|
67
67
|
type ProductLineUpdateParams,
|
|
68
|
-
} from './product-lines';
|
|
68
|
+
} from './product-lines/index';
|
|
69
69
|
export {
|
|
70
70
|
Products,
|
|
71
71
|
type CreateProductRequest,
|
|
@@ -78,7 +78,7 @@ export {
|
|
|
78
78
|
type ProductUpdateParams,
|
|
79
79
|
type ProductDeleteParams,
|
|
80
80
|
type ProductChangeProductLineParams,
|
|
81
|
-
} from './products';
|
|
81
|
+
} from './products/index';
|
|
82
82
|
export {
|
|
83
83
|
Properties,
|
|
84
84
|
type Attribute,
|
|
@@ -119,4 +119,4 @@ export {
|
|
|
119
119
|
type UnitRetrieveParams,
|
|
120
120
|
type UnitCreateParams,
|
|
121
121
|
type UnitUpdateParams,
|
|
122
|
-
} from './units';
|
|
122
|
+
} from './units/index';
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import * as JobsAPI from '../../core/jobs';
|
|
5
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
6
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* List and manage item categories.
|
|
10
|
+
*/
|
|
11
|
+
export class Actions extends APIResource {
|
|
12
|
+
/**
|
|
13
|
+
* Creates or updates multiple item categories for the account, matched by name
|
|
14
|
+
* (case-insensitive), then writes asynchronously — 202 with a job to poll.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* ```ts
|
|
18
|
+
* const job =
|
|
19
|
+
* await client.catalog.itemCategories.actions.bulkUpsert({
|
|
20
|
+
* item_categories: [
|
|
21
|
+
* {
|
|
22
|
+
* name: 'Electronics',
|
|
23
|
+
* type: 'material_category',
|
|
24
|
+
* unit_group: { id: 'ug_andst6m79n41' },
|
|
25
|
+
* property_names: [],
|
|
26
|
+
* notes: null,
|
|
27
|
+
* },
|
|
28
|
+
* ],
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
bulkUpsert(body: ActionBulkUpsertParams, options?: RequestOptions): APIPromise<JobsAPI.Job> {
|
|
33
|
+
return this._client.post('/v1/catalog/item-categories/actions/bulk-upsert', { body, ...options });
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* BulkUpsertItemCategoriesRequest is the request to bulk upsert item categories.
|
|
39
|
+
*/
|
|
40
|
+
export interface BulkUpsertItemCategoriesRequest {
|
|
41
|
+
/**
|
|
42
|
+
* Item categories to create or update, matched by name within the account.
|
|
43
|
+
*/
|
|
44
|
+
item_categories: Array<UpsertItemCategoryInput>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* -------------------------- Named Object -------------------------- Identifies an
|
|
49
|
+
* object by its id or its name. An id wins when both are given.
|
|
50
|
+
*/
|
|
51
|
+
export interface ObjectIdentifier {
|
|
52
|
+
/**
|
|
53
|
+
* Object ID.
|
|
54
|
+
*/
|
|
55
|
+
id: string;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Object name, matched case-insensitively.
|
|
59
|
+
*/
|
|
60
|
+
name: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* UpsertItemCategoryInput is the input for a single item category in a bulk upsert
|
|
65
|
+
* operation.
|
|
66
|
+
*/
|
|
67
|
+
export interface UpsertItemCategoryInput {
|
|
68
|
+
/**
|
|
69
|
+
* Display name of the item category, used to match existing categories.
|
|
70
|
+
*/
|
|
71
|
+
name: string;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Optional notes.
|
|
75
|
+
*/
|
|
76
|
+
notes: string | null;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Optional list of property names to attach to this category. Properties are
|
|
80
|
+
* matched by name (case-insensitive) within the account; names not found are
|
|
81
|
+
* created automatically. Relations are additive — existing relations are not
|
|
82
|
+
* removed.
|
|
83
|
+
*/
|
|
84
|
+
property_names: Array<string>;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Item category type code. Create-only.
|
|
88
|
+
*/
|
|
89
|
+
type: 'material_category' | 'product_category';
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* -------------------------- Named Object -------------------------- Identifies an
|
|
93
|
+
* object by its id or its name. An id wins when both are given.
|
|
94
|
+
*/
|
|
95
|
+
unit_group: ObjectIdentifier;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface ActionBulkUpsertParams {
|
|
99
|
+
/**
|
|
100
|
+
* Item categories to create or update, matched by name within the account.
|
|
101
|
+
*/
|
|
102
|
+
item_categories: Array<UpsertItemCategoryInput>;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export declare namespace Actions {
|
|
106
|
+
export {
|
|
107
|
+
type BulkUpsertItemCategoriesRequest as BulkUpsertItemCategoriesRequest,
|
|
108
|
+
type ObjectIdentifier as ObjectIdentifier,
|
|
109
|
+
type UpsertItemCategoryInput as UpsertItemCategoryInput,
|
|
110
|
+
type ActionBulkUpsertParams as ActionBulkUpsertParams,
|
|
111
|
+
};
|
|
112
|
+
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
+
export {
|
|
4
|
+
Actions,
|
|
5
|
+
type BulkUpsertItemCategoriesRequest,
|
|
6
|
+
type ObjectIdentifier,
|
|
7
|
+
type UpsertItemCategoryInput,
|
|
8
|
+
type ActionBulkUpsertParams,
|
|
9
|
+
} from './actions';
|
|
3
10
|
export {
|
|
4
11
|
ItemCategories,
|
|
5
12
|
type CreateItemCategoryRequest,
|
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
4
|
import * as APIKeysAPI from '../../auth/api-keys/api-keys';
|
|
5
|
+
import * as ActionsAPI from './actions';
|
|
6
|
+
import {
|
|
7
|
+
ActionBulkUpsertParams,
|
|
8
|
+
Actions,
|
|
9
|
+
BulkUpsertItemCategoriesRequest,
|
|
10
|
+
ObjectIdentifier,
|
|
11
|
+
UpsertItemCategoryInput,
|
|
12
|
+
} from './actions';
|
|
5
13
|
import * as PropertiesAPI from './properties';
|
|
6
14
|
import {
|
|
7
15
|
Properties,
|
|
@@ -20,6 +28,7 @@ import { path } from '../../../internal/utils/path';
|
|
|
20
28
|
*/
|
|
21
29
|
export class ItemCategories extends APIResource {
|
|
22
30
|
properties: PropertiesAPI.Properties = new PropertiesAPI.Properties(this._client);
|
|
31
|
+
actions: ActionsAPI.Actions = new ActionsAPI.Actions(this._client);
|
|
23
32
|
|
|
24
33
|
/**
|
|
25
34
|
* Returns a paginated list of the item categories available to the current
|
|
@@ -386,6 +395,7 @@ export interface ItemCategoryChangeUnitGroupParams {
|
|
|
386
395
|
}
|
|
387
396
|
|
|
388
397
|
ItemCategories.Properties = Properties;
|
|
398
|
+
ItemCategories.Actions = Actions;
|
|
389
399
|
|
|
390
400
|
export declare namespace ItemCategories {
|
|
391
401
|
export {
|
|
@@ -408,4 +418,12 @@ export declare namespace ItemCategories {
|
|
|
408
418
|
type PropertyUpdateParams as PropertyUpdateParams,
|
|
409
419
|
type PropertyDeleteParams as PropertyDeleteParams,
|
|
410
420
|
};
|
|
421
|
+
|
|
422
|
+
export {
|
|
423
|
+
Actions as Actions,
|
|
424
|
+
type BulkUpsertItemCategoriesRequest as BulkUpsertItemCategoriesRequest,
|
|
425
|
+
type ObjectIdentifier as ObjectIdentifier,
|
|
426
|
+
type UpsertItemCategoryInput as UpsertItemCategoryInput,
|
|
427
|
+
type ActionBulkUpsertParams as ActionBulkUpsertParams,
|
|
428
|
+
};
|
|
411
429
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
|
-
import * as UnitsAPI from '../units';
|
|
5
4
|
import * as CoreAPI from '../../core/core';
|
|
6
5
|
import * as APIKeysAPI from '../../auth/api-keys/api-keys';
|
|
7
6
|
import * as AttributesAPI from './attributes';
|
|
8
7
|
import { AttributeDeleteParams, AttributeUpdateParams, Attributes } from './attributes';
|
|
9
8
|
import * as PropertiesAPI from '../properties/properties';
|
|
10
9
|
import * as UnitGroupsAPI from '../unit-groups/unit-groups';
|
|
10
|
+
import * as UnitsAPI from '../units/units';
|
|
11
11
|
import { APIPromise } from '../../../core/api-promise';
|
|
12
12
|
import { RequestOptions } from '../../../internal/request-options';
|
|
13
13
|
import { path } from '../../../internal/utils/path';
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import * as JobsAPI from '../../core/jobs';
|
|
5
|
+
import * as ActionsAPI from '../item-categories/actions';
|
|
6
|
+
import * as MaterialsAPI from './materials';
|
|
7
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
8
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* List and manage materials.
|
|
12
|
+
*/
|
|
13
|
+
export class Actions extends APIResource {
|
|
14
|
+
/**
|
|
15
|
+
* Creates or updates multiple materials for the account, matched by SKU. Validates
|
|
16
|
+
* and resolves synchronously, then writes asynchronously — 202 with a job to poll.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```ts
|
|
20
|
+
* const job =
|
|
21
|
+
* await client.catalog.materials.actions.bulkUpsert({
|
|
22
|
+
* materials: [
|
|
23
|
+
* {
|
|
24
|
+
* sku: 'MAT-001',
|
|
25
|
+
* category: { id: 'ic_d06g9c6yc9ck' },
|
|
26
|
+
* properties: [],
|
|
27
|
+
* },
|
|
28
|
+
* ],
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
bulkUpsert(body: ActionBulkUpsertParams, options?: RequestOptions): APIPromise<JobsAPI.Job> {
|
|
33
|
+
return this._client.post('/v1/catalog/materials/actions/bulk-upsert', { body, ...options });
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Request to bulk upsert materials.
|
|
39
|
+
*/
|
|
40
|
+
export interface BulkUpsertMaterialsRequest {
|
|
41
|
+
/**
|
|
42
|
+
* Materials to create or update, matched by SKU within the account.
|
|
43
|
+
*/
|
|
44
|
+
materials: Array<UpsertMaterialInput>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Input for a single material in a bulk upsert operation.
|
|
49
|
+
*/
|
|
50
|
+
export interface UpsertMaterialInput {
|
|
51
|
+
/**
|
|
52
|
+
* -------------------------- Named Object -------------------------- Identifies an
|
|
53
|
+
* object by its id or its name. An id wins when both are given.
|
|
54
|
+
*/
|
|
55
|
+
category: ActionsAPI.ObjectIdentifier;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Properties to attach to the material, matched/created by name + value. Additive
|
|
59
|
+
* — existing attributes are not removed.
|
|
60
|
+
*/
|
|
61
|
+
properties: Array<UpsertMaterialProperty>;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* SKU for the material, used to match an existing material within the account. If
|
|
65
|
+
* it exists the material is updated in place; otherwise a new material is created.
|
|
66
|
+
* A SKU already used by a non-material item fails that row.
|
|
67
|
+
*/
|
|
68
|
+
sku: string;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Material description.
|
|
72
|
+
*/
|
|
73
|
+
description?: string;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* A quantity, given as a decimal value and the unit it is measured in.
|
|
77
|
+
*/
|
|
78
|
+
lead_time?: MaterialsAPI.QuantityInputRequest;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Material notes.
|
|
82
|
+
*/
|
|
83
|
+
notes?: string;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* A quantity, given as a decimal value and the unit it is measured in.
|
|
87
|
+
*/
|
|
88
|
+
order_point?: MaterialsAPI.QuantityInputRequest;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* A value expressed as a ratio of two units, supplied on create and update
|
|
92
|
+
* requests.
|
|
93
|
+
*
|
|
94
|
+
* A unit price, for example, has a currency as its numerator unit and the unit the
|
|
95
|
+
* product is bought or sold by as its denominator.
|
|
96
|
+
*/
|
|
97
|
+
unit_cost?: MaterialsAPI.RateInput;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* A value expressed as a ratio of two units, supplied on create and update
|
|
101
|
+
* requests.
|
|
102
|
+
*
|
|
103
|
+
* A unit price, for example, has a currency as its numerator unit and the unit the
|
|
104
|
+
* product is bought or sold by as its denominator.
|
|
105
|
+
*/
|
|
106
|
+
unit_price?: MaterialsAPI.RateInput;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Property name + value pair attached to a material. The property and its value
|
|
111
|
+
* (an attribute) are created if they do not yet exist.
|
|
112
|
+
*/
|
|
113
|
+
export interface UpsertMaterialProperty {
|
|
114
|
+
/**
|
|
115
|
+
* Property name (e.g. "Grade"). Matched case-insensitively; created if missing.
|
|
116
|
+
*/
|
|
117
|
+
name: string;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Property value (e.g. "A36"). Matched case-insensitively; created under the
|
|
121
|
+
* property if missing. A value already in use under a different property fails the
|
|
122
|
+
* whole job.
|
|
123
|
+
*/
|
|
124
|
+
value: string;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface ActionBulkUpsertParams {
|
|
128
|
+
/**
|
|
129
|
+
* Materials to create or update, matched by SKU within the account.
|
|
130
|
+
*/
|
|
131
|
+
materials: Array<UpsertMaterialInput>;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export declare namespace Actions {
|
|
135
|
+
export {
|
|
136
|
+
type BulkUpsertMaterialsRequest as BulkUpsertMaterialsRequest,
|
|
137
|
+
type UpsertMaterialInput as UpsertMaterialInput,
|
|
138
|
+
type UpsertMaterialProperty as UpsertMaterialProperty,
|
|
139
|
+
type ActionBulkUpsertParams as ActionBulkUpsertParams,
|
|
140
|
+
};
|
|
141
|
+
}
|