@roxyapi/sdk 1.2.36 → 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.36";
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.36";
2315
+ var VERSION = "1.2.37";
2316
2316
 
2317
2317
  // src/factory.ts
2318
2318
  function createRoxy(auth) {
@@ -12109,40 +12109,40 @@ export type PostVedicAstrologyPanchangDetailedResponses = {
12109
12109
  unfavorableNakshatras: Array<string>;
12110
12110
  };
12111
12111
  /**
12112
- * 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.
12113
12113
  */
12114
12114
  panchaka: {
12115
12115
  /**
12116
- * 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.
12117
12117
  */
12118
12118
  active: boolean;
12119
12119
  /**
12120
- * 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.
12121
12121
  */
12122
12122
  type: string;
12123
12123
  /**
12124
- * 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.
12125
12125
  */
12126
12126
  startsAt: string;
12127
12127
  /**
12128
- * 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.
12129
12129
  */
12130
12130
  endsAt: string;
12131
12131
  };
12132
12132
  /**
12133
- * 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.
12134
12134
  */
12135
12135
  bhadra: {
12136
12136
  /**
12137
- * 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.
12138
12138
  */
12139
12139
  active: boolean;
12140
12140
  /**
12141
- * 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.
12142
12142
  */
12143
12143
  startsAt: string;
12144
12144
  /**
12145
- * 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.
12146
12146
  */
12147
12147
  endsAt: string;
12148
12148
  };
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.2.36";
1
+ export declare const VERSION = "1.2.37";
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.36",
3
+ "version": "1.2.37",
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
@@ -12343,40 +12343,40 @@ export type PostVedicAstrologyPanchangDetailedResponses = {
12343
12343
  unfavorableNakshatras: Array<string>;
12344
12344
  };
12345
12345
  /**
12346
- * 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.
12346
+ * 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.
12347
12347
  */
12348
12348
  panchaka: {
12349
12349
  /**
12350
- * Whether Panchaka is currently active. Panchaka occurs when Moon transits through the last 5 nakshatras (Dhanishta to Revati).
12350
+ * 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.
12351
12351
  */
12352
12352
  active: boolean;
12353
12353
  /**
12354
- * 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.
12354
+ * 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.
12355
12355
  */
12356
12356
  type: string;
12357
12357
  /**
12358
- * When the current Panchaka period started (Moon entered Dhanishta nakshatra). Null when not active. In requested timezone.
12358
+ * 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.
12359
12359
  */
12360
12360
  startsAt: string;
12361
12361
  /**
12362
- * When the current Panchaka period ends (Moon exits Revati nakshatra). Null when not active. In requested timezone.
12362
+ * When the Panchaka period ends (Moon exits Revati at 360 degrees), about five days after it starts. Null when no Panchaka. In requested timezone.
12363
12363
  */
12364
12364
  endsAt: string;
12365
12365
  };
12366
12366
  /**
12367
- * 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.
12367
+ * 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.
12368
12368
  */
12369
12369
  bhadra: {
12370
12370
  /**
12371
- * Whether Bhadra (Vishti Karana) is currently active. Bhadra is considered inauspicious for starting new ventures.
12371
+ * 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.
12372
12372
  */
12373
12373
  active: boolean;
12374
12374
  /**
12375
- * When the current Bhadra (Vishti) period started. Null when not active. In requested timezone.
12375
+ * When the Bhadra (Vishti) period that begins on this date starts. Null when no Bhadra begins on this date. In requested timezone.
12376
12376
  */
12377
12377
  startsAt: string;
12378
12378
  /**
12379
- * When the current Bhadra (Vishti) period ends. Null when not active. In requested timezone.
12379
+ * 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.
12380
12380
  */
12381
12381
  endsAt: string;
12382
12382
  };
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.2.36';
1
+ export const VERSION = '1.2.37';