@erp-galoper/main-package 1.0.227 → 1.0.229

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 +9 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -10095,6 +10095,8 @@ export interface components {
10095
10095
  departments: components["schemas"]["DepartmentCommonSchema"][];
10096
10096
  /** Isowner */
10097
10097
  isOwner: boolean;
10098
+ /** Isactive */
10099
+ isActive: boolean;
10098
10100
  };
10099
10101
  /** WarehouseSummaryInfo */
10100
10102
  WarehouseSummaryInfo: {
@@ -10163,6 +10165,8 @@ export interface components {
10163
10165
  departments: components["schemas"]["DepartmentCommonSchema"][];
10164
10166
  /** Isowner */
10165
10167
  isOwner: boolean;
10168
+ /** Isactive */
10169
+ isActive: boolean;
10166
10170
  };
10167
10171
  /** UpdateUser */
10168
10172
  UpdateUser: {
@@ -10201,6 +10205,8 @@ export interface components {
10201
10205
  * @default []
10202
10206
  */
10203
10207
  departments: string[];
10208
+ /** Isactive */
10209
+ isActive?: boolean;
10204
10210
  };
10205
10211
  /** CreateUserSetting */
10206
10212
  CreateUserSetting: {
@@ -12028,7 +12034,7 @@ export interface components {
12028
12034
  /** Description */
12029
12035
  description: string;
12030
12036
  /** Isdoe */
12031
- isDoe: boolean;
12037
+ isDoe?: boolean;
12032
12038
  /** Companyrate */
12033
12039
  companyRate: number | string;
12034
12040
  /** Usdrate */
@@ -12153,7 +12159,7 @@ export interface components {
12153
12159
  /** Description */
12154
12160
  description: string;
12155
12161
  /** Isdoe */
12156
- isDoe: boolean;
12162
+ isDoe?: boolean;
12157
12163
  /** Companyrate */
12158
12164
  companyRate: number | string;
12159
12165
  /** Usdrate */
@@ -15933,7 +15939,7 @@ export interface components {
15933
15939
  /**
15934
15940
  * Id
15935
15941
  * Format: uuid
15936
- * @example f8e0211a-d265-44c4-8526-71918ef13f80
15942
+ * @example 67792cb2-ed8f-4014-a0d9-7be2d645c008
15937
15943
  */
15938
15944
  id: string;
15939
15945
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.227",
3
+ "version": "1.0.229",
4
4
  "main": "openapi.ts"
5
5
  }