@vrplatform/api 1.3.1-stage.1906 → 1.3.1-stage.1908

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.1906",
6
+ "version": "1.3.1-stage.1908",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -17880,6 +17880,14 @@ export interface operations {
17880
17880
  context: {
17881
17881
  accountId?: string | null;
17882
17882
  };
17883
+ } | {
17884
+ /** @constant */
17885
+ code: "transactionInactive";
17886
+ /** @constant */
17887
+ severity: "warning";
17888
+ context: {
17889
+ transactionId?: string | null;
17890
+ };
17883
17891
  } | {
17884
17892
  /** @constant */
17885
17893
  code: "unknownInactiveReason";
@@ -18754,6 +18762,14 @@ export interface operations {
18754
18762
  context: {
18755
18763
  accountId?: string | null;
18756
18764
  };
18765
+ } | {
18766
+ /** @constant */
18767
+ code: "transactionInactive";
18768
+ /** @constant */
18769
+ severity: "warning";
18770
+ context: {
18771
+ transactionId?: string | null;
18772
+ };
18757
18773
  } | {
18758
18774
  /** @constant */
18759
18775
  code: "unknownInactiveReason";