@confed/sanity-types 0.1.3-2604201718 → 0.1.3-2604201827

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@confed/sanity-types",
3
- "version": "0.1.3-2604201718",
3
+ "version": "0.1.3-2604201827",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
package/sanity.types.ts CHANGED
@@ -972,6 +972,11 @@ export type NewsArticle = {
972
972
  _key: string
973
973
  } & ScholarshipListSection)
974
974
  >
975
+ authors?: Array<
976
+ {
977
+ _key: string
978
+ } & PersonReference
979
+ >
975
980
  categories: Array<'media' | 'students' | 'employee' | 'alumni'>
976
981
  sustainableGoals?: Array<
977
982
  {
@@ -1570,7 +1575,9 @@ export type Person = {
1570
1575
  }>
1571
1576
  image?: AccessibleImage
1572
1577
  jobTitle?: string
1573
- siteRoles?: Array<'faculty' | 'staff' | 'recruitment' | 'internationalRecruitment' | 'dean'>
1578
+ siteRoles?: Array<
1579
+ 'faculty' | 'staff' | 'recruitment' | 'internationalRecruitment' | 'dean' | 'author'
1580
+ >
1574
1581
  recruitmentConnectLink?: string
1575
1582
  affiliations?: Array<{
1576
1583
  program?: ProgramReference