@roxyapi/sdk 1.2.25 → 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/factory.cjs +5 -5
- package/dist/factory.js +5 -5
- package/dist/sdk.gen.d.ts +4 -4
- package/dist/types.gen.d.ts +49 -49
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/sdk.gen.ts +4 -4
- package/src/types.gen.ts +49 -49
- package/src/version.ts +1 -1
package/dist/factory.cjs
CHANGED
|
@@ -891,7 +891,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
891
891
|
/**
|
|
892
892
|
* Get all planet meanings - Complete astrology planet interpretations list
|
|
893
893
|
*
|
|
894
|
-
* Returns all
|
|
894
|
+
* 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).
|
|
895
895
|
*/
|
|
896
896
|
listPlanetMeanings(options) {
|
|
897
897
|
return (options?.client ?? this.client).get({
|
|
@@ -915,7 +915,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
915
915
|
/**
|
|
916
916
|
* Generate natal chart - Birth chart calculator API with houses and aspects
|
|
917
917
|
*
|
|
918
|
-
* Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns all 10
|
|
918
|
+
* 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.
|
|
919
919
|
*/
|
|
920
920
|
generateNatalChart(options) {
|
|
921
921
|
return (options?.client ?? this.client).post({
|
|
@@ -931,7 +931,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
931
931
|
/**
|
|
932
932
|
* Get planetary positions - Ephemeris calculator for all planets
|
|
933
933
|
*
|
|
934
|
-
* Calculate accurate tropical zodiac positions for all 10 planets
|
|
934
|
+
* 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.
|
|
935
935
|
*/
|
|
936
936
|
getPlanetaryPositions(options) {
|
|
937
937
|
return (options?.client ?? this.client).post({
|
|
@@ -1031,7 +1031,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* Calculate planetary transits - Current transits with natal chart comparison
|
|
1033
1033
|
*
|
|
1034
|
-
* Calculate current or future planetary transits (positions of all
|
|
1034
|
+
* 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.
|
|
1035
1035
|
*/
|
|
1036
1036
|
calculateTransits(options) {
|
|
1037
1037
|
return (options?.client ?? this.client).post({
|
|
@@ -2840,7 +2840,7 @@ var Roxy = class _Roxy extends HeyApiClient {
|
|
|
2840
2840
|
};
|
|
2841
2841
|
|
|
2842
2842
|
// src/version.ts
|
|
2843
|
-
var VERSION = "1.2.
|
|
2843
|
+
var VERSION = "1.2.26";
|
|
2844
2844
|
|
|
2845
2845
|
// src/factory.ts
|
|
2846
2846
|
function createRoxy(auth) {
|
package/dist/factory.js
CHANGED
|
@@ -55,7 +55,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
55
55
|
/**
|
|
56
56
|
* Get all planet meanings - Complete astrology planet interpretations list
|
|
57
57
|
*
|
|
58
|
-
* Returns all
|
|
58
|
+
* 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).
|
|
59
59
|
*/
|
|
60
60
|
listPlanetMeanings(options) {
|
|
61
61
|
return (options?.client ?? this.client).get({
|
|
@@ -79,7 +79,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
79
79
|
/**
|
|
80
80
|
* Generate natal chart - Birth chart calculator API with houses and aspects
|
|
81
81
|
*
|
|
82
|
-
* Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns all 10
|
|
82
|
+
* 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.
|
|
83
83
|
*/
|
|
84
84
|
generateNatalChart(options) {
|
|
85
85
|
return (options?.client ?? this.client).post({
|
|
@@ -95,7 +95,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
95
95
|
/**
|
|
96
96
|
* Get planetary positions - Ephemeris calculator for all planets
|
|
97
97
|
*
|
|
98
|
-
* Calculate accurate tropical zodiac positions for all 10 planets
|
|
98
|
+
* 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.
|
|
99
99
|
*/
|
|
100
100
|
getPlanetaryPositions(options) {
|
|
101
101
|
return (options?.client ?? this.client).post({
|
|
@@ -195,7 +195,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
195
195
|
/**
|
|
196
196
|
* Calculate planetary transits - Current transits with natal chart comparison
|
|
197
197
|
*
|
|
198
|
-
* Calculate current or future planetary transits (positions of all
|
|
198
|
+
* 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.
|
|
199
199
|
*/
|
|
200
200
|
calculateTransits(options) {
|
|
201
201
|
return (options?.client ?? this.client).post({
|
|
@@ -2004,7 +2004,7 @@ var Roxy = class _Roxy extends HeyApiClient {
|
|
|
2004
2004
|
};
|
|
2005
2005
|
|
|
2006
2006
|
// src/version.ts
|
|
2007
|
-
var VERSION = "1.2.
|
|
2007
|
+
var VERSION = "1.2.26";
|
|
2008
2008
|
|
|
2009
2009
|
// src/factory.ts
|
|
2010
2010
|
function createRoxy(auth) {
|
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export declare class Astrology extends HeyApiClient {
|
|
|
41
41
|
/**
|
|
42
42
|
* Get all planet meanings - Complete astrology planet interpretations list
|
|
43
43
|
*
|
|
44
|
-
* Returns all
|
|
44
|
+
* 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).
|
|
45
45
|
*/
|
|
46
46
|
listPlanetMeanings<ThrowOnError extends boolean = false>(options?: Options<GetAstrologyPlanetMeaningsData, ThrowOnError>): import("./client").RequestResult<GetAstrologyPlanetMeaningsResponses, GetAstrologyPlanetMeaningsErrors, ThrowOnError, "fields">;
|
|
47
47
|
/**
|
|
@@ -53,13 +53,13 @@ export declare class Astrology extends HeyApiClient {
|
|
|
53
53
|
/**
|
|
54
54
|
* Generate natal chart - Birth chart calculator API with houses and aspects
|
|
55
55
|
*
|
|
56
|
-
* Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns all 10
|
|
56
|
+
* 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.
|
|
57
57
|
*/
|
|
58
58
|
generateNatalChart<ThrowOnError extends boolean = false>(options?: Options<PostAstrologyNatalChartData, ThrowOnError>): import("./client").RequestResult<PostAstrologyNatalChartResponses, PostAstrologyNatalChartErrors, ThrowOnError, "fields">;
|
|
59
59
|
/**
|
|
60
60
|
* Get planetary positions - Ephemeris calculator for all planets
|
|
61
61
|
*
|
|
62
|
-
* Calculate accurate tropical zodiac positions for all 10 planets
|
|
62
|
+
* 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.
|
|
63
63
|
*/
|
|
64
64
|
getPlanetaryPositions<ThrowOnError extends boolean = false>(options?: Options<PostAstrologyPlanetsData, ThrowOnError>): import("./client").RequestResult<PostAstrologyPlanetsResponses, PostAstrologyPlanetsErrors, ThrowOnError, "fields">;
|
|
65
65
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class Astrology extends HeyApiClient {
|
|
|
101
101
|
/**
|
|
102
102
|
* Calculate planetary transits - Current transits with natal chart comparison
|
|
103
103
|
*
|
|
104
|
-
* Calculate current or future planetary transits (positions of all
|
|
104
|
+
* 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.
|
|
105
105
|
*/
|
|
106
106
|
calculateTransits<ThrowOnError extends boolean = false>(options?: Options<PostAstrologyTransitsData, ThrowOnError>): import("./client").RequestResult<PostAstrologyTransitsResponses, PostAstrologyTransitsErrors, ThrowOnError, "fields">;
|
|
107
107
|
/**
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
/**
|
|
@@ -478,7 +478,7 @@ export type AspectsRequest = {
|
|
|
478
478
|
*/
|
|
479
479
|
timezone: number | string;
|
|
480
480
|
/**
|
|
481
|
-
* Optional: specific
|
|
481
|
+
* Optional: specific bodies to calculate aspects for (defaults to all 14: the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith)
|
|
482
482
|
*/
|
|
483
483
|
planets?: Array<string>;
|
|
484
484
|
/**
|
|
@@ -500,11 +500,11 @@ export type TransitsResponse = {
|
|
|
500
500
|
*/
|
|
501
501
|
timezone: number;
|
|
502
502
|
/**
|
|
503
|
-
* Current positions of all 10 planets in the tropical zodiac. Use for daily transit tracking, horoscope generation, and aspect monitoring.
|
|
503
|
+
* 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
504
|
*/
|
|
505
505
|
transitPlanets: Array<{
|
|
506
506
|
/**
|
|
507
|
-
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
|
|
507
|
+
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
|
|
508
508
|
*/
|
|
509
509
|
name: string;
|
|
510
510
|
/**
|
|
@@ -3781,7 +3781,7 @@ export type GetAstrologyPlanetMeaningsErrors = {
|
|
|
3781
3781
|
export type GetAstrologyPlanetMeaningsError = GetAstrologyPlanetMeaningsErrors[keyof GetAstrologyPlanetMeaningsErrors];
|
|
3782
3782
|
export type GetAstrologyPlanetMeaningsResponses = {
|
|
3783
3783
|
/**
|
|
3784
|
-
* All
|
|
3784
|
+
* All 14 astrological bodies with names, symbols, taglines, categories, and brief descriptions.
|
|
3785
3785
|
*/
|
|
3786
3786
|
200: Array<{
|
|
3787
3787
|
/**
|
|
@@ -3805,7 +3805,7 @@ export type GetAstrologyPlanetMeaningsResponses = {
|
|
|
3805
3805
|
*/
|
|
3806
3806
|
category?: string;
|
|
3807
3807
|
/**
|
|
3808
|
-
* Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for nodes and
|
|
3808
|
+
* Zodiac sign this planet rules. The sign where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3809
3809
|
*/
|
|
3810
3810
|
rulership?: string;
|
|
3811
3811
|
/**
|
|
@@ -3984,19 +3984,19 @@ export type GetAstrologyPlanetMeaningsByIdResponses = {
|
|
|
3984
3984
|
*/
|
|
3985
3985
|
retrograde?: boolean;
|
|
3986
3986
|
/**
|
|
3987
|
-
* Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for nodes and
|
|
3987
|
+
* Zodiac sign this planet rules (domicile). Where the planet operates most naturally. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3988
3988
|
*/
|
|
3989
3989
|
rulership?: string;
|
|
3990
3990
|
/**
|
|
3991
|
-
* Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for nodes and
|
|
3991
|
+
* Sign of detriment. Opposite the rulership sign, where the planet struggles. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3992
3992
|
*/
|
|
3993
3993
|
detriment?: string;
|
|
3994
3994
|
/**
|
|
3995
|
-
* Sign of exaltation. Where the planet is honored and amplified. Absent for nodes and
|
|
3995
|
+
* Sign of exaltation. Where the planet is honored and amplified. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
3996
3996
|
*/
|
|
3997
3997
|
exultation?: string;
|
|
3998
3998
|
/**
|
|
3999
|
-
* Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for nodes and
|
|
3999
|
+
* Sign of fall. Opposite the exaltation sign, where the planet is weakened. Absent for the lunar nodes, Chiron, and Black Moon Lilith.
|
|
4000
4000
|
*/
|
|
4001
4001
|
fall?: string;
|
|
4002
4002
|
/**
|
|
@@ -4288,11 +4288,11 @@ export type PostAstrologyPlanetsResponses = {
|
|
|
4288
4288
|
*/
|
|
4289
4289
|
200: {
|
|
4290
4290
|
/**
|
|
4291
|
-
* All 10
|
|
4291
|
+
* All 14 celestial bodies (10 classical planets, lunar nodes, Chiron, Black Moon Lilith) with zodiac signs, speeds, retrograde status, meanings, and interpretations.
|
|
4292
4292
|
*/
|
|
4293
4293
|
planets: Array<{
|
|
4294
4294
|
/**
|
|
4295
|
-
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto).
|
|
4295
|
+
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
|
|
4296
4296
|
*/
|
|
4297
4297
|
name: string;
|
|
4298
4298
|
/**
|
|
@@ -5623,7 +5623,7 @@ export type PostAstrologyTransitAspectsData = {
|
|
|
5623
5623
|
/**
|
|
5624
5624
|
* Filter to specific transiting planets. Omit to include all planets. Useful for focusing on slow-moving outer planet transits (Saturn, Jupiter, Pluto).
|
|
5625
5625
|
*/
|
|
5626
|
-
planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron'>;
|
|
5626
|
+
planets?: Array<'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith'>;
|
|
5627
5627
|
/**
|
|
5628
5628
|
* Filter to specific aspect types (conjunction, opposition, trine, square, sextile, etc.). Omit to include all aspect types.
|
|
5629
5629
|
*/
|
|
@@ -5754,19 +5754,19 @@ export type PostAstrologyTransitAspectsResponses = {
|
|
|
5754
5754
|
*/
|
|
5755
5755
|
transitDate: string;
|
|
5756
5756
|
/**
|
|
5757
|
-
* Current transiting
|
|
5757
|
+
* 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
5758
|
*/
|
|
5759
5759
|
transitPlanets: Array<{
|
|
5760
5760
|
/**
|
|
5761
|
-
*
|
|
5761
|
+
* 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
5762
|
*/
|
|
5763
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5763
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5764
5764
|
/**
|
|
5765
5765
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
5766
5766
|
*/
|
|
5767
5767
|
longitude: number;
|
|
5768
5768
|
/**
|
|
5769
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
5769
|
+
* 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
5770
|
*/
|
|
5771
5771
|
latitude: number;
|
|
5772
5772
|
/**
|
|
@@ -5795,15 +5795,15 @@ export type PostAstrologyTransitAspectsResponses = {
|
|
|
5795
5795
|
*/
|
|
5796
5796
|
natalPlanets: Array<{
|
|
5797
5797
|
/**
|
|
5798
|
-
*
|
|
5798
|
+
* 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
5799
|
*/
|
|
5800
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5800
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5801
5801
|
/**
|
|
5802
5802
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
5803
5803
|
*/
|
|
5804
5804
|
longitude: number;
|
|
5805
5805
|
/**
|
|
5806
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
5806
|
+
* 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
5807
|
*/
|
|
5808
5808
|
latitude: number;
|
|
5809
5809
|
/**
|
|
@@ -5834,11 +5834,11 @@ export type PostAstrologyTransitAspectsResponses = {
|
|
|
5834
5834
|
/**
|
|
5835
5835
|
* First planet in the aspect pair.
|
|
5836
5836
|
*/
|
|
5837
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5837
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5838
5838
|
/**
|
|
5839
5839
|
* Second planet in the aspect pair.
|
|
5840
5840
|
*/
|
|
5841
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5841
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5842
5842
|
/**
|
|
5843
5843
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
5844
5844
|
*/
|
|
@@ -5913,11 +5913,11 @@ export type PostAstrologyTransitAspectsResponses = {
|
|
|
5913
5913
|
/**
|
|
5914
5914
|
* First planet in the aspect pair.
|
|
5915
5915
|
*/
|
|
5916
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5916
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5917
5917
|
/**
|
|
5918
5918
|
* Second planet in the aspect pair.
|
|
5919
5919
|
*/
|
|
5920
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
5920
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
5921
5921
|
/**
|
|
5922
5922
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
5923
5923
|
*/
|
|
@@ -6130,7 +6130,7 @@ export type PostAstrologySolarReturnResponses = {
|
|
|
6130
6130
|
timezone: number;
|
|
6131
6131
|
};
|
|
6132
6132
|
/**
|
|
6133
|
-
* Full natal-style chart erected for the solar return moment. Contains all 10
|
|
6133
|
+
* 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
6134
|
*/
|
|
6135
6135
|
chart: {
|
|
6136
6136
|
/**
|
|
@@ -6159,19 +6159,19 @@ export type PostAstrologySolarReturnResponses = {
|
|
|
6159
6159
|
timezone: number;
|
|
6160
6160
|
};
|
|
6161
6161
|
/**
|
|
6162
|
-
* All 10
|
|
6162
|
+
* 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
6163
|
*/
|
|
6164
6164
|
planets: Array<{
|
|
6165
6165
|
/**
|
|
6166
|
-
*
|
|
6166
|
+
* 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
6167
|
*/
|
|
6168
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6168
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6169
6169
|
/**
|
|
6170
6170
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
6171
6171
|
*/
|
|
6172
6172
|
longitude: number;
|
|
6173
6173
|
/**
|
|
6174
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
6174
|
+
* 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
6175
|
*/
|
|
6176
6176
|
latitude: number;
|
|
6177
6177
|
/**
|
|
@@ -6227,11 +6227,11 @@ export type PostAstrologySolarReturnResponses = {
|
|
|
6227
6227
|
/**
|
|
6228
6228
|
* First planet in the aspect pair.
|
|
6229
6229
|
*/
|
|
6230
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6230
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6231
6231
|
/**
|
|
6232
6232
|
* Second planet in the aspect pair.
|
|
6233
6233
|
*/
|
|
6234
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6234
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6235
6235
|
/**
|
|
6236
6236
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
6237
6237
|
*/
|
|
@@ -6497,19 +6497,19 @@ export type PostAstrologyLunarReturnResponses = {
|
|
|
6497
6497
|
timezone: number;
|
|
6498
6498
|
};
|
|
6499
6499
|
/**
|
|
6500
|
-
* All 10
|
|
6500
|
+
* 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
6501
|
*/
|
|
6502
6502
|
planets: Array<{
|
|
6503
6503
|
/**
|
|
6504
|
-
*
|
|
6504
|
+
* 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
6505
|
*/
|
|
6506
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6506
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6507
6507
|
/**
|
|
6508
6508
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
6509
6509
|
*/
|
|
6510
6510
|
longitude: number;
|
|
6511
6511
|
/**
|
|
6512
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
6512
|
+
* 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
6513
|
*/
|
|
6514
6514
|
latitude: number;
|
|
6515
6515
|
/**
|
|
@@ -6565,11 +6565,11 @@ export type PostAstrologyLunarReturnResponses = {
|
|
|
6565
6565
|
/**
|
|
6566
6566
|
* First planet in the aspect pair.
|
|
6567
6567
|
*/
|
|
6568
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6568
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6569
6569
|
/**
|
|
6570
6570
|
* Second planet in the aspect pair.
|
|
6571
6571
|
*/
|
|
6572
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6572
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6573
6573
|
/**
|
|
6574
6574
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
6575
6575
|
*/
|
|
@@ -6861,15 +6861,15 @@ export type PostAstrologyCompositeChartResponses = {
|
|
|
6861
6861
|
*/
|
|
6862
6862
|
compositePlanets: Array<{
|
|
6863
6863
|
/**
|
|
6864
|
-
*
|
|
6864
|
+
* 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
6865
|
*/
|
|
6866
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6866
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6867
6867
|
/**
|
|
6868
6868
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
6869
6869
|
*/
|
|
6870
6870
|
longitude: number;
|
|
6871
6871
|
/**
|
|
6872
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
6872
|
+
* 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
6873
|
*/
|
|
6874
6874
|
latitude: number;
|
|
6875
6875
|
/**
|
|
@@ -6972,11 +6972,11 @@ export type PostAstrologyCompositeChartResponses = {
|
|
|
6972
6972
|
/**
|
|
6973
6973
|
* First planet in the aspect pair.
|
|
6974
6974
|
*/
|
|
6975
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6975
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6976
6976
|
/**
|
|
6977
6977
|
* Second planet in the aspect pair.
|
|
6978
6978
|
*/
|
|
6979
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
6979
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
6980
6980
|
/**
|
|
6981
6981
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
6982
6982
|
*/
|
|
@@ -8319,19 +8319,19 @@ export type PostAstrologyPlanetaryReturnsResponses = {
|
|
|
8319
8319
|
timezone: number;
|
|
8320
8320
|
};
|
|
8321
8321
|
/**
|
|
8322
|
-
* All 10
|
|
8322
|
+
* 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
8323
|
*/
|
|
8324
8324
|
planets: Array<{
|
|
8325
8325
|
/**
|
|
8326
|
-
*
|
|
8326
|
+
* 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
8327
|
*/
|
|
8328
|
-
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
8328
|
+
name: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
8329
8329
|
/**
|
|
8330
8330
|
* Tropical ecliptic longitude in degrees (0-360). Primary coordinate for zodiac sign and aspect calculations.
|
|
8331
8331
|
*/
|
|
8332
8332
|
longitude: number;
|
|
8333
8333
|
/**
|
|
8334
|
-
* Ecliptic latitude in degrees. Near zero for most planets, varies for Moon and Pluto.
|
|
8334
|
+
* 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
8335
|
*/
|
|
8336
8336
|
latitude: number;
|
|
8337
8337
|
/**
|
|
@@ -8387,11 +8387,11 @@ export type PostAstrologyPlanetaryReturnsResponses = {
|
|
|
8387
8387
|
/**
|
|
8388
8388
|
* First planet in the aspect pair.
|
|
8389
8389
|
*/
|
|
8390
|
-
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
8390
|
+
planet1: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
8391
8391
|
/**
|
|
8392
8392
|
* Second planet in the aspect pair.
|
|
8393
8393
|
*/
|
|
8394
|
-
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron';
|
|
8394
|
+
planet2: 'Sun' | 'Moon' | 'Mercury' | 'Venus' | 'Mars' | 'Jupiter' | 'Saturn' | 'Uranus' | 'Neptune' | 'Pluto' | 'North Node' | 'South Node' | 'Chiron' | 'Black Moon Lilith';
|
|
8395
8395
|
/**
|
|
8396
8396
|
* Aspect type. Major: conjunction (0), opposition (180), trine (120), square (90), sextile (60). Minor: semi-sextile, quincunx, semi-square, sesquiquadrate.
|
|
8397
8397
|
*/
|