@wix/auto_sdk_bookings_booking-policies 1.0.51 → 1.0.53
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.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +7 -2
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -2
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -2
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +7 -2
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1171,10 +1171,12 @@ declare enum Namespace {
|
|
|
1171
1171
|
/** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
1172
1172
|
STANDALONE_EVENTS = "STANDALONE_EVENTS",
|
|
1173
1173
|
/** MIMIR - Siteless account for MIMIR Ai Job runner. */
|
|
1174
|
-
MIMIR = "MIMIR"
|
|
1174
|
+
MIMIR = "MIMIR",
|
|
1175
|
+
/** Wix Twins platform. */
|
|
1176
|
+
TWINS = "TWINS"
|
|
1175
1177
|
}
|
|
1176
1178
|
/** @enumType */
|
|
1177
|
-
type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR';
|
|
1179
|
+
type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS';
|
|
1178
1180
|
/** Site transferred to another user. */
|
|
1179
1181
|
interface SiteTransferred {
|
|
1180
1182
|
/**
|
|
@@ -1436,6 +1438,7 @@ declare enum WebhookIdentityType {
|
|
|
1436
1438
|
}
|
|
1437
1439
|
/** @enumType */
|
|
1438
1440
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
1441
|
+
/** @docsIgnore */
|
|
1439
1442
|
type CreateBookingPolicyValidationErrors = {
|
|
1440
1443
|
ruleName?: 'BOTH_LATE_AND_AFTER_START_POLICIES_NOT_ALLOWED';
|
|
1441
1444
|
} | {
|
|
@@ -1449,6 +1452,7 @@ type CreateBookingPolicyValidationErrors = {
|
|
|
1449
1452
|
} | {
|
|
1450
1453
|
ruleName?: 'EMPTY_CANCELLATION_WINDOWS_LIST';
|
|
1451
1454
|
};
|
|
1455
|
+
/** @docsIgnore */
|
|
1452
1456
|
type UpdateBookingPolicyValidationErrors = {
|
|
1453
1457
|
ruleName?: 'BOTH_LATE_AND_AFTER_START_POLICIES_NOT_ALLOWED';
|
|
1454
1458
|
} | {
|
|
@@ -1462,6 +1466,7 @@ type UpdateBookingPolicyValidationErrors = {
|
|
|
1462
1466
|
} | {
|
|
1463
1467
|
ruleName?: 'EMPTY_CANCELLATION_WINDOWS_LIST';
|
|
1464
1468
|
};
|
|
1469
|
+
/** @docsIgnore */
|
|
1465
1470
|
type DeleteBookingPolicyApplicationErrors = {
|
|
1466
1471
|
code?: 'DEFAULT_POLICY_CANNOT_BE_DELETED';
|
|
1467
1472
|
description?: string;
|
|
@@ -345,6 +345,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
345
345
|
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
346
346
|
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
347
347
|
Namespace2["MIMIR"] = "MIMIR";
|
|
348
|
+
Namespace2["TWINS"] = "TWINS";
|
|
348
349
|
return Namespace2;
|
|
349
350
|
})(Namespace || {});
|
|
350
351
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|