@go-avro/avro-js 0.0.2-beta.158 → 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.
@@ -197,6 +197,7 @@ declare module '../client/QueryClient' {
197
197
  }, StandardError, Partial<User> & {
198
198
  code?: string;
199
199
  invite_token?: string;
200
+ password?: string;
200
201
  }>>;
201
202
  useCreateSessionBreak(): ReturnType<typeof useMutation<{
202
203
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.158",
3
+ "version": "0.0.2-beta.159",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",