@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2351",
6
+ "version": "1.3.1-stage.2353",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -4692,16 +4692,15 @@ export interface operations {
4692
4692
  status: "active" | "inactive";
4693
4693
  description?: string | null;
4694
4694
  bankAccountId?: string | null;
4695
- accountId?: string | null;
4696
- connectionId?: string | null;
4697
- source?: {
4695
+ bankAccount?: {
4698
4696
  /** Format: uuid */
4699
4697
  id: string;
4700
- type: string;
4701
- status?: ("active" | "inactive") | null;
4702
- appId?: string | null;
4703
- appIcon?: string | null;
4698
+ name: string;
4699
+ connectionId?: string | null;
4704
4700
  } | null;
4701
+ accountId?: string | null;
4702
+ connectionId?: string | null;
4703
+ appId?: string | null;
4705
4704
  /** @enum {string} */
4706
4705
  type: "transaction" | "balance";
4707
4706
  amount: number;
@@ -7234,16 +7233,15 @@ export interface operations {
7234
7233
  status: "active" | "inactive";
7235
7234
  description?: string | null;
7236
7235
  bankAccountId?: string | null;
7237
- accountId?: string | null;
7238
- connectionId?: string | null;
7239
- source?: {
7236
+ bankAccount?: {
7240
7237
  /** Format: uuid */
7241
7238
  id: string;
7242
- type: string;
7243
- status?: ("active" | "inactive") | null;
7244
- appId?: string | null;
7245
- appIcon?: string | null;
7239
+ name: string;
7240
+ connectionId?: string | null;
7246
7241
  } | null;
7242
+ accountId?: string | null;
7243
+ connectionId?: string | null;
7244
+ appId?: string | null;
7247
7245
  /** @enum {string} */
7248
7246
  type: "transaction" | "balance";
7249
7247
  amount: number;
@@ -7781,16 +7779,15 @@ export interface operations {
7781
7779
  status: "active" | "inactive";
7782
7780
  description?: string | null;
7783
7781
  bankAccountId?: string | null;
7784
- accountId?: string | null;
7785
- connectionId?: string | null;
7786
- source?: {
7782
+ bankAccount?: {
7787
7783
  /** Format: uuid */
7788
7784
  id: string;
7789
- type: string;
7790
- status?: ("active" | "inactive") | null;
7791
- appId?: string | null;
7792
- appIcon?: string | null;
7785
+ name: string;
7786
+ connectionId?: string | null;
7793
7787
  } | null;
7788
+ accountId?: string | null;
7789
+ connectionId?: string | null;
7790
+ appId?: string | null;
7794
7791
  /** @enum {string} */
7795
7792
  type: "transaction" | "balance";
7796
7793
  amount: number;