@zodic/shared 0.0.129 → 0.0.131

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.129",
3
+ "version": "0.0.131",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -269,6 +269,7 @@ export interface OAuthCompleteBody {
269
269
  instagramUsername?: string | null;
270
270
  tiktokUsername?: string | null;
271
271
  birthLocation: string;
272
+ language: Languages;
272
273
  }
273
274
 
274
275
  export interface SignupBody {
@@ -283,6 +284,7 @@ export interface SignupBody {
283
284
  birthDate: string; // Expected format: "YYYY-MM-DD"
284
285
  birthTime?: string | null; // Optional, format: "HH:mm" or null
285
286
  birthLocation: string;
287
+ language: Languages;
286
288
  }
287
289
 
288
290
  export interface JWK {
@@ -315,7 +317,8 @@ export type ControlNetConfig =
315
317
  preprocessorId: 19; // Edge to Image
316
318
  weight: number;
317
319
  };
318
- type AstroKVData = {
320
+
321
+ export type AstroKVData = {
319
322
  birthChart: {
320
323
  wheelUrl: string;
321
324
  planets: {