@wix/sdk-types 1.13.27 → 1.13.28

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.
@@ -641,7 +641,7 @@ interface RangeAggregation {
641
641
  buckets?: RangeBucket[];
642
642
  }
643
643
  /**
644
- * Group by aggregation configuration
644
+ * Group by aggregation configuration.
645
645
  */
646
646
  interface GroupByAggregation {
647
647
  name?: string | null;
package/build/index.d.mts CHANGED
@@ -641,7 +641,7 @@ interface RangeAggregation {
641
641
  buckets?: RangeBucket[];
642
642
  }
643
643
  /**
644
- * Group by aggregation configuration
644
+ * Group by aggregation configuration.
645
645
  */
646
646
  interface GroupByAggregation {
647
647
  name?: string | null;
package/build/index.d.ts CHANGED
@@ -641,7 +641,7 @@ interface RangeAggregation {
641
641
  buckets?: RangeBucket[];
642
642
  }
643
643
  /**
644
- * Group by aggregation configuration
644
+ * Group by aggregation configuration.
645
645
  */
646
646
  interface GroupByAggregation {
647
647
  name?: string | null;
@@ -710,7 +710,7 @@ interface RangeAggregation {
710
710
  buckets?: RangeBucket[];
711
711
  }
712
712
  /**
713
- * Group by aggregation configuration
713
+ * Group by aggregation configuration.
714
714
  */
715
715
  interface GroupByAggregation {
716
716
  name?: string | null;
@@ -710,7 +710,7 @@ interface RangeAggregation {
710
710
  buckets?: RangeBucket[];
711
711
  }
712
712
  /**
713
- * Group by aggregation configuration
713
+ * Group by aggregation configuration.
714
714
  */
715
715
  interface GroupByAggregation {
716
716
  name?: string | null;
@@ -710,7 +710,7 @@ interface RangeAggregation {
710
710
  buckets?: RangeBucket[];
711
711
  }
712
712
  /**
713
- * Group by aggregation configuration
713
+ * Group by aggregation configuration.
714
714
  */
715
715
  interface GroupByAggregation {
716
716
  name?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk-types",
3
- "version": "1.13.27",
3
+ "version": "1.13.28",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Ronny Ringel",
@@ -62,5 +62,5 @@
62
62
  "wallaby": {
63
63
  "autoDetect": true
64
64
  },
65
- "falconPackageHash": "e7c3abb583a6a4d25b4f984896ab8cb74e0c24603bf5693f3f7af15a"
65
+ "falconPackageHash": "08cfe021130efabed76be9a5198b2ff5a2dd5dfcf7d4e9aaef5a64bd"
66
66
  }