@erp-galoper/types 1.0.1090 → 1.0.1091

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 +4 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -19245,6 +19245,8 @@ export interface components {
19245
19245
  * @default []
19246
19246
  */
19247
19247
  assignedBranches: components["schemas"]["UserBranchSchema"][];
19248
+ /** Isowner */
19249
+ isOwner: boolean;
19248
19250
  };
19249
19251
  /** RolesSchema */
19250
19252
  RolesSchema: {
@@ -19270,6 +19272,8 @@ export interface components {
19270
19272
  number: number;
19271
19273
  /** Code */
19272
19274
  code?: string | null;
19275
+ /** Islocal */
19276
+ isLocal: boolean;
19273
19277
  };
19274
19278
  /** WarehouseSummaryInfo */
19275
19279
  WarehouseSummaryInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1090",
3
+ "version": "1.0.1091",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],