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