automation-lib 5.1.296 → 5.1.297
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6254,7 +6254,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6254
6254
|
password: string;
|
|
6255
6255
|
code2FA: string;
|
|
6256
6256
|
emailRecover: string;
|
|
6257
|
-
status:
|
|
6257
|
+
status: EStatusAccountCHPlayICloud;
|
|
6258
6258
|
};
|
|
6259
6259
|
proxyInfo: {
|
|
6260
6260
|
id: string;
|
|
@@ -6270,7 +6270,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6270
6270
|
code2FA: string;
|
|
6271
6271
|
emailRecover: string;
|
|
6272
6272
|
type: ETypeAccountVPN;
|
|
6273
|
-
status:
|
|
6273
|
+
status: EStatusAccountVPN;
|
|
6274
6274
|
};
|
|
6275
6275
|
folderImage: string;
|
|
6276
6276
|
totalPosts: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -6254,7 +6254,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6254
6254
|
password: string;
|
|
6255
6255
|
code2FA: string;
|
|
6256
6256
|
emailRecover: string;
|
|
6257
|
-
status:
|
|
6257
|
+
status: EStatusAccountCHPlayICloud;
|
|
6258
6258
|
};
|
|
6259
6259
|
proxyInfo: {
|
|
6260
6260
|
id: string;
|
|
@@ -6270,7 +6270,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6270
6270
|
code2FA: string;
|
|
6271
6271
|
emailRecover: string;
|
|
6272
6272
|
type: ETypeAccountVPN;
|
|
6273
|
-
status:
|
|
6273
|
+
status: EStatusAccountVPN;
|
|
6274
6274
|
};
|
|
6275
6275
|
folderImage: string;
|
|
6276
6276
|
totalPosts: number;
|