@devcycle/types
Advanced tools
Comparing version 1.20.0 to 1.21.0
{ | ||
"name": "@devcycle/types", | ||
"version": "1.20.0", | ||
"version": "1.21.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs.js", |
@@ -78,2 +78,8 @@ import { DVCLogger, DVCDefaultLogLevel } from '../../../logger'; | ||
/** | ||
* Disables real time updates and their associated SSE connection | ||
* will default back to polling for config updates | ||
*/ | ||
disableRealTimeUpdates?: boolean; | ||
/** | ||
* @deprecated real time updates are enabled by default now | ||
* BETA: Enable Real Time Updates and their associated SSE connection | ||
@@ -80,0 +86,0 @@ */ |
@@ -78,2 +78,8 @@ import { DVCLogger, DVCDefaultLogLevel } from '../../../logger'; | ||
/** | ||
* Disables real time updates and their associated SSE connection | ||
* will default back to polling for config updates | ||
*/ | ||
disableRealTimeUpdates?: boolean; | ||
/** | ||
* @deprecated real time updates are enabled by default now | ||
* BETA: Enable Real Time Updates and their associated SSE connection | ||
@@ -80,0 +86,0 @@ */ |
147025
4805