files.com 1.0.238 → 1.0.239

Sign up to get free protection for your applications and to get access to all the features.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.238
1
+ 1.0.239
package/docs/Errors.md CHANGED
@@ -144,6 +144,7 @@ These errors are derived from the error groups listed above.
144
144
  ### NotFound_SiteNotFoundError
145
145
  ### NotFound_UserNotFoundError
146
146
  ### ProcessingFailure_BundleOnlyAllowsPreviewsError
147
+ ### ProcessingFailure_BundleOperationRequiresSubfolderError
147
148
  ### ProcessingFailure_CouldNotCreateParentError
148
149
  ### ProcessingFailure_DestinationExistsError
149
150
  ### ProcessingFailure_DestinationFolderLimitedError
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_FolderNotFoundError = exports.NotFound_FileUploadNotFoundError = exports.NotFound_FileNotFoundError = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = exports.NotFoundError = exports.NotAuthorized_ZipDownloadIpMismatchError = exports.NotAuthorized_WritePermissionRequiredError = 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_InvalidFilterFieldError = exports.BadRequest_InvalidFilterCombinationError = 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.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_BundleOnlyAllowsPreviewsError = exports.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = 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.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.ProcessingFailureError = exports.NotImplementedError = exports.NotFound_UserNotFoundError = exports.NotFound_SiteNotFoundError = exports.NotFound_PlanNotFoundError = exports.NotFound_NestedNotFoundError = exports.NotFound_InboxNotFoundError = exports.NotFound_GroupNotFoundError = 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"));
@@ -1632,449 +1632,463 @@ var ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_Pr
1632
1632
  }(ProcessingFailureError);
1633
1633
  exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
1634
1634
  errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
1635
- var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr2) {
1636
- (0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr2);
1637
- var _super113 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
1638
- function ProcessingFailure_CouldNotCreateParentError(message, code) {
1635
+ var ProcessingFailure_BundleOperationRequiresSubfolderError = /*#__PURE__*/function (_ProcessingFailureErr2) {
1636
+ (0, _inherits2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError, _ProcessingFailureErr2);
1637
+ var _super113 = _createSuper(ProcessingFailure_BundleOperationRequiresSubfolderError);
1638
+ function ProcessingFailure_BundleOperationRequiresSubfolderError(message, code) {
1639
1639
  var _this113;
1640
- (0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
1640
+ (0, _classCallCheck2.default)(this, ProcessingFailure_BundleOperationRequiresSubfolderError);
1641
1641
  _this113 = _super113.call(this, message, code);
1642
- _this113.name = 'ProcessingFailure_CouldNotCreateParentError';
1642
+ _this113.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError';
1643
1643
  return _this113;
1644
1644
  }
1645
+ return (0, _createClass2.default)(ProcessingFailure_BundleOperationRequiresSubfolderError);
1646
+ }(ProcessingFailureError);
1647
+ exports.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError;
1648
+ errorClasses.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError;
1649
+ var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr3) {
1650
+ (0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr3);
1651
+ var _super114 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
1652
+ function ProcessingFailure_CouldNotCreateParentError(message, code) {
1653
+ var _this114;
1654
+ (0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
1655
+ _this114 = _super114.call(this, message, code);
1656
+ _this114.name = 'ProcessingFailure_CouldNotCreateParentError';
1657
+ return _this114;
1658
+ }
1645
1659
  return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
1646
1660
  }(ProcessingFailureError);
1647
1661
  exports.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
1648
1662
  errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
1649
- var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr3) {
1650
- (0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr3);
1651
- var _super114 = _createSuper(ProcessingFailure_DestinationExistsError);
1663
+ var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr4) {
1664
+ (0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr4);
1665
+ var _super115 = _createSuper(ProcessingFailure_DestinationExistsError);
1652
1666
  function ProcessingFailure_DestinationExistsError(message, code) {
1653
- var _this114;
1667
+ var _this115;
1654
1668
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
1655
- _this114 = _super114.call(this, message, code);
1656
- _this114.name = 'ProcessingFailure_DestinationExistsError';
1657
- return _this114;
1669
+ _this115 = _super115.call(this, message, code);
1670
+ _this115.name = 'ProcessingFailure_DestinationExistsError';
1671
+ return _this115;
1658
1672
  }
1659
1673
  return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
1660
1674
  }(ProcessingFailureError);
1661
1675
  exports.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
1662
1676
  errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
1663
- var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr4) {
1664
- (0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr4);
1665
- var _super115 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
1677
+ var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr5) {
1678
+ (0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr5);
1679
+ var _super116 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
1666
1680
  function ProcessingFailure_DestinationFolderLimitedError(message, code) {
1667
- var _this115;
1681
+ var _this116;
1668
1682
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
1669
- _this115 = _super115.call(this, message, code);
1670
- _this115.name = 'ProcessingFailure_DestinationFolderLimitedError';
1671
- return _this115;
1683
+ _this116 = _super116.call(this, message, code);
1684
+ _this116.name = 'ProcessingFailure_DestinationFolderLimitedError';
1685
+ return _this116;
1672
1686
  }
1673
1687
  return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
1674
1688
  }(ProcessingFailureError);
1675
1689
  exports.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
1676
1690
  errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
1677
- var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr5) {
1678
- (0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr5);
1679
- var _super116 = _createSuper(ProcessingFailure_DestinationParentConflictError);
1691
+ var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr6) {
1692
+ (0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr6);
1693
+ var _super117 = _createSuper(ProcessingFailure_DestinationParentConflictError);
1680
1694
  function ProcessingFailure_DestinationParentConflictError(message, code) {
1681
- var _this116;
1695
+ var _this117;
1682
1696
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
1683
- _this116 = _super116.call(this, message, code);
1684
- _this116.name = 'ProcessingFailure_DestinationParentConflictError';
1685
- return _this116;
1697
+ _this117 = _super117.call(this, message, code);
1698
+ _this117.name = 'ProcessingFailure_DestinationParentConflictError';
1699
+ return _this117;
1686
1700
  }
1687
1701
  return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
1688
1702
  }(ProcessingFailureError);
1689
1703
  exports.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
1690
1704
  errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
1691
- var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr6) {
1692
- (0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr6);
1693
- var _super117 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
1705
+ var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr7) {
1706
+ (0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr7);
1707
+ var _super118 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
1694
1708
  function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
1695
- var _this117;
1709
+ var _this118;
1696
1710
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
1697
- _this117 = _super117.call(this, message, code);
1698
- _this117.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
1699
- return _this117;
1711
+ _this118 = _super118.call(this, message, code);
1712
+ _this118.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
1713
+ return _this118;
1700
1714
  }
1701
1715
  return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
1702
1716
  }(ProcessingFailureError);
1703
1717
  exports.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
1704
1718
  errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
1705
- var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr7) {
1706
- (0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr7);
1707
- var _super118 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
1719
+ var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
1720
+ (0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr8);
1721
+ var _super119 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
1708
1722
  function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
1709
- var _this118;
1723
+ var _this119;
1710
1724
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
1711
- _this118 = _super118.call(this, message, code);
1712
- _this118.name = 'ProcessingFailure_ExpiredPrivateKeyError';
1713
- return _this118;
1725
+ _this119 = _super119.call(this, message, code);
1726
+ _this119.name = 'ProcessingFailure_ExpiredPrivateKeyError';
1727
+ return _this119;
1714
1728
  }
1715
1729
  return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
1716
1730
  }(ProcessingFailureError);
1717
1731
  exports.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
1718
1732
  errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
1719
- var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
1720
- (0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr8);
1721
- var _super119 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
1733
+ var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr9) {
1734
+ (0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr9);
1735
+ var _super120 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
1722
1736
  function ProcessingFailure_ExpiredPublicKeyError(message, code) {
1723
- var _this119;
1737
+ var _this120;
1724
1738
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
1725
- _this119 = _super119.call(this, message, code);
1726
- _this119.name = 'ProcessingFailure_ExpiredPublicKeyError';
1727
- return _this119;
1739
+ _this120 = _super120.call(this, message, code);
1740
+ _this120.name = 'ProcessingFailure_ExpiredPublicKeyError';
1741
+ return _this120;
1728
1742
  }
1729
1743
  return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
1730
1744
  }(ProcessingFailureError);
1731
1745
  exports.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
1732
1746
  errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
1733
- var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr9) {
1734
- (0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr9);
1735
- var _super120 = _createSuper(ProcessingFailure_ExportFailureError);
1747
+ var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr10) {
1748
+ (0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr10);
1749
+ var _super121 = _createSuper(ProcessingFailure_ExportFailureError);
1736
1750
  function ProcessingFailure_ExportFailureError(message, code) {
1737
- var _this120;
1751
+ var _this121;
1738
1752
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
1739
- _this120 = _super120.call(this, message, code);
1740
- _this120.name = 'ProcessingFailure_ExportFailureError';
1741
- return _this120;
1753
+ _this121 = _super121.call(this, message, code);
1754
+ _this121.name = 'ProcessingFailure_ExportFailureError';
1755
+ return _this121;
1742
1756
  }
1743
1757
  return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
1744
1758
  }(ProcessingFailureError);
1745
1759
  exports.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
1746
1760
  errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
1747
- var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
1748
- (0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr10);
1749
- var _super121 = _createSuper(ProcessingFailure_ExportNotReadyError);
1761
+ var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr11) {
1762
+ (0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr11);
1763
+ var _super122 = _createSuper(ProcessingFailure_ExportNotReadyError);
1750
1764
  function ProcessingFailure_ExportNotReadyError(message, code) {
1751
- var _this121;
1765
+ var _this122;
1752
1766
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
1753
- _this121 = _super121.call(this, message, code);
1754
- _this121.name = 'ProcessingFailure_ExportNotReadyError';
1755
- return _this121;
1767
+ _this122 = _super122.call(this, message, code);
1768
+ _this122.name = 'ProcessingFailure_ExportNotReadyError';
1769
+ return _this122;
1756
1770
  }
1757
1771
  return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
1758
1772
  }(ProcessingFailureError);
1759
1773
  exports.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
1760
1774
  errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
1761
- var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr11) {
1762
- (0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr11);
1763
- var _super122 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
1775
+ var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr12) {
1776
+ (0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr12);
1777
+ var _super123 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
1764
1778
  function ProcessingFailure_FailedToChangePasswordError(message, code) {
1765
- var _this122;
1779
+ var _this123;
1766
1780
  (0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
1767
- _this122 = _super122.call(this, message, code);
1768
- _this122.name = 'ProcessingFailure_FailedToChangePasswordError';
1769
- return _this122;
1781
+ _this123 = _super123.call(this, message, code);
1782
+ _this123.name = 'ProcessingFailure_FailedToChangePasswordError';
1783
+ return _this123;
1770
1784
  }
1771
1785
  return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
1772
1786
  }(ProcessingFailureError);
1773
1787
  exports.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
1774
1788
  errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
1775
- var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr12) {
1776
- (0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr12);
1777
- var _super123 = _createSuper(ProcessingFailure_FileLockedError);
1789
+ var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
1790
+ (0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr13);
1791
+ var _super124 = _createSuper(ProcessingFailure_FileLockedError);
1778
1792
  function ProcessingFailure_FileLockedError(message, code) {
1779
- var _this123;
1793
+ var _this124;
1780
1794
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
1781
- _this123 = _super123.call(this, message, code);
1782
- _this123.name = 'ProcessingFailure_FileLockedError';
1783
- return _this123;
1795
+ _this124 = _super124.call(this, message, code);
1796
+ _this124.name = 'ProcessingFailure_FileLockedError';
1797
+ return _this124;
1784
1798
  }
1785
1799
  return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
1786
1800
  }(ProcessingFailureError);
1787
1801
  exports.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
1788
1802
  errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
1789
- var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
1790
- (0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr13);
1791
- var _super124 = _createSuper(ProcessingFailure_FileNotUploadedError);
1803
+ var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr14) {
1804
+ (0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr14);
1805
+ var _super125 = _createSuper(ProcessingFailure_FileNotUploadedError);
1792
1806
  function ProcessingFailure_FileNotUploadedError(message, code) {
1793
- var _this124;
1807
+ var _this125;
1794
1808
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
1795
- _this124 = _super124.call(this, message, code);
1796
- _this124.name = 'ProcessingFailure_FileNotUploadedError';
1797
- return _this124;
1809
+ _this125 = _super125.call(this, message, code);
1810
+ _this125.name = 'ProcessingFailure_FileNotUploadedError';
1811
+ return _this125;
1798
1812
  }
1799
1813
  return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
1800
1814
  }(ProcessingFailureError);
1801
1815
  exports.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
1802
1816
  errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
1803
- var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr14) {
1804
- (0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr14);
1805
- var _super125 = _createSuper(ProcessingFailure_FilePendingProcessingError);
1817
+ var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr15) {
1818
+ (0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr15);
1819
+ var _super126 = _createSuper(ProcessingFailure_FilePendingProcessingError);
1806
1820
  function ProcessingFailure_FilePendingProcessingError(message, code) {
1807
- var _this125;
1821
+ var _this126;
1808
1822
  (0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
1809
- _this125 = _super125.call(this, message, code);
1810
- _this125.name = 'ProcessingFailure_FilePendingProcessingError';
1811
- return _this125;
1823
+ _this126 = _super126.call(this, message, code);
1824
+ _this126.name = 'ProcessingFailure_FilePendingProcessingError';
1825
+ return _this126;
1812
1826
  }
1813
1827
  return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
1814
1828
  }(ProcessingFailureError);
1815
1829
  exports.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
1816
1830
  errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
1817
- var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr15) {
1818
- (0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr15);
1819
- var _super126 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
1831
+ var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
1832
+ (0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr16);
1833
+ var _super127 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
1820
1834
  function ProcessingFailure_FileTooBigToDecryptError(message, code) {
1821
- var _this126;
1835
+ var _this127;
1822
1836
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
1823
- _this126 = _super126.call(this, message, code);
1824
- _this126.name = 'ProcessingFailure_FileTooBigToDecryptError';
1825
- return _this126;
1837
+ _this127 = _super127.call(this, message, code);
1838
+ _this127.name = 'ProcessingFailure_FileTooBigToDecryptError';
1839
+ return _this127;
1826
1840
  }
1827
1841
  return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
1828
1842
  }(ProcessingFailureError);
1829
1843
  exports.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
1830
1844
  errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
1831
- var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
1832
- (0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr16);
1833
- var _super127 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
1845
+ var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr17) {
1846
+ (0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr17);
1847
+ var _super128 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
1834
1848
  function ProcessingFailure_FileTooBigToEncryptError(message, code) {
1835
- var _this127;
1849
+ var _this128;
1836
1850
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
1837
- _this127 = _super127.call(this, message, code);
1838
- _this127.name = 'ProcessingFailure_FileTooBigToEncryptError';
1839
- return _this127;
1851
+ _this128 = _super128.call(this, message, code);
1852
+ _this128.name = 'ProcessingFailure_FileTooBigToEncryptError';
1853
+ return _this128;
1840
1854
  }
1841
1855
  return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
1842
1856
  }(ProcessingFailureError);
1843
1857
  exports.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
1844
1858
  errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
1845
- var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr17) {
1846
- (0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr17);
1847
- var _super128 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
1859
+ var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr18) {
1860
+ (0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr18);
1861
+ var _super129 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
1848
1862
  function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
1849
- var _this128;
1863
+ var _this129;
1850
1864
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
1851
- _this128 = _super128.call(this, message, code);
1852
- _this128.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
1853
- return _this128;
1865
+ _this129 = _super129.call(this, message, code);
1866
+ _this129.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
1867
+ return _this129;
1854
1868
  }
1855
1869
  return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
1856
1870
  }(ProcessingFailureError);
1857
1871
  exports.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
1858
1872
  errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
1859
- var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr18) {
1860
- (0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr18);
1861
- var _super129 = _createSuper(ProcessingFailure_FolderLockedError);
1873
+ var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr19) {
1874
+ (0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr19);
1875
+ var _super130 = _createSuper(ProcessingFailure_FolderLockedError);
1862
1876
  function ProcessingFailure_FolderLockedError(message, code) {
1863
- var _this129;
1877
+ var _this130;
1864
1878
  (0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
1865
- _this129 = _super129.call(this, message, code);
1866
- _this129.name = 'ProcessingFailure_FolderLockedError';
1867
- return _this129;
1879
+ _this130 = _super130.call(this, message, code);
1880
+ _this130.name = 'ProcessingFailure_FolderLockedError';
1881
+ return _this130;
1868
1882
  }
1869
1883
  return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
1870
1884
  }(ProcessingFailureError);
1871
1885
  exports.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
1872
1886
  errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
1873
- var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr19) {
1874
- (0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr19);
1875
- var _super130 = _createSuper(ProcessingFailure_FolderNotEmptyError);
1887
+ var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr20) {
1888
+ (0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr20);
1889
+ var _super131 = _createSuper(ProcessingFailure_FolderNotEmptyError);
1876
1890
  function ProcessingFailure_FolderNotEmptyError(message, code) {
1877
- var _this130;
1891
+ var _this131;
1878
1892
  (0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
1879
- _this130 = _super130.call(this, message, code);
1880
- _this130.name = 'ProcessingFailure_FolderNotEmptyError';
1881
- return _this130;
1893
+ _this131 = _super131.call(this, message, code);
1894
+ _this131.name = 'ProcessingFailure_FolderNotEmptyError';
1895
+ return _this131;
1882
1896
  }
1883
1897
  return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
1884
1898
  }(ProcessingFailureError);
1885
1899
  exports.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
1886
1900
  errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
1887
- var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr20) {
1888
- (0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr20);
1889
- var _super131 = _createSuper(ProcessingFailure_HistoryUnavailableError);
1901
+ var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr21) {
1902
+ (0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr21);
1903
+ var _super132 = _createSuper(ProcessingFailure_HistoryUnavailableError);
1890
1904
  function ProcessingFailure_HistoryUnavailableError(message, code) {
1891
- var _this131;
1905
+ var _this132;
1892
1906
  (0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
1893
- _this131 = _super131.call(this, message, code);
1894
- _this131.name = 'ProcessingFailure_HistoryUnavailableError';
1895
- return _this131;
1907
+ _this132 = _super132.call(this, message, code);
1908
+ _this132.name = 'ProcessingFailure_HistoryUnavailableError';
1909
+ return _this132;
1896
1910
  }
1897
1911
  return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
1898
1912
  }(ProcessingFailureError);
1899
1913
  exports.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
1900
1914
  errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
1901
- var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr21) {
1902
- (0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr21);
1903
- var _super132 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
1915
+ var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
1916
+ (0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr22);
1917
+ var _super133 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
1904
1918
  function ProcessingFailure_InvalidBundleCodeError(message, code) {
1905
- var _this132;
1919
+ var _this133;
1906
1920
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
1907
- _this132 = _super132.call(this, message, code);
1908
- _this132.name = 'ProcessingFailure_InvalidBundleCodeError';
1909
- return _this132;
1921
+ _this133 = _super133.call(this, message, code);
1922
+ _this133.name = 'ProcessingFailure_InvalidBundleCodeError';
1923
+ return _this133;
1910
1924
  }
1911
1925
  return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
1912
1926
  }(ProcessingFailureError);
1913
1927
  exports.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
1914
1928
  errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
1915
- var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
1916
- (0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr22);
1917
- var _super133 = _createSuper(ProcessingFailure_InvalidFileTypeError);
1929
+ var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr23) {
1930
+ (0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr23);
1931
+ var _super134 = _createSuper(ProcessingFailure_InvalidFileTypeError);
1918
1932
  function ProcessingFailure_InvalidFileTypeError(message, code) {
1919
- var _this133;
1933
+ var _this134;
1920
1934
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
1921
- _this133 = _super133.call(this, message, code);
1922
- _this133.name = 'ProcessingFailure_InvalidFileTypeError';
1923
- return _this133;
1935
+ _this134 = _super134.call(this, message, code);
1936
+ _this134.name = 'ProcessingFailure_InvalidFileTypeError';
1937
+ return _this134;
1924
1938
  }
1925
1939
  return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
1926
1940
  }(ProcessingFailureError);
1927
1941
  exports.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
1928
1942
  errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
1929
- var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr23) {
1930
- (0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr23);
1931
- var _super134 = _createSuper(ProcessingFailure_InvalidFilenameError);
1943
+ var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr24) {
1944
+ (0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr24);
1945
+ var _super135 = _createSuper(ProcessingFailure_InvalidFilenameError);
1932
1946
  function ProcessingFailure_InvalidFilenameError(message, code) {
1933
- var _this134;
1947
+ var _this135;
1934
1948
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
1935
- _this134 = _super134.call(this, message, code);
1936
- _this134.name = 'ProcessingFailure_InvalidFilenameError';
1937
- return _this134;
1949
+ _this135 = _super135.call(this, message, code);
1950
+ _this135.name = 'ProcessingFailure_InvalidFilenameError';
1951
+ return _this135;
1938
1952
  }
1939
1953
  return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
1940
1954
  }(ProcessingFailureError);
1941
1955
  exports.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
1942
1956
  errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
1943
- var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
1944
- (0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr24);
1945
- var _super135 = _createSuper(ProcessingFailure_InvalidRangeError);
1957
+ var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr25) {
1958
+ (0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr25);
1959
+ var _super136 = _createSuper(ProcessingFailure_InvalidRangeError);
1946
1960
  function ProcessingFailure_InvalidRangeError(message, code) {
1947
- var _this135;
1961
+ var _this136;
1948
1962
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
1949
- _this135 = _super135.call(this, message, code);
1950
- _this135.name = 'ProcessingFailure_InvalidRangeError';
1951
- return _this135;
1963
+ _this136 = _super136.call(this, message, code);
1964
+ _this136.name = 'ProcessingFailure_InvalidRangeError';
1965
+ return _this136;
1952
1966
  }
1953
1967
  return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
1954
1968
  }(ProcessingFailureError);
1955
1969
  exports.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
1956
1970
  errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
1957
- var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr25) {
1958
- (0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr25);
1959
- var _super136 = _createSuper(ProcessingFailure_ModelSaveErrorError);
1971
+ var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr26) {
1972
+ (0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr26);
1973
+ var _super137 = _createSuper(ProcessingFailure_ModelSaveErrorError);
1960
1974
  function ProcessingFailure_ModelSaveErrorError(message, code) {
1961
- var _this136;
1975
+ var _this137;
1962
1976
  (0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
1963
- _this136 = _super136.call(this, message, code);
1964
- _this136.name = 'ProcessingFailure_ModelSaveErrorError';
1965
- return _this136;
1977
+ _this137 = _super137.call(this, message, code);
1978
+ _this137.name = 'ProcessingFailure_ModelSaveErrorError';
1979
+ return _this137;
1966
1980
  }
1967
1981
  return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
1968
1982
  }(ProcessingFailureError);
1969
1983
  exports.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
1970
1984
  errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
1971
- var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr26) {
1972
- (0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr26);
1973
- var _super137 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
1985
+ var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr27) {
1986
+ (0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr27);
1987
+ var _super138 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
1974
1988
  function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
1975
- var _this137;
1989
+ var _this138;
1976
1990
  (0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
1977
- _this137 = _super137.call(this, message, code);
1978
- _this137.name = 'ProcessingFailure_MultipleProcessingErrorsError';
1979
- return _this137;
1991
+ _this138 = _super138.call(this, message, code);
1992
+ _this138.name = 'ProcessingFailure_MultipleProcessingErrorsError';
1993
+ return _this138;
1980
1994
  }
1981
1995
  return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
1982
1996
  }(ProcessingFailureError);
1983
1997
  exports.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
1984
1998
  errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
1985
- var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr27) {
1986
- (0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr27);
1987
- var _super138 = _createSuper(ProcessingFailure_PathTooLongError);
1999
+ var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr28) {
2000
+ (0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr28);
2001
+ var _super139 = _createSuper(ProcessingFailure_PathTooLongError);
1988
2002
  function ProcessingFailure_PathTooLongError(message, code) {
1989
- var _this138;
2003
+ var _this139;
1990
2004
  (0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
1991
- _this138 = _super138.call(this, message, code);
1992
- _this138.name = 'ProcessingFailure_PathTooLongError';
1993
- return _this138;
2005
+ _this139 = _super139.call(this, message, code);
2006
+ _this139.name = 'ProcessingFailure_PathTooLongError';
2007
+ return _this139;
1994
2008
  }
1995
2009
  return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
1996
2010
  }(ProcessingFailureError);
1997
2011
  exports.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
1998
2012
  errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
1999
- var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr28) {
2000
- (0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr28);
2001
- var _super139 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
2013
+ var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr29) {
2014
+ (0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr29);
2015
+ var _super140 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
2002
2016
  function ProcessingFailure_RecipientAlreadySharedError(message, code) {
2003
- var _this139;
2017
+ var _this140;
2004
2018
  (0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
2005
- _this139 = _super139.call(this, message, code);
2006
- _this139.name = 'ProcessingFailure_RecipientAlreadySharedError';
2007
- return _this139;
2019
+ _this140 = _super140.call(this, message, code);
2020
+ _this140.name = 'ProcessingFailure_RecipientAlreadySharedError';
2021
+ return _this140;
2008
2022
  }
2009
2023
  return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
2010
2024
  }(ProcessingFailureError);
2011
2025
  exports.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
2012
2026
  errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
2013
- var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr29) {
2014
- (0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr29);
2015
- var _super140 = _createSuper(ProcessingFailure_RemoteServerErrorError);
2027
+ var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr30) {
2028
+ (0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr30);
2029
+ var _super141 = _createSuper(ProcessingFailure_RemoteServerErrorError);
2016
2030
  function ProcessingFailure_RemoteServerErrorError(message, code) {
2017
- var _this140;
2031
+ var _this141;
2018
2032
  (0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
2019
- _this140 = _super140.call(this, message, code);
2020
- _this140.name = 'ProcessingFailure_RemoteServerErrorError';
2021
- return _this140;
2033
+ _this141 = _super141.call(this, message, code);
2034
+ _this141.name = 'ProcessingFailure_RemoteServerErrorError';
2035
+ return _this141;
2022
2036
  }
2023
2037
  return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
2024
2038
  }(ProcessingFailureError);
2025
2039
  exports.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
2026
2040
  errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
2027
- var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr30) {
2028
- (0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr30);
2029
- var _super141 = _createSuper(ProcessingFailure_ResourceLockedError);
2041
+ var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
2042
+ (0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr31);
2043
+ var _super142 = _createSuper(ProcessingFailure_ResourceLockedError);
2030
2044
  function ProcessingFailure_ResourceLockedError(message, code) {
2031
- var _this141;
2045
+ var _this142;
2032
2046
  (0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
2033
- _this141 = _super141.call(this, message, code);
2034
- _this141.name = 'ProcessingFailure_ResourceLockedError';
2035
- return _this141;
2047
+ _this142 = _super142.call(this, message, code);
2048
+ _this142.name = 'ProcessingFailure_ResourceLockedError';
2049
+ return _this142;
2036
2050
  }
2037
2051
  return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
2038
2052
  }(ProcessingFailureError);
2039
2053
  exports.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
2040
2054
  errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
2041
- var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
2042
- (0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr31);
2043
- var _super142 = _createSuper(ProcessingFailure_SubfolderLockedError);
2055
+ var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
2056
+ (0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr32);
2057
+ var _super143 = _createSuper(ProcessingFailure_SubfolderLockedError);
2044
2058
  function ProcessingFailure_SubfolderLockedError(message, code) {
2045
- var _this142;
2059
+ var _this143;
2046
2060
  (0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
2047
- _this142 = _super142.call(this, message, code);
2048
- _this142.name = 'ProcessingFailure_SubfolderLockedError';
2049
- return _this142;
2061
+ _this143 = _super143.call(this, message, code);
2062
+ _this143.name = 'ProcessingFailure_SubfolderLockedError';
2063
+ return _this143;
2050
2064
  }
2051
2065
  return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
2052
2066
  }(ProcessingFailureError);
2053
2067
  exports.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
2054
2068
  errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
2055
- var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr32) {
2056
- (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr32);
2057
- var _super143 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2069
+ var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr33) {
2070
+ (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr33);
2071
+ var _super144 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2058
2072
  function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
2059
- var _this143;
2073
+ var _this144;
2060
2074
  (0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2061
- _this143 = _super143.call(this, message, code);
2062
- _this143.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
2063
- return _this143;
2075
+ _this144 = _super144.call(this, message, code);
2076
+ _this144.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
2077
+ return _this144;
2064
2078
  }
2065
2079
  return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2066
2080
  }(ProcessingFailureError);
2067
2081
  exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
2068
2082
  errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
2069
- var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr33) {
2070
- (0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr33);
2071
- var _super144 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
2083
+ var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr34) {
2084
+ (0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr34);
2085
+ var _super145 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
2072
2086
  function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
2073
- var _this144;
2087
+ var _this145;
2074
2088
  (0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
2075
- _this144 = _super144.call(this, message, code);
2076
- _this144.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
2077
- return _this144;
2089
+ _this145 = _super145.call(this, message, code);
2090
+ _this145.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
2091
+ return _this145;
2078
2092
  }
2079
2093
  return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
2080
2094
  }(ProcessingFailureError);
@@ -2082,13 +2096,13 @@ exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_U
2082
2096
  errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
2083
2097
  var RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError) {
2084
2098
  (0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError);
2085
- var _super145 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
2099
+ var _super146 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
2086
2100
  function RateLimited_ReauthenticationRateLimitedError(message, code) {
2087
- var _this145;
2101
+ var _this146;
2088
2102
  (0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
2089
- _this145 = _super145.call(this, message, code);
2090
- _this145.name = 'RateLimited_ReauthenticationRateLimitedError';
2091
- return _this145;
2103
+ _this146 = _super146.call(this, message, code);
2104
+ _this146.name = 'RateLimited_ReauthenticationRateLimitedError';
2105
+ return _this146;
2092
2106
  }
2093
2107
  return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
2094
2108
  }(RateLimitedError);
@@ -2096,13 +2110,13 @@ exports.RateLimited_ReauthenticationRateLimitedError = RateLimited_Reauthenticat
2096
2110
  errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
2097
2111
  var RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError2) {
2098
2112
  (0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError2);
2099
- var _super146 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
2113
+ var _super147 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
2100
2114
  function RateLimited_TooManyConcurrentRequestsError(message, code) {
2101
- var _this146;
2115
+ var _this147;
2102
2116
  (0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
2103
- _this146 = _super146.call(this, message, code);
2104
- _this146.name = 'RateLimited_TooManyConcurrentRequestsError';
2105
- return _this146;
2117
+ _this147 = _super147.call(this, message, code);
2118
+ _this147.name = 'RateLimited_TooManyConcurrentRequestsError';
2119
+ return _this147;
2106
2120
  }
2107
2121
  return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
2108
2122
  }(RateLimitedError);
@@ -2110,13 +2124,13 @@ exports.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurre
2110
2124
  errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
2111
2125
  var RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError3) {
2112
2126
  (0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError3);
2113
- var _super147 = _createSuper(RateLimited_TooManyLoginAttemptsError);
2127
+ var _super148 = _createSuper(RateLimited_TooManyLoginAttemptsError);
2114
2128
  function RateLimited_TooManyLoginAttemptsError(message, code) {
2115
- var _this147;
2129
+ var _this148;
2116
2130
  (0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
2117
- _this147 = _super147.call(this, message, code);
2118
- _this147.name = 'RateLimited_TooManyLoginAttemptsError';
2119
- return _this147;
2131
+ _this148 = _super148.call(this, message, code);
2132
+ _this148.name = 'RateLimited_TooManyLoginAttemptsError';
2133
+ return _this148;
2120
2134
  }
2121
2135
  return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
2122
2136
  }(RateLimitedError);
@@ -2124,13 +2138,13 @@ exports.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttempts
2124
2138
  errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
2125
2139
  var RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
2126
2140
  (0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError4);
2127
- var _super148 = _createSuper(RateLimited_TooManyRequestsError);
2141
+ var _super149 = _createSuper(RateLimited_TooManyRequestsError);
2128
2142
  function RateLimited_TooManyRequestsError(message, code) {
2129
- var _this148;
2143
+ var _this149;
2130
2144
  (0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
2131
- _this148 = _super148.call(this, message, code);
2132
- _this148.name = 'RateLimited_TooManyRequestsError';
2133
- return _this148;
2145
+ _this149 = _super149.call(this, message, code);
2146
+ _this149.name = 'RateLimited_TooManyRequestsError';
2147
+ return _this149;
2134
2148
  }
2135
2149
  return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
2136
2150
  }(RateLimitedError);
@@ -2138,13 +2152,13 @@ exports.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
2138
2152
  errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
2139
2153
  var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError5) {
2140
2154
  (0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError5);
2141
- var _super149 = _createSuper(RateLimited_TooManySharesError);
2155
+ var _super150 = _createSuper(RateLimited_TooManySharesError);
2142
2156
  function RateLimited_TooManySharesError(message, code) {
2143
- var _this149;
2157
+ var _this150;
2144
2158
  (0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
2145
- _this149 = _super149.call(this, message, code);
2146
- _this149.name = 'RateLimited_TooManySharesError';
2147
- return _this149;
2159
+ _this150 = _super150.call(this, message, code);
2160
+ _this150.name = 'RateLimited_TooManySharesError';
2161
+ return _this150;
2148
2162
  }
2149
2163
  return (0, _createClass2.default)(RateLimited_TooManySharesError);
2150
2164
  }(RateLimitedError);
@@ -2152,13 +2166,13 @@ exports.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
2152
2166
  errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
2153
2167
  var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
2154
2168
  (0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
2155
- var _super150 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
2169
+ var _super151 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
2156
2170
  function ServiceUnavailable_UploadsUnavailableError(message, code) {
2157
- var _this150;
2171
+ var _this151;
2158
2172
  (0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
2159
- _this150 = _super150.call(this, message, code);
2160
- _this150.name = 'ServiceUnavailable_UploadsUnavailableError';
2161
- return _this150;
2173
+ _this151 = _super151.call(this, message, code);
2174
+ _this151.name = 'ServiceUnavailable_UploadsUnavailableError';
2175
+ return _this151;
2162
2176
  }
2163
2177
  return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
2164
2178
  }(ServiceUnavailableError);
@@ -2166,13 +2180,13 @@ exports.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsU
2166
2180
  errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
2167
2181
  var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
2168
2182
  (0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
2169
- var _super151 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
2183
+ var _super152 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
2170
2184
  function SiteConfiguration_AccountAlreadyExistsError(message, code) {
2171
- var _this151;
2185
+ var _this152;
2172
2186
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
2173
- _this151 = _super151.call(this, message, code);
2174
- _this151.name = 'SiteConfiguration_AccountAlreadyExistsError';
2175
- return _this151;
2187
+ _this152 = _super152.call(this, message, code);
2188
+ _this152.name = 'SiteConfiguration_AccountAlreadyExistsError';
2189
+ return _this152;
2176
2190
  }
2177
2191
  return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
2178
2192
  }(SiteConfigurationError);
@@ -2180,13 +2194,13 @@ exports.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountA
2180
2194
  errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
2181
2195
  var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
2182
2196
  (0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
2183
- var _super152 = _createSuper(SiteConfiguration_AccountOverdueError);
2197
+ var _super153 = _createSuper(SiteConfiguration_AccountOverdueError);
2184
2198
  function SiteConfiguration_AccountOverdueError(message, code) {
2185
- var _this152;
2199
+ var _this153;
2186
2200
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
2187
- _this152 = _super152.call(this, message, code);
2188
- _this152.name = 'SiteConfiguration_AccountOverdueError';
2189
- return _this152;
2201
+ _this153 = _super153.call(this, message, code);
2202
+ _this153.name = 'SiteConfiguration_AccountOverdueError';
2203
+ return _this153;
2190
2204
  }
2191
2205
  return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
2192
2206
  }(SiteConfigurationError);
@@ -2194,13 +2208,13 @@ exports.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdue
2194
2208
  errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
2195
2209
  var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
2196
2210
  (0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
2197
- var _super153 = _createSuper(SiteConfiguration_NoAccountForSiteError);
2211
+ var _super154 = _createSuper(SiteConfiguration_NoAccountForSiteError);
2198
2212
  function SiteConfiguration_NoAccountForSiteError(message, code) {
2199
- var _this153;
2213
+ var _this154;
2200
2214
  (0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
2201
- _this153 = _super153.call(this, message, code);
2202
- _this153.name = 'SiteConfiguration_NoAccountForSiteError';
2203
- return _this153;
2215
+ _this154 = _super154.call(this, message, code);
2216
+ _this154.name = 'SiteConfiguration_NoAccountForSiteError';
2217
+ return _this154;
2204
2218
  }
2205
2219
  return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
2206
2220
  }(SiteConfigurationError);
@@ -2208,13 +2222,13 @@ exports.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountFor
2208
2222
  errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
2209
2223
  var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
2210
2224
  (0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
2211
- var _super154 = _createSuper(SiteConfiguration_SiteWasRemovedError);
2225
+ var _super155 = _createSuper(SiteConfiguration_SiteWasRemovedError);
2212
2226
  function SiteConfiguration_SiteWasRemovedError(message, code) {
2213
- var _this154;
2227
+ var _this155;
2214
2228
  (0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
2215
- _this154 = _super154.call(this, message, code);
2216
- _this154.name = 'SiteConfiguration_SiteWasRemovedError';
2217
- return _this154;
2229
+ _this155 = _super155.call(this, message, code);
2230
+ _this155.name = 'SiteConfiguration_SiteWasRemovedError';
2231
+ return _this155;
2218
2232
  }
2219
2233
  return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
2220
2234
  }(SiteConfigurationError);
@@ -2222,13 +2236,13 @@ exports.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemoved
2222
2236
  errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
2223
2237
  var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
2224
2238
  (0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
2225
- var _super155 = _createSuper(SiteConfiguration_TrialExpiredError);
2239
+ var _super156 = _createSuper(SiteConfiguration_TrialExpiredError);
2226
2240
  function SiteConfiguration_TrialExpiredError(message, code) {
2227
- var _this155;
2241
+ var _this156;
2228
2242
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
2229
- _this155 = _super155.call(this, message, code);
2230
- _this155.name = 'SiteConfiguration_TrialExpiredError';
2231
- return _this155;
2243
+ _this156 = _super156.call(this, message, code);
2244
+ _this156.name = 'SiteConfiguration_TrialExpiredError';
2245
+ return _this156;
2232
2246
  }
2233
2247
  return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
2234
2248
  }(SiteConfigurationError);
@@ -2236,13 +2250,13 @@ exports.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredErro
2236
2250
  errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
2237
2251
  var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
2238
2252
  (0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
2239
- var _super156 = _createSuper(SiteConfiguration_TrialLockedError);
2253
+ var _super157 = _createSuper(SiteConfiguration_TrialLockedError);
2240
2254
  function SiteConfiguration_TrialLockedError(message, code) {
2241
- var _this156;
2255
+ var _this157;
2242
2256
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
2243
- _this156 = _super156.call(this, message, code);
2244
- _this156.name = 'SiteConfiguration_TrialLockedError';
2245
- return _this156;
2257
+ _this157 = _super157.call(this, message, code);
2258
+ _this157.name = 'SiteConfiguration_TrialLockedError';
2259
+ return _this157;
2246
2260
  }
2247
2261
  return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
2248
2262
  }(SiteConfigurationError);
@@ -2250,13 +2264,13 @@ exports.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
2250
2264
  errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
2251
2265
  var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
2252
2266
  (0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
2253
- var _super157 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
2267
+ var _super158 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
2254
2268
  function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
2255
- var _this157;
2269
+ var _this158;
2256
2270
  (0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
2257
- _this157 = _super157.call(this, message, code);
2258
- _this157.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2259
- return _this157;
2271
+ _this158 = _super158.call(this, message, code);
2272
+ _this158.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2273
+ return _this158;
2260
2274
  }
2261
2275
  return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
2262
2276
  }(SiteConfigurationError);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.0.238",
3
+ "version": "1.0.239",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
package/src/Errors.js CHANGED
@@ -183,6 +183,7 @@ export class NotFound_PlanNotFoundError extends NotFoundError { constructor(mess
183
183
  export class NotFound_SiteNotFoundError extends NotFoundError { constructor(message, code) { super(message, code); this.name = 'NotFound_SiteNotFoundError' } } errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError
184
184
  export class NotFound_UserNotFoundError extends NotFoundError { constructor(message, code) { super(message, code); this.name = 'NotFound_UserNotFoundError' } } errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError
185
185
  export class ProcessingFailure_BundleOnlyAllowsPreviewsError extends ProcessingFailureError { constructor(message, code) { super(message, code); this.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError' } } errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError
186
+ export class ProcessingFailure_BundleOperationRequiresSubfolderError extends ProcessingFailureError { constructor(message, code) { super(message, code); this.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError' } } errorClasses.ProcessingFailure_BundleOperationRequiresSubfolderError = ProcessingFailure_BundleOperationRequiresSubfolderError
186
187
  export class ProcessingFailure_CouldNotCreateParentError extends ProcessingFailureError { constructor(message, code) { super(message, code); this.name = 'ProcessingFailure_CouldNotCreateParentError' } } errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError
187
188
  export class ProcessingFailure_DestinationExistsError extends ProcessingFailureError { constructor(message, code) { super(message, code); this.name = 'ProcessingFailure_DestinationExistsError' } } errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError
188
189
  export class ProcessingFailure_DestinationFolderLimitedError extends ProcessingFailureError { constructor(message, code) { super(message, code); this.name = 'ProcessingFailure_DestinationFolderLimitedError' } } errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError