@prismicio/types-internal 4.0.0-pr.6.4706271 → 4.0.0-pr.6.6ce647d

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.
@@ -19,16 +19,16 @@ declare const FieldModelTypeSchema: z.ZodMiniEnum<{
19
19
  Boolean: "Boolean";
20
20
  Embed: "Embed";
21
21
  GeoPoint: "GeoPoint";
22
+ Image: "Image";
23
+ IntegrationFields: "IntegrationFields";
22
24
  StructuredText: "StructuredText";
23
25
  Separator: "Separator";
24
26
  Table: "Table";
25
- "Repeatable.Link": "Repeatable.Link";
26
- Image: "Image";
27
- IntegrationFields: "IntegrationFields";
28
- UID: "UID";
29
27
  Group: "Group";
28
+ UID: "UID";
30
29
  Slices: "Slices";
31
30
  Choice: "Choice";
31
+ "Repeatable.Link": "Repeatable.Link";
32
32
  }>;
33
33
  type FieldModelType = z.infer<typeof FieldModelTypeSchema>;
34
34
  declare const FieldOrSliceTypeSchema: z.ZodMiniUnion<readonly [z.ZodMiniEnum<{
@@ -43,16 +43,16 @@ declare const FieldOrSliceTypeSchema: z.ZodMiniUnion<readonly [z.ZodMiniEnum<{
43
43
  Boolean: "Boolean";
44
44
  Embed: "Embed";
45
45
  GeoPoint: "GeoPoint";
46
+ Image: "Image";
47
+ IntegrationFields: "IntegrationFields";
46
48
  StructuredText: "StructuredText";
47
49
  Separator: "Separator";
48
50
  Table: "Table";
49
- "Repeatable.Link": "Repeatable.Link";
50
- Image: "Image";
51
- IntegrationFields: "IntegrationFields";
52
- UID: "UID";
53
51
  Group: "Group";
52
+ UID: "UID";
54
53
  Slices: "Slices";
55
54
  Choice: "Choice";
55
+ "Repeatable.Link": "Repeatable.Link";
56
56
  }>, z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"Slice">, z.ZodMiniLiteral<"SharedSlice">]>]>;
57
57
  type FieldOrSliceType = z.infer<typeof FieldOrSliceTypeSchema>;
58
58
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismicio/types-internal",
3
- "version": "4.0.0-pr.6.4706271",
3
+ "version": "4.0.0-pr.6.6ce647d",
4
4
  "description": "TypeScript types and runtime parsers for Prismic data",
5
5
  "keywords": [
6
6
  "prismic",