@go-avro/avro-js 0.0.2-beta.33 → 0.0.2-beta.34

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.
@@ -443,6 +443,7 @@ export interface Task {
443
443
  created_by: UserCompanyAssociation | null;
444
444
  overdueness: number | null;
445
445
  overdue_time: number;
446
+ last_completed_event: _Event | null;
446
447
  last_event: _Event | null;
447
448
  delay: number;
448
449
  skills: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.33",
3
+ "version": "0.0.2-beta.34",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",