@wix/table-reservations 1.0.72 → 1.0.74
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/src/table-reservations-v1-reservation-location.context.js +8 -4
- package/build/cjs/src/table-reservations-v1-reservation-location.context.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.http.d.ts +4 -5
- package/build/cjs/src/table-reservations-v1-reservation-location.http.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.public.d.ts +2 -2
- package/build/cjs/src/table-reservations-v1-reservation-location.public.js +4 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.public.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.types.d.ts +264 -0
- package/build/cjs/src/table-reservations-v1-reservation-location.types.js +25 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.d.ts +269 -0
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js +25 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.context.js +16 -8
- package/build/cjs/src/table-reservations-v1-reservation.context.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.http.d.ts +8 -9
- package/build/cjs/src/table-reservations-v1-reservation.http.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.context.js +2 -1
- package/build/cjs/src/table-reservations-v1-time-slot.context.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.http.d.ts +1 -2
- package/build/cjs/src/table-reservations-v1-time-slot.http.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.context.js +8 -4
- package/build/es/src/table-reservations-v1-reservation-location.context.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.http.d.ts +4 -5
- package/build/es/src/table-reservations-v1-reservation-location.http.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.public.d.ts +2 -2
- package/build/es/src/table-reservations-v1-reservation-location.public.js +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.public.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.types.d.ts +264 -0
- package/build/es/src/table-reservations-v1-reservation-location.types.js +24 -0
- package/build/es/src/table-reservations-v1-reservation-location.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.universal.d.ts +269 -0
- package/build/es/src/table-reservations-v1-reservation-location.universal.js +24 -0
- package/build/es/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.context.js +16 -8
- package/build/es/src/table-reservations-v1-reservation.context.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.http.d.ts +8 -9
- package/build/es/src/table-reservations-v1-reservation.http.js.map +1 -1
- package/build/es/src/table-reservations-v1-time-slot.context.js +2 -1
- package/build/es/src/table-reservations-v1-time-slot.context.js.map +1 -1
- package/build/es/src/table-reservations-v1-time-slot.http.d.ts +1 -2
- package/build/es/src/table-reservations-v1-time-slot.http.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.74",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"falconPackageHash": "
|
|
38
|
+
"falconPackageHash": "e4085379e97c283830562dc30e7c8e9056d04abf87f625efd6010fba"
|
|
39
39
|
}
|