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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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;
|