faros-airbyte-common 0.17.0 → 0.17.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.
@@ -18,6 +18,7 @@ export interface Issue extends IssueCompact {
18
18
  readonly project: string;
19
19
  readonly priority: string;
20
20
  readonly labels: ReadonlyArray<string>;
21
+ readonly comments?: ReadonlyArray<Comment>;
21
22
  readonly dependencies: ReadonlyArray<Dependency>;
22
23
  readonly subtasks: ReadonlyArray<string>;
23
24
  readonly parent?: Parent;
@@ -39,6 +40,16 @@ export interface Parent {
39
40
  key: string;
40
41
  type?: string;
41
42
  }
43
+ export interface Comment {
44
+ readonly id: string;
45
+ readonly body: string;
46
+ readonly created: Date;
47
+ readonly updated: Date;
48
+ readonly author?: {
49
+ readonly accountId: string;
50
+ };
51
+ readonly parentId?: string;
52
+ }
42
53
  export interface Dependency {
43
54
  readonly key: string;
44
55
  readonly inward: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/jira/types.ts"],"names":[],"mappings":";;;AAwEA,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,qCAAuB,CAAA;IACvB,+BAAiB,CAAA;IACjB,oDAAsC,CAAA;IACtC,+BAAiB,CAAA;IACjB,yBAAW,CAAA;AACb,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/jira/types.ts"],"names":[],"mappings":";;;AAoFA,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,qCAAuB,CAAA;IACvB,+BAAiB,CAAA;IACjB,oDAAsC,CAAA;IACtC,+BAAiB,CAAA;IACjB,yBAAW,CAAA;AACb,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB"}