@finverse/sdk-typescript 0.0.57 → 0.0.58
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
|
@@ -2591,7 +2591,7 @@ export interface MandateAuthLinkCustomizations {
|
|
|
2591
2591
|
*/
|
|
2592
2592
|
link_mode?: string;
|
|
2593
2593
|
/**
|
|
2594
|
-
* institution\'s supported product filter
|
|
2594
|
+
* institution\'s supported product filter. For mandate authorization, this field should contain [\"MANDATE\"]
|
|
2595
2595
|
* @type {Array<string>}
|
|
2596
2596
|
* @memberof MandateAuthLinkCustomizations
|
|
2597
2597
|
*/
|