falconhub-apilibrary 1.3.1-dev.89 → 1.3.1-dev.93

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -2284,6 +2284,7 @@ interface Gender {
2284
2284
  */
2285
2285
  interface GenderRequest {
2286
2286
  gender: string;
2287
+ key: string;
2287
2288
  }
2288
2289
  /**
2289
2290
  * Filtros disponibles para buscar géneros.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "falconhub-apilibrary",
3
- "version": "1.3.1-dev.89",
3
+ "version": "1.3.1-dev.93",
4
4
  "description": "FalconHUB SKD",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",