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.
- package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +97 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.File.html +80 -80
- package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +100 -100
- package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +60 -60
- package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +4 -4
- package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +12 -12
- package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +8 -8
- package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +12 -12
- package/Help/ClassReference/data/search.json +1 -1
- package/ITHitWebDAVClient.js +3 -3
- package/Plugins/ITHitEditDocumentOpener.deb +0 -0
- package/Plugins/ITHitEditDocumentOpener.msi +0 -0
- package/Plugins/ITHitEditDocumentOpener.pkg +0 -0
- package/Plugins/ITHitEditDocumentOpener.rpm +0 -0
- package/index.d.ts +7 -1
- package/index.js +1 -1
- package/package.json +1 -1
|
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
|
|
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
|
|
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
|
// -----------------------------------------------------------------------
|