@wix/auto_sdk_events_notifications 1.0.36 → 1.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4179,7 +4179,7 @@ interface TriggerNotificationOptionsGuestsOneOf {
4179
4179
  * @applicableIdentity APP
4180
4180
  * @fqn wix.events.notifications.v2.NotificationConfigManagement.ResolveNotificationConfig
4181
4181
  */
4182
- declare function resolveNotificationConfig(notificationConfigId: string): Promise<NonNullablePaths<ResolveNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime`>>;
4182
+ declare function resolveNotificationConfig(notificationConfigId: string): Promise<NonNullablePaths<ResolveNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime`, 4>>;
4183
4183
  /**
4184
4184
  * Upsert a NotificationConfig
4185
4185
  * @param _id - Event ID.
@@ -4191,7 +4191,7 @@ declare function resolveNotificationConfig(notificationConfigId: string): Promis
4191
4191
  * @applicableIdentity APP
4192
4192
  * @fqn wix.events.notifications.v2.NotificationConfigManagement.UpsertNotificationConfig
4193
4193
  */
4194
- declare function upsertNotificationConfig(_id: string, notificationConfig: UpsertNotificationConfig): Promise<NonNullablePaths<UpsertNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime`>>;
4194
+ declare function upsertNotificationConfig(_id: string, notificationConfig: UpsertNotificationConfig): Promise<NonNullablePaths<UpsertNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime`, 4>>;
4195
4195
  interface UpsertNotificationConfig {
4196
4196
  /**
4197
4197
  * Event ID.