@skravets/eapi 0.0.61 → 0.0.62

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.
@@ -143,7 +143,7 @@ interface components {
143
143
  channel_id: number;
144
144
  /**
145
145
  * Format: date-time
146
- * @example 2026-03-11T01:57:02.609Z
146
+ * @example 2026-03-11T15:54:23.757Z
147
147
  */
148
148
  message_created_at: string;
149
149
  /** @example 123 */
@@ -331,6 +331,11 @@ interface components {
331
331
  variables?: {
332
332
  [key: string]: string | undefined;
333
333
  };
334
+ /**
335
+ * @description Skip per-chat 24h send cooldown (e.g. for presence chat messages)
336
+ * @example false
337
+ */
338
+ skipChatCooldown?: boolean;
334
339
  };
335
340
  IDeleteMessage: {
336
341
  /**
@@ -143,7 +143,7 @@ interface components {
143
143
  channel_id: number;
144
144
  /**
145
145
  * Format: date-time
146
- * @example 2026-03-11T01:57:02.609Z
146
+ * @example 2026-03-11T15:54:23.757Z
147
147
  */
148
148
  message_created_at: string;
149
149
  /** @example 123 */
@@ -331,6 +331,11 @@ interface components {
331
331
  variables?: {
332
332
  [key: string]: string | undefined;
333
333
  };
334
+ /**
335
+ * @description Skip per-chat 24h send cooldown (e.g. for presence chat messages)
336
+ * @example false
337
+ */
338
+ skipChatCooldown?: boolean;
334
339
  };
335
340
  IDeleteMessage: {
336
341
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.61",
3
+ "version": "0.0.62",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",