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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
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";
|