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