egnyte-js-sdk 2.8.0 → 2.10.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.
- package/CHANGELOG.md +10 -0
- package/bower.json +1 -1
- package/dist/egnyte.js +245 -315
- package/dist/egnyte.min.js +3 -3
- package/dist/slim.js +190 -260
- package/dist/slim.min.js +3 -3
- package/dist/uintegrate.js +1 -1
- package/dist/uintegrate.min.js +1 -1
- package/forwarder/2.10/apiForwarder.html +15 -0
- package/forwarder/2.10/slim.js +2933 -0
- package/forwarder/2.10/slim.min.js +5 -0
- package/forwarder/2.9/apiForwarder.html +15 -0
- package/forwarder/2.9/slim.js +2925 -0
- package/forwarder/2.9/slim.min.js +5 -0
- package/package.json +1 -1
- package/src/docs/api.md +4 -4
- package/src/lib/api_elements/auth.js +2 -2
- package/src/lib/api_elements/decorators.js +9 -2
- package/src/lib/api_elements/reqengine.js +11 -9
- package/src/lib/api_elements/storageStreamsNode.js +4 -1
- package/test/conf/apiaccess.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
### 2.10.1
|
|
2
|
+
- fix crash on timer end non-existing response.
|
|
3
|
+
|
|
4
|
+
### 2.10.0
|
|
5
|
+
- add feature to set header "X-Egnyte-Request-Id"
|
|
6
|
+
|
|
7
|
+
### 2.9.0
|
|
8
|
+
- update documentation
|
|
9
|
+
- prevent upload retry when quota exceeded
|
|
10
|
+
|
|
1
11
|
### 2.8.0
|
|
2
12
|
- update request
|
|
3
13
|
- add new .lock() method signature
|