@tinacms/cli 0.0.0-f5b2d65-20241216014706 → 0.0.0-f6ffae4-20250213230656

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.
@@ -59,6 +59,7 @@ declare const forestryFieldWithoutField: z.ZodObject<{
59
59
  };
60
60
  }>>;
61
61
  }, "strip", z.ZodTypeAny, {
62
+ type?: "number" | "boolean" | "file" | "color" | "text" | "include" | "list" | "datetime" | "select" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks";
62
63
  default?: any;
63
64
  config?: {
64
65
  min?: number;
@@ -74,11 +75,11 @@ declare const forestryFieldWithoutField: z.ZodObject<{
74
75
  };
75
76
  };
76
77
  name?: string;
77
- type?: "number" | "boolean" | "text" | "file" | "include" | "color" | "list" | "datetime" | "select" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks";
78
78
  label?: string;
79
79
  template?: string;
80
80
  template_types?: string[];
81
81
  }, {
82
+ type?: "number" | "boolean" | "file" | "color" | "text" | "include" | "list" | "datetime" | "select" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks";
82
83
  default?: any;
83
84
  config?: {
84
85
  min?: number;
@@ -94,7 +95,6 @@ declare const forestryFieldWithoutField: z.ZodObject<{
94
95
  };
95
96
  };
96
97
  name?: string;
97
- type?: "number" | "boolean" | "text" | "file" | "include" | "color" | "list" | "datetime" | "select" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks";
98
98
  label?: string;
99
99
  template?: string;
100
100
  template_types?: string[];
@@ -149,10 +149,10 @@ export declare const parseSections: ({ val }: {
149
149
  val: unknown;
150
150
  }) => {
151
151
  sections?: {
152
- match?: string;
153
152
  exclude?: string;
154
- path?: string;
155
153
  type?: "heading" | "document" | "directory" | "jekyll-pages" | "jekyll-posts";
154
+ match?: string;
155
+ path?: string;
156
156
  templates?: string[];
157
157
  label?: string;
158
158
  create?: "none" | "all" | "documents";