@vrplatform/api 1.3.1-stage.2393 → 1.3.1-stage.2396
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.
|
@@ -23759,6 +23759,16 @@ export interface operations {
|
|
|
23759
23759
|
context: {
|
|
23760
23760
|
transactionId?: string | null;
|
|
23761
23761
|
};
|
|
23762
|
+
} | {
|
|
23763
|
+
/** @constant */
|
|
23764
|
+
code: "listingOwnershipPeriodNotFound";
|
|
23765
|
+
/** @constant */
|
|
23766
|
+
severity: "error";
|
|
23767
|
+
context: {
|
|
23768
|
+
listingId?: string | null;
|
|
23769
|
+
txnAt?: string | null;
|
|
23770
|
+
};
|
|
23771
|
+
message: string;
|
|
23762
23772
|
} | {
|
|
23763
23773
|
/** @constant */
|
|
23764
23774
|
code: "unknownInactiveReason";
|
|
@@ -24664,6 +24674,16 @@ export interface operations {
|
|
|
24664
24674
|
context: {
|
|
24665
24675
|
transactionId?: string | null;
|
|
24666
24676
|
};
|
|
24677
|
+
} | {
|
|
24678
|
+
/** @constant */
|
|
24679
|
+
code: "listingOwnershipPeriodNotFound";
|
|
24680
|
+
/** @constant */
|
|
24681
|
+
severity: "error";
|
|
24682
|
+
context: {
|
|
24683
|
+
listingId?: string | null;
|
|
24684
|
+
txnAt?: string | null;
|
|
24685
|
+
};
|
|
24686
|
+
message: string;
|
|
24667
24687
|
} | {
|
|
24668
24688
|
/** @constant */
|
|
24669
24689
|
code: "unknownInactiveReason";
|