@zodic/shared 0.0.256 → 0.0.257

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.256",
3
+ "version": "0.0.257",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -405,7 +405,8 @@ export type ControlNetConfig =
405
405
  };
406
406
 
407
407
  export interface AstroKVData {
408
- natal_chart: {
408
+ natalChart: {
409
+ wheelUrl: string;
409
410
  planets: Array<{
410
411
  type: string;
411
412
  name: string;
@@ -416,16 +417,16 @@ export interface AstroKVData {
416
417
  sign: string;
417
418
  };
418
419
  features: {
419
- moon_phase: MoonPhase & {
420
+ moonPhase: MoonPhase & {
420
421
  description: string | null;
421
422
  report: string | null;
422
423
  };
423
424
  hemisphere: Hemisphere & {
424
- east_west: HemisphereDetail & {
425
+ eastWest: HemisphereDetail & {
425
426
  description: string | null;
426
427
  report: string | null;
427
428
  };
428
- north_south: HemisphereDetail & {
429
+ northSouth: HemisphereDetail & {
429
430
  description: string | null;
430
431
  report: string | null;
431
432
  };
@@ -440,7 +441,7 @@ export interface AstroKVData {
440
441
  };
441
442
  };
442
443
  };
443
- core_planets: Array<{
444
+ corePlanets: Array<{
444
445
  type: string;
445
446
  name: string;
446
447
  sign: string;
@@ -453,7 +454,7 @@ export interface AstroKVData {
453
454
  signReport: string | null;
454
455
  houseReport: string | null;
455
456
  }>;
456
- advanced_placements: Array<{
457
+ advancedPlacements: Array<{
457
458
  type: string;
458
459
  name: string;
459
460
  sign: string;