@wix/gift-vouchers 1.0.8 → 1.0.9

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/gift-vouchers",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@wix/gift-vouchers_gift-voucher-products": "1.0.6",
25
- "@wix/gift-vouchers_gift-vouchers": "1.0.2"
25
+ "@wix/gift-vouchers_gift-vouchers": "1.0.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "glob": "^10.4.1",
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "4dcedb83175821486284996766a802c954c5a6eb804b56ea0be375ea"
50
+ "falconPackageHash": "139061e84029c121f52c3555d0bd15edebd1cb9aeac172f29f910d3d"
51
51
  }
@@ -810,11 +810,7 @@ declare enum ScalarType {
810
810
  /** Minimum value */
811
811
  MIN = "MIN",
812
812
  /** Maximum value */
813
- MAX = "MAX",
814
- /** Sum of values */
815
- SUM = "SUM",
816
- /** Average of values */
817
- AVG = "AVG"
813
+ MAX = "MAX"
818
814
  }
819
815
  interface ValueAggregation extends ValueAggregationOptionsOneOf {
820
816
  /** Options for including missing values */
@@ -1554,7 +1550,7 @@ interface Properties {
1554
1550
  businessSchedule?: BusinessSchedule;
1555
1551
  /** Supported languages of a site and the primary language. */
1556
1552
  multilingual?: Multilingual;
1557
- /** Cookie policy the site owner defined for their site (before the users interacts with/limits it). */
1553
+ /** Cookie policy the Wix user defined for their site (before the site visitor interacts with/limits it). */
1558
1554
  consentPolicy?: ConsentPolicy;
1559
1555
  /**
1560
1556
  * Supported values: `FITNESS SERVICE`, `RESTAURANT`, `BLOG`, `STORE`, `EVENT`, `UNKNOWN`.
@@ -1562,9 +1558,9 @@ interface Properties {
1562
1558
  * Site business type.
1563
1559
  */
1564
1560
  businessConfig?: string | null;
1565
- /** External site url that uses Wix as its headless business solution */
1561
+ /** External site URL that uses Wix as its headless business solution. */
1566
1562
  externalSiteUrl?: string | null;
1567
- /** Track clicks analytics */
1563
+ /** Track clicks analytics. */
1568
1564
  trackClicksAnalytics?: boolean;
1569
1565
  }
1570
1566
  interface Categories {
@@ -1608,8 +1604,7 @@ interface Address {
1608
1604
  /**
1609
1605
  * Extra information on displayed addresses.
1610
1606
  * This is used for display purposes. Used to add additional data about the address, such as "In the passage".
1611
- * Free text. In addition the user can state where he wants that additional description - before, after, or instead
1612
- * the address string.
1607
+ * Free text. In addition, the user can state where to display the additional description - before, after, or instead of the address string.
1613
1608
  */
1614
1609
  interface AddressHint {
1615
1610
  /** Extra text displayed next to, or instead of, the actual address. */
@@ -810,11 +810,7 @@ declare enum ScalarType {
810
810
  /** Minimum value */
811
811
  MIN = "MIN",
812
812
  /** Maximum value */
813
- MAX = "MAX",
814
- /** Sum of values */
815
- SUM = "SUM",
816
- /** Average of values */
817
- AVG = "AVG"
813
+ MAX = "MAX"
818
814
  }
819
815
  interface ValueAggregation extends ValueAggregationOptionsOneOf {
820
816
  /** Options for including missing values */
@@ -1554,7 +1550,7 @@ interface Properties {
1554
1550
  businessSchedule?: BusinessSchedule;
1555
1551
  /** Supported languages of a site and the primary language. */
1556
1552
  multilingual?: Multilingual;
1557
- /** Cookie policy the site owner defined for their site (before the users interacts with/limits it). */
1553
+ /** Cookie policy the Wix user defined for their site (before the site visitor interacts with/limits it). */
1558
1554
  consentPolicy?: ConsentPolicy;
1559
1555
  /**
1560
1556
  * Supported values: `FITNESS SERVICE`, `RESTAURANT`, `BLOG`, `STORE`, `EVENT`, `UNKNOWN`.
@@ -1562,9 +1558,9 @@ interface Properties {
1562
1558
  * Site business type.
1563
1559
  */
1564
1560
  businessConfig?: string | null;
1565
- /** External site url that uses Wix as its headless business solution */
1561
+ /** External site URL that uses Wix as its headless business solution. */
1566
1562
  externalSiteUrl?: string | null;
1567
- /** Track clicks analytics */
1563
+ /** Track clicks analytics. */
1568
1564
  trackClicksAnalytics?: boolean;
1569
1565
  }
1570
1566
  interface Categories {
@@ -1608,8 +1604,7 @@ interface Address {
1608
1604
  /**
1609
1605
  * Extra information on displayed addresses.
1610
1606
  * This is used for display purposes. Used to add additional data about the address, such as "In the passage".
1611
- * Free text. In addition the user can state where he wants that additional description - before, after, or instead
1612
- * the address string.
1607
+ * Free text. In addition, the user can state where to display the additional description - before, after, or instead of the address string.
1613
1608
  */
1614
1609
  interface AddressHint {
1615
1610
  /** Extra text displayed next to, or instead of, the actual address. */
@@ -328,11 +328,7 @@ declare enum ScalarType$1 {
328
328
  /** Minimum value */
329
329
  MIN = "MIN",
330
330
  /** Maximum value */
331
- MAX = "MAX",
332
- /** Sum of values */
333
- SUM = "SUM",
334
- /** Average of values */
335
- AVG = "AVG"
331
+ MAX = "MAX"
336
332
  }
337
333
  interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
338
334
  /** Options for including missing values */
@@ -1072,11 +1068,7 @@ declare enum ScalarType {
1072
1068
  /** Minimum value */
1073
1069
  MIN = "MIN",
1074
1070
  /** Maximum value */
1075
- MAX = "MAX",
1076
- /** Sum of values */
1077
- SUM = "SUM",
1078
- /** Average of values */
1079
- AVG = "AVG"
1071
+ MAX = "MAX"
1080
1072
  }
1081
1073
  interface ValueAggregation extends ValueAggregationOptionsOneOf {
1082
1074
  /** Options for including missing values */