@codingfactory/messenger-client 0.2.2 → 0.2.5
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/index.js +1352 -1325
- package/dist/services/echo.d.ts +1 -0
- package/package.json +1 -1
package/dist/services/echo.d.ts
CHANGED
|
@@ -103,4 +103,5 @@ export declare function setEchoRuntimeConfig(config: EchoRuntimeConfig): void;
|
|
|
103
103
|
export declare function resetEchoRuntimeConfig(): void;
|
|
104
104
|
export declare function isValidMessageSentEvent(data: unknown): data is MessageSentEvent;
|
|
105
105
|
export declare function isValidMessageReadEvent(data: unknown): data is MessageReadEvent;
|
|
106
|
+
export declare function isValidReactionToggledEvent(data: unknown): data is ReactionToggledEvent;
|
|
106
107
|
export declare function isValidRequestAcceptedEvent(data: unknown): data is RequestAcceptedEvent;
|