@wix/table-reservations 1.0.33 → 1.0.35
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 +11 -36
- package/build/cjs/src/table-reservations-v1-reservation-location.types.js +112 -123
- 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 +13 -37
- package/build/cjs/src/table-reservations-v1-reservation-location.universal.js +117 -124
- 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 +7 -19
- package/build/cjs/src/table-reservations-v1-reservation.types.js +43 -49
- package/build/cjs/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/cjs/src/table-reservations-v1-reservation.universal.d.ts +7 -18
- package/build/cjs/src/table-reservations-v1-reservation.universal.js +48 -50
- 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 +4 -12
- package/build/cjs/src/table-reservations-v1-time-slot.types.js +28 -32
- 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 +4 -12
- package/build/cjs/src/table-reservations-v1-time-slot.universal.js +33 -33
- 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 +11 -36
- package/build/es/src/table-reservations-v1-reservation-location.types.js +112 -123
- 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 +13 -37
- package/build/es/src/table-reservations-v1-reservation-location.universal.js +112 -123
- 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 +7 -19
- package/build/es/src/table-reservations-v1-reservation.types.js +43 -49
- package/build/es/src/table-reservations-v1-reservation.types.js.map +1 -1
- package/build/es/src/table-reservations-v1-reservation.universal.d.ts +7 -18
- package/build/es/src/table-reservations-v1-reservation.universal.js +43 -49
- 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 +4 -12
- package/build/es/src/table-reservations-v1-time-slot.types.js +28 -32
- 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 +4 -12
- package/build/es/src/table-reservations-v1-time-slot.universal.js +28 -32
- package/build/es/src/table-reservations-v1-time-slot.universal.js.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+FAA+E;AAC/E,gHAAgG;AAChG,0FAA0E"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAkF;AAClF,mHAAmG;AACnG,6FAA6E"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,8GAA8F;AAC9F,wFAAwE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as ambassadorWixTableReservationsV1ReservationLocationTypes from './table-reservations-v1-reservation-location.types';
|
|
2
2
|
import * as ambassadorWixTableReservationsV1ReservationLocationUniversalTypes from './table-reservations-v1-reservation-location.universal';
|
|
3
|
-
export
|
|
3
|
+
export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
4
4
|
getUrl: (context: any) => string;
|
|
5
5
|
httpMethod: K;
|
|
6
6
|
path: string;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-reservations-v1-reservation-location.meta.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-reservation-location.meta.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"table-reservations-v1-reservation-location.meta.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-reservation-location.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uIAAyH;AAsBzH,SAAgB,sBAAsB;IAUpC,MAAM,OAAO,GAAG,EAAE,qBAAqB,EAAE,wBAAwB,EAAS,CAAC;IAE3E,MAAM,iBAAiB,GACrB,mDAAmD,CAAC,sBAAsB,CACxE,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,mDAAmD;QACzD,UAAU,EAAE,EAAE,qBAAqB,EAAE,uBAAuB,EAAE;QAC9D,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AAhCD,wDAgCC;AAED,SAAgB,yBAAyB;IAUvC,MAAM,OAAO,GAAG;QACd,mBAAmB,EAAE,EAAE,EAAE,EAAE,wBAAwB,EAAE;KAC/C,CAAC;IAET,MAAM,iBAAiB,GACrB,mDAAmD,CAAC,yBAAyB,CAC3E,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,OAAO;QACnB,IAAI,EAAE,oDAAoD;QAC1D,UAAU,EAAE,EAAE,qBAAqB,EAAE,uBAAuB,EAAE;QAC9D,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AAlCD,8DAkCC;AAED,SAAgB,yBAAyB;IAUvC,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,mDAAmD,CAAC,yBAAyB,CAC3E,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,iCAAiC;QACvC,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AAhCD,8DAgCC;AAED,SAAgB,wBAAwB;IAUtC,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,mDAAmD,CAAC,wBAAwB,CAC1E,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,2BAA2B;QACjC,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AAhCD,4DAgCC"}
|
|
@@ -3,7 +3,7 @@ import { UpdateReservationLocation, GetReservationLocationOptions, ListReservati
|
|
|
3
3
|
export declare const __metadata: {
|
|
4
4
|
PACKAGE_NAME: string;
|
|
5
5
|
};
|
|
6
|
-
export declare function getReservationLocation(httpClient: HttpClient): (reservationLocationId: string, options?: GetReservationLocationOptions
|
|
6
|
+
export declare function getReservationLocation(httpClient: HttpClient): (reservationLocationId: string, options?: GetReservationLocationOptions) => Promise<import("./table-reservations-v1-reservation-location.universal").ReservationLocation & {
|
|
7
7
|
configuration?: {
|
|
8
8
|
onlineReservations?: {
|
|
9
9
|
seatPacing?: {
|
|
@@ -20,7 +20,7 @@ export declare function getReservationLocation(httpClient: HttpClient): (reserva
|
|
|
20
20
|
} | undefined;
|
|
21
21
|
minimumReservationNotice?: {
|
|
22
22
|
number: number;
|
|
23
|
-
unit: "
|
|
23
|
+
unit: import("./table-reservations-v1-reservation-location.universal").Unit;
|
|
24
24
|
} | undefined;
|
|
25
25
|
turnoverTimeRules: {
|
|
26
26
|
seatsMin: number;
|
|
@@ -29,9 +29,9 @@ export declare function getReservationLocation(httpClient: HttpClient): (reserva
|
|
|
29
29
|
}[];
|
|
30
30
|
businessSchedule?: {
|
|
31
31
|
periods: {
|
|
32
|
-
openDay: "
|
|
32
|
+
openDay: import("./table-reservations-v1-reservation-location.universal").DayOfWeek;
|
|
33
33
|
openTime: string;
|
|
34
|
-
closeDay: "
|
|
34
|
+
closeDay: import("./table-reservations-v1-reservation-location.universal").DayOfWeek;
|
|
35
35
|
closeTime: string;
|
|
36
36
|
}[];
|
|
37
37
|
specialHourPeriod: {
|
|
@@ -65,7 +65,7 @@ export declare function getReservationLocation(httpClient: HttpClient): (reserva
|
|
|
65
65
|
} | undefined;
|
|
66
66
|
} | undefined;
|
|
67
67
|
myReservationsFields: {
|
|
68
|
-
fieldType: "
|
|
68
|
+
fieldType: import("./table-reservations-v1-reservation-location.universal").FieldType;
|
|
69
69
|
shown: boolean;
|
|
70
70
|
}[];
|
|
71
71
|
tableManagement?: {
|
|
@@ -103,7 +103,7 @@ export declare function updateReservationLocation(httpClient: HttpClient): (_id:
|
|
|
103
103
|
} | undefined;
|
|
104
104
|
minimumReservationNotice?: {
|
|
105
105
|
number: number;
|
|
106
|
-
unit: "
|
|
106
|
+
unit: import("./table-reservations-v1-reservation-location.universal").Unit;
|
|
107
107
|
} | undefined;
|
|
108
108
|
turnoverTimeRules: {
|
|
109
109
|
seatsMin: number;
|
|
@@ -112,9 +112,9 @@ export declare function updateReservationLocation(httpClient: HttpClient): (_id:
|
|
|
112
112
|
}[];
|
|
113
113
|
businessSchedule?: {
|
|
114
114
|
periods: {
|
|
115
|
-
openDay: "
|
|
115
|
+
openDay: import("./table-reservations-v1-reservation-location.universal").DayOfWeek;
|
|
116
116
|
openTime: string;
|
|
117
|
-
closeDay: "
|
|
117
|
+
closeDay: import("./table-reservations-v1-reservation-location.universal").DayOfWeek;
|
|
118
118
|
closeTime: string;
|
|
119
119
|
}[];
|
|
120
120
|
specialHourPeriod: {
|
|
@@ -148,7 +148,7 @@ export declare function updateReservationLocation(httpClient: HttpClient): (_id:
|
|
|
148
148
|
} | undefined;
|
|
149
149
|
} | undefined;
|
|
150
150
|
myReservationsFields: {
|
|
151
|
-
fieldType: "
|
|
151
|
+
fieldType: import("./table-reservations-v1-reservation-location.universal").FieldType;
|
|
152
152
|
shown: boolean;
|
|
153
153
|
}[];
|
|
154
154
|
tableManagement?: {
|
|
@@ -169,7 +169,7 @@ export declare function updateReservationLocation(httpClient: HttpClient): (_id:
|
|
|
169
169
|
} | undefined;
|
|
170
170
|
} | undefined;
|
|
171
171
|
}>;
|
|
172
|
-
export declare function queryReservationLocations(httpClient: HttpClient): (options?: QueryReservationLocationsOptions
|
|
173
|
-
export declare function listReservationLocations(httpClient: HttpClient): (options?: ListReservationLocationsOptions
|
|
172
|
+
export declare function queryReservationLocations(httpClient: HttpClient): (options?: QueryReservationLocationsOptions) => import("./table-reservations-v1-reservation-location.universal").ReservationLocationsQueryBuilder;
|
|
173
|
+
export declare function listReservationLocations(httpClient: HttpClient): (options?: ListReservationLocationsOptions) => Promise<import("./table-reservations-v1-reservation-location.universal").ListReservationLocationsResponse & import("./table-reservations-v1-reservation-location.universal").ListReservationLocationsResponseNonNullableFields>;
|
|
174
174
|
export { DayOfWeek, Unit, FieldType, Set, SortOrder, Mode, State, SiteCreatedContext, Namespace, DeleteStatus, FeaturePeriod, } from './table-reservations-v1-reservation-location.universal';
|
|
175
175
|
export { ReservationLocation, StreetAddress, AddressLocation, Address, BusinessSchedule, TimePeriod, SpecialHourPeriod, TableDefinition, TableCombination, SeatPacing, PartyPacing, PartiesSize, PartySize, NoticePeriod, TurnoverTimeRule, TurnoverRule, ManualApproval, ManualApprovalValueOneOf, TermsAndConditions, TermsAndConditionsValueOneOf, PrivacyPolicy, PrivacyPolicyValueOneOf, CustomFieldDefinition, EmailMarketingCheckbox, OnlineReservations, ReservationForm, MyReservationsField, TableManagement, Location, Configuration, InvalidateCache, InvalidateCacheGetByOneOf, App, Page, URI, GetReservationLocationRequest, GetReservationLocationResponse, UpdateReservationLocationRequest, UpdateReservationLocationResponse, TablesDeleted, QueryReservationLocationsRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryReservationLocationsResponse, PagingMetadataV2, Cursors, ListReservationLocationsRequest, ListReservationLocationsResponse, CursorPagingMetadata, DeleteOrphanReservationLocationRequest, DeleteOrphanReservationLocationResponse, MigrateOldRestaurantSettingsRequest, MigrateOldRestaurantSettingsResponse, ParsedSettings, OldScheduleInterval, OldCustomField, OldPolicy, OldTerms, OldScheduleException, OldInstant, MigrationParsingError, MigrationResult, CheckReservationLocationsCreatedRequest, CheckReservationLocationsCreatedResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, Empty, MetaSiteSpecialEvent, MetaSiteSpecialEventPayloadOneOf, Asset, SiteCreated, SiteTransferred, SiteDeleted, DeleteContext, SiteUndeleted, SitePublished, SiteUnpublished, SiteMarkedAsTemplate, SiteMarkedAsWixSite, ServiceProvisioned, ServiceRemoved, SiteRenamed, SiteHardDeleted, NamespaceChanged, StudioAssigned, StudioUnassigned, FeatureEvent, FeatureEventEventOneOf, FeatureEnabled, FeatureEnabledReasonOneOf, Feature, FeatureQuantityInfoOneOf, FeatureContext, BooleanFeature, QuotaFeature, QuotaInfo, TransferredFromAnotherAccountReason, ReassignedFromSiteReason, AssignedFromFloatingReason, NewFeatureReason, ContractSwitchedReason, ManualFeatureCreationReason, MigratedFromLegacyReason, FeatureDisabled, FeatureDisabledReasonOneOf, UnAssingedToFloatingReason, ReplacedByAnotherSubscriptionReason, ReassignedToAnotherSiteReason, FeatureUpdated, FeatureUpdatedPreviousQuantityInfoOneOf, FeatureUpdatedReasonOneOf, FeatureCancelled, FeatureCancelledReasonOneOf, TransferredToAnotherAccountReason, CancelRequestedReason, GetReservationLocationResponseNonNullableFields, UpdateReservationLocationResponseNonNullableFields, QueryReservationLocationsResponseNonNullableFields, ListReservationLocationsResponseNonNullableFields, GetReservationLocationOptions, UpdateReservationLocation, QueryReservationLocationsOptions, ReservationLocationsQueryResult, ReservationLocationsQueryBuilder, ListReservationLocationsOptions, } from './table-reservations-v1-reservation-location.universal';
|
|
@@ -109,7 +109,7 @@ export interface TimePeriod {
|
|
|
109
109
|
closeTime?: string;
|
|
110
110
|
}
|
|
111
111
|
/** Enumerates the days of the week. */
|
|
112
|
-
declare enum
|
|
112
|
+
export declare enum DayOfWeek {
|
|
113
113
|
MONDAY = "MONDAY",
|
|
114
114
|
TUESDAY = "TUESDAY",
|
|
115
115
|
WEDNESDAY = "WEDNESDAY",
|
|
@@ -118,9 +118,6 @@ declare enum DayOfWeekEnum {
|
|
|
118
118
|
SATURDAY = "SATURDAY",
|
|
119
119
|
SUNDAY = "SUNDAY"
|
|
120
120
|
}
|
|
121
|
-
/** Enumerates the days of the week. */
|
|
122
|
-
declare type DayOfWeek = `${DayOfWeekEnum}`;
|
|
123
|
-
export { DayOfWeekEnum as DayOfWeek };
|
|
124
121
|
/** Set of time periods when a location's operational hours differ from its normal business hours. */
|
|
125
122
|
export interface SpecialHourPeriod {
|
|
126
123
|
/** Start date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
|
|
@@ -162,14 +159,12 @@ export interface TableCombination {
|
|
|
162
159
|
/** Whether the table combination is active (available to be reserved). */
|
|
163
160
|
isActive?: boolean | null;
|
|
164
161
|
}
|
|
165
|
-
declare enum
|
|
162
|
+
export declare enum Unit {
|
|
166
163
|
UNKNOWN = "UNKNOWN",
|
|
167
164
|
MINUTES = "MINUTES",
|
|
168
165
|
HOURS = "HOURS",
|
|
169
166
|
DAYS = "DAYS"
|
|
170
167
|
}
|
|
171
|
-
declare type Unit = `${UnitEnum}`;
|
|
172
|
-
export { UnitEnum as Unit };
|
|
173
168
|
/**
|
|
174
169
|
* Seat pacing.
|
|
175
170
|
* The maximum number of seats that can be filled by new reservations within a 15-minute period.
|
|
@@ -248,7 +243,7 @@ export interface ManualApprovalValueOneOf {
|
|
|
248
243
|
partySizeThreshold?: number;
|
|
249
244
|
}
|
|
250
245
|
/** Type of the field. */
|
|
251
|
-
declare enum
|
|
246
|
+
export declare enum FieldType {
|
|
252
247
|
UNKNOWN = "UNKNOWN",
|
|
253
248
|
TABLE = "TABLE",
|
|
254
249
|
START_DATE = "START_DATE",
|
|
@@ -265,9 +260,6 @@ declare enum FieldTypeEnum {
|
|
|
265
260
|
CUSTOM_FIELD = "CUSTOM_FIELD",
|
|
266
261
|
STATUS = "STATUS"
|
|
267
262
|
}
|
|
268
|
-
/** Type of the field. */
|
|
269
|
-
declare type FieldType = `${FieldTypeEnum}`;
|
|
270
|
-
export { FieldTypeEnum as FieldType };
|
|
271
263
|
export interface PageUrlV2 {
|
|
272
264
|
/** The path to that page - e.g /product-page/a-product */
|
|
273
265
|
relativePath?: string;
|
|
@@ -521,12 +513,10 @@ export interface GetReservationLocationRequest {
|
|
|
521
513
|
*/
|
|
522
514
|
fieldsets?: Set[];
|
|
523
515
|
}
|
|
524
|
-
declare enum
|
|
516
|
+
export declare enum Set {
|
|
525
517
|
PUBLIC = "PUBLIC",
|
|
526
518
|
FULL = "FULL"
|
|
527
519
|
}
|
|
528
|
-
declare type Set = `${SetEnum}`;
|
|
529
|
-
export { SetEnum as Set };
|
|
530
520
|
export interface GetReservationLocationResponse {
|
|
531
521
|
/** The retrieved reservation location. */
|
|
532
522
|
reservationLocation?: ReservationLocation;
|
|
@@ -592,12 +582,10 @@ export interface Sorting {
|
|
|
592
582
|
*/
|
|
593
583
|
order?: SortOrder;
|
|
594
584
|
}
|
|
595
|
-
declare enum
|
|
585
|
+
export declare enum SortOrder {
|
|
596
586
|
ASC = "ASC",
|
|
597
587
|
DESC = "DESC"
|
|
598
588
|
}
|
|
599
|
-
declare type SortOrder = `${SortOrderEnum}`;
|
|
600
|
-
export { SortOrderEnum as SortOrder };
|
|
601
589
|
export interface Paging {
|
|
602
590
|
/** Number of items to load. */
|
|
603
591
|
limit?: number | null;
|
|
@@ -676,15 +664,13 @@ export interface MigrateOldRestaurantSettingsRequest {
|
|
|
676
664
|
/** Override not default. */
|
|
677
665
|
overrideNotDefault?: boolean;
|
|
678
666
|
}
|
|
679
|
-
declare enum
|
|
667
|
+
export declare enum Mode {
|
|
680
668
|
/** DRY RUN. */
|
|
681
669
|
UNDEFINED = "UNDEFINED",
|
|
682
670
|
DRY_RUN = "DRY_RUN",
|
|
683
671
|
MIGRATE = "MIGRATE",
|
|
684
672
|
FORCE_MIGRATE = "FORCE_MIGRATE"
|
|
685
673
|
}
|
|
686
|
-
declare type Mode = `${ModeEnum}`;
|
|
687
|
-
export { ModeEnum as Mode };
|
|
688
674
|
export interface MigrateOldRestaurantSettingsResponse {
|
|
689
675
|
/** Migration results. */
|
|
690
676
|
migrationResults?: MigrationResult[];
|
|
@@ -865,15 +851,13 @@ export interface Asset {
|
|
|
865
851
|
instanceId?: string;
|
|
866
852
|
state?: State;
|
|
867
853
|
}
|
|
868
|
-
declare enum
|
|
854
|
+
export declare enum State {
|
|
869
855
|
UNKNOWN = "UNKNOWN",
|
|
870
856
|
ENABLED = "ENABLED",
|
|
871
857
|
DISABLED = "DISABLED",
|
|
872
858
|
PENDING = "PENDING",
|
|
873
859
|
DEMO = "DEMO"
|
|
874
860
|
}
|
|
875
|
-
declare type State = `${StateEnum}`;
|
|
876
|
-
export { StateEnum as State };
|
|
877
861
|
export interface SiteCreated {
|
|
878
862
|
originTemplateId?: string;
|
|
879
863
|
ownerId?: string;
|
|
@@ -888,7 +872,7 @@ export interface SiteCreated {
|
|
|
888
872
|
siteName?: string;
|
|
889
873
|
namespace?: Namespace;
|
|
890
874
|
}
|
|
891
|
-
declare enum
|
|
875
|
+
export declare enum SiteCreatedContext {
|
|
892
876
|
/** A valid option, we don't expose all reasons why site might be created. */
|
|
893
877
|
OTHER = "OTHER",
|
|
894
878
|
/** A meta site was created from template. */
|
|
@@ -902,9 +886,7 @@ declare enum SiteCreatedContextEnum {
|
|
|
902
886
|
/** deprecated A meta site was created for Flash editor. */
|
|
903
887
|
FLASH = "FLASH"
|
|
904
888
|
}
|
|
905
|
-
declare
|
|
906
|
-
export { SiteCreatedContextEnum as SiteCreatedContext };
|
|
907
|
-
declare enum NamespaceEnum {
|
|
889
|
+
export declare enum Namespace {
|
|
908
890
|
UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
|
|
909
891
|
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
910
892
|
WIX = "WIX",
|
|
@@ -958,8 +940,6 @@ declare enum NamespaceEnum {
|
|
|
958
940
|
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
959
941
|
RISE = "RISE"
|
|
960
942
|
}
|
|
961
|
-
declare type Namespace = `${NamespaceEnum}`;
|
|
962
|
-
export { NamespaceEnum as Namespace };
|
|
963
943
|
/** Site transferred to another user. */
|
|
964
944
|
export interface SiteTransferred {
|
|
965
945
|
/** A previous owner id (user that transfers meta site). */
|
|
@@ -977,14 +957,12 @@ export interface DeleteContext {
|
|
|
977
957
|
deleteOrigin?: string;
|
|
978
958
|
initiatorId?: string | null;
|
|
979
959
|
}
|
|
980
|
-
declare enum
|
|
960
|
+
export declare enum DeleteStatus {
|
|
981
961
|
UNKNOWN = "UNKNOWN",
|
|
982
962
|
TRASH = "TRASH",
|
|
983
963
|
DELETED = "DELETED",
|
|
984
964
|
PENDING_PURGE = "PENDING_PURGE"
|
|
985
965
|
}
|
|
986
|
-
declare type DeleteStatus = `${DeleteStatusEnum}`;
|
|
987
|
-
export { DeleteStatusEnum as DeleteStatus };
|
|
988
966
|
/** Restoration of the meta site. */
|
|
989
967
|
export interface SiteUndeleted {
|
|
990
968
|
}
|
|
@@ -1253,7 +1231,7 @@ export interface QuotaFeature {
|
|
|
1253
1231
|
units?: string | null;
|
|
1254
1232
|
}
|
|
1255
1233
|
/** Determines the reset cycle of the feature usage. */
|
|
1256
|
-
declare enum
|
|
1234
|
+
export declare enum FeaturePeriod {
|
|
1257
1235
|
NO_PERIOD = "NO_PERIOD",
|
|
1258
1236
|
MILLISECOND = "MILLISECOND",
|
|
1259
1237
|
SECOND = "SECOND",
|
|
@@ -1264,9 +1242,6 @@ declare enum FeaturePeriodEnum {
|
|
|
1264
1242
|
MONTH = "MONTH",
|
|
1265
1243
|
YEAR = "YEAR"
|
|
1266
1244
|
}
|
|
1267
|
-
/** Determines the reset cycle of the feature usage. */
|
|
1268
|
-
declare type FeaturePeriod = `${FeaturePeriodEnum}`;
|
|
1269
|
-
export { FeaturePeriodEnum as FeaturePeriod };
|
|
1270
1245
|
export interface QuotaInfo {
|
|
1271
1246
|
/**
|
|
1272
1247
|
* How often the customer is allowed to use the feature during the specified
|
|
@@ -2,167 +2,156 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FeaturePeriod = exports.DeleteStatus = exports.Namespace = exports.SiteCreatedContext = exports.State = exports.Mode = exports.SortOrder = exports.Set = exports.FieldType = exports.Unit = exports.DayOfWeek = void 0;
|
|
4
4
|
/** Enumerates the days of the week. */
|
|
5
|
-
var
|
|
6
|
-
(function (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
})(
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
})(UnitEnum || (UnitEnum = {}));
|
|
23
|
-
exports.Unit = UnitEnum;
|
|
5
|
+
var DayOfWeek;
|
|
6
|
+
(function (DayOfWeek) {
|
|
7
|
+
DayOfWeek["MONDAY"] = "MONDAY";
|
|
8
|
+
DayOfWeek["TUESDAY"] = "TUESDAY";
|
|
9
|
+
DayOfWeek["WEDNESDAY"] = "WEDNESDAY";
|
|
10
|
+
DayOfWeek["THURSDAY"] = "THURSDAY";
|
|
11
|
+
DayOfWeek["FRIDAY"] = "FRIDAY";
|
|
12
|
+
DayOfWeek["SATURDAY"] = "SATURDAY";
|
|
13
|
+
DayOfWeek["SUNDAY"] = "SUNDAY";
|
|
14
|
+
})(DayOfWeek || (exports.DayOfWeek = DayOfWeek = {}));
|
|
15
|
+
var Unit;
|
|
16
|
+
(function (Unit) {
|
|
17
|
+
Unit["UNKNOWN"] = "UNKNOWN";
|
|
18
|
+
Unit["MINUTES"] = "MINUTES";
|
|
19
|
+
Unit["HOURS"] = "HOURS";
|
|
20
|
+
Unit["DAYS"] = "DAYS";
|
|
21
|
+
})(Unit || (exports.Unit = Unit = {}));
|
|
24
22
|
/** Type of the field. */
|
|
25
|
-
var
|
|
26
|
-
(function (
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
})(
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
exports.SortOrder = SortOrderEnum;
|
|
56
|
-
var ModeEnum;
|
|
57
|
-
(function (ModeEnum) {
|
|
23
|
+
var FieldType;
|
|
24
|
+
(function (FieldType) {
|
|
25
|
+
FieldType["UNKNOWN"] = "UNKNOWN";
|
|
26
|
+
FieldType["TABLE"] = "TABLE";
|
|
27
|
+
FieldType["START_DATE"] = "START_DATE";
|
|
28
|
+
FieldType["END_DATE"] = "END_DATE";
|
|
29
|
+
FieldType["CREATED_DATE"] = "CREATED_DATE";
|
|
30
|
+
FieldType["UPDATED_DATE"] = "UPDATED_DATE";
|
|
31
|
+
FieldType["PARTY_SIZE"] = "PARTY_SIZE";
|
|
32
|
+
FieldType["FIRST_NAME"] = "FIRST_NAME";
|
|
33
|
+
FieldType["LAST_NAME"] = "LAST_NAME";
|
|
34
|
+
FieldType["EMAIL"] = "EMAIL";
|
|
35
|
+
FieldType["PHONE"] = "PHONE";
|
|
36
|
+
FieldType["ADDITIONAL_INFO"] = "ADDITIONAL_INFO";
|
|
37
|
+
FieldType["TEAM_MESSAGE"] = "TEAM_MESSAGE";
|
|
38
|
+
FieldType["CUSTOM_FIELD"] = "CUSTOM_FIELD";
|
|
39
|
+
FieldType["STATUS"] = "STATUS";
|
|
40
|
+
})(FieldType || (exports.FieldType = FieldType = {}));
|
|
41
|
+
var Set;
|
|
42
|
+
(function (Set) {
|
|
43
|
+
Set["PUBLIC"] = "PUBLIC";
|
|
44
|
+
Set["FULL"] = "FULL";
|
|
45
|
+
})(Set || (exports.Set = Set = {}));
|
|
46
|
+
var SortOrder;
|
|
47
|
+
(function (SortOrder) {
|
|
48
|
+
SortOrder["ASC"] = "ASC";
|
|
49
|
+
SortOrder["DESC"] = "DESC";
|
|
50
|
+
})(SortOrder || (exports.SortOrder = SortOrder = {}));
|
|
51
|
+
var Mode;
|
|
52
|
+
(function (Mode) {
|
|
58
53
|
/** DRY RUN. */
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
})(
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
var SiteCreatedContextEnum;
|
|
75
|
-
(function (SiteCreatedContextEnum) {
|
|
54
|
+
Mode["UNDEFINED"] = "UNDEFINED";
|
|
55
|
+
Mode["DRY_RUN"] = "DRY_RUN";
|
|
56
|
+
Mode["MIGRATE"] = "MIGRATE";
|
|
57
|
+
Mode["FORCE_MIGRATE"] = "FORCE_MIGRATE";
|
|
58
|
+
})(Mode || (exports.Mode = Mode = {}));
|
|
59
|
+
var State;
|
|
60
|
+
(function (State) {
|
|
61
|
+
State["UNKNOWN"] = "UNKNOWN";
|
|
62
|
+
State["ENABLED"] = "ENABLED";
|
|
63
|
+
State["DISABLED"] = "DISABLED";
|
|
64
|
+
State["PENDING"] = "PENDING";
|
|
65
|
+
State["DEMO"] = "DEMO";
|
|
66
|
+
})(State || (exports.State = State = {}));
|
|
67
|
+
var SiteCreatedContext;
|
|
68
|
+
(function (SiteCreatedContext) {
|
|
76
69
|
/** A valid option, we don't expose all reasons why site might be created. */
|
|
77
|
-
|
|
70
|
+
SiteCreatedContext["OTHER"] = "OTHER";
|
|
78
71
|
/** A meta site was created from template. */
|
|
79
|
-
|
|
72
|
+
SiteCreatedContext["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
80
73
|
/** A meta site was created by copying of the transfferred meta site. */
|
|
81
|
-
|
|
74
|
+
SiteCreatedContext["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
82
75
|
/** A copy of existing meta site. */
|
|
83
|
-
|
|
76
|
+
SiteCreatedContext["DUPLICATE"] = "DUPLICATE";
|
|
84
77
|
/** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
|
|
85
|
-
|
|
78
|
+
SiteCreatedContext["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
86
79
|
/** deprecated A meta site was created for Flash editor. */
|
|
87
|
-
|
|
88
|
-
})(
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
NamespaceEnum["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
80
|
+
SiteCreatedContext["FLASH"] = "FLASH";
|
|
81
|
+
})(SiteCreatedContext || (exports.SiteCreatedContext = SiteCreatedContext = {}));
|
|
82
|
+
var Namespace;
|
|
83
|
+
(function (Namespace) {
|
|
84
|
+
Namespace["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
93
85
|
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
94
|
-
|
|
86
|
+
Namespace["WIX"] = "WIX";
|
|
95
87
|
/** 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. */
|
|
96
|
-
|
|
88
|
+
Namespace["SHOUT_OUT"] = "SHOUT_OUT";
|
|
97
89
|
/** 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. */
|
|
98
|
-
|
|
90
|
+
Namespace["ALBUMS"] = "ALBUMS";
|
|
99
91
|
/** 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. */
|
|
100
|
-
|
|
92
|
+
Namespace["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
101
93
|
/** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
102
|
-
|
|
94
|
+
Namespace["HOTELS"] = "HOTELS";
|
|
103
95
|
/** 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. */
|
|
104
|
-
|
|
96
|
+
Namespace["CLUBS"] = "CLUBS";
|
|
105
97
|
/** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
106
|
-
|
|
98
|
+
Namespace["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
107
99
|
/** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
108
|
-
|
|
100
|
+
Namespace["DEV_SITE"] = "DEV_SITE";
|
|
109
101
|
/** 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. */
|
|
110
|
-
|
|
102
|
+
Namespace["LOGOS"] = "LOGOS";
|
|
111
103
|
/** 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. */
|
|
112
|
-
|
|
104
|
+
Namespace["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
113
105
|
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
114
|
-
|
|
106
|
+
Namespace["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
115
107
|
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
116
|
-
|
|
108
|
+
Namespace["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
117
109
|
/**
|
|
118
110
|
* A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
|
|
119
111
|
*
|
|
120
112
|
* Meta site with this namespace will *not* be shown in a user's site list by default.
|
|
121
113
|
*/
|
|
122
|
-
|
|
114
|
+
Namespace["HTML_DRAFT"] = "HTML_DRAFT";
|
|
123
115
|
/**
|
|
124
116
|
* the user-journey for Fitness users who want to start from managing their business instead of designing their website.
|
|
125
117
|
* Will be accessible from Site List and will not have a website app.
|
|
126
118
|
* Once the user attaches a site, the site will become a regular wixsite.
|
|
127
119
|
*/
|
|
128
|
-
|
|
120
|
+
Namespace["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
129
121
|
/** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
|
|
130
|
-
|
|
122
|
+
Namespace["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
131
123
|
/** It is to be used in the Business First efforts. */
|
|
132
|
-
|
|
124
|
+
Namespace["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
133
125
|
/** Bookings business flow with no site. */
|
|
134
|
-
|
|
126
|
+
Namespace["ANYWHERE"] = "ANYWHERE";
|
|
135
127
|
/** Namespace for Headless Backoffice with no editor */
|
|
136
|
-
|
|
128
|
+
Namespace["HEADLESS"] = "HEADLESS";
|
|
137
129
|
/**
|
|
138
130
|
* Namespace for master site that will exist in parent account that will be referenced by subaccounts
|
|
139
131
|
* The site will be used for account level CSM feature for enterprise
|
|
140
132
|
*/
|
|
141
|
-
|
|
133
|
+
Namespace["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
142
134
|
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
143
|
-
|
|
144
|
-
})(
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
})(DeleteStatusEnum || (DeleteStatusEnum = {}));
|
|
153
|
-
exports.DeleteStatus = DeleteStatusEnum;
|
|
135
|
+
Namespace["RISE"] = "RISE";
|
|
136
|
+
})(Namespace || (exports.Namespace = Namespace = {}));
|
|
137
|
+
var DeleteStatus;
|
|
138
|
+
(function (DeleteStatus) {
|
|
139
|
+
DeleteStatus["UNKNOWN"] = "UNKNOWN";
|
|
140
|
+
DeleteStatus["TRASH"] = "TRASH";
|
|
141
|
+
DeleteStatus["DELETED"] = "DELETED";
|
|
142
|
+
DeleteStatus["PENDING_PURGE"] = "PENDING_PURGE";
|
|
143
|
+
})(DeleteStatus || (exports.DeleteStatus = DeleteStatus = {}));
|
|
154
144
|
/** Determines the reset cycle of the feature usage. */
|
|
155
|
-
var
|
|
156
|
-
(function (
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
})(
|
|
167
|
-
exports.FeaturePeriod = FeaturePeriodEnum;
|
|
145
|
+
var FeaturePeriod;
|
|
146
|
+
(function (FeaturePeriod) {
|
|
147
|
+
FeaturePeriod["NO_PERIOD"] = "NO_PERIOD";
|
|
148
|
+
FeaturePeriod["MILLISECOND"] = "MILLISECOND";
|
|
149
|
+
FeaturePeriod["SECOND"] = "SECOND";
|
|
150
|
+
FeaturePeriod["MINUTE"] = "MINUTE";
|
|
151
|
+
FeaturePeriod["HOUR"] = "HOUR";
|
|
152
|
+
FeaturePeriod["DAY"] = "DAY";
|
|
153
|
+
FeaturePeriod["WEEK"] = "WEEK";
|
|
154
|
+
FeaturePeriod["MONTH"] = "MONTH";
|
|
155
|
+
FeaturePeriod["YEAR"] = "YEAR";
|
|
156
|
+
})(FeaturePeriod || (exports.FeaturePeriod = FeaturePeriod = {}));
|
|
168
157
|
//# sourceMappingURL=table-reservations-v1-reservation-location.types.js.map
|