@tandem-language-exchange/content-store 1.2.24 → 1.3.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 (38) hide show
  1. package/README.md +103 -5
  2. package/dist/{chunk-D2F7FQEM.js → chunk-D723FMZ2.js} +3 -3
  3. package/dist/{chunk-YWUFALDR.js → chunk-HD7E5M5O.js} +55 -5
  4. package/dist/chunk-HD7E5M5O.js.map +1 -0
  5. package/dist/{chunk-Y6HC4NYU.js → chunk-OCAIIQZW.js} +2 -2
  6. package/dist/chunk-OCAIIQZW.js.map +1 -0
  7. package/dist/{chunk-SF7FCBR2.js → chunk-RZLDRXNQ.js} +2 -2
  8. package/dist/chunk-RZLDRXNQ.js.map +1 -0
  9. package/dist/{chunk-MOGVAQ2N.js → chunk-SDEERVPV.js} +2 -2
  10. package/dist/{chunk-LZHYKLAU.js → chunk-VBJ6LVMY.js} +2 -4
  11. package/dist/chunk-VBJ6LVMY.js.map +1 -0
  12. package/dist/{chunk-NQHWG4XM.js → chunk-ZX5KC4F5.js} +447 -18
  13. package/dist/chunk-ZX5KC4F5.js.map +1 -0
  14. package/dist/client/fetch-content-bundles.js +5 -5
  15. package/dist/client/fetch-merged-translation-bundles.js +5 -5
  16. package/dist/client/fetch-translation-bundles.js +5 -5
  17. package/dist/client/list-projects.js +1 -1
  18. package/dist/client/list-resources.js +1 -1
  19. package/dist/client/query-cms.js +3 -3
  20. package/dist/node.d.ts +89 -2
  21. package/dist/node.js +212 -4
  22. package/dist/node.js.map +1 -1
  23. package/package.json +2 -24
  24. package/dist/chunk-LZHYKLAU.js.map +0 -1
  25. package/dist/chunk-NQHWG4XM.js.map +0 -1
  26. package/dist/chunk-SF7FCBR2.js.map +0 -1
  27. package/dist/chunk-Y6HC4NYU.js.map +0 -1
  28. package/dist/chunk-YWUFALDR.js.map +0 -1
  29. package/dist/sanity-studio.d.ts +0 -11
  30. package/dist/sanity-studio.js +0 -3256
  31. package/dist/sanity-studio.js.map +0 -1
  32. package/dist/sanity-studio.node.js +0 -11
  33. package/dist/sanity-studio.node.js.map +0 -1
  34. package/dist/sanity.d.ts +0 -563
  35. package/dist/sanity.js +0 -2966
  36. package/dist/sanity.js.map +0 -1
  37. /package/dist/{chunk-D2F7FQEM.js.map → chunk-D723FMZ2.js.map} +0 -0
  38. /package/dist/{chunk-MOGVAQ2N.js.map → chunk-SDEERVPV.js.map} +0 -0
package/dist/sanity.d.ts DELETED
@@ -1,563 +0,0 @@
1
- import * as sanity from 'sanity';
2
-
3
- declare const _default$v: {
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$u: {
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$t: {
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$s: {
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$r: {
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$q: {
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$p: {
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$o: {
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$n: {
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$m: {
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$l: {
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$k: {
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$j: {
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$i: {
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$h: {
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$g: {
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$f: {
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$e: {
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$d: {
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$c: {
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$b: {
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$a: {
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$9: {
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$8: {
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$7: {
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$6: {
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$5: {
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$4: {
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$3: {
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$2: {
294
- type: "document";
295
- name: "button";
296
- } & Omit<sanity.DocumentDefinition, "preview"> & {
297
- preview?: sanity.PreviewConfig<{
298
- title: string;
299
- locale: string;
300
- }, Record<"title" | "locale", any>> | undefined;
301
- };
302
-
303
- declare const _default$1: {
304
- type: "document";
305
- name: "heroImage";
306
- } & Omit<sanity.DocumentDefinition, "preview"> & {
307
- preview?: sanity.PreviewConfig<{
308
- title: string;
309
- locale: string;
310
- }, Record<"title" | "locale", any>> | undefined;
311
- };
312
-
313
- declare const _default: (({
314
- type: "document";
315
- name: "audioPhrase";
316
- } & Omit<sanity.DocumentDefinition, "preview"> & {
317
- preview?: sanity.PreviewConfig<{
318
- title: string;
319
- locale: string;
320
- }, Record<"title" | "locale", any>> | undefined;
321
- }) | ({
322
- type: "document";
323
- name: "banner";
324
- } & Omit<sanity.DocumentDefinition, "preview"> & {
325
- preview?: sanity.PreviewConfig<{
326
- title: string;
327
- locale: string;
328
- }, Record<"title" | "locale", any>> | undefined;
329
- }) | ({
330
- type: "document";
331
- name: "blogGetAppBanner";
332
- } & Omit<sanity.DocumentDefinition, "preview"> & {
333
- preview?: sanity.PreviewConfig<{
334
- title: string;
335
- locale: string;
336
- }, Record<"title" | "locale", any>> | undefined;
337
- }) | ({
338
- type: "document";
339
- name: "blogLanguagesSidebar";
340
- } & Omit<sanity.DocumentDefinition, "preview"> & {
341
- preview?: sanity.PreviewConfig<{
342
- title: string;
343
- locale: string;
344
- }, Record<"title" | "locale", any>> | undefined;
345
- }) | ({
346
- type: "document";
347
- name: "blogPopup";
348
- } & Omit<sanity.DocumentDefinition, "preview"> & {
349
- preview?: sanity.PreviewConfig<{
350
- title: string;
351
- locale: string;
352
- }, Record<"title" | "locale", any>> | undefined;
353
- }) | ({
354
- type: "document";
355
- name: "blogPost";
356
- } & Omit<sanity.DocumentDefinition, "preview"> & {
357
- preview?: sanity.PreviewConfig<{
358
- title: string;
359
- locale: string;
360
- }, Record<"title" | "locale", any>> | undefined;
361
- }) | ({
362
- type: "document";
363
- name: "blogThumbs";
364
- } & Omit<sanity.DocumentDefinition, "preview"> & {
365
- preview?: sanity.PreviewConfig<{
366
- title: string;
367
- locale: string;
368
- }, Record<"title" | "locale", any>> | undefined;
369
- }) | ({
370
- type: "document";
371
- name: "columnizedText";
372
- } & Omit<sanity.DocumentDefinition, "preview"> & {
373
- preview?: sanity.PreviewConfig<{
374
- title: string;
375
- locale: string;
376
- }, Record<"title" | "locale", any>> | undefined;
377
- }) | ({
378
- type: "document";
379
- name: "cookieBanner";
380
- } & Omit<sanity.DocumentDefinition, "preview"> & {
381
- preview?: sanity.PreviewConfig<{
382
- title: string;
383
- locale: string;
384
- }, Record<"title" | "locale", any>> | undefined;
385
- }) | ({
386
- type: "document";
387
- name: "customJson";
388
- } & Omit<sanity.DocumentDefinition, "preview"> & {
389
- preview?: sanity.PreviewConfig<{
390
- title: string;
391
- locale: string;
392
- }, Record<"title" | "locale", any>> | undefined;
393
- }) | ({
394
- type: "document";
395
- name: "downloadPage";
396
- } & Omit<sanity.DocumentDefinition, "preview"> & {
397
- preview?: sanity.PreviewConfig<{
398
- title: string;
399
- locale: string;
400
- }, Record<"title" | "locale", any>> | undefined;
401
- }) | ({
402
- type: "document";
403
- name: "faqItem";
404
- } & Omit<sanity.DocumentDefinition, "preview"> & {
405
- preview?: sanity.PreviewConfig<{
406
- title: string;
407
- locale: string;
408
- }, Record<"title" | "locale", any>> | undefined;
409
- }) | ({
410
- type: "document";
411
- name: "freeformText";
412
- } & Omit<sanity.DocumentDefinition, "preview"> & {
413
- preview?: sanity.PreviewConfig<{
414
- title: string;
415
- locale: string;
416
- }, Record<"title" | "locale", any>> | undefined;
417
- }) | ({
418
- type: "document";
419
- name: "gridLayout";
420
- } & Omit<sanity.DocumentDefinition, "preview"> & {
421
- preview?: sanity.PreviewConfig<{
422
- title: string;
423
- locale: string;
424
- }, Record<"title" | "locale", any>> | undefined;
425
- }) | ({
426
- type: "document";
427
- name: "heroBlock";
428
- } & Omit<sanity.DocumentDefinition, "preview"> & {
429
- preview?: sanity.PreviewConfig<{
430
- title: string;
431
- locale: string;
432
- }, Record<"title" | "locale", any>> | undefined;
433
- }) | ({
434
- type: "document";
435
- name: "iconWithText";
436
- } & Omit<sanity.DocumentDefinition, "preview"> & {
437
- preview?: sanity.PreviewConfig<{
438
- title: string;
439
- locale: string;
440
- }, Record<"title" | "locale", any>> | undefined;
441
- }) | ({
442
- type: "document";
443
- name: "imageAndContent";
444
- } & Omit<sanity.DocumentDefinition, "preview"> & {
445
- preview?: sanity.PreviewConfig<{
446
- title: string;
447
- locale: string;
448
- }, Record<"title" | "locale", any>> | undefined;
449
- }) | ({
450
- type: "document";
451
- name: "link";
452
- } & Omit<sanity.DocumentDefinition, "preview"> & {
453
- preview?: sanity.PreviewConfig<{
454
- title: string;
455
- locale: string;
456
- }, Record<"title" | "locale", any>> | undefined;
457
- }) | ({
458
- type: "document";
459
- name: "longtailPage";
460
- } & Omit<sanity.DocumentDefinition, "preview"> & {
461
- preview?: sanity.PreviewConfig<{
462
- title: string;
463
- locale: string;
464
- }, Record<"title" | "locale", any>> | undefined;
465
- }) | ({
466
- type: "document";
467
- name: "markDown";
468
- } & Omit<sanity.DocumentDefinition, "preview"> & {
469
- preview?: sanity.PreviewConfig<{
470
- title: string;
471
- locale: string;
472
- }, Record<"title" | "locale", any>> | undefined;
473
- }) | ({
474
- type: "document";
475
- name: "menu";
476
- } & Omit<sanity.DocumentDefinition, "preview"> & {
477
- preview?: sanity.PreviewConfig<{
478
- title: string;
479
- locale: string;
480
- }, Record<"title" | "locale", any>> | undefined;
481
- }) | ({
482
- type: "document";
483
- name: "page";
484
- } & Omit<sanity.DocumentDefinition, "preview"> & {
485
- preview?: sanity.PreviewConfig<{
486
- title: string;
487
- locale: string;
488
- }, Record<"title" | "locale", any>> | undefined;
489
- }) | ({
490
- type: "document";
491
- name: "pageSection";
492
- } & Omit<sanity.DocumentDefinition, "preview"> & {
493
- preview?: sanity.PreviewConfig<{
494
- title: string;
495
- locale: string;
496
- }, Record<"title" | "locale", any>> | undefined;
497
- }) | ({
498
- type: "document";
499
- name: "profile";
500
- } & Omit<sanity.DocumentDefinition, "preview"> & {
501
- preview?: sanity.PreviewConfig<{
502
- title: string;
503
- locale: string;
504
- }, Record<"title" | "locale", any>> | undefined;
505
- }) | ({
506
- type: "document";
507
- name: "profilesCarousel";
508
- } & Omit<sanity.DocumentDefinition, "preview"> & {
509
- preview?: sanity.PreviewConfig<{
510
- title: string;
511
- locale: string;
512
- }, Record<"title" | "locale", any>> | undefined;
513
- }) | ({
514
- type: "document";
515
- name: "refsList";
516
- } & Omit<sanity.DocumentDefinition, "preview"> & {
517
- preview?: sanity.PreviewConfig<{
518
- title: string;
519
- locale: string;
520
- }, Record<"title" | "locale", any>> | undefined;
521
- }) | ({
522
- type: "document";
523
- name: "scheduledParty";
524
- } & Omit<sanity.DocumentDefinition, "preview"> & {
525
- preview?: sanity.PreviewConfig<{
526
- title: string;
527
- locale: string;
528
- }, Record<"title" | "locale", any>> | undefined;
529
- }) | ({
530
- type: "document";
531
- name: "sliderSection";
532
- } & Omit<sanity.DocumentDefinition, "preview"> & {
533
- preview?: sanity.PreviewConfig<{
534
- title: string;
535
- locale: string;
536
- }, Record<"title" | "locale", any>> | undefined;
537
- }) | ({
538
- type: "document";
539
- name: "statsBlock";
540
- } & Omit<sanity.DocumentDefinition, "preview"> & {
541
- preview?: sanity.PreviewConfig<{
542
- title: string;
543
- locale: string;
544
- }, Record<"title" | "locale", any>> | undefined;
545
- }) | ({
546
- type: "document";
547
- name: "button";
548
- } & Omit<sanity.DocumentDefinition, "preview"> & {
549
- preview?: sanity.PreviewConfig<{
550
- title: string;
551
- locale: string;
552
- }, Record<"title" | "locale", any>> | undefined;
553
- }) | ({
554
- type: "document";
555
- name: "heroImage";
556
- } & Omit<sanity.DocumentDefinition, "preview"> & {
557
- preview?: sanity.PreviewConfig<{
558
- title: string;
559
- locale: string;
560
- }, Record<"title" | "locale", any>> | undefined;
561
- }))[];
562
-
563
- export { _default$v as audioPhrase, _default$u as banner, _default$t as blogGetAppBanner, _default$s as blogLanguagesSidebar, _default$r as blogPopup, _default$q as blogPost, _default$p as blogThumbs, _default$2 as button, _default$o as columnizedText, _default$n as cookieBanner, _default$m as customJson, _default as default, _default$l as downloadPage, _default$k as faqItem, _default$j as freeformText, _default$i as gridLayout, _default$h as heroBlock, _default$1 as heroImage, _default$g as iconWithText, _default$f as imageAndContent, _default$e as link, _default$d as longtailPage, _default$c as markDown, _default$b as menu, _default$a as page, _default$9 as pageSection, _default$8 as profile, _default$7 as profilesCarousel, _default$6 as refsList, _default$5 as scheduledParty, _default$4 as sliderSection, _default$3 as statsBlock };