@wix/auto_sdk_events_wix-events-v-2 1.0.48 → 1.0.49

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.
@@ -4849,6 +4849,8 @@ interface EventCanceledEnvelope {
4849
4849
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
4850
4850
  * @permissionScope Manage Portfolio
4851
4851
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
4852
+ * @permissionScope View SEO Settings
4853
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
4852
4854
  * @permissionScope Manage Blog
4853
4855
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
4854
4856
  * @permissionScope Access Verticals by Automations
@@ -4889,6 +4891,8 @@ interface EventClonedEnvelope {
4889
4891
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
4890
4892
  * @permissionScope Manage Portfolio
4891
4893
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
4894
+ * @permissionScope View SEO Settings
4895
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
4892
4896
  * @permissionScope Manage Blog
4893
4897
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
4894
4898
  * @permissionScope Access Verticals by Automations
@@ -4929,6 +4933,8 @@ interface EventCreatedEnvelope {
4929
4933
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
4930
4934
  * @permissionScope Manage Portfolio
4931
4935
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
4936
+ * @permissionScope View SEO Settings
4937
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
4932
4938
  * @permissionScope Manage Blog
4933
4939
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
4934
4940
  * @permissionScope Access Verticals by Automations
@@ -4968,6 +4974,8 @@ interface EventDeletedEnvelope {
4968
4974
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
4969
4975
  * @permissionScope Manage Portfolio
4970
4976
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
4977
+ * @permissionScope View SEO Settings
4978
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
4971
4979
  * @permissionScope Manage Blog
4972
4980
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
4973
4981
  * @permissionScope Access Verticals by Automations
@@ -5008,6 +5016,8 @@ interface EventEndedEnvelope {
5008
5016
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
5009
5017
  * @permissionScope Manage Portfolio
5010
5018
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
5019
+ * @permissionScope View SEO Settings
5020
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
5011
5021
  * @permissionScope Manage Blog
5012
5022
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
5013
5023
  * @permissionScope Access Verticals by Automations
@@ -5048,6 +5058,8 @@ interface EventPublishedEnvelope {
5048
5058
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
5049
5059
  * @permissionScope Manage Portfolio
5050
5060
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
5061
+ * @permissionScope View SEO Settings
5062
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
5051
5063
  * @permissionScope Manage Blog
5052
5064
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
5053
5065
  * @permissionScope Access Verticals by Automations
@@ -5094,6 +5106,8 @@ interface EventReminderEnvelope {
5094
5106
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
5095
5107
  * @permissionScope Manage Portfolio
5096
5108
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
5109
+ * @permissionScope View SEO Settings
5110
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
5097
5111
  * @permissionScope Manage Blog
5098
5112
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
5099
5113
  * @permissionScope Access Verticals by Automations
@@ -5134,6 +5148,8 @@ interface EventStartedEnvelope {
5134
5148
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
5135
5149
  * @permissionScope Manage Portfolio
5136
5150
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
5151
+ * @permissionScope View SEO Settings
5152
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
5137
5153
  * @permissionScope Manage Blog
5138
5154
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
5139
5155
  * @permissionScope Access Verticals by Automations
@@ -5174,6 +5190,8 @@ interface EventUpdatedEnvelope {
5174
5190
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
5175
5191
  * @permissionScope Manage Portfolio
5176
5192
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
5193
+ * @permissionScope View SEO Settings
5194
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
5177
5195
  * @permissionScope Manage Blog
5178
5196
  * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
5179
5197
  * @permissionScope Access Verticals by Automations
@@ -5505,7 +5523,6 @@ interface BulkDeleteEventsByFilterOptions {
5505
5523
  * @param options - Optional fields.
5506
5524
  * @permissionId WIX_EVENTS.READ_EVENTS
5507
5525
  * @applicableIdentity APP
5508
- * @applicableIdentity VISITOR
5509
5526
  * @fqn wix.events.events.v3.EventManagement.QueryEvents
5510
5527
  */
5511
5528
  declare function queryEvents(options?: QueryEventsOptions): EventsQueryBuilder;
@@ -5578,7 +5595,6 @@ interface EventsQueryBuilder {
5578
5595
  * @param options - Optional fields.
5579
5596
  * @permissionId WIX_EVENTS.READ_EVENTS
5580
5597
  * @applicableIdentity APP
5581
- * @applicableIdentity VISITOR
5582
5598
  * @fqn wix.events.events.v3.EventManagement.CountEventsByStatus
5583
5599
  */
5584
5600
  declare function countEventsByStatus(options?: CountEventsByStatusOptions): Promise<CountEventsByStatusResponse & {
@@ -5607,7 +5623,6 @@ interface CountEventsByStatusOptions {
5607
5623
  * @param options - Optional fields.
5608
5624
  * @permissionId WIX_EVENTS.READ_EVENTS
5609
5625
  * @applicableIdentity APP
5610
- * @applicableIdentity VISITOR
5611
5626
  * @returns Event.
5612
5627
  * @fqn wix.events.events.v3.EventManagement.GetEvent
5613
5628
  */
@@ -5629,7 +5644,6 @@ interface GetEventOptions {
5629
5644
  * @param options - Optional fields.
5630
5645
  * @permissionId WIX_EVENTS.READ_EVENTS
5631
5646
  * @applicableIdentity APP
5632
- * @applicableIdentity VISITOR
5633
5647
  * @fqn wix.events.events.v3.EventManagement.GetEventBySlug
5634
5648
  */
5635
5649
  declare function getEventBySlug(slug: string, options?: GetEventBySlugOptions): Promise<NonNullablePaths<GetEventBySlugResponse, `event._id` | `event.location.type` | `event.location.address.streetAddress.number` | `event.location.address.streetAddress.name` | `event.dateAndTimeSettings.recurrenceStatus` | `event.dateAndTimeSettings.recurringEvents.individualEventDates` | `event.dateAndTimeSettings.recurringEvents.individualEventDates.${number}.showTimeZone` | `event.slug` | `event.status` | `event.registration.type` | `event.registration.status` | `event.registration.rsvp.responseType` | `event.registration.rsvp.waitlistEnabled` | `event.registration.tickets.guestsAssignedSeparately` | `event.registration.tickets.ticketLimitPerOrder` | `event.registration.tickets.lowestPrice.value` | `event.registration.tickets.lowestPrice.currency` | `event.registration.tickets.taxSettings.type` | `event.registration.allowedGuestTypes` | `event.registration.initialType` | `event.registration.registrationPaused` | `event.registration.registrationDisabled` | `event.calendarUrls.google` | `event.calendarUrls.ics` | `event.form.controls` | `event.form.controls.${number}.type` | `event.form.controls.${number}.system` | `event.form.controls.${number}.name` | `event.form.controls.${number}.label` | `event.form.controls.${number}.orderIndex` | `event.form.controls.${number}._id` | `event.form.messages.rsvp.rsvpYesOption` | `event.form.messages.rsvp.rsvpNoOption` | `event.form.messages.rsvp.positiveMessages.title` | `event.form.messages.rsvp.positiveMessages.confirmation.title` | `event.form.messages.rsvp.positiveMessages.confirmation.message` | `event.form.messages.rsvp.positiveMessages.confirmation.addToCalendarActionLabel` | `event.form.messages.rsvp.positiveMessages.confirmation.shareActionLabel` | `event.form.messages.rsvp.negativeMessages.title` | `event.form.messages.rsvp.negativeMessages.confirmation.title` | `event.form.messages.rsvp.negativeMessages.confirmation.shareActionLabel` | `event.form.messages.rsvp.submitActionLabel` | `event.form.messages.checkout.title` | `event.form.messages.checkout.submitActionLabel` | `event.form.messages.checkout.confirmation.title` | `event.form.messages.checkout.confirmation.message` | `event.form.messages.checkout.confirmation.downloadTicketsLabel` | `event.form.messages.checkout.confirmation.addToCalendarLabel` | `event.form.messages.checkout.confirmation.shareEventLabel` | `event.form.messages.registrationClosed.message` | `event.form.messages.registrationClosed.exploreEventsActionLabel` | `event.form.messages.ticketsUnavailable.message` | `event.form.messages.ticketsUnavailable.exploreEventsActionLabel` | `event.summaries.rsvps.totalCount` | `event.summaries.rsvps.yesCount` | `event.summaries.rsvps.noCount` | `event.summaries.rsvps.waitlistCount` | `event.summaries.tickets.ticketsSold` | `event.summaries.tickets.revenue.amount` | `event.summaries.tickets.revenue.currency` | `event.summaries.tickets.currencyLocked` | `event.summaries.tickets.totalOrders` | `event.instanceId` | `event.guestListSettings.displayedPublicly` | `event.userId` | `event.onlineConferencing.enabled` | `event.onlineConferencing.type` | `event.onlineConferencing.session.hostLink` | `event.onlineConferencing.session.guestLink` | `event.seoSettings.slug` | `event.seoSettings.advancedSeoData.tags` | `event.seoSettings.advancedSeoData.tags.${number}.type` | `event.seoSettings.advancedSeoData.tags.${number}.children` | `event.seoSettings.advancedSeoData.tags.${number}.custom` | `event.seoSettings.advancedSeoData.tags.${number}.disabled` | `event.seoSettings.advancedSeoData.settings.preventAutoRedirect` | `event.seoSettings.advancedSeoData.settings.keywords` | `event.seoSettings.advancedSeoData.settings.keywords.${number}.term` | `event.seoSettings.advancedSeoData.settings.keywords.${number}.isMain` | `event.agendaSettings.enabled`, 8>>;