faros-airbyte-common 0.19.0 → 0.19.2

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.
@@ -101,7 +101,8 @@ export interface WorkItemStateRevision {
101
101
  }
102
102
  export interface WorkItemAssigneeRevision {
103
103
  readonly assignee: IdentityRef;
104
- readonly changedDate: string;
104
+ readonly assignedAt: string;
105
+ readonly unassignedAt?: string;
105
106
  }
106
107
  export interface WorkItemIterationRevision {
107
108
  readonly iteration: number;