@go-avro/avro-js 0.0.2-beta.96 → 0.0.2-beta.97

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.
@@ -480,7 +480,7 @@ export interface Task {
480
480
  services_prepaid: number;
481
481
  months_prepaid: number;
482
482
  priority: boolean;
483
- num_routes: number;
483
+ route_ids: string[];
484
484
  }
485
485
  export interface TaskWrapper {
486
486
  latestEvent: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.96",
3
+ "version": "0.0.2-beta.97",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",