@erp-galoper/types 1.0.1015 → 1.0.1016

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 +11 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -21151,6 +21151,11 @@ export interface components {
21151
21151
  branchId: number;
21152
21152
  /**
21153
21153
  * Assignedwarehouses
21154
+ * @description
21155
+ * - visible when module inventory is enabled
21156
+ * - assign warehouses to user, user can access only assigned warehouses
21157
+ * - get warehouses from /api/v1/inventory/warehouses/ and filter by branch equals to assigned branches ids
21158
+ *
21154
21159
  * @default []
21155
21160
  */
21156
21161
  assignedWarehouses: number[];
@@ -21469,6 +21474,11 @@ export interface components {
21469
21474
  branchId: number;
21470
21475
  /**
21471
21476
  * Assignedwarehouses
21477
+ * @description
21478
+ * - visible when module inventory is enabled
21479
+ * - assign warehouses to user, user can access only assigned warehouses
21480
+ * - get warehouses from /api/v1/inventory/warehouses/ and filter by branch equals to assigned branches ids
21481
+ *
21472
21482
  * @default []
21473
21483
  */
21474
21484
  assignedWarehouses: number[];
@@ -25351,6 +25361,7 @@ export interface components {
25351
25361
  endBusinessHour: string | null;
25352
25362
  /** Allowratechange */
25353
25363
  allowRateChange: boolean;
25364
+ /** @description visible when inventory module is on */
25354
25365
  stockUpdateTrigger: components["schemas"]["StockUpdateTrigger"];
25355
25366
  /**
25356
25367
  * Usesecondarycurrency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1015",
3
+ "version": "1.0.1016",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],