automation-lib 5.1.335 → 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;
@@ -3981,7 +3981,6 @@ interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
3981
3981
  row: number;
3982
3982
  keyWords: string;
3983
3983
  keyWordsBlank: string;
3984
- groupNameRun: string;
3985
3984
  columnType: ETypeColumnManagerWork;
3986
3985
  groupName: string;
3987
3986
  colSymbolForRunTask: string;
@@ -8768,7 +8767,6 @@ interface FindTaskAIContentDto extends IFindBaseDto, Omit<ITaskAIContent, 'accou
8768
8767
  row: number;
8769
8768
  keyWords: string;
8770
8769
  keyWordsBlank: string;
8771
- groupNameRun: string;
8772
8770
  columnType: ETypeColumnManagerWork;
8773
8771
  groupName: string;
8774
8772
  colSymbolForRunTask: 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;
@@ -3981,7 +3981,6 @@ interface ITaskAIContent extends IBaseModel, ITrackingModel<IUser> {
3981
3981
  row: number;
3982
3982
  keyWords: string;
3983
3983
  keyWordsBlank: string;
3984
- groupNameRun: string;
3985
3984
  columnType: ETypeColumnManagerWork;
3986
3985
  groupName: string;
3987
3986
  colSymbolForRunTask: string;
@@ -8768,7 +8767,6 @@ interface FindTaskAIContentDto extends IFindBaseDto, Omit<ITaskAIContent, 'accou
8768
8767
  row: number;
8769
8768
  keyWords: string;
8770
8769
  keyWordsBlank: string;
8771
- groupNameRun: string;
8772
8770
  columnType: ETypeColumnManagerWork;
8773
8771
  groupName: string;
8774
8772
  colSymbolForRunTask: 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.335",
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",