@skravets/eapi 0.0.50 → 0.0.51

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-04T12:22:20.571Z
116
+ * @example 2026-02-10T18:14:06.515Z
117
117
  */
118
118
  message_created_at: string;
119
119
  /** @example 123 */
@@ -130,6 +130,8 @@ interface components {
130
130
  language: null | string;
131
131
  /** @example false */
132
132
  is_probably_spam: boolean;
133
+ /** @example 0 */
134
+ spam_rating: number;
133
135
  };
134
136
  ICursor: {
135
137
  /**
@@ -113,7 +113,7 @@ interface components {
113
113
  channel_id: number;
114
114
  /**
115
115
  * Format: date-time
116
- * @example 2026-02-04T12:22:20.571Z
116
+ * @example 2026-02-10T18:14:06.515Z
117
117
  */
118
118
  message_created_at: string;
119
119
  /** @example 123 */
@@ -130,6 +130,8 @@ interface components {
130
130
  language: null | string;
131
131
  /** @example false */
132
132
  is_probably_spam: boolean;
133
+ /** @example 0 */
134
+ spam_rating: number;
133
135
  };
134
136
  ICursor: {
135
137
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",