automation-lib 5.4.182 → 5.4.184
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -39,6 +39,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
39
39
|
IDEA: string;
|
|
40
40
|
IS_RUNNING: string;
|
|
41
41
|
FILTER_STORE: string;
|
|
42
|
+
COLS_UNSELECTED: string;
|
|
42
43
|
HISTORY_CANVA: string;
|
|
43
44
|
SEND_MESSAGE_LARK: string;
|
|
44
45
|
TRACKING_SCRIPTS_EXECUTED: string;
|
|
@@ -530,6 +531,7 @@ declare enum EPriority {
|
|
|
530
531
|
declare enum EObjectName {
|
|
531
532
|
Test = "Test",
|
|
532
533
|
FilterStore = "FilterStore",
|
|
534
|
+
ColsUnselected = "ColsUnselected",
|
|
533
535
|
DashboardFollowerInstagram = "DashboardFollowerInstagram",
|
|
534
536
|
DashboardFollowerThreads = "DashboardFollowerThreads",
|
|
535
537
|
HistoryAIContent = "HistoryAIContent",
|
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
39
39
|
IDEA: string;
|
|
40
40
|
IS_RUNNING: string;
|
|
41
41
|
FILTER_STORE: string;
|
|
42
|
+
COLS_UNSELECTED: string;
|
|
42
43
|
HISTORY_CANVA: string;
|
|
43
44
|
SEND_MESSAGE_LARK: string;
|
|
44
45
|
TRACKING_SCRIPTS_EXECUTED: string;
|
|
@@ -530,6 +531,7 @@ declare enum EPriority {
|
|
|
530
531
|
declare enum EObjectName {
|
|
531
532
|
Test = "Test",
|
|
532
533
|
FilterStore = "FilterStore",
|
|
534
|
+
ColsUnselected = "ColsUnselected",
|
|
533
535
|
DashboardFollowerInstagram = "DashboardFollowerInstagram",
|
|
534
536
|
DashboardFollowerThreads = "DashboardFollowerThreads",
|
|
535
537
|
HistoryAIContent = "HistoryAIContent",
|
package/dist/index.js
CHANGED
|
@@ -221,6 +221,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
221
221
|
IDEA: "idea",
|
|
222
222
|
IS_RUNNING: "is-running",
|
|
223
223
|
FILTER_STORE: "filter-store",
|
|
224
|
+
COLS_UNSELECTED: "cols-unselected",
|
|
224
225
|
HISTORY_CANVA: "history-canva",
|
|
225
226
|
SEND_MESSAGE_LARK: "send-message-lark",
|
|
226
227
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
|
@@ -878,6 +879,7 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
878
879
|
var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
879
880
|
_EObjectName["Test"] = "Test";
|
|
880
881
|
_EObjectName["FilterStore"] = "FilterStore";
|
|
882
|
+
_EObjectName["ColsUnselected"] = "ColsUnselected";
|
|
881
883
|
_EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
|
|
882
884
|
_EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
|
|
883
885
|
_EObjectName["HistoryAIContent"] = "HistoryAIContent";
|
package/dist/index.mjs
CHANGED
|
@@ -62,6 +62,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
62
62
|
IDEA: "idea",
|
|
63
63
|
IS_RUNNING: "is-running",
|
|
64
64
|
FILTER_STORE: "filter-store",
|
|
65
|
+
COLS_UNSELECTED: "cols-unselected",
|
|
65
66
|
HISTORY_CANVA: "history-canva",
|
|
66
67
|
SEND_MESSAGE_LARK: "send-message-lark",
|
|
67
68
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
|
@@ -719,6 +720,7 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
|
|
|
719
720
|
var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
720
721
|
_EObjectName["Test"] = "Test";
|
|
721
722
|
_EObjectName["FilterStore"] = "FilterStore";
|
|
723
|
+
_EObjectName["ColsUnselected"] = "ColsUnselected";
|
|
722
724
|
_EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
|
|
723
725
|
_EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
|
|
724
726
|
_EObjectName["HistoryAIContent"] = "HistoryAIContent";
|