automation-lib 5.3.42 → 5.3.43
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 +18 -0
- package/dist/index.d.ts +18 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4050,27 +4050,45 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
|
|
|
4050
4050
|
idea: {
|
|
4051
4051
|
id: string;
|
|
4052
4052
|
name: string;
|
|
4053
|
+
version: number;
|
|
4054
|
+
createdAt: Date;
|
|
4055
|
+
updatedAt: Date;
|
|
4053
4056
|
};
|
|
4054
4057
|
niche: {
|
|
4055
4058
|
id: string;
|
|
4056
4059
|
name: string;
|
|
4060
|
+
version: number;
|
|
4061
|
+
createdAt: Date;
|
|
4062
|
+
updatedAt: Date;
|
|
4057
4063
|
};
|
|
4058
4064
|
pc: {
|
|
4059
4065
|
id: string;
|
|
4060
4066
|
name: string;
|
|
4067
|
+
version: number;
|
|
4068
|
+
createdAt: Date;
|
|
4069
|
+
updatedAt: Date;
|
|
4061
4070
|
};
|
|
4062
4071
|
device: {
|
|
4063
4072
|
id: string;
|
|
4064
4073
|
name: string;
|
|
4074
|
+
version: number;
|
|
4075
|
+
createdAt: Date;
|
|
4076
|
+
updatedAt: Date;
|
|
4065
4077
|
key: string;
|
|
4066
4078
|
};
|
|
4067
4079
|
accountGroup: {
|
|
4068
4080
|
id: string;
|
|
4069
4081
|
name: string;
|
|
4082
|
+
version: number;
|
|
4083
|
+
createdAt: Date;
|
|
4084
|
+
updatedAt: Date;
|
|
4070
4085
|
};
|
|
4071
4086
|
account: {
|
|
4072
4087
|
id: string;
|
|
4073
4088
|
name: string;
|
|
4089
|
+
version: number;
|
|
4090
|
+
createdAt: Date;
|
|
4091
|
+
updatedAt: Date;
|
|
4074
4092
|
status: EStatusAccountSocialLogin;
|
|
4075
4093
|
nameAppClone: string;
|
|
4076
4094
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -4050,27 +4050,45 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
|
|
|
4050
4050
|
idea: {
|
|
4051
4051
|
id: string;
|
|
4052
4052
|
name: string;
|
|
4053
|
+
version: number;
|
|
4054
|
+
createdAt: Date;
|
|
4055
|
+
updatedAt: Date;
|
|
4053
4056
|
};
|
|
4054
4057
|
niche: {
|
|
4055
4058
|
id: string;
|
|
4056
4059
|
name: string;
|
|
4060
|
+
version: number;
|
|
4061
|
+
createdAt: Date;
|
|
4062
|
+
updatedAt: Date;
|
|
4057
4063
|
};
|
|
4058
4064
|
pc: {
|
|
4059
4065
|
id: string;
|
|
4060
4066
|
name: string;
|
|
4067
|
+
version: number;
|
|
4068
|
+
createdAt: Date;
|
|
4069
|
+
updatedAt: Date;
|
|
4061
4070
|
};
|
|
4062
4071
|
device: {
|
|
4063
4072
|
id: string;
|
|
4064
4073
|
name: string;
|
|
4074
|
+
version: number;
|
|
4075
|
+
createdAt: Date;
|
|
4076
|
+
updatedAt: Date;
|
|
4065
4077
|
key: string;
|
|
4066
4078
|
};
|
|
4067
4079
|
accountGroup: {
|
|
4068
4080
|
id: string;
|
|
4069
4081
|
name: string;
|
|
4082
|
+
version: number;
|
|
4083
|
+
createdAt: Date;
|
|
4084
|
+
updatedAt: Date;
|
|
4070
4085
|
};
|
|
4071
4086
|
account: {
|
|
4072
4087
|
id: string;
|
|
4073
4088
|
name: string;
|
|
4089
|
+
version: number;
|
|
4090
|
+
createdAt: Date;
|
|
4091
|
+
updatedAt: Date;
|
|
4074
4092
|
status: EStatusAccountSocialLogin;
|
|
4075
4093
|
nameAppClone: string;
|
|
4076
4094
|
};
|