@uniformdev/canvas 19.131.1-alpha.8 → 19.133.0

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
@@ -274,15 +274,7 @@ interface components$7 {
274
274
  _patternDataResources?: {
275
275
  [key: string]: components$7["schemas"]["DataResourceDefinition"];
276
276
  };
277
- /**
278
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
279
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
280
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
281
- * Means nothing for PUTs; it will be ignored.
282
- *
283
- * @enum {string}
284
- */
285
- _patternError?: "NOTFOUND" | "CYCLIC";
277
+ _patternError?: components$7["schemas"]["PatternError"];
286
278
  /**
287
279
  * @description Defines patch overrides to component IDs that live in the composition.
288
280
  * This can be used to override parameters that are defined on patterns,
@@ -341,6 +333,7 @@ interface components$7 {
341
333
  [key: string]: components$7["schemas"]["DataResourceDefinition"];
342
334
  };
343
335
  _dataResources?: components$7["schemas"]["DataResourceDefinitions"];
336
+ _patternError?: components$7["schemas"]["PatternError"];
344
337
  /**
345
338
  * @description Defines patch overrides to component IDs that live in the composition.
346
339
  * This can be used to override parameters that are defined on patterns,
@@ -555,6 +548,15 @@ interface components$7 {
555
548
  DataResourceVariables: {
556
549
  [key: string]: string;
557
550
  };
551
+ /**
552
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
553
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
554
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
555
+ * Means nothing for PUTs; it will be ignored.
556
+ *
557
+ * @enum {string}
558
+ */
559
+ PatternError: "NOTFOUND" | "CYCLIC";
558
560
  HistoryApiResponse: {
559
561
  /**
560
562
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -1044,15 +1046,7 @@ interface external$h {
1044
1046
  _patternDataResources?: {
1045
1047
  [key: string]: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
1046
1048
  };
1047
- /**
1048
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
1049
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
1050
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
1051
- * Means nothing for PUTs; it will be ignored.
1052
- *
1053
- * @enum {string}
1054
- */
1055
- _patternError?: "NOTFOUND" | "CYCLIC";
1049
+ _patternError?: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
1056
1050
  /**
1057
1051
  * @description Defines patch overrides to component IDs that live in the composition.
1058
1052
  * This can be used to override parameters that are defined on patterns,
@@ -1111,6 +1105,7 @@ interface external$h {
1111
1105
  [key: string]: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
1112
1106
  };
1113
1107
  _dataResources?: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
1108
+ _patternError?: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
1114
1109
  /**
1115
1110
  * @description Defines patch overrides to component IDs that live in the composition.
1116
1111
  * This can be used to override parameters that are defined on patterns,
@@ -1325,6 +1320,15 @@ interface external$h {
1325
1320
  DataResourceVariables: {
1326
1321
  [key: string]: string;
1327
1322
  };
1323
+ /**
1324
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
1325
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
1326
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
1327
+ * Means nothing for PUTs; it will be ignored.
1328
+ *
1329
+ * @enum {string}
1330
+ */
1331
+ PatternError: "NOTFOUND" | "CYCLIC";
1328
1332
  HistoryApiResponse: {
1329
1333
  /**
1330
1334
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -1896,15 +1900,7 @@ interface external$g {
1896
1900
  _patternDataResources?: {
1897
1901
  [key: string]: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
1898
1902
  };
1899
- /**
1900
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
1901
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
1902
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
1903
- * Means nothing for PUTs; it will be ignored.
1904
- *
1905
- * @enum {string}
1906
- */
1907
- _patternError?: "NOTFOUND" | "CYCLIC";
1903
+ _patternError?: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
1908
1904
  /**
1909
1905
  * @description Defines patch overrides to component IDs that live in the composition.
1910
1906
  * This can be used to override parameters that are defined on patterns,
@@ -1963,6 +1959,7 @@ interface external$g {
1963
1959
  [key: string]: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
1964
1960
  };
1965
1961
  _dataResources?: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
1962
+ _patternError?: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
1966
1963
  /**
1967
1964
  * @description Defines patch overrides to component IDs that live in the composition.
1968
1965
  * This can be used to override parameters that are defined on patterns,
@@ -2177,6 +2174,15 @@ interface external$g {
2177
2174
  DataResourceVariables: {
2178
2175
  [key: string]: string;
2179
2176
  };
2177
+ /**
2178
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
2179
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
2180
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
2181
+ * Means nothing for PUTs; it will be ignored.
2182
+ *
2183
+ * @enum {string}
2184
+ */
2185
+ PatternError: "NOTFOUND" | "CYCLIC";
2180
2186
  HistoryApiResponse: {
2181
2187
  /**
2182
2188
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -2678,15 +2684,7 @@ interface external$f {
2678
2684
  _patternDataResources?: {
2679
2685
  [key: string]: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
2680
2686
  };
2681
- /**
2682
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
2683
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
2684
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
2685
- * Means nothing for PUTs; it will be ignored.
2686
- *
2687
- * @enum {string}
2688
- */
2689
- _patternError?: "NOTFOUND" | "CYCLIC";
2687
+ _patternError?: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
2690
2688
  /**
2691
2689
  * @description Defines patch overrides to component IDs that live in the composition.
2692
2690
  * This can be used to override parameters that are defined on patterns,
@@ -2745,6 +2743,7 @@ interface external$f {
2745
2743
  [key: string]: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
2746
2744
  };
2747
2745
  _dataResources?: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
2746
+ _patternError?: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
2748
2747
  /**
2749
2748
  * @description Defines patch overrides to component IDs that live in the composition.
2750
2749
  * This can be used to override parameters that are defined on patterns,
@@ -2959,6 +2958,15 @@ interface external$f {
2959
2958
  DataResourceVariables: {
2960
2959
  [key: string]: string;
2961
2960
  };
2961
+ /**
2962
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
2963
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
2964
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
2965
+ * Means nothing for PUTs; it will be ignored.
2966
+ *
2967
+ * @enum {string}
2968
+ */
2969
+ PatternError: "NOTFOUND" | "CYCLIC";
2962
2970
  HistoryApiResponse: {
2963
2971
  /**
2964
2972
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -3342,6 +3350,8 @@ interface components$6 {
3342
3350
  _name?: string;
3343
3351
  /** @description The slug of the entry. */
3344
3352
  _slug?: string;
3353
+ /** @description The thumbnail URL of the entry. */
3354
+ _thumbnail?: string;
3345
3355
  /** @description Entry field values. */
3346
3356
  fields?: {
3347
3357
  [key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
@@ -3847,15 +3857,7 @@ interface external$e {
3847
3857
  _patternDataResources?: {
3848
3858
  [key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
3849
3859
  };
3850
- /**
3851
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
3852
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
3853
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
3854
- * Means nothing for PUTs; it will be ignored.
3855
- *
3856
- * @enum {string}
3857
- */
3858
- _patternError?: "NOTFOUND" | "CYCLIC";
3860
+ _patternError?: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
3859
3861
  /**
3860
3862
  * @description Defines patch overrides to component IDs that live in the composition.
3861
3863
  * This can be used to override parameters that are defined on patterns,
@@ -3914,6 +3916,7 @@ interface external$e {
3914
3916
  [key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
3915
3917
  };
3916
3918
  _dataResources?: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
3919
+ _patternError?: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
3917
3920
  /**
3918
3921
  * @description Defines patch overrides to component IDs that live in the composition.
3919
3922
  * This can be used to override parameters that are defined on patterns,
@@ -4128,6 +4131,15 @@ interface external$e {
4128
4131
  DataResourceVariables: {
4129
4132
  [key: string]: string;
4130
4133
  };
4134
+ /**
4135
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
4136
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
4137
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
4138
+ * Means nothing for PUTs; it will be ignored.
4139
+ *
4140
+ * @enum {string}
4141
+ */
4142
+ PatternError: "NOTFOUND" | "CYCLIC";
4131
4143
  HistoryApiResponse: {
4132
4144
  /**
4133
4145
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -4563,15 +4575,7 @@ interface external$d {
4563
4575
  _patternDataResources?: {
4564
4576
  [key: string]: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
4565
4577
  };
4566
- /**
4567
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
4568
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
4569
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
4570
- * Means nothing for PUTs; it will be ignored.
4571
- *
4572
- * @enum {string}
4573
- */
4574
- _patternError?: "NOTFOUND" | "CYCLIC";
4578
+ _patternError?: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
4575
4579
  /**
4576
4580
  * @description Defines patch overrides to component IDs that live in the composition.
4577
4581
  * This can be used to override parameters that are defined on patterns,
@@ -4630,6 +4634,7 @@ interface external$d {
4630
4634
  [key: string]: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
4631
4635
  };
4632
4636
  _dataResources?: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
4637
+ _patternError?: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
4633
4638
  /**
4634
4639
  * @description Defines patch overrides to component IDs that live in the composition.
4635
4640
  * This can be used to override parameters that are defined on patterns,
@@ -4844,6 +4849,15 @@ interface external$d {
4844
4849
  DataResourceVariables: {
4845
4850
  [key: string]: string;
4846
4851
  };
4852
+ /**
4853
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
4854
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
4855
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
4856
+ * Means nothing for PUTs; it will be ignored.
4857
+ *
4858
+ * @enum {string}
4859
+ */
4860
+ PatternError: "NOTFOUND" | "CYCLIC";
4847
4861
  HistoryApiResponse: {
4848
4862
  /**
4849
4863
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -5336,15 +5350,7 @@ interface external$c {
5336
5350
  _patternDataResources?: {
5337
5351
  [key: string]: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
5338
5352
  };
5339
- /**
5340
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
5341
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
5342
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
5343
- * Means nothing for PUTs; it will be ignored.
5344
- *
5345
- * @enum {string}
5346
- */
5347
- _patternError?: "NOTFOUND" | "CYCLIC";
5353
+ _patternError?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
5348
5354
  /**
5349
5355
  * @description Defines patch overrides to component IDs that live in the composition.
5350
5356
  * This can be used to override parameters that are defined on patterns,
@@ -5403,6 +5409,7 @@ interface external$c {
5403
5409
  [key: string]: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
5404
5410
  };
5405
5411
  _dataResources?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
5412
+ _patternError?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
5406
5413
  /**
5407
5414
  * @description Defines patch overrides to component IDs that live in the composition.
5408
5415
  * This can be used to override parameters that are defined on patterns,
@@ -5617,6 +5624,15 @@ interface external$c {
5617
5624
  DataResourceVariables: {
5618
5625
  [key: string]: string;
5619
5626
  };
5627
+ /**
5628
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
5629
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
5630
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
5631
+ * Means nothing for PUTs; it will be ignored.
5632
+ *
5633
+ * @enum {string}
5634
+ */
5635
+ PatternError: "NOTFOUND" | "CYCLIC";
5620
5636
  HistoryApiResponse: {
5621
5637
  /**
5622
5638
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -6046,15 +6062,7 @@ interface external$b {
6046
6062
  _patternDataResources?: {
6047
6063
  [key: string]: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
6048
6064
  };
6049
- /**
6050
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
6051
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
6052
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
6053
- * Means nothing for PUTs; it will be ignored.
6054
- *
6055
- * @enum {string}
6056
- */
6057
- _patternError?: "NOTFOUND" | "CYCLIC";
6065
+ _patternError?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
6058
6066
  /**
6059
6067
  * @description Defines patch overrides to component IDs that live in the composition.
6060
6068
  * This can be used to override parameters that are defined on patterns,
@@ -6113,6 +6121,7 @@ interface external$b {
6113
6121
  [key: string]: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
6114
6122
  };
6115
6123
  _dataResources?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
6124
+ _patternError?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
6116
6125
  /**
6117
6126
  * @description Defines patch overrides to component IDs that live in the composition.
6118
6127
  * This can be used to override parameters that are defined on patterns,
@@ -6327,6 +6336,15 @@ interface external$b {
6327
6336
  DataResourceVariables: {
6328
6337
  [key: string]: string;
6329
6338
  };
6339
+ /**
6340
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
6341
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
6342
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
6343
+ * Means nothing for PUTs; it will be ignored.
6344
+ *
6345
+ * @enum {string}
6346
+ */
6347
+ PatternError: "NOTFOUND" | "CYCLIC";
6330
6348
  HistoryApiResponse: {
6331
6349
  /**
6332
6350
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -6791,15 +6809,7 @@ interface external$a {
6791
6809
  _patternDataResources?: {
6792
6810
  [key: string]: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
6793
6811
  };
6794
- /**
6795
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
6796
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
6797
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
6798
- * Means nothing for PUTs; it will be ignored.
6799
- *
6800
- * @enum {string}
6801
- */
6802
- _patternError?: "NOTFOUND" | "CYCLIC";
6812
+ _patternError?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
6803
6813
  /**
6804
6814
  * @description Defines patch overrides to component IDs that live in the composition.
6805
6815
  * This can be used to override parameters that are defined on patterns,
@@ -6858,6 +6868,7 @@ interface external$a {
6858
6868
  [key: string]: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
6859
6869
  };
6860
6870
  _dataResources?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
6871
+ _patternError?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
6861
6872
  /**
6862
6873
  * @description Defines patch overrides to component IDs that live in the composition.
6863
6874
  * This can be used to override parameters that are defined on patterns,
@@ -7072,6 +7083,15 @@ interface external$a {
7072
7083
  DataResourceVariables: {
7073
7084
  [key: string]: string;
7074
7085
  };
7086
+ /**
7087
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
7088
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
7089
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
7090
+ * Means nothing for PUTs; it will be ignored.
7091
+ *
7092
+ * @enum {string}
7093
+ */
7094
+ PatternError: "NOTFOUND" | "CYCLIC";
7075
7095
  HistoryApiResponse: {
7076
7096
  /**
7077
7097
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -7536,15 +7556,7 @@ interface external$9 {
7536
7556
  _patternDataResources?: {
7537
7557
  [key: string]: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
7538
7558
  };
7539
- /**
7540
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
7541
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
7542
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
7543
- * Means nothing for PUTs; it will be ignored.
7544
- *
7545
- * @enum {string}
7546
- */
7547
- _patternError?: "NOTFOUND" | "CYCLIC";
7559
+ _patternError?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
7548
7560
  /**
7549
7561
  * @description Defines patch overrides to component IDs that live in the composition.
7550
7562
  * This can be used to override parameters that are defined on patterns,
@@ -7603,6 +7615,7 @@ interface external$9 {
7603
7615
  [key: string]: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
7604
7616
  };
7605
7617
  _dataResources?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
7618
+ _patternError?: external$9["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
7606
7619
  /**
7607
7620
  * @description Defines patch overrides to component IDs that live in the composition.
7608
7621
  * This can be used to override parameters that are defined on patterns,
@@ -7817,6 +7830,15 @@ interface external$9 {
7817
7830
  DataResourceVariables: {
7818
7831
  [key: string]: string;
7819
7832
  };
7833
+ /**
7834
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
7835
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
7836
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
7837
+ * Means nothing for PUTs; it will be ignored.
7838
+ *
7839
+ * @enum {string}
7840
+ */
7841
+ PatternError: "NOTFOUND" | "CYCLIC";
7820
7842
  HistoryApiResponse: {
7821
7843
  /**
7822
7844
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -8272,12 +8294,6 @@ interface paths$6 {
8272
8294
  * Content copied to a release can be differentiated from base content by the `releaseId` property on the content. If the content is not copied to the release, this property will be null.
8273
8295
  */
8274
8296
  releaseId?: components$4["parameters"]["releaseId"];
8275
- /**
8276
- * @deprecated Search on textual fields of a composition.
8277
- * Note: for long text fields the tail of the text is not guaranteed to be searchable.
8278
- * Example: ?search=hello
8279
- */
8280
- search?: components$4["parameters"]["search"];
8281
8297
  };
8282
8298
  };
8283
8299
  responses: {
@@ -8635,13 +8651,6 @@ interface components$4 {
8635
8651
  * Content copied to a release can be differentiated from base content by the `releaseId` property on the content. If the content is not copied to the release, this property will be null.
8636
8652
  */
8637
8653
  releaseId: string;
8638
- /**
8639
- * @deprecated
8640
- * @description Search on textual fields of a composition.
8641
- * Note: for long text fields the tail of the text is not guaranteed to be searchable.
8642
- * Example: ?search=hello
8643
- */
8644
- search: string;
8645
8654
  };
8646
8655
  }
8647
8656
  interface external$7 {
@@ -8956,15 +8965,7 @@ interface external$7 {
8956
8965
  _patternDataResources?: {
8957
8966
  [key: string]: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
8958
8967
  };
8959
- /**
8960
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
8961
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
8962
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
8963
- * Means nothing for PUTs; it will be ignored.
8964
- *
8965
- * @enum {string}
8966
- */
8967
- _patternError?: "NOTFOUND" | "CYCLIC";
8968
+ _patternError?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
8968
8969
  /**
8969
8970
  * @description Defines patch overrides to component IDs that live in the composition.
8970
8971
  * This can be used to override parameters that are defined on patterns,
@@ -9023,6 +9024,7 @@ interface external$7 {
9023
9024
  [key: string]: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
9024
9025
  };
9025
9026
  _dataResources?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
9027
+ _patternError?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
9026
9028
  /**
9027
9029
  * @description Defines patch overrides to component IDs that live in the composition.
9028
9030
  * This can be used to override parameters that are defined on patterns,
@@ -9237,6 +9239,15 @@ interface external$7 {
9237
9239
  DataResourceVariables: {
9238
9240
  [key: string]: string;
9239
9241
  };
9242
+ /**
9243
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
9244
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
9245
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
9246
+ * Means nothing for PUTs; it will be ignored.
9247
+ *
9248
+ * @enum {string}
9249
+ */
9250
+ PatternError: "NOTFOUND" | "CYCLIC";
9240
9251
  HistoryApiResponse: {
9241
9252
  /**
9242
9253
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -9672,15 +9683,7 @@ interface external$6 {
9672
9683
  _patternDataResources?: {
9673
9684
  [key: string]: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
9674
9685
  };
9675
- /**
9676
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
9677
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
9678
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
9679
- * Means nothing for PUTs; it will be ignored.
9680
- *
9681
- * @enum {string}
9682
- */
9683
- _patternError?: "NOTFOUND" | "CYCLIC";
9686
+ _patternError?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
9684
9687
  /**
9685
9688
  * @description Defines patch overrides to component IDs that live in the composition.
9686
9689
  * This can be used to override parameters that are defined on patterns,
@@ -9739,6 +9742,7 @@ interface external$6 {
9739
9742
  [key: string]: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
9740
9743
  };
9741
9744
  _dataResources?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
9745
+ _patternError?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
9742
9746
  /**
9743
9747
  * @description Defines patch overrides to component IDs that live in the composition.
9744
9748
  * This can be used to override parameters that are defined on patterns,
@@ -9953,6 +9957,15 @@ interface external$6 {
9953
9957
  DataResourceVariables: {
9954
9958
  [key: string]: string;
9955
9959
  };
9960
+ /**
9961
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
9962
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
9963
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
9964
+ * Means nothing for PUTs; it will be ignored.
9965
+ *
9966
+ * @enum {string}
9967
+ */
9968
+ PatternError: "NOTFOUND" | "CYCLIC";
9956
9969
  HistoryApiResponse: {
9957
9970
  /**
9958
9971
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -10521,15 +10534,7 @@ interface external$5 {
10521
10534
  _patternDataResources?: {
10522
10535
  [key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
10523
10536
  };
10524
- /**
10525
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
10526
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
10527
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
10528
- * Means nothing for PUTs; it will be ignored.
10529
- *
10530
- * @enum {string}
10531
- */
10532
- _patternError?: "NOTFOUND" | "CYCLIC";
10537
+ _patternError?: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
10533
10538
  /**
10534
10539
  * @description Defines patch overrides to component IDs that live in the composition.
10535
10540
  * This can be used to override parameters that are defined on patterns,
@@ -10588,6 +10593,7 @@ interface external$5 {
10588
10593
  [key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
10589
10594
  };
10590
10595
  _dataResources?: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
10596
+ _patternError?: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
10591
10597
  /**
10592
10598
  * @description Defines patch overrides to component IDs that live in the composition.
10593
10599
  * This can be used to override parameters that are defined on patterns,
@@ -10802,6 +10808,15 @@ interface external$5 {
10802
10808
  DataResourceVariables: {
10803
10809
  [key: string]: string;
10804
10810
  };
10811
+ /**
10812
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
10813
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
10814
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
10815
+ * Means nothing for PUTs; it will be ignored.
10816
+ *
10817
+ * @enum {string}
10818
+ */
10819
+ PatternError: "NOTFOUND" | "CYCLIC";
10805
10820
  HistoryApiResponse: {
10806
10821
  /**
10807
10822
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -11058,12 +11073,6 @@ interface external$5 {
11058
11073
  * Content copied to a release can be differentiated from base content by the `releaseId` property on the content. If the content is not copied to the release, this property will be null.
11059
11074
  */
11060
11075
  releaseId?: external$5["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
11061
- /**
11062
- * @deprecated Search on textual fields of a composition.
11063
- * Note: for long text fields the tail of the text is not guaranteed to be searchable.
11064
- * Example: ?search=hello
11065
- */
11066
- search?: external$5["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["parameters"]["search"];
11067
11076
  };
11068
11077
  };
11069
11078
  responses: {
@@ -11421,13 +11430,6 @@ interface external$5 {
11421
11430
  * Content copied to a release can be differentiated from base content by the `releaseId` property on the content. If the content is not copied to the release, this property will be null.
11422
11431
  */
11423
11432
  releaseId: string;
11424
- /**
11425
- * @deprecated
11426
- * @description Search on textual fields of a composition.
11427
- * Note: for long text fields the tail of the text is not guaranteed to be searchable.
11428
- * Example: ?search=hello
11429
- */
11430
- search: string;
11431
11433
  };
11432
11434
  };
11433
11435
  operations: {};
@@ -11730,6 +11732,8 @@ interface external$5 {
11730
11732
  _name?: string;
11731
11733
  /** @description The slug of the entry. */
11732
11734
  _slug?: string;
11735
+ /** @description The thumbnail URL of the entry. */
11736
+ _thumbnail?: string;
11733
11737
  /** @description Entry field values. */
11734
11738
  fields?: {
11735
11739
  [key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
@@ -12828,15 +12832,7 @@ interface external$4 {
12828
12832
  _patternDataResources?: {
12829
12833
  [key: string]: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
12830
12834
  };
12831
- /**
12832
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
12833
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
12834
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
12835
- * Means nothing for PUTs; it will be ignored.
12836
- *
12837
- * @enum {string}
12838
- */
12839
- _patternError?: "NOTFOUND" | "CYCLIC";
12835
+ _patternError?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
12840
12836
  /**
12841
12837
  * @description Defines patch overrides to component IDs that live in the composition.
12842
12838
  * This can be used to override parameters that are defined on patterns,
@@ -12895,6 +12891,7 @@ interface external$4 {
12895
12891
  [key: string]: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
12896
12892
  };
12897
12893
  _dataResources?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
12894
+ _patternError?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
12898
12895
  /**
12899
12896
  * @description Defines patch overrides to component IDs that live in the composition.
12900
12897
  * This can be used to override parameters that are defined on patterns,
@@ -13109,6 +13106,15 @@ interface external$4 {
13109
13106
  DataResourceVariables: {
13110
13107
  [key: string]: string;
13111
13108
  };
13109
+ /**
13110
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
13111
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
13112
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
13113
+ * Means nothing for PUTs; it will be ignored.
13114
+ *
13115
+ * @enum {string}
13116
+ */
13117
+ PatternError: "NOTFOUND" | "CYCLIC";
13112
13118
  HistoryApiResponse: {
13113
13119
  /**
13114
13120
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -13365,12 +13371,6 @@ interface external$4 {
13365
13371
  * Content copied to a release can be differentiated from base content by the `releaseId` property on the content. If the content is not copied to the release, this property will be null.
13366
13372
  */
13367
13373
  releaseId?: external$4["v1-canvas.swagger.yml"]["components"]["parameters"]["releaseId"];
13368
- /**
13369
- * @deprecated Search on textual fields of a composition.
13370
- * Note: for long text fields the tail of the text is not guaranteed to be searchable.
13371
- * Example: ?search=hello
13372
- */
13373
- search?: external$4["v1-canvas.swagger.yml"]["components"]["parameters"]["search"];
13374
13374
  };
13375
13375
  };
13376
13376
  responses: {
@@ -13728,13 +13728,6 @@ interface external$4 {
13728
13728
  * Content copied to a release can be differentiated from base content by the `releaseId` property on the content. If the content is not copied to the release, this property will be null.
13729
13729
  */
13730
13730
  releaseId: string;
13731
- /**
13732
- * @deprecated
13733
- * @description Search on textual fields of a composition.
13734
- * Note: for long text fields the tail of the text is not guaranteed to be searchable.
13735
- * Example: ?search=hello
13736
- */
13737
- search: string;
13738
13731
  };
13739
13732
  };
13740
13733
  operations: {};
@@ -14137,86 +14130,12 @@ type CanvasClientOptions = ClientOptions & {
14137
14130
  edgeApiHost?: string;
14138
14131
  disableSWR?: boolean;
14139
14132
  };
14140
- type CompositionFilters = Partial<Record<'entityId' | 'releaseId' | 'type' | 'uiStatus', {
14141
- eq: string;
14142
- } | {
14143
- neq: string;
14144
- } | {
14145
- in: string[];
14146
- } | {
14147
- nin: string[];
14148
- }> | Record<`${'entityId' | 'releaseId' | 'type' | 'uiStatus'}[${'eq' | 'neq'}]`, string> | Record<`${'entityId' | 'releaseId' | 'type' | 'uiStatus'}[${'in' | 'nin'}]`, string[]> | Record<'created' | 'modified', {
14149
- eq: string;
14150
- } | {
14151
- neq: string;
14152
- } | {
14153
- in: string[];
14154
- } | {
14155
- nin: string[];
14156
- } | {
14157
- gt: string;
14158
- } | {
14159
- gte: string;
14160
- } | {
14161
- lt: string;
14162
- } | {
14163
- lte: string;
14164
- }> | Record<`${'created' | 'modified'}[${'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte'}]`, string> | Record<`${'created' | 'modified'}[${'in' | 'nin'}]`, string[]> | Record<'locale' | 'patternId', {
14165
- eq: string;
14166
- } | {
14167
- neq: string;
14168
- } | {
14169
- in: string[];
14170
- } | {
14171
- nin: string[];
14172
- } | {
14173
- def: boolean | 'true' | 'false';
14174
- }> | Record<`${'locale' | 'patternId'}[${'eq' | 'neq'}]`, string> | Record<`${'locale' | 'patternId'}[${'in' | 'nin'}]`, string[]> | Record<`${'locale' | 'patternId'}[def]`, boolean | 'true' | 'false'> | Record<'name' | 'slug', {
14175
- match: string;
14176
- } | {
14177
- eq: string;
14178
- } | {
14179
- neq: string;
14180
- } | {
14181
- in: string[];
14182
- } | {
14183
- nin: string[];
14184
- } | {
14185
- def: boolean | 'true' | 'false';
14186
- }> | Record<`${'name' | 'slug'}[${'match' | 'eq' | 'neq'}]`, string> | Record<`${'name' | 'slug'}[${'in' | 'nin'}]`, string[]> | Record<`${'name' | 'slug'}[def]`, boolean | 'true' | 'false'> | Record<'isPattern', {
14187
- eq: boolean | 'true' | 'false';
14188
- } | {
14189
- neq: boolean | 'true' | 'false';
14190
- }> | Record<`isPattern[${'eq' | 'neq'}]`, boolean | 'true' | 'false'> | Record<`parameters.${string}`, {
14191
- match: string;
14192
- } | {
14193
- eq: string | number | boolean;
14194
- } | {
14195
- neq: string | number | boolean;
14196
- } | {
14197
- in: (string | number | boolean)[];
14198
- } | {
14199
- nin: (string | number | boolean)[];
14200
- } | {
14201
- gt: string | number;
14202
- } | {
14203
- gte: string | number;
14204
- } | {
14205
- lt: string | number;
14206
- } | {
14207
- lte: string | number;
14208
- } | {
14209
- def: boolean | 'true' | 'false';
14210
- }> | Record<`parameters.${string}[match]`, string> | Record<`parameters.${string}[${'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte'}]`, string | number> | Record<`parameters.${string}[${'in' | 'nin'}]`, (string | number)[]> | Record<`parameters.${string}[def]`, boolean | 'true' | 'false'>>;
14211
14133
  declare class CanvasClient extends ApiClient<CanvasClientOptions> {
14212
14134
  private edgeApiHost;
14213
14135
  private edgeApiRequestInit?;
14214
14136
  constructor(options: CanvasClientOptions);
14215
14137
  /** Fetches lists of Canvas compositions, optionally by type */
14216
- getCompositionList(params?: Omit<CompositionGetParameters, 'projectId' | 'componentId' | 'compositionId' | 'slug'> & {
14217
- /** @deprecated do not use */
14218
- filters?: CompositionFilters;
14219
- } & ({
14138
+ getCompositionList(params?: Omit<CompositionGetParameters, 'projectId' | 'componentId' | 'compositionId' | 'slug'> & ({
14220
14139
  resolveData: true;
14221
14140
  diagnostics?: boolean;
14222
14141
  } | {
@@ -14270,6 +14189,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
14270
14189
  canBeComposition?: boolean | undefined;
14271
14190
  parameters?: {
14272
14191
  id: string;
14192
+ /** Fetches a component definition's composition defaults */
14273
14193
  name: string;
14274
14194
  helpText?: string | undefined;
14275
14195
  type: string;
@@ -15093,15 +15013,7 @@ interface external$3 {
15093
15013
  _patternDataResources?: {
15094
15014
  [key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
15095
15015
  };
15096
- /**
15097
- * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
15098
- * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
15099
- * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
15100
- * Means nothing for PUTs; it will be ignored.
15101
- *
15102
- * @enum {string}
15103
- */
15104
- _patternError?: "NOTFOUND" | "CYCLIC";
15016
+ _patternError?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
15105
15017
  /**
15106
15018
  * @description Defines patch overrides to component IDs that live in the composition.
15107
15019
  * This can be used to override parameters that are defined on patterns,
@@ -15160,6 +15072,7 @@ interface external$3 {
15160
15072
  [key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
15161
15073
  };
15162
15074
  _dataResources?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
15075
+ _patternError?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
15163
15076
  /**
15164
15077
  * @description Defines patch overrides to component IDs that live in the composition.
15165
15078
  * This can be used to override parameters that are defined on patterns,
@@ -15374,6 +15287,15 @@ interface external$3 {
15374
15287
  DataResourceVariables: {
15375
15288
  [key: string]: string;
15376
15289
  };
15290
+ /**
15291
+ * @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
15292
+ * CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
15293
+ * NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
15294
+ * Means nothing for PUTs; it will be ignored.
15295
+ *
15296
+ * @enum {string}
15297
+ */
15298
+ PatternError: "NOTFOUND" | "CYCLIC";
15377
15299
  HistoryApiResponse: {
15378
15300
  /**
15379
15301
  * @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
@@ -16946,6 +16868,7 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
16946
16868
  } | undefined;
16947
16869
  };
16948
16870
  } | undefined;
16871
+ _patternError?: "NOTFOUND" | "CYCLIC" | undefined;
16949
16872
  _overrides?: {
16950
16873
  [key: string]: {
16951
16874
  parameters?: {
@@ -17179,4 +17102,4 @@ declare function parseVariableExpression(serialized: string, onToken?: (token: s
17179
17102
 
17180
17103
  declare const CanvasClientError: typeof ApiClientError;
17181
17104
 
17182
- export { ASSETS_SOURCE_CUSTOM_URL, ASSETS_SOURCE_UNIFORM, ASSET_PARAMETER_TYPE, ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, type AddComponentMessage, type AssetParamValue, type AssetParamValueItem, type BatchEnhancer, BatchEntry, type BatchInvalidationPayload, type BindVariablesOptions, type BindVariablesResult, type BindVariablesToObjectOptions, type BlockLocationReference, type BlockValue, CANVAS_BLOCK_PARAM_TYPE, CANVAS_DRAFT_STATE, CANVAS_EDITOR_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_SLOT_SECTION_SLOT, CANVAS_SLOT_SECTION_TYPE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CanvasClient, CanvasClientError, type CanvasDefinitions, type CategoriesDeleteParameters, type CategoriesGetParameters, type CategoriesGetResponse, type CategoriesPutParameters, type Category, CategoryClient, type Channel, type ChannelMessage, type ChannelSubscription, ChildEnhancerBuilder, type ComponentDefinition, type ComponentDefinitionDeleteParameters, type ComponentDefinitionGetParameters, type ComponentDefinitionGetResponse, type ComponentDefinitionParameter, type ComponentDefinitionPermission, type ComponentDefinitionPutParameters, type ComponentDefinitionSlot, type ComponentDefinitionSlugSettings, type ComponentDefinitionVariant, type ComponentEnhancer, type ComponentEnhancerFunction, type ComponentEnhancerOptions, type ComponentInstance, type ComponentInstanceContextualEditing, type ComponentInstanceHistoryEntry, type ComponentInstanceHistoryGetParameters, type ComponentInstanceHistoryGetResponse, type ComponentLocationReference, type ComponentLocationReferenceV2, type ComponentOverridability, type ComponentOverride, type ComponentOverrides, type ComponentParameter, type ComponentParameterBlock, type ComponentParameterContextualEditing, type ComponentParameterEnhancer, type ComponentParameterEnhancerFunction, type ComponentParameterEnhancerOptions, type CompositionDataDiagnostic, type CompositionDeleteParameters, type CompositionDiagnostics, type CompositionFilters, type CompositionGetByComponentIdParameters, type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type CompositionGetListResponse, type CompositionGetOrderBy, type CompositionGetParameters, type CompositionGetResponse, type CompositionGetValidResponses, type CompositionIssue, type CompositionPatternIssue, type CompositionPutParameters, type CompositionResolvedGetResponse, type CompositionResolvedListResponse, type CompositionUIStatus, ContentClient, type ContentType, type ContentTypeField, type ContextualEditingComponentReference, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataResolutionConfigIssue, type DataResolutionIssue, type DataResolutionOption, type DataResolutionOptionNegative, type DataResolutionOptionPositive, type DataResolutionParameters, type DataResourceDefinition, type DataResourceDefinitions, type DataResourceIssue, type DataResourceVariables, type DataSource, DataSourceClient, type DataSourceDeleteParameters, type DataSourceGetParameters, type DataSourceGetResponse, type DataSourcePutParameters, type DataSourcesGetParameters, type DataSourcesGetResponse, type DataType, DataTypeClient, type DataTypeDeleteParameters, type DataTypeGetParameters, type DataTypeGetResponse, type DataTypePutParameters, type DataVariableDefinition, type DataWithProperties, type DeleteContentTypeOptions, type DeleteEntryOptions, type DismissPlaceholderMessage, type DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_MAX_CACHE_TTL, EDGE_MIN_CACHE_TTL, EMPTY_COMPOSITION, type EdgehancersDiagnostics, type EdgehancersWholeResponseCacheDiagnostics, type EditorStateUpdatedMessage, EnhancerBuilder, type EnhancerContext, type EnhancerError, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryList, type EventNames, type Filters, type FindInNodeTreeReference, type FlattenProperty, type FlattenValues, type FlattenValuesOptions, type GetContentTypesOptions, type GetContentTypesResponse, type GetEntriesOptions, type GetEntriesResponse, type GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, type InvalidationPayload, LOCALE_DYNAMIC_INPUT_NAME, type LimitPolicy, type LinkComponentParameterValue, type LinkParamConfiguration, type LinkParamValue, type LinkParameterType, type LinkTypeConfiguration, type Locale, LocaleClient, type LocaleDeleteParameters, type LocalePutParameters, type LocalesGetParameters, type LocalesGetResponse, type LocalizeDeprecatedOptions, type LocalizeModernOptions, type MessageHandler, type MoveComponentMessage, type NodeLocationReference, type NonProjectMapLinkParamValue, type OpenParameterEditorMessage, type OverrideOptions, PLACEHOLDER_ID, type PatternIssue, type PreviewEventBus, type PreviewPanelSettings, type ProjectMapLinkComponentParameterValue, type ProjectMapLinkParamValue, type Prompt, PromptClient, type PromptsDeleteParameters, type PromptsGetParameters, type PromptsGetResponse, type PromptsPutParameters, type PutContentTypeBody, type PutEntryBody, type ReadyMessage, RelationshipClient, type RelationshipResultInstance, type Release, ReleaseClient, type ReleaseContent, ReleaseContentsClient, type ReleaseContentsDeleteBody, type ReleaseContentsGetParameters, type ReleaseContentsGetResponse, type ReleaseDeleteParameters, type ReleasePatchParameters, type ReleasePutParameters, type ReleaseState, type ReleasesGetParameters, type ReleasesGetResponse, type ReportRenderedCompositionsMessage, type RequestComponentSuggestionMessage, type ResolvedRouteGetResponse, type RichTextBuiltInElement, type RichTextBuiltInFormat, type RichTextParamConfiguration, type RichTextParamValue, type RootComponentInstance, type RootEntryReference, type RootLocationReference, RouteClient, type RouteDynamicInputs, type RouteGetParameters, type RouteGetResponse, type RouteGetResponseComposition, type RouteGetResponseEdgehancedComposition, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParameterMessage, type SpecificProjectMap, type SubscribeToCompositionOptions, type SuggestComponentMessage, type TreeNodeInfoTypes, type TriggerComponentActionMessage, type TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UncachedContentClient, UniqueBatchEntries, type UnsubscribeCallback, type UpdateComponentParameterMessage, type UpdateComponentReferencesMessage, type UpdateCompositionInternalMessage, type UpdateCompositionMessage, type UpdateContextualEditingStateInternalMessage, type UpdateFeatureFlagsMessage, type UpdatePreviewSettingsMessage, type WalkComponentTreeActions, type WalkNodeTreeActions, type WalkNodeTreeOptions, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, createBatchEnhancer, createCanvasChannel, createEventBus, createLimitPolicy, createUniformApiEnhancer, createVariableReference, enhance, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getChannelName, getComponentJsonPointer, getComponentPath, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, getPropertyValue, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isDismissPlaceholderMessage, isEntryData, isMovingComponentMessage, isNestedNodeType, isOpenParameterEditorMessage, isReadyMessage, isReportRenderedCompositionsMessage, isRequestComponentSuggestionMessage, isRootEntryReference, isSelectComponentMessage, isSelectParameterMessage, isSuggestComponentMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateComponentReferencesMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdateFeatureFlagsMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, parseComponentPlaceholderId, parseVariableExpression, subscribeToComposition, walkComponentTree, walkNodeTree };
17105
+ export { ASSETS_SOURCE_CUSTOM_URL, ASSETS_SOURCE_UNIFORM, ASSET_PARAMETER_TYPE, ATTRIBUTE_COMPONENT_ID, ATTRIBUTE_MULTILINE, ATTRIBUTE_PARAMETER_ID, ATTRIBUTE_PARAMETER_TYPE, ATTRIBUTE_PARAMETER_VALUE, ATTRIBUTE_PLACEHOLDER, type AddComponentMessage, type AssetParamValue, type AssetParamValueItem, type BatchEnhancer, BatchEntry, type BatchInvalidationPayload, type BindVariablesOptions, type BindVariablesResult, type BindVariablesToObjectOptions, type BlockLocationReference, type BlockValue, CANVAS_BLOCK_PARAM_TYPE, CANVAS_DRAFT_STATE, CANVAS_EDITOR_STATE, CANVAS_ENRICHMENT_TAG_PARAM, CANVAS_INTENT_TAG_PARAM, CANVAS_LOCALE_TAG_PARAM, CANVAS_LOCALIZATION_SLOT, CANVAS_LOCALIZATION_TYPE, CANVAS_PERSONALIZATION_PARAM, CANVAS_PERSONALIZE_SLOT, CANVAS_PERSONALIZE_TYPE, CANVAS_PUBLISHED_STATE, CANVAS_SLOT_SECTION_SLOT, CANVAS_SLOT_SECTION_TYPE, CANVAS_TEST_SLOT, CANVAS_TEST_TYPE, CANVAS_TEST_VARIANT_PARAM, CanvasClient, CanvasClientError, type CanvasDefinitions, type CategoriesDeleteParameters, type CategoriesGetParameters, type CategoriesGetResponse, type CategoriesPutParameters, type Category, CategoryClient, type Channel, type ChannelMessage, type ChannelSubscription, ChildEnhancerBuilder, type ComponentDefinition, type ComponentDefinitionDeleteParameters, type ComponentDefinitionGetParameters, type ComponentDefinitionGetResponse, type ComponentDefinitionParameter, type ComponentDefinitionPermission, type ComponentDefinitionPutParameters, type ComponentDefinitionSlot, type ComponentDefinitionSlugSettings, type ComponentDefinitionVariant, type ComponentEnhancer, type ComponentEnhancerFunction, type ComponentEnhancerOptions, type ComponentInstance, type ComponentInstanceContextualEditing, type ComponentInstanceHistoryEntry, type ComponentInstanceHistoryGetParameters, type ComponentInstanceHistoryGetResponse, type ComponentLocationReference, type ComponentLocationReferenceV2, type ComponentOverridability, type ComponentOverride, type ComponentOverrides, type ComponentParameter, type ComponentParameterBlock, type ComponentParameterContextualEditing, type ComponentParameterEnhancer, type ComponentParameterEnhancerFunction, type ComponentParameterEnhancerOptions, type CompositionDataDiagnostic, type CompositionDeleteParameters, type CompositionDiagnostics, type CompositionGetByComponentIdParameters, type CompositionGetByIdParameters, type CompositionGetByNodeIdParameters, type CompositionGetByNodePathParameters, type CompositionGetBySlugParameters, type CompositionGetListResponse, type CompositionGetOrderBy, type CompositionGetParameters, type CompositionGetResponse, type CompositionGetValidResponses, type CompositionIssue, type CompositionPatternIssue, type CompositionPutParameters, type CompositionResolvedGetResponse, type CompositionResolvedListResponse, type CompositionUIStatus, ContentClient, type ContentType, type ContentTypeField, type ContextualEditingComponentReference, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataResolutionConfigIssue, type DataResolutionIssue, type DataResolutionOption, type DataResolutionOptionNegative, type DataResolutionOptionPositive, type DataResolutionParameters, type DataResourceDefinition, type DataResourceDefinitions, type DataResourceIssue, type DataResourceVariables, type DataSource, DataSourceClient, type DataSourceDeleteParameters, type DataSourceGetParameters, type DataSourceGetResponse, type DataSourcePutParameters, type DataSourcesGetParameters, type DataSourcesGetResponse, type DataType, DataTypeClient, type DataTypeDeleteParameters, type DataTypeGetParameters, type DataTypeGetResponse, type DataTypePutParameters, type DataVariableDefinition, type DataWithProperties, type DeleteContentTypeOptions, type DeleteEntryOptions, type DismissPlaceholderMessage, type DynamicInputIssue, EDGE_CACHE_DISABLED, EDGE_DEFAULT_CACHE_TTL, EDGE_MAX_CACHE_TTL, EDGE_MIN_CACHE_TTL, EMPTY_COMPOSITION, type EdgehancersDiagnostics, type EdgehancersWholeResponseCacheDiagnostics, type EditorStateUpdatedMessage, EnhancerBuilder, type EnhancerContext, type EnhancerError, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryList, type EventNames, type Filters, type FindInNodeTreeReference, type FlattenProperty, type FlattenValues, type FlattenValuesOptions, type GetContentTypesOptions, type GetContentTypesResponse, type GetEntriesOptions, type GetEntriesResponse, type GetParameterAttributesProps, IN_CONTEXT_EDITOR_COMPONENT_END_ROLE, IN_CONTEXT_EDITOR_COMPONENT_START_ROLE, IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID, IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM, IN_CONTEXT_EDITOR_QUERY_STRING_PARAM, IS_RENDERED_BY_UNIFORM_ATTRIBUTE, type InvalidationPayload, LOCALE_DYNAMIC_INPUT_NAME, type LimitPolicy, type LinkComponentParameterValue, type LinkParamConfiguration, type LinkParamValue, type LinkParameterType, type LinkTypeConfiguration, type Locale, LocaleClient, type LocaleDeleteParameters, type LocalePutParameters, type LocalesGetParameters, type LocalesGetResponse, type LocalizeDeprecatedOptions, type LocalizeModernOptions, type MessageHandler, type MoveComponentMessage, type NodeLocationReference, type NonProjectMapLinkParamValue, type OpenParameterEditorMessage, type OverrideOptions, PLACEHOLDER_ID, type PatternIssue, type PreviewEventBus, type PreviewPanelSettings, type ProjectMapLinkComponentParameterValue, type ProjectMapLinkParamValue, type Prompt, PromptClient, type PromptsDeleteParameters, type PromptsGetParameters, type PromptsGetResponse, type PromptsPutParameters, type PutContentTypeBody, type PutEntryBody, type ReadyMessage, RelationshipClient, type RelationshipResultInstance, type Release, ReleaseClient, type ReleaseContent, ReleaseContentsClient, type ReleaseContentsDeleteBody, type ReleaseContentsGetParameters, type ReleaseContentsGetResponse, type ReleaseDeleteParameters, type ReleasePatchParameters, type ReleasePutParameters, type ReleaseState, type ReleasesGetParameters, type ReleasesGetResponse, type ReportRenderedCompositionsMessage, type RequestComponentSuggestionMessage, type ResolvedRouteGetResponse, type RichTextBuiltInElement, type RichTextBuiltInFormat, type RichTextParamConfiguration, type RichTextParamValue, type RootComponentInstance, type RootEntryReference, type RootLocationReference, RouteClient, type RouteDynamicInputs, type RouteGetParameters, type RouteGetResponse, type RouteGetResponseComposition, type RouteGetResponseEdgehancedComposition, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParameterMessage, type SpecificProjectMap, type SubscribeToCompositionOptions, type SuggestComponentMessage, type TreeNodeInfoTypes, type TriggerComponentActionMessage, type TriggerCompositionActionMessage, UncachedCanvasClient, UncachedCategoryClient, UncachedContentClient, UniqueBatchEntries, type UnsubscribeCallback, type UpdateComponentParameterMessage, type UpdateComponentReferencesMessage, type UpdateCompositionInternalMessage, type UpdateCompositionMessage, type UpdateContextualEditingStateInternalMessage, type UpdateFeatureFlagsMessage, type UpdatePreviewSettingsMessage, type WalkComponentTreeActions, type WalkNodeTreeActions, type WalkNodeTreeOptions, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, createBatchEnhancer, createCanvasChannel, createEventBus, createLimitPolicy, createUniformApiEnhancer, createVariableReference, enhance, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getChannelName, getComponentJsonPointer, getComponentPath, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, getPropertyValue, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isDismissPlaceholderMessage, isEntryData, isMovingComponentMessage, isNestedNodeType, isOpenParameterEditorMessage, isReadyMessage, isReportRenderedCompositionsMessage, isRequestComponentSuggestionMessage, isRootEntryReference, isSelectComponentMessage, isSelectParameterMessage, isSuggestComponentMessage, isSystemComponentDefinition, isTriggerCompositionActionMessage, isUpdateComponentParameterMessage, isUpdateComponentReferencesMessage, isUpdateCompositionInternalMessage, isUpdateCompositionMessage, isUpdateContextualEditingStateInternalMessage, isUpdateFeatureFlagsMessage, isUpdatePreviewSettingsMessage, localize, mapSlotToPersonalizedVariations, mapSlotToTestVariations, nullLimitPolicy, parseComponentPlaceholderId, parseVariableExpression, subscribeToComposition, walkComponentTree, walkNodeTree };