@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.
- package/dist/index.d.ts +16 -16
- package/dist/index.js +519 -365
- 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.
|
|
4310
|
-
content: zod.ZodArray<zod.
|
|
4309
|
+
data: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
|
|
4310
|
+
content: zod.ZodArray<zod.ZodTypeAny, "many">;
|
|
4311
4311
|
}, "strip", zod.ZodTypeAny, {
|
|
4312
|
-
content:
|
|
4313
|
-
data:
|
|
4312
|
+
content: any[];
|
|
4313
|
+
data: {};
|
|
4314
4314
|
nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
|
|
4315
4315
|
}, {
|
|
4316
|
-
content:
|
|
4317
|
-
data:
|
|
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:
|
|
4531
|
-
data:
|
|
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.
|
|
4610
|
-
content: zod.ZodArray<zod.
|
|
4609
|
+
data: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
|
|
4610
|
+
content: zod.ZodArray<zod.ZodTypeAny, "many">;
|
|
4611
4611
|
}, "strip", zod.ZodTypeAny, {
|
|
4612
|
-
content:
|
|
4613
|
-
data:
|
|
4612
|
+
content: any[];
|
|
4613
|
+
data: {};
|
|
4614
4614
|
nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
|
|
4615
4615
|
}, {
|
|
4616
|
-
content:
|
|
4617
|
-
data:
|
|
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:
|
|
4831
|
-
data:
|
|
4830
|
+
content: any[];
|
|
4831
|
+
data: {};
|
|
4832
4832
|
nodeType: _contentful_rich_text_types.BLOCKS.DOCUMENT;
|
|
4833
4833
|
} | {
|
|
4834
4834
|
sys: {
|