changes: Add to tracking generated Kubb files
This commit is contained in:
72
src/ASPBaseOIDC.Web.Ui/src/api/hooks/index.ts
Normal file
72
src/ASPBaseOIDC.Web.Ui/src/api/hooks/index.ts
Normal file
@@ -0,0 +1,72 @@
|
||||
export type { DeleteApiServicesAppExternalauthproviderDeleteproviderMutationKey } from "./useDeleteApiServicesAppExternalauthproviderDeleteprovider.ts";
|
||||
export type { DeleteApiServicesAppRoleDeleteMutationKey } from "./useDeleteApiServicesAppRoleDelete.ts";
|
||||
export type { DeleteApiServicesAppTenantDeleteMutationKey } from "./useDeleteApiServicesAppTenantDelete.ts";
|
||||
export type { DeleteApiServicesAppUserDeleteMutationKey } from "./useDeleteApiServicesAppUserDelete.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetallprovidersQueryKey } from "./useGetApiServicesAppExternalauthproviderGetallproviders.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetenabledprovidersQueryKey } from "./useGetApiServicesAppExternalauthproviderGetenabledproviders.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetproviderQueryKey } from "./useGetApiServicesAppExternalauthproviderGetprovider.ts";
|
||||
export type { GetApiServicesAppRoleGetQueryKey } from "./useGetApiServicesAppRoleGet.ts";
|
||||
export type { GetApiServicesAppRoleGetallQueryKey } from "./useGetApiServicesAppRoleGetall.ts";
|
||||
export type { GetApiServicesAppRoleGetallpermissionsQueryKey } from "./useGetApiServicesAppRoleGetallpermissions.ts";
|
||||
export type { GetApiServicesAppRoleGetroleforeditQueryKey } from "./useGetApiServicesAppRoleGetroleforedit.ts";
|
||||
export type { GetApiServicesAppRoleGetrolesQueryKey } from "./useGetApiServicesAppRoleGetroles.ts";
|
||||
export type { GetApiServicesAppSessionGetcurrentlogininformationsQueryKey } from "./useGetApiServicesAppSessionGetcurrentlogininformations.ts";
|
||||
export type { GetApiServicesAppTenantGetQueryKey } from "./useGetApiServicesAppTenantGet.ts";
|
||||
export type { GetApiServicesAppTenantGetallQueryKey } from "./useGetApiServicesAppTenantGetall.ts";
|
||||
export type { GetApiServicesAppUserGetQueryKey } from "./useGetApiServicesAppUserGet.ts";
|
||||
export type { GetApiServicesAppUserGetallQueryKey } from "./useGetApiServicesAppUserGetall.ts";
|
||||
export type { GetApiServicesAppUserGetrolesQueryKey } from "./useGetApiServicesAppUserGetroles.ts";
|
||||
export type { PostApiServicesAppAccountIstenantavailableMutationKey } from "./usePostApiServicesAppAccountIstenantavailable.ts";
|
||||
export type { PostApiServicesAppAccountRegisterMutationKey } from "./usePostApiServicesAppAccountRegister.ts";
|
||||
export type { PostApiServicesAppConfigurationChangeuithemeMutationKey } from "./usePostApiServicesAppConfigurationChangeuitheme.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey } from "./usePostApiServicesAppExternalauthproviderCreateorupdateprovider.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderTestproviderconnectionMutationKey } from "./usePostApiServicesAppExternalauthproviderTestproviderconnection.ts";
|
||||
export type { PostApiServicesAppRoleCreateMutationKey } from "./usePostApiServicesAppRoleCreate.ts";
|
||||
export type { PostApiServicesAppTenantCreateMutationKey } from "./usePostApiServicesAppTenantCreate.ts";
|
||||
export type { PostApiServicesAppUserActivateMutationKey } from "./usePostApiServicesAppUserActivate.ts";
|
||||
export type { PostApiServicesAppUserChangelanguageMutationKey } from "./usePostApiServicesAppUserChangelanguage.ts";
|
||||
export type { PostApiServicesAppUserChangepasswordMutationKey } from "./usePostApiServicesAppUserChangepassword.ts";
|
||||
export type { PostApiServicesAppUserCreateMutationKey } from "./usePostApiServicesAppUserCreate.ts";
|
||||
export type { PostApiServicesAppUserDeactivateMutationKey } from "./usePostApiServicesAppUserDeactivate.ts";
|
||||
export type { PostApiServicesAppUserResetpasswordMutationKey } from "./usePostApiServicesAppUserResetpassword.ts";
|
||||
export type { PostApiTokenauthAuthenticateMutationKey } from "./usePostApiTokenauthAuthenticate.ts";
|
||||
export type { PostApiTokenauthAuthenticateexternalMutationKey } from "./usePostApiTokenauthAuthenticateexternal.ts";
|
||||
export type { PutApiServicesAppRoleUpdateMutationKey } from "./usePutApiServicesAppRoleUpdate.ts";
|
||||
export type { PutApiServicesAppTenantUpdateMutationKey } from "./usePutApiServicesAppTenantUpdate.ts";
|
||||
export type { PutApiServicesAppUserUpdateMutationKey } from "./usePutApiServicesAppUserUpdate.ts";
|
||||
export { deleteApiServicesAppExternalauthproviderDeleteproviderMutationKey, deleteApiServicesAppExternalauthproviderDeleteprovider, deleteApiServicesAppExternalauthproviderDeleteproviderMutationOptions, useDeleteApiServicesAppExternalauthproviderDeleteprovider } from "./useDeleteApiServicesAppExternalauthproviderDeleteprovider.ts";
|
||||
export { deleteApiServicesAppRoleDeleteMutationKey, deleteApiServicesAppRoleDelete, deleteApiServicesAppRoleDeleteMutationOptions, useDeleteApiServicesAppRoleDelete } from "./useDeleteApiServicesAppRoleDelete.ts";
|
||||
export { deleteApiServicesAppTenantDeleteMutationKey, deleteApiServicesAppTenantDelete, deleteApiServicesAppTenantDeleteMutationOptions, useDeleteApiServicesAppTenantDelete } from "./useDeleteApiServicesAppTenantDelete.ts";
|
||||
export { deleteApiServicesAppUserDeleteMutationKey, deleteApiServicesAppUserDelete, deleteApiServicesAppUserDeleteMutationOptions, useDeleteApiServicesAppUserDelete } from "./useDeleteApiServicesAppUserDelete.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetallprovidersQueryKey, getApiServicesAppExternalauthproviderGetallproviders, getApiServicesAppExternalauthproviderGetallprovidersQueryOptions, useGetApiServicesAppExternalauthproviderGetallproviders } from "./useGetApiServicesAppExternalauthproviderGetallproviders.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetenabledprovidersQueryKey, getApiServicesAppExternalauthproviderGetenabledproviders, getApiServicesAppExternalauthproviderGetenabledprovidersQueryOptions, useGetApiServicesAppExternalauthproviderGetenabledproviders } from "./useGetApiServicesAppExternalauthproviderGetenabledproviders.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetproviderQueryKey, getApiServicesAppExternalauthproviderGetprovider, getApiServicesAppExternalauthproviderGetproviderQueryOptions, useGetApiServicesAppExternalauthproviderGetprovider } from "./useGetApiServicesAppExternalauthproviderGetprovider.ts";
|
||||
export { getApiServicesAppRoleGetQueryKey, getApiServicesAppRoleGet, getApiServicesAppRoleGetQueryOptions, useGetApiServicesAppRoleGet } from "./useGetApiServicesAppRoleGet.ts";
|
||||
export { getApiServicesAppRoleGetallQueryKey, getApiServicesAppRoleGetall, getApiServicesAppRoleGetallQueryOptions, useGetApiServicesAppRoleGetall } from "./useGetApiServicesAppRoleGetall.ts";
|
||||
export { getApiServicesAppRoleGetallpermissionsQueryKey, getApiServicesAppRoleGetallpermissions, getApiServicesAppRoleGetallpermissionsQueryOptions, useGetApiServicesAppRoleGetallpermissions } from "./useGetApiServicesAppRoleGetallpermissions.ts";
|
||||
export { getApiServicesAppRoleGetroleforeditQueryKey, getApiServicesAppRoleGetroleforedit, getApiServicesAppRoleGetroleforeditQueryOptions, useGetApiServicesAppRoleGetroleforedit } from "./useGetApiServicesAppRoleGetroleforedit.ts";
|
||||
export { getApiServicesAppRoleGetrolesQueryKey, getApiServicesAppRoleGetroles, getApiServicesAppRoleGetrolesQueryOptions, useGetApiServicesAppRoleGetroles } from "./useGetApiServicesAppRoleGetroles.ts";
|
||||
export { getApiServicesAppSessionGetcurrentlogininformationsQueryKey, getApiServicesAppSessionGetcurrentlogininformations, getApiServicesAppSessionGetcurrentlogininformationsQueryOptions, useGetApiServicesAppSessionGetcurrentlogininformations } from "./useGetApiServicesAppSessionGetcurrentlogininformations.ts";
|
||||
export { getApiServicesAppTenantGetQueryKey, getApiServicesAppTenantGet, getApiServicesAppTenantGetQueryOptions, useGetApiServicesAppTenantGet } from "./useGetApiServicesAppTenantGet.ts";
|
||||
export { getApiServicesAppTenantGetallQueryKey, getApiServicesAppTenantGetall, getApiServicesAppTenantGetallQueryOptions, useGetApiServicesAppTenantGetall } from "./useGetApiServicesAppTenantGetall.ts";
|
||||
export { getApiServicesAppUserGetQueryKey, getApiServicesAppUserGet, getApiServicesAppUserGetQueryOptions, useGetApiServicesAppUserGet } from "./useGetApiServicesAppUserGet.ts";
|
||||
export { getApiServicesAppUserGetallQueryKey, getApiServicesAppUserGetall, getApiServicesAppUserGetallQueryOptions, useGetApiServicesAppUserGetall } from "./useGetApiServicesAppUserGetall.ts";
|
||||
export { getApiServicesAppUserGetrolesQueryKey, getApiServicesAppUserGetroles, getApiServicesAppUserGetrolesQueryOptions, useGetApiServicesAppUserGetroles } from "./useGetApiServicesAppUserGetroles.ts";
|
||||
export { postApiServicesAppAccountIstenantavailableMutationKey, postApiServicesAppAccountIstenantavailable, postApiServicesAppAccountIstenantavailableMutationOptions, usePostApiServicesAppAccountIstenantavailable } from "./usePostApiServicesAppAccountIstenantavailable.ts";
|
||||
export { postApiServicesAppAccountRegisterMutationKey, postApiServicesAppAccountRegister, postApiServicesAppAccountRegisterMutationOptions, usePostApiServicesAppAccountRegister } from "./usePostApiServicesAppAccountRegister.ts";
|
||||
export { postApiServicesAppConfigurationChangeuithemeMutationKey, postApiServicesAppConfigurationChangeuitheme, postApiServicesAppConfigurationChangeuithemeMutationOptions, usePostApiServicesAppConfigurationChangeuitheme } from "./usePostApiServicesAppConfigurationChangeuitheme.ts";
|
||||
export { postApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey, postApiServicesAppExternalauthproviderCreateorupdateprovider, postApiServicesAppExternalauthproviderCreateorupdateproviderMutationOptions, usePostApiServicesAppExternalauthproviderCreateorupdateprovider } from "./usePostApiServicesAppExternalauthproviderCreateorupdateprovider.ts";
|
||||
export { postApiServicesAppExternalauthproviderTestproviderconnectionMutationKey, postApiServicesAppExternalauthproviderTestproviderconnection, postApiServicesAppExternalauthproviderTestproviderconnectionMutationOptions, usePostApiServicesAppExternalauthproviderTestproviderconnection } from "./usePostApiServicesAppExternalauthproviderTestproviderconnection.ts";
|
||||
export { postApiServicesAppRoleCreateMutationKey, postApiServicesAppRoleCreate, postApiServicesAppRoleCreateMutationOptions, usePostApiServicesAppRoleCreate } from "./usePostApiServicesAppRoleCreate.ts";
|
||||
export { postApiServicesAppTenantCreateMutationKey, postApiServicesAppTenantCreate, postApiServicesAppTenantCreateMutationOptions, usePostApiServicesAppTenantCreate } from "./usePostApiServicesAppTenantCreate.ts";
|
||||
export { postApiServicesAppUserActivateMutationKey, postApiServicesAppUserActivate, postApiServicesAppUserActivateMutationOptions, usePostApiServicesAppUserActivate } from "./usePostApiServicesAppUserActivate.ts";
|
||||
export { postApiServicesAppUserChangelanguageMutationKey, postApiServicesAppUserChangelanguage, postApiServicesAppUserChangelanguageMutationOptions, usePostApiServicesAppUserChangelanguage } from "./usePostApiServicesAppUserChangelanguage.ts";
|
||||
export { postApiServicesAppUserChangepasswordMutationKey, postApiServicesAppUserChangepassword, postApiServicesAppUserChangepasswordMutationOptions, usePostApiServicesAppUserChangepassword } from "./usePostApiServicesAppUserChangepassword.ts";
|
||||
export { postApiServicesAppUserCreateMutationKey, postApiServicesAppUserCreate, postApiServicesAppUserCreateMutationOptions, usePostApiServicesAppUserCreate } from "./usePostApiServicesAppUserCreate.ts";
|
||||
export { postApiServicesAppUserDeactivateMutationKey, postApiServicesAppUserDeactivate, postApiServicesAppUserDeactivateMutationOptions, usePostApiServicesAppUserDeactivate } from "./usePostApiServicesAppUserDeactivate.ts";
|
||||
export { postApiServicesAppUserResetpasswordMutationKey, postApiServicesAppUserResetpassword, postApiServicesAppUserResetpasswordMutationOptions, usePostApiServicesAppUserResetpassword } from "./usePostApiServicesAppUserResetpassword.ts";
|
||||
export { postApiTokenauthAuthenticateMutationKey, postApiTokenauthAuthenticate, postApiTokenauthAuthenticateMutationOptions, usePostApiTokenauthAuthenticate } from "./usePostApiTokenauthAuthenticate.ts";
|
||||
export { postApiTokenauthAuthenticateexternalMutationKey, postApiTokenauthAuthenticateexternal, postApiTokenauthAuthenticateexternalMutationOptions, usePostApiTokenauthAuthenticateexternal } from "./usePostApiTokenauthAuthenticateexternal.ts";
|
||||
export { putApiServicesAppRoleUpdateMutationKey, putApiServicesAppRoleUpdate, putApiServicesAppRoleUpdateMutationOptions, usePutApiServicesAppRoleUpdate } from "./usePutApiServicesAppRoleUpdate.ts";
|
||||
export { putApiServicesAppTenantUpdateMutationKey, putApiServicesAppTenantUpdate, putApiServicesAppTenantUpdateMutationOptions, usePutApiServicesAppTenantUpdate } from "./usePutApiServicesAppTenantUpdate.ts";
|
||||
export { putApiServicesAppUserUpdateMutationKey, putApiServicesAppUserUpdate, putApiServicesAppUserUpdateMutationOptions, usePutApiServicesAppUserUpdate } from "./usePutApiServicesAppUserUpdate.ts";
|
||||
@@ -0,0 +1,56 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams } from "../types/DeleteApiServicesAppExternalauthproviderDeleteprovider.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const deleteApiServicesAppExternalauthproviderDeleteproviderMutationKey = () => [{ url: '/api/services/app/ExternalAuthProvider/DeleteProvider' }] as const
|
||||
|
||||
export type DeleteApiServicesAppExternalauthproviderDeleteproviderMutationKey = ReturnType<typeof deleteApiServicesAppExternalauthproviderDeleteproviderMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/DeleteProvider}
|
||||
*/
|
||||
export async function deleteApiServicesAppExternalauthproviderDeleteprovider(params?: DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, ResponseErrorConfig<Error>, unknown>({ method : "DELETE", url : `/api/services/app/ExternalAuthProvider/DeleteProvider`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function deleteApiServicesAppExternalauthproviderDeleteproviderMutationOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = deleteApiServicesAppExternalauthproviderDeleteproviderMutationKey()
|
||||
return mutationOptions<DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ params }) => {
|
||||
return deleteApiServicesAppExternalauthproviderDeleteprovider(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/DeleteProvider}
|
||||
*/
|
||||
export function useDeleteApiServicesAppExternalauthproviderDeleteprovider<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? deleteApiServicesAppExternalauthproviderDeleteproviderMutationKey()
|
||||
|
||||
const baseOptions = deleteApiServicesAppExternalauthproviderDeleteproviderMutationOptions(config) as UseMutationOptions<DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams}, TContext>
|
||||
|
||||
return useMutation<DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { DeleteApiServicesAppRoleDeleteMutationResponse, DeleteApiServicesAppRoleDeleteQueryParams } from "../types/DeleteApiServicesAppRoleDelete.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const deleteApiServicesAppRoleDeleteMutationKey = () => [{ url: '/api/services/app/Role/Delete' }] as const
|
||||
|
||||
export type DeleteApiServicesAppRoleDeleteMutationKey = ReturnType<typeof deleteApiServicesAppRoleDeleteMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Delete}
|
||||
*/
|
||||
export async function deleteApiServicesAppRoleDelete(params?: DeleteApiServicesAppRoleDeleteQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<DeleteApiServicesAppRoleDeleteMutationResponse, ResponseErrorConfig<Error>, unknown>({ method : "DELETE", url : `/api/services/app/Role/Delete`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function deleteApiServicesAppRoleDeleteMutationOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = deleteApiServicesAppRoleDeleteMutationKey()
|
||||
return mutationOptions<DeleteApiServicesAppRoleDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppRoleDeleteQueryParams}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ params }) => {
|
||||
return deleteApiServicesAppRoleDelete(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Delete}
|
||||
*/
|
||||
export function useDeleteApiServicesAppRoleDelete<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<DeleteApiServicesAppRoleDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppRoleDeleteQueryParams}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? deleteApiServicesAppRoleDeleteMutationKey()
|
||||
|
||||
const baseOptions = deleteApiServicesAppRoleDeleteMutationOptions(config) as UseMutationOptions<DeleteApiServicesAppRoleDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppRoleDeleteQueryParams}, TContext>
|
||||
|
||||
return useMutation<DeleteApiServicesAppRoleDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppRoleDeleteQueryParams}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<DeleteApiServicesAppRoleDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppRoleDeleteQueryParams}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { DeleteApiServicesAppTenantDeleteMutationResponse, DeleteApiServicesAppTenantDeleteQueryParams } from "../types/DeleteApiServicesAppTenantDelete.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const deleteApiServicesAppTenantDeleteMutationKey = () => [{ url: '/api/services/app/Tenant/Delete' }] as const
|
||||
|
||||
export type DeleteApiServicesAppTenantDeleteMutationKey = ReturnType<typeof deleteApiServicesAppTenantDeleteMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Delete}
|
||||
*/
|
||||
export async function deleteApiServicesAppTenantDelete(params?: DeleteApiServicesAppTenantDeleteQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<DeleteApiServicesAppTenantDeleteMutationResponse, ResponseErrorConfig<Error>, unknown>({ method : "DELETE", url : `/api/services/app/Tenant/Delete`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function deleteApiServicesAppTenantDeleteMutationOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = deleteApiServicesAppTenantDeleteMutationKey()
|
||||
return mutationOptions<DeleteApiServicesAppTenantDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppTenantDeleteQueryParams}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ params }) => {
|
||||
return deleteApiServicesAppTenantDelete(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Delete}
|
||||
*/
|
||||
export function useDeleteApiServicesAppTenantDelete<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<DeleteApiServicesAppTenantDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppTenantDeleteQueryParams}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? deleteApiServicesAppTenantDeleteMutationKey()
|
||||
|
||||
const baseOptions = deleteApiServicesAppTenantDeleteMutationOptions(config) as UseMutationOptions<DeleteApiServicesAppTenantDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppTenantDeleteQueryParams}, TContext>
|
||||
|
||||
return useMutation<DeleteApiServicesAppTenantDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppTenantDeleteQueryParams}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<DeleteApiServicesAppTenantDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppTenantDeleteQueryParams}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { DeleteApiServicesAppUserDeleteMutationResponse, DeleteApiServicesAppUserDeleteQueryParams } from "../types/DeleteApiServicesAppUserDelete.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const deleteApiServicesAppUserDeleteMutationKey = () => [{ url: '/api/services/app/User/Delete' }] as const
|
||||
|
||||
export type DeleteApiServicesAppUserDeleteMutationKey = ReturnType<typeof deleteApiServicesAppUserDeleteMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Delete}
|
||||
*/
|
||||
export async function deleteApiServicesAppUserDelete(params?: DeleteApiServicesAppUserDeleteQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<DeleteApiServicesAppUserDeleteMutationResponse, ResponseErrorConfig<Error>, unknown>({ method : "DELETE", url : `/api/services/app/User/Delete`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function deleteApiServicesAppUserDeleteMutationOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = deleteApiServicesAppUserDeleteMutationKey()
|
||||
return mutationOptions<DeleteApiServicesAppUserDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppUserDeleteQueryParams}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ params }) => {
|
||||
return deleteApiServicesAppUserDelete(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Delete}
|
||||
*/
|
||||
export function useDeleteApiServicesAppUserDelete<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<DeleteApiServicesAppUserDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppUserDeleteQueryParams}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? deleteApiServicesAppUserDeleteMutationKey()
|
||||
|
||||
const baseOptions = deleteApiServicesAppUserDeleteMutationOptions(config) as UseMutationOptions<DeleteApiServicesAppUserDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppUserDeleteQueryParams}, TContext>
|
||||
|
||||
return useMutation<DeleteApiServicesAppUserDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppUserDeleteQueryParams}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<DeleteApiServicesAppUserDeleteMutationResponse, ResponseErrorConfig<Error>, {params?: DeleteApiServicesAppUserDeleteQueryParams}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse } from "../types/GetApiServicesAppExternalauthproviderGetallproviders.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppExternalauthproviderGetallprovidersQueryKey = () => [{ url: '/api/services/app/ExternalAuthProvider/GetAllProviders' }] as const
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetallprovidersQueryKey = ReturnType<typeof getApiServicesAppExternalauthproviderGetallprovidersQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/GetAllProviders}
|
||||
*/
|
||||
export async function getApiServicesAppExternalauthproviderGetallproviders(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/ExternalAuthProvider/GetAllProviders`, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppExternalauthproviderGetallprovidersQueryOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppExternalauthproviderGetallprovidersQueryKey()
|
||||
return queryOptions<GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppExternalauthproviderGetallproviders(config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/GetAllProviders}
|
||||
*/
|
||||
export function useGetApiServicesAppExternalauthproviderGetallproviders<TData = GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse, TQueryData = GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppExternalauthproviderGetallprovidersQueryKey>(options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppExternalauthproviderGetallprovidersQueryKey()
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppExternalauthproviderGetallprovidersQueryOptions(config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse } from "../types/GetApiServicesAppExternalauthproviderGetenabledproviders.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppExternalauthproviderGetenabledprovidersQueryKey = () => [{ url: '/api/services/app/ExternalAuthProvider/GetEnabledProviders' }] as const
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetenabledprovidersQueryKey = ReturnType<typeof getApiServicesAppExternalauthproviderGetenabledprovidersQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/GetEnabledProviders}
|
||||
*/
|
||||
export async function getApiServicesAppExternalauthproviderGetenabledproviders(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/ExternalAuthProvider/GetEnabledProviders`, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppExternalauthproviderGetenabledprovidersQueryOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppExternalauthproviderGetenabledprovidersQueryKey()
|
||||
return queryOptions<GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppExternalauthproviderGetenabledproviders(config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/GetEnabledProviders}
|
||||
*/
|
||||
export function useGetApiServicesAppExternalauthproviderGetenabledproviders<TData = GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse, TQueryData = GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppExternalauthproviderGetenabledprovidersQueryKey>(options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppExternalauthproviderGetenabledprovidersQueryKey()
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppExternalauthproviderGetenabledprovidersQueryOptions(config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppExternalauthproviderGetproviderQueryResponse, GetApiServicesAppExternalauthproviderGetproviderQueryParams } from "../types/GetApiServicesAppExternalauthproviderGetprovider.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppExternalauthproviderGetproviderQueryKey = (params?: GetApiServicesAppExternalauthproviderGetproviderQueryParams) => [{ url: '/api/services/app/ExternalAuthProvider/GetProvider' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetproviderQueryKey = ReturnType<typeof getApiServicesAppExternalauthproviderGetproviderQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/GetProvider}
|
||||
*/
|
||||
export async function getApiServicesAppExternalauthproviderGetprovider(params?: GetApiServicesAppExternalauthproviderGetproviderQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppExternalauthproviderGetproviderQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/ExternalAuthProvider/GetProvider`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppExternalauthproviderGetproviderQueryOptions(params?: GetApiServicesAppExternalauthproviderGetproviderQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppExternalauthproviderGetproviderQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppExternalauthproviderGetproviderQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppExternalauthproviderGetproviderQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppExternalauthproviderGetprovider(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/GetProvider}
|
||||
*/
|
||||
export function useGetApiServicesAppExternalauthproviderGetprovider<TData = GetApiServicesAppExternalauthproviderGetproviderQueryResponse, TQueryData = GetApiServicesAppExternalauthproviderGetproviderQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppExternalauthproviderGetproviderQueryKey>(params?: GetApiServicesAppExternalauthproviderGetproviderQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppExternalauthproviderGetproviderQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppExternalauthproviderGetproviderQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppExternalauthproviderGetproviderQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppRoleGetQueryResponse, GetApiServicesAppRoleGetQueryParams } from "../types/GetApiServicesAppRoleGet.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppRoleGetQueryKey = (params?: GetApiServicesAppRoleGetQueryParams) => [{ url: '/api/services/app/Role/Get' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppRoleGetQueryKey = ReturnType<typeof getApiServicesAppRoleGetQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Get}
|
||||
*/
|
||||
export async function getApiServicesAppRoleGet(params?: GetApiServicesAppRoleGetQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppRoleGetQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Role/Get`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppRoleGetQueryOptions(params?: GetApiServicesAppRoleGetQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppRoleGetQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppRoleGetQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppRoleGetQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppRoleGet(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Get}
|
||||
*/
|
||||
export function useGetApiServicesAppRoleGet<TData = GetApiServicesAppRoleGetQueryResponse, TQueryData = GetApiServicesAppRoleGetQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppRoleGetQueryKey>(params?: GetApiServicesAppRoleGetQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppRoleGetQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppRoleGetQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppRoleGetQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppRoleGetallQueryResponse, GetApiServicesAppRoleGetallQueryParams } from "../types/GetApiServicesAppRoleGetall.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppRoleGetallQueryKey = (params?: GetApiServicesAppRoleGetallQueryParams) => [{ url: '/api/services/app/Role/GetAll' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppRoleGetallQueryKey = ReturnType<typeof getApiServicesAppRoleGetallQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetAll}
|
||||
*/
|
||||
export async function getApiServicesAppRoleGetall(params?: GetApiServicesAppRoleGetallQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppRoleGetallQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Role/GetAll`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppRoleGetallQueryOptions(params?: GetApiServicesAppRoleGetallQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppRoleGetallQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppRoleGetallQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppRoleGetallQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppRoleGetall(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetAll}
|
||||
*/
|
||||
export function useGetApiServicesAppRoleGetall<TData = GetApiServicesAppRoleGetallQueryResponse, TQueryData = GetApiServicesAppRoleGetallQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppRoleGetallQueryKey>(params?: GetApiServicesAppRoleGetallQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppRoleGetallQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppRoleGetallQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppRoleGetallQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppRoleGetallpermissionsQueryResponse } from "../types/GetApiServicesAppRoleGetallpermissions.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppRoleGetallpermissionsQueryKey = () => [{ url: '/api/services/app/Role/GetAllPermissions' }] as const
|
||||
|
||||
export type GetApiServicesAppRoleGetallpermissionsQueryKey = ReturnType<typeof getApiServicesAppRoleGetallpermissionsQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetAllPermissions}
|
||||
*/
|
||||
export async function getApiServicesAppRoleGetallpermissions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppRoleGetallpermissionsQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Role/GetAllPermissions`, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppRoleGetallpermissionsQueryOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppRoleGetallpermissionsQueryKey()
|
||||
return queryOptions<GetApiServicesAppRoleGetallpermissionsQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppRoleGetallpermissionsQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppRoleGetallpermissions(config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetAllPermissions}
|
||||
*/
|
||||
export function useGetApiServicesAppRoleGetallpermissions<TData = GetApiServicesAppRoleGetallpermissionsQueryResponse, TQueryData = GetApiServicesAppRoleGetallpermissionsQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppRoleGetallpermissionsQueryKey>(options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppRoleGetallpermissionsQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppRoleGetallpermissionsQueryKey()
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppRoleGetallpermissionsQueryOptions(config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppRoleGetroleforeditQueryResponse, GetApiServicesAppRoleGetroleforeditQueryParams } from "../types/GetApiServicesAppRoleGetroleforedit.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppRoleGetroleforeditQueryKey = (params?: GetApiServicesAppRoleGetroleforeditQueryParams) => [{ url: '/api/services/app/Role/GetRoleForEdit' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppRoleGetroleforeditQueryKey = ReturnType<typeof getApiServicesAppRoleGetroleforeditQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetRoleForEdit}
|
||||
*/
|
||||
export async function getApiServicesAppRoleGetroleforedit(params?: GetApiServicesAppRoleGetroleforeditQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppRoleGetroleforeditQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Role/GetRoleForEdit`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppRoleGetroleforeditQueryOptions(params?: GetApiServicesAppRoleGetroleforeditQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppRoleGetroleforeditQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppRoleGetroleforeditQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppRoleGetroleforeditQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppRoleGetroleforedit(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetRoleForEdit}
|
||||
*/
|
||||
export function useGetApiServicesAppRoleGetroleforedit<TData = GetApiServicesAppRoleGetroleforeditQueryResponse, TQueryData = GetApiServicesAppRoleGetroleforeditQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppRoleGetroleforeditQueryKey>(params?: GetApiServicesAppRoleGetroleforeditQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppRoleGetroleforeditQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppRoleGetroleforeditQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppRoleGetroleforeditQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppRoleGetrolesQueryResponse, GetApiServicesAppRoleGetrolesQueryParams } from "../types/GetApiServicesAppRoleGetroles.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppRoleGetrolesQueryKey = (params?: GetApiServicesAppRoleGetrolesQueryParams) => [{ url: '/api/services/app/Role/GetRoles' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppRoleGetrolesQueryKey = ReturnType<typeof getApiServicesAppRoleGetrolesQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetRoles}
|
||||
*/
|
||||
export async function getApiServicesAppRoleGetroles(params?: GetApiServicesAppRoleGetrolesQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppRoleGetrolesQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Role/GetRoles`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppRoleGetrolesQueryOptions(params?: GetApiServicesAppRoleGetrolesQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppRoleGetrolesQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppRoleGetrolesQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppRoleGetrolesQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppRoleGetroles(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/GetRoles}
|
||||
*/
|
||||
export function useGetApiServicesAppRoleGetroles<TData = GetApiServicesAppRoleGetrolesQueryResponse, TQueryData = GetApiServicesAppRoleGetrolesQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppRoleGetrolesQueryKey>(params?: GetApiServicesAppRoleGetrolesQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppRoleGetrolesQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppRoleGetrolesQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppRoleGetrolesQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse } from "../types/GetApiServicesAppSessionGetcurrentlogininformations.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppSessionGetcurrentlogininformationsQueryKey = () => [{ url: '/api/services/app/Session/GetCurrentLoginInformations' }] as const
|
||||
|
||||
export type GetApiServicesAppSessionGetcurrentlogininformationsQueryKey = ReturnType<typeof getApiServicesAppSessionGetcurrentlogininformationsQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Session/GetCurrentLoginInformations}
|
||||
*/
|
||||
export async function getApiServicesAppSessionGetcurrentlogininformations(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Session/GetCurrentLoginInformations`, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppSessionGetcurrentlogininformationsQueryOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppSessionGetcurrentlogininformationsQueryKey()
|
||||
return queryOptions<GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppSessionGetcurrentlogininformations(config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Session/GetCurrentLoginInformations}
|
||||
*/
|
||||
export function useGetApiServicesAppSessionGetcurrentlogininformations<TData = GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse, TQueryData = GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppSessionGetcurrentlogininformationsQueryKey>(options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppSessionGetcurrentlogininformationsQueryKey()
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppSessionGetcurrentlogininformationsQueryOptions(config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppTenantGetQueryResponse, GetApiServicesAppTenantGetQueryParams } from "../types/GetApiServicesAppTenantGet.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppTenantGetQueryKey = (params?: GetApiServicesAppTenantGetQueryParams) => [{ url: '/api/services/app/Tenant/Get' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppTenantGetQueryKey = ReturnType<typeof getApiServicesAppTenantGetQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Get}
|
||||
*/
|
||||
export async function getApiServicesAppTenantGet(params?: GetApiServicesAppTenantGetQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppTenantGetQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Tenant/Get`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppTenantGetQueryOptions(params?: GetApiServicesAppTenantGetQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppTenantGetQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppTenantGetQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppTenantGetQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppTenantGet(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Get}
|
||||
*/
|
||||
export function useGetApiServicesAppTenantGet<TData = GetApiServicesAppTenantGetQueryResponse, TQueryData = GetApiServicesAppTenantGetQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppTenantGetQueryKey>(params?: GetApiServicesAppTenantGetQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppTenantGetQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppTenantGetQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppTenantGetQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppTenantGetallQueryResponse, GetApiServicesAppTenantGetallQueryParams } from "../types/GetApiServicesAppTenantGetall.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppTenantGetallQueryKey = (params?: GetApiServicesAppTenantGetallQueryParams) => [{ url: '/api/services/app/Tenant/GetAll' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppTenantGetallQueryKey = ReturnType<typeof getApiServicesAppTenantGetallQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/GetAll}
|
||||
*/
|
||||
export async function getApiServicesAppTenantGetall(params?: GetApiServicesAppTenantGetallQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppTenantGetallQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/Tenant/GetAll`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppTenantGetallQueryOptions(params?: GetApiServicesAppTenantGetallQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppTenantGetallQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppTenantGetallQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppTenantGetallQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppTenantGetall(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/GetAll}
|
||||
*/
|
||||
export function useGetApiServicesAppTenantGetall<TData = GetApiServicesAppTenantGetallQueryResponse, TQueryData = GetApiServicesAppTenantGetallQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppTenantGetallQueryKey>(params?: GetApiServicesAppTenantGetallQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppTenantGetallQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppTenantGetallQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppTenantGetallQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppUserGetQueryResponse, GetApiServicesAppUserGetQueryParams } from "../types/GetApiServicesAppUserGet.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppUserGetQueryKey = (params?: GetApiServicesAppUserGetQueryParams) => [{ url: '/api/services/app/User/Get' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppUserGetQueryKey = ReturnType<typeof getApiServicesAppUserGetQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Get}
|
||||
*/
|
||||
export async function getApiServicesAppUserGet(params?: GetApiServicesAppUserGetQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppUserGetQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/User/Get`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppUserGetQueryOptions(params?: GetApiServicesAppUserGetQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppUserGetQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppUserGetQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppUserGetQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppUserGet(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Get}
|
||||
*/
|
||||
export function useGetApiServicesAppUserGet<TData = GetApiServicesAppUserGetQueryResponse, TQueryData = GetApiServicesAppUserGetQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppUserGetQueryKey>(params?: GetApiServicesAppUserGetQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppUserGetQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppUserGetQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppUserGetQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppUserGetallQueryResponse, GetApiServicesAppUserGetallQueryParams } from "../types/GetApiServicesAppUserGetall.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppUserGetallQueryKey = (params?: GetApiServicesAppUserGetallQueryParams) => [{ url: '/api/services/app/User/GetAll' }, ...(params ? [params] : [])] as const
|
||||
|
||||
export type GetApiServicesAppUserGetallQueryKey = ReturnType<typeof getApiServicesAppUserGetallQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/GetAll}
|
||||
*/
|
||||
export async function getApiServicesAppUserGetall(params?: GetApiServicesAppUserGetallQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppUserGetallQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/User/GetAll`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppUserGetallQueryOptions(params?: GetApiServicesAppUserGetallQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppUserGetallQueryKey(params)
|
||||
return queryOptions<GetApiServicesAppUserGetallQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppUserGetallQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppUserGetall(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/GetAll}
|
||||
*/
|
||||
export function useGetApiServicesAppUserGetall<TData = GetApiServicesAppUserGetallQueryResponse, TQueryData = GetApiServicesAppUserGetallQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppUserGetallQueryKey>(params?: GetApiServicesAppUserGetallQueryParams, options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppUserGetallQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppUserGetallQueryKey(params)
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppUserGetallQueryOptions(params, config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { QueryKey, QueryClient, QueryObserverOptions, UseQueryResult } from "@tanstack/react-query";
|
||||
import type { GetApiServicesAppUserGetrolesQueryResponse } from "../types/GetApiServicesAppUserGetroles.ts";
|
||||
import { queryOptions, useQuery } from "@tanstack/react-query";
|
||||
|
||||
export const getApiServicesAppUserGetrolesQueryKey = () => [{ url: '/api/services/app/User/GetRoles' }] as const
|
||||
|
||||
export type GetApiServicesAppUserGetrolesQueryKey = ReturnType<typeof getApiServicesAppUserGetrolesQueryKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/GetRoles}
|
||||
*/
|
||||
export async function getApiServicesAppUserGetroles(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<GetApiServicesAppUserGetrolesQueryResponse, ResponseErrorConfig<Error>, unknown>({ method : "GET", url : `/api/services/app/User/GetRoles`, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function getApiServicesAppUserGetrolesQueryOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const queryKey = getApiServicesAppUserGetrolesQueryKey()
|
||||
return queryOptions<GetApiServicesAppUserGetrolesQueryResponse, ResponseErrorConfig<Error>, GetApiServicesAppUserGetrolesQueryResponse, typeof queryKey>({
|
||||
|
||||
queryKey,
|
||||
queryFn: async ({ signal }) => {
|
||||
config.signal = signal
|
||||
return getApiServicesAppUserGetroles(config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/GetRoles}
|
||||
*/
|
||||
export function useGetApiServicesAppUserGetroles<TData = GetApiServicesAppUserGetrolesQueryResponse, TQueryData = GetApiServicesAppUserGetrolesQueryResponse, TQueryKey extends QueryKey = GetApiServicesAppUserGetrolesQueryKey>(options:
|
||||
{
|
||||
query?: Partial<QueryObserverOptions<GetApiServicesAppUserGetrolesQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch }
|
||||
}
|
||||
= {}) {
|
||||
const { query: queryConfig = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...queryOptions } = queryConfig
|
||||
const queryKey = queryOptions?.queryKey ?? getApiServicesAppUserGetrolesQueryKey()
|
||||
|
||||
const query = useQuery({
|
||||
...getApiServicesAppUserGetrolesQueryOptions(config),
|
||||
queryKey,
|
||||
...queryOptions
|
||||
} as unknown as QueryObserverOptions, queryClient) as UseQueryResult<TData, ResponseErrorConfig<Error>> & { queryKey: TQueryKey }
|
||||
|
||||
query.queryKey = queryKey as TQueryKey
|
||||
|
||||
return query
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppAccountIstenantavailableMutationRequest, PostApiServicesAppAccountIstenantavailableMutationResponse } from "../types/PostApiServicesAppAccountIstenantavailable.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppAccountIstenantavailableMutationKey = () => [{ url: '/api/services/app/Account/IsTenantAvailable' }] as const
|
||||
|
||||
export type PostApiServicesAppAccountIstenantavailableMutationKey = ReturnType<typeof postApiServicesAppAccountIstenantavailableMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Account/IsTenantAvailable}
|
||||
*/
|
||||
export async function postApiServicesAppAccountIstenantavailable(data: PostApiServicesAppAccountIstenantavailableMutationRequest, config: Partial<RequestConfig<PostApiServicesAppAccountIstenantavailableMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppAccountIstenantavailableMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppAccountIstenantavailableMutationRequest>({ method : "POST", url : `/api/services/app/Account/IsTenantAvailable`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppAccountIstenantavailableMutationOptions(config: Partial<RequestConfig<PostApiServicesAppAccountIstenantavailableMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppAccountIstenantavailableMutationKey()
|
||||
return mutationOptions<PostApiServicesAppAccountIstenantavailableMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountIstenantavailableMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppAccountIstenantavailable(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Account/IsTenantAvailable}
|
||||
*/
|
||||
export function usePostApiServicesAppAccountIstenantavailable<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppAccountIstenantavailableMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountIstenantavailableMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppAccountIstenantavailableMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppAccountIstenantavailableMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppAccountIstenantavailableMutationOptions(config) as UseMutationOptions<PostApiServicesAppAccountIstenantavailableMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountIstenantavailableMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppAccountIstenantavailableMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountIstenantavailableMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppAccountIstenantavailableMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountIstenantavailableMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppAccountRegisterMutationRequest, PostApiServicesAppAccountRegisterMutationResponse } from "../types/PostApiServicesAppAccountRegister.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppAccountRegisterMutationKey = () => [{ url: '/api/services/app/Account/Register' }] as const
|
||||
|
||||
export type PostApiServicesAppAccountRegisterMutationKey = ReturnType<typeof postApiServicesAppAccountRegisterMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Account/Register}
|
||||
*/
|
||||
export async function postApiServicesAppAccountRegister(data: PostApiServicesAppAccountRegisterMutationRequest, config: Partial<RequestConfig<PostApiServicesAppAccountRegisterMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppAccountRegisterMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppAccountRegisterMutationRequest>({ method : "POST", url : `/api/services/app/Account/Register`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppAccountRegisterMutationOptions(config: Partial<RequestConfig<PostApiServicesAppAccountRegisterMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppAccountRegisterMutationKey()
|
||||
return mutationOptions<PostApiServicesAppAccountRegisterMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountRegisterMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppAccountRegister(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Account/Register}
|
||||
*/
|
||||
export function usePostApiServicesAppAccountRegister<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppAccountRegisterMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountRegisterMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppAccountRegisterMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppAccountRegisterMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppAccountRegisterMutationOptions(config) as UseMutationOptions<PostApiServicesAppAccountRegisterMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountRegisterMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppAccountRegisterMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountRegisterMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppAccountRegisterMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppAccountRegisterMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppConfigurationChangeuithemeMutationRequest, PostApiServicesAppConfigurationChangeuithemeMutationResponse } from "../types/PostApiServicesAppConfigurationChangeuitheme.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppConfigurationChangeuithemeMutationKey = () => [{ url: '/api/services/app/Configuration/ChangeUiTheme' }] as const
|
||||
|
||||
export type PostApiServicesAppConfigurationChangeuithemeMutationKey = ReturnType<typeof postApiServicesAppConfigurationChangeuithemeMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Configuration/ChangeUiTheme}
|
||||
*/
|
||||
export async function postApiServicesAppConfigurationChangeuitheme(data: PostApiServicesAppConfigurationChangeuithemeMutationRequest, config: Partial<RequestConfig<PostApiServicesAppConfigurationChangeuithemeMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppConfigurationChangeuithemeMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppConfigurationChangeuithemeMutationRequest>({ method : "POST", url : `/api/services/app/Configuration/ChangeUiTheme`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppConfigurationChangeuithemeMutationOptions(config: Partial<RequestConfig<PostApiServicesAppConfigurationChangeuithemeMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppConfigurationChangeuithemeMutationKey()
|
||||
return mutationOptions<PostApiServicesAppConfigurationChangeuithemeMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppConfigurationChangeuithemeMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppConfigurationChangeuitheme(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Configuration/ChangeUiTheme}
|
||||
*/
|
||||
export function usePostApiServicesAppConfigurationChangeuitheme<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppConfigurationChangeuithemeMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppConfigurationChangeuithemeMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppConfigurationChangeuithemeMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppConfigurationChangeuithemeMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppConfigurationChangeuithemeMutationOptions(config) as UseMutationOptions<PostApiServicesAppConfigurationChangeuithemeMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppConfigurationChangeuithemeMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppConfigurationChangeuithemeMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppConfigurationChangeuithemeMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppConfigurationChangeuithemeMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppConfigurationChangeuithemeMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest, PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse } from "../types/PostApiServicesAppExternalauthproviderCreateorupdateprovider.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey = () => [{ url: '/api/services/app/ExternalAuthProvider/CreateOrUpdateProvider' }] as const
|
||||
|
||||
export type PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey = ReturnType<typeof postApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/CreateOrUpdateProvider}
|
||||
*/
|
||||
export async function postApiServicesAppExternalauthproviderCreateorupdateprovider(data: PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest, config: Partial<RequestConfig<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest>({ method : "POST", url : `/api/services/app/ExternalAuthProvider/CreateOrUpdateProvider`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppExternalauthproviderCreateorupdateproviderMutationOptions(config: Partial<RequestConfig<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey()
|
||||
return mutationOptions<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppExternalauthproviderCreateorupdateprovider(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/CreateOrUpdateProvider}
|
||||
*/
|
||||
export function usePostApiServicesAppExternalauthproviderCreateorupdateprovider<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppExternalauthproviderCreateorupdateproviderMutationOptions(config) as UseMutationOptions<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams } from "../types/PostApiServicesAppExternalauthproviderTestproviderconnection.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppExternalauthproviderTestproviderconnectionMutationKey = () => [{ url: '/api/services/app/ExternalAuthProvider/TestProviderConnection' }] as const
|
||||
|
||||
export type PostApiServicesAppExternalauthproviderTestproviderconnectionMutationKey = ReturnType<typeof postApiServicesAppExternalauthproviderTestproviderconnectionMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/TestProviderConnection}
|
||||
*/
|
||||
export async function postApiServicesAppExternalauthproviderTestproviderconnection(params?: PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams, config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const res = await request<PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, ResponseErrorConfig<Error>, unknown>({ method : "POST", url : `/api/services/app/ExternalAuthProvider/TestProviderConnection`, params, ... requestConfig })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppExternalauthproviderTestproviderconnectionMutationOptions(config: Partial<RequestConfig> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppExternalauthproviderTestproviderconnectionMutationKey()
|
||||
return mutationOptions<PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, ResponseErrorConfig<Error>, {params?: PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ params }) => {
|
||||
return postApiServicesAppExternalauthproviderTestproviderconnection(params, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/ExternalAuthProvider/TestProviderConnection}
|
||||
*/
|
||||
export function usePostApiServicesAppExternalauthproviderTestproviderconnection<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, ResponseErrorConfig<Error>, {params?: PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppExternalauthproviderTestproviderconnectionMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppExternalauthproviderTestproviderconnectionMutationOptions(config) as UseMutationOptions<PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, ResponseErrorConfig<Error>, {params?: PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, ResponseErrorConfig<Error>, {params?: PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, ResponseErrorConfig<Error>, {params?: PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppRoleCreateMutationRequest, PostApiServicesAppRoleCreateMutationResponse } from "../types/PostApiServicesAppRoleCreate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppRoleCreateMutationKey = () => [{ url: '/api/services/app/Role/Create' }] as const
|
||||
|
||||
export type PostApiServicesAppRoleCreateMutationKey = ReturnType<typeof postApiServicesAppRoleCreateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Create}
|
||||
*/
|
||||
export async function postApiServicesAppRoleCreate(data: PostApiServicesAppRoleCreateMutationRequest, config: Partial<RequestConfig<PostApiServicesAppRoleCreateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppRoleCreateMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppRoleCreateMutationRequest>({ method : "POST", url : `/api/services/app/Role/Create`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppRoleCreateMutationOptions(config: Partial<RequestConfig<PostApiServicesAppRoleCreateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppRoleCreateMutationKey()
|
||||
return mutationOptions<PostApiServicesAppRoleCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppRoleCreateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppRoleCreate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Create}
|
||||
*/
|
||||
export function usePostApiServicesAppRoleCreate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppRoleCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppRoleCreateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppRoleCreateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppRoleCreateMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppRoleCreateMutationOptions(config) as UseMutationOptions<PostApiServicesAppRoleCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppRoleCreateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppRoleCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppRoleCreateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppRoleCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppRoleCreateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppTenantCreateMutationRequest, PostApiServicesAppTenantCreateMutationResponse } from "../types/PostApiServicesAppTenantCreate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppTenantCreateMutationKey = () => [{ url: '/api/services/app/Tenant/Create' }] as const
|
||||
|
||||
export type PostApiServicesAppTenantCreateMutationKey = ReturnType<typeof postApiServicesAppTenantCreateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Create}
|
||||
*/
|
||||
export async function postApiServicesAppTenantCreate(data: PostApiServicesAppTenantCreateMutationRequest, config: Partial<RequestConfig<PostApiServicesAppTenantCreateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppTenantCreateMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppTenantCreateMutationRequest>({ method : "POST", url : `/api/services/app/Tenant/Create`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppTenantCreateMutationOptions(config: Partial<RequestConfig<PostApiServicesAppTenantCreateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppTenantCreateMutationKey()
|
||||
return mutationOptions<PostApiServicesAppTenantCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppTenantCreateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppTenantCreate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Create}
|
||||
*/
|
||||
export function usePostApiServicesAppTenantCreate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppTenantCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppTenantCreateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppTenantCreateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppTenantCreateMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppTenantCreateMutationOptions(config) as UseMutationOptions<PostApiServicesAppTenantCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppTenantCreateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppTenantCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppTenantCreateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppTenantCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppTenantCreateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppUserActivateMutationRequest, PostApiServicesAppUserActivateMutationResponse } from "../types/PostApiServicesAppUserActivate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppUserActivateMutationKey = () => [{ url: '/api/services/app/User/Activate' }] as const
|
||||
|
||||
export type PostApiServicesAppUserActivateMutationKey = ReturnType<typeof postApiServicesAppUserActivateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Activate}
|
||||
*/
|
||||
export async function postApiServicesAppUserActivate(data?: PostApiServicesAppUserActivateMutationRequest, config: Partial<RequestConfig<PostApiServicesAppUserActivateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppUserActivateMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppUserActivateMutationRequest>({ method : "POST", url : `/api/services/app/User/Activate`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppUserActivateMutationOptions(config: Partial<RequestConfig<PostApiServicesAppUserActivateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppUserActivateMutationKey()
|
||||
return mutationOptions<PostApiServicesAppUserActivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserActivateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppUserActivate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Activate}
|
||||
*/
|
||||
export function usePostApiServicesAppUserActivate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppUserActivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserActivateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppUserActivateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppUserActivateMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppUserActivateMutationOptions(config) as UseMutationOptions<PostApiServicesAppUserActivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserActivateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppUserActivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserActivateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppUserActivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserActivateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppUserChangelanguageMutationRequest, PostApiServicesAppUserChangelanguageMutationResponse } from "../types/PostApiServicesAppUserChangelanguage.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppUserChangelanguageMutationKey = () => [{ url: '/api/services/app/User/ChangeLanguage' }] as const
|
||||
|
||||
export type PostApiServicesAppUserChangelanguageMutationKey = ReturnType<typeof postApiServicesAppUserChangelanguageMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/ChangeLanguage}
|
||||
*/
|
||||
export async function postApiServicesAppUserChangelanguage(data: PostApiServicesAppUserChangelanguageMutationRequest, config: Partial<RequestConfig<PostApiServicesAppUserChangelanguageMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppUserChangelanguageMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppUserChangelanguageMutationRequest>({ method : "POST", url : `/api/services/app/User/ChangeLanguage`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppUserChangelanguageMutationOptions(config: Partial<RequestConfig<PostApiServicesAppUserChangelanguageMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppUserChangelanguageMutationKey()
|
||||
return mutationOptions<PostApiServicesAppUserChangelanguageMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangelanguageMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppUserChangelanguage(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/ChangeLanguage}
|
||||
*/
|
||||
export function usePostApiServicesAppUserChangelanguage<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppUserChangelanguageMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangelanguageMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppUserChangelanguageMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppUserChangelanguageMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppUserChangelanguageMutationOptions(config) as UseMutationOptions<PostApiServicesAppUserChangelanguageMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangelanguageMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppUserChangelanguageMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangelanguageMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppUserChangelanguageMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangelanguageMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppUserChangepasswordMutationRequest, PostApiServicesAppUserChangepasswordMutationResponse } from "../types/PostApiServicesAppUserChangepassword.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppUserChangepasswordMutationKey = () => [{ url: '/api/services/app/User/ChangePassword' }] as const
|
||||
|
||||
export type PostApiServicesAppUserChangepasswordMutationKey = ReturnType<typeof postApiServicesAppUserChangepasswordMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/ChangePassword}
|
||||
*/
|
||||
export async function postApiServicesAppUserChangepassword(data: PostApiServicesAppUserChangepasswordMutationRequest, config: Partial<RequestConfig<PostApiServicesAppUserChangepasswordMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppUserChangepasswordMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppUserChangepasswordMutationRequest>({ method : "POST", url : `/api/services/app/User/ChangePassword`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppUserChangepasswordMutationOptions(config: Partial<RequestConfig<PostApiServicesAppUserChangepasswordMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppUserChangepasswordMutationKey()
|
||||
return mutationOptions<PostApiServicesAppUserChangepasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangepasswordMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppUserChangepassword(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/ChangePassword}
|
||||
*/
|
||||
export function usePostApiServicesAppUserChangepassword<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppUserChangepasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangepasswordMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppUserChangepasswordMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppUserChangepasswordMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppUserChangepasswordMutationOptions(config) as UseMutationOptions<PostApiServicesAppUserChangepasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangepasswordMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppUserChangepasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangepasswordMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppUserChangepasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserChangepasswordMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppUserCreateMutationRequest, PostApiServicesAppUserCreateMutationResponse } from "../types/PostApiServicesAppUserCreate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppUserCreateMutationKey = () => [{ url: '/api/services/app/User/Create' }] as const
|
||||
|
||||
export type PostApiServicesAppUserCreateMutationKey = ReturnType<typeof postApiServicesAppUserCreateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Create}
|
||||
*/
|
||||
export async function postApiServicesAppUserCreate(data: PostApiServicesAppUserCreateMutationRequest, config: Partial<RequestConfig<PostApiServicesAppUserCreateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppUserCreateMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppUserCreateMutationRequest>({ method : "POST", url : `/api/services/app/User/Create`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppUserCreateMutationOptions(config: Partial<RequestConfig<PostApiServicesAppUserCreateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppUserCreateMutationKey()
|
||||
return mutationOptions<PostApiServicesAppUserCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserCreateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppUserCreate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Create}
|
||||
*/
|
||||
export function usePostApiServicesAppUserCreate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppUserCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserCreateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppUserCreateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppUserCreateMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppUserCreateMutationOptions(config) as UseMutationOptions<PostApiServicesAppUserCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserCreateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppUserCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserCreateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppUserCreateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserCreateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppUserDeactivateMutationRequest, PostApiServicesAppUserDeactivateMutationResponse } from "../types/PostApiServicesAppUserDeactivate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppUserDeactivateMutationKey = () => [{ url: '/api/services/app/User/DeActivate' }] as const
|
||||
|
||||
export type PostApiServicesAppUserDeactivateMutationKey = ReturnType<typeof postApiServicesAppUserDeactivateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/DeActivate}
|
||||
*/
|
||||
export async function postApiServicesAppUserDeactivate(data?: PostApiServicesAppUserDeactivateMutationRequest, config: Partial<RequestConfig<PostApiServicesAppUserDeactivateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppUserDeactivateMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppUserDeactivateMutationRequest>({ method : "POST", url : `/api/services/app/User/DeActivate`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppUserDeactivateMutationOptions(config: Partial<RequestConfig<PostApiServicesAppUserDeactivateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppUserDeactivateMutationKey()
|
||||
return mutationOptions<PostApiServicesAppUserDeactivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserDeactivateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppUserDeactivate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/DeActivate}
|
||||
*/
|
||||
export function usePostApiServicesAppUserDeactivate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppUserDeactivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserDeactivateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppUserDeactivateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppUserDeactivateMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppUserDeactivateMutationOptions(config) as UseMutationOptions<PostApiServicesAppUserDeactivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserDeactivateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppUserDeactivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserDeactivateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppUserDeactivateMutationResponse, ResponseErrorConfig<Error>, {data?: PostApiServicesAppUserDeactivateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiServicesAppUserResetpasswordMutationRequest, PostApiServicesAppUserResetpasswordMutationResponse } from "../types/PostApiServicesAppUserResetpassword.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiServicesAppUserResetpasswordMutationKey = () => [{ url: '/api/services/app/User/ResetPassword' }] as const
|
||||
|
||||
export type PostApiServicesAppUserResetpasswordMutationKey = ReturnType<typeof postApiServicesAppUserResetpasswordMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/ResetPassword}
|
||||
*/
|
||||
export async function postApiServicesAppUserResetpassword(data: PostApiServicesAppUserResetpasswordMutationRequest, config: Partial<RequestConfig<PostApiServicesAppUserResetpasswordMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiServicesAppUserResetpasswordMutationResponse, ResponseErrorConfig<Error>, PostApiServicesAppUserResetpasswordMutationRequest>({ method : "POST", url : `/api/services/app/User/ResetPassword`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiServicesAppUserResetpasswordMutationOptions(config: Partial<RequestConfig<PostApiServicesAppUserResetpasswordMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiServicesAppUserResetpasswordMutationKey()
|
||||
return mutationOptions<PostApiServicesAppUserResetpasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserResetpasswordMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiServicesAppUserResetpassword(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/ResetPassword}
|
||||
*/
|
||||
export function usePostApiServicesAppUserResetpassword<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiServicesAppUserResetpasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserResetpasswordMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiServicesAppUserResetpasswordMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiServicesAppUserResetpasswordMutationKey()
|
||||
|
||||
const baseOptions = postApiServicesAppUserResetpasswordMutationOptions(config) as UseMutationOptions<PostApiServicesAppUserResetpasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserResetpasswordMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiServicesAppUserResetpasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserResetpasswordMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiServicesAppUserResetpasswordMutationResponse, ResponseErrorConfig<Error>, {data: PostApiServicesAppUserResetpasswordMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiTokenauthAuthenticateMutationRequest, PostApiTokenauthAuthenticateMutationResponse } from "../types/PostApiTokenauthAuthenticate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiTokenauthAuthenticateMutationKey = () => [{ url: '/api/TokenAuth/Authenticate' }] as const
|
||||
|
||||
export type PostApiTokenauthAuthenticateMutationKey = ReturnType<typeof postApiTokenauthAuthenticateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/TokenAuth/Authenticate}
|
||||
*/
|
||||
export async function postApiTokenauthAuthenticate(data: PostApiTokenauthAuthenticateMutationRequest, config: Partial<RequestConfig<PostApiTokenauthAuthenticateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiTokenauthAuthenticateMutationResponse, ResponseErrorConfig<Error>, PostApiTokenauthAuthenticateMutationRequest>({ method : "POST", url : `/api/TokenAuth/Authenticate`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiTokenauthAuthenticateMutationOptions(config: Partial<RequestConfig<PostApiTokenauthAuthenticateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiTokenauthAuthenticateMutationKey()
|
||||
return mutationOptions<PostApiTokenauthAuthenticateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiTokenauthAuthenticate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/TokenAuth/Authenticate}
|
||||
*/
|
||||
export function usePostApiTokenauthAuthenticate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiTokenauthAuthenticateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiTokenauthAuthenticateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiTokenauthAuthenticateMutationKey()
|
||||
|
||||
const baseOptions = postApiTokenauthAuthenticateMutationOptions(config) as UseMutationOptions<PostApiTokenauthAuthenticateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiTokenauthAuthenticateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiTokenauthAuthenticateMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PostApiTokenauthAuthenticateexternalMutationRequest, PostApiTokenauthAuthenticateexternalMutationResponse } from "../types/PostApiTokenauthAuthenticateexternal.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const postApiTokenauthAuthenticateexternalMutationKey = () => [{ url: '/api/TokenAuth/AuthenticateExternal' }] as const
|
||||
|
||||
export type PostApiTokenauthAuthenticateexternalMutationKey = ReturnType<typeof postApiTokenauthAuthenticateexternalMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/TokenAuth/AuthenticateExternal}
|
||||
*/
|
||||
export async function postApiTokenauthAuthenticateexternal(data: PostApiTokenauthAuthenticateexternalMutationRequest, config: Partial<RequestConfig<PostApiTokenauthAuthenticateexternalMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PostApiTokenauthAuthenticateexternalMutationResponse, ResponseErrorConfig<Error>, PostApiTokenauthAuthenticateexternalMutationRequest>({ method : "POST", url : `/api/TokenAuth/AuthenticateExternal`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function postApiTokenauthAuthenticateexternalMutationOptions(config: Partial<RequestConfig<PostApiTokenauthAuthenticateexternalMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = postApiTokenauthAuthenticateexternalMutationKey()
|
||||
return mutationOptions<PostApiTokenauthAuthenticateexternalMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateexternalMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return postApiTokenauthAuthenticateexternal(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/TokenAuth/AuthenticateExternal}
|
||||
*/
|
||||
export function usePostApiTokenauthAuthenticateexternal<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PostApiTokenauthAuthenticateexternalMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateexternalMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PostApiTokenauthAuthenticateexternalMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? postApiTokenauthAuthenticateexternalMutationKey()
|
||||
|
||||
const baseOptions = postApiTokenauthAuthenticateexternalMutationOptions(config) as UseMutationOptions<PostApiTokenauthAuthenticateexternalMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateexternalMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PostApiTokenauthAuthenticateexternalMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateexternalMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PostApiTokenauthAuthenticateexternalMutationResponse, ResponseErrorConfig<Error>, {data: PostApiTokenauthAuthenticateexternalMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PutApiServicesAppRoleUpdateMutationRequest, PutApiServicesAppRoleUpdateMutationResponse } from "../types/PutApiServicesAppRoleUpdate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const putApiServicesAppRoleUpdateMutationKey = () => [{ url: '/api/services/app/Role/Update' }] as const
|
||||
|
||||
export type PutApiServicesAppRoleUpdateMutationKey = ReturnType<typeof putApiServicesAppRoleUpdateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Update}
|
||||
*/
|
||||
export async function putApiServicesAppRoleUpdate(data: PutApiServicesAppRoleUpdateMutationRequest, config: Partial<RequestConfig<PutApiServicesAppRoleUpdateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PutApiServicesAppRoleUpdateMutationResponse, ResponseErrorConfig<Error>, PutApiServicesAppRoleUpdateMutationRequest>({ method : "PUT", url : `/api/services/app/Role/Update`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function putApiServicesAppRoleUpdateMutationOptions(config: Partial<RequestConfig<PutApiServicesAppRoleUpdateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = putApiServicesAppRoleUpdateMutationKey()
|
||||
return mutationOptions<PutApiServicesAppRoleUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppRoleUpdateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return putApiServicesAppRoleUpdate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Role/Update}
|
||||
*/
|
||||
export function usePutApiServicesAppRoleUpdate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PutApiServicesAppRoleUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppRoleUpdateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PutApiServicesAppRoleUpdateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? putApiServicesAppRoleUpdateMutationKey()
|
||||
|
||||
const baseOptions = putApiServicesAppRoleUpdateMutationOptions(config) as UseMutationOptions<PutApiServicesAppRoleUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppRoleUpdateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PutApiServicesAppRoleUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppRoleUpdateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PutApiServicesAppRoleUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppRoleUpdateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PutApiServicesAppTenantUpdateMutationRequest, PutApiServicesAppTenantUpdateMutationResponse } from "../types/PutApiServicesAppTenantUpdate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const putApiServicesAppTenantUpdateMutationKey = () => [{ url: '/api/services/app/Tenant/Update' }] as const
|
||||
|
||||
export type PutApiServicesAppTenantUpdateMutationKey = ReturnType<typeof putApiServicesAppTenantUpdateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Update}
|
||||
*/
|
||||
export async function putApiServicesAppTenantUpdate(data: PutApiServicesAppTenantUpdateMutationRequest, config: Partial<RequestConfig<PutApiServicesAppTenantUpdateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PutApiServicesAppTenantUpdateMutationResponse, ResponseErrorConfig<Error>, PutApiServicesAppTenantUpdateMutationRequest>({ method : "PUT", url : `/api/services/app/Tenant/Update`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function putApiServicesAppTenantUpdateMutationOptions(config: Partial<RequestConfig<PutApiServicesAppTenantUpdateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = putApiServicesAppTenantUpdateMutationKey()
|
||||
return mutationOptions<PutApiServicesAppTenantUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppTenantUpdateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return putApiServicesAppTenantUpdate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/Tenant/Update}
|
||||
*/
|
||||
export function usePutApiServicesAppTenantUpdate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PutApiServicesAppTenantUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppTenantUpdateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PutApiServicesAppTenantUpdateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? putApiServicesAppTenantUpdateMutationKey()
|
||||
|
||||
const baseOptions = putApiServicesAppTenantUpdateMutationOptions(config) as UseMutationOptions<PutApiServicesAppTenantUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppTenantUpdateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PutApiServicesAppTenantUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppTenantUpdateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PutApiServicesAppTenantUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppTenantUpdateMutationRequest}, TContext>
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import fetch from "@/lib/api-client/abp-axios";
|
||||
import type { RequestConfig, ResponseErrorConfig } from "@/lib/api-client/abp-axios";
|
||||
import type { UseMutationOptions, UseMutationResult, QueryClient } from "@tanstack/react-query";
|
||||
import type { PutApiServicesAppUserUpdateMutationRequest, PutApiServicesAppUserUpdateMutationResponse } from "../types/PutApiServicesAppUserUpdate.ts";
|
||||
import { mutationOptions, useMutation } from "@tanstack/react-query";
|
||||
|
||||
export const putApiServicesAppUserUpdateMutationKey = () => [{ url: '/api/services/app/User/Update' }] as const
|
||||
|
||||
export type PutApiServicesAppUserUpdateMutationKey = ReturnType<typeof putApiServicesAppUserUpdateMutationKey>
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Update}
|
||||
*/
|
||||
export async function putApiServicesAppUserUpdate(data: PutApiServicesAppUserUpdateMutationRequest, config: Partial<RequestConfig<PutApiServicesAppUserUpdateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const { client: request = fetch, ...requestConfig } = config
|
||||
|
||||
const requestData = data
|
||||
|
||||
const res = await request<PutApiServicesAppUserUpdateMutationResponse, ResponseErrorConfig<Error>, PutApiServicesAppUserUpdateMutationRequest>({ method : "PUT", url : `/api/services/app/User/Update`, data : requestData, ... requestConfig, headers : { 'Content-Type': 'application/*+json', ...requestConfig.headers } })
|
||||
return res.data
|
||||
}
|
||||
|
||||
export function putApiServicesAppUserUpdateMutationOptions(config: Partial<RequestConfig<PutApiServicesAppUserUpdateMutationRequest>> & { client?: typeof fetch } = {}) {
|
||||
const mutationKey = putApiServicesAppUserUpdateMutationKey()
|
||||
return mutationOptions<PutApiServicesAppUserUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppUserUpdateMutationRequest}, typeof mutationKey>({
|
||||
mutationKey,
|
||||
mutationFn: async({ data }) => {
|
||||
return putApiServicesAppUserUpdate(data, config)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link /api/services/app/User/Update}
|
||||
*/
|
||||
export function usePutApiServicesAppUserUpdate<TContext>(options:
|
||||
{
|
||||
mutation?: UseMutationOptions<PutApiServicesAppUserUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppUserUpdateMutationRequest}, TContext> & { client?: QueryClient },
|
||||
client?: Partial<RequestConfig<PutApiServicesAppUserUpdateMutationRequest>> & { client?: typeof fetch },
|
||||
}
|
||||
= {}) {
|
||||
const { mutation = {}, client: config = {} } = options ?? {}
|
||||
const { client: queryClient, ...mutationOptions } = mutation;
|
||||
const mutationKey = mutationOptions.mutationKey ?? putApiServicesAppUserUpdateMutationKey()
|
||||
|
||||
const baseOptions = putApiServicesAppUserUpdateMutationOptions(config) as UseMutationOptions<PutApiServicesAppUserUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppUserUpdateMutationRequest}, TContext>
|
||||
|
||||
return useMutation<PutApiServicesAppUserUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppUserUpdateMutationRequest}, TContext>({
|
||||
...baseOptions,
|
||||
mutationKey,
|
||||
...mutationOptions,
|
||||
}, queryClient) as UseMutationResult<PutApiServicesAppUserUpdateMutationResponse, ResponseErrorConfig<Error>, {data: PutApiServicesAppUserUpdateMutationRequest}, TContext>
|
||||
}
|
||||
293
src/ASPBaseOIDC.Web.Ui/src/api/index.ts
Normal file
293
src/ASPBaseOIDC.Web.Ui/src/api/index.ts
Normal file
@@ -0,0 +1,293 @@
|
||||
export type { DeleteApiServicesAppExternalauthproviderDeleteproviderMutationKey } from "./hooks/useDeleteApiServicesAppExternalauthproviderDeleteprovider.ts";
|
||||
export type { DeleteApiServicesAppRoleDeleteMutationKey } from "./hooks/useDeleteApiServicesAppRoleDelete.ts";
|
||||
export type { DeleteApiServicesAppTenantDeleteMutationKey } from "./hooks/useDeleteApiServicesAppTenantDelete.ts";
|
||||
export type { DeleteApiServicesAppUserDeleteMutationKey } from "./hooks/useDeleteApiServicesAppUserDelete.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetallprovidersQueryKey } from "./hooks/useGetApiServicesAppExternalauthproviderGetallproviders.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetenabledprovidersQueryKey } from "./hooks/useGetApiServicesAppExternalauthproviderGetenabledproviders.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetproviderQueryKey } from "./hooks/useGetApiServicesAppExternalauthproviderGetprovider.ts";
|
||||
export type { GetApiServicesAppRoleGetQueryKey } from "./hooks/useGetApiServicesAppRoleGet.ts";
|
||||
export type { GetApiServicesAppRoleGetallQueryKey } from "./hooks/useGetApiServicesAppRoleGetall.ts";
|
||||
export type { GetApiServicesAppRoleGetallpermissionsQueryKey } from "./hooks/useGetApiServicesAppRoleGetallpermissions.ts";
|
||||
export type { GetApiServicesAppRoleGetroleforeditQueryKey } from "./hooks/useGetApiServicesAppRoleGetroleforedit.ts";
|
||||
export type { GetApiServicesAppRoleGetrolesQueryKey } from "./hooks/useGetApiServicesAppRoleGetroles.ts";
|
||||
export type { GetApiServicesAppSessionGetcurrentlogininformationsQueryKey } from "./hooks/useGetApiServicesAppSessionGetcurrentlogininformations.ts";
|
||||
export type { GetApiServicesAppTenantGetQueryKey } from "./hooks/useGetApiServicesAppTenantGet.ts";
|
||||
export type { GetApiServicesAppTenantGetallQueryKey } from "./hooks/useGetApiServicesAppTenantGetall.ts";
|
||||
export type { GetApiServicesAppUserGetQueryKey } from "./hooks/useGetApiServicesAppUserGet.ts";
|
||||
export type { GetApiServicesAppUserGetallQueryKey } from "./hooks/useGetApiServicesAppUserGetall.ts";
|
||||
export type { GetApiServicesAppUserGetrolesQueryKey } from "./hooks/useGetApiServicesAppUserGetroles.ts";
|
||||
export type { PostApiServicesAppAccountIstenantavailableMutationKey } from "./hooks/usePostApiServicesAppAccountIstenantavailable.ts";
|
||||
export type { PostApiServicesAppAccountRegisterMutationKey } from "./hooks/usePostApiServicesAppAccountRegister.ts";
|
||||
export type { PostApiServicesAppConfigurationChangeuithemeMutationKey } from "./hooks/usePostApiServicesAppConfigurationChangeuitheme.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey } from "./hooks/usePostApiServicesAppExternalauthproviderCreateorupdateprovider.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderTestproviderconnectionMutationKey } from "./hooks/usePostApiServicesAppExternalauthproviderTestproviderconnection.ts";
|
||||
export type { PostApiServicesAppRoleCreateMutationKey } from "./hooks/usePostApiServicesAppRoleCreate.ts";
|
||||
export type { PostApiServicesAppTenantCreateMutationKey } from "./hooks/usePostApiServicesAppTenantCreate.ts";
|
||||
export type { PostApiServicesAppUserActivateMutationKey } from "./hooks/usePostApiServicesAppUserActivate.ts";
|
||||
export type { PostApiServicesAppUserChangelanguageMutationKey } from "./hooks/usePostApiServicesAppUserChangelanguage.ts";
|
||||
export type { PostApiServicesAppUserChangepasswordMutationKey } from "./hooks/usePostApiServicesAppUserChangepassword.ts";
|
||||
export type { PostApiServicesAppUserCreateMutationKey } from "./hooks/usePostApiServicesAppUserCreate.ts";
|
||||
export type { PostApiServicesAppUserDeactivateMutationKey } from "./hooks/usePostApiServicesAppUserDeactivate.ts";
|
||||
export type { PostApiServicesAppUserResetpasswordMutationKey } from "./hooks/usePostApiServicesAppUserResetpassword.ts";
|
||||
export type { PostApiTokenauthAuthenticateMutationKey } from "./hooks/usePostApiTokenauthAuthenticate.ts";
|
||||
export type { PostApiTokenauthAuthenticateexternalMutationKey } from "./hooks/usePostApiTokenauthAuthenticateexternal.ts";
|
||||
export type { PutApiServicesAppRoleUpdateMutationKey } from "./hooks/usePutApiServicesAppRoleUpdate.ts";
|
||||
export type { PutApiServicesAppTenantUpdateMutationKey } from "./hooks/usePutApiServicesAppTenantUpdate.ts";
|
||||
export type { PutApiServicesAppUserUpdateMutationKey } from "./hooks/usePutApiServicesAppUserUpdate.ts";
|
||||
export type { ApplicationInfoDto } from "./types/ApplicationInfoDto.ts";
|
||||
export type { AuthenticateModel } from "./types/AuthenticateModel.ts";
|
||||
export type { AuthenticateResultModel } from "./types/AuthenticateResultModel.ts";
|
||||
export type { ChangePasswordDto } from "./types/ChangePasswordDto.ts";
|
||||
export type { ChangeUiThemeInput } from "./types/ChangeUiThemeInput.ts";
|
||||
export type { ChangeUserLanguageDto } from "./types/ChangeUserLanguageDto.ts";
|
||||
export type { CreateOrUpdateProviderInput } from "./types/CreateOrUpdateProviderInput.ts";
|
||||
export type { CreateRoleDto } from "./types/CreateRoleDto.ts";
|
||||
export type { CreateTenantDto } from "./types/CreateTenantDto.ts";
|
||||
export type { CreateUserDto } from "./types/CreateUserDto.ts";
|
||||
export type { DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams, DeleteApiServicesAppExternalauthproviderDeleteprovider200, DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse, DeleteApiServicesAppExternalauthproviderDeleteproviderMutation } from "./types/DeleteApiServicesAppExternalauthproviderDeleteprovider.ts";
|
||||
export type { DeleteApiServicesAppRoleDeleteQueryParams, DeleteApiServicesAppRoleDelete200, DeleteApiServicesAppRoleDeleteMutationResponse, DeleteApiServicesAppRoleDeleteMutation } from "./types/DeleteApiServicesAppRoleDelete.ts";
|
||||
export type { DeleteApiServicesAppTenantDeleteQueryParams, DeleteApiServicesAppTenantDelete200, DeleteApiServicesAppTenantDeleteMutationResponse, DeleteApiServicesAppTenantDeleteMutation } from "./types/DeleteApiServicesAppTenantDelete.ts";
|
||||
export type { DeleteApiServicesAppUserDeleteQueryParams, DeleteApiServicesAppUserDelete200, DeleteApiServicesAppUserDeleteMutationResponse, DeleteApiServicesAppUserDeleteMutation } from "./types/DeleteApiServicesAppUserDelete.ts";
|
||||
export type { ExternalAuthModel } from "./types/ExternalAuthModel.ts";
|
||||
export type { ExternalAuthProviderDto } from "./types/ExternalAuthProviderDto.ts";
|
||||
export type { FlatPermissionDto } from "./types/FlatPermissionDto.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetallproviders200, GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse, GetApiServicesAppExternalauthproviderGetallprovidersQuery } from "./types/GetApiServicesAppExternalauthproviderGetallproviders.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetenabledproviders200, GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse, GetApiServicesAppExternalauthproviderGetenabledprovidersQuery } from "./types/GetApiServicesAppExternalauthproviderGetenabledproviders.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetproviderQueryParams, GetApiServicesAppExternalauthproviderGetprovider200, GetApiServicesAppExternalauthproviderGetproviderQueryResponse, GetApiServicesAppExternalauthproviderGetproviderQuery } from "./types/GetApiServicesAppExternalauthproviderGetprovider.ts";
|
||||
export type { GetApiServicesAppRoleGetQueryParams, GetApiServicesAppRoleGet200, GetApiServicesAppRoleGetQueryResponse, GetApiServicesAppRoleGetQuery } from "./types/GetApiServicesAppRoleGet.ts";
|
||||
export type { GetApiServicesAppRoleGetallQueryParams, GetApiServicesAppRoleGetall200, GetApiServicesAppRoleGetallQueryResponse, GetApiServicesAppRoleGetallQuery } from "./types/GetApiServicesAppRoleGetall.ts";
|
||||
export type { GetApiServicesAppRoleGetallpermissions200, GetApiServicesAppRoleGetallpermissionsQueryResponse, GetApiServicesAppRoleGetallpermissionsQuery } from "./types/GetApiServicesAppRoleGetallpermissions.ts";
|
||||
export type { GetApiServicesAppRoleGetroleforeditQueryParams, GetApiServicesAppRoleGetroleforedit200, GetApiServicesAppRoleGetroleforeditQueryResponse, GetApiServicesAppRoleGetroleforeditQuery } from "./types/GetApiServicesAppRoleGetroleforedit.ts";
|
||||
export type { GetApiServicesAppRoleGetrolesQueryParams, GetApiServicesAppRoleGetroles200, GetApiServicesAppRoleGetrolesQueryResponse, GetApiServicesAppRoleGetrolesQuery } from "./types/GetApiServicesAppRoleGetroles.ts";
|
||||
export type { GetApiServicesAppSessionGetcurrentlogininformations200, GetApiServicesAppSessionGetcurrentlogininformationsQueryResponse, GetApiServicesAppSessionGetcurrentlogininformationsQuery } from "./types/GetApiServicesAppSessionGetcurrentlogininformations.ts";
|
||||
export type { GetApiServicesAppTenantGetQueryParams, GetApiServicesAppTenantGet200, GetApiServicesAppTenantGetQueryResponse, GetApiServicesAppTenantGetQuery } from "./types/GetApiServicesAppTenantGet.ts";
|
||||
export type { GetApiServicesAppTenantGetallQueryParams, GetApiServicesAppTenantGetall200, GetApiServicesAppTenantGetallQueryResponse, GetApiServicesAppTenantGetallQuery } from "./types/GetApiServicesAppTenantGetall.ts";
|
||||
export type { GetApiServicesAppUserGetQueryParams, GetApiServicesAppUserGet200, GetApiServicesAppUserGetQueryResponse, GetApiServicesAppUserGetQuery } from "./types/GetApiServicesAppUserGet.ts";
|
||||
export type { GetApiServicesAppUserGetallQueryParams, GetApiServicesAppUserGetall200, GetApiServicesAppUserGetallQueryResponse, GetApiServicesAppUserGetallQuery } from "./types/GetApiServicesAppUserGetall.ts";
|
||||
export type { GetApiServicesAppUserGetroles200, GetApiServicesAppUserGetrolesQueryResponse, GetApiServicesAppUserGetrolesQuery } from "./types/GetApiServicesAppUserGetroles.ts";
|
||||
export type { GetCurrentLoginInformationsOutput } from "./types/GetCurrentLoginInformationsOutput.ts";
|
||||
export type { GetRoleForEditOutput } from "./types/GetRoleForEditOutput.ts";
|
||||
export type { Int64EntityDto } from "./types/Int64EntityDto.ts";
|
||||
export type { IsTenantAvailableInput } from "./types/IsTenantAvailableInput.ts";
|
||||
export type { IsTenantAvailableOutput } from "./types/IsTenantAvailableOutput.ts";
|
||||
export type { PermissionDto } from "./types/PermissionDto.ts";
|
||||
export type { PermissionDtoListResultDto } from "./types/PermissionDtoListResultDto.ts";
|
||||
export type { PostApiServicesAppAccountIstenantavailable200, PostApiServicesAppAccountIstenantavailableMutationRequest, PostApiServicesAppAccountIstenantavailableMutationResponse, PostApiServicesAppAccountIstenantavailableMutation } from "./types/PostApiServicesAppAccountIstenantavailable.ts";
|
||||
export type { PostApiServicesAppAccountRegister200, PostApiServicesAppAccountRegisterMutationRequest, PostApiServicesAppAccountRegisterMutationResponse, PostApiServicesAppAccountRegisterMutation } from "./types/PostApiServicesAppAccountRegister.ts";
|
||||
export type { PostApiServicesAppConfigurationChangeuitheme200, PostApiServicesAppConfigurationChangeuithemeMutationRequest, PostApiServicesAppConfigurationChangeuithemeMutationResponse, PostApiServicesAppConfigurationChangeuithemeMutation } from "./types/PostApiServicesAppConfigurationChangeuitheme.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderCreateorupdateprovider200, PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequest, PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponse, PostApiServicesAppExternalauthproviderCreateorupdateproviderMutation } from "./types/PostApiServicesAppExternalauthproviderCreateorupdateprovider.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParams, PostApiServicesAppExternalauthproviderTestproviderconnection200, PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponse, PostApiServicesAppExternalauthproviderTestproviderconnectionMutation } from "./types/PostApiServicesAppExternalauthproviderTestproviderconnection.ts";
|
||||
export type { PostApiServicesAppRoleCreate200, PostApiServicesAppRoleCreateMutationRequest, PostApiServicesAppRoleCreateMutationResponse, PostApiServicesAppRoleCreateMutation } from "./types/PostApiServicesAppRoleCreate.ts";
|
||||
export type { PostApiServicesAppTenantCreate200, PostApiServicesAppTenantCreateMutationRequest, PostApiServicesAppTenantCreateMutationResponse, PostApiServicesAppTenantCreateMutation } from "./types/PostApiServicesAppTenantCreate.ts";
|
||||
export type { PostApiServicesAppUserActivate200, PostApiServicesAppUserActivateMutationRequest, PostApiServicesAppUserActivateMutationResponse, PostApiServicesAppUserActivateMutation } from "./types/PostApiServicesAppUserActivate.ts";
|
||||
export type { PostApiServicesAppUserChangelanguage200, PostApiServicesAppUserChangelanguageMutationRequest, PostApiServicesAppUserChangelanguageMutationResponse, PostApiServicesAppUserChangelanguageMutation } from "./types/PostApiServicesAppUserChangelanguage.ts";
|
||||
export type { PostApiServicesAppUserChangepassword200, PostApiServicesAppUserChangepasswordMutationRequest, PostApiServicesAppUserChangepasswordMutationResponse, PostApiServicesAppUserChangepasswordMutation } from "./types/PostApiServicesAppUserChangepassword.ts";
|
||||
export type { PostApiServicesAppUserCreate200, PostApiServicesAppUserCreateMutationRequest, PostApiServicesAppUserCreateMutationResponse, PostApiServicesAppUserCreateMutation } from "./types/PostApiServicesAppUserCreate.ts";
|
||||
export type { PostApiServicesAppUserDeactivate200, PostApiServicesAppUserDeactivateMutationRequest, PostApiServicesAppUserDeactivateMutationResponse, PostApiServicesAppUserDeactivateMutation } from "./types/PostApiServicesAppUserDeactivate.ts";
|
||||
export type { PostApiServicesAppUserResetpassword200, PostApiServicesAppUserResetpasswordMutationRequest, PostApiServicesAppUserResetpasswordMutationResponse, PostApiServicesAppUserResetpasswordMutation } from "./types/PostApiServicesAppUserResetpassword.ts";
|
||||
export type { PostApiTokenauthAuthenticate200, PostApiTokenauthAuthenticateMutationRequest, PostApiTokenauthAuthenticateMutationResponse, PostApiTokenauthAuthenticateMutation } from "./types/PostApiTokenauthAuthenticate.ts";
|
||||
export type { PostApiTokenauthAuthenticateexternal200, PostApiTokenauthAuthenticateexternalMutationRequest, PostApiTokenauthAuthenticateexternalMutationResponse, PostApiTokenauthAuthenticateexternalMutation } from "./types/PostApiTokenauthAuthenticateexternal.ts";
|
||||
export type { PutApiServicesAppRoleUpdate200, PutApiServicesAppRoleUpdateMutationRequest, PutApiServicesAppRoleUpdateMutationResponse, PutApiServicesAppRoleUpdateMutation } from "./types/PutApiServicesAppRoleUpdate.ts";
|
||||
export type { PutApiServicesAppTenantUpdate200, PutApiServicesAppTenantUpdateMutationRequest, PutApiServicesAppTenantUpdateMutationResponse, PutApiServicesAppTenantUpdateMutation } from "./types/PutApiServicesAppTenantUpdate.ts";
|
||||
export type { PutApiServicesAppUserUpdate200, PutApiServicesAppUserUpdateMutationRequest, PutApiServicesAppUserUpdateMutationResponse, PutApiServicesAppUserUpdateMutation } from "./types/PutApiServicesAppUserUpdate.ts";
|
||||
export type { RegisterInput } from "./types/RegisterInput.ts";
|
||||
export type { RegisterOutput } from "./types/RegisterOutput.ts";
|
||||
export type { ResetPasswordDto } from "./types/ResetPasswordDto.ts";
|
||||
export type { RoleDto } from "./types/RoleDto.ts";
|
||||
export type { RoleDtoListResultDto } from "./types/RoleDtoListResultDto.ts";
|
||||
export type { RoleDtoPagedResultDto } from "./types/RoleDtoPagedResultDto.ts";
|
||||
export type { RoleEditDto } from "./types/RoleEditDto.ts";
|
||||
export type { RoleListDto } from "./types/RoleListDto.ts";
|
||||
export type { RoleListDtoListResultDto } from "./types/RoleListDtoListResultDto.ts";
|
||||
export type { TenantAvailabilityState } from "./types/TenantAvailabilityState.ts";
|
||||
export type { TenantDto } from "./types/TenantDto.ts";
|
||||
export type { TenantDtoPagedResultDto } from "./types/TenantDtoPagedResultDto.ts";
|
||||
export type { TenantLoginInfoDto } from "./types/TenantLoginInfoDto.ts";
|
||||
export type { TestConnectionOutput } from "./types/TestConnectionOutput.ts";
|
||||
export type { UserDto } from "./types/UserDto.ts";
|
||||
export type { UserDtoPagedResultDto } from "./types/UserDtoPagedResultDto.ts";
|
||||
export type { UserLoginInfoDto } from "./types/UserLoginInfoDto.ts";
|
||||
export type { ApplicationInfoDtoSchema } from "./zod/applicationInfoDtoSchema.ts";
|
||||
export type { AuthenticateModelSchema } from "./zod/authenticateModelSchema.ts";
|
||||
export type { AuthenticateResultModelSchema } from "./zod/authenticateResultModelSchema.ts";
|
||||
export type { ChangePasswordDtoSchema } from "./zod/changePasswordDtoSchema.ts";
|
||||
export type { ChangeUiThemeInputSchema } from "./zod/changeUiThemeInputSchema.ts";
|
||||
export type { ChangeUserLanguageDtoSchema } from "./zod/changeUserLanguageDtoSchema.ts";
|
||||
export type { CreateOrUpdateProviderInputSchema } from "./zod/createOrUpdateProviderInputSchema.ts";
|
||||
export type { CreateRoleDtoSchema } from "./zod/createRoleDtoSchema.ts";
|
||||
export type { CreateTenantDtoSchema } from "./zod/createTenantDtoSchema.ts";
|
||||
export type { CreateUserDtoSchema } from "./zod/createUserDtoSchema.ts";
|
||||
export type { DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParamsSchema, DeleteApiServicesAppExternalauthproviderDeleteprovider200Schema, DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponseSchema } from "./zod/deleteApiServicesAppExternalauthproviderDeleteproviderSchema.ts";
|
||||
export type { DeleteApiServicesAppRoleDeleteQueryParamsSchema, DeleteApiServicesAppRoleDelete200Schema, DeleteApiServicesAppRoleDeleteMutationResponseSchema } from "./zod/deleteApiServicesAppRoleDeleteSchema.ts";
|
||||
export type { DeleteApiServicesAppTenantDeleteQueryParamsSchema, DeleteApiServicesAppTenantDelete200Schema, DeleteApiServicesAppTenantDeleteMutationResponseSchema } from "./zod/deleteApiServicesAppTenantDeleteSchema.ts";
|
||||
export type { DeleteApiServicesAppUserDeleteQueryParamsSchema, DeleteApiServicesAppUserDelete200Schema, DeleteApiServicesAppUserDeleteMutationResponseSchema } from "./zod/deleteApiServicesAppUserDeleteSchema.ts";
|
||||
export type { ExternalAuthModelSchema } from "./zod/externalAuthModelSchema.ts";
|
||||
export type { ExternalAuthProviderDtoSchema } from "./zod/externalAuthProviderDtoSchema.ts";
|
||||
export type { FlatPermissionDtoSchema } from "./zod/flatPermissionDtoSchema.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetallproviders200Schema, GetApiServicesAppExternalauthproviderGetallprovidersQueryResponseSchema } from "./zod/getApiServicesAppExternalauthproviderGetallprovidersSchema.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetenabledproviders200Schema, GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponseSchema } from "./zod/getApiServicesAppExternalauthproviderGetenabledprovidersSchema.ts";
|
||||
export type { GetApiServicesAppExternalauthproviderGetproviderQueryParamsSchema, GetApiServicesAppExternalauthproviderGetprovider200Schema, GetApiServicesAppExternalauthproviderGetproviderQueryResponseSchema } from "./zod/getApiServicesAppExternalauthproviderGetproviderSchema.ts";
|
||||
export type { GetApiServicesAppRoleGetallpermissions200Schema, GetApiServicesAppRoleGetallpermissionsQueryResponseSchema } from "./zod/getApiServicesAppRoleGetallpermissionsSchema.ts";
|
||||
export type { GetApiServicesAppRoleGetallQueryParamsSchema, GetApiServicesAppRoleGetall200Schema, GetApiServicesAppRoleGetallQueryResponseSchema } from "./zod/getApiServicesAppRoleGetallSchema.ts";
|
||||
export type { GetApiServicesAppRoleGetroleforeditQueryParamsSchema, GetApiServicesAppRoleGetroleforedit200Schema, GetApiServicesAppRoleGetroleforeditQueryResponseSchema } from "./zod/getApiServicesAppRoleGetroleforeditSchema.ts";
|
||||
export type { GetApiServicesAppRoleGetrolesQueryParamsSchema, GetApiServicesAppRoleGetroles200Schema, GetApiServicesAppRoleGetrolesQueryResponseSchema } from "./zod/getApiServicesAppRoleGetrolesSchema.ts";
|
||||
export type { GetApiServicesAppRoleGetQueryParamsSchema, GetApiServicesAppRoleGet200Schema, GetApiServicesAppRoleGetQueryResponseSchema } from "./zod/getApiServicesAppRoleGetSchema.ts";
|
||||
export type { GetApiServicesAppSessionGetcurrentlogininformations200Schema, GetApiServicesAppSessionGetcurrentlogininformationsQueryResponseSchema } from "./zod/getApiServicesAppSessionGetcurrentlogininformationsSchema.ts";
|
||||
export type { GetApiServicesAppTenantGetallQueryParamsSchema, GetApiServicesAppTenantGetall200Schema, GetApiServicesAppTenantGetallQueryResponseSchema } from "./zod/getApiServicesAppTenantGetallSchema.ts";
|
||||
export type { GetApiServicesAppTenantGetQueryParamsSchema, GetApiServicesAppTenantGet200Schema, GetApiServicesAppTenantGetQueryResponseSchema } from "./zod/getApiServicesAppTenantGetSchema.ts";
|
||||
export type { GetApiServicesAppUserGetallQueryParamsSchema, GetApiServicesAppUserGetall200Schema, GetApiServicesAppUserGetallQueryResponseSchema } from "./zod/getApiServicesAppUserGetallSchema.ts";
|
||||
export type { GetApiServicesAppUserGetroles200Schema, GetApiServicesAppUserGetrolesQueryResponseSchema } from "./zod/getApiServicesAppUserGetrolesSchema.ts";
|
||||
export type { GetApiServicesAppUserGetQueryParamsSchema, GetApiServicesAppUserGet200Schema, GetApiServicesAppUserGetQueryResponseSchema } from "./zod/getApiServicesAppUserGetSchema.ts";
|
||||
export type { GetCurrentLoginInformationsOutputSchema } from "./zod/getCurrentLoginInformationsOutputSchema.ts";
|
||||
export type { GetRoleForEditOutputSchema } from "./zod/getRoleForEditOutputSchema.ts";
|
||||
export type { Int64EntityDtoSchema } from "./zod/int64EntityDtoSchema.ts";
|
||||
export type { IsTenantAvailableInputSchema } from "./zod/isTenantAvailableInputSchema.ts";
|
||||
export type { IsTenantAvailableOutputSchema } from "./zod/isTenantAvailableOutputSchema.ts";
|
||||
export type { PermissionDtoListResultDtoSchema } from "./zod/permissionDtoListResultDtoSchema.ts";
|
||||
export type { PermissionDtoSchema } from "./zod/permissionDtoSchema.ts";
|
||||
export type { PostApiServicesAppAccountIstenantavailable200Schema, PostApiServicesAppAccountIstenantavailableMutationRequestSchema, PostApiServicesAppAccountIstenantavailableMutationResponseSchema } from "./zod/postApiServicesAppAccountIstenantavailableSchema.ts";
|
||||
export type { PostApiServicesAppAccountRegister200Schema, PostApiServicesAppAccountRegisterMutationRequestSchema, PostApiServicesAppAccountRegisterMutationResponseSchema } from "./zod/postApiServicesAppAccountRegisterSchema.ts";
|
||||
export type { PostApiServicesAppConfigurationChangeuitheme200Schema, PostApiServicesAppConfigurationChangeuithemeMutationRequestSchema, PostApiServicesAppConfigurationChangeuithemeMutationResponseSchema } from "./zod/postApiServicesAppConfigurationChangeuithemeSchema.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderCreateorupdateprovider200Schema, PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequestSchema, PostApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponseSchema } from "./zod/postApiServicesAppExternalauthproviderCreateorupdateproviderSchema.ts";
|
||||
export type { PostApiServicesAppExternalauthproviderTestproviderconnectionQueryParamsSchema, PostApiServicesAppExternalauthproviderTestproviderconnection200Schema, PostApiServicesAppExternalauthproviderTestproviderconnectionMutationResponseSchema } from "./zod/postApiServicesAppExternalauthproviderTestproviderconnectionSchema.ts";
|
||||
export type { PostApiServicesAppRoleCreate200Schema, PostApiServicesAppRoleCreateMutationRequestSchema, PostApiServicesAppRoleCreateMutationResponseSchema } from "./zod/postApiServicesAppRoleCreateSchema.ts";
|
||||
export type { PostApiServicesAppTenantCreate200Schema, PostApiServicesAppTenantCreateMutationRequestSchema, PostApiServicesAppTenantCreateMutationResponseSchema } from "./zod/postApiServicesAppTenantCreateSchema.ts";
|
||||
export type { PostApiServicesAppUserActivate200Schema, PostApiServicesAppUserActivateMutationRequestSchema, PostApiServicesAppUserActivateMutationResponseSchema } from "./zod/postApiServicesAppUserActivateSchema.ts";
|
||||
export type { PostApiServicesAppUserChangelanguage200Schema, PostApiServicesAppUserChangelanguageMutationRequestSchema, PostApiServicesAppUserChangelanguageMutationResponseSchema } from "./zod/postApiServicesAppUserChangelanguageSchema.ts";
|
||||
export type { PostApiServicesAppUserChangepassword200Schema, PostApiServicesAppUserChangepasswordMutationRequestSchema, PostApiServicesAppUserChangepasswordMutationResponseSchema } from "./zod/postApiServicesAppUserChangepasswordSchema.ts";
|
||||
export type { PostApiServicesAppUserCreate200Schema, PostApiServicesAppUserCreateMutationRequestSchema, PostApiServicesAppUserCreateMutationResponseSchema } from "./zod/postApiServicesAppUserCreateSchema.ts";
|
||||
export type { PostApiServicesAppUserDeactivate200Schema, PostApiServicesAppUserDeactivateMutationRequestSchema, PostApiServicesAppUserDeactivateMutationResponseSchema } from "./zod/postApiServicesAppUserDeactivateSchema.ts";
|
||||
export type { PostApiServicesAppUserResetpassword200Schema, PostApiServicesAppUserResetpasswordMutationRequestSchema, PostApiServicesAppUserResetpasswordMutationResponseSchema } from "./zod/postApiServicesAppUserResetpasswordSchema.ts";
|
||||
export type { PostApiTokenauthAuthenticateexternal200Schema, PostApiTokenauthAuthenticateexternalMutationRequestSchema, PostApiTokenauthAuthenticateexternalMutationResponseSchema } from "./zod/postApiTokenauthAuthenticateexternalSchema.ts";
|
||||
export type { PostApiTokenauthAuthenticate200Schema, PostApiTokenauthAuthenticateMutationRequestSchema, PostApiTokenauthAuthenticateMutationResponseSchema } from "./zod/postApiTokenauthAuthenticateSchema.ts";
|
||||
export type { PutApiServicesAppRoleUpdate200Schema, PutApiServicesAppRoleUpdateMutationRequestSchema, PutApiServicesAppRoleUpdateMutationResponseSchema } from "./zod/putApiServicesAppRoleUpdateSchema.ts";
|
||||
export type { PutApiServicesAppTenantUpdate200Schema, PutApiServicesAppTenantUpdateMutationRequestSchema, PutApiServicesAppTenantUpdateMutationResponseSchema } from "./zod/putApiServicesAppTenantUpdateSchema.ts";
|
||||
export type { PutApiServicesAppUserUpdate200Schema, PutApiServicesAppUserUpdateMutationRequestSchema, PutApiServicesAppUserUpdateMutationResponseSchema } from "./zod/putApiServicesAppUserUpdateSchema.ts";
|
||||
export type { RegisterInputSchema } from "./zod/registerInputSchema.ts";
|
||||
export type { RegisterOutputSchema } from "./zod/registerOutputSchema.ts";
|
||||
export type { ResetPasswordDtoSchema } from "./zod/resetPasswordDtoSchema.ts";
|
||||
export type { RoleDtoListResultDtoSchema } from "./zod/roleDtoListResultDtoSchema.ts";
|
||||
export type { RoleDtoPagedResultDtoSchema } from "./zod/roleDtoPagedResultDtoSchema.ts";
|
||||
export type { RoleDtoSchema } from "./zod/roleDtoSchema.ts";
|
||||
export type { RoleEditDtoSchema } from "./zod/roleEditDtoSchema.ts";
|
||||
export type { RoleListDtoListResultDtoSchema } from "./zod/roleListDtoListResultDtoSchema.ts";
|
||||
export type { RoleListDtoSchema } from "./zod/roleListDtoSchema.ts";
|
||||
export type { TenantAvailabilityStateSchema } from "./zod/tenantAvailabilityStateSchema.ts";
|
||||
export type { TenantDtoPagedResultDtoSchema } from "./zod/tenantDtoPagedResultDtoSchema.ts";
|
||||
export type { TenantDtoSchema } from "./zod/tenantDtoSchema.ts";
|
||||
export type { TenantLoginInfoDtoSchema } from "./zod/tenantLoginInfoDtoSchema.ts";
|
||||
export type { TestConnectionOutputSchema } from "./zod/testConnectionOutputSchema.ts";
|
||||
export type { UserDtoPagedResultDtoSchema } from "./zod/userDtoPagedResultDtoSchema.ts";
|
||||
export type { UserDtoSchema } from "./zod/userDtoSchema.ts";
|
||||
export type { UserLoginInfoDtoSchema } from "./zod/userLoginInfoDtoSchema.ts";
|
||||
export { deleteApiServicesAppExternalauthproviderDeleteproviderMutationKey, deleteApiServicesAppExternalauthproviderDeleteprovider, deleteApiServicesAppExternalauthproviderDeleteproviderMutationOptions, useDeleteApiServicesAppExternalauthproviderDeleteprovider } from "./hooks/useDeleteApiServicesAppExternalauthproviderDeleteprovider.ts";
|
||||
export { deleteApiServicesAppRoleDeleteMutationKey, deleteApiServicesAppRoleDelete, deleteApiServicesAppRoleDeleteMutationOptions, useDeleteApiServicesAppRoleDelete } from "./hooks/useDeleteApiServicesAppRoleDelete.ts";
|
||||
export { deleteApiServicesAppTenantDeleteMutationKey, deleteApiServicesAppTenantDelete, deleteApiServicesAppTenantDeleteMutationOptions, useDeleteApiServicesAppTenantDelete } from "./hooks/useDeleteApiServicesAppTenantDelete.ts";
|
||||
export { deleteApiServicesAppUserDeleteMutationKey, deleteApiServicesAppUserDelete, deleteApiServicesAppUserDeleteMutationOptions, useDeleteApiServicesAppUserDelete } from "./hooks/useDeleteApiServicesAppUserDelete.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetallprovidersQueryKey, getApiServicesAppExternalauthproviderGetallproviders, getApiServicesAppExternalauthproviderGetallprovidersQueryOptions, useGetApiServicesAppExternalauthproviderGetallproviders } from "./hooks/useGetApiServicesAppExternalauthproviderGetallproviders.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetenabledprovidersQueryKey, getApiServicesAppExternalauthproviderGetenabledproviders, getApiServicesAppExternalauthproviderGetenabledprovidersQueryOptions, useGetApiServicesAppExternalauthproviderGetenabledproviders } from "./hooks/useGetApiServicesAppExternalauthproviderGetenabledproviders.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetproviderQueryKey, getApiServicesAppExternalauthproviderGetprovider, getApiServicesAppExternalauthproviderGetproviderQueryOptions, useGetApiServicesAppExternalauthproviderGetprovider } from "./hooks/useGetApiServicesAppExternalauthproviderGetprovider.ts";
|
||||
export { getApiServicesAppRoleGetQueryKey, getApiServicesAppRoleGet, getApiServicesAppRoleGetQueryOptions, useGetApiServicesAppRoleGet } from "./hooks/useGetApiServicesAppRoleGet.ts";
|
||||
export { getApiServicesAppRoleGetallQueryKey, getApiServicesAppRoleGetall, getApiServicesAppRoleGetallQueryOptions, useGetApiServicesAppRoleGetall } from "./hooks/useGetApiServicesAppRoleGetall.ts";
|
||||
export { getApiServicesAppRoleGetallpermissionsQueryKey, getApiServicesAppRoleGetallpermissions, getApiServicesAppRoleGetallpermissionsQueryOptions, useGetApiServicesAppRoleGetallpermissions } from "./hooks/useGetApiServicesAppRoleGetallpermissions.ts";
|
||||
export { getApiServicesAppRoleGetroleforeditQueryKey, getApiServicesAppRoleGetroleforedit, getApiServicesAppRoleGetroleforeditQueryOptions, useGetApiServicesAppRoleGetroleforedit } from "./hooks/useGetApiServicesAppRoleGetroleforedit.ts";
|
||||
export { getApiServicesAppRoleGetrolesQueryKey, getApiServicesAppRoleGetroles, getApiServicesAppRoleGetrolesQueryOptions, useGetApiServicesAppRoleGetroles } from "./hooks/useGetApiServicesAppRoleGetroles.ts";
|
||||
export { getApiServicesAppSessionGetcurrentlogininformationsQueryKey, getApiServicesAppSessionGetcurrentlogininformations, getApiServicesAppSessionGetcurrentlogininformationsQueryOptions, useGetApiServicesAppSessionGetcurrentlogininformations } from "./hooks/useGetApiServicesAppSessionGetcurrentlogininformations.ts";
|
||||
export { getApiServicesAppTenantGetQueryKey, getApiServicesAppTenantGet, getApiServicesAppTenantGetQueryOptions, useGetApiServicesAppTenantGet } from "./hooks/useGetApiServicesAppTenantGet.ts";
|
||||
export { getApiServicesAppTenantGetallQueryKey, getApiServicesAppTenantGetall, getApiServicesAppTenantGetallQueryOptions, useGetApiServicesAppTenantGetall } from "./hooks/useGetApiServicesAppTenantGetall.ts";
|
||||
export { getApiServicesAppUserGetQueryKey, getApiServicesAppUserGet, getApiServicesAppUserGetQueryOptions, useGetApiServicesAppUserGet } from "./hooks/useGetApiServicesAppUserGet.ts";
|
||||
export { getApiServicesAppUserGetallQueryKey, getApiServicesAppUserGetall, getApiServicesAppUserGetallQueryOptions, useGetApiServicesAppUserGetall } from "./hooks/useGetApiServicesAppUserGetall.ts";
|
||||
export { getApiServicesAppUserGetrolesQueryKey, getApiServicesAppUserGetroles, getApiServicesAppUserGetrolesQueryOptions, useGetApiServicesAppUserGetroles } from "./hooks/useGetApiServicesAppUserGetroles.ts";
|
||||
export { postApiServicesAppAccountIstenantavailableMutationKey, postApiServicesAppAccountIstenantavailable, postApiServicesAppAccountIstenantavailableMutationOptions, usePostApiServicesAppAccountIstenantavailable } from "./hooks/usePostApiServicesAppAccountIstenantavailable.ts";
|
||||
export { postApiServicesAppAccountRegisterMutationKey, postApiServicesAppAccountRegister, postApiServicesAppAccountRegisterMutationOptions, usePostApiServicesAppAccountRegister } from "./hooks/usePostApiServicesAppAccountRegister.ts";
|
||||
export { postApiServicesAppConfigurationChangeuithemeMutationKey, postApiServicesAppConfigurationChangeuitheme, postApiServicesAppConfigurationChangeuithemeMutationOptions, usePostApiServicesAppConfigurationChangeuitheme } from "./hooks/usePostApiServicesAppConfigurationChangeuitheme.ts";
|
||||
export { postApiServicesAppExternalauthproviderCreateorupdateproviderMutationKey, postApiServicesAppExternalauthproviderCreateorupdateprovider, postApiServicesAppExternalauthproviderCreateorupdateproviderMutationOptions, usePostApiServicesAppExternalauthproviderCreateorupdateprovider } from "./hooks/usePostApiServicesAppExternalauthproviderCreateorupdateprovider.ts";
|
||||
export { postApiServicesAppExternalauthproviderTestproviderconnectionMutationKey, postApiServicesAppExternalauthproviderTestproviderconnection, postApiServicesAppExternalauthproviderTestproviderconnectionMutationOptions, usePostApiServicesAppExternalauthproviderTestproviderconnection } from "./hooks/usePostApiServicesAppExternalauthproviderTestproviderconnection.ts";
|
||||
export { postApiServicesAppRoleCreateMutationKey, postApiServicesAppRoleCreate, postApiServicesAppRoleCreateMutationOptions, usePostApiServicesAppRoleCreate } from "./hooks/usePostApiServicesAppRoleCreate.ts";
|
||||
export { postApiServicesAppTenantCreateMutationKey, postApiServicesAppTenantCreate, postApiServicesAppTenantCreateMutationOptions, usePostApiServicesAppTenantCreate } from "./hooks/usePostApiServicesAppTenantCreate.ts";
|
||||
export { postApiServicesAppUserActivateMutationKey, postApiServicesAppUserActivate, postApiServicesAppUserActivateMutationOptions, usePostApiServicesAppUserActivate } from "./hooks/usePostApiServicesAppUserActivate.ts";
|
||||
export { postApiServicesAppUserChangelanguageMutationKey, postApiServicesAppUserChangelanguage, postApiServicesAppUserChangelanguageMutationOptions, usePostApiServicesAppUserChangelanguage } from "./hooks/usePostApiServicesAppUserChangelanguage.ts";
|
||||
export { postApiServicesAppUserChangepasswordMutationKey, postApiServicesAppUserChangepassword, postApiServicesAppUserChangepasswordMutationOptions, usePostApiServicesAppUserChangepassword } from "./hooks/usePostApiServicesAppUserChangepassword.ts";
|
||||
export { postApiServicesAppUserCreateMutationKey, postApiServicesAppUserCreate, postApiServicesAppUserCreateMutationOptions, usePostApiServicesAppUserCreate } from "./hooks/usePostApiServicesAppUserCreate.ts";
|
||||
export { postApiServicesAppUserDeactivateMutationKey, postApiServicesAppUserDeactivate, postApiServicesAppUserDeactivateMutationOptions, usePostApiServicesAppUserDeactivate } from "./hooks/usePostApiServicesAppUserDeactivate.ts";
|
||||
export { postApiServicesAppUserResetpasswordMutationKey, postApiServicesAppUserResetpassword, postApiServicesAppUserResetpasswordMutationOptions, usePostApiServicesAppUserResetpassword } from "./hooks/usePostApiServicesAppUserResetpassword.ts";
|
||||
export { postApiTokenauthAuthenticateMutationKey, postApiTokenauthAuthenticate, postApiTokenauthAuthenticateMutationOptions, usePostApiTokenauthAuthenticate } from "./hooks/usePostApiTokenauthAuthenticate.ts";
|
||||
export { postApiTokenauthAuthenticateexternalMutationKey, postApiTokenauthAuthenticateexternal, postApiTokenauthAuthenticateexternalMutationOptions, usePostApiTokenauthAuthenticateexternal } from "./hooks/usePostApiTokenauthAuthenticateexternal.ts";
|
||||
export { putApiServicesAppRoleUpdateMutationKey, putApiServicesAppRoleUpdate, putApiServicesAppRoleUpdateMutationOptions, usePutApiServicesAppRoleUpdate } from "./hooks/usePutApiServicesAppRoleUpdate.ts";
|
||||
export { putApiServicesAppTenantUpdateMutationKey, putApiServicesAppTenantUpdate, putApiServicesAppTenantUpdateMutationOptions, usePutApiServicesAppTenantUpdate } from "./hooks/usePutApiServicesAppTenantUpdate.ts";
|
||||
export { putApiServicesAppUserUpdateMutationKey, putApiServicesAppUserUpdate, putApiServicesAppUserUpdateMutationOptions, usePutApiServicesAppUserUpdate } from "./hooks/usePutApiServicesAppUserUpdate.ts";
|
||||
export { TenantAvailabilityStateEnum } from "./types/TenantAvailabilityState.ts";
|
||||
export { TenantAvailabilityStateEnum } from "./types/TenantAvailabilityState.ts";
|
||||
export { applicationInfoDtoSchema } from "./zod/applicationInfoDtoSchema.ts";
|
||||
export { authenticateModelSchema } from "./zod/authenticateModelSchema.ts";
|
||||
export { authenticateResultModelSchema } from "./zod/authenticateResultModelSchema.ts";
|
||||
export { changePasswordDtoSchema } from "./zod/changePasswordDtoSchema.ts";
|
||||
export { changeUiThemeInputSchema } from "./zod/changeUiThemeInputSchema.ts";
|
||||
export { changeUserLanguageDtoSchema } from "./zod/changeUserLanguageDtoSchema.ts";
|
||||
export { createOrUpdateProviderInputSchema } from "./zod/createOrUpdateProviderInputSchema.ts";
|
||||
export { createRoleDtoSchema } from "./zod/createRoleDtoSchema.ts";
|
||||
export { createTenantDtoSchema } from "./zod/createTenantDtoSchema.ts";
|
||||
export { createUserDtoSchema } from "./zod/createUserDtoSchema.ts";
|
||||
export { deleteApiServicesAppExternalauthproviderDeleteproviderQueryParamsSchema, deleteApiServicesAppExternalauthproviderDeleteprovider200Schema, deleteApiServicesAppExternalauthproviderDeleteproviderMutationResponseSchema } from "./zod/deleteApiServicesAppExternalauthproviderDeleteproviderSchema.ts";
|
||||
export { deleteApiServicesAppRoleDeleteQueryParamsSchema, deleteApiServicesAppRoleDelete200Schema, deleteApiServicesAppRoleDeleteMutationResponseSchema } from "./zod/deleteApiServicesAppRoleDeleteSchema.ts";
|
||||
export { deleteApiServicesAppTenantDeleteQueryParamsSchema, deleteApiServicesAppTenantDelete200Schema, deleteApiServicesAppTenantDeleteMutationResponseSchema } from "./zod/deleteApiServicesAppTenantDeleteSchema.ts";
|
||||
export { deleteApiServicesAppUserDeleteQueryParamsSchema, deleteApiServicesAppUserDelete200Schema, deleteApiServicesAppUserDeleteMutationResponseSchema } from "./zod/deleteApiServicesAppUserDeleteSchema.ts";
|
||||
export { externalAuthModelSchema } from "./zod/externalAuthModelSchema.ts";
|
||||
export { externalAuthProviderDtoSchema } from "./zod/externalAuthProviderDtoSchema.ts";
|
||||
export { flatPermissionDtoSchema } from "./zod/flatPermissionDtoSchema.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetallproviders200Schema, getApiServicesAppExternalauthproviderGetallprovidersQueryResponseSchema } from "./zod/getApiServicesAppExternalauthproviderGetallprovidersSchema.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetenabledproviders200Schema, getApiServicesAppExternalauthproviderGetenabledprovidersQueryResponseSchema } from "./zod/getApiServicesAppExternalauthproviderGetenabledprovidersSchema.ts";
|
||||
export { getApiServicesAppExternalauthproviderGetproviderQueryParamsSchema, getApiServicesAppExternalauthproviderGetprovider200Schema, getApiServicesAppExternalauthproviderGetproviderQueryResponseSchema } from "./zod/getApiServicesAppExternalauthproviderGetproviderSchema.ts";
|
||||
export { getApiServicesAppRoleGetallpermissions200Schema, getApiServicesAppRoleGetallpermissionsQueryResponseSchema } from "./zod/getApiServicesAppRoleGetallpermissionsSchema.ts";
|
||||
export { getApiServicesAppRoleGetallQueryParamsSchema, getApiServicesAppRoleGetall200Schema, getApiServicesAppRoleGetallQueryResponseSchema } from "./zod/getApiServicesAppRoleGetallSchema.ts";
|
||||
export { getApiServicesAppRoleGetroleforeditQueryParamsSchema, getApiServicesAppRoleGetroleforedit200Schema, getApiServicesAppRoleGetroleforeditQueryResponseSchema } from "./zod/getApiServicesAppRoleGetroleforeditSchema.ts";
|
||||
export { getApiServicesAppRoleGetrolesQueryParamsSchema, getApiServicesAppRoleGetroles200Schema, getApiServicesAppRoleGetrolesQueryResponseSchema } from "./zod/getApiServicesAppRoleGetrolesSchema.ts";
|
||||
export { getApiServicesAppRoleGetQueryParamsSchema, getApiServicesAppRoleGet200Schema, getApiServicesAppRoleGetQueryResponseSchema } from "./zod/getApiServicesAppRoleGetSchema.ts";
|
||||
export { getApiServicesAppSessionGetcurrentlogininformations200Schema, getApiServicesAppSessionGetcurrentlogininformationsQueryResponseSchema } from "./zod/getApiServicesAppSessionGetcurrentlogininformationsSchema.ts";
|
||||
export { getApiServicesAppTenantGetallQueryParamsSchema, getApiServicesAppTenantGetall200Schema, getApiServicesAppTenantGetallQueryResponseSchema } from "./zod/getApiServicesAppTenantGetallSchema.ts";
|
||||
export { getApiServicesAppTenantGetQueryParamsSchema, getApiServicesAppTenantGet200Schema, getApiServicesAppTenantGetQueryResponseSchema } from "./zod/getApiServicesAppTenantGetSchema.ts";
|
||||
export { getApiServicesAppUserGetallQueryParamsSchema, getApiServicesAppUserGetall200Schema, getApiServicesAppUserGetallQueryResponseSchema } from "./zod/getApiServicesAppUserGetallSchema.ts";
|
||||
export { getApiServicesAppUserGetroles200Schema, getApiServicesAppUserGetrolesQueryResponseSchema } from "./zod/getApiServicesAppUserGetrolesSchema.ts";
|
||||
export { getApiServicesAppUserGetQueryParamsSchema, getApiServicesAppUserGet200Schema, getApiServicesAppUserGetQueryResponseSchema } from "./zod/getApiServicesAppUserGetSchema.ts";
|
||||
export { getCurrentLoginInformationsOutputSchema } from "./zod/getCurrentLoginInformationsOutputSchema.ts";
|
||||
export { getRoleForEditOutputSchema } from "./zod/getRoleForEditOutputSchema.ts";
|
||||
export { int64EntityDtoSchema } from "./zod/int64EntityDtoSchema.ts";
|
||||
export { isTenantAvailableInputSchema } from "./zod/isTenantAvailableInputSchema.ts";
|
||||
export { isTenantAvailableOutputSchema } from "./zod/isTenantAvailableOutputSchema.ts";
|
||||
export { permissionDtoListResultDtoSchema } from "./zod/permissionDtoListResultDtoSchema.ts";
|
||||
export { permissionDtoSchema } from "./zod/permissionDtoSchema.ts";
|
||||
export { postApiServicesAppAccountIstenantavailable200Schema, postApiServicesAppAccountIstenantavailableMutationRequestSchema, postApiServicesAppAccountIstenantavailableMutationResponseSchema } from "./zod/postApiServicesAppAccountIstenantavailableSchema.ts";
|
||||
export { postApiServicesAppAccountRegister200Schema, postApiServicesAppAccountRegisterMutationRequestSchema, postApiServicesAppAccountRegisterMutationResponseSchema } from "./zod/postApiServicesAppAccountRegisterSchema.ts";
|
||||
export { postApiServicesAppConfigurationChangeuitheme200Schema, postApiServicesAppConfigurationChangeuithemeMutationRequestSchema, postApiServicesAppConfigurationChangeuithemeMutationResponseSchema } from "./zod/postApiServicesAppConfigurationChangeuithemeSchema.ts";
|
||||
export { postApiServicesAppExternalauthproviderCreateorupdateprovider200Schema, postApiServicesAppExternalauthproviderCreateorupdateproviderMutationRequestSchema, postApiServicesAppExternalauthproviderCreateorupdateproviderMutationResponseSchema } from "./zod/postApiServicesAppExternalauthproviderCreateorupdateproviderSchema.ts";
|
||||
export { postApiServicesAppExternalauthproviderTestproviderconnectionQueryParamsSchema, postApiServicesAppExternalauthproviderTestproviderconnection200Schema, postApiServicesAppExternalauthproviderTestproviderconnectionMutationResponseSchema } from "./zod/postApiServicesAppExternalauthproviderTestproviderconnectionSchema.ts";
|
||||
export { postApiServicesAppRoleCreate200Schema, postApiServicesAppRoleCreateMutationRequestSchema, postApiServicesAppRoleCreateMutationResponseSchema } from "./zod/postApiServicesAppRoleCreateSchema.ts";
|
||||
export { postApiServicesAppTenantCreate200Schema, postApiServicesAppTenantCreateMutationRequestSchema, postApiServicesAppTenantCreateMutationResponseSchema } from "./zod/postApiServicesAppTenantCreateSchema.ts";
|
||||
export { postApiServicesAppUserActivate200Schema, postApiServicesAppUserActivateMutationRequestSchema, postApiServicesAppUserActivateMutationResponseSchema } from "./zod/postApiServicesAppUserActivateSchema.ts";
|
||||
export { postApiServicesAppUserChangelanguage200Schema, postApiServicesAppUserChangelanguageMutationRequestSchema, postApiServicesAppUserChangelanguageMutationResponseSchema } from "./zod/postApiServicesAppUserChangelanguageSchema.ts";
|
||||
export { postApiServicesAppUserChangepassword200Schema, postApiServicesAppUserChangepasswordMutationRequestSchema, postApiServicesAppUserChangepasswordMutationResponseSchema } from "./zod/postApiServicesAppUserChangepasswordSchema.ts";
|
||||
export { postApiServicesAppUserCreate200Schema, postApiServicesAppUserCreateMutationRequestSchema, postApiServicesAppUserCreateMutationResponseSchema } from "./zod/postApiServicesAppUserCreateSchema.ts";
|
||||
export { postApiServicesAppUserDeactivate200Schema, postApiServicesAppUserDeactivateMutationRequestSchema, postApiServicesAppUserDeactivateMutationResponseSchema } from "./zod/postApiServicesAppUserDeactivateSchema.ts";
|
||||
export { postApiServicesAppUserResetpassword200Schema, postApiServicesAppUserResetpasswordMutationRequestSchema, postApiServicesAppUserResetpasswordMutationResponseSchema } from "./zod/postApiServicesAppUserResetpasswordSchema.ts";
|
||||
export { postApiTokenauthAuthenticateexternal200Schema, postApiTokenauthAuthenticateexternalMutationRequestSchema, postApiTokenauthAuthenticateexternalMutationResponseSchema } from "./zod/postApiTokenauthAuthenticateexternalSchema.ts";
|
||||
export { postApiTokenauthAuthenticate200Schema, postApiTokenauthAuthenticateMutationRequestSchema, postApiTokenauthAuthenticateMutationResponseSchema } from "./zod/postApiTokenauthAuthenticateSchema.ts";
|
||||
export { putApiServicesAppRoleUpdate200Schema, putApiServicesAppRoleUpdateMutationRequestSchema, putApiServicesAppRoleUpdateMutationResponseSchema } from "./zod/putApiServicesAppRoleUpdateSchema.ts";
|
||||
export { putApiServicesAppTenantUpdate200Schema, putApiServicesAppTenantUpdateMutationRequestSchema, putApiServicesAppTenantUpdateMutationResponseSchema } from "./zod/putApiServicesAppTenantUpdateSchema.ts";
|
||||
export { putApiServicesAppUserUpdate200Schema, putApiServicesAppUserUpdateMutationRequestSchema, putApiServicesAppUserUpdateMutationResponseSchema } from "./zod/putApiServicesAppUserUpdateSchema.ts";
|
||||
export { registerInputSchema } from "./zod/registerInputSchema.ts";
|
||||
export { registerOutputSchema } from "./zod/registerOutputSchema.ts";
|
||||
export { resetPasswordDtoSchema } from "./zod/resetPasswordDtoSchema.ts";
|
||||
export { roleDtoListResultDtoSchema } from "./zod/roleDtoListResultDtoSchema.ts";
|
||||
export { roleDtoPagedResultDtoSchema } from "./zod/roleDtoPagedResultDtoSchema.ts";
|
||||
export { roleDtoSchema } from "./zod/roleDtoSchema.ts";
|
||||
export { roleEditDtoSchema } from "./zod/roleEditDtoSchema.ts";
|
||||
export { roleListDtoListResultDtoSchema } from "./zod/roleListDtoListResultDtoSchema.ts";
|
||||
export { roleListDtoSchema } from "./zod/roleListDtoSchema.ts";
|
||||
export { tenantAvailabilityStateSchema } from "./zod/tenantAvailabilityStateSchema.ts";
|
||||
export { tenantDtoPagedResultDtoSchema } from "./zod/tenantDtoPagedResultDtoSchema.ts";
|
||||
export { tenantDtoSchema } from "./zod/tenantDtoSchema.ts";
|
||||
export { tenantLoginInfoDtoSchema } from "./zod/tenantLoginInfoDtoSchema.ts";
|
||||
export { testConnectionOutputSchema } from "./zod/testConnectionOutputSchema.ts";
|
||||
export { userDtoPagedResultDtoSchema } from "./zod/userDtoPagedResultDtoSchema.ts";
|
||||
export { userDtoSchema } from "./zod/userDtoSchema.ts";
|
||||
export { userLoginInfoDtoSchema } from "./zod/userLoginInfoDtoSchema.ts";
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"version":{"type":"string","nullable":true},"releaseDate":{"type":"string","format":"date-time"},"features":{"type":"object","additionalProperties":{"type":"boolean"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"ApplicationInfoDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["password","userNameOrEmailAddress"],"type":"object","properties":{"userNameOrEmailAddress":{"maxLength":256,"minLength":0,"type":"string"},"password":{"maxLength":32,"minLength":0,"type":"string"},"rememberClient":{"type":"boolean"}},"additionalProperties":false,"x-readme-ref-name":"AuthenticateModel"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"accessToken":{"type":"string","nullable":true},"encryptedAccessToken":{"type":"string","nullable":true},"expireInSeconds":{"type":"integer","format":"int32"},"userId":{"type":"integer","format":"int64"}},"additionalProperties":false,"x-readme-ref-name":"AuthenticateResultModel"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["currentPassword","newPassword"],"type":"object","properties":{"currentPassword":{"minLength":1,"type":"string"},"newPassword":{"minLength":1,"type":"string"}},"additionalProperties":false,"x-readme-ref-name":"ChangePasswordDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["theme"],"type":"object","properties":{"theme":{"maxLength":32,"minLength":0,"type":"string"}},"additionalProperties":false,"x-readme-ref-name":"ChangeUiThemeInput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["languageName"],"type":"object","properties":{"languageName":{"minLength":1,"type":"string"}},"additionalProperties":false,"x-readme-ref-name":"ChangeUserLanguageDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["authority","clientId","clientSecret","name","providerType"],"type":"object","properties":{"id":{"type":"integer","format":"int32","nullable":true},"name":{"maxLength":128,"minLength":1,"type":"string"},"providerType":{"maxLength":64,"minLength":1,"type":"string"},"isEnabled":{"type":"boolean"},"authority":{"maxLength":512,"minLength":1,"type":"string"},"clientId":{"maxLength":256,"minLength":1,"type":"string"},"clientSecret":{"maxLength":512,"minLength":1,"type":"string"},"scopes":{"maxLength":512,"type":"string","nullable":true},"responseType":{"maxLength":64,"type":"string","nullable":true},"requireHttpsMetadata":{"type":"boolean"},"claimMappings":{"maxLength":2048,"type":"string","nullable":true},"displayOrder":{"type":"integer","format":"int32"}},"additionalProperties":false,"x-readme-ref-name":"CreateOrUpdateProviderInput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["displayName","name"],"type":"object","properties":{"name":{"maxLength":32,"minLength":0,"type":"string"},"displayName":{"maxLength":64,"minLength":0,"type":"string"},"normalizedName":{"type":"string","nullable":true},"description":{"maxLength":5000,"minLength":0,"type":"string","nullable":true},"grantedPermissions":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"CreateRoleDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["adminEmailAddress","name","tenancyName"],"type":"object","properties":{"tenancyName":{"maxLength":64,"minLength":0,"pattern":"^[a-zA-Z][a-zA-Z0-9_-]{1,}$","type":"string"},"name":{"maxLength":128,"minLength":0,"type":"string"},"adminEmailAddress":{"maxLength":256,"minLength":0,"type":"string"},"connectionString":{"maxLength":1024,"minLength":0,"type":"string","nullable":true},"isActive":{"type":"boolean"}},"additionalProperties":false,"x-readme-ref-name":"CreateTenantDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["emailAddress","name","password","surname","userName"],"type":"object","properties":{"userName":{"maxLength":256,"minLength":0,"type":"string"},"name":{"maxLength":64,"minLength":0,"type":"string"},"surname":{"maxLength":64,"minLength":0,"type":"string"},"emailAddress":{"maxLength":256,"minLength":0,"type":"string","format":"email"},"isActive":{"type":"boolean"},"roleNames":{"type":"array","items":{"type":"string"},"nullable":true},"password":{"maxLength":32,"minLength":0,"type":"string"}},"additionalProperties":false,"x-readme-ref-name":"CreateUserDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["providerName","token"],"type":"object","properties":{"providerName":{"minLength":1,"type":"string"},"token":{"minLength":1,"type":"string"}},"additionalProperties":false,"x-readme-ref-name":"ExternalAuthModel"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["authority","clientId","name","providerType"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"maxLength":128,"minLength":1,"type":"string"},"providerType":{"maxLength":64,"minLength":1,"type":"string"},"isEnabled":{"type":"boolean"},"authority":{"maxLength":512,"minLength":1,"type":"string"},"clientId":{"maxLength":256,"minLength":1,"type":"string"},"clientSecret":{"maxLength":512,"type":"string","nullable":true},"scopes":{"maxLength":512,"type":"string","nullable":true},"responseType":{"maxLength":64,"type":"string","nullable":true},"requireHttpsMetadata":{"type":"boolean"},"claimMappings":{"maxLength":2048,"type":"string","nullable":true},"displayOrder":{"type":"integer","format":"int32"},"tenantId":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"ExternalAuthProviderDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"name":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"FlatPermissionDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"application":{"type":"object","properties":{"version":{"type":"string","nullable":true},"releaseDate":{"type":"string","format":"date-time"},"features":{"type":"object","additionalProperties":{"type":"boolean"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"ApplicationInfoDto"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"userName":{"type":"string","nullable":true},"emailAddress":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"UserLoginInfoDto"},"tenant":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"tenancyName":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"TenantLoginInfoDto"}},"additionalProperties":false,"x-readme-ref-name":"GetCurrentLoginInformationsOutput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"role":{"required":["displayName","name"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"maxLength":32,"minLength":0,"type":"string"},"displayName":{"maxLength":64,"minLength":0,"type":"string"},"description":{"maxLength":5000,"minLength":0,"type":"string","nullable":true},"isStatic":{"type":"boolean"}},"additionalProperties":false,"x-readme-ref-name":"RoleEditDto"},"permissions":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"FlatPermissionDto"},"nullable":true},"grantedPermissionNames":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"GetRoleForEditOutput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"additionalProperties":false,"x-readme-ref-name":"Int64EntityDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["tenancyName"],"type":"object","properties":{"tenancyName":{"maxLength":64,"minLength":0,"type":"string"}},"additionalProperties":false,"x-readme-ref-name":"IsTenantAvailableInput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"state":{"enum":[1,2,3],"type":"integer","format":"int32","x-readme-ref-name":"TenantAvailabilityState"},"tenantId":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"IsTenantAvailableOutput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"PermissionDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"PermissionDto"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"PermissionDtoListResultDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["emailAddress","name","password","surname","userName"],"type":"object","properties":{"name":{"maxLength":64,"minLength":0,"type":"string"},"surname":{"maxLength":64,"minLength":0,"type":"string"},"userName":{"maxLength":256,"minLength":0,"type":"string"},"emailAddress":{"maxLength":256,"minLength":0,"type":"string","format":"email"},"password":{"maxLength":32,"minLength":0,"type":"string"},"captchaResponse":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"RegisterInput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"canLogin":{"type":"boolean"}},"additionalProperties":false,"x-readme-ref-name":"RegisterOutput"}
|
||||
@@ -0,0 +1 @@
|
||||
{"required":["adminPassword","newPassword","userId"],"type":"object","properties":{"adminPassword":{"minLength":1,"type":"string"},"userId":{"type":"integer","format":"int64"},"newPassword":{"minLength":1,"type":"string"}},"additionalProperties":false,"x-readme-ref-name":"ResetPasswordDto"}
|
||||
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/roleDto.json
Normal file
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/roleDto.json
Normal file
@@ -0,0 +1 @@
|
||||
{"required":["displayName","name"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"maxLength":32,"minLength":0,"type":"string"},"displayName":{"maxLength":64,"minLength":0,"type":"string"},"normalizedName":{"type":"string","nullable":true},"description":{"maxLength":5000,"minLength":0,"type":"string","nullable":true},"grantedPermissions":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"RoleDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"items":{"type":"array","items":{"required":["displayName","name"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"maxLength":32,"minLength":0,"type":"string"},"displayName":{"maxLength":64,"minLength":0,"type":"string"},"normalizedName":{"type":"string","nullable":true},"description":{"maxLength":5000,"minLength":0,"type":"string","nullable":true},"grantedPermissions":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"RoleDto"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"RoleDtoListResultDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"items":{"type":"array","items":{"required":["displayName","name"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"maxLength":32,"minLength":0,"type":"string"},"displayName":{"maxLength":64,"minLength":0,"type":"string"},"normalizedName":{"type":"string","nullable":true},"description":{"maxLength":5000,"minLength":0,"type":"string","nullable":true},"grantedPermissions":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"RoleDto"},"nullable":true},"totalCount":{"type":"integer","format":"int32"}},"additionalProperties":false,"x-readme-ref-name":"RoleDtoPagedResultDto"}
|
||||
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/roleEditDto.json
Normal file
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/roleEditDto.json
Normal file
@@ -0,0 +1 @@
|
||||
{"required":["displayName","name"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"maxLength":32,"minLength":0,"type":"string"},"displayName":{"maxLength":64,"minLength":0,"type":"string"},"description":{"maxLength":5000,"minLength":0,"type":"string","nullable":true},"isStatic":{"type":"boolean"}},"additionalProperties":false,"x-readme-ref-name":"RoleEditDto"}
|
||||
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/roleListDto.json
Normal file
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/roleListDto.json
Normal file
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"isStatic":{"type":"boolean"},"isDefault":{"type":"boolean"},"creationTime":{"type":"string","format":"date-time"}},"additionalProperties":false,"x-readme-ref-name":"RoleListDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"isStatic":{"type":"boolean"},"isDefault":{"type":"boolean"},"creationTime":{"type":"string","format":"date-time"}},"additionalProperties":false,"x-readme-ref-name":"RoleListDto"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"RoleListDtoListResultDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"enum":[1,2,3],"type":"integer","format":"int32","x-readme-ref-name":"TenantAvailabilityState"}
|
||||
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/tenantDto.json
Normal file
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/tenantDto.json
Normal file
@@ -0,0 +1 @@
|
||||
{"required":["name","tenancyName"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"tenancyName":{"maxLength":64,"minLength":0,"pattern":"^[a-zA-Z][a-zA-Z0-9_-]{1,}$","type":"string"},"name":{"maxLength":128,"minLength":0,"type":"string"},"isActive":{"type":"boolean"}},"additionalProperties":false,"x-readme-ref-name":"TenantDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"items":{"type":"array","items":{"required":["name","tenancyName"],"type":"object","properties":{"id":{"type":"integer","format":"int32"},"tenancyName":{"maxLength":64,"minLength":0,"pattern":"^[a-zA-Z][a-zA-Z0-9_-]{1,}$","type":"string"},"name":{"maxLength":128,"minLength":0,"type":"string"},"isActive":{"type":"boolean"}},"additionalProperties":false,"x-readme-ref-name":"TenantDto"},"nullable":true},"totalCount":{"type":"integer","format":"int32"}},"additionalProperties":false,"x-readme-ref-name":"TenantDtoPagedResultDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"tenancyName":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"TenantLoginInfoDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"TestConnectionOutput"}
|
||||
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/userDto.json
Normal file
1
src/ASPBaseOIDC.Web.Ui/src/api/schemas/userDto.json
Normal file
@@ -0,0 +1 @@
|
||||
{"required":["emailAddress","name","surname","userName"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userName":{"maxLength":256,"minLength":0,"type":"string"},"name":{"maxLength":64,"minLength":0,"type":"string"},"surname":{"maxLength":64,"minLength":0,"type":"string"},"emailAddress":{"maxLength":256,"minLength":0,"type":"string","format":"email"},"isActive":{"type":"boolean"},"fullName":{"type":"string","nullable":true},"lastLoginTime":{"type":"string","format":"date-time","nullable":true},"creationTime":{"type":"string","format":"date-time"},"roleNames":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"UserDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"items":{"type":"array","items":{"required":["emailAddress","name","surname","userName"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userName":{"maxLength":256,"minLength":0,"type":"string"},"name":{"maxLength":64,"minLength":0,"type":"string"},"surname":{"maxLength":64,"minLength":0,"type":"string"},"emailAddress":{"maxLength":256,"minLength":0,"type":"string","format":"email"},"isActive":{"type":"boolean"},"fullName":{"type":"string","nullable":true},"lastLoginTime":{"type":"string","format":"date-time","nullable":true},"creationTime":{"type":"string","format":"date-time"},"roleNames":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false,"x-readme-ref-name":"UserDto"},"nullable":true},"totalCount":{"type":"integer","format":"int32"}},"additionalProperties":false,"x-readme-ref-name":"UserDtoPagedResultDto"}
|
||||
@@ -0,0 +1 @@
|
||||
{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"userName":{"type":"string","nullable":true},"emailAddress":{"type":"string","nullable":true}},"additionalProperties":false,"x-readme-ref-name":"UserLoginInfoDto"}
|
||||
22
src/ASPBaseOIDC.Web.Ui/src/api/types/ApplicationInfoDto.ts
Normal file
22
src/ASPBaseOIDC.Web.Ui/src/api/types/ApplicationInfoDto.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type ApplicationInfoDto = {
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
version?: string | null;
|
||||
/**
|
||||
* @type string | undefined, date-time
|
||||
*/
|
||||
releaseDate?: Date;
|
||||
/**
|
||||
* @type object
|
||||
*/
|
||||
features?: {
|
||||
[key: string]: boolean;
|
||||
} | null;
|
||||
};
|
||||
24
src/ASPBaseOIDC.Web.Ui/src/api/types/AuthenticateModel.ts
Normal file
24
src/ASPBaseOIDC.Web.Ui/src/api/types/AuthenticateModel.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type AuthenticateModel = {
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 256
|
||||
* @type string
|
||||
*/
|
||||
userNameOrEmailAddress: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 32
|
||||
* @type string
|
||||
*/
|
||||
password: string;
|
||||
/**
|
||||
* @type boolean | undefined
|
||||
*/
|
||||
rememberClient?: boolean;
|
||||
};
|
||||
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type AuthenticateResultModel = {
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
accessToken?: string | null;
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
encryptedAccessToken?: string | null;
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
expireInSeconds?: number;
|
||||
/**
|
||||
* @type integer | undefined, int64
|
||||
*/
|
||||
userId?: number;
|
||||
};
|
||||
18
src/ASPBaseOIDC.Web.Ui/src/api/types/ChangePasswordDto.ts
Normal file
18
src/ASPBaseOIDC.Web.Ui/src/api/types/ChangePasswordDto.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type ChangePasswordDto = {
|
||||
/**
|
||||
* @minLength 1
|
||||
* @type string
|
||||
*/
|
||||
currentPassword: string;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @type string
|
||||
*/
|
||||
newPassword: string;
|
||||
};
|
||||
14
src/ASPBaseOIDC.Web.Ui/src/api/types/ChangeUiThemeInput.ts
Normal file
14
src/ASPBaseOIDC.Web.Ui/src/api/types/ChangeUiThemeInput.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type ChangeUiThemeInput = {
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 32
|
||||
* @type string
|
||||
*/
|
||||
theme: string;
|
||||
};
|
||||
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type ChangeUserLanguageDto = {
|
||||
/**
|
||||
* @minLength 1
|
||||
* @type string
|
||||
*/
|
||||
languageName: string;
|
||||
};
|
||||
@@ -0,0 +1,69 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type CreateOrUpdateProviderInput = {
|
||||
/**
|
||||
* @type integer, int32
|
||||
*/
|
||||
id?: number | null;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 128
|
||||
* @type string
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 64
|
||||
* @type string
|
||||
*/
|
||||
providerType: string;
|
||||
/**
|
||||
* @type boolean | undefined
|
||||
*/
|
||||
isEnabled?: boolean;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 512
|
||||
* @type string
|
||||
*/
|
||||
authority: string;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 256
|
||||
* @type string
|
||||
*/
|
||||
clientId: string;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 512
|
||||
* @type string
|
||||
*/
|
||||
clientSecret: string;
|
||||
/**
|
||||
* @maxLength 512
|
||||
* @type string
|
||||
*/
|
||||
scopes?: string | null;
|
||||
/**
|
||||
* @maxLength 64
|
||||
* @type string
|
||||
*/
|
||||
responseType?: string | null;
|
||||
/**
|
||||
* @type boolean | undefined
|
||||
*/
|
||||
requireHttpsMetadata?: boolean;
|
||||
/**
|
||||
* @maxLength 2048
|
||||
* @type string
|
||||
*/
|
||||
claimMappings?: string | null;
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
displayOrder?: number;
|
||||
};
|
||||
34
src/ASPBaseOIDC.Web.Ui/src/api/types/CreateRoleDto.ts
Normal file
34
src/ASPBaseOIDC.Web.Ui/src/api/types/CreateRoleDto.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type CreateRoleDto = {
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 32
|
||||
* @type string
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 64
|
||||
* @type string
|
||||
*/
|
||||
displayName: string;
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
normalizedName?: string | null;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 5000
|
||||
* @type string
|
||||
*/
|
||||
description?: string | null;
|
||||
/**
|
||||
* @type array
|
||||
*/
|
||||
grantedPermissions?: string[] | null;
|
||||
};
|
||||
37
src/ASPBaseOIDC.Web.Ui/src/api/types/CreateTenantDto.ts
Normal file
37
src/ASPBaseOIDC.Web.Ui/src/api/types/CreateTenantDto.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type CreateTenantDto = {
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 64
|
||||
* @pattern ^[a-zA-Z][a-zA-Z0-9_-]{1,}$
|
||||
* @type string
|
||||
*/
|
||||
tenancyName: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 128
|
||||
* @type string
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 256
|
||||
* @type string
|
||||
*/
|
||||
adminEmailAddress: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 1024
|
||||
* @type string
|
||||
*/
|
||||
connectionString?: string | null;
|
||||
/**
|
||||
* @type boolean | undefined
|
||||
*/
|
||||
isActive?: boolean;
|
||||
};
|
||||
46
src/ASPBaseOIDC.Web.Ui/src/api/types/CreateUserDto.ts
Normal file
46
src/ASPBaseOIDC.Web.Ui/src/api/types/CreateUserDto.ts
Normal file
@@ -0,0 +1,46 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type CreateUserDto = {
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 256
|
||||
* @type string
|
||||
*/
|
||||
userName: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 64
|
||||
* @type string
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 64
|
||||
* @type string
|
||||
*/
|
||||
surname: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 256
|
||||
* @type string, email
|
||||
*/
|
||||
emailAddress: string;
|
||||
/**
|
||||
* @type boolean | undefined
|
||||
*/
|
||||
isActive?: boolean;
|
||||
/**
|
||||
* @type array
|
||||
*/
|
||||
roleNames?: string[] | null;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 32
|
||||
* @type string
|
||||
*/
|
||||
password: string;
|
||||
};
|
||||
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams = {
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
id?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type DeleteApiServicesAppExternalauthproviderDeleteprovider200 = any;
|
||||
|
||||
export type DeleteApiServicesAppExternalauthproviderDeleteproviderMutationResponse = DeleteApiServicesAppExternalauthproviderDeleteprovider200;
|
||||
|
||||
export type DeleteApiServicesAppExternalauthproviderDeleteproviderMutation = {
|
||||
Response: DeleteApiServicesAppExternalauthproviderDeleteprovider200;
|
||||
QueryParams: DeleteApiServicesAppExternalauthproviderDeleteproviderQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type DeleteApiServicesAppRoleDeleteQueryParams = {
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
Id?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type DeleteApiServicesAppRoleDelete200 = any;
|
||||
|
||||
export type DeleteApiServicesAppRoleDeleteMutationResponse = DeleteApiServicesAppRoleDelete200;
|
||||
|
||||
export type DeleteApiServicesAppRoleDeleteMutation = {
|
||||
Response: DeleteApiServicesAppRoleDelete200;
|
||||
QueryParams: DeleteApiServicesAppRoleDeleteQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type DeleteApiServicesAppTenantDeleteQueryParams = {
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
Id?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type DeleteApiServicesAppTenantDelete200 = any;
|
||||
|
||||
export type DeleteApiServicesAppTenantDeleteMutationResponse = DeleteApiServicesAppTenantDelete200;
|
||||
|
||||
export type DeleteApiServicesAppTenantDeleteMutation = {
|
||||
Response: DeleteApiServicesAppTenantDelete200;
|
||||
QueryParams: DeleteApiServicesAppTenantDeleteQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type DeleteApiServicesAppUserDeleteQueryParams = {
|
||||
/**
|
||||
* @type integer | undefined, int64
|
||||
*/
|
||||
Id?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type DeleteApiServicesAppUserDelete200 = any;
|
||||
|
||||
export type DeleteApiServicesAppUserDeleteMutationResponse = DeleteApiServicesAppUserDelete200;
|
||||
|
||||
export type DeleteApiServicesAppUserDeleteMutation = {
|
||||
Response: DeleteApiServicesAppUserDelete200;
|
||||
QueryParams: DeleteApiServicesAppUserDeleteQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
18
src/ASPBaseOIDC.Web.Ui/src/api/types/ExternalAuthModel.ts
Normal file
18
src/ASPBaseOIDC.Web.Ui/src/api/types/ExternalAuthModel.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type ExternalAuthModel = {
|
||||
/**
|
||||
* @minLength 1
|
||||
* @type string
|
||||
*/
|
||||
providerName: string;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @type string
|
||||
*/
|
||||
token: string;
|
||||
};
|
||||
@@ -0,0 +1,72 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type ExternalAuthProviderDto = {
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
id?: number;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 128
|
||||
* @type string
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 64
|
||||
* @type string
|
||||
*/
|
||||
providerType: string;
|
||||
/**
|
||||
* @type boolean | undefined
|
||||
*/
|
||||
isEnabled?: boolean;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 512
|
||||
* @type string
|
||||
*/
|
||||
authority: string;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 256
|
||||
* @type string
|
||||
*/
|
||||
clientId: string;
|
||||
/**
|
||||
* @maxLength 512
|
||||
* @type string
|
||||
*/
|
||||
clientSecret?: string | null;
|
||||
/**
|
||||
* @maxLength 512
|
||||
* @type string
|
||||
*/
|
||||
scopes?: string | null;
|
||||
/**
|
||||
* @maxLength 64
|
||||
* @type string
|
||||
*/
|
||||
responseType?: string | null;
|
||||
/**
|
||||
* @type boolean | undefined
|
||||
*/
|
||||
requireHttpsMetadata?: boolean;
|
||||
/**
|
||||
* @maxLength 2048
|
||||
* @type string
|
||||
*/
|
||||
claimMappings?: string | null;
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
displayOrder?: number;
|
||||
/**
|
||||
* @type integer, int32
|
||||
*/
|
||||
tenantId?: number | null;
|
||||
};
|
||||
20
src/ASPBaseOIDC.Web.Ui/src/api/types/FlatPermissionDto.ts
Normal file
20
src/ASPBaseOIDC.Web.Ui/src/api/types/FlatPermissionDto.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
|
||||
export type FlatPermissionDto = {
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
name?: string | null;
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
displayName?: string | null;
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
description?: string | null;
|
||||
};
|
||||
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { ExternalAuthProviderDto } from "./ExternalAuthProviderDto.ts";
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppExternalauthproviderGetallproviders200 = ExternalAuthProviderDto[];
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetallprovidersQueryResponse = GetApiServicesAppExternalauthproviderGetallproviders200;
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetallprovidersQuery = {
|
||||
Response: GetApiServicesAppExternalauthproviderGetallproviders200;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { ExternalAuthProviderDto } from "./ExternalAuthProviderDto.ts";
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppExternalauthproviderGetenabledproviders200 = ExternalAuthProviderDto[];
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetenabledprovidersQueryResponse = GetApiServicesAppExternalauthproviderGetenabledproviders200;
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetenabledprovidersQuery = {
|
||||
Response: GetApiServicesAppExternalauthproviderGetenabledproviders200;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { ExternalAuthProviderDto } from "./ExternalAuthProviderDto.ts";
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetproviderQueryParams = {
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
id?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppExternalauthproviderGetprovider200 = ExternalAuthProviderDto;
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetproviderQueryResponse = GetApiServicesAppExternalauthproviderGetprovider200;
|
||||
|
||||
export type GetApiServicesAppExternalauthproviderGetproviderQuery = {
|
||||
Response: GetApiServicesAppExternalauthproviderGetprovider200;
|
||||
QueryParams: GetApiServicesAppExternalauthproviderGetproviderQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { RoleDto } from "./RoleDto.ts";
|
||||
|
||||
export type GetApiServicesAppRoleGetQueryParams = {
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
Id?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppRoleGet200 = RoleDto;
|
||||
|
||||
export type GetApiServicesAppRoleGetQueryResponse = GetApiServicesAppRoleGet200;
|
||||
|
||||
export type GetApiServicesAppRoleGetQuery = {
|
||||
Response: GetApiServicesAppRoleGet200;
|
||||
QueryParams: GetApiServicesAppRoleGetQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,42 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { RoleDtoPagedResultDto } from "./RoleDtoPagedResultDto.ts";
|
||||
|
||||
export type GetApiServicesAppRoleGetallQueryParams = {
|
||||
/**
|
||||
* @type string | undefined
|
||||
*/
|
||||
Keyword?: string;
|
||||
/**
|
||||
* @type string | undefined
|
||||
*/
|
||||
Sorting?: string;
|
||||
/**
|
||||
* @minLength 0
|
||||
* @maxLength 2147483647
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
SkipCount?: number;
|
||||
/**
|
||||
* @minLength 1
|
||||
* @maxLength 2147483647
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
MaxResultCount?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppRoleGetall200 = RoleDtoPagedResultDto;
|
||||
|
||||
export type GetApiServicesAppRoleGetallQueryResponse = GetApiServicesAppRoleGetall200;
|
||||
|
||||
export type GetApiServicesAppRoleGetallQuery = {
|
||||
Response: GetApiServicesAppRoleGetall200;
|
||||
QueryParams: GetApiServicesAppRoleGetallQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { PermissionDtoListResultDto } from "./PermissionDtoListResultDto.ts";
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppRoleGetallpermissions200 = PermissionDtoListResultDto;
|
||||
|
||||
export type GetApiServicesAppRoleGetallpermissionsQueryResponse = GetApiServicesAppRoleGetallpermissions200;
|
||||
|
||||
export type GetApiServicesAppRoleGetallpermissionsQuery = {
|
||||
Response: GetApiServicesAppRoleGetallpermissions200;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { GetRoleForEditOutput } from "./GetRoleForEditOutput.ts";
|
||||
|
||||
export type GetApiServicesAppRoleGetroleforeditQueryParams = {
|
||||
/**
|
||||
* @type integer | undefined, int32
|
||||
*/
|
||||
Id?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppRoleGetroleforedit200 = GetRoleForEditOutput;
|
||||
|
||||
export type GetApiServicesAppRoleGetroleforeditQueryResponse = GetApiServicesAppRoleGetroleforedit200;
|
||||
|
||||
export type GetApiServicesAppRoleGetroleforeditQuery = {
|
||||
Response: GetApiServicesAppRoleGetroleforedit200;
|
||||
QueryParams: GetApiServicesAppRoleGetroleforeditQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Generated by Kubb (https://kubb.dev/).
|
||||
* Do not edit manually.
|
||||
*/
|
||||
|
||||
import type { RoleListDtoListResultDto } from "./RoleListDtoListResultDto.ts";
|
||||
|
||||
export type GetApiServicesAppRoleGetrolesQueryParams = {
|
||||
/**
|
||||
* @type string | undefined
|
||||
*/
|
||||
Permission?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description OK
|
||||
*/
|
||||
export type GetApiServicesAppRoleGetroles200 = RoleListDtoListResultDto;
|
||||
|
||||
export type GetApiServicesAppRoleGetrolesQueryResponse = GetApiServicesAppRoleGetroles200;
|
||||
|
||||
export type GetApiServicesAppRoleGetrolesQuery = {
|
||||
Response: GetApiServicesAppRoleGetroles200;
|
||||
QueryParams: GetApiServicesAppRoleGetrolesQueryParams;
|
||||
Errors: any;
|
||||
};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user