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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
9760
|
+
link: string;
|
|
9761
9761
|
rowId: string;
|
|
9762
9762
|
historyName: string;
|
|
9763
9763
|
timeStart: Date;
|