@erp-galoper/types 1.0.1473 → 1.0.1474

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 +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -67252,7 +67252,7 @@ export interface operations {
67252
67252
  /** @description Search by warehouse name, item (name, SKU, short name), barcodes, serial numbers, batch numbers, or description */
67253
67253
  search?: string | null;
67254
67254
  /** @description Filter by warehouse ID(s). If not provided, all assigned warehouses will be included. */
67255
- warehouse?: number[] | null;
67255
+ warehouses?: number[] | null;
67256
67256
  };
67257
67257
  header?: never;
67258
67258
  path?: never;
@@ -67593,7 +67593,7 @@ export interface operations {
67593
67593
  /** @description Search by warehouse name, item (name, SKU, short name), barcodes, serial numbers, or batch numbers */
67594
67594
  search?: string | null;
67595
67595
  /** @description Filter by warehouse ID(s). If not provided, all assigned warehouses will be included. */
67596
- warehouse?: number[] | null;
67596
+ warehouses?: number[] | null;
67597
67597
  };
67598
67598
  header?: never;
67599
67599
  path?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1473",
3
+ "version": "1.0.1474",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],