Skip to content

Commit d919f11

Browse files
release: v1.2.37
1 parent 2ff285c commit d919f11

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roxyapi/sdk",
3-
"version": "1.2.36",
3+
"version": "1.2.37",
44
"description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
55
"type": "module",
66
"exports": {

specs/openapi.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24513,25 +24513,25 @@
2451324513
"active": {
2451424514
"type": "boolean",
2451524515
"example": false,
24516-
"description": "Whether Panchaka is currently active. Panchaka occurs when Moon transits through the last 5 nakshatras (Dhanishta to Revati)."
24516+
"description": "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."
2451724517
},
2451824518
"type": {
2451924519
"type": "string",
2452024520
"nullable": true,
24521-
"example": null,
24522-
"description": "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."
24521+
"example": "Mrityu",
24522+
"description": "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."
2452324523
},
2452424524
"startsAt": {
2452524525
"type": "string",
2452624526
"nullable": true,
24527-
"example": null,
24528-
"description": "When the current Panchaka period started (Moon entered Dhanishta nakshatra). Null when not active. In requested timezone."
24527+
"example": "2026-06-06T19:03:00",
24528+
"description": "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."
2452924529
},
2453024530
"endsAt": {
2453124531
"type": "string",
2453224532
"nullable": true,
24533-
"example": null,
24534-
"description": "When the current Panchaka period ends (Moon exits Revati nakshatra). Null when not active. In requested timezone."
24533+
"example": "2026-06-11T08:15:00",
24534+
"description": "When the Panchaka period ends (Moon exits Revati at 360 degrees), about five days after it starts. Null when no Panchaka. In requested timezone."
2453524535
}
2453624536
},
2453724537
"required": [
@@ -24540,35 +24540,35 @@
2454024540
"startsAt",
2454124541
"endsAt"
2454224542
],
24543-
"description": "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."
24543+
"description": "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."
2454424544
},
2454524545
"bhadra": {
2454624546
"type": "object",
2454724547
"properties": {
2454824548
"active": {
2454924549
"type": "boolean",
2455024550
"example": false,
24551-
"description": "Whether Bhadra (Vishti Karana) is currently active. Bhadra is considered inauspicious for starting new ventures."
24551+
"description": "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."
2455224552
},
2455324553
"startsAt": {
2455424554
"type": "string",
2455524555
"nullable": true,
24556-
"example": null,
24557-
"description": "When the current Bhadra (Vishti) period started. Null when not active. In requested timezone."
24556+
"example": "2026-06-10T13:53:00",
24557+
"description": "When the Bhadra (Vishti) period that begins on this date starts. Null when no Bhadra begins on this date. In requested timezone."
2455824558
},
2455924559
"endsAt": {
2456024560
"type": "string",
2456124561
"nullable": true,
24562-
"example": null,
24563-
"description": "When the current Bhadra (Vishti) period ends. Null when not active. In requested timezone."
24562+
"example": "2026-06-11T00:58:00",
24563+
"description": "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."
2456424564
}
2456524565
},
2456624566
"required": [
2456724567
"active",
2456824568
"startsAt",
2456924569
"endsAt"
2457024570
],
24571-
"description": "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."
24571+
"description": "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."
2457224572
},
2457324573
"transitions": {
2457424574
"type": "object",

src/types.gen.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12343,40 +12343,40 @@ export type PostVedicAstrologyPanchangDetailedResponses = {
1234312343
unfavorableNakshatras: Array<string>;
1234412344
};
1234512345
/**
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.
1234712347
*/
1234812348
panchaka: {
1234912349
/**
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.
1235112351
*/
1235212352
active: boolean;
1235312353
/**
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.
1235512355
*/
1235612356
type: string;
1235712357
/**
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.
1235912359
*/
1236012360
startsAt: string;
1236112361
/**
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.
1236312363
*/
1236412364
endsAt: string;
1236512365
};
1236612366
/**
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.
1236812368
*/
1236912369
bhadra: {
1237012370
/**
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.
1237212372
*/
1237312373
active: boolean;
1237412374
/**
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.
1237612376
*/
1237712377
startsAt: string;
1237812378
/**
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.
1238012380
*/
1238112381
endsAt: string;
1238212382
};

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.2.36';
1+
export const VERSION = '1.2.37';

0 commit comments

Comments
 (0)