@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -7166,6 +7166,7 @@ export interface operations {
|
|
|
7166
7166
|
accountId?: string;
|
|
7167
7167
|
uniqueRefs?: string;
|
|
7168
7168
|
reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
7169
|
+
matchedByBankRule?: boolean;
|
|
7169
7170
|
includeBalanceRecords?: boolean;
|
|
7170
7171
|
includeMatchingRules?: boolean;
|
|
7171
7172
|
/** @description Include matching transactions, optionally with max days offset */
|
|
@@ -7225,6 +7226,7 @@ export interface operations {
|
|
|
7225
7226
|
amount: number;
|
|
7226
7227
|
}[] | null;
|
|
7227
7228
|
};
|
|
7229
|
+
matchedByBankRule: boolean;
|
|
7228
7230
|
matchingTransactions?: {
|
|
7229
7231
|
id: string;
|
|
7230
7232
|
/** @enum {string} */
|
|
@@ -7605,6 +7607,7 @@ export interface operations {
|
|
|
7605
7607
|
accountId?: string;
|
|
7606
7608
|
uniqueRefs?: string;
|
|
7607
7609
|
reconcileStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
7610
|
+
matchedByBankRule?: boolean;
|
|
7608
7611
|
includeBalanceRecords?: boolean;
|
|
7609
7612
|
includeMatchingRules?: boolean;
|
|
7610
7613
|
/** @description Include matching transactions, optionally with max days offset */
|
|
@@ -7769,6 +7772,7 @@ export interface operations {
|
|
|
7769
7772
|
amount: number;
|
|
7770
7773
|
}[] | null;
|
|
7771
7774
|
};
|
|
7775
|
+
matchedByBankRule: boolean;
|
|
7772
7776
|
matchingTransactions?: {
|
|
7773
7777
|
id: string;
|
|
7774
7778
|
/** @enum {string} */
|