@wix/table-reservations 1.0.4 → 1.0.6

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.
Files changed (61) hide show
  1. package/build/cjs/index.d.ts +1 -0
  2. package/build/cjs/index.js +2 -1
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +1 -0
  5. package/build/cjs/index.typings.js +2 -1
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +1 -0
  8. package/build/cjs/meta.js +2 -1
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/src/table-reservations-v1-reservation.http.d.ts +4 -1
  11. package/build/cjs/src/table-reservations-v1-reservation.http.js +4 -1
  12. package/build/cjs/src/table-reservations-v1-reservation.http.js.map +1 -1
  13. package/build/cjs/src/table-reservations-v1-reservation.universal.d.ts +2 -1
  14. package/build/cjs/src/table-reservations-v1-reservation.universal.js +2 -1
  15. package/build/cjs/src/table-reservations-v1-reservation.universal.js.map +1 -1
  16. package/build/cjs/src/table-reservations-v1-time-slot.http.d.ts +12 -0
  17. package/build/cjs/src/table-reservations-v1-time-slot.http.js +114 -0
  18. package/build/cjs/src/table-reservations-v1-time-slot.http.js.map +1 -0
  19. package/build/cjs/src/table-reservations-v1-time-slot.meta.d.ts +13 -0
  20. package/build/cjs/src/table-reservations-v1-time-slot.meta.js +43 -0
  21. package/build/cjs/src/table-reservations-v1-time-slot.meta.js.map +1 -0
  22. package/build/cjs/src/table-reservations-v1-time-slot.public.d.ts +8 -0
  23. package/build/cjs/src/table-reservations-v1-time-slot.public.js +17 -0
  24. package/build/cjs/src/table-reservations-v1-time-slot.public.js.map +1 -0
  25. package/build/cjs/src/table-reservations-v1-time-slot.types.d.ts +119 -0
  26. package/build/cjs/src/table-reservations-v1-time-slot.types.js +32 -0
  27. package/build/cjs/src/table-reservations-v1-time-slot.types.js.map +1 -0
  28. package/build/cjs/src/table-reservations-v1-time-slot.universal.d.ts +156 -0
  29. package/build/cjs/src/table-reservations-v1-time-slot.universal.js +159 -0
  30. package/build/cjs/src/table-reservations-v1-time-slot.universal.js.map +1 -0
  31. package/build/es/index.d.ts +1 -0
  32. package/build/es/index.js +1 -0
  33. package/build/es/index.js.map +1 -1
  34. package/build/es/index.typings.d.ts +1 -0
  35. package/build/es/index.typings.js +1 -0
  36. package/build/es/index.typings.js.map +1 -1
  37. package/build/es/meta.d.ts +1 -0
  38. package/build/es/meta.js +1 -0
  39. package/build/es/meta.js.map +1 -1
  40. package/build/es/src/table-reservations-v1-reservation.http.d.ts +4 -1
  41. package/build/es/src/table-reservations-v1-reservation.http.js +4 -1
  42. package/build/es/src/table-reservations-v1-reservation.http.js.map +1 -1
  43. package/build/es/src/table-reservations-v1-reservation.universal.d.ts +2 -1
  44. package/build/es/src/table-reservations-v1-reservation.universal.js +2 -1
  45. package/build/es/src/table-reservations-v1-reservation.universal.js.map +1 -1
  46. package/build/es/src/table-reservations-v1-time-slot.http.d.ts +12 -0
  47. package/build/es/src/table-reservations-v1-time-slot.http.js +110 -0
  48. package/build/es/src/table-reservations-v1-time-slot.http.js.map +1 -0
  49. package/build/es/src/table-reservations-v1-time-slot.meta.d.ts +13 -0
  50. package/build/es/src/table-reservations-v1-time-slot.meta.js +20 -0
  51. package/build/es/src/table-reservations-v1-time-slot.meta.js.map +1 -0
  52. package/build/es/src/table-reservations-v1-time-slot.public.d.ts +8 -0
  53. package/build/es/src/table-reservations-v1-time-slot.public.js +9 -0
  54. package/build/es/src/table-reservations-v1-time-slot.public.js.map +1 -0
  55. package/build/es/src/table-reservations-v1-time-slot.types.d.ts +119 -0
  56. package/build/es/src/table-reservations-v1-time-slot.types.js +29 -0
  57. package/build/es/src/table-reservations-v1-time-slot.types.js.map +1 -0
  58. package/build/es/src/table-reservations-v1-time-slot.universal.d.ts +156 -0
  59. package/build/es/src/table-reservations-v1-time-slot.universal.js +136 -0
  60. package/build/es/src/table-reservations-v1-time-slot.universal.js.map +1 -0
  61. package/package.json +2 -2
@@ -0,0 +1,110 @@
1
+ import { serializer } from '@wix/metro-runtime/ambassador';
2
+ import { resolveUrl } from '@wix/metro-runtime';
3
+ const _getTimeSlotsRequest = { date: 'google.protobuf.Timestamp' };
4
+ const _getTimeSlotsResponse = { timeSlots: '_timeSlot' };
5
+ const _timeSlot = { startDate: 'google.protobuf.Timestamp' };
6
+ function resolveWixTableReservationsTimeSlotV1TimeSlotsServiceUrl(opts) {
7
+ const domainToMappings = {
8
+ _: [
9
+ {
10
+ srcPath: '/_api/table-reservations/reservations',
11
+ destPath: '',
12
+ },
13
+ ],
14
+ 'editor.wixapps.net': [
15
+ {
16
+ srcPath: '/_api/table-reservations/reservations',
17
+ destPath: '',
18
+ },
19
+ ],
20
+ 'manage._base_domain_': [
21
+ {
22
+ srcPath: '/_api/table-reservations/reservations',
23
+ destPath: '',
24
+ },
25
+ ],
26
+ 'www._base_domain_': [
27
+ {
28
+ srcPath: '/_api/table-reservations/reservations',
29
+ destPath: '',
30
+ },
31
+ ],
32
+ 'api._api_base_domain_': [
33
+ {
34
+ srcPath: '/table-reservations/reservations',
35
+ destPath: '',
36
+ },
37
+ ],
38
+ '*.dev.wix-code.com': [
39
+ {
40
+ srcPath: '/_api/table-reservations/reservations',
41
+ destPath: '',
42
+ },
43
+ ],
44
+ 'editor._base_domain_': [
45
+ {
46
+ srcPath: '/_api/table-reservations/reservations',
47
+ destPath: '',
48
+ },
49
+ ],
50
+ 'blocks._base_domain_': [
51
+ {
52
+ srcPath: '/_api/table-reservations/reservations',
53
+ destPath: '',
54
+ },
55
+ ],
56
+ 'create.editorx': [
57
+ {
58
+ srcPath: '/_api/table-reservations/reservations',
59
+ destPath: '',
60
+ },
61
+ ],
62
+ 'bo._base_domain_': [
63
+ {
64
+ srcPath: '/_api/table-reservations/reservations',
65
+ destPath: '',
66
+ },
67
+ ],
68
+ 'www.wixapis.com': [
69
+ {
70
+ srcPath: '/table-reservations/reservations',
71
+ destPath: '',
72
+ },
73
+ ],
74
+ };
75
+ return resolveUrl(Object.assign(opts, { domainToMappings }));
76
+ }
77
+ /**
78
+ * Returns a list of time slots at a given restaurant on a given `date`, and their availability for a given `partySize`.
79
+ *
80
+ * Without passing optional parameters, the list will contain a single time slot at the given `date`.
81
+ * Use `slotsBefore` and `slotsAfter` to get additional time slots before and after the given `date`.
82
+ *
83
+ * If you do not provide a `duration`, it will be calculated by the server based on the reservation location's configuration, and previous reservations made at that location.
84
+ * The reservation location's settings used to determine the duration are its `defaultTurnoverTime` and `turnoverTimeRules`. These specify how much time should be allotted for a reservation of a party of a given size.
85
+ */
86
+ export function getTimeSlots(payload) {
87
+ const { toJSON: toReq, fromJSON: fromReq } = serializer(_getTimeSlotsRequest, {});
88
+ const { fromJSON: fromRes } = serializer(_getTimeSlotsResponse, {
89
+ _timeSlot,
90
+ });
91
+ function __getTimeSlots({ host }) {
92
+ const serializedData = toReq(payload);
93
+ const metadata = {
94
+ entityFqdn: 'wix.table_reservations.v1.time_slot',
95
+ method: 'POST',
96
+ methodFqn: 'wix.table_reservations.time_slot.v1.TimeSlotsService.GetTimeSlots',
97
+ url: resolveWixTableReservationsTimeSlotV1TimeSlotsServiceUrl({
98
+ protoPath: '/v1/time-slots',
99
+ data: serializedData,
100
+ host,
101
+ }),
102
+ data: serializedData,
103
+ transformResponse: fromRes,
104
+ };
105
+ return metadata;
106
+ }
107
+ __getTimeSlots.fromReq = fromReq;
108
+ return __getTimeSlots;
109
+ }
110
+ //# sourceMappingURL=table-reservations-v1-time-slot.http.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-reservations-v1-time-slot.http.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-time-slot.http.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAShD,MAAM,oBAAoB,GAAG,EAAE,IAAI,EAAE,2BAA2B,EAAE,CAAC;AACnE,MAAM,qBAAqB,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;AACzD,MAAM,SAAS,GAAG,EAAE,SAAS,EAAE,2BAA2B,EAAE,CAAC;AAE7D,SAAS,wDAAwD,CAC/D,IAA8C;IAE9C,MAAM,gBAAgB,GAAG;QACvB,CAAC,EAAE;YACD;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,oBAAoB,EAAE;YACpB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,sBAAsB,EAAE;YACtB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,mBAAmB,EAAE;YACnB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,uBAAuB,EAAE;YACvB;gBACE,OAAO,EAAE,kCAAkC;gBAC3C,QAAQ,EAAE,EAAE;aACb;SACF;QACD,oBAAoB,EAAE;YACpB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,sBAAsB,EAAE;YACtB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,sBAAsB,EAAE;YACtB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,gBAAgB,EAAE;YAChB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,kBAAkB,EAAE;YAClB;gBACE,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,EAAE;aACb;SACF;QACD,iBAAiB,EAAE;YACjB;gBACE,OAAO,EAAE,kCAAkC;gBAC3C,QAAQ,EAAE,EAAE;aACb;SACF;KACF,CAAC;IAEF,OAAO,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC;AAC/D,CAAC;AAED;;;;;;;;GAQG;AACH,MAAM,UAAU,YAAY,CAC1B,OAA4B;IAI5B,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,UAAU,CACrD,oBAAoB,EACpB,EAAE,CACH,CAAC;IACF,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,UAAU,CAAC,qBAAqB,EAAE;QAC9D,SAAS;KACV,CAAC,CAAC;IAEH,SAAS,cAAc,CAAC,EAAE,IAAI,EAAO;QACnC,MAAM,cAAc,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,MAAM,QAAQ,GAAG;YACf,UAAU,EAAE,qCAAqC;YACjD,MAAM,EAAE,MAAa;YACrB,SAAS,EACP,mEAAmE;YACrE,GAAG,EAAE,wDAAwD,CAAC;gBAC5D,SAAS,EAAE,gBAAgB;gBAC3B,IAAI,EAAE,cAAc;gBACpB,IAAI;aACL,CAAC;YACF,IAAI,EAAE,cAAc;YACpB,iBAAiB,EAAE,OAAO;SAC3B,CAAC;QAEF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,cAAc,CAAC,OAAO,GAAG,OAAO,CAAC;IAEjC,OAAO,cAAc,CAAC;AACxB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as ambassadorWixTableReservationsV1TimeSlotTypes from './table-reservations-v1-time-slot.types';
2
+ import * as ambassadorWixTableReservationsV1TimeSlotUniversalTypes from './table-reservations-v1-time-slot.universal';
3
+ export declare type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
4
+ getUrl: (context: any) => string;
5
+ httpMethod: K;
6
+ path: string;
7
+ pathParams: M;
8
+ __requestType: T;
9
+ __originalRequestType: S;
10
+ __responseType: Q;
11
+ __originalResponseType: R;
12
+ };
13
+ export declare function getTimeSlots(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixTableReservationsV1TimeSlotUniversalTypes.GetTimeSlotsRequest, ambassadorWixTableReservationsV1TimeSlotTypes.GetTimeSlotsRequest, ambassadorWixTableReservationsV1TimeSlotUniversalTypes.GetTimeSlotsResponse & ambassadorWixTableReservationsV1TimeSlotUniversalTypes.GetTimeSlotsResponseNonNullableFields, ambassadorWixTableReservationsV1TimeSlotTypes.GetTimeSlotsResponse & ambassadorWixTableReservationsV1TimeSlotTypes.GetTimeSlotsResponseNonNullableFields>;
@@ -0,0 +1,20 @@
1
+ import * as ambassadorWixTableReservationsV1TimeSlot from './table-reservations-v1-time-slot.http';
2
+ export function getTimeSlots() {
3
+ const payload = {};
4
+ const getRequestOptions = ambassadorWixTableReservationsV1TimeSlot.getTimeSlots(payload);
5
+ const getUrl = (context) => {
6
+ const { url } = getRequestOptions(context);
7
+ return url;
8
+ };
9
+ return {
10
+ getUrl,
11
+ httpMethod: 'POST',
12
+ path: '/v1/time-slots',
13
+ pathParams: {},
14
+ __requestType: null,
15
+ __originalRequestType: null,
16
+ __responseType: null,
17
+ __originalResponseType: null,
18
+ };
19
+ }
20
+ //# sourceMappingURL=table-reservations-v1-time-slot.meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-reservations-v1-time-slot.meta.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-time-slot.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,wCAAwC,MAAM,wCAAwC,CAAC;AAsBnG,MAAM,UAAU,YAAY;IAU1B,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,wCAAwC,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IAEjE,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,gBAAgB;QACtB,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { HttpClient } from '@wix/sdk-types';
2
+ import { GetTimeSlotsOptions } from './table-reservations-v1-time-slot.universal';
3
+ export declare const __metadata: {
4
+ PACKAGE_NAME: string;
5
+ };
6
+ export declare function getTimeSlots(httpClient: HttpClient): (reservationLocationId: string, date: Date, partySize: number | null, options?: GetTimeSlotsOptions | undefined) => Promise<import("./table-reservations-v1-time-slot.universal").GetTimeSlotsResponse & import("./table-reservations-v1-time-slot.universal").GetTimeSlotsResponseNonNullableFields>;
7
+ export { Status, TableConflictType, TableCombinationConflictType, Type, } from './table-reservations-v1-time-slot.universal';
8
+ export { TimeSlot, TimeSlotTableCombination, GetTimeSlotsRequest, GetTimeSlotsResponse, CheckReservationDetailsRequest, CheckReservationDetailsResponse, Table, TableConflict, TableCombination, TableCombinationConflict, ReservationLocationConflict, GetTimeSlotsResponseNonNullableFields, GetTimeSlotsOptions, } from './table-reservations-v1-time-slot.universal';
@@ -0,0 +1,9 @@
1
+ import { getTimeSlots as universalGetTimeSlots, } from './table-reservations-v1-time-slot.universal';
2
+ export const __metadata = { PACKAGE_NAME: '@wix/table-reservations' };
3
+ export function getTimeSlots(httpClient) {
4
+ return (reservationLocationId, date, partySize, options) => universalGetTimeSlots(reservationLocationId, date, partySize, options,
5
+ // @ts-ignore
6
+ { httpClient });
7
+ }
8
+ export { Status, TableConflictType, TableCombinationConflictType, Type, } from './table-reservations-v1-time-slot.universal';
9
+ //# sourceMappingURL=table-reservations-v1-time-slot.public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-reservations-v1-time-slot.public.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-time-slot.public.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,IAAI,qBAAqB,GAEtC,MAAM,6CAA6C,CAAC;AAErD,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,yBAAyB,EAAE,CAAC;AAEtE,MAAM,UAAU,YAAY,CAAC,UAAsB;IACjD,OAAO,CACL,qBAA6B,EAC7B,IAAU,EACV,SAAwB,EACxB,OAA6B,EAC7B,EAAE,CACF,qBAAqB,CACnB,qBAAqB,EACrB,IAAI,EACJ,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,OAAO,EACL,MAAM,EACN,iBAAiB,EACjB,4BAA4B,EAC5B,IAAI,GACL,MAAM,6CAA6C,CAAC"}
@@ -0,0 +1,119 @@
1
+ export interface TimeSlot {
2
+ /** Start date and time of this time slot. */
3
+ startDate?: Date;
4
+ /** Duration in minutes of this time slot. */
5
+ duration?: number;
6
+ /** Availability status of this time slot. */
7
+ status?: Status;
8
+ /** Whether manual approval is required to make a reservation in this time slot. */
9
+ manualApproval?: boolean | null;
10
+ }
11
+ export declare enum Status {
12
+ AVAILABLE = "AVAILABLE",
13
+ UNAVAILABLE = "UNAVAILABLE",
14
+ NON_WORKING_HOURS = "NON_WORKING_HOURS"
15
+ }
16
+ /** Table combination. */
17
+ export interface TimeSlotTableCombination {
18
+ /** Table IDs of the tables in the combination. */
19
+ tableIds?: string[];
20
+ }
21
+ export interface GetTimeSlotsRequest {
22
+ /** ID of the reservation location for which to retrieve time slots. */
23
+ reservationLocationId: string;
24
+ /** Date and time for which to retrieve a time slot. */
25
+ date: Date;
26
+ /**
27
+ * Duration in minutes of the time slot.
28
+ *
29
+ * Min: `5`
30
+ */
31
+ duration?: number | null;
32
+ /**
33
+ * Size of the party that needs to be seated during this time slot.
34
+ *
35
+ * Min: `1`
36
+ */
37
+ partySize: number | null;
38
+ /** The number of time slots to retrieve before the given `date`. */
39
+ slotsBefore?: number | null;
40
+ /** The number of time slots to retrieve after the given `date`. */
41
+ slotsAfter?: number | null;
42
+ }
43
+ export interface GetTimeSlotsResponse {
44
+ /** A list of time slots and their availabilities according to the given party size. */
45
+ timeSlots?: TimeSlot[];
46
+ }
47
+ export interface CheckReservationDetailsRequest {
48
+ /** Reservation location ID. */
49
+ reservationLocationId?: string;
50
+ /** Date. */
51
+ date?: Date;
52
+ /** Duration. */
53
+ duration?: number | null;
54
+ /** Party size. */
55
+ partySize?: number | null;
56
+ /** Reservation, that should be ignored during the check. */
57
+ excludeReservationId?: string | null;
58
+ /** Requested table combination. */
59
+ tableIds?: string[];
60
+ }
61
+ export interface CheckReservationDetailsResponse {
62
+ /** Tables states. */
63
+ tables?: Table[];
64
+ /** Table combinations states. */
65
+ tableCombinations?: TableCombination[];
66
+ /** Reservation location conflicts. */
67
+ reservationLocationConflicts?: ReservationLocationConflict[];
68
+ /** Requested table combination state. */
69
+ requestedTableCombination?: TableCombination;
70
+ }
71
+ export interface Table {
72
+ id?: string;
73
+ /** Table conflicts. */
74
+ tableConflicts?: TableConflict[];
75
+ }
76
+ export interface TableConflict {
77
+ /** Conflict type. */
78
+ type?: TableConflictType;
79
+ }
80
+ export declare enum TableConflictType {
81
+ UNKNOWN = "UNKNOWN",
82
+ TABLE_RESERVED = "TABLE_RESERVED",
83
+ TABLE_TOO_BIG = "TABLE_TOO_BIG",
84
+ TABLE_TOO_SMALL = "TABLE_TOO_SMALL",
85
+ OFFLINE_ONLY = "OFFLINE_ONLY"
86
+ }
87
+ export interface TableCombination {
88
+ tableIds?: string[];
89
+ tableCombinationConflicts?: TableCombinationConflict[];
90
+ }
91
+ export interface TableCombinationConflict {
92
+ /** Conflict type. */
93
+ type?: TableCombinationConflictType;
94
+ }
95
+ export declare enum TableCombinationConflictType {
96
+ UNKNOWN = "UNKNOWN",
97
+ RESERVED = "RESERVED",
98
+ TOO_BIG = "TOO_BIG",
99
+ TOO_SMALL = "TOO_SMALL",
100
+ OFFLINE_ONLY = "OFFLINE_ONLY"
101
+ }
102
+ export interface ReservationLocationConflict {
103
+ /** Reservation location conflict type. */
104
+ type?: Type;
105
+ }
106
+ export declare enum Type {
107
+ UNKNOWN = "UNKNOWN",
108
+ PARTY_PACING = "PARTY_PACING",
109
+ SEAT_PACING = "SEAT_PACING"
110
+ }
111
+ export interface GetTimeSlotsResponseNonNullableFields {
112
+ timeSlots: {
113
+ duration: number;
114
+ status: Status;
115
+ tableCombinations: {
116
+ tableIds: string[];
117
+ }[];
118
+ }[];
119
+ }
@@ -0,0 +1,29 @@
1
+ export var Status;
2
+ (function (Status) {
3
+ Status["AVAILABLE"] = "AVAILABLE";
4
+ Status["UNAVAILABLE"] = "UNAVAILABLE";
5
+ Status["NON_WORKING_HOURS"] = "NON_WORKING_HOURS";
6
+ })(Status || (Status = {}));
7
+ export var TableConflictType;
8
+ (function (TableConflictType) {
9
+ TableConflictType["UNKNOWN"] = "UNKNOWN";
10
+ TableConflictType["TABLE_RESERVED"] = "TABLE_RESERVED";
11
+ TableConflictType["TABLE_TOO_BIG"] = "TABLE_TOO_BIG";
12
+ TableConflictType["TABLE_TOO_SMALL"] = "TABLE_TOO_SMALL";
13
+ TableConflictType["OFFLINE_ONLY"] = "OFFLINE_ONLY";
14
+ })(TableConflictType || (TableConflictType = {}));
15
+ export var TableCombinationConflictType;
16
+ (function (TableCombinationConflictType) {
17
+ TableCombinationConflictType["UNKNOWN"] = "UNKNOWN";
18
+ TableCombinationConflictType["RESERVED"] = "RESERVED";
19
+ TableCombinationConflictType["TOO_BIG"] = "TOO_BIG";
20
+ TableCombinationConflictType["TOO_SMALL"] = "TOO_SMALL";
21
+ TableCombinationConflictType["OFFLINE_ONLY"] = "OFFLINE_ONLY";
22
+ })(TableCombinationConflictType || (TableCombinationConflictType = {}));
23
+ export var Type;
24
+ (function (Type) {
25
+ Type["UNKNOWN"] = "UNKNOWN";
26
+ Type["PARTY_PACING"] = "PARTY_PACING";
27
+ Type["SEAT_PACING"] = "SEAT_PACING";
28
+ })(Type || (Type = {}));
29
+ //# sourceMappingURL=table-reservations-v1-time-slot.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-reservations-v1-time-slot.types.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-time-slot.types.ts"],"names":[],"mappings":"AAWA,MAAM,CAAN,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,iCAAuB,CAAA;IACvB,qCAA2B,CAAA;IAC3B,iDAAuC,CAAA;AACzC,CAAC,EAJW,MAAM,KAAN,MAAM,QAIjB;AAyED,MAAM,CAAN,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,sDAAiC,CAAA;IACjC,oDAA+B,CAAA;IAC/B,wDAAmC,CAAA;IACnC,kDAA6B,CAAA;AAC/B,CAAC,EANW,iBAAiB,KAAjB,iBAAiB,QAM5B;AAYD,MAAM,CAAN,IAAY,4BAMX;AAND,WAAY,4BAA4B;IACtC,mDAAmB,CAAA;IACnB,qDAAqB,CAAA;IACrB,mDAAmB,CAAA;IACnB,uDAAuB,CAAA;IACvB,6DAA6B,CAAA;AAC/B,CAAC,EANW,4BAA4B,KAA5B,4BAA4B,QAMvC;AAOD,MAAM,CAAN,IAAY,IAIX;AAJD,WAAY,IAAI;IACd,2BAAmB,CAAA;IACnB,qCAA6B,CAAA;IAC7B,mCAA2B,CAAA;AAC7B,CAAC,EAJW,IAAI,KAAJ,IAAI,QAIf"}
@@ -0,0 +1,156 @@
1
+ export declare const __debug: {
2
+ verboseLogging: {
3
+ on: () => boolean;
4
+ off: () => boolean;
5
+ };
6
+ };
7
+ export interface TimeSlot {
8
+ /** Start date and time of this time slot. */
9
+ startDate?: Date;
10
+ /** Duration in minutes of this time slot. */
11
+ duration?: number;
12
+ /** Availability status of this time slot. */
13
+ status?: Status;
14
+ /** Whether manual approval is required to make a reservation in this time slot. */
15
+ manualApproval?: boolean | null;
16
+ }
17
+ export declare enum Status {
18
+ AVAILABLE = "AVAILABLE",
19
+ UNAVAILABLE = "UNAVAILABLE",
20
+ NON_WORKING_HOURS = "NON_WORKING_HOURS"
21
+ }
22
+ /** Table combination. */
23
+ export interface TimeSlotTableCombination {
24
+ /** Table IDs of the tables in the combination. */
25
+ tableIds?: string[];
26
+ }
27
+ export interface GetTimeSlotsRequest {
28
+ /** ID of the reservation location for which to retrieve time slots. */
29
+ reservationLocationId: string;
30
+ /** Date and time for which to retrieve a time slot. */
31
+ date: Date;
32
+ /**
33
+ * Duration in minutes of the time slot.
34
+ *
35
+ * Min: `5`
36
+ */
37
+ duration?: number | null;
38
+ /**
39
+ * Size of the party that needs to be seated during this time slot.
40
+ *
41
+ * Min: `1`
42
+ */
43
+ partySize: number | null;
44
+ /** The number of time slots to retrieve before the given `date`. */
45
+ slotsBefore?: number | null;
46
+ /** The number of time slots to retrieve after the given `date`. */
47
+ slotsAfter?: number | null;
48
+ }
49
+ export interface GetTimeSlotsResponse {
50
+ /** A list of time slots and their availabilities according to the given party size. */
51
+ timeSlots?: TimeSlot[];
52
+ }
53
+ export interface CheckReservationDetailsRequest {
54
+ /** Reservation location ID. */
55
+ reservationLocationId?: string;
56
+ /** Date. */
57
+ date?: Date;
58
+ /** Duration. */
59
+ duration?: number | null;
60
+ /** Party size. */
61
+ partySize?: number | null;
62
+ /** Reservation, that should be ignored during the check. */
63
+ excludeReservationId?: string | null;
64
+ /** Requested table combination. */
65
+ tableIds?: string[];
66
+ }
67
+ export interface CheckReservationDetailsResponse {
68
+ /** Tables states. */
69
+ tables?: Table[];
70
+ /** Table combinations states. */
71
+ tableCombinations?: TableCombination[];
72
+ /** Reservation location conflicts. */
73
+ reservationLocationConflicts?: ReservationLocationConflict[];
74
+ /** Requested table combination state. */
75
+ requestedTableCombination?: TableCombination;
76
+ }
77
+ export interface Table {
78
+ _id?: string;
79
+ /** Table conflicts. */
80
+ tableConflicts?: TableConflict[];
81
+ }
82
+ export interface TableConflict {
83
+ /** Conflict type. */
84
+ type?: TableConflictType;
85
+ }
86
+ export declare enum TableConflictType {
87
+ UNKNOWN = "UNKNOWN",
88
+ TABLE_RESERVED = "TABLE_RESERVED",
89
+ TABLE_TOO_BIG = "TABLE_TOO_BIG",
90
+ TABLE_TOO_SMALL = "TABLE_TOO_SMALL",
91
+ OFFLINE_ONLY = "OFFLINE_ONLY"
92
+ }
93
+ export interface TableCombination {
94
+ tableIds?: string[];
95
+ tableCombinationConflicts?: TableCombinationConflict[];
96
+ }
97
+ export interface TableCombinationConflict {
98
+ /** Conflict type. */
99
+ type?: TableCombinationConflictType;
100
+ }
101
+ export declare enum TableCombinationConflictType {
102
+ UNKNOWN = "UNKNOWN",
103
+ RESERVED = "RESERVED",
104
+ TOO_BIG = "TOO_BIG",
105
+ TOO_SMALL = "TOO_SMALL",
106
+ OFFLINE_ONLY = "OFFLINE_ONLY"
107
+ }
108
+ export interface ReservationLocationConflict {
109
+ /** Reservation location conflict type. */
110
+ type?: Type;
111
+ }
112
+ export declare enum Type {
113
+ UNKNOWN = "UNKNOWN",
114
+ PARTY_PACING = "PARTY_PACING",
115
+ SEAT_PACING = "SEAT_PACING"
116
+ }
117
+ export interface GetTimeSlotsResponseNonNullableFields {
118
+ timeSlots: {
119
+ duration: number;
120
+ status: Status;
121
+ }[];
122
+ }
123
+ /**
124
+ * Returns a list of time slots at a given restaurant on a given `date`, and their availability for a given `partySize`.
125
+ *
126
+ * Without passing optional parameters, the list will contain a single time slot at the given `date`.
127
+ * Use `slotsBefore` and `slotsAfter` to get additional time slots before and after the given `date`.
128
+ *
129
+ * If you do not provide a `duration`, it will be calculated by the server based on the reservation location's configuration, and previous reservations made at that location.
130
+ * The reservation location's settings used to determine the duration are its `defaultTurnoverTime` and `turnoverTimeRules`. These specify how much time should be allotted for a reservation of a party of a given size.
131
+ * @param reservationLocationId - ID of the reservation location for which to retrieve time slots.
132
+ * @param date - Date and time for which to retrieve a time slot.
133
+ * @param partySize - Size of the party that needs to be seated during this time slot.
134
+ *
135
+ * Min: `1`
136
+ * @public
137
+ * @documentationMaturity preview
138
+ * @requiredField date
139
+ * @requiredField partySize
140
+ * @requiredField reservationLocationId
141
+ * @applicableIdentity MEMBER
142
+ * @applicableIdentity VISITOR
143
+ */
144
+ export declare function getTimeSlots(reservationLocationId: string, date: Date, partySize: number | null, options?: GetTimeSlotsOptions): Promise<GetTimeSlotsResponse & GetTimeSlotsResponseNonNullableFields>;
145
+ export interface GetTimeSlotsOptions {
146
+ /**
147
+ * Duration in minutes of the time slot.
148
+ *
149
+ * Min: `5`
150
+ */
151
+ duration?: number | null;
152
+ /** The number of time slots to retrieve before the given `date`. */
153
+ slotsBefore?: number | null;
154
+ /** The number of time slots to retrieve after the given `date`. */
155
+ slotsAfter?: number | null;
156
+ }
@@ -0,0 +1,136 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import { serializer, transformError } from '@wix/metro-runtime/velo';
11
+ import * as ambassadorWixTableReservationsV1TimeSlot from './table-reservations-v1-time-slot.http';
12
+ let __verbose = false;
13
+ function __log(...args) {
14
+ __verbose && console.log(...args);
15
+ }
16
+ function __inspect(obj) {
17
+ return obj;
18
+ }
19
+ export const __debug = {
20
+ verboseLogging: {
21
+ on: () => (__verbose = true),
22
+ off: () => (__verbose = false),
23
+ },
24
+ };
25
+ const _toVeloEntity = '$';
26
+ const _fromVeloEntity = '$';
27
+ export var Status;
28
+ (function (Status) {
29
+ Status["AVAILABLE"] = "AVAILABLE";
30
+ Status["UNAVAILABLE"] = "UNAVAILABLE";
31
+ Status["NON_WORKING_HOURS"] = "NON_WORKING_HOURS";
32
+ })(Status || (Status = {}));
33
+ export var TableConflictType;
34
+ (function (TableConflictType) {
35
+ TableConflictType["UNKNOWN"] = "UNKNOWN";
36
+ TableConflictType["TABLE_RESERVED"] = "TABLE_RESERVED";
37
+ TableConflictType["TABLE_TOO_BIG"] = "TABLE_TOO_BIG";
38
+ TableConflictType["TABLE_TOO_SMALL"] = "TABLE_TOO_SMALL";
39
+ TableConflictType["OFFLINE_ONLY"] = "OFFLINE_ONLY";
40
+ })(TableConflictType || (TableConflictType = {}));
41
+ export var TableCombinationConflictType;
42
+ (function (TableCombinationConflictType) {
43
+ TableCombinationConflictType["UNKNOWN"] = "UNKNOWN";
44
+ TableCombinationConflictType["RESERVED"] = "RESERVED";
45
+ TableCombinationConflictType["TOO_BIG"] = "TOO_BIG";
46
+ TableCombinationConflictType["TOO_SMALL"] = "TOO_SMALL";
47
+ TableCombinationConflictType["OFFLINE_ONLY"] = "OFFLINE_ONLY";
48
+ })(TableCombinationConflictType || (TableCombinationConflictType = {}));
49
+ export var Type;
50
+ (function (Type) {
51
+ Type["UNKNOWN"] = "UNKNOWN";
52
+ Type["PARTY_PACING"] = "PARTY_PACING";
53
+ Type["SEAT_PACING"] = "SEAT_PACING";
54
+ })(Type || (Type = {}));
55
+ const _getTimeSlotsRequest = {};
56
+ const _getTimeSlotsResponse = {};
57
+ /**
58
+ * Returns a list of time slots at a given restaurant on a given `date`, and their availability for a given `partySize`.
59
+ *
60
+ * Without passing optional parameters, the list will contain a single time slot at the given `date`.
61
+ * Use `slotsBefore` and `slotsAfter` to get additional time slots before and after the given `date`.
62
+ *
63
+ * If you do not provide a `duration`, it will be calculated by the server based on the reservation location's configuration, and previous reservations made at that location.
64
+ * The reservation location's settings used to determine the duration are its `defaultTurnoverTime` and `turnoverTimeRules`. These specify how much time should be allotted for a reservation of a party of a given size.
65
+ * @param reservationLocationId - ID of the reservation location for which to retrieve time slots.
66
+ * @param date - Date and time for which to retrieve a time slot.
67
+ * @param partySize - Size of the party that needs to be seated during this time slot.
68
+ *
69
+ * Min: `1`
70
+ * @public
71
+ * @documentationMaturity preview
72
+ * @requiredField date
73
+ * @requiredField partySize
74
+ * @requiredField reservationLocationId
75
+ * @applicableIdentity MEMBER
76
+ * @applicableIdentity VISITOR
77
+ */
78
+ export function getTimeSlots(reservationLocationId, date, partySize, options) {
79
+ var _a, _b, _c;
80
+ return __awaiter(this, arguments, void 0, function* () {
81
+ const requestTransformation = {
82
+ reservationLocationId: '$[0]',
83
+ date: '$[1]',
84
+ partySize: '$[2]',
85
+ duration: '$[3].duration',
86
+ slotsBefore: '$[3].slotsBefore',
87
+ slotsAfter: '$[3].slotsAfter',
88
+ };
89
+ const responseTransformation = '$';
90
+ // @ts-ignore
91
+ const { httpClient, sideEffects } = arguments[4];
92
+ const { toAmbassadorRequest } = serializer({
93
+ rootSchema: _getTimeSlotsRequest,
94
+ depSchemas: {},
95
+ fqdnTransformation: {
96
+ paths: [],
97
+ transformation: _fromVeloEntity,
98
+ },
99
+ customTransformation: requestTransformation,
100
+ });
101
+ const { fromJSON } = serializer({
102
+ rootSchema: _getTimeSlotsResponse,
103
+ depSchemas: {},
104
+ fqdnTransformation: {
105
+ paths: [...['Array#timeSlots']],
106
+ transformation: _toVeloEntity,
107
+ },
108
+ customTransformation: responseTransformation,
109
+ });
110
+ const payload = toAmbassadorRequest([
111
+ reservationLocationId,
112
+ date,
113
+ partySize,
114
+ options,
115
+ ]);
116
+ const reqOpts = ambassadorWixTableReservationsV1TimeSlot.getTimeSlots(payload);
117
+ __log(`"GetTimeSlots" sending request with: ${__inspect(reqOpts)}`);
118
+ (_a = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSiteCall) === null || _a === void 0 ? void 0 : _a.call(sideEffects);
119
+ try {
120
+ const result = yield httpClient.request(reqOpts);
121
+ (_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
122
+ return fromJSON(result.data);
123
+ }
124
+ catch (err) {
125
+ const transformedError = transformError(err, requestTransformation, [
126
+ 'reservationLocationId',
127
+ 'date',
128
+ 'partySize',
129
+ 'options',
130
+ ]);
131
+ (_c = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onError) === null || _c === void 0 ? void 0 : _c.call(sideEffects, err);
132
+ throw transformedError;
133
+ }
134
+ });
135
+ }
136
+ //# sourceMappingURL=table-reservations-v1-time-slot.universal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-reservations-v1-time-slot.universal.js","sourceRoot":"","sources":["../../../src/table-reservations-v1-time-slot.universal.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "groupId": "com.wixpress.public-sdk-autogen"
35
35
  }
36
36
  },
37
- "falconPackageHash": "c75d56b8b0cc3de40183ccf2397f5eb7193f3f98812cb1abf858e19a"
37
+ "falconPackageHash": "8ecdfaaa4b90231a18224fbf37d11c271942e57eca22216bb744c445"
38
38
  }