@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.
|
@@ -17879,6 +17879,14 @@ export interface operations {
|
|
|
17879
17879
|
context: {
|
|
17880
17880
|
accountId?: string | null;
|
|
17881
17881
|
};
|
|
17882
|
+
} | {
|
|
17883
|
+
/** @constant */
|
|
17884
|
+
code: "transactionInactive";
|
|
17885
|
+
/** @constant */
|
|
17886
|
+
severity: "warning";
|
|
17887
|
+
context: {
|
|
17888
|
+
transactionId?: string | null;
|
|
17889
|
+
};
|
|
17882
17890
|
} | {
|
|
17883
17891
|
/** @constant */
|
|
17884
17892
|
code: "unknownInactiveReason";
|
|
@@ -18753,6 +18761,14 @@ export interface operations {
|
|
|
18753
18761
|
context: {
|
|
18754
18762
|
accountId?: string | null;
|
|
18755
18763
|
};
|
|
18764
|
+
} | {
|
|
18765
|
+
/** @constant */
|
|
18766
|
+
code: "transactionInactive";
|
|
18767
|
+
/** @constant */
|
|
18768
|
+
severity: "warning";
|
|
18769
|
+
context: {
|
|
18770
|
+
transactionId?: string | null;
|
|
18771
|
+
};
|
|
18756
18772
|
} | {
|
|
18757
18773
|
/** @constant */
|
|
18758
18774
|
code: "unknownInactiveReason";
|