@finverse/sdk-typescript 0.0.134 → 0.0.135
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 +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -455,6 +455,12 @@ export interface AuthChecklistOptions {
|
|
|
455
455
|
* @memberof AuthChecklistOptions
|
|
456
456
|
*/
|
|
457
457
|
submitted_by?: AuthChecklistOptionsSubmittedByEnum;
|
|
458
|
+
/**
|
|
459
|
+
* Redirect to bank for authentication
|
|
460
|
+
* @type {string}
|
|
461
|
+
* @memberof AuthChecklistOptions
|
|
462
|
+
*/
|
|
463
|
+
redirect_url?: string;
|
|
458
464
|
}
|
|
459
465
|
export declare const AuthChecklistOptionsNameEnum: {
|
|
460
466
|
readonly CredentialsLogin: "INSTITUTION_CREDENTIALS_LOGIN";
|