@wix/table-reservations 1.0.172 → 1.0.173

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.172",
3
+ "version": "1.0.173",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,8 +21,8 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/table-reservations_reservation-locations": "1.0.77",
25
- "@wix/table-reservations_reservations": "1.0.60",
24
+ "@wix/table-reservations_reservation-locations": "1.0.78",
25
+ "@wix/table-reservations_reservations": "1.0.61",
26
26
  "@wix/table-reservations_time-slots": "1.0.54"
27
27
  },
28
28
  "devDependencies": {
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "17204ea963c2e49a2ed4de30f6d010e31bdfa03f722ea32134e2546a"
51
+ "falconPackageHash": "114cfae8eb7c5af969fbd58264f06ee469aa93373cd70cc398ec1c8b"
52
52
  }
@@ -1107,11 +1107,7 @@ declare enum ScalarType {
1107
1107
  /** Minimum value. */
1108
1108
  MIN = "MIN",
1109
1109
  /** Maximum value. */
1110
- MAX = "MAX",
1111
- /** Sum of values. */
1112
- SUM = "SUM",
1113
- /** Average of values. */
1114
- AVG = "AVG"
1110
+ MAX = "MAX"
1115
1111
  }
1116
1112
  declare enum NestedAggregationType {
1117
1113
  /** Undefined aggregation type. */
@@ -3829,7 +3825,7 @@ interface Properties {
3829
3825
  businessSchedule?: BusinessSchedule;
3830
3826
  /** Supported languages of a site and the primary language. */
3831
3827
  multilingual?: Multilingual;
3832
- /** Cookie policy the site owner defined for their site (before the users interacts with/limits it). */
3828
+ /** Cookie policy the Wix user defined for their site (before the site visitor interacts with/limits it). */
3833
3829
  consentPolicy?: ConsentPolicy;
3834
3830
  /**
3835
3831
  * Supported values: `FITNESS SERVICE`, `RESTAURANT`, `BLOG`, `STORE`, `EVENT`, `UNKNOWN`.
@@ -3837,9 +3833,9 @@ interface Properties {
3837
3833
  * Site business type.
3838
3834
  */
3839
3835
  businessConfig?: string | null;
3840
- /** External site url that uses Wix as its headless business solution */
3836
+ /** External site URL that uses Wix as its headless business solution. */
3841
3837
  externalSiteUrl?: string | null;
3842
- /** Track clicks analytics */
3838
+ /** Track clicks analytics. */
3843
3839
  trackClicksAnalytics?: boolean;
3844
3840
  }
3845
3841
  interface Categories {
@@ -3883,8 +3879,7 @@ interface Address {
3883
3879
  /**
3884
3880
  * Extra information on displayed addresses.
3885
3881
  * This is used for display purposes. Used to add additional data about the address, such as "In the passage".
3886
- * Free text. In addition the user can state where he wants that additional description - before, after, or instead
3887
- * the address string.
3882
+ * Free text. In addition, the user can state where to display the additional description - before, after, or instead of the address string.
3888
3883
  */
3889
3884
  interface AddressHint {
3890
3885
  /** Extra text displayed next to, or instead of, the actual address. */
@@ -1107,11 +1107,7 @@ declare enum ScalarType {
1107
1107
  /** Minimum value. */
1108
1108
  MIN = "MIN",
1109
1109
  /** Maximum value. */
1110
- MAX = "MAX",
1111
- /** Sum of values. */
1112
- SUM = "SUM",
1113
- /** Average of values. */
1114
- AVG = "AVG"
1110
+ MAX = "MAX"
1115
1111
  }
1116
1112
  declare enum NestedAggregationType {
1117
1113
  /** Undefined aggregation type. */
@@ -3829,7 +3825,7 @@ interface Properties {
3829
3825
  businessSchedule?: BusinessSchedule;
3830
3826
  /** Supported languages of a site and the primary language. */
3831
3827
  multilingual?: Multilingual;
3832
- /** Cookie policy the site owner defined for their site (before the users interacts with/limits it). */
3828
+ /** Cookie policy the Wix user defined for their site (before the site visitor interacts with/limits it). */
3833
3829
  consentPolicy?: ConsentPolicy;
3834
3830
  /**
3835
3831
  * Supported values: `FITNESS SERVICE`, `RESTAURANT`, `BLOG`, `STORE`, `EVENT`, `UNKNOWN`.
@@ -3837,9 +3833,9 @@ interface Properties {
3837
3833
  * Site business type.
3838
3834
  */
3839
3835
  businessConfig?: string | null;
3840
- /** External site url that uses Wix as its headless business solution */
3836
+ /** External site URL that uses Wix as its headless business solution. */
3841
3837
  externalSiteUrl?: string | null;
3842
- /** Track clicks analytics */
3838
+ /** Track clicks analytics. */
3843
3839
  trackClicksAnalytics?: boolean;
3844
3840
  }
3845
3841
  interface Categories {
@@ -3883,8 +3879,7 @@ interface Address {
3883
3879
  /**
3884
3880
  * Extra information on displayed addresses.
3885
3881
  * This is used for display purposes. Used to add additional data about the address, such as "In the passage".
3886
- * Free text. In addition the user can state where he wants that additional description - before, after, or instead
3887
- * the address string.
3882
+ * Free text. In addition, the user can state where to display the additional description - before, after, or instead of the address string.
3888
3883
  */
3889
3884
  interface AddressHint {
3890
3885
  /** Extra text displayed next to, or instead of, the actual address. */
@@ -555,11 +555,7 @@ declare enum ScalarType$1 {
555
555
  /** Minimum value. */
556
556
  MIN = "MIN",
557
557
  /** Maximum value. */
558
- MAX = "MAX",
559
- /** Sum of values. */
560
- SUM = "SUM",
561
- /** Average of values. */
562
- AVG = "AVG"
558
+ MAX = "MAX"
563
559
  }
564
560
  declare enum NestedAggregationType$1 {
565
561
  /** Undefined aggregation type. */
@@ -1530,11 +1526,7 @@ declare enum ScalarType {
1530
1526
  /** Minimum value. */
1531
1527
  MIN = "MIN",
1532
1528
  /** Maximum value. */
1533
- MAX = "MAX",
1534
- /** Sum of values. */
1535
- SUM = "SUM",
1536
- /** Average of values. */
1537
- AVG = "AVG"
1529
+ MAX = "MAX"
1538
1530
  }
1539
1531
  declare enum NestedAggregationType {
1540
1532
  /** Undefined aggregation type. */