@skravets/eapi 0.0.35 → 0.0.36

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-03T12:43:05.826Z
195
+ * @example 2025-12-10T16:40:34.921Z
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-03T12:43:05.826Z
195
+ * @example 2025-12-10T16:40:34.921Z
196
196
  */
197
197
  message_created_at: string;
198
198
  /** @example 123 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",