File tree 4 files changed +5
-9
lines changed
client/src/types/generated
api/layer/content-types/layer
extensions/documentation/documentation/1.0.0
4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ export interface Layer {
777
777
config : unknown ;
778
778
createdAt ?: string ;
779
779
createdBy ?: LayerCreatedBy ;
780
- description : string ;
780
+ description ? : string ;
781
781
interaction_config ?: unknown ;
782
782
legend : DefaultLegendComponent ;
783
783
locale ?: string ;
@@ -1027,7 +1027,7 @@ export interface LayerLocalizationResponse {
1027
1027
1028
1028
export type LayerRequestData = {
1029
1029
config : unknown ;
1030
- description : string ;
1030
+ description ? : string ;
1031
1031
interaction_config ?: unknown ;
1032
1032
legend : DefaultLegendComponent ;
1033
1033
locale ?: string ;
@@ -1060,7 +1060,7 @@ export const LayerLocalizationRequestType = {
1060
1060
1061
1061
export interface LayerLocalizationRequest {
1062
1062
config : unknown ;
1063
- description : string ;
1063
+ description ? : string ;
1064
1064
interaction_config ?: unknown ;
1065
1065
legend : DefaultLegendComponent ;
1066
1066
locale : string ;
Original file line number Diff line number Diff line change 47
47
}
48
48
},
49
49
"type" : " text" ,
50
- "required" : true
50
+ "required" : false
51
51
},
52
52
"config" : {
53
53
"pluginOptions" : {
Original file line number Diff line number Diff line change 21
21
"name" : " Apache 2.0" ,
22
22
"url" : " https://www.apache.org/licenses/LICENSE-2.0.html"
23
23
},
24
- "x-generation-date" : " 2024-06-19T10:06:08.278Z "
24
+ "x-generation-date" : " 2024-06-19T10:15:10.215Z "
25
25
},
26
26
"servers" : [
27
27
{
1597
1597
"required" : [
1598
1598
" title" ,
1599
1599
" type" ,
1600
- " description" ,
1601
1600
" config" ,
1602
1601
" legend" ,
1603
1602
" locale"
1641
1640
"required" : [
1642
1641
" title" ,
1643
1642
" type" ,
1644
- " description" ,
1645
1643
" config" ,
1646
1644
" legend"
1647
1645
],
1795
1793
"required" : [
1796
1794
" title" ,
1797
1795
" type" ,
1798
- " description" ,
1799
1796
" config" ,
1800
1797
" legend"
1801
1798
],
Original file line number Diff line number Diff line change @@ -561,7 +561,6 @@ export interface ApiLayerLayer extends Schema.CollectionType {
561
561
} > &
562
562
Attribute . DefaultTo < 'GEE' > ;
563
563
description : Attribute . Text &
564
- Attribute . Required &
565
564
Attribute . SetPluginOptions < {
566
565
i18n : {
567
566
localized : true ;
You can’t perform that action at this time.
0 commit comments