automation-lib 5.5.71 → 5.5.72
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 +9 -5
- package/dist/index.d.ts +9 -5
- package/dist/index.js +9 -5
- package/dist/index.mjs +9 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -131,6 +131,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
131
131
|
CREATE_FOLDER_NAME: string;
|
|
132
132
|
};
|
|
133
133
|
};
|
|
134
|
+
ACCOUNT_AI: string;
|
|
135
|
+
ACCOUNT_AI_MODEL_CONTENT: string;
|
|
136
|
+
ACCOUNT_AI_MODEL_IMAGE_VIDEO: string;
|
|
137
|
+
ACCOUNT_AI_MODEL_VOICE: string;
|
|
134
138
|
ACCOUNTS_GROUPS: string;
|
|
135
139
|
ACCOUNTS_STATUS: string;
|
|
136
140
|
ACCOUNTS_DETAILS: string;
|
|
@@ -150,11 +154,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
150
154
|
ACCOUNT_EMAIL: string;
|
|
151
155
|
ACCOUNT_EMAIL_PROXY: string;
|
|
152
156
|
ACCOUNT_EMAIL_TASK_WORK: string;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
157
|
+
ACCOUNT_AI_CONTENT: string;
|
|
158
|
+
ACCOUNT_AI_CONTENT_INFO: string;
|
|
159
|
+
ACCOUNT_AI_CONTENT_GROUP: string;
|
|
160
|
+
ACCOUNT_AI_CONTENT_CHANNEL: string;
|
|
161
|
+
ACCOUNT_AI_CONTENT_TAG: string;
|
|
158
162
|
ACCOUNT_VPS: string;
|
|
159
163
|
ACCOUNT_VPS_GROUP: string;
|
|
160
164
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -131,6 +131,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
131
131
|
CREATE_FOLDER_NAME: string;
|
|
132
132
|
};
|
|
133
133
|
};
|
|
134
|
+
ACCOUNT_AI: string;
|
|
135
|
+
ACCOUNT_AI_MODEL_CONTENT: string;
|
|
136
|
+
ACCOUNT_AI_MODEL_IMAGE_VIDEO: string;
|
|
137
|
+
ACCOUNT_AI_MODEL_VOICE: string;
|
|
134
138
|
ACCOUNTS_GROUPS: string;
|
|
135
139
|
ACCOUNTS_STATUS: string;
|
|
136
140
|
ACCOUNTS_DETAILS: string;
|
|
@@ -150,11 +154,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
150
154
|
ACCOUNT_EMAIL: string;
|
|
151
155
|
ACCOUNT_EMAIL_PROXY: string;
|
|
152
156
|
ACCOUNT_EMAIL_TASK_WORK: string;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
157
|
+
ACCOUNT_AI_CONTENT: string;
|
|
158
|
+
ACCOUNT_AI_CONTENT_INFO: string;
|
|
159
|
+
ACCOUNT_AI_CONTENT_GROUP: string;
|
|
160
|
+
ACCOUNT_AI_CONTENT_CHANNEL: string;
|
|
161
|
+
ACCOUNT_AI_CONTENT_TAG: string;
|
|
158
162
|
ACCOUNT_VPS: string;
|
|
159
163
|
ACCOUNT_VPS_GROUP: string;
|
|
160
164
|
};
|
package/dist/index.js
CHANGED
|
@@ -349,6 +349,10 @@ var CONST_API_CONTROLLERS = {
|
|
|
349
349
|
CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name"
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
|
+
ACCOUNT_AI: "account-ai",
|
|
353
|
+
ACCOUNT_AI_MODEL_CONTENT: "account-ai-model-content",
|
|
354
|
+
ACCOUNT_AI_MODEL_IMAGE_VIDEO: "account-ai-model-image-video",
|
|
355
|
+
ACCOUNT_AI_MODEL_VOICE: "account-ai-model-voice",
|
|
352
356
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
353
357
|
ACCOUNTS_STATUS: "accounts_status",
|
|
354
358
|
ACCOUNTS_DETAILS: "accounts-details",
|
|
@@ -368,11 +372,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
368
372
|
ACCOUNT_EMAIL: "account-email",
|
|
369
373
|
ACCOUNT_EMAIL_PROXY: "account-email-proxy",
|
|
370
374
|
ACCOUNT_EMAIL_TASK_WORK: "account-email-task-work",
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
375
|
+
ACCOUNT_AI_CONTENT: "account-ai-content",
|
|
376
|
+
ACCOUNT_AI_CONTENT_INFO: "account-ai-content-info",
|
|
377
|
+
ACCOUNT_AI_CONTENT_GROUP: "account-ai-content-group",
|
|
378
|
+
ACCOUNT_AI_CONTENT_CHANNEL: "account-ai-content-channel",
|
|
379
|
+
ACCOUNT_AI_CONTENT_TAG: "account-ai-content-tag",
|
|
376
380
|
ACCOUNT_VPS: "account-vps",
|
|
377
381
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
378
382
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -157,6 +157,10 @@ var CONST_API_CONTROLLERS = {
|
|
|
157
157
|
CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
+
ACCOUNT_AI: "account-ai",
|
|
161
|
+
ACCOUNT_AI_MODEL_CONTENT: "account-ai-model-content",
|
|
162
|
+
ACCOUNT_AI_MODEL_IMAGE_VIDEO: "account-ai-model-image-video",
|
|
163
|
+
ACCOUNT_AI_MODEL_VOICE: "account-ai-model-voice",
|
|
160
164
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
161
165
|
ACCOUNTS_STATUS: "accounts_status",
|
|
162
166
|
ACCOUNTS_DETAILS: "accounts-details",
|
|
@@ -176,11 +180,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
176
180
|
ACCOUNT_EMAIL: "account-email",
|
|
177
181
|
ACCOUNT_EMAIL_PROXY: "account-email-proxy",
|
|
178
182
|
ACCOUNT_EMAIL_TASK_WORK: "account-email-task-work",
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
183
|
+
ACCOUNT_AI_CONTENT: "account-ai-content",
|
|
184
|
+
ACCOUNT_AI_CONTENT_INFO: "account-ai-content-info",
|
|
185
|
+
ACCOUNT_AI_CONTENT_GROUP: "account-ai-content-group",
|
|
186
|
+
ACCOUNT_AI_CONTENT_CHANNEL: "account-ai-content-channel",
|
|
187
|
+
ACCOUNT_AI_CONTENT_TAG: "account-ai-content-tag",
|
|
184
188
|
ACCOUNT_VPS: "account-vps",
|
|
185
189
|
ACCOUNT_VPS_GROUP: "account-group"
|
|
186
190
|
},
|