@go-avro/avro-js 0.0.2-beta.157 → 0.0.2-beta.159
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.
|
@@ -194,14 +194,10 @@ declare module '../client/QueryClient' {
|
|
|
194
194
|
useCreateSelf(): ReturnType<typeof useMutation<{
|
|
195
195
|
msg: string;
|
|
196
196
|
id?: string;
|
|
197
|
-
}, StandardError, {
|
|
198
|
-
username: string;
|
|
199
|
-
name: string;
|
|
200
|
-
email: string;
|
|
201
|
-
password: string;
|
|
202
|
-
phone_number: string;
|
|
197
|
+
}, StandardError, Partial<User> & {
|
|
203
198
|
code?: string;
|
|
204
199
|
invite_token?: string;
|
|
200
|
+
password?: string;
|
|
205
201
|
}>>;
|
|
206
202
|
useCreateSessionBreak(): ReturnType<typeof useMutation<{
|
|
207
203
|
id: string;
|