@transmitsecurity/platform-web-sdk 2.5.0 → 2.6.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/dist/ido.d.ts CHANGED
@@ -957,7 +957,9 @@ interface IdoSdk {
957
957
  * ido: { serverPath: 'https://api.transmitsecurity.io/ido'}
958
958
  * });
959
959
  */
960
- init(clientId: string, options?: IdoInitOptions): Promise<void>;
960
+ init(clientId: string, options?: IdoInitOptions, cryptoBindingConfig?: {
961
+ keyScope?: string;
962
+ }): Promise<void>;
961
963
  /**
962
964
  * @description Starts a Journey with a given id.
963
965
  * @param journeyId - Journey Identifier in the Mosaic Admin Console.