@wix/auto_sdk_bookings_services 1.0.93 → 1.0.94
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/{bookings-services-v2-service-services.universal-C8m36LwQ.d.ts → bookings-services-v2-service-services.universal-B9l6E1vP.d.ts} +27 -12
- package/build/cjs/index.d.ts +14 -14
- package/build/cjs/index.js +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +8 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +16 -1
- package/build/es/{bookings-services-v2-service-services.universal-C8m36LwQ.d.mts → bookings-services-v2-service-services.universal-B9l6E1vP.d.mts} +27 -12
- package/build/es/index.d.mts +14 -14
- package/build/es/index.mjs +7 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +7 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +16 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-C8m36LwQ.d.ts → bookings-services-v2-service-services.universal-B9l6E1vP.d.ts} +27 -12
- package/build/internal/cjs/index.d.ts +14 -14
- package/build/internal/cjs/index.js +8 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +8 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +16 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-C8m36LwQ.d.mts → bookings-services-v2-service-services.universal-B9l6E1vP.d.mts} +27 -12
- package/build/internal/es/index.d.mts +14 -14
- package/build/internal/es/index.mjs +7 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +7 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +16 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bG as CreateAddOnGroupRequest$1, a as CreateAddOnGroupResponse$1, bH as DeleteAddOnGroupRequest$1, bI as DeleteAddOnGroupResponse$1, bJ as UpdateAddOnGroupRequest$1, c as UpdateAddOnGroupResponse$1, bK as ListAddOnGroupsByServiceIdRequest$1, e as ListAddOnGroupsByServiceIdResponse$1, bO as SetAddOnsForGroupRequest$1, f as SetAddOnsForGroupResponse$1, bP as CreateServiceRequest$1, bQ as CreateServiceResponse$1, bU as BulkCreateServicesRequest$1, j as BulkCreateServicesResponse$1, bZ as GetServiceRequest$1, b_ as GetServiceResponse$1, c3 as UpdateServiceRequest$1, c4 as UpdateServiceResponse$1, c5 as BulkUpdateServicesRequest$1, n as BulkUpdateServicesResponse$1, c7 as BulkUpdateServicesByFilterRequest$1, p as BulkUpdateServicesByFilterResponse$1, c8 as DeleteServiceRequest$1, ca as DeleteServiceResponse$1, cb as BulkDeleteServicesRequest$1, s as BulkDeleteServicesResponse$1, cc as BulkDeleteServicesByFilterRequest$1, u as BulkDeleteServicesByFilterResponse$1, cd as QueryServicesRequest$1, cj as QueryServicesResponse$1, cm as SearchServicesRequest$1, x as SearchServicesResponse$1, c_ as QueryPoliciesRequest$1, Q as QueryPoliciesResponse$1, d1 as QueryBookingFormsRequest$1, E as QueryBookingFormsResponse$1, d5 as CountServicesRequest$1, H as CountServicesResponse$1, d6 as QueryLocationsRequest$1, J as QueryLocationsResponse$1, db as QueryCategoriesRequest$1, M as QueryCategoriesResponse$1, df as SetServiceLocationsRequest$1, P as SetServiceLocationsResponse$1, dj as EnablePricingPlansForServiceRequest$1, R as EnablePricingPlansForServiceResponse$1, dl as DisablePricingPlansForServiceRequest$1, W as DisablePricingPlansForServiceResponse$1, dm as SetCustomSlugRequest$1, Z as SetCustomSlugResponse$1, dn as ValidateSlugRequest$1, a1 as ValidateSlugResponse$1, dp as CloneServiceRequest$1, a2 as CloneServiceResponse$1 } from './bookings-services-v2-service-services.universal-B9l6E1vP.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** The `service` object represents an offering that a business provides to its customers. */
|
|
@@ -254,6 +254,11 @@ interface Payment extends PaymentRateOneOf {
|
|
|
254
254
|
* @format GUID
|
|
255
255
|
*/
|
|
256
256
|
pricingPlanIds?: string[];
|
|
257
|
+
/**
|
|
258
|
+
* How customers can pay for add-ons when paying for the related booking with a pricing plan ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/pricing-plans/introduction)).
|
|
259
|
+
* If customers pay for the booking using any method other than a pricing plan, the value of this field is ignored.
|
|
260
|
+
*/
|
|
261
|
+
addOnOption?: AddOnPaymentOptionsWithLiterals;
|
|
257
262
|
}
|
|
258
263
|
/** @oneof */
|
|
259
264
|
interface PaymentRateOneOf {
|
|
@@ -1118,6 +1123,16 @@ interface AddOnGroup {
|
|
|
1118
1123
|
*/
|
|
1119
1124
|
prompt?: string | null;
|
|
1120
1125
|
}
|
|
1126
|
+
declare enum AddOnPaymentOptions {
|
|
1127
|
+
/** There is no information about how customers are required to pay for add-ons when the booking is paid for with a pricing plan. */
|
|
1128
|
+
UNKNOWN_ADD_ON_PAYMENT_OPTIONS = "UNKNOWN_ADD_ON_PAYMENT_OPTIONS",
|
|
1129
|
+
/** Customers are required to pay online for add-ons when the booking is paid for with a pricing plan. */
|
|
1130
|
+
ONLINE = "ONLINE",
|
|
1131
|
+
/** Customers are required to pay in person for add-ons when the booking is paid for with a pricing plan. */
|
|
1132
|
+
IN_PERSON = "IN_PERSON"
|
|
1133
|
+
}
|
|
1134
|
+
/** @enumType */
|
|
1135
|
+
type AddOnPaymentOptionsWithLiterals = AddOnPaymentOptions | 'UNKNOWN_ADD_ON_PAYMENT_OPTIONS' | 'ONLINE' | 'IN_PERSON';
|
|
1121
1136
|
interface CreateAddOnGroupRequest {
|
|
1122
1137
|
/** AddOnGroup to create. */
|
|
1123
1138
|
addOnGroup: AddOnGroup;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_bookings_services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.94",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.bookings.services.v2.service"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "6df8957cd4b1bb5b00cd0454fc73e5832e7da5a53386abef027b7791"
|
|
54
54
|
}
|