File tree Expand file tree Collapse file tree 8 files changed +511
-496
lines changed Expand file tree Collapse file tree 8 files changed +511
-496
lines changed Original file line number Diff line number Diff line change @@ -565,6 +565,7 @@ Error
565
565
| ` NotAuthorized_BillingOrSiteAdminPermissionRequiredError ` | ` NotAuthorizedError ` |
566
566
| ` NotAuthorized_BillingPermissionRequiredError ` | ` NotAuthorizedError ` |
567
567
| ` NotAuthorized_BundleMaximumUsesReachedError ` | ` NotAuthorizedError ` |
568
+ | ` NotAuthorized_BundlePermissionRequiredError ` | ` NotAuthorizedError ` |
568
569
| ` NotAuthorized_CannotLoginWhileUsingKeyError ` | ` NotAuthorizedError ` |
569
570
| ` NotAuthorized_CantActForOtherUserError ` | ` NotAuthorizedError ` |
570
571
| ` NotAuthorized_ContactAdminForPasswordChangeHelpError ` | ` NotAuthorizedError ` |
Original file line number Diff line number Diff line change 1
- 1.2.228
1
+ 1.2.229
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ These errors are derived from the error groups listed above.
116
116
### NotAuthorized_BillingOrSiteAdminPermissionRequiredError
117
117
### NotAuthorized_BillingPermissionRequiredError
118
118
### NotAuthorized_BundleMaximumUsesReachedError
119
+ ### NotAuthorized_BundlePermissionRequiredError
119
120
### NotAuthorized_CannotLoginWhileUsingKeyError
120
121
### NotAuthorized_CantActForOtherUserError
121
122
### NotAuthorized_ContactAdminForPasswordChangeHelpError
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
11
11
var apiKey ;
12
12
var baseUrl = 'https://app.files.com' ;
13
13
var sessionId = null ;
14
- var version = '1.2.228 ' ;
14
+ var version = '1.2.229 ' ;
15
15
var userAgent = "Files.com JavaScript SDK v" . concat ( version ) ;
16
16
var logLevel = _Logger . LogLevel . INFO ;
17
17
var debugRequest = false ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " files.com" ,
3
- "version" : " 1.2.228 " ,
3
+ "version" : " 1.2.229 " ,
4
4
"description" : " Files.com SDK for JavaScript" ,
5
5
"keywords" : [
6
6
" files.com" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const endpointPrefix = '/api/rest/v1'
5
5
let apiKey
6
6
let baseUrl = 'https://app.files.com'
7
7
let sessionId = null
8
- const version = '1.2.228 '
8
+ const version = '1.2.229 '
9
9
let userAgent = `Files.com JavaScript SDK v${ version } `
10
10
11
11
let logLevel = LogLevel . INFO
You can’t perform that action at this time.
0 commit comments