@devrev/typescript-sdk 1.1.18 → 1.1.19
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.
|
@@ -1993,6 +1993,8 @@ export interface GroupsUpdateResponse {
|
|
|
1993
1993
|
}
|
|
1994
1994
|
/** issue */
|
|
1995
1995
|
export type Issue = WorkBase & {
|
|
1996
|
+
/** Parts associated based on git events. */
|
|
1997
|
+
developed_with?: PartSummary[];
|
|
1996
1998
|
/** Priority of the work based upon impact and criticality. */
|
|
1997
1999
|
priority?: IssuePriority;
|
|
1998
2000
|
};
|
|
@@ -1005,6 +1005,8 @@ export type FeatureSummary = PartBaseSummary;
|
|
|
1005
1005
|
export type GroupSummary = AtomBaseSummary;
|
|
1006
1006
|
/** issue */
|
|
1007
1007
|
export type Issue = WorkBase & {
|
|
1008
|
+
/** Parts associated based on git events. */
|
|
1009
|
+
developed_with?: PartSummary[];
|
|
1008
1010
|
/** Priority of the work based upon impact and criticality. */
|
|
1009
1011
|
priority?: IssuePriority;
|
|
1010
1012
|
};
|