@leaflow/sdk 0.52.0 → 0.53.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.
@@ -1286,11 +1286,11 @@ export interface components {
1286
1286
  };
1287
1287
  PaymentMethodSetupSession: {
1288
1288
  /**
1289
- * @description Initialises the provider's JavaScript, which mounts its form in an iframe on this page.
1289
+ * @description Confirms this attempt from the browser, against the provider's own inputs.
1290
1290
  *
1291
- * Not a URL: the form is embedded rather than redirected to, so the account holder stays
1292
- * on the console. It expires, so fetch it when the form is about to be shown rather than
1293
- * when the page loads.
1291
+ * Not a URL and not a hosted page: only the inputs come from the provider, so the
1292
+ * heading, the button and the styling around them are this platform's. It expires, so
1293
+ * fetch it when the form is about to be shown rather than when the page loads.
1294
1294
  */
1295
1295
  client_secret: string;
1296
1296
  /**
@@ -1309,7 +1309,7 @@ export interface components {
1309
1309
  * records the method. It is here so that a support conversation about one failed attempt
1310
1310
  * has something to look it up by.
1311
1311
  */
1312
- session_id?: string;
1312
+ setup_id?: string;
1313
1313
  };
1314
1314
  /**
1315
1315
  * @description One saved way of collecting money later, without the account holder present.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.52.0",
3
+ "version": "0.53.0",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {