File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ const (
9191)
9292
9393type Change struct {
94- ContentId string `json:"contentId"`
95- Path ChangePath `json:"path"`
96- Executable bool `json:"executable"`
97- Unchanged int `json:"percentUnchanged"`
98- Type ChangeType `json:"type"`
99- NodeType ChangeNodeType `json:"nodeType"`
100- Properties map [string ]string `json:"properties"`
94+ ContentId string `json:"contentId"`
95+ Path ChangePath `json:"path"`
96+ Executable bool `json:"executable"`
97+ Unchanged int `json:"percentUnchanged"`
98+ Type ChangeType `json:"type"`
99+ NodeType ChangeNodeType `json:"nodeType"`
100+ Properties map [string ]any `json:"properties"`
101101}
102102
103103type ChangePath struct {
Original file line number Diff line number Diff line change @@ -443,7 +443,9 @@ const listPullRequestChangesResponse = `
443443 "self": [null]
444444 },
445445 "properties": {
446- "gitChangeType": "MODIFY"
446+ "orphanedComments": 0,
447+ "gitChangeType": "MODIFY",
448+ "activeComments": 1
447449 }
448450 },
449451 {
You can’t perform that action at this time.
0 commit comments