@appconda/sdk 1.0.646 → 1.0.647

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.
@@ -1602,6 +1602,7 @@ export declare const UpdateWikiPageSchema: z.ZodObject<{
1602
1602
  description: z.ZodOptional<z.ZodString>;
1603
1603
  parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1604
1604
  status: z.ZodOptional<z.ZodString>;
1605
+ fullPageWidth: z.ZodOptional<z.ZodBoolean>;
1605
1606
  }, z.core.$strip>;
1606
1607
  export declare const DeleteWikiPageSchema: z.ZodObject<{
1607
1608
  id: z.ZodString;