cadviewer 7.7.11 → 7.8.14

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.
@@ -849,4 +849,5 @@ declare module 'cadviewer' {
849
849
  export function cvjs_setCADViewerSkin(skin: string): void;
850
850
  export function cvjs_setRelativeConversionFilesFolder(converterfilespath: string, converterfilesurlpath: string): void;
851
851
  export function cvjs_setZoomExtentsMode(mode: string): void;
852
+ export function cvjs_computeDynamicRedlineNamePath(): string;
852
853
  }