automation-lib 5.4.183 → 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 CHANGED
@@ -531,6 +531,7 @@ declare enum EPriority {
531
531
  declare enum EObjectName {
532
532
  Test = "Test",
533
533
  FilterStore = "FilterStore",
534
+ ColsUnselected = "ColsUnselected",
534
535
  DashboardFollowerInstagram = "DashboardFollowerInstagram",
535
536
  DashboardFollowerThreads = "DashboardFollowerThreads",
536
537
  HistoryAIContent = "HistoryAIContent",
package/dist/index.d.ts CHANGED
@@ -531,6 +531,7 @@ declare enum EPriority {
531
531
  declare enum EObjectName {
532
532
  Test = "Test",
533
533
  FilterStore = "FilterStore",
534
+ ColsUnselected = "ColsUnselected",
534
535
  DashboardFollowerInstagram = "DashboardFollowerInstagram",
535
536
  DashboardFollowerThreads = "DashboardFollowerThreads",
536
537
  HistoryAIContent = "HistoryAIContent",
package/dist/index.js CHANGED
@@ -879,6 +879,7 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
879
879
  var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
880
880
  _EObjectName["Test"] = "Test";
881
881
  _EObjectName["FilterStore"] = "FilterStore";
882
+ _EObjectName["ColsUnselected"] = "ColsUnselected";
882
883
  _EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
883
884
  _EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
884
885
  _EObjectName["HistoryAIContent"] = "HistoryAIContent";
package/dist/index.mjs CHANGED
@@ -720,6 +720,7 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
720
720
  var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
721
721
  _EObjectName["Test"] = "Test";
722
722
  _EObjectName["FilterStore"] = "FilterStore";
723
+ _EObjectName["ColsUnselected"] = "ColsUnselected";
723
724
  _EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
724
725
  _EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
725
726
  _EObjectName["HistoryAIContent"] = "HistoryAIContent";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.183",
3
+ "version": "5.4.184",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",