files.com 1.2.58 → 1.2.60

Sign up to get free protection for your applications and to get access to all the features.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.58
1
+ 1.2.60
package/docs/Errors.md CHANGED
@@ -75,8 +75,8 @@ These errors are derived from the error groups listed above.
75
75
  ### BadRequest_NoValidInputParamsError
76
76
  ### BadRequest_OperationOnNonScimResourceError
77
77
  ### BadRequest_PartNumberTooLargeError
78
+ ### BadRequest_PathCannotHaveTrailingWhitespaceError
78
79
  ### BadRequest_ReauthenticationNeededFieldsError
79
- ### BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError
80
80
  ### BadRequest_RequestParamsContainInvalidCharacterError
81
81
  ### BadRequest_RequestParamsInvalidError
82
82
  ### BadRequest_RequestParamsRequiredError
@@ -167,6 +167,7 @@ These errors are derived from the error groups listed above.
167
167
  ### ProcessingFailure_FileLockedError
168
168
  ### ProcessingFailure_FileNotUploadedError
169
169
  ### ProcessingFailure_FilePendingProcessingError
170
+ ### ProcessingFailure_FileProcessingErrorError
170
171
  ### ProcessingFailure_FileTooBigToDecryptError
171
172
  ### ProcessingFailure_FileTooBigToEncryptError
172
173
  ### ProcessingFailure_FileUploadedToWrongRegionError
@@ -14,6 +14,7 @@
14
14
  "allowed_2fa_method_webauthn": true,
15
15
  "allowed_2fa_method_yubi": true,
16
16
  "allowed_2fa_method_email": true,
17
+ "allowed_2fa_method_static": true,
17
18
  "allowed_2fa_method_bypass_for_ftp_sftp_dav": true,
18
19
  "admin_user_id": 1,
19
20
  "admins_bypass_locked_subfolders": true,
@@ -286,6 +287,7 @@
286
287
  * `allowed_2fa_method_webauthn` (boolean): Is WebAuthn two factor authentication allowed?
287
288
  * `allowed_2fa_method_yubi` (boolean): Is yubikey two factor authentication allowed?
288
289
  * `allowed_2fa_method_email` (boolean): Is OTP via email two factor authentication allowed?
290
+ * `allowed_2fa_method_static` (boolean): Is OTP via static codes for two factor authentication allowed?
289
291
  * `allowed_2fa_method_bypass_for_ftp_sftp_dav` (boolean): Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
290
292
  * `admin_user_id` (int64): User ID for the main site administrator
291
293
  * `admins_bypass_locked_subfolders` (boolean): Allow admins to bypass the locked subfolders setting.
@@ -559,6 +561,7 @@ await Site.update({
559
561
  'allowed_2fa_method_webauthn': true,
560
562
  'allowed_2fa_method_yubi': true,
561
563
  'allowed_2fa_method_email': true,
564
+ 'allowed_2fa_method_static': true,
562
565
  'allowed_2fa_method_bypass_for_ftp_sftp_dav': true,
563
566
  'require_2fa': true,
564
567
  'require_2fa_user_type': "`site_admins`",
@@ -707,6 +710,7 @@ await Site.update({
707
710
  * `allowed_2fa_method_webauthn` (boolean): Is WebAuthn two factor authentication allowed?
708
711
  * `allowed_2fa_method_yubi` (boolean): Is yubikey two factor authentication allowed?
709
712
  * `allowed_2fa_method_email` (boolean): Is OTP via email two factor authentication allowed?
713
+ * `allowed_2fa_method_static` (boolean): Is OTP via static codes for two factor authentication allowed?
710
714
  * `allowed_2fa_method_bypass_for_ftp_sftp_dav` (boolean): Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
711
715
  * `require_2fa` (boolean): Require two-factor authentication for all users?
712
716
  * `require_2fa_user_type` (string): What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
package/lib/Errors.js CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
- 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_RecaptchaFailedError = 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_FilesAgentFailedAuthorizationError = 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.NotAuthenticated_AdditionalAuthenticationRequiredError = 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_InvalidFilterParamValueError = 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.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = 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_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = 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_FilenameTooLongError = 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.ProcessingFailure_AlreadyCompletedError = 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 = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = void 0;
5
+ 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_RecaptchaFailedError = 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_FilesAgentFailedAuthorizationError = 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.NotAuthenticated_AdditionalAuthenticationRequiredError = 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_ReauthenticationNeededFieldsError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = 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_InvalidFilterParamValueError = 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.ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = 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_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = 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_FilenameTooLongError = exports.ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileProcessingErrorError = 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.ProcessingFailure_AlreadyCompletedError = 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 = exports.NotFound_CodeNotFoundError = exports.NotFound_BundleRegistrationNotFoundError = exports.NotFound_BundlePathNotFoundError = exports.NotFound_ApiKeyNotFoundError = 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"));
@@ -592,30 +592,30 @@ var BadRequest_PartNumberTooLargeError = exports.BadRequest_PartNumberTooLargeEr
592
592
  return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
593
593
  }(BadRequestError);
594
594
  errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
595
- var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError29) {
596
- function BadRequest_ReauthenticationNeededFieldsError(message, code, errorData) {
595
+ var BadRequest_PathCannotHaveTrailingWhitespaceError = exports.BadRequest_PathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError29) {
596
+ function BadRequest_PathCannotHaveTrailingWhitespaceError(message, code, errorData) {
597
597
  var _this44;
598
- (0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
599
- _this44 = _callSuper(this, BadRequest_ReauthenticationNeededFieldsError, [message, code, errorData]);
600
- _this44.name = 'BadRequest_ReauthenticationNeededFieldsError';
598
+ (0, _classCallCheck2.default)(this, BadRequest_PathCannotHaveTrailingWhitespaceError);
599
+ _this44 = _callSuper(this, BadRequest_PathCannotHaveTrailingWhitespaceError, [message, code, errorData]);
600
+ _this44.name = 'BadRequest_PathCannotHaveTrailingWhitespaceError';
601
601
  return _this44;
602
602
  }
603
- (0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError29);
604
- return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
603
+ (0, _inherits2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError, _BadRequestError29);
604
+ return (0, _createClass2.default)(BadRequest_PathCannotHaveTrailingWhitespaceError);
605
605
  }(BadRequestError);
606
- errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
607
- var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError30) {
608
- function BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError(message, code, errorData) {
606
+ errorClasses.BadRequest_PathCannotHaveTrailingWhitespaceError = BadRequest_PathCannotHaveTrailingWhitespaceError;
607
+ var BadRequest_ReauthenticationNeededFieldsError = exports.BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError30) {
608
+ function BadRequest_ReauthenticationNeededFieldsError(message, code, errorData) {
609
609
  var _this45;
610
- (0, _classCallCheck2.default)(this, BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
611
- _this45 = _callSuper(this, BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, [message, code, errorData]);
612
- _this45.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError';
610
+ (0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
611
+ _this45 = _callSuper(this, BadRequest_ReauthenticationNeededFieldsError, [message, code, errorData]);
612
+ _this45.name = 'BadRequest_ReauthenticationNeededFieldsError';
613
613
  return _this45;
614
614
  }
615
- (0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, _BadRequestError30);
616
- return (0, _createClass2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
615
+ (0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError30);
616
+ return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
617
617
  }(BadRequestError);
618
- errorClasses.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
618
+ errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
619
619
  var BadRequest_RequestParamsContainInvalidCharacterError = exports.BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError31) {
620
620
  function BadRequest_RequestParamsContainInvalidCharacterError(message, code, errorData) {
621
621
  var _this46;
@@ -1696,289 +1696,301 @@ var ProcessingFailure_FilePendingProcessingError = exports.ProcessingFailure_Fil
1696
1696
  return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
1697
1697
  }(ProcessingFailureError);
1698
1698
  errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
1699
- var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr18) {
1700
- function ProcessingFailure_FileTooBigToDecryptError(message, code, errorData) {
1699
+ var ProcessingFailure_FileProcessingErrorError = exports.ProcessingFailure_FileProcessingErrorError = /*#__PURE__*/function (_ProcessingFailureErr18) {
1700
+ function ProcessingFailure_FileProcessingErrorError(message, code, errorData) {
1701
1701
  var _this136;
1702
- (0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
1703
- _this136 = _callSuper(this, ProcessingFailure_FileTooBigToDecryptError, [message, code, errorData]);
1704
- _this136.name = 'ProcessingFailure_FileTooBigToDecryptError';
1702
+ (0, _classCallCheck2.default)(this, ProcessingFailure_FileProcessingErrorError);
1703
+ _this136 = _callSuper(this, ProcessingFailure_FileProcessingErrorError, [message, code, errorData]);
1704
+ _this136.name = 'ProcessingFailure_FileProcessingErrorError';
1705
1705
  return _this136;
1706
1706
  }
1707
- (0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr18);
1707
+ (0, _inherits2.default)(ProcessingFailure_FileProcessingErrorError, _ProcessingFailureErr18);
1708
+ return (0, _createClass2.default)(ProcessingFailure_FileProcessingErrorError);
1709
+ }(ProcessingFailureError);
1710
+ errorClasses.ProcessingFailure_FileProcessingErrorError = ProcessingFailure_FileProcessingErrorError;
1711
+ var ProcessingFailure_FileTooBigToDecryptError = exports.ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr19) {
1712
+ function ProcessingFailure_FileTooBigToDecryptError(message, code, errorData) {
1713
+ var _this137;
1714
+ (0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
1715
+ _this137 = _callSuper(this, ProcessingFailure_FileTooBigToDecryptError, [message, code, errorData]);
1716
+ _this137.name = 'ProcessingFailure_FileTooBigToDecryptError';
1717
+ return _this137;
1718
+ }
1719
+ (0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr19);
1708
1720
  return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
1709
1721
  }(ProcessingFailureError);
1710
1722
  errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
1711
- var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr19) {
1723
+ var ProcessingFailure_FileTooBigToEncryptError = exports.ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr20) {
1712
1724
  function ProcessingFailure_FileTooBigToEncryptError(message, code, errorData) {
1713
- var _this137;
1725
+ var _this138;
1714
1726
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
1715
- _this137 = _callSuper(this, ProcessingFailure_FileTooBigToEncryptError, [message, code, errorData]);
1716
- _this137.name = 'ProcessingFailure_FileTooBigToEncryptError';
1717
- return _this137;
1727
+ _this138 = _callSuper(this, ProcessingFailure_FileTooBigToEncryptError, [message, code, errorData]);
1728
+ _this138.name = 'ProcessingFailure_FileTooBigToEncryptError';
1729
+ return _this138;
1718
1730
  }
1719
- (0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr19);
1731
+ (0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr20);
1720
1732
  return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
1721
1733
  }(ProcessingFailureError);
1722
1734
  errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
1723
- var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr20) {
1735
+ var ProcessingFailure_FileUploadedToWrongRegionError = exports.ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr21) {
1724
1736
  function ProcessingFailure_FileUploadedToWrongRegionError(message, code, errorData) {
1725
- var _this138;
1737
+ var _this139;
1726
1738
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
1727
- _this138 = _callSuper(this, ProcessingFailure_FileUploadedToWrongRegionError, [message, code, errorData]);
1728
- _this138.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
1729
- return _this138;
1739
+ _this139 = _callSuper(this, ProcessingFailure_FileUploadedToWrongRegionError, [message, code, errorData]);
1740
+ _this139.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
1741
+ return _this139;
1730
1742
  }
1731
- (0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr20);
1743
+ (0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr21);
1732
1744
  return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
1733
1745
  }(ProcessingFailureError);
1734
1746
  errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
1735
- var ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FilenameTooLongError = /*#__PURE__*/function (_ProcessingFailureErr21) {
1747
+ var ProcessingFailure_FilenameTooLongError = exports.ProcessingFailure_FilenameTooLongError = /*#__PURE__*/function (_ProcessingFailureErr22) {
1736
1748
  function ProcessingFailure_FilenameTooLongError(message, code, errorData) {
1737
- var _this139;
1749
+ var _this140;
1738
1750
  (0, _classCallCheck2.default)(this, ProcessingFailure_FilenameTooLongError);
1739
- _this139 = _callSuper(this, ProcessingFailure_FilenameTooLongError, [message, code, errorData]);
1740
- _this139.name = 'ProcessingFailure_FilenameTooLongError';
1741
- return _this139;
1751
+ _this140 = _callSuper(this, ProcessingFailure_FilenameTooLongError, [message, code, errorData]);
1752
+ _this140.name = 'ProcessingFailure_FilenameTooLongError';
1753
+ return _this140;
1742
1754
  }
1743
- (0, _inherits2.default)(ProcessingFailure_FilenameTooLongError, _ProcessingFailureErr21);
1755
+ (0, _inherits2.default)(ProcessingFailure_FilenameTooLongError, _ProcessingFailureErr22);
1744
1756
  return (0, _createClass2.default)(ProcessingFailure_FilenameTooLongError);
1745
1757
  }(ProcessingFailureError);
1746
1758
  errorClasses.ProcessingFailure_FilenameTooLongError = ProcessingFailure_FilenameTooLongError;
1747
- var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr22) {
1759
+ var ProcessingFailure_FolderLockedError = exports.ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr23) {
1748
1760
  function ProcessingFailure_FolderLockedError(message, code, errorData) {
1749
- var _this140;
1761
+ var _this141;
1750
1762
  (0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
1751
- _this140 = _callSuper(this, ProcessingFailure_FolderLockedError, [message, code, errorData]);
1752
- _this140.name = 'ProcessingFailure_FolderLockedError';
1753
- return _this140;
1763
+ _this141 = _callSuper(this, ProcessingFailure_FolderLockedError, [message, code, errorData]);
1764
+ _this141.name = 'ProcessingFailure_FolderLockedError';
1765
+ return _this141;
1754
1766
  }
1755
- (0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr22);
1767
+ (0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr23);
1756
1768
  return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
1757
1769
  }(ProcessingFailureError);
1758
1770
  errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
1759
- var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr23) {
1771
+ var ProcessingFailure_FolderNotEmptyError = exports.ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr24) {
1760
1772
  function ProcessingFailure_FolderNotEmptyError(message, code, errorData) {
1761
- var _this141;
1773
+ var _this142;
1762
1774
  (0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
1763
- _this141 = _callSuper(this, ProcessingFailure_FolderNotEmptyError, [message, code, errorData]);
1764
- _this141.name = 'ProcessingFailure_FolderNotEmptyError';
1765
- return _this141;
1775
+ _this142 = _callSuper(this, ProcessingFailure_FolderNotEmptyError, [message, code, errorData]);
1776
+ _this142.name = 'ProcessingFailure_FolderNotEmptyError';
1777
+ return _this142;
1766
1778
  }
1767
- (0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr23);
1779
+ (0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr24);
1768
1780
  return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
1769
1781
  }(ProcessingFailureError);
1770
1782
  errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
1771
- var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr24) {
1783
+ var ProcessingFailure_HistoryUnavailableError = exports.ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr25) {
1772
1784
  function ProcessingFailure_HistoryUnavailableError(message, code, errorData) {
1773
- var _this142;
1785
+ var _this143;
1774
1786
  (0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
1775
- _this142 = _callSuper(this, ProcessingFailure_HistoryUnavailableError, [message, code, errorData]);
1776
- _this142.name = 'ProcessingFailure_HistoryUnavailableError';
1777
- return _this142;
1787
+ _this143 = _callSuper(this, ProcessingFailure_HistoryUnavailableError, [message, code, errorData]);
1788
+ _this143.name = 'ProcessingFailure_HistoryUnavailableError';
1789
+ return _this143;
1778
1790
  }
1779
- (0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr24);
1791
+ (0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr25);
1780
1792
  return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
1781
1793
  }(ProcessingFailureError);
1782
1794
  errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
1783
- var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr25) {
1795
+ var ProcessingFailure_InvalidBundleCodeError = exports.ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr26) {
1784
1796
  function ProcessingFailure_InvalidBundleCodeError(message, code, errorData) {
1785
- var _this143;
1797
+ var _this144;
1786
1798
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
1787
- _this143 = _callSuper(this, ProcessingFailure_InvalidBundleCodeError, [message, code, errorData]);
1788
- _this143.name = 'ProcessingFailure_InvalidBundleCodeError';
1789
- return _this143;
1799
+ _this144 = _callSuper(this, ProcessingFailure_InvalidBundleCodeError, [message, code, errorData]);
1800
+ _this144.name = 'ProcessingFailure_InvalidBundleCodeError';
1801
+ return _this144;
1790
1802
  }
1791
- (0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr25);
1803
+ (0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr26);
1792
1804
  return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
1793
1805
  }(ProcessingFailureError);
1794
1806
  errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
1795
- var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr26) {
1807
+ var ProcessingFailure_InvalidFileTypeError = exports.ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr27) {
1796
1808
  function ProcessingFailure_InvalidFileTypeError(message, code, errorData) {
1797
- var _this144;
1809
+ var _this145;
1798
1810
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
1799
- _this144 = _callSuper(this, ProcessingFailure_InvalidFileTypeError, [message, code, errorData]);
1800
- _this144.name = 'ProcessingFailure_InvalidFileTypeError';
1801
- return _this144;
1811
+ _this145 = _callSuper(this, ProcessingFailure_InvalidFileTypeError, [message, code, errorData]);
1812
+ _this145.name = 'ProcessingFailure_InvalidFileTypeError';
1813
+ return _this145;
1802
1814
  }
1803
- (0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr26);
1815
+ (0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr27);
1804
1816
  return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
1805
1817
  }(ProcessingFailureError);
1806
1818
  errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
1807
- var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr27) {
1819
+ var ProcessingFailure_InvalidFilenameError = exports.ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr28) {
1808
1820
  function ProcessingFailure_InvalidFilenameError(message, code, errorData) {
1809
- var _this145;
1821
+ var _this146;
1810
1822
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
1811
- _this145 = _callSuper(this, ProcessingFailure_InvalidFilenameError, [message, code, errorData]);
1812
- _this145.name = 'ProcessingFailure_InvalidFilenameError';
1813
- return _this145;
1823
+ _this146 = _callSuper(this, ProcessingFailure_InvalidFilenameError, [message, code, errorData]);
1824
+ _this146.name = 'ProcessingFailure_InvalidFilenameError';
1825
+ return _this146;
1814
1826
  }
1815
- (0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr27);
1827
+ (0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr28);
1816
1828
  return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
1817
1829
  }(ProcessingFailureError);
1818
1830
  errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
1819
- var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr28) {
1831
+ var ProcessingFailure_InvalidRangeError = exports.ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr29) {
1820
1832
  function ProcessingFailure_InvalidRangeError(message, code, errorData) {
1821
- var _this146;
1833
+ var _this147;
1822
1834
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
1823
- _this146 = _callSuper(this, ProcessingFailure_InvalidRangeError, [message, code, errorData]);
1824
- _this146.name = 'ProcessingFailure_InvalidRangeError';
1825
- return _this146;
1835
+ _this147 = _callSuper(this, ProcessingFailure_InvalidRangeError, [message, code, errorData]);
1836
+ _this147.name = 'ProcessingFailure_InvalidRangeError';
1837
+ return _this147;
1826
1838
  }
1827
- (0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr28);
1839
+ (0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr29);
1828
1840
  return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
1829
1841
  }(ProcessingFailureError);
1830
1842
  errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
1831
- var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr29) {
1843
+ var ProcessingFailure_ModelSaveErrorError = exports.ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr30) {
1832
1844
  function ProcessingFailure_ModelSaveErrorError(message, code, errorData) {
1833
- var _this147;
1845
+ var _this148;
1834
1846
  (0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
1835
- _this147 = _callSuper(this, ProcessingFailure_ModelSaveErrorError, [message, code, errorData]);
1836
- _this147.name = 'ProcessingFailure_ModelSaveErrorError';
1837
- return _this147;
1847
+ _this148 = _callSuper(this, ProcessingFailure_ModelSaveErrorError, [message, code, errorData]);
1848
+ _this148.name = 'ProcessingFailure_ModelSaveErrorError';
1849
+ return _this148;
1838
1850
  }
1839
- (0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr29);
1851
+ (0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr30);
1840
1852
  return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
1841
1853
  }(ProcessingFailureError);
1842
1854
  errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
1843
- var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr30) {
1855
+ var ProcessingFailure_MultipleProcessingErrorsError = exports.ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr31) {
1844
1856
  function ProcessingFailure_MultipleProcessingErrorsError(message, code, errorData) {
1845
- var _this148;
1857
+ var _this149;
1846
1858
  (0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
1847
- _this148 = _callSuper(this, ProcessingFailure_MultipleProcessingErrorsError, [message, code, errorData]);
1848
- _this148.name = 'ProcessingFailure_MultipleProcessingErrorsError';
1849
- return _this148;
1859
+ _this149 = _callSuper(this, ProcessingFailure_MultipleProcessingErrorsError, [message, code, errorData]);
1860
+ _this149.name = 'ProcessingFailure_MultipleProcessingErrorsError';
1861
+ return _this149;
1850
1862
  }
1851
- (0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr30);
1863
+ (0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr31);
1852
1864
  return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
1853
1865
  }(ProcessingFailureError);
1854
1866
  errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
1855
- var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr31) {
1867
+ var ProcessingFailure_PathTooLongError = exports.ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr32) {
1856
1868
  function ProcessingFailure_PathTooLongError(message, code, errorData) {
1857
- var _this149;
1869
+ var _this150;
1858
1870
  (0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
1859
- _this149 = _callSuper(this, ProcessingFailure_PathTooLongError, [message, code, errorData]);
1860
- _this149.name = 'ProcessingFailure_PathTooLongError';
1861
- return _this149;
1871
+ _this150 = _callSuper(this, ProcessingFailure_PathTooLongError, [message, code, errorData]);
1872
+ _this150.name = 'ProcessingFailure_PathTooLongError';
1873
+ return _this150;
1862
1874
  }
1863
- (0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr31);
1875
+ (0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr32);
1864
1876
  return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
1865
1877
  }(ProcessingFailureError);
1866
1878
  errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
1867
- var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
1879
+ var ProcessingFailure_RecipientAlreadySharedError = exports.ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr33) {
1868
1880
  function ProcessingFailure_RecipientAlreadySharedError(message, code, errorData) {
1869
- var _this150;
1881
+ var _this151;
1870
1882
  (0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
1871
- _this150 = _callSuper(this, ProcessingFailure_RecipientAlreadySharedError, [message, code, errorData]);
1872
- _this150.name = 'ProcessingFailure_RecipientAlreadySharedError';
1873
- return _this150;
1883
+ _this151 = _callSuper(this, ProcessingFailure_RecipientAlreadySharedError, [message, code, errorData]);
1884
+ _this151.name = 'ProcessingFailure_RecipientAlreadySharedError';
1885
+ return _this151;
1874
1886
  }
1875
- (0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr32);
1887
+ (0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr33);
1876
1888
  return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
1877
1889
  }(ProcessingFailureError);
1878
1890
  errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
1879
- var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr33) {
1891
+ var ProcessingFailure_RemoteServerErrorError = exports.ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr34) {
1880
1892
  function ProcessingFailure_RemoteServerErrorError(message, code, errorData) {
1881
- var _this151;
1893
+ var _this152;
1882
1894
  (0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
1883
- _this151 = _callSuper(this, ProcessingFailure_RemoteServerErrorError, [message, code, errorData]);
1884
- _this151.name = 'ProcessingFailure_RemoteServerErrorError';
1885
- return _this151;
1895
+ _this152 = _callSuper(this, ProcessingFailure_RemoteServerErrorError, [message, code, errorData]);
1896
+ _this152.name = 'ProcessingFailure_RemoteServerErrorError';
1897
+ return _this152;
1886
1898
  }
1887
- (0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr33);
1899
+ (0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr34);
1888
1900
  return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
1889
1901
  }(ProcessingFailureError);
1890
1902
  errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
1891
- var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr34) {
1903
+ var ProcessingFailure_ResourceLockedError = exports.ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr35) {
1892
1904
  function ProcessingFailure_ResourceLockedError(message, code, errorData) {
1893
- var _this152;
1905
+ var _this153;
1894
1906
  (0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
1895
- _this152 = _callSuper(this, ProcessingFailure_ResourceLockedError, [message, code, errorData]);
1896
- _this152.name = 'ProcessingFailure_ResourceLockedError';
1897
- return _this152;
1907
+ _this153 = _callSuper(this, ProcessingFailure_ResourceLockedError, [message, code, errorData]);
1908
+ _this153.name = 'ProcessingFailure_ResourceLockedError';
1909
+ return _this153;
1898
1910
  }
1899
- (0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr34);
1911
+ (0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr35);
1900
1912
  return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
1901
1913
  }(ProcessingFailureError);
1902
1914
  errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
1903
- var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr35) {
1915
+ var ProcessingFailure_SubfolderLockedError = exports.ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr36) {
1904
1916
  function ProcessingFailure_SubfolderLockedError(message, code, errorData) {
1905
- var _this153;
1917
+ var _this154;
1906
1918
  (0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
1907
- _this153 = _callSuper(this, ProcessingFailure_SubfolderLockedError, [message, code, errorData]);
1908
- _this153.name = 'ProcessingFailure_SubfolderLockedError';
1909
- return _this153;
1919
+ _this154 = _callSuper(this, ProcessingFailure_SubfolderLockedError, [message, code, errorData]);
1920
+ _this154.name = 'ProcessingFailure_SubfolderLockedError';
1921
+ return _this154;
1910
1922
  }
1911
- (0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr35);
1923
+ (0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr36);
1912
1924
  return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
1913
1925
  }(ProcessingFailureError);
1914
1926
  errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
1915
- var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr36) {
1927
+ var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr37) {
1916
1928
  function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code, errorData) {
1917
- var _this154;
1929
+ var _this155;
1918
1930
  (0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
1919
- _this154 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, [message, code, errorData]);
1920
- _this154.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
1921
- return _this154;
1931
+ _this155 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, [message, code, errorData]);
1932
+ _this155.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
1933
+ return _this155;
1922
1934
  }
1923
- (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr36);
1935
+ (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr37);
1924
1936
  return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
1925
1937
  }(ProcessingFailureError);
1926
1938
  errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
1927
- var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr37) {
1939
+ var ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = exports.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = /*#__PURE__*/function (_ProcessingFailureErr38) {
1928
1940
  function ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError(message, code, errorData) {
1929
- var _this155;
1941
+ var _this156;
1930
1942
  (0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
1931
- _this155 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, [message, code, errorData]);
1932
- _this155.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
1933
- return _this155;
1943
+ _this156 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, [message, code, errorData]);
1944
+ _this156.name = 'ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError';
1945
+ return _this156;
1934
1946
  }
1935
- (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr37);
1947
+ (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError, _ProcessingFailureErr38);
1936
1948
  return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError);
1937
1949
  }(ProcessingFailureError);
1938
1950
  errorClasses.ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError = ProcessingFailure_TwoFactorAuthenticationCountryBlacklistedError;
1939
- var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr38) {
1951
+ var ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = exports.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = /*#__PURE__*/function (_ProcessingFailureErr39) {
1940
1952
  function ProcessingFailure_TwoFactorAuthenticationGeneralErrorError(message, code, errorData) {
1941
- var _this156;
1953
+ var _this157;
1942
1954
  (0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
1943
- _this156 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, [message, code, errorData]);
1944
- _this156.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
1945
- return _this156;
1955
+ _this157 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, [message, code, errorData]);
1956
+ _this157.name = 'ProcessingFailure_TwoFactorAuthenticationGeneralErrorError';
1957
+ return _this157;
1946
1958
  }
1947
- (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr38);
1959
+ (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError, _ProcessingFailureErr39);
1948
1960
  return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationGeneralErrorError);
1949
1961
  }(ProcessingFailureError);
1950
1962
  errorClasses.ProcessingFailure_TwoFactorAuthenticationGeneralErrorError = ProcessingFailure_TwoFactorAuthenticationGeneralErrorError;
1951
- var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (_ProcessingFailureErr39) {
1963
+ var ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = exports.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = /*#__PURE__*/function (_ProcessingFailureErr40) {
1952
1964
  function ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError(message, code, errorData) {
1953
- var _this157;
1965
+ var _this158;
1954
1966
  (0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
1955
- _this157 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, [message, code, errorData]);
1956
- _this157.name = 'ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError';
1957
- return _this157;
1967
+ _this158 = _callSuper(this, ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, [message, code, errorData]);
1968
+ _this158.name = 'ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError';
1969
+ return _this158;
1958
1970
  }
1959
- (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, _ProcessingFailureErr39);
1971
+ (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError, _ProcessingFailureErr40);
1960
1972
  return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError);
1961
1973
  }(ProcessingFailureError);
1962
1974
  errorClasses.ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError = ProcessingFailure_TwoFactorAuthenticationUnsubscribedRecipientError;
1963
- var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr40) {
1975
+ var ProcessingFailure_UpdatesNotAllowedForRemotesError = exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr41) {
1964
1976
  function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code, errorData) {
1965
- var _this158;
1977
+ var _this159;
1966
1978
  (0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
1967
- _this158 = _callSuper(this, ProcessingFailure_UpdatesNotAllowedForRemotesError, [message, code, errorData]);
1968
- _this158.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
1969
- return _this158;
1979
+ _this159 = _callSuper(this, ProcessingFailure_UpdatesNotAllowedForRemotesError, [message, code, errorData]);
1980
+ _this159.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
1981
+ return _this159;
1970
1982
  }
1971
- (0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr40);
1983
+ (0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr41);
1972
1984
  return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
1973
1985
  }(ProcessingFailureError);
1974
1986
  errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
1975
1987
  var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShareRecipientError = /*#__PURE__*/function (_RateLimitedError) {
1976
1988
  function RateLimited_DuplicateShareRecipientError(message, code, errorData) {
1977
- var _this159;
1989
+ var _this160;
1978
1990
  (0, _classCallCheck2.default)(this, RateLimited_DuplicateShareRecipientError);
1979
- _this159 = _callSuper(this, RateLimited_DuplicateShareRecipientError, [message, code, errorData]);
1980
- _this159.name = 'RateLimited_DuplicateShareRecipientError';
1981
- return _this159;
1991
+ _this160 = _callSuper(this, RateLimited_DuplicateShareRecipientError, [message, code, errorData]);
1992
+ _this160.name = 'RateLimited_DuplicateShareRecipientError';
1993
+ return _this160;
1982
1994
  }
1983
1995
  (0, _inherits2.default)(RateLimited_DuplicateShareRecipientError, _RateLimitedError);
1984
1996
  return (0, _createClass2.default)(RateLimited_DuplicateShareRecipientError);
@@ -1986,11 +1998,11 @@ var RateLimited_DuplicateShareRecipientError = exports.RateLimited_DuplicateShar
1986
1998
  errorClasses.RateLimited_DuplicateShareRecipientError = RateLimited_DuplicateShareRecipientError;
1987
1999
  var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError2) {
1988
2000
  function RateLimited_ReauthenticationRateLimitedError(message, code, errorData) {
1989
- var _this160;
2001
+ var _this161;
1990
2002
  (0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
1991
- _this160 = _callSuper(this, RateLimited_ReauthenticationRateLimitedError, [message, code, errorData]);
1992
- _this160.name = 'RateLimited_ReauthenticationRateLimitedError';
1993
- return _this160;
2003
+ _this161 = _callSuper(this, RateLimited_ReauthenticationRateLimitedError, [message, code, errorData]);
2004
+ _this161.name = 'RateLimited_ReauthenticationRateLimitedError';
2005
+ return _this161;
1994
2006
  }
1995
2007
  (0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError2);
1996
2008
  return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
@@ -1998,11 +2010,11 @@ var RateLimited_ReauthenticationRateLimitedError = exports.RateLimited_Reauthent
1998
2010
  errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
1999
2011
  var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError3) {
2000
2012
  function RateLimited_TooManyConcurrentRequestsError(message, code, errorData) {
2001
- var _this161;
2013
+ var _this162;
2002
2014
  (0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
2003
- _this161 = _callSuper(this, RateLimited_TooManyConcurrentRequestsError, [message, code, errorData]);
2004
- _this161.name = 'RateLimited_TooManyConcurrentRequestsError';
2005
- return _this161;
2015
+ _this162 = _callSuper(this, RateLimited_TooManyConcurrentRequestsError, [message, code, errorData]);
2016
+ _this162.name = 'RateLimited_TooManyConcurrentRequestsError';
2017
+ return _this162;
2006
2018
  }
2007
2019
  (0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError3);
2008
2020
  return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
@@ -2010,11 +2022,11 @@ var RateLimited_TooManyConcurrentRequestsError = exports.RateLimited_TooManyConc
2010
2022
  errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
2011
2023
  var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError4) {
2012
2024
  function RateLimited_TooManyLoginAttemptsError(message, code, errorData) {
2013
- var _this162;
2025
+ var _this163;
2014
2026
  (0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
2015
- _this162 = _callSuper(this, RateLimited_TooManyLoginAttemptsError, [message, code, errorData]);
2016
- _this162.name = 'RateLimited_TooManyLoginAttemptsError';
2017
- return _this162;
2027
+ _this163 = _callSuper(this, RateLimited_TooManyLoginAttemptsError, [message, code, errorData]);
2028
+ _this163.name = 'RateLimited_TooManyLoginAttemptsError';
2029
+ return _this163;
2018
2030
  }
2019
2031
  (0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError4);
2020
2032
  return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
@@ -2022,11 +2034,11 @@ var RateLimited_TooManyLoginAttemptsError = exports.RateLimited_TooManyLoginAtte
2022
2034
  errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
2023
2035
  var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError5) {
2024
2036
  function RateLimited_TooManyRequestsError(message, code, errorData) {
2025
- var _this163;
2037
+ var _this164;
2026
2038
  (0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
2027
- _this163 = _callSuper(this, RateLimited_TooManyRequestsError, [message, code, errorData]);
2028
- _this163.name = 'RateLimited_TooManyRequestsError';
2029
- return _this163;
2039
+ _this164 = _callSuper(this, RateLimited_TooManyRequestsError, [message, code, errorData]);
2040
+ _this164.name = 'RateLimited_TooManyRequestsError';
2041
+ return _this164;
2030
2042
  }
2031
2043
  (0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError5);
2032
2044
  return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
@@ -2034,11 +2046,11 @@ var RateLimited_TooManyRequestsError = exports.RateLimited_TooManyRequestsError
2034
2046
  errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
2035
2047
  var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError6) {
2036
2048
  function RateLimited_TooManySharesError(message, code, errorData) {
2037
- var _this164;
2049
+ var _this165;
2038
2050
  (0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
2039
- _this164 = _callSuper(this, RateLimited_TooManySharesError, [message, code, errorData]);
2040
- _this164.name = 'RateLimited_TooManySharesError';
2041
- return _this164;
2051
+ _this165 = _callSuper(this, RateLimited_TooManySharesError, [message, code, errorData]);
2052
+ _this165.name = 'RateLimited_TooManySharesError';
2053
+ return _this165;
2042
2054
  }
2043
2055
  (0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError6);
2044
2056
  return (0, _createClass2.default)(RateLimited_TooManySharesError);
@@ -2046,11 +2058,11 @@ var RateLimited_TooManySharesError = exports.RateLimited_TooManySharesError = /*
2046
2058
  errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
2047
2059
  var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
2048
2060
  function ServiceUnavailable_AgentUnavailableError(message, code, errorData) {
2049
- var _this165;
2061
+ var _this166;
2050
2062
  (0, _classCallCheck2.default)(this, ServiceUnavailable_AgentUnavailableError);
2051
- _this165 = _callSuper(this, ServiceUnavailable_AgentUnavailableError, [message, code, errorData]);
2052
- _this165.name = 'ServiceUnavailable_AgentUnavailableError';
2053
- return _this165;
2063
+ _this166 = _callSuper(this, ServiceUnavailable_AgentUnavailableError, [message, code, errorData]);
2064
+ _this166.name = 'ServiceUnavailable_AgentUnavailableError';
2065
+ return _this166;
2054
2066
  }
2055
2067
  (0, _inherits2.default)(ServiceUnavailable_AgentUnavailableError, _ServiceUnavailableEr);
2056
2068
  return (0, _createClass2.default)(ServiceUnavailable_AgentUnavailableError);
@@ -2058,11 +2070,11 @@ var ServiceUnavailable_AgentUnavailableError = exports.ServiceUnavailable_AgentU
2058
2070
  errorClasses.ServiceUnavailable_AgentUnavailableError = ServiceUnavailable_AgentUnavailableError;
2059
2071
  var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_AutomationsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr2) {
2060
2072
  function ServiceUnavailable_AutomationsUnavailableError(message, code, errorData) {
2061
- var _this166;
2073
+ var _this167;
2062
2074
  (0, _classCallCheck2.default)(this, ServiceUnavailable_AutomationsUnavailableError);
2063
- _this166 = _callSuper(this, ServiceUnavailable_AutomationsUnavailableError, [message, code, errorData]);
2064
- _this166.name = 'ServiceUnavailable_AutomationsUnavailableError';
2065
- return _this166;
2075
+ _this167 = _callSuper(this, ServiceUnavailable_AutomationsUnavailableError, [message, code, errorData]);
2076
+ _this167.name = 'ServiceUnavailable_AutomationsUnavailableError';
2077
+ return _this167;
2066
2078
  }
2067
2079
  (0, _inherits2.default)(ServiceUnavailable_AutomationsUnavailableError, _ServiceUnavailableEr2);
2068
2080
  return (0, _createClass2.default)(ServiceUnavailable_AutomationsUnavailableError);
@@ -2070,11 +2082,11 @@ var ServiceUnavailable_AutomationsUnavailableError = exports.ServiceUnavailable_
2070
2082
  errorClasses.ServiceUnavailable_AutomationsUnavailableError = ServiceUnavailable_AutomationsUnavailableError;
2071
2083
  var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr3) {
2072
2084
  function ServiceUnavailable_UploadsUnavailableError(message, code, errorData) {
2073
- var _this167;
2085
+ var _this168;
2074
2086
  (0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
2075
- _this167 = _callSuper(this, ServiceUnavailable_UploadsUnavailableError, [message, code, errorData]);
2076
- _this167.name = 'ServiceUnavailable_UploadsUnavailableError';
2077
- return _this167;
2087
+ _this168 = _callSuper(this, ServiceUnavailable_UploadsUnavailableError, [message, code, errorData]);
2088
+ _this168.name = 'ServiceUnavailable_UploadsUnavailableError';
2089
+ return _this168;
2078
2090
  }
2079
2091
  (0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr3);
2080
2092
  return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
@@ -2082,11 +2094,11 @@ var ServiceUnavailable_UploadsUnavailableError = exports.ServiceUnavailable_Uplo
2082
2094
  errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
2083
2095
  var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
2084
2096
  function SiteConfiguration_AccountAlreadyExistsError(message, code, errorData) {
2085
- var _this168;
2097
+ var _this169;
2086
2098
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
2087
- _this168 = _callSuper(this, SiteConfiguration_AccountAlreadyExistsError, [message, code, errorData]);
2088
- _this168.name = 'SiteConfiguration_AccountAlreadyExistsError';
2089
- return _this168;
2099
+ _this169 = _callSuper(this, SiteConfiguration_AccountAlreadyExistsError, [message, code, errorData]);
2100
+ _this169.name = 'SiteConfiguration_AccountAlreadyExistsError';
2101
+ return _this169;
2090
2102
  }
2091
2103
  (0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
2092
2104
  return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
@@ -2094,11 +2106,11 @@ var SiteConfiguration_AccountAlreadyExistsError = exports.SiteConfiguration_Acco
2094
2106
  errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
2095
2107
  var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
2096
2108
  function SiteConfiguration_AccountOverdueError(message, code, errorData) {
2097
- var _this169;
2109
+ var _this170;
2098
2110
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
2099
- _this169 = _callSuper(this, SiteConfiguration_AccountOverdueError, [message, code, errorData]);
2100
- _this169.name = 'SiteConfiguration_AccountOverdueError';
2101
- return _this169;
2111
+ _this170 = _callSuper(this, SiteConfiguration_AccountOverdueError, [message, code, errorData]);
2112
+ _this170.name = 'SiteConfiguration_AccountOverdueError';
2113
+ return _this170;
2102
2114
  }
2103
2115
  (0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
2104
2116
  return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
@@ -2106,11 +2118,11 @@ var SiteConfiguration_AccountOverdueError = exports.SiteConfiguration_AccountOve
2106
2118
  errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
2107
2119
  var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
2108
2120
  function SiteConfiguration_NoAccountForSiteError(message, code, errorData) {
2109
- var _this170;
2121
+ var _this171;
2110
2122
  (0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
2111
- _this170 = _callSuper(this, SiteConfiguration_NoAccountForSiteError, [message, code, errorData]);
2112
- _this170.name = 'SiteConfiguration_NoAccountForSiteError';
2113
- return _this170;
2123
+ _this171 = _callSuper(this, SiteConfiguration_NoAccountForSiteError, [message, code, errorData]);
2124
+ _this171.name = 'SiteConfiguration_NoAccountForSiteError';
2125
+ return _this171;
2114
2126
  }
2115
2127
  (0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
2116
2128
  return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
@@ -2118,11 +2130,11 @@ var SiteConfiguration_NoAccountForSiteError = exports.SiteConfiguration_NoAccoun
2118
2130
  errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
2119
2131
  var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
2120
2132
  function SiteConfiguration_SiteWasRemovedError(message, code, errorData) {
2121
- var _this171;
2133
+ var _this172;
2122
2134
  (0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
2123
- _this171 = _callSuper(this, SiteConfiguration_SiteWasRemovedError, [message, code, errorData]);
2124
- _this171.name = 'SiteConfiguration_SiteWasRemovedError';
2125
- return _this171;
2135
+ _this172 = _callSuper(this, SiteConfiguration_SiteWasRemovedError, [message, code, errorData]);
2136
+ _this172.name = 'SiteConfiguration_SiteWasRemovedError';
2137
+ return _this172;
2126
2138
  }
2127
2139
  (0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
2128
2140
  return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
@@ -2130,11 +2142,11 @@ var SiteConfiguration_SiteWasRemovedError = exports.SiteConfiguration_SiteWasRem
2130
2142
  errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
2131
2143
  var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
2132
2144
  function SiteConfiguration_TrialExpiredError(message, code, errorData) {
2133
- var _this172;
2145
+ var _this173;
2134
2146
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
2135
- _this172 = _callSuper(this, SiteConfiguration_TrialExpiredError, [message, code, errorData]);
2136
- _this172.name = 'SiteConfiguration_TrialExpiredError';
2137
- return _this172;
2147
+ _this173 = _callSuper(this, SiteConfiguration_TrialExpiredError, [message, code, errorData]);
2148
+ _this173.name = 'SiteConfiguration_TrialExpiredError';
2149
+ return _this173;
2138
2150
  }
2139
2151
  (0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
2140
2152
  return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
@@ -2142,11 +2154,11 @@ var SiteConfiguration_TrialExpiredError = exports.SiteConfiguration_TrialExpired
2142
2154
  errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
2143
2155
  var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
2144
2156
  function SiteConfiguration_TrialLockedError(message, code, errorData) {
2145
- var _this173;
2157
+ var _this174;
2146
2158
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
2147
- _this173 = _callSuper(this, SiteConfiguration_TrialLockedError, [message, code, errorData]);
2148
- _this173.name = 'SiteConfiguration_TrialLockedError';
2149
- return _this173;
2159
+ _this174 = _callSuper(this, SiteConfiguration_TrialLockedError, [message, code, errorData]);
2160
+ _this174.name = 'SiteConfiguration_TrialLockedError';
2161
+ return _this174;
2150
2162
  }
2151
2163
  (0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
2152
2164
  return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
@@ -2154,11 +2166,11 @@ var SiteConfiguration_TrialLockedError = exports.SiteConfiguration_TrialLockedEr
2154
2166
  errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
2155
2167
  var SiteConfiguration_UserRequestsEnabledRequiredError = exports.SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
2156
2168
  function SiteConfiguration_UserRequestsEnabledRequiredError(message, code, errorData) {
2157
- var _this174;
2169
+ var _this175;
2158
2170
  (0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
2159
- _this174 = _callSuper(this, SiteConfiguration_UserRequestsEnabledRequiredError, [message, code, errorData]);
2160
- _this174.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2161
- return _this174;
2171
+ _this175 = _callSuper(this, SiteConfiguration_UserRequestsEnabledRequiredError, [message, code, errorData]);
2172
+ _this175.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2173
+ return _this175;
2162
2174
  }
2163
2175
  (0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
2164
2176
  return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
package/lib/Files.js CHANGED
@@ -11,7 +11,7 @@ var endpointPrefix = '/api/rest/v1';
11
11
  var apiKey;
12
12
  var baseUrl = 'https://app.files.com';
13
13
  var sessionId = null;
14
- var version = '1.2.58';
14
+ var version = '1.2.60';
15
15
  var userAgent = "Files.com JavaScript SDK v".concat(version);
16
16
  var logLevel = _Logger.LogLevel.INFO;
17
17
  var debugRequest = false;
@@ -65,6 +65,10 @@ var Site = /*#__PURE__*/(0, _createClass2.default)(function Site() {
65
65
  (0, _defineProperty2.default)(this, "getAllowed2faMethodEmail", function () {
66
66
  return _this.attributes.allowed_2fa_method_email;
67
67
  });
68
+ // boolean # Is OTP via static codes for two factor authentication allowed?
69
+ (0, _defineProperty2.default)(this, "getAllowed2faMethodStatic", function () {
70
+ return _this.attributes.allowed_2fa_method_static;
71
+ });
68
72
  // boolean # Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
69
73
  (0, _defineProperty2.default)(this, "getAllowed2faMethodBypassForFtpSftpDav", function () {
70
74
  return _this.attributes.allowed_2fa_method_bypass_for_ftp_sftp_dav;
@@ -816,6 +820,7 @@ _Site = Site;
816
820
  // allowed_2fa_method_webauthn - boolean - Is WebAuthn two factor authentication allowed?
817
821
  // allowed_2fa_method_yubi - boolean - Is yubikey two factor authentication allowed?
818
822
  // allowed_2fa_method_email - boolean - Is OTP via email two factor authentication allowed?
823
+ // allowed_2fa_method_static - boolean - Is OTP via static codes for two factor authentication allowed?
819
824
  // allowed_2fa_method_bypass_for_ftp_sftp_dav - boolean - Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
820
825
  // require_2fa - boolean - Require two-factor authentication for all users?
821
826
  // require_2fa_user_type - string - What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.2.58",
3
+ "version": "1.2.60",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
package/src/Errors.js CHANGED
@@ -126,8 +126,8 @@ export class BadRequest_MethodNotAllowedError extends BadRequestError { construc
126
126
  export class BadRequest_NoValidInputParamsError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_NoValidInputParamsError' } } errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError
127
127
  export class BadRequest_OperationOnNonScimResourceError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_OperationOnNonScimResourceError' } } errorClasses.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError
128
128
  export class BadRequest_PartNumberTooLargeError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_PartNumberTooLargeError' } } errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError
129
+ export class BadRequest_PathCannotHaveTrailingWhitespaceError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_PathCannotHaveTrailingWhitespaceError' } } errorClasses.BadRequest_PathCannotHaveTrailingWhitespaceError = BadRequest_PathCannotHaveTrailingWhitespaceError
129
130
  export class BadRequest_ReauthenticationNeededFieldsError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_ReauthenticationNeededFieldsError' } } errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError
130
- export class BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError' } } errorClasses.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError
131
131
  export class BadRequest_RequestParamsContainInvalidCharacterError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_RequestParamsContainInvalidCharacterError' } } errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError
132
132
  export class BadRequest_RequestParamsInvalidError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_RequestParamsInvalidError' } } errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError
133
133
  export class BadRequest_RequestParamsRequiredError extends BadRequestError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'BadRequest_RequestParamsRequiredError' } } errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError
@@ -218,6 +218,7 @@ export class ProcessingFailure_FailedToChangePasswordError extends ProcessingFai
218
218
  export class ProcessingFailure_FileLockedError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_FileLockedError' } } errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError
219
219
  export class ProcessingFailure_FileNotUploadedError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_FileNotUploadedError' } } errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError
220
220
  export class ProcessingFailure_FilePendingProcessingError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_FilePendingProcessingError' } } errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError
221
+ export class ProcessingFailure_FileProcessingErrorError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_FileProcessingErrorError' } } errorClasses.ProcessingFailure_FileProcessingErrorError = ProcessingFailure_FileProcessingErrorError
221
222
  export class ProcessingFailure_FileTooBigToDecryptError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_FileTooBigToDecryptError' } } errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError
222
223
  export class ProcessingFailure_FileTooBigToEncryptError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_FileTooBigToEncryptError' } } errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError
223
224
  export class ProcessingFailure_FileUploadedToWrongRegionError extends ProcessingFailureError { constructor(message, code, errorData) { super(message, code, errorData); this.name = 'ProcessingFailure_FileUploadedToWrongRegionError' } } errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError
package/src/Files.js CHANGED
@@ -5,7 +5,7 @@ const endpointPrefix = '/api/rest/v1'
5
5
  let apiKey
6
6
  let baseUrl = 'https://app.files.com'
7
7
  let sessionId = null
8
- const version = '1.2.58'
8
+ const version = '1.2.60'
9
9
  let userAgent = `Files.com JavaScript SDK v${version}`
10
10
 
11
11
  let logLevel = LogLevel.INFO
@@ -52,6 +52,9 @@ class Site {
52
52
  // boolean # Is OTP via email two factor authentication allowed?
53
53
  getAllowed2faMethodEmail = () => this.attributes.allowed_2fa_method_email
54
54
 
55
+ // boolean # Is OTP via static codes for two factor authentication allowed?
56
+ getAllowed2faMethodStatic = () => this.attributes.allowed_2fa_method_static
57
+
55
58
  // boolean # Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
56
59
  getAllowed2faMethodBypassForFtpSftpDav = () => this.attributes.allowed_2fa_method_bypass_for_ftp_sftp_dav
57
60
 
@@ -613,6 +616,7 @@ class Site {
613
616
  // allowed_2fa_method_webauthn - boolean - Is WebAuthn two factor authentication allowed?
614
617
  // allowed_2fa_method_yubi - boolean - Is yubikey two factor authentication allowed?
615
618
  // allowed_2fa_method_email - boolean - Is OTP via email two factor authentication allowed?
619
+ // allowed_2fa_method_static - boolean - Is OTP via static codes for two factor authentication allowed?
616
620
  // allowed_2fa_method_bypass_for_ftp_sftp_dav - boolean - Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
617
621
  // require_2fa - boolean - Require two-factor authentication for all users?
618
622
  // require_2fa_user_type - string - What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?