@erp-galoper/types 1.0.1366 → 1.0.1367

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
@@ -95582,9 +95582,9 @@ export interface operations {
95582
95582
  reports_inventoryreport_views_get_item_availability_report: {
95583
95583
  parameters: {
95584
95584
  query?: {
95585
- /** @description List of branch IDs */
95585
+ /** @description List of branch IDs (any branch) */
95586
95586
  branches?: number[] | null;
95587
- /** @description List of warehouse IDs */
95587
+ /** @description List of warehouse IDs (any warehouse) */
95588
95588
  warehouses?: number[] | null;
95589
95589
  /** @description List of family IDs */
95590
95590
  families?: number[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1366",
3
+ "version": "1.0.1367",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],