@skravets/eapi 0.0.53 → 0.0.54

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.
@@ -113,7 +113,7 @@ interface components {
113
113
  channel_id: number;
114
114
  /**
115
115
  * Format: date-time
116
- * @example 2026-02-13T15:25:49.626Z
116
+ * @example 2026-02-18T15:57:17.515Z
117
117
  */
118
118
  message_created_at: string;
119
119
  /** @example 123 */
@@ -302,6 +302,8 @@ interface components {
302
302
  languages?: string[];
303
303
  /** @description Filter by keywords (any match) */
304
304
  keywords?: string[];
305
+ /** @description Maximum spam ratio (inclusive). Chats with null spam_ratio are always included when this filter is set. */
306
+ maxSpamRatio?: number;
305
307
  };
306
308
  CatalogSearchRequest: {
307
309
  /** @description Search query text */
@@ -113,7 +113,7 @@ interface components {
113
113
  channel_id: number;
114
114
  /**
115
115
  * Format: date-time
116
- * @example 2026-02-13T15:25:49.626Z
116
+ * @example 2026-02-18T15:57:17.515Z
117
117
  */
118
118
  message_created_at: string;
119
119
  /** @example 123 */
@@ -302,6 +302,8 @@ interface components {
302
302
  languages?: string[];
303
303
  /** @description Filter by keywords (any match) */
304
304
  keywords?: string[];
305
+ /** @description Maximum spam ratio (inclusive). Chats with null spam_ratio are always included when this filter is set. */
306
+ maxSpamRatio?: number;
305
307
  };
306
308
  CatalogSearchRequest: {
307
309
  /** @description Search query text */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",