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 +3 -5
- package/dist/index.d.ts +3 -5
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
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
|
-
|
|
268
|
-
|
|
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
|
-
|
|
137
|
-
|
|
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",
|