@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2393",
6
+ "version": "1.3.1-stage.2396",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -23760,6 +23760,16 @@ export interface operations {
23760
23760
  context: {
23761
23761
  transactionId?: string | null;
23762
23762
  };
23763
+ } | {
23764
+ /** @constant */
23765
+ code: "listingOwnershipPeriodNotFound";
23766
+ /** @constant */
23767
+ severity: "error";
23768
+ context: {
23769
+ listingId?: string | null;
23770
+ txnAt?: string | null;
23771
+ };
23772
+ message: string;
23763
23773
  } | {
23764
23774
  /** @constant */
23765
23775
  code: "unknownInactiveReason";
@@ -24665,6 +24675,16 @@ export interface operations {
24665
24675
  context: {
24666
24676
  transactionId?: string | null;
24667
24677
  };
24678
+ } | {
24679
+ /** @constant */
24680
+ code: "listingOwnershipPeriodNotFound";
24681
+ /** @constant */
24682
+ severity: "error";
24683
+ context: {
24684
+ listingId?: string | null;
24685
+ txnAt?: string | null;
24686
+ };
24687
+ message: string;
24668
24688
  } | {
24669
24689
  /** @constant */
24670
24690
  code: "unknownInactiveReason";