@noya-ai/data-server-schemas 0.1.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.
Files changed (85) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +25 -0
  3. package/dist/alternative/schemas.cjs +44 -0
  4. package/dist/alternative/schemas.d.cts +2 -0
  5. package/dist/alternative/schemas.d.ts +2 -0
  6. package/dist/alternative/schemas.js +11 -0
  7. package/dist/batch/schemas.cjs +73 -0
  8. package/dist/batch/schemas.d.cts +2 -0
  9. package/dist/batch/schemas.d.ts +2 -0
  10. package/dist/batch/schemas.js +17 -0
  11. package/dist/chunk-BWY4ZL7E.js +142 -0
  12. package/dist/chunk-C3YNWX7W.js +256 -0
  13. package/dist/chunk-DKMPZFSH.js +29 -0
  14. package/dist/chunk-KLRIACSR.js +162 -0
  15. package/dist/chunk-MECUVGQT.js +203 -0
  16. package/dist/chunk-MLKGABMK.js +9 -0
  17. package/dist/chunk-PHNEQDUP.js +89 -0
  18. package/dist/chunk-ROAH5BN3.js +58 -0
  19. package/dist/chunk-VK45O334.js +129 -0
  20. package/dist/chunk-W5SLY2ZT.js +134 -0
  21. package/dist/chunk-ZP2HSALI.js +150 -0
  22. package/dist/chunk-ZTOGXNAW.js +198 -0
  23. package/dist/coingecko/schemas.cjs +177 -0
  24. package/dist/coingecko/schemas.d.cts +2 -0
  25. package/dist/coingecko/schemas.d.ts +2 -0
  26. package/dist/coingecko/schemas.js +43 -0
  27. package/dist/coinglass/schemas.cjs +213 -0
  28. package/dist/coinglass/schemas.d.cts +2 -0
  29. package/dist/coinglass/schemas.d.ts +2 -0
  30. package/dist/coinglass/schemas.js +63 -0
  31. package/dist/composite/schemas.cjs +144 -0
  32. package/dist/composite/schemas.d.cts +2 -0
  33. package/dist/composite/schemas.d.ts +2 -0
  34. package/dist/composite/schemas.js +23 -0
  35. package/dist/cryptonews/schemas.cjs +104 -0
  36. package/dist/cryptonews/schemas.d.cts +2 -0
  37. package/dist/cryptonews/schemas.d.ts +2 -0
  38. package/dist/cryptonews/schemas.js +23 -0
  39. package/dist/defillama/schemas.cjs +157 -0
  40. package/dist/defillama/schemas.d.cts +2 -0
  41. package/dist/defillama/schemas.d.ts +2 -0
  42. package/dist/defillama/schemas.js +37 -0
  43. package/dist/geckoterminal/schemas.cjs +149 -0
  44. package/dist/geckoterminal/schemas.d.cts +2 -0
  45. package/dist/geckoterminal/schemas.d.ts +2 -0
  46. package/dist/geckoterminal/schemas.js +33 -0
  47. package/dist/index.cjs +1359 -0
  48. package/dist/index.d.cts +12 -0
  49. package/dist/index.d.ts +12 -0
  50. package/dist/index.js +47 -0
  51. package/dist/kaito/schemas.cjs +218 -0
  52. package/dist/kaito/schemas.d.cts +2 -0
  53. package/dist/kaito/schemas.d.ts +2 -0
  54. package/dist/kaito/schemas.js +45 -0
  55. package/dist/moralis/schemas.cjs +165 -0
  56. package/dist/moralis/schemas.d.cts +2 -0
  57. package/dist/moralis/schemas.d.ts +2 -0
  58. package/dist/moralis/schemas.js +29 -0
  59. package/dist/noya/schemas.cjs +271 -0
  60. package/dist/noya/schemas.d.cts +2 -0
  61. package/dist/noya/schemas.d.ts +2 -0
  62. package/dist/noya/schemas.js +57 -0
  63. package/dist/schemas-6ZorQZBC.d.cts +435 -0
  64. package/dist/schemas-6ZorQZBC.d.ts +435 -0
  65. package/dist/schemas-BMeKj9pe.d.cts +832 -0
  66. package/dist/schemas-BMeKj9pe.d.ts +832 -0
  67. package/dist/schemas-BYLoGYNO.d.cts +52 -0
  68. package/dist/schemas-BYLoGYNO.d.ts +52 -0
  69. package/dist/schemas-Bbz-itbI.d.cts +387 -0
  70. package/dist/schemas-Bbz-itbI.d.ts +387 -0
  71. package/dist/schemas-CAn6VbI-.d.cts +240 -0
  72. package/dist/schemas-CAn6VbI-.d.ts +240 -0
  73. package/dist/schemas-CNeb4DA4.d.cts +432 -0
  74. package/dist/schemas-CNeb4DA4.d.ts +432 -0
  75. package/dist/schemas-Cu7LkQN1.d.cts +466 -0
  76. package/dist/schemas-Cu7LkQN1.d.ts +466 -0
  77. package/dist/schemas-D4yPHF06.d.cts +481 -0
  78. package/dist/schemas-D4yPHF06.d.ts +481 -0
  79. package/dist/schemas-Doa7hG7U.d.cts +630 -0
  80. package/dist/schemas-Doa7hG7U.d.ts +630 -0
  81. package/dist/schemas-TYWQmRZI.d.cts +519 -0
  82. package/dist/schemas-TYWQmRZI.d.ts +519 -0
  83. package/dist/schemas-hrS1Vfcr.d.cts +255 -0
  84. package/dist/schemas-hrS1Vfcr.d.ts +255 -0
  85. package/package.json +93 -0
@@ -0,0 +1,255 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const NewsBody: z.ZodObject<{
4
+ tickers: z.ZodOptional<z.ZodString>;
5
+ items: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
6
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
7
+ sentiment: z.ZodOptional<z.ZodEnum<["positive", "negative", "neutral"]>>;
8
+ topic: z.ZodOptional<z.ZodString>;
9
+ source: z.ZodOptional<z.ZodString>;
10
+ date: z.ZodOptional<z.ZodString>;
11
+ sort: z.ZodOptional<z.ZodEnum<["rank", "date"]>>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ items: number;
14
+ page: number;
15
+ sort?: "date" | "rank" | undefined;
16
+ date?: string | undefined;
17
+ tickers?: string | undefined;
18
+ sentiment?: "positive" | "negative" | "neutral" | undefined;
19
+ topic?: string | undefined;
20
+ source?: string | undefined;
21
+ }, {
22
+ sort?: "date" | "rank" | undefined;
23
+ date?: string | undefined;
24
+ tickers?: string | undefined;
25
+ items?: number | undefined;
26
+ page?: number | undefined;
27
+ sentiment?: "positive" | "negative" | "neutral" | undefined;
28
+ topic?: string | undefined;
29
+ source?: string | undefined;
30
+ }>;
31
+ declare const NewsArticle: z.ZodObject<{
32
+ title: z.ZodString;
33
+ text: z.ZodString;
34
+ url: z.ZodString;
35
+ imageUrl: z.ZodNullable<z.ZodString>;
36
+ date: z.ZodString;
37
+ source: z.ZodString;
38
+ sentiment: z.ZodString;
39
+ tickers: z.ZodArray<z.ZodString, "many">;
40
+ topics: z.ZodArray<z.ZodString, "many">;
41
+ type: z.ZodString;
42
+ }, "strip", z.ZodTypeAny, {
43
+ type: string;
44
+ date: string;
45
+ url: string;
46
+ tickers: string[];
47
+ sentiment: string;
48
+ source: string;
49
+ title: string;
50
+ text: string;
51
+ imageUrl: string | null;
52
+ topics: string[];
53
+ }, {
54
+ type: string;
55
+ date: string;
56
+ url: string;
57
+ tickers: string[];
58
+ sentiment: string;
59
+ source: string;
60
+ title: string;
61
+ text: string;
62
+ imageUrl: string | null;
63
+ topics: string[];
64
+ }>;
65
+ declare const NewsResponse: z.ZodObject<{
66
+ articles: z.ZodArray<z.ZodObject<{
67
+ title: z.ZodString;
68
+ text: z.ZodString;
69
+ url: z.ZodString;
70
+ imageUrl: z.ZodNullable<z.ZodString>;
71
+ date: z.ZodString;
72
+ source: z.ZodString;
73
+ sentiment: z.ZodString;
74
+ tickers: z.ZodArray<z.ZodString, "many">;
75
+ topics: z.ZodArray<z.ZodString, "many">;
76
+ type: z.ZodString;
77
+ }, "strip", z.ZodTypeAny, {
78
+ type: string;
79
+ date: string;
80
+ url: string;
81
+ tickers: string[];
82
+ sentiment: string;
83
+ source: string;
84
+ title: string;
85
+ text: string;
86
+ imageUrl: string | null;
87
+ topics: string[];
88
+ }, {
89
+ type: string;
90
+ date: string;
91
+ url: string;
92
+ tickers: string[];
93
+ sentiment: string;
94
+ source: string;
95
+ title: string;
96
+ text: string;
97
+ imageUrl: string | null;
98
+ topics: string[];
99
+ }>, "many">;
100
+ totalPages: z.ZodNullable<z.ZodNumber>;
101
+ }, "strip", z.ZodTypeAny, {
102
+ articles: {
103
+ type: string;
104
+ date: string;
105
+ url: string;
106
+ tickers: string[];
107
+ sentiment: string;
108
+ source: string;
109
+ title: string;
110
+ text: string;
111
+ imageUrl: string | null;
112
+ topics: string[];
113
+ }[];
114
+ totalPages: number | null;
115
+ }, {
116
+ articles: {
117
+ type: string;
118
+ date: string;
119
+ url: string;
120
+ tickers: string[];
121
+ sentiment: string;
122
+ source: string;
123
+ title: string;
124
+ text: string;
125
+ imageUrl: string | null;
126
+ topics: string[];
127
+ }[];
128
+ totalPages: number | null;
129
+ }>;
130
+ declare const SentimentBody: z.ZodObject<{
131
+ tickers: z.ZodString;
132
+ date: z.ZodEffects<z.ZodDefault<z.ZodString>, string, string | undefined>;
133
+ }, "strip", z.ZodTypeAny, {
134
+ date: string;
135
+ tickers: string;
136
+ }, {
137
+ tickers: string;
138
+ date?: string | undefined;
139
+ }>;
140
+ declare const SentimentItem: z.ZodObject<{
141
+ ticker: z.ZodString;
142
+ sentiment: z.ZodString;
143
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
144
+ positive: z.ZodNumber;
145
+ negative: z.ZodNumber;
146
+ neutral: z.ZodNumber;
147
+ }, "strip", z.ZodTypeAny, {
148
+ positive: number;
149
+ negative: number;
150
+ neutral: number;
151
+ sentiment: string;
152
+ ticker: string;
153
+ sentimentScore: number | null;
154
+ }, {
155
+ positive: number;
156
+ negative: number;
157
+ neutral: number;
158
+ sentiment: string;
159
+ ticker: string;
160
+ sentimentScore: number | null;
161
+ }>;
162
+ declare const SentimentResponse: z.ZodArray<z.ZodObject<{
163
+ ticker: z.ZodString;
164
+ sentiment: z.ZodString;
165
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
166
+ positive: z.ZodNumber;
167
+ negative: z.ZodNumber;
168
+ neutral: z.ZodNumber;
169
+ }, "strip", z.ZodTypeAny, {
170
+ positive: number;
171
+ negative: number;
172
+ neutral: number;
173
+ sentiment: string;
174
+ ticker: string;
175
+ sentimentScore: number | null;
176
+ }, {
177
+ positive: number;
178
+ negative: number;
179
+ neutral: number;
180
+ sentiment: string;
181
+ ticker: string;
182
+ sentimentScore: number | null;
183
+ }>, "many">;
184
+ declare const TrendingQuery: z.ZodObject<{
185
+ date: z.ZodOptional<z.ZodString>;
186
+ }, "strip", z.ZodTypeAny, {
187
+ date?: string | undefined;
188
+ }, {
189
+ date?: string | undefined;
190
+ }>;
191
+ declare const TrendingTicker: z.ZodObject<{
192
+ ticker: z.ZodString;
193
+ name: z.ZodString;
194
+ totalMentions: z.ZodNumber;
195
+ positiveMentions: z.ZodNumber;
196
+ negativeMentions: z.ZodNumber;
197
+ neutralMentions: z.ZodNumber;
198
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
199
+ }, "strip", z.ZodTypeAny, {
200
+ name: string;
201
+ ticker: string;
202
+ sentimentScore: number | null;
203
+ totalMentions: number;
204
+ positiveMentions: number;
205
+ negativeMentions: number;
206
+ neutralMentions: number;
207
+ }, {
208
+ name: string;
209
+ ticker: string;
210
+ sentimentScore: number | null;
211
+ totalMentions: number;
212
+ positiveMentions: number;
213
+ negativeMentions: number;
214
+ neutralMentions: number;
215
+ }>;
216
+ declare const TrendingResponse: z.ZodArray<z.ZodObject<{
217
+ ticker: z.ZodString;
218
+ name: z.ZodString;
219
+ totalMentions: z.ZodNumber;
220
+ positiveMentions: z.ZodNumber;
221
+ negativeMentions: z.ZodNumber;
222
+ neutralMentions: z.ZodNumber;
223
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
224
+ }, "strip", z.ZodTypeAny, {
225
+ name: string;
226
+ ticker: string;
227
+ sentimentScore: number | null;
228
+ totalMentions: number;
229
+ positiveMentions: number;
230
+ negativeMentions: number;
231
+ neutralMentions: number;
232
+ }, {
233
+ name: string;
234
+ ticker: string;
235
+ sentimentScore: number | null;
236
+ totalMentions: number;
237
+ positiveMentions: number;
238
+ negativeMentions: number;
239
+ neutralMentions: number;
240
+ }>, "many">;
241
+
242
+ declare const schemas_NewsArticle: typeof NewsArticle;
243
+ declare const schemas_NewsBody: typeof NewsBody;
244
+ declare const schemas_NewsResponse: typeof NewsResponse;
245
+ declare const schemas_SentimentBody: typeof SentimentBody;
246
+ declare const schemas_SentimentItem: typeof SentimentItem;
247
+ declare const schemas_SentimentResponse: typeof SentimentResponse;
248
+ declare const schemas_TrendingQuery: typeof TrendingQuery;
249
+ declare const schemas_TrendingResponse: typeof TrendingResponse;
250
+ declare const schemas_TrendingTicker: typeof TrendingTicker;
251
+ declare namespace schemas {
252
+ export { schemas_NewsArticle as NewsArticle, schemas_NewsBody as NewsBody, schemas_NewsResponse as NewsResponse, schemas_SentimentBody as SentimentBody, schemas_SentimentItem as SentimentItem, schemas_SentimentResponse as SentimentResponse, schemas_TrendingQuery as TrendingQuery, schemas_TrendingResponse as TrendingResponse, schemas_TrendingTicker as TrendingTicker };
253
+ }
254
+
255
+ export { NewsArticle as N, SentimentBody as S, TrendingQuery as T, NewsBody as a, NewsResponse as b, SentimentItem as c, SentimentResponse as d, TrendingResponse as e, TrendingTicker as f, schemas as s };
@@ -0,0 +1,255 @@
1
+ import { z } from 'zod';
2
+
3
+ declare const NewsBody: z.ZodObject<{
4
+ tickers: z.ZodOptional<z.ZodString>;
5
+ items: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
6
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
7
+ sentiment: z.ZodOptional<z.ZodEnum<["positive", "negative", "neutral"]>>;
8
+ topic: z.ZodOptional<z.ZodString>;
9
+ source: z.ZodOptional<z.ZodString>;
10
+ date: z.ZodOptional<z.ZodString>;
11
+ sort: z.ZodOptional<z.ZodEnum<["rank", "date"]>>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ items: number;
14
+ page: number;
15
+ sort?: "date" | "rank" | undefined;
16
+ date?: string | undefined;
17
+ tickers?: string | undefined;
18
+ sentiment?: "positive" | "negative" | "neutral" | undefined;
19
+ topic?: string | undefined;
20
+ source?: string | undefined;
21
+ }, {
22
+ sort?: "date" | "rank" | undefined;
23
+ date?: string | undefined;
24
+ tickers?: string | undefined;
25
+ items?: number | undefined;
26
+ page?: number | undefined;
27
+ sentiment?: "positive" | "negative" | "neutral" | undefined;
28
+ topic?: string | undefined;
29
+ source?: string | undefined;
30
+ }>;
31
+ declare const NewsArticle: z.ZodObject<{
32
+ title: z.ZodString;
33
+ text: z.ZodString;
34
+ url: z.ZodString;
35
+ imageUrl: z.ZodNullable<z.ZodString>;
36
+ date: z.ZodString;
37
+ source: z.ZodString;
38
+ sentiment: z.ZodString;
39
+ tickers: z.ZodArray<z.ZodString, "many">;
40
+ topics: z.ZodArray<z.ZodString, "many">;
41
+ type: z.ZodString;
42
+ }, "strip", z.ZodTypeAny, {
43
+ type: string;
44
+ date: string;
45
+ url: string;
46
+ tickers: string[];
47
+ sentiment: string;
48
+ source: string;
49
+ title: string;
50
+ text: string;
51
+ imageUrl: string | null;
52
+ topics: string[];
53
+ }, {
54
+ type: string;
55
+ date: string;
56
+ url: string;
57
+ tickers: string[];
58
+ sentiment: string;
59
+ source: string;
60
+ title: string;
61
+ text: string;
62
+ imageUrl: string | null;
63
+ topics: string[];
64
+ }>;
65
+ declare const NewsResponse: z.ZodObject<{
66
+ articles: z.ZodArray<z.ZodObject<{
67
+ title: z.ZodString;
68
+ text: z.ZodString;
69
+ url: z.ZodString;
70
+ imageUrl: z.ZodNullable<z.ZodString>;
71
+ date: z.ZodString;
72
+ source: z.ZodString;
73
+ sentiment: z.ZodString;
74
+ tickers: z.ZodArray<z.ZodString, "many">;
75
+ topics: z.ZodArray<z.ZodString, "many">;
76
+ type: z.ZodString;
77
+ }, "strip", z.ZodTypeAny, {
78
+ type: string;
79
+ date: string;
80
+ url: string;
81
+ tickers: string[];
82
+ sentiment: string;
83
+ source: string;
84
+ title: string;
85
+ text: string;
86
+ imageUrl: string | null;
87
+ topics: string[];
88
+ }, {
89
+ type: string;
90
+ date: string;
91
+ url: string;
92
+ tickers: string[];
93
+ sentiment: string;
94
+ source: string;
95
+ title: string;
96
+ text: string;
97
+ imageUrl: string | null;
98
+ topics: string[];
99
+ }>, "many">;
100
+ totalPages: z.ZodNullable<z.ZodNumber>;
101
+ }, "strip", z.ZodTypeAny, {
102
+ articles: {
103
+ type: string;
104
+ date: string;
105
+ url: string;
106
+ tickers: string[];
107
+ sentiment: string;
108
+ source: string;
109
+ title: string;
110
+ text: string;
111
+ imageUrl: string | null;
112
+ topics: string[];
113
+ }[];
114
+ totalPages: number | null;
115
+ }, {
116
+ articles: {
117
+ type: string;
118
+ date: string;
119
+ url: string;
120
+ tickers: string[];
121
+ sentiment: string;
122
+ source: string;
123
+ title: string;
124
+ text: string;
125
+ imageUrl: string | null;
126
+ topics: string[];
127
+ }[];
128
+ totalPages: number | null;
129
+ }>;
130
+ declare const SentimentBody: z.ZodObject<{
131
+ tickers: z.ZodString;
132
+ date: z.ZodEffects<z.ZodDefault<z.ZodString>, string, string | undefined>;
133
+ }, "strip", z.ZodTypeAny, {
134
+ date: string;
135
+ tickers: string;
136
+ }, {
137
+ tickers: string;
138
+ date?: string | undefined;
139
+ }>;
140
+ declare const SentimentItem: z.ZodObject<{
141
+ ticker: z.ZodString;
142
+ sentiment: z.ZodString;
143
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
144
+ positive: z.ZodNumber;
145
+ negative: z.ZodNumber;
146
+ neutral: z.ZodNumber;
147
+ }, "strip", z.ZodTypeAny, {
148
+ positive: number;
149
+ negative: number;
150
+ neutral: number;
151
+ sentiment: string;
152
+ ticker: string;
153
+ sentimentScore: number | null;
154
+ }, {
155
+ positive: number;
156
+ negative: number;
157
+ neutral: number;
158
+ sentiment: string;
159
+ ticker: string;
160
+ sentimentScore: number | null;
161
+ }>;
162
+ declare const SentimentResponse: z.ZodArray<z.ZodObject<{
163
+ ticker: z.ZodString;
164
+ sentiment: z.ZodString;
165
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
166
+ positive: z.ZodNumber;
167
+ negative: z.ZodNumber;
168
+ neutral: z.ZodNumber;
169
+ }, "strip", z.ZodTypeAny, {
170
+ positive: number;
171
+ negative: number;
172
+ neutral: number;
173
+ sentiment: string;
174
+ ticker: string;
175
+ sentimentScore: number | null;
176
+ }, {
177
+ positive: number;
178
+ negative: number;
179
+ neutral: number;
180
+ sentiment: string;
181
+ ticker: string;
182
+ sentimentScore: number | null;
183
+ }>, "many">;
184
+ declare const TrendingQuery: z.ZodObject<{
185
+ date: z.ZodOptional<z.ZodString>;
186
+ }, "strip", z.ZodTypeAny, {
187
+ date?: string | undefined;
188
+ }, {
189
+ date?: string | undefined;
190
+ }>;
191
+ declare const TrendingTicker: z.ZodObject<{
192
+ ticker: z.ZodString;
193
+ name: z.ZodString;
194
+ totalMentions: z.ZodNumber;
195
+ positiveMentions: z.ZodNumber;
196
+ negativeMentions: z.ZodNumber;
197
+ neutralMentions: z.ZodNumber;
198
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
199
+ }, "strip", z.ZodTypeAny, {
200
+ name: string;
201
+ ticker: string;
202
+ sentimentScore: number | null;
203
+ totalMentions: number;
204
+ positiveMentions: number;
205
+ negativeMentions: number;
206
+ neutralMentions: number;
207
+ }, {
208
+ name: string;
209
+ ticker: string;
210
+ sentimentScore: number | null;
211
+ totalMentions: number;
212
+ positiveMentions: number;
213
+ negativeMentions: number;
214
+ neutralMentions: number;
215
+ }>;
216
+ declare const TrendingResponse: z.ZodArray<z.ZodObject<{
217
+ ticker: z.ZodString;
218
+ name: z.ZodString;
219
+ totalMentions: z.ZodNumber;
220
+ positiveMentions: z.ZodNumber;
221
+ negativeMentions: z.ZodNumber;
222
+ neutralMentions: z.ZodNumber;
223
+ sentimentScore: z.ZodNullable<z.ZodNumber>;
224
+ }, "strip", z.ZodTypeAny, {
225
+ name: string;
226
+ ticker: string;
227
+ sentimentScore: number | null;
228
+ totalMentions: number;
229
+ positiveMentions: number;
230
+ negativeMentions: number;
231
+ neutralMentions: number;
232
+ }, {
233
+ name: string;
234
+ ticker: string;
235
+ sentimentScore: number | null;
236
+ totalMentions: number;
237
+ positiveMentions: number;
238
+ negativeMentions: number;
239
+ neutralMentions: number;
240
+ }>, "many">;
241
+
242
+ declare const schemas_NewsArticle: typeof NewsArticle;
243
+ declare const schemas_NewsBody: typeof NewsBody;
244
+ declare const schemas_NewsResponse: typeof NewsResponse;
245
+ declare const schemas_SentimentBody: typeof SentimentBody;
246
+ declare const schemas_SentimentItem: typeof SentimentItem;
247
+ declare const schemas_SentimentResponse: typeof SentimentResponse;
248
+ declare const schemas_TrendingQuery: typeof TrendingQuery;
249
+ declare const schemas_TrendingResponse: typeof TrendingResponse;
250
+ declare const schemas_TrendingTicker: typeof TrendingTicker;
251
+ declare namespace schemas {
252
+ export { schemas_NewsArticle as NewsArticle, schemas_NewsBody as NewsBody, schemas_NewsResponse as NewsResponse, schemas_SentimentBody as SentimentBody, schemas_SentimentItem as SentimentItem, schemas_SentimentResponse as SentimentResponse, schemas_TrendingQuery as TrendingQuery, schemas_TrendingResponse as TrendingResponse, schemas_TrendingTicker as TrendingTicker };
253
+ }
254
+
255
+ export { NewsArticle as N, SentimentBody as S, TrendingQuery as T, NewsBody as a, NewsResponse as b, SentimentItem as c, SentimentResponse as d, TrendingResponse as e, TrendingTicker as f, schemas as s };
package/package.json ADDED
@@ -0,0 +1,93 @@
1
+ {
2
+ "name": "@noya-ai/data-server-schemas",
3
+ "version": "0.1.0",
4
+ "license": "MIT",
5
+ "type": "module",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "main": "./dist/index.js",
10
+ "module": "./dist/index.js",
11
+ "types": "./dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "import": "./dist/index.js",
16
+ "require": "./dist/index.cjs"
17
+ },
18
+ "./alternative": {
19
+ "types": "./dist/alternative/schemas.d.ts",
20
+ "import": "./dist/alternative/schemas.js",
21
+ "require": "./dist/alternative/schemas.cjs"
22
+ },
23
+ "./batch": {
24
+ "types": "./dist/batch/schemas.d.ts",
25
+ "import": "./dist/batch/schemas.js",
26
+ "require": "./dist/batch/schemas.cjs"
27
+ },
28
+ "./coingecko": {
29
+ "types": "./dist/coingecko/schemas.d.ts",
30
+ "import": "./dist/coingecko/schemas.js",
31
+ "require": "./dist/coingecko/schemas.cjs"
32
+ },
33
+ "./coinglass": {
34
+ "types": "./dist/coinglass/schemas.d.ts",
35
+ "import": "./dist/coinglass/schemas.js",
36
+ "require": "./dist/coinglass/schemas.cjs"
37
+ },
38
+ "./composite": {
39
+ "types": "./dist/composite/schemas.d.ts",
40
+ "import": "./dist/composite/schemas.js",
41
+ "require": "./dist/composite/schemas.cjs"
42
+ },
43
+ "./cryptonews": {
44
+ "types": "./dist/cryptonews/schemas.d.ts",
45
+ "import": "./dist/cryptonews/schemas.js",
46
+ "require": "./dist/cryptonews/schemas.cjs"
47
+ },
48
+ "./defillama": {
49
+ "types": "./dist/defillama/schemas.d.ts",
50
+ "import": "./dist/defillama/schemas.js",
51
+ "require": "./dist/defillama/schemas.cjs"
52
+ },
53
+ "./geckoterminal": {
54
+ "types": "./dist/geckoterminal/schemas.d.ts",
55
+ "import": "./dist/geckoterminal/schemas.js",
56
+ "require": "./dist/geckoterminal/schemas.cjs"
57
+ },
58
+ "./kaito": {
59
+ "types": "./dist/kaito/schemas.d.ts",
60
+ "import": "./dist/kaito/schemas.js",
61
+ "require": "./dist/kaito/schemas.cjs"
62
+ },
63
+ "./moralis": {
64
+ "types": "./dist/moralis/schemas.d.ts",
65
+ "import": "./dist/moralis/schemas.js",
66
+ "require": "./dist/moralis/schemas.cjs"
67
+ },
68
+ "./noya": {
69
+ "types": "./dist/noya/schemas.d.ts",
70
+ "import": "./dist/noya/schemas.js",
71
+ "require": "./dist/noya/schemas.cjs"
72
+ }
73
+ },
74
+ "files": [
75
+ "dist"
76
+ ],
77
+ "sideEffects": false,
78
+ "dependencies": {
79
+ "zod": "^3.23.8"
80
+ },
81
+ "devDependencies": {
82
+ "tsup": "^8.3.5",
83
+ "typescript": "5.9.2",
84
+ "@repo/eslint-config": "0.0.0",
85
+ "@repo/typescript-config": "0.0.0"
86
+ },
87
+ "scripts": {
88
+ "build": "tsup",
89
+ "dev": "tsup --watch",
90
+ "check-types": "tsc --noEmit",
91
+ "lint": "eslint src"
92
+ }
93
+ }