webdav.client 5.21.5999 → 6.0.8730-beta

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.
Binary file
Binary file
Binary file
Binary file
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // -----------------------------------------------------------------------
2
- // IT Hit WebDAV Ajax Library v5.21.5999.0
2
+ // IT Hit WebDAV Ajax Library v6.0.8730.0
3
3
  // Copyright © 2020 IT Hit LTD. All rights reserved.
4
4
  // License: https://www.webdavsystem.com/ajax/
5
5
  // -----------------------------------------------------------------------
@@ -1627,6 +1627,12 @@ export namespace ITHit{
1627
1627
  * @return {Array.<string>} An array with file names of the protocol installer.
1628
1628
  */
1629
1629
  function GetProtocolInstallFileNames(): string[];
1630
+ /**
1631
+ * Gets Uri of the protocol installer depending on OS.
1632
+ * @api
1633
+ * @return {string} Uri of the protocol installer.
1634
+ */
1635
+ function GetProtocolInstallUri(): string;
1630
1636
  /**
1631
1637
  * Returns true if protocol application installer is supported for the OS on which this function is called, false - otherwise.
1632
1638
  * @api
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // -----------------------------------------------------------------------
2
- // IT Hit WebDAV Ajax Library v5.21.5999.0
2
+ // IT Hit WebDAV Ajax Library v6.0.8730.0
3
3
  // Copyright © 2020 IT Hit LTD. All rights reserved.
4
4
  // License: https://www.webdavsystem.com/ajax/
5
5
  // -----------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdav.client",
3
- "version": "5.21.5999",
3
+ "version": "6.0.8730-beta",
4
4
  "description": "WebDAV ajax library for opening documents from a web page and managing WebDAV servers.",
5
5
  "main": "index.js",
6
6
  "keywords": [