files.com 1.0.261 → 1.0.262

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