@confed/sanity-types 0.1.2-2508191936 → 0.1.2-2509021559
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 +8 -8
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -812,7 +812,13 @@ export type Person = {
|
|
|
812
812
|
lastName: string
|
|
813
813
|
suffixes?: Array<string>
|
|
814
814
|
slug: Slug
|
|
815
|
-
|
|
815
|
+
email?: string
|
|
816
|
+
phone?: string
|
|
817
|
+
socialLinks?: Array<{
|
|
818
|
+
platform?: string
|
|
819
|
+
url?: string
|
|
820
|
+
_key: string
|
|
821
|
+
}>
|
|
816
822
|
image?: {
|
|
817
823
|
asset?: {
|
|
818
824
|
_ref: string
|
|
@@ -827,13 +833,7 @@ export type Person = {
|
|
|
827
833
|
caption?: string
|
|
828
834
|
_type: 'accessibleImage'
|
|
829
835
|
}
|
|
830
|
-
|
|
831
|
-
phone?: string
|
|
832
|
-
socialLinks?: Array<{
|
|
833
|
-
platform?: string
|
|
834
|
-
url?: string
|
|
835
|
-
_key: string
|
|
836
|
-
}>
|
|
836
|
+
jobTitle?: string
|
|
837
837
|
siteRoles?: Array<'faculty' | 'staff' | 'recruitment' | 'testimonial' | 'dean'>
|
|
838
838
|
affiliations?: Array<{
|
|
839
839
|
program?: {
|