@erpp/react-api-cronos-frontend 1.0.29 → 1.0.30
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 +31 -31
- package/dist/index.d.ts +31 -31
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3721,7 +3721,7 @@ declare function createApiHooksBase<TDTO extends object, TCreate extends object,
|
|
|
3721
3721
|
error: Error | null;
|
|
3722
3722
|
isFetching: boolean;
|
|
3723
3723
|
isLoading: boolean;
|
|
3724
|
-
refetch: () => Promise<void>;
|
|
3724
|
+
refetch: (newParams?: GetByIdParams<TQuery>) => Promise<void>;
|
|
3725
3725
|
};
|
|
3726
3726
|
useFetchList: (params: QueryParams<TQuery>, config?: useFetchListConfig) => {
|
|
3727
3727
|
data: PaginatedResponse<TResponse> | null;
|
|
@@ -4148,7 +4148,7 @@ declare const useFetchByIdAdeudo: (params: GetByIdParams<AdeudoQuery>) => {
|
|
|
4148
4148
|
error: Error | null;
|
|
4149
4149
|
isFetching: boolean;
|
|
4150
4150
|
isLoading: boolean;
|
|
4151
|
-
refetch: () => Promise<void>;
|
|
4151
|
+
refetch: (newParams?: GetByIdParams<AdeudoQuery> | undefined) => Promise<void>;
|
|
4152
4152
|
};
|
|
4153
4153
|
/** @description Hook para useFetchList de la entidad adeudo */
|
|
4154
4154
|
declare const useFetchListAdeudo: (params: QueryParams<AdeudoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4210,7 +4210,7 @@ declare const useFetchByIdCatColor: (params: GetByIdParams<CatColorQuery>) => {
|
|
|
4210
4210
|
error: Error | null;
|
|
4211
4211
|
isFetching: boolean;
|
|
4212
4212
|
isLoading: boolean;
|
|
4213
|
-
refetch: () => Promise<void>;
|
|
4213
|
+
refetch: (newParams?: GetByIdParams<CatColorQuery> | undefined) => Promise<void>;
|
|
4214
4214
|
};
|
|
4215
4215
|
/** @description Hook para useFetchList de la entidad cat_color */
|
|
4216
4216
|
declare const useFetchListCatColor: (params: QueryParams<CatColorQuery>, config?: useFetchListConfig) => {
|
|
@@ -4272,7 +4272,7 @@ declare const useFetchByIdCatColorGrupo: (params: GetByIdParams<CatColorGrupoQue
|
|
|
4272
4272
|
error: Error | null;
|
|
4273
4273
|
isFetching: boolean;
|
|
4274
4274
|
isLoading: boolean;
|
|
4275
|
-
refetch: () => Promise<void>;
|
|
4275
|
+
refetch: (newParams?: GetByIdParams<CatColorGrupoQuery> | undefined) => Promise<void>;
|
|
4276
4276
|
};
|
|
4277
4277
|
/** @description Hook para useFetchList de la entidad cat_color_grupo */
|
|
4278
4278
|
declare const useFetchListCatColorGrupo: (params: QueryParams<CatColorGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4334,7 +4334,7 @@ declare const useFetchByIdCatGraficaGrupo: (params: GetByIdParams<CatGraficaGrup
|
|
|
4334
4334
|
error: Error | null;
|
|
4335
4335
|
isFetching: boolean;
|
|
4336
4336
|
isLoading: boolean;
|
|
4337
|
-
refetch: () => Promise<void>;
|
|
4337
|
+
refetch: (newParams?: GetByIdParams<CatGraficaGrupoQuery> | undefined) => Promise<void>;
|
|
4338
4338
|
};
|
|
4339
4339
|
/** @description Hook para useFetchList de la entidad cat_grafica_grupo */
|
|
4340
4340
|
declare const useFetchListCatGraficaGrupo: (params: QueryParams<CatGraficaGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4396,7 +4396,7 @@ declare const useFetchByIdCatRolGrupo: (params: GetByIdParams<CatRolGrupoQuery>)
|
|
|
4396
4396
|
error: Error | null;
|
|
4397
4397
|
isFetching: boolean;
|
|
4398
4398
|
isLoading: boolean;
|
|
4399
|
-
refetch: () => Promise<void>;
|
|
4399
|
+
refetch: (newParams?: GetByIdParams<CatRolGrupoQuery> | undefined) => Promise<void>;
|
|
4400
4400
|
};
|
|
4401
4401
|
/** @description Hook para useFetchList de la entidad cat_rol_grupo */
|
|
4402
4402
|
declare const useFetchListCatRolGrupo: (params: QueryParams<CatRolGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4458,7 +4458,7 @@ declare const useFetchByIdCatTema: (params: GetByIdParams<CatTemaQuery>) => {
|
|
|
4458
4458
|
error: Error | null;
|
|
4459
4459
|
isFetching: boolean;
|
|
4460
4460
|
isLoading: boolean;
|
|
4461
|
-
refetch: () => Promise<void>;
|
|
4461
|
+
refetch: (newParams?: GetByIdParams<CatTemaQuery> | undefined) => Promise<void>;
|
|
4462
4462
|
};
|
|
4463
4463
|
/** @description Hook para useFetchList de la entidad cat_tema */
|
|
4464
4464
|
declare const useFetchListCatTema: (params: QueryParams<CatTemaQuery>, config?: useFetchListConfig) => {
|
|
@@ -4520,7 +4520,7 @@ declare const useFetchByIdDashboardEstilo: (params: GetByIdParams<DashboardEstil
|
|
|
4520
4520
|
error: Error | null;
|
|
4521
4521
|
isFetching: boolean;
|
|
4522
4522
|
isLoading: boolean;
|
|
4523
|
-
refetch: () => Promise<void>;
|
|
4523
|
+
refetch: (newParams?: GetByIdParams<DashboardEstiloQuery> | undefined) => Promise<void>;
|
|
4524
4524
|
};
|
|
4525
4525
|
/** @description Hook para useFetchList de la entidad dashboard_estilo */
|
|
4526
4526
|
declare const useFetchListDashboardEstilo: (params: QueryParams<DashboardEstiloQuery>, config?: useFetchListConfig) => {
|
|
@@ -4582,7 +4582,7 @@ declare const useFetchByIdDashboardGrafica: (params: GetByIdParams<DashboardGraf
|
|
|
4582
4582
|
error: Error | null;
|
|
4583
4583
|
isFetching: boolean;
|
|
4584
4584
|
isLoading: boolean;
|
|
4585
|
-
refetch: () => Promise<void>;
|
|
4585
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaQuery> | undefined) => Promise<void>;
|
|
4586
4586
|
};
|
|
4587
4587
|
/** @description Hook para useFetchList de la entidad dashboard_grafica */
|
|
4588
4588
|
declare const useFetchListDashboardGrafica: (params: QueryParams<DashboardGraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -4644,7 +4644,7 @@ declare const useFetchByIdDashboardGraficaElemento: (params: GetByIdParams<Dashb
|
|
|
4644
4644
|
error: Error | null;
|
|
4645
4645
|
isFetching: boolean;
|
|
4646
4646
|
isLoading: boolean;
|
|
4647
|
-
refetch: () => Promise<void>;
|
|
4647
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoQuery> | undefined) => Promise<void>;
|
|
4648
4648
|
};
|
|
4649
4649
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento */
|
|
4650
4650
|
declare const useFetchListDashboardGraficaElemento: (params: QueryParams<DashboardGraficaElementoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4713,7 +4713,7 @@ declare const useFetchByIdDashboardGraficaElementoDetalle: (params: GetByIdParam
|
|
|
4713
4713
|
error: Error | null;
|
|
4714
4714
|
isFetching: boolean;
|
|
4715
4715
|
isLoading: boolean;
|
|
4716
|
-
refetch: () => Promise<void>;
|
|
4716
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoDetalleQuery> | undefined) => Promise<void>;
|
|
4717
4717
|
};
|
|
4718
4718
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento_detalle */
|
|
4719
4719
|
declare const useFetchListDashboardGraficaElementoDetalle: (params: QueryParams<DashboardGraficaElementoDetalleQuery>, config?: useFetchListConfig) => {
|
|
@@ -4775,7 +4775,7 @@ declare const useFetchByIdDashboardGraficaElementoEstilo: (params: GetByIdParams
|
|
|
4775
4775
|
error: Error | null;
|
|
4776
4776
|
isFetching: boolean;
|
|
4777
4777
|
isLoading: boolean;
|
|
4778
|
-
refetch: () => Promise<void>;
|
|
4778
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoEstiloQuery> | undefined) => Promise<void>;
|
|
4779
4779
|
};
|
|
4780
4780
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento_estilo */
|
|
4781
4781
|
declare const useFetchListDashboardGraficaElementoEstilo: (params: QueryParams<DashboardGraficaElementoEstiloQuery>, config?: useFetchListConfig) => {
|
|
@@ -4837,7 +4837,7 @@ declare const useFetchByIdDashboardGraficaElementoParametro: (params: GetByIdPar
|
|
|
4837
4837
|
error: Error | null;
|
|
4838
4838
|
isFetching: boolean;
|
|
4839
4839
|
isLoading: boolean;
|
|
4840
|
-
refetch: () => Promise<void>;
|
|
4840
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoParametroQuery> | undefined) => Promise<void>;
|
|
4841
4841
|
};
|
|
4842
4842
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento_parametro */
|
|
4843
4843
|
declare const useFetchListDashboardGraficaElementoParametro: (params: QueryParams<DashboardGraficaElementoParametroQuery>, config?: useFetchListConfig) => {
|
|
@@ -4899,7 +4899,7 @@ declare const useFetchByIdDashboardGraficaGrupo: (params: GetByIdParams<Dashboar
|
|
|
4899
4899
|
error: Error | null;
|
|
4900
4900
|
isFetching: boolean;
|
|
4901
4901
|
isLoading: boolean;
|
|
4902
|
-
refetch: () => Promise<void>;
|
|
4902
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaGrupoQuery> | undefined) => Promise<void>;
|
|
4903
4903
|
};
|
|
4904
4904
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_grupo */
|
|
4905
4905
|
declare const useFetchListDashboardGraficaGrupo: (params: QueryParams<DashboardGraficaGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4961,7 +4961,7 @@ declare const useFetchByIdDashboardGraficaGrupoEstilo: (params: GetByIdParams<Da
|
|
|
4961
4961
|
error: Error | null;
|
|
4962
4962
|
isFetching: boolean;
|
|
4963
4963
|
isLoading: boolean;
|
|
4964
|
-
refetch: () => Promise<void>;
|
|
4964
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaGrupoEstiloQuery> | undefined) => Promise<void>;
|
|
4965
4965
|
};
|
|
4966
4966
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_grupo_estilo */
|
|
4967
4967
|
declare const useFetchListDashboardGraficaGrupoEstilo: (params: QueryParams<DashboardGraficaGrupoEstiloQuery>, config?: useFetchListConfig) => {
|
|
@@ -5023,7 +5023,7 @@ declare const useFetchByIdDashboardGraficaGrupoRol: (params: GetByIdParams<Dashb
|
|
|
5023
5023
|
error: Error | null;
|
|
5024
5024
|
isFetching: boolean;
|
|
5025
5025
|
isLoading: boolean;
|
|
5026
|
-
refetch: () => Promise<void>;
|
|
5026
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaGrupoRolQuery> | undefined) => Promise<void>;
|
|
5027
5027
|
};
|
|
5028
5028
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_grupo_rol */
|
|
5029
5029
|
declare const useFetchListDashboardGraficaGrupoRol: (params: QueryParams<DashboardGraficaGrupoRolQuery>, config?: useFetchListConfig) => {
|
|
@@ -5085,7 +5085,7 @@ declare const useFetchByIdDashboardRuta: (params: GetByIdParams<DashboardRutaQue
|
|
|
5085
5085
|
error: Error | null;
|
|
5086
5086
|
isFetching: boolean;
|
|
5087
5087
|
isLoading: boolean;
|
|
5088
|
-
refetch: () => Promise<void>;
|
|
5088
|
+
refetch: (newParams?: GetByIdParams<DashboardRutaQuery> | undefined) => Promise<void>;
|
|
5089
5089
|
};
|
|
5090
5090
|
/** @description Hook para useFetchList de la entidad dashboard_ruta */
|
|
5091
5091
|
declare const useFetchListDashboardRuta: (params: QueryParams<DashboardRutaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5147,7 +5147,7 @@ declare const useFetchByIdGrafica: (params: GetByIdParams<GraficaQuery>) => {
|
|
|
5147
5147
|
error: Error | null;
|
|
5148
5148
|
isFetching: boolean;
|
|
5149
5149
|
isLoading: boolean;
|
|
5150
|
-
refetch: () => Promise<void>;
|
|
5150
|
+
refetch: (newParams?: GetByIdParams<GraficaQuery> | undefined) => Promise<void>;
|
|
5151
5151
|
};
|
|
5152
5152
|
/** @description Hook para useFetchList de la entidad grafica */
|
|
5153
5153
|
declare const useFetchListGrafica: (params: QueryParams<GraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5209,7 +5209,7 @@ declare const useFetchByIdGraficaColor: (params: GetByIdParams<GraficaColorQuery
|
|
|
5209
5209
|
error: Error | null;
|
|
5210
5210
|
isFetching: boolean;
|
|
5211
5211
|
isLoading: boolean;
|
|
5212
|
-
refetch: () => Promise<void>;
|
|
5212
|
+
refetch: (newParams?: GetByIdParams<GraficaColorQuery> | undefined) => Promise<void>;
|
|
5213
5213
|
};
|
|
5214
5214
|
/** @description Hook para useFetchList de la entidad grafica_color */
|
|
5215
5215
|
declare const useFetchListGraficaColor: (params: QueryParams<GraficaColorQuery>, config?: useFetchListConfig) => {
|
|
@@ -5271,7 +5271,7 @@ declare const useFetchByIdGraficaColorGrupo: (params: GetByIdParams<GraficaColor
|
|
|
5271
5271
|
error: Error | null;
|
|
5272
5272
|
isFetching: boolean;
|
|
5273
5273
|
isLoading: boolean;
|
|
5274
|
-
refetch: () => Promise<void>;
|
|
5274
|
+
refetch: (newParams?: GetByIdParams<GraficaColorGrupoQuery> | undefined) => Promise<void>;
|
|
5275
5275
|
};
|
|
5276
5276
|
/** @description Hook para useFetchList de la entidad grafica_color_grupo */
|
|
5277
5277
|
declare const useFetchListGraficaColorGrupo: (params: QueryParams<GraficaColorGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5333,7 +5333,7 @@ declare const useFetchByIdGraficaColorGrupoAsignacion: (params: GetByIdParams<Gr
|
|
|
5333
5333
|
error: Error | null;
|
|
5334
5334
|
isFetching: boolean;
|
|
5335
5335
|
isLoading: boolean;
|
|
5336
|
-
refetch: () => Promise<void>;
|
|
5336
|
+
refetch: (newParams?: GetByIdParams<GraficaColorGrupoAsignacionQuery> | undefined) => Promise<void>;
|
|
5337
5337
|
};
|
|
5338
5338
|
/** @description Hook para useFetchList de la entidad grafica_color_grupo_asignacion */
|
|
5339
5339
|
declare const useFetchListGraficaColorGrupoAsignacion: (params: QueryParams<GraficaColorGrupoAsignacionQuery>, config?: useFetchListConfig) => {
|
|
@@ -5395,7 +5395,7 @@ declare const useFetchByIdGraficaColorGrupoTipoGrafica: (params: GetByIdParams<G
|
|
|
5395
5395
|
error: Error | null;
|
|
5396
5396
|
isFetching: boolean;
|
|
5397
5397
|
isLoading: boolean;
|
|
5398
|
-
refetch: () => Promise<void>;
|
|
5398
|
+
refetch: (newParams?: GetByIdParams<GraficaColorGrupoTipoGraficaQuery> | undefined) => Promise<void>;
|
|
5399
5399
|
};
|
|
5400
5400
|
/** @description Hook para useFetchList de la entidad grafica_color_grupo_tipo_grafica */
|
|
5401
5401
|
declare const useFetchListGraficaColorGrupoTipoGrafica: (params: QueryParams<GraficaColorGrupoTipoGraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5457,7 +5457,7 @@ declare const useFetchByIdGraficaParametro: (params: GetByIdParams<GraficaParame
|
|
|
5457
5457
|
error: Error | null;
|
|
5458
5458
|
isFetching: boolean;
|
|
5459
5459
|
isLoading: boolean;
|
|
5460
|
-
refetch: () => Promise<void>;
|
|
5460
|
+
refetch: (newParams?: GetByIdParams<GraficaParametroQuery> | undefined) => Promise<void>;
|
|
5461
5461
|
};
|
|
5462
5462
|
/** @description Hook para useFetchList de la entidad grafica_parametro */
|
|
5463
5463
|
declare const useFetchListGraficaParametro: (params: QueryParams<GraficaParametroQuery>, config?: useFetchListConfig) => {
|
|
@@ -5519,7 +5519,7 @@ declare const useFetchByIdGraficaParametroDefecto: (params: GetByIdParams<Grafic
|
|
|
5519
5519
|
error: Error | null;
|
|
5520
5520
|
isFetching: boolean;
|
|
5521
5521
|
isLoading: boolean;
|
|
5522
|
-
refetch: () => Promise<void>;
|
|
5522
|
+
refetch: (newParams?: GetByIdParams<GraficaParametroDefectoQuery> | undefined) => Promise<void>;
|
|
5523
5523
|
};
|
|
5524
5524
|
/** @description Hook para useFetchList de la entidad grafica_parametro_defecto */
|
|
5525
5525
|
declare const useFetchListGraficaParametroDefecto: (params: QueryParams<GraficaParametroDefectoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5581,7 +5581,7 @@ declare const useFetchByIdGraficaParametroTipo: (params: GetByIdParams<GraficaPa
|
|
|
5581
5581
|
error: Error | null;
|
|
5582
5582
|
isFetching: boolean;
|
|
5583
5583
|
isLoading: boolean;
|
|
5584
|
-
refetch: () => Promise<void>;
|
|
5584
|
+
refetch: (newParams?: GetByIdParams<GraficaParametroTipoQuery> | undefined) => Promise<void>;
|
|
5585
5585
|
};
|
|
5586
5586
|
/** @description Hook para useFetchList de la entidad grafica_parametro_tipo */
|
|
5587
5587
|
declare const useFetchListGraficaParametroTipo: (params: QueryParams<GraficaParametroTipoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5643,7 +5643,7 @@ declare const useFetchByIdRol: (params: GetByIdParams<RolQuery>) => {
|
|
|
5643
5643
|
error: Error | null;
|
|
5644
5644
|
isFetching: boolean;
|
|
5645
5645
|
isLoading: boolean;
|
|
5646
|
-
refetch: () => Promise<void>;
|
|
5646
|
+
refetch: (newParams?: GetByIdParams<RolQuery> | undefined) => Promise<void>;
|
|
5647
5647
|
};
|
|
5648
5648
|
/** @description Hook para useFetchList de la entidad rol */
|
|
5649
5649
|
declare const useFetchListRol: (params: QueryParams<RolQuery>, config?: useFetchListConfig) => {
|
|
@@ -5705,7 +5705,7 @@ declare const useFetchByIdRolDashboardRuta: (params: GetByIdParams<RolDashboardR
|
|
|
5705
5705
|
error: Error | null;
|
|
5706
5706
|
isFetching: boolean;
|
|
5707
5707
|
isLoading: boolean;
|
|
5708
|
-
refetch: () => Promise<void>;
|
|
5708
|
+
refetch: (newParams?: GetByIdParams<RolDashboardRutaQuery> | undefined) => Promise<void>;
|
|
5709
5709
|
};
|
|
5710
5710
|
/** @description Hook para useFetchList de la entidad rol_dashboard_ruta */
|
|
5711
5711
|
declare const useFetchListRolDashboardRuta: (params: QueryParams<RolDashboardRutaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5767,7 +5767,7 @@ declare const useFetchByIdTipoGrafica: (params: GetByIdParams<TipoGraficaQuery>)
|
|
|
5767
5767
|
error: Error | null;
|
|
5768
5768
|
isFetching: boolean;
|
|
5769
5769
|
isLoading: boolean;
|
|
5770
|
-
refetch: () => Promise<void>;
|
|
5770
|
+
refetch: (newParams?: GetByIdParams<TipoGraficaQuery> | undefined) => Promise<void>;
|
|
5771
5771
|
};
|
|
5772
5772
|
/** @description Hook para useFetchList de la entidad tipo_grafica */
|
|
5773
5773
|
declare const useFetchListTipoGrafica: (params: QueryParams<TipoGraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5829,7 +5829,7 @@ declare const useFetchByIdUsuario: (params: GetByIdParams<UsuarioQuery>) => {
|
|
|
5829
5829
|
error: Error | null;
|
|
5830
5830
|
isFetching: boolean;
|
|
5831
5831
|
isLoading: boolean;
|
|
5832
|
-
refetch: () => Promise<void>;
|
|
5832
|
+
refetch: (newParams?: GetByIdParams<UsuarioQuery> | undefined) => Promise<void>;
|
|
5833
5833
|
};
|
|
5834
5834
|
/** @description Hook para useFetchList de la entidad usuario */
|
|
5835
5835
|
declare const useFetchListUsuario: (params: QueryParams<UsuarioQuery>, config?: useFetchListConfig) => {
|
|
@@ -5891,7 +5891,7 @@ declare const useFetchByIdUsuarioDashboardAcceso: (params: GetByIdParams<Usuario
|
|
|
5891
5891
|
error: Error | null;
|
|
5892
5892
|
isFetching: boolean;
|
|
5893
5893
|
isLoading: boolean;
|
|
5894
|
-
refetch: () => Promise<void>;
|
|
5894
|
+
refetch: (newParams?: GetByIdParams<UsuarioDashboardAccesoQuery> | undefined) => Promise<void>;
|
|
5895
5895
|
};
|
|
5896
5896
|
/** @description Hook para useFetchList de la entidad usuario_dashboard_acceso */
|
|
5897
5897
|
declare const useFetchListUsuarioDashboardAcceso: (params: QueryParams<UsuarioDashboardAccesoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5953,7 +5953,7 @@ declare const useFetchByIdUsuarioRol: (params: GetByIdParams<UsuarioRolQuery>) =
|
|
|
5953
5953
|
error: Error | null;
|
|
5954
5954
|
isFetching: boolean;
|
|
5955
5955
|
isLoading: boolean;
|
|
5956
|
-
refetch: () => Promise<void>;
|
|
5956
|
+
refetch: (newParams?: GetByIdParams<UsuarioRolQuery> | undefined) => Promise<void>;
|
|
5957
5957
|
};
|
|
5958
5958
|
/** @description Hook para useFetchList de la entidad usuario_rol */
|
|
5959
5959
|
declare const useFetchListUsuarioRol: (params: QueryParams<UsuarioRolQuery>, config?: useFetchListConfig) => {
|
package/dist/index.d.ts
CHANGED
|
@@ -3721,7 +3721,7 @@ declare function createApiHooksBase<TDTO extends object, TCreate extends object,
|
|
|
3721
3721
|
error: Error | null;
|
|
3722
3722
|
isFetching: boolean;
|
|
3723
3723
|
isLoading: boolean;
|
|
3724
|
-
refetch: () => Promise<void>;
|
|
3724
|
+
refetch: (newParams?: GetByIdParams<TQuery>) => Promise<void>;
|
|
3725
3725
|
};
|
|
3726
3726
|
useFetchList: (params: QueryParams<TQuery>, config?: useFetchListConfig) => {
|
|
3727
3727
|
data: PaginatedResponse<TResponse> | null;
|
|
@@ -4148,7 +4148,7 @@ declare const useFetchByIdAdeudo: (params: GetByIdParams<AdeudoQuery>) => {
|
|
|
4148
4148
|
error: Error | null;
|
|
4149
4149
|
isFetching: boolean;
|
|
4150
4150
|
isLoading: boolean;
|
|
4151
|
-
refetch: () => Promise<void>;
|
|
4151
|
+
refetch: (newParams?: GetByIdParams<AdeudoQuery> | undefined) => Promise<void>;
|
|
4152
4152
|
};
|
|
4153
4153
|
/** @description Hook para useFetchList de la entidad adeudo */
|
|
4154
4154
|
declare const useFetchListAdeudo: (params: QueryParams<AdeudoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4210,7 +4210,7 @@ declare const useFetchByIdCatColor: (params: GetByIdParams<CatColorQuery>) => {
|
|
|
4210
4210
|
error: Error | null;
|
|
4211
4211
|
isFetching: boolean;
|
|
4212
4212
|
isLoading: boolean;
|
|
4213
|
-
refetch: () => Promise<void>;
|
|
4213
|
+
refetch: (newParams?: GetByIdParams<CatColorQuery> | undefined) => Promise<void>;
|
|
4214
4214
|
};
|
|
4215
4215
|
/** @description Hook para useFetchList de la entidad cat_color */
|
|
4216
4216
|
declare const useFetchListCatColor: (params: QueryParams<CatColorQuery>, config?: useFetchListConfig) => {
|
|
@@ -4272,7 +4272,7 @@ declare const useFetchByIdCatColorGrupo: (params: GetByIdParams<CatColorGrupoQue
|
|
|
4272
4272
|
error: Error | null;
|
|
4273
4273
|
isFetching: boolean;
|
|
4274
4274
|
isLoading: boolean;
|
|
4275
|
-
refetch: () => Promise<void>;
|
|
4275
|
+
refetch: (newParams?: GetByIdParams<CatColorGrupoQuery> | undefined) => Promise<void>;
|
|
4276
4276
|
};
|
|
4277
4277
|
/** @description Hook para useFetchList de la entidad cat_color_grupo */
|
|
4278
4278
|
declare const useFetchListCatColorGrupo: (params: QueryParams<CatColorGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4334,7 +4334,7 @@ declare const useFetchByIdCatGraficaGrupo: (params: GetByIdParams<CatGraficaGrup
|
|
|
4334
4334
|
error: Error | null;
|
|
4335
4335
|
isFetching: boolean;
|
|
4336
4336
|
isLoading: boolean;
|
|
4337
|
-
refetch: () => Promise<void>;
|
|
4337
|
+
refetch: (newParams?: GetByIdParams<CatGraficaGrupoQuery> | undefined) => Promise<void>;
|
|
4338
4338
|
};
|
|
4339
4339
|
/** @description Hook para useFetchList de la entidad cat_grafica_grupo */
|
|
4340
4340
|
declare const useFetchListCatGraficaGrupo: (params: QueryParams<CatGraficaGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4396,7 +4396,7 @@ declare const useFetchByIdCatRolGrupo: (params: GetByIdParams<CatRolGrupoQuery>)
|
|
|
4396
4396
|
error: Error | null;
|
|
4397
4397
|
isFetching: boolean;
|
|
4398
4398
|
isLoading: boolean;
|
|
4399
|
-
refetch: () => Promise<void>;
|
|
4399
|
+
refetch: (newParams?: GetByIdParams<CatRolGrupoQuery> | undefined) => Promise<void>;
|
|
4400
4400
|
};
|
|
4401
4401
|
/** @description Hook para useFetchList de la entidad cat_rol_grupo */
|
|
4402
4402
|
declare const useFetchListCatRolGrupo: (params: QueryParams<CatRolGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4458,7 +4458,7 @@ declare const useFetchByIdCatTema: (params: GetByIdParams<CatTemaQuery>) => {
|
|
|
4458
4458
|
error: Error | null;
|
|
4459
4459
|
isFetching: boolean;
|
|
4460
4460
|
isLoading: boolean;
|
|
4461
|
-
refetch: () => Promise<void>;
|
|
4461
|
+
refetch: (newParams?: GetByIdParams<CatTemaQuery> | undefined) => Promise<void>;
|
|
4462
4462
|
};
|
|
4463
4463
|
/** @description Hook para useFetchList de la entidad cat_tema */
|
|
4464
4464
|
declare const useFetchListCatTema: (params: QueryParams<CatTemaQuery>, config?: useFetchListConfig) => {
|
|
@@ -4520,7 +4520,7 @@ declare const useFetchByIdDashboardEstilo: (params: GetByIdParams<DashboardEstil
|
|
|
4520
4520
|
error: Error | null;
|
|
4521
4521
|
isFetching: boolean;
|
|
4522
4522
|
isLoading: boolean;
|
|
4523
|
-
refetch: () => Promise<void>;
|
|
4523
|
+
refetch: (newParams?: GetByIdParams<DashboardEstiloQuery> | undefined) => Promise<void>;
|
|
4524
4524
|
};
|
|
4525
4525
|
/** @description Hook para useFetchList de la entidad dashboard_estilo */
|
|
4526
4526
|
declare const useFetchListDashboardEstilo: (params: QueryParams<DashboardEstiloQuery>, config?: useFetchListConfig) => {
|
|
@@ -4582,7 +4582,7 @@ declare const useFetchByIdDashboardGrafica: (params: GetByIdParams<DashboardGraf
|
|
|
4582
4582
|
error: Error | null;
|
|
4583
4583
|
isFetching: boolean;
|
|
4584
4584
|
isLoading: boolean;
|
|
4585
|
-
refetch: () => Promise<void>;
|
|
4585
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaQuery> | undefined) => Promise<void>;
|
|
4586
4586
|
};
|
|
4587
4587
|
/** @description Hook para useFetchList de la entidad dashboard_grafica */
|
|
4588
4588
|
declare const useFetchListDashboardGrafica: (params: QueryParams<DashboardGraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -4644,7 +4644,7 @@ declare const useFetchByIdDashboardGraficaElemento: (params: GetByIdParams<Dashb
|
|
|
4644
4644
|
error: Error | null;
|
|
4645
4645
|
isFetching: boolean;
|
|
4646
4646
|
isLoading: boolean;
|
|
4647
|
-
refetch: () => Promise<void>;
|
|
4647
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoQuery> | undefined) => Promise<void>;
|
|
4648
4648
|
};
|
|
4649
4649
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento */
|
|
4650
4650
|
declare const useFetchListDashboardGraficaElemento: (params: QueryParams<DashboardGraficaElementoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4713,7 +4713,7 @@ declare const useFetchByIdDashboardGraficaElementoDetalle: (params: GetByIdParam
|
|
|
4713
4713
|
error: Error | null;
|
|
4714
4714
|
isFetching: boolean;
|
|
4715
4715
|
isLoading: boolean;
|
|
4716
|
-
refetch: () => Promise<void>;
|
|
4716
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoDetalleQuery> | undefined) => Promise<void>;
|
|
4717
4717
|
};
|
|
4718
4718
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento_detalle */
|
|
4719
4719
|
declare const useFetchListDashboardGraficaElementoDetalle: (params: QueryParams<DashboardGraficaElementoDetalleQuery>, config?: useFetchListConfig) => {
|
|
@@ -4775,7 +4775,7 @@ declare const useFetchByIdDashboardGraficaElementoEstilo: (params: GetByIdParams
|
|
|
4775
4775
|
error: Error | null;
|
|
4776
4776
|
isFetching: boolean;
|
|
4777
4777
|
isLoading: boolean;
|
|
4778
|
-
refetch: () => Promise<void>;
|
|
4778
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoEstiloQuery> | undefined) => Promise<void>;
|
|
4779
4779
|
};
|
|
4780
4780
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento_estilo */
|
|
4781
4781
|
declare const useFetchListDashboardGraficaElementoEstilo: (params: QueryParams<DashboardGraficaElementoEstiloQuery>, config?: useFetchListConfig) => {
|
|
@@ -4837,7 +4837,7 @@ declare const useFetchByIdDashboardGraficaElementoParametro: (params: GetByIdPar
|
|
|
4837
4837
|
error: Error | null;
|
|
4838
4838
|
isFetching: boolean;
|
|
4839
4839
|
isLoading: boolean;
|
|
4840
|
-
refetch: () => Promise<void>;
|
|
4840
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaElementoParametroQuery> | undefined) => Promise<void>;
|
|
4841
4841
|
};
|
|
4842
4842
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_elemento_parametro */
|
|
4843
4843
|
declare const useFetchListDashboardGraficaElementoParametro: (params: QueryParams<DashboardGraficaElementoParametroQuery>, config?: useFetchListConfig) => {
|
|
@@ -4899,7 +4899,7 @@ declare const useFetchByIdDashboardGraficaGrupo: (params: GetByIdParams<Dashboar
|
|
|
4899
4899
|
error: Error | null;
|
|
4900
4900
|
isFetching: boolean;
|
|
4901
4901
|
isLoading: boolean;
|
|
4902
|
-
refetch: () => Promise<void>;
|
|
4902
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaGrupoQuery> | undefined) => Promise<void>;
|
|
4903
4903
|
};
|
|
4904
4904
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_grupo */
|
|
4905
4905
|
declare const useFetchListDashboardGraficaGrupo: (params: QueryParams<DashboardGraficaGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -4961,7 +4961,7 @@ declare const useFetchByIdDashboardGraficaGrupoEstilo: (params: GetByIdParams<Da
|
|
|
4961
4961
|
error: Error | null;
|
|
4962
4962
|
isFetching: boolean;
|
|
4963
4963
|
isLoading: boolean;
|
|
4964
|
-
refetch: () => Promise<void>;
|
|
4964
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaGrupoEstiloQuery> | undefined) => Promise<void>;
|
|
4965
4965
|
};
|
|
4966
4966
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_grupo_estilo */
|
|
4967
4967
|
declare const useFetchListDashboardGraficaGrupoEstilo: (params: QueryParams<DashboardGraficaGrupoEstiloQuery>, config?: useFetchListConfig) => {
|
|
@@ -5023,7 +5023,7 @@ declare const useFetchByIdDashboardGraficaGrupoRol: (params: GetByIdParams<Dashb
|
|
|
5023
5023
|
error: Error | null;
|
|
5024
5024
|
isFetching: boolean;
|
|
5025
5025
|
isLoading: boolean;
|
|
5026
|
-
refetch: () => Promise<void>;
|
|
5026
|
+
refetch: (newParams?: GetByIdParams<DashboardGraficaGrupoRolQuery> | undefined) => Promise<void>;
|
|
5027
5027
|
};
|
|
5028
5028
|
/** @description Hook para useFetchList de la entidad dashboard_grafica_grupo_rol */
|
|
5029
5029
|
declare const useFetchListDashboardGraficaGrupoRol: (params: QueryParams<DashboardGraficaGrupoRolQuery>, config?: useFetchListConfig) => {
|
|
@@ -5085,7 +5085,7 @@ declare const useFetchByIdDashboardRuta: (params: GetByIdParams<DashboardRutaQue
|
|
|
5085
5085
|
error: Error | null;
|
|
5086
5086
|
isFetching: boolean;
|
|
5087
5087
|
isLoading: boolean;
|
|
5088
|
-
refetch: () => Promise<void>;
|
|
5088
|
+
refetch: (newParams?: GetByIdParams<DashboardRutaQuery> | undefined) => Promise<void>;
|
|
5089
5089
|
};
|
|
5090
5090
|
/** @description Hook para useFetchList de la entidad dashboard_ruta */
|
|
5091
5091
|
declare const useFetchListDashboardRuta: (params: QueryParams<DashboardRutaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5147,7 +5147,7 @@ declare const useFetchByIdGrafica: (params: GetByIdParams<GraficaQuery>) => {
|
|
|
5147
5147
|
error: Error | null;
|
|
5148
5148
|
isFetching: boolean;
|
|
5149
5149
|
isLoading: boolean;
|
|
5150
|
-
refetch: () => Promise<void>;
|
|
5150
|
+
refetch: (newParams?: GetByIdParams<GraficaQuery> | undefined) => Promise<void>;
|
|
5151
5151
|
};
|
|
5152
5152
|
/** @description Hook para useFetchList de la entidad grafica */
|
|
5153
5153
|
declare const useFetchListGrafica: (params: QueryParams<GraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5209,7 +5209,7 @@ declare const useFetchByIdGraficaColor: (params: GetByIdParams<GraficaColorQuery
|
|
|
5209
5209
|
error: Error | null;
|
|
5210
5210
|
isFetching: boolean;
|
|
5211
5211
|
isLoading: boolean;
|
|
5212
|
-
refetch: () => Promise<void>;
|
|
5212
|
+
refetch: (newParams?: GetByIdParams<GraficaColorQuery> | undefined) => Promise<void>;
|
|
5213
5213
|
};
|
|
5214
5214
|
/** @description Hook para useFetchList de la entidad grafica_color */
|
|
5215
5215
|
declare const useFetchListGraficaColor: (params: QueryParams<GraficaColorQuery>, config?: useFetchListConfig) => {
|
|
@@ -5271,7 +5271,7 @@ declare const useFetchByIdGraficaColorGrupo: (params: GetByIdParams<GraficaColor
|
|
|
5271
5271
|
error: Error | null;
|
|
5272
5272
|
isFetching: boolean;
|
|
5273
5273
|
isLoading: boolean;
|
|
5274
|
-
refetch: () => Promise<void>;
|
|
5274
|
+
refetch: (newParams?: GetByIdParams<GraficaColorGrupoQuery> | undefined) => Promise<void>;
|
|
5275
5275
|
};
|
|
5276
5276
|
/** @description Hook para useFetchList de la entidad grafica_color_grupo */
|
|
5277
5277
|
declare const useFetchListGraficaColorGrupo: (params: QueryParams<GraficaColorGrupoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5333,7 +5333,7 @@ declare const useFetchByIdGraficaColorGrupoAsignacion: (params: GetByIdParams<Gr
|
|
|
5333
5333
|
error: Error | null;
|
|
5334
5334
|
isFetching: boolean;
|
|
5335
5335
|
isLoading: boolean;
|
|
5336
|
-
refetch: () => Promise<void>;
|
|
5336
|
+
refetch: (newParams?: GetByIdParams<GraficaColorGrupoAsignacionQuery> | undefined) => Promise<void>;
|
|
5337
5337
|
};
|
|
5338
5338
|
/** @description Hook para useFetchList de la entidad grafica_color_grupo_asignacion */
|
|
5339
5339
|
declare const useFetchListGraficaColorGrupoAsignacion: (params: QueryParams<GraficaColorGrupoAsignacionQuery>, config?: useFetchListConfig) => {
|
|
@@ -5395,7 +5395,7 @@ declare const useFetchByIdGraficaColorGrupoTipoGrafica: (params: GetByIdParams<G
|
|
|
5395
5395
|
error: Error | null;
|
|
5396
5396
|
isFetching: boolean;
|
|
5397
5397
|
isLoading: boolean;
|
|
5398
|
-
refetch: () => Promise<void>;
|
|
5398
|
+
refetch: (newParams?: GetByIdParams<GraficaColorGrupoTipoGraficaQuery> | undefined) => Promise<void>;
|
|
5399
5399
|
};
|
|
5400
5400
|
/** @description Hook para useFetchList de la entidad grafica_color_grupo_tipo_grafica */
|
|
5401
5401
|
declare const useFetchListGraficaColorGrupoTipoGrafica: (params: QueryParams<GraficaColorGrupoTipoGraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5457,7 +5457,7 @@ declare const useFetchByIdGraficaParametro: (params: GetByIdParams<GraficaParame
|
|
|
5457
5457
|
error: Error | null;
|
|
5458
5458
|
isFetching: boolean;
|
|
5459
5459
|
isLoading: boolean;
|
|
5460
|
-
refetch: () => Promise<void>;
|
|
5460
|
+
refetch: (newParams?: GetByIdParams<GraficaParametroQuery> | undefined) => Promise<void>;
|
|
5461
5461
|
};
|
|
5462
5462
|
/** @description Hook para useFetchList de la entidad grafica_parametro */
|
|
5463
5463
|
declare const useFetchListGraficaParametro: (params: QueryParams<GraficaParametroQuery>, config?: useFetchListConfig) => {
|
|
@@ -5519,7 +5519,7 @@ declare const useFetchByIdGraficaParametroDefecto: (params: GetByIdParams<Grafic
|
|
|
5519
5519
|
error: Error | null;
|
|
5520
5520
|
isFetching: boolean;
|
|
5521
5521
|
isLoading: boolean;
|
|
5522
|
-
refetch: () => Promise<void>;
|
|
5522
|
+
refetch: (newParams?: GetByIdParams<GraficaParametroDefectoQuery> | undefined) => Promise<void>;
|
|
5523
5523
|
};
|
|
5524
5524
|
/** @description Hook para useFetchList de la entidad grafica_parametro_defecto */
|
|
5525
5525
|
declare const useFetchListGraficaParametroDefecto: (params: QueryParams<GraficaParametroDefectoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5581,7 +5581,7 @@ declare const useFetchByIdGraficaParametroTipo: (params: GetByIdParams<GraficaPa
|
|
|
5581
5581
|
error: Error | null;
|
|
5582
5582
|
isFetching: boolean;
|
|
5583
5583
|
isLoading: boolean;
|
|
5584
|
-
refetch: () => Promise<void>;
|
|
5584
|
+
refetch: (newParams?: GetByIdParams<GraficaParametroTipoQuery> | undefined) => Promise<void>;
|
|
5585
5585
|
};
|
|
5586
5586
|
/** @description Hook para useFetchList de la entidad grafica_parametro_tipo */
|
|
5587
5587
|
declare const useFetchListGraficaParametroTipo: (params: QueryParams<GraficaParametroTipoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5643,7 +5643,7 @@ declare const useFetchByIdRol: (params: GetByIdParams<RolQuery>) => {
|
|
|
5643
5643
|
error: Error | null;
|
|
5644
5644
|
isFetching: boolean;
|
|
5645
5645
|
isLoading: boolean;
|
|
5646
|
-
refetch: () => Promise<void>;
|
|
5646
|
+
refetch: (newParams?: GetByIdParams<RolQuery> | undefined) => Promise<void>;
|
|
5647
5647
|
};
|
|
5648
5648
|
/** @description Hook para useFetchList de la entidad rol */
|
|
5649
5649
|
declare const useFetchListRol: (params: QueryParams<RolQuery>, config?: useFetchListConfig) => {
|
|
@@ -5705,7 +5705,7 @@ declare const useFetchByIdRolDashboardRuta: (params: GetByIdParams<RolDashboardR
|
|
|
5705
5705
|
error: Error | null;
|
|
5706
5706
|
isFetching: boolean;
|
|
5707
5707
|
isLoading: boolean;
|
|
5708
|
-
refetch: () => Promise<void>;
|
|
5708
|
+
refetch: (newParams?: GetByIdParams<RolDashboardRutaQuery> | undefined) => Promise<void>;
|
|
5709
5709
|
};
|
|
5710
5710
|
/** @description Hook para useFetchList de la entidad rol_dashboard_ruta */
|
|
5711
5711
|
declare const useFetchListRolDashboardRuta: (params: QueryParams<RolDashboardRutaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5767,7 +5767,7 @@ declare const useFetchByIdTipoGrafica: (params: GetByIdParams<TipoGraficaQuery>)
|
|
|
5767
5767
|
error: Error | null;
|
|
5768
5768
|
isFetching: boolean;
|
|
5769
5769
|
isLoading: boolean;
|
|
5770
|
-
refetch: () => Promise<void>;
|
|
5770
|
+
refetch: (newParams?: GetByIdParams<TipoGraficaQuery> | undefined) => Promise<void>;
|
|
5771
5771
|
};
|
|
5772
5772
|
/** @description Hook para useFetchList de la entidad tipo_grafica */
|
|
5773
5773
|
declare const useFetchListTipoGrafica: (params: QueryParams<TipoGraficaQuery>, config?: useFetchListConfig) => {
|
|
@@ -5829,7 +5829,7 @@ declare const useFetchByIdUsuario: (params: GetByIdParams<UsuarioQuery>) => {
|
|
|
5829
5829
|
error: Error | null;
|
|
5830
5830
|
isFetching: boolean;
|
|
5831
5831
|
isLoading: boolean;
|
|
5832
|
-
refetch: () => Promise<void>;
|
|
5832
|
+
refetch: (newParams?: GetByIdParams<UsuarioQuery> | undefined) => Promise<void>;
|
|
5833
5833
|
};
|
|
5834
5834
|
/** @description Hook para useFetchList de la entidad usuario */
|
|
5835
5835
|
declare const useFetchListUsuario: (params: QueryParams<UsuarioQuery>, config?: useFetchListConfig) => {
|
|
@@ -5891,7 +5891,7 @@ declare const useFetchByIdUsuarioDashboardAcceso: (params: GetByIdParams<Usuario
|
|
|
5891
5891
|
error: Error | null;
|
|
5892
5892
|
isFetching: boolean;
|
|
5893
5893
|
isLoading: boolean;
|
|
5894
|
-
refetch: () => Promise<void>;
|
|
5894
|
+
refetch: (newParams?: GetByIdParams<UsuarioDashboardAccesoQuery> | undefined) => Promise<void>;
|
|
5895
5895
|
};
|
|
5896
5896
|
/** @description Hook para useFetchList de la entidad usuario_dashboard_acceso */
|
|
5897
5897
|
declare const useFetchListUsuarioDashboardAcceso: (params: QueryParams<UsuarioDashboardAccesoQuery>, config?: useFetchListConfig) => {
|
|
@@ -5953,7 +5953,7 @@ declare const useFetchByIdUsuarioRol: (params: GetByIdParams<UsuarioRolQuery>) =
|
|
|
5953
5953
|
error: Error | null;
|
|
5954
5954
|
isFetching: boolean;
|
|
5955
5955
|
isLoading: boolean;
|
|
5956
|
-
refetch: () => Promise<void>;
|
|
5956
|
+
refetch: (newParams?: GetByIdParams<UsuarioRolQuery> | undefined) => Promise<void>;
|
|
5957
5957
|
};
|
|
5958
5958
|
/** @description Hook para useFetchList de la entidad usuario_rol */
|
|
5959
5959
|
declare const useFetchListUsuarioRol: (params: QueryParams<UsuarioRolQuery>, config?: useFetchListConfig) => {
|