automation-lib 5.4.183 → 5.4.185

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
@@ -19,6 +19,7 @@ declare const CONST_API_AUTH: {
19
19
  declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
+ INSERT: string;
22
23
  CREATE_MULTI: string;
23
24
  FIND_AUTO_FILL: string;
24
25
  APPLY_AUTO_FILL: string;
@@ -531,6 +532,7 @@ declare enum EPriority {
531
532
  declare enum EObjectName {
532
533
  Test = "Test",
533
534
  FilterStore = "FilterStore",
535
+ ColsUnselected = "ColsUnselected",
534
536
  DashboardFollowerInstagram = "DashboardFollowerInstagram",
535
537
  DashboardFollowerThreads = "DashboardFollowerThreads",
536
538
  HistoryAIContent = "HistoryAIContent",
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ declare const CONST_API_AUTH: {
19
19
  declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
+ INSERT: string;
22
23
  CREATE_MULTI: string;
23
24
  FIND_AUTO_FILL: string;
24
25
  APPLY_AUTO_FILL: string;
@@ -531,6 +532,7 @@ declare enum EPriority {
531
532
  declare enum EObjectName {
532
533
  Test = "Test",
533
534
  FilterStore = "FilterStore",
535
+ ColsUnselected = "ColsUnselected",
534
536
  DashboardFollowerInstagram = "DashboardFollowerInstagram",
535
537
  DashboardFollowerThreads = "DashboardFollowerThreads",
536
538
  HistoryAIContent = "HistoryAIContent",
package/dist/index.js CHANGED
@@ -201,6 +201,7 @@ var CONST_API_AUTH = {
201
201
  var CONST_API_COMMON = {
202
202
  SLUG: "slug",
203
203
  CREATE: "create",
204
+ INSERT: "insert",
204
205
  CREATE_MULTI: "create-multi",
205
206
  FIND_AUTO_FILL: "find-auto-fill",
206
207
  APPLY_AUTO_FILL: "apply-auto-fill",
@@ -879,6 +880,7 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
879
880
  var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
880
881
  _EObjectName["Test"] = "Test";
881
882
  _EObjectName["FilterStore"] = "FilterStore";
883
+ _EObjectName["ColsUnselected"] = "ColsUnselected";
882
884
  _EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
883
885
  _EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
884
886
  _EObjectName["HistoryAIContent"] = "HistoryAIContent";
package/dist/index.mjs CHANGED
@@ -42,6 +42,7 @@ var CONST_API_AUTH = {
42
42
  var CONST_API_COMMON = {
43
43
  SLUG: "slug",
44
44
  CREATE: "create",
45
+ INSERT: "insert",
45
46
  CREATE_MULTI: "create-multi",
46
47
  FIND_AUTO_FILL: "find-auto-fill",
47
48
  APPLY_AUTO_FILL: "apply-auto-fill",
@@ -720,6 +721,7 @@ var EPriority = /* @__PURE__ */ ((EPriority2) => {
720
721
  var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
721
722
  _EObjectName["Test"] = "Test";
722
723
  _EObjectName["FilterStore"] = "FilterStore";
724
+ _EObjectName["ColsUnselected"] = "ColsUnselected";
723
725
  _EObjectName["DashboardFollowerInstagram"] = "DashboardFollowerInstagram";
724
726
  _EObjectName["DashboardFollowerThreads"] = "DashboardFollowerThreads";
725
727
  _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.185",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",