Skip to content

Commit e1b1d70

Browse files
release: v0.1.3
1 parent 4b075ae commit e1b1d70

9 files changed

Lines changed: 122 additions & 98 deletions

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.2"
87+
"version": "0.1.3"
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.2",
4+
"version": "0.1.3",
55
"description": "Codegen tooling for the roxyapi/sdk Composer package. Not published.",
66
"type": "module",
77
"scripts": {

specs/openapi.json

Lines changed: 73 additions & 54 deletions
Large diffs are not rendered by default.

src/Generated/Requests/CalculateTransitsRequest.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
/**
1818
* Calculate planetary transits - Current transits with natal chart comparison
1919
*
20-
* Calculate current or future planetary transits (positions of all planets now). Optionally
21-
* compare transits to natal chart to find transit-to-natal aspects. Returns all 10 planet
22-
* positions with signs, degrees, and speeds. When natal chart provided, includes transit
23-
* aspects (transiting Sun conjunct natal Mars, etc.) with orbs and applying/separating status.
24-
* Perfect for daily transit forecasts, aspect alerts, and personalized transit reports.
20+
* Calculate current or future planetary transits (positions of all bodies now). Optionally
21+
* compare transits to natal chart to find transit-to-natal aspects. Returns all 14 celestial
22+
* bodies (the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith) with
23+
* signs, degrees, and speeds. When natal chart provided, includes transit aspects (transiting
24+
* Sun conjunct natal Mars, etc.) with orbs and applying/separating status. Perfect for daily
25+
* transit forecasts, aspect alerts, and personalized transit reports.
2526
*
2627
* POST /astrology/transits
2728
*/

src/Generated/Requests/GenerateNatalChartRequest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
* Generate natal chart - Birth chart calculator API with houses and aspects
1919
*
2020
* Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns
21-
* all 10 planetary positions (Sun through Pluto), 12 house cusps with customizable house
22-
* systems (Placidus, Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven,
23-
* dominant elements and modalities. Perfect for astrology apps, birth chart generators,
24-
* horoscope websites, and astrological consultation tools. Verified against NASA JPL Horizons.
21+
* all 14 celestial bodies (the 10 classical planets Sun through Pluto, the lunar nodes,
22+
* Chiron, and Black Moon Lilith), 12 house cusps with customizable house systems (Placidus,
23+
* Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven, dominant elements
24+
* and modalities. Perfect for astrology apps, birth chart generators, horoscope websites, and
25+
* astrological consultation tools. Verified against NASA JPL Horizons.
2526
*
2627
* POST /astrology/natal-chart
2728
*/

src/Generated/Requests/GetPlanetaryPositionsRequest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
/**
1818
* Get planetary positions - Ephemeris calculator for all planets
1919
*
20-
* Calculate accurate tropical zodiac positions for all 10 planets (Sun, Moon, Mercury, Venus,
21-
* Mars, Jupiter, Saturn, Uranus, Neptune, Pluto) for any date, time, and location. Returns
22-
* longitude, latitude, zodiac sign, degree within sign, daily motion speed, and retrograde
23-
* status. Perfect for transit tracking, ephemeris tables, astrology apps, and planetary
24-
* position widgets. Verified against NASA JPL Horizons.
20+
* Calculate accurate tropical zodiac positions for all 14 celestial bodies (the 10 classical
21+
* planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith) for any date,
22+
* time, and location. Returns longitude, latitude, zodiac sign, degree within sign, daily
23+
* motion speed, and retrograde status. Perfect for transit tracking, ephemeris tables,
24+
* astrology apps, and planetary position widgets. Verified against NASA JPL Horizons.
2525
*
2626
* POST /astrology/planets
2727
*/

src/Generated/Requests/ListPlanetMeaningsRequest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
/**
1616
* Get all planet meanings - Complete astrology planet interpretations list
1717
*
18-
* Returns all 10 astrological planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn,
19-
* Uranus, Neptune, Pluto) with essential meanings: name, symbol, tagline, category
20-
* (personal/social/generational), ruling sign, and short descriptions. Perfect for astrology
21-
* reference apps, planet meaning widgets, birth chart interpretation tools, astrology learning
22-
* platforms, planetary keywords reference, and zodiac planet guides. Use GET
23-
* /planet-meanings/{id} for complete planet profiles with detailed interpretations, keywords,
18+
* Returns all 14 astrological bodies (the 10 classical planets Sun through Pluto, the lunar
19+
* nodes, Chiron, and Black Moon Lilith) with essential meanings: name, symbol, tagline,
20+
* category (personal/social/generational), ruling sign, and short descriptions. Perfect for
21+
* astrology reference apps, planet meaning widgets, birth chart interpretation tools,
22+
* astrology learning platforms, planetary keywords reference, and zodiac planet guides. Use
23+
* GET /planet-meanings/{id} for complete profiles with detailed interpretations, keywords,
2424
* temperature, and dignities (rulership/detriment/exultation/fall).
2525
*
2626
* GET /astrology/planet-meanings

src/Generated/Resources/AstrologyResource.php

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ class AstrologyResource extends BaseResource
3939
* @param array|null $aspectTypes
4040
* Optional: specific aspect types to find (defaults to all 9)
4141
* @param array|null $planets
42-
* Optional: specific planets to calculate aspects for (defaults to all 10)
42+
* Optional: specific bodies to calculate aspects for (defaults to all 14: the 10 classical
43+
* planets, the lunar nodes, Chiron, and Black Moon Lilith)
4344
* @param string|null $lang
4445
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en.
4546
* Languages without translations yet return English.
@@ -238,11 +239,12 @@ public function calculateTransitAspects(
238239
/**
239240
* Calculate planetary transits - Current transits with natal chart comparison
240241
*
241-
* Calculate current or future planetary transits (positions of all planets now). Optionally
242-
* compare transits to natal chart to find transit-to-natal aspects. Returns all 10 planet
243-
* positions with signs, degrees, and speeds. When natal chart provided, includes transit
244-
* aspects (transiting Sun conjunct natal Mars, etc.) with orbs and applying/separating status.
245-
* Perfect for daily transit forecasts, aspect alerts, and personalized transit reports.
242+
* Calculate current or future planetary transits (positions of all bodies now). Optionally
243+
* compare transits to natal chart to find transit-to-natal aspects. Returns all 14 celestial
244+
* bodies (the 10 classical planets, the lunar nodes, Chiron, and Black Moon Lilith) with
245+
* signs, degrees, and speeds. When natal chart provided, includes transit aspects (transiting
246+
* Sun conjunct natal Mars, etc.) with orbs and applying/separating status. Perfect for daily
247+
* transit forecasts, aspect alerts, and personalized transit reports.
246248
*
247249
* POST /astrology/transits
248250
*
@@ -368,10 +370,11 @@ public function generateLunarReturn(
368370
* Generate natal chart - Birth chart calculator API with houses and aspects
369371
*
370372
* Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns
371-
* all 10 planetary positions (Sun through Pluto), 12 house cusps with customizable house
372-
* systems (Placidus, Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven,
373-
* dominant elements and modalities. Perfect for astrology apps, birth chart generators,
374-
* horoscope websites, and astrological consultation tools. Verified against NASA JPL Horizons.
373+
* all 14 celestial bodies (the 10 classical planets Sun through Pluto, the lunar nodes,
374+
* Chiron, and Black Moon Lilith), 12 house cusps with customizable house systems (Placidus,
375+
* Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven, dominant elements
376+
* and modalities. Perfect for astrology apps, birth chart generators, horoscope websites, and
377+
* astrological consultation tools. Verified against NASA JPL Horizons.
375378
*
376379
* POST /astrology/natal-chart
377380
*
@@ -663,11 +666,11 @@ public function getMoonCalendar(
663666
/**
664667
* Get planetary positions - Ephemeris calculator for all planets
665668
*
666-
* Calculate accurate tropical zodiac positions for all 10 planets (Sun, Moon, Mercury, Venus,
667-
* Mars, Jupiter, Saturn, Uranus, Neptune, Pluto) for any date, time, and location. Returns
668-
* longitude, latitude, zodiac sign, degree within sign, daily motion speed, and retrograde
669-
* status. Perfect for transit tracking, ephemeris tables, astrology apps, and planetary
670-
* position widgets. Verified against NASA JPL Horizons.
669+
* Calculate accurate tropical zodiac positions for all 14 celestial bodies (the 10 classical
670+
* planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith) for any date,
671+
* time, and location. Returns longitude, latitude, zodiac sign, degree within sign, daily
672+
* motion speed, and retrograde status. Perfect for transit tracking, ephemeris tables,
673+
* astrology apps, and planetary position widgets. Verified against NASA JPL Horizons.
671674
*
672675
* POST /astrology/planets
673676
*
@@ -836,12 +839,12 @@ public function getZodiacSign(
836839
/**
837840
* Get all planet meanings - Complete astrology planet interpretations list
838841
*
839-
* Returns all 10 astrological planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn,
840-
* Uranus, Neptune, Pluto) with essential meanings: name, symbol, tagline, category
841-
* (personal/social/generational), ruling sign, and short descriptions. Perfect for astrology
842-
* reference apps, planet meaning widgets, birth chart interpretation tools, astrology learning
843-
* platforms, planetary keywords reference, and zodiac planet guides. Use GET
844-
* /planet-meanings/{id} for complete planet profiles with detailed interpretations, keywords,
842+
* Returns all 14 astrological bodies (the 10 classical planets Sun through Pluto, the lunar
843+
* nodes, Chiron, and Black Moon Lilith) with essential meanings: name, symbol, tagline,
844+
* category (personal/social/generational), ruling sign, and short descriptions. Perfect for
845+
* astrology reference apps, planet meaning widgets, birth chart interpretation tools,
846+
* astrology learning platforms, planetary keywords reference, and zodiac planet guides. Use
847+
* GET /planet-meanings/{id} for complete profiles with detailed interpretations, keywords,
845848
* temperature, and dignities (rulership/detriment/exultation/fall).
846849
*
847850
* GET /astrology/planet-meanings

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.2';
12+
public const VERSION = '0.1.3';
1313
}

0 commit comments

Comments
 (0)