@roxyapi/sdk 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/factory.cjs +27 -19
- package/dist/factory.js +27 -19
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/sdk.gen.d.ts +17 -17
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/types.gen.d.ts +336 -194
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/sdk.gen.ts +39 -31
- package/src/types.gen.ts +336 -194
- package/src/version.ts +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -3267,6 +3267,14 @@ export type GetAngelNumbersNumbersData = {
|
|
|
3267
3267
|
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
|
|
3268
3268
|
*/
|
|
3269
3269
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
3270
|
+
/**
|
|
3271
|
+
* Maximum items to return per page. Range: 1-50, default 20.
|
|
3272
|
+
*/
|
|
3273
|
+
limit?: number;
|
|
3274
|
+
/**
|
|
3275
|
+
* Number of items to skip for pagination. Default 0.
|
|
3276
|
+
*/
|
|
3277
|
+
offset?: number;
|
|
3270
3278
|
/**
|
|
3271
3279
|
* Filter results by angel number pattern type. "repeating" returns numbers like 111, 444, 7777. "sequential" returns patterns like 1234. "mirror" returns palindrome patterns like 1212. "master" returns 11, 22, 33. "root" returns single digits 0-9.
|
|
3272
3280
|
*/
|
|
@@ -3333,36 +3341,53 @@ export type GetAngelNumbersNumbersResponses = {
|
|
|
3333
3341
|
/**
|
|
3334
3342
|
* List of angel numbers with summary information
|
|
3335
3343
|
*/
|
|
3336
|
-
200:
|
|
3337
|
-
/**
|
|
3338
|
-
* Angel number sequence as a string. Common patterns include triple repeating (111-999), quad repeating (1111-9999), master numbers (11, 22, 33), mirror patterns (1212), and sequential numbers (1234).
|
|
3339
|
-
*/
|
|
3340
|
-
number: string;
|
|
3341
|
-
/**
|
|
3342
|
-
* Short descriptive title capturing the core theme and spiritual significance of this angel number.
|
|
3343
|
-
*/
|
|
3344
|
-
title: string;
|
|
3345
|
-
/**
|
|
3346
|
-
* One to two sentence summary of the divine message. Ideal for push notifications, daily guidance widgets, and quick reference lookups.
|
|
3347
|
-
*/
|
|
3348
|
-
coreMessage: string;
|
|
3344
|
+
200: {
|
|
3349
3345
|
/**
|
|
3350
|
-
*
|
|
3346
|
+
* Total number of angel numbers matching the applied filters. 43 for the full set, fewer when filtered by type.
|
|
3351
3347
|
*/
|
|
3352
|
-
|
|
3348
|
+
total: number;
|
|
3353
3349
|
/**
|
|
3354
|
-
*
|
|
3350
|
+
* Maximum items returned per page.
|
|
3355
3351
|
*/
|
|
3356
|
-
|
|
3352
|
+
limit: number;
|
|
3357
3353
|
/**
|
|
3358
|
-
*
|
|
3354
|
+
* Number of items skipped from the start of the result set.
|
|
3359
3355
|
*/
|
|
3360
|
-
|
|
3356
|
+
offset: number;
|
|
3361
3357
|
/**
|
|
3362
|
-
*
|
|
3358
|
+
* Array of angel number summaries for the current page.
|
|
3363
3359
|
*/
|
|
3364
|
-
|
|
3365
|
-
|
|
3360
|
+
numbers: Array<{
|
|
3361
|
+
/**
|
|
3362
|
+
* Angel number sequence as a string. Common patterns include triple repeating (111-999), quad repeating (1111-9999), master numbers (11, 22, 33), mirror patterns (1212), and sequential numbers (1234).
|
|
3363
|
+
*/
|
|
3364
|
+
number: string;
|
|
3365
|
+
/**
|
|
3366
|
+
* Short descriptive title capturing the core theme and spiritual significance of this angel number.
|
|
3367
|
+
*/
|
|
3368
|
+
title: string;
|
|
3369
|
+
/**
|
|
3370
|
+
* One to two sentence summary of the divine message. Ideal for push notifications, daily guidance widgets, and quick reference lookups.
|
|
3371
|
+
*/
|
|
3372
|
+
coreMessage: string;
|
|
3373
|
+
/**
|
|
3374
|
+
* Pattern classification of the angel number. "repeating" means all digits are the same (111, 4444). "sequential" means consecutive digits (1234). "mirror" means palindrome or alternating pattern (1212, 1221). "master" means numerology master number (11, 22, 33). "root" means single digit (0-9).
|
|
3375
|
+
*/
|
|
3376
|
+
type: string;
|
|
3377
|
+
/**
|
|
3378
|
+
* Numerology digit root calculated by summing all digits and reducing to a single digit. Links each angel number to foundational numerology meaning. Master numbers 11, 22, 33 are preserved without further reduction.
|
|
3379
|
+
*/
|
|
3380
|
+
digitRoot: number;
|
|
3381
|
+
/**
|
|
3382
|
+
* Five to eight keywords capturing the spiritual themes and energy of this angel number. Useful for search, filtering, and content generation.
|
|
3383
|
+
*/
|
|
3384
|
+
keywords: Array<string>;
|
|
3385
|
+
/**
|
|
3386
|
+
* Overall energy classification. "positive" indicates encouraging, uplifting energy. "neutral" indicates transitional energy (neither purely positive nor cautionary). "cautionary" indicates a gentle warning to rebalance or pay attention.
|
|
3387
|
+
*/
|
|
3388
|
+
energy: string;
|
|
3389
|
+
}>;
|
|
3390
|
+
};
|
|
3366
3391
|
};
|
|
3367
3392
|
export type GetAngelNumbersNumbersResponse = GetAngelNumbersNumbersResponses[keyof GetAngelNumbersNumbersResponses];
|
|
3368
3393
|
export type GetAngelNumbersNumbersByNumberData = {
|
|
@@ -3684,22 +3709,27 @@ export type GetAngelNumbersLookupResponses = {
|
|
|
3684
3709
|
};
|
|
3685
3710
|
};
|
|
3686
3711
|
export type GetAngelNumbersLookupResponse = GetAngelNumbersLookupResponses[keyof GetAngelNumbersLookupResponses];
|
|
3687
|
-
export type
|
|
3688
|
-
body?:
|
|
3712
|
+
export type PostAngelNumbersDailyData = {
|
|
3713
|
+
body?: {
|
|
3714
|
+
/**
|
|
3715
|
+
* Optional seed for reproducible readings. Same seed + same date = same angel number every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
|
|
3716
|
+
*/
|
|
3717
|
+
seed?: string;
|
|
3718
|
+
/**
|
|
3719
|
+
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
|
|
3720
|
+
*/
|
|
3721
|
+
date?: string;
|
|
3722
|
+
};
|
|
3689
3723
|
path?: never;
|
|
3690
3724
|
query?: {
|
|
3691
3725
|
/**
|
|
3692
3726
|
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
|
|
3693
3727
|
*/
|
|
3694
3728
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
3695
|
-
/**
|
|
3696
|
-
* Date seed in YYYY-MM-DD format for deterministic selection. If omitted, uses the current UTC date. Same seed always returns the same angel number.
|
|
3697
|
-
*/
|
|
3698
|
-
seed?: string;
|
|
3699
3729
|
};
|
|
3700
3730
|
url: '/angel-numbers/daily';
|
|
3701
3731
|
};
|
|
3702
|
-
export type
|
|
3732
|
+
export type PostAngelNumbersDailyErrors = {
|
|
3703
3733
|
/**
|
|
3704
3734
|
* Validation error (missing or invalid parameters)
|
|
3705
3735
|
*/
|
|
@@ -3753,8 +3783,8 @@ export type GetAngelNumbersDailyErrors = {
|
|
|
3753
3783
|
code: string;
|
|
3754
3784
|
};
|
|
3755
3785
|
};
|
|
3756
|
-
export type
|
|
3757
|
-
export type
|
|
3786
|
+
export type PostAngelNumbersDailyError = PostAngelNumbersDailyErrors[keyof PostAngelNumbersDailyErrors];
|
|
3787
|
+
export type PostAngelNumbersDailyResponses = {
|
|
3758
3788
|
/**
|
|
3759
3789
|
* Daily angel number with complete interpretation
|
|
3760
3790
|
*/
|
|
@@ -3763,6 +3793,10 @@ export type GetAngelNumbersDailyResponses = {
|
|
|
3763
3793
|
* The date used for angel number selection (UTC).
|
|
3764
3794
|
*/
|
|
3765
3795
|
date: string;
|
|
3796
|
+
/**
|
|
3797
|
+
* Computed seed used for this reading. Same seed always produces the same angel number.
|
|
3798
|
+
*/
|
|
3799
|
+
seed: string;
|
|
3766
3800
|
/**
|
|
3767
3801
|
* Angel number sequence selected for today. Three or more digit repeating, sequential, or mirror pattern (e.g., 111, 444, 1212).
|
|
3768
3802
|
*/
|
|
@@ -3822,7 +3856,7 @@ export type GetAngelNumbersDailyResponses = {
|
|
|
3822
3856
|
actionSteps: Array<string>;
|
|
3823
3857
|
};
|
|
3824
3858
|
};
|
|
3825
|
-
export type
|
|
3859
|
+
export type PostAngelNumbersDailyResponse = PostAngelNumbersDailyResponses[keyof PostAngelNumbersDailyResponses];
|
|
3826
3860
|
export type GetAstrologySignsData = {
|
|
3827
3861
|
body?: never;
|
|
3828
3862
|
path?: never;
|
|
@@ -3930,13 +3964,13 @@ export type GetAstrologySignsResponses = {
|
|
|
3930
3964
|
}>;
|
|
3931
3965
|
};
|
|
3932
3966
|
export type GetAstrologySignsResponse = GetAstrologySignsResponses[keyof GetAstrologySignsResponses];
|
|
3933
|
-
export type
|
|
3967
|
+
export type GetAstrologySignsByIdData = {
|
|
3934
3968
|
body?: never;
|
|
3935
3969
|
path: {
|
|
3936
3970
|
/**
|
|
3937
3971
|
* Sign ID (lowercase, e.g., aries, taurus) or display name (case-insensitive, e.g., Aries, TAURUS).
|
|
3938
3972
|
*/
|
|
3939
|
-
|
|
3973
|
+
id: string;
|
|
3940
3974
|
};
|
|
3941
3975
|
query?: {
|
|
3942
3976
|
/**
|
|
@@ -3944,9 +3978,9 @@ export type GetAstrologySignsByIdentifierData = {
|
|
|
3944
3978
|
*/
|
|
3945
3979
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
3946
3980
|
};
|
|
3947
|
-
url: '/astrology/signs/{
|
|
3981
|
+
url: '/astrology/signs/{id}';
|
|
3948
3982
|
};
|
|
3949
|
-
export type
|
|
3983
|
+
export type GetAstrologySignsByIdErrors = {
|
|
3950
3984
|
/**
|
|
3951
3985
|
* Validation error (missing or invalid parameters)
|
|
3952
3986
|
*/
|
|
@@ -4013,8 +4047,8 @@ export type GetAstrologySignsByIdentifierErrors = {
|
|
|
4013
4047
|
code: string;
|
|
4014
4048
|
};
|
|
4015
4049
|
};
|
|
4016
|
-
export type
|
|
4017
|
-
export type
|
|
4050
|
+
export type GetAstrologySignsByIdError = GetAstrologySignsByIdErrors[keyof GetAstrologySignsByIdErrors];
|
|
4051
|
+
export type GetAstrologySignsByIdResponses = {
|
|
4018
4052
|
/**
|
|
4019
4053
|
* Successfully retrieved zodiac sign
|
|
4020
4054
|
*/
|
|
@@ -4103,7 +4137,7 @@ export type GetAstrologySignsByIdentifierResponses = {
|
|
|
4103
4137
|
weapon?: string;
|
|
4104
4138
|
};
|
|
4105
4139
|
};
|
|
4106
|
-
export type
|
|
4140
|
+
export type GetAstrologySignsByIdResponse = GetAstrologySignsByIdResponses[keyof GetAstrologySignsByIdResponses];
|
|
4107
4141
|
export type GetAstrologyPlanetMeaningsData = {
|
|
4108
4142
|
body?: never;
|
|
4109
4143
|
path?: never;
|
|
@@ -4206,13 +4240,13 @@ export type GetAstrologyPlanetMeaningsResponses = {
|
|
|
4206
4240
|
}>;
|
|
4207
4241
|
};
|
|
4208
4242
|
export type GetAstrologyPlanetMeaningsResponse = GetAstrologyPlanetMeaningsResponses[keyof GetAstrologyPlanetMeaningsResponses];
|
|
4209
|
-
export type
|
|
4243
|
+
export type GetAstrologyPlanetMeaningsByIdData = {
|
|
4210
4244
|
body?: never;
|
|
4211
4245
|
path: {
|
|
4212
4246
|
/**
|
|
4213
4247
|
* Planet ID (lowercase, e.g., sun, moon, mercury) or display name (case-insensitive, e.g., Sun, MOON).
|
|
4214
4248
|
*/
|
|
4215
|
-
|
|
4249
|
+
id: string;
|
|
4216
4250
|
};
|
|
4217
4251
|
query?: {
|
|
4218
4252
|
/**
|
|
@@ -4220,9 +4254,9 @@ export type GetAstrologyPlanetMeaningsByIdentifierData = {
|
|
|
4220
4254
|
*/
|
|
4221
4255
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
4222
4256
|
};
|
|
4223
|
-
url: '/astrology/planet-meanings/{
|
|
4257
|
+
url: '/astrology/planet-meanings/{id}';
|
|
4224
4258
|
};
|
|
4225
|
-
export type
|
|
4259
|
+
export type GetAstrologyPlanetMeaningsByIdErrors = {
|
|
4226
4260
|
/**
|
|
4227
4261
|
* Validation error (missing or invalid parameters)
|
|
4228
4262
|
*/
|
|
@@ -4289,8 +4323,8 @@ export type GetAstrologyPlanetMeaningsByIdentifierErrors = {
|
|
|
4289
4323
|
code: string;
|
|
4290
4324
|
};
|
|
4291
4325
|
};
|
|
4292
|
-
export type
|
|
4293
|
-
export type
|
|
4326
|
+
export type GetAstrologyPlanetMeaningsByIdError = GetAstrologyPlanetMeaningsByIdErrors[keyof GetAstrologyPlanetMeaningsByIdErrors];
|
|
4327
|
+
export type GetAstrologyPlanetMeaningsByIdResponses = {
|
|
4294
4328
|
/**
|
|
4295
4329
|
* Successfully retrieved planet meaning
|
|
4296
4330
|
*/
|
|
@@ -4371,7 +4405,7 @@ export type GetAstrologyPlanetMeaningsByIdentifierResponses = {
|
|
|
4371
4405
|
};
|
|
4372
4406
|
};
|
|
4373
4407
|
};
|
|
4374
|
-
export type
|
|
4408
|
+
export type GetAstrologyPlanetMeaningsByIdResponse = GetAstrologyPlanetMeaningsByIdResponses[keyof GetAstrologyPlanetMeaningsByIdResponses];
|
|
4375
4409
|
export type PostAstrologyNatalChartData = {
|
|
4376
4410
|
body?: NatalChartRequest;
|
|
4377
4411
|
path?: never;
|
|
@@ -7072,7 +7106,12 @@ export type GetAstrologyHoroscopeBySignDailyResponse = GetAstrologyHoroscopeBySi
|
|
|
7072
7106
|
export type GetAstrologyHoroscopeDailyData = {
|
|
7073
7107
|
body?: never;
|
|
7074
7108
|
path?: never;
|
|
7075
|
-
query?:
|
|
7109
|
+
query?: {
|
|
7110
|
+
/**
|
|
7111
|
+
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
|
|
7112
|
+
*/
|
|
7113
|
+
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
7114
|
+
};
|
|
7076
7115
|
url: '/astrology/horoscope/daily';
|
|
7077
7116
|
};
|
|
7078
7117
|
export type GetAstrologyHoroscopeDailyErrors = {
|
|
@@ -8522,7 +8561,12 @@ export type PostVedicAstrologyDashaMajorData = {
|
|
|
8522
8561
|
timezone?: number;
|
|
8523
8562
|
};
|
|
8524
8563
|
path?: never;
|
|
8525
|
-
query?:
|
|
8564
|
+
query?: {
|
|
8565
|
+
/**
|
|
8566
|
+
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
|
|
8567
|
+
*/
|
|
8568
|
+
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
8569
|
+
};
|
|
8526
8570
|
url: '/vedic-astrology/dasha/major';
|
|
8527
8571
|
};
|
|
8528
8572
|
export type PostVedicAstrologyDashaMajorErrors = {
|
|
@@ -8679,7 +8723,12 @@ export type PostVedicAstrologyDashaSubByMahadashaData = {
|
|
|
8679
8723
|
*/
|
|
8680
8724
|
mahadasha: 'Ketu' | 'Venus' | 'Sun' | 'Moon' | 'Mars' | 'Rahu' | 'Jupiter' | 'Saturn' | 'Mercury';
|
|
8681
8725
|
};
|
|
8682
|
-
query?:
|
|
8726
|
+
query?: {
|
|
8727
|
+
/**
|
|
8728
|
+
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
|
|
8729
|
+
*/
|
|
8730
|
+
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
8731
|
+
};
|
|
8683
8732
|
url: '/vedic-astrology/dasha/sub/{mahadasha}';
|
|
8684
8733
|
};
|
|
8685
8734
|
export type PostVedicAstrologyDashaSubByMahadashaErrors = {
|
|
@@ -12714,6 +12763,14 @@ export type GetTarotCardsData = {
|
|
|
12714
12763
|
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
|
|
12715
12764
|
*/
|
|
12716
12765
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
12766
|
+
/**
|
|
12767
|
+
* Maximum items to return per page. Range: 1-100, default 20.
|
|
12768
|
+
*/
|
|
12769
|
+
limit?: number;
|
|
12770
|
+
/**
|
|
12771
|
+
* Number of items to skip for pagination. Default 0.
|
|
12772
|
+
*/
|
|
12773
|
+
offset?: number;
|
|
12717
12774
|
/**
|
|
12718
12775
|
* Filter by arcana type. Major arcana (0-21) represents life lessons and spiritual themes. Minor arcana (Ace-King in 4 suits) represents daily situations and practical matters.
|
|
12719
12776
|
*/
|
|
@@ -12793,6 +12850,14 @@ export type GetTarotCardsResponses = {
|
|
|
12793
12850
|
* Total number of tarot cards matching the applied filters. 78 for the full deck, 22 for Major Arcana, 56 for Minor Arcana, 14 per suit.
|
|
12794
12851
|
*/
|
|
12795
12852
|
total: number;
|
|
12853
|
+
/**
|
|
12854
|
+
* Maximum items returned per page.
|
|
12855
|
+
*/
|
|
12856
|
+
limit: number;
|
|
12857
|
+
/**
|
|
12858
|
+
* Number of items skipped from the start of the result set.
|
|
12859
|
+
*/
|
|
12860
|
+
offset: number;
|
|
12796
12861
|
/**
|
|
12797
12862
|
* Array of tarot cards with basic metadata. Use GET /cards/:id for full upright and reversed interpretations.
|
|
12798
12863
|
*/
|
|
@@ -12993,11 +13058,11 @@ export type PostTarotDrawResponse = PostTarotDrawResponses[keyof PostTarotDrawRe
|
|
|
12993
13058
|
export type PostTarotDailyData = {
|
|
12994
13059
|
body?: {
|
|
12995
13060
|
/**
|
|
12996
|
-
* Optional seed for reproducible
|
|
13061
|
+
* Optional seed for reproducible readings. Same seed + same date = same card every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
|
|
12997
13062
|
*/
|
|
12998
13063
|
seed?: string;
|
|
12999
13064
|
/**
|
|
13000
|
-
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily
|
|
13065
|
+
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
|
|
13001
13066
|
*/
|
|
13002
13067
|
date?: string;
|
|
13003
13068
|
};
|
|
@@ -16123,7 +16188,7 @@ export type PostNumerologyDailyData = {
|
|
|
16123
16188
|
*/
|
|
16124
16189
|
seed?: string;
|
|
16125
16190
|
/**
|
|
16126
|
-
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily
|
|
16191
|
+
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
|
|
16127
16192
|
*/
|
|
16128
16193
|
date?: string;
|
|
16129
16194
|
};
|
|
@@ -16260,7 +16325,7 @@ export type GetDreamsSymbolsData = {
|
|
|
16260
16325
|
/**
|
|
16261
16326
|
* Search query to match against symbol names and meanings. Case-insensitive.
|
|
16262
16327
|
*/
|
|
16263
|
-
|
|
16328
|
+
q?: string;
|
|
16264
16329
|
/**
|
|
16265
16330
|
* Filter symbols by starting letter (a-z). Case-insensitive.
|
|
16266
16331
|
*/
|
|
@@ -16598,11 +16663,11 @@ export type GetDreamsSymbolsByIdResponse = GetDreamsSymbolsByIdResponses[keyof G
|
|
|
16598
16663
|
export type PostDreamsDailyData = {
|
|
16599
16664
|
body?: {
|
|
16600
16665
|
/**
|
|
16601
|
-
* Optional seed for reproducible
|
|
16666
|
+
* Optional seed for reproducible readings. Same seed + same date = same symbol every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
|
|
16602
16667
|
*/
|
|
16603
16668
|
seed?: string;
|
|
16604
16669
|
/**
|
|
16605
|
-
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily
|
|
16670
|
+
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
|
|
16606
16671
|
*/
|
|
16607
16672
|
date?: string;
|
|
16608
16673
|
};
|
|
@@ -16706,11 +16771,11 @@ export type PostDreamsDailyResponse = PostDreamsDailyResponses[keyof PostDreamsD
|
|
|
16706
16771
|
export type PostIchingDailyData = {
|
|
16707
16772
|
body?: {
|
|
16708
16773
|
/**
|
|
16709
|
-
* Optional seed for reproducible readings. Same seed + same date = same hexagram every time. Pass any unique identifier (userId, email hash, session token
|
|
16774
|
+
* Optional seed for reproducible readings. Same seed + same date = same hexagram every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
|
|
16710
16775
|
*/
|
|
16711
16776
|
seed?: string;
|
|
16712
16777
|
/**
|
|
16713
|
-
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily
|
|
16778
|
+
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
|
|
16714
16779
|
*/
|
|
16715
16780
|
date?: string;
|
|
16716
16781
|
};
|
|
@@ -16864,11 +16929,11 @@ export type PostIchingDailyResponse = PostIchingDailyResponses[keyof PostIchingD
|
|
|
16864
16929
|
export type PostIchingDailyCastData = {
|
|
16865
16930
|
body?: {
|
|
16866
16931
|
/**
|
|
16867
|
-
* Optional seed for reproducible readings. Same seed + same date = same hexagram every time. Pass any unique identifier (userId, email hash, session token
|
|
16932
|
+
* Optional seed for reproducible readings. Same seed + same date = same hexagram every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
|
|
16868
16933
|
*/
|
|
16869
16934
|
seed?: string;
|
|
16870
16935
|
/**
|
|
16871
|
-
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily
|
|
16936
|
+
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
|
|
16872
16937
|
*/
|
|
16873
16938
|
date?: string;
|
|
16874
16939
|
};
|
|
@@ -17628,13 +17693,13 @@ export type GetIchingTrigramsResponses = {
|
|
|
17628
17693
|
};
|
|
17629
17694
|
};
|
|
17630
17695
|
export type GetIchingTrigramsResponse = GetIchingTrigramsResponses[keyof GetIchingTrigramsResponses];
|
|
17631
|
-
export type
|
|
17696
|
+
export type GetIchingTrigramsByIdData = {
|
|
17632
17697
|
body?: never;
|
|
17633
17698
|
path: {
|
|
17634
17699
|
/**
|
|
17635
17700
|
* Trigram number (1-8) or English name (Heaven, Earth, Thunder, Wind, Water, Fire, Mountain, Lake).
|
|
17636
17701
|
*/
|
|
17637
|
-
|
|
17702
|
+
id: string;
|
|
17638
17703
|
};
|
|
17639
17704
|
query?: {
|
|
17640
17705
|
/**
|
|
@@ -17642,9 +17707,9 @@ export type GetIchingTrigramsByIdentifierData = {
|
|
|
17642
17707
|
*/
|
|
17643
17708
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
17644
17709
|
};
|
|
17645
|
-
url: '/iching/trigrams/{
|
|
17710
|
+
url: '/iching/trigrams/{id}';
|
|
17646
17711
|
};
|
|
17647
|
-
export type
|
|
17712
|
+
export type GetIchingTrigramsByIdErrors = {
|
|
17648
17713
|
/**
|
|
17649
17714
|
* Validation error (missing or invalid parameters)
|
|
17650
17715
|
*/
|
|
@@ -17711,14 +17776,14 @@ export type GetIchingTrigramsByIdentifierErrors = {
|
|
|
17711
17776
|
code: string;
|
|
17712
17777
|
};
|
|
17713
17778
|
};
|
|
17714
|
-
export type
|
|
17715
|
-
export type
|
|
17779
|
+
export type GetIchingTrigramsByIdError = GetIchingTrigramsByIdErrors[keyof GetIchingTrigramsByIdErrors];
|
|
17780
|
+
export type GetIchingTrigramsByIdResponses = {
|
|
17716
17781
|
/**
|
|
17717
17782
|
* Trigram details.
|
|
17718
17783
|
*/
|
|
17719
17784
|
200: Trigram;
|
|
17720
17785
|
};
|
|
17721
|
-
export type
|
|
17786
|
+
export type GetIchingTrigramsByIdResponse = GetIchingTrigramsByIdResponses[keyof GetIchingTrigramsByIdResponses];
|
|
17722
17787
|
export type GetCrystalsZodiacBySignData = {
|
|
17723
17788
|
body?: never;
|
|
17724
17789
|
path: {
|
|
@@ -17733,7 +17798,7 @@ export type GetCrystalsZodiacBySignData = {
|
|
|
17733
17798
|
*/
|
|
17734
17799
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
17735
17800
|
/**
|
|
17736
|
-
* Maximum items to return per page. Range: 1-
|
|
17801
|
+
* Maximum items to return per page. Range: 1-30, default 20.
|
|
17737
17802
|
*/
|
|
17738
17803
|
limit?: number;
|
|
17739
17804
|
/**
|
|
@@ -17820,7 +17885,7 @@ export type GetCrystalsZodiacBySignResponses = {
|
|
|
17820
17885
|
*/
|
|
17821
17886
|
offset: number;
|
|
17822
17887
|
/**
|
|
17823
|
-
* Crystal summaries for this zodiac sign. Call /crystals/:
|
|
17888
|
+
* Crystal summaries for this zodiac sign. Call /crystals/:id for full healing properties.
|
|
17824
17889
|
*/
|
|
17825
17890
|
crystals: Array<{
|
|
17826
17891
|
/**
|
|
@@ -17830,7 +17895,7 @@ export type GetCrystalsZodiacBySignResponses = {
|
|
|
17830
17895
|
/**
|
|
17831
17896
|
* URL-safe crystal identifier for detail lookup.
|
|
17832
17897
|
*/
|
|
17833
|
-
|
|
17898
|
+
id: string;
|
|
17834
17899
|
/**
|
|
17835
17900
|
* URL to crystal photograph for visual identification.
|
|
17836
17901
|
*/
|
|
@@ -17857,7 +17922,7 @@ export type GetCrystalsChakraByChakraData = {
|
|
|
17857
17922
|
*/
|
|
17858
17923
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
17859
17924
|
/**
|
|
17860
|
-
* Maximum items to return per page. Range: 1-
|
|
17925
|
+
* Maximum items to return per page. Range: 1-30, default 20.
|
|
17861
17926
|
*/
|
|
17862
17927
|
limit?: number;
|
|
17863
17928
|
/**
|
|
@@ -17944,7 +18009,7 @@ export type GetCrystalsChakraByChakraResponses = {
|
|
|
17944
18009
|
*/
|
|
17945
18010
|
offset: number;
|
|
17946
18011
|
/**
|
|
17947
|
-
* Crystal summaries for this chakra. Call /crystals/:
|
|
18012
|
+
* Crystal summaries for this chakra. Call /crystals/:id for full healing properties.
|
|
17948
18013
|
*/
|
|
17949
18014
|
crystals: Array<{
|
|
17950
18015
|
/**
|
|
@@ -17954,7 +18019,7 @@ export type GetCrystalsChakraByChakraResponses = {
|
|
|
17954
18019
|
/**
|
|
17955
18020
|
* URL-safe crystal identifier for detail lookup.
|
|
17956
18021
|
*/
|
|
17957
|
-
|
|
18022
|
+
id: string;
|
|
17958
18023
|
/**
|
|
17959
18024
|
* URL to crystal photograph for visual identification.
|
|
17960
18025
|
*/
|
|
@@ -17981,7 +18046,7 @@ export type GetCrystalsElementByElementData = {
|
|
|
17981
18046
|
*/
|
|
17982
18047
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
17983
18048
|
/**
|
|
17984
|
-
* Maximum items to return per page. Range: 1-
|
|
18049
|
+
* Maximum items to return per page. Range: 1-30, default 20.
|
|
17985
18050
|
*/
|
|
17986
18051
|
limit?: number;
|
|
17987
18052
|
/**
|
|
@@ -18068,7 +18133,7 @@ export type GetCrystalsElementByElementResponses = {
|
|
|
18068
18133
|
*/
|
|
18069
18134
|
offset: number;
|
|
18070
18135
|
/**
|
|
18071
|
-
* Crystal summaries for this element. Call /crystals/:
|
|
18136
|
+
* Crystal summaries for this element. Call /crystals/:id for full healing properties.
|
|
18072
18137
|
*/
|
|
18073
18138
|
crystals: Array<{
|
|
18074
18139
|
/**
|
|
@@ -18078,7 +18143,7 @@ export type GetCrystalsElementByElementResponses = {
|
|
|
18078
18143
|
/**
|
|
18079
18144
|
* URL-safe crystal identifier for detail lookup.
|
|
18080
18145
|
*/
|
|
18081
|
-
|
|
18146
|
+
id: string;
|
|
18082
18147
|
/**
|
|
18083
18148
|
* URL to crystal photograph for visual identification.
|
|
18084
18149
|
*/
|
|
@@ -18178,9 +18243,9 @@ export type GetCrystalsBirthstoneByMonthResponses = {
|
|
|
18178
18243
|
/**
|
|
18179
18244
|
* Number of birthstone crystals for this month.
|
|
18180
18245
|
*/
|
|
18181
|
-
|
|
18246
|
+
total: number;
|
|
18182
18247
|
/**
|
|
18183
|
-
* Birthstone crystals for this month. Call /crystals/:
|
|
18248
|
+
* Birthstone crystals for this month. Call /crystals/:id for full healing properties.
|
|
18184
18249
|
*/
|
|
18185
18250
|
crystals: Array<{
|
|
18186
18251
|
/**
|
|
@@ -18190,9 +18255,9 @@ export type GetCrystalsBirthstoneByMonthResponses = {
|
|
|
18190
18255
|
/**
|
|
18191
18256
|
* URL-safe crystal identifier for detail lookup.
|
|
18192
18257
|
*/
|
|
18193
|
-
|
|
18258
|
+
id: string;
|
|
18194
18259
|
/**
|
|
18195
|
-
* URL to crystal photograph.
|
|
18260
|
+
* URL to crystal photograph for visual identification.
|
|
18196
18261
|
*/
|
|
18197
18262
|
imageUrl: string;
|
|
18198
18263
|
/**
|
|
@@ -18216,7 +18281,7 @@ export type GetCrystalsSearchData = {
|
|
|
18216
18281
|
*/
|
|
18217
18282
|
q: string;
|
|
18218
18283
|
/**
|
|
18219
|
-
* Maximum items to return per page. Range: 1-
|
|
18284
|
+
* Maximum items to return per page. Range: 1-50, default 20.
|
|
18220
18285
|
*/
|
|
18221
18286
|
limit?: number;
|
|
18222
18287
|
/**
|
|
@@ -18303,7 +18368,7 @@ export type GetCrystalsSearchResponses = {
|
|
|
18303
18368
|
*/
|
|
18304
18369
|
offset: number;
|
|
18305
18370
|
/**
|
|
18306
|
-
* Matching crystal summaries. Call /crystals/:
|
|
18371
|
+
* Matching crystal summaries. Call /crystals/:id for full healing properties.
|
|
18307
18372
|
*/
|
|
18308
18373
|
crystals: Array<{
|
|
18309
18374
|
/**
|
|
@@ -18313,9 +18378,9 @@ export type GetCrystalsSearchResponses = {
|
|
|
18313
18378
|
/**
|
|
18314
18379
|
* URL-safe crystal identifier for detail lookup.
|
|
18315
18380
|
*/
|
|
18316
|
-
|
|
18381
|
+
id: string;
|
|
18317
18382
|
/**
|
|
18318
|
-
* URL to crystal photograph.
|
|
18383
|
+
* URL to crystal photograph for visual identification.
|
|
18319
18384
|
*/
|
|
18320
18385
|
imageUrl: string;
|
|
18321
18386
|
/**
|
|
@@ -18326,13 +18391,13 @@ export type GetCrystalsSearchResponses = {
|
|
|
18326
18391
|
};
|
|
18327
18392
|
};
|
|
18328
18393
|
export type GetCrystalsSearchResponse = GetCrystalsSearchResponses[keyof GetCrystalsSearchResponses];
|
|
18329
|
-
export type
|
|
18394
|
+
export type GetCrystalsPairingsByIdData = {
|
|
18330
18395
|
body?: never;
|
|
18331
18396
|
path: {
|
|
18332
18397
|
/**
|
|
18333
18398
|
* URL-safe crystal identifier to find pairings for (e.g., "amethyst", "rose-quartz").
|
|
18334
18399
|
*/
|
|
18335
|
-
|
|
18400
|
+
id: string;
|
|
18336
18401
|
};
|
|
18337
18402
|
query?: {
|
|
18338
18403
|
/**
|
|
@@ -18340,9 +18405,9 @@ export type GetCrystalsPairingsBySlugData = {
|
|
|
18340
18405
|
*/
|
|
18341
18406
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
18342
18407
|
};
|
|
18343
|
-
url: '/crystals/pairings/{
|
|
18408
|
+
url: '/crystals/pairings/{id}';
|
|
18344
18409
|
};
|
|
18345
|
-
export type
|
|
18410
|
+
export type GetCrystalsPairingsByIdErrors = {
|
|
18346
18411
|
/**
|
|
18347
18412
|
* Validation error (missing or invalid parameters)
|
|
18348
18413
|
*/
|
|
@@ -18409,14 +18474,14 @@ export type GetCrystalsPairingsBySlugErrors = {
|
|
|
18409
18474
|
code: string;
|
|
18410
18475
|
};
|
|
18411
18476
|
};
|
|
18412
|
-
export type
|
|
18413
|
-
export type
|
|
18477
|
+
export type GetCrystalsPairingsByIdError = GetCrystalsPairingsByIdErrors[keyof GetCrystalsPairingsByIdErrors];
|
|
18478
|
+
export type GetCrystalsPairingsByIdResponses = {
|
|
18414
18479
|
/**
|
|
18415
18480
|
* Crystal pairing recommendations
|
|
18416
18481
|
*/
|
|
18417
18482
|
200: {
|
|
18418
18483
|
/**
|
|
18419
|
-
* The crystal
|
|
18484
|
+
* The crystal identifier that pairings were requested for.
|
|
18420
18485
|
*/
|
|
18421
18486
|
crystal: string;
|
|
18422
18487
|
/**
|
|
@@ -18438,7 +18503,7 @@ export type GetCrystalsPairingsBySlugResponses = {
|
|
|
18438
18503
|
/**
|
|
18439
18504
|
* URL-safe identifier for the paired crystal.
|
|
18440
18505
|
*/
|
|
18441
|
-
|
|
18506
|
+
id: string;
|
|
18442
18507
|
/**
|
|
18443
18508
|
* URL to paired crystal photograph.
|
|
18444
18509
|
*/
|
|
@@ -18458,23 +18523,28 @@ export type GetCrystalsPairingsBySlugResponses = {
|
|
|
18458
18523
|
}>;
|
|
18459
18524
|
};
|
|
18460
18525
|
};
|
|
18461
|
-
export type
|
|
18462
|
-
export type
|
|
18463
|
-
body?:
|
|
18526
|
+
export type GetCrystalsPairingsByIdResponse = GetCrystalsPairingsByIdResponses[keyof GetCrystalsPairingsByIdResponses];
|
|
18527
|
+
export type PostCrystalsDailyData = {
|
|
18528
|
+
body?: {
|
|
18529
|
+
/**
|
|
18530
|
+
* Optional seed for reproducible readings. Same seed + same date = same crystal every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
|
|
18531
|
+
*/
|
|
18532
|
+
seed?: string;
|
|
18533
|
+
/**
|
|
18534
|
+
* Date for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
|
|
18535
|
+
*/
|
|
18536
|
+
date?: string;
|
|
18537
|
+
};
|
|
18464
18538
|
path?: never;
|
|
18465
18539
|
query?: {
|
|
18466
18540
|
/**
|
|
18467
18541
|
* Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.
|
|
18468
18542
|
*/
|
|
18469
18543
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
18470
|
-
/**
|
|
18471
|
-
* Date seed in YYYY-MM-DD format for deterministic selection. If omitted, uses the current UTC date. Same seed always returns the same crystal.
|
|
18472
|
-
*/
|
|
18473
|
-
seed?: string;
|
|
18474
18544
|
};
|
|
18475
18545
|
url: '/crystals/daily';
|
|
18476
18546
|
};
|
|
18477
|
-
export type
|
|
18547
|
+
export type PostCrystalsDailyErrors = {
|
|
18478
18548
|
/**
|
|
18479
18549
|
* Validation error (missing or invalid parameters)
|
|
18480
18550
|
*/
|
|
@@ -18528,8 +18598,8 @@ export type GetCrystalsDailyErrors = {
|
|
|
18528
18598
|
code: string;
|
|
18529
18599
|
};
|
|
18530
18600
|
};
|
|
18531
|
-
export type
|
|
18532
|
-
export type
|
|
18601
|
+
export type PostCrystalsDailyError = PostCrystalsDailyErrors[keyof PostCrystalsDailyErrors];
|
|
18602
|
+
export type PostCrystalsDailyResponses = {
|
|
18533
18603
|
/**
|
|
18534
18604
|
* Daily crystal teaser with summary information
|
|
18535
18605
|
*/
|
|
@@ -18538,14 +18608,18 @@ export type GetCrystalsDailyResponses = {
|
|
|
18538
18608
|
* The date used for crystal selection (UTC).
|
|
18539
18609
|
*/
|
|
18540
18610
|
date: string;
|
|
18611
|
+
/**
|
|
18612
|
+
* Computed seed used for this reading. Same seed always produces the same crystal.
|
|
18613
|
+
*/
|
|
18614
|
+
seed: string;
|
|
18541
18615
|
/**
|
|
18542
18616
|
* Display name of the crystal selected for this date.
|
|
18543
18617
|
*/
|
|
18544
18618
|
name: string;
|
|
18545
18619
|
/**
|
|
18546
|
-
* URL-safe identifier. Call /crystals/:
|
|
18620
|
+
* URL-safe identifier. Call /crystals/:id for full healing properties.
|
|
18547
18621
|
*/
|
|
18548
|
-
|
|
18622
|
+
id: string;
|
|
18549
18623
|
/**
|
|
18550
18624
|
* URL to crystal photograph. Use for daily crystal card display and visual features.
|
|
18551
18625
|
*/
|
|
@@ -18568,7 +18642,7 @@ export type GetCrystalsDailyResponses = {
|
|
|
18568
18642
|
affirmation: string;
|
|
18569
18643
|
};
|
|
18570
18644
|
};
|
|
18571
|
-
export type
|
|
18645
|
+
export type PostCrystalsDailyResponse = PostCrystalsDailyResponses[keyof PostCrystalsDailyResponses];
|
|
18572
18646
|
export type GetCrystalsRandomData = {
|
|
18573
18647
|
body?: never;
|
|
18574
18648
|
path?: never;
|
|
@@ -18645,9 +18719,9 @@ export type GetCrystalsRandomResponses = {
|
|
|
18645
18719
|
*/
|
|
18646
18720
|
name: string;
|
|
18647
18721
|
/**
|
|
18648
|
-
* URL-safe identifier. Call /crystals/:
|
|
18722
|
+
* URL-safe identifier. Call /crystals/:id for full healing properties.
|
|
18649
18723
|
*/
|
|
18650
|
-
|
|
18724
|
+
id: string;
|
|
18651
18725
|
/**
|
|
18652
18726
|
* URL to crystal photograph for visual display.
|
|
18653
18727
|
*/
|
|
@@ -18941,36 +19015,36 @@ export type GetCrystalsResponses = {
|
|
|
18941
19015
|
*/
|
|
18942
19016
|
crystals: Array<{
|
|
18943
19017
|
/**
|
|
18944
|
-
*
|
|
19018
|
+
* Crystal display name.
|
|
18945
19019
|
*/
|
|
18946
19020
|
name: string;
|
|
18947
19021
|
/**
|
|
18948
|
-
* URL-safe identifier for
|
|
19022
|
+
* URL-safe crystal identifier for detail lookup.
|
|
18949
19023
|
*/
|
|
18950
|
-
|
|
19024
|
+
id: string;
|
|
18951
19025
|
/**
|
|
18952
|
-
* URL to
|
|
19026
|
+
* URL to crystal photograph for visual identification.
|
|
18953
19027
|
*/
|
|
18954
19028
|
imageUrl: string;
|
|
18955
19029
|
/**
|
|
18956
|
-
*
|
|
19030
|
+
* Primary colors of this crystal variety. Null when color data is unavailable.
|
|
18957
19031
|
*/
|
|
18958
|
-
|
|
19032
|
+
colors: Array<string>;
|
|
18959
19033
|
/**
|
|
18960
|
-
*
|
|
19034
|
+
* Chakra energy centers this crystal resonates with. One of: Root, Sacral, Solar Plexus, Heart, Throat, Third Eye, Crown.
|
|
18961
19035
|
*/
|
|
18962
|
-
|
|
19036
|
+
chakras: Array<string>;
|
|
18963
19037
|
}>;
|
|
18964
19038
|
};
|
|
18965
19039
|
};
|
|
18966
19040
|
export type GetCrystalsResponse = GetCrystalsResponses[keyof GetCrystalsResponses];
|
|
18967
|
-
export type
|
|
19041
|
+
export type GetCrystalsByIdData = {
|
|
18968
19042
|
body?: never;
|
|
18969
19043
|
path: {
|
|
18970
19044
|
/**
|
|
18971
19045
|
* URL-safe crystal identifier (e.g., "amethyst", "rose-quartz", "black-tourmaline"). Must match an entry in the database.
|
|
18972
19046
|
*/
|
|
18973
|
-
|
|
19047
|
+
id: string;
|
|
18974
19048
|
};
|
|
18975
19049
|
query?: {
|
|
18976
19050
|
/**
|
|
@@ -18978,9 +19052,9 @@ export type GetCrystalsBySlugData = {
|
|
|
18978
19052
|
*/
|
|
18979
19053
|
lang?: 'en' | 'tr' | 'de' | 'es' | 'hi' | 'pt' | 'fr' | 'ru';
|
|
18980
19054
|
};
|
|
18981
|
-
url: '/crystals/{
|
|
19055
|
+
url: '/crystals/{id}';
|
|
18982
19056
|
};
|
|
18983
|
-
export type
|
|
19057
|
+
export type GetCrystalsByIdErrors = {
|
|
18984
19058
|
/**
|
|
18985
19059
|
* Validation error (missing or invalid parameters)
|
|
18986
19060
|
*/
|
|
@@ -19047,8 +19121,8 @@ export type GetCrystalsBySlugErrors = {
|
|
|
19047
19121
|
code: string;
|
|
19048
19122
|
};
|
|
19049
19123
|
};
|
|
19050
|
-
export type
|
|
19051
|
-
export type
|
|
19124
|
+
export type GetCrystalsByIdError = GetCrystalsByIdErrors[keyof GetCrystalsByIdErrors];
|
|
19125
|
+
export type GetCrystalsByIdResponses = {
|
|
19052
19126
|
/**
|
|
19053
19127
|
* Complete crystal healing properties with all associations
|
|
19054
19128
|
*/
|
|
@@ -19060,7 +19134,7 @@ export type GetCrystalsBySlugResponses = {
|
|
|
19060
19134
|
/**
|
|
19061
19135
|
* URL-safe identifier for the crystal.
|
|
19062
19136
|
*/
|
|
19063
|
-
|
|
19137
|
+
id: string;
|
|
19064
19138
|
/**
|
|
19065
19139
|
* URL to a high-quality crystal photograph. Use for visual crystal guides, product listings, and crystal identification features.
|
|
19066
19140
|
*/
|
|
@@ -19127,12 +19201,12 @@ export type GetCrystalsBySlugResponses = {
|
|
|
19127
19201
|
*/
|
|
19128
19202
|
affirmation: string;
|
|
19129
19203
|
/**
|
|
19130
|
-
* Crystal
|
|
19204
|
+
* Crystal identifiers that pair well with this stone for enhanced healing combinations. Use for crystal grid and pairing recommendations.
|
|
19131
19205
|
*/
|
|
19132
19206
|
pairsWith: Array<string>;
|
|
19133
19207
|
};
|
|
19134
19208
|
};
|
|
19135
|
-
export type
|
|
19209
|
+
export type GetCrystalsByIdResponse = GetCrystalsByIdResponses[keyof GetCrystalsByIdResponses];
|
|
19136
19210
|
export type GetLocationSearchData = {
|
|
19137
19211
|
body?: never;
|
|
19138
19212
|
path?: never;
|
|
@@ -19145,6 +19219,10 @@ export type GetLocationSearchData = {
|
|
|
19145
19219
|
* Maximum items to return per page. Range: 1-50, default 10.
|
|
19146
19220
|
*/
|
|
19147
19221
|
limit?: number;
|
|
19222
|
+
/**
|
|
19223
|
+
* Number of items to skip for pagination. Default 0.
|
|
19224
|
+
*/
|
|
19225
|
+
offset?: number;
|
|
19148
19226
|
};
|
|
19149
19227
|
url: '/location/search';
|
|
19150
19228
|
};
|
|
@@ -19207,50 +19285,76 @@ export type GetLocationSearchResponses = {
|
|
|
19207
19285
|
/**
|
|
19208
19286
|
* Matching cities sorted by relevance (prefix match first) then population
|
|
19209
19287
|
*/
|
|
19210
|
-
200:
|
|
19211
|
-
/**
|
|
19212
|
-
* City name as commonly used. Matches the local or internationally recognized name for the location.
|
|
19213
|
-
*/
|
|
19214
|
-
city: string;
|
|
19215
|
-
/**
|
|
19216
|
-
* State, province, canton, or administrative region. Helps disambiguate cities with the same name across regions (e.g. Springfield IL vs Springfield MO).
|
|
19217
|
-
*/
|
|
19218
|
-
province: string;
|
|
19219
|
-
/**
|
|
19220
|
-
* Full country name in English.
|
|
19221
|
-
*/
|
|
19222
|
-
country: string;
|
|
19223
|
-
/**
|
|
19224
|
-
* ISO 3166-1 alpha-2 country code. Use for filtering cities by country or building country-specific location pickers.
|
|
19225
|
-
*/
|
|
19226
|
-
iso2: string;
|
|
19227
|
-
/**
|
|
19228
|
-
* Geographic latitude in decimal degrees (-90 to 90). Pass directly to birth chart, natal chart, horoscope, synastry, transit, kundli, and panchang API endpoints as the latitude parameter.
|
|
19229
|
-
*/
|
|
19230
|
-
latitude: number;
|
|
19288
|
+
200: {
|
|
19231
19289
|
/**
|
|
19232
|
-
*
|
|
19290
|
+
* Total number of cities matching the search query.
|
|
19233
19291
|
*/
|
|
19234
|
-
|
|
19292
|
+
total: number;
|
|
19235
19293
|
/**
|
|
19236
|
-
*
|
|
19294
|
+
* Page size used for this response.
|
|
19237
19295
|
*/
|
|
19238
|
-
|
|
19296
|
+
limit: number;
|
|
19239
19297
|
/**
|
|
19240
|
-
*
|
|
19298
|
+
* Number of cities skipped. Use with limit for pagination.
|
|
19241
19299
|
*/
|
|
19242
|
-
|
|
19300
|
+
offset: number;
|
|
19243
19301
|
/**
|
|
19244
|
-
* City
|
|
19302
|
+
* City results for the current page, sorted by relevance (prefix match first) then population.
|
|
19245
19303
|
*/
|
|
19246
|
-
|
|
19247
|
-
|
|
19304
|
+
cities: Array<{
|
|
19305
|
+
/**
|
|
19306
|
+
* City name as commonly used. Matches the local or internationally recognized name for the location.
|
|
19307
|
+
*/
|
|
19308
|
+
city: string;
|
|
19309
|
+
/**
|
|
19310
|
+
* State, province, canton, or administrative region. Helps disambiguate cities with the same name across regions (e.g. Springfield IL vs Springfield MO).
|
|
19311
|
+
*/
|
|
19312
|
+
province: string;
|
|
19313
|
+
/**
|
|
19314
|
+
* Full country name in English.
|
|
19315
|
+
*/
|
|
19316
|
+
country: string;
|
|
19317
|
+
/**
|
|
19318
|
+
* ISO 3166-1 alpha-2 country code. Use for filtering cities by country or building country-specific location pickers.
|
|
19319
|
+
*/
|
|
19320
|
+
iso2: string;
|
|
19321
|
+
/**
|
|
19322
|
+
* Geographic latitude in decimal degrees (-90 to 90). Pass directly to birth chart, natal chart, horoscope, synastry, transit, kundli, and panchang API endpoints as the latitude parameter.
|
|
19323
|
+
*/
|
|
19324
|
+
latitude: number;
|
|
19325
|
+
/**
|
|
19326
|
+
* Geographic longitude in decimal degrees (-180 to 180). Pass directly to astrology, horoscope, and panchang API endpoints alongside latitude.
|
|
19327
|
+
*/
|
|
19328
|
+
longitude: number;
|
|
19329
|
+
/**
|
|
19330
|
+
* IANA timezone identifier following the tz database standard (e.g. Europe/Berlin, America/New_York, Asia/Tokyo). Use with JavaScript Date, Luxon, day.js, or any date library for accurate local time conversion.
|
|
19331
|
+
*/
|
|
19332
|
+
timezone: string;
|
|
19333
|
+
/**
|
|
19334
|
+
* Current UTC offset in decimal hours, automatically adjusted for daylight saving time. Pass directly as the timezone parameter in astrology API endpoints. Examples: 1 for CET, 2 for CEST, -5 for EST, 5.5 for IST, 5.75 for Nepal.
|
|
19335
|
+
*/
|
|
19336
|
+
utcOffset: number;
|
|
19337
|
+
/**
|
|
19338
|
+
* City population estimate from geographic databases. Larger cities rank higher in search results, ensuring major metropolitan areas appear first in autocomplete suggestions.
|
|
19339
|
+
*/
|
|
19340
|
+
population: number;
|
|
19341
|
+
}>;
|
|
19342
|
+
};
|
|
19248
19343
|
};
|
|
19249
19344
|
export type GetLocationSearchResponse = GetLocationSearchResponses[keyof GetLocationSearchResponses];
|
|
19250
19345
|
export type GetLocationCountriesData = {
|
|
19251
19346
|
body?: never;
|
|
19252
19347
|
path?: never;
|
|
19253
|
-
query?:
|
|
19348
|
+
query?: {
|
|
19349
|
+
/**
|
|
19350
|
+
* Maximum items to return per page. Range: 1-50, default 50.
|
|
19351
|
+
*/
|
|
19352
|
+
limit?: number;
|
|
19353
|
+
/**
|
|
19354
|
+
* Number of items to skip for pagination. Default 0.
|
|
19355
|
+
*/
|
|
19356
|
+
offset?: number;
|
|
19357
|
+
};
|
|
19254
19358
|
url: '/location/countries';
|
|
19255
19359
|
};
|
|
19256
19360
|
export type GetLocationCountriesErrors = {
|
|
@@ -19312,24 +19416,41 @@ export type GetLocationCountriesResponses = {
|
|
|
19312
19416
|
/**
|
|
19313
19417
|
* Alphabetically sorted list of all 227 countries with ISO codes and city counts
|
|
19314
19418
|
*/
|
|
19315
|
-
200:
|
|
19419
|
+
200: {
|
|
19316
19420
|
/**
|
|
19317
|
-
*
|
|
19421
|
+
* Total number of countries available.
|
|
19318
19422
|
*/
|
|
19319
|
-
|
|
19423
|
+
total: number;
|
|
19320
19424
|
/**
|
|
19321
|
-
*
|
|
19425
|
+
* Page size used for this response.
|
|
19322
19426
|
*/
|
|
19323
|
-
|
|
19427
|
+
limit: number;
|
|
19324
19428
|
/**
|
|
19325
|
-
*
|
|
19429
|
+
* Number of countries skipped. Use with limit for pagination.
|
|
19326
19430
|
*/
|
|
19327
|
-
|
|
19431
|
+
offset: number;
|
|
19328
19432
|
/**
|
|
19329
|
-
*
|
|
19433
|
+
* Countries for the current page, sorted alphabetically by name.
|
|
19330
19434
|
*/
|
|
19331
|
-
|
|
19332
|
-
|
|
19435
|
+
countries: Array<{
|
|
19436
|
+
/**
|
|
19437
|
+
* Full country name in English. Use for display in location pickers and dropdown menus.
|
|
19438
|
+
*/
|
|
19439
|
+
name: string;
|
|
19440
|
+
/**
|
|
19441
|
+
* ISO 3166-1 alpha-2 country code. Use as the identifier when fetching cities for a specific country via the /countries/{iso2} endpoint.
|
|
19442
|
+
*/
|
|
19443
|
+
iso2: string;
|
|
19444
|
+
/**
|
|
19445
|
+
* ISO 3166-1 alpha-3 country code. Three-letter standard used in international data exchange.
|
|
19446
|
+
*/
|
|
19447
|
+
iso3: string;
|
|
19448
|
+
/**
|
|
19449
|
+
* Number of searchable cities available for this country. Useful for showing coverage in UI or deciding whether to offer city search for a given country.
|
|
19450
|
+
*/
|
|
19451
|
+
cityCount: number;
|
|
19452
|
+
}>;
|
|
19453
|
+
};
|
|
19333
19454
|
};
|
|
19334
19455
|
export type GetLocationCountriesResponse = GetLocationCountriesResponses[keyof GetLocationCountriesResponses];
|
|
19335
19456
|
export type GetLocationCountriesByIso2Data = {
|
|
@@ -19345,6 +19466,10 @@ export type GetLocationCountriesByIso2Data = {
|
|
|
19345
19466
|
* Maximum items to return per page. Range: 1-200, default 50.
|
|
19346
19467
|
*/
|
|
19347
19468
|
limit?: number;
|
|
19469
|
+
/**
|
|
19470
|
+
* Number of items to skip for pagination. Default 0.
|
|
19471
|
+
*/
|
|
19472
|
+
offset?: number;
|
|
19348
19473
|
};
|
|
19349
19474
|
url: '/location/countries/{iso2}';
|
|
19350
19475
|
};
|
|
@@ -19407,44 +19532,61 @@ export type GetLocationCountriesByIso2Responses = {
|
|
|
19407
19532
|
/**
|
|
19408
19533
|
* Cities in the specified country, sorted by population (largest first)
|
|
19409
19534
|
*/
|
|
19410
|
-
200:
|
|
19411
|
-
/**
|
|
19412
|
-
* City name as commonly used. Matches the local or internationally recognized name for the location.
|
|
19413
|
-
*/
|
|
19414
|
-
city: string;
|
|
19415
|
-
/**
|
|
19416
|
-
* State, province, canton, or administrative region. Helps disambiguate cities with the same name across regions (e.g. Springfield IL vs Springfield MO).
|
|
19417
|
-
*/
|
|
19418
|
-
province: string;
|
|
19419
|
-
/**
|
|
19420
|
-
* Full country name in English.
|
|
19421
|
-
*/
|
|
19422
|
-
country: string;
|
|
19423
|
-
/**
|
|
19424
|
-
* ISO 3166-1 alpha-2 country code. Use for filtering cities by country or building country-specific location pickers.
|
|
19425
|
-
*/
|
|
19426
|
-
iso2: string;
|
|
19427
|
-
/**
|
|
19428
|
-
* Geographic latitude in decimal degrees (-90 to 90). Pass directly to birth chart, natal chart, horoscope, synastry, transit, kundli, and panchang API endpoints as the latitude parameter.
|
|
19429
|
-
*/
|
|
19430
|
-
latitude: number;
|
|
19535
|
+
200: {
|
|
19431
19536
|
/**
|
|
19432
|
-
*
|
|
19537
|
+
* Total number of cities available for this country.
|
|
19433
19538
|
*/
|
|
19434
|
-
|
|
19539
|
+
total: number;
|
|
19435
19540
|
/**
|
|
19436
|
-
*
|
|
19541
|
+
* Page size used for this response.
|
|
19437
19542
|
*/
|
|
19438
|
-
|
|
19543
|
+
limit: number;
|
|
19439
19544
|
/**
|
|
19440
|
-
*
|
|
19545
|
+
* Number of cities skipped. Use with limit for pagination.
|
|
19441
19546
|
*/
|
|
19442
|
-
|
|
19547
|
+
offset: number;
|
|
19443
19548
|
/**
|
|
19444
|
-
*
|
|
19549
|
+
* Cities for the current page, sorted by population (largest first).
|
|
19445
19550
|
*/
|
|
19446
|
-
|
|
19447
|
-
|
|
19551
|
+
cities: Array<{
|
|
19552
|
+
/**
|
|
19553
|
+
* City name as commonly used. Matches the local or internationally recognized name for the location.
|
|
19554
|
+
*/
|
|
19555
|
+
city: string;
|
|
19556
|
+
/**
|
|
19557
|
+
* State, province, canton, or administrative region. Helps disambiguate cities with the same name across regions (e.g. Springfield IL vs Springfield MO).
|
|
19558
|
+
*/
|
|
19559
|
+
province: string;
|
|
19560
|
+
/**
|
|
19561
|
+
* Full country name in English.
|
|
19562
|
+
*/
|
|
19563
|
+
country: string;
|
|
19564
|
+
/**
|
|
19565
|
+
* ISO 3166-1 alpha-2 country code. Use for filtering cities by country or building country-specific location pickers.
|
|
19566
|
+
*/
|
|
19567
|
+
iso2: string;
|
|
19568
|
+
/**
|
|
19569
|
+
* Geographic latitude in decimal degrees (-90 to 90). Pass directly to birth chart, natal chart, horoscope, synastry, transit, kundli, and panchang API endpoints as the latitude parameter.
|
|
19570
|
+
*/
|
|
19571
|
+
latitude: number;
|
|
19572
|
+
/**
|
|
19573
|
+
* Geographic longitude in decimal degrees (-180 to 180). Pass directly to astrology, horoscope, and panchang API endpoints alongside latitude.
|
|
19574
|
+
*/
|
|
19575
|
+
longitude: number;
|
|
19576
|
+
/**
|
|
19577
|
+
* IANA timezone identifier following the tz database standard (e.g. Europe/Berlin, America/New_York, Asia/Tokyo). Use with JavaScript Date, Luxon, day.js, or any date library for accurate local time conversion.
|
|
19578
|
+
*/
|
|
19579
|
+
timezone: string;
|
|
19580
|
+
/**
|
|
19581
|
+
* Current UTC offset in decimal hours, automatically adjusted for daylight saving time. Pass directly as the timezone parameter in astrology API endpoints. Examples: 1 for CET, 2 for CEST, -5 for EST, 5.5 for IST, 5.75 for Nepal.
|
|
19582
|
+
*/
|
|
19583
|
+
utcOffset: number;
|
|
19584
|
+
/**
|
|
19585
|
+
* City population estimate from geographic databases. Larger cities rank higher in search results, ensuring major metropolitan areas appear first in autocomplete suggestions.
|
|
19586
|
+
*/
|
|
19587
|
+
population: number;
|
|
19588
|
+
}>;
|
|
19589
|
+
};
|
|
19448
19590
|
};
|
|
19449
19591
|
export type GetLocationCountriesByIso2Response = GetLocationCountriesByIso2Responses[keyof GetLocationCountriesByIso2Responses];
|
|
19450
19592
|
export type GetUsageData = {
|