@squonk/account-server-client 4.4.0-4-4.2174798239 → 4.4.0-4-4.2194834412
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/actions/actions.cjs +5 -5
- package/dist/api/actions/actions.cjs.map +1 -1
- package/dist/api/actions/actions.d.cts +17 -35
- package/dist/api/actions/actions.d.cts.map +1 -1
- package/dist/api/actions/actions.d.ts +17 -35
- package/dist/api/actions/actions.d.ts.map +1 -1
- package/dist/api/actions/actions.js +5 -5
- package/dist/api/actions/actions.js.map +1 -1
- package/dist/api/api.schemas.cjs.map +1 -1
- package/dist/api/api.schemas.d.cts +1 -1
- package/dist/api/api.schemas.d.ts +1 -1
- package/dist/api/api.schemas.js.map +1 -1
- package/dist/api/asset/asset.cjs +23 -23
- package/dist/api/asset/asset.cjs.map +1 -1
- package/dist/api/asset/asset.d.cts +40 -76
- package/dist/api/asset/asset.d.cts.map +1 -1
- package/dist/api/asset/asset.d.ts +40 -76
- package/dist/api/asset/asset.d.ts.map +1 -1
- package/dist/api/asset/asset.js +23 -23
- package/dist/api/asset/asset.js.map +1 -1
- package/dist/api/charges/charges.cjs +17 -17
- package/dist/api/charges/charges.cjs.map +1 -1
- package/dist/api/charges/charges.d.cts +65 -137
- package/dist/api/charges/charges.d.cts.map +1 -1
- package/dist/api/charges/charges.d.ts +65 -137
- package/dist/api/charges/charges.d.ts.map +1 -1
- package/dist/api/charges/charges.js +17 -17
- package/dist/api/charges/charges.js.map +1 -1
- package/dist/api/event-stream/event-stream.cjs +13 -13
- package/dist/api/event-stream/event-stream.cjs.map +1 -1
- package/dist/api/event-stream/event-stream.d.cts +35 -71
- package/dist/api/event-stream/event-stream.d.cts.map +1 -1
- package/dist/api/event-stream/event-stream.d.ts +35 -71
- package/dist/api/event-stream/event-stream.d.ts.map +1 -1
- package/dist/api/event-stream/event-stream.js +13 -13
- package/dist/api/event-stream/event-stream.js.map +1 -1
- package/dist/api/merchant/merchant.cjs +9 -9
- package/dist/api/merchant/merchant.cjs.map +1 -1
- package/dist/api/merchant/merchant.d.cts +33 -69
- package/dist/api/merchant/merchant.d.cts.map +1 -1
- package/dist/api/merchant/merchant.d.ts +33 -69
- package/dist/api/merchant/merchant.d.ts.map +1 -1
- package/dist/api/merchant/merchant.js +9 -9
- package/dist/api/merchant/merchant.js.map +1 -1
- package/dist/api/organisation/organisation.cjs +19 -19
- package/dist/api/organisation/organisation.cjs.map +1 -1
- package/dist/api/organisation/organisation.d.cts +52 -106
- package/dist/api/organisation/organisation.d.cts.map +1 -1
- package/dist/api/organisation/organisation.d.ts +52 -106
- package/dist/api/organisation/organisation.d.ts.map +1 -1
- package/dist/api/organisation/organisation.js +19 -19
- package/dist/api/organisation/organisation.js.map +1 -1
- package/dist/api/product/product.cjs +31 -31
- package/dist/api/product/product.cjs.map +1 -1
- package/dist/api/product/product.d.cts +100 -208
- package/dist/api/product/product.d.cts.map +1 -1
- package/dist/api/product/product.d.ts +100 -208
- package/dist/api/product/product.d.ts.map +1 -1
- package/dist/api/product/product.js +31 -31
- package/dist/api/product/product.js.map +1 -1
- package/dist/api/state/state.cjs +5 -5
- package/dist/api/state/state.cjs.map +1 -1
- package/dist/api/state/state.d.cts +17 -35
- package/dist/api/state/state.d.cts.map +1 -1
- package/dist/api/state/state.d.ts +17 -35
- package/dist/api/state/state.d.ts.map +1 -1
- package/dist/api/state/state.js +5 -5
- package/dist/api/state/state.js.map +1 -1
- package/dist/api/unit/unit.cjs +31 -31
- package/dist/api/unit/unit.cjs.map +1 -1
- package/dist/api/unit/unit.d.cts +72 -144
- package/dist/api/unit/unit.d.cts.map +1 -1
- package/dist/api/unit/unit.d.ts +72 -144
- package/dist/api/unit/unit.d.ts.map +1 -1
- package/dist/api/unit/unit.js +31 -31
- package/dist/api/unit/unit.js.map +1 -1
- package/dist/api/user/user.cjs +21 -21
- package/dist/api/user/user.cjs.map +1 -1
- package/dist/api/user/user.d.cts +53 -107
- package/dist/api/user/user.d.cts.map +1 -1
- package/dist/api/user/user.d.ts +53 -107
- package/dist/api/user/user.d.ts.map +1 -1
- package/dist/api/user/user.js +21 -21
- package/dist/api/user/user.js.map +1 -1
- package/package.json +4 -7
- package/pnpm-workspace.yaml +1 -3
- package/src/api/actions/actions.ts +13 -105
- package/src/api/api.schemas.ts +1 -1
- package/src/api/asset/asset.ts +95 -305
- package/src/api/charges/charges.ts +55 -458
- package/src/api/event-stream/event-stream.ts +59 -264
- package/src/api/merchant/merchant.ts +29 -214
- package/src/api/organisation/organisation.ts +87 -383
- package/src/api/product/product.ts +131 -726
- package/src/api/state/state.ts +17 -107
- package/src/api/unit/unit.ts +147 -523
- package/src/api/user/user.ts +102 -403
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.cjs","names":["customInstance","queryFn: QueryFunction<Awaited<ReturnType<typeof getUserAccount>>>","queryMutator","queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUsers>>>","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n { orgId: string; userId: string }\n >","mutationMutator","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n { orgId: string; userId: string }\n >","queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUnitUsers>>>","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n { unitId: string; userId: string }\n >","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n { unitId: string; userId: string }\n >"],"sources":["../../../src/api/user/user.ts"],"sourcesContent":["/**\n * Generated by orval v7.16.1 🍺\n * Do not edit manually.\n * Account Server API\n * The Informatics Matters Account Server API.\n\nA service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.\n\n * OpenAPI spec version: 4.4\n */\nimport { useMutation, useQuery, useSuspenseQuery } from \"@tanstack/react-query\";\nimport type {\n DataTag,\n DefinedInitialDataOptions,\n DefinedUseQueryResult,\n MutationFunction,\n QueryClient,\n QueryFunction,\n QueryKey,\n UndefinedInitialDataOptions,\n UseMutationOptions,\n UseMutationResult,\n UseQueryOptions,\n UseQueryResult,\n UseSuspenseQueryOptions,\n UseSuspenseQueryResult,\n} from \"@tanstack/react-query\";\n\nimport type { AsError, UserAccountDetail, UsersGetResponse } from \"../api.schemas\";\n\nimport { customInstance } from \"../../custom-instance\";\nimport type { ErrorType } from \"../../custom-instance\";\nimport { queryMutator } from \"../../options-mutator\";\nimport { mutationMutator } from \"../../options-mutator\";\n\ntype SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];\n\n/**\n * Returns a summary of your account\n\n * @summary Get information about your account\n */\nexport const getUserAccount = (\n options?: SecondParameter<typeof customInstance>,\n signal?: AbortSignal,\n) => {\n return customInstance<UserAccountDetail>(\n { url: `/user/account`, method: \"GET\", signal },\n options,\n );\n};\n\nexport const getGetUserAccountQueryKey = () => {\n return [`/user/account`] as const;\n};\n\nexport const useGetUserAccountQueryOptions = <\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;\n request?: SecondParameter<typeof customInstance>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetUserAccountQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getUserAccount>>> = ({ signal }) =>\n getUserAccount(requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseQueryOptions<\n Awaited<ReturnType<typeof getUserAccount>>,\n TError,\n TData\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n};\n\nexport type GetUserAccountQueryResult = NonNullable<Awaited<ReturnType<typeof getUserAccount>>>;\nexport type GetUserAccountQueryError = ErrorType<void | AsError>;\n\nexport function useGetUserAccount<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options: {\n query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>> &\n Pick<\n DefinedInitialDataOptions<\n Awaited<ReturnType<typeof getUserAccount>>,\n TError,\n Awaited<ReturnType<typeof getUserAccount>>\n >,\n \"initialData\"\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): DefinedUseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetUserAccount<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options?: {\n query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>> &\n Pick<\n UndefinedInitialDataOptions<\n Awaited<ReturnType<typeof getUserAccount>>,\n TError,\n Awaited<ReturnType<typeof getUserAccount>>\n >,\n \"initialData\"\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetUserAccount<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options?: {\n query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\n/**\n * @summary Get information about your account\n */\n\nexport function useGetUserAccount<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options?: {\n query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> } {\n const queryOptions = useGetUserAccountQueryOptions(options);\n\n const query = useQuery(queryOptions, queryClient) as UseQueryResult<TData, TError> & {\n queryKey: DataTag<QueryKey, TData, TError>;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\nexport const useGetUserAccountSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetUserAccountQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getUserAccount>>> = ({ signal }) =>\n getUserAccount(requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getUserAccount>>,\n TError,\n TData\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n};\n\nexport type GetUserAccountSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getUserAccount>>\n>;\nexport type GetUserAccountSuspenseQueryError = ErrorType<void | AsError>;\n\nexport function useGetUserAccountSuspense<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options: {\n query: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetUserAccountSuspense<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetUserAccountSuspense<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\n/**\n * @summary Get information about your account\n */\n\nexport function useGetUserAccountSuspense<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> } {\n const queryOptions = useGetUserAccountSuspenseQueryOptions(options);\n\n const query = useSuspenseQuery(queryOptions, queryClient) as UseSuspenseQueryResult<\n TData,\n TError\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Gets Users in an Organisation.\n\nYou have to be a member of the Organisation or an admin user to use this endpoint\n\n**WARNING**: This endpoint is **DEPRECATED** and will be removed in a future release. Please use the `GET /organisation/{org_id}` endpoint instead.\n\n * @summary Gets users in an Organisation\n */\nexport const getOrganisationUsers = (\n orgId: string,\n options?: SecondParameter<typeof customInstance>,\n signal?: AbortSignal,\n) => {\n return customInstance<UsersGetResponse>(\n { url: `/organisation/${orgId}/user`, method: \"GET\", signal },\n options,\n );\n};\n\nexport const getGetOrganisationUsersQueryKey = (orgId?: string) => {\n return [`/organisation/${orgId}/user`] as const;\n};\n\nexport const useGetOrganisationUsersQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUsersQueryKey(orgId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUsers>>> = ({ signal }) =>\n getOrganisationUsers(orgId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n TData\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n};\n\nexport type GetOrganisationUsersQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUsers>>\n>;\nexport type GetOrganisationUsersQueryError = ErrorType<AsError | void>;\n\nexport function useGetOrganisationUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options: {\n query: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n > &\n Pick<\n DefinedInitialDataOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n Awaited<ReturnType<typeof getOrganisationUsers>>\n >,\n \"initialData\"\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): DefinedUseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n > &\n Pick<\n UndefinedInitialDataOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n Awaited<ReturnType<typeof getOrganisationUsers>>\n >,\n \"initialData\"\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\n/**\n * @summary Gets users in an Organisation\n */\n\nexport function useGetOrganisationUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> } {\n const queryOptions = useGetOrganisationUsersQueryOptions(orgId, options);\n\n const query = useQuery(queryOptions, queryClient) as UseQueryResult<TData, TError> & {\n queryKey: DataTag<QueryKey, TData, TError>;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\nexport const useGetOrganisationUsersSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUsersQueryKey(orgId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUsers>>> = ({ signal }) =>\n getOrganisationUsers(orgId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n TData\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n};\n\nexport type GetOrganisationUsersSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUsers>>\n>;\nexport type GetOrganisationUsersSuspenseQueryError = ErrorType<AsError | void>;\n\nexport function useGetOrganisationUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options: {\n query: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\n/**\n * @summary Gets users in an Organisation\n */\n\nexport function useGetOrganisationUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> } {\n const queryOptions = useGetOrganisationUsersSuspenseQueryOptions(orgId, options);\n\n const query = useSuspenseQuery(queryOptions, queryClient) as UseSuspenseQueryResult<\n TData,\n TError\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Adds a User to an **Organisation**.\n\nYou have to be in the Organisation or an admin user to use this endpoint\n\n * @summary Adds a User to an Organisation\n */\nexport const addOrganisationUser = (\n orgId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>(\n { url: `/organisation/${orgId}/user/${userId}`, method: \"PUT\" },\n options,\n );\n};\n\nexport const useAddOrganisationUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"addOrganisationUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n { orgId: string; userId: string }\n > = (props) => {\n const { orgId, userId } = props ?? {};\n\n return addOrganisationUser(orgId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type AddOrganisationUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof addOrganisationUser>>\n>;\n\nexport type AddOrganisationUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Adds a User to an Organisation\n */\nexport const useAddOrganisationUser = <TError = ErrorType<AsError | void>, TContext = unknown>(\n options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseMutationResult<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useAddOrganisationUserMutationOptions(options);\n\n return useMutation(mutationOptions, queryClient);\n};\n/**\n * Removes a User from an **Organisation**.\n\nYou have to be in the Organisation or an admin user to use this endpoint\n\n * @summary Deletes a User from an Organisation\n */\nexport const deleteOrganisationUser = (\n orgId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>(\n { url: `/organisation/${orgId}/user/${userId}`, method: \"DELETE\" },\n options,\n );\n};\n\nexport const useDeleteOrganisationUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"deleteOrganisationUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n { orgId: string; userId: string }\n > = (props) => {\n const { orgId, userId } = props ?? {};\n\n return deleteOrganisationUser(orgId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type DeleteOrganisationUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof deleteOrganisationUser>>\n>;\n\nexport type DeleteOrganisationUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Deletes a User from an Organisation\n */\nexport const useDeleteOrganisationUser = <TError = ErrorType<AsError | void>, TContext = unknown>(\n options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseMutationResult<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useDeleteOrganisationUserMutationOptions(options);\n\n return useMutation(mutationOptions, queryClient);\n};\n/**\n * Gets users in an Organisational Unit.\n\nYou have to be in the Organisation or Unit or an Admin user to use this endpoint\n\n**WARNING**: This endpoint is **DEPRECATED** and will be removed in a future release. Please use the `GET /unit/{unit_id}` endpoint instead.\n\n * @summary Gets users in an Organisational Unit\n */\nexport const getOrganisationUnitUsers = (\n unitId: string,\n options?: SecondParameter<typeof customInstance>,\n signal?: AbortSignal,\n) => {\n return customInstance<UsersGetResponse>(\n { url: `/unit/${unitId}/user`, method: \"GET\", signal },\n options,\n );\n};\n\nexport const getGetOrganisationUnitUsersQueryKey = (unitId?: string) => {\n return [`/unit/${unitId}/user`] as const;\n};\n\nexport const useGetOrganisationUnitUsersQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUnitUsersQueryKey(unitId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUnitUsers>>> = ({\n signal,\n }) => getOrganisationUnitUsers(unitId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n TData\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n};\n\nexport type GetOrganisationUnitUsersQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>\n>;\nexport type GetOrganisationUnitUsersQueryError = ErrorType<AsError | void>;\n\nexport function useGetOrganisationUnitUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options: {\n query: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n > &\n Pick<\n DefinedInitialDataOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>\n >,\n \"initialData\"\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): DefinedUseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUnitUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n > &\n Pick<\n UndefinedInitialDataOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>\n >,\n \"initialData\"\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUnitUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\n/**\n * @summary Gets users in an Organisational Unit\n */\n\nexport function useGetOrganisationUnitUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> } {\n const queryOptions = useGetOrganisationUnitUsersQueryOptions(unitId, options);\n\n const query = useQuery(queryOptions, queryClient) as UseQueryResult<TData, TError> & {\n queryKey: DataTag<QueryKey, TData, TError>;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\nexport const useGetOrganisationUnitUsersSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUnitUsersQueryKey(unitId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUnitUsers>>> = ({\n signal,\n }) => getOrganisationUnitUsers(unitId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n TData\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n};\n\nexport type GetOrganisationUnitUsersSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>\n>;\nexport type GetOrganisationUnitUsersSuspenseQueryError = ErrorType<AsError | void>;\n\nexport function useGetOrganisationUnitUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options: {\n query: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUnitUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\nexport function useGetOrganisationUnitUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> };\n/**\n * @summary Gets users in an Organisational Unit\n */\n\nexport function useGetOrganisationUnitUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: Partial<\n UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseSuspenseQueryResult<TData, TError> & { queryKey: DataTag<QueryKey, TData, TError> } {\n const queryOptions = useGetOrganisationUnitUsersSuspenseQueryOptions(unitId, options);\n\n const query = useSuspenseQuery(queryOptions, queryClient) as UseSuspenseQueryResult<\n TData,\n TError\n > & { queryKey: DataTag<QueryKey, TData, TError> };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Adds a user to an Organisational Unit.\n\nUsers cannot be added to **Personal Units** (Units that are part of the ***Default** Organisation).\n\nYou have to be in the Organisation or Unit or an Admin user to use this endpoint\n\n * @summary Adds a user to an Organisational Unit\n */\nexport const addOrganisationUnitUser = (\n unitId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>({ url: `/unit/${unitId}/user/${userId}`, method: \"PUT\" }, options);\n};\n\nexport const useAddOrganisationUnitUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"addOrganisationUnitUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n { unitId: string; userId: string }\n > = (props) => {\n const { unitId, userId } = props ?? {};\n\n return addOrganisationUnitUser(unitId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type AddOrganisationUnitUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>\n>;\n\nexport type AddOrganisationUnitUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Adds a user to an Organisational Unit\n */\nexport const useAddOrganisationUnitUser = <TError = ErrorType<AsError | void>, TContext = unknown>(\n options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseMutationResult<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useAddOrganisationUnitUserMutationOptions(options);\n\n return useMutation(mutationOptions, queryClient);\n};\n/**\n * Removes a User from an Organisational Unit.\n\nUsers cannot be removed from **Personal Units** (Units that are part of the ***Default** Organisation).\n\nYou have to be in the Organisation or Unit or an Admin user to use this endpoint\n\n * @summary Deletes a User from an Organisational Unit\n */\nexport const deleteOrganisationUnitUser = (\n unitId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>({ url: `/unit/${unitId}/user/${userId}`, method: \"DELETE\" }, options);\n};\n\nexport const useDeleteOrganisationUnitUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"deleteOrganisationUnitUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n { unitId: string; userId: string }\n > = (props) => {\n const { unitId, userId } = props ?? {};\n\n return deleteOrganisationUnitUser(unitId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type DeleteOrganisationUnitUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>\n>;\n\nexport type DeleteOrganisationUnitUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Deletes a User from an Organisational Unit\n */\nexport const useDeleteOrganisationUnitUser = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(\n options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n queryClient?: QueryClient,\n): UseMutationResult<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useDeleteOrganisationUnitUserMutationOptions(options);\n\n return useMutation(mutationOptions, queryClient);\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"user.cjs","names":["customInstance","queryFn: QueryFunction<Awaited<ReturnType<typeof getUserAccount>>>","queryMutator","queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUsers>>>","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n { orgId: string; userId: string }\n >","mutationMutator","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n { orgId: string; userId: string }\n >","queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUnitUsers>>>","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n { unitId: string; userId: string }\n >","mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n { unitId: string; userId: string }\n >"],"sources":["../../../src/api/user/user.ts"],"sourcesContent":["/**\n * Generated by orval v7.17.0 🍺\n * Do not edit manually.\n * Account Server API\n * The Informatics Matters Account Server API.\n\nA service that provides access to the Account Server, which gives *registered* users access to and management of **Organisations**, **Units**, **Products**, **Users**, and **Assets**.\n\n * OpenAPI spec version: 4.4\n */\nimport { useMutation, useQuery, useSuspenseQuery } from \"@tanstack/react-query\";\nimport type {\n MutationFunction,\n QueryFunction,\n QueryKey,\n UseMutationOptions,\n UseMutationResult,\n UseQueryOptions,\n UseQueryResult,\n UseSuspenseQueryOptions,\n UseSuspenseQueryResult,\n} from \"@tanstack/react-query\";\n\nimport type { AsError, UserAccountDetail, UsersGetResponse } from \"../api.schemas\";\n\nimport { customInstance } from \"../../custom-instance\";\nimport type { ErrorType } from \"../../custom-instance\";\nimport { queryMutator } from \"../../options-mutator\";\nimport { mutationMutator } from \"../../options-mutator\";\n\ntype SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];\n\n/**\n * Returns a summary of your account\n\n * @summary Get information about your account\n */\nexport const getUserAccount = (\n options?: SecondParameter<typeof customInstance>,\n signal?: AbortSignal,\n) => {\n return customInstance<UserAccountDetail>(\n { url: `/user/account`, method: \"GET\", signal },\n options,\n );\n};\n\nexport const getGetUserAccountQueryKey = () => {\n return [`/user/account`] as const;\n};\n\nexport const useGetUserAccountQueryOptions = <\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetUserAccountQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getUserAccount>>> = ({ signal }) =>\n getUserAccount(requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseQueryOptions<\n Awaited<ReturnType<typeof getUserAccount>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetUserAccountQueryResult = NonNullable<Awaited<ReturnType<typeof getUserAccount>>>;\nexport type GetUserAccountQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Get information about your account\n */\n\nexport function useGetUserAccount<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = useGetUserAccountQueryOptions(options);\n\n const query = useQuery(queryOptions) as UseQueryResult<TData, TError> & { queryKey: QueryKey };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\nexport const useGetUserAccountSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetUserAccountQueryKey();\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getUserAccount>>> = ({ signal }) =>\n getUserAccount(requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getUserAccount>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetUserAccountSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getUserAccount>>\n>;\nexport type GetUserAccountSuspenseQueryError = ErrorType<void | AsError>;\n\n/**\n * @summary Get information about your account\n */\n\nexport function useGetUserAccountSuspense<\n TData = Awaited<ReturnType<typeof getUserAccount>>,\n TError = ErrorType<void | AsError>,\n>(options?: {\n query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n}): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = useGetUserAccountSuspenseQueryOptions(options);\n\n const query = useSuspenseQuery(queryOptions) as UseSuspenseQueryResult<TData, TError> & {\n queryKey: QueryKey;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Gets Users in an Organisation.\n\nYou have to be a member of the Organisation or an admin user to use this endpoint\n\n**WARNING**: This endpoint is **DEPRECATED** and will be removed in a future release. Please use the `GET /organisation/{org_id}` endpoint instead.\n\n * @summary Gets users in an Organisation\n */\nexport const getOrganisationUsers = (\n orgId: string,\n options?: SecondParameter<typeof customInstance>,\n signal?: AbortSignal,\n) => {\n return customInstance<UsersGetResponse>(\n { url: `/organisation/${orgId}/user`, method: \"GET\", signal },\n options,\n );\n};\n\nexport const getGetOrganisationUsersQueryKey = (orgId?: string) => {\n return [`/organisation/${orgId}/user`] as const;\n};\n\nexport const useGetOrganisationUsersQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUsersQueryKey(orgId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUsers>>> = ({ signal }) =>\n getOrganisationUsers(orgId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetOrganisationUsersQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUsers>>\n>;\nexport type GetOrganisationUsersQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets users in an Organisation\n */\n\nexport function useGetOrganisationUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n },\n): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = useGetOrganisationUsersQueryOptions(orgId, options);\n\n const query = useQuery(queryOptions) as UseQueryResult<TData, TError> & { queryKey: QueryKey };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\nexport const useGetOrganisationUsersSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n TData\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUsersQueryKey(orgId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUsers>>> = ({ signal }) =>\n getOrganisationUsers(orgId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetOrganisationUsersSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUsers>>\n>;\nexport type GetOrganisationUsersSuspenseQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets users in an Organisation\n */\n\nexport function useGetOrganisationUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n orgId: string,\n options?: {\n query?: UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUsers>>,\n TError,\n TData\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = useGetOrganisationUsersSuspenseQueryOptions(orgId, options);\n\n const query = useSuspenseQuery(queryOptions) as UseSuspenseQueryResult<TData, TError> & {\n queryKey: QueryKey;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Adds a User to an **Organisation**.\n\nYou have to be in the Organisation or an admin user to use this endpoint\n\n * @summary Adds a User to an Organisation\n */\nexport const addOrganisationUser = (\n orgId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>(\n { url: `/organisation/${orgId}/user/${userId}`, method: \"PUT\" },\n options,\n );\n};\n\nexport const useAddOrganisationUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"addOrganisationUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n { orgId: string; userId: string }\n > = (props) => {\n const { orgId, userId } = props ?? {};\n\n return addOrganisationUser(orgId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type AddOrganisationUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof addOrganisationUser>>\n>;\n\nexport type AddOrganisationUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Adds a User to an Organisation\n */\nexport const useAddOrganisationUser = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationResult<\n Awaited<ReturnType<typeof addOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useAddOrganisationUserMutationOptions(options);\n\n return useMutation(mutationOptions);\n};\n/**\n * Removes a User from an **Organisation**.\n\nYou have to be in the Organisation or an admin user to use this endpoint\n\n * @summary Deletes a User from an Organisation\n */\nexport const deleteOrganisationUser = (\n orgId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>(\n { url: `/organisation/${orgId}/user/${userId}`, method: \"DELETE\" },\n options,\n );\n};\n\nexport const useDeleteOrganisationUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"deleteOrganisationUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n { orgId: string; userId: string }\n > = (props) => {\n const { orgId, userId } = props ?? {};\n\n return deleteOrganisationUser(orgId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type DeleteOrganisationUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof deleteOrganisationUser>>\n>;\n\nexport type DeleteOrganisationUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Deletes a User from an Organisation\n */\nexport const useDeleteOrganisationUser = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationResult<\n Awaited<ReturnType<typeof deleteOrganisationUser>>,\n TError,\n { orgId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useDeleteOrganisationUserMutationOptions(options);\n\n return useMutation(mutationOptions);\n};\n/**\n * Gets users in an Organisational Unit.\n\nYou have to be in the Organisation or Unit or an Admin user to use this endpoint\n\n**WARNING**: This endpoint is **DEPRECATED** and will be removed in a future release. Please use the `GET /unit/{unit_id}` endpoint instead.\n\n * @summary Gets users in an Organisational Unit\n */\nexport const getOrganisationUnitUsers = (\n unitId: string,\n options?: SecondParameter<typeof customInstance>,\n signal?: AbortSignal,\n) => {\n return customInstance<UsersGetResponse>(\n { url: `/unit/${unitId}/user`, method: \"GET\", signal },\n options,\n );\n};\n\nexport const getGetOrganisationUnitUsersQueryKey = (unitId?: string) => {\n return [`/unit/${unitId}/user`] as const;\n};\n\nexport const useGetOrganisationUnitUsersQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUnitUsersQueryKey(unitId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUnitUsers>>> = ({\n signal,\n }) => getOrganisationUnitUsers(unitId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetOrganisationUnitUsersQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>\n>;\nexport type GetOrganisationUnitUsersQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets users in an Organisational Unit\n */\n\nexport function useGetOrganisationUnitUsers<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>;\n request?: SecondParameter<typeof customInstance>;\n },\n): UseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = useGetOrganisationUnitUsersQueryOptions(unitId, options);\n\n const query = useQuery(queryOptions) as UseQueryResult<TData, TError> & { queryKey: QueryKey };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\nexport const useGetOrganisationUnitUsersSuspenseQueryOptions = <\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n TData\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n) => {\n const { query: queryOptions, request: requestOptions } = options ?? {};\n\n const queryKey = queryOptions?.queryKey ?? getGetOrganisationUnitUsersQueryKey(unitId);\n\n const queryFn: QueryFunction<Awaited<ReturnType<typeof getOrganisationUnitUsers>>> = ({\n signal,\n }) => getOrganisationUnitUsers(unitId, requestOptions, signal);\n\n const customOptions = queryMutator({ ...queryOptions, queryKey, queryFn });\n\n return customOptions as UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n TData\n > & { queryKey: QueryKey };\n};\n\nexport type GetOrganisationUnitUsersSuspenseQueryResult = NonNullable<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>\n>;\nexport type GetOrganisationUnitUsersSuspenseQueryError = ErrorType<AsError | void>;\n\n/**\n * @summary Gets users in an Organisational Unit\n */\n\nexport function useGetOrganisationUnitUsersSuspense<\n TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError = ErrorType<AsError | void>,\n>(\n unitId: string,\n options?: {\n query?: UseSuspenseQueryOptions<\n Awaited<ReturnType<typeof getOrganisationUnitUsers>>,\n TError,\n TData\n >;\n request?: SecondParameter<typeof customInstance>;\n },\n): UseSuspenseQueryResult<TData, TError> & { queryKey: QueryKey } {\n const queryOptions = useGetOrganisationUnitUsersSuspenseQueryOptions(unitId, options);\n\n const query = useSuspenseQuery(queryOptions) as UseSuspenseQueryResult<TData, TError> & {\n queryKey: QueryKey;\n };\n\n query.queryKey = queryOptions.queryKey;\n\n return query;\n}\n\n/**\n * Adds a user to an Organisational Unit.\n\nUsers cannot be added to **Personal Units** (Units that are part of the ***Default** Organisation).\n\nYou have to be in the Organisation or Unit or an Admin user to use this endpoint\n\n * @summary Adds a user to an Organisational Unit\n */\nexport const addOrganisationUnitUser = (\n unitId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>({ url: `/unit/${unitId}/user/${userId}`, method: \"PUT\" }, options);\n};\n\nexport const useAddOrganisationUnitUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"addOrganisationUnitUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n { unitId: string; userId: string }\n > = (props) => {\n const { unitId, userId } = props ?? {};\n\n return addOrganisationUnitUser(unitId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type AddOrganisationUnitUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>\n>;\n\nexport type AddOrganisationUnitUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Adds a user to an Organisational Unit\n */\nexport const useAddOrganisationUnitUser = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationResult<\n Awaited<ReturnType<typeof addOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useAddOrganisationUnitUserMutationOptions(options);\n\n return useMutation(mutationOptions);\n};\n/**\n * Removes a User from an Organisational Unit.\n\nUsers cannot be removed from **Personal Units** (Units that are part of the ***Default** Organisation).\n\nYou have to be in the Organisation or Unit or an Admin user to use this endpoint\n\n * @summary Deletes a User from an Organisational Unit\n */\nexport const deleteOrganisationUnitUser = (\n unitId: string,\n userId: string,\n options?: SecondParameter<typeof customInstance>,\n) => {\n return customInstance<void>({ url: `/unit/${unitId}/user/${userId}`, method: \"DELETE\" }, options);\n};\n\nexport const useDeleteOrganisationUnitUserMutationOptions = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationKey = [\"deleteOrganisationUnitUser\"];\n const { mutation: mutationOptions, request: requestOptions } = options\n ? options.mutation && \"mutationKey\" in options.mutation && options.mutation.mutationKey\n ? options\n : { ...options, mutation: { ...options.mutation, mutationKey } }\n : { mutation: { mutationKey }, request: undefined };\n\n const mutationFn: MutationFunction<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n { unitId: string; userId: string }\n > = (props) => {\n const { unitId, userId } = props ?? {};\n\n return deleteOrganisationUnitUser(unitId, userId, requestOptions);\n };\n\n const customOptions = mutationMutator({ ...mutationOptions, mutationFn });\n\n return customOptions;\n};\n\nexport type DeleteOrganisationUnitUserMutationResult = NonNullable<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>\n>;\n\nexport type DeleteOrganisationUnitUserMutationError = ErrorType<AsError | void>;\n\n/**\n * @summary Deletes a User from an Organisational Unit\n */\nexport const useDeleteOrganisationUnitUser = <\n TError = ErrorType<AsError | void>,\n TContext = unknown,\n>(options?: {\n mutation?: UseMutationOptions<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n >;\n request?: SecondParameter<typeof customInstance>;\n}): UseMutationResult<\n Awaited<ReturnType<typeof deleteOrganisationUnitUser>>,\n TError,\n { unitId: string; userId: string },\n TContext\n> => {\n const mutationOptions = useDeleteOrganisationUnitUserMutationOptions(options);\n\n return useMutation(mutationOptions);\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAqCA,MAAa,kBACX,SACA,WACG;AACH,QAAOA,uCACL;EAAE,KAAK;EAAiB,QAAQ;EAAO;EAAQ,EAC/C,QACD;;AAGH,MAAa,kCAAkC;AAC7C,QAAO,CAAC,gBAAgB;;AAG1B,MAAa,iCAGX,YAGI;CACJ,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,2BAA2B;CAEtE,MAAMC,WAAsE,EAAE,aAC5E,eAAe,gBAAgB,OAAO;AAIxC,QAFsBC,qCAAa;EAAE,GAAG;EAAc;EAAU;EAAS,CAAC;;;;;AAgB5E,SAAgB,kBAGd,SAGyD;CACzD,MAAM,eAAe,8BAA8B,QAAQ;CAE3D,MAAM,6CAAiB,aAAa;AAEpC,OAAM,WAAW,aAAa;AAE9B,QAAO;;AAGT,MAAa,yCAGX,YAGI;CACJ,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,2BAA2B;CAEtE,MAAMD,WAAsE,EAAE,aAC5E,eAAe,gBAAgB,OAAO;AAIxC,QAFsBC,qCAAa;EAAE,GAAG;EAAc;EAAU;EAAS,CAAC;;;;;AAkB5E,SAAgB,0BAGd,SAGiE;CACjE,MAAM,eAAe,sCAAsC,QAAQ;CAEnE,MAAM,qDAAyB,aAAa;AAI5C,OAAM,WAAW,aAAa;AAE9B,QAAO;;;;;;;;;;;AAYT,MAAa,wBACX,OACA,SACA,WACG;AACH,QAAOF,uCACL;EAAE,KAAK,iBAAiB,MAAM;EAAQ,QAAQ;EAAO;EAAQ,EAC7D,QACD;;AAGH,MAAa,mCAAmC,UAAmB;AACjE,QAAO,CAAC,iBAAiB,MAAM,OAAO;;AAGxC,MAAa,uCAIX,OACA,YAIG;CACH,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,gCAAgC,MAAM;CAEjF,MAAMG,WAA4E,EAAE,aAClF,qBAAqB,OAAO,gBAAgB,OAAO;AAIrD,QAFsBD,qCAAa;EAAE,GAAG;EAAc;EAAU;EAAS,CAAC;;;;;AAkB5E,SAAgB,wBAId,OACA,SAIwD;CACxD,MAAM,eAAe,oCAAoC,OAAO,QAAQ;CAExE,MAAM,6CAAiB,aAAa;AAEpC,OAAM,WAAW,aAAa;AAE9B,QAAO;;AAGT,MAAa,+CAIX,OACA,YAQG;CACH,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,gCAAgC,MAAM;CAEjF,MAAMC,WAA4E,EAAE,aAClF,qBAAqB,OAAO,gBAAgB,OAAO;AAIrD,QAFsBD,qCAAa;EAAE,GAAG;EAAc;EAAU;EAAS,CAAC;;;;;AAkB5E,SAAgB,gCAId,OACA,SAQgE;CAChE,MAAM,eAAe,4CAA4C,OAAO,QAAQ;CAEhF,MAAM,qDAAyB,aAAa;AAI5C,OAAM,WAAW,aAAa;AAE9B,QAAO;;;;;;;;;AAUT,MAAa,uBACX,OACA,QACA,YACG;AACH,QAAOF,uCACL;EAAE,KAAK,iBAAiB,MAAM,QAAQ;EAAU,QAAQ;EAAO,EAC/D,QACD;;AAGH,MAAa,yCAGX,YAaG;CACH,MAAM,cAAc,CAAC,sBAAsB;CAC3C,MAAM,EAAE,UAAU,iBAAiB,SAAS,mBAAmB,UAC3D,QAAQ,YAAY,iBAAiB,QAAQ,YAAY,QAAQ,SAAS,cACxE,UACA;EAAE,GAAG;EAAS,UAAU;GAAE,GAAG,QAAQ;GAAU;GAAa;EAAE,GAChE;EAAE,UAAU,EAAE,aAAa;EAAE,SAAS;EAAW;CAErD,MAAMI,cAGD,UAAU;EACb,MAAM,EAAE,OAAO,WAAW,SAAS,EAAE;AAErC,SAAO,oBAAoB,OAAO,QAAQ,eAAe;;AAK3D,QAFsBC,wCAAgB;EAAE,GAAG;EAAiB;EAAY,CAAC;;;;;AAc3E,MAAa,0BAGX,YAaG;AAGH,gDAFwB,sCAAsC,QAAQ,CAEnC;;;;;;;;;AASrC,MAAa,0BACX,OACA,QACA,YACG;AACH,QAAOL,uCACL;EAAE,KAAK,iBAAiB,MAAM,QAAQ;EAAU,QAAQ;EAAU,EAClE,QACD;;AAGH,MAAa,4CAGX,YAaG;CACH,MAAM,cAAc,CAAC,yBAAyB;CAC9C,MAAM,EAAE,UAAU,iBAAiB,SAAS,mBAAmB,UAC3D,QAAQ,YAAY,iBAAiB,QAAQ,YAAY,QAAQ,SAAS,cACxE,UACA;EAAE,GAAG;EAAS,UAAU;GAAE,GAAG,QAAQ;GAAU;GAAa;EAAE,GAChE;EAAE,UAAU,EAAE,aAAa;EAAE,SAAS;EAAW;CAErD,MAAMM,cAGD,UAAU;EACb,MAAM,EAAE,OAAO,WAAW,SAAS,EAAE;AAErC,SAAO,uBAAuB,OAAO,QAAQ,eAAe;;AAK9D,QAFsBD,wCAAgB;EAAE,GAAG;EAAiB;EAAY,CAAC;;;;;AAc3E,MAAa,6BAGX,YAaG;AAGH,gDAFwB,yCAAyC,QAAQ,CAEtC;;;;;;;;;;;AAWrC,MAAa,4BACX,QACA,SACA,WACG;AACH,QAAOL,uCACL;EAAE,KAAK,SAAS,OAAO;EAAQ,QAAQ;EAAO;EAAQ,EACtD,QACD;;AAGH,MAAa,uCAAuC,WAAoB;AACtE,QAAO,CAAC,SAAS,OAAO,OAAO;;AAGjC,MAAa,2CAIX,QACA,YAIG;CACH,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,oCAAoC,OAAO;CAEtF,MAAMO,WAAgF,EACpF,aACI,yBAAyB,QAAQ,gBAAgB,OAAO;AAI9D,QAFsBL,qCAAa;EAAE,GAAG;EAAc;EAAU;EAAS,CAAC;;;;;AAkB5E,SAAgB,4BAId,QACA,SAIwD;CACxD,MAAM,eAAe,wCAAwC,QAAQ,QAAQ;CAE7E,MAAM,6CAAiB,aAAa;AAEpC,OAAM,WAAW,aAAa;AAE9B,QAAO;;AAGT,MAAa,mDAIX,QACA,YAQG;CACH,MAAM,EAAE,OAAO,cAAc,SAAS,mBAAmB,WAAW,EAAE;CAEtE,MAAM,WAAW,cAAc,YAAY,oCAAoC,OAAO;CAEtF,MAAMK,WAAgF,EACpF,aACI,yBAAyB,QAAQ,gBAAgB,OAAO;AAI9D,QAFsBL,qCAAa;EAAE,GAAG;EAAc;EAAU;EAAS,CAAC;;;;;AAkB5E,SAAgB,oCAId,QACA,SAQgE;CAChE,MAAM,eAAe,gDAAgD,QAAQ,QAAQ;CAErF,MAAM,qDAAyB,aAAa;AAI5C,OAAM,WAAW,aAAa;AAE9B,QAAO;;;;;;;;;;;AAYT,MAAa,2BACX,QACA,QACA,YACG;AACH,QAAOF,uCAAqB;EAAE,KAAK,SAAS,OAAO,QAAQ;EAAU,QAAQ;EAAO,EAAE,QAAQ;;AAGhG,MAAa,6CAGX,YAaG;CACH,MAAM,cAAc,CAAC,0BAA0B;CAC/C,MAAM,EAAE,UAAU,iBAAiB,SAAS,mBAAmB,UAC3D,QAAQ,YAAY,iBAAiB,QAAQ,YAAY,QAAQ,SAAS,cACxE,UACA;EAAE,GAAG;EAAS,UAAU;GAAE,GAAG,QAAQ;GAAU;GAAa;EAAE,GAChE;EAAE,UAAU,EAAE,aAAa;EAAE,SAAS;EAAW;CAErD,MAAMQ,cAGD,UAAU;EACb,MAAM,EAAE,QAAQ,WAAW,SAAS,EAAE;AAEtC,SAAO,wBAAwB,QAAQ,QAAQ,eAAe;;AAKhE,QAFsBH,wCAAgB;EAAE,GAAG;EAAiB;EAAY,CAAC;;;;;AAc3E,MAAa,8BAGX,YAaG;AAGH,gDAFwB,0CAA0C,QAAQ,CAEvC;;;;;;;;;;;AAWrC,MAAa,8BACX,QACA,QACA,YACG;AACH,QAAOL,uCAAqB;EAAE,KAAK,SAAS,OAAO,QAAQ;EAAU,QAAQ;EAAU,EAAE,QAAQ;;AAGnG,MAAa,gDAGX,YAaG;CACH,MAAM,cAAc,CAAC,6BAA6B;CAClD,MAAM,EAAE,UAAU,iBAAiB,SAAS,mBAAmB,UAC3D,QAAQ,YAAY,iBAAiB,QAAQ,YAAY,QAAQ,SAAS,cACxE,UACA;EAAE,GAAG;EAAS,UAAU;GAAE,GAAG,QAAQ;GAAU;GAAa;EAAE,GAChE;EAAE,UAAU,EAAE,aAAa;EAAE,SAAS;EAAW;CAErD,MAAMS,cAGD,UAAU;EACb,MAAM,EAAE,QAAQ,WAAW,SAAS,EAAE;AAEtC,SAAO,2BAA2B,QAAQ,QAAQ,eAAe;;AAKnE,QAFsBJ,wCAAgB;EAAE,GAAG;EAAiB;EAAY,CAAC;;;;;AAc3E,MAAa,iCAGX,YAaG;AAGH,gDAFwB,6CAA6C,QAAQ,CAE1C"}
|
package/dist/api/user/user.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AsError, UserAccountDetail, UsersGetResponse } from "../api.schemas.cjs";
|
|
2
2
|
import { ErrorType, customInstance } from "../../custom-instance.cjs";
|
|
3
|
-
import {
|
|
3
|
+
import { QueryKey, UseMutationOptions, UseMutationResult, UseQueryOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
4
4
|
|
|
5
5
|
//#region src/api/user/user.d.ts
|
|
6
6
|
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
@@ -12,56 +12,38 @@ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
|
12
12
|
declare const getUserAccount: (options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<UserAccountDetail>;
|
|
13
13
|
declare const getGetUserAccountQueryKey: () => readonly ["/user/account"];
|
|
14
14
|
declare const useGetUserAccountQueryOptions: <TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
15
|
-
query?:
|
|
15
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;
|
|
16
16
|
request?: SecondParameter<typeof customInstance>;
|
|
17
17
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData> & {
|
|
18
|
-
queryKey:
|
|
18
|
+
queryKey: QueryKey;
|
|
19
19
|
};
|
|
20
20
|
type GetUserAccountQueryResult = NonNullable<Awaited<ReturnType<typeof getUserAccount>>>;
|
|
21
21
|
type GetUserAccountQueryError = ErrorType<void | AsError>;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
26
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
27
|
-
};
|
|
28
|
-
declare function useGetUserAccount<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
29
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, Awaited<ReturnType<typeof getUserAccount>>>, "initialData">;
|
|
30
|
-
request?: SecondParameter<typeof customInstance>;
|
|
31
|
-
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
32
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
33
|
-
};
|
|
22
|
+
/**
|
|
23
|
+
* @summary Get information about your account
|
|
24
|
+
*/
|
|
34
25
|
declare function useGetUserAccount<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
35
|
-
query?:
|
|
26
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;
|
|
36
27
|
request?: SecondParameter<typeof customInstance>;
|
|
37
|
-
}
|
|
38
|
-
queryKey:
|
|
28
|
+
}): UseQueryResult<TData, TError> & {
|
|
29
|
+
queryKey: QueryKey;
|
|
39
30
|
};
|
|
40
31
|
declare const useGetUserAccountSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
41
|
-
query?:
|
|
32
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;
|
|
42
33
|
request?: SecondParameter<typeof customInstance>;
|
|
43
34
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData> & {
|
|
44
|
-
queryKey:
|
|
35
|
+
queryKey: QueryKey;
|
|
45
36
|
};
|
|
46
37
|
type GetUserAccountSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getUserAccount>>>;
|
|
47
38
|
type GetUserAccountSuspenseQueryError = ErrorType<void | AsError>;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
52
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
53
|
-
};
|
|
54
|
-
declare function useGetUserAccountSuspense<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
55
|
-
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;
|
|
56
|
-
request?: SecondParameter<typeof customInstance>;
|
|
57
|
-
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
58
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
59
|
-
};
|
|
39
|
+
/**
|
|
40
|
+
* @summary Get information about your account
|
|
41
|
+
*/
|
|
60
42
|
declare function useGetUserAccountSuspense<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
61
|
-
query?:
|
|
43
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>;
|
|
62
44
|
request?: SecondParameter<typeof customInstance>;
|
|
63
|
-
}
|
|
64
|
-
queryKey:
|
|
45
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
46
|
+
queryKey: QueryKey;
|
|
65
47
|
};
|
|
66
48
|
/**
|
|
67
49
|
* Gets Users in an Organisation.
|
|
@@ -75,56 +57,38 @@ You have to be a member of the Organisation or an admin user to use this endpoin
|
|
|
75
57
|
declare const getOrganisationUsers: (orgId: string, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<UsersGetResponse>;
|
|
76
58
|
declare const getGetOrganisationUsersQueryKey: (orgId?: string) => readonly [`/organisation/${string}/user`];
|
|
77
59
|
declare const useGetOrganisationUsersQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
78
|
-
query?:
|
|
60
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>;
|
|
79
61
|
request?: SecondParameter<typeof customInstance>;
|
|
80
62
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData> & {
|
|
81
|
-
queryKey:
|
|
63
|
+
queryKey: QueryKey;
|
|
82
64
|
};
|
|
83
65
|
type GetOrganisationUsersQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUsers>>>;
|
|
84
66
|
type GetOrganisationUsersQueryError = ErrorType<AsError | void>;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
89
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
90
|
-
};
|
|
91
|
-
declare function useGetOrganisationUsers<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
92
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, Awaited<ReturnType<typeof getOrganisationUsers>>>, "initialData">;
|
|
93
|
-
request?: SecondParameter<typeof customInstance>;
|
|
94
|
-
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
95
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
96
|
-
};
|
|
67
|
+
/**
|
|
68
|
+
* @summary Gets users in an Organisation
|
|
69
|
+
*/
|
|
97
70
|
declare function useGetOrganisationUsers<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
98
|
-
query?:
|
|
71
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>;
|
|
99
72
|
request?: SecondParameter<typeof customInstance>;
|
|
100
|
-
}
|
|
101
|
-
queryKey:
|
|
73
|
+
}): UseQueryResult<TData, TError> & {
|
|
74
|
+
queryKey: QueryKey;
|
|
102
75
|
};
|
|
103
76
|
declare const useGetOrganisationUsersSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
104
|
-
query?:
|
|
77
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>;
|
|
105
78
|
request?: SecondParameter<typeof customInstance>;
|
|
106
79
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData> & {
|
|
107
|
-
queryKey:
|
|
80
|
+
queryKey: QueryKey;
|
|
108
81
|
};
|
|
109
82
|
type GetOrganisationUsersSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUsers>>>;
|
|
110
83
|
type GetOrganisationUsersSuspenseQueryError = ErrorType<AsError | void>;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
115
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
116
|
-
};
|
|
117
|
-
declare function useGetOrganisationUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
118
|
-
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>>;
|
|
119
|
-
request?: SecondParameter<typeof customInstance>;
|
|
120
|
-
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
121
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
122
|
-
};
|
|
84
|
+
/**
|
|
85
|
+
* @summary Gets users in an Organisation
|
|
86
|
+
*/
|
|
123
87
|
declare function useGetOrganisationUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
124
|
-
query?:
|
|
88
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>;
|
|
125
89
|
request?: SecondParameter<typeof customInstance>;
|
|
126
|
-
}
|
|
127
|
-
queryKey:
|
|
90
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
91
|
+
queryKey: QueryKey;
|
|
128
92
|
};
|
|
129
93
|
/**
|
|
130
94
|
* Adds a User to an **Organisation**.
|
|
@@ -155,7 +119,7 @@ declare const useAddOrganisationUser: <TError = ErrorType<AsError | void>, TCont
|
|
|
155
119
|
userId: string;
|
|
156
120
|
}, TContext>;
|
|
157
121
|
request?: SecondParameter<typeof customInstance>;
|
|
158
|
-
}
|
|
122
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof addOrganisationUser>>, TError, {
|
|
159
123
|
orgId: string;
|
|
160
124
|
userId: string;
|
|
161
125
|
}, TContext>;
|
|
@@ -188,7 +152,7 @@ declare const useDeleteOrganisationUser: <TError = ErrorType<AsError | void>, TC
|
|
|
188
152
|
userId: string;
|
|
189
153
|
}, TContext>;
|
|
190
154
|
request?: SecondParameter<typeof customInstance>;
|
|
191
|
-
}
|
|
155
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganisationUser>>, TError, {
|
|
192
156
|
orgId: string;
|
|
193
157
|
userId: string;
|
|
194
158
|
}, TContext>;
|
|
@@ -204,56 +168,38 @@ You have to be in the Organisation or Unit or an Admin user to use this endpoint
|
|
|
204
168
|
declare const getOrganisationUnitUsers: (unitId: string, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<UsersGetResponse>;
|
|
205
169
|
declare const getGetOrganisationUnitUsersQueryKey: (unitId?: string) => readonly [`/unit/${string}/user`];
|
|
206
170
|
declare const useGetOrganisationUnitUsersQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
207
|
-
query?:
|
|
171
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>;
|
|
208
172
|
request?: SecondParameter<typeof customInstance>;
|
|
209
173
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData> & {
|
|
210
|
-
queryKey:
|
|
174
|
+
queryKey: QueryKey;
|
|
211
175
|
};
|
|
212
176
|
type GetOrganisationUnitUsersQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUnitUsers>>>;
|
|
213
177
|
type GetOrganisationUnitUsersQueryError = ErrorType<AsError | void>;
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
218
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
219
|
-
};
|
|
220
|
-
declare function useGetOrganisationUnitUsers<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
221
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, Awaited<ReturnType<typeof getOrganisationUnitUsers>>>, "initialData">;
|
|
222
|
-
request?: SecondParameter<typeof customInstance>;
|
|
223
|
-
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
224
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
225
|
-
};
|
|
178
|
+
/**
|
|
179
|
+
* @summary Gets users in an Organisational Unit
|
|
180
|
+
*/
|
|
226
181
|
declare function useGetOrganisationUnitUsers<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
227
|
-
query?:
|
|
182
|
+
query?: UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>;
|
|
228
183
|
request?: SecondParameter<typeof customInstance>;
|
|
229
|
-
}
|
|
230
|
-
queryKey:
|
|
184
|
+
}): UseQueryResult<TData, TError> & {
|
|
185
|
+
queryKey: QueryKey;
|
|
231
186
|
};
|
|
232
187
|
declare const useGetOrganisationUnitUsersSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
233
|
-
query?:
|
|
188
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>;
|
|
234
189
|
request?: SecondParameter<typeof customInstance>;
|
|
235
190
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData> & {
|
|
236
|
-
queryKey:
|
|
191
|
+
queryKey: QueryKey;
|
|
237
192
|
};
|
|
238
193
|
type GetOrganisationUnitUsersSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUnitUsers>>>;
|
|
239
194
|
type GetOrganisationUnitUsersSuspenseQueryError = ErrorType<AsError | void>;
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
244
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
245
|
-
};
|
|
246
|
-
declare function useGetOrganisationUnitUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
247
|
-
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>>;
|
|
248
|
-
request?: SecondParameter<typeof customInstance>;
|
|
249
|
-
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
250
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
251
|
-
};
|
|
195
|
+
/**
|
|
196
|
+
* @summary Gets users in an Organisational Unit
|
|
197
|
+
*/
|
|
252
198
|
declare function useGetOrganisationUnitUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
253
|
-
query?:
|
|
199
|
+
query?: UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>;
|
|
254
200
|
request?: SecondParameter<typeof customInstance>;
|
|
255
|
-
}
|
|
256
|
-
queryKey:
|
|
201
|
+
}): UseSuspenseQueryResult<TData, TError> & {
|
|
202
|
+
queryKey: QueryKey;
|
|
257
203
|
};
|
|
258
204
|
/**
|
|
259
205
|
* Adds a user to an Organisational Unit.
|
|
@@ -286,7 +232,7 @@ declare const useAddOrganisationUnitUser: <TError = ErrorType<AsError | void>, T
|
|
|
286
232
|
userId: string;
|
|
287
233
|
}, TContext>;
|
|
288
234
|
request?: SecondParameter<typeof customInstance>;
|
|
289
|
-
}
|
|
235
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof addOrganisationUnitUser>>, TError, {
|
|
290
236
|
unitId: string;
|
|
291
237
|
userId: string;
|
|
292
238
|
}, TContext>;
|
|
@@ -321,7 +267,7 @@ declare const useDeleteOrganisationUnitUser: <TError = ErrorType<AsError | void>
|
|
|
321
267
|
userId: string;
|
|
322
268
|
}, TContext>;
|
|
323
269
|
request?: SecondParameter<typeof customInstance>;
|
|
324
|
-
}
|
|
270
|
+
}) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>, TError, {
|
|
325
271
|
unitId: string;
|
|
326
272
|
userId: string;
|
|
327
273
|
}, TContext>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.cts","names":[],"sources":["../../../src/api/user/user.ts"],"sourcesContent":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"user.d.cts","names":[],"sources":["../../../src/api/user/user.ts"],"sourcesContent":[],"mappings":"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"}
|