automation-lib 4.8.13 → 4.8.21
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 +38 -75
- package/dist/index.d.ts +38 -75
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1094,20 +1094,6 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1094
1094
|
ps_statusDetail: string;
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
|
-
interface IInstagramInteractComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1098
|
-
icmt_content: string;
|
|
1099
|
-
icmt_linkPost: string;
|
|
1100
|
-
icmt_idea: string | IIdea;
|
|
1101
|
-
icmt_niche: string | INiche;
|
|
1102
|
-
icmt_department: IDepartment | string;
|
|
1103
|
-
icmt_user: IUser | string;
|
|
1104
|
-
icmt_device: IDevice | string;
|
|
1105
|
-
icmt_account: IAccount | string;
|
|
1106
|
-
icmt_pc: string | IPC;
|
|
1107
|
-
icmt_status: EStatusExecuteCommon;
|
|
1108
|
-
icmt_statusDetail: string;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
1097
|
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1112
1098
|
ircmt_content: string;
|
|
1113
1099
|
ircmt_linkPost: string;
|
|
@@ -1215,35 +1201,6 @@ interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel,
|
|
|
1215
1201
|
if_statusDetail: string;
|
|
1216
1202
|
}
|
|
1217
1203
|
|
|
1218
|
-
interface ISettingCountIncrease extends BoInterfaceModelsCommon.IBaseModel {
|
|
1219
|
-
ci_accountId: string;
|
|
1220
|
-
ci_settingId: string;
|
|
1221
|
-
ci_numberIncrease: number;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
interface IInstagramSettingInteractComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1225
|
-
sic_account: string | IAccount;
|
|
1226
|
-
sic_dayOfWeeks: Array<string>;
|
|
1227
|
-
sic_listRunTimes: Array<Array<string>>;
|
|
1228
|
-
sic_timeExecuteForOperationFrom: number;
|
|
1229
|
-
sic_timeExecuteForOperationTo: number;
|
|
1230
|
-
sic_limitNumberPostForCommentsFrom: number;
|
|
1231
|
-
sic_limitNumberPostForCommentsTo: number;
|
|
1232
|
-
sic_timeDelayCommentFrom: number;
|
|
1233
|
-
sic_timeDelayCommentTo: number;
|
|
1234
|
-
sic_timeDelayLikeFrom: number;
|
|
1235
|
-
sic_timeDelayLikeTo: number;
|
|
1236
|
-
sic_limitNumberReplyCommentPerDayFrom: number;
|
|
1237
|
-
sic_limitNumberReplyCommentPerDayTo: number;
|
|
1238
|
-
sic_timeDelayReplyCommentFrom: number;
|
|
1239
|
-
sic_timeDelayReplyCommentTo: number;
|
|
1240
|
-
sic_isSkipUserNameNoneEnglish: boolean;
|
|
1241
|
-
sic_isSkipReplyCommentsOnlyIcon: boolean;
|
|
1242
|
-
sic_isTimeUs: boolean;
|
|
1243
|
-
sic_isLikeCommentsPostOfMe: boolean;
|
|
1244
|
-
sic_isReplyCommentsPostOfMe: boolean;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
1204
|
interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1248
1205
|
sie_account: string | IAccount;
|
|
1249
1206
|
sie_dayOfWeeks: Array<string>;
|
|
@@ -1322,6 +1279,29 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1322
1279
|
sir_isLikeReel: boolean;
|
|
1323
1280
|
}
|
|
1324
1281
|
|
|
1282
|
+
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1283
|
+
sirc_account: string | IAccount;
|
|
1284
|
+
sirc_dayOfWeeks: Array<string>;
|
|
1285
|
+
sirc_listRunTimes: Array<Array<string>>;
|
|
1286
|
+
sirc_timeExecuteForOperationFrom: number;
|
|
1287
|
+
sirc_timeExecuteForOperationTo: number;
|
|
1288
|
+
sirc_limitNumberPostForCommentsFrom: number;
|
|
1289
|
+
sirc_limitNumberPostForCommentsTo: number;
|
|
1290
|
+
sirc_timeDelayCommentFrom: number;
|
|
1291
|
+
sirc_timeDelayCommentTo: number;
|
|
1292
|
+
sirc_timeDelayLikeFrom: number;
|
|
1293
|
+
sirc_timeDelayLikeTo: number;
|
|
1294
|
+
sirc_limitNumberReplyCommentPerDayFrom: number;
|
|
1295
|
+
sirc_limitNumberReplyCommentPerDayTo: number;
|
|
1296
|
+
sirc_timeDelayReplyCommentFrom: number;
|
|
1297
|
+
sirc_timeDelayReplyCommentTo: number;
|
|
1298
|
+
sirc_isSkipUserNameNoneEnglish: boolean;
|
|
1299
|
+
sirc_isSkipReplyCommentsOnlyIcon: boolean;
|
|
1300
|
+
sirc_isTimeUs: boolean;
|
|
1301
|
+
sirc_isLikeCommentsPostOfMe: boolean;
|
|
1302
|
+
sirc_isReplyCommentsPostOfMe: boolean;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1325
1305
|
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1326
1306
|
sirm_account: string | IAccount;
|
|
1327
1307
|
sirm_listRunTimes: Array<Array<string>>;
|
|
@@ -1426,20 +1406,6 @@ interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1426
1406
|
pn_statusDetail: string;
|
|
1427
1407
|
}
|
|
1428
1408
|
|
|
1429
|
-
interface IThreadsInteractComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1430
|
-
icmt_content: string;
|
|
1431
|
-
icmt_linkPost: string;
|
|
1432
|
-
icmt_idea: string | IIdea;
|
|
1433
|
-
icmt_niche: string | INiche;
|
|
1434
|
-
icmt_department: IDepartment | string;
|
|
1435
|
-
icmt_user: IUser | string;
|
|
1436
|
-
icmt_device: IDevice | string;
|
|
1437
|
-
icmt_account: IAccount | string;
|
|
1438
|
-
icmt_pc: string | IPC;
|
|
1439
|
-
icmt_status: EStatusExecuteCommon;
|
|
1440
|
-
icmt_statusDetail: string;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
1409
|
interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1444
1410
|
if_follower: number;
|
|
1445
1411
|
if_idea: string | IIdea;
|
|
@@ -1481,24 +1447,23 @@ interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseMode
|
|
|
1481
1447
|
ircmt_statusDetail: string;
|
|
1482
1448
|
}
|
|
1483
1449
|
|
|
1484
|
-
interface
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1450
|
+
interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1451
|
+
irm_content: string;
|
|
1452
|
+
irm_receiver: string;
|
|
1453
|
+
irm_idea: string | IIdea;
|
|
1454
|
+
irm_niche: string | INiche;
|
|
1455
|
+
irm_department: IDepartment | string;
|
|
1456
|
+
irm_user: IUser | string;
|
|
1457
|
+
irm_device: IDevice | string;
|
|
1458
|
+
irm_account: IAccount | string;
|
|
1459
|
+
irm_pc: string | IPC;
|
|
1460
|
+
irm_status: EStatusExecuteCommon;
|
|
1461
|
+
irm_statusDetail: string;
|
|
1496
1462
|
}
|
|
1497
1463
|
|
|
1498
1464
|
type index$1_IAuthLogin = IAuthLogin;
|
|
1499
1465
|
type index$1_IAuthResetPassword = IAuthResetPassword;
|
|
1500
1466
|
type index$1_IIdea = IIdea;
|
|
1501
|
-
type index$1_IInstagramInteractComment = IInstagramInteractComment;
|
|
1502
1467
|
type index$1_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
1503
1468
|
type index$1_IInstagramInteractFollower = IInstagramInteractFollower;
|
|
1504
1469
|
type index$1_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
@@ -1510,10 +1475,10 @@ type index$1_IInstagramPostHighLight = IInstagramPostHighLight;
|
|
|
1510
1475
|
type index$1_IInstagramPostNew = IInstagramPostNew;
|
|
1511
1476
|
type index$1_IInstagramPostReel = IInstagramPostReel;
|
|
1512
1477
|
type index$1_IInstagramPostStory = IInstagramPostStory;
|
|
1513
|
-
type index$1_IInstagramSettingInteractComment = IInstagramSettingInteractComment;
|
|
1514
1478
|
type index$1_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
1515
1479
|
type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
1516
1480
|
type index$1_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
1481
|
+
type index$1_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
1517
1482
|
type index$1_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
1518
1483
|
type index$1_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
1519
1484
|
type index$1_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
@@ -1523,18 +1488,16 @@ type index$1_INiche = INiche;
|
|
|
1523
1488
|
type index$1_IOtpConfirm = IOtpConfirm;
|
|
1524
1489
|
type index$1_IOtpCreateSession = IOtpCreateSession;
|
|
1525
1490
|
type index$1_IOtpSend = IOtpSend;
|
|
1526
|
-
type index$1_ISettingCountIncrease = ISettingCountIncrease;
|
|
1527
|
-
type index$1_IThreadsInteractComment = IThreadsInteractComment;
|
|
1528
1491
|
type index$1_IThreadsInteractFollower = IThreadsInteractFollower;
|
|
1529
1492
|
type index$1_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
1530
1493
|
type index$1_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
1531
|
-
type index$
|
|
1494
|
+
type index$1_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
1532
1495
|
type index$1_IThreadsPostNew = IThreadsPostNew;
|
|
1533
1496
|
type index$1_IToken = IToken;
|
|
1534
1497
|
type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
|
|
1535
1498
|
type index$1_IUser = IUser;
|
|
1536
1499
|
declare namespace index$1 {
|
|
1537
|
-
export { index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, type index$
|
|
1500
|
+
export { index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, 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_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, 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_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, index$2 as Settings, index$4 as Tool, index$5 as Web };
|
|
1538
1501
|
}
|
|
1539
1502
|
|
|
1540
1503
|
interface IDataUser {
|
package/dist/index.d.ts
CHANGED
|
@@ -1094,20 +1094,6 @@ interface IInstagramPostStory extends BoInterfaceModelsCommon.IBaseModel, BoInte
|
|
|
1094
1094
|
ps_statusDetail: string;
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
|
-
interface IInstagramInteractComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1098
|
-
icmt_content: string;
|
|
1099
|
-
icmt_linkPost: string;
|
|
1100
|
-
icmt_idea: string | IIdea;
|
|
1101
|
-
icmt_niche: string | INiche;
|
|
1102
|
-
icmt_department: IDepartment | string;
|
|
1103
|
-
icmt_user: IUser | string;
|
|
1104
|
-
icmt_device: IDevice | string;
|
|
1105
|
-
icmt_account: IAccount | string;
|
|
1106
|
-
icmt_pc: string | IPC;
|
|
1107
|
-
icmt_status: EStatusExecuteCommon;
|
|
1108
|
-
icmt_statusDetail: string;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
1097
|
interface IInstagramInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1112
1098
|
ircmt_content: string;
|
|
1113
1099
|
ircmt_linkPost: string;
|
|
@@ -1215,35 +1201,6 @@ interface IInstagramInteractFollower extends BoInterfaceModelsCommon.IBaseModel,
|
|
|
1215
1201
|
if_statusDetail: string;
|
|
1216
1202
|
}
|
|
1217
1203
|
|
|
1218
|
-
interface ISettingCountIncrease extends BoInterfaceModelsCommon.IBaseModel {
|
|
1219
|
-
ci_accountId: string;
|
|
1220
|
-
ci_settingId: string;
|
|
1221
|
-
ci_numberIncrease: number;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
interface IInstagramSettingInteractComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1225
|
-
sic_account: string | IAccount;
|
|
1226
|
-
sic_dayOfWeeks: Array<string>;
|
|
1227
|
-
sic_listRunTimes: Array<Array<string>>;
|
|
1228
|
-
sic_timeExecuteForOperationFrom: number;
|
|
1229
|
-
sic_timeExecuteForOperationTo: number;
|
|
1230
|
-
sic_limitNumberPostForCommentsFrom: number;
|
|
1231
|
-
sic_limitNumberPostForCommentsTo: number;
|
|
1232
|
-
sic_timeDelayCommentFrom: number;
|
|
1233
|
-
sic_timeDelayCommentTo: number;
|
|
1234
|
-
sic_timeDelayLikeFrom: number;
|
|
1235
|
-
sic_timeDelayLikeTo: number;
|
|
1236
|
-
sic_limitNumberReplyCommentPerDayFrom: number;
|
|
1237
|
-
sic_limitNumberReplyCommentPerDayTo: number;
|
|
1238
|
-
sic_timeDelayReplyCommentFrom: number;
|
|
1239
|
-
sic_timeDelayReplyCommentTo: number;
|
|
1240
|
-
sic_isSkipUserNameNoneEnglish: boolean;
|
|
1241
|
-
sic_isSkipReplyCommentsOnlyIcon: boolean;
|
|
1242
|
-
sic_isTimeUs: boolean;
|
|
1243
|
-
sic_isLikeCommentsPostOfMe: boolean;
|
|
1244
|
-
sic_isReplyCommentsPostOfMe: boolean;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
1204
|
interface IInstagramSettingInteractExplore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1248
1205
|
sie_account: string | IAccount;
|
|
1249
1206
|
sie_dayOfWeeks: Array<string>;
|
|
@@ -1322,6 +1279,29 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1322
1279
|
sir_isLikeReel: boolean;
|
|
1323
1280
|
}
|
|
1324
1281
|
|
|
1282
|
+
interface IInstagramSettingInteractReplyComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1283
|
+
sirc_account: string | IAccount;
|
|
1284
|
+
sirc_dayOfWeeks: Array<string>;
|
|
1285
|
+
sirc_listRunTimes: Array<Array<string>>;
|
|
1286
|
+
sirc_timeExecuteForOperationFrom: number;
|
|
1287
|
+
sirc_timeExecuteForOperationTo: number;
|
|
1288
|
+
sirc_limitNumberPostForCommentsFrom: number;
|
|
1289
|
+
sirc_limitNumberPostForCommentsTo: number;
|
|
1290
|
+
sirc_timeDelayCommentFrom: number;
|
|
1291
|
+
sirc_timeDelayCommentTo: number;
|
|
1292
|
+
sirc_timeDelayLikeFrom: number;
|
|
1293
|
+
sirc_timeDelayLikeTo: number;
|
|
1294
|
+
sirc_limitNumberReplyCommentPerDayFrom: number;
|
|
1295
|
+
sirc_limitNumberReplyCommentPerDayTo: number;
|
|
1296
|
+
sirc_timeDelayReplyCommentFrom: number;
|
|
1297
|
+
sirc_timeDelayReplyCommentTo: number;
|
|
1298
|
+
sirc_isSkipUserNameNoneEnglish: boolean;
|
|
1299
|
+
sirc_isSkipReplyCommentsOnlyIcon: boolean;
|
|
1300
|
+
sirc_isTimeUs: boolean;
|
|
1301
|
+
sirc_isLikeCommentsPostOfMe: boolean;
|
|
1302
|
+
sirc_isReplyCommentsPostOfMe: boolean;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1325
1305
|
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1326
1306
|
sirm_account: string | IAccount;
|
|
1327
1307
|
sirm_listRunTimes: Array<Array<string>>;
|
|
@@ -1426,20 +1406,6 @@ interface IThreadsPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
|
|
|
1426
1406
|
pn_statusDetail: string;
|
|
1427
1407
|
}
|
|
1428
1408
|
|
|
1429
|
-
interface IThreadsInteractComment extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1430
|
-
icmt_content: string;
|
|
1431
|
-
icmt_linkPost: string;
|
|
1432
|
-
icmt_idea: string | IIdea;
|
|
1433
|
-
icmt_niche: string | INiche;
|
|
1434
|
-
icmt_department: IDepartment | string;
|
|
1435
|
-
icmt_user: IUser | string;
|
|
1436
|
-
icmt_device: IDevice | string;
|
|
1437
|
-
icmt_account: IAccount | string;
|
|
1438
|
-
icmt_pc: string | IPC;
|
|
1439
|
-
icmt_status: EStatusExecuteCommon;
|
|
1440
|
-
icmt_statusDetail: string;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
1409
|
interface IThreadsInteractFollower extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1444
1410
|
if_follower: number;
|
|
1445
1411
|
if_idea: string | IIdea;
|
|
@@ -1481,24 +1447,23 @@ interface IThreadsInteractReplyComment extends BoInterfaceModelsCommon.IBaseMode
|
|
|
1481
1447
|
ircmt_statusDetail: string;
|
|
1482
1448
|
}
|
|
1483
1449
|
|
|
1484
|
-
interface
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1450
|
+
interface IThreadsInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1451
|
+
irm_content: string;
|
|
1452
|
+
irm_receiver: string;
|
|
1453
|
+
irm_idea: string | IIdea;
|
|
1454
|
+
irm_niche: string | INiche;
|
|
1455
|
+
irm_department: IDepartment | string;
|
|
1456
|
+
irm_user: IUser | string;
|
|
1457
|
+
irm_device: IDevice | string;
|
|
1458
|
+
irm_account: IAccount | string;
|
|
1459
|
+
irm_pc: string | IPC;
|
|
1460
|
+
irm_status: EStatusExecuteCommon;
|
|
1461
|
+
irm_statusDetail: string;
|
|
1496
1462
|
}
|
|
1497
1463
|
|
|
1498
1464
|
type index$1_IAuthLogin = IAuthLogin;
|
|
1499
1465
|
type index$1_IAuthResetPassword = IAuthResetPassword;
|
|
1500
1466
|
type index$1_IIdea = IIdea;
|
|
1501
|
-
type index$1_IInstagramInteractComment = IInstagramInteractComment;
|
|
1502
1467
|
type index$1_IInstagramInteractExplore = IInstagramInteractExplore;
|
|
1503
1468
|
type index$1_IInstagramInteractFollower = IInstagramInteractFollower;
|
|
1504
1469
|
type index$1_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
@@ -1510,10 +1475,10 @@ type index$1_IInstagramPostHighLight = IInstagramPostHighLight;
|
|
|
1510
1475
|
type index$1_IInstagramPostNew = IInstagramPostNew;
|
|
1511
1476
|
type index$1_IInstagramPostReel = IInstagramPostReel;
|
|
1512
1477
|
type index$1_IInstagramPostStory = IInstagramPostStory;
|
|
1513
|
-
type index$1_IInstagramSettingInteractComment = IInstagramSettingInteractComment;
|
|
1514
1478
|
type index$1_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
1515
1479
|
type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
1516
1480
|
type index$1_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
1481
|
+
type index$1_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
|
|
1517
1482
|
type index$1_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
1518
1483
|
type index$1_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
1519
1484
|
type index$1_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
@@ -1523,18 +1488,16 @@ type index$1_INiche = INiche;
|
|
|
1523
1488
|
type index$1_IOtpConfirm = IOtpConfirm;
|
|
1524
1489
|
type index$1_IOtpCreateSession = IOtpCreateSession;
|
|
1525
1490
|
type index$1_IOtpSend = IOtpSend;
|
|
1526
|
-
type index$1_ISettingCountIncrease = ISettingCountIncrease;
|
|
1527
|
-
type index$1_IThreadsInteractComment = IThreadsInteractComment;
|
|
1528
1491
|
type index$1_IThreadsInteractFollower = IThreadsInteractFollower;
|
|
1529
1492
|
type index$1_IThreadsInteractFollowing = IThreadsInteractFollowing;
|
|
1530
1493
|
type index$1_IThreadsInteractReplyComment = IThreadsInteractReplyComment;
|
|
1531
|
-
type index$
|
|
1494
|
+
type index$1_IThreadsInteractReplyMessage = IThreadsInteractReplyMessage;
|
|
1532
1495
|
type index$1_IThreadsPostNew = IThreadsPostNew;
|
|
1533
1496
|
type index$1_IToken = IToken;
|
|
1534
1497
|
type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
|
|
1535
1498
|
type index$1_IUser = IUser;
|
|
1536
1499
|
declare namespace index$1 {
|
|
1537
|
-
export { index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, type index$
|
|
1500
|
+
export { index$3 as Device, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IIdea as IIdea, 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_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, 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_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, index$2 as Settings, index$4 as Tool, index$5 as Web };
|
|
1538
1501
|
}
|
|
1539
1502
|
|
|
1540
1503
|
interface IDataUser {
|