chore: regenerate models from upstream schemas#118
Conversation
There was a problem hiding this comment.
Code Review
Blocking Issues
None.
Summary
This is an automated regeneration PR — all changes are exclusively under model/ (auto-generated files). No hand-edited generated code is present.
The changes are consistent with a CI-driven codegen run against updated upstream provider schemas:
- GCP services (compute, accesscontextmanager, bigquerydatapolicy, firestore, networkservices, pubsub, sqladmin): CalVer version bumps with
releaseNotesdocumenting updated resources. Three GCP Compute files deleted (globalvmextensionpolicies.ts,rolloutplans.ts,rollouts.ts) as these resources were removed from upstream schemas; corresponding entries also removed frommanifest.yaml. - AWS EC2 / DigitalOcean: Only stale
releaseNotesremoved — content-based change detection found no schema drift, so no version bump.
Manifest version formats (e.g. 2026.04.23.1 → 2026.05.03.1) follow the CalVer scheme documented in the codegen design docs.
327a886 to
a8f0807
Compare
There was a problem hiding this comment.
Code Review
Blocking Issues
None.
Summary
All changes are in auto-generated model/ files — no hand-written code was modified. The changes are consistent with automated schema regeneration from updated upstream provider schemas (GCP Discovery Documents, AWS CloudFormation, DigitalOcean OpenAPI):
- Version bumps from
2026.05.01.1→2026.05.04.1across 48 packages - New schema fields reflecting upstream API additions (e.g.,
dataGovernanceTaginbigquerydatapolicy) - New methods reflecting new upstream API endpoints (e.g.,
update_memory_layerinbigtableadmin/instances_clusters) - Deleted model files for resources removed from upstream schemas (
globalvmextensionpolicies,rolloutplans,rolloutsfromcompute) - Description and enum cleanup matching upstream schema updates (e.g.,
ULL_POLICYremoved fromfirewallpoliciesenum) releaseNotescleanup in manifests for previously-shipped versions
The any type usage is only in auto-generated files that carry // deno-lint-ignore-file no-explicit-any headers, which is exempt per CLAUDE.md. No codegen/, vault/, datastore/, or hand-written code was touched.
Summary
Automated regeneration of extension models from upstream provider schemas.
Changes
Schema Sources
Review Notes
model/are auto-generated — review themanifest.yamldiffs for version changes