@vrplatform/api 1.2.40-stage.1054 → 1.2.40-stage.1057
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
|
@@ -23454,7 +23454,7 @@ export interface operations {
|
|
|
23454
23454
|
data: {
|
|
23455
23455
|
date: string;
|
|
23456
23456
|
/** @enum {string} */
|
|
23457
|
-
blockReason: "
|
|
23457
|
+
blockReason: "reserved" | "maintenance" | "ownerBlock" | "manualBlock" | "other";
|
|
23458
23458
|
description?: string;
|
|
23459
23459
|
user?: {
|
|
23460
23460
|
/** Format: email */
|
|
@@ -23544,7 +23544,7 @@ export interface operations {
|
|
|
23544
23544
|
data: {
|
|
23545
23545
|
date: string;
|
|
23546
23546
|
/** @enum {string} */
|
|
23547
|
-
blockReason: "
|
|
23547
|
+
blockReason: "reserved" | "maintenance" | "ownerBlock" | "manualBlock" | "other";
|
|
23548
23548
|
description?: string;
|
|
23549
23549
|
user?: {
|
|
23550
23550
|
/** Format: email */
|
|
@@ -23621,7 +23621,7 @@ export interface operations {
|
|
|
23621
23621
|
data: {
|
|
23622
23622
|
date: string;
|
|
23623
23623
|
/** @enum {string} */
|
|
23624
|
-
blockReason: "
|
|
23624
|
+
blockReason: "reserved" | "maintenance" | "ownerBlock" | "manualBlock" | "other";
|
|
23625
23625
|
description?: string;
|
|
23626
23626
|
user?: {
|
|
23627
23627
|
/** Format: email */
|