@superdoc-dev/sdk 1.16.0-next.46 → 1.16.0-next.48

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.
@@ -16761,6 +16761,7 @@ export interface DocTrackChangesDecideParams {
16761
16761
  textboxId: string;
16762
16762
  });
16763
16763
  moveRole?: "pair" | "source" | "destination";
16764
+ side?: "inserted" | "deleted";
16764
16765
  }) | ({
16765
16766
  kind: "range";
16766
16767
  range: {
@@ -16985,6 +16986,7 @@ export interface DocTrackChangesDecideParams {
16985
16986
  textboxId: string;
16986
16987
  });
16987
16988
  moveRole?: "pair" | "source" | "destination";
16989
+ side?: "inserted" | "deleted";
16988
16990
  }) | ({
16989
16991
  id: string;
16990
16992
  range: {
@@ -28263,6 +28265,17 @@ export type DocBlocksListResult = {
28263
28265
  numId?: number;
28264
28266
  level?: number;
28265
28267
  };
28268
+ numbering?: {
28269
+ marker?: string | null;
28270
+ path?: Array<number> | null;
28271
+ kind?: string | null;
28272
+ };
28273
+ indent?: {
28274
+ left?: number;
28275
+ right?: number;
28276
+ firstLine?: number;
28277
+ hanging?: number;
28278
+ };
28266
28279
  ref?: string;
28267
28280
  }>;
28268
28281
  revision: string;
@@ -80036,6 +80049,7 @@ export interface DocTrackChangesDecideBoundParams {
80036
80049
  textboxId: string;
80037
80050
  });
80038
80051
  moveRole?: "pair" | "source" | "destination";
80052
+ side?: "inserted" | "deleted";
80039
80053
  }) | ({
80040
80054
  kind: "range";
80041
80055
  range: {
@@ -80260,6 +80274,7 @@ export interface DocTrackChangesDecideBoundParams {
80260
80274
  textboxId: string;
80261
80275
  });
80262
80276
  moveRole?: "pair" | "source" | "destination";
80277
+ side?: "inserted" | "deleted";
80263
80278
  }) | ({
80264
80279
  id: string;
80265
80280
  range: {