@roxyapi/sdk 1.2.34 → 1.2.35
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 +5 -5
- package/dist/factory.js +5 -5
- package/dist/sdk.gen.d.ts +4 -4
- package/dist/types.gen.d.ts +74 -12
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/docs/llms-full.txt +1 -1
- package/package.json +1 -1
- package/src/sdk.gen.ts +4 -4
- package/src/types.gen.ts +74 -12
- 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.35";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/docs/llms-full.txt
CHANGED
|
@@ -1297,7 +1297,7 @@ const { data } = await roxy.angelNumbers.listAngelNumbers({ query: { limit: 20,
|
|
|
1297
1297
|
const { data } = await roxy.angelNumbers.getAngelNumber({ path: { number: '444' } });
|
|
1298
1298
|
|
|
1299
1299
|
// Analyze Any Number Sequence
|
|
1300
|
-
const { data } = await roxy.angelNumbers.analyzeNumberSequence({ query: { number: '1234' } });
|
|
1300
|
+
const { data } = await roxy.angelNumbers.analyzeNumberSequence({ query: { number: '1234', context: 'clock' } });
|
|
1301
1301
|
|
|
1302
1302
|
// Daily Angel Number
|
|
1303
1303
|
const { data } = await roxy.angelNumbers.getDailyAngelNumber({ body: { seed: 'user123', date: '2026-03-06' } });
|
package/package.json
CHANGED
package/src/sdk.gen.ts
CHANGED
|
@@ -2291,7 +2291,7 @@ export class AngelNumbers extends HeyApiClient {
|
|
|
2291
2291
|
/**
|
|
2292
2292
|
* List All Angel Numbers
|
|
2293
2293
|
*
|
|
2294
|
-
* Retrieve the complete database of angel numbers with summary information. Returns
|
|
2294
|
+
* Retrieve the complete database of angel numbers with summary information. Returns 75+ angel numbers covering root digits (0-9), master numbers (11, 22, 33), double digits (44-99), triple repeating (111-999), quad repeating (1111-9999), the mirror families (X0X like 101-909, X1X, four-digit mirrors like 1212-2121), palindromes (1221, 1331), compound sequences (911, 1122), and sequential numbers (123, 1234). Supports optional type filtering. Perfect for building angel number explorer apps, reference guides, and spiritual databases.
|
|
2295
2295
|
*/
|
|
2296
2296
|
public listAngelNumbers<ThrowOnError extends boolean = false>(options?: Options<GetAngelNumbersNumbersData, ThrowOnError>) {
|
|
2297
2297
|
return (options?.client ?? this.client).get<GetAngelNumbersNumbersResponses, GetAngelNumbersNumbersErrors, ThrowOnError>({
|
|
@@ -2304,7 +2304,7 @@ export class AngelNumbers extends HeyApiClient {
|
|
|
2304
2304
|
/**
|
|
2305
2305
|
* Get Angel Number Meaning
|
|
2306
2306
|
*
|
|
2307
|
-
* Get the complete, authoritative meaning and interpretation for a specific angel number. Returns detailed spiritual, love, career, and twin flame interpretations along with keywords, affirmation, and actionable steps. Covers
|
|
2307
|
+
* Get the complete, authoritative meaning and interpretation for a specific angel number. Returns detailed spiritual, love, career, money, and twin flame interpretations, plus a biblical perspective and a shadow reading, along with keywords, affirmation, and actionable steps. Covers 75+ angel numbers including 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, 1212, 1234, and more. Authoritative interpretations covering all major angel number patterns.
|
|
2308
2308
|
*/
|
|
2309
2309
|
public getAngelNumber<ThrowOnError extends boolean = false>(options: Options<GetAngelNumbersNumbersByNumberData, ThrowOnError>) {
|
|
2310
2310
|
return (options.client ?? this.client).get<GetAngelNumbersNumbersByNumberResponses, GetAngelNumbersNumbersByNumberErrors, ThrowOnError>({
|
|
@@ -2317,7 +2317,7 @@ export class AngelNumbers extends HeyApiClient {
|
|
|
2317
2317
|
/**
|
|
2318
2318
|
* Analyze Any Number Sequence
|
|
2319
2319
|
*
|
|
2320
|
-
* Smart angel number analysis that works for ANY number sequence, not just known angel numbers. Automatically classifies the pattern type (repeating, sequential, mirror, master, root), calculates the numerology digit root, checks the database for a known meaning, and provides the foundational digit root interpretation as a fallback. Perfect for synchronicity tracking apps where users enter arbitrary number sequences they encounter.
|
|
2320
|
+
* Smart angel number analysis that works for ANY number sequence, not just known angel numbers. Automatically classifies the pattern type (repeating, sequential, mirror, master, root, compound), calculates the numerology digit root, checks the database for a known meaning, and provides the foundational digit root interpretation (with full spiritual, love, career, money, and twin flame guidance) as a fallback. An optional context parameter adds a note tailored to where the number was seen. Perfect for synchronicity tracking apps where users enter arbitrary number sequences they encounter.
|
|
2321
2321
|
*/
|
|
2322
2322
|
public analyzeNumberSequence<ThrowOnError extends boolean = false>(options: Options<GetAngelNumbersLookupData, ThrowOnError>) {
|
|
2323
2323
|
return (options.client ?? this.client).get<GetAngelNumbersLookupResponses, GetAngelNumbersLookupErrors, ThrowOnError>({
|
|
@@ -2330,7 +2330,7 @@ export class AngelNumbers extends HeyApiClient {
|
|
|
2330
2330
|
/**
|
|
2331
2331
|
* Daily Angel Number
|
|
2332
2332
|
*
|
|
2333
|
-
* Get the angel number of the day with full meaning and interpretation. Returns a deterministic angel number based on the current date (or a provided seed date), ensuring all users see the same number for any given day. Includes complete spiritual, love, career, and twin flame interpretations. Perfect for daily guidance features, push notifications, content generation, and angel number widget integrations.
|
|
2333
|
+
* Get the angel number of the day with full meaning and interpretation. Returns a deterministic angel number based on the current date (or a provided seed date), ensuring all users see the same number for any given day. Includes complete spiritual, love, career, money, and twin flame interpretations plus a biblical perspective and a shadow reading. Perfect for daily guidance features, push notifications, content generation, and angel number widget integrations.
|
|
2334
2334
|
*/
|
|
2335
2335
|
public getDailyAngelNumber<ThrowOnError extends boolean = false>(options?: Options<PostAngelNumbersDailyData, ThrowOnError>) {
|
|
2336
2336
|
return (options?.client ?? this.client).post<PostAngelNumbersDailyResponses, PostAngelNumbersDailyErrors, ThrowOnError>({
|
package/src/types.gen.ts
CHANGED
|
@@ -32351,9 +32351,9 @@ export type GetAngelNumbersNumbersData = {
|
|
|
32351
32351
|
*/
|
|
32352
32352
|
offset?: number;
|
|
32353
32353
|
/**
|
|
32354
|
-
* 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.
|
|
32354
|
+
* Filter results by angel number pattern type. "repeating" returns numbers like 111, 444, 7777. "sequential" returns patterns like 1234. "mirror" returns palindrome or alternating patterns like 1212, 717. "master" returns 11, 22, 33. "root" returns single digits 0-9. "compound" returns mixed sequences with no pure pattern like 911, 1122.
|
|
32355
32355
|
*/
|
|
32356
|
-
type?: 'repeating' | 'sequential' | 'mirror' | 'master' | 'root';
|
|
32356
|
+
type?: 'repeating' | 'sequential' | 'mirror' | 'master' | 'root' | 'compound';
|
|
32357
32357
|
};
|
|
32358
32358
|
url: '/angel-numbers/numbers';
|
|
32359
32359
|
};
|
|
@@ -32468,7 +32468,7 @@ export type GetAngelNumbersNumbersResponses = {
|
|
|
32468
32468
|
*/
|
|
32469
32469
|
200: {
|
|
32470
32470
|
/**
|
|
32471
|
-
* Total number of angel numbers matching the applied filters.
|
|
32471
|
+
* Total number of angel numbers matching the applied filters. The full catalog size when unfiltered, fewer when filtered by type.
|
|
32472
32472
|
*/
|
|
32473
32473
|
total: number;
|
|
32474
32474
|
/**
|
|
@@ -32496,7 +32496,7 @@ export type GetAngelNumbersNumbersResponses = {
|
|
|
32496
32496
|
*/
|
|
32497
32497
|
coreMessage: string;
|
|
32498
32498
|
/**
|
|
32499
|
-
* 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).
|
|
32499
|
+
* 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). "compound" means a mixed sequence with no pure pattern (911, 1122).
|
|
32500
32500
|
*/
|
|
32501
32501
|
type: string;
|
|
32502
32502
|
/**
|
|
@@ -32669,7 +32669,7 @@ export type GetAngelNumbersNumbersByNumberResponses = {
|
|
|
32669
32669
|
*/
|
|
32670
32670
|
coreMessage: string;
|
|
32671
32671
|
/**
|
|
32672
|
-
* 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).
|
|
32672
|
+
* 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). "compound" means a mixed sequence with no pure pattern (911, 1122).
|
|
32673
32673
|
*/
|
|
32674
32674
|
type: string;
|
|
32675
32675
|
/**
|
|
@@ -32694,14 +32694,26 @@ export type GetAngelNumbersNumbersByNumberResponses = {
|
|
|
32694
32694
|
*/
|
|
32695
32695
|
love: string;
|
|
32696
32696
|
/**
|
|
32697
|
-
* Career and
|
|
32697
|
+
* Career and vocation guidance: professional opportunities, calling, and practical work advice aligned with this angel number energy. Money and finances are returned separately in the money field.
|
|
32698
32698
|
*/
|
|
32699
32699
|
career: string;
|
|
32700
|
+
/**
|
|
32701
|
+
* Money, finances, and material abundance guidance, kept distinct from career and vocation. Covers income, spending, debt, and prosperity mindset for this angel number.
|
|
32702
|
+
*/
|
|
32703
|
+
money: string;
|
|
32700
32704
|
/**
|
|
32701
32705
|
* Twin flame connection interpretation covering union, separation, and spiritual growth within the twin flame journey.
|
|
32702
32706
|
*/
|
|
32703
32707
|
twinFlame: string;
|
|
32704
32708
|
};
|
|
32709
|
+
/**
|
|
32710
|
+
* Biblical and religious perspective on the sequence, framed honestly. States plainly when a number is not a scriptural concept rather than inventing scripture.
|
|
32711
|
+
*/
|
|
32712
|
+
biblical: string;
|
|
32713
|
+
/**
|
|
32714
|
+
* Shadow or cautionary reading: the misuse, over-reliance, or imbalance this sequence can signal. Complements the energy classification.
|
|
32715
|
+
*/
|
|
32716
|
+
shadow: string;
|
|
32705
32717
|
/**
|
|
32706
32718
|
* Positive affirmation aligned with this angel number. Can be used for daily affirmation features, meditation guidance, or spiritual journal prompts.
|
|
32707
32719
|
*/
|
|
@@ -32727,6 +32739,10 @@ export type GetAngelNumbersLookupData = {
|
|
|
32727
32739
|
* Number sequence to analyze (1-8 digits). Can be any number the user has encountered: clock times (1111), addresses (717), receipts (888), license plates (4444), or any repeating pattern.
|
|
32728
32740
|
*/
|
|
32729
32741
|
number: string;
|
|
32742
|
+
/**
|
|
32743
|
+
* Where the number was seen. When supplied, the response adds a contextNote tailoring the reading to the sighting: clock (a glanced time), receipt (a purchase), license-plate (in transit), phone (a call or notification), address (a home or place), price (a total or amount).
|
|
32744
|
+
*/
|
|
32745
|
+
context?: 'clock' | 'receipt' | 'license-plate' | 'phone' | 'address' | 'price';
|
|
32730
32746
|
};
|
|
32731
32747
|
url: '/angel-numbers/lookup';
|
|
32732
32748
|
};
|
|
@@ -32845,7 +32861,7 @@ export type GetAngelNumbersLookupResponses = {
|
|
|
32845
32861
|
*/
|
|
32846
32862
|
number: string;
|
|
32847
32863
|
/**
|
|
32848
|
-
* Pattern classification detected for this number. "repeating" means all same digits. "sequential" means consecutive ascending or descending. "mirror" means palindrome or alternating pattern. "master" means numerology master number. "root" means single digit.
|
|
32864
|
+
* Pattern classification detected for this number. "repeating" means all same digits. "sequential" means consecutive ascending or descending. "mirror" means palindrome or alternating pattern. "master" means numerology master number. "root" means single digit. "compound" means a multi-digit sequence with no pure pattern (e.g. 911, 1122).
|
|
32849
32865
|
*/
|
|
32850
32866
|
type: string;
|
|
32851
32867
|
/**
|
|
@@ -32869,7 +32885,7 @@ export type GetAngelNumbersLookupResponses = {
|
|
|
32869
32885
|
*/
|
|
32870
32886
|
isRepeating: boolean;
|
|
32871
32887
|
/**
|
|
32872
|
-
* Full angel number meaning if this number exists in the database (
|
|
32888
|
+
* Full angel number meaning if this number exists in the curated database (75+ known sequences). Null if the number is not in the database, in which case use the analysis fields (type, digitRoot) and the digitRootMeaning fallback for interpretation.
|
|
32873
32889
|
*/
|
|
32874
32890
|
knownMeaning: {
|
|
32875
32891
|
/**
|
|
@@ -32889,7 +32905,7 @@ export type GetAngelNumbersLookupResponses = {
|
|
|
32889
32905
|
*/
|
|
32890
32906
|
keywords: Array<string>;
|
|
32891
32907
|
/**
|
|
32892
|
-
* Detailed interpretations across
|
|
32908
|
+
* Detailed interpretations across life areas.
|
|
32893
32909
|
*/
|
|
32894
32910
|
meaning: {
|
|
32895
32911
|
/**
|
|
@@ -32901,14 +32917,26 @@ export type GetAngelNumbersLookupResponses = {
|
|
|
32901
32917
|
*/
|
|
32902
32918
|
love: string;
|
|
32903
32919
|
/**
|
|
32904
|
-
* Career and
|
|
32920
|
+
* Career and vocation guidance. Money and finances are returned separately in the money field.
|
|
32905
32921
|
*/
|
|
32906
32922
|
career: string;
|
|
32923
|
+
/**
|
|
32924
|
+
* Money, finances, and material abundance guidance, distinct from career.
|
|
32925
|
+
*/
|
|
32926
|
+
money: string;
|
|
32907
32927
|
/**
|
|
32908
32928
|
* Twin flame connection interpretation covering union, separation, and spiritual growth.
|
|
32909
32929
|
*/
|
|
32910
32930
|
twinFlame: string;
|
|
32911
32931
|
};
|
|
32932
|
+
/**
|
|
32933
|
+
* Biblical and religious perspective, framed honestly.
|
|
32934
|
+
*/
|
|
32935
|
+
biblical: string;
|
|
32936
|
+
/**
|
|
32937
|
+
* Shadow or cautionary reading for this number.
|
|
32938
|
+
*/
|
|
32939
|
+
shadow: string;
|
|
32912
32940
|
/**
|
|
32913
32941
|
* Positive affirmation for this number.
|
|
32914
32942
|
*/
|
|
@@ -32934,7 +32962,29 @@ export type GetAngelNumbersLookupResponses = {
|
|
|
32934
32962
|
* Core message of the foundational root digit.
|
|
32935
32963
|
*/
|
|
32936
32964
|
coreMessage: string;
|
|
32965
|
+
/**
|
|
32966
|
+
* Full life-area interpretation of the underlying root digit. For an unknown sequence this is the substantive reading to display, so a synchronicity app never dead-ends on an arbitrary number.
|
|
32967
|
+
*/
|
|
32968
|
+
meaning: {
|
|
32969
|
+
spiritual: string;
|
|
32970
|
+
love: string;
|
|
32971
|
+
career: string;
|
|
32972
|
+
money: string;
|
|
32973
|
+
twinFlame: string;
|
|
32974
|
+
};
|
|
32975
|
+
/**
|
|
32976
|
+
* Keywords for the root digit.
|
|
32977
|
+
*/
|
|
32978
|
+
keywords: Array<string>;
|
|
32979
|
+
/**
|
|
32980
|
+
* Affirmation for the root digit.
|
|
32981
|
+
*/
|
|
32982
|
+
affirmation: string;
|
|
32937
32983
|
};
|
|
32984
|
+
/**
|
|
32985
|
+
* Present only when the context query parameter is supplied. A short reading layered on top of the meaning that accounts for WHERE the number was seen (clock, receipt, license plate, phone, address, price), since the place of a sighting shifts its emphasis.
|
|
32986
|
+
*/
|
|
32987
|
+
contextNote?: string;
|
|
32938
32988
|
};
|
|
32939
32989
|
};
|
|
32940
32990
|
|
|
@@ -33103,7 +33153,7 @@ export type PostAngelNumbersDailyResponses = {
|
|
|
33103
33153
|
*/
|
|
33104
33154
|
energy: string;
|
|
33105
33155
|
/**
|
|
33106
|
-
* Detailed interpretations across
|
|
33156
|
+
* Detailed interpretations across life areas for the daily angel number.
|
|
33107
33157
|
*/
|
|
33108
33158
|
meaning: {
|
|
33109
33159
|
/**
|
|
@@ -33115,14 +33165,26 @@ export type PostAngelNumbersDailyResponses = {
|
|
|
33115
33165
|
*/
|
|
33116
33166
|
love: string;
|
|
33117
33167
|
/**
|
|
33118
|
-
* Career and
|
|
33168
|
+
* Career and vocation guidance: professional opportunities, calling, and practical work advice. Money and finances are returned separately in the money field.
|
|
33119
33169
|
*/
|
|
33120
33170
|
career: string;
|
|
33171
|
+
/**
|
|
33172
|
+
* Money, finances, and material abundance guidance, kept distinct from career and vocation.
|
|
33173
|
+
*/
|
|
33174
|
+
money: string;
|
|
33121
33175
|
/**
|
|
33122
33176
|
* Twin flame connection interpretation covering union, separation, and spiritual growth within the twin flame journey.
|
|
33123
33177
|
*/
|
|
33124
33178
|
twinFlame: string;
|
|
33125
33179
|
};
|
|
33180
|
+
/**
|
|
33181
|
+
* Biblical and religious perspective on the daily sequence, framed honestly.
|
|
33182
|
+
*/
|
|
33183
|
+
biblical: string;
|
|
33184
|
+
/**
|
|
33185
|
+
* Shadow or cautionary reading for the daily sequence. Complements the energy classification.
|
|
33186
|
+
*/
|
|
33187
|
+
shadow: string;
|
|
33126
33188
|
/**
|
|
33127
33189
|
* Five to eight keywords capturing the spiritual themes and energy of the daily angel number. Useful for search, filtering, and content generation.
|
|
33128
33190
|
*/
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.2.
|
|
1
|
+
export const VERSION = '1.2.35';
|