@vrplatform/api 1.3.1-stage.2496 → 1.3.1-stage.2498

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.
@@ -4899,6 +4899,15 @@ export interface operations {
4899
4899
  appId?: string | null;
4900
4900
  /** @enum {string} */
4901
4901
  type: "transaction" | "balance";
4902
+ lock: {
4903
+ /** @enum {string} */
4904
+ status: "locked" | "unlocked";
4905
+ delete: {
4906
+ /** @enum {string} */
4907
+ status: "locked" | "unlocked";
4908
+ reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
4909
+ };
4910
+ };
4902
4911
  amount: number;
4903
4912
  balance: {
4904
4913
  current: number;
@@ -7588,6 +7597,15 @@ export interface operations {
7588
7597
  appId?: string | null;
7589
7598
  /** @enum {string} */
7590
7599
  type: "transaction" | "balance";
7600
+ lock: {
7601
+ /** @enum {string} */
7602
+ status: "locked" | "unlocked";
7603
+ delete: {
7604
+ /** @enum {string} */
7605
+ status: "locked" | "unlocked";
7606
+ reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
7607
+ };
7608
+ };
7591
7609
  amount: number;
7592
7610
  balance: {
7593
7611
  current: number;
@@ -8138,6 +8156,15 @@ export interface operations {
8138
8156
  appId?: string | null;
8139
8157
  /** @enum {string} */
8140
8158
  type: "transaction" | "balance";
8159
+ lock: {
8160
+ /** @enum {string} */
8161
+ status: "locked" | "unlocked";
8162
+ delete: {
8163
+ /** @enum {string} */
8164
+ status: "locked" | "unlocked";
8165
+ reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
8166
+ };
8167
+ };
8141
8168
  amount: number;
8142
8169
  balance: {
8143
8170
  current: number;