add missing fields in scm types (#2586)

* add missing fields in scm types
pull/3545/head
Kapil Garg 2024-08-26 10:31:00 +00:00 committed by Harness
parent bbe617ce6f
commit b79d217d8f
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ type (
Page int `json:"page"`
Size int `json:"size"`
Query string `json:"query"`
User string `json:"user"`
}
BranchFilter struct {
@ -67,6 +68,7 @@ type (
Query string `json:"query"`
Page int `json:"page"`
Size int `json:"size"`
RepoURL string `json:"repo_url"`
}
Repository struct {