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