Skip to content

v0.10.0

Choose a tag to compare

@Hill-waffo Hill-waffo released this 01 Jun 08:00
32fa9f8

Expands NotificationSettings to the full 19-field schema (8 consumer-email + 11 merchant-notify) and narrows UpdateStoreParams.notificationSettings to the merchant-writable subset.

Added

  • NotificationSettings +11 fields: emailTrialStarted, emailTrialEnding, and 9 notify* (subscription/chargeback/payout)
  • New MerchantWritableNotificationSettings type — Pick<NotificationSettings, ...> of the 11 notify* toggles

Changed

  • UpdateStoreParams.notificationSettings narrowed to Partial<MerchantWritableNotificationSettings> — passing email* keys now fails TypeScript compilation

See CHANGELOG.md for migration guide.