@finverse/sdk-typescript 0.0.394 → 0.0.396

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +12 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -5261,6 +5261,12 @@ export interface LoginIdentity {
5261
5261
  * @memberof LoginIdentity
5262
5262
  */
5263
5263
  last_session_id?: string;
5264
+ /**
5265
+ * stable id for the hashed bank username, used to track unique end-user online-banking accounts
5266
+ * @type {string}
5267
+ * @memberof LoginIdentity
5268
+ */
5269
+ username_hash_id?: string;
5264
5270
  /**
5265
5271
  *
5266
5272
  * @type {RefreshData}
@@ -9038,6 +9044,12 @@ export interface SelectPaymentMethodRequest {
9038
9044
  * @memberof SelectPaymentMethodRequest
9039
9045
  */
9040
9046
  kcp_va_metadata?: KcpVaMetadata;
9047
+ /**
9048
+ * Locale for the payment processor\'s hosted checkout UI (e.g. en-US, zh-TW, ko-KR), mapped from the Finverse Link language. Optional; the processor falls back to its default if omitted.
9049
+ * @type {string}
9050
+ * @memberof SelectPaymentMethodRequest
9051
+ */
9052
+ locale?: string;
9041
9053
  }
9042
9054
  export declare const SelectPaymentMethodRequestPaymentMethodTypeEnum: {
9043
9055
  readonly Mandate: "MANDATE";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.394",
3
+ "version": "0.0.396",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {