@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2174",
6
+ "version": "1.3.1-stage.2179",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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} */
@@ -37457,6 +37461,7 @@ export interface operations {
37457
37461
  };
37458
37462
  })[];
37459
37463
  isGeneralLedger?: boolean | null;
37464
+ isOpex?: boolean;
37460
37465
  booksClosedAt?: string | null;
37461
37466
  logo?: string | null;
37462
37467
  statementStartAt?: string | null;
@@ -37624,6 +37629,7 @@ export interface operations {
37624
37629
  trialUntil?: string | null;
37625
37630
  cancelledAt?: string | null;
37626
37631
  isOnboarding?: boolean | null;
37632
+ isOpex?: boolean;
37627
37633
  booksClosedAt?: string | null;
37628
37634
  logo?: string | null;
37629
37635
  statementStartAt?: string | null;
@@ -37743,6 +37749,7 @@ export interface operations {
37743
37749
  };
37744
37750
  })[];
37745
37751
  isGeneralLedger?: boolean | null;
37752
+ isOpex?: boolean;
37746
37753
  booksClosedAt?: string | null;
37747
37754
  logo?: string | null;
37748
37755
  statementStartAt?: string | null;
@@ -38329,6 +38336,7 @@ export interface operations {
38329
38336
  };
38330
38337
  })[];
38331
38338
  isGeneralLedger?: boolean | null;
38339
+ isOpex?: boolean;
38332
38340
  booksClosedAt?: string | null;
38333
38341
  logo?: string | null;
38334
38342
  statementStartAt?: string | null;
@@ -40205,6 +40213,7 @@ export interface operations {
40205
40213
  };
40206
40214
  })[];
40207
40215
  isGeneralLedger?: boolean | null;
40216
+ isOpex?: boolean;
40208
40217
  booksClosedAt?: string | null;
40209
40218
  logo?: string | null;
40210
40219
  statementStartAt?: string | null;
@@ -40362,6 +40371,7 @@ export interface operations {
40362
40371
  trialUntil?: string | null;
40363
40372
  cancelledAt?: string | null;
40364
40373
  isOnboarding?: boolean | null;
40374
+ isOpex?: boolean;
40365
40375
  booksClosedAt?: string | null;
40366
40376
  logo?: string | null;
40367
40377
  statementStartAt?: string | null;
@@ -40488,6 +40498,7 @@ export interface operations {
40488
40498
  };
40489
40499
  })[];
40490
40500
  isGeneralLedger?: boolean | null;
40501
+ isOpex?: boolean;
40491
40502
  booksClosedAt?: string | null;
40492
40503
  logo?: string | null;
40493
40504
  statementStartAt?: string | null;
@@ -41043,6 +41054,7 @@ export interface operations {
41043
41054
  };
41044
41055
  })[];
41045
41056
  isGeneralLedger?: boolean | null;
41057
+ isOpex?: boolean;
41046
41058
  booksClosedAt?: string | null;
41047
41059
  logo?: string | null;
41048
41060
  statementStartAt?: string | null;