@vrplatform/api 1.3.0-stage.1241 → 1.3.0-stage.1243

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.
@@ -5771,7 +5771,7 @@ export interface operations {
5771
5771
  data: {
5772
5772
  /** Format: uuid */
5773
5773
  listingId: string;
5774
- /** @default 2025-12-08 */
5774
+ /** @default 2025-12-09 */
5775
5775
  startAt: string;
5776
5776
  endAt?: string | null;
5777
5777
  setListingInactive?: boolean | null;
@@ -5862,7 +5862,7 @@ export interface operations {
5862
5862
  "application/json": {
5863
5863
  /** Format: uuid */
5864
5864
  listingId: string;
5865
- /** @default 2025-12-08 */
5865
+ /** @default 2025-12-09 */
5866
5866
  startAt?: string;
5867
5867
  endAt?: string | null;
5868
5868
  members: {
@@ -5896,7 +5896,7 @@ export interface operations {
5896
5896
  "application/json": {
5897
5897
  /** Format: uuid */
5898
5898
  listingId: string;
5899
- /** @default 2025-12-08 */
5899
+ /** @default 2025-12-09 */
5900
5900
  startAt: string;
5901
5901
  endAt?: string | null;
5902
5902
  setListingInactive?: boolean | null;
@@ -5976,7 +5976,7 @@ export interface operations {
5976
5976
  "application/json": {
5977
5977
  /** Format: uuid */
5978
5978
  listingId: string;
5979
- /** @default 2025-12-08 */
5979
+ /** @default 2025-12-09 */
5980
5980
  startAt: string;
5981
5981
  endAt?: string | null;
5982
5982
  setListingInactive?: boolean | null;
@@ -6059,7 +6059,7 @@ export interface operations {
6059
6059
  "application/json": {
6060
6060
  /** Format: uuid */
6061
6061
  listingId?: string;
6062
- /** @default 2025-12-08 */
6062
+ /** @default 2025-12-09 */
6063
6063
  startAt?: string;
6064
6064
  endAt?: string | null;
6065
6065
  members?: {
@@ -6093,7 +6093,7 @@ export interface operations {
6093
6093
  "application/json": {
6094
6094
  /** Format: uuid */
6095
6095
  listingId: string;
6096
- /** @default 2025-12-08 */
6096
+ /** @default 2025-12-09 */
6097
6097
  startAt: string;
6098
6098
  endAt?: string | null;
6099
6099
  setListingInactive?: boolean | null;
@@ -6289,7 +6289,7 @@ export interface operations {
6289
6289
  /** Format: uuid */
6290
6290
  sourceId?: string | null;
6291
6291
  initialOwnership?: {
6292
- /** @default 2025-12-08 */
6292
+ /** @default 2025-12-09 */
6293
6293
  startAt?: string;
6294
6294
  endAt?: string | null;
6295
6295
  members: {
@@ -6584,7 +6584,7 @@ export interface operations {
6584
6584
  /** Format: uuid */
6585
6585
  sourceId?: string | null;
6586
6586
  initialOwnership?: {
6587
- /** @default 2025-12-08 */
6587
+ /** @default 2025-12-09 */
6588
6588
  startAt?: string;
6589
6589
  endAt?: string | null;
6590
6590
  members: {
@@ -7044,7 +7044,7 @@ export interface operations {
7044
7044
  /** Format: uuid */
7045
7045
  sourceId?: string | null;
7046
7046
  initialOwnership?: {
7047
- /** @default 2025-12-08 */
7047
+ /** @default 2025-12-09 */
7048
7048
  startAt?: string;
7049
7049
  endAt?: string | null;
7050
7050
  members: {
@@ -7098,7 +7098,7 @@ export interface operations {
7098
7098
  status: "active" | "inactive";
7099
7099
  defaultCurrency?: string | null;
7100
7100
  activeOwnership?: {
7101
- /** @default 2025-12-08 */
7101
+ /** @default 2025-12-09 */
7102
7102
  startAt: string;
7103
7103
  endAt?: string | null;
7104
7104
  setListingInactive?: boolean | null;
@@ -9838,8 +9838,10 @@ export interface operations {
9838
9838
  parameters: {
9839
9839
  query?: {
9840
9840
  search?: string;
9841
- listingId?: string;
9841
+ /** @description comma separated listing ids */
9842
+ listingIds?: string;
9842
9843
  status?: "active" | "inactive";
9844
+ type?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9843
9845
  limit?: number;
9844
9846
  page?: number;
9845
9847
  };
@@ -10268,6 +10270,15 @@ export interface operations {
10268
10270
  value: string[];
10269
10271
  })[];
10270
10272
  }[];
10273
+ issues?: {
10274
+ /** @enum {string} */
10275
+ code: "locked";
10276
+ /** @enum {string} */
10277
+ severity: "warning";
10278
+ context: {
10279
+ attachedStatementCount: number;
10280
+ };
10281
+ }[];
10271
10282
  }[];
10272
10283
  pagination: {
10273
10284
  /** @default 100 */
@@ -10503,6 +10514,15 @@ export interface operations {
10503
10514
  value: string[];
10504
10515
  })[];
10505
10516
  }[];
10517
+ issues?: {
10518
+ /** @enum {string} */
10519
+ code: "locked";
10520
+ /** @enum {string} */
10521
+ severity: "warning";
10522
+ context: {
10523
+ attachedStatementCount: number;
10524
+ };
10525
+ }[];
10506
10526
  };
10507
10527
  };
10508
10528
  };
@@ -10659,6 +10679,15 @@ export interface operations {
10659
10679
  value: string[];
10660
10680
  })[];
10661
10681
  }[];
10682
+ issues?: {
10683
+ /** @enum {string} */
10684
+ code: "locked";
10685
+ /** @enum {string} */
10686
+ severity: "warning";
10687
+ context: {
10688
+ attachedStatementCount: number;
10689
+ };
10690
+ }[];
10662
10691
  };
10663
10692
  };
10664
10693
  };
@@ -10886,6 +10915,15 @@ export interface operations {
10886
10915
  value: string[];
10887
10916
  })[];
10888
10917
  }[];
10918
+ issues?: {
10919
+ /** @enum {string} */
10920
+ code: "locked";
10921
+ /** @enum {string} */
10922
+ severity: "warning";
10923
+ context: {
10924
+ attachedStatementCount: number;
10925
+ };
10926
+ }[];
10889
10927
  };
10890
10928
  };
10891
10929
  };
@@ -11544,6 +11582,15 @@ export interface operations {
11544
11582
  value: string[];
11545
11583
  })[];
11546
11584
  }[];
11585
+ issues?: {
11586
+ /** @enum {string} */
11587
+ code: "locked";
11588
+ /** @enum {string} */
11589
+ severity: "warning";
11590
+ context: {
11591
+ attachedStatementCount: number;
11592
+ };
11593
+ }[];
11547
11594
  };
11548
11595
  rows: ({
11549
11596
  id: string | null;
@@ -12094,6 +12141,15 @@ export interface operations {
12094
12141
  value: string[];
12095
12142
  })[];
12096
12143
  }[];
12144
+ issues?: {
12145
+ /** @enum {string} */
12146
+ code: "locked";
12147
+ /** @enum {string} */
12148
+ severity: "warning";
12149
+ context: {
12150
+ attachedStatementCount: number;
12151
+ };
12152
+ }[];
12097
12153
  };
12098
12154
  rows: ({
12099
12155
  id: string | null;
@@ -12556,6 +12612,15 @@ export interface operations {
12556
12612
  value: string[];
12557
12613
  })[];
12558
12614
  }[];
12615
+ issues?: {
12616
+ /** @enum {string} */
12617
+ code: "locked";
12618
+ /** @enum {string} */
12619
+ severity: "warning";
12620
+ context: {
12621
+ attachedStatementCount: number;
12622
+ };
12623
+ }[];
12559
12624
  };
12560
12625
  rows: ({
12561
12626
  id: string | null;
@@ -13349,6 +13414,15 @@ export interface operations {
13349
13414
  value: string[];
13350
13415
  })[];
13351
13416
  }[];
13417
+ issues?: {
13418
+ /** @enum {string} */
13419
+ code: "locked";
13420
+ /** @enum {string} */
13421
+ severity: "warning";
13422
+ context: {
13423
+ attachedStatementCount: number;
13424
+ };
13425
+ }[];
13352
13426
  };
13353
13427
  rows: ({
13354
13428
  id: string | null;