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 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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.292",
3
+ "version": "5.1.293",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",