@keystrokehq/storyblok 0.1.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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/fetch-content-type-items-graphql.cjs +34 -0
- package/dist/actions/fetch-content-type-items-graphql.cjs.map +1 -0
- package/dist/actions/fetch-content-type-items-graphql.d.cts +9 -0
- package/dist/actions/fetch-content-type-items-graphql.d.cts.map +1 -0
- package/dist/actions/fetch-content-type-items-graphql.d.mts +9 -0
- package/dist/actions/fetch-content-type-items-graphql.d.mts.map +1 -0
- package/dist/actions/fetch-content-type-items-graphql.mjs +33 -0
- package/dist/actions/fetch-content-type-items-graphql.mjs.map +1 -0
- package/dist/actions/fetch-graphql-content-item.cjs +34 -0
- package/dist/actions/fetch-graphql-content-item.cjs.map +1 -0
- package/dist/actions/fetch-graphql-content-item.d.cts +9 -0
- package/dist/actions/fetch-graphql-content-item.d.cts.map +1 -0
- package/dist/actions/fetch-graphql-content-item.d.mts +9 -0
- package/dist/actions/fetch-graphql-content-item.d.mts.map +1 -0
- package/dist/actions/fetch-graphql-content-item.mjs +33 -0
- package/dist/actions/fetch-graphql-content-item.mjs.map +1 -0
- package/dist/actions/get-app.cjs +42 -0
- package/dist/actions/get-app.cjs.map +1 -0
- package/dist/actions/get-app.d.cts +9 -0
- package/dist/actions/get-app.d.cts.map +1 -0
- package/dist/actions/get-app.d.mts +9 -0
- package/dist/actions/get-app.d.mts.map +1 -0
- package/dist/actions/get-app.mjs +41 -0
- package/dist/actions/get-app.mjs.map +1 -0
- package/dist/actions/get-datasource-entries.cjs +31 -0
- package/dist/actions/get-datasource-entries.cjs.map +1 -0
- package/dist/actions/get-datasource-entries.d.cts +9 -0
- package/dist/actions/get-datasource-entries.d.cts.map +1 -0
- package/dist/actions/get-datasource-entries.d.mts +9 -0
- package/dist/actions/get-datasource-entries.d.mts.map +1 -0
- package/dist/actions/get-datasource-entries.mjs +30 -0
- package/dist/actions/get-datasource-entries.mjs.map +1 -0
- package/dist/actions/get-graphql-rate-limit.cjs +18 -0
- package/dist/actions/get-graphql-rate-limit.cjs.map +1 -0
- package/dist/actions/get-graphql-rate-limit.d.cts +9 -0
- package/dist/actions/get-graphql-rate-limit.d.cts.map +1 -0
- package/dist/actions/get-graphql-rate-limit.d.mts +9 -0
- package/dist/actions/get-graphql-rate-limit.d.mts.map +1 -0
- package/dist/actions/get-graphql-rate-limit.mjs +17 -0
- package/dist/actions/get-graphql-rate-limit.mjs.map +1 -0
- package/dist/actions/get-page-item.cjs +23 -0
- package/dist/actions/get-page-item.cjs.map +1 -0
- package/dist/actions/get-page-item.d.cts +9 -0
- package/dist/actions/get-page-item.d.cts.map +1 -0
- package/dist/actions/get-page-item.d.mts +9 -0
- package/dist/actions/get-page-item.d.mts.map +1 -0
- package/dist/actions/get-page-item.mjs +20 -0
- package/dist/actions/get-page-item.mjs.map +1 -0
- package/dist/actions/index.cjs +21 -0
- package/dist/actions/index.d.cts +11 -0
- package/dist/actions/index.d.mts +11 -0
- package/dist/actions/index.mjs +11 -0
- package/dist/actions/list-graphql-content-type-items.cjs +22 -0
- package/dist/actions/list-graphql-content-type-items.cjs.map +1 -0
- package/dist/actions/list-graphql-content-type-items.d.cts +9 -0
- package/dist/actions/list-graphql-content-type-items.d.cts.map +1 -0
- package/dist/actions/list-graphql-content-type-items.d.mts +9 -0
- package/dist/actions/list-graphql-content-type-items.d.mts.map +1 -0
- package/dist/actions/list-graphql-content-type-items.mjs +19 -0
- package/dist/actions/list-graphql-content-type-items.mjs.map +1 -0
- package/dist/actions/query-page-items.cjs +33 -0
- package/dist/actions/query-page-items.cjs.map +1 -0
- package/dist/actions/query-page-items.d.cts +9 -0
- package/dist/actions/query-page-items.d.cts.map +1 -0
- package/dist/actions/query-page-items.d.mts +9 -0
- package/dist/actions/query-page-items.d.mts.map +1 -0
- package/dist/actions/query-page-items.mjs +32 -0
- package/dist/actions/query-page-items.mjs.map +1 -0
- package/dist/actions/retrieve-links-graphql.cjs +25 -0
- package/dist/actions/retrieve-links-graphql.cjs.map +1 -0
- package/dist/actions/retrieve-links-graphql.d.cts +9 -0
- package/dist/actions/retrieve-links-graphql.d.cts.map +1 -0
- package/dist/actions/retrieve-links-graphql.d.mts +9 -0
- package/dist/actions/retrieve-links-graphql.d.mts.map +1 -0
- package/dist/actions/retrieve-links-graphql.mjs +24 -0
- package/dist/actions/retrieve-links-graphql.mjs.map +1 -0
- package/dist/actions/retrieve-tags.cjs +19 -0
- package/dist/actions/retrieve-tags.cjs.map +1 -0
- package/dist/actions/retrieve-tags.d.cts +9 -0
- package/dist/actions/retrieve-tags.d.cts.map +1 -0
- package/dist/actions/retrieve-tags.d.mts +9 -0
- package/dist/actions/retrieve-tags.d.mts.map +1 -0
- package/dist/actions/retrieve-tags.mjs +18 -0
- package/dist/actions/retrieve-tags.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +26 -0
- package/dist/index.d.cts +13 -0
- package/dist/index.d.mts +13 -0
- package/dist/index.mjs +14 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-links-graphql.mjs","names":[],"sources":["../../src/actions/retrieve-links-graphql.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StoryblokRetrieveLinksGraphqlInput: z.ZodTypeAny = z.object({\n query: z.string().default(\"query { Links { items { id uuid slug name published } } }\").describe(\"GraphQL query string to retrieve links. Default query fetches all standard link fields (id, uuid, slug, name, published).\").optional(),\n}).describe(\"Request parameters for retrieving links via GraphQL query.\");\nconst StoryblokRetrieveLinksGraphql_LinkItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique numeric identifier for the link entry\").nullable().optional(),\n name: z.string().describe(\"Display name or title of the link\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly slug of the link (e.g., 'about-us', 'contact')\").nullable().optional(),\n uuid: z.string().describe(\"Universal unique identifier (UUID) for the link\").nullable().optional(),\n published: z.boolean().describe(\"Publication status - true if the link is published and visible, false otherwise\").nullable().optional(),\n}).describe(\"Individual link entry in the navigation structure.\");\nconst StoryblokRetrieveLinksGraphql_LinksDataSchema: z.ZodTypeAny = z.object({\n items: z.array(StoryblokRetrieveLinksGraphql_LinkItemSchema).describe(\"Array of link entries available for navigation\").nullable().optional(),\n}).describe(\"Links collection wrapper.\");\nconst StoryblokRetrieveLinksGraphql_LinksQueryDataSchema: z.ZodTypeAny = z.object({\n Links: StoryblokRetrieveLinksGraphql_LinksDataSchema.nullable().optional(),\n}).describe(\"Top-level Links query result.\");\nexport const StoryblokRetrieveLinksGraphqlOutput: z.ZodTypeAny = z.object({\n data: StoryblokRetrieveLinksGraphql_LinksQueryDataSchema.nullable().optional(),\n}).describe(\"Response containing links data from GraphQL API.\");\n\nexport const storyblokRetrieveLinksGraphql = action(\"STORYBLOK_RETRIEVE_LINKS_GRAPHQL\", {\n slug: \"storyblok-retrieve-links-graphql\",\n name: \"Retrieve Links via GraphQL\",\n description: \"Tool to retrieve links for navigation using Storyblok's GraphQL API. Use when you need to fetch navigation links with their metadata (id, uuid, slug, name, published status).\",\n input: StoryblokRetrieveLinksGraphqlInput,\n output: StoryblokRetrieveLinksGraphqlOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,EACvE,OAAO,EAAE,OAAO,CAAC,CAAC,QAAQ,2DAA2D,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,EACxO,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzI,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,gDAA8D,EAAE,OAAO,EAC3E,OAAO,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9I,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAM,qDAAmE,EAAE,OAAO,EAChF,OAAO,8CAA8C,SAAS,CAAC,CAAC,SAAS,EAC3E,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAK3C,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,MAAM,mDAAmD,SAAS,CAAC,CAAC,SAAS,EAC/E,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-tags.ts
|
|
4
|
+
const StoryblokRetrieveTagsInput = zod.z.object({ query: zod.z.string().default("{ Tags { items { name } } }").describe("GraphQL query to retrieve tags. Use the default query to fetch all tag names, or customize to fetch additional tag fields.").optional() });
|
|
5
|
+
const StoryblokRetrieveTags_TagItemSchema = zod.z.object({ name: zod.z.string().describe("The tag name.").nullable().optional() }).describe("Individual tag item.");
|
|
6
|
+
const StoryblokRetrieveTags_TagsDataSchema = zod.z.object({ items: zod.z.array(StoryblokRetrieveTags_TagItemSchema).describe("Array of tag items.").nullable().optional() }).describe("Tags collection.");
|
|
7
|
+
const StoryblokRetrieveTags_GraphQLDataSchema = zod.z.object({ Tags: StoryblokRetrieveTags_TagsDataSchema.nullable().optional() }).describe("GraphQL data wrapper.");
|
|
8
|
+
const StoryblokRetrieveTagsOutput = zod.z.object({ data: StoryblokRetrieveTags_GraphQLDataSchema.nullable().optional() }).describe("GraphQL response for Tags query.");
|
|
9
|
+
const storyblokRetrieveTags = require_action.action("STORYBLOK_RETRIEVE_TAGS", {
|
|
10
|
+
slug: "storyblok-retrieve-tags",
|
|
11
|
+
name: "Retrieve Tags via GraphQL",
|
|
12
|
+
description: "Tool to retrieve tags from Storyblok via GraphQL API. Use when you need to fetch available tags for content organization and filtering.",
|
|
13
|
+
input: StoryblokRetrieveTagsInput,
|
|
14
|
+
output: StoryblokRetrieveTagsOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.storyblokRetrieveTags = storyblokRetrieveTags;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=retrieve-tags.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-tags.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StoryblokRetrieveTagsInput: z.ZodTypeAny = z.object({\n query: z.string().default(\"{ Tags { items { name } } }\").describe(\"GraphQL query to retrieve tags. Use the default query to fetch all tag names, or customize to fetch additional tag fields.\").optional(),\n});\nconst StoryblokRetrieveTags_TagItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The tag name.\").nullable().optional(),\n}).describe(\"Individual tag item.\");\nconst StoryblokRetrieveTags_TagsDataSchema: z.ZodTypeAny = z.object({\n items: z.array(StoryblokRetrieveTags_TagItemSchema).describe(\"Array of tag items.\").nullable().optional(),\n}).describe(\"Tags collection.\");\nconst StoryblokRetrieveTags_GraphQLDataSchema: z.ZodTypeAny = z.object({\n Tags: StoryblokRetrieveTags_TagsDataSchema.nullable().optional(),\n}).describe(\"GraphQL data wrapper.\");\nexport const StoryblokRetrieveTagsOutput: z.ZodTypeAny = z.object({\n data: StoryblokRetrieveTags_GraphQLDataSchema.nullable().optional(),\n}).describe(\"GraphQL response for Tags query.\");\n\nexport const storyblokRetrieveTags = action(\"STORYBLOK_RETRIEVE_TAGS\", {\n slug: \"storyblok-retrieve-tags\",\n name: \"Retrieve Tags via GraphQL\",\n description: \"Tool to retrieve tags from Storyblok via GraphQL API. Use when you need to fetch available tags for content organization and filtering.\",\n input: StoryblokRetrieveTagsInput,\n output: StoryblokRetrieveTagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,6BAA6B,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS,EAC3M,CAAC;AACD,MAAM,sCAAoDA,IAAAA,EAAE,OAAO,EACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAClC,MAAM,uCAAqDA,IAAAA,EAAE,OAAO,EAClE,OAAOA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1G,CAAC,CAAC,CAAC,SAAS,kBAAkB;AAC9B,MAAM,0CAAwDA,IAAAA,EAAE,OAAO,EACrE,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,uBAAuB;AACnC,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,MAAM,wCAAwC,SAAS,CAAC,CAAC,SAAS,EACpE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAE9C,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-tags.d.ts
|
|
4
|
+
declare const StoryblokRetrieveTagsInput: z.ZodTypeAny;
|
|
5
|
+
declare const StoryblokRetrieveTagsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const storyblokRetrieveTags: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { storyblokRetrieveTags };
|
|
9
|
+
//# sourceMappingURL=retrieve-tags.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-tags.d.cts","names":[],"sources":["../../src/actions/retrieve-tags.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAUW,2BAAA,EAA6B,CAAA,CAAE,UAEG;AAAA,cAElC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-tags.d.ts
|
|
4
|
+
declare const StoryblokRetrieveTagsInput: z.ZodTypeAny;
|
|
5
|
+
declare const StoryblokRetrieveTagsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const storyblokRetrieveTags: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { storyblokRetrieveTags };
|
|
9
|
+
//# sourceMappingURL=retrieve-tags.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-tags.d.mts","names":[],"sources":["../../src/actions/retrieve-tags.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAUW,2BAAA,EAA6B,CAAA,CAAE,UAEG;AAAA,cAElC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-tags.ts
|
|
4
|
+
const StoryblokRetrieveTagsInput = z.object({ query: z.string().default("{ Tags { items { name } } }").describe("GraphQL query to retrieve tags. Use the default query to fetch all tag names, or customize to fetch additional tag fields.").optional() });
|
|
5
|
+
const StoryblokRetrieveTags_TagItemSchema = z.object({ name: z.string().describe("The tag name.").nullable().optional() }).describe("Individual tag item.");
|
|
6
|
+
const StoryblokRetrieveTags_TagsDataSchema = z.object({ items: z.array(StoryblokRetrieveTags_TagItemSchema).describe("Array of tag items.").nullable().optional() }).describe("Tags collection.");
|
|
7
|
+
const StoryblokRetrieveTags_GraphQLDataSchema = z.object({ Tags: StoryblokRetrieveTags_TagsDataSchema.nullable().optional() }).describe("GraphQL data wrapper.");
|
|
8
|
+
const storyblokRetrieveTags = action("STORYBLOK_RETRIEVE_TAGS", {
|
|
9
|
+
slug: "storyblok-retrieve-tags",
|
|
10
|
+
name: "Retrieve Tags via GraphQL",
|
|
11
|
+
description: "Tool to retrieve tags from Storyblok via GraphQL API. Use when you need to fetch available tags for content organization and filtering.",
|
|
12
|
+
input: StoryblokRetrieveTagsInput,
|
|
13
|
+
output: z.object({ data: StoryblokRetrieveTags_GraphQLDataSchema.nullable().optional() }).describe("GraphQL response for Tags query.")
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { storyblokRetrieveTags };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=retrieve-tags.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-tags.mjs","names":[],"sources":["../../src/actions/retrieve-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StoryblokRetrieveTagsInput: z.ZodTypeAny = z.object({\n query: z.string().default(\"{ Tags { items { name } } }\").describe(\"GraphQL query to retrieve tags. Use the default query to fetch all tag names, or customize to fetch additional tag fields.\").optional(),\n});\nconst StoryblokRetrieveTags_TagItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The tag name.\").nullable().optional(),\n}).describe(\"Individual tag item.\");\nconst StoryblokRetrieveTags_TagsDataSchema: z.ZodTypeAny = z.object({\n items: z.array(StoryblokRetrieveTags_TagItemSchema).describe(\"Array of tag items.\").nullable().optional(),\n}).describe(\"Tags collection.\");\nconst StoryblokRetrieveTags_GraphQLDataSchema: z.ZodTypeAny = z.object({\n Tags: StoryblokRetrieveTags_TagsDataSchema.nullable().optional(),\n}).describe(\"GraphQL data wrapper.\");\nexport const StoryblokRetrieveTagsOutput: z.ZodTypeAny = z.object({\n data: StoryblokRetrieveTags_GraphQLDataSchema.nullable().optional(),\n}).describe(\"GraphQL response for Tags query.\");\n\nexport const storyblokRetrieveTags = action(\"STORYBLOK_RETRIEVE_TAGS\", {\n slug: \"storyblok-retrieve-tags\",\n name: \"Retrieve Tags via GraphQL\",\n description: \"Tool to retrieve tags from Storyblok via GraphQL API. Use when you need to fetch available tags for content organization and filtering.\",\n input: StoryblokRetrieveTagsInput,\n output: StoryblokRetrieveTagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,QAAQ,6BAA6B,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS,EAC3M,CAAC;AACD,MAAM,sCAAoD,EAAE,OAAO,EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAClC,MAAM,uCAAqD,EAAE,OAAO,EAClE,OAAO,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1G,CAAC,CAAC,CAAC,SAAS,kBAAkB;AAC9B,MAAM,0CAAwD,EAAE,OAAO,EACrE,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,uBAAuB;AAKnC,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,MAAM,wCAAwC,SAAS,CAAC,CAAC,SAAS,EACpE,CAAC,CAAC,CAAC,SAAS,kCAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const storyblok = defineApp({\n slug: \"storyblok\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const storyblok = defineApp({\n slug: \"storyblok\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const storyblokCatalog = {
|
|
4
|
+
"slug": "storyblok",
|
|
5
|
+
"name": "Storyblok",
|
|
6
|
+
"description": "Headless CMS with visual editor for content management and delivery across multiple platforms",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/storyblok",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.storyblokCatalog = storyblokCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const storyblokCatalog = {\n \"slug\": \"storyblok\",\n \"name\": \"Storyblok\",\n \"description\": \"Headless CMS with visual editor for content management and delivery across multiple platforms\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/storyblok\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const storyblokCatalog: {
|
|
4
|
+
readonly slug: "storyblok";
|
|
5
|
+
readonly name: "Storyblok";
|
|
6
|
+
readonly description: "Headless CMS with visual editor for content management and delivery across multiple platforms";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/storyblok";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { storyblokCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const storyblokCatalog: {
|
|
4
|
+
readonly slug: "storyblok";
|
|
5
|
+
readonly name: "Storyblok";
|
|
6
|
+
readonly description: "Headless CMS with visual editor for content management and delivery across multiple platforms";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/storyblok";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { storyblokCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const storyblokCatalog = {
|
|
4
|
+
"slug": "storyblok",
|
|
5
|
+
"name": "Storyblok",
|
|
6
|
+
"description": "Headless CMS with visual editor for content management and delivery across multiple platforms",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/storyblok",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { storyblokCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const storyblokCatalog = {\n \"slug\": \"storyblok\",\n \"name\": \"Storyblok\",\n \"description\": \"Headless CMS with visual editor for content management and delivery across multiple platforms\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/storyblok\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "storyblok";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeStoryblokTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeStoryblokTool = executeStoryblokTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"storyblok\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeStoryblokTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "storyblok";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeStoryblokTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeStoryblokTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"storyblok\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeStoryblokTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_fetch_content_type_items_graphql = require("./actions/fetch-content-type-items-graphql.cjs");
|
|
5
|
+
const require_fetch_graphql_content_item = require("./actions/fetch-graphql-content-item.cjs");
|
|
6
|
+
const require_get_app = require("./actions/get-app.cjs");
|
|
7
|
+
const require_get_datasource_entries = require("./actions/get-datasource-entries.cjs");
|
|
8
|
+
const require_get_graphql_rate_limit = require("./actions/get-graphql-rate-limit.cjs");
|
|
9
|
+
const require_get_page_item = require("./actions/get-page-item.cjs");
|
|
10
|
+
const require_list_graphql_content_type_items = require("./actions/list-graphql-content-type-items.cjs");
|
|
11
|
+
const require_query_page_items = require("./actions/query-page-items.cjs");
|
|
12
|
+
const require_retrieve_links_graphql = require("./actions/retrieve-links-graphql.cjs");
|
|
13
|
+
const require_retrieve_tags = require("./actions/retrieve-tags.cjs");
|
|
14
|
+
require("./actions/index.cjs");
|
|
15
|
+
exports.storyblok = require_app.storyblok;
|
|
16
|
+
exports.storyblokCatalog = require_catalog.storyblokCatalog;
|
|
17
|
+
exports.storyblokFetchContentTypeItemsGraphql = require_fetch_content_type_items_graphql.storyblokFetchContentTypeItemsGraphql;
|
|
18
|
+
exports.storyblokFetchGraphqlContentItem = require_fetch_graphql_content_item.storyblokFetchGraphqlContentItem;
|
|
19
|
+
exports.storyblokGetApp = require_get_app.storyblokGetApp;
|
|
20
|
+
exports.storyblokGetDatasourceEntries = require_get_datasource_entries.storyblokGetDatasourceEntries;
|
|
21
|
+
exports.storyblokGetGraphqlRateLimit = require_get_graphql_rate_limit.storyblokGetGraphqlRateLimit;
|
|
22
|
+
exports.storyblokGetPageItem = require_get_page_item.storyblokGetPageItem;
|
|
23
|
+
exports.storyblokListGraphqlContentTypeItems = require_list_graphql_content_type_items.storyblokListGraphqlContentTypeItems;
|
|
24
|
+
exports.storyblokQueryPageItems = require_query_page_items.storyblokQueryPageItems;
|
|
25
|
+
exports.storyblokRetrieveLinksGraphql = require_retrieve_links_graphql.storyblokRetrieveLinksGraphql;
|
|
26
|
+
exports.storyblokRetrieveTags = require_retrieve_tags.storyblokRetrieveTags;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { storyblokFetchContentTypeItemsGraphql } from "./actions/fetch-content-type-items-graphql.cjs";
|
|
2
|
+
import { storyblokFetchGraphqlContentItem } from "./actions/fetch-graphql-content-item.cjs";
|
|
3
|
+
import { storyblokGetApp } from "./actions/get-app.cjs";
|
|
4
|
+
import { storyblokGetDatasourceEntries } from "./actions/get-datasource-entries.cjs";
|
|
5
|
+
import { storyblokGetGraphqlRateLimit } from "./actions/get-graphql-rate-limit.cjs";
|
|
6
|
+
import { storyblokGetPageItem } from "./actions/get-page-item.cjs";
|
|
7
|
+
import { storyblokListGraphqlContentTypeItems } from "./actions/list-graphql-content-type-items.cjs";
|
|
8
|
+
import { storyblokQueryPageItems } from "./actions/query-page-items.cjs";
|
|
9
|
+
import { storyblokRetrieveLinksGraphql } from "./actions/retrieve-links-graphql.cjs";
|
|
10
|
+
import { storyblokRetrieveTags } from "./actions/retrieve-tags.cjs";
|
|
11
|
+
import { storyblok } from "./app.cjs";
|
|
12
|
+
import { storyblokCatalog } from "./catalog.cjs";
|
|
13
|
+
export { storyblok, storyblokCatalog, storyblokFetchContentTypeItemsGraphql, storyblokFetchGraphqlContentItem, storyblokGetApp, storyblokGetDatasourceEntries, storyblokGetGraphqlRateLimit, storyblokGetPageItem, storyblokListGraphqlContentTypeItems, storyblokQueryPageItems, storyblokRetrieveLinksGraphql, storyblokRetrieveTags };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { storyblokFetchContentTypeItemsGraphql } from "./actions/fetch-content-type-items-graphql.mjs";
|
|
2
|
+
import { storyblokFetchGraphqlContentItem } from "./actions/fetch-graphql-content-item.mjs";
|
|
3
|
+
import { storyblokGetApp } from "./actions/get-app.mjs";
|
|
4
|
+
import { storyblokGetDatasourceEntries } from "./actions/get-datasource-entries.mjs";
|
|
5
|
+
import { storyblokGetGraphqlRateLimit } from "./actions/get-graphql-rate-limit.mjs";
|
|
6
|
+
import { storyblokGetPageItem } from "./actions/get-page-item.mjs";
|
|
7
|
+
import { storyblokListGraphqlContentTypeItems } from "./actions/list-graphql-content-type-items.mjs";
|
|
8
|
+
import { storyblokQueryPageItems } from "./actions/query-page-items.mjs";
|
|
9
|
+
import { storyblokRetrieveLinksGraphql } from "./actions/retrieve-links-graphql.mjs";
|
|
10
|
+
import { storyblokRetrieveTags } from "./actions/retrieve-tags.mjs";
|
|
11
|
+
import { storyblok } from "./app.mjs";
|
|
12
|
+
import { storyblokCatalog } from "./catalog.mjs";
|
|
13
|
+
export { storyblok, storyblokCatalog, storyblokFetchContentTypeItemsGraphql, storyblokFetchGraphqlContentItem, storyblokGetApp, storyblokGetDatasourceEntries, storyblokGetGraphqlRateLimit, storyblokGetPageItem, storyblokListGraphqlContentTypeItems, storyblokQueryPageItems, storyblokRetrieveLinksGraphql, storyblokRetrieveTags };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { storyblok } from "./app.mjs";
|
|
2
|
+
import { storyblokCatalog } from "./catalog.mjs";
|
|
3
|
+
import { storyblokFetchContentTypeItemsGraphql } from "./actions/fetch-content-type-items-graphql.mjs";
|
|
4
|
+
import { storyblokFetchGraphqlContentItem } from "./actions/fetch-graphql-content-item.mjs";
|
|
5
|
+
import { storyblokGetApp } from "./actions/get-app.mjs";
|
|
6
|
+
import { storyblokGetDatasourceEntries } from "./actions/get-datasource-entries.mjs";
|
|
7
|
+
import { storyblokGetGraphqlRateLimit } from "./actions/get-graphql-rate-limit.mjs";
|
|
8
|
+
import { storyblokGetPageItem } from "./actions/get-page-item.mjs";
|
|
9
|
+
import { storyblokListGraphqlContentTypeItems } from "./actions/list-graphql-content-type-items.mjs";
|
|
10
|
+
import { storyblokQueryPageItems } from "./actions/query-page-items.mjs";
|
|
11
|
+
import { storyblokRetrieveLinksGraphql } from "./actions/retrieve-links-graphql.mjs";
|
|
12
|
+
import { storyblokRetrieveTags } from "./actions/retrieve-tags.mjs";
|
|
13
|
+
import "./actions/index.mjs";
|
|
14
|
+
export { storyblok, storyblokCatalog, storyblokFetchContentTypeItemsGraphql, storyblokFetchGraphqlContentItem, storyblokGetApp, storyblokGetDatasourceEntries, storyblokGetGraphqlRateLimit, storyblokGetPageItem, storyblokListGraphqlContentTypeItems, storyblokQueryPageItems, storyblokRetrieveLinksGraphql, storyblokRetrieveTags };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/storyblok",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/storyblok"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|