@wix/auto_sdk_bookings_services 1.0.127 → 1.0.128
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-CxAxq7CY.d.ts → bookings-services-v2-service-services.universal-B6t2dBMg.d.ts} +28 -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 +15 -1
- package/build/es/{bookings-services-v2-service-services.universal-CxAxq7CY.d.mts → bookings-services-v2-service-services.universal-B6t2dBMg.d.mts} +28 -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 +15 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-CxAxq7CY.d.ts → bookings-services-v2-service-services.universal-B6t2dBMg.d.ts} +28 -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 +15 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-CxAxq7CY.d.mts → bookings-services-v2-service-services.universal-B6t2dBMg.d.mts} +28 -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 +15 -1
- package/package.json +2 -2
|
@@ -1691,6 +1691,12 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1691
1691
|
WebhookIdentityType2["APP"] = "APP";
|
|
1692
1692
|
return WebhookIdentityType2;
|
|
1693
1693
|
})(WebhookIdentityType || {});
|
|
1694
|
+
var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
|
|
1695
|
+
TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS_TYPE"] = "UNKNOWN_TAXABLE_ADDRESS_TYPE";
|
|
1696
|
+
TaxableAddressType2["BUSINESS"] = "BUSINESS";
|
|
1697
|
+
TaxableAddressType2["BILLING"] = "BILLING";
|
|
1698
|
+
return TaxableAddressType2;
|
|
1699
|
+
})(TaxableAddressType || {});
|
|
1694
1700
|
var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
|
|
1695
1701
|
V2RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
1696
1702
|
V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
|
|
@@ -3626,6 +3632,7 @@ export {
|
|
|
3626
3632
|
SortType,
|
|
3627
3633
|
SortingMethodType,
|
|
3628
3634
|
Status,
|
|
3635
|
+
TaxableAddressType,
|
|
3629
3636
|
V2RequestedFields,
|
|
3630
3637
|
WebhookIdentityType,
|
|
3631
3638
|
bulkCreateServices4 as bulkCreateServices,
|