@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 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
  [![npm](https://img.shields.io/npm/v/@roxyapi/sdk)](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
@@ -2821,7 +2821,7 @@ var Roxy = class _Roxy extends HeyApiClient {
2821
2821
  };
2822
2822
 
2823
2823
  // src/version.ts
2824
- var VERSION = "1.2.19";
2824
+ var VERSION = "1.2.20";
2825
2825
 
2826
2826
  // src/factory.ts
2827
2827
  function createRoxy(auth) {
package/dist/factory.js CHANGED
@@ -1986,7 +1986,7 @@ var Roxy = class _Roxy extends HeyApiClient {
1986
1986
  };
1987
1987
 
1988
1988
  // src/version.ts
1989
- var VERSION = "1.2.19";
1989
+ var VERSION = "1.2.20";
1990
1990
 
1991
1991
  // src/factory.ts
1992
1992
  function createRoxy(auth) {
@@ -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 today. First sign is where Venus transits, second is the Moon sign, remainder from elemental harmony.
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 week.
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 month.
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
  };