@wix/auto_sdk_events_forms 1.0.45 → 1.0.46
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.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3425,6 +3425,8 @@ interface FormEventUpdatedEnvelope {
|
|
|
3425
3425
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
3426
3426
|
* @permissionScope Manage Portfolio
|
|
3427
3427
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
3428
|
+
* @permissionScope View SEO Settings
|
|
3429
|
+
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
3428
3430
|
* @permissionScope Manage Blog
|
|
3429
3431
|
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
3430
3432
|
* @permissionScope Access Verticals by Automations
|
|
@@ -3452,7 +3454,6 @@ declare function onFormEventUpdated(handler: (event: FormEventUpdatedEnvelope) =
|
|
|
3452
3454
|
* @param options - Optional fields.
|
|
3453
3455
|
* @permissionId WIX_EVENTS.READ_EVENTS
|
|
3454
3456
|
* @applicableIdentity APP
|
|
3455
|
-
* @applicableIdentity VISITOR
|
|
3456
3457
|
* @returns Event form.
|
|
3457
3458
|
* Form is visible to site visitors.
|
|
3458
3459
|
* @fqn wix.events.form.FormBuilder.GetForm
|