@docsvision/webclient 6.1.12 → 6.1.13

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.
@@ -1340,9 +1340,14 @@ export declare namespace GenControllers {
1340
1340
  * Gets access token for r7documentserver.
1341
1341
  */
1342
1342
  getAccessToken(config: string, options?: RequestOptions): Promise<any>;
1343
+ /**
1344
+ * Gets server connection address
1345
+ */
1346
+ getServerAddress(options?: RequestOptions): Promise<string>;
1343
1347
  }
1344
1348
  class R7TokenActivationController extends ControllerBase implements IR7TokenActivationController {
1345
1349
  getAccessToken(config: string, options?: RequestOptions): Promise<any>;
1350
+ getServerAddress(options?: RequestOptions): Promise<string>;
1346
1351
  }
1347
1352
  }
1348
1353
  export declare type $R7TokenActivationController = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "6.1.12",
3
+ "version": "6.1.13",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -15,7 +15,7 @@
15
15
  "@types/systemjs": "^0.20.6",
16
16
  "@types/vis": "^4.21.8",
17
17
  "tslib": "^1.9.3",
18
- "typescript": "^3.2"
18
+ "typescript": "^6.0.3"
19
19
  },
20
20
  "keywords": [
21
21
  "typescript",