@wix/table-reservations 1.0.32 → 1.0.34
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 +5 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +5 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +5 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.meta.d.ts +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.meta.js +5 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.meta.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.public.d.ts +11 -11
- package/build/cjs/src/table-reservations-v1-reservation-location.types.d.ts +36 -11
- package/build/cjs/src/table-reservations-v1-reservation-location.types.js +112 -112
- package/build/cjs/src/table-reservations-v1-reservation-location.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.d.ts +37 -13
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js +117 -113
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.meta.d.ts +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.meta.js +5 -1
- package/build/cjs/src/table-reservations-v1-reservation.meta.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.public.d.ts +5 -5
- package/build/cjs/src/table-reservations-v1-reservation.types.d.ts +18 -6
- package/build/cjs/src/table-reservations-v1-reservation.types.js +43 -43
- package/build/cjs/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.universal.d.ts +18 -7
- package/build/cjs/src/table-reservations-v1-reservation.universal.js +48 -44
- package/build/cjs/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.meta.d.ts +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.meta.js +5 -1
- package/build/cjs/src/table-reservations-v1-time-slot.meta.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.public.d.ts +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.types.d.ts +12 -4
- package/build/cjs/src/table-reservations-v1-time-slot.types.js +28 -28
- package/build/cjs/src/table-reservations-v1-time-slot.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-time-slot.universal.d.ts +12 -4
- package/build/cjs/src/table-reservations-v1-time-slot.universal.js +33 -29
- package/build/cjs/src/table-reservations-v1-time-slot.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.meta.d.ts +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.public.d.ts +11 -11
- package/build/es/src/table-reservations-v1-reservation-location.types.d.ts +36 -11
- package/build/es/src/table-reservations-v1-reservation-location.types.js +123 -112
- package/build/es/src/table-reservations-v1-reservation-location.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation-location.universal.d.ts +37 -13
- package/build/es/src/table-reservations-v1-reservation-location.universal.js +123 -112
- package/build/es/src/table-reservations-v1-reservation-location.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.meta.d.ts +1 -1
- package/build/es/src/table-reservations-v1-reservation.public.d.ts +5 -5
- package/build/es/src/table-reservations-v1-reservation.types.d.ts +18 -6
- package/build/es/src/table-reservations-v1-reservation.types.js +49 -43
- package/build/es/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.universal.d.ts +18 -7
- package/build/es/src/table-reservations-v1-reservation.universal.js +49 -43
- package/build/es/src/table-reservations-v1-reservation.universal.js.map +1 -1
- package/build/es/src/table-reservations-v1-time-slot.meta.d.ts +1 -1
- package/build/es/src/table-reservations-v1-time-slot.public.d.ts +1 -1
- package/build/es/src/table-reservations-v1-time-slot.types.d.ts +12 -4
- package/build/es/src/table-reservations-v1-time-slot.types.js +32 -28
- package/build/es/src/table-reservations-v1-time-slot.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-time-slot.universal.d.ts +12 -4
- package/build/es/src/table-reservations-v1-time-slot.universal.js +32 -28
- package/build/es/src/table-reservations-v1-time-slot.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,154 +1,165 @@
|
|
|
1
1
|
/** Enumerates the days of the week. */
|
|
2
|
-
|
|
3
|
-
(function (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
})(
|
|
12
|
-
export
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
var DayOfWeekEnum;
|
|
3
|
+
(function (DayOfWeekEnum) {
|
|
4
|
+
DayOfWeekEnum["MONDAY"] = "MONDAY";
|
|
5
|
+
DayOfWeekEnum["TUESDAY"] = "TUESDAY";
|
|
6
|
+
DayOfWeekEnum["WEDNESDAY"] = "WEDNESDAY";
|
|
7
|
+
DayOfWeekEnum["THURSDAY"] = "THURSDAY";
|
|
8
|
+
DayOfWeekEnum["FRIDAY"] = "FRIDAY";
|
|
9
|
+
DayOfWeekEnum["SATURDAY"] = "SATURDAY";
|
|
10
|
+
DayOfWeekEnum["SUNDAY"] = "SUNDAY";
|
|
11
|
+
})(DayOfWeekEnum || (DayOfWeekEnum = {}));
|
|
12
|
+
export { DayOfWeekEnum as DayOfWeek };
|
|
13
|
+
var UnitEnum;
|
|
14
|
+
(function (UnitEnum) {
|
|
15
|
+
UnitEnum["UNKNOWN"] = "UNKNOWN";
|
|
16
|
+
UnitEnum["MINUTES"] = "MINUTES";
|
|
17
|
+
UnitEnum["HOURS"] = "HOURS";
|
|
18
|
+
UnitEnum["DAYS"] = "DAYS";
|
|
19
|
+
})(UnitEnum || (UnitEnum = {}));
|
|
20
|
+
export { UnitEnum as Unit };
|
|
19
21
|
/** Type of the field. */
|
|
20
|
-
|
|
21
|
-
(function (
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
})(
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
(
|
|
22
|
+
var FieldTypeEnum;
|
|
23
|
+
(function (FieldTypeEnum) {
|
|
24
|
+
FieldTypeEnum["UNKNOWN"] = "UNKNOWN";
|
|
25
|
+
FieldTypeEnum["TABLE"] = "TABLE";
|
|
26
|
+
FieldTypeEnum["START_DATE"] = "START_DATE";
|
|
27
|
+
FieldTypeEnum["END_DATE"] = "END_DATE";
|
|
28
|
+
FieldTypeEnum["CREATED_DATE"] = "CREATED_DATE";
|
|
29
|
+
FieldTypeEnum["UPDATED_DATE"] = "UPDATED_DATE";
|
|
30
|
+
FieldTypeEnum["PARTY_SIZE"] = "PARTY_SIZE";
|
|
31
|
+
FieldTypeEnum["FIRST_NAME"] = "FIRST_NAME";
|
|
32
|
+
FieldTypeEnum["LAST_NAME"] = "LAST_NAME";
|
|
33
|
+
FieldTypeEnum["EMAIL"] = "EMAIL";
|
|
34
|
+
FieldTypeEnum["PHONE"] = "PHONE";
|
|
35
|
+
FieldTypeEnum["ADDITIONAL_INFO"] = "ADDITIONAL_INFO";
|
|
36
|
+
FieldTypeEnum["TEAM_MESSAGE"] = "TEAM_MESSAGE";
|
|
37
|
+
FieldTypeEnum["CUSTOM_FIELD"] = "CUSTOM_FIELD";
|
|
38
|
+
FieldTypeEnum["STATUS"] = "STATUS";
|
|
39
|
+
})(FieldTypeEnum || (FieldTypeEnum = {}));
|
|
40
|
+
export { FieldTypeEnum as FieldType };
|
|
41
|
+
var SetEnum;
|
|
42
|
+
(function (SetEnum) {
|
|
43
|
+
SetEnum["PUBLIC"] = "PUBLIC";
|
|
44
|
+
SetEnum["FULL"] = "FULL";
|
|
45
|
+
})(SetEnum || (SetEnum = {}));
|
|
46
|
+
export { SetEnum as Set };
|
|
47
|
+
var SortOrderEnum;
|
|
48
|
+
(function (SortOrderEnum) {
|
|
49
|
+
SortOrderEnum["ASC"] = "ASC";
|
|
50
|
+
SortOrderEnum["DESC"] = "DESC";
|
|
51
|
+
})(SortOrderEnum || (SortOrderEnum = {}));
|
|
52
|
+
export { SortOrderEnum as SortOrder };
|
|
53
|
+
var ModeEnum;
|
|
54
|
+
(function (ModeEnum) {
|
|
50
55
|
/** DRY RUN. */
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
})(
|
|
56
|
-
export
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
56
|
+
ModeEnum["UNDEFINED"] = "UNDEFINED";
|
|
57
|
+
ModeEnum["DRY_RUN"] = "DRY_RUN";
|
|
58
|
+
ModeEnum["MIGRATE"] = "MIGRATE";
|
|
59
|
+
ModeEnum["FORCE_MIGRATE"] = "FORCE_MIGRATE";
|
|
60
|
+
})(ModeEnum || (ModeEnum = {}));
|
|
61
|
+
export { ModeEnum as Mode };
|
|
62
|
+
var StateEnum;
|
|
63
|
+
(function (StateEnum) {
|
|
64
|
+
StateEnum["UNKNOWN"] = "UNKNOWN";
|
|
65
|
+
StateEnum["ENABLED"] = "ENABLED";
|
|
66
|
+
StateEnum["DISABLED"] = "DISABLED";
|
|
67
|
+
StateEnum["PENDING"] = "PENDING";
|
|
68
|
+
StateEnum["DEMO"] = "DEMO";
|
|
69
|
+
})(StateEnum || (StateEnum = {}));
|
|
70
|
+
export { StateEnum as State };
|
|
71
|
+
var SiteCreatedContextEnum;
|
|
72
|
+
(function (SiteCreatedContextEnum) {
|
|
66
73
|
/** A valid option, we don't expose all reasons why site might be created. */
|
|
67
|
-
|
|
74
|
+
SiteCreatedContextEnum["OTHER"] = "OTHER";
|
|
68
75
|
/** A meta site was created from template. */
|
|
69
|
-
|
|
76
|
+
SiteCreatedContextEnum["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
70
77
|
/** A meta site was created by copying of the transfferred meta site. */
|
|
71
|
-
|
|
78
|
+
SiteCreatedContextEnum["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
72
79
|
/** A copy of existing meta site. */
|
|
73
|
-
|
|
80
|
+
SiteCreatedContextEnum["DUPLICATE"] = "DUPLICATE";
|
|
74
81
|
/** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
|
|
75
|
-
|
|
82
|
+
SiteCreatedContextEnum["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
76
83
|
/** deprecated A meta site was created for Flash editor. */
|
|
77
|
-
|
|
78
|
-
})(
|
|
79
|
-
export
|
|
80
|
-
|
|
81
|
-
|
|
84
|
+
SiteCreatedContextEnum["FLASH"] = "FLASH";
|
|
85
|
+
})(SiteCreatedContextEnum || (SiteCreatedContextEnum = {}));
|
|
86
|
+
export { SiteCreatedContextEnum as SiteCreatedContext };
|
|
87
|
+
var NamespaceEnum;
|
|
88
|
+
(function (NamespaceEnum) {
|
|
89
|
+
NamespaceEnum["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
82
90
|
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
83
|
-
|
|
91
|
+
NamespaceEnum["WIX"] = "WIX";
|
|
84
92
|
/** ShoutOut stand alone product. These are siteless (no actual Wix site, no HtmlWeb). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
85
|
-
|
|
93
|
+
NamespaceEnum["SHOUT_OUT"] = "SHOUT_OUT";
|
|
86
94
|
/** MetaSites created by the Albums product, they appear as part of the Albums app. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
87
|
-
|
|
95
|
+
NamespaceEnum["ALBUMS"] = "ALBUMS";
|
|
88
96
|
/** Part of the WixStores migration flow, a user tries to migrate and gets this site to view and if the user likes it then stores removes this namespace and deletes the old site with the old stores. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
89
|
-
|
|
97
|
+
NamespaceEnum["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
90
98
|
/** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
91
|
-
|
|
99
|
+
NamespaceEnum["HOTELS"] = "HOTELS";
|
|
92
100
|
/** Clubs siteless MetaSites, a club without a wix website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
93
|
-
|
|
101
|
+
NamespaceEnum["CLUBS"] = "CLUBS";
|
|
94
102
|
/** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
95
|
-
|
|
103
|
+
NamespaceEnum["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
96
104
|
/** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
97
|
-
|
|
105
|
+
NamespaceEnum["DEV_SITE"] = "DEV_SITE";
|
|
98
106
|
/** LogoMaker websites offered to the user after logo purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
99
|
-
|
|
107
|
+
NamespaceEnum["LOGOS"] = "LOGOS";
|
|
100
108
|
/** VideoMaker websites offered to the user after video purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
101
|
-
|
|
109
|
+
NamespaceEnum["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
102
110
|
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
103
|
-
|
|
111
|
+
NamespaceEnum["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
104
112
|
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
105
|
-
|
|
113
|
+
NamespaceEnum["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
106
114
|
/**
|
|
107
115
|
* A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
|
|
108
116
|
*
|
|
109
117
|
* Meta site with this namespace will *not* be shown in a user's site list by default.
|
|
110
118
|
*/
|
|
111
|
-
|
|
119
|
+
NamespaceEnum["HTML_DRAFT"] = "HTML_DRAFT";
|
|
112
120
|
/**
|
|
113
121
|
* the user-journey for Fitness users who want to start from managing their business instead of designing their website.
|
|
114
122
|
* Will be accessible from Site List and will not have a website app.
|
|
115
123
|
* Once the user attaches a site, the site will become a regular wixsite.
|
|
116
124
|
*/
|
|
117
|
-
|
|
125
|
+
NamespaceEnum["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
118
126
|
/** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
|
|
119
|
-
|
|
127
|
+
NamespaceEnum["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
120
128
|
/** It is to be used in the Business First efforts. */
|
|
121
|
-
|
|
129
|
+
NamespaceEnum["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
122
130
|
/** Bookings business flow with no site. */
|
|
123
|
-
|
|
131
|
+
NamespaceEnum["ANYWHERE"] = "ANYWHERE";
|
|
124
132
|
/** Namespace for Headless Backoffice with no editor */
|
|
125
|
-
|
|
133
|
+
NamespaceEnum["HEADLESS"] = "HEADLESS";
|
|
126
134
|
/**
|
|
127
135
|
* Namespace for master site that will exist in parent account that will be referenced by subaccounts
|
|
128
136
|
* The site will be used for account level CSM feature for enterprise
|
|
129
137
|
*/
|
|
130
|
-
|
|
138
|
+
NamespaceEnum["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
131
139
|
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
132
|
-
|
|
133
|
-
})(
|
|
134
|
-
export
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
140
|
+
NamespaceEnum["RISE"] = "RISE";
|
|
141
|
+
})(NamespaceEnum || (NamespaceEnum = {}));
|
|
142
|
+
export { NamespaceEnum as Namespace };
|
|
143
|
+
var DeleteStatusEnum;
|
|
144
|
+
(function (DeleteStatusEnum) {
|
|
145
|
+
DeleteStatusEnum["UNKNOWN"] = "UNKNOWN";
|
|
146
|
+
DeleteStatusEnum["TRASH"] = "TRASH";
|
|
147
|
+
DeleteStatusEnum["DELETED"] = "DELETED";
|
|
148
|
+
DeleteStatusEnum["PENDING_PURGE"] = "PENDING_PURGE";
|
|
149
|
+
})(DeleteStatusEnum || (DeleteStatusEnum = {}));
|
|
150
|
+
export { DeleteStatusEnum as DeleteStatus };
|
|
141
151
|
/** Determines the reset cycle of the feature usage. */
|
|
142
|
-
|
|
143
|
-
(function (
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
})(
|
|
152
|
+
var FeaturePeriodEnum;
|
|
153
|
+
(function (FeaturePeriodEnum) {
|
|
154
|
+
FeaturePeriodEnum["NO_PERIOD"] = "NO_PERIOD";
|
|
155
|
+
FeaturePeriodEnum["MILLISECOND"] = "MILLISECOND";
|
|
156
|
+
FeaturePeriodEnum["SECOND"] = "SECOND";
|
|
157
|
+
FeaturePeriodEnum["MINUTE"] = "MINUTE";
|
|
158
|
+
FeaturePeriodEnum["HOUR"] = "HOUR";
|
|
159
|
+
FeaturePeriodEnum["DAY"] = "DAY";
|
|
160
|
+
FeaturePeriodEnum["WEEK"] = "WEEK";
|
|
161
|
+
FeaturePeriodEnum["MONTH"] = "MONTH";
|
|
162
|
+
FeaturePeriodEnum["YEAR"] = "YEAR";
|
|
163
|
+
})(FeaturePeriodEnum || (FeaturePeriodEnum = {}));
|
|
164
|
+
export { FeaturePeriodEnum as FeaturePeriod };
|
|
154
165
|
//# sourceMappingURL=table-reservations-v1-reservation-location.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-reservations-v1-reservation-location.types.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-reservation-location.types.ts"],"names":[],"mappings":"AAoHA,uCAAuC;AACvC,
|
|
1
|
+
{"version":3,"file":"table-reservations-v1-reservation-location.types.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-reservation-location.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -113,7 +113,7 @@ export interface TimePeriod {
|
|
|
113
113
|
closeTime?: string;
|
|
114
114
|
}
|
|
115
115
|
/** Enumerates the days of the week. */
|
|
116
|
-
|
|
116
|
+
declare enum DayOfWeekEnum {
|
|
117
117
|
MONDAY = "MONDAY",
|
|
118
118
|
TUESDAY = "TUESDAY",
|
|
119
119
|
WEDNESDAY = "WEDNESDAY",
|
|
@@ -122,6 +122,9 @@ export declare enum DayOfWeek {
|
|
|
122
122
|
SATURDAY = "SATURDAY",
|
|
123
123
|
SUNDAY = "SUNDAY"
|
|
124
124
|
}
|
|
125
|
+
/** Enumerates the days of the week. */
|
|
126
|
+
type DayOfWeek = `${DayOfWeekEnum}`;
|
|
127
|
+
export { DayOfWeekEnum as DayOfWeek };
|
|
125
128
|
/** Set of time periods when a location's operational hours differ from its normal business hours. */
|
|
126
129
|
export interface SpecialHourPeriod {
|
|
127
130
|
/** Start date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
|
|
@@ -163,12 +166,14 @@ export interface TableCombination {
|
|
|
163
166
|
/** Whether the table combination is active (available to be reserved). */
|
|
164
167
|
isActive?: boolean | null;
|
|
165
168
|
}
|
|
166
|
-
|
|
169
|
+
declare enum UnitEnum {
|
|
167
170
|
UNKNOWN = "UNKNOWN",
|
|
168
171
|
MINUTES = "MINUTES",
|
|
169
172
|
HOURS = "HOURS",
|
|
170
173
|
DAYS = "DAYS"
|
|
171
174
|
}
|
|
175
|
+
type Unit = `${UnitEnum}`;
|
|
176
|
+
export { UnitEnum as Unit };
|
|
172
177
|
/**
|
|
173
178
|
* Seat pacing.
|
|
174
179
|
* The maximum number of seats that can be filled by new reservations within a 15-minute period.
|
|
@@ -247,7 +252,7 @@ export interface ManualApprovalValueOneOf {
|
|
|
247
252
|
partySizeThreshold?: number;
|
|
248
253
|
}
|
|
249
254
|
/** Type of the field. */
|
|
250
|
-
|
|
255
|
+
declare enum FieldTypeEnum {
|
|
251
256
|
UNKNOWN = "UNKNOWN",
|
|
252
257
|
TABLE = "TABLE",
|
|
253
258
|
START_DATE = "START_DATE",
|
|
@@ -264,6 +269,9 @@ export declare enum FieldType {
|
|
|
264
269
|
CUSTOM_FIELD = "CUSTOM_FIELD",
|
|
265
270
|
STATUS = "STATUS"
|
|
266
271
|
}
|
|
272
|
+
/** Type of the field. */
|
|
273
|
+
type FieldType = `${FieldTypeEnum}`;
|
|
274
|
+
export { FieldTypeEnum as FieldType };
|
|
267
275
|
/** Terms and conditions. */
|
|
268
276
|
export interface TermsAndConditions extends TermsAndConditionsValueOneOf {
|
|
269
277
|
/** Terms and conditions URL. */
|
|
@@ -511,10 +519,12 @@ export interface GetReservationLocationRequest {
|
|
|
511
519
|
*/
|
|
512
520
|
fieldsets?: Set[];
|
|
513
521
|
}
|
|
514
|
-
|
|
522
|
+
declare enum SetEnum {
|
|
515
523
|
PUBLIC = "PUBLIC",
|
|
516
524
|
FULL = "FULL"
|
|
517
525
|
}
|
|
526
|
+
type Set = `${SetEnum}`;
|
|
527
|
+
export { SetEnum as Set };
|
|
518
528
|
export interface GetReservationLocationResponse {
|
|
519
529
|
/** The retrieved reservation location. */
|
|
520
530
|
reservationLocation?: ReservationLocation;
|
|
@@ -580,10 +590,12 @@ export interface Sorting {
|
|
|
580
590
|
*/
|
|
581
591
|
order?: SortOrder;
|
|
582
592
|
}
|
|
583
|
-
|
|
593
|
+
declare enum SortOrderEnum {
|
|
584
594
|
ASC = "ASC",
|
|
585
595
|
DESC = "DESC"
|
|
586
596
|
}
|
|
597
|
+
type SortOrder = `${SortOrderEnum}`;
|
|
598
|
+
export { SortOrderEnum as SortOrder };
|
|
587
599
|
export interface Paging {
|
|
588
600
|
/** Number of items to load. */
|
|
589
601
|
limit?: number | null;
|
|
@@ -662,13 +674,15 @@ export interface MigrateOldRestaurantSettingsRequest {
|
|
|
662
674
|
/** Override not default. */
|
|
663
675
|
overrideNotDefault?: boolean;
|
|
664
676
|
}
|
|
665
|
-
|
|
677
|
+
declare enum ModeEnum {
|
|
666
678
|
/** DRY RUN. */
|
|
667
679
|
UNDEFINED = "UNDEFINED",
|
|
668
680
|
DRY_RUN = "DRY_RUN",
|
|
669
681
|
MIGRATE = "MIGRATE",
|
|
670
682
|
FORCE_MIGRATE = "FORCE_MIGRATE"
|
|
671
683
|
}
|
|
684
|
+
type Mode = `${ModeEnum}`;
|
|
685
|
+
export { ModeEnum as Mode };
|
|
672
686
|
export interface MigrateOldRestaurantSettingsResponse {
|
|
673
687
|
/** Migration results. */
|
|
674
688
|
migrationResults?: MigrationResult[];
|
|
@@ -849,13 +863,15 @@ export interface Asset {
|
|
|
849
863
|
instanceId?: string;
|
|
850
864
|
state?: State;
|
|
851
865
|
}
|
|
852
|
-
|
|
866
|
+
declare enum StateEnum {
|
|
853
867
|
UNKNOWN = "UNKNOWN",
|
|
854
868
|
ENABLED = "ENABLED",
|
|
855
869
|
DISABLED = "DISABLED",
|
|
856
870
|
PENDING = "PENDING",
|
|
857
871
|
DEMO = "DEMO"
|
|
858
872
|
}
|
|
873
|
+
type State = `${StateEnum}`;
|
|
874
|
+
export { StateEnum as State };
|
|
859
875
|
export interface SiteCreated {
|
|
860
876
|
originTemplateId?: string;
|
|
861
877
|
ownerId?: string;
|
|
@@ -870,7 +886,7 @@ export interface SiteCreated {
|
|
|
870
886
|
siteName?: string;
|
|
871
887
|
namespace?: Namespace;
|
|
872
888
|
}
|
|
873
|
-
|
|
889
|
+
declare enum SiteCreatedContextEnum {
|
|
874
890
|
/** A valid option, we don't expose all reasons why site might be created. */
|
|
875
891
|
OTHER = "OTHER",
|
|
876
892
|
/** A meta site was created from template. */
|
|
@@ -884,7 +900,9 @@ export declare enum SiteCreatedContext {
|
|
|
884
900
|
/** deprecated A meta site was created for Flash editor. */
|
|
885
901
|
FLASH = "FLASH"
|
|
886
902
|
}
|
|
887
|
-
|
|
903
|
+
type SiteCreatedContext = `${SiteCreatedContextEnum}`;
|
|
904
|
+
export { SiteCreatedContextEnum as SiteCreatedContext };
|
|
905
|
+
declare enum NamespaceEnum {
|
|
888
906
|
UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
|
|
889
907
|
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
890
908
|
WIX = "WIX",
|
|
@@ -938,6 +956,8 @@ export declare enum Namespace {
|
|
|
938
956
|
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
939
957
|
RISE = "RISE"
|
|
940
958
|
}
|
|
959
|
+
type Namespace = `${NamespaceEnum}`;
|
|
960
|
+
export { NamespaceEnum as Namespace };
|
|
941
961
|
/** Site transferred to another user. */
|
|
942
962
|
export interface SiteTransferred {
|
|
943
963
|
/** A previous owner id (user that transfers meta site). */
|
|
@@ -955,12 +975,14 @@ export interface DeleteContext {
|
|
|
955
975
|
deleteOrigin?: string;
|
|
956
976
|
initiatorId?: string | null;
|
|
957
977
|
}
|
|
958
|
-
|
|
978
|
+
declare enum DeleteStatusEnum {
|
|
959
979
|
UNKNOWN = "UNKNOWN",
|
|
960
980
|
TRASH = "TRASH",
|
|
961
981
|
DELETED = "DELETED",
|
|
962
982
|
PENDING_PURGE = "PENDING_PURGE"
|
|
963
983
|
}
|
|
984
|
+
type DeleteStatus = `${DeleteStatusEnum}`;
|
|
985
|
+
export { DeleteStatusEnum as DeleteStatus };
|
|
964
986
|
/** Restoration of the meta site. */
|
|
965
987
|
export interface SiteUndeleted {
|
|
966
988
|
}
|
|
@@ -1229,7 +1251,7 @@ export interface QuotaFeature {
|
|
|
1229
1251
|
units?: string | null;
|
|
1230
1252
|
}
|
|
1231
1253
|
/** Determines the reset cycle of the feature usage. */
|
|
1232
|
-
|
|
1254
|
+
declare enum FeaturePeriodEnum {
|
|
1233
1255
|
NO_PERIOD = "NO_PERIOD",
|
|
1234
1256
|
MILLISECOND = "MILLISECOND",
|
|
1235
1257
|
SECOND = "SECOND",
|
|
@@ -1240,6 +1262,9 @@ export declare enum FeaturePeriod {
|
|
|
1240
1262
|
MONTH = "MONTH",
|
|
1241
1263
|
YEAR = "YEAR"
|
|
1242
1264
|
}
|
|
1265
|
+
/** Determines the reset cycle of the feature usage. */
|
|
1266
|
+
type FeaturePeriod = `${FeaturePeriodEnum}`;
|
|
1267
|
+
export { FeaturePeriodEnum as FeaturePeriod };
|
|
1243
1268
|
export interface QuotaInfo {
|
|
1244
1269
|
/**
|
|
1245
1270
|
* How often the customer is allowed to use the feature during the specified
|
|
@@ -1851,7 +1876,7 @@ export interface QueryReservationLocationsOptions {
|
|
|
1851
1876
|
*
|
|
1852
1877
|
* Supported values: `PUBLIC`, `FULL`.
|
|
1853
1878
|
*/
|
|
1854
|
-
fieldsets?:
|
|
1879
|
+
fieldsets?: ('PUBLIC' | 'FULL')[] | undefined;
|
|
1855
1880
|
}
|
|
1856
1881
|
interface QueryCursorResult {
|
|
1857
1882
|
cursors: Cursors;
|
|
@@ -1915,4 +1940,3 @@ export interface ListReservationLocationsOptions {
|
|
|
1915
1940
|
*/
|
|
1916
1941
|
fieldsets?: Set[];
|
|
1917
1942
|
}
|
|
1918
|
-
export {};
|