automation-lib 4.7.70 → 4.7.71
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 +11 -11
- package/dist/index.d.ts +11 -11
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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
|
@@ -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> {
|