@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,19 +3,20 @@ title: 'Variable: WebhookEventTypes'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Variable: WebhookEventTypes
|
|
7
8
|
|
|
8
9
|
```ts
|
|
9
10
|
const WebhookEventTypes: {
|
|
10
|
-
SignerCompleted:
|
|
11
|
-
SignerDeclined:
|
|
12
|
-
SignerDelivered:
|
|
13
|
-
SignerSent:
|
|
14
|
-
SigningRequestCompleted:
|
|
15
|
-
SigningRequestDeclined:
|
|
16
|
-
SigningRequestExpired:
|
|
17
|
-
SigningRequestSent:
|
|
18
|
-
SigningRequestVoided:
|
|
11
|
+
SignerCompleted: 'signer.completed';
|
|
12
|
+
SignerDeclined: 'signer.declined';
|
|
13
|
+
SignerDelivered: 'signer.delivered';
|
|
14
|
+
SignerSent: 'signer.sent';
|
|
15
|
+
SigningRequestCompleted: 'signing-request.completed';
|
|
16
|
+
SigningRequestDeclined: 'signing-request.declined';
|
|
17
|
+
SigningRequestExpired: 'signing-request.expired';
|
|
18
|
+
SigningRequestSent: 'signing-request.sent';
|
|
19
|
+
SigningRequestVoided: 'signing-request.voided';
|
|
19
20
|
};
|
|
20
21
|
```
|
|
21
22
|
|
|
@@ -25,14 +26,14 @@ Represents the type of webhook event emitted by a signing provider.
|
|
|
25
26
|
|
|
26
27
|
## Type Declaration
|
|
27
28
|
|
|
28
|
-
| Name
|
|
29
|
-
|
|
|
30
|
-
| <a id="property-signercompleted"></a> `SignerCompleted`
|
|
31
|
-
| <a id="property-signerdeclined"></a> `SignerDeclined`
|
|
32
|
-
| <a id="property-signerdelivered"></a> `SignerDelivered`
|
|
33
|
-
| <a id="property-signersent"></a> `SignerSent`
|
|
34
|
-
| <a id="property-signingrequestcompleted"></a> `SigningRequestCompleted` | `"signing-request.completed"` | `'signing-request.completed'` | [models/WebhookEventType.ts:7](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L7)
|
|
35
|
-
| <a id="property-signingrequestdeclined"></a> `SigningRequestDeclined`
|
|
36
|
-
| <a id="property-signingrequestexpired"></a> `SigningRequestExpired`
|
|
37
|
-
| <a id="property-signingrequestsent"></a> `SigningRequestSent`
|
|
38
|
-
| <a id="property-signingrequestvoided"></a> `SigningRequestVoided`
|
|
29
|
+
| Name | Type | Default value | Defined in |
|
|
30
|
+
| ----------------------------------------------------------------------- | ----------------------------- | ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
31
|
+
| <a id="property-signercompleted"></a> `SignerCompleted` | `"signer.completed"` | `'signer.completed'` | [models/WebhookEventType.ts:12](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L12) |
|
|
32
|
+
| <a id="property-signerdeclined"></a> `SignerDeclined` | `"signer.declined"` | `'signer.declined'` | [models/WebhookEventType.ts:13](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L13) |
|
|
33
|
+
| <a id="property-signerdelivered"></a> `SignerDelivered` | `"signer.delivered"` | `'signer.delivered'` | [models/WebhookEventType.ts:15](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L15) |
|
|
34
|
+
| <a id="property-signersent"></a> `SignerSent` | `"signer.sent"` | `'signer.sent'` | [models/WebhookEventType.ts:14](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L14) |
|
|
35
|
+
| <a id="property-signingrequestcompleted"></a> `SigningRequestCompleted` | `"signing-request.completed"` | `'signing-request.completed'` | [models/WebhookEventType.ts:7](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L7) |
|
|
36
|
+
| <a id="property-signingrequestdeclined"></a> `SigningRequestDeclined` | `"signing-request.declined"` | `'signing-request.declined'` | [models/WebhookEventType.ts:8](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L8) |
|
|
37
|
+
| <a id="property-signingrequestexpired"></a> `SigningRequestExpired` | `"signing-request.expired"` | `'signing-request.expired'` | [models/WebhookEventType.ts:10](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L10) |
|
|
38
|
+
| <a id="property-signingrequestsent"></a> `SigningRequestSent` | `"signing-request.sent"` | `'signing-request.sent'` | [models/WebhookEventType.ts:11](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L11) |
|
|
39
|
+
| <a id="property-signingrequestvoided"></a> `SigningRequestVoided` | `"signing-request.voided"` | `'signing-request.voided'` | [models/WebhookEventType.ts:9](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-esigning/src/models/WebhookEventType.ts#L9) |
|
|
@@ -3,82 +3,83 @@ title: '@breadstone/archipel-platform-esigning'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# @breadstone/archipel-platform-esigning
|
|
7
8
|
|
|
8
9
|
## Classes
|
|
9
10
|
|
|
10
|
-
| Class
|
|
11
|
-
|
|
|
12
|
-
| [EsigningClientPort](Class.EsigningClientPort)
|
|
13
|
-
| [EsigningError](Class.EsigningError)
|
|
14
|
-
| [EsigningModule](Class.EsigningModule)
|
|
15
|
-
| [EsigningPersistencePort](Class.EsigningPersistencePort)
|
|
16
|
-
| [EsigningService](Class.EsigningService)
|
|
17
|
-
| [InternalEsigningProvider](Class.InternalEsigningProvider)
|
|
18
|
-
| [SigningProviderError](Class.SigningProviderError)
|
|
19
|
-
| [SigningRequestNotFoundError](Class.SigningRequestNotFoundError) | Thrown when a signing request cannot be found by the provider.
|
|
20
|
-
| [WebhookVerificationError](Class.WebhookVerificationError)
|
|
11
|
+
| Class | Description |
|
|
12
|
+
| ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
13
|
+
| [EsigningClientPort](Class.EsigningClientPort) | Abstract port for e-signing provider clients. Each provider (DocuSign, Adobe Sign, Dropbox Sign, signNow, Internal) must implement this contract so that the consuming application can switch providers without changing business logic. |
|
|
14
|
+
| [EsigningError](Class.EsigningError) | Base error for all e-signing related failures. |
|
|
15
|
+
| [EsigningModule](Class.EsigningModule) | NestJS module providing generic e-signing infrastructure. Exposes a configurable signing client and optional persistence tracking. The specific e-signing provider is selected via the options. |
|
|
16
|
+
| [EsigningPersistencePort](Class.EsigningPersistencePort) | Abstract port for persisting signing request state. Implement this port in the consuming application to track signing requests in a database. |
|
|
17
|
+
| [EsigningService](Class.EsigningService) | Application-level service for e-signing operations. Delegates to the configured [EsigningClientPort](Class.EsigningClientPort) and optionally invokes the [EsigningPersistencePort](Class.EsigningPersistencePort) for state tracking. |
|
|
18
|
+
| [InternalEsigningProvider](Class.InternalEsigningProvider) | Built-in e-signing provider that manages signing requests in-memory. This provider fulfills the same contract as external providers and can be used for development, testing, or simple self-managed signing workflows. |
|
|
19
|
+
| [SigningProviderError](Class.SigningProviderError) | Thrown when a provider-level operation fails. |
|
|
20
|
+
| [SigningRequestNotFoundError](Class.SigningRequestNotFoundError) | Thrown when a signing request cannot be found by the provider. |
|
|
21
|
+
| [WebhookVerificationError](Class.WebhookVerificationError) | Thrown when a webhook signature verification fails. |
|
|
21
22
|
|
|
22
23
|
## Interfaces
|
|
23
24
|
|
|
24
|
-
| Interface
|
|
25
|
-
|
|
|
26
|
-
| [ICreateSigningRequest](Interface.ICreateSigningRequest)
|
|
27
|
-
| [ICreateSigningRequestDocument](Interface.ICreateSigningRequestDocument) | A document to include when creating a signing request.
|
|
28
|
-
| [ICreateSigningRequestSigner](Interface.ICreateSigningRequestSigner)
|
|
29
|
-
| [ICreateSigningSessionRequest](Interface.ICreateSigningSessionRequest)
|
|
30
|
-
| [IEsigningModuleOptions](Interface.IEsigningModuleOptions)
|
|
31
|
-
| [IEsigningWebhookEvent](Interface.IEsigningWebhookEvent)
|
|
32
|
-
| [ISignedDocument](Interface.ISignedDocument)
|
|
33
|
-
| [ISigner](Interface.ISigner)
|
|
34
|
-
| [ISigningDocument](Interface.ISigningDocument)
|
|
35
|
-
| [ISigningField](Interface.ISigningField)
|
|
36
|
-
| [ISigningRequest](Interface.ISigningRequest)
|
|
37
|
-
| [ISigningSession](Interface.ISigningSession)
|
|
25
|
+
| Interface | Description |
|
|
26
|
+
| ------------------------------------------------------------------------ | -------------------------------------------------------------------------- |
|
|
27
|
+
| [ICreateSigningRequest](Interface.ICreateSigningRequest) | Input for creating a new signing request. |
|
|
28
|
+
| [ICreateSigningRequestDocument](Interface.ICreateSigningRequestDocument) | A document to include when creating a signing request. |
|
|
29
|
+
| [ICreateSigningRequestSigner](Interface.ICreateSigningRequestSigner) | A signer to include when creating a signing request. |
|
|
30
|
+
| [ICreateSigningSessionRequest](Interface.ICreateSigningSessionRequest) | Input for creating a signing session (signing link) for a specific signer. |
|
|
31
|
+
| [IEsigningModuleOptions](Interface.IEsigningModuleOptions) | Configuration options for the [EsigningModule](Class.EsigningModule). |
|
|
32
|
+
| [IEsigningWebhookEvent](Interface.IEsigningWebhookEvent) | Normalized representation of a webhook event from an e-signing provider. |
|
|
33
|
+
| [ISignedDocument](Interface.ISignedDocument) | Normalized representation of a signed (completed) document. |
|
|
34
|
+
| [ISigner](Interface.ISigner) | Normalized representation of a signer participating in a signing request. |
|
|
35
|
+
| [ISigningDocument](Interface.ISigningDocument) | Normalized representation of a document within a signing request. |
|
|
36
|
+
| [ISigningField](Interface.ISigningField) | Normalized representation of a signing field placed on a document. |
|
|
37
|
+
| [ISigningRequest](Interface.ISigningRequest) | Normalized representation of a signing request (envelope/agreement). |
|
|
38
|
+
| [ISigningSession](Interface.ISigningSession) | Normalized representation of a signing session or signing link. |
|
|
38
39
|
|
|
39
40
|
## Type Aliases
|
|
40
41
|
|
|
41
|
-
| Type Alias
|
|
42
|
-
|
|
|
43
|
-
| [SignerRole](TypeAlias.SignerRole)
|
|
44
|
-
| [SignerStatus](TypeAlias.SignerStatus)
|
|
45
|
-
| [SigningFieldType](TypeAlias.SigningFieldType)
|
|
42
|
+
| Type Alias | Description |
|
|
43
|
+
| ------------------------------------------------------ | ---------------------------------------------------------------------------------- |
|
|
44
|
+
| [SignerRole](TypeAlias.SignerRole) | Union type derived from [SignerRoles](Variable.SignerRoles). |
|
|
45
|
+
| [SignerStatus](TypeAlias.SignerStatus) | Union type derived from [SignerStatuses](Variable.SignerStatuses). |
|
|
46
|
+
| [SigningFieldType](TypeAlias.SigningFieldType) | Union type derived from [SigningFieldTypes](Variable.SigningFieldTypes). |
|
|
46
47
|
| [SigningRequestStatus](TypeAlias.SigningRequestStatus) | Union type derived from [SigningRequestStatuses](Variable.SigningRequestStatuses). |
|
|
47
|
-
| [WebhookEventType](TypeAlias.WebhookEventType)
|
|
48
|
+
| [WebhookEventType](TypeAlias.WebhookEventType) | Union type derived from [WebhookEventTypes](Variable.WebhookEventTypes). |
|
|
48
49
|
|
|
49
50
|
## Variables
|
|
50
51
|
|
|
51
|
-
| Variable
|
|
52
|
-
|
|
|
53
|
-
| [
|
|
54
|
-
| [
|
|
55
|
-
| [
|
|
56
|
-
| [
|
|
57
|
-
| [
|
|
58
|
-
| [
|
|
59
|
-
| [
|
|
60
|
-
| [
|
|
61
|
-
| [
|
|
62
|
-
| [
|
|
63
|
-
| [
|
|
64
|
-
| [
|
|
65
|
-
| [
|
|
66
|
-
| [
|
|
67
|
-
| [
|
|
68
|
-
| [
|
|
69
|
-
| [
|
|
70
|
-
| [
|
|
71
|
-
| [
|
|
72
|
-
| [
|
|
73
|
-
| [
|
|
74
|
-
| [SignerRoles](Variable.SignerRoles)
|
|
75
|
-
| [SignerStatuses](Variable.SignerStatuses)
|
|
76
|
-
| [SigningFieldTypes](Variable.SigningFieldTypes)
|
|
77
|
-
| [SigningRequestStatuses](Variable.SigningRequestStatuses)
|
|
78
|
-
| [
|
|
79
|
-
| [
|
|
80
|
-
| [
|
|
81
|
-
| [
|
|
82
|
-
| [
|
|
83
|
-
| [
|
|
84
|
-
| [WebhookEventTypes](Variable.WebhookEventTypes)
|
|
52
|
+
| Variable | Description |
|
|
53
|
+
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
54
|
+
| [ADOBE_SIGN_BASE_URL](Variable.ADOBE_SIGN_BASE_URL) | Adobe Sign base URL. |
|
|
55
|
+
| [ADOBE_SIGN_CLIENT_SECRET](Variable.ADOBE_SIGN_CLIENT_SECRET) | Adobe Sign client secret. |
|
|
56
|
+
| [ADOBE_SIGN_CONFIG_ENTRIES](Variable.ADOBE_SIGN_CONFIG_ENTRIES) | Configuration entries required by the Adobe Sign e-signing provider. |
|
|
57
|
+
| [ADOBE_SIGN_INTEGRATION_KEY](Variable.ADOBE_SIGN_INTEGRATION_KEY) | Adobe Sign integration key. |
|
|
58
|
+
| [ADOBE_SIGN_WEBHOOK_CLIENT_ID](Variable.ADOBE_SIGN_WEBHOOK_CLIENT_ID) | Adobe Sign webhook client ID for verification. |
|
|
59
|
+
| [DOCUSIGN_ACCOUNT_ID](Variable.DOCUSIGN_ACCOUNT_ID) | DocuSign account ID. |
|
|
60
|
+
| [DOCUSIGN_BASE_URL](Variable.DOCUSIGN_BASE_URL) | DocuSign base URL (e.g. https://demo.docusign.net for sandbox). |
|
|
61
|
+
| [DOCUSIGN_CONFIG_ENTRIES](Variable.DOCUSIGN_CONFIG_ENTRIES) | Configuration entries required by the DocuSign e-signing provider. |
|
|
62
|
+
| [DOCUSIGN_INTEGRATION_KEY](Variable.DOCUSIGN_INTEGRATION_KEY) | DocuSign integration key (client ID). |
|
|
63
|
+
| [DOCUSIGN_SECRET_KEY](Variable.DOCUSIGN_SECRET_KEY) | DocuSign secret key (client secret). |
|
|
64
|
+
| [DOCUSIGN_WEBHOOK_HMAC_KEY](Variable.DOCUSIGN_WEBHOOK_HMAC_KEY) | DocuSign webhook HMAC key. |
|
|
65
|
+
| [DROPBOX_SIGN_API_KEY](Variable.DROPBOX_SIGN_API_KEY) | Dropbox Sign API key. |
|
|
66
|
+
| [DROPBOX_SIGN_CLIENT_ID](Variable.DROPBOX_SIGN_CLIENT_ID) | Dropbox Sign client ID. |
|
|
67
|
+
| [DROPBOX_SIGN_CONFIG_ENTRIES](Variable.DROPBOX_SIGN_CONFIG_ENTRIES) | Configuration entries required by the Dropbox Sign e-signing provider. |
|
|
68
|
+
| [DROPBOX_SIGN_WEBHOOK_SECRET](Variable.DROPBOX_SIGN_WEBHOOK_SECRET) | Dropbox Sign webhook secret. |
|
|
69
|
+
| [ESIGNING_API_BASE_URL](Variable.ESIGNING_API_BASE_URL) | Active e-signing provider base URL. |
|
|
70
|
+
| [ESIGNING_API_KEY](Variable.ESIGNING_API_KEY) | Active e-signing provider API key. |
|
|
71
|
+
| [ESIGNING_PROVIDER](Variable.ESIGNING_PROVIDER) | - |
|
|
72
|
+
| [ESIGNING_PROVIDER_OPTIONS](Variable.ESIGNING_PROVIDER_OPTIONS) | - |
|
|
73
|
+
| [ESIGNING_WEBHOOK_SECRET](Variable.ESIGNING_WEBHOOK_SECRET) | Active e-signing provider webhook signing secret. |
|
|
74
|
+
| [PLATFORM_ESIGNING_CONFIG_ENTRIES](Variable.PLATFORM_ESIGNING_CONFIG_ENTRIES) | All configuration entries required by `platform-esigning`. |
|
|
75
|
+
| [SignerRoles](Variable.SignerRoles) | Represents the role of a signer in a signing request. |
|
|
76
|
+
| [SignerStatuses](Variable.SignerStatuses) | Represents the status of an individual signer within a signing request. |
|
|
77
|
+
| [SigningFieldTypes](Variable.SigningFieldTypes) | Represents the type of a signing field placed on a document. |
|
|
78
|
+
| [SigningRequestStatuses](Variable.SigningRequestStatuses) | Represents the lifecycle status of a signing request. |
|
|
79
|
+
| [SIGNNOW_API_KEY](Variable.SIGNNOW_API_KEY) | signNow API key (basic token). |
|
|
80
|
+
| [SIGNNOW_BASE_URL](Variable.SIGNNOW_BASE_URL) | signNow base URL. |
|
|
81
|
+
| [SIGNNOW_CLIENT_ID](Variable.SIGNNOW_CLIENT_ID) | signNow client ID. |
|
|
82
|
+
| [SIGNNOW_CLIENT_SECRET](Variable.SIGNNOW_CLIENT_SECRET) | signNow client secret. |
|
|
83
|
+
| [SIGNNOW_CONFIG_ENTRIES](Variable.SIGNNOW_CONFIG_ENTRIES) | Configuration entries required by the signNow e-signing provider. |
|
|
84
|
+
| [SIGNNOW_WEBHOOK_SECRET](Variable.SIGNNOW_WEBHOOK_SECRET) | signNow webhook callback secret. |
|
|
85
|
+
| [WebhookEventTypes](Variable.WebhookEventTypes) | Represents the type of webhook event emitted by a signing provider. |
|
|
@@ -3,10 +3,11 @@ title: 'Variable: PLATFORM\_LOGGING\_CONFIG\_ENTRIES'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
-
|
|
6
|
+
|
|
7
|
+
# Variable: PLATFORM_LOGGING_CONFIG_ENTRIES
|
|
7
8
|
|
|
8
9
|
```ts
|
|
9
|
-
const PLATFORM_LOGGING_CONFIG_ENTRIES: ReadonlyArray<Omit<IConfigRegistryEntry,
|
|
10
|
+
const PLATFORM_LOGGING_CONFIG_ENTRIES: ReadonlyArray<Omit<IConfigRegistryEntry, 'module'>>;
|
|
10
11
|
```
|
|
11
12
|
|
|
12
13
|
Defined in: [env.ts:19](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-logging/src/env.ts#L19)
|
|
@@ -3,17 +3,18 @@ title: '@breadstone/archipel-platform-logging'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# @breadstone/archipel-platform-logging
|
|
7
8
|
|
|
8
9
|
## Classes
|
|
9
10
|
|
|
10
|
-
| Class
|
|
11
|
-
|
|
|
12
|
-
| [LoggerModule](Class.LoggerModule) | -
|
|
11
|
+
| Class | Description |
|
|
12
|
+
| ---------------------------------- | ----------- |
|
|
13
|
+
| [LoggerModule](Class.LoggerModule) | - |
|
|
13
14
|
|
|
14
15
|
## Variables
|
|
15
16
|
|
|
16
|
-
| Variable
|
|
17
|
-
|
|
|
18
|
-
| [
|
|
19
|
-
| [
|
|
17
|
+
| Variable | Description |
|
|
18
|
+
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
|
19
|
+
| [APP_LOG_LEVEL](Variable.APP_LOG_LEVEL) | Application log level (e.g. `'debug'`, `'info'`, `'warn'`, `'error'`). |
|
|
20
|
+
| [PLATFORM_LOGGING_CONFIG_ENTRIES](Variable.PLATFORM_LOGGING_CONFIG_ENTRIES) | All configuration entries required by `platform-logging`. |
|
|
@@ -3,6 +3,7 @@ title: 'Class: BlobTemplateFetchStrategy'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: BlobTemplateFetchStrategy
|
|
7
8
|
|
|
8
9
|
Defined in: [platform-mailing/src/templating/strategies/BlobTemplateFetchStrategy.ts:16](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-mailing/src/templating/strategies/BlobTemplateFetchStrategy.ts#L16)
|
|
@@ -27,8 +28,8 @@ Constructs a new instance of the `BlobTemplateFetchStrategy` class.
|
|
|
27
28
|
|
|
28
29
|
#### Parameters
|
|
29
30
|
|
|
30
|
-
| Parameter
|
|
31
|
-
|
|
|
31
|
+
| Parameter | Type |
|
|
32
|
+
| ------------- | ------------- |
|
|
32
33
|
| `blobService` | `BlobService` |
|
|
33
34
|
|
|
34
35
|
#### Returns
|
|
@@ -3,6 +3,7 @@ title: 'Abstract Class: DeliveryStrategyBase'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Abstract Class: DeliveryStrategyBase
|
|
7
8
|
|
|
8
9
|
Defined in: [platform-mailing/src/services/strategies/abstracts/DeliveryStrategyBase.ts:7](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-mailing/src/services/strategies/abstracts/DeliveryStrategyBase.ts#L7)
|
|
@@ -40,10 +41,10 @@ Initializes a new instance of the `DeliveryStrategyBase` class.
|
|
|
40
41
|
|
|
41
42
|
```ts
|
|
42
43
|
abstract send(
|
|
43
|
-
from,
|
|
44
|
-
to,
|
|
45
|
-
subject,
|
|
46
|
-
content,
|
|
44
|
+
from,
|
|
45
|
+
to,
|
|
46
|
+
subject,
|
|
47
|
+
content,
|
|
47
48
|
isHtml): Promise<void>;
|
|
48
49
|
```
|
|
49
50
|
|
|
@@ -53,13 +54,13 @@ Sends an email with either plain text or HTML content.
|
|
|
53
54
|
|
|
54
55
|
#### Parameters
|
|
55
56
|
|
|
56
|
-
| Parameter | Type
|
|
57
|
-
|
|
|
58
|
-
| `from`
|
|
59
|
-
| `to`
|
|
60
|
-
| `subject` | `string`
|
|
61
|
-
| `content` | `string`
|
|
62
|
-
| `isHtml`
|
|
57
|
+
| Parameter | Type | Description |
|
|
58
|
+
| --------- | --------- | ----------------------------------------------------------------------- |
|
|
59
|
+
| `from` | `string` | Sender's email address (optional, defaults to config) |
|
|
60
|
+
| `to` | `string` | Recipient's email address |
|
|
61
|
+
| `subject` | `string` | Subject of the email |
|
|
62
|
+
| `content` | `string` | Email body content (plain text or HTML) |
|
|
63
|
+
| `isHtml` | `boolean` | Flag to indicate whether the email is HTML (true) or plain text (false) |
|
|
63
64
|
|
|
64
65
|
#### Returns
|
|
65
66
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: FileTemplateFetchStrategy'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: FileTemplateFetchStrategy
|
|
7
8
|
|
|
8
9
|
Defined in: [platform-mailing/src/templating/strategies/FileTemplateFetchStrategy.ts:16](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-mailing/src/templating/strategies/FileTemplateFetchStrategy.ts#L16)
|
|
@@ -25,8 +26,8 @@ Defined in: [platform-mailing/src/templating/strategies/FileTemplateFetchStrateg
|
|
|
25
26
|
|
|
26
27
|
#### Parameters
|
|
27
28
|
|
|
28
|
-
| Parameter
|
|
29
|
-
|
|
|
29
|
+
| Parameter | Type |
|
|
30
|
+
| ----------------- | ----------------- |
|
|
30
31
|
| `resourceManager` | `ResourceManager` |
|
|
31
32
|
|
|
32
33
|
#### Returns
|
|
@@ -3,6 +3,7 @@ title: 'Class: LogDeliveryStrategy'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: LogDeliveryStrategy
|
|
7
8
|
|
|
8
9
|
Defined in: [platform-mailing/src/services/strategies/LogDeliveryStrategy.ts:14](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-mailing/src/services/strategies/LogDeliveryStrategy.ts#L14)
|
|
@@ -27,8 +28,8 @@ Constructs a new instance of the `LogDelivery` class.
|
|
|
27
28
|
|
|
28
29
|
#### Parameters
|
|
29
30
|
|
|
30
|
-
| Parameter
|
|
31
|
-
|
|
|
31
|
+
| Parameter | Type |
|
|
32
|
+
| --------------- | --------------- |
|
|
32
33
|
| `configService` | `ConfigService` |
|
|
33
34
|
|
|
34
35
|
#### Returns
|
|
@@ -45,10 +46,10 @@ Constructs a new instance of the `LogDelivery` class.
|
|
|
45
46
|
|
|
46
47
|
```ts
|
|
47
48
|
abstract send(
|
|
48
|
-
from,
|
|
49
|
-
to,
|
|
50
|
-
subject,
|
|
51
|
-
content,
|
|
49
|
+
from,
|
|
50
|
+
to,
|
|
51
|
+
subject,
|
|
52
|
+
content,
|
|
52
53
|
isHtml): Promise<void>;
|
|
53
54
|
```
|
|
54
55
|
|
|
@@ -58,13 +59,13 @@ Sends an email with either plain text or HTML content.
|
|
|
58
59
|
|
|
59
60
|
#### Parameters
|
|
60
61
|
|
|
61
|
-
| Parameter | Type
|
|
62
|
-
|
|
|
63
|
-
| `from`
|
|
64
|
-
| `to`
|
|
65
|
-
| `subject` | `string`
|
|
66
|
-
| `content` | `string`
|
|
67
|
-
| `isHtml`
|
|
62
|
+
| Parameter | Type | Description |
|
|
63
|
+
| --------- | --------- | ----------------------------------------------------------------------- |
|
|
64
|
+
| `from` | `string` | Sender's email address (optional, defaults to config) |
|
|
65
|
+
| `to` | `string` | Recipient's email address |
|
|
66
|
+
| `subject` | `string` | Subject of the email |
|
|
67
|
+
| `content` | `string` | Email body content (plain text or HTML) |
|
|
68
|
+
| `isHtml` | `boolean` | Flag to indicate whether the email is HTML (true) or plain text (false) |
|
|
68
69
|
|
|
69
70
|
#### Returns
|
|
70
71
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: MailHealthIndicator'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: MailHealthIndicator
|
|
7
8
|
|
|
8
9
|
Defined in: [platform-mailing/src/terminus/MailHealthIndicator.ts:16](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-mailing/src/terminus/MailHealthIndicator.ts#L16)
|
|
@@ -27,8 +28,8 @@ Constructs a new instance of the `MailHealthIndicator` class.
|
|
|
27
28
|
|
|
28
29
|
#### Parameters
|
|
29
30
|
|
|
30
|
-
| Parameter
|
|
31
|
-
|
|
|
31
|
+
| Parameter | Type |
|
|
32
|
+
| --------------- | --------------- |
|
|
32
33
|
| `configService` | `ConfigService` |
|
|
33
34
|
|
|
34
35
|
#### Returns
|
|
@@ -50,7 +51,7 @@ Unique key identifying the indicator
|
|
|
50
51
|
#### Implementation of
|
|
51
52
|
|
|
52
53
|
```ts
|
|
53
|
-
IHealthIndicator.key
|
|
54
|
+
IHealthIndicator.key;
|
|
54
55
|
```
|
|
55
56
|
|
|
56
57
|
## Methods
|
|
@@ -74,5 +75,5 @@ The health indicator result.
|
|
|
74
75
|
#### Implementation of
|
|
75
76
|
|
|
76
77
|
```ts
|
|
77
|
-
IHealthIndicator.check
|
|
78
|
+
IHealthIndicator.check;
|
|
78
79
|
```
|
|
@@ -3,6 +3,7 @@ title: 'Class: MailService'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: MailService
|
|
7
8
|
|
|
8
9
|
Defined in: [platform-mailing/src/services/MailService.ts:17](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-mailing/src/services/MailService.ts#L17)
|
|
@@ -15,8 +16,8 @@ Represents the `MailService` class.
|
|
|
15
16
|
|
|
16
17
|
```ts
|
|
17
18
|
new MailService(
|
|
18
|
-
configService,
|
|
19
|
-
mailTemplateEngine,
|
|
19
|
+
configService,
|
|
20
|
+
mailTemplateEngine,
|
|
20
21
|
deliveryStrategy): MailService;
|
|
21
22
|
```
|
|
22
23
|
|
|
@@ -26,11 +27,11 @@ Constructs a new instance of the `MailService` class.
|
|
|
26
27
|
|
|
27
28
|
#### Parameters
|
|
28
29
|
|
|
29
|
-
| Parameter
|
|
30
|
-
|
|
|
31
|
-
| `configService`
|
|
32
|
-
| `mailTemplateEngine` | [`MailTemplateEngine`](Class.MailTemplateEngine)
|
|
33
|
-
| `deliveryStrategy`
|
|
30
|
+
| Parameter | Type |
|
|
31
|
+
| -------------------- | ---------------------------------------------------- |
|
|
32
|
+
| `configService` | `ConfigService` |
|
|
33
|
+
| `mailTemplateEngine` | [`MailTemplateEngine`](Class.MailTemplateEngine) |
|
|
34
|
+
| `deliveryStrategy` | [`DeliveryStrategyBase`](Class.DeliveryStrategyBase) |
|
|
34
35
|
|
|
35
36
|
#### Returns
|
|
36
37
|
|
|
@@ -42,8 +43,8 @@ Constructs a new instance of the `MailService` class.
|
|
|
42
43
|
|
|
43
44
|
```ts
|
|
44
45
|
send(
|
|
45
|
-
mailOptions,
|
|
46
|
-
content,
|
|
46
|
+
mailOptions,
|
|
47
|
+
content,
|
|
47
48
|
isHtml): Promise<void>;
|
|
48
49
|
```
|
|
49
50
|
|
|
@@ -53,20 +54,20 @@ Sends an email with either plain text or HTML content.
|
|
|
53
54
|
|
|
54
55
|
#### Parameters
|
|
55
56
|
|
|
56
|
-
| Parameter
|
|
57
|
-
|
|
|
58
|
-
| `mailOptions`
|
|
59
|
-
| `mailOptions.from?`
|
|
60
|
-
| `mailOptions.subject` | `string`
|
|
61
|
-
| `mailOptions.to`
|
|
62
|
-
| `content`
|
|
63
|
-
| `isHtml`
|
|
57
|
+
| Parameter | Type | Description |
|
|
58
|
+
| --------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
59
|
+
| `mailOptions` | \{ `from?`: `string`; `subject`: `string`; `to`: `string`; \} | - |
|
|
60
|
+
| `mailOptions.from?` | `string` | Sender's email address (optional, defaults to config) |
|
|
61
|
+
| `mailOptions.subject` | `string` | Subject of the email |
|
|
62
|
+
| `mailOptions.to` | `string` | Recipient's email address |
|
|
63
|
+
| `content` | `string` | Email body content (plain text or HTML) |
|
|
64
|
+
| `isHtml` | `boolean` | Flag to indicate whether the email is HTML (true) or plain text (false) |
|
|
64
65
|
|
|
65
66
|
#### Returns
|
|
66
67
|
|
|
67
68
|
`Promise`\<`void`\>
|
|
68
69
|
|
|
69
|
-
|
|
70
|
+
---
|
|
70
71
|
|
|
71
72
|
### sendTemplate()
|
|
72
73
|
|
|
@@ -81,15 +82,15 @@ Automatically uses the template format (either 'html' or 'txt') based on the env
|
|
|
81
82
|
|
|
82
83
|
#### Parameters
|
|
83
84
|
|
|
84
|
-
| Parameter
|
|
85
|
-
|
|
|
86
|
-
| `mailOptions`
|
|
87
|
-
| `mailOptions.from?`
|
|
88
|
-
| `mailOptions.subject`
|
|
89
|
-
| `mailOptions.to`
|
|
90
|
-
| `templateOptions`
|
|
91
|
-
| `templateOptions.templateName`
|
|
92
|
-
| `templateOptions.templateParams` | `Record`\<`string`, `string` \| `number` \| `boolean` \| `Date` \| `undefined` \| `null`\>
|
|
85
|
+
| Parameter | Type | Description |
|
|
86
|
+
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
|
|
87
|
+
| `mailOptions` | \{ `from?`: `string`; `subject`: `string`; `to`: `string`; \} | - |
|
|
88
|
+
| `mailOptions.from?` | `string` | Sender's email address (optional, defaults to config) |
|
|
89
|
+
| `mailOptions.subject` | `string` | Subject of the email |
|
|
90
|
+
| `mailOptions.to` | `string` | Recipient's email address |
|
|
91
|
+
| `templateOptions` | \{ `templateName`: `string`; `templateParams`: `Record`\<`string`, `string` \| `number` \| `boolean` \| `Date` \| `undefined` \| `null`\>; \} | - |
|
|
92
|
+
| `templateOptions.templateName` | `string` | Name of the template to be used |
|
|
93
|
+
| `templateOptions.templateParams` | `Record`\<`string`, `string` \| `number` \| `boolean` \| `Date` \| `undefined` \| `null`\> | - |
|
|
93
94
|
|
|
94
95
|
#### Returns
|
|
95
96
|
|