Skip to content

Commit 704de99

Browse files
release: v1.2.44
1 parent 653a24f commit 704de99

7 files changed

Lines changed: 12 additions & 13 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Type `roxy.` to see all available namespaces. Type `roxy.{domain}.` to see every
4949
| `roxy.forecast` | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... |
5050
| `roxy.biorhythm` | The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in... |
5151
| `roxy.iching` | I-Ching oracle API with all 64 hexagrams, 384 changing lines, 8 trigrams, and modern interpretations for love, career... |
52-
| `roxy.crystals` | Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties |
52+
| `roxy.crystals` | Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and R... |
5353
| `roxy.dreams` | Dream interpretation API with a 2,000+ symbol dream dictionary and psychological meanings covering animals, objects,... |
5454
| `roxy.angelNumbers` | Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, and 75+ sequences covering eve... |
5555
| `roxy.location` | City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone... |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const { latitude, longitude, timezone } = data.cities[0];
9393
| `roxy.forecast` | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... |
9494
| `roxy.biorhythm` | The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in... |
9595
| `roxy.iching` | I-Ching oracle API with all 64 hexagrams, 384 changing lines, 8 trigrams, and modern interpretations for love, career... |
96-
| `roxy.crystals` | Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties |
96+
| `roxy.crystals` | Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and R... |
9797
| `roxy.dreams` | Dream interpretation API with a 2,000+ symbol dream dictionary and psychological meanings covering animals, objects,... |
9898
| `roxy.angelNumbers` | Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, and 75+ sequences covering eve... |
9999
| `roxy.location` | City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone... |

docs/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ const { data } = await roxy.iching.getTrigram({ path: { id: 'Heaven' } });
13361336

13371337
## Crystals and Healing Stones — `roxy.crystals`
13381338

1339-
Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties
1339+
Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and R...
13401340

13411341
```typescript
13421342
// Crystals by Zodiac Sign

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.43",
3+
"version": "1.2.44",
44
"description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
55
"type": "module",
66
"exports": {

specs/openapi.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"name": "Crystals and Healing Stones",
66-
"description": "Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties. Filter by chakra (Root through Crown), zodiac sign, or element, search by keyword, browse birthstones by month, discover crystal pairings, and get random or daily crystal picks. Includes Mohs hardness, numerological vibration, and planetary associations per stone. Built for wellness apps, crystal shops, chakra-balancing tools, astrology integrations, and AI spiritual advisors. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
66+
"description": "Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and Rose Quartz to Moldavite and Selenite, each with its spiritual, emotional, and physical properties. Filter by chakra (Root through Crown), zodiac sign, or element, search by keyword, browse birthstones by month, discover crystal pairings, and get random or daily crystal picks. Includes Mohs hardness, numerological vibration, and planetary associations per stone. Built for wellness apps, crystal shops, chakra-balancing tools, astrology integrations, and AI spiritual advisors. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
6767
},
6868
{
6969
"name": "Dreams",
@@ -68448,10 +68448,10 @@
6844868448
"schema": {
6844968449
"type": "string",
6845068450
"example": "amethyst",
68451-
"description": "URL-safe crystal identifier to find pairings for (e.g., \"amethyst\", \"rose-quartz\")."
68451+
"description": "URL-safe crystal identifier to find pairings for, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve)."
6845268452
},
6845368453
"required": true,
68454-
"description": "URL-safe crystal identifier to find pairings for (e.g., \"amethyst\", \"rose-quartz\").",
68454+
"description": "URL-safe crystal identifier to find pairings for, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve).",
6845568455
"name": "id",
6845668456
"in": "path"
6845768457
},
@@ -70101,7 +70101,6 @@
7010170101
"properties": {
7010270102
"total": {
7010370103
"type": "number",
70104-
"example": 80,
7010570104
"description": "Total number of crystals matching the filter criteria."
7010670105
},
7010770106
"limit": {
@@ -70395,10 +70394,10 @@
7039570394
"schema": {
7039670395
"type": "string",
7039770396
"example": "amethyst",
70398-
"description": "URL-safe crystal identifier (e.g., \"amethyst\", \"rose-quartz\", \"black-tourmaline\"). Must match an entry in the database."
70397+
"description": "URL-safe crystal identifier, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve). Must match an entry in the database."
7039970398
},
7040070399
"required": true,
70401-
"description": "URL-safe crystal identifier (e.g., \"amethyst\", \"rose-quartz\", \"black-tourmaline\"). Must match an entry in the database.",
70400+
"description": "URL-safe crystal identifier, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve). Must match an entry in the database.",
7040270401
"name": "id",
7040370402
"in": "path"
7040470403
},

src/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33896,7 +33896,7 @@ export type GetCrystalsPairingsByIdData = {
3389633896
body?: never;
3389733897
path: {
3389833898
/**
33899-
* URL-safe crystal identifier to find pairings for (e.g., "amethyst", "rose-quartz").
33899+
* URL-safe crystal identifier to find pairings for, case-insensitive (e.g., "amethyst", "Amethyst", "rose-quartz" all resolve).
3390033900
*/
3390133901
id: string;
3390233902
};
@@ -34855,7 +34855,7 @@ export type GetCrystalsByIdData = {
3485534855
body?: never;
3485634856
path: {
3485734857
/**
34858-
* URL-safe crystal identifier (e.g., "amethyst", "rose-quartz", "black-tourmaline"). Must match an entry in the database.
34858+
* URL-safe crystal identifier, case-insensitive (e.g., "amethyst", "Amethyst", "rose-quartz" all resolve). Must match an entry in the database.
3485934859
*/
3486034860
id: string;
3486134861
};

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.43';
1+
export const VERSION = '1.2.44';

0 commit comments

Comments
 (0)