Skip to content

Commit 9dfdcdf

Browse files
release: v0.1.22
1 parent 5656918 commit 9dfdcdf

5 files changed

Lines changed: 14 additions & 12 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
"/tests"
8585
]
8686
},
87-
"version": "0.1.21"
87+
"version": "0.1.22"
8888
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roxyapi-sdk-php-tooling",
33
"private": true,
4-
"version": "0.1.21",
4+
"version": "0.1.22",
55
"description": "Codegen tooling for the roxyapi/sdk Composer package. Not published.",
66
"type": "module",
77
"scripts": {

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/Generated/Resources/AstrologyResource.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ public function generateAsteroids(
464464
* the given date, so you can pass `cities[0].timezone` from /location/search directly.
465465
* @param string|null $include
466466
* Optional comma separated list of extra bodies to plot beyond the ten classical planets.
467-
* Allowed values: north-node, chiron, lilith. Unknown values are ignored. Defaults to none.
467+
* Allowed values: north-node, chiron, lilith. north-node is the mean lunar node. Unknown
468+
* values are ignored. Defaults to none.
468469
* @param string|null $lang
469470
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en.
470471
* Languages without translations yet return English.
@@ -652,7 +653,8 @@ public function generateLilith(
652653
* "America/New_York"). IANA resolved to the DST-correct offset for the birth date.
653654
* @param string|null $include
654655
* Optional comma-separated extra bodies to add beyond the 10 classical planets. Allowed
655-
* values: north-node, chiron, lilith. Omit to return the 10 classical planets only.
656+
* values: north-node, chiron, lilith. north-node is the mean lunar node. Omit to return the 10
657+
* classical planets only.
656658
* @param string|null $lang
657659
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en.
658660
* Languages without translations yet return English.

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
*/
1010
final class Version
1111
{
12-
public const VERSION = '0.1.21';
12+
public const VERSION = '0.1.22';
1313
}

0 commit comments

Comments
 (0)