@augno/sdk 0.18.1 → 0.19.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 -5
- package/package.json +1 -1
- package/resources/catalog/catalog.d.mts +6 -6
- package/resources/catalog/catalog.d.mts.map +1 -1
- package/resources/catalog/catalog.d.ts +6 -6
- package/resources/catalog/catalog.d.ts.map +1 -1
- package/resources/catalog/catalog.js.map +1 -1
- package/resources/catalog/catalog.mjs.map +1 -1
- package/resources/catalog/index.d.mts +3 -3
- package/resources/catalog/index.d.mts.map +1 -1
- package/resources/catalog/index.d.ts +3 -3
- package/resources/catalog/index.d.ts.map +1 -1
- package/resources/catalog/index.js.map +1 -1
- package/resources/catalog/index.mjs.map +1 -1
- package/resources/catalog/items/actions.d.mts +249 -0
- package/resources/catalog/items/actions.d.mts.map +1 -0
- package/resources/catalog/items/actions.d.ts +249 -0
- package/resources/catalog/items/actions.d.ts.map +1 -0
- package/resources/catalog/items/actions.js +46 -0
- package/resources/catalog/items/actions.js.map +1 -0
- package/resources/catalog/items/actions.mjs +42 -0
- package/resources/catalog/items/actions.mjs.map +1 -0
- package/resources/catalog/items/index.d.mts +3 -1
- package/resources/catalog/items/index.d.mts.map +1 -1
- package/resources/catalog/items/index.d.ts +3 -1
- package/resources/catalog/items/index.d.ts.map +1 -1
- package/resources/catalog/items/index.js +5 -1
- package/resources/catalog/items/index.js.map +1 -1
- package/resources/catalog/items/index.mjs +2 -0
- package/resources/catalog/items/index.mjs.map +1 -1
- package/resources/catalog/items/inventory.d.mts +247 -0
- package/resources/catalog/items/inventory.d.mts.map +1 -0
- package/resources/catalog/items/inventory.d.ts +247 -0
- package/resources/catalog/items/inventory.d.ts.map +1 -0
- package/resources/catalog/items/inventory.js +75 -0
- package/resources/catalog/items/inventory.js.map +1 -0
- package/resources/catalog/items/inventory.mjs +71 -0
- package/resources/catalog/items/inventory.mjs.map +1 -0
- package/resources/catalog/items/items.d.mts +9 -104
- package/resources/catalog/items/items.d.mts.map +1 -1
- package/resources/catalog/items/items.d.ts +9 -104
- package/resources/catalog/items/items.d.ts.map +1 -1
- package/resources/catalog/items/items.js +8 -21
- package/resources/catalog/items/items.js.map +1 -1
- package/resources/catalog/items/items.mjs +8 -21
- package/resources/catalog/items/items.mjs.map +1 -1
- package/resources/catalog/materials/index.d.mts +1 -1
- package/resources/catalog/materials/index.d.mts.map +1 -1
- package/resources/catalog/materials/index.d.ts +1 -1
- package/resources/catalog/materials/index.d.ts.map +1 -1
- package/resources/catalog/materials/index.js.map +1 -1
- package/resources/catalog/materials/index.mjs.map +1 -1
- package/resources/catalog/materials/materials.d.mts +36 -3
- package/resources/catalog/materials/materials.d.mts.map +1 -1
- package/resources/catalog/materials/materials.d.ts +36 -3
- package/resources/catalog/materials/materials.d.ts.map +1 -1
- package/resources/catalog/materials/materials.js.map +1 -1
- package/resources/catalog/materials/materials.mjs.map +1 -1
- package/resources/catalog/product-lines/index.d.mts +1 -1
- package/resources/catalog/product-lines/index.d.mts.map +1 -1
- package/resources/catalog/product-lines/index.d.ts +1 -1
- package/resources/catalog/product-lines/index.d.ts.map +1 -1
- package/resources/catalog/product-lines/index.js.map +1 -1
- package/resources/catalog/product-lines/index.mjs.map +1 -1
- package/resources/catalog/product-lines/product-lines.d.mts +8 -23
- package/resources/catalog/product-lines/product-lines.d.mts.map +1 -1
- package/resources/catalog/product-lines/product-lines.d.ts +8 -23
- package/resources/catalog/product-lines/product-lines.d.ts.map +1 -1
- package/resources/catalog/product-lines/product-lines.js.map +1 -1
- package/resources/catalog/product-lines/product-lines.mjs.map +1 -1
- package/resources/core/audit-events.d.mts +4 -4
- package/resources/core/audit-events.d.mts.map +1 -1
- package/resources/core/audit-events.d.ts +4 -4
- package/resources/core/audit-events.d.ts.map +1 -1
- package/resources/core/core.d.mts +2 -2
- package/resources/core/core.d.mts.map +1 -1
- package/resources/core/core.d.ts +2 -2
- package/resources/core/core.d.ts.map +1 -1
- package/resources/core/core.js.map +1 -1
- package/resources/core/core.mjs.map +1 -1
- package/resources/core/jobs.d.mts +2 -2
- package/resources/core/jobs.d.mts.map +1 -1
- package/resources/core/jobs.d.ts +2 -2
- package/resources/core/jobs.d.ts.map +1 -1
- package/resources/messaging/blocks.d.mts +4 -3
- package/resources/messaging/blocks.d.mts.map +1 -1
- package/resources/messaging/blocks.d.ts +4 -3
- package/resources/messaging/blocks.d.ts.map +1 -1
- package/resources/messaging/blocks.js.map +1 -1
- package/resources/messaging/blocks.mjs.map +1 -1
- package/resources/messaging/conversations/conversations.d.mts +3 -3
- package/resources/messaging/conversations/conversations.d.mts.map +1 -1
- package/resources/messaging/conversations/conversations.d.ts +3 -3
- package/resources/messaging/conversations/conversations.d.ts.map +1 -1
- package/resources/messaging/conversations/conversations.js.map +1 -1
- package/resources/messaging/conversations/conversations.mjs.map +1 -1
- package/resources/messaging/conversations/links.d.mts +2 -2
- package/resources/messaging/conversations/links.d.mts.map +1 -1
- package/resources/messaging/conversations/links.d.ts +2 -2
- package/resources/messaging/conversations/links.d.ts.map +1 -1
- package/resources/messaging/conversations/messages.d.mts +2 -2
- package/resources/messaging/conversations/messages.d.mts.map +1 -1
- package/resources/messaging/conversations/messages.d.ts +2 -2
- package/resources/messaging/conversations/messages.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.d.mts +2 -2
- package/resources/messaging/notifications/notifications.d.mts.map +1 -1
- package/resources/messaging/notifications/notifications.d.ts +2 -2
- package/resources/messaging/notifications/notifications.d.ts.map +1 -1
- package/resources/messaging/notifications/notifications.js.map +1 -1
- package/resources/messaging/notifications/notifications.mjs.map +1 -1
- package/resources/operations/index.d.mts +1 -1
- package/resources/operations/index.d.mts.map +1 -1
- package/resources/operations/index.d.ts +1 -1
- package/resources/operations/index.d.ts.map +1 -1
- package/resources/operations/index.js.map +1 -1
- package/resources/operations/index.mjs.map +1 -1
- package/resources/operations/machine-downtime-events.d.mts +56 -7
- package/resources/operations/machine-downtime-events.d.mts.map +1 -1
- package/resources/operations/machine-downtime-events.d.ts +56 -7
- package/resources/operations/machine-downtime-events.d.ts.map +1 -1
- package/resources/operations/machine-downtime-events.js +11 -7
- package/resources/operations/machine-downtime-events.js.map +1 -1
- package/resources/operations/machine-downtime-events.mjs +11 -7
- package/resources/operations/machine-downtime-events.mjs.map +1 -1
- package/resources/operations/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.map +1 -1
- package/resources/operations/operations.mjs.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +13 -12
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +13 -12
- package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -1
- package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -1
- package/resources/operations/production-schedules/actions.d.mts +34 -1
- package/resources/operations/production-schedules/actions.d.mts.map +1 -1
- package/resources/operations/production-schedules/actions.d.ts +34 -1
- package/resources/operations/production-schedules/actions.d.ts.map +1 -1
- package/resources/operations/production-schedules/actions.js +8 -0
- package/resources/operations/production-schedules/actions.js.map +1 -1
- package/resources/operations/production-schedules/actions.mjs +8 -0
- package/resources/operations/production-schedules/actions.mjs.map +1 -1
- package/resources/operations/production-schedules/index.d.mts +1 -1
- package/resources/operations/production-schedules/index.d.mts.map +1 -1
- package/resources/operations/production-schedules/index.d.ts +1 -1
- package/resources/operations/production-schedules/index.d.ts.map +1 -1
- package/resources/operations/production-schedules/index.js.map +1 -1
- package/resources/operations/production-schedules/index.mjs.map +1 -1
- package/resources/operations/production-schedules/production-schedules.d.mts +295 -2
- package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.d.ts +295 -2
- package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -1
- package/resources/operations/production-schedules/production-schedules.js +42 -0
- package/resources/operations/production-schedules/production-schedules.js.map +1 -1
- package/resources/operations/production-schedules/production-schedules.mjs +42 -0
- package/resources/operations/production-schedules/production-schedules.mjs.map +1 -1
- package/resources/operations/shipping-terms.d.mts +9 -9
- package/resources/operations/shipping-terms.d.mts.map +1 -1
- package/resources/operations/shipping-terms.d.ts +9 -9
- package/resources/operations/shipping-terms.d.ts.map +1 -1
- package/resources/sales/account-groups.d.mts +2 -1
- package/resources/sales/account-groups.d.mts.map +1 -1
- package/resources/sales/account-groups.d.ts +2 -1
- package/resources/sales/account-groups.d.ts.map +1 -1
- package/resources/sales/account-prices/account-prices.d.mts +5 -4
- package/resources/sales/account-prices/account-prices.d.mts.map +1 -1
- package/resources/sales/account-prices/account-prices.d.ts +5 -4
- package/resources/sales/account-prices/account-prices.d.ts.map +1 -1
- package/resources/sales/account-prices/account-prices.js.map +1 -1
- package/resources/sales/account-prices/account-prices.mjs.map +1 -1
- package/resources/sales/account-users/sales-targets.d.mts +2 -2
- package/resources/sales/account-users/sales-targets.d.mts.map +1 -1
- package/resources/sales/account-users/sales-targets.d.ts +2 -2
- package/resources/sales/account-users/sales-targets.d.ts.map +1 -1
- package/resources/sales/customers/customers.d.mts +48 -19
- package/resources/sales/customers/customers.d.mts.map +1 -1
- package/resources/sales/customers/customers.d.ts +48 -19
- package/resources/sales/customers/customers.d.ts.map +1 -1
- package/resources/sales/customers/customers.js +10 -5
- package/resources/sales/customers/customers.js.map +1 -1
- package/resources/sales/customers/customers.mjs +10 -5
- package/resources/sales/customers/customers.mjs.map +1 -1
- package/resources/sales/customers/index.d.mts +1 -1
- package/resources/sales/customers/index.d.mts.map +1 -1
- package/resources/sales/customers/index.d.ts +1 -1
- package/resources/sales/customers/index.d.ts.map +1 -1
- package/resources/sales/customers/index.js.map +1 -1
- package/resources/sales/customers/index.mjs.map +1 -1
- package/resources/sales/index.d.mts +1 -1
- package/resources/sales/index.d.mts.map +1 -1
- package/resources/sales/index.d.ts +1 -1
- package/resources/sales/index.d.ts.map +1 -1
- package/resources/sales/index.js.map +1 -1
- package/resources/sales/index.mjs.map +1 -1
- package/resources/sales/sales-orders/actions.d.mts +14 -2
- package/resources/sales/sales-orders/actions.d.mts.map +1 -1
- package/resources/sales/sales-orders/actions.d.ts +14 -2
- package/resources/sales/sales-orders/actions.d.ts.map +1 -1
- package/resources/sales/sales-orders/lines/lines.d.mts +5 -5
- package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -1
- package/resources/sales/sales-orders/lines/lines.d.ts +5 -5
- package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.mts +10 -6
- package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -1
- package/resources/sales/sales-orders/sales-orders.d.ts +10 -6
- 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 +2 -8
- package/src/resources/catalog/index.ts +1 -4
- package/src/resources/catalog/items/actions.ts +296 -0
- package/src/resources/catalog/items/index.ts +23 -3
- package/src/resources/catalog/items/inventory.ts +294 -0
- package/src/resources/catalog/items/items.ts +54 -124
- package/src/resources/catalog/materials/index.ts +1 -0
- package/src/resources/catalog/materials/materials.ts +41 -2
- package/src/resources/catalog/product-lines/index.ts +0 -1
- package/src/resources/catalog/product-lines/product-lines.ts +7 -25
- package/src/resources/core/audit-events.ts +30 -10
- package/src/resources/core/core.ts +15 -5
- package/src/resources/core/jobs.ts +8 -3
- package/src/resources/messaging/blocks.ts +4 -3
- package/src/resources/messaging/conversations/conversations.ts +24 -9
- package/src/resources/messaging/conversations/links.ts +16 -6
- package/src/resources/messaging/conversations/messages.ts +16 -6
- package/src/resources/messaging/notifications/notifications.ts +16 -6
- package/src/resources/operations/index.ts +4 -0
- package/src/resources/operations/machine-downtime-events.ts +62 -7
- package/src/resources/operations/operations.ts +8 -0
- package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +13 -12
- package/src/resources/operations/production-schedules/actions.ts +37 -1
- package/src/resources/operations/production-schedules/index.ts +4 -0
- package/src/resources/operations/production-schedules/production-schedules.ts +354 -1
- package/src/resources/operations/shipping-terms.ts +9 -9
- package/src/resources/sales/account-groups.ts +2 -1
- package/src/resources/sales/account-prices/account-prices.ts +5 -4
- package/src/resources/sales/account-users/sales-targets.ts +2 -2
- package/src/resources/sales/customers/customers.ts +62 -19
- package/src/resources/sales/customers/index.ts +1 -0
- package/src/resources/sales/index.ts +1 -0
- package/src/resources/sales/sales-orders/actions.ts +15 -1
- package/src/resources/sales/sales-orders/lines/lines.ts +5 -5
- package/src/resources/sales/sales-orders/sales-orders.ts +11 -5
- 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
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.
|
|
3
|
+
## [0.19.0](https://github.com/Augno/typescript-sdk/compare/v0.18.2...v0.19.0) (2026-08-20)
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
###
|
|
6
|
+
### Features
|
|
7
7
|
|
|
8
|
-
* **sdk:** sync with deployed API v0.
|
|
9
|
-
* **sdk:** sync with deployed API v0.49.2 ([265fbee](https://github.com/Augno/typescript-sdk/commit/265fbeed0d903d01811f3d62a0d59230cb8f9b59))
|
|
10
|
-
* **sdk:** sync with deployed API v0.49.3 ([01d8b98](https://github.com/Augno/typescript-sdk/commit/01d8b9833d77142f02bdf875297ea9c8ab5d0b29))
|
|
8
|
+
* **sdk:** sync with deployed API v0.50.0 ([9754fc6](https://github.com/Augno/typescript-sdk/commit/9754fc66e2640e842455919b2feaa9bb6977e801))
|
package/package.json
CHANGED
|
@@ -2,13 +2,13 @@ import { APIResource } from "../../core/resource.mjs";
|
|
|
2
2
|
import * as ItemCategoriesAPI from "./item-categories/item-categories.mjs";
|
|
3
3
|
import { CreateItemCategoryRequest, ItemCategories, ItemCategoryChangeUnitGroupParams, ItemCategoryChangeUnitGroupResponse, ItemCategoryCreateParams, ItemCategoryDeleteResponse, ItemCategoryListParams, ItemCategoryRetrieveParams, ItemCategoryUpdateParams, ListItemCategory, UpdateItemCategoryRequest } from "./item-categories/item-categories.mjs";
|
|
4
4
|
import * as ItemsAPI from "./items/items.mjs";
|
|
5
|
-
import { Item, ItemCategory, ItemChangeCategoryParams,
|
|
5
|
+
import { Item, ItemCategory, ItemChangeCategoryParams, ItemListParams, ItemLotDefault, ItemRetrieveLotDefaultParams, ItemRetrieveParams, Items, ListItem, Rate } from "./items/items.mjs";
|
|
6
6
|
import * as MaterialsAPI from "./materials/materials.mjs";
|
|
7
|
-
import { CreateMaterialRequest, ListMaterial, Material, MaterialCreateParams, MaterialListParams, MaterialRetrieveParams, MaterialUpdateParams, Materials, QuantityInputRequest, RateInput, UpdateMaterialRequest } from "./materials/materials.mjs";
|
|
7
|
+
import { CreateMaterialRequest, ListMaterial, Material, MaterialCreateParams, MaterialListParams, MaterialRetrieveParams, MaterialUpdateParams, Materials, Quantity, QuantityInputRequest, RateInput, UpdateMaterialRequest } from "./materials/materials.mjs";
|
|
8
8
|
import * as PartsAPI from "./parts/parts.mjs";
|
|
9
9
|
import { CreatePartRequest, ListPart, Part, PartCreateParams, PartListParams, PartRetrieveParams, PartUpdateParams, Parts, UpdatePartRequest } from "./parts/parts.mjs";
|
|
10
10
|
import * as ProductLinesAPI from "./product-lines/product-lines.mjs";
|
|
11
|
-
import { CreateProductLineRequest, ListProductLine, ProductLine, ProductLineCreateParams, ProductLineDeleteResponse, ProductLineListParams, ProductLineRetrieveParams, ProductLineUpdateParams, ProductLines,
|
|
11
|
+
import { CreateProductLineRequest, ListProductLine, ProductLine, ProductLineCreateParams, ProductLineDeleteResponse, ProductLineListParams, ProductLineRetrieveParams, ProductLineUpdateParams, ProductLines, UpdateProductLineRequest } from "./product-lines/product-lines.mjs";
|
|
12
12
|
import * as ProductsAPI from "./products/products.mjs";
|
|
13
13
|
import { CreateProductRequest, ListProduct, Product, ProductChangeProductLineParams, ProductCreateParams, ProductDeleteParams, ProductListParams, ProductRetrieveParams, ProductUpdateParams, Products, UpdateProductRequest } from "./products/products.mjs";
|
|
14
14
|
import * as PropertiesAPI from "./properties/properties.mjs";
|
|
@@ -32,11 +32,11 @@ export declare namespace Catalog {
|
|
|
32
32
|
export { Units as Units, type CreateUnitRequest as CreateUnitRequest, type ListUnit as ListUnit, type Unit as Unit, type UpdateUnitRequest as UpdateUnitRequest, type UnitDeleteResponse as UnitDeleteResponse, type UnitListParams as UnitListParams, type UnitRetrieveParams as UnitRetrieveParams, type UnitCreateParams as UnitCreateParams, type UnitUpdateParams as UnitUpdateParams, };
|
|
33
33
|
export { UnitGroups as UnitGroups, type CreateUnitGroupRequest as CreateUnitGroupRequest, type CreateUnitGroupUnitParam as CreateUnitGroupUnitParam, type ListUnitGroup as ListUnitGroup, type ListUnitGroupUnit as ListUnitGroupUnit, type UnitGroup as UnitGroup, type UnitGroupUnit as UnitGroupUnit, type UpdateUnitGroupRequest as UpdateUnitGroupRequest, type UnitGroupDeleteResponse as UnitGroupDeleteResponse, type UnitGroupListParams as UnitGroupListParams, type UnitGroupRetrieveParams as UnitGroupRetrieveParams, type UnitGroupCreateParams as UnitGroupCreateParams, type UnitGroupUpdateParams as UnitGroupUpdateParams, };
|
|
34
34
|
export { Properties as Properties, type Attribute as Attribute, type CreatePropertyRequest as CreatePropertyRequest, type ListAttribute as ListAttribute, type ListProperty as ListProperty, type Property as Property, type UpdatePropertyRequest as UpdatePropertyRequest, type PropertyDeleteResponse as PropertyDeleteResponse, type PropertyListParams as PropertyListParams, type PropertyRetrieveParams as PropertyRetrieveParams, type PropertyCreateParams as PropertyCreateParams, type PropertyUpdateParams as PropertyUpdateParams, };
|
|
35
|
-
export { Items as Items, type Item as Item, type ItemCategory as ItemCategory, type
|
|
35
|
+
export { Items as Items, type Item as Item, type ItemCategory as ItemCategory, type ItemLotDefault as ItemLotDefault, type ListItem as ListItem, type Rate as Rate, type ItemListParams as ItemListParams, type ItemRetrieveParams as ItemRetrieveParams, type ItemRetrieveLotDefaultParams as ItemRetrieveLotDefaultParams, type ItemChangeCategoryParams as ItemChangeCategoryParams, };
|
|
36
36
|
export { ItemCategories as ItemCategories, type CreateItemCategoryRequest as CreateItemCategoryRequest, type ListItemCategory as ListItemCategory, type UpdateItemCategoryRequest as UpdateItemCategoryRequest, type ItemCategoryDeleteResponse as ItemCategoryDeleteResponse, type ItemCategoryChangeUnitGroupResponse as ItemCategoryChangeUnitGroupResponse, type ItemCategoryListParams as ItemCategoryListParams, type ItemCategoryRetrieveParams as ItemCategoryRetrieveParams, type ItemCategoryCreateParams as ItemCategoryCreateParams, type ItemCategoryUpdateParams as ItemCategoryUpdateParams, type ItemCategoryChangeUnitGroupParams as ItemCategoryChangeUnitGroupParams, };
|
|
37
|
-
export { Materials as Materials, type CreateMaterialRequest as CreateMaterialRequest, type ListMaterial as ListMaterial, type Material as Material, type QuantityInputRequest as QuantityInputRequest, type RateInput as RateInput, type UpdateMaterialRequest as UpdateMaterialRequest, type MaterialListParams as MaterialListParams, type MaterialRetrieveParams as MaterialRetrieveParams, type MaterialCreateParams as MaterialCreateParams, type MaterialUpdateParams as MaterialUpdateParams, };
|
|
37
|
+
export { Materials as Materials, type CreateMaterialRequest as CreateMaterialRequest, type ListMaterial as ListMaterial, type Material as Material, type Quantity as Quantity, type QuantityInputRequest as QuantityInputRequest, type RateInput as RateInput, type UpdateMaterialRequest as UpdateMaterialRequest, type MaterialListParams as MaterialListParams, type MaterialRetrieveParams as MaterialRetrieveParams, type MaterialCreateParams as MaterialCreateParams, type MaterialUpdateParams as MaterialUpdateParams, };
|
|
38
38
|
export { Parts as Parts, type CreatePartRequest as CreatePartRequest, type ListPart as ListPart, type Part as Part, type UpdatePartRequest as UpdatePartRequest, type PartListParams as PartListParams, type PartRetrieveParams as PartRetrieveParams, type PartCreateParams as PartCreateParams, type PartUpdateParams as PartUpdateParams, };
|
|
39
|
-
export { ProductLines as ProductLines, type CreateProductLineRequest as CreateProductLineRequest, type ListProductLine as ListProductLine, type ProductLine as ProductLine, type
|
|
39
|
+
export { ProductLines as ProductLines, type CreateProductLineRequest as CreateProductLineRequest, type ListProductLine as ListProductLine, type ProductLine as ProductLine, type UpdateProductLineRequest as UpdateProductLineRequest, type ProductLineDeleteResponse as ProductLineDeleteResponse, type ProductLineListParams as ProductLineListParams, type ProductLineRetrieveParams as ProductLineRetrieveParams, type ProductLineCreateParams as ProductLineCreateParams, type ProductLineUpdateParams as ProductLineUpdateParams, };
|
|
40
40
|
export { Products as Products, type CreateProductRequest as CreateProductRequest, type ListProduct as ListProduct, type Product as Product, type UpdateProductRequest as UpdateProductRequest, type ProductListParams as ProductListParams, type ProductRetrieveParams as ProductRetrieveParams, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductDeleteParams as ProductDeleteParams, type ProductChangeProductLineParams as ProductChangeProductLineParams, };
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.mts","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,iBAAiB;OACtB,EACL,yBAAyB,EACzB,cAAc,EACd,iCAAiC,EACjC,mCAAmC,EACnC,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,0BAA0B,EAC1B,wBAAwB,EACxB,gBAAgB,EAChB,yBAAyB,EAC1B;OACM,KAAK,QAAQ;OACb,EACL,IAAI,EACJ,YAAY,EACZ,wBAAwB,EACxB,
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,13 +2,13 @@ import { APIResource } from "../../core/resource.js";
|
|
|
2
2
|
import * as ItemCategoriesAPI from "./item-categories/item-categories.js";
|
|
3
3
|
import { CreateItemCategoryRequest, ItemCategories, ItemCategoryChangeUnitGroupParams, ItemCategoryChangeUnitGroupResponse, ItemCategoryCreateParams, ItemCategoryDeleteResponse, ItemCategoryListParams, ItemCategoryRetrieveParams, ItemCategoryUpdateParams, ListItemCategory, UpdateItemCategoryRequest } from "./item-categories/item-categories.js";
|
|
4
4
|
import * as ItemsAPI from "./items/items.js";
|
|
5
|
-
import { Item, ItemCategory, ItemChangeCategoryParams,
|
|
5
|
+
import { Item, ItemCategory, ItemChangeCategoryParams, ItemListParams, ItemLotDefault, ItemRetrieveLotDefaultParams, ItemRetrieveParams, Items, ListItem, Rate } from "./items/items.js";
|
|
6
6
|
import * as MaterialsAPI from "./materials/materials.js";
|
|
7
|
-
import { CreateMaterialRequest, ListMaterial, Material, MaterialCreateParams, MaterialListParams, MaterialRetrieveParams, MaterialUpdateParams, Materials, QuantityInputRequest, RateInput, UpdateMaterialRequest } from "./materials/materials.js";
|
|
7
|
+
import { CreateMaterialRequest, ListMaterial, Material, MaterialCreateParams, MaterialListParams, MaterialRetrieveParams, MaterialUpdateParams, Materials, Quantity, QuantityInputRequest, RateInput, UpdateMaterialRequest } from "./materials/materials.js";
|
|
8
8
|
import * as PartsAPI from "./parts/parts.js";
|
|
9
9
|
import { CreatePartRequest, ListPart, Part, PartCreateParams, PartListParams, PartRetrieveParams, PartUpdateParams, Parts, UpdatePartRequest } from "./parts/parts.js";
|
|
10
10
|
import * as ProductLinesAPI from "./product-lines/product-lines.js";
|
|
11
|
-
import { CreateProductLineRequest, ListProductLine, ProductLine, ProductLineCreateParams, ProductLineDeleteResponse, ProductLineListParams, ProductLineRetrieveParams, ProductLineUpdateParams, ProductLines,
|
|
11
|
+
import { CreateProductLineRequest, ListProductLine, ProductLine, ProductLineCreateParams, ProductLineDeleteResponse, ProductLineListParams, ProductLineRetrieveParams, ProductLineUpdateParams, ProductLines, UpdateProductLineRequest } from "./product-lines/product-lines.js";
|
|
12
12
|
import * as ProductsAPI from "./products/products.js";
|
|
13
13
|
import { CreateProductRequest, ListProduct, Product, ProductChangeProductLineParams, ProductCreateParams, ProductDeleteParams, ProductListParams, ProductRetrieveParams, ProductUpdateParams, Products, UpdateProductRequest } from "./products/products.js";
|
|
14
14
|
import * as PropertiesAPI from "./properties/properties.js";
|
|
@@ -32,11 +32,11 @@ export declare namespace Catalog {
|
|
|
32
32
|
export { Units as Units, type CreateUnitRequest as CreateUnitRequest, type ListUnit as ListUnit, type Unit as Unit, type UpdateUnitRequest as UpdateUnitRequest, type UnitDeleteResponse as UnitDeleteResponse, type UnitListParams as UnitListParams, type UnitRetrieveParams as UnitRetrieveParams, type UnitCreateParams as UnitCreateParams, type UnitUpdateParams as UnitUpdateParams, };
|
|
33
33
|
export { UnitGroups as UnitGroups, type CreateUnitGroupRequest as CreateUnitGroupRequest, type CreateUnitGroupUnitParam as CreateUnitGroupUnitParam, type ListUnitGroup as ListUnitGroup, type ListUnitGroupUnit as ListUnitGroupUnit, type UnitGroup as UnitGroup, type UnitGroupUnit as UnitGroupUnit, type UpdateUnitGroupRequest as UpdateUnitGroupRequest, type UnitGroupDeleteResponse as UnitGroupDeleteResponse, type UnitGroupListParams as UnitGroupListParams, type UnitGroupRetrieveParams as UnitGroupRetrieveParams, type UnitGroupCreateParams as UnitGroupCreateParams, type UnitGroupUpdateParams as UnitGroupUpdateParams, };
|
|
34
34
|
export { Properties as Properties, type Attribute as Attribute, type CreatePropertyRequest as CreatePropertyRequest, type ListAttribute as ListAttribute, type ListProperty as ListProperty, type Property as Property, type UpdatePropertyRequest as UpdatePropertyRequest, type PropertyDeleteResponse as PropertyDeleteResponse, type PropertyListParams as PropertyListParams, type PropertyRetrieveParams as PropertyRetrieveParams, type PropertyCreateParams as PropertyCreateParams, type PropertyUpdateParams as PropertyUpdateParams, };
|
|
35
|
-
export { Items as Items, type Item as Item, type ItemCategory as ItemCategory, type
|
|
35
|
+
export { Items as Items, type Item as Item, type ItemCategory as ItemCategory, type ItemLotDefault as ItemLotDefault, type ListItem as ListItem, type Rate as Rate, type ItemListParams as ItemListParams, type ItemRetrieveParams as ItemRetrieveParams, type ItemRetrieveLotDefaultParams as ItemRetrieveLotDefaultParams, type ItemChangeCategoryParams as ItemChangeCategoryParams, };
|
|
36
36
|
export { ItemCategories as ItemCategories, type CreateItemCategoryRequest as CreateItemCategoryRequest, type ListItemCategory as ListItemCategory, type UpdateItemCategoryRequest as UpdateItemCategoryRequest, type ItemCategoryDeleteResponse as ItemCategoryDeleteResponse, type ItemCategoryChangeUnitGroupResponse as ItemCategoryChangeUnitGroupResponse, type ItemCategoryListParams as ItemCategoryListParams, type ItemCategoryRetrieveParams as ItemCategoryRetrieveParams, type ItemCategoryCreateParams as ItemCategoryCreateParams, type ItemCategoryUpdateParams as ItemCategoryUpdateParams, type ItemCategoryChangeUnitGroupParams as ItemCategoryChangeUnitGroupParams, };
|
|
37
|
-
export { Materials as Materials, type CreateMaterialRequest as CreateMaterialRequest, type ListMaterial as ListMaterial, type Material as Material, type QuantityInputRequest as QuantityInputRequest, type RateInput as RateInput, type UpdateMaterialRequest as UpdateMaterialRequest, type MaterialListParams as MaterialListParams, type MaterialRetrieveParams as MaterialRetrieveParams, type MaterialCreateParams as MaterialCreateParams, type MaterialUpdateParams as MaterialUpdateParams, };
|
|
37
|
+
export { Materials as Materials, type CreateMaterialRequest as CreateMaterialRequest, type ListMaterial as ListMaterial, type Material as Material, type Quantity as Quantity, type QuantityInputRequest as QuantityInputRequest, type RateInput as RateInput, type UpdateMaterialRequest as UpdateMaterialRequest, type MaterialListParams as MaterialListParams, type MaterialRetrieveParams as MaterialRetrieveParams, type MaterialCreateParams as MaterialCreateParams, type MaterialUpdateParams as MaterialUpdateParams, };
|
|
38
38
|
export { Parts as Parts, type CreatePartRequest as CreatePartRequest, type ListPart as ListPart, type Part as Part, type UpdatePartRequest as UpdatePartRequest, type PartListParams as PartListParams, type PartRetrieveParams as PartRetrieveParams, type PartCreateParams as PartCreateParams, type PartUpdateParams as PartUpdateParams, };
|
|
39
|
-
export { ProductLines as ProductLines, type CreateProductLineRequest as CreateProductLineRequest, type ListProductLine as ListProductLine, type ProductLine as ProductLine, type
|
|
39
|
+
export { ProductLines as ProductLines, type CreateProductLineRequest as CreateProductLineRequest, type ListProductLine as ListProductLine, type ProductLine as ProductLine, type UpdateProductLineRequest as UpdateProductLineRequest, type ProductLineDeleteResponse as ProductLineDeleteResponse, type ProductLineListParams as ProductLineListParams, type ProductLineRetrieveParams as ProductLineRetrieveParams, type ProductLineCreateParams as ProductLineCreateParams, type ProductLineUpdateParams as ProductLineUpdateParams, };
|
|
40
40
|
export { Products as Products, type CreateProductRequest as CreateProductRequest, type ListProduct as ListProduct, type Product as Product, type UpdateProductRequest as UpdateProductRequest, type ProductListParams as ProductListParams, type ProductRetrieveParams as ProductRetrieveParams, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductDeleteParams as ProductDeleteParams, type ProductChangeProductLineParams as ProductChangeProductLineParams, };
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=catalog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,iBAAiB;OACtB,EACL,yBAAyB,EACzB,cAAc,EACd,iCAAiC,EACjC,mCAAmC,EACnC,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,0BAA0B,EAC1B,wBAAwB,EACxB,gBAAgB,EAChB,yBAAyB,EAC1B;OACM,KAAK,QAAQ;OACb,EACL,IAAI,EACJ,YAAY,EACZ,wBAAwB,EACxB,
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,gGAAuE;AACvE,0EAY2C;AAC3C,mEAA0C;AAC1C,
|
|
1
|
+
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,gGAAuE;AACvE,0EAY2C;AAC3C,mEAA0C;AAC1C,4CAWuB;AACvB,+EAAsD;AACtD,wDAa+B;AAC/B,mEAA0C;AAC1C,4CAUuB;AACvB,0FAAiE;AACjE,oEAWuC;AACvC,4EAAmD;AACnD,qDAY6B;AAC7B,kFAAyD;AACzD,2DAaiC;AACjC,oFAA2D;AAC3D,8DAcmC;AACnC,mEAA0C;AAC1C,4CAWuB;AAEvB,MAAa,OAAQ,SAAQ,sBAAW;IAAxC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,mBAAc,GAAqC,IAAI,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC1E,CAAC;CAAA;AAVD,0BAUC;AAED,OAAO,CAAC,KAAK,GAAG,aAAK,CAAC;AACtB,OAAO,CAAC,UAAU,GAAG,wBAAU,CAAC;AAChC,OAAO,CAAC,UAAU,GAAG,uBAAU,CAAC;AAChC,OAAO,CAAC,KAAK,GAAG,aAAK,CAAC;AACtB,OAAO,CAAC,cAAc,GAAG,gCAAc,CAAC;AACxC,OAAO,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC9B,OAAO,CAAC,KAAK,GAAG,aAAK,CAAC;AACtB,OAAO,CAAC,YAAY,GAAG,4BAAY,CAAC;AACpC,OAAO,CAAC,QAAQ,GAAG,mBAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,iBAAiB;OACtB,EAEL,cAAc,GAUf;OACM,KAAK,QAAQ;OACb,
|
|
1
|
+
{"version":3,"file":"catalog.mjs","sourceRoot":"","sources":["../../src/resources/catalog/catalog.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,iBAAiB;OACtB,EAEL,cAAc,GAUf;OACM,KAAK,QAAQ;OACb,EAQL,KAAK,GAGN;OACM,KAAK,YAAY;OACjB,EAQL,SAAS,GAKV;OACM,KAAK,QAAQ;OACb,EAQL,KAAK,GAEN;OACM,KAAK,eAAe;OACpB,EASL,YAAY,GAEb;OACM,KAAK,WAAW;OAChB,EAUL,QAAQ,GAET;OACM,KAAK,aAAa;OAClB,EAKL,UAAU,GAQX;OACM,KAAK,aAAa;OAClB,EAYL,UAAU,GAEX;OACM,KAAK,QAAQ;OACb,EASL,KAAK,GAEN;AAED,MAAM,OAAO,OAAQ,SAAQ,WAAW;IAAxC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,mBAAc,GAAqC,IAAI,iBAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC1E,CAAC;CAAA;AAED,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC;AACtB,OAAO,CAAC,UAAU,GAAG,UAAU,CAAC;AAChC,OAAO,CAAC,UAAU,GAAG,UAAU,CAAC;AAChC,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC;AACtB,OAAO,CAAC,cAAc,GAAG,cAAc,CAAC;AACxC,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;AAC9B,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC;AACtB,OAAO,CAAC,YAAY,GAAG,YAAY,CAAC;AACpC,OAAO,CAAC,QAAQ,GAAG,QAAQ,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { Catalog } from "./catalog.mjs";
|
|
2
2
|
export { ItemCategories, type CreateItemCategoryRequest, type ListItemCategory, type UpdateItemCategoryRequest, type ItemCategoryDeleteResponse, type ItemCategoryChangeUnitGroupResponse, type ItemCategoryListParams, type ItemCategoryRetrieveParams, type ItemCategoryCreateParams, type ItemCategoryUpdateParams, type ItemCategoryChangeUnitGroupParams, } from "./item-categories/index.mjs";
|
|
3
|
-
export { Items, type Item, type ItemCategory, type
|
|
4
|
-
export { Materials, type CreateMaterialRequest, type ListMaterial, type Material, type QuantityInputRequest, type RateInput, type UpdateMaterialRequest, type MaterialListParams, type MaterialRetrieveParams, type MaterialCreateParams, type MaterialUpdateParams, } from "./materials/index.mjs";
|
|
3
|
+
export { Items, type Item, type ItemCategory, type ItemLotDefault, type ListItem, type Rate, type ItemListParams, type ItemRetrieveParams, type ItemRetrieveLotDefaultParams, type ItemChangeCategoryParams, } from "./items/index.mjs";
|
|
4
|
+
export { Materials, type CreateMaterialRequest, type ListMaterial, type Material, type Quantity, type QuantityInputRequest, type RateInput, type UpdateMaterialRequest, type MaterialListParams, type MaterialRetrieveParams, type MaterialCreateParams, type MaterialUpdateParams, } from "./materials/index.mjs";
|
|
5
5
|
export { Parts, type CreatePartRequest, type ListPart, type Part, type UpdatePartRequest, type PartListParams, type PartRetrieveParams, type PartCreateParams, type PartUpdateParams, } from "./parts/index.mjs";
|
|
6
|
-
export { ProductLines, type CreateProductLineRequest, type ListProductLine, type ProductLine, type
|
|
6
|
+
export { ProductLines, type CreateProductLineRequest, type ListProductLine, type ProductLine, type UpdateProductLineRequest, type ProductLineDeleteResponse, type ProductLineListParams, type ProductLineRetrieveParams, type ProductLineCreateParams, type ProductLineUpdateParams, } from "./product-lines/index.mjs";
|
|
7
7
|
export { Products, type CreateProductRequest, type ListProduct, type Product, type UpdateProductRequest, type ProductListParams, type ProductRetrieveParams, type ProductCreateParams, type ProductUpdateParams, type ProductDeleteParams, type ProductChangeProductLineParams, } from "./products/index.mjs";
|
|
8
8
|
export { Properties, type Attribute, type CreatePropertyRequest, type ListAttribute, type ListProperty, type Property, type UpdatePropertyRequest, type PropertyDeleteResponse, type PropertyListParams, type PropertyRetrieveParams, type PropertyCreateParams, type PropertyUpdateParams, } from "./properties/index.mjs";
|
|
9
9
|
export { UnitGroups, type CreateUnitGroupRequest, type CreateUnitGroupUnitParam, type ListUnitGroup, type ListUnitGroupUnit, type UnitGroup, type UnitGroupUnit, type UpdateUnitGroupRequest, type UnitGroupDeleteResponse, type UnitGroupListParams, type UnitGroupRetrieveParams, type UnitGroupCreateParams, type UnitGroupUpdateParams, } from "./unit-groups/index.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EACL,cAAc,EACd,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,mCAAmC,EACxC,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,GACvC;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,YAAY,EACjB,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EACL,cAAc,EACd,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,mCAAmC,EACxC,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,GACvC;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,QAAQ,EACb,KAAK,IAAI,EACT,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,GAC9B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,KAAK,EACL,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,IAAI,EACT,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EACL,YAAY,EACZ,KAAK,wBAAwB,EAC7B,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,GAC7B;OACM,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,GACpC;OACM,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,UAAU,EACV,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EACL,KAAK,EACL,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,IAAI,EACT,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { Catalog } from "./catalog.js";
|
|
2
2
|
export { ItemCategories, type CreateItemCategoryRequest, type ListItemCategory, type UpdateItemCategoryRequest, type ItemCategoryDeleteResponse, type ItemCategoryChangeUnitGroupResponse, type ItemCategoryListParams, type ItemCategoryRetrieveParams, type ItemCategoryCreateParams, type ItemCategoryUpdateParams, type ItemCategoryChangeUnitGroupParams, } from "./item-categories/index.js";
|
|
3
|
-
export { Items, type Item, type ItemCategory, type
|
|
4
|
-
export { Materials, type CreateMaterialRequest, type ListMaterial, type Material, type QuantityInputRequest, type RateInput, type UpdateMaterialRequest, type MaterialListParams, type MaterialRetrieveParams, type MaterialCreateParams, type MaterialUpdateParams, } from "./materials/index.js";
|
|
3
|
+
export { Items, type Item, type ItemCategory, type ItemLotDefault, type ListItem, type Rate, type ItemListParams, type ItemRetrieveParams, type ItemRetrieveLotDefaultParams, type ItemChangeCategoryParams, } from "./items/index.js";
|
|
4
|
+
export { Materials, type CreateMaterialRequest, type ListMaterial, type Material, type Quantity, type QuantityInputRequest, type RateInput, type UpdateMaterialRequest, type MaterialListParams, type MaterialRetrieveParams, type MaterialCreateParams, type MaterialUpdateParams, } from "./materials/index.js";
|
|
5
5
|
export { Parts, type CreatePartRequest, type ListPart, type Part, type UpdatePartRequest, type PartListParams, type PartRetrieveParams, type PartCreateParams, type PartUpdateParams, } from "./parts/index.js";
|
|
6
|
-
export { ProductLines, type CreateProductLineRequest, type ListProductLine, type ProductLine, type
|
|
6
|
+
export { ProductLines, type CreateProductLineRequest, type ListProductLine, type ProductLine, type UpdateProductLineRequest, type ProductLineDeleteResponse, type ProductLineListParams, type ProductLineRetrieveParams, type ProductLineCreateParams, type ProductLineUpdateParams, } from "./product-lines/index.js";
|
|
7
7
|
export { Products, type CreateProductRequest, type ListProduct, type Product, type UpdateProductRequest, type ProductListParams, type ProductRetrieveParams, type ProductCreateParams, type ProductUpdateParams, type ProductDeleteParams, type ProductChangeProductLineParams, } from "./products/index.js";
|
|
8
8
|
export { Properties, type Attribute, type CreatePropertyRequest, type ListAttribute, type ListProperty, type Property, type UpdatePropertyRequest, type PropertyDeleteResponse, type PropertyListParams, type PropertyRetrieveParams, type PropertyCreateParams, type PropertyUpdateParams, } from "./properties/index.js";
|
|
9
9
|
export { UnitGroups, type CreateUnitGroupRequest, type CreateUnitGroupUnitParam, type ListUnitGroup, type ListUnitGroupUnit, type UnitGroup, type UnitGroupUnit, type UpdateUnitGroupRequest, type UnitGroupDeleteResponse, type UnitGroupListParams, type UnitGroupRetrieveParams, type UnitGroupCreateParams, type UnitGroupUpdateParams, } from "./unit-groups/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EACL,cAAc,EACd,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,mCAAmC,EACxC,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,GACvC;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,YAAY,EACjB,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EACL,cAAc,EACd,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,mCAAmC,EACxC,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,GACvC;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,QAAQ,EACb,KAAK,IAAI,EACT,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,GAC9B;OACM,EACL,SAAS,EACT,KAAK,qBAAqB,EAC1B,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,KAAK,EACL,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,IAAI,EACT,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EACL,YAAY,EACZ,KAAK,wBAAwB,EAC7B,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,GAC7B;OACM,EACL,QAAQ,EACR,KAAK,oBAAoB,EACzB,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,GACpC;OACM,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,UAAU,EACV,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EACL,KAAK,EACL,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,IAAI,EACT,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,oDAYiC;AAX/B,uGAAA,cAAc,OAAA;AAYhB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,oDAYiC;AAX/B,uGAAA,cAAc,OAAA;AAYhB,0CAWuB;AAVrB,8FAAA,KAAK,OAAA;AAWP,8CAa2B;AAZzB,kGAAA,SAAS,OAAA;AAaX,0CAUuB;AATrB,8FAAA,KAAK,OAAA;AAUP,kDAW+B;AAV7B,qGAAA,YAAY,OAAA;AAWd,6CAY0B;AAXxB,iGAAA,QAAQ,OAAA;AAYV,+CAa4B;AAZ1B,mGAAA,UAAU,OAAA;AAaZ,gDAc6B;AAb3B,mGAAA,UAAU,OAAA;AAcZ,0CAWuB;AAVrB,8FAAA,KAAK,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAE;OACX,EACL,cAAc,GAWf;OACM,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/catalog/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAE;OACX,EACL,cAAc,GAWf;OACM,EACL,KAAK,GAUN;OACM,EACL,SAAS,GAYV;OACM,EACL,KAAK,GASN;OACM,EACL,YAAY,GAUb;OACM,EACL,QAAQ,GAWT;OACM,EACL,UAAU,GAYX;OACM,EACL,UAAU,GAaX;OACM,EACL,KAAK,GAUN"}
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as APIKeysAPI from "../../auth/api-keys/api-keys.mjs";
|
|
3
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* List and manage inventory items.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Actions extends APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Reconciles inventory for multiple items by SKU in one call, the bulk equivalent
|
|
11
|
+
* of counting stock and correcting the books.
|
|
12
|
+
*
|
|
13
|
+
* `reconcile_type` controls whether each quantity is added to the item's current
|
|
14
|
+
* quantity (`addition`) or replaces it (`force`). The figure a `force` measures
|
|
15
|
+
* against is what is on hand net of demand nothing has covered, the same basis the
|
|
16
|
+
* single-item endpoint uses. The response reports each item as reconciled, skipped
|
|
17
|
+
* (e.g. unknown SKU), or errored (e.g. unknown unit), so a problem with one item
|
|
18
|
+
* does not fail the rest of the batch.
|
|
19
|
+
*
|
|
20
|
+
* Each correction is written to the item's inventory audit trail as a user
|
|
21
|
+
* correction, attributed to the caller.
|
|
22
|
+
*
|
|
23
|
+
* This endpoint requires the permission: `items:create`.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```ts
|
|
27
|
+
* const bulkReconcileItemsResponse =
|
|
28
|
+
* await client.catalog.items.actions.bulkReconcile({
|
|
29
|
+
* data: [
|
|
30
|
+
* {
|
|
31
|
+
* sku: 'ALM-2024-1001',
|
|
32
|
+
* unit: 'kg',
|
|
33
|
+
* quantity: '10.5',
|
|
34
|
+
* },
|
|
35
|
+
* ],
|
|
36
|
+
* reconcile_type: 'addition',
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
bulkReconcile(body: ActionBulkReconcileParams, options?: RequestOptions): APIPromise<BulkReconcileItemsResponse>;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* One item to reconcile in a bulk reconcile request.
|
|
44
|
+
*/
|
|
45
|
+
export interface BulkReconcileItemInput {
|
|
46
|
+
/**
|
|
47
|
+
* Quantity to apply, interpreted according to the request's `reconcile_type`.
|
|
48
|
+
*
|
|
49
|
+
* A decimal string rather than a number: a quantity that has been through a binary
|
|
50
|
+
* float is not the quantity you sent.
|
|
51
|
+
*/
|
|
52
|
+
quantity: string;
|
|
53
|
+
/**
|
|
54
|
+
* SKU of the item to reconcile.
|
|
55
|
+
*
|
|
56
|
+
* Items whose SKU does not match an existing item are reported in the response's
|
|
57
|
+
* `skipped_items` rather than failing the request.
|
|
58
|
+
*/
|
|
59
|
+
sku: string;
|
|
60
|
+
/**
|
|
61
|
+
* Abbreviation of a unit available to your account (e.g. `kg`).
|
|
62
|
+
*
|
|
63
|
+
* The unit is checked for existence only: the quantity is always recorded in the
|
|
64
|
+
* item's own base unit, so send figures already expressed in that unit. Rows
|
|
65
|
+
* naming an abbreviation that matches no built-in or account-defined unit are
|
|
66
|
+
* reported in the response's `errors`.
|
|
67
|
+
*/
|
|
68
|
+
unit: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Request to reconcile inventory for many items at once.
|
|
72
|
+
*/
|
|
73
|
+
export interface BulkReconcileItemsRequest {
|
|
74
|
+
/**
|
|
75
|
+
* Items to reconcile.
|
|
76
|
+
*/
|
|
77
|
+
data: Array<BulkReconcileItemInput>;
|
|
78
|
+
/**
|
|
79
|
+
* How each item's quantity is applied to its current quantity.
|
|
80
|
+
*
|
|
81
|
+
* - `addition`: adds the quantity to the item's current quantity.
|
|
82
|
+
* - `force`: sets the item's current quantity to exactly the given quantity.
|
|
83
|
+
*/
|
|
84
|
+
reconcile_type: string;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* The outcome of a bulk inventory reconciliation, reported as three separate
|
|
88
|
+
* lists.
|
|
89
|
+
*/
|
|
90
|
+
export interface BulkReconcileItemsResponse {
|
|
91
|
+
/**
|
|
92
|
+
* A single page of resources, together with the metadata needed to page through
|
|
93
|
+
* the rest of the result set.
|
|
94
|
+
*/
|
|
95
|
+
errors: ListReconcileErrorResult | null;
|
|
96
|
+
/**
|
|
97
|
+
* Resource type identifier.
|
|
98
|
+
*/
|
|
99
|
+
object: 'bulk_reconcile_items_response';
|
|
100
|
+
/**
|
|
101
|
+
* A single page of resources, together with the metadata needed to page through
|
|
102
|
+
* the rest of the result set.
|
|
103
|
+
*/
|
|
104
|
+
reconciled_items: ListReconciledItemResult | null;
|
|
105
|
+
/**
|
|
106
|
+
* A single page of resources, together with the metadata needed to page through
|
|
107
|
+
* the rest of the result set.
|
|
108
|
+
*/
|
|
109
|
+
skipped_items: ListSkippedItemResult | null;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* A single page of resources, together with the metadata needed to page through
|
|
113
|
+
* the rest of the result set.
|
|
114
|
+
*/
|
|
115
|
+
export interface ListReconcileErrorResult {
|
|
116
|
+
/**
|
|
117
|
+
* Resources in this page.
|
|
118
|
+
*/
|
|
119
|
+
data: Array<ReconcileErrorResult>;
|
|
120
|
+
/**
|
|
121
|
+
* Resource type identifier.
|
|
122
|
+
*/
|
|
123
|
+
object: 'list';
|
|
124
|
+
/**
|
|
125
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
126
|
+
* how to move to the adjacent pages.
|
|
127
|
+
*
|
|
128
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
129
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
130
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
131
|
+
* search term, and page size.
|
|
132
|
+
*/
|
|
133
|
+
page_info: APIKeysAPI.PageInfo;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* A single page of resources, together with the metadata needed to page through
|
|
137
|
+
* the rest of the result set.
|
|
138
|
+
*/
|
|
139
|
+
export interface ListReconciledItemResult {
|
|
140
|
+
/**
|
|
141
|
+
* Resources in this page.
|
|
142
|
+
*/
|
|
143
|
+
data: Array<ReconciledItemResult>;
|
|
144
|
+
/**
|
|
145
|
+
* Resource type identifier.
|
|
146
|
+
*/
|
|
147
|
+
object: 'list';
|
|
148
|
+
/**
|
|
149
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
150
|
+
* how to move to the adjacent pages.
|
|
151
|
+
*
|
|
152
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
153
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
154
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
155
|
+
* search term, and page size.
|
|
156
|
+
*/
|
|
157
|
+
page_info: APIKeysAPI.PageInfo;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* A single page of resources, together with the metadata needed to page through
|
|
161
|
+
* the rest of the result set.
|
|
162
|
+
*/
|
|
163
|
+
export interface ListSkippedItemResult {
|
|
164
|
+
/**
|
|
165
|
+
* Resources in this page.
|
|
166
|
+
*/
|
|
167
|
+
data: Array<SkippedItemResult>;
|
|
168
|
+
/**
|
|
169
|
+
* Resource type identifier.
|
|
170
|
+
*/
|
|
171
|
+
object: 'list';
|
|
172
|
+
/**
|
|
173
|
+
* PageInfo describes where the current page sits within a paginated result set and
|
|
174
|
+
* how to move to the adjacent pages.
|
|
175
|
+
*
|
|
176
|
+
* Page a list by following the URLs below rather than assembling cursors yourself.
|
|
177
|
+
* For a top-level list endpoint the URL repeats the original request's query
|
|
178
|
+
* string with only the cursor swapped, so following it preserves the same filters,
|
|
179
|
+
* search term, and page size.
|
|
180
|
+
*/
|
|
181
|
+
page_info: APIKeysAPI.PageInfo;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* A submitted row that could not be reconciled.
|
|
185
|
+
*/
|
|
186
|
+
export interface ReconcileErrorResult {
|
|
187
|
+
/**
|
|
188
|
+
* Error message.
|
|
189
|
+
*/
|
|
190
|
+
error: string;
|
|
191
|
+
/**
|
|
192
|
+
* Item SKU.
|
|
193
|
+
*/
|
|
194
|
+
sku: string;
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* An item whose on-hand quantity was successfully reconciled.
|
|
198
|
+
*
|
|
199
|
+
* Both quantities are expressed in the item's own base unit, not in the unit
|
|
200
|
+
* submitted with the request.
|
|
201
|
+
*/
|
|
202
|
+
export interface ReconciledItemResult {
|
|
203
|
+
/**
|
|
204
|
+
* Item ID.
|
|
205
|
+
*/
|
|
206
|
+
item_id: string;
|
|
207
|
+
/**
|
|
208
|
+
* Quantity after the reconciliation, as a decimal string.
|
|
209
|
+
*/
|
|
210
|
+
new_quantity: string;
|
|
211
|
+
/**
|
|
212
|
+
* Quantity before the reconciliation, as a decimal string.
|
|
213
|
+
*/
|
|
214
|
+
previous_quantity: string;
|
|
215
|
+
/**
|
|
216
|
+
* Item SKU.
|
|
217
|
+
*/
|
|
218
|
+
sku: string;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* A submitted row that was skipped rather than reconciled.
|
|
222
|
+
*/
|
|
223
|
+
export interface SkippedItemResult {
|
|
224
|
+
/**
|
|
225
|
+
* Human-readable reason the item was skipped.
|
|
226
|
+
*/
|
|
227
|
+
reason: string;
|
|
228
|
+
/**
|
|
229
|
+
* Item SKU.
|
|
230
|
+
*/
|
|
231
|
+
sku: string;
|
|
232
|
+
}
|
|
233
|
+
export interface ActionBulkReconcileParams {
|
|
234
|
+
/**
|
|
235
|
+
* Items to reconcile.
|
|
236
|
+
*/
|
|
237
|
+
data: Array<BulkReconcileItemInput>;
|
|
238
|
+
/**
|
|
239
|
+
* How each item's quantity is applied to its current quantity.
|
|
240
|
+
*
|
|
241
|
+
* - `addition`: adds the quantity to the item's current quantity.
|
|
242
|
+
* - `force`: sets the item's current quantity to exactly the given quantity.
|
|
243
|
+
*/
|
|
244
|
+
reconcile_type: string;
|
|
245
|
+
}
|
|
246
|
+
export declare namespace Actions {
|
|
247
|
+
export { type BulkReconcileItemInput as BulkReconcileItemInput, type BulkReconcileItemsRequest as BulkReconcileItemsRequest, type BulkReconcileItemsResponse as BulkReconcileItemsResponse, type ListReconcileErrorResult as ListReconcileErrorResult, type ListReconciledItemResult as ListReconciledItemResult, type ListSkippedItemResult as ListSkippedItemResult, type ReconcileErrorResult as ReconcileErrorResult, type ReconciledItemResult as ReconciledItemResult, type SkippedItemResult as SkippedItemResult, type ActionBulkReconcileParams as ActionBulkReconcileParams, };
|
|
248
|
+
}
|
|
249
|
+
//# sourceMappingURL=actions.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.mts","sourceRoot":"","sources":["../../../src/resources/catalog/items/actions.ts"],"names":[],"mappings":"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"}
|