@splitsoftware/splitio-commons 2.7.9-rc.2 → 2.7.9-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/splitio.d.ts +4 -0
package/package.json
CHANGED
package/types/splitio.d.ts
CHANGED
|
@@ -96,6 +96,10 @@ interface ISharedSettings {
|
|
|
96
96
|
* Set together with `debug` option to `true` or a log level string to enable logging.
|
|
97
97
|
*/
|
|
98
98
|
logger?: SplitIO.Logger;
|
|
99
|
+
/**
|
|
100
|
+
* Fallback treatments to be used when the SDK is not ready or the flag is not found.
|
|
101
|
+
*/
|
|
102
|
+
fallbackTreatments?: SplitIO.FallbackTreatmentConfiguration;
|
|
99
103
|
}
|
|
100
104
|
/**
|
|
101
105
|
* Common settings properties for SDKs with synchronous API (standalone and localhost modes).
|