@vrplatform/api 1.3.1-stage.2178 → 1.3.1-stage.2179
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.
|
@@ -7165,6 +7165,7 @@ export interface operations {
|
|
|
7165
7165
|
accountId?: string;
|
|
7166
7166
|
uniqueRefs?: string;
|
|
7167
7167
|
reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
7168
|
+
matchedByBankRule?: boolean;
|
|
7168
7169
|
includeBalanceRecords?: boolean;
|
|
7169
7170
|
includeMatchingRules?: boolean;
|
|
7170
7171
|
/** @description Include matching transactions, optionally with max days offset */
|
|
@@ -7224,6 +7225,7 @@ export interface operations {
|
|
|
7224
7225
|
amount: number;
|
|
7225
7226
|
}[] | null;
|
|
7226
7227
|
};
|
|
7228
|
+
matchedByBankRule: boolean;
|
|
7227
7229
|
matchingTransactions?: {
|
|
7228
7230
|
id: string;
|
|
7229
7231
|
/** @enum {string} */
|
|
@@ -7604,6 +7606,7 @@ export interface operations {
|
|
|
7604
7606
|
accountId?: string;
|
|
7605
7607
|
uniqueRefs?: string;
|
|
7606
7608
|
reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
7609
|
+
matchedByBankRule?: boolean;
|
|
7607
7610
|
includeBalanceRecords?: boolean;
|
|
7608
7611
|
includeMatchingRules?: boolean;
|
|
7609
7612
|
/** @description Include matching transactions, optionally with max days offset */
|
|
@@ -7768,6 +7771,7 @@ export interface operations {
|
|
|
7768
7771
|
amount: number;
|
|
7769
7772
|
}[] | null;
|
|
7770
7773
|
};
|
|
7774
|
+
matchedByBankRule: boolean;
|
|
7771
7775
|
matchingTransactions?: {
|
|
7772
7776
|
id: string;
|
|
7773
7777
|
/** @enum {string} */
|