@confed/sanity-types 0.1.3-2601071726 → 0.1.3-2601072012

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 +32 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@confed/sanity-types",
3
- "version": "0.1.3-2601071726",
3
+ "version": "0.1.3-2601072012",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
package/sanity.types.ts CHANGED
@@ -993,6 +993,38 @@ export type Campus = {
993
993
  _key: string
994
994
  [internalGroqTypeReferenceTo]?: 'person'
995
995
  }>
996
+ pageBuilder?: Array<
997
+ | ({
998
+ _key: string
999
+ } & MediaTextSection)
1000
+ | ({
1001
+ _key: string
1002
+ } & HeaderSection)
1003
+ | ({
1004
+ _key: string
1005
+ } & FaqSection)
1006
+ | ({
1007
+ _key: string
1008
+ } & GallerySection)
1009
+ | ({
1010
+ _key: string
1011
+ } & RichTextSection)
1012
+ | ({
1013
+ _key: string
1014
+ } & CardGridSection)
1015
+ | ({
1016
+ _key: string
1017
+ } & ProgramGridSection)
1018
+ | ({
1019
+ _key: string
1020
+ } & CallToActionSection)
1021
+ | ({
1022
+ _key: string
1023
+ } & SimpleCallToActionSection)
1024
+ | ({
1025
+ _key: string
1026
+ } & RelatedLinksSection)
1027
+ >
996
1028
  address?: CanadianAddress
997
1029
  phone?: Array<
998
1030
  {