chore: regen types from latest AdCP schemas (idempotency_key)#628
Merged
Conversation
Upstream renamed RevocationNotification.notification_id → idempotency_key and added required idempotency_key to MCPWebhookPayload, ArtifactWebhookPayload, and the two *ListChangedWebhook payloads. Receivers dedupe by this key scoped to sender identity. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bokelley
added a commit
that referenced
this pull request
Apr 19, 2026
Picks up GetAdCPCapabilitiesResponse.experimental_features and other drift that landed after #628's regen. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bokelley
added a commit
that referenced
this pull request
Apr 19, 2026
* chore: regenerate package-lock.json Fixes release workflow failure — npm ci complained about missing @esbuild/* optional platform packages. Someone committed a lock generated with only the local platform's esbuild binary, so CI (Linux) couldn't resolve the tree. Regenerated from a clean node_modules. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: add empty changeset (lock-file only) Changeset check requires either a version-bumping changeset or an explicit empty one. This PR only regenerates package-lock.json to restore cross-platform esbuild entries, so no release is needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore(generated): refresh types (experimental_features, misc upstream) Picks up GetAdCPCapabilitiesResponse.experimental_features and other drift that landed after #628's regen. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Every PR has been failing the
Validate generated files are in synccheck because upstream AdCP schemas drifted. This PR regeneratescore.generated.tsandschemas.generated.tsagainst the current upstream bundle.Upstream changes picked up
RevocationNotification.notification_id→idempotency_keyMCPWebhookPayload— adds requiredidempotency_keyArtifactWebhookPayload— adds requiredidempotency_keyCollectionListChangedWebhook— adds requiredidempotency_keyPropertyListChangedWebhook— adds requiredidempotency_keyUpstream consolidated webhook dedup onto a single canonical key scoped to the authenticated sender identity.
Blast radius
RevocationNotification.notification_idmust rename toidempotency_key.src/.Changeset: minor (published types changed).
🤖 Generated with Claude Code