@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.
@@ -163,7 +163,7 @@ interface components {
163
163
  channel_id: number;
164
164
  /**
165
165
  * Format: date-time
166
- * @example 2026-03-17T11:24:08.782Z
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
  /**
@@ -163,7 +163,7 @@ interface components {
163
163
  channel_id: number;
164
164
  /**
165
165
  * Format: date-time
166
- * @example 2026-03-17T11:24:08.782Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",