@sanity/client 6.28.1 → 6.28.2
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/dist/index.browser.d.cts +7 -7
- package/dist/index.browser.d.ts +7 -7
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/stega.browser.d.cts +7 -7
- package/dist/stega.browser.d.ts +7 -7
- package/dist/stega.d.cts +7 -7
- package/dist/stega.d.ts +7 -7
- package/package.json +1 -1
- package/src/types.ts +7 -7
package/dist/index.browser.d.cts
CHANGED
|
@@ -574,7 +574,7 @@ export declare type CreateAction = {
|
|
|
574
574
|
/** @public */
|
|
575
575
|
export declare const createClient: (config: ClientConfig) => SanityClient
|
|
576
576
|
|
|
577
|
-
/** @
|
|
577
|
+
/** @public */
|
|
578
578
|
export declare interface CurrentSanityUser {
|
|
579
579
|
id: string
|
|
580
580
|
name: string
|
|
@@ -583,10 +583,10 @@ export declare interface CurrentSanityUser {
|
|
|
583
583
|
role: string
|
|
584
584
|
}
|
|
585
585
|
|
|
586
|
-
/** @
|
|
586
|
+
/** @public */
|
|
587
587
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
588
588
|
|
|
589
|
-
/** @
|
|
589
|
+
/** @public */
|
|
590
590
|
export declare type DatasetResponse = {
|
|
591
591
|
datasetName: string
|
|
592
592
|
aclMode: DatasetAclMode
|
|
@@ -634,7 +634,7 @@ export declare class DatasetsClient {
|
|
|
634
634
|
list(): Promise<DatasetsResponse>
|
|
635
635
|
}
|
|
636
636
|
|
|
637
|
-
/** @
|
|
637
|
+
/** @public */
|
|
638
638
|
export declare type DatasetsResponse = {
|
|
639
639
|
name: string
|
|
640
640
|
aclMode: DatasetAclMode
|
|
@@ -2930,7 +2930,7 @@ export declare interface SanityImagePalette {
|
|
|
2930
2930
|
title: string
|
|
2931
2931
|
}
|
|
2932
2932
|
|
|
2933
|
-
/** @
|
|
2933
|
+
/** @public */
|
|
2934
2934
|
export declare interface SanityProject {
|
|
2935
2935
|
id: string
|
|
2936
2936
|
displayName: string
|
|
@@ -2958,7 +2958,7 @@ export declare interface SanityProject {
|
|
|
2958
2958
|
}
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
2961
|
-
/** @
|
|
2961
|
+
/** @public */
|
|
2962
2962
|
export declare interface SanityProjectMember {
|
|
2963
2963
|
id: string
|
|
2964
2964
|
role: string
|
|
@@ -2974,7 +2974,7 @@ export declare interface SanityReference {
|
|
|
2974
2974
|
_ref: string
|
|
2975
2975
|
}
|
|
2976
2976
|
|
|
2977
|
-
/** @
|
|
2977
|
+
/** @public */
|
|
2978
2978
|
export declare interface SanityUser {
|
|
2979
2979
|
id: string
|
|
2980
2980
|
projectId: string
|
package/dist/index.browser.d.ts
CHANGED
|
@@ -574,7 +574,7 @@ export declare type CreateAction = {
|
|
|
574
574
|
/** @public */
|
|
575
575
|
export declare const createClient: (config: ClientConfig) => SanityClient
|
|
576
576
|
|
|
577
|
-
/** @
|
|
577
|
+
/** @public */
|
|
578
578
|
export declare interface CurrentSanityUser {
|
|
579
579
|
id: string
|
|
580
580
|
name: string
|
|
@@ -583,10 +583,10 @@ export declare interface CurrentSanityUser {
|
|
|
583
583
|
role: string
|
|
584
584
|
}
|
|
585
585
|
|
|
586
|
-
/** @
|
|
586
|
+
/** @public */
|
|
587
587
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
588
588
|
|
|
589
|
-
/** @
|
|
589
|
+
/** @public */
|
|
590
590
|
export declare type DatasetResponse = {
|
|
591
591
|
datasetName: string
|
|
592
592
|
aclMode: DatasetAclMode
|
|
@@ -634,7 +634,7 @@ export declare class DatasetsClient {
|
|
|
634
634
|
list(): Promise<DatasetsResponse>
|
|
635
635
|
}
|
|
636
636
|
|
|
637
|
-
/** @
|
|
637
|
+
/** @public */
|
|
638
638
|
export declare type DatasetsResponse = {
|
|
639
639
|
name: string
|
|
640
640
|
aclMode: DatasetAclMode
|
|
@@ -2930,7 +2930,7 @@ export declare interface SanityImagePalette {
|
|
|
2930
2930
|
title: string
|
|
2931
2931
|
}
|
|
2932
2932
|
|
|
2933
|
-
/** @
|
|
2933
|
+
/** @public */
|
|
2934
2934
|
export declare interface SanityProject {
|
|
2935
2935
|
id: string
|
|
2936
2936
|
displayName: string
|
|
@@ -2958,7 +2958,7 @@ export declare interface SanityProject {
|
|
|
2958
2958
|
}
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
2961
|
-
/** @
|
|
2961
|
+
/** @public */
|
|
2962
2962
|
export declare interface SanityProjectMember {
|
|
2963
2963
|
id: string
|
|
2964
2964
|
role: string
|
|
@@ -2974,7 +2974,7 @@ export declare interface SanityReference {
|
|
|
2974
2974
|
_ref: string
|
|
2975
2975
|
}
|
|
2976
2976
|
|
|
2977
|
-
/** @
|
|
2977
|
+
/** @public */
|
|
2978
2978
|
export declare interface SanityUser {
|
|
2979
2979
|
id: string
|
|
2980
2980
|
projectId: string
|
package/dist/index.cjs
CHANGED
|
@@ -1525,7 +1525,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1525
1525
|
return config.printNoDefaultExport(), createClient2(config$1);
|
|
1526
1526
|
};
|
|
1527
1527
|
}
|
|
1528
|
-
var name = "@sanity/client", version = "6.28.
|
|
1528
|
+
var name = "@sanity/client", version = "6.28.2";
|
|
1529
1529
|
const middleware = [
|
|
1530
1530
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1531
1531
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/index.d.cts
CHANGED
|
@@ -578,7 +578,7 @@ export declare type CreateAction = {
|
|
|
578
578
|
*/
|
|
579
579
|
export declare const createClient: (config: ClientConfig) => SanityClient
|
|
580
580
|
|
|
581
|
-
/** @
|
|
581
|
+
/** @public */
|
|
582
582
|
export declare interface CurrentSanityUser {
|
|
583
583
|
id: string
|
|
584
584
|
name: string
|
|
@@ -587,10 +587,10 @@ export declare interface CurrentSanityUser {
|
|
|
587
587
|
role: string
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
/** @
|
|
590
|
+
/** @public */
|
|
591
591
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
592
592
|
|
|
593
|
-
/** @
|
|
593
|
+
/** @public */
|
|
594
594
|
export declare type DatasetResponse = {
|
|
595
595
|
datasetName: string
|
|
596
596
|
aclMode: DatasetAclMode
|
|
@@ -638,7 +638,7 @@ export declare class DatasetsClient {
|
|
|
638
638
|
list(): Promise<DatasetsResponse>
|
|
639
639
|
}
|
|
640
640
|
|
|
641
|
-
/** @
|
|
641
|
+
/** @public */
|
|
642
642
|
export declare type DatasetsResponse = {
|
|
643
643
|
name: string
|
|
644
644
|
aclMode: DatasetAclMode
|
|
@@ -2934,7 +2934,7 @@ export declare interface SanityImagePalette {
|
|
|
2934
2934
|
title: string
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
|
-
/** @
|
|
2937
|
+
/** @public */
|
|
2938
2938
|
export declare interface SanityProject {
|
|
2939
2939
|
id: string
|
|
2940
2940
|
displayName: string
|
|
@@ -2962,7 +2962,7 @@ export declare interface SanityProject {
|
|
|
2962
2962
|
}
|
|
2963
2963
|
}
|
|
2964
2964
|
|
|
2965
|
-
/** @
|
|
2965
|
+
/** @public */
|
|
2966
2966
|
export declare interface SanityProjectMember {
|
|
2967
2967
|
id: string
|
|
2968
2968
|
role: string
|
|
@@ -2978,7 +2978,7 @@ export declare interface SanityReference {
|
|
|
2978
2978
|
_ref: string
|
|
2979
2979
|
}
|
|
2980
2980
|
|
|
2981
|
-
/** @
|
|
2981
|
+
/** @public */
|
|
2982
2982
|
export declare interface SanityUser {
|
|
2983
2983
|
id: string
|
|
2984
2984
|
projectId: string
|
package/dist/index.d.ts
CHANGED
|
@@ -578,7 +578,7 @@ export declare type CreateAction = {
|
|
|
578
578
|
*/
|
|
579
579
|
export declare const createClient: (config: ClientConfig) => SanityClient
|
|
580
580
|
|
|
581
|
-
/** @
|
|
581
|
+
/** @public */
|
|
582
582
|
export declare interface CurrentSanityUser {
|
|
583
583
|
id: string
|
|
584
584
|
name: string
|
|
@@ -587,10 +587,10 @@ export declare interface CurrentSanityUser {
|
|
|
587
587
|
role: string
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
/** @
|
|
590
|
+
/** @public */
|
|
591
591
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
592
592
|
|
|
593
|
-
/** @
|
|
593
|
+
/** @public */
|
|
594
594
|
export declare type DatasetResponse = {
|
|
595
595
|
datasetName: string
|
|
596
596
|
aclMode: DatasetAclMode
|
|
@@ -638,7 +638,7 @@ export declare class DatasetsClient {
|
|
|
638
638
|
list(): Promise<DatasetsResponse>
|
|
639
639
|
}
|
|
640
640
|
|
|
641
|
-
/** @
|
|
641
|
+
/** @public */
|
|
642
642
|
export declare type DatasetsResponse = {
|
|
643
643
|
name: string
|
|
644
644
|
aclMode: DatasetAclMode
|
|
@@ -2934,7 +2934,7 @@ export declare interface SanityImagePalette {
|
|
|
2934
2934
|
title: string
|
|
2935
2935
|
}
|
|
2936
2936
|
|
|
2937
|
-
/** @
|
|
2937
|
+
/** @public */
|
|
2938
2938
|
export declare interface SanityProject {
|
|
2939
2939
|
id: string
|
|
2940
2940
|
displayName: string
|
|
@@ -2962,7 +2962,7 @@ export declare interface SanityProject {
|
|
|
2962
2962
|
}
|
|
2963
2963
|
}
|
|
2964
2964
|
|
|
2965
|
-
/** @
|
|
2965
|
+
/** @public */
|
|
2966
2966
|
export declare interface SanityProjectMember {
|
|
2967
2967
|
id: string
|
|
2968
2968
|
role: string
|
|
@@ -2978,7 +2978,7 @@ export declare interface SanityReference {
|
|
|
2978
2978
|
_ref: string
|
|
2979
2979
|
}
|
|
2980
2980
|
|
|
2981
|
-
/** @
|
|
2981
|
+
/** @public */
|
|
2982
2982
|
export declare interface SanityUser {
|
|
2983
2983
|
id: string
|
|
2984
2984
|
projectId: string
|
package/dist/index.js
CHANGED
|
@@ -1508,7 +1508,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1508
1508
|
return printNoDefaultExport(), createClient2(config);
|
|
1509
1509
|
};
|
|
1510
1510
|
}
|
|
1511
|
-
var name = "@sanity/client", version = "6.28.
|
|
1511
|
+
var name = "@sanity/client", version = "6.28.2";
|
|
1512
1512
|
const middleware = [
|
|
1513
1513
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1514
1514
|
headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/stega.browser.d.cts
CHANGED
|
@@ -673,7 +673,7 @@ export declare type CreateAction = {
|
|
|
673
673
|
*/
|
|
674
674
|
export declare const createClient: (config: ClientConfig_2) => SanityClient
|
|
675
675
|
|
|
676
|
-
/** @
|
|
676
|
+
/** @public */
|
|
677
677
|
export declare interface CurrentSanityUser {
|
|
678
678
|
id: string
|
|
679
679
|
name: string
|
|
@@ -682,10 +682,10 @@ export declare interface CurrentSanityUser {
|
|
|
682
682
|
role: string
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
/** @
|
|
685
|
+
/** @public */
|
|
686
686
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
687
687
|
|
|
688
|
-
/** @
|
|
688
|
+
/** @public */
|
|
689
689
|
export declare type DatasetResponse = {
|
|
690
690
|
datasetName: string
|
|
691
691
|
aclMode: DatasetAclMode
|
|
@@ -733,7 +733,7 @@ export declare class DatasetsClient {
|
|
|
733
733
|
list(): Promise<DatasetsResponse>
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
-
/** @
|
|
736
|
+
/** @public */
|
|
737
737
|
export declare type DatasetsResponse = {
|
|
738
738
|
name: string
|
|
739
739
|
aclMode: DatasetAclMode
|
|
@@ -3119,7 +3119,7 @@ export declare interface SanityImagePalette {
|
|
|
3119
3119
|
title: string
|
|
3120
3120
|
}
|
|
3121
3121
|
|
|
3122
|
-
/** @
|
|
3122
|
+
/** @public */
|
|
3123
3123
|
export declare interface SanityProject {
|
|
3124
3124
|
id: string
|
|
3125
3125
|
displayName: string
|
|
@@ -3147,7 +3147,7 @@ export declare interface SanityProject {
|
|
|
3147
3147
|
}
|
|
3148
3148
|
}
|
|
3149
3149
|
|
|
3150
|
-
/** @
|
|
3150
|
+
/** @public */
|
|
3151
3151
|
export declare interface SanityProjectMember {
|
|
3152
3152
|
id: string
|
|
3153
3153
|
role: string
|
|
@@ -3169,7 +3169,7 @@ export declare interface SanityReference {
|
|
|
3169
3169
|
*/
|
|
3170
3170
|
export declare class SanityStegaClient extends SanityClient {}
|
|
3171
3171
|
|
|
3172
|
-
/** @
|
|
3172
|
+
/** @public */
|
|
3173
3173
|
export declare interface SanityUser {
|
|
3174
3174
|
id: string
|
|
3175
3175
|
projectId: string
|
package/dist/stega.browser.d.ts
CHANGED
|
@@ -673,7 +673,7 @@ export declare type CreateAction = {
|
|
|
673
673
|
*/
|
|
674
674
|
export declare const createClient: (config: ClientConfig_2) => SanityClient
|
|
675
675
|
|
|
676
|
-
/** @
|
|
676
|
+
/** @public */
|
|
677
677
|
export declare interface CurrentSanityUser {
|
|
678
678
|
id: string
|
|
679
679
|
name: string
|
|
@@ -682,10 +682,10 @@ export declare interface CurrentSanityUser {
|
|
|
682
682
|
role: string
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
/** @
|
|
685
|
+
/** @public */
|
|
686
686
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
687
687
|
|
|
688
|
-
/** @
|
|
688
|
+
/** @public */
|
|
689
689
|
export declare type DatasetResponse = {
|
|
690
690
|
datasetName: string
|
|
691
691
|
aclMode: DatasetAclMode
|
|
@@ -733,7 +733,7 @@ export declare class DatasetsClient {
|
|
|
733
733
|
list(): Promise<DatasetsResponse>
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
-
/** @
|
|
736
|
+
/** @public */
|
|
737
737
|
export declare type DatasetsResponse = {
|
|
738
738
|
name: string
|
|
739
739
|
aclMode: DatasetAclMode
|
|
@@ -3119,7 +3119,7 @@ export declare interface SanityImagePalette {
|
|
|
3119
3119
|
title: string
|
|
3120
3120
|
}
|
|
3121
3121
|
|
|
3122
|
-
/** @
|
|
3122
|
+
/** @public */
|
|
3123
3123
|
export declare interface SanityProject {
|
|
3124
3124
|
id: string
|
|
3125
3125
|
displayName: string
|
|
@@ -3147,7 +3147,7 @@ export declare interface SanityProject {
|
|
|
3147
3147
|
}
|
|
3148
3148
|
}
|
|
3149
3149
|
|
|
3150
|
-
/** @
|
|
3150
|
+
/** @public */
|
|
3151
3151
|
export declare interface SanityProjectMember {
|
|
3152
3152
|
id: string
|
|
3153
3153
|
role: string
|
|
@@ -3169,7 +3169,7 @@ export declare interface SanityReference {
|
|
|
3169
3169
|
*/
|
|
3170
3170
|
export declare class SanityStegaClient extends SanityClient {}
|
|
3171
3171
|
|
|
3172
|
-
/** @
|
|
3172
|
+
/** @public */
|
|
3173
3173
|
export declare interface SanityUser {
|
|
3174
3174
|
id: string
|
|
3175
3175
|
projectId: string
|
package/dist/stega.d.cts
CHANGED
|
@@ -673,7 +673,7 @@ export declare type CreateAction = {
|
|
|
673
673
|
*/
|
|
674
674
|
export declare const createClient: (config: ClientConfig_2) => SanityClient
|
|
675
675
|
|
|
676
|
-
/** @
|
|
676
|
+
/** @public */
|
|
677
677
|
export declare interface CurrentSanityUser {
|
|
678
678
|
id: string
|
|
679
679
|
name: string
|
|
@@ -682,10 +682,10 @@ export declare interface CurrentSanityUser {
|
|
|
682
682
|
role: string
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
/** @
|
|
685
|
+
/** @public */
|
|
686
686
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
687
687
|
|
|
688
|
-
/** @
|
|
688
|
+
/** @public */
|
|
689
689
|
export declare type DatasetResponse = {
|
|
690
690
|
datasetName: string
|
|
691
691
|
aclMode: DatasetAclMode
|
|
@@ -733,7 +733,7 @@ export declare class DatasetsClient {
|
|
|
733
733
|
list(): Promise<DatasetsResponse>
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
-
/** @
|
|
736
|
+
/** @public */
|
|
737
737
|
export declare type DatasetsResponse = {
|
|
738
738
|
name: string
|
|
739
739
|
aclMode: DatasetAclMode
|
|
@@ -3119,7 +3119,7 @@ export declare interface SanityImagePalette {
|
|
|
3119
3119
|
title: string
|
|
3120
3120
|
}
|
|
3121
3121
|
|
|
3122
|
-
/** @
|
|
3122
|
+
/** @public */
|
|
3123
3123
|
export declare interface SanityProject {
|
|
3124
3124
|
id: string
|
|
3125
3125
|
displayName: string
|
|
@@ -3147,7 +3147,7 @@ export declare interface SanityProject {
|
|
|
3147
3147
|
}
|
|
3148
3148
|
}
|
|
3149
3149
|
|
|
3150
|
-
/** @
|
|
3150
|
+
/** @public */
|
|
3151
3151
|
export declare interface SanityProjectMember {
|
|
3152
3152
|
id: string
|
|
3153
3153
|
role: string
|
|
@@ -3169,7 +3169,7 @@ export declare interface SanityReference {
|
|
|
3169
3169
|
*/
|
|
3170
3170
|
export declare class SanityStegaClient extends SanityClient {}
|
|
3171
3171
|
|
|
3172
|
-
/** @
|
|
3172
|
+
/** @public */
|
|
3173
3173
|
export declare interface SanityUser {
|
|
3174
3174
|
id: string
|
|
3175
3175
|
projectId: string
|
package/dist/stega.d.ts
CHANGED
|
@@ -673,7 +673,7 @@ export declare type CreateAction = {
|
|
|
673
673
|
*/
|
|
674
674
|
export declare const createClient: (config: ClientConfig_2) => SanityClient
|
|
675
675
|
|
|
676
|
-
/** @
|
|
676
|
+
/** @public */
|
|
677
677
|
export declare interface CurrentSanityUser {
|
|
678
678
|
id: string
|
|
679
679
|
name: string
|
|
@@ -682,10 +682,10 @@ export declare interface CurrentSanityUser {
|
|
|
682
682
|
role: string
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
/** @
|
|
685
|
+
/** @public */
|
|
686
686
|
export declare type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
687
687
|
|
|
688
|
-
/** @
|
|
688
|
+
/** @public */
|
|
689
689
|
export declare type DatasetResponse = {
|
|
690
690
|
datasetName: string
|
|
691
691
|
aclMode: DatasetAclMode
|
|
@@ -733,7 +733,7 @@ export declare class DatasetsClient {
|
|
|
733
733
|
list(): Promise<DatasetsResponse>
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
-
/** @
|
|
736
|
+
/** @public */
|
|
737
737
|
export declare type DatasetsResponse = {
|
|
738
738
|
name: string
|
|
739
739
|
aclMode: DatasetAclMode
|
|
@@ -3119,7 +3119,7 @@ export declare interface SanityImagePalette {
|
|
|
3119
3119
|
title: string
|
|
3120
3120
|
}
|
|
3121
3121
|
|
|
3122
|
-
/** @
|
|
3122
|
+
/** @public */
|
|
3123
3123
|
export declare interface SanityProject {
|
|
3124
3124
|
id: string
|
|
3125
3125
|
displayName: string
|
|
@@ -3147,7 +3147,7 @@ export declare interface SanityProject {
|
|
|
3147
3147
|
}
|
|
3148
3148
|
}
|
|
3149
3149
|
|
|
3150
|
-
/** @
|
|
3150
|
+
/** @public */
|
|
3151
3151
|
export declare interface SanityProjectMember {
|
|
3152
3152
|
id: string
|
|
3153
3153
|
role: string
|
|
@@ -3169,7 +3169,7 @@ export declare interface SanityReference {
|
|
|
3169
3169
|
*/
|
|
3170
3170
|
export declare class SanityStegaClient extends SanityClient {}
|
|
3171
3171
|
|
|
3172
|
-
/** @
|
|
3172
|
+
/** @public */
|
|
3173
3173
|
export declare interface SanityUser {
|
|
3174
3174
|
id: string
|
|
3175
3175
|
projectId: string
|
package/package.json
CHANGED
package/src/types.ts
CHANGED
|
@@ -375,12 +375,12 @@ export interface AuthProvider {
|
|
|
375
375
|
/** @internal */
|
|
376
376
|
export type AuthProviderResponse = {providers: AuthProvider[]}
|
|
377
377
|
|
|
378
|
-
/** @
|
|
378
|
+
/** @public */
|
|
379
379
|
export type DatasetAclMode = 'public' | 'private' | 'custom'
|
|
380
380
|
|
|
381
|
-
/** @
|
|
381
|
+
/** @public */
|
|
382
382
|
export type DatasetResponse = {datasetName: string; aclMode: DatasetAclMode}
|
|
383
|
-
/** @
|
|
383
|
+
/** @public */
|
|
384
384
|
export type DatasetsResponse = {
|
|
385
385
|
name: string
|
|
386
386
|
aclMode: DatasetAclMode
|
|
@@ -392,7 +392,7 @@ export type DatasetsResponse = {
|
|
|
392
392
|
tags: string[]
|
|
393
393
|
}[]
|
|
394
394
|
|
|
395
|
-
/** @
|
|
395
|
+
/** @public */
|
|
396
396
|
export interface SanityProjectMember {
|
|
397
397
|
id: string
|
|
398
398
|
role: string
|
|
@@ -400,7 +400,7 @@ export interface SanityProjectMember {
|
|
|
400
400
|
isCurrentUser: boolean
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
/** @
|
|
403
|
+
/** @public */
|
|
404
404
|
export interface SanityProject {
|
|
405
405
|
id: string
|
|
406
406
|
displayName: string
|
|
@@ -428,7 +428,7 @@ export interface SanityProject {
|
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
|
|
431
|
-
/** @
|
|
431
|
+
/** @public */
|
|
432
432
|
export interface SanityUser {
|
|
433
433
|
id: string
|
|
434
434
|
projectId: string
|
|
@@ -442,7 +442,7 @@ export interface SanityUser {
|
|
|
442
442
|
isCurrentUser: boolean
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
/** @
|
|
445
|
+
/** @public */
|
|
446
446
|
export interface CurrentSanityUser {
|
|
447
447
|
id: string
|
|
448
448
|
name: string
|