cadviewer 9.42.9 → 9.42.12

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.
@@ -895,4 +895,6 @@ declare module 'cadviewer' {
895
895
  export function cvjs_setPostFixServerToken(flag: boolean): void;
896
896
  export function cvjs_setforeignObjectSizeInRedlineText(redid: any, width: number, height: number): void;
897
897
  export function cvjs_styleRedline(redid: any, styleobject: any): void;
898
+ export function cvjs_replaceRedlineText(redid: any, mystring: string): void;
899
+ export function cvjs_getRedlineText(redid: any): string;
898
900
  }