v0.10.0
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 9notify*(subscription/chargeback/payout)- New
MerchantWritableNotificationSettingstype —Pick<NotificationSettings, ...>of the 11notify*toggles
Changed
UpdateStoreParams.notificationSettingsnarrowed toPartial<MerchantWritableNotificationSettings>— passingemail*keys now fails TypeScript compilation
See CHANGELOG.md for migration guide.