Skip to content

Merge pull request #117 from chatbotkit/changeset-release/main #72

Merge pull request #117 from chatbotkit/changeset-release/main

Merge pull request #117 from chatbotkit/changeset-release/main #72

Triggered via push June 22, 2026 15:10
Status Failure
Total duration 38s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"triggerIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"triggerIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 4 more ...; sessionDuration?: number | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"emailIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"emailIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 4 more ...; allowFrom?: string | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"notionIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"notionIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; datasetId?: string | undefined; token?: string | undefined; syncSchedule?: string | undefined; expi...'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"messengerIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"messengerIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 4 more ...; attachments?: boolean | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"whatsappIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"whatsappIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 6 more ...; allowFrom?: string | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"telegramIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"telegramIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 5 more ...; allowFrom?: string | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"discordIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"discordIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 7 more ...; allowFrom?: string | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"slackIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"slackIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 10 more ...; allowFrom?: string | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"sitemapIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"sitemapIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 6 more ...; expiresIn?: number | undefined; }>'.
Release
Type 'ZodObject<{ slug: ZodOptional<ZodString>; id: ZodOptional<ZodString>; } & { type: ZodLiteral<"widgetIntegration">; properties: ZodObject<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to type 'ResourceConfigSchemaFor<"widgetIntegration", { alias?: string | undefined; name?: string | undefined; description?: string | undefined; meta?: { [key: string]: unknown; } | undefined; blueprintId?: string | undefined; ... 28 more ...; poweredBy?: boolean | undefined; }>'.
Release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/