automation-lib 5.0.146 → 5.0.147
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2527,7 +2527,7 @@ interface IInstagramPostHighLight extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
2527
2527
|
statusDetail: string;
|
|
2528
2528
|
}
|
|
2529
2529
|
|
|
2530
|
-
interface
|
|
2530
|
+
interface IInstagramPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2531
2531
|
sheetUrl: string;
|
|
2532
2532
|
sheetName: string;
|
|
2533
2533
|
sheetPageName: string;
|
|
@@ -2550,7 +2550,7 @@ interface IInstagramPostSquare extends IBaseModel, ITrackingTimeScript, ITrackin
|
|
|
2550
2550
|
statusDetail: string;
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
|
-
interface
|
|
2553
|
+
interface IInstagramPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2554
2554
|
sheetUrl: string;
|
|
2555
2555
|
sheetName: string;
|
|
2556
2556
|
sheetPageName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2527,7 +2527,7 @@ interface IInstagramPostHighLight extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
2527
2527
|
statusDetail: string;
|
|
2528
2528
|
}
|
|
2529
2529
|
|
|
2530
|
-
interface
|
|
2530
|
+
interface IInstagramPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2531
2531
|
sheetUrl: string;
|
|
2532
2532
|
sheetName: string;
|
|
2533
2533
|
sheetPageName: string;
|
|
@@ -2550,7 +2550,7 @@ interface IInstagramPostSquare extends IBaseModel, ITrackingTimeScript, ITrackin
|
|
|
2550
2550
|
statusDetail: string;
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
|
-
interface
|
|
2553
|
+
interface IInstagramPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
2554
2554
|
sheetUrl: string;
|
|
2555
2555
|
sheetName: string;
|
|
2556
2556
|
sheetPageName: string;
|