automation-lib 6.6.84 → 6.6.85
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 +19 -7
- package/dist/index.d.ts +19 -7
- package/dist/index.js +13 -1
- package/dist/index.mjs +12 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -206,6 +206,7 @@ __export(index_exports, {
|
|
|
206
206
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
207
207
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
208
208
|
ETypeExport: () => ETypeExport,
|
|
209
|
+
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
209
210
|
ETypeGenerate: () => ETypeGenerate,
|
|
210
211
|
ETypeImportExport: () => ETypeImportExport,
|
|
211
212
|
ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
|
|
@@ -2147,6 +2148,7 @@ __export(models_exports, {
|
|
|
2147
2148
|
ETypeAccountThreadsSetting: () => ETypeAccountThreadsSetting,
|
|
2148
2149
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
2149
2150
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
2151
|
+
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
2150
2152
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
2151
2153
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
2152
2154
|
EVPSCore: () => EVPSCore,
|
|
@@ -3165,7 +3167,8 @@ var workspace_exports = {};
|
|
|
3165
3167
|
__export(workspace_exports, {
|
|
3166
3168
|
EReportManagerPriority: () => EReportManagerPriority,
|
|
3167
3169
|
EReportManagerStatus: () => EReportManagerStatus,
|
|
3168
|
-
EReportManagerType: () => EReportManagerType
|
|
3170
|
+
EReportManagerType: () => EReportManagerType,
|
|
3171
|
+
ETypeFileReportManager: () => ETypeFileReportManager
|
|
3169
3172
|
});
|
|
3170
3173
|
|
|
3171
3174
|
// src/interfaces/models/workspace/report-manager/enum/EAllReportManager.enum.ts
|
|
@@ -3191,6 +3194,13 @@ var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
|
3191
3194
|
EReportManagerStatus2["Rejected"] = "rejected";
|
|
3192
3195
|
return EReportManagerStatus2;
|
|
3193
3196
|
})(EReportManagerStatus || {});
|
|
3197
|
+
var ETypeFileReportManager = /* @__PURE__ */ ((ETypeFileReportManager2) => {
|
|
3198
|
+
ETypeFileReportManager2["Image"] = "Image";
|
|
3199
|
+
ETypeFileReportManager2["Video"] = "Video";
|
|
3200
|
+
ETypeFileReportManager2["Pdf"] = "Pdf";
|
|
3201
|
+
ETypeFileReportManager2["Doc"] = "Doc";
|
|
3202
|
+
return ETypeFileReportManager2;
|
|
3203
|
+
})(ETypeFileReportManager || {});
|
|
3194
3204
|
|
|
3195
3205
|
// src/interfaces/common/index.ts
|
|
3196
3206
|
var common_exports2 = {};
|
|
@@ -3291,6 +3301,7 @@ __export(interfaces_exports, {
|
|
|
3291
3301
|
ETypeAccountThreadsSetting: () => ETypeAccountThreadsSetting,
|
|
3292
3302
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
3293
3303
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
3304
|
+
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
3294
3305
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
3295
3306
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
3296
3307
|
EVPSCore: () => EVPSCore,
|
|
@@ -3497,6 +3508,7 @@ __export(interfaces_exports, {
|
|
|
3497
3508
|
ETypeEmailChangeInfo,
|
|
3498
3509
|
ETypeEmailManager,
|
|
3499
3510
|
ETypeExport,
|
|
3511
|
+
ETypeFileReportManager,
|
|
3500
3512
|
ETypeGenerate,
|
|
3501
3513
|
ETypeImportExport,
|
|
3502
3514
|
ETypeManagerWorkClassify,
|
package/dist/index.mjs
CHANGED
|
@@ -1899,6 +1899,7 @@ __export(models_exports, {
|
|
|
1899
1899
|
ETypeAccountThreadsSetting: () => ETypeAccountThreadsSetting,
|
|
1900
1900
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
1901
1901
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
1902
|
+
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
1902
1903
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
1903
1904
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
1904
1905
|
EVPSCore: () => EVPSCore,
|
|
@@ -2917,7 +2918,8 @@ var workspace_exports = {};
|
|
|
2917
2918
|
__export(workspace_exports, {
|
|
2918
2919
|
EReportManagerPriority: () => EReportManagerPriority,
|
|
2919
2920
|
EReportManagerStatus: () => EReportManagerStatus,
|
|
2920
|
-
EReportManagerType: () => EReportManagerType
|
|
2921
|
+
EReportManagerType: () => EReportManagerType,
|
|
2922
|
+
ETypeFileReportManager: () => ETypeFileReportManager
|
|
2921
2923
|
});
|
|
2922
2924
|
|
|
2923
2925
|
// src/interfaces/models/workspace/report-manager/enum/EAllReportManager.enum.ts
|
|
@@ -2943,6 +2945,13 @@ var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
|
2943
2945
|
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2944
2946
|
return EReportManagerStatus2;
|
|
2945
2947
|
})(EReportManagerStatus || {});
|
|
2948
|
+
var ETypeFileReportManager = /* @__PURE__ */ ((ETypeFileReportManager2) => {
|
|
2949
|
+
ETypeFileReportManager2["Image"] = "Image";
|
|
2950
|
+
ETypeFileReportManager2["Video"] = "Video";
|
|
2951
|
+
ETypeFileReportManager2["Pdf"] = "Pdf";
|
|
2952
|
+
ETypeFileReportManager2["Doc"] = "Doc";
|
|
2953
|
+
return ETypeFileReportManager2;
|
|
2954
|
+
})(ETypeFileReportManager || {});
|
|
2946
2955
|
|
|
2947
2956
|
// src/interfaces/common/index.ts
|
|
2948
2957
|
var common_exports2 = {};
|
|
@@ -3043,6 +3052,7 @@ __export(interfaces_exports, {
|
|
|
3043
3052
|
ETypeAccountThreadsSetting: () => ETypeAccountThreadsSetting,
|
|
3044
3053
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
3045
3054
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
3055
|
+
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
3046
3056
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
3047
3057
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
3048
3058
|
EVPSCore: () => EVPSCore,
|
|
@@ -3248,6 +3258,7 @@ export {
|
|
|
3248
3258
|
ETypeEmailChangeInfo,
|
|
3249
3259
|
ETypeEmailManager,
|
|
3250
3260
|
ETypeExport,
|
|
3261
|
+
ETypeFileReportManager,
|
|
3251
3262
|
ETypeGenerate,
|
|
3252
3263
|
ETypeImportExport,
|
|
3253
3264
|
ETypeManagerWorkClassify,
|