@vrplatform/api 1.3.1-stage.2351 → 1.3.1-stage.2353

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.
@@ -4691,16 +4691,15 @@ export interface operations {
4691
4691
  status: "active" | "inactive";
4692
4692
  description?: string | null;
4693
4693
  bankAccountId?: string | null;
4694
- accountId?: string | null;
4695
- connectionId?: string | null;
4696
- source?: {
4694
+ bankAccount?: {
4697
4695
  /** Format: uuid */
4698
4696
  id: string;
4699
- type: string;
4700
- status?: ("active" | "inactive") | null;
4701
- appId?: string | null;
4702
- appIcon?: string | null;
4697
+ name: string;
4698
+ connectionId?: string | null;
4703
4699
  } | null;
4700
+ accountId?: string | null;
4701
+ connectionId?: string | null;
4702
+ appId?: string | null;
4704
4703
  /** @enum {string} */
4705
4704
  type: "transaction" | "balance";
4706
4705
  amount: number;
@@ -7233,16 +7232,15 @@ export interface operations {
7233
7232
  status: "active" | "inactive";
7234
7233
  description?: string | null;
7235
7234
  bankAccountId?: string | null;
7236
- accountId?: string | null;
7237
- connectionId?: string | null;
7238
- source?: {
7235
+ bankAccount?: {
7239
7236
  /** Format: uuid */
7240
7237
  id: string;
7241
- type: string;
7242
- status?: ("active" | "inactive") | null;
7243
- appId?: string | null;
7244
- appIcon?: string | null;
7238
+ name: string;
7239
+ connectionId?: string | null;
7245
7240
  } | null;
7241
+ accountId?: string | null;
7242
+ connectionId?: string | null;
7243
+ appId?: string | null;
7246
7244
  /** @enum {string} */
7247
7245
  type: "transaction" | "balance";
7248
7246
  amount: number;
@@ -7780,16 +7778,15 @@ export interface operations {
7780
7778
  status: "active" | "inactive";
7781
7779
  description?: string | null;
7782
7780
  bankAccountId?: string | null;
7783
- accountId?: string | null;
7784
- connectionId?: string | null;
7785
- source?: {
7781
+ bankAccount?: {
7786
7782
  /** Format: uuid */
7787
7783
  id: string;
7788
- type: string;
7789
- status?: ("active" | "inactive") | null;
7790
- appId?: string | null;
7791
- appIcon?: string | null;
7784
+ name: string;
7785
+ connectionId?: string | null;
7792
7786
  } | null;
7787
+ accountId?: string | null;
7788
+ connectionId?: string | null;
7789
+ appId?: string | null;
7793
7790
  /** @enum {string} */
7794
7791
  type: "transaction" | "balance";
7795
7792
  amount: number;