@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2496",
6
+ "version": "1.3.1-stage.2498",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -4900,6 +4900,15 @@ export interface operations {
4900
4900
  appId?: string | null;
4901
4901
  /** @enum {string} */
4902
4902
  type: "transaction" | "balance";
4903
+ lock: {
4904
+ /** @enum {string} */
4905
+ status: "locked" | "unlocked";
4906
+ delete: {
4907
+ /** @enum {string} */
4908
+ status: "locked" | "unlocked";
4909
+ reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
4910
+ };
4911
+ };
4903
4912
  amount: number;
4904
4913
  balance: {
4905
4914
  current: number;
@@ -7589,6 +7598,15 @@ export interface operations {
7589
7598
  appId?: string | null;
7590
7599
  /** @enum {string} */
7591
7600
  type: "transaction" | "balance";
7601
+ lock: {
7602
+ /** @enum {string} */
7603
+ status: "locked" | "unlocked";
7604
+ delete: {
7605
+ /** @enum {string} */
7606
+ status: "locked" | "unlocked";
7607
+ reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
7608
+ };
7609
+ };
7592
7610
  amount: number;
7593
7611
  balance: {
7594
7612
  current: number;
@@ -8139,6 +8157,15 @@ export interface operations {
8139
8157
  appId?: string | null;
8140
8158
  /** @enum {string} */
8141
8159
  type: "transaction" | "balance";
8160
+ lock: {
8161
+ /** @enum {string} */
8162
+ status: "locked" | "unlocked";
8163
+ delete: {
8164
+ /** @enum {string} */
8165
+ status: "locked" | "unlocked";
8166
+ reasons: ("notCsvSource" | "plaidSource" | "reconciled" | "balanceRecord" | "bankRuleMatched")[];
8167
+ };
8168
+ };
8142
8169
  amount: number;
8143
8170
  balance: {
8144
8171
  current: number;