automation-lib 5.0.24 → 5.0.26
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 +10 -10
- package/dist/index.d.ts +10 -10
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -388,15 +388,15 @@ declare enum EStatusExecuteCommon {
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
declare enum EStatusAccountCanva {
|
|
391
|
-
|
|
392
|
-
|
|
391
|
+
InActive = "InActive",
|
|
392
|
+
Active = "Active",
|
|
393
393
|
WrongPassword = "WrongPassword",
|
|
394
394
|
Wrong2FA = "Wrong2FA",
|
|
395
395
|
Error = "Error"
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
declare enum EStatusAccountDrive {
|
|
399
|
-
|
|
399
|
+
InActive = "InActive",
|
|
400
400
|
Installing = "Active",
|
|
401
401
|
WrongPassword = "WrongPassword",
|
|
402
402
|
Wrong2FA = "Wrong2FA",
|
|
@@ -1822,13 +1822,13 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1822
1822
|
fontText1: string;
|
|
1823
1823
|
fontText2: string;
|
|
1824
1824
|
linkCanvaScript: string;
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1825
|
+
linkCanvaVideo: string;
|
|
1826
|
+
linkCanvaImageThumb: string;
|
|
1827
|
+
linkCanvaImage1: string;
|
|
1828
|
+
linkCanvaImage2: string;
|
|
1829
|
+
linkCanvaImage3: string;
|
|
1830
|
+
linkCanvaImage4: string;
|
|
1831
|
+
linkCanvaImage5: string;
|
|
1832
1832
|
status: EStatusTaskImageVoiceCanva;
|
|
1833
1833
|
note: string;
|
|
1834
1834
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -388,15 +388,15 @@ declare enum EStatusExecuteCommon {
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
declare enum EStatusAccountCanva {
|
|
391
|
-
|
|
392
|
-
|
|
391
|
+
InActive = "InActive",
|
|
392
|
+
Active = "Active",
|
|
393
393
|
WrongPassword = "WrongPassword",
|
|
394
394
|
Wrong2FA = "Wrong2FA",
|
|
395
395
|
Error = "Error"
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
declare enum EStatusAccountDrive {
|
|
399
|
-
|
|
399
|
+
InActive = "InActive",
|
|
400
400
|
Installing = "Active",
|
|
401
401
|
WrongPassword = "WrongPassword",
|
|
402
402
|
Wrong2FA = "Wrong2FA",
|
|
@@ -1822,13 +1822,13 @@ interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel
|
|
|
1822
1822
|
fontText1: string;
|
|
1823
1823
|
fontText2: string;
|
|
1824
1824
|
linkCanvaScript: string;
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1825
|
+
linkCanvaVideo: string;
|
|
1826
|
+
linkCanvaImageThumb: string;
|
|
1827
|
+
linkCanvaImage1: string;
|
|
1828
|
+
linkCanvaImage2: string;
|
|
1829
|
+
linkCanvaImage3: string;
|
|
1830
|
+
linkCanvaImage4: string;
|
|
1831
|
+
linkCanvaImage5: string;
|
|
1832
1832
|
status: EStatusTaskImageVoiceCanva;
|
|
1833
1833
|
note: string;
|
|
1834
1834
|
}
|
package/dist/index.js
CHANGED
|
@@ -484,8 +484,8 @@ var EStatusExecuteCommon = /* @__PURE__ */ ((EStatusExecuteCommon2) => {
|
|
|
484
484
|
|
|
485
485
|
// src/enums/status/accounts/EStatusAccountCanva.enum.ts
|
|
486
486
|
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
487
|
-
EStatusAccountCanva2["
|
|
488
|
-
EStatusAccountCanva2["
|
|
487
|
+
EStatusAccountCanva2["InActive"] = "InActive";
|
|
488
|
+
EStatusAccountCanva2["Active"] = "Active";
|
|
489
489
|
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
490
490
|
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
491
491
|
EStatusAccountCanva2["Error"] = "Error";
|
|
@@ -494,7 +494,7 @@ var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
|
494
494
|
|
|
495
495
|
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
496
496
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
497
|
-
EStatusAccountDrive2["
|
|
497
|
+
EStatusAccountDrive2["InActive"] = "InActive";
|
|
498
498
|
EStatusAccountDrive2["Installing"] = "Active";
|
|
499
499
|
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
500
500
|
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|
package/dist/index.mjs
CHANGED
|
@@ -460,8 +460,8 @@ var EStatusExecuteCommon = /* @__PURE__ */ ((EStatusExecuteCommon2) => {
|
|
|
460
460
|
|
|
461
461
|
// src/enums/status/accounts/EStatusAccountCanva.enum.ts
|
|
462
462
|
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
463
|
-
EStatusAccountCanva2["
|
|
464
|
-
EStatusAccountCanva2["
|
|
463
|
+
EStatusAccountCanva2["InActive"] = "InActive";
|
|
464
|
+
EStatusAccountCanva2["Active"] = "Active";
|
|
465
465
|
EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
|
|
466
466
|
EStatusAccountCanva2["Wrong2FA"] = "Wrong2FA";
|
|
467
467
|
EStatusAccountCanva2["Error"] = "Error";
|
|
@@ -470,7 +470,7 @@ var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
|
470
470
|
|
|
471
471
|
// src/enums/status/accounts/EStatusAccountDrive.enum.ts
|
|
472
472
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
473
|
-
EStatusAccountDrive2["
|
|
473
|
+
EStatusAccountDrive2["InActive"] = "InActive";
|
|
474
474
|
EStatusAccountDrive2["Installing"] = "Active";
|
|
475
475
|
EStatusAccountDrive2["WrongPassword"] = "WrongPassword";
|
|
476
476
|
EStatusAccountDrive2["Wrong2FA"] = "Wrong2FA";
|