automation-lib 5.0.233 → 5.0.235
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 +24 -22
- package/dist/index.d.ts +24 -22
- package/dist/index.js +29 -27
- package/dist/index.mjs +29 -27
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -528,23 +528,25 @@ 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
|
+
Pending = "Pending",
|
|
535
535
|
Missing = "Missing",
|
|
536
536
|
Failed = "Failed"
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
declare enum
|
|
539
|
+
declare enum EStatusAccountSocialLoginEmail {
|
|
540
|
+
Pending = "Pending",
|
|
540
541
|
LoginSuccess = "LoginSuccess",
|
|
541
542
|
LoginError = "LoginError"
|
|
542
543
|
}
|
|
543
544
|
|
|
544
|
-
declare enum
|
|
545
|
+
declare enum EStatusAccountSocialLogin {
|
|
545
546
|
Active = "Active",
|
|
546
547
|
InActive = "InActive",
|
|
547
|
-
Blocked = "Blocked"
|
|
548
|
+
Blocked = "Blocked",
|
|
549
|
+
Pending = "Pending"
|
|
548
550
|
}
|
|
549
551
|
|
|
550
552
|
declare enum EStatusAccountSocialImport {
|
|
@@ -731,10 +733,16 @@ type index$i_EStatusAccountSocial = EStatusAccountSocial;
|
|
|
731
733
|
declare const index$i_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
732
734
|
type index$i_EStatusAccountSocialImport = EStatusAccountSocialImport;
|
|
733
735
|
declare const index$i_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
|
|
736
|
+
type index$i_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
737
|
+
declare const index$i_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
|
738
|
+
type index$i_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
|
739
|
+
declare const index$i_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
|
734
740
|
type index$i_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
|
735
741
|
declare const index$i_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
|
736
742
|
type index$i_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
|
737
743
|
declare const index$i_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
|
|
744
|
+
type index$i_EStatusAccountSocialSync = EStatusAccountSocialSync;
|
|
745
|
+
declare const index$i_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
|
|
738
746
|
type index$i_EStatusAccountVPN = EStatusAccountVPN;
|
|
739
747
|
declare const index$i_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
740
748
|
type index$i_EStatusActive = EStatusActive;
|
|
@@ -751,16 +759,10 @@ type index$i_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
|
751
759
|
declare const index$i_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
752
760
|
type index$i_EStatusLark = EStatusLark;
|
|
753
761
|
declare const index$i_EStatusLark: typeof EStatusLark;
|
|
754
|
-
type index$i_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
|
|
755
|
-
declare const index$i_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
|
|
756
|
-
type index$i_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
|
|
757
|
-
declare const index$i_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
|
|
758
762
|
type index$i_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
|
759
763
|
declare const index$i_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
|
760
764
|
type index$i_EStatusSheetWork = EStatusSheetWork;
|
|
761
765
|
declare const index$i_EStatusSheetWork: typeof EStatusSheetWork;
|
|
762
|
-
type index$i_EStatusSyncAccountSocial = EStatusSyncAccountSocial;
|
|
763
|
-
declare const index$i_EStatusSyncAccountSocial: typeof EStatusSyncAccountSocial;
|
|
764
766
|
type index$i_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
765
767
|
declare const index$i_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
766
768
|
type index$i_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
@@ -782,7 +784,7 @@ declare const index$i_EStatusTeam: typeof EStatusTeam;
|
|
|
782
784
|
type index$i_EStatusVPS = EStatusVPS;
|
|
783
785
|
declare const index$i_EStatusVPS: typeof EStatusVPS;
|
|
784
786
|
declare namespace index$i {
|
|
785
|
-
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_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$
|
|
787
|
+
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 };
|
|
786
788
|
}
|
|
787
789
|
|
|
788
790
|
declare enum EFolderImageAI {
|
|
@@ -1880,12 +1882,12 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1880
1882
|
oldPassword: string;
|
|
1881
1883
|
newPassword: string;
|
|
1882
1884
|
statusChangePassword: EStatusChangeInfo;
|
|
1883
|
-
statusLogin:
|
|
1885
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1884
1886
|
email: string;
|
|
1885
1887
|
emailPassword: string;
|
|
1886
1888
|
email2FA: string;
|
|
1887
1889
|
emailReceiver: string;
|
|
1888
|
-
statusLoginEmail:
|
|
1890
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1889
1891
|
nameAppClone: string;
|
|
1890
1892
|
packageApp: string;
|
|
1891
1893
|
note: string;
|
|
@@ -1907,11 +1909,11 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1907
1909
|
group: IThreadsAccountGroup | string;
|
|
1908
1910
|
timeImport: Date;
|
|
1909
1911
|
statusImport: EStatusAccountSocialImport;
|
|
1910
|
-
statusSyncAccount:
|
|
1912
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
1911
1913
|
timeSyncAccount: Date;
|
|
1912
1914
|
accountSocialSync: IThreadsAccountRun;
|
|
1913
1915
|
noteImport: string;
|
|
1914
|
-
statusLogin:
|
|
1916
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1915
1917
|
timeLogin: Date;
|
|
1916
1918
|
promptAvatar: string;
|
|
1917
1919
|
avatar: string | IFile;
|
|
@@ -1945,7 +1947,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1945
1947
|
emailPassword: string;
|
|
1946
1948
|
email2FA: string;
|
|
1947
1949
|
emailReceiver: string;
|
|
1948
|
-
statusLoginEmail:
|
|
1950
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1949
1951
|
timeLoginEmail: Date;
|
|
1950
1952
|
totalLinkBio: string[];
|
|
1951
1953
|
statusChangeBio: string;
|
|
@@ -2016,12 +2018,12 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2016
2018
|
oldPassword: string;
|
|
2017
2019
|
newPassword: string;
|
|
2018
2020
|
statusChangePassword: EStatusChangeInfo;
|
|
2019
|
-
statusLogin:
|
|
2021
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2020
2022
|
email: string;
|
|
2021
2023
|
emailPassword: string;
|
|
2022
2024
|
email2FA: string;
|
|
2023
2025
|
emailReceiver: string;
|
|
2024
|
-
statusLoginEmail:
|
|
2026
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2025
2027
|
nameAppClone: string;
|
|
2026
2028
|
packageApp: string;
|
|
2027
2029
|
note: string;
|
|
@@ -2043,11 +2045,11 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2043
2045
|
group: IInstagramAccountGroup | string;
|
|
2044
2046
|
timeImport: Date;
|
|
2045
2047
|
statusImport: EStatusAccountSocialImport;
|
|
2046
|
-
statusSyncAccount:
|
|
2048
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2047
2049
|
timeSyncAccount: Date;
|
|
2048
2050
|
accountSocialSync: IInstagramAccountRun;
|
|
2049
2051
|
noteImport: string;
|
|
2050
|
-
statusLogin:
|
|
2052
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2051
2053
|
timeLogin: Date;
|
|
2052
2054
|
promptAvatar: string;
|
|
2053
2055
|
avatar: string | IFile;
|
|
@@ -2081,7 +2083,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2081
2083
|
emailPassword: string;
|
|
2082
2084
|
email2FA: string;
|
|
2083
2085
|
emailReceiver: string;
|
|
2084
|
-
statusLoginEmail:
|
|
2086
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2085
2087
|
timeLoginEmail: Date;
|
|
2086
2088
|
totalLinkBio: string[];
|
|
2087
2089
|
statusChangeBio: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -528,23 +528,25 @@ 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
|
+
Pending = "Pending",
|
|
535
535
|
Missing = "Missing",
|
|
536
536
|
Failed = "Failed"
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
declare enum
|
|
539
|
+
declare enum EStatusAccountSocialLoginEmail {
|
|
540
|
+
Pending = "Pending",
|
|
540
541
|
LoginSuccess = "LoginSuccess",
|
|
541
542
|
LoginError = "LoginError"
|
|
542
543
|
}
|
|
543
544
|
|
|
544
|
-
declare enum
|
|
545
|
+
declare enum EStatusAccountSocialLogin {
|
|
545
546
|
Active = "Active",
|
|
546
547
|
InActive = "InActive",
|
|
547
|
-
Blocked = "Blocked"
|
|
548
|
+
Blocked = "Blocked",
|
|
549
|
+
Pending = "Pending"
|
|
548
550
|
}
|
|
549
551
|
|
|
550
552
|
declare enum EStatusAccountSocialImport {
|
|
@@ -731,10 +733,16 @@ type index$i_EStatusAccountSocial = EStatusAccountSocial;
|
|
|
731
733
|
declare const index$i_EStatusAccountSocial: typeof EStatusAccountSocial;
|
|
732
734
|
type index$i_EStatusAccountSocialImport = EStatusAccountSocialImport;
|
|
733
735
|
declare const index$i_EStatusAccountSocialImport: typeof EStatusAccountSocialImport;
|
|
736
|
+
type index$i_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
737
|
+
declare const index$i_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
|
|
738
|
+
type index$i_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
|
|
739
|
+
declare const index$i_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
|
|
734
740
|
type index$i_EStatusAccountSocialRun = EStatusAccountSocialRun;
|
|
735
741
|
declare const index$i_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
|
|
736
742
|
type index$i_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
|
|
737
743
|
declare const index$i_EStatusAccountSocialSetting: typeof EStatusAccountSocialSetting;
|
|
744
|
+
type index$i_EStatusAccountSocialSync = EStatusAccountSocialSync;
|
|
745
|
+
declare const index$i_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
|
|
738
746
|
type index$i_EStatusAccountVPN = EStatusAccountVPN;
|
|
739
747
|
declare const index$i_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
740
748
|
type index$i_EStatusActive = EStatusActive;
|
|
@@ -751,16 +759,10 @@ type index$i_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
|
751
759
|
declare const index$i_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
752
760
|
type index$i_EStatusLark = EStatusLark;
|
|
753
761
|
declare const index$i_EStatusLark: typeof EStatusLark;
|
|
754
|
-
type index$i_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
|
|
755
|
-
declare const index$i_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
|
|
756
|
-
type index$i_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
|
|
757
|
-
declare const index$i_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
|
|
758
762
|
type index$i_EStatusSetupDeviceSystem = EStatusSetupDeviceSystem;
|
|
759
763
|
declare const index$i_EStatusSetupDeviceSystem: typeof EStatusSetupDeviceSystem;
|
|
760
764
|
type index$i_EStatusSheetWork = EStatusSheetWork;
|
|
761
765
|
declare const index$i_EStatusSheetWork: typeof EStatusSheetWork;
|
|
762
|
-
type index$i_EStatusSyncAccountSocial = EStatusSyncAccountSocial;
|
|
763
|
-
declare const index$i_EStatusSyncAccountSocial: typeof EStatusSyncAccountSocial;
|
|
764
766
|
type index$i_EStatusTaskAIContent = EStatusTaskAIContent;
|
|
765
767
|
declare const index$i_EStatusTaskAIContent: typeof EStatusTaskAIContent;
|
|
766
768
|
type index$i_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
|
|
@@ -782,7 +784,7 @@ declare const index$i_EStatusTeam: typeof EStatusTeam;
|
|
|
782
784
|
type index$i_EStatusVPS = EStatusVPS;
|
|
783
785
|
declare const index$i_EStatusVPS: typeof EStatusVPS;
|
|
784
786
|
declare namespace index$i {
|
|
785
|
-
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_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$
|
|
787
|
+
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 };
|
|
786
788
|
}
|
|
787
789
|
|
|
788
790
|
declare enum EFolderImageAI {
|
|
@@ -1880,12 +1882,12 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1880
1882
|
oldPassword: string;
|
|
1881
1883
|
newPassword: string;
|
|
1882
1884
|
statusChangePassword: EStatusChangeInfo;
|
|
1883
|
-
statusLogin:
|
|
1885
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1884
1886
|
email: string;
|
|
1885
1887
|
emailPassword: string;
|
|
1886
1888
|
email2FA: string;
|
|
1887
1889
|
emailReceiver: string;
|
|
1888
|
-
statusLoginEmail:
|
|
1890
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1889
1891
|
nameAppClone: string;
|
|
1890
1892
|
packageApp: string;
|
|
1891
1893
|
note: string;
|
|
@@ -1907,11 +1909,11 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1907
1909
|
group: IThreadsAccountGroup | string;
|
|
1908
1910
|
timeImport: Date;
|
|
1909
1911
|
statusImport: EStatusAccountSocialImport;
|
|
1910
|
-
statusSyncAccount:
|
|
1912
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
1911
1913
|
timeSyncAccount: Date;
|
|
1912
1914
|
accountSocialSync: IThreadsAccountRun;
|
|
1913
1915
|
noteImport: string;
|
|
1914
|
-
statusLogin:
|
|
1916
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
1915
1917
|
timeLogin: Date;
|
|
1916
1918
|
promptAvatar: string;
|
|
1917
1919
|
avatar: string | IFile;
|
|
@@ -1945,7 +1947,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1945
1947
|
emailPassword: string;
|
|
1946
1948
|
email2FA: string;
|
|
1947
1949
|
emailReceiver: string;
|
|
1948
|
-
statusLoginEmail:
|
|
1950
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1949
1951
|
timeLoginEmail: Date;
|
|
1950
1952
|
totalLinkBio: string[];
|
|
1951
1953
|
statusChangeBio: string;
|
|
@@ -2016,12 +2018,12 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2016
2018
|
oldPassword: string;
|
|
2017
2019
|
newPassword: string;
|
|
2018
2020
|
statusChangePassword: EStatusChangeInfo;
|
|
2019
|
-
statusLogin:
|
|
2021
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2020
2022
|
email: string;
|
|
2021
2023
|
emailPassword: string;
|
|
2022
2024
|
email2FA: string;
|
|
2023
2025
|
emailReceiver: string;
|
|
2024
|
-
statusLoginEmail:
|
|
2026
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2025
2027
|
nameAppClone: string;
|
|
2026
2028
|
packageApp: string;
|
|
2027
2029
|
note: string;
|
|
@@ -2043,11 +2045,11 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2043
2045
|
group: IInstagramAccountGroup | string;
|
|
2044
2046
|
timeImport: Date;
|
|
2045
2047
|
statusImport: EStatusAccountSocialImport;
|
|
2046
|
-
statusSyncAccount:
|
|
2048
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2047
2049
|
timeSyncAccount: Date;
|
|
2048
2050
|
accountSocialSync: IInstagramAccountRun;
|
|
2049
2051
|
noteImport: string;
|
|
2050
|
-
statusLogin:
|
|
2052
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2051
2053
|
timeLogin: Date;
|
|
2052
2054
|
promptAvatar: string;
|
|
2053
2055
|
avatar: string | IFile;
|
|
@@ -2081,7 +2083,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2081
2083
|
emailPassword: string;
|
|
2082
2084
|
email2FA: string;
|
|
2083
2085
|
emailReceiver: string;
|
|
2084
|
-
statusLoginEmail:
|
|
2086
|
+
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2085
2087
|
timeLoginEmail: Date;
|
|
2086
2088
|
totalLinkBio: string[];
|
|
2087
2089
|
statusChangeBio: string;
|
package/dist/index.js
CHANGED
|
@@ -571,8 +571,11 @@ __export(status_exports, {
|
|
|
571
571
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
572
572
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
573
573
|
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
574
|
+
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
575
|
+
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
574
576
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
575
577
|
EStatusAccountSocialSetting: () => EStatusAccountSocialSetting,
|
|
578
|
+
EStatusAccountSocialSync: () => EStatusAccountSocialSync,
|
|
576
579
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
577
580
|
EStatusActive: () => EStatusActive,
|
|
578
581
|
EStatusBlog: () => EStatusBlog,
|
|
@@ -581,11 +584,8 @@ __export(status_exports, {
|
|
|
581
584
|
EStatusConnectDevice: () => EStatusConnectDevice,
|
|
582
585
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
583
586
|
EStatusLark: () => EStatusLark,
|
|
584
|
-
EStatusLoginAccountEmail: () => EStatusLoginAccountEmail,
|
|
585
|
-
EStatusLoginAccountSocial: () => EStatusLoginAccountSocial,
|
|
586
587
|
EStatusSetupDeviceSystem: () => EStatusSetupDeviceSystem,
|
|
587
588
|
EStatusSheetWork: () => EStatusSheetWork,
|
|
588
|
-
EStatusSyncAccountSocial: () => EStatusSyncAccountSocial,
|
|
589
589
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
590
590
|
EStatusTaskAvatarCover: () => EStatusTaskAvatarCover,
|
|
591
591
|
EStatusTaskCanva: () => EStatusTaskCanva,
|
|
@@ -656,30 +656,32 @@ var EStatusAccountSocial = /* @__PURE__ */ ((EStatusAccountSocial2) => {
|
|
|
656
656
|
return EStatusAccountSocial2;
|
|
657
657
|
})(EStatusAccountSocial || {});
|
|
658
658
|
|
|
659
|
-
// src/enums/status/socials/
|
|
660
|
-
var
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
return
|
|
667
|
-
})(
|
|
668
|
-
|
|
669
|
-
// src/enums/status/socials/
|
|
670
|
-
var
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
659
|
+
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
660
|
+
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
661
|
+
EStatusAccountSocialSync2["New"] = "New";
|
|
662
|
+
EStatusAccountSocialSync2["Done"] = "Done";
|
|
663
|
+
EStatusAccountSocialSync2["Pending"] = "Pending";
|
|
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["Pending"] = "Pending";
|
|
672
|
+
EStatusAccountSocialLoginEmail2["LoginSuccess"] = "LoginSuccess";
|
|
673
|
+
EStatusAccountSocialLoginEmail2["LoginError"] = "LoginError";
|
|
674
|
+
return EStatusAccountSocialLoginEmail2;
|
|
675
|
+
})(EStatusAccountSocialLoginEmail || {});
|
|
676
|
+
|
|
677
|
+
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
678
|
+
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
679
|
+
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
680
|
+
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
681
|
+
EStatusAccountSocialLogin2["Blocked"] = "Blocked";
|
|
682
|
+
EStatusAccountSocialLogin2["Pending"] = "Pending";
|
|
683
|
+
return EStatusAccountSocialLogin2;
|
|
684
|
+
})(EStatusAccountSocialLogin || {});
|
|
683
685
|
|
|
684
686
|
// src/enums/status/socials/EStatusAccountSocialImport.enum.ts
|
|
685
687
|
var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -538,8 +538,11 @@ __export(status_exports, {
|
|
|
538
538
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
539
539
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
540
540
|
EStatusAccountSocialImport: () => EStatusAccountSocialImport,
|
|
541
|
+
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
542
|
+
EStatusAccountSocialLoginEmail: () => EStatusAccountSocialLoginEmail,
|
|
541
543
|
EStatusAccountSocialRun: () => EStatusAccountSocialRun,
|
|
542
544
|
EStatusAccountSocialSetting: () => EStatusAccountSocialSetting,
|
|
545
|
+
EStatusAccountSocialSync: () => EStatusAccountSocialSync,
|
|
543
546
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
544
547
|
EStatusActive: () => EStatusActive,
|
|
545
548
|
EStatusBlog: () => EStatusBlog,
|
|
@@ -548,11 +551,8 @@ __export(status_exports, {
|
|
|
548
551
|
EStatusConnectDevice: () => EStatusConnectDevice,
|
|
549
552
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
550
553
|
EStatusLark: () => EStatusLark,
|
|
551
|
-
EStatusLoginAccountEmail: () => EStatusLoginAccountEmail,
|
|
552
|
-
EStatusLoginAccountSocial: () => EStatusLoginAccountSocial,
|
|
553
554
|
EStatusSetupDeviceSystem: () => EStatusSetupDeviceSystem,
|
|
554
555
|
EStatusSheetWork: () => EStatusSheetWork,
|
|
555
|
-
EStatusSyncAccountSocial: () => EStatusSyncAccountSocial,
|
|
556
556
|
EStatusTaskAIContent: () => EStatusTaskAIContent,
|
|
557
557
|
EStatusTaskAvatarCover: () => EStatusTaskAvatarCover,
|
|
558
558
|
EStatusTaskCanva: () => EStatusTaskCanva,
|
|
@@ -623,30 +623,32 @@ var EStatusAccountSocial = /* @__PURE__ */ ((EStatusAccountSocial2) => {
|
|
|
623
623
|
return EStatusAccountSocial2;
|
|
624
624
|
})(EStatusAccountSocial || {});
|
|
625
625
|
|
|
626
|
-
// src/enums/status/socials/
|
|
627
|
-
var
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
return
|
|
634
|
-
})(
|
|
635
|
-
|
|
636
|
-
// src/enums/status/socials/
|
|
637
|
-
var
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
626
|
+
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
627
|
+
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
628
|
+
EStatusAccountSocialSync2["New"] = "New";
|
|
629
|
+
EStatusAccountSocialSync2["Done"] = "Done";
|
|
630
|
+
EStatusAccountSocialSync2["Pending"] = "Pending";
|
|
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["Pending"] = "Pending";
|
|
639
|
+
EStatusAccountSocialLoginEmail2["LoginSuccess"] = "LoginSuccess";
|
|
640
|
+
EStatusAccountSocialLoginEmail2["LoginError"] = "LoginError";
|
|
641
|
+
return EStatusAccountSocialLoginEmail2;
|
|
642
|
+
})(EStatusAccountSocialLoginEmail || {});
|
|
643
|
+
|
|
644
|
+
// src/enums/status/socials/EStatusAccountSocialLogin.enum.ts
|
|
645
|
+
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
646
|
+
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
647
|
+
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
648
|
+
EStatusAccountSocialLogin2["Blocked"] = "Blocked";
|
|
649
|
+
EStatusAccountSocialLogin2["Pending"] = "Pending";
|
|
650
|
+
return EStatusAccountSocialLogin2;
|
|
651
|
+
})(EStatusAccountSocialLogin || {});
|
|
650
652
|
|
|
651
653
|
// src/enums/status/socials/EStatusAccountSocialImport.enum.ts
|
|
652
654
|
var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2) => {
|