automation-lib 4.8.134 → 4.8.135
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 +2 -11
- package/dist/index.d.ts +2 -11
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1084,17 +1084,8 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
1084
1084
|
task_keyTimeSetting: string;
|
|
1085
1085
|
task_deviceKey: string;
|
|
1086
1086
|
task_sheetTool: ISheetsTool | string;
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
task_dataInstagram: any;
|
|
1090
|
-
task_dataTiktok: any;
|
|
1091
|
-
task_dataThreads: any;
|
|
1092
|
-
task_dataYoutube: any;
|
|
1093
|
-
task_dataMedium: any;
|
|
1094
|
-
task_dataReddit: any;
|
|
1095
|
-
task_dataQuora: any;
|
|
1096
|
-
task_dataTumblt: any;
|
|
1097
|
-
task_dataPinterest: any;
|
|
1087
|
+
task_social: ETypeSocial;
|
|
1088
|
+
task_data: any;
|
|
1098
1089
|
task_note: string;
|
|
1099
1090
|
}
|
|
1100
1091
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1084,17 +1084,8 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
1084
1084
|
task_keyTimeSetting: string;
|
|
1085
1085
|
task_deviceKey: string;
|
|
1086
1086
|
task_sheetTool: ISheetsTool | string;
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
task_dataInstagram: any;
|
|
1090
|
-
task_dataTiktok: any;
|
|
1091
|
-
task_dataThreads: any;
|
|
1092
|
-
task_dataYoutube: any;
|
|
1093
|
-
task_dataMedium: any;
|
|
1094
|
-
task_dataReddit: any;
|
|
1095
|
-
task_dataQuora: any;
|
|
1096
|
-
task_dataTumblt: any;
|
|
1097
|
-
task_dataPinterest: any;
|
|
1087
|
+
task_social: ETypeSocial;
|
|
1088
|
+
task_data: any;
|
|
1098
1089
|
task_note: string;
|
|
1099
1090
|
}
|
|
1100
1091
|
|