automation-lib 5.0.272 → 5.1.2
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 +104 -87
- package/dist/index.d.ts +104 -87
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1797,33 +1797,13 @@ interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1797
1797
|
accountVPN: string | IAccountVPN;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
-
interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
|
1801
|
-
typeSocial: ETypeSocial;
|
|
1802
|
-
sheetImport: string | ISheetImport;
|
|
1803
|
-
sheetUrl: string;
|
|
1804
|
-
sheetName: string;
|
|
1805
|
-
accountID: string;
|
|
1806
|
-
accountDeviceType: string;
|
|
1807
|
-
accountDeviceName: string;
|
|
1808
|
-
idea: string | IManagerWork;
|
|
1809
|
-
niche: string | IManagerWork;
|
|
1810
|
-
pc: IPC | string;
|
|
1811
|
-
deviceKey: string;
|
|
1812
|
-
device: IDevice | string;
|
|
1813
|
-
newUsername: string;
|
|
1814
|
-
newFullname: string;
|
|
1815
|
-
newEmail: string;
|
|
1816
|
-
newCode2FA: string;
|
|
1817
|
-
newPassword: string;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
1800
|
interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
1821
1801
|
typeSocial: ETypeSocial;
|
|
1822
1802
|
name: string;
|
|
1823
1803
|
slug: string;
|
|
1824
1804
|
}
|
|
1825
1805
|
|
|
1826
|
-
interface
|
|
1806
|
+
interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
1827
1807
|
typeSocial: ETypeSocial;
|
|
1828
1808
|
sheetImport: string | ISheetImport;
|
|
1829
1809
|
sheetUrl: string;
|
|
@@ -1880,7 +1860,7 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1880
1860
|
note: string;
|
|
1881
1861
|
}
|
|
1882
1862
|
|
|
1883
|
-
interface
|
|
1863
|
+
interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
1884
1864
|
typeSocial: ETypeSocial;
|
|
1885
1865
|
sheetImport: string | ISheetImport;
|
|
1886
1866
|
sheetUrl: string;
|
|
@@ -1899,7 +1879,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1899
1879
|
statusImport: EStatusAccountSocialImport;
|
|
1900
1880
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
1901
1881
|
timeSyncAccount: Date;
|
|
1902
|
-
accountSocialSync:
|
|
1882
|
+
accountSocialSync: IInstagramAccountRun;
|
|
1903
1883
|
noteImport: string;
|
|
1904
1884
|
statusLogin: EStatusAccountSocialLogin;
|
|
1905
1885
|
timeLogin: Date;
|
|
@@ -1931,15 +1911,15 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1931
1911
|
newPassword: string;
|
|
1932
1912
|
statusChangePassword: EStatusChangeInfo;
|
|
1933
1913
|
timeChangePassword: Date;
|
|
1914
|
+
totalLinkBio: string[];
|
|
1915
|
+
statusChangeBio: EStatusChangeInfo;
|
|
1916
|
+
timeChangeBio: Date;
|
|
1934
1917
|
email: string;
|
|
1935
1918
|
emailPassword: string;
|
|
1936
1919
|
email2FA: string;
|
|
1937
1920
|
emailRecover: string;
|
|
1938
1921
|
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1939
1922
|
timeLoginEmail: Date;
|
|
1940
|
-
totalLinkBio: string[];
|
|
1941
|
-
statusChangeBio: string;
|
|
1942
|
-
timeChangeBio: Date;
|
|
1943
1923
|
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
1944
1924
|
statusAccountSetting: EStatusAccountSocialSetting;
|
|
1945
1925
|
timeChangeAccountSetting: Date;
|
|
@@ -1948,7 +1928,27 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1948
1928
|
note: string;
|
|
1949
1929
|
}
|
|
1950
1930
|
|
|
1951
|
-
interface
|
|
1931
|
+
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
1932
|
+
accountId: string;
|
|
1933
|
+
accountUsername: string;
|
|
1934
|
+
accountEmail: string;
|
|
1935
|
+
accountDeviceType: string;
|
|
1936
|
+
accountDeviceName: string;
|
|
1937
|
+
idea: string | IManagerWork;
|
|
1938
|
+
niche: string | IManagerWork;
|
|
1939
|
+
type: ETypeManagerWorkClassify;
|
|
1940
|
+
pc: IPC | string;
|
|
1941
|
+
deviceKey: string;
|
|
1942
|
+
device: IDevice | string;
|
|
1943
|
+
oldGroup: IAccountSocialGroup | string;
|
|
1944
|
+
newGroup: IAccountSocialGroup | string;
|
|
1945
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
1946
|
+
accountRun: string | IInstagramAccountRun;
|
|
1947
|
+
timeAction: Date;
|
|
1948
|
+
note: string;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
1952
1952
|
accountId: string;
|
|
1953
1953
|
accountUsername: string;
|
|
1954
1954
|
accountEmail: string;
|
|
@@ -1963,18 +1963,18 @@ interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1963
1963
|
group: IAccountSocialGroup | string;
|
|
1964
1964
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
1965
1965
|
timeSyncAccount?: Date;
|
|
1966
|
-
accountSocialSync?:
|
|
1966
|
+
accountSocialSync?: IInstagramAccountRun;
|
|
1967
1967
|
email?: string;
|
|
1968
1968
|
emailPassword?: string;
|
|
1969
1969
|
email2FA?: string;
|
|
1970
1970
|
emailRecover?: string;
|
|
1971
|
-
accountRaw: string |
|
|
1972
|
-
accountRun: string |
|
|
1971
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
1972
|
+
accountRun: string | IInstagramAccountRun;
|
|
1973
1973
|
timeAction: Date;
|
|
1974
1974
|
note: string;
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
|
-
interface
|
|
1977
|
+
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
1978
1978
|
accountID: string;
|
|
1979
1979
|
accountUsername: string;
|
|
1980
1980
|
accountEmail: string;
|
|
@@ -2000,13 +2000,13 @@ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2000
2000
|
originalFullname: string;
|
|
2001
2001
|
originalPassword: string;
|
|
2002
2002
|
originalCode2FA: string;
|
|
2003
|
-
accountRaw: string |
|
|
2004
|
-
accountRun: string |
|
|
2003
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
2004
|
+
accountRun: string | IInstagramAccountRun;
|
|
2005
2005
|
timeAction: Date;
|
|
2006
2006
|
note: string;
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
|
-
interface
|
|
2009
|
+
interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
2010
2010
|
accountID: string;
|
|
2011
2011
|
accountUsername: string;
|
|
2012
2012
|
accountEmail: string;
|
|
@@ -2055,33 +2055,53 @@ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2055
2055
|
totalLinkBio?: string[];
|
|
2056
2056
|
statusChangeBio?: string;
|
|
2057
2057
|
timeChangeBio?: Date;
|
|
2058
|
-
|
|
2059
|
-
|
|
2058
|
+
oldAccountSetting?: ETypeAccountInstagramSetting;
|
|
2059
|
+
newAccountSetting?: ETypeAccountInstagramSetting;
|
|
2060
|
+
statusAccountSetting?: EStatusAccountSocialSetting;
|
|
2061
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
2062
|
+
accountRun: string | IInstagramAccountRun;
|
|
2060
2063
|
timeAction: Date;
|
|
2061
2064
|
note: string;
|
|
2062
2065
|
}
|
|
2063
2066
|
|
|
2064
|
-
interface
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2067
|
+
interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
|
2068
|
+
typeSocial: ETypeSocial;
|
|
2069
|
+
sheetImport: string | ISheetImport;
|
|
2070
|
+
sheetUrl: string;
|
|
2071
|
+
sheetName: string;
|
|
2072
|
+
accountID: string;
|
|
2073
|
+
nameAppCloneSocial: string;
|
|
2074
|
+
accountDeviceTypeAppClone: string;
|
|
2075
|
+
accountDeviceNameAppClone: string;
|
|
2070
2076
|
idea: string | IManagerWork;
|
|
2071
2077
|
niche: string | IManagerWork;
|
|
2072
|
-
type: ETypeManagerWorkClassify;
|
|
2073
2078
|
pc: IPC | string;
|
|
2074
2079
|
deviceKey: string;
|
|
2075
2080
|
device: IDevice | string;
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
+
group: IAccountSocialGroup | string;
|
|
2082
|
+
timeImport: Date;
|
|
2083
|
+
statusImport: EStatusAccountSocialImport;
|
|
2084
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2085
|
+
timeSyncAccount: Date;
|
|
2086
|
+
accountSocialSync: IInstagramAccountRun;
|
|
2087
|
+
noteImport: string;
|
|
2088
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2089
|
+
timeLogin: Date;
|
|
2090
|
+
email: string;
|
|
2091
|
+
emailPassword: string;
|
|
2092
|
+
email2FA: string;
|
|
2093
|
+
emailRecover: string;
|
|
2094
|
+
newUsername: string;
|
|
2095
|
+
newFullname: string;
|
|
2096
|
+
newEmail: string;
|
|
2097
|
+
newCode2FA: string;
|
|
2098
|
+
newPassword: string;
|
|
2099
|
+
statusConnectDevice: EStatusConnectDevice;
|
|
2100
|
+
noteConnectDevice: string;
|
|
2081
2101
|
note: string;
|
|
2082
2102
|
}
|
|
2083
2103
|
|
|
2084
|
-
interface
|
|
2104
|
+
interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
2085
2105
|
typeSocial: ETypeSocial;
|
|
2086
2106
|
sheetImport: string | ISheetImport;
|
|
2087
2107
|
sheetUrl: string;
|
|
@@ -2138,7 +2158,7 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2138
2158
|
note: string;
|
|
2139
2159
|
}
|
|
2140
2160
|
|
|
2141
|
-
interface
|
|
2161
|
+
interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
2142
2162
|
typeSocial: ETypeSocial;
|
|
2143
2163
|
sheetImport: string | ISheetImport;
|
|
2144
2164
|
sheetUrl: string;
|
|
@@ -2157,7 +2177,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2157
2177
|
statusImport: EStatusAccountSocialImport;
|
|
2158
2178
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
2159
2179
|
timeSyncAccount: Date;
|
|
2160
|
-
accountSocialSync:
|
|
2180
|
+
accountSocialSync: IThreadsAccountRun;
|
|
2161
2181
|
noteImport: string;
|
|
2162
2182
|
statusLogin: EStatusAccountSocialLogin;
|
|
2163
2183
|
timeLogin: Date;
|
|
@@ -2189,15 +2209,15 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2189
2209
|
newPassword: string;
|
|
2190
2210
|
statusChangePassword: EStatusChangeInfo;
|
|
2191
2211
|
timeChangePassword: Date;
|
|
2192
|
-
totalLinkBio: string[];
|
|
2193
|
-
statusChangeBio: EStatusChangeInfo;
|
|
2194
|
-
timeChangeBio: Date;
|
|
2195
2212
|
email: string;
|
|
2196
2213
|
emailPassword: string;
|
|
2197
2214
|
email2FA: string;
|
|
2198
2215
|
emailRecover: string;
|
|
2199
2216
|
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2200
2217
|
timeLoginEmail: Date;
|
|
2218
|
+
totalLinkBio: string[];
|
|
2219
|
+
statusChangeBio: string;
|
|
2220
|
+
timeChangeBio: Date;
|
|
2201
2221
|
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
2202
2222
|
statusAccountSetting: EStatusAccountSocialSetting;
|
|
2203
2223
|
timeChangeAccountSetting: Date;
|
|
@@ -2206,27 +2226,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2206
2226
|
note: string;
|
|
2207
2227
|
}
|
|
2208
2228
|
|
|
2209
|
-
interface
|
|
2210
|
-
accountId: string;
|
|
2211
|
-
accountUsername: string;
|
|
2212
|
-
accountEmail: string;
|
|
2213
|
-
accountDeviceType: string;
|
|
2214
|
-
accountDeviceName: string;
|
|
2215
|
-
idea: string | IManagerWork;
|
|
2216
|
-
niche: string | IManagerWork;
|
|
2217
|
-
type: ETypeManagerWorkClassify;
|
|
2218
|
-
pc: IPC | string;
|
|
2219
|
-
deviceKey: string;
|
|
2220
|
-
device: IDevice | string;
|
|
2221
|
-
oldGroup: IAccountSocialGroup | string;
|
|
2222
|
-
newGroup: IAccountSocialGroup | string;
|
|
2223
|
-
accountRaw: string | IInstagramAccountRaw;
|
|
2224
|
-
accountRun: string | IInstagramAccountRun;
|
|
2225
|
-
timeAction: Date;
|
|
2226
|
-
note: string;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2229
|
+
interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2230
2230
|
accountId: string;
|
|
2231
2231
|
accountUsername: string;
|
|
2232
2232
|
accountEmail: string;
|
|
@@ -2241,18 +2241,18 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2241
2241
|
group: IAccountSocialGroup | string;
|
|
2242
2242
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
2243
2243
|
timeSyncAccount?: Date;
|
|
2244
|
-
accountSocialSync?:
|
|
2244
|
+
accountSocialSync?: IThreadsAccountRun;
|
|
2245
2245
|
email?: string;
|
|
2246
2246
|
emailPassword?: string;
|
|
2247
2247
|
email2FA?: string;
|
|
2248
2248
|
emailRecover?: string;
|
|
2249
|
-
accountRaw: string |
|
|
2250
|
-
accountRun: string |
|
|
2249
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2250
|
+
accountRun: string | IThreadsAccountRun;
|
|
2251
2251
|
timeAction: Date;
|
|
2252
2252
|
note: string;
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
|
-
interface
|
|
2255
|
+
interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
2256
2256
|
accountID: string;
|
|
2257
2257
|
accountUsername: string;
|
|
2258
2258
|
accountEmail: string;
|
|
@@ -2278,13 +2278,13 @@ interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2278
2278
|
originalFullname: string;
|
|
2279
2279
|
originalPassword: string;
|
|
2280
2280
|
originalCode2FA: string;
|
|
2281
|
-
accountRaw: string |
|
|
2282
|
-
accountRun: string |
|
|
2281
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2282
|
+
accountRun: string | IThreadsAccountRun;
|
|
2283
2283
|
timeAction: Date;
|
|
2284
2284
|
note: string;
|
|
2285
2285
|
}
|
|
2286
2286
|
|
|
2287
|
-
interface
|
|
2287
|
+
interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
2288
2288
|
accountID: string;
|
|
2289
2289
|
accountUsername: string;
|
|
2290
2290
|
accountEmail: string;
|
|
@@ -2333,11 +2333,28 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2333
2333
|
totalLinkBio?: string[];
|
|
2334
2334
|
statusChangeBio?: string;
|
|
2335
2335
|
timeChangeBio?: Date;
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2336
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2337
|
+
accountRun: string | IThreadsAccountRun;
|
|
2338
|
+
timeAction: Date;
|
|
2339
|
+
note: string;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2343
|
+
accountId: string;
|
|
2344
|
+
accountUsername: string;
|
|
2345
|
+
accountEmail: string;
|
|
2346
|
+
accountDeviceType: string;
|
|
2347
|
+
accountDeviceName: string;
|
|
2348
|
+
idea: string | IManagerWork;
|
|
2349
|
+
niche: string | IManagerWork;
|
|
2350
|
+
type: ETypeManagerWorkClassify;
|
|
2351
|
+
pc: IPC | string;
|
|
2352
|
+
deviceKey: string;
|
|
2353
|
+
device: IDevice | string;
|
|
2354
|
+
oldGroup: IAccountSocialGroup | string;
|
|
2355
|
+
newGroup: IAccountSocialGroup | string;
|
|
2356
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2357
|
+
accountRun: string | IThreadsAccountRun;
|
|
2341
2358
|
timeAction: Date;
|
|
2342
2359
|
note: string;
|
|
2343
2360
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1797,33 +1797,13 @@ interface IDeviceSettingForVPN extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1797
1797
|
accountVPN: string | IAccountVPN;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
-
interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
|
1801
|
-
typeSocial: ETypeSocial;
|
|
1802
|
-
sheetImport: string | ISheetImport;
|
|
1803
|
-
sheetUrl: string;
|
|
1804
|
-
sheetName: string;
|
|
1805
|
-
accountID: string;
|
|
1806
|
-
accountDeviceType: string;
|
|
1807
|
-
accountDeviceName: string;
|
|
1808
|
-
idea: string | IManagerWork;
|
|
1809
|
-
niche: string | IManagerWork;
|
|
1810
|
-
pc: IPC | string;
|
|
1811
|
-
deviceKey: string;
|
|
1812
|
-
device: IDevice | string;
|
|
1813
|
-
newUsername: string;
|
|
1814
|
-
newFullname: string;
|
|
1815
|
-
newEmail: string;
|
|
1816
|
-
newCode2FA: string;
|
|
1817
|
-
newPassword: string;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
1800
|
interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
1821
1801
|
typeSocial: ETypeSocial;
|
|
1822
1802
|
name: string;
|
|
1823
1803
|
slug: string;
|
|
1824
1804
|
}
|
|
1825
1805
|
|
|
1826
|
-
interface
|
|
1806
|
+
interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
1827
1807
|
typeSocial: ETypeSocial;
|
|
1828
1808
|
sheetImport: string | ISheetImport;
|
|
1829
1809
|
sheetUrl: string;
|
|
@@ -1880,7 +1860,7 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1880
1860
|
note: string;
|
|
1881
1861
|
}
|
|
1882
1862
|
|
|
1883
|
-
interface
|
|
1863
|
+
interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
1884
1864
|
typeSocial: ETypeSocial;
|
|
1885
1865
|
sheetImport: string | ISheetImport;
|
|
1886
1866
|
sheetUrl: string;
|
|
@@ -1899,7 +1879,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1899
1879
|
statusImport: EStatusAccountSocialImport;
|
|
1900
1880
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
1901
1881
|
timeSyncAccount: Date;
|
|
1902
|
-
accountSocialSync:
|
|
1882
|
+
accountSocialSync: IInstagramAccountRun;
|
|
1903
1883
|
noteImport: string;
|
|
1904
1884
|
statusLogin: EStatusAccountSocialLogin;
|
|
1905
1885
|
timeLogin: Date;
|
|
@@ -1931,15 +1911,15 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1931
1911
|
newPassword: string;
|
|
1932
1912
|
statusChangePassword: EStatusChangeInfo;
|
|
1933
1913
|
timeChangePassword: Date;
|
|
1914
|
+
totalLinkBio: string[];
|
|
1915
|
+
statusChangeBio: EStatusChangeInfo;
|
|
1916
|
+
timeChangeBio: Date;
|
|
1934
1917
|
email: string;
|
|
1935
1918
|
emailPassword: string;
|
|
1936
1919
|
email2FA: string;
|
|
1937
1920
|
emailRecover: string;
|
|
1938
1921
|
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
1939
1922
|
timeLoginEmail: Date;
|
|
1940
|
-
totalLinkBio: string[];
|
|
1941
|
-
statusChangeBio: string;
|
|
1942
|
-
timeChangeBio: Date;
|
|
1943
1923
|
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
1944
1924
|
statusAccountSetting: EStatusAccountSocialSetting;
|
|
1945
1925
|
timeChangeAccountSetting: Date;
|
|
@@ -1948,7 +1928,27 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1948
1928
|
note: string;
|
|
1949
1929
|
}
|
|
1950
1930
|
|
|
1951
|
-
interface
|
|
1931
|
+
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
1932
|
+
accountId: string;
|
|
1933
|
+
accountUsername: string;
|
|
1934
|
+
accountEmail: string;
|
|
1935
|
+
accountDeviceType: string;
|
|
1936
|
+
accountDeviceName: string;
|
|
1937
|
+
idea: string | IManagerWork;
|
|
1938
|
+
niche: string | IManagerWork;
|
|
1939
|
+
type: ETypeManagerWorkClassify;
|
|
1940
|
+
pc: IPC | string;
|
|
1941
|
+
deviceKey: string;
|
|
1942
|
+
device: IDevice | string;
|
|
1943
|
+
oldGroup: IAccountSocialGroup | string;
|
|
1944
|
+
newGroup: IAccountSocialGroup | string;
|
|
1945
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
1946
|
+
accountRun: string | IInstagramAccountRun;
|
|
1947
|
+
timeAction: Date;
|
|
1948
|
+
note: string;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
1952
1952
|
accountId: string;
|
|
1953
1953
|
accountUsername: string;
|
|
1954
1954
|
accountEmail: string;
|
|
@@ -1963,18 +1963,18 @@ interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1963
1963
|
group: IAccountSocialGroup | string;
|
|
1964
1964
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
1965
1965
|
timeSyncAccount?: Date;
|
|
1966
|
-
accountSocialSync?:
|
|
1966
|
+
accountSocialSync?: IInstagramAccountRun;
|
|
1967
1967
|
email?: string;
|
|
1968
1968
|
emailPassword?: string;
|
|
1969
1969
|
email2FA?: string;
|
|
1970
1970
|
emailRecover?: string;
|
|
1971
|
-
accountRaw: string |
|
|
1972
|
-
accountRun: string |
|
|
1971
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
1972
|
+
accountRun: string | IInstagramAccountRun;
|
|
1973
1973
|
timeAction: Date;
|
|
1974
1974
|
note: string;
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
|
-
interface
|
|
1977
|
+
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
1978
1978
|
accountID: string;
|
|
1979
1979
|
accountUsername: string;
|
|
1980
1980
|
accountEmail: string;
|
|
@@ -2000,13 +2000,13 @@ interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2000
2000
|
originalFullname: string;
|
|
2001
2001
|
originalPassword: string;
|
|
2002
2002
|
originalCode2FA: string;
|
|
2003
|
-
accountRaw: string |
|
|
2004
|
-
accountRun: string |
|
|
2003
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
2004
|
+
accountRun: string | IInstagramAccountRun;
|
|
2005
2005
|
timeAction: Date;
|
|
2006
2006
|
note: string;
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
|
-
interface
|
|
2009
|
+
interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
2010
2010
|
accountID: string;
|
|
2011
2011
|
accountUsername: string;
|
|
2012
2012
|
accountEmail: string;
|
|
@@ -2055,33 +2055,53 @@ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2055
2055
|
totalLinkBio?: string[];
|
|
2056
2056
|
statusChangeBio?: string;
|
|
2057
2057
|
timeChangeBio?: Date;
|
|
2058
|
-
|
|
2059
|
-
|
|
2058
|
+
oldAccountSetting?: ETypeAccountInstagramSetting;
|
|
2059
|
+
newAccountSetting?: ETypeAccountInstagramSetting;
|
|
2060
|
+
statusAccountSetting?: EStatusAccountSocialSetting;
|
|
2061
|
+
accountRaw: string | IInstagramAccountRaw;
|
|
2062
|
+
accountRun: string | IInstagramAccountRun;
|
|
2060
2063
|
timeAction: Date;
|
|
2061
2064
|
note: string;
|
|
2062
2065
|
}
|
|
2063
2066
|
|
|
2064
|
-
interface
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2067
|
+
interface IAccountSocialBase extends IBaseModel, ITrackingModel<IUser> {
|
|
2068
|
+
typeSocial: ETypeSocial;
|
|
2069
|
+
sheetImport: string | ISheetImport;
|
|
2070
|
+
sheetUrl: string;
|
|
2071
|
+
sheetName: string;
|
|
2072
|
+
accountID: string;
|
|
2073
|
+
nameAppCloneSocial: string;
|
|
2074
|
+
accountDeviceTypeAppClone: string;
|
|
2075
|
+
accountDeviceNameAppClone: string;
|
|
2070
2076
|
idea: string | IManagerWork;
|
|
2071
2077
|
niche: string | IManagerWork;
|
|
2072
|
-
type: ETypeManagerWorkClassify;
|
|
2073
2078
|
pc: IPC | string;
|
|
2074
2079
|
deviceKey: string;
|
|
2075
2080
|
device: IDevice | string;
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
+
group: IAccountSocialGroup | string;
|
|
2082
|
+
timeImport: Date;
|
|
2083
|
+
statusImport: EStatusAccountSocialImport;
|
|
2084
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
2085
|
+
timeSyncAccount: Date;
|
|
2086
|
+
accountSocialSync: IInstagramAccountRun;
|
|
2087
|
+
noteImport: string;
|
|
2088
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2089
|
+
timeLogin: Date;
|
|
2090
|
+
email: string;
|
|
2091
|
+
emailPassword: string;
|
|
2092
|
+
email2FA: string;
|
|
2093
|
+
emailRecover: string;
|
|
2094
|
+
newUsername: string;
|
|
2095
|
+
newFullname: string;
|
|
2096
|
+
newEmail: string;
|
|
2097
|
+
newCode2FA: string;
|
|
2098
|
+
newPassword: string;
|
|
2099
|
+
statusConnectDevice: EStatusConnectDevice;
|
|
2100
|
+
noteConnectDevice: string;
|
|
2081
2101
|
note: string;
|
|
2082
2102
|
}
|
|
2083
2103
|
|
|
2084
|
-
interface
|
|
2104
|
+
interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
2085
2105
|
typeSocial: ETypeSocial;
|
|
2086
2106
|
sheetImport: string | ISheetImport;
|
|
2087
2107
|
sheetUrl: string;
|
|
@@ -2138,7 +2158,7 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2138
2158
|
note: string;
|
|
2139
2159
|
}
|
|
2140
2160
|
|
|
2141
|
-
interface
|
|
2161
|
+
interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
|
|
2142
2162
|
typeSocial: ETypeSocial;
|
|
2143
2163
|
sheetImport: string | ISheetImport;
|
|
2144
2164
|
sheetUrl: string;
|
|
@@ -2157,7 +2177,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2157
2177
|
statusImport: EStatusAccountSocialImport;
|
|
2158
2178
|
statusSyncAccount: EStatusAccountSocialSync;
|
|
2159
2179
|
timeSyncAccount: Date;
|
|
2160
|
-
accountSocialSync:
|
|
2180
|
+
accountSocialSync: IThreadsAccountRun;
|
|
2161
2181
|
noteImport: string;
|
|
2162
2182
|
statusLogin: EStatusAccountSocialLogin;
|
|
2163
2183
|
timeLogin: Date;
|
|
@@ -2189,15 +2209,15 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2189
2209
|
newPassword: string;
|
|
2190
2210
|
statusChangePassword: EStatusChangeInfo;
|
|
2191
2211
|
timeChangePassword: Date;
|
|
2192
|
-
totalLinkBio: string[];
|
|
2193
|
-
statusChangeBio: EStatusChangeInfo;
|
|
2194
|
-
timeChangeBio: Date;
|
|
2195
2212
|
email: string;
|
|
2196
2213
|
emailPassword: string;
|
|
2197
2214
|
email2FA: string;
|
|
2198
2215
|
emailRecover: string;
|
|
2199
2216
|
statusLoginEmail: EStatusAccountSocialLoginEmail;
|
|
2200
2217
|
timeLoginEmail: Date;
|
|
2218
|
+
totalLinkBio: string[];
|
|
2219
|
+
statusChangeBio: string;
|
|
2220
|
+
timeChangeBio: Date;
|
|
2201
2221
|
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
2202
2222
|
statusAccountSetting: EStatusAccountSocialSetting;
|
|
2203
2223
|
timeChangeAccountSetting: Date;
|
|
@@ -2206,27 +2226,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2206
2226
|
note: string;
|
|
2207
2227
|
}
|
|
2208
2228
|
|
|
2209
|
-
interface
|
|
2210
|
-
accountId: string;
|
|
2211
|
-
accountUsername: string;
|
|
2212
|
-
accountEmail: string;
|
|
2213
|
-
accountDeviceType: string;
|
|
2214
|
-
accountDeviceName: string;
|
|
2215
|
-
idea: string | IManagerWork;
|
|
2216
|
-
niche: string | IManagerWork;
|
|
2217
|
-
type: ETypeManagerWorkClassify;
|
|
2218
|
-
pc: IPC | string;
|
|
2219
|
-
deviceKey: string;
|
|
2220
|
-
device: IDevice | string;
|
|
2221
|
-
oldGroup: IAccountSocialGroup | string;
|
|
2222
|
-
newGroup: IAccountSocialGroup | string;
|
|
2223
|
-
accountRaw: string | IInstagramAccountRaw;
|
|
2224
|
-
accountRun: string | IInstagramAccountRun;
|
|
2225
|
-
timeAction: Date;
|
|
2226
|
-
note: string;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2229
|
+
interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2230
2230
|
accountId: string;
|
|
2231
2231
|
accountUsername: string;
|
|
2232
2232
|
accountEmail: string;
|
|
@@ -2241,18 +2241,18 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2241
2241
|
group: IAccountSocialGroup | string;
|
|
2242
2242
|
statusSyncAccount?: EStatusAccountSocialSync;
|
|
2243
2243
|
timeSyncAccount?: Date;
|
|
2244
|
-
accountSocialSync?:
|
|
2244
|
+
accountSocialSync?: IThreadsAccountRun;
|
|
2245
2245
|
email?: string;
|
|
2246
2246
|
emailPassword?: string;
|
|
2247
2247
|
email2FA?: string;
|
|
2248
2248
|
emailRecover?: string;
|
|
2249
|
-
accountRaw: string |
|
|
2250
|
-
accountRun: string |
|
|
2249
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2250
|
+
accountRun: string | IThreadsAccountRun;
|
|
2251
2251
|
timeAction: Date;
|
|
2252
2252
|
note: string;
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
|
-
interface
|
|
2255
|
+
interface IThreadsHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
2256
2256
|
accountID: string;
|
|
2257
2257
|
accountUsername: string;
|
|
2258
2258
|
accountEmail: string;
|
|
@@ -2278,13 +2278,13 @@ interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2278
2278
|
originalFullname: string;
|
|
2279
2279
|
originalPassword: string;
|
|
2280
2280
|
originalCode2FA: string;
|
|
2281
|
-
accountRaw: string |
|
|
2282
|
-
accountRun: string |
|
|
2281
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2282
|
+
accountRun: string | IThreadsAccountRun;
|
|
2283
2283
|
timeAction: Date;
|
|
2284
2284
|
note: string;
|
|
2285
2285
|
}
|
|
2286
2286
|
|
|
2287
|
-
interface
|
|
2287
|
+
interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
2288
2288
|
accountID: string;
|
|
2289
2289
|
accountUsername: string;
|
|
2290
2290
|
accountEmail: string;
|
|
@@ -2333,11 +2333,28 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2333
2333
|
totalLinkBio?: string[];
|
|
2334
2334
|
statusChangeBio?: string;
|
|
2335
2335
|
timeChangeBio?: Date;
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2336
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2337
|
+
accountRun: string | IThreadsAccountRun;
|
|
2338
|
+
timeAction: Date;
|
|
2339
|
+
note: string;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
2343
|
+
accountId: string;
|
|
2344
|
+
accountUsername: string;
|
|
2345
|
+
accountEmail: string;
|
|
2346
|
+
accountDeviceType: string;
|
|
2347
|
+
accountDeviceName: string;
|
|
2348
|
+
idea: string | IManagerWork;
|
|
2349
|
+
niche: string | IManagerWork;
|
|
2350
|
+
type: ETypeManagerWorkClassify;
|
|
2351
|
+
pc: IPC | string;
|
|
2352
|
+
deviceKey: string;
|
|
2353
|
+
device: IDevice | string;
|
|
2354
|
+
oldGroup: IAccountSocialGroup | string;
|
|
2355
|
+
newGroup: IAccountSocialGroup | string;
|
|
2356
|
+
accountRaw: string | IThreadsAccountRaw;
|
|
2357
|
+
accountRun: string | IThreadsAccountRun;
|
|
2341
2358
|
timeAction: Date;
|
|
2342
2359
|
note: string;
|
|
2343
2360
|
}
|