@erp-galoper/types 1.0.1142 → 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.
- package/openapi.ts +1 -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
|
-
|
|
24998
|
-
user?: number | null;
|
|
24997
|
+
user?: components["schemas"]["UserSharedSchema"] | null;
|
|
24999
24998
|
/**
|
|
25000
24999
|
* Date
|
|
25001
25000
|
* Format: date-time
|