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 CHANGED
@@ -2141,8 +2141,9 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
2141
2141
  sheetUrl: string;
2142
2142
  sheetName: string;
2143
2143
  accountID: string;
2144
- accountDeviceType: string;
2145
- accountDeviceName: string;
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
- accountDeviceType: string;
2145
- accountDeviceName: string;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.268",
3
+ "version": "5.0.269",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",