Skip to content

fix: make updatedAt optional across all entity schemas - #15

Merged
priosshrsth merged 6 commits into
mainfrom
fix/optional-updated-at
Mar 27, 2026
Merged

fix: make updatedAt optional across all entity schemas#15
priosshrsth merged 6 commits into
mainfrom
fix/optional-updated-at

Conversation

@priosshrsth

Copy link
Copy Markdown
Collaborator

Summary

  • Make updatedAt optional (updatedAt?: string + z.iso.datetime().optional()) across all 20 entity schemas
  • Assembly API can return undefined for updatedAt on all entities

Test plan

  • vp check passes (lint + format + type check)

🤖 Generated with Claude Code

priosshrsth and others added 6 commits March 27, 2026 11:58
Assembly API can return undefined for updatedAt on all entities.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The upstream SDK throws a cryptic "Unable to authorize" when no token
is provided outside local/staging. Guard with AssemblyNoTokenError and
a message explaining to set ASSEMBLY_ENV=local for token-less dev.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix import from "src/client/client" to "src/client" after file rename
- Set ASSEMBLY_ENV=local so tests pass the no-token guard

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Allows using bumpp (pnpm run release) to bump version, commit, tag,
and push — which triggers the release workflow automatically without
needing to create a GitHub Release manually.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@priosshrsth
priosshrsth merged commit a126561 into main Mar 27, 2026
6 checks passed
@priosshrsth
priosshrsth deleted the fix/optional-updated-at branch March 27, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant