automation-lib 5.4.300 → 5.4.302
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 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4680,7 +4680,6 @@ interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
|
4680
4680
|
}
|
|
4681
4681
|
|
|
4682
4682
|
interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
|
|
4683
|
-
typeSocial: ETypeSocial;
|
|
4684
4683
|
accountID: number;
|
|
4685
4684
|
group: IAccountSocialGroup | string;
|
|
4686
4685
|
nameAppCloneSocial: string;
|
|
@@ -4719,7 +4718,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4719
4718
|
statusPasswordSyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
4720
4719
|
old2FA: string;
|
|
4721
4720
|
new2FA: string;
|
|
4722
|
-
|
|
4721
|
+
statusChange2FA: EStatusChangeInfo;
|
|
4723
4722
|
timeChange2FA: Date;
|
|
4724
4723
|
status2FASyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
4725
4724
|
oldEmail: string;
|
|
@@ -12938,7 +12937,6 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
|
|
|
12938
12937
|
|
|
12939
12938
|
interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
|
|
12940
12939
|
accountInstagram: string | IInstagramAccountRaw;
|
|
12941
|
-
typeSocial: ETypeSocial;
|
|
12942
12940
|
accountID: number;
|
|
12943
12941
|
group: IAccountSocialGroup | string;
|
|
12944
12942
|
nameAppCloneSocial: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -4680,7 +4680,6 @@ interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
|
4680
4680
|
}
|
|
4681
4681
|
|
|
4682
4682
|
interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
|
|
4683
|
-
typeSocial: ETypeSocial;
|
|
4684
4683
|
accountID: number;
|
|
4685
4684
|
group: IAccountSocialGroup | string;
|
|
4686
4685
|
nameAppCloneSocial: string;
|
|
@@ -4719,7 +4718,7 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4719
4718
|
statusPasswordSyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
4720
4719
|
old2FA: string;
|
|
4721
4720
|
new2FA: string;
|
|
4722
|
-
|
|
4721
|
+
statusChange2FA: EStatusChangeInfo;
|
|
4723
4722
|
timeChange2FA: Date;
|
|
4724
4723
|
status2FASyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
4725
4724
|
oldEmail: string;
|
|
@@ -12938,7 +12937,6 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
|
|
|
12938
12937
|
|
|
12939
12938
|
interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
|
|
12940
12939
|
accountInstagram: string | IInstagramAccountRaw;
|
|
12941
|
-
typeSocial: ETypeSocial;
|
|
12942
12940
|
accountID: number;
|
|
12943
12941
|
group: IAccountSocialGroup | string;
|
|
12944
12942
|
nameAppCloneSocial: string;
|