@vrplatform/api 1.3.1-stage.2174 → 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} */
@@ -37456,6 +37460,7 @@ export interface operations {
37456
37460
  };
37457
37461
  })[];
37458
37462
  isGeneralLedger?: boolean | null;
37463
+ isOpex?: boolean;
37459
37464
  booksClosedAt?: string | null;
37460
37465
  logo?: string | null;
37461
37466
  statementStartAt?: string | null;
@@ -37623,6 +37628,7 @@ export interface operations {
37623
37628
  trialUntil?: string | null;
37624
37629
  cancelledAt?: string | null;
37625
37630
  isOnboarding?: boolean | null;
37631
+ isOpex?: boolean;
37626
37632
  booksClosedAt?: string | null;
37627
37633
  logo?: string | null;
37628
37634
  statementStartAt?: string | null;
@@ -37742,6 +37748,7 @@ export interface operations {
37742
37748
  };
37743
37749
  })[];
37744
37750
  isGeneralLedger?: boolean | null;
37751
+ isOpex?: boolean;
37745
37752
  booksClosedAt?: string | null;
37746
37753
  logo?: string | null;
37747
37754
  statementStartAt?: string | null;
@@ -38328,6 +38335,7 @@ export interface operations {
38328
38335
  };
38329
38336
  })[];
38330
38337
  isGeneralLedger?: boolean | null;
38338
+ isOpex?: boolean;
38331
38339
  booksClosedAt?: string | null;
38332
38340
  logo?: string | null;
38333
38341
  statementStartAt?: string | null;
@@ -40204,6 +40212,7 @@ export interface operations {
40204
40212
  };
40205
40213
  })[];
40206
40214
  isGeneralLedger?: boolean | null;
40215
+ isOpex?: boolean;
40207
40216
  booksClosedAt?: string | null;
40208
40217
  logo?: string | null;
40209
40218
  statementStartAt?: string | null;
@@ -40361,6 +40370,7 @@ export interface operations {
40361
40370
  trialUntil?: string | null;
40362
40371
  cancelledAt?: string | null;
40363
40372
  isOnboarding?: boolean | null;
40373
+ isOpex?: boolean;
40364
40374
  booksClosedAt?: string | null;
40365
40375
  logo?: string | null;
40366
40376
  statementStartAt?: string | null;
@@ -40487,6 +40497,7 @@ export interface operations {
40487
40497
  };
40488
40498
  })[];
40489
40499
  isGeneralLedger?: boolean | null;
40500
+ isOpex?: boolean;
40490
40501
  booksClosedAt?: string | null;
40491
40502
  logo?: string | null;
40492
40503
  statementStartAt?: string | null;
@@ -41042,6 +41053,7 @@ export interface operations {
41042
41053
  };
41043
41054
  })[];
41044
41055
  isGeneralLedger?: boolean | null;
41056
+ isOpex?: boolean;
41045
41057
  booksClosedAt?: string | null;
41046
41058
  logo?: string | null;
41047
41059
  statementStartAt?: string | null;