@roxyapi/ui 0.2.3 → 0.3.1

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 (119) hide show
  1. package/AGENTS.md +216 -38
  2. package/README.md +200 -24
  3. package/dist/cdn/components/compatibility-card.js.map +1 -1
  4. package/dist/cdn/components/dasha-timeline.js +8 -8
  5. package/dist/cdn/components/dasha-timeline.js.map +2 -2
  6. package/dist/cdn/components/divisional-chart.js +35 -23
  7. package/dist/cdn/components/divisional-chart.js.map +4 -4
  8. package/dist/cdn/components/guna-milan.js.map +1 -1
  9. package/dist/cdn/components/kp-chart.js +306 -0
  10. package/dist/cdn/components/kp-chart.js.map +7 -0
  11. package/dist/cdn/components/kp-planets-table.js.map +1 -1
  12. package/dist/cdn/components/kp-ruling-planets.js +269 -0
  13. package/dist/cdn/components/kp-ruling-planets.js.map +7 -0
  14. package/dist/cdn/components/location-search.js +7 -5
  15. package/dist/cdn/components/location-search.js.map +3 -3
  16. package/dist/cdn/components/moon-phase.js.map +1 -1
  17. package/dist/cdn/components/nakshatra-card.js +229 -0
  18. package/dist/cdn/components/nakshatra-card.js.map +7 -0
  19. package/dist/cdn/components/natal-chart.js +228 -115
  20. package/dist/cdn/components/natal-chart.js.map +4 -4
  21. package/dist/cdn/components/numerology-card.js +3 -3
  22. package/dist/cdn/components/numerology-card.js.map +2 -2
  23. package/dist/cdn/components/panchang-table.js.map +1 -1
  24. package/dist/cdn/components/shadbala-table.js.map +1 -1
  25. package/dist/cdn/components/synastry-chart.js +3 -3
  26. package/dist/cdn/components/synastry-chart.js.map +2 -2
  27. package/dist/cdn/components/transits-table.js.map +1 -1
  28. package/dist/cdn/components/vedic-kundli.js +34 -22
  29. package/dist/cdn/components/vedic-kundli.js.map +4 -4
  30. package/dist/cdn/components/vedic-planets-table.js +231 -0
  31. package/dist/cdn/components/vedic-planets-table.js.map +7 -0
  32. package/dist/cdn/components/western-planets-table.js +220 -0
  33. package/dist/cdn/components/western-planets-table.js.map +7 -0
  34. package/dist/cdn/roxy-ui.js +1078 -331
  35. package/dist/cdn/roxy-ui.js.map +4 -4
  36. package/dist/components/compatibility-card.js.map +1 -1
  37. package/dist/components/dasha-timeline.d.ts.map +1 -1
  38. package/dist/components/dasha-timeline.js.map +2 -2
  39. package/dist/components/divisional-chart.d.ts +5 -3
  40. package/dist/components/divisional-chart.d.ts.map +1 -1
  41. package/dist/components/divisional-chart.js +159 -38
  42. package/dist/components/divisional-chart.js.map +3 -3
  43. package/dist/components/guna-milan.js.map +1 -1
  44. package/dist/components/kp-chart.d.ts +26 -0
  45. package/dist/components/kp-chart.d.ts.map +1 -0
  46. package/dist/components/kp-chart.js +382 -0
  47. package/dist/components/kp-chart.js.map +7 -0
  48. package/dist/components/kp-planets-table.js.map +1 -1
  49. package/dist/components/kp-ruling-planets.d.ts +20 -0
  50. package/dist/components/kp-ruling-planets.d.ts.map +1 -0
  51. package/dist/components/kp-ruling-planets.js +275 -0
  52. package/dist/components/kp-ruling-planets.js.map +7 -0
  53. package/dist/components/location-search.d.ts.map +1 -1
  54. package/dist/components/location-search.js +9 -2
  55. package/dist/components/location-search.js.map +2 -2
  56. package/dist/components/moon-phase.js.map +1 -1
  57. package/dist/components/nakshatra-card.d.ts +18 -0
  58. package/dist/components/nakshatra-card.d.ts.map +1 -0
  59. package/dist/components/nakshatra-card.js +231 -0
  60. package/dist/components/nakshatra-card.js.map +7 -0
  61. package/dist/components/natal-chart.d.ts +28 -0
  62. package/dist/components/natal-chart.d.ts.map +1 -1
  63. package/dist/components/natal-chart.js +401 -104
  64. package/dist/components/natal-chart.js.map +2 -2
  65. package/dist/components/numerology-card.d.ts.map +1 -1
  66. package/dist/components/numerology-card.js.map +2 -2
  67. package/dist/components/panchang-table.js.map +1 -1
  68. package/dist/components/shadbala-table.js.map +1 -1
  69. package/dist/components/synastry-chart.js.map +2 -2
  70. package/dist/components/transits-table.js.map +1 -1
  71. package/dist/components/vedic-kundli.d.ts +7 -3
  72. package/dist/components/vedic-kundli.d.ts.map +1 -1
  73. package/dist/components/vedic-kundli.js +209 -87
  74. package/dist/components/vedic-kundli.js.map +3 -3
  75. package/dist/components/vedic-planets-table.d.ts +21 -0
  76. package/dist/components/vedic-planets-table.d.ts.map +1 -0
  77. package/dist/components/vedic-planets-table.js +355 -0
  78. package/dist/components/vedic-planets-table.js.map +7 -0
  79. package/dist/components/western-planets-table.d.ts +21 -0
  80. package/dist/components/western-planets-table.d.ts.map +1 -0
  81. package/dist/components/western-planets-table.js +350 -0
  82. package/dist/components/western-planets-table.js.map +7 -0
  83. package/dist/index.cjs +2042 -695
  84. package/dist/index.cjs.map +4 -4
  85. package/dist/index.d.ts +5 -0
  86. package/dist/index.d.ts.map +1 -1
  87. package/dist/index.js +2029 -682
  88. package/dist/index.js.map +4 -4
  89. package/dist/manifest.d.ts.map +1 -1
  90. package/dist/manifest.json +5 -0
  91. package/dist/styles/tokens.css +4 -0
  92. package/dist/types/types.gen.d.ts +343 -49
  93. package/dist/types/types.gen.d.ts.map +1 -1
  94. package/dist/utils/degree.d.ts +12 -0
  95. package/dist/utils/degree.d.ts.map +1 -1
  96. package/dist/utils/format.d.ts +1 -1
  97. package/dist/utils/kundli-render.d.ts +85 -12
  98. package/dist/utils/kundli-render.d.ts.map +1 -1
  99. package/dist/version.d.ts +1 -1
  100. package/package.json +1 -1
  101. package/src/components/dasha-timeline.ts +1 -7
  102. package/src/components/divisional-chart.ts +27 -41
  103. package/src/components/kp-chart.ts +313 -0
  104. package/src/components/kp-ruling-planets.ts +196 -0
  105. package/src/components/location-search.ts +16 -2
  106. package/src/components/nakshatra-card.ts +149 -0
  107. package/src/components/natal-chart.ts +408 -119
  108. package/src/components/numerology-card.ts +1 -5
  109. package/src/components/vedic-kundli.ts +30 -40
  110. package/src/components/vedic-planets-table.ts +184 -0
  111. package/src/components/western-planets-table.ts +180 -0
  112. package/src/index.ts +5 -0
  113. package/src/manifest.ts +146 -84
  114. package/src/styles/tokens.css +4 -0
  115. package/src/types/types.gen.ts +343 -49
  116. package/src/utils/degree.ts +21 -0
  117. package/src/utils/format.ts +1 -1
  118. package/src/utils/kundli-render.ts +234 -29
  119. package/src/version.ts +1 -1
@@ -31,11 +31,11 @@ export type NatalChartResponse = {
31
31
  timezone: number;
32
32
  };
33
33
  /**
34
- * All 10 planetary positions with zodiac signs, house placements, and interpretations.
34
+ * All 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith) with zodiac signs, house placements, and interpretations.
35
35
  */
36
36
  planets: Array<{
37
37
  /**
38
- * Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron).
38
+ * Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
39
39
  */
40
40
  name: string;
41
41
  /**
@@ -205,6 +205,44 @@ export type NatalChartResponse = {
205
205
  */
206
206
  longitude: number;
207
207
  };
208
+ /**
209
+ * 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.
210
+ */
211
+ partOfFortune: {
212
+ /**
213
+ * Zodiac sign holding the Part of Fortune.
214
+ */
215
+ sign: string;
216
+ /**
217
+ * Degree within the Part of Fortune sign (0-29.999).
218
+ */
219
+ degree: number;
220
+ /**
221
+ * Absolute ecliptic longitude of the Part of Fortune (0-360).
222
+ */
223
+ longitude: number;
224
+ /**
225
+ * 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.
226
+ */
227
+ sect: 'day' | 'night';
228
+ };
229
+ /**
230
+ * 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.
231
+ */
232
+ vertex: {
233
+ /**
234
+ * Zodiac sign holding the Vertex.
235
+ */
236
+ sign: string;
237
+ /**
238
+ * Degree within the Vertex sign (0-29.999).
239
+ */
240
+ degree: number;
241
+ /**
242
+ * Absolute ecliptic longitude of the Vertex (0-360).
243
+ */
244
+ longitude: number;
245
+ };
208
246
  /**
209
247
  * Chart summary with dominant element, modality, retrograde planets, and distribution analysis.
210
248
  */
@@ -485,7 +523,7 @@ export type AspectsRequest = {
485
523
  */
486
524
  timezone: number | string;
487
525
  /**
488
- * Optional: specific planets to calculate aspects for (defaults to all 10)
526
+ * Optional: specific bodies to calculate aspects for (defaults to all 14: the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith)
489
527
  */
490
528
  planets?: Array<string>;
491
529
  /**
@@ -508,11 +546,11 @@ export type TransitsResponse = {
508
546
  */
509
547
  timezone: number;
510
548
  /**
511
- * Current positions of all 10 planets in the tropical zodiac. Use for daily transit tracking, horoscope generation, and aspect monitoring.
549
+ * 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.
512
550
  */
513
551
  transitPlanets: Array<{
514
552
  /**
515
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
553
+ * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
516
554
  */
517
555
  name: string;
518
556
  /**
@@ -684,11 +722,23 @@ export type BirthChartResponse = {
684
722
  * Nakshatra index (1-27) in the zodiac sequence starting from Ashwini.
685
723
  */
686
724
  key: number;
725
+ /**
726
+ * 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.
727
+ */
728
+ lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
687
729
  };
688
730
  /**
689
731
  * True if planet is in retrograde motion (appears to move backward). Retrograde planets have altered significations.
690
732
  */
691
733
  isRetrograde: boolean;
734
+ /**
735
+ * 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.
736
+ */
737
+ house?: number;
738
+ /**
739
+ * 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.
740
+ */
741
+ awastha?: 'Bala' | 'Kumara' | 'Yuva' | 'Vriddha' | 'Mrita';
692
742
  }>;
693
743
  };
694
744
  /**
@@ -724,11 +774,23 @@ export type BirthChartResponse = {
724
774
  * Nakshatra sequence number (1-27) in zodiac order starting from Ashwini. Used for Tara Bala compatibility and dasha calculations.
725
775
  */
726
776
  key: number;
777
+ /**
778
+ * 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.
779
+ */
780
+ lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
727
781
  };
728
782
  /**
729
783
  * 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.
730
784
  */
731
785
  isRetrograde: boolean;
786
+ /**
787
+ * 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.
788
+ */
789
+ house?: number;
790
+ /**
791
+ * 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.
792
+ */
793
+ awastha?: 'Bala' | 'Kumara' | 'Yuva' | 'Vriddha' | 'Mrita';
732
794
  };
733
795
  };
734
796
  };
@@ -794,13 +856,72 @@ export type NavamsaResponse = {
794
856
  * Nakshatra sequence number (1-27) in zodiac order starting from Ashwini. Used for Tara Bala compatibility and dasha calculations.
795
857
  */
796
858
  key: number;
859
+ /**
860
+ * 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.
861
+ */
862
+ lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
797
863
  };
798
864
  /**
799
865
  * 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.
800
866
  */
801
867
  isRetrograde: boolean;
868
+ /**
869
+ * 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.
870
+ */
871
+ house?: number;
802
872
  };
803
873
  };
874
+ /**
875
+ * 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.
876
+ */
877
+ aries: {
878
+ /**
879
+ * Zodiac sign name in lowercase.
880
+ */
881
+ rashi: string;
882
+ /**
883
+ * Planets placed in this navamsa sign.
884
+ */
885
+ signs: Array<{
886
+ /**
887
+ * Planet (graha) placed in this navamsa sign.
888
+ */
889
+ graha: string;
890
+ /**
891
+ * Original sidereal longitude in degrees (0-360), same as the D1 birth chart. Preserved for cross-chart reference.
892
+ */
893
+ longitude: number;
894
+ /**
895
+ * Nakshatra (lunar mansion) data for this planet, carried over from the D1 chart.
896
+ */
897
+ nakshatra: {
898
+ /**
899
+ * Nakshatra (lunar mansion) the planet occupies.
900
+ */
901
+ name: string;
902
+ /**
903
+ * Nakshatra pada (quarter, 1-4).
904
+ */
905
+ pada: number;
906
+ /**
907
+ * Nakshatra index in the zodiac sequence starting from Ashwini.
908
+ */
909
+ key: number;
910
+ /**
911
+ * Vimshottari ruling planet of this nakshatra.
912
+ */
913
+ lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
914
+ };
915
+ /**
916
+ * True if the planet is in retrograde motion.
917
+ */
918
+ isRetrograde: boolean;
919
+ /**
920
+ * Bhava (house) number 1-12 in the Navamsa chart, counted whole-sign from the D9 Lagna.
921
+ */
922
+ house?: number;
923
+ }>;
924
+ };
804
925
  [key: string]: unknown;
805
926
  };
806
927
  /**
@@ -899,13 +1020,72 @@ export type DivisionalChartResponse = {
899
1020
  * Nakshatra sequence number (1-27) in zodiac order starting from Ashwini. Used for Tara Bala compatibility and dasha calculations.
900
1021
  */
901
1022
  key: number;
1023
+ /**
1024
+ * 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.
1025
+ */
1026
+ lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
902
1027
  };
903
1028
  /**
904
1029
  * 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.
905
1030
  */
906
1031
  isRetrograde: boolean;
1032
+ /**
1033
+ * 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.
1034
+ */
1035
+ house?: number;
907
1036
  };
908
1037
  };
1038
+ /**
1039
+ * 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.
1040
+ */
1041
+ aries: {
1042
+ /**
1043
+ * Zodiac sign name in lowercase.
1044
+ */
1045
+ rashi: string;
1046
+ /**
1047
+ * Planets placed in this divisional sign.
1048
+ */
1049
+ signs: Array<{
1050
+ /**
1051
+ * Planet (graha) placed in this divisional sign.
1052
+ */
1053
+ graha: string;
1054
+ /**
1055
+ * Original sidereal longitude in degrees (0-360), same as the D1 birth chart. Preserved for cross-chart reference.
1056
+ */
1057
+ longitude: number;
1058
+ /**
1059
+ * Nakshatra (lunar mansion) data for this planet, carried over from the D1 chart.
1060
+ */
1061
+ nakshatra: {
1062
+ /**
1063
+ * Nakshatra (lunar mansion) the planet occupies.
1064
+ */
1065
+ name: string;
1066
+ /**
1067
+ * Nakshatra pada (quarter, 1-4).
1068
+ */
1069
+ pada: number;
1070
+ /**
1071
+ * Nakshatra index in the zodiac sequence starting from Ashwini.
1072
+ */
1073
+ key: number;
1074
+ /**
1075
+ * Vimshottari ruling planet of this nakshatra.
1076
+ */
1077
+ lord: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
1078
+ };
1079
+ /**
1080
+ * True if the planet is in retrograde motion.
1081
+ */
1082
+ isRetrograde: boolean;
1083
+ /**
1084
+ * Bhava (house) number 1-12 in this divisional chart, counted whole-sign from the divisional Lagna.
1085
+ */
1086
+ house?: number;
1087
+ }>;
1088
+ };
909
1089
  [key: string]: unknown;
910
1090
  };
911
1091
  /**
@@ -3856,7 +4036,7 @@ export type ListPlanetMeaningsError = ListPlanetMeaningsErrors[keyof ListPlanetM
3856
4036
 
3857
4037
  export type ListPlanetMeaningsResponses = {
3858
4038
  /**
3859
- * All 10 astrological planets with names, symbols, taglines, categories, and brief descriptions.
4039
+ * All 14 astrological bodies with names, symbols, taglines, categories, and brief descriptions.
3860
4040
  */
3861
4041
  200: Array<{
3862
4042
  /**
@@ -3880,7 +4060,7 @@ export type ListPlanetMeaningsResponses = {
3880
4060
  */
3881
4061
  category?: string;
3882
4062
  /**
3883
- * Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for nodes and Chiron.
4063
+ * Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
3884
4064
  */
3885
4065
  rulership?: string;
3886
4066
  /**
@@ -4064,19 +4244,19 @@ export type GetPlanetMeaningResponses = {
4064
4244
  */
4065
4245
  retrograde?: boolean;
4066
4246
  /**
4067
- * Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for nodes and Chiron.
4247
+ * Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4068
4248
  */
4069
4249
  rulership?: string;
4070
4250
  /**
4071
- * Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for nodes and Chiron.
4251
+ * Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4072
4252
  */
4073
4253
  detriment?: string;
4074
4254
  /**
4075
- * Sign of exaltation. Where the planet is honored and amplified. Absent for nodes and Chiron.
4255
+ * Sign of exaltation. Where the planet is honored and amplified. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4076
4256
  */
4077
4257
  exultation?: string;
4078
4258
  /**
4079
- * Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for nodes and Chiron.
4259
+ * Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4080
4260
  */
4081
4261
  fall?: string;
4082
4262
  /**
@@ -4378,11 +4558,11 @@ export type GetPlanetaryPositionsResponses = {
4378
4558
  */
4379
4559
  200: {
4380
4560
  /**
4381
- * All 10 planetary positions with zodiac signs, speeds, retrograde status, meanings, and interpretations.
4561
+ * All 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith) with zodiac signs, speeds, retrograde status, meanings, and interpretations.
4382
4562
  */
4383
4563
  planets: Array<{
4384
4564
  /**
4385
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
4565
+ * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
4386
4566
  */
4387
4567
  name: string;
4388
4568
  /**
@@ -5750,7 +5930,7 @@ export type CalculateTransitAspectsData = {
5750
5930
  /**
5751
5931
  * Filter to specific transiting planets. Omit to include all planets. Useful for focusing on slow-moving outer planet transits (Saturn, Jupiter, Pluto).
5752
5932
  */
5753
- planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron'>;
5933
+ planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith'>;
5754
5934
  /**
5755
5935
  * Filter to specific aspect types (conjunction, opposition, trine, square, sextile, etc.). Omit to include all aspect types.
5756
5936
  */
@@ -5884,19 +6064,19 @@ export type CalculateTransitAspectsResponses = {
5884
6064
  */
5885
6065
  transitDate: string;
5886
6066
  /**
5887
- * Current transiting planetary positions in the tropical zodiac. All 10 planets from Sun through Pluto.
6067
+ * 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.
5888
6068
  */
5889
6069
  transitPlanets: Array<{
5890
6070
  /**
5891
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
6071
+ * 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).
5892
6072
  */
5893
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6073
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5894
6074
  /**
5895
6075
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
5896
6076
  */
5897
6077
  longitude: number;
5898
6078
  /**
5899
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
6079
+ * 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).
5900
6080
  */
5901
6081
  latitude: number;
5902
6082
  /**
@@ -5925,15 +6105,15 @@ export type CalculateTransitAspectsResponses = {
5925
6105
  */
5926
6106
  natalPlanets: Array<{
5927
6107
  /**
5928
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
6108
+ * 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).
5929
6109
  */
5930
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6110
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5931
6111
  /**
5932
6112
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
5933
6113
  */
5934
6114
  longitude: number;
5935
6115
  /**
5936
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
6116
+ * 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).
5937
6117
  */
5938
6118
  latitude: number;
5939
6119
  /**
@@ -5964,11 +6144,11 @@ export type CalculateTransitAspectsResponses = {
5964
6144
  /**
5965
6145
  * First planet in the aspect pair.
5966
6146
  */
5967
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6147
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5968
6148
  /**
5969
6149
  * Second planet in the aspect pair.
5970
6150
  */
5971
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6151
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5972
6152
  /**
5973
6153
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
5974
6154
  */
@@ -6043,11 +6223,11 @@ export type CalculateTransitAspectsResponses = {
6043
6223
  /**
6044
6224
  * First planet in the aspect pair.
6045
6225
  */
6046
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6226
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6047
6227
  /**
6048
6228
  * Second planet in the aspect pair.
6049
6229
  */
6050
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6230
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6051
6231
  /**
6052
6232
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
6053
6233
  */
@@ -6265,7 +6445,7 @@ export type GenerateSolarReturnResponses = {
6265
6445
  timezone: number;
6266
6446
  };
6267
6447
  /**
6268
- * Full natal-style chart erected for the solar return moment. Contains all 10 planetary positions, 12 house cusps, aspects, Ascendant, and Midheaven in the tropical zodiac.
6448
+ * 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.
6269
6449
  */
6270
6450
  chart: {
6271
6451
  /**
@@ -6294,19 +6474,19 @@ export type GenerateSolarReturnResponses = {
6294
6474
  timezone: number;
6295
6475
  };
6296
6476
  /**
6297
- * All 10 planetary positions (Sun through Pluto) in the tropical zodiac with house placements.
6477
+ * 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.
6298
6478
  */
6299
6479
  planets: Array<{
6300
6480
  /**
6301
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
6481
+ * 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).
6302
6482
  */
6303
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6483
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6304
6484
  /**
6305
6485
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
6306
6486
  */
6307
6487
  longitude: number;
6308
6488
  /**
6309
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
6489
+ * 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).
6310
6490
  */
6311
6491
  latitude: number;
6312
6492
  /**
@@ -6362,11 +6542,11 @@ export type GenerateSolarReturnResponses = {
6362
6542
  /**
6363
6543
  * First planet in the aspect pair.
6364
6544
  */
6365
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6545
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6366
6546
  /**
6367
6547
  * Second planet in the aspect pair.
6368
6548
  */
6369
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6549
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6370
6550
  /**
6371
6551
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
6372
6552
  */
@@ -6392,6 +6572,44 @@ export type GenerateSolarReturnResponses = {
6392
6572
  */
6393
6573
  interpretation: 'harmonious' | 'challenging' | 'neutral';
6394
6574
  }>;
6575
+ /**
6576
+ * 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.
6577
+ */
6578
+ partOfFortune: {
6579
+ /**
6580
+ * Zodiac sign holding the Part of Fortune.
6581
+ */
6582
+ sign: string;
6583
+ /**
6584
+ * Degree within the Part of Fortune sign (0-29.999).
6585
+ */
6586
+ degree: number;
6587
+ /**
6588
+ * Absolute ecliptic longitude of the Part of Fortune (0-360).
6589
+ */
6590
+ longitude: number;
6591
+ /**
6592
+ * 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.
6593
+ */
6594
+ sect: 'day' | 'night';
6595
+ };
6596
+ /**
6597
+ * 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.
6598
+ */
6599
+ vertex: {
6600
+ /**
6601
+ * Zodiac sign holding the Vertex.
6602
+ */
6603
+ sign: string;
6604
+ /**
6605
+ * Degree within the Vertex sign (0-29.999).
6606
+ */
6607
+ degree: number;
6608
+ /**
6609
+ * Absolute ecliptic longitude of the Vertex (0-360).
6610
+ */
6611
+ longitude: number;
6612
+ };
6395
6613
  };
6396
6614
  /**
6397
6615
  * Original natal Sun position that the transiting Sun returns to. This conjunction defines the solar return moment.
@@ -6637,19 +6855,19 @@ export type GenerateLunarReturnResponses = {
6637
6855
  timezone: number;
6638
6856
  };
6639
6857
  /**
6640
- * All 10 planetary positions (Sun through Pluto) in the tropical zodiac with house placements.
6858
+ * 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.
6641
6859
  */
6642
6860
  planets: Array<{
6643
6861
  /**
6644
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
6862
+ * 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).
6645
6863
  */
6646
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6864
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6647
6865
  /**
6648
6866
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
6649
6867
  */
6650
6868
  longitude: number;
6651
6869
  /**
6652
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
6870
+ * 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).
6653
6871
  */
6654
6872
  latitude: number;
6655
6873
  /**
@@ -6705,11 +6923,11 @@ export type GenerateLunarReturnResponses = {
6705
6923
  /**
6706
6924
  * First planet in the aspect pair.
6707
6925
  */
6708
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6926
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6709
6927
  /**
6710
6928
  * Second planet in the aspect pair.
6711
6929
  */
6712
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6930
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6713
6931
  /**
6714
6932
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
6715
6933
  */
@@ -6735,6 +6953,44 @@ export type GenerateLunarReturnResponses = {
6735
6953
  */
6736
6954
  interpretation: 'harmonious' | 'challenging' | 'neutral';
6737
6955
  }>;
6956
+ /**
6957
+ * 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.
6958
+ */
6959
+ partOfFortune: {
6960
+ /**
6961
+ * Zodiac sign holding the Part of Fortune.
6962
+ */
6963
+ sign: string;
6964
+ /**
6965
+ * Degree within the Part of Fortune sign (0-29.999).
6966
+ */
6967
+ degree: number;
6968
+ /**
6969
+ * Absolute ecliptic longitude of the Part of Fortune (0-360).
6970
+ */
6971
+ longitude: number;
6972
+ /**
6973
+ * 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.
6974
+ */
6975
+ sect: 'day' | 'night';
6976
+ };
6977
+ /**
6978
+ * 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.
6979
+ */
6980
+ vertex: {
6981
+ /**
6982
+ * Zodiac sign holding the Vertex.
6983
+ */
6984
+ sign: string;
6985
+ /**
6986
+ * Degree within the Vertex sign (0-29.999).
6987
+ */
6988
+ degree: number;
6989
+ /**
6990
+ * Absolute ecliptic longitude of the Vertex (0-360).
6991
+ */
6992
+ longitude: number;
6993
+ };
6738
6994
  };
6739
6995
  /**
6740
6996
  * Original natal Moon position that the transiting Moon returns to. This conjunction defines the lunar return moment.
@@ -7006,15 +7262,15 @@ export type GenerateCompositeChartResponses = {
7006
7262
  */
7007
7263
  compositePlanets: Array<{
7008
7264
  /**
7009
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
7265
+ * 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).
7010
7266
  */
7011
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
7267
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
7012
7268
  /**
7013
7269
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
7014
7270
  */
7015
7271
  longitude: number;
7016
7272
  /**
7017
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
7273
+ * 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).
7018
7274
  */
7019
7275
  latitude: number;
7020
7276
  /**
@@ -7117,11 +7373,11 @@ export type GenerateCompositeChartResponses = {
7117
7373
  /**
7118
7374
  * First planet in the aspect pair.
7119
7375
  */
7120
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
7376
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
7121
7377
  /**
7122
7378
  * Second planet in the aspect pair.
7123
7379
  */
7124
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
7380
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
7125
7381
  /**
7126
7382
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
7127
7383
  */
@@ -8489,19 +8745,19 @@ export type GeneratePlanetaryReturnResponses = {
8489
8745
  timezone: number;
8490
8746
  };
8491
8747
  /**
8492
- * All 10 planetary positions (Sun through Pluto) in the tropical zodiac with house placements.
8748
+ * 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.
8493
8749
  */
8494
8750
  planets: Array<{
8495
8751
  /**
8496
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
8752
+ * 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).
8497
8753
  */
8498
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
8754
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
8499
8755
  /**
8500
8756
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
8501
8757
  */
8502
8758
  longitude: number;
8503
8759
  /**
8504
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
8760
+ * 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).
8505
8761
  */
8506
8762
  latitude: number;
8507
8763
  /**
@@ -8557,11 +8813,11 @@ export type GeneratePlanetaryReturnResponses = {
8557
8813
  /**
8558
8814
  * First planet in the aspect pair.
8559
8815
  */
8560
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
8816
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
8561
8817
  /**
8562
8818
  * Second planet in the aspect pair.
8563
8819
  */
8564
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
8820
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
8565
8821
  /**
8566
8822
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
8567
8823
  */
@@ -8587,6 +8843,44 @@ export type GeneratePlanetaryReturnResponses = {
8587
8843
  */
8588
8844
  interpretation: 'harmonious' | 'challenging' | 'neutral';
8589
8845
  }>;
8846
+ /**
8847
+ * 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.
8848
+ */
8849
+ partOfFortune: {
8850
+ /**
8851
+ * Zodiac sign holding the Part of Fortune.
8852
+ */
8853
+ sign: string;
8854
+ /**
8855
+ * Degree within the Part of Fortune sign (0-29.999).
8856
+ */
8857
+ degree: number;
8858
+ /**
8859
+ * Absolute ecliptic longitude of the Part of Fortune (0-360).
8860
+ */
8861
+ longitude: number;
8862
+ /**
8863
+ * 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.
8864
+ */
8865
+ sect: 'day' | 'night';
8866
+ };
8867
+ /**
8868
+ * 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.
8869
+ */
8870
+ vertex: {
8871
+ /**
8872
+ * Zodiac sign holding the Vertex.
8873
+ */
8874
+ sign: string;
8875
+ /**
8876
+ * Degree within the Vertex sign (0-29.999).
8877
+ */
8878
+ degree: number;
8879
+ /**
8880
+ * Absolute ecliptic longitude of the Vertex (0-360).
8881
+ */
8882
+ longitude: number;
8883
+ };
8590
8884
  };
8591
8885
  /**
8592
8886
  * Original natal planet position that defines the return. The transiting planet conjuncts this longitude to trigger the return.