@uniformdev/canvas 19.184.1-alpha.22 → 19.184.1

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.ts CHANGED
@@ -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 */
@@ -12166,35 +11814,6 @@ interface external$b {
12166
11814
  * @enum {string}
12167
11815
  */
12168
11816
  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
- };
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 */
@@ -18515,35 +17985,6 @@ interface external$6 {
18515
17985
  * @enum {string}
18516
17986
  */
18517
17987
  OverrideOptions: "yes" | "no";
18518
- /** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
18519
- AlternativeDataSourceData: {
18520
- /** @description Base resource URL of the data source. No trailing slash */
18521
- baseUrl: string;
18522
- /** @description HTTP headers to pass with requests to the data source */
18523
- headers?: {
18524
- key: string;
18525
- value: string;
18526
- omitIfEmpty?: boolean;
18527
- }[];
18528
- /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
18529
- parameters?: {
18530
- key: string;
18531
- value: string;
18532
- omitIfEmpty?: boolean;
18533
- }[];
18534
- /** @description Variables needed to make calls to the data source */
18535
- variables?: {
18536
- [key: string]: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
18537
- };
18538
- /** @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 */
18539
- customPublic?: {
18540
- [key: string]: unknown;
18541
- };
18542
- /** @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 */
18543
- custom?: {
18544
- [key: string]: unknown;
18545
- };
18546
- };
18547
17988
  /**
18548
17989
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
18549
17990
  * These are created in the UI and shared across a whole project.
@@ -18580,11 +18021,6 @@ interface external$6 {
18580
18021
  localeMapping?: {
18581
18022
  [key: string]: string;
18582
18023
  };
18583
- /**
18584
- * @description If true, data source will require additional credentials to access unpublished data.
18585
- * If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
18586
- */
18587
- enableUnpublishedMode?: boolean;
18588
18024
  /** @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 */
18589
18025
  customPublic?: {
18590
18026
  [key: string]: unknown;
@@ -18593,10 +18029,6 @@ interface external$6 {
18593
18029
  custom?: {
18594
18030
  [key: string]: unknown;
18595
18031
  };
18596
- /** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
18597
- variants?: {
18598
- unpublished?: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
18599
- };
18600
18032
  };
18601
18033
  /** @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 */
18602
18034
  DataType: {
@@ -18695,12 +18127,6 @@ interface external$6 {
18695
18127
  * If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
18696
18128
  */
18697
18129
  optionalPatternParameter?: boolean;
18698
- /**
18699
- * @description Resolve this data resource with draft mode content. TBD
18700
- *
18701
- * @enum {string}
18702
- */
18703
- dataSourceVariant?: "unpublished";
18704
18130
  variables?: external$6["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
18705
18131
  };
18706
18132
  /** @description Variable values for a data resource */
@@ -20661,8 +20087,6 @@ interface external$6 {
20661
20087
  * 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
20662
20088
  */
20663
20089
  releaseId?: external$6["../../../lambda/functions/v1-route.swagger.yml"]["components"]["parameters"]["releaseId"];
20664
- /** Instructs Uniform to resolve data using Unpublished Mode for Data Sources which support it, */
20665
- dataResourcesVariant?: external$6["../../../lambda/functions/v1-route.swagger.yml"]["components"]["parameters"]["dataResourcesVariant"];
20666
20090
  };
20667
20091
  };
20668
20092
  responses: {
@@ -20708,13 +20132,6 @@ interface external$6 {
20708
20132
  /** @description The route that was matched in the project map */
20709
20133
  matchedRoute: string;
20710
20134
  dynamicInputs?: external$6["../../../lambda/functions/v1-route.swagger.yml"]["components"]["schemas"]["RouteDynamicInputs"];
20711
- /**
20712
- * @description Indicates that the data resources were resolved using Unpublished Mode for Data Sources which support it.
20713
- * So it can contained unpublished data.
20714
- *
20715
- * @enum {string}
20716
- */
20717
- dataResourcesVariant?: "unpublished";
20718
20135
  /** @enum {string} */
20719
20136
  type: "composition";
20720
20137
  compositionApiResponse: external$6["../../../lambda/functions/v1-canvas.swagger.yml"]["components"]["schemas"]["CompositionApiResponse"];
@@ -20795,8 +20212,6 @@ interface external$6 {
20795
20212
  * 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
20796
20213
  */
20797
20214
  releaseId: string;
20798
- /** @description Instructs Uniform to resolve data using Unpublished Mode for Data Sources which support it, */
20799
- dataResourcesVariant: "unpublished";
20800
20215
  };
20801
20216
  };
20802
20217
  operations: {};
@@ -20872,8 +20287,6 @@ interface paths$5 {
20872
20287
  * 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
20873
20288
  */
20874
20289
  releaseId?: components$3["parameters"]["releaseId"];
20875
- /** Instructs Uniform to resolve data using Unpublished Mode for Data Sources which support it, */
20876
- dataResourcesVariant?: components$3["parameters"]["dataResourcesVariant"];
20877
20290
  };
20878
20291
  };
20879
20292
  responses: {
@@ -20919,13 +20332,6 @@ interface components$3 {
20919
20332
  /** @description The route that was matched in the project map */
20920
20333
  matchedRoute: string;
20921
20334
  dynamicInputs?: components$3["schemas"]["RouteDynamicInputs"];
20922
- /**
20923
- * @description Indicates that the data resources were resolved using Unpublished Mode for Data Sources which support it.
20924
- * So it can contained unpublished data.
20925
- *
20926
- * @enum {string}
20927
- */
20928
- dataResourcesVariant?: "unpublished";
20929
20335
  /** @enum {string} */
20930
20336
  type: "composition";
20931
20337
  compositionApiResponse: external$5["v1-canvas.swagger.yml"]["components"]["schemas"]["CompositionApiResponse"];
@@ -21006,8 +20412,6 @@ interface components$3 {
21006
20412
  * 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
21007
20413
  */
21008
20414
  releaseId: string;
21009
- /** @description Instructs Uniform to resolve data using Unpublished Mode for Data Sources which support it, */
21010
- dataResourcesVariant: "unpublished";
21011
20415
  };
21012
20416
  }
21013
20417
  interface external$5 {
@@ -21565,35 +20969,6 @@ interface external$5 {
21565
20969
  * @enum {string}
21566
20970
  */
21567
20971
  OverrideOptions: "yes" | "no";
21568
- /** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
21569
- AlternativeDataSourceData: {
21570
- /** @description Base resource URL of the data source. No trailing slash */
21571
- baseUrl: string;
21572
- /** @description HTTP headers to pass with requests to the data source */
21573
- headers?: {
21574
- key: string;
21575
- value: string;
21576
- omitIfEmpty?: boolean;
21577
- }[];
21578
- /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
21579
- parameters?: {
21580
- key: string;
21581
- value: string;
21582
- omitIfEmpty?: boolean;
21583
- }[];
21584
- /** @description Variables needed to make calls to the data source */
21585
- variables?: {
21586
- [key: string]: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
21587
- };
21588
- /** @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 */
21589
- customPublic?: {
21590
- [key: string]: unknown;
21591
- };
21592
- /** @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 */
21593
- custom?: {
21594
- [key: string]: unknown;
21595
- };
21596
- };
21597
20972
  /**
21598
20973
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
21599
20974
  * These are created in the UI and shared across a whole project.
@@ -21630,11 +21005,6 @@ interface external$5 {
21630
21005
  localeMapping?: {
21631
21006
  [key: string]: string;
21632
21007
  };
21633
- /**
21634
- * @description If true, data source will require additional credentials to access unpublished data.
21635
- * If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
21636
- */
21637
- enableUnpublishedMode?: boolean;
21638
21008
  /** @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 */
21639
21009
  customPublic?: {
21640
21010
  [key: string]: unknown;
@@ -21643,10 +21013,6 @@ interface external$5 {
21643
21013
  custom?: {
21644
21014
  [key: string]: unknown;
21645
21015
  };
21646
- /** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
21647
- variants?: {
21648
- unpublished?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
21649
- };
21650
21016
  };
21651
21017
  /** @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 */
21652
21018
  DataType: {
@@ -21745,12 +21111,6 @@ interface external$5 {
21745
21111
  * If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
21746
21112
  */
21747
21113
  optionalPatternParameter?: boolean;
21748
- /**
21749
- * @description Resolve this data resource with draft mode content. TBD
21750
- *
21751
- * @enum {string}
21752
- */
21753
- dataSourceVariant?: "unpublished";
21754
21114
  variables?: external$5["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
21755
21115
  };
21756
21116
  /** @description Variable values for a data resource */
@@ -23278,11 +22638,6 @@ type DataResolutionParameters = {
23278
22638
  * Controls how many levels deep content references should be resolved.
23279
22639
  */
23280
22640
  resolutionDepth?: number;
23281
- /**
23282
- * Controls which data source variant to use when fetching this data resources for "editing" or "testing" fetch context.
23283
- * For example if it contains "unpublished" we will fetch unpublished data inside Canvas Editor by default.
23284
- */
23285
- dataSourceVariant?: DataSourceVariantsKeys;
23286
22641
  };
23287
22642
  /** Types of issue that can occur when fetching composition data */
23288
22643
  type DataResolutionIssue = PatternIssue | DataResourceIssue | MaxDepthExceededIssue | DataElementBindingIssue | DynamicInputIssue | DataResolutionConfigIssue;
@@ -23306,16 +22661,6 @@ type DataElementBindingIssue = DataResolutionIssueCore & {
23306
22661
  /** An error that occurred fetching a data defined on the composition or a pattern within */
23307
22662
  type DataResourceIssue = DataResolutionIssueCore & {
23308
22663
  type: 'data';
23309
- /** subtype that helps to distinguish between different issues coming from Data Resource to address those issues in a better way
23310
- *
23311
- * - `unpublishedData` - issue related to unpublished data, for example a warning that resolved data is contains Draft Data and may affect the published content
23312
- * - `configuration` - special handling of wrong credentials like token has expired, wrong token, etc.
23313
- */
23314
- subType?: 'unpublishedData' | 'configuration';
23315
- /**
23316
- * Id of a data which caused the issue. This is useful when the issue may benefot from having e.g. Entry Id and we can render a deep link to act upon it.
23317
- */
23318
- issueReference?: string;
23319
22664
  dataName: string;
23320
22665
  dataType: string;
23321
22666
  };
@@ -24498,35 +23843,6 @@ interface external$3 {
24498
23843
  * @enum {string}
24499
23844
  */
24500
23845
  OverrideOptions: "yes" | "no";
24501
- /** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
24502
- AlternativeDataSourceData: {
24503
- /** @description Base resource URL of the data source. No trailing slash */
24504
- baseUrl: string;
24505
- /** @description HTTP headers to pass with requests to the data source */
24506
- headers?: {
24507
- key: string;
24508
- value: string;
24509
- omitIfEmpty?: boolean;
24510
- }[];
24511
- /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
24512
- parameters?: {
24513
- key: string;
24514
- value: string;
24515
- omitIfEmpty?: boolean;
24516
- }[];
24517
- /** @description Variables needed to make calls to the data source */
24518
- variables?: {
24519
- [key: string]: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
24520
- };
24521
- /** @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 */
24522
- customPublic?: {
24523
- [key: string]: unknown;
24524
- };
24525
- /** @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 */
24526
- custom?: {
24527
- [key: string]: unknown;
24528
- };
24529
- };
24530
23846
  /**
24531
23847
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
24532
23848
  * These are created in the UI and shared across a whole project.
@@ -24563,11 +23879,6 @@ interface external$3 {
24563
23879
  localeMapping?: {
24564
23880
  [key: string]: string;
24565
23881
  };
24566
- /**
24567
- * @description If true, data source will require additional credentials to access unpublished data.
24568
- * If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
24569
- */
24570
- enableUnpublishedMode?: boolean;
24571
23882
  /** @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 */
24572
23883
  customPublic?: {
24573
23884
  [key: string]: unknown;
@@ -24576,10 +23887,6 @@ interface external$3 {
24576
23887
  custom?: {
24577
23888
  [key: string]: unknown;
24578
23889
  };
24579
- /** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
24580
- variants?: {
24581
- unpublished?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
24582
- };
24583
23890
  };
24584
23891
  /** @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 */
24585
23892
  DataType: {
@@ -24678,12 +23985,6 @@ interface external$3 {
24678
23985
  * If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
24679
23986
  */
24680
23987
  optionalPatternParameter?: boolean;
24681
- /**
24682
- * @description Resolve this data resource with draft mode content. TBD
24683
- *
24684
- * @enum {string}
24685
- */
24686
- dataSourceVariant?: "unpublished";
24687
23988
  variables?: external$3["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
24688
23989
  };
24689
23990
  /** @description Variable values for a data resource */
@@ -26131,35 +25432,6 @@ interface external$1 {
26131
25432
  * @enum {string}
26132
25433
  */
26133
25434
  OverrideOptions: "yes" | "no";
26134
- /** @description Additional set of headers, parameters, variables, etc to be used for data resolving in the context like e.g. Unpublished Data. */
26135
- AlternativeDataSourceData: {
26136
- /** @description Base resource URL of the data source. No trailing slash */
26137
- baseUrl: string;
26138
- /** @description HTTP headers to pass with requests to the data source */
26139
- headers?: {
26140
- key: string;
26141
- value: string;
26142
- omitIfEmpty?: boolean;
26143
- }[];
26144
- /** @description Query String parameters to pass with requests to the data type. Merged with parameters from the data source, overriding identical keys */
26145
- parameters?: {
26146
- key: string;
26147
- value: string;
26148
- omitIfEmpty?: boolean;
26149
- }[];
26150
- /** @description Variables needed to make calls to the data source */
26151
- variables?: {
26152
- [key: string]: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataVariableDefinition"];
26153
- };
26154
- /** @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 */
26155
- customPublic?: {
26156
- [key: string]: unknown;
26157
- };
26158
- /** @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 */
26159
- custom?: {
26160
- [key: string]: unknown;
26161
- };
26162
- };
26163
25435
  /**
26164
25436
  * @description An instance of a data source (i.e. "Master environment of the stable space", "Yelp API", "Sanity dev dataset").
26165
25437
  * These are created in the UI and shared across a whole project.
@@ -26196,11 +25468,6 @@ interface external$1 {
26196
25468
  localeMapping?: {
26197
25469
  [key: string]: string;
26198
25470
  };
26199
- /**
26200
- * @description If true, data source will require additional credentials to access unpublished data.
26201
- * If false, no additional data source credentials are required and data resources of this data source won't be able to access unpublished data.
26202
- */
26203
- enableUnpublishedMode?: boolean;
26204
25471
  /** @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 */
26205
25472
  customPublic?: {
26206
25473
  [key: string]: unknown;
@@ -26209,10 +25476,6 @@ interface external$1 {
26209
25476
  custom?: {
26210
25477
  [key: string]: unknown;
26211
25478
  };
26212
- /** @description Different connector detail variants to use in the different contexts like e.g. Unpublished Data */
26213
- variants?: {
26214
- unpublished?: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["AlternativeDataSourceData"];
26215
- };
26216
25479
  };
26217
25480
  /** @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 */
26218
25481
  DataType: {
@@ -26311,12 +25574,6 @@ interface external$1 {
26311
25574
  * If isPatternParameter is false or undefined, or if ignorePatternParameterDefault is false, this has no meaning
26312
25575
  */
26313
25576
  optionalPatternParameter?: boolean;
26314
- /**
26315
- * @description Resolve this data resource with draft mode content. TBD
26316
- *
26317
- * @enum {string}
26318
- */
26319
- dataSourceVariant?: "unpublished";
26320
25577
  variables?: external$1["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["DataResourceVariables"];
26321
25578
  };
26322
25579
  /** @description Variable values for a data resource */
@@ -28289,4 +27546,4 @@ declare class WorkflowClient extends ApiClient {
28289
27546
 
28290
27547
  declare const CanvasClientError: typeof ApiClientError;
28291
27548
 
28292
- 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, isLinkParamValue, 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 };
27549
+ 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, isLinkParamValue, 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 };