@roxyapi/sdk 1.2.23 → 1.2.24

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/AGENTS.md CHANGED
@@ -41,18 +41,18 @@ Type `roxy.` to see all available namespaces. Type `roxy.{domain}.` to see every
41
41
  <!-- BEGIN:DOMAINS -->
42
42
  | Namespace | Endpoints | What it covers |
43
43
  |-----------|-----------|----------------|
44
- | `roxy.astrology` | 22 | Western astrology: natal charts, horoscopes, synastry, moon phases, transits, compatibility |
45
- | `roxy.vedicAstrology` | 42 | Vedic/Jyotish: birth charts, dashas, nakshatras, panchang, KP system, doshas, yogas |
46
- | `roxy.numerology` | 16 | Life path, expression, soul urge, personal year, karmic analysis, compatibility |
47
- | `roxy.tarot` | 10 | Rider-Waite-Smith deck: spreads, daily pulls, yes/no, Celtic Cross, custom layouts |
48
- | `roxy.biorhythm` | 6 | 10-cycle biorhythm readings, forecasts, critical days, compatibility, daily check-ins (wellness, dating, productivity) |
49
- | `roxy.iching` | 9 | I Ching: hexagrams, trigrams, coin casting, daily readings |
50
- | `roxy.crystals` | 12 | Crystal healing properties, zodiac/chakra pairings, birthstones, search |
51
- | `roxy.dreams` | 5 | Dream symbol dictionary and interpretations |
52
- | `roxy.angelNumbers` | 4 | Angel number meanings, pattern analysis, daily guidance |
53
- | `roxy.location` | 3 | City geocoding for birth chart coordinates |
54
- | `roxy.usage` | 1 | API usage stats and subscription info |
55
- | `roxy.languages` | 1 | Supported response languages for the lang query parameter (code, English name, native name) |
44
+ | `roxy.astrology` | 22 | Production-ready Western astrology API + remote MCP for AI agents and developers |
45
+ | `roxy.vedicAstrology` | 42 | Production-grade Vedic (Jyotish) and KP astrology API + remote MCP for AI agents and developers |
46
+ | `roxy.numerology` | 16 | Production-ready Pythagorean numerology API + hosted MCP for AI agents and developers |
47
+ | `roxy.tarot` | 10 | Production-ready tarot card reading API + hosted MCP for AI agents and developers |
48
+ | `roxy.biorhythm` | 6 | The most complete biorhythm API + remote MCP for AI agents and developers |
49
+ | `roxy.iching` | 9 | I-Ching oracle API + hosted MCP for AI agents and developers |
50
+ | `roxy.crystals` | 12 | Production-ready crystal healing API + hosted MCP for AI agents and developers |
51
+ | `roxy.dreams` | 5 | Dream interpretation API + hosted MCP for AI agents and developers |
52
+ | `roxy.angelNumbers` | 4 | Production-ready angel numbers API + hosted MCP for AI agents and developers |
53
+ | `roxy.location` | 3 | City search and geocoding API + hosted MCP for AI agents and astrology apps |
54
+ | `roxy.usage` | 1 | Monitor your API usage, check rate limits, and track request consumption |
55
+ | `roxy.languages` | 1 | List the response languages accepted by the `lang` query parameter on every i18n-aware endpoint |
56
56
  <!-- END:DOMAINS -->
57
57
 
58
58
  **Total:** 130 endpoints across 10 product domains plus usage and languages. Counts auto-sync from `specs/openapi.json` at release time.
package/README.md CHANGED
@@ -85,18 +85,18 @@ const { latitude, longitude, timezone } = data.cities[0];
85
85
  <!-- BEGIN:DOMAINS -->
86
86
  | Namespace | Endpoints | What it covers |
87
87
  |-----------|-----------|----------------|
88
- | `roxy.astrology` | 22 | Western astrology: natal charts, horoscopes, synastry, moon phases |
89
- | `roxy.vedicAstrology` | 42 | Vedic/Jyotish: birth charts, dashas, nakshatras, panchang, KP system |
90
- | `roxy.numerology` | 16 | Life path, expression, soul urge, personal year, karmic lessons |
91
- | `roxy.tarot` | 10 | 78-card readings: spreads, daily pulls, yes/no, Celtic Cross |
92
- | `roxy.biorhythm` | 6 | 10-cycle biorhythm readings, forecasts, critical days, compatibility |
93
- | `roxy.iching` | 9 | I Ching hexagrams, trigrams, daily readings |
94
- | `roxy.crystals` | 12 | Crystal meanings, healing properties, zodiac and chakra pairings |
95
- | `roxy.dreams` | 5 | Dream symbol dictionary: 3,000+ interpretations |
96
- | `roxy.angelNumbers` | 4 | Angel number lookup, pattern analysis, daily guidance |
97
- | `roxy.location` | 3 | City and country search for birth chart coordinates |
98
- | `roxy.usage` | 1 | API usage stats, rate limits, subscription info |
99
- | `roxy.languages` | 1 | List supported response languages for the lang query parameter |
88
+ | `roxy.astrology` | 22 | Production-ready Western astrology API + remote MCP for AI agents and developers |
89
+ | `roxy.vedicAstrology` | 42 | Production-grade Vedic (Jyotish) and KP astrology API + remote MCP for AI agents and developers |
90
+ | `roxy.numerology` | 16 | Production-ready Pythagorean numerology API + hosted MCP for AI agents and developers |
91
+ | `roxy.tarot` | 10 | Production-ready tarot card reading API + hosted MCP for AI agents and developers |
92
+ | `roxy.biorhythm` | 6 | The most complete biorhythm API + remote MCP for AI agents and developers |
93
+ | `roxy.iching` | 9 | I-Ching oracle API + hosted MCP for AI agents and developers |
94
+ | `roxy.crystals` | 12 | Production-ready crystal healing API + hosted MCP for AI agents and developers |
95
+ | `roxy.dreams` | 5 | Dream interpretation API + hosted MCP for AI agents and developers |
96
+ | `roxy.angelNumbers` | 4 | Production-ready angel numbers API + hosted MCP for AI agents and developers |
97
+ | `roxy.location` | 3 | City search and geocoding API + hosted MCP for AI agents and astrology apps |
98
+ | `roxy.usage` | 1 | Monitor your API usage, check rate limits, and track request consumption |
99
+ | `roxy.languages` | 1 | List the response languages accepted by the `lang` query parameter on every i18n-aware endpoint |
100
100
  <!-- END:DOMAINS -->
101
101
 
102
102
  ## Most-used endpoints
package/dist/factory.cjs CHANGED
@@ -2721,7 +2721,7 @@ var Location = class extends HeyApiClient {
2721
2721
  /**
2722
2722
  * Search cities worldwide - Geocoding autocomplete with coordinates and timezone
2723
2723
  *
2724
- * City autocomplete and geocoding search across 7,000+ locations in 227 countries. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Covers all major cities in Europe, Americas, Asia, Africa, and Oceania.
2724
+ * City autocomplete and geocoding search across 23,000+ locations in 240+ countries, including deep coverage of Indian tier-2 and tier-3 cities. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Common alternate names like Bombay, Calcutta, Madras, and Banaras transparently resolve to their canonical entries.
2725
2725
  */
2726
2726
  searchCities(options) {
2727
2727
  return (options.client ?? this.client).get({
@@ -2731,9 +2731,9 @@ var Location = class extends HeyApiClient {
2731
2731
  });
2732
2732
  }
2733
2733
  /**
2734
- * List all 227 countries - ISO codes and city coverage
2734
+ * List all countries - ISO codes and city coverage
2735
2735
  *
2736
- * Returns all 227 countries with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
2736
+ * Returns every country with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
2737
2737
  */
2738
2738
  listCountries(options) {
2739
2739
  return (options?.client ?? this.client).get({
@@ -2840,7 +2840,7 @@ var Roxy = class _Roxy extends HeyApiClient {
2840
2840
  };
2841
2841
 
2842
2842
  // src/version.ts
2843
- var VERSION = "1.2.23";
2843
+ var VERSION = "1.2.24";
2844
2844
 
2845
2845
  // src/factory.ts
2846
2846
  function createRoxy(auth) {
package/dist/factory.js CHANGED
@@ -1885,7 +1885,7 @@ var Location = class extends HeyApiClient {
1885
1885
  /**
1886
1886
  * Search cities worldwide - Geocoding autocomplete with coordinates and timezone
1887
1887
  *
1888
- * City autocomplete and geocoding search across 7,000+ locations in 227 countries. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Covers all major cities in Europe, Americas, Asia, Africa, and Oceania.
1888
+ * City autocomplete and geocoding search across 23,000+ locations in 240+ countries, including deep coverage of Indian tier-2 and tier-3 cities. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Common alternate names like Bombay, Calcutta, Madras, and Banaras transparently resolve to their canonical entries.
1889
1889
  */
1890
1890
  searchCities(options) {
1891
1891
  return (options.client ?? this.client).get({
@@ -1895,9 +1895,9 @@ var Location = class extends HeyApiClient {
1895
1895
  });
1896
1896
  }
1897
1897
  /**
1898
- * List all 227 countries - ISO codes and city coverage
1898
+ * List all countries - ISO codes and city coverage
1899
1899
  *
1900
- * Returns all 227 countries with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
1900
+ * Returns every country with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
1901
1901
  */
1902
1902
  listCountries(options) {
1903
1903
  return (options?.client ?? this.client).get({
@@ -2004,7 +2004,7 @@ var Roxy = class _Roxy extends HeyApiClient {
2004
2004
  };
2005
2005
 
2006
2006
  // src/version.ts
2007
- var VERSION = "1.2.23";
2007
+ var VERSION = "1.2.24";
2008
2008
 
2009
2009
  // src/factory.ts
2010
2010
  function createRoxy(auth) {
package/dist/sdk.gen.d.ts CHANGED
@@ -803,13 +803,13 @@ export declare class Location extends HeyApiClient {
803
803
  /**
804
804
  * Search cities worldwide - Geocoding autocomplete with coordinates and timezone
805
805
  *
806
- * City autocomplete and geocoding search across 7,000+ locations in 227 countries. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Covers all major cities in Europe, Americas, Asia, Africa, and Oceania.
806
+ * City autocomplete and geocoding search across 23,000+ locations in 240+ countries, including deep coverage of Indian tier-2 and tier-3 cities. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Common alternate names like Bombay, Calcutta, Madras, and Banaras transparently resolve to their canonical entries.
807
807
  */
808
808
  searchCities<ThrowOnError extends boolean = false>(options: Options<GetLocationSearchData, ThrowOnError>): import("./client").RequestResult<GetLocationSearchResponses, GetLocationSearchErrors, ThrowOnError, "fields">;
809
809
  /**
810
- * List all 227 countries - ISO codes and city coverage
810
+ * List all countries - ISO codes and city coverage
811
811
  *
812
- * Returns all 227 countries with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
812
+ * Returns every country with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
813
813
  */
814
814
  listCountries<ThrowOnError extends boolean = false>(options?: Options<GetLocationCountriesData, ThrowOnError>): import("./client").RequestResult<GetLocationCountriesResponses, GetLocationCountriesErrors, ThrowOnError, "fields">;
815
815
  /**
@@ -27210,7 +27210,7 @@ export type GetLocationCountriesData = {
27210
27210
  path?: never;
27211
27211
  query?: {
27212
27212
  /**
27213
- * Maximum items to return per page. Range: 1-50, default 50.
27213
+ * Maximum items to return per page. Range: 1-250, default 50.
27214
27214
  */
27215
27215
  limit?: number;
27216
27216
  /**
@@ -27324,7 +27324,7 @@ export type GetLocationCountriesErrors = {
27324
27324
  export type GetLocationCountriesError = GetLocationCountriesErrors[keyof GetLocationCountriesErrors];
27325
27325
  export type GetLocationCountriesResponses = {
27326
27326
  /**
27327
- * Alphabetically sorted list of all 227 countries with ISO codes and city counts
27327
+ * Alphabetically sorted list of all countries with ISO codes and city counts
27328
27328
  */
27329
27329
  200: {
27330
27330
  /**
@@ -27373,7 +27373,7 @@ export type GetLocationCountriesByIso2Data = {
27373
27373
  };
27374
27374
  query?: {
27375
27375
  /**
27376
- * Maximum items to return per page. Range: 1-200, default 50.
27376
+ * Maximum items to return per page. Range: 1-100, default 20.
27377
27377
  */
27378
27378
  limit?: number;
27379
27379
  /**
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.2.23";
1
+ export declare const VERSION = "1.2.24";
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.23",
3
+ "version": "1.2.24",
4
4
  "description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
5
5
  "type": "module",
6
6
  "exports": {
package/src/sdk.gen.ts CHANGED
@@ -2030,7 +2030,7 @@ export class Location extends HeyApiClient {
2030
2030
  /**
2031
2031
  * Search cities worldwide - Geocoding autocomplete with coordinates and timezone
2032
2032
  *
2033
- * City autocomplete and geocoding search across 7,000+ locations in 227 countries. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Covers all major cities in Europe, Americas, Asia, Africa, and Oceania.
2033
+ * City autocomplete and geocoding search across 23,000+ locations in 240+ countries, including deep coverage of Indian tier-2 and tier-3 cities. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Common alternate names like Bombay, Calcutta, Madras, and Banaras transparently resolve to their canonical entries.
2034
2034
  */
2035
2035
  public searchCities<ThrowOnError extends boolean = false>(options: Options<GetLocationSearchData, ThrowOnError>) {
2036
2036
  return (options.client ?? this.client).get<GetLocationSearchResponses, GetLocationSearchErrors, ThrowOnError>({
@@ -2041,9 +2041,9 @@ export class Location extends HeyApiClient {
2041
2041
  }
2042
2042
 
2043
2043
  /**
2044
- * List all 227 countries - ISO codes and city coverage
2044
+ * List all countries - ISO codes and city coverage
2045
2045
  *
2046
- * Returns all 227 countries with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
2046
+ * Returns every country with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.
2047
2047
  */
2048
2048
  public listCountries<ThrowOnError extends boolean = false>(options?: Options<GetLocationCountriesData, ThrowOnError>) {
2049
2049
  return (options?.client ?? this.client).get<GetLocationCountriesResponses, GetLocationCountriesErrors, ThrowOnError>({
package/src/types.gen.ts CHANGED
@@ -27907,7 +27907,7 @@ export type GetLocationCountriesData = {
27907
27907
  path?: never;
27908
27908
  query?: {
27909
27909
  /**
27910
- * Maximum items to return per page. Range: 1-50, default 50.
27910
+ * Maximum items to return per page. Range: 1-250, default 50.
27911
27911
  */
27912
27912
  limit?: number;
27913
27913
  /**
@@ -28024,7 +28024,7 @@ export type GetLocationCountriesError = GetLocationCountriesErrors[keyof GetLoca
28024
28024
 
28025
28025
  export type GetLocationCountriesResponses = {
28026
28026
  /**
28027
- * Alphabetically sorted list of all 227 countries with ISO codes and city counts
28027
+ * Alphabetically sorted list of all countries with ISO codes and city counts
28028
28028
  */
28029
28029
  200: {
28030
28030
  /**
@@ -28075,7 +28075,7 @@ export type GetLocationCountriesByIso2Data = {
28075
28075
  };
28076
28076
  query?: {
28077
28077
  /**
28078
- * Maximum items to return per page. Range: 1-200, default 50.
28078
+ * Maximum items to return per page. Range: 1-100, default 20.
28079
28079
  */
28080
28080
  limit?: number;
28081
28081
  /**
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.2.23';
1
+ export const VERSION = '1.2.24';