@vrplatform/api 1.3.1-stage.3898 → 1.3.1-stage.3901

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.3898",
6
+ "version": "1.3.1-stage.3901",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -5246,6 +5246,7 @@ export interface operations {
5246
5246
  reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
5247
5247
  };
5248
5248
  };
5249
+ /** @description Value in cents (100 = 1€) */
5249
5250
  amount: number;
5250
5251
  balance: {
5251
5252
  current: number;
@@ -8027,6 +8028,7 @@ export interface operations {
8027
8028
  reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
8028
8029
  };
8029
8030
  };
8031
+ /** @description Value in cents (100 = 1€) */
8030
8032
  amount: number;
8031
8033
  balance: {
8032
8034
  current: number;
@@ -8287,6 +8289,7 @@ export interface operations {
8287
8289
  accountId?: string | null;
8288
8290
  /** @enum {string} */
8289
8291
  type?: "transaction" | "balance";
8292
+ /** @description Value in cents (100 = 1€) */
8290
8293
  amount?: number;
8291
8294
  balance?: number | null;
8292
8295
  reconciliation?: {
@@ -8588,6 +8591,7 @@ export interface operations {
8588
8591
  reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
8589
8592
  };
8590
8593
  };
8594
+ /** @description Value in cents (100 = 1€) */
8591
8595
  amount: number;
8592
8596
  balance: {
8593
8597
  current: number;