optolith-database-schema 0.24.2 → 0.25.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.
Files changed (157) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/gen/types.d.ts +23 -1
  3. package/lib/test.d.ts +1 -1
  4. package/lib/test.js +10 -1
  5. package/lib/types/Advantage.js +7 -0
  6. package/lib/types/AnimalDisease.js +6 -0
  7. package/lib/types/AnimalType.js +6 -0
  8. package/lib/types/ArcaneBardTradition.js +6 -0
  9. package/lib/types/ArcaneDancerTradition.js +6 -0
  10. package/lib/types/Aspect.js +6 -0
  11. package/lib/types/Attribute.js +10 -0
  12. package/lib/types/Blessing.js +6 -0
  13. package/lib/types/Cantrip.js +6 -0
  14. package/lib/types/Ceremony.js +6 -0
  15. package/lib/types/CombatTechnique.js +12 -0
  16. package/lib/types/Condition.js +6 -0
  17. package/lib/types/Continent.js +6 -0
  18. package/lib/types/Culture.js +6 -0
  19. package/lib/types/DerivedCharacteristic.js +10 -0
  20. package/lib/types/Disadvantage.js +7 -0
  21. package/lib/types/Disease.js +6 -0
  22. package/lib/types/Element.js +6 -0
  23. package/lib/types/ExperienceLevel.js +6 -0
  24. package/lib/types/EyeColor.js +6 -0
  25. package/lib/types/FamiliarsTrick.js +6 -0
  26. package/lib/types/HairColor.js +6 -0
  27. package/lib/types/Lessons.js +12 -0
  28. package/lib/types/LiturgicalChant.js +6 -0
  29. package/lib/types/Locale.js +10 -0
  30. package/lib/types/MetaCondition.js +6 -0
  31. package/lib/types/PactCategory.js +36 -0
  32. package/lib/types/Patron.js +6 -0
  33. package/lib/types/PatronCategory.js +6 -0
  34. package/lib/types/PersonalityTrait.js +6 -0
  35. package/lib/types/Profession.d.ts +3 -3
  36. package/lib/types/Profession.js +1 -1
  37. package/lib/types/Property.js +6 -0
  38. package/lib/types/Race.js +17 -0
  39. package/lib/types/Region.js +6 -0
  40. package/lib/types/Ritual.js +6 -0
  41. package/lib/types/Service.js +6 -0
  42. package/lib/types/SexPractice.js +6 -0
  43. package/lib/types/Skill.js +15 -0
  44. package/lib/types/SkillGroup.js +6 -0
  45. package/lib/types/SkillModificationLevel.js +8 -0
  46. package/lib/types/SocialStatus.js +7 -0
  47. package/lib/types/Spell.js +6 -0
  48. package/lib/types/State.js +6 -0
  49. package/lib/types/Talisman.js +6 -0
  50. package/lib/types/TargetCategory.js +6 -0
  51. package/lib/types/_ActivatableSelectOptions.js +11 -0
  52. package/lib/types/_Enhancements.js +11 -0
  53. package/lib/types/_Influence.js +6 -0
  54. package/lib/types/equipment/EquipmentPackage.js +6 -0
  55. package/lib/types/equipment/item/Ammunition.js +6 -0
  56. package/lib/types/equipment/item/Animal.js +6 -0
  57. package/lib/types/equipment/item/AnimalCare.js +6 -0
  58. package/lib/types/equipment/item/Armor.js +6 -0
  59. package/lib/types/equipment/item/BandageOrRemedy.js +6 -0
  60. package/lib/types/equipment/item/Book.js +6 -0
  61. package/lib/types/equipment/item/CeremonialItem.js +6 -0
  62. package/lib/types/equipment/item/Clothes.js +6 -0
  63. package/lib/types/equipment/item/Container.js +6 -0
  64. package/lib/types/equipment/item/Elixir.d.ts +1 -0
  65. package/lib/types/equipment/item/Elixir.js +10 -0
  66. package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +6 -0
  67. package/lib/types/equipment/item/GemOrPreciousStone.js +6 -0
  68. package/lib/types/equipment/item/IlluminationLightSource.js +6 -0
  69. package/lib/types/equipment/item/IlluminationRefillOrSupply.js +6 -0
  70. package/lib/types/equipment/item/Jewelry.js +6 -0
  71. package/lib/types/equipment/item/Laboratory.js +6 -0
  72. package/lib/types/equipment/item/Liebesspielzeug.js +6 -0
  73. package/lib/types/equipment/item/LuxuryGood.js +6 -0
  74. package/lib/types/equipment/item/MagicalArtifact.js +6 -0
  75. package/lib/types/equipment/item/MusicalInstrument.js +6 -0
  76. package/lib/types/equipment/item/Newspaper.js +6 -0
  77. package/lib/types/equipment/item/Poison.js +6 -0
  78. package/lib/types/equipment/item/ToolOfTheTrade.js +6 -0
  79. package/lib/types/equipment/item/TravelGearOrTool.js +6 -0
  80. package/lib/types/equipment/item/Vehicle.js +6 -0
  81. package/lib/types/equipment/item/Weapon.js +6 -0
  82. package/lib/types/equipment/item/WeaponAccessory.js +6 -0
  83. package/lib/types/equipment/item/_Item.js +6 -0
  84. package/lib/types/equipment/item/sub/ArmorType.js +6 -0
  85. package/lib/types/equipment/item/sub/Reach.js +6 -0
  86. package/lib/types/magicalActions/AnimistPower.js +6 -0
  87. package/lib/types/magicalActions/AnimistPower_Tribe.js +6 -0
  88. package/lib/types/magicalActions/Curse.js +6 -0
  89. package/lib/types/magicalActions/DominationRitual.js +6 -0
  90. package/lib/types/magicalActions/ElvenMagicalSong.js +6 -0
  91. package/lib/types/magicalActions/GeodeRitual.js +6 -0
  92. package/lib/types/magicalActions/JesterTrick.js +6 -0
  93. package/lib/types/magicalActions/MagicalDance.js +6 -0
  94. package/lib/types/magicalActions/MagicalMelody.js +6 -0
  95. package/lib/types/magicalActions/MagicalRune.js +6 -0
  96. package/lib/types/magicalActions/ZibiljaRitual.js +6 -0
  97. package/lib/types/rule/AlternativeRule.js +6 -0
  98. package/lib/types/rule/CoreRule.js +6 -0
  99. package/lib/types/rule/FocusRule.js +6 -0
  100. package/lib/types/rule/FocusRule_Subject.js +6 -0
  101. package/lib/types/rule/OptionalRule.js +6 -0
  102. package/lib/types/source/Publication.js +6 -0
  103. package/lib/types/specialAbility/AdvancedCombatSpecialAbility.js +7 -0
  104. package/lib/types/specialAbility/AdvancedKarmaSpecialAbility.js +7 -0
  105. package/lib/types/specialAbility/AdvancedMagicalSpecialAbility.js +7 -0
  106. package/lib/types/specialAbility/AdvancedSkillSpecialAbility.js +7 -0
  107. package/lib/types/specialAbility/AncestorGlyph.js +7 -0
  108. package/lib/types/specialAbility/BlessedTradition.js +7 -0
  109. package/lib/types/specialAbility/BrawlingSpecialAbility.js +7 -0
  110. package/lib/types/specialAbility/CeremonialItemSpecialAbility.js +12 -0
  111. package/lib/types/specialAbility/CombatSpecialAbility.js +7 -0
  112. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +7 -0
  113. package/lib/types/specialAbility/CommandSpecialAbility.js +7 -0
  114. package/lib/types/specialAbility/FamiliarSpecialAbility.js +7 -0
  115. package/lib/types/specialAbility/FatePointSexSpecialAbility.js +7 -0
  116. package/lib/types/specialAbility/FatePointSpecialAbility.js +7 -0
  117. package/lib/types/specialAbility/GeneralSpecialAbility.js +7 -0
  118. package/lib/types/specialAbility/KarmaSpecialAbility.js +7 -0
  119. package/lib/types/specialAbility/LiturgicalStyleSpecialAbility.js +7 -0
  120. package/lib/types/specialAbility/LycantropicGift.js +7 -0
  121. package/lib/types/specialAbility/MagicStyleSpecialAbility.js +7 -0
  122. package/lib/types/specialAbility/MagicalSign.js +7 -0
  123. package/lib/types/specialAbility/MagicalSpecialAbility.js +7 -0
  124. package/lib/types/specialAbility/MagicalTradition.js +7 -0
  125. package/lib/types/specialAbility/PactGift.js +7 -0
  126. package/lib/types/specialAbility/ProtectiveWardingCircleSpecialAbility.js +7 -0
  127. package/lib/types/specialAbility/Sermon.js +7 -0
  128. package/lib/types/specialAbility/SexSpecialAbility.js +7 -0
  129. package/lib/types/specialAbility/SikaryanDrainSpecialAbility.js +7 -0
  130. package/lib/types/specialAbility/SkillStyleSpecialAbility.js +7 -0
  131. package/lib/types/specialAbility/VampiricGift.js +7 -0
  132. package/lib/types/specialAbility/Vision.js +7 -0
  133. package/lib/types/specialAbility/sub/Language.js +6 -0
  134. package/lib/types/specialAbility/sub/Script.js +6 -0
  135. package/lib/types/specialAbility/sub/TradeSecret.js +6 -0
  136. package/lib/types/traditionArtifacts/ArcaneOrbEnchantment.js +7 -0
  137. package/lib/types/traditionArtifacts/AttireEnchantment.js +7 -0
  138. package/lib/types/traditionArtifacts/Beutelzauber.js +7 -0
  139. package/lib/types/traditionArtifacts/BowlEnchantment.js +7 -0
  140. package/lib/types/traditionArtifacts/CauldronEnchantment.js +7 -0
  141. package/lib/types/traditionArtifacts/ChronicleEnchantment.js +7 -0
  142. package/lib/types/traditionArtifacts/DaggerRitual.js +7 -0
  143. package/lib/types/traditionArtifacts/FoolsHatEnchantment.js +7 -0
  144. package/lib/types/traditionArtifacts/Haubenzauber.js +7 -0
  145. package/lib/types/traditionArtifacts/InstrumentEnchantment.js +7 -0
  146. package/lib/types/traditionArtifacts/Krallenkettenzauber.js +7 -0
  147. package/lib/types/traditionArtifacts/Kristallkugelzauber.js +7 -0
  148. package/lib/types/traditionArtifacts/OrbEnchantment.js +7 -0
  149. package/lib/types/traditionArtifacts/RingEnchantment.js +7 -0
  150. package/lib/types/traditionArtifacts/SickleRitual.js +7 -0
  151. package/lib/types/traditionArtifacts/SpellSwordEnchantment.js +7 -0
  152. package/lib/types/traditionArtifacts/StaffEnchantment.js +7 -0
  153. package/lib/types/traditionArtifacts/ToyEnchantment.js +7 -0
  154. package/lib/types/traditionArtifacts/Trinkhornzauber.js +7 -0
  155. package/lib/types/traditionArtifacts/WandEnchantment.js +7 -0
  156. package/lib/types/traditionArtifacts/WeaponEnchantment.js +7 -0
  157. package/package.json +2 -2
@@ -61,6 +61,12 @@ export const ElvenMagicalSong = Entity(import.meta.url, {
61
61
  })),
62
62
  }),
63
63
  displayName: {},
64
+ uniqueConstraints: [
65
+ {
66
+ entityMapKeyPath: "translations",
67
+ keyPathInEntityMap: "name",
68
+ },
69
+ ],
64
70
  });
65
71
  const ElvenMagicalSongPerformanceParameters = TypeAlias(import.meta.url, {
66
72
  name: "ElvenMagicalSongPerformanceParameters",
@@ -71,6 +71,12 @@ export const GeodeRitual = Entity(import.meta.url, {
71
71
  })),
72
72
  }),
73
73
  displayName: {},
74
+ uniqueConstraints: [
75
+ {
76
+ entityMapKeyPath: "translations",
77
+ keyPathInEntityMap: "name",
78
+ },
79
+ ],
74
80
  });
75
81
  const GeodeRitualPerformanceParameters = TypeAlias(import.meta.url, {
76
82
  name: "GeodeRitualPerformanceParameters",
@@ -73,6 +73,12 @@ export const JesterTrick = Entity(import.meta.url, {
73
73
  })),
74
74
  }),
75
75
  displayName: {},
76
+ uniqueConstraints: [
77
+ {
78
+ entityMapKeyPath: "translations",
79
+ keyPathInEntityMap: "name",
80
+ },
81
+ ],
76
82
  });
77
83
  export const JesterTrickPerformanceParameters = TypeAlias(import.meta.url, {
78
84
  name: "JesterTrickPerformanceParameters",
@@ -60,6 +60,12 @@ export const MagicalDance = Entity(import.meta.url, {
60
60
  })),
61
61
  }),
62
62
  displayName: {},
63
+ uniqueConstraints: [
64
+ {
65
+ entityMapKeyPath: "translations",
66
+ keyPathInEntityMap: "name",
67
+ },
68
+ ],
63
69
  });
64
70
  const MagicalDancePerformanceParameters = TypeAlias(import.meta.url, {
65
71
  name: "MagicalDancePerformanceParameters",
@@ -70,6 +70,12 @@ export const MagicalMelody = Entity(import.meta.url, {
70
70
  })),
71
71
  }),
72
72
  displayName: {},
73
+ uniqueConstraints: [
74
+ {
75
+ entityMapKeyPath: "translations",
76
+ keyPathInEntityMap: "name",
77
+ },
78
+ ],
73
79
  });
74
80
  const MagicalMelodyPerformanceParameters = TypeAlias(import.meta.url, {
75
81
  name: "MagicalMelodyPerformanceParameters",
@@ -76,6 +76,12 @@ If the rune has an option, the option’s name will/should not be included in th
76
76
  })),
77
77
  }),
78
78
  displayName: {},
79
+ uniqueConstraints: [
80
+ {
81
+ entityMapKeyPath: "translations",
82
+ keyPathInEntityMap: "name",
83
+ },
84
+ ],
79
85
  });
80
86
  const OldParameterBySpeed = TypeAlias(import.meta.url, {
81
87
  name: "OldParameterBySpeed",
@@ -73,6 +73,12 @@ export const ZibiljaRitual = Entity(import.meta.url, {
73
73
  })),
74
74
  }),
75
75
  displayName: {},
76
+ uniqueConstraints: [
77
+ {
78
+ entityMapKeyPath: "translations",
79
+ keyPathInEntityMap: "name",
80
+ },
81
+ ],
76
82
  });
77
83
  const ZibiljaRitualPerformanceParameters = TypeAlias(import.meta.url, {
78
84
  name: "ZibiljaRitualPerformanceParameters",
@@ -31,4 +31,10 @@ export const AlternativeRule = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name",
38
+ },
39
+ ],
34
40
  });
@@ -23,6 +23,12 @@ export const CoreRule = Entity(import.meta.url, {
23
23
  })),
24
24
  }),
25
25
  displayName: {},
26
+ uniqueConstraints: [
27
+ {
28
+ entityMapKeyPath: "translations",
29
+ keyPathInEntityMap: "name",
30
+ },
31
+ ],
26
32
  });
27
33
  const ContentNode = Enum(import.meta.url, {
28
34
  name: "ContentNode",
@@ -39,4 +39,10 @@ export const FocusRule = Entity(import.meta.url, {
39
39
  })),
40
40
  }),
41
41
  displayName: {},
42
+ uniqueConstraints: [
43
+ {
44
+ entityMapKeyPath: "translations",
45
+ keyPathInEntityMap: "name",
46
+ },
47
+ ],
42
48
  });
@@ -13,4 +13,10 @@ export const Subject = Entity(import.meta.url, {
13
13
  })),
14
14
  }),
15
15
  displayName: {},
16
+ uniqueConstraints: [
17
+ {
18
+ entityMapKeyPath: "translations",
19
+ keyPathInEntityMap: "name",
20
+ },
21
+ ],
16
22
  });
@@ -34,4 +34,10 @@ export const OptionalRule = Entity(import.meta.url, {
34
34
  })),
35
35
  }),
36
36
  displayName: {},
37
+ uniqueConstraints: [
38
+ {
39
+ entityMapKeyPath: "translations",
40
+ keyPathInEntityMap: "name",
41
+ },
42
+ ],
37
43
  });
@@ -45,6 +45,12 @@ export const Publication = Entity(import.meta.url, {
45
45
  })),
46
46
  }),
47
47
  displayName: {},
48
+ uniqueConstraints: [
49
+ {
50
+ entityMapKeyPath: "translations",
51
+ keyPathInEntityMap: "name",
52
+ },
53
+ ],
48
54
  });
49
55
  export const PublicationCategory = Enum(import.meta.url, {
50
56
  name: "PublicationCategory",
@@ -40,4 +40,11 @@ export const AdvancedCombatSpecialAbility = Entity(import.meta.url, {
40
40
  })),
41
41
  }),
42
42
  displayName: {},
43
+ uniqueConstraints: [
44
+ {
45
+ entityMapKeyPath: "translations",
46
+ keyPathInEntityMap: "name_in_library",
47
+ keyPathInEntityMapFallback: "name",
48
+ },
49
+ ],
43
50
  });
@@ -35,4 +35,11 @@ export const AdvancedKarmaSpecialAbility = Entity(import.meta.url, {
35
35
  })),
36
36
  }),
37
37
  displayName: {},
38
+ uniqueConstraints: [
39
+ {
40
+ entityMapKeyPath: "translations",
41
+ keyPathInEntityMap: "name_in_library",
42
+ keyPathInEntityMapFallback: "name",
43
+ },
44
+ ],
38
45
  });
@@ -35,4 +35,11 @@ export const AdvancedMagicalSpecialAbility = Entity(import.meta.url, {
35
35
  })),
36
36
  }),
37
37
  displayName: {},
38
+ uniqueConstraints: [
39
+ {
40
+ entityMapKeyPath: "translations",
41
+ keyPathInEntityMap: "name_in_library",
42
+ keyPathInEntityMapFallback: "name",
43
+ },
44
+ ],
38
45
  });
@@ -35,4 +35,11 @@ export const AdvancedSkillSpecialAbility = Entity(import.meta.url, {
35
35
  })),
36
36
  }),
37
37
  displayName: {},
38
+ uniqueConstraints: [
39
+ {
40
+ entityMapKeyPath: "translations",
41
+ keyPathInEntityMap: "name_in_library",
42
+ keyPathInEntityMapFallback: "name",
43
+ },
44
+ ],
38
45
  });
@@ -36,4 +36,11 @@ export const AncestorGlyph = Entity(import.meta.url, {
36
36
  })),
37
37
  }),
38
38
  displayName: {},
39
+ uniqueConstraints: [
40
+ {
41
+ entityMapKeyPath: "translations",
42
+ keyPathInEntityMap: "name_in_library",
43
+ keyPathInEntityMapFallback: "name",
44
+ },
45
+ ],
39
46
  });
@@ -74,6 +74,13 @@ export const BlessedTradition = Entity(import.meta.url, {
74
74
  })),
75
75
  }),
76
76
  displayName: {},
77
+ uniqueConstraints: [
78
+ {
79
+ entityMapKeyPath: "translations",
80
+ keyPathInEntityMap: "name_in_library",
81
+ keyPathInEntityMapFallback: "name",
82
+ },
83
+ ],
77
84
  });
78
85
  const RestrictedBlessings = Enum(import.meta.url, {
79
86
  name: "RestrictedBlessings",
@@ -34,4 +34,11 @@ export const BrawlingSpecialAbility = Entity(import.meta.url, {
34
34
  })),
35
35
  }),
36
36
  displayName: {},
37
+ uniqueConstraints: [
38
+ {
39
+ entityMapKeyPath: "translations",
40
+ keyPathInEntityMap: "name_in_library",
41
+ keyPathInEntityMapFallback: "name",
42
+ },
43
+ ],
37
44
  });
@@ -36,4 +36,16 @@ export const CeremonialItemSpecialAbility = Entity(import.meta.url, {
36
36
  })),
37
37
  }),
38
38
  displayName: {},
39
+ uniqueConstraints: [
40
+ [
41
+ {
42
+ keyPath: "aspect",
43
+ },
44
+ {
45
+ entityMapKeyPath: "translations",
46
+ keyPathInEntityMap: "name_in_library",
47
+ keyPathInEntityMapFallback: "name",
48
+ },
49
+ ],
50
+ ],
39
51
  });
@@ -40,4 +40,11 @@ export const CombatSpecialAbility = Entity(import.meta.url, {
40
40
  })),
41
41
  }),
42
42
  displayName: {},
43
+ uniqueConstraints: [
44
+ {
45
+ entityMapKeyPath: "translations",
46
+ keyPathInEntityMap: "name_in_library",
47
+ keyPathInEntityMapFallback: "name",
48
+ },
49
+ ],
43
50
  });
@@ -42,4 +42,11 @@ export const CombatStyleSpecialAbility = Entity(import.meta.url, {
42
42
  })),
43
43
  }),
44
44
  displayName: {},
45
+ uniqueConstraints: [
46
+ {
47
+ entityMapKeyPath: "translations",
48
+ keyPathInEntityMap: "name_in_library",
49
+ keyPathInEntityMapFallback: "name",
50
+ },
51
+ ],
45
52
  });
@@ -34,4 +34,11 @@ export const CommandSpecialAbility = Entity(import.meta.url, {
34
34
  })),
35
35
  }),
36
36
  displayName: {},
37
+ uniqueConstraints: [
38
+ {
39
+ entityMapKeyPath: "translations",
40
+ keyPathInEntityMap: "name_in_library",
41
+ keyPathInEntityMapFallback: "name",
42
+ },
43
+ ],
37
44
  });
@@ -31,4 +31,11 @@ export const FamiliarSpecialAbility = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -31,4 +31,11 @@ export const FatePointSexSpecialAbility = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -34,4 +34,11 @@ export const FatePointSpecialAbility = Entity(import.meta.url, {
34
34
  })),
35
35
  }),
36
36
  displayName: {},
37
+ uniqueConstraints: [
38
+ {
39
+ entityMapKeyPath: "translations",
40
+ keyPathInEntityMap: "name_in_library",
41
+ keyPathInEntityMapFallback: "name",
42
+ },
43
+ ],
37
44
  });
@@ -35,4 +35,11 @@ export const GeneralSpecialAbility = Entity(import.meta.url, {
35
35
  })),
36
36
  }),
37
37
  displayName: {},
38
+ uniqueConstraints: [
39
+ {
40
+ entityMapKeyPath: "translations",
41
+ keyPathInEntityMap: "name_in_library",
42
+ keyPathInEntityMapFallback: "name",
43
+ },
44
+ ],
38
45
  });
@@ -31,4 +31,11 @@ export const KarmaSpecialAbility = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -37,4 +37,11 @@ export const LiturgicalStyleSpecialAbility = Entity(import.meta.url, {
37
37
  })),
38
38
  }),
39
39
  displayName: {},
40
+ uniqueConstraints: [
41
+ {
42
+ entityMapKeyPath: "translations",
43
+ keyPathInEntityMap: "name_in_library",
44
+ keyPathInEntityMapFallback: "name",
45
+ },
46
+ ],
40
47
  });
@@ -31,4 +31,11 @@ export const LycantropicGift = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -37,4 +37,11 @@ export const MagicStyleSpecialAbility = Entity(import.meta.url, {
37
37
  })),
38
38
  }),
39
39
  displayName: {},
40
+ uniqueConstraints: [
41
+ {
42
+ entityMapKeyPath: "translations",
43
+ keyPathInEntityMap: "name_in_library",
44
+ keyPathInEntityMapFallback: "name",
45
+ },
46
+ ],
40
47
  });
@@ -36,6 +36,13 @@ export const MagicalSign = Entity(import.meta.url, {
36
36
  })),
37
37
  }),
38
38
  displayName: {},
39
+ uniqueConstraints: [
40
+ {
41
+ entityMapKeyPath: "translations",
42
+ keyPathInEntityMap: "name_in_library",
43
+ keyPathInEntityMapFallback: "name",
44
+ },
45
+ ],
39
46
  });
40
47
  const MagicalSignCost = Enum(import.meta.url, {
41
48
  name: "MagicalSignCost",
@@ -35,4 +35,11 @@ export const MagicalSpecialAbility = Entity(import.meta.url, {
35
35
  })),
36
36
  }),
37
37
  displayName: {},
38
+ uniqueConstraints: [
39
+ {
40
+ entityMapKeyPath: "translations",
41
+ keyPathInEntityMap: "name_in_library",
42
+ keyPathInEntityMapFallback: "name",
43
+ },
44
+ ],
38
45
  });
@@ -90,6 +90,13 @@ export const MagicalTradition = Entity(import.meta.url, {
90
90
  })),
91
91
  }),
92
92
  displayName: {},
93
+ uniqueConstraints: [
94
+ {
95
+ entityMapKeyPath: "translations",
96
+ keyPathInEntityMap: "name_in_library",
97
+ keyPathInEntityMapFallback: "name",
98
+ },
99
+ ],
93
100
  });
94
101
  export const PrimaryAttribute = TypeAlias(import.meta.url, {
95
102
  name: "PrimaryAttribute",
@@ -37,6 +37,13 @@ export const PactGift = Entity(import.meta.url, {
37
37
  })),
38
38
  }),
39
39
  displayName: {},
40
+ uniqueConstraints: [
41
+ {
42
+ entityMapKeyPath: "translations",
43
+ keyPathInEntityMap: "name_in_library",
44
+ keyPathInEntityMapFallback: "name",
45
+ },
46
+ ],
40
47
  });
41
48
  const PactGiftPermanentDemonicConsumption = Enum(import.meta.url, {
42
49
  name: "PactGiftPermanentDemonicConsumption",
@@ -42,4 +42,11 @@ export const ProtectiveWardingCircleSpecialAbility = Entity(import.meta.url, {
42
42
  })),
43
43
  }),
44
44
  displayName: {},
45
+ uniqueConstraints: [
46
+ {
47
+ entityMapKeyPath: "translations",
48
+ keyPathInEntityMap: "name_in_library",
49
+ keyPathInEntityMapFallback: "name",
50
+ },
51
+ ],
45
52
  });
@@ -31,4 +31,11 @@ export const Sermon = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -34,4 +34,11 @@ export const SexSpecialAbility = Entity(import.meta.url, {
34
34
  })),
35
35
  }),
36
36
  displayName: {},
37
+ uniqueConstraints: [
38
+ {
39
+ entityMapKeyPath: "translations",
40
+ keyPathInEntityMap: "name_in_library",
41
+ keyPathInEntityMapFallback: "name",
42
+ },
43
+ ],
37
44
  });
@@ -31,4 +31,11 @@ export const SikaryanDrainSpecialAbility = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -34,4 +34,11 @@ export const SkillStyleSpecialAbility = Entity(import.meta.url, {
34
34
  })),
35
35
  }),
36
36
  displayName: {},
37
+ uniqueConstraints: [
38
+ {
39
+ entityMapKeyPath: "translations",
40
+ keyPathInEntityMap: "name_in_library",
41
+ keyPathInEntityMapFallback: "name",
42
+ },
43
+ ],
37
44
  });
@@ -31,4 +31,11 @@ export const VampiricGift = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -31,4 +31,11 @@ export const Vision = Entity(import.meta.url, {
31
31
  })),
32
32
  }),
33
33
  displayName: {},
34
+ uniqueConstraints: [
35
+ {
36
+ entityMapKeyPath: "translations",
37
+ keyPathInEntityMap: "name_in_library",
38
+ keyPathInEntityMapFallback: "name",
39
+ },
40
+ ],
34
41
  });
@@ -48,6 +48,12 @@ export const Language = Entity(import.meta.url, {
48
48
  })),
49
49
  }),
50
50
  displayName: {},
51
+ uniqueConstraints: [
52
+ {
53
+ entityMapKeyPath: "translations",
54
+ keyPathInEntityMap: "name",
55
+ },
56
+ ],
51
57
  });
52
58
  export const LanguageSpecialization = Entity(import.meta.url, {
53
59
  name: "LanguageSpecialization",
@@ -41,4 +41,10 @@ export const Script = Entity(import.meta.url, {
41
41
  })),
42
42
  }),
43
43
  displayName: {},
44
+ uniqueConstraints: [
45
+ {
46
+ entityMapKeyPath: "translations",
47
+ keyPathInEntityMap: "name",
48
+ },
49
+ ],
44
50
  });
@@ -42,6 +42,12 @@ export const TradeSecret = Entity(import.meta.url, {
42
42
  })),
43
43
  }),
44
44
  displayName: {},
45
+ uniqueConstraints: [
46
+ {
47
+ entityMapKeyPath: "translations",
48
+ keyPathInEntityMap: "name",
49
+ },
50
+ ],
45
51
  });
46
52
  const TradeSecretSelectOptions = TypeAlias(import.meta.url, {
47
53
  name: "TradeSecretSelectOptions",
@@ -38,4 +38,11 @@ export const ArcaneOrbEnchantment = Entity(import.meta.url, {
38
38
  })),
39
39
  }),
40
40
  displayName: {},
41
+ uniqueConstraints: [
42
+ {
43
+ entityMapKeyPath: "translations",
44
+ keyPathInEntityMap: "name_in_library",
45
+ keyPathInEntityMapFallback: "name",
46
+ },
47
+ ],
41
48
  });
@@ -38,4 +38,11 @@ export const AttireEnchantment = Entity(import.meta.url, {
38
38
  })),
39
39
  }),
40
40
  displayName: {},
41
+ uniqueConstraints: [
42
+ {
43
+ entityMapKeyPath: "translations",
44
+ keyPathInEntityMap: "name_in_library",
45
+ keyPathInEntityMapFallback: "name",
46
+ },
47
+ ],
41
48
  });
@@ -38,4 +38,11 @@ export const Beutelzauber = Entity(import.meta.url, {
38
38
  })),
39
39
  }),
40
40
  displayName: {},
41
+ uniqueConstraints: [
42
+ {
43
+ entityMapKeyPath: "translations",
44
+ keyPathInEntityMap: "name_in_library",
45
+ keyPathInEntityMapFallback: "name",
46
+ },
47
+ ],
41
48
  });