@augno/sdk 0.13.4 → 0.14.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 +448 -0
- package/resources/catalog/product-lines/product-lines.d.mts.map +1 -0
- package/resources/catalog/product-lines/product-lines.d.ts +448 -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/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 +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 +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/index.d.mts +1 -1
- package/resources/operations/index.d.ts +1 -1
- package/resources/operations/index.js +8 -8
- package/resources/operations/index.js.map +1 -1
- package/resources/operations/index.mjs +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 +2 -2
- package/resources/operations/operations.d.mts.map +1 -1
- package/resources/operations/operations.d.ts +2 -2
- package/resources/operations/operations.d.ts.map +1 -1
- package/resources/operations/operations.js +2 -2
- package/resources/operations/operations.js.map +1 -1
- package/resources/operations/operations.mjs +2 -2
- package/resources/operations/operations.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/customers/customers.d.mts +1 -1
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +1 -1
- package/resources/sales/customers/customers.d.ts.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 +4 -4
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.ts +4 -4
- package/resources/sales/sales-orders/sales-orders.d.ts.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 +552 -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/audit-events.ts +8 -4
- package/src/resources/core/core.ts +17 -1
- package/src/resources/core/index.ts +9 -0
- package/src/resources/core/jobs.ts +321 -0
- package/src/resources/messaging/conversations/conversations.ts +6 -3
- package/src/resources/messaging/conversations/links.ts +4 -2
- package/src/resources/messaging/conversations/messages.ts +4 -2
- package/src/resources/messaging/notifications/notifications.ts +4 -2
- package/src/resources/operations/demand-overrides.ts +1 -1
- package/src/resources/operations/index.ts +1 -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 +11 -11
- package/src/resources/operations/scanning-stations.ts +12 -4
- package/src/resources/operations/shipping-terms.ts +1 -1
- package/src/resources/sales/customers/customers.ts +1 -1
- package/src/resources/sales/sales-orders/lines/lines.ts +2 -2
- package/src/resources/sales/sales-orders/sales-orders.ts +4 -4
- 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
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as APIKeysAPI from "../../auth/api-keys/api-keys.mjs";
|
|
3
|
+
import * as ItemsAPI from "../items/items.mjs";
|
|
4
|
+
import * as ActionsAPI from "./actions.mjs";
|
|
5
|
+
import { ActionBulkUpsertParams, Actions, BulkUpsertProductLinesRequest, UpsertProductLineInput } from "./actions.mjs";
|
|
6
|
+
import * as UnitGroupsAPI from "../unit-groups/unit-groups.mjs";
|
|
7
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
8
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
9
|
+
/**
|
|
10
|
+
* List and manage product lines.
|
|
11
|
+
*/
|
|
12
|
+
export declare class ProductLines extends APIResource {
|
|
13
|
+
actions: ActionsAPI.Actions;
|
|
14
|
+
/**
|
|
15
|
+
* Returns a paginated list of product lines, newest first.
|
|
16
|
+
*
|
|
17
|
+
* Covers both the product lines your account owns and the shared system lines. The
|
|
18
|
+
* `q` search term is matched against the product line name.
|
|
19
|
+
*
|
|
20
|
+
* This endpoint requires the permissions: `product_lines:read`, `customers:read`,
|
|
21
|
+
* `suppliers:read`.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* const listProductLine =
|
|
26
|
+
* await client.catalog.productLines.list();
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
list(query?: ProductLineListParams | null | undefined, options?: RequestOptions): APIPromise<ListProductLine>;
|
|
30
|
+
/**
|
|
31
|
+
* Returns a single product line by ID.
|
|
32
|
+
*
|
|
33
|
+
* Both the product lines your account owns and the shared system lines can be
|
|
34
|
+
* retrieved.
|
|
35
|
+
*
|
|
36
|
+
* This endpoint requires the permissions: `product_lines:read`, `customers:read`,
|
|
37
|
+
* `suppliers:read`.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* ```ts
|
|
41
|
+
* const productLine =
|
|
42
|
+
* await client.catalog.productLines.retrieve(
|
|
43
|
+
* 'pdln_k9bnlgvxhxjh',
|
|
44
|
+
* );
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
retrieve(id: string, query?: ProductLineRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ProductLine>;
|
|
48
|
+
/**
|
|
49
|
+
* Creates a product line owned by your account.
|
|
50
|
+
*
|
|
51
|
+
* The new line starts with no products; assign products to it by setting their
|
|
52
|
+
* product line. Customers and account groups can only be granted access to lines
|
|
53
|
+
* your account owns, so this is the starting point for scoping a customer's
|
|
54
|
+
* catalog.
|
|
55
|
+
*
|
|
56
|
+
* This endpoint requires the permission: `product_lines:create`.
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
* ```ts
|
|
60
|
+
* const productLine =
|
|
61
|
+
* await client.catalog.productLines.create({
|
|
62
|
+
* commission_policy: 'commission_exempt',
|
|
63
|
+
* freight_policy: 'billed_freight',
|
|
64
|
+
* name: 'Industrial Fasteners',
|
|
65
|
+
* unit_group_id: 'ug_andst6m79n41',
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
create(params: ProductLineCreateParams, options?: RequestOptions): APIPromise<ProductLine>;
|
|
70
|
+
/**
|
|
71
|
+
* Partially updates a product line your account owns.
|
|
72
|
+
*
|
|
73
|
+
* Only the provided fields are changed. The reserved `shipping`, `service`,
|
|
74
|
+
* `credit`, and `tax` lines cannot be updated, and neither can the shared system
|
|
75
|
+
* lines, which belong to no single account.
|
|
76
|
+
*
|
|
77
|
+
* This endpoint requires the permission: `product_lines:update`.
|
|
78
|
+
*
|
|
79
|
+
* @example
|
|
80
|
+
* ```ts
|
|
81
|
+
* const productLine =
|
|
82
|
+
* await client.catalog.productLines.update(
|
|
83
|
+
* 'pdln_k9bnlgvxhxjh',
|
|
84
|
+
* {
|
|
85
|
+
* commission_policy: 'commission_applied',
|
|
86
|
+
* freight_policy: 'billed_freight',
|
|
87
|
+
* name: 'Updated Product Line',
|
|
88
|
+
* unit_group_id: 'ug_andst6m79n41',
|
|
89
|
+
* },
|
|
90
|
+
* );
|
|
91
|
+
* ```
|
|
92
|
+
*/
|
|
93
|
+
update(id: string, params?: ProductLineUpdateParams | null | undefined, options?: RequestOptions): APIPromise<ProductLine>;
|
|
94
|
+
/**
|
|
95
|
+
* Permanently deletes a product line your account owns.
|
|
96
|
+
*
|
|
97
|
+
* The reserved `shipping`, `service`, `credit`, and `tax` lines cannot be deleted,
|
|
98
|
+
* and neither can the shared system lines, which belong to no single account.
|
|
99
|
+
* Deleting a line that was already deleted returns an already-deleted error rather
|
|
100
|
+
* than succeeding silently.
|
|
101
|
+
*
|
|
102
|
+
* This endpoint requires the permission: `product_lines:delete`.
|
|
103
|
+
*
|
|
104
|
+
* @example
|
|
105
|
+
* ```ts
|
|
106
|
+
* const productLine =
|
|
107
|
+
* await client.catalog.productLines.delete(
|
|
108
|
+
* 'pdln_k9bnlgvxhxjh',
|
|
109
|
+
* );
|
|
110
|
+
* ```
|
|
111
|
+
*/
|
|
112
|
+
delete(id: string, options?: RequestOptions): APIPromise<ProductLineDeleteResponse>;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Request to create a product line.
|
|
116
|
+
*/
|
|
117
|
+
export interface CreateProductLineRequest {
|
|
118
|
+
/**
|
|
119
|
+
* Default commission policy for products in this product line.
|
|
120
|
+
*
|
|
121
|
+
* - `commission_exempt`: no commission applies to these products.
|
|
122
|
+
* - `commission_applied`: commission applies to these products, unless overridden
|
|
123
|
+
* elsewhere.
|
|
124
|
+
*/
|
|
125
|
+
commission_policy: 'commission_applied' | 'commission_exempt';
|
|
126
|
+
/**
|
|
127
|
+
* Default freight policy for products in this product line.
|
|
128
|
+
*
|
|
129
|
+
* - `free_freight`: these products do not incur a freight charge.
|
|
130
|
+
* - `billed_freight`: freight is billed for these products, unless overridden
|
|
131
|
+
* elsewhere.
|
|
132
|
+
*/
|
|
133
|
+
freight_policy: 'free_freight' | 'billed_freight';
|
|
134
|
+
/**
|
|
135
|
+
* Display name of the product line.
|
|
136
|
+
*
|
|
137
|
+
* Must be unique among the product lines visible to your account, including the
|
|
138
|
+
* shared system lines; a duplicate name returns a conflict error.
|
|
139
|
+
*/
|
|
140
|
+
name: string;
|
|
141
|
+
/**
|
|
142
|
+
* ID of the unit group to associate with this product line.
|
|
143
|
+
*
|
|
144
|
+
* The unit group determines the set of units available to products in this product
|
|
145
|
+
* line. It must be a unit group your account owns or one of the shared system unit
|
|
146
|
+
* groups.
|
|
147
|
+
*/
|
|
148
|
+
unit_group_id: string;
|
|
149
|
+
/**
|
|
150
|
+
* An amount together with the unit it is expressed in.
|
|
151
|
+
*
|
|
152
|
+
* The unit may be a currency, so money amounts such as a credit limit are written
|
|
153
|
+
* the same way as physical amounts like weights or counts.
|
|
154
|
+
*/
|
|
155
|
+
default_lot?: QuantityInput;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* A single page of resources, together with the metadata needed to page through
|
|
159
|
+
* the rest of the result set.
|
|
160
|
+
*/
|
|
161
|
+
export interface ListProductLine {
|
|
162
|
+
/**
|
|
163
|
+
* Resources in this page.
|
|
164
|
+
*/
|
|
165
|
+
data: Array<ProductLine>;
|
|
166
|
+
/**
|
|
167
|
+
* Resource type identifier.
|
|
168
|
+
*/
|
|
169
|
+
object: 'list';
|
|
170
|
+
/**
|
|
171
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
172
|
+
* how to move to the adjacent pages.
|
|
173
|
+
*
|
|
174
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
175
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
176
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
177
|
+
* search term, and page size.
|
|
178
|
+
*/
|
|
179
|
+
page_info: APIKeysAPI.PageInfo;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* A named grouping of related products in your catalog.
|
|
183
|
+
*
|
|
184
|
+
* A product line carries the default commission and freight policies for the
|
|
185
|
+
* products assigned to it, along with the unit group that determines how those
|
|
186
|
+
* products are measured. Product lines are also the unit that catalog access is
|
|
187
|
+
* granted over, for both customers and account groups.
|
|
188
|
+
*/
|
|
189
|
+
export interface ProductLine {
|
|
190
|
+
/**
|
|
191
|
+
* Product line ID.
|
|
192
|
+
*/
|
|
193
|
+
id: string;
|
|
194
|
+
/**
|
|
195
|
+
* Default commission policy for products in this product line.
|
|
196
|
+
*
|
|
197
|
+
* - `commission_exempt`: no commission applies to these products.
|
|
198
|
+
* - `commission_applied`: commission applies to these products, unless overridden
|
|
199
|
+
* elsewhere.
|
|
200
|
+
*/
|
|
201
|
+
commission_policy: 'commission_applied' | 'commission_exempt';
|
|
202
|
+
/**
|
|
203
|
+
* Creation timestamp.
|
|
204
|
+
*/
|
|
205
|
+
created_at: string;
|
|
206
|
+
/**
|
|
207
|
+
* A measured amount: a numeric value together with the unit it is expressed in.
|
|
208
|
+
*
|
|
209
|
+
* Quantities are shared building blocks rather than standalone records — other
|
|
210
|
+
* resources point at them to report stock levels, ordered and packed amounts,
|
|
211
|
+
* money, weights, and durations.
|
|
212
|
+
*/
|
|
213
|
+
default_lot: ItemsAPI.Quantity | null;
|
|
214
|
+
/**
|
|
215
|
+
* Free-form description of the product line.
|
|
216
|
+
*/
|
|
217
|
+
description: string | null;
|
|
218
|
+
/**
|
|
219
|
+
* Default freight policy for products in this product line.
|
|
220
|
+
*
|
|
221
|
+
* - `free_freight`: these products do not incur a freight charge.
|
|
222
|
+
* - `billed_freight`: freight is billed for these products, unless overridden
|
|
223
|
+
* elsewhere.
|
|
224
|
+
*/
|
|
225
|
+
freight_policy: 'free_freight' | 'billed_freight';
|
|
226
|
+
/**
|
|
227
|
+
* Display name of the product line.
|
|
228
|
+
*
|
|
229
|
+
* Unique among the product lines visible to your account, which includes the
|
|
230
|
+
* shared system lines.
|
|
231
|
+
*/
|
|
232
|
+
name: string;
|
|
233
|
+
/**
|
|
234
|
+
* Free-form notes about the product line.
|
|
235
|
+
*/
|
|
236
|
+
notes: string | null;
|
|
237
|
+
/**
|
|
238
|
+
* Resource type identifier.
|
|
239
|
+
*/
|
|
240
|
+
object: 'product_line';
|
|
241
|
+
/**
|
|
242
|
+
* Owner describes the provenance of a resource.
|
|
243
|
+
*/
|
|
244
|
+
owner: APIKeysAPI.Owner | null;
|
|
245
|
+
/**
|
|
246
|
+
* A named collection of units that share one dimension, defining which units a
|
|
247
|
+
* product can be ordered in.
|
|
248
|
+
*
|
|
249
|
+
* Each associated unit carries its own discount and customer portal visibility,
|
|
250
|
+
* applied when an order line is priced in that unit. A product takes its unit
|
|
251
|
+
* group from its product line, falling back to its item category.
|
|
252
|
+
*/
|
|
253
|
+
unit_group: UnitGroupsAPI.UnitGroup | null;
|
|
254
|
+
/**
|
|
255
|
+
* Last-updated timestamp.
|
|
256
|
+
*/
|
|
257
|
+
updated_at: string;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* An amount together with the unit it is expressed in.
|
|
261
|
+
*
|
|
262
|
+
* The unit may be a currency, so money amounts such as a credit limit are written
|
|
263
|
+
* the same way as physical amounts like weights or counts.
|
|
264
|
+
*/
|
|
265
|
+
export interface QuantityInput {
|
|
266
|
+
/**
|
|
267
|
+
* ID of the unit of measure for the value.
|
|
268
|
+
*/
|
|
269
|
+
unit_id: string;
|
|
270
|
+
/**
|
|
271
|
+
* Decimal value, as a string to preserve precision.
|
|
272
|
+
*/
|
|
273
|
+
value: string;
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Request to partially update a product line.
|
|
277
|
+
*/
|
|
278
|
+
export interface UpdateProductLineRequest {
|
|
279
|
+
/**
|
|
280
|
+
* Default commission policy for products in this product line.
|
|
281
|
+
*
|
|
282
|
+
* - `commission_exempt`: no commission applies to these products.
|
|
283
|
+
* - `commission_applied`: commission applies to these products, unless overridden
|
|
284
|
+
* elsewhere.
|
|
285
|
+
*/
|
|
286
|
+
commission_policy?: 'commission_applied' | 'commission_exempt';
|
|
287
|
+
/**
|
|
288
|
+
* An amount together with the unit it is expressed in.
|
|
289
|
+
*
|
|
290
|
+
* The unit may be a currency, so money amounts such as a credit limit are written
|
|
291
|
+
* the same way as physical amounts like weights or counts.
|
|
292
|
+
*/
|
|
293
|
+
default_lot?: QuantityInput | null;
|
|
294
|
+
/**
|
|
295
|
+
* Default freight policy for products in this product line.
|
|
296
|
+
*
|
|
297
|
+
* - `free_freight`: these products do not incur a freight charge.
|
|
298
|
+
* - `billed_freight`: freight is billed for these products, unless overridden
|
|
299
|
+
* elsewhere.
|
|
300
|
+
*/
|
|
301
|
+
freight_policy?: 'free_freight' | 'billed_freight';
|
|
302
|
+
/**
|
|
303
|
+
* Display name of the product line.
|
|
304
|
+
*
|
|
305
|
+
* Must be unique among the product lines visible to your account, including the
|
|
306
|
+
* shared system lines; a duplicate name returns a conflict error.
|
|
307
|
+
*/
|
|
308
|
+
name?: string;
|
|
309
|
+
/**
|
|
310
|
+
* ID of the unit group to associate with this product line.
|
|
311
|
+
*
|
|
312
|
+
* The unit group determines the set of units available to products in this product
|
|
313
|
+
* line. It must be a unit group your account owns or one of the shared system unit
|
|
314
|
+
* groups. A lot already stored on the line is not rechecked when the group
|
|
315
|
+
* changes, so send `default_lot` alongside to keep the two consistent.
|
|
316
|
+
*/
|
|
317
|
+
unit_group_id?: string;
|
|
318
|
+
}
|
|
319
|
+
export interface ProductLineDeleteResponse {
|
|
320
|
+
}
|
|
321
|
+
export interface ProductLineListParams {
|
|
322
|
+
/**
|
|
323
|
+
* Opaque cursor token identifying where the page of results starts.
|
|
324
|
+
*
|
|
325
|
+
* Use the `cursor` value embedded in a previous response's `next_page_url` or
|
|
326
|
+
* `previous_page_url` to fetch the adjacent page. Omit to start from the first
|
|
327
|
+
* page.
|
|
328
|
+
*/
|
|
329
|
+
cursor?: string;
|
|
330
|
+
/**
|
|
331
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
332
|
+
* `null`.
|
|
333
|
+
*/
|
|
334
|
+
include?: Array<'owner' | 'owner.account' | 'unit_group' | 'default_lot' | 'default_lot.unit'>;
|
|
335
|
+
/**
|
|
336
|
+
* Maximum number of results to return in a single page.
|
|
337
|
+
*/
|
|
338
|
+
limit?: number;
|
|
339
|
+
/**
|
|
340
|
+
* Free-text search term used to filter results.
|
|
341
|
+
*
|
|
342
|
+
* Which fields are matched against the term varies by endpoint.
|
|
343
|
+
*/
|
|
344
|
+
q?: string;
|
|
345
|
+
}
|
|
346
|
+
export interface ProductLineRetrieveParams {
|
|
347
|
+
/**
|
|
348
|
+
* Sub-objects to expand in the response. When omitted, sub-objects are returned as
|
|
349
|
+
* `null`.
|
|
350
|
+
*/
|
|
351
|
+
include?: Array<'owner' | 'owner.account' | 'unit_group' | 'default_lot' | 'default_lot.unit'>;
|
|
352
|
+
}
|
|
353
|
+
export interface ProductLineCreateParams {
|
|
354
|
+
/**
|
|
355
|
+
* Body param: Default commission policy for products in this product line.
|
|
356
|
+
*
|
|
357
|
+
* - `commission_exempt`: no commission applies to these products.
|
|
358
|
+
* - `commission_applied`: commission applies to these products, unless overridden
|
|
359
|
+
* elsewhere.
|
|
360
|
+
*/
|
|
361
|
+
commission_policy: 'commission_applied' | 'commission_exempt';
|
|
362
|
+
/**
|
|
363
|
+
* Body param: Default freight policy for products in this product line.
|
|
364
|
+
*
|
|
365
|
+
* - `free_freight`: these products do not incur a freight charge.
|
|
366
|
+
* - `billed_freight`: freight is billed for these products, unless overridden
|
|
367
|
+
* elsewhere.
|
|
368
|
+
*/
|
|
369
|
+
freight_policy: 'free_freight' | 'billed_freight';
|
|
370
|
+
/**
|
|
371
|
+
* Body param: Display name of the product line.
|
|
372
|
+
*
|
|
373
|
+
* Must be unique among the product lines visible to your account, including the
|
|
374
|
+
* shared system lines; a duplicate name returns a conflict error.
|
|
375
|
+
*/
|
|
376
|
+
name: string;
|
|
377
|
+
/**
|
|
378
|
+
* Body param: ID of the unit group to associate with this product line.
|
|
379
|
+
*
|
|
380
|
+
* The unit group determines the set of units available to products in this product
|
|
381
|
+
* line. It must be a unit group your account owns or one of the shared system unit
|
|
382
|
+
* groups.
|
|
383
|
+
*/
|
|
384
|
+
unit_group_id: string;
|
|
385
|
+
/**
|
|
386
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
387
|
+
* are returned as `null`.
|
|
388
|
+
*/
|
|
389
|
+
include?: Array<'owner' | 'owner.account' | 'unit_group' | 'default_lot' | 'default_lot.unit'>;
|
|
390
|
+
/**
|
|
391
|
+
* Body param: An amount together with the unit it is expressed in.
|
|
392
|
+
*
|
|
393
|
+
* The unit may be a currency, so money amounts such as a credit limit are written
|
|
394
|
+
* the same way as physical amounts like weights or counts.
|
|
395
|
+
*/
|
|
396
|
+
default_lot?: QuantityInput;
|
|
397
|
+
}
|
|
398
|
+
export interface ProductLineUpdateParams {
|
|
399
|
+
/**
|
|
400
|
+
* Query param: Sub-objects to expand in the response. When omitted, sub-objects
|
|
401
|
+
* are returned as `null`.
|
|
402
|
+
*/
|
|
403
|
+
include?: Array<'owner' | 'owner.account' | 'unit_group' | 'default_lot' | 'default_lot.unit'>;
|
|
404
|
+
/**
|
|
405
|
+
* Body param: Default commission policy for products in this product line.
|
|
406
|
+
*
|
|
407
|
+
* - `commission_exempt`: no commission applies to these products.
|
|
408
|
+
* - `commission_applied`: commission applies to these products, unless overridden
|
|
409
|
+
* elsewhere.
|
|
410
|
+
*/
|
|
411
|
+
commission_policy?: 'commission_applied' | 'commission_exempt';
|
|
412
|
+
/**
|
|
413
|
+
* Body param: An amount together with the unit it is expressed in.
|
|
414
|
+
*
|
|
415
|
+
* The unit may be a currency, so money amounts such as a credit limit are written
|
|
416
|
+
* the same way as physical amounts like weights or counts.
|
|
417
|
+
*/
|
|
418
|
+
default_lot?: QuantityInput | null;
|
|
419
|
+
/**
|
|
420
|
+
* Body param: Default freight policy for products in this product line.
|
|
421
|
+
*
|
|
422
|
+
* - `free_freight`: these products do not incur a freight charge.
|
|
423
|
+
* - `billed_freight`: freight is billed for these products, unless overridden
|
|
424
|
+
* elsewhere.
|
|
425
|
+
*/
|
|
426
|
+
freight_policy?: 'free_freight' | 'billed_freight';
|
|
427
|
+
/**
|
|
428
|
+
* Body param: Display name of the product line.
|
|
429
|
+
*
|
|
430
|
+
* Must be unique among the product lines visible to your account, including the
|
|
431
|
+
* shared system lines; a duplicate name returns a conflict error.
|
|
432
|
+
*/
|
|
433
|
+
name?: string;
|
|
434
|
+
/**
|
|
435
|
+
* Body param: ID of the unit group to associate with this product line.
|
|
436
|
+
*
|
|
437
|
+
* The unit group determines the set of units available to products in this product
|
|
438
|
+
* line. It must be a unit group your account owns or one of the shared system unit
|
|
439
|
+
* groups. A lot already stored on the line is not rechecked when the group
|
|
440
|
+
* changes, so send `default_lot` alongside to keep the two consistent.
|
|
441
|
+
*/
|
|
442
|
+
unit_group_id?: string;
|
|
443
|
+
}
|
|
444
|
+
export declare namespace ProductLines {
|
|
445
|
+
export { type CreateProductLineRequest as CreateProductLineRequest, type ListProductLine as ListProductLine, type ProductLine as ProductLine, type QuantityInput as QuantityInput, type UpdateProductLineRequest as UpdateProductLineRequest, type ProductLineDeleteResponse as ProductLineDeleteResponse, type ProductLineListParams as ProductLineListParams, type ProductLineRetrieveParams as ProductLineRetrieveParams, type ProductLineCreateParams as ProductLineCreateParams, type ProductLineUpdateParams as ProductLineUpdateParams, };
|
|
446
|
+
export { Actions as Actions, type BulkUpsertProductLinesRequest as BulkUpsertProductLinesRequest, type UpsertProductLineInput as UpsertProductLineInput, type ActionBulkUpsertParams as ActionBulkUpsertParams, };
|
|
447
|
+
}
|
|
448
|
+
//# sourceMappingURL=product-lines.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-lines.d.mts","sourceRoot":"","sources":["../../../src/resources/catalog/product-lines/product-lines.ts"],"names":[],"mappings":"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"}
|