@roxyapi/sdk 1.2.24 → 1.2.26

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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.2.24";
1
+ export declare const VERSION = "1.2.26";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roxyapi/sdk",
3
- "version": "1.2.24",
3
+ "version": "1.2.26",
4
4
  "description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
5
5
  "type": "module",
6
6
  "exports": {
package/src/sdk.gen.ts CHANGED
@@ -76,7 +76,7 @@ export class Astrology extends HeyApiClient {
76
76
  /**
77
77
  * Get all planet meanings - Complete astrology planet interpretations list
78
78
  *
79
- * Returns all 10 astrological planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto) with essential meanings: name, symbol, tagline, category (personal/social/generational), ruling sign, and short descriptions. Perfect for astrology reference apps, planet meaning widgets, birth chart interpretation tools, astrology learning platforms, planetary keywords reference, and zodiac planet guides. Use GET /planet-meanings/{id} for complete planet profiles with detailed interpretations, keywords, temperature, and dignities (rulership/detriment/exultation/fall).
79
+ * Returns all 14 astrological bodies (the 10 classical planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith) with essential meanings: name, symbol, tagline, category (personal/social/generational), ruling sign, and short descriptions. Perfect for astrology reference apps, planet meaning widgets, birth chart interpretation tools, astrology learning platforms, planetary keywords reference, and zodiac planet guides. Use GET /planet-meanings/{id} for complete profiles with detailed interpretations, keywords, temperature, and dignities (rulership/detriment/exultation/fall).
80
80
  */
81
81
  public listPlanetMeanings<ThrowOnError extends boolean = false>(options?: Options<GetAstrologyPlanetMeaningsData, ThrowOnError>) {
82
82
  return (options?.client ?? this.client).get<GetAstrologyPlanetMeaningsResponses, GetAstrologyPlanetMeaningsErrors, ThrowOnError>({
@@ -102,7 +102,7 @@ export class Astrology extends HeyApiClient {
102
102
  /**
103
103
  * Generate natal chart - Birth chart calculator API with houses and aspects
104
104
  *
105
- * Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns all 10 planetary positions (Sun through Pluto), 12 house cusps with customizable house systems (Placidus, Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven, dominant elements and modalities. Perfect for astrology apps, birth chart generators, horoscope websites, and astrological consultation tools. Verified against NASA JPL Horizons.
105
+ * Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns all 14 celestial bodies (the 10 classical planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith), 12 house cusps with customizable house systems (Placidus, Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven, dominant elements and modalities. Perfect for astrology apps, birth chart generators, horoscope websites, and astrological consultation tools. Verified against NASA JPL Horizons.
106
106
  */
107
107
  public generateNatalChart<ThrowOnError extends boolean = false>(options?: Options<PostAstrologyNatalChartData, ThrowOnError>) {
108
108
  return (options?.client ?? this.client).post<PostAstrologyNatalChartResponses, PostAstrologyNatalChartErrors, ThrowOnError>({
@@ -119,7 +119,7 @@ export class Astrology extends HeyApiClient {
119
119
  /**
120
120
  * Get planetary positions - Ephemeris calculator for all planets
121
121
  *
122
- * Calculate accurate tropical zodiac positions for all 10 planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto) for any date, time, and location. Returns longitude, latitude, zodiac sign, degree within sign, daily motion speed, and retrograde status. Perfect for transit tracking, ephemeris tables, astrology apps, and planetary position widgets. Verified against NASA JPL Horizons.
122
+ * Calculate accurate tropical zodiac positions for all 14 celestial bodies (the 10 classical planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith) for any date, time, and location. Returns longitude, latitude, zodiac sign, degree within sign, daily motion speed, and retrograde status. Perfect for transit tracking, ephemeris tables, astrology apps, and planetary position widgets. Verified against NASA JPL Horizons.
123
123
  */
124
124
  public getPlanetaryPositions<ThrowOnError extends boolean = false>(options?: Options<PostAstrologyPlanetsData, ThrowOnError>) {
125
125
  return (options?.client ?? this.client).post<PostAstrologyPlanetsResponses, PostAstrologyPlanetsErrors, ThrowOnError>({
@@ -226,7 +226,7 @@ export class Astrology extends HeyApiClient {
226
226
  /**
227
227
  * Calculate planetary transits - Current transits with natal chart comparison
228
228
  *
229
- * Calculate current or future planetary transits (positions of all planets now). Optionally compare transits to natal chart to find transit-to-natal aspects. Returns all 10 planet positions with signs, degrees, and speeds. When natal chart provided, includes transit aspects (transiting Sun conjunct natal Mars, etc.) with orbs and applying/separating status. Perfect for daily transit forecasts, aspect alerts, and personalized transit reports.
229
+ * Calculate current or future planetary transits (positions of all bodies now). Optionally compare transits to natal chart to find transit-to-natal aspects. Returns all 14 celestial bodies (the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith) with signs, degrees, and speeds. When natal chart provided, includes transit aspects (transiting Sun conjunct natal Mars, etc.) with orbs and applying/separating status. Perfect for daily transit forecasts, aspect alerts, and personalized transit reports.
230
230
  */
231
231
  public calculateTransits<ThrowOnError extends boolean = false>(options?: Options<PostAstrologyTransitsData, ThrowOnError>) {
232
232
  return (options?.client ?? this.client).post<PostAstrologyTransitsResponses, PostAstrologyTransitsErrors, ThrowOnError>({
package/src/types.gen.ts CHANGED
@@ -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
  /**
@@ -485,7 +485,7 @@ export type AspectsRequest = {
485
485
  */
486
486
  timezone: number | string;
487
487
  /**
488
- * Optional: specific planets to calculate aspects for (defaults to all 10)
488
+ * Optional: specific bodies to calculate aspects for (defaults to all 14: the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith)
489
489
  */
490
490
  planets?: Array<string>;
491
491
  /**
@@ -508,11 +508,11 @@ export type TransitsResponse = {
508
508
  */
509
509
  timezone: number;
510
510
  /**
511
- * Current positions of all 10 planets in the tropical zodiac. Use for daily transit tracking, horoscope generation, and aspect monitoring.
511
+ * 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
512
  */
513
513
  transitPlanets: Array<{
514
514
  /**
515
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
515
+ * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
516
516
  */
517
517
  name: string;
518
518
  /**
@@ -3856,7 +3856,7 @@ export type GetAstrologyPlanetMeaningsError = GetAstrologyPlanetMeaningsErrors[k
3856
3856
 
3857
3857
  export type GetAstrologyPlanetMeaningsResponses = {
3858
3858
  /**
3859
- * All 10 astrological planets with names, symbols, taglines, categories, and brief descriptions.
3859
+ * All 14 astrological bodies with names, symbols, taglines, categories, and brief descriptions.
3860
3860
  */
3861
3861
  200: Array<{
3862
3862
  /**
@@ -3880,7 +3880,7 @@ export type GetAstrologyPlanetMeaningsResponses = {
3880
3880
  */
3881
3881
  category?: string;
3882
3882
  /**
3883
- * Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for nodes and Chiron.
3883
+ * Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
3884
3884
  */
3885
3885
  rulership?: string;
3886
3886
  /**
@@ -4064,19 +4064,19 @@ export type GetAstrologyPlanetMeaningsByIdResponses = {
4064
4064
  */
4065
4065
  retrograde?: boolean;
4066
4066
  /**
4067
- * Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for nodes and Chiron.
4067
+ * Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4068
4068
  */
4069
4069
  rulership?: string;
4070
4070
  /**
4071
- * Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for nodes and Chiron.
4071
+ * Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4072
4072
  */
4073
4073
  detriment?: string;
4074
4074
  /**
4075
- * Sign of exaltation. Where the planet is honored and amplified. Absent for nodes and Chiron.
4075
+ * Sign of exaltation. Where the planet is honored and amplified. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4076
4076
  */
4077
4077
  exultation?: string;
4078
4078
  /**
4079
- * Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for nodes and Chiron.
4079
+ * Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
4080
4080
  */
4081
4081
  fall?: string;
4082
4082
  /**
@@ -4378,11 +4378,11 @@ export type PostAstrologyPlanetsResponses = {
4378
4378
  */
4379
4379
  200: {
4380
4380
  /**
4381
- * All 10 planetary positions with zodiac signs, speeds, retrograde status, meanings, and interpretations.
4381
+ * All 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith) with zodiac signs, speeds, retrograde status, meanings, and interpretations.
4382
4382
  */
4383
4383
  planets: Array<{
4384
4384
  /**
4385
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
4385
+ * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
4386
4386
  */
4387
4387
  name: string;
4388
4388
  /**
@@ -5750,7 +5750,7 @@ export type PostAstrologyTransitAspectsData = {
5750
5750
  /**
5751
5751
  * Filter to specific transiting planets. Omit to include all planets. Useful for focusing on slow-moving outer planet transits (Saturn, Jupiter, Pluto).
5752
5752
  */
5753
- planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron'>;
5753
+ planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith'>;
5754
5754
  /**
5755
5755
  * Filter to specific aspect types (conjunction, opposition, trine, square, sextile, etc.). Omit to include all aspect types.
5756
5756
  */
@@ -5884,19 +5884,19 @@ export type PostAstrologyTransitAspectsResponses = {
5884
5884
  */
5885
5885
  transitDate: string;
5886
5886
  /**
5887
- * Current transiting planetary positions in the tropical zodiac. All 10 planets from Sun through Pluto.
5887
+ * 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
5888
  */
5889
5889
  transitPlanets: Array<{
5890
5890
  /**
5891
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
5891
+ * 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
5892
  */
5893
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
5893
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5894
5894
  /**
5895
5895
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
5896
5896
  */
5897
5897
  longitude: number;
5898
5898
  /**
5899
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
5899
+ * 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
5900
  */
5901
5901
  latitude: number;
5902
5902
  /**
@@ -5925,15 +5925,15 @@ export type PostAstrologyTransitAspectsResponses = {
5925
5925
  */
5926
5926
  natalPlanets: Array<{
5927
5927
  /**
5928
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
5928
+ * 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
5929
  */
5930
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
5930
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5931
5931
  /**
5932
5932
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
5933
5933
  */
5934
5934
  longitude: number;
5935
5935
  /**
5936
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
5936
+ * 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
5937
  */
5938
5938
  latitude: number;
5939
5939
  /**
@@ -5964,11 +5964,11 @@ export type PostAstrologyTransitAspectsResponses = {
5964
5964
  /**
5965
5965
  * First planet in the aspect pair.
5966
5966
  */
5967
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
5967
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5968
5968
  /**
5969
5969
  * Second planet in the aspect pair.
5970
5970
  */
5971
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
5971
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
5972
5972
  /**
5973
5973
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
5974
5974
  */
@@ -6043,11 +6043,11 @@ export type PostAstrologyTransitAspectsResponses = {
6043
6043
  /**
6044
6044
  * First planet in the aspect pair.
6045
6045
  */
6046
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6046
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6047
6047
  /**
6048
6048
  * Second planet in the aspect pair.
6049
6049
  */
6050
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6050
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6051
6051
  /**
6052
6052
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
6053
6053
  */
@@ -6265,7 +6265,7 @@ export type PostAstrologySolarReturnResponses = {
6265
6265
  timezone: number;
6266
6266
  };
6267
6267
  /**
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.
6268
+ * 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
6269
  */
6270
6270
  chart: {
6271
6271
  /**
@@ -6294,19 +6294,19 @@ export type PostAstrologySolarReturnResponses = {
6294
6294
  timezone: number;
6295
6295
  };
6296
6296
  /**
6297
- * All 10 planetary positions (Sun through Pluto) in the tropical zodiac with house placements.
6297
+ * 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
6298
  */
6299
6299
  planets: Array<{
6300
6300
  /**
6301
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
6301
+ * 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
6302
  */
6303
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6303
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6304
6304
  /**
6305
6305
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
6306
6306
  */
6307
6307
  longitude: number;
6308
6308
  /**
6309
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
6309
+ * 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
6310
  */
6311
6311
  latitude: number;
6312
6312
  /**
@@ -6362,11 +6362,11 @@ export type PostAstrologySolarReturnResponses = {
6362
6362
  /**
6363
6363
  * First planet in the aspect pair.
6364
6364
  */
6365
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6365
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6366
6366
  /**
6367
6367
  * Second planet in the aspect pair.
6368
6368
  */
6369
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6369
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6370
6370
  /**
6371
6371
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
6372
6372
  */
@@ -6637,19 +6637,19 @@ export type PostAstrologyLunarReturnResponses = {
6637
6637
  timezone: number;
6638
6638
  };
6639
6639
  /**
6640
- * All 10 planetary positions (Sun through Pluto) in the tropical zodiac with house placements.
6640
+ * 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
6641
  */
6642
6642
  planets: Array<{
6643
6643
  /**
6644
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
6644
+ * 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
6645
  */
6646
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6646
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6647
6647
  /**
6648
6648
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
6649
6649
  */
6650
6650
  longitude: number;
6651
6651
  /**
6652
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
6652
+ * 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
6653
  */
6654
6654
  latitude: number;
6655
6655
  /**
@@ -6705,11 +6705,11 @@ export type PostAstrologyLunarReturnResponses = {
6705
6705
  /**
6706
6706
  * First planet in the aspect pair.
6707
6707
  */
6708
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6708
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6709
6709
  /**
6710
6710
  * Second planet in the aspect pair.
6711
6711
  */
6712
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
6712
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
6713
6713
  /**
6714
6714
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
6715
6715
  */
@@ -7006,15 +7006,15 @@ export type PostAstrologyCompositeChartResponses = {
7006
7006
  */
7007
7007
  compositePlanets: Array<{
7008
7008
  /**
7009
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
7009
+ * 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
7010
  */
7011
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
7011
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
7012
7012
  /**
7013
7013
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
7014
7014
  */
7015
7015
  longitude: number;
7016
7016
  /**
7017
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
7017
+ * 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
7018
  */
7019
7019
  latitude: number;
7020
7020
  /**
@@ -7117,11 +7117,11 @@ export type PostAstrologyCompositeChartResponses = {
7117
7117
  /**
7118
7118
  * First planet in the aspect pair.
7119
7119
  */
7120
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
7120
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
7121
7121
  /**
7122
7122
  * Second planet in the aspect pair.
7123
7123
  */
7124
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
7124
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
7125
7125
  /**
7126
7126
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
7127
7127
  */
@@ -8489,19 +8489,19 @@ export type PostAstrologyPlanetaryReturnsResponses = {
8489
8489
  timezone: number;
8490
8490
  };
8491
8491
  /**
8492
- * All 10 planetary positions (Sun through Pluto) in the tropical zodiac with house placements.
8492
+ * 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
8493
  */
8494
8494
  planets: Array<{
8495
8495
  /**
8496
- * Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
8496
+ * 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
8497
  */
8498
- name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
8498
+ name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
8499
8499
  /**
8500
8500
  * Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
8501
8501
  */
8502
8502
  longitude: number;
8503
8503
  /**
8504
- * Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
8504
+ * 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
8505
  */
8506
8506
  latitude: number;
8507
8507
  /**
@@ -8557,11 +8557,11 @@ export type PostAstrologyPlanetaryReturnsResponses = {
8557
8557
  /**
8558
8558
  * First planet in the aspect pair.
8559
8559
  */
8560
- planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
8560
+ planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
8561
8561
  /**
8562
8562
  * Second planet in the aspect pair.
8563
8563
  */
8564
- planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
8564
+ planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
8565
8565
  /**
8566
8566
  * Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
8567
8567
  */
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.2.24';
1
+ export const VERSION = '1.2.26';