automation-lib 5.1.292 → 5.1.293
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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9123,6 +9123,7 @@ interface CreateUserDto extends Partial<IUser> {
|
|
|
9123
9123
|
user_gender: EGender;
|
|
9124
9124
|
user_isSubAdmin?: boolean;
|
|
9125
9125
|
user_avatar?: string;
|
|
9126
|
+
user_address?: string;
|
|
9126
9127
|
user_department?: string;
|
|
9127
9128
|
user_team?: string;
|
|
9128
9129
|
user_roles?: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -9123,6 +9123,7 @@ interface CreateUserDto extends Partial<IUser> {
|
|
|
9123
9123
|
user_gender: EGender;
|
|
9124
9124
|
user_isSubAdmin?: boolean;
|
|
9125
9125
|
user_avatar?: string;
|
|
9126
|
+
user_address?: string;
|
|
9126
9127
|
user_department?: string;
|
|
9127
9128
|
user_team?: string;
|
|
9128
9129
|
user_roles?: string[];
|