automation-lib 5.1.371 → 5.1.373

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
@@ -3931,7 +3931,6 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
3931
3931
  deviceKey: string;
3932
3932
  device: IDevice | string;
3933
3933
  group: IAccountSocialGroup | string;
3934
- avatar: string | IFile;
3935
3934
  statusLogin: EStatusAccountSocialLogin;
3936
3935
  timeLogin: Date;
3937
3936
  email: string;
package/dist/index.d.ts CHANGED
@@ -3931,7 +3931,6 @@ interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
3931
3931
  deviceKey: string;
3932
3932
  device: IDevice | string;
3933
3933
  group: IAccountSocialGroup | string;
3934
- avatar: string | IFile;
3935
3934
  statusLogin: EStatusAccountSocialLogin;
3936
3935
  timeLogin: Date;
3937
3936
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.371",
3
+ "version": "5.1.373",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",