@vrplatform/api 1.3.1-stage.3653 → 1.3.1-stage.3655
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
|
@@ -34018,6 +34018,17 @@ export interface operations {
|
|
|
34018
34018
|
} | null;
|
|
34019
34019
|
}[];
|
|
34020
34020
|
}[];
|
|
34021
|
+
issues?: {
|
|
34022
|
+
/** @constant */
|
|
34023
|
+
code: "endedOwnershipNonZeroBalance";
|
|
34024
|
+
/** @constant */
|
|
34025
|
+
severity: "warning";
|
|
34026
|
+
message: string;
|
|
34027
|
+
context: {
|
|
34028
|
+
endAt: string | null;
|
|
34029
|
+
setListingInactive: boolean;
|
|
34030
|
+
};
|
|
34031
|
+
}[];
|
|
34021
34032
|
}[];
|
|
34022
34033
|
})[];
|
|
34023
34034
|
};
|
|
@@ -48635,6 +48646,26 @@ export interface operations {
|
|
|
48635
48646
|
centTransfer: number | null;
|
|
48636
48647
|
}[];
|
|
48637
48648
|
};
|
|
48649
|
+
} | {
|
|
48650
|
+
/** @enum {string} */
|
|
48651
|
+
severity: "error" | "warning";
|
|
48652
|
+
/** @enum {string} */
|
|
48653
|
+
category: "criticalToUser" | "criticalToSystem";
|
|
48654
|
+
message: string;
|
|
48655
|
+
affected: number;
|
|
48656
|
+
/** @constant */
|
|
48657
|
+
code: "endedOwnershipNonZeroBalance";
|
|
48658
|
+
context: {
|
|
48659
|
+
balances: {
|
|
48660
|
+
/** Format: uuid */
|
|
48661
|
+
listingId: string;
|
|
48662
|
+
/** Format: uuid */
|
|
48663
|
+
listingOwnershipPeriodId: string;
|
|
48664
|
+
endAt: string | null;
|
|
48665
|
+
setListingInactive: boolean;
|
|
48666
|
+
centTotal: number;
|
|
48667
|
+
}[];
|
|
48668
|
+
};
|
|
48638
48669
|
} | {
|
|
48639
48670
|
/** @enum {string} */
|
|
48640
48671
|
severity: "error" | "warning";
|
|
@@ -52495,6 +52526,26 @@ export interface operations {
|
|
|
52495
52526
|
centTransfer: number | null;
|
|
52496
52527
|
}[];
|
|
52497
52528
|
};
|
|
52529
|
+
} | {
|
|
52530
|
+
/** @enum {string} */
|
|
52531
|
+
severity: "error" | "warning";
|
|
52532
|
+
/** @enum {string} */
|
|
52533
|
+
category: "criticalToUser" | "criticalToSystem";
|
|
52534
|
+
message: string;
|
|
52535
|
+
affected: number;
|
|
52536
|
+
/** @constant */
|
|
52537
|
+
code: "endedOwnershipNonZeroBalance";
|
|
52538
|
+
context: {
|
|
52539
|
+
balances: {
|
|
52540
|
+
/** Format: uuid */
|
|
52541
|
+
listingId: string;
|
|
52542
|
+
/** Format: uuid */
|
|
52543
|
+
listingOwnershipPeriodId: string;
|
|
52544
|
+
endAt: string | null;
|
|
52545
|
+
setListingInactive: boolean;
|
|
52546
|
+
centTotal: number;
|
|
52547
|
+
}[];
|
|
52548
|
+
};
|
|
52498
52549
|
} | {
|
|
52499
52550
|
/** @enum {string} */
|
|
52500
52551
|
severity: "error" | "warning";
|