@wscsports/blaze-web-sdk 0.27.0 → 0.28.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -2347,7 +2347,11 @@ export interface IService {
2347
2347
  }
2348
2348
 
2349
2349
  export interface IUrlRotationConfiguration {
2350
+ hosts: string[];
2351
+ }
2352
+
2350
2353
  export interface IUrlRotatorOptions {
2354
+ fallbackUrl: string;
2351
2355
  apiVersion?: string;
2352
2356
  }
2353
2357