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