Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
ListProjectPackagesOptions add package_version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 8, 2023
1 parent 3e35f87 commit 4334c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages.go
Original file line number Diff line number Diff line change
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 4334c23

Please sign in to comment.