@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
|
@@ -1297,21 +1297,21 @@ interface Tag {
|
|
|
1297
1297
|
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1298
1298
|
*/
|
|
1299
1299
|
props?: Record<string, any> | null;
|
|
1300
|
-
/** SEO tag
|
|
1300
|
+
/** SEO tag metadata. For example, `{"height": 300, "width": 240}`. */
|
|
1301
1301
|
meta?: Record<string, any> | null;
|
|
1302
1302
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1303
1303
|
children?: string;
|
|
1304
|
-
/** Whether the tag is a custom tag. */
|
|
1304
|
+
/** Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages). */
|
|
1305
1305
|
custom?: boolean;
|
|
1306
|
-
/** Whether the tag is disabled. */
|
|
1306
|
+
/** Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines. */
|
|
1307
1307
|
disabled?: boolean;
|
|
1308
1308
|
}
|
|
1309
1309
|
interface Settings {
|
|
1310
1310
|
/**
|
|
1311
|
-
* Whether the
|
|
1311
|
+
* Whether the [automatical redirect visits](https://support.wix.com/en/article/customizing-your-pages-seo-settings-in-the-seo-panel) from the old URL to the new one is enabled.
|
|
1312
1312
|
*
|
|
1313
1313
|
*
|
|
1314
|
-
* Default: `false` (
|
|
1314
|
+
* Default: `false` (automatical redirect is enabled).
|
|
1315
1315
|
*/
|
|
1316
1316
|
preventAutoRedirect?: boolean;
|
|
1317
1317
|
/**
|
|
@@ -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.
|