@prismicio/types-internal 2.7.0 → 2.8.0

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.
@@ -116,7 +116,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
116
116
  value: t.UnionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
117
117
  __TYPE__: t.LiteralC<"ImageLink">;
118
118
  }>>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.ExactC<t.TypeC<{
119
- kind: t.Type<"image", "image", unknown>;
119
+ kind: t.StringC;
120
120
  id: t.StringC;
121
121
  url: t.StringC;
122
122
  height: t.StringC;
@@ -133,7 +133,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
133
133
  }>>]>]>, t.IntersectionC<[t.ExactC<t.TypeC<{
134
134
  __TYPE__: t.LiteralC<"FileLink">;
135
135
  }>>, t.UnionC<[t.IntersectionC<[t.ExactC<t.IntersectionC<[t.TypeC<{
136
- kind: t.Type<"file", "file", unknown>;
136
+ kind: t.StringC;
137
137
  id: t.StringC;
138
138
  url: t.StringC;
139
139
  name: t.StringC;
@@ -211,7 +211,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
211
211
  linkTo: t.UnionC<[t.Type<({
212
212
  __TYPE__: "ImageLink";
213
213
  } & {
214
- kind: "image";
214
+ kind: string;
215
215
  id: string;
216
216
  url: string;
217
217
  height: string;
@@ -223,7 +223,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
223
223
  }) | ({
224
224
  __TYPE__: "FileLink";
225
225
  } & {
226
- kind: "file";
226
+ kind: string;
227
227
  id: string;
228
228
  url: string;
229
229
  name: string;
@@ -247,7 +247,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
247
247
  }), ({
248
248
  __TYPE__: "ImageLink";
249
249
  } & {
250
- kind: "image";
250
+ kind: string;
251
251
  id: string;
252
252
  url: string;
253
253
  height: string;
@@ -259,7 +259,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
259
259
  }) | ({
260
260
  __TYPE__: "FileLink";
261
261
  } & {
262
- kind: "file";
262
+ kind: string;
263
263
  id: string;
264
264
  url: string;
265
265
  name: string;
@@ -318,7 +318,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
318
318
  data: ({
319
319
  __TYPE__: "ImageLink";
320
320
  } & {
321
- kind: "image";
321
+ kind: string;
322
322
  id: string;
323
323
  url: string;
324
324
  height: string;
@@ -330,7 +330,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
330
330
  }) | ({
331
331
  __TYPE__: "FileLink";
332
332
  } & {
333
- kind: "file";
333
+ kind: string;
334
334
  id: string;
335
335
  url: string;
336
336
  name: string;
@@ -368,7 +368,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
368
368
  data: ({
369
369
  __TYPE__: "ImageLink";
370
370
  } & {
371
- kind: "image";
371
+ kind: string;
372
372
  id: string;
373
373
  url: string;
374
374
  height: string;
@@ -380,7 +380,7 @@ export declare const SlicePrimaryContent: t.UnionC<[t.UnionC<[t.ExactC<t.TypeC<{
380
380
  }) | ({
381
381
  __TYPE__: "FileLink";
382
382
  } & {
383
- kind: "file";
383
+ kind: string;
384
384
  id: string;
385
385
  url: string;
386
386
  name: string;
@@ -543,7 +543,7 @@ export declare const SlicePrimaryLegacy: (ctx: LegacyContentCtx) => {
543
543
  value: ({
544
544
  __TYPE__: "ImageLink";
545
545
  } & (({
546
- kind: "image";
546
+ kind: string;
547
547
  id: string;
548
548
  url: string;
549
549
  height: string;
@@ -560,7 +560,7 @@ export declare const SlicePrimaryLegacy: (ctx: LegacyContentCtx) => {
560
560
  })) | ({
561
561
  __TYPE__: "FileLink";
562
562
  } & (({
563
- kind: "file";
563
+ kind: string;
564
564
  id: string;
565
565
  url: string;
566
566
  name: string;
@@ -636,7 +636,7 @@ export declare const SlicePrimaryLegacy: (ctx: LegacyContentCtx) => {
636
636
  linkTo?: ({
637
637
  __TYPE__: "ImageLink";
638
638
  } & {
639
- kind: "image";
639
+ kind: string;
640
640
  id: string;
641
641
  url: string;
642
642
  height: string;
@@ -648,7 +648,7 @@ export declare const SlicePrimaryLegacy: (ctx: LegacyContentCtx) => {
648
648
  }) | ({
649
649
  __TYPE__: "FileLink";
650
650
  } & {
651
- kind: "file";
651
+ kind: string;
652
652
  id: string;
653
653
  url: string;
654
654
  name: string;
@@ -707,7 +707,7 @@ export declare const SlicePrimaryLegacy: (ctx: LegacyContentCtx) => {
707
707
  data: ({
708
708
  __TYPE__: "ImageLink";
709
709
  } & {
710
- kind: "image";
710
+ kind: string;
711
711
  id: string;
712
712
  url: string;
713
713
  height: string;
@@ -719,7 +719,7 @@ export declare const SlicePrimaryLegacy: (ctx: LegacyContentCtx) => {
719
719
  }) | ({
720
720
  __TYPE__: "FileLink";
721
721
  } & {
722
- kind: "file";
722
+ kind: string;
723
723
  id: string;
724
724
  url: string;
725
725
  name: string;
@@ -881,7 +881,7 @@ export declare const isSlicePrimaryContent: (u: unknown) => u is {
881
881
  value: ({
882
882
  __TYPE__: "ImageLink";
883
883
  } & (({
884
- kind: "image";
884
+ kind: string;
885
885
  id: string;
886
886
  url: string;
887
887
  height: string;
@@ -898,7 +898,7 @@ export declare const isSlicePrimaryContent: (u: unknown) => u is {
898
898
  })) | ({
899
899
  __TYPE__: "FileLink";
900
900
  } & (({
901
- kind: "file";
901
+ kind: string;
902
902
  id: string;
903
903
  url: string;
904
904
  name: string;
@@ -974,7 +974,7 @@ export declare const isSlicePrimaryContent: (u: unknown) => u is {
974
974
  linkTo?: ({
975
975
  __TYPE__: "ImageLink";
976
976
  } & {
977
- kind: "image";
977
+ kind: string;
978
978
  id: string;
979
979
  url: string;
980
980
  height: string;
@@ -986,7 +986,7 @@ export declare const isSlicePrimaryContent: (u: unknown) => u is {
986
986
  }) | ({
987
987
  __TYPE__: "FileLink";
988
988
  } & {
989
- kind: "file";
989
+ kind: string;
990
990
  id: string;
991
991
  url: string;
992
992
  name: string;
@@ -1045,7 +1045,7 @@ export declare const isSlicePrimaryContent: (u: unknown) => u is {
1045
1045
  data: ({
1046
1046
  __TYPE__: "ImageLink";
1047
1047
  } & {
1048
- kind: "image";
1048
+ kind: string;
1049
1049
  id: string;
1050
1050
  url: string;
1051
1051
  height: string;
@@ -1057,7 +1057,7 @@ export declare const isSlicePrimaryContent: (u: unknown) => u is {
1057
1057
  }) | ({
1058
1058
  __TYPE__: "FileLink";
1059
1059
  } & {
1060
- kind: "file";
1060
+ kind: string;
1061
1061
  id: string;
1062
1062
  url: string;
1063
1063
  name: string;