@wix/auto_sdk_events_notifications 1.0.36 → 1.0.38
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.
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +7 -7
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -7
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +7 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -15,7 +15,7 @@ interface ResolveNotificationConfigSignature {
|
|
|
15
15
|
* Resolves a NotificationConfig by id. Returns saved value or default value if not saved yet.
|
|
16
16
|
* @param - Id of the NotificationConfig to retrieve
|
|
17
17
|
*/
|
|
18
|
-
(notificationConfigId: string): Promise<NonNullablePaths<ResolveNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime
|
|
18
|
+
(notificationConfigId: string): Promise<NonNullablePaths<ResolveNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime`, 4>>;
|
|
19
19
|
}
|
|
20
20
|
declare function upsertNotificationConfig$1(httpClient: HttpClient): UpsertNotificationConfigSignature;
|
|
21
21
|
interface UpsertNotificationConfigSignature {
|
|
@@ -23,7 +23,7 @@ interface UpsertNotificationConfigSignature {
|
|
|
23
23
|
* Upsert a NotificationConfig
|
|
24
24
|
* @param - Event ID.
|
|
25
25
|
*/
|
|
26
|
-
(_id: string, notificationConfig: UpsertNotificationConfig): Promise<NonNullablePaths<UpsertNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime
|
|
26
|
+
(_id: string, notificationConfig: UpsertNotificationConfig): Promise<NonNullablePaths<UpsertNotificationConfigResponse, `notificationConfig.rsvpConfirmation.notificationType` | `notificationConfig.rsvpConfirmation.reminderTime`, 4>>;
|
|
27
27
|
}
|
|
28
28
|
declare const onNotificationConfigCreated$1: EventDefinition<NotificationConfigCreatedEnvelope, "wix.events.notifications.v2.notification_config_created">;
|
|
29
29
|
declare const onNotificationConfigUpdated$1: EventDefinition<NotificationConfigUpdatedEnvelope, "wix.events.notifications.v2.notification_config_updated">;
|