@skravets/eapi 0.0.45 → 0.0.47

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.
@@ -101,7 +101,7 @@ interface components {
101
101
  channel_id: number;
102
102
  /**
103
103
  * Format: date-time
104
- * @example 2026-01-16T14:54:47.728Z
104
+ * @example 2026-01-23T13:28:55.622Z
105
105
  */
106
106
  message_created_at: string;
107
107
  /** @example 123 */
@@ -232,8 +232,8 @@ interface components {
232
232
  minParticipants?: number;
233
233
  /** @description Maximum participants count */
234
234
  maxParticipants?: number;
235
- /** @description Filter by language (ISO 639-1) */
236
- language?: string;
235
+ /** @description Filter by languages (ISO 639-1) */
236
+ languages?: string[];
237
237
  /** @description Filter by keywords (any match) */
238
238
  keywords?: string[];
239
239
  };
@@ -101,7 +101,7 @@ interface components {
101
101
  channel_id: number;
102
102
  /**
103
103
  * Format: date-time
104
- * @example 2026-01-16T14:54:47.728Z
104
+ * @example 2026-01-23T13:28:55.622Z
105
105
  */
106
106
  message_created_at: string;
107
107
  /** @example 123 */
@@ -232,8 +232,8 @@ interface components {
232
232
  minParticipants?: number;
233
233
  /** @description Maximum participants count */
234
234
  maxParticipants?: number;
235
- /** @description Filter by language (ISO 639-1) */
236
- language?: string;
235
+ /** @description Filter by languages (ISO 639-1) */
236
+ languages?: string[];
237
237
  /** @description Filter by keywords (any match) */
238
238
  keywords?: string[];
239
239
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",