@finverse/sdk-typescript 0.0.71 → 0.0.72
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
|
@@ -3034,6 +3034,12 @@ export interface MandateAuthLinkCustomizations {
|
|
|
3034
3034
|
* @memberof MandateAuthLinkCustomizations
|
|
3035
3035
|
*/
|
|
3036
3036
|
ui_mode?: MandateAuthLinkCustomizationsUiModeEnum;
|
|
3037
|
+
/**
|
|
3038
|
+
* The URI to redirect to. Required if ui_mode is \"redirect\" or \"auto_redirect\"
|
|
3039
|
+
* @type {string}
|
|
3040
|
+
* @memberof MandateAuthLinkCustomizations
|
|
3041
|
+
*/
|
|
3042
|
+
redirect_uri?: string;
|
|
3037
3043
|
/**
|
|
3038
3044
|
* institution\'s supported user_type filter
|
|
3039
3045
|
* @type {Array<string>}
|