@erp-galoper/types 1.0.1837 → 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.
- package/openapi.ts +2 -0
- 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 */
|