@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.40-stage.1054",
6
+ "version": "1.2.40-stage.1057",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -23454,7 +23454,7 @@ export interface operations {
23454
23454
  data: {
23455
23455
  date: string;
23456
23456
  /** @enum {string} */
23457
- blockReason: "ownerBlock" | "maintenance";
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: "ownerBlock" | "maintenance";
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: "ownerBlock" | "maintenance";
23624
+ blockReason: "reserved" | "maintenance" | "ownerBlock" | "manualBlock" | "other";
23625
23625
  description?: string;
23626
23626
  user?: {
23627
23627
  /** Format: email */