automation-lib 5.1.378 → 5.1.380

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
@@ -3059,6 +3059,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
3059
3059
  }
3060
3060
 
3061
3061
  interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
3062
+ sheetUrl: string;
3063
+ sheetName: string;
3062
3064
  account: string | IInstagramAccountRaw;
3063
3065
  oldGroup: IAccountSocialGroup | string;
3064
3066
  newGroup: IAccountSocialGroup | string;
@@ -5782,7 +5784,7 @@ interface FindOverviewInstagramHistoryAutoSyncDto {
5782
5784
  };
5783
5785
  }
5784
5786
  interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistoryAutoSync {
5785
- accountID: string;
5787
+ accountID: number;
5786
5788
  accountUsername: string;
5787
5789
  accountFullname: string;
5788
5790
  loginStatus: EStatusAccountSocialLogin;
@@ -5869,7 +5871,7 @@ interface FindOverviewInstagramHistoryChangeInfoDto {
5869
5871
  };
5870
5872
  }
5871
5873
  interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHistoryChangeInfo {
5872
- accountID: string;
5874
+ accountID: number;
5873
5875
  accountUsername: string;
5874
5876
  accountFullname: string;
5875
5877
  changeType: 'AVATAR' | 'COVER' | 'USERNAME' | 'FULLNAME' | 'EMAIL' | 'PASSWORD' | '2FA' | 'BIO' | 'ACCOUNT_SETTING';
@@ -5999,7 +6001,7 @@ interface FindOverviewInstagramHistoryCreateNewDto {
5999
6001
  };
6000
6002
  }
6001
6003
  interface FindInstagramHistoryCreateNewDto extends IFindBaseDto, IInstagramHistoryCreateNew {
6002
- accountID: string;
6004
+ accountID: number;
6003
6005
  accountUsername: string;
6004
6006
  accountFullname: string;
6005
6007
  folderName: string;
@@ -6086,7 +6088,7 @@ interface FindOverviewInstagramHistoryGroupDto {
6086
6088
  };
6087
6089
  }
6088
6090
  interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGroup {
6089
- accountID: string;
6091
+ accountID: number;
6090
6092
  accountUsername: string;
6091
6093
  accountFullname: string;
6092
6094
  idea: string;
package/dist/index.d.ts CHANGED
@@ -3059,6 +3059,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
3059
3059
  }
3060
3060
 
3061
3061
  interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
3062
+ sheetUrl: string;
3063
+ sheetName: string;
3062
3064
  account: string | IInstagramAccountRaw;
3063
3065
  oldGroup: IAccountSocialGroup | string;
3064
3066
  newGroup: IAccountSocialGroup | string;
@@ -5782,7 +5784,7 @@ interface FindOverviewInstagramHistoryAutoSyncDto {
5782
5784
  };
5783
5785
  }
5784
5786
  interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistoryAutoSync {
5785
- accountID: string;
5787
+ accountID: number;
5786
5788
  accountUsername: string;
5787
5789
  accountFullname: string;
5788
5790
  loginStatus: EStatusAccountSocialLogin;
@@ -5869,7 +5871,7 @@ interface FindOverviewInstagramHistoryChangeInfoDto {
5869
5871
  };
5870
5872
  }
5871
5873
  interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHistoryChangeInfo {
5872
- accountID: string;
5874
+ accountID: number;
5873
5875
  accountUsername: string;
5874
5876
  accountFullname: string;
5875
5877
  changeType: 'AVATAR' | 'COVER' | 'USERNAME' | 'FULLNAME' | 'EMAIL' | 'PASSWORD' | '2FA' | 'BIO' | 'ACCOUNT_SETTING';
@@ -5999,7 +6001,7 @@ interface FindOverviewInstagramHistoryCreateNewDto {
5999
6001
  };
6000
6002
  }
6001
6003
  interface FindInstagramHistoryCreateNewDto extends IFindBaseDto, IInstagramHistoryCreateNew {
6002
- accountID: string;
6004
+ accountID: number;
6003
6005
  accountUsername: string;
6004
6006
  accountFullname: string;
6005
6007
  folderName: string;
@@ -6086,7 +6088,7 @@ interface FindOverviewInstagramHistoryGroupDto {
6086
6088
  };
6087
6089
  }
6088
6090
  interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGroup {
6089
- accountID: string;
6091
+ accountID: number;
6090
6092
  accountUsername: string;
6091
6093
  accountFullname: string;
6092
6094
  idea: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.378",
3
+ "version": "5.1.380",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",