@vrplatform/api 1.3.1-stage.3897 → 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;
|
|
@@ -11640,6 +11644,14 @@ export interface operations {
|
|
|
11640
11644
|
/** @constant */
|
|
11641
11645
|
applied: true;
|
|
11642
11646
|
queuedReservationRefreshCount: number;
|
|
11647
|
+
duplicateListingCleanup: {
|
|
11648
|
+
deletedCount: number;
|
|
11649
|
+
blocked: {
|
|
11650
|
+
/** Format: uuid */
|
|
11651
|
+
listingId: string;
|
|
11652
|
+
reasons: string[];
|
|
11653
|
+
}[];
|
|
11654
|
+
};
|
|
11643
11655
|
};
|
|
11644
11656
|
};
|
|
11645
11657
|
};
|