automation-lib 4.7.57 → 4.7.58
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 -0
- package/dist/index.d.ts +11 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -865,6 +865,17 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
865
865
|
task_timeExecute: Date;
|
|
866
866
|
task_status: EStatusTaskTool;
|
|
867
867
|
task_keyTimeSetting: string;
|
|
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;
|
|
868
879
|
task_data: any;
|
|
869
880
|
task_note: string;
|
|
870
881
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -865,6 +865,17 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
865
865
|
task_timeExecute: Date;
|
|
866
866
|
task_status: EStatusTaskTool;
|
|
867
867
|
task_keyTimeSetting: string;
|
|
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;
|
|
868
879
|
task_data: any;
|
|
869
880
|
task_note: string;
|
|
870
881
|
}
|