@wix/table-reservations 1.0.1 → 1.0.2

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.
@@ -4,7 +4,7 @@ export interface ReservationLocation {
4
4
  * @readonly
5
5
  */
6
6
  id?: string | null;
7
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you MUST pass the latest revision. */
7
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
8
8
  revision?: string | null;
9
9
  /**
10
10
  * The date and time this reservation location was created.
@@ -19,8 +19,8 @@ export interface ReservationLocation {
19
19
  /**
20
20
  * Physical location details.
21
21
  *
22
- * This is a location object. Location objects can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
23
- * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page of a Wix site's dashboard.
22
+ * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
23
+ * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
24
24
  * @readonly
25
25
  */
26
26
  location?: Location;
@@ -115,9 +115,9 @@ export declare enum DayOfWeek {
115
115
  }
116
116
  /** Set of time periods when a location's operational hours differ from its normal business hours. */
117
117
  export interface SpecialHourPeriod {
118
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
118
+ /** Start date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
119
119
  startDate?: string;
120
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
120
+ /** End date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
121
121
  endDate?: string;
122
122
  /** Whether or not the location is closed during this period. */
123
123
  isClosed?: boolean;
@@ -229,7 +229,7 @@ export interface TurnoverRule {
229
229
  export interface ManualApproval extends ManualApprovalValueOneOf {
230
230
  /** The minimum party size that requires manual approval. */
231
231
  partySizeThreshold?: number;
232
- /** Whether manual approval requirements are shown to the customer. */
232
+ /** Whether manual approval is required for online reservations. */
233
233
  enabled?: boolean;
234
234
  }
235
235
  /** @oneof */
@@ -383,7 +383,7 @@ export interface OnlineReservations {
383
383
  }
384
384
  /** Reservation form settings. */
385
385
  export interface ReservationForm {
386
- /** A message that will be shown to the customer in the registration form. */
386
+ /** A message shown to the customer in the registration form. */
387
387
  submitMessage?: string | null;
388
388
  /** Whether to show policies (the terms and conditions, and the privacy policy) to the customer. */
389
389
  policiesEnabled?: boolean | null;
@@ -10,7 +10,7 @@ export interface ReservationLocation {
10
10
  * @readonly
11
11
  */
12
12
  _id?: string | null;
13
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you MUST pass the latest revision. */
13
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
14
14
  revision?: string | null;
15
15
  /**
16
16
  * The date and time this reservation location was created.
@@ -25,8 +25,8 @@ export interface ReservationLocation {
25
25
  /**
26
26
  * Physical location details.
27
27
  *
28
- * This is a location object. Location objects can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
29
- * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page of a Wix site's dashboard.
28
+ * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
29
+ * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
30
30
  * @readonly
31
31
  */
32
32
  location?: Location;
@@ -119,9 +119,9 @@ export declare enum DayOfWeek {
119
119
  }
120
120
  /** Set of time periods when a location's operational hours differ from its normal business hours. */
121
121
  export interface SpecialHourPeriod {
122
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
122
+ /** Start date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
123
123
  startDate?: string;
124
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
124
+ /** End date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
125
125
  endDate?: string;
126
126
  /** Whether or not the location is closed during this period. */
127
127
  isClosed?: boolean;
@@ -233,7 +233,7 @@ export interface TurnoverRule {
233
233
  export interface ManualApproval extends ManualApprovalValueOneOf {
234
234
  /** The minimum party size that requires manual approval. */
235
235
  partySizeThreshold?: number;
236
- /** Whether manual approval requirements are shown to the customer. */
236
+ /** Whether manual approval is required for online reservations. */
237
237
  enabled?: boolean;
238
238
  }
239
239
  /** @oneof */
@@ -381,7 +381,7 @@ export interface OnlineReservations {
381
381
  }
382
382
  /** Reservation form settings. */
383
383
  export interface ReservationForm {
384
- /** A message that will be shown to the customer in the registration form. */
384
+ /** A message shown to the customer in the registration form. */
385
385
  submitMessage?: string | null;
386
386
  /** Whether to show policies (the terms and conditions, and the privacy policy) to the customer. */
387
387
  policiesEnabled?: boolean | null;
@@ -1380,7 +1380,7 @@ export interface UpdateReservationLocation {
1380
1380
  * @readonly
1381
1381
  */
1382
1382
  _id?: string | null;
1383
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you MUST pass the latest revision. */
1383
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
1384
1384
  revision?: string | null;
1385
1385
  /**
1386
1386
  * The date and time this reservation location was created.
@@ -1395,8 +1395,8 @@ export interface UpdateReservationLocation {
1395
1395
  /**
1396
1396
  * Physical location details.
1397
1397
  *
1398
- * This is a location object. Location objects can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
1399
- * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page of a Wix site's dashboard.
1398
+ * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
1399
+ * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
1400
1400
  * @readonly
1401
1401
  */
1402
1402
  location?: Location;
@@ -4,7 +4,7 @@ export interface ReservationLocation {
4
4
  * @readonly
5
5
  */
6
6
  id?: string | null;
7
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you MUST pass the latest revision. */
7
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
8
8
  revision?: string | null;
9
9
  /**
10
10
  * The date and time this reservation location was created.
@@ -19,8 +19,8 @@ export interface ReservationLocation {
19
19
  /**
20
20
  * Physical location details.
21
21
  *
22
- * This is a location object. Location objects can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
23
- * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page of a Wix site's dashboard.
22
+ * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
23
+ * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
24
24
  * @readonly
25
25
  */
26
26
  location?: Location;
@@ -115,9 +115,9 @@ export declare enum DayOfWeek {
115
115
  }
116
116
  /** Set of time periods when a location's operational hours differ from its normal business hours. */
117
117
  export interface SpecialHourPeriod {
118
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
118
+ /** Start date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
119
119
  startDate?: string;
120
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
120
+ /** End date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
121
121
  endDate?: string;
122
122
  /** Whether or not the location is closed during this period. */
123
123
  isClosed?: boolean;
@@ -229,7 +229,7 @@ export interface TurnoverRule {
229
229
  export interface ManualApproval extends ManualApprovalValueOneOf {
230
230
  /** The minimum party size that requires manual approval. */
231
231
  partySizeThreshold?: number;
232
- /** Whether manual approval requirements are shown to the customer. */
232
+ /** Whether manual approval is required for online reservations. */
233
233
  enabled?: boolean;
234
234
  }
235
235
  /** @oneof */
@@ -383,7 +383,7 @@ export interface OnlineReservations {
383
383
  }
384
384
  /** Reservation form settings. */
385
385
  export interface ReservationForm {
386
- /** A message that will be shown to the customer in the registration form. */
386
+ /** A message shown to the customer in the registration form. */
387
387
  submitMessage?: string | null;
388
388
  /** Whether to show policies (the terms and conditions, and the privacy policy) to the customer. */
389
389
  policiesEnabled?: boolean | null;
@@ -10,7 +10,7 @@ export interface ReservationLocation {
10
10
  * @readonly
11
11
  */
12
12
  _id?: string | null;
13
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you MUST pass the latest revision. */
13
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
14
14
  revision?: string | null;
15
15
  /**
16
16
  * The date and time this reservation location was created.
@@ -25,8 +25,8 @@ export interface ReservationLocation {
25
25
  /**
26
26
  * Physical location details.
27
27
  *
28
- * This is a location object. Location objects can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
29
- * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page of a Wix site's dashboard.
28
+ * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
29
+ * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
30
30
  * @readonly
31
31
  */
32
32
  location?: Location;
@@ -119,9 +119,9 @@ export declare enum DayOfWeek {
119
119
  }
120
120
  /** Set of time periods when a location's operational hours differ from its normal business hours. */
121
121
  export interface SpecialHourPeriod {
122
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
122
+ /** Start date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
123
123
  startDate?: string;
124
- /** Start date and time in 24hr iso-8601 Coordinated universal time (UTC) */
124
+ /** End date and time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. */
125
125
  endDate?: string;
126
126
  /** Whether or not the location is closed during this period. */
127
127
  isClosed?: boolean;
@@ -233,7 +233,7 @@ export interface TurnoverRule {
233
233
  export interface ManualApproval extends ManualApprovalValueOneOf {
234
234
  /** The minimum party size that requires manual approval. */
235
235
  partySizeThreshold?: number;
236
- /** Whether manual approval requirements are shown to the customer. */
236
+ /** Whether manual approval is required for online reservations. */
237
237
  enabled?: boolean;
238
238
  }
239
239
  /** @oneof */
@@ -381,7 +381,7 @@ export interface OnlineReservations {
381
381
  }
382
382
  /** Reservation form settings. */
383
383
  export interface ReservationForm {
384
- /** A message that will be shown to the customer in the registration form. */
384
+ /** A message shown to the customer in the registration form. */
385
385
  submitMessage?: string | null;
386
386
  /** Whether to show policies (the terms and conditions, and the privacy policy) to the customer. */
387
387
  policiesEnabled?: boolean | null;
@@ -1380,7 +1380,7 @@ export interface UpdateReservationLocation {
1380
1380
  * @readonly
1381
1381
  */
1382
1382
  _id?: string | null;
1383
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you MUST pass the latest revision. */
1383
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
1384
1384
  revision?: string | null;
1385
1385
  /**
1386
1386
  * The date and time this reservation location was created.
@@ -1395,8 +1395,8 @@ export interface UpdateReservationLocation {
1395
1395
  /**
1396
1396
  * Physical location details.
1397
1397
  *
1398
- * This is a location object. Location objects can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
1399
- * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page of a Wix site's dashboard.
1398
+ * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
1399
+ * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
1400
1400
  * @readonly
1401
1401
  */
1402
1402
  location?: Location;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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": "9912f438c81dca01b49016a9ba3023123c9f48eaccf052f79edf818c"
37
+ "falconPackageHash": "cd08b777f69b095f638345ae1391bb4546bcd4ec4716c09af83d1c1d"
38
38
  }