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 +1 -0
- package/dist/index.d.ts +1 -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
|
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
|