@roxyapi/ui 0.2.3 → 0.3.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.
- package/AGENTS.md +15 -10
- package/README.md +15 -10
- package/dist/cdn/components/compatibility-card.js.map +1 -1
- package/dist/cdn/components/dasha-timeline.js +8 -8
- package/dist/cdn/components/dasha-timeline.js.map +2 -2
- package/dist/cdn/components/divisional-chart.js +35 -23
- package/dist/cdn/components/divisional-chart.js.map +4 -4
- package/dist/cdn/components/guna-milan.js.map +1 -1
- package/dist/cdn/components/kp-chart.js +306 -0
- package/dist/cdn/components/kp-chart.js.map +7 -0
- package/dist/cdn/components/kp-planets-table.js.map +1 -1
- package/dist/cdn/components/kp-ruling-planets.js +269 -0
- package/dist/cdn/components/kp-ruling-planets.js.map +7 -0
- package/dist/cdn/components/location-search.js +7 -5
- package/dist/cdn/components/location-search.js.map +3 -3
- package/dist/cdn/components/moon-phase.js.map +1 -1
- package/dist/cdn/components/nakshatra-card.js +229 -0
- package/dist/cdn/components/nakshatra-card.js.map +7 -0
- package/dist/cdn/components/natal-chart.js +228 -115
- package/dist/cdn/components/natal-chart.js.map +4 -4
- package/dist/cdn/components/numerology-card.js +3 -3
- package/dist/cdn/components/numerology-card.js.map +2 -2
- package/dist/cdn/components/panchang-table.js.map +1 -1
- package/dist/cdn/components/shadbala-table.js.map +1 -1
- package/dist/cdn/components/synastry-chart.js +3 -3
- package/dist/cdn/components/synastry-chart.js.map +2 -2
- package/dist/cdn/components/transits-table.js.map +1 -1
- package/dist/cdn/components/vedic-kundli.js +34 -22
- package/dist/cdn/components/vedic-kundli.js.map +4 -4
- package/dist/cdn/components/vedic-planets-table.js +231 -0
- package/dist/cdn/components/vedic-planets-table.js.map +7 -0
- package/dist/cdn/components/western-planets-table.js +220 -0
- package/dist/cdn/components/western-planets-table.js.map +7 -0
- package/dist/cdn/roxy-ui.js +1078 -331
- package/dist/cdn/roxy-ui.js.map +4 -4
- package/dist/components/compatibility-card.js.map +1 -1
- package/dist/components/dasha-timeline.d.ts.map +1 -1
- package/dist/components/dasha-timeline.js.map +2 -2
- package/dist/components/divisional-chart.d.ts +5 -3
- package/dist/components/divisional-chart.d.ts.map +1 -1
- package/dist/components/divisional-chart.js +159 -38
- package/dist/components/divisional-chart.js.map +3 -3
- package/dist/components/guna-milan.js.map +1 -1
- package/dist/components/kp-chart.d.ts +26 -0
- package/dist/components/kp-chart.d.ts.map +1 -0
- package/dist/components/kp-chart.js +382 -0
- package/dist/components/kp-chart.js.map +7 -0
- package/dist/components/kp-planets-table.js.map +1 -1
- package/dist/components/kp-ruling-planets.d.ts +20 -0
- package/dist/components/kp-ruling-planets.d.ts.map +1 -0
- package/dist/components/kp-ruling-planets.js +275 -0
- package/dist/components/kp-ruling-planets.js.map +7 -0
- package/dist/components/location-search.d.ts.map +1 -1
- package/dist/components/location-search.js +9 -2
- package/dist/components/location-search.js.map +2 -2
- package/dist/components/moon-phase.js.map +1 -1
- package/dist/components/nakshatra-card.d.ts +18 -0
- package/dist/components/nakshatra-card.d.ts.map +1 -0
- package/dist/components/nakshatra-card.js +231 -0
- package/dist/components/nakshatra-card.js.map +7 -0
- package/dist/components/natal-chart.d.ts +28 -0
- package/dist/components/natal-chart.d.ts.map +1 -1
- package/dist/components/natal-chart.js +401 -104
- package/dist/components/natal-chart.js.map +2 -2
- package/dist/components/numerology-card.d.ts.map +1 -1
- package/dist/components/numerology-card.js.map +2 -2
- package/dist/components/panchang-table.js.map +1 -1
- package/dist/components/shadbala-table.js.map +1 -1
- package/dist/components/synastry-chart.js.map +2 -2
- package/dist/components/transits-table.js.map +1 -1
- package/dist/components/vedic-kundli.d.ts +7 -3
- package/dist/components/vedic-kundli.d.ts.map +1 -1
- package/dist/components/vedic-kundli.js +209 -87
- package/dist/components/vedic-kundli.js.map +3 -3
- package/dist/components/vedic-planets-table.d.ts +21 -0
- package/dist/components/vedic-planets-table.d.ts.map +1 -0
- package/dist/components/vedic-planets-table.js +355 -0
- package/dist/components/vedic-planets-table.js.map +7 -0
- package/dist/components/western-planets-table.d.ts +21 -0
- package/dist/components/western-planets-table.d.ts.map +1 -0
- package/dist/components/western-planets-table.js +350 -0
- package/dist/components/western-planets-table.js.map +7 -0
- package/dist/index.cjs +2042 -695
- package/dist/index.cjs.map +4 -4
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2029 -682
- package/dist/index.js.map +4 -4
- package/dist/manifest.d.ts.map +1 -1
- package/dist/manifest.json +23 -18
- package/dist/styles/tokens.css +4 -0
- package/dist/types/types.gen.d.ts +343 -49
- package/dist/types/types.gen.d.ts.map +1 -1
- package/dist/utils/degree.d.ts +12 -0
- package/dist/utils/degree.d.ts.map +1 -1
- package/dist/utils/format.d.ts +1 -1
- package/dist/utils/kundli-render.d.ts +85 -12
- package/dist/utils/kundli-render.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/dasha-timeline.ts +1 -7
- package/src/components/divisional-chart.ts +27 -41
- package/src/components/kp-chart.ts +313 -0
- package/src/components/kp-ruling-planets.ts +196 -0
- package/src/components/location-search.ts +16 -2
- package/src/components/nakshatra-card.ts +149 -0
- package/src/components/natal-chart.ts +408 -119
- package/src/components/numerology-card.ts +1 -5
- package/src/components/vedic-kundli.ts +30 -40
- package/src/components/vedic-planets-table.ts +184 -0
- package/src/components/western-planets-table.ts +180 -0
- package/src/index.ts +5 -0
- package/src/manifest.ts +146 -84
- package/src/styles/tokens.css +4 -0
- package/src/types/types.gen.ts +343 -49
- package/src/utils/degree.ts +21 -0
- package/src/utils/format.ts +1 -1
- package/src/utils/kundli-render.ts +234 -29
- package/src/version.ts +1 -1
|
@@ -28,11 +28,11 @@ export type NatalChartResponse = {
|
|
|
28
28
|
timezone: number;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* All 10
|
|
31
|
+
* All 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith) with zodiac signs, house placements, and interpretations.
|
|
32
32
|
*/
|
|
33
33
|
planets: Array<{
|
|
34
34
|
/**
|
|
35
|
-
* Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron).
|
|
35
|
+
* Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
|
|
36
36
|
*/
|
|
37
37
|
name: string;
|
|
38
38
|
/**
|
|
@@ -202,6 +202,44 @@ export type NatalChartResponse = {
|
|
|
202
202
|
*/
|
|
203
203
|
longitude: number;
|
|
204
204
|
};
|
|
205
|
+
/**
|
|
206
|
+
* Part of Fortune (Lot of Fortune). A point derived from the Ascendant and the two luminaries that marks an area of ease, vitality, and material wellbeing in the chart.
|
|
207
|
+
*/
|
|
208
|
+
partOfFortune: {
|
|
209
|
+
/**
|
|
210
|
+
* Zodiac sign holding the Part of Fortune.
|
|
211
|
+
*/
|
|
212
|
+
sign: string;
|
|
213
|
+
/**
|
|
214
|
+
* Degree within the Part of Fortune sign (0-29.999).
|
|
215
|
+
*/
|
|
216
|
+
degree: number;
|
|
217
|
+
/**
|
|
218
|
+
* Absolute ecliptic longitude of the Part of Fortune (0-360).
|
|
219
|
+
*/
|
|
220
|
+
longitude: number;
|
|
221
|
+
/**
|
|
222
|
+
* Chart sect used for the calculation. Day (diurnal) when the Sun is above the horizon, night (nocturnal) when below. Day charts use Ascendant plus Moon minus Sun, night charts use Ascendant plus Sun minus Moon.
|
|
223
|
+
*/
|
|
224
|
+
sect: 'day' | 'night';
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* Vertex. The western intersection of the prime vertical with the ecliptic, often read as a point of fated encounters and turning-point relationships. The opposite point is the Anti-Vertex.
|
|
228
|
+
*/
|
|
229
|
+
vertex: {
|
|
230
|
+
/**
|
|
231
|
+
* Zodiac sign holding the Vertex.
|
|
232
|
+
*/
|
|
233
|
+
sign: string;
|
|
234
|
+
/**
|
|
235
|
+
* Degree within the Vertex sign (0-29.999).
|
|
236
|
+
*/
|
|
237
|
+
degree: number;
|
|
238
|
+
/**
|
|
239
|
+
* Absolute ecliptic longitude of the Vertex (0-360).
|
|
240
|
+
*/
|
|
241
|
+
longitude: number;
|
|
242
|
+
};
|
|
205
243
|
/**
|
|
206
244
|
* Chart summary with dominant element, modality, retrograde planets, and distribution analysis.
|
|
207
245
|
*/
|
|
@@ -478,7 +516,7 @@ export type AspectsRequest = {
|
|
|
478
516
|
*/
|
|
479
517
|
timezone: number | string;
|
|
480
518
|
/**
|
|
481
|
-
* Optional: specific
|
|
519
|
+
* Optional: specific bodies to calculate aspects for (defaults to all 14: the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith)
|
|
482
520
|
*/
|
|
483
521
|
planets?: Array<string>;
|
|
484
522
|
/**
|
|
@@ -500,11 +538,11 @@ export type TransitsResponse = {
|
|
|
500
538
|
*/
|
|
501
539
|
timezone: number;
|
|
502
540
|
/**
|
|
503
|
-
* Current positions of all 10 planets in the tropical zodiac. Use for daily transit tracking, horoscope generation, and aspect monitoring.
|
|
541
|
+
* Current positions of all 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith) in the tropical zodiac. Use for daily transit tracking, horoscope generation, and aspect monitoring.
|
|
504
542
|
*/
|
|
505
543
|
transitPlanets: Array<{
|
|
506
544
|
/**
|
|
507
|
-
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
|
|
545
|
+
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
|
|
508
546
|
*/
|
|
509
547
|
name: string;
|
|
510
548
|
/**
|
|
@@ -674,11 +712,23 @@ export type BirthChartResponse = {
|
|
|
674
712
|
* Nakshatra index (1-27) in the zodiac sequence starting from Ashwini.
|
|
675
713
|
*/
|
|
676
714
|
key: number;
|
|
715
|
+
/**
|
|
716
|
+
* Vimshottari ruling planet of this nakshatra. One of the nine grahas (Ketu, Venus, Sun, Moon, Mars, Rahu, Jupiter, Saturn, Mercury). Drives the dasha sequence and the nakshatra qualities.
|
|
717
|
+
*/
|
|
718
|
+
lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
|
|
677
719
|
};
|
|
678
720
|
/**
|
|
679
721
|
* True if planet is in retrograde motion (appears to move backward). Retrograde planets have altered significations.
|
|
680
722
|
*/
|
|
681
723
|
isRetrograde: boolean;
|
|
724
|
+
/**
|
|
725
|
+
* Bhava (house) number 1-12, counted whole-sign from the Lagna (house 1 is the Lagna rashi). Present on the D1 birth chart; divisional charts (navamsa, varga) omit it.
|
|
726
|
+
*/
|
|
727
|
+
house?: number;
|
|
728
|
+
/**
|
|
729
|
+
* Baladi avastha, the planetary age-state set by the graha degree within its sign: Bala (infant), Kumara (child), Yuva (adult, strongest results), Vriddha (old), Mrita (dead, weakest). Bands run forward in odd signs and reversed in even signs. D1 birth chart only.
|
|
730
|
+
*/
|
|
731
|
+
awastha?: 'Bala' | 'Kumara' | 'Yuva' | 'Vriddha' | 'Mrita';
|
|
682
732
|
}>;
|
|
683
733
|
};
|
|
684
734
|
/**
|
|
@@ -714,11 +764,23 @@ export type BirthChartResponse = {
|
|
|
714
764
|
* Nakshatra sequence number (1-27) in zodiac order starting from Ashwini. Used for Tara Bala compatibility and dasha calculations.
|
|
715
765
|
*/
|
|
716
766
|
key: number;
|
|
767
|
+
/**
|
|
768
|
+
* Vimshottari ruling planet of this nakshatra. One of the nine grahas (Ketu, Venus, Sun, Moon, Mars, Rahu, Jupiter, Saturn, Mercury). Drives the dasha sequence and the nakshatra qualities.
|
|
769
|
+
*/
|
|
770
|
+
lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
|
|
717
771
|
};
|
|
718
772
|
/**
|
|
719
773
|
* True if the planet is in retrograde motion (appears to move backward through the zodiac). Retrograde planets carry intensified or internalized significations in Vedic interpretation.
|
|
720
774
|
*/
|
|
721
775
|
isRetrograde: boolean;
|
|
776
|
+
/**
|
|
777
|
+
* Bhava (house) number 1-12, counted whole-sign from the Lagna (house 1 is the Lagna rashi; Lagna itself is house 1). Present on the D1 birth chart; divisional charts omit it.
|
|
778
|
+
*/
|
|
779
|
+
house?: number;
|
|
780
|
+
/**
|
|
781
|
+
* Baladi avastha, the planetary age-state set by the graha degree within its sign: Bala (infant), Kumara (child), Yuva (adult, strongest results), Vriddha (old), Mrita (dead, weakest). Bands run forward in odd signs and reversed in even signs. D1 birth chart only.
|
|
782
|
+
*/
|
|
783
|
+
awastha?: 'Bala' | 'Kumara' | 'Yuva' | 'Vriddha' | 'Mrita';
|
|
722
784
|
};
|
|
723
785
|
};
|
|
724
786
|
};
|
|
@@ -782,13 +844,72 @@ export type NavamsaResponse = {
|
|
|
782
844
|
* Nakshatra sequence number (1-27) in zodiac order starting from Ashwini. Used for Tara Bala compatibility and dasha calculations.
|
|
783
845
|
*/
|
|
784
846
|
key: number;
|
|
847
|
+
/**
|
|
848
|
+
* Vimshottari ruling planet of this nakshatra. One of the nine grahas (Ketu, Venus, Sun, Moon, Mars, Rahu, Jupiter, Saturn, Mercury). Carried over from the D1 nakshatra.
|
|
849
|
+
*/
|
|
850
|
+
lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
|
|
785
851
|
};
|
|
786
852
|
/**
|
|
787
853
|
* True if the planet is in retrograde motion (appears to move backward through the zodiac). Retrograde planets carry intensified or internalized significations in Vedic interpretation.
|
|
788
854
|
*/
|
|
789
855
|
isRetrograde: boolean;
|
|
856
|
+
/**
|
|
857
|
+
* Bhava (house) number 1-12 in the Navamsa chart, counted whole-sign from the D9 Lagna. This is the Navamsa-specific house and differs from the D1 birth-chart house.
|
|
858
|
+
*/
|
|
859
|
+
house?: number;
|
|
790
860
|
};
|
|
791
861
|
};
|
|
862
|
+
/**
|
|
863
|
+
* One of the 12 navamsa rashi-house buckets (aries shown; taurus through pisces follow the identical shape). Each lists the planets placed in that sign.
|
|
864
|
+
*/
|
|
865
|
+
aries: {
|
|
866
|
+
/**
|
|
867
|
+
* Zodiac sign name in lowercase.
|
|
868
|
+
*/
|
|
869
|
+
rashi: string;
|
|
870
|
+
/**
|
|
871
|
+
* Planets placed in this navamsa sign.
|
|
872
|
+
*/
|
|
873
|
+
signs: Array<{
|
|
874
|
+
/**
|
|
875
|
+
* Planet (graha) placed in this navamsa sign.
|
|
876
|
+
*/
|
|
877
|
+
graha: string;
|
|
878
|
+
/**
|
|
879
|
+
* Original sidereal longitude in degrees (0-360), same as the D1 birth chart. Preserved for cross-chart reference.
|
|
880
|
+
*/
|
|
881
|
+
longitude: number;
|
|
882
|
+
/**
|
|
883
|
+
* Nakshatra (lunar mansion) data for this planet, carried over from the D1 chart.
|
|
884
|
+
*/
|
|
885
|
+
nakshatra: {
|
|
886
|
+
/**
|
|
887
|
+
* Nakshatra (lunar mansion) the planet occupies.
|
|
888
|
+
*/
|
|
889
|
+
name: string;
|
|
890
|
+
/**
|
|
891
|
+
* Nakshatra pada (quarter, 1-4).
|
|
892
|
+
*/
|
|
893
|
+
pada: number;
|
|
894
|
+
/**
|
|
895
|
+
* Nakshatra index in the zodiac sequence starting from Ashwini.
|
|
896
|
+
*/
|
|
897
|
+
key: number;
|
|
898
|
+
/**
|
|
899
|
+
* Vimshottari ruling planet of this nakshatra.
|
|
900
|
+
*/
|
|
901
|
+
lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
|
|
902
|
+
};
|
|
903
|
+
/**
|
|
904
|
+
* True if the planet is in retrograde motion.
|
|
905
|
+
*/
|
|
906
|
+
isRetrograde: boolean;
|
|
907
|
+
/**
|
|
908
|
+
* Bhava (house) number 1-12 in the Navamsa chart, counted whole-sign from the D9 Lagna.
|
|
909
|
+
*/
|
|
910
|
+
house?: number;
|
|
911
|
+
}>;
|
|
912
|
+
};
|
|
792
913
|
[key: string]: unknown;
|
|
793
914
|
};
|
|
794
915
|
/**
|
|
@@ -885,13 +1006,72 @@ export type DivisionalChartResponse = {
|
|
|
885
1006
|
* Nakshatra sequence number (1-27) in zodiac order starting from Ashwini. Used for Tara Bala compatibility and dasha calculations.
|
|
886
1007
|
*/
|
|
887
1008
|
key: number;
|
|
1009
|
+
/**
|
|
1010
|
+
* Vimshottari ruling planet of this nakshatra. One of the nine grahas (Ketu, Venus, Sun, Moon, Mars, Rahu, Jupiter, Saturn, Mercury). Carried over from the D1 nakshatra.
|
|
1011
|
+
*/
|
|
1012
|
+
lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
|
|
888
1013
|
};
|
|
889
1014
|
/**
|
|
890
1015
|
* True if the planet is in retrograde motion (appears to move backward through the zodiac). Retrograde planets carry intensified or internalized significations in Vedic interpretation.
|
|
891
1016
|
*/
|
|
892
1017
|
isRetrograde: boolean;
|
|
1018
|
+
/**
|
|
1019
|
+
* Bhava (house) number 1-12 in this divisional chart, counted whole-sign from the divisional Lagna. Specific to this varga and differs from the D1 birth-chart house.
|
|
1020
|
+
*/
|
|
1021
|
+
house?: number;
|
|
893
1022
|
};
|
|
894
1023
|
};
|
|
1024
|
+
/**
|
|
1025
|
+
* One of the 12 divisional rashi-house buckets (aries shown; taurus through pisces follow the identical shape). Each lists the planets placed in that sign.
|
|
1026
|
+
*/
|
|
1027
|
+
aries: {
|
|
1028
|
+
/**
|
|
1029
|
+
* Zodiac sign name in lowercase.
|
|
1030
|
+
*/
|
|
1031
|
+
rashi: string;
|
|
1032
|
+
/**
|
|
1033
|
+
* Planets placed in this divisional sign.
|
|
1034
|
+
*/
|
|
1035
|
+
signs: Array<{
|
|
1036
|
+
/**
|
|
1037
|
+
* Planet (graha) placed in this divisional sign.
|
|
1038
|
+
*/
|
|
1039
|
+
graha: string;
|
|
1040
|
+
/**
|
|
1041
|
+
* Original sidereal longitude in degrees (0-360), same as the D1 birth chart. Preserved for cross-chart reference.
|
|
1042
|
+
*/
|
|
1043
|
+
longitude: number;
|
|
1044
|
+
/**
|
|
1045
|
+
* Nakshatra (lunar mansion) data for this planet, carried over from the D1 chart.
|
|
1046
|
+
*/
|
|
1047
|
+
nakshatra: {
|
|
1048
|
+
/**
|
|
1049
|
+
* Nakshatra (lunar mansion) the planet occupies.
|
|
1050
|
+
*/
|
|
1051
|
+
name: string;
|
|
1052
|
+
/**
|
|
1053
|
+
* Nakshatra pada (quarter, 1-4).
|
|
1054
|
+
*/
|
|
1055
|
+
pada: number;
|
|
1056
|
+
/**
|
|
1057
|
+
* Nakshatra index in the zodiac sequence starting from Ashwini.
|
|
1058
|
+
*/
|
|
1059
|
+
key: number;
|
|
1060
|
+
/**
|
|
1061
|
+
* Vimshottari ruling planet of this nakshatra.
|
|
1062
|
+
*/
|
|
1063
|
+
lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
|
|
1064
|
+
};
|
|
1065
|
+
/**
|
|
1066
|
+
* True if the planet is in retrograde motion.
|
|
1067
|
+
*/
|
|
1068
|
+
isRetrograde: boolean;
|
|
1069
|
+
/**
|
|
1070
|
+
* Bhava (house) number 1-12 in this divisional chart, counted whole-sign from the divisional Lagna.
|
|
1071
|
+
*/
|
|
1072
|
+
house?: number;
|
|
1073
|
+
}>;
|
|
1074
|
+
};
|
|
895
1075
|
[key: string]: unknown;
|
|
896
1076
|
};
|
|
897
1077
|
/**
|
|
@@ -3781,7 +3961,7 @@ export type ListPlanetMeaningsErrors = {
|
|
|
3781
3961
|
export type ListPlanetMeaningsError = ListPlanetMeaningsErrors[keyof ListPlanetMeaningsErrors];
|
|
3782
3962
|
export type ListPlanetMeaningsResponses = {
|
|
3783
3963
|
/**
|
|
3784
|
-
* All
|
|
3964
|
+
* All 14 astrological bodies with names, symbols, taglines, categories, and brief descriptions.
|
|
3785
3965
|
*/
|
|
3786
3966
|
200: Array<{
|
|
3787
3967
|
/**
|
|
@@ -3805,7 +3985,7 @@ export type ListPlanetMeaningsResponses = {
|
|
|
3805
3985
|
*/
|
|
3806
3986
|
category?: string;
|
|
3807
3987
|
/**
|
|
3808
|
-
* Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for nodes and
|
|
3988
|
+
* Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3809
3989
|
*/
|
|
3810
3990
|
rulership?: string;
|
|
3811
3991
|
/**
|
|
@@ -3984,19 +4164,19 @@ export type GetPlanetMeaningResponses = {
|
|
|
3984
4164
|
*/
|
|
3985
4165
|
retrograde?: boolean;
|
|
3986
4166
|
/**
|
|
3987
|
-
* Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for nodes and
|
|
4167
|
+
* Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3988
4168
|
*/
|
|
3989
4169
|
rulership?: string;
|
|
3990
4170
|
/**
|
|
3991
|
-
* Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for nodes and
|
|
4171
|
+
* Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3992
4172
|
*/
|
|
3993
4173
|
detriment?: string;
|
|
3994
4174
|
/**
|
|
3995
|
-
* Sign of exaltation. Where the planet is honored and amplified. Absent for nodes and
|
|
4175
|
+
* Sign of exaltation. Where the planet is honored and amplified. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3996
4176
|
*/
|
|
3997
4177
|
exultation?: string;
|
|
3998
4178
|
/**
|
|
3999
|
-
* Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for nodes and
|
|
4179
|
+
* Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
4000
4180
|
*/
|
|
4001
4181
|
fall?: string;
|
|
4002
4182
|
/**
|
|
@@ -4288,11 +4468,11 @@ export type GetPlanetaryPositionsResponses = {
|
|
|
4288
4468
|
*/
|
|
4289
4469
|
200: {
|
|
4290
4470
|
/**
|
|
4291
|
-
* All 10
|
|
4471
|
+
* All 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith) with zodiac signs, speeds, retrograde status, meanings, and interpretations.
|
|
4292
4472
|
*/
|
|
4293
4473
|
planets: Array<{
|
|
4294
4474
|
/**
|
|
4295
|
-
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
|
|
4475
|
+
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
|
|
4296
4476
|
*/
|
|
4297
4477
|
name: string;
|
|
4298
4478
|
/**
|
|
@@ -5623,7 +5803,7 @@ export type CalculateTransitAspectsData = {
|
|
|
5623
5803
|
/**
|
|
5624
5804
|
* Filter to specific transiting planets. Omit to include all planets. Useful for focusing on slow-moving outer planet transits (Saturn, Jupiter, Pluto).
|
|
5625
5805
|
*/
|
|
5626
|
-
planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron'>;
|
|
5806
|
+
planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith'>;
|
|
5627
5807
|
/**
|
|
5628
5808
|
* Filter to specific aspect types (conjunction, opposition, trine, square, sextile, etc.). Omit to include all aspect types.
|
|
5629
5809
|
*/
|
|
@@ -5754,19 +5934,19 @@ export type CalculateTransitAspectsResponses = {
|
|
|
5754
5934
|
*/
|
|
5755
5935
|
transitDate: string;
|
|
5756
5936
|
/**
|
|
5757
|
-
* Current transiting
|
|
5937
|
+
* Current transiting positions in the tropical zodiac. All 14 celestial bodies: the 10 classical planets (Sun through Pluto), the lunar nodes, Chiron, and Black Moon Lilith.
|
|
5758
5938
|
*/
|
|
5759
5939
|
transitPlanets: Array<{
|
|
5760
5940
|
/**
|
|
5761
|
-
*
|
|
5941
|
+
* Body name. One of the 10 classical planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto), the lunar nodes (North Node, South Node), Chiron, or Black Moon Lilith (the mean lunar apogee).
|
|
5762
5942
|
*/
|
|
5763
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5943
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5764
5944
|
/**
|
|
5765
5945
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
5766
5946
|
*/
|
|
5767
5947
|
longitude: number;
|
|
5768
5948
|
/**
|
|
5769
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
5949
|
+
* Ecliptic latitude in degrees. Near zero for most planets, varies for the Moon and Pluto, and reaches up to about 5 degrees for Black Moon Lilith (projected from the inclined mean lunar orbit).
|
|
5770
5950
|
*/
|
|
5771
5951
|
latitude: number;
|
|
5772
5952
|
/**
|
|
@@ -5795,15 +5975,15 @@ export type CalculateTransitAspectsResponses = {
|
|
|
5795
5975
|
*/
|
|
5796
5976
|
natalPlanets: Array<{
|
|
5797
5977
|
/**
|
|
5798
|
-
*
|
|
5978
|
+
* Body name. One of the 10 classical planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto), the lunar nodes (North Node, South Node), Chiron, or Black Moon Lilith (the mean lunar apogee).
|
|
5799
5979
|
*/
|
|
5800
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5980
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5801
5981
|
/**
|
|
5802
5982
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
5803
5983
|
*/
|
|
5804
5984
|
longitude: number;
|
|
5805
5985
|
/**
|
|
5806
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
5986
|
+
* Ecliptic latitude in degrees. Near zero for most planets, varies for the Moon and Pluto, and reaches up to about 5 degrees for Black Moon Lilith (projected from the inclined mean lunar orbit).
|
|
5807
5987
|
*/
|
|
5808
5988
|
latitude: number;
|
|
5809
5989
|
/**
|
|
@@ -5834,11 +6014,11 @@ export type CalculateTransitAspectsResponses = {
|
|
|
5834
6014
|
/**
|
|
5835
6015
|
* First planet in the aspect pair.
|
|
5836
6016
|
*/
|
|
5837
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6017
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5838
6018
|
/**
|
|
5839
6019
|
* Second planet in the aspect pair.
|
|
5840
6020
|
*/
|
|
5841
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6021
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5842
6022
|
/**
|
|
5843
6023
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
5844
6024
|
*/
|
|
@@ -5913,11 +6093,11 @@ export type CalculateTransitAspectsResponses = {
|
|
|
5913
6093
|
/**
|
|
5914
6094
|
* First planet in the aspect pair.
|
|
5915
6095
|
*/
|
|
5916
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6096
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5917
6097
|
/**
|
|
5918
6098
|
* Second planet in the aspect pair.
|
|
5919
6099
|
*/
|
|
5920
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6100
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5921
6101
|
/**
|
|
5922
6102
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
5923
6103
|
*/
|
|
@@ -6130,7 +6310,7 @@ export type GenerateSolarReturnResponses = {
|
|
|
6130
6310
|
timezone: number;
|
|
6131
6311
|
};
|
|
6132
6312
|
/**
|
|
6133
|
-
* Full natal-style chart erected for the solar return moment. Contains all 10
|
|
6313
|
+
* Full natal-style chart erected for the solar return moment. Contains all 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith), 12 house cusps, aspects, Ascendant, and Midheaven in the tropical zodiac.
|
|
6134
6314
|
*/
|
|
6135
6315
|
chart: {
|
|
6136
6316
|
/**
|
|
@@ -6159,19 +6339,19 @@ export type GenerateSolarReturnResponses = {
|
|
|
6159
6339
|
timezone: number;
|
|
6160
6340
|
};
|
|
6161
6341
|
/**
|
|
6162
|
-
* All 10
|
|
6342
|
+
* All 14 celestial bodies in the tropical zodiac with house placements: the 10 classical planets (Sun through Pluto), the lunar nodes (North Node, South Node), Chiron, and Black Moon Lilith.
|
|
6163
6343
|
*/
|
|
6164
6344
|
planets: Array<{
|
|
6165
6345
|
/**
|
|
6166
|
-
*
|
|
6346
|
+
* Body name. One of the 10 classical planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto), the lunar nodes (North Node, South Node), Chiron, or Black Moon Lilith (the mean lunar apogee).
|
|
6167
6347
|
*/
|
|
6168
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6348
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6169
6349
|
/**
|
|
6170
6350
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
6171
6351
|
*/
|
|
6172
6352
|
longitude: number;
|
|
6173
6353
|
/**
|
|
6174
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
6354
|
+
* Ecliptic latitude in degrees. Near zero for most planets, varies for the Moon and Pluto, and reaches up to about 5 degrees for Black Moon Lilith (projected from the inclined mean lunar orbit).
|
|
6175
6355
|
*/
|
|
6176
6356
|
latitude: number;
|
|
6177
6357
|
/**
|
|
@@ -6227,11 +6407,11 @@ export type GenerateSolarReturnResponses = {
|
|
|
6227
6407
|
/**
|
|
6228
6408
|
* First planet in the aspect pair.
|
|
6229
6409
|
*/
|
|
6230
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6410
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6231
6411
|
/**
|
|
6232
6412
|
* Second planet in the aspect pair.
|
|
6233
6413
|
*/
|
|
6234
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6414
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6235
6415
|
/**
|
|
6236
6416
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
6237
6417
|
*/
|
|
@@ -6257,6 +6437,44 @@ export type GenerateSolarReturnResponses = {
|
|
|
6257
6437
|
*/
|
|
6258
6438
|
interpretation: 'harmonious' | 'challenging' | 'neutral';
|
|
6259
6439
|
}>;
|
|
6440
|
+
/**
|
|
6441
|
+
* Part of Fortune (Lot of Fortune). A point derived from the Ascendant and the two luminaries that marks an area of ease, vitality, and material wellbeing in the chart.
|
|
6442
|
+
*/
|
|
6443
|
+
partOfFortune: {
|
|
6444
|
+
/**
|
|
6445
|
+
* Zodiac sign holding the Part of Fortune.
|
|
6446
|
+
*/
|
|
6447
|
+
sign: string;
|
|
6448
|
+
/**
|
|
6449
|
+
* Degree within the Part of Fortune sign (0-29.999).
|
|
6450
|
+
*/
|
|
6451
|
+
degree: number;
|
|
6452
|
+
/**
|
|
6453
|
+
* Absolute ecliptic longitude of the Part of Fortune (0-360).
|
|
6454
|
+
*/
|
|
6455
|
+
longitude: number;
|
|
6456
|
+
/**
|
|
6457
|
+
* Chart sect used for the calculation. Day (diurnal) when the Sun is above the horizon, night (nocturnal) when below. Day charts use Ascendant plus Moon minus Sun, night charts use Ascendant plus Sun minus Moon.
|
|
6458
|
+
*/
|
|
6459
|
+
sect: 'day' | 'night';
|
|
6460
|
+
};
|
|
6461
|
+
/**
|
|
6462
|
+
* Vertex. The western intersection of the prime vertical with the ecliptic, often read as a point of fated encounters and turning-point relationships. The opposite point is the Anti-Vertex.
|
|
6463
|
+
*/
|
|
6464
|
+
vertex: {
|
|
6465
|
+
/**
|
|
6466
|
+
* Zodiac sign holding the Vertex.
|
|
6467
|
+
*/
|
|
6468
|
+
sign: string;
|
|
6469
|
+
/**
|
|
6470
|
+
* Degree within the Vertex sign (0-29.999).
|
|
6471
|
+
*/
|
|
6472
|
+
degree: number;
|
|
6473
|
+
/**
|
|
6474
|
+
* Absolute ecliptic longitude of the Vertex (0-360).
|
|
6475
|
+
*/
|
|
6476
|
+
longitude: number;
|
|
6477
|
+
};
|
|
6260
6478
|
};
|
|
6261
6479
|
/**
|
|
6262
6480
|
* Original natal Sun position that the transiting Sun returns to. This conjunction defines the solar return moment.
|
|
@@ -6497,19 +6715,19 @@ export type GenerateLunarReturnResponses = {
|
|
|
6497
6715
|
timezone: number;
|
|
6498
6716
|
};
|
|
6499
6717
|
/**
|
|
6500
|
-
* All 10
|
|
6718
|
+
* All 14 celestial bodies in the tropical zodiac with house placements: the 10 classical planets (Sun through Pluto), the lunar nodes (North Node, South Node), Chiron, and Black Moon Lilith.
|
|
6501
6719
|
*/
|
|
6502
6720
|
planets: Array<{
|
|
6503
6721
|
/**
|
|
6504
|
-
*
|
|
6722
|
+
* Body name. One of the 10 classical planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto), the lunar nodes (North Node, South Node), Chiron, or Black Moon Lilith (the mean lunar apogee).
|
|
6505
6723
|
*/
|
|
6506
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6724
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6507
6725
|
/**
|
|
6508
6726
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
6509
6727
|
*/
|
|
6510
6728
|
longitude: number;
|
|
6511
6729
|
/**
|
|
6512
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
6730
|
+
* Ecliptic latitude in degrees. Near zero for most planets, varies for the Moon and Pluto, and reaches up to about 5 degrees for Black Moon Lilith (projected from the inclined mean lunar orbit).
|
|
6513
6731
|
*/
|
|
6514
6732
|
latitude: number;
|
|
6515
6733
|
/**
|
|
@@ -6565,11 +6783,11 @@ export type GenerateLunarReturnResponses = {
|
|
|
6565
6783
|
/**
|
|
6566
6784
|
* First planet in the aspect pair.
|
|
6567
6785
|
*/
|
|
6568
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6786
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6569
6787
|
/**
|
|
6570
6788
|
* Second planet in the aspect pair.
|
|
6571
6789
|
*/
|
|
6572
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6790
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6573
6791
|
/**
|
|
6574
6792
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
6575
6793
|
*/
|
|
@@ -6595,6 +6813,44 @@ export type GenerateLunarReturnResponses = {
|
|
|
6595
6813
|
*/
|
|
6596
6814
|
interpretation: 'harmonious' | 'challenging' | 'neutral';
|
|
6597
6815
|
}>;
|
|
6816
|
+
/**
|
|
6817
|
+
* Part of Fortune (Lot of Fortune). A point derived from the Ascendant and the two luminaries that marks an area of ease, vitality, and material wellbeing in the chart.
|
|
6818
|
+
*/
|
|
6819
|
+
partOfFortune: {
|
|
6820
|
+
/**
|
|
6821
|
+
* Zodiac sign holding the Part of Fortune.
|
|
6822
|
+
*/
|
|
6823
|
+
sign: string;
|
|
6824
|
+
/**
|
|
6825
|
+
* Degree within the Part of Fortune sign (0-29.999).
|
|
6826
|
+
*/
|
|
6827
|
+
degree: number;
|
|
6828
|
+
/**
|
|
6829
|
+
* Absolute ecliptic longitude of the Part of Fortune (0-360).
|
|
6830
|
+
*/
|
|
6831
|
+
longitude: number;
|
|
6832
|
+
/**
|
|
6833
|
+
* Chart sect used for the calculation. Day (diurnal) when the Sun is above the horizon, night (nocturnal) when below. Day charts use Ascendant plus Moon minus Sun, night charts use Ascendant plus Sun minus Moon.
|
|
6834
|
+
*/
|
|
6835
|
+
sect: 'day' | 'night';
|
|
6836
|
+
};
|
|
6837
|
+
/**
|
|
6838
|
+
* Vertex. The western intersection of the prime vertical with the ecliptic, often read as a point of fated encounters and turning-point relationships. The opposite point is the Anti-Vertex.
|
|
6839
|
+
*/
|
|
6840
|
+
vertex: {
|
|
6841
|
+
/**
|
|
6842
|
+
* Zodiac sign holding the Vertex.
|
|
6843
|
+
*/
|
|
6844
|
+
sign: string;
|
|
6845
|
+
/**
|
|
6846
|
+
* Degree within the Vertex sign (0-29.999).
|
|
6847
|
+
*/
|
|
6848
|
+
degree: number;
|
|
6849
|
+
/**
|
|
6850
|
+
* Absolute ecliptic longitude of the Vertex (0-360).
|
|
6851
|
+
*/
|
|
6852
|
+
longitude: number;
|
|
6853
|
+
};
|
|
6598
6854
|
};
|
|
6599
6855
|
/**
|
|
6600
6856
|
* Original natal Moon position that the transiting Moon returns to. This conjunction defines the lunar return moment.
|
|
@@ -6861,15 +7117,15 @@ export type GenerateCompositeChartResponses = {
|
|
|
6861
7117
|
*/
|
|
6862
7118
|
compositePlanets: Array<{
|
|
6863
7119
|
/**
|
|
6864
|
-
*
|
|
7120
|
+
* Body name. One of the 10 classical planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto), the lunar nodes (North Node, South Node), Chiron, or Black Moon Lilith (the mean lunar apogee).
|
|
6865
7121
|
*/
|
|
6866
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
7122
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6867
7123
|
/**
|
|
6868
7124
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
6869
7125
|
*/
|
|
6870
7126
|
longitude: number;
|
|
6871
7127
|
/**
|
|
6872
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
7128
|
+
* Ecliptic latitude in degrees. Near zero for most planets, varies for the Moon and Pluto, and reaches up to about 5 degrees for Black Moon Lilith (projected from the inclined mean lunar orbit).
|
|
6873
7129
|
*/
|
|
6874
7130
|
latitude: number;
|
|
6875
7131
|
/**
|
|
@@ -6972,11 +7228,11 @@ export type GenerateCompositeChartResponses = {
|
|
|
6972
7228
|
/**
|
|
6973
7229
|
* First planet in the aspect pair.
|
|
6974
7230
|
*/
|
|
6975
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
7231
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6976
7232
|
/**
|
|
6977
7233
|
* Second planet in the aspect pair.
|
|
6978
7234
|
*/
|
|
6979
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
7235
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6980
7236
|
/**
|
|
6981
7237
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
6982
7238
|
*/
|
|
@@ -8319,19 +8575,19 @@ export type GeneratePlanetaryReturnResponses = {
|
|
|
8319
8575
|
timezone: number;
|
|
8320
8576
|
};
|
|
8321
8577
|
/**
|
|
8322
|
-
* All 10
|
|
8578
|
+
* All 14 celestial bodies in the tropical zodiac with house placements: the 10 classical planets (Sun through Pluto), the lunar nodes (North Node, South Node), Chiron, and Black Moon Lilith.
|
|
8323
8579
|
*/
|
|
8324
8580
|
planets: Array<{
|
|
8325
8581
|
/**
|
|
8326
|
-
*
|
|
8582
|
+
* Body name. One of the 10 classical planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto), the lunar nodes (North Node, South Node), Chiron, or Black Moon Lilith (the mean lunar apogee).
|
|
8327
8583
|
*/
|
|
8328
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
8584
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
8329
8585
|
/**
|
|
8330
8586
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
8331
8587
|
*/
|
|
8332
8588
|
longitude: number;
|
|
8333
8589
|
/**
|
|
8334
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
8590
|
+
* Ecliptic latitude in degrees. Near zero for most planets, varies for the Moon and Pluto, and reaches up to about 5 degrees for Black Moon Lilith (projected from the inclined mean lunar orbit).
|
|
8335
8591
|
*/
|
|
8336
8592
|
latitude: number;
|
|
8337
8593
|
/**
|
|
@@ -8387,11 +8643,11 @@ export type GeneratePlanetaryReturnResponses = {
|
|
|
8387
8643
|
/**
|
|
8388
8644
|
* First planet in the aspect pair.
|
|
8389
8645
|
*/
|
|
8390
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
8646
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
8391
8647
|
/**
|
|
8392
8648
|
* Second planet in the aspect pair.
|
|
8393
8649
|
*/
|
|
8394
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
8650
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
8395
8651
|
/**
|
|
8396
8652
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
8397
8653
|
*/
|
|
@@ -8417,6 +8673,44 @@ export type GeneratePlanetaryReturnResponses = {
|
|
|
8417
8673
|
*/
|
|
8418
8674
|
interpretation: 'harmonious' | 'challenging' | 'neutral';
|
|
8419
8675
|
}>;
|
|
8676
|
+
/**
|
|
8677
|
+
* Part of Fortune (Lot of Fortune). A point derived from the Ascendant and the two luminaries that marks an area of ease, vitality, and material wellbeing in the chart.
|
|
8678
|
+
*/
|
|
8679
|
+
partOfFortune: {
|
|
8680
|
+
/**
|
|
8681
|
+
* Zodiac sign holding the Part of Fortune.
|
|
8682
|
+
*/
|
|
8683
|
+
sign: string;
|
|
8684
|
+
/**
|
|
8685
|
+
* Degree within the Part of Fortune sign (0-29.999).
|
|
8686
|
+
*/
|
|
8687
|
+
degree: number;
|
|
8688
|
+
/**
|
|
8689
|
+
* Absolute ecliptic longitude of the Part of Fortune (0-360).
|
|
8690
|
+
*/
|
|
8691
|
+
longitude: number;
|
|
8692
|
+
/**
|
|
8693
|
+
* Chart sect used for the calculation. Day (diurnal) when the Sun is above the horizon, night (nocturnal) when below. Day charts use Ascendant plus Moon minus Sun, night charts use Ascendant plus Sun minus Moon.
|
|
8694
|
+
*/
|
|
8695
|
+
sect: 'day' | 'night';
|
|
8696
|
+
};
|
|
8697
|
+
/**
|
|
8698
|
+
* Vertex. The western intersection of the prime vertical with the ecliptic, often read as a point of fated encounters and turning-point relationships. The opposite point is the Anti-Vertex.
|
|
8699
|
+
*/
|
|
8700
|
+
vertex: {
|
|
8701
|
+
/**
|
|
8702
|
+
* Zodiac sign holding the Vertex.
|
|
8703
|
+
*/
|
|
8704
|
+
sign: string;
|
|
8705
|
+
/**
|
|
8706
|
+
* Degree within the Vertex sign (0-29.999).
|
|
8707
|
+
*/
|
|
8708
|
+
degree: number;
|
|
8709
|
+
/**
|
|
8710
|
+
* Absolute ecliptic longitude of the Vertex (0-360).
|
|
8711
|
+
*/
|
|
8712
|
+
longitude: number;
|
|
8713
|
+
};
|
|
8420
8714
|
};
|
|
8421
8715
|
/**
|
|
8422
8716
|
* Original natal planet position that defines the return. The transiting planet conjuncts this longitude to trigger the return.
|