automation-lib 5.0.271 → 5.1.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 CHANGED
@@ -1829,8 +1829,9 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
1829
1829
  sheetUrl: string;
1830
1830
  sheetName: string;
1831
1831
  accountID: string;
1832
- accountDeviceType: string;
1833
- accountDeviceName: string;
1832
+ nameAppCloneSocial: string;
1833
+ accountDeviceTypeAppClone: string;
1834
+ accountDeviceNameAppClone: string;
1834
1835
  idea: string | IManagerWork;
1835
1836
  niche: string | IManagerWork;
1836
1837
  pc: IPC | string;
@@ -1885,8 +1886,9 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
1885
1886
  sheetUrl: string;
1886
1887
  sheetName: string;
1887
1888
  accountID: string;
1888
- accountDeviceType: string;
1889
- accountDeviceName: string;
1889
+ nameAppCloneSocial: string;
1890
+ accountDeviceTypeAppClone: string;
1891
+ accountDeviceNameAppClone: string;
1890
1892
  idea: string | IManagerWork;
1891
1893
  niche: string | IManagerWork;
1892
1894
  pc: IPC | string;
package/dist/index.d.ts CHANGED
@@ -1829,8 +1829,9 @@ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingMo
1829
1829
  sheetUrl: string;
1830
1830
  sheetName: string;
1831
1831
  accountID: string;
1832
- accountDeviceType: string;
1833
- accountDeviceName: string;
1832
+ nameAppCloneSocial: string;
1833
+ accountDeviceTypeAppClone: string;
1834
+ accountDeviceNameAppClone: string;
1834
1835
  idea: string | IManagerWork;
1835
1836
  niche: string | IManagerWork;
1836
1837
  pc: IPC | string;
@@ -1885,8 +1886,9 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
1885
1886
  sheetUrl: string;
1886
1887
  sheetName: string;
1887
1888
  accountID: string;
1888
- accountDeviceType: string;
1889
- accountDeviceName: string;
1889
+ nameAppCloneSocial: string;
1890
+ accountDeviceTypeAppClone: string;
1891
+ accountDeviceNameAppClone: string;
1890
1892
  idea: string | IManagerWork;
1891
1893
  niche: string | IManagerWork;
1892
1894
  pc: IPC | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.271",
3
+ "version": "5.1.1",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",