@erp-galoper/types 1.0.1154 → 1.0.1155

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
@@ -52378,8 +52378,8 @@ export interface operations {
52378
52378
  };
52379
52379
  inventory_warehouse_views_list_warehouses: {
52380
52380
  parameters: {
52381
- query: {
52382
- branchId: number;
52381
+ query?: {
52382
+ branchId?: number;
52383
52383
  /** @description Search by warehouse name */
52384
52384
  search?: string | null;
52385
52385
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1154",
3
+ "version": "1.0.1155",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],