@vrplatform/api 1.2.33-stage.715 → 1.2.33-stage.716

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.
@@ -6799,6 +6799,15 @@ export interface operations {
6799
6799
  /** @enum {string|null} */
6800
6800
  status?: "active" | "inactive" | null;
6801
6801
  } | null;
6802
+ upcomingDeactivation: {
6803
+ /** @enum {string} */
6804
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
6805
+ period: {
6806
+ id: string;
6807
+ startAt: string;
6808
+ endAt: string | null;
6809
+ } | null;
6810
+ };
6802
6811
  }[];
6803
6812
  issues: {
6804
6813
  ref: string;
@@ -7031,6 +7040,15 @@ export interface operations {
7031
7040
  /** @enum {string|null} */
7032
7041
  status?: "active" | "inactive" | null;
7033
7042
  } | null;
7043
+ upcomingDeactivation: {
7044
+ /** @enum {string} */
7045
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7046
+ period: {
7047
+ id: string;
7048
+ startAt: string;
7049
+ endAt: string | null;
7050
+ } | null;
7051
+ };
7034
7052
  };
7035
7053
  };
7036
7054
  };
@@ -7215,6 +7233,15 @@ export interface operations {
7215
7233
  /** @enum {string|null} */
7216
7234
  status?: "active" | "inactive" | null;
7217
7235
  } | null;
7236
+ upcomingDeactivation: {
7237
+ /** @enum {string} */
7238
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7239
+ period: {
7240
+ id: string;
7241
+ startAt: string;
7242
+ endAt: string | null;
7243
+ } | null;
7244
+ };
7218
7245
  };
7219
7246
  };
7220
7247
  };
@@ -7423,6 +7450,15 @@ export interface operations {
7423
7450
  /** @enum {string|null} */
7424
7451
  status?: "active" | "inactive" | null;
7425
7452
  } | null;
7453
+ upcomingDeactivation: {
7454
+ /** @enum {string} */
7455
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7456
+ period: {
7457
+ id: string;
7458
+ startAt: string;
7459
+ endAt: string | null;
7460
+ } | null;
7461
+ };
7426
7462
  }[];
7427
7463
  pagination: {
7428
7464
  /** @default 100 */
@@ -7615,6 +7651,15 @@ export interface operations {
7615
7651
  /** @enum {string|null} */
7616
7652
  status?: "active" | "inactive" | null;
7617
7653
  } | null;
7654
+ upcomingDeactivation: {
7655
+ /** @enum {string} */
7656
+ status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
7657
+ period: {
7658
+ id: string;
7659
+ startAt: string;
7660
+ endAt: string | null;
7661
+ } | null;
7662
+ };
7618
7663
  };
7619
7664
  };
7620
7665
  };