@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 +1 -1
- package/dist/factory.js +1 -1
- package/dist/types.gen.d.ts +27 -12
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.gen.ts +27 -12
- package/src/version.ts +1 -1
package/dist/factory.cjs
CHANGED
package/dist/factory.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -9941,7 +9941,12 @@ export type PostVedicAstrologyBirthChartResponse = PostVedicAstrologyBirthChartR
|
|
|
9941
9941
|
export type PostVedicAstrologyNavamsaData = {
|
|
9942
9942
|
body?: NavamsaRequest;
|
|
9943
9943
|
path?: never;
|
|
9944
|
-
query?:
|
|
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?:
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
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
|
|
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
|
|
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
|
|
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?:
|
|
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 = {
|