falconhub-apilibrary 1.3.1-dev.94 → 1.3.1-dev.95

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
@@ -500,6 +500,7 @@ interface UserAuthUpdateRequest {
500
500
  * Interfaz que representa un tipo de usuario.
501
501
  */
502
502
  interface UserType {
503
+ userTypeId: number;
503
504
  userType: string;
504
505
  key?: string;
505
506
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "falconhub-apilibrary",
3
- "version": "1.3.1-dev.94",
3
+ "version": "1.3.1-dev.95",
4
4
  "description": "FalconHUB SKD",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",