automation-lib 5.4.188 → 5.4.190

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
@@ -12081,9 +12081,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
12081
12081
  numberCommentsForPostMeTo: number;
12082
12082
  editPostStartDate: Date;
12083
12083
  editPostEndDate: Date;
12084
- taskImageId: string;
12085
- taskVoiceId: string;
12086
- taskCanvaId: string;
12087
12084
  taskImageInfo: {
12088
12085
  id: string;
12089
12086
  folderImageName: string;
package/dist/index.d.ts CHANGED
@@ -12081,9 +12081,6 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
12081
12081
  numberCommentsForPostMeTo: number;
12082
12082
  editPostStartDate: Date;
12083
12083
  editPostEndDate: Date;
12084
- taskImageId: string;
12085
- taskVoiceId: string;
12086
- taskCanvaId: string;
12087
12084
  taskImageInfo: {
12088
12085
  id: string;
12089
12086
  folderImageName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.188",
3
+ "version": "5.4.190",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",