@breadstone/archipel-mcp 0.0.8 → 0.0.10

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.
Files changed (569) hide show
  1. package/data/packages/platform-analytics/api/Class.AnalyticsClientPort.md +19 -20
  2. package/data/packages/platform-analytics/api/Class.AnalyticsModule.md +2 -3
  3. package/data/packages/platform-analytics/api/Class.AppInsightsAnalyticsClient.md +28 -29
  4. package/data/packages/platform-analytics/api/Class.DatadogAnalyticsClient.md +28 -29
  5. package/data/packages/platform-analytics/api/Class.NoopAnalyticsClient.md +19 -20
  6. package/data/packages/platform-analytics/api/Class.SentryAnalyticsClient.md +28 -29
  7. package/data/packages/platform-analytics/api/Interface.IAnalyticsBreadcrumb.md +3 -4
  8. package/data/packages/platform-analytics/api/Interface.IAnalyticsModuleOptions.md +2 -3
  9. package/data/packages/platform-analytics/api/Interface.IAnalyticsUser.md +3 -4
  10. package/data/packages/platform-analytics/api/TypeAlias.AnalyticsLevel.md +1 -2
  11. package/data/packages/platform-analytics/api/Variable.APPINSIGHTS_CONFIG_ENTRIES.md +2 -3
  12. package/data/packages/platform-analytics/api/Variable.APPLICATIONINSIGHTS_CONNECTION_STRING.md +1 -2
  13. package/data/packages/platform-analytics/api/Variable.DATADOG_CONFIG_ENTRIES.md +2 -3
  14. package/data/packages/platform-analytics/api/Variable.DD_ENV.md +1 -2
  15. package/data/packages/platform-analytics/api/Variable.DD_SERVICE.md +1 -2
  16. package/data/packages/platform-analytics/api/Variable.SENTRY_CONFIG_ENTRIES.md +2 -3
  17. package/data/packages/platform-analytics/api/Variable.SENTRY_DSN.md +1 -2
  18. package/data/packages/platform-analytics/api/Variable.SENTRY_ENVIRONMENT.md +1 -2
  19. package/data/packages/platform-analytics/api/index.md +25 -26
  20. package/data/packages/platform-authentication/api/Class.AnonymousAuthGuard.md +4 -5
  21. package/data/packages/platform-authentication/api/Class.AppleConnector.md +86 -0
  22. package/data/packages/platform-authentication/api/Class.AuthModule.md +8 -9
  23. package/data/packages/platform-authentication/api/Class.AuthSubjectPort.md +10 -11
  24. package/data/packages/platform-authentication/api/Class.AuthTokenService.md +5 -6
  25. package/data/packages/platform-authentication/api/Class.ChallengeService.md +32 -33
  26. package/data/packages/platform-authentication/api/Class.GithubAuthGuard.md +4 -5
  27. package/data/packages/platform-authentication/api/Class.GithubConnector.md +78 -0
  28. package/data/packages/platform-authentication/api/Class.GoogleConnector.md +84 -0
  29. package/data/packages/platform-authentication/api/Class.JwtAuthGuard.md +4 -5
  30. package/data/packages/platform-authentication/api/Class.JwtPayloadBase.md +15 -16
  31. package/data/packages/platform-authentication/api/Class.LastActiveMiddleware.md +10 -11
  32. package/data/packages/platform-authentication/api/Class.LocalAuthGuard.md +4 -5
  33. package/data/packages/platform-authentication/api/Class.MfaService.md +65 -66
  34. package/data/packages/platform-authentication/api/Class.MfaSubjectPort.md +8 -9
  35. package/data/packages/platform-authentication/api/Class.MicrosoftConnector.md +84 -0
  36. package/data/packages/platform-authentication/api/Class.RolesGuard.md +5 -6
  37. package/data/packages/platform-authentication/api/Class.SessionMappingProfile.md +4 -5
  38. package/data/packages/platform-authentication/api/Class.SessionPersistencePort.md +25 -26
  39. package/data/packages/platform-authentication/api/Class.SessionResponse.md +12 -13
  40. package/data/packages/platform-authentication/api/Class.SessionService.md +33 -34
  41. package/data/packages/platform-authentication/api/Class.SocialAuthGuard.md +5 -6
  42. package/data/packages/platform-authentication/api/Class.SocialAuthPort.md +2 -3
  43. package/data/packages/platform-authentication/api/Class.TokenEnricherPort.md +2 -3
  44. package/data/packages/platform-authentication/api/Class.TotpMfaChannel.md +144 -0
  45. package/data/packages/platform-authentication/api/Class.VerificationService.md +36 -37
  46. package/data/packages/platform-authentication/api/Class.VerificationSubjectPort.md +16 -17
  47. package/data/packages/platform-authentication/api/Function.Token.md +0 -1
  48. package/data/packages/platform-authentication/api/Function.UseRoles.md +2 -3
  49. package/data/packages/platform-authentication/api/Function.socialAuthGuardFactory.md +2 -3
  50. package/data/packages/platform-authentication/api/Interface.IAuthModuleOptions.md +54 -25
  51. package/data/packages/platform-authentication/api/Interface.IAuthSubject.md +7 -8
  52. package/data/packages/platform-authentication/api/Interface.IMfaChallengePayload.md +5 -6
  53. package/data/packages/platform-authentication/api/Interface.IMfaChallengeState.md +22 -23
  54. package/data/packages/platform-authentication/api/Interface.IMfaConfirmation.md +0 -1
  55. package/data/packages/platform-authentication/api/Interface.IMfaSetup.md +3 -4
  56. package/data/packages/platform-authentication/api/Interface.IMfaSubject.md +9 -10
  57. package/data/packages/platform-authentication/api/Interface.IMfaSubjectUpdate.md +7 -8
  58. package/data/packages/platform-authentication/api/Interface.ISessionRecord.md +14 -15
  59. package/data/packages/platform-authentication/api/Interface.ISignInResult.md +5 -6
  60. package/data/packages/platform-authentication/api/Interface.ISocialProfile.md +3 -4
  61. package/data/packages/platform-authentication/api/Interface.IStoreSessionArgs.md +5 -6
  62. package/data/packages/platform-authentication/api/Interface.IVerifiableSubject.md +4 -5
  63. package/data/packages/platform-authentication/api/Variable.APPLE_AUTH_CONFIG_ENTRIES.md +3 -4
  64. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CALLBACK_URL.md +2 -3
  65. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_CLIENT_ID.md +2 -3
  66. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_KEY_ID.md +2 -3
  67. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_PRIVATE_KEY.md +2 -3
  68. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_SCOPE.md +2 -3
  69. package/data/packages/platform-authentication/api/Variable.AUTH_APPLE_TEAM_ID.md +2 -3
  70. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CALLBACK_URL.md +2 -3
  71. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_ID.md +2 -3
  72. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_CLIENT_SECRET.md +2 -3
  73. package/data/packages/platform-authentication/api/Variable.AUTH_GITHUB_SCOPE.md +2 -3
  74. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CALLBACK_URL.md +2 -3
  75. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_ID.md +2 -3
  76. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_CLIENT_SECRET.md +2 -3
  77. package/data/packages/platform-authentication/api/Variable.AUTH_GOOGLE_SCOPE.md +2 -3
  78. package/data/packages/platform-authentication/api/Variable.AUTH_JWT_EXPIRES_IN.md +2 -3
  79. package/data/packages/platform-authentication/api/Variable.AUTH_JWT_SECRET.md +2 -3
  80. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_CHALLENGE_EXPIRES_IN.md +2 -3
  81. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_CODE_TTL.md +2 -3
  82. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_EMAIL_MIN_RESEND.md +2 -3
  83. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_ENCRYPTION_KEY.md +2 -3
  84. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_ISSUER.md +14 -0
  85. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_MAX_ATTEMPTS.md +2 -3
  86. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_CODE_TTL.md +2 -3
  87. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_PUSH_MIN_RESEND.md +2 -3
  88. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_CODE_TTL.md +2 -3
  89. package/data/packages/platform-authentication/api/Variable.AUTH_MFA_SMS_MIN_RESEND.md +2 -3
  90. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CALLBACK_URL.md +2 -3
  91. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_ID.md +2 -3
  92. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_CLIENT_SECRET.md +2 -3
  93. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_SCOPE.md +2 -3
  94. package/data/packages/platform-authentication/api/Variable.AUTH_MICROSOFT_TENANT.md +2 -3
  95. package/data/packages/platform-authentication/api/Variable.AUTH_VERIFY_JWT_EXPIRES_IN.md +2 -3
  96. package/data/packages/platform-authentication/api/Variable.GITHUB_AUTH_CONFIG_ENTRIES.md +3 -4
  97. package/data/packages/platform-authentication/api/Variable.GOOGLE_AUTH_CONFIG_ENTRIES.md +3 -4
  98. package/data/packages/platform-authentication/api/Variable.MICROSOFT_AUTH_CONFIG_ENTRIES.md +3 -4
  99. package/data/packages/platform-authentication/api/Variable.PLATFORM_AUTHENTICATION_CONFIG_ENTRIES.md +3 -4
  100. package/data/packages/platform-authentication/api/Variable.ROLES_KEY.md +2 -3
  101. package/data/packages/platform-authentication/api/Variable.SEED_ANONYMOUS_USERNAME.md +2 -3
  102. package/data/packages/platform-authentication/api/Variable.SESSION_LIST_MAPPING_KEY.md +1 -2
  103. package/data/packages/platform-authentication/api/Variable.SESSION_MAPPING_KEY.md +1 -2
  104. package/data/packages/platform-authentication/api/Variable.TOTP_MFA_PROVIDERS.md +29 -0
  105. package/data/packages/platform-authentication/api/Variable.User.md +2 -3
  106. package/data/packages/platform-authentication/api/index.md +94 -92
  107. package/data/packages/platform-blob-storage/api/Class.AwsS3BlobProvider.md +16 -17
  108. package/data/packages/platform-blob-storage/api/Class.AzureBlobProvider.md +16 -17
  109. package/data/packages/platform-blob-storage/api/Class.BlobHealthIndicator.md +5 -6
  110. package/data/packages/platform-blob-storage/api/Class.BlobModule.md +4 -5
  111. package/data/packages/platform-blob-storage/api/Class.BlobObjectPersistencePort.md +12 -13
  112. package/data/packages/platform-blob-storage/api/Class.BlobService.md +45 -46
  113. package/data/packages/platform-blob-storage/api/Class.BlobVariantPersistencePort.md +7 -8
  114. package/data/packages/platform-blob-storage/api/Class.VercelBlobProvider.md +18 -19
  115. package/data/packages/platform-blob-storage/api/Interface.IAwsS3BlobProviderRegistration.md +5 -6
  116. package/data/packages/platform-blob-storage/api/Interface.IAwsS3ProviderOptions.md +5 -6
  117. package/data/packages/platform-blob-storage/api/Interface.IAzureBlobProviderOptions.md +2 -3
  118. package/data/packages/platform-blob-storage/api/Interface.IAzureBlobProviderRegistration.md +5 -6
  119. package/data/packages/platform-blob-storage/api/Interface.IBlobDeleteRequest.md +2 -3
  120. package/data/packages/platform-blob-storage/api/Interface.IBlobDownloadRequest.md +3 -4
  121. package/data/packages/platform-blob-storage/api/Interface.IBlobDownloadResult.md +6 -7
  122. package/data/packages/platform-blob-storage/api/Interface.IBlobModuleOptions.md +8 -9
  123. package/data/packages/platform-blob-storage/api/Interface.IBlobObjectMetadata.md +12 -13
  124. package/data/packages/platform-blob-storage/api/Interface.IBlobProvider.md +14 -15
  125. package/data/packages/platform-blob-storage/api/Interface.IBlobSignedUrlRequest.md +3 -4
  126. package/data/packages/platform-blob-storage/api/Interface.IBlobUploadRequest.md +8 -9
  127. package/data/packages/platform-blob-storage/api/Interface.IBlobUploadResult.md +1 -2
  128. package/data/packages/platform-blob-storage/api/Interface.ICustomBlobProviderRegistration.md +5 -6
  129. package/data/packages/platform-blob-storage/api/Interface.IVercelBlobProviderOptions.md +5 -6
  130. package/data/packages/platform-blob-storage/api/Interface.IVercelBlobProviderRegistration.md +5 -6
  131. package/data/packages/platform-blob-storage/api/TypeAlias.BlobDownloadResponseType.md +1 -2
  132. package/data/packages/platform-blob-storage/api/TypeAlias.BlobUploadBody.md +0 -1
  133. package/data/packages/platform-blob-storage/api/TypeAlias.IBlobProviderRegistration.md +2 -3
  134. package/data/packages/platform-blob-storage/api/Variable.AWS_S3_PROVIDER_OPTIONS.md +1 -2
  135. package/data/packages/platform-blob-storage/api/Variable.AZURE_BLOB_PROVIDER_OPTIONS.md +1 -2
  136. package/data/packages/platform-blob-storage/api/Variable.BLOB_PROVIDER.md +1 -2
  137. package/data/packages/platform-blob-storage/api/Variable.BlobDownloadResponseTypes.md +9 -10
  138. package/data/packages/platform-blob-storage/api/Variable.BlobProviderKinds.md +10 -11
  139. package/data/packages/platform-blob-storage/api/Variable.VERCEL_BLOB_PROVIDER_OPTIONS.md +1 -2
  140. package/data/packages/platform-blob-storage/api/index.md +41 -42
  141. package/data/packages/platform-caching/api/Class.MemoryLayeredCache.md +47 -48
  142. package/data/packages/platform-caching/api/Class.NoopCacheMetricsRecorder.md +24 -25
  143. package/data/packages/platform-caching/api/Class.RedisLayeredCache.md +47 -48
  144. package/data/packages/platform-caching/api/Interface.ICacheMetricsRecorder.md +24 -25
  145. package/data/packages/platform-caching/api/Interface.ICacheStats.md +9 -10
  146. package/data/packages/platform-caching/api/Interface.ILayeredCache.md +42 -43
  147. package/data/packages/platform-caching/api/Interface.ILayeredCacheOptions.md +9 -10
  148. package/data/packages/platform-caching/api/Interface.IRedisLayeredCacheOptions.md +22 -23
  149. package/data/packages/platform-caching/api/index.md +12 -13
  150. package/data/packages/platform-core/api/Class.AppHealthIndicator.md +4 -5
  151. package/data/packages/platform-core/api/Class.BlobResourceStrategy.md +20 -21
  152. package/data/packages/platform-core/api/Class.BooleanUtils.md +12 -13
  153. package/data/packages/platform-core/api/Class.CUIDGenerator.md +17 -18
  154. package/data/packages/platform-core/api/Class.CasingInterceptor.md +10 -11
  155. package/data/packages/platform-core/api/Class.CatchUtils.md +15 -16
  156. package/data/packages/platform-core/api/Class.ConfigKeyNotFoundError.md +89 -0
  157. package/data/packages/platform-core/api/Class.ConfigModule.md +7 -8
  158. package/data/packages/platform-core/api/Class.ConfigRegistry.md +8 -9
  159. package/data/packages/platform-core/api/Class.ConfigService.md +30 -32
  160. package/data/packages/platform-core/api/Class.ConfigStrategyBase.md +17 -18
  161. package/data/packages/platform-core/api/Class.ContentTemplateEngine.md +4 -5
  162. package/data/packages/platform-core/api/Class.DateTimeUtils.md +12 -13
  163. package/data/packages/platform-core/api/Class.DeviceParserService.md +2 -3
  164. package/data/packages/platform-core/api/Class.EmbeddedResourceStrategy.md +22 -23
  165. package/data/packages/platform-core/api/Class.EnvironmentConfigStrategy.md +19 -20
  166. package/data/packages/platform-core/api/Class.ErrorTemplateService.md +19 -20
  167. package/data/packages/platform-core/api/Class.EventHub.md +25 -26
  168. package/data/packages/platform-core/api/Class.EventModule.md +0 -1
  169. package/data/packages/platform-core/api/Class.FileConfigStrategy.md +21 -22
  170. package/data/packages/platform-core/api/Class.FileResourceStrategy.md +19 -20
  171. package/data/packages/platform-core/api/Class.GUIDGenerator.md +7 -8
  172. package/data/packages/platform-core/api/Class.GlobalExceptionFilter.md +7 -8
  173. package/data/packages/platform-core/api/Class.HealthModule.md +2 -3
  174. package/data/packages/platform-core/api/Class.HealthOrchestrator.md +3 -4
  175. package/data/packages/platform-core/api/Class.HostModule.md +0 -2
  176. package/data/packages/platform-core/api/Class.HostService.md +21 -22
  177. package/data/packages/platform-core/api/Class.HttpLoggerMiddleware.md +8 -9
  178. package/data/packages/platform-core/api/Class.IdGeneratorBase.md +7 -8
  179. package/data/packages/platform-core/api/Class.IdentifierModule.md +3 -4
  180. package/data/packages/platform-core/api/Class.LimitRequestSizeMiddleware.md +8 -9
  181. package/data/packages/platform-core/api/Class.LocalizedTextRequest.md +1 -2
  182. package/data/packages/platform-core/api/Class.LocalizedTextResponse.md +1 -2
  183. package/data/packages/platform-core/api/Class.MappingBuilder.md +18 -19
  184. package/data/packages/platform-core/api/Class.MappingModule.md +2 -3
  185. package/data/packages/platform-core/api/Class.MappingNotRegisteredError.md +5 -6
  186. package/data/packages/platform-core/api/Class.MappingProfileBase.md +2 -3
  187. package/data/packages/platform-core/api/Class.MappingService.md +52 -53
  188. package/data/packages/platform-core/api/Class.NormalizedUtils.md +20 -21
  189. package/data/packages/platform-core/api/Class.PageableRequest.md +1 -2
  190. package/data/packages/platform-core/api/Class.PageableResponse.md +3 -4
  191. package/data/packages/platform-core/api/Class.ProblemDetailException.md +6 -7
  192. package/data/packages/platform-core/api/Class.ProblemDetailExceptionFilter.md +11 -12
  193. package/data/packages/platform-core/api/Class.QuantityResponse.md +1 -2
  194. package/data/packages/platform-core/api/Class.ResourceManager.md +107 -108
  195. package/data/packages/platform-core/api/Class.ResourceModule.md +3 -4
  196. package/data/packages/platform-core/api/Class.ResponseReturn.md +102 -104
  197. package/data/packages/platform-core/api/Class.SseHub.md +23 -24
  198. package/data/packages/platform-core/api/Class.SseModule.md +3 -4
  199. package/data/packages/platform-core/api/Class.TimeStampResponse.md +1 -2
  200. package/data/packages/platform-core/api/Class.TypeMappingNotRegisteredError.md +5 -6
  201. package/data/packages/platform-core/api/Class.UUIDGenerator.md +7 -8
  202. package/data/packages/platform-core/api/Class.UserAvatarGeneratorService.md +4 -5
  203. package/data/packages/platform-core/api/Class.UserNameGeneratorService.md +4 -5
  204. package/data/packages/platform-core/api/Function.Public.md +0 -1
  205. package/data/packages/platform-core/api/Function.createConfigKey.md +7 -9
  206. package/data/packages/platform-core/api/Function.createEventKey.md +6 -7
  207. package/data/packages/platform-core/api/Function.createMappingKey.md +6 -7
  208. package/data/packages/platform-core/api/Function.env.md +4 -5
  209. package/data/packages/platform-core/api/Function.getMimeTypeByFileNameOrExtension.md +2 -3
  210. package/data/packages/platform-core/api/ISseEventData.Function.isActionId.md +4 -5
  211. package/data/packages/platform-core/api/Interface.IBlobResourceStrategyConfig.md +1 -2
  212. package/data/packages/platform-core/api/Interface.IBlobServiceAdapter.md +5 -6
  213. package/data/packages/platform-core/api/Interface.IConfigKey.md +16 -17
  214. package/data/packages/platform-core/api/Interface.IConfigModuleOptions.md +3 -4
  215. package/data/packages/platform-core/api/Interface.IConfigRegistryEntry.md +6 -7
  216. package/data/packages/platform-core/api/Interface.IDeviceInfo.md +6 -7
  217. package/data/packages/platform-core/api/Interface.IErrorPageParams.md +11 -12
  218. package/data/packages/platform-core/api/Interface.IEventKey.md +7 -8
  219. package/data/packages/platform-core/api/Interface.IEventMap.md +0 -1
  220. package/data/packages/platform-core/api/Interface.IFileResourceStrategyConfig.md +5 -6
  221. package/data/packages/platform-core/api/Interface.IHealthCheckResult.md +3 -4
  222. package/data/packages/platform-core/api/Interface.IHealthIndicator.md +3 -4
  223. package/data/packages/platform-core/api/Interface.IHostContentParams.md +14 -15
  224. package/data/packages/platform-core/api/Interface.IIdGenerator.md +7 -8
  225. package/data/packages/platform-core/api/Interface.IMappingBuilder.md +17 -18
  226. package/data/packages/platform-core/api/Interface.IMappingKey.md +7 -8
  227. package/data/packages/platform-core/api/Interface.IMappingProfile.md +2 -3
  228. package/data/packages/platform-core/api/Interface.IResourceManagerConfig.md +8 -9
  229. package/data/packages/platform-core/api/Interface.IResourceMetadata.md +6 -7
  230. package/data/packages/platform-core/api/Interface.IResourceResult.md +1 -2
  231. package/data/packages/platform-core/api/Interface.IResourceStrategy.md +16 -17
  232. package/data/packages/platform-core/api/Interface.ISseEventData.md +3 -4
  233. package/data/packages/platform-core/api/Interface.ISseHub.md +16 -17
  234. package/data/packages/platform-core/api/Namespace.ISseEventData.md +2 -3
  235. package/data/packages/platform-core/api/TypeAlias.CamelCase.md +2 -3
  236. package/data/packages/platform-core/api/TypeAlias.ProblemDetail.md +5 -6
  237. package/data/packages/platform-core/api/TypeAlias.ProblemDetailTypeUrlResolver.md +4 -5
  238. package/data/packages/platform-core/api/TypeAlias.SetOptional.md +4 -5
  239. package/data/packages/platform-core/api/TypeAlias.StringValue.md +4 -2
  240. package/data/packages/platform-core/api/Variable.APP_NAME.md +14 -0
  241. package/data/packages/platform-core/api/Variable.APP_PORT.md +1 -2
  242. package/data/packages/platform-core/api/Variable.APP_URL.md +1 -2
  243. package/data/packages/platform-core/api/Variable.APP_VERSION.md +1 -2
  244. package/data/packages/platform-core/api/Variable.GIT_COMMIT.md +14 -0
  245. package/data/packages/platform-core/api/Variable.HEALTH_INDICATORS_TOKEN.md +1 -2
  246. package/data/packages/platform-core/api/Variable.ID_GENERATOR_TOKEN.md +1 -2
  247. package/data/packages/platform-core/api/Variable.INTELLIGENCE_MAX_OUTPUT_TOKENS.md +2 -3
  248. package/data/packages/platform-core/api/Variable.INTELLIGENCE_MODEL.md +2 -3
  249. package/data/packages/platform-core/api/Variable.INTELLIGENCE_TEMPERATURE.md +2 -3
  250. package/data/packages/platform-core/api/Variable.INTELLIGENCE_TOP_P.md +2 -3
  251. package/data/packages/platform-core/api/Variable.IS_PUBLIC_KEY.md +2 -3
  252. package/data/packages/platform-core/api/Variable.IpAddress.md +6 -7
  253. package/data/packages/platform-core/api/Variable.Lang.md +5 -6
  254. package/data/packages/platform-core/api/Variable.NODE_ENV.md +2 -3
  255. package/data/packages/platform-core/api/Variable.PLATFORM_CORE_CONFIG_ENTRIES.md +3 -4
  256. package/data/packages/platform-core/api/Variable.UserAgent.md +2 -3
  257. package/data/packages/platform-core/api/index.md +116 -114
  258. package/data/packages/platform-cryptography/api/Class.BcryptService.md +9 -10
  259. package/data/packages/platform-cryptography/api/Class.CryptoService.md +5 -6
  260. package/data/packages/platform-cryptography/api/Class.OtpService.md +12 -13
  261. package/data/packages/platform-cryptography/api/Interface.IOtpService.md +12 -13
  262. package/data/packages/platform-cryptography/api/Interface.IOtpUriOptions.md +6 -7
  263. package/data/packages/platform-cryptography/api/Variable.OTP_SERVICE_TOKEN.md +2 -3
  264. package/data/packages/platform-cryptography/api/Variable.TOTP_EPOCH_TOLERANCE.md +8 -9
  265. package/data/packages/platform-cryptography/api/index.md +11 -12
  266. package/data/packages/platform-database/api/Class.DatabaseHealthIndicator.md +6 -7
  267. package/data/packages/platform-database/api/Class.DatabaseModule.md +5 -6
  268. package/data/packages/platform-database/api/Class.DatabaseService.md +19 -20
  269. package/data/packages/platform-database/api/Class.PrismaService.md +7 -8
  270. package/data/packages/platform-database/api/Class.RepositoryBase.md +126 -127
  271. package/data/packages/platform-database/api/Class.RepositoryExceptionFilter.md +5 -6
  272. package/data/packages/platform-database/api/Function.pageable.md +13 -10
  273. package/data/packages/platform-database/api/Function.paginator.md +2 -3
  274. package/data/packages/platform-database/api/Function.query.md +7 -8
  275. package/data/packages/platform-database/api/Function.skip.md +5 -6
  276. package/data/packages/platform-database/api/Function.transactionalQuery.md +6 -7
  277. package/data/packages/platform-database/api/Interface.IDatabaseModuleConfig.md +0 -1
  278. package/data/packages/platform-database/api/Interface.IPaginateOptions.md +1 -2
  279. package/data/packages/platform-database/api/Interface.IPaginatedResult.md +4 -5
  280. package/data/packages/platform-database/api/Interface.IRepositoryQuery.md +7 -8
  281. package/data/packages/platform-database/api/Interface.ITransactionalRepositoryQuery.md +5 -6
  282. package/data/packages/platform-database/api/TypeAlias.DelegateArgs.md +2 -3
  283. package/data/packages/platform-database/api/TypeAlias.DelegateReturnTypes.md +2 -3
  284. package/data/packages/platform-database/api/TypeAlias.PaginateFunction.md +7 -8
  285. package/data/packages/platform-database/api/TypeAlias.QueryResultType.md +3 -4
  286. package/data/packages/platform-database/api/TypeAlias.TransactionalQueryResultType.md +3 -4
  287. package/data/packages/platform-database/api/index.md +27 -28
  288. package/data/packages/platform-documents/api/Class.BaseDocumentRenderer.md +31 -33
  289. package/data/packages/platform-documents/api/Class.DocumentEngine.md +7 -8
  290. package/data/packages/platform-documents/api/Class.DocumentModule.md +2 -3
  291. package/data/packages/platform-documents/api/Class.SharpImageProcessor.md +21 -22
  292. package/data/packages/platform-documents/api/Interface.IDocumentModuleOptions.md +5 -7
  293. package/data/packages/platform-documents/api/Interface.IDocumentPlaceholderDetail.md +5 -6
  294. package/data/packages/platform-documents/api/Interface.IDocumentProbeReport.md +8 -9
  295. package/data/packages/platform-documents/api/Interface.IDocumentRenderer.md +2 -3
  296. package/data/packages/platform-documents/api/Interface.IImagePayload.md +3 -4
  297. package/data/packages/platform-documents/api/Interface.IImageProcessor.md +18 -19
  298. package/data/packages/platform-documents/api/Interface.IRenderOptions.md +3 -4
  299. package/data/packages/platform-documents/api/Interface.IRenderResult.md +3 -4
  300. package/data/packages/platform-documents/api/TypeAlias.DocumentFormat.md +1 -2
  301. package/data/packages/platform-documents/api/TypeAlias.EngineType.md +1 -2
  302. package/data/packages/platform-documents/api/TypeAlias.ImageMimeType.md +1 -2
  303. package/data/packages/platform-documents/api/TypeAlias.TemplateFormat.md +1 -2
  304. package/data/packages/platform-documents/api/TypeAlias.TemplateType.md +1 -2
  305. package/data/packages/platform-documents/api/Variable.DOCUMENT_MODULE_OPTIONS.md +1 -2
  306. package/data/packages/platform-documents/api/Variable.DOCUMENT_PARSER_TOKEN.md +1 -2
  307. package/data/packages/platform-documents/api/Variable.DOCUMENT_RENDERER_TOKEN.md +1 -2
  308. package/data/packages/platform-documents/api/Variable.IMAGE_PROCESSOR_TOKEN.md +1 -2
  309. package/data/packages/platform-documents/api/index.md +28 -29
  310. package/data/packages/platform-esigning/api/Class.EsigningClientPort.md +20 -21
  311. package/data/packages/platform-esigning/api/Class.EsigningError.md +4 -5
  312. package/data/packages/platform-esigning/api/Class.EsigningModule.md +2 -3
  313. package/data/packages/platform-esigning/api/Class.EsigningPersistencePort.md +9 -10
  314. package/data/packages/platform-esigning/api/Class.EsigningService.md +24 -25
  315. package/data/packages/platform-esigning/api/Class.InternalEsigningProvider.md +24 -25
  316. package/data/packages/platform-esigning/api/Class.SigningProviderError.md +9 -10
  317. package/data/packages/platform-esigning/api/Class.SigningRequestNotFoundError.md +3 -4
  318. package/data/packages/platform-esigning/api/Class.WebhookVerificationError.md +2 -3
  319. package/data/packages/platform-esigning/api/Interface.ICreateSigningRequest.md +6 -7
  320. package/data/packages/platform-esigning/api/Interface.ICreateSigningRequestDocument.md +3 -4
  321. package/data/packages/platform-esigning/api/Interface.ICreateSigningRequestSigner.md +3 -4
  322. package/data/packages/platform-esigning/api/Interface.ICreateSigningSessionRequest.md +2 -3
  323. package/data/packages/platform-esigning/api/Interface.IEsigningModuleOptions.md +3 -4
  324. package/data/packages/platform-esigning/api/Interface.IEsigningWebhookEvent.md +5 -6
  325. package/data/packages/platform-esigning/api/Interface.ISignedDocument.md +5 -6
  326. package/data/packages/platform-esigning/api/Interface.ISigner.md +5 -6
  327. package/data/packages/platform-esigning/api/Interface.ISigningDocument.md +5 -6
  328. package/data/packages/platform-esigning/api/Interface.ISigningField.md +10 -11
  329. package/data/packages/platform-esigning/api/Interface.ISigningRequest.md +10 -11
  330. package/data/packages/platform-esigning/api/Interface.ISigningSession.md +4 -5
  331. package/data/packages/platform-esigning/api/TypeAlias.SignerRole.md +1 -2
  332. package/data/packages/platform-esigning/api/TypeAlias.SignerStatus.md +1 -2
  333. package/data/packages/platform-esigning/api/TypeAlias.SigningFieldType.md +1 -2
  334. package/data/packages/platform-esigning/api/TypeAlias.SigningRequestStatus.md +1 -2
  335. package/data/packages/platform-esigning/api/TypeAlias.WebhookEventType.md +1 -2
  336. package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_BASE_URL.md +1 -2
  337. package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_CLIENT_SECRET.md +1 -2
  338. package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_CONFIG_ENTRIES.md +2 -3
  339. package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_INTEGRATION_KEY.md +1 -2
  340. package/data/packages/platform-esigning/api/Variable.ADOBE_SIGN_WEBHOOK_CLIENT_ID.md +1 -2
  341. package/data/packages/platform-esigning/api/Variable.DOCUSIGN_ACCOUNT_ID.md +1 -2
  342. package/data/packages/platform-esigning/api/Variable.DOCUSIGN_BASE_URL.md +1 -2
  343. package/data/packages/platform-esigning/api/Variable.DOCUSIGN_CONFIG_ENTRIES.md +2 -3
  344. package/data/packages/platform-esigning/api/Variable.DOCUSIGN_INTEGRATION_KEY.md +1 -2
  345. package/data/packages/platform-esigning/api/Variable.DOCUSIGN_SECRET_KEY.md +1 -2
  346. package/data/packages/platform-esigning/api/Variable.DOCUSIGN_WEBHOOK_HMAC_KEY.md +1 -2
  347. package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_API_KEY.md +1 -2
  348. package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_CLIENT_ID.md +1 -2
  349. package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_CONFIG_ENTRIES.md +2 -3
  350. package/data/packages/platform-esigning/api/Variable.DROPBOX_SIGN_WEBHOOK_SECRET.md +1 -2
  351. package/data/packages/platform-esigning/api/Variable.ESIGNING_API_BASE_URL.md +1 -2
  352. package/data/packages/platform-esigning/api/Variable.ESIGNING_API_KEY.md +1 -2
  353. package/data/packages/platform-esigning/api/Variable.ESIGNING_PROVIDER.md +1 -2
  354. package/data/packages/platform-esigning/api/Variable.ESIGNING_PROVIDER_OPTIONS.md +1 -2
  355. package/data/packages/platform-esigning/api/Variable.ESIGNING_WEBHOOK_SECRET.md +1 -2
  356. package/data/packages/platform-esigning/api/Variable.PLATFORM_ESIGNING_CONFIG_ENTRIES.md +2 -3
  357. package/data/packages/platform-esigning/api/Variable.SIGNNOW_API_KEY.md +1 -2
  358. package/data/packages/platform-esigning/api/Variable.SIGNNOW_BASE_URL.md +1 -2
  359. package/data/packages/platform-esigning/api/Variable.SIGNNOW_CLIENT_ID.md +1 -2
  360. package/data/packages/platform-esigning/api/Variable.SIGNNOW_CLIENT_SECRET.md +1 -2
  361. package/data/packages/platform-esigning/api/Variable.SIGNNOW_CONFIG_ENTRIES.md +2 -3
  362. package/data/packages/platform-esigning/api/Variable.SIGNNOW_WEBHOOK_SECRET.md +1 -2
  363. package/data/packages/platform-esigning/api/Variable.SignerRoles.md +12 -13
  364. package/data/packages/platform-esigning/api/Variable.SignerStatuses.md +14 -15
  365. package/data/packages/platform-esigning/api/Variable.SigningFieldTypes.md +20 -21
  366. package/data/packages/platform-esigning/api/Variable.SigningRequestStatuses.md +18 -19
  367. package/data/packages/platform-esigning/api/Variable.WebhookEventTypes.md +20 -21
  368. package/data/packages/platform-esigning/api/index.md +65 -66
  369. package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistrarBase.md +8 -9
  370. package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistry.md +13 -14
  371. package/data/packages/platform-intelligence/api/Class.IntelligenceModule.md +1 -2
  372. package/data/packages/platform-intelligence/api/Class.IntelligenceTextGenerator.md +10 -11
  373. package/data/packages/platform-intelligence/api/Function.createProviderOptions.md +2 -3
  374. package/data/packages/platform-intelligence/api/Function.loadAnthropicLanguageModel.md +2 -3
  375. package/data/packages/platform-intelligence/api/Function.loadGoogleLanguageModel.md +2 -3
  376. package/data/packages/platform-intelligence/api/Function.loadGrokLanguageModel.md +2 -3
  377. package/data/packages/platform-intelligence/api/Function.loadOpenAILanguageModel.md +2 -3
  378. package/data/packages/platform-intelligence/api/Function.loadProviderFactory.md +3 -4
  379. package/data/packages/platform-intelligence/api/Interface.IIntelligenceArtifact.md +3 -4
  380. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapability.md +9 -10
  381. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityMetadata.md +9 -10
  382. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityPayload.md +5 -6
  383. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityRegistry.md +13 -14
  384. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityResult.md +5 -6
  385. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCompletionUsage.md +5 -6
  386. package/data/packages/platform-intelligence/api/Interface.IIntelligenceContext.md +10 -11
  387. package/data/packages/platform-intelligence/api/Interface.IIntelligenceContextBuilder.md +4 -5
  388. package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationMessageSnapshot.md +9 -10
  389. package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationSnapshot.md +7 -8
  390. package/data/packages/platform-intelligence/api/Interface.IIntelligenceFollowUpQuestion.md +5 -6
  391. package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntent.md +5 -6
  392. package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntentEntity.md +3 -4
  393. package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessageModel.md +9 -10
  394. package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessagePayload.md +3 -4
  395. package/data/packages/platform-intelligence/api/Interface.IIntelligencePrompt.md +3 -4
  396. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptMessage.md +3 -4
  397. package/data/packages/platform-intelligence/api/Interface.IIntelligenceProviderConfiguration.md +13 -14
  398. package/data/packages/platform-intelligence/api/Interface.IIntelligenceResponseMessage.md +3 -4
  399. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextCompletion.md +8 -9
  400. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerationOptions.md +5 -6
  401. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerator.md +6 -7
  402. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceConversationMessageRole.md +1 -3
  403. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceLanguageModelLoader.md +2 -3
  404. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceProviderName.md +1 -2
  405. package/data/packages/platform-intelligence/api/Variable.IntelligenceConversationMessageRoles.md +7 -8
  406. package/data/packages/platform-intelligence/api/Variable.IntelligenceProviderNames.md +10 -11
  407. package/data/packages/platform-intelligence/api/index.md +46 -47
  408. package/data/packages/platform-logging/api/Class.LoggerModule.md +0 -1
  409. package/data/packages/platform-logging/api/Variable.APP_LOG_LEVEL.md +1 -2
  410. package/data/packages/platform-logging/api/Variable.PLATFORM_LOGGING_CONFIG_ENTRIES.md +2 -3
  411. package/data/packages/platform-logging/api/index.md +7 -8
  412. package/data/packages/platform-mailing/api/Class.BlobTemplateFetchStrategy.md +2 -3
  413. package/data/packages/platform-mailing/api/Class.DeliveryStrategyBase.md +11 -12
  414. package/data/packages/platform-mailing/api/Class.FileTemplateFetchStrategy.md +2 -3
  415. package/data/packages/platform-mailing/api/Class.LogDeliveryStrategy.md +13 -14
  416. package/data/packages/platform-mailing/api/Class.MailHealthIndicator.md +4 -5
  417. package/data/packages/platform-mailing/api/Class.MailModule.md +0 -1
  418. package/data/packages/platform-mailing/api/Class.MailService.md +31 -32
  419. package/data/packages/platform-mailing/api/Class.MailTemplateEngine.md +12 -13
  420. package/data/packages/platform-mailing/api/Class.MailVerificationService.md +18 -19
  421. package/data/packages/platform-mailing/api/Class.MailgunDeliveryStrategy.md +16 -17
  422. package/data/packages/platform-mailing/api/Class.PostmarkDeliveryStrategy.md +16 -17
  423. package/data/packages/platform-mailing/api/Class.ResendDeliveryStrategy.md +16 -17
  424. package/data/packages/platform-mailing/api/Class.SendGridDeliveryStrategy.md +16 -17
  425. package/data/packages/platform-mailing/api/Class.SmtpDeliveryStrategy.md +16 -17
  426. package/data/packages/platform-mailing/api/Class.TemplateFetchStrategyBase.md +2 -3
  427. package/data/packages/platform-mailing/api/Interface.IMailEvents.md +0 -1
  428. package/data/packages/platform-mailing/api/Interface.IMailTemplateVariants.md +1 -2
  429. package/data/packages/platform-mailing/api/TypeAlias.MailTemplateFormat.md +1 -2
  430. package/data/packages/platform-mailing/api/Variable.MAILGUN_API_KEY.md +1 -2
  431. package/data/packages/platform-mailing/api/Variable.MAILGUN_CONFIG_ENTRIES.md +2 -3
  432. package/data/packages/platform-mailing/api/Variable.MAILGUN_DOMAIN.md +1 -2
  433. package/data/packages/platform-mailing/api/Variable.MAIL_DELIVERY_STRATEGY.md +1 -2
  434. package/data/packages/platform-mailing/api/Variable.MAIL_DELIVERY_STRATEGY_TOKEN.md +1 -2
  435. package/data/packages/platform-mailing/api/Variable.MAIL_HOST.md +1 -2
  436. package/data/packages/platform-mailing/api/Variable.MAIL_MAILGUN_API_KEY.md +1 -2
  437. package/data/packages/platform-mailing/api/Variable.MAIL_MAILGUN_DOMAIN.md +1 -2
  438. package/data/packages/platform-mailing/api/Variable.MAIL_PORT.md +1 -2
  439. package/data/packages/platform-mailing/api/Variable.MAIL_POSTMARK_API_KEY.md +1 -2
  440. package/data/packages/platform-mailing/api/Variable.MAIL_RESEND_API_KEY.md +1 -2
  441. package/data/packages/platform-mailing/api/Variable.MAIL_SENDER_EMAIL.md +1 -2
  442. package/data/packages/platform-mailing/api/Variable.MAIL_SENDGRID_API_KEY.md +1 -2
  443. package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_HOST.md +1 -2
  444. package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_PASSWORD.md +1 -2
  445. package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_PORT.md +1 -2
  446. package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_SECURE.md +1 -2
  447. package/data/packages/platform-mailing/api/Variable.MAIL_SMTP_USER.md +1 -2
  448. package/data/packages/platform-mailing/api/Variable.MAIL_TEMPLATE_ENGINE_FORMAT.md +1 -2
  449. package/data/packages/platform-mailing/api/Variable.MAIL_TEMPLATE_FETCH_STRATEGY_TOKEN.md +1 -2
  450. package/data/packages/platform-mailing/api/Variable.MAIL_TEMPLATE_STRATEGY.md +1 -2
  451. package/data/packages/platform-mailing/api/Variable.MAIL_USER.md +1 -2
  452. package/data/packages/platform-mailing/api/Variable.PLATFORM_MAILING_CONFIG_ENTRIES.md +2 -3
  453. package/data/packages/platform-mailing/api/Variable.POSTMARK_API_KEY.md +1 -2
  454. package/data/packages/platform-mailing/api/Variable.POSTMARK_CONFIG_ENTRIES.md +2 -3
  455. package/data/packages/platform-mailing/api/Variable.RESEND_API_KEY.md +1 -2
  456. package/data/packages/platform-mailing/api/Variable.RESEND_CONFIG_ENTRIES.md +2 -3
  457. package/data/packages/platform-mailing/api/Variable.SENDGRID_API_KEY.md +1 -2
  458. package/data/packages/platform-mailing/api/Variable.SENDGRID_CONFIG_ENTRIES.md +2 -3
  459. package/data/packages/platform-mailing/api/Variable.SEND_MAIL_EVENT_KEY.md +2 -3
  460. package/data/packages/platform-mailing/api/index.md +54 -55
  461. package/data/packages/platform-mcp/api/Class.McpDiscoveryService.md +8 -9
  462. package/data/packages/platform-mcp/api/Class.McpModule.md +8 -9
  463. package/data/packages/platform-mcp/api/Class.McpRegistryService.md +16 -17
  464. package/data/packages/platform-mcp/api/Class.McpServerService.md +19 -20
  465. package/data/packages/platform-mcp/api/Function.McpPrompt.md +2 -3
  466. package/data/packages/platform-mcp/api/Function.McpResource.md +2 -3
  467. package/data/packages/platform-mcp/api/Function.McpTool.md +2 -3
  468. package/data/packages/platform-mcp/api/Interface.IMcpHandlerMetadata.md +2 -3
  469. package/data/packages/platform-mcp/api/Interface.IMcpModuleAsyncOptions.md +8 -9
  470. package/data/packages/platform-mcp/api/Interface.IMcpModuleOptions.md +3 -4
  471. package/data/packages/platform-mcp/api/Interface.IMcpModuleOptionsFactory.md +3 -4
  472. package/data/packages/platform-mcp/api/Interface.IMcpPromptMetadata.md +3 -4
  473. package/data/packages/platform-mcp/api/Interface.IMcpResourceMetadata.md +4 -5
  474. package/data/packages/platform-mcp/api/Interface.IMcpToolMetadata.md +5 -6
  475. package/data/packages/platform-mcp/api/Interface.IRegisteredPrompt.md +3 -4
  476. package/data/packages/platform-mcp/api/Interface.IRegisteredResource.md +3 -4
  477. package/data/packages/platform-mcp/api/Interface.IRegisteredTool.md +3 -4
  478. package/data/packages/platform-mcp/api/Interface.ISseTransportOptions.md +0 -1
  479. package/data/packages/platform-mcp/api/Interface.IStreamableHttpTransportOptions.md +1 -2
  480. package/data/packages/platform-mcp/api/Variable.MCP_MODULE_OPTIONS.md +1 -2
  481. package/data/packages/platform-mcp/api/index.md +26 -27
  482. package/data/packages/platform-openapi/api/Class.SwaggerFeatureDiscovery.md +5 -6
  483. package/data/packages/platform-openapi/api/Class.SwaggerFeatureRegistry.md +5 -6
  484. package/data/packages/platform-openapi/api/Class.SwaggerMultiDocumentService.md +20 -21
  485. package/data/packages/platform-openapi/api/Class.SwaggerTheme.md +2 -3
  486. package/data/packages/platform-openapi/api/Function.Api.md +13 -14
  487. package/data/packages/platform-openapi/api/Function.SwaggerFeature.md +5 -6
  488. package/data/packages/platform-openapi/api/Function.getRegisteredSwaggerFeatures.md +0 -1
  489. package/data/packages/platform-openapi/api/Function.getSwaggerFeatureMetadata.md +8 -7
  490. package/data/packages/platform-openapi/api/Interface.IFeatureSwaggerConfig.md +5 -6
  491. package/data/packages/platform-openapi/api/Interface.ISwaggerFeatureMetadata.md +5 -6
  492. package/data/packages/platform-openapi/api/Variable.APP_VERSION.md +1 -2
  493. package/data/packages/platform-openapi/api/Variable.PLATFORM_OPENAPI_CONFIG_ENTRIES.md +2 -3
  494. package/data/packages/platform-openapi/api/Variable.SWAGGER_CONTACT_EMAIL.md +1 -2
  495. package/data/packages/platform-openapi/api/Variable.SWAGGER_CONTACT_NAME.md +1 -2
  496. package/data/packages/platform-openapi/api/Variable.SWAGGER_CONTACT_URL.md +1 -2
  497. package/data/packages/platform-openapi/api/Variable.SWAGGER_FEATURE_METADATA_KEY.md +2 -3
  498. package/data/packages/platform-openapi/api/index.md +24 -25
  499. package/data/packages/platform-payments/api/Class.FeatureAccessPort.md +7 -8
  500. package/data/packages/platform-payments/api/Class.FeatureGuard.md +6 -7
  501. package/data/packages/platform-payments/api/Class.FeatureUsageInterceptor.md +7 -8
  502. package/data/packages/platform-payments/api/Class.LemonSqueezyClient.md +30 -31
  503. package/data/packages/platform-payments/api/Class.MollieClient.md +30 -31
  504. package/data/packages/platform-payments/api/Class.PaddleClient.md +30 -31
  505. package/data/packages/platform-payments/api/Class.PaymentClientPort.md +25 -26
  506. package/data/packages/platform-payments/api/Class.PaymentModule.md +2 -3
  507. package/data/packages/platform-payments/api/Class.StripeClient.md +30 -31
  508. package/data/packages/platform-payments/api/Function.RequiresFeature.md +2 -3
  509. package/data/packages/platform-payments/api/Interface.IFeatureAccessResult.md +4 -5
  510. package/data/packages/platform-payments/api/Interface.INormalizedCheckoutSession.md +5 -6
  511. package/data/packages/platform-payments/api/Interface.INormalizedPrice.md +6 -7
  512. package/data/packages/platform-payments/api/Interface.INormalizedSubscription.md +8 -9
  513. package/data/packages/platform-payments/api/Interface.INormalizedWebhookEvent.md +2 -3
  514. package/data/packages/platform-payments/api/Interface.IPaymentModuleOptions.md +3 -4
  515. package/data/packages/platform-payments/api/TypeAlias.SubscriptionStatus.md +9 -10
  516. package/data/packages/platform-payments/api/Variable.FEATURE_KEY_METADATA.md +2 -3
  517. package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_API_KEY.md +1 -2
  518. package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_CONFIG_ENTRIES.md +2 -3
  519. package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_STORE_ID.md +1 -2
  520. package/data/packages/platform-payments/api/Variable.LEMONSQUEEZY_WEBHOOK_SECRET.md +1 -2
  521. package/data/packages/platform-payments/api/Variable.MOLLIE_API_KEY.md +1 -2
  522. package/data/packages/platform-payments/api/Variable.MOLLIE_CONFIG_ENTRIES.md +2 -3
  523. package/data/packages/platform-payments/api/Variable.MOLLIE_WEBHOOK_SECRET.md +1 -2
  524. package/data/packages/platform-payments/api/Variable.PADDLE_API_KEY.md +1 -2
  525. package/data/packages/platform-payments/api/Variable.PADDLE_CONFIG_ENTRIES.md +2 -3
  526. package/data/packages/platform-payments/api/Variable.PADDLE_ENVIRONMENT.md +1 -2
  527. package/data/packages/platform-payments/api/Variable.PADDLE_WEBHOOK_SECRET.md +1 -2
  528. package/data/packages/platform-payments/api/Variable.STRIPE_API_KEY.md +1 -2
  529. package/data/packages/platform-payments/api/Variable.STRIPE_CONFIG_ENTRIES.md +2 -3
  530. package/data/packages/platform-payments/api/Variable.STRIPE_WEBHOOK_SECRET.md +1 -2
  531. package/data/packages/platform-payments/api/index.md +40 -41
  532. package/data/packages/platform-reporting/api/Class.ReportingContributorRegistry.md +3 -4
  533. package/data/packages/platform-reporting/api/Class.ReportingDatasetNotFoundError.md +3 -4
  534. package/data/packages/platform-reporting/api/Class.ReportingFacade.md +8 -9
  535. package/data/packages/platform-reporting/api/Class.ReportingModule.md +0 -1
  536. package/data/packages/platform-reporting/api/Interface.IReportingContributor.md +4 -5
  537. package/data/packages/platform-reporting/api/Interface.IReportingDataset.md +5 -6
  538. package/data/packages/platform-reporting/api/Interface.IReportingDatasetField.md +4 -5
  539. package/data/packages/platform-reporting/api/Interface.IReportingQuery.md +4 -5
  540. package/data/packages/platform-reporting/api/Interface.IReportingQueryFilter.md +2 -3
  541. package/data/packages/platform-reporting/api/Interface.IReportingQueryResult.md +4 -5
  542. package/data/packages/platform-reporting/api/Interface.IReportingQuerySort.md +1 -2
  543. package/data/packages/platform-reporting/api/TypeAlias.ReportingFieldType.md +1 -2
  544. package/data/packages/platform-reporting/api/TypeAlias.ReportingFilterOperator.md +1 -2
  545. package/data/packages/platform-reporting/api/TypeAlias.ReportingQueryResultRow.md +0 -1
  546. package/data/packages/platform-reporting/api/Variable.ReportingFieldTypes.md +12 -13
  547. package/data/packages/platform-reporting/api/Variable.ReportingFilterOperators.md +10 -11
  548. package/data/packages/platform-reporting/api/index.md +23 -24
  549. package/data/packages/platform-telemetry/api/Class.NoopTelemetryFacade.md +22 -23
  550. package/data/packages/platform-telemetry/api/Class.TelemetryCacheMetricsRecorder.md +26 -27
  551. package/data/packages/platform-telemetry/api/Class.TelemetryFacade.md +23 -24
  552. package/data/packages/platform-telemetry/api/Class.TelemetryLoggerService.md +35 -36
  553. package/data/packages/platform-telemetry/api/Class.TelemetryModule.md +2 -3
  554. package/data/packages/platform-telemetry/api/Class.TelemetryRuleEngine.md +4 -5
  555. package/data/packages/platform-telemetry/api/Interface.ITelemetryFacade.md +22 -23
  556. package/data/packages/platform-telemetry/api/Interface.ITelemetryMetricsOptions.md +2 -3
  557. package/data/packages/platform-telemetry/api/Interface.ITelemetryOptions.md +8 -9
  558. package/data/packages/platform-telemetry/api/Interface.ITelemetryTracesOptions.md +2 -3
  559. package/data/packages/platform-telemetry/api/Variable.TELEMETRY_ENABLED.md +1 -2
  560. package/data/packages/platform-telemetry/api/Variable.TELEMETRY_FACADE.md +1 -2
  561. package/data/packages/platform-telemetry/api/Variable.TELEMETRY_OPTIONS.md +1 -2
  562. package/data/packages/platform-telemetry/api/Variable.TELEMETRY_SHUTDOWN.md +1 -2
  563. package/data/packages/platform-telemetry/api/Variable.defaultTelemetryOptions.md +0 -1
  564. package/data/packages/platform-telemetry/api/index.md +20 -21
  565. package/package.json +1 -1
  566. package/data/packages/platform-authentication/api/Class.AppleStrategy.md +0 -81
  567. package/data/packages/platform-authentication/api/Class.GithubStrategy.md +0 -73
  568. package/data/packages/platform-authentication/api/Class.GoogleStrategy.md +0 -79
  569. package/data/packages/platform-authentication/api/Class.MicrosoftStrategy.md +0 -79
@@ -3,8 +3,7 @@ title: 'Variable: VERCEL\_BLOB\_PROVIDER\_OPTIONS'
3
3
  generated: true
4
4
  editUrl: false
5
5
  ---
6
-
7
- # Variable: VERCEL_BLOB_PROVIDER_OPTIONS
6
+ # Variable: VERCEL\_BLOB\_PROVIDER\_OPTIONS
8
7
 
9
8
  ```ts
10
9
  const VERCEL_BLOB_PROVIDER_OPTIONS: typeof VERCEL_BLOB_PROVIDER_OPTIONS;
@@ -3,58 +3,57 @@ title: '@breadstone/archipel-platform-blob-storage'
3
3
  generated: true
4
4
  editUrl: false
5
5
  ---
6
-
7
6
  # @breadstone/archipel-platform-blob-storage
8
7
 
9
8
  ## Classes
10
9
 
11
- | Class | Description |
12
- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13
- | [AwsS3BlobProvider](Class.AwsS3BlobProvider) | Provides an implementation of [IBlobProvider](Interface.IBlobProvider) for Amazon S3. |
14
- | [AzureBlobProvider](Class.AzureBlobProvider) | Provides an implementation of [IBlobProvider](Interface.IBlobProvider) for Microsoft Azure Blob Storage. |
15
- | [BlobHealthIndicator](Class.BlobHealthIndicator) | Health indicator for blob service. |
16
- | [BlobModule](Class.BlobModule) | NestJS module responsible for providing blob storage services. |
17
- | [BlobObjectPersistencePort](Class.BlobObjectPersistencePort) | Abstract port for persisting blob object metadata. Consuming projects must provide a concrete implementation (e.g. backed by Prisma, Mongo, etc.) and register it via `BlobModule.forRoot({ objectPersistence: MyAdapter })`. |
18
- | [BlobService](Class.BlobService) | Provides a generic abstraction for blob storage operations independent of the underlying provider. |
19
- | [BlobVariantPersistencePort](Class.BlobVariantPersistencePort) | Abstract port for persisting blob variant metadata. Consuming projects must provide a concrete implementation and register it via `BlobModule.forRoot({ variantPersistence: MyAdapter })`. |
20
- | [VercelBlobProvider](Class.VercelBlobProvider) | Provides an implementation of [IBlobProvider](Interface.IBlobProvider) for Vercel Blob storage. |
10
+ | Class | Description |
11
+ | ------ | ------ |
12
+ | [AwsS3BlobProvider](Class.AwsS3BlobProvider) | Provides an implementation of [IBlobProvider](Interface.IBlobProvider) for Amazon S3. |
13
+ | [AzureBlobProvider](Class.AzureBlobProvider) | Provides an implementation of [IBlobProvider](Interface.IBlobProvider) for Microsoft Azure Blob Storage. |
14
+ | [BlobHealthIndicator](Class.BlobHealthIndicator) | Health indicator for blob service. |
15
+ | [BlobModule](Class.BlobModule) | NestJS module responsible for providing blob storage services. |
16
+ | [BlobObjectPersistencePort](Class.BlobObjectPersistencePort) | Abstract port for persisting blob object metadata. Consuming projects must provide a concrete implementation (e.g. backed by Prisma, Mongo, etc.) and register it via `BlobModule.forRoot({ objectPersistence: MyAdapter })`. |
17
+ | [BlobService](Class.BlobService) | Provides a generic abstraction for blob storage operations independent of the underlying provider. |
18
+ | [BlobVariantPersistencePort](Class.BlobVariantPersistencePort) | Abstract port for persisting blob variant metadata. Consuming projects must provide a concrete implementation and register it via `BlobModule.forRoot({ variantPersistence: MyAdapter })`. |
19
+ | [VercelBlobProvider](Class.VercelBlobProvider) | Provides an implementation of [IBlobProvider](Interface.IBlobProvider) for Vercel Blob storage. |
21
20
 
22
21
  ## Interfaces
23
22
 
24
- | Interface | Description |
25
- | ---------------------------------------------------------------------------- | ----------- |
26
- | [IAwsS3BlobProviderRegistration](Interface.IAwsS3BlobProviderRegistration) | - |
27
- | [IAwsS3ProviderOptions](Interface.IAwsS3ProviderOptions) | - |
28
- | [IAzureBlobProviderOptions](Interface.IAzureBlobProviderOptions) | - |
29
- | [IAzureBlobProviderRegistration](Interface.IAzureBlobProviderRegistration) | - |
30
- | [IBlobDeleteRequest](Interface.IBlobDeleteRequest) | - |
31
- | [IBlobDownloadRequest](Interface.IBlobDownloadRequest) | - |
32
- | [IBlobDownloadResult](Interface.IBlobDownloadResult) | - |
33
- | [IBlobModuleOptions](Interface.IBlobModuleOptions) | - |
34
- | [IBlobObjectMetadata](Interface.IBlobObjectMetadata) | - |
35
- | [IBlobProvider](Interface.IBlobProvider) | - |
36
- | [IBlobSignedUrlRequest](Interface.IBlobSignedUrlRequest) | - |
37
- | [IBlobUploadRequest](Interface.IBlobUploadRequest) | - |
38
- | [IBlobUploadResult](Interface.IBlobUploadResult) | - |
39
- | [ICustomBlobProviderRegistration](Interface.ICustomBlobProviderRegistration) | - |
40
- | [IVercelBlobProviderOptions](Interface.IVercelBlobProviderOptions) | - |
41
- | [IVercelBlobProviderRegistration](Interface.IVercelBlobProviderRegistration) | - |
23
+ | Interface | Description |
24
+ | ------ | ------ |
25
+ | [IAwsS3BlobProviderRegistration](Interface.IAwsS3BlobProviderRegistration) | - |
26
+ | [IAwsS3ProviderOptions](Interface.IAwsS3ProviderOptions) | - |
27
+ | [IAzureBlobProviderOptions](Interface.IAzureBlobProviderOptions) | - |
28
+ | [IAzureBlobProviderRegistration](Interface.IAzureBlobProviderRegistration) | - |
29
+ | [IBlobDeleteRequest](Interface.IBlobDeleteRequest) | - |
30
+ | [IBlobDownloadRequest](Interface.IBlobDownloadRequest) | - |
31
+ | [IBlobDownloadResult](Interface.IBlobDownloadResult) | - |
32
+ | [IBlobModuleOptions](Interface.IBlobModuleOptions) | - |
33
+ | [IBlobObjectMetadata](Interface.IBlobObjectMetadata) | - |
34
+ | [IBlobProvider](Interface.IBlobProvider) | - |
35
+ | [IBlobSignedUrlRequest](Interface.IBlobSignedUrlRequest) | - |
36
+ | [IBlobUploadRequest](Interface.IBlobUploadRequest) | - |
37
+ | [IBlobUploadResult](Interface.IBlobUploadResult) | - |
38
+ | [ICustomBlobProviderRegistration](Interface.ICustomBlobProviderRegistration) | - |
39
+ | [IVercelBlobProviderOptions](Interface.IVercelBlobProviderOptions) | - |
40
+ | [IVercelBlobProviderRegistration](Interface.IVercelBlobProviderRegistration) | - |
42
41
 
43
42
  ## Type Aliases
44
43
 
45
- | Type Alias | Description |
46
- | ---------------------------------------------------------------- | ----------- |
47
- | [BlobDownloadResponseType](TypeAlias.BlobDownloadResponseType) | - |
48
- | [BlobUploadBody](TypeAlias.BlobUploadBody) | - |
49
- | [IBlobProviderRegistration](TypeAlias.IBlobProviderRegistration) | - |
44
+ | Type Alias | Description |
45
+ | ------ | ------ |
46
+ | [BlobDownloadResponseType](TypeAlias.BlobDownloadResponseType) | - |
47
+ | [BlobUploadBody](TypeAlias.BlobUploadBody) | - |
48
+ | [IBlobProviderRegistration](TypeAlias.IBlobProviderRegistration) | - |
50
49
 
51
50
  ## Variables
52
51
 
53
- | Variable | Description |
54
- | --------------------------------------------------------------------- | ----------- |
55
- | [AWS_S3_PROVIDER_OPTIONS](Variable.AWS_S3_PROVIDER_OPTIONS) | - |
56
- | [AZURE_BLOB_PROVIDER_OPTIONS](Variable.AZURE_BLOB_PROVIDER_OPTIONS) | - |
57
- | [BLOB_PROVIDER](Variable.BLOB_PROVIDER) | - |
58
- | [BlobDownloadResponseTypes](Variable.BlobDownloadResponseTypes) | - |
59
- | [BlobProviderKinds](Variable.BlobProviderKinds) | - |
60
- | [VERCEL_BLOB_PROVIDER_OPTIONS](Variable.VERCEL_BLOB_PROVIDER_OPTIONS) | - |
52
+ | Variable | Description |
53
+ | ------ | ------ |
54
+ | [AWS\_S3\_PROVIDER\_OPTIONS](Variable.AWS_S3_PROVIDER_OPTIONS) | - |
55
+ | [AZURE\_BLOB\_PROVIDER\_OPTIONS](Variable.AZURE_BLOB_PROVIDER_OPTIONS) | - |
56
+ | [BLOB\_PROVIDER](Variable.BLOB_PROVIDER) | - |
57
+ | [BlobDownloadResponseTypes](Variable.BlobDownloadResponseTypes) | - |
58
+ | [BlobProviderKinds](Variable.BlobProviderKinds) | - |
59
+ | [VERCEL\_BLOB\_PROVIDER\_OPTIONS](Variable.VERCEL_BLOB_PROVIDER_OPTIONS) | - |
@@ -3,10 +3,9 @@ title: 'Class: MemoryLayeredCache\<TKey, TValue\>'
3
3
  generated: true
4
4
  editUrl: false
5
5
  ---
6
-
7
6
  # Class: MemoryLayeredCache\<TKey, TValue\>
8
7
 
9
- Defined in: [MemoryLayeredCache.ts:73](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L73)
8
+ Defined in: [MemoryLayeredCache.ts:72](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L72)
10
9
 
11
10
  In-memory layered cache with LRU eviction, TTL expiration and
12
11
  optional stale-while-revalidate support. Falls back to an
@@ -14,10 +13,10 @@ asynchronous loader function on cache misses.
14
13
 
15
14
  ## Type Parameters
16
15
 
17
- | Type Parameter | Description |
18
- | -------------- | ----------------------------- |
19
- | `TKey` | The type of the cache keys. |
20
- | `TValue` | The type of the cache values. |
16
+ | Type Parameter | Description |
17
+ | ------ | ------ |
18
+ | `TKey` | The type of the cache keys. |
19
+ | `TValue` | The type of the cache values. |
21
20
 
22
21
  ## Implements
23
22
 
@@ -31,15 +30,15 @@ asynchronous loader function on cache misses.
31
30
  new MemoryLayeredCache<TKey, TValue>(loadFn, options?): MemoryLayeredCache<TKey, TValue>;
32
31
  ```
33
32
 
34
- Defined in: [MemoryLayeredCache.ts:100](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L100)
33
+ Defined in: [MemoryLayeredCache.ts:97](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L97)
35
34
 
36
35
  Initializes a new instance of the MemoryLayeredCache class.
37
36
 
38
37
  #### Parameters
39
38
 
40
- | Parameter | Type | Description |
41
- | ---------- | -------------------------------------------------------- | ------------------------------------------------ |
42
- | `loadFn` | (`key`) => `Promise`\<`TValue` \| `undefined`\> | Async loader invoked on cache misses. |
39
+ | Parameter | Type | Description |
40
+ | ------ | ------ | ------ |
41
+ | `loadFn` | (`key`) => `Promise`\<`TValue` \| `undefined`\> | Async loader invoked on cache misses. |
43
42
  | `options?` | [`ILayeredCacheOptions`](Interface.ILayeredCacheOptions) | Optional configuration for TTL, LRU and metrics. |
44
43
 
45
44
  #### Returns
@@ -54,15 +53,15 @@ Initializes a new instance of the MemoryLayeredCache class.
54
53
  get(key): TValue | undefined;
55
54
  ```
56
55
 
57
- Defined in: [MemoryLayeredCache.ts:115](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L115)
56
+ Defined in: [MemoryLayeredCache.ts:109](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L109)
58
57
 
59
58
  Retrieves a value from the cache synchronously.
60
59
 
61
60
  #### Parameters
62
61
 
63
- | Parameter | Type | Description |
64
- | --------- | ------ | -------------------- |
65
- | `key` | `TKey` | The key to retrieve. |
62
+ | Parameter | Type | Description |
63
+ | ------ | ------ | ------ |
64
+ | `key` | `TKey` | The key to retrieve. |
66
65
 
67
66
  #### Returns
68
67
 
@@ -74,7 +73,7 @@ The cached value or `undefined` on a miss.
74
73
 
75
74
  [`ILayeredCache`](Interface.ILayeredCache).[`get`](Interface.ILayeredCache#get)
76
75
 
77
- ---
76
+ ***
78
77
 
79
78
  ### getAsync()
80
79
 
@@ -82,15 +81,15 @@ The cached value or `undefined` on a miss.
82
81
  getAsync(key): Promise<TValue | undefined>;
83
82
  ```
84
83
 
85
- Defined in: [MemoryLayeredCache.ts:136](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L136)
84
+ Defined in: [MemoryLayeredCache.ts:130](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L130)
86
85
 
87
86
  Retrieves a value from the cache asynchronously.
88
87
 
89
88
  #### Parameters
90
89
 
91
- | Parameter | Type | Description |
92
- | --------- | ------ | -------------------- |
93
- | `key` | `TKey` | The key to retrieve. |
90
+ | Parameter | Type | Description |
91
+ | ------ | ------ | ------ |
92
+ | `key` | `TKey` | The key to retrieve. |
94
93
 
95
94
  #### Returns
96
95
 
@@ -102,7 +101,7 @@ A promise resolving to the cached value or `undefined` on a miss.
102
101
 
103
102
  [`ILayeredCache`](Interface.ILayeredCache).[`getAsync`](Interface.ILayeredCache#getasync)
104
103
 
105
- ---
104
+ ***
106
105
 
107
106
  ### invalidate()
108
107
 
@@ -110,15 +109,15 @@ A promise resolving to the cached value or `undefined` on a miss.
110
109
  invalidate(key): void;
111
110
  ```
112
111
 
113
- Defined in: [MemoryLayeredCache.ts:180](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L180)
112
+ Defined in: [MemoryLayeredCache.ts:174](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L174)
114
113
 
115
114
  Invalidates a key in the cache synchronously.
116
115
 
117
116
  #### Parameters
118
117
 
119
- | Parameter | Type | Description |
120
- | --------- | ------ | ---------------------- |
121
- | `key` | `TKey` | The key to invalidate. |
118
+ | Parameter | Type | Description |
119
+ | ------ | ------ | ------ |
120
+ | `key` | `TKey` | The key to invalidate. |
122
121
 
123
122
  #### Returns
124
123
 
@@ -128,7 +127,7 @@ Invalidates a key in the cache synchronously.
128
127
 
129
128
  [`ILayeredCache`](Interface.ILayeredCache).[`invalidate`](Interface.ILayeredCache#invalidate)
130
129
 
131
- ---
130
+ ***
132
131
 
133
132
  ### invalidateAsync()
134
133
 
@@ -136,15 +135,15 @@ Invalidates a key in the cache synchronously.
136
135
  invalidateAsync(key): Promise<void>;
137
136
  ```
138
137
 
139
- Defined in: [MemoryLayeredCache.ts:185](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L185)
138
+ Defined in: [MemoryLayeredCache.ts:179](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L179)
140
139
 
141
140
  Invalidates a key in the cache asynchronously.
142
141
 
143
142
  #### Parameters
144
143
 
145
- | Parameter | Type | Description |
146
- | --------- | ------ | ---------------------- |
147
- | `key` | `TKey` | The key to invalidate. |
144
+ | Parameter | Type | Description |
145
+ | ------ | ------ | ------ |
146
+ | `key` | `TKey` | The key to invalidate. |
148
147
 
149
148
  #### Returns
150
149
 
@@ -154,7 +153,7 @@ Invalidates a key in the cache asynchronously.
154
153
 
155
154
  [`ILayeredCache`](Interface.ILayeredCache).[`invalidateAsync`](Interface.ILayeredCache#invalidateasync)
156
155
 
157
- ---
156
+ ***
158
157
 
159
158
  ### set()
160
159
 
@@ -162,16 +161,16 @@ Invalidates a key in the cache asynchronously.
162
161
  set(key, value): void;
163
162
  ```
164
163
 
165
- Defined in: [MemoryLayeredCache.ts:158](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L158)
164
+ Defined in: [MemoryLayeredCache.ts:152](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L152)
166
165
 
167
166
  Stores a value in the cache synchronously.
168
167
 
169
168
  #### Parameters
170
169
 
171
- | Parameter | Type | Description |
172
- | --------- | -------- | ------------------- |
173
- | `key` | `TKey` | The key to store. |
174
- | `value` | `TValue` | The value to store. |
170
+ | Parameter | Type | Description |
171
+ | ------ | ------ | ------ |
172
+ | `key` | `TKey` | The key to store. |
173
+ | `value` | `TValue` | The value to store. |
175
174
 
176
175
  #### Returns
177
176
 
@@ -181,7 +180,7 @@ Stores a value in the cache synchronously.
181
180
 
182
181
  [`ILayeredCache`](Interface.ILayeredCache).[`set`](Interface.ILayeredCache#set)
183
182
 
184
- ---
183
+ ***
185
184
 
186
185
  ### setAsync()
187
186
 
@@ -189,16 +188,16 @@ Stores a value in the cache synchronously.
189
188
  setAsync(key, value): Promise<void>;
190
189
  ```
191
190
 
192
- Defined in: [MemoryLayeredCache.ts:166](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L166)
191
+ Defined in: [MemoryLayeredCache.ts:160](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L160)
193
192
 
194
193
  Stores a value in the cache asynchronously.
195
194
 
196
195
  #### Parameters
197
196
 
198
- | Parameter | Type | Description |
199
- | --------- | -------- | ------------------- |
200
- | `key` | `TKey` | The key to store. |
201
- | `value` | `TValue` | The value to store. |
197
+ | Parameter | Type | Description |
198
+ | ------ | ------ | ------ |
199
+ | `key` | `TKey` | The key to store. |
200
+ | `value` | `TValue` | The value to store. |
202
201
 
203
202
  #### Returns
204
203
 
@@ -208,7 +207,7 @@ Stores a value in the cache asynchronously.
208
207
 
209
208
  [`ILayeredCache`](Interface.ILayeredCache).[`setAsync`](Interface.ILayeredCache#setasync)
210
209
 
211
- ---
210
+ ***
212
211
 
213
212
  ### stats()
214
213
 
@@ -216,7 +215,7 @@ Stores a value in the cache asynchronously.
216
215
  stats(): ICacheStats;
217
216
  ```
218
217
 
219
- Defined in: [MemoryLayeredCache.ts:190](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L190)
218
+ Defined in: [MemoryLayeredCache.ts:184](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L184)
220
219
 
221
220
  Returns current cache statistics.
222
221
 
@@ -230,7 +229,7 @@ The cache statistics snapshot.
230
229
 
231
230
  [`ILayeredCache`](Interface.ILayeredCache).[`stats`](Interface.ILayeredCache#stats)
232
231
 
233
- ---
232
+ ***
234
233
 
235
234
  ### warm()
236
235
 
@@ -238,15 +237,15 @@ The cache statistics snapshot.
238
237
  warm(key): Promise<TValue | undefined>;
239
238
  ```
240
239
 
241
- Defined in: [MemoryLayeredCache.ts:174](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L174)
240
+ Defined in: [MemoryLayeredCache.ts:168](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/MemoryLayeredCache.ts#L168)
242
241
 
243
242
  Proactively warms the cache for a given key.
244
243
 
245
244
  #### Parameters
246
245
 
247
- | Parameter | Type | Description |
248
- | --------- | ------ | ---------------- |
249
- | `key` | `TKey` | The key to warm. |
246
+ | Parameter | Type | Description |
247
+ | ------ | ------ | ------ |
248
+ | `key` | `TKey` | The key to warm. |
250
249
 
251
250
  #### Returns
252
251
 
@@ -3,7 +3,6 @@ title: 'Class: NoopCacheMetricsRecorder'
3
3
  generated: true
4
4
  editUrl: false
5
5
  ---
6
-
7
6
  # Class: NoopCacheMetricsRecorder
8
7
 
9
8
  Defined in: [NoopCacheMetricsRecorder.ts:13](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L13)
@@ -35,15 +34,15 @@ new NoopCacheMetricsRecorder(): NoopCacheMetricsRecorder;
35
34
  optional recordEviction(_cache): void;
36
35
  ```
37
36
 
38
- Defined in: [NoopCacheMetricsRecorder.ts:38](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L38)
37
+ Defined in: [NoopCacheMetricsRecorder.ts:37](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L37)
39
38
 
40
39
  Records a cache eviction.
41
40
 
42
41
  #### Parameters
43
42
 
44
- | Parameter | Type | Description |
45
- | --------- | -------- | ----------------------- |
46
- | `_cache` | `string` | The cache name / label. |
43
+ | Parameter | Type | Description |
44
+ | ------ | ------ | ------ |
45
+ | `_cache` | `string` | The cache name / label. |
47
46
 
48
47
  #### Returns
49
48
 
@@ -53,7 +52,7 @@ Records a cache eviction.
53
52
 
54
53
  [`ICacheMetricsRecorder`](Interface.ICacheMetricsRecorder).[`recordEviction`](Interface.ICacheMetricsRecorder#recordeviction)
55
54
 
56
- ---
55
+ ***
57
56
 
58
57
  ### recordHit()
59
58
 
@@ -61,15 +60,15 @@ Records a cache eviction.
61
60
  recordHit(_cache): void;
62
61
  ```
63
62
 
64
- Defined in: [NoopCacheMetricsRecorder.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L18)
63
+ Defined in: [NoopCacheMetricsRecorder.ts:17](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L17)
65
64
 
66
65
  Records a cache hit.
67
66
 
68
67
  #### Parameters
69
68
 
70
- | Parameter | Type | Description |
71
- | --------- | -------- | ----------------------- |
72
- | `_cache` | `string` | The cache name / label. |
69
+ | Parameter | Type | Description |
70
+ | ------ | ------ | ------ |
71
+ | `_cache` | `string` | The cache name / label. |
73
72
 
74
73
  #### Returns
75
74
 
@@ -79,7 +78,7 @@ Records a cache hit.
79
78
 
80
79
  [`ICacheMetricsRecorder`](Interface.ICacheMetricsRecorder).[`recordHit`](Interface.ICacheMetricsRecorder#recordhit)
81
80
 
82
- ---
81
+ ***
83
82
 
84
83
  ### recordLoadError()
85
84
 
@@ -87,15 +86,15 @@ Records a cache hit.
87
86
  recordLoadError(_cache): void;
88
87
  ```
89
88
 
90
- Defined in: [NoopCacheMetricsRecorder.ts:33](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L33)
89
+ Defined in: [NoopCacheMetricsRecorder.ts:32](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L32)
91
90
 
92
91
  Records a failed cache load.
93
92
 
94
93
  #### Parameters
95
94
 
96
- | Parameter | Type | Description |
97
- | --------- | -------- | ----------------------- |
98
- | `_cache` | `string` | The cache name / label. |
95
+ | Parameter | Type | Description |
96
+ | ------ | ------ | ------ |
97
+ | `_cache` | `string` | The cache name / label. |
99
98
 
100
99
  #### Returns
101
100
 
@@ -105,7 +104,7 @@ Records a failed cache load.
105
104
 
106
105
  [`ICacheMetricsRecorder`](Interface.ICacheMetricsRecorder).[`recordLoadError`](Interface.ICacheMetricsRecorder#recordloaderror)
107
106
 
108
- ---
107
+ ***
109
108
 
110
109
  ### recordLoadSuccess()
111
110
 
@@ -113,15 +112,15 @@ Records a failed cache load.
113
112
  recordLoadSuccess(_cache): void;
114
113
  ```
115
114
 
116
- Defined in: [NoopCacheMetricsRecorder.ts:28](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L28)
115
+ Defined in: [NoopCacheMetricsRecorder.ts:27](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L27)
117
116
 
118
117
  Records a successful cache load.
119
118
 
120
119
  #### Parameters
121
120
 
122
- | Parameter | Type | Description |
123
- | --------- | -------- | ----------------------- |
124
- | `_cache` | `string` | The cache name / label. |
121
+ | Parameter | Type | Description |
122
+ | ------ | ------ | ------ |
123
+ | `_cache` | `string` | The cache name / label. |
125
124
 
126
125
  #### Returns
127
126
 
@@ -131,7 +130,7 @@ Records a successful cache load.
131
130
 
132
131
  [`ICacheMetricsRecorder`](Interface.ICacheMetricsRecorder).[`recordLoadSuccess`](Interface.ICacheMetricsRecorder#recordloadsuccess)
133
132
 
134
- ---
133
+ ***
135
134
 
136
135
  ### recordMiss()
137
136
 
@@ -139,15 +138,15 @@ Records a successful cache load.
139
138
  recordMiss(_cache): void;
140
139
  ```
141
140
 
142
- Defined in: [NoopCacheMetricsRecorder.ts:23](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L23)
141
+ Defined in: [NoopCacheMetricsRecorder.ts:22](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-caching/src/NoopCacheMetricsRecorder.ts#L22)
143
142
 
144
143
  Records a cache miss.
145
144
 
146
145
  #### Parameters
147
146
 
148
- | Parameter | Type | Description |
149
- | --------- | -------- | ----------------------- |
150
- | `_cache` | `string` | The cache name / label. |
147
+ | Parameter | Type | Description |
148
+ | ------ | ------ | ------ |
149
+ | `_cache` | `string` | The cache name / label. |
151
150
 
152
151
  #### Returns
153
152