@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 +1 -1
- package/types/scopes/generic.ts +7 -6
package/package.json
CHANGED
package/types/scopes/generic.ts
CHANGED
|
@@ -405,7 +405,8 @@ export type ControlNetConfig =
|
|
|
405
405
|
};
|
|
406
406
|
|
|
407
407
|
export interface AstroKVData {
|
|
408
|
-
|
|
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
|
-
|
|
420
|
+
moonPhase: MoonPhase & {
|
|
420
421
|
description: string | null;
|
|
421
422
|
report: string | null;
|
|
422
423
|
};
|
|
423
424
|
hemisphere: Hemisphere & {
|
|
424
|
-
|
|
425
|
+
eastWest: HemisphereDetail & {
|
|
425
426
|
description: string | null;
|
|
426
427
|
report: string | null;
|
|
427
428
|
};
|
|
428
|
-
|
|
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
|
-
|
|
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
|
-
|
|
457
|
+
advancedPlacements: Array<{
|
|
457
458
|
type: string;
|
|
458
459
|
name: string;
|
|
459
460
|
sign: string;
|