omniarena-types 1.53.0 → 1.55.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 (2) hide show
  1. package/dist/index.d.ts +9 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -130,7 +130,7 @@ export type SkinDto = {
130
130
  energies: {
131
131
  name: {
132
132
  singular: string;
133
- plural: String;
133
+ plural: string;
134
134
  };
135
135
  energy1: EnergySkin;
136
136
  energy2: EnergySkin;
@@ -178,9 +178,16 @@ export type CharacterSkin = {
178
178
  name: string;
179
179
  short: string;
180
180
  avatars: Partial<Record<CharacterAvatar, string>>;
181
- pronouns: PronounType;
181
+ pronouns: PronounsSkin;
182
182
  bio: string;
183
183
  };
184
+ export type PronounsSkin = {
185
+ subject: string;
186
+ object: string;
187
+ possessive: string;
188
+ reflexive: string;
189
+ conjugation: 'singular' | 'plural';
190
+ };
184
191
  export type SkillSkin = {
185
192
  id: number;
186
193
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omniarena-types",
3
- "version": "1.53.0",
3
+ "version": "1.55.0",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [