@finverse/sdk-typescript 0.0.31 → 0.0.32
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 +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2334,13 +2334,13 @@ export interface RefreshData {
|
|
|
2334
2334
|
* @type {boolean}
|
|
2335
2335
|
* @memberof RefreshData
|
|
2336
2336
|
*/
|
|
2337
|
-
credentials_stored
|
|
2337
|
+
credentials_stored: boolean;
|
|
2338
2338
|
/**
|
|
2339
2339
|
*
|
|
2340
2340
|
* @type {boolean}
|
|
2341
2341
|
* @memberof RefreshData
|
|
2342
2342
|
*/
|
|
2343
|
-
refresh_allowed
|
|
2343
|
+
refresh_allowed: boolean;
|
|
2344
2344
|
}
|
|
2345
2345
|
/**
|
|
2346
2346
|
*
|