automation-lib 5.4.107 → 5.4.109
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1011,7 +1011,7 @@ declare enum EStatusAccountSocialImport {
|
|
|
1011
1011
|
declare enum EStatusAccountSocialLogin {
|
|
1012
1012
|
Active = "Active",
|
|
1013
1013
|
InActive = "InActive",
|
|
1014
|
-
|
|
1014
|
+
Locked = "Locked",
|
|
1015
1015
|
Pending = "Pending"
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
@@ -7690,7 +7690,7 @@ interface IDevicePopupViewAccountSocial {
|
|
|
7690
7690
|
lastLogin: Date;
|
|
7691
7691
|
keyDeviceOld: string;
|
|
7692
7692
|
keyDeviceNew: string;
|
|
7693
|
-
status:
|
|
7693
|
+
status: EStatusAccountSocial;
|
|
7694
7694
|
isActiveOnDevice: boolean;
|
|
7695
7695
|
}
|
|
7696
7696
|
interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
|
package/dist/index.d.ts
CHANGED
|
@@ -1011,7 +1011,7 @@ declare enum EStatusAccountSocialImport {
|
|
|
1011
1011
|
declare enum EStatusAccountSocialLogin {
|
|
1012
1012
|
Active = "Active",
|
|
1013
1013
|
InActive = "InActive",
|
|
1014
|
-
|
|
1014
|
+
Locked = "Locked",
|
|
1015
1015
|
Pending = "Pending"
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
@@ -7690,7 +7690,7 @@ interface IDevicePopupViewAccountSocial {
|
|
|
7690
7690
|
lastLogin: Date;
|
|
7691
7691
|
keyDeviceOld: string;
|
|
7692
7692
|
keyDeviceNew: string;
|
|
7693
|
-
status:
|
|
7693
|
+
status: EStatusAccountSocial;
|
|
7694
7694
|
isActiveOnDevice: boolean;
|
|
7695
7695
|
}
|
|
7696
7696
|
interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
|
package/dist/index.js
CHANGED
|
@@ -1429,7 +1429,7 @@ var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2)
|
|
|
1429
1429
|
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
1430
1430
|
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
1431
1431
|
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
1432
|
-
EStatusAccountSocialLogin2["
|
|
1432
|
+
EStatusAccountSocialLogin2["Locked"] = "Locked";
|
|
1433
1433
|
EStatusAccountSocialLogin2["Pending"] = "Pending";
|
|
1434
1434
|
return EStatusAccountSocialLogin2;
|
|
1435
1435
|
})(EStatusAccountSocialLogin || {});
|
package/dist/index.mjs
CHANGED
|
@@ -1274,7 +1274,7 @@ var EStatusAccountSocialImport = /* @__PURE__ */ ((EStatusAccountSocialImport2)
|
|
|
1274
1274
|
var EStatusAccountSocialLogin = /* @__PURE__ */ ((EStatusAccountSocialLogin2) => {
|
|
1275
1275
|
EStatusAccountSocialLogin2["Active"] = "Active";
|
|
1276
1276
|
EStatusAccountSocialLogin2["InActive"] = "InActive";
|
|
1277
|
-
EStatusAccountSocialLogin2["
|
|
1277
|
+
EStatusAccountSocialLogin2["Locked"] = "Locked";
|
|
1278
1278
|
EStatusAccountSocialLogin2["Pending"] = "Pending";
|
|
1279
1279
|
return EStatusAccountSocialLogin2;
|
|
1280
1280
|
})(EStatusAccountSocialLogin || {});
|