types-nora-api 0.0.47 → 0.0.48

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
@@ -576,7 +576,6 @@ declare enum EstadoPendenciaPersonagem {
576
576
  SEM_PENDENCIAS = ""
577
577
  }
578
578
  declare enum EstadoPendenciaAdministrativaPersonagem {
579
- SEM_CONFIGURACAO_FICHA = "O Administrador ainda n\u00E3o realizou a configura\u00E7\u00E3o inicial da ficha",
580
579
  SEM_AVATAR = "O Administrador ainda n\u00E3o vinculou o avatar do personagem",
581
580
  SEM_PENDENCIAS = ""
582
581
  }
package/dist/classes.js CHANGED
@@ -53,7 +53,6 @@ var EstadoPendenciaPersonagem;
53
53
  // @tipoCompartilhadoFront
54
54
  var EstadoPendenciaAdministrativaPersonagem;
55
55
  (function (EstadoPendenciaAdministrativaPersonagem) {
56
- EstadoPendenciaAdministrativaPersonagem["SEM_CONFIGURACAO_FICHA"] = "O Administrador ainda n\u00E3o realizou a configura\u00E7\u00E3o inicial da ficha";
57
56
  EstadoPendenciaAdministrativaPersonagem["SEM_AVATAR"] = "O Administrador ainda n\u00E3o vinculou o avatar do personagem";
58
57
  EstadoPendenciaAdministrativaPersonagem["SEM_PENDENCIAS"] = "";
59
58
  })(EstadoPendenciaAdministrativaPersonagem || (EstadoPendenciaAdministrativaPersonagem = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",