@wscsports/blaze-web-sdk 0.3.13 → 0.3.14
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/publish/index.d.ts +1 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -1441,7 +1441,7 @@ declare abstract class AppConfigurationServiceClass extends AppConfigurationServ
|
|
|
1441
1441
|
private _appConfigurations?;
|
|
1442
1442
|
constructor();
|
|
1443
1443
|
get appConfigurations(): AppConfiguration | undefined;
|
|
1444
|
-
init(): Promise<void>;
|
|
1444
|
+
init(options: IBlazeSDKOptions): Promise<void>;
|
|
1445
1445
|
}
|
|
1446
1446
|
export declare const AppConfigurationService: AppConfigurationServiceClass;
|
|
1447
1447
|
|