automation-lib 5.4.38 → 5.4.39

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
@@ -9757,7 +9757,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9757
9757
  account: IBaseRefFieldELS;
9758
9758
  sheetUrl: string;
9759
9759
  sheetName: string;
9760
- sheetPageName: string;
9760
+ link: string;
9761
9761
  rowId: string;
9762
9762
  historyName: string;
9763
9763
  timeStart: Date;
package/dist/index.d.ts CHANGED
@@ -9757,7 +9757,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9757
9757
  account: IBaseRefFieldELS;
9758
9758
  sheetUrl: string;
9759
9759
  sheetName: string;
9760
- sheetPageName: string;
9760
+ link: string;
9761
9761
  rowId: string;
9762
9762
  historyName: string;
9763
9763
  timeStart: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.38",
3
+ "version": "5.4.39",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",