automation-lib 5.3.41 → 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 +20 -2
- package/dist/index.d.ts +20 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1438,8 +1438,8 @@ declare enum ETypeProxyProvider {
|
|
|
1438
1438
|
|
|
1439
1439
|
declare enum ETypeAccountInstagramSetting {
|
|
1440
1440
|
Business = "Business",
|
|
1441
|
-
Personal = "
|
|
1442
|
-
Creator = "
|
|
1441
|
+
Personal = "Personal",
|
|
1442
|
+
Creator = "Creator",
|
|
1443
1443
|
Professional = "Professional"
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
@@ -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
|
@@ -1438,8 +1438,8 @@ declare enum ETypeProxyProvider {
|
|
|
1438
1438
|
|
|
1439
1439
|
declare enum ETypeAccountInstagramSetting {
|
|
1440
1440
|
Business = "Business",
|
|
1441
|
-
Personal = "
|
|
1442
|
-
Creator = "
|
|
1441
|
+
Personal = "Personal",
|
|
1442
|
+
Creator = "Creator",
|
|
1443
1443
|
Professional = "Professional"
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
@@ -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.js
CHANGED
|
@@ -1837,8 +1837,8 @@ var ETypeProxyProvider = /* @__PURE__ */ ((ETypeProxyProvider2) => {
|
|
|
1837
1837
|
// src/enums/types/ETypeAccountInstagramSetting.enum.ts
|
|
1838
1838
|
var ETypeAccountInstagramSetting = /* @__PURE__ */ ((ETypeAccountInstagramSetting2) => {
|
|
1839
1839
|
ETypeAccountInstagramSetting2["Business"] = "Business";
|
|
1840
|
-
ETypeAccountInstagramSetting2["Personal"] = "
|
|
1841
|
-
ETypeAccountInstagramSetting2["Creator"] = "
|
|
1840
|
+
ETypeAccountInstagramSetting2["Personal"] = "Personal";
|
|
1841
|
+
ETypeAccountInstagramSetting2["Creator"] = "Creator";
|
|
1842
1842
|
ETypeAccountInstagramSetting2["Professional"] = "Professional";
|
|
1843
1843
|
return ETypeAccountInstagramSetting2;
|
|
1844
1844
|
})(ETypeAccountInstagramSetting || {});
|
package/dist/index.mjs
CHANGED
|
@@ -1688,8 +1688,8 @@ var ETypeProxyProvider = /* @__PURE__ */ ((ETypeProxyProvider2) => {
|
|
|
1688
1688
|
// src/enums/types/ETypeAccountInstagramSetting.enum.ts
|
|
1689
1689
|
var ETypeAccountInstagramSetting = /* @__PURE__ */ ((ETypeAccountInstagramSetting2) => {
|
|
1690
1690
|
ETypeAccountInstagramSetting2["Business"] = "Business";
|
|
1691
|
-
ETypeAccountInstagramSetting2["Personal"] = "
|
|
1692
|
-
ETypeAccountInstagramSetting2["Creator"] = "
|
|
1691
|
+
ETypeAccountInstagramSetting2["Personal"] = "Personal";
|
|
1692
|
+
ETypeAccountInstagramSetting2["Creator"] = "Creator";
|
|
1693
1693
|
ETypeAccountInstagramSetting2["Professional"] = "Professional";
|
|
1694
1694
|
return ETypeAccountInstagramSetting2;
|
|
1695
1695
|
})(ETypeAccountInstagramSetting || {});
|