@vrplatform/api 1.2.40-stage.1057 → 1.2.40-stage.1061

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.
@@ -4143,11 +4143,11 @@ export interface operations {
4143
4143
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4144
4144
  } | null;
4145
4145
  recurringFee?: {
4146
- /** Format: uuid */
4147
4146
  id: string;
4148
4147
  uniqueRef: string;
4149
4148
  name: string;
4150
- type: string;
4149
+ /** @enum {string} */
4150
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4151
4151
  } | null;
4152
4152
  transaction?: {
4153
4153
  id: string;
@@ -4260,11 +4260,11 @@ export interface operations {
4260
4260
  status: "active" | "inactive";
4261
4261
  } | null;
4262
4262
  recurringFee?: {
4263
- /** Format: uuid */
4264
4263
  id: string;
4265
4264
  uniqueRef: string;
4266
4265
  name: string;
4267
- type: string;
4266
+ /** @enum {string} */
4267
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4268
4268
  } | null;
4269
4269
  }[];
4270
4270
  }[];
@@ -4499,11 +4499,11 @@ export interface operations {
4499
4499
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4500
4500
  } | null;
4501
4501
  recurringFee?: {
4502
- /** Format: uuid */
4503
4502
  id: string;
4504
4503
  uniqueRef: string;
4505
4504
  name: string;
4506
- type: string;
4505
+ /** @enum {string} */
4506
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4507
4507
  } | null;
4508
4508
  transaction?: {
4509
4509
  id: string;
@@ -4616,11 +4616,11 @@ export interface operations {
4616
4616
  status: "active" | "inactive";
4617
4617
  } | null;
4618
4618
  recurringFee?: {
4619
- /** Format: uuid */
4620
4619
  id: string;
4621
4620
  uniqueRef: string;
4622
4621
  name: string;
4623
- type: string;
4622
+ /** @enum {string} */
4623
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4624
4624
  } | null;
4625
4625
  }[];
4626
4626
  };
@@ -4935,11 +4935,11 @@ export interface operations {
4935
4935
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4936
4936
  } | null;
4937
4937
  recurringFee?: {
4938
- /** Format: uuid */
4939
4938
  id: string;
4940
4939
  uniqueRef: string;
4941
4940
  name: string;
4942
- type: string;
4941
+ /** @enum {string} */
4942
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4943
4943
  } | null;
4944
4944
  transaction?: {
4945
4945
  id: string;
@@ -5052,11 +5052,11 @@ export interface operations {
5052
5052
  status: "active" | "inactive";
5053
5053
  } | null;
5054
5054
  recurringFee?: {
5055
- /** Format: uuid */
5056
5055
  id: string;
5057
5056
  uniqueRef: string;
5058
5057
  name: string;
5059
- type: string;
5058
+ /** @enum {string} */
5059
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
5060
5060
  } | null;
5061
5061
  }[];
5062
5062
  };
@@ -5568,11 +5568,11 @@ export interface operations {
5568
5568
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5569
5569
  } | null;
5570
5570
  recurringFee?: {
5571
- /** Format: uuid */
5572
5571
  id: string;
5573
5572
  uniqueRef: string;
5574
5573
  name: string;
5575
- type: string;
5574
+ /** @enum {string} */
5575
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
5576
5576
  } | null;
5577
5577
  transaction?: {
5578
5578
  id: string;
@@ -5685,11 +5685,11 @@ export interface operations {
5685
5685
  status: "active" | "inactive";
5686
5686
  } | null;
5687
5687
  recurringFee?: {
5688
- /** Format: uuid */
5689
5688
  id: string;
5690
5689
  uniqueRef: string;
5691
5690
  name: string;
5692
- type: string;
5691
+ /** @enum {string} */
5692
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
5693
5693
  } | null;
5694
5694
  }[];
5695
5695
  };
@@ -5756,7 +5756,7 @@ export interface operations {
5756
5756
  data: {
5757
5757
  /** Format: uuid */
5758
5758
  listingId: string;
5759
- /** @default 2025-11-13 */
5759
+ /** @default 2025-11-14 */
5760
5760
  startAt: string;
5761
5761
  endAt?: string | null;
5762
5762
  setListingInactive?: boolean | null;
@@ -5838,7 +5838,7 @@ export interface operations {
5838
5838
  "application/json": {
5839
5839
  /** Format: uuid */
5840
5840
  listingId: string;
5841
- /** @default 2025-11-13 */
5841
+ /** @default 2025-11-14 */
5842
5842
  startAt?: string;
5843
5843
  endAt?: string | null;
5844
5844
  members: {
@@ -5872,7 +5872,7 @@ export interface operations {
5872
5872
  "application/json": {
5873
5873
  /** Format: uuid */
5874
5874
  listingId: string;
5875
- /** @default 2025-11-13 */
5875
+ /** @default 2025-11-14 */
5876
5876
  startAt: string;
5877
5877
  endAt?: string | null;
5878
5878
  setListingInactive?: boolean | null;
@@ -5952,7 +5952,7 @@ export interface operations {
5952
5952
  "application/json": {
5953
5953
  /** Format: uuid */
5954
5954
  listingId: string;
5955
- /** @default 2025-11-13 */
5955
+ /** @default 2025-11-14 */
5956
5956
  startAt: string;
5957
5957
  endAt?: string | null;
5958
5958
  setListingInactive?: boolean | null;
@@ -6035,7 +6035,7 @@ export interface operations {
6035
6035
  "application/json": {
6036
6036
  /** Format: uuid */
6037
6037
  listingId?: string;
6038
- /** @default 2025-11-13 */
6038
+ /** @default 2025-11-14 */
6039
6039
  startAt?: string;
6040
6040
  endAt?: string | null;
6041
6041
  members?: {
@@ -6069,7 +6069,7 @@ export interface operations {
6069
6069
  "application/json": {
6070
6070
  /** Format: uuid */
6071
6071
  listingId: string;
6072
- /** @default 2025-11-13 */
6072
+ /** @default 2025-11-14 */
6073
6073
  startAt: string;
6074
6074
  endAt?: string | null;
6075
6075
  setListingInactive?: boolean | null;
@@ -6255,7 +6255,7 @@ export interface operations {
6255
6255
  /** Format: uuid */
6256
6256
  sourceId?: string | null;
6257
6257
  initialOwnership?: {
6258
- /** @default 2025-11-13 */
6258
+ /** @default 2025-11-14 */
6259
6259
  startAt?: string;
6260
6260
  endAt?: string | null;
6261
6261
  members: {
@@ -6313,7 +6313,7 @@ export interface operations {
6313
6313
  status: "active" | "inactive";
6314
6314
  defaultCurrency?: string | null;
6315
6315
  activeOwnership?: {
6316
- /** @default 2025-11-13 */
6316
+ /** @default 2025-11-14 */
6317
6317
  startAt: string;
6318
6318
  endAt?: string | null;
6319
6319
  setListingInactive?: boolean | null;
@@ -6554,7 +6554,7 @@ export interface operations {
6554
6554
  status: "active" | "inactive";
6555
6555
  defaultCurrency?: string | null;
6556
6556
  activeOwnership?: {
6557
- /** @default 2025-11-13 */
6557
+ /** @default 2025-11-14 */
6558
6558
  startAt: string;
6559
6559
  endAt?: string | null;
6560
6560
  setListingInactive?: boolean | null;
@@ -6693,7 +6693,7 @@ export interface operations {
6693
6693
  /** Format: uuid */
6694
6694
  sourceId?: string | null;
6695
6695
  initialOwnership?: {
6696
- /** @default 2025-11-13 */
6696
+ /** @default 2025-11-14 */
6697
6697
  startAt?: string;
6698
6698
  endAt?: string | null;
6699
6699
  members: {
@@ -6747,7 +6747,7 @@ export interface operations {
6747
6747
  status: "active" | "inactive";
6748
6748
  defaultCurrency?: string | null;
6749
6749
  activeOwnership?: {
6750
- /** @default 2025-11-13 */
6750
+ /** @default 2025-11-14 */
6751
6751
  startAt: string;
6752
6752
  endAt?: string | null;
6753
6753
  setListingInactive?: boolean | null;
@@ -6964,7 +6964,7 @@ export interface operations {
6964
6964
  status: "active" | "inactive";
6965
6965
  defaultCurrency?: string | null;
6966
6966
  activeOwnership?: {
6967
- /** @default 2025-11-13 */
6967
+ /** @default 2025-11-14 */
6968
6968
  startAt: string;
6969
6969
  endAt?: string | null;
6970
6970
  setListingInactive?: boolean | null;
@@ -7111,7 +7111,7 @@ export interface operations {
7111
7111
  /** Format: uuid */
7112
7112
  sourceId?: string | null;
7113
7113
  initialOwnership?: {
7114
- /** @default 2025-11-13 */
7114
+ /** @default 2025-11-14 */
7115
7115
  startAt?: string;
7116
7116
  endAt?: string | null;
7117
7117
  members: {
@@ -7165,7 +7165,7 @@ export interface operations {
7165
7165
  status: "active" | "inactive";
7166
7166
  defaultCurrency?: string | null;
7167
7167
  activeOwnership?: {
7168
- /** @default 2025-11-13 */
7168
+ /** @default 2025-11-14 */
7169
7169
  startAt: string;
7170
7170
  endAt?: string | null;
7171
7171
  setListingInactive?: boolean | null;
@@ -8875,6 +8875,13 @@ export interface operations {
8875
8875
  bookingChannelsFilter?: string[] | null;
8876
8876
  /** @enum {string|null} */
8877
8877
  statusFilter?: "canceled" | "booked" | null;
8878
+ listingSubscriptions?: {
8879
+ listingId: string;
8880
+ startAt?: string | null;
8881
+ endAt?: string | null;
8882
+ /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
8883
+ rate?: number | null;
8884
+ }[] | null;
8878
8885
  id?: string | null;
8879
8886
  reservationId: string;
8880
8887
  };
@@ -8917,11 +8924,11 @@ export interface operations {
8917
8924
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
8918
8925
  } | null;
8919
8926
  recurringFee?: {
8920
- /** Format: uuid */
8921
8927
  id: string;
8922
8928
  uniqueRef: string;
8923
8929
  name: string;
8924
- type: string;
8930
+ /** @enum {string} */
8931
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
8925
8932
  } | null;
8926
8933
  transaction?: {
8927
8934
  id: string;
@@ -9615,6 +9622,13 @@ export interface operations {
9615
9622
  bookingChannelsFilter?: string[] | null;
9616
9623
  /** @enum {string|null} */
9617
9624
  statusFilter?: "canceled" | "booked" | null;
9625
+ listingSubscriptions?: {
9626
+ listingId: string;
9627
+ startAt?: string | null;
9628
+ endAt?: string | null;
9629
+ /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9630
+ rate?: number | null;
9631
+ }[] | null;
9618
9632
  };
9619
9633
  };
9620
9634
  };
@@ -9978,6 +9992,13 @@ export interface operations {
9978
9992
  bookingChannelsFilter?: string[] | null;
9979
9993
  /** @enum {string|null} */
9980
9994
  statusFilter?: "canceled" | "booked" | null;
9995
+ listingSubscriptions?: {
9996
+ listingId: string;
9997
+ startAt?: string | null;
9998
+ endAt?: string | null;
9999
+ /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10000
+ rate?: number | null;
10001
+ }[] | null;
9981
10002
  };
9982
10003
  };
9983
10004
  };