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