types-nora-api 0.0.80 → 0.0.81
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/classes.d.ts +1 -0
- package/dist/classes.js +1 -0
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -606,6 +606,7 @@ declare const SOCKET_EVENTOS: {
|
|
|
606
606
|
readonly Chat: {
|
|
607
607
|
readonly enviaMensagem: "Chat_enviaMensagem";
|
|
608
608
|
readonly enviaTeste: "Chat_enviaTeste";
|
|
609
|
+
readonly receberMensagem: "Chat_receberMensagem";
|
|
609
610
|
};
|
|
610
611
|
};
|
|
611
612
|
type ExtractValues<T> = T extends object ? {
|
package/dist/classes.js
CHANGED