automation-lib 5.1.79 → 5.1.80
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -149,9 +149,9 @@ var CONST_API_CONTROLLERS = {
|
|
149
149
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
150
150
|
HISTORY: {
|
151
151
|
GROUP: "accounts-socials-instagram-history-group",
|
152
|
-
AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
|
153
152
|
CREATE: "accounts-socials-instagram-history-create",
|
154
|
-
CHANGE: "accounts-socials-instagram-history-change"
|
153
|
+
CHANGE: "accounts-socials-instagram-history-change",
|
154
|
+
AUTO_SYNC: "accounts-socials-instagram-history-auto-sync"
|
155
155
|
}
|
156
156
|
},
|
157
157
|
THREADS: {
|
package/dist/index.mjs
CHANGED
@@ -116,9 +116,9 @@ var CONST_API_CONTROLLERS = {
|
|
116
116
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
117
117
|
HISTORY: {
|
118
118
|
GROUP: "accounts-socials-instagram-history-group",
|
119
|
-
AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
|
120
119
|
CREATE: "accounts-socials-instagram-history-create",
|
121
|
-
CHANGE: "accounts-socials-instagram-history-change"
|
120
|
+
CHANGE: "accounts-socials-instagram-history-change",
|
121
|
+
AUTO_SYNC: "accounts-socials-instagram-history-auto-sync"
|
122
122
|
}
|
123
123
|
},
|
124
124
|
THREADS: {
|