@vrplatform/api 1.3.0-stage.1185 → 1.3.0-stage.1187

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.
@@ -6092,7 +6092,7 @@ export interface operations {
6092
6092
  data: {
6093
6093
  /** Format: uuid */
6094
6094
  listingId: string;
6095
- /** @default 2025-12-01 */
6095
+ /** @default 2025-12-02 */
6096
6096
  startAt: string;
6097
6097
  endAt?: string | null;
6098
6098
  setListingInactive?: boolean | null;
@@ -6174,7 +6174,7 @@ export interface operations {
6174
6174
  "application/json": {
6175
6175
  /** Format: uuid */
6176
6176
  listingId: string;
6177
- /** @default 2025-12-01 */
6177
+ /** @default 2025-12-02 */
6178
6178
  startAt?: string;
6179
6179
  endAt?: string | null;
6180
6180
  members: {
@@ -6208,7 +6208,7 @@ export interface operations {
6208
6208
  "application/json": {
6209
6209
  /** Format: uuid */
6210
6210
  listingId: string;
6211
- /** @default 2025-12-01 */
6211
+ /** @default 2025-12-02 */
6212
6212
  startAt: string;
6213
6213
  endAt?: string | null;
6214
6214
  setListingInactive?: boolean | null;
@@ -6288,7 +6288,7 @@ export interface operations {
6288
6288
  "application/json": {
6289
6289
  /** Format: uuid */
6290
6290
  listingId: string;
6291
- /** @default 2025-12-01 */
6291
+ /** @default 2025-12-02 */
6292
6292
  startAt: string;
6293
6293
  endAt?: string | null;
6294
6294
  setListingInactive?: boolean | null;
@@ -6371,7 +6371,7 @@ export interface operations {
6371
6371
  "application/json": {
6372
6372
  /** Format: uuid */
6373
6373
  listingId?: string;
6374
- /** @default 2025-12-01 */
6374
+ /** @default 2025-12-02 */
6375
6375
  startAt?: string;
6376
6376
  endAt?: string | null;
6377
6377
  members?: {
@@ -6405,7 +6405,7 @@ export interface operations {
6405
6405
  "application/json": {
6406
6406
  /** Format: uuid */
6407
6407
  listingId: string;
6408
- /** @default 2025-12-01 */
6408
+ /** @default 2025-12-02 */
6409
6409
  startAt: string;
6410
6410
  endAt?: string | null;
6411
6411
  setListingInactive?: boolean | null;
@@ -6591,12 +6591,17 @@ export interface operations {
6591
6591
  title: string;
6592
6592
  /** @enum {string} */
6593
6593
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6594
+ /**
6595
+ * @default flat
6596
+ * @enum {string}
6597
+ */
6598
+ rateType?: "flat" | "percentage";
6594
6599
  };
6595
6600
  }[] | null;
6596
6601
  /** Format: uuid */
6597
6602
  sourceId?: string | null;
6598
6603
  initialOwnership?: {
6599
- /** @default 2025-12-01 */
6604
+ /** @default 2025-12-02 */
6600
6605
  startAt?: string;
6601
6606
  endAt?: string | null;
6602
6607
  members: {
@@ -6654,7 +6659,7 @@ export interface operations {
6654
6659
  status: "active" | "inactive";
6655
6660
  defaultCurrency?: string | null;
6656
6661
  activeOwnership?: {
6657
- /** @default 2025-12-01 */
6662
+ /** @default 2025-12-02 */
6658
6663
  startAt: string;
6659
6664
  endAt?: string | null;
6660
6665
  setListingInactive?: boolean | null;
@@ -6685,6 +6690,11 @@ export interface operations {
6685
6690
  title: string;
6686
6691
  /** @enum {string} */
6687
6692
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6693
+ /**
6694
+ * @default flat
6695
+ * @enum {string}
6696
+ */
6697
+ rateType: "flat" | "percentage";
6688
6698
  };
6689
6699
  }[] | null;
6690
6700
  source?: {
@@ -6900,7 +6910,7 @@ export interface operations {
6900
6910
  status: "active" | "inactive";
6901
6911
  defaultCurrency?: string | null;
6902
6912
  activeOwnership?: {
6903
- /** @default 2025-12-01 */
6913
+ /** @default 2025-12-02 */
6904
6914
  startAt: string;
6905
6915
  endAt?: string | null;
6906
6916
  setListingInactive?: boolean | null;
@@ -6931,6 +6941,11 @@ export interface operations {
6931
6941
  title: string;
6932
6942
  /** @enum {string} */
6933
6943
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6944
+ /**
6945
+ * @default flat
6946
+ * @enum {string}
6947
+ */
6948
+ rateType: "flat" | "percentage";
6934
6949
  };
6935
6950
  }[] | null;
6936
6951
  source?: {
@@ -7044,12 +7059,17 @@ export interface operations {
7044
7059
  title: string;
7045
7060
  /** @enum {string} */
7046
7061
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7062
+ /**
7063
+ * @default flat
7064
+ * @enum {string}
7065
+ */
7066
+ rateType?: "flat" | "percentage";
7047
7067
  };
7048
7068
  }[] | null;
7049
7069
  /** Format: uuid */
7050
7070
  sourceId?: string | null;
7051
7071
  initialOwnership?: {
7052
- /** @default 2025-12-01 */
7072
+ /** @default 2025-12-02 */
7053
7073
  startAt?: string;
7054
7074
  endAt?: string | null;
7055
7075
  members: {
@@ -7103,7 +7123,7 @@ export interface operations {
7103
7123
  status: "active" | "inactive";
7104
7124
  defaultCurrency?: string | null;
7105
7125
  activeOwnership?: {
7106
- /** @default 2025-12-01 */
7126
+ /** @default 2025-12-02 */
7107
7127
  startAt: string;
7108
7128
  endAt?: string | null;
7109
7129
  setListingInactive?: boolean | null;
@@ -7134,6 +7154,11 @@ export interface operations {
7134
7154
  title: string;
7135
7155
  /** @enum {string} */
7136
7156
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7157
+ /**
7158
+ * @default flat
7159
+ * @enum {string}
7160
+ */
7161
+ rateType: "flat" | "percentage";
7137
7162
  };
7138
7163
  }[] | null;
7139
7164
  source?: {
@@ -7325,7 +7350,7 @@ export interface operations {
7325
7350
  status: "active" | "inactive";
7326
7351
  defaultCurrency?: string | null;
7327
7352
  activeOwnership?: {
7328
- /** @default 2025-12-01 */
7353
+ /** @default 2025-12-02 */
7329
7354
  startAt: string;
7330
7355
  endAt?: string | null;
7331
7356
  setListingInactive?: boolean | null;
@@ -7356,6 +7381,11 @@ export interface operations {
7356
7381
  title: string;
7357
7382
  /** @enum {string} */
7358
7383
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7384
+ /**
7385
+ * @default flat
7386
+ * @enum {string}
7387
+ */
7388
+ rateType: "flat" | "percentage";
7359
7389
  };
7360
7390
  }[] | null;
7361
7391
  source?: {
@@ -7477,12 +7507,17 @@ export interface operations {
7477
7507
  title: string;
7478
7508
  /** @enum {string} */
7479
7509
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7510
+ /**
7511
+ * @default flat
7512
+ * @enum {string}
7513
+ */
7514
+ rateType?: "flat" | "percentage";
7480
7515
  };
7481
7516
  }[] | null;
7482
7517
  /** Format: uuid */
7483
7518
  sourceId?: string | null;
7484
7519
  initialOwnership?: {
7485
- /** @default 2025-12-01 */
7520
+ /** @default 2025-12-02 */
7486
7521
  startAt?: string;
7487
7522
  endAt?: string | null;
7488
7523
  members: {
@@ -7536,7 +7571,7 @@ export interface operations {
7536
7571
  status: "active" | "inactive";
7537
7572
  defaultCurrency?: string | null;
7538
7573
  activeOwnership?: {
7539
- /** @default 2025-12-01 */
7574
+ /** @default 2025-12-02 */
7540
7575
  startAt: string;
7541
7576
  endAt?: string | null;
7542
7577
  setListingInactive?: boolean | null;
@@ -7567,6 +7602,11 @@ export interface operations {
7567
7602
  title: string;
7568
7603
  /** @enum {string} */
7569
7604
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7605
+ /**
7606
+ * @default flat
7607
+ * @enum {string}
7608
+ */
7609
+ rateType: "flat" | "percentage";
7570
7610
  };
7571
7611
  }[] | null;
7572
7612
  source?: {
@@ -9431,6 +9471,11 @@ export interface operations {
9431
9471
  title: string;
9432
9472
  /** @enum {string} */
9433
9473
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9474
+ /**
9475
+ * @default flat
9476
+ * @enum {string}
9477
+ */
9478
+ rateType: "flat" | "percentage";
9434
9479
  };
9435
9480
  }[];
9436
9481
  pagination: {
@@ -9543,6 +9588,11 @@ export interface operations {
9543
9588
  title: string;
9544
9589
  /** @enum {string} */
9545
9590
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9591
+ /**
9592
+ * @default flat
9593
+ * @enum {string}
9594
+ */
9595
+ rateType: "flat" | "percentage";
9546
9596
  };
9547
9597
  }[];
9548
9598
  };
@@ -9643,6 +9693,11 @@ export interface operations {
9643
9693
  title: string;
9644
9694
  /** @enum {string} */
9645
9695
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9696
+ /**
9697
+ * @default flat
9698
+ * @enum {string}
9699
+ */
9700
+ rateType: "flat" | "percentage";
9646
9701
  };
9647
9702
  };
9648
9703
  };
@@ -9733,6 +9788,11 @@ export interface operations {
9733
9788
  title: string;
9734
9789
  /** @enum {string} */
9735
9790
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9791
+ /**
9792
+ * @default flat
9793
+ * @enum {string}
9794
+ */
9795
+ rateType: "flat" | "percentage";
9736
9796
  };
9737
9797
  };
9738
9798
  };
@@ -24589,7 +24649,7 @@ export interface operations {
24589
24649
  startDate: string;
24590
24650
  endDate: string;
24591
24651
  classification?: string;
24592
- type?: "bank" | "ledger";
24652
+ type?: "ledger" | "bank" | "recurringFee" | "nonPosting";
24593
24653
  party?: "owners" | "manager";
24594
24654
  accountIds?: string;
24595
24655
  search?: string;
@@ -24678,7 +24738,7 @@ export interface operations {
24678
24738
  startDate: string;
24679
24739
  endDate: string;
24680
24740
  classification?: string;
24681
- type?: "bank" | "ledger";
24741
+ type?: "ledger" | "bank" | "recurringFee" | "nonPosting";
24682
24742
  party?: "owners" | "manager";
24683
24743
  accountIds?: string;
24684
24744
  search?: string;