@confed/sanity-types 0.1.3-2601061707 → 0.1.3-2601071726
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 +7 -0
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -966,11 +966,18 @@ export type Campus = {
|
|
|
966
966
|
_updatedAt: string
|
|
967
967
|
_rev: string
|
|
968
968
|
title: string
|
|
969
|
+
alternativeName?: string
|
|
969
970
|
code: string
|
|
970
971
|
ontarioCollegesCampusCode?: string
|
|
971
972
|
city?: string
|
|
972
973
|
slug: Slug
|
|
973
974
|
isEnabled?: boolean
|
|
975
|
+
heroDescription?: string
|
|
976
|
+
heroButtons?: Array<
|
|
977
|
+
{
|
|
978
|
+
_key: string
|
|
979
|
+
} & PtButton
|
|
980
|
+
>
|
|
974
981
|
image?: AccessibleImage
|
|
975
982
|
gallery?: Array<
|
|
976
983
|
{
|