Update BitBucket payload

This commit is contained in:
ilteriş tabak
2019-07-02 10:07:43 +03:00
parent 1751865845
commit a740f8cf11
19 changed files with 240 additions and 180 deletions
+2 -1
View File
@@ -348,8 +348,9 @@ type PullRequestCommentDeletedPayload struct {
// Owner is the common Bitbucket Owner Sub Entity
type Owner struct {
Type string `json:"type"`
Username string `json:"username"`
NickName string `json:"nickname"`
DisplayName string `json:"display_name"`
AccountId string `json:"account_id"`
UUID string `json:"uuid"`
Links struct {
Self struct {