automation-lib 5.1.78 → 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 +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
@@ -93,10 +93,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
93
93
|
ACCOUNTS_SOCIALS_RUN: string;
|
94
94
|
ACCOUNTS_SOCIALS_RAW: string;
|
95
95
|
HISTORY: {
|
96
|
-
AUTO_SYNC: string;
|
97
|
-
CHANGE: string;
|
98
|
-
CREATE: string;
|
99
96
|
GROUP: string;
|
97
|
+
CREATE: string;
|
98
|
+
CHANGE: string;
|
99
|
+
AUTO_SYNC: string;
|
100
100
|
};
|
101
101
|
};
|
102
102
|
THREADS: {
|
package/dist/index.d.ts
CHANGED
@@ -93,10 +93,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
93
93
|
ACCOUNTS_SOCIALS_RUN: string;
|
94
94
|
ACCOUNTS_SOCIALS_RAW: string;
|
95
95
|
HISTORY: {
|
96
|
-
AUTO_SYNC: string;
|
97
|
-
CHANGE: string;
|
98
|
-
CREATE: string;
|
99
96
|
GROUP: string;
|
97
|
+
CREATE: string;
|
98
|
+
CHANGE: string;
|
99
|
+
AUTO_SYNC: string;
|
100
100
|
};
|
101
101
|
};
|
102
102
|
THREADS: {
|
package/dist/index.js
CHANGED
@@ -148,10 +148,10 @@ var CONST_API_CONTROLLERS = {
|
|
148
148
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
149
149
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
150
150
|
HISTORY: {
|
151
|
-
|
152
|
-
CHANGE: "accounts-socials-instagram-history-create",
|
151
|
+
GROUP: "accounts-socials-instagram-history-group",
|
153
152
|
CREATE: "accounts-socials-instagram-history-create",
|
154
|
-
|
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
@@ -115,10 +115,10 @@ var CONST_API_CONTROLLERS = {
|
|
115
115
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
116
116
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
117
117
|
HISTORY: {
|
118
|
-
|
119
|
-
CHANGE: "accounts-socials-instagram-history-create",
|
118
|
+
GROUP: "accounts-socials-instagram-history-group",
|
120
119
|
CREATE: "accounts-socials-instagram-history-create",
|
121
|
-
|
120
|
+
CHANGE: "accounts-socials-instagram-history-change",
|
121
|
+
AUTO_SYNC: "accounts-socials-instagram-history-auto-sync"
|
122
122
|
}
|
123
123
|
},
|
124
124
|
THREADS: {
|