automation-lib 5.4.130 → 5.4.131
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11381,7 +11381,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11381
11381
|
cmtPost: string;
|
|
11382
11382
|
cmtStickerPostMe: string;
|
|
11383
11383
|
tagUserPostMe: string;
|
|
11384
|
-
isSuggestFB:
|
|
11384
|
+
isSuggestFB: boolean;
|
|
11385
11385
|
idPostToSheet: string;
|
|
11386
11386
|
}
|
|
11387
11387
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
@@ -11423,7 +11423,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11423
11423
|
cmtPost: string;
|
|
11424
11424
|
cmtStickerPostMe: string;
|
|
11425
11425
|
tagUserPostMe: string;
|
|
11426
|
-
isSuggestFB:
|
|
11426
|
+
isSuggestFB: boolean;
|
|
11427
11427
|
idPostToSheet: string;
|
|
11428
11428
|
}
|
|
11429
11429
|
|
|
@@ -11454,7 +11454,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11454
11454
|
cmtPost: string;
|
|
11455
11455
|
cmtStickerPostMe: string;
|
|
11456
11456
|
tagUserPostMe: string;
|
|
11457
|
-
isSuggestFB:
|
|
11457
|
+
isSuggestFB: boolean;
|
|
11458
11458
|
idPostToSheet: string;
|
|
11459
11459
|
}
|
|
11460
11460
|
interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
@@ -11496,7 +11496,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11496
11496
|
cmtPost: string;
|
|
11497
11497
|
cmtStickerPostMe: string;
|
|
11498
11498
|
tagUserPostMe: string;
|
|
11499
|
-
isSuggestFB:
|
|
11499
|
+
isSuggestFB: boolean;
|
|
11500
11500
|
idPostToSheet: string;
|
|
11501
11501
|
}
|
|
11502
11502
|
|
package/dist/index.d.ts
CHANGED
|
@@ -11381,7 +11381,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11381
11381
|
cmtPost: string;
|
|
11382
11382
|
cmtStickerPostMe: string;
|
|
11383
11383
|
tagUserPostMe: string;
|
|
11384
|
-
isSuggestFB:
|
|
11384
|
+
isSuggestFB: boolean;
|
|
11385
11385
|
idPostToSheet: string;
|
|
11386
11386
|
}
|
|
11387
11387
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
@@ -11423,7 +11423,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11423
11423
|
cmtPost: string;
|
|
11424
11424
|
cmtStickerPostMe: string;
|
|
11425
11425
|
tagUserPostMe: string;
|
|
11426
|
-
isSuggestFB:
|
|
11426
|
+
isSuggestFB: boolean;
|
|
11427
11427
|
idPostToSheet: string;
|
|
11428
11428
|
}
|
|
11429
11429
|
|
|
@@ -11454,7 +11454,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11454
11454
|
cmtPost: string;
|
|
11455
11455
|
cmtStickerPostMe: string;
|
|
11456
11456
|
tagUserPostMe: string;
|
|
11457
|
-
isSuggestFB:
|
|
11457
|
+
isSuggestFB: boolean;
|
|
11458
11458
|
idPostToSheet: string;
|
|
11459
11459
|
}
|
|
11460
11460
|
interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
@@ -11496,7 +11496,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11496
11496
|
cmtPost: string;
|
|
11497
11497
|
cmtStickerPostMe: string;
|
|
11498
11498
|
tagUserPostMe: string;
|
|
11499
|
-
isSuggestFB:
|
|
11499
|
+
isSuggestFB: boolean;
|
|
11500
11500
|
idPostToSheet: string;
|
|
11501
11501
|
}
|
|
11502
11502
|
|