automation-lib 5.1.30 → 5.1.33
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 +9 -6
- package/dist/index.d.ts +9 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3258,6 +3258,7 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3258
3258
|
group: string | IAccountSocialGroup;
|
|
3259
3259
|
folderImageName: string;
|
|
3260
3260
|
pc: string | IPC;
|
|
3261
|
+
device: IDevice | string;
|
|
3261
3262
|
account: string | IAccountSocialBase;
|
|
3262
3263
|
accountID: string;
|
|
3263
3264
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
@@ -3265,12 +3266,6 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3265
3266
|
listLinkDriveImagesOfCanva: string[];
|
|
3266
3267
|
statusEditCanva: EStatusExecuteCommon;
|
|
3267
3268
|
statusUploadDrive: EStatusExecuteCommon;
|
|
3268
|
-
deviceKey: string;
|
|
3269
|
-
deviceName: string;
|
|
3270
|
-
deviceType: string;
|
|
3271
|
-
deviceTypeAppClone: string;
|
|
3272
|
-
deviceNameAppClone: string;
|
|
3273
|
-
nameAppClone: string;
|
|
3274
3269
|
proxyType: ETypeProxy;
|
|
3275
3270
|
vpnEmail: string;
|
|
3276
3271
|
vpnPosition: ETypeProxy;
|
|
@@ -4074,6 +4069,14 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
|
|
|
4074
4069
|
}
|
|
4075
4070
|
|
|
4076
4071
|
interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
|
|
4072
|
+
deviceInfo: {
|
|
4073
|
+
deviceKey: string;
|
|
4074
|
+
deviceName: string;
|
|
4075
|
+
deviceType: string;
|
|
4076
|
+
deviceTypeAppClone: string;
|
|
4077
|
+
deviceNameAppClone: string;
|
|
4078
|
+
nameAppClone: string;
|
|
4079
|
+
};
|
|
4077
4080
|
accountUsername: string;
|
|
4078
4081
|
accountFullName: string;
|
|
4079
4082
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -3258,6 +3258,7 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3258
3258
|
group: string | IAccountSocialGroup;
|
|
3259
3259
|
folderImageName: string;
|
|
3260
3260
|
pc: string | IPC;
|
|
3261
|
+
device: IDevice | string;
|
|
3261
3262
|
account: string | IAccountSocialBase;
|
|
3262
3263
|
accountID: string;
|
|
3263
3264
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
@@ -3265,12 +3266,6 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3265
3266
|
listLinkDriveImagesOfCanva: string[];
|
|
3266
3267
|
statusEditCanva: EStatusExecuteCommon;
|
|
3267
3268
|
statusUploadDrive: EStatusExecuteCommon;
|
|
3268
|
-
deviceKey: string;
|
|
3269
|
-
deviceName: string;
|
|
3270
|
-
deviceType: string;
|
|
3271
|
-
deviceTypeAppClone: string;
|
|
3272
|
-
deviceNameAppClone: string;
|
|
3273
|
-
nameAppClone: string;
|
|
3274
3269
|
proxyType: ETypeProxy;
|
|
3275
3270
|
vpnEmail: string;
|
|
3276
3271
|
vpnPosition: ETypeProxy;
|
|
@@ -4074,6 +4069,14 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
|
|
|
4074
4069
|
}
|
|
4075
4070
|
|
|
4076
4071
|
interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
|
|
4072
|
+
deviceInfo: {
|
|
4073
|
+
deviceKey: string;
|
|
4074
|
+
deviceName: string;
|
|
4075
|
+
deviceType: string;
|
|
4076
|
+
deviceTypeAppClone: string;
|
|
4077
|
+
deviceNameAppClone: string;
|
|
4078
|
+
nameAppClone: string;
|
|
4079
|
+
};
|
|
4077
4080
|
accountUsername: string;
|
|
4078
4081
|
accountFullName: string;
|
|
4079
4082
|
}
|