@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.
- package/openapi.ts +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
|
|
52381
|
+
query?: {
|
|
52382
|
+
branchId?: number;
|
|
52383
52383
|
/** @description Search by warehouse name */
|
|
52384
52384
|
search?: string | null;
|
|
52385
52385
|
};
|