@contentful/mcp-tools 0.2.6 → 0.3.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +16 -16
  2. package/dist/index.js +519 -365
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4306,15 +4306,15 @@ declare class ContentfulMcpTools {
4306
4306
  contentTypeId: zod.ZodString;
4307
4307
  fields: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodNumber, zod.ZodBoolean, zod.ZodObject<{
4308
4308
  nodeType: zod.ZodLiteral<_contentful_rich_text_types.BLOCKS.DOCUMENT>;
4309
- data: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4310
- content: zod.ZodArray<zod.ZodType<unknown, zod.ZodTypeDef, unknown>, "many">;
4309
+ data: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
4310
+ content: zod.ZodArray<zod.ZodTypeAny, "many">;
4311
4311
  }, "strip", zod.ZodTypeAny, {
4312
- content: unknown[];
4313
- data: Record<string, any>;
4312
+ content: any[];
4313
+ data: {};
4314
4314
  nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4315
4315
  }, {
4316
- content: unknown[];
4317
- data: Record<string, any>;
4316
+ content: any[];
4317
+ data: {};
4318
4318
  nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4319
4319
  }>, zod.ZodObject<{
4320
4320
  sys: zod.ZodObject<{
@@ -4527,8 +4527,8 @@ declare class ContentfulMcpTools {
4527
4527
  spaceId: string;
4528
4528
  environmentId: string;
4529
4529
  fields: Record<string, Record<string, string[] | {
4530
- content: unknown[];
4531
- data: Record<string, any>;
4530
+ content: any[];
4531
+ data: {};
4532
4532
  nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4533
4533
  } | {
4534
4534
  sys: {
@@ -4606,15 +4606,15 @@ declare class ContentfulMcpTools {
4606
4606
  entryId: zod.ZodString;
4607
4607
  fields: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodUnion<[zod.ZodString, zod.ZodNumber, zod.ZodBoolean, zod.ZodObject<{
4608
4608
  nodeType: zod.ZodLiteral<_contentful_rich_text_types.BLOCKS.DOCUMENT>;
4609
- data: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4610
- content: zod.ZodArray<zod.ZodType<unknown, zod.ZodTypeDef, unknown>, "many">;
4609
+ data: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
4610
+ content: zod.ZodArray<zod.ZodTypeAny, "many">;
4611
4611
  }, "strip", zod.ZodTypeAny, {
4612
- content: unknown[];
4613
- data: Record<string, any>;
4612
+ content: any[];
4613
+ data: {};
4614
4614
  nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4615
4615
  }, {
4616
- content: unknown[];
4617
- data: Record<string, any>;
4616
+ content: any[];
4617
+ data: {};
4618
4618
  nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4619
4619
  }>, zod.ZodObject<{
4620
4620
  sys: zod.ZodObject<{
@@ -4827,8 +4827,8 @@ declare class ContentfulMcpTools {
4827
4827
  spaceId: string;
4828
4828
  environmentId: string;
4829
4829
  fields: Record<string, Record<string, string[] | {
4830
- content: unknown[];
4831
- data: Record<string, any>;
4830
+ content: any[];
4831
+ data: {};
4832
4832
  nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
4833
4833
  } | {
4834
4834
  sys: {