falconhub-apilibrary 1.2.4-dev.82 → 1.3.0-dev.84

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 +0 -2
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -554,8 +554,6 @@ interface RoleRequest {
554
554
  interface RolesFilter {
555
555
  /** Búsqueda general */
556
556
  Search?: string;
557
- /** Filtro por tipo de usuario */
558
- UserTypeId?: number;
559
557
  /** Filtro por nombre del rol (búsqueda parcial) */
560
558
  Role?: string;
561
559
  /** Filtro por descripción (búsqueda parcial) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "falconhub-apilibrary",
3
- "version": "1.2.4-dev.82",
3
+ "version": "1.3.0-dev.84",
4
4
  "description": "FalconHUB SKD",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",