automation-lib 6.6.83 → 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 +132 -138
- package/dist/index.d.ts +132 -138
- package/dist/index.js +29 -27
- package/dist/index.mjs +29 -27
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2384,9 +2384,6 @@ __export(tool_exports, {
|
|
|
2384
2384
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2385
2385
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2386
2386
|
ERatioImage: () => ERatioImage,
|
|
2387
|
-
EReportManagerPriority: () => EReportManagerPriority,
|
|
2388
|
-
EReportManagerStatus: () => EReportManagerStatus,
|
|
2389
|
-
EReportManagerType: () => EReportManagerType,
|
|
2390
2387
|
EScreenResolution: () => EScreenResolution,
|
|
2391
2388
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2392
2389
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2953,30 +2950,6 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
2953
2950
|
return ESheetToolThreads2;
|
|
2954
2951
|
})(ESheetToolThreads || {});
|
|
2955
2952
|
|
|
2956
|
-
// src/interfaces/models/tool/tasks/report-manager/enum/EAllReportManager.enum.ts
|
|
2957
|
-
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
2958
|
-
EReportManagerType2["Bug"] = "bug";
|
|
2959
|
-
EReportManagerType2["Suggestion"] = "suggestion";
|
|
2960
|
-
EReportManagerType2["Feature"] = "feature";
|
|
2961
|
-
return EReportManagerType2;
|
|
2962
|
-
})(EReportManagerType || {});
|
|
2963
|
-
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
2964
|
-
EReportManagerPriority2["Critical"] = "critical";
|
|
2965
|
-
EReportManagerPriority2["High"] = "high";
|
|
2966
|
-
EReportManagerPriority2["Medium"] = "medium";
|
|
2967
|
-
EReportManagerPriority2["Low"] = "low";
|
|
2968
|
-
return EReportManagerPriority2;
|
|
2969
|
-
})(EReportManagerPriority || {});
|
|
2970
|
-
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
2971
|
-
EReportManagerStatus2["Draft"] = "draft";
|
|
2972
|
-
EReportManagerStatus2["Open"] = "open";
|
|
2973
|
-
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
2974
|
-
EReportManagerStatus2["Resolved"] = "resolved";
|
|
2975
|
-
EReportManagerStatus2["Closed"] = "closed";
|
|
2976
|
-
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2977
|
-
return EReportManagerStatus2;
|
|
2978
|
-
})(EReportManagerStatus || {});
|
|
2979
|
-
|
|
2980
2953
|
// src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
|
|
2981
2954
|
var ETaskStatus = /* @__PURE__ */ ((ETaskStatus2) => {
|
|
2982
2955
|
ETaskStatus2["Pending"] = "Pending";
|
|
@@ -3189,6 +3162,35 @@ var permission_exports = {};
|
|
|
3189
3162
|
|
|
3190
3163
|
// src/interfaces/models/workspace/index.ts
|
|
3191
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 || {});
|
|
3192
3194
|
|
|
3193
3195
|
// src/interfaces/common/index.ts
|
|
3194
3196
|
var common_exports2 = {};
|
package/dist/index.mjs
CHANGED
|
@@ -2136,9 +2136,6 @@ __export(tool_exports, {
|
|
|
2136
2136
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2137
2137
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2138
2138
|
ERatioImage: () => ERatioImage,
|
|
2139
|
-
EReportManagerPriority: () => EReportManagerPriority,
|
|
2140
|
-
EReportManagerStatus: () => EReportManagerStatus,
|
|
2141
|
-
EReportManagerType: () => EReportManagerType,
|
|
2142
2139
|
EScreenResolution: () => EScreenResolution,
|
|
2143
2140
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2144
2141
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2705,30 +2702,6 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
2705
2702
|
return ESheetToolThreads2;
|
|
2706
2703
|
})(ESheetToolThreads || {});
|
|
2707
2704
|
|
|
2708
|
-
// src/interfaces/models/tool/tasks/report-manager/enum/EAllReportManager.enum.ts
|
|
2709
|
-
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
2710
|
-
EReportManagerType2["Bug"] = "bug";
|
|
2711
|
-
EReportManagerType2["Suggestion"] = "suggestion";
|
|
2712
|
-
EReportManagerType2["Feature"] = "feature";
|
|
2713
|
-
return EReportManagerType2;
|
|
2714
|
-
})(EReportManagerType || {});
|
|
2715
|
-
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
2716
|
-
EReportManagerPriority2["Critical"] = "critical";
|
|
2717
|
-
EReportManagerPriority2["High"] = "high";
|
|
2718
|
-
EReportManagerPriority2["Medium"] = "medium";
|
|
2719
|
-
EReportManagerPriority2["Low"] = "low";
|
|
2720
|
-
return EReportManagerPriority2;
|
|
2721
|
-
})(EReportManagerPriority || {});
|
|
2722
|
-
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
2723
|
-
EReportManagerStatus2["Draft"] = "draft";
|
|
2724
|
-
EReportManagerStatus2["Open"] = "open";
|
|
2725
|
-
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
2726
|
-
EReportManagerStatus2["Resolved"] = "resolved";
|
|
2727
|
-
EReportManagerStatus2["Closed"] = "closed";
|
|
2728
|
-
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2729
|
-
return EReportManagerStatus2;
|
|
2730
|
-
})(EReportManagerStatus || {});
|
|
2731
|
-
|
|
2732
2705
|
// src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
|
|
2733
2706
|
var ETaskStatus = /* @__PURE__ */ ((ETaskStatus2) => {
|
|
2734
2707
|
ETaskStatus2["Pending"] = "Pending";
|
|
@@ -2941,6 +2914,35 @@ var permission_exports = {};
|
|
|
2941
2914
|
|
|
2942
2915
|
// src/interfaces/models/workspace/index.ts
|
|
2943
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 || {});
|
|
2944
2946
|
|
|
2945
2947
|
// src/interfaces/common/index.ts
|
|
2946
2948
|
var common_exports2 = {};
|