automation-lib 5.0.232 → 5.0.234
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 +35 -23
- package/dist/index.d.ts +35 -23
- package/dist/index.js +38 -27
- package/dist/index.mjs +38 -27
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -528,7 +528,7 @@ declare enum EStatusAccountSocial {
|
|
|
528
528
|
Unknown = "Unknown"
|
|
529
529
|
}
|
|
530
530
|
|
|
531
|
-
declare enum
|
|
531
|
+
declare enum EStatusAccountSocialSync {
|
|
532
532
|
New = "New",
|
|
533
533
|
Done = "Done",
|
|
534
534
|
Waiting = "Waiting",
|
|
@@ -536,15 +536,23 @@ declare enum EStatusSyncAccountSocial {
|
|
|
536
536
|
Failed = "Failed"
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
declare enum
|
|
539
|
+
declare enum EStatusAccountSocialLoginEmail {
|
|
540
540
|
LoginSuccess = "LoginSuccess",
|
|
541
541
|
LoginError = "LoginError"
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
-
declare enum
|
|
544
|
+
declare enum EStatusAccountSocialLogin {
|
|
545
545
|
Active = "Active",
|
|
546
546
|
InActive = "InActive",
|
|
547
|
-
Blocked = "Blocked"
|
|
547
|
+
Blocked = "Blocked",
|
|
548
|
+
Waiting = "Waiting"
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
declare enum EStatusAccountSocialImport {
|
|
552
|
+
Successfully = "Successfully",
|
|
553
|
+
Error = "Error",
|
|
554
|
+
ImportError = "ImportError",
|
|
555
|
+
DataError = "DataError"
|
|
548
556
|
}
|
|
549
557
|
|
|
550
558
|
declare enum EStatusTaskAIContent {
|
|
@@ -722,10 +730,18 @@ type index$i_EStatusAccountDrive = EStatusAccountDrive;
|
|
|
722
730
|
declare const index$i_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
723
731
|
type index$i_EStatusAccountSocial = EStatusAccountSocial;
|
|
724
732
|
declare const index$i_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
733
|
+
type index$i_EStatusAccountSocialImport = EStatusAccountSocialImport;
|
|
734
|
+
declare const index$i_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
|
|
735
|
+
type index$i_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
736
|
+
declare const index$i_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
|
737
|
+
type index$i_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
|
738
|
+
declare const index$i_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
|
725
739
|
type index$i_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
|
726
740
|
declare const index$i_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
|
727
741
|
type index$i_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
|
728
742
|
declare const index$i_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
|
|
743
|
+
type index$i_EStatusAccountSocialSync = EStatusAccountSocialSync;
|
|
744
|
+
declare const index$i_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
|
|
729
745
|
type index$i_EStatusAccountVPN = EStatusAccountVPN;
|
|
730
746
|
declare const index$i_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
731
747
|
type index$i_EStatusActive = EStatusActive;
|
|
@@ -742,16 +758,10 @@ type index$i_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
|
742
758
|
declare const index$i_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
743
759
|
type index$i_EStatusLark = EStatusLark;
|
|
744
760
|
declare const index$i_EStatusLark: typeof EStatusLark;
|
|
745
|
-
type index$i_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
|
|
746
|
-
declare const index$i_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
|
|
747
|
-
type index$i_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
|
|
748
|
-
declare const index$i_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
|
|
749
761
|
type index$i_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
|
750
762
|
declare const index$i_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
|
751
763
|
type index$i_EStatusSheetWork = EStatusSheetWork;
|
|
752
764
|
declare const index$i_EStatusSheetWork: typeof EStatusSheetWork;
|
|
753
|
-
type index$i_EStatusSyncAccountSocial = EStatusSyncAccountSocial;
|
|
754
|
-
declare const index$i_EStatusSyncAccountSocial: typeof EStatusSyncAccountSocial;
|
|
755
765
|
type index$i_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
756
766
|
declare const index$i_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
757
767
|
type index$i_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
@@ -773,7 +783,7 @@ declare const index$i_EStatusTeam: typeof EStatusTeam;
|
|
|
773
783
|
type index$i_EStatusVPS = EStatusVPS;
|
|
774
784
|
declare const index$i_EStatusVPS: typeof EStatusVPS;
|
|
775
785
|
declare namespace index$i {
|
|
776
|
-
export { index$i_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$i_EStatusAccountCanva as EStatusAccountCanva, index$i_EStatusAccountDrive as EStatusAccountDrive, index$i_EStatusAccountSocial as EStatusAccountSocial, index$i_EStatusAccountSocialRun as EStatusAccountSocialRun, index$i_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$i_EStatusAccountVPN as EStatusAccountVPN, index$i_EStatusActive as EStatusActive, index$i_EStatusBlog as EStatusBlog, index$i_EStatusChangeInfo as EStatusChangeInfo, index$i_EStatusCommon as EStatusCommon, index$i_EStatusConnectDevice as EStatusConnectDevice, index$i_EStatusExecuteCommon as EStatusExecuteCommon, index$i_EStatusLark as EStatusLark, index$
|
|
786
|
+
export { index$i_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$i_EStatusAccountCanva as EStatusAccountCanva, index$i_EStatusAccountDrive as EStatusAccountDrive, index$i_EStatusAccountSocial as EStatusAccountSocial, index$i_EStatusAccountSocialImport as EStatusAccountSocialImport, index$i_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$i_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$i_EStatusAccountSocialRun as EStatusAccountSocialRun, index$i_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$i_EStatusAccountSocialSync as EStatusAccountSocialSync, index$i_EStatusAccountVPN as EStatusAccountVPN, index$i_EStatusActive as EStatusActive, index$i_EStatusBlog as EStatusBlog, index$i_EStatusChangeInfo as EStatusChangeInfo, index$i_EStatusCommon as EStatusCommon, index$i_EStatusConnectDevice as EStatusConnectDevice, index$i_EStatusExecuteCommon as EStatusExecuteCommon, index$i_EStatusLark as EStatusLark, index$i_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$i_EStatusSheetWork as EStatusSheetWork, index$i_EStatusTaskAIContent as EStatusTaskAIContent, index$i_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$i_EStatusTaskCanva as EStatusTaskCanva, index$i_EStatusTaskImage as EStatusTaskImage, index$i_EStatusTaskJob as EStatusTaskJob, index$i_EStatusTaskJobGroup as EStatusTaskJobGroup, index$i_EStatusTaskToolSocials as EStatusTaskToolSocials, index$i_EStatusTaskVoice as EStatusTaskVoice, index$i_EStatusTeam as EStatusTeam, index$i_EStatusVPS as EStatusVPS };
|
|
777
787
|
}
|
|
778
788
|
|
|
779
789
|
declare enum EFolderImageAI {
|
|
@@ -1871,12 +1881,12 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1871
1881
|
oldPassword: string;
|
|
1872
1882
|
newPassword: string;
|
|
1873
1883
|
statusChangePassword: EStatusChangeInfo;
|
|
1874
|
-
statusLogin:
|
|
1884
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1875
1885
|
email: string;
|
|
1876
1886
|
emailPassword: string;
|
|
1877
1887
|
email2FA: string;
|
|
1878
1888
|
emailReceiver: string;
|
|
1879
|
-
statusLoginEmail:
|
|
1889
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1880
1890
|
nameAppClone: string;
|
|
1881
1891
|
packageApp: string;
|
|
1882
1892
|
note: string;
|
|
@@ -1897,11 +1907,12 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1897
1907
|
device: IDevice | string;
|
|
1898
1908
|
group: IThreadsAccountGroup | string;
|
|
1899
1909
|
timeImport: Date;
|
|
1900
|
-
statusImport:
|
|
1901
|
-
statusSyncAccount:
|
|
1910
|
+
statusImport: EStatusAccountSocialImport;
|
|
1911
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
1902
1912
|
timeSyncAccount: Date;
|
|
1903
1913
|
accountSocialSync: IThreadsAccountRun;
|
|
1904
|
-
|
|
1914
|
+
noteImport: string;
|
|
1915
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1905
1916
|
timeLogin: Date;
|
|
1906
1917
|
promptAvatar: string;
|
|
1907
1918
|
avatar: string | IFile;
|
|
@@ -1935,7 +1946,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1935
1946
|
emailPassword: string;
|
|
1936
1947
|
email2FA: string;
|
|
1937
1948
|
emailReceiver: string;
|
|
1938
|
-
statusLoginEmail:
|
|
1949
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1939
1950
|
timeLoginEmail: Date;
|
|
1940
1951
|
totalLinkBio: string[];
|
|
1941
1952
|
statusChangeBio: string;
|
|
@@ -2006,12 +2017,12 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2006
2017
|
oldPassword: string;
|
|
2007
2018
|
newPassword: string;
|
|
2008
2019
|
statusChangePassword: EStatusChangeInfo;
|
|
2009
|
-
statusLogin:
|
|
2020
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2010
2021
|
email: string;
|
|
2011
2022
|
emailPassword: string;
|
|
2012
2023
|
email2FA: string;
|
|
2013
2024
|
emailReceiver: string;
|
|
2014
|
-
statusLoginEmail:
|
|
2025
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2015
2026
|
nameAppClone: string;
|
|
2016
2027
|
packageApp: string;
|
|
2017
2028
|
note: string;
|
|
@@ -2032,11 +2043,12 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2032
2043
|
device: IDevice | string;
|
|
2033
2044
|
group: IInstagramAccountGroup | string;
|
|
2034
2045
|
timeImport: Date;
|
|
2035
|
-
statusImport:
|
|
2036
|
-
statusSyncAccount:
|
|
2046
|
+
statusImport: EStatusAccountSocialImport;
|
|
2047
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2037
2048
|
timeSyncAccount: Date;
|
|
2038
2049
|
accountSocialSync: IInstagramAccountRun;
|
|
2039
|
-
|
|
2050
|
+
noteImport: string;
|
|
2051
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2040
2052
|
timeLogin: Date;
|
|
2041
2053
|
promptAvatar: string;
|
|
2042
2054
|
avatar: string | IFile;
|
|
@@ -2070,7 +2082,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2070
2082
|
emailPassword: string;
|
|
2071
2083
|
email2FA: string;
|
|
2072
2084
|
emailReceiver: string;
|
|
2073
|
-
statusLoginEmail:
|
|
2085
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2074
2086
|
timeLoginEmail: Date;
|
|
2075
2087
|
totalLinkBio: string[];
|
|
2076
2088
|
statusChangeBio: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -528,7 +528,7 @@ declare enum EStatusAccountSocial {
|
|
|
528
528
|
Unknown = "Unknown"
|
|
529
529
|
}
|
|
530
530
|
|
|
531
|
-
declare enum
|
|
531
|
+
declare enum EStatusAccountSocialSync {
|
|
532
532
|
New = "New",
|
|
533
533
|
Done = "Done",
|
|
534
534
|
Waiting = "Waiting",
|
|
@@ -536,15 +536,23 @@ declare enum EStatusSyncAccountSocial {
|
|
|
536
536
|
Failed = "Failed"
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
declare enum
|
|
539
|
+
declare enum EStatusAccountSocialLoginEmail {
|
|
540
540
|
LoginSuccess = "LoginSuccess",
|
|
541
541
|
LoginError = "LoginError"
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
-
declare enum
|
|
544
|
+
declare enum EStatusAccountSocialLogin {
|
|
545
545
|
Active = "Active",
|
|
546
546
|
InActive = "InActive",
|
|
547
|
-
Blocked = "Blocked"
|
|
547
|
+
Blocked = "Blocked",
|
|
548
|
+
Waiting = "Waiting"
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
declare enum EStatusAccountSocialImport {
|
|
552
|
+
Successfully = "Successfully",
|
|
553
|
+
Error = "Error",
|
|
554
|
+
ImportError = "ImportError",
|
|
555
|
+
DataError = "DataError"
|
|
548
556
|
}
|
|
549
557
|
|
|
550
558
|
declare enum EStatusTaskAIContent {
|
|
@@ -722,10 +730,18 @@ type index$i_EStatusAccountDrive = EStatusAccountDrive;
|
|
|
722
730
|
declare const index$i_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
723
731
|
type index$i_EStatusAccountSocial = EStatusAccountSocial;
|
|
724
732
|
declare const index$i_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
733
|
+
type index$i_EStatusAccountSocialImport = EStatusAccountSocialImport;
|
|
734
|
+
declare const index$i_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
|
|
735
|
+
type index$i_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
736
|
+
declare const index$i_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
|
737
|
+
type index$i_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
|
738
|
+
declare const index$i_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
|
725
739
|
type index$i_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
|
726
740
|
declare const index$i_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
|
727
741
|
type index$i_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
|
728
742
|
declare const index$i_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
|
|
743
|
+
type index$i_EStatusAccountSocialSync = EStatusAccountSocialSync;
|
|
744
|
+
declare const index$i_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
|
|
729
745
|
type index$i_EStatusAccountVPN = EStatusAccountVPN;
|
|
730
746
|
declare const index$i_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
731
747
|
type index$i_EStatusActive = EStatusActive;
|
|
@@ -742,16 +758,10 @@ type index$i_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
|
742
758
|
declare const index$i_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
743
759
|
type index$i_EStatusLark = EStatusLark;
|
|
744
760
|
declare const index$i_EStatusLark: typeof EStatusLark;
|
|
745
|
-
type index$i_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
|
|
746
|
-
declare const index$i_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
|
|
747
|
-
type index$i_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
|
|
748
|
-
declare const index$i_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
|
|
749
761
|
type index$i_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
|
750
762
|
declare const index$i_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
|
751
763
|
type index$i_EStatusSheetWork = EStatusSheetWork;
|
|
752
764
|
declare const index$i_EStatusSheetWork: typeof EStatusSheetWork;
|
|
753
|
-
type index$i_EStatusSyncAccountSocial = EStatusSyncAccountSocial;
|
|
754
|
-
declare const index$i_EStatusSyncAccountSocial: typeof EStatusSyncAccountSocial;
|
|
755
765
|
type index$i_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
756
766
|
declare const index$i_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
757
767
|
type index$i_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
@@ -773,7 +783,7 @@ declare const index$i_EStatusTeam: typeof EStatusTeam;
|
|
|
773
783
|
type index$i_EStatusVPS = EStatusVPS;
|
|
774
784
|
declare const index$i_EStatusVPS: typeof EStatusVPS;
|
|
775
785
|
declare namespace index$i {
|
|
776
|
-
export { index$i_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$i_EStatusAccountCanva as EStatusAccountCanva, index$i_EStatusAccountDrive as EStatusAccountDrive, index$i_EStatusAccountSocial as EStatusAccountSocial, index$i_EStatusAccountSocialRun as EStatusAccountSocialRun, index$i_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$i_EStatusAccountVPN as EStatusAccountVPN, index$i_EStatusActive as EStatusActive, index$i_EStatusBlog as EStatusBlog, index$i_EStatusChangeInfo as EStatusChangeInfo, index$i_EStatusCommon as EStatusCommon, index$i_EStatusConnectDevice as EStatusConnectDevice, index$i_EStatusExecuteCommon as EStatusExecuteCommon, index$i_EStatusLark as EStatusLark, index$
|
|
786
|
+
export { index$i_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$i_EStatusAccountCanva as EStatusAccountCanva, index$i_EStatusAccountDrive as EStatusAccountDrive, index$i_EStatusAccountSocial as EStatusAccountSocial, index$i_EStatusAccountSocialImport as EStatusAccountSocialImport, index$i_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$i_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$i_EStatusAccountSocialRun as EStatusAccountSocialRun, index$i_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$i_EStatusAccountSocialSync as EStatusAccountSocialSync, index$i_EStatusAccountVPN as EStatusAccountVPN, index$i_EStatusActive as EStatusActive, index$i_EStatusBlog as EStatusBlog, index$i_EStatusChangeInfo as EStatusChangeInfo, index$i_EStatusCommon as EStatusCommon, index$i_EStatusConnectDevice as EStatusConnectDevice, index$i_EStatusExecuteCommon as EStatusExecuteCommon, index$i_EStatusLark as EStatusLark, index$i_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$i_EStatusSheetWork as EStatusSheetWork, index$i_EStatusTaskAIContent as EStatusTaskAIContent, index$i_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$i_EStatusTaskCanva as EStatusTaskCanva, index$i_EStatusTaskImage as EStatusTaskImage, index$i_EStatusTaskJob as EStatusTaskJob, index$i_EStatusTaskJobGroup as EStatusTaskJobGroup, index$i_EStatusTaskToolSocials as EStatusTaskToolSocials, index$i_EStatusTaskVoice as EStatusTaskVoice, index$i_EStatusTeam as EStatusTeam, index$i_EStatusVPS as EStatusVPS };
|
|
777
787
|
}
|
|
778
788
|
|
|
779
789
|
declare enum EFolderImageAI {
|
|
@@ -1871,12 +1881,12 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1871
1881
|
oldPassword: string;
|
|
1872
1882
|
newPassword: string;
|
|
1873
1883
|
statusChangePassword: EStatusChangeInfo;
|
|
1874
|
-
statusLogin:
|
|
1884
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1875
1885
|
email: string;
|
|
1876
1886
|
emailPassword: string;
|
|
1877
1887
|
email2FA: string;
|
|
1878
1888
|
emailReceiver: string;
|
|
1879
|
-
statusLoginEmail:
|
|
1889
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1880
1890
|
nameAppClone: string;
|
|
1881
1891
|
packageApp: string;
|
|
1882
1892
|
note: string;
|
|
@@ -1897,11 +1907,12 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1897
1907
|
device: IDevice | string;
|
|
1898
1908
|
group: IThreadsAccountGroup | string;
|
|
1899
1909
|
timeImport: Date;
|
|
1900
|
-
statusImport:
|
|
1901
|
-
statusSyncAccount:
|
|
1910
|
+
statusImport: EStatusAccountSocialImport;
|
|
1911
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
1902
1912
|
timeSyncAccount: Date;
|
|
1903
1913
|
accountSocialSync: IThreadsAccountRun;
|
|
1904
|
-
|
|
1914
|
+
noteImport: string;
|
|
1915
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1905
1916
|
timeLogin: Date;
|
|
1906
1917
|
promptAvatar: string;
|
|
1907
1918
|
avatar: string | IFile;
|
|
@@ -1935,7 +1946,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1935
1946
|
emailPassword: string;
|
|
1936
1947
|
email2FA: string;
|
|
1937
1948
|
emailReceiver: string;
|
|
1938
|
-
statusLoginEmail:
|
|
1949
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1939
1950
|
timeLoginEmail: Date;
|
|
1940
1951
|
totalLinkBio: string[];
|
|
1941
1952
|
statusChangeBio: string;
|
|
@@ -2006,12 +2017,12 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2006
2017
|
oldPassword: string;
|
|
2007
2018
|
newPassword: string;
|
|
2008
2019
|
statusChangePassword: EStatusChangeInfo;
|
|
2009
|
-
statusLogin:
|
|
2020
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2010
2021
|
email: string;
|
|
2011
2022
|
emailPassword: string;
|
|
2012
2023
|
email2FA: string;
|
|
2013
2024
|
emailReceiver: string;
|
|
2014
|
-
statusLoginEmail:
|
|
2025
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2015
2026
|
nameAppClone: string;
|
|
2016
2027
|
packageApp: string;
|
|
2017
2028
|
note: string;
|
|
@@ -2032,11 +2043,12 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2032
2043
|
device: IDevice | string;
|
|
2033
2044
|
group: IInstagramAccountGroup | string;
|
|
2034
2045
|
timeImport: Date;
|
|
2035
|
-
statusImport:
|
|
2036
|
-
statusSyncAccount:
|
|
2046
|
+
statusImport: EStatusAccountSocialImport;
|
|
2047
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2037
2048
|
timeSyncAccount: Date;
|
|
2038
2049
|
accountSocialSync: IInstagramAccountRun;
|
|
2039
|
-
|
|
2050
|
+
noteImport: string;
|
|
2051
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2040
2052
|
timeLogin: Date;
|
|
2041
2053
|
promptAvatar: string;
|
|
2042
2054
|
avatar: string | IFile;
|
|
@@ -2070,7 +2082,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2070
2082
|
emailPassword: string;
|
|
2071
2083
|
email2FA: string;
|
|
2072
2084
|
emailReceiver: string;
|
|
2073
|
-
statusLoginEmail:
|
|
2085
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2074
2086
|
timeLoginEmail: Date;
|
|
2075
2087
|
totalLinkBio: string[];
|
|
2076
2088
|
statusChangeBio: string;
|
package/dist/index.js
CHANGED
|
@@ -570,8 +570,12 @@ __export(status_exports, {
|
|
|
570
570
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
571
571
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
572
572
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
573
|
+
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
574
|
+
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
575
|
+
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
573
576
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
574
577
|
EStatusAccountSocialSetting: () => EStatusAccountSocialSetting,
|
|
578
|
+
EStatusAccountSocialSync: () => EStatusAccountSocialSync,
|
|
575
579
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
576
580
|
EStatusActive: () => EStatusActive,
|
|
577
581
|
EStatusBlog: () => EStatusBlog,
|
|
@@ -580,11 +584,8 @@ __export(status_exports, {
|
|
|
580
584
|
EStatusConnectDevice: () => EStatusConnectDevice,
|
|
581
585
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
582
586
|
EStatusLark: () => EStatusLark,
|
|
583
|
-
EStatusLoginAccountEmail: () => EStatusLoginAccountEmail,
|
|
584
|
-
EStatusLoginAccountSocial: () => EStatusLoginAccountSocial,
|
|
585
587
|
EStatusSetupDeviceSystem: () => EStatusSetupDeviceSystem,
|
|
586
588
|
EStatusSheetWork: () => EStatusSheetWork,
|
|
587
|
-
EStatusSyncAccountSocial: () => EStatusSyncAccountSocial,
|
|
588
589
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
589
590
|
EStatusTaskAvatarCover: () => EStatusTaskAvatarCover,
|
|
590
591
|
EStatusTaskCanva: () => EStatusTaskCanva,
|
|
@@ -655,30 +656,40 @@ var EStatusAccountSocial = /* @__PURE__ */ ((EStatusAccountSocial2) => {
|
|
|
655
656
|
return EStatusAccountSocial2;
|
|
656
657
|
})(EStatusAccountSocial || {});
|
|
657
658
|
|
|
658
|
-
// src/enums/status/socials/
|
|
659
|
-
var
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
return
|
|
666
|
-
})(
|
|
667
|
-
|
|
668
|
-
// src/enums/status/socials/
|
|
669
|
-
var
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
return
|
|
673
|
-
})(
|
|
674
|
-
|
|
675
|
-
// src/enums/status/socials/
|
|
676
|
-
var
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
659
|
+
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
660
|
+
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
661
|
+
EStatusAccountSocialSync2["New"] = "New";
|
|
662
|
+
EStatusAccountSocialSync2["Done"] = "Done";
|
|
663
|
+
EStatusAccountSocialSync2["Waiting"] = "Waiting";
|
|
664
|
+
EStatusAccountSocialSync2["Missing"] = "Missing";
|
|
665
|
+
EStatusAccountSocialSync2["Failed"] = "Failed";
|
|
666
|
+
return EStatusAccountSocialSync2;
|
|
667
|
+
})(EStatusAccountSocialSync || {});
|
|
668
|
+
|
|
669
|
+
// src/enums/status/socials/EStatusAccountSocialLoginEmail.enum.ts
|
|
670
|
+
var EStatusAccountSocialLoginEmail = /* @__PURE__ */ ((EStatusAccountSocialLoginEmail2) => {
|
|
671
|
+
EStatusAccountSocialLoginEmail2["LoginSuccess"] = "LoginSuccess";
|
|
672
|
+
EStatusAccountSocialLoginEmail2["LoginError"] = "LoginError";
|
|
673
|
+
return EStatusAccountSocialLoginEmail2;
|
|
674
|
+
})(EStatusAccountSocialLoginEmail || {});
|
|
675
|
+
|
|
676
|
+
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
677
|
+
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
678
|
+
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
679
|
+
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
680
|
+
EStatusAccountSocialLogin2["Blocked"] = "Blocked";
|
|
681
|
+
EStatusAccountSocialLogin2["Waiting"] = "Waiting";
|
|
682
|
+
return EStatusAccountSocialLogin2;
|
|
683
|
+
})(EStatusAccountSocialLogin || {});
|
|
684
|
+
|
|
685
|
+
// src/enums/status/socials/EStatusAccountSocialImport.enum.ts
|
|
686
|
+
var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2) => {
|
|
687
|
+
EStatusAccountSocialImport2["Successfully"] = "Successfully";
|
|
688
|
+
EStatusAccountSocialImport2["Error"] = "Error";
|
|
689
|
+
EStatusAccountSocialImport2["ImportError"] = "ImportError";
|
|
690
|
+
EStatusAccountSocialImport2["DataError"] = "DataError";
|
|
691
|
+
return EStatusAccountSocialImport2;
|
|
692
|
+
})(EStatusAccountSocialImport || {});
|
|
682
693
|
|
|
683
694
|
// src/enums/status/tools/EStatusTaskAIContent.enum.ts
|
|
684
695
|
var EStatusTaskAIContent = /* @__PURE__ */ ((EStatusTaskAIContent2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -537,8 +537,12 @@ __export(status_exports, {
|
|
|
537
537
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
538
538
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
539
539
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
540
|
+
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
541
|
+
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
542
|
+
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
540
543
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
541
544
|
EStatusAccountSocialSetting: () => EStatusAccountSocialSetting,
|
|
545
|
+
EStatusAccountSocialSync: () => EStatusAccountSocialSync,
|
|
542
546
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
543
547
|
EStatusActive: () => EStatusActive,
|
|
544
548
|
EStatusBlog: () => EStatusBlog,
|
|
@@ -547,11 +551,8 @@ __export(status_exports, {
|
|
|
547
551
|
EStatusConnectDevice: () => EStatusConnectDevice,
|
|
548
552
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
549
553
|
EStatusLark: () => EStatusLark,
|
|
550
|
-
EStatusLoginAccountEmail: () => EStatusLoginAccountEmail,
|
|
551
|
-
EStatusLoginAccountSocial: () => EStatusLoginAccountSocial,
|
|
552
554
|
EStatusSetupDeviceSystem: () => EStatusSetupDeviceSystem,
|
|
553
555
|
EStatusSheetWork: () => EStatusSheetWork,
|
|
554
|
-
EStatusSyncAccountSocial: () => EStatusSyncAccountSocial,
|
|
555
556
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
556
557
|
EStatusTaskAvatarCover: () => EStatusTaskAvatarCover,
|
|
557
558
|
EStatusTaskCanva: () => EStatusTaskCanva,
|
|
@@ -622,30 +623,40 @@ var EStatusAccountSocial = /* @__PURE__ */ ((EStatusAccountSocial2) => {
|
|
|
622
623
|
return EStatusAccountSocial2;
|
|
623
624
|
})(EStatusAccountSocial || {});
|
|
624
625
|
|
|
625
|
-
// src/enums/status/socials/
|
|
626
|
-
var
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
return
|
|
633
|
-
})(
|
|
634
|
-
|
|
635
|
-
// src/enums/status/socials/
|
|
636
|
-
var
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
return
|
|
640
|
-
})(
|
|
641
|
-
|
|
642
|
-
// src/enums/status/socials/
|
|
643
|
-
var
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
626
|
+
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
627
|
+
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
628
|
+
EStatusAccountSocialSync2["New"] = "New";
|
|
629
|
+
EStatusAccountSocialSync2["Done"] = "Done";
|
|
630
|
+
EStatusAccountSocialSync2["Waiting"] = "Waiting";
|
|
631
|
+
EStatusAccountSocialSync2["Missing"] = "Missing";
|
|
632
|
+
EStatusAccountSocialSync2["Failed"] = "Failed";
|
|
633
|
+
return EStatusAccountSocialSync2;
|
|
634
|
+
})(EStatusAccountSocialSync || {});
|
|
635
|
+
|
|
636
|
+
// src/enums/status/socials/EStatusAccountSocialLoginEmail.enum.ts
|
|
637
|
+
var EStatusAccountSocialLoginEmail = /* @__PURE__ */ ((EStatusAccountSocialLoginEmail2) => {
|
|
638
|
+
EStatusAccountSocialLoginEmail2["LoginSuccess"] = "LoginSuccess";
|
|
639
|
+
EStatusAccountSocialLoginEmail2["LoginError"] = "LoginError";
|
|
640
|
+
return EStatusAccountSocialLoginEmail2;
|
|
641
|
+
})(EStatusAccountSocialLoginEmail || {});
|
|
642
|
+
|
|
643
|
+
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
644
|
+
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
645
|
+
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
646
|
+
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
647
|
+
EStatusAccountSocialLogin2["Blocked"] = "Blocked";
|
|
648
|
+
EStatusAccountSocialLogin2["Waiting"] = "Waiting";
|
|
649
|
+
return EStatusAccountSocialLogin2;
|
|
650
|
+
})(EStatusAccountSocialLogin || {});
|
|
651
|
+
|
|
652
|
+
// src/enums/status/socials/EStatusAccountSocialImport.enum.ts
|
|
653
|
+
var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2) => {
|
|
654
|
+
EStatusAccountSocialImport2["Successfully"] = "Successfully";
|
|
655
|
+
EStatusAccountSocialImport2["Error"] = "Error";
|
|
656
|
+
EStatusAccountSocialImport2["ImportError"] = "ImportError";
|
|
657
|
+
EStatusAccountSocialImport2["DataError"] = "DataError";
|
|
658
|
+
return EStatusAccountSocialImport2;
|
|
659
|
+
})(EStatusAccountSocialImport || {});
|
|
649
660
|
|
|
650
661
|
// src/enums/status/tools/EStatusTaskAIContent.enum.ts
|
|
651
662
|
var EStatusTaskAIContent = /* @__PURE__ */ ((EStatusTaskAIContent2) => {
|