files.com 1.0.294 → 1.0.295

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/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.294
1
+ 1.0.295
package/docs/Errors.md CHANGED
@@ -187,6 +187,7 @@ These errors are derived from the error groups listed above.
187
187
  ### RateLimited_TooManyLoginAttemptsError
188
188
  ### RateLimited_TooManyRequestsError
189
189
  ### RateLimited_TooManySharesError
190
+ ### ServiceUnavailable_AutomationsUnavailableError
190
191
  ### ServiceUnavailable_UploadsUnavailableError
191
192
  ### SiteConfiguration_AccountAlreadyExistsError
192
193
  ### SiteConfiguration_AccountOverdueError
package/lib/Errors.js CHANGED
@@ -3,7 +3,7 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_WritePermissionRequiredError = exports.NotAuthorized_WriteAndBundlePermissionRequiredError = exports.NotAuthorized_UserIdWithoutSiteAdminError = exports.NotAuthorized_TwoFactorAuthenticationRequiredError = exports.NotAuthorized_SiteFilesAreImmutableError = exports.NotAuthorized_SiteAdminRequiredError = exports.NotAuthorized_SelfManagedRequiredError = exports.NotAuthorized_ReauthenticationNeededActionError = exports.NotAuthorized_ReauthenticationFailedFinalError = exports.NotAuthorized_ReauthenticationFailedError = exports.NotAuthorized_ReadPermissionRequiredError = exports.NotAuthorized_ReadOnlySessionError = exports.NotAuthorized_PasswordChangeRequiredError = exports.NotAuthorized_PasswordChangeNotRequiredError = exports.NotAuthorized_NotAllowedToCreateBundleError = exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = exports.NotAuthorized_NeedAdminPermissionForInboxError = exports.NotAuthorized_MustAuthenticateWithApiKeyError = exports.NotAuthorized_InsufficientPermissionForParamsError = exports.NotAuthorized_HistoryPermissionRequiredError = exports.NotAuthorized_FullPermissionRequiredError = exports.NotAuthorized_FolderAdminPermissionRequiredError = exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = exports.NotAuthorized_CantActForOtherUserError = exports.NotAuthorized_CannotLoginWhileUsingKeyError = exports.NotAuthorized_BundleMaximumUsesReachedError = exports.NotAuthorized_BillingPermissionRequiredError = exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = exports.NotAuthorized_ApiKeyOnlyForMobileAppError = exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = exports.NotAuthorized_ApiKeyIsPathRestrictedError = exports.NotAuthorized_ApiKeyIsDisabledError = exports.NotAuthorizedError = exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = exports.NotAuthenticated_TwoFactorAuthenticationErrorError = exports.NotAuthenticated_OneTimePasswordIncorrectError = exports.NotAuthenticated_LockoutRegionMismatchError = exports.NotAuthenticated_LockedOutError = exports.NotAuthenticated_InvalidUsernameOrPasswordError = exports.NotAuthenticated_InvalidOrExpiredCodeError = exports.NotAuthenticated_InvalidOauthError = exports.NotAuthenticated_InvalidCredentialsError = exports.NotAuthenticated_InboxRegistrationCodeFailedError = exports.NotAuthenticated_FilesAgentTokenFailedError = exports.NotAuthenticated_BundleRegistrationCodeFailedError = exports.NotAuthenticated_AuthenticationRequiredError = exports.NotAuthenticatedError = exports.MissingParameterError = exports.InvalidParameterError = exports.FilesError = exports.FilesApiError = exports.EmptyPropertyError = exports.ConfigurationError = exports.BadRequest_UserRequiredError = exports.BadRequest_UserIdOnUserEndpointError = exports.BadRequest_UserIdInvalidError = exports.BadRequest_UnsupportedMediaTypeError = exports.BadRequest_UnsupportedHttpResponseFormatError = exports.BadRequest_UnsupportedCurrencyError = exports.BadRequest_SearchAllOnChildPathError = exports.BadRequest_RequestParamsRequiredError = exports.BadRequest_RequestParamsInvalidError = exports.BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_PartNumberTooLargeError = exports.BadRequest_OperationOnNonScimResourceError = exports.BadRequest_NoValidInputParamsError = exports.BadRequest_MethodNotAllowedError = exports.BadRequest_InvalidUploadPartSizeError = exports.BadRequest_InvalidUploadPartGapError = exports.BadRequest_InvalidUploadOffsetError = exports.BadRequest_InvalidReturnToUrlError = exports.BadRequest_InvalidPathError = exports.BadRequest_InvalidOauthProviderError = exports.BadRequest_InvalidInterfaceError = exports.BadRequest_InvalidInputEncodingError = exports.BadRequest_InvalidFilterParamError = exports.BadRequest_InvalidFilterFieldError = exports.BadRequest_InvalidFilterCombinationError = exports.BadRequest_InvalidFilterAliasCombinationError = exports.BadRequest_InvalidEtagsError = exports.BadRequest_InvalidCursorTypeForSortError = exports.BadRequest_InvalidCursorError = exports.BadRequest_InvalidBodyError = exports.BadRequest_FolderMustNotBeAFileError = exports.BadRequest_DestinationSameError = exports.BadRequest_DatetimeParseError = exports.BadRequest_CantMoveWithMultipleLocationsError = exports.BadRequest_CannotDownloadDirectoryError = exports.BadRequest_AttachmentTooLargeError = exports.BadRequest_AgentUpgradeRequiredError = exports.BadRequestError = void 0;
6
- exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = void 0;
6
+ exports.handleErrorResponse = exports.SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfigurationError = exports.ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailableError = exports.RateLimited_TooManySharesError = exports.RateLimited_TooManyRequestsError = exports.RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_DuplicateShareRecipientError = exports.RateLimitedError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_PathTooLongError = exports.ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_FileNotUploadedError = exports.ProcessingFailure_FileLockedError = exports.ProcessingFailure_FailedToChangePasswordError = exports.ProcessingFailure_ExportNotReadyError = exports.ProcessingFailure_ExportFailureError = exports.ProcessingFailure_ExpiredPublicKeyError = exports.ProcessingFailure_ExpiredPrivateKeyError = exports.ProcessingFailure_DestinationParentDoesNotExistError = exports.ProcessingFailure_DestinationParentConflictError = exports.ProcessingFailure_DestinationFolderLimitedError = exports.ProcessingFailure_DestinationExistsError = exports.ProcessingFailure_CouldNotCreateParentError = exports.ProcessingFailure_BundleOperationRequiresSubfolderError = exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = exports.ProcessingFailure_AutomationCannotBeRunManuallyError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = exports.NotFound_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = void 0;
7
7
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
8
8
  var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
9
9
  var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
@@ -2234,29 +2234,43 @@ var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError6)
2234
2234
  }(RateLimitedError);
2235
2235
  exports.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
2236
2236
  errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
2237
- var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
2238
- (0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
2239
- var _super156 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
2240
- function ServiceUnavailable_UploadsUnavailableError(message, code) {
2237
+ var ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
2238
+ (0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr);
2239
+ var _super156 = _createSuper(ServiceUnavailable_AutomationsUnavailableError);
2240
+ function ServiceUnavailable_AutomationsUnavailableError(message, code) {
2241
2241
  var _this156;
2242
- (0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
2242
+ (0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
2243
2243
  _this156 = _super156.call(this, message, code);
2244
- _this156.name = 'ServiceUnavailable_UploadsUnavailableError';
2244
+ _this156.name = 'ServiceUnavailable_AutomationsUnavailableError';
2245
2245
  return _this156;
2246
2246
  }
2247
+ return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
2248
+ }(ServiceUnavailableError);
2249
+ exports.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
2250
+ errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
2251
+ var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
2252
+ (0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr2);
2253
+ var _super157 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
2254
+ function ServiceUnavailable_UploadsUnavailableError(message, code) {
2255
+ var _this157;
2256
+ (0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
2257
+ _this157 = _super157.call(this, message, code);
2258
+ _this157.name = 'ServiceUnavailable_UploadsUnavailableError';
2259
+ return _this157;
2260
+ }
2247
2261
  return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
2248
2262
  }(ServiceUnavailableError);
2249
2263
  exports.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
2250
2264
  errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
2251
2265
  var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
2252
2266
  (0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
2253
- var _super157 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
2267
+ var _super158 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
2254
2268
  function SiteConfiguration_AccountAlreadyExistsError(message, code) {
2255
- var _this157;
2269
+ var _this158;
2256
2270
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
2257
- _this157 = _super157.call(this, message, code);
2258
- _this157.name = 'SiteConfiguration_AccountAlreadyExistsError';
2259
- return _this157;
2271
+ _this158 = _super158.call(this, message, code);
2272
+ _this158.name = 'SiteConfiguration_AccountAlreadyExistsError';
2273
+ return _this158;
2260
2274
  }
2261
2275
  return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
2262
2276
  }(SiteConfigurationError);
@@ -2264,13 +2278,13 @@ exports.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountA
2264
2278
  errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
2265
2279
  var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
2266
2280
  (0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
2267
- var _super158 = _createSuper(SiteConfiguration_AccountOverdueError);
2281
+ var _super159 = _createSuper(SiteConfiguration_AccountOverdueError);
2268
2282
  function SiteConfiguration_AccountOverdueError(message, code) {
2269
- var _this158;
2283
+ var _this159;
2270
2284
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
2271
- _this158 = _super158.call(this, message, code);
2272
- _this158.name = 'SiteConfiguration_AccountOverdueError';
2273
- return _this158;
2285
+ _this159 = _super159.call(this, message, code);
2286
+ _this159.name = 'SiteConfiguration_AccountOverdueError';
2287
+ return _this159;
2274
2288
  }
2275
2289
  return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
2276
2290
  }(SiteConfigurationError);
@@ -2278,13 +2292,13 @@ exports.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdue
2278
2292
  errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
2279
2293
  var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
2280
2294
  (0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
2281
- var _super159 = _createSuper(SiteConfiguration_NoAccountForSiteError);
2295
+ var _super160 = _createSuper(SiteConfiguration_NoAccountForSiteError);
2282
2296
  function SiteConfiguration_NoAccountForSiteError(message, code) {
2283
- var _this159;
2297
+ var _this160;
2284
2298
  (0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
2285
- _this159 = _super159.call(this, message, code);
2286
- _this159.name = 'SiteConfiguration_NoAccountForSiteError';
2287
- return _this159;
2299
+ _this160 = _super160.call(this, message, code);
2300
+ _this160.name = 'SiteConfiguration_NoAccountForSiteError';
2301
+ return _this160;
2288
2302
  }
2289
2303
  return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
2290
2304
  }(SiteConfigurationError);
@@ -2292,13 +2306,13 @@ exports.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountFor
2292
2306
  errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
2293
2307
  var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
2294
2308
  (0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
2295
- var _super160 = _createSuper(SiteConfiguration_SiteWasRemovedError);
2309
+ var _super161 = _createSuper(SiteConfiguration_SiteWasRemovedError);
2296
2310
  function SiteConfiguration_SiteWasRemovedError(message, code) {
2297
- var _this160;
2311
+ var _this161;
2298
2312
  (0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
2299
- _this160 = _super160.call(this, message, code);
2300
- _this160.name = 'SiteConfiguration_SiteWasRemovedError';
2301
- return _this160;
2313
+ _this161 = _super161.call(this, message, code);
2314
+ _this161.name = 'SiteConfiguration_SiteWasRemovedError';
2315
+ return _this161;
2302
2316
  }
2303
2317
  return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
2304
2318
  }(SiteConfigurationError);
@@ -2306,13 +2320,13 @@ exports.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemoved
2306
2320
  errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
2307
2321
  var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
2308
2322
  (0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
2309
- var _super161 = _createSuper(SiteConfiguration_TrialExpiredError);
2323
+ var _super162 = _createSuper(SiteConfiguration_TrialExpiredError);
2310
2324
  function SiteConfiguration_TrialExpiredError(message, code) {
2311
- var _this161;
2325
+ var _this162;
2312
2326
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
2313
- _this161 = _super161.call(this, message, code);
2314
- _this161.name = 'SiteConfiguration_TrialExpiredError';
2315
- return _this161;
2327
+ _this162 = _super162.call(this, message, code);
2328
+ _this162.name = 'SiteConfiguration_TrialExpiredError';
2329
+ return _this162;
2316
2330
  }
2317
2331
  return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
2318
2332
  }(SiteConfigurationError);
@@ -2320,13 +2334,13 @@ exports.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredErro
2320
2334
  errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
2321
2335
  var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
2322
2336
  (0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
2323
- var _super162 = _createSuper(SiteConfiguration_TrialLockedError);
2337
+ var _super163 = _createSuper(SiteConfiguration_TrialLockedError);
2324
2338
  function SiteConfiguration_TrialLockedError(message, code) {
2325
- var _this162;
2339
+ var _this163;
2326
2340
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
2327
- _this162 = _super162.call(this, message, code);
2328
- _this162.name = 'SiteConfiguration_TrialLockedError';
2329
- return _this162;
2341
+ _this163 = _super163.call(this, message, code);
2342
+ _this163.name = 'SiteConfiguration_TrialLockedError';
2343
+ return _this163;
2330
2344
  }
2331
2345
  return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
2332
2346
  }(SiteConfigurationError);
@@ -2334,13 +2348,13 @@ exports.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
2334
2348
  errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
2335
2349
  var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
2336
2350
  (0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
2337
- var _super163 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
2351
+ var _super164 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
2338
2352
  function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
2339
- var _this163;
2353
+ var _this164;
2340
2354
  (0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
2341
- _this163 = _super163.call(this, message, code);
2342
- _this163.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2343
- return _this163;
2355
+ _this164 = _super164.call(this, message, code);
2356
+ _this164.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2357
+ return _this164;
2344
2358
  }
2345
2359
  return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
2346
2360
  }(SiteConfigurationError);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.0.294",
3
+ "version": "1.0.295",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
package/src/Errors.js CHANGED
@@ -226,6 +226,7 @@ export class RateLimited_TooManyConcurrentRequestsError extends RateLimitedError
226
226
  export class RateLimited_TooManyLoginAttemptsError extends RateLimitedError { constructor(message, code) { super(message, code); this.name = 'RateLimited_TooManyLoginAttemptsError' } } errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError
227
227
  export class RateLimited_TooManyRequestsError extends RateLimitedError { constructor(message, code) { super(message, code); this.name = 'RateLimited_TooManyRequestsError' } } errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError
228
228
  export class RateLimited_TooManySharesError extends RateLimitedError { constructor(message, code) { super(message, code); this.name = 'RateLimited_TooManySharesError' } } errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError
229
+ export class ServiceUnavailable_AutomationsUnavailableError extends ServiceUnavailableError { constructor(message, code) { super(message, code); this.name = 'ServiceUnavailable_AutomationsUnavailableError' } } errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError
229
230
  export class ServiceUnavailable_UploadsUnavailableError extends ServiceUnavailableError { constructor(message, code) { super(message, code); this.name = 'ServiceUnavailable_UploadsUnavailableError' } } errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError
230
231
  export class SiteConfiguration_AccountAlreadyExistsError extends SiteConfigurationError { constructor(message, code) { super(message, code); this.name = 'SiteConfiguration_AccountAlreadyExistsError' } } errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError
231
232
  export class SiteConfiguration_AccountOverdueError extends SiteConfigurationError { constructor(message, code) { super(message, code); this.name = 'SiteConfiguration_AccountOverdueError' } } errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError