@astroway/sdk 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +41 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +33 -1
- package/dist/index.js.map +1 -1
- package/dist/namespaces.generated.d.ts +14 -0
- package/dist/namespaces.generated.d.ts.map +1 -1
- package/dist/namespaces.generated.js +10 -0
- package/dist/namespaces.generated.js.map +1 -1
- package/dist/types.generated.d.ts +1375 -85
- package/dist/types.generated.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2984,6 +2984,66 @@ export interface paths {
|
|
|
2984
2984
|
patch?: never;
|
|
2985
2985
|
trace?: never;
|
|
2986
2986
|
};
|
|
2987
|
+
"/moon-phase": {
|
|
2988
|
+
parameters: {
|
|
2989
|
+
query?: never;
|
|
2990
|
+
header?: never;
|
|
2991
|
+
path?: never;
|
|
2992
|
+
cookie?: never;
|
|
2993
|
+
};
|
|
2994
|
+
get?: never;
|
|
2995
|
+
put?: never;
|
|
2996
|
+
/**
|
|
2997
|
+
* Moon Phase
|
|
2998
|
+
* @description Current moon phase at a given moment — illumination %, age in days, elongation, waxing/waning, sun + moon zodiac signs. Geocentric Sun-Moon elongation per Meeus Ch.48.
|
|
2999
|
+
*/
|
|
3000
|
+
post: operations["moon-phase"];
|
|
3001
|
+
delete?: never;
|
|
3002
|
+
options?: never;
|
|
3003
|
+
head?: never;
|
|
3004
|
+
patch?: never;
|
|
3005
|
+
trace?: never;
|
|
3006
|
+
};
|
|
3007
|
+
"/houses": {
|
|
3008
|
+
parameters: {
|
|
3009
|
+
query?: never;
|
|
3010
|
+
header?: never;
|
|
3011
|
+
path?: never;
|
|
3012
|
+
cookie?: never;
|
|
3013
|
+
};
|
|
3014
|
+
get?: never;
|
|
3015
|
+
put?: never;
|
|
3016
|
+
/**
|
|
3017
|
+
* House Cusps
|
|
3018
|
+
* @description Standalone house calculation — 12 cusps + ascendant + MC + ARMC + vertex + co-asc + polar-asc. Supports Placidus, Koch, Regiomontanus, Campanus, Topocentric, Whole Sign, Equal, Porphyry, Morinus etc. Auto-fallback warning on |lat|>66.5° quadrant systems.
|
|
3019
|
+
*/
|
|
3020
|
+
post: operations["houses"];
|
|
3021
|
+
delete?: never;
|
|
3022
|
+
options?: never;
|
|
3023
|
+
head?: never;
|
|
3024
|
+
patch?: never;
|
|
3025
|
+
trace?: never;
|
|
3026
|
+
};
|
|
3027
|
+
"/aspects": {
|
|
3028
|
+
parameters: {
|
|
3029
|
+
query?: never;
|
|
3030
|
+
header?: never;
|
|
3031
|
+
path?: never;
|
|
3032
|
+
cookie?: never;
|
|
3033
|
+
};
|
|
3034
|
+
get?: never;
|
|
3035
|
+
put?: never;
|
|
3036
|
+
/**
|
|
3037
|
+
* Aspect Matrix
|
|
3038
|
+
* @description Standalone aspect calculation — full inter-planetary aspect list with type / exactAngle / orb / isApplying. Uses per-pair astro.com orb matrix. Same calcAspects() as /chart but without planet positions / houses / midpoints overhead.
|
|
3039
|
+
*/
|
|
3040
|
+
post: operations["aspects"];
|
|
3041
|
+
delete?: never;
|
|
3042
|
+
options?: never;
|
|
3043
|
+
head?: never;
|
|
3044
|
+
patch?: never;
|
|
3045
|
+
trace?: never;
|
|
3046
|
+
};
|
|
2987
3047
|
"/planetary-phases": {
|
|
2988
3048
|
parameters: {
|
|
2989
3049
|
query?: never;
|
|
@@ -10405,6 +10465,26 @@ export interface paths {
|
|
|
10405
10465
|
patch?: never;
|
|
10406
10466
|
trace?: never;
|
|
10407
10467
|
};
|
|
10468
|
+
"/auth/keys/me": {
|
|
10469
|
+
parameters: {
|
|
10470
|
+
query?: never;
|
|
10471
|
+
header?: never;
|
|
10472
|
+
path?: never;
|
|
10473
|
+
cookie?: never;
|
|
10474
|
+
};
|
|
10475
|
+
/**
|
|
10476
|
+
* API Key Introspection
|
|
10477
|
+
* @description Return metadata about the calling API key: plan, remaining credits, period end, bound domain, status. Useful for any SDK consumer that wants to surface plan and balance in its own UI.
|
|
10478
|
+
*/
|
|
10479
|
+
get: operations["auth_keys_me_get"];
|
|
10480
|
+
put?: never;
|
|
10481
|
+
post?: never;
|
|
10482
|
+
delete?: never;
|
|
10483
|
+
options?: never;
|
|
10484
|
+
head?: never;
|
|
10485
|
+
patch?: never;
|
|
10486
|
+
trace?: never;
|
|
10487
|
+
};
|
|
10408
10488
|
"/whitelabel/config": {
|
|
10409
10489
|
parameters: {
|
|
10410
10490
|
query?: never;
|
|
@@ -10729,6 +10809,26 @@ export interface paths {
|
|
|
10729
10809
|
patch?: never;
|
|
10730
10810
|
trace?: never;
|
|
10731
10811
|
};
|
|
10812
|
+
"/reports/generate": {
|
|
10813
|
+
parameters: {
|
|
10814
|
+
query?: never;
|
|
10815
|
+
header?: never;
|
|
10816
|
+
path?: never;
|
|
10817
|
+
cookie?: never;
|
|
10818
|
+
};
|
|
10819
|
+
get?: never;
|
|
10820
|
+
put?: never;
|
|
10821
|
+
/**
|
|
10822
|
+
* Generate Report — Unified Dispatcher (V2)
|
|
10823
|
+
* @description Single endpoint over the 12 type-specific renderers — pass report_type ("natal" | "transit-yearly" | "synastry" | "business" | "career" | "love" | "money" | "child" | "lal-kitab" | "human-design" | "tarot" | "vedic-kundli") plus the renderer-specific inputs. SDK ergonomics: one method instead of 12. Required fields vary by type — chart for most, chart1+chart2 for synastry, seed for tarot (chart optional).
|
|
10824
|
+
*/
|
|
10825
|
+
post: operations["reports_generate"];
|
|
10826
|
+
delete?: never;
|
|
10827
|
+
options?: never;
|
|
10828
|
+
head?: never;
|
|
10829
|
+
patch?: never;
|
|
10830
|
+
trace?: never;
|
|
10831
|
+
};
|
|
10732
10832
|
"/reports/ai/natal-narrative": {
|
|
10733
10833
|
parameters: {
|
|
10734
10834
|
query?: never;
|
|
@@ -13153,6 +13253,86 @@ export interface paths {
|
|
|
13153
13253
|
patch?: never;
|
|
13154
13254
|
trace?: never;
|
|
13155
13255
|
};
|
|
13256
|
+
"/embed/transit": {
|
|
13257
|
+
parameters: {
|
|
13258
|
+
query?: never;
|
|
13259
|
+
header?: never;
|
|
13260
|
+
path?: never;
|
|
13261
|
+
cookie?: never;
|
|
13262
|
+
};
|
|
13263
|
+
/**
|
|
13264
|
+
* Sky Transits (HTML)
|
|
13265
|
+
* @description Current planet positions (sign + degree) for a date.
|
|
13266
|
+
*/
|
|
13267
|
+
get: operations["embed_transit_get"];
|
|
13268
|
+
put?: never;
|
|
13269
|
+
post?: never;
|
|
13270
|
+
delete?: never;
|
|
13271
|
+
options?: never;
|
|
13272
|
+
head?: never;
|
|
13273
|
+
patch?: never;
|
|
13274
|
+
trace?: never;
|
|
13275
|
+
};
|
|
13276
|
+
"/embed/numerology": {
|
|
13277
|
+
parameters: {
|
|
13278
|
+
query?: never;
|
|
13279
|
+
header?: never;
|
|
13280
|
+
path?: never;
|
|
13281
|
+
cookie?: never;
|
|
13282
|
+
};
|
|
13283
|
+
/**
|
|
13284
|
+
* Numerology (HTML)
|
|
13285
|
+
* @description Life Path / Expression / Soul Urge / Personality card.
|
|
13286
|
+
*/
|
|
13287
|
+
get: operations["embed_numerology_get"];
|
|
13288
|
+
put?: never;
|
|
13289
|
+
post?: never;
|
|
13290
|
+
delete?: never;
|
|
13291
|
+
options?: never;
|
|
13292
|
+
head?: never;
|
|
13293
|
+
patch?: never;
|
|
13294
|
+
trace?: never;
|
|
13295
|
+
};
|
|
13296
|
+
"/embed/panchang": {
|
|
13297
|
+
parameters: {
|
|
13298
|
+
query?: never;
|
|
13299
|
+
header?: never;
|
|
13300
|
+
path?: never;
|
|
13301
|
+
cookie?: never;
|
|
13302
|
+
};
|
|
13303
|
+
/**
|
|
13304
|
+
* Panchang (HTML)
|
|
13305
|
+
* @description Tithi / nakshatra / yoga / karana / vara + Rahu Kaal for a date.
|
|
13306
|
+
*/
|
|
13307
|
+
get: operations["embed_panchang_get"];
|
|
13308
|
+
put?: never;
|
|
13309
|
+
post?: never;
|
|
13310
|
+
delete?: never;
|
|
13311
|
+
options?: never;
|
|
13312
|
+
head?: never;
|
|
13313
|
+
patch?: never;
|
|
13314
|
+
trace?: never;
|
|
13315
|
+
};
|
|
13316
|
+
"/embed/synastry": {
|
|
13317
|
+
parameters: {
|
|
13318
|
+
query?: never;
|
|
13319
|
+
header?: never;
|
|
13320
|
+
path?: never;
|
|
13321
|
+
cookie?: never;
|
|
13322
|
+
};
|
|
13323
|
+
/**
|
|
13324
|
+
* Synastry (HTML)
|
|
13325
|
+
* @description Two-subject compatibility score + key cross-aspects.
|
|
13326
|
+
*/
|
|
13327
|
+
get: operations["embed_synastry_get"];
|
|
13328
|
+
put?: never;
|
|
13329
|
+
post?: never;
|
|
13330
|
+
delete?: never;
|
|
13331
|
+
options?: never;
|
|
13332
|
+
head?: never;
|
|
13333
|
+
patch?: never;
|
|
13334
|
+
trace?: never;
|
|
13335
|
+
};
|
|
13156
13336
|
"/mcp/tool-call-stream": {
|
|
13157
13337
|
parameters: {
|
|
13158
13338
|
query?: never;
|
|
@@ -14113,6 +14293,26 @@ export interface paths {
|
|
|
14113
14293
|
patch?: never;
|
|
14114
14294
|
trace?: never;
|
|
14115
14295
|
};
|
|
14296
|
+
"/version": {
|
|
14297
|
+
parameters: {
|
|
14298
|
+
query?: never;
|
|
14299
|
+
header?: never;
|
|
14300
|
+
path?: never;
|
|
14301
|
+
cookie?: never;
|
|
14302
|
+
};
|
|
14303
|
+
/**
|
|
14304
|
+
* Version
|
|
14305
|
+
* @description Returns the current deploy version, build commit, start time, and uptime. Free, no authentication required. SDK clients can call this on boot to diagnose unexpected behaviour — `build_commit` uniquely identifies the deploy.
|
|
14306
|
+
*/
|
|
14307
|
+
get: operations["version"];
|
|
14308
|
+
put?: never;
|
|
14309
|
+
post?: never;
|
|
14310
|
+
delete?: never;
|
|
14311
|
+
options?: never;
|
|
14312
|
+
head?: never;
|
|
14313
|
+
patch?: never;
|
|
14314
|
+
trace?: never;
|
|
14315
|
+
};
|
|
14116
14316
|
}
|
|
14117
14317
|
export type webhooks = Record<string, never>;
|
|
14118
14318
|
export interface components {
|
|
@@ -14317,11 +14517,8 @@ export interface components {
|
|
|
14317
14517
|
Compatibility: {
|
|
14318
14518
|
sign1: string;
|
|
14319
14519
|
sign2: string;
|
|
14320
|
-
/**
|
|
14321
|
-
|
|
14322
|
-
* @enum {string}
|
|
14323
|
-
*/
|
|
14324
|
-
language: "uk" | "en";
|
|
14520
|
+
/** @enum {string} */
|
|
14521
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
14325
14522
|
/** @default false */
|
|
14326
14523
|
disclaimer_inline: boolean;
|
|
14327
14524
|
};
|
|
@@ -14349,13 +14546,16 @@ export interface components {
|
|
|
14349
14546
|
};
|
|
14350
14547
|
CreateKey: {
|
|
14351
14548
|
name: string;
|
|
14352
|
-
/**
|
|
14353
|
-
* @default free
|
|
14354
|
-
* @enum {string}
|
|
14355
|
-
*/
|
|
14356
|
-
plan: "free" | "indie" | "starter" | "pro" | "business" | "enterprise" | "hd_pack" | "esoteric_pack" | "vedic_pack" | "reports_pack";
|
|
14357
14549
|
/** @enum {string} */
|
|
14358
14550
|
mode?: "live" | "test";
|
|
14551
|
+
origin_restriction?: {
|
|
14552
|
+
/**
|
|
14553
|
+
* @default server-only
|
|
14554
|
+
* @enum {string}
|
|
14555
|
+
*/
|
|
14556
|
+
type: "server-only" | "public" | "allowlist";
|
|
14557
|
+
allowed_origins?: string[];
|
|
14558
|
+
};
|
|
14359
14559
|
};
|
|
14360
14560
|
CyclicIndex: {
|
|
14361
14561
|
startYear: number | null;
|
|
@@ -14552,11 +14752,8 @@ export interface components {
|
|
|
14552
14752
|
};
|
|
14553
14753
|
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. */
|
|
14554
14754
|
InterpretElement: components["schemas"]["ChartInput"] & ({
|
|
14555
|
-
/**
|
|
14556
|
-
|
|
14557
|
-
* @enum {string}
|
|
14558
|
-
*/
|
|
14559
|
-
language: "uk" | "en";
|
|
14755
|
+
/** @enum {string} */
|
|
14756
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
14560
14757
|
/** @default false */
|
|
14561
14758
|
disclaimer_inline: boolean;
|
|
14562
14759
|
} & {
|
|
@@ -14564,11 +14761,8 @@ export interface components {
|
|
|
14564
14761
|
});
|
|
14565
14762
|
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. */
|
|
14566
14763
|
InterpretNatal: components["schemas"]["ChartInput"] & ({
|
|
14567
|
-
/**
|
|
14568
|
-
|
|
14569
|
-
* @enum {string}
|
|
14570
|
-
*/
|
|
14571
|
-
language: "uk" | "en";
|
|
14764
|
+
/** @enum {string} */
|
|
14765
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
14572
14766
|
/** @default false */
|
|
14573
14767
|
disclaimer_inline: boolean;
|
|
14574
14768
|
} & {
|
|
@@ -14577,11 +14771,8 @@ export interface components {
|
|
|
14577
14771
|
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. */
|
|
14578
14772
|
InterpretPlacement: components["schemas"]["ChartInput"] & ({
|
|
14579
14773
|
planet: string;
|
|
14580
|
-
/**
|
|
14581
|
-
|
|
14582
|
-
* @enum {string}
|
|
14583
|
-
*/
|
|
14584
|
-
language: "uk" | "en";
|
|
14774
|
+
/** @enum {string} */
|
|
14775
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
14585
14776
|
/** @default false */
|
|
14586
14777
|
disclaimer_inline: boolean;
|
|
14587
14778
|
} & {
|
|
@@ -14589,11 +14780,8 @@ export interface components {
|
|
|
14589
14780
|
});
|
|
14590
14781
|
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
14591
14782
|
InterpretSynastry: components["schemas"]["TwoChart"] & {
|
|
14592
|
-
/**
|
|
14593
|
-
|
|
14594
|
-
* @enum {string}
|
|
14595
|
-
*/
|
|
14596
|
-
language: "uk" | "en";
|
|
14783
|
+
/** @enum {string} */
|
|
14784
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
14597
14785
|
/** @default false */
|
|
14598
14786
|
disclaimer_inline: boolean;
|
|
14599
14787
|
};
|
|
@@ -14602,11 +14790,8 @@ export interface components {
|
|
|
14602
14790
|
transitDate: string;
|
|
14603
14791
|
transitTime?: string;
|
|
14604
14792
|
transitTzOffset?: number | null;
|
|
14605
|
-
/**
|
|
14606
|
-
|
|
14607
|
-
* @enum {string}
|
|
14608
|
-
*/
|
|
14609
|
-
language: "uk" | "en";
|
|
14793
|
+
/** @enum {string} */
|
|
14794
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
14610
14795
|
/** @default false */
|
|
14611
14796
|
disclaimer_inline: boolean;
|
|
14612
14797
|
} & {
|
|
@@ -14714,11 +14899,95 @@ export interface components {
|
|
|
14714
14899
|
} & {
|
|
14715
14900
|
[key: string]: unknown;
|
|
14716
14901
|
});
|
|
14902
|
+
BrandingObject: {
|
|
14903
|
+
companyName?: string;
|
|
14904
|
+
/** Format: uri */
|
|
14905
|
+
companyUrl?: string;
|
|
14906
|
+
/** Format: email */
|
|
14907
|
+
companyEmail?: string;
|
|
14908
|
+
companyMobile?: string;
|
|
14909
|
+
companyBio?: string;
|
|
14910
|
+
/** Format: uri */
|
|
14911
|
+
logoUrl?: string;
|
|
14912
|
+
/** Format: uri */
|
|
14913
|
+
frontImage?: string;
|
|
14914
|
+
textPrimaryColor?: string;
|
|
14915
|
+
textSecondaryColor?: string;
|
|
14916
|
+
backgroundColor?: string;
|
|
14917
|
+
themeColor?: string;
|
|
14918
|
+
headingColor?: string;
|
|
14919
|
+
footerText?: string;
|
|
14920
|
+
/** @enum {string} */
|
|
14921
|
+
fontPairing?: "serif-sans" | "sans-serif" | "serif-only" | "sans-only" | "system";
|
|
14922
|
+
reportName?: string;
|
|
14923
|
+
};
|
|
14924
|
+
GenerateReport: {
|
|
14925
|
+
/** @enum {string} */
|
|
14926
|
+
report_type: "natal" | "transit-yearly" | "synastry" | "business" | "career" | "love" | "money" | "child" | "lal-kitab" | "human-design" | "tarot" | "vedic-kundli";
|
|
14927
|
+
chart?: components["schemas"]["ChartInput"];
|
|
14928
|
+
chart1?: components["schemas"]["ChartInput"];
|
|
14929
|
+
chart2?: components["schemas"]["ChartInput"];
|
|
14930
|
+
year?: number;
|
|
14931
|
+
spread?: string;
|
|
14932
|
+
seed?: number | null;
|
|
14933
|
+
name?: string;
|
|
14934
|
+
allowReversed?: boolean;
|
|
14935
|
+
/** @enum {string} */
|
|
14936
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
14937
|
+
whitelabel?: boolean | {
|
|
14938
|
+
companyName?: string;
|
|
14939
|
+
/** Format: uri */
|
|
14940
|
+
companyUrl?: string;
|
|
14941
|
+
/** Format: email */
|
|
14942
|
+
companyEmail?: string;
|
|
14943
|
+
companyMobile?: string;
|
|
14944
|
+
companyBio?: string;
|
|
14945
|
+
/** Format: uri */
|
|
14946
|
+
logoUrl?: string;
|
|
14947
|
+
/** Format: uri */
|
|
14948
|
+
frontImage?: string;
|
|
14949
|
+
textPrimaryColor?: string;
|
|
14950
|
+
textSecondaryColor?: string;
|
|
14951
|
+
backgroundColor?: string;
|
|
14952
|
+
themeColor?: string;
|
|
14953
|
+
headingColor?: string;
|
|
14954
|
+
footerText?: string;
|
|
14955
|
+
/** @enum {string} */
|
|
14956
|
+
fontPairing?: "serif-sans" | "sans-serif" | "serif-only" | "sans-only" | "system";
|
|
14957
|
+
reportName?: string;
|
|
14958
|
+
};
|
|
14959
|
+
};
|
|
14717
14960
|
NatalReport: {
|
|
14718
14961
|
chart: components["schemas"]["ChartInput"];
|
|
14719
14962
|
/** @enum {string} */
|
|
14720
14963
|
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
14721
|
-
whitelabel?: boolean
|
|
14964
|
+
whitelabel?: boolean | {
|
|
14965
|
+
companyName?: string;
|
|
14966
|
+
/** Format: uri */
|
|
14967
|
+
companyUrl?: string;
|
|
14968
|
+
/** Format: email */
|
|
14969
|
+
companyEmail?: string;
|
|
14970
|
+
companyMobile?: string;
|
|
14971
|
+
companyBio?: string;
|
|
14972
|
+
/** Format: uri */
|
|
14973
|
+
logoUrl?: string;
|
|
14974
|
+
/** Format: uri */
|
|
14975
|
+
frontImage?: string;
|
|
14976
|
+
textPrimaryColor?: string;
|
|
14977
|
+
textSecondaryColor?: string;
|
|
14978
|
+
backgroundColor?: string;
|
|
14979
|
+
themeColor?: string;
|
|
14980
|
+
headingColor?: string;
|
|
14981
|
+
footerText?: string;
|
|
14982
|
+
/** @enum {string} */
|
|
14983
|
+
fontPairing?: "serif-sans" | "sans-serif" | "serif-only" | "sans-only" | "system";
|
|
14984
|
+
reportName?: string;
|
|
14985
|
+
};
|
|
14986
|
+
enrich?: boolean;
|
|
14987
|
+
/** @enum {string} */
|
|
14988
|
+
tone?: "warm" | "professional" | "concise";
|
|
14989
|
+
/** @enum {string} */
|
|
14990
|
+
length?: "short" | "medium" | "long";
|
|
14722
14991
|
};
|
|
14723
14992
|
Natal: {
|
|
14724
14993
|
chart: components["schemas"]["ChartInput"];
|
|
@@ -14919,11 +15188,8 @@ export interface components {
|
|
|
14919
15188
|
/** @enum {string} */
|
|
14920
15189
|
sign: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
14921
15190
|
date?: string;
|
|
14922
|
-
/**
|
|
14923
|
-
|
|
14924
|
-
* @enum {string}
|
|
14925
|
-
*/
|
|
14926
|
-
language: "uk" | "en";
|
|
15191
|
+
/** @enum {string} */
|
|
15192
|
+
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
14927
15193
|
/** @default false */
|
|
14928
15194
|
disclaimer_inline: boolean;
|
|
14929
15195
|
};
|
|
@@ -15009,7 +15275,28 @@ export interface components {
|
|
|
15009
15275
|
chart2: components["schemas"]["ChartInput"];
|
|
15010
15276
|
/** @enum {string} */
|
|
15011
15277
|
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
15012
|
-
whitelabel?: boolean
|
|
15278
|
+
whitelabel?: boolean | {
|
|
15279
|
+
companyName?: string;
|
|
15280
|
+
/** Format: uri */
|
|
15281
|
+
companyUrl?: string;
|
|
15282
|
+
/** Format: email */
|
|
15283
|
+
companyEmail?: string;
|
|
15284
|
+
companyMobile?: string;
|
|
15285
|
+
companyBio?: string;
|
|
15286
|
+
/** Format: uri */
|
|
15287
|
+
logoUrl?: string;
|
|
15288
|
+
/** Format: uri */
|
|
15289
|
+
frontImage?: string;
|
|
15290
|
+
textPrimaryColor?: string;
|
|
15291
|
+
textSecondaryColor?: string;
|
|
15292
|
+
backgroundColor?: string;
|
|
15293
|
+
themeColor?: string;
|
|
15294
|
+
headingColor?: string;
|
|
15295
|
+
footerText?: string;
|
|
15296
|
+
/** @enum {string} */
|
|
15297
|
+
fontPairing?: "serif-sans" | "sans-serif" | "serif-only" | "sans-only" | "system";
|
|
15298
|
+
reportName?: string;
|
|
15299
|
+
};
|
|
15013
15300
|
};
|
|
15014
15301
|
Synastry: {
|
|
15015
15302
|
chart1: components["schemas"]["ChartInput"];
|
|
@@ -15037,7 +15324,28 @@ export interface components {
|
|
|
15037
15324
|
allowReversed?: boolean;
|
|
15038
15325
|
/** @enum {string} */
|
|
15039
15326
|
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
15040
|
-
whitelabel?: boolean
|
|
15327
|
+
whitelabel?: boolean | {
|
|
15328
|
+
companyName?: string;
|
|
15329
|
+
/** Format: uri */
|
|
15330
|
+
companyUrl?: string;
|
|
15331
|
+
/** Format: email */
|
|
15332
|
+
companyEmail?: string;
|
|
15333
|
+
companyMobile?: string;
|
|
15334
|
+
companyBio?: string;
|
|
15335
|
+
/** Format: uri */
|
|
15336
|
+
logoUrl?: string;
|
|
15337
|
+
/** Format: uri */
|
|
15338
|
+
frontImage?: string;
|
|
15339
|
+
textPrimaryColor?: string;
|
|
15340
|
+
textSecondaryColor?: string;
|
|
15341
|
+
backgroundColor?: string;
|
|
15342
|
+
themeColor?: string;
|
|
15343
|
+
headingColor?: string;
|
|
15344
|
+
footerText?: string;
|
|
15345
|
+
/** @enum {string} */
|
|
15346
|
+
fontPairing?: "serif-sans" | "sans-serif" | "serif-only" | "sans-only" | "system";
|
|
15347
|
+
reportName?: string;
|
|
15348
|
+
};
|
|
15041
15349
|
};
|
|
15042
15350
|
ThreeChart: {
|
|
15043
15351
|
chart1: components["schemas"]["ChartInput"];
|
|
@@ -15117,7 +15425,28 @@ export interface components {
|
|
|
15117
15425
|
year?: number;
|
|
15118
15426
|
/** @enum {string} */
|
|
15119
15427
|
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
15120
|
-
whitelabel?: boolean
|
|
15428
|
+
whitelabel?: boolean | {
|
|
15429
|
+
companyName?: string;
|
|
15430
|
+
/** Format: uri */
|
|
15431
|
+
companyUrl?: string;
|
|
15432
|
+
/** Format: email */
|
|
15433
|
+
companyEmail?: string;
|
|
15434
|
+
companyMobile?: string;
|
|
15435
|
+
companyBio?: string;
|
|
15436
|
+
/** Format: uri */
|
|
15437
|
+
logoUrl?: string;
|
|
15438
|
+
/** Format: uri */
|
|
15439
|
+
frontImage?: string;
|
|
15440
|
+
textPrimaryColor?: string;
|
|
15441
|
+
textSecondaryColor?: string;
|
|
15442
|
+
backgroundColor?: string;
|
|
15443
|
+
themeColor?: string;
|
|
15444
|
+
headingColor?: string;
|
|
15445
|
+
footerText?: string;
|
|
15446
|
+
/** @enum {string} */
|
|
15447
|
+
fontPairing?: "serif-sans" | "sans-serif" | "serif-only" | "sans-only" | "system";
|
|
15448
|
+
reportName?: string;
|
|
15449
|
+
};
|
|
15121
15450
|
};
|
|
15122
15451
|
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. */
|
|
15123
15452
|
Transits: components["schemas"]["ChartInput"] & ({
|
|
@@ -15159,7 +15488,28 @@ export interface components {
|
|
|
15159
15488
|
chart: components["schemas"]["ChartInput"];
|
|
15160
15489
|
/** @enum {string} */
|
|
15161
15490
|
language?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "hi" | "fr" | "ko" | "it" | "ja" | "id" | "tr" | "nl" | "ro" | "cs" | "vi" | "ar" | "el" | "hu";
|
|
15162
|
-
whitelabel?: boolean
|
|
15491
|
+
whitelabel?: boolean | {
|
|
15492
|
+
companyName?: string;
|
|
15493
|
+
/** Format: uri */
|
|
15494
|
+
companyUrl?: string;
|
|
15495
|
+
/** Format: email */
|
|
15496
|
+
companyEmail?: string;
|
|
15497
|
+
companyMobile?: string;
|
|
15498
|
+
companyBio?: string;
|
|
15499
|
+
/** Format: uri */
|
|
15500
|
+
logoUrl?: string;
|
|
15501
|
+
/** Format: uri */
|
|
15502
|
+
frontImage?: string;
|
|
15503
|
+
textPrimaryColor?: string;
|
|
15504
|
+
textSecondaryColor?: string;
|
|
15505
|
+
backgroundColor?: string;
|
|
15506
|
+
themeColor?: string;
|
|
15507
|
+
headingColor?: string;
|
|
15508
|
+
footerText?: string;
|
|
15509
|
+
/** @enum {string} */
|
|
15510
|
+
fontPairing?: "serif-sans" | "sans-serif" | "serif-only" | "sans-only" | "system";
|
|
15511
|
+
reportName?: string;
|
|
15512
|
+
};
|
|
15163
15513
|
};
|
|
15164
15514
|
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. */
|
|
15165
15515
|
Vedic: components["schemas"]["ChartInput"] & ({
|
|
@@ -28699,7 +29049,7 @@ export interface operations {
|
|
|
28699
29049
|
};
|
|
28700
29050
|
};
|
|
28701
29051
|
};
|
|
28702
|
-
"
|
|
29052
|
+
"moon-phase": {
|
|
28703
29053
|
parameters: {
|
|
28704
29054
|
query?: never;
|
|
28705
29055
|
header?: never;
|
|
@@ -28710,14 +29060,14 @@ export interface operations {
|
|
|
28710
29060
|
content: {
|
|
28711
29061
|
/**
|
|
28712
29062
|
* @example {
|
|
28713
|
-
* "date": "
|
|
28714
|
-
* "time": "
|
|
28715
|
-
* "
|
|
28716
|
-
* "
|
|
28717
|
-
* "
|
|
29063
|
+
* "date": "2024-01-25",
|
|
29064
|
+
* "time": "12:00:00",
|
|
29065
|
+
* "latitude": 0,
|
|
29066
|
+
* "longitude": 0,
|
|
29067
|
+
* "timezoneOffset": 0
|
|
28718
29068
|
* }
|
|
28719
29069
|
*/
|
|
28720
|
-
"application/json":
|
|
29070
|
+
"application/json": Record<string, never>;
|
|
28721
29071
|
};
|
|
28722
29072
|
};
|
|
28723
29073
|
responses: {
|
|
@@ -28727,17 +29077,339 @@ export interface operations {
|
|
|
28727
29077
|
[name: string]: unknown;
|
|
28728
29078
|
};
|
|
28729
29079
|
content: {
|
|
29080
|
+
/**
|
|
29081
|
+
* @example {
|
|
29082
|
+
* "ok": true,
|
|
29083
|
+
* "data": {
|
|
29084
|
+
* "phase": 0.999,
|
|
29085
|
+
* "phaseName": "Full Moon",
|
|
29086
|
+
* "majorPhase": "full_moon",
|
|
29087
|
+
* "illuminationPercent": 99.94,
|
|
29088
|
+
* "elongationDeg": 177.25,
|
|
29089
|
+
* "ageDays": 14.54,
|
|
29090
|
+
* "waxing": true,
|
|
29091
|
+
* "moonSign": "Leo",
|
|
29092
|
+
* "sunSign": "Aquarius",
|
|
29093
|
+
* "moonLongitude": 122.24,
|
|
29094
|
+
* "sunLongitude": 304.99
|
|
29095
|
+
* }
|
|
29096
|
+
* }
|
|
29097
|
+
*/
|
|
28730
29098
|
"application/json": {
|
|
28731
29099
|
/** @example true */
|
|
28732
29100
|
ok?: boolean;
|
|
28733
29101
|
data?: {
|
|
28734
|
-
|
|
28735
|
-
|
|
28736
|
-
|
|
28737
|
-
|
|
28738
|
-
|
|
28739
|
-
|
|
28740
|
-
|
|
29102
|
+
phase?: number;
|
|
29103
|
+
phaseName?: string;
|
|
29104
|
+
majorPhase?: string;
|
|
29105
|
+
illuminationPercent?: number;
|
|
29106
|
+
elongationDeg?: number;
|
|
29107
|
+
ageDays?: number;
|
|
29108
|
+
waxing?: boolean;
|
|
29109
|
+
moonSign?: string;
|
|
29110
|
+
sunSign?: string;
|
|
29111
|
+
moonLongitude?: number;
|
|
29112
|
+
sunLongitude?: number;
|
|
29113
|
+
};
|
|
29114
|
+
};
|
|
29115
|
+
};
|
|
29116
|
+
};
|
|
29117
|
+
/** @description Validation error */
|
|
29118
|
+
400: {
|
|
29119
|
+
headers: {
|
|
29120
|
+
[name: string]: unknown;
|
|
29121
|
+
};
|
|
29122
|
+
content: {
|
|
29123
|
+
/**
|
|
29124
|
+
* @example {
|
|
29125
|
+
* "ok": false,
|
|
29126
|
+
* "error": {
|
|
29127
|
+
* "code": "INVALID_INPUT",
|
|
29128
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
29129
|
+
* "details": [
|
|
29130
|
+
* {
|
|
29131
|
+
* "path": "date",
|
|
29132
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
29133
|
+
* }
|
|
29134
|
+
* ]
|
|
29135
|
+
* }
|
|
29136
|
+
* }
|
|
29137
|
+
*/
|
|
29138
|
+
"application/json": unknown;
|
|
29139
|
+
};
|
|
29140
|
+
};
|
|
29141
|
+
/** @description Missing or invalid API key */
|
|
29142
|
+
401: {
|
|
29143
|
+
headers: {
|
|
29144
|
+
[name: string]: unknown;
|
|
29145
|
+
};
|
|
29146
|
+
content: {
|
|
29147
|
+
/**
|
|
29148
|
+
* @example {
|
|
29149
|
+
* "ok": false,
|
|
29150
|
+
* "error": {
|
|
29151
|
+
* "code": "INVALID_API_KEY",
|
|
29152
|
+
* "message": "Invalid API key"
|
|
29153
|
+
* }
|
|
29154
|
+
* }
|
|
29155
|
+
*/
|
|
29156
|
+
"application/json": unknown;
|
|
29157
|
+
};
|
|
29158
|
+
};
|
|
29159
|
+
};
|
|
29160
|
+
};
|
|
29161
|
+
houses: {
|
|
29162
|
+
parameters: {
|
|
29163
|
+
query?: never;
|
|
29164
|
+
header?: never;
|
|
29165
|
+
path?: never;
|
|
29166
|
+
cookie?: never;
|
|
29167
|
+
};
|
|
29168
|
+
requestBody: {
|
|
29169
|
+
content: {
|
|
29170
|
+
/**
|
|
29171
|
+
* @example {
|
|
29172
|
+
* "date": "1926-06-01",
|
|
29173
|
+
* "time": "09:30:00",
|
|
29174
|
+
* "timezoneOffset": -8,
|
|
29175
|
+
* "latitude": 34.0522,
|
|
29176
|
+
* "longitude": -118.2437,
|
|
29177
|
+
* "houseSystem": "P"
|
|
29178
|
+
* }
|
|
29179
|
+
*/
|
|
29180
|
+
"application/json": Record<string, never>;
|
|
29181
|
+
};
|
|
29182
|
+
};
|
|
29183
|
+
responses: {
|
|
29184
|
+
/** @description Successful calculation */
|
|
29185
|
+
200: {
|
|
29186
|
+
headers: {
|
|
29187
|
+
[name: string]: unknown;
|
|
29188
|
+
};
|
|
29189
|
+
content: {
|
|
29190
|
+
/**
|
|
29191
|
+
* @example {
|
|
29192
|
+
* "ok": true,
|
|
29193
|
+
* "data": {
|
|
29194
|
+
* "houses": {
|
|
29195
|
+
* "system": "P",
|
|
29196
|
+
* "cusps": [
|
|
29197
|
+
* 133.07,
|
|
29198
|
+
* 156.14,
|
|
29199
|
+
* 183.67,
|
|
29200
|
+
* 216.01,
|
|
29201
|
+
* 250.59,
|
|
29202
|
+
* 283.51,
|
|
29203
|
+
* 313.07,
|
|
29204
|
+
* 336.14,
|
|
29205
|
+
* 3.67,
|
|
29206
|
+
* 36.01,
|
|
29207
|
+
* 70.59,
|
|
29208
|
+
* 103.51
|
|
29209
|
+
* ],
|
|
29210
|
+
* "ascendant": 133.07,
|
|
29211
|
+
* "mc": 36.01,
|
|
29212
|
+
* "armc": 33.69,
|
|
29213
|
+
* "vertex": 264.52,
|
|
29214
|
+
* "equatorialAsc": 121.45
|
|
29215
|
+
* }
|
|
29216
|
+
* }
|
|
29217
|
+
* }
|
|
29218
|
+
*/
|
|
29219
|
+
"application/json": {
|
|
29220
|
+
/** @example true */
|
|
29221
|
+
ok?: boolean;
|
|
29222
|
+
data?: {
|
|
29223
|
+
houses?: {
|
|
29224
|
+
system?: string;
|
|
29225
|
+
cusps?: number[];
|
|
29226
|
+
ascendant?: number;
|
|
29227
|
+
mc?: number;
|
|
29228
|
+
armc?: number;
|
|
29229
|
+
vertex?: number;
|
|
29230
|
+
equatorialAsc?: number;
|
|
29231
|
+
};
|
|
29232
|
+
};
|
|
29233
|
+
};
|
|
29234
|
+
};
|
|
29235
|
+
};
|
|
29236
|
+
/** @description Validation error */
|
|
29237
|
+
400: {
|
|
29238
|
+
headers: {
|
|
29239
|
+
[name: string]: unknown;
|
|
29240
|
+
};
|
|
29241
|
+
content: {
|
|
29242
|
+
/**
|
|
29243
|
+
* @example {
|
|
29244
|
+
* "ok": false,
|
|
29245
|
+
* "error": {
|
|
29246
|
+
* "code": "INVALID_INPUT",
|
|
29247
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
29248
|
+
* "details": [
|
|
29249
|
+
* {
|
|
29250
|
+
* "path": "date",
|
|
29251
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
29252
|
+
* }
|
|
29253
|
+
* ]
|
|
29254
|
+
* }
|
|
29255
|
+
* }
|
|
29256
|
+
*/
|
|
29257
|
+
"application/json": unknown;
|
|
29258
|
+
};
|
|
29259
|
+
};
|
|
29260
|
+
/** @description Missing or invalid API key */
|
|
29261
|
+
401: {
|
|
29262
|
+
headers: {
|
|
29263
|
+
[name: string]: unknown;
|
|
29264
|
+
};
|
|
29265
|
+
content: {
|
|
29266
|
+
/**
|
|
29267
|
+
* @example {
|
|
29268
|
+
* "ok": false,
|
|
29269
|
+
* "error": {
|
|
29270
|
+
* "code": "INVALID_API_KEY",
|
|
29271
|
+
* "message": "Invalid API key"
|
|
29272
|
+
* }
|
|
29273
|
+
* }
|
|
29274
|
+
*/
|
|
29275
|
+
"application/json": unknown;
|
|
29276
|
+
};
|
|
29277
|
+
};
|
|
29278
|
+
};
|
|
29279
|
+
};
|
|
29280
|
+
aspects: {
|
|
29281
|
+
parameters: {
|
|
29282
|
+
query?: never;
|
|
29283
|
+
header?: never;
|
|
29284
|
+
path?: never;
|
|
29285
|
+
cookie?: never;
|
|
29286
|
+
};
|
|
29287
|
+
requestBody: {
|
|
29288
|
+
content: {
|
|
29289
|
+
/**
|
|
29290
|
+
* @example {
|
|
29291
|
+
* "date": "1926-06-01",
|
|
29292
|
+
* "time": "09:30:00",
|
|
29293
|
+
* "timezoneOffset": -8,
|
|
29294
|
+
* "latitude": 34.0522,
|
|
29295
|
+
* "longitude": -118.2437
|
|
29296
|
+
* }
|
|
29297
|
+
*/
|
|
29298
|
+
"application/json": Record<string, never>;
|
|
29299
|
+
};
|
|
29300
|
+
};
|
|
29301
|
+
responses: {
|
|
29302
|
+
/** @description Successful calculation */
|
|
29303
|
+
200: {
|
|
29304
|
+
headers: {
|
|
29305
|
+
[name: string]: unknown;
|
|
29306
|
+
};
|
|
29307
|
+
content: {
|
|
29308
|
+
"application/json": {
|
|
29309
|
+
/** @example true */
|
|
29310
|
+
ok?: boolean;
|
|
29311
|
+
data?: {
|
|
29312
|
+
count?: number;
|
|
29313
|
+
aspects?: {
|
|
29314
|
+
planet1?: string;
|
|
29315
|
+
planet2?: string;
|
|
29316
|
+
type?: {
|
|
29317
|
+
name?: string;
|
|
29318
|
+
angle?: number;
|
|
29319
|
+
symbol?: string;
|
|
29320
|
+
isMajor?: boolean;
|
|
29321
|
+
};
|
|
29322
|
+
exactAngle?: number;
|
|
29323
|
+
orb?: number;
|
|
29324
|
+
isApplying?: boolean;
|
|
29325
|
+
}[];
|
|
29326
|
+
};
|
|
29327
|
+
};
|
|
29328
|
+
};
|
|
29329
|
+
};
|
|
29330
|
+
/** @description Validation error */
|
|
29331
|
+
400: {
|
|
29332
|
+
headers: {
|
|
29333
|
+
[name: string]: unknown;
|
|
29334
|
+
};
|
|
29335
|
+
content: {
|
|
29336
|
+
/**
|
|
29337
|
+
* @example {
|
|
29338
|
+
* "ok": false,
|
|
29339
|
+
* "error": {
|
|
29340
|
+
* "code": "INVALID_INPUT",
|
|
29341
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
29342
|
+
* "details": [
|
|
29343
|
+
* {
|
|
29344
|
+
* "path": "date",
|
|
29345
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
29346
|
+
* }
|
|
29347
|
+
* ]
|
|
29348
|
+
* }
|
|
29349
|
+
* }
|
|
29350
|
+
*/
|
|
29351
|
+
"application/json": unknown;
|
|
29352
|
+
};
|
|
29353
|
+
};
|
|
29354
|
+
/** @description Missing or invalid API key */
|
|
29355
|
+
401: {
|
|
29356
|
+
headers: {
|
|
29357
|
+
[name: string]: unknown;
|
|
29358
|
+
};
|
|
29359
|
+
content: {
|
|
29360
|
+
/**
|
|
29361
|
+
* @example {
|
|
29362
|
+
* "ok": false,
|
|
29363
|
+
* "error": {
|
|
29364
|
+
* "code": "INVALID_API_KEY",
|
|
29365
|
+
* "message": "Invalid API key"
|
|
29366
|
+
* }
|
|
29367
|
+
* }
|
|
29368
|
+
*/
|
|
29369
|
+
"application/json": unknown;
|
|
29370
|
+
};
|
|
29371
|
+
};
|
|
29372
|
+
};
|
|
29373
|
+
};
|
|
29374
|
+
"planetary-phases": {
|
|
29375
|
+
parameters: {
|
|
29376
|
+
query?: never;
|
|
29377
|
+
header?: never;
|
|
29378
|
+
path?: never;
|
|
29379
|
+
cookie?: never;
|
|
29380
|
+
};
|
|
29381
|
+
requestBody: {
|
|
29382
|
+
content: {
|
|
29383
|
+
/**
|
|
29384
|
+
* @example {
|
|
29385
|
+
* "date": "1990-05-15",
|
|
29386
|
+
* "time": "14:30:00",
|
|
29387
|
+
* "timezoneOffset": 3,
|
|
29388
|
+
* "latitude": 50.45,
|
|
29389
|
+
* "longitude": 30.52
|
|
29390
|
+
* }
|
|
29391
|
+
*/
|
|
29392
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
29393
|
+
};
|
|
29394
|
+
};
|
|
29395
|
+
responses: {
|
|
29396
|
+
/** @description Successful calculation */
|
|
29397
|
+
200: {
|
|
29398
|
+
headers: {
|
|
29399
|
+
[name: string]: unknown;
|
|
29400
|
+
};
|
|
29401
|
+
content: {
|
|
29402
|
+
"application/json": {
|
|
29403
|
+
/** @example true */
|
|
29404
|
+
ok?: boolean;
|
|
29405
|
+
data?: {
|
|
29406
|
+
phases?: {
|
|
29407
|
+
planet?: string;
|
|
29408
|
+
phase?: string;
|
|
29409
|
+
elongation?: number;
|
|
29410
|
+
synodic_angle?: number;
|
|
29411
|
+
oriental?: boolean;
|
|
29412
|
+
}[];
|
|
28741
29413
|
};
|
|
28742
29414
|
};
|
|
28743
29415
|
};
|
|
@@ -47586,8 +48258,20 @@ export interface operations {
|
|
|
47586
48258
|
};
|
|
47587
48259
|
horoscope_daily: {
|
|
47588
48260
|
parameters: {
|
|
47589
|
-
query?:
|
|
47590
|
-
|
|
48261
|
+
query?: {
|
|
48262
|
+
/**
|
|
48263
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
48264
|
+
* @example hi
|
|
48265
|
+
*/
|
|
48266
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48267
|
+
};
|
|
48268
|
+
header?: {
|
|
48269
|
+
/**
|
|
48270
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
48271
|
+
* @example de
|
|
48272
|
+
*/
|
|
48273
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48274
|
+
};
|
|
47591
48275
|
path?: never;
|
|
47592
48276
|
cookie?: never;
|
|
47593
48277
|
};
|
|
@@ -47689,8 +48373,20 @@ export interface operations {
|
|
|
47689
48373
|
};
|
|
47690
48374
|
horoscope_weekly: {
|
|
47691
48375
|
parameters: {
|
|
47692
|
-
query?:
|
|
47693
|
-
|
|
48376
|
+
query?: {
|
|
48377
|
+
/**
|
|
48378
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
48379
|
+
* @example hi
|
|
48380
|
+
*/
|
|
48381
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48382
|
+
};
|
|
48383
|
+
header?: {
|
|
48384
|
+
/**
|
|
48385
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
48386
|
+
* @example de
|
|
48387
|
+
*/
|
|
48388
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48389
|
+
};
|
|
47694
48390
|
path?: never;
|
|
47695
48391
|
cookie?: never;
|
|
47696
48392
|
};
|
|
@@ -47800,8 +48496,20 @@ export interface operations {
|
|
|
47800
48496
|
};
|
|
47801
48497
|
horoscope_monthly: {
|
|
47802
48498
|
parameters: {
|
|
47803
|
-
query?:
|
|
47804
|
-
|
|
48499
|
+
query?: {
|
|
48500
|
+
/**
|
|
48501
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
48502
|
+
* @example hi
|
|
48503
|
+
*/
|
|
48504
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48505
|
+
};
|
|
48506
|
+
header?: {
|
|
48507
|
+
/**
|
|
48508
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
48509
|
+
* @example de
|
|
48510
|
+
*/
|
|
48511
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48512
|
+
};
|
|
47805
48513
|
path?: never;
|
|
47806
48514
|
cookie?: never;
|
|
47807
48515
|
};
|
|
@@ -47892,8 +48600,20 @@ export interface operations {
|
|
|
47892
48600
|
};
|
|
47893
48601
|
horoscope_yearly: {
|
|
47894
48602
|
parameters: {
|
|
47895
|
-
query?:
|
|
47896
|
-
|
|
48603
|
+
query?: {
|
|
48604
|
+
/**
|
|
48605
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
48606
|
+
* @example hi
|
|
48607
|
+
*/
|
|
48608
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48609
|
+
};
|
|
48610
|
+
header?: {
|
|
48611
|
+
/**
|
|
48612
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
48613
|
+
* @example de
|
|
48614
|
+
*/
|
|
48615
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48616
|
+
};
|
|
47897
48617
|
path?: never;
|
|
47898
48618
|
cookie?: never;
|
|
47899
48619
|
};
|
|
@@ -47999,8 +48719,20 @@ export interface operations {
|
|
|
47999
48719
|
};
|
|
48000
48720
|
horoscope_compatibility: {
|
|
48001
48721
|
parameters: {
|
|
48002
|
-
query?:
|
|
48003
|
-
|
|
48722
|
+
query?: {
|
|
48723
|
+
/**
|
|
48724
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
48725
|
+
* @example hi
|
|
48726
|
+
*/
|
|
48727
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48728
|
+
};
|
|
48729
|
+
header?: {
|
|
48730
|
+
/**
|
|
48731
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
48732
|
+
* @example de
|
|
48733
|
+
*/
|
|
48734
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48735
|
+
};
|
|
48004
48736
|
path?: never;
|
|
48005
48737
|
cookie?: never;
|
|
48006
48738
|
};
|
|
@@ -48110,8 +48842,20 @@ export interface operations {
|
|
|
48110
48842
|
};
|
|
48111
48843
|
interpret_natal: {
|
|
48112
48844
|
parameters: {
|
|
48113
|
-
query?:
|
|
48114
|
-
|
|
48845
|
+
query?: {
|
|
48846
|
+
/**
|
|
48847
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
48848
|
+
* @example hi
|
|
48849
|
+
*/
|
|
48850
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48851
|
+
};
|
|
48852
|
+
header?: {
|
|
48853
|
+
/**
|
|
48854
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
48855
|
+
* @example de
|
|
48856
|
+
*/
|
|
48857
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48858
|
+
};
|
|
48115
48859
|
path?: never;
|
|
48116
48860
|
cookie?: never;
|
|
48117
48861
|
};
|
|
@@ -48212,8 +48956,20 @@ export interface operations {
|
|
|
48212
48956
|
};
|
|
48213
48957
|
interpret_synastry: {
|
|
48214
48958
|
parameters: {
|
|
48215
|
-
query?:
|
|
48216
|
-
|
|
48959
|
+
query?: {
|
|
48960
|
+
/**
|
|
48961
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
48962
|
+
* @example hi
|
|
48963
|
+
*/
|
|
48964
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48965
|
+
};
|
|
48966
|
+
header?: {
|
|
48967
|
+
/**
|
|
48968
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
48969
|
+
* @example de
|
|
48970
|
+
*/
|
|
48971
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
48972
|
+
};
|
|
48217
48973
|
path?: never;
|
|
48218
48974
|
cookie?: never;
|
|
48219
48975
|
};
|
|
@@ -48316,8 +49072,20 @@ export interface operations {
|
|
|
48316
49072
|
};
|
|
48317
49073
|
interpret_transits: {
|
|
48318
49074
|
parameters: {
|
|
48319
|
-
query?:
|
|
48320
|
-
|
|
49075
|
+
query?: {
|
|
49076
|
+
/**
|
|
49077
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
49078
|
+
* @example hi
|
|
49079
|
+
*/
|
|
49080
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
49081
|
+
};
|
|
49082
|
+
header?: {
|
|
49083
|
+
/**
|
|
49084
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
49085
|
+
* @example de
|
|
49086
|
+
*/
|
|
49087
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
49088
|
+
};
|
|
48321
49089
|
path?: never;
|
|
48322
49090
|
cookie?: never;
|
|
48323
49091
|
};
|
|
@@ -48407,8 +49175,20 @@ export interface operations {
|
|
|
48407
49175
|
};
|
|
48408
49176
|
interpret_element: {
|
|
48409
49177
|
parameters: {
|
|
48410
|
-
query?:
|
|
48411
|
-
|
|
49178
|
+
query?: {
|
|
49179
|
+
/**
|
|
49180
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
49181
|
+
* @example hi
|
|
49182
|
+
*/
|
|
49183
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
49184
|
+
};
|
|
49185
|
+
header?: {
|
|
49186
|
+
/**
|
|
49187
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
49188
|
+
* @example de
|
|
49189
|
+
*/
|
|
49190
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
49191
|
+
};
|
|
48412
49192
|
path?: never;
|
|
48413
49193
|
cookie?: never;
|
|
48414
49194
|
};
|
|
@@ -48507,8 +49287,20 @@ export interface operations {
|
|
|
48507
49287
|
};
|
|
48508
49288
|
interpret_placement: {
|
|
48509
49289
|
parameters: {
|
|
48510
|
-
query?:
|
|
48511
|
-
|
|
49290
|
+
query?: {
|
|
49291
|
+
/**
|
|
49292
|
+
* @description Alternative to Accept-Language for clients without header control.
|
|
49293
|
+
* @example hi
|
|
49294
|
+
*/
|
|
49295
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
49296
|
+
};
|
|
49297
|
+
header?: {
|
|
49298
|
+
/**
|
|
49299
|
+
* @description Target language for response text fields. RFC 7231 q-weighted. Falls back to ?lang= query param, then body.language, then source uk. Unknown codes silently fall through to uk.
|
|
49300
|
+
* @example de
|
|
49301
|
+
*/
|
|
49302
|
+
"Accept-Language"?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
49303
|
+
};
|
|
48512
49304
|
path?: never;
|
|
48513
49305
|
cookie?: never;
|
|
48514
49306
|
};
|
|
@@ -62624,6 +63416,100 @@ export interface operations {
|
|
|
62624
63416
|
};
|
|
62625
63417
|
};
|
|
62626
63418
|
};
|
|
63419
|
+
auth_keys_me_get: {
|
|
63420
|
+
parameters: {
|
|
63421
|
+
query?: never;
|
|
63422
|
+
header?: never;
|
|
63423
|
+
path?: never;
|
|
63424
|
+
cookie?: never;
|
|
63425
|
+
};
|
|
63426
|
+
requestBody?: never;
|
|
63427
|
+
responses: {
|
|
63428
|
+
/** @description Successful calculation */
|
|
63429
|
+
200: {
|
|
63430
|
+
headers: {
|
|
63431
|
+
[name: string]: unknown;
|
|
63432
|
+
};
|
|
63433
|
+
content: {
|
|
63434
|
+
/**
|
|
63435
|
+
* @example {
|
|
63436
|
+
* "ok": true,
|
|
63437
|
+
* "data": {
|
|
63438
|
+
* "key_prefix": "aw_live_a3f...",
|
|
63439
|
+
* "plan": "indie",
|
|
63440
|
+
* "credits_remaining": 18432,
|
|
63441
|
+
* "credits_total_this_period": 50000,
|
|
63442
|
+
* "period_end": "2026-06-01T00:00:00.000Z",
|
|
63443
|
+
* "status": "active",
|
|
63444
|
+
* "domain": "example.com",
|
|
63445
|
+
* "domain_bound_at": "2026-05-14T18:22:00.000Z",
|
|
63446
|
+
* "created_at": "2026-05-12T08:00:00.000Z",
|
|
63447
|
+
* "referrer_source": "wp_plugin"
|
|
63448
|
+
* }
|
|
63449
|
+
* }
|
|
63450
|
+
*/
|
|
63451
|
+
"application/json": {
|
|
63452
|
+
/** @example true */
|
|
63453
|
+
ok?: boolean;
|
|
63454
|
+
data?: {
|
|
63455
|
+
key_prefix?: string;
|
|
63456
|
+
plan?: string;
|
|
63457
|
+
credits_remaining?: number;
|
|
63458
|
+
credits_total_this_period?: number;
|
|
63459
|
+
period_end?: string;
|
|
63460
|
+
status?: string;
|
|
63461
|
+
domain?: string;
|
|
63462
|
+
domain_bound_at?: string;
|
|
63463
|
+
created_at?: string;
|
|
63464
|
+
referrer_source?: string;
|
|
63465
|
+
};
|
|
63466
|
+
};
|
|
63467
|
+
};
|
|
63468
|
+
};
|
|
63469
|
+
/** @description Validation error */
|
|
63470
|
+
400: {
|
|
63471
|
+
headers: {
|
|
63472
|
+
[name: string]: unknown;
|
|
63473
|
+
};
|
|
63474
|
+
content: {
|
|
63475
|
+
/**
|
|
63476
|
+
* @example {
|
|
63477
|
+
* "ok": false,
|
|
63478
|
+
* "error": {
|
|
63479
|
+
* "code": "INVALID_INPUT",
|
|
63480
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
63481
|
+
* "details": [
|
|
63482
|
+
* {
|
|
63483
|
+
* "path": "date",
|
|
63484
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
63485
|
+
* }
|
|
63486
|
+
* ]
|
|
63487
|
+
* }
|
|
63488
|
+
* }
|
|
63489
|
+
*/
|
|
63490
|
+
"application/json": unknown;
|
|
63491
|
+
};
|
|
63492
|
+
};
|
|
63493
|
+
/** @description Missing or invalid API key */
|
|
63494
|
+
401: {
|
|
63495
|
+
headers: {
|
|
63496
|
+
[name: string]: unknown;
|
|
63497
|
+
};
|
|
63498
|
+
content: {
|
|
63499
|
+
/**
|
|
63500
|
+
* @example {
|
|
63501
|
+
* "ok": false,
|
|
63502
|
+
* "error": {
|
|
63503
|
+
* "code": "INVALID_API_KEY",
|
|
63504
|
+
* "message": "Invalid API key"
|
|
63505
|
+
* }
|
|
63506
|
+
* }
|
|
63507
|
+
*/
|
|
63508
|
+
"application/json": unknown;
|
|
63509
|
+
};
|
|
63510
|
+
};
|
|
63511
|
+
};
|
|
63512
|
+
};
|
|
62627
63513
|
whitelabel_config_get: {
|
|
62628
63514
|
parameters: {
|
|
62629
63515
|
query?: never;
|
|
@@ -64312,6 +65198,114 @@ export interface operations {
|
|
|
64312
65198
|
};
|
|
64313
65199
|
};
|
|
64314
65200
|
};
|
|
65201
|
+
reports_generate: {
|
|
65202
|
+
parameters: {
|
|
65203
|
+
query?: never;
|
|
65204
|
+
header?: never;
|
|
65205
|
+
path?: never;
|
|
65206
|
+
cookie?: never;
|
|
65207
|
+
};
|
|
65208
|
+
requestBody: {
|
|
65209
|
+
content: {
|
|
65210
|
+
/**
|
|
65211
|
+
* @example {
|
|
65212
|
+
* "report_type": "natal",
|
|
65213
|
+
* "chart": {
|
|
65214
|
+
* "date": "1990-05-15",
|
|
65215
|
+
* "time": "14:30:00",
|
|
65216
|
+
* "timezoneOffset": 3,
|
|
65217
|
+
* "latitude": 50.45,
|
|
65218
|
+
* "longitude": 30.52
|
|
65219
|
+
* },
|
|
65220
|
+
* "language": "uk",
|
|
65221
|
+
* "whitelabel": {
|
|
65222
|
+
* "companyName": "Acme",
|
|
65223
|
+
* "themeColor": "#ff5500",
|
|
65224
|
+
* "reportName": "My Cosmic Map"
|
|
65225
|
+
* }
|
|
65226
|
+
* }
|
|
65227
|
+
*/
|
|
65228
|
+
"application/json": components["schemas"]["GenerateReport"];
|
|
65229
|
+
};
|
|
65230
|
+
};
|
|
65231
|
+
responses: {
|
|
65232
|
+
/** @description Successful calculation */
|
|
65233
|
+
200: {
|
|
65234
|
+
headers: {
|
|
65235
|
+
[name: string]: unknown;
|
|
65236
|
+
};
|
|
65237
|
+
content: {
|
|
65238
|
+
/**
|
|
65239
|
+
* @example {
|
|
65240
|
+
* "ok": true,
|
|
65241
|
+
* "data": {
|
|
65242
|
+
* "url": "https://api.astroway.info/reports/abc.pdf",
|
|
65243
|
+
* "storage_key": "reports/abc.pdf",
|
|
65244
|
+
* "byte_length": 145000,
|
|
65245
|
+
* "page_count": 1,
|
|
65246
|
+
* "duration_ms": 4100,
|
|
65247
|
+
* "expires_at": "2026-05-16T07:00:00Z"
|
|
65248
|
+
* }
|
|
65249
|
+
* }
|
|
65250
|
+
*/
|
|
65251
|
+
"application/json": {
|
|
65252
|
+
/** @example true */
|
|
65253
|
+
ok?: boolean;
|
|
65254
|
+
data?: {
|
|
65255
|
+
url?: string;
|
|
65256
|
+
storage_key?: string;
|
|
65257
|
+
byte_length?: number;
|
|
65258
|
+
page_count?: number;
|
|
65259
|
+
duration_ms?: number;
|
|
65260
|
+
expires_at?: string;
|
|
65261
|
+
};
|
|
65262
|
+
};
|
|
65263
|
+
};
|
|
65264
|
+
};
|
|
65265
|
+
/** @description Validation error */
|
|
65266
|
+
400: {
|
|
65267
|
+
headers: {
|
|
65268
|
+
[name: string]: unknown;
|
|
65269
|
+
};
|
|
65270
|
+
content: {
|
|
65271
|
+
/**
|
|
65272
|
+
* @example {
|
|
65273
|
+
* "ok": false,
|
|
65274
|
+
* "error": {
|
|
65275
|
+
* "code": "INVALID_INPUT",
|
|
65276
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
65277
|
+
* "details": [
|
|
65278
|
+
* {
|
|
65279
|
+
* "path": "date",
|
|
65280
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
65281
|
+
* }
|
|
65282
|
+
* ]
|
|
65283
|
+
* }
|
|
65284
|
+
* }
|
|
65285
|
+
*/
|
|
65286
|
+
"application/json": unknown;
|
|
65287
|
+
};
|
|
65288
|
+
};
|
|
65289
|
+
/** @description Missing or invalid API key */
|
|
65290
|
+
401: {
|
|
65291
|
+
headers: {
|
|
65292
|
+
[name: string]: unknown;
|
|
65293
|
+
};
|
|
65294
|
+
content: {
|
|
65295
|
+
/**
|
|
65296
|
+
* @example {
|
|
65297
|
+
* "ok": false,
|
|
65298
|
+
* "error": {
|
|
65299
|
+
* "code": "INVALID_API_KEY",
|
|
65300
|
+
* "message": "Invalid API key"
|
|
65301
|
+
* }
|
|
65302
|
+
* }
|
|
65303
|
+
*/
|
|
65304
|
+
"application/json": unknown;
|
|
65305
|
+
};
|
|
65306
|
+
};
|
|
65307
|
+
};
|
|
65308
|
+
};
|
|
64315
65309
|
"reports_ai_natal-narrative": {
|
|
64316
65310
|
parameters: {
|
|
64317
65311
|
query?: never;
|
|
@@ -73910,18 +74904,282 @@ export interface operations {
|
|
|
73910
74904
|
};
|
|
73911
74905
|
};
|
|
73912
74906
|
};
|
|
73913
|
-
|
|
74907
|
+
embed_transit_get: {
|
|
73914
74908
|
parameters: {
|
|
73915
74909
|
query?: never;
|
|
73916
74910
|
header?: never;
|
|
73917
74911
|
path?: never;
|
|
73918
74912
|
cookie?: never;
|
|
73919
74913
|
};
|
|
73920
|
-
requestBody
|
|
73921
|
-
|
|
73922
|
-
|
|
73923
|
-
|
|
73924
|
-
|
|
74914
|
+
requestBody?: never;
|
|
74915
|
+
responses: {
|
|
74916
|
+
/** @description Successful calculation */
|
|
74917
|
+
200: {
|
|
74918
|
+
headers: {
|
|
74919
|
+
[name: string]: unknown;
|
|
74920
|
+
};
|
|
74921
|
+
content: {
|
|
74922
|
+
"application/json": {
|
|
74923
|
+
/** @example true */
|
|
74924
|
+
ok?: boolean;
|
|
74925
|
+
data?: Record<string, never>;
|
|
74926
|
+
};
|
|
74927
|
+
};
|
|
74928
|
+
};
|
|
74929
|
+
/** @description Validation error */
|
|
74930
|
+
400: {
|
|
74931
|
+
headers: {
|
|
74932
|
+
[name: string]: unknown;
|
|
74933
|
+
};
|
|
74934
|
+
content: {
|
|
74935
|
+
/**
|
|
74936
|
+
* @example {
|
|
74937
|
+
* "ok": false,
|
|
74938
|
+
* "error": {
|
|
74939
|
+
* "code": "INVALID_INPUT",
|
|
74940
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
74941
|
+
* "details": [
|
|
74942
|
+
* {
|
|
74943
|
+
* "path": "date",
|
|
74944
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
74945
|
+
* }
|
|
74946
|
+
* ]
|
|
74947
|
+
* }
|
|
74948
|
+
* }
|
|
74949
|
+
*/
|
|
74950
|
+
"application/json": unknown;
|
|
74951
|
+
};
|
|
74952
|
+
};
|
|
74953
|
+
/** @description Missing or invalid API key */
|
|
74954
|
+
401: {
|
|
74955
|
+
headers: {
|
|
74956
|
+
[name: string]: unknown;
|
|
74957
|
+
};
|
|
74958
|
+
content: {
|
|
74959
|
+
/**
|
|
74960
|
+
* @example {
|
|
74961
|
+
* "ok": false,
|
|
74962
|
+
* "error": {
|
|
74963
|
+
* "code": "INVALID_API_KEY",
|
|
74964
|
+
* "message": "Invalid API key"
|
|
74965
|
+
* }
|
|
74966
|
+
* }
|
|
74967
|
+
*/
|
|
74968
|
+
"application/json": unknown;
|
|
74969
|
+
};
|
|
74970
|
+
};
|
|
74971
|
+
};
|
|
74972
|
+
};
|
|
74973
|
+
embed_numerology_get: {
|
|
74974
|
+
parameters: {
|
|
74975
|
+
query?: never;
|
|
74976
|
+
header?: never;
|
|
74977
|
+
path?: never;
|
|
74978
|
+
cookie?: never;
|
|
74979
|
+
};
|
|
74980
|
+
requestBody?: never;
|
|
74981
|
+
responses: {
|
|
74982
|
+
/** @description Successful calculation */
|
|
74983
|
+
200: {
|
|
74984
|
+
headers: {
|
|
74985
|
+
[name: string]: unknown;
|
|
74986
|
+
};
|
|
74987
|
+
content: {
|
|
74988
|
+
"application/json": {
|
|
74989
|
+
/** @example true */
|
|
74990
|
+
ok?: boolean;
|
|
74991
|
+
data?: Record<string, never>;
|
|
74992
|
+
};
|
|
74993
|
+
};
|
|
74994
|
+
};
|
|
74995
|
+
/** @description Validation error */
|
|
74996
|
+
400: {
|
|
74997
|
+
headers: {
|
|
74998
|
+
[name: string]: unknown;
|
|
74999
|
+
};
|
|
75000
|
+
content: {
|
|
75001
|
+
/**
|
|
75002
|
+
* @example {
|
|
75003
|
+
* "ok": false,
|
|
75004
|
+
* "error": {
|
|
75005
|
+
* "code": "INVALID_INPUT",
|
|
75006
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
75007
|
+
* "details": [
|
|
75008
|
+
* {
|
|
75009
|
+
* "path": "date",
|
|
75010
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
75011
|
+
* }
|
|
75012
|
+
* ]
|
|
75013
|
+
* }
|
|
75014
|
+
* }
|
|
75015
|
+
*/
|
|
75016
|
+
"application/json": unknown;
|
|
75017
|
+
};
|
|
75018
|
+
};
|
|
75019
|
+
/** @description Missing or invalid API key */
|
|
75020
|
+
401: {
|
|
75021
|
+
headers: {
|
|
75022
|
+
[name: string]: unknown;
|
|
75023
|
+
};
|
|
75024
|
+
content: {
|
|
75025
|
+
/**
|
|
75026
|
+
* @example {
|
|
75027
|
+
* "ok": false,
|
|
75028
|
+
* "error": {
|
|
75029
|
+
* "code": "INVALID_API_KEY",
|
|
75030
|
+
* "message": "Invalid API key"
|
|
75031
|
+
* }
|
|
75032
|
+
* }
|
|
75033
|
+
*/
|
|
75034
|
+
"application/json": unknown;
|
|
75035
|
+
};
|
|
75036
|
+
};
|
|
75037
|
+
};
|
|
75038
|
+
};
|
|
75039
|
+
embed_panchang_get: {
|
|
75040
|
+
parameters: {
|
|
75041
|
+
query?: never;
|
|
75042
|
+
header?: never;
|
|
75043
|
+
path?: never;
|
|
75044
|
+
cookie?: never;
|
|
75045
|
+
};
|
|
75046
|
+
requestBody?: never;
|
|
75047
|
+
responses: {
|
|
75048
|
+
/** @description Successful calculation */
|
|
75049
|
+
200: {
|
|
75050
|
+
headers: {
|
|
75051
|
+
[name: string]: unknown;
|
|
75052
|
+
};
|
|
75053
|
+
content: {
|
|
75054
|
+
"application/json": {
|
|
75055
|
+
/** @example true */
|
|
75056
|
+
ok?: boolean;
|
|
75057
|
+
data?: Record<string, never>;
|
|
75058
|
+
};
|
|
75059
|
+
};
|
|
75060
|
+
};
|
|
75061
|
+
/** @description Validation error */
|
|
75062
|
+
400: {
|
|
75063
|
+
headers: {
|
|
75064
|
+
[name: string]: unknown;
|
|
75065
|
+
};
|
|
75066
|
+
content: {
|
|
75067
|
+
/**
|
|
75068
|
+
* @example {
|
|
75069
|
+
* "ok": false,
|
|
75070
|
+
* "error": {
|
|
75071
|
+
* "code": "INVALID_INPUT",
|
|
75072
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
75073
|
+
* "details": [
|
|
75074
|
+
* {
|
|
75075
|
+
* "path": "date",
|
|
75076
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
75077
|
+
* }
|
|
75078
|
+
* ]
|
|
75079
|
+
* }
|
|
75080
|
+
* }
|
|
75081
|
+
*/
|
|
75082
|
+
"application/json": unknown;
|
|
75083
|
+
};
|
|
75084
|
+
};
|
|
75085
|
+
/** @description Missing or invalid API key */
|
|
75086
|
+
401: {
|
|
75087
|
+
headers: {
|
|
75088
|
+
[name: string]: unknown;
|
|
75089
|
+
};
|
|
75090
|
+
content: {
|
|
75091
|
+
/**
|
|
75092
|
+
* @example {
|
|
75093
|
+
* "ok": false,
|
|
75094
|
+
* "error": {
|
|
75095
|
+
* "code": "INVALID_API_KEY",
|
|
75096
|
+
* "message": "Invalid API key"
|
|
75097
|
+
* }
|
|
75098
|
+
* }
|
|
75099
|
+
*/
|
|
75100
|
+
"application/json": unknown;
|
|
75101
|
+
};
|
|
75102
|
+
};
|
|
75103
|
+
};
|
|
75104
|
+
};
|
|
75105
|
+
embed_synastry_get: {
|
|
75106
|
+
parameters: {
|
|
75107
|
+
query?: never;
|
|
75108
|
+
header?: never;
|
|
75109
|
+
path?: never;
|
|
75110
|
+
cookie?: never;
|
|
75111
|
+
};
|
|
75112
|
+
requestBody?: never;
|
|
75113
|
+
responses: {
|
|
75114
|
+
/** @description Successful calculation */
|
|
75115
|
+
200: {
|
|
75116
|
+
headers: {
|
|
75117
|
+
[name: string]: unknown;
|
|
75118
|
+
};
|
|
75119
|
+
content: {
|
|
75120
|
+
"application/json": {
|
|
75121
|
+
/** @example true */
|
|
75122
|
+
ok?: boolean;
|
|
75123
|
+
data?: Record<string, never>;
|
|
75124
|
+
};
|
|
75125
|
+
};
|
|
75126
|
+
};
|
|
75127
|
+
/** @description Validation error */
|
|
75128
|
+
400: {
|
|
75129
|
+
headers: {
|
|
75130
|
+
[name: string]: unknown;
|
|
75131
|
+
};
|
|
75132
|
+
content: {
|
|
75133
|
+
/**
|
|
75134
|
+
* @example {
|
|
75135
|
+
* "ok": false,
|
|
75136
|
+
* "error": {
|
|
75137
|
+
* "code": "INVALID_INPUT",
|
|
75138
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
75139
|
+
* "details": [
|
|
75140
|
+
* {
|
|
75141
|
+
* "path": "date",
|
|
75142
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
75143
|
+
* }
|
|
75144
|
+
* ]
|
|
75145
|
+
* }
|
|
75146
|
+
* }
|
|
75147
|
+
*/
|
|
75148
|
+
"application/json": unknown;
|
|
75149
|
+
};
|
|
75150
|
+
};
|
|
75151
|
+
/** @description Missing or invalid API key */
|
|
75152
|
+
401: {
|
|
75153
|
+
headers: {
|
|
75154
|
+
[name: string]: unknown;
|
|
75155
|
+
};
|
|
75156
|
+
content: {
|
|
75157
|
+
/**
|
|
75158
|
+
* @example {
|
|
75159
|
+
* "ok": false,
|
|
75160
|
+
* "error": {
|
|
75161
|
+
* "code": "INVALID_API_KEY",
|
|
75162
|
+
* "message": "Invalid API key"
|
|
75163
|
+
* }
|
|
75164
|
+
* }
|
|
75165
|
+
*/
|
|
75166
|
+
"application/json": unknown;
|
|
75167
|
+
};
|
|
75168
|
+
};
|
|
75169
|
+
};
|
|
75170
|
+
};
|
|
75171
|
+
"mcp_tool-call-stream": {
|
|
75172
|
+
parameters: {
|
|
75173
|
+
query?: never;
|
|
75174
|
+
header?: never;
|
|
75175
|
+
path?: never;
|
|
75176
|
+
cookie?: never;
|
|
75177
|
+
};
|
|
75178
|
+
requestBody: {
|
|
75179
|
+
content: {
|
|
75180
|
+
"application/json": components["schemas"]["ToolCall"];
|
|
75181
|
+
};
|
|
75182
|
+
};
|
|
73925
75183
|
responses: {
|
|
73926
75184
|
/** @description Successful calculation */
|
|
73927
75185
|
200: {
|
|
@@ -77392,5 +78650,37 @@ export interface operations {
|
|
|
77392
78650
|
};
|
|
77393
78651
|
};
|
|
77394
78652
|
};
|
|
78653
|
+
version: {
|
|
78654
|
+
parameters: {
|
|
78655
|
+
query?: never;
|
|
78656
|
+
header?: never;
|
|
78657
|
+
path?: never;
|
|
78658
|
+
cookie?: never;
|
|
78659
|
+
};
|
|
78660
|
+
requestBody?: never;
|
|
78661
|
+
responses: {
|
|
78662
|
+
/** @description Current deploy metadata */
|
|
78663
|
+
200: {
|
|
78664
|
+
headers: {
|
|
78665
|
+
[name: string]: unknown;
|
|
78666
|
+
};
|
|
78667
|
+
content: {
|
|
78668
|
+
/**
|
|
78669
|
+
* @example {
|
|
78670
|
+
* "ok": true,
|
|
78671
|
+
* "data": {
|
|
78672
|
+
* "version": "2.71.0",
|
|
78673
|
+
* "build_commit": "67556a6075",
|
|
78674
|
+
* "started_at": "2026-05-27T20:39:04.119Z",
|
|
78675
|
+
* "uptime_seconds": 12345,
|
|
78676
|
+
* "docs_url": "https://api.astroway.info/docs/api/"
|
|
78677
|
+
* }
|
|
78678
|
+
* }
|
|
78679
|
+
*/
|
|
78680
|
+
"application/json": unknown;
|
|
78681
|
+
};
|
|
78682
|
+
};
|
|
78683
|
+
};
|
|
78684
|
+
};
|
|
77395
78685
|
}
|
|
77396
78686
|
//# sourceMappingURL=types.generated.d.ts.map
|