@finverse/sdk-typescript 0.0.134 → 0.0.136
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 +7 -1
- 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";
|
|
@@ -863,7 +869,7 @@ export interface CreatePaymentLinkMandateRequest {
|
|
|
863
869
|
* @type {string}
|
|
864
870
|
* @memberof CreatePaymentLinkMandateRequest
|
|
865
871
|
*/
|
|
866
|
-
|
|
872
|
+
payment_attempt_id: string;
|
|
867
873
|
/**
|
|
868
874
|
* The sender type of the mandate
|
|
869
875
|
* @type {string}
|