@confed/sanity-types 0.1.3-2511181448 → 0.1.3-2511261846
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/package.json +1 -1
- package/sanity.types.ts +5 -50
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -380,7 +380,7 @@ export type PtBasic = Array<
|
|
|
380
380
|
altText: string
|
|
381
381
|
caption?: string
|
|
382
382
|
layout?: 'inline' | 'float-left' | 'float-right' | 'full'
|
|
383
|
-
size?: 'sm' | 'md' | 'lg'
|
|
383
|
+
size?: 'sm' | 'md' | 'lg' | 'original'
|
|
384
384
|
aspectRatio?: 'auto' | '1/1' | '16/9' | '3/4'
|
|
385
385
|
_type: 'figure'
|
|
386
386
|
_key: string
|
|
@@ -434,7 +434,7 @@ export type Figure = {
|
|
|
434
434
|
altText: string
|
|
435
435
|
caption?: string
|
|
436
436
|
layout?: 'inline' | 'float-left' | 'float-right' | 'full'
|
|
437
|
-
size?: 'sm' | 'md' | 'lg'
|
|
437
|
+
size?: 'sm' | 'md' | 'lg' | 'original'
|
|
438
438
|
aspectRatio?: 'auto' | '1/1' | '16/9' | '3/4'
|
|
439
439
|
}
|
|
440
440
|
|
|
@@ -482,54 +482,8 @@ export type Redirect = {
|
|
|
482
482
|
_updatedAt: string
|
|
483
483
|
_rev: string
|
|
484
484
|
from: string
|
|
485
|
-
to:
|
|
486
|
-
|
|
487
|
-
url?: string
|
|
488
|
-
reference?:
|
|
489
|
-
| {
|
|
490
|
-
_ref: string
|
|
491
|
-
_type: 'reference'
|
|
492
|
-
_weak?: boolean
|
|
493
|
-
[internalGroqTypeReferenceTo]?: 'webpage'
|
|
494
|
-
}
|
|
495
|
-
| {
|
|
496
|
-
_ref: string
|
|
497
|
-
_type: 'reference'
|
|
498
|
-
_weak?: boolean
|
|
499
|
-
[internalGroqTypeReferenceTo]?: 'newsArticle'
|
|
500
|
-
}
|
|
501
|
-
| {
|
|
502
|
-
_ref: string
|
|
503
|
-
_type: 'reference'
|
|
504
|
-
_weak?: boolean
|
|
505
|
-
[internalGroqTypeReferenceTo]?: 'event'
|
|
506
|
-
}
|
|
507
|
-
| {
|
|
508
|
-
_ref: string
|
|
509
|
-
_type: 'reference'
|
|
510
|
-
_weak?: boolean
|
|
511
|
-
[internalGroqTypeReferenceTo]?: 'program'
|
|
512
|
-
}
|
|
513
|
-
| {
|
|
514
|
-
_ref: string
|
|
515
|
-
_type: 'reference'
|
|
516
|
-
_weak?: boolean
|
|
517
|
-
[internalGroqTypeReferenceTo]?: 'school'
|
|
518
|
-
}
|
|
519
|
-
| {
|
|
520
|
-
_ref: string
|
|
521
|
-
_type: 'reference'
|
|
522
|
-
_weak?: boolean
|
|
523
|
-
[internalGroqTypeReferenceTo]?: 'campus'
|
|
524
|
-
}
|
|
525
|
-
| {
|
|
526
|
-
_ref: string
|
|
527
|
-
_type: 'reference'
|
|
528
|
-
_weak?: boolean
|
|
529
|
-
[internalGroqTypeReferenceTo]?: 'area'
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
statusCode: '300' | '301' | '302' | '303' | '304' | '305' | '307'
|
|
485
|
+
to: string
|
|
486
|
+
permanent?: boolean
|
|
533
487
|
isActive?: boolean
|
|
534
488
|
description?: string
|
|
535
489
|
createdAt?: string
|
|
@@ -1124,6 +1078,7 @@ export type Person = {
|
|
|
1124
1078
|
honorificPrefix?: string
|
|
1125
1079
|
firstName: string
|
|
1126
1080
|
lastName: string
|
|
1081
|
+
pronounce?: string
|
|
1127
1082
|
suffixes?: Array<string>
|
|
1128
1083
|
slug: Slug
|
|
1129
1084
|
email?: string
|