@erp-galoper/types 1.0.1661 → 1.0.1663
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 +1 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -61444,7 +61444,7 @@ export interface operations {
|
|
|
61444
61444
|
viewType?: "flat" | "tree";
|
|
61445
61445
|
itemQuantity?: boolean;
|
|
61446
61446
|
branchId?: number;
|
|
61447
|
-
/** @description search by item name
|
|
61447
|
+
/** @description search by item name, short name, sku code, barcode, serial number, batch number, category, brand, tag, or family */
|
|
61448
61448
|
search?: string;
|
|
61449
61449
|
/** @description List of warehouse IDs to filter quantities by. If not provided, all warehouses will be included. */
|
|
61450
61450
|
warehouses?: number[] | null;
|