@finverse/sdk-typescript 0.0.51 → 0.0.52
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 -13
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -754,19 +754,6 @@ export interface CustomizationDetails {
|
|
|
754
754
|
*/
|
|
755
755
|
display_name?: string;
|
|
756
756
|
}
|
|
757
|
-
/**
|
|
758
|
-
*
|
|
759
|
-
* @export
|
|
760
|
-
* @interface DeleteInstitutionResponse
|
|
761
|
-
*/
|
|
762
|
-
export interface DeleteInstitutionResponse {
|
|
763
|
-
/**
|
|
764
|
-
*
|
|
765
|
-
* @type {boolean}
|
|
766
|
-
* @memberof DeleteInstitutionResponse
|
|
767
|
-
*/
|
|
768
|
-
success?: boolean;
|
|
769
|
-
}
|
|
770
757
|
/**
|
|
771
758
|
*
|
|
772
759
|
* @export
|
|
@@ -1852,6 +1839,12 @@ export interface Institution {
|
|
|
1852
1839
|
* @memberof Institution
|
|
1853
1840
|
*/
|
|
1854
1841
|
updated_at?: string;
|
|
1842
|
+
/**
|
|
1843
|
+
*
|
|
1844
|
+
* @type {Array<string>}
|
|
1845
|
+
* @memberof Institution
|
|
1846
|
+
*/
|
|
1847
|
+
payment_rails?: Array<string>;
|
|
1855
1848
|
}
|
|
1856
1849
|
/**
|
|
1857
1850
|
*
|