@wix/auto_sdk_seatings_seating-plan 1.0.63 → 1.0.64
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 +6 -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 +6 -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 +6 -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 +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1172,6 +1172,8 @@ interface SeatingPlanCreatedEnvelope {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
/** @permissionScope Manage Events
|
|
1174
1174
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1175
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1176
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1175
1177
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1176
1178
|
* @webhook
|
|
1177
1179
|
* @eventType wix.seating.v1.seating_plan_created
|
|
@@ -1185,6 +1187,8 @@ interface SeatingPlanDeletedEnvelope {
|
|
|
1185
1187
|
}
|
|
1186
1188
|
/** @permissionScope Manage Events
|
|
1187
1189
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1190
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1191
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1188
1192
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1189
1193
|
* @webhook
|
|
1190
1194
|
* @eventType wix.seating.v1.seating_plan_deleted
|
|
@@ -1198,6 +1202,8 @@ interface SeatingPlanUpdatedEnvelope {
|
|
|
1198
1202
|
}
|
|
1199
1203
|
/** @permissionScope Manage Events
|
|
1200
1204
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1205
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1206
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1201
1207
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1202
1208
|
* @webhook
|
|
1203
1209
|
* @eventType wix.seating.v1.seating_plan_updated
|