automation-lib 5.1.336 → 5.1.337

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
@@ -109,10 +109,10 @@ declare const CONST_API_CONTROLLERS: {
109
109
  ACCOUNTS_SOCIALS_RUN: string;
110
110
  ACCOUNTS_SOCIALS_RAW: string;
111
111
  HISTORY: {
112
- AUTO_SYNC: string;
113
- CREATE: string;
114
- CHANGE: string;
115
112
  GROUP: string;
113
+ AUTO_SYNC: string;
114
+ CREATE_FOLDER_NAME: string;
115
+ CHANGE_INFO: string;
116
116
  };
117
117
  };
118
118
  ACCOUNTS_GROUPS: string;
package/dist/index.d.ts CHANGED
@@ -109,10 +109,10 @@ declare const CONST_API_CONTROLLERS: {
109
109
  ACCOUNTS_SOCIALS_RUN: string;
110
110
  ACCOUNTS_SOCIALS_RAW: string;
111
111
  HISTORY: {
112
- AUTO_SYNC: string;
113
- CREATE: string;
114
- CHANGE: string;
115
112
  GROUP: string;
113
+ AUTO_SYNC: string;
114
+ CREATE_FOLDER_NAME: string;
115
+ CHANGE_INFO: string;
116
116
  };
117
117
  };
118
118
  ACCOUNTS_GROUPS: string;
package/dist/index.js CHANGED
@@ -263,10 +263,10 @@ var CONST_API_CONTROLLERS = {
263
263
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-threads",
264
264
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
265
265
  HISTORY: {
266
+ GROUP: "threads-socials-instagram-group",
266
267
  AUTO_SYNC: "threads-socials-instagram-auto-sync",
267
- CREATE: "threads-socials-instagram-create",
268
- CHANGE: "threads-socials-instagram-change",
269
- GROUP: "threads-socials-instagram-group"
268
+ CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name",
269
+ CHANGE_INFO: "threads-socials-instagram-change-info"
270
270
  }
271
271
  },
272
272
  ACCOUNTS_GROUPS: "accounts-groups",
package/dist/index.mjs CHANGED
@@ -132,10 +132,10 @@ var CONST_API_CONTROLLERS = {
132
132
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-threads",
133
133
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
134
134
  HISTORY: {
135
+ GROUP: "threads-socials-instagram-group",
135
136
  AUTO_SYNC: "threads-socials-instagram-auto-sync",
136
- CREATE: "threads-socials-instagram-create",
137
- CHANGE: "threads-socials-instagram-change",
138
- GROUP: "threads-socials-instagram-group"
137
+ CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name",
138
+ CHANGE_INFO: "threads-socials-instagram-change-info"
139
139
  }
140
140
  },
141
141
  ACCOUNTS_GROUPS: "accounts-groups",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.336",
3
+ "version": "5.1.337",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",