@astroway/sdk 1.4.0 → 1.5.1
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/README.md +12 -1
- package/dist/namespaces.generated.d.ts +134 -4
- package/dist/namespaces.generated.d.ts.map +1 -1
- package/dist/namespaces.generated.js +82 -3
- package/dist/namespaces.generated.js.map +1 -1
- package/dist/types.generated.d.ts +2368 -503
- package/dist/types.generated.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ export interface paths {
|
|
|
14
14
|
put?: never;
|
|
15
15
|
/**
|
|
16
16
|
* Natal Chart
|
|
17
|
-
* @description Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment.
|
|
17
|
+
* @description Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment. When the birth time is unknown, send timeUnknown: true instead of time and the response carries planets and aspects with houses, angles and sect set to null, plus a timeUnknown block giving the range the Moon covers that day.
|
|
18
18
|
*/
|
|
19
19
|
post: operations["chart"];
|
|
20
20
|
delete?: never;
|
|
@@ -94,7 +94,7 @@ export interface paths {
|
|
|
94
94
|
put?: never;
|
|
95
95
|
/**
|
|
96
96
|
* Synastry
|
|
97
|
-
* @description Calculate cross-chart aspects between two natal charts for relationship analysis.
|
|
97
|
+
* @description Calculate cross-chart aspects between two natal charts for relationship analysis. Either partner may set timeUnknown: true: cross-aspects are still returned, while that partner's houses, angles and sect come back null.
|
|
98
98
|
*/
|
|
99
99
|
post: operations["synastry"];
|
|
100
100
|
delete?: never;
|
|
@@ -434,7 +434,7 @@ export interface paths {
|
|
|
434
434
|
put?: never;
|
|
435
435
|
/**
|
|
436
436
|
* Symbolic Directions
|
|
437
|
-
* @description Calculate symbolic arc directions
|
|
437
|
+
* @description Calculate symbolic arc directions to natal points for a target date. Key: "one_degree" (default), "naibod", or "solar_arc" (the arc of the progressed Sun).
|
|
438
438
|
*/
|
|
439
439
|
post: operations["symbolic-directions"];
|
|
440
440
|
delete?: never;
|
|
@@ -1504,6 +1504,26 @@ export interface paths {
|
|
|
1504
1504
|
patch?: never;
|
|
1505
1505
|
trace?: never;
|
|
1506
1506
|
};
|
|
1507
|
+
"/wellness/biorhythm": {
|
|
1508
|
+
parameters: {
|
|
1509
|
+
query?: never;
|
|
1510
|
+
header?: never;
|
|
1511
|
+
path?: never;
|
|
1512
|
+
cookie?: never;
|
|
1513
|
+
};
|
|
1514
|
+
get?: never;
|
|
1515
|
+
put?: never;
|
|
1516
|
+
/**
|
|
1517
|
+
* Biorhythm (JSON)
|
|
1518
|
+
* @description Physical (23d), emotional (28d) and intellectual (33d) cycle values per day, plus the critical days where a cycle crosses zero. Data twin of POST /render/biorhythm.
|
|
1519
|
+
*/
|
|
1520
|
+
post: operations["wellness_biorhythm"];
|
|
1521
|
+
delete?: never;
|
|
1522
|
+
options?: never;
|
|
1523
|
+
head?: never;
|
|
1524
|
+
patch?: never;
|
|
1525
|
+
trace?: never;
|
|
1526
|
+
};
|
|
1507
1527
|
"/pet/birth-chart": {
|
|
1508
1528
|
parameters: {
|
|
1509
1529
|
query?: never;
|
|
@@ -2824,6 +2844,26 @@ export interface paths {
|
|
|
2824
2844
|
patch?: never;
|
|
2825
2845
|
trace?: never;
|
|
2826
2846
|
};
|
|
2847
|
+
"/fixed-stars/catalog": {
|
|
2848
|
+
parameters: {
|
|
2849
|
+
query?: never;
|
|
2850
|
+
header?: never;
|
|
2851
|
+
path?: never;
|
|
2852
|
+
cookie?: never;
|
|
2853
|
+
};
|
|
2854
|
+
/**
|
|
2855
|
+
* Fixed star catalogue
|
|
2856
|
+
* @description The star names this API accepts, from Swiss Ephemeris `fixstars.cat`: traditional name, Bayer nomenclature, constellation and magnitude, with the 36-star astrological default set flagged. Optional `?maxMagnitude=` trims to the bright end. Static lookup, no chart needed.
|
|
2857
|
+
*/
|
|
2858
|
+
get: operations["fixed-stars_catalog_get"];
|
|
2859
|
+
put?: never;
|
|
2860
|
+
post?: never;
|
|
2861
|
+
delete?: never;
|
|
2862
|
+
options?: never;
|
|
2863
|
+
head?: never;
|
|
2864
|
+
patch?: never;
|
|
2865
|
+
trace?: never;
|
|
2866
|
+
};
|
|
2827
2867
|
"/gauquelin-sectors": {
|
|
2828
2868
|
parameters: {
|
|
2829
2869
|
query?: never;
|
|
@@ -3724,6 +3764,66 @@ export interface paths {
|
|
|
3724
3764
|
patch?: never;
|
|
3725
3765
|
trace?: never;
|
|
3726
3766
|
};
|
|
3767
|
+
"/acg/best-places": {
|
|
3768
|
+
parameters: {
|
|
3769
|
+
query?: never;
|
|
3770
|
+
header?: never;
|
|
3771
|
+
path?: never;
|
|
3772
|
+
cookie?: never;
|
|
3773
|
+
};
|
|
3774
|
+
get?: never;
|
|
3775
|
+
put?: never;
|
|
3776
|
+
/**
|
|
3777
|
+
* Best places for a life category
|
|
3778
|
+
* @description Rank cities against the astrocartography lines of a chart for one of the 19 life categories. Distance to a line is computed from the body hour angle and altitude rather than against a discretised polyline, so it is exact: the distance to a horizon line IS the altitude in degrees of arc, and a meridian line offset is the hour angle times cos(latitude). Supportive and challenging totals are returned separately with every contributing line and its distance, so a strong-but-turbulent city is distinguishable from an average one. Bundled GeoNames set of 34,028 places above 15,000 people. **Not geocoding**: a smaller town is absent from the ranking rather than ranked poorly, and an arbitrary place name cannot be resolved.
|
|
3779
|
+
*/
|
|
3780
|
+
post: operations["acg_best-places"];
|
|
3781
|
+
delete?: never;
|
|
3782
|
+
options?: never;
|
|
3783
|
+
head?: never;
|
|
3784
|
+
patch?: never;
|
|
3785
|
+
trace?: never;
|
|
3786
|
+
};
|
|
3787
|
+
"/acg/countries": {
|
|
3788
|
+
parameters: {
|
|
3789
|
+
query?: never;
|
|
3790
|
+
header?: never;
|
|
3791
|
+
path?: never;
|
|
3792
|
+
cookie?: never;
|
|
3793
|
+
};
|
|
3794
|
+
/**
|
|
3795
|
+
* Countries available for ranking
|
|
3796
|
+
* @description Which countries the bundled city list can rank, and how many qualifying cities each has. Asking for a country with two cities and getting two results should not look like a bug.
|
|
3797
|
+
*/
|
|
3798
|
+
get: operations["acg_countries_get"];
|
|
3799
|
+
put?: never;
|
|
3800
|
+
post?: never;
|
|
3801
|
+
delete?: never;
|
|
3802
|
+
options?: never;
|
|
3803
|
+
head?: never;
|
|
3804
|
+
patch?: never;
|
|
3805
|
+
trace?: never;
|
|
3806
|
+
};
|
|
3807
|
+
"/parans/star": {
|
|
3808
|
+
parameters: {
|
|
3809
|
+
query?: never;
|
|
3810
|
+
header?: never;
|
|
3811
|
+
path?: never;
|
|
3812
|
+
cookie?: never;
|
|
3813
|
+
};
|
|
3814
|
+
get?: never;
|
|
3815
|
+
put?: never;
|
|
3816
|
+
/**
|
|
3817
|
+
* Star-planet parans (Brady)
|
|
3818
|
+
* @description Latitudes where a fixed star and a planet are angular at the same moment, which is how Brady tabulates a paran: not a place, a latitude. Twelve event pairs per star and planet (rise, set, culminate, anticulminate, minus meridian against meridian, which is a shared right ascension rather than a paran). Each row carries the houses of the technique in plain form: which body does what, the latitude, and the meridian where it happens at this chart moment. Solved on hour angles rather than by intersecting map polylines, so the latitude is exact rather than quantised to the polyline step. `horizon` selects the geometric horizon (default) or the apparent one at -34 arcmin, measured at about two degrees of paran latitude at mid-latitudes.
|
|
3819
|
+
*/
|
|
3820
|
+
post: operations["parans_star"];
|
|
3821
|
+
delete?: never;
|
|
3822
|
+
options?: never;
|
|
3823
|
+
head?: never;
|
|
3824
|
+
patch?: never;
|
|
3825
|
+
trace?: never;
|
|
3826
|
+
};
|
|
3727
3827
|
"/zenith": {
|
|
3728
3828
|
parameters: {
|
|
3729
3829
|
query?: never;
|
|
@@ -4644,6 +4744,66 @@ export interface paths {
|
|
|
4644
4744
|
patch?: never;
|
|
4645
4745
|
trace?: never;
|
|
4646
4746
|
};
|
|
4747
|
+
"/vedic/bhavabala": {
|
|
4748
|
+
parameters: {
|
|
4749
|
+
query?: never;
|
|
4750
|
+
header?: never;
|
|
4751
|
+
path?: never;
|
|
4752
|
+
cookie?: never;
|
|
4753
|
+
};
|
|
4754
|
+
get?: never;
|
|
4755
|
+
put?: never;
|
|
4756
|
+
/**
|
|
4757
|
+
* Bhava Bala — house strength
|
|
4758
|
+
* @description Strength of the twelve houses per BPHS Adhyaya 27: Bhavadhipati Bala (the Shadbala of the house lord), Bhava Digbala (the four rasi classes, each strong in one direction), and Bhava Drishti Bala (net benefic minus malefic aspect on the bhava). Components returned separately, plus rank, strongest and weakest house.
|
|
4759
|
+
*/
|
|
4760
|
+
post: operations["vedic_bhavabala"];
|
|
4761
|
+
delete?: never;
|
|
4762
|
+
options?: never;
|
|
4763
|
+
head?: never;
|
|
4764
|
+
patch?: never;
|
|
4765
|
+
trace?: never;
|
|
4766
|
+
};
|
|
4767
|
+
"/vedic/gemstones": {
|
|
4768
|
+
parameters: {
|
|
4769
|
+
query?: never;
|
|
4770
|
+
header?: never;
|
|
4771
|
+
path?: never;
|
|
4772
|
+
cookie?: never;
|
|
4773
|
+
};
|
|
4774
|
+
get?: never;
|
|
4775
|
+
put?: never;
|
|
4776
|
+
/**
|
|
4777
|
+
* Gemstone (ratna) recommendation
|
|
4778
|
+
* @description Which of the nine gems to wear, from the sidereal lagna. Two schools are implemented: `lagna-lord` (default) prescribes the gems of the 1st, 9th and 5th lords as the life, lucky and benefic stones; `functional-benefic` classifies every graha by the houses it owns from the lagna, prescribes only for functional benefics led by the yogakaraka, and names the functional malefics as gems to avoid. Both reach the same three gems, because a functional benefic is a graha owning a trikona and the trikona lords are the 1st, 5th and 9th: the school changes the ordering, the role each gem carries, and the avoid list. The response always reports which one produced it. Coordinates are required, since the whole answer is derived from the lagna. Each gem carries its substitutes, day, finger, metal, weight range in ratti/grams/carats, and beeja mantra. Planet dignity is returned as context and does not change the list.
|
|
4779
|
+
*/
|
|
4780
|
+
post: operations["vedic_gemstones"];
|
|
4781
|
+
delete?: never;
|
|
4782
|
+
options?: never;
|
|
4783
|
+
head?: never;
|
|
4784
|
+
patch?: never;
|
|
4785
|
+
trace?: never;
|
|
4786
|
+
};
|
|
4787
|
+
"/vedic/gemstones/navaratna": {
|
|
4788
|
+
parameters: {
|
|
4789
|
+
query?: never;
|
|
4790
|
+
header?: never;
|
|
4791
|
+
path?: never;
|
|
4792
|
+
cookie?: never;
|
|
4793
|
+
};
|
|
4794
|
+
/**
|
|
4795
|
+
* Navaratna reference table
|
|
4796
|
+
* @description The nine gems and their graha, with substitutes (upa-ratna), weekday, finger and its variants, metals, minimum weight range in ratti with gram and carat conversions, beeja mantra and japa count. Static lookup, no chart needed.
|
|
4797
|
+
*/
|
|
4798
|
+
get: operations["vedic_gemstones_navaratna_get"];
|
|
4799
|
+
put?: never;
|
|
4800
|
+
post?: never;
|
|
4801
|
+
delete?: never;
|
|
4802
|
+
options?: never;
|
|
4803
|
+
head?: never;
|
|
4804
|
+
patch?: never;
|
|
4805
|
+
trace?: never;
|
|
4806
|
+
};
|
|
4647
4807
|
"/vedic/yogas/parashara/raja": {
|
|
4648
4808
|
parameters: {
|
|
4649
4809
|
query?: never;
|
|
@@ -10575,7 +10735,7 @@ export interface paths {
|
|
|
10575
10735
|
};
|
|
10576
10736
|
/**
|
|
10577
10737
|
* API Status
|
|
10578
|
-
* @description Return extended service status: ephemeris availability, WASM load state, uptime, version.
|
|
10738
|
+
* @description Return extended service status: ephemeris availability, WASM load state, uptime, version. Authenticate with the `X-Api-Key` header. The `?key=` query parameter still works but is deprecated and answers carry a `Deprecation` header: a URL ends up in access logs, CDN logs and browser history, so a key passed that way stops being secret.
|
|
10579
10739
|
*/
|
|
10580
10740
|
get: operations["status_get"];
|
|
10581
10741
|
put?: never;
|
|
@@ -13303,7 +13463,7 @@ export interface paths {
|
|
|
13303
13463
|
};
|
|
13304
13464
|
/**
|
|
13305
13465
|
* Natal Wheel (HTML+SVG)
|
|
13306
|
-
* @description Iframe natal wheel render.
|
|
13466
|
+
* @description Iframe natal wheel render. `/embed/natal` is a 302 alias for this path.
|
|
13307
13467
|
*/
|
|
13308
13468
|
get: operations["embed_wheel_get"];
|
|
13309
13469
|
put?: never;
|
|
@@ -14614,6 +14774,206 @@ export interface paths {
|
|
|
14614
14774
|
patch?: never;
|
|
14615
14775
|
trace?: never;
|
|
14616
14776
|
};
|
|
14777
|
+
"/public/chart": {
|
|
14778
|
+
parameters: {
|
|
14779
|
+
query?: never;
|
|
14780
|
+
header?: never;
|
|
14781
|
+
path?: never;
|
|
14782
|
+
cookie?: never;
|
|
14783
|
+
};
|
|
14784
|
+
get?: never;
|
|
14785
|
+
put?: never;
|
|
14786
|
+
/**
|
|
14787
|
+
* Natal chart (public, no key)
|
|
14788
|
+
* @description Full natal chart: planets, houses, aspects, angles. Same input and same engine as the authed POST /chart, served anonymously under the public rate limit. Responses carry the free-tier `_footer` watermark. Field names are strict: `latitude`, `longitude`, `timezoneOffset`, not `lat` / `lng` / `tz`.
|
|
14789
|
+
*/
|
|
14790
|
+
post: {
|
|
14791
|
+
parameters: {
|
|
14792
|
+
query?: never;
|
|
14793
|
+
header?: never;
|
|
14794
|
+
path?: never;
|
|
14795
|
+
cookie?: never;
|
|
14796
|
+
};
|
|
14797
|
+
requestBody: {
|
|
14798
|
+
content: {
|
|
14799
|
+
/**
|
|
14800
|
+
* @example {
|
|
14801
|
+
* "date": "1990-03-15",
|
|
14802
|
+
* "time": "14:30:00",
|
|
14803
|
+
* "timezoneOffset": 2,
|
|
14804
|
+
* "latitude": 50.45,
|
|
14805
|
+
* "longitude": 30.52
|
|
14806
|
+
* }
|
|
14807
|
+
*/
|
|
14808
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
14809
|
+
};
|
|
14810
|
+
};
|
|
14811
|
+
responses: {
|
|
14812
|
+
/** @description OK */
|
|
14813
|
+
200: {
|
|
14814
|
+
headers: {
|
|
14815
|
+
[name: string]: unknown;
|
|
14816
|
+
};
|
|
14817
|
+
content: {
|
|
14818
|
+
/**
|
|
14819
|
+
* @example {
|
|
14820
|
+
* "ok": true,
|
|
14821
|
+
* "data": {
|
|
14822
|
+
* "julianDay": 2447966.02,
|
|
14823
|
+
* "planets": [],
|
|
14824
|
+
* "houses": {},
|
|
14825
|
+
* "aspects": []
|
|
14826
|
+
* },
|
|
14827
|
+
* "_footer": "Powered by astroway.api — get your own key at https://api.astroway.info"
|
|
14828
|
+
* }
|
|
14829
|
+
*/
|
|
14830
|
+
"application/json": unknown;
|
|
14831
|
+
};
|
|
14832
|
+
};
|
|
14833
|
+
/** @description Invalid input */
|
|
14834
|
+
400: {
|
|
14835
|
+
headers: {
|
|
14836
|
+
[name: string]: unknown;
|
|
14837
|
+
};
|
|
14838
|
+
content: {
|
|
14839
|
+
/**
|
|
14840
|
+
* @example {
|
|
14841
|
+
* "ok": false,
|
|
14842
|
+
* "error": {
|
|
14843
|
+
* "code": "INVALID_FIELD",
|
|
14844
|
+
* "message": "Unsupported fields: \"tz\", \"lat\", \"lng\". Rename them to \"timezoneOffset\", \"latitude\", \"longitude\". See details for what each one expects.",
|
|
14845
|
+
* "details": [
|
|
14846
|
+
* {
|
|
14847
|
+
* "path": "tz",
|
|
14848
|
+
* "expected": "timezoneOffset",
|
|
14849
|
+
* "message": "numeric hours from UTC, e.g. 5.75, not a timezone name"
|
|
14850
|
+
* },
|
|
14851
|
+
* {
|
|
14852
|
+
* "path": "lat",
|
|
14853
|
+
* "expected": "latitude",
|
|
14854
|
+
* "message": "decimal degrees, north positive"
|
|
14855
|
+
* },
|
|
14856
|
+
* {
|
|
14857
|
+
* "path": "lng",
|
|
14858
|
+
* "expected": "longitude",
|
|
14859
|
+
* "message": "decimal degrees, east positive"
|
|
14860
|
+
* }
|
|
14861
|
+
* ],
|
|
14862
|
+
* "docs": "https://api.astroway.info/en/errors/#invalid_field"
|
|
14863
|
+
* }
|
|
14864
|
+
* }
|
|
14865
|
+
*/
|
|
14866
|
+
"application/json": unknown;
|
|
14867
|
+
};
|
|
14868
|
+
};
|
|
14869
|
+
};
|
|
14870
|
+
};
|
|
14871
|
+
delete?: never;
|
|
14872
|
+
options?: never;
|
|
14873
|
+
head?: never;
|
|
14874
|
+
patch?: never;
|
|
14875
|
+
trace?: never;
|
|
14876
|
+
};
|
|
14877
|
+
"/public/human-design": {
|
|
14878
|
+
parameters: {
|
|
14879
|
+
query?: never;
|
|
14880
|
+
header?: never;
|
|
14881
|
+
path?: never;
|
|
14882
|
+
cookie?: never;
|
|
14883
|
+
};
|
|
14884
|
+
get?: never;
|
|
14885
|
+
put?: never;
|
|
14886
|
+
/**
|
|
14887
|
+
* Human Design bodygraph (public, no key)
|
|
14888
|
+
* @description Type, strategy, authority, profile, defined centres, channels and gates. Same input and same engine as the authed POST /human-design, served anonymously under the public rate limit. Responses carry the free-tier `_footer` watermark.
|
|
14889
|
+
*/
|
|
14890
|
+
post: {
|
|
14891
|
+
parameters: {
|
|
14892
|
+
query?: never;
|
|
14893
|
+
header?: never;
|
|
14894
|
+
path?: never;
|
|
14895
|
+
cookie?: never;
|
|
14896
|
+
};
|
|
14897
|
+
requestBody: {
|
|
14898
|
+
content: {
|
|
14899
|
+
/**
|
|
14900
|
+
* @example {
|
|
14901
|
+
* "date": "1990-03-15",
|
|
14902
|
+
* "time": "14:30:00",
|
|
14903
|
+
* "timezoneOffset": 2,
|
|
14904
|
+
* "latitude": 50.45,
|
|
14905
|
+
* "longitude": 30.52
|
|
14906
|
+
* }
|
|
14907
|
+
*/
|
|
14908
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
14909
|
+
};
|
|
14910
|
+
};
|
|
14911
|
+
responses: {
|
|
14912
|
+
/** @description OK */
|
|
14913
|
+
200: {
|
|
14914
|
+
headers: {
|
|
14915
|
+
[name: string]: unknown;
|
|
14916
|
+
};
|
|
14917
|
+
content: {
|
|
14918
|
+
/**
|
|
14919
|
+
* @example {
|
|
14920
|
+
* "ok": true,
|
|
14921
|
+
* "data": {
|
|
14922
|
+
* "type": "Generator",
|
|
14923
|
+
* "strategy": "Respond",
|
|
14924
|
+
* "authority": "Sacral",
|
|
14925
|
+
* "profile": "4/6"
|
|
14926
|
+
* },
|
|
14927
|
+
* "_footer": "Powered by astroway.api — get your own key at https://api.astroway.info"
|
|
14928
|
+
* }
|
|
14929
|
+
*/
|
|
14930
|
+
"application/json": unknown;
|
|
14931
|
+
};
|
|
14932
|
+
};
|
|
14933
|
+
/** @description Invalid input */
|
|
14934
|
+
400: {
|
|
14935
|
+
headers: {
|
|
14936
|
+
[name: string]: unknown;
|
|
14937
|
+
};
|
|
14938
|
+
content: {
|
|
14939
|
+
/**
|
|
14940
|
+
* @example {
|
|
14941
|
+
* "ok": false,
|
|
14942
|
+
* "error": {
|
|
14943
|
+
* "code": "INVALID_FIELD",
|
|
14944
|
+
* "message": "Unsupported fields: \"tz\", \"lat\", \"lng\". Rename them to \"timezoneOffset\", \"latitude\", \"longitude\". See details for what each one expects.",
|
|
14945
|
+
* "details": [
|
|
14946
|
+
* {
|
|
14947
|
+
* "path": "tz",
|
|
14948
|
+
* "expected": "timezoneOffset",
|
|
14949
|
+
* "message": "numeric hours from UTC, e.g. 5.75, not a timezone name"
|
|
14950
|
+
* },
|
|
14951
|
+
* {
|
|
14952
|
+
* "path": "lat",
|
|
14953
|
+
* "expected": "latitude",
|
|
14954
|
+
* "message": "decimal degrees, north positive"
|
|
14955
|
+
* },
|
|
14956
|
+
* {
|
|
14957
|
+
* "path": "lng",
|
|
14958
|
+
* "expected": "longitude",
|
|
14959
|
+
* "message": "decimal degrees, east positive"
|
|
14960
|
+
* }
|
|
14961
|
+
* ],
|
|
14962
|
+
* "docs": "https://api.astroway.info/en/errors/#invalid_field"
|
|
14963
|
+
* }
|
|
14964
|
+
* }
|
|
14965
|
+
*/
|
|
14966
|
+
"application/json": unknown;
|
|
14967
|
+
};
|
|
14968
|
+
};
|
|
14969
|
+
};
|
|
14970
|
+
};
|
|
14971
|
+
delete?: never;
|
|
14972
|
+
options?: never;
|
|
14973
|
+
head?: never;
|
|
14974
|
+
patch?: never;
|
|
14975
|
+
trace?: never;
|
|
14976
|
+
};
|
|
14617
14977
|
"/public/horoscope/daily": {
|
|
14618
14978
|
parameters: {
|
|
14619
14979
|
query?: never;
|
|
@@ -14623,7 +14983,7 @@ export interface paths {
|
|
|
14623
14983
|
};
|
|
14624
14984
|
/**
|
|
14625
14985
|
* Daily Horoscope (public, no key)
|
|
14626
|
-
* @description Sun-sign daily horoscope. No authentication, IP-rate-limited (30/hr). Cached per (sign, date, language); every response carries the `_footer` watermark.
|
|
14986
|
+
* @description Sun-sign daily horoscope. No authentication, IP-rate-limited (30/hr). Cached per (sign, date, language); every response carries the `_footer` watermark. The `horoscope` field is paragraphs separated by a blank line and may contain `**bold**` and hyphen bullets; it never contains a heading, because the caller renders its own.
|
|
14627
14987
|
*/
|
|
14628
14988
|
get: {
|
|
14629
14989
|
parameters: {
|
|
@@ -14655,7 +15015,7 @@ export interface paths {
|
|
|
14655
15015
|
* "sign": "aries",
|
|
14656
15016
|
* "date": "2026-06-14",
|
|
14657
15017
|
* "period": "daily",
|
|
14658
|
-
* "horoscope": "
|
|
15018
|
+
* "horoscope": "The week opens with …\n\n- Monday: …\n- Tuesday: …",
|
|
14659
15019
|
* "disclaimer": "For entertainment purposes only.",
|
|
14660
15020
|
* "model": "groq/llama-3.3-70b",
|
|
14661
15021
|
* "language": "en"
|
|
@@ -14703,7 +15063,7 @@ export interface paths {
|
|
|
14703
15063
|
};
|
|
14704
15064
|
/**
|
|
14705
15065
|
* Weekly Horoscope (public, no key)
|
|
14706
|
-
* @description Sun-sign weekly horoscope. The cache key anchors to the week's Monday, so any day in the week returns the same reading (and a finite number of generations per week). `_footer` watermark.
|
|
15066
|
+
* @description Sun-sign weekly horoscope. The cache key anchors to the week's Monday, so any day in the week returns the same reading (and a finite number of generations per week). `_footer` watermark. The `horoscope` field is paragraphs separated by a blank line and may contain `**bold**` and hyphen bullets; it never contains a heading, because the caller renders its own.
|
|
14707
15067
|
*/
|
|
14708
15068
|
get: {
|
|
14709
15069
|
parameters: {
|
|
@@ -14735,7 +15095,7 @@ export interface paths {
|
|
|
14735
15095
|
* "sign": "aries",
|
|
14736
15096
|
* "date": "2026-06-08",
|
|
14737
15097
|
* "period": "weekly",
|
|
14738
|
-
* "horoscope": "
|
|
15098
|
+
* "horoscope": "The week opens with …\n\n- Monday: …\n- Tuesday: …",
|
|
14739
15099
|
* "disclaimer": "For entertainment purposes only.",
|
|
14740
15100
|
* "model": "groq/llama-3.3-70b",
|
|
14741
15101
|
* "language": "en"
|
|
@@ -14783,7 +15143,7 @@ export interface paths {
|
|
|
14783
15143
|
};
|
|
14784
15144
|
/**
|
|
14785
15145
|
* Monthly Horoscope (public, no key)
|
|
14786
|
-
* @description Sun-sign monthly horoscope. The cache key anchors to the 1st of the month. `_footer` watermark.
|
|
15146
|
+
* @description Sun-sign monthly horoscope. The cache key anchors to the 1st of the month. `_footer` watermark. The `horoscope` field is paragraphs separated by a blank line and may contain `**bold**` and hyphen bullets; it never contains a heading, because the caller renders its own.
|
|
14787
15147
|
*/
|
|
14788
15148
|
get: {
|
|
14789
15149
|
parameters: {
|
|
@@ -14815,7 +15175,7 @@ export interface paths {
|
|
|
14815
15175
|
* "sign": "aries",
|
|
14816
15176
|
* "date": "2026-06-01",
|
|
14817
15177
|
* "period": "monthly",
|
|
14818
|
-
* "horoscope": "
|
|
15178
|
+
* "horoscope": "The week opens with …\n\n- Monday: …\n- Tuesday: …",
|
|
14819
15179
|
* "disclaimer": "For entertainment purposes only.",
|
|
14820
15180
|
* "model": "groq/llama-3.3-70b",
|
|
14821
15181
|
* "language": "en"
|
|
@@ -15092,16 +15452,14 @@ export interface paths {
|
|
|
15092
15452
|
export type webhooks = Record<string, never>;
|
|
15093
15453
|
export interface components {
|
|
15094
15454
|
schemas: {
|
|
15095
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
15455
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15096
15456
|
ChartInput: {
|
|
15097
15457
|
date: string;
|
|
15098
15458
|
time: string;
|
|
15099
15459
|
/** @default 0 */
|
|
15100
15460
|
timezoneOffset: number | null;
|
|
15101
|
-
|
|
15102
|
-
|
|
15103
|
-
/** @default 0 */
|
|
15104
|
-
longitude: number | null;
|
|
15461
|
+
latitude: number;
|
|
15462
|
+
longitude: number;
|
|
15105
15463
|
/** @default P */
|
|
15106
15464
|
houseSystem: string;
|
|
15107
15465
|
/** @default */
|
|
@@ -15115,15 +15473,138 @@ export interface components {
|
|
|
15115
15473
|
} & {
|
|
15116
15474
|
[key: string]: unknown;
|
|
15117
15475
|
};
|
|
15118
|
-
/** @description
|
|
15119
|
-
|
|
15120
|
-
|
|
15121
|
-
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15476
|
+
/** @description Birth data where the clock time may be unknown. Either pass time (HH:mm:ss), or set timeUnknown: true and omit it. In the second case the response carries planets and aspects but no houses, angles or sect. */
|
|
15477
|
+
ChartInputUnknownTime: {
|
|
15478
|
+
date: string;
|
|
15479
|
+
time?: string;
|
|
15480
|
+
/** @default 0 */
|
|
15481
|
+
timezoneOffset: number | null;
|
|
15482
|
+
latitude: number;
|
|
15483
|
+
longitude: number;
|
|
15484
|
+
/** @default P */
|
|
15485
|
+
houseSystem: string;
|
|
15486
|
+
/** @default */
|
|
15487
|
+
name: string;
|
|
15488
|
+
/** @default */
|
|
15489
|
+
city: string;
|
|
15490
|
+
/** @enum {string} */
|
|
15491
|
+
zodiacType?: "tropical" | "sidereal";
|
|
15492
|
+
ayanamsaId?: number | null;
|
|
15493
|
+
cosmogram?: boolean;
|
|
15494
|
+
timeUnknown?: boolean;
|
|
15495
|
+
} & {
|
|
15496
|
+
[key: string]: unknown;
|
|
15126
15497
|
};
|
|
15498
|
+
/** @description Pair of natal charts where either birth time may be unknown. A chart with timeUnknown: true contributes planets and cross-aspects but no houses, angles or overlays. */
|
|
15499
|
+
TwoChartUnknownTime: {
|
|
15500
|
+
chart1: components["schemas"]["ChartInputUnknownTime"];
|
|
15501
|
+
chart2: components["schemas"]["ChartInputUnknownTime"];
|
|
15502
|
+
};
|
|
15503
|
+
/** @description Natal chart plus optional custom lot definitions; the built-in set is used when omitted. */
|
|
15504
|
+
ArabicParts: components["schemas"]["ChartInput"] & ({
|
|
15505
|
+
parts?: {
|
|
15506
|
+
code: number | null;
|
|
15507
|
+
name: string;
|
|
15508
|
+
formula: string;
|
|
15509
|
+
flag?: string;
|
|
15510
|
+
}[];
|
|
15511
|
+
} & {
|
|
15512
|
+
[key: string]: unknown;
|
|
15513
|
+
});
|
|
15514
|
+
/** @description Transit moment plus an optional natal date, time and offset to overlay the activations on. */
|
|
15515
|
+
HdTransits: components["schemas"]["ChartInput"] & ({
|
|
15516
|
+
natalDate?: string;
|
|
15517
|
+
natalTime?: string;
|
|
15518
|
+
natalTimezoneOffset?: number | null;
|
|
15519
|
+
} & {
|
|
15520
|
+
[key: string]: unknown;
|
|
15521
|
+
});
|
|
15522
|
+
/** @description Natal chart plus optional custom terms and decans tables. */
|
|
15523
|
+
Almuten: components["schemas"]["ChartInput"] & ({
|
|
15524
|
+
termsData?: ({
|
|
15525
|
+
sign: string;
|
|
15526
|
+
terms: {
|
|
15527
|
+
endDegree: number;
|
|
15528
|
+
planet: string;
|
|
15529
|
+
}[];
|
|
15530
|
+
} | null)[];
|
|
15531
|
+
decansData?: {
|
|
15532
|
+
sign: string;
|
|
15533
|
+
decans: string[];
|
|
15534
|
+
}[];
|
|
15535
|
+
} & {
|
|
15536
|
+
[key: string]: unknown;
|
|
15537
|
+
});
|
|
15538
|
+
/** @description Natal chart plus optional custom terms and decans tables. */
|
|
15539
|
+
EssentialDignities: components["schemas"]["ChartInput"] & ({
|
|
15540
|
+
termsData?: ({
|
|
15541
|
+
sign: string;
|
|
15542
|
+
terms: {
|
|
15543
|
+
endDegree: number;
|
|
15544
|
+
planet: string;
|
|
15545
|
+
}[];
|
|
15546
|
+
} | null)[];
|
|
15547
|
+
decansData?: {
|
|
15548
|
+
sign: string;
|
|
15549
|
+
decans: string[];
|
|
15550
|
+
}[];
|
|
15551
|
+
} & {
|
|
15552
|
+
[key: string]: unknown;
|
|
15553
|
+
});
|
|
15554
|
+
/** @description Natal chart plus the hyleg method and optional custom dignity tables. */
|
|
15555
|
+
Hyleg: components["schemas"]["ChartInput"] & ({
|
|
15556
|
+
termsData?: ({
|
|
15557
|
+
sign: string;
|
|
15558
|
+
terms: {
|
|
15559
|
+
endDegree: number;
|
|
15560
|
+
planet: string;
|
|
15561
|
+
}[];
|
|
15562
|
+
} | null)[];
|
|
15563
|
+
decansData?: {
|
|
15564
|
+
sign: string;
|
|
15565
|
+
decans: string[];
|
|
15566
|
+
}[];
|
|
15567
|
+
} & {
|
|
15568
|
+
[key: string]: unknown;
|
|
15569
|
+
});
|
|
15570
|
+
/** @description Natal chart plus optional custom terms and decans tables. */
|
|
15571
|
+
Receptions: components["schemas"]["ChartInput"] & ({
|
|
15572
|
+
termsData?: ({
|
|
15573
|
+
sign: string;
|
|
15574
|
+
terms: {
|
|
15575
|
+
endDegree: number;
|
|
15576
|
+
planet: string;
|
|
15577
|
+
}[];
|
|
15578
|
+
} | null)[];
|
|
15579
|
+
decansData?: {
|
|
15580
|
+
sign: string;
|
|
15581
|
+
decans: string[];
|
|
15582
|
+
}[];
|
|
15583
|
+
} & {
|
|
15584
|
+
[key: string]: unknown;
|
|
15585
|
+
});
|
|
15586
|
+
/** @description Natal chart plus the dispositor mode (rulership or detriment) and the ruler set (classical or modern). */
|
|
15587
|
+
DispositionChains: components["schemas"]["ChartInput"] & ({
|
|
15588
|
+
/** @enum {string} */
|
|
15589
|
+
mode?: "rulership" | "detriment";
|
|
15590
|
+
/** @enum {string} */
|
|
15591
|
+
rulerMode?: "classical" | "modern";
|
|
15592
|
+
} & {
|
|
15593
|
+
[key: string]: unknown;
|
|
15594
|
+
});
|
|
15595
|
+
/** @description Natal chart plus the number of years of firdaria periods to return. */
|
|
15596
|
+
Firdaria: components["schemas"]["ChartInput"] & ({
|
|
15597
|
+
maxYears?: number;
|
|
15598
|
+
} & {
|
|
15599
|
+
[key: string]: unknown;
|
|
15600
|
+
});
|
|
15601
|
+
/** @description Natal chart plus a target date and the directional key: one degree per year, the Naibod rate, or the arc of the progressed Sun. */
|
|
15602
|
+
SymbolicDirections: components["schemas"]["NatalTarget"] & ({
|
|
15603
|
+
/** @enum {string} */
|
|
15604
|
+
key?: "one_degree" | "naibod" | "solar_arc";
|
|
15605
|
+
} & {
|
|
15606
|
+
[key: string]: unknown;
|
|
15607
|
+
});
|
|
15127
15608
|
/** @description Natal chart plus a target date for time-based calculations: progressions, directions, profections, returns. */
|
|
15128
15609
|
NatalTarget: components["schemas"]["ChartInput"] & ({
|
|
15129
15610
|
targetDate: string;
|
|
@@ -15133,11 +15614,108 @@ export interface components {
|
|
|
15133
15614
|
} & {
|
|
15134
15615
|
[key: string]: unknown;
|
|
15135
15616
|
});
|
|
15617
|
+
/** @description Natal chart plus the directional rate in degrees per year (Naibod 0.9856353 by default), the age to search to, and the aspect angles to test. */
|
|
15618
|
+
PrimaryDirections: components["schemas"]["ChartInput"] & ({
|
|
15619
|
+
key?: number;
|
|
15620
|
+
maxAge?: number;
|
|
15621
|
+
aspectAngles?: (number | null)[];
|
|
15622
|
+
} & {
|
|
15623
|
+
[key: string]: unknown;
|
|
15624
|
+
});
|
|
15625
|
+
/** @description Natal chart plus the declination orb in degrees. */
|
|
15626
|
+
ParallelAspects: components["schemas"]["ChartInput"] & ({
|
|
15627
|
+
orb?: number;
|
|
15628
|
+
} & {
|
|
15629
|
+
[key: string]: unknown;
|
|
15630
|
+
});
|
|
15631
|
+
/** @description Natal chart plus the orb in degrees used for midpoint trees and symmetries. */
|
|
15632
|
+
MidpointTrees: components["schemas"]["ChartInput"] & ({
|
|
15633
|
+
orb?: number;
|
|
15634
|
+
} & {
|
|
15635
|
+
[key: string]: unknown;
|
|
15636
|
+
});
|
|
15637
|
+
/** @description Natal chart plus the target date for the Jaimini dasha summary. */
|
|
15638
|
+
JaiminiDashaSummary: components["schemas"]["ChartInput"] & ({
|
|
15639
|
+
targetDate?: string;
|
|
15640
|
+
targetTime?: string;
|
|
15641
|
+
targetTzOffset?: number | null;
|
|
15642
|
+
} & {
|
|
15643
|
+
[key: string]: unknown;
|
|
15644
|
+
});
|
|
15645
|
+
/** @description Natal chart plus the target date for the Sade Sati phase. */
|
|
15646
|
+
SadeSati: components["schemas"]["ChartInput"] & ({
|
|
15647
|
+
targetDate?: string;
|
|
15648
|
+
targetTime?: string;
|
|
15649
|
+
targetTzOffset?: number | null;
|
|
15650
|
+
} & {
|
|
15651
|
+
[key: string]: unknown;
|
|
15652
|
+
});
|
|
15653
|
+
/** @description Birth data for a gemstone recommendation. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude. Coordinates do NOT default to 0 here as they do on other chart endpoints: the whole answer is derived from the lagna, so an omitted pair is a 400 rather than a confident set of gems for 0N 0E. */
|
|
15654
|
+
Gemstone: components["schemas"]["ChartInput"] & ({
|
|
15655
|
+
/** @description Birth latitude. Required: the lagna is what both schools prescribe from. */
|
|
15656
|
+
latitude?: number | null;
|
|
15657
|
+
/** @description Birth longitude. Required: the lagna is what both schools prescribe from. */
|
|
15658
|
+
longitude?: number | null;
|
|
15659
|
+
/**
|
|
15660
|
+
* @description Prescription school. Both reach the same three gems (the trikona lords), and differ on what they withhold and on the ordering. The response always names the one used. Default: lagna-lord.
|
|
15661
|
+
* @enum {string}
|
|
15662
|
+
*/
|
|
15663
|
+
school?: "lagna-lord" | "functional-benefic";
|
|
15664
|
+
} & {
|
|
15665
|
+
[key: string]: unknown;
|
|
15666
|
+
});
|
|
15667
|
+
/** @description Birth data for star-planet parans. Coordinates are not used: a paran is a latitude, and which latitudes exist depends on the moment, not on where the native was born. */
|
|
15668
|
+
StarParans: components["schemas"]["ChartInput"] & ({
|
|
15669
|
+
/** @description Star names from the Swiss Ephemeris catalogue. Default: the 36-star astrological set. */
|
|
15670
|
+
stars?: string[];
|
|
15671
|
+
/** @description Swiss Ephemeris planet ids. Default: 0-9, Sun through Pluto. */
|
|
15672
|
+
planets?: (number | null)[];
|
|
15673
|
+
/** @description Search range either side of the equator, degrees. Default 60, which is the range Brady tabulates. */
|
|
15674
|
+
latitudeLimit?: number;
|
|
15675
|
+
/**
|
|
15676
|
+
* @description Which horizon counts as rising. `geometric` (default) is altitude 0, the semi-diurnal arc as written in Meeus. `apparent` puts it at -34 arcmin, where refraction lifts a body into view first. Worth about two degrees of paran latitude at mid-latitudes, and refraction also breaks the equator mirror that the geometric horizon has, so it is a choice rather than a detail.
|
|
15677
|
+
* @enum {string}
|
|
15678
|
+
*/
|
|
15679
|
+
horizon?: "geometric" | "apparent";
|
|
15680
|
+
} & {
|
|
15681
|
+
[key: string]: unknown;
|
|
15682
|
+
});
|
|
15683
|
+
/** @description Birth data plus a life category. Birth coordinates are optional and unused for the ranking: astrocartography lines are a property of the birth moment, not of the birth place. */
|
|
15684
|
+
AcgBestPlaces: components["schemas"]["ChartInput"] & ({
|
|
15685
|
+
/** @description One of the 19 ACG life categories. The list is at GET /v1/acg/categories. */
|
|
15686
|
+
category: string;
|
|
15687
|
+
/** @description ISO 3166-1 alpha-2 codes to restrict the search to. Omit to search the whole bundled list. */
|
|
15688
|
+
countries?: string[];
|
|
15689
|
+
/** @description Floor on city population. The bundled set starts at 15000, so a lower value changes nothing. */
|
|
15690
|
+
minPopulation?: number;
|
|
15691
|
+
/** @description How far a line reaches, kilometres. Default 1126, which is the 700 miles Jim Lewis used. */
|
|
15692
|
+
orbKm?: number;
|
|
15693
|
+
/** @description How many cities to return. Default 25. */
|
|
15694
|
+
limit?: number;
|
|
15695
|
+
/** @description Keep returned cities at least this far apart, kilometres. Default 300. An ACG line is a curve, so without thinning the top of the ranking is the densest stretch of one line rather than a set of places. Set 0 to disable and see every city in score order. */
|
|
15696
|
+
minSeparationKm?: number | null;
|
|
15697
|
+
/**
|
|
15698
|
+
* @description `net` (default) ranks on supportive minus challenging. `supportive` ignores the challenging side when ordering, though it is still reported.
|
|
15699
|
+
* @enum {string}
|
|
15700
|
+
*/
|
|
15701
|
+
sort?: "net" | "supportive";
|
|
15702
|
+
} & {
|
|
15703
|
+
[key: string]: unknown;
|
|
15704
|
+
});
|
|
15705
|
+
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
15706
|
+
TwoChart: {
|
|
15707
|
+
chart1: components["schemas"]["ChartInput"];
|
|
15708
|
+
chart2: components["schemas"]["ChartInput"];
|
|
15709
|
+
};
|
|
15710
|
+
/** @description Group of 2-10 natal charts for collective calculations: group synastry, penta-chart, etc. */
|
|
15711
|
+
MultiChart: {
|
|
15712
|
+
inputs: components["schemas"]["ChartInput"][];
|
|
15713
|
+
};
|
|
15136
15714
|
/** @description Wrapper { natal: ChartInput } used by endpoints that take a base natal plus extra parameters in flat fields. */
|
|
15137
15715
|
NatalWrapper: {
|
|
15138
15716
|
natal: components["schemas"]["ChartInput"];
|
|
15139
15717
|
};
|
|
15140
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
15718
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15141
15719
|
AcgByCategory: components["schemas"]["ChartInput"] & ({
|
|
15142
15720
|
/** @enum {string} */
|
|
15143
15721
|
category: "adventure" | "career" | "communication" | "creativity" | "health" | "home" | "learning" | "love" | "money" | "power" | "relationship" | "retreat" | "spirituality" | "stability" | "success" | "transformation" | "travel" | "vitality" | "wealth";
|
|
@@ -15157,11 +15735,11 @@ export interface components {
|
|
|
15157
15735
|
/** @default true */
|
|
15158
15736
|
includeCoordinates: boolean;
|
|
15159
15737
|
/** @enum {string} */
|
|
15160
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15738
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15161
15739
|
} & {
|
|
15162
15740
|
[key: string]: unknown;
|
|
15163
15741
|
});
|
|
15164
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
15742
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15165
15743
|
AcgLineReport: components["schemas"]["ChartInput"] & ({
|
|
15166
15744
|
planet: string;
|
|
15167
15745
|
/** @enum {string} */
|
|
@@ -15169,11 +15747,11 @@ export interface components {
|
|
|
15169
15747
|
/** @default true */
|
|
15170
15748
|
includeCoordinates: boolean;
|
|
15171
15749
|
/** @enum {string} */
|
|
15172
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15750
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15173
15751
|
} & {
|
|
15174
15752
|
[key: string]: unknown;
|
|
15175
15753
|
});
|
|
15176
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
15754
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15177
15755
|
AcgZones: components["schemas"]["ChartInput"] & ({
|
|
15178
15756
|
point: {
|
|
15179
15757
|
lat: number;
|
|
@@ -15251,6 +15829,11 @@ export interface components {
|
|
|
15251
15829
|
height?: number;
|
|
15252
15830
|
};
|
|
15253
15831
|
};
|
|
15832
|
+
Biorhythm: {
|
|
15833
|
+
birthDate: string;
|
|
15834
|
+
rangeStart?: string;
|
|
15835
|
+
rangeEnd?: string;
|
|
15836
|
+
};
|
|
15254
15837
|
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
15255
15838
|
Breakup: components["schemas"]["TwoChart"] & {
|
|
15256
15839
|
startDate: string;
|
|
@@ -15281,10 +15864,8 @@ export interface components {
|
|
|
15281
15864
|
time: string;
|
|
15282
15865
|
/** @default 0 */
|
|
15283
15866
|
timezoneOffset: number | null;
|
|
15284
|
-
|
|
15285
|
-
|
|
15286
|
-
/** @default 0 */
|
|
15287
|
-
longitude: number | null;
|
|
15867
|
+
latitude: number;
|
|
15868
|
+
longitude: number;
|
|
15288
15869
|
/** @default P */
|
|
15289
15870
|
houseSystem: string;
|
|
15290
15871
|
/** @default */
|
|
@@ -15329,7 +15910,7 @@ export interface components {
|
|
|
15329
15910
|
sign1: string;
|
|
15330
15911
|
sign2: string;
|
|
15331
15912
|
/** @enum {string} */
|
|
15332
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15913
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15333
15914
|
/** @default false */
|
|
15334
15915
|
disclaimer_inline: boolean;
|
|
15335
15916
|
};
|
|
@@ -15376,7 +15957,7 @@ export interface components {
|
|
|
15376
15957
|
Daily: {
|
|
15377
15958
|
date?: string;
|
|
15378
15959
|
};
|
|
15379
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
15960
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15380
15961
|
DashaInput: components["schemas"]["ChartInput"] & ({
|
|
15381
15962
|
targetDate?: string;
|
|
15382
15963
|
targetTime?: string;
|
|
@@ -15397,7 +15978,7 @@ export interface components {
|
|
|
15397
15978
|
*/
|
|
15398
15979
|
language: "uk" | "en" | "ru" | "es" | "pl" | "de" | "fr" | "it" | "pt";
|
|
15399
15980
|
};
|
|
15400
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
15981
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15401
15982
|
Decennials: components["schemas"]["ChartInput"] & ({
|
|
15402
15983
|
/** @default 90 */
|
|
15403
15984
|
lifespanYears: number;
|
|
@@ -15470,7 +16051,8 @@ export interface components {
|
|
|
15470
16051
|
planetIds?: (number | null)[];
|
|
15471
16052
|
};
|
|
15472
16053
|
Evict: {
|
|
15473
|
-
api_key
|
|
16054
|
+
api_key?: string;
|
|
16055
|
+
wp_user_id?: number;
|
|
15474
16056
|
};
|
|
15475
16057
|
ExplainAspect: {
|
|
15476
16058
|
chart?: components["schemas"]["ChartInput"];
|
|
@@ -15561,29 +16143,29 @@ export interface components {
|
|
|
15561
16143
|
startDate: string;
|
|
15562
16144
|
endDate: string;
|
|
15563
16145
|
};
|
|
15564
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16146
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15565
16147
|
InterpretElement: components["schemas"]["ChartInput"] & ({
|
|
15566
16148
|
/** @enum {string} */
|
|
15567
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
16149
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15568
16150
|
/** @default false */
|
|
15569
16151
|
disclaimer_inline: boolean;
|
|
15570
16152
|
} & {
|
|
15571
16153
|
[key: string]: unknown;
|
|
15572
16154
|
});
|
|
15573
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16155
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15574
16156
|
InterpretNatal: components["schemas"]["ChartInput"] & ({
|
|
15575
16157
|
/** @enum {string} */
|
|
15576
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
16158
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15577
16159
|
/** @default false */
|
|
15578
16160
|
disclaimer_inline: boolean;
|
|
15579
16161
|
} & {
|
|
15580
16162
|
[key: string]: unknown;
|
|
15581
16163
|
});
|
|
15582
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16164
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15583
16165
|
InterpretPlacement: components["schemas"]["ChartInput"] & ({
|
|
15584
16166
|
planet: string;
|
|
15585
16167
|
/** @enum {string} */
|
|
15586
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
16168
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15587
16169
|
/** @default false */
|
|
15588
16170
|
disclaimer_inline: boolean;
|
|
15589
16171
|
} & {
|
|
@@ -15592,17 +16174,17 @@ export interface components {
|
|
|
15592
16174
|
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
15593
16175
|
InterpretSynastry: components["schemas"]["TwoChart"] & {
|
|
15594
16176
|
/** @enum {string} */
|
|
15595
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
16177
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15596
16178
|
/** @default false */
|
|
15597
16179
|
disclaimer_inline: boolean;
|
|
15598
16180
|
};
|
|
15599
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16181
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15600
16182
|
InterpretTransits: components["schemas"]["ChartInput"] & ({
|
|
15601
16183
|
transitDate: string;
|
|
15602
16184
|
transitTime?: string;
|
|
15603
16185
|
transitTzOffset?: number | null;
|
|
15604
16186
|
/** @enum {string} */
|
|
15605
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
16187
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15606
16188
|
/** @default false */
|
|
15607
16189
|
disclaimer_inline: boolean;
|
|
15608
16190
|
} & {
|
|
@@ -15616,7 +16198,7 @@ export interface components {
|
|
|
15616
16198
|
Logo: {
|
|
15617
16199
|
data_url: string;
|
|
15618
16200
|
};
|
|
15619
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16201
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15620
16202
|
LordOfPrediction: components["schemas"]["ChartInput"] & ({
|
|
15621
16203
|
targetAge: number | null;
|
|
15622
16204
|
} & {
|
|
@@ -15626,7 +16208,7 @@ export interface components {
|
|
|
15626
16208
|
year: number | null;
|
|
15627
16209
|
month: number | null;
|
|
15628
16210
|
};
|
|
15629
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16211
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15630
16212
|
LunarReturn: components["schemas"]["ChartInput"] & ({
|
|
15631
16213
|
afterDate: string;
|
|
15632
16214
|
afterTime?: string;
|
|
@@ -15660,7 +16242,7 @@ export interface components {
|
|
|
15660
16242
|
year: number | null;
|
|
15661
16243
|
month: number;
|
|
15662
16244
|
};
|
|
15663
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16245
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15664
16246
|
MoonPhase: components["schemas"]["ChartInput"] & ({
|
|
15665
16247
|
options?: {
|
|
15666
16248
|
size?: number;
|
|
@@ -15704,7 +16286,7 @@ export interface components {
|
|
|
15704
16286
|
*/
|
|
15705
16287
|
language: "uk" | "en" | "ru" | "es" | "pl" | "de" | "fr" | "it" | "pt";
|
|
15706
16288
|
};
|
|
15707
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16289
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15708
16290
|
MultiForecast: components["schemas"]["ChartInput"] & ({
|
|
15709
16291
|
targetDate: string;
|
|
15710
16292
|
} & {
|
|
@@ -15829,10 +16411,8 @@ export interface components {
|
|
|
15829
16411
|
time: string;
|
|
15830
16412
|
/** @default 0 */
|
|
15831
16413
|
timezoneOffset: number | null;
|
|
15832
|
-
|
|
15833
|
-
|
|
15834
|
-
/** @default 0 */
|
|
15835
|
-
longitude: number | null;
|
|
16414
|
+
latitude: number;
|
|
16415
|
+
longitude: number;
|
|
15836
16416
|
/** @default P */
|
|
15837
16417
|
houseSystem: string;
|
|
15838
16418
|
/** @default */
|
|
@@ -15862,13 +16442,13 @@ export interface components {
|
|
|
15862
16442
|
Penta: {
|
|
15863
16443
|
inputs: components["schemas"]["ChartInput"][];
|
|
15864
16444
|
};
|
|
15865
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16445
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15866
16446
|
Perfections: components["schemas"]["ChartInput"] & ({
|
|
15867
16447
|
targetAge: number | null;
|
|
15868
16448
|
} & {
|
|
15869
16449
|
[key: string]: unknown;
|
|
15870
16450
|
});
|
|
15871
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16451
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15872
16452
|
PhaseReturn: components["schemas"]["ChartInput"] & ({
|
|
15873
16453
|
startYear: number | null;
|
|
15874
16454
|
endYear: number | null;
|
|
@@ -15898,7 +16478,7 @@ export interface components {
|
|
|
15898
16478
|
/** @default 0 */
|
|
15899
16479
|
timezoneOffset: number | null;
|
|
15900
16480
|
};
|
|
15901
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16481
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15902
16482
|
PlanetaryReturn: components["schemas"]["ChartInput"] & ({
|
|
15903
16483
|
planetId: number | null;
|
|
15904
16484
|
year: number | null;
|
|
@@ -15913,13 +16493,13 @@ export interface components {
|
|
|
15913
16493
|
/** @enum {string} */
|
|
15914
16494
|
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
15915
16495
|
};
|
|
15916
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16496
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15917
16497
|
Profections: components["schemas"]["ChartInput"] & ({
|
|
15918
16498
|
targetAge: number | null;
|
|
15919
16499
|
} & {
|
|
15920
16500
|
[key: string]: unknown;
|
|
15921
16501
|
});
|
|
15922
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16502
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15923
16503
|
QuarterLord: components["schemas"]["ChartInput"] & ({
|
|
15924
16504
|
targetDate: string;
|
|
15925
16505
|
} & {
|
|
@@ -15962,7 +16542,7 @@ export interface components {
|
|
|
15962
16542
|
city?: string;
|
|
15963
16543
|
};
|
|
15964
16544
|
};
|
|
15965
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16545
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15966
16546
|
Remedies: components["schemas"]["ChartInput"] & ({
|
|
15967
16547
|
planet?: number;
|
|
15968
16548
|
} & {
|
|
@@ -15986,7 +16566,7 @@ export interface components {
|
|
|
15986
16566
|
Sabian: {
|
|
15987
16567
|
longitudes: (number | null)[];
|
|
15988
16568
|
};
|
|
15989
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16569
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
15990
16570
|
ShoolaInput: components["schemas"]["ChartInput"] & ({
|
|
15991
16571
|
targetDate?: string;
|
|
15992
16572
|
targetTime?: string;
|
|
@@ -16006,7 +16586,7 @@ export interface components {
|
|
|
16006
16586
|
sign: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
16007
16587
|
date?: string;
|
|
16008
16588
|
/** @enum {string} */
|
|
16009
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
16589
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
16010
16590
|
/** @default false */
|
|
16011
16591
|
disclaimer_inline: boolean;
|
|
16012
16592
|
};
|
|
@@ -16016,13 +16596,13 @@ export interface components {
|
|
|
16016
16596
|
/** @default true */
|
|
16017
16597
|
allowReversed: boolean;
|
|
16018
16598
|
};
|
|
16019
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16599
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16020
16600
|
SolarAcg: components["schemas"]["ChartInput"] & ({
|
|
16021
16601
|
year: number | null;
|
|
16022
16602
|
} & {
|
|
16023
16603
|
[key: string]: unknown;
|
|
16024
16604
|
});
|
|
16025
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16605
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16026
16606
|
SolarReturn: components["schemas"]["ChartInput"] & ({
|
|
16027
16607
|
year: number | null;
|
|
16028
16608
|
locationLat?: number | null;
|
|
@@ -16290,7 +16870,7 @@ export interface components {
|
|
|
16290
16870
|
*/
|
|
16291
16871
|
language: "uk" | "en" | "ru" | "es" | "pl" | "de" | "fr" | "it" | "pt";
|
|
16292
16872
|
};
|
|
16293
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16873
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16294
16874
|
TransitAlerts: components["schemas"]["ChartInput"] & ({
|
|
16295
16875
|
hours?: number | null;
|
|
16296
16876
|
orb?: number | null;
|
|
@@ -16341,7 +16921,7 @@ export interface components {
|
|
|
16341
16921
|
reportName?: string;
|
|
16342
16922
|
};
|
|
16343
16923
|
};
|
|
16344
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16924
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16345
16925
|
Transits: components["schemas"]["ChartInput"] & ({
|
|
16346
16926
|
transitDate: string;
|
|
16347
16927
|
transitTime?: string;
|
|
@@ -16371,7 +16951,7 @@ export interface components {
|
|
|
16371
16951
|
outerLabel: string;
|
|
16372
16952
|
};
|
|
16373
16953
|
};
|
|
16374
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16954
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16375
16955
|
Varshphal: components["schemas"]["ChartInput"] & ({
|
|
16376
16956
|
age?: number;
|
|
16377
16957
|
} & {
|
|
@@ -16406,7 +16986,7 @@ export interface components {
|
|
|
16406
16986
|
reportName?: string;
|
|
16407
16987
|
};
|
|
16408
16988
|
};
|
|
16409
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16989
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16410
16990
|
Vedic: components["schemas"]["ChartInput"] & ({
|
|
16411
16991
|
varga?: unknown;
|
|
16412
16992
|
} & {
|
|
@@ -16415,7 +16995,7 @@ export interface components {
|
|
|
16415
16995
|
VerifyConfirm: {
|
|
16416
16996
|
token: string;
|
|
16417
16997
|
};
|
|
16418
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
16998
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16419
16999
|
WheelWestern: components["schemas"]["ChartInput"] & ({
|
|
16420
17000
|
options?: {
|
|
16421
17001
|
size?: number;
|
|
@@ -16456,7 +17036,7 @@ export interface components {
|
|
|
16456
17036
|
startYear: number | null;
|
|
16457
17037
|
endYear: number | null;
|
|
16458
17038
|
};
|
|
16459
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
17039
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16460
17040
|
YearlyFusion: components["schemas"]["ChartInput"] & ({
|
|
16461
17041
|
year: number;
|
|
16462
17042
|
} & {
|
|
@@ -16466,7 +17046,7 @@ export interface components {
|
|
|
16466
17046
|
/** @enum {string} */
|
|
16467
17047
|
sign: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
16468
17048
|
};
|
|
16469
|
-
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss).
|
|
17049
|
+
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss), latitude and longitude in decimal degrees. The short forms lat, lon, lng and tz are rejected with 400 INVALID_FIELD; pass the full names. timezoneOffset is hours from UTC and defaults to 0, meaning UTC. city is a display label only: nothing here geocodes it, so it never stands in for coordinates. */
|
|
16470
17050
|
Zr: components["schemas"]["ChartInput"] & ({
|
|
16471
17051
|
/** @default 80 */
|
|
16472
17052
|
years: number;
|
|
@@ -16500,7 +17080,7 @@ export interface operations {
|
|
|
16500
17080
|
* "longitude": 30.52
|
|
16501
17081
|
* }
|
|
16502
17082
|
*/
|
|
16503
|
-
"application/json": components["schemas"]["
|
|
17083
|
+
"application/json": components["schemas"]["ChartInputUnknownTime"];
|
|
16504
17084
|
};
|
|
16505
17085
|
};
|
|
16506
17086
|
responses: {
|
|
@@ -16900,7 +17480,7 @@ export interface operations {
|
|
|
16900
17480
|
* }
|
|
16901
17481
|
* }
|
|
16902
17482
|
*/
|
|
16903
|
-
"application/json": components["schemas"]["
|
|
17483
|
+
"application/json": components["schemas"]["TwoChartUnknownTime"];
|
|
16904
17484
|
};
|
|
16905
17485
|
};
|
|
16906
17486
|
responses: {
|
|
@@ -18589,7 +19169,7 @@ export interface operations {
|
|
|
18589
19169
|
* ]
|
|
18590
19170
|
* }
|
|
18591
19171
|
*/
|
|
18592
|
-
"application/json": components["schemas"]["
|
|
19172
|
+
"application/json": components["schemas"]["PrimaryDirections"];
|
|
18593
19173
|
};
|
|
18594
19174
|
};
|
|
18595
19175
|
responses: {
|
|
@@ -18674,12 +19254,12 @@ export interface operations {
|
|
|
18674
19254
|
* "timezoneOffset": 3,
|
|
18675
19255
|
* "latitude": 50.45,
|
|
18676
19256
|
* "longitude": 30.52,
|
|
18677
|
-
* "targetDate": "
|
|
19257
|
+
* "targetDate": "2026-05-15",
|
|
18678
19258
|
* "key": "solar_arc",
|
|
18679
19259
|
* "converse": false
|
|
18680
19260
|
* }
|
|
18681
19261
|
*/
|
|
18682
|
-
"application/json": components["schemas"]["
|
|
19262
|
+
"application/json": components["schemas"]["SymbolicDirections"];
|
|
18683
19263
|
};
|
|
18684
19264
|
};
|
|
18685
19265
|
responses: {
|
|
@@ -18694,18 +19274,20 @@ export interface operations {
|
|
|
18694
19274
|
ok?: boolean;
|
|
18695
19275
|
data?: {
|
|
18696
19276
|
arc?: number | null;
|
|
18697
|
-
|
|
19277
|
+
key?: string | null;
|
|
19278
|
+
planets?: ({
|
|
18698
19279
|
id?: number | null;
|
|
18699
|
-
|
|
18700
|
-
|
|
18701
|
-
|
|
18702
|
-
|
|
18703
|
-
aspects?: ({
|
|
18704
|
-
directedPlanet?: string | null;
|
|
18705
|
-
natalPlanet?: string | null;
|
|
18706
|
-
type?: string | null;
|
|
18707
|
-
orb?: number | null;
|
|
19280
|
+
name?: string | null;
|
|
19281
|
+
longitude?: number | null;
|
|
19282
|
+
speedLong?: number | null;
|
|
19283
|
+
isRetrograde?: boolean | null;
|
|
18708
19284
|
} | null)[] | null;
|
|
19285
|
+
houses?: {
|
|
19286
|
+
system?: string | null;
|
|
19287
|
+
cusps?: unknown[] | null;
|
|
19288
|
+
ascendant?: number | null;
|
|
19289
|
+
mc?: number | null;
|
|
19290
|
+
} | null;
|
|
18709
19291
|
};
|
|
18710
19292
|
};
|
|
18711
19293
|
};
|
|
@@ -19151,7 +19733,7 @@ export interface operations {
|
|
|
19151
19733
|
* "maxYears": 75
|
|
19152
19734
|
* }
|
|
19153
19735
|
*/
|
|
19154
|
-
"application/json": components["schemas"]["
|
|
19736
|
+
"application/json": components["schemas"]["Firdaria"];
|
|
19155
19737
|
};
|
|
19156
19738
|
};
|
|
19157
19739
|
responses: {
|
|
@@ -23715,7 +24297,7 @@ export interface operations {
|
|
|
23715
24297
|
};
|
|
23716
24298
|
};
|
|
23717
24299
|
};
|
|
23718
|
-
|
|
24300
|
+
wellness_biorhythm: {
|
|
23719
24301
|
parameters: {
|
|
23720
24302
|
query?: never;
|
|
23721
24303
|
header?: never;
|
|
@@ -23726,117 +24308,72 @@ export interface operations {
|
|
|
23726
24308
|
content: {
|
|
23727
24309
|
/**
|
|
23728
24310
|
* @example {
|
|
23729
|
-
* "
|
|
23730
|
-
* "
|
|
23731
|
-
* "
|
|
23732
|
-
* "latitude": 50.45,
|
|
23733
|
-
* "longitude": 30.52
|
|
24311
|
+
* "birthDate": "1990-06-15",
|
|
24312
|
+
* "rangeStart": "2026-06-15",
|
|
24313
|
+
* "rangeEnd": "2026-06-21"
|
|
23734
24314
|
* }
|
|
23735
24315
|
*/
|
|
23736
|
-
"application/json":
|
|
24316
|
+
"application/json": components["schemas"]["Biorhythm"];
|
|
23737
24317
|
};
|
|
23738
24318
|
};
|
|
23739
24319
|
responses: {
|
|
23740
24320
|
/** @description Successful calculation */
|
|
23741
24321
|
200: {
|
|
23742
|
-
headers: {
|
|
23743
|
-
[name: string]: unknown;
|
|
23744
|
-
};
|
|
23745
|
-
content: {
|
|
23746
|
-
"application/json": {
|
|
23747
|
-
/** @example true */
|
|
23748
|
-
ok?: boolean;
|
|
23749
|
-
data?: {
|
|
23750
|
-
sunSign?: string | null;
|
|
23751
|
-
moonSign?: string | null;
|
|
23752
|
-
ascendant?: string | null;
|
|
23753
|
-
planets?: unknown[] | null;
|
|
23754
|
-
};
|
|
23755
|
-
};
|
|
23756
|
-
};
|
|
23757
|
-
};
|
|
23758
|
-
/** @description Validation error */
|
|
23759
|
-
400: {
|
|
23760
24322
|
headers: {
|
|
23761
24323
|
[name: string]: unknown;
|
|
23762
24324
|
};
|
|
23763
24325
|
content: {
|
|
23764
24326
|
/**
|
|
23765
24327
|
* @example {
|
|
23766
|
-
* "ok":
|
|
23767
|
-
* "
|
|
23768
|
-
* "
|
|
23769
|
-
*
|
|
23770
|
-
*
|
|
24328
|
+
* "ok": true,
|
|
24329
|
+
* "data": {
|
|
24330
|
+
* "range": {
|
|
24331
|
+
* "start": "2026-06-15",
|
|
24332
|
+
* "end": "2026-06-21",
|
|
24333
|
+
* "days": 7
|
|
24334
|
+
* },
|
|
24335
|
+
* "days": [
|
|
23771
24336
|
* {
|
|
23772
|
-
* "
|
|
23773
|
-
* "
|
|
24337
|
+
* "date": "2026-06-15",
|
|
24338
|
+
* "dayOfLife": 13149,
|
|
24339
|
+
* "physical": -0.9423,
|
|
24340
|
+
* "emotional": -0.6235,
|
|
24341
|
+
* "intellectual": 0.2817,
|
|
24342
|
+
* "critical": []
|
|
24343
|
+
* }
|
|
24344
|
+
* ],
|
|
24345
|
+
* "criticalDays": [
|
|
24346
|
+
* {
|
|
24347
|
+
* "date": "2026-06-16",
|
|
24348
|
+
* "cycles": [
|
|
24349
|
+
* "intellectual"
|
|
24350
|
+
* ]
|
|
23774
24351
|
* }
|
|
23775
24352
|
* ]
|
|
23776
24353
|
* }
|
|
23777
24354
|
* }
|
|
23778
24355
|
*/
|
|
23779
|
-
"application/json": unknown;
|
|
23780
|
-
};
|
|
23781
|
-
};
|
|
23782
|
-
/** @description Missing or invalid API key */
|
|
23783
|
-
401: {
|
|
23784
|
-
headers: {
|
|
23785
|
-
[name: string]: unknown;
|
|
23786
|
-
};
|
|
23787
|
-
content: {
|
|
23788
|
-
/**
|
|
23789
|
-
* @example {
|
|
23790
|
-
* "ok": false,
|
|
23791
|
-
* "error": {
|
|
23792
|
-
* "code": "INVALID_API_KEY",
|
|
23793
|
-
* "message": "Invalid API key"
|
|
23794
|
-
* }
|
|
23795
|
-
* }
|
|
23796
|
-
*/
|
|
23797
|
-
"application/json": unknown;
|
|
23798
|
-
};
|
|
23799
|
-
};
|
|
23800
|
-
};
|
|
23801
|
-
};
|
|
23802
|
-
"pet_sun-sign-meaning": {
|
|
23803
|
-
parameters: {
|
|
23804
|
-
query?: never;
|
|
23805
|
-
header?: never;
|
|
23806
|
-
path?: never;
|
|
23807
|
-
cookie?: never;
|
|
23808
|
-
};
|
|
23809
|
-
requestBody: {
|
|
23810
|
-
content: {
|
|
23811
|
-
/**
|
|
23812
|
-
* @example {
|
|
23813
|
-
* "date": "1990-05-15",
|
|
23814
|
-
* "time": "14:30:00",
|
|
23815
|
-
* "timezoneOffset": 3,
|
|
23816
|
-
* "latitude": 50.45,
|
|
23817
|
-
* "longitude": 30.52
|
|
23818
|
-
* }
|
|
23819
|
-
*/
|
|
23820
|
-
"application/json": Record<string, never>;
|
|
23821
|
-
};
|
|
23822
|
-
};
|
|
23823
|
-
responses: {
|
|
23824
|
-
/** @description Successful calculation */
|
|
23825
|
-
200: {
|
|
23826
|
-
headers: {
|
|
23827
|
-
[name: string]: unknown;
|
|
23828
|
-
};
|
|
23829
|
-
content: {
|
|
23830
24356
|
"application/json": {
|
|
23831
24357
|
/** @example true */
|
|
23832
24358
|
ok?: boolean;
|
|
23833
24359
|
data?: {
|
|
23834
|
-
|
|
23835
|
-
|
|
23836
|
-
|
|
23837
|
-
|
|
23838
|
-
bestSuited?: string | null;
|
|
24360
|
+
range?: {
|
|
24361
|
+
start?: string | null;
|
|
24362
|
+
end?: string | null;
|
|
24363
|
+
days?: number | null;
|
|
23839
24364
|
} | null;
|
|
24365
|
+
days?: ({
|
|
24366
|
+
date?: string | null;
|
|
24367
|
+
dayOfLife?: number | null;
|
|
24368
|
+
physical?: number | null;
|
|
24369
|
+
emotional?: number | null;
|
|
24370
|
+
intellectual?: number | null;
|
|
24371
|
+
critical?: unknown[] | null;
|
|
24372
|
+
} | null)[] | null;
|
|
24373
|
+
criticalDays?: ({
|
|
24374
|
+
date?: string | null;
|
|
24375
|
+
cycles?: (string | null)[] | null;
|
|
24376
|
+
} | null)[] | null;
|
|
23840
24377
|
};
|
|
23841
24378
|
};
|
|
23842
24379
|
};
|
|
@@ -23885,7 +24422,7 @@ export interface operations {
|
|
|
23885
24422
|
};
|
|
23886
24423
|
};
|
|
23887
24424
|
};
|
|
23888
|
-
|
|
24425
|
+
"pet_birth-chart": {
|
|
23889
24426
|
parameters: {
|
|
23890
24427
|
query?: never;
|
|
23891
24428
|
header?: never;
|
|
@@ -23917,9 +24454,10 @@ export interface operations {
|
|
|
23917
24454
|
/** @example true */
|
|
23918
24455
|
ok?: boolean;
|
|
23919
24456
|
data?: {
|
|
23920
|
-
|
|
23921
|
-
|
|
23922
|
-
|
|
24457
|
+
sunSign?: string | null;
|
|
24458
|
+
moonSign?: string | null;
|
|
24459
|
+
ascendant?: string | null;
|
|
24460
|
+
planets?: unknown[] | null;
|
|
23923
24461
|
};
|
|
23924
24462
|
};
|
|
23925
24463
|
};
|
|
@@ -23968,7 +24506,7 @@ export interface operations {
|
|
|
23968
24506
|
};
|
|
23969
24507
|
};
|
|
23970
24508
|
};
|
|
23971
|
-
|
|
24509
|
+
"pet_sun-sign-meaning": {
|
|
23972
24510
|
parameters: {
|
|
23973
24511
|
query?: never;
|
|
23974
24512
|
header?: never;
|
|
@@ -24000,8 +24538,12 @@ export interface operations {
|
|
|
24000
24538
|
/** @example true */
|
|
24001
24539
|
ok?: boolean;
|
|
24002
24540
|
data?: {
|
|
24003
|
-
|
|
24004
|
-
|
|
24541
|
+
sunSign?: string | null;
|
|
24542
|
+
personality?: {
|
|
24543
|
+
temperament?: string | null;
|
|
24544
|
+
quirks?: unknown[] | null;
|
|
24545
|
+
bestSuited?: string | null;
|
|
24546
|
+
} | null;
|
|
24005
24547
|
};
|
|
24006
24548
|
};
|
|
24007
24549
|
};
|
|
@@ -24050,7 +24592,7 @@ export interface operations {
|
|
|
24050
24592
|
};
|
|
24051
24593
|
};
|
|
24052
24594
|
};
|
|
24053
|
-
|
|
24595
|
+
pet_personality: {
|
|
24054
24596
|
parameters: {
|
|
24055
24597
|
query?: never;
|
|
24056
24598
|
header?: never;
|
|
@@ -24082,10 +24624,9 @@ export interface operations {
|
|
|
24082
24624
|
/** @example true */
|
|
24083
24625
|
ok?: boolean;
|
|
24084
24626
|
data?: {
|
|
24085
|
-
|
|
24086
|
-
|
|
24087
|
-
|
|
24088
|
-
} | null;
|
|
24627
|
+
temperament?: string | null;
|
|
24628
|
+
quirks?: unknown[] | null;
|
|
24629
|
+
bestSuited?: string | null;
|
|
24089
24630
|
};
|
|
24090
24631
|
};
|
|
24091
24632
|
};
|
|
@@ -24134,7 +24675,7 @@ export interface operations {
|
|
|
24134
24675
|
};
|
|
24135
24676
|
};
|
|
24136
24677
|
};
|
|
24137
|
-
|
|
24678
|
+
pet_temperament: {
|
|
24138
24679
|
parameters: {
|
|
24139
24680
|
query?: never;
|
|
24140
24681
|
header?: never;
|
|
@@ -24166,10 +24707,8 @@ export interface operations {
|
|
|
24166
24707
|
/** @example true */
|
|
24167
24708
|
ok?: boolean;
|
|
24168
24709
|
data?: {
|
|
24169
|
-
|
|
24170
|
-
|
|
24171
|
-
tips?: unknown[] | null;
|
|
24172
|
-
} | null;
|
|
24710
|
+
temperament?: string | null;
|
|
24711
|
+
quirks?: unknown[] | null;
|
|
24173
24712
|
};
|
|
24174
24713
|
};
|
|
24175
24714
|
};
|
|
@@ -24218,7 +24757,7 @@ export interface operations {
|
|
|
24218
24757
|
};
|
|
24219
24758
|
};
|
|
24220
24759
|
};
|
|
24221
|
-
"
|
|
24760
|
+
"pet_training-style": {
|
|
24222
24761
|
parameters: {
|
|
24223
24762
|
query?: never;
|
|
24224
24763
|
header?: never;
|
|
@@ -24246,24 +24785,13 @@ export interface operations {
|
|
|
24246
24785
|
[name: string]: unknown;
|
|
24247
24786
|
};
|
|
24248
24787
|
content: {
|
|
24249
|
-
/**
|
|
24250
|
-
* @example {
|
|
24251
|
-
* "ok": true,
|
|
24252
|
-
* "data": {
|
|
24253
|
-
* "grooming": {
|
|
24254
|
-
* "focus": "...",
|
|
24255
|
-
* "freq": "..."
|
|
24256
|
-
* }
|
|
24257
|
-
* }
|
|
24258
|
-
* }
|
|
24259
|
-
*/
|
|
24260
24788
|
"application/json": {
|
|
24261
24789
|
/** @example true */
|
|
24262
24790
|
ok?: boolean;
|
|
24263
24791
|
data?: {
|
|
24264
|
-
|
|
24265
|
-
|
|
24266
|
-
|
|
24792
|
+
training?: {
|
|
24793
|
+
style?: string | null;
|
|
24794
|
+
tips?: unknown[] | null;
|
|
24267
24795
|
} | null;
|
|
24268
24796
|
};
|
|
24269
24797
|
};
|
|
@@ -24313,7 +24841,7 @@ export interface operations {
|
|
|
24313
24841
|
};
|
|
24314
24842
|
};
|
|
24315
24843
|
};
|
|
24316
|
-
"
|
|
24844
|
+
"pet_diet-by-sign": {
|
|
24317
24845
|
parameters: {
|
|
24318
24846
|
query?: never;
|
|
24319
24847
|
header?: never;
|
|
@@ -24345,10 +24873,9 @@ export interface operations {
|
|
|
24345
24873
|
/** @example true */
|
|
24346
24874
|
ok?: boolean;
|
|
24347
24875
|
data?: {
|
|
24348
|
-
|
|
24349
|
-
|
|
24350
|
-
|
|
24351
|
-
activities?: unknown[] | null;
|
|
24876
|
+
diet?: {
|
|
24877
|
+
focus?: string | null;
|
|
24878
|
+
tips?: unknown[] | null;
|
|
24352
24879
|
} | null;
|
|
24353
24880
|
};
|
|
24354
24881
|
};
|
|
@@ -24398,7 +24925,7 @@ export interface operations {
|
|
|
24398
24925
|
};
|
|
24399
24926
|
};
|
|
24400
24927
|
};
|
|
24401
|
-
"
|
|
24928
|
+
"pet_grooming-by-element": {
|
|
24402
24929
|
parameters: {
|
|
24403
24930
|
query?: never;
|
|
24404
24931
|
header?: never;
|
|
@@ -24430,8 +24957,9 @@ export interface operations {
|
|
|
24430
24957
|
* @example {
|
|
24431
24958
|
* "ok": true,
|
|
24432
24959
|
* "data": {
|
|
24433
|
-
* "
|
|
24434
|
-
* "
|
|
24960
|
+
* "grooming": {
|
|
24961
|
+
* "focus": "...",
|
|
24962
|
+
* "freq": "..."
|
|
24435
24963
|
* }
|
|
24436
24964
|
* }
|
|
24437
24965
|
* }
|
|
@@ -24440,8 +24968,9 @@ export interface operations {
|
|
|
24440
24968
|
/** @example true */
|
|
24441
24969
|
ok?: boolean;
|
|
24442
24970
|
data?: {
|
|
24443
|
-
|
|
24444
|
-
|
|
24971
|
+
grooming?: {
|
|
24972
|
+
focus?: string | null;
|
|
24973
|
+
freq?: string | null;
|
|
24445
24974
|
} | null;
|
|
24446
24975
|
};
|
|
24447
24976
|
};
|
|
@@ -24491,7 +25020,7 @@ export interface operations {
|
|
|
24491
25020
|
};
|
|
24492
25021
|
};
|
|
24493
25022
|
};
|
|
24494
|
-
"
|
|
25023
|
+
"pet_exercise-needs": {
|
|
24495
25024
|
parameters: {
|
|
24496
25025
|
query?: never;
|
|
24497
25026
|
header?: never;
|
|
@@ -24523,9 +25052,10 @@ export interface operations {
|
|
|
24523
25052
|
/** @example true */
|
|
24524
25053
|
ok?: boolean;
|
|
24525
25054
|
data?: {
|
|
24526
|
-
|
|
24527
|
-
|
|
24528
|
-
|
|
25055
|
+
exercise?: {
|
|
25056
|
+
intensity?: string | null;
|
|
25057
|
+
minDailyMinutes?: number | null;
|
|
25058
|
+
activities?: unknown[] | null;
|
|
24529
25059
|
} | null;
|
|
24530
25060
|
};
|
|
24531
25061
|
};
|
|
@@ -24575,7 +25105,7 @@ export interface operations {
|
|
|
24575
25105
|
};
|
|
24576
25106
|
};
|
|
24577
25107
|
};
|
|
24578
|
-
"
|
|
25108
|
+
"pet_communication-style": {
|
|
24579
25109
|
parameters: {
|
|
24580
25110
|
query?: never;
|
|
24581
25111
|
header?: never;
|
|
@@ -24603,11 +25133,23 @@ export interface operations {
|
|
|
24603
25133
|
[name: string]: unknown;
|
|
24604
25134
|
};
|
|
24605
25135
|
content: {
|
|
25136
|
+
/**
|
|
25137
|
+
* @example {
|
|
25138
|
+
* "ok": true,
|
|
25139
|
+
* "data": {
|
|
25140
|
+
* "communication": {
|
|
25141
|
+
* "style": "..."
|
|
25142
|
+
* }
|
|
25143
|
+
* }
|
|
25144
|
+
* }
|
|
25145
|
+
*/
|
|
24606
25146
|
"application/json": {
|
|
24607
25147
|
/** @example true */
|
|
24608
25148
|
ok?: boolean;
|
|
24609
25149
|
data?: {
|
|
24610
|
-
|
|
25150
|
+
communication?: {
|
|
25151
|
+
style?: string | null;
|
|
25152
|
+
} | null;
|
|
24611
25153
|
};
|
|
24612
25154
|
};
|
|
24613
25155
|
};
|
|
@@ -24656,7 +25198,7 @@ export interface operations {
|
|
|
24656
25198
|
};
|
|
24657
25199
|
};
|
|
24658
25200
|
};
|
|
24659
|
-
"
|
|
25201
|
+
"pet_play-style": {
|
|
24660
25202
|
parameters: {
|
|
24661
25203
|
query?: never;
|
|
24662
25204
|
header?: never;
|
|
@@ -24667,12 +25209,11 @@ export interface operations {
|
|
|
24667
25209
|
content: {
|
|
24668
25210
|
/**
|
|
24669
25211
|
* @example {
|
|
24670
|
-
* "date": "
|
|
24671
|
-
* "time": "
|
|
24672
|
-
* "timezoneOffset":
|
|
24673
|
-
* "latitude":
|
|
24674
|
-
* "longitude":
|
|
24675
|
-
* "gender": "feminine"
|
|
25212
|
+
* "date": "1990-05-15",
|
|
25213
|
+
* "time": "14:30:00",
|
|
25214
|
+
* "timezoneOffset": 3,
|
|
25215
|
+
* "latitude": 50.45,
|
|
25216
|
+
* "longitude": 30.52
|
|
24676
25217
|
* }
|
|
24677
25218
|
*/
|
|
24678
25219
|
"application/json": Record<string, never>;
|
|
@@ -24689,7 +25230,10 @@ export interface operations {
|
|
|
24689
25230
|
/** @example true */
|
|
24690
25231
|
ok?: boolean;
|
|
24691
25232
|
data?: {
|
|
24692
|
-
|
|
25233
|
+
play?: {
|
|
25234
|
+
style?: string | null;
|
|
25235
|
+
toys?: unknown[] | null;
|
|
25236
|
+
} | null;
|
|
24693
25237
|
};
|
|
24694
25238
|
};
|
|
24695
25239
|
};
|
|
@@ -24738,7 +25282,7 @@ export interface operations {
|
|
|
24738
25282
|
};
|
|
24739
25283
|
};
|
|
24740
25284
|
};
|
|
24741
|
-
"
|
|
25285
|
+
"pet_health-tips": {
|
|
24742
25286
|
parameters: {
|
|
24743
25287
|
query?: never;
|
|
24744
25288
|
header?: never;
|
|
@@ -24766,21 +25310,11 @@ export interface operations {
|
|
|
24766
25310
|
[name: string]: unknown;
|
|
24767
25311
|
};
|
|
24768
25312
|
content: {
|
|
24769
|
-
/**
|
|
24770
|
-
* @example {
|
|
24771
|
-
* "ok": true,
|
|
24772
|
-
* "data": {
|
|
24773
|
-
* "luckyDays": [
|
|
24774
|
-
* "Wednesday"
|
|
24775
|
-
* ]
|
|
24776
|
-
* }
|
|
24777
|
-
* }
|
|
24778
|
-
*/
|
|
24779
25313
|
"application/json": {
|
|
24780
25314
|
/** @example true */
|
|
24781
25315
|
ok?: boolean;
|
|
24782
25316
|
data?: {
|
|
24783
|
-
|
|
25317
|
+
healthTips?: unknown[] | null;
|
|
24784
25318
|
};
|
|
24785
25319
|
};
|
|
24786
25320
|
};
|
|
@@ -24829,7 +25363,7 @@ export interface operations {
|
|
|
24829
25363
|
};
|
|
24830
25364
|
};
|
|
24831
25365
|
};
|
|
24832
|
-
"
|
|
25366
|
+
"pet_best-names": {
|
|
24833
25367
|
parameters: {
|
|
24834
25368
|
query?: never;
|
|
24835
25369
|
header?: never;
|
|
@@ -24840,20 +25374,12 @@ export interface operations {
|
|
|
24840
25374
|
content: {
|
|
24841
25375
|
/**
|
|
24842
25376
|
* @example {
|
|
24843
|
-
* "
|
|
24844
|
-
*
|
|
24845
|
-
*
|
|
24846
|
-
*
|
|
24847
|
-
*
|
|
24848
|
-
*
|
|
24849
|
-
* },
|
|
24850
|
-
* "pet": {
|
|
24851
|
-
* "date": "2020-06-15",
|
|
24852
|
-
* "time": "12:00:00",
|
|
24853
|
-
* "timezoneOffset": 0,
|
|
24854
|
-
* "latitude": 40,
|
|
24855
|
-
* "longitude": -74
|
|
24856
|
-
* }
|
|
25377
|
+
* "date": "2020-06-15",
|
|
25378
|
+
* "time": "12:00:00",
|
|
25379
|
+
* "timezoneOffset": 0,
|
|
25380
|
+
* "latitude": 40,
|
|
25381
|
+
* "longitude": -74,
|
|
25382
|
+
* "gender": "feminine"
|
|
24857
25383
|
* }
|
|
24858
25384
|
*/
|
|
24859
25385
|
"application/json": Record<string, never>;
|
|
@@ -24866,25 +25392,11 @@ export interface operations {
|
|
|
24866
25392
|
[name: string]: unknown;
|
|
24867
25393
|
};
|
|
24868
25394
|
content: {
|
|
24869
|
-
/**
|
|
24870
|
-
* @example {
|
|
24871
|
-
* "ok": true,
|
|
24872
|
-
* "data": {
|
|
24873
|
-
* "compatibility": {
|
|
24874
|
-
* "score": 85,
|
|
24875
|
-
* "category": "aligned"
|
|
24876
|
-
* }
|
|
24877
|
-
* }
|
|
24878
|
-
* }
|
|
24879
|
-
*/
|
|
24880
25395
|
"application/json": {
|
|
24881
25396
|
/** @example true */
|
|
24882
25397
|
ok?: boolean;
|
|
24883
25398
|
data?: {
|
|
24884
|
-
|
|
24885
|
-
score?: number | null;
|
|
24886
|
-
category?: string | null;
|
|
24887
|
-
} | null;
|
|
25399
|
+
names?: unknown[] | null;
|
|
24888
25400
|
};
|
|
24889
25401
|
};
|
|
24890
25402
|
};
|
|
@@ -24933,7 +25445,7 @@ export interface operations {
|
|
|
24933
25445
|
};
|
|
24934
25446
|
};
|
|
24935
25447
|
};
|
|
24936
|
-
"
|
|
25448
|
+
"pet_lucky-day": {
|
|
24937
25449
|
parameters: {
|
|
24938
25450
|
query?: never;
|
|
24939
25451
|
header?: never;
|
|
@@ -24961,16 +25473,21 @@ export interface operations {
|
|
|
24961
25473
|
[name: string]: unknown;
|
|
24962
25474
|
};
|
|
24963
25475
|
content: {
|
|
25476
|
+
/**
|
|
25477
|
+
* @example {
|
|
25478
|
+
* "ok": true,
|
|
25479
|
+
* "data": {
|
|
25480
|
+
* "luckyDays": [
|
|
25481
|
+
* "Wednesday"
|
|
25482
|
+
* ]
|
|
25483
|
+
* }
|
|
25484
|
+
* }
|
|
25485
|
+
*/
|
|
24964
25486
|
"application/json": {
|
|
24965
25487
|
/** @example true */
|
|
24966
25488
|
ok?: boolean;
|
|
24967
25489
|
data?: {
|
|
24968
|
-
|
|
24969
|
-
type?: string | null;
|
|
24970
|
-
strengths?: unknown[] | null;
|
|
24971
|
-
weaknesses?: unknown[] | null;
|
|
24972
|
-
idealIndustry?: unknown[] | null;
|
|
24973
|
-
} | null;
|
|
25490
|
+
luckyDays?: (string | null)[] | null;
|
|
24974
25491
|
};
|
|
24975
25492
|
};
|
|
24976
25493
|
};
|
|
@@ -25019,7 +25536,7 @@ export interface operations {
|
|
|
25019
25536
|
};
|
|
25020
25537
|
};
|
|
25021
25538
|
};
|
|
25022
|
-
"
|
|
25539
|
+
"pet_owner-pet-compatibility": {
|
|
25023
25540
|
parameters: {
|
|
25024
25541
|
query?: never;
|
|
25025
25542
|
header?: never;
|
|
@@ -25030,11 +25547,20 @@ export interface operations {
|
|
|
25030
25547
|
content: {
|
|
25031
25548
|
/**
|
|
25032
25549
|
* @example {
|
|
25033
|
-
* "
|
|
25034
|
-
*
|
|
25035
|
-
*
|
|
25036
|
-
*
|
|
25037
|
-
*
|
|
25550
|
+
* "owner": {
|
|
25551
|
+
* "date": "1990-05-15",
|
|
25552
|
+
* "time": "14:30:00",
|
|
25553
|
+
* "timezoneOffset": 3,
|
|
25554
|
+
* "latitude": 50.45,
|
|
25555
|
+
* "longitude": 30.52
|
|
25556
|
+
* },
|
|
25557
|
+
* "pet": {
|
|
25558
|
+
* "date": "2020-06-15",
|
|
25559
|
+
* "time": "12:00:00",
|
|
25560
|
+
* "timezoneOffset": 0,
|
|
25561
|
+
* "latitude": 40,
|
|
25562
|
+
* "longitude": -74
|
|
25563
|
+
* }
|
|
25038
25564
|
* }
|
|
25039
25565
|
*/
|
|
25040
25566
|
"application/json": Record<string, never>;
|
|
@@ -25047,12 +25573,25 @@ export interface operations {
|
|
|
25047
25573
|
[name: string]: unknown;
|
|
25048
25574
|
};
|
|
25049
25575
|
content: {
|
|
25576
|
+
/**
|
|
25577
|
+
* @example {
|
|
25578
|
+
* "ok": true,
|
|
25579
|
+
* "data": {
|
|
25580
|
+
* "compatibility": {
|
|
25581
|
+
* "score": 85,
|
|
25582
|
+
* "category": "aligned"
|
|
25583
|
+
* }
|
|
25584
|
+
* }
|
|
25585
|
+
* }
|
|
25586
|
+
*/
|
|
25050
25587
|
"application/json": {
|
|
25051
25588
|
/** @example true */
|
|
25052
25589
|
ok?: boolean;
|
|
25053
25590
|
data?: {
|
|
25054
|
-
|
|
25055
|
-
|
|
25591
|
+
compatibility?: {
|
|
25592
|
+
score?: number | null;
|
|
25593
|
+
category?: string | null;
|
|
25594
|
+
} | null;
|
|
25056
25595
|
};
|
|
25057
25596
|
};
|
|
25058
25597
|
};
|
|
@@ -25101,7 +25640,7 @@ export interface operations {
|
|
|
25101
25640
|
};
|
|
25102
25641
|
};
|
|
25103
25642
|
};
|
|
25104
|
-
"
|
|
25643
|
+
"business_founder-personality": {
|
|
25105
25644
|
parameters: {
|
|
25106
25645
|
query?: never;
|
|
25107
25646
|
header?: never;
|
|
@@ -25133,7 +25672,12 @@ export interface operations {
|
|
|
25133
25672
|
/** @example true */
|
|
25134
25673
|
ok?: boolean;
|
|
25135
25674
|
data?: {
|
|
25136
|
-
|
|
25675
|
+
profile?: {
|
|
25676
|
+
type?: string | null;
|
|
25677
|
+
strengths?: unknown[] | null;
|
|
25678
|
+
weaknesses?: unknown[] | null;
|
|
25679
|
+
idealIndustry?: unknown[] | null;
|
|
25680
|
+
} | null;
|
|
25137
25681
|
};
|
|
25138
25682
|
};
|
|
25139
25683
|
};
|
|
@@ -25182,7 +25726,7 @@ export interface operations {
|
|
|
25182
25726
|
};
|
|
25183
25727
|
};
|
|
25184
25728
|
};
|
|
25185
|
-
"
|
|
25729
|
+
"business_leadership-style": {
|
|
25186
25730
|
parameters: {
|
|
25187
25731
|
query?: never;
|
|
25188
25732
|
header?: never;
|
|
@@ -25214,10 +25758,8 @@ export interface operations {
|
|
|
25214
25758
|
/** @example true */
|
|
25215
25759
|
ok?: boolean;
|
|
25216
25760
|
data?: {
|
|
25217
|
-
|
|
25218
|
-
|
|
25219
|
-
bestFor?: unknown[] | null;
|
|
25220
|
-
} | null;
|
|
25761
|
+
leadership?: string | null;
|
|
25762
|
+
strengths?: unknown[] | null;
|
|
25221
25763
|
};
|
|
25222
25764
|
};
|
|
25223
25765
|
};
|
|
@@ -25266,7 +25808,7 @@ export interface operations {
|
|
|
25266
25808
|
};
|
|
25267
25809
|
};
|
|
25268
25810
|
};
|
|
25269
|
-
"
|
|
25811
|
+
"business_ideal-industry": {
|
|
25270
25812
|
parameters: {
|
|
25271
25813
|
query?: never;
|
|
25272
25814
|
header?: never;
|
|
@@ -25298,11 +25840,7 @@ export interface operations {
|
|
|
25298
25840
|
/** @example true */
|
|
25299
25841
|
ok?: boolean;
|
|
25300
25842
|
data?: {
|
|
25301
|
-
|
|
25302
|
-
theme?: string | null;
|
|
25303
|
-
bestFor?: unknown[] | null;
|
|
25304
|
-
} | null;
|
|
25305
|
-
notes?: unknown[] | null;
|
|
25843
|
+
industries?: unknown[] | null;
|
|
25306
25844
|
};
|
|
25307
25845
|
};
|
|
25308
25846
|
};
|
|
@@ -25351,7 +25889,7 @@ export interface operations {
|
|
|
25351
25889
|
};
|
|
25352
25890
|
};
|
|
25353
25891
|
};
|
|
25354
|
-
"
|
|
25892
|
+
"business_founding-chart": {
|
|
25355
25893
|
parameters: {
|
|
25356
25894
|
query?: never;
|
|
25357
25895
|
header?: never;
|
|
@@ -25383,7 +25921,176 @@ export interface operations {
|
|
|
25383
25921
|
/** @example true */
|
|
25384
25922
|
ok?: boolean;
|
|
25385
25923
|
data?: {
|
|
25386
|
-
|
|
25924
|
+
foundingTheme?: {
|
|
25925
|
+
theme?: string | null;
|
|
25926
|
+
bestFor?: unknown[] | null;
|
|
25927
|
+
} | null;
|
|
25928
|
+
};
|
|
25929
|
+
};
|
|
25930
|
+
};
|
|
25931
|
+
};
|
|
25932
|
+
/** @description Validation error */
|
|
25933
|
+
400: {
|
|
25934
|
+
headers: {
|
|
25935
|
+
[name: string]: unknown;
|
|
25936
|
+
};
|
|
25937
|
+
content: {
|
|
25938
|
+
/**
|
|
25939
|
+
* @example {
|
|
25940
|
+
* "ok": false,
|
|
25941
|
+
* "error": {
|
|
25942
|
+
* "code": "INVALID_INPUT",
|
|
25943
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
25944
|
+
* "details": [
|
|
25945
|
+
* {
|
|
25946
|
+
* "path": "date",
|
|
25947
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
25948
|
+
* }
|
|
25949
|
+
* ]
|
|
25950
|
+
* }
|
|
25951
|
+
* }
|
|
25952
|
+
*/
|
|
25953
|
+
"application/json": unknown;
|
|
25954
|
+
};
|
|
25955
|
+
};
|
|
25956
|
+
/** @description Missing or invalid API key */
|
|
25957
|
+
401: {
|
|
25958
|
+
headers: {
|
|
25959
|
+
[name: string]: unknown;
|
|
25960
|
+
};
|
|
25961
|
+
content: {
|
|
25962
|
+
/**
|
|
25963
|
+
* @example {
|
|
25964
|
+
* "ok": false,
|
|
25965
|
+
* "error": {
|
|
25966
|
+
* "code": "INVALID_API_KEY",
|
|
25967
|
+
* "message": "Invalid API key"
|
|
25968
|
+
* }
|
|
25969
|
+
* }
|
|
25970
|
+
*/
|
|
25971
|
+
"application/json": unknown;
|
|
25972
|
+
};
|
|
25973
|
+
};
|
|
25974
|
+
};
|
|
25975
|
+
};
|
|
25976
|
+
"business_electional-day": {
|
|
25977
|
+
parameters: {
|
|
25978
|
+
query?: never;
|
|
25979
|
+
header?: never;
|
|
25980
|
+
path?: never;
|
|
25981
|
+
cookie?: never;
|
|
25982
|
+
};
|
|
25983
|
+
requestBody: {
|
|
25984
|
+
content: {
|
|
25985
|
+
/**
|
|
25986
|
+
* @example {
|
|
25987
|
+
* "date": "1990-05-15",
|
|
25988
|
+
* "time": "14:30:00",
|
|
25989
|
+
* "timezoneOffset": 3,
|
|
25990
|
+
* "latitude": 50.45,
|
|
25991
|
+
* "longitude": 30.52
|
|
25992
|
+
* }
|
|
25993
|
+
*/
|
|
25994
|
+
"application/json": Record<string, never>;
|
|
25995
|
+
};
|
|
25996
|
+
};
|
|
25997
|
+
responses: {
|
|
25998
|
+
/** @description Successful calculation */
|
|
25999
|
+
200: {
|
|
26000
|
+
headers: {
|
|
26001
|
+
[name: string]: unknown;
|
|
26002
|
+
};
|
|
26003
|
+
content: {
|
|
26004
|
+
"application/json": {
|
|
26005
|
+
/** @example true */
|
|
26006
|
+
ok?: boolean;
|
|
26007
|
+
data?: {
|
|
26008
|
+
suitability?: {
|
|
26009
|
+
theme?: string | null;
|
|
26010
|
+
bestFor?: unknown[] | null;
|
|
26011
|
+
} | null;
|
|
26012
|
+
notes?: unknown[] | null;
|
|
26013
|
+
};
|
|
26014
|
+
};
|
|
26015
|
+
};
|
|
26016
|
+
};
|
|
26017
|
+
/** @description Validation error */
|
|
26018
|
+
400: {
|
|
26019
|
+
headers: {
|
|
26020
|
+
[name: string]: unknown;
|
|
26021
|
+
};
|
|
26022
|
+
content: {
|
|
26023
|
+
/**
|
|
26024
|
+
* @example {
|
|
26025
|
+
* "ok": false,
|
|
26026
|
+
* "error": {
|
|
26027
|
+
* "code": "INVALID_INPUT",
|
|
26028
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
26029
|
+
* "details": [
|
|
26030
|
+
* {
|
|
26031
|
+
* "path": "date",
|
|
26032
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
26033
|
+
* }
|
|
26034
|
+
* ]
|
|
26035
|
+
* }
|
|
26036
|
+
* }
|
|
26037
|
+
*/
|
|
26038
|
+
"application/json": unknown;
|
|
26039
|
+
};
|
|
26040
|
+
};
|
|
26041
|
+
/** @description Missing or invalid API key */
|
|
26042
|
+
401: {
|
|
26043
|
+
headers: {
|
|
26044
|
+
[name: string]: unknown;
|
|
26045
|
+
};
|
|
26046
|
+
content: {
|
|
26047
|
+
/**
|
|
26048
|
+
* @example {
|
|
26049
|
+
* "ok": false,
|
|
26050
|
+
* "error": {
|
|
26051
|
+
* "code": "INVALID_API_KEY",
|
|
26052
|
+
* "message": "Invalid API key"
|
|
26053
|
+
* }
|
|
26054
|
+
* }
|
|
26055
|
+
*/
|
|
26056
|
+
"application/json": unknown;
|
|
26057
|
+
};
|
|
26058
|
+
};
|
|
26059
|
+
};
|
|
26060
|
+
};
|
|
26061
|
+
"business_name-suggestions": {
|
|
26062
|
+
parameters: {
|
|
26063
|
+
query?: never;
|
|
26064
|
+
header?: never;
|
|
26065
|
+
path?: never;
|
|
26066
|
+
cookie?: never;
|
|
26067
|
+
};
|
|
26068
|
+
requestBody: {
|
|
26069
|
+
content: {
|
|
26070
|
+
/**
|
|
26071
|
+
* @example {
|
|
26072
|
+
* "date": "1990-05-15",
|
|
26073
|
+
* "time": "14:30:00",
|
|
26074
|
+
* "timezoneOffset": 3,
|
|
26075
|
+
* "latitude": 50.45,
|
|
26076
|
+
* "longitude": 30.52
|
|
26077
|
+
* }
|
|
26078
|
+
*/
|
|
26079
|
+
"application/json": Record<string, never>;
|
|
26080
|
+
};
|
|
26081
|
+
};
|
|
26082
|
+
responses: {
|
|
26083
|
+
/** @description Successful calculation */
|
|
26084
|
+
200: {
|
|
26085
|
+
headers: {
|
|
26086
|
+
[name: string]: unknown;
|
|
26087
|
+
};
|
|
26088
|
+
content: {
|
|
26089
|
+
"application/json": {
|
|
26090
|
+
/** @example true */
|
|
26091
|
+
ok?: boolean;
|
|
26092
|
+
data?: {
|
|
26093
|
+
nameHints?: unknown[] | null;
|
|
25387
26094
|
};
|
|
25388
26095
|
};
|
|
25389
26096
|
};
|
|
@@ -28999,7 +29706,7 @@ export interface operations {
|
|
|
28999
29706
|
* "orb": 1.5
|
|
29000
29707
|
* }
|
|
29001
29708
|
*/
|
|
29002
|
-
"application/json": components["schemas"]["
|
|
29709
|
+
"application/json": components["schemas"]["MidpointTrees"];
|
|
29003
29710
|
};
|
|
29004
29711
|
};
|
|
29005
29712
|
responses: {
|
|
@@ -29180,7 +29887,7 @@ export interface operations {
|
|
|
29180
29887
|
* "orb": 1
|
|
29181
29888
|
* }
|
|
29182
29889
|
*/
|
|
29183
|
-
"application/json": components["schemas"]["
|
|
29890
|
+
"application/json": components["schemas"]["ParallelAspects"];
|
|
29184
29891
|
};
|
|
29185
29892
|
};
|
|
29186
29893
|
responses: {
|
|
@@ -29273,7 +29980,7 @@ export interface operations {
|
|
|
29273
29980
|
* ]
|
|
29274
29981
|
* }
|
|
29275
29982
|
*/
|
|
29276
|
-
"application/json": components["schemas"]["
|
|
29983
|
+
"application/json": components["schemas"]["ArabicParts"];
|
|
29277
29984
|
};
|
|
29278
29985
|
};
|
|
29279
29986
|
responses: {
|
|
@@ -29429,6 +30136,86 @@ export interface operations {
|
|
|
29429
30136
|
};
|
|
29430
30137
|
};
|
|
29431
30138
|
};
|
|
30139
|
+
"fixed-stars_catalog_get": {
|
|
30140
|
+
parameters: {
|
|
30141
|
+
query?: never;
|
|
30142
|
+
header?: never;
|
|
30143
|
+
path?: never;
|
|
30144
|
+
cookie?: never;
|
|
30145
|
+
};
|
|
30146
|
+
requestBody?: never;
|
|
30147
|
+
responses: {
|
|
30148
|
+
/** @description Successful calculation */
|
|
30149
|
+
200: {
|
|
30150
|
+
headers: {
|
|
30151
|
+
[name: string]: unknown;
|
|
30152
|
+
};
|
|
30153
|
+
content: {
|
|
30154
|
+
"application/json": {
|
|
30155
|
+
/** @example true */
|
|
30156
|
+
ok?: boolean;
|
|
30157
|
+
data?: {
|
|
30158
|
+
count?: number | null;
|
|
30159
|
+
total?: number | null;
|
|
30160
|
+
defaultSetSize?: number | null;
|
|
30161
|
+
maxMagnitude?: Record<string, never> | null;
|
|
30162
|
+
source?: string | null;
|
|
30163
|
+
stars?: ({
|
|
30164
|
+
name?: string | null;
|
|
30165
|
+
traditionalName?: string | null;
|
|
30166
|
+
nomenclature?: string | null;
|
|
30167
|
+
constellation?: string | null;
|
|
30168
|
+
magnitude?: number | null;
|
|
30169
|
+
default?: boolean | null;
|
|
30170
|
+
} | null)[] | null;
|
|
30171
|
+
};
|
|
30172
|
+
};
|
|
30173
|
+
};
|
|
30174
|
+
};
|
|
30175
|
+
/** @description Validation error */
|
|
30176
|
+
400: {
|
|
30177
|
+
headers: {
|
|
30178
|
+
[name: string]: unknown;
|
|
30179
|
+
};
|
|
30180
|
+
content: {
|
|
30181
|
+
/**
|
|
30182
|
+
* @example {
|
|
30183
|
+
* "ok": false,
|
|
30184
|
+
* "error": {
|
|
30185
|
+
* "code": "INVALID_INPUT",
|
|
30186
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
30187
|
+
* "details": [
|
|
30188
|
+
* {
|
|
30189
|
+
* "path": "date",
|
|
30190
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
30191
|
+
* }
|
|
30192
|
+
* ]
|
|
30193
|
+
* }
|
|
30194
|
+
* }
|
|
30195
|
+
*/
|
|
30196
|
+
"application/json": unknown;
|
|
30197
|
+
};
|
|
30198
|
+
};
|
|
30199
|
+
/** @description Missing or invalid API key */
|
|
30200
|
+
401: {
|
|
30201
|
+
headers: {
|
|
30202
|
+
[name: string]: unknown;
|
|
30203
|
+
};
|
|
30204
|
+
content: {
|
|
30205
|
+
/**
|
|
30206
|
+
* @example {
|
|
30207
|
+
* "ok": false,
|
|
30208
|
+
* "error": {
|
|
30209
|
+
* "code": "INVALID_API_KEY",
|
|
30210
|
+
* "message": "Invalid API key"
|
|
30211
|
+
* }
|
|
30212
|
+
* }
|
|
30213
|
+
*/
|
|
30214
|
+
"application/json": unknown;
|
|
30215
|
+
};
|
|
30216
|
+
};
|
|
30217
|
+
};
|
|
30218
|
+
};
|
|
29432
30219
|
"gauquelin-sectors": {
|
|
29433
30220
|
parameters: {
|
|
29434
30221
|
query?: never;
|
|
@@ -31177,7 +31964,7 @@ export interface operations {
|
|
|
31177
31964
|
* "longitude": 30.52
|
|
31178
31965
|
* }
|
|
31179
31966
|
*/
|
|
31180
|
-
"application/json": components["schemas"]["
|
|
31967
|
+
"application/json": components["schemas"]["EssentialDignities"];
|
|
31181
31968
|
};
|
|
31182
31969
|
};
|
|
31183
31970
|
responses: {
|
|
@@ -31268,7 +32055,7 @@ export interface operations {
|
|
|
31268
32055
|
* "longitude": 30.52
|
|
31269
32056
|
* }
|
|
31270
32057
|
*/
|
|
31271
|
-
"application/json": components["schemas"]["
|
|
32058
|
+
"application/json": components["schemas"]["Almuten"];
|
|
31272
32059
|
};
|
|
31273
32060
|
};
|
|
31274
32061
|
responses: {
|
|
@@ -31368,7 +32155,7 @@ export interface operations {
|
|
|
31368
32155
|
* "longitude": 30.52
|
|
31369
32156
|
* }
|
|
31370
32157
|
*/
|
|
31371
|
-
"application/json": components["schemas"]["
|
|
32158
|
+
"application/json": components["schemas"]["Hyleg"];
|
|
31372
32159
|
};
|
|
31373
32160
|
};
|
|
31374
32161
|
responses: {
|
|
@@ -31479,7 +32266,7 @@ export interface operations {
|
|
|
31479
32266
|
* "longitude": 30.52
|
|
31480
32267
|
* }
|
|
31481
32268
|
*/
|
|
31482
|
-
"application/json": components["schemas"]["
|
|
32269
|
+
"application/json": components["schemas"]["Receptions"];
|
|
31483
32270
|
};
|
|
31484
32271
|
};
|
|
31485
32272
|
responses: {
|
|
@@ -31567,7 +32354,7 @@ export interface operations {
|
|
|
31567
32354
|
* "longitude": 30.52
|
|
31568
32355
|
* }
|
|
31569
32356
|
*/
|
|
31570
|
-
"application/json": components["schemas"]["
|
|
32357
|
+
"application/json": components["schemas"]["DispositionChains"];
|
|
31571
32358
|
};
|
|
31572
32359
|
};
|
|
31573
32360
|
responses: {
|
|
@@ -31654,7 +32441,7 @@ export interface operations {
|
|
|
31654
32441
|
* "longitude": 30.52
|
|
31655
32442
|
* }
|
|
31656
32443
|
*/
|
|
31657
|
-
"application/json": components["schemas"]["
|
|
32444
|
+
"application/json": components["schemas"]["DispositionChains"];
|
|
31658
32445
|
};
|
|
31659
32446
|
};
|
|
31660
32447
|
responses: {
|
|
@@ -32551,7 +33338,7 @@ export interface operations {
|
|
|
32551
33338
|
* "natalTimezoneOffset": 3
|
|
32552
33339
|
* }
|
|
32553
33340
|
*/
|
|
32554
|
-
"application/json": components["schemas"]["
|
|
33341
|
+
"application/json": components["schemas"]["HdTransits"];
|
|
32555
33342
|
};
|
|
32556
33343
|
};
|
|
32557
33344
|
responses: {
|
|
@@ -33740,6 +34527,331 @@ export interface operations {
|
|
|
33740
34527
|
};
|
|
33741
34528
|
};
|
|
33742
34529
|
};
|
|
34530
|
+
"acg_best-places": {
|
|
34531
|
+
parameters: {
|
|
34532
|
+
query?: never;
|
|
34533
|
+
header?: never;
|
|
34534
|
+
path?: never;
|
|
34535
|
+
cookie?: never;
|
|
34536
|
+
};
|
|
34537
|
+
requestBody: {
|
|
34538
|
+
content: {
|
|
34539
|
+
/**
|
|
34540
|
+
* @example {
|
|
34541
|
+
* "date": "1990-05-15",
|
|
34542
|
+
* "time": "14:30:00",
|
|
34543
|
+
* "timezoneOffset": 3,
|
|
34544
|
+
* "category": "career",
|
|
34545
|
+
* "countries": [
|
|
34546
|
+
* "UA",
|
|
34547
|
+
* "PL"
|
|
34548
|
+
* ],
|
|
34549
|
+
* "orbKm": 1126,
|
|
34550
|
+
* "limit": 25,
|
|
34551
|
+
* "sort": "net"
|
|
34552
|
+
* }
|
|
34553
|
+
*/
|
|
34554
|
+
"application/json": components["schemas"]["AcgBestPlaces"];
|
|
34555
|
+
};
|
|
34556
|
+
};
|
|
34557
|
+
responses: {
|
|
34558
|
+
/** @description Successful calculation */
|
|
34559
|
+
200: {
|
|
34560
|
+
headers: {
|
|
34561
|
+
[name: string]: unknown;
|
|
34562
|
+
};
|
|
34563
|
+
content: {
|
|
34564
|
+
"application/json": {
|
|
34565
|
+
/** @example true */
|
|
34566
|
+
ok?: boolean;
|
|
34567
|
+
data?: {
|
|
34568
|
+
type?: string | null;
|
|
34569
|
+
category?: {
|
|
34570
|
+
id?: string | null;
|
|
34571
|
+
name?: string | null;
|
|
34572
|
+
lines?: unknown[] | null;
|
|
34573
|
+
} | null;
|
|
34574
|
+
orbKm?: number | null;
|
|
34575
|
+
maxPossibleSupportive?: number | null;
|
|
34576
|
+
pool?: {
|
|
34577
|
+
citiesConsidered?: number | null;
|
|
34578
|
+
citiesWithAnyLine?: number | null;
|
|
34579
|
+
minPopulation?: number | null;
|
|
34580
|
+
} | null;
|
|
34581
|
+
count?: number | null;
|
|
34582
|
+
places?: ({
|
|
34583
|
+
name?: string | null;
|
|
34584
|
+
country?: string | null;
|
|
34585
|
+
countryCode?: string | null;
|
|
34586
|
+
lat?: number | null;
|
|
34587
|
+
lon?: number | null;
|
|
34588
|
+
population?: number | null;
|
|
34589
|
+
supportive?: number | null;
|
|
34590
|
+
challenging?: number | null;
|
|
34591
|
+
net?: number | null;
|
|
34592
|
+
supportivePercent?: number | null;
|
|
34593
|
+
lines?: ({
|
|
34594
|
+
planetId?: number | null;
|
|
34595
|
+
planetName?: string | null;
|
|
34596
|
+
angle?: string | null;
|
|
34597
|
+
weight?: number | null;
|
|
34598
|
+
polarity?: string | null;
|
|
34599
|
+
distanceKm?: number | null;
|
|
34600
|
+
contribution?: number | null;
|
|
34601
|
+
} | null)[] | null;
|
|
34602
|
+
} | null)[] | null;
|
|
34603
|
+
dataset?: {
|
|
34604
|
+
source?: string | null;
|
|
34605
|
+
licence?: string | null;
|
|
34606
|
+
note?: string | null;
|
|
34607
|
+
} | null;
|
|
34608
|
+
attribution?: {
|
|
34609
|
+
source?: string | null;
|
|
34610
|
+
licence?: string | null;
|
|
34611
|
+
licenceUrl?: string | null;
|
|
34612
|
+
} | null;
|
|
34613
|
+
};
|
|
34614
|
+
};
|
|
34615
|
+
};
|
|
34616
|
+
};
|
|
34617
|
+
/** @description Validation error */
|
|
34618
|
+
400: {
|
|
34619
|
+
headers: {
|
|
34620
|
+
[name: string]: unknown;
|
|
34621
|
+
};
|
|
34622
|
+
content: {
|
|
34623
|
+
/**
|
|
34624
|
+
* @example {
|
|
34625
|
+
* "ok": false,
|
|
34626
|
+
* "error": {
|
|
34627
|
+
* "code": "INVALID_INPUT",
|
|
34628
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
34629
|
+
* "details": [
|
|
34630
|
+
* {
|
|
34631
|
+
* "path": "date",
|
|
34632
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
34633
|
+
* }
|
|
34634
|
+
* ]
|
|
34635
|
+
* }
|
|
34636
|
+
* }
|
|
34637
|
+
*/
|
|
34638
|
+
"application/json": unknown;
|
|
34639
|
+
};
|
|
34640
|
+
};
|
|
34641
|
+
/** @description Missing or invalid API key */
|
|
34642
|
+
401: {
|
|
34643
|
+
headers: {
|
|
34644
|
+
[name: string]: unknown;
|
|
34645
|
+
};
|
|
34646
|
+
content: {
|
|
34647
|
+
/**
|
|
34648
|
+
* @example {
|
|
34649
|
+
* "ok": false,
|
|
34650
|
+
* "error": {
|
|
34651
|
+
* "code": "INVALID_API_KEY",
|
|
34652
|
+
* "message": "Invalid API key"
|
|
34653
|
+
* }
|
|
34654
|
+
* }
|
|
34655
|
+
*/
|
|
34656
|
+
"application/json": unknown;
|
|
34657
|
+
};
|
|
34658
|
+
};
|
|
34659
|
+
};
|
|
34660
|
+
};
|
|
34661
|
+
acg_countries_get: {
|
|
34662
|
+
parameters: {
|
|
34663
|
+
query?: never;
|
|
34664
|
+
header?: never;
|
|
34665
|
+
path?: never;
|
|
34666
|
+
cookie?: never;
|
|
34667
|
+
};
|
|
34668
|
+
requestBody?: never;
|
|
34669
|
+
responses: {
|
|
34670
|
+
/** @description Successful calculation */
|
|
34671
|
+
200: {
|
|
34672
|
+
headers: {
|
|
34673
|
+
[name: string]: unknown;
|
|
34674
|
+
};
|
|
34675
|
+
content: {
|
|
34676
|
+
"application/json": {
|
|
34677
|
+
/** @example true */
|
|
34678
|
+
ok?: boolean;
|
|
34679
|
+
data?: {
|
|
34680
|
+
count?: number | null;
|
|
34681
|
+
totalCities?: number | null;
|
|
34682
|
+
countries?: ({
|
|
34683
|
+
code?: string | null;
|
|
34684
|
+
name?: string | null;
|
|
34685
|
+
cities?: number | null;
|
|
34686
|
+
} | null)[] | null;
|
|
34687
|
+
dataset?: {
|
|
34688
|
+
source?: string | null;
|
|
34689
|
+
licence?: string | null;
|
|
34690
|
+
downloaded?: string | null;
|
|
34691
|
+
} | null;
|
|
34692
|
+
attribution?: {
|
|
34693
|
+
source?: string | null;
|
|
34694
|
+
licence?: string | null;
|
|
34695
|
+
} | null;
|
|
34696
|
+
};
|
|
34697
|
+
};
|
|
34698
|
+
};
|
|
34699
|
+
};
|
|
34700
|
+
/** @description Validation error */
|
|
34701
|
+
400: {
|
|
34702
|
+
headers: {
|
|
34703
|
+
[name: string]: unknown;
|
|
34704
|
+
};
|
|
34705
|
+
content: {
|
|
34706
|
+
/**
|
|
34707
|
+
* @example {
|
|
34708
|
+
* "ok": false,
|
|
34709
|
+
* "error": {
|
|
34710
|
+
* "code": "INVALID_INPUT",
|
|
34711
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
34712
|
+
* "details": [
|
|
34713
|
+
* {
|
|
34714
|
+
* "path": "date",
|
|
34715
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
34716
|
+
* }
|
|
34717
|
+
* ]
|
|
34718
|
+
* }
|
|
34719
|
+
* }
|
|
34720
|
+
*/
|
|
34721
|
+
"application/json": unknown;
|
|
34722
|
+
};
|
|
34723
|
+
};
|
|
34724
|
+
/** @description Missing or invalid API key */
|
|
34725
|
+
401: {
|
|
34726
|
+
headers: {
|
|
34727
|
+
[name: string]: unknown;
|
|
34728
|
+
};
|
|
34729
|
+
content: {
|
|
34730
|
+
/**
|
|
34731
|
+
* @example {
|
|
34732
|
+
* "ok": false,
|
|
34733
|
+
* "error": {
|
|
34734
|
+
* "code": "INVALID_API_KEY",
|
|
34735
|
+
* "message": "Invalid API key"
|
|
34736
|
+
* }
|
|
34737
|
+
* }
|
|
34738
|
+
*/
|
|
34739
|
+
"application/json": unknown;
|
|
34740
|
+
};
|
|
34741
|
+
};
|
|
34742
|
+
};
|
|
34743
|
+
};
|
|
34744
|
+
parans_star: {
|
|
34745
|
+
parameters: {
|
|
34746
|
+
query?: never;
|
|
34747
|
+
header?: never;
|
|
34748
|
+
path?: never;
|
|
34749
|
+
cookie?: never;
|
|
34750
|
+
};
|
|
34751
|
+
requestBody: {
|
|
34752
|
+
content: {
|
|
34753
|
+
/**
|
|
34754
|
+
* @example {
|
|
34755
|
+
* "date": "1990-05-15",
|
|
34756
|
+
* "time": "14:30:00",
|
|
34757
|
+
* "timezoneOffset": 3,
|
|
34758
|
+
* "stars": [
|
|
34759
|
+
* "Regulus",
|
|
34760
|
+
* "Sirius"
|
|
34761
|
+
* ],
|
|
34762
|
+
* "planets": [
|
|
34763
|
+
* 0,
|
|
34764
|
+
* 4
|
|
34765
|
+
* ],
|
|
34766
|
+
* "latitudeLimit": 60,
|
|
34767
|
+
* "horizon": "geometric"
|
|
34768
|
+
* }
|
|
34769
|
+
*/
|
|
34770
|
+
"application/json": components["schemas"]["StarParans"];
|
|
34771
|
+
};
|
|
34772
|
+
};
|
|
34773
|
+
responses: {
|
|
34774
|
+
/** @description Successful calculation */
|
|
34775
|
+
200: {
|
|
34776
|
+
headers: {
|
|
34777
|
+
[name: string]: unknown;
|
|
34778
|
+
};
|
|
34779
|
+
content: {
|
|
34780
|
+
"application/json": {
|
|
34781
|
+
/** @example true */
|
|
34782
|
+
ok?: boolean;
|
|
34783
|
+
data?: {
|
|
34784
|
+
type?: string | null;
|
|
34785
|
+
gmst?: number | null;
|
|
34786
|
+
obliquity?: number | null;
|
|
34787
|
+
latitudeLimit?: number | null;
|
|
34788
|
+
horizon?: string | null;
|
|
34789
|
+
count?: number | null;
|
|
34790
|
+
stars?: ({
|
|
34791
|
+
name?: string | null;
|
|
34792
|
+
magnitude?: number | null;
|
|
34793
|
+
rightAscension?: number | null;
|
|
34794
|
+
declination?: number | null;
|
|
34795
|
+
} | null)[] | null;
|
|
34796
|
+
starsWithNoParans?: unknown[] | null;
|
|
34797
|
+
parans?: ({
|
|
34798
|
+
star?: string | null;
|
|
34799
|
+
starEvent?: string | null;
|
|
34800
|
+
planetId?: number | null;
|
|
34801
|
+
planetName?: string | null;
|
|
34802
|
+
planetEvent?: string | null;
|
|
34803
|
+
latitude?: number | null;
|
|
34804
|
+
longitude?: number | null;
|
|
34805
|
+
lst?: number | null;
|
|
34806
|
+
} | null)[] | null;
|
|
34807
|
+
};
|
|
34808
|
+
};
|
|
34809
|
+
};
|
|
34810
|
+
};
|
|
34811
|
+
/** @description Validation error */
|
|
34812
|
+
400: {
|
|
34813
|
+
headers: {
|
|
34814
|
+
[name: string]: unknown;
|
|
34815
|
+
};
|
|
34816
|
+
content: {
|
|
34817
|
+
/**
|
|
34818
|
+
* @example {
|
|
34819
|
+
* "ok": false,
|
|
34820
|
+
* "error": {
|
|
34821
|
+
* "code": "INVALID_INPUT",
|
|
34822
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
34823
|
+
* "details": [
|
|
34824
|
+
* {
|
|
34825
|
+
* "path": "date",
|
|
34826
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
34827
|
+
* }
|
|
34828
|
+
* ]
|
|
34829
|
+
* }
|
|
34830
|
+
* }
|
|
34831
|
+
*/
|
|
34832
|
+
"application/json": unknown;
|
|
34833
|
+
};
|
|
34834
|
+
};
|
|
34835
|
+
/** @description Missing or invalid API key */
|
|
34836
|
+
401: {
|
|
34837
|
+
headers: {
|
|
34838
|
+
[name: string]: unknown;
|
|
34839
|
+
};
|
|
34840
|
+
content: {
|
|
34841
|
+
/**
|
|
34842
|
+
* @example {
|
|
34843
|
+
* "ok": false,
|
|
34844
|
+
* "error": {
|
|
34845
|
+
* "code": "INVALID_API_KEY",
|
|
34846
|
+
* "message": "Invalid API key"
|
|
34847
|
+
* }
|
|
34848
|
+
* }
|
|
34849
|
+
*/
|
|
34850
|
+
"application/json": unknown;
|
|
34851
|
+
};
|
|
34852
|
+
};
|
|
34853
|
+
};
|
|
34854
|
+
};
|
|
33743
34855
|
zenith: {
|
|
33744
34856
|
parameters: {
|
|
33745
34857
|
query?: never;
|
|
@@ -37234,17 +38346,288 @@ export interface operations {
|
|
|
37234
38346
|
/** @example true */
|
|
37235
38347
|
ok?: boolean;
|
|
37236
38348
|
data?: {
|
|
37237
|
-
rahuKaal?: {
|
|
37238
|
-
weekdaySlot?: number | null;
|
|
37239
|
-
startTime?: string | null;
|
|
37240
|
-
endTime?: string | null;
|
|
37241
|
-
} | null;
|
|
37242
|
-
yamaganda?: Record<string, never> | null;
|
|
37243
|
-
gulika?: Record<string, never> | null;
|
|
37244
|
-
abhijitMuhurat?: {
|
|
37245
|
-
startTime?: string | null;
|
|
37246
|
-
endTime?: string | null;
|
|
37247
|
-
} | null;
|
|
38349
|
+
rahuKaal?: {
|
|
38350
|
+
weekdaySlot?: number | null;
|
|
38351
|
+
startTime?: string | null;
|
|
38352
|
+
endTime?: string | null;
|
|
38353
|
+
} | null;
|
|
38354
|
+
yamaganda?: Record<string, never> | null;
|
|
38355
|
+
gulika?: Record<string, never> | null;
|
|
38356
|
+
abhijitMuhurat?: {
|
|
38357
|
+
startTime?: string | null;
|
|
38358
|
+
endTime?: string | null;
|
|
38359
|
+
} | null;
|
|
38360
|
+
};
|
|
38361
|
+
};
|
|
38362
|
+
};
|
|
38363
|
+
};
|
|
38364
|
+
/** @description Validation error */
|
|
38365
|
+
400: {
|
|
38366
|
+
headers: {
|
|
38367
|
+
[name: string]: unknown;
|
|
38368
|
+
};
|
|
38369
|
+
content: {
|
|
38370
|
+
/**
|
|
38371
|
+
* @example {
|
|
38372
|
+
* "ok": false,
|
|
38373
|
+
* "error": {
|
|
38374
|
+
* "code": "INVALID_INPUT",
|
|
38375
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
38376
|
+
* "details": [
|
|
38377
|
+
* {
|
|
38378
|
+
* "path": "date",
|
|
38379
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
38380
|
+
* }
|
|
38381
|
+
* ]
|
|
38382
|
+
* }
|
|
38383
|
+
* }
|
|
38384
|
+
*/
|
|
38385
|
+
"application/json": unknown;
|
|
38386
|
+
};
|
|
38387
|
+
};
|
|
38388
|
+
/** @description Missing or invalid API key */
|
|
38389
|
+
401: {
|
|
38390
|
+
headers: {
|
|
38391
|
+
[name: string]: unknown;
|
|
38392
|
+
};
|
|
38393
|
+
content: {
|
|
38394
|
+
/**
|
|
38395
|
+
* @example {
|
|
38396
|
+
* "ok": false,
|
|
38397
|
+
* "error": {
|
|
38398
|
+
* "code": "INVALID_API_KEY",
|
|
38399
|
+
* "message": "Invalid API key"
|
|
38400
|
+
* }
|
|
38401
|
+
* }
|
|
38402
|
+
*/
|
|
38403
|
+
"application/json": unknown;
|
|
38404
|
+
};
|
|
38405
|
+
};
|
|
38406
|
+
};
|
|
38407
|
+
};
|
|
38408
|
+
vedic_shadbala_sthana: {
|
|
38409
|
+
parameters: {
|
|
38410
|
+
query?: never;
|
|
38411
|
+
header?: never;
|
|
38412
|
+
path?: never;
|
|
38413
|
+
cookie?: never;
|
|
38414
|
+
};
|
|
38415
|
+
requestBody: {
|
|
38416
|
+
content: {
|
|
38417
|
+
/**
|
|
38418
|
+
* @example {
|
|
38419
|
+
* "date": "1990-05-15",
|
|
38420
|
+
* "time": "14:30:00",
|
|
38421
|
+
* "timezoneOffset": 3,
|
|
38422
|
+
* "latitude": 50.45,
|
|
38423
|
+
* "longitude": 30.52
|
|
38424
|
+
* }
|
|
38425
|
+
*/
|
|
38426
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
38427
|
+
};
|
|
38428
|
+
};
|
|
38429
|
+
responses: {
|
|
38430
|
+
/** @description Successful calculation */
|
|
38431
|
+
200: {
|
|
38432
|
+
headers: {
|
|
38433
|
+
[name: string]: unknown;
|
|
38434
|
+
};
|
|
38435
|
+
content: {
|
|
38436
|
+
"application/json": {
|
|
38437
|
+
/** @example true */
|
|
38438
|
+
ok?: boolean;
|
|
38439
|
+
data?: {
|
|
38440
|
+
type?: string | null;
|
|
38441
|
+
unit?: string | null;
|
|
38442
|
+
items?: ({
|
|
38443
|
+
planet?: number | null;
|
|
38444
|
+
planetName?: string | null;
|
|
38445
|
+
ucchabala?: number | null;
|
|
38446
|
+
saptavargaja?: number | null;
|
|
38447
|
+
ojhayugmarasyamsa?: number | null;
|
|
38448
|
+
kendradi?: number | null;
|
|
38449
|
+
drekkana?: number | null;
|
|
38450
|
+
total?: number | null;
|
|
38451
|
+
} | null)[] | null;
|
|
38452
|
+
};
|
|
38453
|
+
};
|
|
38454
|
+
};
|
|
38455
|
+
};
|
|
38456
|
+
/** @description Validation error */
|
|
38457
|
+
400: {
|
|
38458
|
+
headers: {
|
|
38459
|
+
[name: string]: unknown;
|
|
38460
|
+
};
|
|
38461
|
+
content: {
|
|
38462
|
+
/**
|
|
38463
|
+
* @example {
|
|
38464
|
+
* "ok": false,
|
|
38465
|
+
* "error": {
|
|
38466
|
+
* "code": "INVALID_INPUT",
|
|
38467
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
38468
|
+
* "details": [
|
|
38469
|
+
* {
|
|
38470
|
+
* "path": "date",
|
|
38471
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
38472
|
+
* }
|
|
38473
|
+
* ]
|
|
38474
|
+
* }
|
|
38475
|
+
* }
|
|
38476
|
+
*/
|
|
38477
|
+
"application/json": unknown;
|
|
38478
|
+
};
|
|
38479
|
+
};
|
|
38480
|
+
/** @description Missing or invalid API key */
|
|
38481
|
+
401: {
|
|
38482
|
+
headers: {
|
|
38483
|
+
[name: string]: unknown;
|
|
38484
|
+
};
|
|
38485
|
+
content: {
|
|
38486
|
+
/**
|
|
38487
|
+
* @example {
|
|
38488
|
+
* "ok": false,
|
|
38489
|
+
* "error": {
|
|
38490
|
+
* "code": "INVALID_API_KEY",
|
|
38491
|
+
* "message": "Invalid API key"
|
|
38492
|
+
* }
|
|
38493
|
+
* }
|
|
38494
|
+
*/
|
|
38495
|
+
"application/json": unknown;
|
|
38496
|
+
};
|
|
38497
|
+
};
|
|
38498
|
+
};
|
|
38499
|
+
};
|
|
38500
|
+
vedic_shadbala_dig: {
|
|
38501
|
+
parameters: {
|
|
38502
|
+
query?: never;
|
|
38503
|
+
header?: never;
|
|
38504
|
+
path?: never;
|
|
38505
|
+
cookie?: never;
|
|
38506
|
+
};
|
|
38507
|
+
requestBody: {
|
|
38508
|
+
content: {
|
|
38509
|
+
/**
|
|
38510
|
+
* @example {
|
|
38511
|
+
* "date": "1990-05-15",
|
|
38512
|
+
* "time": "14:30:00",
|
|
38513
|
+
* "timezoneOffset": 3,
|
|
38514
|
+
* "latitude": 50.45,
|
|
38515
|
+
* "longitude": 30.52
|
|
38516
|
+
* }
|
|
38517
|
+
*/
|
|
38518
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
38519
|
+
};
|
|
38520
|
+
};
|
|
38521
|
+
responses: {
|
|
38522
|
+
/** @description Successful calculation */
|
|
38523
|
+
200: {
|
|
38524
|
+
headers: {
|
|
38525
|
+
[name: string]: unknown;
|
|
38526
|
+
};
|
|
38527
|
+
content: {
|
|
38528
|
+
"application/json": {
|
|
38529
|
+
/** @example true */
|
|
38530
|
+
ok?: boolean;
|
|
38531
|
+
data?: {
|
|
38532
|
+
type?: string | null;
|
|
38533
|
+
unit?: string | null;
|
|
38534
|
+
items?: ({
|
|
38535
|
+
planet?: number | null;
|
|
38536
|
+
planetName?: string | null;
|
|
38537
|
+
value?: number | null;
|
|
38538
|
+
} | null)[] | null;
|
|
38539
|
+
};
|
|
38540
|
+
};
|
|
38541
|
+
};
|
|
38542
|
+
};
|
|
38543
|
+
/** @description Validation error */
|
|
38544
|
+
400: {
|
|
38545
|
+
headers: {
|
|
38546
|
+
[name: string]: unknown;
|
|
38547
|
+
};
|
|
38548
|
+
content: {
|
|
38549
|
+
/**
|
|
38550
|
+
* @example {
|
|
38551
|
+
* "ok": false,
|
|
38552
|
+
* "error": {
|
|
38553
|
+
* "code": "INVALID_INPUT",
|
|
38554
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
38555
|
+
* "details": [
|
|
38556
|
+
* {
|
|
38557
|
+
* "path": "date",
|
|
38558
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
38559
|
+
* }
|
|
38560
|
+
* ]
|
|
38561
|
+
* }
|
|
38562
|
+
* }
|
|
38563
|
+
*/
|
|
38564
|
+
"application/json": unknown;
|
|
38565
|
+
};
|
|
38566
|
+
};
|
|
38567
|
+
/** @description Missing or invalid API key */
|
|
38568
|
+
401: {
|
|
38569
|
+
headers: {
|
|
38570
|
+
[name: string]: unknown;
|
|
38571
|
+
};
|
|
38572
|
+
content: {
|
|
38573
|
+
/**
|
|
38574
|
+
* @example {
|
|
38575
|
+
* "ok": false,
|
|
38576
|
+
* "error": {
|
|
38577
|
+
* "code": "INVALID_API_KEY",
|
|
38578
|
+
* "message": "Invalid API key"
|
|
38579
|
+
* }
|
|
38580
|
+
* }
|
|
38581
|
+
*/
|
|
38582
|
+
"application/json": unknown;
|
|
38583
|
+
};
|
|
38584
|
+
};
|
|
38585
|
+
};
|
|
38586
|
+
};
|
|
38587
|
+
vedic_shadbala_kala: {
|
|
38588
|
+
parameters: {
|
|
38589
|
+
query?: never;
|
|
38590
|
+
header?: never;
|
|
38591
|
+
path?: never;
|
|
38592
|
+
cookie?: never;
|
|
38593
|
+
};
|
|
38594
|
+
requestBody: {
|
|
38595
|
+
content: {
|
|
38596
|
+
/**
|
|
38597
|
+
* @example {
|
|
38598
|
+
* "date": "1990-05-15",
|
|
38599
|
+
* "time": "14:30:00",
|
|
38600
|
+
* "timezoneOffset": 3,
|
|
38601
|
+
* "latitude": 50.45,
|
|
38602
|
+
* "longitude": 30.52
|
|
38603
|
+
* }
|
|
38604
|
+
*/
|
|
38605
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
38606
|
+
};
|
|
38607
|
+
};
|
|
38608
|
+
responses: {
|
|
38609
|
+
/** @description Successful calculation */
|
|
38610
|
+
200: {
|
|
38611
|
+
headers: {
|
|
38612
|
+
[name: string]: unknown;
|
|
38613
|
+
};
|
|
38614
|
+
content: {
|
|
38615
|
+
"application/json": {
|
|
38616
|
+
/** @example true */
|
|
38617
|
+
ok?: boolean;
|
|
38618
|
+
data?: {
|
|
38619
|
+
type?: string | null;
|
|
38620
|
+
unit?: string | null;
|
|
38621
|
+
items?: ({
|
|
38622
|
+
planet?: number | null;
|
|
38623
|
+
planetName?: string | null;
|
|
38624
|
+
nathonnatha?: number | null;
|
|
38625
|
+
paksha?: number | null;
|
|
38626
|
+
tribhaga?: number | null;
|
|
38627
|
+
abdaMasaVaraHora?: number | null;
|
|
38628
|
+
ayana?: number | null;
|
|
38629
|
+
total?: number | null;
|
|
38630
|
+
} | null)[] | null;
|
|
37248
38631
|
};
|
|
37249
38632
|
};
|
|
37250
38633
|
};
|
|
@@ -37293,7 +38676,7 @@ export interface operations {
|
|
|
37293
38676
|
};
|
|
37294
38677
|
};
|
|
37295
38678
|
};
|
|
37296
|
-
|
|
38679
|
+
vedic_shadbala_cheshta: {
|
|
37297
38680
|
parameters: {
|
|
37298
38681
|
query?: never;
|
|
37299
38682
|
header?: never;
|
|
@@ -37330,12 +38713,7 @@ export interface operations {
|
|
|
37330
38713
|
items?: ({
|
|
37331
38714
|
planet?: number | null;
|
|
37332
38715
|
planetName?: string | null;
|
|
37333
|
-
|
|
37334
|
-
saptavargaja?: number | null;
|
|
37335
|
-
ojhayugmarasyamsa?: number | null;
|
|
37336
|
-
kendradi?: number | null;
|
|
37337
|
-
drekkana?: number | null;
|
|
37338
|
-
total?: number | null;
|
|
38716
|
+
value?: number | null;
|
|
37339
38717
|
} | null)[] | null;
|
|
37340
38718
|
};
|
|
37341
38719
|
};
|
|
@@ -37385,7 +38763,7 @@ export interface operations {
|
|
|
37385
38763
|
};
|
|
37386
38764
|
};
|
|
37387
38765
|
};
|
|
37388
|
-
|
|
38766
|
+
vedic_shadbala_naisargika: {
|
|
37389
38767
|
parameters: {
|
|
37390
38768
|
query?: never;
|
|
37391
38769
|
header?: never;
|
|
@@ -37472,7 +38850,7 @@ export interface operations {
|
|
|
37472
38850
|
};
|
|
37473
38851
|
};
|
|
37474
38852
|
};
|
|
37475
|
-
|
|
38853
|
+
vedic_shadbala_drik: {
|
|
37476
38854
|
parameters: {
|
|
37477
38855
|
query?: never;
|
|
37478
38856
|
header?: never;
|
|
@@ -37509,12 +38887,7 @@ export interface operations {
|
|
|
37509
38887
|
items?: ({
|
|
37510
38888
|
planet?: number | null;
|
|
37511
38889
|
planetName?: string | null;
|
|
37512
|
-
|
|
37513
|
-
paksha?: number | null;
|
|
37514
|
-
tribhaga?: number | null;
|
|
37515
|
-
abdaMasaVaraHora?: number | null;
|
|
37516
|
-
ayana?: number | null;
|
|
37517
|
-
total?: number | null;
|
|
38890
|
+
value?: number | null;
|
|
37518
38891
|
} | null)[] | null;
|
|
37519
38892
|
};
|
|
37520
38893
|
};
|
|
@@ -37564,7 +38937,7 @@ export interface operations {
|
|
|
37564
38937
|
};
|
|
37565
38938
|
};
|
|
37566
38939
|
};
|
|
37567
|
-
|
|
38940
|
+
vedic_shadbala_full: {
|
|
37568
38941
|
parameters: {
|
|
37569
38942
|
query?: never;
|
|
37570
38943
|
header?: never;
|
|
@@ -37601,7 +38974,14 @@ export interface operations {
|
|
|
37601
38974
|
items?: ({
|
|
37602
38975
|
planet?: number | null;
|
|
37603
38976
|
planetName?: string | null;
|
|
37604
|
-
|
|
38977
|
+
sthana?: number | null;
|
|
38978
|
+
dig?: number | null;
|
|
38979
|
+
kala?: number | null;
|
|
38980
|
+
cheshta?: number | null;
|
|
38981
|
+
naisargika?: number | null;
|
|
38982
|
+
drik?: number | null;
|
|
38983
|
+
totalVirupa?: number | null;
|
|
38984
|
+
totalRupa?: number | null;
|
|
37605
38985
|
} | null)[] | null;
|
|
37606
38986
|
};
|
|
37607
38987
|
};
|
|
@@ -37651,7 +39031,7 @@ export interface operations {
|
|
|
37651
39031
|
};
|
|
37652
39032
|
};
|
|
37653
39033
|
};
|
|
37654
|
-
|
|
39034
|
+
vedic_bhavabala: {
|
|
37655
39035
|
parameters: {
|
|
37656
39036
|
query?: never;
|
|
37657
39037
|
header?: never;
|
|
@@ -37685,11 +39065,28 @@ export interface operations {
|
|
|
37685
39065
|
data?: {
|
|
37686
39066
|
type?: string | null;
|
|
37687
39067
|
unit?: string | null;
|
|
37688
|
-
|
|
37689
|
-
|
|
37690
|
-
|
|
37691
|
-
|
|
39068
|
+
houses?: ({
|
|
39069
|
+
house?: number | null;
|
|
39070
|
+
madhyaLon?: number | null;
|
|
39071
|
+
sign?: number | null;
|
|
39072
|
+
signClass?: string | null;
|
|
39073
|
+
direction?: string | null;
|
|
39074
|
+
lord?: number | null;
|
|
39075
|
+
bhavadhipatiBala?: number | null;
|
|
39076
|
+
bhavaDigBala?: number | null;
|
|
39077
|
+
bhavaDrishtiBala?: number | null;
|
|
39078
|
+
totalVirupas?: number | null;
|
|
39079
|
+
totalRupas?: number | null;
|
|
39080
|
+
rank?: number | null;
|
|
37692
39081
|
} | null)[] | null;
|
|
39082
|
+
strongest?: {
|
|
39083
|
+
house?: number | null;
|
|
39084
|
+
totalVirupas?: number | null;
|
|
39085
|
+
} | null;
|
|
39086
|
+
weakest?: {
|
|
39087
|
+
house?: number | null;
|
|
39088
|
+
totalVirupas?: number | null;
|
|
39089
|
+
} | null;
|
|
37693
39090
|
};
|
|
37694
39091
|
};
|
|
37695
39092
|
};
|
|
@@ -37738,7 +39135,7 @@ export interface operations {
|
|
|
37738
39135
|
};
|
|
37739
39136
|
};
|
|
37740
39137
|
};
|
|
37741
|
-
|
|
39138
|
+
vedic_gemstones: {
|
|
37742
39139
|
parameters: {
|
|
37743
39140
|
query?: never;
|
|
37744
39141
|
header?: never;
|
|
@@ -37753,10 +39150,11 @@ export interface operations {
|
|
|
37753
39150
|
* "time": "14:30:00",
|
|
37754
39151
|
* "timezoneOffset": 3,
|
|
37755
39152
|
* "latitude": 50.45,
|
|
37756
|
-
* "longitude": 30.52
|
|
39153
|
+
* "longitude": 30.52,
|
|
39154
|
+
* "school": "lagna-lord"
|
|
37757
39155
|
* }
|
|
37758
39156
|
*/
|
|
37759
|
-
"application/json": components["schemas"]["
|
|
39157
|
+
"application/json": components["schemas"]["Gemstone"];
|
|
37760
39158
|
};
|
|
37761
39159
|
};
|
|
37762
39160
|
responses: {
|
|
@@ -37771,12 +39169,43 @@ export interface operations {
|
|
|
37771
39169
|
ok?: boolean;
|
|
37772
39170
|
data?: {
|
|
37773
39171
|
type?: string | null;
|
|
37774
|
-
|
|
37775
|
-
|
|
37776
|
-
|
|
37777
|
-
|
|
37778
|
-
|
|
39172
|
+
school?: string | null;
|
|
39173
|
+
lagna?: {
|
|
39174
|
+
sign?: number | null;
|
|
39175
|
+
signName?: string | null;
|
|
39176
|
+
lord?: number | null;
|
|
39177
|
+
lordName?: string | null;
|
|
39178
|
+
} | null;
|
|
39179
|
+
recommended?: ({
|
|
39180
|
+
role?: string | null;
|
|
39181
|
+
graha?: number | null;
|
|
39182
|
+
gem?: string | null;
|
|
39183
|
+
gemSanskrit?: string | null;
|
|
39184
|
+
housesOwned?: (number | null)[] | null;
|
|
39185
|
+
basis?: string | null;
|
|
39186
|
+
substitutes?: (string | null)[] | null;
|
|
39187
|
+
wearing?: {
|
|
39188
|
+
day?: string | null;
|
|
39189
|
+
finger?: string | null;
|
|
39190
|
+
metals?: (string | null)[] | null;
|
|
39191
|
+
minWeight?: {
|
|
39192
|
+
ratti?: (number | null)[] | null;
|
|
39193
|
+
carats?: (number | null)[] | null;
|
|
39194
|
+
} | null;
|
|
39195
|
+
mantra?: string | null;
|
|
39196
|
+
japaCount?: number | null;
|
|
39197
|
+
} | null;
|
|
37779
39198
|
} | null)[] | null;
|
|
39199
|
+
avoid?: unknown[] | null;
|
|
39200
|
+
cautions?: unknown[] | null;
|
|
39201
|
+
condition?: {
|
|
39202
|
+
Venus?: {
|
|
39203
|
+
signName?: string | null;
|
|
39204
|
+
dignity?: string | null;
|
|
39205
|
+
isCombust?: boolean | null;
|
|
39206
|
+
} | null;
|
|
39207
|
+
} | null;
|
|
39208
|
+
disclaimer?: string | null;
|
|
37780
39209
|
};
|
|
37781
39210
|
};
|
|
37782
39211
|
};
|
|
@@ -37825,27 +39254,14 @@ export interface operations {
|
|
|
37825
39254
|
};
|
|
37826
39255
|
};
|
|
37827
39256
|
};
|
|
37828
|
-
|
|
39257
|
+
vedic_gemstones_navaratna_get: {
|
|
37829
39258
|
parameters: {
|
|
37830
39259
|
query?: never;
|
|
37831
39260
|
header?: never;
|
|
37832
39261
|
path?: never;
|
|
37833
39262
|
cookie?: never;
|
|
37834
39263
|
};
|
|
37835
|
-
requestBody
|
|
37836
|
-
content: {
|
|
37837
|
-
/**
|
|
37838
|
-
* @example {
|
|
37839
|
-
* "date": "1990-05-15",
|
|
37840
|
-
* "time": "14:30:00",
|
|
37841
|
-
* "timezoneOffset": 3,
|
|
37842
|
-
* "latitude": 50.45,
|
|
37843
|
-
* "longitude": 30.52
|
|
37844
|
-
* }
|
|
37845
|
-
*/
|
|
37846
|
-
"application/json": components["schemas"]["ChartInput"];
|
|
37847
|
-
};
|
|
37848
|
-
};
|
|
39264
|
+
requestBody?: never;
|
|
37849
39265
|
responses: {
|
|
37850
39266
|
/** @description Successful calculation */
|
|
37851
39267
|
200: {
|
|
@@ -37857,20 +39273,33 @@ export interface operations {
|
|
|
37857
39273
|
/** @example true */
|
|
37858
39274
|
ok?: boolean;
|
|
37859
39275
|
data?: {
|
|
37860
|
-
|
|
37861
|
-
|
|
37862
|
-
|
|
37863
|
-
|
|
37864
|
-
|
|
37865
|
-
|
|
37866
|
-
|
|
37867
|
-
|
|
37868
|
-
|
|
37869
|
-
|
|
37870
|
-
|
|
37871
|
-
|
|
37872
|
-
|
|
39276
|
+
count?: number | null;
|
|
39277
|
+
conversions?: {
|
|
39278
|
+
rattiGrams?: number | null;
|
|
39279
|
+
rattiCarats?: number | null;
|
|
39280
|
+
} | null;
|
|
39281
|
+
gems?: ({
|
|
39282
|
+
graha?: number | null;
|
|
39283
|
+
grahaName?: string | null;
|
|
39284
|
+
grahaSanskrit?: string | null;
|
|
39285
|
+
gem?: string | null;
|
|
39286
|
+
gemSanskrit?: string | null;
|
|
39287
|
+
mineral?: string | null;
|
|
39288
|
+
substitutes?: (string | null)[] | null;
|
|
39289
|
+
wearing?: {
|
|
39290
|
+
day?: string | null;
|
|
39291
|
+
finger?: string | null;
|
|
39292
|
+
metals?: (string | null)[] | null;
|
|
39293
|
+
minWeight?: {
|
|
39294
|
+
ratti?: (number | null)[] | null;
|
|
39295
|
+
grams?: (number | null)[] | null;
|
|
39296
|
+
carats?: (number | null)[] | null;
|
|
39297
|
+
} | null;
|
|
39298
|
+
mantra?: string | null;
|
|
39299
|
+
japaCount?: number | null;
|
|
39300
|
+
} | null;
|
|
37873
39301
|
} | null)[] | null;
|
|
39302
|
+
disclaimer?: string | null;
|
|
37874
39303
|
};
|
|
37875
39304
|
};
|
|
37876
39305
|
};
|
|
@@ -46143,7 +47572,7 @@ export interface operations {
|
|
|
46143
47572
|
* "targetDate": "2026-05-07"
|
|
46144
47573
|
* }
|
|
46145
47574
|
*/
|
|
46146
|
-
"application/json": components["schemas"]["
|
|
47575
|
+
"application/json": components["schemas"]["JaiminiDashaSummary"];
|
|
46147
47576
|
};
|
|
46148
47577
|
};
|
|
46149
47578
|
responses: {
|
|
@@ -49984,7 +51413,7 @@ export interface operations {
|
|
|
49984
51413
|
* "targetDate": "2026-05-07"
|
|
49985
51414
|
* }
|
|
49986
51415
|
*/
|
|
49987
|
-
"application/json": components["schemas"]["
|
|
51416
|
+
"application/json": components["schemas"]["SadeSati"];
|
|
49988
51417
|
};
|
|
49989
51418
|
};
|
|
49990
51419
|
responses: {
|
|
@@ -52643,7 +54072,13 @@ export interface operations {
|
|
|
52643
54072
|
parameters: {
|
|
52644
54073
|
query?: never;
|
|
52645
54074
|
header?: never;
|
|
52646
|
-
path
|
|
54075
|
+
path: {
|
|
54076
|
+
/**
|
|
54077
|
+
* @description Zodiac sign, lowercase English name.
|
|
54078
|
+
* @example leo
|
|
54079
|
+
*/
|
|
54080
|
+
sign: string;
|
|
54081
|
+
};
|
|
52647
54082
|
cookie?: never;
|
|
52648
54083
|
};
|
|
52649
54084
|
requestBody?: never;
|
|
@@ -52717,7 +54152,13 @@ export interface operations {
|
|
|
52717
54152
|
parameters: {
|
|
52718
54153
|
query?: never;
|
|
52719
54154
|
header?: never;
|
|
52720
|
-
path
|
|
54155
|
+
path: {
|
|
54156
|
+
/**
|
|
54157
|
+
* @description Chakra name, lowercase.
|
|
54158
|
+
* @example heart
|
|
54159
|
+
*/
|
|
54160
|
+
chakra: string;
|
|
54161
|
+
};
|
|
52721
54162
|
cookie?: never;
|
|
52722
54163
|
};
|
|
52723
54164
|
requestBody?: never;
|
|
@@ -52790,7 +54231,13 @@ export interface operations {
|
|
|
52790
54231
|
parameters: {
|
|
52791
54232
|
query?: never;
|
|
52792
54233
|
header?: never;
|
|
52793
|
-
path
|
|
54234
|
+
path: {
|
|
54235
|
+
/**
|
|
54236
|
+
* @description Purpose to match. Substring match against the indexed purposes, so `protect` finds `protection`.
|
|
54237
|
+
* @example protection
|
|
54238
|
+
*/
|
|
54239
|
+
purpose: string;
|
|
54240
|
+
};
|
|
52794
54241
|
cookie?: never;
|
|
52795
54242
|
};
|
|
52796
54243
|
requestBody?: never;
|
|
@@ -53025,7 +54472,13 @@ export interface operations {
|
|
|
53025
54472
|
parameters: {
|
|
53026
54473
|
query?: never;
|
|
53027
54474
|
header?: never;
|
|
53028
|
-
path
|
|
54475
|
+
path: {
|
|
54476
|
+
/**
|
|
54477
|
+
* @description Angel number, digits only. Unindexed numbers fall back to a pattern classification plus the reduced single digit.
|
|
54478
|
+
* @example 111
|
|
54479
|
+
*/
|
|
54480
|
+
number: string;
|
|
54481
|
+
};
|
|
53029
54482
|
cookie?: never;
|
|
53030
54483
|
};
|
|
53031
54484
|
requestBody?: never;
|
|
@@ -53210,7 +54663,13 @@ export interface operations {
|
|
|
53210
54663
|
parameters: {
|
|
53211
54664
|
query?: never;
|
|
53212
54665
|
header?: never;
|
|
53213
|
-
path
|
|
54666
|
+
path: {
|
|
54667
|
+
/**
|
|
54668
|
+
* @description Life path number: 1-9, or the master numbers 11, 22, 33.
|
|
54669
|
+
* @example 7
|
|
54670
|
+
*/
|
|
54671
|
+
n: number;
|
|
54672
|
+
};
|
|
53214
54673
|
cookie?: never;
|
|
53215
54674
|
};
|
|
53216
54675
|
requestBody?: never;
|
|
@@ -53462,7 +54921,13 @@ export interface operations {
|
|
|
53462
54921
|
parameters: {
|
|
53463
54922
|
query?: never;
|
|
53464
54923
|
header?: never;
|
|
53465
|
-
path
|
|
54924
|
+
path: {
|
|
54925
|
+
/**
|
|
54926
|
+
* @description Dream symbol to look up.
|
|
54927
|
+
* @example water
|
|
54928
|
+
*/
|
|
54929
|
+
keyword: string;
|
|
54930
|
+
};
|
|
53466
54931
|
cookie?: never;
|
|
53467
54932
|
};
|
|
53468
54933
|
requestBody?: never;
|
|
@@ -53654,7 +55119,13 @@ export interface operations {
|
|
|
53654
55119
|
parameters: {
|
|
53655
55120
|
query?: never;
|
|
53656
55121
|
header?: never;
|
|
53657
|
-
path
|
|
55122
|
+
path: {
|
|
55123
|
+
/**
|
|
55124
|
+
* @description Elemental grouping.
|
|
55125
|
+
* @example water
|
|
55126
|
+
*/
|
|
55127
|
+
element: "fire" | "earth" | "air" | "water" | "spirit";
|
|
55128
|
+
};
|
|
53658
55129
|
cookie?: never;
|
|
53659
55130
|
};
|
|
53660
55131
|
requestBody?: never;
|
|
@@ -59600,7 +61071,13 @@ export interface operations {
|
|
|
59600
61071
|
parameters: {
|
|
59601
61072
|
query?: never;
|
|
59602
61073
|
header?: never;
|
|
59603
|
-
path
|
|
61074
|
+
path: {
|
|
61075
|
+
/**
|
|
61076
|
+
* @description Card slug, lowercase and hyphenated.
|
|
61077
|
+
* @example the-fool
|
|
61078
|
+
*/
|
|
61079
|
+
slug: string;
|
|
61080
|
+
};
|
|
59604
61081
|
cookie?: never;
|
|
59605
61082
|
};
|
|
59606
61083
|
requestBody?: never;
|
|
@@ -59888,7 +61365,13 @@ export interface operations {
|
|
|
59888
61365
|
parameters: {
|
|
59889
61366
|
query?: never;
|
|
59890
61367
|
header?: never;
|
|
59891
|
-
path
|
|
61368
|
+
path: {
|
|
61369
|
+
/**
|
|
61370
|
+
* @description Minor arcana suit.
|
|
61371
|
+
* @example cups
|
|
61372
|
+
*/
|
|
61373
|
+
suit: "wands" | "cups" | "swords" | "pentacles";
|
|
61374
|
+
};
|
|
59892
61375
|
cookie?: never;
|
|
59893
61376
|
};
|
|
59894
61377
|
requestBody?: never;
|
|
@@ -59954,7 +61437,13 @@ export interface operations {
|
|
|
59954
61437
|
parameters: {
|
|
59955
61438
|
query?: never;
|
|
59956
61439
|
header?: never;
|
|
59957
|
-
path
|
|
61440
|
+
path: {
|
|
61441
|
+
/**
|
|
61442
|
+
* @description Card number within a suit. 1 is the Ace, 11-14 are the courts. Majors are excluded.
|
|
61443
|
+
* @example 3
|
|
61444
|
+
*/
|
|
61445
|
+
n: number;
|
|
61446
|
+
};
|
|
59958
61447
|
cookie?: never;
|
|
59959
61448
|
};
|
|
59960
61449
|
requestBody?: never;
|
|
@@ -60020,7 +61509,13 @@ export interface operations {
|
|
|
60020
61509
|
parameters: {
|
|
60021
61510
|
query?: never;
|
|
60022
61511
|
header?: never;
|
|
60023
|
-
path
|
|
61512
|
+
path: {
|
|
61513
|
+
/**
|
|
61514
|
+
* @description Elemental attribution.
|
|
61515
|
+
* @example fire
|
|
61516
|
+
*/
|
|
61517
|
+
element: "fire" | "water" | "air" | "earth";
|
|
61518
|
+
};
|
|
60024
61519
|
cookie?: never;
|
|
60025
61520
|
};
|
|
60026
61521
|
requestBody?: never;
|
|
@@ -60086,7 +61581,13 @@ export interface operations {
|
|
|
60086
61581
|
parameters: {
|
|
60087
61582
|
query?: never;
|
|
60088
61583
|
header?: never;
|
|
60089
|
-
path
|
|
61584
|
+
path: {
|
|
61585
|
+
/**
|
|
61586
|
+
* @description Keyword to match. Substring match across both upright and reversed keywords.
|
|
61587
|
+
* @example change
|
|
61588
|
+
*/
|
|
61589
|
+
keyword: string;
|
|
61590
|
+
};
|
|
60090
61591
|
cookie?: never;
|
|
60091
61592
|
};
|
|
60092
61593
|
requestBody?: never;
|
|
@@ -60218,7 +61719,13 @@ export interface operations {
|
|
|
60218
61719
|
parameters: {
|
|
60219
61720
|
query?: never;
|
|
60220
61721
|
header?: never;
|
|
60221
|
-
path
|
|
61722
|
+
path: {
|
|
61723
|
+
/**
|
|
61724
|
+
* @description Spread slug, lowercase and hyphenated.
|
|
61725
|
+
* @example celtic-cross
|
|
61726
|
+
*/
|
|
61727
|
+
slug: string;
|
|
61728
|
+
};
|
|
60222
61729
|
cookie?: never;
|
|
60223
61730
|
};
|
|
60224
61731
|
requestBody?: never;
|
|
@@ -62493,7 +64000,13 @@ export interface operations {
|
|
|
62493
64000
|
parameters: {
|
|
62494
64001
|
query?: never;
|
|
62495
64002
|
header?: never;
|
|
62496
|
-
path
|
|
64003
|
+
path: {
|
|
64004
|
+
/**
|
|
64005
|
+
* @description Card slug, lowercase and hyphenated.
|
|
64006
|
+
* @example le-mat
|
|
64007
|
+
*/
|
|
64008
|
+
slug: string;
|
|
64009
|
+
};
|
|
62497
64010
|
cookie?: never;
|
|
62498
64011
|
};
|
|
62499
64012
|
requestBody?: never;
|
|
@@ -62705,7 +64218,13 @@ export interface operations {
|
|
|
62705
64218
|
parameters: {
|
|
62706
64219
|
query?: never;
|
|
62707
64220
|
header?: never;
|
|
62708
|
-
path
|
|
64221
|
+
path: {
|
|
64222
|
+
/**
|
|
64223
|
+
* @description Spread slug, lowercase and hyphenated.
|
|
64224
|
+
* @example croix
|
|
64225
|
+
*/
|
|
64226
|
+
slug: string;
|
|
64227
|
+
};
|
|
62709
64228
|
cookie?: never;
|
|
62710
64229
|
};
|
|
62711
64230
|
requestBody?: never;
|
|
@@ -64314,7 +65833,13 @@ export interface operations {
|
|
|
64314
65833
|
parameters: {
|
|
64315
65834
|
query?: never;
|
|
64316
65835
|
header?: never;
|
|
64317
|
-
path
|
|
65836
|
+
path: {
|
|
65837
|
+
/**
|
|
65838
|
+
* @description Card slug, lowercase and hyphenated.
|
|
65839
|
+
* @example rider
|
|
65840
|
+
*/
|
|
65841
|
+
slug: string;
|
|
65842
|
+
};
|
|
64318
65843
|
cookie?: never;
|
|
64319
65844
|
};
|
|
64320
65845
|
requestBody?: never;
|
|
@@ -68452,7 +69977,13 @@ export interface operations {
|
|
|
68452
69977
|
parameters: {
|
|
68453
69978
|
query?: never;
|
|
68454
69979
|
header?: never;
|
|
68455
|
-
path
|
|
69980
|
+
path: {
|
|
69981
|
+
/**
|
|
69982
|
+
* @description Webhook id, as returned by `GET /v1/webhooks`.
|
|
69983
|
+
* @example 42
|
|
69984
|
+
*/
|
|
69985
|
+
id: number;
|
|
69986
|
+
};
|
|
68456
69987
|
cookie?: never;
|
|
68457
69988
|
};
|
|
68458
69989
|
requestBody?: never;
|
|
@@ -68542,7 +70073,13 @@ export interface operations {
|
|
|
68542
70073
|
parameters: {
|
|
68543
70074
|
query?: never;
|
|
68544
70075
|
header?: never;
|
|
68545
|
-
path
|
|
70076
|
+
path: {
|
|
70077
|
+
/**
|
|
70078
|
+
* @description Webhook id, as returned by `GET /v1/webhooks`.
|
|
70079
|
+
* @example 42
|
|
70080
|
+
*/
|
|
70081
|
+
id: number;
|
|
70082
|
+
};
|
|
68546
70083
|
cookie?: never;
|
|
68547
70084
|
};
|
|
68548
70085
|
requestBody?: never;
|
|
@@ -68620,7 +70157,13 @@ export interface operations {
|
|
|
68620
70157
|
parameters: {
|
|
68621
70158
|
query?: never;
|
|
68622
70159
|
header?: never;
|
|
68623
|
-
path
|
|
70160
|
+
path: {
|
|
70161
|
+
/**
|
|
70162
|
+
* @description Webhook id, as returned by `GET /v1/webhooks`.
|
|
70163
|
+
* @example 42
|
|
70164
|
+
*/
|
|
70165
|
+
id: number;
|
|
70166
|
+
};
|
|
68624
70167
|
cookie?: never;
|
|
68625
70168
|
};
|
|
68626
70169
|
requestBody?: never;
|
|
@@ -77161,24 +78704,63 @@ export interface operations {
|
|
|
77161
78704
|
};
|
|
77162
78705
|
"embed_daily-horoscope_get": {
|
|
77163
78706
|
parameters: {
|
|
77164
|
-
query?:
|
|
78707
|
+
query?: {
|
|
78708
|
+
/**
|
|
78709
|
+
* @description Zodiac sun sign, lowercase English name.
|
|
78710
|
+
* @example leo
|
|
78711
|
+
*/
|
|
78712
|
+
sign?: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
78713
|
+
/**
|
|
78714
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78715
|
+
* @example 2026-08-01
|
|
78716
|
+
*/
|
|
78717
|
+
date?: string;
|
|
78718
|
+
/**
|
|
78719
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
78720
|
+
* @example 14:30:00
|
|
78721
|
+
*/
|
|
78722
|
+
time?: string;
|
|
78723
|
+
/**
|
|
78724
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
78725
|
+
* @example 2
|
|
78726
|
+
*/
|
|
78727
|
+
tz?: number;
|
|
78728
|
+
/**
|
|
78729
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
78730
|
+
* @example 50.45
|
|
78731
|
+
*/
|
|
78732
|
+
lat?: number;
|
|
78733
|
+
/**
|
|
78734
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
78735
|
+
* @example 30.52
|
|
78736
|
+
*/
|
|
78737
|
+
lng?: number;
|
|
78738
|
+
/** @description Optional city label shown on the card. */
|
|
78739
|
+
city?: string;
|
|
78740
|
+
/**
|
|
78741
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78742
|
+
* @example de
|
|
78743
|
+
*/
|
|
78744
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78745
|
+
/**
|
|
78746
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78747
|
+
* @example light
|
|
78748
|
+
*/
|
|
78749
|
+
theme?: "dark" | "light" | "console";
|
|
78750
|
+
};
|
|
77165
78751
|
header?: never;
|
|
77166
78752
|
path?: never;
|
|
77167
78753
|
cookie?: never;
|
|
77168
78754
|
};
|
|
77169
78755
|
requestBody?: never;
|
|
77170
78756
|
responses: {
|
|
77171
|
-
/** @description
|
|
78757
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77172
78758
|
200: {
|
|
77173
78759
|
headers: {
|
|
77174
78760
|
[name: string]: unknown;
|
|
77175
78761
|
};
|
|
77176
78762
|
content: {
|
|
77177
|
-
"
|
|
77178
|
-
/** @example true */
|
|
77179
|
-
ok?: boolean;
|
|
77180
|
-
data?: Record<string, never>;
|
|
77181
|
-
};
|
|
78763
|
+
"text/html": string;
|
|
77182
78764
|
};
|
|
77183
78765
|
};
|
|
77184
78766
|
/** @description Validation error */
|
|
@@ -77227,24 +78809,56 @@ export interface operations {
|
|
|
77227
78809
|
};
|
|
77228
78810
|
embed_wheel_get: {
|
|
77229
78811
|
parameters: {
|
|
77230
|
-
query?:
|
|
78812
|
+
query?: {
|
|
78813
|
+
/**
|
|
78814
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78815
|
+
* @example 2026-08-01
|
|
78816
|
+
*/
|
|
78817
|
+
date?: string;
|
|
78818
|
+
/**
|
|
78819
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
78820
|
+
* @example 14:30:00
|
|
78821
|
+
*/
|
|
78822
|
+
time?: string;
|
|
78823
|
+
/**
|
|
78824
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
78825
|
+
* @example 2
|
|
78826
|
+
*/
|
|
78827
|
+
tz?: number;
|
|
78828
|
+
/**
|
|
78829
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
78830
|
+
* @example 50.45
|
|
78831
|
+
*/
|
|
78832
|
+
lat?: number;
|
|
78833
|
+
/**
|
|
78834
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
78835
|
+
* @example 30.52
|
|
78836
|
+
*/
|
|
78837
|
+
lng?: number;
|
|
78838
|
+
/**
|
|
78839
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78840
|
+
* @example de
|
|
78841
|
+
*/
|
|
78842
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78843
|
+
/**
|
|
78844
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78845
|
+
* @example light
|
|
78846
|
+
*/
|
|
78847
|
+
theme?: "dark" | "light" | "console";
|
|
78848
|
+
};
|
|
77231
78849
|
header?: never;
|
|
77232
78850
|
path?: never;
|
|
77233
78851
|
cookie?: never;
|
|
77234
78852
|
};
|
|
77235
78853
|
requestBody?: never;
|
|
77236
78854
|
responses: {
|
|
77237
|
-
/** @description
|
|
78855
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77238
78856
|
200: {
|
|
77239
78857
|
headers: {
|
|
77240
78858
|
[name: string]: unknown;
|
|
77241
78859
|
};
|
|
77242
78860
|
content: {
|
|
77243
|
-
"
|
|
77244
|
-
/** @example true */
|
|
77245
|
-
ok?: boolean;
|
|
77246
|
-
data?: Record<string, never>;
|
|
77247
|
-
};
|
|
78861
|
+
"text/html": string;
|
|
77248
78862
|
};
|
|
77249
78863
|
};
|
|
77250
78864
|
/** @description Validation error */
|
|
@@ -77293,24 +78907,41 @@ export interface operations {
|
|
|
77293
78907
|
};
|
|
77294
78908
|
"embed_transit-timeline_get": {
|
|
77295
78909
|
parameters: {
|
|
77296
|
-
query?:
|
|
78910
|
+
query?: {
|
|
78911
|
+
/**
|
|
78912
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78913
|
+
* @example 2026-08-01
|
|
78914
|
+
*/
|
|
78915
|
+
date?: string;
|
|
78916
|
+
/**
|
|
78917
|
+
* @description Days to cover, default 7.
|
|
78918
|
+
* @example 7
|
|
78919
|
+
*/
|
|
78920
|
+
days?: number;
|
|
78921
|
+
/**
|
|
78922
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78923
|
+
* @example de
|
|
78924
|
+
*/
|
|
78925
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78926
|
+
/**
|
|
78927
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78928
|
+
* @example light
|
|
78929
|
+
*/
|
|
78930
|
+
theme?: "dark" | "light" | "console";
|
|
78931
|
+
};
|
|
77297
78932
|
header?: never;
|
|
77298
78933
|
path?: never;
|
|
77299
78934
|
cookie?: never;
|
|
77300
78935
|
};
|
|
77301
78936
|
requestBody?: never;
|
|
77302
78937
|
responses: {
|
|
77303
|
-
/** @description
|
|
78938
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77304
78939
|
200: {
|
|
77305
78940
|
headers: {
|
|
77306
78941
|
[name: string]: unknown;
|
|
77307
78942
|
};
|
|
77308
78943
|
content: {
|
|
77309
|
-
"
|
|
77310
|
-
/** @example true */
|
|
77311
|
-
ok?: boolean;
|
|
77312
|
-
data?: Record<string, never>;
|
|
77313
|
-
};
|
|
78944
|
+
"text/html": string;
|
|
77314
78945
|
};
|
|
77315
78946
|
};
|
|
77316
78947
|
/** @description Validation error */
|
|
@@ -77359,24 +78990,56 @@ export interface operations {
|
|
|
77359
78990
|
};
|
|
77360
78991
|
embed_bodygraph_get: {
|
|
77361
78992
|
parameters: {
|
|
77362
|
-
query?:
|
|
78993
|
+
query?: {
|
|
78994
|
+
/**
|
|
78995
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78996
|
+
* @example 2026-08-01
|
|
78997
|
+
*/
|
|
78998
|
+
date?: string;
|
|
78999
|
+
/**
|
|
79000
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
79001
|
+
* @example 14:30:00
|
|
79002
|
+
*/
|
|
79003
|
+
time?: string;
|
|
79004
|
+
/**
|
|
79005
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
79006
|
+
* @example 2
|
|
79007
|
+
*/
|
|
79008
|
+
tz?: number;
|
|
79009
|
+
/**
|
|
79010
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
79011
|
+
* @example 50.45
|
|
79012
|
+
*/
|
|
79013
|
+
lat?: number;
|
|
79014
|
+
/**
|
|
79015
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
79016
|
+
* @example 30.52
|
|
79017
|
+
*/
|
|
79018
|
+
lng?: number;
|
|
79019
|
+
/**
|
|
79020
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79021
|
+
* @example de
|
|
79022
|
+
*/
|
|
79023
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79024
|
+
/**
|
|
79025
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79026
|
+
* @example light
|
|
79027
|
+
*/
|
|
79028
|
+
theme?: "dark" | "light" | "console";
|
|
79029
|
+
};
|
|
77363
79030
|
header?: never;
|
|
77364
79031
|
path?: never;
|
|
77365
79032
|
cookie?: never;
|
|
77366
79033
|
};
|
|
77367
79034
|
requestBody?: never;
|
|
77368
79035
|
responses: {
|
|
77369
|
-
/** @description
|
|
79036
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77370
79037
|
200: {
|
|
77371
79038
|
headers: {
|
|
77372
79039
|
[name: string]: unknown;
|
|
77373
79040
|
};
|
|
77374
79041
|
content: {
|
|
77375
|
-
"
|
|
77376
|
-
/** @example true */
|
|
77377
|
-
ok?: boolean;
|
|
77378
|
-
data?: Record<string, never>;
|
|
77379
|
-
};
|
|
79042
|
+
"text/html": string;
|
|
77380
79043
|
};
|
|
77381
79044
|
};
|
|
77382
79045
|
/** @description Validation error */
|
|
@@ -77425,24 +79088,56 @@ export interface operations {
|
|
|
77425
79088
|
};
|
|
77426
79089
|
embed_kundli_get: {
|
|
77427
79090
|
parameters: {
|
|
77428
|
-
query?:
|
|
79091
|
+
query?: {
|
|
79092
|
+
/**
|
|
79093
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79094
|
+
* @example 2026-08-01
|
|
79095
|
+
*/
|
|
79096
|
+
date?: string;
|
|
79097
|
+
/**
|
|
79098
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
79099
|
+
* @example 14:30:00
|
|
79100
|
+
*/
|
|
79101
|
+
time?: string;
|
|
79102
|
+
/**
|
|
79103
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
79104
|
+
* @example 2
|
|
79105
|
+
*/
|
|
79106
|
+
tz?: number;
|
|
79107
|
+
/**
|
|
79108
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
79109
|
+
* @example 50.45
|
|
79110
|
+
*/
|
|
79111
|
+
lat?: number;
|
|
79112
|
+
/**
|
|
79113
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
79114
|
+
* @example 30.52
|
|
79115
|
+
*/
|
|
79116
|
+
lng?: number;
|
|
79117
|
+
/**
|
|
79118
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79119
|
+
* @example de
|
|
79120
|
+
*/
|
|
79121
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79122
|
+
/**
|
|
79123
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79124
|
+
* @example light
|
|
79125
|
+
*/
|
|
79126
|
+
theme?: "dark" | "light" | "console";
|
|
79127
|
+
};
|
|
77429
79128
|
header?: never;
|
|
77430
79129
|
path?: never;
|
|
77431
79130
|
cookie?: never;
|
|
77432
79131
|
};
|
|
77433
79132
|
requestBody?: never;
|
|
77434
79133
|
responses: {
|
|
77435
|
-
/** @description
|
|
79134
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77436
79135
|
200: {
|
|
77437
79136
|
headers: {
|
|
77438
79137
|
[name: string]: unknown;
|
|
77439
79138
|
};
|
|
77440
79139
|
content: {
|
|
77441
|
-
"
|
|
77442
|
-
/** @example true */
|
|
77443
|
-
ok?: boolean;
|
|
77444
|
-
data?: Record<string, never>;
|
|
77445
|
-
};
|
|
79140
|
+
"text/html": string;
|
|
77446
79141
|
};
|
|
77447
79142
|
};
|
|
77448
79143
|
/** @description Validation error */
|
|
@@ -77491,24 +79186,56 @@ export interface operations {
|
|
|
77491
79186
|
};
|
|
77492
79187
|
"embed_mini-chart_get": {
|
|
77493
79188
|
parameters: {
|
|
77494
|
-
query?:
|
|
79189
|
+
query?: {
|
|
79190
|
+
/**
|
|
79191
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79192
|
+
* @example 2026-08-01
|
|
79193
|
+
*/
|
|
79194
|
+
date?: string;
|
|
79195
|
+
/**
|
|
79196
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
79197
|
+
* @example 14:30:00
|
|
79198
|
+
*/
|
|
79199
|
+
time?: string;
|
|
79200
|
+
/**
|
|
79201
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
79202
|
+
* @example 2
|
|
79203
|
+
*/
|
|
79204
|
+
tz?: number;
|
|
79205
|
+
/**
|
|
79206
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
79207
|
+
* @example 50.45
|
|
79208
|
+
*/
|
|
79209
|
+
lat?: number;
|
|
79210
|
+
/**
|
|
79211
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
79212
|
+
* @example 30.52
|
|
79213
|
+
*/
|
|
79214
|
+
lng?: number;
|
|
79215
|
+
/**
|
|
79216
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79217
|
+
* @example de
|
|
79218
|
+
*/
|
|
79219
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79220
|
+
/**
|
|
79221
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79222
|
+
* @example light
|
|
79223
|
+
*/
|
|
79224
|
+
theme?: "dark" | "light" | "console";
|
|
79225
|
+
};
|
|
77495
79226
|
header?: never;
|
|
77496
79227
|
path?: never;
|
|
77497
79228
|
cookie?: never;
|
|
77498
79229
|
};
|
|
77499
79230
|
requestBody?: never;
|
|
77500
79231
|
responses: {
|
|
77501
|
-
/** @description
|
|
79232
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77502
79233
|
200: {
|
|
77503
79234
|
headers: {
|
|
77504
79235
|
[name: string]: unknown;
|
|
77505
79236
|
};
|
|
77506
79237
|
content: {
|
|
77507
|
-
"
|
|
77508
|
-
/** @example true */
|
|
77509
|
-
ok?: boolean;
|
|
77510
|
-
data?: Record<string, never>;
|
|
77511
|
-
};
|
|
79238
|
+
"text/html": string;
|
|
77512
79239
|
};
|
|
77513
79240
|
};
|
|
77514
79241
|
/** @description Validation error */
|
|
@@ -77557,24 +79284,36 @@ export interface operations {
|
|
|
77557
79284
|
};
|
|
77558
79285
|
"embed_planet-of-day_get": {
|
|
77559
79286
|
parameters: {
|
|
77560
|
-
query?:
|
|
79287
|
+
query?: {
|
|
79288
|
+
/**
|
|
79289
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79290
|
+
* @example 2026-08-01
|
|
79291
|
+
*/
|
|
79292
|
+
date?: string;
|
|
79293
|
+
/**
|
|
79294
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79295
|
+
* @example de
|
|
79296
|
+
*/
|
|
79297
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79298
|
+
/**
|
|
79299
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79300
|
+
* @example light
|
|
79301
|
+
*/
|
|
79302
|
+
theme?: "dark" | "light" | "console";
|
|
79303
|
+
};
|
|
77561
79304
|
header?: never;
|
|
77562
79305
|
path?: never;
|
|
77563
79306
|
cookie?: never;
|
|
77564
79307
|
};
|
|
77565
79308
|
requestBody?: never;
|
|
77566
79309
|
responses: {
|
|
77567
|
-
/** @description
|
|
79310
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77568
79311
|
200: {
|
|
77569
79312
|
headers: {
|
|
77570
79313
|
[name: string]: unknown;
|
|
77571
79314
|
};
|
|
77572
79315
|
content: {
|
|
77573
|
-
"
|
|
77574
|
-
/** @example true */
|
|
77575
|
-
ok?: boolean;
|
|
77576
|
-
data?: Record<string, never>;
|
|
77577
|
-
};
|
|
79316
|
+
"text/html": string;
|
|
77578
79317
|
};
|
|
77579
79318
|
};
|
|
77580
79319
|
/** @description Validation error */
|
|
@@ -77623,24 +79362,36 @@ export interface operations {
|
|
|
77623
79362
|
};
|
|
77624
79363
|
"embed_moon-phase_get": {
|
|
77625
79364
|
parameters: {
|
|
77626
|
-
query?:
|
|
79365
|
+
query?: {
|
|
79366
|
+
/**
|
|
79367
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79368
|
+
* @example 2026-08-01
|
|
79369
|
+
*/
|
|
79370
|
+
date?: string;
|
|
79371
|
+
/**
|
|
79372
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79373
|
+
* @example de
|
|
79374
|
+
*/
|
|
79375
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79376
|
+
/**
|
|
79377
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79378
|
+
* @example light
|
|
79379
|
+
*/
|
|
79380
|
+
theme?: "dark" | "light" | "console";
|
|
79381
|
+
};
|
|
77627
79382
|
header?: never;
|
|
77628
79383
|
path?: never;
|
|
77629
79384
|
cookie?: never;
|
|
77630
79385
|
};
|
|
77631
79386
|
requestBody?: never;
|
|
77632
79387
|
responses: {
|
|
77633
|
-
/** @description
|
|
79388
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77634
79389
|
200: {
|
|
77635
79390
|
headers: {
|
|
77636
79391
|
[name: string]: unknown;
|
|
77637
79392
|
};
|
|
77638
79393
|
content: {
|
|
77639
|
-
"
|
|
77640
|
-
/** @example true */
|
|
77641
|
-
ok?: boolean;
|
|
77642
|
-
data?: Record<string, never>;
|
|
77643
|
-
};
|
|
79394
|
+
"text/html": string;
|
|
77644
79395
|
};
|
|
77645
79396
|
};
|
|
77646
79397
|
/** @description Validation error */
|
|
@@ -77689,24 +79440,36 @@ export interface operations {
|
|
|
77689
79440
|
};
|
|
77690
79441
|
"embed_daily-tarot_get": {
|
|
77691
79442
|
parameters: {
|
|
77692
|
-
query?:
|
|
79443
|
+
query?: {
|
|
79444
|
+
/**
|
|
79445
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79446
|
+
* @example 2026-08-01
|
|
79447
|
+
*/
|
|
79448
|
+
date?: string;
|
|
79449
|
+
/**
|
|
79450
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79451
|
+
* @example de
|
|
79452
|
+
*/
|
|
79453
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79454
|
+
/**
|
|
79455
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79456
|
+
* @example light
|
|
79457
|
+
*/
|
|
79458
|
+
theme?: "dark" | "light" | "console";
|
|
79459
|
+
};
|
|
77693
79460
|
header?: never;
|
|
77694
79461
|
path?: never;
|
|
77695
79462
|
cookie?: never;
|
|
77696
79463
|
};
|
|
77697
79464
|
requestBody?: never;
|
|
77698
79465
|
responses: {
|
|
77699
|
-
/** @description
|
|
79466
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77700
79467
|
200: {
|
|
77701
79468
|
headers: {
|
|
77702
79469
|
[name: string]: unknown;
|
|
77703
79470
|
};
|
|
77704
79471
|
content: {
|
|
77705
|
-
"
|
|
77706
|
-
/** @example true */
|
|
77707
|
-
ok?: boolean;
|
|
77708
|
-
data?: Record<string, never>;
|
|
77709
|
-
};
|
|
79472
|
+
"text/html": string;
|
|
77710
79473
|
};
|
|
77711
79474
|
};
|
|
77712
79475
|
/** @description Validation error */
|
|
@@ -77755,24 +79518,41 @@ export interface operations {
|
|
|
77755
79518
|
};
|
|
77756
79519
|
"embed_monthly-forecast_get": {
|
|
77757
79520
|
parameters: {
|
|
77758
|
-
query?:
|
|
79521
|
+
query?: {
|
|
79522
|
+
/**
|
|
79523
|
+
* @description Zodiac sun sign, lowercase English name.
|
|
79524
|
+
* @example leo
|
|
79525
|
+
*/
|
|
79526
|
+
sign?: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
79527
|
+
/**
|
|
79528
|
+
* @description Month as `YYYY-MM`. Defaults to the current month.
|
|
79529
|
+
* @example 2026-08
|
|
79530
|
+
*/
|
|
79531
|
+
month?: string;
|
|
79532
|
+
/**
|
|
79533
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79534
|
+
* @example de
|
|
79535
|
+
*/
|
|
79536
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79537
|
+
/**
|
|
79538
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79539
|
+
* @example light
|
|
79540
|
+
*/
|
|
79541
|
+
theme?: "dark" | "light" | "console";
|
|
79542
|
+
};
|
|
77759
79543
|
header?: never;
|
|
77760
79544
|
path?: never;
|
|
77761
79545
|
cookie?: never;
|
|
77762
79546
|
};
|
|
77763
79547
|
requestBody?: never;
|
|
77764
79548
|
responses: {
|
|
77765
|
-
/** @description
|
|
79549
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77766
79550
|
200: {
|
|
77767
79551
|
headers: {
|
|
77768
79552
|
[name: string]: unknown;
|
|
77769
79553
|
};
|
|
77770
79554
|
content: {
|
|
77771
|
-
"
|
|
77772
|
-
/** @example true */
|
|
77773
|
-
ok?: boolean;
|
|
77774
|
-
data?: Record<string, never>;
|
|
77775
|
-
};
|
|
79555
|
+
"text/html": string;
|
|
77776
79556
|
};
|
|
77777
79557
|
};
|
|
77778
79558
|
/** @description Validation error */
|
|
@@ -77821,24 +79601,36 @@ export interface operations {
|
|
|
77821
79601
|
};
|
|
77822
79602
|
embed_transit_get: {
|
|
77823
79603
|
parameters: {
|
|
77824
|
-
query?:
|
|
79604
|
+
query?: {
|
|
79605
|
+
/**
|
|
79606
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79607
|
+
* @example 2026-08-01
|
|
79608
|
+
*/
|
|
79609
|
+
date?: string;
|
|
79610
|
+
/**
|
|
79611
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79612
|
+
* @example de
|
|
79613
|
+
*/
|
|
79614
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79615
|
+
/**
|
|
79616
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79617
|
+
* @example light
|
|
79618
|
+
*/
|
|
79619
|
+
theme?: "dark" | "light" | "console";
|
|
79620
|
+
};
|
|
77825
79621
|
header?: never;
|
|
77826
79622
|
path?: never;
|
|
77827
79623
|
cookie?: never;
|
|
77828
79624
|
};
|
|
77829
79625
|
requestBody?: never;
|
|
77830
79626
|
responses: {
|
|
77831
|
-
/** @description
|
|
79627
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77832
79628
|
200: {
|
|
77833
79629
|
headers: {
|
|
77834
79630
|
[name: string]: unknown;
|
|
77835
79631
|
};
|
|
77836
79632
|
content: {
|
|
77837
|
-
"
|
|
77838
|
-
/** @example true */
|
|
77839
|
-
ok?: boolean;
|
|
77840
|
-
data?: Record<string, never>;
|
|
77841
|
-
};
|
|
79633
|
+
"text/html": string;
|
|
77842
79634
|
};
|
|
77843
79635
|
};
|
|
77844
79636
|
/** @description Validation error */
|
|
@@ -77887,24 +79679,40 @@ export interface operations {
|
|
|
77887
79679
|
};
|
|
77888
79680
|
embed_numerology_get: {
|
|
77889
79681
|
parameters: {
|
|
77890
|
-
query?:
|
|
79682
|
+
query?: {
|
|
79683
|
+
/**
|
|
79684
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79685
|
+
* @example 2026-08-01
|
|
79686
|
+
*/
|
|
79687
|
+
date?: string;
|
|
79688
|
+
/** @description Full name used for the name-based numbers. */
|
|
79689
|
+
name?: string;
|
|
79690
|
+
/** @description Numerology system. */
|
|
79691
|
+
system?: "pythagorean" | "chaldean";
|
|
79692
|
+
/**
|
|
79693
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79694
|
+
* @example de
|
|
79695
|
+
*/
|
|
79696
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79697
|
+
/**
|
|
79698
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79699
|
+
* @example light
|
|
79700
|
+
*/
|
|
79701
|
+
theme?: "dark" | "light" | "console";
|
|
79702
|
+
};
|
|
77891
79703
|
header?: never;
|
|
77892
79704
|
path?: never;
|
|
77893
79705
|
cookie?: never;
|
|
77894
79706
|
};
|
|
77895
79707
|
requestBody?: never;
|
|
77896
79708
|
responses: {
|
|
77897
|
-
/** @description
|
|
79709
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77898
79710
|
200: {
|
|
77899
79711
|
headers: {
|
|
77900
79712
|
[name: string]: unknown;
|
|
77901
79713
|
};
|
|
77902
79714
|
content: {
|
|
77903
|
-
"
|
|
77904
|
-
/** @example true */
|
|
77905
|
-
ok?: boolean;
|
|
77906
|
-
data?: Record<string, never>;
|
|
77907
|
-
};
|
|
79715
|
+
"text/html": string;
|
|
77908
79716
|
};
|
|
77909
79717
|
};
|
|
77910
79718
|
/** @description Validation error */
|
|
@@ -77953,24 +79761,42 @@ export interface operations {
|
|
|
77953
79761
|
};
|
|
77954
79762
|
embed_panchang_get: {
|
|
77955
79763
|
parameters: {
|
|
77956
|
-
query?:
|
|
79764
|
+
query?: {
|
|
79765
|
+
/**
|
|
79766
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
79767
|
+
* @example 2026-08-01
|
|
79768
|
+
*/
|
|
79769
|
+
date?: string;
|
|
79770
|
+
/** @description Latitude in decimal degrees. */
|
|
79771
|
+
lat?: number;
|
|
79772
|
+
/** @description Longitude in decimal degrees. */
|
|
79773
|
+
lng?: number;
|
|
79774
|
+
/** @description UTC offset in hours. */
|
|
79775
|
+
tz?: number;
|
|
79776
|
+
/**
|
|
79777
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79778
|
+
* @example de
|
|
79779
|
+
*/
|
|
79780
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79781
|
+
/**
|
|
79782
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79783
|
+
* @example light
|
|
79784
|
+
*/
|
|
79785
|
+
theme?: "dark" | "light" | "console";
|
|
79786
|
+
};
|
|
77957
79787
|
header?: never;
|
|
77958
79788
|
path?: never;
|
|
77959
79789
|
cookie?: never;
|
|
77960
79790
|
};
|
|
77961
79791
|
requestBody?: never;
|
|
77962
79792
|
responses: {
|
|
77963
|
-
/** @description
|
|
79793
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77964
79794
|
200: {
|
|
77965
79795
|
headers: {
|
|
77966
79796
|
[name: string]: unknown;
|
|
77967
79797
|
};
|
|
77968
79798
|
content: {
|
|
77969
|
-
"
|
|
77970
|
-
/** @example true */
|
|
77971
|
-
ok?: boolean;
|
|
77972
|
-
data?: Record<string, never>;
|
|
77973
|
-
};
|
|
79799
|
+
"text/html": string;
|
|
77974
79800
|
};
|
|
77975
79801
|
};
|
|
77976
79802
|
/** @description Validation error */
|
|
@@ -78019,24 +79845,51 @@ export interface operations {
|
|
|
78019
79845
|
};
|
|
78020
79846
|
embed_synastry_get: {
|
|
78021
79847
|
parameters: {
|
|
78022
|
-
query?:
|
|
79848
|
+
query?: {
|
|
79849
|
+
/** @description Birth date `YYYY-MM-DD` of subject A. Required; the widget renders an error without both subjects. */
|
|
79850
|
+
date_a?: string;
|
|
79851
|
+
/** @description Birth time of subject A. Defaults to 12:00:00. */
|
|
79852
|
+
time_a?: string;
|
|
79853
|
+
/** @description UTC offset of subject A. Defaults to 0. */
|
|
79854
|
+
tz_a?: number;
|
|
79855
|
+
/** @description Latitude of subject A. Defaults to 0. */
|
|
79856
|
+
lat_a?: number;
|
|
79857
|
+
/** @description Longitude of subject A. Defaults to 0. */
|
|
79858
|
+
lng_a?: number;
|
|
79859
|
+
/** @description Birth date `YYYY-MM-DD` of subject B. Required; the widget renders an error without both subjects. */
|
|
79860
|
+
date_b?: string;
|
|
79861
|
+
/** @description Birth time of subject B. Defaults to 12:00:00. */
|
|
79862
|
+
time_b?: string;
|
|
79863
|
+
/** @description UTC offset of subject B. Defaults to 0. */
|
|
79864
|
+
tz_b?: number;
|
|
79865
|
+
/** @description Latitude of subject B. Defaults to 0. */
|
|
79866
|
+
lat_b?: number;
|
|
79867
|
+
/** @description Longitude of subject B. Defaults to 0. */
|
|
79868
|
+
lng_b?: number;
|
|
79869
|
+
/**
|
|
79870
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
79871
|
+
* @example de
|
|
79872
|
+
*/
|
|
79873
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
79874
|
+
/**
|
|
79875
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
79876
|
+
* @example light
|
|
79877
|
+
*/
|
|
79878
|
+
theme?: "dark" | "light" | "console";
|
|
79879
|
+
};
|
|
78023
79880
|
header?: never;
|
|
78024
79881
|
path?: never;
|
|
78025
79882
|
cookie?: never;
|
|
78026
79883
|
};
|
|
78027
79884
|
requestBody?: never;
|
|
78028
79885
|
responses: {
|
|
78029
|
-
/** @description
|
|
79886
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
78030
79887
|
200: {
|
|
78031
79888
|
headers: {
|
|
78032
79889
|
[name: string]: unknown;
|
|
78033
79890
|
};
|
|
78034
79891
|
content: {
|
|
78035
|
-
"
|
|
78036
|
-
/** @example true */
|
|
78037
|
-
ok?: boolean;
|
|
78038
|
-
data?: Record<string, never>;
|
|
78039
|
-
};
|
|
79892
|
+
"text/html": string;
|
|
78040
79893
|
};
|
|
78041
79894
|
};
|
|
78042
79895
|
/** @description Validation error */
|
|
@@ -80397,7 +82250,13 @@ export interface operations {
|
|
|
80397
82250
|
parameters: {
|
|
80398
82251
|
query?: never;
|
|
80399
82252
|
header?: never;
|
|
80400
|
-
path
|
|
82253
|
+
path: {
|
|
82254
|
+
/**
|
|
82255
|
+
* @description Hexagram number in King Wen order.
|
|
82256
|
+
* @example 1
|
|
82257
|
+
*/
|
|
82258
|
+
number: number;
|
|
82259
|
+
};
|
|
80401
82260
|
cookie?: never;
|
|
80402
82261
|
};
|
|
80403
82262
|
requestBody?: never;
|
|
@@ -81855,7 +83714,13 @@ export interface operations {
|
|
|
81855
83714
|
parameters: {
|
|
81856
83715
|
query?: never;
|
|
81857
83716
|
header?: never;
|
|
81858
|
-
path
|
|
83717
|
+
path: {
|
|
83718
|
+
/**
|
|
83719
|
+
* @description Target language code, one of the active locales.
|
|
83720
|
+
* @example uk
|
|
83721
|
+
*/
|
|
83722
|
+
lang: string;
|
|
83723
|
+
};
|
|
81859
83724
|
cookie?: never;
|
|
81860
83725
|
};
|
|
81861
83726
|
requestBody?: never;
|