@uniformdev/canvas 19.132.0 → 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 +170 -135
- package/dist/index.d.ts +170 -135
- package/package.json +4 -4
package/dist/index.d.ts
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.
|
@@ -8943,15 +8965,7 @@ interface external$7 {
|
|
8943
8965
|
_patternDataResources?: {
|
8944
8966
|
[key: string]: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
8945
8967
|
};
|
8946
|
-
|
8947
|
-
* @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
|
8948
|
-
* CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
|
8949
|
-
* NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
|
8950
|
-
* Means nothing for PUTs; it will be ignored.
|
8951
|
-
*
|
8952
|
-
* @enum {string}
|
8953
|
-
*/
|
8954
|
-
_patternError?: "NOTFOUND" | "CYCLIC";
|
8968
|
+
_patternError?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
8955
8969
|
/**
|
8956
8970
|
* @description Defines patch overrides to component IDs that live in the composition.
|
8957
8971
|
* This can be used to override parameters that are defined on patterns,
|
@@ -9010,6 +9024,7 @@ interface external$7 {
|
|
9010
9024
|
[key: string]: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
9011
9025
|
};
|
9012
9026
|
_dataResources?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
|
9027
|
+
_patternError?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
9013
9028
|
/**
|
9014
9029
|
* @description Defines patch overrides to component IDs that live in the composition.
|
9015
9030
|
* This can be used to override parameters that are defined on patterns,
|
@@ -9224,6 +9239,15 @@ interface external$7 {
|
|
9224
9239
|
DataResourceVariables: {
|
9225
9240
|
[key: string]: string;
|
9226
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";
|
9227
9251
|
HistoryApiResponse: {
|
9228
9252
|
/**
|
9229
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.
|
@@ -9659,15 +9683,7 @@ interface external$6 {
|
|
9659
9683
|
_patternDataResources?: {
|
9660
9684
|
[key: string]: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
9661
9685
|
};
|
9662
|
-
|
9663
|
-
* @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
|
9664
|
-
* CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
|
9665
|
-
* NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
|
9666
|
-
* Means nothing for PUTs; it will be ignored.
|
9667
|
-
*
|
9668
|
-
* @enum {string}
|
9669
|
-
*/
|
9670
|
-
_patternError?: "NOTFOUND" | "CYCLIC";
|
9686
|
+
_patternError?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
9671
9687
|
/**
|
9672
9688
|
* @description Defines patch overrides to component IDs that live in the composition.
|
9673
9689
|
* This can be used to override parameters that are defined on patterns,
|
@@ -9726,6 +9742,7 @@ interface external$6 {
|
|
9726
9742
|
[key: string]: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
9727
9743
|
};
|
9728
9744
|
_dataResources?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
|
9745
|
+
_patternError?: external$6["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
9729
9746
|
/**
|
9730
9747
|
* @description Defines patch overrides to component IDs that live in the composition.
|
9731
9748
|
* This can be used to override parameters that are defined on patterns,
|
@@ -9940,6 +9957,15 @@ interface external$6 {
|
|
9940
9957
|
DataResourceVariables: {
|
9941
9958
|
[key: string]: string;
|
9942
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";
|
9943
9969
|
HistoryApiResponse: {
|
9944
9970
|
/**
|
9945
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.
|
@@ -10508,15 +10534,7 @@ interface external$5 {
|
|
10508
10534
|
_patternDataResources?: {
|
10509
10535
|
[key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
10510
10536
|
};
|
10511
|
-
|
10512
|
-
* @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
|
10513
|
-
* CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
|
10514
|
-
* NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
|
10515
|
-
* Means nothing for PUTs; it will be ignored.
|
10516
|
-
*
|
10517
|
-
* @enum {string}
|
10518
|
-
*/
|
10519
|
-
_patternError?: "NOTFOUND" | "CYCLIC";
|
10537
|
+
_patternError?: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
10520
10538
|
/**
|
10521
10539
|
* @description Defines patch overrides to component IDs that live in the composition.
|
10522
10540
|
* This can be used to override parameters that are defined on patterns,
|
@@ -10575,6 +10593,7 @@ interface external$5 {
|
|
10575
10593
|
[key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
10576
10594
|
};
|
10577
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"];
|
10578
10597
|
/**
|
10579
10598
|
* @description Defines patch overrides to component IDs that live in the composition.
|
10580
10599
|
* This can be used to override parameters that are defined on patterns,
|
@@ -10789,6 +10808,15 @@ interface external$5 {
|
|
10789
10808
|
DataResourceVariables: {
|
10790
10809
|
[key: string]: string;
|
10791
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";
|
10792
10820
|
HistoryApiResponse: {
|
10793
10821
|
/**
|
10794
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.
|
@@ -11704,6 +11732,8 @@ interface external$5 {
|
|
11704
11732
|
_name?: string;
|
11705
11733
|
/** @description The slug of the entry. */
|
11706
11734
|
_slug?: string;
|
11735
|
+
/** @description The thumbnail URL of the entry. */
|
11736
|
+
_thumbnail?: string;
|
11707
11737
|
/** @description Entry field values. */
|
11708
11738
|
fields?: {
|
11709
11739
|
[key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
|
@@ -12802,15 +12832,7 @@ interface external$4 {
|
|
12802
12832
|
_patternDataResources?: {
|
12803
12833
|
[key: string]: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
12804
12834
|
};
|
12805
|
-
|
12806
|
-
* @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
|
12807
|
-
* CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
|
12808
|
-
* NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
|
12809
|
-
* Means nothing for PUTs; it will be ignored.
|
12810
|
-
*
|
12811
|
-
* @enum {string}
|
12812
|
-
*/
|
12813
|
-
_patternError?: "NOTFOUND" | "CYCLIC";
|
12835
|
+
_patternError?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
12814
12836
|
/**
|
12815
12837
|
* @description Defines patch overrides to component IDs that live in the composition.
|
12816
12838
|
* This can be used to override parameters that are defined on patterns,
|
@@ -12869,6 +12891,7 @@ interface external$4 {
|
|
12869
12891
|
[key: string]: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
12870
12892
|
};
|
12871
12893
|
_dataResources?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
|
12894
|
+
_patternError?: external$4["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
12872
12895
|
/**
|
12873
12896
|
* @description Defines patch overrides to component IDs that live in the composition.
|
12874
12897
|
* This can be used to override parameters that are defined on patterns,
|
@@ -13083,6 +13106,15 @@ interface external$4 {
|
|
13083
13106
|
DataResourceVariables: {
|
13084
13107
|
[key: string]: string;
|
13085
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";
|
13086
13118
|
HistoryApiResponse: {
|
13087
13119
|
/**
|
13088
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.
|
@@ -14981,15 +15013,7 @@ interface external$3 {
|
|
14981
15013
|
_patternDataResources?: {
|
14982
15014
|
[key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
14983
15015
|
};
|
14984
|
-
|
14985
|
-
* @description Describes why the pattern could not be resolved, if a pattern could not be resolved. For PUTs, this is allowed but ignored.
|
14986
|
-
* CYCLIC: A cyclic pattern graph was detected, which could not be resolved because it would cause an infinite loop.
|
14987
|
-
* NOTFOUND: The pattern ID referenced could not be found. It may have been deleted, or not be published yet.
|
14988
|
-
* Means nothing for PUTs; it will be ignored.
|
14989
|
-
*
|
14990
|
-
* @enum {string}
|
14991
|
-
*/
|
14992
|
-
_patternError?: "NOTFOUND" | "CYCLIC";
|
15016
|
+
_patternError?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
14993
15017
|
/**
|
14994
15018
|
* @description Defines patch overrides to component IDs that live in the composition.
|
14995
15019
|
* This can be used to override parameters that are defined on patterns,
|
@@ -15048,6 +15072,7 @@ interface external$3 {
|
|
15048
15072
|
[key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinition"];
|
15049
15073
|
};
|
15050
15074
|
_dataResources?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceDefinitions"];
|
15075
|
+
_patternError?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["PatternError"];
|
15051
15076
|
/**
|
15052
15077
|
* @description Defines patch overrides to component IDs that live in the composition.
|
15053
15078
|
* This can be used to override parameters that are defined on patterns,
|
@@ -15262,6 +15287,15 @@ interface external$3 {
|
|
15262
15287
|
DataResourceVariables: {
|
15263
15288
|
[key: string]: string;
|
15264
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";
|
15265
15299
|
HistoryApiResponse: {
|
15266
15300
|
/**
|
15267
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.
|
@@ -16834,6 +16868,7 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
|
|
16834
16868
|
} | undefined;
|
16835
16869
|
};
|
16836
16870
|
} | undefined;
|
16871
|
+
_patternError?: "NOTFOUND" | "CYCLIC" | undefined;
|
16837
16872
|
_overrides?: {
|
16838
16873
|
[key: string]: {
|
16839
16874
|
parameters?: {
|