Update Go API bindings to version 0.0.64 - #73
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Automated regeneration of the Go client bindings to package version 0.0.64, updating the embedded Cloudsmith API version metadata to 1.1388.0 and syncing newly added/removed schema and endpoint surfaces.
Changes:
- Bumped generated client metadata (API version
1.1388.0, package version0.0.64, updated defaultUserAgent). - Added new Organizations “API key rules” endpoints and associated models/docs.
- Updated package-related models/docs (e.g., added
display_sourcetoPackage/PackageDetail) and removed no-longer-present request fields (e.g.,PackageMoveRequesttrimmed todestinationonly).
Reviewed changes
Copilot reviewed 240 out of 429 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| utils.go | Update embedded API version header to 1.1388.0. |
| response.go | Update embedded API version header to 1.1388.0. |
| README.md | Bump API/package versions; document newly generated APIs/models. |
| configuration.go | Update API version header and UserAgent to 0.0.64. |
| client.go | Update API version header and client version comment. |
| bin/generate | Update default PKG_VERSION to 0.0.64. |
| api_packages.go | Update query documentation to include display_source: filtering hints. |
| docs/PackagesApi.md | Mirror package query documentation updates for display_source:. |
| model_package.go | Add DisplaySource field and JSON serialization support. |
| model_package_detail.go | Add DisplaySource field and JSON serialization support. |
| model_package_move_request.go | Remove request fields that are no longer part of the schema (leaving destination). |
| api_orgs.go | Add Orgs API key rule CRUD endpoints (/orgs/{org}/api-key-rules/...). |
| docs/ConnectedRepository.md | Document new connected-repo fields (configured upstreams + target summary). |
| docs/ConnectedRepositoryUpstream.md | New model doc for configured upstreams on connected repositories. |
| docs/ConnectedRepositoryTargetSummary.md | New model doc for connected repository target summary. |
| model_connected_repository_upstream.go | New model for connected-repo configured upstreams. |
| model_connected_repository_target_summary.go | New model for connected-repo target summary. |
| model_organization_api_key_rule.go | New model for organization API key rules. |
| model_organization_api_key_rule_request.go | New request model for creating/updating API key rules. |
| model_organization_api_key_rule_request_patch.go | New request model for patching API key rules. |
| docs/OrganizationApiKeyRule.md | New model docs for API key rules. |
| docs/OrganizationApiKeyRuleRequest.md | New request model docs for API key rules. |
| docs/OrganizationApiKeyRuleRequestPatch.md | New patch request model docs for API key rules. |
| .openapi-generator/FILES | Track newly generated/added files in the generator manifest. |
| docs/*PackageUploadRequest.md | Remove documentation for request fields no longer present (e.g., malware/vulnerability request-side fields). |
| model_*.go (various) | Regenerated headers and schema alignment for API 1.1388.0 (mostly version header churn). |
| api_*.go (various) | Regenerated headers and API surface alignment for API 1.1388.0 (mostly version header churn). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
daniellskelton
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated API bindings update.
0.0.641.1388.0Generated by the Update API bindings workflow.