@vrplatform/api 1.2.33-stage.892 → 1.2.33-stage.893
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/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -21763,26 +21763,39 @@ export interface operations {
|
|
|
21763
21763
|
"application/json": {
|
|
21764
21764
|
connectionId: string;
|
|
21765
21765
|
institutionName: string;
|
|
21766
|
-
|
|
21767
|
-
|
|
21768
|
-
|
|
21769
|
-
|
|
21770
|
-
|
|
21771
|
-
|
|
21772
|
-
|
|
21773
|
-
|
|
21774
|
-
|
|
21775
|
-
|
|
21776
|
-
|
|
21777
|
-
|
|
21778
|
-
|
|
21779
|
-
|
|
21780
|
-
|
|
21781
|
-
|
|
21782
|
-
|
|
21783
|
-
/** @enum {string
|
|
21784
|
-
|
|
21785
|
-
|
|
21766
|
+
issues: ({
|
|
21767
|
+
/** @enum {string} */
|
|
21768
|
+
code: "plaidHealthDegraded";
|
|
21769
|
+
/** @enum {string} */
|
|
21770
|
+
severity: "warning";
|
|
21771
|
+
context: {
|
|
21772
|
+
/** @enum {string} */
|
|
21773
|
+
badge: "auth" | "item_logins" | "transactions_updates";
|
|
21774
|
+
title: string;
|
|
21775
|
+
/** @enum {string} */
|
|
21776
|
+
status: "DEGRADED";
|
|
21777
|
+
/** @enum {string} */
|
|
21778
|
+
refreshInterval?: "NORMAL" | "STOPPED" | "DELAYED";
|
|
21779
|
+
description?: string;
|
|
21780
|
+
statusDescription: string;
|
|
21781
|
+
};
|
|
21782
|
+
} | {
|
|
21783
|
+
/** @enum {string} */
|
|
21784
|
+
code: "plaidHealthDown";
|
|
21785
|
+
/** @enum {string} */
|
|
21786
|
+
severity: "error";
|
|
21787
|
+
context: {
|
|
21788
|
+
/** @enum {string} */
|
|
21789
|
+
badge: "auth" | "item_logins" | "transactions_updates";
|
|
21790
|
+
title: string;
|
|
21791
|
+
/** @enum {string} */
|
|
21792
|
+
status: "DOWN";
|
|
21793
|
+
/** @enum {string} */
|
|
21794
|
+
refreshInterval?: "NORMAL" | "STOPPED" | "DELAYED";
|
|
21795
|
+
description?: string;
|
|
21796
|
+
statusDescription: string;
|
|
21797
|
+
};
|
|
21798
|
+
})[];
|
|
21786
21799
|
};
|
|
21787
21800
|
};
|
|
21788
21801
|
};
|