@uniformdev/canvas 19.211.1-alpha.11 → 19.211.1-alpha.4

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/dist/index.d.mts CHANGED
@@ -2413,6 +2413,11 @@ interface components$k {
2413
2413
  * Allowed values are: updated_at_DESC, updated_at_ASC, created_at_DESC, created_at_ASC, name_DESC, name_ASC, slug_DESC, slug_ASC
2414
2414
  * */
2415
2415
  orderBy: string[];
2416
+ /**
2417
+ * @deprecated
2418
+ * @description Returns counts for distinct values of the specified field.
2419
+ */
2420
+ facetBy: string;
2416
2421
  /**
2417
2422
  * @deprecated
2418
2423
  * @description Returns the UI status string of the entry.
@@ -2864,6 +2869,11 @@ interface paths$g {
2864
2869
  * Allowed values are: updated_at_DESC, updated_at_ASC, created_at_DESC, created_at_ASC, name_DESC, name_ASC, slug_DESC, slug_ASC
2865
2870
  * */
2866
2871
  orderBy?: components$i["parameters"]["orderBy"];
2872
+ /**
2873
+ * @deprecated
2874
+ * @description Returns counts for distinct values of the specified field.
2875
+ */
2876
+ facetBy?: components$i["parameters"]["facetBy"];
2867
2877
  /** @description Matches entries based on whether they are pattern entries or regular entries.
2868
2878
  * If true, only pattern entries will be returned.
2869
2879
  * If false (default), only regular entries will be returned
@@ -3795,6 +3805,11 @@ interface components$i {
3795
3805
  * Allowed values are: updated_at_DESC, updated_at_ASC, created_at_DESC, created_at_ASC, name_DESC, name_ASC, slug_DESC, slug_ASC
3796
3806
  * */
3797
3807
  orderBy: string[];
3808
+ /**
3809
+ * @deprecated
3810
+ * @description Returns counts for distinct values of the specified field.
3811
+ */
3812
+ facetBy: string;
3798
3813
  /** @description Matches entries based on whether they are pattern entries or regular entries.
3799
3814
  * If true, only pattern entries will be returned.
3800
3815
  * If false (default), only regular entries will be returned
@@ -5961,6 +5976,11 @@ interface paths$9 {
5961
5976
  * When using primary query parameters, this parameter is ignored
5962
5977
  * */
5963
5978
  orderBy?: components$a["parameters"]["orderBy"];
5979
+ /**
5980
+ * @deprecated
5981
+ * @description Returns counts for distinct values of the specified field.
5982
+ */
5983
+ facetBy?: components$a["parameters"]["facetBy"];
5964
5984
  /** @description Matches compositions based on whether they are a pattern composition or a regular composition.
5965
5985
  * If true, only pattern compositions will be returned.
5966
5986
  * If false, only regular compositions will be returned.
@@ -7046,6 +7066,11 @@ interface components$a {
7046
7066
  * When using primary query parameters, this parameter is ignored
7047
7067
  * */
7048
7068
  orderBy: string[];
7069
+ /**
7070
+ * @deprecated
7071
+ * @description Returns counts for distinct values of the specified field.
7072
+ */
7073
+ facetBy: string;
7049
7074
  /**
7050
7075
  * @deprecated
7051
7076
  * @description Returns the UI status string of the composition.
package/dist/index.d.ts CHANGED
@@ -2413,6 +2413,11 @@ interface components$k {
2413
2413
  * Allowed values are: updated_at_DESC, updated_at_ASC, created_at_DESC, created_at_ASC, name_DESC, name_ASC, slug_DESC, slug_ASC
2414
2414
  * */
2415
2415
  orderBy: string[];
2416
+ /**
2417
+ * @deprecated
2418
+ * @description Returns counts for distinct values of the specified field.
2419
+ */
2420
+ facetBy: string;
2416
2421
  /**
2417
2422
  * @deprecated
2418
2423
  * @description Returns the UI status string of the entry.
@@ -2864,6 +2869,11 @@ interface paths$g {
2864
2869
  * Allowed values are: updated_at_DESC, updated_at_ASC, created_at_DESC, created_at_ASC, name_DESC, name_ASC, slug_DESC, slug_ASC
2865
2870
  * */
2866
2871
  orderBy?: components$i["parameters"]["orderBy"];
2872
+ /**
2873
+ * @deprecated
2874
+ * @description Returns counts for distinct values of the specified field.
2875
+ */
2876
+ facetBy?: components$i["parameters"]["facetBy"];
2867
2877
  /** @description Matches entries based on whether they are pattern entries or regular entries.
2868
2878
  * If true, only pattern entries will be returned.
2869
2879
  * If false (default), only regular entries will be returned
@@ -3795,6 +3805,11 @@ interface components$i {
3795
3805
  * Allowed values are: updated_at_DESC, updated_at_ASC, created_at_DESC, created_at_ASC, name_DESC, name_ASC, slug_DESC, slug_ASC
3796
3806
  * */
3797
3807
  orderBy: string[];
3808
+ /**
3809
+ * @deprecated
3810
+ * @description Returns counts for distinct values of the specified field.
3811
+ */
3812
+ facetBy: string;
3798
3813
  /** @description Matches entries based on whether they are pattern entries or regular entries.
3799
3814
  * If true, only pattern entries will be returned.
3800
3815
  * If false (default), only regular entries will be returned
@@ -5961,6 +5976,11 @@ interface paths$9 {
5961
5976
  * When using primary query parameters, this parameter is ignored
5962
5977
  * */
5963
5978
  orderBy?: components$a["parameters"]["orderBy"];
5979
+ /**
5980
+ * @deprecated
5981
+ * @description Returns counts for distinct values of the specified field.
5982
+ */
5983
+ facetBy?: components$a["parameters"]["facetBy"];
5964
5984
  /** @description Matches compositions based on whether they are a pattern composition or a regular composition.
5965
5985
  * If true, only pattern compositions will be returned.
5966
5986
  * If false, only regular compositions will be returned.
@@ -7046,6 +7066,11 @@ interface components$a {
7046
7066
  * When using primary query parameters, this parameter is ignored
7047
7067
  * */
7048
7068
  orderBy: string[];
7069
+ /**
7070
+ * @deprecated
7071
+ * @description Returns counts for distinct values of the specified field.
7072
+ */
7073
+ facetBy: string;
7049
7074
  /**
7050
7075
  * @deprecated
7051
7076
  * @description Returns the UI status string of the composition.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.211.1-alpha.11+2c4b5ab595",
3
+ "version": "19.211.1-alpha.4+213f2551e6",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -39,9 +39,9 @@
39
39
  "pusher-js": "8.2.0"
40
40
  },
41
41
  "dependencies": {
42
- "@uniformdev/assets": "19.211.1-alpha.11+2c4b5ab595",
43
- "@uniformdev/context": "19.211.1-alpha.11+2c4b5ab595",
44
- "@uniformdev/richtext": "19.211.1-alpha.11+2c4b5ab595",
42
+ "@uniformdev/assets": "19.211.1-alpha.4+213f2551e6",
43
+ "@uniformdev/context": "19.211.1-alpha.4+213f2551e6",
44
+ "@uniformdev/richtext": "19.211.1-alpha.4+213f2551e6",
45
45
  "immer": "10.1.1"
46
46
  },
47
47
  "files": [
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "2c4b5ab595e333d324808dc75d5291cc62ee8039"
53
+ "gitHead": "213f2551e6e6581792e683cbdb80e3c467a0386d"
54
54
  }