@wix/table-reservations 1.0.46 → 1.0.48
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.types.d.ts +5 -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 +5 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.http.js +31 -2
- package/build/cjs/src/table-reservations-v1-reservation.http.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.public.d.ts +2 -2
- package/build/cjs/src/table-reservations-v1-reservation.public.js +3 -1
- package/build/cjs/src/table-reservations-v1-reservation.public.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.types.d.ts +115 -3
- package/build/cjs/src/table-reservations-v1-reservation.types.js +22 -1
- package/build/cjs/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.universal.d.ts +115 -3
- package/build/cjs/src/table-reservations-v1-reservation.universal.js +22 -1
- package/build/cjs/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.http.d.ts +2 -0
- package/build/cjs/src/table-reservations-v1-time-slot.http.js +2 -0
- package/build/cjs/src/table-reservations-v1-time-slot.http.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.universal.d.ts +2 -0
- package/build/cjs/src/table-reservations-v1-time-slot.universal.js +2 -0
- package/build/cjs/src/table-reservations-v1-time-slot.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.types.d.ts +5 -1
- 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 +5 -1
- package/build/es/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.http.js +31 -2
- package/build/es/src/table-reservations-v1-reservation.http.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.public.d.ts +2 -2
- package/build/es/src/table-reservations-v1-reservation.public.js +1 -1
- package/build/es/src/table-reservations-v1-reservation.public.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.types.d.ts +115 -3
- package/build/es/src/table-reservations-v1-reservation.types.js +21 -0
- package/build/es/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.universal.d.ts +115 -3
- package/build/es/src/table-reservations-v1-reservation.universal.js +21 -0
- package/build/es/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-time-slot.http.d.ts +2 -0
- package/build/es/src/table-reservations-v1-time-slot.http.js +2 -0
- package/build/es/src/table-reservations-v1-time-slot.http.js.map +1 -1
- package/build/es/src/table-reservations-v1-time-slot.universal.d.ts +2 -0
- package/build/es/src/table-reservations-v1-time-slot.universal.js +2 -0
- package/build/es/src/table-reservations-v1-time-slot.universal.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.48",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
-
"falconPackageHash": "
|
|
32
|
+
"falconPackageHash": "22d28c6e20e105b1abce9ff1bba19597a8ae692de1c19ccebd44457e"
|
|
33
33
|
}
|