@wix/categories 1.0.68 → 1.0.69

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/categories",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/categories_categories": "1.0.44"
24
+ "@wix/categories_categories": "1.0.45"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "07af8318741037fce9e9a50486a86771185a60096debe7f65f9588b1"
49
+ "falconPackageHash": "6007879eea9cbed1552e4bfa4bcb5ce898974c0d71d158e3333547f6"
50
50
  }
@@ -617,11 +617,11 @@ interface Tag {
617
617
  */
618
618
  type?: string;
619
619
  /**
620
- * A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
621
- * For example: `{'name': 'description', 'content': 'the description itself'}`.
620
+ * A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
621
+ * For example: `{"name": "description", "content": "the description itself"}`.
622
622
  */
623
623
  props?: Record<string, any> | null;
624
- /** SEO tag meta data. For example, `{height: 300, width: 240}`. */
624
+ /** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
625
625
  meta?: Record<string, any> | null;
626
626
  /** SEO tag inner content. For example, `<title> inner content </title>`. */
627
627
  children?: string;
@@ -2300,11 +2300,7 @@ declare enum ScalarType {
2300
2300
  /** Minimum value. */
2301
2301
  MIN = "MIN",
2302
2302
  /** Maximum value. */
2303
- MAX = "MAX",
2304
- /** Sum of values. */
2305
- SUM = "SUM",
2306
- /** Average of values. */
2307
- AVG = "AVG"
2303
+ MAX = "MAX"
2308
2304
  }
2309
2305
  interface ValueAggregation extends ValueAggregationOptionsOneOf {
2310
2306
  /** Options for including missing values */
@@ -617,11 +617,11 @@ interface Tag {
617
617
  */
618
618
  type?: string;
619
619
  /**
620
- * A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
621
- * For example: `{'name': 'description', 'content': 'the description itself'}`.
620
+ * A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
621
+ * For example: `{"name": "description", "content": "the description itself"}`.
622
622
  */
623
623
  props?: Record<string, any> | null;
624
- /** SEO tag meta data. For example, `{height: 300, width: 240}`. */
624
+ /** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
625
625
  meta?: Record<string, any> | null;
626
626
  /** SEO tag inner content. For example, `<title> inner content </title>`. */
627
627
  children?: string;
@@ -2300,11 +2300,7 @@ declare enum ScalarType {
2300
2300
  /** Minimum value. */
2301
2301
  MIN = "MIN",
2302
2302
  /** Maximum value. */
2303
- MAX = "MAX",
2304
- /** Sum of values. */
2305
- SUM = "SUM",
2306
- /** Average of values. */
2307
- AVG = "AVG"
2303
+ MAX = "MAX"
2308
2304
  }
2309
2305
  interface ValueAggregation extends ValueAggregationOptionsOneOf {
2310
2306
  /** Options for including missing values */
@@ -1654,11 +1654,7 @@ declare enum ScalarType$1 {
1654
1654
  /** Minimum value. */
1655
1655
  MIN = "MIN",
1656
1656
  /** Maximum value. */
1657
- MAX = "MAX",
1658
- /** Sum of values. */
1659
- SUM = "SUM",
1660
- /** Average of values. */
1661
- AVG = "AVG"
1657
+ MAX = "MAX"
1662
1658
  }
1663
1659
  interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
1664
1660
  /** Options for including missing values */
@@ -4356,11 +4352,7 @@ declare enum ScalarType {
4356
4352
  /** Minimum value. */
4357
4353
  MIN = "MIN",
4358
4354
  /** Maximum value. */
4359
- MAX = "MAX",
4360
- /** Sum of values. */
4361
- SUM = "SUM",
4362
- /** Average of values. */
4363
- AVG = "AVG"
4355
+ MAX = "MAX"
4364
4356
  }
4365
4357
  interface ValueAggregation extends ValueAggregationOptionsOneOf {
4366
4358
  /** Options for including missing values */