@erp-galoper/types 1.0.1836 → 1.0.1838

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 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -64773,6 +64773,8 @@ export interface operations {
64773
64773
  parameters: {
64774
64774
  query?: {
64775
64775
  branchId?: string;
64776
+ /** @description List of branch IDs */
64777
+ branches?: string[] | null;
64776
64778
  /** @description Search by warehouse name */
64777
64779
  search?: string | null;
64778
64780
  /** @description If true, only return warehouses assigned to the current user */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1836",
3
+ "version": "1.0.1838",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],