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