@vrplatform/api 1.2.33-stage.823 → 1.2.33-stage.825

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.
@@ -22671,17 +22671,28 @@ export interface operations {
22671
22671
  };
22672
22672
  content: {
22673
22673
  "application/json": {
22674
- institution: {
22675
- country_codes: string[];
22676
- institution_id: string;
22677
- routing_numbers?: string[];
22678
- name: string;
22679
- products: string[];
22680
- logo: string | null;
22681
- url: string | null;
22682
- status?: unknown;
22674
+ connectionId: string;
22675
+ institutionName: string;
22676
+ auth: {
22677
+ last_status_change: string;
22678
+ status: string;
22679
+ };
22680
+ investments_updates: {
22681
+ last_status_change: string;
22682
+ status: string;
22683
+ /** @enum {string|null} */
22684
+ refresh_interval?: "NORMAL" | "STOPPED" | "DELAYED" | null;
22685
+ };
22686
+ item_logins: {
22687
+ last_status_change: string;
22688
+ status: string;
22689
+ };
22690
+ transactions_updates: {
22691
+ last_status_change: string;
22692
+ status: string;
22693
+ /** @enum {string|null} */
22694
+ refresh_interval?: "NORMAL" | "STOPPED" | "DELAYED" | null;
22683
22695
  };
22684
- request_id?: string;
22685
22696
  };
22686
22697
  };
22687
22698
  };