automation-lib 6.6.410 → 6.6.411
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
|
@@ -7707,10 +7707,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7707
7707
|
};
|
|
7708
7708
|
deviceInfo: {
|
|
7709
7709
|
id: string;
|
|
7710
|
-
key: string;
|
|
7711
7710
|
name: string;
|
|
7712
7711
|
model: string;
|
|
7713
7712
|
os: ETypeDeviceOS;
|
|
7713
|
+
oldKey: string;
|
|
7714
|
+
newKey: string;
|
|
7715
|
+
typeOld: ETypeDevice;
|
|
7716
|
+
typeNew: ETypeDevice;
|
|
7714
7717
|
typeAppClone: string;
|
|
7715
7718
|
nameAppClone: string;
|
|
7716
7719
|
nameAppCloneSocial: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7707,10 +7707,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
7707
7707
|
};
|
|
7708
7708
|
deviceInfo: {
|
|
7709
7709
|
id: string;
|
|
7710
|
-
key: string;
|
|
7711
7710
|
name: string;
|
|
7712
7711
|
model: string;
|
|
7713
7712
|
os: ETypeDeviceOS;
|
|
7713
|
+
oldKey: string;
|
|
7714
|
+
newKey: string;
|
|
7715
|
+
typeOld: ETypeDevice;
|
|
7716
|
+
typeNew: ETypeDevice;
|
|
7714
7717
|
typeAppClone: string;
|
|
7715
7718
|
nameAppClone: string;
|
|
7716
7719
|
nameAppCloneSocial: string;
|