Fix server-set types #16

Merged
htunnicliff merged 4 commits from fix-server-types into main 2024-12-01 05:16:47 +00:00
Owner

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.

## 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](https://datatracker.ietf.org/doc/html/rfc8621#section-4.6) is a little unclear here and I want to revisit this soon). - Fix missing `PushSubscription` type import. Fixes #15.
Sign in to join this conversation.
No description provided.