@appconda/sdk 1.0.643 → 1.0.645

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.
@@ -1640,6 +1640,7 @@ export declare const SetWikiPageUserStateSchema: z.ZodObject<{
1640
1640
  pageId: z.ZodString;
1641
1641
  isFavorite: z.ZodOptional<z.ZodBoolean>;
1642
1642
  isWatching: z.ZodOptional<z.ZodBoolean>;
1643
+ userId: z.ZodOptional<z.ZodString>;
1643
1644
  }, z.core.$strip>;
1644
1645
  export declare const UploadEditorFileSchema: z.ZodObject<{
1645
1646
  fileName: z.ZodString;