@sanity/client
Advanced tools
Comparing version 6.28.1 to 6.28.2
@@ -1511,3 +1511,3 @@ import { getIt } from "get-it"; | ||
} | ||
var name = "@sanity/client", version = "6.28.1"; | ||
var name = "@sanity/client", version = "6.28.2"; | ||
const middleware = [ | ||
@@ -1514,0 +1514,0 @@ debug({ verbose: !0, namespace: "sanity:client" }), |
{ | ||
"name": "@sanity/client", | ||
"version": "6.28.1", | ||
"version": "6.28.2", | ||
"description": "Client for retrieving, creating and patching data from Sanity.io", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -378,8 +378,8 @@ // deno-lint-ignore-file no-empty-interface | ||
/** @internal */ | ||
/** @public */ | ||
export type DatasetAclMode = 'public' | 'private' | 'custom' | ||
/** @internal */ | ||
/** @public */ | ||
export type DatasetResponse = {datasetName: string; aclMode: DatasetAclMode} | ||
/** @internal */ | ||
/** @public */ | ||
export type DatasetsResponse = { | ||
@@ -396,3 +396,3 @@ name: string | ||
/** @internal */ | ||
/** @public */ | ||
export interface SanityProjectMember { | ||
@@ -405,3 +405,3 @@ id: string | ||
/** @internal */ | ||
/** @public */ | ||
export interface SanityProject { | ||
@@ -434,3 +434,3 @@ id: string | ||
/** @internal */ | ||
/** @public */ | ||
export interface SanityUser { | ||
@@ -449,3 +449,3 @@ id: string | ||
/** @internal */ | ||
/** @public */ | ||
export interface CurrentSanityUser { | ||
@@ -452,0 +452,0 @@ id: string |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2828086