@leaflow/sdk 0.51.0 → 0.52.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.
|
@@ -1293,6 +1293,15 @@ export interface components {
|
|
|
1293
1293
|
* when the page loads.
|
|
1294
1294
|
*/
|
|
1295
1295
|
client_secret: string;
|
|
1296
|
+
/**
|
|
1297
|
+
* @description Identifies this platform to the provider's JavaScript. Public by design.
|
|
1298
|
+
*
|
|
1299
|
+
* It comes from here rather than from the browser bundle because it has to match the
|
|
1300
|
+
* account and the mode of the key the session was created with. Baking it into the build
|
|
1301
|
+
* makes one image unusable against the other mode, and the mismatch shows up as a form
|
|
1302
|
+
* that never loads.
|
|
1303
|
+
*/
|
|
1304
|
+
publishable_key: string;
|
|
1296
1305
|
/**
|
|
1297
1306
|
* @description The provider's id for this attempt.
|
|
1298
1307
|
*
|