automation-lib 5.1.74 → 5.1.76
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 +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +8 -6
- package/dist/index.mjs +8 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -94,7 +94,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
94
94
|
ACCOUNTS_SOCIALS_RAW: string;
|
95
95
|
HISTORY: {
|
96
96
|
AUTO_SYNC: string;
|
97
|
-
|
97
|
+
CHANGE: string;
|
98
|
+
CREATE: string;
|
98
99
|
GROUP: string;
|
99
100
|
};
|
100
101
|
};
|
@@ -103,7 +104,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
103
104
|
ACCOUNTS_SOCIALS_RAW: string;
|
104
105
|
HISTORY: {
|
105
106
|
AUTO_SYNC: string;
|
106
|
-
|
107
|
+
CHANGE: string;
|
108
|
+
CREATE: string;
|
107
109
|
GROUP: string;
|
108
110
|
};
|
109
111
|
};
|
@@ -2129,7 +2131,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2129
2131
|
|
2130
2132
|
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
2131
2133
|
account: string | IAccountSocialBase;
|
2132
|
-
|
2134
|
+
sheetURL: string;
|
2133
2135
|
sheetName: string;
|
2134
2136
|
timeImport: Date;
|
2135
2137
|
statusImport: EStatusAccountSocialImport;
|
package/dist/index.d.ts
CHANGED
@@ -94,7 +94,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
94
94
|
ACCOUNTS_SOCIALS_RAW: string;
|
95
95
|
HISTORY: {
|
96
96
|
AUTO_SYNC: string;
|
97
|
-
|
97
|
+
CHANGE: string;
|
98
|
+
CREATE: string;
|
98
99
|
GROUP: string;
|
99
100
|
};
|
100
101
|
};
|
@@ -103,7 +104,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
103
104
|
ACCOUNTS_SOCIALS_RAW: string;
|
104
105
|
HISTORY: {
|
105
106
|
AUTO_SYNC: string;
|
106
|
-
|
107
|
+
CHANGE: string;
|
108
|
+
CREATE: string;
|
107
109
|
GROUP: string;
|
108
110
|
};
|
109
111
|
};
|
@@ -2129,7 +2131,7 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
|
|
2129
2131
|
|
2130
2132
|
interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
|
2131
2133
|
account: string | IAccountSocialBase;
|
2132
|
-
|
2134
|
+
sheetURL: string;
|
2133
2135
|
sheetName: string;
|
2134
2136
|
timeImport: Date;
|
2135
2137
|
statusImport: EStatusAccountSocialImport;
|
package/dist/index.js
CHANGED
@@ -148,18 +148,20 @@ 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
|
-
AUTO_SYNC: "auto-sync",
|
152
|
-
|
153
|
-
|
151
|
+
AUTO_SYNC: "accounts-socials-instagram-auto-sync",
|
152
|
+
CHANGE: "accounts-socials-instagram-create",
|
153
|
+
CREATE: "accounts-socials-instagram-create",
|
154
|
+
GROUP: "accounts-socials-instagram-group"
|
154
155
|
}
|
155
156
|
},
|
156
157
|
THREADS: {
|
157
158
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-threads",
|
158
159
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
|
159
160
|
HISTORY: {
|
160
|
-
AUTO_SYNC: "auto-sync",
|
161
|
-
|
162
|
-
|
161
|
+
AUTO_SYNC: "threads-socials-instagram-auto-sync",
|
162
|
+
CHANGE: "threads-socials-instagram-create",
|
163
|
+
CREATE: "threads-socials-instagram-create",
|
164
|
+
GROUP: "threads-socials-instagram-group"
|
163
165
|
}
|
164
166
|
},
|
165
167
|
ACCOUNTS_GROUPS: "accounts-groups",
|
package/dist/index.mjs
CHANGED
@@ -115,18 +115,20 @@ 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
|
-
AUTO_SYNC: "auto-sync",
|
119
|
-
|
120
|
-
|
118
|
+
AUTO_SYNC: "accounts-socials-instagram-auto-sync",
|
119
|
+
CHANGE: "accounts-socials-instagram-create",
|
120
|
+
CREATE: "accounts-socials-instagram-create",
|
121
|
+
GROUP: "accounts-socials-instagram-group"
|
121
122
|
}
|
122
123
|
},
|
123
124
|
THREADS: {
|
124
125
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-threads",
|
125
126
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
|
126
127
|
HISTORY: {
|
127
|
-
AUTO_SYNC: "auto-sync",
|
128
|
-
|
129
|
-
|
128
|
+
AUTO_SYNC: "threads-socials-instagram-auto-sync",
|
129
|
+
CHANGE: "threads-socials-instagram-create",
|
130
|
+
CREATE: "threads-socials-instagram-create",
|
131
|
+
GROUP: "threads-socials-instagram-group"
|
130
132
|
}
|
131
133
|
},
|
132
134
|
ACCOUNTS_GROUPS: "accounts-groups",
|