automation-lib 5.4.112 → 5.4.114
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7692,7 +7692,7 @@ interface IDevicePopupViewAccountSocial {
|
|
|
7692
7692
|
lastLogin: Date;
|
|
7693
7693
|
keyDeviceOld: string;
|
|
7694
7694
|
keyDeviceNew: string;
|
|
7695
|
-
status:
|
|
7695
|
+
status: EStatusSocialAccountRaw;
|
|
7696
7696
|
isActiveOnDevice: boolean;
|
|
7697
7697
|
}
|
|
7698
7698
|
interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
|
package/dist/index.d.ts
CHANGED
|
@@ -7692,7 +7692,7 @@ interface IDevicePopupViewAccountSocial {
|
|
|
7692
7692
|
lastLogin: Date;
|
|
7693
7693
|
keyDeviceOld: string;
|
|
7694
7694
|
keyDeviceNew: string;
|
|
7695
|
-
status:
|
|
7695
|
+
status: EStatusSocialAccountRaw;
|
|
7696
7696
|
isActiveOnDevice: boolean;
|
|
7697
7697
|
}
|
|
7698
7698
|
interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
|
package/dist/index.js
CHANGED
|
@@ -1487,7 +1487,7 @@ var EStatusCreateNew = /* @__PURE__ */ ((EStatusCreateNew2) => {
|
|
|
1487
1487
|
return EStatusCreateNew2;
|
|
1488
1488
|
})(EStatusCreateNew || {});
|
|
1489
1489
|
|
|
1490
|
-
// src/enums/status/socials/
|
|
1490
|
+
// src/enums/status/socials/EStatusAccountSocialRaw.enum.ts
|
|
1491
1491
|
var EStatusSocialAccountRaw = /* @__PURE__ */ ((EStatusSocialAccountRaw2) => {
|
|
1492
1492
|
EStatusSocialAccountRaw2["Available"] = "Available";
|
|
1493
1493
|
EStatusSocialAccountRaw2["InUse"] = "InUse";
|
|
@@ -1496,7 +1496,7 @@ var EStatusSocialAccountRaw = /* @__PURE__ */ ((EStatusSocialAccountRaw2) => {
|
|
|
1496
1496
|
return EStatusSocialAccountRaw2;
|
|
1497
1497
|
})(EStatusSocialAccountRaw || {});
|
|
1498
1498
|
|
|
1499
|
-
// src/enums/status/socials/
|
|
1499
|
+
// src/enums/status/socials/EStatusAccountSocialRun.enum.ts
|
|
1500
1500
|
var EStatusAccountSocialRun = /* @__PURE__ */ ((EStatusAccountSocialRun2) => {
|
|
1501
1501
|
EStatusAccountSocialRun2["ACTIVE_GOOD"] = "Active Good";
|
|
1502
1502
|
EStatusAccountSocialRun2["ACCOUNT_NOT_FOUND"] = "Account not found";
|
package/dist/index.mjs
CHANGED
|
@@ -1332,7 +1332,7 @@ var EStatusCreateNew = /* @__PURE__ */ ((EStatusCreateNew2) => {
|
|
|
1332
1332
|
return EStatusCreateNew2;
|
|
1333
1333
|
})(EStatusCreateNew || {});
|
|
1334
1334
|
|
|
1335
|
-
// src/enums/status/socials/
|
|
1335
|
+
// src/enums/status/socials/EStatusAccountSocialRaw.enum.ts
|
|
1336
1336
|
var EStatusSocialAccountRaw = /* @__PURE__ */ ((EStatusSocialAccountRaw2) => {
|
|
1337
1337
|
EStatusSocialAccountRaw2["Available"] = "Available";
|
|
1338
1338
|
EStatusSocialAccountRaw2["InUse"] = "InUse";
|
|
@@ -1341,7 +1341,7 @@ var EStatusSocialAccountRaw = /* @__PURE__ */ ((EStatusSocialAccountRaw2) => {
|
|
|
1341
1341
|
return EStatusSocialAccountRaw2;
|
|
1342
1342
|
})(EStatusSocialAccountRaw || {});
|
|
1343
1343
|
|
|
1344
|
-
// src/enums/status/socials/
|
|
1344
|
+
// src/enums/status/socials/EStatusAccountSocialRun.enum.ts
|
|
1345
1345
|
var EStatusAccountSocialRun = /* @__PURE__ */ ((EStatusAccountSocialRun2) => {
|
|
1346
1346
|
EStatusAccountSocialRun2["ACTIVE_GOOD"] = "Active Good";
|
|
1347
1347
|
EStatusAccountSocialRun2["ACCOUNT_NOT_FOUND"] = "Account not found";
|