@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.
- package/dist/api-types.d.cts +3 -3
- package/dist/api-types.d.ts +3 -3
- package/package.json +1 -1
package/dist/api-types.d.cts
CHANGED
|
@@ -101,7 +101,7 @@ interface components {
|
|
|
101
101
|
channel_id: number;
|
|
102
102
|
/**
|
|
103
103
|
* Format: date-time
|
|
104
|
-
* @example 2026-01-
|
|
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
|
|
236
|
-
|
|
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/dist/api-types.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ interface components {
|
|
|
101
101
|
channel_id: number;
|
|
102
102
|
/**
|
|
103
103
|
* Format: date-time
|
|
104
|
-
* @example 2026-01-
|
|
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
|
|
236
|
-
|
|
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
|
};
|