@roxyapi/sdk 1.2.28 → 1.2.30
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 +707 -226
- 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 +708 -227
- 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 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/
|
|
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/exaltation/fall).
|
|
895
895
|
*/
|
|
896
896
|
listPlanetMeanings(options) {
|
|
897
897
|
return (options?.client ?? this.client).get({
|
|
@@ -903,7 +903,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
903
903
|
/**
|
|
904
904
|
* Get planet meaning details - Complete astrology planet interpretation
|
|
905
905
|
*
|
|
906
|
-
* Retrieve comprehensive planet interpretation for any astrological planet using lowercase ID (e.g., "sun", "moon") or case-insensitive name (e.g., "Sun", "MOON"). Returns complete astrology meaning including: symbol, tagline, category (personal/social/generational), temperature, orbital period, retrograde status, dignities (rulership/detriment/
|
|
906
|
+
* Retrieve comprehensive planet interpretation for any astrological planet using lowercase ID (e.g., "sun", "moon") or case-insensitive name (e.g., "Sun", "MOON"). Returns complete astrology meaning including: symbol, tagline, category (personal/social/generational), temperature, orbital period, retrograde status, dignities (rulership/detriment/exaltation/fall), positive and negative keywords, and short/long descriptions. Perfect for birth chart readings, planet meaning lookups, astrology education, natal chart interpretation, transit meanings, planetary symbolism reference, and keyword-based interpretations.
|
|
907
907
|
*/
|
|
908
908
|
getPlanetMeaning(options) {
|
|
909
909
|
return (options.client ?? this.client).get({
|
|
@@ -1079,7 +1079,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
1079
1079
|
/**
|
|
1080
1080
|
* Solar Return Chart - Annual birthday forecast with relocated chart
|
|
1081
1081
|
*
|
|
1082
|
-
* Generate a solar return chart for any year
|
|
1082
|
+
* Generate a solar return chart for any year, the foundational technique for annual astrological forecasting. The chart is cast for the exact moment the transiting Sun returns to its natal ecliptic longitude (your astrological birthday). Returns full tropical zodiac chart with planetary positions, house cusps, aspects, Ascendant, and Midheaven. Location-sensitive: relocating your solar return chart to a different city changes the houses and Ascendant. Solar return chart API, annual horoscope forecast, birthday chart calculator, yearly astrology prediction, relocated solar return.
|
|
1083
1083
|
*/
|
|
1084
1084
|
generateSolarReturn(options) {
|
|
1085
1085
|
return (options?.client ?? this.client).post({
|
|
@@ -1095,7 +1095,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
1095
1095
|
/**
|
|
1096
1096
|
* Lunar Return Chart - Monthly emotional forecast with Moon cycle chart
|
|
1097
1097
|
*
|
|
1098
|
-
* Generate a lunar return chart for any month
|
|
1098
|
+
* Generate a lunar return chart for any month, cast for the exact moment the transiting Moon returns to its natal ecliptic longitude. The Moon completes one sidereal orbit every ~27.3 days, making this the primary technique for monthly astrological forecasting. Returns full tropical zodiac chart with planetary positions, house cusps, aspects, Ascendant, and Midheaven. Reveals emotional patterns, domestic focus, and intuitive themes for the coming month. Lunar return chart API, monthly horoscope forecast, Moon cycle chart, emotional astrology prediction.
|
|
1099
1099
|
*/
|
|
1100
1100
|
generateLunarReturn(options) {
|
|
1101
1101
|
return (options?.client ?? this.client).post({
|
|
@@ -2872,7 +2872,7 @@ var Roxy = class _Roxy extends HeyApiClient {
|
|
|
2872
2872
|
};
|
|
2873
2873
|
|
|
2874
2874
|
// src/version.ts
|
|
2875
|
-
var VERSION = "1.2.
|
|
2875
|
+
var VERSION = "1.2.30";
|
|
2876
2876
|
|
|
2877
2877
|
// src/factory.ts
|
|
2878
2878
|
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 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/
|
|
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/exaltation/fall).
|
|
59
59
|
*/
|
|
60
60
|
listPlanetMeanings(options) {
|
|
61
61
|
return (options?.client ?? this.client).get({
|
|
@@ -67,7 +67,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
67
67
|
/**
|
|
68
68
|
* Get planet meaning details - Complete astrology planet interpretation
|
|
69
69
|
*
|
|
70
|
-
* Retrieve comprehensive planet interpretation for any astrological planet using lowercase ID (e.g., "sun", "moon") or case-insensitive name (e.g., "Sun", "MOON"). Returns complete astrology meaning including: symbol, tagline, category (personal/social/generational), temperature, orbital period, retrograde status, dignities (rulership/detriment/
|
|
70
|
+
* Retrieve comprehensive planet interpretation for any astrological planet using lowercase ID (e.g., "sun", "moon") or case-insensitive name (e.g., "Sun", "MOON"). Returns complete astrology meaning including: symbol, tagline, category (personal/social/generational), temperature, orbital period, retrograde status, dignities (rulership/detriment/exaltation/fall), positive and negative keywords, and short/long descriptions. Perfect for birth chart readings, planet meaning lookups, astrology education, natal chart interpretation, transit meanings, planetary symbolism reference, and keyword-based interpretations.
|
|
71
71
|
*/
|
|
72
72
|
getPlanetMeaning(options) {
|
|
73
73
|
return (options.client ?? this.client).get({
|
|
@@ -243,7 +243,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
243
243
|
/**
|
|
244
244
|
* Solar Return Chart - Annual birthday forecast with relocated chart
|
|
245
245
|
*
|
|
246
|
-
* Generate a solar return chart for any year
|
|
246
|
+
* Generate a solar return chart for any year, the foundational technique for annual astrological forecasting. The chart is cast for the exact moment the transiting Sun returns to its natal ecliptic longitude (your astrological birthday). Returns full tropical zodiac chart with planetary positions, house cusps, aspects, Ascendant, and Midheaven. Location-sensitive: relocating your solar return chart to a different city changes the houses and Ascendant. Solar return chart API, annual horoscope forecast, birthday chart calculator, yearly astrology prediction, relocated solar return.
|
|
247
247
|
*/
|
|
248
248
|
generateSolarReturn(options) {
|
|
249
249
|
return (options?.client ?? this.client).post({
|
|
@@ -259,7 +259,7 @@ var Astrology = class extends HeyApiClient {
|
|
|
259
259
|
/**
|
|
260
260
|
* Lunar Return Chart - Monthly emotional forecast with Moon cycle chart
|
|
261
261
|
*
|
|
262
|
-
* Generate a lunar return chart for any month
|
|
262
|
+
* Generate a lunar return chart for any month, cast for the exact moment the transiting Moon returns to its natal ecliptic longitude. The Moon completes one sidereal orbit every ~27.3 days, making this the primary technique for monthly astrological forecasting. Returns full tropical zodiac chart with planetary positions, house cusps, aspects, Ascendant, and Midheaven. Reveals emotional patterns, domestic focus, and intuitive themes for the coming month. Lunar return chart API, monthly horoscope forecast, Moon cycle chart, emotional astrology prediction.
|
|
263
263
|
*/
|
|
264
264
|
generateLunarReturn(options) {
|
|
265
265
|
return (options?.client ?? this.client).post({
|
|
@@ -2036,7 +2036,7 @@ var Roxy = class _Roxy extends HeyApiClient {
|
|
|
2036
2036
|
};
|
|
2037
2037
|
|
|
2038
2038
|
// src/version.ts
|
|
2039
|
-
var VERSION = "1.2.
|
|
2039
|
+
var VERSION = "1.2.30";
|
|
2040
2040
|
|
|
2041
2041
|
// src/factory.ts
|
|
2042
2042
|
function createRoxy(auth) {
|
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -41,13 +41,13 @@ export declare class Astrology extends HeyApiClient {
|
|
|
41
41
|
/**
|
|
42
42
|
* Get all planet meanings - Complete astrology planet interpretations list
|
|
43
43
|
*
|
|
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/
|
|
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/exaltation/fall).
|
|
45
45
|
*/
|
|
46
46
|
listPlanetMeanings<ThrowOnError extends boolean = false>(options?: Options<GetAstrologyPlanetMeaningsData, ThrowOnError>): import("./client").RequestResult<GetAstrologyPlanetMeaningsResponses, GetAstrologyPlanetMeaningsErrors, ThrowOnError, "fields">;
|
|
47
47
|
/**
|
|
48
48
|
* Get planet meaning details - Complete astrology planet interpretation
|
|
49
49
|
*
|
|
50
|
-
* Retrieve comprehensive planet interpretation for any astrological planet using lowercase ID (e.g., "sun", "moon") or case-insensitive name (e.g., "Sun", "MOON"). Returns complete astrology meaning including: symbol, tagline, category (personal/social/generational), temperature, orbital period, retrograde status, dignities (rulership/detriment/
|
|
50
|
+
* Retrieve comprehensive planet interpretation for any astrological planet using lowercase ID (e.g., "sun", "moon") or case-insensitive name (e.g., "Sun", "MOON"). Returns complete astrology meaning including: symbol, tagline, category (personal/social/generational), temperature, orbital period, retrograde status, dignities (rulership/detriment/exaltation/fall), positive and negative keywords, and short/long descriptions. Perfect for birth chart readings, planet meaning lookups, astrology education, natal chart interpretation, transit meanings, planetary symbolism reference, and keyword-based interpretations.
|
|
51
51
|
*/
|
|
52
52
|
getPlanetMeaning<ThrowOnError extends boolean = false>(options: Options<GetAstrologyPlanetMeaningsByIdData, ThrowOnError>): import("./client").RequestResult<GetAstrologyPlanetMeaningsByIdResponses, GetAstrologyPlanetMeaningsByIdErrors, ThrowOnError, "fields">;
|
|
53
53
|
/**
|
|
@@ -119,13 +119,13 @@ export declare class Astrology extends HeyApiClient {
|
|
|
119
119
|
/**
|
|
120
120
|
* Solar Return Chart - Annual birthday forecast with relocated chart
|
|
121
121
|
*
|
|
122
|
-
* Generate a solar return chart for any year
|
|
122
|
+
* Generate a solar return chart for any year, the foundational technique for annual astrological forecasting. The chart is cast for the exact moment the transiting Sun returns to its natal ecliptic longitude (your astrological birthday). Returns full tropical zodiac chart with planetary positions, house cusps, aspects, Ascendant, and Midheaven. Location-sensitive: relocating your solar return chart to a different city changes the houses and Ascendant. Solar return chart API, annual horoscope forecast, birthday chart calculator, yearly astrology prediction, relocated solar return.
|
|
123
123
|
*/
|
|
124
124
|
generateSolarReturn<ThrowOnError extends boolean = false>(options?: Options<PostAstrologySolarReturnData, ThrowOnError>): import("./client").RequestResult<PostAstrologySolarReturnResponses, PostAstrologySolarReturnErrors, ThrowOnError, "fields">;
|
|
125
125
|
/**
|
|
126
126
|
* Lunar Return Chart - Monthly emotional forecast with Moon cycle chart
|
|
127
127
|
*
|
|
128
|
-
* Generate a lunar return chart for any month
|
|
128
|
+
* Generate a lunar return chart for any month, cast for the exact moment the transiting Moon returns to its natal ecliptic longitude. The Moon completes one sidereal orbit every ~27.3 days, making this the primary technique for monthly astrological forecasting. Returns full tropical zodiac chart with planetary positions, house cusps, aspects, Ascendant, and Midheaven. Reveals emotional patterns, domestic focus, and intuitive themes for the coming month. Lunar return chart API, monthly horoscope forecast, Moon cycle chart, emotional astrology prediction.
|
|
129
129
|
*/
|
|
130
130
|
generateLunarReturn<ThrowOnError extends boolean = false>(options?: Options<PostAstrologyLunarReturnData, ThrowOnError>): import("./client").RequestResult<PostAstrologyLunarReturnResponses, PostAstrologyLunarReturnErrors, ThrowOnError, "fields">;
|
|
131
131
|
/**
|