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 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
- task_dataX: any;
1088
- task_dataFacebook: any;
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
- task_dataX: any;
1088
- task_dataFacebook: any;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.134",
3
+ "version": "4.8.135",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",