@wix/auto_sdk_bookings_services 1.0.126 → 1.0.127
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-B6t2dBMg.d.ts → bookings-services-v2-service-services.universal-CxAxq7CY.d.ts} +12 -28
- package/build/cjs/index.d.ts +14 -14
- package/build/cjs/index.js +0 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +0 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -15
- package/build/es/{bookings-services-v2-service-services.universal-B6t2dBMg.d.mts → bookings-services-v2-service-services.universal-CxAxq7CY.d.mts} +12 -28
- package/build/es/index.d.mts +14 -14
- package/build/es/index.mjs +0 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +0 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -15
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-B6t2dBMg.d.ts → bookings-services-v2-service-services.universal-CxAxq7CY.d.ts} +12 -28
- package/build/internal/cjs/index.d.ts +14 -14
- package/build/internal/cjs/index.js +0 -8
- 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 +0 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -15
- package/build/internal/es/{bookings-services-v2-service-services.universal-B6t2dBMg.d.mts → bookings-services-v2-service-services.universal-CxAxq7CY.d.mts} +12 -28
- package/build/internal/es/index.d.mts +14 -14
- package/build/internal/es/index.mjs +0 -7
- 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 +0 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -15
- package/package.json +2 -2
|
@@ -47,7 +47,6 @@ __export(index_exports, {
|
|
|
47
47
|
SortType: () => SortType,
|
|
48
48
|
SortingMethodType: () => SortingMethodType,
|
|
49
49
|
Status: () => Status,
|
|
50
|
-
TaxableAddressType: () => TaxableAddressType,
|
|
51
50
|
V2RequestedFields: () => V2RequestedFields,
|
|
52
51
|
WebhookIdentityType: () => WebhookIdentityType,
|
|
53
52
|
bulkCreateServices: () => bulkCreateServices4,
|
|
@@ -1773,12 +1772,6 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1773
1772
|
WebhookIdentityType2["APP"] = "APP";
|
|
1774
1773
|
return WebhookIdentityType2;
|
|
1775
1774
|
})(WebhookIdentityType || {});
|
|
1776
|
-
var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
|
|
1777
|
-
TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS_TYPE"] = "UNKNOWN_TAXABLE_ADDRESS_TYPE";
|
|
1778
|
-
TaxableAddressType2["BUSINESS"] = "BUSINESS";
|
|
1779
|
-
TaxableAddressType2["BILLING"] = "BILLING";
|
|
1780
|
-
return TaxableAddressType2;
|
|
1781
|
-
})(TaxableAddressType || {});
|
|
1782
1775
|
var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
|
|
1783
1776
|
V2RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
1784
1777
|
V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
|
|
@@ -3715,7 +3708,6 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
3715
3708
|
SortType,
|
|
3716
3709
|
SortingMethodType,
|
|
3717
3710
|
Status,
|
|
3718
|
-
TaxableAddressType,
|
|
3719
3711
|
V2RequestedFields,
|
|
3720
3712
|
WebhookIdentityType,
|
|
3721
3713
|
bulkCreateServices,
|