@vrplatform/api 1.3.0-stage.1320 → 1.3.0-stage.1322

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.
@@ -6047,7 +6047,7 @@ export interface operations {
6047
6047
  data: {
6048
6048
  /** Format: uuid */
6049
6049
  listingId: string;
6050
- /** @default 2025-12-13 */
6050
+ /** @default 2025-12-15 */
6051
6051
  startAt: string;
6052
6052
  endAt?: string | null;
6053
6053
  setListingInactive?: boolean | null;
@@ -6138,7 +6138,7 @@ export interface operations {
6138
6138
  "application/json": {
6139
6139
  /** Format: uuid */
6140
6140
  listingId: string;
6141
- /** @default 2025-12-13 */
6141
+ /** @default 2025-12-15 */
6142
6142
  startAt?: string;
6143
6143
  endAt?: string | null;
6144
6144
  members: {
@@ -6172,7 +6172,7 @@ export interface operations {
6172
6172
  "application/json": {
6173
6173
  /** Format: uuid */
6174
6174
  listingId: string;
6175
- /** @default 2025-12-13 */
6175
+ /** @default 2025-12-15 */
6176
6176
  startAt: string;
6177
6177
  endAt?: string | null;
6178
6178
  setListingInactive?: boolean | null;
@@ -6252,7 +6252,7 @@ export interface operations {
6252
6252
  "application/json": {
6253
6253
  /** Format: uuid */
6254
6254
  listingId: string;
6255
- /** @default 2025-12-13 */
6255
+ /** @default 2025-12-15 */
6256
6256
  startAt: string;
6257
6257
  endAt?: string | null;
6258
6258
  setListingInactive?: boolean | null;
@@ -6335,7 +6335,7 @@ export interface operations {
6335
6335
  "application/json": {
6336
6336
  /** Format: uuid */
6337
6337
  listingId?: string;
6338
- /** @default 2025-12-13 */
6338
+ /** @default 2025-12-15 */
6339
6339
  startAt?: string;
6340
6340
  endAt?: string | null;
6341
6341
  members?: {
@@ -6369,7 +6369,7 @@ export interface operations {
6369
6369
  "application/json": {
6370
6370
  /** Format: uuid */
6371
6371
  listingId: string;
6372
- /** @default 2025-12-13 */
6372
+ /** @default 2025-12-15 */
6373
6373
  startAt: string;
6374
6374
  endAt?: string | null;
6375
6375
  setListingInactive?: boolean | null;