@vrplatform/api 1.3.1-stage.2178 → 1.3.1-stage.2180

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.2178",
6
+ "version": "1.3.1-stage.2180",
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} */
@@ -8141,10 +8145,6 @@ export interface operations {
8141
8145
  operator: ">" | ">=" | "=" | "<" | "<=";
8142
8146
  centValue: number;
8143
8147
  })[];
8144
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8145
- descriptionValue?: string | null;
8146
- amountMinCent?: number | null;
8147
- amountMaxCent?: number | null;
8148
8148
  descriptionOverride?: string | null;
8149
8149
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8150
8150
  usePriorMonthEnd: boolean;
@@ -8346,10 +8346,6 @@ export interface operations {
8346
8346
  operator: ">" | ">=" | "=" | "<" | "<=";
8347
8347
  centValue: number;
8348
8348
  })[] | null;
8349
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8350
- descriptionValue?: string | null;
8351
- amountMinCent?: number | null;
8352
- amountMaxCent?: number | null;
8353
8349
  descriptionOverride?: string | null;
8354
8350
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8355
8351
  usePriorMonthEnd?: boolean | null;
@@ -8411,10 +8407,6 @@ export interface operations {
8411
8407
  operator: ">" | ">=" | "=" | "<" | "<=";
8412
8408
  centValue: number;
8413
8409
  })[];
8414
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8415
- descriptionValue?: string | null;
8416
- amountMinCent?: number | null;
8417
- amountMaxCent?: number | null;
8418
8410
  descriptionOverride?: string | null;
8419
8411
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8420
8412
  usePriorMonthEnd: boolean;
@@ -8606,10 +8598,6 @@ export interface operations {
8606
8598
  operator: ">" | ">=" | "=" | "<" | "<=";
8607
8599
  centValue: number;
8608
8600
  })[] | null;
8609
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8610
- descriptionValue?: string | null;
8611
- amountMinCent?: number | null;
8612
- amountMaxCent?: number | null;
8613
8601
  descriptionOverride?: string | null;
8614
8602
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8615
8603
  usePriorMonthEnd?: boolean | null;
@@ -8836,10 +8824,6 @@ export interface operations {
8836
8824
  operator: ">" | ">=" | "=" | "<" | "<=";
8837
8825
  centValue: number;
8838
8826
  })[];
8839
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
8840
- descriptionValue?: string | null;
8841
- amountMinCent?: number | null;
8842
- amountMaxCent?: number | null;
8843
8827
  descriptionOverride?: string | null;
8844
8828
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
8845
8829
  usePriorMonthEnd: boolean;
@@ -9035,10 +9019,6 @@ export interface operations {
9035
9019
  operator: ">" | ">=" | "=" | "<" | "<=";
9036
9020
  centValue: number;
9037
9021
  })[] | null;
9038
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
9039
- descriptionValue?: string | null;
9040
- amountMinCent?: number | null;
9041
- amountMaxCent?: number | null;
9042
9022
  descriptionOverride?: string | null;
9043
9023
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
9044
9024
  usePriorMonthEnd?: boolean;
@@ -9100,10 +9080,6 @@ export interface operations {
9100
9080
  operator: ">" | ">=" | "=" | "<" | "<=";
9101
9081
  centValue: number;
9102
9082
  })[];
9103
- descriptionOperator?: ("contains" | "equals" | "startsWith") | null;
9104
- descriptionValue?: string | null;
9105
- amountMinCent?: number | null;
9106
- amountMaxCent?: number | null;
9107
9083
  descriptionOverride?: string | null;
9108
9084
  /** @description Accrual date override for expense bank rules: post on the prior month end instead of the bank record date */
9109
9085
  usePriorMonthEnd: boolean;