cadviewer 9.39.2 → 9.40.1

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.
@@ -892,4 +892,5 @@ declare module 'cadviewer' {
892
892
  export function cvjs_setUnitForCalibrate(unit: string): void;
893
893
  export function cvjs_setTopMenuXMLDirect(f_div:string, xml_config_file:string): void;
894
894
  export function cvjs_setforeignObjectInRedlineText(flag: boolean): void;
895
+ export function cvjs_setPostFixServerToken(flag: boolean): void;
895
896
  }