@go-avro/avro-js 0.0.2-beta.63 → 0.0.2-beta.64

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.
@@ -277,7 +277,7 @@ export interface UserCompanyAssociation {
277
277
  effective_permissions: string[];
278
278
  time_created: number | null;
279
279
  time_updated: number | null;
280
- notification_setting: (typeof NotificationLevel)[];
280
+ notification_setting: NotificationLevel[];
281
281
  share_email_company_wide: boolean;
282
282
  notifications: Notification[];
283
283
  groups: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.63",
3
+ "version": "0.0.2-beta.64",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",