@wix/bookings 1.0.102 → 1.0.103
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/bookings-reader-v2-extended-booking.types.d.ts +2 -2
- package/build/cjs/src/bookings-reader-v2-extended-booking.universal.d.ts +2 -2
- package/build/cjs/src/bookings-v2-booking.types.d.ts +2 -2
- package/build/cjs/src/bookings-v2-booking.universal.d.ts +2 -2
- package/build/cjs/src/bookings-v2-price-info.types.d.ts +2 -2
- package/build/cjs/src/bookings-v2-price-info.universal.d.ts +2 -2
- package/build/es/src/bookings-reader-v2-extended-booking.types.d.ts +2 -2
- package/build/es/src/bookings-reader-v2-extended-booking.universal.d.ts +2 -2
- package/build/es/src/bookings-v2-booking.types.d.ts +2 -2
- package/build/es/src/bookings-v2-booking.universal.d.ts +2 -2
- package/build/es/src/bookings-v2-price-info.types.d.ts +2 -2
- package/build/es/src/bookings-v2-price-info.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -166,12 +166,12 @@ export interface BookedSlot {
|
|
|
166
166
|
scheduleId?: string;
|
|
167
167
|
/**
|
|
168
168
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
169
|
-
* format.
|
|
169
|
+
* format.
|
|
170
170
|
*/
|
|
171
171
|
startDate?: string | null;
|
|
172
172
|
/**
|
|
173
173
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
174
|
-
* format.
|
|
174
|
+
* format.
|
|
175
175
|
*/
|
|
176
176
|
endDate?: string | null;
|
|
177
177
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -172,12 +172,12 @@ export interface BookedSlot {
|
|
|
172
172
|
scheduleId?: string;
|
|
173
173
|
/**
|
|
174
174
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
175
|
-
* format.
|
|
175
|
+
* format.
|
|
176
176
|
*/
|
|
177
177
|
startDate?: string | null;
|
|
178
178
|
/**
|
|
179
179
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
180
|
-
* format.
|
|
180
|
+
* format.
|
|
181
181
|
*/
|
|
182
182
|
endDate?: string | null;
|
|
183
183
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -146,12 +146,12 @@ export interface BookedSlot {
|
|
|
146
146
|
scheduleId?: string;
|
|
147
147
|
/**
|
|
148
148
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
149
|
-
* format.
|
|
149
|
+
* format.
|
|
150
150
|
*/
|
|
151
151
|
startDate?: string | null;
|
|
152
152
|
/**
|
|
153
153
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
154
|
-
* format.
|
|
154
|
+
* format.
|
|
155
155
|
*/
|
|
156
156
|
endDate?: string | null;
|
|
157
157
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -150,12 +150,12 @@ export interface BookedSlot {
|
|
|
150
150
|
scheduleId?: string;
|
|
151
151
|
/**
|
|
152
152
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
153
|
-
* format.
|
|
153
|
+
* format.
|
|
154
154
|
*/
|
|
155
155
|
startDate?: string | null;
|
|
156
156
|
/**
|
|
157
157
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
158
|
-
* format.
|
|
158
|
+
* format.
|
|
159
159
|
*/
|
|
160
160
|
endDate?: string | null;
|
|
161
161
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -250,12 +250,12 @@ export interface BookedSlot {
|
|
|
250
250
|
scheduleId?: string;
|
|
251
251
|
/**
|
|
252
252
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
253
|
-
* format.
|
|
253
|
+
* format.
|
|
254
254
|
*/
|
|
255
255
|
startDate?: string | null;
|
|
256
256
|
/**
|
|
257
257
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
258
|
-
* format.
|
|
258
|
+
* format.
|
|
259
259
|
*/
|
|
260
260
|
endDate?: string | null;
|
|
261
261
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -256,12 +256,12 @@ export interface BookedSlot {
|
|
|
256
256
|
scheduleId?: string;
|
|
257
257
|
/**
|
|
258
258
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
259
|
-
* format.
|
|
259
|
+
* format.
|
|
260
260
|
*/
|
|
261
261
|
startDate?: string | null;
|
|
262
262
|
/**
|
|
263
263
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
264
|
-
* format.
|
|
264
|
+
* format.
|
|
265
265
|
*/
|
|
266
266
|
endDate?: string | null;
|
|
267
267
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -166,12 +166,12 @@ export interface BookedSlot {
|
|
|
166
166
|
scheduleId?: string;
|
|
167
167
|
/**
|
|
168
168
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
169
|
-
* format.
|
|
169
|
+
* format.
|
|
170
170
|
*/
|
|
171
171
|
startDate?: string | null;
|
|
172
172
|
/**
|
|
173
173
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
174
|
-
* format.
|
|
174
|
+
* format.
|
|
175
175
|
*/
|
|
176
176
|
endDate?: string | null;
|
|
177
177
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -172,12 +172,12 @@ export interface BookedSlot {
|
|
|
172
172
|
scheduleId?: string;
|
|
173
173
|
/**
|
|
174
174
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
175
|
-
* format.
|
|
175
|
+
* format.
|
|
176
176
|
*/
|
|
177
177
|
startDate?: string | null;
|
|
178
178
|
/**
|
|
179
179
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
180
|
-
* format.
|
|
180
|
+
* format.
|
|
181
181
|
*/
|
|
182
182
|
endDate?: string | null;
|
|
183
183
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -146,12 +146,12 @@ export interface BookedSlot {
|
|
|
146
146
|
scheduleId?: string;
|
|
147
147
|
/**
|
|
148
148
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
149
|
-
* format.
|
|
149
|
+
* format.
|
|
150
150
|
*/
|
|
151
151
|
startDate?: string | null;
|
|
152
152
|
/**
|
|
153
153
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
154
|
-
* format.
|
|
154
|
+
* format.
|
|
155
155
|
*/
|
|
156
156
|
endDate?: string | null;
|
|
157
157
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -150,12 +150,12 @@ export interface BookedSlot {
|
|
|
150
150
|
scheduleId?: string;
|
|
151
151
|
/**
|
|
152
152
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
153
|
-
* format.
|
|
153
|
+
* format.
|
|
154
154
|
*/
|
|
155
155
|
startDate?: string | null;
|
|
156
156
|
/**
|
|
157
157
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
158
|
-
* format.
|
|
158
|
+
* format.
|
|
159
159
|
*/
|
|
160
160
|
endDate?: string | null;
|
|
161
161
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -250,12 +250,12 @@ export interface BookedSlot {
|
|
|
250
250
|
scheduleId?: string;
|
|
251
251
|
/**
|
|
252
252
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
253
|
-
* format.
|
|
253
|
+
* format.
|
|
254
254
|
*/
|
|
255
255
|
startDate?: string | null;
|
|
256
256
|
/**
|
|
257
257
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
258
|
-
* format.
|
|
258
|
+
* format.
|
|
259
259
|
*/
|
|
260
260
|
endDate?: string | null;
|
|
261
261
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
|
@@ -256,12 +256,12 @@ export interface BookedSlot {
|
|
|
256
256
|
scheduleId?: string;
|
|
257
257
|
/**
|
|
258
258
|
* The start time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
259
|
-
* format.
|
|
259
|
+
* format.
|
|
260
260
|
*/
|
|
261
261
|
startDate?: string | null;
|
|
262
262
|
/**
|
|
263
263
|
* The end time of this slot in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339)
|
|
264
|
-
* format.
|
|
264
|
+
* format.
|
|
265
265
|
*/
|
|
266
266
|
endDate?: string | null;
|
|
267
267
|
/** The timezone according to which the slot was shown to the user when booking, and should be shown in future. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.103",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "a3bdf7d364aa23da25c705bfab546f3a8a7c047ec17b288f43ee27c4"
|
|
37
37
|
}
|