@uniformdev/canvas 19.179.2-alpha.22 → 19.181.1-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +8 -735
- package/dist/index.d.ts +8 -735
- package/dist/index.esm.js +6 -2
- package/dist/index.js +5 -1
- package/dist/index.mjs +6 -2
- package/package.json +5 -4
package/dist/index.d.mts
CHANGED
@@ -5,7 +5,7 @@ import { Quirks, StorageCommands, PersonalizedVariant, TestVariant } from '@unif
|
|
5
5
|
import Pusher from 'pusher-js';
|
6
6
|
import { Options as Options$1 } from 'p-retry';
|
7
7
|
import { Options } from 'p-throttle';
|
8
|
-
import {
|
8
|
+
import { RichTextBuiltInFormat as RichTextBuiltInFormat$1, RichTextBuiltInElement as RichTextBuiltInElement$1, ParameterRichTextValue } from '@uniformdev/richtext';
|
9
9
|
|
10
10
|
/**
|
11
11
|
* This file was auto-generated by openapi-typescript.
|
@@ -660,35 +660,6 @@ interface external$j {
|
|
660
660
|
* @enum {string}
|
661
661
|
*/
|
662
662
|
OverrideOptions: "yes" | "no";
|
663
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
664
|
-
AlternativeDataSourceData: {
|
665
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
666
|
-
baseUrl: string;
|
667
|
-
/** @description HTTP headers to pass with requests to the data source */
|
668
|
-
headers?: {
|
669
|
-
key: string;
|
670
|
-
value: string;
|
671
|
-
omitIfEmpty?: boolean;
|
672
|
-
}[];
|
673
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
674
|
-
parameters?: {
|
675
|
-
key: string;
|
676
|
-
value: string;
|
677
|
-
omitIfEmpty?: boolean;
|
678
|
-
}[];
|
679
|
-
/** @description Variables needed to make calls to the data source */
|
680
|
-
variables?: {
|
681
|
-
[key: string]: external$j["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
682
|
-
};
|
683
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
684
|
-
customPublic?: {
|
685
|
-
[key: string]: unknown;
|
686
|
-
};
|
687
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
688
|
-
custom?: {
|
689
|
-
[key: string]: unknown;
|
690
|
-
};
|
691
|
-
};
|
692
663
|
/**
|
693
664
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
694
665
|
* These are created in the UI and shared across a whole project.
|
@@ -725,11 +696,6 @@ interface external$j {
|
|
725
696
|
localeMapping?: {
|
726
697
|
[key: string]: string;
|
727
698
|
};
|
728
|
-
/**
|
729
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
730
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
731
|
-
*/
|
732
|
-
enableUnpublishedMode?: boolean;
|
733
699
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
734
700
|
customPublic?: {
|
735
701
|
[key: string]: unknown;
|
@@ -738,10 +704,6 @@ interface external$j {
|
|
738
704
|
custom?: {
|
739
705
|
[key: string]: unknown;
|
740
706
|
};
|
741
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
742
|
-
variants?: {
|
743
|
-
unpublished?: external$j["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
744
|
-
};
|
745
707
|
};
|
746
708
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
747
709
|
DataType: {
|
@@ -840,12 +802,6 @@ interface external$j {
|
|
840
802
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
841
803
|
*/
|
842
804
|
optionalPatternParameter?: boolean;
|
843
|
-
/**
|
844
|
-
* @description Resolve this data resource with draft mode content. TBD
|
845
|
-
*
|
846
|
-
* @enum {string}
|
847
|
-
*/
|
848
|
-
dataSourceVariant?: "unpublished";
|
849
805
|
variables?: external$j["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
850
806
|
};
|
851
807
|
/** @description Variable values for a data resource */
|
@@ -1921,35 +1877,6 @@ interface components$8 {
|
|
1921
1877
|
* @enum {string}
|
1922
1878
|
*/
|
1923
1879
|
OverrideOptions: "yes" | "no";
|
1924
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
1925
|
-
AlternativeDataSourceData: {
|
1926
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
1927
|
-
baseUrl: string;
|
1928
|
-
/** @description HTTP headers to pass with requests to the data source */
|
1929
|
-
headers?: {
|
1930
|
-
key: string;
|
1931
|
-
value: string;
|
1932
|
-
omitIfEmpty?: boolean;
|
1933
|
-
}[];
|
1934
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
1935
|
-
parameters?: {
|
1936
|
-
key: string;
|
1937
|
-
value: string;
|
1938
|
-
omitIfEmpty?: boolean;
|
1939
|
-
}[];
|
1940
|
-
/** @description Variables needed to make calls to the data source */
|
1941
|
-
variables?: {
|
1942
|
-
[key: string]: components$8["schemas"]["DataVariableDefinition"];
|
1943
|
-
};
|
1944
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
1945
|
-
customPublic?: {
|
1946
|
-
[key: string]: unknown;
|
1947
|
-
};
|
1948
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
1949
|
-
custom?: {
|
1950
|
-
[key: string]: unknown;
|
1951
|
-
};
|
1952
|
-
};
|
1953
1880
|
/**
|
1954
1881
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
1955
1882
|
* These are created in the UI and shared across a whole project.
|
@@ -1986,11 +1913,6 @@ interface components$8 {
|
|
1986
1913
|
localeMapping?: {
|
1987
1914
|
[key: string]: string;
|
1988
1915
|
};
|
1989
|
-
/**
|
1990
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
1991
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
1992
|
-
*/
|
1993
|
-
enableUnpublishedMode?: boolean;
|
1994
1916
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
1995
1917
|
customPublic?: {
|
1996
1918
|
[key: string]: unknown;
|
@@ -1999,10 +1921,6 @@ interface components$8 {
|
|
1999
1921
|
custom?: {
|
2000
1922
|
[key: string]: unknown;
|
2001
1923
|
};
|
2002
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
2003
|
-
variants?: {
|
2004
|
-
unpublished?: components$8["schemas"]["AlternativeDataSourceData"];
|
2005
|
-
};
|
2006
1924
|
};
|
2007
1925
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
2008
1926
|
DataType: {
|
@@ -2101,12 +2019,6 @@ interface components$8 {
|
|
2101
2019
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
2102
2020
|
*/
|
2103
2021
|
optionalPatternParameter?: boolean;
|
2104
|
-
/**
|
2105
|
-
* @description Resolve this data resource with draft mode content. TBD
|
2106
|
-
*
|
2107
|
-
* @enum {string}
|
2108
|
-
*/
|
2109
|
-
dataSourceVariant?: "unpublished";
|
2110
2022
|
variables?: components$8["schemas"]["DataResourceVariables"];
|
2111
2023
|
};
|
2112
2024
|
/** @description Variable values for a data resource */
|
@@ -3339,35 +3251,6 @@ interface external$h {
|
|
3339
3251
|
* @enum {string}
|
3340
3252
|
*/
|
3341
3253
|
OverrideOptions: "yes" | "no";
|
3342
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
3343
|
-
AlternativeDataSourceData: {
|
3344
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
3345
|
-
baseUrl: string;
|
3346
|
-
/** @description HTTP headers to pass with requests to the data source */
|
3347
|
-
headers?: {
|
3348
|
-
key: string;
|
3349
|
-
value: string;
|
3350
|
-
omitIfEmpty?: boolean;
|
3351
|
-
}[];
|
3352
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
3353
|
-
parameters?: {
|
3354
|
-
key: string;
|
3355
|
-
value: string;
|
3356
|
-
omitIfEmpty?: boolean;
|
3357
|
-
}[];
|
3358
|
-
/** @description Variables needed to make calls to the data source */
|
3359
|
-
variables?: {
|
3360
|
-
[key: string]: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
3361
|
-
};
|
3362
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
3363
|
-
customPublic?: {
|
3364
|
-
[key: string]: unknown;
|
3365
|
-
};
|
3366
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
3367
|
-
custom?: {
|
3368
|
-
[key: string]: unknown;
|
3369
|
-
};
|
3370
|
-
};
|
3371
3254
|
/**
|
3372
3255
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
3373
3256
|
* These are created in the UI and shared across a whole project.
|
@@ -3404,11 +3287,6 @@ interface external$h {
|
|
3404
3287
|
localeMapping?: {
|
3405
3288
|
[key: string]: string;
|
3406
3289
|
};
|
3407
|
-
/**
|
3408
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
3409
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
3410
|
-
*/
|
3411
|
-
enableUnpublishedMode?: boolean;
|
3412
3290
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
3413
3291
|
customPublic?: {
|
3414
3292
|
[key: string]: unknown;
|
@@ -3417,10 +3295,6 @@ interface external$h {
|
|
3417
3295
|
custom?: {
|
3418
3296
|
[key: string]: unknown;
|
3419
3297
|
};
|
3420
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
3421
|
-
variants?: {
|
3422
|
-
unpublished?: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
3423
|
-
};
|
3424
3298
|
};
|
3425
3299
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
3426
3300
|
DataType: {
|
@@ -3519,12 +3393,6 @@ interface external$h {
|
|
3519
3393
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
3520
3394
|
*/
|
3521
3395
|
optionalPatternParameter?: boolean;
|
3522
|
-
/**
|
3523
|
-
* @description Resolve this data resource with draft mode content. TBD
|
3524
|
-
*
|
3525
|
-
* @enum {string}
|
3526
|
-
*/
|
3527
|
-
dataSourceVariant?: "unpublished";
|
3528
3396
|
variables?: external$h["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
3529
3397
|
};
|
3530
3398
|
/** @description Variable values for a data resource */
|
@@ -4858,35 +4726,6 @@ interface external$g {
|
|
4858
4726
|
* @enum {string}
|
4859
4727
|
*/
|
4860
4728
|
OverrideOptions: "yes" | "no";
|
4861
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
4862
|
-
AlternativeDataSourceData: {
|
4863
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
4864
|
-
baseUrl: string;
|
4865
|
-
/** @description HTTP headers to pass with requests to the data source */
|
4866
|
-
headers?: {
|
4867
|
-
key: string;
|
4868
|
-
value: string;
|
4869
|
-
omitIfEmpty?: boolean;
|
4870
|
-
}[];
|
4871
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
4872
|
-
parameters?: {
|
4873
|
-
key: string;
|
4874
|
-
value: string;
|
4875
|
-
omitIfEmpty?: boolean;
|
4876
|
-
}[];
|
4877
|
-
/** @description Variables needed to make calls to the data source */
|
4878
|
-
variables?: {
|
4879
|
-
[key: string]: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
4880
|
-
};
|
4881
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
4882
|
-
customPublic?: {
|
4883
|
-
[key: string]: unknown;
|
4884
|
-
};
|
4885
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
4886
|
-
custom?: {
|
4887
|
-
[key: string]: unknown;
|
4888
|
-
};
|
4889
|
-
};
|
4890
4729
|
/**
|
4891
4730
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
4892
4731
|
* These are created in the UI and shared across a whole project.
|
@@ -4923,11 +4762,6 @@ interface external$g {
|
|
4923
4762
|
localeMapping?: {
|
4924
4763
|
[key: string]: string;
|
4925
4764
|
};
|
4926
|
-
/**
|
4927
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
4928
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
4929
|
-
*/
|
4930
|
-
enableUnpublishedMode?: boolean;
|
4931
4765
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
4932
4766
|
customPublic?: {
|
4933
4767
|
[key: string]: unknown;
|
@@ -4936,10 +4770,6 @@ interface external$g {
|
|
4936
4770
|
custom?: {
|
4937
4771
|
[key: string]: unknown;
|
4938
4772
|
};
|
4939
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
4940
|
-
variants?: {
|
4941
|
-
unpublished?: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
4942
|
-
};
|
4943
4773
|
};
|
4944
4774
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
4945
4775
|
DataType: {
|
@@ -5038,12 +4868,6 @@ interface external$g {
|
|
5038
4868
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
5039
4869
|
*/
|
5040
4870
|
optionalPatternParameter?: boolean;
|
5041
|
-
/**
|
5042
|
-
* @description Resolve this data resource with draft mode content. TBD
|
5043
|
-
*
|
5044
|
-
* @enum {string}
|
5045
|
-
*/
|
5046
|
-
dataSourceVariant?: "unpublished";
|
5047
4871
|
variables?: external$g["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
5048
4872
|
};
|
5049
4873
|
/** @description Variable values for a data resource */
|
@@ -6698,35 +6522,6 @@ interface external$f {
|
|
6698
6522
|
* @enum {string}
|
6699
6523
|
*/
|
6700
6524
|
OverrideOptions: "yes" | "no";
|
6701
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
6702
|
-
AlternativeDataSourceData: {
|
6703
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
6704
|
-
baseUrl: string;
|
6705
|
-
/** @description HTTP headers to pass with requests to the data source */
|
6706
|
-
headers?: {
|
6707
|
-
key: string;
|
6708
|
-
value: string;
|
6709
|
-
omitIfEmpty?: boolean;
|
6710
|
-
}[];
|
6711
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
6712
|
-
parameters?: {
|
6713
|
-
key: string;
|
6714
|
-
value: string;
|
6715
|
-
omitIfEmpty?: boolean;
|
6716
|
-
}[];
|
6717
|
-
/** @description Variables needed to make calls to the data source */
|
6718
|
-
variables?: {
|
6719
|
-
[key: string]: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
6720
|
-
};
|
6721
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
6722
|
-
customPublic?: {
|
6723
|
-
[key: string]: unknown;
|
6724
|
-
};
|
6725
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
6726
|
-
custom?: {
|
6727
|
-
[key: string]: unknown;
|
6728
|
-
};
|
6729
|
-
};
|
6730
6525
|
/**
|
6731
6526
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
6732
6527
|
* These are created in the UI and shared across a whole project.
|
@@ -6763,11 +6558,6 @@ interface external$f {
|
|
6763
6558
|
localeMapping?: {
|
6764
6559
|
[key: string]: string;
|
6765
6560
|
};
|
6766
|
-
/**
|
6767
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
6768
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
6769
|
-
*/
|
6770
|
-
enableUnpublishedMode?: boolean;
|
6771
6561
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
6772
6562
|
customPublic?: {
|
6773
6563
|
[key: string]: unknown;
|
@@ -6776,10 +6566,6 @@ interface external$f {
|
|
6776
6566
|
custom?: {
|
6777
6567
|
[key: string]: unknown;
|
6778
6568
|
};
|
6779
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
6780
|
-
variants?: {
|
6781
|
-
unpublished?: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
6782
|
-
};
|
6783
6569
|
};
|
6784
6570
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
6785
6571
|
DataType: {
|
@@ -6878,12 +6664,6 @@ interface external$f {
|
|
6878
6664
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
6879
6665
|
*/
|
6880
6666
|
optionalPatternParameter?: boolean;
|
6881
|
-
/**
|
6882
|
-
* @description Resolve this data resource with draft mode content. TBD
|
6883
|
-
*
|
6884
|
-
* @enum {string}
|
6885
|
-
*/
|
6886
|
-
dataSourceVariant?: "unpublished";
|
6887
6667
|
variables?: external$f["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
6888
6668
|
};
|
6889
6669
|
/** @description Variable values for a data resource */
|
@@ -8045,35 +7825,6 @@ interface external$e {
|
|
8045
7825
|
* @enum {string}
|
8046
7826
|
*/
|
8047
7827
|
OverrideOptions: "yes" | "no";
|
8048
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
8049
|
-
AlternativeDataSourceData: {
|
8050
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
8051
|
-
baseUrl: string;
|
8052
|
-
/** @description HTTP headers to pass with requests to the data source */
|
8053
|
-
headers?: {
|
8054
|
-
key: string;
|
8055
|
-
value: string;
|
8056
|
-
omitIfEmpty?: boolean;
|
8057
|
-
}[];
|
8058
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
8059
|
-
parameters?: {
|
8060
|
-
key: string;
|
8061
|
-
value: string;
|
8062
|
-
omitIfEmpty?: boolean;
|
8063
|
-
}[];
|
8064
|
-
/** @description Variables needed to make calls to the data source */
|
8065
|
-
variables?: {
|
8066
|
-
[key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
8067
|
-
};
|
8068
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
8069
|
-
customPublic?: {
|
8070
|
-
[key: string]: unknown;
|
8071
|
-
};
|
8072
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
8073
|
-
custom?: {
|
8074
|
-
[key: string]: unknown;
|
8075
|
-
};
|
8076
|
-
};
|
8077
7828
|
/**
|
8078
7829
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
8079
7830
|
* These are created in the UI and shared across a whole project.
|
@@ -8110,11 +7861,6 @@ interface external$e {
|
|
8110
7861
|
localeMapping?: {
|
8111
7862
|
[key: string]: string;
|
8112
7863
|
};
|
8113
|
-
/**
|
8114
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
8115
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
8116
|
-
*/
|
8117
|
-
enableUnpublishedMode?: boolean;
|
8118
7864
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
8119
7865
|
customPublic?: {
|
8120
7866
|
[key: string]: unknown;
|
@@ -8123,10 +7869,6 @@ interface external$e {
|
|
8123
7869
|
custom?: {
|
8124
7870
|
[key: string]: unknown;
|
8125
7871
|
};
|
8126
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
8127
|
-
variants?: {
|
8128
|
-
unpublished?: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
8129
|
-
};
|
8130
7872
|
};
|
8131
7873
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
8132
7874
|
DataType: {
|
@@ -8225,12 +7967,6 @@ interface external$e {
|
|
8225
7967
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
8226
7968
|
*/
|
8227
7969
|
optionalPatternParameter?: boolean;
|
8228
|
-
/**
|
8229
|
-
* @description Resolve this data resource with draft mode content. TBD
|
8230
|
-
*
|
8231
|
-
* @enum {string}
|
8232
|
-
*/
|
8233
|
-
dataSourceVariant?: "unpublished";
|
8234
7970
|
variables?: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
8235
7971
|
};
|
8236
7972
|
/** @description Variable values for a data resource */
|
@@ -9449,35 +9185,6 @@ interface external$d {
|
|
9449
9185
|
* @enum {string}
|
9450
9186
|
*/
|
9451
9187
|
OverrideOptions: "yes" | "no";
|
9452
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
9453
|
-
AlternativeDataSourceData: {
|
9454
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
9455
|
-
baseUrl: string;
|
9456
|
-
/** @description HTTP headers to pass with requests to the data source */
|
9457
|
-
headers?: {
|
9458
|
-
key: string;
|
9459
|
-
value: string;
|
9460
|
-
omitIfEmpty?: boolean;
|
9461
|
-
}[];
|
9462
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
9463
|
-
parameters?: {
|
9464
|
-
key: string;
|
9465
|
-
value: string;
|
9466
|
-
omitIfEmpty?: boolean;
|
9467
|
-
}[];
|
9468
|
-
/** @description Variables needed to make calls to the data source */
|
9469
|
-
variables?: {
|
9470
|
-
[key: string]: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
9471
|
-
};
|
9472
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
9473
|
-
customPublic?: {
|
9474
|
-
[key: string]: unknown;
|
9475
|
-
};
|
9476
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
9477
|
-
custom?: {
|
9478
|
-
[key: string]: unknown;
|
9479
|
-
};
|
9480
|
-
};
|
9481
9188
|
/**
|
9482
9189
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
9483
9190
|
* These are created in the UI and shared across a whole project.
|
@@ -9514,11 +9221,6 @@ interface external$d {
|
|
9514
9221
|
localeMapping?: {
|
9515
9222
|
[key: string]: string;
|
9516
9223
|
};
|
9517
|
-
/**
|
9518
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
9519
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
9520
|
-
*/
|
9521
|
-
enableUnpublishedMode?: boolean;
|
9522
9224
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
9523
9225
|
customPublic?: {
|
9524
9226
|
[key: string]: unknown;
|
@@ -9527,10 +9229,6 @@ interface external$d {
|
|
9527
9229
|
custom?: {
|
9528
9230
|
[key: string]: unknown;
|
9529
9231
|
};
|
9530
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
9531
|
-
variants?: {
|
9532
|
-
unpublished?: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
9533
|
-
};
|
9534
9232
|
};
|
9535
9233
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
9536
9234
|
DataType: {
|
@@ -9629,12 +9327,6 @@ interface external$d {
|
|
9629
9327
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
9630
9328
|
*/
|
9631
9329
|
optionalPatternParameter?: boolean;
|
9632
|
-
/**
|
9633
|
-
* @description Resolve this data resource with draft mode content. TBD
|
9634
|
-
*
|
9635
|
-
* @enum {string}
|
9636
|
-
*/
|
9637
|
-
dataSourceVariant?: "unpublished";
|
9638
9330
|
variables?: external$d["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
9639
9331
|
};
|
9640
9332
|
/** @description Variable values for a data resource */
|
@@ -10790,35 +10482,6 @@ interface external$c {
|
|
10790
10482
|
* @enum {string}
|
10791
10483
|
*/
|
10792
10484
|
OverrideOptions: "yes" | "no";
|
10793
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
10794
|
-
AlternativeDataSourceData: {
|
10795
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
10796
|
-
baseUrl: string;
|
10797
|
-
/** @description HTTP headers to pass with requests to the data source */
|
10798
|
-
headers?: {
|
10799
|
-
key: string;
|
10800
|
-
value: string;
|
10801
|
-
omitIfEmpty?: boolean;
|
10802
|
-
}[];
|
10803
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
10804
|
-
parameters?: {
|
10805
|
-
key: string;
|
10806
|
-
value: string;
|
10807
|
-
omitIfEmpty?: boolean;
|
10808
|
-
}[];
|
10809
|
-
/** @description Variables needed to make calls to the data source */
|
10810
|
-
variables?: {
|
10811
|
-
[key: string]: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
10812
|
-
};
|
10813
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
10814
|
-
customPublic?: {
|
10815
|
-
[key: string]: unknown;
|
10816
|
-
};
|
10817
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
10818
|
-
custom?: {
|
10819
|
-
[key: string]: unknown;
|
10820
|
-
};
|
10821
|
-
};
|
10822
10485
|
/**
|
10823
10486
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
10824
10487
|
* These are created in the UI and shared across a whole project.
|
@@ -10855,11 +10518,6 @@ interface external$c {
|
|
10855
10518
|
localeMapping?: {
|
10856
10519
|
[key: string]: string;
|
10857
10520
|
};
|
10858
|
-
/**
|
10859
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
10860
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
10861
|
-
*/
|
10862
|
-
enableUnpublishedMode?: boolean;
|
10863
10521
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
10864
10522
|
customPublic?: {
|
10865
10523
|
[key: string]: unknown;
|
@@ -10868,10 +10526,6 @@ interface external$c {
|
|
10868
10526
|
custom?: {
|
10869
10527
|
[key: string]: unknown;
|
10870
10528
|
};
|
10871
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
10872
|
-
variants?: {
|
10873
|
-
unpublished?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
10874
|
-
};
|
10875
10529
|
};
|
10876
10530
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
10877
10531
|
DataType: {
|
@@ -10970,12 +10624,6 @@ interface external$c {
|
|
10970
10624
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
10971
10625
|
*/
|
10972
10626
|
optionalPatternParameter?: boolean;
|
10973
|
-
/**
|
10974
|
-
* @description Resolve this data resource with draft mode content. TBD
|
10975
|
-
*
|
10976
|
-
* @enum {string}
|
10977
|
-
*/
|
10978
|
-
dataSourceVariant?: "unpublished";
|
10979
10627
|
variables?: external$c["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
10980
10628
|
};
|
10981
10629
|
/** @description Variable values for a data resource */
|
@@ -12163,38 +11811,9 @@ interface external$b {
|
|
12163
11811
|
* NOTE: This is considered an internal data structure and is not guaranteed to be stable.
|
12164
11812
|
* Future updates that do not break the overrides-applied state of a composition may be made without notice
|
12165
11813
|
*
|
12166
|
-
* @enum {string}
|
12167
|
-
*/
|
12168
|
-
OverrideOptions: "yes" | "no";
|
12169
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
12170
|
-
AlternativeDataSourceData: {
|
12171
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
12172
|
-
baseUrl: string;
|
12173
|
-
/** @description HTTP headers to pass with requests to the data source */
|
12174
|
-
headers?: {
|
12175
|
-
key: string;
|
12176
|
-
value: string;
|
12177
|
-
omitIfEmpty?: boolean;
|
12178
|
-
}[];
|
12179
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
12180
|
-
parameters?: {
|
12181
|
-
key: string;
|
12182
|
-
value: string;
|
12183
|
-
omitIfEmpty?: boolean;
|
12184
|
-
}[];
|
12185
|
-
/** @description Variables needed to make calls to the data source */
|
12186
|
-
variables?: {
|
12187
|
-
[key: string]: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
12188
|
-
};
|
12189
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
12190
|
-
customPublic?: {
|
12191
|
-
[key: string]: unknown;
|
12192
|
-
};
|
12193
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
12194
|
-
custom?: {
|
12195
|
-
[key: string]: unknown;
|
12196
|
-
};
|
12197
|
-
};
|
11814
|
+
* @enum {string}
|
11815
|
+
*/
|
11816
|
+
OverrideOptions: "yes" | "no";
|
12198
11817
|
/**
|
12199
11818
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
12200
11819
|
* These are created in the UI and shared across a whole project.
|
@@ -12231,11 +11850,6 @@ interface external$b {
|
|
12231
11850
|
localeMapping?: {
|
12232
11851
|
[key: string]: string;
|
12233
11852
|
};
|
12234
|
-
/**
|
12235
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
12236
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
12237
|
-
*/
|
12238
|
-
enableUnpublishedMode?: boolean;
|
12239
11853
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
12240
11854
|
customPublic?: {
|
12241
11855
|
[key: string]: unknown;
|
@@ -12244,10 +11858,6 @@ interface external$b {
|
|
12244
11858
|
custom?: {
|
12245
11859
|
[key: string]: unknown;
|
12246
11860
|
};
|
12247
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
12248
|
-
variants?: {
|
12249
|
-
unpublished?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
12250
|
-
};
|
12251
11861
|
};
|
12252
11862
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
12253
11863
|
DataType: {
|
@@ -12346,12 +11956,6 @@ interface external$b {
|
|
12346
11956
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
12347
11957
|
*/
|
12348
11958
|
optionalPatternParameter?: boolean;
|
12349
|
-
/**
|
12350
|
-
* @description Resolve this data resource with draft mode content. TBD
|
12351
|
-
*
|
12352
|
-
* @enum {string}
|
12353
|
-
*/
|
12354
|
-
dataSourceVariant?: "unpublished";
|
12355
11959
|
variables?: external$b["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
12356
11960
|
};
|
12357
11961
|
/** @description Variable values for a data resource */
|
@@ -13542,35 +13146,6 @@ interface external$a {
|
|
13542
13146
|
* @enum {string}
|
13543
13147
|
*/
|
13544
13148
|
OverrideOptions: "yes" | "no";
|
13545
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
13546
|
-
AlternativeDataSourceData: {
|
13547
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
13548
|
-
baseUrl: string;
|
13549
|
-
/** @description HTTP headers to pass with requests to the data source */
|
13550
|
-
headers?: {
|
13551
|
-
key: string;
|
13552
|
-
value: string;
|
13553
|
-
omitIfEmpty?: boolean;
|
13554
|
-
}[];
|
13555
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
13556
|
-
parameters?: {
|
13557
|
-
key: string;
|
13558
|
-
value: string;
|
13559
|
-
omitIfEmpty?: boolean;
|
13560
|
-
}[];
|
13561
|
-
/** @description Variables needed to make calls to the data source */
|
13562
|
-
variables?: {
|
13563
|
-
[key: string]: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
13564
|
-
};
|
13565
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
13566
|
-
customPublic?: {
|
13567
|
-
[key: string]: unknown;
|
13568
|
-
};
|
13569
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
13570
|
-
custom?: {
|
13571
|
-
[key: string]: unknown;
|
13572
|
-
};
|
13573
|
-
};
|
13574
13149
|
/**
|
13575
13150
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
13576
13151
|
* These are created in the UI and shared across a whole project.
|
@@ -13607,11 +13182,6 @@ interface external$a {
|
|
13607
13182
|
localeMapping?: {
|
13608
13183
|
[key: string]: string;
|
13609
13184
|
};
|
13610
|
-
/**
|
13611
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
13612
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
13613
|
-
*/
|
13614
|
-
enableUnpublishedMode?: boolean;
|
13615
13185
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
13616
13186
|
customPublic?: {
|
13617
13187
|
[key: string]: unknown;
|
@@ -13620,10 +13190,6 @@ interface external$a {
|
|
13620
13190
|
custom?: {
|
13621
13191
|
[key: string]: unknown;
|
13622
13192
|
};
|
13623
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
13624
|
-
variants?: {
|
13625
|
-
unpublished?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
13626
|
-
};
|
13627
13193
|
};
|
13628
13194
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
13629
13195
|
DataType: {
|
@@ -13722,12 +13288,6 @@ interface external$a {
|
|
13722
13288
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
13723
13289
|
*/
|
13724
13290
|
optionalPatternParameter?: boolean;
|
13725
|
-
/**
|
13726
|
-
* @description Resolve this data resource with draft mode content. TBD
|
13727
|
-
*
|
13728
|
-
* @enum {string}
|
13729
|
-
*/
|
13730
|
-
dataSourceVariant?: "unpublished";
|
13731
13291
|
variables?: external$a["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
13732
13292
|
};
|
13733
13293
|
/** @description Variable values for a data resource */
|
@@ -14329,8 +13889,6 @@ type DataType = components$8['schemas']['DataType'];
|
|
14329
13889
|
type DataSource = components$8['schemas']['DataSource'];
|
14330
13890
|
type DataVariableDefinition = components$8['schemas']['DataVariableDefinition'];
|
14331
13891
|
type Prompt = components$8['schemas']['Prompt'];
|
14332
|
-
type DataSourceVariantsKeys = keyof NonNullable<DataSource['variants']>;
|
14333
|
-
type DataSourceVariantData = NonNullable<DataSource['variants']>['unpublished'];
|
14334
13892
|
|
14335
13893
|
/**
|
14336
13894
|
* This file was auto-generated by openapi-typescript.
|
@@ -15669,35 +15227,6 @@ interface external$8 {
|
|
15669
15227
|
* @enum {string}
|
15670
15228
|
*/
|
15671
15229
|
OverrideOptions: "yes" | "no";
|
15672
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
15673
|
-
AlternativeDataSourceData: {
|
15674
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
15675
|
-
baseUrl: string;
|
15676
|
-
/** @description HTTP headers to pass with requests to the data source */
|
15677
|
-
headers?: {
|
15678
|
-
key: string;
|
15679
|
-
value: string;
|
15680
|
-
omitIfEmpty?: boolean;
|
15681
|
-
}[];
|
15682
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
15683
|
-
parameters?: {
|
15684
|
-
key: string;
|
15685
|
-
value: string;
|
15686
|
-
omitIfEmpty?: boolean;
|
15687
|
-
}[];
|
15688
|
-
/** @description Variables needed to make calls to the data source */
|
15689
|
-
variables?: {
|
15690
|
-
[key: string]: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
15691
|
-
};
|
15692
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
15693
|
-
customPublic?: {
|
15694
|
-
[key: string]: unknown;
|
15695
|
-
};
|
15696
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
15697
|
-
custom?: {
|
15698
|
-
[key: string]: unknown;
|
15699
|
-
};
|
15700
|
-
};
|
15701
15230
|
/**
|
15702
15231
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
15703
15232
|
* These are created in the UI and shared across a whole project.
|
@@ -15734,11 +15263,6 @@ interface external$8 {
|
|
15734
15263
|
localeMapping?: {
|
15735
15264
|
[key: string]: string;
|
15736
15265
|
};
|
15737
|
-
/**
|
15738
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
15739
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
15740
|
-
*/
|
15741
|
-
enableUnpublishedMode?: boolean;
|
15742
15266
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
15743
15267
|
customPublic?: {
|
15744
15268
|
[key: string]: unknown;
|
@@ -15747,10 +15271,6 @@ interface external$8 {
|
|
15747
15271
|
custom?: {
|
15748
15272
|
[key: string]: unknown;
|
15749
15273
|
};
|
15750
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
15751
|
-
variants?: {
|
15752
|
-
unpublished?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
15753
|
-
};
|
15754
15274
|
};
|
15755
15275
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
15756
15276
|
DataType: {
|
@@ -15849,12 +15369,6 @@ interface external$8 {
|
|
15849
15369
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
15850
15370
|
*/
|
15851
15371
|
optionalPatternParameter?: boolean;
|
15852
|
-
/**
|
15853
|
-
* @description Resolve this data resource with draft mode content. TBD
|
15854
|
-
*
|
15855
|
-
* @enum {string}
|
15856
|
-
*/
|
15857
|
-
dataSourceVariant?: "unpublished";
|
15858
15372
|
variables?: external$8["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
15859
15373
|
};
|
15860
15374
|
/** @description Variable values for a data resource */
|
@@ -17016,35 +16530,6 @@ interface external$7 {
|
|
17016
16530
|
* @enum {string}
|
17017
16531
|
*/
|
17018
16532
|
OverrideOptions: "yes" | "no";
|
17019
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
17020
|
-
AlternativeDataSourceData: {
|
17021
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
17022
|
-
baseUrl: string;
|
17023
|
-
/** @description HTTP headers to pass with requests to the data source */
|
17024
|
-
headers?: {
|
17025
|
-
key: string;
|
17026
|
-
value: string;
|
17027
|
-
omitIfEmpty?: boolean;
|
17028
|
-
}[];
|
17029
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
17030
|
-
parameters?: {
|
17031
|
-
key: string;
|
17032
|
-
value: string;
|
17033
|
-
omitIfEmpty?: boolean;
|
17034
|
-
}[];
|
17035
|
-
/** @description Variables needed to make calls to the data source */
|
17036
|
-
variables?: {
|
17037
|
-
[key: string]: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
17038
|
-
};
|
17039
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
17040
|
-
customPublic?: {
|
17041
|
-
[key: string]: unknown;
|
17042
|
-
};
|
17043
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
17044
|
-
custom?: {
|
17045
|
-
[key: string]: unknown;
|
17046
|
-
};
|
17047
|
-
};
|
17048
16533
|
/**
|
17049
16534
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
17050
16535
|
* These are created in the UI and shared across a whole project.
|
@@ -17081,11 +16566,6 @@ interface external$7 {
|
|
17081
16566
|
localeMapping?: {
|
17082
16567
|
[key: string]: string;
|
17083
16568
|
};
|
17084
|
-
/**
|
17085
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
17086
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
17087
|
-
*/
|
17088
|
-
enableUnpublishedMode?: boolean;
|
17089
16569
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
17090
16570
|
customPublic?: {
|
17091
16571
|
[key: string]: unknown;
|
@@ -17094,10 +16574,6 @@ interface external$7 {
|
|
17094
16574
|
custom?: {
|
17095
16575
|
[key: string]: unknown;
|
17096
16576
|
};
|
17097
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
17098
|
-
variants?: {
|
17099
|
-
unpublished?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
17100
|
-
};
|
17101
16577
|
};
|
17102
16578
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
17103
16579
|
DataType: {
|
@@ -17196,12 +16672,6 @@ interface external$7 {
|
|
17196
16672
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
17197
16673
|
*/
|
17198
16674
|
optionalPatternParameter?: boolean;
|
17199
|
-
/**
|
17200
|
-
* @description Resolve this data resource with draft mode content. TBD
|
17201
|
-
*
|
17202
|
-
* @enum {string}
|
17203
|
-
*/
|
17204
|
-
dataSourceVariant?: "unpublished";
|
17205
16675
|
variables?: external$7["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
17206
16676
|
};
|
17207
16677
|
/** @description Variable values for a data resource */
|
@@ -18505,35 +17975,6 @@ interface external$6 {
|
|
18505
17975
|
* @enum {string}
|
18506
17976
|
*/
|
18507
17977
|
OverrideOptions: "yes" | "no";
|
18508
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
18509
|
-
AlternativeDataSourceData: {
|
18510
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
18511
|
-
baseUrl: string;
|
18512
|
-
/** @description HTTP headers to pass with requests to the data source */
|
18513
|
-
headers?: {
|
18514
|
-
key: string;
|
18515
|
-
value: string;
|
18516
|
-
omitIfEmpty?: boolean;
|
18517
|
-
}[];
|
18518
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
18519
|
-
parameters?: {
|
18520
|
-
key: string;
|
18521
|
-
value: string;
|
18522
|
-
omitIfEmpty?: boolean;
|
18523
|
-
}[];
|
18524
|
-
/** @description Variables needed to make calls to the data source */
|
18525
|
-
variables?: {
|
18526
|
-
[key: string]: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
18527
|
-
};
|
18528
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
18529
|
-
customPublic?: {
|
18530
|
-
[key: string]: unknown;
|
18531
|
-
};
|
18532
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
18533
|
-
custom?: {
|
18534
|
-
[key: string]: unknown;
|
18535
|
-
};
|
18536
|
-
};
|
18537
17978
|
/**
|
18538
17979
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
18539
17980
|
* These are created in the UI and shared across a whole project.
|
@@ -18570,11 +18011,6 @@ interface external$6 {
|
|
18570
18011
|
localeMapping?: {
|
18571
18012
|
[key: string]: string;
|
18572
18013
|
};
|
18573
|
-
/**
|
18574
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
18575
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
18576
|
-
*/
|
18577
|
-
enableUnpublishedMode?: boolean;
|
18578
18014
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
18579
18015
|
customPublic?: {
|
18580
18016
|
[key: string]: unknown;
|
@@ -18583,10 +18019,6 @@ interface external$6 {
|
|
18583
18019
|
custom?: {
|
18584
18020
|
[key: string]: unknown;
|
18585
18021
|
};
|
18586
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
18587
|
-
variants?: {
|
18588
|
-
unpublished?: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
18589
|
-
};
|
18590
18022
|
};
|
18591
18023
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
18592
18024
|
DataType: {
|
@@ -18685,12 +18117,6 @@ interface external$6 {
|
|
18685
18117
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
18686
18118
|
*/
|
18687
18119
|
optionalPatternParameter?: boolean;
|
18688
|
-
/**
|
18689
|
-
* @description Resolve this data resource with draft mode content. TBD
|
18690
|
-
*
|
18691
|
-
* @enum {string}
|
18692
|
-
*/
|
18693
|
-
dataSourceVariant?: "unpublished";
|
18694
18120
|
variables?: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
18695
18121
|
};
|
18696
18122
|
/** @description Variable values for a data resource */
|
@@ -20651,8 +20077,6 @@ interface external$6 {
|
|
20651
20077
|
* 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
|
20652
20078
|
*/
|
20653
20079
|
releaseId?: external$6["../../../lambda/functions/v1-route.swagger.yml"]["components"]["parameters"]["releaseId"];
|
20654
|
-
/** TBD */
|
20655
|
-
dataResourcesEnvironment?: external$6["../../../lambda/functions/v1-route.swagger.yml"]["components"]["parameters"]["dataResourcesEnvironment"];
|
20656
20080
|
};
|
20657
20081
|
};
|
20658
20082
|
responses: {
|
@@ -20698,12 +20122,6 @@ interface external$6 {
|
|
20698
20122
|
/** @description The route that was matched in the project map */
|
20699
20123
|
matchedRoute: string;
|
20700
20124
|
dynamicInputs?: external$6["../../../lambda/functions/v1-route.swagger.yml"]["components"]["schemas"]["RouteDynamicInputs"];
|
20701
|
-
/**
|
20702
|
-
* @description TBD
|
20703
|
-
*
|
20704
|
-
* @enum {string}
|
20705
|
-
*/
|
20706
|
-
dataResourcesEnvironment?: "unpublishedData";
|
20707
20125
|
/** @enum {string} */
|
20708
20126
|
type: "composition";
|
20709
20127
|
compositionApiResponse: external$6["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["schemas"]["CompositionApiResponse"];
|
@@ -20784,8 +20202,6 @@ interface external$6 {
|
|
20784
20202
|
* 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
|
20785
20203
|
*/
|
20786
20204
|
releaseId: string;
|
20787
|
-
/** @description TBD */
|
20788
|
-
dataResourcesEnvironment: "unpublishedData";
|
20789
20205
|
};
|
20790
20206
|
};
|
20791
20207
|
operations: {};
|
@@ -20861,8 +20277,6 @@ interface paths$5 {
|
|
20861
20277
|
* 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
|
20862
20278
|
*/
|
20863
20279
|
releaseId?: components$3["parameters"]["releaseId"];
|
20864
|
-
/** TBD */
|
20865
|
-
dataResourcesEnvironment?: components$3["parameters"]["dataResourcesEnvironment"];
|
20866
20280
|
};
|
20867
20281
|
};
|
20868
20282
|
responses: {
|
@@ -20908,12 +20322,6 @@ interface components$3 {
|
|
20908
20322
|
/** @description The route that was matched in the project map */
|
20909
20323
|
matchedRoute: string;
|
20910
20324
|
dynamicInputs?: components$3["schemas"]["RouteDynamicInputs"];
|
20911
|
-
/**
|
20912
|
-
* @description TBD
|
20913
|
-
*
|
20914
|
-
* @enum {string}
|
20915
|
-
*/
|
20916
|
-
dataResourcesEnvironment?: "unpublishedData";
|
20917
20325
|
/** @enum {string} */
|
20918
20326
|
type: "composition";
|
20919
20327
|
compositionApiResponse: external$5["v1-canvas.swagger.yml"]["components"]["schemas"]["CompositionApiResponse"];
|
@@ -20994,8 +20402,6 @@ interface components$3 {
|
|
20994
20402
|
* 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
|
20995
20403
|
*/
|
20996
20404
|
releaseId: string;
|
20997
|
-
/** @description TBD */
|
20998
|
-
dataResourcesEnvironment: "unpublishedData";
|
20999
20405
|
};
|
21000
20406
|
}
|
21001
20407
|
interface external$5 {
|
@@ -21553,35 +20959,6 @@ interface external$5 {
|
|
21553
20959
|
* @enum {string}
|
21554
20960
|
*/
|
21555
20961
|
OverrideOptions: "yes" | "no";
|
21556
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
21557
|
-
AlternativeDataSourceData: {
|
21558
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
21559
|
-
baseUrl: string;
|
21560
|
-
/** @description HTTP headers to pass with requests to the data source */
|
21561
|
-
headers?: {
|
21562
|
-
key: string;
|
21563
|
-
value: string;
|
21564
|
-
omitIfEmpty?: boolean;
|
21565
|
-
}[];
|
21566
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
21567
|
-
parameters?: {
|
21568
|
-
key: string;
|
21569
|
-
value: string;
|
21570
|
-
omitIfEmpty?: boolean;
|
21571
|
-
}[];
|
21572
|
-
/** @description Variables needed to make calls to the data source */
|
21573
|
-
variables?: {
|
21574
|
-
[key: string]: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
21575
|
-
};
|
21576
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
21577
|
-
customPublic?: {
|
21578
|
-
[key: string]: unknown;
|
21579
|
-
};
|
21580
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
21581
|
-
custom?: {
|
21582
|
-
[key: string]: unknown;
|
21583
|
-
};
|
21584
|
-
};
|
21585
20962
|
/**
|
21586
20963
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
21587
20964
|
* These are created in the UI and shared across a whole project.
|
@@ -21618,11 +20995,6 @@ interface external$5 {
|
|
21618
20995
|
localeMapping?: {
|
21619
20996
|
[key: string]: string;
|
21620
20997
|
};
|
21621
|
-
/**
|
21622
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
21623
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
21624
|
-
*/
|
21625
|
-
enableUnpublishedMode?: boolean;
|
21626
20998
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
21627
20999
|
customPublic?: {
|
21628
21000
|
[key: string]: unknown;
|
@@ -21631,10 +21003,6 @@ interface external$5 {
|
|
21631
21003
|
custom?: {
|
21632
21004
|
[key: string]: unknown;
|
21633
21005
|
};
|
21634
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
21635
|
-
variants?: {
|
21636
|
-
unpublished?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
21637
|
-
};
|
21638
21006
|
};
|
21639
21007
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
21640
21008
|
DataType: {
|
@@ -21733,12 +21101,6 @@ interface external$5 {
|
|
21733
21101
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
21734
21102
|
*/
|
21735
21103
|
optionalPatternParameter?: boolean;
|
21736
|
-
/**
|
21737
|
-
* @description Resolve this data resource with draft mode content. TBD
|
21738
|
-
*
|
21739
|
-
* @enum {string}
|
21740
|
-
*/
|
21741
|
-
dataSourceVariant?: "unpublished";
|
21742
21104
|
variables?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
21743
21105
|
};
|
21744
21106
|
/** @description Variable values for a data resource */
|
@@ -23266,7 +22628,6 @@ type DataResolutionParameters = {
|
|
23266
22628
|
* Controls how many levels deep content references should be resolved.
|
23267
22629
|
*/
|
23268
22630
|
resolutionDepth?: number;
|
23269
|
-
dataSourceVariant?: DataSourceVariantsKeys;
|
23270
22631
|
};
|
23271
22632
|
/** Types of issue that can occur when fetching composition data */
|
23272
22633
|
type DataResolutionIssue = PatternIssue | DataResourceIssue | MaxDepthExceededIssue | DataElementBindingIssue | DynamicInputIssue | DataResolutionConfigIssue;
|
@@ -23680,8 +23041,8 @@ type ProjectMapLinkComponentParameterValue = ProjectMapLinkParamValue | undefine
|
|
23680
23041
|
*/
|
23681
23042
|
type LinkComponentParameterValue = LinkParamValue;
|
23682
23043
|
|
23683
|
-
type RichTextBuiltInFormat =
|
23684
|
-
type RichTextBuiltInElement =
|
23044
|
+
type RichTextBuiltInFormat = RichTextBuiltInFormat$1;
|
23045
|
+
type RichTextBuiltInElement = RichTextBuiltInElement$1;
|
23685
23046
|
type RichTextParamConfiguration = {
|
23686
23047
|
required?: boolean;
|
23687
23048
|
formatting?: {
|
@@ -23691,7 +23052,7 @@ type RichTextParamConfiguration = {
|
|
23691
23052
|
builtIn?: Array<RichTextBuiltInElement>;
|
23692
23053
|
};
|
23693
23054
|
};
|
23694
|
-
type RichTextParamValue =
|
23055
|
+
type RichTextParamValue = ParameterRichTextValue;
|
23695
23056
|
|
23696
23057
|
/**
|
23697
23058
|
* This file was auto-generated by openapi-typescript.
|
@@ -24472,35 +23833,6 @@ interface external$3 {
|
|
24472
23833
|
* @enum {string}
|
24473
23834
|
*/
|
24474
23835
|
OverrideOptions: "yes" | "no";
|
24475
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
24476
|
-
AlternativeDataSourceData: {
|
24477
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
24478
|
-
baseUrl: string;
|
24479
|
-
/** @description HTTP headers to pass with requests to the data source */
|
24480
|
-
headers?: {
|
24481
|
-
key: string;
|
24482
|
-
value: string;
|
24483
|
-
omitIfEmpty?: boolean;
|
24484
|
-
}[];
|
24485
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
24486
|
-
parameters?: {
|
24487
|
-
key: string;
|
24488
|
-
value: string;
|
24489
|
-
omitIfEmpty?: boolean;
|
24490
|
-
}[];
|
24491
|
-
/** @description Variables needed to make calls to the data source */
|
24492
|
-
variables?: {
|
24493
|
-
[key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
24494
|
-
};
|
24495
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
24496
|
-
customPublic?: {
|
24497
|
-
[key: string]: unknown;
|
24498
|
-
};
|
24499
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
24500
|
-
custom?: {
|
24501
|
-
[key: string]: unknown;
|
24502
|
-
};
|
24503
|
-
};
|
24504
23836
|
/**
|
24505
23837
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
24506
23838
|
* These are created in the UI and shared across a whole project.
|
@@ -24537,11 +23869,6 @@ interface external$3 {
|
|
24537
23869
|
localeMapping?: {
|
24538
23870
|
[key: string]: string;
|
24539
23871
|
};
|
24540
|
-
/**
|
24541
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
24542
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
24543
|
-
*/
|
24544
|
-
enableUnpublishedMode?: boolean;
|
24545
23872
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
24546
23873
|
customPublic?: {
|
24547
23874
|
[key: string]: unknown;
|
@@ -24550,10 +23877,6 @@ interface external$3 {
|
|
24550
23877
|
custom?: {
|
24551
23878
|
[key: string]: unknown;
|
24552
23879
|
};
|
24553
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
24554
|
-
variants?: {
|
24555
|
-
unpublished?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
24556
|
-
};
|
24557
23880
|
};
|
24558
23881
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
24559
23882
|
DataType: {
|
@@ -24652,12 +23975,6 @@ interface external$3 {
|
|
24652
23975
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
24653
23976
|
*/
|
24654
23977
|
optionalPatternParameter?: boolean;
|
24655
|
-
/**
|
24656
|
-
* @description Resolve this data resource with draft mode content. TBD
|
24657
|
-
*
|
24658
|
-
* @enum {string}
|
24659
|
-
*/
|
24660
|
-
dataSourceVariant?: "unpublished";
|
24661
23978
|
variables?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
24662
23979
|
};
|
24663
23980
|
/** @description Variable values for a data resource */
|
@@ -26105,35 +25422,6 @@ interface external$1 {
|
|
26105
25422
|
* @enum {string}
|
26106
25423
|
*/
|
26107
25424
|
OverrideOptions: "yes" | "no";
|
26108
|
-
/** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
|
26109
|
-
AlternativeDataSourceData: {
|
26110
|
-
/** @description Base resource URL of the data source. No trailing slash */
|
26111
|
-
baseUrl: string;
|
26112
|
-
/** @description HTTP headers to pass with requests to the data source */
|
26113
|
-
headers?: {
|
26114
|
-
key: string;
|
26115
|
-
value: string;
|
26116
|
-
omitIfEmpty?: boolean;
|
26117
|
-
}[];
|
26118
|
-
/** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
|
26119
|
-
parameters?: {
|
26120
|
-
key: string;
|
26121
|
-
value: string;
|
26122
|
-
omitIfEmpty?: boolean;
|
26123
|
-
}[];
|
26124
|
-
/** @description Variables needed to make calls to the data source */
|
26125
|
-
variables?: {
|
26126
|
-
[key: string]: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
|
26127
|
-
};
|
26128
|
-
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
26129
|
-
customPublic?: {
|
26130
|
-
[key: string]: unknown;
|
26131
|
-
};
|
26132
|
-
/** @description Custom configuration accessible to the data source editor UI and custom edgehancer that may contain secrets. This cannot be read by the data type or data resource editors */
|
26133
|
-
custom?: {
|
26134
|
-
[key: string]: unknown;
|
26135
|
-
};
|
26136
|
-
};
|
26137
25425
|
/**
|
26138
25426
|
* @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
|
26139
25427
|
* These are created in the UI and shared across a whole project.
|
@@ -26170,11 +25458,6 @@ interface external$1 {
|
|
26170
25458
|
localeMapping?: {
|
26171
25459
|
[key: string]: string;
|
26172
25460
|
};
|
26173
|
-
/**
|
26174
|
-
* @description If true, data source will require additional credentials to access unpublished data.
|
26175
|
-
* If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
|
26176
|
-
*/
|
26177
|
-
enableUnpublishedMode?: boolean;
|
26178
25461
|
/** @description Custom configuration accessible to all data connector UIs (data source, data type, and data resource editors) and custom edgehancers. This data should not contain secrets */
|
26179
25462
|
customPublic?: {
|
26180
25463
|
[key: string]: unknown;
|
@@ -26183,10 +25466,6 @@ interface external$1 {
|
|
26183
25466
|
custom?: {
|
26184
25467
|
[key: string]: unknown;
|
26185
25468
|
};
|
26186
|
-
/** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
|
26187
|
-
variants?: {
|
26188
|
-
unpublished?: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
|
26189
|
-
};
|
26190
25469
|
};
|
26191
25470
|
/** @description A specific type of data that a Data Source can provide (i.e. "Recipe", "Recipes List by Tag", "Yelp Reviews of My Restaurant"). These are created in the UI and shared a whole project */
|
26192
25471
|
DataType: {
|
@@ -26285,12 +25564,6 @@ interface external$1 {
|
|
26285
25564
|
* If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
|
26286
25565
|
*/
|
26287
25566
|
optionalPatternParameter?: boolean;
|
26288
|
-
/**
|
26289
|
-
* @description Resolve this data resource with draft mode content. TBD
|
26290
|
-
*
|
26291
|
-
* @enum {string}
|
26292
|
-
*/
|
26293
|
-
dataSourceVariant?: "unpublished";
|
26294
25567
|
variables?: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
|
26295
25568
|
};
|
26296
25569
|
/** @description Variable values for a data resource */
|
@@ -28277,4 +27550,4 @@ declare class WorkflowClient extends ApiClient {
|
|
28277
27550
|
|
28278
27551
|
declare const CanvasClientError: typeof ApiClientError;
|
28279
27552
|
|
28280
|
-
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, BlockFormatError, 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, CANVAS_VIZ_CONTROL_PARAM, CANVAS_VIZ_DI_RULE, CANVAS_VIZ_DYNAMIC_TOKEN_RULE, CANVAS_VIZ_LOCALE_RULE, CANVAS_VIZ_QUIRKS_RULE, 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 ComponentParameterConditionalValue, 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 ContextStorageUpdatedMessage, type ContextualEditingComponentReference, type CopiedComponentSubtree, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataElementConnectionFailureAction, type DataElementConnectionFailureLogLevel, 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 DataSourceVariantData, type DataSourceVariantsKeys, 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, EntityReleasesClient, type EntityReleasesGetParameters, type EntityReleasesGetResponse, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryFilters, type EntryList, type EvaluateCriteriaGroupOptions, type EvaluateNodeTreeVisibilityOptions, type EvaluateNodeVisibilityParameterOptions, type EvaluatePropertyCriteriaOptions, type EvaluateWalkTreePropertyCriteriaOptions, 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 MaxDepthExceededIssue, 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 PropertyCriteriaMatch, 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 RouteGetResponseEdgehancedNotFound, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParameterMessage, type SpecificProjectMap, type StringOperators, 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 VisibilityCriteria, type VisibilityCriteriaEvaluationResult, type VisibilityCriteriaGroup, type VisibilityParameterValue, type VisibilityRule, type VisibilityRules, type WalkComponentTreeActions, type WalkNodeTreeActions, type WalkNodeTreeOptions, WorkflowClient, type WorkflowDefinition, type WorkflowStage, type WorkflowStagePermission, type WorkflowStageTransition, type WorkflowStageTransitionPermission, type WorkflowsDeleteParameters, type WorkflowsGetParameters, type WorkflowsGetResponse, type WorkflowsPutParameters, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, createBatchEnhancer, createCanvasChannel, createDynamicInputVisibilityRule, createDynamicTokenVisibilityRule, createEventBus, createLimitPolicy, createLocaleVisibilityRule, createQuirksVisibilityRule, createUniformApiEnhancer, createVariableReference, enhance, evaluateNodeVisibilityParameter, evaluatePropertyCriteria, evaluateVisibilityCriteriaGroup, evaluateWalkTreeNodeVisibility, evaluateWalkTreePropertyCriteria, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getChannelName, getComponentJsonPointer, getComponentPath, getLocalizedPropertyValues, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, getPropertyValue, hasReferencedVariables, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isContextStorageUpdatedMessage, 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 };
|
27553
|
+
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, BlockFormatError, 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, CANVAS_VIZ_CONTROL_PARAM, CANVAS_VIZ_DI_RULE, CANVAS_VIZ_DYNAMIC_TOKEN_RULE, CANVAS_VIZ_LOCALE_RULE, CANVAS_VIZ_QUIRKS_RULE, 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 ComponentParameterConditionalValue, 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 ContextStorageUpdatedMessage, type ContextualEditingComponentReference, type CopiedComponentSubtree, type DataDiagnostic, type DataElementBindingIssue, type DataElementConnectionDefinition, type DataElementConnectionFailureAction, type DataElementConnectionFailureLogLevel, 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, EntityReleasesClient, type EntityReleasesGetParameters, type EntityReleasesGetResponse, type EntriesGetParameters, type EntriesGetResponse, type EntriesHistoryGetParameters, type EntriesHistoryGetResponse, type EntriesResolvedListResponse, type Entry, type EntryData, type EntryFilters, type EntryList, type EvaluateCriteriaGroupOptions, type EvaluateNodeTreeVisibilityOptions, type EvaluateNodeVisibilityParameterOptions, type EvaluatePropertyCriteriaOptions, type EvaluateWalkTreePropertyCriteriaOptions, 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 MaxDepthExceededIssue, 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 PropertyCriteriaMatch, 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 RouteGetResponseEdgehancedNotFound, type RouteGetResponseNotFound, type RouteGetResponseRedirect, SECRET_QUERY_STRING_PARAM, type SelectComponentMessage, type SelectParameterMessage, type SpecificProjectMap, type StringOperators, 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 VisibilityCriteria, type VisibilityCriteriaEvaluationResult, type VisibilityCriteriaGroup, type VisibilityParameterValue, type VisibilityRule, type VisibilityRules, type WalkComponentTreeActions, type WalkNodeTreeActions, type WalkNodeTreeOptions, WorkflowClient, type WorkflowDefinition, type WorkflowStage, type WorkflowStagePermission, type WorkflowStageTransition, type WorkflowStageTransitionPermission, type WorkflowsDeleteParameters, type WorkflowsGetParameters, type WorkflowsGetResponse, type WorkflowsPutParameters, bindVariables, bindVariablesToObject, compose, convertEntryToPutEntry, createBatchEnhancer, createCanvasChannel, createDynamicInputVisibilityRule, createDynamicTokenVisibilityRule, createEventBus, createLimitPolicy, createLocaleVisibilityRule, createQuirksVisibilityRule, createUniformApiEnhancer, createVariableReference, enhance, evaluateNodeVisibilityParameter, evaluatePropertyCriteria, evaluateVisibilityCriteriaGroup, evaluateWalkTreeNodeVisibility, evaluateWalkTreePropertyCriteria, extractLocales, findParameterInNodeTree, flattenValues, generateComponentPlaceholderId, generateHash, getBlockValue, getChannelName, getComponentJsonPointer, getComponentPath, getLocalizedPropertyValues, getNounForLocation, getNounForNode, getParameterAttributes, getPropertiesValue, getPropertyValue, hasReferencedVariables, isAddComponentMessage, isAllowedReferrer, isAssetParamValue, isAssetParamValueItem, isComponentActionMessage, isComponentPlaceholderId, isContextStorageUpdatedMessage, 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 };
|