@erp-galoper/types 1.0.1148 → 1.0.1150
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/openapi.ts +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23175,6 +23175,7 @@ export interface components {
|
|
|
23175
23175
|
variations: number[];
|
|
23176
23176
|
/**
|
|
23177
23177
|
* Alternativeitems
|
|
23178
|
+
* @description get items using route /api/v1/inventory/items/?viewType=flat and filter by isActive=True, role not equal to template, and type equals to current item type
|
|
23178
23179
|
* @default []
|
|
23179
23180
|
*/
|
|
23180
23181
|
alternativeItems: components["schemas"]["AlternativeItemIsTwoWaysSchema"][];
|
|
@@ -23488,6 +23489,7 @@ export interface components {
|
|
|
23488
23489
|
variations: number[];
|
|
23489
23490
|
/**
|
|
23490
23491
|
* Alternativeitems
|
|
23492
|
+
* @description get items using route /api/v1/inventory/items/?viewType=flat and filter by isActive=True, role not equal to template, type equals to current item type, and id not equal to current item id
|
|
23491
23493
|
* @default []
|
|
23492
23494
|
*/
|
|
23493
23495
|
alternativeItems: components["schemas"]["AlternativeItemIsTwoWaysSchema"][];
|
|
@@ -86997,7 +86999,7 @@ export interface operations {
|
|
|
86997
86999
|
/** @description List of package IDs */
|
|
86998
87000
|
packages?: string[] | null;
|
|
86999
87001
|
/** @description List of UOM IDs */
|
|
87000
|
-
|
|
87002
|
+
unitOfMeasure?: number[] | null;
|
|
87001
87003
|
};
|
|
87002
87004
|
header?: never;
|
|
87003
87005
|
path?: never;
|