automation-lib 5.11.19 → 5.11.20

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
@@ -7121,6 +7121,8 @@ interface ViewDetailTaskInstagramPostDto {
7121
7121
  leaderCreator: string;
7122
7122
  createdBy: string;
7123
7123
  updatedBy: string;
7124
+ createdAt: Date;
7125
+ updatedAt: Date;
7124
7126
  };
7125
7127
  }
7126
7128
  interface ViewDetailTaskInstagramPostLogDto {
package/dist/index.d.ts CHANGED
@@ -7121,6 +7121,8 @@ interface ViewDetailTaskInstagramPostDto {
7121
7121
  leaderCreator: string;
7122
7122
  createdBy: string;
7123
7123
  updatedBy: string;
7124
+ createdAt: Date;
7125
+ updatedAt: Date;
7124
7126
  };
7125
7127
  }
7126
7128
  interface ViewDetailTaskInstagramPostLogDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.11.19",
3
+ "version": "5.11.20",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",