Skip to content

Commit c628304

Browse files
release: v0.1.29
1 parent 9686e72 commit c628304

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

roxyapi.gen.go

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specs/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17298,7 +17298,7 @@
1729817298
},
1729917299
"/astrology/composite-chart": {
1730017300
"post": {
17301-
"description": "Generate a composite chart by calculating midpoints between two natal charts. The composite chart represents the relationship as a single entity, showing its core identity, emotional bond, communication style, and growth direction. Returns composite planetary positions, house cusps, Ascendant, Midheaven, aspects, and relationship interpretation. Composite chart API, midpoint chart calculator, relationship astrology, couple chart analysis.",
17301+
"description": "Generate a composite chart by calculating midpoints between two natal charts. The composite chart represents the relationship as a single entity, showing its core identity, emotional bond, communication style, and growth direction. Uses the midpoint method: planets, angles and house cusps are each the midpoint of the two natal values, so the Ascendant always sits on the first cusp. Returns composite planetary positions, house cusps, Ascendant, Midheaven, aspects, and relationship interpretation. Composite chart API, midpoint chart calculator, relationship astrology, couple chart analysis.",
1730217302
"operationId": "generateCompositeChart",
1730317303
"parameters": [
1730417304
{
@@ -17636,7 +17636,7 @@
1763617636
"type": "object"
1763717637
},
1763817638
"compositeHouses": {
17639-
"description": "Composite house cusps. Each house represents shared life areas in the relationship.",
17639+
"description": "Composite house cusps, each the midpoint of the two natal cusps. Each house represents shared life areas in the relationship.",
1764017640
"items": {
1764117641
"properties": {
1764217642
"degree": {

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package roxyapi
22

33
// Version is the published SDK version. It is sent as the X-SDK-Client header on
44
// every request. The release workflow rewrites this constant to the next git tag.
5-
const Version = "0.1.28"
5+
const Version = "0.1.29"

0 commit comments

Comments
 (0)