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