@superdoc-dev/sdk 1.6.0-next.4 → 1.6.0-next.6

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.
@@ -9246,6 +9246,7 @@ export interface DocOpenParams {
9246
9246
  url: string;
9247
9247
  documentId?: string;
9248
9248
  tokenEnv?: string;
9249
+ params?: Record<string, unknown>;
9249
9250
  syncTimeoutMs?: number;
9250
9251
  onMissing?: "seedFromDoc" | "blank" | "error";
9251
9252
  bootstrapSettlingMs?: number;