@wix/bookings 1.0.108 → 1.0.109
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.d.ts +1 -1
- package/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/src/bookings-services-v2-service.types.d.ts +3 -3
- package/build/cjs/src/bookings-services-v2-service.universal.d.ts +2 -2
- package/build/es/index.d.ts +1 -1
- package/build/es/index.js +1 -1
- package/build/es/index.js.map +1 -1
- package/build/es/src/bookings-services-v2-service.types.d.ts +3 -3
- package/build/es/src/bookings-services-v2-service.universal.d.ts +2 -2
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export * as sessionsFeed from './src/bookings-calendar-v2-session-feed-event.public';
|
|
2
2
|
export * as resources from './src/bookings-catalog-v1-resource.public';
|
|
3
|
-
export * as sessionsView from './src/bookings-calendar-v2-session-view.public';
|
|
4
3
|
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.public';
|
|
5
4
|
export * as sessions from './src/bookings-calendar-v1-session.public';
|
|
6
5
|
export * as externalCalendars from './src/bookings-calendar-v2-external-calendar.public';
|
|
6
|
+
export * as sessionsView from './src/bookings-calendar-v2-session-view.public';
|
|
7
7
|
export * as serviceOptionsAndVariants from './src/bookings-catalog-v1-service-options-and-variants.public';
|
|
8
8
|
export * as extendedBookings from './src/bookings-reader-v2-extended-booking.public';
|
|
9
9
|
export * as services from './src/bookings-services-v2-service.public';
|
package/build/cjs/index.js
CHANGED
|
@@ -19,13 +19,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
19
19
|
return result;
|
|
20
20
|
};
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
-
exports.pricing = exports.bookings = exports.services = exports.extendedBookings = exports.serviceOptionsAndVariants = exports.
|
|
22
|
+
exports.pricing = exports.bookings = exports.services = exports.extendedBookings = exports.serviceOptionsAndVariants = exports.sessionsView = exports.externalCalendars = exports.sessions = exports.availabilityCalendar = exports.resources = exports.sessionsFeed = void 0;
|
|
23
23
|
exports.sessionsFeed = __importStar(require("./src/bookings-calendar-v2-session-feed-event.public"));
|
|
24
24
|
exports.resources = __importStar(require("./src/bookings-catalog-v1-resource.public"));
|
|
25
|
-
exports.sessionsView = __importStar(require("./src/bookings-calendar-v2-session-view.public"));
|
|
26
25
|
exports.availabilityCalendar = __importStar(require("./src/bookings-availability-v1-slot-availability.public"));
|
|
27
26
|
exports.sessions = __importStar(require("./src/bookings-calendar-v1-session.public"));
|
|
28
27
|
exports.externalCalendars = __importStar(require("./src/bookings-calendar-v2-external-calendar.public"));
|
|
28
|
+
exports.sessionsView = __importStar(require("./src/bookings-calendar-v2-session-view.public"));
|
|
29
29
|
exports.serviceOptionsAndVariants = __importStar(require("./src/bookings-catalog-v1-service-options-and-variants.public"));
|
|
30
30
|
exports.extendedBookings = __importStar(require("./src/bookings-reader-v2-extended-booking.public"));
|
|
31
31
|
exports.services = __importStar(require("./src/bookings-services-v2-service.public"));
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,uFAAuE;AACvE
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,uFAAuE;AACvE,gHAAgG;AAChG,sFAAsE;AACtE,yGAAyF;AACzF,+FAA+E;AAC/E,2HAA2G;AAC3G,qGAAqF;AACrF,sFAAsE;AACtE,6EAA6D;AAC7D,+EAA+D"}
|
|
@@ -328,14 +328,14 @@ export interface Conferencing {
|
|
|
328
328
|
enabled?: boolean | null;
|
|
329
329
|
}
|
|
330
330
|
export interface Location extends LocationOptionsOneOf {
|
|
331
|
-
/** The service is offered at the referenced business location. */
|
|
331
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
332
332
|
business?: BusinessLocationOptions;
|
|
333
333
|
/** The service is offered at a custom location. */
|
|
334
334
|
custom?: CustomLocationOptions;
|
|
335
335
|
/**
|
|
336
336
|
* The type of location:
|
|
337
337
|
* - `CUSTOM`: The location is specific to this service, and is not derived from the business location.
|
|
338
|
-
* - `BUSINESS`: A business location,
|
|
338
|
+
* - `BUSINESS`: A business location, either the default business address, or locations defined for the business by the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations).
|
|
339
339
|
* - `CUSTOMER`: Will be determined by the customer. For appointments only.
|
|
340
340
|
*/
|
|
341
341
|
type?: LocationType;
|
|
@@ -347,7 +347,7 @@ export interface Location extends LocationOptionsOneOf {
|
|
|
347
347
|
}
|
|
348
348
|
/** @oneof */
|
|
349
349
|
export interface LocationOptionsOneOf {
|
|
350
|
-
/** The service is offered at the referenced business location. */
|
|
350
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
351
351
|
business?: BusinessLocationOptions;
|
|
352
352
|
/** The service is offered at a custom location. */
|
|
353
353
|
custom?: CustomLocationOptions;
|
|
@@ -310,7 +310,7 @@ export interface Conferencing {
|
|
|
310
310
|
enabled?: boolean | null;
|
|
311
311
|
}
|
|
312
312
|
export interface Location extends LocationOptionsOneOf {
|
|
313
|
-
/** The service is offered at the referenced business location. */
|
|
313
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
314
314
|
business?: BusinessLocationOptions;
|
|
315
315
|
/** The service is offered at a custom location. */
|
|
316
316
|
custom?: CustomLocationOptions;
|
|
@@ -329,7 +329,7 @@ export interface Location extends LocationOptionsOneOf {
|
|
|
329
329
|
}
|
|
330
330
|
/** @oneof */
|
|
331
331
|
export interface LocationOptionsOneOf {
|
|
332
|
-
/** The service is offered at the referenced business location. */
|
|
332
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
333
333
|
business?: BusinessLocationOptions;
|
|
334
334
|
/** The service is offered at a custom location. */
|
|
335
335
|
custom?: CustomLocationOptions;
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export * as sessionsFeed from './src/bookings-calendar-v2-session-feed-event.public';
|
|
2
2
|
export * as resources from './src/bookings-catalog-v1-resource.public';
|
|
3
|
-
export * as sessionsView from './src/bookings-calendar-v2-session-view.public';
|
|
4
3
|
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.public';
|
|
5
4
|
export * as sessions from './src/bookings-calendar-v1-session.public';
|
|
6
5
|
export * as externalCalendars from './src/bookings-calendar-v2-external-calendar.public';
|
|
6
|
+
export * as sessionsView from './src/bookings-calendar-v2-session-view.public';
|
|
7
7
|
export * as serviceOptionsAndVariants from './src/bookings-catalog-v1-service-options-and-variants.public';
|
|
8
8
|
export * as extendedBookings from './src/bookings-reader-v2-extended-booking.public';
|
|
9
9
|
export * as services from './src/bookings-services-v2-service.public';
|
package/build/es/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export * as sessionsFeed from './src/bookings-calendar-v2-session-feed-event.public';
|
|
2
2
|
export * as resources from './src/bookings-catalog-v1-resource.public';
|
|
3
|
-
export * as sessionsView from './src/bookings-calendar-v2-session-view.public';
|
|
4
3
|
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.public';
|
|
5
4
|
export * as sessions from './src/bookings-calendar-v1-session.public';
|
|
6
5
|
export * as externalCalendars from './src/bookings-calendar-v2-external-calendar.public';
|
|
6
|
+
export * as sessionsView from './src/bookings-calendar-v2-session-view.public';
|
|
7
7
|
export * as serviceOptionsAndVariants from './src/bookings-catalog-v1-service-options-and-variants.public';
|
|
8
8
|
export * as extendedBookings from './src/bookings-reader-v2-extended-booking.public';
|
|
9
9
|
export * as services from './src/bookings-services-v2-service.public';
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,sDAAsD,CAAC;AACrF,OAAO,KAAK,SAAS,MAAM,2CAA2C,CAAC;AACvE,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,sDAAsD,CAAC;AACrF,OAAO,KAAK,SAAS,MAAM,2CAA2C,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,yDAAyD,CAAC;AAChG,OAAO,KAAK,QAAQ,MAAM,2CAA2C,CAAC;AACtE,OAAO,KAAK,iBAAiB,MAAM,qDAAqD,CAAC;AACzF,OAAO,KAAK,YAAY,MAAM,gDAAgD,CAAC;AAC/E,OAAO,KAAK,yBAAyB,MAAM,+DAA+D,CAAC;AAC3G,OAAO,KAAK,gBAAgB,MAAM,kDAAkD,CAAC;AACrF,OAAO,KAAK,QAAQ,MAAM,2CAA2C,CAAC;AACtE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,qCAAqC,CAAC"}
|
|
@@ -328,14 +328,14 @@ export interface Conferencing {
|
|
|
328
328
|
enabled?: boolean | null;
|
|
329
329
|
}
|
|
330
330
|
export interface Location extends LocationOptionsOneOf {
|
|
331
|
-
/** The service is offered at the referenced business location. */
|
|
331
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
332
332
|
business?: BusinessLocationOptions;
|
|
333
333
|
/** The service is offered at a custom location. */
|
|
334
334
|
custom?: CustomLocationOptions;
|
|
335
335
|
/**
|
|
336
336
|
* The type of location:
|
|
337
337
|
* - `CUSTOM`: The location is specific to this service, and is not derived from the business location.
|
|
338
|
-
* - `BUSINESS`: A business location,
|
|
338
|
+
* - `BUSINESS`: A business location, either the default business address, or locations defined for the business by the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations).
|
|
339
339
|
* - `CUSTOMER`: Will be determined by the customer. For appointments only.
|
|
340
340
|
*/
|
|
341
341
|
type?: LocationType;
|
|
@@ -347,7 +347,7 @@ export interface Location extends LocationOptionsOneOf {
|
|
|
347
347
|
}
|
|
348
348
|
/** @oneof */
|
|
349
349
|
export interface LocationOptionsOneOf {
|
|
350
|
-
/** The service is offered at the referenced business location. */
|
|
350
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
351
351
|
business?: BusinessLocationOptions;
|
|
352
352
|
/** The service is offered at a custom location. */
|
|
353
353
|
custom?: CustomLocationOptions;
|
|
@@ -310,7 +310,7 @@ export interface Conferencing {
|
|
|
310
310
|
enabled?: boolean | null;
|
|
311
311
|
}
|
|
312
312
|
export interface Location extends LocationOptionsOneOf {
|
|
313
|
-
/** The service is offered at the referenced business location. */
|
|
313
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
314
314
|
business?: BusinessLocationOptions;
|
|
315
315
|
/** The service is offered at a custom location. */
|
|
316
316
|
custom?: CustomLocationOptions;
|
|
@@ -329,7 +329,7 @@ export interface Location extends LocationOptionsOneOf {
|
|
|
329
329
|
}
|
|
330
330
|
/** @oneof */
|
|
331
331
|
export interface LocationOptionsOneOf {
|
|
332
|
-
/** The service is offered at the referenced business location. */
|
|
332
|
+
/** The service is offered at the referenced business location, the location has to reference a location from the Business Info [Locations API](https://dev.wix.com/api/rest/business-info/locations). */
|
|
333
333
|
business?: BusinessLocationOptions;
|
|
334
334
|
/** The service is offered at a custom location. */
|
|
335
335
|
custom?: CustomLocationOptions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.109",
|
|
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": "0632cf01f2296e5e80f1c0e8529ce1c77b70b91e471de341b553d053"
|
|
37
37
|
}
|