files.com 1.0.237 → 1.0.239

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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.NotFound_GroupNotFoundError = 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_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 = void 0;
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_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"));
@@ -498,281 +498,295 @@ var BadRequest_InvalidOauthProviderError = /*#__PURE__*/function (_BadRequestErr
498
498
  }(BadRequestError);
499
499
  exports.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
500
500
  errorClasses.BadRequest_InvalidOauthProviderError = BadRequest_InvalidOauthProviderError;
501
- var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError17) {
502
- (0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError17);
503
- var _super32 = _createSuper(BadRequest_InvalidReturnToUrlError);
504
- function BadRequest_InvalidReturnToUrlError(message, code) {
501
+ var BadRequest_InvalidPathError = /*#__PURE__*/function (_BadRequestError17) {
502
+ (0, _inherits2.default)(BadRequest_InvalidPathError, _BadRequestError17);
503
+ var _super32 = _createSuper(BadRequest_InvalidPathError);
504
+ function BadRequest_InvalidPathError(message, code) {
505
505
  var _this32;
506
- (0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
506
+ (0, _classCallCheck2.default)(this, BadRequest_InvalidPathError);
507
507
  _this32 = _super32.call(this, message, code);
508
- _this32.name = 'BadRequest_InvalidReturnToUrlError';
508
+ _this32.name = 'BadRequest_InvalidPathError';
509
509
  return _this32;
510
510
  }
511
+ return (0, _createClass2.default)(BadRequest_InvalidPathError);
512
+ }(BadRequestError);
513
+ exports.BadRequest_InvalidPathError = BadRequest_InvalidPathError;
514
+ errorClasses.BadRequest_InvalidPathError = BadRequest_InvalidPathError;
515
+ var BadRequest_InvalidReturnToUrlError = /*#__PURE__*/function (_BadRequestError18) {
516
+ (0, _inherits2.default)(BadRequest_InvalidReturnToUrlError, _BadRequestError18);
517
+ var _super33 = _createSuper(BadRequest_InvalidReturnToUrlError);
518
+ function BadRequest_InvalidReturnToUrlError(message, code) {
519
+ var _this33;
520
+ (0, _classCallCheck2.default)(this, BadRequest_InvalidReturnToUrlError);
521
+ _this33 = _super33.call(this, message, code);
522
+ _this33.name = 'BadRequest_InvalidReturnToUrlError';
523
+ return _this33;
524
+ }
511
525
  return (0, _createClass2.default)(BadRequest_InvalidReturnToUrlError);
512
526
  }(BadRequestError);
513
527
  exports.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
514
528
  errorClasses.BadRequest_InvalidReturnToUrlError = BadRequest_InvalidReturnToUrlError;
515
- var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError18) {
516
- (0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError18);
517
- var _super33 = _createSuper(BadRequest_InvalidUploadOffsetError);
529
+ var BadRequest_InvalidUploadOffsetError = /*#__PURE__*/function (_BadRequestError19) {
530
+ (0, _inherits2.default)(BadRequest_InvalidUploadOffsetError, _BadRequestError19);
531
+ var _super34 = _createSuper(BadRequest_InvalidUploadOffsetError);
518
532
  function BadRequest_InvalidUploadOffsetError(message, code) {
519
- var _this33;
533
+ var _this34;
520
534
  (0, _classCallCheck2.default)(this, BadRequest_InvalidUploadOffsetError);
521
- _this33 = _super33.call(this, message, code);
522
- _this33.name = 'BadRequest_InvalidUploadOffsetError';
523
- return _this33;
535
+ _this34 = _super34.call(this, message, code);
536
+ _this34.name = 'BadRequest_InvalidUploadOffsetError';
537
+ return _this34;
524
538
  }
525
539
  return (0, _createClass2.default)(BadRequest_InvalidUploadOffsetError);
526
540
  }(BadRequestError);
527
541
  exports.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
528
542
  errorClasses.BadRequest_InvalidUploadOffsetError = BadRequest_InvalidUploadOffsetError;
529
- var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError19) {
530
- (0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError19);
531
- var _super34 = _createSuper(BadRequest_InvalidUploadPartGapError);
543
+ var BadRequest_InvalidUploadPartGapError = /*#__PURE__*/function (_BadRequestError20) {
544
+ (0, _inherits2.default)(BadRequest_InvalidUploadPartGapError, _BadRequestError20);
545
+ var _super35 = _createSuper(BadRequest_InvalidUploadPartGapError);
532
546
  function BadRequest_InvalidUploadPartGapError(message, code) {
533
- var _this34;
547
+ var _this35;
534
548
  (0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartGapError);
535
- _this34 = _super34.call(this, message, code);
536
- _this34.name = 'BadRequest_InvalidUploadPartGapError';
537
- return _this34;
549
+ _this35 = _super35.call(this, message, code);
550
+ _this35.name = 'BadRequest_InvalidUploadPartGapError';
551
+ return _this35;
538
552
  }
539
553
  return (0, _createClass2.default)(BadRequest_InvalidUploadPartGapError);
540
554
  }(BadRequestError);
541
555
  exports.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
542
556
  errorClasses.BadRequest_InvalidUploadPartGapError = BadRequest_InvalidUploadPartGapError;
543
- var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError20) {
544
- (0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError20);
545
- var _super35 = _createSuper(BadRequest_InvalidUploadPartSizeError);
557
+ var BadRequest_InvalidUploadPartSizeError = /*#__PURE__*/function (_BadRequestError21) {
558
+ (0, _inherits2.default)(BadRequest_InvalidUploadPartSizeError, _BadRequestError21);
559
+ var _super36 = _createSuper(BadRequest_InvalidUploadPartSizeError);
546
560
  function BadRequest_InvalidUploadPartSizeError(message, code) {
547
- var _this35;
561
+ var _this36;
548
562
  (0, _classCallCheck2.default)(this, BadRequest_InvalidUploadPartSizeError);
549
- _this35 = _super35.call(this, message, code);
550
- _this35.name = 'BadRequest_InvalidUploadPartSizeError';
551
- return _this35;
563
+ _this36 = _super36.call(this, message, code);
564
+ _this36.name = 'BadRequest_InvalidUploadPartSizeError';
565
+ return _this36;
552
566
  }
553
567
  return (0, _createClass2.default)(BadRequest_InvalidUploadPartSizeError);
554
568
  }(BadRequestError);
555
569
  exports.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
556
570
  errorClasses.BadRequest_InvalidUploadPartSizeError = BadRequest_InvalidUploadPartSizeError;
557
- var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError21) {
558
- (0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError21);
559
- var _super36 = _createSuper(BadRequest_MethodNotAllowedError);
571
+ var BadRequest_MethodNotAllowedError = /*#__PURE__*/function (_BadRequestError22) {
572
+ (0, _inherits2.default)(BadRequest_MethodNotAllowedError, _BadRequestError22);
573
+ var _super37 = _createSuper(BadRequest_MethodNotAllowedError);
560
574
  function BadRequest_MethodNotAllowedError(message, code) {
561
- var _this36;
575
+ var _this37;
562
576
  (0, _classCallCheck2.default)(this, BadRequest_MethodNotAllowedError);
563
- _this36 = _super36.call(this, message, code);
564
- _this36.name = 'BadRequest_MethodNotAllowedError';
565
- return _this36;
577
+ _this37 = _super37.call(this, message, code);
578
+ _this37.name = 'BadRequest_MethodNotAllowedError';
579
+ return _this37;
566
580
  }
567
581
  return (0, _createClass2.default)(BadRequest_MethodNotAllowedError);
568
582
  }(BadRequestError);
569
583
  exports.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
570
584
  errorClasses.BadRequest_MethodNotAllowedError = BadRequest_MethodNotAllowedError;
571
- var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError22) {
572
- (0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError22);
573
- var _super37 = _createSuper(BadRequest_NoValidInputParamsError);
585
+ var BadRequest_NoValidInputParamsError = /*#__PURE__*/function (_BadRequestError23) {
586
+ (0, _inherits2.default)(BadRequest_NoValidInputParamsError, _BadRequestError23);
587
+ var _super38 = _createSuper(BadRequest_NoValidInputParamsError);
574
588
  function BadRequest_NoValidInputParamsError(message, code) {
575
- var _this37;
589
+ var _this38;
576
590
  (0, _classCallCheck2.default)(this, BadRequest_NoValidInputParamsError);
577
- _this37 = _super37.call(this, message, code);
578
- _this37.name = 'BadRequest_NoValidInputParamsError';
579
- return _this37;
591
+ _this38 = _super38.call(this, message, code);
592
+ _this38.name = 'BadRequest_NoValidInputParamsError';
593
+ return _this38;
580
594
  }
581
595
  return (0, _createClass2.default)(BadRequest_NoValidInputParamsError);
582
596
  }(BadRequestError);
583
597
  exports.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
584
598
  errorClasses.BadRequest_NoValidInputParamsError = BadRequest_NoValidInputParamsError;
585
- var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (_BadRequestError23) {
586
- (0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError, _BadRequestError23);
587
- var _super38 = _createSuper(BadRequest_OperationOnNonScimResourceError);
599
+ var BadRequest_OperationOnNonScimResourceError = /*#__PURE__*/function (_BadRequestError24) {
600
+ (0, _inherits2.default)(BadRequest_OperationOnNonScimResourceError, _BadRequestError24);
601
+ var _super39 = _createSuper(BadRequest_OperationOnNonScimResourceError);
588
602
  function BadRequest_OperationOnNonScimResourceError(message, code) {
589
- var _this38;
603
+ var _this39;
590
604
  (0, _classCallCheck2.default)(this, BadRequest_OperationOnNonScimResourceError);
591
- _this38 = _super38.call(this, message, code);
592
- _this38.name = 'BadRequest_OperationOnNonScimResourceError';
593
- return _this38;
605
+ _this39 = _super39.call(this, message, code);
606
+ _this39.name = 'BadRequest_OperationOnNonScimResourceError';
607
+ return _this39;
594
608
  }
595
609
  return (0, _createClass2.default)(BadRequest_OperationOnNonScimResourceError);
596
610
  }(BadRequestError);
597
611
  exports.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
598
612
  errorClasses.BadRequest_OperationOnNonScimResourceError = BadRequest_OperationOnNonScimResourceError;
599
- var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError24) {
600
- (0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError24);
601
- var _super39 = _createSuper(BadRequest_PartNumberTooLargeError);
613
+ var BadRequest_PartNumberTooLargeError = /*#__PURE__*/function (_BadRequestError25) {
614
+ (0, _inherits2.default)(BadRequest_PartNumberTooLargeError, _BadRequestError25);
615
+ var _super40 = _createSuper(BadRequest_PartNumberTooLargeError);
602
616
  function BadRequest_PartNumberTooLargeError(message, code) {
603
- var _this39;
617
+ var _this40;
604
618
  (0, _classCallCheck2.default)(this, BadRequest_PartNumberTooLargeError);
605
- _this39 = _super39.call(this, message, code);
606
- _this39.name = 'BadRequest_PartNumberTooLargeError';
607
- return _this39;
619
+ _this40 = _super40.call(this, message, code);
620
+ _this40.name = 'BadRequest_PartNumberTooLargeError';
621
+ return _this40;
608
622
  }
609
623
  return (0, _createClass2.default)(BadRequest_PartNumberTooLargeError);
610
624
  }(BadRequestError);
611
625
  exports.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
612
626
  errorClasses.BadRequest_PartNumberTooLargeError = BadRequest_PartNumberTooLargeError;
613
- var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError25) {
614
- (0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError25);
615
- var _super40 = _createSuper(BadRequest_ReauthenticationNeededFieldsError);
627
+ var BadRequest_ReauthenticationNeededFieldsError = /*#__PURE__*/function (_BadRequestError26) {
628
+ (0, _inherits2.default)(BadRequest_ReauthenticationNeededFieldsError, _BadRequestError26);
629
+ var _super41 = _createSuper(BadRequest_ReauthenticationNeededFieldsError);
616
630
  function BadRequest_ReauthenticationNeededFieldsError(message, code) {
617
- var _this40;
631
+ var _this41;
618
632
  (0, _classCallCheck2.default)(this, BadRequest_ReauthenticationNeededFieldsError);
619
- _this40 = _super40.call(this, message, code);
620
- _this40.name = 'BadRequest_ReauthenticationNeededFieldsError';
621
- return _this40;
633
+ _this41 = _super41.call(this, message, code);
634
+ _this41.name = 'BadRequest_ReauthenticationNeededFieldsError';
635
+ return _this41;
622
636
  }
623
637
  return (0, _createClass2.default)(BadRequest_ReauthenticationNeededFieldsError);
624
638
  }(BadRequestError);
625
639
  exports.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
626
640
  errorClasses.BadRequest_ReauthenticationNeededFieldsError = BadRequest_ReauthenticationNeededFieldsError;
627
- var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError26) {
628
- (0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, _BadRequestError26);
629
- var _super41 = _createSuper(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
641
+ var BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = /*#__PURE__*/function (_BadRequestError27) {
642
+ (0, _inherits2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError, _BadRequestError27);
643
+ var _super42 = _createSuper(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
630
644
  function BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError(message, code) {
631
- var _this41;
645
+ var _this42;
632
646
  (0, _classCallCheck2.default)(this, BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
633
- _this41 = _super41.call(this, message, code);
634
- _this41.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError';
635
- return _this41;
647
+ _this42 = _super42.call(this, message, code);
648
+ _this42.name = 'BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError';
649
+ return _this42;
636
650
  }
637
651
  return (0, _createClass2.default)(BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError);
638
652
  }(BadRequestError);
639
653
  exports.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
640
654
  errorClasses.BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError = BadRequest_RequestParamPathCannotHaveTrailingWhitespaceError;
641
- var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError27) {
642
- (0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError27);
643
- var _super42 = _createSuper(BadRequest_RequestParamsContainInvalidCharacterError);
655
+ var BadRequest_RequestParamsContainInvalidCharacterError = /*#__PURE__*/function (_BadRequestError28) {
656
+ (0, _inherits2.default)(BadRequest_RequestParamsContainInvalidCharacterError, _BadRequestError28);
657
+ var _super43 = _createSuper(BadRequest_RequestParamsContainInvalidCharacterError);
644
658
  function BadRequest_RequestParamsContainInvalidCharacterError(message, code) {
645
- var _this42;
659
+ var _this43;
646
660
  (0, _classCallCheck2.default)(this, BadRequest_RequestParamsContainInvalidCharacterError);
647
- _this42 = _super42.call(this, message, code);
648
- _this42.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
649
- return _this42;
661
+ _this43 = _super43.call(this, message, code);
662
+ _this43.name = 'BadRequest_RequestParamsContainInvalidCharacterError';
663
+ return _this43;
650
664
  }
651
665
  return (0, _createClass2.default)(BadRequest_RequestParamsContainInvalidCharacterError);
652
666
  }(BadRequestError);
653
667
  exports.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
654
668
  errorClasses.BadRequest_RequestParamsContainInvalidCharacterError = BadRequest_RequestParamsContainInvalidCharacterError;
655
- var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError28) {
656
- (0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError28);
657
- var _super43 = _createSuper(BadRequest_RequestParamsInvalidError);
669
+ var BadRequest_RequestParamsInvalidError = /*#__PURE__*/function (_BadRequestError29) {
670
+ (0, _inherits2.default)(BadRequest_RequestParamsInvalidError, _BadRequestError29);
671
+ var _super44 = _createSuper(BadRequest_RequestParamsInvalidError);
658
672
  function BadRequest_RequestParamsInvalidError(message, code) {
659
- var _this43;
673
+ var _this44;
660
674
  (0, _classCallCheck2.default)(this, BadRequest_RequestParamsInvalidError);
661
- _this43 = _super43.call(this, message, code);
662
- _this43.name = 'BadRequest_RequestParamsInvalidError';
663
- return _this43;
675
+ _this44 = _super44.call(this, message, code);
676
+ _this44.name = 'BadRequest_RequestParamsInvalidError';
677
+ return _this44;
664
678
  }
665
679
  return (0, _createClass2.default)(BadRequest_RequestParamsInvalidError);
666
680
  }(BadRequestError);
667
681
  exports.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
668
682
  errorClasses.BadRequest_RequestParamsInvalidError = BadRequest_RequestParamsInvalidError;
669
- var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError29) {
670
- (0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError29);
671
- var _super44 = _createSuper(BadRequest_RequestParamsRequiredError);
683
+ var BadRequest_RequestParamsRequiredError = /*#__PURE__*/function (_BadRequestError30) {
684
+ (0, _inherits2.default)(BadRequest_RequestParamsRequiredError, _BadRequestError30);
685
+ var _super45 = _createSuper(BadRequest_RequestParamsRequiredError);
672
686
  function BadRequest_RequestParamsRequiredError(message, code) {
673
- var _this44;
687
+ var _this45;
674
688
  (0, _classCallCheck2.default)(this, BadRequest_RequestParamsRequiredError);
675
- _this44 = _super44.call(this, message, code);
676
- _this44.name = 'BadRequest_RequestParamsRequiredError';
677
- return _this44;
689
+ _this45 = _super45.call(this, message, code);
690
+ _this45.name = 'BadRequest_RequestParamsRequiredError';
691
+ return _this45;
678
692
  }
679
693
  return (0, _createClass2.default)(BadRequest_RequestParamsRequiredError);
680
694
  }(BadRequestError);
681
695
  exports.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
682
696
  errorClasses.BadRequest_RequestParamsRequiredError = BadRequest_RequestParamsRequiredError;
683
- var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError30) {
684
- (0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError30);
685
- var _super45 = _createSuper(BadRequest_SearchAllOnChildPathError);
697
+ var BadRequest_SearchAllOnChildPathError = /*#__PURE__*/function (_BadRequestError31) {
698
+ (0, _inherits2.default)(BadRequest_SearchAllOnChildPathError, _BadRequestError31);
699
+ var _super46 = _createSuper(BadRequest_SearchAllOnChildPathError);
686
700
  function BadRequest_SearchAllOnChildPathError(message, code) {
687
- var _this45;
701
+ var _this46;
688
702
  (0, _classCallCheck2.default)(this, BadRequest_SearchAllOnChildPathError);
689
- _this45 = _super45.call(this, message, code);
690
- _this45.name = 'BadRequest_SearchAllOnChildPathError';
691
- return _this45;
703
+ _this46 = _super46.call(this, message, code);
704
+ _this46.name = 'BadRequest_SearchAllOnChildPathError';
705
+ return _this46;
692
706
  }
693
707
  return (0, _createClass2.default)(BadRequest_SearchAllOnChildPathError);
694
708
  }(BadRequestError);
695
709
  exports.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
696
710
  errorClasses.BadRequest_SearchAllOnChildPathError = BadRequest_SearchAllOnChildPathError;
697
- var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError31) {
698
- (0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError31);
699
- var _super46 = _createSuper(BadRequest_UnsupportedCurrencyError);
711
+ var BadRequest_UnsupportedCurrencyError = /*#__PURE__*/function (_BadRequestError32) {
712
+ (0, _inherits2.default)(BadRequest_UnsupportedCurrencyError, _BadRequestError32);
713
+ var _super47 = _createSuper(BadRequest_UnsupportedCurrencyError);
700
714
  function BadRequest_UnsupportedCurrencyError(message, code) {
701
- var _this46;
715
+ var _this47;
702
716
  (0, _classCallCheck2.default)(this, BadRequest_UnsupportedCurrencyError);
703
- _this46 = _super46.call(this, message, code);
704
- _this46.name = 'BadRequest_UnsupportedCurrencyError';
705
- return _this46;
717
+ _this47 = _super47.call(this, message, code);
718
+ _this47.name = 'BadRequest_UnsupportedCurrencyError';
719
+ return _this47;
706
720
  }
707
721
  return (0, _createClass2.default)(BadRequest_UnsupportedCurrencyError);
708
722
  }(BadRequestError);
709
723
  exports.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
710
724
  errorClasses.BadRequest_UnsupportedCurrencyError = BadRequest_UnsupportedCurrencyError;
711
- var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError32) {
712
- (0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError32);
713
- var _super47 = _createSuper(BadRequest_UnsupportedHttpResponseFormatError);
725
+ var BadRequest_UnsupportedHttpResponseFormatError = /*#__PURE__*/function (_BadRequestError33) {
726
+ (0, _inherits2.default)(BadRequest_UnsupportedHttpResponseFormatError, _BadRequestError33);
727
+ var _super48 = _createSuper(BadRequest_UnsupportedHttpResponseFormatError);
714
728
  function BadRequest_UnsupportedHttpResponseFormatError(message, code) {
715
- var _this47;
729
+ var _this48;
716
730
  (0, _classCallCheck2.default)(this, BadRequest_UnsupportedHttpResponseFormatError);
717
- _this47 = _super47.call(this, message, code);
718
- _this47.name = 'BadRequest_UnsupportedHttpResponseFormatError';
719
- return _this47;
731
+ _this48 = _super48.call(this, message, code);
732
+ _this48.name = 'BadRequest_UnsupportedHttpResponseFormatError';
733
+ return _this48;
720
734
  }
721
735
  return (0, _createClass2.default)(BadRequest_UnsupportedHttpResponseFormatError);
722
736
  }(BadRequestError);
723
737
  exports.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
724
738
  errorClasses.BadRequest_UnsupportedHttpResponseFormatError = BadRequest_UnsupportedHttpResponseFormatError;
725
- var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError33) {
726
- (0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError33);
727
- var _super48 = _createSuper(BadRequest_UnsupportedMediaTypeError);
739
+ var BadRequest_UnsupportedMediaTypeError = /*#__PURE__*/function (_BadRequestError34) {
740
+ (0, _inherits2.default)(BadRequest_UnsupportedMediaTypeError, _BadRequestError34);
741
+ var _super49 = _createSuper(BadRequest_UnsupportedMediaTypeError);
728
742
  function BadRequest_UnsupportedMediaTypeError(message, code) {
729
- var _this48;
743
+ var _this49;
730
744
  (0, _classCallCheck2.default)(this, BadRequest_UnsupportedMediaTypeError);
731
- _this48 = _super48.call(this, message, code);
732
- _this48.name = 'BadRequest_UnsupportedMediaTypeError';
733
- return _this48;
745
+ _this49 = _super49.call(this, message, code);
746
+ _this49.name = 'BadRequest_UnsupportedMediaTypeError';
747
+ return _this49;
734
748
  }
735
749
  return (0, _createClass2.default)(BadRequest_UnsupportedMediaTypeError);
736
750
  }(BadRequestError);
737
751
  exports.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
738
752
  errorClasses.BadRequest_UnsupportedMediaTypeError = BadRequest_UnsupportedMediaTypeError;
739
- var BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError34) {
740
- (0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError34);
741
- var _super49 = _createSuper(BadRequest_UserIdInvalidError);
753
+ var BadRequest_UserIdInvalidError = /*#__PURE__*/function (_BadRequestError35) {
754
+ (0, _inherits2.default)(BadRequest_UserIdInvalidError, _BadRequestError35);
755
+ var _super50 = _createSuper(BadRequest_UserIdInvalidError);
742
756
  function BadRequest_UserIdInvalidError(message, code) {
743
- var _this49;
757
+ var _this50;
744
758
  (0, _classCallCheck2.default)(this, BadRequest_UserIdInvalidError);
745
- _this49 = _super49.call(this, message, code);
746
- _this49.name = 'BadRequest_UserIdInvalidError';
747
- return _this49;
759
+ _this50 = _super50.call(this, message, code);
760
+ _this50.name = 'BadRequest_UserIdInvalidError';
761
+ return _this50;
748
762
  }
749
763
  return (0, _createClass2.default)(BadRequest_UserIdInvalidError);
750
764
  }(BadRequestError);
751
765
  exports.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
752
766
  errorClasses.BadRequest_UserIdInvalidError = BadRequest_UserIdInvalidError;
753
- var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError35) {
754
- (0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError35);
755
- var _super50 = _createSuper(BadRequest_UserIdOnUserEndpointError);
767
+ var BadRequest_UserIdOnUserEndpointError = /*#__PURE__*/function (_BadRequestError36) {
768
+ (0, _inherits2.default)(BadRequest_UserIdOnUserEndpointError, _BadRequestError36);
769
+ var _super51 = _createSuper(BadRequest_UserIdOnUserEndpointError);
756
770
  function BadRequest_UserIdOnUserEndpointError(message, code) {
757
- var _this50;
771
+ var _this51;
758
772
  (0, _classCallCheck2.default)(this, BadRequest_UserIdOnUserEndpointError);
759
- _this50 = _super50.call(this, message, code);
760
- _this50.name = 'BadRequest_UserIdOnUserEndpointError';
761
- return _this50;
773
+ _this51 = _super51.call(this, message, code);
774
+ _this51.name = 'BadRequest_UserIdOnUserEndpointError';
775
+ return _this51;
762
776
  }
763
777
  return (0, _createClass2.default)(BadRequest_UserIdOnUserEndpointError);
764
778
  }(BadRequestError);
765
779
  exports.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
766
780
  errorClasses.BadRequest_UserIdOnUserEndpointError = BadRequest_UserIdOnUserEndpointError;
767
- var BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError36) {
768
- (0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError36);
769
- var _super51 = _createSuper(BadRequest_UserRequiredError);
781
+ var BadRequest_UserRequiredError = /*#__PURE__*/function (_BadRequestError37) {
782
+ (0, _inherits2.default)(BadRequest_UserRequiredError, _BadRequestError37);
783
+ var _super52 = _createSuper(BadRequest_UserRequiredError);
770
784
  function BadRequest_UserRequiredError(message, code) {
771
- var _this51;
785
+ var _this52;
772
786
  (0, _classCallCheck2.default)(this, BadRequest_UserRequiredError);
773
- _this51 = _super51.call(this, message, code);
774
- _this51.name = 'BadRequest_UserRequiredError';
775
- return _this51;
787
+ _this52 = _super52.call(this, message, code);
788
+ _this52.name = 'BadRequest_UserRequiredError';
789
+ return _this52;
776
790
  }
777
791
  return (0, _createClass2.default)(BadRequest_UserRequiredError);
778
792
  }(BadRequestError);
@@ -780,13 +794,13 @@ exports.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
780
794
  errorClasses.BadRequest_UserRequiredError = BadRequest_UserRequiredError;
781
795
  var NotAuthenticated_AuthenticationRequiredError = /*#__PURE__*/function (_NotAuthenticatedErro) {
782
796
  (0, _inherits2.default)(NotAuthenticated_AuthenticationRequiredError, _NotAuthenticatedErro);
783
- var _super52 = _createSuper(NotAuthenticated_AuthenticationRequiredError);
797
+ var _super53 = _createSuper(NotAuthenticated_AuthenticationRequiredError);
784
798
  function NotAuthenticated_AuthenticationRequiredError(message, code) {
785
- var _this52;
799
+ var _this53;
786
800
  (0, _classCallCheck2.default)(this, NotAuthenticated_AuthenticationRequiredError);
787
- _this52 = _super52.call(this, message, code);
788
- _this52.name = 'NotAuthenticated_AuthenticationRequiredError';
789
- return _this52;
801
+ _this53 = _super53.call(this, message, code);
802
+ _this53.name = 'NotAuthenticated_AuthenticationRequiredError';
803
+ return _this53;
790
804
  }
791
805
  return (0, _createClass2.default)(NotAuthenticated_AuthenticationRequiredError);
792
806
  }(NotAuthenticatedError);
@@ -794,13 +808,13 @@ exports.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_Authenti
794
808
  errorClasses.NotAuthenticated_AuthenticationRequiredError = NotAuthenticated_AuthenticationRequiredError;
795
809
  var NotAuthenticated_BundleRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro2) {
796
810
  (0, _inherits2.default)(NotAuthenticated_BundleRegistrationCodeFailedError, _NotAuthenticatedErro2);
797
- var _super53 = _createSuper(NotAuthenticated_BundleRegistrationCodeFailedError);
811
+ var _super54 = _createSuper(NotAuthenticated_BundleRegistrationCodeFailedError);
798
812
  function NotAuthenticated_BundleRegistrationCodeFailedError(message, code) {
799
- var _this53;
813
+ var _this54;
800
814
  (0, _classCallCheck2.default)(this, NotAuthenticated_BundleRegistrationCodeFailedError);
801
- _this53 = _super53.call(this, message, code);
802
- _this53.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
803
- return _this53;
815
+ _this54 = _super54.call(this, message, code);
816
+ _this54.name = 'NotAuthenticated_BundleRegistrationCodeFailedError';
817
+ return _this54;
804
818
  }
805
819
  return (0, _createClass2.default)(NotAuthenticated_BundleRegistrationCodeFailedError);
806
820
  }(NotAuthenticatedError);
@@ -808,13 +822,13 @@ exports.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_Bu
808
822
  errorClasses.NotAuthenticated_BundleRegistrationCodeFailedError = NotAuthenticated_BundleRegistrationCodeFailedError;
809
823
  var NotAuthenticated_FilesAgentTokenFailedError = /*#__PURE__*/function (_NotAuthenticatedErro3) {
810
824
  (0, _inherits2.default)(NotAuthenticated_FilesAgentTokenFailedError, _NotAuthenticatedErro3);
811
- var _super54 = _createSuper(NotAuthenticated_FilesAgentTokenFailedError);
825
+ var _super55 = _createSuper(NotAuthenticated_FilesAgentTokenFailedError);
812
826
  function NotAuthenticated_FilesAgentTokenFailedError(message, code) {
813
- var _this54;
827
+ var _this55;
814
828
  (0, _classCallCheck2.default)(this, NotAuthenticated_FilesAgentTokenFailedError);
815
- _this54 = _super54.call(this, message, code);
816
- _this54.name = 'NotAuthenticated_FilesAgentTokenFailedError';
817
- return _this54;
829
+ _this55 = _super55.call(this, message, code);
830
+ _this55.name = 'NotAuthenticated_FilesAgentTokenFailedError';
831
+ return _this55;
818
832
  }
819
833
  return (0, _createClass2.default)(NotAuthenticated_FilesAgentTokenFailedError);
820
834
  }(NotAuthenticatedError);
@@ -822,13 +836,13 @@ exports.NotAuthenticated_FilesAgentTokenFailedError = NotAuthenticated_FilesAgen
822
836
  errorClasses.NotAuthenticated_FilesAgentTokenFailedError = NotAuthenticated_FilesAgentTokenFailedError;
823
837
  var NotAuthenticated_InboxRegistrationCodeFailedError = /*#__PURE__*/function (_NotAuthenticatedErro4) {
824
838
  (0, _inherits2.default)(NotAuthenticated_InboxRegistrationCodeFailedError, _NotAuthenticatedErro4);
825
- var _super55 = _createSuper(NotAuthenticated_InboxRegistrationCodeFailedError);
839
+ var _super56 = _createSuper(NotAuthenticated_InboxRegistrationCodeFailedError);
826
840
  function NotAuthenticated_InboxRegistrationCodeFailedError(message, code) {
827
- var _this55;
841
+ var _this56;
828
842
  (0, _classCallCheck2.default)(this, NotAuthenticated_InboxRegistrationCodeFailedError);
829
- _this55 = _super55.call(this, message, code);
830
- _this55.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
831
- return _this55;
843
+ _this56 = _super56.call(this, message, code);
844
+ _this56.name = 'NotAuthenticated_InboxRegistrationCodeFailedError';
845
+ return _this56;
832
846
  }
833
847
  return (0, _createClass2.default)(NotAuthenticated_InboxRegistrationCodeFailedError);
834
848
  }(NotAuthenticatedError);
@@ -836,13 +850,13 @@ exports.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_Inb
836
850
  errorClasses.NotAuthenticated_InboxRegistrationCodeFailedError = NotAuthenticated_InboxRegistrationCodeFailedError;
837
851
  var NotAuthenticated_InvalidCredentialsError = /*#__PURE__*/function (_NotAuthenticatedErro5) {
838
852
  (0, _inherits2.default)(NotAuthenticated_InvalidCredentialsError, _NotAuthenticatedErro5);
839
- var _super56 = _createSuper(NotAuthenticated_InvalidCredentialsError);
853
+ var _super57 = _createSuper(NotAuthenticated_InvalidCredentialsError);
840
854
  function NotAuthenticated_InvalidCredentialsError(message, code) {
841
- var _this56;
855
+ var _this57;
842
856
  (0, _classCallCheck2.default)(this, NotAuthenticated_InvalidCredentialsError);
843
- _this56 = _super56.call(this, message, code);
844
- _this56.name = 'NotAuthenticated_InvalidCredentialsError';
845
- return _this56;
857
+ _this57 = _super57.call(this, message, code);
858
+ _this57.name = 'NotAuthenticated_InvalidCredentialsError';
859
+ return _this57;
846
860
  }
847
861
  return (0, _createClass2.default)(NotAuthenticated_InvalidCredentialsError);
848
862
  }(NotAuthenticatedError);
@@ -850,13 +864,13 @@ exports.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCrede
850
864
  errorClasses.NotAuthenticated_InvalidCredentialsError = NotAuthenticated_InvalidCredentialsError;
851
865
  var NotAuthenticated_InvalidOauthError = /*#__PURE__*/function (_NotAuthenticatedErro6) {
852
866
  (0, _inherits2.default)(NotAuthenticated_InvalidOauthError, _NotAuthenticatedErro6);
853
- var _super57 = _createSuper(NotAuthenticated_InvalidOauthError);
867
+ var _super58 = _createSuper(NotAuthenticated_InvalidOauthError);
854
868
  function NotAuthenticated_InvalidOauthError(message, code) {
855
- var _this57;
869
+ var _this58;
856
870
  (0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOauthError);
857
- _this57 = _super57.call(this, message, code);
858
- _this57.name = 'NotAuthenticated_InvalidOauthError';
859
- return _this57;
871
+ _this58 = _super58.call(this, message, code);
872
+ _this58.name = 'NotAuthenticated_InvalidOauthError';
873
+ return _this58;
860
874
  }
861
875
  return (0, _createClass2.default)(NotAuthenticated_InvalidOauthError);
862
876
  }(NotAuthenticatedError);
@@ -864,13 +878,13 @@ exports.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
864
878
  errorClasses.NotAuthenticated_InvalidOauthError = NotAuthenticated_InvalidOauthError;
865
879
  var NotAuthenticated_InvalidOrExpiredCodeError = /*#__PURE__*/function (_NotAuthenticatedErro7) {
866
880
  (0, _inherits2.default)(NotAuthenticated_InvalidOrExpiredCodeError, _NotAuthenticatedErro7);
867
- var _super58 = _createSuper(NotAuthenticated_InvalidOrExpiredCodeError);
881
+ var _super59 = _createSuper(NotAuthenticated_InvalidOrExpiredCodeError);
868
882
  function NotAuthenticated_InvalidOrExpiredCodeError(message, code) {
869
- var _this58;
883
+ var _this59;
870
884
  (0, _classCallCheck2.default)(this, NotAuthenticated_InvalidOrExpiredCodeError);
871
- _this58 = _super58.call(this, message, code);
872
- _this58.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
873
- return _this58;
885
+ _this59 = _super59.call(this, message, code);
886
+ _this59.name = 'NotAuthenticated_InvalidOrExpiredCodeError';
887
+ return _this59;
874
888
  }
875
889
  return (0, _createClass2.default)(NotAuthenticated_InvalidOrExpiredCodeError);
876
890
  }(NotAuthenticatedError);
@@ -878,13 +892,13 @@ exports.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrE
878
892
  errorClasses.NotAuthenticated_InvalidOrExpiredCodeError = NotAuthenticated_InvalidOrExpiredCodeError;
879
893
  var NotAuthenticated_InvalidUsernameOrPasswordError = /*#__PURE__*/function (_NotAuthenticatedErro8) {
880
894
  (0, _inherits2.default)(NotAuthenticated_InvalidUsernameOrPasswordError, _NotAuthenticatedErro8);
881
- var _super59 = _createSuper(NotAuthenticated_InvalidUsernameOrPasswordError);
895
+ var _super60 = _createSuper(NotAuthenticated_InvalidUsernameOrPasswordError);
882
896
  function NotAuthenticated_InvalidUsernameOrPasswordError(message, code) {
883
- var _this59;
897
+ var _this60;
884
898
  (0, _classCallCheck2.default)(this, NotAuthenticated_InvalidUsernameOrPasswordError);
885
- _this59 = _super59.call(this, message, code);
886
- _this59.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
887
- return _this59;
899
+ _this60 = _super60.call(this, message, code);
900
+ _this60.name = 'NotAuthenticated_InvalidUsernameOrPasswordError';
901
+ return _this60;
888
902
  }
889
903
  return (0, _createClass2.default)(NotAuthenticated_InvalidUsernameOrPasswordError);
890
904
  }(NotAuthenticatedError);
@@ -892,13 +906,13 @@ exports.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_Inval
892
906
  errorClasses.NotAuthenticated_InvalidUsernameOrPasswordError = NotAuthenticated_InvalidUsernameOrPasswordError;
893
907
  var NotAuthenticated_LockedOutError = /*#__PURE__*/function (_NotAuthenticatedErro9) {
894
908
  (0, _inherits2.default)(NotAuthenticated_LockedOutError, _NotAuthenticatedErro9);
895
- var _super60 = _createSuper(NotAuthenticated_LockedOutError);
909
+ var _super61 = _createSuper(NotAuthenticated_LockedOutError);
896
910
  function NotAuthenticated_LockedOutError(message, code) {
897
- var _this60;
911
+ var _this61;
898
912
  (0, _classCallCheck2.default)(this, NotAuthenticated_LockedOutError);
899
- _this60 = _super60.call(this, message, code);
900
- _this60.name = 'NotAuthenticated_LockedOutError';
901
- return _this60;
913
+ _this61 = _super61.call(this, message, code);
914
+ _this61.name = 'NotAuthenticated_LockedOutError';
915
+ return _this61;
902
916
  }
903
917
  return (0, _createClass2.default)(NotAuthenticated_LockedOutError);
904
918
  }(NotAuthenticatedError);
@@ -906,13 +920,13 @@ exports.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
906
920
  errorClasses.NotAuthenticated_LockedOutError = NotAuthenticated_LockedOutError;
907
921
  var NotAuthenticated_LockoutRegionMismatchError = /*#__PURE__*/function (_NotAuthenticatedErro10) {
908
922
  (0, _inherits2.default)(NotAuthenticated_LockoutRegionMismatchError, _NotAuthenticatedErro10);
909
- var _super61 = _createSuper(NotAuthenticated_LockoutRegionMismatchError);
923
+ var _super62 = _createSuper(NotAuthenticated_LockoutRegionMismatchError);
910
924
  function NotAuthenticated_LockoutRegionMismatchError(message, code) {
911
- var _this61;
925
+ var _this62;
912
926
  (0, _classCallCheck2.default)(this, NotAuthenticated_LockoutRegionMismatchError);
913
- _this61 = _super61.call(this, message, code);
914
- _this61.name = 'NotAuthenticated_LockoutRegionMismatchError';
915
- return _this61;
927
+ _this62 = _super62.call(this, message, code);
928
+ _this62.name = 'NotAuthenticated_LockoutRegionMismatchError';
929
+ return _this62;
916
930
  }
917
931
  return (0, _createClass2.default)(NotAuthenticated_LockoutRegionMismatchError);
918
932
  }(NotAuthenticatedError);
@@ -920,13 +934,13 @@ exports.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRe
920
934
  errorClasses.NotAuthenticated_LockoutRegionMismatchError = NotAuthenticated_LockoutRegionMismatchError;
921
935
  var NotAuthenticated_OneTimePasswordIncorrectError = /*#__PURE__*/function (_NotAuthenticatedErro11) {
922
936
  (0, _inherits2.default)(NotAuthenticated_OneTimePasswordIncorrectError, _NotAuthenticatedErro11);
923
- var _super62 = _createSuper(NotAuthenticated_OneTimePasswordIncorrectError);
937
+ var _super63 = _createSuper(NotAuthenticated_OneTimePasswordIncorrectError);
924
938
  function NotAuthenticated_OneTimePasswordIncorrectError(message, code) {
925
- var _this62;
939
+ var _this63;
926
940
  (0, _classCallCheck2.default)(this, NotAuthenticated_OneTimePasswordIncorrectError);
927
- _this62 = _super62.call(this, message, code);
928
- _this62.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
929
- return _this62;
941
+ _this63 = _super63.call(this, message, code);
942
+ _this63.name = 'NotAuthenticated_OneTimePasswordIncorrectError';
943
+ return _this63;
930
944
  }
931
945
  return (0, _createClass2.default)(NotAuthenticated_OneTimePasswordIncorrectError);
932
946
  }(NotAuthenticatedError);
@@ -934,13 +948,13 @@ exports.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTim
934
948
  errorClasses.NotAuthenticated_OneTimePasswordIncorrectError = NotAuthenticated_OneTimePasswordIncorrectError;
935
949
  var NotAuthenticated_TwoFactorAuthenticationErrorError = /*#__PURE__*/function (_NotAuthenticatedErro12) {
936
950
  (0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError, _NotAuthenticatedErro12);
937
- var _super63 = _createSuper(NotAuthenticated_TwoFactorAuthenticationErrorError);
951
+ var _super64 = _createSuper(NotAuthenticated_TwoFactorAuthenticationErrorError);
938
952
  function NotAuthenticated_TwoFactorAuthenticationErrorError(message, code) {
939
- var _this63;
953
+ var _this64;
940
954
  (0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationErrorError);
941
- _this63 = _super63.call(this, message, code);
942
- _this63.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
943
- return _this63;
955
+ _this64 = _super64.call(this, message, code);
956
+ _this64.name = 'NotAuthenticated_TwoFactorAuthenticationErrorError';
957
+ return _this64;
944
958
  }
945
959
  return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationErrorError);
946
960
  }(NotAuthenticatedError);
@@ -948,13 +962,13 @@ exports.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_Tw
948
962
  errorClasses.NotAuthenticated_TwoFactorAuthenticationErrorError = NotAuthenticated_TwoFactorAuthenticationErrorError;
949
963
  var NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = /*#__PURE__*/function (_NotAuthenticatedErro13) {
950
964
  (0, _inherits2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError, _NotAuthenticatedErro13);
951
- var _super64 = _createSuper(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
965
+ var _super65 = _createSuper(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
952
966
  function NotAuthenticated_TwoFactorAuthenticationSetupExpiredError(message, code) {
953
- var _this64;
967
+ var _this65;
954
968
  (0, _classCallCheck2.default)(this, NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
955
- _this64 = _super64.call(this, message, code);
956
- _this64.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
957
- return _this64;
969
+ _this65 = _super65.call(this, message, code);
970
+ _this65.name = 'NotAuthenticated_TwoFactorAuthenticationSetupExpiredError';
971
+ return _this65;
958
972
  }
959
973
  return (0, _createClass2.default)(NotAuthenticated_TwoFactorAuthenticationSetupExpiredError);
960
974
  }(NotAuthenticatedError);
@@ -962,13 +976,13 @@ exports.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthentic
962
976
  errorClasses.NotAuthenticated_TwoFactorAuthenticationSetupExpiredError = NotAuthenticated_TwoFactorAuthenticationSetupExpiredError;
963
977
  var NotAuthorized_ApiKeyIsDisabledError = /*#__PURE__*/function (_NotAuthorizedError) {
964
978
  (0, _inherits2.default)(NotAuthorized_ApiKeyIsDisabledError, _NotAuthorizedError);
965
- var _super65 = _createSuper(NotAuthorized_ApiKeyIsDisabledError);
979
+ var _super66 = _createSuper(NotAuthorized_ApiKeyIsDisabledError);
966
980
  function NotAuthorized_ApiKeyIsDisabledError(message, code) {
967
- var _this65;
981
+ var _this66;
968
982
  (0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsDisabledError);
969
- _this65 = _super65.call(this, message, code);
970
- _this65.name = 'NotAuthorized_ApiKeyIsDisabledError';
971
- return _this65;
983
+ _this66 = _super66.call(this, message, code);
984
+ _this66.name = 'NotAuthorized_ApiKeyIsDisabledError';
985
+ return _this66;
972
986
  }
973
987
  return (0, _createClass2.default)(NotAuthorized_ApiKeyIsDisabledError);
974
988
  }(NotAuthorizedError);
@@ -976,13 +990,13 @@ exports.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledErro
976
990
  errorClasses.NotAuthorized_ApiKeyIsDisabledError = NotAuthorized_ApiKeyIsDisabledError;
977
991
  var NotAuthorized_ApiKeyIsPathRestrictedError = /*#__PURE__*/function (_NotAuthorizedError2) {
978
992
  (0, _inherits2.default)(NotAuthorized_ApiKeyIsPathRestrictedError, _NotAuthorizedError2);
979
- var _super66 = _createSuper(NotAuthorized_ApiKeyIsPathRestrictedError);
993
+ var _super67 = _createSuper(NotAuthorized_ApiKeyIsPathRestrictedError);
980
994
  function NotAuthorized_ApiKeyIsPathRestrictedError(message, code) {
981
- var _this66;
995
+ var _this67;
982
996
  (0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyIsPathRestrictedError);
983
- _this66 = _super66.call(this, message, code);
984
- _this66.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
985
- return _this66;
997
+ _this67 = _super67.call(this, message, code);
998
+ _this67.name = 'NotAuthorized_ApiKeyIsPathRestrictedError';
999
+ return _this67;
986
1000
  }
987
1001
  return (0, _createClass2.default)(NotAuthorized_ApiKeyIsPathRestrictedError);
988
1002
  }(NotAuthorizedError);
@@ -990,13 +1004,13 @@ exports.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRe
990
1004
  errorClasses.NotAuthorized_ApiKeyIsPathRestrictedError = NotAuthorized_ApiKeyIsPathRestrictedError;
991
1005
  var NotAuthorized_ApiKeyOnlyForDesktopAppError = /*#__PURE__*/function (_NotAuthorizedError3) {
992
1006
  (0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError, _NotAuthorizedError3);
993
- var _super67 = _createSuper(NotAuthorized_ApiKeyOnlyForDesktopAppError);
1007
+ var _super68 = _createSuper(NotAuthorized_ApiKeyOnlyForDesktopAppError);
994
1008
  function NotAuthorized_ApiKeyOnlyForDesktopAppError(message, code) {
995
- var _this67;
1009
+ var _this68;
996
1010
  (0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForDesktopAppError);
997
- _this67 = _super67.call(this, message, code);
998
- _this67.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
999
- return _this67;
1011
+ _this68 = _super68.call(this, message, code);
1012
+ _this68.name = 'NotAuthorized_ApiKeyOnlyForDesktopAppError';
1013
+ return _this68;
1000
1014
  }
1001
1015
  return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForDesktopAppError);
1002
1016
  }(NotAuthorizedError);
@@ -1004,13 +1018,13 @@ exports.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyFor
1004
1018
  errorClasses.NotAuthorized_ApiKeyOnlyForDesktopAppError = NotAuthorized_ApiKeyOnlyForDesktopAppError;
1005
1019
  var NotAuthorized_ApiKeyOnlyForMobileAppError = /*#__PURE__*/function (_NotAuthorizedError4) {
1006
1020
  (0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError, _NotAuthorizedError4);
1007
- var _super68 = _createSuper(NotAuthorized_ApiKeyOnlyForMobileAppError);
1021
+ var _super69 = _createSuper(NotAuthorized_ApiKeyOnlyForMobileAppError);
1008
1022
  function NotAuthorized_ApiKeyOnlyForMobileAppError(message, code) {
1009
- var _this68;
1023
+ var _this69;
1010
1024
  (0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForMobileAppError);
1011
- _this68 = _super68.call(this, message, code);
1012
- _this68.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
1013
- return _this68;
1025
+ _this69 = _super69.call(this, message, code);
1026
+ _this69.name = 'NotAuthorized_ApiKeyOnlyForMobileAppError';
1027
+ return _this69;
1014
1028
  }
1015
1029
  return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForMobileAppError);
1016
1030
  }(NotAuthorizedError);
@@ -1018,13 +1032,13 @@ exports.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForM
1018
1032
  errorClasses.NotAuthorized_ApiKeyOnlyForMobileAppError = NotAuthorized_ApiKeyOnlyForMobileAppError;
1019
1033
  var NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = /*#__PURE__*/function (_NotAuthorizedError5) {
1020
1034
  (0, _inherits2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError, _NotAuthorizedError5);
1021
- var _super69 = _createSuper(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
1035
+ var _super70 = _createSuper(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
1022
1036
  function NotAuthorized_ApiKeyOnlyForOfficeIntegrationError(message, code) {
1023
- var _this69;
1037
+ var _this70;
1024
1038
  (0, _classCallCheck2.default)(this, NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
1025
- _this69 = _super69.call(this, message, code);
1026
- _this69.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
1027
- return _this69;
1039
+ _this70 = _super70.call(this, message, code);
1040
+ _this70.name = 'NotAuthorized_ApiKeyOnlyForOfficeIntegrationError';
1041
+ return _this70;
1028
1042
  }
1029
1043
  return (0, _createClass2.default)(NotAuthorized_ApiKeyOnlyForOfficeIntegrationError);
1030
1044
  }(NotAuthorizedError);
@@ -1032,13 +1046,13 @@ exports.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKey
1032
1046
  errorClasses.NotAuthorized_ApiKeyOnlyForOfficeIntegrationError = NotAuthorized_ApiKeyOnlyForOfficeIntegrationError;
1033
1047
  var NotAuthorized_BillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError6) {
1034
1048
  (0, _inherits2.default)(NotAuthorized_BillingPermissionRequiredError, _NotAuthorizedError6);
1035
- var _super70 = _createSuper(NotAuthorized_BillingPermissionRequiredError);
1049
+ var _super71 = _createSuper(NotAuthorized_BillingPermissionRequiredError);
1036
1050
  function NotAuthorized_BillingPermissionRequiredError(message, code) {
1037
- var _this70;
1051
+ var _this71;
1038
1052
  (0, _classCallCheck2.default)(this, NotAuthorized_BillingPermissionRequiredError);
1039
- _this70 = _super70.call(this, message, code);
1040
- _this70.name = 'NotAuthorized_BillingPermissionRequiredError';
1041
- return _this70;
1053
+ _this71 = _super71.call(this, message, code);
1054
+ _this71.name = 'NotAuthorized_BillingPermissionRequiredError';
1055
+ return _this71;
1042
1056
  }
1043
1057
  return (0, _createClass2.default)(NotAuthorized_BillingPermissionRequiredError);
1044
1058
  }(NotAuthorizedError);
@@ -1046,13 +1060,13 @@ exports.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPerm
1046
1060
  errorClasses.NotAuthorized_BillingPermissionRequiredError = NotAuthorized_BillingPermissionRequiredError;
1047
1061
  var NotAuthorized_BundleMaximumUsesReachedError = /*#__PURE__*/function (_NotAuthorizedError7) {
1048
1062
  (0, _inherits2.default)(NotAuthorized_BundleMaximumUsesReachedError, _NotAuthorizedError7);
1049
- var _super71 = _createSuper(NotAuthorized_BundleMaximumUsesReachedError);
1063
+ var _super72 = _createSuper(NotAuthorized_BundleMaximumUsesReachedError);
1050
1064
  function NotAuthorized_BundleMaximumUsesReachedError(message, code) {
1051
- var _this71;
1065
+ var _this72;
1052
1066
  (0, _classCallCheck2.default)(this, NotAuthorized_BundleMaximumUsesReachedError);
1053
- _this71 = _super71.call(this, message, code);
1054
- _this71.name = 'NotAuthorized_BundleMaximumUsesReachedError';
1055
- return _this71;
1067
+ _this72 = _super72.call(this, message, code);
1068
+ _this72.name = 'NotAuthorized_BundleMaximumUsesReachedError';
1069
+ return _this72;
1056
1070
  }
1057
1071
  return (0, _createClass2.default)(NotAuthorized_BundleMaximumUsesReachedError);
1058
1072
  }(NotAuthorizedError);
@@ -1060,13 +1074,13 @@ exports.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximu
1060
1074
  errorClasses.NotAuthorized_BundleMaximumUsesReachedError = NotAuthorized_BundleMaximumUsesReachedError;
1061
1075
  var NotAuthorized_CannotLoginWhileUsingKeyError = /*#__PURE__*/function (_NotAuthorizedError8) {
1062
1076
  (0, _inherits2.default)(NotAuthorized_CannotLoginWhileUsingKeyError, _NotAuthorizedError8);
1063
- var _super72 = _createSuper(NotAuthorized_CannotLoginWhileUsingKeyError);
1077
+ var _super73 = _createSuper(NotAuthorized_CannotLoginWhileUsingKeyError);
1064
1078
  function NotAuthorized_CannotLoginWhileUsingKeyError(message, code) {
1065
- var _this72;
1079
+ var _this73;
1066
1080
  (0, _classCallCheck2.default)(this, NotAuthorized_CannotLoginWhileUsingKeyError);
1067
- _this72 = _super72.call(this, message, code);
1068
- _this72.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
1069
- return _this72;
1081
+ _this73 = _super73.call(this, message, code);
1082
+ _this73.name = 'NotAuthorized_CannotLoginWhileUsingKeyError';
1083
+ return _this73;
1070
1084
  }
1071
1085
  return (0, _createClass2.default)(NotAuthorized_CannotLoginWhileUsingKeyError);
1072
1086
  }(NotAuthorizedError);
@@ -1074,13 +1088,13 @@ exports.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginW
1074
1088
  errorClasses.NotAuthorized_CannotLoginWhileUsingKeyError = NotAuthorized_CannotLoginWhileUsingKeyError;
1075
1089
  var NotAuthorized_CantActForOtherUserError = /*#__PURE__*/function (_NotAuthorizedError9) {
1076
1090
  (0, _inherits2.default)(NotAuthorized_CantActForOtherUserError, _NotAuthorizedError9);
1077
- var _super73 = _createSuper(NotAuthorized_CantActForOtherUserError);
1091
+ var _super74 = _createSuper(NotAuthorized_CantActForOtherUserError);
1078
1092
  function NotAuthorized_CantActForOtherUserError(message, code) {
1079
- var _this73;
1093
+ var _this74;
1080
1094
  (0, _classCallCheck2.default)(this, NotAuthorized_CantActForOtherUserError);
1081
- _this73 = _super73.call(this, message, code);
1082
- _this73.name = 'NotAuthorized_CantActForOtherUserError';
1083
- return _this73;
1095
+ _this74 = _super74.call(this, message, code);
1096
+ _this74.name = 'NotAuthorized_CantActForOtherUserError';
1097
+ return _this74;
1084
1098
  }
1085
1099
  return (0, _createClass2.default)(NotAuthorized_CantActForOtherUserError);
1086
1100
  }(NotAuthorizedError);
@@ -1088,13 +1102,13 @@ exports.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUs
1088
1102
  errorClasses.NotAuthorized_CantActForOtherUserError = NotAuthorized_CantActForOtherUserError;
1089
1103
  var NotAuthorized_ContactAdminForPasswordChangeHelpError = /*#__PURE__*/function (_NotAuthorizedError10) {
1090
1104
  (0, _inherits2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError, _NotAuthorizedError10);
1091
- var _super74 = _createSuper(NotAuthorized_ContactAdminForPasswordChangeHelpError);
1105
+ var _super75 = _createSuper(NotAuthorized_ContactAdminForPasswordChangeHelpError);
1092
1106
  function NotAuthorized_ContactAdminForPasswordChangeHelpError(message, code) {
1093
- var _this74;
1107
+ var _this75;
1094
1108
  (0, _classCallCheck2.default)(this, NotAuthorized_ContactAdminForPasswordChangeHelpError);
1095
- _this74 = _super74.call(this, message, code);
1096
- _this74.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
1097
- return _this74;
1109
+ _this75 = _super75.call(this, message, code);
1110
+ _this75.name = 'NotAuthorized_ContactAdminForPasswordChangeHelpError';
1111
+ return _this75;
1098
1112
  }
1099
1113
  return (0, _createClass2.default)(NotAuthorized_ContactAdminForPasswordChangeHelpError);
1100
1114
  }(NotAuthorizedError);
@@ -1102,13 +1116,13 @@ exports.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_Con
1102
1116
  errorClasses.NotAuthorized_ContactAdminForPasswordChangeHelpError = NotAuthorized_ContactAdminForPasswordChangeHelpError;
1103
1117
  var NotAuthorized_FolderAdminOrBillingPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError11) {
1104
1118
  (0, _inherits2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError, _NotAuthorizedError11);
1105
- var _super75 = _createSuper(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
1119
+ var _super76 = _createSuper(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
1106
1120
  function NotAuthorized_FolderAdminOrBillingPermissionRequiredError(message, code) {
1107
- var _this75;
1121
+ var _this76;
1108
1122
  (0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
1109
- _this75 = _super75.call(this, message, code);
1110
- _this75.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
1111
- return _this75;
1123
+ _this76 = _super76.call(this, message, code);
1124
+ _this76.name = 'NotAuthorized_FolderAdminOrBillingPermissionRequiredError';
1125
+ return _this76;
1112
1126
  }
1113
1127
  return (0, _createClass2.default)(NotAuthorized_FolderAdminOrBillingPermissionRequiredError);
1114
1128
  }(NotAuthorizedError);
@@ -1116,13 +1130,13 @@ exports.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorize
1116
1130
  errorClasses.NotAuthorized_FolderAdminOrBillingPermissionRequiredError = NotAuthorized_FolderAdminOrBillingPermissionRequiredError;
1117
1131
  var NotAuthorized_FolderAdminPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError12) {
1118
1132
  (0, _inherits2.default)(NotAuthorized_FolderAdminPermissionRequiredError, _NotAuthorizedError12);
1119
- var _super76 = _createSuper(NotAuthorized_FolderAdminPermissionRequiredError);
1133
+ var _super77 = _createSuper(NotAuthorized_FolderAdminPermissionRequiredError);
1120
1134
  function NotAuthorized_FolderAdminPermissionRequiredError(message, code) {
1121
- var _this76;
1135
+ var _this77;
1122
1136
  (0, _classCallCheck2.default)(this, NotAuthorized_FolderAdminPermissionRequiredError);
1123
- _this76 = _super76.call(this, message, code);
1124
- _this76.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
1125
- return _this76;
1137
+ _this77 = _super77.call(this, message, code);
1138
+ _this77.name = 'NotAuthorized_FolderAdminPermissionRequiredError';
1139
+ return _this77;
1126
1140
  }
1127
1141
  return (0, _createClass2.default)(NotAuthorized_FolderAdminPermissionRequiredError);
1128
1142
  }(NotAuthorizedError);
@@ -1130,13 +1144,13 @@ exports.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderA
1130
1144
  errorClasses.NotAuthorized_FolderAdminPermissionRequiredError = NotAuthorized_FolderAdminPermissionRequiredError;
1131
1145
  var NotAuthorized_FullPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError13) {
1132
1146
  (0, _inherits2.default)(NotAuthorized_FullPermissionRequiredError, _NotAuthorizedError13);
1133
- var _super77 = _createSuper(NotAuthorized_FullPermissionRequiredError);
1147
+ var _super78 = _createSuper(NotAuthorized_FullPermissionRequiredError);
1134
1148
  function NotAuthorized_FullPermissionRequiredError(message, code) {
1135
- var _this77;
1149
+ var _this78;
1136
1150
  (0, _classCallCheck2.default)(this, NotAuthorized_FullPermissionRequiredError);
1137
- _this77 = _super77.call(this, message, code);
1138
- _this77.name = 'NotAuthorized_FullPermissionRequiredError';
1139
- return _this77;
1151
+ _this78 = _super78.call(this, message, code);
1152
+ _this78.name = 'NotAuthorized_FullPermissionRequiredError';
1153
+ return _this78;
1140
1154
  }
1141
1155
  return (0, _createClass2.default)(NotAuthorized_FullPermissionRequiredError);
1142
1156
  }(NotAuthorizedError);
@@ -1144,13 +1158,13 @@ exports.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermission
1144
1158
  errorClasses.NotAuthorized_FullPermissionRequiredError = NotAuthorized_FullPermissionRequiredError;
1145
1159
  var NotAuthorized_HistoryPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError14) {
1146
1160
  (0, _inherits2.default)(NotAuthorized_HistoryPermissionRequiredError, _NotAuthorizedError14);
1147
- var _super78 = _createSuper(NotAuthorized_HistoryPermissionRequiredError);
1161
+ var _super79 = _createSuper(NotAuthorized_HistoryPermissionRequiredError);
1148
1162
  function NotAuthorized_HistoryPermissionRequiredError(message, code) {
1149
- var _this78;
1163
+ var _this79;
1150
1164
  (0, _classCallCheck2.default)(this, NotAuthorized_HistoryPermissionRequiredError);
1151
- _this78 = _super78.call(this, message, code);
1152
- _this78.name = 'NotAuthorized_HistoryPermissionRequiredError';
1153
- return _this78;
1165
+ _this79 = _super79.call(this, message, code);
1166
+ _this79.name = 'NotAuthorized_HistoryPermissionRequiredError';
1167
+ return _this79;
1154
1168
  }
1155
1169
  return (0, _createClass2.default)(NotAuthorized_HistoryPermissionRequiredError);
1156
1170
  }(NotAuthorizedError);
@@ -1158,13 +1172,13 @@ exports.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPerm
1158
1172
  errorClasses.NotAuthorized_HistoryPermissionRequiredError = NotAuthorized_HistoryPermissionRequiredError;
1159
1173
  var NotAuthorized_InsufficientPermissionForParamsError = /*#__PURE__*/function (_NotAuthorizedError15) {
1160
1174
  (0, _inherits2.default)(NotAuthorized_InsufficientPermissionForParamsError, _NotAuthorizedError15);
1161
- var _super79 = _createSuper(NotAuthorized_InsufficientPermissionForParamsError);
1175
+ var _super80 = _createSuper(NotAuthorized_InsufficientPermissionForParamsError);
1162
1176
  function NotAuthorized_InsufficientPermissionForParamsError(message, code) {
1163
- var _this79;
1177
+ var _this80;
1164
1178
  (0, _classCallCheck2.default)(this, NotAuthorized_InsufficientPermissionForParamsError);
1165
- _this79 = _super79.call(this, message, code);
1166
- _this79.name = 'NotAuthorized_InsufficientPermissionForParamsError';
1167
- return _this79;
1179
+ _this80 = _super80.call(this, message, code);
1180
+ _this80.name = 'NotAuthorized_InsufficientPermissionForParamsError';
1181
+ return _this80;
1168
1182
  }
1169
1183
  return (0, _createClass2.default)(NotAuthorized_InsufficientPermissionForParamsError);
1170
1184
  }(NotAuthorizedError);
@@ -1172,13 +1186,13 @@ exports.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_Insuf
1172
1186
  errorClasses.NotAuthorized_InsufficientPermissionForParamsError = NotAuthorized_InsufficientPermissionForParamsError;
1173
1187
  var NotAuthorized_MustAuthenticateWithApiKeyError = /*#__PURE__*/function (_NotAuthorizedError16) {
1174
1188
  (0, _inherits2.default)(NotAuthorized_MustAuthenticateWithApiKeyError, _NotAuthorizedError16);
1175
- var _super80 = _createSuper(NotAuthorized_MustAuthenticateWithApiKeyError);
1189
+ var _super81 = _createSuper(NotAuthorized_MustAuthenticateWithApiKeyError);
1176
1190
  function NotAuthorized_MustAuthenticateWithApiKeyError(message, code) {
1177
- var _this80;
1191
+ var _this81;
1178
1192
  (0, _classCallCheck2.default)(this, NotAuthorized_MustAuthenticateWithApiKeyError);
1179
- _this80 = _super80.call(this, message, code);
1180
- _this80.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
1181
- return _this80;
1193
+ _this81 = _super81.call(this, message, code);
1194
+ _this81.name = 'NotAuthorized_MustAuthenticateWithApiKeyError';
1195
+ return _this81;
1182
1196
  }
1183
1197
  return (0, _createClass2.default)(NotAuthorized_MustAuthenticateWithApiKeyError);
1184
1198
  }(NotAuthorizedError);
@@ -1186,13 +1200,13 @@ exports.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthen
1186
1200
  errorClasses.NotAuthorized_MustAuthenticateWithApiKeyError = NotAuthorized_MustAuthenticateWithApiKeyError;
1187
1201
  var NotAuthorized_NeedAdminPermissionForInboxError = /*#__PURE__*/function (_NotAuthorizedError17) {
1188
1202
  (0, _inherits2.default)(NotAuthorized_NeedAdminPermissionForInboxError, _NotAuthorizedError17);
1189
- var _super81 = _createSuper(NotAuthorized_NeedAdminPermissionForInboxError);
1203
+ var _super82 = _createSuper(NotAuthorized_NeedAdminPermissionForInboxError);
1190
1204
  function NotAuthorized_NeedAdminPermissionForInboxError(message, code) {
1191
- var _this81;
1205
+ var _this82;
1192
1206
  (0, _classCallCheck2.default)(this, NotAuthorized_NeedAdminPermissionForInboxError);
1193
- _this81 = _super81.call(this, message, code);
1194
- _this81.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
1195
- return _this81;
1207
+ _this82 = _super82.call(this, message, code);
1208
+ _this82.name = 'NotAuthorized_NeedAdminPermissionForInboxError';
1209
+ return _this82;
1196
1210
  }
1197
1211
  return (0, _createClass2.default)(NotAuthorized_NeedAdminPermissionForInboxError);
1198
1212
  }(NotAuthorizedError);
@@ -1200,13 +1214,13 @@ exports.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdmin
1200
1214
  errorClasses.NotAuthorized_NeedAdminPermissionForInboxError = NotAuthorized_NeedAdminPermissionForInboxError;
1201
1215
  var NotAuthorized_NonAdminsMustQueryByFolderOrPathError = /*#__PURE__*/function (_NotAuthorizedError18) {
1202
1216
  (0, _inherits2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError, _NotAuthorizedError18);
1203
- var _super82 = _createSuper(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
1217
+ var _super83 = _createSuper(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
1204
1218
  function NotAuthorized_NonAdminsMustQueryByFolderOrPathError(message, code) {
1205
- var _this82;
1219
+ var _this83;
1206
1220
  (0, _classCallCheck2.default)(this, NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
1207
- _this82 = _super82.call(this, message, code);
1208
- _this82.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
1209
- return _this82;
1221
+ _this83 = _super83.call(this, message, code);
1222
+ _this83.name = 'NotAuthorized_NonAdminsMustQueryByFolderOrPathError';
1223
+ return _this83;
1210
1224
  }
1211
1225
  return (0, _createClass2.default)(NotAuthorized_NonAdminsMustQueryByFolderOrPathError);
1212
1226
  }(NotAuthorizedError);
@@ -1214,13 +1228,13 @@ exports.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonA
1214
1228
  errorClasses.NotAuthorized_NonAdminsMustQueryByFolderOrPathError = NotAuthorized_NonAdminsMustQueryByFolderOrPathError;
1215
1229
  var NotAuthorized_NotAllowedToCreateBundleError = /*#__PURE__*/function (_NotAuthorizedError19) {
1216
1230
  (0, _inherits2.default)(NotAuthorized_NotAllowedToCreateBundleError, _NotAuthorizedError19);
1217
- var _super83 = _createSuper(NotAuthorized_NotAllowedToCreateBundleError);
1231
+ var _super84 = _createSuper(NotAuthorized_NotAllowedToCreateBundleError);
1218
1232
  function NotAuthorized_NotAllowedToCreateBundleError(message, code) {
1219
- var _this83;
1233
+ var _this84;
1220
1234
  (0, _classCallCheck2.default)(this, NotAuthorized_NotAllowedToCreateBundleError);
1221
- _this83 = _super83.call(this, message, code);
1222
- _this83.name = 'NotAuthorized_NotAllowedToCreateBundleError';
1223
- return _this83;
1235
+ _this84 = _super84.call(this, message, code);
1236
+ _this84.name = 'NotAuthorized_NotAllowedToCreateBundleError';
1237
+ return _this84;
1224
1238
  }
1225
1239
  return (0, _createClass2.default)(NotAuthorized_NotAllowedToCreateBundleError);
1226
1240
  }(NotAuthorizedError);
@@ -1228,13 +1242,13 @@ exports.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedTo
1228
1242
  errorClasses.NotAuthorized_NotAllowedToCreateBundleError = NotAuthorized_NotAllowedToCreateBundleError;
1229
1243
  var NotAuthorized_PasswordChangeNotRequiredError = /*#__PURE__*/function (_NotAuthorizedError20) {
1230
1244
  (0, _inherits2.default)(NotAuthorized_PasswordChangeNotRequiredError, _NotAuthorizedError20);
1231
- var _super84 = _createSuper(NotAuthorized_PasswordChangeNotRequiredError);
1245
+ var _super85 = _createSuper(NotAuthorized_PasswordChangeNotRequiredError);
1232
1246
  function NotAuthorized_PasswordChangeNotRequiredError(message, code) {
1233
- var _this84;
1247
+ var _this85;
1234
1248
  (0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeNotRequiredError);
1235
- _this84 = _super84.call(this, message, code);
1236
- _this84.name = 'NotAuthorized_PasswordChangeNotRequiredError';
1237
- return _this84;
1249
+ _this85 = _super85.call(this, message, code);
1250
+ _this85.name = 'NotAuthorized_PasswordChangeNotRequiredError';
1251
+ return _this85;
1238
1252
  }
1239
1253
  return (0, _createClass2.default)(NotAuthorized_PasswordChangeNotRequiredError);
1240
1254
  }(NotAuthorizedError);
@@ -1242,13 +1256,13 @@ exports.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordCha
1242
1256
  errorClasses.NotAuthorized_PasswordChangeNotRequiredError = NotAuthorized_PasswordChangeNotRequiredError;
1243
1257
  var NotAuthorized_PasswordChangeRequiredError = /*#__PURE__*/function (_NotAuthorizedError21) {
1244
1258
  (0, _inherits2.default)(NotAuthorized_PasswordChangeRequiredError, _NotAuthorizedError21);
1245
- var _super85 = _createSuper(NotAuthorized_PasswordChangeRequiredError);
1259
+ var _super86 = _createSuper(NotAuthorized_PasswordChangeRequiredError);
1246
1260
  function NotAuthorized_PasswordChangeRequiredError(message, code) {
1247
- var _this85;
1261
+ var _this86;
1248
1262
  (0, _classCallCheck2.default)(this, NotAuthorized_PasswordChangeRequiredError);
1249
- _this85 = _super85.call(this, message, code);
1250
- _this85.name = 'NotAuthorized_PasswordChangeRequiredError';
1251
- return _this85;
1263
+ _this86 = _super86.call(this, message, code);
1264
+ _this86.name = 'NotAuthorized_PasswordChangeRequiredError';
1265
+ return _this86;
1252
1266
  }
1253
1267
  return (0, _createClass2.default)(NotAuthorized_PasswordChangeRequiredError);
1254
1268
  }(NotAuthorizedError);
@@ -1256,13 +1270,13 @@ exports.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChange
1256
1270
  errorClasses.NotAuthorized_PasswordChangeRequiredError = NotAuthorized_PasswordChangeRequiredError;
1257
1271
  var NotAuthorized_ReadOnlySessionError = /*#__PURE__*/function (_NotAuthorizedError22) {
1258
1272
  (0, _inherits2.default)(NotAuthorized_ReadOnlySessionError, _NotAuthorizedError22);
1259
- var _super86 = _createSuper(NotAuthorized_ReadOnlySessionError);
1273
+ var _super87 = _createSuper(NotAuthorized_ReadOnlySessionError);
1260
1274
  function NotAuthorized_ReadOnlySessionError(message, code) {
1261
- var _this86;
1275
+ var _this87;
1262
1276
  (0, _classCallCheck2.default)(this, NotAuthorized_ReadOnlySessionError);
1263
- _this86 = _super86.call(this, message, code);
1264
- _this86.name = 'NotAuthorized_ReadOnlySessionError';
1265
- return _this86;
1277
+ _this87 = _super87.call(this, message, code);
1278
+ _this87.name = 'NotAuthorized_ReadOnlySessionError';
1279
+ return _this87;
1266
1280
  }
1267
1281
  return (0, _createClass2.default)(NotAuthorized_ReadOnlySessionError);
1268
1282
  }(NotAuthorizedError);
@@ -1270,13 +1284,13 @@ exports.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
1270
1284
  errorClasses.NotAuthorized_ReadOnlySessionError = NotAuthorized_ReadOnlySessionError;
1271
1285
  var NotAuthorized_ReadPermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError23) {
1272
1286
  (0, _inherits2.default)(NotAuthorized_ReadPermissionRequiredError, _NotAuthorizedError23);
1273
- var _super87 = _createSuper(NotAuthorized_ReadPermissionRequiredError);
1287
+ var _super88 = _createSuper(NotAuthorized_ReadPermissionRequiredError);
1274
1288
  function NotAuthorized_ReadPermissionRequiredError(message, code) {
1275
- var _this87;
1289
+ var _this88;
1276
1290
  (0, _classCallCheck2.default)(this, NotAuthorized_ReadPermissionRequiredError);
1277
- _this87 = _super87.call(this, message, code);
1278
- _this87.name = 'NotAuthorized_ReadPermissionRequiredError';
1279
- return _this87;
1291
+ _this88 = _super88.call(this, message, code);
1292
+ _this88.name = 'NotAuthorized_ReadPermissionRequiredError';
1293
+ return _this88;
1280
1294
  }
1281
1295
  return (0, _createClass2.default)(NotAuthorized_ReadPermissionRequiredError);
1282
1296
  }(NotAuthorizedError);
@@ -1284,13 +1298,13 @@ exports.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermission
1284
1298
  errorClasses.NotAuthorized_ReadPermissionRequiredError = NotAuthorized_ReadPermissionRequiredError;
1285
1299
  var NotAuthorized_ReauthenticationFailedError = /*#__PURE__*/function (_NotAuthorizedError24) {
1286
1300
  (0, _inherits2.default)(NotAuthorized_ReauthenticationFailedError, _NotAuthorizedError24);
1287
- var _super88 = _createSuper(NotAuthorized_ReauthenticationFailedError);
1301
+ var _super89 = _createSuper(NotAuthorized_ReauthenticationFailedError);
1288
1302
  function NotAuthorized_ReauthenticationFailedError(message, code) {
1289
- var _this88;
1303
+ var _this89;
1290
1304
  (0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedError);
1291
- _this88 = _super88.call(this, message, code);
1292
- _this88.name = 'NotAuthorized_ReauthenticationFailedError';
1293
- return _this88;
1305
+ _this89 = _super89.call(this, message, code);
1306
+ _this89.name = 'NotAuthorized_ReauthenticationFailedError';
1307
+ return _this89;
1294
1308
  }
1295
1309
  return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedError);
1296
1310
  }(NotAuthorizedError);
@@ -1298,13 +1312,13 @@ exports.NotAuthorized_ReauthenticationFailedError = NotAuthorized_Reauthenticati
1298
1312
  errorClasses.NotAuthorized_ReauthenticationFailedError = NotAuthorized_ReauthenticationFailedError;
1299
1313
  var NotAuthorized_ReauthenticationFailedFinalError = /*#__PURE__*/function (_NotAuthorizedError25) {
1300
1314
  (0, _inherits2.default)(NotAuthorized_ReauthenticationFailedFinalError, _NotAuthorizedError25);
1301
- var _super89 = _createSuper(NotAuthorized_ReauthenticationFailedFinalError);
1315
+ var _super90 = _createSuper(NotAuthorized_ReauthenticationFailedFinalError);
1302
1316
  function NotAuthorized_ReauthenticationFailedFinalError(message, code) {
1303
- var _this89;
1317
+ var _this90;
1304
1318
  (0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationFailedFinalError);
1305
- _this89 = _super89.call(this, message, code);
1306
- _this89.name = 'NotAuthorized_ReauthenticationFailedFinalError';
1307
- return _this89;
1319
+ _this90 = _super90.call(this, message, code);
1320
+ _this90.name = 'NotAuthorized_ReauthenticationFailedFinalError';
1321
+ return _this90;
1308
1322
  }
1309
1323
  return (0, _createClass2.default)(NotAuthorized_ReauthenticationFailedFinalError);
1310
1324
  }(NotAuthorizedError);
@@ -1312,13 +1326,13 @@ exports.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_Reauthent
1312
1326
  errorClasses.NotAuthorized_ReauthenticationFailedFinalError = NotAuthorized_ReauthenticationFailedFinalError;
1313
1327
  var NotAuthorized_ReauthenticationNeededActionError = /*#__PURE__*/function (_NotAuthorizedError26) {
1314
1328
  (0, _inherits2.default)(NotAuthorized_ReauthenticationNeededActionError, _NotAuthorizedError26);
1315
- var _super90 = _createSuper(NotAuthorized_ReauthenticationNeededActionError);
1329
+ var _super91 = _createSuper(NotAuthorized_ReauthenticationNeededActionError);
1316
1330
  function NotAuthorized_ReauthenticationNeededActionError(message, code) {
1317
- var _this90;
1331
+ var _this91;
1318
1332
  (0, _classCallCheck2.default)(this, NotAuthorized_ReauthenticationNeededActionError);
1319
- _this90 = _super90.call(this, message, code);
1320
- _this90.name = 'NotAuthorized_ReauthenticationNeededActionError';
1321
- return _this90;
1333
+ _this91 = _super91.call(this, message, code);
1334
+ _this91.name = 'NotAuthorized_ReauthenticationNeededActionError';
1335
+ return _this91;
1322
1336
  }
1323
1337
  return (0, _createClass2.default)(NotAuthorized_ReauthenticationNeededActionError);
1324
1338
  }(NotAuthorizedError);
@@ -1326,13 +1340,13 @@ exports.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_Reauthen
1326
1340
  errorClasses.NotAuthorized_ReauthenticationNeededActionError = NotAuthorized_ReauthenticationNeededActionError;
1327
1341
  var NotAuthorized_SelfManagedRequiredError = /*#__PURE__*/function (_NotAuthorizedError27) {
1328
1342
  (0, _inherits2.default)(NotAuthorized_SelfManagedRequiredError, _NotAuthorizedError27);
1329
- var _super91 = _createSuper(NotAuthorized_SelfManagedRequiredError);
1343
+ var _super92 = _createSuper(NotAuthorized_SelfManagedRequiredError);
1330
1344
  function NotAuthorized_SelfManagedRequiredError(message, code) {
1331
- var _this91;
1345
+ var _this92;
1332
1346
  (0, _classCallCheck2.default)(this, NotAuthorized_SelfManagedRequiredError);
1333
- _this91 = _super91.call(this, message, code);
1334
- _this91.name = 'NotAuthorized_SelfManagedRequiredError';
1335
- return _this91;
1347
+ _this92 = _super92.call(this, message, code);
1348
+ _this92.name = 'NotAuthorized_SelfManagedRequiredError';
1349
+ return _this92;
1336
1350
  }
1337
1351
  return (0, _createClass2.default)(NotAuthorized_SelfManagedRequiredError);
1338
1352
  }(NotAuthorizedError);
@@ -1340,13 +1354,13 @@ exports.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequir
1340
1354
  errorClasses.NotAuthorized_SelfManagedRequiredError = NotAuthorized_SelfManagedRequiredError;
1341
1355
  var NotAuthorized_SiteAdminRequiredError = /*#__PURE__*/function (_NotAuthorizedError28) {
1342
1356
  (0, _inherits2.default)(NotAuthorized_SiteAdminRequiredError, _NotAuthorizedError28);
1343
- var _super92 = _createSuper(NotAuthorized_SiteAdminRequiredError);
1357
+ var _super93 = _createSuper(NotAuthorized_SiteAdminRequiredError);
1344
1358
  function NotAuthorized_SiteAdminRequiredError(message, code) {
1345
- var _this92;
1359
+ var _this93;
1346
1360
  (0, _classCallCheck2.default)(this, NotAuthorized_SiteAdminRequiredError);
1347
- _this92 = _super92.call(this, message, code);
1348
- _this92.name = 'NotAuthorized_SiteAdminRequiredError';
1349
- return _this92;
1361
+ _this93 = _super93.call(this, message, code);
1362
+ _this93.name = 'NotAuthorized_SiteAdminRequiredError';
1363
+ return _this93;
1350
1364
  }
1351
1365
  return (0, _createClass2.default)(NotAuthorized_SiteAdminRequiredError);
1352
1366
  }(NotAuthorizedError);
@@ -1354,13 +1368,13 @@ exports.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredEr
1354
1368
  errorClasses.NotAuthorized_SiteAdminRequiredError = NotAuthorized_SiteAdminRequiredError;
1355
1369
  var NotAuthorized_SiteFilesAreImmutableError = /*#__PURE__*/function (_NotAuthorizedError29) {
1356
1370
  (0, _inherits2.default)(NotAuthorized_SiteFilesAreImmutableError, _NotAuthorizedError29);
1357
- var _super93 = _createSuper(NotAuthorized_SiteFilesAreImmutableError);
1371
+ var _super94 = _createSuper(NotAuthorized_SiteFilesAreImmutableError);
1358
1372
  function NotAuthorized_SiteFilesAreImmutableError(message, code) {
1359
- var _this93;
1373
+ var _this94;
1360
1374
  (0, _classCallCheck2.default)(this, NotAuthorized_SiteFilesAreImmutableError);
1361
- _this93 = _super93.call(this, message, code);
1362
- _this93.name = 'NotAuthorized_SiteFilesAreImmutableError';
1363
- return _this93;
1375
+ _this94 = _super94.call(this, message, code);
1376
+ _this94.name = 'NotAuthorized_SiteFilesAreImmutableError';
1377
+ return _this94;
1364
1378
  }
1365
1379
  return (0, _createClass2.default)(NotAuthorized_SiteFilesAreImmutableError);
1366
1380
  }(NotAuthorizedError);
@@ -1368,13 +1382,13 @@ exports.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImm
1368
1382
  errorClasses.NotAuthorized_SiteFilesAreImmutableError = NotAuthorized_SiteFilesAreImmutableError;
1369
1383
  var NotAuthorized_TwoFactorAuthenticationRequiredError = /*#__PURE__*/function (_NotAuthorizedError30) {
1370
1384
  (0, _inherits2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError, _NotAuthorizedError30);
1371
- var _super94 = _createSuper(NotAuthorized_TwoFactorAuthenticationRequiredError);
1385
+ var _super95 = _createSuper(NotAuthorized_TwoFactorAuthenticationRequiredError);
1372
1386
  function NotAuthorized_TwoFactorAuthenticationRequiredError(message, code) {
1373
- var _this94;
1387
+ var _this95;
1374
1388
  (0, _classCallCheck2.default)(this, NotAuthorized_TwoFactorAuthenticationRequiredError);
1375
- _this94 = _super94.call(this, message, code);
1376
- _this94.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
1377
- return _this94;
1389
+ _this95 = _super95.call(this, message, code);
1390
+ _this95.name = 'NotAuthorized_TwoFactorAuthenticationRequiredError';
1391
+ return _this95;
1378
1392
  }
1379
1393
  return (0, _createClass2.default)(NotAuthorized_TwoFactorAuthenticationRequiredError);
1380
1394
  }(NotAuthorizedError);
@@ -1382,13 +1396,13 @@ exports.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFa
1382
1396
  errorClasses.NotAuthorized_TwoFactorAuthenticationRequiredError = NotAuthorized_TwoFactorAuthenticationRequiredError;
1383
1397
  var NotAuthorized_UserIdWithoutSiteAdminError = /*#__PURE__*/function (_NotAuthorizedError31) {
1384
1398
  (0, _inherits2.default)(NotAuthorized_UserIdWithoutSiteAdminError, _NotAuthorizedError31);
1385
- var _super95 = _createSuper(NotAuthorized_UserIdWithoutSiteAdminError);
1399
+ var _super96 = _createSuper(NotAuthorized_UserIdWithoutSiteAdminError);
1386
1400
  function NotAuthorized_UserIdWithoutSiteAdminError(message, code) {
1387
- var _this95;
1401
+ var _this96;
1388
1402
  (0, _classCallCheck2.default)(this, NotAuthorized_UserIdWithoutSiteAdminError);
1389
- _this95 = _super95.call(this, message, code);
1390
- _this95.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
1391
- return _this95;
1403
+ _this96 = _super96.call(this, message, code);
1404
+ _this96.name = 'NotAuthorized_UserIdWithoutSiteAdminError';
1405
+ return _this96;
1392
1406
  }
1393
1407
  return (0, _createClass2.default)(NotAuthorized_UserIdWithoutSiteAdminError);
1394
1408
  }(NotAuthorizedError);
@@ -1396,13 +1410,13 @@ exports.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutS
1396
1410
  errorClasses.NotAuthorized_UserIdWithoutSiteAdminError = NotAuthorized_UserIdWithoutSiteAdminError;
1397
1411
  var NotAuthorized_WritePermissionRequiredError = /*#__PURE__*/function (_NotAuthorizedError32) {
1398
1412
  (0, _inherits2.default)(NotAuthorized_WritePermissionRequiredError, _NotAuthorizedError32);
1399
- var _super96 = _createSuper(NotAuthorized_WritePermissionRequiredError);
1413
+ var _super97 = _createSuper(NotAuthorized_WritePermissionRequiredError);
1400
1414
  function NotAuthorized_WritePermissionRequiredError(message, code) {
1401
- var _this96;
1415
+ var _this97;
1402
1416
  (0, _classCallCheck2.default)(this, NotAuthorized_WritePermissionRequiredError);
1403
- _this96 = _super96.call(this, message, code);
1404
- _this96.name = 'NotAuthorized_WritePermissionRequiredError';
1405
- return _this96;
1417
+ _this97 = _super97.call(this, message, code);
1418
+ _this97.name = 'NotAuthorized_WritePermissionRequiredError';
1419
+ return _this97;
1406
1420
  }
1407
1421
  return (0, _createClass2.default)(NotAuthorized_WritePermissionRequiredError);
1408
1422
  }(NotAuthorizedError);
@@ -1410,13 +1424,13 @@ exports.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissi
1410
1424
  errorClasses.NotAuthorized_WritePermissionRequiredError = NotAuthorized_WritePermissionRequiredError;
1411
1425
  var NotAuthorized_ZipDownloadIpMismatchError = /*#__PURE__*/function (_NotAuthorizedError33) {
1412
1426
  (0, _inherits2.default)(NotAuthorized_ZipDownloadIpMismatchError, _NotAuthorizedError33);
1413
- var _super97 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
1427
+ var _super98 = _createSuper(NotAuthorized_ZipDownloadIpMismatchError);
1414
1428
  function NotAuthorized_ZipDownloadIpMismatchError(message, code) {
1415
- var _this97;
1429
+ var _this98;
1416
1430
  (0, _classCallCheck2.default)(this, NotAuthorized_ZipDownloadIpMismatchError);
1417
- _this97 = _super97.call(this, message, code);
1418
- _this97.name = 'NotAuthorized_ZipDownloadIpMismatchError';
1419
- return _this97;
1431
+ _this98 = _super98.call(this, message, code);
1432
+ _this98.name = 'NotAuthorized_ZipDownloadIpMismatchError';
1433
+ return _this98;
1420
1434
  }
1421
1435
  return (0, _createClass2.default)(NotAuthorized_ZipDownloadIpMismatchError);
1422
1436
  }(NotAuthorizedError);
@@ -1424,13 +1438,13 @@ exports.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMi
1424
1438
  errorClasses.NotAuthorized_ZipDownloadIpMismatchError = NotAuthorized_ZipDownloadIpMismatchError;
1425
1439
  var NotFound_ApiKeyNotFoundError = /*#__PURE__*/function (_NotFoundError) {
1426
1440
  (0, _inherits2.default)(NotFound_ApiKeyNotFoundError, _NotFoundError);
1427
- var _super98 = _createSuper(NotFound_ApiKeyNotFoundError);
1441
+ var _super99 = _createSuper(NotFound_ApiKeyNotFoundError);
1428
1442
  function NotFound_ApiKeyNotFoundError(message, code) {
1429
- var _this98;
1443
+ var _this99;
1430
1444
  (0, _classCallCheck2.default)(this, NotFound_ApiKeyNotFoundError);
1431
- _this98 = _super98.call(this, message, code);
1432
- _this98.name = 'NotFound_ApiKeyNotFoundError';
1433
- return _this98;
1445
+ _this99 = _super99.call(this, message, code);
1446
+ _this99.name = 'NotFound_ApiKeyNotFoundError';
1447
+ return _this99;
1434
1448
  }
1435
1449
  return (0, _createClass2.default)(NotFound_ApiKeyNotFoundError);
1436
1450
  }(NotFoundError);
@@ -1438,13 +1452,13 @@ exports.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
1438
1452
  errorClasses.NotFound_ApiKeyNotFoundError = NotFound_ApiKeyNotFoundError;
1439
1453
  var NotFound_BundlePathNotFoundError = /*#__PURE__*/function (_NotFoundError2) {
1440
1454
  (0, _inherits2.default)(NotFound_BundlePathNotFoundError, _NotFoundError2);
1441
- var _super99 = _createSuper(NotFound_BundlePathNotFoundError);
1455
+ var _super100 = _createSuper(NotFound_BundlePathNotFoundError);
1442
1456
  function NotFound_BundlePathNotFoundError(message, code) {
1443
- var _this99;
1457
+ var _this100;
1444
1458
  (0, _classCallCheck2.default)(this, NotFound_BundlePathNotFoundError);
1445
- _this99 = _super99.call(this, message, code);
1446
- _this99.name = 'NotFound_BundlePathNotFoundError';
1447
- return _this99;
1459
+ _this100 = _super100.call(this, message, code);
1460
+ _this100.name = 'NotFound_BundlePathNotFoundError';
1461
+ return _this100;
1448
1462
  }
1449
1463
  return (0, _createClass2.default)(NotFound_BundlePathNotFoundError);
1450
1464
  }(NotFoundError);
@@ -1452,13 +1466,13 @@ exports.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
1452
1466
  errorClasses.NotFound_BundlePathNotFoundError = NotFound_BundlePathNotFoundError;
1453
1467
  var NotFound_BundleRegistrationNotFoundError = /*#__PURE__*/function (_NotFoundError3) {
1454
1468
  (0, _inherits2.default)(NotFound_BundleRegistrationNotFoundError, _NotFoundError3);
1455
- var _super100 = _createSuper(NotFound_BundleRegistrationNotFoundError);
1469
+ var _super101 = _createSuper(NotFound_BundleRegistrationNotFoundError);
1456
1470
  function NotFound_BundleRegistrationNotFoundError(message, code) {
1457
- var _this100;
1471
+ var _this101;
1458
1472
  (0, _classCallCheck2.default)(this, NotFound_BundleRegistrationNotFoundError);
1459
- _this100 = _super100.call(this, message, code);
1460
- _this100.name = 'NotFound_BundleRegistrationNotFoundError';
1461
- return _this100;
1473
+ _this101 = _super101.call(this, message, code);
1474
+ _this101.name = 'NotFound_BundleRegistrationNotFoundError';
1475
+ return _this101;
1462
1476
  }
1463
1477
  return (0, _createClass2.default)(NotFound_BundleRegistrationNotFoundError);
1464
1478
  }(NotFoundError);
@@ -1466,13 +1480,13 @@ exports.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNo
1466
1480
  errorClasses.NotFound_BundleRegistrationNotFoundError = NotFound_BundleRegistrationNotFoundError;
1467
1481
  var NotFound_CodeNotFoundError = /*#__PURE__*/function (_NotFoundError4) {
1468
1482
  (0, _inherits2.default)(NotFound_CodeNotFoundError, _NotFoundError4);
1469
- var _super101 = _createSuper(NotFound_CodeNotFoundError);
1483
+ var _super102 = _createSuper(NotFound_CodeNotFoundError);
1470
1484
  function NotFound_CodeNotFoundError(message, code) {
1471
- var _this101;
1485
+ var _this102;
1472
1486
  (0, _classCallCheck2.default)(this, NotFound_CodeNotFoundError);
1473
- _this101 = _super101.call(this, message, code);
1474
- _this101.name = 'NotFound_CodeNotFoundError';
1475
- return _this101;
1487
+ _this102 = _super102.call(this, message, code);
1488
+ _this102.name = 'NotFound_CodeNotFoundError';
1489
+ return _this102;
1476
1490
  }
1477
1491
  return (0, _createClass2.default)(NotFound_CodeNotFoundError);
1478
1492
  }(NotFoundError);
@@ -1480,13 +1494,13 @@ exports.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
1480
1494
  errorClasses.NotFound_CodeNotFoundError = NotFound_CodeNotFoundError;
1481
1495
  var NotFound_FileNotFoundError = /*#__PURE__*/function (_NotFoundError5) {
1482
1496
  (0, _inherits2.default)(NotFound_FileNotFoundError, _NotFoundError5);
1483
- var _super102 = _createSuper(NotFound_FileNotFoundError);
1497
+ var _super103 = _createSuper(NotFound_FileNotFoundError);
1484
1498
  function NotFound_FileNotFoundError(message, code) {
1485
- var _this102;
1499
+ var _this103;
1486
1500
  (0, _classCallCheck2.default)(this, NotFound_FileNotFoundError);
1487
- _this102 = _super102.call(this, message, code);
1488
- _this102.name = 'NotFound_FileNotFoundError';
1489
- return _this102;
1501
+ _this103 = _super103.call(this, message, code);
1502
+ _this103.name = 'NotFound_FileNotFoundError';
1503
+ return _this103;
1490
1504
  }
1491
1505
  return (0, _createClass2.default)(NotFound_FileNotFoundError);
1492
1506
  }(NotFoundError);
@@ -1494,13 +1508,13 @@ exports.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
1494
1508
  errorClasses.NotFound_FileNotFoundError = NotFound_FileNotFoundError;
1495
1509
  var NotFound_FileUploadNotFoundError = /*#__PURE__*/function (_NotFoundError6) {
1496
1510
  (0, _inherits2.default)(NotFound_FileUploadNotFoundError, _NotFoundError6);
1497
- var _super103 = _createSuper(NotFound_FileUploadNotFoundError);
1511
+ var _super104 = _createSuper(NotFound_FileUploadNotFoundError);
1498
1512
  function NotFound_FileUploadNotFoundError(message, code) {
1499
- var _this103;
1513
+ var _this104;
1500
1514
  (0, _classCallCheck2.default)(this, NotFound_FileUploadNotFoundError);
1501
- _this103 = _super103.call(this, message, code);
1502
- _this103.name = 'NotFound_FileUploadNotFoundError';
1503
- return _this103;
1515
+ _this104 = _super104.call(this, message, code);
1516
+ _this104.name = 'NotFound_FileUploadNotFoundError';
1517
+ return _this104;
1504
1518
  }
1505
1519
  return (0, _createClass2.default)(NotFound_FileUploadNotFoundError);
1506
1520
  }(NotFoundError);
@@ -1508,13 +1522,13 @@ exports.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
1508
1522
  errorClasses.NotFound_FileUploadNotFoundError = NotFound_FileUploadNotFoundError;
1509
1523
  var NotFound_FolderNotFoundError = /*#__PURE__*/function (_NotFoundError7) {
1510
1524
  (0, _inherits2.default)(NotFound_FolderNotFoundError, _NotFoundError7);
1511
- var _super104 = _createSuper(NotFound_FolderNotFoundError);
1525
+ var _super105 = _createSuper(NotFound_FolderNotFoundError);
1512
1526
  function NotFound_FolderNotFoundError(message, code) {
1513
- var _this104;
1527
+ var _this105;
1514
1528
  (0, _classCallCheck2.default)(this, NotFound_FolderNotFoundError);
1515
- _this104 = _super104.call(this, message, code);
1516
- _this104.name = 'NotFound_FolderNotFoundError';
1517
- return _this104;
1529
+ _this105 = _super105.call(this, message, code);
1530
+ _this105.name = 'NotFound_FolderNotFoundError';
1531
+ return _this105;
1518
1532
  }
1519
1533
  return (0, _createClass2.default)(NotFound_FolderNotFoundError);
1520
1534
  }(NotFoundError);
@@ -1522,13 +1536,13 @@ exports.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
1522
1536
  errorClasses.NotFound_FolderNotFoundError = NotFound_FolderNotFoundError;
1523
1537
  var NotFound_GroupNotFoundError = /*#__PURE__*/function (_NotFoundError8) {
1524
1538
  (0, _inherits2.default)(NotFound_GroupNotFoundError, _NotFoundError8);
1525
- var _super105 = _createSuper(NotFound_GroupNotFoundError);
1539
+ var _super106 = _createSuper(NotFound_GroupNotFoundError);
1526
1540
  function NotFound_GroupNotFoundError(message, code) {
1527
- var _this105;
1541
+ var _this106;
1528
1542
  (0, _classCallCheck2.default)(this, NotFound_GroupNotFoundError);
1529
- _this105 = _super105.call(this, message, code);
1530
- _this105.name = 'NotFound_GroupNotFoundError';
1531
- return _this105;
1543
+ _this106 = _super106.call(this, message, code);
1544
+ _this106.name = 'NotFound_GroupNotFoundError';
1545
+ return _this106;
1532
1546
  }
1533
1547
  return (0, _createClass2.default)(NotFound_GroupNotFoundError);
1534
1548
  }(NotFoundError);
@@ -1536,13 +1550,13 @@ exports.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
1536
1550
  errorClasses.NotFound_GroupNotFoundError = NotFound_GroupNotFoundError;
1537
1551
  var NotFound_InboxNotFoundError = /*#__PURE__*/function (_NotFoundError9) {
1538
1552
  (0, _inherits2.default)(NotFound_InboxNotFoundError, _NotFoundError9);
1539
- var _super106 = _createSuper(NotFound_InboxNotFoundError);
1553
+ var _super107 = _createSuper(NotFound_InboxNotFoundError);
1540
1554
  function NotFound_InboxNotFoundError(message, code) {
1541
- var _this106;
1555
+ var _this107;
1542
1556
  (0, _classCallCheck2.default)(this, NotFound_InboxNotFoundError);
1543
- _this106 = _super106.call(this, message, code);
1544
- _this106.name = 'NotFound_InboxNotFoundError';
1545
- return _this106;
1557
+ _this107 = _super107.call(this, message, code);
1558
+ _this107.name = 'NotFound_InboxNotFoundError';
1559
+ return _this107;
1546
1560
  }
1547
1561
  return (0, _createClass2.default)(NotFound_InboxNotFoundError);
1548
1562
  }(NotFoundError);
@@ -1550,13 +1564,13 @@ exports.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
1550
1564
  errorClasses.NotFound_InboxNotFoundError = NotFound_InboxNotFoundError;
1551
1565
  var NotFound_NestedNotFoundError = /*#__PURE__*/function (_NotFoundError10) {
1552
1566
  (0, _inherits2.default)(NotFound_NestedNotFoundError, _NotFoundError10);
1553
- var _super107 = _createSuper(NotFound_NestedNotFoundError);
1567
+ var _super108 = _createSuper(NotFound_NestedNotFoundError);
1554
1568
  function NotFound_NestedNotFoundError(message, code) {
1555
- var _this107;
1569
+ var _this108;
1556
1570
  (0, _classCallCheck2.default)(this, NotFound_NestedNotFoundError);
1557
- _this107 = _super107.call(this, message, code);
1558
- _this107.name = 'NotFound_NestedNotFoundError';
1559
- return _this107;
1571
+ _this108 = _super108.call(this, message, code);
1572
+ _this108.name = 'NotFound_NestedNotFoundError';
1573
+ return _this108;
1560
1574
  }
1561
1575
  return (0, _createClass2.default)(NotFound_NestedNotFoundError);
1562
1576
  }(NotFoundError);
@@ -1564,13 +1578,13 @@ exports.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
1564
1578
  errorClasses.NotFound_NestedNotFoundError = NotFound_NestedNotFoundError;
1565
1579
  var NotFound_PlanNotFoundError = /*#__PURE__*/function (_NotFoundError11) {
1566
1580
  (0, _inherits2.default)(NotFound_PlanNotFoundError, _NotFoundError11);
1567
- var _super108 = _createSuper(NotFound_PlanNotFoundError);
1581
+ var _super109 = _createSuper(NotFound_PlanNotFoundError);
1568
1582
  function NotFound_PlanNotFoundError(message, code) {
1569
- var _this108;
1583
+ var _this109;
1570
1584
  (0, _classCallCheck2.default)(this, NotFound_PlanNotFoundError);
1571
- _this108 = _super108.call(this, message, code);
1572
- _this108.name = 'NotFound_PlanNotFoundError';
1573
- return _this108;
1585
+ _this109 = _super109.call(this, message, code);
1586
+ _this109.name = 'NotFound_PlanNotFoundError';
1587
+ return _this109;
1574
1588
  }
1575
1589
  return (0, _createClass2.default)(NotFound_PlanNotFoundError);
1576
1590
  }(NotFoundError);
@@ -1578,13 +1592,13 @@ exports.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
1578
1592
  errorClasses.NotFound_PlanNotFoundError = NotFound_PlanNotFoundError;
1579
1593
  var NotFound_SiteNotFoundError = /*#__PURE__*/function (_NotFoundError12) {
1580
1594
  (0, _inherits2.default)(NotFound_SiteNotFoundError, _NotFoundError12);
1581
- var _super109 = _createSuper(NotFound_SiteNotFoundError);
1595
+ var _super110 = _createSuper(NotFound_SiteNotFoundError);
1582
1596
  function NotFound_SiteNotFoundError(message, code) {
1583
- var _this109;
1597
+ var _this110;
1584
1598
  (0, _classCallCheck2.default)(this, NotFound_SiteNotFoundError);
1585
- _this109 = _super109.call(this, message, code);
1586
- _this109.name = 'NotFound_SiteNotFoundError';
1587
- return _this109;
1599
+ _this110 = _super110.call(this, message, code);
1600
+ _this110.name = 'NotFound_SiteNotFoundError';
1601
+ return _this110;
1588
1602
  }
1589
1603
  return (0, _createClass2.default)(NotFound_SiteNotFoundError);
1590
1604
  }(NotFoundError);
@@ -1592,13 +1606,13 @@ exports.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
1592
1606
  errorClasses.NotFound_SiteNotFoundError = NotFound_SiteNotFoundError;
1593
1607
  var NotFound_UserNotFoundError = /*#__PURE__*/function (_NotFoundError13) {
1594
1608
  (0, _inherits2.default)(NotFound_UserNotFoundError, _NotFoundError13);
1595
- var _super110 = _createSuper(NotFound_UserNotFoundError);
1609
+ var _super111 = _createSuper(NotFound_UserNotFoundError);
1596
1610
  function NotFound_UserNotFoundError(message, code) {
1597
- var _this110;
1611
+ var _this111;
1598
1612
  (0, _classCallCheck2.default)(this, NotFound_UserNotFoundError);
1599
- _this110 = _super110.call(this, message, code);
1600
- _this110.name = 'NotFound_UserNotFoundError';
1601
- return _this110;
1613
+ _this111 = _super111.call(this, message, code);
1614
+ _this111.name = 'NotFound_UserNotFoundError';
1615
+ return _this111;
1602
1616
  }
1603
1617
  return (0, _createClass2.default)(NotFound_UserNotFoundError);
1604
1618
  }(NotFoundError);
@@ -1606,461 +1620,475 @@ exports.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
1606
1620
  errorClasses.NotFound_UserNotFoundError = NotFound_UserNotFoundError;
1607
1621
  var ProcessingFailure_BundleOnlyAllowsPreviewsError = /*#__PURE__*/function (_ProcessingFailureErr) {
1608
1622
  (0, _inherits2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError, _ProcessingFailureErr);
1609
- var _super111 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
1623
+ var _super112 = _createSuper(ProcessingFailure_BundleOnlyAllowsPreviewsError);
1610
1624
  function ProcessingFailure_BundleOnlyAllowsPreviewsError(message, code) {
1611
- var _this111;
1625
+ var _this112;
1612
1626
  (0, _classCallCheck2.default)(this, ProcessingFailure_BundleOnlyAllowsPreviewsError);
1613
- _this111 = _super111.call(this, message, code);
1614
- _this111.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
1615
- return _this111;
1627
+ _this112 = _super112.call(this, message, code);
1628
+ _this112.name = 'ProcessingFailure_BundleOnlyAllowsPreviewsError';
1629
+ return _this112;
1616
1630
  }
1617
1631
  return (0, _createClass2.default)(ProcessingFailure_BundleOnlyAllowsPreviewsError);
1618
1632
  }(ProcessingFailureError);
1619
1633
  exports.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
1620
1634
  errorClasses.ProcessingFailure_BundleOnlyAllowsPreviewsError = ProcessingFailure_BundleOnlyAllowsPreviewsError;
1621
- var ProcessingFailure_CouldNotCreateParentError = /*#__PURE__*/function (_ProcessingFailureErr2) {
1622
- (0, _inherits2.default)(ProcessingFailure_CouldNotCreateParentError, _ProcessingFailureErr2);
1623
- var _super112 = _createSuper(ProcessingFailure_CouldNotCreateParentError);
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
+ var _this113;
1640
+ (0, _classCallCheck2.default)(this, ProcessingFailure_BundleOperationRequiresSubfolderError);
1641
+ _this113 = _super113.call(this, message, code);
1642
+ _this113.name = 'ProcessingFailure_BundleOperationRequiresSubfolderError';
1643
+ return _this113;
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);
1624
1652
  function ProcessingFailure_CouldNotCreateParentError(message, code) {
1625
- var _this112;
1653
+ var _this114;
1626
1654
  (0, _classCallCheck2.default)(this, ProcessingFailure_CouldNotCreateParentError);
1627
- _this112 = _super112.call(this, message, code);
1628
- _this112.name = 'ProcessingFailure_CouldNotCreateParentError';
1629
- return _this112;
1655
+ _this114 = _super114.call(this, message, code);
1656
+ _this114.name = 'ProcessingFailure_CouldNotCreateParentError';
1657
+ return _this114;
1630
1658
  }
1631
1659
  return (0, _createClass2.default)(ProcessingFailure_CouldNotCreateParentError);
1632
1660
  }(ProcessingFailureError);
1633
1661
  exports.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
1634
1662
  errorClasses.ProcessingFailure_CouldNotCreateParentError = ProcessingFailure_CouldNotCreateParentError;
1635
- var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr3) {
1636
- (0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr3);
1637
- var _super113 = _createSuper(ProcessingFailure_DestinationExistsError);
1663
+ var ProcessingFailure_DestinationExistsError = /*#__PURE__*/function (_ProcessingFailureErr4) {
1664
+ (0, _inherits2.default)(ProcessingFailure_DestinationExistsError, _ProcessingFailureErr4);
1665
+ var _super115 = _createSuper(ProcessingFailure_DestinationExistsError);
1638
1666
  function ProcessingFailure_DestinationExistsError(message, code) {
1639
- var _this113;
1667
+ var _this115;
1640
1668
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationExistsError);
1641
- _this113 = _super113.call(this, message, code);
1642
- _this113.name = 'ProcessingFailure_DestinationExistsError';
1643
- return _this113;
1669
+ _this115 = _super115.call(this, message, code);
1670
+ _this115.name = 'ProcessingFailure_DestinationExistsError';
1671
+ return _this115;
1644
1672
  }
1645
1673
  return (0, _createClass2.default)(ProcessingFailure_DestinationExistsError);
1646
1674
  }(ProcessingFailureError);
1647
1675
  exports.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
1648
1676
  errorClasses.ProcessingFailure_DestinationExistsError = ProcessingFailure_DestinationExistsError;
1649
- var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr4) {
1650
- (0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr4);
1651
- var _super114 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
1677
+ var ProcessingFailure_DestinationFolderLimitedError = /*#__PURE__*/function (_ProcessingFailureErr5) {
1678
+ (0, _inherits2.default)(ProcessingFailure_DestinationFolderLimitedError, _ProcessingFailureErr5);
1679
+ var _super116 = _createSuper(ProcessingFailure_DestinationFolderLimitedError);
1652
1680
  function ProcessingFailure_DestinationFolderLimitedError(message, code) {
1653
- var _this114;
1681
+ var _this116;
1654
1682
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationFolderLimitedError);
1655
- _this114 = _super114.call(this, message, code);
1656
- _this114.name = 'ProcessingFailure_DestinationFolderLimitedError';
1657
- return _this114;
1683
+ _this116 = _super116.call(this, message, code);
1684
+ _this116.name = 'ProcessingFailure_DestinationFolderLimitedError';
1685
+ return _this116;
1658
1686
  }
1659
1687
  return (0, _createClass2.default)(ProcessingFailure_DestinationFolderLimitedError);
1660
1688
  }(ProcessingFailureError);
1661
1689
  exports.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
1662
1690
  errorClasses.ProcessingFailure_DestinationFolderLimitedError = ProcessingFailure_DestinationFolderLimitedError;
1663
- var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr5) {
1664
- (0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr5);
1665
- var _super115 = _createSuper(ProcessingFailure_DestinationParentConflictError);
1691
+ var ProcessingFailure_DestinationParentConflictError = /*#__PURE__*/function (_ProcessingFailureErr6) {
1692
+ (0, _inherits2.default)(ProcessingFailure_DestinationParentConflictError, _ProcessingFailureErr6);
1693
+ var _super117 = _createSuper(ProcessingFailure_DestinationParentConflictError);
1666
1694
  function ProcessingFailure_DestinationParentConflictError(message, code) {
1667
- var _this115;
1695
+ var _this117;
1668
1696
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentConflictError);
1669
- _this115 = _super115.call(this, message, code);
1670
- _this115.name = 'ProcessingFailure_DestinationParentConflictError';
1671
- return _this115;
1697
+ _this117 = _super117.call(this, message, code);
1698
+ _this117.name = 'ProcessingFailure_DestinationParentConflictError';
1699
+ return _this117;
1672
1700
  }
1673
1701
  return (0, _createClass2.default)(ProcessingFailure_DestinationParentConflictError);
1674
1702
  }(ProcessingFailureError);
1675
1703
  exports.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
1676
1704
  errorClasses.ProcessingFailure_DestinationParentConflictError = ProcessingFailure_DestinationParentConflictError;
1677
- var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr6) {
1678
- (0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr6);
1679
- var _super116 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
1705
+ var ProcessingFailure_DestinationParentDoesNotExistError = /*#__PURE__*/function (_ProcessingFailureErr7) {
1706
+ (0, _inherits2.default)(ProcessingFailure_DestinationParentDoesNotExistError, _ProcessingFailureErr7);
1707
+ var _super118 = _createSuper(ProcessingFailure_DestinationParentDoesNotExistError);
1680
1708
  function ProcessingFailure_DestinationParentDoesNotExistError(message, code) {
1681
- var _this116;
1709
+ var _this118;
1682
1710
  (0, _classCallCheck2.default)(this, ProcessingFailure_DestinationParentDoesNotExistError);
1683
- _this116 = _super116.call(this, message, code);
1684
- _this116.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
1685
- return _this116;
1711
+ _this118 = _super118.call(this, message, code);
1712
+ _this118.name = 'ProcessingFailure_DestinationParentDoesNotExistError';
1713
+ return _this118;
1686
1714
  }
1687
1715
  return (0, _createClass2.default)(ProcessingFailure_DestinationParentDoesNotExistError);
1688
1716
  }(ProcessingFailureError);
1689
1717
  exports.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
1690
1718
  errorClasses.ProcessingFailure_DestinationParentDoesNotExistError = ProcessingFailure_DestinationParentDoesNotExistError;
1691
- var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr7) {
1692
- (0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr7);
1693
- var _super117 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
1719
+ var ProcessingFailure_ExpiredPrivateKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
1720
+ (0, _inherits2.default)(ProcessingFailure_ExpiredPrivateKeyError, _ProcessingFailureErr8);
1721
+ var _super119 = _createSuper(ProcessingFailure_ExpiredPrivateKeyError);
1694
1722
  function ProcessingFailure_ExpiredPrivateKeyError(message, code) {
1695
- var _this117;
1723
+ var _this119;
1696
1724
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPrivateKeyError);
1697
- _this117 = _super117.call(this, message, code);
1698
- _this117.name = 'ProcessingFailure_ExpiredPrivateKeyError';
1699
- return _this117;
1725
+ _this119 = _super119.call(this, message, code);
1726
+ _this119.name = 'ProcessingFailure_ExpiredPrivateKeyError';
1727
+ return _this119;
1700
1728
  }
1701
1729
  return (0, _createClass2.default)(ProcessingFailure_ExpiredPrivateKeyError);
1702
1730
  }(ProcessingFailureError);
1703
1731
  exports.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
1704
1732
  errorClasses.ProcessingFailure_ExpiredPrivateKeyError = ProcessingFailure_ExpiredPrivateKeyError;
1705
- var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr8) {
1706
- (0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr8);
1707
- var _super118 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
1733
+ var ProcessingFailure_ExpiredPublicKeyError = /*#__PURE__*/function (_ProcessingFailureErr9) {
1734
+ (0, _inherits2.default)(ProcessingFailure_ExpiredPublicKeyError, _ProcessingFailureErr9);
1735
+ var _super120 = _createSuper(ProcessingFailure_ExpiredPublicKeyError);
1708
1736
  function ProcessingFailure_ExpiredPublicKeyError(message, code) {
1709
- var _this118;
1737
+ var _this120;
1710
1738
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExpiredPublicKeyError);
1711
- _this118 = _super118.call(this, message, code);
1712
- _this118.name = 'ProcessingFailure_ExpiredPublicKeyError';
1713
- return _this118;
1739
+ _this120 = _super120.call(this, message, code);
1740
+ _this120.name = 'ProcessingFailure_ExpiredPublicKeyError';
1741
+ return _this120;
1714
1742
  }
1715
1743
  return (0, _createClass2.default)(ProcessingFailure_ExpiredPublicKeyError);
1716
1744
  }(ProcessingFailureError);
1717
1745
  exports.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
1718
1746
  errorClasses.ProcessingFailure_ExpiredPublicKeyError = ProcessingFailure_ExpiredPublicKeyError;
1719
- var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr9) {
1720
- (0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr9);
1721
- var _super119 = _createSuper(ProcessingFailure_ExportFailureError);
1747
+ var ProcessingFailure_ExportFailureError = /*#__PURE__*/function (_ProcessingFailureErr10) {
1748
+ (0, _inherits2.default)(ProcessingFailure_ExportFailureError, _ProcessingFailureErr10);
1749
+ var _super121 = _createSuper(ProcessingFailure_ExportFailureError);
1722
1750
  function ProcessingFailure_ExportFailureError(message, code) {
1723
- var _this119;
1751
+ var _this121;
1724
1752
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExportFailureError);
1725
- _this119 = _super119.call(this, message, code);
1726
- _this119.name = 'ProcessingFailure_ExportFailureError';
1727
- return _this119;
1753
+ _this121 = _super121.call(this, message, code);
1754
+ _this121.name = 'ProcessingFailure_ExportFailureError';
1755
+ return _this121;
1728
1756
  }
1729
1757
  return (0, _createClass2.default)(ProcessingFailure_ExportFailureError);
1730
1758
  }(ProcessingFailureError);
1731
1759
  exports.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
1732
1760
  errorClasses.ProcessingFailure_ExportFailureError = ProcessingFailure_ExportFailureError;
1733
- var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr10) {
1734
- (0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr10);
1735
- var _super120 = _createSuper(ProcessingFailure_ExportNotReadyError);
1761
+ var ProcessingFailure_ExportNotReadyError = /*#__PURE__*/function (_ProcessingFailureErr11) {
1762
+ (0, _inherits2.default)(ProcessingFailure_ExportNotReadyError, _ProcessingFailureErr11);
1763
+ var _super122 = _createSuper(ProcessingFailure_ExportNotReadyError);
1736
1764
  function ProcessingFailure_ExportNotReadyError(message, code) {
1737
- var _this120;
1765
+ var _this122;
1738
1766
  (0, _classCallCheck2.default)(this, ProcessingFailure_ExportNotReadyError);
1739
- _this120 = _super120.call(this, message, code);
1740
- _this120.name = 'ProcessingFailure_ExportNotReadyError';
1741
- return _this120;
1767
+ _this122 = _super122.call(this, message, code);
1768
+ _this122.name = 'ProcessingFailure_ExportNotReadyError';
1769
+ return _this122;
1742
1770
  }
1743
1771
  return (0, _createClass2.default)(ProcessingFailure_ExportNotReadyError);
1744
1772
  }(ProcessingFailureError);
1745
1773
  exports.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
1746
1774
  errorClasses.ProcessingFailure_ExportNotReadyError = ProcessingFailure_ExportNotReadyError;
1747
- var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr11) {
1748
- (0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr11);
1749
- var _super121 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
1775
+ var ProcessingFailure_FailedToChangePasswordError = /*#__PURE__*/function (_ProcessingFailureErr12) {
1776
+ (0, _inherits2.default)(ProcessingFailure_FailedToChangePasswordError, _ProcessingFailureErr12);
1777
+ var _super123 = _createSuper(ProcessingFailure_FailedToChangePasswordError);
1750
1778
  function ProcessingFailure_FailedToChangePasswordError(message, code) {
1751
- var _this121;
1779
+ var _this123;
1752
1780
  (0, _classCallCheck2.default)(this, ProcessingFailure_FailedToChangePasswordError);
1753
- _this121 = _super121.call(this, message, code);
1754
- _this121.name = 'ProcessingFailure_FailedToChangePasswordError';
1755
- return _this121;
1781
+ _this123 = _super123.call(this, message, code);
1782
+ _this123.name = 'ProcessingFailure_FailedToChangePasswordError';
1783
+ return _this123;
1756
1784
  }
1757
1785
  return (0, _createClass2.default)(ProcessingFailure_FailedToChangePasswordError);
1758
1786
  }(ProcessingFailureError);
1759
1787
  exports.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
1760
1788
  errorClasses.ProcessingFailure_FailedToChangePasswordError = ProcessingFailure_FailedToChangePasswordError;
1761
- var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr12) {
1762
- (0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr12);
1763
- var _super122 = _createSuper(ProcessingFailure_FileLockedError);
1789
+ var ProcessingFailure_FileLockedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
1790
+ (0, _inherits2.default)(ProcessingFailure_FileLockedError, _ProcessingFailureErr13);
1791
+ var _super124 = _createSuper(ProcessingFailure_FileLockedError);
1764
1792
  function ProcessingFailure_FileLockedError(message, code) {
1765
- var _this122;
1793
+ var _this124;
1766
1794
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileLockedError);
1767
- _this122 = _super122.call(this, message, code);
1768
- _this122.name = 'ProcessingFailure_FileLockedError';
1769
- return _this122;
1795
+ _this124 = _super124.call(this, message, code);
1796
+ _this124.name = 'ProcessingFailure_FileLockedError';
1797
+ return _this124;
1770
1798
  }
1771
1799
  return (0, _createClass2.default)(ProcessingFailure_FileLockedError);
1772
1800
  }(ProcessingFailureError);
1773
1801
  exports.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
1774
1802
  errorClasses.ProcessingFailure_FileLockedError = ProcessingFailure_FileLockedError;
1775
- var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr13) {
1776
- (0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr13);
1777
- var _super123 = _createSuper(ProcessingFailure_FileNotUploadedError);
1803
+ var ProcessingFailure_FileNotUploadedError = /*#__PURE__*/function (_ProcessingFailureErr14) {
1804
+ (0, _inherits2.default)(ProcessingFailure_FileNotUploadedError, _ProcessingFailureErr14);
1805
+ var _super125 = _createSuper(ProcessingFailure_FileNotUploadedError);
1778
1806
  function ProcessingFailure_FileNotUploadedError(message, code) {
1779
- var _this123;
1807
+ var _this125;
1780
1808
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileNotUploadedError);
1781
- _this123 = _super123.call(this, message, code);
1782
- _this123.name = 'ProcessingFailure_FileNotUploadedError';
1783
- return _this123;
1809
+ _this125 = _super125.call(this, message, code);
1810
+ _this125.name = 'ProcessingFailure_FileNotUploadedError';
1811
+ return _this125;
1784
1812
  }
1785
1813
  return (0, _createClass2.default)(ProcessingFailure_FileNotUploadedError);
1786
1814
  }(ProcessingFailureError);
1787
1815
  exports.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
1788
1816
  errorClasses.ProcessingFailure_FileNotUploadedError = ProcessingFailure_FileNotUploadedError;
1789
- var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr14) {
1790
- (0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr14);
1791
- var _super124 = _createSuper(ProcessingFailure_FilePendingProcessingError);
1817
+ var ProcessingFailure_FilePendingProcessingError = /*#__PURE__*/function (_ProcessingFailureErr15) {
1818
+ (0, _inherits2.default)(ProcessingFailure_FilePendingProcessingError, _ProcessingFailureErr15);
1819
+ var _super126 = _createSuper(ProcessingFailure_FilePendingProcessingError);
1792
1820
  function ProcessingFailure_FilePendingProcessingError(message, code) {
1793
- var _this124;
1821
+ var _this126;
1794
1822
  (0, _classCallCheck2.default)(this, ProcessingFailure_FilePendingProcessingError);
1795
- _this124 = _super124.call(this, message, code);
1796
- _this124.name = 'ProcessingFailure_FilePendingProcessingError';
1797
- return _this124;
1823
+ _this126 = _super126.call(this, message, code);
1824
+ _this126.name = 'ProcessingFailure_FilePendingProcessingError';
1825
+ return _this126;
1798
1826
  }
1799
1827
  return (0, _createClass2.default)(ProcessingFailure_FilePendingProcessingError);
1800
1828
  }(ProcessingFailureError);
1801
1829
  exports.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
1802
1830
  errorClasses.ProcessingFailure_FilePendingProcessingError = ProcessingFailure_FilePendingProcessingError;
1803
- var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr15) {
1804
- (0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr15);
1805
- var _super125 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
1831
+ var ProcessingFailure_FileTooBigToDecryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
1832
+ (0, _inherits2.default)(ProcessingFailure_FileTooBigToDecryptError, _ProcessingFailureErr16);
1833
+ var _super127 = _createSuper(ProcessingFailure_FileTooBigToDecryptError);
1806
1834
  function ProcessingFailure_FileTooBigToDecryptError(message, code) {
1807
- var _this125;
1835
+ var _this127;
1808
1836
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToDecryptError);
1809
- _this125 = _super125.call(this, message, code);
1810
- _this125.name = 'ProcessingFailure_FileTooBigToDecryptError';
1811
- return _this125;
1837
+ _this127 = _super127.call(this, message, code);
1838
+ _this127.name = 'ProcessingFailure_FileTooBigToDecryptError';
1839
+ return _this127;
1812
1840
  }
1813
1841
  return (0, _createClass2.default)(ProcessingFailure_FileTooBigToDecryptError);
1814
1842
  }(ProcessingFailureError);
1815
1843
  exports.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
1816
1844
  errorClasses.ProcessingFailure_FileTooBigToDecryptError = ProcessingFailure_FileTooBigToDecryptError;
1817
- var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr16) {
1818
- (0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr16);
1819
- var _super126 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
1845
+ var ProcessingFailure_FileTooBigToEncryptError = /*#__PURE__*/function (_ProcessingFailureErr17) {
1846
+ (0, _inherits2.default)(ProcessingFailure_FileTooBigToEncryptError, _ProcessingFailureErr17);
1847
+ var _super128 = _createSuper(ProcessingFailure_FileTooBigToEncryptError);
1820
1848
  function ProcessingFailure_FileTooBigToEncryptError(message, code) {
1821
- var _this126;
1849
+ var _this128;
1822
1850
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileTooBigToEncryptError);
1823
- _this126 = _super126.call(this, message, code);
1824
- _this126.name = 'ProcessingFailure_FileTooBigToEncryptError';
1825
- return _this126;
1851
+ _this128 = _super128.call(this, message, code);
1852
+ _this128.name = 'ProcessingFailure_FileTooBigToEncryptError';
1853
+ return _this128;
1826
1854
  }
1827
1855
  return (0, _createClass2.default)(ProcessingFailure_FileTooBigToEncryptError);
1828
1856
  }(ProcessingFailureError);
1829
1857
  exports.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
1830
1858
  errorClasses.ProcessingFailure_FileTooBigToEncryptError = ProcessingFailure_FileTooBigToEncryptError;
1831
- var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr17) {
1832
- (0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr17);
1833
- var _super127 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
1859
+ var ProcessingFailure_FileUploadedToWrongRegionError = /*#__PURE__*/function (_ProcessingFailureErr18) {
1860
+ (0, _inherits2.default)(ProcessingFailure_FileUploadedToWrongRegionError, _ProcessingFailureErr18);
1861
+ var _super129 = _createSuper(ProcessingFailure_FileUploadedToWrongRegionError);
1834
1862
  function ProcessingFailure_FileUploadedToWrongRegionError(message, code) {
1835
- var _this127;
1863
+ var _this129;
1836
1864
  (0, _classCallCheck2.default)(this, ProcessingFailure_FileUploadedToWrongRegionError);
1837
- _this127 = _super127.call(this, message, code);
1838
- _this127.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
1839
- return _this127;
1865
+ _this129 = _super129.call(this, message, code);
1866
+ _this129.name = 'ProcessingFailure_FileUploadedToWrongRegionError';
1867
+ return _this129;
1840
1868
  }
1841
1869
  return (0, _createClass2.default)(ProcessingFailure_FileUploadedToWrongRegionError);
1842
1870
  }(ProcessingFailureError);
1843
1871
  exports.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
1844
1872
  errorClasses.ProcessingFailure_FileUploadedToWrongRegionError = ProcessingFailure_FileUploadedToWrongRegionError;
1845
- var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr18) {
1846
- (0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr18);
1847
- var _super128 = _createSuper(ProcessingFailure_FolderLockedError);
1873
+ var ProcessingFailure_FolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr19) {
1874
+ (0, _inherits2.default)(ProcessingFailure_FolderLockedError, _ProcessingFailureErr19);
1875
+ var _super130 = _createSuper(ProcessingFailure_FolderLockedError);
1848
1876
  function ProcessingFailure_FolderLockedError(message, code) {
1849
- var _this128;
1877
+ var _this130;
1850
1878
  (0, _classCallCheck2.default)(this, ProcessingFailure_FolderLockedError);
1851
- _this128 = _super128.call(this, message, code);
1852
- _this128.name = 'ProcessingFailure_FolderLockedError';
1853
- return _this128;
1879
+ _this130 = _super130.call(this, message, code);
1880
+ _this130.name = 'ProcessingFailure_FolderLockedError';
1881
+ return _this130;
1854
1882
  }
1855
1883
  return (0, _createClass2.default)(ProcessingFailure_FolderLockedError);
1856
1884
  }(ProcessingFailureError);
1857
1885
  exports.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
1858
1886
  errorClasses.ProcessingFailure_FolderLockedError = ProcessingFailure_FolderLockedError;
1859
- var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr19) {
1860
- (0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr19);
1861
- var _super129 = _createSuper(ProcessingFailure_FolderNotEmptyError);
1887
+ var ProcessingFailure_FolderNotEmptyError = /*#__PURE__*/function (_ProcessingFailureErr20) {
1888
+ (0, _inherits2.default)(ProcessingFailure_FolderNotEmptyError, _ProcessingFailureErr20);
1889
+ var _super131 = _createSuper(ProcessingFailure_FolderNotEmptyError);
1862
1890
  function ProcessingFailure_FolderNotEmptyError(message, code) {
1863
- var _this129;
1891
+ var _this131;
1864
1892
  (0, _classCallCheck2.default)(this, ProcessingFailure_FolderNotEmptyError);
1865
- _this129 = _super129.call(this, message, code);
1866
- _this129.name = 'ProcessingFailure_FolderNotEmptyError';
1867
- return _this129;
1893
+ _this131 = _super131.call(this, message, code);
1894
+ _this131.name = 'ProcessingFailure_FolderNotEmptyError';
1895
+ return _this131;
1868
1896
  }
1869
1897
  return (0, _createClass2.default)(ProcessingFailure_FolderNotEmptyError);
1870
1898
  }(ProcessingFailureError);
1871
1899
  exports.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
1872
1900
  errorClasses.ProcessingFailure_FolderNotEmptyError = ProcessingFailure_FolderNotEmptyError;
1873
- var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr20) {
1874
- (0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr20);
1875
- var _super130 = _createSuper(ProcessingFailure_HistoryUnavailableError);
1901
+ var ProcessingFailure_HistoryUnavailableError = /*#__PURE__*/function (_ProcessingFailureErr21) {
1902
+ (0, _inherits2.default)(ProcessingFailure_HistoryUnavailableError, _ProcessingFailureErr21);
1903
+ var _super132 = _createSuper(ProcessingFailure_HistoryUnavailableError);
1876
1904
  function ProcessingFailure_HistoryUnavailableError(message, code) {
1877
- var _this130;
1905
+ var _this132;
1878
1906
  (0, _classCallCheck2.default)(this, ProcessingFailure_HistoryUnavailableError);
1879
- _this130 = _super130.call(this, message, code);
1880
- _this130.name = 'ProcessingFailure_HistoryUnavailableError';
1881
- return _this130;
1907
+ _this132 = _super132.call(this, message, code);
1908
+ _this132.name = 'ProcessingFailure_HistoryUnavailableError';
1909
+ return _this132;
1882
1910
  }
1883
1911
  return (0, _createClass2.default)(ProcessingFailure_HistoryUnavailableError);
1884
1912
  }(ProcessingFailureError);
1885
1913
  exports.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
1886
1914
  errorClasses.ProcessingFailure_HistoryUnavailableError = ProcessingFailure_HistoryUnavailableError;
1887
- var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr21) {
1888
- (0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr21);
1889
- var _super131 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
1915
+ var ProcessingFailure_InvalidBundleCodeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
1916
+ (0, _inherits2.default)(ProcessingFailure_InvalidBundleCodeError, _ProcessingFailureErr22);
1917
+ var _super133 = _createSuper(ProcessingFailure_InvalidBundleCodeError);
1890
1918
  function ProcessingFailure_InvalidBundleCodeError(message, code) {
1891
- var _this131;
1919
+ var _this133;
1892
1920
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidBundleCodeError);
1893
- _this131 = _super131.call(this, message, code);
1894
- _this131.name = 'ProcessingFailure_InvalidBundleCodeError';
1895
- return _this131;
1921
+ _this133 = _super133.call(this, message, code);
1922
+ _this133.name = 'ProcessingFailure_InvalidBundleCodeError';
1923
+ return _this133;
1896
1924
  }
1897
1925
  return (0, _createClass2.default)(ProcessingFailure_InvalidBundleCodeError);
1898
1926
  }(ProcessingFailureError);
1899
1927
  exports.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
1900
1928
  errorClasses.ProcessingFailure_InvalidBundleCodeError = ProcessingFailure_InvalidBundleCodeError;
1901
- var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr22) {
1902
- (0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr22);
1903
- var _super132 = _createSuper(ProcessingFailure_InvalidFileTypeError);
1929
+ var ProcessingFailure_InvalidFileTypeError = /*#__PURE__*/function (_ProcessingFailureErr23) {
1930
+ (0, _inherits2.default)(ProcessingFailure_InvalidFileTypeError, _ProcessingFailureErr23);
1931
+ var _super134 = _createSuper(ProcessingFailure_InvalidFileTypeError);
1904
1932
  function ProcessingFailure_InvalidFileTypeError(message, code) {
1905
- var _this132;
1933
+ var _this134;
1906
1934
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFileTypeError);
1907
- _this132 = _super132.call(this, message, code);
1908
- _this132.name = 'ProcessingFailure_InvalidFileTypeError';
1909
- return _this132;
1935
+ _this134 = _super134.call(this, message, code);
1936
+ _this134.name = 'ProcessingFailure_InvalidFileTypeError';
1937
+ return _this134;
1910
1938
  }
1911
1939
  return (0, _createClass2.default)(ProcessingFailure_InvalidFileTypeError);
1912
1940
  }(ProcessingFailureError);
1913
1941
  exports.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
1914
1942
  errorClasses.ProcessingFailure_InvalidFileTypeError = ProcessingFailure_InvalidFileTypeError;
1915
- var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr23) {
1916
- (0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr23);
1917
- var _super133 = _createSuper(ProcessingFailure_InvalidFilenameError);
1943
+ var ProcessingFailure_InvalidFilenameError = /*#__PURE__*/function (_ProcessingFailureErr24) {
1944
+ (0, _inherits2.default)(ProcessingFailure_InvalidFilenameError, _ProcessingFailureErr24);
1945
+ var _super135 = _createSuper(ProcessingFailure_InvalidFilenameError);
1918
1946
  function ProcessingFailure_InvalidFilenameError(message, code) {
1919
- var _this133;
1947
+ var _this135;
1920
1948
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidFilenameError);
1921
- _this133 = _super133.call(this, message, code);
1922
- _this133.name = 'ProcessingFailure_InvalidFilenameError';
1923
- return _this133;
1949
+ _this135 = _super135.call(this, message, code);
1950
+ _this135.name = 'ProcessingFailure_InvalidFilenameError';
1951
+ return _this135;
1924
1952
  }
1925
1953
  return (0, _createClass2.default)(ProcessingFailure_InvalidFilenameError);
1926
1954
  }(ProcessingFailureError);
1927
1955
  exports.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
1928
1956
  errorClasses.ProcessingFailure_InvalidFilenameError = ProcessingFailure_InvalidFilenameError;
1929
- var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr24) {
1930
- (0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr24);
1931
- var _super134 = _createSuper(ProcessingFailure_InvalidRangeError);
1957
+ var ProcessingFailure_InvalidRangeError = /*#__PURE__*/function (_ProcessingFailureErr25) {
1958
+ (0, _inherits2.default)(ProcessingFailure_InvalidRangeError, _ProcessingFailureErr25);
1959
+ var _super136 = _createSuper(ProcessingFailure_InvalidRangeError);
1932
1960
  function ProcessingFailure_InvalidRangeError(message, code) {
1933
- var _this134;
1961
+ var _this136;
1934
1962
  (0, _classCallCheck2.default)(this, ProcessingFailure_InvalidRangeError);
1935
- _this134 = _super134.call(this, message, code);
1936
- _this134.name = 'ProcessingFailure_InvalidRangeError';
1937
- return _this134;
1963
+ _this136 = _super136.call(this, message, code);
1964
+ _this136.name = 'ProcessingFailure_InvalidRangeError';
1965
+ return _this136;
1938
1966
  }
1939
1967
  return (0, _createClass2.default)(ProcessingFailure_InvalidRangeError);
1940
1968
  }(ProcessingFailureError);
1941
1969
  exports.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
1942
1970
  errorClasses.ProcessingFailure_InvalidRangeError = ProcessingFailure_InvalidRangeError;
1943
- var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr25) {
1944
- (0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr25);
1945
- var _super135 = _createSuper(ProcessingFailure_ModelSaveErrorError);
1971
+ var ProcessingFailure_ModelSaveErrorError = /*#__PURE__*/function (_ProcessingFailureErr26) {
1972
+ (0, _inherits2.default)(ProcessingFailure_ModelSaveErrorError, _ProcessingFailureErr26);
1973
+ var _super137 = _createSuper(ProcessingFailure_ModelSaveErrorError);
1946
1974
  function ProcessingFailure_ModelSaveErrorError(message, code) {
1947
- var _this135;
1975
+ var _this137;
1948
1976
  (0, _classCallCheck2.default)(this, ProcessingFailure_ModelSaveErrorError);
1949
- _this135 = _super135.call(this, message, code);
1950
- _this135.name = 'ProcessingFailure_ModelSaveErrorError';
1951
- return _this135;
1977
+ _this137 = _super137.call(this, message, code);
1978
+ _this137.name = 'ProcessingFailure_ModelSaveErrorError';
1979
+ return _this137;
1952
1980
  }
1953
1981
  return (0, _createClass2.default)(ProcessingFailure_ModelSaveErrorError);
1954
1982
  }(ProcessingFailureError);
1955
1983
  exports.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
1956
1984
  errorClasses.ProcessingFailure_ModelSaveErrorError = ProcessingFailure_ModelSaveErrorError;
1957
- var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr26) {
1958
- (0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr26);
1959
- var _super136 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
1985
+ var ProcessingFailure_MultipleProcessingErrorsError = /*#__PURE__*/function (_ProcessingFailureErr27) {
1986
+ (0, _inherits2.default)(ProcessingFailure_MultipleProcessingErrorsError, _ProcessingFailureErr27);
1987
+ var _super138 = _createSuper(ProcessingFailure_MultipleProcessingErrorsError);
1960
1988
  function ProcessingFailure_MultipleProcessingErrorsError(message, code) {
1961
- var _this136;
1989
+ var _this138;
1962
1990
  (0, _classCallCheck2.default)(this, ProcessingFailure_MultipleProcessingErrorsError);
1963
- _this136 = _super136.call(this, message, code);
1964
- _this136.name = 'ProcessingFailure_MultipleProcessingErrorsError';
1965
- return _this136;
1991
+ _this138 = _super138.call(this, message, code);
1992
+ _this138.name = 'ProcessingFailure_MultipleProcessingErrorsError';
1993
+ return _this138;
1966
1994
  }
1967
1995
  return (0, _createClass2.default)(ProcessingFailure_MultipleProcessingErrorsError);
1968
1996
  }(ProcessingFailureError);
1969
1997
  exports.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
1970
1998
  errorClasses.ProcessingFailure_MultipleProcessingErrorsError = ProcessingFailure_MultipleProcessingErrorsError;
1971
- var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr27) {
1972
- (0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr27);
1973
- var _super137 = _createSuper(ProcessingFailure_PathTooLongError);
1999
+ var ProcessingFailure_PathTooLongError = /*#__PURE__*/function (_ProcessingFailureErr28) {
2000
+ (0, _inherits2.default)(ProcessingFailure_PathTooLongError, _ProcessingFailureErr28);
2001
+ var _super139 = _createSuper(ProcessingFailure_PathTooLongError);
1974
2002
  function ProcessingFailure_PathTooLongError(message, code) {
1975
- var _this137;
2003
+ var _this139;
1976
2004
  (0, _classCallCheck2.default)(this, ProcessingFailure_PathTooLongError);
1977
- _this137 = _super137.call(this, message, code);
1978
- _this137.name = 'ProcessingFailure_PathTooLongError';
1979
- return _this137;
2005
+ _this139 = _super139.call(this, message, code);
2006
+ _this139.name = 'ProcessingFailure_PathTooLongError';
2007
+ return _this139;
1980
2008
  }
1981
2009
  return (0, _createClass2.default)(ProcessingFailure_PathTooLongError);
1982
2010
  }(ProcessingFailureError);
1983
2011
  exports.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
1984
2012
  errorClasses.ProcessingFailure_PathTooLongError = ProcessingFailure_PathTooLongError;
1985
- var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr28) {
1986
- (0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr28);
1987
- var _super138 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
2013
+ var ProcessingFailure_RecipientAlreadySharedError = /*#__PURE__*/function (_ProcessingFailureErr29) {
2014
+ (0, _inherits2.default)(ProcessingFailure_RecipientAlreadySharedError, _ProcessingFailureErr29);
2015
+ var _super140 = _createSuper(ProcessingFailure_RecipientAlreadySharedError);
1988
2016
  function ProcessingFailure_RecipientAlreadySharedError(message, code) {
1989
- var _this138;
2017
+ var _this140;
1990
2018
  (0, _classCallCheck2.default)(this, ProcessingFailure_RecipientAlreadySharedError);
1991
- _this138 = _super138.call(this, message, code);
1992
- _this138.name = 'ProcessingFailure_RecipientAlreadySharedError';
1993
- return _this138;
2019
+ _this140 = _super140.call(this, message, code);
2020
+ _this140.name = 'ProcessingFailure_RecipientAlreadySharedError';
2021
+ return _this140;
1994
2022
  }
1995
2023
  return (0, _createClass2.default)(ProcessingFailure_RecipientAlreadySharedError);
1996
2024
  }(ProcessingFailureError);
1997
2025
  exports.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
1998
2026
  errorClasses.ProcessingFailure_RecipientAlreadySharedError = ProcessingFailure_RecipientAlreadySharedError;
1999
- var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr29) {
2000
- (0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr29);
2001
- var _super139 = _createSuper(ProcessingFailure_RemoteServerErrorError);
2027
+ var ProcessingFailure_RemoteServerErrorError = /*#__PURE__*/function (_ProcessingFailureErr30) {
2028
+ (0, _inherits2.default)(ProcessingFailure_RemoteServerErrorError, _ProcessingFailureErr30);
2029
+ var _super141 = _createSuper(ProcessingFailure_RemoteServerErrorError);
2002
2030
  function ProcessingFailure_RemoteServerErrorError(message, code) {
2003
- var _this139;
2031
+ var _this141;
2004
2032
  (0, _classCallCheck2.default)(this, ProcessingFailure_RemoteServerErrorError);
2005
- _this139 = _super139.call(this, message, code);
2006
- _this139.name = 'ProcessingFailure_RemoteServerErrorError';
2007
- return _this139;
2033
+ _this141 = _super141.call(this, message, code);
2034
+ _this141.name = 'ProcessingFailure_RemoteServerErrorError';
2035
+ return _this141;
2008
2036
  }
2009
2037
  return (0, _createClass2.default)(ProcessingFailure_RemoteServerErrorError);
2010
2038
  }(ProcessingFailureError);
2011
2039
  exports.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
2012
2040
  errorClasses.ProcessingFailure_RemoteServerErrorError = ProcessingFailure_RemoteServerErrorError;
2013
- var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr30) {
2014
- (0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr30);
2015
- var _super140 = _createSuper(ProcessingFailure_ResourceLockedError);
2041
+ var ProcessingFailure_ResourceLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
2042
+ (0, _inherits2.default)(ProcessingFailure_ResourceLockedError, _ProcessingFailureErr31);
2043
+ var _super142 = _createSuper(ProcessingFailure_ResourceLockedError);
2016
2044
  function ProcessingFailure_ResourceLockedError(message, code) {
2017
- var _this140;
2045
+ var _this142;
2018
2046
  (0, _classCallCheck2.default)(this, ProcessingFailure_ResourceLockedError);
2019
- _this140 = _super140.call(this, message, code);
2020
- _this140.name = 'ProcessingFailure_ResourceLockedError';
2021
- return _this140;
2047
+ _this142 = _super142.call(this, message, code);
2048
+ _this142.name = 'ProcessingFailure_ResourceLockedError';
2049
+ return _this142;
2022
2050
  }
2023
2051
  return (0, _createClass2.default)(ProcessingFailure_ResourceLockedError);
2024
2052
  }(ProcessingFailureError);
2025
2053
  exports.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
2026
2054
  errorClasses.ProcessingFailure_ResourceLockedError = ProcessingFailure_ResourceLockedError;
2027
- var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr31) {
2028
- (0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr31);
2029
- var _super141 = _createSuper(ProcessingFailure_SubfolderLockedError);
2055
+ var ProcessingFailure_SubfolderLockedError = /*#__PURE__*/function (_ProcessingFailureErr32) {
2056
+ (0, _inherits2.default)(ProcessingFailure_SubfolderLockedError, _ProcessingFailureErr32);
2057
+ var _super143 = _createSuper(ProcessingFailure_SubfolderLockedError);
2030
2058
  function ProcessingFailure_SubfolderLockedError(message, code) {
2031
- var _this141;
2059
+ var _this143;
2032
2060
  (0, _classCallCheck2.default)(this, ProcessingFailure_SubfolderLockedError);
2033
- _this141 = _super141.call(this, message, code);
2034
- _this141.name = 'ProcessingFailure_SubfolderLockedError';
2035
- return _this141;
2061
+ _this143 = _super143.call(this, message, code);
2062
+ _this143.name = 'ProcessingFailure_SubfolderLockedError';
2063
+ return _this143;
2036
2064
  }
2037
2065
  return (0, _createClass2.default)(ProcessingFailure_SubfolderLockedError);
2038
2066
  }(ProcessingFailureError);
2039
2067
  exports.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
2040
2068
  errorClasses.ProcessingFailure_SubfolderLockedError = ProcessingFailure_SubfolderLockedError;
2041
- var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr32) {
2042
- (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr32);
2043
- var _super142 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2069
+ var ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = /*#__PURE__*/function (_ProcessingFailureErr33) {
2070
+ (0, _inherits2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError, _ProcessingFailureErr33);
2071
+ var _super144 = _createSuper(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2044
2072
  function ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError(message, code) {
2045
- var _this142;
2073
+ var _this144;
2046
2074
  (0, _classCallCheck2.default)(this, ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2047
- _this142 = _super142.call(this, message, code);
2048
- _this142.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
2049
- return _this142;
2075
+ _this144 = _super144.call(this, message, code);
2076
+ _this144.name = 'ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError';
2077
+ return _this144;
2050
2078
  }
2051
2079
  return (0, _createClass2.default)(ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError);
2052
2080
  }(ProcessingFailureError);
2053
2081
  exports.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
2054
2082
  errorClasses.ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError = ProcessingFailure_TwoFactorAuthenticationCodeAlreadySentError;
2055
- var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr33) {
2056
- (0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr33);
2057
- var _super143 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
2083
+ var ProcessingFailure_UpdatesNotAllowedForRemotesError = /*#__PURE__*/function (_ProcessingFailureErr34) {
2084
+ (0, _inherits2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError, _ProcessingFailureErr34);
2085
+ var _super145 = _createSuper(ProcessingFailure_UpdatesNotAllowedForRemotesError);
2058
2086
  function ProcessingFailure_UpdatesNotAllowedForRemotesError(message, code) {
2059
- var _this143;
2087
+ var _this145;
2060
2088
  (0, _classCallCheck2.default)(this, ProcessingFailure_UpdatesNotAllowedForRemotesError);
2061
- _this143 = _super143.call(this, message, code);
2062
- _this143.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
2063
- return _this143;
2089
+ _this145 = _super145.call(this, message, code);
2090
+ _this145.name = 'ProcessingFailure_UpdatesNotAllowedForRemotesError';
2091
+ return _this145;
2064
2092
  }
2065
2093
  return (0, _createClass2.default)(ProcessingFailure_UpdatesNotAllowedForRemotesError);
2066
2094
  }(ProcessingFailureError);
@@ -2068,13 +2096,13 @@ exports.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_U
2068
2096
  errorClasses.ProcessingFailure_UpdatesNotAllowedForRemotesError = ProcessingFailure_UpdatesNotAllowedForRemotesError;
2069
2097
  var RateLimited_ReauthenticationRateLimitedError = /*#__PURE__*/function (_RateLimitedError) {
2070
2098
  (0, _inherits2.default)(RateLimited_ReauthenticationRateLimitedError, _RateLimitedError);
2071
- var _super144 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
2099
+ var _super146 = _createSuper(RateLimited_ReauthenticationRateLimitedError);
2072
2100
  function RateLimited_ReauthenticationRateLimitedError(message, code) {
2073
- var _this144;
2101
+ var _this146;
2074
2102
  (0, _classCallCheck2.default)(this, RateLimited_ReauthenticationRateLimitedError);
2075
- _this144 = _super144.call(this, message, code);
2076
- _this144.name = 'RateLimited_ReauthenticationRateLimitedError';
2077
- return _this144;
2103
+ _this146 = _super146.call(this, message, code);
2104
+ _this146.name = 'RateLimited_ReauthenticationRateLimitedError';
2105
+ return _this146;
2078
2106
  }
2079
2107
  return (0, _createClass2.default)(RateLimited_ReauthenticationRateLimitedError);
2080
2108
  }(RateLimitedError);
@@ -2082,13 +2110,13 @@ exports.RateLimited_ReauthenticationRateLimitedError = RateLimited_Reauthenticat
2082
2110
  errorClasses.RateLimited_ReauthenticationRateLimitedError = RateLimited_ReauthenticationRateLimitedError;
2083
2111
  var RateLimited_TooManyConcurrentRequestsError = /*#__PURE__*/function (_RateLimitedError2) {
2084
2112
  (0, _inherits2.default)(RateLimited_TooManyConcurrentRequestsError, _RateLimitedError2);
2085
- var _super145 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
2113
+ var _super147 = _createSuper(RateLimited_TooManyConcurrentRequestsError);
2086
2114
  function RateLimited_TooManyConcurrentRequestsError(message, code) {
2087
- var _this145;
2115
+ var _this147;
2088
2116
  (0, _classCallCheck2.default)(this, RateLimited_TooManyConcurrentRequestsError);
2089
- _this145 = _super145.call(this, message, code);
2090
- _this145.name = 'RateLimited_TooManyConcurrentRequestsError';
2091
- return _this145;
2117
+ _this147 = _super147.call(this, message, code);
2118
+ _this147.name = 'RateLimited_TooManyConcurrentRequestsError';
2119
+ return _this147;
2092
2120
  }
2093
2121
  return (0, _createClass2.default)(RateLimited_TooManyConcurrentRequestsError);
2094
2122
  }(RateLimitedError);
@@ -2096,13 +2124,13 @@ exports.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurre
2096
2124
  errorClasses.RateLimited_TooManyConcurrentRequestsError = RateLimited_TooManyConcurrentRequestsError;
2097
2125
  var RateLimited_TooManyLoginAttemptsError = /*#__PURE__*/function (_RateLimitedError3) {
2098
2126
  (0, _inherits2.default)(RateLimited_TooManyLoginAttemptsError, _RateLimitedError3);
2099
- var _super146 = _createSuper(RateLimited_TooManyLoginAttemptsError);
2127
+ var _super148 = _createSuper(RateLimited_TooManyLoginAttemptsError);
2100
2128
  function RateLimited_TooManyLoginAttemptsError(message, code) {
2101
- var _this146;
2129
+ var _this148;
2102
2130
  (0, _classCallCheck2.default)(this, RateLimited_TooManyLoginAttemptsError);
2103
- _this146 = _super146.call(this, message, code);
2104
- _this146.name = 'RateLimited_TooManyLoginAttemptsError';
2105
- return _this146;
2131
+ _this148 = _super148.call(this, message, code);
2132
+ _this148.name = 'RateLimited_TooManyLoginAttemptsError';
2133
+ return _this148;
2106
2134
  }
2107
2135
  return (0, _createClass2.default)(RateLimited_TooManyLoginAttemptsError);
2108
2136
  }(RateLimitedError);
@@ -2110,13 +2138,13 @@ exports.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttempts
2110
2138
  errorClasses.RateLimited_TooManyLoginAttemptsError = RateLimited_TooManyLoginAttemptsError;
2111
2139
  var RateLimited_TooManyRequestsError = /*#__PURE__*/function (_RateLimitedError4) {
2112
2140
  (0, _inherits2.default)(RateLimited_TooManyRequestsError, _RateLimitedError4);
2113
- var _super147 = _createSuper(RateLimited_TooManyRequestsError);
2141
+ var _super149 = _createSuper(RateLimited_TooManyRequestsError);
2114
2142
  function RateLimited_TooManyRequestsError(message, code) {
2115
- var _this147;
2143
+ var _this149;
2116
2144
  (0, _classCallCheck2.default)(this, RateLimited_TooManyRequestsError);
2117
- _this147 = _super147.call(this, message, code);
2118
- _this147.name = 'RateLimited_TooManyRequestsError';
2119
- return _this147;
2145
+ _this149 = _super149.call(this, message, code);
2146
+ _this149.name = 'RateLimited_TooManyRequestsError';
2147
+ return _this149;
2120
2148
  }
2121
2149
  return (0, _createClass2.default)(RateLimited_TooManyRequestsError);
2122
2150
  }(RateLimitedError);
@@ -2124,13 +2152,13 @@ exports.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
2124
2152
  errorClasses.RateLimited_TooManyRequestsError = RateLimited_TooManyRequestsError;
2125
2153
  var RateLimited_TooManySharesError = /*#__PURE__*/function (_RateLimitedError5) {
2126
2154
  (0, _inherits2.default)(RateLimited_TooManySharesError, _RateLimitedError5);
2127
- var _super148 = _createSuper(RateLimited_TooManySharesError);
2155
+ var _super150 = _createSuper(RateLimited_TooManySharesError);
2128
2156
  function RateLimited_TooManySharesError(message, code) {
2129
- var _this148;
2157
+ var _this150;
2130
2158
  (0, _classCallCheck2.default)(this, RateLimited_TooManySharesError);
2131
- _this148 = _super148.call(this, message, code);
2132
- _this148.name = 'RateLimited_TooManySharesError';
2133
- return _this148;
2159
+ _this150 = _super150.call(this, message, code);
2160
+ _this150.name = 'RateLimited_TooManySharesError';
2161
+ return _this150;
2134
2162
  }
2135
2163
  return (0, _createClass2.default)(RateLimited_TooManySharesError);
2136
2164
  }(RateLimitedError);
@@ -2138,13 +2166,13 @@ exports.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
2138
2166
  errorClasses.RateLimited_TooManySharesError = RateLimited_TooManySharesError;
2139
2167
  var ServiceUnavailable_UploadsUnavailableError = /*#__PURE__*/function (_ServiceUnavailableEr) {
2140
2168
  (0, _inherits2.default)(ServiceUnavailable_UploadsUnavailableError, _ServiceUnavailableEr);
2141
- var _super149 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
2169
+ var _super151 = _createSuper(ServiceUnavailable_UploadsUnavailableError);
2142
2170
  function ServiceUnavailable_UploadsUnavailableError(message, code) {
2143
- var _this149;
2171
+ var _this151;
2144
2172
  (0, _classCallCheck2.default)(this, ServiceUnavailable_UploadsUnavailableError);
2145
- _this149 = _super149.call(this, message, code);
2146
- _this149.name = 'ServiceUnavailable_UploadsUnavailableError';
2147
- return _this149;
2173
+ _this151 = _super151.call(this, message, code);
2174
+ _this151.name = 'ServiceUnavailable_UploadsUnavailableError';
2175
+ return _this151;
2148
2176
  }
2149
2177
  return (0, _createClass2.default)(ServiceUnavailable_UploadsUnavailableError);
2150
2178
  }(ServiceUnavailableError);
@@ -2152,13 +2180,13 @@ exports.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsU
2152
2180
  errorClasses.ServiceUnavailable_UploadsUnavailableError = ServiceUnavailable_UploadsUnavailableError;
2153
2181
  var SiteConfiguration_AccountAlreadyExistsError = /*#__PURE__*/function (_SiteConfigurationErr) {
2154
2182
  (0, _inherits2.default)(SiteConfiguration_AccountAlreadyExistsError, _SiteConfigurationErr);
2155
- var _super150 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
2183
+ var _super152 = _createSuper(SiteConfiguration_AccountAlreadyExistsError);
2156
2184
  function SiteConfiguration_AccountAlreadyExistsError(message, code) {
2157
- var _this150;
2185
+ var _this152;
2158
2186
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountAlreadyExistsError);
2159
- _this150 = _super150.call(this, message, code);
2160
- _this150.name = 'SiteConfiguration_AccountAlreadyExistsError';
2161
- return _this150;
2187
+ _this152 = _super152.call(this, message, code);
2188
+ _this152.name = 'SiteConfiguration_AccountAlreadyExistsError';
2189
+ return _this152;
2162
2190
  }
2163
2191
  return (0, _createClass2.default)(SiteConfiguration_AccountAlreadyExistsError);
2164
2192
  }(SiteConfigurationError);
@@ -2166,13 +2194,13 @@ exports.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountA
2166
2194
  errorClasses.SiteConfiguration_AccountAlreadyExistsError = SiteConfiguration_AccountAlreadyExistsError;
2167
2195
  var SiteConfiguration_AccountOverdueError = /*#__PURE__*/function (_SiteConfigurationErr2) {
2168
2196
  (0, _inherits2.default)(SiteConfiguration_AccountOverdueError, _SiteConfigurationErr2);
2169
- var _super151 = _createSuper(SiteConfiguration_AccountOverdueError);
2197
+ var _super153 = _createSuper(SiteConfiguration_AccountOverdueError);
2170
2198
  function SiteConfiguration_AccountOverdueError(message, code) {
2171
- var _this151;
2199
+ var _this153;
2172
2200
  (0, _classCallCheck2.default)(this, SiteConfiguration_AccountOverdueError);
2173
- _this151 = _super151.call(this, message, code);
2174
- _this151.name = 'SiteConfiguration_AccountOverdueError';
2175
- return _this151;
2201
+ _this153 = _super153.call(this, message, code);
2202
+ _this153.name = 'SiteConfiguration_AccountOverdueError';
2203
+ return _this153;
2176
2204
  }
2177
2205
  return (0, _createClass2.default)(SiteConfiguration_AccountOverdueError);
2178
2206
  }(SiteConfigurationError);
@@ -2180,13 +2208,13 @@ exports.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdue
2180
2208
  errorClasses.SiteConfiguration_AccountOverdueError = SiteConfiguration_AccountOverdueError;
2181
2209
  var SiteConfiguration_NoAccountForSiteError = /*#__PURE__*/function (_SiteConfigurationErr3) {
2182
2210
  (0, _inherits2.default)(SiteConfiguration_NoAccountForSiteError, _SiteConfigurationErr3);
2183
- var _super152 = _createSuper(SiteConfiguration_NoAccountForSiteError);
2211
+ var _super154 = _createSuper(SiteConfiguration_NoAccountForSiteError);
2184
2212
  function SiteConfiguration_NoAccountForSiteError(message, code) {
2185
- var _this152;
2213
+ var _this154;
2186
2214
  (0, _classCallCheck2.default)(this, SiteConfiguration_NoAccountForSiteError);
2187
- _this152 = _super152.call(this, message, code);
2188
- _this152.name = 'SiteConfiguration_NoAccountForSiteError';
2189
- return _this152;
2215
+ _this154 = _super154.call(this, message, code);
2216
+ _this154.name = 'SiteConfiguration_NoAccountForSiteError';
2217
+ return _this154;
2190
2218
  }
2191
2219
  return (0, _createClass2.default)(SiteConfiguration_NoAccountForSiteError);
2192
2220
  }(SiteConfigurationError);
@@ -2194,13 +2222,13 @@ exports.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountFor
2194
2222
  errorClasses.SiteConfiguration_NoAccountForSiteError = SiteConfiguration_NoAccountForSiteError;
2195
2223
  var SiteConfiguration_SiteWasRemovedError = /*#__PURE__*/function (_SiteConfigurationErr4) {
2196
2224
  (0, _inherits2.default)(SiteConfiguration_SiteWasRemovedError, _SiteConfigurationErr4);
2197
- var _super153 = _createSuper(SiteConfiguration_SiteWasRemovedError);
2225
+ var _super155 = _createSuper(SiteConfiguration_SiteWasRemovedError);
2198
2226
  function SiteConfiguration_SiteWasRemovedError(message, code) {
2199
- var _this153;
2227
+ var _this155;
2200
2228
  (0, _classCallCheck2.default)(this, SiteConfiguration_SiteWasRemovedError);
2201
- _this153 = _super153.call(this, message, code);
2202
- _this153.name = 'SiteConfiguration_SiteWasRemovedError';
2203
- return _this153;
2229
+ _this155 = _super155.call(this, message, code);
2230
+ _this155.name = 'SiteConfiguration_SiteWasRemovedError';
2231
+ return _this155;
2204
2232
  }
2205
2233
  return (0, _createClass2.default)(SiteConfiguration_SiteWasRemovedError);
2206
2234
  }(SiteConfigurationError);
@@ -2208,13 +2236,13 @@ exports.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemoved
2208
2236
  errorClasses.SiteConfiguration_SiteWasRemovedError = SiteConfiguration_SiteWasRemovedError;
2209
2237
  var SiteConfiguration_TrialExpiredError = /*#__PURE__*/function (_SiteConfigurationErr5) {
2210
2238
  (0, _inherits2.default)(SiteConfiguration_TrialExpiredError, _SiteConfigurationErr5);
2211
- var _super154 = _createSuper(SiteConfiguration_TrialExpiredError);
2239
+ var _super156 = _createSuper(SiteConfiguration_TrialExpiredError);
2212
2240
  function SiteConfiguration_TrialExpiredError(message, code) {
2213
- var _this154;
2241
+ var _this156;
2214
2242
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialExpiredError);
2215
- _this154 = _super154.call(this, message, code);
2216
- _this154.name = 'SiteConfiguration_TrialExpiredError';
2217
- return _this154;
2243
+ _this156 = _super156.call(this, message, code);
2244
+ _this156.name = 'SiteConfiguration_TrialExpiredError';
2245
+ return _this156;
2218
2246
  }
2219
2247
  return (0, _createClass2.default)(SiteConfiguration_TrialExpiredError);
2220
2248
  }(SiteConfigurationError);
@@ -2222,13 +2250,13 @@ exports.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredErro
2222
2250
  errorClasses.SiteConfiguration_TrialExpiredError = SiteConfiguration_TrialExpiredError;
2223
2251
  var SiteConfiguration_TrialLockedError = /*#__PURE__*/function (_SiteConfigurationErr6) {
2224
2252
  (0, _inherits2.default)(SiteConfiguration_TrialLockedError, _SiteConfigurationErr6);
2225
- var _super155 = _createSuper(SiteConfiguration_TrialLockedError);
2253
+ var _super157 = _createSuper(SiteConfiguration_TrialLockedError);
2226
2254
  function SiteConfiguration_TrialLockedError(message, code) {
2227
- var _this155;
2255
+ var _this157;
2228
2256
  (0, _classCallCheck2.default)(this, SiteConfiguration_TrialLockedError);
2229
- _this155 = _super155.call(this, message, code);
2230
- _this155.name = 'SiteConfiguration_TrialLockedError';
2231
- return _this155;
2257
+ _this157 = _super157.call(this, message, code);
2258
+ _this157.name = 'SiteConfiguration_TrialLockedError';
2259
+ return _this157;
2232
2260
  }
2233
2261
  return (0, _createClass2.default)(SiteConfiguration_TrialLockedError);
2234
2262
  }(SiteConfigurationError);
@@ -2236,13 +2264,13 @@ exports.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
2236
2264
  errorClasses.SiteConfiguration_TrialLockedError = SiteConfiguration_TrialLockedError;
2237
2265
  var SiteConfiguration_UserRequestsEnabledRequiredError = /*#__PURE__*/function (_SiteConfigurationErr7) {
2238
2266
  (0, _inherits2.default)(SiteConfiguration_UserRequestsEnabledRequiredError, _SiteConfigurationErr7);
2239
- var _super156 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
2267
+ var _super158 = _createSuper(SiteConfiguration_UserRequestsEnabledRequiredError);
2240
2268
  function SiteConfiguration_UserRequestsEnabledRequiredError(message, code) {
2241
- var _this156;
2269
+ var _this158;
2242
2270
  (0, _classCallCheck2.default)(this, SiteConfiguration_UserRequestsEnabledRequiredError);
2243
- _this156 = _super156.call(this, message, code);
2244
- _this156.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2245
- return _this156;
2271
+ _this158 = _super158.call(this, message, code);
2272
+ _this158.name = 'SiteConfiguration_UserRequestsEnabledRequiredError';
2273
+ return _this158;
2246
2274
  }
2247
2275
  return (0, _createClass2.default)(SiteConfiguration_UserRequestsEnabledRequiredError);
2248
2276
  }(SiteConfigurationError);