Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix server-set types #16

Merged
merged 4 commits into from
Dec 1, 2024
Merged

Fix server-set types #16

merged 4 commits into from
Dec 1, 2024

Conversation

htunnicliff
Copy link
Owner

@htunnicliff htunnicliff commented Dec 1, 2024

Changes

  • Adjust nullable values to use optional field modifiers instead.
  • Annotate immutable and server-set fields with JSDoc comments.
  • Update */set arguments to omit server-set fields.
  • Widen Email/set arguments to make all fields optional (RFC8621 § 4.6 is a little unclear here and I want to revisit this soon).
  • Fix missing PushSubscription type import.

Fixes #15.

@htunnicliff htunnicliff self-assigned this Dec 1, 2024
@htunnicliff htunnicliff merged commit 014c392 into main Dec 1, 2024
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.

server-set properties should not be required in create method calls
1 participant