Skip to content

Commit

Permalink
Merge pull request #1847 from liuhaogui/v0.94.1
Browse files Browse the repository at this point in the history
ListProjectPackagesOptions add package_version
  • Loading branch information
svanharmelen committed Dec 9, 2023
2 parents d97e905 + 4334c23 commit 151995e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages.go
Expand Up @@ -114,6 +114,7 @@ type ListProjectPackagesOptions struct {
Sort *string `url:"sort,omitempty" json:"sort,omitempty"`
PackageType *string `url:"package_type,omitempty" json:"package_type,omitempty"`
PackageName *string `url:"package_name,omitempty" json:"package_name,omitempty"`
PackageVersion *string `url:"package_version,omitempty" json:"package_version,omitempty"`
IncludeVersionless *bool `url:"include_versionless,omitempty" json:"include_versionless,omitempty"`
Status *string `url:"status,omitempty" json:"status,omitempty"`
}
Expand Down

0 comments on commit 151995e

Please sign in to comment.