types-nora-api 0.0.63 → 0.0.65

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
@@ -97,12 +97,12 @@ type DadosGanho_Atributos = {
97
97
  trocas: number;
98
98
  };
99
99
  type DadosGanho_Pericias = {
100
- comum: {
100
+ comum?: {
101
+ idPatente: number;
101
102
  ganhos: number;
102
103
  trocas: number;
103
- idPatente: number;
104
104
  }[];
105
- livre: {
105
+ livre?: {
106
106
  ganhos: number;
107
107
  trocas: number;
108
108
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.63",
3
+ "version": "0.0.65",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",