automation-lib 5.0.238 → 5.0.239
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1941,6 +1941,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1941
1941
|
timeChangeAccountSetting: Date;
|
|
1942
1942
|
statusConnectDevice: EStatusConnectDevice;
|
|
1943
1943
|
noteConnectDevice: string;
|
|
1944
|
+
note: string;
|
|
1944
1945
|
}
|
|
1945
1946
|
|
|
1946
1947
|
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2077,6 +2078,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2077
2078
|
timeChangeAccountSetting: Date;
|
|
2078
2079
|
statusConnectDevice: EStatusConnectDevice;
|
|
2079
2080
|
noteConnectDevice: string;
|
|
2081
|
+
note: string;
|
|
2080
2082
|
}
|
|
2081
2083
|
|
|
2082
2084
|
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -1941,6 +1941,7 @@ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingMo
|
|
|
1941
1941
|
timeChangeAccountSetting: Date;
|
|
1942
1942
|
statusConnectDevice: EStatusConnectDevice;
|
|
1943
1943
|
noteConnectDevice: string;
|
|
1944
|
+
note: string;
|
|
1944
1945
|
}
|
|
1945
1946
|
|
|
1946
1947
|
interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2077,6 +2078,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
|
|
|
2077
2078
|
timeChangeAccountSetting: Date;
|
|
2078
2079
|
statusConnectDevice: EStatusConnectDevice;
|
|
2079
2080
|
noteConnectDevice: string;
|
|
2081
|
+
note: string;
|
|
2080
2082
|
}
|
|
2081
2083
|
|
|
2082
2084
|
interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
|