@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.
- package/dist/api-types.d.cts +6 -1
- package/dist/api-types.d.ts +6 -1
- package/package.json +1 -1
package/dist/api-types.d.cts
CHANGED
|
@@ -143,7 +143,7 @@ interface components {
|
|
|
143
143
|
channel_id: number;
|
|
144
144
|
/**
|
|
145
145
|
* Format: date-time
|
|
146
|
-
* @example 2026-03-
|
|
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/dist/api-types.d.ts
CHANGED
|
@@ -143,7 +143,7 @@ interface components {
|
|
|
143
143
|
channel_id: number;
|
|
144
144
|
/**
|
|
145
145
|
* Format: date-time
|
|
146
|
-
* @example 2026-03-
|
|
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
|
/**
|