@skravets/eapi 0.0.63 → 0.0.64
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/api-types.d.cts +6 -1
- package/dist/api-types.d.ts +6 -1
- package/package.json +1 -1
package/dist/api-types.d.cts
CHANGED
|
@@ -163,7 +163,7 @@ interface components {
|
|
|
163
163
|
channel_id: number;
|
|
164
164
|
/**
|
|
165
165
|
* Format: date-time
|
|
166
|
-
* @example 2026-03-
|
|
166
|
+
* @example 2026-03-17T13:14:53.313Z
|
|
167
167
|
*/
|
|
168
168
|
message_created_at: string;
|
|
169
169
|
/** @example 123 */
|
|
@@ -356,6 +356,11 @@ interface components {
|
|
|
356
356
|
* @example false
|
|
357
357
|
*/
|
|
358
358
|
skipChatCooldown?: boolean;
|
|
359
|
+
/**
|
|
360
|
+
* @description Account pool ID. Only accounts from this pool can execute the task.
|
|
361
|
+
* @example 1
|
|
362
|
+
*/
|
|
363
|
+
poolId?: number;
|
|
359
364
|
};
|
|
360
365
|
IDeleteMessage: {
|
|
361
366
|
/**
|
package/dist/api-types.d.ts
CHANGED
|
@@ -163,7 +163,7 @@ interface components {
|
|
|
163
163
|
channel_id: number;
|
|
164
164
|
/**
|
|
165
165
|
* Format: date-time
|
|
166
|
-
* @example 2026-03-
|
|
166
|
+
* @example 2026-03-17T13:14:53.313Z
|
|
167
167
|
*/
|
|
168
168
|
message_created_at: string;
|
|
169
169
|
/** @example 123 */
|
|
@@ -356,6 +356,11 @@ interface components {
|
|
|
356
356
|
* @example false
|
|
357
357
|
*/
|
|
358
358
|
skipChatCooldown?: boolean;
|
|
359
|
+
/**
|
|
360
|
+
* @description Account pool ID. Only accounts from this pool can execute the task.
|
|
361
|
+
* @example 1
|
|
362
|
+
*/
|
|
363
|
+
poolId?: number;
|
|
359
364
|
};
|
|
360
365
|
IDeleteMessage: {
|
|
361
366
|
/**
|