@wix/seatings 1.0.29 → 1.0.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/seatings",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/seatings_seating-plan": "1.0.24",
24
+ "@wix/seatings_seating-plan": "1.0.25",
25
25
  "@wix/seatings_seating-reservation": "1.0.21"
26
26
  },
27
27
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "3326275a879a5345d564cfdee485c99db5f581a5ee817f625cc13694"
50
+ "falconPackageHash": "2e6505a11272febcbaf18bc5cbf7b5f950ee272590f3f02238c0dcf6"
51
51
  }
@@ -1108,6 +1108,24 @@ declare enum WebhookIdentityType$1 {
1108
1108
  WIX_USER = "WIX_USER",
1109
1109
  APP = "APP"
1110
1110
  }
1111
+ interface UpdateSeatingPlanThumbnailRequest {
1112
+ thumbnail: SeatingPlanThumbnail;
1113
+ }
1114
+ interface SeatingPlanThumbnail {
1115
+ /** @readonly */
1116
+ _id?: string | null;
1117
+ img?: string | null;
1118
+ }
1119
+ interface UpdateSeatingPlanThumbnailResponse {
1120
+ thumbnail?: SeatingPlanThumbnail;
1121
+ }
1122
+ interface GetSeatingPlanThumbnailRequest {
1123
+ /** @readonly */
1124
+ _id: string | null;
1125
+ }
1126
+ interface GetSeatingPlanThumbnailResponse {
1127
+ thumbnail?: SeatingPlanThumbnail;
1128
+ }
1111
1129
  interface SaveSeatingPlanVersionRequest {
1112
1130
  /** A plan version to be saved */
1113
1131
  plan?: SeatingPlan$1;
@@ -1174,24 +1192,6 @@ interface RestoreSeatingPlanResponse {
1174
1192
  /** Seating Plan */
1175
1193
  plan?: SeatingPlan$1;
1176
1194
  }
1177
- interface UpdateSeatingPlanThumbnailRequest {
1178
- thumbnail: SeatingPlanThumbnail;
1179
- }
1180
- interface SeatingPlanThumbnail {
1181
- /** @readonly */
1182
- _id?: string | null;
1183
- img?: string | null;
1184
- }
1185
- interface UpdateSeatingPlanThumbnailResponse {
1186
- thumbnail?: SeatingPlanThumbnail;
1187
- }
1188
- interface GetSeatingPlanThumbnailRequest {
1189
- /** @readonly */
1190
- _id: string | null;
1191
- }
1192
- interface GetSeatingPlanThumbnailResponse {
1193
- thumbnail?: SeatingPlanThumbnail;
1194
- }
1195
1195
  interface SequencingNonNullableFields$1 {
1196
1196
  startAt: string;
1197
1197
  labels: string[];
@@ -1108,6 +1108,24 @@ declare enum WebhookIdentityType$1 {
1108
1108
  WIX_USER = "WIX_USER",
1109
1109
  APP = "APP"
1110
1110
  }
1111
+ interface UpdateSeatingPlanThumbnailRequest {
1112
+ thumbnail: SeatingPlanThumbnail;
1113
+ }
1114
+ interface SeatingPlanThumbnail {
1115
+ /** @readonly */
1116
+ _id?: string | null;
1117
+ img?: string | null;
1118
+ }
1119
+ interface UpdateSeatingPlanThumbnailResponse {
1120
+ thumbnail?: SeatingPlanThumbnail;
1121
+ }
1122
+ interface GetSeatingPlanThumbnailRequest {
1123
+ /** @readonly */
1124
+ _id: string | null;
1125
+ }
1126
+ interface GetSeatingPlanThumbnailResponse {
1127
+ thumbnail?: SeatingPlanThumbnail;
1128
+ }
1111
1129
  interface SaveSeatingPlanVersionRequest {
1112
1130
  /** A plan version to be saved */
1113
1131
  plan?: SeatingPlan$1;
@@ -1174,24 +1192,6 @@ interface RestoreSeatingPlanResponse {
1174
1192
  /** Seating Plan */
1175
1193
  plan?: SeatingPlan$1;
1176
1194
  }
1177
- interface UpdateSeatingPlanThumbnailRequest {
1178
- thumbnail: SeatingPlanThumbnail;
1179
- }
1180
- interface SeatingPlanThumbnail {
1181
- /** @readonly */
1182
- _id?: string | null;
1183
- img?: string | null;
1184
- }
1185
- interface UpdateSeatingPlanThumbnailResponse {
1186
- thumbnail?: SeatingPlanThumbnail;
1187
- }
1188
- interface GetSeatingPlanThumbnailRequest {
1189
- /** @readonly */
1190
- _id: string | null;
1191
- }
1192
- interface GetSeatingPlanThumbnailResponse {
1193
- thumbnail?: SeatingPlanThumbnail;
1194
- }
1195
1195
  interface SequencingNonNullableFields$1 {
1196
1196
  startAt: string;
1197
1197
  labels: string[];