@roxyapi/sdk 1.2.28 → 1.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/factory.cjs +1 -1
- package/dist/factory.js +1 -1
- package/dist/types.gen.d.ts +28 -186
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.gen.ts +28 -186
- package/src/version.ts +1 -1
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.2.
|
|
1
|
+
export declare const VERSION = "1.2.29";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -3549,11 +3549,11 @@ export type Card = {
|
|
|
3549
3549
|
|
|
3550
3550
|
export type DrawnCard = {
|
|
3551
3551
|
/**
|
|
3552
|
-
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups
|
|
3552
|
+
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups).
|
|
3553
3553
|
*/
|
|
3554
3554
|
id: string;
|
|
3555
3555
|
/**
|
|
3556
|
-
* Display name of the tarot card
|
|
3556
|
+
* Display name of the tarot card.
|
|
3557
3557
|
*/
|
|
3558
3558
|
name: string;
|
|
3559
3559
|
/**
|
|
@@ -3584,6 +3584,26 @@ export type DrawnCard = {
|
|
|
3584
3584
|
* Full interpretation of this card in its current orientation, providing detailed divination guidance.
|
|
3585
3585
|
*/
|
|
3586
3586
|
meaning: string;
|
|
3587
|
+
/**
|
|
3588
|
+
* Love and relationship interpretation for the drawn orientation. Covers romantic partnerships, dating, emotional connections, and matters of the heart.
|
|
3589
|
+
*/
|
|
3590
|
+
love?: string;
|
|
3591
|
+
/**
|
|
3592
|
+
* Career and professional interpretation for the drawn orientation. Covers workplace dynamics, job transitions, ambition, and vocational purpose.
|
|
3593
|
+
*/
|
|
3594
|
+
career?: string;
|
|
3595
|
+
/**
|
|
3596
|
+
* Financial interpretation for the drawn orientation. Covers money management, investments, material prosperity, and abundance mindset.
|
|
3597
|
+
*/
|
|
3598
|
+
finances?: string;
|
|
3599
|
+
/**
|
|
3600
|
+
* Health and wellbeing interpretation for the drawn orientation. Covers physical vitality, mental health, energy levels, and self-care guidance.
|
|
3601
|
+
*/
|
|
3602
|
+
health?: string;
|
|
3603
|
+
/**
|
|
3604
|
+
* Spiritual interpretation for the drawn orientation. Covers personal growth, inner wisdom, soul purpose, and metaphysical development.
|
|
3605
|
+
*/
|
|
3606
|
+
spirituality?: string;
|
|
3587
3607
|
/**
|
|
3588
3608
|
* URL to the tarot card artwork image.
|
|
3589
3609
|
*/
|
|
@@ -21071,40 +21091,7 @@ export type PostTarotDailyResponses = {
|
|
|
21071
21091
|
* Seed used for this daily reading. Same seed on the same date always produces the identical card for reproducible daily divination.
|
|
21072
21092
|
*/
|
|
21073
21093
|
seed: string;
|
|
21074
|
-
card:
|
|
21075
|
-
/**
|
|
21076
|
-
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups).
|
|
21077
|
-
*/
|
|
21078
|
-
id: string;
|
|
21079
|
-
/**
|
|
21080
|
-
* Display name of the tarot card.
|
|
21081
|
-
*/
|
|
21082
|
-
name: string;
|
|
21083
|
-
/**
|
|
21084
|
-
* Whether this card belongs to the Major Arcana (22 trump cards, major life themes) or Minor Arcana (56 suit cards, daily situations).
|
|
21085
|
-
*/
|
|
21086
|
-
arcana: 'major' | 'minor';
|
|
21087
|
-
/**
|
|
21088
|
-
* Position index of the card in the draw sequence (1-based).
|
|
21089
|
-
*/
|
|
21090
|
-
position: number;
|
|
21091
|
-
/**
|
|
21092
|
-
* True if the card was drawn reversed (upside down). Reversed cards carry modified or blocked energy compared to upright position.
|
|
21093
|
-
*/
|
|
21094
|
-
reversed: boolean;
|
|
21095
|
-
/**
|
|
21096
|
-
* Key themes and concepts associated with this card in its current orientation (upright or reversed).
|
|
21097
|
-
*/
|
|
21098
|
-
keywords: Array<string>;
|
|
21099
|
-
/**
|
|
21100
|
-
* Full interpretation of this card in its current orientation, providing daily guidance and reflection.
|
|
21101
|
-
*/
|
|
21102
|
-
meaning: string;
|
|
21103
|
-
/**
|
|
21104
|
-
* URL to the tarot card artwork image.
|
|
21105
|
-
*/
|
|
21106
|
-
imageUrl: string;
|
|
21107
|
-
};
|
|
21094
|
+
card: DrawnCard;
|
|
21108
21095
|
/**
|
|
21109
21096
|
* Concise daily tarot message summarizing the card, its orientation, key themes, and brief guidance for the day.
|
|
21110
21097
|
*/
|
|
@@ -21449,36 +21436,7 @@ export type PostTarotSpreadsThreeCardResponses = {
|
|
|
21449
21436
|
* Position-specific interpretation of the drawn card, explaining how this card meaning applies to this particular spread position.
|
|
21450
21437
|
*/
|
|
21451
21438
|
interpretation: string;
|
|
21452
|
-
card:
|
|
21453
|
-
/**
|
|
21454
|
-
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups).
|
|
21455
|
-
*/
|
|
21456
|
-
id: string;
|
|
21457
|
-
/**
|
|
21458
|
-
* Display name of the tarot card.
|
|
21459
|
-
*/
|
|
21460
|
-
name: string;
|
|
21461
|
-
/**
|
|
21462
|
-
* Whether this card belongs to the Major Arcana (22 trump cards, major life themes) or Minor Arcana (56 suit cards, daily situations).
|
|
21463
|
-
*/
|
|
21464
|
-
arcana: 'major' | 'minor';
|
|
21465
|
-
/**
|
|
21466
|
-
* True if the card was drawn reversed (upside down). Reversed cards carry modified or blocked energy compared to upright position.
|
|
21467
|
-
*/
|
|
21468
|
-
reversed: boolean;
|
|
21469
|
-
/**
|
|
21470
|
-
* Key themes and concepts associated with this card in its current orientation (upright or reversed).
|
|
21471
|
-
*/
|
|
21472
|
-
keywords: Array<string>;
|
|
21473
|
-
/**
|
|
21474
|
-
* Full interpretation of this card in its current orientation.
|
|
21475
|
-
*/
|
|
21476
|
-
meaning: string;
|
|
21477
|
-
/**
|
|
21478
|
-
* URL to the tarot card artwork image.
|
|
21479
|
-
*/
|
|
21480
|
-
imageUrl: string;
|
|
21481
|
-
};
|
|
21439
|
+
card: DrawnCard;
|
|
21482
21440
|
}>;
|
|
21483
21441
|
/**
|
|
21484
21442
|
* AI-generated narrative connecting all cards in the spread into a cohesive reading.
|
|
@@ -21641,36 +21599,7 @@ export type PostTarotSpreadsCelticCrossResponses = {
|
|
|
21641
21599
|
* Position-specific interpretation of the drawn card, explaining how this card meaning applies to this particular spread position.
|
|
21642
21600
|
*/
|
|
21643
21601
|
interpretation: string;
|
|
21644
|
-
card:
|
|
21645
|
-
/**
|
|
21646
|
-
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups).
|
|
21647
|
-
*/
|
|
21648
|
-
id: string;
|
|
21649
|
-
/**
|
|
21650
|
-
* Display name of the tarot card.
|
|
21651
|
-
*/
|
|
21652
|
-
name: string;
|
|
21653
|
-
/**
|
|
21654
|
-
* Whether this card belongs to the Major Arcana (22 trump cards, major life themes) or Minor Arcana (56 suit cards, daily situations).
|
|
21655
|
-
*/
|
|
21656
|
-
arcana: 'major' | 'minor';
|
|
21657
|
-
/**
|
|
21658
|
-
* True if the card was drawn reversed (upside down). Reversed cards carry modified or blocked energy compared to upright position.
|
|
21659
|
-
*/
|
|
21660
|
-
reversed: boolean;
|
|
21661
|
-
/**
|
|
21662
|
-
* Key themes and concepts associated with this card in its current orientation (upright or reversed).
|
|
21663
|
-
*/
|
|
21664
|
-
keywords: Array<string>;
|
|
21665
|
-
/**
|
|
21666
|
-
* Full interpretation of this card in its current orientation.
|
|
21667
|
-
*/
|
|
21668
|
-
meaning: string;
|
|
21669
|
-
/**
|
|
21670
|
-
* URL to the tarot card artwork image.
|
|
21671
|
-
*/
|
|
21672
|
-
imageUrl: string;
|
|
21673
|
-
};
|
|
21602
|
+
card: DrawnCard;
|
|
21674
21603
|
}>;
|
|
21675
21604
|
/**
|
|
21676
21605
|
* AI-generated narrative connecting all cards in the spread into a cohesive reading.
|
|
@@ -21833,36 +21762,7 @@ export type PostTarotSpreadsLoveResponses = {
|
|
|
21833
21762
|
* Position-specific interpretation of the drawn card, explaining how this card meaning applies to this particular spread position.
|
|
21834
21763
|
*/
|
|
21835
21764
|
interpretation: string;
|
|
21836
|
-
card:
|
|
21837
|
-
/**
|
|
21838
|
-
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups).
|
|
21839
|
-
*/
|
|
21840
|
-
id: string;
|
|
21841
|
-
/**
|
|
21842
|
-
* Display name of the tarot card.
|
|
21843
|
-
*/
|
|
21844
|
-
name: string;
|
|
21845
|
-
/**
|
|
21846
|
-
* Whether this card belongs to the Major Arcana (22 trump cards, major life themes) or Minor Arcana (56 suit cards, daily situations).
|
|
21847
|
-
*/
|
|
21848
|
-
arcana: 'major' | 'minor';
|
|
21849
|
-
/**
|
|
21850
|
-
* True if the card was drawn reversed (upside down). Reversed cards carry modified or blocked energy compared to upright position.
|
|
21851
|
-
*/
|
|
21852
|
-
reversed: boolean;
|
|
21853
|
-
/**
|
|
21854
|
-
* Key themes and concepts associated with this card in its current orientation (upright or reversed).
|
|
21855
|
-
*/
|
|
21856
|
-
keywords: Array<string>;
|
|
21857
|
-
/**
|
|
21858
|
-
* Full interpretation of this card in its current orientation.
|
|
21859
|
-
*/
|
|
21860
|
-
meaning: string;
|
|
21861
|
-
/**
|
|
21862
|
-
* URL to the tarot card artwork image.
|
|
21863
|
-
*/
|
|
21864
|
-
imageUrl: string;
|
|
21865
|
-
};
|
|
21765
|
+
card: DrawnCard;
|
|
21866
21766
|
}>;
|
|
21867
21767
|
/**
|
|
21868
21768
|
* AI-generated narrative connecting all cards in the spread into a cohesive reading.
|
|
@@ -22025,36 +21925,7 @@ export type PostTarotSpreadsCareerResponses = {
|
|
|
22025
21925
|
* Position-specific interpretation of the drawn card, explaining how this card meaning applies to this particular spread position.
|
|
22026
21926
|
*/
|
|
22027
21927
|
interpretation: string;
|
|
22028
|
-
card:
|
|
22029
|
-
/**
|
|
22030
|
-
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups).
|
|
22031
|
-
*/
|
|
22032
|
-
id: string;
|
|
22033
|
-
/**
|
|
22034
|
-
* Display name of the tarot card.
|
|
22035
|
-
*/
|
|
22036
|
-
name: string;
|
|
22037
|
-
/**
|
|
22038
|
-
* Whether this card belongs to the Major Arcana (22 trump cards, major life themes) or Minor Arcana (56 suit cards, daily situations).
|
|
22039
|
-
*/
|
|
22040
|
-
arcana: 'major' | 'minor';
|
|
22041
|
-
/**
|
|
22042
|
-
* True if the card was drawn reversed (upside down). Reversed cards carry modified or blocked energy compared to upright position.
|
|
22043
|
-
*/
|
|
22044
|
-
reversed: boolean;
|
|
22045
|
-
/**
|
|
22046
|
-
* Key themes and concepts associated with this card in its current orientation (upright or reversed).
|
|
22047
|
-
*/
|
|
22048
|
-
keywords: Array<string>;
|
|
22049
|
-
/**
|
|
22050
|
-
* Full interpretation of this card in its current orientation.
|
|
22051
|
-
*/
|
|
22052
|
-
meaning: string;
|
|
22053
|
-
/**
|
|
22054
|
-
* URL to the tarot card artwork image.
|
|
22055
|
-
*/
|
|
22056
|
-
imageUrl: string;
|
|
22057
|
-
};
|
|
21928
|
+
card: DrawnCard;
|
|
22058
21929
|
}>;
|
|
22059
21930
|
/**
|
|
22060
21931
|
* AI-generated narrative connecting all cards in the spread into a cohesive reading.
|
|
@@ -22240,36 +22111,7 @@ export type PostTarotSpreadsCustomResponses = {
|
|
|
22240
22111
|
* Position-specific interpretation of the drawn card, explaining how this card meaning applies to this particular spread position.
|
|
22241
22112
|
*/
|
|
22242
22113
|
interpretation: string;
|
|
22243
|
-
card:
|
|
22244
|
-
/**
|
|
22245
|
-
* Unique card identifier in kebab-case (e.g. the-fool, ace-of-cups).
|
|
22246
|
-
*/
|
|
22247
|
-
id: string;
|
|
22248
|
-
/**
|
|
22249
|
-
* Display name of the tarot card.
|
|
22250
|
-
*/
|
|
22251
|
-
name: string;
|
|
22252
|
-
/**
|
|
22253
|
-
* Whether this card belongs to the Major Arcana (22 trump cards, major life themes) or Minor Arcana (56 suit cards, daily situations).
|
|
22254
|
-
*/
|
|
22255
|
-
arcana: 'major' | 'minor';
|
|
22256
|
-
/**
|
|
22257
|
-
* True if the card was drawn reversed (upside down). Reversed cards carry modified or blocked energy compared to upright position.
|
|
22258
|
-
*/
|
|
22259
|
-
reversed: boolean;
|
|
22260
|
-
/**
|
|
22261
|
-
* Key themes and concepts associated with this card in its current orientation (upright or reversed).
|
|
22262
|
-
*/
|
|
22263
|
-
keywords: Array<string>;
|
|
22264
|
-
/**
|
|
22265
|
-
* Full interpretation of this card in its current orientation.
|
|
22266
|
-
*/
|
|
22267
|
-
meaning: string;
|
|
22268
|
-
/**
|
|
22269
|
-
* URL to the tarot card artwork image.
|
|
22270
|
-
*/
|
|
22271
|
-
imageUrl: string;
|
|
22272
|
-
};
|
|
22114
|
+
card: DrawnCard;
|
|
22273
22115
|
}>;
|
|
22274
22116
|
/**
|
|
22275
22117
|
* AI-generated narrative connecting all cards in the spread into a cohesive reading.
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.2.
|
|
1
|
+
export const VERSION = '1.2.29';
|