@vrplatform/api 1.3.1-stage.3898 → 1.3.1-stage.3906
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
package/src/generated/v1.ts
CHANGED
|
@@ -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;
|