@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 +1 -1
- package/dist/factory.js +1 -1
- package/dist/types.gen.d.ts +9 -9
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.gen.ts +9 -9
- package/src/version.ts +1 -1
package/dist/factory.cjs
CHANGED
package/dist/factory.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -12109,40 +12109,40 @@ export type PostVedicAstrologyPanchangDetailedResponses = {
|
|
|
12109
12109
|
unfavorableNakshatras: Array<string>;
|
|
12110
12110
|
};
|
|
12111
12111
|
/**
|
|
12112
|
-
* Panchaka, inauspicious
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
1
|
+
export declare const VERSION = "1.2.37";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
1
|
+
export const VERSION = '1.2.37';
|