@cristian.aragao/milharis-core 1.30.50 → 1.30.51

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/index.d.mts CHANGED
@@ -2060,15 +2060,15 @@ type TypeEnvioDescarga = TypeMetaData & {
2060
2060
  /**
2061
2061
  * @description Valores dos jogos
2062
2062
  */
2063
- valoresJogos: Pick<TypeValueGame, "type_game" | "value">[];
2063
+ valoresJogos: Pick<TypeValueGame, "id" | "type_game" | "value">[];
2064
2064
  /**
2065
2065
  * @description Limites dos jogos
2066
2066
  */
2067
- limitesJogos: Pick<TypeLimitGame, "type_game" | "limit">[];
2067
+ limitesJogos: Pick<TypeLimitGame, "id" | "type_game" | "limit">[];
2068
2068
  /**
2069
2069
  * @description Comissões de descarga
2070
2070
  */
2071
- comissoesDescarga: Pick<TypeComissaoDescarga, "type_game" | "porcentagem">[];
2071
+ comissoesDescarga: Pick<TypeComissaoDescarga, "id" | "type_game" | "porcentagem">[];
2072
2072
  /** Timestamp da última atualização */
2073
2073
  atualizadoEm: number;
2074
2074
  /** Timestamp da última atualização de progresso */
package/dist/index.d.ts CHANGED
@@ -2060,15 +2060,15 @@ type TypeEnvioDescarga = TypeMetaData & {
2060
2060
  /**
2061
2061
  * @description Valores dos jogos
2062
2062
  */
2063
- valoresJogos: Pick<TypeValueGame, "type_game" | "value">[];
2063
+ valoresJogos: Pick<TypeValueGame, "id" | "type_game" | "value">[];
2064
2064
  /**
2065
2065
  * @description Limites dos jogos
2066
2066
  */
2067
- limitesJogos: Pick<TypeLimitGame, "type_game" | "limit">[];
2067
+ limitesJogos: Pick<TypeLimitGame, "id" | "type_game" | "limit">[];
2068
2068
  /**
2069
2069
  * @description Comissões de descarga
2070
2070
  */
2071
- comissoesDescarga: Pick<TypeComissaoDescarga, "type_game" | "porcentagem">[];
2071
+ comissoesDescarga: Pick<TypeComissaoDescarga, "id" | "type_game" | "porcentagem">[];
2072
2072
  /** Timestamp da última atualização */
2073
2073
  atualizadoEm: number;
2074
2074
  /** Timestamp da última atualização de progresso */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cristian.aragao/milharis-core",
3
3
  "author": "EvolvedWorld",
4
- "version": "1.30.50",
4
+ "version": "1.30.51",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",