@go-avro/avro-js 0.0.2-beta.157 → 0.0.2-beta.158

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,12 +194,7 @@ 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;
205
200
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.157",
3
+ "version": "0.0.2-beta.158",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",