@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: CatchUtils'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: CatchUtils
|
|
7
8
|
|
|
8
9
|
Defined in: [utils/CatchUtils.ts:2](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/utils/CatchUtils.ts#L2)
|
|
@@ -31,22 +32,22 @@ Defined in: [utils/CatchUtils.ts:6](https://github.com/RueDeRennes/archipel/blob
|
|
|
31
32
|
|
|
32
33
|
#### Type Parameters
|
|
33
34
|
|
|
34
|
-
| Type Parameter
|
|
35
|
-
|
|
|
36
|
-
| `T`
|
|
35
|
+
| Type Parameter |
|
|
36
|
+
| --------------------- |
|
|
37
|
+
| `T` _extends_ `Error` |
|
|
37
38
|
|
|
38
39
|
#### Parameters
|
|
39
40
|
|
|
40
|
-
| Parameter | Type
|
|
41
|
-
|
|
|
42
|
-
| `input`
|
|
41
|
+
| Parameter | Type |
|
|
42
|
+
| --------- | -------------------- |
|
|
43
|
+
| `input` | `unknown` |
|
|
43
44
|
| `handler` | (`error`) => `Error` |
|
|
44
45
|
|
|
45
46
|
#### Returns
|
|
46
47
|
|
|
47
48
|
`void`
|
|
48
49
|
|
|
49
|
-
|
|
50
|
+
---
|
|
50
51
|
|
|
51
52
|
### catchError()
|
|
52
53
|
|
|
@@ -59,20 +60,20 @@ Defined in: [utils/CatchUtils.ts:12](https://github.com/RueDeRennes/archipel/blo
|
|
|
59
60
|
#### Type Parameters
|
|
60
61
|
|
|
61
62
|
| Type Parameter |
|
|
62
|
-
|
|
|
63
|
-
| `T`
|
|
63
|
+
| -------------- |
|
|
64
|
+
| `T` |
|
|
64
65
|
|
|
65
66
|
#### Parameters
|
|
66
67
|
|
|
67
|
-
| Parameter | Type
|
|
68
|
-
|
|
|
68
|
+
| Parameter | Type |
|
|
69
|
+
| --------- | ---------------- |
|
|
69
70
|
| `promise` | `Promise`\<`T`\> |
|
|
70
71
|
|
|
71
72
|
#### Returns
|
|
72
73
|
|
|
73
74
|
`Promise`\<\[`undefined`, `T`\] \| \[`Error`\]\>
|
|
74
75
|
|
|
75
|
-
|
|
76
|
+
---
|
|
76
77
|
|
|
77
78
|
### isError()
|
|
78
79
|
|
|
@@ -84,9 +85,9 @@ Defined in: [utils/CatchUtils.ts:18](https://github.com/RueDeRennes/archipel/blo
|
|
|
84
85
|
|
|
85
86
|
#### Parameters
|
|
86
87
|
|
|
87
|
-
| Parameter | Type
|
|
88
|
-
|
|
|
89
|
-
| `value`
|
|
88
|
+
| Parameter | Type |
|
|
89
|
+
| --------- | --------- |
|
|
90
|
+
| `value` | `unknown` |
|
|
90
91
|
|
|
91
92
|
#### Returns
|
|
92
93
|
|
|
@@ -3,9 +3,10 @@ title: 'Class: ConfigModule'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: ConfigModule
|
|
7
8
|
|
|
8
|
-
Defined in: [config/ConfigModule.ts:
|
|
9
|
+
Defined in: [config/ConfigModule.ts:27](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L27)
|
|
9
10
|
|
|
10
11
|
The `ConfigModule` class.
|
|
11
12
|
|
|
@@ -29,19 +30,19 @@ new ConfigModule(): ConfigModule;
|
|
|
29
30
|
static forRoot(options): DynamicModule;
|
|
30
31
|
```
|
|
31
32
|
|
|
32
|
-
Defined in: [config/ConfigModule.ts:
|
|
33
|
+
Defined in: [config/ConfigModule.ts:47](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L47)
|
|
33
34
|
|
|
34
35
|
#### Parameters
|
|
35
36
|
|
|
36
|
-
| Parameter | Type
|
|
37
|
-
|
|
|
37
|
+
| Parameter | Type |
|
|
38
|
+
| --------- | --------------------------------------------------------------------- |
|
|
38
39
|
| `options` | `Partial`\<[`IConfigModuleOptions`](Interface.IConfigModuleOptions)\> |
|
|
39
40
|
|
|
40
41
|
#### Returns
|
|
41
42
|
|
|
42
43
|
`DynamicModule`
|
|
43
44
|
|
|
44
|
-
|
|
45
|
+
---
|
|
45
46
|
|
|
46
47
|
### register()
|
|
47
48
|
|
|
@@ -49,7 +50,7 @@ Defined in: [config/ConfigModule.ts:50](https://github.com/RueDeRennes/archipel/
|
|
|
49
50
|
static register(module, entries): DynamicModule;
|
|
50
51
|
```
|
|
51
52
|
|
|
52
|
-
Defined in: [config/ConfigModule.ts:
|
|
53
|
+
Defined in: [config/ConfigModule.ts:39](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L39)
|
|
53
54
|
|
|
54
55
|
Registers environment variable keys from a library module into the
|
|
55
56
|
central [ConfigRegistry](Class.ConfigRegistry). Call this in each library's module
|
|
@@ -57,10 +58,10 @@ to declare the configuration it depends upon.
|
|
|
57
58
|
|
|
58
59
|
#### Parameters
|
|
59
60
|
|
|
60
|
-
| Parameter | Type
|
|
61
|
-
|
|
|
62
|
-
| `module`
|
|
63
|
-
| `entries` | readonly `Omit`\<[`IConfigRegistryEntry`](Interface.IConfigRegistryEntry)\<`unknown`\>, `"module"`\>[] | The configuration entries the module depends on.
|
|
61
|
+
| Parameter | Type | Description |
|
|
62
|
+
| --------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
|
|
63
|
+
| `module` | `string` | The logical module name (e.g. `'platform-authentication'`). |
|
|
64
|
+
| `entries` | readonly `Omit`\<[`IConfigRegistryEntry`](Interface.IConfigRegistryEntry)\<`unknown`\>, `"module"`\>[] | The configuration entries the module depends on. |
|
|
64
65
|
|
|
65
66
|
#### Returns
|
|
66
67
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: ConfigRegistry'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: ConfigRegistry
|
|
7
8
|
|
|
8
9
|
Defined in: [config/ConfigRegistry.ts:53](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigRegistry.ts#L53)
|
|
@@ -43,7 +44,7 @@ Returns all registered configuration entries as a flat array.
|
|
|
43
44
|
|
|
44
45
|
readonly [`IConfigRegistryEntry`](Interface.IConfigRegistryEntry)\<`unknown`\>[]
|
|
45
46
|
|
|
46
|
-
|
|
47
|
+
---
|
|
47
48
|
|
|
48
49
|
### getByModule()
|
|
49
50
|
|
|
@@ -59,7 +60,7 @@ Returns all registered entries grouped by their source module.
|
|
|
59
60
|
|
|
60
61
|
`ReadonlyMap`\<`string`, readonly [`IConfigRegistryEntry`](Interface.IConfigRegistryEntry)\<`unknown`\>[]\>
|
|
61
62
|
|
|
62
|
-
|
|
63
|
+
---
|
|
63
64
|
|
|
64
65
|
### getModules()
|
|
65
66
|
|
|
@@ -75,7 +76,7 @@ Returns all unique module names that have registered keys.
|
|
|
75
76
|
|
|
76
77
|
readonly `string`[]
|
|
77
78
|
|
|
78
|
-
|
|
79
|
+
---
|
|
79
80
|
|
|
80
81
|
### getRequired()
|
|
81
82
|
|
|
@@ -91,7 +92,7 @@ Returns all registered entries whose `required` flag is `true`.
|
|
|
91
92
|
|
|
92
93
|
readonly [`IConfigRegistryEntry`](Interface.IConfigRegistryEntry)\<`unknown`\>[]
|
|
93
94
|
|
|
94
|
-
|
|
95
|
+
---
|
|
95
96
|
|
|
96
97
|
### register()
|
|
97
98
|
|
|
@@ -105,10 +106,10 @@ Registers one or more configuration entries.
|
|
|
105
106
|
|
|
106
107
|
#### Parameters
|
|
107
108
|
|
|
108
|
-
| Parameter | Type
|
|
109
|
-
|
|
|
110
|
-
| `module`
|
|
111
|
-
| `entries` | readonly `Omit`\<[`IConfigRegistryEntry`](Interface.IConfigRegistryEntry)\<`unknown`\>, `"module"`\>[] | The configuration entries to register.
|
|
109
|
+
| Parameter | Type | Description |
|
|
110
|
+
| --------- | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------- |
|
|
111
|
+
| `module` | `string` | The logical module name (e.g. `'platform-mailing'`). |
|
|
112
|
+
| `entries` | readonly `Omit`\<[`IConfigRegistryEntry`](Interface.IConfigRegistryEntry)\<`unknown`\>, `"module"`\>[] | The configuration entries to register. |
|
|
112
113
|
|
|
113
114
|
#### Returns
|
|
114
115
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: ConfigService'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: ConfigService
|
|
7
8
|
|
|
8
9
|
Defined in: [config/services/ConfigService.ts:9](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/services/ConfigService.ts#L9)
|
|
@@ -19,10 +20,10 @@ Defined in: [config/services/ConfigService.ts:20](https://github.com/RueDeRennes
|
|
|
19
20
|
|
|
20
21
|
#### Parameters
|
|
21
22
|
|
|
22
|
-
| Parameter
|
|
23
|
-
|
|
|
23
|
+
| Parameter | Type |
|
|
24
|
+
| ---------- | ------------------------------------------------ |
|
|
24
25
|
| `strategy` | [`ConfigStrategyBase`](Class.ConfigStrategyBase) |
|
|
25
|
-
| `statics`
|
|
26
|
+
| `statics` | `Record`\<`string`, `string`\> |
|
|
26
27
|
|
|
27
28
|
#### Returns
|
|
28
29
|
|
|
@@ -42,16 +43,16 @@ Compares the value of the specified configuration key with the given value.
|
|
|
42
43
|
|
|
43
44
|
#### Type Parameters
|
|
44
45
|
|
|
45
|
-
| Type Parameter | Default type | Description
|
|
46
|
-
|
|
|
47
|
-
| `T`
|
|
46
|
+
| Type Parameter | Default type | Description |
|
|
47
|
+
| -------------- | ------------ | -------------------------------------- |
|
|
48
|
+
| `T` | `string` | Expected type of the comparison value. |
|
|
48
49
|
|
|
49
50
|
#### Parameters
|
|
50
51
|
|
|
51
|
-
| Parameter | Type
|
|
52
|
-
|
|
|
53
|
-
| `key`
|
|
54
|
-
| `value`
|
|
52
|
+
| Parameter | Type | Description |
|
|
53
|
+
| --------- | -------- | --------------------------------- |
|
|
54
|
+
| `key` | `string` | The configuration key to compare. |
|
|
55
|
+
| `value` | `T` | The value to compare against. |
|
|
55
56
|
|
|
56
57
|
#### Returns
|
|
57
58
|
|
|
@@ -59,7 +60,7 @@ Compares the value of the specified configuration key with the given value.
|
|
|
59
60
|
|
|
60
61
|
True if the resolved value matches; otherwise, false.
|
|
61
62
|
|
|
62
|
-
|
|
63
|
+
---
|
|
63
64
|
|
|
64
65
|
### get()
|
|
65
66
|
|
|
@@ -75,15 +76,15 @@ Automatically parses strings into numbers, booleans, or null if applicable.
|
|
|
75
76
|
|
|
76
77
|
#### Type Parameters
|
|
77
78
|
|
|
78
|
-
| Type Parameter | Default type | Description
|
|
79
|
-
|
|
|
80
|
-
| `T`
|
|
79
|
+
| Type Parameter | Default type | Description |
|
|
80
|
+
| -------------- | ------------ | ------------------------------------ |
|
|
81
|
+
| `T` | `string` | Expected type of the returned value. |
|
|
81
82
|
|
|
82
83
|
#### Parameters
|
|
83
84
|
|
|
84
|
-
| Parameter | Type
|
|
85
|
-
|
|
|
86
|
-
| `key`
|
|
85
|
+
| Parameter | Type | Description |
|
|
86
|
+
| --------- | -------- | ---------------------------------- |
|
|
87
|
+
| `key` | `string` | The configuration key to retrieve. |
|
|
87
88
|
|
|
88
89
|
#### Returns
|
|
89
90
|
|
|
@@ -91,7 +92,7 @@ Automatically parses strings into numbers, booleans, or null if applicable.
|
|
|
91
92
|
|
|
92
93
|
The parsed configuration value.
|
|
93
94
|
|
|
94
|
-
|
|
95
|
+
---
|
|
95
96
|
|
|
96
97
|
### initialize()
|
|
97
98
|
|
|
@@ -105,7 +106,7 @@ Defined in: [config/services/ConfigService.ts:32](https://github.com/RueDeRennes
|
|
|
105
106
|
|
|
106
107
|
`void`
|
|
107
108
|
|
|
108
|
-
|
|
109
|
+
---
|
|
109
110
|
|
|
110
111
|
### tryGet()
|
|
111
112
|
|
|
@@ -120,16 +121,16 @@ If the key does not exist, returns the provided fallback value.
|
|
|
120
121
|
|
|
121
122
|
#### Type Parameters
|
|
122
123
|
|
|
123
|
-
| Type Parameter | Default type | Description
|
|
124
|
-
|
|
|
125
|
-
| `T`
|
|
124
|
+
| Type Parameter | Default type | Description |
|
|
125
|
+
| -------------- | ------------ | ------------------------------------ |
|
|
126
|
+
| `T` | `string` | Expected type of the returned value. |
|
|
126
127
|
|
|
127
128
|
#### Parameters
|
|
128
129
|
|
|
129
|
-
| Parameter
|
|
130
|
-
|
|
|
131
|
-
| `key`
|
|
132
|
-
| `fallback` | `T`
|
|
130
|
+
| Parameter | Type | Description |
|
|
131
|
+
| ---------- | -------- | ----------------------------------------------------- |
|
|
132
|
+
| `key` | `string` | The configuration key to retrieve. |
|
|
133
|
+
| `fallback` | `T` | The fallback value to return if the key is not found. |
|
|
133
134
|
|
|
134
135
|
#### Returns
|
|
135
136
|
|
|
@@ -3,6 +3,7 @@ title: 'Abstract Class: ConfigStrategyBase'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Abstract Class: ConfigStrategyBase
|
|
7
8
|
|
|
8
9
|
Defined in: [config/strategies/Abstracts/ConfigStrategyBase.ts:8](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/strategies/Abstracts/ConfigStrategyBase.ts#L8)
|
|
@@ -43,15 +44,15 @@ Defined in: [config/strategies/Abstracts/ConfigStrategyBase.ts:38](https://githu
|
|
|
43
44
|
|
|
44
45
|
#### Parameters
|
|
45
46
|
|
|
46
|
-
| Parameter | Type
|
|
47
|
-
|
|
|
48
|
-
| `key`
|
|
47
|
+
| Parameter | Type |
|
|
48
|
+
| --------- | -------- |
|
|
49
|
+
| `key` | `string` |
|
|
49
50
|
|
|
50
51
|
#### Returns
|
|
51
52
|
|
|
52
53
|
`boolean`
|
|
53
54
|
|
|
54
|
-
|
|
55
|
+
---
|
|
55
56
|
|
|
56
57
|
### initialize()
|
|
57
58
|
|
|
@@ -67,7 +68,7 @@ Defined in: [config/strategies/Abstracts/ConfigStrategyBase.ts:26](https://githu
|
|
|
67
68
|
|
|
68
69
|
`void`
|
|
69
70
|
|
|
70
|
-
|
|
71
|
+
---
|
|
71
72
|
|
|
72
73
|
### resolve()
|
|
73
74
|
|
|
@@ -82,14 +83,14 @@ Defined in: [config/strategies/Abstracts/ConfigStrategyBase.ts:34](https://githu
|
|
|
82
83
|
#### Type Parameters
|
|
83
84
|
|
|
84
85
|
| Type Parameter |
|
|
85
|
-
|
|
|
86
|
-
| `T`
|
|
86
|
+
| -------------- |
|
|
87
|
+
| `T` |
|
|
87
88
|
|
|
88
89
|
#### Parameters
|
|
89
90
|
|
|
90
|
-
| Parameter | Type
|
|
91
|
-
|
|
|
92
|
-
| `key`
|
|
91
|
+
| Parameter | Type | Description |
|
|
92
|
+
| --------- | -------- | ------------------- |
|
|
93
|
+
| `key` | `string` | The key to resolve. |
|
|
93
94
|
|
|
94
95
|
#### Returns
|
|
95
96
|
|
|
@@ -97,7 +98,7 @@ Defined in: [config/strategies/Abstracts/ConfigStrategyBase.ts:34](https://githu
|
|
|
97
98
|
|
|
98
99
|
The resolved configuration value.
|
|
99
100
|
|
|
100
|
-
|
|
101
|
+
---
|
|
101
102
|
|
|
102
103
|
### tryResolve()
|
|
103
104
|
|
|
@@ -110,15 +111,15 @@ Defined in: [config/strategies/Abstracts/ConfigStrategyBase.ts:36](https://githu
|
|
|
110
111
|
#### Type Parameters
|
|
111
112
|
|
|
112
113
|
| Type Parameter |
|
|
113
|
-
|
|
|
114
|
-
| `T`
|
|
114
|
+
| -------------- |
|
|
115
|
+
| `T` |
|
|
115
116
|
|
|
116
117
|
#### Parameters
|
|
117
118
|
|
|
118
|
-
| Parameter
|
|
119
|
-
|
|
|
120
|
-
| `key`
|
|
121
|
-
| `fallback` | `T`
|
|
119
|
+
| Parameter | Type |
|
|
120
|
+
| ---------- | -------- |
|
|
121
|
+
| `key` | `string` |
|
|
122
|
+
| `fallback` | `T` |
|
|
122
123
|
|
|
123
124
|
#### Returns
|
|
124
125
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: ContentTemplateEngine'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: ContentTemplateEngine
|
|
7
8
|
|
|
8
9
|
Defined in: [templates/ContentTemplateEngine.ts:17](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/templates/ContentTemplateEngine.ts#L17)
|
|
@@ -39,10 +40,10 @@ Compiles a template by replacing placeholders with the provided parameters.
|
|
|
39
40
|
|
|
40
41
|
#### Parameters
|
|
41
42
|
|
|
42
|
-
| Parameter | Type
|
|
43
|
-
|
|
|
44
|
-
| `content` | `string`
|
|
45
|
-
| `params`
|
|
43
|
+
| Parameter | Type | Description |
|
|
44
|
+
| --------- | ------------------------------- | ------------------------------------------- |
|
|
45
|
+
| `content` | `string` | The content of the template to compile. |
|
|
46
|
+
| `params` | `Record`\<`string`, `unknown`\> | The parameters to insert into the template. |
|
|
46
47
|
|
|
47
48
|
#### Returns
|
|
48
49
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: CryptoService'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: CryptoService
|
|
7
8
|
|
|
8
9
|
Defined in: [services/CryptoService.ts:15](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/services/CryptoService.ts#L15)
|
|
@@ -40,9 +41,9 @@ Hashes the given data.
|
|
|
40
41
|
|
|
41
42
|
#### Parameters
|
|
42
43
|
|
|
43
|
-
| Parameter | Type
|
|
44
|
-
|
|
|
45
|
-
| `prefix`
|
|
44
|
+
| Parameter | Type |
|
|
45
|
+
| --------- | -------- |
|
|
46
|
+
| `prefix` | `string` |
|
|
46
47
|
|
|
47
48
|
#### Returns
|
|
48
49
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: DateTimeUtils'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: DateTimeUtils
|
|
7
8
|
|
|
8
9
|
Defined in: [utils/DateTimeUtils.ts:28](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/utils/DateTimeUtils.ts#L28)
|
|
@@ -36,10 +37,10 @@ Converts a time span value (string or number) to milliseconds or a formatted str
|
|
|
36
37
|
|
|
37
38
|
#### Parameters
|
|
38
39
|
|
|
39
|
-
| Parameter
|
|
40
|
-
|
|
|
41
|
-
| `value`
|
|
42
|
-
| `options?` | `Options`
|
|
40
|
+
| Parameter | Type | Description |
|
|
41
|
+
| ---------- | -------------------------------------------------- | --------------------------------- |
|
|
42
|
+
| `value` | `number` \| [`StringValue`](TypeAlias.StringValue) | The time span value to convert |
|
|
43
|
+
| `options?` | `Options` | Options for formatting the output |
|
|
43
44
|
|
|
44
45
|
#### Returns
|
|
45
46
|
|
|
@@ -47,7 +48,7 @@ Converts a time span value (string or number) to milliseconds or a formatted str
|
|
|
47
48
|
|
|
48
49
|
The parsed time in milliseconds or formatted time string
|
|
49
50
|
|
|
50
|
-
|
|
51
|
+
---
|
|
51
52
|
|
|
52
53
|
### format()
|
|
53
54
|
|
|
@@ -61,9 +62,9 @@ Formats a number of milliseconds into a string representation.
|
|
|
61
62
|
|
|
62
63
|
#### Parameters
|
|
63
64
|
|
|
64
|
-
| Parameter
|
|
65
|
-
|
|
|
66
|
-
| `ms`
|
|
65
|
+
| Parameter | Type | Description |
|
|
66
|
+
| ---------- | --------- | --------------------------------- |
|
|
67
|
+
| `ms` | `number` | The milliseconds to format |
|
|
67
68
|
| `options?` | `Options` | Options for formatting the output |
|
|
68
69
|
|
|
69
70
|
#### Returns
|
|
@@ -72,7 +73,7 @@ Formats a number of milliseconds into a string representation.
|
|
|
72
73
|
|
|
73
74
|
The formatted time span string
|
|
74
75
|
|
|
75
|
-
|
|
76
|
+
---
|
|
76
77
|
|
|
77
78
|
### parse()
|
|
78
79
|
|
|
@@ -86,9 +87,9 @@ Parses a time span string to milliseconds.
|
|
|
86
87
|
|
|
87
88
|
#### Parameters
|
|
88
89
|
|
|
89
|
-
| Parameter | Type
|
|
90
|
-
|
|
|
91
|
-
| `value`
|
|
90
|
+
| Parameter | Type | Description |
|
|
91
|
+
| --------- | -------------------------------------- | ----------------------------- |
|
|
92
|
+
| `value` | [`StringValue`](TypeAlias.StringValue) | The time span string to parse |
|
|
92
93
|
|
|
93
94
|
#### Returns
|
|
94
95
|
|
|
@@ -3,6 +3,7 @@ title: 'Class: DeviceParserService'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: DeviceParserService
|
|
7
8
|
|
|
8
9
|
Defined in: [services/DeviceParserService.ts:31](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/services/DeviceParserService.ts#L31)
|
|
@@ -41,8 +42,8 @@ Parse User-Agent string and extract device information
|
|
|
41
42
|
|
|
42
43
|
#### Parameters
|
|
43
44
|
|
|
44
|
-
| Parameter
|
|
45
|
-
|
|
|
45
|
+
| Parameter | Type | Description |
|
|
46
|
+
| ----------- | -------- | ---------------------------- |
|
|
46
47
|
| `userAgent` | `string` | The User-Agent header string |
|
|
47
48
|
|
|
48
49
|
#### Returns
|
|
@@ -3,6 +3,7 @@ title: 'Class: EmbeddedResourceStrategy'
|
|
|
3
3
|
generated: true
|
|
4
4
|
editUrl: false
|
|
5
5
|
---
|
|
6
|
+
|
|
6
7
|
# Class: EmbeddedResourceStrategy
|
|
7
8
|
|
|
8
9
|
Defined in: [resources/strategies/EmbeddedResourceStrategy.ts:14](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/resources/strategies/EmbeddedResourceStrategy.ts#L14)
|
|
@@ -27,8 +28,8 @@ Constructs a new instance of the `EmbeddedResourceStrategy` class.
|
|
|
27
28
|
|
|
28
29
|
#### Parameters
|
|
29
30
|
|
|
30
|
-
| Parameter
|
|
31
|
-
|
|
|
31
|
+
| Parameter | Type |
|
|
32
|
+
| ----------- | ------------------------------ |
|
|
32
33
|
| `resources` | `Record`\<`string`, `string`\> |
|
|
33
34
|
|
|
34
35
|
#### Returns
|
|
@@ -73,9 +74,9 @@ Checks if a resource exists without loading it.
|
|
|
73
74
|
|
|
74
75
|
#### Parameters
|
|
75
76
|
|
|
76
|
-
| Parameter | Type
|
|
77
|
-
|
|
|
78
|
-
| `key`
|
|
77
|
+
| Parameter | Type | Description |
|
|
78
|
+
| --------- | -------- | ---------------- |
|
|
79
|
+
| `key` | `string` | The resource key |
|
|
79
80
|
|
|
80
81
|
#### Returns
|
|
81
82
|
|
|
@@ -87,7 +88,7 @@ True if the resource exists
|
|
|
87
88
|
|
|
88
89
|
[`IResourceStrategy`](Interface.IResourceStrategy).[`exists`](Interface.IResourceStrategy#exists)
|
|
89
90
|
|
|
90
|
-
|
|
91
|
+
---
|
|
91
92
|
|
|
92
93
|
### existsAsync()
|
|
93
94
|
|
|
@@ -101,9 +102,9 @@ Checks if a resource exists without loading it (asynchronous).
|
|
|
101
102
|
|
|
102
103
|
#### Parameters
|
|
103
104
|
|
|
104
|
-
| Parameter | Type
|
|
105
|
-
|
|
|
106
|
-
| `key`
|
|
105
|
+
| Parameter | Type | Description |
|
|
106
|
+
| --------- | -------- | ---------------- |
|
|
107
|
+
| `key` | `string` | The resource key |
|
|
107
108
|
|
|
108
109
|
#### Returns
|
|
109
110
|
|
|
@@ -115,7 +116,7 @@ Promise resolving to true if the resource exists
|
|
|
115
116
|
|
|
116
117
|
[`IResourceStrategy`](Interface.IResourceStrategy).[`existsAsync`](Interface.IResourceStrategy#existsasync)
|
|
117
118
|
|
|
118
|
-
|
|
119
|
+
---
|
|
119
120
|
|
|
120
121
|
### load()
|
|
121
122
|
|
|
@@ -129,9 +130,9 @@ Loads a resource by its key.
|
|
|
129
130
|
|
|
130
131
|
#### Parameters
|
|
131
132
|
|
|
132
|
-
| Parameter | Type
|
|
133
|
-
|
|
|
134
|
-
| `key`
|
|
133
|
+
| Parameter | Type | Description |
|
|
134
|
+
| --------- | -------- | ---------------- |
|
|
135
|
+
| `key` | `string` | The resource key |
|
|
135
136
|
|
|
136
137
|
#### Returns
|
|
137
138
|
|
|
@@ -143,7 +144,7 @@ The resource result or undefined if not found
|
|
|
143
144
|
|
|
144
145
|
[`IResourceStrategy`](Interface.IResourceStrategy).[`load`](Interface.IResourceStrategy#load)
|
|
145
146
|
|
|
146
|
-
|
|
147
|
+
---
|
|
147
148
|
|
|
148
149
|
### loadAsync()
|
|
149
150
|
|
|
@@ -157,9 +158,9 @@ Loads a resource by its key (asynchronous).
|
|
|
157
158
|
|
|
158
159
|
#### Parameters
|
|
159
160
|
|
|
160
|
-
| Parameter | Type
|
|
161
|
-
|
|
|
162
|
-
| `key`
|
|
161
|
+
| Parameter | Type | Description |
|
|
162
|
+
| --------- | -------- | ---------------- |
|
|
163
|
+
| `key` | `string` | The resource key |
|
|
163
164
|
|
|
164
165
|
#### Returns
|
|
165
166
|
|
|
@@ -171,7 +172,7 @@ Promise resolving to the resource result or undefined if not found
|
|
|
171
172
|
|
|
172
173
|
[`IResourceStrategy`](Interface.IResourceStrategy).[`loadAsync`](Interface.IResourceStrategy#loadasync)
|
|
173
174
|
|
|
174
|
-
|
|
175
|
+
---
|
|
175
176
|
|
|
176
177
|
### register()
|
|
177
178
|
|
|
@@ -185,16 +186,16 @@ Registers a new embedded resource.
|
|
|
185
186
|
|
|
186
187
|
#### Parameters
|
|
187
188
|
|
|
188
|
-
| Parameter | Type
|
|
189
|
-
|
|
|
190
|
-
| `key`
|
|
189
|
+
| Parameter | Type | Description |
|
|
190
|
+
| --------- | -------- | -------------------- |
|
|
191
|
+
| `key` | `string` | The resource key |
|
|
191
192
|
| `content` | `string` | The resource content |
|
|
192
193
|
|
|
193
194
|
#### Returns
|
|
194
195
|
|
|
195
196
|
`void`
|
|
196
197
|
|
|
197
|
-
|
|
198
|
+
---
|
|
198
199
|
|
|
199
200
|
### whatDoIHave()
|
|
200
201
|
|