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

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.
@@ -234,7 +234,8 @@ export interface BillUser {
234
234
  export interface User {
235
235
  id: string;
236
236
  username: string;
237
- name: string;
237
+ first_name: string;
238
+ last_name: string;
238
239
  verified: boolean;
239
240
  email: string | null;
240
241
  phone_number: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.156",
3
+ "version": "0.0.2-beta.157",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",