automation-lib 5.1.15 → 5.1.17
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
|
@@ -2974,8 +2974,8 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2974
2974
|
accountUsername: string;
|
|
2975
2975
|
accountFullName: string;
|
|
2976
2976
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
2977
|
-
statusEditCanva:
|
|
2978
|
-
statusUploadDrive:
|
|
2977
|
+
statusEditCanva: EStatusExecuteCommon;
|
|
2978
|
+
statusUploadDrive: EStatusExecuteCommon;
|
|
2979
2979
|
deviceKey: string;
|
|
2980
2980
|
deviceName: string;
|
|
2981
2981
|
deviceType: string;
|
|
@@ -3233,8 +3233,8 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3233
3233
|
accountUsername: string;
|
|
3234
3234
|
accountFullName: string;
|
|
3235
3235
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
3236
|
-
statusEditCanva:
|
|
3237
|
-
statusUploadDrive:
|
|
3236
|
+
statusEditCanva: EStatusExecuteCommon;
|
|
3237
|
+
statusUploadDrive: EStatusExecuteCommon;
|
|
3238
3238
|
deviceKey: string;
|
|
3239
3239
|
deviceName: string;
|
|
3240
3240
|
deviceType: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2974,8 +2974,8 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2974
2974
|
accountUsername: string;
|
|
2975
2975
|
accountFullName: string;
|
|
2976
2976
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
2977
|
-
statusEditCanva:
|
|
2978
|
-
statusUploadDrive:
|
|
2977
|
+
statusEditCanva: EStatusExecuteCommon;
|
|
2978
|
+
statusUploadDrive: EStatusExecuteCommon;
|
|
2979
2979
|
deviceKey: string;
|
|
2980
2980
|
deviceName: string;
|
|
2981
2981
|
deviceType: string;
|
|
@@ -3233,8 +3233,8 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3233
3233
|
accountUsername: string;
|
|
3234
3234
|
accountFullName: string;
|
|
3235
3235
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
3236
|
-
statusEditCanva:
|
|
3237
|
-
statusUploadDrive:
|
|
3236
|
+
statusEditCanva: EStatusExecuteCommon;
|
|
3237
|
+
statusUploadDrive: EStatusExecuteCommon;
|
|
3238
3238
|
deviceKey: string;
|
|
3239
3239
|
deviceName: string;
|
|
3240
3240
|
deviceType: string;
|