automation-lib 6.6.319 → 6.6.322
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/commit.bat +5 -5
- package/dist/index.d.mts +70 -5
- package/dist/index.d.ts +70 -5
- package/dist/index.js +45 -0
- package/dist/index.mjs +41 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -56,6 +56,10 @@ __export(index_exports, {
|
|
|
56
56
|
EDeviceResetTime: () => EDeviceResetTime,
|
|
57
57
|
EEmailTagType: () => EEmailTagType,
|
|
58
58
|
EFile: () => EFile,
|
|
59
|
+
EFilterOptionAccountCHPlayICloud: () => EFilterOptionAccountCHPlayICloud,
|
|
60
|
+
EFilterOptionAccountCanva: () => EFilterOptionAccountCanva,
|
|
61
|
+
EFilterOptionAccountDrive: () => EFilterOptionAccountDrive,
|
|
62
|
+
EFilterOptionAccountVPN: () => EFilterOptionAccountVPN,
|
|
59
63
|
EGender: () => EGender,
|
|
60
64
|
EHaveData: () => EHaveData,
|
|
61
65
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
@@ -2187,6 +2191,10 @@ __export(models_exports, {
|
|
|
2187
2191
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
2188
2192
|
EBlogPostState: () => EBlogPostState,
|
|
2189
2193
|
EBlogPostStatus: () => EBlogPostStatus,
|
|
2194
|
+
EFilterOptionAccountCHPlayICloud: () => EFilterOptionAccountCHPlayICloud,
|
|
2195
|
+
EFilterOptionAccountCanva: () => EFilterOptionAccountCanva,
|
|
2196
|
+
EFilterOptionAccountDrive: () => EFilterOptionAccountDrive,
|
|
2197
|
+
EFilterOptionAccountVPN: () => EFilterOptionAccountVPN,
|
|
2190
2198
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
2191
2199
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2192
2200
|
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
@@ -2495,6 +2503,10 @@ __export(tool_exports, {
|
|
|
2495
2503
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
2496
2504
|
EBlogPostState: () => EBlogPostState,
|
|
2497
2505
|
EBlogPostStatus: () => EBlogPostStatus,
|
|
2506
|
+
EFilterOptionAccountCHPlayICloud: () => EFilterOptionAccountCHPlayICloud,
|
|
2507
|
+
EFilterOptionAccountCanva: () => EFilterOptionAccountCanva,
|
|
2508
|
+
EFilterOptionAccountDrive: () => EFilterOptionAccountDrive,
|
|
2509
|
+
EFilterOptionAccountVPN: () => EFilterOptionAccountVPN,
|
|
2498
2510
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
2499
2511
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2500
2512
|
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
@@ -2907,6 +2919,12 @@ var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
|
2907
2919
|
return EStatusAccountCanva2;
|
|
2908
2920
|
})(EStatusAccountCanva || {});
|
|
2909
2921
|
|
|
2922
|
+
// src/interfaces/models/tool/managers/account-canva/enum/EFilterOptionAccountCanva.enum.ts
|
|
2923
|
+
var EFilterOptionAccountCanva = /* @__PURE__ */ ((EFilterOptionAccountCanva2) => {
|
|
2924
|
+
EFilterOptionAccountCanva2["SheetName"] = "SheetName";
|
|
2925
|
+
return EFilterOptionAccountCanva2;
|
|
2926
|
+
})(EFilterOptionAccountCanva || {});
|
|
2927
|
+
|
|
2910
2928
|
// src/interfaces/models/tool/managers/account-chplay-icloud/enum/EStatusAccountCHPlayICloud.enum.ts
|
|
2911
2929
|
var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2) => {
|
|
2912
2930
|
EStatusAccountCHPlayICloud2["New"] = "New";
|
|
@@ -2920,6 +2938,12 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
|
|
|
2920
2938
|
return EStatusAccountCHPlayICloud2;
|
|
2921
2939
|
})(EStatusAccountCHPlayICloud || {});
|
|
2922
2940
|
|
|
2941
|
+
// src/interfaces/models/tool/managers/account-chplay-icloud/enum/EFilterOptionAccountCHPlayICloud.enum.ts
|
|
2942
|
+
var EFilterOptionAccountCHPlayICloud = /* @__PURE__ */ ((EFilterOptionAccountCHPlayICloud2) => {
|
|
2943
|
+
EFilterOptionAccountCHPlayICloud2["SheetName"] = "SheetName";
|
|
2944
|
+
return EFilterOptionAccountCHPlayICloud2;
|
|
2945
|
+
})(EFilterOptionAccountCHPlayICloud || {});
|
|
2946
|
+
|
|
2923
2947
|
// src/interfaces/models/tool/managers/account-drive/enum/EAccountDrive.enum.ts
|
|
2924
2948
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
2925
2949
|
EStatusAccountDrive2["New"] = "New";
|
|
@@ -2949,6 +2973,12 @@ var EAccountTypeUseDrive = /* @__PURE__ */ ((EAccountTypeUseDrive2) => {
|
|
|
2949
2973
|
return EAccountTypeUseDrive2;
|
|
2950
2974
|
})(EAccountTypeUseDrive || {});
|
|
2951
2975
|
|
|
2976
|
+
// src/interfaces/models/tool/managers/account-drive/enum/EFilterOptionAccountDrive.enum.ts
|
|
2977
|
+
var EFilterOptionAccountDrive = /* @__PURE__ */ ((EFilterOptionAccountDrive2) => {
|
|
2978
|
+
EFilterOptionAccountDrive2["SheetName"] = "SheetName";
|
|
2979
|
+
return EFilterOptionAccountDrive2;
|
|
2980
|
+
})(EFilterOptionAccountDrive || {});
|
|
2981
|
+
|
|
2952
2982
|
// src/interfaces/models/tool/managers/account-email/enum/EAccountEmail.enum.ts
|
|
2953
2983
|
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
2954
2984
|
EStatusEmail2["New"] = "New";
|
|
@@ -2995,6 +3025,13 @@ var ETypePaymentAccountVPN = /* @__PURE__ */ ((ETypePaymentAccountVPN2) => {
|
|
|
2995
3025
|
return ETypePaymentAccountVPN2;
|
|
2996
3026
|
})(ETypePaymentAccountVPN || {});
|
|
2997
3027
|
|
|
3028
|
+
// src/interfaces/models/tool/managers/account-vpn/enum/EFilterOptionAccountVPN.enum.ts
|
|
3029
|
+
var EFilterOptionAccountVPN = /* @__PURE__ */ ((EFilterOptionAccountVPN2) => {
|
|
3030
|
+
EFilterOptionAccountVPN2["Country"] = "Country";
|
|
3031
|
+
EFilterOptionAccountVPN2["SheetName"] = "SheetName";
|
|
3032
|
+
return EFilterOptionAccountVPN2;
|
|
3033
|
+
})(EFilterOptionAccountVPN || {});
|
|
3034
|
+
|
|
2998
3035
|
// src/interfaces/models/tool/managers/account-vps/enum/EVPS.enum.ts
|
|
2999
3036
|
var EVPSStatus = /* @__PURE__ */ ((EVPSStatus2) => {
|
|
3000
3037
|
EVPSStatus2["New"] = "New";
|
|
@@ -3442,6 +3479,10 @@ __export(interfaces_exports, {
|
|
|
3442
3479
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
3443
3480
|
EBlogPostState: () => EBlogPostState,
|
|
3444
3481
|
EBlogPostStatus: () => EBlogPostStatus,
|
|
3482
|
+
EFilterOptionAccountCHPlayICloud: () => EFilterOptionAccountCHPlayICloud,
|
|
3483
|
+
EFilterOptionAccountCanva: () => EFilterOptionAccountCanva,
|
|
3484
|
+
EFilterOptionAccountDrive: () => EFilterOptionAccountDrive,
|
|
3485
|
+
EFilterOptionAccountVPN: () => EFilterOptionAccountVPN,
|
|
3445
3486
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
3446
3487
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
3447
3488
|
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
@@ -3583,6 +3624,10 @@ __export(interfaces_exports, {
|
|
|
3583
3624
|
EDeviceResetTime,
|
|
3584
3625
|
EEmailTagType,
|
|
3585
3626
|
EFile,
|
|
3627
|
+
EFilterOptionAccountCHPlayICloud,
|
|
3628
|
+
EFilterOptionAccountCanva,
|
|
3629
|
+
EFilterOptionAccountDrive,
|
|
3630
|
+
EFilterOptionAccountVPN,
|
|
3586
3631
|
EGender,
|
|
3587
3632
|
EHaveData,
|
|
3588
3633
|
EHistorySyncSheetPostStatus,
|
package/dist/index.mjs
CHANGED
|
@@ -1926,6 +1926,10 @@ __export(models_exports, {
|
|
|
1926
1926
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
1927
1927
|
EBlogPostState: () => EBlogPostState,
|
|
1928
1928
|
EBlogPostStatus: () => EBlogPostStatus,
|
|
1929
|
+
EFilterOptionAccountCHPlayICloud: () => EFilterOptionAccountCHPlayICloud,
|
|
1930
|
+
EFilterOptionAccountCanva: () => EFilterOptionAccountCanva,
|
|
1931
|
+
EFilterOptionAccountDrive: () => EFilterOptionAccountDrive,
|
|
1932
|
+
EFilterOptionAccountVPN: () => EFilterOptionAccountVPN,
|
|
1929
1933
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
1930
1934
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1931
1935
|
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
@@ -2234,6 +2238,10 @@ __export(tool_exports, {
|
|
|
2234
2238
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
2235
2239
|
EBlogPostState: () => EBlogPostState,
|
|
2236
2240
|
EBlogPostStatus: () => EBlogPostStatus,
|
|
2241
|
+
EFilterOptionAccountCHPlayICloud: () => EFilterOptionAccountCHPlayICloud,
|
|
2242
|
+
EFilterOptionAccountCanva: () => EFilterOptionAccountCanva,
|
|
2243
|
+
EFilterOptionAccountDrive: () => EFilterOptionAccountDrive,
|
|
2244
|
+
EFilterOptionAccountVPN: () => EFilterOptionAccountVPN,
|
|
2237
2245
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
2238
2246
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2239
2247
|
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
@@ -2646,6 +2654,12 @@ var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
|
2646
2654
|
return EStatusAccountCanva2;
|
|
2647
2655
|
})(EStatusAccountCanva || {});
|
|
2648
2656
|
|
|
2657
|
+
// src/interfaces/models/tool/managers/account-canva/enum/EFilterOptionAccountCanva.enum.ts
|
|
2658
|
+
var EFilterOptionAccountCanva = /* @__PURE__ */ ((EFilterOptionAccountCanva2) => {
|
|
2659
|
+
EFilterOptionAccountCanva2["SheetName"] = "SheetName";
|
|
2660
|
+
return EFilterOptionAccountCanva2;
|
|
2661
|
+
})(EFilterOptionAccountCanva || {});
|
|
2662
|
+
|
|
2649
2663
|
// src/interfaces/models/tool/managers/account-chplay-icloud/enum/EStatusAccountCHPlayICloud.enum.ts
|
|
2650
2664
|
var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2) => {
|
|
2651
2665
|
EStatusAccountCHPlayICloud2["New"] = "New";
|
|
@@ -2659,6 +2673,12 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
|
|
|
2659
2673
|
return EStatusAccountCHPlayICloud2;
|
|
2660
2674
|
})(EStatusAccountCHPlayICloud || {});
|
|
2661
2675
|
|
|
2676
|
+
// src/interfaces/models/tool/managers/account-chplay-icloud/enum/EFilterOptionAccountCHPlayICloud.enum.ts
|
|
2677
|
+
var EFilterOptionAccountCHPlayICloud = /* @__PURE__ */ ((EFilterOptionAccountCHPlayICloud2) => {
|
|
2678
|
+
EFilterOptionAccountCHPlayICloud2["SheetName"] = "SheetName";
|
|
2679
|
+
return EFilterOptionAccountCHPlayICloud2;
|
|
2680
|
+
})(EFilterOptionAccountCHPlayICloud || {});
|
|
2681
|
+
|
|
2662
2682
|
// src/interfaces/models/tool/managers/account-drive/enum/EAccountDrive.enum.ts
|
|
2663
2683
|
var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
|
|
2664
2684
|
EStatusAccountDrive2["New"] = "New";
|
|
@@ -2688,6 +2708,12 @@ var EAccountTypeUseDrive = /* @__PURE__ */ ((EAccountTypeUseDrive2) => {
|
|
|
2688
2708
|
return EAccountTypeUseDrive2;
|
|
2689
2709
|
})(EAccountTypeUseDrive || {});
|
|
2690
2710
|
|
|
2711
|
+
// src/interfaces/models/tool/managers/account-drive/enum/EFilterOptionAccountDrive.enum.ts
|
|
2712
|
+
var EFilterOptionAccountDrive = /* @__PURE__ */ ((EFilterOptionAccountDrive2) => {
|
|
2713
|
+
EFilterOptionAccountDrive2["SheetName"] = "SheetName";
|
|
2714
|
+
return EFilterOptionAccountDrive2;
|
|
2715
|
+
})(EFilterOptionAccountDrive || {});
|
|
2716
|
+
|
|
2691
2717
|
// src/interfaces/models/tool/managers/account-email/enum/EAccountEmail.enum.ts
|
|
2692
2718
|
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
2693
2719
|
EStatusEmail2["New"] = "New";
|
|
@@ -2734,6 +2760,13 @@ var ETypePaymentAccountVPN = /* @__PURE__ */ ((ETypePaymentAccountVPN2) => {
|
|
|
2734
2760
|
return ETypePaymentAccountVPN2;
|
|
2735
2761
|
})(ETypePaymentAccountVPN || {});
|
|
2736
2762
|
|
|
2763
|
+
// src/interfaces/models/tool/managers/account-vpn/enum/EFilterOptionAccountVPN.enum.ts
|
|
2764
|
+
var EFilterOptionAccountVPN = /* @__PURE__ */ ((EFilterOptionAccountVPN2) => {
|
|
2765
|
+
EFilterOptionAccountVPN2["Country"] = "Country";
|
|
2766
|
+
EFilterOptionAccountVPN2["SheetName"] = "SheetName";
|
|
2767
|
+
return EFilterOptionAccountVPN2;
|
|
2768
|
+
})(EFilterOptionAccountVPN || {});
|
|
2769
|
+
|
|
2737
2770
|
// src/interfaces/models/tool/managers/account-vps/enum/EVPS.enum.ts
|
|
2738
2771
|
var EVPSStatus = /* @__PURE__ */ ((EVPSStatus2) => {
|
|
2739
2772
|
EVPSStatus2["New"] = "New";
|
|
@@ -3181,6 +3214,10 @@ __export(interfaces_exports, {
|
|
|
3181
3214
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
3182
3215
|
EBlogPostState: () => EBlogPostState,
|
|
3183
3216
|
EBlogPostStatus: () => EBlogPostStatus,
|
|
3217
|
+
EFilterOptionAccountCHPlayICloud: () => EFilterOptionAccountCHPlayICloud,
|
|
3218
|
+
EFilterOptionAccountCanva: () => EFilterOptionAccountCanva,
|
|
3219
|
+
EFilterOptionAccountDrive: () => EFilterOptionAccountDrive,
|
|
3220
|
+
EFilterOptionAccountVPN: () => EFilterOptionAccountVPN,
|
|
3184
3221
|
EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
|
|
3185
3222
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
3186
3223
|
EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
|
|
@@ -3321,6 +3358,10 @@ export {
|
|
|
3321
3358
|
EDeviceResetTime,
|
|
3322
3359
|
EEmailTagType,
|
|
3323
3360
|
EFile,
|
|
3361
|
+
EFilterOptionAccountCHPlayICloud,
|
|
3362
|
+
EFilterOptionAccountCanva,
|
|
3363
|
+
EFilterOptionAccountDrive,
|
|
3364
|
+
EFilterOptionAccountVPN,
|
|
3324
3365
|
EGender,
|
|
3325
3366
|
EHaveData,
|
|
3326
3367
|
EHistorySyncSheetPostStatus,
|