@confed/sanity-types 0.1.3-2601051909 → 0.1.3-2601051946

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 +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@confed/sanity-types",
3
- "version": "0.1.3-2601051909",
3
+ "version": "0.1.3-2601051946",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
package/sanity.types.ts CHANGED
@@ -936,6 +936,11 @@ export type Campus = {
936
936
  slug: Slug
937
937
  isEnabled?: boolean
938
938
  image?: AccessibleImage
939
+ gallery?: Array<
940
+ {
941
+ _key: string
942
+ } & AccessibleImage
943
+ >
939
944
  description?: PtBasic
940
945
  virtualTourUrl?: string
941
946
  staff?: Array<{