automation-lib 5.4.182 → 5.4.183

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 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;
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;
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"
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.182",
3
+ "version": "5.4.183",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",