@wix/auto_sdk_events_forms 1.0.88 → 1.0.89
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 -0
- 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 -0
- 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 -0
- 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 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -4010,6 +4010,8 @@ interface FormEventUpdatedEnvelope {
|
|
|
4010
4010
|
* @permissionScopeId SCOPE.DC-EVENTS-MEGA.READ-EVENTS
|
|
4011
4011
|
* @permissionScope Manage Bookings Services and Settings
|
|
4012
4012
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
4013
|
+
* @permissionScope View settlement reports and payouts
|
|
4014
|
+
* @permissionScopeId SCOPE.PAYMENTS.PAYOUTS-VIEW-FOR-SITE
|
|
4013
4015
|
* @permissionScope Manage Events - all permissions
|
|
4014
4016
|
* @permissionScopeId SCOPE.DC-EVENTS-MEGA.MANAGE-EVENTS
|
|
4015
4017
|
* @permissionScope Manage Events
|