@finverse/sdk-typescript 0.0.6 → 0.0.7
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/api.d.ts +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1288,7 +1288,7 @@ export interface LinkTokenRequest {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
ui_mode?: LinkTokenRequestUiModeEnum;
|
|
1290
1290
|
/**
|
|
1291
|
-
*
|
|
1291
|
+
* ISO639-1 language code. Language to display when user open the link, default to English (en) if not specified
|
|
1292
1292
|
* @type {string}
|
|
1293
1293
|
* @memberof LinkTokenRequest
|
|
1294
1294
|
*/
|