@nextblock-cms/cortex 0.12.12 → 0.12.13

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.
@@ -1667,7 +1667,7 @@ export declare function executeUpdateSectionColumnBlock(input: UpdateSectionColu
1667
1667
  parentBlockType: any;
1668
1668
  success: boolean;
1669
1669
  }>;
1670
- export declare function executeCreateCmsPage(input: CreateCmsPageInput, context?: ToolExecutionContext): Promise<{
1670
+ export declare function executeCreateCmsPage(input: z.input<typeof createCmsPageInputSchema>, context?: ToolExecutionContext): Promise<{
1671
1671
  confirmationPhrase: string;
1672
1672
  mutationExecuted: boolean;
1673
1673
  preview: Record<string, unknown>;
@@ -1820,7 +1820,7 @@ export declare function executeDeleteCmsItem(input: DeleteCmsItemInput, context?
1820
1820
  redirectPath: string;
1821
1821
  success: boolean;
1822
1822
  }>;
1823
- export declare function executeCmsActionPlan(input: ExecuteCmsActionPlanInput, context?: ToolExecutionContext): Promise<{
1823
+ export declare function executeCmsActionPlan(input: z.input<typeof executeCmsActionPlanInputSchema>, context?: ToolExecutionContext): Promise<{
1824
1824
  confirmationPhrase: string;
1825
1825
  mutationExecuted: boolean;
1826
1826
  preview: Record<string, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextblock-cms/cortex",
3
- "version": "0.12.12",
3
+ "version": "0.12.13",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@ai-sdk/openai-compatible": "^2.0.42",
30
- "@nextblock-cms/db": "^0.12.12",
31
- "@nextblock-cms/ecommerce": "npm:@nextblock-cms/ecom@^0.12.12",
32
- "@nextblock-cms/utils": "^0.12.12",
30
+ "@nextblock-cms/db": "^0.12.13",
31
+ "@nextblock-cms/ecommerce": "npm:@nextblock-cms/ecom@^0.12.13",
32
+ "@nextblock-cms/utils": "^0.12.13",
33
33
  "ai": "^6.0.170",
34
34
  "zod": "^4.3.6"
35
35
  },