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