automation-lib 5.1.121 → 5.1.123
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 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -2477,7 +2477,6 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
2477
2477
|
action: string;
|
2478
2478
|
timeExecute: Date;
|
2479
2479
|
status: EStatusTaskToolSocials;
|
2480
|
-
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
2481
2480
|
oldUserName: string;
|
2482
2481
|
changeUserNameNew: string;
|
2483
2482
|
changeFullnameNew: string;
|
@@ -4187,6 +4186,10 @@ interface FindOverViewThreadsAccountRowDto {
|
|
4187
4186
|
};
|
4188
4187
|
}
|
4189
4188
|
interface AutoFillThreadsAccountRawDto {
|
4189
|
+
sheet: {
|
4190
|
+
url: string;
|
4191
|
+
name: string;
|
4192
|
+
};
|
4190
4193
|
accountID: {
|
4191
4194
|
id: string;
|
4192
4195
|
val: string;
|
package/dist/index.d.ts
CHANGED
@@ -2477,7 +2477,6 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
2477
2477
|
action: string;
|
2478
2478
|
timeExecute: Date;
|
2479
2479
|
status: EStatusTaskToolSocials;
|
2480
|
-
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
2481
2480
|
oldUserName: string;
|
2482
2481
|
changeUserNameNew: string;
|
2483
2482
|
changeFullnameNew: string;
|
@@ -4187,6 +4186,10 @@ interface FindOverViewThreadsAccountRowDto {
|
|
4187
4186
|
};
|
4188
4187
|
}
|
4189
4188
|
interface AutoFillThreadsAccountRawDto {
|
4189
|
+
sheet: {
|
4190
|
+
url: string;
|
4191
|
+
name: string;
|
4192
|
+
};
|
4190
4193
|
accountID: {
|
4191
4194
|
id: string;
|
4192
4195
|
val: string;
|