@sanity/client 7.8.0 → 7.8.1

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.
@@ -1135,6 +1135,7 @@ export declare interface CurrentSanityUser {
1135
1135
  email: string
1136
1136
  profileImage: string | null
1137
1137
  role: string
1138
+ provider: string
1138
1139
  }
1139
1140
 
1140
1141
  /** @public */
@@ -1135,6 +1135,7 @@ export declare interface CurrentSanityUser {
1135
1135
  email: string
1136
1136
  profileImage: string | null
1137
1137
  role: string
1138
+ provider: string
1138
1139
  }
1139
1140
 
1140
1141
  /** @public */
package/dist/stega.d.cts CHANGED
@@ -1135,6 +1135,7 @@ export declare interface CurrentSanityUser {
1135
1135
  email: string
1136
1136
  profileImage: string | null
1137
1137
  role: string
1138
+ provider: string
1138
1139
  }
1139
1140
 
1140
1141
  /** @public */
package/dist/stega.d.ts CHANGED
@@ -1135,6 +1135,7 @@ export declare interface CurrentSanityUser {
1135
1135
  email: string
1136
1136
  profileImage: string | null
1137
1137
  role: string
1138
+ provider: string
1138
1139
  }
1139
1140
 
1140
1141
  /** @public */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/client",
3
- "version": "7.8.0",
3
+ "version": "7.8.1",
4
4
  "description": "Client for retrieving, creating and patching data from Sanity.io",
5
5
  "keywords": [
6
6
  "sanity",
package/src/types.ts CHANGED
@@ -508,6 +508,7 @@ export interface CurrentSanityUser {
508
508
  email: string
509
509
  profileImage: string | null
510
510
  role: string
511
+ provider: string
511
512
  }
512
513
 
513
514
  /** @public */