feat: sync CLI with dashboard@v1.6.2 - #65
Open
cursor[bot] wants to merge 3 commits into
Open
Conversation
Sync CLI with dashboard@v1.6.2 (8ba0b69). The v1.6.2 dashboard tag is a security-only release (unauthenticated phone OTP rate-limiting) with no API surface changes, so the api-public package stayed at 1.6.1 on npm — that's the version we consume. Co-authored-by: citron <lcandy2@users.noreply.github.com>
…ndary
@photon-ai/dashboard-api 1.6.1 continues to emit list response
payloads as { [x: string]: any } rather than typed arrays, so
calling .map on the raw Eden `data` picks up an implicit `any`
parameter under strict TS. Recover the field-level shape with a
boundary cast — same pattern spectrum/lines.ts already uses for
SpectrumLine.
Co-authored-by: citron <lcandy2@users.noreply.github.com>
Regenerated against @photon-ai/dashboard-api 1.6.1 (the api version shipping with dashboard@v1.6.2). Adds 7 new routes: call-registry profile/registrations under a project and the new promotional-emails / promotional-status routes on the user profile. No removals or breaking changes. Co-authored-by: citron <lcandy2@users.noreply.github.com>
Contributor
Author
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Agent PR ReviewScenario: A — Initial review (PR opened by cursor[bot]) What's right
Deferred (acknowledged in PR body)
Final noteClean additive-only sync to |
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.
Upstream version
@photon-ai/dashboard-api@1.6.1(shipping withdashboard@v1.6.2, SHA8ba0b69).The
v1.6.2dashboard tag is a security-only release (rate-limit unauthenticated phone OTP send) with no API surface changes, so theapi-publicpackage stayed at1.6.1on npm — that's the version this bump consumes.Routes added/removed/changed
Added (7):
PATCH api.profile.promotional-emailsGET api.profile.promotional-statusGET api.projects.:id.call-registry.profilePATCH api.projects.:id.call-registry.profilePUT api.projects.:id.call-registry.profileGET api.projects.:id.call-registry.registrationsPOST api.projects.:id.call-registry.registrationsRemoved / changed: (none)
These are all additive, so no CLI commands broke on the route level. The only compile failures were the usual erasure of list-response payloads to
{ [x: string]: any }, which we recover with the same boundary-cast patternspectrum/lines.tsalready uses.Snapshot changes
New runtime dependencies
Checklist
@photon-ai/dashboard-apiversion bump, not hand editsbun run checkpasses locallyNeed help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.