@finverse/sdk-typescript 0.0.256 → 0.0.257
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
|
@@ -4854,10 +4854,10 @@ export interface NonSensitiveLinkStatusResponse {
|
|
|
4854
4854
|
success?: NonSensitiveLinkStatusSuccessModel;
|
|
4855
4855
|
/**
|
|
4856
4856
|
*
|
|
4857
|
-
* @type {
|
|
4857
|
+
* @type {FvErrorModelV2}
|
|
4858
4858
|
* @memberof NonSensitiveLinkStatusResponse
|
|
4859
4859
|
*/
|
|
4860
|
-
error?:
|
|
4860
|
+
error?: FvErrorModelV2;
|
|
4861
4861
|
}
|
|
4862
4862
|
/**
|
|
4863
4863
|
*
|