automation-lib 6.6.513 → 6.6.514
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -18236,6 +18236,7 @@ interface FilterManualContentSocialInstagramDto extends IFilterBaseDto {
|
|
|
18236
18236
|
startStopNew: EStartStop[];
|
|
18237
18237
|
startStopReel: EStartStop[];
|
|
18238
18238
|
startStopSquare: EStartStop[];
|
|
18239
|
+
hasPosts: EHaveData[];
|
|
18239
18240
|
}
|
|
18240
18241
|
declare enum EFilterOptionManualContentSocialInstagram {
|
|
18241
18242
|
Idea = "idea",
|
package/dist/index.d.ts
CHANGED
|
@@ -18236,6 +18236,7 @@ interface FilterManualContentSocialInstagramDto extends IFilterBaseDto {
|
|
|
18236
18236
|
startStopNew: EStartStop[];
|
|
18237
18237
|
startStopReel: EStartStop[];
|
|
18238
18238
|
startStopSquare: EStartStop[];
|
|
18239
|
+
hasPosts: EHaveData[];
|
|
18239
18240
|
}
|
|
18240
18241
|
declare enum EFilterOptionManualContentSocialInstagram {
|
|
18241
18242
|
Idea = "idea",
|