e4k-data 4.91.41 → 4.92.77
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/data/buildings.json +31208 -862
- package/data/constructionItems.json +459 -7
- package/data/currencies.json +7 -0
- package/data/equipments.json +74 -0
- package/data/events.json +14 -2
- package/data/expansions.json +54 -54
- package/data/gachaEvents.json +84 -0
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +42 -0
- package/data/leaguetypes.json +7 -0
- package/data/lootBoxTombolas.json +1168 -0
- package/data/mightranks.json +65 -25
- package/data/packages.json +153 -16
- package/data/rewards.json +782 -365
- package/data/slums.json +6 -6
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/data/worldmapskins.json +10 -0
- package/images/x768.json +626 -23
- package/languages/da.json +84 -10
- package/languages/de.json +84 -10
- package/languages/el.json +84 -10
- package/languages/en.json +84 -10
- package/languages/es.json +84 -10
- package/languages/fi.json +84 -10
- package/languages/fr.json +84 -10
- package/languages/it.json +84 -10
- package/languages/ja.json +84 -10
- package/languages/ko.json +84 -10
- package/languages/nl.json +84 -10
- package/languages/no.json +84 -10
- package/languages/pl.json +97 -23
- package/languages/pt.json +84 -10
- package/languages/ru.json +84 -10
- package/languages/sv.json +84 -10
- package/languages/tr.json +84 -10
- package/languages/zh_CN.json +84 -10
- package/languages/zh_TW.json +84 -10
- package/package.json +1 -1
- package/typings/data.d.ts +15 -1
- package/typings/images.d.ts +40 -4
- package/typings/languages.d.ts +74 -0
package/typings/languages.d.ts
CHANGED
|
@@ -998,6 +998,12 @@ export interface Language {
|
|
|
998
998
|
"ci_appearance_AnniversaryDefensiveWorkshop_flavour": string;
|
|
999
999
|
"ci_appearance_AnniversaryEstate": string;
|
|
1000
1000
|
"ci_appearance_AnniversaryEstate_flavour": string;
|
|
1001
|
+
"ci_appearance_ChristmasDwelling": string;
|
|
1002
|
+
"ci_appearance_ChristmasDwelling_flavour": string;
|
|
1003
|
+
"ci_appearance_ChristmasGreenhouse": string;
|
|
1004
|
+
"ci_appearance_ChristmasGreenhouse_flavour": string;
|
|
1005
|
+
"ci_appearance_ChristmasRelicWoodcutter": string;
|
|
1006
|
+
"ci_appearance_ChristmasRelicWoodcutter_flavour": string;
|
|
1001
1007
|
"ci_appearance_GenericAnniversaryKeep": string;
|
|
1002
1008
|
"ci_appearance_GenericAnniversaryKeep_flavour": string;
|
|
1003
1009
|
"ci_appearance_IndiaDrillground": string;
|
|
@@ -1032,6 +1038,8 @@ export interface Language {
|
|
|
1032
1038
|
"ci_appearance_carnivalBarracks_flavour": string;
|
|
1033
1039
|
"ci_appearance_carnivalMill": string;
|
|
1034
1040
|
"ci_appearance_carnivalMill_flavour": string;
|
|
1041
|
+
"ci_appearance_christmasWoodcutter": string;
|
|
1042
|
+
"ci_appearance_christmasWoodcutter_flavour": string;
|
|
1035
1043
|
"ci_appearance_daffodilWorkshop": string;
|
|
1036
1044
|
"ci_appearance_daffodilWorkshop_flavour": string;
|
|
1037
1045
|
"ci_appearance_dragonriderHospital": string;
|
|
@@ -1374,16 +1382,19 @@ export interface Language {
|
|
|
1374
1382
|
"deco_EggTree_name": string;
|
|
1375
1383
|
"deco_ElephantMonument_name": string;
|
|
1376
1384
|
"deco_ExaltedGreenChristmasFountain_name": string;
|
|
1385
|
+
"deco_ExaltedGreenChristmasPresentStash_name": string;
|
|
1377
1386
|
"deco_ExaltedGreenFrostFountain_name": string;
|
|
1378
1387
|
"deco_ExaltedGreenLavaShrineofDuality_name": string;
|
|
1379
1388
|
"deco_ExaltedGreenOktoberfestGarden_name": string;
|
|
1380
1389
|
"deco_ExaltedGreenWaterShrineofDuality_name": string;
|
|
1381
1390
|
"deco_ExaltedPurpleChristmasFountain_name": string;
|
|
1391
|
+
"deco_ExaltedPurpleChristmasPyramid_name": string;
|
|
1382
1392
|
"deco_ExaltedPurpleFrostFountain_name": string;
|
|
1383
1393
|
"deco_ExaltedPurpleLavaShrineofDuality_name": string;
|
|
1384
1394
|
"deco_ExaltedPurpleOktoberfestGarden_name": string;
|
|
1385
1395
|
"deco_ExaltedPurpleWaterShrineofDuality_name": string;
|
|
1386
1396
|
"deco_ExaltedRedChristmasFountain_name": string;
|
|
1397
|
+
"deco_ExaltedRedChristmasStall_name": string;
|
|
1387
1398
|
"deco_ExaltedRedFrostFountain_name": string;
|
|
1388
1399
|
"deco_ExaltedRedLavaShrineofDuality_name": string;
|
|
1389
1400
|
"deco_ExaltedRedOktoberfestGarden_name": string;
|
|
@@ -4856,8 +4867,10 @@ export interface Language {
|
|
|
4856
4867
|
"dialog_event_announcement_description_106": string;
|
|
4857
4868
|
"dialog_event_announcement_description_123": string;
|
|
4858
4869
|
"dialog_event_announcement_description_126": string;
|
|
4870
|
+
"dialog_event_announcement_description_127": string;
|
|
4859
4871
|
"dialog_event_announcement_header_123": string;
|
|
4860
4872
|
"dialog_event_announcement_header_126": string;
|
|
4873
|
+
"dialog_event_announcement_header_127": string;
|
|
4861
4874
|
"dialog_eventdungeonWin_title": string;
|
|
4862
4875
|
"dialog_eventdungeon_1_missionAccomplished_title": string;
|
|
4863
4876
|
"dialog_eventdungeon_1_tip": string;
|
|
@@ -9290,6 +9303,7 @@ export interface Language {
|
|
|
9290
9303
|
"effect_group_8_3_active": string;
|
|
9291
9304
|
"effect_group_8_3_passive": string;
|
|
9292
9305
|
"effect_group_8_4_passive": string;
|
|
9306
|
+
"effect_group_8_5_active": string;
|
|
9293
9307
|
"effect_group_8_5_passive": string;
|
|
9294
9308
|
"effect_group_9_10_active": string;
|
|
9295
9309
|
"effect_group_9_10_passive": string;
|
|
@@ -9564,7 +9578,9 @@ export interface Language {
|
|
|
9564
9578
|
"eventKing_name": string;
|
|
9565
9579
|
"event_announcement_description_126": string;
|
|
9566
9580
|
"event_announcement_header_126": string;
|
|
9581
|
+
"event_end_description_ChristmasGacha": string;
|
|
9567
9582
|
"event_end_description_GachaDeco2x2": string;
|
|
9583
|
+
"event_end_header_ChristmasGacha": string;
|
|
9568
9584
|
"event_end_header_GachaDeco2x2": string;
|
|
9569
9585
|
"event_rewards_header": string;
|
|
9570
9586
|
"event_title_101": string;
|
|
@@ -9572,6 +9588,7 @@ export interface Language {
|
|
|
9572
9588
|
"event_title_103": string;
|
|
9573
9589
|
"event_title_116": string;
|
|
9574
9590
|
"event_title_12": string;
|
|
9591
|
+
"event_title_127": string;
|
|
9575
9592
|
"event_title_13": string;
|
|
9576
9593
|
"event_title_14": string;
|
|
9577
9594
|
"event_title_15": string;
|
|
@@ -9692,8 +9709,11 @@ export interface Language {
|
|
|
9692
9709
|
"fusionPremium": string;
|
|
9693
9710
|
"fusionXP": string;
|
|
9694
9711
|
"fusionXPTotal": string;
|
|
9712
|
+
"gachaPull_milestone_ChristmasGacha": string;
|
|
9695
9713
|
"gachaPull_milestone_GachaDeco2x2": string;
|
|
9714
|
+
"gachaPull_milestone_tooltip_amountLeft_ChristmasGacha": string;
|
|
9696
9715
|
"gachaPull_milestone_tooltip_amountLeft_GachaDeco2x2": string;
|
|
9716
|
+
"gachaPull_milestone_tooltip_amount_ChristmasGacha": string;
|
|
9697
9717
|
"gachaPull_milestone_tooltip_amount_GachaDeco2x2": string;
|
|
9698
9718
|
"gemStorage_capacityBonus_tt": string;
|
|
9699
9719
|
"gem_unique_161": string;
|
|
@@ -10238,6 +10258,7 @@ export interface Language {
|
|
|
10238
10258
|
"grimsram_short_info": string;
|
|
10239
10259
|
"grimsshield_name": string;
|
|
10240
10260
|
"grimsshield_short_info": string;
|
|
10261
|
+
"helpPopup_ChristmasGacha": string;
|
|
10241
10262
|
"helpPopup_GachaDeco2x2": string;
|
|
10242
10263
|
"help_autoSpyDialog": string;
|
|
10243
10264
|
"help_ci_disassemble": string;
|
|
@@ -10938,6 +10959,7 @@ export interface Language {
|
|
|
10938
10959
|
"rankingRange_single": string;
|
|
10939
10960
|
"ranking_TopX_alliance": string;
|
|
10940
10961
|
"ranking_best_alliance": string;
|
|
10962
|
+
"ranking_description_ChristmasGacha": string;
|
|
10941
10963
|
"ranking_description_DonationEvent": string;
|
|
10942
10964
|
"ranking_description_GachaDeco2x2": string;
|
|
10943
10965
|
"ranking_rewardPoints_alliance": string;
|
|
@@ -11662,6 +11684,7 @@ export interface Language {
|
|
|
11662
11684
|
"thornking_cowTower": string;
|
|
11663
11685
|
"thornking_finalboss": string;
|
|
11664
11686
|
"thornking_tower": string;
|
|
11687
|
+
"title_christmasgacha": string;
|
|
11665
11688
|
"today": string;
|
|
11666
11689
|
"tomorrow": string;
|
|
11667
11690
|
"tooltip_gachaName_GachaDeco2x2": string;
|
|
@@ -11918,8 +11941,13 @@ export interface Language {
|
|
|
11918
11941
|
"webshop_ToolsmithProductionSpdTools_385_desc": string;
|
|
11919
11942
|
"webshop_WallUnitLimitKeep_740_desc": string;
|
|
11920
11943
|
"webshop_WallUnitLimitKeep_763_desc": string;
|
|
11944
|
+
"webshop_WintertideBakeryTCI_870_desc": string;
|
|
11921
11945
|
"webshop_XPBundle_medium_name": string;
|
|
11922
11946
|
"webshop_XPBundle_small_name": string;
|
|
11947
|
+
"webshop_XmasMeadBow_desc": string;
|
|
11948
|
+
"webshop_XmasMeadMace_desc": string;
|
|
11949
|
+
"webshop_XmasMeadRanger_desc": string;
|
|
11950
|
+
"webshop_XmasMeadShieldMaiden_desc": string;
|
|
11923
11951
|
"webshop_affluenceTickets_VIP_name": string;
|
|
11924
11952
|
"webshop_affluenceTickets_extraLarge_name": string;
|
|
11925
11953
|
"webshop_affluenceTickets_giant_name": string;
|
|
@@ -12007,6 +12035,9 @@ export interface Language {
|
|
|
12007
12035
|
"webshop_bloodcrowInvasion_small_name": string;
|
|
12008
12036
|
"webshop_cancelNow": string;
|
|
12009
12037
|
"webshop_christmas_VIP_name": string;
|
|
12038
|
+
"webshop_christmas_combat_name": string;
|
|
12039
|
+
"webshop_christmas_economy_name": string;
|
|
12040
|
+
"webshop_christmas_experience_name": string;
|
|
12010
12041
|
"webshop_christmas_extraLarge_name": string;
|
|
12011
12042
|
"webshop_christmas_giant_name": string;
|
|
12012
12043
|
"webshop_christmas_huge_name": string;
|
|
@@ -12093,6 +12124,7 @@ export interface Language {
|
|
|
12093
12124
|
"webshop_decoFusion_medium_name": string;
|
|
12094
12125
|
"webshop_decoFusion_small_name": string;
|
|
12095
12126
|
"webshop_decoWithEffects_BeefProductionGeneric_desc": string;
|
|
12127
|
+
"webshop_decoWithEffects_CourtDefCourtCap_desc": string;
|
|
12096
12128
|
"webshop_decoWithEffects_FoodHoneyMeadProductionCap_desc": string;
|
|
12097
12129
|
"webshop_decoWithEffects_FoodProdFoodStorageCap_desc": string;
|
|
12098
12130
|
"webshop_decoWithEffects_HoneyFoodMeadProductionGeneric_desc": string;
|
|
@@ -12170,6 +12202,13 @@ export interface Language {
|
|
|
12170
12202
|
"webshop_eventName_redAlienInvasion_placeholder": string;
|
|
12171
12203
|
"webshop_eventName_samuraiInvasion_name": string;
|
|
12172
12204
|
"webshop_eventName_samuraiInvasion_placeholder": string;
|
|
12205
|
+
"webshop_fatalflorabiscuits_VIP_name": string;
|
|
12206
|
+
"webshop_fatalflorabiscuits_extraLarge_name": string;
|
|
12207
|
+
"webshop_fatalflorabiscuits_giant_name": string;
|
|
12208
|
+
"webshop_fatalflorabiscuits_huge_name": string;
|
|
12209
|
+
"webshop_fatalflorabiscuits_large_name": string;
|
|
12210
|
+
"webshop_fatalflorabiscuits_medium_name": string;
|
|
12211
|
+
"webshop_fatalflorabiscuits_small_name": string;
|
|
12173
12212
|
"webshop_fieldcannon_desc": string;
|
|
12174
12213
|
"webshop_firebomb_desc": string;
|
|
12175
12214
|
"webshop_floragarden_VIP_name": string;
|
|
@@ -12466,6 +12505,13 @@ export interface Language {
|
|
|
12466
12505
|
"webshop_singlesDay_large_name": string;
|
|
12467
12506
|
"webshop_singlesDay_medium_name": string;
|
|
12468
12507
|
"webshop_singlesDay_small_name": string;
|
|
12508
|
+
"webshop_snowglobecarrots_VIP_name": string;
|
|
12509
|
+
"webshop_snowglobecarrots_extraLarge_name": string;
|
|
12510
|
+
"webshop_snowglobecarrots_giant_name": string;
|
|
12511
|
+
"webshop_snowglobecarrots_huge_name": string;
|
|
12512
|
+
"webshop_snowglobecarrots_large_name": string;
|
|
12513
|
+
"webshop_snowglobecarrots_medium_name": string;
|
|
12514
|
+
"webshop_snowglobecarrots_small_name": string;
|
|
12469
12515
|
"webshop_spikedcrusher_desc": string;
|
|
12470
12516
|
"webshop_spring_VIP_name": string;
|
|
12471
12517
|
"webshop_spring_extraLarge_name": string;
|
|
@@ -12541,14 +12587,18 @@ export interface Language {
|
|
|
12541
12587
|
"SceatSuppAttackWaves_name": string;
|
|
12542
12588
|
"SceatSuppAttackWaves_short_info": string;
|
|
12543
12589
|
"ci_effect_BeefProductionIncrease": string;
|
|
12590
|
+
"ci_effect_Coalproduction": string;
|
|
12544
12591
|
"ci_effect_EspionageSpeedBoost": string;
|
|
12545
12592
|
"ci_effect_EspionageSpeedBoost_blueprint": string;
|
|
12546
12593
|
"ci_effect_EspionageSpeedBoost_tt": string;
|
|
12594
|
+
"ci_effect_Glassproduction": string;
|
|
12547
12595
|
"ci_effect_HoneyProductionincrease": string;
|
|
12548
12596
|
"ci_effect_HospitalAdditionalSpace": string;
|
|
12549
12597
|
"ci_effect_HospitalAdditionalSpace_blueprint": string;
|
|
12550
12598
|
"ci_effect_HospitalAdditionalSpace_tt": string;
|
|
12599
|
+
"ci_effect_Ironproduction": string;
|
|
12551
12600
|
"ci_effect_Meadreduction": string;
|
|
12601
|
+
"ci_effect_Oilproduction": string;
|
|
12552
12602
|
"ci_effect_ReduceDefensiveToolsCosts": string;
|
|
12553
12603
|
"ci_effect_ReduceDefensiveToolsCosts_blueprint": string;
|
|
12554
12604
|
"ci_effect_ReduceDefensiveToolsCosts_tt": string;
|
|
@@ -12610,6 +12660,7 @@ export interface Language {
|
|
|
12610
12660
|
"ci_effect_cisAppearanceSkin_blueprint": string;
|
|
12611
12661
|
"ci_effect_cisAppearanceSkin_tt": string;
|
|
12612
12662
|
"ci_effect_clockworkMill": string;
|
|
12663
|
+
"ci_effect_coalStorage": string;
|
|
12613
12664
|
"ci_effect_craftingQueueProductionBoost_1_blueprint": string;
|
|
12614
12665
|
"ci_effect_craftingQueueProductionBoost_1_tt": string;
|
|
12615
12666
|
"ci_effect_craftingQueueProductionBoost_2_blueprint": string;
|
|
@@ -12636,16 +12687,20 @@ export interface Language {
|
|
|
12636
12687
|
"ci_effect_drillGroundRecruitSpeed_tt": string;
|
|
12637
12688
|
"ci_effect_espionageTravelBoost": string;
|
|
12638
12689
|
"ci_effect_feastCostsReduction": string;
|
|
12690
|
+
"ci_effect_foodCapacityBonusBaronEconomy": string;
|
|
12639
12691
|
"ci_effect_foodProduction": string;
|
|
12692
|
+
"ci_effect_foodProductionBonusBaronEconomy": string;
|
|
12640
12693
|
"ci_effect_foodProduction_blueprint": string;
|
|
12641
12694
|
"ci_effect_foodProduction_tt": string;
|
|
12642
12695
|
"ci_effect_foodStorage": string;
|
|
12643
12696
|
"ci_effect_foodStorageTCI": string;
|
|
12644
12697
|
"ci_effect_giantsForestWoodcutter": string;
|
|
12645
12698
|
"ci_effect_giantsForestlumbermill": string;
|
|
12699
|
+
"ci_effect_glassStorage": string;
|
|
12646
12700
|
"ci_effect_graniteRockQuarry": string;
|
|
12647
12701
|
"ci_effect_graniteRockStonemason": string;
|
|
12648
12702
|
"ci_effect_healSpeed": string;
|
|
12703
|
+
"ci_effect_honeyCapacityBonusBaronEconomy": string;
|
|
12649
12704
|
"ci_effect_honeyGarden": string;
|
|
12650
12705
|
"ci_effect_honeyProduction": string;
|
|
12651
12706
|
"ci_effect_honeyStorage": string;
|
|
@@ -12653,6 +12708,7 @@ export interface Language {
|
|
|
12653
12708
|
"ci_effect_hospitalHealSpeed": string;
|
|
12654
12709
|
"ci_effect_hospitalHealSpeed_blueprint": string;
|
|
12655
12710
|
"ci_effect_hospitalHealSpeed_tt": string;
|
|
12711
|
+
"ci_effect_ironStorage": string;
|
|
12656
12712
|
"ci_effect_keepUnitWallCount": string;
|
|
12657
12713
|
"ci_effect_keepUnitWallCount_blueprint": string;
|
|
12658
12714
|
"ci_effect_keepUnitWallCount_tt": string;
|
|
@@ -12660,6 +12716,7 @@ export interface Language {
|
|
|
12660
12716
|
"ci_effect_marketCarriages": string;
|
|
12661
12717
|
"ci_effect_marketCarriages_blueprint": string;
|
|
12662
12718
|
"ci_effect_marketCarriages_tt": string;
|
|
12719
|
+
"ci_effect_meadCapacityBonusBaronEconomy": string;
|
|
12663
12720
|
"ci_effect_meadProduction": string;
|
|
12664
12721
|
"ci_effect_meadProductionTCI": string;
|
|
12665
12722
|
"ci_effect_meadStorage": string;
|
|
@@ -12683,6 +12740,7 @@ export interface Language {
|
|
|
12683
12740
|
"ci_effect_offensiveRangeBonusTCI_tt": string;
|
|
12684
12741
|
"ci_effect_offensiveToolsCostsReduction": string;
|
|
12685
12742
|
"ci_effect_offensiveToolsSpeedBoost": string;
|
|
12743
|
+
"ci_effect_oilStorage": string;
|
|
12686
12744
|
"ci_effect_piratesStorehouse": string;
|
|
12687
12745
|
"ci_effect_rangeBonus": string;
|
|
12688
12746
|
"ci_effect_rangeBonusTCI": string;
|
|
@@ -12754,6 +12812,7 @@ export interface Language {
|
|
|
12754
12812
|
"effect_description_attackUnitAmountFlankTCI": string;
|
|
12755
12813
|
"effect_description_attackUnitAmountFrontCI": string;
|
|
12756
12814
|
"effect_description_attackUnitAmountFrontTCI": string;
|
|
12815
|
+
"effect_description_attackUnitAmountReinforcementBonus": string;
|
|
12757
12816
|
"effect_description_defenseBoostYardTCI": string;
|
|
12758
12817
|
"effect_description_defenseUnitAmountYardBonus": string;
|
|
12759
12818
|
"effect_description_foodProductionBoost": string;
|
|
@@ -14914,6 +14973,18 @@ export interface Language {
|
|
|
14914
14973
|
"equipment_unique_1202_desc": string;
|
|
14915
14974
|
"equipment_unique_1203": string;
|
|
14916
14975
|
"equipment_unique_1203_desc": string;
|
|
14976
|
+
"equipment_unique_1204": string;
|
|
14977
|
+
"equipment_unique_1204_desc": string;
|
|
14978
|
+
"equipment_unique_1205": string;
|
|
14979
|
+
"equipment_unique_1205_desc": string;
|
|
14980
|
+
"equipment_unique_1206": string;
|
|
14981
|
+
"equipment_unique_1206_desc": string;
|
|
14982
|
+
"equipment_unique_1207": string;
|
|
14983
|
+
"equipment_unique_1207_desc": string;
|
|
14984
|
+
"equipment_unique_1208": string;
|
|
14985
|
+
"equipment_unique_1208_desc": string;
|
|
14986
|
+
"equipment_unique_1209": string;
|
|
14987
|
+
"equipment_unique_1209_desc": string;
|
|
14917
14988
|
"equipment_unique_12_desc": string;
|
|
14918
14989
|
"equipment_unique_13": string;
|
|
14919
14990
|
"equipment_unique_13_desc": string;
|
|
@@ -18020,6 +18091,7 @@ export interface Language {
|
|
|
18020
18091
|
"currency_description_EpicBoosterConsumable": string;
|
|
18021
18092
|
"currency_description_EpicMysteryBoxKey": string;
|
|
18022
18093
|
"currency_description_FloraToken": string;
|
|
18094
|
+
"currency_description_FrozenCarrot": string;
|
|
18023
18095
|
"currency_description_FuryDoubloon": string;
|
|
18024
18096
|
"currency_description_FusionCurrency": string;
|
|
18025
18097
|
"currency_description_HalloweenLTPEToken": string;
|
|
@@ -18101,6 +18173,7 @@ export interface Language {
|
|
|
18101
18173
|
"currency_name_EpicPreciousmetals": string;
|
|
18102
18174
|
"currency_name_EpicResin": string;
|
|
18103
18175
|
"currency_name_FloraToken": string;
|
|
18176
|
+
"currency_name_FrozenCarrot": string;
|
|
18104
18177
|
"currency_name_FuryDoubloon": string;
|
|
18105
18178
|
"currency_name_FusionCurrency": string;
|
|
18106
18179
|
"currency_name_GoldRune": string;
|
|
@@ -18468,6 +18541,7 @@ export interface Language {
|
|
|
18468
18541
|
"fullInventory": string;
|
|
18469
18542
|
"fusionEnergy": string;
|
|
18470
18543
|
"fusionLevel": string;
|
|
18544
|
+
"gachaPull_button_ChristmasGacha": string;
|
|
18471
18545
|
"gachaPull_button_GachaDeco2x2": string;
|
|
18472
18546
|
"gate": string;
|
|
18473
18547
|
"gateProtection": string;
|