@squonk/account-server-client 4.3.1 → 4.4.0-4-4.2174798239
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/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/api/actions/actions.cjs +85 -0
- package/dist/api/actions/actions.cjs.map +1 -0
- package/dist/api/actions/actions.d.cts +74 -0
- package/dist/api/actions/actions.d.cts.map +1 -0
- package/dist/api/actions/actions.d.ts +74 -0
- package/dist/api/actions/actions.d.ts.map +1 -0
- package/dist/api/actions/actions.js +79 -0
- package/dist/api/actions/actions.js.map +1 -0
- package/dist/api/api.schemas.cjs +142 -0
- package/dist/api/api.schemas.cjs.map +1 -0
- package/dist/api/api.schemas.d.cts +1032 -0
- package/dist/api/api.schemas.d.cts.map +1 -0
- package/dist/api/api.schemas.d.ts +1032 -0
- package/dist/api/api.schemas.d.ts.map +1 -0
- package/dist/api/api.schemas.js +118 -0
- package/dist/api/api.schemas.js.map +1 -0
- package/dist/api/asset/asset.cjs +464 -0
- package/dist/api/asset/asset.cjs.map +1 -0
- package/{asset → dist/api/asset}/asset.d.cts +132 -130
- package/dist/api/asset/asset.d.cts.map +1 -0
- package/{asset → dist/api/asset}/asset.d.ts +132 -130
- package/dist/api/asset/asset.d.ts.map +1 -0
- package/dist/api/asset/asset.js +431 -0
- package/dist/api/asset/asset.js.map +1 -0
- package/dist/api/charges/charges.cjs +272 -0
- package/dist/api/charges/charges.cjs.map +1 -0
- package/{charges → dist/api/charges}/charges.d.cts +106 -104
- package/dist/api/charges/charges.d.cts.map +1 -0
- package/{charges → dist/api/charges}/charges.d.ts +106 -104
- package/dist/api/charges/charges.d.ts.map +1 -0
- package/dist/api/charges/charges.js +248 -0
- package/dist/api/charges/charges.js.map +1 -0
- package/dist/api/event-stream/event-stream.cjs +230 -0
- package/dist/api/event-stream/event-stream.cjs.map +1 -0
- package/{event-stream → dist/api/event-stream}/event-stream.d.cts +75 -73
- package/dist/api/event-stream/event-stream.d.cts.map +1 -0
- package/{event-stream → dist/api/event-stream}/event-stream.d.ts +75 -73
- package/dist/api/event-stream/event-stream.d.ts.map +1 -0
- package/dist/api/event-stream/event-stream.js +212 -0
- package/dist/api/event-stream/event-stream.js.map +1 -0
- package/dist/api/merchant/merchant.cjs +139 -0
- package/dist/api/merchant/merchant.cjs.map +1 -0
- package/{merchant → dist/api/merchant}/merchant.d.cts +56 -54
- package/dist/api/merchant/merchant.d.cts.map +1 -0
- package/{merchant → dist/api/merchant}/merchant.d.ts +56 -54
- package/dist/api/merchant/merchant.d.ts.map +1 -0
- package/dist/api/merchant/merchant.js +127 -0
- package/dist/api/merchant/merchant.js.map +1 -0
- package/dist/api/organisation/organisation.cjs +341 -0
- package/dist/api/organisation/organisation.cjs.map +1 -0
- package/{organisation → dist/api/organisation}/organisation.d.cts +112 -110
- package/dist/api/organisation/organisation.d.cts.map +1 -0
- package/{organisation → dist/api/organisation}/organisation.d.ts +112 -110
- package/dist/api/organisation/organisation.d.ts.map +1 -0
- package/dist/api/organisation/organisation.js +314 -0
- package/dist/api/organisation/organisation.js.map +1 -0
- package/dist/api/product/product.cjs +513 -0
- package/dist/api/product/product.cjs.map +1 -0
- package/{product → dist/api/product}/product.d.cts +188 -186
- package/dist/api/product/product.d.cts.map +1 -0
- package/{product → dist/api/product}/product.d.ts +188 -186
- package/dist/api/product/product.d.ts.map +1 -0
- package/dist/api/product/product.js +468 -0
- package/dist/api/product/product.js.map +1 -0
- package/dist/api/state/state.cjs +76 -0
- package/dist/api/state/state.cjs.map +1 -0
- package/dist/api/state/state.d.cts +66 -0
- package/dist/api/state/state.d.cts.map +1 -0
- package/dist/api/state/state.d.ts +66 -0
- package/dist/api/state/state.d.ts.map +1 -0
- package/dist/api/state/state.js +70 -0
- package/dist/api/state/state.js.map +1 -0
- package/dist/api/unit/unit.cjs +568 -0
- package/dist/api/unit/unit.cjs.map +1 -0
- package/{unit → dist/api/unit}/unit.d.cts +167 -165
- package/dist/api/unit/unit.d.cts.map +1 -0
- package/{unit → dist/api/unit}/unit.d.ts +167 -165
- package/dist/api/unit/unit.d.ts.map +1 -0
- package/dist/api/unit/unit.js +523 -0
- package/dist/api/unit/unit.js.map +1 -0
- package/dist/api/user/user.cjs +380 -0
- package/dist/api/user/user.cjs.map +1 -0
- package/{user → dist/api/user}/user.d.cts +129 -127
- package/dist/api/user/user.d.cts.map +1 -0
- package/{user → dist/api/user}/user.d.ts +129 -127
- package/dist/api/user/user.d.ts.map +1 -0
- package/dist/api/user/user.js +350 -0
- package/dist/api/user/user.js.map +1 -0
- package/dist/custom-instance.cjs +49 -0
- package/dist/custom-instance.cjs.map +1 -0
- package/dist/custom-instance.d.cts +22 -0
- package/dist/custom-instance.d.cts.map +1 -0
- package/dist/custom-instance.d.ts +22 -0
- package/dist/custom-instance.d.ts.map +1 -0
- package/dist/custom-instance.js +44 -0
- package/dist/custom-instance.js.map +1 -0
- package/dist/index.cjs +31 -0
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +4 -0
- package/dist/options-mutator.cjs +24 -0
- package/dist/options-mutator.cjs.map +1 -0
- package/dist/options-mutator.js +23 -0
- package/dist/options-mutator.js.map +1 -0
- package/orval.config.ts +24 -0
- package/package.json +163 -16
- package/pnpm-workspace.yaml +3 -0
- package/src/api/actions/actions.ts +249 -0
- package/src/{account-server-api.schemas.ts → api/api.schemas.ts} +82 -2
- package/src/{asset → api/asset}/asset.ts +8 -8
- package/src/{charges → api/charges}/charges.ts +9 -9
- package/src/{event-stream → api/event-stream}/event-stream.ts +7 -7
- package/src/{merchant → api/merchant}/merchant.ts +7 -7
- package/src/{organisation → api/organisation}/organisation.ts +8 -8
- package/src/{product → api/product}/product.ts +10 -10
- package/src/{state → api/state}/state.ts +6 -6
- package/src/{unit → api/unit}/unit.ts +9 -9
- package/src/{user → api/user}/user.ts +9 -9
- package/src/index.ts +2 -2
- package/src/options-mutator.ts +2 -2
- package/tsconfig.json +29 -0
- package/tsdown.config.ts +52 -0
- package/asset/asset.cjs +0 -281
- package/asset/asset.cjs.map +0 -1
- package/asset/asset.js +0 -281
- package/asset/asset.js.map +0 -1
- package/asset/package.json +0 -7
- package/charges/charges.cjs +0 -176
- package/charges/charges.cjs.map +0 -1
- package/charges/charges.js +0 -176
- package/charges/charges.js.map +0 -1
- package/charges/package.json +0 -7
- package/chunk-3WKSNKHE.js +0 -25
- package/chunk-3WKSNKHE.js.map +0 -1
- package/chunk-NY2VJJG7.cjs +0 -25
- package/chunk-NY2VJJG7.cjs.map +0 -1
- package/chunk-RB2KVIEK.cjs +0 -27
- package/chunk-RB2KVIEK.cjs.map +0 -1
- package/chunk-XYDLYMQ2.js +0 -27
- package/chunk-XYDLYMQ2.js.map +0 -1
- package/event-stream/event-stream.cjs +0 -144
- package/event-stream/event-stream.cjs.map +0 -1
- package/event-stream/event-stream.js +0 -144
- package/event-stream/event-stream.js.map +0 -1
- package/event-stream/package.json +0 -7
- package/index.cjs +0 -142
- package/index.cjs.map +0 -1
- package/index.d.cts +0 -979
- package/index.d.ts +0 -979
- package/index.js +0 -142
- package/index.js.map +0 -1
- package/merchant/merchant.cjs +0 -91
- package/merchant/merchant.cjs.map +0 -1
- package/merchant/merchant.js +0 -91
- package/merchant/merchant.js.map +0 -1
- package/merchant/package.json +0 -7
- package/organisation/organisation.cjs +0 -213
- package/organisation/organisation.cjs.map +0 -1
- package/organisation/organisation.js +0 -213
- package/organisation/organisation.js.map +0 -1
- package/organisation/package.json +0 -7
- package/product/package.json +0 -7
- package/product/product.cjs +0 -341
- package/product/product.cjs.map +0 -1
- package/product/product.js +0 -341
- package/product/product.js.map +0 -1
- package/state/package.json +0 -7
- package/state/state.cjs +0 -53
- package/state/state.cjs.map +0 -1
- package/state/state.d.cts +0 -64
- package/state/state.d.ts +0 -64
- package/state/state.js +0 -53
- package/state/state.js.map +0 -1
- package/unit/package.json +0 -7
- package/unit/unit.cjs +0 -339
- package/unit/unit.cjs.map +0 -1
- package/unit/unit.js +0 -339
- package/unit/unit.js.map +0 -1
- package/user/package.json +0 -7
- package/user/user.cjs +0 -226
- package/user/user.cjs.map +0 -1
- package/user/user.js +0 -226
- package/user/user.js.map +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { AsError, UserAccountDetail, UsersGetResponse } from "../api.schemas.js";
|
|
2
|
+
import { ErrorType, customInstance } from "../../custom-instance.js";
|
|
3
|
+
import { DataTag, DefinedInitialDataOptions, DefinedUseQueryResult, QueryClient, QueryKey, UndefinedInitialDataOptions, UseMutationOptions, UseMutationResult, UseQueryOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
4
4
|
|
|
5
|
+
//#region src/api/user/user.d.ts
|
|
5
6
|
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
6
7
|
/**
|
|
7
8
|
* Returns a summary of your account
|
|
@@ -11,56 +12,56 @@ type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
|
11
12
|
declare const getUserAccount: (options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<UserAccountDetail>;
|
|
12
13
|
declare const getGetUserAccountQueryKey: () => readonly ["/user/account"];
|
|
13
14
|
declare const useGetUserAccountQueryOptions: <TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;
|
|
16
|
+
request?: SecondParameter<typeof customInstance>;
|
|
16
17
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData> & {
|
|
17
|
-
|
|
18
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
18
19
|
};
|
|
19
20
|
type GetUserAccountQueryResult = NonNullable<Awaited<ReturnType<typeof getUserAccount>>>;
|
|
20
21
|
type GetUserAccountQueryError = ErrorType<void | AsError>;
|
|
21
22
|
declare function useGetUserAccount<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options: {
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, Awaited<ReturnType<typeof getUserAccount>>>, "initialData">;
|
|
24
|
+
request?: SecondParameter<typeof customInstance>;
|
|
24
25
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
25
|
-
|
|
26
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
26
27
|
};
|
|
27
28
|
declare function useGetUserAccount<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
28
|
-
|
|
29
|
-
|
|
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>;
|
|
30
31
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
31
|
-
|
|
32
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
32
33
|
};
|
|
33
34
|
declare function useGetUserAccount<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;
|
|
36
|
+
request?: SecondParameter<typeof customInstance>;
|
|
36
37
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
37
|
-
|
|
38
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
38
39
|
};
|
|
39
40
|
declare const useGetUserAccountSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;
|
|
42
|
+
request?: SecondParameter<typeof customInstance>;
|
|
42
43
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData> & {
|
|
43
|
-
|
|
44
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
44
45
|
};
|
|
45
46
|
type GetUserAccountSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getUserAccount>>>;
|
|
46
47
|
type GetUserAccountSuspenseQueryError = ErrorType<void | AsError>;
|
|
47
48
|
declare function useGetUserAccountSuspense<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options: {
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;
|
|
50
|
+
request?: SecondParameter<typeof customInstance>;
|
|
50
51
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
51
|
-
|
|
52
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
52
53
|
};
|
|
53
54
|
declare function useGetUserAccountSuspense<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;
|
|
56
|
+
request?: SecondParameter<typeof customInstance>;
|
|
56
57
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
57
|
-
|
|
58
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
58
59
|
};
|
|
59
60
|
declare function useGetUserAccountSuspense<TData = Awaited<ReturnType<typeof getUserAccount>>, TError = ErrorType<void | AsError>>(options?: {
|
|
60
|
-
|
|
61
|
-
|
|
61
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getUserAccount>>, TError, TData>>;
|
|
62
|
+
request?: SecondParameter<typeof customInstance>;
|
|
62
63
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
63
|
-
|
|
64
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
64
65
|
};
|
|
65
66
|
/**
|
|
66
67
|
* Gets Users in an Organisation.
|
|
@@ -72,58 +73,58 @@ You have to be a member of the Organisation or an admin user to use this endpoin
|
|
|
72
73
|
* @summary Gets users in an Organisation
|
|
73
74
|
*/
|
|
74
75
|
declare const getOrganisationUsers: (orgId: string, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<UsersGetResponse>;
|
|
75
|
-
declare const getGetOrganisationUsersQueryKey: (orgId
|
|
76
|
+
declare const getGetOrganisationUsersQueryKey: (orgId?: string) => readonly [`/organisation/${string}/user`];
|
|
76
77
|
declare const useGetOrganisationUsersQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>>;
|
|
79
|
+
request?: SecondParameter<typeof customInstance>;
|
|
79
80
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData> & {
|
|
80
|
-
|
|
81
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
81
82
|
};
|
|
82
83
|
type GetOrganisationUsersQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUsers>>>;
|
|
83
84
|
type GetOrganisationUsersQueryError = ErrorType<AsError | void>;
|
|
84
85
|
declare function useGetOrganisationUsers<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options: {
|
|
85
|
-
|
|
86
|
-
|
|
86
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, Awaited<ReturnType<typeof getOrganisationUsers>>>, "initialData">;
|
|
87
|
+
request?: SecondParameter<typeof customInstance>;
|
|
87
88
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
88
|
-
|
|
89
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
89
90
|
};
|
|
90
91
|
declare function useGetOrganisationUsers<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
91
|
-
|
|
92
|
-
|
|
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>;
|
|
93
94
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
94
|
-
|
|
95
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
95
96
|
};
|
|
96
97
|
declare function useGetOrganisationUsers<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>>;
|
|
99
|
+
request?: SecondParameter<typeof customInstance>;
|
|
99
100
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
100
|
-
|
|
101
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
101
102
|
};
|
|
102
103
|
declare const useGetOrganisationUsersSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>>;
|
|
105
|
+
request?: SecondParameter<typeof customInstance>;
|
|
105
106
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData> & {
|
|
106
|
-
|
|
107
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
107
108
|
};
|
|
108
109
|
type GetOrganisationUsersSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUsers>>>;
|
|
109
110
|
type GetOrganisationUsersSuspenseQueryError = ErrorType<AsError | void>;
|
|
110
111
|
declare function useGetOrganisationUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options: {
|
|
111
|
-
|
|
112
|
-
|
|
112
|
+
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>>;
|
|
113
|
+
request?: SecondParameter<typeof customInstance>;
|
|
113
114
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
114
|
-
|
|
115
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
115
116
|
};
|
|
116
117
|
declare function useGetOrganisationUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>>;
|
|
119
|
+
request?: SecondParameter<typeof customInstance>;
|
|
119
120
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
120
|
-
|
|
121
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
121
122
|
};
|
|
122
123
|
declare function useGetOrganisationUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUsers>>, TError = ErrorType<AsError | void>>(orgId: string, options?: {
|
|
123
|
-
|
|
124
|
-
|
|
124
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUsers>>, TError, TData>>;
|
|
125
|
+
request?: SecondParameter<typeof customInstance>;
|
|
125
126
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
126
|
-
|
|
127
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
127
128
|
};
|
|
128
129
|
/**
|
|
129
130
|
* Adds a User to an **Organisation**.
|
|
@@ -134,14 +135,14 @@ You have to be in the Organisation or an admin user to use this endpoint
|
|
|
134
135
|
*/
|
|
135
136
|
declare const addOrganisationUser: (orgId: string, userId: string, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
136
137
|
declare const useAddOrganisationUserMutationOptions: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
137
|
-
|
|
138
|
-
orgId: string;
|
|
139
|
-
userId: string;
|
|
140
|
-
}, TContext>;
|
|
141
|
-
request?: SecondParameter<typeof customInstance>;
|
|
142
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUser>>, TError, {
|
|
138
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUser>>, TError, {
|
|
143
139
|
orgId: string;
|
|
144
140
|
userId: string;
|
|
141
|
+
}, TContext>;
|
|
142
|
+
request?: SecondParameter<typeof customInstance>;
|
|
143
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUser>>, TError, {
|
|
144
|
+
orgId: string;
|
|
145
|
+
userId: string;
|
|
145
146
|
}, TContext>;
|
|
146
147
|
type AddOrganisationUserMutationResult = NonNullable<Awaited<ReturnType<typeof addOrganisationUser>>>;
|
|
147
148
|
type AddOrganisationUserMutationError = ErrorType<AsError | void>;
|
|
@@ -149,14 +150,14 @@ type AddOrganisationUserMutationError = ErrorType<AsError | void>;
|
|
|
149
150
|
* @summary Adds a User to an Organisation
|
|
150
151
|
*/
|
|
151
152
|
declare const useAddOrganisationUser: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
152
|
-
|
|
153
|
-
orgId: string;
|
|
154
|
-
userId: string;
|
|
155
|
-
}, TContext>;
|
|
156
|
-
request?: SecondParameter<typeof customInstance>;
|
|
157
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof addOrganisationUser>>, TError, {
|
|
153
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUser>>, TError, {
|
|
158
154
|
orgId: string;
|
|
159
155
|
userId: string;
|
|
156
|
+
}, TContext>;
|
|
157
|
+
request?: SecondParameter<typeof customInstance>;
|
|
158
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof addOrganisationUser>>, TError, {
|
|
159
|
+
orgId: string;
|
|
160
|
+
userId: string;
|
|
160
161
|
}, TContext>;
|
|
161
162
|
/**
|
|
162
163
|
* Removes a User from an **Organisation**.
|
|
@@ -167,14 +168,14 @@ You have to be in the Organisation or an admin user to use this endpoint
|
|
|
167
168
|
*/
|
|
168
169
|
declare const deleteOrganisationUser: (orgId: string, userId: string, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
169
170
|
declare const useDeleteOrganisationUserMutationOptions: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
170
|
-
|
|
171
|
-
orgId: string;
|
|
172
|
-
userId: string;
|
|
173
|
-
}, TContext>;
|
|
174
|
-
request?: SecondParameter<typeof customInstance>;
|
|
175
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUser>>, TError, {
|
|
171
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUser>>, TError, {
|
|
176
172
|
orgId: string;
|
|
177
173
|
userId: string;
|
|
174
|
+
}, TContext>;
|
|
175
|
+
request?: SecondParameter<typeof customInstance>;
|
|
176
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUser>>, TError, {
|
|
177
|
+
orgId: string;
|
|
178
|
+
userId: string;
|
|
178
179
|
}, TContext>;
|
|
179
180
|
type DeleteOrganisationUserMutationResult = NonNullable<Awaited<ReturnType<typeof deleteOrganisationUser>>>;
|
|
180
181
|
type DeleteOrganisationUserMutationError = ErrorType<AsError | void>;
|
|
@@ -182,14 +183,14 @@ type DeleteOrganisationUserMutationError = ErrorType<AsError | void>;
|
|
|
182
183
|
* @summary Deletes a User from an Organisation
|
|
183
184
|
*/
|
|
184
185
|
declare const useDeleteOrganisationUser: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
185
|
-
|
|
186
|
-
orgId: string;
|
|
187
|
-
userId: string;
|
|
188
|
-
}, TContext>;
|
|
189
|
-
request?: SecondParameter<typeof customInstance>;
|
|
190
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganisationUser>>, TError, {
|
|
186
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUser>>, TError, {
|
|
191
187
|
orgId: string;
|
|
192
188
|
userId: string;
|
|
189
|
+
}, TContext>;
|
|
190
|
+
request?: SecondParameter<typeof customInstance>;
|
|
191
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganisationUser>>, TError, {
|
|
192
|
+
orgId: string;
|
|
193
|
+
userId: string;
|
|
193
194
|
}, TContext>;
|
|
194
195
|
/**
|
|
195
196
|
* Gets users in an Organisational Unit.
|
|
@@ -201,58 +202,58 @@ You have to be in the Organisation or Unit or an Admin user to use this endpoint
|
|
|
201
202
|
* @summary Gets users in an Organisational Unit
|
|
202
203
|
*/
|
|
203
204
|
declare const getOrganisationUnitUsers: (unitId: string, options?: SecondParameter<typeof customInstance>, signal?: AbortSignal) => Promise<UsersGetResponse>;
|
|
204
|
-
declare const getGetOrganisationUnitUsersQueryKey: (unitId
|
|
205
|
+
declare const getGetOrganisationUnitUsersQueryKey: (unitId?: string) => readonly [`/unit/${string}/user`];
|
|
205
206
|
declare const useGetOrganisationUnitUsersQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
206
|
-
|
|
207
|
-
|
|
207
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>>;
|
|
208
|
+
request?: SecondParameter<typeof customInstance>;
|
|
208
209
|
}) => UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData> & {
|
|
209
|
-
|
|
210
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
210
211
|
};
|
|
211
212
|
type GetOrganisationUnitUsersQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUnitUsers>>>;
|
|
212
213
|
type GetOrganisationUnitUsersQueryError = ErrorType<AsError | void>;
|
|
213
214
|
declare function useGetOrganisationUnitUsers<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options: {
|
|
214
|
-
|
|
215
|
-
|
|
215
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, Awaited<ReturnType<typeof getOrganisationUnitUsers>>>, "initialData">;
|
|
216
|
+
request?: SecondParameter<typeof customInstance>;
|
|
216
217
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
217
|
-
|
|
218
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
218
219
|
};
|
|
219
220
|
declare function useGetOrganisationUnitUsers<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
220
|
-
|
|
221
|
-
|
|
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>;
|
|
222
223
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
223
|
-
|
|
224
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
224
225
|
};
|
|
225
226
|
declare function useGetOrganisationUnitUsers<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
226
|
-
|
|
227
|
-
|
|
227
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>>;
|
|
228
|
+
request?: SecondParameter<typeof customInstance>;
|
|
228
229
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
229
|
-
|
|
230
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
230
231
|
};
|
|
231
232
|
declare const useGetOrganisationUnitUsersSuspenseQueryOptions: <TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
232
|
-
|
|
233
|
-
|
|
233
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>>;
|
|
234
|
+
request?: SecondParameter<typeof customInstance>;
|
|
234
235
|
}) => UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData> & {
|
|
235
|
-
|
|
236
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
236
237
|
};
|
|
237
238
|
type GetOrganisationUnitUsersSuspenseQueryResult = NonNullable<Awaited<ReturnType<typeof getOrganisationUnitUsers>>>;
|
|
238
239
|
type GetOrganisationUnitUsersSuspenseQueryError = ErrorType<AsError | void>;
|
|
239
240
|
declare function useGetOrganisationUnitUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options: {
|
|
240
|
-
|
|
241
|
-
|
|
241
|
+
query: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>>;
|
|
242
|
+
request?: SecondParameter<typeof customInstance>;
|
|
242
243
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
243
|
-
|
|
244
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
244
245
|
};
|
|
245
246
|
declare function useGetOrganisationUnitUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
246
|
-
|
|
247
|
-
|
|
247
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>>;
|
|
248
|
+
request?: SecondParameter<typeof customInstance>;
|
|
248
249
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
249
|
-
|
|
250
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
250
251
|
};
|
|
251
252
|
declare function useGetOrganisationUnitUsersSuspense<TData = Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError = ErrorType<AsError | void>>(unitId: string, options?: {
|
|
252
|
-
|
|
253
|
-
|
|
253
|
+
query?: Partial<UseSuspenseQueryOptions<Awaited<ReturnType<typeof getOrganisationUnitUsers>>, TError, TData>>;
|
|
254
|
+
request?: SecondParameter<typeof customInstance>;
|
|
254
255
|
}, queryClient?: QueryClient): UseSuspenseQueryResult<TData, TError> & {
|
|
255
|
-
|
|
256
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
256
257
|
};
|
|
257
258
|
/**
|
|
258
259
|
* Adds a user to an Organisational Unit.
|
|
@@ -265,14 +266,14 @@ You have to be in the Organisation or Unit or an Admin user to use this endpoint
|
|
|
265
266
|
*/
|
|
266
267
|
declare const addOrganisationUnitUser: (unitId: string, userId: string, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
267
268
|
declare const useAddOrganisationUnitUserMutationOptions: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
268
|
-
|
|
269
|
-
unitId: string;
|
|
270
|
-
userId: string;
|
|
271
|
-
}, TContext>;
|
|
272
|
-
request?: SecondParameter<typeof customInstance>;
|
|
273
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUnitUser>>, TError, {
|
|
269
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUnitUser>>, TError, {
|
|
274
270
|
unitId: string;
|
|
275
271
|
userId: string;
|
|
272
|
+
}, TContext>;
|
|
273
|
+
request?: SecondParameter<typeof customInstance>;
|
|
274
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUnitUser>>, TError, {
|
|
275
|
+
unitId: string;
|
|
276
|
+
userId: string;
|
|
276
277
|
}, TContext>;
|
|
277
278
|
type AddOrganisationUnitUserMutationResult = NonNullable<Awaited<ReturnType<typeof addOrganisationUnitUser>>>;
|
|
278
279
|
type AddOrganisationUnitUserMutationError = ErrorType<AsError | void>;
|
|
@@ -280,14 +281,14 @@ type AddOrganisationUnitUserMutationError = ErrorType<AsError | void>;
|
|
|
280
281
|
* @summary Adds a user to an Organisational Unit
|
|
281
282
|
*/
|
|
282
283
|
declare const useAddOrganisationUnitUser: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
283
|
-
|
|
284
|
-
unitId: string;
|
|
285
|
-
userId: string;
|
|
286
|
-
}, TContext>;
|
|
287
|
-
request?: SecondParameter<typeof customInstance>;
|
|
288
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof addOrganisationUnitUser>>, TError, {
|
|
284
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof addOrganisationUnitUser>>, TError, {
|
|
289
285
|
unitId: string;
|
|
290
286
|
userId: string;
|
|
287
|
+
}, TContext>;
|
|
288
|
+
request?: SecondParameter<typeof customInstance>;
|
|
289
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof addOrganisationUnitUser>>, TError, {
|
|
290
|
+
unitId: string;
|
|
291
|
+
userId: string;
|
|
291
292
|
}, TContext>;
|
|
292
293
|
/**
|
|
293
294
|
* Removes a User from an Organisational Unit.
|
|
@@ -300,14 +301,14 @@ You have to be in the Organisation or Unit or an Admin user to use this endpoint
|
|
|
300
301
|
*/
|
|
301
302
|
declare const deleteOrganisationUnitUser: (unitId: string, userId: string, options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
302
303
|
declare const useDeleteOrganisationUnitUserMutationOptions: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
303
|
-
|
|
304
|
-
unitId: string;
|
|
305
|
-
userId: string;
|
|
306
|
-
}, TContext>;
|
|
307
|
-
request?: SecondParameter<typeof customInstance>;
|
|
308
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>, TError, {
|
|
304
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>, TError, {
|
|
309
305
|
unitId: string;
|
|
310
306
|
userId: string;
|
|
307
|
+
}, TContext>;
|
|
308
|
+
request?: SecondParameter<typeof customInstance>;
|
|
309
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>, TError, {
|
|
310
|
+
unitId: string;
|
|
311
|
+
userId: string;
|
|
311
312
|
}, TContext>;
|
|
312
313
|
type DeleteOrganisationUnitUserMutationResult = NonNullable<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>>;
|
|
313
314
|
type DeleteOrganisationUnitUserMutationError = ErrorType<AsError | void>;
|
|
@@ -315,14 +316,15 @@ type DeleteOrganisationUnitUserMutationError = ErrorType<AsError | void>;
|
|
|
315
316
|
* @summary Deletes a User from an Organisational Unit
|
|
316
317
|
*/
|
|
317
318
|
declare const useDeleteOrganisationUnitUser: <TError = ErrorType<AsError | void>, TContext = unknown>(options?: {
|
|
318
|
-
|
|
319
|
-
unitId: string;
|
|
320
|
-
userId: string;
|
|
321
|
-
}, TContext>;
|
|
322
|
-
request?: SecondParameter<typeof customInstance>;
|
|
323
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>, TError, {
|
|
319
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>, TError, {
|
|
324
320
|
unitId: string;
|
|
325
321
|
userId: string;
|
|
322
|
+
}, TContext>;
|
|
323
|
+
request?: SecondParameter<typeof customInstance>;
|
|
324
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganisationUnitUser>>, TError, {
|
|
325
|
+
unitId: string;
|
|
326
|
+
userId: string;
|
|
326
327
|
}, TContext>;
|
|
327
|
-
|
|
328
|
-
export {
|
|
328
|
+
//#endregion
|
|
329
|
+
export { AddOrganisationUnitUserMutationError, AddOrganisationUnitUserMutationResult, AddOrganisationUserMutationError, AddOrganisationUserMutationResult, DeleteOrganisationUnitUserMutationError, DeleteOrganisationUnitUserMutationResult, DeleteOrganisationUserMutationError, DeleteOrganisationUserMutationResult, GetOrganisationUnitUsersQueryError, GetOrganisationUnitUsersQueryResult, GetOrganisationUnitUsersSuspenseQueryError, GetOrganisationUnitUsersSuspenseQueryResult, GetOrganisationUsersQueryError, GetOrganisationUsersQueryResult, GetOrganisationUsersSuspenseQueryError, GetOrganisationUsersSuspenseQueryResult, GetUserAccountQueryError, GetUserAccountQueryResult, GetUserAccountSuspenseQueryError, GetUserAccountSuspenseQueryResult, addOrganisationUnitUser, addOrganisationUser, deleteOrganisationUnitUser, deleteOrganisationUser, getGetOrganisationUnitUsersQueryKey, getGetOrganisationUsersQueryKey, getGetUserAccountQueryKey, getOrganisationUnitUsers, getOrganisationUsers, getUserAccount, useAddOrganisationUnitUser, useAddOrganisationUnitUserMutationOptions, useAddOrganisationUser, useAddOrganisationUserMutationOptions, useDeleteOrganisationUnitUser, useDeleteOrganisationUnitUserMutationOptions, useDeleteOrganisationUser, useDeleteOrganisationUserMutationOptions, useGetOrganisationUnitUsers, useGetOrganisationUnitUsersQueryOptions, useGetOrganisationUnitUsersSuspense, useGetOrganisationUnitUsersSuspenseQueryOptions, useGetOrganisationUsers, useGetOrganisationUsersQueryOptions, useGetOrganisationUsersSuspense, useGetOrganisationUsersSuspenseQueryOptions, useGetUserAccount, useGetUserAccountQueryOptions, useGetUserAccountSuspense, useGetUserAccountSuspenseQueryOptions };
|
|
330
|
+
//# sourceMappingURL=user.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.d.ts","names":[],"sources":["../../../src/api/user/user.ts"],"sourcesContent":[],"mappings":"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"}
|