@roxyapi/sdk 1.2.19 → 1.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/factory.cjs +1 -1
- package/dist/factory.js +1 -1
- package/dist/types.gen.d.ts +7 -3
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.gen.ts +7 -3
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://roxyapi.com">
|
|
3
|
+
<img src="https://raw.githubusercontent.com/RoxyAPI/sdk-typescript/main/assets/hero.png" alt="Roxy TypeScript SDK. Astrology, Vedic, tarot, numerology, and more behind one API key." width="100%">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
1
7
|
# @roxyapi/sdk
|
|
2
8
|
|
|
3
9
|
[](https://www.npmjs.com/package/@roxyapi/sdk)
|
|
@@ -283,6 +289,10 @@ const { data: anyNumber } = await roxy.angelNumbers.analyzeNumberSequence({ quer
|
|
|
283
289
|
|
|
284
290
|
## Built for AI agents (Cursor, Claude Code, Copilot, Codex, Gemini CLI)
|
|
285
291
|
|
|
292
|
+
<p align="center">
|
|
293
|
+
<img src="https://raw.githubusercontent.com/RoxyAPI/sdk-typescript/main/assets/agents.png" alt="Built for Cursor, Claude, Copilot, Codex. AGENTS.md ships in node_modules, remote MCP, no local setup." width="100%">
|
|
294
|
+
</p>
|
|
295
|
+
|
|
286
296
|
This package ships with bundled documentation that AI coding agents read directly from `node_modules/`:
|
|
287
297
|
|
|
288
298
|
- `AGENTS.md` for quick start, patterns, gotchas, common-tasks reference
|
package/dist/factory.cjs
CHANGED
package/dist/factory.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -3659,6 +3659,10 @@ export type GetAstrologySignsByIdResponses = {
|
|
|
3659
3659
|
* Secret weapon or superpower of this sign.
|
|
3660
3660
|
*/
|
|
3661
3661
|
weapon?: string;
|
|
3662
|
+
/**
|
|
3663
|
+
* Most compatible zodiac signs for this sign. Trine partners (same element, 120 degrees apart) listed first, followed by a sextile partner (complementary element, 60 degrees apart). Use for compatibility widgets, dating app onboarding, sign profile cards, and zodiac matchmaking.
|
|
3664
|
+
*/
|
|
3665
|
+
compatibleSigns: Array<string>;
|
|
3662
3666
|
};
|
|
3663
3667
|
};
|
|
3664
3668
|
export type GetAstrologySignsByIdResponse = GetAstrologySignsByIdResponses[keyof GetAstrologySignsByIdResponses];
|
|
@@ -7713,7 +7717,7 @@ export type GetAstrologyHoroscopeBySignDailyResponses = {
|
|
|
7713
7717
|
*/
|
|
7714
7718
|
luckyColor: string;
|
|
7715
7719
|
/**
|
|
7716
|
-
* Most compatible zodiac signs
|
|
7720
|
+
* Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element). Use for compatibility widgets, dating app onboarding, and horoscope cards.
|
|
7717
7721
|
*/
|
|
7718
7722
|
compatibleSigns: Array<string>;
|
|
7719
7723
|
/**
|
|
@@ -7899,7 +7903,7 @@ export type GetAstrologyHoroscopeBySignWeeklyResponses = {
|
|
|
7899
7903
|
*/
|
|
7900
7904
|
luckyNumbers: Array<number>;
|
|
7901
7905
|
/**
|
|
7902
|
-
* Most compatible signs this
|
|
7906
|
+
* Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element).
|
|
7903
7907
|
*/
|
|
7904
7908
|
compatibleSigns: Array<string>;
|
|
7905
7909
|
};
|
|
@@ -8095,7 +8099,7 @@ export type GetAstrologyHoroscopeBySignMonthlyResponses = {
|
|
|
8095
8099
|
*/
|
|
8096
8100
|
luckyColor: string;
|
|
8097
8101
|
/**
|
|
8098
|
-
* Most compatible signs this
|
|
8102
|
+
* Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element).
|
|
8099
8103
|
*/
|
|
8100
8104
|
compatibleSigns: Array<string>;
|
|
8101
8105
|
};
|