@roxyapi/sdk 1.2.35 → 1.2.37

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/factory.cjs CHANGED
@@ -3133,7 +3133,7 @@ var Roxy = class _Roxy extends HeyApiClient {
3133
3133
  };
3134
3134
 
3135
3135
  // src/version.ts
3136
- var VERSION = "1.2.35";
3136
+ var VERSION = "1.2.37";
3137
3137
 
3138
3138
  // src/factory.ts
3139
3139
  function createRoxy(auth) {
package/dist/factory.js CHANGED
@@ -2312,7 +2312,7 @@ var Roxy = class _Roxy extends HeyApiClient {
2312
2312
  };
2313
2313
 
2314
2314
  // src/version.ts
2315
- var VERSION = "1.2.35";
2315
+ var VERSION = "1.2.37";
2316
2316
 
2317
2317
  // src/factory.ts
2318
2318
  function createRoxy(auth) {
@@ -9941,7 +9941,12 @@ export type PostVedicAstrologyBirthChartResponse = PostVedicAstrologyBirthChartR
9941
9941
  export type PostVedicAstrologyNavamsaData = {
9942
9942
  body?: NavamsaRequest;
9943
9943
  path?: never;
9944
- query?: never;
9944
+ query?: {
9945
+ /**
9946
+ * Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
9947
+ */
9948
+ lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
9949
+ };
9945
9950
  url: '/vedic-astrology/navamsa';
9946
9951
  };
9947
9952
  export type PostVedicAstrologyNavamsaErrors = {
@@ -10056,7 +10061,12 @@ export type PostVedicAstrologyNavamsaResponse = PostVedicAstrologyNavamsaRespons
10056
10061
  export type PostVedicAstrologyDivisionalChartData = {
10057
10062
  body?: DivisionalChartRequest;
10058
10063
  path?: never;
10059
- query?: never;
10064
+ query?: {
10065
+ /**
10066
+ * Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
10067
+ */
10068
+ lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
10069
+ };
10060
10070
  url: '/vedic-astrology/divisional-chart';
10061
10071
  };
10062
10072
  export type PostVedicAstrologyDivisionalChartErrors = {
@@ -12099,40 +12109,40 @@ export type PostVedicAstrologyPanchangDetailedResponses = {
12099
12109
  unfavorableNakshatras: Array<string>;
12100
12110
  };
12101
12111
  /**
12102
- * Panchaka, inauspicious period when Moon transits nakshatras 23-27. Five types based on the specific nakshatra. Includes timing when active. Avoid major activities during Panchaka.
12112
+ * Panchaka, the inauspicious ~5-day window while the Moon transits the last five nakshatras (Dhanishta 3rd pada through Revati, 300 to 360 degrees sidereal). The dosha type depends on the weekday it begins; startsAt and endsAt report the period in force at sunrise or beginning later this day. Avoid major activities during Panchaka.
12103
12113
  */
12104
12114
  panchaka: {
12105
12115
  /**
12106
- * Whether Panchaka is currently active. Panchaka occurs when Moon transits through the last 5 nakshatras (Dhanishta to Revati).
12116
+ * Whether Panchaka is in force at sunrise, the panchang day reference. Can be false while startsAt and endsAt are populated when Panchaka begins later in the day.
12107
12117
  */
12108
12118
  active: boolean;
12109
12119
  /**
12110
- * Panchaka type when active: Mrityu (death-related), Agni (fire-related), Raja (government-related), Chora (theft-related), or Roga (disease-related). Null when Panchaka is not active.
12120
+ * Panchaka dosha, set by the weekday the period BEGINS (not the nakshatra): Roga (Sunday, disease), Raja (Monday, government), Agni (Tuesday, fire), Chora (Friday, theft), Mrityu (Saturday, death). Null when Panchaka begins on Wednesday or Thursday (no dosha) or when no Panchaka touches this date.
12111
12121
  */
12112
12122
  type: string;
12113
12123
  /**
12114
- * When the current Panchaka period started (Moon entered Dhanishta nakshatra). Null when not active. In requested timezone.
12124
+ * When the Panchaka period starts (Moon enters 300 degrees, Dhanishta 3rd pada). May predate this date when Panchaka is already running. Null when no Panchaka is in force or begins on this date. In requested timezone.
12115
12125
  */
12116
12126
  startsAt: string;
12117
12127
  /**
12118
- * When the current Panchaka period ends (Moon exits Revati nakshatra). Null when not active. In requested timezone.
12128
+ * When the Panchaka period ends (Moon exits Revati at 360 degrees), about five days after it starts. Null when no Panchaka. In requested timezone.
12119
12129
  */
12120
12130
  endsAt: string;
12121
12131
  };
12122
12132
  /**
12123
- * Bhadra, occurs during Vishti Karana period. One of the 7 movable karanas, Vishti (also called Bhadra) is avoided for all auspicious activities. Includes timing when active.
12133
+ * Bhadra (Vishti Karana), the 7th movable karana, avoided for all auspicious activities. Bhadra recurs roughly every 3 to 5 days and lasts about half a tithi, so most occurrences begin after sunrise rather than at it. startsAt and endsAt report the Bhadra beginning on this date regardless of whether it is active at sunrise.
12124
12134
  */
12125
12135
  bhadra: {
12126
12136
  /**
12127
- * Whether Bhadra (Vishti Karana) is currently active. Bhadra is considered inauspicious for starting new ventures.
12137
+ * Whether Bhadra (Vishti Karana) is in force at sunrise, the panchang day reference moment. Can be false while startsAt and endsAt are populated when Bhadra begins later in the day.
12128
12138
  */
12129
12139
  active: boolean;
12130
12140
  /**
12131
- * When the current Bhadra (Vishti) period started. Null when not active. In requested timezone.
12141
+ * When the Bhadra (Vishti) period that begins on this date starts. Null when no Bhadra begins on this date. In requested timezone.
12132
12142
  */
12133
12143
  startsAt: string;
12134
12144
  /**
12135
- * When the current Bhadra (Vishti) period ends. Null when not active. In requested timezone.
12145
+ * When the Bhadra (Vishti) period that begins on this date ends. May fall on the next calendar day. Null when no Bhadra begins on this date. In requested timezone.
12136
12146
  */
12137
12147
  endsAt: string;
12138
12148
  };
@@ -13695,7 +13705,12 @@ export type PostVedicAstrologyKpCuspsResponse = PostVedicAstrologyKpCuspsRespons
13695
13705
  export type PostVedicAstrologyKpChartData = {
13696
13706
  body?: KpChartRequest;
13697
13707
  path?: never;
13698
- query?: never;
13708
+ query?: {
13709
+ /**
13710
+ * Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
13711
+ */
13712
+ lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
13713
+ };
13699
13714
  url: '/vedic-astrology/kp/chart';
13700
13715
  };
13701
13716
  export type PostVedicAstrologyKpChartErrors = {