@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
package/src/generated/v1.ts
CHANGED
|
@@ -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";
|