Skip to content

Commit ab9a1e4

Browse files
release: v1.2.45
1 parent 704de99 commit ab9a1e4

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roxyapi/sdk",
3-
"version": "1.2.44",
3+
"version": "1.2.45",
44
"description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
55
"type": "module",
66
"exports": {

specs/openapi.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"name": {
146146
"type": "string",
147147
"example": "Sun",
148-
"description": "Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith)."
148+
"description": "Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith). The lunar nodes are the mean node; software using the true node may show node positions up to 1.75 degrees different."
149149
},
150150
"longitude": {
151151
"type": "number",
@@ -1508,7 +1508,7 @@
15081508
"name": {
15091509
"type": "string",
15101510
"example": "Sun",
1511-
"description": "Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith)."
1511+
"description": "Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith). The lunar nodes are the mean node; software using the true node may show node positions up to 1.75 degrees different."
15121512
},
15131513
"longitude": {
15141514
"type": "number",
@@ -12841,7 +12841,7 @@
1284112841
"name": {
1284212842
"type": "string",
1284312843
"example": "Sun",
12844-
"description": "Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith)."
12844+
"description": "Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith). The lunar nodes are the mean node; software using the true node may show node positions up to 1.75 degrees different."
1284512845
},
1284612846
"longitude": {
1284712847
"type": "number",
@@ -22388,10 +22388,10 @@
2238822388
"schema": {
2238922389
"type": "string",
2239022390
"example": "chiron",
22391-
"description": "Optional comma separated list of extra bodies to plot beyond the ten classical planets. Allowed values: north-node, chiron, lilith. Unknown values are ignored. Defaults to none."
22391+
"description": "Optional comma separated list of extra bodies to plot beyond the ten classical planets. Allowed values: north-node, chiron, lilith. north-node is the mean lunar node. Unknown values are ignored. Defaults to none."
2239222392
},
2239322393
"required": false,
22394-
"description": "Optional comma separated list of extra bodies to plot beyond the ten classical planets. Allowed values: north-node, chiron, lilith. Unknown values are ignored. Defaults to none.",
22394+
"description": "Optional comma separated list of extra bodies to plot beyond the ten classical planets. Allowed values: north-node, chiron, lilith. north-node is the mean lunar node. Unknown values are ignored. Defaults to none.",
2239522395
"name": "include",
2239622396
"in": "query"
2239722397
}
@@ -22979,10 +22979,10 @@
2297922979
"schema": {
2298022980
"type": "string",
2298122981
"example": "chiron,lilith",
22982-
"description": "Optional comma-separated extra bodies to add beyond the 10 classical planets. Allowed values: north-node, chiron, lilith. Omit to return the 10 classical planets only."
22982+
"description": "Optional comma-separated extra bodies to add beyond the 10 classical planets. Allowed values: north-node, chiron, lilith. north-node is the mean lunar node. Omit to return the 10 classical planets only."
2298322983
},
2298422984
"required": false,
22985-
"description": "Optional comma-separated extra bodies to add beyond the 10 classical planets. Allowed values: north-node, chiron, lilith. Omit to return the 10 classical planets only.",
22985+
"description": "Optional comma-separated extra bodies to add beyond the 10 classical planets. Allowed values: north-node, chiron, lilith. north-node is the mean lunar node. Omit to return the 10 classical planets only.",
2298622986
"name": "include",
2298722987
"in": "query"
2298822988
}

src/types.gen.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export type NatalChartResponse = {
3535
*/
3636
planets: Array<{
3737
/**
38-
* Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
38+
* Planet or point name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith). The lunar nodes are the mean node; software using the true node may show node positions up to 1.75 degrees different.
3939
*/
4040
name: string;
4141
/**
@@ -746,7 +746,7 @@ export type TransitsResponse = {
746746
*/
747747
transitPlanets: Array<{
748748
/**
749-
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
749+
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith). The lunar nodes are the mean node; software using the true node may show node positions up to 1.75 degrees different.
750750
*/
751751
name: string;
752752
/**
@@ -6737,7 +6737,7 @@ export type PostAstrologyPlanetsResponses = {
67376737
*/
67386738
planets: Array<{
67396739
/**
6740-
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith).
6740+
* Planet name (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, North Node, South Node, Chiron, Black Moon Lilith). The lunar nodes are the mean node; software using the true node may show node positions up to 1.75 degrees different.
67416741
*/
67426742
name: string;
67436743
/**
@@ -11255,7 +11255,7 @@ export type PostAstrologyAstrocartographyData = {
1125511255
*/
1125611256
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
1125711257
/**
11258-
* Optional comma separated list of extra bodies to plot beyond the ten classical planets. Allowed values: north-node, chiron, lilith. Unknown values are ignored. Defaults to none.
11258+
* Optional comma separated list of extra bodies to plot beyond the ten classical planets. Allowed values: north-node, chiron, lilith. north-node is the mean lunar node. Unknown values are ignored. Defaults to none.
1125911259
*/
1126011260
include?: string;
1126111261
};
@@ -11530,7 +11530,7 @@ export type PostAstrologyLocalSpaceData = {
1153011530
*/
1153111531
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
1153211532
/**
11533-
* Optional comma-separated extra bodies to add beyond the 10 classical planets. Allowed values: north-node, chiron, lilith. Omit to return the 10 classical planets only.
11533+
* Optional comma-separated extra bodies to add beyond the 10 classical planets. Allowed values: north-node, chiron, lilith. north-node is the mean lunar node. Omit to return the 10 classical planets only.
1153411534
*/
1153511535
include?: string;
1153611536
};

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.2.44';
1+
export const VERSION = '1.2.45';

0 commit comments

Comments
 (0)