@confed/sanity-types 0.1.2-2508191936 → 0.1.2-2508191942

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 (2) hide show
  1. package/package.json +1 -1
  2. package/sanity.types.ts +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@confed/sanity-types",
3
- "version": "0.1.2-2508191936",
3
+ "version": "0.1.2-2508191942",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
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
- jobTitle?: string
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
- email?: string
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?: {