Skip to content

Commit 9063ce9

Browse files
release: v0.1.35
1 parent b1a3cb8 commit 9063ce9

7 files changed

Lines changed: 16 additions & 16 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.34"
87+
"version": "0.1.35"
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.34",
4+
"version": "0.1.35",
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
@@ -5964,7 +5964,7 @@
59645964
"id": {
59655965
"type": "string",
59665966
"example": "gajakesari",
5967-
"description": "Glossary id (lowercase, kebab-case) matching an entry in the 300-entry planetary-yoga catalog. Use with GET /yoga/{id} to retrieve the full glossary text."
5967+
"description": "Glossary id (lowercase, kebab-case) matching an entry in the 301-entry planetary-yoga catalog. Use with GET /yoga/{id} to retrieve the full glossary text."
59685968
},
59695969
"name": {
59705970
"type": "string",
@@ -8065,7 +8065,7 @@
80658065
"id": {
80668066
"type": "string",
80678067
"example": "gajakesari",
8068-
"description": "Glossary id (lowercase, kebab-case) matching an entry in the 300-entry planetary-yoga catalog. Use with GET /yoga/{id} to retrieve the full glossary text."
8068+
"description": "Glossary id (lowercase, kebab-case) matching an entry in the 301-entry planetary-yoga catalog. Use with GET /yoga/{id} to retrieve the full glossary text."
80698069
},
80708070
"name": {
80718071
"type": "string",
@@ -8124,7 +8124,7 @@
81248124
"id": {
81258125
"type": "string",
81268126
"example": "gajakesari",
8127-
"description": "Glossary id (lowercase, kebab-case) matching an entry in the 300-entry planetary-yoga catalog. Use with GET /yoga/{id} to retrieve the full glossary text."
8127+
"description": "Glossary id (lowercase, kebab-case) matching an entry in the 301-entry planetary-yoga catalog. Use with GET /yoga/{id} to retrieve the full glossary text."
81288128
},
81298129
"name": {
81308130
"type": "string",
@@ -40417,8 +40417,8 @@
4041740417
"tags": [
4041840418
"Vedic Astrology"
4041940419
],
40420-
"summary": "List all planetary yogas - 300+ Vedic Yoga Glossary",
40421-
"description": "Browse the 300+ entry Vedic planetary-yoga glossary. Returns id and name for every cataloged yoga (Raja, Dhana, Pancha Mahapurusha, Nabhasa, Chandra-Mangala, and more). This is a dictionary lookup, not chart-driven detection: it does not inspect a birth chart. Use GET /yoga/{id} for the full glossary entry, or POST /yoga/detect to run all 44 detection rules against a specific kundli. Ideal for yoga-browser UIs, search, and progressive data loading.",
40420+
"summary": "List all planetary yogas - 301 entry Vedic Yoga Glossary",
40421+
"description": "Browse the 301-entry Vedic planetary-yoga glossary. Returns id and name for every cataloged yoga (Raja, Dhana, Pancha Mahapurusha, Nabhasa, Chandra-Mangala, and more). This is a dictionary lookup, not chart-driven detection: it does not inspect a birth chart. Use GET /yoga/{id} for the full glossary entry, or POST /yoga/detect to run all 44 detection rules against a specific kundli. Ideal for yoga-browser UIs, search, and progressive data loading.",
4042240422
"security": [
4042340423
{
4042440424
"apiKey": []
@@ -72643,12 +72643,12 @@
7264372643
"question": {
7264472644
"type": "string",
7264572645
"example": "What do I need to know about my career path?",
72646-
"description": "Optional querent question to focus the career spread. It is echoed back on the reading and gives the five career positions their context. Omit for general work and vocation guidance."
72646+
"description": "Optional querent question to focus the career spread. It is echoed back on the reading and gives the seven career positions their context. Omit for general work and vocation guidance."
7264772647
},
7264872648
"seed": {
7264972649
"type": "string",
7265072650
"example": "reading-2f9c1a",
72651-
"description": "Optional seed for reproducible results. The same seed always draws the same five cards into the same career positions, which is what lets a reading be shared or re-rendered. Omit for a random draw."
72651+
"description": "Optional seed for reproducible results. The same seed always draws the same seven cards into the same career positions, which is what lets a reading be shared or re-rendered. Omit for a random draw."
7265272652
}
7265372653
}
7265472654
}

src/Generated/Requests/ListYogasRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
use Saloon\Http\Request;
1414

1515
/**
16-
* List all planetary yogas - 300+ Vedic Yoga Glossary
16+
* List all planetary yogas - 301 entry Vedic Yoga Glossary
1717
*
18-
* Browse the 300+ entry Vedic planetary-yoga glossary. Returns id and name for every cataloged
18+
* Browse the 301-entry Vedic planetary-yoga glossary. Returns id and name for every cataloged
1919
* yoga (Raja, Dhana, Pancha Mahapurusha, Nabhasa, Chandra-Mangala, and more). This is a
2020
* dictionary lookup, not chart-driven detection: it does not inspect a birth chart. Use GET
2121
* /yoga/{id} for the full glossary entry, or POST /yoga/detect to run all 44 detection rules

src/Generated/Resources/TarotResource.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ class TarotResource extends BaseResource
4242
*
4343
* @param string|null $question
4444
* Optional querent question to focus the career spread. It is echoed back on the reading and
45-
* gives the five career positions their context. Omit for general work and vocation guidance.
45+
* gives the seven career positions their context. Omit for general work and vocation guidance.
4646
* @param string|null $seed
47-
* Optional seed for reproducible results. The same seed always draws the same five cards into
47+
* Optional seed for reproducible results. The same seed always draws the same seven cards into
4848
* the same career positions, which is what lets a reading be shared or re-rendered. Omit for a
4949
* random draw.
5050
* @param string|null $lang

src/Generated/Resources/VedicAstrologyResource.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3127,9 +3127,9 @@ public function listRashis(
31273127
}
31283128

31293129
/**
3130-
* List all planetary yogas - 300+ Vedic Yoga Glossary
3130+
* List all planetary yogas - 301 entry Vedic Yoga Glossary
31313131
*
3132-
* Browse the 300+ entry Vedic planetary-yoga glossary. Returns id and name for every cataloged
3132+
* Browse the 301-entry Vedic planetary-yoga glossary. Returns id and name for every cataloged
31333133
* yoga (Raja, Dhana, Pancha Mahapurusha, Nabhasa, Chandra-Mangala, and more). This is a
31343134
* dictionary lookup, not chart-driven detection: it does not inspect a birth chart. Use GET
31353135
* /yoga/{id} for the full glossary entry, or POST /yoga/detect to run all 44 detection rules

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

0 commit comments

Comments
 (0)