automation-lib 5.0.44 → 5.0.45
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 +166 -106
- package/dist/index.d.ts +166 -106
- package/dist/index.js +47 -25
- package/dist/index.mjs +47 -25
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -153,12 +153,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
153
153
|
};
|
|
154
154
|
};
|
|
155
155
|
|
|
156
|
-
declare const index$
|
|
157
|
-
declare const index$
|
|
158
|
-
declare const index$
|
|
159
|
-
declare const index$
|
|
160
|
-
declare namespace index$
|
|
161
|
-
export { index$
|
|
156
|
+
declare const index$n_CONST_API_AUTH: typeof CONST_API_AUTH;
|
|
157
|
+
declare const index$n_CONST_API_COMMON: typeof CONST_API_COMMON;
|
|
158
|
+
declare const index$n_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
|
159
|
+
declare const index$n_CONST_API_OTP: typeof CONST_API_OTP;
|
|
160
|
+
declare namespace index$n {
|
|
161
|
+
export { index$n_CONST_API_AUTH as CONST_API_AUTH, index$n_CONST_API_COMMON as CONST_API_COMMON, index$n_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$n_CONST_API_OTP as CONST_API_OTP };
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
declare const ACTIONS_DEVICE: {
|
|
@@ -207,17 +207,17 @@ declare const ACTIONS_THREADS: {};
|
|
|
207
207
|
|
|
208
208
|
declare const SERVICE_THREADS: {};
|
|
209
209
|
|
|
210
|
-
declare const index$
|
|
211
|
-
declare const index$
|
|
212
|
-
declare const index$
|
|
213
|
-
declare const index$
|
|
214
|
-
declare const index$
|
|
215
|
-
declare namespace index$
|
|
216
|
-
export { index$
|
|
210
|
+
declare const index$m_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
|
211
|
+
declare const index$m_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
|
212
|
+
declare const index$m_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
|
213
|
+
declare const index$m_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
|
214
|
+
declare const index$m_SERVICE_THREADS: typeof SERVICE_THREADS;
|
|
215
|
+
declare namespace index$m {
|
|
216
|
+
export { index$m_ACTIONS_DEVICE as ACTIONS_DEVICE, index$m_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$m_ACTIONS_THREADS as ACTIONS_THREADS, index$m_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$m_SERVICE_THREADS as SERVICE_THREADS };
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
declare namespace index$
|
|
220
|
-
export { index$
|
|
219
|
+
declare namespace index$l {
|
|
220
|
+
export { index$n as CONST_APIS, index$m as CONST_SCRIPTS };
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
declare enum EGender {
|
|
@@ -231,12 +231,21 @@ declare enum EPriority {
|
|
|
231
231
|
Low = "Low"
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
type index$
|
|
235
|
-
declare const index$
|
|
236
|
-
type index$
|
|
237
|
-
declare const index$
|
|
234
|
+
type index$k_EGender = EGender;
|
|
235
|
+
declare const index$k_EGender: typeof EGender;
|
|
236
|
+
type index$k_EPriority = EPriority;
|
|
237
|
+
declare const index$k_EPriority: typeof EPriority;
|
|
238
|
+
declare namespace index$k {
|
|
239
|
+
export { index$k_EGender as EGender, index$k_EPriority as EPriority };
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
declare enum ENameVPN {
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
type index$j_ENameVPN = ENameVPN;
|
|
246
|
+
declare const index$j_ENameVPN: typeof ENameVPN;
|
|
238
247
|
declare namespace index$j {
|
|
239
|
-
export { index$
|
|
248
|
+
export { index$j_ENameVPN as ENameVPN };
|
|
240
249
|
}
|
|
241
250
|
|
|
242
251
|
declare enum ETypeVoiceLanguage {
|
|
@@ -388,33 +397,15 @@ declare enum EStatusExecuteCommon {
|
|
|
388
397
|
Error = "Error"
|
|
389
398
|
}
|
|
390
399
|
|
|
391
|
-
declare enum EStatusAccountCanva {
|
|
392
|
-
InActive = "InActive",
|
|
393
|
-
Active = "Active",
|
|
394
|
-
WrongPassword = "WrongPassword",
|
|
395
|
-
Wrong2FA = "Wrong2FA",
|
|
396
|
-
Error = "Error"
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
declare enum EStatusAccountDrive {
|
|
400
|
-
InActive = "InActive",
|
|
401
|
-
Active = "Active",
|
|
402
|
-
WrongPassword = "WrongPassword",
|
|
403
|
-
Wrong2FA = "Wrong2FA",
|
|
404
|
-
Error = "Error"
|
|
405
|
-
}
|
|
406
|
-
|
|
407
400
|
declare enum EStatusLoginAccountEmail {
|
|
408
401
|
LoginSuccess = "LoginSuccess",
|
|
409
402
|
LoginError = "LoginError"
|
|
410
403
|
}
|
|
411
404
|
|
|
412
405
|
declare enum EStatusLoginAccountSocial {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
UnLogin = "UnLogin",
|
|
417
|
-
WrongPassword = "WrongPassword"
|
|
406
|
+
Active = "Active",
|
|
407
|
+
InActive = "InActive",
|
|
408
|
+
Blocked = "Blocked"
|
|
418
409
|
}
|
|
419
410
|
|
|
420
411
|
declare enum EStatusTaskAIContent {
|
|
@@ -487,10 +478,37 @@ declare enum EStatusTaskJobGroup {
|
|
|
487
478
|
Processing = "Processing"
|
|
488
479
|
}
|
|
489
480
|
|
|
481
|
+
declare enum EStatusAccountCanva {
|
|
482
|
+
InActive = "InActive",
|
|
483
|
+
Active = "Active",
|
|
484
|
+
AccountNotExist = "AccountNotExist",
|
|
485
|
+
WrongPassword = "WrongPassword",
|
|
486
|
+
Wrong2FA = "Wrong2FA",
|
|
487
|
+
Error = "Error"
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
declare enum EStatusAccountDrive {
|
|
491
|
+
InActive = "InActive",
|
|
492
|
+
Active = "Active",
|
|
493
|
+
AccountNotExist = "AccountNotExist",
|
|
494
|
+
WrongPassword = "WrongPassword",
|
|
495
|
+
Wrong2FA = "Wrong2FA",
|
|
496
|
+
Error = "Error"
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
declare enum EStatusAccountVPN {
|
|
500
|
+
InActive = "InActive",
|
|
501
|
+
Active = "Active",
|
|
502
|
+
AccountNotExist = "AccountNotExist",
|
|
503
|
+
WrongPassword = "WrongPassword"
|
|
504
|
+
}
|
|
505
|
+
|
|
490
506
|
type index$h_EStatusAccountCanva = EStatusAccountCanva;
|
|
491
507
|
declare const index$h_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
492
508
|
type index$h_EStatusAccountDrive = EStatusAccountDrive;
|
|
493
509
|
declare const index$h_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
510
|
+
type index$h_EStatusAccountVPN = EStatusAccountVPN;
|
|
511
|
+
declare const index$h_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
494
512
|
type index$h_EStatusActive = EStatusActive;
|
|
495
513
|
declare const index$h_EStatusActive: typeof EStatusActive;
|
|
496
514
|
type index$h_EStatusBlog = EStatusBlog;
|
|
@@ -522,7 +540,7 @@ declare const index$h_EStatusTeam: typeof EStatusTeam;
|
|
|
522
540
|
type index$h_EStatusVPS = EStatusVPS;
|
|
523
541
|
declare const index$h_EStatusVPS: typeof EStatusVPS;
|
|
524
542
|
declare namespace index$h {
|
|
525
|
-
export { index$h_EStatusAccountCanva as EStatusAccountCanva, index$h_EStatusAccountDrive as EStatusAccountDrive, index$h_EStatusActive as EStatusActive, index$h_EStatusBlog as EStatusBlog, index$h_EStatusCommon as EStatusCommon, index$h_EStatusExecuteCommon as EStatusExecuteCommon, index$h_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$h_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$h_EStatusSheetWork as EStatusSheetWork, index$h_EStatusTaskAIContent as EStatusTaskAIContent, index$h_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$h_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$h_EStatusTaskJob as EStatusTaskJob, index$h_EStatusTaskJobGroup as EStatusTaskJobGroup, index$h_EStatusTaskToolSocials as EStatusTaskToolSocials, index$h_EStatusTeam as EStatusTeam, index$h_EStatusVPS as EStatusVPS };
|
|
543
|
+
export { index$h_EStatusAccountCanva as EStatusAccountCanva, index$h_EStatusAccountDrive as EStatusAccountDrive, index$h_EStatusAccountVPN as EStatusAccountVPN, index$h_EStatusActive as EStatusActive, index$h_EStatusBlog as EStatusBlog, index$h_EStatusCommon as EStatusCommon, index$h_EStatusExecuteCommon as EStatusExecuteCommon, index$h_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$h_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$h_EStatusSheetWork as EStatusSheetWork, index$h_EStatusTaskAIContent as EStatusTaskAIContent, index$h_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$h_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$h_EStatusTaskJob as EStatusTaskJob, index$h_EStatusTaskJobGroup as EStatusTaskJobGroup, index$h_EStatusTaskToolSocials as EStatusTaskToolSocials, index$h_EStatusTeam as EStatusTeam, index$h_EStatusVPS as EStatusVPS };
|
|
526
544
|
}
|
|
527
545
|
|
|
528
546
|
declare enum EFolderImageAI {
|
|
@@ -699,7 +717,7 @@ declare namespace index$e {
|
|
|
699
717
|
}
|
|
700
718
|
|
|
701
719
|
declare namespace index$d {
|
|
702
|
-
export { index$g as AI, index$
|
|
720
|
+
export { index$g as AI, index$k as Common, index$f as Lark, index$j as Name, index$e as SheetTool, index$h as Status, index$i as Types };
|
|
703
721
|
}
|
|
704
722
|
|
|
705
723
|
type TTaskInstagramBlockUser = {
|
|
@@ -1261,9 +1279,24 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1261
1279
|
niches: IManagerWork[] | string[];
|
|
1262
1280
|
}
|
|
1263
1281
|
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1282
|
+
declare enum EStatusChangeInfo {
|
|
1283
|
+
Active = "Active",
|
|
1284
|
+
Inactive = "Inactive",
|
|
1285
|
+
Pending = "Pending"
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
declare enum EStatusAccountSocial {
|
|
1289
|
+
Good = "Good",
|
|
1290
|
+
Logout = "Logout",
|
|
1291
|
+
LoginError = "LoginError",
|
|
1292
|
+
SpamWarning = "SpamWarning",
|
|
1293
|
+
Locked = "Locked",
|
|
1294
|
+
Checkpoint = "Checkpoint",
|
|
1295
|
+
IdentifyVerificationRequired = "IdentifyVerificationRequired",
|
|
1296
|
+
PendingProcessing = "PendingProcessing",
|
|
1297
|
+
DeviceNotConnected = "DeviceNotConnected",
|
|
1298
|
+
WaitingForDeviceSetup = "WaitingForDeviceSetup",
|
|
1299
|
+
Unknown = "Unknown"
|
|
1267
1300
|
}
|
|
1268
1301
|
|
|
1269
1302
|
interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1325,61 +1358,58 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1325
1358
|
proxy_tracker: IProxyTracking | string;
|
|
1326
1359
|
}
|
|
1327
1360
|
|
|
1328
|
-
interface
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
emailReceive: string;
|
|
1332
|
-
email2Fa: string;
|
|
1361
|
+
interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1362
|
+
ag_name: string;
|
|
1363
|
+
ag_slug: string;
|
|
1333
1364
|
}
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
social2Fa: string;
|
|
1342
|
-
fullName: string;
|
|
1343
|
-
email: string;
|
|
1365
|
+
|
|
1366
|
+
declare enum EStatusConnectDevice {
|
|
1367
|
+
Connected = "Connected",
|
|
1368
|
+
Disconnected = "Disconnected",
|
|
1369
|
+
Maintenance = "Maintenance",
|
|
1370
|
+
Error = "Error",
|
|
1371
|
+
Offline = "Offline"
|
|
1344
1372
|
}
|
|
1345
|
-
|
|
1346
|
-
|
|
1373
|
+
|
|
1374
|
+
interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1375
|
+
group: IAccountsGroup | string;
|
|
1376
|
+
typeSocial: ETypeSocial;
|
|
1347
1377
|
avatar: string;
|
|
1378
|
+
cover: string;
|
|
1379
|
+
sheetUrl: string;
|
|
1380
|
+
accountDeviceType: string;
|
|
1381
|
+
accountDeviceName: string;
|
|
1382
|
+
idea: string | IManagerWork;
|
|
1383
|
+
niche: string | IManagerWork;
|
|
1384
|
+
pc: IPC | string;
|
|
1385
|
+
deviceKey: string;
|
|
1386
|
+
device: IDevice | string;
|
|
1387
|
+
proxy: IProxy | string;
|
|
1388
|
+
oldUsername: string;
|
|
1389
|
+
newUsername: string;
|
|
1390
|
+
statusChangeUsername: EStatusChangeInfo;
|
|
1391
|
+
oldEmail: string;
|
|
1392
|
+
newEmail: string;
|
|
1393
|
+
statusChangeEmail: EStatusChangeInfo;
|
|
1394
|
+
oldCode: string;
|
|
1395
|
+
newCode: string;
|
|
1396
|
+
statusChange2fa: EStatusChangeInfo;
|
|
1397
|
+
oldPass: string;
|
|
1398
|
+
newPass: string;
|
|
1399
|
+
statusChangePassword: EStatusChangeInfo;
|
|
1348
1400
|
email: string;
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
account_idea: string | IManagerWork;
|
|
1362
|
-
account_niche: string | IManagerWork;
|
|
1363
|
-
account_pc: IPC | string;
|
|
1364
|
-
account_usernameOrigin: string;
|
|
1365
|
-
account_username: string;
|
|
1366
|
-
account_password: string;
|
|
1367
|
-
account_deviceKey: string;
|
|
1368
|
-
account_device: IDevice | string;
|
|
1369
|
-
account_proxy: IProxy | string;
|
|
1370
|
-
account_group: IAccountsGroup | string;
|
|
1371
|
-
account_typeDevice: string;
|
|
1372
|
-
account_nameDevice: string;
|
|
1373
|
-
account_detailEmail: IAccountDetailEmail;
|
|
1374
|
-
account_detailSocial: IAccountDetailSocial;
|
|
1375
|
-
account_historyInfo: IAccountHistory;
|
|
1376
|
-
account_social: ETypeSocial;
|
|
1377
|
-
account_statusChangeInfo: EStatusExecuteCommon;
|
|
1378
|
-
account_statusChangeSetting: EStatusExecuteCommon;
|
|
1379
|
-
account_statusLogin: EStatusLoginAccountSocial;
|
|
1380
|
-
account_lastActiveTime: Date;
|
|
1381
|
-
account_packageApp: string;
|
|
1382
|
-
account_nameAppClone: string;
|
|
1401
|
+
emailPassword: string;
|
|
1402
|
+
email2FA: string;
|
|
1403
|
+
emailReceiver: string;
|
|
1404
|
+
status: EStatusAccountSocial;
|
|
1405
|
+
statusLogin: EStatusLoginAccountSocial;
|
|
1406
|
+
statusConnectDevice: EStatusConnectDevice;
|
|
1407
|
+
statusChangeInfo: EStatusExecuteCommon;
|
|
1408
|
+
statusChangeSetting: EStatusExecuteCommon;
|
|
1409
|
+
currentActiveTime: Date;
|
|
1410
|
+
lastActiveTime: Date;
|
|
1411
|
+
nameAppClone: string;
|
|
1412
|
+
packageApp: string;
|
|
1383
1413
|
}
|
|
1384
1414
|
|
|
1385
1415
|
interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1537,6 +1567,25 @@ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1537
1567
|
ps_isFulled: boolean;
|
|
1538
1568
|
}
|
|
1539
1569
|
|
|
1570
|
+
interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1571
|
+
typeSocial: ETypeSocial;
|
|
1572
|
+
accountSocialSync: IAccount;
|
|
1573
|
+
sheetUrl: string;
|
|
1574
|
+
accountDeviceType: string;
|
|
1575
|
+
accountDeviceName: string;
|
|
1576
|
+
idea: string | IManagerWork;
|
|
1577
|
+
niche: string | IManagerWork;
|
|
1578
|
+
oldUsername: string;
|
|
1579
|
+
newUsername: string;
|
|
1580
|
+
password: string;
|
|
1581
|
+
code2FA: string;
|
|
1582
|
+
email: string;
|
|
1583
|
+
emailPassword: string;
|
|
1584
|
+
email2FA: string;
|
|
1585
|
+
emailReceiver: string;
|
|
1586
|
+
urlSheetPost: string;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1540
1589
|
interface IProxySettingForAccount extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1541
1590
|
proxy: IProxy | string;
|
|
1542
1591
|
proxySetting: IProxySetting | string;
|
|
@@ -1560,6 +1609,19 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1560
1609
|
status: EStatusVPS;
|
|
1561
1610
|
}
|
|
1562
1611
|
|
|
1612
|
+
declare enum ETypeAccountVPN {
|
|
1613
|
+
Free = "Free",
|
|
1614
|
+
Charge = "Charge"
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1618
|
+
nameApp: ENameVPN;
|
|
1619
|
+
username: string;
|
|
1620
|
+
password: string;
|
|
1621
|
+
typeAccount: ETypeAccountVPN;
|
|
1622
|
+
status: EStatusAccountVPN;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1563
1625
|
interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1564
1626
|
deviceKey: string;
|
|
1565
1627
|
typeSocial: ETypeSocial;
|
|
@@ -1759,14 +1821,13 @@ type index$6_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
|
1759
1821
|
type index$6_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
1760
1822
|
type index$6_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
1761
1823
|
type index$6_IAccountCanva = IAccountCanva;
|
|
1762
|
-
type index$
|
|
1763
|
-
type index$6_IAccountDetailSocial = IAccountDetailSocial;
|
|
1824
|
+
type index$6_IAccountDraft = IAccountDraft;
|
|
1764
1825
|
type index$6_IAccountDrive = IAccountDrive;
|
|
1765
1826
|
type index$6_IAccountEmail = IAccountEmail;
|
|
1766
1827
|
type index$6_IAccountEmailProxy = IAccountEmailProxy;
|
|
1767
1828
|
type index$6_IAccountEmailTag = IAccountEmailTag;
|
|
1768
1829
|
type index$6_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
1769
|
-
type index$
|
|
1830
|
+
type index$6_IAccountVPN = IAccountVPN;
|
|
1770
1831
|
type index$6_IAccountVPS = IAccountVPS;
|
|
1771
1832
|
type index$6_IAccountVPSGroup = IAccountVPSGroup;
|
|
1772
1833
|
type index$6_IAccountsGroup = IAccountsGroup;
|
|
@@ -1794,7 +1855,7 @@ type index$6_IVoiceLanguage = IVoiceLanguage;
|
|
|
1794
1855
|
type index$6_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1795
1856
|
type index$6_IVoiceStores = IVoiceStores;
|
|
1796
1857
|
declare namespace index$6 {
|
|
1797
|
-
export { type index$6_IAccount as IAccount, type index$6_IAccountAI as IAccountAI, type index$6_IAccountAIChannel as IAccountAIChannel, type index$6_IAccountAIGroup as IAccountAIGroup, type index$6_IAccountAIImage as IAccountAIImage, type index$6_IAccountAIImageChannel as IAccountAIImageChannel, type index$6_IAccountAIImageGroup as IAccountAIImageGroup, type index$6_IAccountAIImageInfo as IAccountAIImageInfo, type index$6_IAccountAIImageTag as IAccountAIImageTag, type index$6_IAccountAIInfo as IAccountAIInfo, type index$6_IAccountAITag as IAccountAITag, type index$6_IAccountAIVoice as IAccountAIVoice, type index$6_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$6_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$6_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$6_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$6_IAccountCanva as IAccountCanva, type index$
|
|
1858
|
+
export { type index$6_IAccount as IAccount, type index$6_IAccountAI as IAccountAI, type index$6_IAccountAIChannel as IAccountAIChannel, type index$6_IAccountAIGroup as IAccountAIGroup, type index$6_IAccountAIImage as IAccountAIImage, type index$6_IAccountAIImageChannel as IAccountAIImageChannel, type index$6_IAccountAIImageGroup as IAccountAIImageGroup, type index$6_IAccountAIImageInfo as IAccountAIImageInfo, type index$6_IAccountAIImageTag as IAccountAIImageTag, type index$6_IAccountAIInfo as IAccountAIInfo, type index$6_IAccountAITag as IAccountAITag, type index$6_IAccountAIVoice as IAccountAIVoice, type index$6_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$6_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$6_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$6_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$6_IAccountCanva as IAccountCanva, type index$6_IAccountDraft as IAccountDraft, type index$6_IAccountDrive as IAccountDrive, type index$6_IAccountEmail as IAccountEmail, type index$6_IAccountEmailProxy as IAccountEmailProxy, type index$6_IAccountEmailTag as IAccountEmailTag, type index$6_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$6_IAccountVPN as IAccountVPN, type index$6_IAccountVPS as IAccountVPS, type index$6_IAccountVPSGroup as IAccountVPSGroup, type index$6_IAccountsGroup as IAccountsGroup, type index$6_IDevice as IDevice, type index$6_IDeviceAllowPermission as IDeviceAllowPermission, type index$6_IDeviceInfoEmail as IDeviceInfoEmail, type index$6_IDeviceSetting as IDeviceSetting, type index$6_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$6_IManagerImageAI as IManagerImageAI, type index$6_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$6_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$6_IManagerSheet as IManagerSheet, type index$6_IManagerSheetChildren as IManagerSheetChildren, type index$6_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$6_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$6_IManagerSheetGroup as IManagerSheetGroup, type index$6_IPC as IPC, type index$6_IProxy as IProxy, type index$6_IProxySetting as IProxySetting, type index$6_IProxySettingForAccount as IProxySettingForAccount, type index$6_IProxyTracking as IProxyTracking, type index$6_ISheetsTool as ISheetsTool, type index$6_IVoiceGenerated as IVoiceGenerated, type index$6_IVoiceLanguage as IVoiceLanguage, type index$6_IVoiceSettingDelay as IVoiceSettingDelay, type index$6_IVoiceStores as IVoiceStores, index$7 as TaskBrowsers, index$8 as TaskPhones };
|
|
1798
1859
|
}
|
|
1799
1860
|
|
|
1800
1861
|
interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -2431,14 +2492,13 @@ type index$1_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
|
2431
2492
|
type index$1_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
2432
2493
|
type index$1_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
2433
2494
|
type index$1_IAccountCanva = IAccountCanva;
|
|
2434
|
-
type index$
|
|
2435
|
-
type index$1_IAccountDetailSocial = IAccountDetailSocial;
|
|
2495
|
+
type index$1_IAccountDraft = IAccountDraft;
|
|
2436
2496
|
type index$1_IAccountDrive = IAccountDrive;
|
|
2437
2497
|
type index$1_IAccountEmail = IAccountEmail;
|
|
2438
2498
|
type index$1_IAccountEmailProxy = IAccountEmailProxy;
|
|
2439
2499
|
type index$1_IAccountEmailTag = IAccountEmailTag;
|
|
2440
2500
|
type index$1_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
2441
|
-
type index$
|
|
2501
|
+
type index$1_IAccountVPN = IAccountVPN;
|
|
2442
2502
|
type index$1_IAccountVPS = IAccountVPS;
|
|
2443
2503
|
type index$1_IAccountVPSGroup = IAccountVPSGroup;
|
|
2444
2504
|
type index$1_IAccountsGroup = IAccountsGroup;
|
|
@@ -2532,7 +2592,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
2532
2592
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2533
2593
|
type index$1_IVoiceStores = IVoiceStores;
|
|
2534
2594
|
declare namespace index$1 {
|
|
2535
|
-
export { index$b as Auth, index$9 as Common, index$4 as Device, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCanva as IAccountCanva, type index$
|
|
2595
|
+
export { index$b as Auth, index$9 as Common, index$4 as Device, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDraft as IAccountDraft, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDevice as IDevice, type index$1_IDeviceAllowPermission as IDeviceAllowPermission, type index$1_IDeviceCHPlay as IDeviceCHPlay, type index$1_IDeviceEmail as IDeviceEmail, type index$1_IDeviceInfoEmail as IDeviceInfoEmail, type index$1_IDeviceSetting as IDeviceSetting, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IFreepikSetting as IFreepikSetting, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IProxySetting as IProxySetting, type index$1_IProxySettingForAccount as IProxySettingForAccount, type index$1_IProxyTracking as IProxyTracking, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$5 as Logs, index$3 as Settings, index$2 as Socials, index$7 as TaskBrowsers, index$8 as TaskPhones, index$6 as Tool, index$a as Web };
|
|
2536
2596
|
}
|
|
2537
2597
|
|
|
2538
2598
|
interface IDataUser {
|
|
@@ -2578,4 +2638,4 @@ declare namespace index {
|
|
|
2578
2638
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
|
|
2579
2639
|
}
|
|
2580
2640
|
|
|
2581
|
-
export { index$
|
|
2641
|
+
export { index$l as AutoConstants, index$d as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes };
|
package/dist/index.d.ts
CHANGED
|
@@ -153,12 +153,12 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
153
153
|
};
|
|
154
154
|
};
|
|
155
155
|
|
|
156
|
-
declare const index$
|
|
157
|
-
declare const index$
|
|
158
|
-
declare const index$
|
|
159
|
-
declare const index$
|
|
160
|
-
declare namespace index$
|
|
161
|
-
export { index$
|
|
156
|
+
declare const index$n_CONST_API_AUTH: typeof CONST_API_AUTH;
|
|
157
|
+
declare const index$n_CONST_API_COMMON: typeof CONST_API_COMMON;
|
|
158
|
+
declare const index$n_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
|
|
159
|
+
declare const index$n_CONST_API_OTP: typeof CONST_API_OTP;
|
|
160
|
+
declare namespace index$n {
|
|
161
|
+
export { index$n_CONST_API_AUTH as CONST_API_AUTH, index$n_CONST_API_COMMON as CONST_API_COMMON, index$n_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$n_CONST_API_OTP as CONST_API_OTP };
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
declare const ACTIONS_DEVICE: {
|
|
@@ -207,17 +207,17 @@ declare const ACTIONS_THREADS: {};
|
|
|
207
207
|
|
|
208
208
|
declare const SERVICE_THREADS: {};
|
|
209
209
|
|
|
210
|
-
declare const index$
|
|
211
|
-
declare const index$
|
|
212
|
-
declare const index$
|
|
213
|
-
declare const index$
|
|
214
|
-
declare const index$
|
|
215
|
-
declare namespace index$
|
|
216
|
-
export { index$
|
|
210
|
+
declare const index$m_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
|
|
211
|
+
declare const index$m_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
|
|
212
|
+
declare const index$m_ACTIONS_THREADS: typeof ACTIONS_THREADS;
|
|
213
|
+
declare const index$m_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
|
|
214
|
+
declare const index$m_SERVICE_THREADS: typeof SERVICE_THREADS;
|
|
215
|
+
declare namespace index$m {
|
|
216
|
+
export { index$m_ACTIONS_DEVICE as ACTIONS_DEVICE, index$m_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$m_ACTIONS_THREADS as ACTIONS_THREADS, index$m_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$m_SERVICE_THREADS as SERVICE_THREADS };
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
declare namespace index$
|
|
220
|
-
export { index$
|
|
219
|
+
declare namespace index$l {
|
|
220
|
+
export { index$n as CONST_APIS, index$m as CONST_SCRIPTS };
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
declare enum EGender {
|
|
@@ -231,12 +231,21 @@ declare enum EPriority {
|
|
|
231
231
|
Low = "Low"
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
type index$
|
|
235
|
-
declare const index$
|
|
236
|
-
type index$
|
|
237
|
-
declare const index$
|
|
234
|
+
type index$k_EGender = EGender;
|
|
235
|
+
declare const index$k_EGender: typeof EGender;
|
|
236
|
+
type index$k_EPriority = EPriority;
|
|
237
|
+
declare const index$k_EPriority: typeof EPriority;
|
|
238
|
+
declare namespace index$k {
|
|
239
|
+
export { index$k_EGender as EGender, index$k_EPriority as EPriority };
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
declare enum ENameVPN {
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
type index$j_ENameVPN = ENameVPN;
|
|
246
|
+
declare const index$j_ENameVPN: typeof ENameVPN;
|
|
238
247
|
declare namespace index$j {
|
|
239
|
-
export { index$
|
|
248
|
+
export { index$j_ENameVPN as ENameVPN };
|
|
240
249
|
}
|
|
241
250
|
|
|
242
251
|
declare enum ETypeVoiceLanguage {
|
|
@@ -388,33 +397,15 @@ declare enum EStatusExecuteCommon {
|
|
|
388
397
|
Error = "Error"
|
|
389
398
|
}
|
|
390
399
|
|
|
391
|
-
declare enum EStatusAccountCanva {
|
|
392
|
-
InActive = "InActive",
|
|
393
|
-
Active = "Active",
|
|
394
|
-
WrongPassword = "WrongPassword",
|
|
395
|
-
Wrong2FA = "Wrong2FA",
|
|
396
|
-
Error = "Error"
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
declare enum EStatusAccountDrive {
|
|
400
|
-
InActive = "InActive",
|
|
401
|
-
Active = "Active",
|
|
402
|
-
WrongPassword = "WrongPassword",
|
|
403
|
-
Wrong2FA = "Wrong2FA",
|
|
404
|
-
Error = "Error"
|
|
405
|
-
}
|
|
406
|
-
|
|
407
400
|
declare enum EStatusLoginAccountEmail {
|
|
408
401
|
LoginSuccess = "LoginSuccess",
|
|
409
402
|
LoginError = "LoginError"
|
|
410
403
|
}
|
|
411
404
|
|
|
412
405
|
declare enum EStatusLoginAccountSocial {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
UnLogin = "UnLogin",
|
|
417
|
-
WrongPassword = "WrongPassword"
|
|
406
|
+
Active = "Active",
|
|
407
|
+
InActive = "InActive",
|
|
408
|
+
Blocked = "Blocked"
|
|
418
409
|
}
|
|
419
410
|
|
|
420
411
|
declare enum EStatusTaskAIContent {
|
|
@@ -487,10 +478,37 @@ declare enum EStatusTaskJobGroup {
|
|
|
487
478
|
Processing = "Processing"
|
|
488
479
|
}
|
|
489
480
|
|
|
481
|
+
declare enum EStatusAccountCanva {
|
|
482
|
+
InActive = "InActive",
|
|
483
|
+
Active = "Active",
|
|
484
|
+
AccountNotExist = "AccountNotExist",
|
|
485
|
+
WrongPassword = "WrongPassword",
|
|
486
|
+
Wrong2FA = "Wrong2FA",
|
|
487
|
+
Error = "Error"
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
declare enum EStatusAccountDrive {
|
|
491
|
+
InActive = "InActive",
|
|
492
|
+
Active = "Active",
|
|
493
|
+
AccountNotExist = "AccountNotExist",
|
|
494
|
+
WrongPassword = "WrongPassword",
|
|
495
|
+
Wrong2FA = "Wrong2FA",
|
|
496
|
+
Error = "Error"
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
declare enum EStatusAccountVPN {
|
|
500
|
+
InActive = "InActive",
|
|
501
|
+
Active = "Active",
|
|
502
|
+
AccountNotExist = "AccountNotExist",
|
|
503
|
+
WrongPassword = "WrongPassword"
|
|
504
|
+
}
|
|
505
|
+
|
|
490
506
|
type index$h_EStatusAccountCanva = EStatusAccountCanva;
|
|
491
507
|
declare const index$h_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
492
508
|
type index$h_EStatusAccountDrive = EStatusAccountDrive;
|
|
493
509
|
declare const index$h_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
510
|
+
type index$h_EStatusAccountVPN = EStatusAccountVPN;
|
|
511
|
+
declare const index$h_EStatusAccountVPN: typeof EStatusAccountVPN;
|
|
494
512
|
type index$h_EStatusActive = EStatusActive;
|
|
495
513
|
declare const index$h_EStatusActive: typeof EStatusActive;
|
|
496
514
|
type index$h_EStatusBlog = EStatusBlog;
|
|
@@ -522,7 +540,7 @@ declare const index$h_EStatusTeam: typeof EStatusTeam;
|
|
|
522
540
|
type index$h_EStatusVPS = EStatusVPS;
|
|
523
541
|
declare const index$h_EStatusVPS: typeof EStatusVPS;
|
|
524
542
|
declare namespace index$h {
|
|
525
|
-
export { index$h_EStatusAccountCanva as EStatusAccountCanva, index$h_EStatusAccountDrive as EStatusAccountDrive, index$h_EStatusActive as EStatusActive, index$h_EStatusBlog as EStatusBlog, index$h_EStatusCommon as EStatusCommon, index$h_EStatusExecuteCommon as EStatusExecuteCommon, index$h_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$h_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$h_EStatusSheetWork as EStatusSheetWork, index$h_EStatusTaskAIContent as EStatusTaskAIContent, index$h_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$h_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$h_EStatusTaskJob as EStatusTaskJob, index$h_EStatusTaskJobGroup as EStatusTaskJobGroup, index$h_EStatusTaskToolSocials as EStatusTaskToolSocials, index$h_EStatusTeam as EStatusTeam, index$h_EStatusVPS as EStatusVPS };
|
|
543
|
+
export { index$h_EStatusAccountCanva as EStatusAccountCanva, index$h_EStatusAccountDrive as EStatusAccountDrive, index$h_EStatusAccountVPN as EStatusAccountVPN, index$h_EStatusActive as EStatusActive, index$h_EStatusBlog as EStatusBlog, index$h_EStatusCommon as EStatusCommon, index$h_EStatusExecuteCommon as EStatusExecuteCommon, index$h_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$h_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$h_EStatusSheetWork as EStatusSheetWork, index$h_EStatusTaskAIContent as EStatusTaskAIContent, index$h_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$h_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$h_EStatusTaskJob as EStatusTaskJob, index$h_EStatusTaskJobGroup as EStatusTaskJobGroup, index$h_EStatusTaskToolSocials as EStatusTaskToolSocials, index$h_EStatusTeam as EStatusTeam, index$h_EStatusVPS as EStatusVPS };
|
|
526
544
|
}
|
|
527
545
|
|
|
528
546
|
declare enum EFolderImageAI {
|
|
@@ -699,7 +717,7 @@ declare namespace index$e {
|
|
|
699
717
|
}
|
|
700
718
|
|
|
701
719
|
declare namespace index$d {
|
|
702
|
-
export { index$g as AI, index$
|
|
720
|
+
export { index$g as AI, index$k as Common, index$f as Lark, index$j as Name, index$e as SheetTool, index$h as Status, index$i as Types };
|
|
703
721
|
}
|
|
704
722
|
|
|
705
723
|
type TTaskInstagramBlockUser = {
|
|
@@ -1261,9 +1279,24 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1261
1279
|
niches: IManagerWork[] | string[];
|
|
1262
1280
|
}
|
|
1263
1281
|
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1282
|
+
declare enum EStatusChangeInfo {
|
|
1283
|
+
Active = "Active",
|
|
1284
|
+
Inactive = "Inactive",
|
|
1285
|
+
Pending = "Pending"
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
declare enum EStatusAccountSocial {
|
|
1289
|
+
Good = "Good",
|
|
1290
|
+
Logout = "Logout",
|
|
1291
|
+
LoginError = "LoginError",
|
|
1292
|
+
SpamWarning = "SpamWarning",
|
|
1293
|
+
Locked = "Locked",
|
|
1294
|
+
Checkpoint = "Checkpoint",
|
|
1295
|
+
IdentifyVerificationRequired = "IdentifyVerificationRequired",
|
|
1296
|
+
PendingProcessing = "PendingProcessing",
|
|
1297
|
+
DeviceNotConnected = "DeviceNotConnected",
|
|
1298
|
+
WaitingForDeviceSetup = "WaitingForDeviceSetup",
|
|
1299
|
+
Unknown = "Unknown"
|
|
1267
1300
|
}
|
|
1268
1301
|
|
|
1269
1302
|
interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1325,61 +1358,58 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1325
1358
|
proxy_tracker: IProxyTracking | string;
|
|
1326
1359
|
}
|
|
1327
1360
|
|
|
1328
|
-
interface
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
emailReceive: string;
|
|
1332
|
-
email2Fa: string;
|
|
1361
|
+
interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1362
|
+
ag_name: string;
|
|
1363
|
+
ag_slug: string;
|
|
1333
1364
|
}
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
social2Fa: string;
|
|
1342
|
-
fullName: string;
|
|
1343
|
-
email: string;
|
|
1365
|
+
|
|
1366
|
+
declare enum EStatusConnectDevice {
|
|
1367
|
+
Connected = "Connected",
|
|
1368
|
+
Disconnected = "Disconnected",
|
|
1369
|
+
Maintenance = "Maintenance",
|
|
1370
|
+
Error = "Error",
|
|
1371
|
+
Offline = "Offline"
|
|
1344
1372
|
}
|
|
1345
|
-
|
|
1346
|
-
|
|
1373
|
+
|
|
1374
|
+
interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1375
|
+
group: IAccountsGroup | string;
|
|
1376
|
+
typeSocial: ETypeSocial;
|
|
1347
1377
|
avatar: string;
|
|
1378
|
+
cover: string;
|
|
1379
|
+
sheetUrl: string;
|
|
1380
|
+
accountDeviceType: string;
|
|
1381
|
+
accountDeviceName: string;
|
|
1382
|
+
idea: string | IManagerWork;
|
|
1383
|
+
niche: string | IManagerWork;
|
|
1384
|
+
pc: IPC | string;
|
|
1385
|
+
deviceKey: string;
|
|
1386
|
+
device: IDevice | string;
|
|
1387
|
+
proxy: IProxy | string;
|
|
1388
|
+
oldUsername: string;
|
|
1389
|
+
newUsername: string;
|
|
1390
|
+
statusChangeUsername: EStatusChangeInfo;
|
|
1391
|
+
oldEmail: string;
|
|
1392
|
+
newEmail: string;
|
|
1393
|
+
statusChangeEmail: EStatusChangeInfo;
|
|
1394
|
+
oldCode: string;
|
|
1395
|
+
newCode: string;
|
|
1396
|
+
statusChange2fa: EStatusChangeInfo;
|
|
1397
|
+
oldPass: string;
|
|
1398
|
+
newPass: string;
|
|
1399
|
+
statusChangePassword: EStatusChangeInfo;
|
|
1348
1400
|
email: string;
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
account_idea: string | IManagerWork;
|
|
1362
|
-
account_niche: string | IManagerWork;
|
|
1363
|
-
account_pc: IPC | string;
|
|
1364
|
-
account_usernameOrigin: string;
|
|
1365
|
-
account_username: string;
|
|
1366
|
-
account_password: string;
|
|
1367
|
-
account_deviceKey: string;
|
|
1368
|
-
account_device: IDevice | string;
|
|
1369
|
-
account_proxy: IProxy | string;
|
|
1370
|
-
account_group: IAccountsGroup | string;
|
|
1371
|
-
account_typeDevice: string;
|
|
1372
|
-
account_nameDevice: string;
|
|
1373
|
-
account_detailEmail: IAccountDetailEmail;
|
|
1374
|
-
account_detailSocial: IAccountDetailSocial;
|
|
1375
|
-
account_historyInfo: IAccountHistory;
|
|
1376
|
-
account_social: ETypeSocial;
|
|
1377
|
-
account_statusChangeInfo: EStatusExecuteCommon;
|
|
1378
|
-
account_statusChangeSetting: EStatusExecuteCommon;
|
|
1379
|
-
account_statusLogin: EStatusLoginAccountSocial;
|
|
1380
|
-
account_lastActiveTime: Date;
|
|
1381
|
-
account_packageApp: string;
|
|
1382
|
-
account_nameAppClone: string;
|
|
1401
|
+
emailPassword: string;
|
|
1402
|
+
email2FA: string;
|
|
1403
|
+
emailReceiver: string;
|
|
1404
|
+
status: EStatusAccountSocial;
|
|
1405
|
+
statusLogin: EStatusLoginAccountSocial;
|
|
1406
|
+
statusConnectDevice: EStatusConnectDevice;
|
|
1407
|
+
statusChangeInfo: EStatusExecuteCommon;
|
|
1408
|
+
statusChangeSetting: EStatusExecuteCommon;
|
|
1409
|
+
currentActiveTime: Date;
|
|
1410
|
+
lastActiveTime: Date;
|
|
1411
|
+
nameAppClone: string;
|
|
1412
|
+
packageApp: string;
|
|
1383
1413
|
}
|
|
1384
1414
|
|
|
1385
1415
|
interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1537,6 +1567,25 @@ interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1537
1567
|
ps_isFulled: boolean;
|
|
1538
1568
|
}
|
|
1539
1569
|
|
|
1570
|
+
interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1571
|
+
typeSocial: ETypeSocial;
|
|
1572
|
+
accountSocialSync: IAccount;
|
|
1573
|
+
sheetUrl: string;
|
|
1574
|
+
accountDeviceType: string;
|
|
1575
|
+
accountDeviceName: string;
|
|
1576
|
+
idea: string | IManagerWork;
|
|
1577
|
+
niche: string | IManagerWork;
|
|
1578
|
+
oldUsername: string;
|
|
1579
|
+
newUsername: string;
|
|
1580
|
+
password: string;
|
|
1581
|
+
code2FA: string;
|
|
1582
|
+
email: string;
|
|
1583
|
+
emailPassword: string;
|
|
1584
|
+
email2FA: string;
|
|
1585
|
+
emailReceiver: string;
|
|
1586
|
+
urlSheetPost: string;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1540
1589
|
interface IProxySettingForAccount extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1541
1590
|
proxy: IProxy | string;
|
|
1542
1591
|
proxySetting: IProxySetting | string;
|
|
@@ -1560,6 +1609,19 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1560
1609
|
status: EStatusVPS;
|
|
1561
1610
|
}
|
|
1562
1611
|
|
|
1612
|
+
declare enum ETypeAccountVPN {
|
|
1613
|
+
Free = "Free",
|
|
1614
|
+
Charge = "Charge"
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1618
|
+
nameApp: ENameVPN;
|
|
1619
|
+
username: string;
|
|
1620
|
+
password: string;
|
|
1621
|
+
typeAccount: ETypeAccountVPN;
|
|
1622
|
+
status: EStatusAccountVPN;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1563
1625
|
interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1564
1626
|
deviceKey: string;
|
|
1565
1627
|
typeSocial: ETypeSocial;
|
|
@@ -1759,14 +1821,13 @@ type index$6_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
|
1759
1821
|
type index$6_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
1760
1822
|
type index$6_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
1761
1823
|
type index$6_IAccountCanva = IAccountCanva;
|
|
1762
|
-
type index$
|
|
1763
|
-
type index$6_IAccountDetailSocial = IAccountDetailSocial;
|
|
1824
|
+
type index$6_IAccountDraft = IAccountDraft;
|
|
1764
1825
|
type index$6_IAccountDrive = IAccountDrive;
|
|
1765
1826
|
type index$6_IAccountEmail = IAccountEmail;
|
|
1766
1827
|
type index$6_IAccountEmailProxy = IAccountEmailProxy;
|
|
1767
1828
|
type index$6_IAccountEmailTag = IAccountEmailTag;
|
|
1768
1829
|
type index$6_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
1769
|
-
type index$
|
|
1830
|
+
type index$6_IAccountVPN = IAccountVPN;
|
|
1770
1831
|
type index$6_IAccountVPS = IAccountVPS;
|
|
1771
1832
|
type index$6_IAccountVPSGroup = IAccountVPSGroup;
|
|
1772
1833
|
type index$6_IAccountsGroup = IAccountsGroup;
|
|
@@ -1794,7 +1855,7 @@ type index$6_IVoiceLanguage = IVoiceLanguage;
|
|
|
1794
1855
|
type index$6_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1795
1856
|
type index$6_IVoiceStores = IVoiceStores;
|
|
1796
1857
|
declare namespace index$6 {
|
|
1797
|
-
export { type index$6_IAccount as IAccount, type index$6_IAccountAI as IAccountAI, type index$6_IAccountAIChannel as IAccountAIChannel, type index$6_IAccountAIGroup as IAccountAIGroup, type index$6_IAccountAIImage as IAccountAIImage, type index$6_IAccountAIImageChannel as IAccountAIImageChannel, type index$6_IAccountAIImageGroup as IAccountAIImageGroup, type index$6_IAccountAIImageInfo as IAccountAIImageInfo, type index$6_IAccountAIImageTag as IAccountAIImageTag, type index$6_IAccountAIInfo as IAccountAIInfo, type index$6_IAccountAITag as IAccountAITag, type index$6_IAccountAIVoice as IAccountAIVoice, type index$6_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$6_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$6_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$6_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$6_IAccountCanva as IAccountCanva, type index$
|
|
1858
|
+
export { type index$6_IAccount as IAccount, type index$6_IAccountAI as IAccountAI, type index$6_IAccountAIChannel as IAccountAIChannel, type index$6_IAccountAIGroup as IAccountAIGroup, type index$6_IAccountAIImage as IAccountAIImage, type index$6_IAccountAIImageChannel as IAccountAIImageChannel, type index$6_IAccountAIImageGroup as IAccountAIImageGroup, type index$6_IAccountAIImageInfo as IAccountAIImageInfo, type index$6_IAccountAIImageTag as IAccountAIImageTag, type index$6_IAccountAIInfo as IAccountAIInfo, type index$6_IAccountAITag as IAccountAITag, type index$6_IAccountAIVoice as IAccountAIVoice, type index$6_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$6_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$6_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$6_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$6_IAccountCanva as IAccountCanva, type index$6_IAccountDraft as IAccountDraft, type index$6_IAccountDrive as IAccountDrive, type index$6_IAccountEmail as IAccountEmail, type index$6_IAccountEmailProxy as IAccountEmailProxy, type index$6_IAccountEmailTag as IAccountEmailTag, type index$6_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$6_IAccountVPN as IAccountVPN, type index$6_IAccountVPS as IAccountVPS, type index$6_IAccountVPSGroup as IAccountVPSGroup, type index$6_IAccountsGroup as IAccountsGroup, type index$6_IDevice as IDevice, type index$6_IDeviceAllowPermission as IDeviceAllowPermission, type index$6_IDeviceInfoEmail as IDeviceInfoEmail, type index$6_IDeviceSetting as IDeviceSetting, type index$6_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$6_IManagerImageAI as IManagerImageAI, type index$6_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$6_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$6_IManagerSheet as IManagerSheet, type index$6_IManagerSheetChildren as IManagerSheetChildren, type index$6_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$6_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$6_IManagerSheetGroup as IManagerSheetGroup, type index$6_IPC as IPC, type index$6_IProxy as IProxy, type index$6_IProxySetting as IProxySetting, type index$6_IProxySettingForAccount as IProxySettingForAccount, type index$6_IProxyTracking as IProxyTracking, type index$6_ISheetsTool as ISheetsTool, type index$6_IVoiceGenerated as IVoiceGenerated, type index$6_IVoiceLanguage as IVoiceLanguage, type index$6_IVoiceSettingDelay as IVoiceSettingDelay, type index$6_IVoiceStores as IVoiceStores, index$7 as TaskBrowsers, index$8 as TaskPhones };
|
|
1798
1859
|
}
|
|
1799
1860
|
|
|
1800
1861
|
interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -2431,14 +2492,13 @@ type index$1_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
|
2431
2492
|
type index$1_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
2432
2493
|
type index$1_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
2433
2494
|
type index$1_IAccountCanva = IAccountCanva;
|
|
2434
|
-
type index$
|
|
2435
|
-
type index$1_IAccountDetailSocial = IAccountDetailSocial;
|
|
2495
|
+
type index$1_IAccountDraft = IAccountDraft;
|
|
2436
2496
|
type index$1_IAccountDrive = IAccountDrive;
|
|
2437
2497
|
type index$1_IAccountEmail = IAccountEmail;
|
|
2438
2498
|
type index$1_IAccountEmailProxy = IAccountEmailProxy;
|
|
2439
2499
|
type index$1_IAccountEmailTag = IAccountEmailTag;
|
|
2440
2500
|
type index$1_IAccountEmailTaskWork = IAccountEmailTaskWork;
|
|
2441
|
-
type index$
|
|
2501
|
+
type index$1_IAccountVPN = IAccountVPN;
|
|
2442
2502
|
type index$1_IAccountVPS = IAccountVPS;
|
|
2443
2503
|
type index$1_IAccountVPSGroup = IAccountVPSGroup;
|
|
2444
2504
|
type index$1_IAccountsGroup = IAccountsGroup;
|
|
@@ -2532,7 +2592,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
2532
2592
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2533
2593
|
type index$1_IVoiceStores = IVoiceStores;
|
|
2534
2594
|
declare namespace index$1 {
|
|
2535
|
-
export { index$b as Auth, index$9 as Common, index$4 as Device, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCanva as IAccountCanva, type index$
|
|
2595
|
+
export { index$b as Auth, index$9 as Common, index$4 as Device, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDraft as IAccountDraft, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDevice as IDevice, type index$1_IDeviceAllowPermission as IDeviceAllowPermission, type index$1_IDeviceCHPlay as IDeviceCHPlay, type index$1_IDeviceEmail as IDeviceEmail, type index$1_IDeviceInfoEmail as IDeviceInfoEmail, type index$1_IDeviceSetting as IDeviceSetting, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IFreepikSetting as IFreepikSetting, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IProxySetting as IProxySetting, type index$1_IProxySettingForAccount as IProxySettingForAccount, type index$1_IProxyTracking as IProxyTracking, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$5 as Logs, index$3 as Settings, index$2 as Socials, index$7 as TaskBrowsers, index$8 as TaskPhones, index$6 as Tool, index$a as Web };
|
|
2536
2596
|
}
|
|
2537
2597
|
|
|
2538
2598
|
interface IDataUser {
|
|
@@ -2578,4 +2638,4 @@ declare namespace index {
|
|
|
2578
2638
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
|
|
2579
2639
|
}
|
|
2580
2640
|
|
|
2581
|
-
export { index$
|
|
2641
|
+
export { index$l as AutoConstants, index$d as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes };
|
package/dist/index.js
CHANGED
|
@@ -266,6 +266,7 @@ __export(enums_exports, {
|
|
|
266
266
|
AI: () => ai_exports,
|
|
267
267
|
Common: () => common_exports,
|
|
268
268
|
Lark: () => lark_exports,
|
|
269
|
+
Name: () => name_exports,
|
|
269
270
|
SheetTool: () => sheet_tool_exports,
|
|
270
271
|
Status: () => status_exports,
|
|
271
272
|
Types: () => types_exports
|
|
@@ -293,6 +294,17 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
293
294
|
return EPriority2;
|
|
294
295
|
})(EPriority || {});
|
|
295
296
|
|
|
297
|
+
// src/enums/name/index.ts
|
|
298
|
+
var name_exports = {};
|
|
299
|
+
__export(name_exports, {
|
|
300
|
+
ENameVPN: () => ENameVPN
|
|
301
|
+
});
|
|
302
|
+
|
|
303
|
+
// src/enums/name/ENameVPN.enum.ts
|
|
304
|
+
var ENameVPN = /* @__PURE__ */ ((ENameVPN2) => {
|
|
305
|
+
return ENameVPN2;
|
|
306
|
+
})(ENameVPN || {});
|
|
307
|
+
|
|
296
308
|
// src/enums/types/index.ts
|
|
297
309
|
var types_exports = {};
|
|
298
310
|
__export(types_exports, {
|
|
@@ -434,6 +446,7 @@ var status_exports = {};
|
|
|
434
446
|
__export(status_exports, {
|
|
435
447
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
436
448
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
449
|
+
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
437
450
|
EStatusActive: () => EStatusActive,
|
|
438
451
|
EStatusBlog: () => EStatusBlog,
|
|
439
452
|
EStatusCommon: () => EStatusCommon,
|
|
@@ -484,26 +497,6 @@ var EStatusExecuteCommon = /* @__PURE__ */ ((EStatusExecuteCommon2) => {
|
|
|
484
497
|
return EStatusExecuteCommon2;
|
|
485
498
|
})(EStatusExecuteCommon || {});
|
|
486
499
|
|
|
487
|
-
// src/enums/status/accounts/EStatusAccountCanva.enum.ts
|
|
488
|
-
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
489
|
-
EStatusAccountCanva2["InActive"] = "InActive";
|
|
490
|
-
EStatusAccountCanva2["Active"] = "Active";
|
|
491
|
-
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
492
|
-
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
493
|
-
EStatusAccountCanva2["Error"] = "Error";
|
|
494
|
-
return EStatusAccountCanva2;
|
|
495
|
-
})(EStatusAccountCanva || {});
|
|
496
|
-
|
|
497
|
-
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
498
|
-
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
499
|
-
EStatusAccountDrive2["InActive"] = "InActive";
|
|
500
|
-
EStatusAccountDrive2["Active"] = "Active";
|
|
501
|
-
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
502
|
-
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|
|
503
|
-
EStatusAccountDrive2["Error"] = "Error";
|
|
504
|
-
return EStatusAccountDrive2;
|
|
505
|
-
})(EStatusAccountDrive || {});
|
|
506
|
-
|
|
507
500
|
// src/enums/status/socials/EStatusLoginAccountEmail.enum.ts
|
|
508
501
|
var EStatusLoginAccountEmail = /* @__PURE__ */ ((EStatusLoginAccountEmail2) => {
|
|
509
502
|
EStatusLoginAccountEmail2["LoginSuccess"] = "LoginSuccess";
|
|
@@ -513,11 +506,9 @@ var EStatusLoginAccountEmail = /* @__PURE__ */ ((EStatusLoginAccountEmail2) => {
|
|
|
513
506
|
|
|
514
507
|
// src/enums/status/socials/EStatusLoginAccountSocial.enum.ts
|
|
515
508
|
var EStatusLoginAccountSocial = /* @__PURE__ */ ((EStatusLoginAccountSocial2) => {
|
|
516
|
-
EStatusLoginAccountSocial2["
|
|
517
|
-
EStatusLoginAccountSocial2["
|
|
518
|
-
EStatusLoginAccountSocial2["
|
|
519
|
-
EStatusLoginAccountSocial2["UnLogin"] = "UnLogin";
|
|
520
|
-
EStatusLoginAccountSocial2["WrongPassword"] = "WrongPassword";
|
|
509
|
+
EStatusLoginAccountSocial2["Active"] = "Active";
|
|
510
|
+
EStatusLoginAccountSocial2["InActive"] = "InActive";
|
|
511
|
+
EStatusLoginAccountSocial2["Blocked"] = "Blocked";
|
|
521
512
|
return EStatusLoginAccountSocial2;
|
|
522
513
|
})(EStatusLoginAccountSocial || {});
|
|
523
514
|
|
|
@@ -609,6 +600,37 @@ var EStatusTaskJobGroup = /* @__PURE__ */ ((EStatusTaskJobGroup2) => {
|
|
|
609
600
|
return EStatusTaskJobGroup2;
|
|
610
601
|
})(EStatusTaskJobGroup || {});
|
|
611
602
|
|
|
603
|
+
// src/enums/status/accounts/EStatusAccountCanva.enum.ts
|
|
604
|
+
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
605
|
+
EStatusAccountCanva2["InActive"] = "InActive";
|
|
606
|
+
EStatusAccountCanva2["Active"] = "Active";
|
|
607
|
+
EStatusAccountCanva2["AccountNotExist"] = "AccountNotExist";
|
|
608
|
+
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
609
|
+
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
610
|
+
EStatusAccountCanva2["Error"] = "Error";
|
|
611
|
+
return EStatusAccountCanva2;
|
|
612
|
+
})(EStatusAccountCanva || {});
|
|
613
|
+
|
|
614
|
+
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
615
|
+
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
616
|
+
EStatusAccountDrive2["InActive"] = "InActive";
|
|
617
|
+
EStatusAccountDrive2["Active"] = "Active";
|
|
618
|
+
EStatusAccountDrive2["AccountNotExist"] = "AccountNotExist";
|
|
619
|
+
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
620
|
+
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|
|
621
|
+
EStatusAccountDrive2["Error"] = "Error";
|
|
622
|
+
return EStatusAccountDrive2;
|
|
623
|
+
})(EStatusAccountDrive || {});
|
|
624
|
+
|
|
625
|
+
// src/enums/status/accounts/EStatusAccountVPN.enum.ts
|
|
626
|
+
var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
|
|
627
|
+
EStatusAccountVPN2["InActive"] = "InActive";
|
|
628
|
+
EStatusAccountVPN2["Active"] = "Active";
|
|
629
|
+
EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
|
|
630
|
+
EStatusAccountVPN2["WrongPassword"] = "WrongPassword";
|
|
631
|
+
return EStatusAccountVPN2;
|
|
632
|
+
})(EStatusAccountVPN || {});
|
|
633
|
+
|
|
612
634
|
// src/enums/ai/index.ts
|
|
613
635
|
var ai_exports = {};
|
|
614
636
|
__export(ai_exports, {
|
package/dist/index.mjs
CHANGED
|
@@ -242,6 +242,7 @@ __export(enums_exports, {
|
|
|
242
242
|
AI: () => ai_exports,
|
|
243
243
|
Common: () => common_exports,
|
|
244
244
|
Lark: () => lark_exports,
|
|
245
|
+
Name: () => name_exports,
|
|
245
246
|
SheetTool: () => sheet_tool_exports,
|
|
246
247
|
Status: () => status_exports,
|
|
247
248
|
Types: () => types_exports
|
|
@@ -269,6 +270,17 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
269
270
|
return EPriority2;
|
|
270
271
|
})(EPriority || {});
|
|
271
272
|
|
|
273
|
+
// src/enums/name/index.ts
|
|
274
|
+
var name_exports = {};
|
|
275
|
+
__export(name_exports, {
|
|
276
|
+
ENameVPN: () => ENameVPN
|
|
277
|
+
});
|
|
278
|
+
|
|
279
|
+
// src/enums/name/ENameVPN.enum.ts
|
|
280
|
+
var ENameVPN = /* @__PURE__ */ ((ENameVPN2) => {
|
|
281
|
+
return ENameVPN2;
|
|
282
|
+
})(ENameVPN || {});
|
|
283
|
+
|
|
272
284
|
// src/enums/types/index.ts
|
|
273
285
|
var types_exports = {};
|
|
274
286
|
__export(types_exports, {
|
|
@@ -410,6 +422,7 @@ var status_exports = {};
|
|
|
410
422
|
__export(status_exports, {
|
|
411
423
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
412
424
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
425
|
+
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
413
426
|
EStatusActive: () => EStatusActive,
|
|
414
427
|
EStatusBlog: () => EStatusBlog,
|
|
415
428
|
EStatusCommon: () => EStatusCommon,
|
|
@@ -460,26 +473,6 @@ var EStatusExecuteCommon = /* @__PURE__ */ ((EStatusExecuteCommon2) => {
|
|
|
460
473
|
return EStatusExecuteCommon2;
|
|
461
474
|
})(EStatusExecuteCommon || {});
|
|
462
475
|
|
|
463
|
-
// src/enums/status/accounts/EStatusAccountCanva.enum.ts
|
|
464
|
-
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
465
|
-
EStatusAccountCanva2["InActive"] = "InActive";
|
|
466
|
-
EStatusAccountCanva2["Active"] = "Active";
|
|
467
|
-
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
468
|
-
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
469
|
-
EStatusAccountCanva2["Error"] = "Error";
|
|
470
|
-
return EStatusAccountCanva2;
|
|
471
|
-
})(EStatusAccountCanva || {});
|
|
472
|
-
|
|
473
|
-
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
474
|
-
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
475
|
-
EStatusAccountDrive2["InActive"] = "InActive";
|
|
476
|
-
EStatusAccountDrive2["Active"] = "Active";
|
|
477
|
-
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
478
|
-
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|
|
479
|
-
EStatusAccountDrive2["Error"] = "Error";
|
|
480
|
-
return EStatusAccountDrive2;
|
|
481
|
-
})(EStatusAccountDrive || {});
|
|
482
|
-
|
|
483
476
|
// src/enums/status/socials/EStatusLoginAccountEmail.enum.ts
|
|
484
477
|
var EStatusLoginAccountEmail = /* @__PURE__ */ ((EStatusLoginAccountEmail2) => {
|
|
485
478
|
EStatusLoginAccountEmail2["LoginSuccess"] = "LoginSuccess";
|
|
@@ -489,11 +482,9 @@ var EStatusLoginAccountEmail = /* @__PURE__ */ ((EStatusLoginAccountEmail2) => {
|
|
|
489
482
|
|
|
490
483
|
// src/enums/status/socials/EStatusLoginAccountSocial.enum.ts
|
|
491
484
|
var EStatusLoginAccountSocial = /* @__PURE__ */ ((EStatusLoginAccountSocial2) => {
|
|
492
|
-
EStatusLoginAccountSocial2["
|
|
493
|
-
EStatusLoginAccountSocial2["
|
|
494
|
-
EStatusLoginAccountSocial2["
|
|
495
|
-
EStatusLoginAccountSocial2["UnLogin"] = "UnLogin";
|
|
496
|
-
EStatusLoginAccountSocial2["WrongPassword"] = "WrongPassword";
|
|
485
|
+
EStatusLoginAccountSocial2["Active"] = "Active";
|
|
486
|
+
EStatusLoginAccountSocial2["InActive"] = "InActive";
|
|
487
|
+
EStatusLoginAccountSocial2["Blocked"] = "Blocked";
|
|
497
488
|
return EStatusLoginAccountSocial2;
|
|
498
489
|
})(EStatusLoginAccountSocial || {});
|
|
499
490
|
|
|
@@ -585,6 +576,37 @@ var EStatusTaskJobGroup = /* @__PURE__ */ ((EStatusTaskJobGroup2) => {
|
|
|
585
576
|
return EStatusTaskJobGroup2;
|
|
586
577
|
})(EStatusTaskJobGroup || {});
|
|
587
578
|
|
|
579
|
+
// src/enums/status/accounts/EStatusAccountCanva.enum.ts
|
|
580
|
+
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
581
|
+
EStatusAccountCanva2["InActive"] = "InActive";
|
|
582
|
+
EStatusAccountCanva2["Active"] = "Active";
|
|
583
|
+
EStatusAccountCanva2["AccountNotExist"] = "AccountNotExist";
|
|
584
|
+
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
585
|
+
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
586
|
+
EStatusAccountCanva2["Error"] = "Error";
|
|
587
|
+
return EStatusAccountCanva2;
|
|
588
|
+
})(EStatusAccountCanva || {});
|
|
589
|
+
|
|
590
|
+
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
591
|
+
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
592
|
+
EStatusAccountDrive2["InActive"] = "InActive";
|
|
593
|
+
EStatusAccountDrive2["Active"] = "Active";
|
|
594
|
+
EStatusAccountDrive2["AccountNotExist"] = "AccountNotExist";
|
|
595
|
+
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
596
|
+
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|
|
597
|
+
EStatusAccountDrive2["Error"] = "Error";
|
|
598
|
+
return EStatusAccountDrive2;
|
|
599
|
+
})(EStatusAccountDrive || {});
|
|
600
|
+
|
|
601
|
+
// src/enums/status/accounts/EStatusAccountVPN.enum.ts
|
|
602
|
+
var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
|
|
603
|
+
EStatusAccountVPN2["InActive"] = "InActive";
|
|
604
|
+
EStatusAccountVPN2["Active"] = "Active";
|
|
605
|
+
EStatusAccountVPN2["AccountNotExist"] = "AccountNotExist";
|
|
606
|
+
EStatusAccountVPN2["WrongPassword"] = "WrongPassword";
|
|
607
|
+
return EStatusAccountVPN2;
|
|
608
|
+
})(EStatusAccountVPN || {});
|
|
609
|
+
|
|
588
610
|
// src/enums/ai/index.ts
|
|
589
611
|
var ai_exports = {};
|
|
590
612
|
__export(ai_exports, {
|