automation-lib 6.6.82 → 6.6.84
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 +133 -138
- package/dist/index.d.ts +133 -138
- package/dist/index.js +30 -27
- package/dist/index.mjs +30 -27
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -353,6 +353,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
353
353
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
|
|
354
354
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
|
|
355
355
|
TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
|
|
356
|
+
REPORT_MANAGER: "report-manager",
|
|
356
357
|
PC_PHONE: "pc-phone",
|
|
357
358
|
PC_PHONE_LOG: "pc-phone-log",
|
|
358
359
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
@@ -2383,9 +2384,6 @@ __export(tool_exports, {
|
|
|
2383
2384
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2384
2385
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2385
2386
|
ERatioImage: () => ERatioImage,
|
|
2386
|
-
EReportManagerPriority: () => EReportManagerPriority,
|
|
2387
|
-
EReportManagerStatus: () => EReportManagerStatus,
|
|
2388
|
-
EReportManagerType: () => EReportManagerType,
|
|
2389
2387
|
EScreenResolution: () => EScreenResolution,
|
|
2390
2388
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2391
2389
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2952,30 +2950,6 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
2952
2950
|
return ESheetToolThreads2;
|
|
2953
2951
|
})(ESheetToolThreads || {});
|
|
2954
2952
|
|
|
2955
|
-
// src/interfaces/models/tool/tasks/report-manager/enum/EAllReportManager.enum.ts
|
|
2956
|
-
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
2957
|
-
EReportManagerType2["Bug"] = "bug";
|
|
2958
|
-
EReportManagerType2["Suggestion"] = "suggestion";
|
|
2959
|
-
EReportManagerType2["Feature"] = "feature";
|
|
2960
|
-
return EReportManagerType2;
|
|
2961
|
-
})(EReportManagerType || {});
|
|
2962
|
-
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
2963
|
-
EReportManagerPriority2["Critical"] = "critical";
|
|
2964
|
-
EReportManagerPriority2["High"] = "high";
|
|
2965
|
-
EReportManagerPriority2["Medium"] = "medium";
|
|
2966
|
-
EReportManagerPriority2["Low"] = "low";
|
|
2967
|
-
return EReportManagerPriority2;
|
|
2968
|
-
})(EReportManagerPriority || {});
|
|
2969
|
-
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
2970
|
-
EReportManagerStatus2["Draft"] = "draft";
|
|
2971
|
-
EReportManagerStatus2["Open"] = "open";
|
|
2972
|
-
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
2973
|
-
EReportManagerStatus2["Resolved"] = "resolved";
|
|
2974
|
-
EReportManagerStatus2["Closed"] = "closed";
|
|
2975
|
-
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2976
|
-
return EReportManagerStatus2;
|
|
2977
|
-
})(EReportManagerStatus || {});
|
|
2978
|
-
|
|
2979
2953
|
// src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
|
|
2980
2954
|
var ETaskStatus = /* @__PURE__ */ ((ETaskStatus2) => {
|
|
2981
2955
|
ETaskStatus2["Pending"] = "Pending";
|
|
@@ -3188,6 +3162,35 @@ var permission_exports = {};
|
|
|
3188
3162
|
|
|
3189
3163
|
// src/interfaces/models/workspace/index.ts
|
|
3190
3164
|
var workspace_exports = {};
|
|
3165
|
+
__export(workspace_exports, {
|
|
3166
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
3167
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
3168
|
+
EReportManagerType: () => EReportManagerType
|
|
3169
|
+
});
|
|
3170
|
+
|
|
3171
|
+
// src/interfaces/models/workspace/report-manager/enum/EAllReportManager.enum.ts
|
|
3172
|
+
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
3173
|
+
EReportManagerType2["Bug"] = "bug";
|
|
3174
|
+
EReportManagerType2["Suggestion"] = "suggestion";
|
|
3175
|
+
EReportManagerType2["Feature"] = "feature";
|
|
3176
|
+
return EReportManagerType2;
|
|
3177
|
+
})(EReportManagerType || {});
|
|
3178
|
+
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
3179
|
+
EReportManagerPriority2["Critical"] = "critical";
|
|
3180
|
+
EReportManagerPriority2["High"] = "high";
|
|
3181
|
+
EReportManagerPriority2["Medium"] = "medium";
|
|
3182
|
+
EReportManagerPriority2["Low"] = "low";
|
|
3183
|
+
return EReportManagerPriority2;
|
|
3184
|
+
})(EReportManagerPriority || {});
|
|
3185
|
+
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
3186
|
+
EReportManagerStatus2["Draft"] = "draft";
|
|
3187
|
+
EReportManagerStatus2["Open"] = "open";
|
|
3188
|
+
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
3189
|
+
EReportManagerStatus2["Resolved"] = "resolved";
|
|
3190
|
+
EReportManagerStatus2["Closed"] = "closed";
|
|
3191
|
+
EReportManagerStatus2["Rejected"] = "rejected";
|
|
3192
|
+
return EReportManagerStatus2;
|
|
3193
|
+
})(EReportManagerStatus || {});
|
|
3191
3194
|
|
|
3192
3195
|
// src/interfaces/common/index.ts
|
|
3193
3196
|
var common_exports2 = {};
|
package/dist/index.mjs
CHANGED
|
@@ -105,6 +105,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
105
105
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
|
|
106
106
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
|
|
107
107
|
TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
|
|
108
|
+
REPORT_MANAGER: "report-manager",
|
|
108
109
|
PC_PHONE: "pc-phone",
|
|
109
110
|
PC_PHONE_LOG: "pc-phone-log",
|
|
110
111
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
@@ -2135,9 +2136,6 @@ __export(tool_exports, {
|
|
|
2135
2136
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2136
2137
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2137
2138
|
ERatioImage: () => ERatioImage,
|
|
2138
|
-
EReportManagerPriority: () => EReportManagerPriority,
|
|
2139
|
-
EReportManagerStatus: () => EReportManagerStatus,
|
|
2140
|
-
EReportManagerType: () => EReportManagerType,
|
|
2141
2139
|
EScreenResolution: () => EScreenResolution,
|
|
2142
2140
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2143
2141
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2704,30 +2702,6 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
2704
2702
|
return ESheetToolThreads2;
|
|
2705
2703
|
})(ESheetToolThreads || {});
|
|
2706
2704
|
|
|
2707
|
-
// src/interfaces/models/tool/tasks/report-manager/enum/EAllReportManager.enum.ts
|
|
2708
|
-
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
2709
|
-
EReportManagerType2["Bug"] = "bug";
|
|
2710
|
-
EReportManagerType2["Suggestion"] = "suggestion";
|
|
2711
|
-
EReportManagerType2["Feature"] = "feature";
|
|
2712
|
-
return EReportManagerType2;
|
|
2713
|
-
})(EReportManagerType || {});
|
|
2714
|
-
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
2715
|
-
EReportManagerPriority2["Critical"] = "critical";
|
|
2716
|
-
EReportManagerPriority2["High"] = "high";
|
|
2717
|
-
EReportManagerPriority2["Medium"] = "medium";
|
|
2718
|
-
EReportManagerPriority2["Low"] = "low";
|
|
2719
|
-
return EReportManagerPriority2;
|
|
2720
|
-
})(EReportManagerPriority || {});
|
|
2721
|
-
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
2722
|
-
EReportManagerStatus2["Draft"] = "draft";
|
|
2723
|
-
EReportManagerStatus2["Open"] = "open";
|
|
2724
|
-
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
2725
|
-
EReportManagerStatus2["Resolved"] = "resolved";
|
|
2726
|
-
EReportManagerStatus2["Closed"] = "closed";
|
|
2727
|
-
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2728
|
-
return EReportManagerStatus2;
|
|
2729
|
-
})(EReportManagerStatus || {});
|
|
2730
|
-
|
|
2731
2705
|
// src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
|
|
2732
2706
|
var ETaskStatus = /* @__PURE__ */ ((ETaskStatus2) => {
|
|
2733
2707
|
ETaskStatus2["Pending"] = "Pending";
|
|
@@ -2940,6 +2914,35 @@ var permission_exports = {};
|
|
|
2940
2914
|
|
|
2941
2915
|
// src/interfaces/models/workspace/index.ts
|
|
2942
2916
|
var workspace_exports = {};
|
|
2917
|
+
__export(workspace_exports, {
|
|
2918
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
2919
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
2920
|
+
EReportManagerType: () => EReportManagerType
|
|
2921
|
+
});
|
|
2922
|
+
|
|
2923
|
+
// src/interfaces/models/workspace/report-manager/enum/EAllReportManager.enum.ts
|
|
2924
|
+
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
2925
|
+
EReportManagerType2["Bug"] = "bug";
|
|
2926
|
+
EReportManagerType2["Suggestion"] = "suggestion";
|
|
2927
|
+
EReportManagerType2["Feature"] = "feature";
|
|
2928
|
+
return EReportManagerType2;
|
|
2929
|
+
})(EReportManagerType || {});
|
|
2930
|
+
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
2931
|
+
EReportManagerPriority2["Critical"] = "critical";
|
|
2932
|
+
EReportManagerPriority2["High"] = "high";
|
|
2933
|
+
EReportManagerPriority2["Medium"] = "medium";
|
|
2934
|
+
EReportManagerPriority2["Low"] = "low";
|
|
2935
|
+
return EReportManagerPriority2;
|
|
2936
|
+
})(EReportManagerPriority || {});
|
|
2937
|
+
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
2938
|
+
EReportManagerStatus2["Draft"] = "draft";
|
|
2939
|
+
EReportManagerStatus2["Open"] = "open";
|
|
2940
|
+
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
2941
|
+
EReportManagerStatus2["Resolved"] = "resolved";
|
|
2942
|
+
EReportManagerStatus2["Closed"] = "closed";
|
|
2943
|
+
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2944
|
+
return EReportManagerStatus2;
|
|
2945
|
+
})(EReportManagerStatus || {});
|
|
2943
2946
|
|
|
2944
2947
|
// src/interfaces/common/index.ts
|
|
2945
2948
|
var common_exports2 = {};
|