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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
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;
|