@wix/auto_sdk_bookings_services 1.0.127 → 1.0.129
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-CFIqn_c5.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-CFIqn_c5.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-CFIqn_c5.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-CFIqn_c5.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
|
@@ -47,6 +47,7 @@ __export(index_exports, {
|
|
|
47
47
|
SortType: () => SortType,
|
|
48
48
|
SortingMethodType: () => SortingMethodType,
|
|
49
49
|
Status: () => Status,
|
|
50
|
+
TaxableAddressType: () => TaxableAddressType,
|
|
50
51
|
V2RequestedFields: () => V2RequestedFields,
|
|
51
52
|
WebhookIdentityType: () => WebhookIdentityType,
|
|
52
53
|
bulkCreateServices: () => bulkCreateServices4,
|
|
@@ -1764,6 +1765,12 @@ var SortingMethodType = /* @__PURE__ */ ((SortingMethodType2) => {
|
|
|
1764
1765
|
SortingMethodType2["CUSTOM"] = "CUSTOM";
|
|
1765
1766
|
return SortingMethodType2;
|
|
1766
1767
|
})(SortingMethodType || {});
|
|
1768
|
+
var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
|
|
1769
|
+
TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS_TYPE"] = "UNKNOWN_TAXABLE_ADDRESS_TYPE";
|
|
1770
|
+
TaxableAddressType2["BUSINESS"] = "BUSINESS";
|
|
1771
|
+
TaxableAddressType2["BILLING"] = "BILLING";
|
|
1772
|
+
return TaxableAddressType2;
|
|
1773
|
+
})(TaxableAddressType || {});
|
|
1767
1774
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1768
1775
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1769
1776
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -3708,6 +3715,7 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
3708
3715
|
SortType,
|
|
3709
3716
|
SortingMethodType,
|
|
3710
3717
|
Status,
|
|
3718
|
+
TaxableAddressType,
|
|
3711
3719
|
V2RequestedFields,
|
|
3712
3720
|
WebhookIdentityType,
|
|
3713
3721
|
bulkCreateServices,
|