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 +6 -4
- package/dist/index.d.ts +6 -4
- package/package.json +1 -1
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
|
-
|
|
1833
|
-
|
|
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
|
-
|
|
1889
|
-
|
|
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
|
-
|
|
1833
|
-
|
|
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
|
-
|
|
1889
|
-
|
|
1889
|
+
nameAppCloneSocial: string;
|
|
1890
|
+
accountDeviceTypeAppClone: string;
|
|
1891
|
+
accountDeviceNameAppClone: string;
|
|
1890
1892
|
idea: string | IManagerWork;
|
|
1891
1893
|
niche: string | IManagerWork;
|
|
1892
1894
|
pc: IPC | string;
|