automation-lib 5.1.595 → 5.2.1
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -6019,6 +6019,8 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6019
6019
|
accountGroup: string[];
|
|
6020
6020
|
account: string[];
|
|
6021
6021
|
accountStatus: EStatusAccountSocialLogin[];
|
|
6022
|
+
accountSpecific: string[];
|
|
6023
|
+
accountInstagramConnectThreads: string[];
|
|
6022
6024
|
}
|
|
6023
6025
|
/**
|
|
6024
6026
|
* DTO for applying time filters to Instagram Dashboard Follower analytics
|
|
@@ -6031,9 +6033,7 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6031
6033
|
* - Yearly: Maximum 10950 days range (10 years)
|
|
6032
6034
|
*/
|
|
6033
6035
|
interface FindOverviewThreadsDashboardFollowerDto {
|
|
6034
|
-
totalAccounts: number;
|
|
6035
6036
|
totalActives: number;
|
|
6036
|
-
totalInActives: number;
|
|
6037
6037
|
totalDevices: number;
|
|
6038
6038
|
totalIdea: number;
|
|
6039
6039
|
totalNiche: number;
|
|
@@ -6049,7 +6049,8 @@ interface FindOverviewThreadsDashboardFollowerDto {
|
|
|
6049
6049
|
totalPostSquare: number;
|
|
6050
6050
|
totalPostNews: number;
|
|
6051
6051
|
totalPostReel: number;
|
|
6052
|
-
|
|
6052
|
+
totalHorizontal: number;
|
|
6053
|
+
totalInActives: number;
|
|
6053
6054
|
}
|
|
6054
6055
|
interface FilterCheckerAccountThreadsDashboardFollowerDto {
|
|
6055
6056
|
selectAccount: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -6019,6 +6019,8 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6019
6019
|
accountGroup: string[];
|
|
6020
6020
|
account: string[];
|
|
6021
6021
|
accountStatus: EStatusAccountSocialLogin[];
|
|
6022
|
+
accountSpecific: string[];
|
|
6023
|
+
accountInstagramConnectThreads: string[];
|
|
6022
6024
|
}
|
|
6023
6025
|
/**
|
|
6024
6026
|
* DTO for applying time filters to Instagram Dashboard Follower analytics
|
|
@@ -6031,9 +6033,7 @@ interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6031
6033
|
* - Yearly: Maximum 10950 days range (10 years)
|
|
6032
6034
|
*/
|
|
6033
6035
|
interface FindOverviewThreadsDashboardFollowerDto {
|
|
6034
|
-
totalAccounts: number;
|
|
6035
6036
|
totalActives: number;
|
|
6036
|
-
totalInActives: number;
|
|
6037
6037
|
totalDevices: number;
|
|
6038
6038
|
totalIdea: number;
|
|
6039
6039
|
totalNiche: number;
|
|
@@ -6049,7 +6049,8 @@ interface FindOverviewThreadsDashboardFollowerDto {
|
|
|
6049
6049
|
totalPostSquare: number;
|
|
6050
6050
|
totalPostNews: number;
|
|
6051
6051
|
totalPostReel: number;
|
|
6052
|
-
|
|
6052
|
+
totalHorizontal: number;
|
|
6053
|
+
totalInActives: number;
|
|
6053
6054
|
}
|
|
6054
6055
|
interface FilterCheckerAccountThreadsDashboardFollowerDto {
|
|
6055
6056
|
selectAccount: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "automation-lib",
|
|
3
|
-
"version": "5.1
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"description": "Common features and type of applications auto",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typescript": "^5.4.5"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"automation-lib": "5.
|
|
29
|
+
"automation-lib": "^5.1.584",
|
|
30
30
|
"bodevops-be-common": "^3.5.3",
|
|
31
31
|
"http-status-codes": "^2.3.0",
|
|
32
32
|
"nodemailer": "^6.9.13",
|