automation-lib 4.7.57 → 4.7.59
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 -1
- package/dist/index.d.ts +11 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -865,7 +865,17 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
865
865
|
task_timeExecute: Date;
|
|
866
866
|
task_status: EStatusTaskTool;
|
|
867
867
|
task_keyTimeSetting: string;
|
|
868
|
-
|
|
868
|
+
task_dataX: any;
|
|
869
|
+
task_dataFacebook: any;
|
|
870
|
+
task_dataInstagram: any;
|
|
871
|
+
task_dataTiktok: any;
|
|
872
|
+
task_dataThreads: any;
|
|
873
|
+
task_dataYoutube: any;
|
|
874
|
+
task_dataMedium: any;
|
|
875
|
+
task_dataReddit: any;
|
|
876
|
+
task_dataQuora: any;
|
|
877
|
+
task_dataTumblt: any;
|
|
878
|
+
task_dataPinterest: any;
|
|
869
879
|
task_note: string;
|
|
870
880
|
}
|
|
871
881
|
|
package/dist/index.d.ts
CHANGED
|
@@ -865,7 +865,17 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
865
865
|
task_timeExecute: Date;
|
|
866
866
|
task_status: EStatusTaskTool;
|
|
867
867
|
task_keyTimeSetting: string;
|
|
868
|
-
|
|
868
|
+
task_dataX: any;
|
|
869
|
+
task_dataFacebook: any;
|
|
870
|
+
task_dataInstagram: any;
|
|
871
|
+
task_dataTiktok: any;
|
|
872
|
+
task_dataThreads: any;
|
|
873
|
+
task_dataYoutube: any;
|
|
874
|
+
task_dataMedium: any;
|
|
875
|
+
task_dataReddit: any;
|
|
876
|
+
task_dataQuora: any;
|
|
877
|
+
task_dataTumblt: any;
|
|
878
|
+
task_dataPinterest: any;
|
|
869
879
|
task_note: string;
|
|
870
880
|
}
|
|
871
881
|
|