@prismicio/editor-fields 0.4.77-alpha.bump-types-internal.3 → 0.4.78
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/core/APIExplorer/components/APIExplorerContext.d.ts +10 -10
- package/dist/core/APIExplorer/components/Request/MissingParameterError.d.ts +3 -0
- package/dist/core/MediaLibrary/hooks/mediaLibraryData.d.ts +18 -18
- package/dist/core/MediaLibrary/hooks/useMediaLibraryUpload.d.ts +2 -2
- package/dist/core/MediaLibrary/hooks/useSelectedMedia.d.ts +2 -2
- package/dist/core/UnsplashLibrary/unsplashData.d.ts +9 -9
- package/dist/core/service/document.d.ts +50 -50
- package/dist/core/service/documentSearch.d.ts +10 -10
- package/dist/core/service/repository.d.ts +12 -12
- package/dist/fields/ImageField/useImageField.d.ts +2 -2
- package/dist/fields/ImageField/useImageFieldImageUpload.d.ts +2 -2
- package/dist/fields/LinkField/Documents/documentsData.d.ts +4 -4
- package/dist/fields/RichTextField/extensions/Image/useImageView.d.ts +2 -2
- package/dist/fields/RichTextField/extensions/extensions.d.ts +1 -1
- package/dist/index.cjs.js +46 -46
- package/dist/index.es.js +17216 -17161
- package/package.json +4 -4
- package/dist/core/APIExplorer/components/Request/components/RequestFiltersFieldset/getFilterSnippet.d.ts +0 -2
|
@@ -65,14 +65,14 @@ declare const documentVersionSchema: z.ZodIntersection<z.ZodDiscriminatedUnion<"
|
|
|
65
65
|
email: z.ZodOptional<z.ZodString>;
|
|
66
66
|
uploadedAvatar: z.ZodOptional<z.ZodString>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
id?: string | undefined;
|
|
69
68
|
email?: string | undefined;
|
|
69
|
+
id?: string | undefined;
|
|
70
70
|
first_name?: string | undefined;
|
|
71
71
|
last_name?: string | undefined;
|
|
72
72
|
uploadedAvatar?: string | undefined;
|
|
73
73
|
}, {
|
|
74
|
-
id?: string | undefined;
|
|
75
74
|
email?: string | undefined;
|
|
75
|
+
id?: string | undefined;
|
|
76
76
|
first_name?: string | undefined;
|
|
77
77
|
last_name?: string | undefined;
|
|
78
78
|
uploadedAvatar?: string | undefined;
|
|
@@ -83,8 +83,8 @@ declare const documentVersionSchema: z.ZodIntersection<z.ZodDiscriminatedUnion<"
|
|
|
83
83
|
last_modified_date: Date;
|
|
84
84
|
custom_type_label: string;
|
|
85
85
|
author: {
|
|
86
|
-
id?: string | undefined;
|
|
87
86
|
email?: string | undefined;
|
|
87
|
+
id?: string | undefined;
|
|
88
88
|
first_name?: string | undefined;
|
|
89
89
|
last_name?: string | undefined;
|
|
90
90
|
uploadedAvatar?: string | undefined;
|
|
@@ -98,8 +98,8 @@ declare const documentVersionSchema: z.ZodIntersection<z.ZodDiscriminatedUnion<"
|
|
|
98
98
|
last_modified_date: Date;
|
|
99
99
|
custom_type_label: string;
|
|
100
100
|
author: {
|
|
101
|
-
id?: string | undefined;
|
|
102
101
|
email?: string | undefined;
|
|
102
|
+
id?: string | undefined;
|
|
103
103
|
first_name?: string | undefined;
|
|
104
104
|
last_name?: string | undefined;
|
|
105
105
|
uploadedAvatar?: string | undefined;
|
|
@@ -156,8 +156,8 @@ declare const documentSearchVersionSchema: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
156
156
|
tags: string[];
|
|
157
157
|
version_id: string;
|
|
158
158
|
last_modified_date: Date;
|
|
159
|
-
uid?: string | undefined;
|
|
160
159
|
summary?: string | undefined;
|
|
160
|
+
uid?: string | undefined;
|
|
161
161
|
preview_image?: string | undefined;
|
|
162
162
|
custom_type_id?: string | undefined;
|
|
163
163
|
author_ids?: string[] | undefined;
|
|
@@ -168,8 +168,8 @@ declare const documentSearchVersionSchema: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
168
168
|
tags: string[];
|
|
169
169
|
version_id: string;
|
|
170
170
|
last_modified_date: Date;
|
|
171
|
-
uid?: string | undefined;
|
|
172
171
|
summary?: string | undefined;
|
|
172
|
+
uid?: string | undefined;
|
|
173
173
|
preview_image?: string | undefined;
|
|
174
174
|
custom_type_id?: string | undefined;
|
|
175
175
|
author_ids?: string[] | undefined;
|
|
@@ -248,14 +248,14 @@ export declare const documentMetaSchema: z.ZodObject<{
|
|
|
248
248
|
email: z.ZodOptional<z.ZodString>;
|
|
249
249
|
uploadedAvatar: z.ZodOptional<z.ZodString>;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
-
id?: string | undefined;
|
|
252
251
|
email?: string | undefined;
|
|
252
|
+
id?: string | undefined;
|
|
253
253
|
first_name?: string | undefined;
|
|
254
254
|
last_name?: string | undefined;
|
|
255
255
|
uploadedAvatar?: string | undefined;
|
|
256
256
|
}, {
|
|
257
|
-
id?: string | undefined;
|
|
258
257
|
email?: string | undefined;
|
|
258
|
+
id?: string | undefined;
|
|
259
259
|
first_name?: string | undefined;
|
|
260
260
|
last_name?: string | undefined;
|
|
261
261
|
uploadedAvatar?: string | undefined;
|
|
@@ -266,8 +266,8 @@ export declare const documentMetaSchema: z.ZodObject<{
|
|
|
266
266
|
last_modified_date: Date;
|
|
267
267
|
custom_type_label: string;
|
|
268
268
|
author: {
|
|
269
|
-
id?: string | undefined;
|
|
270
269
|
email?: string | undefined;
|
|
270
|
+
id?: string | undefined;
|
|
271
271
|
first_name?: string | undefined;
|
|
272
272
|
last_name?: string | undefined;
|
|
273
273
|
uploadedAvatar?: string | undefined;
|
|
@@ -281,8 +281,8 @@ export declare const documentMetaSchema: z.ZodObject<{
|
|
|
281
281
|
last_modified_date: Date;
|
|
282
282
|
custom_type_label: string;
|
|
283
283
|
author: {
|
|
284
|
-
id?: string | undefined;
|
|
285
284
|
email?: string | undefined;
|
|
285
|
+
id?: string | undefined;
|
|
286
286
|
first_name?: string | undefined;
|
|
287
287
|
last_name?: string | undefined;
|
|
288
288
|
uploadedAvatar?: string | undefined;
|
|
@@ -316,8 +316,8 @@ export declare const documentMetaSchema: z.ZodObject<{
|
|
|
316
316
|
last_modified_date: Date;
|
|
317
317
|
custom_type_label: string;
|
|
318
318
|
author: {
|
|
319
|
-
id?: string | undefined;
|
|
320
319
|
email?: string | undefined;
|
|
320
|
+
id?: string | undefined;
|
|
321
321
|
first_name?: string | undefined;
|
|
322
322
|
last_name?: string | undefined;
|
|
323
323
|
uploadedAvatar?: string | undefined;
|
|
@@ -350,8 +350,8 @@ export declare const documentMetaSchema: z.ZodObject<{
|
|
|
350
350
|
last_modified_date: Date;
|
|
351
351
|
custom_type_label: string;
|
|
352
352
|
author: {
|
|
353
|
-
id?: string | undefined;
|
|
354
353
|
email?: string | undefined;
|
|
354
|
+
id?: string | undefined;
|
|
355
355
|
first_name?: string | undefined;
|
|
356
356
|
last_name?: string | undefined;
|
|
357
357
|
uploadedAvatar?: string | undefined;
|
|
@@ -434,14 +434,14 @@ declare const getDocumentListSchema: z.ZodObject<{
|
|
|
434
434
|
email: z.ZodOptional<z.ZodString>;
|
|
435
435
|
uploadedAvatar: z.ZodOptional<z.ZodString>;
|
|
436
436
|
}, "strip", z.ZodTypeAny, {
|
|
437
|
-
id?: string | undefined;
|
|
438
437
|
email?: string | undefined;
|
|
438
|
+
id?: string | undefined;
|
|
439
439
|
first_name?: string | undefined;
|
|
440
440
|
last_name?: string | undefined;
|
|
441
441
|
uploadedAvatar?: string | undefined;
|
|
442
442
|
}, {
|
|
443
|
-
id?: string | undefined;
|
|
444
443
|
email?: string | undefined;
|
|
444
|
+
id?: string | undefined;
|
|
445
445
|
first_name?: string | undefined;
|
|
446
446
|
last_name?: string | undefined;
|
|
447
447
|
uploadedAvatar?: string | undefined;
|
|
@@ -452,8 +452,8 @@ declare const getDocumentListSchema: z.ZodObject<{
|
|
|
452
452
|
last_modified_date: Date;
|
|
453
453
|
custom_type_label: string;
|
|
454
454
|
author: {
|
|
455
|
-
id?: string | undefined;
|
|
456
455
|
email?: string | undefined;
|
|
456
|
+
id?: string | undefined;
|
|
457
457
|
first_name?: string | undefined;
|
|
458
458
|
last_name?: string | undefined;
|
|
459
459
|
uploadedAvatar?: string | undefined;
|
|
@@ -467,8 +467,8 @@ declare const getDocumentListSchema: z.ZodObject<{
|
|
|
467
467
|
last_modified_date: Date;
|
|
468
468
|
custom_type_label: string;
|
|
469
469
|
author: {
|
|
470
|
-
id?: string | undefined;
|
|
471
470
|
email?: string | undefined;
|
|
471
|
+
id?: string | undefined;
|
|
472
472
|
first_name?: string | undefined;
|
|
473
473
|
last_name?: string | undefined;
|
|
474
474
|
uploadedAvatar?: string | undefined;
|
|
@@ -502,8 +502,8 @@ declare const getDocumentListSchema: z.ZodObject<{
|
|
|
502
502
|
last_modified_date: Date;
|
|
503
503
|
custom_type_label: string;
|
|
504
504
|
author: {
|
|
505
|
-
id?: string | undefined;
|
|
506
505
|
email?: string | undefined;
|
|
506
|
+
id?: string | undefined;
|
|
507
507
|
first_name?: string | undefined;
|
|
508
508
|
last_name?: string | undefined;
|
|
509
509
|
uploadedAvatar?: string | undefined;
|
|
@@ -536,8 +536,8 @@ declare const getDocumentListSchema: z.ZodObject<{
|
|
|
536
536
|
last_modified_date: Date;
|
|
537
537
|
custom_type_label: string;
|
|
538
538
|
author: {
|
|
539
|
-
id?: string | undefined;
|
|
540
539
|
email?: string | undefined;
|
|
540
|
+
id?: string | undefined;
|
|
541
541
|
first_name?: string | undefined;
|
|
542
542
|
last_name?: string | undefined;
|
|
543
543
|
uploadedAvatar?: string | undefined;
|
|
@@ -574,8 +574,8 @@ declare const getDocumentListSchema: z.ZodObject<{
|
|
|
574
574
|
last_modified_date: Date;
|
|
575
575
|
custom_type_label: string;
|
|
576
576
|
author: {
|
|
577
|
-
id?: string | undefined;
|
|
578
577
|
email?: string | undefined;
|
|
578
|
+
id?: string | undefined;
|
|
579
579
|
first_name?: string | undefined;
|
|
580
580
|
last_name?: string | undefined;
|
|
581
581
|
uploadedAvatar?: string | undefined;
|
|
@@ -612,8 +612,8 @@ declare const getDocumentListSchema: z.ZodObject<{
|
|
|
612
612
|
last_modified_date: Date;
|
|
613
613
|
custom_type_label: string;
|
|
614
614
|
author: {
|
|
615
|
-
id?: string | undefined;
|
|
616
615
|
email?: string | undefined;
|
|
616
|
+
id?: string | undefined;
|
|
617
617
|
first_name?: string | undefined;
|
|
618
618
|
last_name?: string | undefined;
|
|
619
619
|
uploadedAvatar?: string | undefined;
|
|
@@ -680,8 +680,8 @@ declare const documentSearchDocumentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
680
680
|
tags: string[];
|
|
681
681
|
version_id: string;
|
|
682
682
|
last_modified_date: Date;
|
|
683
|
-
uid?: string | undefined;
|
|
684
683
|
summary?: string | undefined;
|
|
684
|
+
uid?: string | undefined;
|
|
685
685
|
preview_image?: string | undefined;
|
|
686
686
|
custom_type_id?: string | undefined;
|
|
687
687
|
author_ids?: string[] | undefined;
|
|
@@ -692,8 +692,8 @@ declare const documentSearchDocumentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
692
692
|
tags: string[];
|
|
693
693
|
version_id: string;
|
|
694
694
|
last_modified_date: Date;
|
|
695
|
-
uid?: string | undefined;
|
|
696
695
|
summary?: string | undefined;
|
|
696
|
+
uid?: string | undefined;
|
|
697
697
|
preview_image?: string | undefined;
|
|
698
698
|
custom_type_id?: string | undefined;
|
|
699
699
|
author_ids?: string[] | undefined;
|
|
@@ -720,8 +720,8 @@ declare const documentSearchDocumentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
720
720
|
tags: string[];
|
|
721
721
|
version_id: string;
|
|
722
722
|
last_modified_date: Date;
|
|
723
|
-
uid?: string | undefined;
|
|
724
723
|
summary?: string | undefined;
|
|
724
|
+
uid?: string | undefined;
|
|
725
725
|
preview_image?: string | undefined;
|
|
726
726
|
custom_type_id?: string | undefined;
|
|
727
727
|
author_ids?: string[] | undefined;
|
|
@@ -747,8 +747,8 @@ declare const documentSearchDocumentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
747
747
|
tags: string[];
|
|
748
748
|
version_id: string;
|
|
749
749
|
last_modified_date: Date;
|
|
750
|
-
uid?: string | undefined;
|
|
751
750
|
summary?: string | undefined;
|
|
751
|
+
uid?: string | undefined;
|
|
752
752
|
preview_image?: string | undefined;
|
|
753
753
|
custom_type_id?: string | undefined;
|
|
754
754
|
author_ids?: string[] | undefined;
|
|
@@ -777,8 +777,8 @@ declare const documentSearchDocumentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
777
777
|
tags: string[];
|
|
778
778
|
version_id: string;
|
|
779
779
|
last_modified_date: Date;
|
|
780
|
-
uid?: string | undefined;
|
|
781
780
|
summary?: string | undefined;
|
|
781
|
+
uid?: string | undefined;
|
|
782
782
|
preview_image?: string | undefined;
|
|
783
783
|
custom_type_id?: string | undefined;
|
|
784
784
|
author_ids?: string[] | undefined;
|
|
@@ -803,8 +803,8 @@ declare const documentSearchDocumentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
803
803
|
tags: string[];
|
|
804
804
|
version_id: string;
|
|
805
805
|
last_modified_date: Date;
|
|
806
|
-
uid?: string | undefined;
|
|
807
806
|
summary?: string | undefined;
|
|
807
|
+
uid?: string | undefined;
|
|
808
808
|
preview_image?: string | undefined;
|
|
809
809
|
custom_type_id?: string | undefined;
|
|
810
810
|
author_ids?: string[] | undefined;
|
|
@@ -869,8 +869,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
869
869
|
tags: string[];
|
|
870
870
|
version_id: string;
|
|
871
871
|
last_modified_date: Date;
|
|
872
|
-
uid?: string | undefined;
|
|
873
872
|
summary?: string | undefined;
|
|
873
|
+
uid?: string | undefined;
|
|
874
874
|
preview_image?: string | undefined;
|
|
875
875
|
custom_type_id?: string | undefined;
|
|
876
876
|
author_ids?: string[] | undefined;
|
|
@@ -881,8 +881,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
881
881
|
tags: string[];
|
|
882
882
|
version_id: string;
|
|
883
883
|
last_modified_date: Date;
|
|
884
|
-
uid?: string | undefined;
|
|
885
884
|
summary?: string | undefined;
|
|
885
|
+
uid?: string | undefined;
|
|
886
886
|
preview_image?: string | undefined;
|
|
887
887
|
custom_type_id?: string | undefined;
|
|
888
888
|
author_ids?: string[] | undefined;
|
|
@@ -909,8 +909,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
909
909
|
tags: string[];
|
|
910
910
|
version_id: string;
|
|
911
911
|
last_modified_date: Date;
|
|
912
|
-
uid?: string | undefined;
|
|
913
912
|
summary?: string | undefined;
|
|
913
|
+
uid?: string | undefined;
|
|
914
914
|
preview_image?: string | undefined;
|
|
915
915
|
custom_type_id?: string | undefined;
|
|
916
916
|
author_ids?: string[] | undefined;
|
|
@@ -936,8 +936,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
936
936
|
tags: string[];
|
|
937
937
|
version_id: string;
|
|
938
938
|
last_modified_date: Date;
|
|
939
|
-
uid?: string | undefined;
|
|
940
939
|
summary?: string | undefined;
|
|
940
|
+
uid?: string | undefined;
|
|
941
941
|
preview_image?: string | undefined;
|
|
942
942
|
custom_type_id?: string | undefined;
|
|
943
943
|
author_ids?: string[] | undefined;
|
|
@@ -966,8 +966,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
966
966
|
tags: string[];
|
|
967
967
|
version_id: string;
|
|
968
968
|
last_modified_date: Date;
|
|
969
|
-
uid?: string | undefined;
|
|
970
969
|
summary?: string | undefined;
|
|
970
|
+
uid?: string | undefined;
|
|
971
971
|
preview_image?: string | undefined;
|
|
972
972
|
custom_type_id?: string | undefined;
|
|
973
973
|
author_ids?: string[] | undefined;
|
|
@@ -992,8 +992,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
992
992
|
tags: string[];
|
|
993
993
|
version_id: string;
|
|
994
994
|
last_modified_date: Date;
|
|
995
|
-
uid?: string | undefined;
|
|
996
995
|
summary?: string | undefined;
|
|
996
|
+
uid?: string | undefined;
|
|
997
997
|
preview_image?: string | undefined;
|
|
998
998
|
custom_type_id?: string | undefined;
|
|
999
999
|
author_ids?: string[] | undefined;
|
|
@@ -1024,8 +1024,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
1024
1024
|
tags: string[];
|
|
1025
1025
|
version_id: string;
|
|
1026
1026
|
last_modified_date: Date;
|
|
1027
|
-
uid?: string | undefined;
|
|
1028
1027
|
summary?: string | undefined;
|
|
1028
|
+
uid?: string | undefined;
|
|
1029
1029
|
preview_image?: string | undefined;
|
|
1030
1030
|
custom_type_id?: string | undefined;
|
|
1031
1031
|
author_ids?: string[] | undefined;
|
|
@@ -1052,8 +1052,8 @@ declare const documentsFullTextSearchAPISchemaOkType: z.ZodObject<{
|
|
|
1052
1052
|
tags: string[];
|
|
1053
1053
|
version_id: string;
|
|
1054
1054
|
last_modified_date: Date;
|
|
1055
|
-
uid?: string | undefined;
|
|
1056
1055
|
summary?: string | undefined;
|
|
1056
|
+
uid?: string | undefined;
|
|
1057
1057
|
preview_image?: string | undefined;
|
|
1058
1058
|
custom_type_id?: string | undefined;
|
|
1059
1059
|
author_ids?: string[] | undefined;
|
|
@@ -1460,7 +1460,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
|
|
|
1460
1460
|
content: ({
|
|
1461
1461
|
key: string;
|
|
1462
1462
|
} & {
|
|
1463
|
-
type: "
|
|
1463
|
+
type: "tableCell" | "tableHeader";
|
|
1464
1464
|
content: {
|
|
1465
1465
|
__TYPE__: "StructuredTextContent";
|
|
1466
1466
|
value: (({
|
|
@@ -2061,7 +2061,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
|
|
|
2061
2061
|
content: ({
|
|
2062
2062
|
key: string;
|
|
2063
2063
|
} & {
|
|
2064
|
-
type: "
|
|
2064
|
+
type: "tableCell" | "tableHeader";
|
|
2065
2065
|
content: {
|
|
2066
2066
|
__TYPE__: "StructuredTextContent";
|
|
2067
2067
|
value: (({
|
|
@@ -2654,7 +2654,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
|
|
|
2654
2654
|
content: ({
|
|
2655
2655
|
key: string;
|
|
2656
2656
|
} & {
|
|
2657
|
-
type: "
|
|
2657
|
+
type: "tableCell" | "tableHeader";
|
|
2658
2658
|
content: {
|
|
2659
2659
|
__TYPE__: "StructuredTextContent";
|
|
2660
2660
|
value: (({
|
|
@@ -3246,7 +3246,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
|
|
|
3246
3246
|
content: ({
|
|
3247
3247
|
key: string;
|
|
3248
3248
|
} & {
|
|
3249
|
-
type: "
|
|
3249
|
+
type: "tableCell" | "tableHeader";
|
|
3250
3250
|
content: {
|
|
3251
3251
|
__TYPE__: "StructuredTextContent";
|
|
3252
3252
|
value: (({
|
|
@@ -3839,7 +3839,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
|
|
|
3839
3839
|
content: ({
|
|
3840
3840
|
key: string;
|
|
3841
3841
|
} & {
|
|
3842
|
-
type: "
|
|
3842
|
+
type: "tableCell" | "tableHeader";
|
|
3843
3843
|
content: {
|
|
3844
3844
|
__TYPE__: "StructuredTextContent";
|
|
3845
3845
|
value: (({
|
|
@@ -4427,7 +4427,7 @@ export declare const documentSchema: z.ZodEffects<z.ZodType<unknown, z.ZodTypeDe
|
|
|
4427
4427
|
content: ({
|
|
4428
4428
|
key: string;
|
|
4429
4429
|
} & {
|
|
4430
|
-
type: "
|
|
4430
|
+
type: "tableCell" | "tableHeader";
|
|
4431
4431
|
content: {
|
|
4432
4432
|
__TYPE__: "StructuredTextContent";
|
|
4433
4433
|
value: (({
|
|
@@ -5027,7 +5027,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
|
|
|
5027
5027
|
content: ({
|
|
5028
5028
|
key: string;
|
|
5029
5029
|
} & {
|
|
5030
|
-
type: "
|
|
5030
|
+
type: "tableCell" | "tableHeader";
|
|
5031
5031
|
content: {
|
|
5032
5032
|
__TYPE__: "StructuredTextContent";
|
|
5033
5033
|
value: (({
|
|
@@ -5620,7 +5620,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
|
|
|
5620
5620
|
content: ({
|
|
5621
5621
|
key: string;
|
|
5622
5622
|
} & {
|
|
5623
|
-
type: "
|
|
5623
|
+
type: "tableCell" | "tableHeader";
|
|
5624
5624
|
content: {
|
|
5625
5625
|
__TYPE__: "StructuredTextContent";
|
|
5626
5626
|
value: (({
|
|
@@ -6215,7 +6215,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
|
|
|
6215
6215
|
content: ({
|
|
6216
6216
|
key: string;
|
|
6217
6217
|
} & {
|
|
6218
|
-
type: "
|
|
6218
|
+
type: "tableCell" | "tableHeader";
|
|
6219
6219
|
content: {
|
|
6220
6220
|
__TYPE__: "StructuredTextContent";
|
|
6221
6221
|
value: (({
|
|
@@ -6808,7 +6808,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
|
|
|
6808
6808
|
content: ({
|
|
6809
6809
|
key: string;
|
|
6810
6810
|
} & {
|
|
6811
|
-
type: "
|
|
6811
|
+
type: "tableCell" | "tableHeader";
|
|
6812
6812
|
content: {
|
|
6813
6813
|
__TYPE__: "StructuredTextContent";
|
|
6814
6814
|
value: (({
|
|
@@ -7399,7 +7399,7 @@ export declare const sliceItemContentSchema: z.ZodEffects<z.ZodUnknown, {
|
|
|
7399
7399
|
content: ({
|
|
7400
7400
|
key: string;
|
|
7401
7401
|
} & {
|
|
7402
|
-
type: "
|
|
7402
|
+
type: "tableCell" | "tableHeader";
|
|
7403
7403
|
content: {
|
|
7404
7404
|
__TYPE__: "StructuredTextContent";
|
|
7405
7405
|
value: (({
|
|
@@ -7678,8 +7678,8 @@ export declare function useDocumentList(args: GetDocumentListArgs): import("@tan
|
|
|
7678
7678
|
last_modified_date: Date;
|
|
7679
7679
|
custom_type_label: string;
|
|
7680
7680
|
author: {
|
|
7681
|
-
id?: string | undefined;
|
|
7682
7681
|
email?: string | undefined;
|
|
7682
|
+
id?: string | undefined;
|
|
7683
7683
|
first_name?: string | undefined;
|
|
7684
7684
|
last_name?: string | undefined;
|
|
7685
7685
|
uploadedAvatar?: string | undefined;
|
|
@@ -7718,8 +7718,8 @@ export declare function getDocumentListOptions(args: GetDocumentListArgs): impor
|
|
|
7718
7718
|
last_modified_date: Date;
|
|
7719
7719
|
custom_type_label: string;
|
|
7720
7720
|
author: {
|
|
7721
|
-
id?: string | undefined;
|
|
7722
7721
|
email?: string | undefined;
|
|
7722
|
+
id?: string | undefined;
|
|
7723
7723
|
first_name?: string | undefined;
|
|
7724
7724
|
last_name?: string | undefined;
|
|
7725
7725
|
uploadedAvatar?: string | undefined;
|
|
@@ -7757,8 +7757,8 @@ export declare function getDocumentListOptions(args: GetDocumentListArgs): impor
|
|
|
7757
7757
|
last_modified_date: Date;
|
|
7758
7758
|
custom_type_label: string;
|
|
7759
7759
|
author: {
|
|
7760
|
-
id?: string | undefined;
|
|
7761
7760
|
email?: string | undefined;
|
|
7761
|
+
id?: string | undefined;
|
|
7762
7762
|
first_name?: string | undefined;
|
|
7763
7763
|
last_name?: string | undefined;
|
|
7764
7764
|
uploadedAvatar?: string | undefined;
|
|
@@ -7797,8 +7797,8 @@ export declare function getDocumentListOptions(args: GetDocumentListArgs): impor
|
|
|
7797
7797
|
last_modified_date: Date;
|
|
7798
7798
|
custom_type_label: string;
|
|
7799
7799
|
author: {
|
|
7800
|
-
id?: string | undefined;
|
|
7801
7800
|
email?: string | undefined;
|
|
7801
|
+
id?: string | undefined;
|
|
7802
7802
|
first_name?: string | undefined;
|
|
7803
7803
|
last_name?: string | undefined;
|
|
7804
7804
|
uploadedAvatar?: string | undefined;
|
|
@@ -7838,8 +7838,8 @@ export declare function getDocumentListOptions(args: GetDocumentListArgs): impor
|
|
|
7838
7838
|
last_modified_date: Date;
|
|
7839
7839
|
custom_type_label: string;
|
|
7840
7840
|
author: {
|
|
7841
|
-
id?: string | undefined;
|
|
7842
7841
|
email?: string | undefined;
|
|
7842
|
+
id?: string | undefined;
|
|
7843
7843
|
first_name?: string | undefined;
|
|
7844
7844
|
last_name?: string | undefined;
|
|
7845
7845
|
uploadedAvatar?: string | undefined;
|
|
@@ -44,8 +44,8 @@ export declare function searchDocuments(args: SearchDocumentsArgs): Promise<{
|
|
|
44
44
|
last_modified_date: Date;
|
|
45
45
|
custom_type_label: string;
|
|
46
46
|
author: {
|
|
47
|
-
id?: string | undefined;
|
|
48
47
|
email?: string | undefined;
|
|
48
|
+
id?: string | undefined;
|
|
49
49
|
first_name?: string | undefined;
|
|
50
50
|
last_name?: string | undefined;
|
|
51
51
|
uploadedAvatar?: string | undefined;
|
|
@@ -75,8 +75,8 @@ export declare function searchDocuments(args: SearchDocumentsArgs): Promise<{
|
|
|
75
75
|
tags: string[];
|
|
76
76
|
version_id: string;
|
|
77
77
|
last_modified_date: Date;
|
|
78
|
-
uid?: string | undefined;
|
|
79
78
|
summary?: string | undefined;
|
|
79
|
+
uid?: string | undefined;
|
|
80
80
|
preview_image?: string | undefined;
|
|
81
81
|
custom_type_id?: string | undefined;
|
|
82
82
|
author_ids?: string[] | undefined;
|
|
@@ -125,8 +125,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
125
125
|
last_modified_date: Date;
|
|
126
126
|
custom_type_label: string;
|
|
127
127
|
author: {
|
|
128
|
-
id?: string | undefined;
|
|
129
128
|
email?: string | undefined;
|
|
129
|
+
id?: string | undefined;
|
|
130
130
|
first_name?: string | undefined;
|
|
131
131
|
last_name?: string | undefined;
|
|
132
132
|
uploadedAvatar?: string | undefined;
|
|
@@ -156,8 +156,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
156
156
|
tags: string[];
|
|
157
157
|
version_id: string;
|
|
158
158
|
last_modified_date: Date;
|
|
159
|
-
uid?: string | undefined;
|
|
160
159
|
summary?: string | undefined;
|
|
160
|
+
uid?: string | undefined;
|
|
161
161
|
preview_image?: string | undefined;
|
|
162
162
|
custom_type_id?: string | undefined;
|
|
163
163
|
author_ids?: string[] | undefined;
|
|
@@ -192,8 +192,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
192
192
|
last_modified_date: Date;
|
|
193
193
|
custom_type_label: string;
|
|
194
194
|
author: {
|
|
195
|
-
id?: string | undefined;
|
|
196
195
|
email?: string | undefined;
|
|
196
|
+
id?: string | undefined;
|
|
197
197
|
first_name?: string | undefined;
|
|
198
198
|
last_name?: string | undefined;
|
|
199
199
|
uploadedAvatar?: string | undefined;
|
|
@@ -223,8 +223,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
223
223
|
tags: string[];
|
|
224
224
|
version_id: string;
|
|
225
225
|
last_modified_date: Date;
|
|
226
|
-
uid?: string | undefined;
|
|
227
226
|
summary?: string | undefined;
|
|
227
|
+
uid?: string | undefined;
|
|
228
228
|
preview_image?: string | undefined;
|
|
229
229
|
custom_type_id?: string | undefined;
|
|
230
230
|
author_ids?: string[] | undefined;
|
|
@@ -275,8 +275,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
275
275
|
last_modified_date: Date;
|
|
276
276
|
custom_type_label: string;
|
|
277
277
|
author: {
|
|
278
|
-
id?: string | undefined;
|
|
279
278
|
email?: string | undefined;
|
|
279
|
+
id?: string | undefined;
|
|
280
280
|
first_name?: string | undefined;
|
|
281
281
|
last_name?: string | undefined;
|
|
282
282
|
uploadedAvatar?: string | undefined;
|
|
@@ -306,8 +306,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
306
306
|
tags: string[];
|
|
307
307
|
version_id: string;
|
|
308
308
|
last_modified_date: Date;
|
|
309
|
-
uid?: string | undefined;
|
|
310
309
|
summary?: string | undefined;
|
|
310
|
+
uid?: string | undefined;
|
|
311
311
|
preview_image?: string | undefined;
|
|
312
312
|
custom_type_id?: string | undefined;
|
|
313
313
|
author_ids?: string[] | undefined;
|
|
@@ -359,8 +359,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
359
359
|
last_modified_date: Date;
|
|
360
360
|
custom_type_label: string;
|
|
361
361
|
author: {
|
|
362
|
-
id?: string | undefined;
|
|
363
362
|
email?: string | undefined;
|
|
363
|
+
id?: string | undefined;
|
|
364
364
|
first_name?: string | undefined;
|
|
365
365
|
last_name?: string | undefined;
|
|
366
366
|
uploadedAvatar?: string | undefined;
|
|
@@ -390,8 +390,8 @@ export declare function searchDocumentsQueryOptions(args: SearchDocumentsQueryOp
|
|
|
390
390
|
tags: string[];
|
|
391
391
|
version_id: string;
|
|
392
392
|
last_modified_date: Date;
|
|
393
|
-
uid?: string | undefined;
|
|
394
393
|
summary?: string | undefined;
|
|
394
|
+
uid?: string | undefined;
|
|
395
395
|
preview_image?: string | undefined;
|
|
396
396
|
custom_type_id?: string | undefined;
|
|
397
397
|
author_ids?: string[] | undefined;
|
|
@@ -7,14 +7,14 @@ declare const repositoryAuthor: z.ZodObject<{
|
|
|
7
7
|
email: z.ZodString;
|
|
8
8
|
uploadedAvatar: z.ZodOptional<z.ZodString>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
-
id: string;
|
|
11
10
|
email: string;
|
|
11
|
+
id: string;
|
|
12
12
|
uploadedAvatar?: string | undefined;
|
|
13
13
|
firstname?: string | undefined;
|
|
14
14
|
lastname?: string | undefined;
|
|
15
15
|
}, {
|
|
16
|
-
id: string;
|
|
17
16
|
email: string;
|
|
17
|
+
id: string;
|
|
18
18
|
uploadedAvatar?: string | undefined;
|
|
19
19
|
firstname?: string | undefined;
|
|
20
20
|
lastname?: string | undefined;
|
|
@@ -68,14 +68,14 @@ declare const repositorySchema: z.ZodEffects<z.ZodObject<{
|
|
|
68
68
|
email: z.ZodString;
|
|
69
69
|
uploadedAvatar: z.ZodOptional<z.ZodString>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
|
-
id: string;
|
|
72
71
|
email: string;
|
|
72
|
+
id: string;
|
|
73
73
|
uploadedAvatar?: string | undefined;
|
|
74
74
|
firstname?: string | undefined;
|
|
75
75
|
lastname?: string | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
id: string;
|
|
78
77
|
email: string;
|
|
78
|
+
id: string;
|
|
79
79
|
uploadedAvatar?: string | undefined;
|
|
80
80
|
firstname?: string | undefined;
|
|
81
81
|
lastname?: string | undefined;
|
|
@@ -102,8 +102,8 @@ declare const repositorySchema: z.ZodEffects<z.ZodObject<{
|
|
|
102
102
|
uploadedAvatar: z.ZodOptional<z.ZodString>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
authors: {
|
|
105
|
-
id: string;
|
|
106
105
|
email: string;
|
|
106
|
+
id: string;
|
|
107
107
|
uploadedAvatar?: string | undefined;
|
|
108
108
|
firstname?: string | undefined;
|
|
109
109
|
lastname?: string | undefined;
|
|
@@ -136,8 +136,8 @@ declare const repositorySchema: z.ZodEffects<z.ZodObject<{
|
|
|
136
136
|
};
|
|
137
137
|
uploadedAvatar?: string | undefined;
|
|
138
138
|
authors?: {
|
|
139
|
-
id: string;
|
|
140
139
|
email: string;
|
|
140
|
+
id: string;
|
|
141
141
|
uploadedAvatar?: string | undefined;
|
|
142
142
|
firstname?: string | undefined;
|
|
143
143
|
lastname?: string | undefined;
|
|
@@ -153,8 +153,8 @@ declare const repositorySchema: z.ZodEffects<z.ZodObject<{
|
|
|
153
153
|
simulatorUrl: string | undefined;
|
|
154
154
|
isSupportedFramework: boolean;
|
|
155
155
|
authors: {
|
|
156
|
-
id: string;
|
|
157
156
|
email: string;
|
|
157
|
+
id: string;
|
|
158
158
|
uploadedAvatar?: string | undefined;
|
|
159
159
|
firstname?: string | undefined;
|
|
160
160
|
lastname?: string | undefined;
|
|
@@ -185,8 +185,8 @@ declare const repositorySchema: z.ZodEffects<z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
uploadedAvatar?: string | undefined;
|
|
187
187
|
authors?: {
|
|
188
|
-
id: string;
|
|
189
188
|
email: string;
|
|
189
|
+
id: string;
|
|
190
190
|
uploadedAvatar?: string | undefined;
|
|
191
191
|
firstname?: string | undefined;
|
|
192
192
|
lastname?: string | undefined;
|
|
@@ -286,14 +286,14 @@ export declare const repositorySchemaV2: z.ZodObject<{
|
|
|
286
286
|
email: z.ZodString;
|
|
287
287
|
uploadedAvatar: z.ZodOptional<z.ZodString>;
|
|
288
288
|
}, "strip", z.ZodTypeAny, {
|
|
289
|
-
id: string;
|
|
290
289
|
email: string;
|
|
290
|
+
id: string;
|
|
291
291
|
uploadedAvatar?: string | undefined;
|
|
292
292
|
firstname?: string | undefined;
|
|
293
293
|
lastname?: string | undefined;
|
|
294
294
|
}, {
|
|
295
|
-
id: string;
|
|
296
295
|
email: string;
|
|
296
|
+
id: string;
|
|
297
297
|
uploadedAvatar?: string | undefined;
|
|
298
298
|
firstname?: string | undefined;
|
|
299
299
|
lastname?: string | undefined;
|
|
@@ -319,8 +319,8 @@ export declare const repositorySchemaV2: z.ZodObject<{
|
|
|
319
319
|
isDismissed: boolean;
|
|
320
320
|
};
|
|
321
321
|
users: {
|
|
322
|
-
id: string;
|
|
323
322
|
email: string;
|
|
323
|
+
id: string;
|
|
324
324
|
uploadedAvatar?: string | undefined;
|
|
325
325
|
firstname?: string | undefined;
|
|
326
326
|
lastname?: string | undefined;
|
|
@@ -346,8 +346,8 @@ export declare const repositorySchemaV2: z.ZodObject<{
|
|
|
346
346
|
} | undefined;
|
|
347
347
|
framework?: unknown;
|
|
348
348
|
users?: {
|
|
349
|
-
id: string;
|
|
350
349
|
email: string;
|
|
350
|
+
id: string;
|
|
351
351
|
uploadedAvatar?: string | undefined;
|
|
352
352
|
firstname?: string | undefined;
|
|
353
353
|
lastname?: string | undefined;
|