@breadstone/archipel-mcp 0.0.2 → 0.0.4
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/data/packages/index.md +4 -2
- package/data/packages/platform-analytics/api/Class.AnalyticsClientPort.md +20 -19
- package/data/packages/platform-analytics/api/Class.AnalyticsModule.md +3 -2
- package/data/packages/platform-analytics/api/Class.AppInsightsAnalyticsClient.md +22 -21
- package/data/packages/platform-analytics/api/Class.DatadogAnalyticsClient.md +22 -21
- package/data/packages/platform-analytics/api/Class.NoopAnalyticsClient.md +20 -19
- package/data/packages/platform-analytics/api/Class.SentryAnalyticsClient.md +22 -21
- package/data/packages/platform-analytics/api/Interface.IAnalyticsBreadcrumb.md +4 -3
- package/data/packages/platform-analytics/api/Interface.IAnalyticsModuleOptions.md +3 -2
- package/data/packages/platform-analytics/api/Interface.IAnalyticsUser.md +4 -3
- package/data/packages/platform-analytics/api/TypeAlias.AnalyticsLevel.md +2 -1
- package/data/packages/platform-analytics/api/Variable.APPINSIGHTS_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-analytics/api/Variable.APPLICATIONINSIGHTS_CONNECTION_STRING.md +2 -1
- package/data/packages/platform-analytics/api/Variable.DATADOG_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-analytics/api/Variable.DD_ENV.md +2 -1
- package/data/packages/platform-analytics/api/Variable.DD_SERVICE.md +2 -1
- package/data/packages/platform-analytics/api/Variable.SENTRY_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-analytics/api/Variable.SENTRY_DSN.md +2 -1
- package/data/packages/platform-analytics/api/Variable.SENTRY_ENVIRONMENT.md +2 -1
- package/data/packages/platform-analytics/api/index.md +26 -25
- package/data/packages/platform-analytics/index.md +170 -0
- package/data/packages/platform-authentication/api/Class.AnonymousAuthGuard.md +5 -4
- package/data/packages/platform-authentication/api/Class.AppleStrategy.md +16 -15
- package/data/packages/platform-authentication/api/Class.AuthModule.md +7 -6
- package/data/packages/platform-authentication/api/Class.AuthSubjectPort.md +11 -10
- package/data/packages/platform-authentication/api/Class.AuthTokenService.md +6 -5
- package/data/packages/platform-authentication/api/Class.ChallengeService.md +27 -26
- package/data/packages/platform-authentication/api/Class.GithubAuthGuard.md +5 -4
- package/data/packages/platform-authentication/api/Class.GithubStrategy.md +17 -16
- package/data/packages/platform-authentication/api/Class.GoogleStrategy.md +14 -13
- package/data/packages/platform-authentication/api/Class.JwtAuthGuard.md +5 -4
- package/data/packages/platform-authentication/api/Class.JwtPayloadBase.md +16 -15
- package/data/packages/platform-authentication/api/Class.LastActiveMiddleware.md +11 -10
- package/data/packages/platform-authentication/api/Class.LocalAuthGuard.md +5 -4
- package/data/packages/platform-authentication/api/Class.MfaService.md +55 -54
- package/data/packages/platform-authentication/api/Class.MfaSubjectPort.md +9 -8
- package/data/packages/platform-authentication/api/Class.MicrosoftStrategy.md +14 -13
- package/data/packages/platform-authentication/api/Class.RolesGuard.md +6 -5
- package/data/packages/platform-authentication/api/Class.SessionMappingProfile.md +5 -4
- package/data/packages/platform-authentication/api/Class.SessionPersistencePort.md +26 -25
- package/data/packages/platform-authentication/api/Class.SessionResponse.md +13 -12
- package/data/packages/platform-authentication/api/Class.SessionService.md +34 -33
- package/data/packages/platform-authentication/api/Class.SocialAuthGuard.md +10 -9
- package/data/packages/platform-authentication/api/Class.SocialAuthPort.md +3 -2
- package/data/packages/platform-authentication/api/Class.TokenEnricherPort.md +3 -2
- package/data/packages/platform-authentication/api/Class.VerificationService.md +30 -29
- package/data/packages/platform-authentication/api/Class.VerificationSubjectPort.md +17 -16
- package/data/packages/platform-authentication/api/Function.Token.md +1 -0
- package/data/packages/platform-authentication/api/Function.UseRoles.md +3 -2
- package/data/packages/platform-authentication/api/Function.socialAuthGuardFactory.md +6 -5
- package/data/packages/platform-authentication/api/Interface.IAuthModuleOptions.md +8 -7
- package/data/packages/platform-authentication/api/Interface.IAuthSubject.md +8 -7
- package/data/packages/platform-authentication/api/Interface.IMfaChallengePayload.md +6 -5
- package/data/packages/platform-authentication/api/Interface.IMfaChallengeState.md +11 -10
- package/data/packages/platform-authentication/api/Interface.IMfaConfirmation.md +1 -0
- package/data/packages/platform-authentication/api/Interface.IMfaSetup.md +4 -3
- package/data/packages/platform-authentication/api/Interface.IMfaSubject.md +10 -9
- package/data/packages/platform-authentication/api/Interface.IMfaSubjectUpdate.md +8 -7
- package/data/packages/platform-authentication/api/Interface.ISessionRecord.md +15 -14
- package/data/packages/platform-authentication/api/Interface.ISignInResult.md +6 -5
- package/data/packages/platform-authentication/api/Interface.ISocialProfile.md +4 -3
- package/data/packages/platform-authentication/api/Interface.IStoreSessionArgs.md +6 -5
- package/data/packages/platform-authentication/api/Interface.IVerifiableSubject.md +5 -4
- package/data/packages/platform-authentication/api/Variable.APPLE_AUTH_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CALLBACK_URL.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CLIENT_ID.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_KEY_ID.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_PRIVATE_KEY.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_TEAM_ID.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CALLBACK_URL.md +15 -0
- package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_ID.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_SECRET.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CALLBACK_URL.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_ID.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_SECRET.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_JWT_EXPIRES_IN.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_JWT_SECRET.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_CHALLENGE_EXPIRES_IN.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_CODE_TTL.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_MIN_RESEND.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_ENCRYPTION_KEY.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_MAX_ATTEMPTS.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_CODE_TTL.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_MIN_RESEND.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_CODE_TTL.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_MIN_RESEND.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CALLBACK_URL.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_ID.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_SECRET.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_TENANT.md +2 -1
- package/data/packages/platform-authentication/api/Variable.AUTH_VERIFY_JWT_EXPIRES_IN.md +2 -1
- package/data/packages/platform-authentication/api/Variable.GITHUB_AUTH_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-authentication/api/Variable.GOOGLE_AUTH_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-authentication/api/Variable.MICROSOFT_AUTH_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-authentication/api/Variable.PLATFORM_AUTHENTICATION_CONFIG_ENTRIES.md +4 -3
- package/data/packages/platform-authentication/api/Variable.ROLES_KEY.md +3 -2
- package/data/packages/platform-authentication/api/Variable.SEED_ANONYMOUS_USERNAME.md +3 -2
- package/data/packages/platform-authentication/api/Variable.SESSION_LIST_MAPPING_KEY.md +2 -1
- package/data/packages/platform-authentication/api/Variable.SESSION_MAPPING_KEY.md +2 -1
- package/data/packages/platform-authentication/api/Variable.User.md +3 -2
- package/data/packages/platform-authentication/api/index.md +88 -86
- package/data/packages/platform-blob-storage/api/Class.AwsS3BlobProvider.md +24 -23
- package/data/packages/platform-blob-storage/api/Class.AzureBlobProvider.md +19 -18
- package/data/packages/platform-blob-storage/api/Class.BlobHealthIndicator.md +6 -5
- package/data/packages/platform-blob-storage/api/Class.BlobModule.md +5 -4
- package/data/packages/platform-blob-storage/api/Class.BlobObjectPersistencePort.md +13 -12
- package/data/packages/platform-blob-storage/api/Class.BlobService.md +46 -45
- package/data/packages/platform-blob-storage/api/Class.BlobVariantPersistencePort.md +8 -7
- package/data/packages/platform-blob-storage/api/Class.VercelBlobProvider.md +19 -18
- package/data/packages/platform-blob-storage/api/Interface.IAwsS3BlobProviderRegistration.md +6 -5
- package/data/packages/platform-blob-storage/api/Interface.IAwsS3ProviderOptions.md +6 -5
- package/data/packages/platform-blob-storage/api/Interface.IAzureBlobProviderOptions.md +3 -2
- package/data/packages/platform-blob-storage/api/Interface.IAzureBlobProviderRegistration.md +6 -5
- package/data/packages/platform-blob-storage/api/Interface.IBlobDeleteRequest.md +3 -2
- package/data/packages/platform-blob-storage/api/Interface.IBlobDownloadRequest.md +4 -3
- package/data/packages/platform-blob-storage/api/Interface.IBlobDownloadResult.md +7 -6
- package/data/packages/platform-blob-storage/api/Interface.IBlobModuleOptions.md +9 -8
- package/data/packages/platform-blob-storage/api/Interface.IBlobObjectMetadata.md +13 -12
- package/data/packages/platform-blob-storage/api/Interface.IBlobProvider.md +15 -14
- package/data/packages/platform-blob-storage/api/Interface.IBlobSignedUrlRequest.md +4 -3
- package/data/packages/platform-blob-storage/api/Interface.IBlobUploadRequest.md +9 -8
- package/data/packages/platform-blob-storage/api/Interface.IBlobUploadResult.md +2 -1
- package/data/packages/platform-blob-storage/api/Interface.ICustomBlobProviderRegistration.md +6 -5
- package/data/packages/platform-blob-storage/api/Interface.IVercelBlobProviderOptions.md +6 -5
- package/data/packages/platform-blob-storage/api/Interface.IVercelBlobProviderRegistration.md +6 -5
- package/data/packages/platform-blob-storage/api/TypeAlias.BlobDownloadResponseType.md +2 -1
- package/data/packages/platform-blob-storage/api/TypeAlias.BlobUploadBody.md +1 -0
- package/data/packages/platform-blob-storage/api/TypeAlias.IBlobProviderRegistration.md +3 -2
- package/data/packages/platform-blob-storage/api/Variable.AWS_S3_PROVIDER_OPTIONS.md +2 -1
- package/data/packages/platform-blob-storage/api/Variable.AZURE_BLOB_PROVIDER_OPTIONS.md +2 -1
- package/data/packages/platform-blob-storage/api/Variable.BLOB_PROVIDER.md +2 -1
- package/data/packages/platform-blob-storage/api/Variable.BlobDownloadResponseTypes.md +10 -9
- package/data/packages/platform-blob-storage/api/Variable.BlobProviderKinds.md +11 -10
- package/data/packages/platform-blob-storage/api/Variable.VERCEL_BLOB_PROVIDER_OPTIONS.md +2 -1
- package/data/packages/platform-blob-storage/api/index.md +42 -41
- package/data/packages/platform-blob-storage/index.md +77 -22
- package/data/packages/platform-core/api/Class.AppHealthIndicator.md +3 -2
- package/data/packages/platform-core/api/Class.BcryptService.md +8 -7
- package/data/packages/platform-core/api/Class.BlobResourceStrategy.md +21 -20
- package/data/packages/platform-core/api/Class.BooleanUtils.md +13 -12
- package/data/packages/platform-core/api/Class.CUIDGenerator.md +18 -17
- package/data/packages/platform-core/api/Class.CasingInterceptor.md +11 -10
- package/data/packages/platform-core/api/Class.CatchUtils.md +16 -15
- package/data/packages/platform-core/api/Class.ConfigModule.md +11 -10
- package/data/packages/platform-core/api/Class.ConfigRegistry.md +9 -8
- package/data/packages/platform-core/api/Class.ConfigService.md +27 -26
- package/data/packages/platform-core/api/Class.ConfigStrategyBase.md +18 -17
- package/data/packages/platform-core/api/Class.ContentTemplateEngine.md +5 -4
- package/data/packages/platform-core/api/Class.CryptoService.md +4 -3
- package/data/packages/platform-core/api/Class.DateTimeUtils.md +13 -12
- package/data/packages/platform-core/api/Class.DeviceParserService.md +3 -2
- package/data/packages/platform-core/api/Class.EmbeddedResourceStrategy.md +23 -22
- package/data/packages/platform-core/api/Class.EnvironmentConfigStrategy.md +18 -17
- package/data/packages/platform-core/api/Class.ErrorTemplateService.md +16 -15
- package/data/packages/platform-core/api/Class.EventHub.md +26 -25
- package/data/packages/platform-core/api/Class.EventModule.md +1 -0
- package/data/packages/platform-core/api/Class.FileConfigStrategy.md +20 -19
- package/data/packages/platform-core/api/Class.FileResourceStrategy.md +20 -19
- package/data/packages/platform-core/api/Class.GUIDGenerator.md +8 -7
- package/data/packages/platform-core/api/Class.GlobalExceptionFilter.md +8 -7
- package/data/packages/platform-core/api/Class.HealthModule.md +3 -2
- package/data/packages/platform-core/api/Class.HealthOrchestrator.md +4 -3
- package/data/packages/platform-core/api/Class.HostModule.md +2 -0
- package/data/packages/platform-core/api/Class.HostService.md +14 -13
- package/data/packages/platform-core/api/Class.HttpLoggerMiddleware.md +9 -8
- package/data/packages/platform-core/api/Class.IdGeneratorBase.md +8 -7
- package/data/packages/platform-core/api/Class.IdentifierModule.md +4 -3
- package/data/packages/platform-core/api/Class.IntelligenceCapabilityRegistrarBase.md +5 -4
- package/data/packages/platform-core/api/Class.IntelligenceCapabilityRegistry.md +11 -10
- package/data/packages/platform-core/api/Class.IntelligenceModule.md +1 -0
- package/data/packages/platform-core/api/Class.IntelligenceTextGenerator.md +7 -6
- package/data/packages/platform-core/api/Class.LimitRequestSizeMiddleware.md +9 -8
- package/data/packages/platform-core/api/Class.LocalizedTextRequest.md +2 -1
- package/data/packages/platform-core/api/Class.LocalizedTextResponse.md +2 -1
- package/data/packages/platform-core/api/Class.MappingBuilder.md +19 -18
- package/data/packages/platform-core/api/Class.MappingModule.md +3 -2
- package/data/packages/platform-core/api/Class.MappingNotRegisteredError.md +6 -5
- package/data/packages/platform-core/api/Class.MappingProfileBase.md +3 -2
- package/data/packages/platform-core/api/Class.MappingService.md +53 -52
- package/data/packages/platform-core/api/Class.MemoryLayeredCache.md +38 -37
- package/data/packages/platform-core/api/Class.NoopCacheMetricsRecorder.md +20 -19
- package/data/packages/platform-core/api/Class.NormalizedUtils.md +21 -20
- package/data/packages/platform-core/api/Class.OtpService.md +9 -8
- package/data/packages/platform-core/api/Class.PageableRequest.md +2 -1
- package/data/packages/platform-core/api/Class.PageableResponse.md +4 -3
- package/data/packages/platform-core/api/Class.ProblemDetailException.md +7 -6
- package/data/packages/platform-core/api/Class.ProblemDetailExceptionFilter.md +12 -11
- package/data/packages/platform-core/api/Class.QuantityResponse.md +2 -1
- package/data/packages/platform-core/api/Class.RedisLayeredCache.md +40 -39
- package/data/packages/platform-core/api/Class.ResourceManager.md +89 -88
- package/data/packages/platform-core/api/Class.ResourceModule.md +4 -3
- package/data/packages/platform-core/api/Class.ResponseReturn.md +104 -102
- package/data/packages/platform-core/api/Class.SseHub.md +24 -23
- package/data/packages/platform-core/api/Class.SseModule.md +4 -3
- package/data/packages/platform-core/api/Class.TimeStampResponse.md +2 -1
- package/data/packages/platform-core/api/Class.TypeMappingNotRegisteredError.md +6 -5
- package/data/packages/platform-core/api/Class.UUIDGenerator.md +8 -7
- package/data/packages/platform-core/api/Class.UserAvatarGeneratorService.md +5 -4
- package/data/packages/platform-core/api/Class.UserNameGeneratorService.md +5 -4
- package/data/packages/platform-core/api/Function.Public.md +1 -0
- package/data/packages/platform-core/api/Function.createConfigKey.md +9 -7
- package/data/packages/platform-core/api/Function.createEventKey.md +7 -6
- package/data/packages/platform-core/api/Function.createMappingKey.md +7 -6
- package/data/packages/platform-core/api/Function.env.md +5 -4
- package/data/packages/platform-core/api/Function.getMimeTypeByFileNameOrExtension.md +3 -2
- package/data/packages/platform-core/api/ISseEventData.Function.isActionId.md +5 -4
- package/data/packages/platform-core/api/Interface.IBlobResourceStrategyConfig.md +2 -1
- package/data/packages/platform-core/api/Interface.IBlobServiceAdapter.md +6 -5
- package/data/packages/platform-core/api/Interface.ICacheMetricsRecorder.md +20 -19
- package/data/packages/platform-core/api/Interface.ICacheStats.md +5 -4
- package/data/packages/platform-core/api/Interface.IConfigKey.md +17 -16
- package/data/packages/platform-core/api/Interface.IConfigModuleOptions.md +4 -3
- package/data/packages/platform-core/api/Interface.IConfigRegistryEntry.md +7 -6
- package/data/packages/platform-core/api/Interface.IDeviceInfo.md +7 -6
- package/data/packages/platform-core/api/Interface.IErrorPageParams.md +11 -10
- package/data/packages/platform-core/api/Interface.IEventKey.md +8 -7
- package/data/packages/platform-core/api/Interface.IEventMap.md +1 -0
- package/data/packages/platform-core/api/Interface.IFileResourceStrategyConfig.md +6 -5
- package/data/packages/platform-core/api/Interface.IHealthCheckResult.md +4 -3
- package/data/packages/platform-core/api/Interface.IHealthIndicator.md +4 -3
- package/data/packages/platform-core/api/Interface.IHostContentParams.md +9 -8
- package/data/packages/platform-core/api/Interface.IIdGenerator.md +8 -7
- package/data/packages/platform-core/api/Interface.IIntelligenceArtifact.md +2 -1
- package/data/packages/platform-core/api/Interface.IIntelligenceCapability.md +7 -6
- package/data/packages/platform-core/api/Interface.IIntelligenceCapabilityMetadata.md +5 -4
- package/data/packages/platform-core/api/Interface.IIntelligenceCapabilityPayload.md +3 -2
- package/data/packages/platform-core/api/Interface.IIntelligenceCapabilityRegistry.md +11 -10
- package/data/packages/platform-core/api/Interface.IIntelligenceCapabilityResult.md +3 -2
- package/data/packages/platform-core/api/Interface.IIntelligenceCompletionUsage.md +3 -2
- package/data/packages/platform-core/api/Interface.IIntelligenceContext.md +6 -5
- package/data/packages/platform-core/api/Interface.IIntelligenceContextBuilder.md +4 -3
- package/data/packages/platform-core/api/Interface.IIntelligenceConversationMessageSnapshot.md +5 -4
- package/data/packages/platform-core/api/Interface.IIntelligenceConversationSnapshot.md +4 -3
- package/data/packages/platform-core/api/Interface.IIntelligenceFollowUpQuestion.md +3 -2
- package/data/packages/platform-core/api/Interface.IIntelligenceIntent.md +3 -2
- package/data/packages/platform-core/api/Interface.IIntelligenceIntentEntity.md +2 -1
- package/data/packages/platform-core/api/Interface.IIntelligenceMessageModel.md +5 -4
- package/data/packages/platform-core/api/Interface.IIntelligenceMessagePayload.md +2 -1
- package/data/packages/platform-core/api/Interface.IIntelligencePrompt.md +2 -1
- package/data/packages/platform-core/api/Interface.IIntelligencePromptMessage.md +2 -1
- package/data/packages/platform-core/api/Interface.IIntelligenceProviderConfiguration.md +7 -6
- package/data/packages/platform-core/api/Interface.IIntelligenceResponseMessage.md +2 -1
- package/data/packages/platform-core/api/Interface.IIntelligenceTextCompletion.md +5 -4
- package/data/packages/platform-core/api/Interface.IIntelligenceTextGenerationOptions.md +3 -2
- package/data/packages/platform-core/api/Interface.IIntelligenceTextGenerator.md +5 -4
- package/data/packages/platform-core/api/Interface.ILayeredCache.md +35 -34
- package/data/packages/platform-core/api/Interface.ILayeredCacheOptions.md +5 -4
- package/data/packages/platform-core/api/Interface.IMappingBuilder.md +18 -17
- package/data/packages/platform-core/api/Interface.IMappingKey.md +8 -7
- package/data/packages/platform-core/api/Interface.IMappingProfile.md +3 -2
- package/data/packages/platform-core/api/Interface.IOtpService.md +9 -8
- package/data/packages/platform-core/api/Interface.IOtpUriOptions.md +3 -2
- package/data/packages/platform-core/api/Interface.IRedisLayeredCacheOptions.md +15 -14
- package/data/packages/platform-core/api/Interface.IResourceManagerConfig.md +5 -4
- package/data/packages/platform-core/api/Interface.IResourceMetadata.md +7 -6
- package/data/packages/platform-core/api/Interface.IResourceResult.md +2 -1
- package/data/packages/platform-core/api/Interface.IResourceStrategy.md +17 -16
- package/data/packages/platform-core/api/Interface.ISseEventData.md +4 -3
- package/data/packages/platform-core/api/Interface.ISseHub.md +17 -16
- package/data/packages/platform-core/api/Namespace.ISseEventData.md +3 -2
- package/data/packages/platform-core/api/TypeAlias.CamelCase.md +3 -2
- package/data/packages/platform-core/api/TypeAlias.IntelligenceConversationMessageRole.md +3 -1
- package/data/packages/platform-core/api/TypeAlias.IntelligenceProviderName.md +2 -1
- package/data/packages/platform-core/api/TypeAlias.ProblemDetail.md +6 -5
- package/data/packages/platform-core/api/TypeAlias.ProblemDetailTypeUrlResolver.md +5 -4
- package/data/packages/platform-core/api/TypeAlias.SetOptional.md +5 -4
- package/data/packages/platform-core/api/TypeAlias.StringValue.md +2 -4
- package/data/packages/platform-core/api/Variable.APP_PORT.md +2 -1
- package/data/packages/platform-core/api/Variable.APP_URL.md +2 -1
- package/data/packages/platform-core/api/Variable.APP_VERSION.md +2 -1
- package/data/packages/platform-core/api/Variable.HEALTH_INDICATORS_TOKEN.md +2 -1
- package/data/packages/platform-core/api/Variable.ID_GENERATOR_TOKEN.md +2 -1
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_MAX_OUTPUT_TOKENS.md +2 -1
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_MODEL.md +2 -1
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_TEMPERATURE.md +2 -1
- package/data/packages/platform-core/api/Variable.INTELLIGENCE_TOP_P.md +2 -1
- package/data/packages/platform-core/api/Variable.IS_PUBLIC_KEY.md +3 -2
- package/data/packages/platform-core/api/Variable.IntelligenceConversationMessageRoles.md +8 -7
- package/data/packages/platform-core/api/Variable.IntelligenceProviderNames.md +10 -9
- package/data/packages/platform-core/api/Variable.IpAddress.md +7 -6
- package/data/packages/platform-core/api/Variable.Lang.md +6 -5
- package/data/packages/platform-core/api/Variable.NODE_ENV.md +2 -1
- package/data/packages/platform-core/api/Variable.OTP_SERVICE_TOKEN.md +2 -1
- package/data/packages/platform-core/api/Variable.PLATFORM_CORE_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-core/api/Variable.TOTP_EPOCH_TOLERANCE.md +8 -7
- package/data/packages/platform-core/api/Variable.UserAgent.md +3 -2
- package/data/packages/platform-core/api/index.md +161 -160
- package/data/packages/platform-database/api/Class.DatabaseHealthIndicator.md +7 -6
- package/data/packages/platform-database/api/Class.DatabaseModule.md +6 -5
- package/data/packages/platform-database/api/Class.DatabaseService.md +20 -19
- package/data/packages/platform-database/api/Class.PrismaService.md +8 -7
- package/data/packages/platform-database/api/Class.RepositoryBase.md +127 -126
- package/data/packages/platform-database/api/Class.RepositoryExceptionFilter.md +6 -5
- package/data/packages/platform-database/api/Function.pageable.md +10 -13
- package/data/packages/platform-database/api/Function.paginator.md +3 -2
- package/data/packages/platform-database/api/Function.query.md +8 -7
- package/data/packages/platform-database/api/Function.skip.md +6 -5
- package/data/packages/platform-database/api/Function.transactionalQuery.md +7 -6
- package/data/packages/platform-database/api/Interface.IDatabaseModuleConfig.md +1 -0
- package/data/packages/platform-database/api/Interface.IPaginateOptions.md +2 -1
- package/data/packages/platform-database/api/Interface.IPaginatedResult.md +5 -4
- package/data/packages/platform-database/api/Interface.IRepositoryQuery.md +8 -7
- package/data/packages/platform-database/api/Interface.ITransactionalRepositoryQuery.md +6 -5
- package/data/packages/platform-database/api/TypeAlias.DelegateArgs.md +3 -2
- package/data/packages/platform-database/api/TypeAlias.DelegateReturnTypes.md +3 -2
- package/data/packages/platform-database/api/TypeAlias.PaginateFunction.md +8 -7
- package/data/packages/platform-database/api/TypeAlias.QueryResultType.md +4 -3
- package/data/packages/platform-database/api/TypeAlias.TransactionalQueryResultType.md +4 -3
- package/data/packages/platform-database/api/index.md +28 -27
- package/data/packages/platform-documents/api/Class.BaseDocumentRenderer.md +33 -31
- package/data/packages/platform-documents/api/Class.DocumentEngine.md +8 -7
- package/data/packages/platform-documents/api/Class.DocumentModule.md +3 -2
- package/data/packages/platform-documents/api/Class.SharpImageProcessor.md +22 -21
- package/data/packages/platform-documents/api/Interface.IDocumentModuleOptions.md +7 -5
- package/data/packages/platform-documents/api/Interface.IDocumentPlaceholderDetail.md +6 -5
- package/data/packages/platform-documents/api/Interface.IDocumentProbeReport.md +9 -8
- package/data/packages/platform-documents/api/Interface.IDocumentRenderer.md +3 -2
- package/data/packages/platform-documents/api/Interface.IImagePayload.md +4 -3
- package/data/packages/platform-documents/api/Interface.IImageProcessor.md +19 -18
- package/data/packages/platform-documents/api/Interface.IRenderOptions.md +4 -3
- package/data/packages/platform-documents/api/Interface.IRenderResult.md +4 -3
- package/data/packages/platform-documents/api/TypeAlias.DocumentFormat.md +2 -1
- package/data/packages/platform-documents/api/TypeAlias.EngineType.md +2 -1
- package/data/packages/platform-documents/api/TypeAlias.ImageMimeType.md +2 -1
- package/data/packages/platform-documents/api/TypeAlias.TemplateFormat.md +2 -1
- package/data/packages/platform-documents/api/TypeAlias.TemplateType.md +2 -1
- package/data/packages/platform-documents/api/Variable.DOCUMENT_MODULE_OPTIONS.md +2 -1
- package/data/packages/platform-documents/api/Variable.DOCUMENT_PARSER_TOKEN.md +2 -1
- package/data/packages/platform-documents/api/Variable.DOCUMENT_RENDERER_TOKEN.md +2 -1
- package/data/packages/platform-documents/api/Variable.IMAGE_PROCESSOR_TOKEN.md +2 -1
- package/data/packages/platform-documents/api/index.md +29 -28
- package/data/packages/platform-esigning/api/Class.EsigningClientPort.md +21 -20
- package/data/packages/platform-esigning/api/Class.EsigningError.md +5 -4
- package/data/packages/platform-esigning/api/Class.EsigningModule.md +3 -2
- package/data/packages/platform-esigning/api/Class.EsigningPersistencePort.md +10 -9
- package/data/packages/platform-esigning/api/Class.EsigningService.md +25 -24
- package/data/packages/platform-esigning/api/Class.InternalEsigningProvider.md +25 -24
- package/data/packages/platform-esigning/api/Class.SigningProviderError.md +10 -9
- package/data/packages/platform-esigning/api/Class.SigningRequestNotFoundError.md +4 -3
- package/data/packages/platform-esigning/api/Class.WebhookVerificationError.md +3 -2
- package/data/packages/platform-esigning/api/Interface.ICreateSigningRequest.md +7 -6
- package/data/packages/platform-esigning/api/Interface.ICreateSigningRequestDocument.md +4 -3
- package/data/packages/platform-esigning/api/Interface.ICreateSigningRequestSigner.md +4 -3
- package/data/packages/platform-esigning/api/Interface.ICreateSigningSessionRequest.md +3 -2
- package/data/packages/platform-esigning/api/Interface.IEsigningModuleOptions.md +4 -3
- package/data/packages/platform-esigning/api/Interface.IEsigningWebhookEvent.md +6 -5
- package/data/packages/platform-esigning/api/Interface.ISignedDocument.md +6 -5
- package/data/packages/platform-esigning/api/Interface.ISigner.md +6 -5
- package/data/packages/platform-esigning/api/Interface.ISigningDocument.md +6 -5
- package/data/packages/platform-esigning/api/Interface.ISigningField.md +11 -10
- package/data/packages/platform-esigning/api/Interface.ISigningRequest.md +11 -10
- package/data/packages/platform-esigning/api/Interface.ISigningSession.md +5 -4
- package/data/packages/platform-esigning/api/TypeAlias.SignerRole.md +2 -1
- package/data/packages/platform-esigning/api/TypeAlias.SignerStatus.md +2 -1
- package/data/packages/platform-esigning/api/TypeAlias.SigningFieldType.md +2 -1
- package/data/packages/platform-esigning/api/TypeAlias.SigningRequestStatus.md +2 -1
- package/data/packages/platform-esigning/api/TypeAlias.WebhookEventType.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_BASE_URL.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_CLIENT_SECRET.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_INTEGRATION_KEY.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_WEBHOOK_CLIENT_ID.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DOCUSIGN_ACCOUNT_ID.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DOCUSIGN_BASE_URL.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DOCUSIGN_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-esigning/api/Variable.DOCUSIGN_INTEGRATION_KEY.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DOCUSIGN_SECRET_KEY.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DOCUSIGN_WEBHOOK_HMAC_KEY.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_API_KEY.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_CLIENT_ID.md +2 -1
- package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_WEBHOOK_SECRET.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ESIGNING_API_BASE_URL.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ESIGNING_API_KEY.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ESIGNING_PROVIDER.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ESIGNING_PROVIDER_OPTIONS.md +2 -1
- package/data/packages/platform-esigning/api/Variable.ESIGNING_WEBHOOK_SECRET.md +2 -1
- package/data/packages/platform-esigning/api/Variable.PLATFORM_ESIGNING_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-esigning/api/Variable.SIGNNOW_API_KEY.md +2 -1
- package/data/packages/platform-esigning/api/Variable.SIGNNOW_BASE_URL.md +2 -1
- package/data/packages/platform-esigning/api/Variable.SIGNNOW_CLIENT_ID.md +2 -1
- package/data/packages/platform-esigning/api/Variable.SIGNNOW_CLIENT_SECRET.md +2 -1
- package/data/packages/platform-esigning/api/Variable.SIGNNOW_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-esigning/api/Variable.SIGNNOW_WEBHOOK_SECRET.md +2 -1
- package/data/packages/platform-esigning/api/Variable.SignerRoles.md +13 -12
- package/data/packages/platform-esigning/api/Variable.SignerStatuses.md +15 -14
- package/data/packages/platform-esigning/api/Variable.SigningFieldTypes.md +21 -20
- package/data/packages/platform-esigning/api/Variable.SigningRequestStatuses.md +19 -18
- package/data/packages/platform-esigning/api/Variable.WebhookEventTypes.md +21 -20
- package/data/packages/platform-esigning/api/index.md +66 -65
- package/data/packages/platform-logging/api/Class.LoggerModule.md +1 -0
- package/data/packages/platform-logging/api/Variable.APP_LOG_LEVEL.md +2 -1
- package/data/packages/platform-logging/api/Variable.PLATFORM_LOGGING_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-logging/api/index.md +8 -7
- package/data/packages/platform-mailing/api/Class.BlobTemplateFetchStrategy.md +3 -2
- package/data/packages/platform-mailing/api/Class.DeliveryStrategyBase.md +12 -11
- package/data/packages/platform-mailing/api/Class.FileTemplateFetchStrategy.md +3 -2
- package/data/packages/platform-mailing/api/Class.LogDeliveryStrategy.md +14 -13
- package/data/packages/platform-mailing/api/Class.MailHealthIndicator.md +5 -4
- package/data/packages/platform-mailing/api/Class.MailModule.md +1 -0
- package/data/packages/platform-mailing/api/Class.MailService.md +28 -27
- package/data/packages/platform-mailing/api/Class.MailTemplateEngine.md +13 -12
- package/data/packages/platform-mailing/api/Class.MailVerificationService.md +15 -14
- package/data/packages/platform-mailing/api/Class.MailgunDeliveryStrategy.md +14 -13
- package/data/packages/platform-mailing/api/Class.PostmarkDeliveryStrategy.md +14 -13
- package/data/packages/platform-mailing/api/Class.ResendDeliveryStrategy.md +14 -13
- package/data/packages/platform-mailing/api/Class.SendGridDeliveryStrategy.md +14 -13
- package/data/packages/platform-mailing/api/Class.SmtpDeliveryStrategy.md +14 -13
- package/data/packages/platform-mailing/api/Class.TemplateFetchStrategyBase.md +3 -2
- package/data/packages/platform-mailing/api/Interface.IMailEvents.md +1 -0
- package/data/packages/platform-mailing/api/Interface.IMailTemplateVariants.md +2 -1
- package/data/packages/platform-mailing/api/TypeAlias.MailTemplateFormat.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAILGUN_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAILGUN_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-mailing/api/Variable.MAILGUN_DOMAIN.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_DELIVERY_STRATEGY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_DELIVERY_STRATEGY_TOKEN.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_HOST.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_MAILGUN_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_MAILGUN_DOMAIN.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_PORT.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_POSTMARK_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_RESEND_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_SENDER_EMAIL.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_SENDGRID_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_HOST.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_PASSWORD.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_PORT.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_SECURE.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_USER.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_TEMPLATE_ENGINE_FORMAT.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_TEMPLATE_FETCH_STRATEGY_TOKEN.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_TEMPLATE_STRATEGY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.MAIL_USER.md +2 -1
- package/data/packages/platform-mailing/api/Variable.PLATFORM_MAILING_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-mailing/api/Variable.POSTMARK_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.POSTMARK_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-mailing/api/Variable.RESEND_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.RESEND_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-mailing/api/Variable.SENDGRID_API_KEY.md +2 -1
- package/data/packages/platform-mailing/api/Variable.SENDGRID_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-mailing/api/Variable.SEND_MAIL_EVENT_KEY.md +3 -2
- package/data/packages/platform-mailing/api/index.md +55 -54
- package/data/packages/platform-mcp/api/Class.McpDiscoveryService.md +9 -8
- package/data/packages/platform-mcp/api/Class.McpModule.md +9 -8
- package/data/packages/platform-mcp/api/Class.McpRegistryService.md +17 -16
- package/data/packages/platform-mcp/api/Class.McpServerService.md +20 -19
- package/data/packages/platform-mcp/api/Function.McpPrompt.md +3 -2
- package/data/packages/platform-mcp/api/Function.McpResource.md +3 -2
- package/data/packages/platform-mcp/api/Function.McpTool.md +3 -2
- package/data/packages/platform-mcp/api/Interface.IMcpHandlerMetadata.md +3 -2
- package/data/packages/platform-mcp/api/Interface.IMcpModuleAsyncOptions.md +9 -8
- package/data/packages/platform-mcp/api/Interface.IMcpModuleOptions.md +4 -3
- package/data/packages/platform-mcp/api/Interface.IMcpModuleOptionsFactory.md +4 -3
- package/data/packages/platform-mcp/api/Interface.IMcpPromptMetadata.md +4 -3
- package/data/packages/platform-mcp/api/Interface.IMcpResourceMetadata.md +5 -4
- package/data/packages/platform-mcp/api/Interface.IMcpToolMetadata.md +6 -5
- package/data/packages/platform-mcp/api/Interface.IRegisteredPrompt.md +4 -3
- package/data/packages/platform-mcp/api/Interface.IRegisteredResource.md +4 -3
- package/data/packages/platform-mcp/api/Interface.IRegisteredTool.md +4 -3
- package/data/packages/platform-mcp/api/Interface.ISseTransportOptions.md +1 -0
- package/data/packages/platform-mcp/api/Interface.IStreamableHttpTransportOptions.md +2 -1
- package/data/packages/platform-mcp/api/Variable.MCP_MODULE_OPTIONS.md +2 -1
- package/data/packages/platform-mcp/api/index.md +27 -26
- package/data/packages/platform-openapi/api/Class.SwaggerFeatureDiscovery.md +6 -5
- package/data/packages/platform-openapi/api/Class.SwaggerFeatureRegistry.md +6 -5
- package/data/packages/platform-openapi/api/Class.SwaggerMultiDocumentService.md +17 -16
- package/data/packages/platform-openapi/api/Class.SwaggerTheme.md +3 -2
- package/data/packages/platform-openapi/api/Function.Api.md +14 -13
- package/data/packages/platform-openapi/api/Function.SwaggerFeature.md +5 -4
- package/data/packages/platform-openapi/api/Function.getRegisteredSwaggerFeatures.md +1 -0
- package/data/packages/platform-openapi/api/Function.getSwaggerFeatureMetadata.md +7 -8
- package/data/packages/platform-openapi/api/Interface.IFeatureSwaggerConfig.md +6 -5
- package/data/packages/platform-openapi/api/Interface.ISwaggerFeatureMetadata.md +6 -5
- package/data/packages/platform-openapi/api/Variable.APP_VERSION.md +2 -1
- package/data/packages/platform-openapi/api/Variable.PLATFORM_OPENAPI_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-openapi/api/Variable.SWAGGER_CONTACT_EMAIL.md +2 -1
- package/data/packages/platform-openapi/api/Variable.SWAGGER_CONTACT_NAME.md +2 -1
- package/data/packages/platform-openapi/api/Variable.SWAGGER_CONTACT_URL.md +2 -1
- package/data/packages/platform-openapi/api/Variable.SWAGGER_FEATURE_METADATA_KEY.md +3 -2
- package/data/packages/platform-openapi/api/index.md +25 -24
- package/data/packages/platform-payments/api/Class.FeatureAccessPort.md +8 -7
- package/data/packages/platform-payments/api/Class.FeatureGuard.md +7 -6
- package/data/packages/platform-payments/api/Class.FeatureUsageInterceptor.md +8 -7
- package/data/packages/platform-payments/api/Class.LemonSqueezyClient.md +25 -24
- package/data/packages/platform-payments/api/Class.MollieClient.md +25 -24
- package/data/packages/platform-payments/api/Class.PaddleClient.md +25 -24
- package/data/packages/platform-payments/api/Class.PaymentClientPort.md +26 -25
- package/data/packages/platform-payments/api/Class.PaymentModule.md +3 -2
- package/data/packages/platform-payments/api/Class.StripeClient.md +25 -24
- package/data/packages/platform-payments/api/Function.RequiresFeature.md +3 -2
- package/data/packages/platform-payments/api/Interface.IFeatureAccessResult.md +5 -4
- package/data/packages/platform-payments/api/Interface.INormalizedCheckoutSession.md +6 -5
- package/data/packages/platform-payments/api/Interface.INormalizedPrice.md +7 -6
- package/data/packages/platform-payments/api/Interface.INormalizedSubscription.md +9 -8
- package/data/packages/platform-payments/api/Interface.INormalizedWebhookEvent.md +3 -2
- package/data/packages/platform-payments/api/Interface.IPaymentModuleOptions.md +4 -3
- package/data/packages/platform-payments/api/TypeAlias.SubscriptionStatus.md +10 -9
- package/data/packages/platform-payments/api/Variable.FEATURE_KEY_METADATA.md +3 -2
- package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_API_KEY.md +2 -1
- package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_STORE_ID.md +2 -1
- package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_WEBHOOK_SECRET.md +2 -1
- package/data/packages/platform-payments/api/Variable.MOLLIE_API_KEY.md +2 -1
- package/data/packages/platform-payments/api/Variable.MOLLIE_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-payments/api/Variable.MOLLIE_WEBHOOK_SECRET.md +2 -1
- package/data/packages/platform-payments/api/Variable.PADDLE_API_KEY.md +2 -1
- package/data/packages/platform-payments/api/Variable.PADDLE_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-payments/api/Variable.PADDLE_ENVIRONMENT.md +2 -1
- package/data/packages/platform-payments/api/Variable.PADDLE_WEBHOOK_SECRET.md +2 -1
- package/data/packages/platform-payments/api/Variable.STRIPE_API_KEY.md +2 -1
- package/data/packages/platform-payments/api/Variable.STRIPE_CONFIG_ENTRIES.md +3 -2
- package/data/packages/platform-payments/api/Variable.STRIPE_WEBHOOK_SECRET.md +2 -1
- package/data/packages/platform-payments/api/index.md +41 -40
- package/data/packages/platform-reporting/api/Class.ReportingContributorRegistry.md +4 -3
- package/data/packages/platform-reporting/api/Class.ReportingDatasetNotFoundError.md +4 -3
- package/data/packages/platform-reporting/api/Class.ReportingFacade.md +9 -8
- package/data/packages/platform-reporting/api/Class.ReportingModule.md +1 -0
- package/data/packages/platform-reporting/api/Interface.IReportingContributor.md +5 -4
- package/data/packages/platform-reporting/api/Interface.IReportingDataset.md +6 -5
- package/data/packages/platform-reporting/api/Interface.IReportingDatasetField.md +5 -4
- package/data/packages/platform-reporting/api/Interface.IReportingQuery.md +5 -4
- package/data/packages/platform-reporting/api/Interface.IReportingQueryFilter.md +3 -2
- package/data/packages/platform-reporting/api/Interface.IReportingQueryResult.md +5 -4
- package/data/packages/platform-reporting/api/Interface.IReportingQuerySort.md +2 -1
- package/data/packages/platform-reporting/api/TypeAlias.ReportingFieldType.md +2 -1
- package/data/packages/platform-reporting/api/TypeAlias.ReportingFilterOperator.md +2 -1
- package/data/packages/platform-reporting/api/TypeAlias.ReportingQueryResultRow.md +1 -0
- package/data/packages/platform-reporting/api/Variable.ReportingFieldTypes.md +13 -12
- package/data/packages/platform-reporting/api/Variable.ReportingFilterOperators.md +11 -10
- package/data/packages/platform-reporting/api/index.md +24 -23
- package/data/packages/platform-telemetry/api/Class.NoopTelemetryFacade.md +23 -22
- package/data/packages/platform-telemetry/api/Class.TelemetryCacheMetricsRecorder.md +27 -26
- package/data/packages/platform-telemetry/api/Class.TelemetryFacade.md +24 -23
- package/data/packages/platform-telemetry/api/Class.TelemetryLoggerService.md +36 -35
- package/data/packages/platform-telemetry/api/Class.TelemetryModule.md +3 -2
- package/data/packages/platform-telemetry/api/Class.TelemetryRuleEngine.md +5 -4
- package/data/packages/platform-telemetry/api/Interface.ITelemetryFacade.md +23 -22
- package/data/packages/platform-telemetry/api/Interface.ITelemetryMetricsOptions.md +3 -2
- package/data/packages/platform-telemetry/api/Interface.ITelemetryOptions.md +9 -8
- package/data/packages/platform-telemetry/api/Interface.ITelemetryTracesOptions.md +3 -2
- package/data/packages/platform-telemetry/api/Variable.TELEMETRY_ENABLED.md +2 -1
- package/data/packages/platform-telemetry/api/Variable.TELEMETRY_FACADE.md +2 -1
- package/data/packages/platform-telemetry/api/Variable.TELEMETRY_OPTIONS.md +2 -1
- package/data/packages/platform-telemetry/api/Variable.TELEMETRY_SHUTDOWN.md +2 -1
- package/data/packages/platform-telemetry/api/Variable.defaultTelemetryOptions.md +1 -0
- package/data/packages/platform-telemetry/api/index.md +21 -20
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ title: 'Class: PrismaService'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: PrismaService
|
|
7
8
|
|
|
8
9
|
Defined in: [services/PrismaService.ts:20](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-database/src/services/PrismaService.ts#L20)
|
|
@@ -42,8 +43,8 @@ Constructs a new instance of the `DatabaseService` class.
|
|
|
42
43
|
|
|
43
44
|
#### Parameters
|
|
44
45
|
|
|
45
|
-
| Parameter
|
|
46
|
-
|
|
|
46
|
+
| Parameter | Type |
|
|
47
|
+
| --------------- | --------------- |
|
|
47
48
|
| `configService` | `ConfigService` |
|
|
48
49
|
|
|
49
50
|
#### Returns
|
|
@@ -53,7 +54,7 @@ Constructs a new instance of the `DatabaseService` class.
|
|
|
53
54
|
#### Overrides
|
|
54
55
|
|
|
55
56
|
```ts
|
|
56
|
-
PrismaClient.constructor
|
|
57
|
+
PrismaClient.constructor;
|
|
57
58
|
```
|
|
58
59
|
|
|
59
60
|
## Methods
|
|
@@ -73,10 +74,10 @@ Defined in: [services/PrismaService.ts:80](https://github.com/RueDeRennes/archip
|
|
|
73
74
|
#### Implementation of
|
|
74
75
|
|
|
75
76
|
```ts
|
|
76
|
-
OnModuleDestroy.onModuleDestroy
|
|
77
|
+
OnModuleDestroy.onModuleDestroy;
|
|
77
78
|
```
|
|
78
79
|
|
|
79
|
-
|
|
80
|
+
---
|
|
80
81
|
|
|
81
82
|
### onModuleInit()
|
|
82
83
|
|
|
@@ -93,10 +94,10 @@ Defined in: [services/PrismaService.ts:68](https://github.com/RueDeRennes/archip
|
|
|
93
94
|
#### Implementation of
|
|
94
95
|
|
|
95
96
|
```ts
|
|
96
|
-
OnModuleInit.onModuleInit
|
|
97
|
+
OnModuleInit.onModuleInit;
|
|
97
98
|
```
|
|
98
99
|
|
|
99
|
-
|
|
100
|
+
---
|
|
100
101
|
|
|
101
102
|
### withExtensions()
|
|
102
103
|
|
|
@@ -3,6 +3,7 @@ title: 'Abstract Class: RepositoryBase\<TDelegate, TArgs, TReturn, TEntity\>'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Abstract Class: RepositoryBase\<TDelegate, TArgs, TReturn, TEntity\>
|
|
7
8
|
|
|
8
9
|
Defined in: [repositories/abstracts/RepositoryBase.ts:27](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-database/src/repositories/abstracts/RepositoryBase.ts#L27)
|
|
@@ -11,12 +12,12 @@ The base class for all repositories.
|
|
|
11
12
|
|
|
12
13
|
## Type Parameters
|
|
13
14
|
|
|
14
|
-
| Type Parameter
|
|
15
|
-
|
|
|
16
|
-
| `TDelegate`
|
|
17
|
-
| `TArgs`
|
|
18
|
-
| `TReturn`
|
|
19
|
-
| `TEntity`
|
|
15
|
+
| Type Parameter | Default type |
|
|
16
|
+
| ---------------------------------------------------------------------------------------- | ------------ |
|
|
17
|
+
| `TDelegate` _extends_ `Record`\<`RepositoryOperations`, (`args`) => `Promise`\<`any`\>\> | - |
|
|
18
|
+
| `TArgs` _extends_ `Record`\<`RepositoryOperations`, `unknown`\> | - |
|
|
19
|
+
| `TReturn` _extends_ `Record`\<`RepositoryOperations`, `unknown`\> | - |
|
|
20
|
+
| `TEntity` | `unknown` |
|
|
20
21
|
|
|
21
22
|
## Constructors
|
|
22
23
|
|
|
@@ -30,10 +31,10 @@ Defined in: [repositories/abstracts/RepositoryBase.ts:44](https://github.com/Rue
|
|
|
30
31
|
|
|
31
32
|
#### Parameters
|
|
32
33
|
|
|
33
|
-
| Parameter | Type
|
|
34
|
-
|
|
|
35
|
-
| `db`
|
|
36
|
-
| `model`
|
|
34
|
+
| Parameter | Type |
|
|
35
|
+
| --------- | ------------------------------------------ |
|
|
36
|
+
| `db` | [`DatabaseService`](Class.DatabaseService) |
|
|
37
|
+
| `model` | `TDelegate` |
|
|
37
38
|
|
|
38
39
|
#### Returns
|
|
39
40
|
|
|
@@ -58,7 +59,7 @@ Only to be used for transactional orchestration that spans multiple models.
|
|
|
58
59
|
|
|
59
60
|
[`DatabaseService`](Class.DatabaseService)
|
|
60
61
|
|
|
61
|
-
|
|
62
|
+
---
|
|
62
63
|
|
|
63
64
|
### model
|
|
64
65
|
|
|
@@ -88,15 +89,15 @@ Performs aggregation operations on the records.
|
|
|
88
89
|
|
|
89
90
|
#### Type Parameters
|
|
90
91
|
|
|
91
|
-
| Type Parameter | Default type
|
|
92
|
-
|
|
|
93
|
-
| `TResult`
|
|
92
|
+
| Type Parameter | Default type |
|
|
93
|
+
| -------------- | -------------------------- |
|
|
94
|
+
| `TResult` | `TReturn`\[`"aggregate"`\] |
|
|
94
95
|
|
|
95
96
|
#### Parameters
|
|
96
97
|
|
|
97
|
-
| Parameter | Type
|
|
98
|
-
|
|
|
99
|
-
| `args`
|
|
98
|
+
| Parameter | Type | Description |
|
|
99
|
+
| --------- | ------------------------ | ----------------------------------------- |
|
|
100
|
+
| `args` | `TArgs`\[`"aggregate"`\] | The arguments to perform the aggregation. |
|
|
100
101
|
|
|
101
102
|
#### Returns
|
|
102
103
|
|
|
@@ -104,7 +105,7 @@ Performs aggregation operations on the records.
|
|
|
104
105
|
|
|
105
106
|
The aggregation result.
|
|
106
107
|
|
|
107
|
-
|
|
108
|
+
---
|
|
108
109
|
|
|
109
110
|
### count()
|
|
110
111
|
|
|
@@ -118,15 +119,15 @@ Counts the number of records that match the criteria.
|
|
|
118
119
|
|
|
119
120
|
#### Type Parameters
|
|
120
121
|
|
|
121
|
-
| Type Parameter | Default type
|
|
122
|
-
|
|
|
123
|
-
| `TResult`
|
|
122
|
+
| Type Parameter | Default type |
|
|
123
|
+
| -------------- | ---------------------- |
|
|
124
|
+
| `TResult` | `TReturn`\[`"count"`\] |
|
|
124
125
|
|
|
125
126
|
#### Parameters
|
|
126
127
|
|
|
127
|
-
| Parameter | Type
|
|
128
|
-
|
|
|
129
|
-
| `args`
|
|
128
|
+
| Parameter | Type | Description |
|
|
129
|
+
| --------- | -------------------- | ----------------------------------- |
|
|
130
|
+
| `args` | `TArgs`\[`"count"`\] | The arguments to count the records. |
|
|
130
131
|
|
|
131
132
|
#### Returns
|
|
132
133
|
|
|
@@ -134,7 +135,7 @@ Counts the number of records that match the criteria.
|
|
|
134
135
|
|
|
135
136
|
The count of matching records.
|
|
136
137
|
|
|
137
|
-
|
|
138
|
+
---
|
|
138
139
|
|
|
139
140
|
### create()
|
|
140
141
|
|
|
@@ -148,15 +149,15 @@ Creates a new record.
|
|
|
148
149
|
|
|
149
150
|
#### Type Parameters
|
|
150
151
|
|
|
151
|
-
| Type Parameter | Default type
|
|
152
|
-
|
|
|
153
|
-
| `TResult`
|
|
152
|
+
| Type Parameter | Default type |
|
|
153
|
+
| -------------- | ----------------------- |
|
|
154
|
+
| `TResult` | `TReturn`\[`"create"`\] |
|
|
154
155
|
|
|
155
156
|
#### Parameters
|
|
156
157
|
|
|
157
|
-
| Parameter | Type
|
|
158
|
-
|
|
|
159
|
-
| `args`
|
|
158
|
+
| Parameter | Type | Description |
|
|
159
|
+
| --------- | --------------------- | ----------------------------------- |
|
|
160
|
+
| `args` | `TArgs`\[`"create"`\] | The arguments to create the record. |
|
|
160
161
|
|
|
161
162
|
#### Returns
|
|
162
163
|
|
|
@@ -164,7 +165,7 @@ Creates a new record.
|
|
|
164
165
|
|
|
165
166
|
The created record.
|
|
166
167
|
|
|
167
|
-
|
|
168
|
+
---
|
|
168
169
|
|
|
169
170
|
### createMany()
|
|
170
171
|
|
|
@@ -178,15 +179,15 @@ Creates multiple records.
|
|
|
178
179
|
|
|
179
180
|
#### Type Parameters
|
|
180
181
|
|
|
181
|
-
| Type Parameter | Default type
|
|
182
|
-
|
|
|
183
|
-
| `TResult`
|
|
182
|
+
| Type Parameter | Default type |
|
|
183
|
+
| -------------- | --------------------------- |
|
|
184
|
+
| `TResult` | `TReturn`\[`"createMany"`\] |
|
|
184
185
|
|
|
185
186
|
#### Parameters
|
|
186
187
|
|
|
187
|
-
| Parameter | Type
|
|
188
|
-
|
|
|
189
|
-
| `args`
|
|
188
|
+
| Parameter | Type | Description |
|
|
189
|
+
| --------- | ------------------------- | ------------------------------------ |
|
|
190
|
+
| `args` | `TArgs`\[`"createMany"`\] | The arguments to create the records. |
|
|
190
191
|
|
|
191
192
|
#### Returns
|
|
192
193
|
|
|
@@ -194,7 +195,7 @@ Creates multiple records.
|
|
|
194
195
|
|
|
195
196
|
The created records.
|
|
196
197
|
|
|
197
|
-
|
|
198
|
+
---
|
|
198
199
|
|
|
199
200
|
### delete()
|
|
200
201
|
|
|
@@ -208,15 +209,15 @@ Deletes a record by its identifier.
|
|
|
208
209
|
|
|
209
210
|
#### Type Parameters
|
|
210
211
|
|
|
211
|
-
| Type Parameter | Default type
|
|
212
|
-
|
|
|
213
|
-
| `TResult`
|
|
212
|
+
| Type Parameter | Default type |
|
|
213
|
+
| -------------- | ----------------------- |
|
|
214
|
+
| `TResult` | `TReturn`\[`"delete"`\] |
|
|
214
215
|
|
|
215
216
|
#### Parameters
|
|
216
217
|
|
|
217
|
-
| Parameter | Type
|
|
218
|
-
|
|
|
219
|
-
| `args`
|
|
218
|
+
| Parameter | Type | Description |
|
|
219
|
+
| --------- | --------------------- | ----------------------------------- |
|
|
220
|
+
| `args` | `TArgs`\[`"delete"`\] | The arguments to delete the record. |
|
|
220
221
|
|
|
221
222
|
#### Returns
|
|
222
223
|
|
|
@@ -224,7 +225,7 @@ Deletes a record by its identifier.
|
|
|
224
225
|
|
|
225
226
|
The deleted record.
|
|
226
227
|
|
|
227
|
-
|
|
228
|
+
---
|
|
228
229
|
|
|
229
230
|
### deleteMany()
|
|
230
231
|
|
|
@@ -238,15 +239,15 @@ Deletes multiple records by their identifiers.
|
|
|
238
239
|
|
|
239
240
|
#### Type Parameters
|
|
240
241
|
|
|
241
|
-
| Type Parameter | Default type
|
|
242
|
-
|
|
|
243
|
-
| `TResult`
|
|
242
|
+
| Type Parameter | Default type |
|
|
243
|
+
| -------------- | --------------------------- |
|
|
244
|
+
| `TResult` | `TReturn`\[`"deleteMany"`\] |
|
|
244
245
|
|
|
245
246
|
#### Parameters
|
|
246
247
|
|
|
247
|
-
| Parameter | Type
|
|
248
|
-
|
|
|
249
|
-
| `args`
|
|
248
|
+
| Parameter | Type | Description |
|
|
249
|
+
| --------- | ------------------------- | ------------------------------------ |
|
|
250
|
+
| `args` | `TArgs`\[`"deleteMany"`\] | The arguments to delete the records. |
|
|
250
251
|
|
|
251
252
|
#### Returns
|
|
252
253
|
|
|
@@ -254,7 +255,7 @@ Deletes multiple records by their identifiers.
|
|
|
254
255
|
|
|
255
256
|
The deleted records.
|
|
256
257
|
|
|
257
|
-
|
|
258
|
+
---
|
|
258
259
|
|
|
259
260
|
### execute()
|
|
260
261
|
|
|
@@ -269,14 +270,14 @@ Executes a predefined query against the underlying model.
|
|
|
269
270
|
#### Type Parameters
|
|
270
271
|
|
|
271
272
|
| Type Parameter |
|
|
272
|
-
|
|
|
273
|
-
| `TResult`
|
|
273
|
+
| -------------- |
|
|
274
|
+
| `TResult` |
|
|
274
275
|
|
|
275
276
|
#### Parameters
|
|
276
277
|
|
|
277
|
-
| Parameter | Type
|
|
278
|
-
|
|
|
279
|
-
| `query`
|
|
278
|
+
| Parameter | Type | Description |
|
|
279
|
+
| --------- | -------------------------------------------------------------------------- | -------------------------------- |
|
|
280
|
+
| `query` | [`IRepositoryQuery`](Interface.IRepositoryQuery)\<`TDelegate`, `TResult`\> | The query definition to execute. |
|
|
280
281
|
|
|
281
282
|
#### Returns
|
|
282
283
|
|
|
@@ -284,7 +285,7 @@ Executes a predefined query against the underlying model.
|
|
|
284
285
|
|
|
285
286
|
The query result.
|
|
286
287
|
|
|
287
|
-
|
|
288
|
+
---
|
|
288
289
|
|
|
289
290
|
### executeTransactional()
|
|
290
291
|
|
|
@@ -299,14 +300,14 @@ Executes a transactional query providing a Prisma TransactionClient for multi-mo
|
|
|
299
300
|
#### Type Parameters
|
|
300
301
|
|
|
301
302
|
| Type Parameter |
|
|
302
|
-
|
|
|
303
|
-
| `TResult`
|
|
303
|
+
| -------------- |
|
|
304
|
+
| `TResult` |
|
|
304
305
|
|
|
305
306
|
#### Parameters
|
|
306
307
|
|
|
307
|
-
| Parameter | Type
|
|
308
|
-
|
|
|
309
|
-
| `query`
|
|
308
|
+
| Parameter | Type | Description |
|
|
309
|
+
| --------- | --------------------------------------------------------------------------------------- | ---------------------------------------------- |
|
|
310
|
+
| `query` | [`ITransactionalRepositoryQuery`](Interface.ITransactionalRepositoryQuery)\<`TResult`\> | The transactional query definition to execute. |
|
|
310
311
|
|
|
311
312
|
#### Returns
|
|
312
313
|
|
|
@@ -314,7 +315,7 @@ Executes a transactional query providing a Prisma TransactionClient for multi-mo
|
|
|
314
315
|
|
|
315
316
|
The query result.
|
|
316
317
|
|
|
317
|
-
|
|
318
|
+
---
|
|
318
319
|
|
|
319
320
|
### findFirst()
|
|
320
321
|
|
|
@@ -328,15 +329,15 @@ Finds the first record that matches the criteria.
|
|
|
328
329
|
|
|
329
330
|
#### Type Parameters
|
|
330
331
|
|
|
331
|
-
| Type Parameter | Default type
|
|
332
|
-
|
|
|
333
|
-
| `TResult`
|
|
332
|
+
| Type Parameter | Default type |
|
|
333
|
+
| -------------- | -------------------------- |
|
|
334
|
+
| `TResult` | `TReturn`\[`"findFirst"`\] |
|
|
334
335
|
|
|
335
336
|
#### Parameters
|
|
336
337
|
|
|
337
|
-
| Parameter | Type
|
|
338
|
-
|
|
|
339
|
-
| `args`
|
|
338
|
+
| Parameter | Type | Description |
|
|
339
|
+
| --------- | ------------------------ | --------------------------------------- |
|
|
340
|
+
| `args` | `TArgs`\[`"findFirst"`\] | The arguments to find the first record. |
|
|
340
341
|
|
|
341
342
|
#### Returns
|
|
342
343
|
|
|
@@ -344,7 +345,7 @@ Finds the first record that matches the criteria.
|
|
|
344
345
|
|
|
345
346
|
The found record or null if not found.
|
|
346
347
|
|
|
347
|
-
|
|
348
|
+
---
|
|
348
349
|
|
|
349
350
|
### findMany()
|
|
350
351
|
|
|
@@ -358,16 +359,16 @@ Finds multiple records with optional pagination.
|
|
|
358
359
|
|
|
359
360
|
#### Type Parameters
|
|
360
361
|
|
|
361
|
-
| Type Parameter | Default type
|
|
362
|
-
|
|
|
363
|
-
| `TResult`
|
|
362
|
+
| Type Parameter | Default type |
|
|
363
|
+
| -------------- | ------------------------- |
|
|
364
|
+
| `TResult` | `TReturn`\[`"findMany"`\] |
|
|
364
365
|
|
|
365
366
|
#### Parameters
|
|
366
367
|
|
|
367
|
-
| Parameter | Type
|
|
368
|
-
|
|
|
369
|
-
| `args?`
|
|
370
|
-
| `page?`
|
|
368
|
+
| Parameter | Type | Description |
|
|
369
|
+
| --------- | -------------------------------------------------------------- | ---------------------------------- |
|
|
370
|
+
| `args?` | `TArgs`\[`"findMany"`\] | The arguments to find the records. |
|
|
371
|
+
| `page?` | `Required`\<[`IPaginateOptions`](Interface.IPaginateOptions)\> | The pagination options. |
|
|
371
372
|
|
|
372
373
|
#### Returns
|
|
373
374
|
|
|
@@ -375,7 +376,7 @@ Finds multiple records with optional pagination.
|
|
|
375
376
|
|
|
376
377
|
The found records.
|
|
377
378
|
|
|
378
|
-
|
|
379
|
+
---
|
|
379
380
|
|
|
380
381
|
### findUnique()
|
|
381
382
|
|
|
@@ -389,15 +390,15 @@ Finds a unique record by its identifier.
|
|
|
389
390
|
|
|
390
391
|
#### Type Parameters
|
|
391
392
|
|
|
392
|
-
| Type Parameter | Default type
|
|
393
|
-
|
|
|
394
|
-
| `TResult`
|
|
393
|
+
| Type Parameter | Default type |
|
|
394
|
+
| -------------- | --------------------------- |
|
|
395
|
+
| `TResult` | `TReturn`\[`"findUnique"`\] |
|
|
395
396
|
|
|
396
397
|
#### Parameters
|
|
397
398
|
|
|
398
|
-
| Parameter | Type
|
|
399
|
-
|
|
|
400
|
-
| `args`
|
|
399
|
+
| Parameter | Type | Description |
|
|
400
|
+
| --------- | ------------------------- | ---------------------------------------- |
|
|
401
|
+
| `args` | `TArgs`\[`"findUnique"`\] | The arguments to find the unique record. |
|
|
401
402
|
|
|
402
403
|
#### Returns
|
|
403
404
|
|
|
@@ -405,7 +406,7 @@ Finds a unique record by its identifier.
|
|
|
405
406
|
|
|
406
407
|
The found record or null if not found.
|
|
407
408
|
|
|
408
|
-
|
|
409
|
+
---
|
|
409
410
|
|
|
410
411
|
### groupBy()
|
|
411
412
|
|
|
@@ -419,15 +420,15 @@ Groups records by specified fields and performs aggregations.
|
|
|
419
420
|
|
|
420
421
|
#### Type Parameters
|
|
421
422
|
|
|
422
|
-
| Type Parameter | Default type
|
|
423
|
-
|
|
|
424
|
-
| `TResult`
|
|
423
|
+
| Type Parameter | Default type |
|
|
424
|
+
| -------------- | ------------------------ |
|
|
425
|
+
| `TResult` | `TReturn`\[`"groupBy"`\] |
|
|
425
426
|
|
|
426
427
|
#### Parameters
|
|
427
428
|
|
|
428
|
-
| Parameter | Type
|
|
429
|
-
|
|
|
430
|
-
| `args`
|
|
429
|
+
| Parameter | Type | Description |
|
|
430
|
+
| --------- | ---------------------- | ----------------------------------- |
|
|
431
|
+
| `args` | `TArgs`\[`"groupBy"`\] | The arguments to group the records. |
|
|
431
432
|
|
|
432
433
|
#### Returns
|
|
433
434
|
|
|
@@ -435,7 +436,7 @@ Groups records by specified fields and performs aggregations.
|
|
|
435
436
|
|
|
436
437
|
The grouped records with aggregations.
|
|
437
438
|
|
|
438
|
-
|
|
439
|
+
---
|
|
439
440
|
|
|
440
441
|
### merge()
|
|
441
442
|
|
|
@@ -449,15 +450,15 @@ Merges the given `data` with the user identified by the `id`.
|
|
|
449
450
|
|
|
450
451
|
#### Type Parameters
|
|
451
452
|
|
|
452
|
-
| Type Parameter | Default type
|
|
453
|
-
|
|
|
454
|
-
| `TResult`
|
|
453
|
+
| Type Parameter | Default type |
|
|
454
|
+
| -------------- | ----------------------- |
|
|
455
|
+
| `TResult` | `TReturn`\[`"update"`\] |
|
|
455
456
|
|
|
456
457
|
#### Parameters
|
|
457
458
|
|
|
458
|
-
| Parameter | Type
|
|
459
|
-
|
|
|
460
|
-
| `entity`
|
|
459
|
+
| Parameter | Type |
|
|
460
|
+
| --------- | ---------------------------------------------- |
|
|
461
|
+
| `entity` | `Partial`\<`TEntity`\> & \{ `id`: `string`; \} |
|
|
461
462
|
|
|
462
463
|
#### Returns
|
|
463
464
|
|
|
@@ -465,7 +466,7 @@ Merges the given `data` with the user identified by the `id`.
|
|
|
465
466
|
|
|
466
467
|
The merged data.
|
|
467
468
|
|
|
468
|
-
|
|
469
|
+
---
|
|
469
470
|
|
|
470
471
|
### tryCatch()
|
|
471
472
|
|
|
@@ -480,13 +481,13 @@ Wraps a promise in a try-catch block to handle errors uniformly.
|
|
|
480
481
|
#### Type Parameters
|
|
481
482
|
|
|
482
483
|
| Type Parameter |
|
|
483
|
-
|
|
|
484
|
-
| `T`
|
|
484
|
+
| -------------- |
|
|
485
|
+
| `T` |
|
|
485
486
|
|
|
486
487
|
#### Parameters
|
|
487
488
|
|
|
488
|
-
| Parameter | Type
|
|
489
|
-
|
|
|
489
|
+
| Parameter | Type | Description |
|
|
490
|
+
| --------- | ---------------- | -------------------- |
|
|
490
491
|
| `promise` | `Promise`\<`T`\> | The promise to wrap. |
|
|
491
492
|
|
|
492
493
|
#### Returns
|
|
@@ -495,7 +496,7 @@ Wraps a promise in a try-catch block to handle errors uniformly.
|
|
|
495
496
|
|
|
496
497
|
The result of the promise or throws an error.
|
|
497
498
|
|
|
498
|
-
|
|
499
|
+
---
|
|
499
500
|
|
|
500
501
|
### update()
|
|
501
502
|
|
|
@@ -509,15 +510,15 @@ Updates an existing record.
|
|
|
509
510
|
|
|
510
511
|
#### Type Parameters
|
|
511
512
|
|
|
512
|
-
| Type Parameter | Default type
|
|
513
|
-
|
|
|
514
|
-
| `TResult`
|
|
513
|
+
| Type Parameter | Default type |
|
|
514
|
+
| -------------- | ----------------------- |
|
|
515
|
+
| `TResult` | `TReturn`\[`"update"`\] |
|
|
515
516
|
|
|
516
517
|
#### Parameters
|
|
517
518
|
|
|
518
|
-
| Parameter | Type
|
|
519
|
-
|
|
|
520
|
-
| `args`
|
|
519
|
+
| Parameter | Type | Description |
|
|
520
|
+
| --------- | --------------------- | ----------------------------------- |
|
|
521
|
+
| `args` | `TArgs`\[`"update"`\] | The arguments to update the record. |
|
|
521
522
|
|
|
522
523
|
#### Returns
|
|
523
524
|
|
|
@@ -525,7 +526,7 @@ Updates an existing record.
|
|
|
525
526
|
|
|
526
527
|
The updated record.
|
|
527
528
|
|
|
528
|
-
|
|
529
|
+
---
|
|
529
530
|
|
|
530
531
|
### updateMany()
|
|
531
532
|
|
|
@@ -539,15 +540,15 @@ Updates multiple existing records.
|
|
|
539
540
|
|
|
540
541
|
#### Type Parameters
|
|
541
542
|
|
|
542
|
-
| Type Parameter | Default type
|
|
543
|
-
|
|
|
544
|
-
| `TResult`
|
|
543
|
+
| Type Parameter | Default type |
|
|
544
|
+
| -------------- | --------------------------- |
|
|
545
|
+
| `TResult` | `TReturn`\[`"updateMany"`\] |
|
|
545
546
|
|
|
546
547
|
#### Parameters
|
|
547
548
|
|
|
548
|
-
| Parameter | Type
|
|
549
|
-
|
|
|
550
|
-
| `args`
|
|
549
|
+
| Parameter | Type | Description |
|
|
550
|
+
| --------- | ------------------------- | ------------------------------------ |
|
|
551
|
+
| `args` | `TArgs`\[`"updateMany"`\] | The arguments to update the records. |
|
|
551
552
|
|
|
552
553
|
#### Returns
|
|
553
554
|
|
|
@@ -555,7 +556,7 @@ Updates multiple existing records.
|
|
|
555
556
|
|
|
556
557
|
The updated records.
|
|
557
558
|
|
|
558
|
-
|
|
559
|
+
---
|
|
559
560
|
|
|
560
561
|
### upsert()
|
|
561
562
|
|
|
@@ -569,15 +570,15 @@ Creates or updates a record based on its existence.
|
|
|
569
570
|
|
|
570
571
|
#### Type Parameters
|
|
571
572
|
|
|
572
|
-
| Type Parameter | Default type
|
|
573
|
-
|
|
|
574
|
-
| `TResult`
|
|
573
|
+
| Type Parameter | Default type |
|
|
574
|
+
| -------------- | ----------------------- |
|
|
575
|
+
| `TResult` | `TReturn`\[`"upsert"`\] |
|
|
575
576
|
|
|
576
577
|
#### Parameters
|
|
577
578
|
|
|
578
|
-
| Parameter | Type
|
|
579
|
-
|
|
|
580
|
-
| `args`
|
|
579
|
+
| Parameter | Type | Description |
|
|
580
|
+
| --------- | --------------------- | ----------------------------------- |
|
|
581
|
+
| `args` | `TArgs`\[`"upsert"`\] | The arguments to upsert the record. |
|
|
581
582
|
|
|
582
583
|
#### Returns
|
|
583
584
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: RepositoryExceptionFilter'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: RepositoryExceptionFilter
|
|
7
8
|
|
|
8
9
|
Defined in: [filters/RepositoryExceptionFilter.ts:15](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-database/src/filters/RepositoryExceptionFilter.ts#L15)
|
|
@@ -39,10 +40,10 @@ Catches the exception.
|
|
|
39
40
|
|
|
40
41
|
#### Parameters
|
|
41
42
|
|
|
42
|
-
| Parameter
|
|
43
|
-
|
|
|
44
|
-
| `_exception` | `RepositoryError` | -
|
|
45
|
-
| `host`
|
|
43
|
+
| Parameter | Type | Description |
|
|
44
|
+
| ------------ | ----------------- | ----------- |
|
|
45
|
+
| `_exception` | `RepositoryError` | - |
|
|
46
|
+
| `host` | `ArgumentsHost` | The host. |
|
|
46
47
|
|
|
47
48
|
#### Returns
|
|
48
49
|
|
|
@@ -51,5 +52,5 @@ Catches the exception.
|
|
|
51
52
|
#### Implementation of
|
|
52
53
|
|
|
53
54
|
```ts
|
|
54
|
-
ExceptionFilter.catch
|
|
55
|
+
ExceptionFilter.catch;
|
|
55
56
|
```
|
|
@@ -3,14 +3,11 @@ title: 'Function: pageable()'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Function: pageable()
|
|
7
8
|
|
|
8
9
|
```ts
|
|
9
|
-
function pageable<TEntity>(
|
|
10
|
-
items,
|
|
11
|
-
total,
|
|
12
|
-
skip,
|
|
13
|
-
take?): IPageableCollection<TEntity>;
|
|
10
|
+
function pageable<TEntity>(items, total, skip, take?): IPageableCollection<TEntity>;
|
|
14
11
|
```
|
|
15
12
|
|
|
16
13
|
Defined in: [models/entities/IPageableEntityCollection.ts:13](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-database/src/models/entities/IPageableEntityCollection.ts#L13)
|
|
@@ -18,17 +15,17 @@ Defined in: [models/entities/IPageableEntityCollection.ts:13](https://github.com
|
|
|
18
15
|
## Type Parameters
|
|
19
16
|
|
|
20
17
|
| Type Parameter |
|
|
21
|
-
|
|
|
22
|
-
| `TEntity`
|
|
18
|
+
| -------------- |
|
|
19
|
+
| `TEntity` |
|
|
23
20
|
|
|
24
21
|
## Parameters
|
|
25
22
|
|
|
26
|
-
| Parameter | Type
|
|
27
|
-
|
|
|
28
|
-
| `items`
|
|
29
|
-
| `total`
|
|
30
|
-
| `skip`
|
|
31
|
-
| `take?`
|
|
23
|
+
| Parameter | Type |
|
|
24
|
+
| --------- | ----------- |
|
|
25
|
+
| `items` | `TEntity`[] |
|
|
26
|
+
| `total` | `number` |
|
|
27
|
+
| `skip` | `number` |
|
|
28
|
+
| `take?` | `number` |
|
|
32
29
|
|
|
33
30
|
## Returns
|
|
34
31
|
|