@roxyapi/sdk 1.2.35 → 1.2.36

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.35";
1
+ export declare const VERSION = "1.2.36";
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.35",
3
+ "version": "1.2.36",
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
@@ -10127,7 +10127,12 @@ export type PostVedicAstrologyBirthChartResponse = PostVedicAstrologyBirthChartR
10127
10127
  export type PostVedicAstrologyNavamsaData = {
10128
10128
  body?: NavamsaRequest;
10129
10129
  path?: never;
10130
- query?: never;
10130
+ query?: {
10131
+ /**
10132
+ * Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
10133
+ */
10134
+ lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
10135
+ };
10131
10136
  url: '/vedic-astrology/navamsa';
10132
10137
  };
10133
10138
 
@@ -10247,7 +10252,12 @@ export type PostVedicAstrologyNavamsaResponse = PostVedicAstrologyNavamsaRespons
10247
10252
  export type PostVedicAstrologyDivisionalChartData = {
10248
10253
  body?: DivisionalChartRequest;
10249
10254
  path?: never;
10250
- query?: never;
10255
+ query?: {
10256
+ /**
10257
+ * Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
10258
+ */
10259
+ lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
10260
+ };
10251
10261
  url: '/vedic-astrology/divisional-chart';
10252
10262
  };
10253
10263
 
@@ -13986,7 +13996,12 @@ export type PostVedicAstrologyKpCuspsResponse = PostVedicAstrologyKpCuspsRespons
13986
13996
  export type PostVedicAstrologyKpChartData = {
13987
13997
  body?: KpChartRequest;
13988
13998
  path?: never;
13989
- query?: never;
13999
+ query?: {
14000
+ /**
14001
+ * Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
14002
+ */
14003
+ lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
14004
+ };
13990
14005
  url: '/vedic-astrology/kp/chart';
13991
14006
  };
13992
14007
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.2.35';
1
+ export const VERSION = '1.2.36';