automation-lib 5.1.366 → 5.1.367

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
@@ -2914,8 +2914,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
2914
2914
  listBioLink: string[];
2915
2915
  typeAccountSetting: ETypeAccountInstagramSetting;
2916
2916
  statusAccountSetting: EStatusAccountSocialSetting;
2917
- oldGroup: string;
2918
- newGroup: string;
2917
+ oldGroup: string | IAccountSocialGroup;
2918
+ newGroup: string | IAccountSocialGroup;
2919
2919
  statusChangeGroup: EStatusChangeInfo;
2920
2920
  timeChangeGroup: Date;
2921
2921
  oldUsername: string;
@@ -2978,8 +2978,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
2978
2978
  cover: string | IFile;
2979
2979
  statusChangeCover: EStatusChangeInfo;
2980
2980
  timeChangeCover: Date;
2981
- oldGroup: string;
2982
- newGroup: string;
2981
+ oldGroup: string | IAccountSocialGroup;
2982
+ newGroup: string | IAccountSocialGroup;
2983
2983
  statusChangeGroup: EStatusChangeInfo;
2984
2984
  timeChangeGroup: Date;
2985
2985
  oldUsername: string;
package/dist/index.d.ts CHANGED
@@ -2914,8 +2914,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
2914
2914
  listBioLink: string[];
2915
2915
  typeAccountSetting: ETypeAccountInstagramSetting;
2916
2916
  statusAccountSetting: EStatusAccountSocialSetting;
2917
- oldGroup: string;
2918
- newGroup: string;
2917
+ oldGroup: string | IAccountSocialGroup;
2918
+ newGroup: string | IAccountSocialGroup;
2919
2919
  statusChangeGroup: EStatusChangeInfo;
2920
2920
  timeChangeGroup: Date;
2921
2921
  oldUsername: string;
@@ -2978,8 +2978,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
2978
2978
  cover: string | IFile;
2979
2979
  statusChangeCover: EStatusChangeInfo;
2980
2980
  timeChangeCover: Date;
2981
- oldGroup: string;
2982
- newGroup: string;
2981
+ oldGroup: string | IAccountSocialGroup;
2982
+ newGroup: string | IAccountSocialGroup;
2983
2983
  statusChangeGroup: EStatusChangeInfo;
2984
2984
  timeChangeGroup: Date;
2985
2985
  oldUsername: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.366",
3
+ "version": "5.1.367",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",