@ningboyz/types 1.7.190 → 1.7.191
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import { construct } from "@aximario/json-tree";
|
|
|
2
2
|
import _ from "lodash";
|
|
3
3
|
import { type IBaseResponse, TBaseResponse } from "../base/IBaseResponse";
|
|
4
4
|
import { TFlowDataResponse } from "../flow/IFlowDataResponse.ts";
|
|
5
|
-
import { TCore } from "../index.ts";
|
|
5
|
+
import { TCore, TTabl } from "../index.ts";
|
|
6
6
|
import type { IDeptResponse } from "./IDeptResponse";
|
|
7
7
|
import type { IDictResponse } from "./IDictResponse";
|
|
8
8
|
import type { IPartResponse } from "./IPartResponse";
|
|
@@ -259,11 +259,11 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
259
259
|
listGet4Laid: IUserPartResponse[];
|
|
260
260
|
listGet4Gzjg: IUserPartResponse[];
|
|
261
261
|
listGet4Dict: IUserPartResponse[];
|
|
262
|
-
|
|
263
262
|
listUserDuty: IUserDutyResponse[];
|
|
264
263
|
listUserEduc: IUserEducResponse[];
|
|
265
264
|
listUserMemb: IUserMembResponse[];
|
|
266
265
|
listUserPass: IUserPassResponse[];
|
|
266
|
+
listWzk8: TTabl.ITablWzk8Response[]
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
export class TUserResponse extends TBaseResponse<IUserResponse> implements IUserResponse {
|
|
@@ -493,7 +493,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
493
493
|
listUserEduc: IUserEducResponse[] = [];
|
|
494
494
|
listUserMemb: IUserMembResponse[] = [];
|
|
495
495
|
listUserPass: IUserPassResponse[] = [];
|
|
496
|
-
|
|
496
|
+
listWzk8: TTabl.ITablWzk8Response[] = [];
|
|
497
497
|
constructor(response?: any) {
|
|
498
498
|
super();
|
|
499
499
|
if (response) {
|