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 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> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.238",
3
+ "version": "5.0.239",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",