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.
- package/dist/index.d.mts +0 -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) */
|