automation-lib 4.7.70 → 4.7.76
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 +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -139,7 +139,7 @@ declare const ACTIONS_INSTAGRAM: {
|
|
|
139
139
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: string;
|
|
140
140
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: string;
|
|
141
141
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: string;
|
|
142
|
-
|
|
142
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
143
143
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: string;
|
|
144
144
|
};
|
|
145
145
|
|
|
@@ -158,7 +158,7 @@ declare const SERVICES_INSTAGRAM: {
|
|
|
158
158
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: string;
|
|
159
159
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: string;
|
|
160
160
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: string;
|
|
161
|
-
|
|
161
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
declare const ACTIONS_THREADS: {};
|
|
@@ -1144,17 +1144,17 @@ interface IInteractSentMessageDetail {
|
|
|
1144
1144
|
content_receiver: string;
|
|
1145
1145
|
}
|
|
1146
1146
|
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1147
|
+
irm_content: string;
|
|
1148
|
+
irm_receiver: string;
|
|
1149
|
+
irm_idea: string | IIdea;
|
|
1150
|
+
irm_niche: string | INiche;
|
|
1151
|
+
irm_department: IDepartment | string;
|
|
1152
|
+
irm_user: IUser | string;
|
|
1153
|
+
irm_device: IDevice | string;
|
|
1154
|
+
irm_account: IAccount | string;
|
|
1155
|
+
irm_pc: string | IPC;
|
|
1156
|
+
irm_status: EStatusExecuteCommon;
|
|
1157
|
+
irm_statusDetail: string;
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
1160
|
interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -139,7 +139,7 @@ declare const ACTIONS_INSTAGRAM: {
|
|
|
139
139
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: string;
|
|
140
140
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: string;
|
|
141
141
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: string;
|
|
142
|
-
|
|
142
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
143
143
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: string;
|
|
144
144
|
};
|
|
145
145
|
|
|
@@ -158,7 +158,7 @@ declare const SERVICES_INSTAGRAM: {
|
|
|
158
158
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: string;
|
|
159
159
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: string;
|
|
160
160
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: string;
|
|
161
|
-
|
|
161
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: string;
|
|
162
162
|
};
|
|
163
163
|
|
|
164
164
|
declare const ACTIONS_THREADS: {};
|
|
@@ -1144,17 +1144,17 @@ interface IInteractSentMessageDetail {
|
|
|
1144
1144
|
content_receiver: string;
|
|
1145
1145
|
}
|
|
1146
1146
|
interface IInstagramInteractReplyMessage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1147
|
+
irm_content: string;
|
|
1148
|
+
irm_receiver: string;
|
|
1149
|
+
irm_idea: string | IIdea;
|
|
1150
|
+
irm_niche: string | INiche;
|
|
1151
|
+
irm_department: IDepartment | string;
|
|
1152
|
+
irm_user: IUser | string;
|
|
1153
|
+
irm_device: IDevice | string;
|
|
1154
|
+
irm_account: IAccount | string;
|
|
1155
|
+
irm_pc: string | IPC;
|
|
1156
|
+
irm_status: EStatusExecuteCommon;
|
|
1157
|
+
irm_statusDetail: string;
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
1160
|
interface IInstagramInteractFollowing extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
package/dist/index.js
CHANGED
|
@@ -188,7 +188,7 @@ var ACTIONS_INSTAGRAM = {
|
|
|
188
188
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: "INSTAGRAM_ACTION_INTERACT_SETTING_STORY",
|
|
189
189
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW",
|
|
190
190
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW",
|
|
191
|
-
|
|
191
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE",
|
|
192
192
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: "INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT"
|
|
193
193
|
};
|
|
194
194
|
|
|
@@ -208,7 +208,7 @@ var SERVICES_INSTAGRAM = {
|
|
|
208
208
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW",
|
|
209
209
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW",
|
|
210
210
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: "INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT",
|
|
211
|
-
|
|
211
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE"
|
|
212
212
|
};
|
|
213
213
|
|
|
214
214
|
// src/constants/scripts/threads/actions-threads.constant.ts
|
package/dist/index.mjs
CHANGED
|
@@ -165,7 +165,7 @@ var ACTIONS_INSTAGRAM = {
|
|
|
165
165
|
INSTAGRAM_ACTION_INTERACT_SETTING_STORY: "INSTAGRAM_ACTION_INTERACT_SETTING_STORY",
|
|
166
166
|
INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_FOLLOW",
|
|
167
167
|
INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_ACTION_INTERACT_SETTING_UN_FOLLOW",
|
|
168
|
-
|
|
168
|
+
INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_ACTION_INTERACT_SETTING_REPLY_MESSAGE",
|
|
169
169
|
INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT: "INSTAGRAM_ACTION_INTERACT_SETTING_COMMENT"
|
|
170
170
|
};
|
|
171
171
|
|
|
@@ -185,7 +185,7 @@ var SERVICES_INSTAGRAM = {
|
|
|
185
185
|
INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_FOLLOW",
|
|
186
186
|
INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW: "INSTAGRAM_SERVICE_INTERACT_SETTING_UN_FOLLOW",
|
|
187
187
|
INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT: "INSTAGRAM_SERVICE_INTERACT_SETTING_COMMENT",
|
|
188
|
-
|
|
188
|
+
INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE: "INSTAGRAM_SERVICE_INTERACT_SETTING_REPLY_MESSAGE"
|
|
189
189
|
};
|
|
190
190
|
|
|
191
191
|
// src/constants/scripts/threads/actions-threads.constant.ts
|