@astroway/sdk 1.5.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 +12 -0
- package/dist/namespaces.generated.d.ts.map +1 -1
- package/dist/namespaces.generated.js +6 -0
- package/dist/namespaces.generated.js.map +1 -1
- package/dist/types.generated.d.ts +1289 -344
- package/dist/types.generated.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2844,6 +2844,26 @@ export interface paths {
|
|
|
2844
2844
|
patch?: never;
|
|
2845
2845
|
trace?: never;
|
|
2846
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
|
+
};
|
|
2847
2867
|
"/gauquelin-sectors": {
|
|
2848
2868
|
parameters: {
|
|
2849
2869
|
query?: never;
|
|
@@ -3744,6 +3764,66 @@ export interface paths {
|
|
|
3744
3764
|
patch?: never;
|
|
3745
3765
|
trace?: never;
|
|
3746
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
|
+
};
|
|
3747
3827
|
"/zenith": {
|
|
3748
3828
|
parameters: {
|
|
3749
3829
|
query?: never;
|
|
@@ -4684,6 +4764,46 @@ export interface paths {
|
|
|
4684
4764
|
patch?: never;
|
|
4685
4765
|
trace?: never;
|
|
4686
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
|
+
};
|
|
4687
4807
|
"/vedic/yogas/parashara/raja": {
|
|
4688
4808
|
parameters: {
|
|
4689
4809
|
query?: never;
|
|
@@ -10615,7 +10735,7 @@ export interface paths {
|
|
|
10615
10735
|
};
|
|
10616
10736
|
/**
|
|
10617
10737
|
* API Status
|
|
10618
|
-
* @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.
|
|
10619
10739
|
*/
|
|
10620
10740
|
get: operations["status_get"];
|
|
10621
10741
|
put?: never;
|
|
@@ -14721,7 +14841,25 @@ export interface paths {
|
|
|
14721
14841
|
* "ok": false,
|
|
14722
14842
|
* "error": {
|
|
14723
14843
|
* "code": "INVALID_FIELD",
|
|
14724
|
-
* "message": "Unsupported
|
|
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"
|
|
14725
14863
|
* }
|
|
14726
14864
|
* }
|
|
14727
14865
|
*/
|
|
@@ -14803,7 +14941,25 @@ export interface paths {
|
|
|
14803
14941
|
* "ok": false,
|
|
14804
14942
|
* "error": {
|
|
14805
14943
|
* "code": "INVALID_FIELD",
|
|
14806
|
-
* "message": "Unsupported
|
|
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"
|
|
14807
14963
|
* }
|
|
14808
14964
|
* }
|
|
14809
14965
|
*/
|
|
@@ -15296,16 +15452,14 @@ export interface paths {
|
|
|
15296
15452
|
export type webhooks = Record<string, never>;
|
|
15297
15453
|
export interface components {
|
|
15298
15454
|
schemas: {
|
|
15299
|
-
/** @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. */
|
|
15300
15456
|
ChartInput: {
|
|
15301
15457
|
date: string;
|
|
15302
15458
|
time: string;
|
|
15303
15459
|
/** @default 0 */
|
|
15304
15460
|
timezoneOffset: number | null;
|
|
15305
|
-
|
|
15306
|
-
|
|
15307
|
-
/** @default 0 */
|
|
15308
|
-
longitude: number | null;
|
|
15461
|
+
latitude: number;
|
|
15462
|
+
longitude: number;
|
|
15309
15463
|
/** @default P */
|
|
15310
15464
|
houseSystem: string;
|
|
15311
15465
|
/** @default */
|
|
@@ -15325,10 +15479,8 @@ export interface components {
|
|
|
15325
15479
|
time?: string;
|
|
15326
15480
|
/** @default 0 */
|
|
15327
15481
|
timezoneOffset: number | null;
|
|
15328
|
-
|
|
15329
|
-
|
|
15330
|
-
/** @default 0 */
|
|
15331
|
-
longitude: number | null;
|
|
15482
|
+
latitude: number;
|
|
15483
|
+
longitude: number;
|
|
15332
15484
|
/** @default P */
|
|
15333
15485
|
houseSystem: string;
|
|
15334
15486
|
/** @default */
|
|
@@ -15498,6 +15650,58 @@ export interface components {
|
|
|
15498
15650
|
} & {
|
|
15499
15651
|
[key: string]: unknown;
|
|
15500
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
|
+
});
|
|
15501
15705
|
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
15502
15706
|
TwoChart: {
|
|
15503
15707
|
chart1: components["schemas"]["ChartInput"];
|
|
@@ -15511,7 +15715,7 @@ export interface components {
|
|
|
15511
15715
|
NatalWrapper: {
|
|
15512
15716
|
natal: components["schemas"]["ChartInput"];
|
|
15513
15717
|
};
|
|
15514
|
-
/** @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. */
|
|
15515
15719
|
AcgByCategory: components["schemas"]["ChartInput"] & ({
|
|
15516
15720
|
/** @enum {string} */
|
|
15517
15721
|
category: "adventure" | "career" | "communication" | "creativity" | "health" | "home" | "learning" | "love" | "money" | "power" | "relationship" | "retreat" | "spirituality" | "stability" | "success" | "transformation" | "travel" | "vitality" | "wealth";
|
|
@@ -15535,7 +15739,7 @@ export interface components {
|
|
|
15535
15739
|
} & {
|
|
15536
15740
|
[key: string]: unknown;
|
|
15537
15741
|
});
|
|
15538
|
-
/** @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. */
|
|
15539
15743
|
AcgLineReport: components["schemas"]["ChartInput"] & ({
|
|
15540
15744
|
planet: string;
|
|
15541
15745
|
/** @enum {string} */
|
|
@@ -15547,7 +15751,7 @@ export interface components {
|
|
|
15547
15751
|
} & {
|
|
15548
15752
|
[key: string]: unknown;
|
|
15549
15753
|
});
|
|
15550
|
-
/** @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. */
|
|
15551
15755
|
AcgZones: components["schemas"]["ChartInput"] & ({
|
|
15552
15756
|
point: {
|
|
15553
15757
|
lat: number;
|
|
@@ -15660,10 +15864,8 @@ export interface components {
|
|
|
15660
15864
|
time: string;
|
|
15661
15865
|
/** @default 0 */
|
|
15662
15866
|
timezoneOffset: number | null;
|
|
15663
|
-
|
|
15664
|
-
|
|
15665
|
-
/** @default 0 */
|
|
15666
|
-
longitude: number | null;
|
|
15867
|
+
latitude: number;
|
|
15868
|
+
longitude: number;
|
|
15667
15869
|
/** @default P */
|
|
15668
15870
|
houseSystem: string;
|
|
15669
15871
|
/** @default */
|
|
@@ -15755,7 +15957,7 @@ export interface components {
|
|
|
15755
15957
|
Daily: {
|
|
15756
15958
|
date?: string;
|
|
15757
15959
|
};
|
|
15758
|
-
/** @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. */
|
|
15759
15961
|
DashaInput: components["schemas"]["ChartInput"] & ({
|
|
15760
15962
|
targetDate?: string;
|
|
15761
15963
|
targetTime?: string;
|
|
@@ -15776,7 +15978,7 @@ export interface components {
|
|
|
15776
15978
|
*/
|
|
15777
15979
|
language: "uk" | "en" | "ru" | "es" | "pl" | "de" | "fr" | "it" | "pt";
|
|
15778
15980
|
};
|
|
15779
|
-
/** @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. */
|
|
15780
15982
|
Decennials: components["schemas"]["ChartInput"] & ({
|
|
15781
15983
|
/** @default 90 */
|
|
15782
15984
|
lifespanYears: number;
|
|
@@ -15849,7 +16051,8 @@ export interface components {
|
|
|
15849
16051
|
planetIds?: (number | null)[];
|
|
15850
16052
|
};
|
|
15851
16053
|
Evict: {
|
|
15852
|
-
api_key
|
|
16054
|
+
api_key?: string;
|
|
16055
|
+
wp_user_id?: number;
|
|
15853
16056
|
};
|
|
15854
16057
|
ExplainAspect: {
|
|
15855
16058
|
chart?: components["schemas"]["ChartInput"];
|
|
@@ -15940,7 +16143,7 @@ export interface components {
|
|
|
15940
16143
|
startDate: string;
|
|
15941
16144
|
endDate: string;
|
|
15942
16145
|
};
|
|
15943
|
-
/** @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. */
|
|
15944
16147
|
InterpretElement: components["schemas"]["ChartInput"] & ({
|
|
15945
16148
|
/** @enum {string} */
|
|
15946
16149
|
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
@@ -15949,7 +16152,7 @@ export interface components {
|
|
|
15949
16152
|
} & {
|
|
15950
16153
|
[key: string]: unknown;
|
|
15951
16154
|
});
|
|
15952
|
-
/** @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. */
|
|
15953
16156
|
InterpretNatal: components["schemas"]["ChartInput"] & ({
|
|
15954
16157
|
/** @enum {string} */
|
|
15955
16158
|
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
@@ -15958,7 +16161,7 @@ export interface components {
|
|
|
15958
16161
|
} & {
|
|
15959
16162
|
[key: string]: unknown;
|
|
15960
16163
|
});
|
|
15961
|
-
/** @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. */
|
|
15962
16165
|
InterpretPlacement: components["schemas"]["ChartInput"] & ({
|
|
15963
16166
|
planet: string;
|
|
15964
16167
|
/** @enum {string} */
|
|
@@ -15975,7 +16178,7 @@ export interface components {
|
|
|
15975
16178
|
/** @default false */
|
|
15976
16179
|
disclaimer_inline: boolean;
|
|
15977
16180
|
};
|
|
15978
|
-
/** @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. */
|
|
15979
16182
|
InterpretTransits: components["schemas"]["ChartInput"] & ({
|
|
15980
16183
|
transitDate: string;
|
|
15981
16184
|
transitTime?: string;
|
|
@@ -15995,7 +16198,7 @@ export interface components {
|
|
|
15995
16198
|
Logo: {
|
|
15996
16199
|
data_url: string;
|
|
15997
16200
|
};
|
|
15998
|
-
/** @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. */
|
|
15999
16202
|
LordOfPrediction: components["schemas"]["ChartInput"] & ({
|
|
16000
16203
|
targetAge: number | null;
|
|
16001
16204
|
} & {
|
|
@@ -16005,7 +16208,7 @@ export interface components {
|
|
|
16005
16208
|
year: number | null;
|
|
16006
16209
|
month: number | null;
|
|
16007
16210
|
};
|
|
16008
|
-
/** @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. */
|
|
16009
16212
|
LunarReturn: components["schemas"]["ChartInput"] & ({
|
|
16010
16213
|
afterDate: string;
|
|
16011
16214
|
afterTime?: string;
|
|
@@ -16039,7 +16242,7 @@ export interface components {
|
|
|
16039
16242
|
year: number | null;
|
|
16040
16243
|
month: number;
|
|
16041
16244
|
};
|
|
16042
|
-
/** @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. */
|
|
16043
16246
|
MoonPhase: components["schemas"]["ChartInput"] & ({
|
|
16044
16247
|
options?: {
|
|
16045
16248
|
size?: number;
|
|
@@ -16083,7 +16286,7 @@ export interface components {
|
|
|
16083
16286
|
*/
|
|
16084
16287
|
language: "uk" | "en" | "ru" | "es" | "pl" | "de" | "fr" | "it" | "pt";
|
|
16085
16288
|
};
|
|
16086
|
-
/** @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. */
|
|
16087
16290
|
MultiForecast: components["schemas"]["ChartInput"] & ({
|
|
16088
16291
|
targetDate: string;
|
|
16089
16292
|
} & {
|
|
@@ -16208,10 +16411,8 @@ export interface components {
|
|
|
16208
16411
|
time: string;
|
|
16209
16412
|
/** @default 0 */
|
|
16210
16413
|
timezoneOffset: number | null;
|
|
16211
|
-
|
|
16212
|
-
|
|
16213
|
-
/** @default 0 */
|
|
16214
|
-
longitude: number | null;
|
|
16414
|
+
latitude: number;
|
|
16415
|
+
longitude: number;
|
|
16215
16416
|
/** @default P */
|
|
16216
16417
|
houseSystem: string;
|
|
16217
16418
|
/** @default */
|
|
@@ -16241,13 +16442,13 @@ export interface components {
|
|
|
16241
16442
|
Penta: {
|
|
16242
16443
|
inputs: components["schemas"]["ChartInput"][];
|
|
16243
16444
|
};
|
|
16244
|
-
/** @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. */
|
|
16245
16446
|
Perfections: components["schemas"]["ChartInput"] & ({
|
|
16246
16447
|
targetAge: number | null;
|
|
16247
16448
|
} & {
|
|
16248
16449
|
[key: string]: unknown;
|
|
16249
16450
|
});
|
|
16250
|
-
/** @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. */
|
|
16251
16452
|
PhaseReturn: components["schemas"]["ChartInput"] & ({
|
|
16252
16453
|
startYear: number | null;
|
|
16253
16454
|
endYear: number | null;
|
|
@@ -16277,7 +16478,7 @@ export interface components {
|
|
|
16277
16478
|
/** @default 0 */
|
|
16278
16479
|
timezoneOffset: number | null;
|
|
16279
16480
|
};
|
|
16280
|
-
/** @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. */
|
|
16281
16482
|
PlanetaryReturn: components["schemas"]["ChartInput"] & ({
|
|
16282
16483
|
planetId: number | null;
|
|
16283
16484
|
year: number | null;
|
|
@@ -16292,13 +16493,13 @@ export interface components {
|
|
|
16292
16493
|
/** @enum {string} */
|
|
16293
16494
|
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
16294
16495
|
};
|
|
16295
|
-
/** @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. */
|
|
16296
16497
|
Profections: components["schemas"]["ChartInput"] & ({
|
|
16297
16498
|
targetAge: number | null;
|
|
16298
16499
|
} & {
|
|
16299
16500
|
[key: string]: unknown;
|
|
16300
16501
|
});
|
|
16301
|
-
/** @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. */
|
|
16302
16503
|
QuarterLord: components["schemas"]["ChartInput"] & ({
|
|
16303
16504
|
targetDate: string;
|
|
16304
16505
|
} & {
|
|
@@ -16341,7 +16542,7 @@ export interface components {
|
|
|
16341
16542
|
city?: string;
|
|
16342
16543
|
};
|
|
16343
16544
|
};
|
|
16344
|
-
/** @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. */
|
|
16345
16546
|
Remedies: components["schemas"]["ChartInput"] & ({
|
|
16346
16547
|
planet?: number;
|
|
16347
16548
|
} & {
|
|
@@ -16365,7 +16566,7 @@ export interface components {
|
|
|
16365
16566
|
Sabian: {
|
|
16366
16567
|
longitudes: (number | null)[];
|
|
16367
16568
|
};
|
|
16368
|
-
/** @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. */
|
|
16369
16570
|
ShoolaInput: components["schemas"]["ChartInput"] & ({
|
|
16370
16571
|
targetDate?: string;
|
|
16371
16572
|
targetTime?: string;
|
|
@@ -16395,13 +16596,13 @@ export interface components {
|
|
|
16395
16596
|
/** @default true */
|
|
16396
16597
|
allowReversed: boolean;
|
|
16397
16598
|
};
|
|
16398
|
-
/** @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. */
|
|
16399
16600
|
SolarAcg: components["schemas"]["ChartInput"] & ({
|
|
16400
16601
|
year: number | null;
|
|
16401
16602
|
} & {
|
|
16402
16603
|
[key: string]: unknown;
|
|
16403
16604
|
});
|
|
16404
|
-
/** @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. */
|
|
16405
16606
|
SolarReturn: components["schemas"]["ChartInput"] & ({
|
|
16406
16607
|
year: number | null;
|
|
16407
16608
|
locationLat?: number | null;
|
|
@@ -16669,7 +16870,7 @@ export interface components {
|
|
|
16669
16870
|
*/
|
|
16670
16871
|
language: "uk" | "en" | "ru" | "es" | "pl" | "de" | "fr" | "it" | "pt";
|
|
16671
16872
|
};
|
|
16672
|
-
/** @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. */
|
|
16673
16874
|
TransitAlerts: components["schemas"]["ChartInput"] & ({
|
|
16674
16875
|
hours?: number | null;
|
|
16675
16876
|
orb?: number | null;
|
|
@@ -16720,7 +16921,7 @@ export interface components {
|
|
|
16720
16921
|
reportName?: string;
|
|
16721
16922
|
};
|
|
16722
16923
|
};
|
|
16723
|
-
/** @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. */
|
|
16724
16925
|
Transits: components["schemas"]["ChartInput"] & ({
|
|
16725
16926
|
transitDate: string;
|
|
16726
16927
|
transitTime?: string;
|
|
@@ -16750,7 +16951,7 @@ export interface components {
|
|
|
16750
16951
|
outerLabel: string;
|
|
16751
16952
|
};
|
|
16752
16953
|
};
|
|
16753
|
-
/** @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. */
|
|
16754
16955
|
Varshphal: components["schemas"]["ChartInput"] & ({
|
|
16755
16956
|
age?: number;
|
|
16756
16957
|
} & {
|
|
@@ -16785,7 +16986,7 @@ export interface components {
|
|
|
16785
16986
|
reportName?: string;
|
|
16786
16987
|
};
|
|
16787
16988
|
};
|
|
16788
|
-
/** @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. */
|
|
16789
16990
|
Vedic: components["schemas"]["ChartInput"] & ({
|
|
16790
16991
|
varga?: unknown;
|
|
16791
16992
|
} & {
|
|
@@ -16794,7 +16995,7 @@ export interface components {
|
|
|
16794
16995
|
VerifyConfirm: {
|
|
16795
16996
|
token: string;
|
|
16796
16997
|
};
|
|
16797
|
-
/** @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. */
|
|
16798
16999
|
WheelWestern: components["schemas"]["ChartInput"] & ({
|
|
16799
17000
|
options?: {
|
|
16800
17001
|
size?: number;
|
|
@@ -16835,7 +17036,7 @@ export interface components {
|
|
|
16835
17036
|
startYear: number | null;
|
|
16836
17037
|
endYear: number | null;
|
|
16837
17038
|
};
|
|
16838
|
-
/** @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. */
|
|
16839
17040
|
YearlyFusion: components["schemas"]["ChartInput"] & ({
|
|
16840
17041
|
year: number;
|
|
16841
17042
|
} & {
|
|
@@ -16845,7 +17046,7 @@ export interface components {
|
|
|
16845
17046
|
/** @enum {string} */
|
|
16846
17047
|
sign: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
16847
17048
|
};
|
|
16848
|
-
/** @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. */
|
|
16849
17050
|
Zr: components["schemas"]["ChartInput"] & ({
|
|
16850
17051
|
/** @default 80 */
|
|
16851
17052
|
years: number;
|
|
@@ -29935,114 +30136,14 @@ export interface operations {
|
|
|
29935
30136
|
};
|
|
29936
30137
|
};
|
|
29937
30138
|
};
|
|
29938
|
-
"
|
|
30139
|
+
"fixed-stars_catalog_get": {
|
|
29939
30140
|
parameters: {
|
|
29940
30141
|
query?: never;
|
|
29941
30142
|
header?: never;
|
|
29942
30143
|
path?: never;
|
|
29943
30144
|
cookie?: never;
|
|
29944
30145
|
};
|
|
29945
|
-
requestBody
|
|
29946
|
-
content: {
|
|
29947
|
-
/**
|
|
29948
|
-
* @example {
|
|
29949
|
-
* "date": "1990-05-15",
|
|
29950
|
-
* "time": "14:30:00",
|
|
29951
|
-
* "timezoneOffset": 3,
|
|
29952
|
-
* "latitude": 50.45,
|
|
29953
|
-
* "longitude": 30.52
|
|
29954
|
-
* }
|
|
29955
|
-
*/
|
|
29956
|
-
"application/json": components["schemas"]["ChartInput"];
|
|
29957
|
-
};
|
|
29958
|
-
};
|
|
29959
|
-
responses: {
|
|
29960
|
-
/** @description Successful calculation */
|
|
29961
|
-
200: {
|
|
29962
|
-
headers: {
|
|
29963
|
-
[name: string]: unknown;
|
|
29964
|
-
};
|
|
29965
|
-
content: {
|
|
29966
|
-
"application/json": {
|
|
29967
|
-
/** @example true */
|
|
29968
|
-
ok?: boolean;
|
|
29969
|
-
data?: {
|
|
29970
|
-
sectors?: ({
|
|
29971
|
-
planet?: string | null;
|
|
29972
|
-
sector?: number | null;
|
|
29973
|
-
powerZone?: boolean | null;
|
|
29974
|
-
description?: string | null;
|
|
29975
|
-
} | null)[] | null;
|
|
29976
|
-
};
|
|
29977
|
-
};
|
|
29978
|
-
};
|
|
29979
|
-
};
|
|
29980
|
-
/** @description Validation error */
|
|
29981
|
-
400: {
|
|
29982
|
-
headers: {
|
|
29983
|
-
[name: string]: unknown;
|
|
29984
|
-
};
|
|
29985
|
-
content: {
|
|
29986
|
-
/**
|
|
29987
|
-
* @example {
|
|
29988
|
-
* "ok": false,
|
|
29989
|
-
* "error": {
|
|
29990
|
-
* "code": "INVALID_INPUT",
|
|
29991
|
-
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
29992
|
-
* "details": [
|
|
29993
|
-
* {
|
|
29994
|
-
* "path": "date",
|
|
29995
|
-
* "message": "Date must be YYYY-MM-DD"
|
|
29996
|
-
* }
|
|
29997
|
-
* ]
|
|
29998
|
-
* }
|
|
29999
|
-
* }
|
|
30000
|
-
*/
|
|
30001
|
-
"application/json": unknown;
|
|
30002
|
-
};
|
|
30003
|
-
};
|
|
30004
|
-
/** @description Missing or invalid API key */
|
|
30005
|
-
401: {
|
|
30006
|
-
headers: {
|
|
30007
|
-
[name: string]: unknown;
|
|
30008
|
-
};
|
|
30009
|
-
content: {
|
|
30010
|
-
/**
|
|
30011
|
-
* @example {
|
|
30012
|
-
* "ok": false,
|
|
30013
|
-
* "error": {
|
|
30014
|
-
* "code": "INVALID_API_KEY",
|
|
30015
|
-
* "message": "Invalid API key"
|
|
30016
|
-
* }
|
|
30017
|
-
* }
|
|
30018
|
-
*/
|
|
30019
|
-
"application/json": unknown;
|
|
30020
|
-
};
|
|
30021
|
-
};
|
|
30022
|
-
};
|
|
30023
|
-
};
|
|
30024
|
-
"sabian-symbols": {
|
|
30025
|
-
parameters: {
|
|
30026
|
-
query?: never;
|
|
30027
|
-
header?: never;
|
|
30028
|
-
path?: never;
|
|
30029
|
-
cookie?: never;
|
|
30030
|
-
};
|
|
30031
|
-
requestBody: {
|
|
30032
|
-
content: {
|
|
30033
|
-
/**
|
|
30034
|
-
* @example {
|
|
30035
|
-
* "longitudes": [
|
|
30036
|
-
* 54.2,
|
|
30037
|
-
* 123.7,
|
|
30038
|
-
* 215.3,
|
|
30039
|
-
* 287.5
|
|
30040
|
-
* ]
|
|
30041
|
-
* }
|
|
30042
|
-
*/
|
|
30043
|
-
"application/json": components["schemas"]["Sabian"];
|
|
30044
|
-
};
|
|
30045
|
-
};
|
|
30146
|
+
requestBody?: never;
|
|
30046
30147
|
responses: {
|
|
30047
30148
|
/** @description Successful calculation */
|
|
30048
30149
|
200: {
|
|
@@ -30055,11 +30156,17 @@ export interface operations {
|
|
|
30055
30156
|
ok?: boolean;
|
|
30056
30157
|
data?: {
|
|
30057
30158
|
count?: number | null;
|
|
30058
|
-
|
|
30059
|
-
|
|
30060
|
-
|
|
30061
|
-
|
|
30062
|
-
|
|
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;
|
|
30063
30170
|
} | null)[] | null;
|
|
30064
30171
|
};
|
|
30065
30172
|
};
|
|
@@ -30109,7 +30216,7 @@ export interface operations {
|
|
|
30109
30216
|
};
|
|
30110
30217
|
};
|
|
30111
30218
|
};
|
|
30112
|
-
"
|
|
30219
|
+
"gauquelin-sectors": {
|
|
30113
30220
|
parameters: {
|
|
30114
30221
|
query?: never;
|
|
30115
30222
|
header?: never;
|
|
@@ -30120,15 +30227,14 @@ export interface operations {
|
|
|
30120
30227
|
content: {
|
|
30121
30228
|
/**
|
|
30122
30229
|
* @example {
|
|
30123
|
-
* "
|
|
30124
|
-
* "
|
|
30125
|
-
* "
|
|
30126
|
-
* "
|
|
30127
|
-
* "
|
|
30128
|
-
* "orb": 3
|
|
30230
|
+
* "date": "1990-05-15",
|
|
30231
|
+
* "time": "14:30:00",
|
|
30232
|
+
* "timezoneOffset": 3,
|
|
30233
|
+
* "latitude": 50.45,
|
|
30234
|
+
* "longitude": 30.52
|
|
30129
30235
|
* }
|
|
30130
30236
|
*/
|
|
30131
|
-
"application/json": components["schemas"]["
|
|
30237
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
30132
30238
|
};
|
|
30133
30239
|
};
|
|
30134
30240
|
responses: {
|
|
@@ -30142,12 +30248,11 @@ export interface operations {
|
|
|
30142
30248
|
/** @example true */
|
|
30143
30249
|
ok?: boolean;
|
|
30144
30250
|
data?: {
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
orb?: number | null;
|
|
30251
|
+
sectors?: ({
|
|
30252
|
+
planet?: string | null;
|
|
30253
|
+
sector?: number | null;
|
|
30254
|
+
powerZone?: boolean | null;
|
|
30255
|
+
description?: string | null;
|
|
30151
30256
|
} | null)[] | null;
|
|
30152
30257
|
};
|
|
30153
30258
|
};
|
|
@@ -30197,7 +30302,7 @@ export interface operations {
|
|
|
30197
30302
|
};
|
|
30198
30303
|
};
|
|
30199
30304
|
};
|
|
30200
|
-
"
|
|
30305
|
+
"sabian-symbols": {
|
|
30201
30306
|
parameters: {
|
|
30202
30307
|
query?: never;
|
|
30203
30308
|
header?: never;
|
|
@@ -30208,24 +30313,15 @@ export interface operations {
|
|
|
30208
30313
|
content: {
|
|
30209
30314
|
/**
|
|
30210
30315
|
* @example {
|
|
30211
|
-
* "
|
|
30212
|
-
*
|
|
30213
|
-
*
|
|
30214
|
-
*
|
|
30215
|
-
*
|
|
30216
|
-
* 1,
|
|
30217
|
-
* 2,
|
|
30218
|
-
* 3,
|
|
30219
|
-
* 4,
|
|
30220
|
-
* 5,
|
|
30221
|
-
* 6,
|
|
30222
|
-
* 7,
|
|
30223
|
-
* 8,
|
|
30224
|
-
* 9
|
|
30316
|
+
* "longitudes": [
|
|
30317
|
+
* 54.2,
|
|
30318
|
+
* 123.7,
|
|
30319
|
+
* 215.3,
|
|
30320
|
+
* 287.5
|
|
30225
30321
|
* ]
|
|
30226
30322
|
* }
|
|
30227
30323
|
*/
|
|
30228
|
-
"application/json": components["schemas"]["
|
|
30324
|
+
"application/json": components["schemas"]["Sabian"];
|
|
30229
30325
|
};
|
|
30230
30326
|
};
|
|
30231
30327
|
responses: {
|
|
@@ -30239,24 +30335,13 @@ export interface operations {
|
|
|
30239
30335
|
/** @example true */
|
|
30240
30336
|
ok?: boolean;
|
|
30241
30337
|
data?: {
|
|
30242
|
-
|
|
30243
|
-
|
|
30244
|
-
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30248
|
-
|
|
30249
|
-
nature?: string | null;
|
|
30250
|
-
startJd?: number | null;
|
|
30251
|
-
endJd?: number | null;
|
|
30252
|
-
} | null)[] | null;
|
|
30253
|
-
maxLanes?: number | null;
|
|
30254
|
-
} | null)[] | null;
|
|
30255
|
-
timeRange?: {
|
|
30256
|
-
start?: string | null;
|
|
30257
|
-
end?: string | null;
|
|
30258
|
-
} | null;
|
|
30259
|
-
} | null;
|
|
30338
|
+
count?: number | null;
|
|
30339
|
+
symbols?: ({
|
|
30340
|
+
longitude?: number | null;
|
|
30341
|
+
sign?: number | null;
|
|
30342
|
+
degree?: number | null;
|
|
30343
|
+
symbol?: string | null;
|
|
30344
|
+
} | null)[] | null;
|
|
30260
30345
|
};
|
|
30261
30346
|
};
|
|
30262
30347
|
};
|
|
@@ -30305,7 +30390,7 @@ export interface operations {
|
|
|
30305
30390
|
};
|
|
30306
30391
|
};
|
|
30307
30392
|
};
|
|
30308
|
-
|
|
30393
|
+
"aspect-timeline": {
|
|
30309
30394
|
parameters: {
|
|
30310
30395
|
query?: never;
|
|
30311
30396
|
header?: never;
|
|
@@ -30316,11 +30401,15 @@ export interface operations {
|
|
|
30316
30401
|
content: {
|
|
30317
30402
|
/**
|
|
30318
30403
|
* @example {
|
|
30319
|
-
* "
|
|
30320
|
-
* "
|
|
30404
|
+
* "planet1Id": 0,
|
|
30405
|
+
* "planet2Id": 6,
|
|
30406
|
+
* "aspectAngle": 90,
|
|
30407
|
+
* "startDate": "2024-01-01",
|
|
30408
|
+
* "endDate": "2024-12-31",
|
|
30409
|
+
* "orb": 3
|
|
30321
30410
|
* }
|
|
30322
30411
|
*/
|
|
30323
|
-
"application/json": components["schemas"]["
|
|
30412
|
+
"application/json": components["schemas"]["AspectTimeline"];
|
|
30324
30413
|
};
|
|
30325
30414
|
};
|
|
30326
30415
|
responses: {
|
|
@@ -30334,13 +30423,12 @@ export interface operations {
|
|
|
30334
30423
|
/** @example true */
|
|
30335
30424
|
ok?: boolean;
|
|
30336
30425
|
data?: {
|
|
30337
|
-
|
|
30338
|
-
|
|
30339
|
-
|
|
30340
|
-
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
longitude?: number | null;
|
|
30426
|
+
events?: ({
|
|
30427
|
+
enterDate?: string | null;
|
|
30428
|
+
exactDate?: string | null;
|
|
30429
|
+
leaveDate?: string | null;
|
|
30430
|
+
aspect?: string | null;
|
|
30431
|
+
orb?: number | null;
|
|
30344
30432
|
} | null)[] | null;
|
|
30345
30433
|
};
|
|
30346
30434
|
};
|
|
@@ -30390,7 +30478,7 @@ export interface operations {
|
|
|
30390
30478
|
};
|
|
30391
30479
|
};
|
|
30392
30480
|
};
|
|
30393
|
-
|
|
30481
|
+
"aspect-bar": {
|
|
30394
30482
|
parameters: {
|
|
30395
30483
|
query?: never;
|
|
30396
30484
|
header?: never;
|
|
@@ -30401,12 +30489,24 @@ export interface operations {
|
|
|
30401
30489
|
content: {
|
|
30402
30490
|
/**
|
|
30403
30491
|
* @example {
|
|
30404
|
-
* "planetId": 5,
|
|
30405
30492
|
* "startDate": "2024-01-01",
|
|
30406
|
-
* "endDate": "
|
|
30493
|
+
* "endDate": "2024-06-30",
|
|
30494
|
+
* "stepDays": 1,
|
|
30495
|
+
* "visiblePlanetIds": [
|
|
30496
|
+
* 0,
|
|
30497
|
+
* 1,
|
|
30498
|
+
* 2,
|
|
30499
|
+
* 3,
|
|
30500
|
+
* 4,
|
|
30501
|
+
* 5,
|
|
30502
|
+
* 6,
|
|
30503
|
+
* 7,
|
|
30504
|
+
* 8,
|
|
30505
|
+
* 9
|
|
30506
|
+
* ]
|
|
30407
30507
|
* }
|
|
30408
30508
|
*/
|
|
30409
|
-
"application/json": components["schemas"]["
|
|
30509
|
+
"application/json": components["schemas"]["AspectBar"];
|
|
30410
30510
|
};
|
|
30411
30511
|
};
|
|
30412
30512
|
responses: {
|
|
@@ -30420,13 +30520,24 @@ export interface operations {
|
|
|
30420
30520
|
/** @example true */
|
|
30421
30521
|
ok?: boolean;
|
|
30422
30522
|
data?: {
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
|
|
30428
|
-
|
|
30429
|
-
|
|
30523
|
+
rows?: number | null;
|
|
30524
|
+
bars?: {
|
|
30525
|
+
rows?: ({
|
|
30526
|
+
planetId?: number | null;
|
|
30527
|
+
bars?: ({
|
|
30528
|
+
transitPlanetId?: number | null;
|
|
30529
|
+
targetPlanetId?: number | null;
|
|
30530
|
+
nature?: string | null;
|
|
30531
|
+
startJd?: number | null;
|
|
30532
|
+
endJd?: number | null;
|
|
30533
|
+
} | null)[] | null;
|
|
30534
|
+
maxLanes?: number | null;
|
|
30535
|
+
} | null)[] | null;
|
|
30536
|
+
timeRange?: {
|
|
30537
|
+
start?: string | null;
|
|
30538
|
+
end?: string | null;
|
|
30539
|
+
} | null;
|
|
30540
|
+
} | null;
|
|
30430
30541
|
};
|
|
30431
30542
|
};
|
|
30432
30543
|
};
|
|
@@ -30475,7 +30586,7 @@ export interface operations {
|
|
|
30475
30586
|
};
|
|
30476
30587
|
};
|
|
30477
30588
|
};
|
|
30478
|
-
|
|
30589
|
+
eclipses: {
|
|
30479
30590
|
parameters: {
|
|
30480
30591
|
query?: never;
|
|
30481
30592
|
header?: never;
|
|
@@ -30486,13 +30597,11 @@ export interface operations {
|
|
|
30486
30597
|
content: {
|
|
30487
30598
|
/**
|
|
30488
30599
|
* @example {
|
|
30489
|
-
* "
|
|
30490
|
-
* "
|
|
30491
|
-
* "startDate": "2000-01-01",
|
|
30492
|
-
* "endDate": "2040-12-31"
|
|
30600
|
+
* "year": 2024,
|
|
30601
|
+
* "yearsRange": 2
|
|
30493
30602
|
* }
|
|
30494
30603
|
*/
|
|
30495
|
-
"application/json": components["schemas"]["
|
|
30604
|
+
"application/json": components["schemas"]["Eclipses"];
|
|
30496
30605
|
};
|
|
30497
30606
|
};
|
|
30498
30607
|
responses: {
|
|
@@ -30506,10 +30615,13 @@ export interface operations {
|
|
|
30506
30615
|
/** @example true */
|
|
30507
30616
|
ok?: boolean;
|
|
30508
30617
|
data?: {
|
|
30509
|
-
|
|
30618
|
+
eclipses?: ({
|
|
30619
|
+
type?: string | null;
|
|
30620
|
+
subtype?: string | null;
|
|
30510
30621
|
date?: string | null;
|
|
30622
|
+
jd?: number | null;
|
|
30623
|
+
saros?: number | null;
|
|
30511
30624
|
longitude?: number | null;
|
|
30512
|
-
sign?: string | null;
|
|
30513
30625
|
} | null)[] | null;
|
|
30514
30626
|
};
|
|
30515
30627
|
};
|
|
@@ -30559,7 +30671,7 @@ export interface operations {
|
|
|
30559
30671
|
};
|
|
30560
30672
|
};
|
|
30561
30673
|
};
|
|
30562
|
-
|
|
30674
|
+
ingresses: {
|
|
30563
30675
|
parameters: {
|
|
30564
30676
|
query?: never;
|
|
30565
30677
|
header?: never;
|
|
@@ -30570,12 +30682,12 @@ export interface operations {
|
|
|
30570
30682
|
content: {
|
|
30571
30683
|
/**
|
|
30572
30684
|
* @example {
|
|
30573
|
-
* "planetId":
|
|
30685
|
+
* "planetId": 5,
|
|
30574
30686
|
* "startDate": "2024-01-01",
|
|
30575
|
-
* "endDate": "
|
|
30687
|
+
* "endDate": "2025-12-31"
|
|
30576
30688
|
* }
|
|
30577
30689
|
*/
|
|
30578
|
-
"application/json": components["schemas"]["
|
|
30690
|
+
"application/json": components["schemas"]["Ingresses"];
|
|
30579
30691
|
};
|
|
30580
30692
|
};
|
|
30581
30693
|
responses: {
|
|
@@ -30589,13 +30701,12 @@ export interface operations {
|
|
|
30589
30701
|
/** @example true */
|
|
30590
30702
|
ok?: boolean;
|
|
30591
30703
|
data?: {
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
|
|
30598
|
-
directLongitude?: number | null;
|
|
30704
|
+
ingresses?: ({
|
|
30705
|
+
date?: string | null;
|
|
30706
|
+
fromSign?: string | null;
|
|
30707
|
+
toSign?: string | null;
|
|
30708
|
+
longitude?: number | null;
|
|
30709
|
+
retrograde?: boolean | null;
|
|
30599
30710
|
} | null)[] | null;
|
|
30600
30711
|
};
|
|
30601
30712
|
};
|
|
@@ -30645,7 +30756,7 @@ export interface operations {
|
|
|
30645
30756
|
};
|
|
30646
30757
|
};
|
|
30647
30758
|
};
|
|
30648
|
-
"
|
|
30759
|
+
"planetary-cycles": {
|
|
30649
30760
|
parameters: {
|
|
30650
30761
|
query?: never;
|
|
30651
30762
|
header?: never;
|
|
@@ -30656,13 +30767,13 @@ export interface operations {
|
|
|
30656
30767
|
content: {
|
|
30657
30768
|
/**
|
|
30658
30769
|
* @example {
|
|
30659
|
-
* "
|
|
30660
|
-
* "
|
|
30661
|
-
* "
|
|
30662
|
-
* "
|
|
30770
|
+
* "planet1Id": 5,
|
|
30771
|
+
* "planet2Id": 6,
|
|
30772
|
+
* "startDate": "2000-01-01",
|
|
30773
|
+
* "endDate": "2040-12-31"
|
|
30663
30774
|
* }
|
|
30664
30775
|
*/
|
|
30665
|
-
"application/json":
|
|
30776
|
+
"application/json": components["schemas"]["PlanetaryCycles"];
|
|
30666
30777
|
};
|
|
30667
30778
|
};
|
|
30668
30779
|
responses: {
|
|
@@ -30676,14 +30787,10 @@ export interface operations {
|
|
|
30676
30787
|
/** @example true */
|
|
30677
30788
|
ok?: boolean;
|
|
30678
30789
|
data?: {
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
|
|
30682
|
-
|
|
30683
|
-
planet?: string | null;
|
|
30684
|
-
type?: string | null;
|
|
30685
|
-
} | null;
|
|
30686
|
-
nextSign?: string | null;
|
|
30790
|
+
conjunctions?: ({
|
|
30791
|
+
date?: string | null;
|
|
30792
|
+
longitude?: number | null;
|
|
30793
|
+
sign?: string | null;
|
|
30687
30794
|
} | null)[] | null;
|
|
30688
30795
|
};
|
|
30689
30796
|
};
|
|
@@ -30733,7 +30840,7 @@ export interface operations {
|
|
|
30733
30840
|
};
|
|
30734
30841
|
};
|
|
30735
30842
|
};
|
|
30736
|
-
"
|
|
30843
|
+
"retrograde-periods": {
|
|
30737
30844
|
parameters: {
|
|
30738
30845
|
query?: never;
|
|
30739
30846
|
header?: never;
|
|
@@ -30744,13 +30851,12 @@ export interface operations {
|
|
|
30744
30851
|
content: {
|
|
30745
30852
|
/**
|
|
30746
30853
|
* @example {
|
|
30747
|
-
* "
|
|
30748
|
-
* "
|
|
30749
|
-
* "
|
|
30750
|
-
* "timezoneOffset": 3
|
|
30854
|
+
* "planetId": 2,
|
|
30855
|
+
* "startDate": "2024-01-01",
|
|
30856
|
+
* "endDate": "2024-12-31"
|
|
30751
30857
|
* }
|
|
30752
30858
|
*/
|
|
30753
|
-
"application/json": components["schemas"]["
|
|
30859
|
+
"application/json": components["schemas"]["Retrograde"];
|
|
30754
30860
|
};
|
|
30755
30861
|
};
|
|
30756
30862
|
responses: {
|
|
@@ -30764,15 +30870,14 @@ export interface operations {
|
|
|
30764
30870
|
/** @example true */
|
|
30765
30871
|
ok?: boolean;
|
|
30766
30872
|
data?: {
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
|
|
30770
|
-
|
|
30771
|
-
|
|
30772
|
-
|
|
30773
|
-
|
|
30873
|
+
periods?: ({
|
|
30874
|
+
retrogradStation?: string | null;
|
|
30875
|
+
directStation?: string | null;
|
|
30876
|
+
shadowEntry?: string | null;
|
|
30877
|
+
shadowExit?: string | null;
|
|
30878
|
+
retrogradeLongitude?: number | null;
|
|
30879
|
+
directLongitude?: number | null;
|
|
30774
30880
|
} | null)[] | null;
|
|
30775
|
-
nightHours?: unknown[] | null;
|
|
30776
30881
|
};
|
|
30777
30882
|
};
|
|
30778
30883
|
};
|
|
@@ -30821,7 +30926,7 @@ export interface operations {
|
|
|
30821
30926
|
};
|
|
30822
30927
|
};
|
|
30823
30928
|
};
|
|
30824
|
-
"
|
|
30929
|
+
"moon-voc": {
|
|
30825
30930
|
parameters: {
|
|
30826
30931
|
query?: never;
|
|
30827
30932
|
header?: never;
|
|
@@ -30832,11 +30937,13 @@ export interface operations {
|
|
|
30832
30937
|
content: {
|
|
30833
30938
|
/**
|
|
30834
30939
|
* @example {
|
|
30835
|
-
* "
|
|
30836
|
-
* "
|
|
30940
|
+
* "date": "2024-06-15",
|
|
30941
|
+
* "time": "12:00:00",
|
|
30942
|
+
* "timezoneOffset": 0,
|
|
30943
|
+
* "rangeDays": 14
|
|
30837
30944
|
* }
|
|
30838
30945
|
*/
|
|
30839
|
-
"application/json":
|
|
30946
|
+
"application/json": Record<string, never>;
|
|
30840
30947
|
};
|
|
30841
30948
|
};
|
|
30842
30949
|
responses: {
|
|
@@ -30850,17 +30957,191 @@ export interface operations {
|
|
|
30850
30957
|
/** @example true */
|
|
30851
30958
|
ok?: boolean;
|
|
30852
30959
|
data?: {
|
|
30853
|
-
|
|
30854
|
-
|
|
30855
|
-
|
|
30856
|
-
|
|
30857
|
-
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
|
|
30861
|
-
|
|
30862
|
-
|
|
30863
|
-
|
|
30960
|
+
periods?: ({
|
|
30961
|
+
start?: string | null;
|
|
30962
|
+
end?: string | null;
|
|
30963
|
+
lastAspect?: {
|
|
30964
|
+
planet?: string | null;
|
|
30965
|
+
type?: string | null;
|
|
30966
|
+
} | null;
|
|
30967
|
+
nextSign?: string | null;
|
|
30968
|
+
} | null)[] | null;
|
|
30969
|
+
};
|
|
30970
|
+
};
|
|
30971
|
+
};
|
|
30972
|
+
};
|
|
30973
|
+
/** @description Validation error */
|
|
30974
|
+
400: {
|
|
30975
|
+
headers: {
|
|
30976
|
+
[name: string]: unknown;
|
|
30977
|
+
};
|
|
30978
|
+
content: {
|
|
30979
|
+
/**
|
|
30980
|
+
* @example {
|
|
30981
|
+
* "ok": false,
|
|
30982
|
+
* "error": {
|
|
30983
|
+
* "code": "INVALID_INPUT",
|
|
30984
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
30985
|
+
* "details": [
|
|
30986
|
+
* {
|
|
30987
|
+
* "path": "date",
|
|
30988
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
30989
|
+
* }
|
|
30990
|
+
* ]
|
|
30991
|
+
* }
|
|
30992
|
+
* }
|
|
30993
|
+
*/
|
|
30994
|
+
"application/json": unknown;
|
|
30995
|
+
};
|
|
30996
|
+
};
|
|
30997
|
+
/** @description Missing or invalid API key */
|
|
30998
|
+
401: {
|
|
30999
|
+
headers: {
|
|
31000
|
+
[name: string]: unknown;
|
|
31001
|
+
};
|
|
31002
|
+
content: {
|
|
31003
|
+
/**
|
|
31004
|
+
* @example {
|
|
31005
|
+
* "ok": false,
|
|
31006
|
+
* "error": {
|
|
31007
|
+
* "code": "INVALID_API_KEY",
|
|
31008
|
+
* "message": "Invalid API key"
|
|
31009
|
+
* }
|
|
31010
|
+
* }
|
|
31011
|
+
*/
|
|
31012
|
+
"application/json": unknown;
|
|
31013
|
+
};
|
|
31014
|
+
};
|
|
31015
|
+
};
|
|
31016
|
+
};
|
|
31017
|
+
"planetary-hours": {
|
|
31018
|
+
parameters: {
|
|
31019
|
+
query?: never;
|
|
31020
|
+
header?: never;
|
|
31021
|
+
path?: never;
|
|
31022
|
+
cookie?: never;
|
|
31023
|
+
};
|
|
31024
|
+
requestBody: {
|
|
31025
|
+
content: {
|
|
31026
|
+
/**
|
|
31027
|
+
* @example {
|
|
31028
|
+
* "date": "2024-06-21",
|
|
31029
|
+
* "latitude": 50.45,
|
|
31030
|
+
* "longitude": 30.52,
|
|
31031
|
+
* "timezoneOffset": 3
|
|
31032
|
+
* }
|
|
31033
|
+
*/
|
|
31034
|
+
"application/json": components["schemas"]["PlanetaryHours"];
|
|
31035
|
+
};
|
|
31036
|
+
};
|
|
31037
|
+
responses: {
|
|
31038
|
+
/** @description Successful calculation */
|
|
31039
|
+
200: {
|
|
31040
|
+
headers: {
|
|
31041
|
+
[name: string]: unknown;
|
|
31042
|
+
};
|
|
31043
|
+
content: {
|
|
31044
|
+
"application/json": {
|
|
31045
|
+
/** @example true */
|
|
31046
|
+
ok?: boolean;
|
|
31047
|
+
data?: {
|
|
31048
|
+
sunrise?: string | null;
|
|
31049
|
+
sunset?: string | null;
|
|
31050
|
+
dayHours?: ({
|
|
31051
|
+
hour?: number | null;
|
|
31052
|
+
ruler?: string | null;
|
|
31053
|
+
start?: string | null;
|
|
31054
|
+
end?: string | null;
|
|
31055
|
+
} | null)[] | null;
|
|
31056
|
+
nightHours?: unknown[] | null;
|
|
31057
|
+
};
|
|
31058
|
+
};
|
|
31059
|
+
};
|
|
31060
|
+
};
|
|
31061
|
+
/** @description Validation error */
|
|
31062
|
+
400: {
|
|
31063
|
+
headers: {
|
|
31064
|
+
[name: string]: unknown;
|
|
31065
|
+
};
|
|
31066
|
+
content: {
|
|
31067
|
+
/**
|
|
31068
|
+
* @example {
|
|
31069
|
+
* "ok": false,
|
|
31070
|
+
* "error": {
|
|
31071
|
+
* "code": "INVALID_INPUT",
|
|
31072
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
31073
|
+
* "details": [
|
|
31074
|
+
* {
|
|
31075
|
+
* "path": "date",
|
|
31076
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
31077
|
+
* }
|
|
31078
|
+
* ]
|
|
31079
|
+
* }
|
|
31080
|
+
* }
|
|
31081
|
+
*/
|
|
31082
|
+
"application/json": unknown;
|
|
31083
|
+
};
|
|
31084
|
+
};
|
|
31085
|
+
/** @description Missing or invalid API key */
|
|
31086
|
+
401: {
|
|
31087
|
+
headers: {
|
|
31088
|
+
[name: string]: unknown;
|
|
31089
|
+
};
|
|
31090
|
+
content: {
|
|
31091
|
+
/**
|
|
31092
|
+
* @example {
|
|
31093
|
+
* "ok": false,
|
|
31094
|
+
* "error": {
|
|
31095
|
+
* "code": "INVALID_API_KEY",
|
|
31096
|
+
* "message": "Invalid API key"
|
|
31097
|
+
* }
|
|
31098
|
+
* }
|
|
31099
|
+
*/
|
|
31100
|
+
"application/json": unknown;
|
|
31101
|
+
};
|
|
31102
|
+
};
|
|
31103
|
+
};
|
|
31104
|
+
};
|
|
31105
|
+
"lunar-calendar": {
|
|
31106
|
+
parameters: {
|
|
31107
|
+
query?: never;
|
|
31108
|
+
header?: never;
|
|
31109
|
+
path?: never;
|
|
31110
|
+
cookie?: never;
|
|
31111
|
+
};
|
|
31112
|
+
requestBody: {
|
|
31113
|
+
content: {
|
|
31114
|
+
/**
|
|
31115
|
+
* @example {
|
|
31116
|
+
* "year": 2024,
|
|
31117
|
+
* "month": 6
|
|
31118
|
+
* }
|
|
31119
|
+
*/
|
|
31120
|
+
"application/json": components["schemas"]["LunarCalendar"];
|
|
31121
|
+
};
|
|
31122
|
+
};
|
|
31123
|
+
responses: {
|
|
31124
|
+
/** @description Successful calculation */
|
|
31125
|
+
200: {
|
|
31126
|
+
headers: {
|
|
31127
|
+
[name: string]: unknown;
|
|
31128
|
+
};
|
|
31129
|
+
content: {
|
|
31130
|
+
"application/json": {
|
|
31131
|
+
/** @example true */
|
|
31132
|
+
ok?: boolean;
|
|
31133
|
+
data?: {
|
|
31134
|
+
days?: ({
|
|
31135
|
+
date?: string | null;
|
|
31136
|
+
moonSign?: string | null;
|
|
31137
|
+
moonLongitude?: number | null;
|
|
31138
|
+
phase?: string | null;
|
|
31139
|
+
voc?: boolean | null;
|
|
31140
|
+
} | null)[] | null;
|
|
31141
|
+
phases?: ({
|
|
31142
|
+
type?: string | null;
|
|
31143
|
+
date?: string | null;
|
|
31144
|
+
time?: string | null;
|
|
30864
31145
|
} | null)[] | null;
|
|
30865
31146
|
};
|
|
30866
31147
|
};
|
|
@@ -34246,6 +34527,331 @@ export interface operations {
|
|
|
34246
34527
|
};
|
|
34247
34528
|
};
|
|
34248
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
|
+
};
|
|
34249
34855
|
zenith: {
|
|
34250
34856
|
parameters: {
|
|
34251
34857
|
query?: never;
|
|
@@ -38281,7 +38887,101 @@ export interface operations {
|
|
|
38281
38887
|
items?: ({
|
|
38282
38888
|
planet?: number | null;
|
|
38283
38889
|
planetName?: string | null;
|
|
38284
|
-
value?: number | null;
|
|
38890
|
+
value?: number | null;
|
|
38891
|
+
} | null)[] | null;
|
|
38892
|
+
};
|
|
38893
|
+
};
|
|
38894
|
+
};
|
|
38895
|
+
};
|
|
38896
|
+
/** @description Validation error */
|
|
38897
|
+
400: {
|
|
38898
|
+
headers: {
|
|
38899
|
+
[name: string]: unknown;
|
|
38900
|
+
};
|
|
38901
|
+
content: {
|
|
38902
|
+
/**
|
|
38903
|
+
* @example {
|
|
38904
|
+
* "ok": false,
|
|
38905
|
+
* "error": {
|
|
38906
|
+
* "code": "INVALID_INPUT",
|
|
38907
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
38908
|
+
* "details": [
|
|
38909
|
+
* {
|
|
38910
|
+
* "path": "date",
|
|
38911
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
38912
|
+
* }
|
|
38913
|
+
* ]
|
|
38914
|
+
* }
|
|
38915
|
+
* }
|
|
38916
|
+
*/
|
|
38917
|
+
"application/json": unknown;
|
|
38918
|
+
};
|
|
38919
|
+
};
|
|
38920
|
+
/** @description Missing or invalid API key */
|
|
38921
|
+
401: {
|
|
38922
|
+
headers: {
|
|
38923
|
+
[name: string]: unknown;
|
|
38924
|
+
};
|
|
38925
|
+
content: {
|
|
38926
|
+
/**
|
|
38927
|
+
* @example {
|
|
38928
|
+
* "ok": false,
|
|
38929
|
+
* "error": {
|
|
38930
|
+
* "code": "INVALID_API_KEY",
|
|
38931
|
+
* "message": "Invalid API key"
|
|
38932
|
+
* }
|
|
38933
|
+
* }
|
|
38934
|
+
*/
|
|
38935
|
+
"application/json": unknown;
|
|
38936
|
+
};
|
|
38937
|
+
};
|
|
38938
|
+
};
|
|
38939
|
+
};
|
|
38940
|
+
vedic_shadbala_full: {
|
|
38941
|
+
parameters: {
|
|
38942
|
+
query?: never;
|
|
38943
|
+
header?: never;
|
|
38944
|
+
path?: never;
|
|
38945
|
+
cookie?: never;
|
|
38946
|
+
};
|
|
38947
|
+
requestBody: {
|
|
38948
|
+
content: {
|
|
38949
|
+
/**
|
|
38950
|
+
* @example {
|
|
38951
|
+
* "date": "1990-05-15",
|
|
38952
|
+
* "time": "14:30:00",
|
|
38953
|
+
* "timezoneOffset": 3,
|
|
38954
|
+
* "latitude": 50.45,
|
|
38955
|
+
* "longitude": 30.52
|
|
38956
|
+
* }
|
|
38957
|
+
*/
|
|
38958
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
38959
|
+
};
|
|
38960
|
+
};
|
|
38961
|
+
responses: {
|
|
38962
|
+
/** @description Successful calculation */
|
|
38963
|
+
200: {
|
|
38964
|
+
headers: {
|
|
38965
|
+
[name: string]: unknown;
|
|
38966
|
+
};
|
|
38967
|
+
content: {
|
|
38968
|
+
"application/json": {
|
|
38969
|
+
/** @example true */
|
|
38970
|
+
ok?: boolean;
|
|
38971
|
+
data?: {
|
|
38972
|
+
type?: string | null;
|
|
38973
|
+
unit?: string | null;
|
|
38974
|
+
items?: ({
|
|
38975
|
+
planet?: number | null;
|
|
38976
|
+
planetName?: string | null;
|
|
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;
|
|
38285
38985
|
} | null)[] | null;
|
|
38286
38986
|
};
|
|
38287
38987
|
};
|
|
@@ -38331,7 +39031,7 @@ export interface operations {
|
|
|
38331
39031
|
};
|
|
38332
39032
|
};
|
|
38333
39033
|
};
|
|
38334
|
-
|
|
39034
|
+
vedic_bhavabala: {
|
|
38335
39035
|
parameters: {
|
|
38336
39036
|
query?: never;
|
|
38337
39037
|
header?: never;
|
|
@@ -38365,18 +39065,28 @@ export interface operations {
|
|
|
38365
39065
|
data?: {
|
|
38366
39066
|
type?: string | null;
|
|
38367
39067
|
unit?: string | null;
|
|
38368
|
-
|
|
38369
|
-
|
|
38370
|
-
|
|
38371
|
-
|
|
38372
|
-
|
|
38373
|
-
|
|
38374
|
-
|
|
38375
|
-
|
|
38376
|
-
|
|
38377
|
-
|
|
38378
|
-
|
|
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;
|
|
38379
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;
|
|
38380
39090
|
};
|
|
38381
39091
|
};
|
|
38382
39092
|
};
|
|
@@ -38425,7 +39135,7 @@ export interface operations {
|
|
|
38425
39135
|
};
|
|
38426
39136
|
};
|
|
38427
39137
|
};
|
|
38428
|
-
|
|
39138
|
+
vedic_gemstones: {
|
|
38429
39139
|
parameters: {
|
|
38430
39140
|
query?: never;
|
|
38431
39141
|
header?: never;
|
|
@@ -38440,10 +39150,11 @@ export interface operations {
|
|
|
38440
39150
|
* "time": "14:30:00",
|
|
38441
39151
|
* "timezoneOffset": 3,
|
|
38442
39152
|
* "latitude": 50.45,
|
|
38443
|
-
* "longitude": 30.52
|
|
39153
|
+
* "longitude": 30.52,
|
|
39154
|
+
* "school": "lagna-lord"
|
|
38444
39155
|
* }
|
|
38445
39156
|
*/
|
|
38446
|
-
"application/json": components["schemas"]["
|
|
39157
|
+
"application/json": components["schemas"]["Gemstone"];
|
|
38447
39158
|
};
|
|
38448
39159
|
};
|
|
38449
39160
|
responses: {
|
|
@@ -38458,29 +39169,137 @@ export interface operations {
|
|
|
38458
39169
|
ok?: boolean;
|
|
38459
39170
|
data?: {
|
|
38460
39171
|
type?: string | null;
|
|
38461
|
-
|
|
38462
|
-
|
|
38463
|
-
house?: number | null;
|
|
38464
|
-
madhyaLon?: number | null;
|
|
39172
|
+
school?: string | null;
|
|
39173
|
+
lagna?: {
|
|
38465
39174
|
sign?: number | null;
|
|
38466
|
-
|
|
38467
|
-
direction?: string | null;
|
|
39175
|
+
signName?: string | null;
|
|
38468
39176
|
lord?: number | null;
|
|
38469
|
-
|
|
38470
|
-
|
|
38471
|
-
|
|
38472
|
-
|
|
38473
|
-
|
|
38474
|
-
|
|
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;
|
|
38475
39198
|
} | null)[] | null;
|
|
38476
|
-
|
|
38477
|
-
|
|
38478
|
-
|
|
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;
|
|
38479
39207
|
} | null;
|
|
38480
|
-
|
|
38481
|
-
|
|
38482
|
-
|
|
39208
|
+
disclaimer?: string | null;
|
|
39209
|
+
};
|
|
39210
|
+
};
|
|
39211
|
+
};
|
|
39212
|
+
};
|
|
39213
|
+
/** @description Validation error */
|
|
39214
|
+
400: {
|
|
39215
|
+
headers: {
|
|
39216
|
+
[name: string]: unknown;
|
|
39217
|
+
};
|
|
39218
|
+
content: {
|
|
39219
|
+
/**
|
|
39220
|
+
* @example {
|
|
39221
|
+
* "ok": false,
|
|
39222
|
+
* "error": {
|
|
39223
|
+
* "code": "INVALID_INPUT",
|
|
39224
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
39225
|
+
* "details": [
|
|
39226
|
+
* {
|
|
39227
|
+
* "path": "date",
|
|
39228
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
39229
|
+
* }
|
|
39230
|
+
* ]
|
|
39231
|
+
* }
|
|
39232
|
+
* }
|
|
39233
|
+
*/
|
|
39234
|
+
"application/json": unknown;
|
|
39235
|
+
};
|
|
39236
|
+
};
|
|
39237
|
+
/** @description Missing or invalid API key */
|
|
39238
|
+
401: {
|
|
39239
|
+
headers: {
|
|
39240
|
+
[name: string]: unknown;
|
|
39241
|
+
};
|
|
39242
|
+
content: {
|
|
39243
|
+
/**
|
|
39244
|
+
* @example {
|
|
39245
|
+
* "ok": false,
|
|
39246
|
+
* "error": {
|
|
39247
|
+
* "code": "INVALID_API_KEY",
|
|
39248
|
+
* "message": "Invalid API key"
|
|
39249
|
+
* }
|
|
39250
|
+
* }
|
|
39251
|
+
*/
|
|
39252
|
+
"application/json": unknown;
|
|
39253
|
+
};
|
|
39254
|
+
};
|
|
39255
|
+
};
|
|
39256
|
+
};
|
|
39257
|
+
vedic_gemstones_navaratna_get: {
|
|
39258
|
+
parameters: {
|
|
39259
|
+
query?: never;
|
|
39260
|
+
header?: never;
|
|
39261
|
+
path?: never;
|
|
39262
|
+
cookie?: never;
|
|
39263
|
+
};
|
|
39264
|
+
requestBody?: never;
|
|
39265
|
+
responses: {
|
|
39266
|
+
/** @description Successful calculation */
|
|
39267
|
+
200: {
|
|
39268
|
+
headers: {
|
|
39269
|
+
[name: string]: unknown;
|
|
39270
|
+
};
|
|
39271
|
+
content: {
|
|
39272
|
+
"application/json": {
|
|
39273
|
+
/** @example true */
|
|
39274
|
+
ok?: boolean;
|
|
39275
|
+
data?: {
|
|
39276
|
+
count?: number | null;
|
|
39277
|
+
conversions?: {
|
|
39278
|
+
rattiGrams?: number | null;
|
|
39279
|
+
rattiCarats?: number | null;
|
|
38483
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;
|
|
39301
|
+
} | null)[] | null;
|
|
39302
|
+
disclaimer?: string | null;
|
|
38484
39303
|
};
|
|
38485
39304
|
};
|
|
38486
39305
|
};
|
|
@@ -53253,7 +54072,13 @@ export interface operations {
|
|
|
53253
54072
|
parameters: {
|
|
53254
54073
|
query?: never;
|
|
53255
54074
|
header?: never;
|
|
53256
|
-
path
|
|
54075
|
+
path: {
|
|
54076
|
+
/**
|
|
54077
|
+
* @description Zodiac sign, lowercase English name.
|
|
54078
|
+
* @example leo
|
|
54079
|
+
*/
|
|
54080
|
+
sign: string;
|
|
54081
|
+
};
|
|
53257
54082
|
cookie?: never;
|
|
53258
54083
|
};
|
|
53259
54084
|
requestBody?: never;
|
|
@@ -53327,7 +54152,13 @@ export interface operations {
|
|
|
53327
54152
|
parameters: {
|
|
53328
54153
|
query?: never;
|
|
53329
54154
|
header?: never;
|
|
53330
|
-
path
|
|
54155
|
+
path: {
|
|
54156
|
+
/**
|
|
54157
|
+
* @description Chakra name, lowercase.
|
|
54158
|
+
* @example heart
|
|
54159
|
+
*/
|
|
54160
|
+
chakra: string;
|
|
54161
|
+
};
|
|
53331
54162
|
cookie?: never;
|
|
53332
54163
|
};
|
|
53333
54164
|
requestBody?: never;
|
|
@@ -53400,7 +54231,13 @@ export interface operations {
|
|
|
53400
54231
|
parameters: {
|
|
53401
54232
|
query?: never;
|
|
53402
54233
|
header?: never;
|
|
53403
|
-
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
|
+
};
|
|
53404
54241
|
cookie?: never;
|
|
53405
54242
|
};
|
|
53406
54243
|
requestBody?: never;
|
|
@@ -53635,7 +54472,13 @@ export interface operations {
|
|
|
53635
54472
|
parameters: {
|
|
53636
54473
|
query?: never;
|
|
53637
54474
|
header?: never;
|
|
53638
|
-
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
|
+
};
|
|
53639
54482
|
cookie?: never;
|
|
53640
54483
|
};
|
|
53641
54484
|
requestBody?: never;
|
|
@@ -53820,7 +54663,13 @@ export interface operations {
|
|
|
53820
54663
|
parameters: {
|
|
53821
54664
|
query?: never;
|
|
53822
54665
|
header?: never;
|
|
53823
|
-
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
|
+
};
|
|
53824
54673
|
cookie?: never;
|
|
53825
54674
|
};
|
|
53826
54675
|
requestBody?: never;
|
|
@@ -54072,7 +54921,13 @@ export interface operations {
|
|
|
54072
54921
|
parameters: {
|
|
54073
54922
|
query?: never;
|
|
54074
54923
|
header?: never;
|
|
54075
|
-
path
|
|
54924
|
+
path: {
|
|
54925
|
+
/**
|
|
54926
|
+
* @description Dream symbol to look up.
|
|
54927
|
+
* @example water
|
|
54928
|
+
*/
|
|
54929
|
+
keyword: string;
|
|
54930
|
+
};
|
|
54076
54931
|
cookie?: never;
|
|
54077
54932
|
};
|
|
54078
54933
|
requestBody?: never;
|
|
@@ -54264,7 +55119,13 @@ export interface operations {
|
|
|
54264
55119
|
parameters: {
|
|
54265
55120
|
query?: never;
|
|
54266
55121
|
header?: never;
|
|
54267
|
-
path
|
|
55122
|
+
path: {
|
|
55123
|
+
/**
|
|
55124
|
+
* @description Elemental grouping.
|
|
55125
|
+
* @example water
|
|
55126
|
+
*/
|
|
55127
|
+
element: "fire" | "earth" | "air" | "water" | "spirit";
|
|
55128
|
+
};
|
|
54268
55129
|
cookie?: never;
|
|
54269
55130
|
};
|
|
54270
55131
|
requestBody?: never;
|
|
@@ -60210,7 +61071,13 @@ export interface operations {
|
|
|
60210
61071
|
parameters: {
|
|
60211
61072
|
query?: never;
|
|
60212
61073
|
header?: never;
|
|
60213
|
-
path
|
|
61074
|
+
path: {
|
|
61075
|
+
/**
|
|
61076
|
+
* @description Card slug, lowercase and hyphenated.
|
|
61077
|
+
* @example the-fool
|
|
61078
|
+
*/
|
|
61079
|
+
slug: string;
|
|
61080
|
+
};
|
|
60214
61081
|
cookie?: never;
|
|
60215
61082
|
};
|
|
60216
61083
|
requestBody?: never;
|
|
@@ -60498,7 +61365,13 @@ export interface operations {
|
|
|
60498
61365
|
parameters: {
|
|
60499
61366
|
query?: never;
|
|
60500
61367
|
header?: never;
|
|
60501
|
-
path
|
|
61368
|
+
path: {
|
|
61369
|
+
/**
|
|
61370
|
+
* @description Minor arcana suit.
|
|
61371
|
+
* @example cups
|
|
61372
|
+
*/
|
|
61373
|
+
suit: "wands" | "cups" | "swords" | "pentacles";
|
|
61374
|
+
};
|
|
60502
61375
|
cookie?: never;
|
|
60503
61376
|
};
|
|
60504
61377
|
requestBody?: never;
|
|
@@ -60564,7 +61437,13 @@ export interface operations {
|
|
|
60564
61437
|
parameters: {
|
|
60565
61438
|
query?: never;
|
|
60566
61439
|
header?: never;
|
|
60567
|
-
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
|
+
};
|
|
60568
61447
|
cookie?: never;
|
|
60569
61448
|
};
|
|
60570
61449
|
requestBody?: never;
|
|
@@ -60630,7 +61509,13 @@ export interface operations {
|
|
|
60630
61509
|
parameters: {
|
|
60631
61510
|
query?: never;
|
|
60632
61511
|
header?: never;
|
|
60633
|
-
path
|
|
61512
|
+
path: {
|
|
61513
|
+
/**
|
|
61514
|
+
* @description Elemental attribution.
|
|
61515
|
+
* @example fire
|
|
61516
|
+
*/
|
|
61517
|
+
element: "fire" | "water" | "air" | "earth";
|
|
61518
|
+
};
|
|
60634
61519
|
cookie?: never;
|
|
60635
61520
|
};
|
|
60636
61521
|
requestBody?: never;
|
|
@@ -60696,7 +61581,13 @@ export interface operations {
|
|
|
60696
61581
|
parameters: {
|
|
60697
61582
|
query?: never;
|
|
60698
61583
|
header?: never;
|
|
60699
|
-
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
|
+
};
|
|
60700
61591
|
cookie?: never;
|
|
60701
61592
|
};
|
|
60702
61593
|
requestBody?: never;
|
|
@@ -60828,7 +61719,13 @@ export interface operations {
|
|
|
60828
61719
|
parameters: {
|
|
60829
61720
|
query?: never;
|
|
60830
61721
|
header?: never;
|
|
60831
|
-
path
|
|
61722
|
+
path: {
|
|
61723
|
+
/**
|
|
61724
|
+
* @description Spread slug, lowercase and hyphenated.
|
|
61725
|
+
* @example celtic-cross
|
|
61726
|
+
*/
|
|
61727
|
+
slug: string;
|
|
61728
|
+
};
|
|
60832
61729
|
cookie?: never;
|
|
60833
61730
|
};
|
|
60834
61731
|
requestBody?: never;
|
|
@@ -63103,7 +64000,13 @@ export interface operations {
|
|
|
63103
64000
|
parameters: {
|
|
63104
64001
|
query?: never;
|
|
63105
64002
|
header?: never;
|
|
63106
|
-
path
|
|
64003
|
+
path: {
|
|
64004
|
+
/**
|
|
64005
|
+
* @description Card slug, lowercase and hyphenated.
|
|
64006
|
+
* @example le-mat
|
|
64007
|
+
*/
|
|
64008
|
+
slug: string;
|
|
64009
|
+
};
|
|
63107
64010
|
cookie?: never;
|
|
63108
64011
|
};
|
|
63109
64012
|
requestBody?: never;
|
|
@@ -63315,7 +64218,13 @@ export interface operations {
|
|
|
63315
64218
|
parameters: {
|
|
63316
64219
|
query?: never;
|
|
63317
64220
|
header?: never;
|
|
63318
|
-
path
|
|
64221
|
+
path: {
|
|
64222
|
+
/**
|
|
64223
|
+
* @description Spread slug, lowercase and hyphenated.
|
|
64224
|
+
* @example croix
|
|
64225
|
+
*/
|
|
64226
|
+
slug: string;
|
|
64227
|
+
};
|
|
63319
64228
|
cookie?: never;
|
|
63320
64229
|
};
|
|
63321
64230
|
requestBody?: never;
|
|
@@ -64924,7 +65833,13 @@ export interface operations {
|
|
|
64924
65833
|
parameters: {
|
|
64925
65834
|
query?: never;
|
|
64926
65835
|
header?: never;
|
|
64927
|
-
path
|
|
65836
|
+
path: {
|
|
65837
|
+
/**
|
|
65838
|
+
* @description Card slug, lowercase and hyphenated.
|
|
65839
|
+
* @example rider
|
|
65840
|
+
*/
|
|
65841
|
+
slug: string;
|
|
65842
|
+
};
|
|
64928
65843
|
cookie?: never;
|
|
64929
65844
|
};
|
|
64930
65845
|
requestBody?: never;
|
|
@@ -69062,7 +69977,13 @@ export interface operations {
|
|
|
69062
69977
|
parameters: {
|
|
69063
69978
|
query?: never;
|
|
69064
69979
|
header?: never;
|
|
69065
|
-
path
|
|
69980
|
+
path: {
|
|
69981
|
+
/**
|
|
69982
|
+
* @description Webhook id, as returned by `GET /v1/webhooks`.
|
|
69983
|
+
* @example 42
|
|
69984
|
+
*/
|
|
69985
|
+
id: number;
|
|
69986
|
+
};
|
|
69066
69987
|
cookie?: never;
|
|
69067
69988
|
};
|
|
69068
69989
|
requestBody?: never;
|
|
@@ -69152,7 +70073,13 @@ export interface operations {
|
|
|
69152
70073
|
parameters: {
|
|
69153
70074
|
query?: never;
|
|
69154
70075
|
header?: never;
|
|
69155
|
-
path
|
|
70076
|
+
path: {
|
|
70077
|
+
/**
|
|
70078
|
+
* @description Webhook id, as returned by `GET /v1/webhooks`.
|
|
70079
|
+
* @example 42
|
|
70080
|
+
*/
|
|
70081
|
+
id: number;
|
|
70082
|
+
};
|
|
69156
70083
|
cookie?: never;
|
|
69157
70084
|
};
|
|
69158
70085
|
requestBody?: never;
|
|
@@ -69230,7 +70157,13 @@ export interface operations {
|
|
|
69230
70157
|
parameters: {
|
|
69231
70158
|
query?: never;
|
|
69232
70159
|
header?: never;
|
|
69233
|
-
path
|
|
70160
|
+
path: {
|
|
70161
|
+
/**
|
|
70162
|
+
* @description Webhook id, as returned by `GET /v1/webhooks`.
|
|
70163
|
+
* @example 42
|
|
70164
|
+
*/
|
|
70165
|
+
id: number;
|
|
70166
|
+
};
|
|
69234
70167
|
cookie?: never;
|
|
69235
70168
|
};
|
|
69236
70169
|
requestBody?: never;
|
|
@@ -81317,7 +82250,13 @@ export interface operations {
|
|
|
81317
82250
|
parameters: {
|
|
81318
82251
|
query?: never;
|
|
81319
82252
|
header?: never;
|
|
81320
|
-
path
|
|
82253
|
+
path: {
|
|
82254
|
+
/**
|
|
82255
|
+
* @description Hexagram number in King Wen order.
|
|
82256
|
+
* @example 1
|
|
82257
|
+
*/
|
|
82258
|
+
number: number;
|
|
82259
|
+
};
|
|
81321
82260
|
cookie?: never;
|
|
81322
82261
|
};
|
|
81323
82262
|
requestBody?: never;
|
|
@@ -82775,7 +83714,13 @@ export interface operations {
|
|
|
82775
83714
|
parameters: {
|
|
82776
83715
|
query?: never;
|
|
82777
83716
|
header?: never;
|
|
82778
|
-
path
|
|
83717
|
+
path: {
|
|
83718
|
+
/**
|
|
83719
|
+
* @description Target language code, one of the active locales.
|
|
83720
|
+
* @example uk
|
|
83721
|
+
*/
|
|
83722
|
+
lang: string;
|
|
83723
|
+
};
|
|
82779
83724
|
cookie?: never;
|
|
82780
83725
|
};
|
|
82781
83726
|
requestBody?: never;
|