@uniformdev/canvas 20.48.1-alpha.27 → 20.48.1-alpha.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/dist/index.d.mts CHANGED
@@ -6053,6 +6053,11 @@ interface components$d {
6053
6053
  * unpublished: Data resources which support unpublished data retrieved unpublished data from their data source. Data resources that did not support unpublished data retrieved published data instead.
6054
6054
  * */
6055
6055
  dataSourceVariant: "unpublished";
6056
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
6057
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
6058
+ * that have redirects configured on their paths.
6059
+ * */
6060
+ ignoreRedirects: boolean;
6056
6061
  };
6057
6062
  requestBodies: never;
6058
6063
  headers: never;
@@ -8668,6 +8673,11 @@ interface components$a {
8668
8673
  * When the result is a redirect, this parameter has no effect
8669
8674
  * */
8670
8675
  "parameters-locale": string;
8676
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
8677
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
8678
+ * that have redirects configured on their paths.
8679
+ * */
8680
+ ignoreRedirects: boolean;
8671
8681
  /** @description The project the entry/entries are on */
8672
8682
  "components-parameters-projectId": string;
8673
8683
  /** @description Specify one or more entry IDs to fetch.
@@ -8798,6 +8808,11 @@ interface paths$9 {
8798
8808
  * unpublished: Data resources which support unpublished data retrieved unpublished data from their data source. Data resources that did not support unpublished data retrieved published data instead.
8799
8809
  * */
8800
8810
  dataSourceVariant?: components$9["parameters"]["dataSourceVariant"];
8811
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
8812
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
8813
+ * that have redirects configured on their paths.
8814
+ * */
8815
+ ignoreRedirects?: components$9["parameters"]["ignoreRedirects"];
8801
8816
  };
8802
8817
  header?: never;
8803
8818
  path?: never;
@@ -9608,6 +9623,11 @@ interface components$9 {
9608
9623
  * unpublished: Data resources which support unpublished data retrieved unpublished data from their data source. Data resources that did not support unpublished data retrieved published data instead.
9609
9624
  * */
9610
9625
  dataSourceVariant: "unpublished";
9626
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
9627
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
9628
+ * that have redirects configured on their paths.
9629
+ * */
9630
+ ignoreRedirects: boolean;
9611
9631
  };
9612
9632
  requestBodies: never;
9613
9633
  headers: never;
package/dist/index.d.ts CHANGED
@@ -6053,6 +6053,11 @@ interface components$d {
6053
6053
  * unpublished: Data resources which support unpublished data retrieved unpublished data from their data source. Data resources that did not support unpublished data retrieved published data instead.
6054
6054
  * */
6055
6055
  dataSourceVariant: "unpublished";
6056
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
6057
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
6058
+ * that have redirects configured on their paths.
6059
+ * */
6060
+ ignoreRedirects: boolean;
6056
6061
  };
6057
6062
  requestBodies: never;
6058
6063
  headers: never;
@@ -8668,6 +8673,11 @@ interface components$a {
8668
8673
  * When the result is a redirect, this parameter has no effect
8669
8674
  * */
8670
8675
  "parameters-locale": string;
8676
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
8677
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
8678
+ * that have redirects configured on their paths.
8679
+ * */
8680
+ ignoreRedirects: boolean;
8671
8681
  /** @description The project the entry/entries are on */
8672
8682
  "components-parameters-projectId": string;
8673
8683
  /** @description Specify one or more entry IDs to fetch.
@@ -8798,6 +8808,11 @@ interface paths$9 {
8798
8808
  * unpublished: Data resources which support unpublished data retrieved unpublished data from their data source. Data resources that did not support unpublished data retrieved published data instead.
8799
8809
  * */
8800
8810
  dataSourceVariant?: components$9["parameters"]["dataSourceVariant"];
8811
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
8812
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
8813
+ * that have redirects configured on their paths.
8814
+ * */
8815
+ ignoreRedirects?: components$9["parameters"]["ignoreRedirects"];
8801
8816
  };
8802
8817
  header?: never;
8803
8818
  path?: never;
@@ -9608,6 +9623,11 @@ interface components$9 {
9608
9623
  * unpublished: Data resources which support unpublished data retrieved unpublished data from their data source. Data resources that did not support unpublished data retrieved published data instead.
9609
9624
  * */
9610
9625
  dataSourceVariant: "unpublished";
9626
+ /** @description When true, redirects are not evaluated for the route matching; the result will be either a composition or not found.
9627
+ * Note: this is always true when state=63 (internal RSC editor state) to allow contextual editing of compositions
9628
+ * that have redirects configured on their paths.
9629
+ * */
9630
+ ignoreRedirects: boolean;
9611
9631
  };
9612
9632
  requestBodies: never;
9613
9633
  headers: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "20.48.1-alpha.27+63ada9fa57",
3
+ "version": "20.48.1-alpha.9+bdf72ad09b",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -41,9 +41,9 @@
41
41
  "svix": "1.71.0"
42
42
  },
43
43
  "dependencies": {
44
- "@uniformdev/assets": "20.48.1-alpha.27+63ada9fa57",
45
- "@uniformdev/context": "20.48.1-alpha.27+63ada9fa57",
46
- "@uniformdev/richtext": "20.48.1-alpha.27+63ada9fa57",
44
+ "@uniformdev/assets": "20.48.1-alpha.9+bdf72ad09b",
45
+ "@uniformdev/context": "20.48.1-alpha.9+bdf72ad09b",
46
+ "@uniformdev/richtext": "20.48.1-alpha.9+bdf72ad09b",
47
47
  "immer": "10.1.3"
48
48
  },
49
49
  "files": [
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "63ada9fa5718447c1000a9d9d1ad8acf3f1609c6"
55
+ "gitHead": "bdf72ad09b56d20c096d6a64d5c329ed57967b56"
56
56
  }