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 +3 -3
- package/dist/index.d.ts +3 -3
- 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;
|
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
|
-
|
|
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",
|