Skip to content

Commit f761bf2

Browse files
[Bot] push changes from Files.com
1 parent cef0bf6 commit f761bf2

File tree

8 files changed

+511
-496
lines changed

8 files changed

+511
-496
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ Error
565565
| `NotAuthorized_BillingOrSiteAdminPermissionRequiredError`| `NotAuthorizedError` |
566566
| `NotAuthorized_BillingPermissionRequiredError`| `NotAuthorizedError` |
567567
| `NotAuthorized_BundleMaximumUsesReachedError`| `NotAuthorizedError` |
568+
| `NotAuthorized_BundlePermissionRequiredError`| `NotAuthorizedError` |
568569
| `NotAuthorized_CannotLoginWhileUsingKeyError`| `NotAuthorizedError` |
569570
| `NotAuthorized_CantActForOtherUserError`| `NotAuthorizedError` |
570571
| `NotAuthorized_ContactAdminForPasswordChangeHelpError`| `NotAuthorizedError` |

_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.228
1+
1.2.229

docs/Errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ These errors are derived from the error groups listed above.
116116
### NotAuthorized_BillingOrSiteAdminPermissionRequiredError
117117
### NotAuthorized_BillingPermissionRequiredError
118118
### NotAuthorized_BundleMaximumUsesReachedError
119+
### NotAuthorized_BundlePermissionRequiredError
119120
### NotAuthorized_CannotLoginWhileUsingKeyError
120121
### NotAuthorized_CantActForOtherUserError
121122
### NotAuthorized_ContactAdminForPasswordChangeHelpError

lib/Errors.js

Lines changed: 504 additions & 492 deletions
Large diffs are not rendered by default.

lib/Files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
1111
var apiKey;
1212
var baseUrl = 'https://app.files.com';
1313
var sessionId = null;
14-
var version = '1.2.228';
14+
var version = '1.2.229';
1515
var userAgent = "Files.com JavaScript SDK v".concat(version);
1616
var logLevel = _Logger.LogLevel.INFO;
1717
var debugRequest = false;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files.com",
3-
"version": "1.2.228",
3+
"version": "1.2.229",
44
"description": "Files.com SDK for JavaScript",
55
"keywords": [
66
"files.com",

src/Errors.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const endpointPrefix = '/api/rest/v1'
55
let apiKey
66
let baseUrl = 'https://app.files.com'
77
let sessionId = null
8-
const version = '1.2.228'
8+
const version = '1.2.229'
99
let userAgent = `Files.com JavaScript SDK v${version}`
1010

1111
let logLevel = LogLevel.INFO

0 commit comments

Comments
 (0)