From 190d3877b6a2b9f2184b883df6ce909381636b0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Oct 2023 22:57:00 +0000 Subject: [PATCH] chore: Updating docs for Cloudflare LaunchDarkly SDK (2.2.2) --- .../sdk/cloudflare/docs/assets/highlight.css | 92 ++ packages/sdk/cloudflare/docs/assets/main.js | 58 + packages/sdk/cloudflare/docs/assets/search.js | 1 + packages/sdk/cloudflare/docs/assets/style.css | 1379 +++++++++++++++++ .../docs/classes/AsyncStoreFacade.html | 320 ++++ .../docs/classes/EdgeFeatureStore.html | 478 ++++++ .../sdk/cloudflare/docs/classes/LDClient.html | 663 ++++++++ .../docs/classes/LDConcurrentExecution.html | 204 +++ .../docs/classes/LDSerialExecution.html | 218 +++ .../docs/classes/NullEventSource.html | 390 +++++ .../classes/PersistentDataStoreWrapper.html | 527 +++++++ .../integrations.FileDataSourceFactory.html | 251 +++ .../docs/classes/integrations.TestData.html | 414 +++++ .../integrations.TestDataFlagBuilder.html | 604 ++++++++ .../integrations.TestDataRuleBuilder.html | 341 ++++ .../classes/platform-1.ApplicationTags.html | 296 ++++ .../platform-1.AttributeReference.html | 401 +++++ .../docs/classes/platform-1.BasicLogger.html | 442 ++++++ .../classes/platform-1.ClientContext.html | 319 ++++ .../docs/classes/platform-1.Context.html | 568 +++++++ .../classes/platform-1.ContextFilter.html | 325 ++++ .../classes/platform-1.DateValidator.html | 304 ++++ .../classes/platform-1.FactoryOrInstance.html | 303 ++++ .../docs/classes/platform-1.Function.html | 303 ++++ .../classes/platform-1.KindValidator.html | 325 ++++ .../classes/platform-1.LDClientError.html | 364 +++++ .../platform-1.LDFileDataSourceError.html | 364 +++++ .../classes/platform-1.LDPollingError.html | 373 +++++ .../classes/platform-1.LDStreamingError.html | 373 +++++ .../platform-1.LDUnexpectedResponseError.html | 364 +++++ .../classes/platform-1.NullableBoolean.html | 303 ++++ .../classes/platform-1.NumberWithMinimum.html | 329 ++++ .../classes/platform-1.OptionMessages.html | 404 +++++ .../docs/classes/platform-1.SafeLogger.html | 410 +++++ .../classes/platform-1.ServiceEndpoints.html | 311 ++++ .../platform-1.StringMatchingRegex.html | 331 ++++ .../docs/classes/platform-1.Type.html | 344 ++++ .../docs/classes/platform-1.TypeArray.html | 343 ++++ .../classes/platform-1.TypeValidators.html | 399 +++++ .../platform-1.internal.ClientMessages.html | 300 ++++ ...latform-1.internal.DiagnosticsManager.html | 416 +++++ .../platform-1.internal.EventFactoryBase.html | 380 +++++ .../platform-1.internal.EventProcessor.html | 503 ++++++ .../platform-1.internal.InputCustomEvent.html | 353 +++++ .../platform-1.internal.InputEvalEvent.html | 425 +++++ ...latform-1.internal.InputIdentifyEvent.html | 326 ++++ ...latform-1.internal.NullEventProcessor.html | 326 ++++ ...latform-1.internal.StreamingProcessor.html | 434 ++++++ .../docs/enums/LDConsistencyCheck.html | 201 +++ .../cloudflare/docs/enums/LDExecution.html | 203 +++ .../docs/enums/LDExecutionOrdering.html | 195 +++ .../docs/enums/LDMigrationStage.html | 242 +++ .../enums/platform-1.internal.ErrorKinds.html | 311 ++++ ...platform-1.subsystem.LDDeliveryStatus.html | 282 ++++ .../platform-1.subsystem.LDEventType.html | 275 ++++ .../docs/functions/IsMigrationStage.html | 178 +++ .../docs/functions/LDMigrationError.html | 183 +++ .../docs/functions/LDMigrationSuccess.html | 185 +++ .../docs/functions/createMigration.html | 185 +++ .../docs/functions/deserializePoll.html | 180 +++ .../sdk/cloudflare/docs/functions/init.html | 193 +++ .../docs/functions/platform-1.clone.html | 247 +++ .../platform-1.createSafeLogger.html | 247 +++ .../functions/platform-1.defaultHeaders.html | 251 +++ .../platform-1.httpErrorMessage.html | 256 +++ ....internal.createErrorEvaluationDetail.html | 282 ++++ ...nternal.createSuccessEvaluationDetail.html | 279 ++++ .../platform-1.internal.shouldSample.html | 272 ++++ .../platform-1.isHttpRecoverable.html | 247 +++ .../docs/functions/platform-1.noop.html | 242 +++ .../functions/platform-1.secondsToMillis.html | 247 +++ .../docs/functions/platform-1.sleep.html | 247 +++ packages/sdk/cloudflare/docs/index.html | 549 +++++++ .../docs/interfaces/EdgeProvider.html | 200 +++ .../docs/interfaces/LDBigSegmentsOptions.html | 287 ++++ .../docs/interfaces/LDFlagsState.html | 276 ++++ .../docs/interfaces/LDFlagsStateOptions.html | 219 +++ .../docs/interfaces/LDMigration.html | 259 ++++ .../LDMigrationConsistencyMeasurement.html | 201 +++ .../LDMigrationErrorMeasurement.html | 201 +++ .../interfaces/LDMigrationEvaluation.html | 227 +++ .../LDMigrationInvokedMeasurement.html | 201 +++ .../LDMigrationLatencyMeasurement.html | 201 +++ .../docs/interfaces/LDMigrationOpEvent.html | 235 +++ .../docs/interfaces/LDMigrationOptions.html | 373 +++++ .../docs/interfaces/LDMigrationTracker.html | 320 ++++ .../docs/interfaces/LDMigrationVariation.html | 205 +++ .../docs/interfaces/LDProxyOptions.html | 222 +++ .../docs/interfaces/LDTLSOptions.html | 271 ++++ .../interfaces.BigSegmentStore.html | 267 ++++ .../interfaces.BigSegmentStoreMembership.html | 196 +++ .../interfaces.BigSegmentStoreMetadata.html | 215 +++ .../interfaces.BigSegmentStoreStatus.html | 238 +++ ...erfaces.BigSegmentStoreStatusProvider.html | 240 +++ .../interfaces/interfaces.DataCollection.html | 230 +++ .../docs/interfaces/interfaces.DataKind.html | 216 +++ .../interfaces/interfaces.ItemDescriptor.html | 226 +++ .../docs/interfaces/interfaces.KeyedItem.html | 226 +++ .../interfaces.PersistentDataStore.html | 469 ++++++ .../interfaces.PersistentStoreDataKind.html | 248 +++ .../interfaces.SerializedItemDescriptor.html | 240 +++ .../interfaces/interfaces.VersionedData.html | 237 +++ .../platform-1.BasicLoggerOptions.html | 339 ++++ .../docs/interfaces/platform-1.Crypto.html | 301 ++++ .../docs/interfaces/platform-1.Encoding.html | 270 ++++ .../interfaces/platform-1.EventSource.html | 359 +++++ .../platform-1.EventSourceInitDict.html | 313 ++++ .../interfaces/platform-1.Filesystem.html | 342 ++++ .../docs/interfaces/platform-1.Hasher.html | 293 ++++ .../docs/interfaces/platform-1.Headers.html | 345 +++++ .../docs/interfaces/platform-1.Hmac.html | 295 ++++ .../docs/interfaces/platform-1.Info.html | 286 ++++ .../platform-1.LDClientContext.html | 286 ++++ .../platform-1.LDContextCommon.html | 303 ++++ .../interfaces/platform-1.LDContextMeta.html | 292 ++++ .../platform-1.LDEvaluationDetail.html | 294 ++++ .../platform-1.LDEvaluationDetailTyped.html | 292 ++++ .../platform-1.LDEvaluationReason.html | 353 +++++ .../docs/interfaces/platform-1.LDFlagSet.html | 248 +++ .../docs/interfaces/platform-1.LDLogger.html | 354 +++++ .../platform-1.LDMultiKindContext.html | 277 ++++ .../platform-1.LDSingleKindContext.html | 323 ++++ .../docs/interfaces/platform-1.LDUser.html | 384 +++++ .../docs/interfaces/platform-1.Options.html | 283 ++++ .../docs/interfaces/platform-1.Platform.html | 307 ++++ .../interfaces/platform-1.PlatformData.html | 310 ++++ .../docs/interfaces/platform-1.Requests.html | 315 ++++ .../docs/interfaces/platform-1.Response.html | 304 ++++ .../docs/interfaces/platform-1.SdkData.html | 306 ++++ .../interfaces/platform-1.TypeValidator.html | 293 ++++ .../interfaces/platform-1.WatchHandle.html | 268 ++++ ...atform-1.internal.InputMigrationEvent.html | 325 ++++ ...orm-1.subsystem.LDContextDeduplicator.html | 319 ++++ ...platform-1.subsystem.LDEventProcessor.html | 305 ++++ .../platform-1.subsystem.LDEventSender.html | 282 ++++ ...tform-1.subsystem.LDEventSenderResult.html | 286 ++++ .../subsystems.LDDataSourceUpdates.html | 268 ++++ .../interfaces/subsystems.LDFeatureStore.html | 465 ++++++ .../subsystems.LDFeatureStoreDataStorage.html | 183 +++ .../subsystems.LDFeatureStoreItem.html | 213 +++ .../subsystems.LDFeatureStoreKindData.html | 183 +++ .../subsystems.LDKeyedFeatureStoreItem.html | 219 +++ .../cloudflare/docs/modules/integrations.html | 179 +++ .../cloudflare/docs/modules/interfaces.html | 206 +++ .../cloudflare/docs/modules/platform-1.html | 325 ++++ .../docs/modules/platform-1.internal.html | 292 ++++ .../docs/modules/platform-1.subsystem.html | 261 ++++ .../cloudflare/docs/modules/subsystems.html | 183 +++ .../cloudflare/docs/types/LDMethodResult.html | 187 +++ .../docs/types/LDMigrationMeasurement.html | 166 ++ .../cloudflare/docs/types/LDMigrationOp.html | 163 ++ .../docs/types/LDMigrationOrigin.html | 168 ++ .../docs/types/LDMigrationReadResult.html | 171 ++ .../docs/types/LDMigrationResult.html | 190 +++ .../docs/types/LDMigrationWriteResult.html | 185 +++ .../sdk/cloudflare/docs/types/LDOptions.html | 168 ++ .../docs/types/interfaces.FullDataSet.html | 193 +++ .../docs/types/interfaces.KeyedItems.html | 192 +++ .../docs/types/interfaces.KindKeyedStore.html | 188 +++ .../docs/types/platform-1.EventListener.html | 254 +++ .../docs/types/platform-1.EventName.html | 238 +++ .../docs/types/platform-1.LDContext.html | 241 +++ .../docs/types/platform-1.LDFlagValue.html | 242 +++ .../docs/types/platform-1.LDHeaders.html | 249 +++ .../docs/types/platform-1.LDLogLevel.html | 245 +++ .../platform-1.ProcessStreamResponse.html | 267 ++++ .../docs/types/platform-1.VoidFunction.html | 246 +++ .../platform-1.internal.EvalEventArgs.html | 288 ++++ .../types/platform-1.internal.InputEvent.html | 259 ++++ ...form-1.internal.StreamingErrorHandler.html | 272 ++++ 170 files changed, 49527 insertions(+) create mode 100644 packages/sdk/cloudflare/docs/assets/highlight.css create mode 100644 packages/sdk/cloudflare/docs/assets/main.js create mode 100644 packages/sdk/cloudflare/docs/assets/search.js create mode 100644 packages/sdk/cloudflare/docs/assets/style.css create mode 100644 packages/sdk/cloudflare/docs/classes/AsyncStoreFacade.html create mode 100644 packages/sdk/cloudflare/docs/classes/EdgeFeatureStore.html create mode 100644 packages/sdk/cloudflare/docs/classes/LDClient.html create mode 100644 packages/sdk/cloudflare/docs/classes/LDConcurrentExecution.html create mode 100644 packages/sdk/cloudflare/docs/classes/LDSerialExecution.html create mode 100644 packages/sdk/cloudflare/docs/classes/NullEventSource.html create mode 100644 packages/sdk/cloudflare/docs/classes/PersistentDataStoreWrapper.html create mode 100644 packages/sdk/cloudflare/docs/classes/integrations.FileDataSourceFactory.html create mode 100644 packages/sdk/cloudflare/docs/classes/integrations.TestData.html create mode 100644 packages/sdk/cloudflare/docs/classes/integrations.TestDataFlagBuilder.html create mode 100644 packages/sdk/cloudflare/docs/classes/integrations.TestDataRuleBuilder.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.ApplicationTags.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.AttributeReference.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.BasicLogger.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.ClientContext.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.Context.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.ContextFilter.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.DateValidator.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.FactoryOrInstance.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.Function.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.KindValidator.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.LDClientError.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.LDFileDataSourceError.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.LDPollingError.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.LDStreamingError.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.LDUnexpectedResponseError.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.NullableBoolean.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.NumberWithMinimum.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.OptionMessages.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.SafeLogger.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.ServiceEndpoints.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.StringMatchingRegex.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.Type.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.TypeArray.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.TypeValidators.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.ClientMessages.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.DiagnosticsManager.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.EventFactoryBase.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.EventProcessor.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.InputCustomEvent.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.InputEvalEvent.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.InputIdentifyEvent.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.NullEventProcessor.html create mode 100644 packages/sdk/cloudflare/docs/classes/platform-1.internal.StreamingProcessor.html create mode 100644 packages/sdk/cloudflare/docs/enums/LDConsistencyCheck.html create mode 100644 packages/sdk/cloudflare/docs/enums/LDExecution.html create mode 100644 packages/sdk/cloudflare/docs/enums/LDExecutionOrdering.html create mode 100644 packages/sdk/cloudflare/docs/enums/LDMigrationStage.html create mode 100644 packages/sdk/cloudflare/docs/enums/platform-1.internal.ErrorKinds.html create mode 100644 packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDDeliveryStatus.html create mode 100644 packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDEventType.html create mode 100644 packages/sdk/cloudflare/docs/functions/IsMigrationStage.html create mode 100644 packages/sdk/cloudflare/docs/functions/LDMigrationError.html create mode 100644 packages/sdk/cloudflare/docs/functions/LDMigrationSuccess.html create mode 100644 packages/sdk/cloudflare/docs/functions/createMigration.html create mode 100644 packages/sdk/cloudflare/docs/functions/deserializePoll.html create mode 100644 packages/sdk/cloudflare/docs/functions/init.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.clone.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.createSafeLogger.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.defaultHeaders.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.httpErrorMessage.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.internal.createErrorEvaluationDetail.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.internal.createSuccessEvaluationDetail.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.internal.shouldSample.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.isHttpRecoverable.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.noop.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.secondsToMillis.html create mode 100644 packages/sdk/cloudflare/docs/functions/platform-1.sleep.html create mode 100644 packages/sdk/cloudflare/docs/index.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/EdgeProvider.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDBigSegmentsOptions.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDFlagsState.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDFlagsStateOptions.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigration.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationConsistencyMeasurement.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationErrorMeasurement.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationEvaluation.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationInvokedMeasurement.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationLatencyMeasurement.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationOpEvent.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationOptions.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationTracker.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDMigrationVariation.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDProxyOptions.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/LDTLSOptions.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStore.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMembership.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMetadata.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatus.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatusProvider.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.DataCollection.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.DataKind.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.ItemDescriptor.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.KeyedItem.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentDataStore.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentStoreDataKind.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.SerializedItemDescriptor.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/interfaces.VersionedData.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.BasicLoggerOptions.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Crypto.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Encoding.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.EventSource.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.EventSourceInitDict.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Filesystem.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Hasher.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Headers.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Hmac.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Info.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDClientContext.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextCommon.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextMeta.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetail.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetailTyped.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationReason.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDFlagSet.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDLogger.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDMultiKindContext.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDSingleKindContext.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.LDUser.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Options.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Platform.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.PlatformData.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Requests.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.Response.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.SdkData.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.TypeValidator.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.WatchHandle.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.internal.InputMigrationEvent.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDContextDeduplicator.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventProcessor.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSender.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSenderResult.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/subsystems.LDDataSourceUpdates.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStore.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreDataStorage.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreItem.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreKindData.html create mode 100644 packages/sdk/cloudflare/docs/interfaces/subsystems.LDKeyedFeatureStoreItem.html create mode 100644 packages/sdk/cloudflare/docs/modules/integrations.html create mode 100644 packages/sdk/cloudflare/docs/modules/interfaces.html create mode 100644 packages/sdk/cloudflare/docs/modules/platform-1.html create mode 100644 packages/sdk/cloudflare/docs/modules/platform-1.internal.html create mode 100644 packages/sdk/cloudflare/docs/modules/platform-1.subsystem.html create mode 100644 packages/sdk/cloudflare/docs/modules/subsystems.html create mode 100644 packages/sdk/cloudflare/docs/types/LDMethodResult.html create mode 100644 packages/sdk/cloudflare/docs/types/LDMigrationMeasurement.html create mode 100644 packages/sdk/cloudflare/docs/types/LDMigrationOp.html create mode 100644 packages/sdk/cloudflare/docs/types/LDMigrationOrigin.html create mode 100644 packages/sdk/cloudflare/docs/types/LDMigrationReadResult.html create mode 100644 packages/sdk/cloudflare/docs/types/LDMigrationResult.html create mode 100644 packages/sdk/cloudflare/docs/types/LDMigrationWriteResult.html create mode 100644 packages/sdk/cloudflare/docs/types/LDOptions.html create mode 100644 packages/sdk/cloudflare/docs/types/interfaces.FullDataSet.html create mode 100644 packages/sdk/cloudflare/docs/types/interfaces.KeyedItems.html create mode 100644 packages/sdk/cloudflare/docs/types/interfaces.KindKeyedStore.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.EventListener.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.EventName.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.LDContext.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.LDFlagValue.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.LDHeaders.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.LDLogLevel.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.ProcessStreamResponse.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.VoidFunction.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.internal.EvalEventArgs.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.internal.InputEvent.html create mode 100644 packages/sdk/cloudflare/docs/types/platform-1.internal.StreamingErrorHandler.html diff --git a/packages/sdk/cloudflare/docs/assets/highlight.css b/packages/sdk/cloudflare/docs/assets/highlight.css new file mode 100644 index 000000000..af0a7a846 --- /dev/null +++ b/packages/sdk/cloudflare/docs/assets/highlight.css @@ -0,0 +1,92 @@ +:root { + --light-hl-0: #000000; + --dark-hl-0: #D4D4D4; + --light-hl-1: #008000; + --dark-hl-1: #6A9955; + --light-hl-2: #0000FF; + --dark-hl-2: #569CD6; + --light-hl-3: #0070C1; + --dark-hl-3: #4FC1FF; + --light-hl-4: #795E26; + --dark-hl-4: #DCDCAA; + --light-hl-5: #001080; + --dark-hl-5: #9CDCFE; + --light-hl-6: #A31515; + --dark-hl-6: #CE9178; + --light-hl-7: #CD3131; + --dark-hl-7: #F44747; + --light-hl-8: #000000; + --dark-hl-8: #C8C8C8; + --light-hl-9: #AF00DB; + --dark-hl-9: #C586C0; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } +pre, code { background: var(--code-background); } diff --git a/packages/sdk/cloudflare/docs/assets/main.js b/packages/sdk/cloudflare/docs/assets/main.js new file mode 100644 index 000000000..3cee05e61 --- /dev/null +++ b/packages/sdk/cloudflare/docs/assets/main.js @@ -0,0 +1,58 @@ +"use strict"; +"use strict";(()=>{var Se=Object.create;var re=Object.defineProperty;var we=Object.getOwnPropertyDescriptor;var Te=Object.getOwnPropertyNames;var ke=Object.getPrototypeOf,Qe=Object.prototype.hasOwnProperty;var Pe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ie=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Te(e))!Qe.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=we(e,i))||n.enumerable});return t};var Ce=(t,e,r)=>(r=t!=null?Se(ke(t)):{},Ie(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t));var ae=Pe((se,oe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var d=t.utils.clone(r)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(n.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(r+=n[u+1]*i[d+1],u+=2,d+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),y;m in s.node.edges?y=s.node.edges[m]:(y=new t.TokenSet,s.node.edges[m]=y),s.str.length==1&&(y.final=!0),i.push({node:y,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof se=="object"?oe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ne=[];function G(t,e){ne.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){ne.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n,app:this}),n.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),r=e?.parentElement;for(;r&&!r.classList.contains(".tsd-navigation");)r instanceof HTMLDetailsElement&&(r.open=!0),r=r.parentElement;if(e){let n=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=n}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let r=e.parentElement;for(;r&&r.tagName!=="SECTION";)r=r.parentElement;if(r&&r.offsetParent==null){this.alwaysVisibleMember=r,r.classList.add("always-visible");let n=document.createElement("p");n.classList.add("warning"),n.textContent="This member is normally hidden due to your filter settings.",r.prepend(n)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let r;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(r),r=setTimeout(()=>{e.classList.remove("visible"),r=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let r;return()=>{clearTimeout(r),r=setTimeout(()=>t(),e)}};var ce=Ce(ae());function de(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("tsd-search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Oe(t,n,r,s)}function Oe(t,e,r,n){r.addEventListener("input",ie(()=>{Re(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Fe(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function _e(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ce.Index.load(window.searchData.index))}function Re(t,e,r,n){if(_e(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${le(l.parent,i)}.${u}`);let d=document.createElement("li");d.classList.value=l.classes??"";let m=document.createElement("a");m.href=n.base+l.url,m.innerHTML=u,d.append(m),e.appendChild(d)}}function ue(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Fe(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function le(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(K(t.substring(s))),i.join("")}var Me={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Me[e])}var P=class{constructor(e){this.el=e.el,this.app=e.app}};var M="mousedown",fe="mousemove",N="mouseup",J={x:0,y:0},he=!1,ee=!1,De=!1,D=!1,pe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(pe?"is-mobile":"not-mobile");pe&&"ontouchstart"in document.documentElement&&(De=!0,M="touchstart",fe="touchmove",N="touchend");document.addEventListener(M,t=>{ee=!0,D=!1;let e=M=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=M=="touchstart"?t.targetTouches[0]:t,r=J.x-(e.pageX||0),n=J.y-(e.pageY||0);D=Math.sqrt(r*r+n*n)>10}});document.addEventListener(N,()=>{ee=!1});document.addEventListener("click",t=>{he&&(t.preventDefault(),t.stopImmediatePropagation(),he=!1)});var X=class extends P{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(M,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){D||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!D&&this.active&&r.target.closest(".col-sidebar")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),n.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var me=document.head.appendChild(document.createElement("style"));me.dataset.for="filters";var Y=class extends P{constructor(r){super(r);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),me.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let r=Q.getItem(this.key);return r?r==="true":this.el.checked}setLocalStorage(r){Q.setItem(this.key,r.toString()),this.value=r,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let n=Array.from(r.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);r.style.display=n?"none":"block"})}};var Z=class extends P{constructor(r){super(r);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update()),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ve(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}de();G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var ge=document.getElementById("tsd-theme");ge&&ve(ge);var Ae=new U;Object.defineProperty(window,"app",{value:Ae});document.querySelectorAll("summary a").forEach(t=>{t.addEventListener("click",()=>{location.assign(t.href)})});})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/packages/sdk/cloudflare/docs/assets/search.js b/packages/sdk/cloudflare/docs/assets/search.js new file mode 100644 index 000000000..165374a2e --- /dev/null +++ b/packages/sdk/cloudflare/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"rows\":[{\"kind\":64,\"name\":\"init\",\"url\":\"functions/init.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"LDClient\",\"url\":\"classes/LDClient.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LDClient.html#constructor\",\"classes\":\"\",\"parent\":\"LDClient\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/LDClient.html#emitter\",\"classes\":\"\",\"parent\":\"LDClient\"},{\"kind\":1024,\"name\":\"bigSegmentStatusProviderInternal\",\"url\":\"classes/LDClient.html#bigSegmentStatusProviderInternal\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"initialized\",\"url\":\"classes/LDClient.html#initialized\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"waitForInitialization\",\"url\":\"classes/LDClient.html#waitForInitialization\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"variation\",\"url\":\"classes/LDClient.html#variation\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"variationDetail\",\"url\":\"classes/LDClient.html#variationDetail\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"boolVariation\",\"url\":\"classes/LDClient.html#boolVariation\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"numberVariation\",\"url\":\"classes/LDClient.html#numberVariation\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"stringVariation\",\"url\":\"classes/LDClient.html#stringVariation\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"jsonVariation\",\"url\":\"classes/LDClient.html#jsonVariation\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"boolVariationDetail\",\"url\":\"classes/LDClient.html#boolVariationDetail\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"numberVariationDetail\",\"url\":\"classes/LDClient.html#numberVariationDetail\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"stringVariationDetail\",\"url\":\"classes/LDClient.html#stringVariationDetail\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"jsonVariationDetail\",\"url\":\"classes/LDClient.html#jsonVariationDetail\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"migrationVariation\",\"url\":\"classes/LDClient.html#migrationVariation\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"allFlagsState\",\"url\":\"classes/LDClient.html#allFlagsState\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"secureModeHash\",\"url\":\"classes/LDClient.html#secureModeHash\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/LDClient.html#close\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"isOffline\",\"url\":\"classes/LDClient.html#isOffline\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"track\",\"url\":\"classes/LDClient.html#track\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"trackMigration\",\"url\":\"classes/LDClient.html#trackMigration\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"identify\",\"url\":\"classes/LDClient.html#identify\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":2048,\"name\":\"flush\",\"url\":\"classes/LDClient.html#flush\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LDClient\"},{\"kind\":128,\"name\":\"EdgeFeatureStore\",\"url\":\"classes/EdgeFeatureStore.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/EdgeFeatureStore.html#constructor\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":1024,\"name\":\"edgeProvider\",\"url\":\"classes/EdgeFeatureStore.html#edgeProvider\",\"classes\":\"tsd-is-private\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":1024,\"name\":\"sdkKey\",\"url\":\"classes/EdgeFeatureStore.html#sdkKey\",\"classes\":\"tsd-is-private\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"classes/EdgeFeatureStore.html#description\",\"classes\":\"tsd-is-private\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/EdgeFeatureStore.html#logger\",\"classes\":\"tsd-is-private\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":1024,\"name\":\"rootKey\",\"url\":\"classes/EdgeFeatureStore.html#rootKey\",\"classes\":\"tsd-is-private\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/EdgeFeatureStore.html#get\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":2048,\"name\":\"all\",\"url\":\"classes/EdgeFeatureStore.html#all\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":2048,\"name\":\"initialized\",\"url\":\"classes/EdgeFeatureStore.html#initialized\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"classes/EdgeFeatureStore.html#init\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":2048,\"name\":\"getDescription\",\"url\":\"classes/EdgeFeatureStore.html#getDescription\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":1024,\"name\":\"close\",\"url\":\"classes/EdgeFeatureStore.html#close\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/EdgeFeatureStore.html#close.__type\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore.close\"},{\"kind\":1024,\"name\":\"delete\",\"url\":\"classes/EdgeFeatureStore.html#delete\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/EdgeFeatureStore.html#delete.__type-2\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore.delete\"},{\"kind\":1024,\"name\":\"upsert\",\"url\":\"classes/EdgeFeatureStore.html#upsert\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/EdgeFeatureStore.html#upsert.__type-4\",\"classes\":\"\",\"parent\":\"EdgeFeatureStore.upsert\"},{\"kind\":2097152,\"name\":\"LDOptions\",\"url\":\"types/LDOptions.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"EdgeProvider\",\"url\":\"interfaces/EdgeProvider.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"get\",\"url\":\"interfaces/EdgeProvider.html#get\",\"classes\":\"\",\"parent\":\"EdgeProvider\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/EdgeProvider.html#get.__type\",\"classes\":\"\",\"parent\":\"EdgeProvider.get\"},{\"kind\":4,\"name\":\"integrations\",\"url\":\"modules/integrations.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"FileDataSourceFactory\",\"url\":\"classes/integrations.FileDataSourceFactory.html\",\"classes\":\"\",\"parent\":\"integrations\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/integrations.FileDataSourceFactory.html#constructor\",\"classes\":\"\",\"parent\":\"integrations.FileDataSourceFactory\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/integrations.FileDataSourceFactory.html#options\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.FileDataSourceFactory\"},{\"kind\":2048,\"name\":\"getFactory\",\"url\":\"classes/integrations.FileDataSourceFactory.html#getFactory\",\"classes\":\"\",\"parent\":\"integrations.FileDataSourceFactory\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/integrations.FileDataSourceFactory.html#getFactory.getFactory-1.__type\",\"classes\":\"\",\"parent\":\"integrations.FileDataSourceFactory.getFactory.getFactory\"},{\"kind\":128,\"name\":\"TestData\",\"url\":\"classes/integrations.TestData.html\",\"classes\":\"\",\"parent\":\"integrations\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/integrations.TestData.html#constructor\",\"classes\":\"\",\"parent\":\"integrations.TestData\"},{\"kind\":1024,\"name\":\"currentFlags\",\"url\":\"classes/integrations.TestData.html#currentFlags\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestData\"},{\"kind\":1024,\"name\":\"currentSegments\",\"url\":\"classes/integrations.TestData.html#currentSegments\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestData\"},{\"kind\":1024,\"name\":\"dataSources\",\"url\":\"classes/integrations.TestData.html#dataSources\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestData\"},{\"kind\":1024,\"name\":\"flagBuilders\",\"url\":\"classes/integrations.TestData.html#flagBuilders\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestData\"},{\"kind\":2048,\"name\":\"getFactory\",\"url\":\"classes/integrations.TestData.html#getFactory\",\"classes\":\"\",\"parent\":\"integrations.TestData\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/integrations.TestData.html#getFactory.getFactory-1.__type\",\"classes\":\"\",\"parent\":\"integrations.TestData.getFactory.getFactory\"},{\"kind\":2048,\"name\":\"flag\",\"url\":\"classes/integrations.TestData.html#flag\",\"classes\":\"\",\"parent\":\"integrations.TestData\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"classes/integrations.TestData.html#update\",\"classes\":\"\",\"parent\":\"integrations.TestData\"},{\"kind\":2048,\"name\":\"usePreconfiguredFlag\",\"url\":\"classes/integrations.TestData.html#usePreconfiguredFlag\",\"classes\":\"\",\"parent\":\"integrations.TestData\"},{\"kind\":2048,\"name\":\"usePreconfiguredSegment\",\"url\":\"classes/integrations.TestData.html#usePreconfiguredSegment\",\"classes\":\"\",\"parent\":\"integrations.TestData\"},{\"kind\":128,\"name\":\"TestDataFlagBuilder\",\"url\":\"classes/integrations.TestDataFlagBuilder.html\",\"classes\":\"\",\"parent\":\"integrations\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#constructor\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#key\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#data\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":262144,\"name\":\"isBooleanFlag\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#isBooleanFlag\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"booleanFlag\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#booleanFlag\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"variations\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#variations\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#on\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"fallthroughVariation\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#fallthroughVariation\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"offVariation\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#offVariation\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"variationForAll\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#variationForAll\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"valueForAll\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#valueForAll\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"variationForUser\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#variationForUser\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"variationForContext\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#variationForContext\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"clearRules\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#clearRules\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"clearAllTargets\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#clearAllTargets\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"ifMatch\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#ifMatch\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"ifNotMatch\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#ifNotMatch\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"checkRatio\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#checkRatio\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":2048,\"name\":\"samplingRatio\",\"url\":\"classes/integrations.TestDataFlagBuilder.html#samplingRatio\",\"classes\":\"\",\"parent\":\"integrations.TestDataFlagBuilder\"},{\"kind\":128,\"name\":\"TestDataRuleBuilder\",\"url\":\"classes/integrations.TestDataRuleBuilder.html\",\"classes\":\"\",\"parent\":\"integrations\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/integrations.TestDataRuleBuilder.html#constructor\",\"classes\":\"\",\"parent\":\"integrations.TestDataRuleBuilder\"},{\"kind\":1024,\"name\":\"flagBuilder\",\"url\":\"classes/integrations.TestDataRuleBuilder.html#flagBuilder\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestDataRuleBuilder\"},{\"kind\":1024,\"name\":\"clauses\",\"url\":\"classes/integrations.TestDataRuleBuilder.html#clauses\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestDataRuleBuilder\"},{\"kind\":1024,\"name\":\"variation\",\"url\":\"classes/integrations.TestDataRuleBuilder.html#variation\",\"classes\":\"tsd-is-private\",\"parent\":\"integrations.TestDataRuleBuilder\"},{\"kind\":2048,\"name\":\"andMatch\",\"url\":\"classes/integrations.TestDataRuleBuilder.html#andMatch\",\"classes\":\"\",\"parent\":\"integrations.TestDataRuleBuilder\"},{\"kind\":2048,\"name\":\"andNotMatch\",\"url\":\"classes/integrations.TestDataRuleBuilder.html#andNotMatch\",\"classes\":\"\",\"parent\":\"integrations.TestDataRuleBuilder\"},{\"kind\":2048,\"name\":\"thenReturn\",\"url\":\"classes/integrations.TestDataRuleBuilder.html#thenReturn\",\"classes\":\"\",\"parent\":\"integrations.TestDataRuleBuilder\"},{\"kind\":4,\"name\":\"platform\",\"url\":\"modules/platform-1.html\",\"classes\":\"\"},{\"kind\":4,\"name\":\"internal\",\"url\":\"modules/platform-1.internal.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":128,\"name\":\"DiagnosticsManager\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":1024,\"name\":\"platform\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#platform\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":1024,\"name\":\"diagnosticInitConfig\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#diagnosticInitConfig\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":1024,\"name\":\"startTime\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#startTime\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":1024,\"name\":\"streamInits\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#streamInits\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#id\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":1024,\"name\":\"dataSinceDate\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#dataSinceDate\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":2048,\"name\":\"createInitEvent\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#createInitEvent\",\"classes\":\"\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":2048,\"name\":\"recordStreamInit\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#recordStreamInit\",\"classes\":\"\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":2048,\"name\":\"createStatsEventAndReset\",\"url\":\"classes/platform-1.internal.DiagnosticsManager.html#createStatsEventAndReset\",\"classes\":\"\",\"parent\":\"platform.internal.DiagnosticsManager\"},{\"kind\":64,\"name\":\"createSuccessEvaluationDetail\",\"url\":\"functions/platform-1.internal.createSuccessEvaluationDetail.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/platform-1.internal.createSuccessEvaluationDetail.html#createSuccessEvaluationDetail.__type\",\"classes\":\"\",\"parent\":\"platform.internal.createSuccessEvaluationDetail.createSuccessEvaluationDetail\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"functions/platform-1.internal.createSuccessEvaluationDetail.html#createSuccessEvaluationDetail.__type.value\",\"classes\":\"\",\"parent\":\"platform.internal.createSuccessEvaluationDetail.createSuccessEvaluationDetail.__type\"},{\"kind\":1024,\"name\":\"variationIndex\",\"url\":\"functions/platform-1.internal.createSuccessEvaluationDetail.html#createSuccessEvaluationDetail.__type.variationIndex\",\"classes\":\"\",\"parent\":\"platform.internal.createSuccessEvaluationDetail.createSuccessEvaluationDetail.__type\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"functions/platform-1.internal.createSuccessEvaluationDetail.html#createSuccessEvaluationDetail.__type.reason\",\"classes\":\"\",\"parent\":\"platform.internal.createSuccessEvaluationDetail.createSuccessEvaluationDetail.__type\"},{\"kind\":64,\"name\":\"createErrorEvaluationDetail\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html#createErrorEvaluationDetail.__type\",\"classes\":\"\",\"parent\":\"platform.internal.createErrorEvaluationDetail.createErrorEvaluationDetail\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html#createErrorEvaluationDetail.__type.value\",\"classes\":\"\",\"parent\":\"platform.internal.createErrorEvaluationDetail.createErrorEvaluationDetail.__type\"},{\"kind\":1024,\"name\":\"variationIndex\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html#createErrorEvaluationDetail.__type.variationIndex\",\"classes\":\"\",\"parent\":\"platform.internal.createErrorEvaluationDetail.createErrorEvaluationDetail.__type\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html#createErrorEvaluationDetail.__type.reason\",\"classes\":\"\",\"parent\":\"platform.internal.createErrorEvaluationDetail.createErrorEvaluationDetail.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html#createErrorEvaluationDetail.__type.reason.__type-1\",\"classes\":\"\",\"parent\":\"platform.internal.createErrorEvaluationDetail.createErrorEvaluationDetail.__type.reason\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html#createErrorEvaluationDetail.__type.reason.__type-1.kind\",\"classes\":\"\",\"parent\":\"platform.internal.createErrorEvaluationDetail.createErrorEvaluationDetail.__type.reason.__type\"},{\"kind\":1024,\"name\":\"errorKind\",\"url\":\"functions/platform-1.internal.createErrorEvaluationDetail.html#createErrorEvaluationDetail.__type.reason.__type-1.errorKind\",\"classes\":\"\",\"parent\":\"platform.internal.createErrorEvaluationDetail.createErrorEvaluationDetail.__type.reason.__type\"},{\"kind\":8,\"name\":\"ErrorKinds\",\"url\":\"enums/platform-1.internal.ErrorKinds.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":16,\"name\":\"MalformedFlag\",\"url\":\"enums/platform-1.internal.ErrorKinds.html#MalformedFlag\",\"classes\":\"\",\"parent\":\"platform.internal.ErrorKinds\"},{\"kind\":16,\"name\":\"UserNotSpecified\",\"url\":\"enums/platform-1.internal.ErrorKinds.html#UserNotSpecified\",\"classes\":\"\",\"parent\":\"platform.internal.ErrorKinds\"},{\"kind\":16,\"name\":\"FlagNotFound\",\"url\":\"enums/platform-1.internal.ErrorKinds.html#FlagNotFound\",\"classes\":\"\",\"parent\":\"platform.internal.ErrorKinds\"},{\"kind\":16,\"name\":\"ClientNotReady\",\"url\":\"enums/platform-1.internal.ErrorKinds.html#ClientNotReady\",\"classes\":\"\",\"parent\":\"platform.internal.ErrorKinds\"},{\"kind\":16,\"name\":\"WrongType\",\"url\":\"enums/platform-1.internal.ErrorKinds.html#WrongType\",\"classes\":\"\",\"parent\":\"platform.internal.ErrorKinds\"},{\"kind\":2097152,\"name\":\"EvalEventArgs\",\"url\":\"types/platform-1.internal.EvalEventArgs.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs\"},{\"kind\":1024,\"name\":\"addExperimentData\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.addExperimentData\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.context\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"debugEventsUntilDate\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.debugEventsUntilDate\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"defaultVal\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.defaultVal\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"excludeFromSummaries\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.excludeFromSummaries\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"flagKey\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.flagKey\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"prereqOfFlagKey\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.prereqOfFlagKey\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.reason\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"samplingRatio\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.samplingRatio\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"trackEvents\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.trackEvents\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.value\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"variation\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.variation\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"types/platform-1.internal.EvalEventArgs.html#__type.version\",\"classes\":\"\",\"parent\":\"platform.internal.EvalEventArgs.__type\"},{\"kind\":128,\"name\":\"EventFactoryBase\",\"url\":\"classes/platform-1.internal.EventFactoryBase.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.EventFactoryBase.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.EventFactoryBase\"},{\"kind\":1024,\"name\":\"withReasons\",\"url\":\"classes/platform-1.internal.EventFactoryBase.html#withReasons\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventFactoryBase\"},{\"kind\":2048,\"name\":\"evalEvent\",\"url\":\"classes/platform-1.internal.EventFactoryBase.html#evalEvent\",\"classes\":\"\",\"parent\":\"platform.internal.EventFactoryBase\"},{\"kind\":2048,\"name\":\"unknownFlagEvent\",\"url\":\"classes/platform-1.internal.EventFactoryBase.html#unknownFlagEvent\",\"classes\":\"\",\"parent\":\"platform.internal.EventFactoryBase\"},{\"kind\":2048,\"name\":\"identifyEvent\",\"url\":\"classes/platform-1.internal.EventFactoryBase.html#identifyEvent\",\"classes\":\"\",\"parent\":\"platform.internal.EventFactoryBase\"},{\"kind\":2048,\"name\":\"customEvent\",\"url\":\"classes/platform-1.internal.EventFactoryBase.html#customEvent\",\"classes\":\"\",\"parent\":\"platform.internal.EventFactoryBase\"},{\"kind\":128,\"name\":\"ClientMessages\",\"url\":\"classes/platform-1.internal.ClientMessages.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":1024,\"name\":\"missingContextKeyNoEvent\",\"url\":\"classes/platform-1.internal.ClientMessages.html#missingContextKeyNoEvent\",\"classes\":\"\",\"parent\":\"platform.internal.ClientMessages\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.ClientMessages.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.ClientMessages\"},{\"kind\":128,\"name\":\"InputCustomEvent\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#context\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#key\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#data\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":1024,\"name\":\"metricValue\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#metricValue\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":1024,\"name\":\"samplingRatio\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#samplingRatio\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#kind\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":1024,\"name\":\"creationDate\",\"url\":\"classes/platform-1.internal.InputCustomEvent.html#creationDate\",\"classes\":\"\",\"parent\":\"platform.internal.InputCustomEvent\"},{\"kind\":128,\"name\":\"InputEvalEvent\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"withReasons\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#withReasons\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#context\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#key\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"samplingRatio\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#samplingRatio\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#kind\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"creationDate\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#creationDate\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"default\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#default\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"trackEvents\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#trackEvents\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"debugEventsUntilDate\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#debugEventsUntilDate\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"prereqOf\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#prereqOf\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#reason\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#value\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"variation\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#variation\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#version\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":1024,\"name\":\"excludeFromSummaries\",\"url\":\"classes/platform-1.internal.InputEvalEvent.html#excludeFromSummaries\",\"classes\":\"\",\"parent\":\"platform.internal.InputEvalEvent\"},{\"kind\":2097152,\"name\":\"InputEvent\",\"url\":\"types/platform-1.internal.InputEvent.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":128,\"name\":\"InputIdentifyEvent\",\"url\":\"classes/platform-1.internal.InputIdentifyEvent.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.InputIdentifyEvent.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.InputIdentifyEvent\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"classes/platform-1.internal.InputIdentifyEvent.html#context\",\"classes\":\"\",\"parent\":\"platform.internal.InputIdentifyEvent\"},{\"kind\":1024,\"name\":\"samplingRatio\",\"url\":\"classes/platform-1.internal.InputIdentifyEvent.html#samplingRatio\",\"classes\":\"\",\"parent\":\"platform.internal.InputIdentifyEvent\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"classes/platform-1.internal.InputIdentifyEvent.html#kind\",\"classes\":\"\",\"parent\":\"platform.internal.InputIdentifyEvent\"},{\"kind\":1024,\"name\":\"creationDate\",\"url\":\"classes/platform-1.internal.InputIdentifyEvent.html#creationDate\",\"classes\":\"\",\"parent\":\"platform.internal.InputIdentifyEvent\"},{\"kind\":256,\"name\":\"InputMigrationEvent\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html#kind\",\"classes\":\"\",\"parent\":\"platform.internal.InputMigrationEvent\"},{\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html#operation\",\"classes\":\"\",\"parent\":\"platform.internal.InputMigrationEvent\"},{\"kind\":1024,\"name\":\"creationDate\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html#creationDate\",\"classes\":\"\",\"parent\":\"platform.internal.InputMigrationEvent\"},{\"kind\":1024,\"name\":\"contextKeys\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html#contextKeys\",\"classes\":\"\",\"parent\":\"platform.internal.InputMigrationEvent\"},{\"kind\":1024,\"name\":\"evaluation\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html#evaluation\",\"classes\":\"\",\"parent\":\"platform.internal.InputMigrationEvent\"},{\"kind\":1024,\"name\":\"measurements\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html#measurements\",\"classes\":\"\",\"parent\":\"platform.internal.InputMigrationEvent\"},{\"kind\":1024,\"name\":\"samplingRatio\",\"url\":\"interfaces/platform-1.internal.InputMigrationEvent.html#samplingRatio\",\"classes\":\"\",\"parent\":\"platform.internal.InputMigrationEvent\"},{\"kind\":128,\"name\":\"EventProcessor\",\"url\":\"classes/platform-1.internal.EventProcessor.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.EventProcessor.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"contextDeduplicator\",\"url\":\"classes/platform-1.internal.EventProcessor.html#contextDeduplicator\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"diagnosticsManager\",\"url\":\"classes/platform-1.internal.EventProcessor.html#diagnosticsManager\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"eventSender\",\"url\":\"classes/platform-1.internal.EventProcessor.html#eventSender\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"summarizer\",\"url\":\"classes/platform-1.internal.EventProcessor.html#summarizer\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"queue\",\"url\":\"classes/platform-1.internal.EventProcessor.html#queue\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"lastKnownPastTime\",\"url\":\"classes/platform-1.internal.EventProcessor.html#lastKnownPastTime\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"droppedEvents\",\"url\":\"classes/platform-1.internal.EventProcessor.html#droppedEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"deduplicatedUsers\",\"url\":\"classes/platform-1.internal.EventProcessor.html#deduplicatedUsers\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"exceededCapacity\",\"url\":\"classes/platform-1.internal.EventProcessor.html#exceededCapacity\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"eventsInLastBatch\",\"url\":\"classes/platform-1.internal.EventProcessor.html#eventsInLastBatch\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"shutdown\",\"url\":\"classes/platform-1.internal.EventProcessor.html#shutdown\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"capacity\",\"url\":\"classes/platform-1.internal.EventProcessor.html#capacity\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/platform-1.internal.EventProcessor.html#logger\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"contextFilter\",\"url\":\"classes/platform-1.internal.EventProcessor.html#contextFilter\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"diagnosticsTimer\",\"url\":\"classes/platform-1.internal.EventProcessor.html#diagnosticsTimer\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"flushTimer\",\"url\":\"classes/platform-1.internal.EventProcessor.html#flushTimer\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"flushUsersTimer\",\"url\":\"classes/platform-1.internal.EventProcessor.html#flushUsersTimer\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"postDiagnosticEvent\",\"url\":\"classes/platform-1.internal.EventProcessor.html#postDiagnosticEvent\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/platform-1.internal.EventProcessor.html#close\",\"classes\":\"\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":2048,\"name\":\"flush\",\"url\":\"classes/platform-1.internal.EventProcessor.html#flush\",\"classes\":\"\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":2048,\"name\":\"sendEvent\",\"url\":\"classes/platform-1.internal.EventProcessor.html#sendEvent\",\"classes\":\"\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"makeOutputEvent\",\"url\":\"classes/platform-1.internal.EventProcessor.html#makeOutputEvent\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"enqueue\",\"url\":\"classes/platform-1.internal.EventProcessor.html#enqueue\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"shouldDebugEvent\",\"url\":\"classes/platform-1.internal.EventProcessor.html#shouldDebugEvent\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":1024,\"name\":\"tryPostingEvents\",\"url\":\"classes/platform-1.internal.EventProcessor.html#tryPostingEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.EventProcessor\"},{\"kind\":64,\"name\":\"shouldSample\",\"url\":\"functions/platform-1.internal.shouldSample.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":128,\"name\":\"NullEventProcessor\",\"url\":\"classes/platform-1.internal.NullEventProcessor.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.NullEventProcessor.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.NullEventProcessor\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/platform-1.internal.NullEventProcessor.html#close\",\"classes\":\"\",\"parent\":\"platform.internal.NullEventProcessor\"},{\"kind\":2048,\"name\":\"flush\",\"url\":\"classes/platform-1.internal.NullEventProcessor.html#flush\",\"classes\":\"\",\"parent\":\"platform.internal.NullEventProcessor\"},{\"kind\":2048,\"name\":\"sendEvent\",\"url\":\"classes/platform-1.internal.NullEventProcessor.html#sendEvent\",\"classes\":\"\",\"parent\":\"platform.internal.NullEventProcessor\"},{\"kind\":128,\"name\":\"StreamingProcessor\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#constructor\",\"classes\":\"\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"listeners\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#listeners\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"diagnosticsManager\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#diagnosticsManager\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#errorHandler\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"streamInitialReconnectDelay\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#streamInitialReconnectDelay\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#headers\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"streamUri\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#streamUri\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#logger\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"eventSource\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#eventSource\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"requests\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#requests\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"connectionAttemptStartTime\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#connectionAttemptStartTime\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"logConnectionStarted\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#logConnectionStarted\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":1024,\"name\":\"logConnectionResult\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#logConnectionResult\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#start\",\"classes\":\"\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#stop\",\"classes\":\"\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/platform-1.internal.StreamingProcessor.html#close\",\"classes\":\"\",\"parent\":\"platform.internal.StreamingProcessor\"},{\"kind\":2097152,\"name\":\"StreamingErrorHandler\",\"url\":\"types/platform-1.internal.StreamingErrorHandler.html\",\"classes\":\"\",\"parent\":\"platform.internal\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.internal.StreamingErrorHandler.html#__type\",\"classes\":\"\",\"parent\":\"platform.internal.StreamingErrorHandler\"},{\"kind\":128,\"name\":\"AttributeReference\",\"url\":\"classes/platform-1.AttributeReference.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"invalidReference\",\"url\":\"classes/platform-1.AttributeReference.html#invalidReference\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.AttributeReference.html#constructor\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":1024,\"name\":\"isValid\",\"url\":\"classes/platform-1.AttributeReference.html#isValid\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":1024,\"name\":\"redactionName\",\"url\":\"classes/platform-1.AttributeReference.html#redactionName\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":1024,\"name\":\"components\",\"url\":\"classes/platform-1.AttributeReference.html#components\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.AttributeReference\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/platform-1.AttributeReference.html#get\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":2048,\"name\":\"getComponent\",\"url\":\"classes/platform-1.AttributeReference.html#getComponent\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":262144,\"name\":\"depth\",\"url\":\"classes/platform-1.AttributeReference.html#depth\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":262144,\"name\":\"isKind\",\"url\":\"classes/platform-1.AttributeReference.html#isKind\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/platform-1.AttributeReference.html#compare\",\"classes\":\"\",\"parent\":\"platform.AttributeReference\"},{\"kind\":128,\"name\":\"Context\",\"url\":\"classes/platform-1.Context.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"userKind\",\"url\":\"classes/platform-1.Context.html#userKind\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"contextForError\",\"url\":\"classes/platform-1.Context.html#contextForError\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"getValueFromContext\",\"url\":\"classes/platform-1.Context.html#getValueFromContext\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"fromMultiKindContext\",\"url\":\"classes/platform-1.Context.html#fromMultiKindContext\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"fromSingleKindContext\",\"url\":\"classes/platform-1.Context.html#fromSingleKindContext\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"fromLegacyUser\",\"url\":\"classes/platform-1.Context.html#fromLegacyUser\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":2048,\"name\":\"fromLDContext\",\"url\":\"classes/platform-1.Context.html#fromLDContext\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.Context.html#constructor\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"context\",\"url\":\"classes/platform-1.Context.html#context\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"isMulti\",\"url\":\"classes/platform-1.Context.html#isMulti\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"isUser\",\"url\":\"classes/platform-1.Context.html#isUser\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"wasLegacy\",\"url\":\"classes/platform-1.Context.html#wasLegacy\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"contexts\",\"url\":\"classes/platform-1.Context.html#contexts\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"privateAttributeReferences\",\"url\":\"classes/platform-1.Context.html#privateAttributeReferences\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"classes/platform-1.Context.html#kind\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"valid\",\"url\":\"classes/platform-1.Context.html#valid\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"classes/platform-1.Context.html#message\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":1024,\"name\":\"contextForKind\",\"url\":\"classes/platform-1.Context.html#contextForKind\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Context\"},{\"kind\":2048,\"name\":\"valueForKind\",\"url\":\"classes/platform-1.Context.html#valueForKind\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":2048,\"name\":\"key\",\"url\":\"classes/platform-1.Context.html#key\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":262144,\"name\":\"isMultiKind\",\"url\":\"classes/platform-1.Context.html#isMultiKind\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":262144,\"name\":\"canonicalKey\",\"url\":\"classes/platform-1.Context.html#canonicalKey\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":262144,\"name\":\"kinds\",\"url\":\"classes/platform-1.Context.html#kinds\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":262144,\"name\":\"kindsAndKeys\",\"url\":\"classes/platform-1.Context.html#kindsAndKeys\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":2048,\"name\":\"privateAttributes\",\"url\":\"classes/platform-1.Context.html#privateAttributes\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":2048,\"name\":\"getContexts\",\"url\":\"classes/platform-1.Context.html#getContexts\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":262144,\"name\":\"legacy\",\"url\":\"classes/platform-1.Context.html#legacy\",\"classes\":\"\",\"parent\":\"platform.Context\"},{\"kind\":128,\"name\":\"ContextFilter\",\"url\":\"classes/platform-1.ContextFilter.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.ContextFilter.html#constructor\",\"classes\":\"\",\"parent\":\"platform.ContextFilter\"},{\"kind\":1024,\"name\":\"allAttributesPrivate\",\"url\":\"classes/platform-1.ContextFilter.html#allAttributesPrivate\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.ContextFilter\"},{\"kind\":1024,\"name\":\"privateAttributes\",\"url\":\"classes/platform-1.ContextFilter.html#privateAttributes\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.ContextFilter\"},{\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/platform-1.ContextFilter.html#filter\",\"classes\":\"\",\"parent\":\"platform.ContextFilter\"},{\"kind\":1024,\"name\":\"getAttributesToFilter\",\"url\":\"classes/platform-1.ContextFilter.html#getAttributesToFilter\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.ContextFilter\"},{\"kind\":1024,\"name\":\"filterSingleKind\",\"url\":\"classes/platform-1.ContextFilter.html#filterSingleKind\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.ContextFilter\"},{\"kind\":4,\"name\":\"subsystem\",\"url\":\"modules/platform-1.subsystem.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":256,\"name\":\"LDEventProcessor\",\"url\":\"interfaces/platform-1.subsystem.LDEventProcessor.html\",\"classes\":\"\",\"parent\":\"platform.subsystem\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"interfaces/platform-1.subsystem.LDEventProcessor.html#close\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventProcessor\"},{\"kind\":2048,\"name\":\"flush\",\"url\":\"interfaces/platform-1.subsystem.LDEventProcessor.html#flush\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventProcessor\"},{\"kind\":2048,\"name\":\"sendEvent\",\"url\":\"interfaces/platform-1.subsystem.LDEventProcessor.html#sendEvent\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventProcessor\"},{\"kind\":256,\"name\":\"LDContextDeduplicator\",\"url\":\"interfaces/platform-1.subsystem.LDContextDeduplicator.html\",\"classes\":\"\",\"parent\":\"platform.subsystem\"},{\"kind\":1024,\"name\":\"flushInterval\",\"url\":\"interfaces/platform-1.subsystem.LDContextDeduplicator.html#flushInterval\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDContextDeduplicator\"},{\"kind\":2048,\"name\":\"processContext\",\"url\":\"interfaces/platform-1.subsystem.LDContextDeduplicator.html#processContext\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDContextDeduplicator\"},{\"kind\":2048,\"name\":\"flush\",\"url\":\"interfaces/platform-1.subsystem.LDContextDeduplicator.html#flush\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDContextDeduplicator\"},{\"kind\":256,\"name\":\"LDEventSender\",\"url\":\"interfaces/platform-1.subsystem.LDEventSender.html\",\"classes\":\"\",\"parent\":\"platform.subsystem\"},{\"kind\":2048,\"name\":\"sendEventData\",\"url\":\"interfaces/platform-1.subsystem.LDEventSender.html#sendEventData\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventSender\"},{\"kind\":8,\"name\":\"LDDeliveryStatus\",\"url\":\"enums/platform-1.subsystem.LDDeliveryStatus.html\",\"classes\":\"\",\"parent\":\"platform.subsystem\"},{\"kind\":16,\"name\":\"Succeeded\",\"url\":\"enums/platform-1.subsystem.LDDeliveryStatus.html#Succeeded\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDDeliveryStatus\"},{\"kind\":16,\"name\":\"Failed\",\"url\":\"enums/platform-1.subsystem.LDDeliveryStatus.html#Failed\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDDeliveryStatus\"},{\"kind\":16,\"name\":\"FailedAndMustShutDown\",\"url\":\"enums/platform-1.subsystem.LDDeliveryStatus.html#FailedAndMustShutDown\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDDeliveryStatus\"},{\"kind\":8,\"name\":\"LDEventType\",\"url\":\"enums/platform-1.subsystem.LDEventType.html\",\"classes\":\"\",\"parent\":\"platform.subsystem\"},{\"kind\":16,\"name\":\"AnalyticsEvents\",\"url\":\"enums/platform-1.subsystem.LDEventType.html#AnalyticsEvents\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventType\"},{\"kind\":16,\"name\":\"DiagnosticEvent\",\"url\":\"enums/platform-1.subsystem.LDEventType.html#DiagnosticEvent\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventType\"},{\"kind\":256,\"name\":\"LDEventSenderResult\",\"url\":\"interfaces/platform-1.subsystem.LDEventSenderResult.html\",\"classes\":\"\",\"parent\":\"platform.subsystem\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/platform-1.subsystem.LDEventSenderResult.html#status\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventSenderResult\"},{\"kind\":1024,\"name\":\"serverTime\",\"url\":\"interfaces/platform-1.subsystem.LDEventSenderResult.html#serverTime\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventSenderResult\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/platform-1.subsystem.LDEventSenderResult.html#error\",\"classes\":\"\",\"parent\":\"platform.subsystem.LDEventSenderResult\"},{\"kind\":256,\"name\":\"LDContextCommon\",\"url\":\"interfaces/platform-1.LDContextCommon.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/platform-1.LDContextCommon.html#key\",\"classes\":\"\",\"parent\":\"platform.LDContextCommon\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/platform-1.LDContextCommon.html#name\",\"classes\":\"\",\"parent\":\"platform.LDContextCommon\"},{\"kind\":1024,\"name\":\"_meta\",\"url\":\"interfaces/platform-1.LDContextCommon.html#_meta\",\"classes\":\"\",\"parent\":\"platform.LDContextCommon\"},{\"kind\":1024,\"name\":\"anonymous\",\"url\":\"interfaces/platform-1.LDContextCommon.html#anonymous\",\"classes\":\"\",\"parent\":\"platform.LDContextCommon\"},{\"kind\":256,\"name\":\"LDContextMeta\",\"url\":\"interfaces/platform-1.LDContextMeta.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"privateAttributes\",\"url\":\"interfaces/platform-1.LDContextMeta.html#privateAttributes\",\"classes\":\"\",\"parent\":\"platform.LDContextMeta\"},{\"kind\":256,\"name\":\"LDMultiKindContext\",\"url\":\"interfaces/platform-1.LDMultiKindContext.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/platform-1.LDMultiKindContext.html#kind\",\"classes\":\"\",\"parent\":\"platform.LDMultiKindContext\"},{\"kind\":256,\"name\":\"LDSingleKindContext\",\"url\":\"interfaces/platform-1.LDSingleKindContext.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/platform-1.LDSingleKindContext.html#kind\",\"classes\":\"\",\"parent\":\"platform.LDSingleKindContext\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/platform-1.LDSingleKindContext.html#key\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.LDSingleKindContext\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/platform-1.LDSingleKindContext.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.LDSingleKindContext\"},{\"kind\":1024,\"name\":\"_meta\",\"url\":\"interfaces/platform-1.LDSingleKindContext.html#_meta\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.LDSingleKindContext\"},{\"kind\":1024,\"name\":\"anonymous\",\"url\":\"interfaces/platform-1.LDSingleKindContext.html#anonymous\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.LDSingleKindContext\"},{\"kind\":256,\"name\":\"LDUser\",\"url\":\"interfaces/platform-1.LDUser.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/platform-1.LDUser.html#key\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/platform-1.LDUser.html#name\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"firstName\",\"url\":\"interfaces/platform-1.LDUser.html#firstName\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"lastName\",\"url\":\"interfaces/platform-1.LDUser.html#lastName\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/platform-1.LDUser.html#email\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"avatar\",\"url\":\"interfaces/platform-1.LDUser.html#avatar\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"ip\",\"url\":\"interfaces/platform-1.LDUser.html#ip\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"country\",\"url\":\"interfaces/platform-1.LDUser.html#country\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"anonymous\",\"url\":\"interfaces/platform-1.LDUser.html#anonymous\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":1024,\"name\":\"custom\",\"url\":\"interfaces/platform-1.LDUser.html#custom\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/platform-1.LDUser.html#custom.__type\",\"classes\":\"\",\"parent\":\"platform.LDUser.custom\"},{\"kind\":1024,\"name\":\"privateAttributeNames\",\"url\":\"interfaces/platform-1.LDUser.html#privateAttributeNames\",\"classes\":\"\",\"parent\":\"platform.LDUser\"},{\"kind\":2097152,\"name\":\"LDContext\",\"url\":\"types/platform-1.LDContext.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":256,\"name\":\"BasicLoggerOptions\",\"url\":\"interfaces/platform-1.BasicLoggerOptions.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"level\",\"url\":\"interfaces/platform-1.BasicLoggerOptions.html#level\",\"classes\":\"\",\"parent\":\"platform.BasicLoggerOptions\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/platform-1.BasicLoggerOptions.html#name\",\"classes\":\"\",\"parent\":\"platform.BasicLoggerOptions\"},{\"kind\":1024,\"name\":\"destination\",\"url\":\"interfaces/platform-1.BasicLoggerOptions.html#destination\",\"classes\":\"\",\"parent\":\"platform.BasicLoggerOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/platform-1.BasicLoggerOptions.html#destination.__type\",\"classes\":\"\",\"parent\":\"platform.BasicLoggerOptions.destination\"},{\"kind\":1024,\"name\":\"formatter\",\"url\":\"interfaces/platform-1.BasicLoggerOptions.html#formatter\",\"classes\":\"\",\"parent\":\"platform.BasicLoggerOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/platform-1.BasicLoggerOptions.html#formatter.__type-2\",\"classes\":\"\",\"parent\":\"platform.BasicLoggerOptions.formatter\"},{\"kind\":256,\"name\":\"LDLogger\",\"url\":\"interfaces/platform-1.LDLogger.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"interfaces/platform-1.LDLogger.html#error\",\"classes\":\"\",\"parent\":\"platform.LDLogger\"},{\"kind\":2048,\"name\":\"warn\",\"url\":\"interfaces/platform-1.LDLogger.html#warn\",\"classes\":\"\",\"parent\":\"platform.LDLogger\"},{\"kind\":2048,\"name\":\"info\",\"url\":\"interfaces/platform-1.LDLogger.html#info\",\"classes\":\"\",\"parent\":\"platform.LDLogger\"},{\"kind\":2048,\"name\":\"debug\",\"url\":\"interfaces/platform-1.LDLogger.html#debug\",\"classes\":\"\",\"parent\":\"platform.LDLogger\"},{\"kind\":2097152,\"name\":\"LDLogLevel\",\"url\":\"types/platform-1.LDLogLevel.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":256,\"name\":\"LDEvaluationDetail\",\"url\":\"interfaces/platform-1.LDEvaluationDetail.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/platform-1.LDEvaluationDetail.html#value\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationDetail\"},{\"kind\":1024,\"name\":\"variationIndex\",\"url\":\"interfaces/platform-1.LDEvaluationDetail.html#variationIndex\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationDetail\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/platform-1.LDEvaluationDetail.html#reason\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationDetail\"},{\"kind\":256,\"name\":\"LDEvaluationDetailTyped\",\"url\":\"interfaces/platform-1.LDEvaluationDetailTyped.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/platform-1.LDEvaluationDetailTyped.html#value\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationDetailTyped\"},{\"kind\":1024,\"name\":\"variationIndex\",\"url\":\"interfaces/platform-1.LDEvaluationDetailTyped.html#variationIndex\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationDetailTyped\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/platform-1.LDEvaluationDetailTyped.html#reason\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationDetailTyped\"},{\"kind\":256,\"name\":\"LDEvaluationReason\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html#kind\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationReason\"},{\"kind\":1024,\"name\":\"errorKind\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html#errorKind\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationReason\"},{\"kind\":1024,\"name\":\"ruleIndex\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html#ruleIndex\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationReason\"},{\"kind\":1024,\"name\":\"ruleId\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html#ruleId\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationReason\"},{\"kind\":1024,\"name\":\"prerequisiteKey\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html#prerequisiteKey\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationReason\"},{\"kind\":1024,\"name\":\"inExperiment\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html#inExperiment\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationReason\"},{\"kind\":1024,\"name\":\"bigSegmentsStatus\",\"url\":\"interfaces/platform-1.LDEvaluationReason.html#bigSegmentsStatus\",\"classes\":\"\",\"parent\":\"platform.LDEvaluationReason\"},{\"kind\":256,\"name\":\"LDFlagSet\",\"url\":\"interfaces/platform-1.LDFlagSet.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2097152,\"name\":\"LDFlagValue\",\"url\":\"types/platform-1.LDFlagValue.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":256,\"name\":\"LDClientContext\",\"url\":\"interfaces/platform-1.LDClientContext.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"basicConfiguration\",\"url\":\"interfaces/platform-1.LDClientContext.html#basicConfiguration\",\"classes\":\"\",\"parent\":\"platform.LDClientContext\"},{\"kind\":1024,\"name\":\"platform\",\"url\":\"interfaces/platform-1.LDClientContext.html#platform\",\"classes\":\"\",\"parent\":\"platform.LDClientContext\"},{\"kind\":256,\"name\":\"Encoding\",\"url\":\"interfaces/platform-1.Encoding.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"btoa\",\"url\":\"interfaces/platform-1.Encoding.html#btoa\",\"classes\":\"\",\"parent\":\"platform.Encoding\"},{\"kind\":256,\"name\":\"Hasher\",\"url\":\"interfaces/platform-1.Hasher.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"interfaces/platform-1.Hasher.html#update\",\"classes\":\"\",\"parent\":\"platform.Hasher\"},{\"kind\":2048,\"name\":\"digest\",\"url\":\"interfaces/platform-1.Hasher.html#digest\",\"classes\":\"\",\"parent\":\"platform.Hasher\"},{\"kind\":256,\"name\":\"Hmac\",\"url\":\"interfaces/platform-1.Hmac.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"interfaces/platform-1.Hmac.html#update\",\"classes\":\"\",\"parent\":\"platform.Hmac\"},{\"kind\":2048,\"name\":\"digest\",\"url\":\"interfaces/platform-1.Hmac.html#digest\",\"classes\":\"\",\"parent\":\"platform.Hmac\"},{\"kind\":256,\"name\":\"Crypto\",\"url\":\"interfaces/platform-1.Crypto.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"createHash\",\"url\":\"interfaces/platform-1.Crypto.html#createHash\",\"classes\":\"\",\"parent\":\"platform.Crypto\"},{\"kind\":2048,\"name\":\"createHmac\",\"url\":\"interfaces/platform-1.Crypto.html#createHmac\",\"classes\":\"\",\"parent\":\"platform.Crypto\"},{\"kind\":2048,\"name\":\"randomUUID\",\"url\":\"interfaces/platform-1.Crypto.html#randomUUID\",\"classes\":\"\",\"parent\":\"platform.Crypto\"},{\"kind\":256,\"name\":\"WatchHandle\",\"url\":\"interfaces/platform-1.WatchHandle.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"interfaces/platform-1.WatchHandle.html#close\",\"classes\":\"\",\"parent\":\"platform.WatchHandle\"},{\"kind\":256,\"name\":\"Filesystem\",\"url\":\"interfaces/platform-1.Filesystem.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"getFileTimestamp\",\"url\":\"interfaces/platform-1.Filesystem.html#getFileTimestamp\",\"classes\":\"\",\"parent\":\"platform.Filesystem\"},{\"kind\":2048,\"name\":\"readFile\",\"url\":\"interfaces/platform-1.Filesystem.html#readFile\",\"classes\":\"\",\"parent\":\"platform.Filesystem\"},{\"kind\":2048,\"name\":\"watch\",\"url\":\"interfaces/platform-1.Filesystem.html#watch\",\"classes\":\"\",\"parent\":\"platform.Filesystem\"},{\"kind\":256,\"name\":\"PlatformData\",\"url\":\"interfaces/platform-1.PlatformData.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"os\",\"url\":\"interfaces/platform-1.PlatformData.html#os\",\"classes\":\"\",\"parent\":\"platform.PlatformData\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/platform-1.PlatformData.html#os.__type\",\"classes\":\"\",\"parent\":\"platform.PlatformData.os\"},{\"kind\":1024,\"name\":\"arch\",\"url\":\"interfaces/platform-1.PlatformData.html#os.__type.arch\",\"classes\":\"\",\"parent\":\"platform.PlatformData.os.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/platform-1.PlatformData.html#os.__type.name-1\",\"classes\":\"\",\"parent\":\"platform.PlatformData.os.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/platform-1.PlatformData.html#os.__type.version\",\"classes\":\"\",\"parent\":\"platform.PlatformData.os.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/platform-1.PlatformData.html#name\",\"classes\":\"\",\"parent\":\"platform.PlatformData\"},{\"kind\":1024,\"name\":\"additional\",\"url\":\"interfaces/platform-1.PlatformData.html#additional\",\"classes\":\"\",\"parent\":\"platform.PlatformData\"},{\"kind\":256,\"name\":\"SdkData\",\"url\":\"interfaces/platform-1.SdkData.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/platform-1.SdkData.html#name\",\"classes\":\"\",\"parent\":\"platform.SdkData\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/platform-1.SdkData.html#version\",\"classes\":\"\",\"parent\":\"platform.SdkData\"},{\"kind\":1024,\"name\":\"userAgentBase\",\"url\":\"interfaces/platform-1.SdkData.html#userAgentBase\",\"classes\":\"\",\"parent\":\"platform.SdkData\"},{\"kind\":1024,\"name\":\"wrapperName\",\"url\":\"interfaces/platform-1.SdkData.html#wrapperName\",\"classes\":\"\",\"parent\":\"platform.SdkData\"},{\"kind\":1024,\"name\":\"wrapperVersion\",\"url\":\"interfaces/platform-1.SdkData.html#wrapperVersion\",\"classes\":\"\",\"parent\":\"platform.SdkData\"},{\"kind\":256,\"name\":\"Info\",\"url\":\"interfaces/platform-1.Info.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"platformData\",\"url\":\"interfaces/platform-1.Info.html#platformData\",\"classes\":\"\",\"parent\":\"platform.Info\"},{\"kind\":2048,\"name\":\"sdkData\",\"url\":\"interfaces/platform-1.Info.html#sdkData\",\"classes\":\"\",\"parent\":\"platform.Info\"},{\"kind\":256,\"name\":\"Platform\",\"url\":\"interfaces/platform-1.Platform.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"encoding\",\"url\":\"interfaces/platform-1.Platform.html#encoding\",\"classes\":\"\",\"parent\":\"platform.Platform\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/platform-1.Platform.html#info\",\"classes\":\"\",\"parent\":\"platform.Platform\"},{\"kind\":1024,\"name\":\"fileSystem\",\"url\":\"interfaces/platform-1.Platform.html#fileSystem\",\"classes\":\"\",\"parent\":\"platform.Platform\"},{\"kind\":1024,\"name\":\"crypto\",\"url\":\"interfaces/platform-1.Platform.html#crypto\",\"classes\":\"\",\"parent\":\"platform.Platform\"},{\"kind\":1024,\"name\":\"requests\",\"url\":\"interfaces/platform-1.Platform.html#requests\",\"classes\":\"\",\"parent\":\"platform.Platform\"},{\"kind\":256,\"name\":\"Headers\",\"url\":\"interfaces/platform-1.Headers.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/platform-1.Headers.html#get\",\"classes\":\"\",\"parent\":\"platform.Headers\"},{\"kind\":2048,\"name\":\"keys\",\"url\":\"interfaces/platform-1.Headers.html#keys\",\"classes\":\"\",\"parent\":\"platform.Headers\"},{\"kind\":2048,\"name\":\"values\",\"url\":\"interfaces/platform-1.Headers.html#values\",\"classes\":\"\",\"parent\":\"platform.Headers\"},{\"kind\":2048,\"name\":\"entries\",\"url\":\"interfaces/platform-1.Headers.html#entries\",\"classes\":\"\",\"parent\":\"platform.Headers\"},{\"kind\":2048,\"name\":\"has\",\"url\":\"interfaces/platform-1.Headers.html#has\",\"classes\":\"\",\"parent\":\"platform.Headers\"},{\"kind\":256,\"name\":\"Response\",\"url\":\"interfaces/platform-1.Response.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/platform-1.Response.html#headers\",\"classes\":\"\",\"parent\":\"platform.Response\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/platform-1.Response.html#status\",\"classes\":\"\",\"parent\":\"platform.Response\"},{\"kind\":2048,\"name\":\"text\",\"url\":\"interfaces/platform-1.Response.html#text\",\"classes\":\"\",\"parent\":\"platform.Response\"},{\"kind\":2048,\"name\":\"json\",\"url\":\"interfaces/platform-1.Response.html#json\",\"classes\":\"\",\"parent\":\"platform.Response\"},{\"kind\":256,\"name\":\"Options\",\"url\":\"interfaces/platform-1.Options.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/platform-1.Options.html#headers\",\"classes\":\"\",\"parent\":\"platform.Options\"},{\"kind\":1024,\"name\":\"method\",\"url\":\"interfaces/platform-1.Options.html#method\",\"classes\":\"\",\"parent\":\"platform.Options\"},{\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/platform-1.Options.html#body\",\"classes\":\"\",\"parent\":\"platform.Options\"},{\"kind\":1024,\"name\":\"timeout\",\"url\":\"interfaces/platform-1.Options.html#timeout\",\"classes\":\"\",\"parent\":\"platform.Options\"},{\"kind\":256,\"name\":\"Requests\",\"url\":\"interfaces/platform-1.Requests.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"fetch\",\"url\":\"interfaces/platform-1.Requests.html#fetch\",\"classes\":\"\",\"parent\":\"platform.Requests\"},{\"kind\":2048,\"name\":\"createEventSource\",\"url\":\"interfaces/platform-1.Requests.html#createEventSource\",\"classes\":\"\",\"parent\":\"platform.Requests\"},{\"kind\":2048,\"name\":\"usingProxy\",\"url\":\"interfaces/platform-1.Requests.html#usingProxy\",\"classes\":\"\",\"parent\":\"platform.Requests\"},{\"kind\":2048,\"name\":\"usingProxyAuth\",\"url\":\"interfaces/platform-1.Requests.html#usingProxyAuth\",\"classes\":\"\",\"parent\":\"platform.Requests\"},{\"kind\":2097152,\"name\":\"EventName\",\"url\":\"types/platform-1.EventName.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2097152,\"name\":\"EventListener\",\"url\":\"types/platform-1.EventListener.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.EventListener.html#__type\",\"classes\":\"\",\"parent\":\"platform.EventListener\"},{\"kind\":2097152,\"name\":\"ProcessStreamResponse\",\"url\":\"types/platform-1.ProcessStreamResponse.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.ProcessStreamResponse.html#__type\",\"classes\":\"\",\"parent\":\"platform.ProcessStreamResponse\"},{\"kind\":1024,\"name\":\"deserializeData\",\"url\":\"types/platform-1.ProcessStreamResponse.html#__type.deserializeData\",\"classes\":\"\",\"parent\":\"platform.ProcessStreamResponse.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.ProcessStreamResponse.html#__type.deserializeData.__type-1\",\"classes\":\"\",\"parent\":\"platform.ProcessStreamResponse.__type.deserializeData\"},{\"kind\":1024,\"name\":\"processJson\",\"url\":\"types/platform-1.ProcessStreamResponse.html#__type.processJson\",\"classes\":\"\",\"parent\":\"platform.ProcessStreamResponse.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.ProcessStreamResponse.html#__type.processJson.__type-3\",\"classes\":\"\",\"parent\":\"platform.ProcessStreamResponse.__type.processJson\"},{\"kind\":256,\"name\":\"EventSource\",\"url\":\"interfaces/platform-1.EventSource.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"onclose\",\"url\":\"interfaces/platform-1.EventSource.html#onclose\",\"classes\":\"\",\"parent\":\"platform.EventSource\"},{\"kind\":1024,\"name\":\"onerror\",\"url\":\"interfaces/platform-1.EventSource.html#onerror\",\"classes\":\"\",\"parent\":\"platform.EventSource\"},{\"kind\":1024,\"name\":\"onopen\",\"url\":\"interfaces/platform-1.EventSource.html#onopen\",\"classes\":\"\",\"parent\":\"platform.EventSource\"},{\"kind\":1024,\"name\":\"onretrying\",\"url\":\"interfaces/platform-1.EventSource.html#onretrying\",\"classes\":\"\",\"parent\":\"platform.EventSource\"},{\"kind\":2048,\"name\":\"addEventListener\",\"url\":\"interfaces/platform-1.EventSource.html#addEventListener\",\"classes\":\"\",\"parent\":\"platform.EventSource\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"interfaces/platform-1.EventSource.html#close\",\"classes\":\"\",\"parent\":\"platform.EventSource\"},{\"kind\":256,\"name\":\"EventSourceInitDict\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"errorFilter\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html#errorFilter\",\"classes\":\"\",\"parent\":\"platform.EventSourceInitDict\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html#errorFilter.__type\",\"classes\":\"\",\"parent\":\"platform.EventSourceInitDict.errorFilter\"},{\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html#headers\",\"classes\":\"\",\"parent\":\"platform.EventSourceInitDict\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html#headers.__type-2\",\"classes\":\"\",\"parent\":\"platform.EventSourceInitDict.headers\"},{\"kind\":1024,\"name\":\"initialRetryDelayMillis\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html#initialRetryDelayMillis\",\"classes\":\"\",\"parent\":\"platform.EventSourceInitDict\"},{\"kind\":1024,\"name\":\"readTimeoutMillis\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html#readTimeoutMillis\",\"classes\":\"\",\"parent\":\"platform.EventSourceInitDict\"},{\"kind\":1024,\"name\":\"retryResetIntervalMillis\",\"url\":\"interfaces/platform-1.EventSourceInitDict.html#retryResetIntervalMillis\",\"classes\":\"\",\"parent\":\"platform.EventSourceInitDict\"},{\"kind\":256,\"name\":\"TypeValidator\",\"url\":\"interfaces/platform-1.TypeValidator.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"interfaces/platform-1.TypeValidator.html#is\",\"classes\":\"\",\"parent\":\"platform.TypeValidator\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"interfaces/platform-1.TypeValidator.html#getType\",\"classes\":\"\",\"parent\":\"platform.TypeValidator\"},{\"kind\":128,\"name\":\"FactoryOrInstance\",\"url\":\"classes/platform-1.FactoryOrInstance.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.FactoryOrInstance.html#constructor\",\"classes\":\"\",\"parent\":\"platform.FactoryOrInstance\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.FactoryOrInstance.html#is\",\"classes\":\"\",\"parent\":\"platform.FactoryOrInstance\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.FactoryOrInstance.html#getType\",\"classes\":\"\",\"parent\":\"platform.FactoryOrInstance\"},{\"kind\":128,\"name\":\"Type\",\"url\":\"classes/platform-1.Type.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.Type.html#constructor\",\"classes\":\"\",\"parent\":\"platform.Type\"},{\"kind\":1024,\"name\":\"typeName\",\"url\":\"classes/platform-1.Type.html#typeName\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.Type\"},{\"kind\":1024,\"name\":\"typeOf\",\"url\":\"classes/platform-1.Type.html#typeOf\",\"classes\":\"tsd-is-protected\",\"parent\":\"platform.Type\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.Type.html#is\",\"classes\":\"\",\"parent\":\"platform.Type\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.Type.html#getType\",\"classes\":\"\",\"parent\":\"platform.Type\"},{\"kind\":128,\"name\":\"TypeArray\",\"url\":\"classes/platform-1.TypeArray.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.TypeArray.html#constructor\",\"classes\":\"\",\"parent\":\"platform.TypeArray\"},{\"kind\":1024,\"name\":\"typeName\",\"url\":\"classes/platform-1.TypeArray.html#typeName\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.TypeArray\"},{\"kind\":1024,\"name\":\"typeOf\",\"url\":\"classes/platform-1.TypeArray.html#typeOf\",\"classes\":\"tsd-is-protected\",\"parent\":\"platform.TypeArray\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.TypeArray.html#is\",\"classes\":\"\",\"parent\":\"platform.TypeArray\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.TypeArray.html#getType\",\"classes\":\"\",\"parent\":\"platform.TypeArray\"},{\"kind\":128,\"name\":\"NumberWithMinimum\",\"url\":\"classes/platform-1.NumberWithMinimum.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.NumberWithMinimum.html#constructor\",\"classes\":\"\",\"parent\":\"platform.NumberWithMinimum\"},{\"kind\":1024,\"name\":\"min\",\"url\":\"classes/platform-1.NumberWithMinimum.html#min\",\"classes\":\"\",\"parent\":\"platform.NumberWithMinimum\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.NumberWithMinimum.html#is\",\"classes\":\"\",\"parent\":\"platform.NumberWithMinimum\"},{\"kind\":1024,\"name\":\"typeOf\",\"url\":\"classes/platform-1.NumberWithMinimum.html#typeOf\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"platform.NumberWithMinimum\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.NumberWithMinimum.html#getType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.NumberWithMinimum\"},{\"kind\":128,\"name\":\"StringMatchingRegex\",\"url\":\"classes/platform-1.StringMatchingRegex.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.StringMatchingRegex.html#constructor\",\"classes\":\"\",\"parent\":\"platform.StringMatchingRegex\"},{\"kind\":1024,\"name\":\"expression\",\"url\":\"classes/platform-1.StringMatchingRegex.html#expression\",\"classes\":\"\",\"parent\":\"platform.StringMatchingRegex\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.StringMatchingRegex.html#is\",\"classes\":\"\",\"parent\":\"platform.StringMatchingRegex\"},{\"kind\":1024,\"name\":\"typeOf\",\"url\":\"classes/platform-1.StringMatchingRegex.html#typeOf\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"platform.StringMatchingRegex\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.StringMatchingRegex.html#getType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.StringMatchingRegex\"},{\"kind\":128,\"name\":\"Function\",\"url\":\"classes/platform-1.Function.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.Function.html#constructor\",\"classes\":\"\",\"parent\":\"platform.Function\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.Function.html#is\",\"classes\":\"\",\"parent\":\"platform.Function\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.Function.html#getType\",\"classes\":\"\",\"parent\":\"platform.Function\"},{\"kind\":128,\"name\":\"NullableBoolean\",\"url\":\"classes/platform-1.NullableBoolean.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.NullableBoolean.html#constructor\",\"classes\":\"\",\"parent\":\"platform.NullableBoolean\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.NullableBoolean.html#is\",\"classes\":\"\",\"parent\":\"platform.NullableBoolean\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.NullableBoolean.html#getType\",\"classes\":\"\",\"parent\":\"platform.NullableBoolean\"},{\"kind\":128,\"name\":\"DateValidator\",\"url\":\"classes/platform-1.DateValidator.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.DateValidator.html#constructor\",\"classes\":\"\",\"parent\":\"platform.DateValidator\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.DateValidator.html#is\",\"classes\":\"\",\"parent\":\"platform.DateValidator\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.DateValidator.html#getType\",\"classes\":\"\",\"parent\":\"platform.DateValidator\"},{\"kind\":128,\"name\":\"KindValidator\",\"url\":\"classes/platform-1.KindValidator.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.KindValidator.html#constructor\",\"classes\":\"\",\"parent\":\"platform.KindValidator\"},{\"kind\":2048,\"name\":\"is\",\"url\":\"classes/platform-1.KindValidator.html#is\",\"classes\":\"\",\"parent\":\"platform.KindValidator\"},{\"kind\":1024,\"name\":\"expression\",\"url\":\"classes/platform-1.KindValidator.html#expression\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.KindValidator\"},{\"kind\":1024,\"name\":\"typeOf\",\"url\":\"classes/platform-1.KindValidator.html#typeOf\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"platform.KindValidator\"},{\"kind\":2048,\"name\":\"getType\",\"url\":\"classes/platform-1.KindValidator.html#getType\",\"classes\":\"tsd-is-inherited\",\"parent\":\"platform.KindValidator\"},{\"kind\":128,\"name\":\"TypeValidators\",\"url\":\"classes/platform-1.TypeValidators.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"String\",\"url\":\"classes/platform-1.TypeValidators.html#String\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"Number\",\"url\":\"classes/platform-1.TypeValidators.html#Number\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"ObjectOrFactory\",\"url\":\"classes/platform-1.TypeValidators.html#ObjectOrFactory\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"Object\",\"url\":\"classes/platform-1.TypeValidators.html#Object\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"StringArray\",\"url\":\"classes/platform-1.TypeValidators.html#StringArray\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"Boolean\",\"url\":\"classes/platform-1.TypeValidators.html#Boolean\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"Function\",\"url\":\"classes/platform-1.TypeValidators.html#Function\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":2048,\"name\":\"createTypeArray\",\"url\":\"classes/platform-1.TypeValidators.html#createTypeArray\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":2048,\"name\":\"numberWithMin\",\"url\":\"classes/platform-1.TypeValidators.html#numberWithMin\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":2048,\"name\":\"stringMatchingRegex\",\"url\":\"classes/platform-1.TypeValidators.html#stringMatchingRegex\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"Date\",\"url\":\"classes/platform-1.TypeValidators.html#Date\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"Kind\",\"url\":\"classes/platform-1.TypeValidators.html#Kind\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":1024,\"name\":\"NullableBoolean\",\"url\":\"classes/platform-1.TypeValidators.html#NullableBoolean\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.TypeValidators.html#constructor\",\"classes\":\"\",\"parent\":\"platform.TypeValidators\"},{\"kind\":128,\"name\":\"BasicLogger\",\"url\":\"classes/platform-1.BasicLogger.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/platform-1.BasicLogger.html#get\",\"classes\":\"\",\"parent\":\"platform.BasicLogger\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.BasicLogger.html#constructor\",\"classes\":\"\",\"parent\":\"platform.BasicLogger\"},{\"kind\":1024,\"name\":\"logLevel\",\"url\":\"classes/platform-1.BasicLogger.html#logLevel\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.BasicLogger\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/platform-1.BasicLogger.html#name\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.BasicLogger\"},{\"kind\":1024,\"name\":\"destination\",\"url\":\"classes/platform-1.BasicLogger.html#destination\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.BasicLogger\"},{\"kind\":1024,\"name\":\"formatter\",\"url\":\"classes/platform-1.BasicLogger.html#formatter\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.BasicLogger\"},{\"kind\":1024,\"name\":\"tryFormat\",\"url\":\"classes/platform-1.BasicLogger.html#tryFormat\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.BasicLogger\"},{\"kind\":1024,\"name\":\"tryWrite\",\"url\":\"classes/platform-1.BasicLogger.html#tryWrite\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.BasicLogger\"},{\"kind\":1024,\"name\":\"log\",\"url\":\"classes/platform-1.BasicLogger.html#log\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.BasicLogger\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/platform-1.BasicLogger.html#error\",\"classes\":\"\",\"parent\":\"platform.BasicLogger\"},{\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/platform-1.BasicLogger.html#warn\",\"classes\":\"\",\"parent\":\"platform.BasicLogger\"},{\"kind\":2048,\"name\":\"info\",\"url\":\"classes/platform-1.BasicLogger.html#info\",\"classes\":\"\",\"parent\":\"platform.BasicLogger\"},{\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/platform-1.BasicLogger.html#debug\",\"classes\":\"\",\"parent\":\"platform.BasicLogger\"},{\"kind\":128,\"name\":\"SafeLogger\",\"url\":\"classes/platform-1.SafeLogger.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.SafeLogger.html#constructor\",\"classes\":\"\",\"parent\":\"platform.SafeLogger\"},{\"kind\":1024,\"name\":\"logger\",\"url\":\"classes/platform-1.SafeLogger.html#logger\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.SafeLogger\"},{\"kind\":1024,\"name\":\"fallback\",\"url\":\"classes/platform-1.SafeLogger.html#fallback\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.SafeLogger\"},{\"kind\":1024,\"name\":\"log\",\"url\":\"classes/platform-1.SafeLogger.html#log\",\"classes\":\"tsd-is-private\",\"parent\":\"platform.SafeLogger\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"classes/platform-1.SafeLogger.html#error\",\"classes\":\"\",\"parent\":\"platform.SafeLogger\"},{\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/platform-1.SafeLogger.html#warn\",\"classes\":\"\",\"parent\":\"platform.SafeLogger\"},{\"kind\":2048,\"name\":\"info\",\"url\":\"classes/platform-1.SafeLogger.html#info\",\"classes\":\"\",\"parent\":\"platform.SafeLogger\"},{\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/platform-1.SafeLogger.html#debug\",\"classes\":\"\",\"parent\":\"platform.SafeLogger\"},{\"kind\":64,\"name\":\"createSafeLogger\",\"url\":\"functions/platform-1.createSafeLogger.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":128,\"name\":\"ApplicationTags\",\"url\":\"classes/platform-1.ApplicationTags.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.ApplicationTags.html#constructor\",\"classes\":\"\",\"parent\":\"platform.ApplicationTags\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/platform-1.ApplicationTags.html#value\",\"classes\":\"\",\"parent\":\"platform.ApplicationTags\"},{\"kind\":128,\"name\":\"OptionMessages\",\"url\":\"classes/platform-1.OptionMessages.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2048,\"name\":\"deprecated\",\"url\":\"classes/platform-1.OptionMessages.html#deprecated\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":2048,\"name\":\"optionBelowMinimum\",\"url\":\"classes/platform-1.OptionMessages.html#optionBelowMinimum\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":2048,\"name\":\"unknownOption\",\"url\":\"classes/platform-1.OptionMessages.html#unknownOption\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":2048,\"name\":\"wrongOptionType\",\"url\":\"classes/platform-1.OptionMessages.html#wrongOptionType\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":2048,\"name\":\"wrongOptionTypeBoolean\",\"url\":\"classes/platform-1.OptionMessages.html#wrongOptionTypeBoolean\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":2048,\"name\":\"invalidTagValue\",\"url\":\"classes/platform-1.OptionMessages.html#invalidTagValue\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":2048,\"name\":\"tagValueTooLong\",\"url\":\"classes/platform-1.OptionMessages.html#tagValueTooLong\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":2048,\"name\":\"partialEndpoint\",\"url\":\"classes/platform-1.OptionMessages.html#partialEndpoint\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.OptionMessages.html#constructor\",\"classes\":\"\",\"parent\":\"platform.OptionMessages\"},{\"kind\":128,\"name\":\"ServiceEndpoints\",\"url\":\"classes/platform-1.ServiceEndpoints.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":1024,\"name\":\"DEFAULT_EVENTS\",\"url\":\"classes/platform-1.ServiceEndpoints.html#DEFAULT_EVENTS\",\"classes\":\"\",\"parent\":\"platform.ServiceEndpoints\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.ServiceEndpoints.html#constructor\",\"classes\":\"\",\"parent\":\"platform.ServiceEndpoints\"},{\"kind\":1024,\"name\":\"streaming\",\"url\":\"classes/platform-1.ServiceEndpoints.html#streaming\",\"classes\":\"\",\"parent\":\"platform.ServiceEndpoints\"},{\"kind\":1024,\"name\":\"polling\",\"url\":\"classes/platform-1.ServiceEndpoints.html#polling\",\"classes\":\"\",\"parent\":\"platform.ServiceEndpoints\"},{\"kind\":1024,\"name\":\"events\",\"url\":\"classes/platform-1.ServiceEndpoints.html#events\",\"classes\":\"\",\"parent\":\"platform.ServiceEndpoints\"},{\"kind\":128,\"name\":\"ClientContext\",\"url\":\"classes/platform-1.ClientContext.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.ClientContext.html#constructor\",\"classes\":\"\",\"parent\":\"platform.ClientContext\"},{\"kind\":1024,\"name\":\"platform\",\"url\":\"classes/platform-1.ClientContext.html#platform\",\"classes\":\"\",\"parent\":\"platform.ClientContext\"},{\"kind\":1024,\"name\":\"basicConfiguration\",\"url\":\"classes/platform-1.ClientContext.html#basicConfiguration\",\"classes\":\"\",\"parent\":\"platform.ClientContext\"},{\"kind\":64,\"name\":\"clone\",\"url\":\"functions/platform-1.clone.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":64,\"name\":\"defaultHeaders\",\"url\":\"functions/platform-1.defaultHeaders.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":64,\"name\":\"httpErrorMessage\",\"url\":\"functions/platform-1.httpErrorMessage.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":64,\"name\":\"noop\",\"url\":\"functions/platform-1.noop.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2097152,\"name\":\"LDHeaders\",\"url\":\"types/platform-1.LDHeaders.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.LDHeaders.html#__type\",\"classes\":\"\",\"parent\":\"platform.LDHeaders\"},{\"kind\":1024,\"name\":\"authorization\",\"url\":\"types/platform-1.LDHeaders.html#__type.authorization\",\"classes\":\"\",\"parent\":\"platform.LDHeaders.__type\"},{\"kind\":1024,\"name\":\"user-agent\",\"url\":\"types/platform-1.LDHeaders.html#__type.user_agent\",\"classes\":\"\",\"parent\":\"platform.LDHeaders.__type\"},{\"kind\":1024,\"name\":\"x-launchdarkly-wrapper\",\"url\":\"types/platform-1.LDHeaders.html#__type.x_launchdarkly_wrapper\",\"classes\":\"\",\"parent\":\"platform.LDHeaders.__type\"},{\"kind\":1024,\"name\":\"x-launchdarkly-tags\",\"url\":\"types/platform-1.LDHeaders.html#__type.x_launchdarkly_tags\",\"classes\":\"\",\"parent\":\"platform.LDHeaders.__type\"},{\"kind\":64,\"name\":\"secondsToMillis\",\"url\":\"functions/platform-1.secondsToMillis.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":64,\"name\":\"sleep\",\"url\":\"functions/platform-1.sleep.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":2097152,\"name\":\"VoidFunction\",\"url\":\"types/platform-1.VoidFunction.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/platform-1.VoidFunction.html#__type\",\"classes\":\"\",\"parent\":\"platform.VoidFunction\"},{\"kind\":64,\"name\":\"isHttpRecoverable\",\"url\":\"functions/platform-1.isHttpRecoverable.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":128,\"name\":\"LDFileDataSourceError\",\"url\":\"classes/platform-1.LDFileDataSourceError.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.LDFileDataSourceError.html#constructor\",\"classes\":\"\",\"parent\":\"platform.LDFileDataSourceError\"},{\"kind\":128,\"name\":\"LDPollingError\",\"url\":\"classes/platform-1.LDPollingError.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.LDPollingError.html#constructor\",\"classes\":\"\",\"parent\":\"platform.LDPollingError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/platform-1.LDPollingError.html#status\",\"classes\":\"\",\"parent\":\"platform.LDPollingError\"},{\"kind\":128,\"name\":\"LDStreamingError\",\"url\":\"classes/platform-1.LDStreamingError.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.LDStreamingError.html#constructor\",\"classes\":\"\",\"parent\":\"platform.LDStreamingError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/platform-1.LDStreamingError.html#code\",\"classes\":\"\",\"parent\":\"platform.LDStreamingError\"},{\"kind\":128,\"name\":\"LDUnexpectedResponseError\",\"url\":\"classes/platform-1.LDUnexpectedResponseError.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.LDUnexpectedResponseError.html#constructor\",\"classes\":\"\",\"parent\":\"platform.LDUnexpectedResponseError\"},{\"kind\":128,\"name\":\"LDClientError\",\"url\":\"classes/platform-1.LDClientError.html\",\"classes\":\"\",\"parent\":\"platform\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/platform-1.LDClientError.html#constructor\",\"classes\":\"\",\"parent\":\"platform.LDClientError\"},{\"kind\":64,\"name\":\"LDMigrationError\",\"url\":\"functions/LDMigrationError.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/LDMigrationError.html#LDMigrationError.__type\",\"classes\":\"\",\"parent\":\"LDMigrationError.LDMigrationError\"},{\"kind\":1024,\"name\":\"success\",\"url\":\"functions/LDMigrationError.html#LDMigrationError.__type.success\",\"classes\":\"\",\"parent\":\"LDMigrationError.LDMigrationError.__type\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"functions/LDMigrationError.html#LDMigrationError.__type.error\",\"classes\":\"\",\"parent\":\"LDMigrationError.LDMigrationError.__type\"},{\"kind\":64,\"name\":\"LDMigrationSuccess\",\"url\":\"functions/LDMigrationSuccess.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"createMigration\",\"url\":\"functions/createMigration.html\",\"classes\":\"\"},{\"kind\":4,\"name\":\"interfaces\",\"url\":\"modules/interfaces.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"BigSegmentStore\",\"url\":\"interfaces/interfaces.BigSegmentStore.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":2048,\"name\":\"getMetadata\",\"url\":\"interfaces/interfaces.BigSegmentStore.html#getMetadata\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStore\"},{\"kind\":2048,\"name\":\"getUserMembership\",\"url\":\"interfaces/interfaces.BigSegmentStore.html#getUserMembership\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStore\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"interfaces/interfaces.BigSegmentStore.html#close\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStore\"},{\"kind\":256,\"name\":\"BigSegmentStoreMembership\",\"url\":\"interfaces/interfaces.BigSegmentStoreMembership.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":256,\"name\":\"BigSegmentStoreMetadata\",\"url\":\"interfaces/interfaces.BigSegmentStoreMetadata.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"lastUpToDate\",\"url\":\"interfaces/interfaces.BigSegmentStoreMetadata.html#lastUpToDate\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStoreMetadata\"},{\"kind\":256,\"name\":\"BigSegmentStoreStatus\",\"url\":\"interfaces/interfaces.BigSegmentStoreStatus.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"available\",\"url\":\"interfaces/interfaces.BigSegmentStoreStatus.html#available\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStoreStatus\"},{\"kind\":1024,\"name\":\"stale\",\"url\":\"interfaces/interfaces.BigSegmentStoreStatus.html#stale\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStoreStatus\"},{\"kind\":256,\"name\":\"DataCollection\",\"url\":\"interfaces/interfaces.DataCollection.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/interfaces.DataCollection.html#kind\",\"classes\":\"\",\"parent\":\"interfaces.DataCollection\"},{\"kind\":1024,\"name\":\"items\",\"url\":\"interfaces/interfaces.DataCollection.html#items\",\"classes\":\"\",\"parent\":\"interfaces.DataCollection\"},{\"kind\":256,\"name\":\"DataKind\",\"url\":\"interfaces/interfaces.DataKind.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"namespace\",\"url\":\"interfaces/interfaces.DataKind.html#namespace\",\"classes\":\"\",\"parent\":\"interfaces.DataKind\"},{\"kind\":2097152,\"name\":\"FullDataSet\",\"url\":\"types/interfaces.FullDataSet.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":2097152,\"name\":\"KeyedItems\",\"url\":\"types/interfaces.KeyedItems.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":256,\"name\":\"VersionedData\",\"url\":\"interfaces/interfaces.VersionedData.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/interfaces.VersionedData.html#key\",\"classes\":\"\",\"parent\":\"interfaces.VersionedData\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/interfaces.VersionedData.html#version\",\"classes\":\"\",\"parent\":\"interfaces.VersionedData\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"interfaces/interfaces.VersionedData.html#deleted\",\"classes\":\"\",\"parent\":\"interfaces.VersionedData\"},{\"kind\":256,\"name\":\"BigSegmentStoreStatusProvider\",\"url\":\"interfaces/interfaces.BigSegmentStoreStatusProvider.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":2048,\"name\":\"getStatus\",\"url\":\"interfaces/interfaces.BigSegmentStoreStatusProvider.html#getStatus\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStoreStatusProvider\"},{\"kind\":2048,\"name\":\"requireStatus\",\"url\":\"interfaces/interfaces.BigSegmentStoreStatusProvider.html#requireStatus\",\"classes\":\"\",\"parent\":\"interfaces.BigSegmentStoreStatusProvider\"},{\"kind\":256,\"name\":\"ItemDescriptor\",\"url\":\"interfaces/interfaces.ItemDescriptor.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/interfaces.ItemDescriptor.html#version\",\"classes\":\"\",\"parent\":\"interfaces.ItemDescriptor\"},{\"kind\":1024,\"name\":\"item\",\"url\":\"interfaces/interfaces.ItemDescriptor.html#item\",\"classes\":\"\",\"parent\":\"interfaces.ItemDescriptor\"},{\"kind\":256,\"name\":\"PersistentDataStore\",\"url\":\"interfaces/interfaces.PersistentDataStore.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"interfaces/interfaces.PersistentDataStore.html#init\",\"classes\":\"\",\"parent\":\"interfaces.PersistentDataStore\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/interfaces.PersistentDataStore.html#get\",\"classes\":\"\",\"parent\":\"interfaces.PersistentDataStore\"},{\"kind\":2048,\"name\":\"getAll\",\"url\":\"interfaces/interfaces.PersistentDataStore.html#getAll\",\"classes\":\"\",\"parent\":\"interfaces.PersistentDataStore\"},{\"kind\":2048,\"name\":\"upsert\",\"url\":\"interfaces/interfaces.PersistentDataStore.html#upsert\",\"classes\":\"\",\"parent\":\"interfaces.PersistentDataStore\"},{\"kind\":2048,\"name\":\"initialized\",\"url\":\"interfaces/interfaces.PersistentDataStore.html#initialized\",\"classes\":\"\",\"parent\":\"interfaces.PersistentDataStore\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"interfaces/interfaces.PersistentDataStore.html#close\",\"classes\":\"\",\"parent\":\"interfaces.PersistentDataStore\"},{\"kind\":2048,\"name\":\"getDescription\",\"url\":\"interfaces/interfaces.PersistentDataStore.html#getDescription\",\"classes\":\"\",\"parent\":\"interfaces.PersistentDataStore\"},{\"kind\":256,\"name\":\"PersistentStoreDataKind\",\"url\":\"interfaces/interfaces.PersistentStoreDataKind.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"namespace\",\"url\":\"interfaces/interfaces.PersistentStoreDataKind.html#namespace\",\"classes\":\"\",\"parent\":\"interfaces.PersistentStoreDataKind\"},{\"kind\":2048,\"name\":\"deserialize\",\"url\":\"interfaces/interfaces.PersistentStoreDataKind.html#deserialize\",\"classes\":\"\",\"parent\":\"interfaces.PersistentStoreDataKind\"},{\"kind\":256,\"name\":\"SerializedItemDescriptor\",\"url\":\"interfaces/interfaces.SerializedItemDescriptor.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/interfaces.SerializedItemDescriptor.html#version\",\"classes\":\"\",\"parent\":\"interfaces.SerializedItemDescriptor\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"interfaces/interfaces.SerializedItemDescriptor.html#deleted\",\"classes\":\"\",\"parent\":\"interfaces.SerializedItemDescriptor\"},{\"kind\":1024,\"name\":\"serializedItem\",\"url\":\"interfaces/interfaces.SerializedItemDescriptor.html#serializedItem\",\"classes\":\"\",\"parent\":\"interfaces.SerializedItemDescriptor\"},{\"kind\":256,\"name\":\"KeyedItem\",\"url\":\"interfaces/interfaces.KeyedItem.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/interfaces.KeyedItem.html#key\",\"classes\":\"\",\"parent\":\"interfaces.KeyedItem\"},{\"kind\":1024,\"name\":\"item\",\"url\":\"interfaces/interfaces.KeyedItem.html#item\",\"classes\":\"\",\"parent\":\"interfaces.KeyedItem\"},{\"kind\":2097152,\"name\":\"KindKeyedStore\",\"url\":\"types/interfaces.KindKeyedStore.html\",\"classes\":\"\",\"parent\":\"interfaces\"},{\"kind\":4,\"name\":\"subsystems\",\"url\":\"modules/subsystems.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"LDFeatureStoreItem\",\"url\":\"interfaces/subsystems.LDFeatureStoreItem.html\",\"classes\":\"\",\"parent\":\"subsystems\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"interfaces/subsystems.LDFeatureStoreItem.html#deleted\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStoreItem\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/subsystems.LDFeatureStoreItem.html#version\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStoreItem\"},{\"kind\":256,\"name\":\"LDKeyedFeatureStoreItem\",\"url\":\"interfaces/subsystems.LDKeyedFeatureStoreItem.html\",\"classes\":\"\",\"parent\":\"subsystems\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/subsystems.LDKeyedFeatureStoreItem.html#key\",\"classes\":\"\",\"parent\":\"subsystems.LDKeyedFeatureStoreItem\"},{\"kind\":1024,\"name\":\"deleted\",\"url\":\"interfaces/subsystems.LDKeyedFeatureStoreItem.html#deleted\",\"classes\":\"tsd-is-inherited\",\"parent\":\"subsystems.LDKeyedFeatureStoreItem\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/subsystems.LDKeyedFeatureStoreItem.html#version\",\"classes\":\"tsd-is-inherited\",\"parent\":\"subsystems.LDKeyedFeatureStoreItem\"},{\"kind\":256,\"name\":\"LDFeatureStoreKindData\",\"url\":\"interfaces/subsystems.LDFeatureStoreKindData.html\",\"classes\":\"\",\"parent\":\"subsystems\"},{\"kind\":256,\"name\":\"LDFeatureStoreDataStorage\",\"url\":\"interfaces/subsystems.LDFeatureStoreDataStorage.html\",\"classes\":\"\",\"parent\":\"subsystems\"},{\"kind\":256,\"name\":\"LDFeatureStore\",\"url\":\"interfaces/subsystems.LDFeatureStore.html\",\"classes\":\"\",\"parent\":\"subsystems\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#get\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":2048,\"name\":\"all\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#all\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#init\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#delete\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":2048,\"name\":\"upsert\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#upsert\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":2048,\"name\":\"initialized\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#initialized\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#close\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":2048,\"name\":\"getDescription\",\"url\":\"interfaces/subsystems.LDFeatureStore.html#getDescription\",\"classes\":\"\",\"parent\":\"subsystems.LDFeatureStore\"},{\"kind\":256,\"name\":\"LDDataSourceUpdates\",\"url\":\"interfaces/subsystems.LDDataSourceUpdates.html\",\"classes\":\"\",\"parent\":\"subsystems\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"interfaces/subsystems.LDDataSourceUpdates.html#init\",\"classes\":\"\",\"parent\":\"subsystems.LDDataSourceUpdates\"},{\"kind\":2048,\"name\":\"upsert\",\"url\":\"interfaces/subsystems.LDDataSourceUpdates.html#upsert\",\"classes\":\"\",\"parent\":\"subsystems.LDDataSourceUpdates\"},{\"kind\":256,\"name\":\"LDFlagsStateOptions\",\"url\":\"interfaces/LDFlagsStateOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"clientSideOnly\",\"url\":\"interfaces/LDFlagsStateOptions.html#clientSideOnly\",\"classes\":\"\",\"parent\":\"LDFlagsStateOptions\"},{\"kind\":1024,\"name\":\"withReasons\",\"url\":\"interfaces/LDFlagsStateOptions.html#withReasons\",\"classes\":\"\",\"parent\":\"LDFlagsStateOptions\"},{\"kind\":1024,\"name\":\"detailsOnlyForTrackedFlags\",\"url\":\"interfaces/LDFlagsStateOptions.html#detailsOnlyForTrackedFlags\",\"classes\":\"\",\"parent\":\"LDFlagsStateOptions\"},{\"kind\":256,\"name\":\"LDFlagsState\",\"url\":\"interfaces/LDFlagsState.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"valid\",\"url\":\"interfaces/LDFlagsState.html#valid\",\"classes\":\"\",\"parent\":\"LDFlagsState\"},{\"kind\":2048,\"name\":\"getFlagValue\",\"url\":\"interfaces/LDFlagsState.html#getFlagValue\",\"classes\":\"\",\"parent\":\"LDFlagsState\"},{\"kind\":2048,\"name\":\"getFlagReason\",\"url\":\"interfaces/LDFlagsState.html#getFlagReason\",\"classes\":\"\",\"parent\":\"LDFlagsState\"},{\"kind\":2048,\"name\":\"allValues\",\"url\":\"interfaces/LDFlagsState.html#allValues\",\"classes\":\"\",\"parent\":\"LDFlagsState\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"interfaces/LDFlagsState.html#toJSON\",\"classes\":\"\",\"parent\":\"LDFlagsState\"},{\"kind\":64,\"name\":\"IsMigrationStage\",\"url\":\"functions/IsMigrationStage.html\",\"classes\":\"\"},{\"kind\":8,\"name\":\"LDMigrationStage\",\"url\":\"enums/LDMigrationStage.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"Off\",\"url\":\"enums/LDMigrationStage.html#Off\",\"classes\":\"\",\"parent\":\"LDMigrationStage\"},{\"kind\":16,\"name\":\"DualWrite\",\"url\":\"enums/LDMigrationStage.html#DualWrite\",\"classes\":\"\",\"parent\":\"LDMigrationStage\"},{\"kind\":16,\"name\":\"Shadow\",\"url\":\"enums/LDMigrationStage.html#Shadow\",\"classes\":\"\",\"parent\":\"LDMigrationStage\"},{\"kind\":16,\"name\":\"Live\",\"url\":\"enums/LDMigrationStage.html#Live\",\"classes\":\"\",\"parent\":\"LDMigrationStage\"},{\"kind\":16,\"name\":\"RampDown\",\"url\":\"enums/LDMigrationStage.html#RampDown\",\"classes\":\"\",\"parent\":\"LDMigrationStage\"},{\"kind\":16,\"name\":\"Complete\",\"url\":\"enums/LDMigrationStage.html#Complete\",\"classes\":\"\",\"parent\":\"LDMigrationStage\"},{\"kind\":2097152,\"name\":\"LDMigrationOp\",\"url\":\"types/LDMigrationOp.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"LDMigrationEvaluation\",\"url\":\"interfaces/LDMigrationEvaluation.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/LDMigrationEvaluation.html#key\",\"classes\":\"\",\"parent\":\"LDMigrationEvaluation\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/LDMigrationEvaluation.html#value\",\"classes\":\"\",\"parent\":\"LDMigrationEvaluation\"},{\"kind\":1024,\"name\":\"default\",\"url\":\"interfaces/LDMigrationEvaluation.html#default\",\"classes\":\"\",\"parent\":\"LDMigrationEvaluation\"},{\"kind\":1024,\"name\":\"variation\",\"url\":\"interfaces/LDMigrationEvaluation.html#variation\",\"classes\":\"\",\"parent\":\"LDMigrationEvaluation\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/LDMigrationEvaluation.html#version\",\"classes\":\"\",\"parent\":\"LDMigrationEvaluation\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/LDMigrationEvaluation.html#reason\",\"classes\":\"\",\"parent\":\"LDMigrationEvaluation\"},{\"kind\":256,\"name\":\"LDMigrationConsistencyMeasurement\",\"url\":\"interfaces/LDMigrationConsistencyMeasurement.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/LDMigrationConsistencyMeasurement.html#key\",\"classes\":\"\",\"parent\":\"LDMigrationConsistencyMeasurement\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/LDMigrationConsistencyMeasurement.html#value\",\"classes\":\"\",\"parent\":\"LDMigrationConsistencyMeasurement\"},{\"kind\":1024,\"name\":\"samplingRatio\",\"url\":\"interfaces/LDMigrationConsistencyMeasurement.html#samplingRatio\",\"classes\":\"\",\"parent\":\"LDMigrationConsistencyMeasurement\"},{\"kind\":256,\"name\":\"LDMigrationLatencyMeasurement\",\"url\":\"interfaces/LDMigrationLatencyMeasurement.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/LDMigrationLatencyMeasurement.html#key\",\"classes\":\"\",\"parent\":\"LDMigrationLatencyMeasurement\"},{\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/LDMigrationLatencyMeasurement.html#values\",\"classes\":\"\",\"parent\":\"LDMigrationLatencyMeasurement\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationLatencyMeasurement.html#values.__type\",\"classes\":\"\",\"parent\":\"LDMigrationLatencyMeasurement.values\"},{\"kind\":1024,\"name\":\"old\",\"url\":\"interfaces/LDMigrationLatencyMeasurement.html#values.__type.old\",\"classes\":\"\",\"parent\":\"LDMigrationLatencyMeasurement.values.__type\"},{\"kind\":1024,\"name\":\"new\",\"url\":\"interfaces/LDMigrationLatencyMeasurement.html#values.__type.new\",\"classes\":\"\",\"parent\":\"LDMigrationLatencyMeasurement.values.__type\"},{\"kind\":256,\"name\":\"LDMigrationErrorMeasurement\",\"url\":\"interfaces/LDMigrationErrorMeasurement.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/LDMigrationErrorMeasurement.html#key\",\"classes\":\"\",\"parent\":\"LDMigrationErrorMeasurement\"},{\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/LDMigrationErrorMeasurement.html#values\",\"classes\":\"\",\"parent\":\"LDMigrationErrorMeasurement\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationErrorMeasurement.html#values.__type\",\"classes\":\"\",\"parent\":\"LDMigrationErrorMeasurement.values\"},{\"kind\":1024,\"name\":\"old\",\"url\":\"interfaces/LDMigrationErrorMeasurement.html#values.__type.old\",\"classes\":\"\",\"parent\":\"LDMigrationErrorMeasurement.values.__type\"},{\"kind\":1024,\"name\":\"new\",\"url\":\"interfaces/LDMigrationErrorMeasurement.html#values.__type.new\",\"classes\":\"\",\"parent\":\"LDMigrationErrorMeasurement.values.__type\"},{\"kind\":256,\"name\":\"LDMigrationInvokedMeasurement\",\"url\":\"interfaces/LDMigrationInvokedMeasurement.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/LDMigrationInvokedMeasurement.html#key\",\"classes\":\"\",\"parent\":\"LDMigrationInvokedMeasurement\"},{\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/LDMigrationInvokedMeasurement.html#values\",\"classes\":\"\",\"parent\":\"LDMigrationInvokedMeasurement\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationInvokedMeasurement.html#values.__type\",\"classes\":\"\",\"parent\":\"LDMigrationInvokedMeasurement.values\"},{\"kind\":1024,\"name\":\"old\",\"url\":\"interfaces/LDMigrationInvokedMeasurement.html#values.__type.old\",\"classes\":\"\",\"parent\":\"LDMigrationInvokedMeasurement.values.__type\"},{\"kind\":1024,\"name\":\"new\",\"url\":\"interfaces/LDMigrationInvokedMeasurement.html#values.__type.new\",\"classes\":\"\",\"parent\":\"LDMigrationInvokedMeasurement.values.__type\"},{\"kind\":2097152,\"name\":\"LDMigrationMeasurement\",\"url\":\"types/LDMigrationMeasurement.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"LDMigrationOpEvent\",\"url\":\"interfaces/LDMigrationOpEvent.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/LDMigrationOpEvent.html#kind\",\"classes\":\"\",\"parent\":\"LDMigrationOpEvent\"},{\"kind\":1024,\"name\":\"operation\",\"url\":\"interfaces/LDMigrationOpEvent.html#operation\",\"classes\":\"\",\"parent\":\"LDMigrationOpEvent\"},{\"kind\":1024,\"name\":\"creationDate\",\"url\":\"interfaces/LDMigrationOpEvent.html#creationDate\",\"classes\":\"\",\"parent\":\"LDMigrationOpEvent\"},{\"kind\":1024,\"name\":\"contextKeys\",\"url\":\"interfaces/LDMigrationOpEvent.html#contextKeys\",\"classes\":\"\",\"parent\":\"LDMigrationOpEvent\"},{\"kind\":1024,\"name\":\"evaluation\",\"url\":\"interfaces/LDMigrationOpEvent.html#evaluation\",\"classes\":\"\",\"parent\":\"LDMigrationOpEvent\"},{\"kind\":1024,\"name\":\"measurements\",\"url\":\"interfaces/LDMigrationOpEvent.html#measurements\",\"classes\":\"\",\"parent\":\"LDMigrationOpEvent\"},{\"kind\":1024,\"name\":\"samplingRatio\",\"url\":\"interfaces/LDMigrationOpEvent.html#samplingRatio\",\"classes\":\"\",\"parent\":\"LDMigrationOpEvent\"},{\"kind\":8,\"name\":\"LDConsistencyCheck\",\"url\":\"enums/LDConsistencyCheck.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"Inconsistent\",\"url\":\"enums/LDConsistencyCheck.html#Inconsistent\",\"classes\":\"\",\"parent\":\"LDConsistencyCheck\"},{\"kind\":16,\"name\":\"Consistent\",\"url\":\"enums/LDConsistencyCheck.html#Consistent\",\"classes\":\"\",\"parent\":\"LDConsistencyCheck\"},{\"kind\":16,\"name\":\"NotChecked\",\"url\":\"enums/LDConsistencyCheck.html#NotChecked\",\"classes\":\"\",\"parent\":\"LDConsistencyCheck\"},{\"kind\":256,\"name\":\"LDMigrationTracker\",\"url\":\"interfaces/LDMigrationTracker.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"op\",\"url\":\"interfaces/LDMigrationTracker.html#op\",\"classes\":\"\",\"parent\":\"LDMigrationTracker\"},{\"kind\":2048,\"name\":\"error\",\"url\":\"interfaces/LDMigrationTracker.html#error\",\"classes\":\"\",\"parent\":\"LDMigrationTracker\"},{\"kind\":2048,\"name\":\"consistency\",\"url\":\"interfaces/LDMigrationTracker.html#consistency\",\"classes\":\"\",\"parent\":\"LDMigrationTracker\"},{\"kind\":2048,\"name\":\"invoked\",\"url\":\"interfaces/LDMigrationTracker.html#invoked\",\"classes\":\"\",\"parent\":\"LDMigrationTracker\"},{\"kind\":2048,\"name\":\"latency\",\"url\":\"interfaces/LDMigrationTracker.html#latency\",\"classes\":\"\",\"parent\":\"LDMigrationTracker\"},{\"kind\":2048,\"name\":\"createEvent\",\"url\":\"interfaces/LDMigrationTracker.html#createEvent\",\"classes\":\"\",\"parent\":\"LDMigrationTracker\"},{\"kind\":256,\"name\":\"LDMigrationVariation\",\"url\":\"interfaces/LDMigrationVariation.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/LDMigrationVariation.html#value\",\"classes\":\"\",\"parent\":\"LDMigrationVariation\"},{\"kind\":1024,\"name\":\"tracker\",\"url\":\"interfaces/LDMigrationVariation.html#tracker\",\"classes\":\"\",\"parent\":\"LDMigrationVariation\"},{\"kind\":256,\"name\":\"LDBigSegmentsOptions\",\"url\":\"interfaces/LDBigSegmentsOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/LDBigSegmentsOptions.html#store\",\"classes\":\"\",\"parent\":\"LDBigSegmentsOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDBigSegmentsOptions.html#store.__type\",\"classes\":\"\",\"parent\":\"LDBigSegmentsOptions.store\"},{\"kind\":1024,\"name\":\"userCacheSize\",\"url\":\"interfaces/LDBigSegmentsOptions.html#userCacheSize\",\"classes\":\"\",\"parent\":\"LDBigSegmentsOptions\"},{\"kind\":1024,\"name\":\"userCacheTime\",\"url\":\"interfaces/LDBigSegmentsOptions.html#userCacheTime\",\"classes\":\"\",\"parent\":\"LDBigSegmentsOptions\"},{\"kind\":1024,\"name\":\"statusPollInterval\",\"url\":\"interfaces/LDBigSegmentsOptions.html#statusPollInterval\",\"classes\":\"\",\"parent\":\"LDBigSegmentsOptions\"},{\"kind\":1024,\"name\":\"staleAfter\",\"url\":\"interfaces/LDBigSegmentsOptions.html#staleAfter\",\"classes\":\"\",\"parent\":\"LDBigSegmentsOptions\"},{\"kind\":256,\"name\":\"LDProxyOptions\",\"url\":\"interfaces/LDProxyOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/LDProxyOptions.html#host\",\"classes\":\"\",\"parent\":\"LDProxyOptions\"},{\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/LDProxyOptions.html#port\",\"classes\":\"\",\"parent\":\"LDProxyOptions\"},{\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/LDProxyOptions.html#scheme\",\"classes\":\"\",\"parent\":\"LDProxyOptions\"},{\"kind\":1024,\"name\":\"auth\",\"url\":\"interfaces/LDProxyOptions.html#auth\",\"classes\":\"\",\"parent\":\"LDProxyOptions\"},{\"kind\":256,\"name\":\"LDTLSOptions\",\"url\":\"interfaces/LDTLSOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"ca\",\"url\":\"interfaces/LDTLSOptions.html#ca\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"cert\",\"url\":\"interfaces/LDTLSOptions.html#cert\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"checkServerIdentity\",\"url\":\"interfaces/LDTLSOptions.html#checkServerIdentity\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDTLSOptions.html#checkServerIdentity.__type\",\"classes\":\"\",\"parent\":\"LDTLSOptions.checkServerIdentity\"},{\"kind\":1024,\"name\":\"ciphers\",\"url\":\"interfaces/LDTLSOptions.html#ciphers\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"pfx\",\"url\":\"interfaces/LDTLSOptions.html#pfx\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/LDTLSOptions.html#key\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"passphrase\",\"url\":\"interfaces/LDTLSOptions.html#passphrase\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"rejectUnauthorized\",\"url\":\"interfaces/LDTLSOptions.html#rejectUnauthorized\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"secureProtocol\",\"url\":\"interfaces/LDTLSOptions.html#secureProtocol\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":1024,\"name\":\"servername\",\"url\":\"interfaces/LDTLSOptions.html#servername\",\"classes\":\"\",\"parent\":\"LDTLSOptions\"},{\"kind\":8,\"name\":\"LDExecutionOrdering\",\"url\":\"enums/LDExecutionOrdering.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"Fixed\",\"url\":\"enums/LDExecutionOrdering.html#Fixed\",\"classes\":\"\",\"parent\":\"LDExecutionOrdering\"},{\"kind\":16,\"name\":\"Random\",\"url\":\"enums/LDExecutionOrdering.html#Random\",\"classes\":\"\",\"parent\":\"LDExecutionOrdering\"},{\"kind\":8,\"name\":\"LDExecution\",\"url\":\"enums/LDExecution.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"Serial\",\"url\":\"enums/LDExecution.html#Serial\",\"classes\":\"\",\"parent\":\"LDExecution\"},{\"kind\":16,\"name\":\"Concurrent\",\"url\":\"enums/LDExecution.html#Concurrent\",\"classes\":\"\",\"parent\":\"LDExecution\"},{\"kind\":2097152,\"name\":\"LDMethodResult\",\"url\":\"types/LDMethodResult.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"LDSerialExecution\",\"url\":\"classes/LDSerialExecution.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LDSerialExecution.html#constructor\",\"classes\":\"\",\"parent\":\"LDSerialExecution\"},{\"kind\":1024,\"name\":\"ordering\",\"url\":\"classes/LDSerialExecution.html#ordering\",\"classes\":\"\",\"parent\":\"LDSerialExecution\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/LDSerialExecution.html#type\",\"classes\":\"\",\"parent\":\"LDSerialExecution\"},{\"kind\":128,\"name\":\"LDConcurrentExecution\",\"url\":\"classes/LDConcurrentExecution.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LDConcurrentExecution.html#constructor\",\"classes\":\"\",\"parent\":\"LDConcurrentExecution\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"classes/LDConcurrentExecution.html#type\",\"classes\":\"\",\"parent\":\"LDConcurrentExecution\"},{\"kind\":256,\"name\":\"LDMigrationOptions\",\"url\":\"interfaces/LDMigrationOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"execution\",\"url\":\"interfaces/LDMigrationOptions.html#execution\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":1024,\"name\":\"latencyTracking\",\"url\":\"interfaces/LDMigrationOptions.html#latencyTracking\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":1024,\"name\":\"errorTracking\",\"url\":\"interfaces/LDMigrationOptions.html#errorTracking\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":1024,\"name\":\"readNew\",\"url\":\"interfaces/LDMigrationOptions.html#readNew\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationOptions.html#readNew.__type-2\",\"classes\":\"\",\"parent\":\"LDMigrationOptions.readNew\"},{\"kind\":1024,\"name\":\"writeNew\",\"url\":\"interfaces/LDMigrationOptions.html#writeNew\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationOptions.html#writeNew.__type-6\",\"classes\":\"\",\"parent\":\"LDMigrationOptions.writeNew\"},{\"kind\":1024,\"name\":\"readOld\",\"url\":\"interfaces/LDMigrationOptions.html#readOld\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationOptions.html#readOld.__type-4\",\"classes\":\"\",\"parent\":\"LDMigrationOptions.readOld\"},{\"kind\":1024,\"name\":\"writeOld\",\"url\":\"interfaces/LDMigrationOptions.html#writeOld\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationOptions.html#writeOld.__type-8\",\"classes\":\"\",\"parent\":\"LDMigrationOptions.writeOld\"},{\"kind\":1024,\"name\":\"check\",\"url\":\"interfaces/LDMigrationOptions.html#check\",\"classes\":\"\",\"parent\":\"LDMigrationOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/LDMigrationOptions.html#check.__type\",\"classes\":\"\",\"parent\":\"LDMigrationOptions.check\"},{\"kind\":2097152,\"name\":\"LDMigrationOrigin\",\"url\":\"types/LDMigrationOrigin.html\",\"classes\":\"\"},{\"kind\":2097152,\"name\":\"LDMigrationResult\",\"url\":\"types/LDMigrationResult.html\",\"classes\":\"\"},{\"kind\":2097152,\"name\":\"LDMigrationReadResult\",\"url\":\"types/LDMigrationReadResult.html\",\"classes\":\"\"},{\"kind\":2097152,\"name\":\"LDMigrationWriteResult\",\"url\":\"types/LDMigrationWriteResult.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/LDMigrationWriteResult.html#__type\",\"classes\":\"\",\"parent\":\"LDMigrationWriteResult\"},{\"kind\":1024,\"name\":\"authoritative\",\"url\":\"types/LDMigrationWriteResult.html#__type.authoritative\",\"classes\":\"\",\"parent\":\"LDMigrationWriteResult.__type\"},{\"kind\":1024,\"name\":\"nonAuthoritative\",\"url\":\"types/LDMigrationWriteResult.html#__type.nonAuthoritative\",\"classes\":\"\",\"parent\":\"LDMigrationWriteResult.__type\"},{\"kind\":256,\"name\":\"LDMigration\",\"url\":\"interfaces/LDMigration.html\",\"classes\":\"\"},{\"kind\":2048,\"name\":\"read\",\"url\":\"interfaces/LDMigration.html#read\",\"classes\":\"\",\"parent\":\"LDMigration\"},{\"kind\":2048,\"name\":\"write\",\"url\":\"interfaces/LDMigration.html#write\",\"classes\":\"\",\"parent\":\"LDMigration\"},{\"kind\":4194304,\"name\":\"DataKind\",\"url\":\"index.html#DataKind\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDFeatureStoreItem\",\"url\":\"index.html#LDFeatureStoreItem\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDKeyedFeatureStoreItem\",\"url\":\"index.html#LDKeyedFeatureStoreItem\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDFeatureStoreKindData\",\"url\":\"index.html#LDFeatureStoreKindData\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDFeatureStoreDataStorage\",\"url\":\"index.html#LDFeatureStoreDataStorage\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDFeatureStore\",\"url\":\"index.html#LDFeatureStore\",\"classes\":\"\"},{\"kind\":128,\"name\":\"AsyncStoreFacade\",\"url\":\"classes/AsyncStoreFacade.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AsyncStoreFacade.html#constructor\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"classes/AsyncStoreFacade.html#store\",\"classes\":\"tsd-is-private\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/AsyncStoreFacade.html#get\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":2048,\"name\":\"all\",\"url\":\"classes/AsyncStoreFacade.html#all\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"classes/AsyncStoreFacade.html#init\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/AsyncStoreFacade.html#delete\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/AsyncStoreFacade.html#upsert\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":2048,\"name\":\"initialized\",\"url\":\"classes/AsyncStoreFacade.html#initialized\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/AsyncStoreFacade.html#close\",\"classes\":\"\",\"parent\":\"AsyncStoreFacade\"},{\"kind\":128,\"name\":\"PersistentDataStoreWrapper\",\"url\":\"classes/PersistentDataStoreWrapper.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/PersistentDataStoreWrapper.html#constructor\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":1024,\"name\":\"core\",\"url\":\"classes/PersistentDataStoreWrapper.html#core\",\"classes\":\"tsd-is-private\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":1024,\"name\":\"isInitialized\",\"url\":\"classes/PersistentDataStoreWrapper.html#isInitialized\",\"classes\":\"tsd-is-private\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":1024,\"name\":\"itemCache\",\"url\":\"classes/PersistentDataStoreWrapper.html#itemCache\",\"classes\":\"tsd-is-private\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":1024,\"name\":\"allItemsCache\",\"url\":\"classes/PersistentDataStoreWrapper.html#allItemsCache\",\"classes\":\"tsd-is-private\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":1024,\"name\":\"queue\",\"url\":\"classes/PersistentDataStoreWrapper.html#queue\",\"classes\":\"tsd-is-private\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"init\",\"url\":\"classes/PersistentDataStoreWrapper.html#init\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"classes/PersistentDataStoreWrapper.html#get\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"initialized\",\"url\":\"classes/PersistentDataStoreWrapper.html#initialized\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"all\",\"url\":\"classes/PersistentDataStoreWrapper.html#all\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/PersistentDataStoreWrapper.html#upsert\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/PersistentDataStoreWrapper.html#delete\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/PersistentDataStoreWrapper.html#close\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":2048,\"name\":\"getDescription\",\"url\":\"classes/PersistentDataStoreWrapper.html#getDescription\",\"classes\":\"\",\"parent\":\"PersistentDataStoreWrapper\"},{\"kind\":64,\"name\":\"deserializePoll\",\"url\":\"functions/deserializePoll.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"NullEventSource\",\"url\":\"classes/NullEventSource.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/NullEventSource.html#constructor\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"handlers\",\"url\":\"classes/NullEventSource.html#handlers\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"closed\",\"url\":\"classes/NullEventSource.html#closed\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"classes/NullEventSource.html#url\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"classes/NullEventSource.html#options\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"onclose\",\"url\":\"classes/NullEventSource.html#onclose\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"onerror\",\"url\":\"classes/NullEventSource.html#onerror\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"onopen\",\"url\":\"classes/NullEventSource.html#onopen\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":1024,\"name\":\"onretrying\",\"url\":\"classes/NullEventSource.html#onretrying\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":2048,\"name\":\"addEventListener\",\"url\":\"classes/NullEventSource.html#addEventListener\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":2048,\"name\":\"close\",\"url\":\"classes/NullEventSource.html#close\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":2048,\"name\":\"simulateError\",\"url\":\"classes/NullEventSource.html#simulateError\",\"classes\":\"\",\"parent\":\"NullEventSource\"},{\"kind\":4194304,\"name\":\"internal\",\"url\":\"index.html#internal\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AttributeReference\",\"url\":\"index.html#AttributeReference\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Context\",\"url\":\"index.html#Context\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ContextFilter\",\"url\":\"index.html#ContextFilter\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"subsystem\",\"url\":\"index.html#subsystem\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDContextCommon\",\"url\":\"index.html#LDContextCommon\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDContextMeta\",\"url\":\"index.html#LDContextMeta\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDMultiKindContext\",\"url\":\"index.html#LDMultiKindContext\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDSingleKindContext\",\"url\":\"index.html#LDSingleKindContext\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDUser\",\"url\":\"index.html#LDUser\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDContext\",\"url\":\"index.html#LDContext\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"BasicLoggerOptions\",\"url\":\"index.html#BasicLoggerOptions\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDLogger\",\"url\":\"index.html#LDLogger\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDLogLevel\",\"url\":\"index.html#LDLogLevel\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDEvaluationDetail\",\"url\":\"index.html#LDEvaluationDetail\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDEvaluationDetailTyped\",\"url\":\"index.html#LDEvaluationDetailTyped\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDEvaluationReason\",\"url\":\"index.html#LDEvaluationReason\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDFlagSet\",\"url\":\"index.html#LDFlagSet\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDFlagValue\",\"url\":\"index.html#LDFlagValue\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDClientContext\",\"url\":\"index.html#LDClientContext\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Encoding\",\"url\":\"index.html#Encoding\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Hasher\",\"url\":\"index.html#Hasher\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Hmac\",\"url\":\"index.html#Hmac\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Crypto\",\"url\":\"index.html#Crypto\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WatchHandle\",\"url\":\"index.html#WatchHandle\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Filesystem\",\"url\":\"index.html#Filesystem\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"PlatformData\",\"url\":\"index.html#PlatformData\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"SdkData\",\"url\":\"index.html#SdkData\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Info\",\"url\":\"index.html#Info\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Platform\",\"url\":\"index.html#Platform\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Headers\",\"url\":\"index.html#Headers\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Response\",\"url\":\"index.html#Response\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Options\",\"url\":\"index.html#Options\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Requests\",\"url\":\"index.html#Requests\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"EventName\",\"url\":\"index.html#EventName\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"EventListener\",\"url\":\"index.html#EventListener\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ProcessStreamResponse\",\"url\":\"index.html#ProcessStreamResponse\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"EventSource\",\"url\":\"index.html#EventSource\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"EventSourceInitDict\",\"url\":\"index.html#EventSourceInitDict\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TypeValidator\",\"url\":\"index.html#TypeValidator\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"FactoryOrInstance\",\"url\":\"index.html#FactoryOrInstance\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Type\",\"url\":\"index.html#Type\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TypeArray\",\"url\":\"index.html#TypeArray\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"NumberWithMinimum\",\"url\":\"index.html#NumberWithMinimum\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"StringMatchingRegex\",\"url\":\"index.html#StringMatchingRegex\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Function\",\"url\":\"index.html#Function\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"NullableBoolean\",\"url\":\"index.html#NullableBoolean\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"DateValidator\",\"url\":\"index.html#DateValidator\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"KindValidator\",\"url\":\"index.html#KindValidator\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TypeValidators\",\"url\":\"index.html#TypeValidators\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"BasicLogger\",\"url\":\"index.html#BasicLogger\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"SafeLogger\",\"url\":\"index.html#SafeLogger\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"createSafeLogger\",\"url\":\"index.html#createSafeLogger\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ApplicationTags\",\"url\":\"index.html#ApplicationTags\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"OptionMessages\",\"url\":\"index.html#OptionMessages\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ServiceEndpoints\",\"url\":\"index.html#ServiceEndpoints\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ClientContext\",\"url\":\"index.html#ClientContext\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"clone\",\"url\":\"index.html#clone\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"defaultHeaders\",\"url\":\"index.html#defaultHeaders\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"httpErrorMessage\",\"url\":\"index.html#httpErrorMessage\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"noop\",\"url\":\"index.html#noop\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDHeaders\",\"url\":\"index.html#LDHeaders\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"secondsToMillis\",\"url\":\"index.html#secondsToMillis\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"sleep\",\"url\":\"index.html#sleep\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"VoidFunction\",\"url\":\"index.html#VoidFunction\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"isHttpRecoverable\",\"url\":\"index.html#isHttpRecoverable\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDFileDataSourceError\",\"url\":\"index.html#LDFileDataSourceError\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDPollingError\",\"url\":\"index.html#LDPollingError\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDStreamingError\",\"url\":\"index.html#LDStreamingError\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDUnexpectedResponseError\",\"url\":\"index.html#LDUnexpectedResponseError\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"LDClientError\",\"url\":\"index.html#LDClientError\",\"classes\":\"\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,48.244]],[\"comment/0\",[]],[\"name/1\",[1,64.374]],[\"comment/1\",[]],[\"name/2\",[2,30.399]],[\"comment/2\",[]],[\"name/3\",[3,64.374]],[\"comment/3\",[]],[\"name/4\",[4,64.374]],[\"comment/4\",[]],[\"name/5\",[5,49.679]],[\"comment/5\",[]],[\"name/6\",[6,64.374]],[\"comment/6\",[]],[\"name/7\",[7,51.353]],[\"comment/7\",[]],[\"name/8\",[8,64.374]],[\"comment/8\",[]],[\"name/9\",[9,64.374]],[\"comment/9\",[]],[\"name/10\",[10,64.374]],[\"comment/10\",[]],[\"name/11\",[11,64.374]],[\"comment/11\",[]],[\"name/12\",[12,64.374]],[\"comment/12\",[]],[\"name/13\",[13,64.374]],[\"comment/13\",[]],[\"name/14\",[14,64.374]],[\"comment/14\",[]],[\"name/15\",[15,64.374]],[\"comment/15\",[]],[\"name/16\",[16,64.374]],[\"comment/16\",[]],[\"name/17\",[17,64.374]],[\"comment/17\",[]],[\"name/18\",[18,64.374]],[\"comment/18\",[]],[\"name/19\",[19,64.374]],[\"comment/19\",[]],[\"name/20\",[20,41.637]],[\"comment/20\",[]],[\"name/21\",[21,64.374]],[\"comment/21\",[]],[\"name/22\",[22,64.374]],[\"comment/22\",[]],[\"name/23\",[23,64.374]],[\"comment/23\",[]],[\"name/24\",[24,64.374]],[\"comment/24\",[]],[\"name/25\",[25,51.353]],[\"comment/25\",[]],[\"name/26\",[26,64.374]],[\"comment/26\",[]],[\"name/27\",[2,30.399]],[\"comment/27\",[]],[\"name/28\",[27,59.255]],[\"comment/28\",[]],[\"name/29\",[28,64.374]],[\"comment/29\",[]],[\"name/30\",[29,64.374]],[\"comment/30\",[]],[\"name/31\",[30,53.364]],[\"comment/31\",[]],[\"name/32\",[31,64.374]],[\"comment/32\",[]],[\"name/33\",[32,45.875]],[\"comment/33\",[]],[\"name/34\",[33,53.364]],[\"comment/34\",[]],[\"name/35\",[5,49.679]],[\"comment/35\",[]],[\"name/36\",[0,48.244]],[\"comment/36\",[]],[\"name/37\",[34,53.364]],[\"comment/37\",[]],[\"name/38\",[20,41.637]],[\"comment/38\",[]],[\"name/39\",[35,32.664]],[\"comment/39\",[]],[\"name/40\",[36,53.364]],[\"comment/40\",[]],[\"name/41\",[35,32.664]],[\"comment/41\",[]],[\"name/42\",[37,49.679]],[\"comment/42\",[]],[\"name/43\",[35,32.664]],[\"comment/43\",[]],[\"name/44\",[38,64.374]],[\"comment/44\",[]],[\"name/45\",[27,59.255]],[\"comment/45\",[]],[\"name/46\",[32,45.875]],[\"comment/46\",[]],[\"name/47\",[35,32.664]],[\"comment/47\",[]],[\"name/48\",[39,64.374]],[\"comment/48\",[]],[\"name/49\",[40,64.374]],[\"comment/49\",[]],[\"name/50\",[2,30.399]],[\"comment/50\",[]],[\"name/51\",[41,53.364]],[\"comment/51\",[]],[\"name/52\",[42,59.255]],[\"comment/52\",[]],[\"name/53\",[35,32.664]],[\"comment/53\",[]],[\"name/54\",[43,64.374]],[\"comment/54\",[]],[\"name/55\",[2,30.399]],[\"comment/55\",[]],[\"name/56\",[44,64.374]],[\"comment/56\",[]],[\"name/57\",[45,64.374]],[\"comment/57\",[]],[\"name/58\",[46,64.374]],[\"comment/58\",[]],[\"name/59\",[47,64.374]],[\"comment/59\",[]],[\"name/60\",[42,59.255]],[\"comment/60\",[]],[\"name/61\",[35,32.664]],[\"comment/61\",[]],[\"name/62\",[48,64.374]],[\"comment/62\",[]],[\"name/63\",[49,55.883]],[\"comment/63\",[]],[\"name/64\",[50,64.374]],[\"comment/64\",[]],[\"name/65\",[51,64.374]],[\"comment/65\",[]],[\"name/66\",[52,64.374]],[\"comment/66\",[]],[\"name/67\",[2,30.399]],[\"comment/67\",[]],[\"name/68\",[53,40.342]],[\"comment/68\",[]],[\"name/69\",[54,59.255]],[\"comment/69\",[]],[\"name/70\",[55,64.374]],[\"comment/70\",[]],[\"name/71\",[56,64.374]],[\"comment/71\",[]],[\"name/72\",[57,64.374]],[\"comment/72\",[]],[\"name/73\",[58,64.374]],[\"comment/73\",[]],[\"name/74\",[59,64.374]],[\"comment/74\",[]],[\"name/75\",[60,64.374]],[\"comment/75\",[]],[\"name/76\",[61,64.374]],[\"comment/76\",[]],[\"name/77\",[62,64.374]],[\"comment/77\",[]],[\"name/78\",[63,64.374]],[\"comment/78\",[]],[\"name/79\",[64,64.374]],[\"comment/79\",[]],[\"name/80\",[65,64.374]],[\"comment/80\",[]],[\"name/81\",[66,64.374]],[\"comment/81\",[]],[\"name/82\",[67,64.374]],[\"comment/82\",[]],[\"name/83\",[68,64.374]],[\"comment/83\",[]],[\"name/84\",[69,64.374]],[\"comment/84\",[]],[\"name/85\",[70,46.99]],[\"comment/85\",[]],[\"name/86\",[71,64.374]],[\"comment/86\",[]],[\"name/87\",[2,30.399]],[\"comment/87\",[]],[\"name/88\",[72,64.374]],[\"comment/88\",[]],[\"name/89\",[73,64.374]],[\"comment/89\",[]],[\"name/90\",[7,51.353]],[\"comment/90\",[]],[\"name/91\",[74,64.374]],[\"comment/91\",[]],[\"name/92\",[75,64.374]],[\"comment/92\",[]],[\"name/93\",[76,64.374]],[\"comment/93\",[]],[\"name/94\",[77,49.679]],[\"comment/94\",[]],[\"name/95\",[78,59.255]],[\"comment/95\",[]],[\"name/96\",[79,55.883]],[\"comment/96\",[]],[\"name/97\",[2,30.399]],[\"comment/97\",[]],[\"name/98\",[77,49.679]],[\"comment/98\",[]],[\"name/99\",[80,64.374]],[\"comment/99\",[]],[\"name/100\",[81,64.374]],[\"comment/100\",[]],[\"name/101\",[82,64.374]],[\"comment/101\",[]],[\"name/102\",[83,64.374]],[\"comment/102\",[]],[\"name/103\",[84,64.374]],[\"comment/103\",[]],[\"name/104\",[85,64.374]],[\"comment/104\",[]],[\"name/105\",[86,64.374]],[\"comment/105\",[]],[\"name/106\",[87,64.374]],[\"comment/106\",[]],[\"name/107\",[88,64.374]],[\"comment/107\",[]],[\"name/108\",[35,32.664]],[\"comment/108\",[]],[\"name/109\",[89,44.872]],[\"comment/109\",[]],[\"name/110\",[90,53.364]],[\"comment/110\",[]],[\"name/111\",[91,48.244]],[\"comment/111\",[]],[\"name/112\",[92,64.374]],[\"comment/112\",[]],[\"name/113\",[35,32.664]],[\"comment/113\",[]],[\"name/114\",[89,44.872]],[\"comment/114\",[]],[\"name/115\",[90,53.364]],[\"comment/115\",[]],[\"name/116\",[91,48.244]],[\"comment/116\",[]],[\"name/117\",[35,32.664]],[\"comment/117\",[]],[\"name/118\",[93,43.125]],[\"comment/118\",[]],[\"name/119\",[94,59.255]],[\"comment/119\",[]],[\"name/120\",[95,64.374]],[\"comment/120\",[]],[\"name/121\",[96,64.374]],[\"comment/121\",[]],[\"name/122\",[97,64.374]],[\"comment/122\",[]],[\"name/123\",[98,64.374]],[\"comment/123\",[]],[\"name/124\",[99,64.374]],[\"comment/124\",[]],[\"name/125\",[100,64.374]],[\"comment/125\",[]],[\"name/126\",[101,64.374]],[\"comment/126\",[]],[\"name/127\",[35,32.664]],[\"comment/127\",[]],[\"name/128\",[102,64.374]],[\"comment/128\",[]],[\"name/129\",[103,48.244]],[\"comment/129\",[]],[\"name/130\",[104,59.255]],[\"comment/130\",[]],[\"name/131\",[105,64.374]],[\"comment/131\",[]],[\"name/132\",[106,59.255]],[\"comment/132\",[]],[\"name/133\",[107,64.374]],[\"comment/133\",[]],[\"name/134\",[108,64.374]],[\"comment/134\",[]],[\"name/135\",[91,48.244]],[\"comment/135\",[]],[\"name/136\",[70,46.99]],[\"comment/136\",[]],[\"name/137\",[109,59.255]],[\"comment/137\",[]],[\"name/138\",[89,44.872]],[\"comment/138\",[]],[\"name/139\",[7,51.353]],[\"comment/139\",[]],[\"name/140\",[110,44.872]],[\"comment/140\",[]],[\"name/141\",[111,64.374]],[\"comment/141\",[]],[\"name/142\",[2,30.399]],[\"comment/142\",[]],[\"name/143\",[112,55.883]],[\"comment/143\",[]],[\"name/144\",[113,64.374]],[\"comment/144\",[]],[\"name/145\",[114,64.374]],[\"comment/145\",[]],[\"name/146\",[115,64.374]],[\"comment/146\",[]],[\"name/147\",[116,64.374]],[\"comment/147\",[]],[\"name/148\",[117,64.374]],[\"comment/148\",[]],[\"name/149\",[118,64.374]],[\"comment/149\",[]],[\"name/150\",[2,30.399]],[\"comment/150\",[]],[\"name/151\",[119,64.374]],[\"comment/151\",[]],[\"name/152\",[2,30.399]],[\"comment/152\",[]],[\"name/153\",[103,48.244]],[\"comment/153\",[]],[\"name/154\",[53,40.342]],[\"comment/154\",[]],[\"name/155\",[54,59.255]],[\"comment/155\",[]],[\"name/156\",[120,64.374]],[\"comment/156\",[]],[\"name/157\",[70,46.99]],[\"comment/157\",[]],[\"name/158\",[93,43.125]],[\"comment/158\",[]],[\"name/159\",[121,51.353]],[\"comment/159\",[]],[\"name/160\",[122,64.374]],[\"comment/160\",[]],[\"name/161\",[2,30.399]],[\"comment/161\",[]],[\"name/162\",[112,55.883]],[\"comment/162\",[]],[\"name/163\",[103,48.244]],[\"comment/163\",[]],[\"name/164\",[53,40.342]],[\"comment/164\",[]],[\"name/165\",[70,46.99]],[\"comment/165\",[]],[\"name/166\",[93,43.125]],[\"comment/166\",[]],[\"name/167\",[121,51.353]],[\"comment/167\",[]],[\"name/168\",[123,59.255]],[\"comment/168\",[]],[\"name/169\",[109,59.255]],[\"comment/169\",[]],[\"name/170\",[104,59.255]],[\"comment/170\",[]],[\"name/171\",[124,64.374]],[\"comment/171\",[]],[\"name/172\",[91,48.244]],[\"comment/172\",[]],[\"name/173\",[89,44.872]],[\"comment/173\",[]],[\"name/174\",[7,51.353]],[\"comment/174\",[]],[\"name/175\",[110,44.872]],[\"comment/175\",[]],[\"name/176\",[106,59.255]],[\"comment/176\",[]],[\"name/177\",[125,64.374]],[\"comment/177\",[]],[\"name/178\",[126,64.374]],[\"comment/178\",[]],[\"name/179\",[2,30.399]],[\"comment/179\",[]],[\"name/180\",[103,48.244]],[\"comment/180\",[]],[\"name/181\",[70,46.99]],[\"comment/181\",[]],[\"name/182\",[93,43.125]],[\"comment/182\",[]],[\"name/183\",[121,51.353]],[\"comment/183\",[]],[\"name/184\",[127,64.374]],[\"comment/184\",[]],[\"name/185\",[93,43.125]],[\"comment/185\",[]],[\"name/186\",[128,59.255]],[\"comment/186\",[]],[\"name/187\",[121,51.353]],[\"comment/187\",[]],[\"name/188\",[129,59.255]],[\"comment/188\",[]],[\"name/189\",[130,59.255]],[\"comment/189\",[]],[\"name/190\",[131,59.255]],[\"comment/190\",[]],[\"name/191\",[70,46.99]],[\"comment/191\",[]],[\"name/192\",[132,64.374]],[\"comment/192\",[]],[\"name/193\",[2,30.399]],[\"comment/193\",[]],[\"name/194\",[133,64.374]],[\"comment/194\",[]],[\"name/195\",[79,55.883]],[\"comment/195\",[]],[\"name/196\",[134,64.374]],[\"comment/196\",[]],[\"name/197\",[135,64.374]],[\"comment/197\",[]],[\"name/198\",[136,59.255]],[\"comment/198\",[]],[\"name/199\",[137,64.374]],[\"comment/199\",[]],[\"name/200\",[138,64.374]],[\"comment/200\",[]],[\"name/201\",[139,64.374]],[\"comment/201\",[]],[\"name/202\",[140,64.374]],[\"comment/202\",[]],[\"name/203\",[141,64.374]],[\"comment/203\",[]],[\"name/204\",[142,64.374]],[\"comment/204\",[]],[\"name/205\",[143,64.374]],[\"comment/205\",[]],[\"name/206\",[30,53.364]],[\"comment/206\",[]],[\"name/207\",[144,55.883]],[\"comment/207\",[]],[\"name/208\",[145,64.374]],[\"comment/208\",[]],[\"name/209\",[146,64.374]],[\"comment/209\",[]],[\"name/210\",[147,64.374]],[\"comment/210\",[]],[\"name/211\",[148,64.374]],[\"comment/211\",[]],[\"name/212\",[20,41.637]],[\"comment/212\",[]],[\"name/213\",[25,51.353]],[\"comment/213\",[]],[\"name/214\",[149,55.883]],[\"comment/214\",[]],[\"name/215\",[150,64.374]],[\"comment/215\",[]],[\"name/216\",[151,64.374]],[\"comment/216\",[]],[\"name/217\",[152,64.374]],[\"comment/217\",[]],[\"name/218\",[153,64.374]],[\"comment/218\",[]],[\"name/219\",[154,64.374]],[\"comment/219\",[]],[\"name/220\",[155,64.374]],[\"comment/220\",[]],[\"name/221\",[2,30.399]],[\"comment/221\",[]],[\"name/222\",[20,41.637]],[\"comment/222\",[]],[\"name/223\",[25,51.353]],[\"comment/223\",[]],[\"name/224\",[149,55.883]],[\"comment/224\",[]],[\"name/225\",[156,64.374]],[\"comment/225\",[]],[\"name/226\",[2,30.399]],[\"comment/226\",[]],[\"name/227\",[157,64.374]],[\"comment/227\",[]],[\"name/228\",[79,55.883]],[\"comment/228\",[]],[\"name/229\",[158,64.374]],[\"comment/229\",[]],[\"name/230\",[159,64.374]],[\"comment/230\",[]],[\"name/231\",[160,49.679]],[\"comment/231\",[]],[\"name/232\",[161,64.374]],[\"comment/232\",[]],[\"name/233\",[30,53.364]],[\"comment/233\",[]],[\"name/234\",[162,55.883]],[\"comment/234\",[]],[\"name/235\",[163,53.364]],[\"comment/235\",[]],[\"name/236\",[164,64.374]],[\"comment/236\",[]],[\"name/237\",[165,64.374]],[\"comment/237\",[]],[\"name/238\",[166,64.374]],[\"comment/238\",[]],[\"name/239\",[167,64.374]],[\"comment/239\",[]],[\"name/240\",[168,64.374]],[\"comment/240\",[]],[\"name/241\",[20,41.637]],[\"comment/241\",[]],[\"name/242\",[169,64.374]],[\"comment/242\",[]],[\"name/243\",[35,32.664]],[\"comment/243\",[]],[\"name/244\",[170,59.255]],[\"comment/244\",[]],[\"name/245\",[171,64.374]],[\"comment/245\",[]],[\"name/246\",[2,30.399]],[\"comment/246\",[]],[\"name/247\",[172,64.374]],[\"comment/247\",[]],[\"name/248\",[173,64.374]],[\"comment/248\",[]],[\"name/249\",[174,64.374]],[\"comment/249\",[]],[\"name/250\",[32,45.875]],[\"comment/250\",[]],[\"name/251\",[175,64.374]],[\"comment/251\",[]],[\"name/252\",[176,64.374]],[\"comment/252\",[]],[\"name/253\",[177,64.374]],[\"comment/253\",[]],[\"name/254\",[178,64.374]],[\"comment/254\",[]],[\"name/255\",[103,48.244]],[\"comment/255\",[]],[\"name/256\",[179,64.374]],[\"comment/256\",[]],[\"name/257\",[180,64.374]],[\"comment/257\",[]],[\"name/258\",[181,64.374]],[\"comment/258\",[]],[\"name/259\",[182,64.374]],[\"comment/259\",[]],[\"name/260\",[183,64.374]],[\"comment/260\",[]],[\"name/261\",[184,64.374]],[\"comment/261\",[]],[\"name/262\",[185,64.374]],[\"comment/262\",[]],[\"name/263\",[2,30.399]],[\"comment/263\",[]],[\"name/264\",[103,48.244]],[\"comment/264\",[]],[\"name/265\",[186,64.374]],[\"comment/265\",[]],[\"name/266\",[187,64.374]],[\"comment/266\",[]],[\"name/267\",[188,64.374]],[\"comment/267\",[]],[\"name/268\",[189,64.374]],[\"comment/268\",[]],[\"name/269\",[190,64.374]],[\"comment/269\",[]],[\"name/270\",[93,43.125]],[\"comment/270\",[]],[\"name/271\",[191,59.255]],[\"comment/271\",[]],[\"name/272\",[192,64.374]],[\"comment/272\",[]],[\"name/273\",[193,64.374]],[\"comment/273\",[]],[\"name/274\",[194,64.374]],[\"comment/274\",[]],[\"name/275\",[53,40.342]],[\"comment/275\",[]],[\"name/276\",[195,64.374]],[\"comment/276\",[]],[\"name/277\",[196,64.374]],[\"comment/277\",[]],[\"name/278\",[197,64.374]],[\"comment/278\",[]],[\"name/279\",[198,64.374]],[\"comment/279\",[]],[\"name/280\",[199,55.883]],[\"comment/280\",[]],[\"name/281\",[200,64.374]],[\"comment/281\",[]],[\"name/282\",[201,64.374]],[\"comment/282\",[]],[\"name/283\",[144,55.883]],[\"comment/283\",[]],[\"name/284\",[2,30.399]],[\"comment/284\",[]],[\"name/285\",[202,64.374]],[\"comment/285\",[]],[\"name/286\",[199,55.883]],[\"comment/286\",[]],[\"name/287\",[203,64.374]],[\"comment/287\",[]],[\"name/288\",[204,64.374]],[\"comment/288\",[]],[\"name/289\",[205,64.374]],[\"comment/289\",[]],[\"name/290\",[206,59.255]],[\"comment/290\",[]],[\"name/291\",[207,64.374]],[\"comment/291\",[]],[\"name/292\",[20,41.637]],[\"comment/292\",[]],[\"name/293\",[25,51.353]],[\"comment/293\",[]],[\"name/294\",[149,55.883]],[\"comment/294\",[]],[\"name/295\",[208,64.374]],[\"comment/295\",[]],[\"name/296\",[209,64.374]],[\"comment/296\",[]],[\"name/297\",[210,64.374]],[\"comment/297\",[]],[\"name/298\",[25,51.353]],[\"comment/298\",[]],[\"name/299\",[211,64.374]],[\"comment/299\",[]],[\"name/300\",[212,64.374]],[\"comment/300\",[]],[\"name/301\",[213,64.374]],[\"comment/301\",[]],[\"name/302\",[214,64.374]],[\"comment/302\",[]],[\"name/303\",[215,64.374]],[\"comment/303\",[]],[\"name/304\",[216,64.374]],[\"comment/304\",[]],[\"name/305\",[217,64.374]],[\"comment/305\",[]],[\"name/306\",[218,64.374]],[\"comment/306\",[]],[\"name/307\",[219,64.374]],[\"comment/307\",[]],[\"name/308\",[220,64.374]],[\"comment/308\",[]],[\"name/309\",[221,55.883]],[\"comment/309\",[]],[\"name/310\",[222,64.374]],[\"comment/310\",[]],[\"name/311\",[223,49.679]],[\"comment/311\",[]],[\"name/312\",[224,59.255]],[\"comment/312\",[]],[\"name/313\",[53,40.342]],[\"comment/313\",[]],[\"name/314\",[225,46.99]],[\"comment/314\",[]],[\"name/315\",[226,59.255]],[\"comment/315\",[]],[\"name/316\",[227,55.883]],[\"comment/316\",[]],[\"name/317\",[228,59.255]],[\"comment/317\",[]],[\"name/318\",[199,55.883]],[\"comment/318\",[]],[\"name/319\",[229,59.255]],[\"comment/319\",[]],[\"name/320\",[93,43.125]],[\"comment/320\",[]],[\"name/321\",[230,59.255]],[\"comment/321\",[]],[\"name/322\",[93,43.125]],[\"comment/322\",[]],[\"name/323\",[53,40.342]],[\"comment/323\",[]],[\"name/324\",[225,46.99]],[\"comment/324\",[]],[\"name/325\",[226,59.255]],[\"comment/325\",[]],[\"name/326\",[227,55.883]],[\"comment/326\",[]],[\"name/327\",[231,59.255]],[\"comment/327\",[]],[\"name/328\",[53,40.342]],[\"comment/328\",[]],[\"name/329\",[225,46.99]],[\"comment/329\",[]],[\"name/330\",[232,64.374]],[\"comment/330\",[]],[\"name/331\",[233,64.374]],[\"comment/331\",[]],[\"name/332\",[234,64.374]],[\"comment/332\",[]],[\"name/333\",[235,64.374]],[\"comment/333\",[]],[\"name/334\",[236,64.374]],[\"comment/334\",[]],[\"name/335\",[237,64.374]],[\"comment/335\",[]],[\"name/336\",[227,55.883]],[\"comment/336\",[]],[\"name/337\",[238,64.374]],[\"comment/337\",[]],[\"name/338\",[35,32.664]],[\"comment/338\",[]],[\"name/339\",[239,64.374]],[\"comment/339\",[]],[\"name/340\",[240,59.255]],[\"comment/340\",[]],[\"name/341\",[241,59.255]],[\"comment/341\",[]],[\"name/342\",[242,64.374]],[\"comment/342\",[]],[\"name/343\",[225,46.99]],[\"comment/343\",[]],[\"name/344\",[243,59.255]],[\"comment/344\",[]],[\"name/345\",[35,32.664]],[\"comment/345\",[]],[\"name/346\",[244,59.255]],[\"comment/346\",[]],[\"name/347\",[35,32.664]],[\"comment/347\",[]],[\"name/348\",[245,59.255]],[\"comment/348\",[]],[\"name/349\",[223,49.679]],[\"comment/349\",[]],[\"name/350\",[246,55.883]],[\"comment/350\",[]],[\"name/351\",[247,49.679]],[\"comment/351\",[]],[\"name/352\",[248,55.883]],[\"comment/352\",[]],[\"name/353\",[249,59.255]],[\"comment/353\",[]],[\"name/354\",[250,59.255]],[\"comment/354\",[]],[\"name/355\",[89,44.872]],[\"comment/355\",[]],[\"name/356\",[90,53.364]],[\"comment/356\",[]],[\"name/357\",[91,48.244]],[\"comment/357\",[]],[\"name/358\",[251,59.255]],[\"comment/358\",[]],[\"name/359\",[89,44.872]],[\"comment/359\",[]],[\"name/360\",[90,53.364]],[\"comment/360\",[]],[\"name/361\",[91,48.244]],[\"comment/361\",[]],[\"name/362\",[252,59.255]],[\"comment/362\",[]],[\"name/363\",[93,43.125]],[\"comment/363\",[]],[\"name/364\",[94,59.255]],[\"comment/364\",[]],[\"name/365\",[253,64.374]],[\"comment/365\",[]],[\"name/366\",[254,64.374]],[\"comment/366\",[]],[\"name/367\",[255,64.374]],[\"comment/367\",[]],[\"name/368\",[256,64.374]],[\"comment/368\",[]],[\"name/369\",[257,64.374]],[\"comment/369\",[]],[\"name/370\",[258,59.255]],[\"comment/370\",[]],[\"name/371\",[259,59.255]],[\"comment/371\",[]],[\"name/372\",[260,59.255]],[\"comment/372\",[]],[\"name/373\",[261,59.255]],[\"comment/373\",[]],[\"name/374\",[77,49.679]],[\"comment/374\",[]],[\"name/375\",[262,55.883]],[\"comment/375\",[]],[\"name/376\",[263,64.374]],[\"comment/376\",[]],[\"name/377\",[264,59.255]],[\"comment/377\",[]],[\"name/378\",[49,55.883]],[\"comment/378\",[]],[\"name/379\",[265,59.255]],[\"comment/379\",[]],[\"name/380\",[266,59.255]],[\"comment/380\",[]],[\"name/381\",[49,55.883]],[\"comment/381\",[]],[\"name/382\",[265,59.255]],[\"comment/382\",[]],[\"name/383\",[267,55.883]],[\"comment/383\",[]],[\"name/384\",[268,64.374]],[\"comment/384\",[]],[\"name/385\",[269,64.374]],[\"comment/385\",[]],[\"name/386\",[270,64.374]],[\"comment/386\",[]],[\"name/387\",[271,59.255]],[\"comment/387\",[]],[\"name/388\",[20,41.637]],[\"comment/388\",[]],[\"name/389\",[272,55.883]],[\"comment/389\",[]],[\"name/390\",[273,64.374]],[\"comment/390\",[]],[\"name/391\",[274,64.374]],[\"comment/391\",[]],[\"name/392\",[275,64.374]],[\"comment/392\",[]],[\"name/393\",[276,55.883]],[\"comment/393\",[]],[\"name/394\",[277,64.374]],[\"comment/394\",[]],[\"name/395\",[35,32.664]],[\"comment/395\",[]],[\"name/396\",[278,64.374]],[\"comment/396\",[]],[\"name/397\",[225,46.99]],[\"comment/397\",[]],[\"name/398\",[110,44.872]],[\"comment/398\",[]],[\"name/399\",[225,46.99]],[\"comment/399\",[]],[\"name/400\",[279,64.374]],[\"comment/400\",[]],[\"name/401\",[280,55.883]],[\"comment/401\",[]],[\"name/402\",[225,46.99]],[\"comment/402\",[]],[\"name/403\",[110,44.872]],[\"comment/403\",[]],[\"name/404\",[281,64.374]],[\"comment/404\",[]],[\"name/405\",[282,64.374]],[\"comment/405\",[]],[\"name/406\",[283,64.374]],[\"comment/406\",[]],[\"name/407\",[247,49.679]],[\"comment/407\",[]],[\"name/408\",[276,55.883]],[\"comment/408\",[]],[\"name/409\",[280,55.883]],[\"comment/409\",[]],[\"name/410\",[77,49.679]],[\"comment/410\",[]],[\"name/411\",[262,55.883]],[\"comment/411\",[]],[\"name/412\",[247,49.679]],[\"comment/412\",[]],[\"name/413\",[272,55.883]],[\"comment/413\",[]],[\"name/414\",[267,55.883]],[\"comment/414\",[]],[\"name/415\",[163,53.364]],[\"comment/415\",[]],[\"name/416\",[160,49.679]],[\"comment/416\",[]],[\"name/417\",[32,45.875]],[\"comment/417\",[]],[\"name/418\",[284,64.374]],[\"comment/418\",[]],[\"name/419\",[285,53.364]],[\"comment/419\",[]],[\"name/420\",[286,64.374]],[\"comment/420\",[]],[\"name/421\",[287,64.374]],[\"comment/421\",[]],[\"name/422\",[288,59.255]],[\"comment/422\",[]],[\"name/423\",[160,49.679]],[\"comment/423\",[]],[\"name/424\",[221,55.883]],[\"comment/424\",[]],[\"name/425\",[289,64.374]],[\"comment/425\",[]],[\"name/426\",[290,64.374]],[\"comment/426\",[]],[\"name/427\",[41,53.364]],[\"comment/427\",[]],[\"name/428\",[160,49.679]],[\"comment/428\",[]],[\"name/429\",[291,64.374]],[\"comment/429\",[]],[\"name/430\",[292,64.374]],[\"comment/430\",[]],[\"name/431\",[293,64.374]],[\"comment/431\",[]],[\"name/432\",[163,53.364]],[\"comment/432\",[]],[\"name/433\",[294,64.374]],[\"comment/433\",[]],[\"name/434\",[295,64.374]],[\"comment/434\",[]],[\"name/435\",[296,64.374]],[\"comment/435\",[]],[\"name/436\",[297,64.374]],[\"comment/436\",[]],[\"name/437\",[298,59.255]],[\"comment/437\",[]],[\"name/438\",[299,59.255]],[\"comment/438\",[]],[\"name/439\",[35,32.664]],[\"comment/439\",[]],[\"name/440\",[300,59.255]],[\"comment/440\",[]],[\"name/441\",[35,32.664]],[\"comment/441\",[]],[\"name/442\",[301,64.374]],[\"comment/442\",[]],[\"name/443\",[35,32.664]],[\"comment/443\",[]],[\"name/444\",[302,64.374]],[\"comment/444\",[]],[\"name/445\",[35,32.664]],[\"comment/445\",[]],[\"name/446\",[162,55.883]],[\"comment/446\",[]],[\"name/447\",[303,59.255]],[\"comment/447\",[]],[\"name/448\",[304,59.255]],[\"comment/448\",[]],[\"name/449\",[305,59.255]],[\"comment/449\",[]],[\"name/450\",[306,59.255]],[\"comment/450\",[]],[\"name/451\",[307,59.255]],[\"comment/451\",[]],[\"name/452\",[20,41.637]],[\"comment/452\",[]],[\"name/453\",[308,59.255]],[\"comment/453\",[]],[\"name/454\",[309,64.374]],[\"comment/454\",[]],[\"name/455\",[35,32.664]],[\"comment/455\",[]],[\"name/456\",[160,49.679]],[\"comment/456\",[]],[\"name/457\",[35,32.664]],[\"comment/457\",[]],[\"name/458\",[310,64.374]],[\"comment/458\",[]],[\"name/459\",[311,64.374]],[\"comment/459\",[]],[\"name/460\",[312,64.374]],[\"comment/460\",[]],[\"name/461\",[313,59.255]],[\"comment/461\",[]],[\"name/462\",[314,44.872]],[\"comment/462\",[]],[\"name/463\",[315,44.872]],[\"comment/463\",[]],[\"name/464\",[316,59.255]],[\"comment/464\",[]],[\"name/465\",[2,30.399]],[\"comment/465\",[]],[\"name/466\",[314,44.872]],[\"comment/466\",[]],[\"name/467\",[315,44.872]],[\"comment/467\",[]],[\"name/468\",[317,53.364]],[\"comment/468\",[]],[\"name/469\",[2,30.399]],[\"comment/469\",[]],[\"name/470\",[318,59.255]],[\"comment/470\",[]],[\"name/471\",[319,51.353]],[\"comment/471\",[]],[\"name/472\",[314,44.872]],[\"comment/472\",[]],[\"name/473\",[315,44.872]],[\"comment/473\",[]],[\"name/474\",[320,59.255]],[\"comment/474\",[]],[\"name/475\",[2,30.399]],[\"comment/475\",[]],[\"name/476\",[318,59.255]],[\"comment/476\",[]],[\"name/477\",[319,51.353]],[\"comment/477\",[]],[\"name/478\",[314,44.872]],[\"comment/478\",[]],[\"name/479\",[315,44.872]],[\"comment/479\",[]],[\"name/480\",[321,59.255]],[\"comment/480\",[]],[\"name/481\",[2,30.399]],[\"comment/481\",[]],[\"name/482\",[322,64.374]],[\"comment/482\",[]],[\"name/483\",[314,44.872]],[\"comment/483\",[]],[\"name/484\",[319,51.353]],[\"comment/484\",[]],[\"name/485\",[315,44.872]],[\"comment/485\",[]],[\"name/486\",[323,55.883]],[\"comment/486\",[]],[\"name/487\",[2,30.399]],[\"comment/487\",[]],[\"name/488\",[324,59.255]],[\"comment/488\",[]],[\"name/489\",[314,44.872]],[\"comment/489\",[]],[\"name/490\",[319,51.353]],[\"comment/490\",[]],[\"name/491\",[315,44.872]],[\"comment/491\",[]],[\"name/492\",[325,55.883]],[\"comment/492\",[]],[\"name/493\",[2,30.399]],[\"comment/493\",[]],[\"name/494\",[314,44.872]],[\"comment/494\",[]],[\"name/495\",[315,44.872]],[\"comment/495\",[]],[\"name/496\",[326,55.883]],[\"comment/496\",[]],[\"name/497\",[2,30.399]],[\"comment/497\",[]],[\"name/498\",[314,44.872]],[\"comment/498\",[]],[\"name/499\",[315,44.872]],[\"comment/499\",[]],[\"name/500\",[327,59.255]],[\"comment/500\",[]],[\"name/501\",[2,30.399]],[\"comment/501\",[]],[\"name/502\",[314,44.872]],[\"comment/502\",[]],[\"name/503\",[315,44.872]],[\"comment/503\",[]],[\"name/504\",[328,59.255]],[\"comment/504\",[]],[\"name/505\",[2,30.399]],[\"comment/505\",[]],[\"name/506\",[314,44.872]],[\"comment/506\",[]],[\"name/507\",[324,59.255]],[\"comment/507\",[]],[\"name/508\",[319,51.353]],[\"comment/508\",[]],[\"name/509\",[315,44.872]],[\"comment/509\",[]],[\"name/510\",[329,59.255]],[\"comment/510\",[]],[\"name/511\",[330,64.374]],[\"comment/511\",[]],[\"name/512\",[331,64.374]],[\"comment/512\",[]],[\"name/513\",[332,64.374]],[\"comment/513\",[]],[\"name/514\",[333,64.374]],[\"comment/514\",[]],[\"name/515\",[334,64.374]],[\"comment/515\",[]],[\"name/516\",[335,64.374]],[\"comment/516\",[]],[\"name/517\",[325,55.883]],[\"comment/517\",[]],[\"name/518\",[336,64.374]],[\"comment/518\",[]],[\"name/519\",[337,64.374]],[\"comment/519\",[]],[\"name/520\",[323,55.883]],[\"comment/520\",[]],[\"name/521\",[338,64.374]],[\"comment/521\",[]],[\"name/522\",[93,43.125]],[\"comment/522\",[]],[\"name/523\",[326,55.883]],[\"comment/523\",[]],[\"name/524\",[2,30.399]],[\"comment/524\",[]],[\"name/525\",[339,59.255]],[\"comment/525\",[]],[\"name/526\",[32,45.875]],[\"comment/526\",[]],[\"name/527\",[2,30.399]],[\"comment/527\",[]],[\"name/528\",[340,64.374]],[\"comment/528\",[]],[\"name/529\",[225,46.99]],[\"comment/529\",[]],[\"name/530\",[243,59.255]],[\"comment/530\",[]],[\"name/531\",[244,59.255]],[\"comment/531\",[]],[\"name/532\",[341,64.374]],[\"comment/532\",[]],[\"name/533\",[342,64.374]],[\"comment/533\",[]],[\"name/534\",[343,59.255]],[\"comment/534\",[]],[\"name/535\",[223,49.679]],[\"comment/535\",[]],[\"name/536\",[246,55.883]],[\"comment/536\",[]],[\"name/537\",[247,49.679]],[\"comment/537\",[]],[\"name/538\",[248,55.883]],[\"comment/538\",[]],[\"name/539\",[344,59.255]],[\"comment/539\",[]],[\"name/540\",[2,30.399]],[\"comment/540\",[]],[\"name/541\",[30,53.364]],[\"comment/541\",[]],[\"name/542\",[345,64.374]],[\"comment/542\",[]],[\"name/543\",[343,59.255]],[\"comment/543\",[]],[\"name/544\",[223,49.679]],[\"comment/544\",[]],[\"name/545\",[246,55.883]],[\"comment/545\",[]],[\"name/546\",[247,49.679]],[\"comment/546\",[]],[\"name/547\",[248,55.883]],[\"comment/547\",[]],[\"name/548\",[346,59.255]],[\"comment/548\",[]],[\"name/549\",[347,59.255]],[\"comment/549\",[]],[\"name/550\",[2,30.399]],[\"comment/550\",[]],[\"name/551\",[89,44.872]],[\"comment/551\",[]],[\"name/552\",[348,59.255]],[\"comment/552\",[]],[\"name/553\",[349,64.374]],[\"comment/553\",[]],[\"name/554\",[350,64.374]],[\"comment/554\",[]],[\"name/555\",[351,64.374]],[\"comment/555\",[]],[\"name/556\",[352,64.374]],[\"comment/556\",[]],[\"name/557\",[353,64.374]],[\"comment/557\",[]],[\"name/558\",[354,64.374]],[\"comment/558\",[]],[\"name/559\",[355,64.374]],[\"comment/559\",[]],[\"name/560\",[356,64.374]],[\"comment/560\",[]],[\"name/561\",[2,30.399]],[\"comment/561\",[]],[\"name/562\",[357,59.255]],[\"comment/562\",[]],[\"name/563\",[358,64.374]],[\"comment/563\",[]],[\"name/564\",[2,30.399]],[\"comment/564\",[]],[\"name/565\",[359,64.374]],[\"comment/565\",[]],[\"name/566\",[360,64.374]],[\"comment/566\",[]],[\"name/567\",[361,64.374]],[\"comment/567\",[]],[\"name/568\",[362,59.255]],[\"comment/568\",[]],[\"name/569\",[2,30.399]],[\"comment/569\",[]],[\"name/570\",[77,49.679]],[\"comment/570\",[]],[\"name/571\",[261,59.255]],[\"comment/571\",[]],[\"name/572\",[363,59.255]],[\"comment/572\",[]],[\"name/573\",[364,59.255]],[\"comment/573\",[]],[\"name/574\",[365,59.255]],[\"comment/574\",[]],[\"name/575\",[366,59.255]],[\"comment/575\",[]],[\"name/576\",[367,59.255]],[\"comment/576\",[]],[\"name/577\",[35,32.664]],[\"comment/577\",[]],[\"name/578\",[368,64.374]],[\"comment/578\",[]],[\"name/579\",[369,45.727,370,45.727]],[\"comment/579\",[]],[\"name/580\",[371,32.637,372,32.637,373,35.457]],[\"comment/580\",[]],[\"name/581\",[371,32.637,372,32.637,374,35.457]],[\"comment/581\",[]],[\"name/582\",[375,59.255]],[\"comment/582\",[]],[\"name/583\",[376,59.255]],[\"comment/583\",[]],[\"name/584\",[377,59.255]],[\"comment/584\",[]],[\"name/585\",[35,32.664]],[\"comment/585\",[]],[\"name/586\",[378,59.255]],[\"comment/586\",[]],[\"name/587\",[379,59.255]],[\"comment/587\",[]],[\"name/588\",[2,30.399]],[\"comment/588\",[]],[\"name/589\",[380,59.255]],[\"comment/589\",[]],[\"name/590\",[2,30.399]],[\"comment/590\",[]],[\"name/591\",[221,55.883]],[\"comment/591\",[]],[\"name/592\",[381,59.255]],[\"comment/592\",[]],[\"name/593\",[2,30.399]],[\"comment/593\",[]],[\"name/594\",[382,64.374]],[\"comment/594\",[]],[\"name/595\",[383,59.255]],[\"comment/595\",[]],[\"name/596\",[2,30.399]],[\"comment/596\",[]],[\"name/597\",[384,59.255]],[\"comment/597\",[]],[\"name/598\",[2,30.399]],[\"comment/598\",[]],[\"name/599\",[385,64.374]],[\"comment/599\",[]],[\"name/600\",[35,32.664]],[\"comment/600\",[]],[\"name/601\",[386,64.374]],[\"comment/601\",[]],[\"name/602\",[223,49.679]],[\"comment/602\",[]],[\"name/603\",[387,64.374]],[\"comment/603\",[]],[\"name/604\",[388,64.374]],[\"comment/604\",[]],[\"name/605\",[389,64.374]],[\"comment/605\",[]],[\"name/606\",[390,64.374]],[\"comment/606\",[]],[\"name/607\",[391,64.374]],[\"comment/607\",[]],[\"name/608\",[392,64.374]],[\"comment/608\",[]],[\"name/609\",[20,41.637]],[\"comment/609\",[]],[\"name/610\",[393,64.374]],[\"comment/610\",[]],[\"name/611\",[394,64.374]],[\"comment/611\",[]],[\"name/612\",[395,64.374]],[\"comment/612\",[]],[\"name/613\",[396,64.374]],[\"comment/613\",[]],[\"name/614\",[397,64.374]],[\"comment/614\",[]],[\"name/615\",[398,64.374]],[\"comment/615\",[]],[\"name/616\",[399,64.374]],[\"comment/616\",[]],[\"name/617\",[93,43.125]],[\"comment/617\",[]],[\"name/618\",[400,64.374]],[\"comment/618\",[]],[\"name/619\",[401,59.255]],[\"comment/619\",[]],[\"name/620\",[402,59.255]],[\"comment/620\",[]],[\"name/621\",[403,64.374]],[\"comment/621\",[]],[\"name/622\",[404,64.374]],[\"comment/622\",[]],[\"name/623\",[405,64.374]],[\"comment/623\",[]],[\"name/624\",[53,40.342]],[\"comment/624\",[]],[\"name/625\",[110,44.872]],[\"comment/625\",[]],[\"name/626\",[406,53.364]],[\"comment/626\",[]],[\"name/627\",[407,64.374]],[\"comment/627\",[]],[\"name/628\",[408,64.374]],[\"comment/628\",[]],[\"name/629\",[409,64.374]],[\"comment/629\",[]],[\"name/630\",[410,64.374]],[\"comment/630\",[]],[\"name/631\",[110,44.872]],[\"comment/631\",[]],[\"name/632\",[411,59.255]],[\"comment/632\",[]],[\"name/633\",[412,64.374]],[\"comment/633\",[]],[\"name/634\",[0,48.244]],[\"comment/634\",[]],[\"name/635\",[32,45.875]],[\"comment/635\",[]],[\"name/636\",[413,64.374]],[\"comment/636\",[]],[\"name/637\",[37,49.679]],[\"comment/637\",[]],[\"name/638\",[5,49.679]],[\"comment/638\",[]],[\"name/639\",[20,41.637]],[\"comment/639\",[]],[\"name/640\",[34,53.364]],[\"comment/640\",[]],[\"name/641\",[414,64.374]],[\"comment/641\",[]],[\"name/642\",[402,59.255]],[\"comment/642\",[]],[\"name/643\",[415,64.374]],[\"comment/643\",[]],[\"name/644\",[416,64.374]],[\"comment/644\",[]],[\"name/645\",[110,44.872]],[\"comment/645\",[]],[\"name/646\",[406,53.364]],[\"comment/646\",[]],[\"name/647\",[417,64.374]],[\"comment/647\",[]],[\"name/648\",[418,64.374]],[\"comment/648\",[]],[\"name/649\",[53,40.342]],[\"comment/649\",[]],[\"name/650\",[411,59.255]],[\"comment/650\",[]],[\"name/651\",[419,64.374]],[\"comment/651\",[]],[\"name/652\",[420,64.374]],[\"comment/652\",[]],[\"name/653\",[421,59.255]],[\"comment/653\",[]],[\"name/654\",[406,53.364]],[\"comment/654\",[]],[\"name/655\",[110,44.872]],[\"comment/655\",[]],[\"name/656\",[422,59.255]],[\"comment/656\",[]],[\"name/657\",[53,40.342]],[\"comment/657\",[]],[\"name/658\",[406,53.364]],[\"comment/658\",[]],[\"name/659\",[110,44.872]],[\"comment/659\",[]],[\"name/660\",[423,59.255]],[\"comment/660\",[]],[\"name/661\",[424,59.255]],[\"comment/661\",[]],[\"name/662\",[425,59.255]],[\"comment/662\",[]],[\"name/663\",[32,45.875]],[\"comment/663\",[]],[\"name/664\",[33,53.364]],[\"comment/664\",[]],[\"name/665\",[0,48.244]],[\"comment/665\",[]],[\"name/666\",[36,53.364]],[\"comment/666\",[]],[\"name/667\",[37,49.679]],[\"comment/667\",[]],[\"name/668\",[5,49.679]],[\"comment/668\",[]],[\"name/669\",[20,41.637]],[\"comment/669\",[]],[\"name/670\",[34,53.364]],[\"comment/670\",[]],[\"name/671\",[426,64.374]],[\"comment/671\",[]],[\"name/672\",[0,48.244]],[\"comment/672\",[]],[\"name/673\",[37,49.679]],[\"comment/673\",[]],[\"name/674\",[427,64.374]],[\"comment/674\",[]],[\"name/675\",[428,64.374]],[\"comment/675\",[]],[\"name/676\",[112,55.883]],[\"comment/676\",[]],[\"name/677\",[429,64.374]],[\"comment/677\",[]],[\"name/678\",[430,64.374]],[\"comment/678\",[]],[\"name/679\",[191,59.255]],[\"comment/679\",[]],[\"name/680\",[431,64.374]],[\"comment/680\",[]],[\"name/681\",[432,64.374]],[\"comment/681\",[]],[\"name/682\",[433,64.374]],[\"comment/682\",[]],[\"name/683\",[434,64.374]],[\"comment/683\",[]],[\"name/684\",[435,64.374]],[\"comment/684\",[]],[\"name/685\",[436,64.374]],[\"comment/685\",[]],[\"name/686\",[437,64.374]],[\"comment/686\",[]],[\"name/687\",[438,64.374]],[\"comment/687\",[]],[\"name/688\",[439,64.374]],[\"comment/688\",[]],[\"name/689\",[440,64.374]],[\"comment/689\",[]],[\"name/690\",[441,64.374]],[\"comment/690\",[]],[\"name/691\",[442,64.374]],[\"comment/691\",[]],[\"name/692\",[443,64.374]],[\"comment/692\",[]],[\"name/693\",[444,64.374]],[\"comment/693\",[]],[\"name/694\",[53,40.342]],[\"comment/694\",[]],[\"name/695\",[89,44.872]],[\"comment/695\",[]],[\"name/696\",[123,59.255]],[\"comment/696\",[]],[\"name/697\",[7,51.353]],[\"comment/697\",[]],[\"name/698\",[110,44.872]],[\"comment/698\",[]],[\"name/699\",[91,48.244]],[\"comment/699\",[]],[\"name/700\",[445,64.374]],[\"comment/700\",[]],[\"name/701\",[53,40.342]],[\"comment/701\",[]],[\"name/702\",[89,44.872]],[\"comment/702\",[]],[\"name/703\",[70,46.99]],[\"comment/703\",[]],[\"name/704\",[446,64.374]],[\"comment/704\",[]],[\"name/705\",[53,40.342]],[\"comment/705\",[]],[\"name/706\",[285,53.364]],[\"comment/706\",[]],[\"name/707\",[35,32.664]],[\"comment/707\",[]],[\"name/708\",[447,55.883]],[\"comment/708\",[]],[\"name/709\",[448,55.883]],[\"comment/709\",[]],[\"name/710\",[449,64.374]],[\"comment/710\",[]],[\"name/711\",[53,40.342]],[\"comment/711\",[]],[\"name/712\",[285,53.364]],[\"comment/712\",[]],[\"name/713\",[35,32.664]],[\"comment/713\",[]],[\"name/714\",[447,55.883]],[\"comment/714\",[]],[\"name/715\",[448,55.883]],[\"comment/715\",[]],[\"name/716\",[450,64.374]],[\"comment/716\",[]],[\"name/717\",[53,40.342]],[\"comment/717\",[]],[\"name/718\",[285,53.364]],[\"comment/718\",[]],[\"name/719\",[35,32.664]],[\"comment/719\",[]],[\"name/720\",[447,55.883]],[\"comment/720\",[]],[\"name/721\",[448,55.883]],[\"comment/721\",[]],[\"name/722\",[451,64.374]],[\"comment/722\",[]],[\"name/723\",[452,64.374]],[\"comment/723\",[]],[\"name/724\",[93,43.125]],[\"comment/724\",[]],[\"name/725\",[128,59.255]],[\"comment/725\",[]],[\"name/726\",[121,51.353]],[\"comment/726\",[]],[\"name/727\",[129,59.255]],[\"comment/727\",[]],[\"name/728\",[130,59.255]],[\"comment/728\",[]],[\"name/729\",[131,59.255]],[\"comment/729\",[]],[\"name/730\",[70,46.99]],[\"comment/730\",[]],[\"name/731\",[453,64.374]],[\"comment/731\",[]],[\"name/732\",[454,64.374]],[\"comment/732\",[]],[\"name/733\",[455,64.374]],[\"comment/733\",[]],[\"name/734\",[456,64.374]],[\"comment/734\",[]],[\"name/735\",[457,64.374]],[\"comment/735\",[]],[\"name/736\",[458,64.374]],[\"comment/736\",[]],[\"name/737\",[223,49.679]],[\"comment/737\",[]],[\"name/738\",[459,64.374]],[\"comment/738\",[]],[\"name/739\",[460,64.374]],[\"comment/739\",[]],[\"name/740\",[461,64.374]],[\"comment/740\",[]],[\"name/741\",[462,64.374]],[\"comment/741\",[]],[\"name/742\",[463,64.374]],[\"comment/742\",[]],[\"name/743\",[89,44.872]],[\"comment/743\",[]],[\"name/744\",[464,64.374]],[\"comment/744\",[]],[\"name/745\",[465,64.374]],[\"comment/745\",[]],[\"name/746\",[466,59.255]],[\"comment/746\",[]],[\"name/747\",[35,32.664]],[\"comment/747\",[]],[\"name/748\",[467,64.374]],[\"comment/748\",[]],[\"name/749\",[468,64.374]],[\"comment/749\",[]],[\"name/750\",[469,64.374]],[\"comment/750\",[]],[\"name/751\",[470,64.374]],[\"comment/751\",[]],[\"name/752\",[471,64.374]],[\"comment/752\",[]],[\"name/753\",[472,64.374]],[\"comment/753\",[]],[\"name/754\",[473,64.374]],[\"comment/754\",[]],[\"name/755\",[474,64.374]],[\"comment/755\",[]],[\"name/756\",[475,64.374]],[\"comment/756\",[]],[\"name/757\",[476,64.374]],[\"comment/757\",[]],[\"name/758\",[477,64.374]],[\"comment/758\",[]],[\"name/759\",[478,64.374]],[\"comment/759\",[]],[\"name/760\",[479,64.374]],[\"comment/760\",[]],[\"name/761\",[35,32.664]],[\"comment/761\",[]],[\"name/762\",[480,64.374]],[\"comment/762\",[]],[\"name/763\",[481,64.374]],[\"comment/763\",[]],[\"name/764\",[53,40.342]],[\"comment/764\",[]],[\"name/765\",[482,64.374]],[\"comment/765\",[]],[\"name/766\",[483,64.374]],[\"comment/766\",[]],[\"name/767\",[484,64.374]],[\"comment/767\",[]],[\"name/768\",[485,64.374]],[\"comment/768\",[]],[\"name/769\",[486,64.374]],[\"comment/769\",[]],[\"name/770\",[487,64.374]],[\"comment/770\",[]],[\"name/771\",[488,64.374]],[\"comment/771\",[]],[\"name/772\",[489,64.374]],[\"comment/772\",[]],[\"name/773\",[490,64.374]],[\"comment/773\",[]],[\"name/774\",[491,64.374]],[\"comment/774\",[]],[\"name/775\",[492,64.374]],[\"comment/775\",[]],[\"name/776\",[493,64.374]],[\"comment/776\",[]],[\"name/777\",[2,30.399]],[\"comment/777\",[]],[\"name/778\",[494,64.374]],[\"comment/778\",[]],[\"name/779\",[317,53.364]],[\"comment/779\",[]],[\"name/780\",[495,64.374]],[\"comment/780\",[]],[\"name/781\",[2,30.399]],[\"comment/781\",[]],[\"name/782\",[317,53.364]],[\"comment/782\",[]],[\"name/783\",[496,64.374]],[\"comment/783\",[]],[\"name/784\",[497,64.374]],[\"comment/784\",[]],[\"name/785\",[498,64.374]],[\"comment/785\",[]],[\"name/786\",[499,64.374]],[\"comment/786\",[]],[\"name/787\",[500,64.374]],[\"comment/787\",[]],[\"name/788\",[35,32.664]],[\"comment/788\",[]],[\"name/789\",[501,64.374]],[\"comment/789\",[]],[\"name/790\",[35,32.664]],[\"comment/790\",[]],[\"name/791\",[502,64.374]],[\"comment/791\",[]],[\"name/792\",[35,32.664]],[\"comment/792\",[]],[\"name/793\",[503,64.374]],[\"comment/793\",[]],[\"name/794\",[35,32.664]],[\"comment/794\",[]],[\"name/795\",[504,64.374]],[\"comment/795\",[]],[\"name/796\",[35,32.664]],[\"comment/796\",[]],[\"name/797\",[505,64.374]],[\"comment/797\",[]],[\"name/798\",[506,64.374]],[\"comment/798\",[]],[\"name/799\",[507,64.374]],[\"comment/799\",[]],[\"name/800\",[508,64.374]],[\"comment/800\",[]],[\"name/801\",[35,32.664]],[\"comment/801\",[]],[\"name/802\",[509,64.374]],[\"comment/802\",[]],[\"name/803\",[510,64.374]],[\"comment/803\",[]],[\"name/804\",[511,64.374]],[\"comment/804\",[]],[\"name/805\",[512,64.374]],[\"comment/805\",[]],[\"name/806\",[513,64.374]],[\"comment/806\",[]],[\"name/807\",[401,59.255]],[\"comment/807\",[]],[\"name/808\",[421,59.255]],[\"comment/808\",[]],[\"name/809\",[422,59.255]],[\"comment/809\",[]],[\"name/810\",[423,59.255]],[\"comment/810\",[]],[\"name/811\",[424,59.255]],[\"comment/811\",[]],[\"name/812\",[425,59.255]],[\"comment/812\",[]],[\"name/813\",[514,64.374]],[\"comment/813\",[]],[\"name/814\",[2,30.399]],[\"comment/814\",[]],[\"name/815\",[466,59.255]],[\"comment/815\",[]],[\"name/816\",[32,45.875]],[\"comment/816\",[]],[\"name/817\",[33,53.364]],[\"comment/817\",[]],[\"name/818\",[0,48.244]],[\"comment/818\",[]],[\"name/819\",[36,53.364]],[\"comment/819\",[]],[\"name/820\",[37,49.679]],[\"comment/820\",[]],[\"name/821\",[5,49.679]],[\"comment/821\",[]],[\"name/822\",[20,41.637]],[\"comment/822\",[]],[\"name/823\",[515,64.374]],[\"comment/823\",[]],[\"name/824\",[2,30.399]],[\"comment/824\",[]],[\"name/825\",[516,64.374]],[\"comment/825\",[]],[\"name/826\",[517,64.374]],[\"comment/826\",[]],[\"name/827\",[518,64.374]],[\"comment/827\",[]],[\"name/828\",[519,64.374]],[\"comment/828\",[]],[\"name/829\",[136,59.255]],[\"comment/829\",[]],[\"name/830\",[0,48.244]],[\"comment/830\",[]],[\"name/831\",[32,45.875]],[\"comment/831\",[]],[\"name/832\",[5,49.679]],[\"comment/832\",[]],[\"name/833\",[33,53.364]],[\"comment/833\",[]],[\"name/834\",[37,49.679]],[\"comment/834\",[]],[\"name/835\",[36,53.364]],[\"comment/835\",[]],[\"name/836\",[20,41.637]],[\"comment/836\",[]],[\"name/837\",[34,53.364]],[\"comment/837\",[]],[\"name/838\",[520,64.374]],[\"comment/838\",[]],[\"name/839\",[521,64.374]],[\"comment/839\",[]],[\"name/840\",[2,30.399]],[\"comment/840\",[]],[\"name/841\",[522,64.374]],[\"comment/841\",[]],[\"name/842\",[523,64.374]],[\"comment/842\",[]],[\"name/843\",[524,64.374]],[\"comment/843\",[]],[\"name/844\",[41,53.364]],[\"comment/844\",[]],[\"name/845\",[303,59.255]],[\"comment/845\",[]],[\"name/846\",[304,59.255]],[\"comment/846\",[]],[\"name/847\",[305,59.255]],[\"comment/847\",[]],[\"name/848\",[306,59.255]],[\"comment/848\",[]],[\"name/849\",[307,59.255]],[\"comment/849\",[]],[\"name/850\",[20,41.637]],[\"comment/850\",[]],[\"name/851\",[525,64.374]],[\"comment/851\",[]],[\"name/852\",[78,59.255]],[\"comment/852\",[]],[\"name/853\",[170,59.255]],[\"comment/853\",[]],[\"name/854\",[103,48.244]],[\"comment/854\",[]],[\"name/855\",[144,55.883]],[\"comment/855\",[]],[\"name/856\",[206,59.255]],[\"comment/856\",[]],[\"name/857\",[224,59.255]],[\"comment/857\",[]],[\"name/858\",[228,59.255]],[\"comment/858\",[]],[\"name/859\",[229,59.255]],[\"comment/859\",[]],[\"name/860\",[230,59.255]],[\"comment/860\",[]],[\"name/861\",[231,59.255]],[\"comment/861\",[]],[\"name/862\",[240,59.255]],[\"comment/862\",[]],[\"name/863\",[241,59.255]],[\"comment/863\",[]],[\"name/864\",[245,59.255]],[\"comment/864\",[]],[\"name/865\",[249,59.255]],[\"comment/865\",[]],[\"name/866\",[250,59.255]],[\"comment/866\",[]],[\"name/867\",[251,59.255]],[\"comment/867\",[]],[\"name/868\",[252,59.255]],[\"comment/868\",[]],[\"name/869\",[258,59.255]],[\"comment/869\",[]],[\"name/870\",[259,59.255]],[\"comment/870\",[]],[\"name/871\",[260,59.255]],[\"comment/871\",[]],[\"name/872\",[262,55.883]],[\"comment/872\",[]],[\"name/873\",[264,59.255]],[\"comment/873\",[]],[\"name/874\",[266,59.255]],[\"comment/874\",[]],[\"name/875\",[267,55.883]],[\"comment/875\",[]],[\"name/876\",[271,59.255]],[\"comment/876\",[]],[\"name/877\",[272,55.883]],[\"comment/877\",[]],[\"name/878\",[276,55.883]],[\"comment/878\",[]],[\"name/879\",[280,55.883]],[\"comment/879\",[]],[\"name/880\",[247,49.679]],[\"comment/880\",[]],[\"name/881\",[77,49.679]],[\"comment/881\",[]],[\"name/882\",[160,49.679]],[\"comment/882\",[]],[\"name/883\",[288,59.255]],[\"comment/883\",[]],[\"name/884\",[41,53.364]],[\"comment/884\",[]],[\"name/885\",[163,53.364]],[\"comment/885\",[]],[\"name/886\",[298,59.255]],[\"comment/886\",[]],[\"name/887\",[299,59.255]],[\"comment/887\",[]],[\"name/888\",[300,59.255]],[\"comment/888\",[]],[\"name/889\",[162,55.883]],[\"comment/889\",[]],[\"name/890\",[308,59.255]],[\"comment/890\",[]],[\"name/891\",[313,59.255]],[\"comment/891\",[]],[\"name/892\",[316,59.255]],[\"comment/892\",[]],[\"name/893\",[317,53.364]],[\"comment/893\",[]],[\"name/894\",[320,59.255]],[\"comment/894\",[]],[\"name/895\",[321,59.255]],[\"comment/895\",[]],[\"name/896\",[323,55.883]],[\"comment/896\",[]],[\"name/897\",[325,55.883]],[\"comment/897\",[]],[\"name/898\",[326,55.883]],[\"comment/898\",[]],[\"name/899\",[327,59.255]],[\"comment/899\",[]],[\"name/900\",[328,59.255]],[\"comment/900\",[]],[\"name/901\",[329,59.255]],[\"comment/901\",[]],[\"name/902\",[339,59.255]],[\"comment/902\",[]],[\"name/903\",[344,59.255]],[\"comment/903\",[]],[\"name/904\",[346,59.255]],[\"comment/904\",[]],[\"name/905\",[347,59.255]],[\"comment/905\",[]],[\"name/906\",[348,59.255]],[\"comment/906\",[]],[\"name/907\",[357,59.255]],[\"comment/907\",[]],[\"name/908\",[362,59.255]],[\"comment/908\",[]],[\"name/909\",[363,59.255]],[\"comment/909\",[]],[\"name/910\",[364,59.255]],[\"comment/910\",[]],[\"name/911\",[365,59.255]],[\"comment/911\",[]],[\"name/912\",[366,59.255]],[\"comment/912\",[]],[\"name/913\",[367,59.255]],[\"comment/913\",[]],[\"name/914\",[375,59.255]],[\"comment/914\",[]],[\"name/915\",[376,59.255]],[\"comment/915\",[]],[\"name/916\",[377,59.255]],[\"comment/916\",[]],[\"name/917\",[378,59.255]],[\"comment/917\",[]],[\"name/918\",[379,59.255]],[\"comment/918\",[]],[\"name/919\",[380,59.255]],[\"comment/919\",[]],[\"name/920\",[381,59.255]],[\"comment/920\",[]],[\"name/921\",[383,59.255]],[\"comment/921\",[]],[\"name/922\",[384,59.255]],[\"comment/922\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":35,\"name\":{\"39\":{},\"41\":{},\"43\":{},\"47\":{},\"53\":{},\"61\":{},\"108\":{},\"113\":{},\"117\":{},\"127\":{},\"243\":{},\"338\":{},\"345\":{},\"347\":{},\"395\":{},\"439\":{},\"441\":{},\"443\":{},\"445\":{},\"455\":{},\"457\":{},\"577\":{},\"585\":{},\"600\":{},\"707\":{},\"713\":{},\"719\":{},\"747\":{},\"761\":{},\"788\":{},\"790\":{},\"792\":{},\"794\":{},\"796\":{},\"801\":{}},\"comment\":{}}],[\"_meta\",{\"_index\":226,\"name\":{\"315\":{},\"325\":{}},\"comment\":{}}],[\"addeventlistener\",{\"_index\":307,\"name\":{\"451\":{},\"849\":{}},\"comment\":{}}],[\"addexperimentdata\",{\"_index\":102,\"name\":{\"128\":{}},\"comment\":{}}],[\"additional\",{\"_index\":279,\"name\":{\"400\":{}},\"comment\":{}}],[\"agent\",{\"_index\":370,\"name\":{\"579\":{}},\"comment\":{}}],[\"all\",{\"_index\":33,\"name\":{\"34\":{},\"664\":{},\"817\":{},\"833\":{}},\"comment\":{}}],[\"allattributesprivate\",{\"_index\":202,\"name\":{\"285\":{}},\"comment\":{}}],[\"allflagsstate\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"allitemscache\",{\"_index\":519,\"name\":{\"828\":{}},\"comment\":{}}],[\"allvalues\",{\"_index\":433,\"name\":{\"682\":{}},\"comment\":{}}],[\"analyticsevents\",{\"_index\":218,\"name\":{\"306\":{}},\"comment\":{}}],[\"andmatch\",{\"_index\":74,\"name\":{\"91\":{}},\"comment\":{}}],[\"andnotmatch\",{\"_index\":75,\"name\":{\"92\":{}},\"comment\":{}}],[\"anonymous\",{\"_index\":227,\"name\":{\"316\":{},\"326\":{},\"336\":{}},\"comment\":{}}],[\"applicationtags\",{\"_index\":347,\"name\":{\"549\":{},\"905\":{}},\"comment\":{}}],[\"arch\",{\"_index\":278,\"name\":{\"396\":{}},\"comment\":{}}],[\"asyncstorefacade\",{\"_index\":514,\"name\":{\"813\":{}},\"comment\":{}}],[\"attributereference\",{\"_index\":170,\"name\":{\"244\":{},\"853\":{}},\"comment\":{}}],[\"auth\",{\"_index\":475,\"name\":{\"756\":{}},\"comment\":{}}],[\"authoritative\",{\"_index\":509,\"name\":{\"802\":{}},\"comment\":{}}],[\"authorization\",{\"_index\":368,\"name\":{\"578\":{}},\"comment\":{}}],[\"available\",{\"_index\":397,\"name\":{\"614\":{}},\"comment\":{}}],[\"avatar\",{\"_index\":235,\"name\":{\"333\":{}},\"comment\":{}}],[\"basicconfiguration\",{\"_index\":261,\"name\":{\"373\":{},\"571\":{}},\"comment\":{}}],[\"basiclogger\",{\"_index\":339,\"name\":{\"525\":{},\"902\":{}},\"comment\":{}}],[\"basicloggeroptions\",{\"_index\":241,\"name\":{\"341\":{},\"863\":{}},\"comment\":{}}],[\"bigsegmentsstatus\",{\"_index\":257,\"name\":{\"369\":{}},\"comment\":{}}],[\"bigsegmentstatusproviderinternal\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"bigsegmentstore\",{\"_index\":390,\"name\":{\"606\":{}},\"comment\":{}}],[\"bigsegmentstoremembership\",{\"_index\":393,\"name\":{\"610\":{}},\"comment\":{}}],[\"bigsegmentstoremetadata\",{\"_index\":394,\"name\":{\"611\":{}},\"comment\":{}}],[\"bigsegmentstorestatus\",{\"_index\":396,\"name\":{\"613\":{}},\"comment\":{}}],[\"bigsegmentstorestatusprovider\",{\"_index\":407,\"name\":{\"627\":{}},\"comment\":{}}],[\"body\",{\"_index\":292,\"name\":{\"430\":{}},\"comment\":{}}],[\"boolean\",{\"_index\":335,\"name\":{\"516\":{}},\"comment\":{}}],[\"booleanflag\",{\"_index\":56,\"name\":{\"71\":{}},\"comment\":{}}],[\"boolvariation\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"boolvariationdetail\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"btoa\",{\"_index\":263,\"name\":{\"376\":{}},\"comment\":{}}],[\"ca\",{\"_index\":477,\"name\":{\"758\":{}},\"comment\":{}}],[\"canonicalkey\",{\"_index\":196,\"name\":{\"277\":{}},\"comment\":{}}],[\"capacity\",{\"_index\":143,\"name\":{\"205\":{}},\"comment\":{}}],[\"cert\",{\"_index\":478,\"name\":{\"759\":{}},\"comment\":{}}],[\"check\",{\"_index\":504,\"name\":{\"795\":{}},\"comment\":{}}],[\"checkratio\",{\"_index\":69,\"name\":{\"84\":{}},\"comment\":{}}],[\"checkserveridentity\",{\"_index\":479,\"name\":{\"760\":{}},\"comment\":{}}],[\"ciphers\",{\"_index\":480,\"name\":{\"762\":{}},\"comment\":{}}],[\"clauses\",{\"_index\":73,\"name\":{\"89\":{}},\"comment\":{}}],[\"clearalltargets\",{\"_index\":66,\"name\":{\"81\":{}},\"comment\":{}}],[\"clearrules\",{\"_index\":65,\"name\":{\"80\":{}},\"comment\":{}}],[\"clientcontext\",{\"_index\":362,\"name\":{\"568\":{},\"908\":{}},\"comment\":{}}],[\"clientmessages\",{\"_index\":117,\"name\":{\"148\":{}},\"comment\":{}}],[\"clientnotready\",{\"_index\":99,\"name\":{\"124\":{}},\"comment\":{}}],[\"clientsideonly\",{\"_index\":428,\"name\":{\"675\":{}},\"comment\":{}}],[\"clone\",{\"_index\":363,\"name\":{\"572\":{},\"909\":{}},\"comment\":{}}],[\"close\",{\"_index\":20,\"name\":{\"20\":{},\"38\":{},\"212\":{},\"222\":{},\"241\":{},\"292\":{},\"388\":{},\"452\":{},\"609\":{},\"639\":{},\"669\":{},\"822\":{},\"836\":{},\"850\":{}},\"comment\":{}}],[\"closed\",{\"_index\":523,\"name\":{\"842\":{}},\"comment\":{}}],[\"code\",{\"_index\":382,\"name\":{\"594\":{}},\"comment\":{}}],[\"compare\",{\"_index\":178,\"name\":{\"254\":{}},\"comment\":{}}],[\"complete\",{\"_index\":442,\"name\":{\"691\":{}},\"comment\":{}}],[\"components\",{\"_index\":174,\"name\":{\"249\":{}},\"comment\":{}}],[\"concurrent\",{\"_index\":491,\"name\":{\"774\":{}},\"comment\":{}}],[\"connectionattemptstarttime\",{\"_index\":164,\"name\":{\"236\":{}},\"comment\":{}}],[\"consistency\",{\"_index\":459,\"name\":{\"738\":{}},\"comment\":{}}],[\"consistent\",{\"_index\":455,\"name\":{\"733\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"27\":{},\"50\":{},\"55\":{},\"67\":{},\"87\":{},\"97\":{},\"142\":{},\"150\":{},\"152\":{},\"161\":{},\"179\":{},\"193\":{},\"221\":{},\"226\":{},\"246\":{},\"263\":{},\"284\":{},\"465\":{},\"469\":{},\"475\":{},\"481\":{},\"487\":{},\"493\":{},\"497\":{},\"501\":{},\"505\":{},\"524\":{},\"527\":{},\"540\":{},\"550\":{},\"561\":{},\"564\":{},\"569\":{},\"588\":{},\"590\":{},\"593\":{},\"596\":{},\"598\":{},\"777\":{},\"781\":{},\"814\":{},\"824\":{},\"840\":{}},\"comment\":{}}],[\"context\",{\"_index\":103,\"name\":{\"129\":{},\"153\":{},\"163\":{},\"180\":{},\"255\":{},\"264\":{},\"854\":{}},\"comment\":{}}],[\"contextdeduplicator\",{\"_index\":133,\"name\":{\"194\":{}},\"comment\":{}}],[\"contextfilter\",{\"_index\":144,\"name\":{\"207\":{},\"283\":{},\"855\":{}},\"comment\":{}}],[\"contextforerror\",{\"_index\":180,\"name\":{\"257\":{}},\"comment\":{}}],[\"contextforkind\",{\"_index\":193,\"name\":{\"273\":{}},\"comment\":{}}],[\"contextkeys\",{\"_index\":129,\"name\":{\"188\":{},\"727\":{}},\"comment\":{}}],[\"contexts\",{\"_index\":189,\"name\":{\"268\":{}},\"comment\":{}}],[\"core\",{\"_index\":516,\"name\":{\"825\":{}},\"comment\":{}}],[\"country\",{\"_index\":237,\"name\":{\"335\":{}},\"comment\":{}}],[\"createerrorevaluationdetail\",{\"_index\":92,\"name\":{\"112\":{}},\"comment\":{}}],[\"createevent\",{\"_index\":462,\"name\":{\"741\":{}},\"comment\":{}}],[\"createeventsource\",{\"_index\":295,\"name\":{\"434\":{}},\"comment\":{}}],[\"createhash\",{\"_index\":268,\"name\":{\"384\":{}},\"comment\":{}}],[\"createhmac\",{\"_index\":269,\"name\":{\"385\":{}},\"comment\":{}}],[\"createinitevent\",{\"_index\":85,\"name\":{\"104\":{}},\"comment\":{}}],[\"createmigration\",{\"_index\":388,\"name\":{\"604\":{}},\"comment\":{}}],[\"createsafelogger\",{\"_index\":346,\"name\":{\"548\":{},\"904\":{}},\"comment\":{}}],[\"createstatseventandreset\",{\"_index\":87,\"name\":{\"106\":{}},\"comment\":{}}],[\"createsuccessevaluationdetail\",{\"_index\":88,\"name\":{\"107\":{}},\"comment\":{}}],[\"createtypearray\",{\"_index\":336,\"name\":{\"518\":{}},\"comment\":{}}],[\"creationdate\",{\"_index\":121,\"name\":{\"159\":{},\"167\":{},\"183\":{},\"187\":{},\"726\":{}},\"comment\":{}}],[\"crypto\",{\"_index\":267,\"name\":{\"383\":{},\"414\":{},\"875\":{}},\"comment\":{}}],[\"currentflags\",{\"_index\":44,\"name\":{\"56\":{}},\"comment\":{}}],[\"currentsegments\",{\"_index\":45,\"name\":{\"57\":{}},\"comment\":{}}],[\"custom\",{\"_index\":238,\"name\":{\"337\":{}},\"comment\":{}}],[\"customevent\",{\"_index\":116,\"name\":{\"147\":{}},\"comment\":{}}],[\"data\",{\"_index\":54,\"name\":{\"69\":{},\"155\":{}},\"comment\":{}}],[\"datacollection\",{\"_index\":399,\"name\":{\"616\":{}},\"comment\":{}}],[\"datakind\",{\"_index\":401,\"name\":{\"619\":{},\"807\":{}},\"comment\":{}}],[\"datasincedate\",{\"_index\":84,\"name\":{\"103\":{}},\"comment\":{}}],[\"datasources\",{\"_index\":46,\"name\":{\"58\":{}},\"comment\":{}}],[\"date\",{\"_index\":338,\"name\":{\"521\":{}},\"comment\":{}}],[\"datevalidator\",{\"_index\":327,\"name\":{\"500\":{},\"899\":{}},\"comment\":{}}],[\"debug\",{\"_index\":248,\"name\":{\"352\":{},\"538\":{},\"547\":{}},\"comment\":{}}],[\"debugeventsuntildate\",{\"_index\":104,\"name\":{\"130\":{},\"170\":{}},\"comment\":{}}],[\"deduplicatedusers\",{\"_index\":139,\"name\":{\"201\":{}},\"comment\":{}}],[\"default\",{\"_index\":123,\"name\":{\"168\":{},\"696\":{}},\"comment\":{}}],[\"default_events\",{\"_index\":358,\"name\":{\"563\":{}},\"comment\":{}}],[\"defaultheaders\",{\"_index\":364,\"name\":{\"573\":{},\"910\":{}},\"comment\":{}}],[\"defaultval\",{\"_index\":105,\"name\":{\"131\":{}},\"comment\":{}}],[\"delete\",{\"_index\":36,\"name\":{\"40\":{},\"666\":{},\"819\":{},\"835\":{}},\"comment\":{}}],[\"deleted\",{\"_index\":406,\"name\":{\"626\":{},\"646\":{},\"654\":{},\"658\":{}},\"comment\":{}}],[\"deprecated\",{\"_index\":349,\"name\":{\"553\":{}},\"comment\":{}}],[\"depth\",{\"_index\":176,\"name\":{\"252\":{}},\"comment\":{}}],[\"description\",{\"_index\":29,\"name\":{\"30\":{}},\"comment\":{}}],[\"deserialize\",{\"_index\":415,\"name\":{\"643\":{}},\"comment\":{}}],[\"deserializedata\",{\"_index\":301,\"name\":{\"442\":{}},\"comment\":{}}],[\"deserializepoll\",{\"_index\":520,\"name\":{\"838\":{}},\"comment\":{}}],[\"destination\",{\"_index\":243,\"name\":{\"344\":{},\"530\":{}},\"comment\":{}}],[\"detailsonlyfortrackedflags\",{\"_index\":429,\"name\":{\"677\":{}},\"comment\":{}}],[\"diagnosticevent\",{\"_index\":219,\"name\":{\"307\":{}},\"comment\":{}}],[\"diagnosticinitconfig\",{\"_index\":80,\"name\":{\"99\":{}},\"comment\":{}}],[\"diagnosticsmanager\",{\"_index\":79,\"name\":{\"96\":{},\"195\":{},\"228\":{}},\"comment\":{}}],[\"diagnosticstimer\",{\"_index\":145,\"name\":{\"208\":{}},\"comment\":{}}],[\"digest\",{\"_index\":265,\"name\":{\"379\":{},\"382\":{}},\"comment\":{}}],[\"droppedevents\",{\"_index\":138,\"name\":{\"200\":{}},\"comment\":{}}],[\"dualwrite\",{\"_index\":438,\"name\":{\"687\":{}},\"comment\":{}}],[\"edgefeaturestore\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"edgeprovider\",{\"_index\":27,\"name\":{\"28\":{},\"45\":{}},\"comment\":{}}],[\"email\",{\"_index\":234,\"name\":{\"332\":{}},\"comment\":{}}],[\"emitter\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"encoding\",{\"_index\":262,\"name\":{\"375\":{},\"411\":{},\"872\":{}},\"comment\":{}}],[\"enqueue\",{\"_index\":151,\"name\":{\"216\":{}},\"comment\":{}}],[\"entries\",{\"_index\":286,\"name\":{\"420\":{}},\"comment\":{}}],[\"error\",{\"_index\":223,\"name\":{\"311\":{},\"349\":{},\"535\":{},\"544\":{},\"602\":{},\"737\":{}},\"comment\":{}}],[\"errorfilter\",{\"_index\":309,\"name\":{\"454\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":158,\"name\":{\"229\":{}},\"comment\":{}}],[\"errorkind\",{\"_index\":94,\"name\":{\"119\":{},\"364\":{}},\"comment\":{}}],[\"errorkinds\",{\"_index\":95,\"name\":{\"120\":{}},\"comment\":{}}],[\"errortracking\",{\"_index\":499,\"name\":{\"786\":{}},\"comment\":{}}],[\"evalevent\",{\"_index\":113,\"name\":{\"144\":{}},\"comment\":{}}],[\"evaleventargs\",{\"_index\":101,\"name\":{\"126\":{}},\"comment\":{}}],[\"evaluation\",{\"_index\":130,\"name\":{\"189\":{},\"728\":{}},\"comment\":{}}],[\"eventfactorybase\",{\"_index\":111,\"name\":{\"141\":{}},\"comment\":{}}],[\"eventlistener\",{\"_index\":299,\"name\":{\"438\":{},\"887\":{}},\"comment\":{}}],[\"eventname\",{\"_index\":298,\"name\":{\"437\":{},\"886\":{}},\"comment\":{}}],[\"eventprocessor\",{\"_index\":132,\"name\":{\"192\":{}},\"comment\":{}}],[\"events\",{\"_index\":361,\"name\":{\"567\":{}},\"comment\":{}}],[\"eventsender\",{\"_index\":134,\"name\":{\"196\":{}},\"comment\":{}}],[\"eventsinlastbatch\",{\"_index\":141,\"name\":{\"203\":{}},\"comment\":{}}],[\"eventsource\",{\"_index\":162,\"name\":{\"234\":{},\"446\":{},\"889\":{}},\"comment\":{}}],[\"eventsourceinitdict\",{\"_index\":308,\"name\":{\"453\":{},\"890\":{}},\"comment\":{}}],[\"exceededcapacity\",{\"_index\":140,\"name\":{\"202\":{}},\"comment\":{}}],[\"excludefromsummaries\",{\"_index\":106,\"name\":{\"132\":{},\"176\":{}},\"comment\":{}}],[\"execution\",{\"_index\":497,\"name\":{\"784\":{}},\"comment\":{}}],[\"expression\",{\"_index\":324,\"name\":{\"488\":{},\"507\":{}},\"comment\":{}}],[\"factoryorinstance\",{\"_index\":316,\"name\":{\"464\":{},\"892\":{}},\"comment\":{}}],[\"failed\",{\"_index\":215,\"name\":{\"303\":{}},\"comment\":{}}],[\"failedandmustshutdown\",{\"_index\":216,\"name\":{\"304\":{}},\"comment\":{}}],[\"fallback\",{\"_index\":345,\"name\":{\"542\":{}},\"comment\":{}}],[\"fallthroughvariation\",{\"_index\":59,\"name\":{\"74\":{}},\"comment\":{}}],[\"fetch\",{\"_index\":294,\"name\":{\"433\":{}},\"comment\":{}}],[\"filedatasourcefactory\",{\"_index\":40,\"name\":{\"49\":{}},\"comment\":{}}],[\"filesystem\",{\"_index\":272,\"name\":{\"389\":{},\"413\":{},\"877\":{}},\"comment\":{}}],[\"filter\",{\"_index\":203,\"name\":{\"287\":{}},\"comment\":{}}],[\"filtersinglekind\",{\"_index\":205,\"name\":{\"289\":{}},\"comment\":{}}],[\"firstname\",{\"_index\":232,\"name\":{\"330\":{}},\"comment\":{}}],[\"fixed\",{\"_index\":487,\"name\":{\"770\":{}},\"comment\":{}}],[\"flag\",{\"_index\":48,\"name\":{\"62\":{}},\"comment\":{}}],[\"flagbuilder\",{\"_index\":72,\"name\":{\"88\":{}},\"comment\":{}}],[\"flagbuilders\",{\"_index\":47,\"name\":{\"59\":{}},\"comment\":{}}],[\"flagkey\",{\"_index\":107,\"name\":{\"133\":{}},\"comment\":{}}],[\"flagnotfound\",{\"_index\":98,\"name\":{\"123\":{}},\"comment\":{}}],[\"flush\",{\"_index\":25,\"name\":{\"25\":{},\"213\":{},\"223\":{},\"293\":{},\"298\":{}},\"comment\":{}}],[\"flushinterval\",{\"_index\":209,\"name\":{\"296\":{}},\"comment\":{}}],[\"flushtimer\",{\"_index\":146,\"name\":{\"209\":{}},\"comment\":{}}],[\"flushuserstimer\",{\"_index\":147,\"name\":{\"210\":{}},\"comment\":{}}],[\"formatter\",{\"_index\":244,\"name\":{\"346\":{},\"531\":{}},\"comment\":{}}],[\"fromldcontext\",{\"_index\":185,\"name\":{\"262\":{}},\"comment\":{}}],[\"fromlegacyuser\",{\"_index\":184,\"name\":{\"261\":{}},\"comment\":{}}],[\"frommultikindcontext\",{\"_index\":182,\"name\":{\"259\":{}},\"comment\":{}}],[\"fromsinglekindcontext\",{\"_index\":183,\"name\":{\"260\":{}},\"comment\":{}}],[\"fulldataset\",{\"_index\":403,\"name\":{\"621\":{}},\"comment\":{}}],[\"function\",{\"_index\":325,\"name\":{\"492\":{},\"517\":{},\"897\":{}},\"comment\":{}}],[\"get\",{\"_index\":32,\"name\":{\"33\":{},\"46\":{},\"250\":{},\"417\":{},\"526\":{},\"635\":{},\"663\":{},\"816\":{},\"831\":{}},\"comment\":{}}],[\"getall\",{\"_index\":413,\"name\":{\"636\":{}},\"comment\":{}}],[\"getattributestofilter\",{\"_index\":204,\"name\":{\"288\":{}},\"comment\":{}}],[\"getcomponent\",{\"_index\":175,\"name\":{\"251\":{}},\"comment\":{}}],[\"getcontexts\",{\"_index\":200,\"name\":{\"281\":{}},\"comment\":{}}],[\"getdescription\",{\"_index\":34,\"name\":{\"37\":{},\"640\":{},\"670\":{},\"837\":{}},\"comment\":{}}],[\"getfactory\",{\"_index\":42,\"name\":{\"52\":{},\"60\":{}},\"comment\":{}}],[\"getfiletimestamp\",{\"_index\":273,\"name\":{\"390\":{}},\"comment\":{}}],[\"getflagreason\",{\"_index\":432,\"name\":{\"681\":{}},\"comment\":{}}],[\"getflagvalue\",{\"_index\":431,\"name\":{\"680\":{}},\"comment\":{}}],[\"getmetadata\",{\"_index\":391,\"name\":{\"607\":{}},\"comment\":{}}],[\"getstatus\",{\"_index\":408,\"name\":{\"628\":{}},\"comment\":{}}],[\"gettype\",{\"_index\":315,\"name\":{\"463\":{},\"467\":{},\"473\":{},\"479\":{},\"485\":{},\"491\":{},\"495\":{},\"499\":{},\"503\":{},\"509\":{}},\"comment\":{}}],[\"getusermembership\",{\"_index\":392,\"name\":{\"608\":{}},\"comment\":{}}],[\"getvaluefromcontext\",{\"_index\":181,\"name\":{\"258\":{}},\"comment\":{}}],[\"handlers\",{\"_index\":522,\"name\":{\"841\":{}},\"comment\":{}}],[\"has\",{\"_index\":287,\"name\":{\"421\":{}},\"comment\":{}}],[\"hasher\",{\"_index\":264,\"name\":{\"377\":{},\"873\":{}},\"comment\":{}}],[\"headers\",{\"_index\":160,\"name\":{\"231\":{},\"416\":{},\"423\":{},\"428\":{},\"456\":{},\"882\":{}},\"comment\":{}}],[\"hmac\",{\"_index\":266,\"name\":{\"380\":{},\"874\":{}},\"comment\":{}}],[\"host\",{\"_index\":472,\"name\":{\"753\":{}},\"comment\":{}}],[\"httperrormessage\",{\"_index\":365,\"name\":{\"574\":{},\"911\":{}},\"comment\":{}}],[\"id\",{\"_index\":83,\"name\":{\"102\":{}},\"comment\":{}}],[\"identify\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"identifyevent\",{\"_index\":115,\"name\":{\"146\":{}},\"comment\":{}}],[\"ifmatch\",{\"_index\":67,\"name\":{\"82\":{}},\"comment\":{}}],[\"ifnotmatch\",{\"_index\":68,\"name\":{\"83\":{}},\"comment\":{}}],[\"inconsistent\",{\"_index\":454,\"name\":{\"732\":{}},\"comment\":{}}],[\"inexperiment\",{\"_index\":256,\"name\":{\"368\":{}},\"comment\":{}}],[\"info\",{\"_index\":247,\"name\":{\"351\":{},\"407\":{},\"412\":{},\"537\":{},\"546\":{},\"880\":{}},\"comment\":{}}],[\"init\",{\"_index\":0,\"name\":{\"0\":{},\"36\":{},\"634\":{},\"665\":{},\"672\":{},\"818\":{},\"830\":{}},\"comment\":{}}],[\"initialized\",{\"_index\":5,\"name\":{\"5\":{},\"35\":{},\"638\":{},\"668\":{},\"821\":{},\"832\":{}},\"comment\":{}}],[\"initialretrydelaymillis\",{\"_index\":310,\"name\":{\"458\":{}},\"comment\":{}}],[\"inputcustomevent\",{\"_index\":119,\"name\":{\"151\":{}},\"comment\":{}}],[\"inputevalevent\",{\"_index\":122,\"name\":{\"160\":{}},\"comment\":{}}],[\"inputevent\",{\"_index\":125,\"name\":{\"177\":{}},\"comment\":{}}],[\"inputidentifyevent\",{\"_index\":126,\"name\":{\"178\":{}},\"comment\":{}}],[\"inputmigrationevent\",{\"_index\":127,\"name\":{\"184\":{}},\"comment\":{}}],[\"integrations\",{\"_index\":39,\"name\":{\"48\":{}},\"comment\":{}}],[\"interfaces\",{\"_index\":389,\"name\":{\"605\":{}},\"comment\":{}}],[\"internal\",{\"_index\":78,\"name\":{\"95\":{},\"852\":{}},\"comment\":{}}],[\"invalidreference\",{\"_index\":171,\"name\":{\"245\":{}},\"comment\":{}}],[\"invalidtagvalue\",{\"_index\":354,\"name\":{\"558\":{}},\"comment\":{}}],[\"invoked\",{\"_index\":460,\"name\":{\"739\":{}},\"comment\":{}}],[\"ip\",{\"_index\":236,\"name\":{\"334\":{}},\"comment\":{}}],[\"is\",{\"_index\":314,\"name\":{\"462\":{},\"466\":{},\"472\":{},\"478\":{},\"483\":{},\"489\":{},\"494\":{},\"498\":{},\"502\":{},\"506\":{}},\"comment\":{}}],[\"isbooleanflag\",{\"_index\":55,\"name\":{\"70\":{}},\"comment\":{}}],[\"ishttprecoverable\",{\"_index\":378,\"name\":{\"586\":{},\"917\":{}},\"comment\":{}}],[\"isinitialized\",{\"_index\":517,\"name\":{\"826\":{}},\"comment\":{}}],[\"iskind\",{\"_index\":177,\"name\":{\"253\":{}},\"comment\":{}}],[\"ismigrationstage\",{\"_index\":435,\"name\":{\"684\":{}},\"comment\":{}}],[\"ismulti\",{\"_index\":186,\"name\":{\"265\":{}},\"comment\":{}}],[\"ismultikind\",{\"_index\":195,\"name\":{\"276\":{}},\"comment\":{}}],[\"isoffline\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"isuser\",{\"_index\":187,\"name\":{\"266\":{}},\"comment\":{}}],[\"isvalid\",{\"_index\":172,\"name\":{\"247\":{}},\"comment\":{}}],[\"item\",{\"_index\":411,\"name\":{\"632\":{},\"650\":{}},\"comment\":{}}],[\"itemcache\",{\"_index\":518,\"name\":{\"827\":{}},\"comment\":{}}],[\"itemdescriptor\",{\"_index\":410,\"name\":{\"630\":{}},\"comment\":{}}],[\"items\",{\"_index\":400,\"name\":{\"618\":{}},\"comment\":{}}],[\"json\",{\"_index\":290,\"name\":{\"426\":{}},\"comment\":{}}],[\"jsonvariation\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"jsonvariationdetail\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"key\",{\"_index\":53,\"name\":{\"68\":{},\"154\":{},\"164\":{},\"275\":{},\"313\":{},\"323\":{},\"328\":{},\"624\":{},\"649\":{},\"657\":{},\"694\":{},\"701\":{},\"705\":{},\"711\":{},\"717\":{},\"764\":{}},\"comment\":{}}],[\"keyeditem\",{\"_index\":418,\"name\":{\"648\":{}},\"comment\":{}}],[\"keyeditems\",{\"_index\":404,\"name\":{\"622\":{}},\"comment\":{}}],[\"keys\",{\"_index\":284,\"name\":{\"418\":{}},\"comment\":{}}],[\"kind\",{\"_index\":93,\"name\":{\"118\":{},\"158\":{},\"166\":{},\"182\":{},\"185\":{},\"270\":{},\"320\":{},\"322\":{},\"363\":{},\"522\":{},\"617\":{},\"724\":{}},\"comment\":{}}],[\"kindkeyedstore\",{\"_index\":419,\"name\":{\"651\":{}},\"comment\":{}}],[\"kinds\",{\"_index\":197,\"name\":{\"278\":{}},\"comment\":{}}],[\"kindsandkeys\",{\"_index\":198,\"name\":{\"279\":{}},\"comment\":{}}],[\"kindvalidator\",{\"_index\":328,\"name\":{\"504\":{},\"900\":{}},\"comment\":{}}],[\"lastknownpasttime\",{\"_index\":137,\"name\":{\"199\":{}},\"comment\":{}}],[\"lastname\",{\"_index\":233,\"name\":{\"331\":{}},\"comment\":{}}],[\"lastuptodate\",{\"_index\":395,\"name\":{\"612\":{}},\"comment\":{}}],[\"latency\",{\"_index\":461,\"name\":{\"740\":{}},\"comment\":{}}],[\"latencytracking\",{\"_index\":498,\"name\":{\"785\":{}},\"comment\":{}}],[\"launchdarkly\",{\"_index\":372,\"name\":{\"580\":{},\"581\":{}},\"comment\":{}}],[\"ldbigsegmentsoptions\",{\"_index\":465,\"name\":{\"745\":{}},\"comment\":{}}],[\"ldclient\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"ldclientcontext\",{\"_index\":260,\"name\":{\"372\":{},\"871\":{}},\"comment\":{}}],[\"ldclienterror\",{\"_index\":384,\"name\":{\"597\":{},\"922\":{}},\"comment\":{}}],[\"ldconcurrentexecution\",{\"_index\":495,\"name\":{\"780\":{}},\"comment\":{}}],[\"ldconsistencycheck\",{\"_index\":453,\"name\":{\"731\":{}},\"comment\":{}}],[\"ldcontext\",{\"_index\":240,\"name\":{\"340\":{},\"862\":{}},\"comment\":{}}],[\"ldcontextcommon\",{\"_index\":224,\"name\":{\"312\":{},\"857\":{}},\"comment\":{}}],[\"ldcontextdeduplicator\",{\"_index\":208,\"name\":{\"295\":{}},\"comment\":{}}],[\"ldcontextmeta\",{\"_index\":228,\"name\":{\"317\":{},\"858\":{}},\"comment\":{}}],[\"lddatasourceupdates\",{\"_index\":426,\"name\":{\"671\":{}},\"comment\":{}}],[\"lddeliverystatus\",{\"_index\":213,\"name\":{\"301\":{}},\"comment\":{}}],[\"ldevaluationdetail\",{\"_index\":250,\"name\":{\"354\":{},\"866\":{}},\"comment\":{}}],[\"ldevaluationdetailtyped\",{\"_index\":251,\"name\":{\"358\":{},\"867\":{}},\"comment\":{}}],[\"ldevaluationreason\",{\"_index\":252,\"name\":{\"362\":{},\"868\":{}},\"comment\":{}}],[\"ldeventprocessor\",{\"_index\":207,\"name\":{\"291\":{}},\"comment\":{}}],[\"ldeventsender\",{\"_index\":211,\"name\":{\"299\":{}},\"comment\":{}}],[\"ldeventsenderresult\",{\"_index\":220,\"name\":{\"308\":{}},\"comment\":{}}],[\"ldeventtype\",{\"_index\":217,\"name\":{\"305\":{}},\"comment\":{}}],[\"ldexecution\",{\"_index\":489,\"name\":{\"772\":{}},\"comment\":{}}],[\"ldexecutionordering\",{\"_index\":486,\"name\":{\"769\":{}},\"comment\":{}}],[\"ldfeaturestore\",{\"_index\":425,\"name\":{\"662\":{},\"812\":{}},\"comment\":{}}],[\"ldfeaturestoredatastorage\",{\"_index\":424,\"name\":{\"661\":{},\"811\":{}},\"comment\":{}}],[\"ldfeaturestoreitem\",{\"_index\":421,\"name\":{\"653\":{},\"808\":{}},\"comment\":{}}],[\"ldfeaturestorekinddata\",{\"_index\":423,\"name\":{\"660\":{},\"810\":{}},\"comment\":{}}],[\"ldfiledatasourceerror\",{\"_index\":379,\"name\":{\"587\":{},\"918\":{}},\"comment\":{}}],[\"ldflagset\",{\"_index\":258,\"name\":{\"370\":{},\"869\":{}},\"comment\":{}}],[\"ldflagsstate\",{\"_index\":430,\"name\":{\"678\":{}},\"comment\":{}}],[\"ldflagsstateoptions\",{\"_index\":427,\"name\":{\"674\":{}},\"comment\":{}}],[\"ldflagvalue\",{\"_index\":259,\"name\":{\"371\":{},\"870\":{}},\"comment\":{}}],[\"ldheaders\",{\"_index\":367,\"name\":{\"576\":{},\"913\":{}},\"comment\":{}}],[\"ldkeyedfeaturestoreitem\",{\"_index\":422,\"name\":{\"656\":{},\"809\":{}},\"comment\":{}}],[\"ldlogger\",{\"_index\":245,\"name\":{\"348\":{},\"864\":{}},\"comment\":{}}],[\"ldloglevel\",{\"_index\":249,\"name\":{\"353\":{},\"865\":{}},\"comment\":{}}],[\"ldmethodresult\",{\"_index\":492,\"name\":{\"775\":{}},\"comment\":{}}],[\"ldmigration\",{\"_index\":511,\"name\":{\"804\":{}},\"comment\":{}}],[\"ldmigrationconsistencymeasurement\",{\"_index\":445,\"name\":{\"700\":{}},\"comment\":{}}],[\"ldmigrationerror\",{\"_index\":385,\"name\":{\"599\":{}},\"comment\":{}}],[\"ldmigrationerrormeasurement\",{\"_index\":449,\"name\":{\"710\":{}},\"comment\":{}}],[\"ldmigrationevaluation\",{\"_index\":444,\"name\":{\"693\":{}},\"comment\":{}}],[\"ldmigrationinvokedmeasurement\",{\"_index\":450,\"name\":{\"716\":{}},\"comment\":{}}],[\"ldmigrationlatencymeasurement\",{\"_index\":446,\"name\":{\"704\":{}},\"comment\":{}}],[\"ldmigrationmeasurement\",{\"_index\":451,\"name\":{\"722\":{}},\"comment\":{}}],[\"ldmigrationop\",{\"_index\":443,\"name\":{\"692\":{}},\"comment\":{}}],[\"ldmigrationopevent\",{\"_index\":452,\"name\":{\"723\":{}},\"comment\":{}}],[\"ldmigrationoptions\",{\"_index\":496,\"name\":{\"783\":{}},\"comment\":{}}],[\"ldmigrationorigin\",{\"_index\":505,\"name\":{\"797\":{}},\"comment\":{}}],[\"ldmigrationreadresult\",{\"_index\":507,\"name\":{\"799\":{}},\"comment\":{}}],[\"ldmigrationresult\",{\"_index\":506,\"name\":{\"798\":{}},\"comment\":{}}],[\"ldmigrationstage\",{\"_index\":436,\"name\":{\"685\":{}},\"comment\":{}}],[\"ldmigrationsuccess\",{\"_index\":387,\"name\":{\"603\":{}},\"comment\":{}}],[\"ldmigrationtracker\",{\"_index\":457,\"name\":{\"735\":{}},\"comment\":{}}],[\"ldmigrationvariation\",{\"_index\":463,\"name\":{\"742\":{}},\"comment\":{}}],[\"ldmigrationwriteresult\",{\"_index\":508,\"name\":{\"800\":{}},\"comment\":{}}],[\"ldmultikindcontext\",{\"_index\":229,\"name\":{\"319\":{},\"859\":{}},\"comment\":{}}],[\"ldoptions\",{\"_index\":38,\"name\":{\"44\":{}},\"comment\":{}}],[\"ldpollingerror\",{\"_index\":380,\"name\":{\"589\":{},\"919\":{}},\"comment\":{}}],[\"ldproxyoptions\",{\"_index\":471,\"name\":{\"752\":{}},\"comment\":{}}],[\"ldserialexecution\",{\"_index\":493,\"name\":{\"776\":{}},\"comment\":{}}],[\"ldsinglekindcontext\",{\"_index\":230,\"name\":{\"321\":{},\"860\":{}},\"comment\":{}}],[\"ldstreamingerror\",{\"_index\":381,\"name\":{\"592\":{},\"920\":{}},\"comment\":{}}],[\"ldtlsoptions\",{\"_index\":476,\"name\":{\"757\":{}},\"comment\":{}}],[\"ldunexpectedresponseerror\",{\"_index\":383,\"name\":{\"595\":{},\"921\":{}},\"comment\":{}}],[\"lduser\",{\"_index\":231,\"name\":{\"327\":{},\"861\":{}},\"comment\":{}}],[\"legacy\",{\"_index\":201,\"name\":{\"282\":{}},\"comment\":{}}],[\"level\",{\"_index\":242,\"name\":{\"342\":{}},\"comment\":{}}],[\"listeners\",{\"_index\":157,\"name\":{\"227\":{}},\"comment\":{}}],[\"live\",{\"_index\":440,\"name\":{\"689\":{}},\"comment\":{}}],[\"log\",{\"_index\":343,\"name\":{\"534\":{},\"543\":{}},\"comment\":{}}],[\"logconnectionresult\",{\"_index\":166,\"name\":{\"238\":{}},\"comment\":{}}],[\"logconnectionstarted\",{\"_index\":165,\"name\":{\"237\":{}},\"comment\":{}}],[\"logger\",{\"_index\":30,\"name\":{\"31\":{},\"206\":{},\"233\":{},\"541\":{}},\"comment\":{}}],[\"loglevel\",{\"_index\":340,\"name\":{\"528\":{}},\"comment\":{}}],[\"makeoutputevent\",{\"_index\":150,\"name\":{\"215\":{}},\"comment\":{}}],[\"malformedflag\",{\"_index\":96,\"name\":{\"121\":{}},\"comment\":{}}],[\"measurements\",{\"_index\":131,\"name\":{\"190\":{},\"729\":{}},\"comment\":{}}],[\"message\",{\"_index\":192,\"name\":{\"272\":{}},\"comment\":{}}],[\"method\",{\"_index\":291,\"name\":{\"429\":{}},\"comment\":{}}],[\"metricvalue\",{\"_index\":120,\"name\":{\"156\":{}},\"comment\":{}}],[\"migrationvariation\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"min\",{\"_index\":322,\"name\":{\"482\":{}},\"comment\":{}}],[\"missingcontextkeynoevent\",{\"_index\":118,\"name\":{\"149\":{}},\"comment\":{}}],[\"name\",{\"_index\":225,\"name\":{\"314\":{},\"324\":{},\"329\":{},\"343\":{},\"397\":{},\"399\":{},\"402\":{},\"529\":{}},\"comment\":{}}],[\"namespace\",{\"_index\":402,\"name\":{\"620\":{},\"642\":{}},\"comment\":{}}],[\"new\",{\"_index\":448,\"name\":{\"709\":{},\"715\":{},\"721\":{}},\"comment\":{}}],[\"nonauthoritative\",{\"_index\":510,\"name\":{\"803\":{}},\"comment\":{}}],[\"noop\",{\"_index\":366,\"name\":{\"575\":{},\"912\":{}},\"comment\":{}}],[\"notchecked\",{\"_index\":456,\"name\":{\"734\":{}},\"comment\":{}}],[\"nullableboolean\",{\"_index\":326,\"name\":{\"496\":{},\"523\":{},\"898\":{}},\"comment\":{}}],[\"nulleventprocessor\",{\"_index\":155,\"name\":{\"220\":{}},\"comment\":{}}],[\"nulleventsource\",{\"_index\":521,\"name\":{\"839\":{}},\"comment\":{}}],[\"number\",{\"_index\":331,\"name\":{\"512\":{}},\"comment\":{}}],[\"numbervariation\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"numbervariationdetail\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"numberwithmin\",{\"_index\":337,\"name\":{\"519\":{}},\"comment\":{}}],[\"numberwithminimum\",{\"_index\":321,\"name\":{\"480\":{},\"895\":{}},\"comment\":{}}],[\"object\",{\"_index\":333,\"name\":{\"514\":{}},\"comment\":{}}],[\"objectorfactory\",{\"_index\":332,\"name\":{\"513\":{}},\"comment\":{}}],[\"off\",{\"_index\":437,\"name\":{\"686\":{}},\"comment\":{}}],[\"offvariation\",{\"_index\":60,\"name\":{\"75\":{}},\"comment\":{}}],[\"old\",{\"_index\":447,\"name\":{\"708\":{},\"714\":{},\"720\":{}},\"comment\":{}}],[\"on\",{\"_index\":58,\"name\":{\"73\":{}},\"comment\":{}}],[\"onclose\",{\"_index\":303,\"name\":{\"447\":{},\"845\":{}},\"comment\":{}}],[\"onerror\",{\"_index\":304,\"name\":{\"448\":{},\"846\":{}},\"comment\":{}}],[\"onopen\",{\"_index\":305,\"name\":{\"449\":{},\"847\":{}},\"comment\":{}}],[\"onretrying\",{\"_index\":306,\"name\":{\"450\":{},\"848\":{}},\"comment\":{}}],[\"op\",{\"_index\":458,\"name\":{\"736\":{}},\"comment\":{}}],[\"operation\",{\"_index\":128,\"name\":{\"186\":{},\"725\":{}},\"comment\":{}}],[\"optionbelowminimum\",{\"_index\":350,\"name\":{\"554\":{}},\"comment\":{}}],[\"optionmessages\",{\"_index\":348,\"name\":{\"552\":{},\"906\":{}},\"comment\":{}}],[\"options\",{\"_index\":41,\"name\":{\"51\":{},\"427\":{},\"844\":{},\"884\":{}},\"comment\":{}}],[\"ordering\",{\"_index\":494,\"name\":{\"778\":{}},\"comment\":{}}],[\"os\",{\"_index\":277,\"name\":{\"394\":{}},\"comment\":{}}],[\"partialendpoint\",{\"_index\":356,\"name\":{\"560\":{}},\"comment\":{}}],[\"passphrase\",{\"_index\":482,\"name\":{\"765\":{}},\"comment\":{}}],[\"persistentdatastore\",{\"_index\":412,\"name\":{\"633\":{}},\"comment\":{}}],[\"persistentdatastorewrapper\",{\"_index\":515,\"name\":{\"823\":{}},\"comment\":{}}],[\"persistentstoredatakind\",{\"_index\":414,\"name\":{\"641\":{}},\"comment\":{}}],[\"pfx\",{\"_index\":481,\"name\":{\"763\":{}},\"comment\":{}}],[\"platform\",{\"_index\":77,\"name\":{\"94\":{},\"98\":{},\"374\":{},\"410\":{},\"570\":{},\"881\":{}},\"comment\":{}}],[\"platformdata\",{\"_index\":276,\"name\":{\"393\":{},\"408\":{},\"878\":{}},\"comment\":{}}],[\"polling\",{\"_index\":360,\"name\":{\"566\":{}},\"comment\":{}}],[\"port\",{\"_index\":473,\"name\":{\"754\":{}},\"comment\":{}}],[\"postdiagnosticevent\",{\"_index\":148,\"name\":{\"211\":{}},\"comment\":{}}],[\"prereqof\",{\"_index\":124,\"name\":{\"171\":{}},\"comment\":{}}],[\"prereqofflagkey\",{\"_index\":108,\"name\":{\"134\":{}},\"comment\":{}}],[\"prerequisitekey\",{\"_index\":255,\"name\":{\"367\":{}},\"comment\":{}}],[\"privateattributenames\",{\"_index\":239,\"name\":{\"339\":{}},\"comment\":{}}],[\"privateattributereferences\",{\"_index\":190,\"name\":{\"269\":{}},\"comment\":{}}],[\"privateattributes\",{\"_index\":199,\"name\":{\"280\":{},\"286\":{},\"318\":{}},\"comment\":{}}],[\"processcontext\",{\"_index\":210,\"name\":{\"297\":{}},\"comment\":{}}],[\"processjson\",{\"_index\":302,\"name\":{\"444\":{}},\"comment\":{}}],[\"processstreamresponse\",{\"_index\":300,\"name\":{\"440\":{},\"888\":{}},\"comment\":{}}],[\"queue\",{\"_index\":136,\"name\":{\"198\":{},\"829\":{}},\"comment\":{}}],[\"rampdown\",{\"_index\":441,\"name\":{\"690\":{}},\"comment\":{}}],[\"random\",{\"_index\":488,\"name\":{\"771\":{}},\"comment\":{}}],[\"randomuuid\",{\"_index\":270,\"name\":{\"386\":{}},\"comment\":{}}],[\"read\",{\"_index\":512,\"name\":{\"805\":{}},\"comment\":{}}],[\"readfile\",{\"_index\":274,\"name\":{\"391\":{}},\"comment\":{}}],[\"readnew\",{\"_index\":500,\"name\":{\"787\":{}},\"comment\":{}}],[\"readold\",{\"_index\":502,\"name\":{\"791\":{}},\"comment\":{}}],[\"readtimeoutmillis\",{\"_index\":311,\"name\":{\"459\":{}},\"comment\":{}}],[\"reason\",{\"_index\":91,\"name\":{\"111\":{},\"116\":{},\"135\":{},\"172\":{},\"357\":{},\"361\":{},\"699\":{}},\"comment\":{}}],[\"recordstreaminit\",{\"_index\":86,\"name\":{\"105\":{}},\"comment\":{}}],[\"redactionname\",{\"_index\":173,\"name\":{\"248\":{}},\"comment\":{}}],[\"rejectunauthorized\",{\"_index\":483,\"name\":{\"766\":{}},\"comment\":{}}],[\"requests\",{\"_index\":163,\"name\":{\"235\":{},\"415\":{},\"432\":{},\"885\":{}},\"comment\":{}}],[\"requirestatus\",{\"_index\":409,\"name\":{\"629\":{}},\"comment\":{}}],[\"response\",{\"_index\":288,\"name\":{\"422\":{},\"883\":{}},\"comment\":{}}],[\"retryresetintervalmillis\",{\"_index\":312,\"name\":{\"460\":{}},\"comment\":{}}],[\"rootkey\",{\"_index\":31,\"name\":{\"32\":{}},\"comment\":{}}],[\"ruleid\",{\"_index\":254,\"name\":{\"366\":{}},\"comment\":{}}],[\"ruleindex\",{\"_index\":253,\"name\":{\"365\":{}},\"comment\":{}}],[\"safelogger\",{\"_index\":344,\"name\":{\"539\":{},\"903\":{}},\"comment\":{}}],[\"samplingratio\",{\"_index\":70,\"name\":{\"85\":{},\"136\":{},\"157\":{},\"165\":{},\"181\":{},\"191\":{},\"703\":{},\"730\":{}},\"comment\":{}}],[\"scheme\",{\"_index\":474,\"name\":{\"755\":{}},\"comment\":{}}],[\"sdkdata\",{\"_index\":280,\"name\":{\"401\":{},\"409\":{},\"879\":{}},\"comment\":{}}],[\"sdkkey\",{\"_index\":28,\"name\":{\"29\":{}},\"comment\":{}}],[\"secondstomillis\",{\"_index\":375,\"name\":{\"582\":{},\"914\":{}},\"comment\":{}}],[\"securemodehash\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"secureprotocol\",{\"_index\":484,\"name\":{\"767\":{}},\"comment\":{}}],[\"sendevent\",{\"_index\":149,\"name\":{\"214\":{},\"224\":{},\"294\":{}},\"comment\":{}}],[\"sendeventdata\",{\"_index\":212,\"name\":{\"300\":{}},\"comment\":{}}],[\"serial\",{\"_index\":490,\"name\":{\"773\":{}},\"comment\":{}}],[\"serializeditem\",{\"_index\":417,\"name\":{\"647\":{}},\"comment\":{}}],[\"serializeditemdescriptor\",{\"_index\":416,\"name\":{\"644\":{}},\"comment\":{}}],[\"servername\",{\"_index\":485,\"name\":{\"768\":{}},\"comment\":{}}],[\"servertime\",{\"_index\":222,\"name\":{\"310\":{}},\"comment\":{}}],[\"serviceendpoints\",{\"_index\":357,\"name\":{\"562\":{},\"907\":{}},\"comment\":{}}],[\"shadow\",{\"_index\":439,\"name\":{\"688\":{}},\"comment\":{}}],[\"shoulddebugevent\",{\"_index\":152,\"name\":{\"217\":{}},\"comment\":{}}],[\"shouldsample\",{\"_index\":154,\"name\":{\"219\":{}},\"comment\":{}}],[\"shutdown\",{\"_index\":142,\"name\":{\"204\":{}},\"comment\":{}}],[\"simulateerror\",{\"_index\":525,\"name\":{\"851\":{}},\"comment\":{}}],[\"sleep\",{\"_index\":376,\"name\":{\"583\":{},\"915\":{}},\"comment\":{}}],[\"stale\",{\"_index\":398,\"name\":{\"615\":{}},\"comment\":{}}],[\"staleafter\",{\"_index\":470,\"name\":{\"751\":{}},\"comment\":{}}],[\"start\",{\"_index\":167,\"name\":{\"239\":{}},\"comment\":{}}],[\"starttime\",{\"_index\":81,\"name\":{\"100\":{}},\"comment\":{}}],[\"status\",{\"_index\":221,\"name\":{\"309\":{},\"424\":{},\"591\":{}},\"comment\":{}}],[\"statuspollinterval\",{\"_index\":469,\"name\":{\"750\":{}},\"comment\":{}}],[\"stop\",{\"_index\":168,\"name\":{\"240\":{}},\"comment\":{}}],[\"store\",{\"_index\":466,\"name\":{\"746\":{},\"815\":{}},\"comment\":{}}],[\"streaming\",{\"_index\":359,\"name\":{\"565\":{}},\"comment\":{}}],[\"streamingerrorhandler\",{\"_index\":169,\"name\":{\"242\":{}},\"comment\":{}}],[\"streamingprocessor\",{\"_index\":156,\"name\":{\"225\":{}},\"comment\":{}}],[\"streaminitialreconnectdelay\",{\"_index\":159,\"name\":{\"230\":{}},\"comment\":{}}],[\"streaminits\",{\"_index\":82,\"name\":{\"101\":{}},\"comment\":{}}],[\"streamuri\",{\"_index\":161,\"name\":{\"232\":{}},\"comment\":{}}],[\"string\",{\"_index\":330,\"name\":{\"511\":{}},\"comment\":{}}],[\"stringarray\",{\"_index\":334,\"name\":{\"515\":{}},\"comment\":{}}],[\"stringmatchingregex\",{\"_index\":323,\"name\":{\"486\":{},\"520\":{},\"896\":{}},\"comment\":{}}],[\"stringvariation\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"stringvariationdetail\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"subsystem\",{\"_index\":206,\"name\":{\"290\":{},\"856\":{}},\"comment\":{}}],[\"subsystems\",{\"_index\":420,\"name\":{\"652\":{}},\"comment\":{}}],[\"succeeded\",{\"_index\":214,\"name\":{\"302\":{}},\"comment\":{}}],[\"success\",{\"_index\":386,\"name\":{\"601\":{}},\"comment\":{}}],[\"summarizer\",{\"_index\":135,\"name\":{\"197\":{}},\"comment\":{}}],[\"tags\",{\"_index\":374,\"name\":{\"581\":{}},\"comment\":{}}],[\"tagvaluetoolong\",{\"_index\":355,\"name\":{\"559\":{}},\"comment\":{}}],[\"testdata\",{\"_index\":43,\"name\":{\"54\":{}},\"comment\":{}}],[\"testdataflagbuilder\",{\"_index\":52,\"name\":{\"66\":{}},\"comment\":{}}],[\"testdatarulebuilder\",{\"_index\":71,\"name\":{\"86\":{}},\"comment\":{}}],[\"text\",{\"_index\":289,\"name\":{\"425\":{}},\"comment\":{}}],[\"thenreturn\",{\"_index\":76,\"name\":{\"93\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":293,\"name\":{\"431\":{}},\"comment\":{}}],[\"tojson\",{\"_index\":434,\"name\":{\"683\":{}},\"comment\":{}}],[\"track\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"tracker\",{\"_index\":464,\"name\":{\"744\":{}},\"comment\":{}}],[\"trackevents\",{\"_index\":109,\"name\":{\"137\":{},\"169\":{}},\"comment\":{}}],[\"trackmigration\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"tryformat\",{\"_index\":341,\"name\":{\"532\":{}},\"comment\":{}}],[\"trypostingevents\",{\"_index\":153,\"name\":{\"218\":{}},\"comment\":{}}],[\"trywrite\",{\"_index\":342,\"name\":{\"533\":{}},\"comment\":{}}],[\"type\",{\"_index\":317,\"name\":{\"468\":{},\"779\":{},\"782\":{},\"893\":{}},\"comment\":{}}],[\"typearray\",{\"_index\":320,\"name\":{\"474\":{},\"894\":{}},\"comment\":{}}],[\"typename\",{\"_index\":318,\"name\":{\"470\":{},\"476\":{}},\"comment\":{}}],[\"typeof\",{\"_index\":319,\"name\":{\"471\":{},\"477\":{},\"484\":{},\"490\":{},\"508\":{}},\"comment\":{}}],[\"typevalidator\",{\"_index\":313,\"name\":{\"461\":{},\"891\":{}},\"comment\":{}}],[\"typevalidators\",{\"_index\":329,\"name\":{\"510\":{},\"901\":{}},\"comment\":{}}],[\"unknownflagevent\",{\"_index\":114,\"name\":{\"145\":{}},\"comment\":{}}],[\"unknownoption\",{\"_index\":351,\"name\":{\"555\":{}},\"comment\":{}}],[\"update\",{\"_index\":49,\"name\":{\"63\":{},\"378\":{},\"381\":{}},\"comment\":{}}],[\"upsert\",{\"_index\":37,\"name\":{\"42\":{},\"637\":{},\"667\":{},\"673\":{},\"820\":{},\"834\":{}},\"comment\":{}}],[\"url\",{\"_index\":524,\"name\":{\"843\":{}},\"comment\":{}}],[\"usepreconfiguredflag\",{\"_index\":50,\"name\":{\"64\":{}},\"comment\":{}}],[\"usepreconfiguredsegment\",{\"_index\":51,\"name\":{\"65\":{}},\"comment\":{}}],[\"user\",{\"_index\":369,\"name\":{\"579\":{}},\"comment\":{}}],[\"useragentbase\",{\"_index\":281,\"name\":{\"404\":{}},\"comment\":{}}],[\"usercachesize\",{\"_index\":467,\"name\":{\"748\":{}},\"comment\":{}}],[\"usercachetime\",{\"_index\":468,\"name\":{\"749\":{}},\"comment\":{}}],[\"userkind\",{\"_index\":179,\"name\":{\"256\":{}},\"comment\":{}}],[\"usernotspecified\",{\"_index\":97,\"name\":{\"122\":{}},\"comment\":{}}],[\"usingproxy\",{\"_index\":296,\"name\":{\"435\":{}},\"comment\":{}}],[\"usingproxyauth\",{\"_index\":297,\"name\":{\"436\":{}},\"comment\":{}}],[\"valid\",{\"_index\":191,\"name\":{\"271\":{},\"679\":{}},\"comment\":{}}],[\"value\",{\"_index\":89,\"name\":{\"109\":{},\"114\":{},\"138\":{},\"173\":{},\"355\":{},\"359\":{},\"551\":{},\"695\":{},\"702\":{},\"743\":{}},\"comment\":{}}],[\"valueforall\",{\"_index\":62,\"name\":{\"77\":{}},\"comment\":{}}],[\"valueforkind\",{\"_index\":194,\"name\":{\"274\":{}},\"comment\":{}}],[\"values\",{\"_index\":285,\"name\":{\"419\":{},\"706\":{},\"712\":{},\"718\":{}},\"comment\":{}}],[\"variation\",{\"_index\":7,\"name\":{\"7\":{},\"90\":{},\"139\":{},\"174\":{},\"697\":{}},\"comment\":{}}],[\"variationdetail\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"variationforall\",{\"_index\":61,\"name\":{\"76\":{}},\"comment\":{}}],[\"variationforcontext\",{\"_index\":64,\"name\":{\"79\":{}},\"comment\":{}}],[\"variationforuser\",{\"_index\":63,\"name\":{\"78\":{}},\"comment\":{}}],[\"variationindex\",{\"_index\":90,\"name\":{\"110\":{},\"115\":{},\"356\":{},\"360\":{}},\"comment\":{}}],[\"variations\",{\"_index\":57,\"name\":{\"72\":{}},\"comment\":{}}],[\"version\",{\"_index\":110,\"name\":{\"140\":{},\"175\":{},\"398\":{},\"403\":{},\"625\":{},\"631\":{},\"645\":{},\"655\":{},\"659\":{},\"698\":{}},\"comment\":{}}],[\"versioneddata\",{\"_index\":405,\"name\":{\"623\":{}},\"comment\":{}}],[\"voidfunction\",{\"_index\":377,\"name\":{\"584\":{},\"916\":{}},\"comment\":{}}],[\"waitforinitialization\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"warn\",{\"_index\":246,\"name\":{\"350\":{},\"536\":{},\"545\":{}},\"comment\":{}}],[\"waslegacy\",{\"_index\":188,\"name\":{\"267\":{}},\"comment\":{}}],[\"watch\",{\"_index\":275,\"name\":{\"392\":{}},\"comment\":{}}],[\"watchhandle\",{\"_index\":271,\"name\":{\"387\":{},\"876\":{}},\"comment\":{}}],[\"withreasons\",{\"_index\":112,\"name\":{\"143\":{},\"162\":{},\"676\":{}},\"comment\":{}}],[\"wrapper\",{\"_index\":373,\"name\":{\"580\":{}},\"comment\":{}}],[\"wrappername\",{\"_index\":282,\"name\":{\"405\":{}},\"comment\":{}}],[\"wrapperversion\",{\"_index\":283,\"name\":{\"406\":{}},\"comment\":{}}],[\"write\",{\"_index\":513,\"name\":{\"806\":{}},\"comment\":{}}],[\"writenew\",{\"_index\":501,\"name\":{\"789\":{}},\"comment\":{}}],[\"writeold\",{\"_index\":503,\"name\":{\"793\":{}},\"comment\":{}}],[\"wrongoptiontype\",{\"_index\":352,\"name\":{\"556\":{}},\"comment\":{}}],[\"wrongoptiontypeboolean\",{\"_index\":353,\"name\":{\"557\":{}},\"comment\":{}}],[\"wrongtype\",{\"_index\":100,\"name\":{\"125\":{}},\"comment\":{}}],[\"x\",{\"_index\":371,\"name\":{\"580\":{},\"581\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/assets/style.css b/packages/sdk/cloudflare/docs/assets/style.css new file mode 100644 index 000000000..258146fc0 --- /dev/null +++ b/packages/sdk/cloudflare/docs/assets/style.css @@ -0,0 +1,1379 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: var(--light-color-ts-type-alias); + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +:root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); +} + +:root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 > a, +h2 > a, +h3 > a, +h4 > a, +h5 > a, +h6 > a { + text-decoration: none; + color: var(--color-text); +} + +h1 { + font-size: 1.875rem; + margin: 0.67rem 0; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +.uppercase { + text-transform: uppercase; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +.tsd-generator { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} + +.tsd-generator > p { + margin-top: 0; + margin-bottom: 0; + padding: 0 1rem; +} + +.container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h4, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: fit-content; + width: -moz-fit-content; + align-items: center; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus + svg { + transform: scale(0.95); +} +.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { + transform: scale(1); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.tsd-theme-toggle { + padding-top: 0.75rem; +} +.tsd-theme-toggle > h4 { + display: inline; + vertical-align: middle; + margin-right: 0.75rem; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.5rem); +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: inline-flex; + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-nested-navigation > li > a, +.tsd-nested-navigation > li > span { + width: calc(100% - 1.75rem - 0.5rem); +} + +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + + cursor: pointer; +} +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-index-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 4rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title, +#tsd-toolbar-links a { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + +.tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: + opacity 0.1s, + background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + text-decoration: line-through; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/packages/sdk/cloudflare/docs/classes/AsyncStoreFacade.html b/packages/sdk/cloudflare/docs/classes/AsyncStoreFacade.html new file mode 100644 index 000000000..de01b7698 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/AsyncStoreFacade.html @@ -0,0 +1,320 @@ +AsyncStoreFacade | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Provides an async interface to a feature store.

+

This allows for using a store using async/await instead of callbacks.

+
+
+
+

Hierarchy

+
    +
  • AsyncStoreFacade
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
store: any
+
+

Methods

+
+ +
+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
    • +
    • +
      key: string
    • +
    • +
      version: number
    +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns Promise<null | LDFeatureStoreItem>

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns Promise<void>

+
+ +
    + +
  • +

    Returns Promise<boolean>

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns Promise<void>

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/EdgeFeatureStore.html b/packages/sdk/cloudflare/docs/classes/EdgeFeatureStore.html new file mode 100644 index 000000000..7014d43fd --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/EdgeFeatureStore.html @@ -0,0 +1,478 @@ +EdgeFeatureStore | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for a feature store component.

+

The feature store is what the client uses to store feature flag data that has been received +from LaunchDarkly. By default, it uses an in-memory implementation; database integrations are +also available. Read the SDK features guide. +You will not need to use this interface unless you are writing your own implementation.

+

Feature store methods can and should call their callbacks directly whenever possible, rather +than deferring them with setImmediate() or process.nextTick(). This means that if for any +reason you are updating or querying a feature store directly in your application code (which +is not part of normal use of the SDK) you should be aware that the callback may be executed +immediately.

+
+
+
+

Hierarchy

+
    +
  • EdgeFeatureStore
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns EdgeFeatureStore

+
+

Properties

+
+ +
close: (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
delete: (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
description: any
+
+ +
edgeProvider: any
+
+ +
logger: any
+
+ +
rootKey: any
+
+ +
sdkKey: any
+
+ +
upsert: (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+

Methods

+
+ +
    + +
  • +

    Get all entities from a collection.

    +

    The store should filter out any entities with the property deleted: true.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The store should not make any assumptions about the format + of the data, but just return an object in which each key is the key property of an entity + and the value is the entity. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      Optional callback: ((res) => void)
      +

      Will be called with the resulting map. The actual type of the result value is + interfaces.KeyedItems<VersionedData>.

      +
      Optional +
    +

    Returns Promise<void>

    +
+
+ +
    + +
  • +

    Get an entity from the store.

    +

    The store should treat any entity with the property deleted: true as "not found".

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The store should not make any assumptions about the format + of the data, but just return a JSON object. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      dataKey: string
      +

      The unique key of the entity within the specified collection.

      +
    • +
    • +
      callback: ((res) => void)
      +

      Will be called with the retrieved entity, or null if not found. The actual type of the result + value is interfaces.VersionedData.

      +
      +
    +

    Returns Promise<void>

    +
+
+ +
    + +
  • +

    Get a description of the store.

    +
    +

    Returns string

    +
+
+ +
    + +
  • +

    Initialize the store, overwriting any existing data.

    +
    +
    +

    Parameters

    +
      +
    • +
      allData: LDFeatureStoreDataStorage
      +

      An object in which each key is the "namespace" of a collection (e.g. "features") and + the value is an object that maps keys to entities. The actual type of this parameter is + interfaces.FullDataSet<VersionedData>.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called when the store has been initialized.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Tests whether the store is initialized.

    +

    "Initialized" means that the store has been populated with data, either by the client +having called init() within this process, or by another process (if this is a shared +database).

    +
    +
    +

    Parameters

    +
      +
    • +
      Optional callback: ((isInitialized) => void)
      +

      Will be called back with the boolean result.

      +
      Optional +
        +
      • +
          +
        • (isInitialized): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            isInitialized: boolean
          +

          Returns void

    +

    Returns Promise<void>

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/LDClient.html b/packages/sdk/cloudflare/docs/classes/LDClient.html new file mode 100644 index 000000000..2f67df12c --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/LDClient.html @@ -0,0 +1,663 @@ +LDClient | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

The LaunchDarkly SDK edge client object.

+
+
+
+

Hierarchy

+
    +
  • default +
      +
    • LDClient
+
+
+
+ +
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      sdkKey: string
    • +
    • +
      platformInfo: Info
    • +
    • +
      options: LDOptions
    +

    Returns LDClient

+
+

Properties

+
+ +
bigSegmentStatusProviderInternal: default
+

Intended for use by platform specific client implementations.

+

It is not included in the main interface because it requires the use of +a platform event system. For node this would be an EventEmitter, for other +platforms it would likely be an EventTarget.

+
+
+
+ +
emitter: EventEmitter
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      context: LDContext
    • +
    • +
      Optional options: LDFlagsStateOptions
      Optional
    • +
    • +
      Optional callback: ((err, res) => void)
      Optional +
        +
      • +
          +
        • (err, res): void
        • +
        • +
          +

          Parameters

          +
          +

          Returns void

    +

    Returns Promise<LDFlagsState>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: boolean
    +

    Returns Promise<boolean>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: boolean
    +

    Returns Promise<LDEvaluationDetailTyped<boolean>>

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      Optional callback: ((err, res) => void)
      Optional +
        +
      • +
          +
        • (err, res): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            err: null | Error
          • +
          • +
            res: boolean
          +

          Returns void

    +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +

    Returns boolean

+
+ +
    + +
  • +

    Returns boolean

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: unknown
    +

    Returns Promise<unknown>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: unknown
    +

    Returns Promise<LDEvaluationDetailTyped<unknown>>

+
+ +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: number
    +

    Returns Promise<number>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: number
    +

    Returns Promise<LDEvaluationDetailTyped<number>>

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: string
    +

    Returns Promise<string>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: string
    +

    Returns Promise<LDEvaluationDetailTyped<string>>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      Optional data: any
      Optional
    • +
    • +
      Optional metricValue: number
      Optional
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: any
    • +
    • +
      Optional callback: ((err, res) => void)
      Optional +
        +
      • +
          +
        • (err, res): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            err: any
          • +
          • +
            res: any
          +

          Returns void

    +

    Returns Promise<any>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: LDContext
    • +
    • +
      defaultValue: any
    • +
    • +
      Optional callback: ((err, res) => void)
      Optional +
        +
      • +
    +

    Returns Promise<LDEvaluationDetail>

+
+ +
    + +
  • +

    Returns Promise<LDClient>

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/LDConcurrentExecution.html b/packages/sdk/cloudflare/docs/classes/LDConcurrentExecution.html new file mode 100644 index 000000000..a83fe6cc7 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/LDConcurrentExecution.html @@ -0,0 +1,204 @@ +LDConcurrentExecution | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Configuration class for configuring concurrent execution of a migration.

+
+
+
+

Hierarchy

+
    +
  • LDConcurrentExecution
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/LDSerialExecution.html b/packages/sdk/cloudflare/docs/classes/LDSerialExecution.html new file mode 100644 index 000000000..51be0533c --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/LDSerialExecution.html @@ -0,0 +1,218 @@ +LDSerialExecution | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Configuration class for configuring serial execution of a migration.

+
+
+
+

Hierarchy

+
    +
  • LDSerialExecution
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/NullEventSource.html b/packages/sdk/cloudflare/docs/classes/NullEventSource.html new file mode 100644 index 000000000..f2e448eb8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/NullEventSource.html @@ -0,0 +1,390 @@ +NullEventSource | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • NullEventSource
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
closed: boolean
+
+ +
handlers: Record<string, ((event?) => void)>
+
+

Type declaration

+
    +
  • +
      +
    • (event?): void
    • +
    • +
      +

      Parameters

      +
        +
      • +
        Optional event: {
            data?: any;
        }
        Optional +
          +
        • +
          Optional data?: any
      +

      Returns void

+
+ +
onclose: undefined | (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
onerror: undefined | (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
onopen: undefined | (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
onretrying: undefined | ((e) => void)
+
+

Type declaration

+
    +
  • +
      +
    • (e): void
    • +
    • +
      +

      Parameters

      +
        +
      • +
        e: {
            delayMillis: number;
        }
        +
          +
        • +
          delayMillis: number
      +

      Returns void

+
+ +
+
+ +
url: string
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      type: string
    • +
    • +
      listener: ((event?) => void)
      +
        +
      • +
          +
        • (event?): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            Optional event: {
                data?: any;
            }
            Optional +
              +
            • +
              Optional data?: any
          +

          Returns void

    +

    Returns void

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      error: {
          message: string;
          status: number;
      }
      +
        +
      • +
        message: string
      • +
      • +
        status: number
    +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/PersistentDataStoreWrapper.html b/packages/sdk/cloudflare/docs/classes/PersistentDataStoreWrapper.html new file mode 100644 index 000000000..bb64aff26 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/PersistentDataStoreWrapper.html @@ -0,0 +1,527 @@ +PersistentDataStoreWrapper | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Internal implementation of LDFeatureStore that delegates the basic functionality to an +instance of PersistentDataStore. It provides optional caching behavior and other logic +that would otherwise be repeated in every data store implementation. This makes it easier to +create new database integrations by implementing only the database-specific logic.

+
+
+
+

Hierarchy

+
    +
  • PersistentDataStoreWrapper
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
allItemsCache: any
+

Cache for storing all items of a type.

+
+
+
+ +
core: any
+
+ +
isInitialized: any
+
+ +
itemCache: any
+

Cache for storing individual items.

+
+
+
+ +
queue: any
+

Used to preserve order of operations of async requests.

+
+
+
+

Methods

+
+ +
    + +
  • +

    Get all entities from a collection.

    +

    The store should filter out any entities with the property deleted: true.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The store should not make any assumptions about the format + of the data, but just return an object in which each key is the key property of an entity + and the value is the entity. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      callback: ((res) => void)
      +

      Will be called with the resulting map. The actual type of the result value is + interfaces.KeyedItems<VersionedData>.

      +
      +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Releases any resources being used by the feature store.

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Delete an entity from the store.

    +

    Deletion should be implemented by storing a placeholder object with the property +deleted: true and a version property equal to the provided version. In other words, +it should be exactly the same as calling upsert with such an object.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      key: string
      +

      The unique key of the entity within the specified collection.

      +
    • +
    • +
      version: number
      +

      A number that must be greater than the version property of the existing entity in + order for it to be deleted. If it is less than or equal to the existing version, the + method should do nothing.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called when the delete operation is complete.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Get an entity from the store.

    +

    The store should treat any entity with the property deleted: true as "not found".

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The store should not make any assumptions about the format + of the data, but just return a JSON object. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      key: string
      +

      The unique key of the entity within the specified collection.

      +
    • +
    • +
      callback: ((res) => void)
      +

      Will be called with the retrieved entity, or null if not found. The actual type of the result + value is interfaces.VersionedData.

      +
      +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Get a description of the store.

    +
    +

    Returns string

    +
+
+ +
    + +
  • +

    Initialize the store, overwriting any existing data.

    +
    +
    +

    Parameters

    +
      +
    • +
      allData: LDFeatureStoreDataStorage
      +

      An object in which each key is the "namespace" of a collection (e.g. "features") and + the value is an object that maps keys to entities. The actual type of this parameter is + interfaces.FullDataSet<VersionedData>.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called when the store has been initialized.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Tests whether the store is initialized.

    +

    "Initialized" means that the store has been populated with data, either by the client +having called init() within this process, or by another process (if this is a shared +database).

    +
    +
    +

    Parameters

    +
      +
    • +
      callback: ((isInitialized) => void)
      +

      Will be called back with the boolean result.

      +
      +
        +
      • +
          +
        • (isInitialized): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            isInitialized: boolean
          +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Add an entity or update an existing entity.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      data: LDKeyedFeatureStoreItem
      +

      The contents of the entity, as an object that can be converted to JSON. The store + should check the version property of this object, and should not overwrite any + existing data if the existing version is greater than or equal to that value. + The actual type of this parameter is interfaces.VersionedData.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called after the upsert operation is complete.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/integrations.FileDataSourceFactory.html b/packages/sdk/cloudflare/docs/classes/integrations.FileDataSourceFactory.html new file mode 100644 index 000000000..e25b70736 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/integrations.FileDataSourceFactory.html @@ -0,0 +1,251 @@ +FileDataSourceFactory | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Class for creating file data sources.

+
+
+
+

Hierarchy

+
    +
  • FileDataSourceFactory
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      options: FileDataSourceOptions
    +

    Returns FileDataSourceFactory

+
+

Properties

+
+ +
options: any
+
+

Methods

+
+ +
    + +
  • +

    Returns ((ldClientContext, featureStore, initSuccessHandler?, errorHandler?) => LDStreamProcessor)

    +
      +
    • +
        +
      • (ldClientContext, featureStore, initSuccessHandler?, errorHandler?): LDStreamProcessor
      • +
      • +
        +

        Parameters

        +
        +

        Returns LDStreamProcessor

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/integrations.TestData.html b/packages/sdk/cloudflare/docs/classes/integrations.TestData.html new file mode 100644 index 000000000..6c21f30d0 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/integrations.TestData.html @@ -0,0 +1,414 @@ +TestData | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A mechanism for providing dynamically updatable feature flag state in a simplified form to an SDK +client in test scenarios.

+

Unlike FileData, this mechanism does not use any external resources. It provides only the +data that the application has put into it using the TestData.update method.

+
    // Import TestData from the integrations package of the SDK you are using.
// This is a common implementation and may be used in multiple SDKs.

const td = TestData();
testData.update(td.flag("flag-key-1").booleanFlag().variationForAll(true));
// Use the initialization mechanism specified by your SDK.
const client = LDClient.init(sdkKey, { updateProcessor: td.getFactory() });

// flags can be updated at any time:
td.update(td.flag("flag-key-2")
.variationForContext("user", "some-user-key", true)
.fallthroughVariation(false)); +
+

The above example uses a simple boolean flag, but more complex configurations are possible using +the methods of the TestDataFlagBuilder that is returned by TestData.flag. +TestDataFlagBuilder supports many of the ways a flag can be configured on the +LaunchDarkly dashboard, but does not currently support

+
    +
  1. rule operators other than "in" and "not in", or
  2. +
  3. percentage rollouts.
  4. +
+

If the same TestData instance is used to configure multiple LDClient instances, +any changes made to the data will propagate to all of the LDClients.

+
+
+
+

Hierarchy

+
    +
  • TestData
+
+
+
+ +
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
currentFlags: any
+
+ +
currentSegments: any
+
+ +
dataSources: any
+
+ +
flagBuilders: any
+
+

Methods

+
+ +
    + +
  • +

    Creates or copies a TestDataFlagBuilder for building a test flag configuration.

    +

    If the flag key has already been defined in this TestData instance, +then the builder starts with the same configuration that was last +provided for this flag.

    +

    Otherwise, it starts with a new default configuration in which the flag +has true and false variations, is true for all users when targeting +is turned on and false otherwise, and currently has targeting turned on. +You can change any of those properties and provide more complex behavior +using the TestDataFlagBuilder methods.

    +

    Once you have set the desired configuration, pass the builder to +TestData.update.

    +
    +
    +

    Parameters

    +
      +
    • +
      key: string
      +

      the flag key

      +
    +

    Returns TestDataFlagBuilder

    a flag configuration builder

    + +
+
+ +
    + +
  • +

    Get a factory for update processors that will be attached to this TestData instance.

    +
    +

    Returns ((clientContext, featureStore, initSuccessHandler, errorHandler?) => LDStreamProcessor)

    An update processor factory.

    + +
      +
    • +
        +
      • (clientContext, featureStore, initSuccessHandler, errorHandler?): LDStreamProcessor
      • +
      • +

        Get a factory for update processors that will be attached to this TestData instance.

        +
        +
        +

        Parameters

        +
          +
        • +
          clientContext: LDClientContext
        • +
        • +
          featureStore: LDFeatureStore
        • +
        • +
          initSuccessHandler: VoidFunction
        • +
        • +
          Optional errorHandler: ((e) => void)
          Optional +
            +
          • +
              +
            • (e): void
            • +
            • +
              +

              Parameters

              +
                +
              • +
                e: Error
              +

              Returns void

        +

        Returns LDStreamProcessor

        An update processor factory.

        + +
    +
+
+ +
    + +
  • +

    Updates the test data with the specified flag configuration.

    +

    This has the same effect as if a flag were added or modified in the +LaunchDarkly dashboard. It immediately propagates the flag changes to +any LDClient instance(s) that you have already configured to use +this TestData. If no LDClient has been started yet, it simply adds +this flag to the test data which will be provided to any LDClient +that you subsequently configure.

    +

    Any subsequent changes to this TestDataFlagBuilder instance do not affect +the test data unless you call update again.

    +
    +
    +

    Parameters

    +
    +

    Returns Promise<any>

    a promise that will resolve when the feature stores are updated

    + +
+
+ +
    + +
  • +

    Copies a full feature flag data model object into the test data.

    +

    It immediately propagates the flag change to any LDClient instance(s) that you have already +configured to use this TestData. If no LDClient has been started yet, it simply adds this +flag to the test data which will be provided to any LDClient that you subsequently configure.

    +

    Use this method if you need to use advanced flag configuration properties that are not +supported by the simplified TestDataFlagBuilder API. Otherwise it is recommended to use +the regular flag/update mechanism to avoid dependencies on details of the data +model.

    +

    You cannot make incremental changes with flag/update to a flag that has been +added in this way; you can only replace it with an entirely new flag configuration.

    +
    +
    +

    Parameters

    +
      +
    • +
      inConfig: any
    +

    Returns Promise<any>

    a promise that will resolve when the feature stores are updated

    + +
+
+ +
    + +
  • +

    Copies a full segment data model object into the test data.

    +

    It immediately propagates the change to any LDClient instance(s) that you have already +configured to use this TestData. If no LDClient has been started yet, it simply adds +this segment to the test data which will be provided to any LDClient that you subsequently +configure.

    +

    This method is currently the only way to inject segment data, since there is no builder +API for segments. It is mainly intended for the SDK's own tests of segment functionality, +since application tests that need to produce a desired evaluation state could do so more easily +by just setting flag values.

    +
    +
    +

    Parameters

    +
      +
    • +
      inConfig: any
    +

    Returns Promise<any>

    a promise that will resolve when the feature stores are updated

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/integrations.TestDataFlagBuilder.html b/packages/sdk/cloudflare/docs/classes/integrations.TestDataFlagBuilder.html new file mode 100644 index 000000000..49ef0d3c1 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/integrations.TestDataFlagBuilder.html @@ -0,0 +1,604 @@ +TestDataFlagBuilder | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A builder for feature flag configurations to be used with TestData.

+
+
+
+

Hierarchy

+
    +
  • TestDataFlagBuilder
+
+
+
+ +
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
data: any
+
+ +
key: any
+
+

Accessors

+
+ +
    +
  • get isBooleanFlag(): any
  • +
  • +

    Returns any

+
+

Methods

+
+ +
    + +
  • +

    A shortcut for setting the flag to use the standard boolean configuration.

    +

    This is the default for all new flags created with TestData.flag. The +flag will have two variations, true and false (in that order). It +will return false whenever targeting is off and true when targeting +is on unless other settings specify otherwise.

    +
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      ratio: number
    +

    Returns TestDataFlagBuilder

+
+ +
    + +
  • +

    Removes any existing targets from the flag. This undoes the effect of +methods like variationForContext.

    +
    +

    Returns TestDataFlagBuilder

    the same flag builder

    + +
+
+ +
    + +
  • +

    Removes any existing rules from the flag. This undoes the effect of methods +like ifMatch.

    +
    +

    Returns TestDataFlagBuilder

    the same flag builder

    + +
+
+ +
    + +
  • +

    Specifies the fallthrough variation for a flag. The fallthrough is +the value that is returned if targeting is on and the user was not +matched by a more specific target or rule.

    +

    If a boolean is supplied, and the flag was previously configured with +other variations, this also changes it to a boolean flag.

    +
    +
    +

    Parameters

    +
      +
    • +
      variation: number | boolean
      +

      either true or false or the index of the desired fallthrough + variation: 0 for the first, 1 for the second, etc.

      +
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +

    Starts defining a flag rule using the "is one of" operator.

    +

    For example, this creates a rule that returnes true if the name is +"Patsy" or "Edina":

    +
    testData.flag('flag')
    .ifMatch('user', name', 'Patsy', 'Edina')
    .thenReturn(true) +
    +
    +
    +

    Parameters

    +
      +
    • +
      contextKind: string
      +

      the kind of the context

      +
    • +
    • +
      attribute: string
      +

      the context attribute to match against

      +
    • +
    • +
      Rest ...values: any
      +

      values to compare to

      +
      Rest
    +

    Returns TestDataRuleBuilder<TestDataFlagBuilder>

    a flag rule builder; call thenReturn to finish the rule + or add more tests with another method like andMatch

    + +
+
+ +
    + +
  • +

    Starts defining a flag rule using the "is not one of" operator.

    +

    For example, this creates a rule that returns true if the name is +neither "Saffron" nor "Bubble":

    +
    testData.flag('flag')
    .ifNotMatch('user', 'name', 'Saffron', 'Bubble')
    .thenReturn(true) +
    +
    +
    +

    Parameters

    +
      +
    • +
      contextKind: string
      +

      the kind of the context

      +
    • +
    • +
      attribute: string
      +

      the user attribute to match against

      +
    • +
    • +
      Rest ...values: any
      +

      values to compare to

      +
      Rest
    +

    Returns TestDataRuleBuilder<TestDataFlagBuilder>

    a flag rule builder; call thenReturn to finish the rule + or add more tests with another method like andNotMatch

    + +
+
+ +
    + +
  • +

    Specifies the off variation for a flag. This is the variation that is +returned whenever targeting is off.

    +

    If a boolean is supplied, and the flag was previously configured with +other variations, this also changes it to a boolean flag.

    +
    +
    +

    Parameters

    +
      +
    • +
      variation: number | boolean
      +

      either true or false or the index of the desired off + variation: 0 for the first, 1 for the second, etc.

      +
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +

    Sets targeting to be on or off for this flag.

    +

    The effect of this depends on the rest of the flag configuration, just +as it does on the real LaunchDarkly dashboard. In the default configuration +that you get from calling TestData.flag with a new flag key, the flag +will return false whenever targeting is off and true when targeting +is on.

    +
    +
    +

    Parameters

    +
      +
    • +
      targetingOn: boolean
      +

      true if targeting should be on

      +
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      ratio: number
    +

    Returns TestDataFlagBuilder

+
+ +
    + +
  • +

    Sets the flag to always return the specified variation value for all contexts.

    +

    The value may be of any valid JSON type. This method changes the flag to have +only a single variation, which is this value, and to return the same variation +regardless of whether targeting is on or off. Any existing targets or rules +are removed.

    +
    +
    +

    Parameters

    +
      +
    • +
      value: any
      +

      The desired value to be returned for all contexts.

      +
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +

    Sets the flag to always return the specified variation for all contexts.

    +

    Targeting is switched on, any existing targets or rules are removed, +and the fallthrough variation is set to the specified value. The off +variation is left unchanged.

    +

    If a boolean is supplied, and the flag was previously configured with +other variations, this also changes it to a boolean flag.

    +
    +
    +

    Parameters

    +
      +
    • +
      variation: number | boolean
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +

    Sets the flag to return the specified variation for a specific context key +when targeting is on.

    +

    This has no effect when targeting is turned off for the flag.

    +

    If the variation is a boolean value and the flag was not already a boolean +flag, this also changes it to be a boolean flag.

    +

    If the variation is an integer, it specifies a variation out of whatever +variation values have already been defined.

    +
    +
    +

    Parameters

    +
      +
    • +
      contextKind: string
      +

      a context kind

      +
    • +
    • +
      contextKey: string
      +

      a context key

      +
    • +
    • +
      variation: number | boolean
      +

      either true or false or the index of the desired variation: + 0 for the first, 1 for the second, etc.

      +
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +

    Sets the flag to return the specified variation for a specific context key +when targeting is on. The context kind for contexts created with this method +will be 'user'.

    +

    This has no effect when targeting is turned off for the flag.

    +

    If the variation is a boolean value and the flag was not already a boolean +flag, this also changes it to be a boolean flag.

    +

    If the variation is an integer, it specifies a variation out of whatever +variation values have already been defined.

    +
    +
    +

    Parameters

    +
      +
    • +
      contextKey: string
      +

      a context key

      +
    • +
    • +
      variation: number | boolean
      +

      either true or false or the index of the desired variation: + 0 for the first, 1 for the second, etc.

      +
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
    + +
  • +

    Sets the allowable variation values for the flag.

    +

    The values may be of any JSON-compatible type: boolean, number, string, array, +or object. For instance, a boolean flag normally has variations(true, false); +a string-valued flag might have variations("red", "green"); etc.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...values: any[]
      +

      any number of variation values

      +
      Rest
    +

    Returns TestDataFlagBuilder

    the flag builder

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/integrations.TestDataRuleBuilder.html b/packages/sdk/cloudflare/docs/classes/integrations.TestDataRuleBuilder.html new file mode 100644 index 000000000..3c667e9cc --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/integrations.TestDataRuleBuilder.html @@ -0,0 +1,341 @@ +TestDataRuleBuilder | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Class TestDataRuleBuilder<BuilderType>

+
+

A builder for feature flag rules to be used with TestDataFlagBuilder.

+

In the LaunchDarkly model, a flag can have any number of rules, and +a rule can have any number of clauses. A clause is an individual test +such as "name is 'X'". A rule matches a user if all of the rule's +clauses match the user.

+

To start defining a rule, use one of the flag builder's matching methods +such as ifMatch. This defines the first clause for the rule. Optionally, +you may add more clauses with the rule builder's methods such as andMatch. +Finally, call thenReturn to finish defining the rule.

+
+
+
+

Type Parameters

+
    +
  • +

    BuilderType

+
+

Hierarchy

+
    +
  • TestDataRuleBuilder
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
clauses: any
+
+ +
flagBuilder: any
+
+ +
variation?: any
+
+

Methods

+
+ +
    + +
  • +

    Adds another clause using the "is one of" operator.

    +

    For example, this creates a rule that returns true if the name is +"Patsy" and the country is "gb":

    +
    testData.flag('flag')
    .ifMatch('name', 'Patsy')
    .andMatch('country', 'gb')
    .thenReturn(true) +
    +
    +
    +

    Parameters

    +
      +
    • +
      contextKind: string
      +

      the kind of the context

      +
    • +
    • +
      attribute: string
      +

      the user attribute to match against

      +
    • +
    • +
      Rest ...values: any
      +

      values to compare to

      +
      Rest
    +

    Returns TestDataRuleBuilder<BuilderType>

    the flag rule builder

    + +
+
+ +
    + +
  • +

    Adds another clause using the "is not one of" operator.

    +

    For example, this creates a rule that returns true if the name is +"Patsy" and the country is not "gb":

    +
    testData.flag('flag')
    .ifMatch('name', 'Patsy')
    .andNotMatch('country', 'gb')
    .thenReturn(true) +
    +
    +
    +

    Parameters

    +
      +
    • +
      contextKind: string
      +

      the kind of the context

      +
    • +
    • +
      attribute: string
      +

      the user attribute to match against

      +
    • +
    • +
      Rest ...values: any
      +

      values to compare to

      +
      Rest
    +

    Returns TestDataRuleBuilder<BuilderType>

    the flag rule builder

    + +
+
+ +
    + +
  • +

    Finishes defining the rule, specifying the result value as either a boolean or an index

    +

    If the variation is a boolean value and the flag was not already a boolean +flag, this also changes it to be a boolean flag.

    +

    If the variation is an integer, it specifies a variation out of whatever +variation values have already been defined.

    +
    +
    +

    Parameters

    +
      +
    • +
      variation: number | boolean
      +

      either true or false or the index of the desired variation: + 0 for the first, 1 for the second, etc.

      +
    +

    Returns BuilderType

    the flag rule builder

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.ApplicationTags.html b/packages/sdk/cloudflare/docs/classes/platform-1.ApplicationTags.html new file mode 100644 index 000000000..775dceeca --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.ApplicationTags.html @@ -0,0 +1,296 @@ +ApplicationTags | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Class for managing tags.

+
+
+
+

Hierarchy

+
    +
  • ApplicationTags
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      options: {
          application?: {
              id?: string;
              version?: string;
          };
          logger?: LDLogger;
      }
      +
        +
      • +
        Optional application?: {
            id?: string;
            version?: string;
        }
        +
          +
        • +
          Optional id?: string
        • +
        • +
          Optional version?: string
      • +
      • +
        Optional logger?: LDLogger
    +

    Returns ApplicationTags

+
+

Properties

+
+ +
value?: string
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.AttributeReference.html b/packages/sdk/cloudflare/docs/classes/platform-1.AttributeReference.html new file mode 100644 index 000000000..329576c23 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.AttributeReference.html @@ -0,0 +1,401 @@ +AttributeReference | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • AttributeReference
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +

    Take an attribute reference string, or literal string, and produce +an attribute reference.

    +

    Legacy user objects would have been created with names not +references. So, in that case, we need to use them as a component +without escaping them.

    +

    e.g. A user could contain a custom attribute of /a which would +become the literal a if treated as a reference. Which would cause +it to no longer be redacted.

    +
    +
    +

    Parameters

    +
      +
    • +
      refOrLiteral: string
      +

      The attribute reference string or literal string.

      +
    • +
    • +
      Optional literal: boolean
      +

      it true the value should be treated as a literal.

      +
      Optional
    +

    Returns AttributeReference

    +
+
+

Properties

+
+ +
components: any
+
+ +
isValid: boolean
+
+ +
redactionName: string
+

When redacting attributes this name can be directly added to the list of +redactions.

+
+
+
+ +
invalidReference: AttributeReference
+

For use as invalid references when deserializing Flag/Segment data.

+
+
+
+

Accessors

+
+ +
    +
  • get depth(): number
  • +
  • +

    Returns number

+
+ +
    +
  • get isKind(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns boolean

+
+ +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      depth: number
    +

    Returns string

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.BasicLogger.html b/packages/sdk/cloudflare/docs/classes/platform-1.BasicLogger.html new file mode 100644 index 000000000..c03800df4 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.BasicLogger.html @@ -0,0 +1,442 @@ +BasicLogger | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A basic logger which handles filtering by level.

+

With the default options it will write to console.error +and it will use the formatting provided by console.error. +If the destination is overwritten, then it will use an included +formatter similar to util.format.

+

If a formatter is available, then that should be overridden +as well for performance.

+
+
+
+

Hierarchy

+
    +
  • BasicLogger
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
destination?: any
+
+ +
formatter?: any
+
+ +
log: any
+
+ +
logLevel: any
+
+ +
name: any
+
+ +
tryFormat: any
+
+ +
tryWrite: any
+
+

Methods

+
+ +
    + +
  • +

    The debug logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The error logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The info logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The warning logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    This should only be used as a default fallback and not as a convenient +solution. In most cases you should construct a new instance with the +appropriate options for your specific needs.

    +
    +

    Returns BasicLogger

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.ClientContext.html b/packages/sdk/cloudflare/docs/classes/platform-1.ClientContext.html new file mode 100644 index 000000000..d1812d9e1 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.ClientContext.html @@ -0,0 +1,319 @@ +ClientContext | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

The client context provides basic configuration and platform support which are required +when building SDK components.

+
+
+
+

Hierarchy

+
    +
  • ClientContext
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
basicConfiguration: BasicConfiguration
+

The SDK's basic global properties.

+
+
+
+ +
platform: Platform
+

Interfaces providing platform specific information and functionality.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.Context.html b/packages/sdk/cloudflare/docs/classes/platform-1.Context.html new file mode 100644 index 000000000..8518f0830 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.Context.html @@ -0,0 +1,568 @@ +Context | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Container for a context/contexts. Because contexts come from external code +they must be thoroughly validated and then formed to comply with +the type system.

+
+
+
+

Hierarchy

+
    +
  • Context
+
+
+
+ +
+
+

Constructors

+
+ +
    + +
  • +

    Contexts should be created using the static factory method Context.fromLDContext.

    +
    +

    Returns Context

    +
+
+

Properties

+
+ +
context?: any
+
+ +
contextForKind: any
+
+ +
contexts: any
+
+ +
isMulti: any
+
+ +
isUser: any
+
+ +
kind: string
+
+ +
message?: string
+
+ +
privateAttributeReferences?: any
+
+ +
valid: boolean
+

Is this a valid context. If a valid context cannot be created, then this flag will be true. +The validity of a context should be tested before it is used.

+
+
+
+ +
wasLegacy: any
+
+ +
contextForError: any
+
+ +
fromLegacyUser: any
+
+ +
fromMultiKindContext: any
+
+ +
fromSingleKindContext: any
+
+ +
getValueFromContext: any
+
+ +
userKind: string
+
+

Accessors

+
+ +
    +
  • get canonicalKey(): string
  • +
  • +

    Get the canonical key for this context.

    +
    +

    Returns string

    +
+
+ +
    +
  • get isMultiKind(): boolean
  • +
  • +

    True if this is a multi-kind context.

    +
    +

    Returns boolean

    +
+
+ +
    +
  • get kinds(): string[]
  • +
  • +

    Get the kinds of this context.

    +
    +

    Returns string[]

    +
+
+ +
    +
  • get kindsAndKeys(): Record<string, string>
  • +
  • +

    Get the kinds, and their keys, for this context.

    +
    +

    Returns Record<string, string>

    +
+
+ +
    +
  • get legacy(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +

    Get the underlying context objects from this context.

    +

    This method is intended to be used in event generation.

    +

    The returned objects should not be modified.

    +
    +

    Returns [string, LDContextCommon][]

    +
+
+ +
    + +
  • +

    Attempt to get a key for the specified kind.

    +
    +
    +

    Parameters

    +
      +
    • +
      Optional kind: string
      +

      The kind to get a key for.

      +
      Optional
    +

    Returns undefined | string

    The key for the specified kind, or undefined.

    + +
+
+ +
    + +
  • +

    Get the attribute references.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: string
    +

    Returns AttributeReference[]

    +
+
+ +
    + +
  • +

    Attempt to get a value for the given context kind using the given reference.

    +
    +
    +

    Parameters

    +
      +
    • +
      reference: AttributeReference
      +

      The reference to the value to get.

      +
    • +
    • +
      Optional kind: string
      +

      The kind of the context to get the value for.

      +
      Optional
    +

    Returns any

    a value or undefined if one is not found.

    + +
+
+ +
    + +
  • +

    Attempt to create a Context from an LDContext.

    +
    +
    +

    Parameters

    +
      +
    • +
      context: LDContext
      +

      The input context to create a Context from.

      +
    +

    Returns Context

    a Context, if the context was not valid, then the returned contexts valid +property will be false.

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.ContextFilter.html b/packages/sdk/cloudflare/docs/classes/platform-1.ContextFilter.html new file mode 100644 index 000000000..b5db0e191 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.ContextFilter.html @@ -0,0 +1,325 @@ +ContextFilter | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • ContextFilter
+
+
+
+ +
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns ContextFilter

+
+

Properties

+
+ +
allAttributesPrivate: any
+
+ +
filterSingleKind: any
+
+ +
getAttributesToFilter: any
+
+ +
privateAttributes: any
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns any

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.DateValidator.html b/packages/sdk/cloudflare/docs/classes/platform-1.DateValidator.html new file mode 100644 index 000000000..f39c9983d --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.DateValidator.html @@ -0,0 +1,304 @@ +DateValidator | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validate a value is a date. Values which are numbers are treated as dates and any string +which if compliant with time.RFC3339Nano is a date.

+
+
+
+

Hierarchy

+
    +
  • DateValidator
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns boolean

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.FactoryOrInstance.html b/packages/sdk/cloudflare/docs/classes/platform-1.FactoryOrInstance.html new file mode 100644 index 000000000..47e44e9d2 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.FactoryOrInstance.html @@ -0,0 +1,303 @@ +FactoryOrInstance | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validate a factory or instance.

+
+
+
+

Hierarchy

+
    +
  • FactoryOrInstance
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      factoryOrInstance: unknown
    +

    Returns boolean

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.Function.html b/packages/sdk/cloudflare/docs/classes/platform-1.Function.html new file mode 100644 index 000000000..47bcf2748 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.Function.html @@ -0,0 +1,303 @@ +Function | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validate a value is a function.

+
+
+
+

Hierarchy

+
    +
  • Function
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns u is ((...args) => void)

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.KindValidator.html b/packages/sdk/cloudflare/docs/classes/platform-1.KindValidator.html new file mode 100644 index 000000000..aefda361d --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.KindValidator.html @@ -0,0 +1,325 @@ +KindValidator | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validates that a string is a valid kind.

+
+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
expression: RegExp
+
+ +
typeOf: string
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns u is string

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.LDClientError.html b/packages/sdk/cloudflare/docs/classes/platform-1.LDClientError.html new file mode 100644 index 000000000..203d69830 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.LDClientError.html @@ -0,0 +1,364 @@ +LDClientError | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Error +
      +
    • LDClientError
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      message: string
    +

    Returns LDClientError

+
+

Properties

+
+ +
message: string
+
+ +
name: string
+
+ +
stack?: string
+
+ +
prepareStackTrace?: ((err, stackTraces) => any)
+
+

Type declaration

+
+
+ +
stackTraceLimit: number
+
+

Methods

+
+ +
    + +
  • +

    Create .stack property on a target object

    +
    +
    +

    Parameters

    +
      +
    • +
      targetObject: object
    • +
    • +
      Optional constructorOpt: Function
      Optional
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.LDFileDataSourceError.html b/packages/sdk/cloudflare/docs/classes/platform-1.LDFileDataSourceError.html new file mode 100644 index 000000000..c49a078ee --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.LDFileDataSourceError.html @@ -0,0 +1,364 @@ +LDFileDataSourceError | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Error +
      +
    • LDFileDataSourceError
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      message: string
    +

    Returns LDFileDataSourceError

+
+

Properties

+
+ +
message: string
+
+ +
name: string
+
+ +
stack?: string
+
+ +
prepareStackTrace?: ((err, stackTraces) => any)
+
+

Type declaration

+
+
+ +
stackTraceLimit: number
+
+

Methods

+
+ +
    + +
  • +

    Create .stack property on a target object

    +
    +
    +

    Parameters

    +
      +
    • +
      targetObject: object
    • +
    • +
      Optional constructorOpt: Function
      Optional
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.LDPollingError.html b/packages/sdk/cloudflare/docs/classes/platform-1.LDPollingError.html new file mode 100644 index 000000000..50adf132b --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.LDPollingError.html @@ -0,0 +1,373 @@ +LDPollingError | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Error +
      +
    • LDPollingError
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      message: string
    • +
    • +
      Optional status: number
      Optional
    +

    Returns LDPollingError

+
+

Properties

+
+ +
message: string
+
+ +
name: string
+
+ +
stack?: string
+
+ +
status?: number
+
+ +
prepareStackTrace?: ((err, stackTraces) => any)
+
+

Type declaration

+
+
+ +
stackTraceLimit: number
+
+

Methods

+
+ +
    + +
  • +

    Create .stack property on a target object

    +
    +
    +

    Parameters

    +
      +
    • +
      targetObject: object
    • +
    • +
      Optional constructorOpt: Function
      Optional
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.LDStreamingError.html b/packages/sdk/cloudflare/docs/classes/platform-1.LDStreamingError.html new file mode 100644 index 000000000..84b936d91 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.LDStreamingError.html @@ -0,0 +1,373 @@ +LDStreamingError | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Error +
      +
    • LDStreamingError
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      message: string
    • +
    • +
      Optional code: number
      Optional
    +

    Returns LDStreamingError

+
+

Properties

+
+ +
code?: number
+
+ +
message: string
+
+ +
name: string
+
+ +
stack?: string
+
+ +
prepareStackTrace?: ((err, stackTraces) => any)
+
+

Type declaration

+
+
+ +
stackTraceLimit: number
+
+

Methods

+
+ +
    + +
  • +

    Create .stack property on a target object

    +
    +
    +

    Parameters

    +
      +
    • +
      targetObject: object
    • +
    • +
      Optional constructorOpt: Function
      Optional
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.LDUnexpectedResponseError.html b/packages/sdk/cloudflare/docs/classes/platform-1.LDUnexpectedResponseError.html new file mode 100644 index 000000000..a356a7a18 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.LDUnexpectedResponseError.html @@ -0,0 +1,364 @@ +LDUnexpectedResponseError | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Error +
      +
    • LDUnexpectedResponseError
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
message: string
+
+ +
name: string
+
+ +
stack?: string
+
+ +
prepareStackTrace?: ((err, stackTraces) => any)
+
+

Type declaration

+
+
+ +
stackTraceLimit: number
+
+

Methods

+
+ +
    + +
  • +

    Create .stack property on a target object

    +
    +
    +

    Parameters

    +
      +
    • +
      targetObject: object
    • +
    • +
      Optional constructorOpt: Function
      Optional
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.NullableBoolean.html b/packages/sdk/cloudflare/docs/classes/platform-1.NullableBoolean.html new file mode 100644 index 000000000..bdee4ac04 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.NullableBoolean.html @@ -0,0 +1,303 @@ +NullableBoolean | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for type validation.

+
+
+
+

Hierarchy

+
    +
  • NullableBoolean
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns boolean

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.NumberWithMinimum.html b/packages/sdk/cloudflare/docs/classes/platform-1.NumberWithMinimum.html new file mode 100644 index 000000000..6c55397e4 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.NumberWithMinimum.html @@ -0,0 +1,329 @@ +NumberWithMinimum | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validate a value is a number and is greater or eval than a minimum.

+
+
+
+

Hierarchy

+
    +
  • Type<number> +
      +
    • NumberWithMinimum
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
min: number
+
+ +
typeOf: string
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns u is number

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.OptionMessages.html b/packages/sdk/cloudflare/docs/classes/platform-1.OptionMessages.html new file mode 100644 index 000000000..3b4e2178a --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.OptionMessages.html @@ -0,0 +1,404 @@ +OptionMessages | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Messages for issues which can be encountered from processing the configuration options.

+
+
+
+

Hierarchy

+
    +
  • OptionMessages
+
+
+
+ +
+
+

Constructors

+
+ +
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      oldName: string
    • +
    • +
      newName: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      name: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      name: string
    • +
    • +
      value: number
    • +
    • +
      min: number
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      name: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      name: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      name: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      name: string
    • +
    • +
      expectedType: string
    • +
    • +
      actualType: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      name: string
    • +
    • +
      actualType: string
    +

    Returns string

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.SafeLogger.html b/packages/sdk/cloudflare/docs/classes/platform-1.SafeLogger.html new file mode 100644 index 000000000..aaadaa7b4 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.SafeLogger.html @@ -0,0 +1,410 @@ +SafeLogger | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

The safeLogger logic exists because we allow the application to pass in a custom logger, but +there is no guarantee that the logger works correctly and if it ever throws exceptions there +could be serious consequences (e.g. an uncaught exception within an error event handler, due +to the SDK trying to log the error, can terminate the application). An exception could result +from faulty logic in the logger implementation, or it could be that this is not a logger at +all but some other kind of object; the former is handled by a catch block that logs an error +message to the SDK's default logger, and we can at least partly guard against the latter by +checking for the presence of required methods at configuration time.

+
+
+
+

Hierarchy

+
    +
  • SafeLogger
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +

    Construct a safe logger with the specified logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      logger: LDLogger
      +

      The logger to use.

      +
    • +
    • +
      fallback: LDLogger
      +

      A fallback logger to use in case an issue is encountered using +the provided logger.

      +
    +

    Returns SafeLogger

    +
+
+

Properties

+
+ +
fallback: any
+
+ +
log: any
+
+ +
logger: any
+
+

Methods

+
+ +
    + +
  • +

    The debug logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The error logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The info logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The warning logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.ServiceEndpoints.html b/packages/sdk/cloudflare/docs/classes/platform-1.ServiceEndpoints.html new file mode 100644 index 000000000..a21c05c43 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.ServiceEndpoints.html @@ -0,0 +1,311 @@ +ServiceEndpoints | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Specifies the base service URIs used by SDK components.

+
+
+
+

Hierarchy

+
    +
  • ServiceEndpoints
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      streaming: string
    • +
    • +
      polling: string
    • +
    • +
      Optional events: string
      Optional
    +

    Returns ServiceEndpoints

+
+

Properties

+
+ +
events: string
+
+ +
polling: string
+
+ +
streaming: string
+
+ +
DEFAULT_EVENTS: string
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.StringMatchingRegex.html b/packages/sdk/cloudflare/docs/classes/platform-1.StringMatchingRegex.html new file mode 100644 index 000000000..e56a6947b --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.StringMatchingRegex.html @@ -0,0 +1,331 @@ +StringMatchingRegex | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validate a value is a string and it matches the given expression.

+
+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
expression: RegExp
+
+ +
typeOf: string
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns u is string

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.Type.html b/packages/sdk/cloudflare/docs/classes/platform-1.Type.html new file mode 100644 index 000000000..3b1ab67eb --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.Type.html @@ -0,0 +1,344 @@ +Type | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validate a basic type.

+
+
+
+

Type Parameters

+
    +
  • +

    T

+
+

Hierarchy

+
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Type Parameters

    +
      +
    • +

      T

    +
    +

    Parameters

    +
      +
    • +
      typeName: string
    • +
    • +
      example: T
    +

    Returns Type<T>

+
+

Properties

+
+ +
typeName: any
+
+ +
typeOf: string
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns u is T

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.TypeArray.html b/packages/sdk/cloudflare/docs/classes/platform-1.TypeArray.html new file mode 100644 index 000000000..e5263514d --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.TypeArray.html @@ -0,0 +1,343 @@ +TypeArray | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Validate an array of the specified type.

+

This does not validate instances of types. All class instances +of classes will simply objects.

+
+
+
+

Type Parameters

+
    +
  • +

    T

+
+

Hierarchy

+
    +
  • TypeArray
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Type Parameters

    +
      +
    • +

      T

    +
    +

    Parameters

    +
      +
    • +
      typeName: string
    • +
    • +
      example: T
    +

    Returns TypeArray<T>

+
+

Properties

+
+ +
typeName: any
+
+ +
typeOf: string
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns u is T

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.TypeValidators.html b/packages/sdk/cloudflare/docs/classes/platform-1.TypeValidators.html new file mode 100644 index 000000000..32da7e45a --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.TypeValidators.html @@ -0,0 +1,399 @@ +TypeValidators | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A set of standard type validators.

+
+
+
+

Hierarchy

+
    +
  • TypeValidators
+
+
+
+ +
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
Boolean: Type<boolean>
+
+ +
+
+ +
Function: Function
+
+ +
+
+ +
NullableBoolean: NullableBoolean
+
+ +
Number: Type<number>
+
+ +
Object: Type<object>
+
+ +
ObjectOrFactory: FactoryOrInstance
+
+ +
String: Type<string>
+
+ +
StringArray: TypeArray<string>
+
+

Methods

+
+ +
    + +
  • +
    +

    Type Parameters

    +
      +
    • +

      T

    +
    +

    Parameters

    +
      +
    • +
      typeName: string
    • +
    • +
      example: T
    +

    Returns TypeArray<T>

+
+ +
+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.ClientMessages.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.ClientMessages.html new file mode 100644 index 000000000..023d7c0a9 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.ClientMessages.html @@ -0,0 +1,300 @@ +ClientMessages | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Messages for issues which can be encountered processing client requests.

+
+
+
+

Hierarchy

+
    +
  • ClientMessages
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
missingContextKeyNoEvent: "Context was unspecified or had no key; event will not be sent" = "Context was unspecified or had no key; event will not be sent"
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.DiagnosticsManager.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.DiagnosticsManager.html new file mode 100644 index 000000000..13241f635 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.DiagnosticsManager.html @@ -0,0 +1,416 @@ +DiagnosticsManager | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • DiagnosticsManager
+
+
+
+ +
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      sdkKey: string
    • +
    • +
      platform: Platform
    • +
    • +
      diagnosticInitConfig: any
    +

    Returns DiagnosticsManager

+
+

Properties

+
+ +
dataSinceDate: any
+
+ +
diagnosticInitConfig: any
+
+ +
id: any
+
+ +
platform: any
+
+ +
startTime: any
+
+ +
streamInits: any
+
+

Methods

+
+ +
    + +
  • +

    Creates the initial event that is sent by the event processor when the SDK starts up. This will +not be repeated during the lifetime of the SDK client.

    +
    +

    Returns DiagnosticInitEvent

    +
+
+ +
    + +
  • +

    Creates a periodic event containing time-dependent stats, and resets the state of the manager +with regard to those stats.

    +

    Note: the reason droppedEvents, deduplicatedUsers, and eventsInLastBatch are passed into this +function, instead of being properties of the DiagnosticsManager, is that the event processor is +the one who's calling this function and is also the one who's tracking those stats.

    +
    +
    +

    Parameters

    +
      +
    • +
      droppedEvents: number
    • +
    • +
      deduplicatedUsers: number
    • +
    • +
      eventsInLastBatch: number
    +

    Returns DiagnosticStatsEvent

    +
+
+ +
    + +
  • +

    Records a stream connection attempt (called by the stream processor).

    +
    +
    +

    Parameters

    +
      +
    • +
      timestamp: number
      +

      Time of the beginning of the connection attempt.

      +
    • +
    • +
      failed: boolean
      +

      True if the connection failed, or we got a read timeout before receiving a "put".

      +
    • +
    • +
      durationMillis: number
      +

      Elapsed time between starting timestamp and when we either gave up/lost +the connection or received a successful "put".

      +
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.EventFactoryBase.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.EventFactoryBase.html new file mode 100644 index 000000000..aaa612dab --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.EventFactoryBase.html @@ -0,0 +1,380 @@ +EventFactoryBase | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • EventFactoryBase
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      withReasons: boolean
    +

    Returns EventFactoryBase

+
+

Properties

+
+ +
withReasons: any
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      context: Context
    • +
    • +
      Optional data: any
      Optional
    • +
    • +
      Optional metricValue: number
      Optional
    • +
    • +
      Optional samplingRatio: number
      Optional
    +

    Returns InputCustomEvent

+
+ +
+
+ +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      key: string
    • +
    • +
      defVal: any
    • +
    • +
      context: Context
    +

    Returns InputEvalEvent

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.EventProcessor.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.EventProcessor.html new file mode 100644 index 000000000..4019c9095 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.EventProcessor.html @@ -0,0 +1,503 @@ +EventProcessor | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • EventProcessor
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns EventProcessor

+
+

Properties

+
+ +
capacity: any
+
+ +
contextDeduplicator?: any
+
+ +
contextFilter: any
+
+ +
deduplicatedUsers: any
+
+ +
diagnosticsManager?: any
+
+ +
diagnosticsTimer: any
+
+ +
droppedEvents: any
+
+ +
enqueue: any
+
+ +
eventSender: any
+
+ +
eventsInLastBatch: any
+
+ +
exceededCapacity: any
+
+ +
flushTimer: any
+
+ +
flushUsersTimer: any
+
+ +
lastKnownPastTime: any
+
+ +
logger?: any
+
+ +
makeOutputEvent: any
+
+ +
postDiagnosticEvent: any
+
+ +
queue: any
+
+ +
shouldDebugEvent: any
+
+ +
shutdown: any
+
+ +
summarizer: any
+
+ +
tryPostingEvents: any
+
+

Methods

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputCustomEvent.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputCustomEvent.html new file mode 100644 index 000000000..a90b27219 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputCustomEvent.html @@ -0,0 +1,353 @@ +InputCustomEvent | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • InputCustomEvent
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      context: Context
    • +
    • +
      key: string
    • +
    • +
      Optional data: any
      Optional
    • +
    • +
      Optional metricValue: number
      Optional
    • +
    • +
      Optional samplingRatio: number
      Optional
    +

    Returns InputCustomEvent

+
+

Properties

+
+ +
context: Context
+
+ +
creationDate: number
+
+ +
data?: any
+
+ +
key: string
+
+ +
kind: "custom" = "custom"
+
+ +
metricValue?: number
+
+ +
samplingRatio: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputEvalEvent.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputEvalEvent.html new file mode 100644 index 000000000..168aba75c --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputEvalEvent.html @@ -0,0 +1,425 @@ +InputEvalEvent | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • InputEvalEvent
+
+
+
+ +
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      withReasons: boolean
    • +
    • +
      context: Context
    • +
    • +
      key: string
    • +
    • +
      value: any
    • +
    • +
      defValue: any
    • +
    • +
      Optional version: number
      Optional
    • +
    • +
      Optional variation: number
      Optional
    • +
    • +
      Optional trackEvents: boolean
      Optional
    • +
    • +
      Optional prereqOf: string
      Optional
    • +
    • +
      Optional reason: LDEvaluationReason
      Optional
    • +
    • +
      Optional debugEventsUntilDate: number
      Optional
    • +
    • +
      Optional excludeFromSummaries: boolean
      Optional
    • +
    • +
      Optional samplingRatio: number
      Optional
    +

    Returns InputEvalEvent

+
+

Properties

+
+ +
context: Context
+
+ +
creationDate: number
+
+ +
debugEventsUntilDate?: number
+
+ +
default: any
+
+ +
excludeFromSummaries?: boolean
+
+ +
key: string
+
+ +
kind: "feature" = "feature"
+
+ +
prereqOf?: string
+
+ +
+
+ +
samplingRatio: number
+
+ +
trackEvents?: boolean
+
+ +
value: any
+
+ +
variation?: number
+
+ +
version?: number
+
+ +
withReasons: boolean
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputIdentifyEvent.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputIdentifyEvent.html new file mode 100644 index 000000000..f4ec0d826 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.InputIdentifyEvent.html @@ -0,0 +1,326 @@ +InputIdentifyEvent | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • InputIdentifyEvent
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      context: Context
    • +
    • +
      Optional samplingRatio: number
      Optional
    +

    Returns InputIdentifyEvent

+
+

Properties

+
+ +
context: Context
+
+ +
creationDate: number
+
+ +
kind: "identify" = "identify"
+
+ +
samplingRatio: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.NullEventProcessor.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.NullEventProcessor.html new file mode 100644 index 000000000..c75bb72bb --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.NullEventProcessor.html @@ -0,0 +1,326 @@ +NullEventProcessor | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • NullEventProcessor
+
+

Implements

+
+
+
+
+ +
+
+

Constructors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +

    Returns Promise<void>

+
+ +
    + +
  • +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/classes/platform-1.internal.StreamingProcessor.html b/packages/sdk/cloudflare/docs/classes/platform-1.internal.StreamingProcessor.html new file mode 100644 index 000000000..bfe009b55 --- /dev/null +++ b/packages/sdk/cloudflare/docs/classes/platform-1.internal.StreamingProcessor.html @@ -0,0 +1,434 @@ +StreamingProcessor | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • StreamingProcessor
+
+

Implements

+
    +
  • LDStreamProcessor
+
+
+
+ +
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
connectionAttemptStartTime?: any
+
+ +
diagnosticsManager?: any
+
+ +
errorHandler?: any
+
+ +
eventSource?: any
+
+ +
headers: any
+
+ +
listeners: any
+
+ +
logConnectionResult: any
+
+ +
logConnectionStarted: any
+
+ +
logger?: any
+
+ +
requests: any
+
+ +
streamInitialReconnectDelay: any
+
+ +
streamUri: any
+
+

Methods

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/enums/LDConsistencyCheck.html b/packages/sdk/cloudflare/docs/enums/LDConsistencyCheck.html new file mode 100644 index 000000000..92b658d1c --- /dev/null +++ b/packages/sdk/cloudflare/docs/enums/LDConsistencyCheck.html @@ -0,0 +1,201 @@ +LDConsistencyCheck | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Enumeration LDConsistencyCheck

+
+

Used for reporting the state of a consistency check.

+
+
+
+
+
+ +
+
+

Enumeration Members

+
+
+

Enumeration Members

+
+ +
Consistent: 1
+
+ +
Inconsistent: 0
+
+ +
NotChecked: 2
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/enums/LDExecution.html b/packages/sdk/cloudflare/docs/enums/LDExecution.html new file mode 100644 index 000000000..e63e3f4ba --- /dev/null +++ b/packages/sdk/cloudflare/docs/enums/LDExecution.html @@ -0,0 +1,203 @@ +LDExecution | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Enumeration LDExecution

+
+

Tag used to determine if execution should be serial or concurrent. +Callers should not need to use this directly.

+
+
+
+
+
+ +
+
+

Enumeration Members

+
+
+

Enumeration Members

+
+ +
Concurrent: 1
+

Execution will be concurrent. The execution of the read methods will be +started and then resolved concurrently.

+
+
+
+ +
Serial: 0
+

Execution will be serial. One read method will be executed fully before +the other read method.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/enums/LDExecutionOrdering.html b/packages/sdk/cloudflare/docs/enums/LDExecutionOrdering.html new file mode 100644 index 000000000..e17d13b29 --- /dev/null +++ b/packages/sdk/cloudflare/docs/enums/LDExecutionOrdering.html @@ -0,0 +1,195 @@ +LDExecutionOrdering | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Enumeration LDExecutionOrdering

+
+

When execution is sequential this enum is used to control if execution +should be in a fixed or random order.

+
+
+
+
+
+ +
+
+

Enumeration Members

+
+
+

Enumeration Members

+
+ +
Fixed: 0
+
+ +
Random: 1
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/enums/LDMigrationStage.html b/packages/sdk/cloudflare/docs/enums/LDMigrationStage.html new file mode 100644 index 000000000..0e532ccba --- /dev/null +++ b/packages/sdk/cloudflare/docs/enums/LDMigrationStage.html @@ -0,0 +1,242 @@ +LDMigrationStage | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Enumeration LDMigrationStage

+
+

Stage denotes one of six possible stages a technology migration could be a +part of, progressing through the following order.

+

Off -> DualWrite -> Shadow -> Live -> RampDown -> Complete

+
+
+
+
+
+ +
+
+

Enumeration Members

+
+
+

Enumeration Members

+
+ +
Complete: "complete"
+

Complete - migration is done

+
+
+
+ +
DualWrite: "dualwrite"
+

DualWrite - write to both "old" and "new", "old" is authoritative for reads

+
+
+
+ +
Live: "live"
+

Live - both "new" and "old" versions run with a preference for "new"

+
+
+
+ +
Off: "off"
+

Off - migration hasn't started, "old" is authoritative for reads and writes

+
+
+
+ +
RampDown: "rampdown"
+

RampDown - only read from "new", write to "old" and "new"

+
+
+
+ +
Shadow: "shadow"
+

Shadow - both "new" and "old" versions run with a preference for "old"

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/enums/platform-1.internal.ErrorKinds.html b/packages/sdk/cloudflare/docs/enums/platform-1.internal.ErrorKinds.html new file mode 100644 index 000000000..7027c1b43 --- /dev/null +++ b/packages/sdk/cloudflare/docs/enums/platform-1.internal.ErrorKinds.html @@ -0,0 +1,311 @@ +ErrorKinds | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Different kinds of error which may be encountered during evaluation.

+
+
+
+
+
+ +
+
+

Enumeration Members

+
+ +
ClientNotReady: "CLIENT_NOT_READY"
+
+ +
FlagNotFound: "FLAG_NOT_FOUND"
+
+ +
MalformedFlag: "MALFORMED_FLAG"
+
+ +
UserNotSpecified: "USER_NOT_SPECIFIED"
+
+ +
WrongType: "WRONG_TYPE"
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDDeliveryStatus.html b/packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDDeliveryStatus.html new file mode 100644 index 000000000..08aca8a6a --- /dev/null +++ b/packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDDeliveryStatus.html @@ -0,0 +1,282 @@ +LDDeliveryStatus | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
+
+ +
+
+

Enumeration Members

+
+
+

Enumeration Members

+
+ +
Failed: 1
+
+ +
FailedAndMustShutDown: 2
+
+ +
Succeeded: 0
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDEventType.html b/packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDEventType.html new file mode 100644 index 000000000..e9493028f --- /dev/null +++ b/packages/sdk/cloudflare/docs/enums/platform-1.subsystem.LDEventType.html @@ -0,0 +1,275 @@ +LDEventType | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
+
+ +
+
+

Enumeration Members

+
+
+

Enumeration Members

+
+ +
AnalyticsEvents: 0
+
+ +
DiagnosticEvent: 1
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/IsMigrationStage.html b/packages/sdk/cloudflare/docs/functions/IsMigrationStage.html new file mode 100644 index 000000000..6432bd1c8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/IsMigrationStage.html @@ -0,0 +1,178 @@ +IsMigrationStage | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +

    Check if the given string is a migration stage.

    +
    +
    +

    Parameters

    +
      +
    • +
      value: string
      +

      The string to check.

      +
    +

    Returns boolean

    True if the string is a migration stage.

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/LDMigrationError.html b/packages/sdk/cloudflare/docs/functions/LDMigrationError.html new file mode 100644 index 000000000..c0a81bb5f --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/LDMigrationError.html @@ -0,0 +1,183 @@ +LDMigrationError | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +

    Report a failed migration operation from readNew, readOld, writeNew or writeOld.

    +
    readNew: async () => {
    const myResult = doMyOldRead();
    if(myResult.wasGood) {
    return LDMigrationSuccess(myResult);
    }
    return LDMigrationError(myResult.error)
    } +
    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
    +

    Returns {
        error: Error;
        success: false;
    }

    An LDMethodResult

    + +
      +
    • +
      error: Error
    • +
    • +
      success: false
    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/LDMigrationSuccess.html b/packages/sdk/cloudflare/docs/functions/LDMigrationSuccess.html new file mode 100644 index 000000000..7cf267e8b --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/LDMigrationSuccess.html @@ -0,0 +1,185 @@ +LDMigrationSuccess | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +

    Report a successful migration operation from readNew, readOld, writeNew or writeOld.

    +
    readNew: async () => {
    const myResult = doMyOldRead();
    if(myResult.wasGood) {
    return LDMigrationSuccess(myResult);
    }
    return LDMigrationError(myResult.error)
    } +
    +
    +
    +

    Type Parameters

    +
      +
    • +

      TResult

    +
    +

    Parameters

    +
      +
    • +
      result: TResult
      +

      The result of the operation.

      +
    +

    Returns LDMethodResult<TResult>

    An LDMethodResult

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/createMigration.html b/packages/sdk/cloudflare/docs/functions/createMigration.html new file mode 100644 index 000000000..15e942aad --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/createMigration.html @@ -0,0 +1,185 @@ +createMigration | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Type Parameters

    +
      +
    • +

      TMigrationRead

    • +
    • +

      TMigrationWrite

    • +
    • +

      TMigrationReadInput = any

    • +
    • +

      TMigrationWriteInput = any

    +
    +

    Parameters

    +
      +
    • +
      client: LDClient
    • +
    • +
      config: LDMigrationOptions<TMigrationRead, TMigrationWrite, TMigrationReadInput, TMigrationWriteInput>
    +

    Returns LDMigration<TMigrationRead, TMigrationWrite, TMigrationReadInput, TMigrationWriteInput>

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/deserializePoll.html b/packages/sdk/cloudflare/docs/functions/deserializePoll.html new file mode 100644 index 000000000..74c97cdc6 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/deserializePoll.html @@ -0,0 +1,180 @@ +deserializePoll | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +

    This function is intended for usage inside LaunchDarkly SDKs. +This function should NOT be used by customer applications. +This function may be changed or removed without a major version.

    +
    +
    +

    Parameters

    +
      +
    • +
      data: string
      +

      String data from launchdarkly.

      +
    +

    Returns FlagsAndSegments | undefined

    The parsed and processed data.

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/init.html b/packages/sdk/cloudflare/docs/functions/init.html new file mode 100644 index 000000000..ad07c46cc --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/init.html @@ -0,0 +1,193 @@ +init | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +

    Creates an instance of the Cloudflare LaunchDarkly client.

    +

    Applications should instantiate a single instance for the lifetime of the worker. +The client will begin attempting to connect to the configured Cloudflare KV as +soon as it is created. To determine when it is ready to use, call LDClient.waitForInitialization.

    +

    Important: Do not try to instantiate LDClient with its constructor +(new LDClient()/new LDClientImpl()/new LDClient()); the SDK does not currently support +this.

    +
    +
    +

    Parameters

    +
      +
    • +
      sdkKey: string
      +

      The client side SDK key. This is only used to query the kvNamespace above, + not to connect with LaunchDarkly servers.

      +
    • +
    • +
      kvNamespace: KVNamespace<string>
      +

      The Cloudflare KV configured for LaunchDarkly.

      +
    • +
    • +
      options: LDOptions = {}
      +

      Optional configuration settings. The only supported option is logger.

      +
    +

    Returns LDClient

    The new LDClient instance.

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.clone.html b/packages/sdk/cloudflare/docs/functions/platform-1.clone.html new file mode 100644 index 000000000..6704bc893 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.clone.html @@ -0,0 +1,247 @@ +clone | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      obj: any
    +

    Returns any

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.createSafeLogger.html b/packages/sdk/cloudflare/docs/functions/platform-1.createSafeLogger.html new file mode 100644 index 000000000..8879c3c2f --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.createSafeLogger.html @@ -0,0 +1,247 @@ +createSafeLogger | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.defaultHeaders.html b/packages/sdk/cloudflare/docs/functions/platform-1.defaultHeaders.html new file mode 100644 index 000000000..f60a234f4 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.defaultHeaders.html @@ -0,0 +1,251 @@ +defaultHeaders | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
    +

    Returns LDHeaders

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.httpErrorMessage.html b/packages/sdk/cloudflare/docs/functions/platform-1.httpErrorMessage.html new file mode 100644 index 000000000..825d00a83 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.httpErrorMessage.html @@ -0,0 +1,256 @@ +httpErrorMessage | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      err: {
          message: string;
          status: number;
      }
      +
        +
      • +
        message: string
      • +
      • +
        status: number
    • +
    • +
      context: string
    • +
    • +
      Optional retryMessage: string
      Optional
    +

    Returns string

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.internal.createErrorEvaluationDetail.html b/packages/sdk/cloudflare/docs/functions/platform-1.internal.createErrorEvaluationDetail.html new file mode 100644 index 000000000..9e73b7d26 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.internal.createErrorEvaluationDetail.html @@ -0,0 +1,282 @@ +createErrorEvaluationDetail | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      errorKind: ErrorKinds
    • +
    • +
      Optional def: any
      Optional
    +

    Returns {
        reason: {
            errorKind: ErrorKinds;
            kind: string;
        };
        value: any;
        variationIndex: null;
    }

    +
      +
    • +
      reason: {
          errorKind: ErrorKinds;
          kind: string;
      }
      +
    • +
    • +
      value: any
    • +
    • +
      variationIndex: null
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.internal.createSuccessEvaluationDetail.html b/packages/sdk/cloudflare/docs/functions/platform-1.internal.createSuccessEvaluationDetail.html new file mode 100644 index 000000000..c6a211280 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.internal.createSuccessEvaluationDetail.html @@ -0,0 +1,279 @@ +createSuccessEvaluationDetail | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      value: any
    • +
    • +
      Optional variationIndex: number
      Optional
    • +
    • +
      Optional reason: LDEvaluationReason
      Optional
    +

    Returns {
        reason: null | LDEvaluationReason;
        value: any;
        variationIndex: null | number;
    }

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.internal.shouldSample.html b/packages/sdk/cloudflare/docs/functions/platform-1.internal.shouldSample.html new file mode 100644 index 000000000..3b3072f28 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.internal.shouldSample.html @@ -0,0 +1,272 @@ +shouldSample | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +

    The contents of this file are for event sampling. They are not used for +any purpose requiring cryptographic security.

    +
    +
    +

    Parameters

    +
      +
    • +
      ratio: number
    +

    Returns boolean

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.isHttpRecoverable.html b/packages/sdk/cloudflare/docs/functions/platform-1.isHttpRecoverable.html new file mode 100644 index 000000000..24bd535d8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.isHttpRecoverable.html @@ -0,0 +1,247 @@ +isHttpRecoverable | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      status: number
    +

    Returns boolean

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.noop.html b/packages/sdk/cloudflare/docs/functions/platform-1.noop.html new file mode 100644 index 000000000..2093141fa --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.noop.html @@ -0,0 +1,242 @@ +noop | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.secondsToMillis.html b/packages/sdk/cloudflare/docs/functions/platform-1.secondsToMillis.html new file mode 100644 index 000000000..26884c38e --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.secondsToMillis.html @@ -0,0 +1,247 @@ +secondsToMillis | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      sec: number
    +

    Returns number

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/functions/platform-1.sleep.html b/packages/sdk/cloudflare/docs/functions/platform-1.sleep.html new file mode 100644 index 000000000..67e6d02c7 --- /dev/null +++ b/packages/sdk/cloudflare/docs/functions/platform-1.sleep.html @@ -0,0 +1,247 @@ +sleep | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      Optional delayMillis: number
      Optional
    +

    Returns Promise<unknown>

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/index.html b/packages/sdk/cloudflare/docs/index.html new file mode 100644 index 000000000..5910d097f --- /dev/null +++ b/packages/sdk/cloudflare/docs/index.html @@ -0,0 +1,549 @@ +@launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+

@launchdarkly/cloudflare-server-sdk - v2.2.2

+
+

This is the API reference for the Cloudflare LaunchDarkly SDK.

+

In typical usage, you will call init once at startup time to obtain an instance of +LDClient, which provides access to all of the SDK's functionality.

+

For more information, see the SDK reference guide.

+
+
+
+
+
+ +
+
+

References

+
+
+

Namespaces

+
+
+

Enumerations

+
+
+

Classes

+
+
+

Interfaces

+
+
+

Type Aliases

+
+
+

Functions

+
+
+

References

+
+Re-exports ApplicationTags
+
+Re-exports AttributeReference
+
+Re-exports BasicLogger
+
+Re-exports BasicLoggerOptions
+
+Re-exports ClientContext
+
+Re-exports Context
+
+Re-exports ContextFilter
+
+Re-exports Crypto
+
+Re-exports DataKind
+
+Re-exports DateValidator
+
+Re-exports Encoding
+
+Re-exports EventListener
+
+Re-exports EventName
+
+Re-exports EventSource
+
+Re-exports EventSourceInitDict
+
+Re-exports FactoryOrInstance
+
+Re-exports Filesystem
+
+Re-exports Function
+
+Re-exports Hasher
+
+Re-exports Headers
+
+Re-exports Hmac
+
+Re-exports Info
+
+Re-exports KindValidator
+
+Re-exports LDClientContext
+
+Re-exports LDClientError
+
+Re-exports LDContext
+
+Re-exports LDContextCommon
+
+Re-exports LDContextMeta
+
+Re-exports LDEvaluationDetail
+
+Re-exports LDEvaluationDetailTyped
+
+Re-exports LDEvaluationReason
+
+Re-exports LDFeatureStore
+
+Re-exports LDFeatureStoreDataStorage
+
+Re-exports LDFeatureStoreItem
+
+Re-exports LDFeatureStoreKindData
+
+Re-exports LDFileDataSourceError
+
+Re-exports LDFlagSet
+
+Re-exports LDFlagValue
+
+Re-exports LDHeaders
+
+Re-exports LDKeyedFeatureStoreItem
+
+Re-exports LDLogLevel
+
+Re-exports LDLogger
+
+Re-exports LDMultiKindContext
+
+Re-exports LDPollingError
+
+Re-exports LDSingleKindContext
+
+Re-exports LDStreamingError
+
+Re-exports LDUnexpectedResponseError
+
+Re-exports LDUser
+
+Re-exports NullableBoolean
+
+Re-exports NumberWithMinimum
+
+Re-exports OptionMessages
+
+Re-exports Options
+
+Re-exports Platform
+
+Re-exports PlatformData
+
+Re-exports ProcessStreamResponse
+
+Re-exports Requests
+
+Re-exports Response
+
+Re-exports SafeLogger
+
+Re-exports SdkData
+
+Re-exports ServiceEndpoints
+
+Re-exports StringMatchingRegex
+
+Re-exports Type
+
+Re-exports TypeArray
+
+Re-exports TypeValidator
+
+Re-exports TypeValidators
+
+Re-exports VoidFunction
+
+Re-exports WatchHandle
+
+Re-exports clone
+
+Re-exports createSafeLogger
+
+Re-exports defaultHeaders
+
+Re-exports httpErrorMessage
+
+Re-exports internal
+
+Re-exports isHttpRecoverable
+
+Re-exports noop
+
+Re-exports secondsToMillis
+
+Re-exports sleep
+
+Re-exports subsystem
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/EdgeProvider.html b/packages/sdk/cloudflare/docs/interfaces/EdgeProvider.html new file mode 100644 index 000000000..d6cb5bc2a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/EdgeProvider.html @@ -0,0 +1,200 @@ +EdgeProvider | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • EdgeProvider
+
+
+
+ +
+
+

Properties

+
get +
+
+

Properties

+
+ +
get: ((rootKey) => Promise<undefined | null | string>)
+
+

Type declaration

+
    +
  • +
      +
    • (rootKey): Promise<undefined | null | string>
    • +
    • +
      +

      Parameters

      +
        +
      • +
        rootKey: string
      +

      Returns Promise<undefined | null | string>

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDBigSegmentsOptions.html b/packages/sdk/cloudflare/docs/interfaces/LDBigSegmentsOptions.html new file mode 100644 index 000000000..92ebb179d --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDBigSegmentsOptions.html @@ -0,0 +1,287 @@ +LDBigSegmentsOptions | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDBigSegmentsOptions

+
+

Additional parameters for configuring the SDK's Big Segments behavior.

+

Big Segments are a specific type of user segments. For more information, read the LaunchDarkly +documentation: https://docs.launchdarkly.com/home/users/big-segments

+
+
+

See

LDOptions.bigSegments

+
+
+

Hierarchy

+
    +
  • LDBigSegmentsOptions
+
+
+
+ +
+
+

Properties

+
+ +
staleAfter?: number
+

The maximum length of time between updates of the Big Segments data before the data is +considered out of date, in seconds.

+

Normally, the LaunchDarkly Relay Proxy updates a timestamp in the Big Segment store at +intervals to confirm that it is still in sync with the LaunchDarkly data, even if there have +been no changes to the store. +If the timestamp falls behind the current time by the amount specified in staleAfter, the +SDK assumes that something is not working correctly in this process and that the data may not +be accurate.

+

While in a stale state, the SDK will still continue using the last known data, but the status +from +interfaces.BigSegmentStoreStatusProvider.getStatus will have stale: true, and any +LDEvaluationReason generated from a feature flag that references a Big Segment will +have a bigSegmentsStatus of "STALE".

+

If not specified, the default value is 120 (two minutes). Zero or negative values are changed +to the default.

+
+
+
+ +
statusPollInterval?: number
+

The interval at which the SDK will poll the Big Segment store to make sure it is available +and to determine how long ago it was updated, in seconds.

+

If not specified, the default value is 5. Zero or negative values are changed to the default.

+
+
+
+ +
store: ((clientContext) => BigSegmentStore)
+
+

Type declaration

+
    +
  • +
      +
    • (clientContext): BigSegmentStore
    • +
    • +

      Specifies the storage component that provides Big Segments data.

      +

      This property is mandatory. It must be obtained from one of the SDK's database integrations, +such as https://github.com/launchdarkly/node-server-sdk-redis. You will normally specify a +database implementation that matches how the LaunchDarkly Relay Proxy is configured, since the +Relay Proxy manages the Big Segment data.

      +
      +
      +

      Parameters

      +
      +

      Returns BigSegmentStore

      +
+
+ +
userCacheSize?: number
+

The maximum number of users whose Big Segment state will be cached by the SDK at any given +time.

+

To reduce database traffic, the SDK maintains a least-recently-used cache by user key. When a +feature flag that references a Big Segment is evaluated for some user who is not currently in +the cache, the SDK queries the database for all Big Segment memberships of that user, and +stores them together in a single cache entry. If the cache is full, the oldest entry is +dropped.

+

A higher value for userCacheSize means that database queries for Big Segments will be done +less often for recently-referenced users, if the application has many users, at the cost of +increased memory used by the cache.

+

Cache entries can also expire based on the setting of userCacheTime.

+

If not specified, the default value is 1000.

+
+
+
+ +
userCacheTime?: number
+

The maximum length of time that the Big Segment state for a user will be cached by the SDK, +in seconds.

+

See userCacheSize for more about this cache. A higher value for userCacheTime means +that database queries for the Big Segment state of any given user will be done less often, but +that changes to segment membership may not be detected as soon.

+

If not specified, the default value is 5. Negative values are changed to the default.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDFlagsState.html b/packages/sdk/cloudflare/docs/interfaces/LDFlagsState.html new file mode 100644 index 000000000..7907548b1 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDFlagsState.html @@ -0,0 +1,276 @@ +LDFlagsState | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

An object that contains the state of all feature flags, generated by LDClient.allFlagsState.

+
+
+
+

Hierarchy

+
    +
  • LDFlagsState
+
+
+
+ +
+
+

Properties

+
+
+

Methods

+
+
+

Properties

+
+ +
valid: boolean
+

True if this object contains a valid snapshot of feature flag state, or false if the +state could not be computed (for instance, because the client was offline or there +was no user).

+
+
+
+

Methods

+
+ +
    + +
  • +

    Returns a map of feature flag keys to values. If a flag would have evaluated to the +default value, its value will be null.

    +

    Do not use this method if you are passing data to the front end to "bootstrap" the +JavaScript client. Instead, use toJSON.

    +
    +

    Returns LDFlagSet

    +
+
+ +
    + +
  • +

    Returns the evaluation reason for a feature flag at the time the state was recorded. +It will be null if reasons were not recorded, or if there was no such flag.

    +
    +
    +

    Parameters

    +
      +
    • +
      key: string
      +

      The flag key.

      +
    +

    Returns null | LDEvaluationReason

    +
+
+ +
    + +
  • +

    Returns the value of an individual feature flag at the time the state was recorded. +It will be null if the flag returned the default value, or if there was no such flag.

    +
    +
    +

    Parameters

    +
      +
    • +
      key: string
      +

      The flag key.

      +
    +

    Returns any

    +
+
+ +
    + +
  • +

    Returns a Javascript representation of the entire state map, in the format used by +the Javascript SDK. Use this method if you are passing data to the front end in +order to "bootstrap" the JavaScript client.

    +

    Do not rely on the exact shape of this data, as it may change in future to support +the needs of the JavaScript client.

    +
    +

    Returns object

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDFlagsStateOptions.html b/packages/sdk/cloudflare/docs/interfaces/LDFlagsStateOptions.html new file mode 100644 index 000000000..ef4ffa6a3 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDFlagsStateOptions.html @@ -0,0 +1,219 @@ +LDFlagsStateOptions | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDFlagsStateOptions

+
+

Optional settings that can be passed to LDClient.allFlagsState.

+
+
+
+

Hierarchy

+
    +
  • LDFlagsStateOptions
+
+
+
+ +
+
+

Properties

+
+ +
clientSideOnly?: boolean
+

True if the state should include only flags that have been marked for use with the +client-side SDK. By default, all flags are included.

+
+
+
+ +
detailsOnlyForTrackedFlags?: boolean
+

True if any flag metadata that is normally only used for event generation-- such as flag +versions and evaluation reasons-- should be omitted for any flag that does not have event +tracking or debugging turned on. This reduces the size of the JSON data if you are passing the +flag state to the front end.

+
+
+
+ +
withReasons?: boolean
+

True if evaluation reason data should be captured in the state object (see +LDClient.variationDetail). By default, it is not.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigration.html b/packages/sdk/cloudflare/docs/interfaces/LDMigration.html new file mode 100644 index 000000000..c8cc9a9f3 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigration.html @@ -0,0 +1,259 @@ +LDMigration | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigration<TMigrationRead, TMigrationWrite, TMigrationReadInput, TMigrationWriteInput>

+
+

Interface representing a migration.

+
+
+
+

Type Parameters

+
    +
  • +

    TMigrationRead

  • +
  • +

    TMigrationWrite

  • +
  • +

    TMigrationReadInput = any

  • +
  • +

    TMigrationWriteInput = any

+
+

Hierarchy

+
    +
  • LDMigration
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    Perform a read using the migration.

    +
    +
    +

    Parameters

    +
      +
    • +
      key: string
      +

      The key of the flag controlling the migration.

      +
    • +
    • +
      context: LDContext
      +

      The context requesting the flag. The client will generate an analytics event to + register this context with LaunchDarkly if the context does not already exist.

      +
    • +
    • +
      defaultValue: LDMigrationStage
      +

      The default migration step. Used if the value is not available from +LaunchDarkly.

      +
    • +
    • +
      Optional payload: TMigrationReadInput
      Optional
    +

    Returns Promise<LDMigrationReadResult<TMigrationRead>>

    +
+
+ +
    + +
  • +

    Perform a write using the migration.

    +
    +
    +

    Parameters

    +
      +
    • +
      key: string
      +

      The key of the flag controlling the migration.

      +
    • +
    • +
      context: LDContext
      +

      The context requesting the flag. The client will generate an analytics event to + register this context with LaunchDarkly if the context does not already exist.

      +
    • +
    • +
      defaultValue: LDMigrationStage
      +

      The default migration step. Used if the value is not available from +LaunchDarkly.

      +
    • +
    • +
      Optional payload: TMigrationWriteInput
      Optional
    +

    Returns Promise<LDMigrationWriteResult<TMigrationWrite>>

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationConsistencyMeasurement.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationConsistencyMeasurement.html new file mode 100644 index 000000000..3db2ad6f5 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationConsistencyMeasurement.html @@ -0,0 +1,201 @@ +LDMigrationConsistencyMeasurement | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationConsistencyMeasurement

+
+

Hierarchy

+
    +
  • LDMigrationConsistencyMeasurement
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
key: "consistent"
+
+ +
samplingRatio: number
+
+ +
value: boolean
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationErrorMeasurement.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationErrorMeasurement.html new file mode 100644 index 000000000..5c14bd157 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationErrorMeasurement.html @@ -0,0 +1,201 @@ +LDMigrationErrorMeasurement | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationErrorMeasurement

+
+

Hierarchy

+
    +
  • LDMigrationErrorMeasurement
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
key: "error"
+
+ +
values: {
    new?: boolean;
    old?: boolean;
}
+
+

Type declaration

+
    +
  • +
    Optional new?: boolean
  • +
  • +
    Optional old?: boolean
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationEvaluation.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationEvaluation.html new file mode 100644 index 000000000..75e7e245f --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationEvaluation.html @@ -0,0 +1,227 @@ +LDMigrationEvaluation | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationEvaluation

+
+

Component of an LDMigrationOpEvent which tracks information about the +evaluation of the migration flag.

+
+
+
+

Hierarchy

+
    +
  • LDMigrationEvaluation
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
+
+ +
key: string
+
+ +
+
+ +
+
+ +
variation?: number
+
+ +
version?: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationInvokedMeasurement.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationInvokedMeasurement.html new file mode 100644 index 000000000..de9ba895a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationInvokedMeasurement.html @@ -0,0 +1,201 @@ +LDMigrationInvokedMeasurement | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationInvokedMeasurement

+
+

Hierarchy

+
    +
  • LDMigrationInvokedMeasurement
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
key: "invoked"
+
+ +
values: {
    new?: boolean;
    old?: boolean;
}
+
+

Type declaration

+
    +
  • +
    Optional new?: boolean
  • +
  • +
    Optional old?: boolean
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationLatencyMeasurement.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationLatencyMeasurement.html new file mode 100644 index 000000000..8b815744c --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationLatencyMeasurement.html @@ -0,0 +1,201 @@ +LDMigrationLatencyMeasurement | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationLatencyMeasurement

+
+

Hierarchy

+
    +
  • LDMigrationLatencyMeasurement
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
key: "latency_ms"
+
+ +
values: {
    new?: number;
    old?: number;
}
+
+

Type declaration

+
    +
  • +
    Optional new?: number
  • +
  • +
    Optional old?: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationOpEvent.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationOpEvent.html new file mode 100644 index 000000000..e3cdbedb8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationOpEvent.html @@ -0,0 +1,235 @@ +LDMigrationOpEvent | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationOpEvent

+
+

Event used to track information about a migration operation.

+

Generally this event should not be created directly and instead an +LDMigrationOpTracker should be used to generate it.

+
+
+
+

Hierarchy

+
    +
  • LDMigrationOpEvent
+
+
+
+ +
+
+

Properties

+
+ +
contextKeys: Record<string, string>
+
+ +
creationDate: number
+
+ +
+
+ +
kind: "migration_op"
+
+ +
measurements: LDMigrationMeasurement[]
+
+ +
operation: LDMigrationOp
+
+ +
samplingRatio: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationOptions.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationOptions.html new file mode 100644 index 000000000..00b00615a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationOptions.html @@ -0,0 +1,373 @@ +LDMigrationOptions | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationOptions<TMigrationRead, TMigrationWrite, TMigrationReadInput, TMigrationWriteInput>

+
+

Configuration for a migration.

+
+
+
+

Type Parameters

+
    +
  • +

    TMigrationRead

  • +
  • +

    TMigrationWrite

  • +
  • +

    TMigrationReadInput

  • +
  • +

    TMigrationWriteInput

+
+

Hierarchy

+
    +
  • LDMigrationOptions
+
+
+
+ +
+
+

Properties

+
+ +
check?: ((a, b) => boolean)
+
+

Type declaration

+
    +
  • +
      +
    • (a, b): boolean
    • +
    • +

      Method used to do consistency checks for read operations. After a read operation, during which both data sources +are read from, a check of read consistency may be done using this method.

      +
      +
      +

      Parameters

      +
        +
      • +
        a: TMigrationRead
      • +
      • +
        b: TMigrationRead
      +

      Returns boolean

      +
+
+ +
errorTracking?: boolean
+

Configure the error tracking for the migration.

+

Defaults to true.

+
+
+
+ + +

Configure how the migration should execute. If omitted the execution will +be concurrent.

+
+
+
+ +
latencyTracking?: boolean
+

Configure the latency tracking for the migration.

+

Defaults to true.

+
+
+
+ +
readNew: ((payload?) => Promise<LDMethodResult<TMigrationRead>>)
+
+

Type declaration

+
    +
  • +
      +
    • (payload?): Promise<LDMethodResult<TMigrationRead>>
    • +
    • +

      Implementation which provides a read from the "new" source.

      +

      Users are required to provide two different read methods -- one to read from the old migration source, and one to +read from the new source. Additionally, customers can opt-in to consistency tracking by providing a check +function.

      +

      Depending on the migration stage, one or both of these read methods may be called.

      +

      Throwing an exception from this method will be treated as an error.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional payload: TMigrationReadInput
        +

        An optional payload. The payload is provided when calling the read method on the migration.

        +
        Optional
      +

      Returns Promise<LDMethodResult<TMigrationRead>>

      The result of the operation. Use LDMigrationSuccess or LDMigrationError to create a suitable return value.

      + +
+
+ +
readOld: ((payload?) => Promise<LDMethodResult<TMigrationRead>>)
+
+

Type declaration

+
    +
  • +
      +
    • (payload?): Promise<LDMethodResult<TMigrationRead>>
    • +
    • +

      Implementation which provides a read from the "old" source.

      +

      Users are required to provide two different read methods -- one to read from the old migration source, and one to +read from the new source. Additionally, customers can opt-in to consistency tracking by providing a check +function.

      +

      Depending on the migration stage, one or both of these read methods may be called.

      +

      Throwing an exception from this method will be treated as an error.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional payload: TMigrationReadInput
        Optional
      +

      Returns Promise<LDMethodResult<TMigrationRead>>

      +
+
+ +
writeNew: ((payload?) => Promise<LDMethodResult<TMigrationWrite>>)
+
+

Type declaration

+
    +
  • +
      +
    • (payload?): Promise<LDMethodResult<TMigrationWrite>>
    • +
    • +

      Implementation which provides a write to the "new" source.

      +

      Users are required to provide two different write methods -- one to write to the old migration source, and one to +write to the new source. Not every stage requires

      +

      Depending on the migration stage, one or both of these write methods may be called.

      +

      Throwing an exception from this method will be treated as an error.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional payload: TMigrationWriteInput
        +

        An optional payload. The payload is provided when calling the read method on the migration.

        +
        Optional
      +

      Returns Promise<LDMethodResult<TMigrationWrite>>

      The result of the operation. Use LDMigrationSuccess or LDMigrationError to create a suitable return value.

      + +
+
+ +
writeOld: ((payload?) => Promise<LDMethodResult<TMigrationWrite>>)
+
+

Type declaration

+
    +
  • +
      +
    • (payload?): Promise<LDMethodResult<TMigrationWrite>>
    • +
    • +

      Implementation which provides a write to the "old" source.

      +

      Users are required to provide two different write methods -- one to write to the old migration source, and one to +write to the new source. Not every stage requires

      +

      Depending on the migration stage, one or both of these write methods may be called.

      +

      Throwing an exception from this method will be treated as an error.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional payload: TMigrationWriteInput
        +

        An optional payload. The payload is provided when calling the read method on the migration.

        +
        Optional
      +

      Returns Promise<LDMethodResult<TMigrationWrite>>

      The result of the operation. Use LDMigrationSuccess or LDMigrationError to create a suitable return value.

      + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationTracker.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationTracker.html new file mode 100644 index 000000000..52b4d6b7d --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationTracker.html @@ -0,0 +1,320 @@ +LDMigrationTracker | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationTracker

+
+

Used to track information related to a migration operation.

+
+
+
+

Hierarchy

+
    +
  • LDMigrationTracker
+
+
+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Check the consistency of a read result. This method should be invoked if the check function +is defined for the migration and both reads ("new"/"old") were done.

    +

    The function will use the checkRatio to determine if the check should be executed, and it +will record the result.

    +

    Example calling the check function from the migration config.

    +
    context.tracker.consistency(() => config.check!(oldValue.result, newValue.result));
    +
    +

    If the consistency check function throws an exception, then the consistency check result +will not be included in the generated event.

    +
    +
    +

    Parameters

    +
      +
    • +
      check: (() => boolean)
      +

      The function which executes the check. This is not the check function from the +migration options, but instead should be a parameter-less function that calls that function.

      +
      +
        +
      • +
          +
        • (): boolean
        • +
        • +

          Returns boolean

    +

    Returns void

    +
+
+ +
    + +
  • +

    Create a migration op event. If the event could not be created, because of a missing +operation, then undefined is returned.

    +
    +

    Returns undefined | LDMigrationOpEvent

    +
+
+ +
    + +
  • +

    Report that an error has occurred for the specified origin.

    +
    +
    +

    Parameters

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Call this to report that an origin was invoked (executed). There are some situations where the +expectation is that both the old and new implementation will be used, but with writes +it is possible that the non-authoritative will not execute. Reporting the execution allows +for more accurate analytics.

    +
    +
    +

    Parameters

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Report the latency of an operation.

    +
    +
    +

    Parameters

    +
      +
    • +
      origin: LDMigrationOrigin
      +

      The origin the latency is being reported for.

      +
    • +
    • +
      value: number
      +

      The latency, in milliseconds, of the operation.

      +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Sets the migration related operation associated with these tracking measurements.

    +
    +
    +

    Parameters

    +
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDMigrationVariation.html b/packages/sdk/cloudflare/docs/interfaces/LDMigrationVariation.html new file mode 100644 index 000000000..6735db5d3 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDMigrationVariation.html @@ -0,0 +1,205 @@ +LDMigrationVariation | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDMigrationVariation

+
+

Migration value and tracker.

+
+
+
+

Hierarchy

+
    +
  • LDMigrationVariation
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ + +

A tracker which can be used to generate analytics for the migration.

+
+
+
+ + +

The result of the flag evaluation. This will be either one of the flag's variations or +the default value that was passed to LDClient.migrationVariation.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDProxyOptions.html b/packages/sdk/cloudflare/docs/interfaces/LDProxyOptions.html new file mode 100644 index 000000000..98518f89e --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDProxyOptions.html @@ -0,0 +1,222 @@ +LDProxyOptions | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • LDProxyOptions
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
auth?: string
+

Allows you to specify basic authentication parameters for an optional HTTP proxy. +Usually of the form username:password.

+
+
+
+ +
host?: string
+

Allows you to specify a host for an optional HTTP proxy.

+
+
+
+ +
port?: number
+

Allows you to specify a port for an optional HTTP proxy.

+

Both the host and port must be specified to enable proxy support.

+
+
+
+ +
scheme?: string
+

When using an HTTP proxy, specifies whether it is accessed via http or https.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/LDTLSOptions.html b/packages/sdk/cloudflare/docs/interfaces/LDTLSOptions.html new file mode 100644 index 000000000..ee9c20c6b --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/LDTLSOptions.html @@ -0,0 +1,271 @@ +LDTLSOptions | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Additional parameters to pass to the Node HTTPS API for secure requests. These can include any +of the TLS-related parameters supported by https.request(), such as ca, cert, and key.

+

For more information, see the Node documentation for https.request() and tls.connect().

+
+
+
+

Hierarchy

+
    +
  • LDTLSOptions
+
+
+
+ +
+
+

Properties

+
+ +
ca?: string | string[] | Buffer | Buffer[]
+
+ +
cert?: string | string[] | Buffer | Buffer[]
+
+ +
checkServerIdentity?: ((servername, cert) => undefined | Error)
+
+

Type declaration

+
    +
  • +
      +
    • (servername, cert): undefined | Error
    • +
    • +
      +

      Parameters

      +
        +
      • +
        servername: string
      • +
      • +
        cert: any
      +

      Returns undefined | Error

+
+ +
ciphers?: string
+
+ +
key?: string | string[] | Buffer | Buffer[] | object[]
+
+ +
passphrase?: string
+
+ +
pfx?: string | string[] | Buffer | Buffer[] | object[]
+
+ +
rejectUnauthorized?: boolean
+
+ +
secureProtocol?: string
+
+ +
servername?: string
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStore.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStore.html new file mode 100644 index 000000000..d225da755 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStore.html @@ -0,0 +1,267 @@ +BigSegmentStore | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A read-only data store that allows querying of user membership in Big Segments.

+

Big Segments are a specific type of user segments. For more information, read the LaunchDarkly +documentation: https://docs.launchdarkly.com/home/users/big-segments

+
+
+
+

Hierarchy

+
    +
  • BigSegmentStore
+
+
+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Releases any resources being used by the store.

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Queries information about the overall state of the store.

    +

    The resolved value of the Promise should always be a BigSegmentStoreMetadata object. +If the store is accessible but contains no metadata, the object's lastUpToDate property can +be undefined. If the store is not accessible due to a database error, the method can throw an +exception/reject the promise.

    +

    This method will be called only when the SDK needs the latest state, so it should not be +cached.

    +
    +

    Returns Promise<undefined | BigSegmentStoreMetadata>

    a Promise for the result of the query

    + +
+
+ +
    + +
  • +

    Queries the store for a snapshot of the current segment state for a specific user.

    +

    The userHash is a base64-encoded string produced by hashing the user key as defined by +the Big Segments specification; the store implementation does not need to know the details +of how this is done, because it deals only with already-hashed keys, but the string can be +assumed to only contain characters that are valid in base64.

    +

    The resolved value of the Promise should be either a BigSegmentStoreMembership, or +undefined if the user is not referenced in any Big Segments (this is equivalent to a +BigSegmentStoreMembership that has no properties).

    +
    +
    +

    Parameters

    +
      +
    • +
      userHash: string
      +

      identifies the user

      +
    +

    Returns Promise<undefined | BigSegmentStoreMembership>

    a Promise for the result of the query.

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMembership.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMembership.html new file mode 100644 index 000000000..36877fee3 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMembership.html @@ -0,0 +1,196 @@ +BigSegmentStoreMembership | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

The return type of BigSegmentStore.getUserMembership, describing which Big Segments a +specific user is included in or excluded from.

+

This object may be cached by the SDK, so it should not be modified after it is created. It +is a snapshot of the segment membership state at one point in time.

+
+
+
+

Hierarchy

+
    +
  • BigSegmentStoreMembership
+
+

Indexable

+
[segmentRef: string]: boolean
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMetadata.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMetadata.html new file mode 100644 index 000000000..ccb257b7a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreMetadata.html @@ -0,0 +1,215 @@ +BigSegmentStoreMetadata | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Values returned by BigSegmentStore.getMetadata().

+
+
+
+

Hierarchy

+
    +
  • BigSegmentStoreMetadata
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
lastUpToDate?: number
+

The Unix epoch millisecond timestamp of the last update to the BigSegmentStore. It is +undefined if the store has never been updated.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatus.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatus.html new file mode 100644 index 000000000..b3af42f6e --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatus.html @@ -0,0 +1,238 @@ +BigSegmentStoreStatus | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Information about the status of a Big Segment store, provided by +BigSegmentStoreStatusProvider.

+

Big Segments are a specific type of user segments. For more information, read the LaunchDarkly +documentation: https://docs.launchdarkly.com/home/users/big-segments

+
+
+
+

Hierarchy

+
    +
  • BigSegmentStoreStatus
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
available: boolean
+

True if the Big Segment store is able to respond to queries, so that the SDK can +evaluate whether a user is in a segment or not.

+

If this property is false, the store is not able to make queries (for instance, it may not have +a valid database connection). In this case, the SDK will treat any reference to a Big Segment +as if no users are included in that segment. Also, the LDEvaluationReason associated +with any flag evaluation that references a Big Segment when the store is not available will +have a bigSegmentsStatus of "STORE_ERROR".

+
+
+
+ +
stale: boolean
+

True if the Big Segment store is available, but has not been updated within the amount of time +specified by LDBigSegmentsOptions.staleAfter.

+

This may indicate that the LaunchDarkly Relay Proxy, which populates the store, has stopped +running or has become unable to receive fresh data from LaunchDarkly. Any feature flag +evaluations that reference a Big Segment will be using the last known data, which may be out +of date.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatusProvider.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatusProvider.html new file mode 100644 index 000000000..3b8c1fc68 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.BigSegmentStoreStatusProvider.html @@ -0,0 +1,240 @@ +BigSegmentStoreStatusProvider | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

An interface for querying the status of a Big Segment store.

+

The Big Segment store is the component that receives information about Big Segments, normally +from a database populated by the LaunchDarkly Relay Proxy. Big Segments are a specific type of +user segments. For more information, read the LaunchDarkly documentation: +https://docs.launchdarkly.com/home/users/big-segments

+

An implementation of this interface is returned by +LDClient.bigSegmentStoreStatusProvider. Application code never needs to implement this +interface.

+
+
+
+

Hierarchy

+
    +
  • BigSegmentStoreStatusProvider
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    Gets the current status of the store, if known.

    +
    +

    Returns undefined | BigSegmentStoreStatus

    a BigSegmentStoreStatus, or undefined if the SDK has not yet queried the + Big Segment store status

    + +
+
+ +
    + +
  • +

    Gets the current status of the store, querying it if the status has not already been queried.

    +
    +

    Returns Promise<BigSegmentStoreStatus>

    a Promise for the status of the store

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.DataCollection.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.DataCollection.html new file mode 100644 index 000000000..adf338f5a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.DataCollection.html @@ -0,0 +1,230 @@ +DataCollection | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Used internally for data store implementations that require items in an ordered list rather +than as object properties.

+
+
+
+

Type Parameters

+
    +
  • +

    T

+
+

Hierarchy

+
    +
  • DataCollection
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
items: T[]
+

An ordered list of items of this kind.

+
+
+
+ +
kind: DataKind
+

Describes the kind of items, such as feature flags or user segments.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.DataKind.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.DataKind.html new file mode 100644 index 000000000..5f5202791 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.DataKind.html @@ -0,0 +1,216 @@ +DataKind | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Used internally to describe the type of data being queried or updated, such as feature flags or +user segments.

+
+
+
+

Hierarchy

+
    +
  • DataKind
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
namespace: string
+

A string such as "features" or "segments" which can be used in keys to distinguish this +kind of data from other kinds.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.ItemDescriptor.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.ItemDescriptor.html new file mode 100644 index 000000000..d175160fc --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.ItemDescriptor.html @@ -0,0 +1,226 @@ +ItemDescriptor | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A versioned item (or placeholder). Used for interoperability between persistent stores and the +SDK. The persistent store should generally operate on SerializedItemDescriptors, but +aside from a special case described in PersistentDataStore.

+
+
+
+

Hierarchy

+
    +
  • ItemDescriptor
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
item: any
+

The data item, or null is this is a placeholder.

+
+
+
+ +
version: number
+

The version of the data, provided by the SDK.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.KeyedItem.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.KeyedItem.html new file mode 100644 index 000000000..8ffbea7ae --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.KeyedItem.html @@ -0,0 +1,226 @@ +KeyedItem | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface KeyedItem<KeyType, ItemType>

+
+

Represents a key-item pair. This is for use where associative data needs to +be represented as a list, such as maintaining the order of the items.

+
+
+
+

Type Parameters

+
    +
  • +

    KeyType

  • +
  • +

    ItemType

+
+

Hierarchy

+
    +
  • KeyedItem
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
item: ItemType
+
+ +
key: KeyType
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentDataStore.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentDataStore.html new file mode 100644 index 000000000..979dad6df --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentDataStore.html @@ -0,0 +1,469 @@ +PersistentDataStore | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

This interface should be used for database integrations, or any other data store +implementation that stores data in some external service. The SDK will take care of +converting between its own internal data model and a serialized string form; the data +store interacts only with the serialized form. The SDK will also provide its own caching +layer on top of the persistent data store; the data store implementation should not +provide caching, but simply do every query or update that the SDK tells it to do.

+

Conceptually, each item in the store is a SerializedItemDescriptor which always has +a version number, and can represent either a serialized object or a placeholder (tombstone) +for a deleted item. There are two approaches a persistent store implementation can use for +persisting this data:

+
    +
  1. Preferably, it should store the version number and the +SerializedItemDescriptor#deleted state separately so that the object does not need to be +fully deserialized to read them. In this case, deleted item placeholders can ignore the value of +SerializedItemDescriptor#item on writes and can set it to undefined on reads. The store +should never call DataKind#deserialize.

    +
  2. +
  3. If that isn't possible, then the store should simply persist the exact string from +SerializedItemDescriptor#serializedItem on writes, and return the persisted +string on reads (returning zero for the version and false for + SerializedItemDescriptor#deleted). The string is guaranteed to provide the SDK with +enough information to infer the version and the deleted state. On updates, the store must call +PersistentStoreDataKind#deserialize in order to inspect the version number of the +existing item if any.

    +
  4. +
+
+
+
+

Hierarchy

+
    +
  • PersistentDataStore
+
+
+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Releases any resources being used by the feature store.

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Retrieves an item from the specified collection, if available.

    +

    If the key is not known at all, the callback should be invoked with undefined. Otherwise, it +should be invoked with a SerializedItemDescriptor as follows:

    +
      +
    1. If the version number and deletion state can be determined without fully deserializing +the item, then the store should set those properties in the SerializedItemDescriptor +(and can set SerializedItemDescriptor#serializedItem to undefined for deleted items).

      +
    2. +
    3. Otherwise, it should simply set SerializedItemDescriptor#serializedItem to +the exact string that was persisted, and can leave the other properties as zero/false. See +comments on PersistentDataStore for more about this.

      +
    4. +
    +
    +
    +

    Parameters

    +
      +
    • +
      kind: PersistentStoreDataKind
      +

      specifies which collection to use

      +
    • +
    • +
      key: string
      +

      the unique key of the item within that collection

      +
    • +
    • +
      callback: ((descriptor) => void)
      +

      a callback which will be invoked on completion of the get

      +
      +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Retrieves all items from the specified collection.

    +

    If the store contains placeholders for deleted items, it should include them in the results, +not filter them out. See #get for how to set the properties of the +SerializedItemDescriptor for each item.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: PersistentStoreDataKind
      +

      specifies which collection to use

      +
    • +
    • +
      callback: ((descriptors) => void)
      +

      method that will be invoked with the results of the operation.

      +
      +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Get a description of the feature store.

    +
    +

    Returns string

    +
+
+ +
    + +
  • +

    Overwrites the store's contents with a set of items for each collection.

    +

    All previous data should be discarded, regardless of versioning.

    +

    The update should be done atomically. If it cannot be done atomically, then the store +must first add or update each item in the same order that they are given in the input +data, and then delete any previously stored items that were not in the input data.

    +
    +
    +

    Parameters

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Tests whether the store is initialized.

    +

    "Initialized" means that the store has been populated with data, either by the client +having called #init within this process, or by another process (if this is a shared +database).

    +
    +
    +

    Parameters

    +
      +
    • +
      callback: ((isInitialized) => void)
      +

      Will be called back with the boolean result.

      +
      +
        +
      • +
          +
        • (isInitialized): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            isInitialized: boolean
          +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Updates or inserts an item in the specified collection.

    +

    If the given key already exists in that collection, the store must check the version number +of the existing item (even if it is a deleted item placeholder); if that version is greater +than or equal to the version of the new item, the update fails and the method returns false. +If the store is not able to determine the version number of an existing item without fully +deserializing the existing item, then it is allowed to call +PersistentStoreDataKind#deserialize for that purpose.

    +

    If the item's SerializedItemDescriptor#deleted method returns true, this is a +deleted item placeholder. The store must persist this, rather than simply removing the key +from the store. The SDK will provide a string in +SerializedItemDescriptor#serializedItem which the store can persist for this purpose; +or, if the store is capable of persisting the version number and deleted state without storing +anything else, it should do so.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: PersistentStoreDataKind
      +

      specifies which collection to use

      +
    • +
    • +
      key: string
      +

      the unique key for the item within that collection

      +
    • +
    • +
      descriptor: SerializedItemDescriptor
      +

      the item to insert or update

      +
    • +
    • +
      callback: ((err?, updatedDescriptor?) => void)
      +

      will be called with true if the item was inserted, or false if the version +was not newer than the existing item.

      +
      +
        +
      • +
          +
        • (err?, updatedDescriptor?): void
        • +
        • +
          +

          Parameters

          +
          +

          Returns void

    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentStoreDataKind.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentStoreDataKind.html new file mode 100644 index 000000000..18e2944b9 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.PersistentStoreDataKind.html @@ -0,0 +1,248 @@ +PersistentStoreDataKind | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Represents a separately namespaced collection of storable data items. +The SDK passes instances of this type to the persistent data store to specify whether it is +referring to a feature flag, a user segment, etc. The data store implementation should not look +for a specific data kind (such as feature flags), but should treat all data kinds generically.

+
+
+
+

Hierarchy

+
    +
  • PersistentStoreDataKind
+
+
+
+ +
+
+

Properties

+
+
+

Methods

+
+
+

Properties

+
+ +
namespace: string
+
+

Methods

+
+ +
    + +
  • +

    Creates an item of this kind from its serialized representation.

    +

    The SDK uses this function to translate data that is returned by a PersistentDataStore. +Store implementations do not normally need to call it, but there is a special case described in +the documentation for PersistentDataStore, regarding updates.

    +

    The returned ItemDescriptor has two properties: ItemDescriptor#item, which +is the deserialized object or a null value for a deleted item placeholder, and +ItemDescriptor#version, which provides the object's version number regardless of +whether it is deleted or not.

    +
    +
    +

    Parameters

    +
      +
    • +
      data: string
      +

      the serialized representation

      +
    +

    Returns undefined | ItemDescriptor

    an ItemDescriptor describing the deserialized object or null if the item could +not be deserialized

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.SerializedItemDescriptor.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.SerializedItemDescriptor.html new file mode 100644 index 000000000..b580b9ae8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.SerializedItemDescriptor.html @@ -0,0 +1,240 @@ +SerializedItemDescriptor | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A versioned item (or placeholder) storable in a [PersistentDataStore].

+
+
+
+

Hierarchy

+
    +
  • SerializedItemDescriptor
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
deleted?: boolean
+

True if this a placeholder (tombstone) for a deleted item.

+

If so, #serializedItem will still contain a string representing the deleted item, but +the persistent store implementation has the option of not storing it if it can represent the +placeholder in a more efficient way.

+
+
+
+ +
serializedItem?: string
+

Returns the data item's serialized representation. This will never be null when storing an +item; for a deleted item placeholder, it will contain a special value that can be stored if +necessary. When reading an item from a store this could be null. +(see #deleted()).

+
+
+
+ +
version: number
+

The version of the data.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/interfaces.VersionedData.html b/packages/sdk/cloudflare/docs/interfaces/interfaces.VersionedData.html new file mode 100644 index 000000000..d61da3347 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/interfaces.VersionedData.html @@ -0,0 +1,237 @@ +VersionedData | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Used internally to describe the basic properties of stored data such as feature flags or user +segments.

+

This is the actual type of parameters and return values in LDFeatureStore methods that refer +to a flag or segment item. Those methods still use the object type for backward compatibility.

+
+
+
+

Hierarchy

+
    +
  • VersionedData
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
deleted?: boolean
+

True if this is a deleted item placeholder (tombstone).

+
+
+
+ +
key: string
+

The item's unique key, such as a feature flag key.

+
+
+
+ +
version: number
+

A version number that LaunchDarkly will increment each time this item is changed.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.BasicLoggerOptions.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.BasicLoggerOptions.html new file mode 100644 index 000000000..8782995f3 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.BasicLoggerOptions.html @@ -0,0 +1,339 @@ +BasicLoggerOptions | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Configuration for basicLogger.

+
+
+
+

Hierarchy

+
    +
  • BasicLoggerOptions
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
destination?: ((line) => void)
+
+

Type declaration

+
    +
  • +
      +
    • (line): void
    • +
    • +

      An optional function to use to print each log line.

      +

      If this is specified, basicLogger calls it to write each line of output. The +argument is a fully formatted log line, not including a linefeed. The function +is only called for log levels that are enabled.

      +

      If not specified, the default is console.error.

      +

      Setting this property to anything other than a function will cause SDK +initialization to fail.

      +
      +
      +

      Parameters

      +
        +
      • +
        line: string
      +

      Returns void

      +
+
+ +
formatter?: ((...args) => string)
+
+

Type declaration

+
    +
  • +
      +
    • (...args): string
    • +
    • +

      An optional formatter to use. The formatter should be compatible +with node-style format strings like those used with util.format.

      +

      If not specified, then a default implementation will be used. +But using a node-specific implementation, for instance, would +have performance and quality benefits.

      +
      +
      +

      Parameters

      +
        +
      • +
        Rest ...args: any[]
        Rest
      +

      Returns string

      +
+
+ +
level?: LDLogLevel
+

The lowest level of log message to enable.

+

See LDLogLevel for a list of possible levels. Setting a level here causes +all lower-importance levels to be disabled: for instance, if you specify +'warn', then 'debug' and 'info' are disabled.

+

If not specified, the default is 'info' (meaning that 'debug' is disabled).

+
+
+
+ +
name?: string
+

Name to use for the log entires. The default name is LaunchDarkly.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Crypto.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Crypto.html new file mode 100644 index 000000000..2aeeb9804 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Crypto.html @@ -0,0 +1,301 @@ +Crypto | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface provided by the platform for doing cryptographic operations.

+
+
+
+

Hierarchy

+
    +
  • Crypto
+
+
+
+ +
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      algorithm: string
    +

    Returns Hasher

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      algorithm: string
    • +
    • +
      key: string
    +

    Returns Hmac

+
+ +
    + +
  • +

    Returns string

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Encoding.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Encoding.html new file mode 100644 index 000000000..db2b9eeb1 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Encoding.html @@ -0,0 +1,270 @@ +Encoding | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Encoding
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      data: string
    +

    Returns string

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.EventSource.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.EventSource.html new file mode 100644 index 000000000..65c7a4f6f --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.EventSource.html @@ -0,0 +1,359 @@ +EventSource | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • EventSource
+
+

Implemented by

+
+
+
+
+ +
+
+

Properties

+
+
+

Methods

+
+
+

Properties

+
+ +
onclose: undefined | (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
onerror: undefined | (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
onopen: undefined | (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
onretrying: undefined | ((e) => void)
+
+

Type declaration

+
    +
  • +
      +
    • (e): void
    • +
    • +
      +

      Parameters

      +
        +
      • +
        e: {
            delayMillis: number;
        }
        +
          +
        • +
          delayMillis: number
      +

      Returns void

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.EventSourceInitDict.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.EventSourceInitDict.html new file mode 100644 index 000000000..d2e2ad0d7 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.EventSourceInitDict.html @@ -0,0 +1,313 @@ +EventSourceInitDict | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • EventSourceInitDict
+
+
+
+ +
+
+

Properties

+
+ +
errorFilter: ((err) => boolean)
+
+

Type declaration

+
    +
  • +
      +
    • (err): boolean
    • +
    • +
      +

      Parameters

      +
        +
      • +
        err: {
            message: string;
            status: number;
        }
        +
          +
        • +
          message: string
        • +
        • +
          status: number
      +

      Returns boolean

+
+ +
headers: {
    [key: string]: string | string[];
}
+
+

Type declaration

+
    +
  • +
    [key: string]: string | string[]
+
+ +
initialRetryDelayMillis: number
+
+ +
readTimeoutMillis: number
+
+ +
retryResetIntervalMillis: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Filesystem.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Filesystem.html new file mode 100644 index 000000000..3ff8e741f --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Filesystem.html @@ -0,0 +1,342 @@ +Filesystem | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for doing filesystem operations on the platform.

+
+
+
+

Hierarchy

+
    +
  • Filesystem
+
+
+
+ +
+
+

Methods

+
+ +
    + +
  • +

    The time, in ms since POSIX epoch, that the file was last modified.

    +
    +
    +

    Parameters

    +
      +
    • +
      path: string
      +

      The path to get a timestamp for.

      +
    +

    Returns Promise<number>

    A promise which will resolve to a timestamp if successful, or be +rejected if the operation fails.

    + +
+
+ +
    + +
  • +

    Read a file into a utf8 encoded string.

    +
    +
    +

    Parameters

    +
      +
    • +
      path: string
      +

      The path of the file to read.

      +
    +

    Returns Promise<string>

    A promise which will resolve to utf8 encoded file content, or be +rejected if the operation fails.

    + +
+
+ +
    + +
  • +

    Watch for changes to the specified path.

    +

    The implementation of this methods should be non-persistent. Meaning that +it should not keep the containing process running as long as it is +executing. For node this means setting the persistent option to false.

    +
    +
    +

    Parameters

    +
      +
    • +
      path: string
      +

      The path to watch.

      +
    • +
    • +
      callback: ((eventType, filename) => void)
      +
        +
      • +
          +
        • (eventType, filename): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            eventType: string
          • +
          • +
            filename: string
          +

          Returns void

    +

    Returns WatchHandle

    An async iterator that watches for changes to path.

    + +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Hasher.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Hasher.html new file mode 100644 index 000000000..b2fb23e76 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Hasher.html @@ -0,0 +1,293 @@ +Hasher | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface implemented by platform provided hasher.

+

The hash implementation must support 'sha256' and 'sha1'.

+

The has implementation must support digesting to 'hex' or 'base64'.

+
+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      encoding: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      data: string
    +

    Returns Hasher

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Headers.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Headers.html new file mode 100644 index 000000000..3fc72e3d8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Headers.html @@ -0,0 +1,345 @@ +Headers | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for headers that are part of a fetch response.

+
+
+
+

Hierarchy

+
    +
  • Headers
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
+
+ +
+
+ +
    + +
  • +

    Returns true if the header is present.

    +
    +
    +

    Parameters

    +
      +
    • +
      name: string
      +

      The name of the header to check.

      +
    +

    Returns boolean

    +
+
+ +
+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Hmac.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Hmac.html new file mode 100644 index 000000000..1cabaa70f --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Hmac.html @@ -0,0 +1,295 @@ +Hmac | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface implemented by platform provided hmac.

+

The hash implementation must support 'sha256'.

+

The has implementation must support digesting to 'hex'.

+
+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      encoding: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      data: string
    +

    Returns Hasher

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Info.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Info.html new file mode 100644 index 000000000..337d9612d --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Info.html @@ -0,0 +1,286 @@ +Info | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for getting information about the SDK or the environment it is +executing in.

+
+
+
+

Hierarchy

+
    +
  • Info
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    Get information about the platform.

    +
    +

    Returns PlatformData

    +
+
+ +
    + +
  • +

    Get information about the SDK implementation.

    +
    +

    Returns SdkData

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDClientContext.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDClientContext.html new file mode 100644 index 000000000..92f47031d --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDClientContext.html @@ -0,0 +1,286 @@ +LDClientContext | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Factory methods receive this class as a parameter.

+

Its public properties provide information about the SDK configuration and environment. The SDK +may also include non-public properties that are relevant only when creating one of the built-in +component types and are not accessible to custom components.

+
+
+
+

Hierarchy

+
    +
  • LDClientContext
+
+

Implemented by

+
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
basicConfiguration: LDBasicConfiguration
+

The SDK's basic global properties.

+
+
+
+ +
platform: Platform
+

Interfaces providing platform specific information and functionality.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextCommon.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextCommon.html new file mode 100644 index 000000000..a201942d6 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextCommon.html @@ -0,0 +1,303 @@ +LDContextCommon | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
+
+

Indexable

+
[attribute: string]: any
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ + +

Meta attributes are used to control behavioral aspects of the Context, such as private +private attributes. See LDContextMeta.privateAttributes as an example.

+

They cannot be addressed in targeting rules.

+
+
+
+ +
anonymous?: boolean
+

If true, the context will not appear on the Contexts page in the LaunchDarkly dashboard.

+
+
+
+ +
key: string
+

A unique string identifying a context.

+
+
+
+ +
name?: string
+

The context's name.

+

You can search for contexts on the Contexts page by name.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextMeta.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextMeta.html new file mode 100644 index 000000000..9dfc18d35 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDContextMeta.html @@ -0,0 +1,292 @@ +LDContextMeta | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Meta attributes are used to control behavioral aspects of the Context. +They cannot be addressed in targeting rules.

+
+
+
+

Hierarchy

+
    +
  • LDContextMeta
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
privateAttributes?: string[]
+

Designate any number of Context attributes, or properties within them, as private: that is, +their values will not be sent to LaunchDarkly.

+

Each parameter can be a simple attribute name, such as "email". Or, if the first character is +a slash, the parameter is interpreted as a slash-delimited path to a property within a JSON +object, where the first path component is a Context attribute name and each following +component is a nested property name: for example, suppose the attribute "address" had the +following JSON object value:

+
{"street": {"line1": "abc", "line2": "def"}}
+
+

Using ["/address/street/line1"] in this case would cause the "line1" property to be marked as +private. This syntax deliberately resembles JSON Pointer, but other JSON Pointer features +such as array indexing are not supported for Private.

+

This action only affects analytics events that involve this particular Context. To mark some +(or all) Context attributes as private for all users, use the overall configuration for the +SDK. +See LDOptions.allAttributesPrivate and LDOptions.privateAttributes.

+

The attributes "kind" and "key", and the "_meta" attributes cannot be made private.

+

In this example, firstName is marked as private, but lastName is not:

+
const context = {
kind: 'org',
key: 'my-key',
firstName: 'Pierre',
lastName: 'Menard',
_meta: {
privateAttributes: ['firstName'],
}
}; +
+

This is a metadata property, rather than an attribute that can be addressed in evaluations: +that is, a rule clause that references the attribute name "privateAttributes", will not use +this value, but would use a "privateAttributes" attribute set on the context.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetail.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetail.html new file mode 100644 index 000000000..620cc7995 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetail.html @@ -0,0 +1,294 @@ +LDEvaluationDetail | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

An object that combines the result of a feature flag evaluation with information about +how it was calculated.

+

This is the result of calling LDClient.variationDetail.

+

For more information, see the SDK reference guide.

+
+
+
+

Hierarchy

+
    +
  • LDEvaluationDetail
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ + +

An object describing the main factor that influenced the flag evaluation value.

+
+
+
+ +
value: any
+

The result of the flag evaluation. This will be either one of the flag's variations or +the default value that was passed to LDClient.variationDetail.

+
+
+
+ +
variationIndex?: null | number
+

The index of the returned value within the flag's list of variations, e.g. 0 for the +first variation-- or null if the default value was returned.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetailTyped.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetailTyped.html new file mode 100644 index 000000000..3f1f77b0f --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationDetailTyped.html @@ -0,0 +1,292 @@ +LDEvaluationDetailTyped | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Interface LDEvaluationDetailTyped<TFlag>

+
+

Type Parameters

+
    +
  • +

    TFlag

+
+

Hierarchy

+
    +
  • LDEvaluationDetailTyped
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ + +

An object describing the main factor that influenced the flag evaluation value.

+
+
+
+ +
value: TFlag
+

The result of the flag evaluation. This will be either one of the flag's variations or +the default value that was passed to LDClient.variationDetail.

+
+
+
+ +
variationIndex?: null | number
+

The index of the returned value within the flag's list of variations, e.g. 0 for the +first variation-- or null if the default value was returned.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationReason.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationReason.html new file mode 100644 index 000000000..8fd857b91 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDEvaluationReason.html @@ -0,0 +1,353 @@ +LDEvaluationReason | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Describes the reason that a flag evaluation produced a particular value. This is +part of the LDEvaluationDetail object returned by LDClient.variationDetail.

+
+
+
+

Hierarchy

+
    +
  • LDEvaluationReason
+
+
+
+ +
+
+

Properties

+
+ +
bigSegmentsStatus?: "HEALTHY" | "STALE" | "NOT_CONFIGURED" | "STORE_ERROR"
+

Describes the validity of Big Segment information, if and only if the flag evaluation +required querying at least one Big Segment.

+
    +
  • 'HEALTHY': The Big Segment query involved in the flag evaluation was successful, and +the segment state is considered up to date.
  • +
  • 'STALE': The Big Segment query involved in the flag evaluation was successful, but +the segment state may not be up to date
  • +
  • 'NOT_CONFIGURED': Big Segments could not be queried for the flag evaluation because +the SDK configuration did not include a Big Segment store.
  • +
  • 'STORE_ERROR': The Big Segment query involved in the flag evaluation failed, for +instance due to a database error.
  • +
+
+
+
+ +
errorKind?: string
+

A further description of the error condition, if the kind was 'ERROR'.

+
+
+
+ +
inExperiment?: boolean
+

Whether the evaluation was part of an experiment.

+

This is true if the evaluation resulted in an experiment rollout and served one of +the variations in the experiment. Otherwise it is false or undefined.

+
+
+
+ +
kind: string
+

The general category of the reason:

+
    +
  • 'OFF': The flag was off and therefore returned its configured off value.
  • +
  • 'FALLTHROUGH': The flag was on but the context did not match any targets or rules.
  • +
  • 'TARGET_MATCH': The context key was specifically targeted for this flag.
  • +
  • 'RULE_MATCH': the context matched one of the flag's rules.
  • +
  • 'PREREQUISITE_FAILED': The flag was considered off because it had at least one +prerequisite flag that either was off or did not return the desired variation.
  • +
  • 'ERROR': The flag could not be evaluated, e.g. because it does not exist or due +to an unexpected error.
  • +
+
+
+
+ +
prerequisiteKey?: string
+

The key of the failed prerequisite flag, if the kind was 'PREREQUISITE_FAILED'.

+
+
+
+ +
ruleId?: string
+

The unique identifier of the matched rule, if the kind was 'RULE_MATCH'.

+
+
+
+ +
ruleIndex?: number
+

The index of the matched rule (0 for the first), if the kind was 'RULE_MATCH'.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDFlagSet.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDFlagSet.html new file mode 100644 index 000000000..f659515a2 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDFlagSet.html @@ -0,0 +1,248 @@ +LDFlagSet | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A map of feature flags from their keys to their values.

+
+
+
+

Hierarchy

+
    +
  • LDFlagSet
+
+

Indexable

+
[key: string]: LDFlagValue
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDLogger.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDLogger.html new file mode 100644 index 000000000..9f07135ea --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDLogger.html @@ -0,0 +1,354 @@ +LDLogger | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

The LaunchDarkly client logger interface.

+

The LDOptions.logger property accepts any object that conforms to this +interface. The SDK only uses four logging levels: error, warn, info, and +debug. It will call the corresponding method of the LDLogger either with a +single string argument, or with a format string and variable arguments in the +format used by Node's util.format().

+

The Winston logging package provides a +logger that conforms to this interface, so if you have created a logger with +Winston, you can simply put it into the LDOptions.logger property.

+

If you do not provide a logger object, the SDK uses the basicLogger +implementation with a minimum level of info.

+
+
+
+

Hierarchy

+
    +
  • LDLogger
+
+

Implemented by

+
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    The debug logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The error logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The info logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
    + +
  • +

    The warning logger.

    +
    +
    +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +

      A sequence of any JavaScript values.

      +
      Rest
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDMultiKindContext.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDMultiKindContext.html new file mode 100644 index 000000000..0e9f792d8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDMultiKindContext.html @@ -0,0 +1,277 @@ +LDMultiKindContext | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A context which represents multiple kinds. Each kind having its own key and attributes.

+

A multi-context must contain kind: 'multi' at the root.

+
const myMultiContext = {
// Multi-contexts must be of kind 'multi'.
kind: 'multi',
// The context is namespaced by its kind. This is an 'org' kind context.
org: {
// Each component context has its own key and attributes.
key: 'my-org-key',
someAttribute: 'my-attribute-value',
},
user: {
key: 'my-user-key',
firstName: 'Bob',
lastName: 'Bobberson',
_meta: {
// Each component context has its own _meta attributes. This will only apply the this
// 'user' context.
privateAttributes: ['firstName']
}
}
}; +
+

The above multi-context contains both an 'org' and a 'user'. Each with their own key, +attributes, and _meta attributes.

+
+
+
+

Hierarchy

+
    +
  • LDMultiKindContext
+
+

Indexable

+
[kind: string]: "multi" | LDContextCommon
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
kind: "multi"
+

The kind of the context.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDSingleKindContext.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDSingleKindContext.html new file mode 100644 index 000000000..f883fe36d --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDSingleKindContext.html @@ -0,0 +1,323 @@ +LDSingleKindContext | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A context which represents a single kind.

+

For a single kind context the 'kind' may not be 'multi'.

+
const myOrgContext = {
kind: 'org',
key: 'my-org-key',
someAttribute: 'my-attribute-value'
}; +
+

The above context would be a single kind context representing an organization. It has a key +for that organization, and a single attribute 'someAttribute'.

+
+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ + +

Meta attributes are used to control behavioral aspects of the Context, such as private +private attributes. See LDContextMeta.privateAttributes as an example.

+

They cannot be addressed in targeting rules.

+
+
+
+ +
anonymous?: boolean
+

If true, the context will not appear on the Contexts page in the LaunchDarkly dashboard.

+
+
+
+ +
key: string
+

A unique string identifying a context.

+
+
+
+ +
kind: string
+

The kind of the context.

+
+
+
+ +
name?: string
+

The context's name.

+

You can search for contexts on the Contexts page by name.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.LDUser.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDUser.html new file mode 100644 index 000000000..e82cabad4 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.LDUser.html @@ -0,0 +1,384 @@ +LDUser | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

A LaunchDarkly user object.

+
+
+

Deprecated

+
+

Hierarchy

+
    +
  • LDUser
+
+
+
+ +
+
+

Properties

+
+ +
anonymous?: boolean
+

If true, the user will not appear on the Users page in the LaunchDarkly dashboard.

+
+
+
+ +
avatar?: string
+

An absolute URL to an avatar image for the user.

+
+
+
+ +
country?: string
+

The country associated with the user.

+
+
+
+ +
custom?: {
    [key: string]: string | boolean | number | (string | boolean | number)[];
}
+

Any additional attributes associated with the user.

+
+
+

Type declaration

+
    +
  • +
    [key: string]: string | boolean | number | (string | boolean | number)[]
+
+
+ +
email?: string
+

The user's email address.

+

If an avatar URL is not provided, LaunchDarkly will use Gravatar +to try to display an avatar for the user on the Users page.

+
+
+
+ +
firstName?: string
+

The user's first name.

+
+
+
+ +
ip?: string
+

The user's IP address.

+

If you provide an IP, LaunchDarkly will use a geolocation service to +automatically infer a country for the user, unless you've already +specified one.

+
+
+
+ +
key: string
+

A unique string identifying a user.

+
+
+
+ +
lastName?: string
+

The user's last name.

+
+
+
+ +
name?: string
+

The user's name.

+

You can search for users on the User page by name.

+
+
+
+ +
privateAttributeNames?: string[]
+

Specifies a list of attribute names (either built-in or custom) which should be +marked as private, and not sent to LaunchDarkly in analytics events. This is in +addition to any private attributes designated in the global configuration +with LDOptions.privateAttributes or LDOptions.allAttributesPrivate.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Options.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Options.html new file mode 100644 index 000000000..11dc8ce28 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Options.html @@ -0,0 +1,283 @@ +Options | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Options
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
body?: string
+
+ +
headers?: Record<string, string>
+
+ +
method?: string
+
+ +
timeout?: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Platform.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Platform.html new file mode 100644 index 000000000..3ccae254a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Platform.html @@ -0,0 +1,307 @@ +Platform | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Platform
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
crypto: Crypto
+

The interface for performing cryptographic operations.

+
+
+
+ +
encoding?: Encoding
+

The interface for performing encoding operations.

+
+
+
+ +
fileSystem?: Filesystem
+

The interface for performing file system operations. If the platform does +not support filesystem access, then this may be undefined.

+
+
+
+ +
info: Info
+

The interface for getting information about the platform and the execution +environment.

+
+
+
+ +
requests: Requests
+

The interface for performing http/https requests.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.PlatformData.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.PlatformData.html new file mode 100644 index 000000000..a4f6a5952 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.PlatformData.html @@ -0,0 +1,310 @@ +PlatformData | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Information about the platform of the SDK and the environment it is executing.

+
+
+
+

Hierarchy

+
    +
  • PlatformData
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
additional?: Record<string, string>
+

Any additional attributes associated with the platform.

+
+
+
+ +
name?: string
+

The name of the platform the SDK is running on. For instance 'Node'.

+
+
+
+ +
os?: {
    arch?: string;
    name?: string;
    version?: string;
}
+

Information about the OS on which the SDK is running. Should be populated +when available. Not all platforms will make this data accessible.

+
+
+

Type declaration

+
    +
  • +
    Optional arch?: string
    +

    The architecture. Ideally at runtime, but may be build time if that is +a constraint.

    +
    +
  • +
  • +
    Optional name?: string
    +

    The name of the OS. "MacOS", "Windows", or "Linux". If not one of those, +then use the value provided by the OS.

    +
    +
  • +
  • +
    Optional version?: string
    +

    The version of the OS.

    +
    +
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Requests.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Requests.html new file mode 100644 index 000000000..383d11da7 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Requests.html @@ -0,0 +1,315 @@ +Requests | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • Requests
+
+
+
+ +
+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns EventSource

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      url: string
    • +
    • +
      Optional options: Options
      Optional
    +

    Returns Promise<Response>

+
+ +
    + +
  • +

    Returns true if a proxy is configured.

    +
    +

    Returns boolean

    +
+
+ +
    + +
  • +

    Returns true if the proxy uses authentication.

    +
    +

    Returns boolean

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.Response.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.Response.html new file mode 100644 index 000000000..849193903 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.Response.html @@ -0,0 +1,304 @@ +Response | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for fetch responses.

+
+
+
+

Hierarchy

+
    +
  • Response
+
+
+
+ +
+
+

Properties

+
+
+

Methods

+
+
+

Properties

+
+ +
headers: Headers
+
+ +
status: number
+
+

Methods

+
+ +
    + +
  • +

    Read the response and provide it as decoded json.

    +
    +

    Returns Promise<any>

    +
+
+ +
    + +
  • +

    Read the response and provide it as a string.

    +
    +

    Returns Promise<string>

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.SdkData.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.SdkData.html new file mode 100644 index 000000000..2a9b84e3a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.SdkData.html @@ -0,0 +1,306 @@ +SdkData | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • SdkData
+
+
+
+ +
+
+

Properties

+
+ +
name?: string
+

The name of the SDK. e.g. "node-server-sdk"

+
+
+
+ +
userAgentBase?: string
+

If this is a top-level (not a wrapper) SDK this will be used to create the user agent string. +It will take the form 'userAgentBase/version`.

+
+
+
+ +
version?: string
+

The version of the SDK.

+
+
+
+ +
wrapperName?: string
+

Name of the wrapper SDK if present.

+
+
+
+ +
wrapperVersion?: string
+

Version of the wrapper if present.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.TypeValidator.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.TypeValidator.html new file mode 100644 index 000000000..942c6a478 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.TypeValidator.html @@ -0,0 +1,293 @@ +TypeValidator | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for type validation.

+
+
+
+

Hierarchy

+
    +
  • TypeValidator
+
+

Implemented by

+
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      u: unknown
    +

    Returns boolean

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.WatchHandle.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.WatchHandle.html new file mode 100644 index 000000000..063fa5963 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.WatchHandle.html @@ -0,0 +1,268 @@ +WatchHandle | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • WatchHandle
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    Stop watching.

    +
    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.internal.InputMigrationEvent.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.internal.InputMigrationEvent.html new file mode 100644 index 000000000..bbba960d4 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.internal.InputMigrationEvent.html @@ -0,0 +1,325 @@ +InputMigrationEvent | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • InputMigrationEvent
+
+
+
+ +
+
+

Properties

+
+ +
contextKeys: Record<string, string>
+
+ +
creationDate: number
+
+ +
evaluation: any
+
+ +
kind: "migration_op"
+
+ +
measurements: any[]
+
+ +
operation: string
+
+ +
samplingRatio: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDContextDeduplicator.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDContextDeduplicator.html new file mode 100644 index 000000000..522bd256a --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDContextDeduplicator.html @@ -0,0 +1,319 @@ +LDContextDeduplicator | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for a strategy for removing duplicate contexts from the event stream. +Client side event processors do not do this de-duplication, so the implementation +is not part of the default event processor.

+
+
+
+

Hierarchy

+
    +
  • LDContextDeduplicator
+
+
+
+ +
+
+

Properties

+
+
+

Methods

+
+
+

Properties

+
+ +
flushInterval?: number
+

The interval, if any, at which the event processor should call flush.

+
+
+
+

Methods

+
+ +
    + +
  • +

    Forgets any cached user information, so all subsequent contexts will be treated as new.

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Updates the internal state if necessary to reflect that we have seen the given context. +Returns true if it is time to insert an index event for this context into the event output.

    +

    Client implementations may always return true.

    +
    +
    +

    Parameters

    +
    +

    Returns boolean

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventProcessor.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventProcessor.html new file mode 100644 index 000000000..27d74321d --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventProcessor.html @@ -0,0 +1,305 @@ +LDEventProcessor | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • LDEventProcessor
+
+

Implemented by

+
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSender.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSender.html new file mode 100644 index 000000000..55ca35a09 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSender.html @@ -0,0 +1,282 @@ +LDEventSender | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • LDEventSender
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSenderResult.html b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSenderResult.html new file mode 100644 index 000000000..9e6131a26 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/platform-1.subsystem.LDEventSenderResult.html @@ -0,0 +1,286 @@ +LDEventSenderResult | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Hierarchy

+
    +
  • LDEventSenderResult
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
error?: any
+
+ +
serverTime?: number
+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/subsystems.LDDataSourceUpdates.html b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDDataSourceUpdates.html new file mode 100644 index 000000000..bda940878 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDDataSourceUpdates.html @@ -0,0 +1,268 @@ +LDDataSourceUpdates | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface that a data source implementation will use to push data into the SDK.

+

The data source interacts with this object, rather than manipulating the data store directly, so +that the SDK can perform any other necessary operations that must happen when data is updated.

+
+
+
+

Hierarchy

+
    +
  • LDDataSourceUpdates
+
+
+
+ +
+
+

Methods

+
+
+

Methods

+
+ +
    + +
  • +

    Completely overwrites the current contents of the data store with a set of items for each +collection.

    +
    +
    +

    Parameters

    +
      +
    • +
      allData: LDFeatureStoreDataStorage
      +

      An object in which each key is the "namespace" of a collection (e.g. "features") and + the value is an object that maps keys to entities. The actual type of this parameter is + interfaces.FullDataSet<VersionedData>.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called when the store has been initialized.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Updates or inserts an item in the specified collection. For updates, the object will only be +updated if the existing version is less than the new version.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      data: LDKeyedFeatureStoreItem
      +

      The contents of the entity, as an object that can be converted to JSON. The store + should check the version property of this object, and should not overwrite any + existing data if the existing version is greater than or equal to that value. + The actual type of this parameter is interfaces.VersionedData.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called after the upsert operation is complete.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStore.html b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStore.html new file mode 100644 index 000000000..3a297bfc8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStore.html @@ -0,0 +1,465 @@ +LDFeatureStore | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Interface for a feature store component.

+

The feature store is what the client uses to store feature flag data that has been received +from LaunchDarkly. By default, it uses an in-memory implementation; database integrations are +also available. Read the SDK features guide. +You will not need to use this interface unless you are writing your own implementation.

+

Feature store methods can and should call their callbacks directly whenever possible, rather +than deferring them with setImmediate() or process.nextTick(). This means that if for any +reason you are updating or querying a feature store directly in your application code (which +is not part of normal use of the SDK) you should be aware that the callback may be executed +immediately.

+
+
+
+

Hierarchy

+
    +
  • LDFeatureStore
+
+

Implemented by

+
+
+
+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Get all entities from a collection.

    +

    The store should filter out any entities with the property deleted: true.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The store should not make any assumptions about the format + of the data, but just return an object in which each key is the key property of an entity + and the value is the entity. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      callback: ((res) => void)
      +

      Will be called with the resulting map. The actual type of the result value is + interfaces.KeyedItems<VersionedData>.

      +
      +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Releases any resources being used by the feature store.

    +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Delete an entity from the store.

    +

    Deletion should be implemented by storing a placeholder object with the property +deleted: true and a version property equal to the provided version. In other words, +it should be exactly the same as calling upsert with such an object.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      key: string
      +

      The unique key of the entity within the specified collection.

      +
    • +
    • +
      version: number
      +

      A number that must be greater than the version property of the existing entity in + order for it to be deleted. If it is less than or equal to the existing version, the + method should do nothing.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called when the delete operation is complete.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Get an entity from the store.

    +

    The store should treat any entity with the property deleted: true as "not found".

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The store should not make any assumptions about the format + of the data, but just return a JSON object. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      key: string
      +

      The unique key of the entity within the specified collection.

      +
    • +
    • +
      callback: ((res) => void)
      +

      Will be called with the retrieved entity, or null if not found. The actual type of the result + value is interfaces.VersionedData.

      +
      +
    +

    Returns void

    +
+
+ +
    + +
  • +

    Get a description of the store.

    +
    +

    Returns string

    +
+
+ +
    + +
  • +

    Initialize the store, overwriting any existing data.

    +
    +
    +

    Parameters

    +
      +
    • +
      allData: LDFeatureStoreDataStorage
      +

      An object in which each key is the "namespace" of a collection (e.g. "features") and + the value is an object that maps keys to entities. The actual type of this parameter is + interfaces.FullDataSet<VersionedData>.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called when the store has been initialized.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Tests whether the store is initialized.

    +

    "Initialized" means that the store has been populated with data, either by the client +having called init() within this process, or by another process (if this is a shared +database).

    +
    +
    +

    Parameters

    +
      +
    • +
      callback: ((isInitialized) => void)
      +

      Will be called back with the boolean result.

      +
      +
        +
      • +
          +
        • (isInitialized): void
        • +
        • +
          +

          Parameters

          +
            +
          • +
            isInitialized: boolean
          +

          Returns void

    +

    Returns void

    +
+
+ +
    + +
  • +

    Add an entity or update an existing entity.

    +
    +
    +

    Parameters

    +
      +
    • +
      kind: DataKind
      +

      The type of data to be accessed. The actual type of this parameter is + interfaces.DataKind.

      +
    • +
    • +
      data: LDKeyedFeatureStoreItem
      +

      The contents of the entity, as an object that can be converted to JSON. The store + should check the version property of this object, and should not overwrite any + existing data if the existing version is greater than or equal to that value. + The actual type of this parameter is interfaces.VersionedData.

      +
    • +
    • +
      callback: (() => void)
      +

      Will be called after the upsert operation is complete.

      +
      +
        +
      • +
          +
        • (): void
        • +
        • +

          Returns void

    +

    Returns void

    +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreDataStorage.html b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreDataStorage.html new file mode 100644 index 000000000..bbc093412 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreDataStorage.html @@ -0,0 +1,183 @@ +LDFeatureStoreDataStorage | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Represents the storage for the full data store.

+
+
+
+

Hierarchy

+
    +
  • LDFeatureStoreDataStorage
+
+

Indexable

+
[namespace: string]: LDFeatureStoreKindData
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreItem.html b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreItem.html new file mode 100644 index 000000000..b4f2efe1b --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreItem.html @@ -0,0 +1,213 @@ +LDFeatureStoreItem | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Represents an item which can be stored in the feature store.

+
+
+
+

Hierarchy

+
+
+

Indexable

+
[attribute: string]: any
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
deleted?: boolean
+
+ +
version: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreKindData.html b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreKindData.html new file mode 100644 index 000000000..d4ba20be0 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDFeatureStoreKindData.html @@ -0,0 +1,183 @@ +LDFeatureStoreKindData | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

Represents the storage for a single kind of data. e.g. 'flag' or 'segment'.

+
+
+
+

Hierarchy

+
    +
  • LDFeatureStoreKindData
+
+

Indexable

+
[key: string]: LDFeatureStoreItem
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/interfaces/subsystems.LDKeyedFeatureStoreItem.html b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDKeyedFeatureStoreItem.html new file mode 100644 index 000000000..84e408c88 --- /dev/null +++ b/packages/sdk/cloudflare/docs/interfaces/subsystems.LDKeyedFeatureStoreItem.html @@ -0,0 +1,219 @@ +LDKeyedFeatureStoreItem | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+

When upserting an item it must contain a key.

+
+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
deleted?: boolean
+
+ +
key: string
+
+ +
version: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/modules/integrations.html b/packages/sdk/cloudflare/docs/modules/integrations.html new file mode 100644 index 000000000..f819442ef --- /dev/null +++ b/packages/sdk/cloudflare/docs/modules/integrations.html @@ -0,0 +1,179 @@ +integrations | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
+

Index

+
+

Classes

+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/modules/interfaces.html b/packages/sdk/cloudflare/docs/modules/interfaces.html new file mode 100644 index 000000000..557b88ff9 --- /dev/null +++ b/packages/sdk/cloudflare/docs/modules/interfaces.html @@ -0,0 +1,206 @@ +interfaces | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+ +
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/modules/platform-1.html b/packages/sdk/cloudflare/docs/modules/platform-1.html new file mode 100644 index 000000000..b306863a6 --- /dev/null +++ b/packages/sdk/cloudflare/docs/modules/platform-1.html @@ -0,0 +1,325 @@ +platform | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+ +
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/modules/platform-1.internal.html b/packages/sdk/cloudflare/docs/modules/platform-1.internal.html new file mode 100644 index 000000000..c0ebbe8b5 --- /dev/null +++ b/packages/sdk/cloudflare/docs/modules/platform-1.internal.html @@ -0,0 +1,292 @@ +internal | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+ +
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/modules/platform-1.subsystem.html b/packages/sdk/cloudflare/docs/modules/platform-1.subsystem.html new file mode 100644 index 000000000..376a75e12 --- /dev/null +++ b/packages/sdk/cloudflare/docs/modules/platform-1.subsystem.html @@ -0,0 +1,261 @@ +subsystem | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
+

Index

+
+

Enumerations

+
+
+

Interfaces

+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/modules/subsystems.html b/packages/sdk/cloudflare/docs/modules/subsystems.html new file mode 100644 index 000000000..a842d68fe --- /dev/null +++ b/packages/sdk/cloudflare/docs/modules/subsystems.html @@ -0,0 +1,183 @@ +subsystems | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
+

Index

+
+

Interfaces

+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDMethodResult.html b/packages/sdk/cloudflare/docs/types/LDMethodResult.html new file mode 100644 index 000000000..e865b1ae8 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDMethodResult.html @@ -0,0 +1,187 @@ +LDMethodResult | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias LDMethodResult<TResult>

+
LDMethodResult<TResult>: {
    result: TResult;
    success: true;
} | {
    error: any;
    success: false;
}
+

Migration methods may return an LDMethodResult. +The implementation includes methods for creating results conveniently.

+

An implementation may also throw an exception to represent an error.

+
+
+

Type Parameters

+
    +
  • +

    TResult

+
+

Type declaration

+
    +
  • +
    result: TResult
  • +
  • +
    success: true
+
+

Type declaration

+
    +
  • +
    error: any
  • +
  • +
    success: false
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDMigrationMeasurement.html b/packages/sdk/cloudflare/docs/types/LDMigrationMeasurement.html new file mode 100644 index 000000000..85c36bd60 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDMigrationMeasurement.html @@ -0,0 +1,166 @@ +LDMigrationMeasurement | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias LDMigrationMeasurement

+ +

Types of measurements supported by an LDMigrationOpEvent.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDMigrationOp.html b/packages/sdk/cloudflare/docs/types/LDMigrationOp.html new file mode 100644 index 000000000..f23a6f76e --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDMigrationOp.html @@ -0,0 +1,163 @@ +LDMigrationOp | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias LDMigrationOp

+
LDMigrationOp: "read" | "write"
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDMigrationOrigin.html b/packages/sdk/cloudflare/docs/types/LDMigrationOrigin.html new file mode 100644 index 000000000..bfb42f01b --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDMigrationOrigin.html @@ -0,0 +1,168 @@ +LDMigrationOrigin | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias LDMigrationOrigin

+
LDMigrationOrigin: "old" | "new"
+

Specifies the origin of the result or error.

+

Results from readOld or writeOld will be 'old'. +Results from readNew or writeNew will be 'new'.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDMigrationReadResult.html b/packages/sdk/cloudflare/docs/types/LDMigrationReadResult.html new file mode 100644 index 000000000..98cc4b1fd --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDMigrationReadResult.html @@ -0,0 +1,171 @@ +LDMigrationReadResult | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias LDMigrationReadResult<TResult>

+
LDMigrationReadResult<TResult>: LDMigrationResult<TResult>
+

Result of a migration read operation.

+
+
+

Type Parameters

+
    +
  • +

    TResult

+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDMigrationResult.html b/packages/sdk/cloudflare/docs/types/LDMigrationResult.html new file mode 100644 index 000000000..abf464cb3 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDMigrationResult.html @@ -0,0 +1,190 @@ +LDMigrationResult | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias LDMigrationResult<TResult>

+
LDMigrationResult<TResult>: {
    origin: LDMigrationOrigin;
    result: TResult;
    success: true;
} | {
    error: any;
    origin: LDMigrationOrigin;
    success: false;
}
+

Result of a component of an LDMigration.

+

Should not need to be used by a consumer of this API directly.

+
+
+

Type Parameters

+
    +
  • +

    TResult

+
+

Type declaration

+
+
+

Type declaration

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDMigrationWriteResult.html b/packages/sdk/cloudflare/docs/types/LDMigrationWriteResult.html new file mode 100644 index 000000000..055b95649 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDMigrationWriteResult.html @@ -0,0 +1,185 @@ +LDMigrationWriteResult | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias LDMigrationWriteResult<TResult>

+
LDMigrationWriteResult<TResult>: {
    authoritative: LDMigrationResult<TResult>;
    nonAuthoritative?: LDMigrationResult<TResult>;
}
+

Result of a migration write operation.

+

Authoritative writes are done before non-authoritative, so the authoritative +field should contain either an error or a result.

+

If the authoritative write fails, then the non-authoritative operation will +not be executed. When this happens the nonAuthoritative field will not be +populated.

+

When the non-authoritative operation is executed, then it will result in +either a result or an error and the field will be populated as such.

+
+
+

Type Parameters

+
    +
  • +

    TResult

+
+

Type declaration

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/LDOptions.html b/packages/sdk/cloudflare/docs/types/LDOptions.html new file mode 100644 index 000000000..ea318f145 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/LDOptions.html @@ -0,0 +1,168 @@ +LDOptions | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
LDOptions: Pick<LDOptionsCommon, "logger" | "sendEvents">
+

The Launchdarkly Edge SDKs configuration options. Only logger is officially +supported. sendEvents is unsupported and is only included as a beta +preview.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/interfaces.FullDataSet.html b/packages/sdk/cloudflare/docs/types/interfaces.FullDataSet.html new file mode 100644 index 000000000..578f8549c --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/interfaces.FullDataSet.html @@ -0,0 +1,193 @@ +FullDataSet | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
FullDataSet<T>: Record<string, KeyedItems<T>>
+

Used internally to describe a full set of environment data, which can include both feature +flags and user segments. The string key for each item is the namespace property of a +interfaces.DataKind.

+
+
+

Type Parameters

+
    +
  • +

    T

+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/interfaces.KeyedItems.html b/packages/sdk/cloudflare/docs/types/interfaces.KeyedItems.html new file mode 100644 index 000000000..487a55896 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/interfaces.KeyedItems.html @@ -0,0 +1,192 @@ +KeyedItems | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
KeyedItems<T>: Record<string, T>
+

Used internally to describe a set of stored data items of the same kind, such as feature flags +or user segments. The string key for each item is the same as the item's key property.

+
+
+

Type Parameters

+
    +
  • +

    T

+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/interfaces.KindKeyedStore.html b/packages/sdk/cloudflare/docs/types/interfaces.KindKeyedStore.html new file mode 100644 index 000000000..c324dc886 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/interfaces.KindKeyedStore.html @@ -0,0 +1,188 @@ +KindKeyedStore | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+
+ +

Type alias KindKeyedStore<Kind>

+
KindKeyedStore<Kind>: KeyedItems<Kind, KeyedItems<string, SerializedItemDescriptor>>
+
+

Type Parameters

+
    +
  • +

    Kind

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.EventListener.html b/packages/sdk/cloudflare/docs/types/platform-1.EventListener.html new file mode 100644 index 000000000..eb205c5de --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.EventListener.html @@ -0,0 +1,254 @@ +EventListener | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
EventListener: ((event?) => void)
+
+

Type declaration

+
    +
  • +
      +
    • (event?): void
    • +
    • +
      +

      Parameters

      +
        +
      • +
        Optional event: {
            data?: any;
        }
        Optional +
          +
        • +
          Optional data?: any
      +

      Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.EventName.html b/packages/sdk/cloudflare/docs/types/platform-1.EventName.html new file mode 100644 index 000000000..7a9ddc365 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.EventName.html @@ -0,0 +1,238 @@ +EventName | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
EventName: "delete" | "patch" | "ping" | "put"
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.LDContext.html b/packages/sdk/cloudflare/docs/types/platform-1.LDContext.html new file mode 100644 index 000000000..46d14fd8d --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.LDContext.html @@ -0,0 +1,241 @@ +LDContext | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ + +

A LaunchDarkly context object.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.LDFlagValue.html b/packages/sdk/cloudflare/docs/types/platform-1.LDFlagValue.html new file mode 100644 index 000000000..8dbd45284 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.LDFlagValue.html @@ -0,0 +1,242 @@ +LDFlagValue | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
LDFlagValue: any
+

The types of values a feature flag can have.

+

Flags can have any JSON-serializable value.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.LDHeaders.html b/packages/sdk/cloudflare/docs/types/platform-1.LDHeaders.html new file mode 100644 index 000000000..375be2dcd --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.LDHeaders.html @@ -0,0 +1,249 @@ +LDHeaders | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
LDHeaders: {
    authorization: string;
    user-agent: string;
    x-launchdarkly-tags?: string;
    x-launchdarkly-wrapper?: string;
}
+
+

Type declaration

+
    +
  • +
    authorization: string
  • +
  • +
    user-agent: string
  • +
  • +
    Optional x-launchdarkly-tags?: string
  • +
  • +
    Optional x-launchdarkly-wrapper?: string
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.LDLogLevel.html b/packages/sdk/cloudflare/docs/types/platform-1.LDLogLevel.html new file mode 100644 index 000000000..b32b332df --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.LDLogLevel.html @@ -0,0 +1,245 @@ +LDLogLevel | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
LDLogLevel: "debug" | "info" | "warn" | "error" | "none"
+

Logging levels that can be used with basicLogger.

+

SetBasicLoggerOptions.level to one of these values to control what levels +of log messages are enabled. Going from lowest importance (and most verbose) +to most importance, the levels are 'debug', 'info', 'warn', and 'error'. +You can also specify 'none' instead to disable all logging.

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.ProcessStreamResponse.html b/packages/sdk/cloudflare/docs/types/platform-1.ProcessStreamResponse.html new file mode 100644 index 000000000..3563f400f --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.ProcessStreamResponse.html @@ -0,0 +1,267 @@ +ProcessStreamResponse | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
ProcessStreamResponse: {
    deserializeData: ((data) => any);
    processJson: ((json) => void);
}
+
+

Type declaration

+
    +
  • +
    deserializeData: ((data) => any)
    +
      +
    • +
        +
      • (data): any
      • +
      • +
        +

        Parameters

        +
          +
        • +
          data: string
        +

        Returns any

  • +
  • +
    processJson: ((json) => void)
    +
      +
    • +
        +
      • (json): void
      • +
      • +
        +

        Parameters

        +
          +
        • +
          json: any
        +

        Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.VoidFunction.html b/packages/sdk/cloudflare/docs/types/platform-1.VoidFunction.html new file mode 100644 index 000000000..6a3561fe9 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.VoidFunction.html @@ -0,0 +1,246 @@ +VoidFunction | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
VoidFunction: (() => void)
+
+

Type declaration

+
    +
  • +
      +
    • (): void
    • +
    • +

      Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.internal.EvalEventArgs.html b/packages/sdk/cloudflare/docs/types/platform-1.internal.EvalEventArgs.html new file mode 100644 index 000000000..98fa0fe39 --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.internal.EvalEventArgs.html @@ -0,0 +1,288 @@ +EvalEventArgs | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
EvalEventArgs: {
    addExperimentData?: boolean;
    context: Context;
    debugEventsUntilDate?: number;
    defaultVal: any;
    excludeFromSummaries?: boolean;
    flagKey: string;
    prereqOfFlagKey?: string;
    reason?: LDEvaluationReason;
    samplingRatio?: number;
    trackEvents: boolean;
    value: LDFlagValue;
    variation?: number;
    version: number;
}
+
+

Type declaration

+
    +
  • +
    Optional addExperimentData?: boolean
  • +
  • +
    context: Context
  • +
  • +
    Optional debugEventsUntilDate?: number
  • +
  • +
    defaultVal: any
  • +
  • +
    Optional excludeFromSummaries?: boolean
  • +
  • +
    flagKey: string
  • +
  • +
    Optional prereqOfFlagKey?: string
  • +
  • +
    Optional reason?: LDEvaluationReason
  • +
  • +
    Optional samplingRatio?: number
  • +
  • +
    trackEvents: boolean
  • +
  • +
    value: LDFlagValue
  • +
  • +
    Optional variation?: number
  • +
  • +
    version: number
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.internal.InputEvent.html b/packages/sdk/cloudflare/docs/types/platform-1.internal.InputEvent.html new file mode 100644 index 000000000..88458c74e --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.internal.InputEvent.html @@ -0,0 +1,259 @@ +InputEvent | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/packages/sdk/cloudflare/docs/types/platform-1.internal.StreamingErrorHandler.html b/packages/sdk/cloudflare/docs/types/platform-1.internal.StreamingErrorHandler.html new file mode 100644 index 000000000..e5c59c66d --- /dev/null +++ b/packages/sdk/cloudflare/docs/types/platform-1.internal.StreamingErrorHandler.html @@ -0,0 +1,272 @@ +StreamingErrorHandler | @launchdarkly/cloudflare-server-sdk - v2.2.2
+
+ +
+
+
+ +
StreamingErrorHandler: ((err) => void)
+
+

Type declaration

+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file