automation-lib 5.0.268 → 5.0.269
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 +3 -2
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2141,8 +2141,9 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2141
2141
|
sheetUrl: string;
|
|
2142
2142
|
sheetName: string;
|
|
2143
2143
|
accountID: string;
|
|
2144
|
-
|
|
2145
|
-
|
|
2144
|
+
nameAppCloneSocial: string;
|
|
2145
|
+
accountDeviceTypeAppClone: string;
|
|
2146
|
+
accountDeviceNameAppClone: string;
|
|
2146
2147
|
idea: string | IManagerWork;
|
|
2147
2148
|
niche: string | IManagerWork;
|
|
2148
2149
|
pc: IPC | string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2141,8 +2141,9 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2141
2141
|
sheetUrl: string;
|
|
2142
2142
|
sheetName: string;
|
|
2143
2143
|
accountID: string;
|
|
2144
|
-
|
|
2145
|
-
|
|
2144
|
+
nameAppCloneSocial: string;
|
|
2145
|
+
accountDeviceTypeAppClone: string;
|
|
2146
|
+
accountDeviceNameAppClone: string;
|
|
2146
2147
|
idea: string | IManagerWork;
|
|
2147
2148
|
niche: string | IManagerWork;
|
|
2148
2149
|
pc: IPC | string;
|