automation-lib 4.7.68 → 4.7.70
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 +20 -20
- package/dist/index.d.ts +20 -20
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1143,7 +1143,7 @@ interface IInteractSentMessageDetail {
|
|
|
1143
1143
|
content_message: string;
|
|
1144
1144
|
content_receiver: string;
|
|
1145
1145
|
}
|
|
1146
|
-
interface
|
|
1146
|
+
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1147
1147
|
ism_content: string;
|
|
1148
1148
|
ism_receiver: string;
|
|
1149
1149
|
ism_idea: string | IIdea;
|
|
@@ -1290,22 +1290,22 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1290
1290
|
sir_isLikeReel: boolean;
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
|
-
interface
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1293
|
+
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1294
|
+
sirm_account: string | IAccount;
|
|
1295
|
+
sirm_listRunTimes: Array<Array<string>>;
|
|
1296
|
+
sirm_dayOfWeeks: Array<string>;
|
|
1297
|
+
sirm_timeExecuteForOperationFrom: number;
|
|
1298
|
+
sirm_timeExecuteForOperationTo: number;
|
|
1299
|
+
sirm_timeDelayReplyMessageFrom: number;
|
|
1300
|
+
sirm_timeDelayReplyMessageTo: number;
|
|
1301
|
+
sirm_isTimeUs: boolean;
|
|
1302
|
+
sirm_isDeleteMessageUsername: boolean;
|
|
1303
|
+
sirm_isReplyAllMessageFromStories: boolean;
|
|
1304
|
+
sirm_isSkipUserNameNoneEnglish: boolean;
|
|
1305
|
+
sirm_isSkipReplyMessageIsImages: boolean;
|
|
1306
|
+
sirm_isSkipReplyIfHaveReplied: boolean;
|
|
1307
|
+
sirm_isSkipReplyIsLink: boolean;
|
|
1308
|
+
sirm_isSkipReplyIfOnlyIcons: boolean;
|
|
1309
1309
|
}
|
|
1310
1310
|
|
|
1311
1311
|
interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1472,7 +1472,7 @@ type index$1_IInstagramInteractFollower = IInstagramInteractFollower;
|
|
|
1472
1472
|
type index$1_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
1473
1473
|
type index$1_IInstagramInteractReel = IInstagramInteractReel;
|
|
1474
1474
|
type index$1_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
1475
|
-
type index$
|
|
1475
|
+
type index$1_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
1476
1476
|
type index$1_IInstagramInteractStory = IInstagramInteractStory;
|
|
1477
1477
|
type index$1_IInstagramPostHighLight = IInstagramPostHighLight;
|
|
1478
1478
|
type index$1_IInstagramPostNew = IInstagramPostNew;
|
|
@@ -1482,7 +1482,7 @@ type index$1_IInstagramSettingInteractComment = IInstagramSettingInteractComment
|
|
|
1482
1482
|
type index$1_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
1483
1483
|
type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
1484
1484
|
type index$1_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
1485
|
-
type index$
|
|
1485
|
+
type index$1_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
1486
1486
|
type index$1_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
1487
1487
|
type index$1_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
1488
1488
|
type index$1_IInstagramSettingPost = IInstagramSettingPost;
|
|
@@ -1502,7 +1502,7 @@ type index$1_IToken = IToken;
|
|
|
1502
1502
|
type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
|
|
1503
1503
|
type index$1_IUser = IUser;
|
|
1504
1504
|
declare namespace index$1 {
|
|
1505
|
-
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_IInstagramInteractComment as IInstagramInteractComment, 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$
|
|
1505
|
+
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_IInstagramInteractComment as IInstagramInteractComment, 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_IInstagramSettingInteractComment as IInstagramSettingInteractComment, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, 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_ISettingCountIncrease as ISettingCountIncrease, type index$1_IThreadsInteractComment as IThreadsInteractComment, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractSendMessage as IThreadsInteractSendMessage, 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 };
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
1508
|
interface IDataUser {
|
package/dist/index.d.ts
CHANGED
|
@@ -1143,7 +1143,7 @@ interface IInteractSentMessageDetail {
|
|
|
1143
1143
|
content_message: string;
|
|
1144
1144
|
content_receiver: string;
|
|
1145
1145
|
}
|
|
1146
|
-
interface
|
|
1146
|
+
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1147
1147
|
ism_content: string;
|
|
1148
1148
|
ism_receiver: string;
|
|
1149
1149
|
ism_idea: string | IIdea;
|
|
@@ -1290,22 +1290,22 @@ interface IInstagramSettingInteractReel extends BoInterfaceModelsCommon.IBaseMod
|
|
|
1290
1290
|
sir_isLikeReel: boolean;
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
|
-
interface
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1293
|
+
interface IInstagramSettingInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1294
|
+
sirm_account: string | IAccount;
|
|
1295
|
+
sirm_listRunTimes: Array<Array<string>>;
|
|
1296
|
+
sirm_dayOfWeeks: Array<string>;
|
|
1297
|
+
sirm_timeExecuteForOperationFrom: number;
|
|
1298
|
+
sirm_timeExecuteForOperationTo: number;
|
|
1299
|
+
sirm_timeDelayReplyMessageFrom: number;
|
|
1300
|
+
sirm_timeDelayReplyMessageTo: number;
|
|
1301
|
+
sirm_isTimeUs: boolean;
|
|
1302
|
+
sirm_isDeleteMessageUsername: boolean;
|
|
1303
|
+
sirm_isReplyAllMessageFromStories: boolean;
|
|
1304
|
+
sirm_isSkipUserNameNoneEnglish: boolean;
|
|
1305
|
+
sirm_isSkipReplyMessageIsImages: boolean;
|
|
1306
|
+
sirm_isSkipReplyIfHaveReplied: boolean;
|
|
1307
|
+
sirm_isSkipReplyIsLink: boolean;
|
|
1308
|
+
sirm_isSkipReplyIfOnlyIcons: boolean;
|
|
1309
1309
|
}
|
|
1310
1310
|
|
|
1311
1311
|
interface IInstagramSettingInteractStory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1472,7 +1472,7 @@ type index$1_IInstagramInteractFollower = IInstagramInteractFollower;
|
|
|
1472
1472
|
type index$1_IInstagramInteractFollowing = IInstagramInteractFollowing;
|
|
1473
1473
|
type index$1_IInstagramInteractReel = IInstagramInteractReel;
|
|
1474
1474
|
type index$1_IInstagramInteractReplyComment = IInstagramInteractReplyComment;
|
|
1475
|
-
type index$
|
|
1475
|
+
type index$1_IInstagramInteractReplyMessage = IInstagramInteractReplyMessage;
|
|
1476
1476
|
type index$1_IInstagramInteractStory = IInstagramInteractStory;
|
|
1477
1477
|
type index$1_IInstagramPostHighLight = IInstagramPostHighLight;
|
|
1478
1478
|
type index$1_IInstagramPostNew = IInstagramPostNew;
|
|
@@ -1482,7 +1482,7 @@ type index$1_IInstagramSettingInteractComment = IInstagramSettingInteractComment
|
|
|
1482
1482
|
type index$1_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
1483
1483
|
type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
1484
1484
|
type index$1_IInstagramSettingInteractReel = IInstagramSettingInteractReel;
|
|
1485
|
-
type index$
|
|
1485
|
+
type index$1_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
|
|
1486
1486
|
type index$1_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
|
|
1487
1487
|
type index$1_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
1488
1488
|
type index$1_IInstagramSettingPost = IInstagramSettingPost;
|
|
@@ -1502,7 +1502,7 @@ type index$1_IToken = IToken;
|
|
|
1502
1502
|
type index$1_ITrackingScriptExecuted = ITrackingScriptExecuted;
|
|
1503
1503
|
type index$1_IUser = IUser;
|
|
1504
1504
|
declare namespace index$1 {
|
|
1505
|
-
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_IInstagramInteractComment as IInstagramInteractComment, 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$
|
|
1505
|
+
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_IInstagramInteractComment as IInstagramInteractComment, 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_IInstagramSettingInteractComment as IInstagramSettingInteractComment, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, 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_ISettingCountIncrease as ISettingCountIncrease, type index$1_IThreadsInteractComment as IThreadsInteractComment, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractSendMessage as IThreadsInteractSendMessage, 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 };
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
1508
|
interface IDataUser {
|