automation-lib 6.6.76 → 6.6.79
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 +175 -48
- package/dist/index.d.ts +175 -48
- package/dist/index.js +50 -0
- package/dist/index.mjs +46 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -89,6 +89,9 @@ __export(index_exports, {
|
|
|
89
89
|
EPriority: () => EPriority,
|
|
90
90
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
91
91
|
ERatioImage: () => ERatioImage,
|
|
92
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
93
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
94
|
+
EReportManagerType: () => EReportManagerType,
|
|
92
95
|
EScreenResolution: () => EScreenResolution,
|
|
93
96
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
94
97
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -138,6 +141,7 @@ __export(index_exports, {
|
|
|
138
141
|
EStatusGenerate: () => EStatusGenerate,
|
|
139
142
|
EStatusImapApp: () => EStatusImapApp,
|
|
140
143
|
EStatusImportAccountSocial: () => EStatusImportAccountSocial,
|
|
144
|
+
EStatusImportEmailManager: () => EStatusImportEmailManager,
|
|
141
145
|
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
142
146
|
EStatusLark: () => EStatusLark,
|
|
143
147
|
EStatusMailWork: () => EStatusMailWork,
|
|
@@ -2083,6 +2087,9 @@ __export(models_exports, {
|
|
|
2083
2087
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2084
2088
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2085
2089
|
ERatioImage: () => ERatioImage,
|
|
2090
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
2091
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
2092
|
+
EReportManagerType: () => EReportManagerType,
|
|
2086
2093
|
EScreenResolution: () => EScreenResolution,
|
|
2087
2094
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2088
2095
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2100,6 +2107,7 @@ __export(models_exports, {
|
|
|
2100
2107
|
EStatusEmailManager: () => EStatusEmailManager,
|
|
2101
2108
|
EStatusEmailManagerChangeInfo: () => EStatusEmailManagerChangeInfo,
|
|
2102
2109
|
EStatusImapApp: () => EStatusImapApp,
|
|
2110
|
+
EStatusImportEmailManager: () => EStatusImportEmailManager,
|
|
2103
2111
|
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2104
2112
|
EStatusNode: () => EStatusNode,
|
|
2105
2113
|
EStatusProfileEmailManager: () => EStatusProfileEmailManager,
|
|
@@ -2374,6 +2382,9 @@ __export(tool_exports, {
|
|
|
2374
2382
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2375
2383
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2376
2384
|
ERatioImage: () => ERatioImage,
|
|
2385
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
2386
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
2387
|
+
EReportManagerType: () => EReportManagerType,
|
|
2377
2388
|
EScreenResolution: () => EScreenResolution,
|
|
2378
2389
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2379
2390
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2391,6 +2402,7 @@ __export(tool_exports, {
|
|
|
2391
2402
|
EStatusEmailManager: () => EStatusEmailManager,
|
|
2392
2403
|
EStatusEmailManagerChangeInfo: () => EStatusEmailManagerChangeInfo,
|
|
2393
2404
|
EStatusImapApp: () => EStatusImapApp,
|
|
2405
|
+
EStatusImportEmailManager: () => EStatusImportEmailManager,
|
|
2394
2406
|
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2395
2407
|
EStatusNode: () => EStatusNode,
|
|
2396
2408
|
EStatusProfileEmailManager: () => EStatusProfileEmailManager,
|
|
@@ -2513,6 +2525,12 @@ var EStatusImapApp = /* @__PURE__ */ ((EStatusImapApp2) => {
|
|
|
2513
2525
|
EStatusImapApp2["Error"] = "Error";
|
|
2514
2526
|
return EStatusImapApp2;
|
|
2515
2527
|
})(EStatusImapApp || {});
|
|
2528
|
+
var EStatusImportEmailManager = /* @__PURE__ */ ((EStatusImportEmailManager2) => {
|
|
2529
|
+
EStatusImportEmailManager2["Valid"] = "Valid";
|
|
2530
|
+
EStatusImportEmailManager2["Error"] = "Error";
|
|
2531
|
+
EStatusImportEmailManager2["Duplicate"] = "Duplicate";
|
|
2532
|
+
return EStatusImportEmailManager2;
|
|
2533
|
+
})(EStatusImportEmailManager || {});
|
|
2516
2534
|
|
|
2517
2535
|
// src/interfaces/models/tool/manager-image-ai/instagram/enum/EManagerImageAI.enum.ts
|
|
2518
2536
|
var EManagerImageAIInstagramModel = /* @__PURE__ */ ((EManagerImageAIInstagramModel2) => {
|
|
@@ -2933,6 +2951,30 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
2933
2951
|
return ESheetToolThreads2;
|
|
2934
2952
|
})(ESheetToolThreads || {});
|
|
2935
2953
|
|
|
2954
|
+
// src/interfaces/models/tool/tasks/report-manager/enum/EAllReportManager.enum.ts
|
|
2955
|
+
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
2956
|
+
EReportManagerType2["Bug"] = "bug";
|
|
2957
|
+
EReportManagerType2["Suggestion"] = "suggestion";
|
|
2958
|
+
EReportManagerType2["Feature"] = "feature";
|
|
2959
|
+
return EReportManagerType2;
|
|
2960
|
+
})(EReportManagerType || {});
|
|
2961
|
+
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
2962
|
+
EReportManagerPriority2["Critical"] = "critical";
|
|
2963
|
+
EReportManagerPriority2["High"] = "high";
|
|
2964
|
+
EReportManagerPriority2["Medium"] = "medium";
|
|
2965
|
+
EReportManagerPriority2["Low"] = "low";
|
|
2966
|
+
return EReportManagerPriority2;
|
|
2967
|
+
})(EReportManagerPriority || {});
|
|
2968
|
+
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
2969
|
+
EReportManagerStatus2["Draft"] = "draft";
|
|
2970
|
+
EReportManagerStatus2["Open"] = "open";
|
|
2971
|
+
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
2972
|
+
EReportManagerStatus2["Resolved"] = "resolved";
|
|
2973
|
+
EReportManagerStatus2["Closed"] = "closed";
|
|
2974
|
+
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2975
|
+
return EReportManagerStatus2;
|
|
2976
|
+
})(EReportManagerStatus || {});
|
|
2977
|
+
|
|
2936
2978
|
// src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
|
|
2937
2979
|
var ETaskStatus = /* @__PURE__ */ ((ETaskStatus2) => {
|
|
2938
2980
|
ETaskStatus2["Pending"] = "Pending";
|
|
@@ -3187,6 +3229,9 @@ __export(interfaces_exports, {
|
|
|
3187
3229
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
3188
3230
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
3189
3231
|
ERatioImage: () => ERatioImage,
|
|
3232
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
3233
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
3234
|
+
EReportManagerType: () => EReportManagerType,
|
|
3190
3235
|
EScreenResolution: () => EScreenResolution,
|
|
3191
3236
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
3192
3237
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -3204,6 +3249,7 @@ __export(interfaces_exports, {
|
|
|
3204
3249
|
EStatusEmailManager: () => EStatusEmailManager,
|
|
3205
3250
|
EStatusEmailManagerChangeInfo: () => EStatusEmailManagerChangeInfo,
|
|
3206
3251
|
EStatusImapApp: () => EStatusImapApp,
|
|
3252
|
+
EStatusImportEmailManager: () => EStatusImportEmailManager,
|
|
3207
3253
|
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
3208
3254
|
EStatusNode: () => EStatusNode,
|
|
3209
3255
|
EStatusProfileEmailManager: () => EStatusProfileEmailManager,
|
|
@@ -3330,6 +3376,9 @@ __export(interfaces_exports, {
|
|
|
3330
3376
|
EPriority,
|
|
3331
3377
|
EProcessingEmailManager,
|
|
3332
3378
|
ERatioImage,
|
|
3379
|
+
EReportManagerPriority,
|
|
3380
|
+
EReportManagerStatus,
|
|
3381
|
+
EReportManagerType,
|
|
3333
3382
|
EScreenResolution,
|
|
3334
3383
|
ESheetToolInstagram,
|
|
3335
3384
|
ESheetToolStatusImport,
|
|
@@ -3379,6 +3428,7 @@ __export(interfaces_exports, {
|
|
|
3379
3428
|
EStatusGenerate,
|
|
3380
3429
|
EStatusImapApp,
|
|
3381
3430
|
EStatusImportAccountSocial,
|
|
3431
|
+
EStatusImportEmailManager,
|
|
3382
3432
|
EStatusInstagramImageLog,
|
|
3383
3433
|
EStatusLark,
|
|
3384
3434
|
EStatusMailWork,
|
package/dist/index.mjs
CHANGED
|
@@ -1839,6 +1839,9 @@ __export(models_exports, {
|
|
|
1839
1839
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
1840
1840
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
1841
1841
|
ERatioImage: () => ERatioImage,
|
|
1842
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
1843
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
1844
|
+
EReportManagerType: () => EReportManagerType,
|
|
1842
1845
|
EScreenResolution: () => EScreenResolution,
|
|
1843
1846
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
1844
1847
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -1856,6 +1859,7 @@ __export(models_exports, {
|
|
|
1856
1859
|
EStatusEmailManager: () => EStatusEmailManager,
|
|
1857
1860
|
EStatusEmailManagerChangeInfo: () => EStatusEmailManagerChangeInfo,
|
|
1858
1861
|
EStatusImapApp: () => EStatusImapApp,
|
|
1862
|
+
EStatusImportEmailManager: () => EStatusImportEmailManager,
|
|
1859
1863
|
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
1860
1864
|
EStatusNode: () => EStatusNode,
|
|
1861
1865
|
EStatusProfileEmailManager: () => EStatusProfileEmailManager,
|
|
@@ -2130,6 +2134,9 @@ __export(tool_exports, {
|
|
|
2130
2134
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2131
2135
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2132
2136
|
ERatioImage: () => ERatioImage,
|
|
2137
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
2138
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
2139
|
+
EReportManagerType: () => EReportManagerType,
|
|
2133
2140
|
EScreenResolution: () => EScreenResolution,
|
|
2134
2141
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2135
2142
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2147,6 +2154,7 @@ __export(tool_exports, {
|
|
|
2147
2154
|
EStatusEmailManager: () => EStatusEmailManager,
|
|
2148
2155
|
EStatusEmailManagerChangeInfo: () => EStatusEmailManagerChangeInfo,
|
|
2149
2156
|
EStatusImapApp: () => EStatusImapApp,
|
|
2157
|
+
EStatusImportEmailManager: () => EStatusImportEmailManager,
|
|
2150
2158
|
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2151
2159
|
EStatusNode: () => EStatusNode,
|
|
2152
2160
|
EStatusProfileEmailManager: () => EStatusProfileEmailManager,
|
|
@@ -2269,6 +2277,12 @@ var EStatusImapApp = /* @__PURE__ */ ((EStatusImapApp2) => {
|
|
|
2269
2277
|
EStatusImapApp2["Error"] = "Error";
|
|
2270
2278
|
return EStatusImapApp2;
|
|
2271
2279
|
})(EStatusImapApp || {});
|
|
2280
|
+
var EStatusImportEmailManager = /* @__PURE__ */ ((EStatusImportEmailManager2) => {
|
|
2281
|
+
EStatusImportEmailManager2["Valid"] = "Valid";
|
|
2282
|
+
EStatusImportEmailManager2["Error"] = "Error";
|
|
2283
|
+
EStatusImportEmailManager2["Duplicate"] = "Duplicate";
|
|
2284
|
+
return EStatusImportEmailManager2;
|
|
2285
|
+
})(EStatusImportEmailManager || {});
|
|
2272
2286
|
|
|
2273
2287
|
// src/interfaces/models/tool/manager-image-ai/instagram/enum/EManagerImageAI.enum.ts
|
|
2274
2288
|
var EManagerImageAIInstagramModel = /* @__PURE__ */ ((EManagerImageAIInstagramModel2) => {
|
|
@@ -2689,6 +2703,30 @@ var ESheetToolThreads = /* @__PURE__ */ ((ESheetToolThreads2) => {
|
|
|
2689
2703
|
return ESheetToolThreads2;
|
|
2690
2704
|
})(ESheetToolThreads || {});
|
|
2691
2705
|
|
|
2706
|
+
// src/interfaces/models/tool/tasks/report-manager/enum/EAllReportManager.enum.ts
|
|
2707
|
+
var EReportManagerType = /* @__PURE__ */ ((EReportManagerType2) => {
|
|
2708
|
+
EReportManagerType2["Bug"] = "bug";
|
|
2709
|
+
EReportManagerType2["Suggestion"] = "suggestion";
|
|
2710
|
+
EReportManagerType2["Feature"] = "feature";
|
|
2711
|
+
return EReportManagerType2;
|
|
2712
|
+
})(EReportManagerType || {});
|
|
2713
|
+
var EReportManagerPriority = /* @__PURE__ */ ((EReportManagerPriority2) => {
|
|
2714
|
+
EReportManagerPriority2["Critical"] = "critical";
|
|
2715
|
+
EReportManagerPriority2["High"] = "high";
|
|
2716
|
+
EReportManagerPriority2["Medium"] = "medium";
|
|
2717
|
+
EReportManagerPriority2["Low"] = "low";
|
|
2718
|
+
return EReportManagerPriority2;
|
|
2719
|
+
})(EReportManagerPriority || {});
|
|
2720
|
+
var EReportManagerStatus = /* @__PURE__ */ ((EReportManagerStatus2) => {
|
|
2721
|
+
EReportManagerStatus2["Draft"] = "draft";
|
|
2722
|
+
EReportManagerStatus2["Open"] = "open";
|
|
2723
|
+
EReportManagerStatus2["InProgress"] = "in-progress";
|
|
2724
|
+
EReportManagerStatus2["Resolved"] = "resolved";
|
|
2725
|
+
EReportManagerStatus2["Closed"] = "closed";
|
|
2726
|
+
EReportManagerStatus2["Rejected"] = "rejected";
|
|
2727
|
+
return EReportManagerStatus2;
|
|
2728
|
+
})(EReportManagerStatus || {});
|
|
2729
|
+
|
|
2692
2730
|
// src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
|
|
2693
2731
|
var ETaskStatus = /* @__PURE__ */ ((ETaskStatus2) => {
|
|
2694
2732
|
ETaskStatus2["Pending"] = "Pending";
|
|
@@ -2943,6 +2981,9 @@ __export(interfaces_exports, {
|
|
|
2943
2981
|
EPCBrowserSheetModule: () => EPCBrowserSheetModule,
|
|
2944
2982
|
EProcessingEmailManager: () => EProcessingEmailManager,
|
|
2945
2983
|
ERatioImage: () => ERatioImage,
|
|
2984
|
+
EReportManagerPriority: () => EReportManagerPriority,
|
|
2985
|
+
EReportManagerStatus: () => EReportManagerStatus,
|
|
2986
|
+
EReportManagerType: () => EReportManagerType,
|
|
2946
2987
|
EScreenResolution: () => EScreenResolution,
|
|
2947
2988
|
ESheetToolInstagram: () => ESheetToolInstagram,
|
|
2948
2989
|
ESheetToolStatusImport: () => ESheetToolStatusImport,
|
|
@@ -2960,6 +3001,7 @@ __export(interfaces_exports, {
|
|
|
2960
3001
|
EStatusEmailManager: () => EStatusEmailManager,
|
|
2961
3002
|
EStatusEmailManagerChangeInfo: () => EStatusEmailManagerChangeInfo,
|
|
2962
3003
|
EStatusImapApp: () => EStatusImapApp,
|
|
3004
|
+
EStatusImportEmailManager: () => EStatusImportEmailManager,
|
|
2963
3005
|
EStatusInstagramImageLog: () => EStatusInstagramImageLog,
|
|
2964
3006
|
EStatusNode: () => EStatusNode,
|
|
2965
3007
|
EStatusProfileEmailManager: () => EStatusProfileEmailManager,
|
|
@@ -3085,6 +3127,9 @@ export {
|
|
|
3085
3127
|
EPriority,
|
|
3086
3128
|
EProcessingEmailManager,
|
|
3087
3129
|
ERatioImage,
|
|
3130
|
+
EReportManagerPriority,
|
|
3131
|
+
EReportManagerStatus,
|
|
3132
|
+
EReportManagerType,
|
|
3088
3133
|
EScreenResolution,
|
|
3089
3134
|
ESheetToolInstagram,
|
|
3090
3135
|
ESheetToolStatusImport,
|
|
@@ -3134,6 +3179,7 @@ export {
|
|
|
3134
3179
|
EStatusGenerate,
|
|
3135
3180
|
EStatusImapApp,
|
|
3136
3181
|
EStatusImportAccountSocial,
|
|
3182
|
+
EStatusImportEmailManager,
|
|
3137
3183
|
EStatusInstagramImageLog,
|
|
3138
3184
|
EStatusLark,
|
|
3139
3185
|
EStatusMailWork,
|