@tandem-language-exchange/content-store 1.2.11 → 1.2.13

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.
@@ -0,0 +1,527 @@
1
+ import * as sanity from 'sanity';
2
+
3
+ declare const _default$t: {
4
+ type: "document";
5
+ name: "audioPhrase";
6
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
7
+ preview?: sanity.PreviewConfig<{
8
+ title: string;
9
+ locale: string;
10
+ }, Record<"title" | "locale", any>> | undefined;
11
+ };
12
+
13
+ declare const _default$s: {
14
+ type: "document";
15
+ name: "banner";
16
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
17
+ preview?: sanity.PreviewConfig<{
18
+ title: string;
19
+ locale: string;
20
+ }, Record<"title" | "locale", any>> | undefined;
21
+ };
22
+
23
+ declare const _default$r: {
24
+ type: "document";
25
+ name: "blogGetAppBanner";
26
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
27
+ preview?: sanity.PreviewConfig<{
28
+ title: string;
29
+ locale: string;
30
+ }, Record<"title" | "locale", any>> | undefined;
31
+ };
32
+
33
+ declare const _default$q: {
34
+ type: "document";
35
+ name: "blogLanguagesSidebar";
36
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
37
+ preview?: sanity.PreviewConfig<{
38
+ title: string;
39
+ locale: string;
40
+ }, Record<"title" | "locale", any>> | undefined;
41
+ };
42
+
43
+ declare const _default$p: {
44
+ type: "document";
45
+ name: "blogPopup";
46
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
47
+ preview?: sanity.PreviewConfig<{
48
+ title: string;
49
+ locale: string;
50
+ }, Record<"title" | "locale", any>> | undefined;
51
+ };
52
+
53
+ declare const _default$o: {
54
+ type: "document";
55
+ name: "blogPost";
56
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
57
+ preview?: sanity.PreviewConfig<{
58
+ title: string;
59
+ locale: string;
60
+ }, Record<"title" | "locale", any>> | undefined;
61
+ };
62
+
63
+ declare const _default$n: {
64
+ type: "document";
65
+ name: "blogThumbs";
66
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
67
+ preview?: sanity.PreviewConfig<{
68
+ title: string;
69
+ locale: string;
70
+ }, Record<"title" | "locale", any>> | undefined;
71
+ };
72
+
73
+ declare const _default$m: {
74
+ type: "document";
75
+ name: "columnizedText";
76
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
77
+ preview?: sanity.PreviewConfig<{
78
+ title: string;
79
+ locale: string;
80
+ }, Record<"title" | "locale", any>> | undefined;
81
+ };
82
+
83
+ declare const _default$l: {
84
+ type: "document";
85
+ name: "cookieBanner";
86
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
87
+ preview?: sanity.PreviewConfig<{
88
+ title: string;
89
+ locale: string;
90
+ }, Record<"title" | "locale", any>> | undefined;
91
+ };
92
+
93
+ declare const _default$k: {
94
+ type: "document";
95
+ name: "customJson";
96
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
97
+ preview?: sanity.PreviewConfig<{
98
+ title: string;
99
+ locale: string;
100
+ }, Record<"title" | "locale", any>> | undefined;
101
+ };
102
+
103
+ declare const _default$j: {
104
+ type: "document";
105
+ name: "downloadPage";
106
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
107
+ preview?: sanity.PreviewConfig<{
108
+ title: string;
109
+ locale: string;
110
+ }, Record<"title" | "locale", any>> | undefined;
111
+ };
112
+
113
+ declare const _default$i: {
114
+ type: "document";
115
+ name: "faqItem";
116
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
117
+ preview?: sanity.PreviewConfig<{
118
+ title: string;
119
+ locale: string;
120
+ }, Record<"title" | "locale", any>> | undefined;
121
+ };
122
+
123
+ declare const _default$h: {
124
+ type: "document";
125
+ name: "freeformText";
126
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
127
+ preview?: sanity.PreviewConfig<{
128
+ title: string;
129
+ locale: string;
130
+ }, Record<"title" | "locale", any>> | undefined;
131
+ };
132
+
133
+ declare const _default$g: {
134
+ type: "document";
135
+ name: "gridLayout";
136
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
137
+ preview?: sanity.PreviewConfig<{
138
+ title: string;
139
+ locale: string;
140
+ }, Record<"title" | "locale", any>> | undefined;
141
+ };
142
+
143
+ declare const _default$f: {
144
+ type: "document";
145
+ name: "heroBlock";
146
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
147
+ preview?: sanity.PreviewConfig<{
148
+ title: string;
149
+ locale: string;
150
+ }, Record<"title" | "locale", any>> | undefined;
151
+ };
152
+
153
+ declare const _default$e: {
154
+ type: "document";
155
+ name: "iconWithText";
156
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
157
+ preview?: sanity.PreviewConfig<{
158
+ title: string;
159
+ locale: string;
160
+ }, Record<"title" | "locale", any>> | undefined;
161
+ };
162
+
163
+ declare const _default$d: {
164
+ type: "document";
165
+ name: "imageAndContent";
166
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
167
+ preview?: sanity.PreviewConfig<{
168
+ title: string;
169
+ locale: string;
170
+ }, Record<"title" | "locale", any>> | undefined;
171
+ };
172
+
173
+ declare const _default$c: {
174
+ type: "document";
175
+ name: "link";
176
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
177
+ preview?: sanity.PreviewConfig<{
178
+ title: string;
179
+ locale: string;
180
+ }, Record<"title" | "locale", any>> | undefined;
181
+ };
182
+
183
+ declare const _default$b: {
184
+ type: "document";
185
+ name: "longtailPage";
186
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
187
+ preview?: sanity.PreviewConfig<{
188
+ title: string;
189
+ locale: string;
190
+ }, Record<"title" | "locale", any>> | undefined;
191
+ };
192
+
193
+ declare const _default$a: {
194
+ type: "document";
195
+ name: "markDown";
196
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
197
+ preview?: sanity.PreviewConfig<{
198
+ title: string;
199
+ locale: string;
200
+ }, Record<"title" | "locale", any>> | undefined;
201
+ };
202
+
203
+ declare const _default$9: {
204
+ type: "document";
205
+ name: "menu";
206
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
207
+ preview?: sanity.PreviewConfig<{
208
+ title: string;
209
+ locale: string;
210
+ }, Record<"title" | "locale", any>> | undefined;
211
+ };
212
+
213
+ declare const _default$8: {
214
+ type: "document";
215
+ name: "page";
216
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
217
+ preview?: sanity.PreviewConfig<{
218
+ title: string;
219
+ locale: string;
220
+ }, Record<"title" | "locale", any>> | undefined;
221
+ };
222
+
223
+ declare const _default$7: {
224
+ type: "document";
225
+ name: "pageSection";
226
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
227
+ preview?: sanity.PreviewConfig<{
228
+ title: string;
229
+ locale: string;
230
+ }, Record<"title" | "locale", any>> | undefined;
231
+ };
232
+
233
+ declare const _default$6: {
234
+ type: "document";
235
+ name: "profile";
236
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
237
+ preview?: sanity.PreviewConfig<{
238
+ title: string;
239
+ locale: string;
240
+ }, Record<"title" | "locale", any>> | undefined;
241
+ };
242
+
243
+ declare const _default$5: {
244
+ type: "document";
245
+ name: "profilesCarousel";
246
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
247
+ preview?: sanity.PreviewConfig<{
248
+ title: string;
249
+ locale: string;
250
+ }, Record<"title" | "locale", any>> | undefined;
251
+ };
252
+
253
+ declare const _default$4: {
254
+ type: "document";
255
+ name: "refsList";
256
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
257
+ preview?: sanity.PreviewConfig<{
258
+ title: string;
259
+ locale: string;
260
+ }, Record<"title" | "locale", any>> | undefined;
261
+ };
262
+
263
+ declare const _default$3: {
264
+ type: "document";
265
+ name: "scheduledParty";
266
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
267
+ preview?: sanity.PreviewConfig<{
268
+ title: string;
269
+ locale: string;
270
+ }, Record<"title" | "locale", any>> | undefined;
271
+ };
272
+
273
+ declare const _default$2: {
274
+ type: "document";
275
+ name: "sliderSection";
276
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
277
+ preview?: sanity.PreviewConfig<{
278
+ title: string;
279
+ locale: string;
280
+ }, Record<"title" | "locale", any>> | undefined;
281
+ };
282
+
283
+ declare const _default$1: {
284
+ type: "document";
285
+ name: "statsBlock";
286
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
287
+ preview?: sanity.PreviewConfig<{
288
+ title: string;
289
+ locale: string;
290
+ }, Record<"title" | "locale", any>> | undefined;
291
+ };
292
+
293
+ declare const _default: (({
294
+ type: "document";
295
+ name: "audioPhrase";
296
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
297
+ preview?: sanity.PreviewConfig<{
298
+ title: string;
299
+ locale: string;
300
+ }, Record<"title" | "locale", any>> | undefined;
301
+ }) | ({
302
+ type: "document";
303
+ name: "banner";
304
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
305
+ preview?: sanity.PreviewConfig<{
306
+ title: string;
307
+ locale: string;
308
+ }, Record<"title" | "locale", any>> | undefined;
309
+ }) | ({
310
+ type: "document";
311
+ name: "blogGetAppBanner";
312
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
313
+ preview?: sanity.PreviewConfig<{
314
+ title: string;
315
+ locale: string;
316
+ }, Record<"title" | "locale", any>> | undefined;
317
+ }) | ({
318
+ type: "document";
319
+ name: "blogLanguagesSidebar";
320
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
321
+ preview?: sanity.PreviewConfig<{
322
+ title: string;
323
+ locale: string;
324
+ }, Record<"title" | "locale", any>> | undefined;
325
+ }) | ({
326
+ type: "document";
327
+ name: "blogPopup";
328
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
329
+ preview?: sanity.PreviewConfig<{
330
+ title: string;
331
+ locale: string;
332
+ }, Record<"title" | "locale", any>> | undefined;
333
+ }) | ({
334
+ type: "document";
335
+ name: "blogPost";
336
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
337
+ preview?: sanity.PreviewConfig<{
338
+ title: string;
339
+ locale: string;
340
+ }, Record<"title" | "locale", any>> | undefined;
341
+ }) | ({
342
+ type: "document";
343
+ name: "blogThumbs";
344
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
345
+ preview?: sanity.PreviewConfig<{
346
+ title: string;
347
+ locale: string;
348
+ }, Record<"title" | "locale", any>> | undefined;
349
+ }) | ({
350
+ type: "document";
351
+ name: "columnizedText";
352
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
353
+ preview?: sanity.PreviewConfig<{
354
+ title: string;
355
+ locale: string;
356
+ }, Record<"title" | "locale", any>> | undefined;
357
+ }) | ({
358
+ type: "document";
359
+ name: "cookieBanner";
360
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
361
+ preview?: sanity.PreviewConfig<{
362
+ title: string;
363
+ locale: string;
364
+ }, Record<"title" | "locale", any>> | undefined;
365
+ }) | ({
366
+ type: "document";
367
+ name: "customJson";
368
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
369
+ preview?: sanity.PreviewConfig<{
370
+ title: string;
371
+ locale: string;
372
+ }, Record<"title" | "locale", any>> | undefined;
373
+ }) | ({
374
+ type: "document";
375
+ name: "downloadPage";
376
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
377
+ preview?: sanity.PreviewConfig<{
378
+ title: string;
379
+ locale: string;
380
+ }, Record<"title" | "locale", any>> | undefined;
381
+ }) | ({
382
+ type: "document";
383
+ name: "faqItem";
384
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
385
+ preview?: sanity.PreviewConfig<{
386
+ title: string;
387
+ locale: string;
388
+ }, Record<"title" | "locale", any>> | undefined;
389
+ }) | ({
390
+ type: "document";
391
+ name: "freeformText";
392
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
393
+ preview?: sanity.PreviewConfig<{
394
+ title: string;
395
+ locale: string;
396
+ }, Record<"title" | "locale", any>> | undefined;
397
+ }) | ({
398
+ type: "document";
399
+ name: "gridLayout";
400
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
401
+ preview?: sanity.PreviewConfig<{
402
+ title: string;
403
+ locale: string;
404
+ }, Record<"title" | "locale", any>> | undefined;
405
+ }) | ({
406
+ type: "document";
407
+ name: "heroBlock";
408
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
409
+ preview?: sanity.PreviewConfig<{
410
+ title: string;
411
+ locale: string;
412
+ }, Record<"title" | "locale", any>> | undefined;
413
+ }) | ({
414
+ type: "document";
415
+ name: "iconWithText";
416
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
417
+ preview?: sanity.PreviewConfig<{
418
+ title: string;
419
+ locale: string;
420
+ }, Record<"title" | "locale", any>> | undefined;
421
+ }) | ({
422
+ type: "document";
423
+ name: "imageAndContent";
424
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
425
+ preview?: sanity.PreviewConfig<{
426
+ title: string;
427
+ locale: string;
428
+ }, Record<"title" | "locale", any>> | undefined;
429
+ }) | ({
430
+ type: "document";
431
+ name: "link";
432
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
433
+ preview?: sanity.PreviewConfig<{
434
+ title: string;
435
+ locale: string;
436
+ }, Record<"title" | "locale", any>> | undefined;
437
+ }) | ({
438
+ type: "document";
439
+ name: "longtailPage";
440
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
441
+ preview?: sanity.PreviewConfig<{
442
+ title: string;
443
+ locale: string;
444
+ }, Record<"title" | "locale", any>> | undefined;
445
+ }) | ({
446
+ type: "document";
447
+ name: "markDown";
448
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
449
+ preview?: sanity.PreviewConfig<{
450
+ title: string;
451
+ locale: string;
452
+ }, Record<"title" | "locale", any>> | undefined;
453
+ }) | ({
454
+ type: "document";
455
+ name: "menu";
456
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
457
+ preview?: sanity.PreviewConfig<{
458
+ title: string;
459
+ locale: string;
460
+ }, Record<"title" | "locale", any>> | undefined;
461
+ }) | ({
462
+ type: "document";
463
+ name: "page";
464
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
465
+ preview?: sanity.PreviewConfig<{
466
+ title: string;
467
+ locale: string;
468
+ }, Record<"title" | "locale", any>> | undefined;
469
+ }) | ({
470
+ type: "document";
471
+ name: "pageSection";
472
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
473
+ preview?: sanity.PreviewConfig<{
474
+ title: string;
475
+ locale: string;
476
+ }, Record<"title" | "locale", any>> | undefined;
477
+ }) | ({
478
+ type: "document";
479
+ name: "profile";
480
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
481
+ preview?: sanity.PreviewConfig<{
482
+ title: string;
483
+ locale: string;
484
+ }, Record<"title" | "locale", any>> | undefined;
485
+ }) | ({
486
+ type: "document";
487
+ name: "profilesCarousel";
488
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
489
+ preview?: sanity.PreviewConfig<{
490
+ title: string;
491
+ locale: string;
492
+ }, Record<"title" | "locale", any>> | undefined;
493
+ }) | ({
494
+ type: "document";
495
+ name: "refsList";
496
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
497
+ preview?: sanity.PreviewConfig<{
498
+ title: string;
499
+ locale: string;
500
+ }, Record<"title" | "locale", any>> | undefined;
501
+ }) | ({
502
+ type: "document";
503
+ name: "scheduledParty";
504
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
505
+ preview?: sanity.PreviewConfig<{
506
+ title: string;
507
+ locale: string;
508
+ }, Record<"title" | "locale", any>> | undefined;
509
+ }) | ({
510
+ type: "document";
511
+ name: "sliderSection";
512
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
513
+ preview?: sanity.PreviewConfig<{
514
+ title: string;
515
+ locale: string;
516
+ }, Record<"title" | "locale", any>> | undefined;
517
+ }) | ({
518
+ type: "document";
519
+ name: "statsBlock";
520
+ } & Omit<sanity.DocumentDefinition, "preview"> & {
521
+ preview?: sanity.PreviewConfig<{
522
+ title: string;
523
+ locale: string;
524
+ }, Record<"title" | "locale", any>> | undefined;
525
+ }))[];
526
+
527
+ export { _default$t as audioPhrase, _default$s as banner, _default$r as blogGetAppBanner, _default$q as blogLanguagesSidebar, _default$p as blogPopup, _default$o as blogPost, _default$n as blogThumbs, _default$m as columnizedText, _default$l as cookieBanner, _default$k as customJson, _default as default, _default$j as downloadPage, _default$i as faqItem, _default$h as freeformText, _default$g as gridLayout, _default$f as heroBlock, _default$e as iconWithText, _default$d as imageAndContent, _default$c as link, _default$b as longtailPage, _default$a as markDown, _default$9 as menu, _default$8 as page, _default$7 as pageSection, _default$6 as profile, _default$5 as profilesCarousel, _default$4 as refsList, _default$3 as scheduledParty, _default$2 as sliderSection, _default$1 as statsBlock };