automation-lib 5.1.261 → 5.1.263
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
|
@@ -7797,7 +7797,7 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
|
|
|
7797
7797
|
account: string[];
|
|
7798
7798
|
}
|
|
7799
7799
|
|
|
7800
|
-
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7800
|
+
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
|
7801
7801
|
team: string[];
|
|
7802
7802
|
leader: string[];
|
|
7803
7803
|
department: string[];
|
|
@@ -7813,7 +7813,7 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBas
|
|
|
7813
7813
|
device: string[];
|
|
7814
7814
|
accountGroup: string[];
|
|
7815
7815
|
account: string[];
|
|
7816
|
-
accountStatus: 'active'
|
|
7816
|
+
accountStatus: ['active', 'inactive'];
|
|
7817
7817
|
}
|
|
7818
7818
|
/**
|
|
7819
7819
|
* DTO for applying time filters to Instagram Dashboard Follower analytics
|
package/dist/index.d.ts
CHANGED
|
@@ -7797,7 +7797,7 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
|
|
|
7797
7797
|
account: string[];
|
|
7798
7798
|
}
|
|
7799
7799
|
|
|
7800
|
-
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7800
|
+
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
|
7801
7801
|
team: string[];
|
|
7802
7802
|
leader: string[];
|
|
7803
7803
|
department: string[];
|
|
@@ -7813,7 +7813,7 @@ interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBas
|
|
|
7813
7813
|
device: string[];
|
|
7814
7814
|
accountGroup: string[];
|
|
7815
7815
|
account: string[];
|
|
7816
|
-
accountStatus: 'active'
|
|
7816
|
+
accountStatus: ['active', 'inactive'];
|
|
7817
7817
|
}
|
|
7818
7818
|
/**
|
|
7819
7819
|
* DTO for applying time filters to Instagram Dashboard Follower analytics
|