@forge/manifest 13.4.0-next.5 → 13.4.0-next.6
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/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +108 -0
- package/out/schema/manifest.d.ts +162 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12290,6 +12290,10 @@
|
|
|
12290
12290
|
"type": "string",
|
|
12291
12291
|
"minLength": 1,
|
|
12292
12292
|
"maxLength": 255
|
|
12293
|
+
},
|
|
12294
|
+
"displayConditions": {
|
|
12295
|
+
"type": "object",
|
|
12296
|
+
"properties": {}
|
|
12293
12297
|
}
|
|
12294
12298
|
},
|
|
12295
12299
|
"required": [
|
|
@@ -12333,6 +12337,10 @@
|
|
|
12333
12337
|
"maxLength": 300,
|
|
12334
12338
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
12335
12339
|
},
|
|
12340
|
+
"displayConditions": {
|
|
12341
|
+
"type": "object",
|
|
12342
|
+
"properties": {}
|
|
12343
|
+
},
|
|
12336
12344
|
"pages": {
|
|
12337
12345
|
"type": "array",
|
|
12338
12346
|
"items": {
|
|
@@ -12377,6 +12385,10 @@
|
|
|
12377
12385
|
"type": "string",
|
|
12378
12386
|
"minLength": 1,
|
|
12379
12387
|
"maxLength": 255
|
|
12388
|
+
},
|
|
12389
|
+
"displayConditions": {
|
|
12390
|
+
"type": "object",
|
|
12391
|
+
"properties": {}
|
|
12380
12392
|
}
|
|
12381
12393
|
},
|
|
12382
12394
|
"required": [
|
|
@@ -12574,6 +12586,10 @@
|
|
|
12574
12586
|
"type": "string",
|
|
12575
12587
|
"minLength": 1,
|
|
12576
12588
|
"maxLength": 255
|
|
12589
|
+
},
|
|
12590
|
+
"displayConditions": {
|
|
12591
|
+
"type": "object",
|
|
12592
|
+
"properties": {}
|
|
12577
12593
|
}
|
|
12578
12594
|
},
|
|
12579
12595
|
"required": [
|
|
@@ -12617,6 +12633,10 @@
|
|
|
12617
12633
|
"maxLength": 300,
|
|
12618
12634
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
12619
12635
|
},
|
|
12636
|
+
"displayConditions": {
|
|
12637
|
+
"type": "object",
|
|
12638
|
+
"properties": {}
|
|
12639
|
+
},
|
|
12620
12640
|
"pages": {
|
|
12621
12641
|
"type": "array",
|
|
12622
12642
|
"items": {
|
|
@@ -12661,6 +12681,10 @@
|
|
|
12661
12681
|
"type": "string",
|
|
12662
12682
|
"minLength": 1,
|
|
12663
12683
|
"maxLength": 255
|
|
12684
|
+
},
|
|
12685
|
+
"displayConditions": {
|
|
12686
|
+
"type": "object",
|
|
12687
|
+
"properties": {}
|
|
12664
12688
|
}
|
|
12665
12689
|
},
|
|
12666
12690
|
"required": [
|
|
@@ -12803,6 +12827,10 @@
|
|
|
12803
12827
|
"type": "string",
|
|
12804
12828
|
"minLength": 1,
|
|
12805
12829
|
"maxLength": 255
|
|
12830
|
+
},
|
|
12831
|
+
"displayConditions": {
|
|
12832
|
+
"type": "object",
|
|
12833
|
+
"properties": {}
|
|
12806
12834
|
}
|
|
12807
12835
|
},
|
|
12808
12836
|
"required": [
|
|
@@ -12846,6 +12874,10 @@
|
|
|
12846
12874
|
"maxLength": 300,
|
|
12847
12875
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
12848
12876
|
},
|
|
12877
|
+
"displayConditions": {
|
|
12878
|
+
"type": "object",
|
|
12879
|
+
"properties": {}
|
|
12880
|
+
},
|
|
12849
12881
|
"pages": {
|
|
12850
12882
|
"type": "array",
|
|
12851
12883
|
"items": {
|
|
@@ -12890,6 +12922,10 @@
|
|
|
12890
12922
|
"type": "string",
|
|
12891
12923
|
"minLength": 1,
|
|
12892
12924
|
"maxLength": 255
|
|
12925
|
+
},
|
|
12926
|
+
"displayConditions": {
|
|
12927
|
+
"type": "object",
|
|
12928
|
+
"properties": {}
|
|
12893
12929
|
}
|
|
12894
12930
|
},
|
|
12895
12931
|
"required": [
|
|
@@ -13081,6 +13117,10 @@
|
|
|
13081
13117
|
"type": "string",
|
|
13082
13118
|
"minLength": 1,
|
|
13083
13119
|
"maxLength": 255
|
|
13120
|
+
},
|
|
13121
|
+
"displayConditions": {
|
|
13122
|
+
"type": "object",
|
|
13123
|
+
"properties": {}
|
|
13084
13124
|
}
|
|
13085
13125
|
},
|
|
13086
13126
|
"required": [
|
|
@@ -13124,6 +13164,10 @@
|
|
|
13124
13164
|
"maxLength": 300,
|
|
13125
13165
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
13126
13166
|
},
|
|
13167
|
+
"displayConditions": {
|
|
13168
|
+
"type": "object",
|
|
13169
|
+
"properties": {}
|
|
13170
|
+
},
|
|
13127
13171
|
"pages": {
|
|
13128
13172
|
"type": "array",
|
|
13129
13173
|
"items": {
|
|
@@ -13168,6 +13212,10 @@
|
|
|
13168
13212
|
"type": "string",
|
|
13169
13213
|
"minLength": 1,
|
|
13170
13214
|
"maxLength": 255
|
|
13215
|
+
},
|
|
13216
|
+
"displayConditions": {
|
|
13217
|
+
"type": "object",
|
|
13218
|
+
"properties": {}
|
|
13171
13219
|
}
|
|
13172
13220
|
},
|
|
13173
13221
|
"required": [
|
|
@@ -13543,6 +13591,10 @@
|
|
|
13543
13591
|
"type": "string",
|
|
13544
13592
|
"minLength": 1,
|
|
13545
13593
|
"maxLength": 255
|
|
13594
|
+
},
|
|
13595
|
+
"displayConditions": {
|
|
13596
|
+
"type": "object",
|
|
13597
|
+
"properties": {}
|
|
13546
13598
|
}
|
|
13547
13599
|
},
|
|
13548
13600
|
"required": [
|
|
@@ -13586,6 +13638,10 @@
|
|
|
13586
13638
|
"maxLength": 300,
|
|
13587
13639
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
13588
13640
|
},
|
|
13641
|
+
"displayConditions": {
|
|
13642
|
+
"type": "object",
|
|
13643
|
+
"properties": {}
|
|
13644
|
+
},
|
|
13589
13645
|
"pages": {
|
|
13590
13646
|
"type": "array",
|
|
13591
13647
|
"items": {
|
|
@@ -13630,6 +13686,10 @@
|
|
|
13630
13686
|
"type": "string",
|
|
13631
13687
|
"minLength": 1,
|
|
13632
13688
|
"maxLength": 255
|
|
13689
|
+
},
|
|
13690
|
+
"displayConditions": {
|
|
13691
|
+
"type": "object",
|
|
13692
|
+
"properties": {}
|
|
13633
13693
|
}
|
|
13634
13694
|
},
|
|
13635
13695
|
"required": [
|
|
@@ -13821,6 +13881,10 @@
|
|
|
13821
13881
|
"type": "string",
|
|
13822
13882
|
"minLength": 1,
|
|
13823
13883
|
"maxLength": 255
|
|
13884
|
+
},
|
|
13885
|
+
"displayConditions": {
|
|
13886
|
+
"type": "object",
|
|
13887
|
+
"properties": {}
|
|
13824
13888
|
}
|
|
13825
13889
|
},
|
|
13826
13890
|
"required": [
|
|
@@ -13864,6 +13928,10 @@
|
|
|
13864
13928
|
"maxLength": 300,
|
|
13865
13929
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
13866
13930
|
},
|
|
13931
|
+
"displayConditions": {
|
|
13932
|
+
"type": "object",
|
|
13933
|
+
"properties": {}
|
|
13934
|
+
},
|
|
13867
13935
|
"pages": {
|
|
13868
13936
|
"type": "array",
|
|
13869
13937
|
"items": {
|
|
@@ -13908,6 +13976,10 @@
|
|
|
13908
13976
|
"type": "string",
|
|
13909
13977
|
"minLength": 1,
|
|
13910
13978
|
"maxLength": 255
|
|
13979
|
+
},
|
|
13980
|
+
"displayConditions": {
|
|
13981
|
+
"type": "object",
|
|
13982
|
+
"properties": {}
|
|
13911
13983
|
}
|
|
13912
13984
|
},
|
|
13913
13985
|
"required": [
|
|
@@ -14044,6 +14116,10 @@
|
|
|
14044
14116
|
"type": "string",
|
|
14045
14117
|
"minLength": 1,
|
|
14046
14118
|
"maxLength": 255
|
|
14119
|
+
},
|
|
14120
|
+
"displayConditions": {
|
|
14121
|
+
"type": "object",
|
|
14122
|
+
"properties": {}
|
|
14047
14123
|
}
|
|
14048
14124
|
},
|
|
14049
14125
|
"required": [
|
|
@@ -14087,6 +14163,10 @@
|
|
|
14087
14163
|
"maxLength": 300,
|
|
14088
14164
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
14089
14165
|
},
|
|
14166
|
+
"displayConditions": {
|
|
14167
|
+
"type": "object",
|
|
14168
|
+
"properties": {}
|
|
14169
|
+
},
|
|
14090
14170
|
"pages": {
|
|
14091
14171
|
"type": "array",
|
|
14092
14172
|
"items": {
|
|
@@ -14131,6 +14211,10 @@
|
|
|
14131
14211
|
"type": "string",
|
|
14132
14212
|
"minLength": 1,
|
|
14133
14213
|
"maxLength": 255
|
|
14214
|
+
},
|
|
14215
|
+
"displayConditions": {
|
|
14216
|
+
"type": "object",
|
|
14217
|
+
"properties": {}
|
|
14134
14218
|
}
|
|
14135
14219
|
},
|
|
14136
14220
|
"required": [
|
|
@@ -14322,6 +14406,10 @@
|
|
|
14322
14406
|
"type": "string",
|
|
14323
14407
|
"minLength": 1,
|
|
14324
14408
|
"maxLength": 255
|
|
14409
|
+
},
|
|
14410
|
+
"displayConditions": {
|
|
14411
|
+
"type": "object",
|
|
14412
|
+
"properties": {}
|
|
14325
14413
|
}
|
|
14326
14414
|
},
|
|
14327
14415
|
"required": [
|
|
@@ -14365,6 +14453,10 @@
|
|
|
14365
14453
|
"maxLength": 300,
|
|
14366
14454
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
14367
14455
|
},
|
|
14456
|
+
"displayConditions": {
|
|
14457
|
+
"type": "object",
|
|
14458
|
+
"properties": {}
|
|
14459
|
+
},
|
|
14368
14460
|
"pages": {
|
|
14369
14461
|
"type": "array",
|
|
14370
14462
|
"items": {
|
|
@@ -14409,6 +14501,10 @@
|
|
|
14409
14501
|
"type": "string",
|
|
14410
14502
|
"minLength": 1,
|
|
14411
14503
|
"maxLength": 255
|
|
14504
|
+
},
|
|
14505
|
+
"displayConditions": {
|
|
14506
|
+
"type": "object",
|
|
14507
|
+
"properties": {}
|
|
14412
14508
|
}
|
|
14413
14509
|
},
|
|
14414
14510
|
"required": [
|
|
@@ -16648,6 +16744,10 @@
|
|
|
16648
16744
|
"type": "string",
|
|
16649
16745
|
"minLength": 1,
|
|
16650
16746
|
"maxLength": 255
|
|
16747
|
+
},
|
|
16748
|
+
"displayConditions": {
|
|
16749
|
+
"type": "object",
|
|
16750
|
+
"properties": {}
|
|
16651
16751
|
}
|
|
16652
16752
|
},
|
|
16653
16753
|
"required": [
|
|
@@ -16691,6 +16791,10 @@
|
|
|
16691
16791
|
"maxLength": 300,
|
|
16692
16792
|
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
16693
16793
|
},
|
|
16794
|
+
"displayConditions": {
|
|
16795
|
+
"type": "object",
|
|
16796
|
+
"properties": {}
|
|
16797
|
+
},
|
|
16694
16798
|
"pages": {
|
|
16695
16799
|
"type": "array",
|
|
16696
16800
|
"items": {
|
|
@@ -16735,6 +16839,10 @@
|
|
|
16735
16839
|
"type": "string",
|
|
16736
16840
|
"minLength": 1,
|
|
16737
16841
|
"maxLength": 255
|
|
16842
|
+
},
|
|
16843
|
+
"displayConditions": {
|
|
16844
|
+
"type": "object",
|
|
16845
|
+
"properties": {}
|
|
16738
16846
|
}
|
|
16739
16847
|
},
|
|
16740
16848
|
"required": [
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -17815,6 +17815,9 @@ export interface Modules {
|
|
|
17815
17815
|
title__i18n?: string;
|
|
17816
17816
|
route: string;
|
|
17817
17817
|
icon?: string;
|
|
17818
|
+
displayConditions?: {
|
|
17819
|
+
[k: string]: unknown;
|
|
17820
|
+
};
|
|
17818
17821
|
[k: string]: unknown;
|
|
17819
17822
|
}[];
|
|
17820
17823
|
sections?: {
|
|
@@ -17824,6 +17827,9 @@ export interface Modules {
|
|
|
17824
17827
|
i18n: string;
|
|
17825
17828
|
};
|
|
17826
17829
|
header__i18n?: string;
|
|
17830
|
+
displayConditions?: {
|
|
17831
|
+
[k: string]: unknown;
|
|
17832
|
+
};
|
|
17827
17833
|
pages: {
|
|
17828
17834
|
title:
|
|
17829
17835
|
| string
|
|
@@ -17833,6 +17839,9 @@ export interface Modules {
|
|
|
17833
17839
|
title__i18n?: string;
|
|
17834
17840
|
route: string;
|
|
17835
17841
|
icon?: string;
|
|
17842
|
+
displayConditions?: {
|
|
17843
|
+
[k: string]: unknown;
|
|
17844
|
+
};
|
|
17836
17845
|
[k: string]: unknown;
|
|
17837
17846
|
}[];
|
|
17838
17847
|
[k: string]: unknown;
|
|
@@ -17878,6 +17887,9 @@ export interface Modules {
|
|
|
17878
17887
|
title__i18n?: string;
|
|
17879
17888
|
route: string;
|
|
17880
17889
|
icon?: string;
|
|
17890
|
+
displayConditions?: {
|
|
17891
|
+
[k: string]: unknown;
|
|
17892
|
+
};
|
|
17881
17893
|
[k: string]: unknown;
|
|
17882
17894
|
}[];
|
|
17883
17895
|
sections?: {
|
|
@@ -17887,6 +17899,9 @@ export interface Modules {
|
|
|
17887
17899
|
i18n: string;
|
|
17888
17900
|
};
|
|
17889
17901
|
header__i18n?: string;
|
|
17902
|
+
displayConditions?: {
|
|
17903
|
+
[k: string]: unknown;
|
|
17904
|
+
};
|
|
17890
17905
|
pages: {
|
|
17891
17906
|
title:
|
|
17892
17907
|
| string
|
|
@@ -17896,6 +17911,9 @@ export interface Modules {
|
|
|
17896
17911
|
title__i18n?: string;
|
|
17897
17912
|
route: string;
|
|
17898
17913
|
icon?: string;
|
|
17914
|
+
displayConditions?: {
|
|
17915
|
+
[k: string]: unknown;
|
|
17916
|
+
};
|
|
17899
17917
|
[k: string]: unknown;
|
|
17900
17918
|
}[];
|
|
17901
17919
|
[k: string]: unknown;
|
|
@@ -17929,6 +17947,9 @@ export interface Modules {
|
|
|
17929
17947
|
title__i18n?: string;
|
|
17930
17948
|
route: string;
|
|
17931
17949
|
icon?: string;
|
|
17950
|
+
displayConditions?: {
|
|
17951
|
+
[k: string]: unknown;
|
|
17952
|
+
};
|
|
17932
17953
|
[k: string]: unknown;
|
|
17933
17954
|
}[];
|
|
17934
17955
|
sections?: {
|
|
@@ -17938,6 +17959,9 @@ export interface Modules {
|
|
|
17938
17959
|
i18n: string;
|
|
17939
17960
|
};
|
|
17940
17961
|
header__i18n?: string;
|
|
17962
|
+
displayConditions?: {
|
|
17963
|
+
[k: string]: unknown;
|
|
17964
|
+
};
|
|
17941
17965
|
pages: {
|
|
17942
17966
|
title:
|
|
17943
17967
|
| string
|
|
@@ -17947,6 +17971,9 @@ export interface Modules {
|
|
|
17947
17971
|
title__i18n?: string;
|
|
17948
17972
|
route: string;
|
|
17949
17973
|
icon?: string;
|
|
17974
|
+
displayConditions?: {
|
|
17975
|
+
[k: string]: unknown;
|
|
17976
|
+
};
|
|
17950
17977
|
[k: string]: unknown;
|
|
17951
17978
|
}[];
|
|
17952
17979
|
[k: string]: unknown;
|
|
@@ -17992,6 +18019,9 @@ export interface Modules {
|
|
|
17992
18019
|
title__i18n?: string;
|
|
17993
18020
|
route: string;
|
|
17994
18021
|
icon?: string;
|
|
18022
|
+
displayConditions?: {
|
|
18023
|
+
[k: string]: unknown;
|
|
18024
|
+
};
|
|
17995
18025
|
[k: string]: unknown;
|
|
17996
18026
|
}[];
|
|
17997
18027
|
sections?: {
|
|
@@ -18001,6 +18031,9 @@ export interface Modules {
|
|
|
18001
18031
|
i18n: string;
|
|
18002
18032
|
};
|
|
18003
18033
|
header__i18n?: string;
|
|
18034
|
+
displayConditions?: {
|
|
18035
|
+
[k: string]: unknown;
|
|
18036
|
+
};
|
|
18004
18037
|
pages: {
|
|
18005
18038
|
title:
|
|
18006
18039
|
| string
|
|
@@ -18010,6 +18043,9 @@ export interface Modules {
|
|
|
18010
18043
|
title__i18n?: string;
|
|
18011
18044
|
route: string;
|
|
18012
18045
|
icon?: string;
|
|
18046
|
+
displayConditions?: {
|
|
18047
|
+
[k: string]: unknown;
|
|
18048
|
+
};
|
|
18013
18049
|
[k: string]: unknown;
|
|
18014
18050
|
}[];
|
|
18015
18051
|
[k: string]: unknown;
|
|
@@ -18045,6 +18081,9 @@ export interface Modules {
|
|
|
18045
18081
|
title__i18n?: string;
|
|
18046
18082
|
route: string;
|
|
18047
18083
|
icon?: string;
|
|
18084
|
+
displayConditions?: {
|
|
18085
|
+
[k: string]: unknown;
|
|
18086
|
+
};
|
|
18048
18087
|
[k: string]: unknown;
|
|
18049
18088
|
}[];
|
|
18050
18089
|
sections?: {
|
|
@@ -18054,6 +18093,9 @@ export interface Modules {
|
|
|
18054
18093
|
i18n: string;
|
|
18055
18094
|
};
|
|
18056
18095
|
header__i18n?: string;
|
|
18096
|
+
displayConditions?: {
|
|
18097
|
+
[k: string]: unknown;
|
|
18098
|
+
};
|
|
18057
18099
|
pages: {
|
|
18058
18100
|
title:
|
|
18059
18101
|
| string
|
|
@@ -18063,6 +18105,9 @@ export interface Modules {
|
|
|
18063
18105
|
title__i18n?: string;
|
|
18064
18106
|
route: string;
|
|
18065
18107
|
icon?: string;
|
|
18108
|
+
displayConditions?: {
|
|
18109
|
+
[k: string]: unknown;
|
|
18110
|
+
};
|
|
18066
18111
|
[k: string]: unknown;
|
|
18067
18112
|
}[];
|
|
18068
18113
|
[k: string]: unknown;
|
|
@@ -18106,6 +18151,9 @@ export interface Modules {
|
|
|
18106
18151
|
title__i18n?: string;
|
|
18107
18152
|
route: string;
|
|
18108
18153
|
icon?: string;
|
|
18154
|
+
displayConditions?: {
|
|
18155
|
+
[k: string]: unknown;
|
|
18156
|
+
};
|
|
18109
18157
|
[k: string]: unknown;
|
|
18110
18158
|
}[];
|
|
18111
18159
|
sections?: {
|
|
@@ -18115,6 +18163,9 @@ export interface Modules {
|
|
|
18115
18163
|
i18n: string;
|
|
18116
18164
|
};
|
|
18117
18165
|
header__i18n?: string;
|
|
18166
|
+
displayConditions?: {
|
|
18167
|
+
[k: string]: unknown;
|
|
18168
|
+
};
|
|
18118
18169
|
pages: {
|
|
18119
18170
|
title:
|
|
18120
18171
|
| string
|
|
@@ -18124,6 +18175,9 @@ export interface Modules {
|
|
|
18124
18175
|
title__i18n?: string;
|
|
18125
18176
|
route: string;
|
|
18126
18177
|
icon?: string;
|
|
18178
|
+
displayConditions?: {
|
|
18179
|
+
[k: string]: unknown;
|
|
18180
|
+
};
|
|
18127
18181
|
[k: string]: unknown;
|
|
18128
18182
|
}[];
|
|
18129
18183
|
[k: string]: unknown;
|
|
@@ -18155,6 +18209,9 @@ export interface Modules {
|
|
|
18155
18209
|
title__i18n?: string;
|
|
18156
18210
|
route: string;
|
|
18157
18211
|
icon?: string;
|
|
18212
|
+
displayConditions?: {
|
|
18213
|
+
[k: string]: unknown;
|
|
18214
|
+
};
|
|
18158
18215
|
[k: string]: unknown;
|
|
18159
18216
|
}[];
|
|
18160
18217
|
sections?: {
|
|
@@ -18164,6 +18221,9 @@ export interface Modules {
|
|
|
18164
18221
|
i18n: string;
|
|
18165
18222
|
};
|
|
18166
18223
|
header__i18n?: string;
|
|
18224
|
+
displayConditions?: {
|
|
18225
|
+
[k: string]: unknown;
|
|
18226
|
+
};
|
|
18167
18227
|
pages: {
|
|
18168
18228
|
title:
|
|
18169
18229
|
| string
|
|
@@ -18173,6 +18233,9 @@ export interface Modules {
|
|
|
18173
18233
|
title__i18n?: string;
|
|
18174
18234
|
route: string;
|
|
18175
18235
|
icon?: string;
|
|
18236
|
+
displayConditions?: {
|
|
18237
|
+
[k: string]: unknown;
|
|
18238
|
+
};
|
|
18176
18239
|
[k: string]: unknown;
|
|
18177
18240
|
}[];
|
|
18178
18241
|
[k: string]: unknown;
|
|
@@ -18216,6 +18279,9 @@ export interface Modules {
|
|
|
18216
18279
|
title__i18n?: string;
|
|
18217
18280
|
route: string;
|
|
18218
18281
|
icon?: string;
|
|
18282
|
+
displayConditions?: {
|
|
18283
|
+
[k: string]: unknown;
|
|
18284
|
+
};
|
|
18219
18285
|
[k: string]: unknown;
|
|
18220
18286
|
}[];
|
|
18221
18287
|
sections?: {
|
|
@@ -18225,6 +18291,9 @@ export interface Modules {
|
|
|
18225
18291
|
i18n: string;
|
|
18226
18292
|
};
|
|
18227
18293
|
header__i18n?: string;
|
|
18294
|
+
displayConditions?: {
|
|
18295
|
+
[k: string]: unknown;
|
|
18296
|
+
};
|
|
18228
18297
|
pages: {
|
|
18229
18298
|
title:
|
|
18230
18299
|
| string
|
|
@@ -18234,6 +18303,9 @@ export interface Modules {
|
|
|
18234
18303
|
title__i18n?: string;
|
|
18235
18304
|
route: string;
|
|
18236
18305
|
icon?: string;
|
|
18306
|
+
displayConditions?: {
|
|
18307
|
+
[k: string]: unknown;
|
|
18308
|
+
};
|
|
18237
18309
|
[k: string]: unknown;
|
|
18238
18310
|
}[];
|
|
18239
18311
|
[k: string]: unknown;
|
|
@@ -18359,6 +18431,9 @@ export interface Modules {
|
|
|
18359
18431
|
title__i18n?: string;
|
|
18360
18432
|
route: string;
|
|
18361
18433
|
icon?: string;
|
|
18434
|
+
displayConditions?: {
|
|
18435
|
+
[k: string]: unknown;
|
|
18436
|
+
};
|
|
18362
18437
|
[k: string]: unknown;
|
|
18363
18438
|
}[];
|
|
18364
18439
|
sections?: {
|
|
@@ -18368,6 +18443,9 @@ export interface Modules {
|
|
|
18368
18443
|
i18n: string;
|
|
18369
18444
|
};
|
|
18370
18445
|
header__i18n?: string;
|
|
18446
|
+
displayConditions?: {
|
|
18447
|
+
[k: string]: unknown;
|
|
18448
|
+
};
|
|
18371
18449
|
pages: {
|
|
18372
18450
|
title:
|
|
18373
18451
|
| string
|
|
@@ -18377,6 +18455,9 @@ export interface Modules {
|
|
|
18377
18455
|
title__i18n?: string;
|
|
18378
18456
|
route: string;
|
|
18379
18457
|
icon?: string;
|
|
18458
|
+
displayConditions?: {
|
|
18459
|
+
[k: string]: unknown;
|
|
18460
|
+
};
|
|
18380
18461
|
[k: string]: unknown;
|
|
18381
18462
|
}[];
|
|
18382
18463
|
[k: string]: unknown;
|
|
@@ -18420,6 +18501,9 @@ export interface Modules {
|
|
|
18420
18501
|
title__i18n?: string;
|
|
18421
18502
|
route: string;
|
|
18422
18503
|
icon?: string;
|
|
18504
|
+
displayConditions?: {
|
|
18505
|
+
[k: string]: unknown;
|
|
18506
|
+
};
|
|
18423
18507
|
[k: string]: unknown;
|
|
18424
18508
|
}[];
|
|
18425
18509
|
sections?: {
|
|
@@ -18429,6 +18513,9 @@ export interface Modules {
|
|
|
18429
18513
|
i18n: string;
|
|
18430
18514
|
};
|
|
18431
18515
|
header__i18n?: string;
|
|
18516
|
+
displayConditions?: {
|
|
18517
|
+
[k: string]: unknown;
|
|
18518
|
+
};
|
|
18432
18519
|
pages: {
|
|
18433
18520
|
title:
|
|
18434
18521
|
| string
|
|
@@ -18438,6 +18525,9 @@ export interface Modules {
|
|
|
18438
18525
|
title__i18n?: string;
|
|
18439
18526
|
route: string;
|
|
18440
18527
|
icon?: string;
|
|
18528
|
+
displayConditions?: {
|
|
18529
|
+
[k: string]: unknown;
|
|
18530
|
+
};
|
|
18441
18531
|
[k: string]: unknown;
|
|
18442
18532
|
}[];
|
|
18443
18533
|
[k: string]: unknown;
|
|
@@ -18469,6 +18559,9 @@ export interface Modules {
|
|
|
18469
18559
|
title__i18n?: string;
|
|
18470
18560
|
route: string;
|
|
18471
18561
|
icon?: string;
|
|
18562
|
+
displayConditions?: {
|
|
18563
|
+
[k: string]: unknown;
|
|
18564
|
+
};
|
|
18472
18565
|
[k: string]: unknown;
|
|
18473
18566
|
}[];
|
|
18474
18567
|
sections?: {
|
|
@@ -18478,6 +18571,9 @@ export interface Modules {
|
|
|
18478
18571
|
i18n: string;
|
|
18479
18572
|
};
|
|
18480
18573
|
header__i18n?: string;
|
|
18574
|
+
displayConditions?: {
|
|
18575
|
+
[k: string]: unknown;
|
|
18576
|
+
};
|
|
18481
18577
|
pages: {
|
|
18482
18578
|
title:
|
|
18483
18579
|
| string
|
|
@@ -18487,6 +18583,9 @@ export interface Modules {
|
|
|
18487
18583
|
title__i18n?: string;
|
|
18488
18584
|
route: string;
|
|
18489
18585
|
icon?: string;
|
|
18586
|
+
displayConditions?: {
|
|
18587
|
+
[k: string]: unknown;
|
|
18588
|
+
};
|
|
18490
18589
|
[k: string]: unknown;
|
|
18491
18590
|
}[];
|
|
18492
18591
|
[k: string]: unknown;
|
|
@@ -18530,6 +18629,9 @@ export interface Modules {
|
|
|
18530
18629
|
title__i18n?: string;
|
|
18531
18630
|
route: string;
|
|
18532
18631
|
icon?: string;
|
|
18632
|
+
displayConditions?: {
|
|
18633
|
+
[k: string]: unknown;
|
|
18634
|
+
};
|
|
18533
18635
|
[k: string]: unknown;
|
|
18534
18636
|
}[];
|
|
18535
18637
|
sections?: {
|
|
@@ -18539,6 +18641,9 @@ export interface Modules {
|
|
|
18539
18641
|
i18n: string;
|
|
18540
18642
|
};
|
|
18541
18643
|
header__i18n?: string;
|
|
18644
|
+
displayConditions?: {
|
|
18645
|
+
[k: string]: unknown;
|
|
18646
|
+
};
|
|
18542
18647
|
pages: {
|
|
18543
18648
|
title:
|
|
18544
18649
|
| string
|
|
@@ -18548,6 +18653,9 @@ export interface Modules {
|
|
|
18548
18653
|
title__i18n?: string;
|
|
18549
18654
|
route: string;
|
|
18550
18655
|
icon?: string;
|
|
18656
|
+
displayConditions?: {
|
|
18657
|
+
[k: string]: unknown;
|
|
18658
|
+
};
|
|
18551
18659
|
[k: string]: unknown;
|
|
18552
18660
|
}[];
|
|
18553
18661
|
[k: string]: unknown;
|
|
@@ -18581,6 +18689,9 @@ export interface Modules {
|
|
|
18581
18689
|
title__i18n?: string;
|
|
18582
18690
|
route: string;
|
|
18583
18691
|
icon?: string;
|
|
18692
|
+
displayConditions?: {
|
|
18693
|
+
[k: string]: unknown;
|
|
18694
|
+
};
|
|
18584
18695
|
[k: string]: unknown;
|
|
18585
18696
|
}[];
|
|
18586
18697
|
sections?: {
|
|
@@ -18590,6 +18701,9 @@ export interface Modules {
|
|
|
18590
18701
|
i18n: string;
|
|
18591
18702
|
};
|
|
18592
18703
|
header__i18n?: string;
|
|
18704
|
+
displayConditions?: {
|
|
18705
|
+
[k: string]: unknown;
|
|
18706
|
+
};
|
|
18593
18707
|
pages: {
|
|
18594
18708
|
title:
|
|
18595
18709
|
| string
|
|
@@ -18599,6 +18713,9 @@ export interface Modules {
|
|
|
18599
18713
|
title__i18n?: string;
|
|
18600
18714
|
route: string;
|
|
18601
18715
|
icon?: string;
|
|
18716
|
+
displayConditions?: {
|
|
18717
|
+
[k: string]: unknown;
|
|
18718
|
+
};
|
|
18602
18719
|
[k: string]: unknown;
|
|
18603
18720
|
}[];
|
|
18604
18721
|
[k: string]: unknown;
|
|
@@ -18642,6 +18759,9 @@ export interface Modules {
|
|
|
18642
18759
|
title__i18n?: string;
|
|
18643
18760
|
route: string;
|
|
18644
18761
|
icon?: string;
|
|
18762
|
+
displayConditions?: {
|
|
18763
|
+
[k: string]: unknown;
|
|
18764
|
+
};
|
|
18645
18765
|
[k: string]: unknown;
|
|
18646
18766
|
}[];
|
|
18647
18767
|
sections?: {
|
|
@@ -18651,6 +18771,9 @@ export interface Modules {
|
|
|
18651
18771
|
i18n: string;
|
|
18652
18772
|
};
|
|
18653
18773
|
header__i18n?: string;
|
|
18774
|
+
displayConditions?: {
|
|
18775
|
+
[k: string]: unknown;
|
|
18776
|
+
};
|
|
18654
18777
|
pages: {
|
|
18655
18778
|
title:
|
|
18656
18779
|
| string
|
|
@@ -18660,6 +18783,9 @@ export interface Modules {
|
|
|
18660
18783
|
title__i18n?: string;
|
|
18661
18784
|
route: string;
|
|
18662
18785
|
icon?: string;
|
|
18786
|
+
displayConditions?: {
|
|
18787
|
+
[k: string]: unknown;
|
|
18788
|
+
};
|
|
18663
18789
|
[k: string]: unknown;
|
|
18664
18790
|
}[];
|
|
18665
18791
|
[k: string]: unknown;
|
|
@@ -18691,6 +18817,9 @@ export interface Modules {
|
|
|
18691
18817
|
title__i18n?: string;
|
|
18692
18818
|
route: string;
|
|
18693
18819
|
icon?: string;
|
|
18820
|
+
displayConditions?: {
|
|
18821
|
+
[k: string]: unknown;
|
|
18822
|
+
};
|
|
18694
18823
|
[k: string]: unknown;
|
|
18695
18824
|
}[];
|
|
18696
18825
|
sections?: {
|
|
@@ -18700,6 +18829,9 @@ export interface Modules {
|
|
|
18700
18829
|
i18n: string;
|
|
18701
18830
|
};
|
|
18702
18831
|
header__i18n?: string;
|
|
18832
|
+
displayConditions?: {
|
|
18833
|
+
[k: string]: unknown;
|
|
18834
|
+
};
|
|
18703
18835
|
pages: {
|
|
18704
18836
|
title:
|
|
18705
18837
|
| string
|
|
@@ -18709,6 +18841,9 @@ export interface Modules {
|
|
|
18709
18841
|
title__i18n?: string;
|
|
18710
18842
|
route: string;
|
|
18711
18843
|
icon?: string;
|
|
18844
|
+
displayConditions?: {
|
|
18845
|
+
[k: string]: unknown;
|
|
18846
|
+
};
|
|
18712
18847
|
[k: string]: unknown;
|
|
18713
18848
|
}[];
|
|
18714
18849
|
[k: string]: unknown;
|
|
@@ -18752,6 +18887,9 @@ export interface Modules {
|
|
|
18752
18887
|
title__i18n?: string;
|
|
18753
18888
|
route: string;
|
|
18754
18889
|
icon?: string;
|
|
18890
|
+
displayConditions?: {
|
|
18891
|
+
[k: string]: unknown;
|
|
18892
|
+
};
|
|
18755
18893
|
[k: string]: unknown;
|
|
18756
18894
|
}[];
|
|
18757
18895
|
sections?: {
|
|
@@ -18761,6 +18899,9 @@ export interface Modules {
|
|
|
18761
18899
|
i18n: string;
|
|
18762
18900
|
};
|
|
18763
18901
|
header__i18n?: string;
|
|
18902
|
+
displayConditions?: {
|
|
18903
|
+
[k: string]: unknown;
|
|
18904
|
+
};
|
|
18764
18905
|
pages: {
|
|
18765
18906
|
title:
|
|
18766
18907
|
| string
|
|
@@ -18770,6 +18911,9 @@ export interface Modules {
|
|
|
18770
18911
|
title__i18n?: string;
|
|
18771
18912
|
route: string;
|
|
18772
18913
|
icon?: string;
|
|
18914
|
+
displayConditions?: {
|
|
18915
|
+
[k: string]: unknown;
|
|
18916
|
+
};
|
|
18773
18917
|
[k: string]: unknown;
|
|
18774
18918
|
}[];
|
|
18775
18919
|
[k: string]: unknown;
|
|
@@ -19800,6 +19944,9 @@ export interface Modules {
|
|
|
19800
19944
|
title__i18n?: string;
|
|
19801
19945
|
route: string;
|
|
19802
19946
|
icon?: string;
|
|
19947
|
+
displayConditions?: {
|
|
19948
|
+
[k: string]: unknown;
|
|
19949
|
+
};
|
|
19803
19950
|
[k: string]: unknown;
|
|
19804
19951
|
}[];
|
|
19805
19952
|
sections?: {
|
|
@@ -19809,6 +19956,9 @@ export interface Modules {
|
|
|
19809
19956
|
i18n: string;
|
|
19810
19957
|
};
|
|
19811
19958
|
header__i18n?: string;
|
|
19959
|
+
displayConditions?: {
|
|
19960
|
+
[k: string]: unknown;
|
|
19961
|
+
};
|
|
19812
19962
|
pages: {
|
|
19813
19963
|
title:
|
|
19814
19964
|
| string
|
|
@@ -19818,6 +19968,9 @@ export interface Modules {
|
|
|
19818
19968
|
title__i18n?: string;
|
|
19819
19969
|
route: string;
|
|
19820
19970
|
icon?: string;
|
|
19971
|
+
displayConditions?: {
|
|
19972
|
+
[k: string]: unknown;
|
|
19973
|
+
};
|
|
19821
19974
|
[k: string]: unknown;
|
|
19822
19975
|
}[];
|
|
19823
19976
|
[k: string]: unknown;
|
|
@@ -19860,6 +20013,9 @@ export interface Modules {
|
|
|
19860
20013
|
title__i18n?: string;
|
|
19861
20014
|
route: string;
|
|
19862
20015
|
icon?: string;
|
|
20016
|
+
displayConditions?: {
|
|
20017
|
+
[k: string]: unknown;
|
|
20018
|
+
};
|
|
19863
20019
|
[k: string]: unknown;
|
|
19864
20020
|
}[];
|
|
19865
20021
|
sections?: {
|
|
@@ -19869,6 +20025,9 @@ export interface Modules {
|
|
|
19869
20025
|
i18n: string;
|
|
19870
20026
|
};
|
|
19871
20027
|
header__i18n?: string;
|
|
20028
|
+
displayConditions?: {
|
|
20029
|
+
[k: string]: unknown;
|
|
20030
|
+
};
|
|
19872
20031
|
pages: {
|
|
19873
20032
|
title:
|
|
19874
20033
|
| string
|
|
@@ -19878,6 +20037,9 @@ export interface Modules {
|
|
|
19878
20037
|
title__i18n?: string;
|
|
19879
20038
|
route: string;
|
|
19880
20039
|
icon?: string;
|
|
20040
|
+
displayConditions?: {
|
|
20041
|
+
[k: string]: unknown;
|
|
20042
|
+
};
|
|
19881
20043
|
[k: string]: unknown;
|
|
19882
20044
|
}[];
|
|
19883
20045
|
[k: string]: unknown;
|