@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.
- package/package.json +1 -1
- package/sanity.types.ts +8 -1
package/package.json
CHANGED
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<
|
|
1578
|
+
siteRoles?: Array<
|
|
1579
|
+
'faculty' | 'staff' | 'recruitment' | 'internationalRecruitment' | 'dean' | 'author'
|
|
1580
|
+
>
|
|
1574
1581
|
recruitmentConnectLink?: string
|
|
1575
1582
|
affiliations?: Array<{
|
|
1576
1583
|
program?: ProgramReference
|