automation-lib 6.6.151 → 6.6.152
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 +26 -4
- package/dist/index.d.ts +26 -4
- package/dist/index.js +11 -1
- package/dist/index.mjs +10 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -216,6 +216,7 @@ __export(index_exports, {
|
|
|
216
216
|
ETypeImportExport: () => ETypeImportExport,
|
|
217
217
|
ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
|
|
218
218
|
ETypeManagerWorkType: () => ETypeManagerWorkType,
|
|
219
|
+
ETypeNotificationReportManager: () => ETypeNotificationReportManager,
|
|
219
220
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
220
221
|
ETypePcOS: () => ETypePcOS,
|
|
221
222
|
ETypePin: () => ETypePin,
|
|
@@ -2163,6 +2164,7 @@ __export(models_exports, {
|
|
|
2163
2164
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
2164
2165
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
2165
2166
|
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
2167
|
+
ETypeNotificationReportManager: () => ETypeNotificationReportManager,
|
|
2166
2168
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
2167
2169
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
2168
2170
|
EVPSCore: () => EVPSCore,
|
|
@@ -3207,7 +3209,8 @@ __export(workspace_exports, {
|
|
|
3207
3209
|
EReportManagerPriority: () => EReportManagerPriority,
|
|
3208
3210
|
EReportManagerStatus: () => EReportManagerStatus,
|
|
3209
3211
|
EReportManagerType: () => EReportManagerType,
|
|
3210
|
-
ETypeFileReportManager: () => ETypeFileReportManager
|
|
3212
|
+
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
3213
|
+
ETypeNotificationReportManager: () => ETypeNotificationReportManager
|
|
3211
3214
|
});
|
|
3212
3215
|
|
|
3213
3216
|
// src/interfaces/models/workspace/report-manager/enum/EAllReportManager.enum.ts
|
|
@@ -3254,6 +3257,11 @@ var ENotificationStatusReportManagerAssign = /* @__PURE__ */ ((ENotificationStat
|
|
|
3254
3257
|
ENotificationStatusReportManagerAssign2["Unread"] = "Unread";
|
|
3255
3258
|
return ENotificationStatusReportManagerAssign2;
|
|
3256
3259
|
})(ENotificationStatusReportManagerAssign || {});
|
|
3260
|
+
var ETypeNotificationReportManager = /* @__PURE__ */ ((ETypeNotificationReportManager2) => {
|
|
3261
|
+
ETypeNotificationReportManager2["AssignAndReadReport"] = "AssignAndReadReport";
|
|
3262
|
+
ETypeNotificationReportManager2["Comment"] = "Comment";
|
|
3263
|
+
return ETypeNotificationReportManager2;
|
|
3264
|
+
})(ETypeNotificationReportManager || {});
|
|
3257
3265
|
|
|
3258
3266
|
// src/interfaces/common/index.ts
|
|
3259
3267
|
var common_exports2 = {};
|
|
@@ -3360,6 +3368,7 @@ __export(interfaces_exports, {
|
|
|
3360
3368
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
3361
3369
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
3362
3370
|
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
3371
|
+
ETypeNotificationReportManager: () => ETypeNotificationReportManager,
|
|
3363
3372
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
3364
3373
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
3365
3374
|
EVPSCore: () => EVPSCore,
|
|
@@ -3576,6 +3585,7 @@ __export(interfaces_exports, {
|
|
|
3576
3585
|
ETypeImportExport,
|
|
3577
3586
|
ETypeManagerWorkClassify,
|
|
3578
3587
|
ETypeManagerWorkType,
|
|
3588
|
+
ETypeNotificationReportManager,
|
|
3579
3589
|
ETypePaymentAccountVPN,
|
|
3580
3590
|
ETypePcOS,
|
|
3581
3591
|
ETypePin,
|
package/dist/index.mjs
CHANGED
|
@@ -1909,6 +1909,7 @@ __export(models_exports, {
|
|
|
1909
1909
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
1910
1910
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
1911
1911
|
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
1912
|
+
ETypeNotificationReportManager: () => ETypeNotificationReportManager,
|
|
1912
1913
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
1913
1914
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
1914
1915
|
EVPSCore: () => EVPSCore,
|
|
@@ -2953,7 +2954,8 @@ __export(workspace_exports, {
|
|
|
2953
2954
|
EReportManagerPriority: () => EReportManagerPriority,
|
|
2954
2955
|
EReportManagerStatus: () => EReportManagerStatus,
|
|
2955
2956
|
EReportManagerType: () => EReportManagerType,
|
|
2956
|
-
ETypeFileReportManager: () => ETypeFileReportManager
|
|
2957
|
+
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
2958
|
+
ETypeNotificationReportManager: () => ETypeNotificationReportManager
|
|
2957
2959
|
});
|
|
2958
2960
|
|
|
2959
2961
|
// src/interfaces/models/workspace/report-manager/enum/EAllReportManager.enum.ts
|
|
@@ -3000,6 +3002,11 @@ var ENotificationStatusReportManagerAssign = /* @__PURE__ */ ((ENotificationStat
|
|
|
3000
3002
|
ENotificationStatusReportManagerAssign2["Unread"] = "Unread";
|
|
3001
3003
|
return ENotificationStatusReportManagerAssign2;
|
|
3002
3004
|
})(ENotificationStatusReportManagerAssign || {});
|
|
3005
|
+
var ETypeNotificationReportManager = /* @__PURE__ */ ((ETypeNotificationReportManager2) => {
|
|
3006
|
+
ETypeNotificationReportManager2["AssignAndReadReport"] = "AssignAndReadReport";
|
|
3007
|
+
ETypeNotificationReportManager2["Comment"] = "Comment";
|
|
3008
|
+
return ETypeNotificationReportManager2;
|
|
3009
|
+
})(ETypeNotificationReportManager || {});
|
|
3003
3010
|
|
|
3004
3011
|
// src/interfaces/common/index.ts
|
|
3005
3012
|
var common_exports2 = {};
|
|
@@ -3106,6 +3113,7 @@ __export(interfaces_exports, {
|
|
|
3106
3113
|
ETypeEmailChangeInfo: () => ETypeEmailChangeInfo,
|
|
3107
3114
|
ETypeEmailManager: () => ETypeEmailManager,
|
|
3108
3115
|
ETypeFileReportManager: () => ETypeFileReportManager,
|
|
3116
|
+
ETypeNotificationReportManager: () => ETypeNotificationReportManager,
|
|
3109
3117
|
ETypePaymentAccountVPN: () => ETypePaymentAccountVPN,
|
|
3110
3118
|
ETypeSettingInstagram: () => ETypeSettingInstagram,
|
|
3111
3119
|
EVPSCore: () => EVPSCore,
|
|
@@ -3321,6 +3329,7 @@ export {
|
|
|
3321
3329
|
ETypeImportExport,
|
|
3322
3330
|
ETypeManagerWorkClassify,
|
|
3323
3331
|
ETypeManagerWorkType,
|
|
3332
|
+
ETypeNotificationReportManager,
|
|
3324
3333
|
ETypePaymentAccountVPN,
|
|
3325
3334
|
ETypePcOS,
|
|
3326
3335
|
ETypePin,
|