@skravets/eapi 0.0.38 → 0.0.39

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.
@@ -192,7 +192,7 @@ interface components {
192
192
  channel_id: number;
193
193
  /**
194
194
  * Format: date-time
195
- * @example 2025-12-17T06:06:10.886Z
195
+ * @example 2025-12-17T09:26:32.913Z
196
196
  */
197
197
  message_created_at: string;
198
198
  /** @example 123 */
@@ -192,7 +192,7 @@ interface components {
192
192
  channel_id: number;
193
193
  /**
194
194
  * Format: date-time
195
- * @example 2025-12-17T06:06:10.886Z
195
+ * @example 2025-12-17T09:26:32.913Z
196
196
  */
197
197
  message_created_at: string;
198
198
  /** @example 123 */
package/dist/index.d.cts CHANGED
@@ -114,7 +114,7 @@ interface PublishersStatusQueueInputJoin {
114
114
  firstName?: string;
115
115
  lastName?: string;
116
116
  };
117
- status: "UNAVAILABLE" | "ALREADY_JOINED" | "JOINED" | "FLOOD_WAIT" | "INVITE_REQUEST_SENT" | "USERNAME_BELONGS_TO_USER";
117
+ status: "UNAVAILABLE" | "ALREADY_JOINED" | "JOINED" | "FLOOD_WAIT" | "INVITE_REQUEST_SENT" | "USERNAME_BELONGS_TO_USER" | "CHANNELS_TOO_MUCH";
118
118
  seconds?: number;
119
119
  }
120
120
  interface PublishersStatusQueueInputJoinResult extends PublishersStatusQueueInputJoin {
package/dist/index.d.ts CHANGED
@@ -114,7 +114,7 @@ interface PublishersStatusQueueInputJoin {
114
114
  firstName?: string;
115
115
  lastName?: string;
116
116
  };
117
- status: "UNAVAILABLE" | "ALREADY_JOINED" | "JOINED" | "FLOOD_WAIT" | "INVITE_REQUEST_SENT" | "USERNAME_BELONGS_TO_USER";
117
+ status: "UNAVAILABLE" | "ALREADY_JOINED" | "JOINED" | "FLOOD_WAIT" | "INVITE_REQUEST_SENT" | "USERNAME_BELONGS_TO_USER" | "CHANNELS_TOO_MUCH";
118
118
  seconds?: number;
119
119
  }
120
120
  interface PublishersStatusQueueInputJoinResult extends PublishersStatusQueueInputJoin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",