@erp-galoper/types 1.0.1661 → 1.0.1662

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.
Files changed (2) hide show
  1. package/openapi.ts +1 -1
  2. 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 ,short name, sku code or barcode */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1661",
3
+ "version": "1.0.1662",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],