@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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.2.19";
1
+ export declare const VERSION = "1.2.20";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roxyapi/sdk",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
5
5
  "type": "module",
6
6
  "exports": {
package/src/types.gen.ts CHANGED
@@ -3729,6 +3729,10 @@ export type GetAstrologySignsByIdResponses = {
3729
3729
  * Secret weapon or superpower of this sign.
3730
3730
  */
3731
3731
  weapon?: string;
3732
+ /**
3733
+ * 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.
3734
+ */
3735
+ compatibleSigns: Array<string>;
3732
3736
  };
3733
3737
  };
3734
3738
 
@@ -7868,7 +7872,7 @@ export type GetAstrologyHoroscopeBySignDailyResponses = {
7868
7872
  */
7869
7873
  luckyColor: string;
7870
7874
  /**
7871
- * Most compatible zodiac signs today. First sign is where Venus transits, second is the Moon sign, remainder from elemental harmony.
7875
+ * 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.
7872
7876
  */
7873
7877
  compatibleSigns: Array<string>;
7874
7878
  /**
@@ -8059,7 +8063,7 @@ export type GetAstrologyHoroscopeBySignWeeklyResponses = {
8059
8063
  */
8060
8064
  luckyNumbers: Array<number>;
8061
8065
  /**
8062
- * Most compatible signs this week.
8066
+ * Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element).
8063
8067
  */
8064
8068
  compatibleSigns: Array<string>;
8065
8069
  };
@@ -8260,7 +8264,7 @@ export type GetAstrologyHoroscopeBySignMonthlyResponses = {
8260
8264
  */
8261
8265
  luckyColor: string;
8262
8266
  /**
8263
- * Most compatible signs this month.
8267
+ * Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element).
8264
8268
  */
8265
8269
  compatibleSigns: Array<string>;
8266
8270
  };
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.2.19';
1
+ export const VERSION = '1.2.20';