@erp-galoper/types 1.0.1141 → 1.0.1143

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 +1 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -24994,8 +24994,7 @@ export interface components {
24994
24994
  /** Historyid */
24995
24995
  historyId: string;
24996
24996
  logType: components["schemas"]["LogType"];
24997
- /** User */
24998
- user?: number | null;
24997
+ user?: components["schemas"]["UserSharedSchema"] | null;
24999
24998
  /**
25000
24999
  * Date
25001
25000
  * Format: date-time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1141",
3
+ "version": "1.0.1143",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],