automation-lib 5.1.256 → 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 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
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.256",
3
+ "version": "5.1.257",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",