@wix/auto_sdk_seatings_seating-plan 1.0.48 → 1.0.49
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
|
@@ -1142,6 +1142,8 @@ interface SeatingPlanCreatedEnvelope {
|
|
|
1142
1142
|
}
|
|
1143
1143
|
/** @permissionScope Manage Events
|
|
1144
1144
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1145
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1146
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1145
1147
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1146
1148
|
* @webhook
|
|
1147
1149
|
* @eventType wix.seating.v1.seating_plan_created
|
|
@@ -1155,6 +1157,8 @@ interface SeatingPlanDeletedEnvelope {
|
|
|
1155
1157
|
}
|
|
1156
1158
|
/** @permissionScope Manage Events
|
|
1157
1159
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1160
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1161
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1158
1162
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1159
1163
|
* @webhook
|
|
1160
1164
|
* @eventType wix.seating.v1.seating_plan_deleted
|
|
@@ -1168,6 +1172,8 @@ interface SeatingPlanUpdatedEnvelope {
|
|
|
1168
1172
|
}
|
|
1169
1173
|
/** @permissionScope Manage Events
|
|
1170
1174
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1175
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
1176
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1171
1177
|
* @permissionId SEATING_PLANS.READ_SEATING_PLANS
|
|
1172
1178
|
* @webhook
|
|
1173
1179
|
* @eventType wix.seating.v1.seating_plan_updated
|