types-nora-api 0.0.430 → 0.0.431

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
@@ -382,6 +382,10 @@ declare const CAPACIDADES: {
382
382
  readonly id: 34;
383
383
  readonly nome: "MODERADOR.IMAGENS";
384
384
  };
385
+ readonly STREAMER: {
386
+ readonly id: 38;
387
+ readonly nome: "STREAMER";
388
+ };
385
389
  readonly TITULOS__ADMINISTRADOR: {
386
390
  readonly id: 14;
387
391
  readonly nome: "TITULOS.ADMINISTRADOR";
package/dist/classes.js CHANGED
@@ -104,6 +104,7 @@ const CAPACIDADES = {
104
104
  MESTRE__CRIACAO__RASCUNHO_SESSAO_UNICA: { id: 26, nome: 'MESTRE.CRIACAO.RASCUNHO_SESSAO_UNICA' },
105
105
  MESTRE__CRIACAO__SESSAO_DE_JOGO: { id: 28, nome: 'MESTRE.CRIACAO.SESSAO_DE_JOGO' },
106
106
  MODERADOR__IMAGENS: { id: 34, nome: 'MODERADOR.IMAGENS' },
107
+ STREAMER: { id: 38, nome: 'STREAMER' },
107
108
  TITULOS__ADMINISTRADOR: { id: 14, nome: 'TITULOS.ADMINISTRADOR' },
108
109
  TITULOS__JOGADOR__INICIADO: { id: 16, nome: 'TITULOS.JOGADOR.INICIADO' },
109
110
  TITULOS__JOGADOR__INICIANTE: { id: 15, nome: 'TITULOS.JOGADOR.INICIANTE' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.430",
3
+ "version": "0.0.431",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",