optolith-database-schema 0.12.0 → 0.13.0
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 +33 -0
- package/lib/cache/newApplicationsAndUses.d.ts +17 -0
- package/lib/cache/newApplicationsAndUses.js +67 -0
- package/lib/cacheConfig.d.ts +4 -0
- package/lib/cacheConfig.js +1 -0
- package/lib/config/cache.d.ts +7 -0
- package/lib/config/cache.js +4 -0
- package/lib/main.d.ts +42 -0
- package/lib/main.js +44 -0
- package/lib/typeConfig.d.ts +2 -0
- package/lib/types/Advantage.js +4 -2
- package/lib/types/AnimalDisease.js +4 -2
- package/lib/types/AnimalType.js +4 -2
- package/lib/types/ArcaneBardTradition.js +4 -2
- package/lib/types/ArcaneDancerTradition.js +4 -2
- package/lib/types/Aspect.js +4 -2
- package/lib/types/Attribute.js +5 -3
- package/lib/types/Blessing.js +4 -2
- package/lib/types/Cantrip.js +4 -2
- package/lib/types/Ceremony.js +4 -2
- package/lib/types/CombatTechnique_Close.js +4 -2
- package/lib/types/CombatTechnique_Ranged.js +4 -2
- package/lib/types/Condition.js +4 -2
- package/lib/types/Continent.js +4 -2
- package/lib/types/Culture.d.ts +4 -17
- package/lib/types/Culture.js +4 -40
- package/lib/types/DerivedCharacteristic.js +4 -2
- package/lib/types/Disadvantage.js +4 -2
- package/lib/types/Disease.js +4 -2
- package/lib/types/Element.js +4 -2
- package/lib/types/ExperienceLevel.js +4 -2
- package/lib/types/EyeColor.js +4 -2
- package/lib/types/FamiliarsTrick.js +4 -2
- package/lib/types/HairColor.js +4 -2
- package/lib/types/Kirchenpraegung.js +4 -2
- package/lib/types/Lessons_Curriculum.js +4 -2
- package/lib/types/Lessons_Guideline.js +4 -2
- package/lib/types/LiturgicalChant.js +4 -2
- package/lib/types/Locale.js +3 -1
- package/lib/types/MetaCondition.js +4 -2
- package/lib/types/PactCategory.js +4 -2
- package/lib/types/Patron.d.ts +2 -12
- package/lib/types/Patron.js +4 -22
- package/lib/types/PatronCategory.js +4 -2
- package/lib/types/PersonalityTrait.js +4 -2
- package/lib/types/Profession.d.ts +1 -5
- package/lib/types/Profession.js +4 -8
- package/lib/types/Property.js +4 -2
- package/lib/types/Race.d.ts +68 -134
- package/lib/types/Race.js +4 -13
- package/lib/types/Region.js +4 -2
- package/lib/types/Ritual.js +4 -2
- package/lib/types/Service.d.ts +1 -4
- package/lib/types/Service.js +4 -7
- package/lib/types/SexPractice.js +4 -2
- package/lib/types/Skill.d.ts +2 -10
- package/lib/types/Skill.js +4 -21
- package/lib/types/SkillGroup.js +4 -2
- package/lib/types/SkillModificationLevel.d.ts +1 -4
- package/lib/types/SkillModificationLevel.js +4 -7
- package/lib/types/SocialStatus.js +4 -2
- package/lib/types/Spell.js +4 -2
- package/lib/types/State.js +4 -2
- package/lib/types/Talisman.d.ts +1 -7
- package/lib/types/Talisman.js +4 -10
- package/lib/types/TargetCategory.js +4 -2
- package/lib/types/UI.d.ts +171 -128
- package/lib/types/UI.js +2 -0
- package/lib/types/_Activatable.d.ts +5 -19
- package/lib/types/_Activatable.js +1 -40
- package/lib/types/_ActivatableSelectOptionCategory.d.ts +1 -4
- package/lib/types/_ActivatableSelectOptionCategory.js +1 -8
- package/lib/types/_ActivatableSkillCastingTime.d.ts +1 -4
- package/lib/types/_ActivatableSkillCastingTime.js +1 -5
- package/lib/types/_ActivatableSkillCheckResultBased.d.ts +2 -8
- package/lib/types/_ActivatableSkillCheckResultBased.js +1 -16
- package/lib/types/_ActivatableSkillDuration.d.ts +1 -12
- package/lib/types/_ActivatableSkillDuration.js +1 -13
- package/lib/types/_ActivatableSkillRange.d.ts +1 -4
- package/lib/types/_ActivatableSkillRange.js +1 -5
- package/lib/types/_Dice.d.ts +1 -5
- package/lib/types/_Dice.js +1 -9
- package/lib/types/_DiseasePoison.d.ts +2 -6
- package/lib/types/_DiseasePoison.js +1 -11
- package/lib/types/_ImprovementCost.d.ts +1 -6
- package/lib/types/_ImprovementCost.js +1 -10
- package/lib/types/_Sex.d.ts +1 -4
- package/lib/types/_Sex.js +1 -8
- package/lib/types/_SkillCheck.d.ts +1 -8
- package/lib/types/_SkillCheck.js +1 -13
- package/lib/types/equipment/EquipmentPackage.js +4 -2
- package/lib/types/equipment/item/Alchemicum.js +4 -2
- package/lib/types/equipment/item/Ammunition.js +4 -2
- package/lib/types/equipment/item/Animal.js +4 -2
- package/lib/types/equipment/item/AnimalCare.js +4 -2
- package/lib/types/equipment/item/Armor.js +4 -2
- package/lib/types/equipment/item/BandageOrRemedy.js +4 -2
- package/lib/types/equipment/item/Book.js +4 -2
- package/lib/types/equipment/item/CeremonialItem.js +4 -2
- package/lib/types/equipment/item/Clothes.js +4 -2
- package/lib/types/equipment/item/Container.js +4 -2
- package/lib/types/equipment/item/Elixir.js +4 -2
- package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +4 -2
- package/lib/types/equipment/item/GemOrPreciousStone.js +4 -2
- package/lib/types/equipment/item/IlluminationLightSource.d.ts +1 -3
- package/lib/types/equipment/item/IlluminationLightSource.js +4 -6
- package/lib/types/equipment/item/IlluminationRefillsOrSupplies.js +4 -2
- package/lib/types/equipment/item/Jewelry.js +4 -2
- package/lib/types/equipment/item/Liebesspielzeug.js +4 -2
- package/lib/types/equipment/item/LuxuryGood.js +4 -2
- package/lib/types/equipment/item/MagicalArtifact.js +4 -2
- package/lib/types/equipment/item/MusicalInstrument.js +4 -2
- package/lib/types/equipment/item/OrienteeringAid.js +4 -2
- package/lib/types/equipment/item/Poison.d.ts +3 -15
- package/lib/types/equipment/item/Poison.js +4 -20
- package/lib/types/equipment/item/RopeOrChain.js +4 -2
- package/lib/types/equipment/item/Stationary.js +4 -2
- package/lib/types/equipment/item/ThievesTool.js +4 -2
- package/lib/types/equipment/item/ToolOfTheTrade.js +4 -2
- package/lib/types/equipment/item/TravelGearOrTool.js +4 -2
- package/lib/types/equipment/item/Vehicle.js +4 -2
- package/lib/types/equipment/item/Weapon.js +4 -2
- package/lib/types/equipment/item/WeaponAccessory.js +4 -2
- package/lib/types/equipment/item/_Herbary.d.ts +2 -14
- package/lib/types/equipment/item/_Herbary.js +1 -19
- package/lib/types/equipment/item/sub/ArmorType.js +4 -2
- package/lib/types/equipment/item/sub/Reach.js +4 -2
- package/lib/types/magicalActions/AnimistPower.js +4 -2
- package/lib/types/magicalActions/AnimistPower_Tribe.js +4 -2
- package/lib/types/magicalActions/Curse.js +4 -2
- package/lib/types/magicalActions/DominationRitual.js +4 -2
- package/lib/types/magicalActions/ElvenMagicalSong.js +4 -2
- package/lib/types/magicalActions/GeodeRitual.js +4 -2
- package/lib/types/magicalActions/JesterTrick.js +4 -2
- package/lib/types/magicalActions/MagicalDance.js +4 -2
- package/lib/types/magicalActions/MagicalMelody.js +4 -2
- package/lib/types/magicalActions/MagicalRune.js +4 -2
- package/lib/types/magicalActions/ZibiljaRitual.js +4 -2
- package/lib/types/magicalActions/_MusicTradition.d.ts +2 -8
- package/lib/types/magicalActions/_MusicTradition.js +1 -10
- package/lib/types/magicalActions/_SkillReference.d.ts +1 -4
- package/lib/types/magicalActions/_SkillReference.js +1 -5
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/PrimaryAttributePrerequisite.js +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.d.ts +1 -5
- package/lib/types/prerequisites/single/RatedMinimumNumberPrerequisite.js +1 -6
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.d.ts +1 -4
- package/lib/types/prerequisites/single/SexualCharacteristicPrerequisite.js +1 -5
- package/lib/types/prerequisites/single/TextPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TextPrerequisite.js +1 -10
- package/lib/types/prerequisites/single/TraditionPrerequisite.d.ts +2 -8
- package/lib/types/prerequisites/single/TraditionPrerequisite.js +1 -18
- package/lib/types/rule/CoreRule.d.ts +1 -4
- package/lib/types/rule/CoreRule.js +4 -7
- package/lib/types/rule/FocusRule.js +4 -2
- package/lib/types/rule/FocusRule_Subject.js +4 -2
- package/lib/types/rule/OptionalRule.js +4 -2
- package/lib/types/source/Publication.d.ts +1 -6
- package/lib/types/source/Publication.js +4 -12
- package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +4 -2
- package/lib/types/specialAbility/AncestorGlyph.js +4 -2
- package/lib/types/specialAbility/BlessedTradition.js +4 -2
- package/lib/types/specialAbility/BrawlingSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CombatSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CombatStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/CommandSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FamiliarSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FatePointSexSpecialAbility.js +4 -2
- package/lib/types/specialAbility/FatePointSpecialAbility.js +4 -2
- package/lib/types/specialAbility/GeneralSpecialAbility.js +4 -2
- package/lib/types/specialAbility/KarmaSpecialAbility.js +4 -2
- package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/LycantropicGift.js +4 -2
- package/lib/types/specialAbility/MagicStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/MagicalSign.js +4 -2
- package/lib/types/specialAbility/MagicalSpecialAbility.js +4 -2
- package/lib/types/specialAbility/MagicalTradition.js +4 -2
- package/lib/types/specialAbility/PactGift.d.ts +2 -8
- package/lib/types/specialAbility/PactGift.js +4 -12
- package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/Sermon.js +4 -2
- package/lib/types/specialAbility/SexSpecialAbility.js +4 -2
- package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +4 -2
- package/lib/types/specialAbility/SkillStyleSpecialAbility.js +4 -2
- package/lib/types/specialAbility/VampiricGift.js +4 -2
- package/lib/types/specialAbility/Vision.js +4 -2
- package/lib/types/specialAbility/sub/Language.js +4 -2
- package/lib/types/specialAbility/sub/Script.js +4 -2
- package/lib/types/specialAbility/sub/TradeSecret.js +4 -2
- package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/AttireEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/BowlEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/CauldronEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/ChronicleEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/DaggerRitual.js +4 -2
- package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/InstrumentEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/Krallenkettenzauber.js +4 -2
- package/lib/types/traditionArtifacts/OrbEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/RingEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/SickleRitual.js +4 -2
- package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/StaffEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/ToyEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/Trinkhornzauber.js +4 -2
- package/lib/types/traditionArtifacts/WandEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/WeaponEnchantment.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShape.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapePath.js +4 -2
- package/lib/types/traditionArtifacts/sub/AnimalShapeSize.js +4 -2
- package/lib/types/traditionArtifacts/sub/Brew.js +4 -2
- package/lib/validation/builders/naming.d.ts +3 -1
- package/lib/validation/builders/naming.js +9 -6
- package/lib/validation/filename.d.ts +1 -1
- package/lib/validation/filename.js +1 -1
- package/lib/validation/raw.d.ts +1 -1
- package/lib/validation/raw.js +3 -4
- package/package.json +2 -2
- package/schema/Culture.schema.json +31 -13
- package/schema/Patron.schema.json +26 -10
- package/schema/Profession.schema.json +10 -4
- package/schema/Race.schema.json +79 -208
- package/schema/Service.schema.json +7 -3
- package/schema/Skill.schema.json +20 -8
- package/schema/SkillModificationLevel.schema.json +7 -3
- package/schema/Talisman.schema.json +16 -6
- package/schema/UI.schema.json +502 -304
- package/schema/_Activatable.schema.json +32 -14
- package/schema/_ActivatableSelectOptionCategory.schema.json +7 -3
- package/schema/_ActivatableSkillCastingTime.schema.json +7 -3
- package/schema/_ActivatableSkillCheckResultBased.schema.json +14 -6
- package/schema/_ActivatableSkillDuration.schema.json +31 -11
- package/schema/_ActivatableSkillRange.schema.json +7 -3
- package/schema/_Dice.schema.json +10 -4
- package/schema/_DiseasePoison.schema.json +10 -4
- package/schema/_ImprovementCost.schema.json +13 -5
- package/schema/_Sex.schema.json +7 -3
- package/schema/_SkillCheck.schema.json +19 -7
- package/schema/equipment/item/IlluminationLightSource.schema.json +4 -2
- package/schema/equipment/item/Poison.schema.json +30 -12
- package/schema/equipment/item/_Herbary.schema.json +32 -12
- package/schema/magicalActions/_MusicTradition.schema.json +14 -6
- package/schema/magicalActions/_SkillReference.schema.json +7 -3
- package/schema/prerequisites/single/PrimaryAttributePrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/RatedMinimumNumberPrerequisite.schema.json +10 -4
- package/schema/prerequisites/single/SexualCharacteristicPrerequisite.schema.json +7 -3
- package/schema/prerequisites/single/TextPrerequisite.schema.json +14 -6
- package/schema/prerequisites/single/TraditionPrerequisite.schema.json +14 -6
- package/schema/rule/CoreRule.schema.json +7 -3
- package/schema/source/Publication.schema.json +13 -5
- package/schema/specialAbility/PactGift.schema.json +14 -6
|
@@ -60,12 +60,7 @@ export type Poison = {
|
|
|
60
60
|
*/
|
|
61
61
|
translations: LocaleMap<PoisonTranslation>;
|
|
62
62
|
};
|
|
63
|
-
export
|
|
64
|
-
Weapon = "Weapon",
|
|
65
|
-
Ingestion = "Ingestion",
|
|
66
|
-
Inhalation = "Inhalation",
|
|
67
|
-
Contact = "Contact"
|
|
68
|
-
}
|
|
63
|
+
export type PoisonApplicationType = "Weapon" | "Ingestion" | "Inhalation" | "Contact";
|
|
69
64
|
export type PoisonStart = {
|
|
70
65
|
tag: "Immediate";
|
|
71
66
|
immediate: {};
|
|
@@ -94,12 +89,7 @@ export type DiceBasedPoisonTime = {
|
|
|
94
89
|
dice: Dice;
|
|
95
90
|
unit: PoisonTimeUnit;
|
|
96
91
|
};
|
|
97
|
-
export
|
|
98
|
-
CombatRounds = "CombatRounds",
|
|
99
|
-
Minutes = "Minutes",
|
|
100
|
-
Hours = "Hours",
|
|
101
|
-
Days = "Days"
|
|
102
|
-
}
|
|
92
|
+
export type PoisonTimeUnit = "CombatRounds" | "Minutes" | "Hours" | "Days";
|
|
103
93
|
export type IndefinitePoisonTime = {
|
|
104
94
|
/**
|
|
105
95
|
* All translations for the entry, identified by IETF language tag (BCP47).
|
|
@@ -235,9 +225,7 @@ export type DemonicPoisonLevel = {
|
|
|
235
225
|
export type QualityLevelDemonicPoisonLevel = {
|
|
236
226
|
source: QualityLevelDemonicPoisonLevelSource;
|
|
237
227
|
};
|
|
238
|
-
export
|
|
239
|
-
Spellwork = "Spellwork"
|
|
240
|
-
}
|
|
228
|
+
export type QualityLevelDemonicPoisonLevelSource = "Spellwork";
|
|
241
229
|
export type ConstantDemonicPoisonLevel = {
|
|
242
230
|
/**
|
|
243
231
|
* The poison’s level.
|
|
@@ -2,29 +2,13 @@
|
|
|
2
2
|
* @main Poison
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
-
export var PoisonApplicationType;
|
|
8
|
-
(function (PoisonApplicationType) {
|
|
9
|
-
PoisonApplicationType["Weapon"] = "Weapon";
|
|
10
|
-
PoisonApplicationType["Ingestion"] = "Ingestion";
|
|
11
|
-
PoisonApplicationType["Inhalation"] = "Inhalation";
|
|
12
|
-
PoisonApplicationType["Contact"] = "Contact";
|
|
13
|
-
})(PoisonApplicationType = PoisonApplicationType || (PoisonApplicationType = {}));
|
|
14
|
-
export var PoisonTimeUnit;
|
|
15
|
-
(function (PoisonTimeUnit) {
|
|
16
|
-
PoisonTimeUnit["CombatRounds"] = "CombatRounds";
|
|
17
|
-
PoisonTimeUnit["Minutes"] = "Minutes";
|
|
18
|
-
PoisonTimeUnit["Hours"] = "Hours";
|
|
19
|
-
PoisonTimeUnit["Days"] = "Days";
|
|
20
|
-
})(PoisonTimeUnit = PoisonTimeUnit || (PoisonTimeUnit = {}));
|
|
21
|
-
export var QualityLevelDemonicPoisonLevelSource;
|
|
22
|
-
(function (QualityLevelDemonicPoisonLevelSource) {
|
|
23
|
-
QualityLevelDemonicPoisonLevelSource["Spellwork"] = "Spellwork";
|
|
24
|
-
})(QualityLevelDemonicPoisonLevelSource = QualityLevelDemonicPoisonLevelSource || (QualityLevelDemonicPoisonLevelSource = {}));
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
25
8
|
export const config = {
|
|
26
9
|
name: "Poison",
|
|
27
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
28
11
|
integrityValidator: todo("Poison"),
|
|
29
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
30
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main RopeOrChain
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "RopeOrChain",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("RopeOrChain"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main Stationary
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "Stationary",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("Stationary"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main ThievesTool
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "ThievesTool",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("ThievesTool"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main ToolOfTheTrade
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "ToolOfTheTrade",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("ToolOfTheTrade"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main TravelGearOrTool
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "TravelGearOrTool",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("TravelGearOrTool"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main Vehicle
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "Vehicle",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("Vehicle"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main Weapon
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "Weapon",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("Weapon"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main WeaponAccessory
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "WeaponAccessory",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("WeaponAccessory"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -5,20 +5,8 @@ import { PlainGeneralPrerequisites } from "../../_Prerequisite.js";
|
|
|
5
5
|
/**
|
|
6
6
|
* Effect type categories of a plant or recipe.
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
Poison = "Poison",
|
|
11
|
-
PhysicalEffect = "PhysicalEffect",
|
|
12
|
-
PsychicEffect = "PsychicEffect",
|
|
13
|
-
Beneficial = "Beneficial",
|
|
14
|
-
Defensive = "Defensive",
|
|
15
|
-
Supernatural = "Supernatural"
|
|
16
|
-
}
|
|
17
|
-
export declare enum LaboratoryLevel {
|
|
18
|
-
ArchaicLaboratory = "ArchaicLaboratory",
|
|
19
|
-
WitchKitchen = "WitchKitchen",
|
|
20
|
-
AlchemistsLaboratory = "AlchemistsLaboratory"
|
|
21
|
-
}
|
|
8
|
+
export type EffectType = "Healing" | "Poison" | "PhysicalEffect" | "PsychicEffect" | "Beneficial" | "Defensive" | "Supernatural";
|
|
9
|
+
export type LaboratoryLevel = "ArchaicLaboratory" | "WitchKitchen" | "AlchemistsLaboratory";
|
|
22
10
|
export type RecipeTradeSecret = {
|
|
23
11
|
/**
|
|
24
12
|
* The AP value of the trade secret.
|
|
@@ -1,22 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Herbary-related types.
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
* Effect type categories of a plant or recipe.
|
|
6
|
-
*/
|
|
7
|
-
export var EffectType;
|
|
8
|
-
(function (EffectType) {
|
|
9
|
-
EffectType["Healing"] = "Healing";
|
|
10
|
-
EffectType["Poison"] = "Poison";
|
|
11
|
-
EffectType["PhysicalEffect"] = "PhysicalEffect";
|
|
12
|
-
EffectType["PsychicEffect"] = "PsychicEffect";
|
|
13
|
-
EffectType["Beneficial"] = "Beneficial";
|
|
14
|
-
EffectType["Defensive"] = "Defensive";
|
|
15
|
-
EffectType["Supernatural"] = "Supernatural";
|
|
16
|
-
})(EffectType = EffectType || (EffectType = {}));
|
|
17
|
-
export var LaboratoryLevel;
|
|
18
|
-
(function (LaboratoryLevel) {
|
|
19
|
-
LaboratoryLevel["ArchaicLaboratory"] = "ArchaicLaboratory";
|
|
20
|
-
LaboratoryLevel["WitchKitchen"] = "WitchKitchen";
|
|
21
|
-
LaboratoryLevel["AlchemistsLaboratory"] = "AlchemistsLaboratory";
|
|
22
|
-
})(LaboratoryLevel = LaboratoryLevel || (LaboratoryLevel = {}));
|
|
4
|
+
export {};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main ArmorType
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "ArmorType",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("ArmorType"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main Reach
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "Reach",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("Reach"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main AnimistPower
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "AnimistPower",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("AnimistPower"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main Tribe
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "Tribe",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("Tribe"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main Curse
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "Curse",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("Curse"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main DominationRitual
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "DominationRitual",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("DominationRitual"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main ElvenMagicalSong
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "ElvenMagicalSong",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("ElvenMagicalSong"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main GeodeRitual
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "GeodeRitual",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("GeodeRitual"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main JesterTrick
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "JesterTrick",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("JesterTrick"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main MagicalDance
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "MagicalDance",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("MagicalDance"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main MagicalMelody
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "MagicalMelody",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("MagicalMelody"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main MagicalRune
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "MagicalRune",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("MagicalRune"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
* @main ZibiljaRitual
|
|
3
3
|
*/
|
|
4
4
|
import { todo } from "../../validation/builders/integrity.js";
|
|
5
|
+
import { validateEntityFileName } from "../../validation/builders/naming.js";
|
|
5
6
|
import { createSchemaValidator } from "../../validation/builders/schema.js";
|
|
6
|
-
import {
|
|
7
|
+
import { getFilenamePrefixAsNumericId } from "../../validation/filename.js";
|
|
7
8
|
export const config = {
|
|
8
9
|
name: "ZibiljaRitual",
|
|
9
|
-
id:
|
|
10
|
+
id: getFilenamePrefixAsNumericId,
|
|
10
11
|
integrityValidator: todo("ZibiljaRitual"),
|
|
11
12
|
schemaValidator: createSchemaValidator(import.meta.url),
|
|
13
|
+
fileNameValidator: validateEntityFileName,
|
|
12
14
|
};
|
|
@@ -26,11 +26,5 @@ export type MusicDuration = {
|
|
|
26
26
|
length: MusicLength;
|
|
27
27
|
reusability: MusicReusability;
|
|
28
28
|
};
|
|
29
|
-
export
|
|
30
|
-
|
|
31
|
-
Short = "Short"
|
|
32
|
-
}
|
|
33
|
-
export declare enum MusicReusability {
|
|
34
|
-
OneTime = "OneTime",
|
|
35
|
-
Sustainable = "Sustainable"
|
|
36
|
-
}
|
|
29
|
+
export type MusicLength = "Long" | "Short";
|
|
30
|
+
export type MusicReusability = "OneTime" | "Sustainable";
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (MusicLength) {
|
|
3
|
-
MusicLength["Long"] = "Long";
|
|
4
|
-
MusicLength["Short"] = "Short";
|
|
5
|
-
})(MusicLength = MusicLength || (MusicLength = {}));
|
|
6
|
-
export var MusicReusability;
|
|
7
|
-
(function (MusicReusability) {
|
|
8
|
-
MusicReusability["OneTime"] = "OneTime";
|
|
9
|
-
MusicReusability["Sustainable"] = "Sustainable";
|
|
10
|
-
})(MusicReusability = MusicReusability || (MusicReusability = {}));
|
|
1
|
+
export {};
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (SkillIdentifierValue) {
|
|
3
|
-
SkillIdentifierValue[SkillIdentifierValue["Singing"] = 9] = "Singing";
|
|
4
|
-
SkillIdentifierValue[SkillIdentifierValue["Music"] = 56] = "Music";
|
|
5
|
-
})(SkillIdentifierValue = SkillIdentifierValue || (SkillIdentifierValue = {}));
|
|
1
|
+
export {};
|
|
@@ -15,7 +15,4 @@ export type PrimaryAttributePrerequisite = {
|
|
|
15
15
|
value: number;
|
|
16
16
|
display_option?: DisplayOption;
|
|
17
17
|
};
|
|
18
|
-
export
|
|
19
|
-
Blessed = "Blessed",
|
|
20
|
-
Magical = "Magical"
|
|
21
|
-
}
|
|
18
|
+
export type PrimaryAttributeCategory = "Blessed" | "Magical";
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (PrimaryAttributeCategory) {
|
|
3
|
-
PrimaryAttributeCategory["Blessed"] = "Blessed";
|
|
4
|
-
PrimaryAttributeCategory["Magical"] = "Magical";
|
|
5
|
-
})(PrimaryAttributeCategory = PrimaryAttributeCategory || (PrimaryAttributeCategory = {}));
|
|
1
|
+
export {};
|
|
@@ -48,11 +48,7 @@ export type RatedMinimumNumberPrerequisiteSkillsTarget = {
|
|
|
48
48
|
export type CombatTechniquesTarget = {
|
|
49
49
|
group: CombatTechniquesTargetGroup;
|
|
50
50
|
};
|
|
51
|
-
export
|
|
52
|
-
All = "All",
|
|
53
|
-
Close = "Close",
|
|
54
|
-
Ranged = "Ranged"
|
|
55
|
-
}
|
|
51
|
+
export type CombatTechniquesTargetGroup = "All" | "Close" | "Ranged";
|
|
56
52
|
export type RatedMinimumNumberPrerequisiteSpellworksTarget = {
|
|
57
53
|
/**
|
|
58
54
|
* The skills that are taken into account for satisfying the prerequisite.
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (CombatTechniquesTargetGroup) {
|
|
3
|
-
CombatTechniquesTargetGroup["All"] = "All";
|
|
4
|
-
CombatTechniquesTargetGroup["Close"] = "Close";
|
|
5
|
-
CombatTechniquesTargetGroup["Ranged"] = "Ranged";
|
|
6
|
-
})(CombatTechniquesTargetGroup = CombatTechniquesTargetGroup || (CombatTechniquesTargetGroup = {}));
|
|
1
|
+
export {};
|
|
@@ -44,12 +44,6 @@ export type TextPrerequisite = {
|
|
|
44
44
|
*/
|
|
45
45
|
translations: LocaleMap<TextPrerequisiteTranslation>;
|
|
46
46
|
};
|
|
47
|
-
export
|
|
48
|
-
|
|
49
|
-
Deny = "Deny"
|
|
50
|
-
}
|
|
51
|
-
export declare enum SentenceType {
|
|
52
|
-
Standalone = "Standalone",
|
|
53
|
-
Connected = "Connected"
|
|
54
|
-
}
|
|
47
|
+
export type TextVerificationRule = "Pass" | "Deny";
|
|
48
|
+
export type SentenceType = "Standalone" | "Connected";
|
|
55
49
|
export type TextPrerequisiteTranslation = NonEmptyMarkdown;
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (TextVerificationRule) {
|
|
3
|
-
TextVerificationRule["Pass"] = "Pass";
|
|
4
|
-
TextVerificationRule["Deny"] = "Deny";
|
|
5
|
-
})(TextVerificationRule = TextVerificationRule || (TextVerificationRule = {}));
|
|
6
|
-
export var SentenceType;
|
|
7
|
-
(function (SentenceType) {
|
|
8
|
-
SentenceType["Standalone"] = "Standalone";
|
|
9
|
-
SentenceType["Connected"] = "Connected";
|
|
10
|
-
})(SentenceType = SentenceType || (SentenceType = {}));
|
|
1
|
+
export {};
|