types-nora-api 0.0.131 → 0.0.132

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 CHANGED
@@ -770,6 +770,7 @@ declare const SOCKET_EVENTOS: {
770
770
  };
771
771
  };
772
772
  readonly PaginaAovivo: {
773
+ readonly obterSessaoEmAndamento: "PaginaAovivo_obterSessaoEmAndamento";
773
774
  readonly receberSessaoEmAndamento: "PaginaAovivo_receberSessaoEmAndamento";
774
775
  };
775
776
  readonly UsuariosExistentes: {
package/dist/classes.js CHANGED
@@ -96,6 +96,7 @@ const SOCKET_EVENTOS = {
96
96
  },
97
97
  },
98
98
  PaginaAovivo: {
99
+ obterSessaoEmAndamento: 'PaginaAovivo_obterSessaoEmAndamento',
99
100
  receberSessaoEmAndamento: 'PaginaAovivo_receberSessaoEmAndamento',
100
101
  },
101
102
  UsuariosExistentes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",