@wix/auto_sdk_seatings_seating-plan 1.0.59 → 1.0.60
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
|
@@ -1159,6 +1159,8 @@ interface SeatingPlanCreatedEnvelope {
|
|
|
1159
1159
|
}
|
|
1160
1160
|
/** @permissionScope Manage Events
|
|
1161
1161
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1162
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1163
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1162
1164
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1163
1165
|
* @webhook
|
|
1164
1166
|
* @eventType wix.seating.v1.seating_plan_created
|
|
@@ -1172,6 +1174,8 @@ interface SeatingPlanDeletedEnvelope {
|
|
|
1172
1174
|
}
|
|
1173
1175
|
/** @permissionScope Manage Events
|
|
1174
1176
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1177
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1178
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1175
1179
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1176
1180
|
* @webhook
|
|
1177
1181
|
* @eventType wix.seating.v1.seating_plan_deleted
|
|
@@ -1185,6 +1189,8 @@ interface SeatingPlanUpdatedEnvelope {
|
|
|
1185
1189
|
}
|
|
1186
1190
|
/** @permissionScope Manage Events
|
|
1187
1191
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1192
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1193
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1188
1194
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1189
1195
|
* @webhook
|
|
1190
1196
|
* @eventType wix.seating.v1.seating_plan_updated
|