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 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' | 'inactive';
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' | 'inactive';
7816
+ accountStatus: ['active', 'inactive'];
7817
7817
  }
7818
7818
  /**
7819
7819
  * DTO for applying time filters to Instagram Dashboard Follower analytics
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.261",
3
+ "version": "5.1.263",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",