automation-lib 5.0.27 → 5.0.28
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -495,7 +495,7 @@ var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
|
495
495
|
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
496
496
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
497
497
|
EStatusAccountDrive2["InActive"] = "InActive";
|
|
498
|
-
EStatusAccountDrive2["
|
|
498
|
+
EStatusAccountDrive2["Active"] = "Active";
|
|
499
499
|
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
500
500
|
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|
|
501
501
|
EStatusAccountDrive2["Error"] = "Error";
|
package/dist/index.mjs
CHANGED
|
@@ -471,7 +471,7 @@ var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
|
471
471
|
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
472
472
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
473
473
|
EStatusAccountDrive2["InActive"] = "InActive";
|
|
474
|
-
EStatusAccountDrive2["
|
|
474
|
+
EStatusAccountDrive2["Active"] = "Active";
|
|
475
475
|
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
476
476
|
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|
|
477
477
|
EStatusAccountDrive2["Error"] = "Error";
|