automation-lib 5.1.255 → 5.1.257
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7471,6 +7471,7 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBas
|
|
|
7471
7471
|
device: string[];
|
|
7472
7472
|
accountGroup: string[];
|
|
7473
7473
|
account: string[];
|
|
7474
|
+
accountStatus: 'active' | 'inactive';
|
|
7474
7475
|
}
|
|
7475
7476
|
/**
|
|
7476
7477
|
* DTO for applying time filters to Instagram Dashboard Follower analytics
|
|
@@ -7592,6 +7593,10 @@ interface FindManagerSheetDto extends IFindBaseDto, IManagerSheet {
|
|
|
7592
7593
|
}>;
|
|
7593
7594
|
}
|
|
7594
7595
|
interface FilterManagerSheetDto extends IFilterBaseDto {
|
|
7596
|
+
ideas: string[];
|
|
7597
|
+
niche: string[];
|
|
7598
|
+
typeSocial: ETypeSocial[];
|
|
7599
|
+
isActive: boolean;
|
|
7595
7600
|
}
|
|
7596
7601
|
|
|
7597
7602
|
interface FindManagerImageAIDto extends IFindBaseDto, IManagerImageAI {
|
package/dist/index.d.ts
CHANGED
|
@@ -7471,6 +7471,7 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBas
|
|
|
7471
7471
|
device: string[];
|
|
7472
7472
|
accountGroup: string[];
|
|
7473
7473
|
account: string[];
|
|
7474
|
+
accountStatus: 'active' | 'inactive';
|
|
7474
7475
|
}
|
|
7475
7476
|
/**
|
|
7476
7477
|
* DTO for applying time filters to Instagram Dashboard Follower analytics
|
|
@@ -7592,6 +7593,10 @@ interface FindManagerSheetDto extends IFindBaseDto, IManagerSheet {
|
|
|
7592
7593
|
}>;
|
|
7593
7594
|
}
|
|
7594
7595
|
interface FilterManagerSheetDto extends IFilterBaseDto {
|
|
7596
|
+
ideas: string[];
|
|
7597
|
+
niche: string[];
|
|
7598
|
+
typeSocial: ETypeSocial[];
|
|
7599
|
+
isActive: boolean;
|
|
7595
7600
|
}
|
|
7596
7601
|
|
|
7597
7602
|
interface FindManagerImageAIDto extends IFindBaseDto, IManagerImageAI {
|