@vrplatform/api 1.3.0-stage.1294 → 1.3.0-stage.1301

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.
@@ -6025,6 +6025,7 @@ export interface operations {
6025
6025
  parameters: {
6026
6026
  query?: {
6027
6027
  listingId?: string;
6028
+ contactId?: string;
6028
6029
  limit?: number;
6029
6030
  page?: number;
6030
6031
  };
@@ -6046,7 +6047,7 @@ export interface operations {
6046
6047
  data: {
6047
6048
  /** Format: uuid */
6048
6049
  listingId: string;
6049
- /** @default 2025-12-11 */
6050
+ /** @default 2025-12-12 */
6050
6051
  startAt: string;
6051
6052
  endAt?: string | null;
6052
6053
  setListingInactive?: boolean | null;
@@ -6137,7 +6138,7 @@ export interface operations {
6137
6138
  "application/json": {
6138
6139
  /** Format: uuid */
6139
6140
  listingId: string;
6140
- /** @default 2025-12-11 */
6141
+ /** @default 2025-12-12 */
6141
6142
  startAt?: string;
6142
6143
  endAt?: string | null;
6143
6144
  members: {
@@ -6171,7 +6172,7 @@ export interface operations {
6171
6172
  "application/json": {
6172
6173
  /** Format: uuid */
6173
6174
  listingId: string;
6174
- /** @default 2025-12-11 */
6175
+ /** @default 2025-12-12 */
6175
6176
  startAt: string;
6176
6177
  endAt?: string | null;
6177
6178
  setListingInactive?: boolean | null;
@@ -6251,7 +6252,7 @@ export interface operations {
6251
6252
  "application/json": {
6252
6253
  /** Format: uuid */
6253
6254
  listingId: string;
6254
- /** @default 2025-12-11 */
6255
+ /** @default 2025-12-12 */
6255
6256
  startAt: string;
6256
6257
  endAt?: string | null;
6257
6258
  setListingInactive?: boolean | null;
@@ -6334,7 +6335,7 @@ export interface operations {
6334
6335
  "application/json": {
6335
6336
  /** Format: uuid */
6336
6337
  listingId?: string;
6337
- /** @default 2025-12-11 */
6338
+ /** @default 2025-12-12 */
6338
6339
  startAt?: string;
6339
6340
  endAt?: string | null;
6340
6341
  members?: {
@@ -6368,7 +6369,7 @@ export interface operations {
6368
6369
  "application/json": {
6369
6370
  /** Format: uuid */
6370
6371
  listingId: string;
6371
- /** @default 2025-12-11 */
6372
+ /** @default 2025-12-12 */
6372
6373
  startAt: string;
6373
6374
  endAt?: string | null;
6374
6375
  setListingInactive?: boolean | null;
@@ -6525,8 +6526,13 @@ export interface operations {
6525
6526
  /** Format: uuid */
6526
6527
  connectionId: string;
6527
6528
  data: {
6529
+ /** Format: uuid */
6530
+ id?: string | null;
6528
6531
  uniqueRef?: string | null;
6529
6532
  name: string;
6533
+ sourceId?: string | null;
6534
+ /** @enum {string|null} */
6535
+ status?: "active" | "inactive" | null;
6530
6536
  address?: {
6531
6537
  full?: string | null;
6532
6538
  line1?: string | null;
@@ -6538,56 +6544,6 @@ export interface operations {
6538
6544
  stateCode?: string | null;
6539
6545
  countryCode?: string | null;
6540
6546
  } | null;
6541
- /** @enum {string} */
6542
- status?: "active" | "inactive";
6543
- defaultCurrency?: string | null;
6544
- activeRecurringFeePeriods?: {
6545
- /** Format: uuid */
6546
- id: string;
6547
- startAt?: string | null;
6548
- endAt?: string | null;
6549
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6550
- rate?: number | null;
6551
- recurringFee: {
6552
- /** Format: uuid */
6553
- id: string;
6554
- title: string;
6555
- /** @enum {string} */
6556
- type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6557
- /**
6558
- * @default flat
6559
- * @enum {string}
6560
- */
6561
- rateType?: "flat" | "percentage";
6562
- };
6563
- }[] | null;
6564
- /** Format: uuid */
6565
- sourceId?: string | null;
6566
- initialOwnership?: {
6567
- /** @default 2025-12-11 */
6568
- startAt?: string;
6569
- endAt?: string | null;
6570
- members: {
6571
- /** Format: uuid */
6572
- contactId?: string | null;
6573
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6574
- split?: number | null;
6575
- }[];
6576
- setListingInactive?: boolean | null;
6577
- /**
6578
- * @default managed
6579
- * @enum {string|null}
6580
- */
6581
- businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
6582
- /**
6583
- * @description How to handle date range conflicts with existing periods
6584
- * @default updateExisting
6585
- * @enum {string|null}
6586
- */
6587
- onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | null;
6588
- } | null;
6589
- /** Format: uuid */
6590
- id?: string | null;
6591
6547
  }[];
6592
6548
  };
6593
6549
  };
@@ -6673,12 +6629,13 @@ export interface operations {
6673
6629
  };
6674
6630
  content: {
6675
6631
  "application/json": {
6676
- /** Format: uuid */
6677
- id: string;
6632
+ name: string;
6678
6633
  uniqueRef?: string | null;
6679
6634
  /** Format: uuid */
6680
6635
  connectionId?: string | null;
6681
- name: string;
6636
+ /** @enum {string} */
6637
+ status: "active" | "inactive";
6638
+ defaultCurrency?: string | null;
6682
6639
  address?: {
6683
6640
  full?: string | null;
6684
6641
  line1?: string | null;
@@ -6690,9 +6647,8 @@ export interface operations {
6690
6647
  stateCode?: string | null;
6691
6648
  countryCode?: string | null;
6692
6649
  } | null;
6693
- /** @enum {string} */
6694
- status: "active" | "inactive";
6695
- defaultCurrency?: string | null;
6650
+ /** Format: uuid */
6651
+ id: string;
6696
6652
  activeOwnership?: {
6697
6653
  /** Format: uuid */
6698
6654
  id: string;
@@ -6719,23 +6675,24 @@ export interface operations {
6719
6675
  } | null;
6720
6676
  } | null;
6721
6677
  activeRecurringFeePeriods?: {
6722
- /** Format: uuid */
6723
- id: string;
6724
6678
  startAt?: string | null;
6725
6679
  endAt?: string | null;
6726
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6680
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6727
6681
  rate?: number | null;
6682
+ /** Format: uuid */
6683
+ id: string;
6728
6684
  recurringFee: {
6729
- /** Format: uuid */
6730
6685
  id: string;
6731
- title: string;
6686
+ name: string;
6732
6687
  /** @enum {string} */
6733
6688
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6734
6689
  /**
6735
6690
  * @default flat
6736
- * @enum {string}
6691
+ * @enum {string|null}
6737
6692
  */
6738
- rateType: "flat" | "percentage";
6693
+ rateType: "flat" | "percentage" | null;
6694
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6695
+ defaultRate?: number | null;
6739
6696
  };
6740
6697
  }[] | null;
6741
6698
  source?: {
@@ -6818,10 +6775,13 @@ export interface operations {
6818
6775
  requestBody: {
6819
6776
  content: {
6820
6777
  "application/json": {
6778
+ name?: string | null;
6821
6779
  uniqueRef?: string | null;
6822
6780
  /** Format: uuid */
6823
6781
  connectionId?: string | null;
6824
- name?: string;
6782
+ /** @enum {string|null} */
6783
+ status?: "active" | "inactive" | null;
6784
+ defaultCurrency?: string | null;
6825
6785
  address?: {
6826
6786
  full?: string | null;
6827
6787
  line1?: string | null;
@@ -6833,49 +6793,42 @@ export interface operations {
6833
6793
  stateCode?: string | null;
6834
6794
  countryCode?: string | null;
6835
6795
  } | null;
6836
- /** @enum {string} */
6837
- status?: "active" | "inactive";
6838
- defaultCurrency?: string | null;
6796
+ /** Format: uuid */
6797
+ sourceId?: string | null;
6839
6798
  activeRecurringFeePeriods?: {
6840
- /** Format: uuid */
6841
- id: string;
6842
6799
  startAt?: string | null;
6843
6800
  endAt?: string | null;
6844
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6801
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6845
6802
  rate?: number | null;
6803
+ /** Format: uuid */
6804
+ id: string;
6846
6805
  recurringFee: {
6847
- /** Format: uuid */
6848
6806
  id: string;
6849
- title: string;
6807
+ name: string;
6850
6808
  /** @enum {string} */
6851
6809
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6852
6810
  /**
6853
6811
  * @default flat
6854
- * @enum {string}
6812
+ * @enum {string|null}
6855
6813
  */
6856
- rateType?: "flat" | "percentage";
6814
+ rateType?: "flat" | "percentage" | null;
6815
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6816
+ defaultRate?: number | null;
6857
6817
  };
6858
6818
  }[] | null;
6859
- /** Format: uuid */
6860
- sourceId?: string | null;
6861
6819
  initialOwnership?: {
6862
- /** @default 2025-12-11 */
6863
- startAt?: string;
6820
+ startAt?: string | null;
6864
6821
  endAt?: string | null;
6865
- members: {
6822
+ members?: {
6866
6823
  /** Format: uuid */
6867
6824
  contactId?: string | null;
6868
6825
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6869
6826
  split?: number | null;
6870
- }[];
6827
+ }[] | null;
6871
6828
  setListingInactive?: boolean | null;
6872
- /**
6873
- * @default managed
6874
- * @enum {string|null}
6875
- */
6829
+ /** @enum {string|null} */
6876
6830
  businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
6877
6831
  /**
6878
- * @description How to handle date range conflicts with existing periods
6879
6832
  * @default updateExisting
6880
6833
  * @enum {string|null}
6881
6834
  */
@@ -6892,12 +6845,13 @@ export interface operations {
6892
6845
  };
6893
6846
  content: {
6894
6847
  "application/json": {
6895
- /** Format: uuid */
6896
- id: string;
6848
+ name: string;
6897
6849
  uniqueRef?: string | null;
6898
6850
  /** Format: uuid */
6899
6851
  connectionId?: string | null;
6900
- name: string;
6852
+ /** @enum {string} */
6853
+ status: "active" | "inactive";
6854
+ defaultCurrency?: string | null;
6901
6855
  address?: {
6902
6856
  full?: string | null;
6903
6857
  line1?: string | null;
@@ -6909,9 +6863,8 @@ export interface operations {
6909
6863
  stateCode?: string | null;
6910
6864
  countryCode?: string | null;
6911
6865
  } | null;
6912
- /** @enum {string} */
6913
- status: "active" | "inactive";
6914
- defaultCurrency?: string | null;
6866
+ /** Format: uuid */
6867
+ id: string;
6915
6868
  activeOwnership?: {
6916
6869
  /** Format: uuid */
6917
6870
  id: string;
@@ -6938,23 +6891,24 @@ export interface operations {
6938
6891
  } | null;
6939
6892
  } | null;
6940
6893
  activeRecurringFeePeriods?: {
6941
- /** Format: uuid */
6942
- id: string;
6943
6894
  startAt?: string | null;
6944
6895
  endAt?: string | null;
6945
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6896
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6946
6897
  rate?: number | null;
6898
+ /** Format: uuid */
6899
+ id: string;
6947
6900
  recurringFee: {
6948
- /** Format: uuid */
6949
6901
  id: string;
6950
- title: string;
6902
+ name: string;
6951
6903
  /** @enum {string} */
6952
6904
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6953
6905
  /**
6954
6906
  * @default flat
6955
- * @enum {string}
6907
+ * @enum {string|null}
6956
6908
  */
6957
- rateType: "flat" | "percentage";
6909
+ rateType: "flat" | "percentage" | null;
6910
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6911
+ defaultRate?: number | null;
6958
6912
  };
6959
6913
  }[] | null;
6960
6914
  source?: {
@@ -7125,12 +7079,13 @@ export interface operations {
7125
7079
  content: {
7126
7080
  "application/json": {
7127
7081
  data: {
7128
- /** Format: uuid */
7129
- id: string;
7082
+ name: string;
7130
7083
  uniqueRef?: string | null;
7131
7084
  /** Format: uuid */
7132
7085
  connectionId?: string | null;
7133
- name: string;
7086
+ /** @enum {string} */
7087
+ status: "active" | "inactive";
7088
+ defaultCurrency?: string | null;
7134
7089
  address?: {
7135
7090
  full?: string | null;
7136
7091
  line1?: string | null;
@@ -7142,9 +7097,8 @@ export interface operations {
7142
7097
  stateCode?: string | null;
7143
7098
  countryCode?: string | null;
7144
7099
  } | null;
7145
- /** @enum {string} */
7146
- status: "active" | "inactive";
7147
- defaultCurrency?: string | null;
7100
+ /** Format: uuid */
7101
+ id: string;
7148
7102
  activeOwnership?: {
7149
7103
  /** Format: uuid */
7150
7104
  id: string;
@@ -7171,23 +7125,24 @@ export interface operations {
7171
7125
  } | null;
7172
7126
  } | null;
7173
7127
  activeRecurringFeePeriods?: {
7174
- /** Format: uuid */
7175
- id: string;
7176
7128
  startAt?: string | null;
7177
7129
  endAt?: string | null;
7178
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7130
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7179
7131
  rate?: number | null;
7132
+ /** Format: uuid */
7133
+ id: string;
7180
7134
  recurringFee: {
7181
- /** Format: uuid */
7182
7135
  id: string;
7183
- title: string;
7136
+ name: string;
7184
7137
  /** @enum {string} */
7185
7138
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7186
7139
  /**
7187
7140
  * @default flat
7188
- * @enum {string}
7141
+ * @enum {string|null}
7189
7142
  */
7190
- rateType: "flat" | "percentage";
7143
+ rateType: "flat" | "percentage" | null;
7144
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7145
+ defaultRate?: number | null;
7191
7146
  };
7192
7147
  }[] | null;
7193
7148
  source?: {
@@ -7278,10 +7233,13 @@ export interface operations {
7278
7233
  requestBody: {
7279
7234
  content: {
7280
7235
  "application/json": {
7236
+ name?: string | null;
7281
7237
  uniqueRef?: string | null;
7282
7238
  /** Format: uuid */
7283
7239
  connectionId?: string | null;
7284
- name: string;
7240
+ /** @enum {string|null} */
7241
+ status?: "active" | "inactive" | null;
7242
+ defaultCurrency?: string | null;
7285
7243
  address?: {
7286
7244
  full?: string | null;
7287
7245
  line1?: string | null;
@@ -7293,49 +7251,42 @@ export interface operations {
7293
7251
  stateCode?: string | null;
7294
7252
  countryCode?: string | null;
7295
7253
  } | null;
7296
- /** @enum {string} */
7297
- status?: "active" | "inactive";
7298
- defaultCurrency?: string | null;
7254
+ /** Format: uuid */
7255
+ sourceId?: string | null;
7299
7256
  activeRecurringFeePeriods?: {
7300
- /** Format: uuid */
7301
- id: string;
7302
7257
  startAt?: string | null;
7303
7258
  endAt?: string | null;
7304
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7259
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7305
7260
  rate?: number | null;
7261
+ /** Format: uuid */
7262
+ id: string;
7306
7263
  recurringFee: {
7307
- /** Format: uuid */
7308
7264
  id: string;
7309
- title: string;
7265
+ name: string;
7310
7266
  /** @enum {string} */
7311
7267
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7312
7268
  /**
7313
7269
  * @default flat
7314
- * @enum {string}
7270
+ * @enum {string|null}
7315
7271
  */
7316
- rateType?: "flat" | "percentage";
7272
+ rateType?: "flat" | "percentage" | null;
7273
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7274
+ defaultRate?: number | null;
7317
7275
  };
7318
7276
  }[] | null;
7319
- /** Format: uuid */
7320
- sourceId?: string | null;
7321
7277
  initialOwnership?: {
7322
- /** @default 2025-12-11 */
7323
- startAt?: string;
7278
+ startAt?: string | null;
7324
7279
  endAt?: string | null;
7325
- members: {
7280
+ members?: {
7326
7281
  /** Format: uuid */
7327
7282
  contactId?: string | null;
7328
7283
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7329
7284
  split?: number | null;
7330
- }[];
7285
+ }[] | null;
7331
7286
  setListingInactive?: boolean | null;
7332
- /**
7333
- * @default managed
7334
- * @enum {string|null}
7335
- */
7287
+ /** @enum {string|null} */
7336
7288
  businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
7337
7289
  /**
7338
- * @description How to handle date range conflicts with existing periods
7339
7290
  * @default updateExisting
7340
7291
  * @enum {string|null}
7341
7292
  */
@@ -7352,12 +7303,13 @@ export interface operations {
7352
7303
  };
7353
7304
  content: {
7354
7305
  "application/json": {
7355
- /** Format: uuid */
7356
- id: string;
7306
+ name: string;
7357
7307
  uniqueRef?: string | null;
7358
7308
  /** Format: uuid */
7359
7309
  connectionId?: string | null;
7360
- name: string;
7310
+ /** @enum {string} */
7311
+ status: "active" | "inactive";
7312
+ defaultCurrency?: string | null;
7361
7313
  address?: {
7362
7314
  full?: string | null;
7363
7315
  line1?: string | null;
@@ -7369,46 +7321,52 @@ export interface operations {
7369
7321
  stateCode?: string | null;
7370
7322
  countryCode?: string | null;
7371
7323
  } | null;
7372
- /** @enum {string} */
7373
- status: "active" | "inactive";
7374
- defaultCurrency?: string | null;
7324
+ /** Format: uuid */
7325
+ id: string;
7375
7326
  activeOwnership?: {
7376
- /** @default 2025-12-11 */
7327
+ /** Format: uuid */
7328
+ id: string;
7377
7329
  startAt: string;
7378
7330
  endAt?: string | null;
7379
- setListingInactive?: boolean | null;
7380
- /**
7381
- * @default managed
7382
- * @enum {string|null}
7383
- */
7384
- businessModel: "managed" | "co_host" | "co_host_airbnb" | null;
7385
7331
  members: {
7386
7332
  /** Format: uuid */
7387
7333
  contactId?: string | null;
7388
7334
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7389
7335
  split?: number | null;
7390
7336
  }[];
7391
- /** Format: uuid */
7392
- id: string;
7337
+ setListingInactive?: boolean | null;
7338
+ /** @enum {string} */
7339
+ businessModel: "managed" | "co_host" | "co_host_airbnb";
7340
+ lock?: {
7341
+ /** @enum {string} */
7342
+ status: "locked" | "unlocked";
7343
+ booksClosed?: {
7344
+ date: string;
7345
+ } | null;
7346
+ ownerStatement?: {
7347
+ ids: string[];
7348
+ } | null;
7349
+ } | null;
7393
7350
  } | null;
7394
7351
  activeRecurringFeePeriods?: {
7395
- /** Format: uuid */
7396
- id: string;
7397
7352
  startAt?: string | null;
7398
7353
  endAt?: string | null;
7399
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7354
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7400
7355
  rate?: number | null;
7356
+ /** Format: uuid */
7357
+ id: string;
7401
7358
  recurringFee: {
7402
- /** Format: uuid */
7403
7359
  id: string;
7404
- title: string;
7360
+ name: string;
7405
7361
  /** @enum {string} */
7406
7362
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7407
7363
  /**
7408
7364
  * @default flat
7409
- * @enum {string}
7365
+ * @enum {string|null}
7410
7366
  */
7411
- rateType: "flat" | "percentage";
7367
+ rateType: "flat" | "percentage" | null;
7368
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7369
+ defaultRate?: number | null;
7412
7370
  };
7413
7371
  }[] | null;
7414
7372
  source?: {
@@ -9067,7 +9025,7 @@ export interface operations {
9067
9025
  uniqueRef?: string | null;
9068
9026
  name?: string;
9069
9027
  formula: string;
9070
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9028
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9071
9029
  defaultRate?: number | null;
9072
9030
  icon?: string | null;
9073
9031
  /** @enum {string} */
@@ -9097,7 +9055,7 @@ export interface operations {
9097
9055
  listingId: string;
9098
9056
  startAt?: string | null;
9099
9057
  endAt?: string | null;
9100
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9058
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9101
9059
  rate?: number | null;
9102
9060
  }[] | null;
9103
9061
  id?: string | null;
@@ -9274,23 +9232,25 @@ export interface operations {
9274
9232
  "application/json": {
9275
9233
  data: {
9276
9234
  /** Format: uuid */
9277
- id: string;
9278
9235
  listingId: string;
9279
9236
  startAt?: string | null;
9280
9237
  endAt?: string | null;
9281
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9238
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9282
9239
  rate?: number | null;
9240
+ /** Format: uuid */
9241
+ id: string;
9283
9242
  recurringFee: {
9284
- /** Format: uuid */
9285
9243
  id: string;
9286
- title: string;
9244
+ name: string;
9287
9245
  /** @enum {string} */
9288
9246
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9289
9247
  /**
9290
9248
  * @default flat
9291
- * @enum {string}
9249
+ * @enum {string|null}
9292
9250
  */
9293
- rateType: "flat" | "percentage";
9251
+ rateType: "flat" | "percentage" | null;
9252
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9253
+ defaultRate?: number | null;
9294
9254
  };
9295
9255
  }[];
9296
9256
  pagination: {
@@ -9370,7 +9330,7 @@ export interface operations {
9370
9330
  listingId: string;
9371
9331
  startAt?: string | null;
9372
9332
  endAt?: string | null;
9373
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9333
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9374
9334
  rate?: number | null;
9375
9335
  /** @enum {string|null} */
9376
9336
  onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
@@ -9386,23 +9346,25 @@ export interface operations {
9386
9346
  content: {
9387
9347
  "application/json": {
9388
9348
  /** Format: uuid */
9389
- id: string;
9390
9349
  listingId: string;
9391
9350
  startAt?: string | null;
9392
9351
  endAt?: string | null;
9393
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9352
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9394
9353
  rate?: number | null;
9354
+ /** Format: uuid */
9355
+ id: string;
9395
9356
  recurringFee: {
9396
- /** Format: uuid */
9397
9357
  id: string;
9398
- title: string;
9358
+ name: string;
9399
9359
  /** @enum {string} */
9400
9360
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9401
9361
  /**
9402
9362
  * @default flat
9403
- * @enum {string}
9363
+ * @enum {string|null}
9404
9364
  */
9405
- rateType: "flat" | "percentage";
9365
+ rateType: "flat" | "percentage" | null;
9366
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9367
+ defaultRate?: number | null;
9406
9368
  };
9407
9369
  };
9408
9370
  };
@@ -9459,9 +9421,11 @@ export interface operations {
9459
9421
  requestBody: {
9460
9422
  content: {
9461
9423
  "application/json": {
9424
+ /** Format: uuid */
9425
+ listingId?: string;
9462
9426
  startAt?: string | null;
9463
9427
  endAt?: string | null;
9464
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9428
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9465
9429
  rate?: number | null;
9466
9430
  /** @enum {string|null} */
9467
9431
  onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
@@ -9477,23 +9441,25 @@ export interface operations {
9477
9441
  content: {
9478
9442
  "application/json": {
9479
9443
  /** Format: uuid */
9480
- id: string;
9481
9444
  listingId: string;
9482
9445
  startAt?: string | null;
9483
9446
  endAt?: string | null;
9484
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9447
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9485
9448
  rate?: number | null;
9449
+ /** Format: uuid */
9450
+ id: string;
9486
9451
  recurringFee: {
9487
- /** Format: uuid */
9488
9452
  id: string;
9489
- title: string;
9453
+ name: string;
9490
9454
  /** @enum {string} */
9491
9455
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9492
9456
  /**
9493
9457
  * @default flat
9494
- * @enum {string}
9458
+ * @enum {string|null}
9495
9459
  */
9496
- rateType: "flat" | "percentage";
9460
+ rateType: "flat" | "percentage" | null;
9461
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9462
+ defaultRate?: number | null;
9497
9463
  };
9498
9464
  };
9499
9465
  };
@@ -9641,7 +9607,7 @@ export interface operations {
9641
9607
  "application/json": {
9642
9608
  name: string;
9643
9609
  formula: string;
9644
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9610
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9645
9611
  defaultRate?: number | null;
9646
9612
  icon?: string | null;
9647
9613
  /** @enum {string} */
@@ -9771,7 +9737,7 @@ export interface operations {
9771
9737
  uniqueRef?: string | null;
9772
9738
  name?: string;
9773
9739
  formula?: string;
9774
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9740
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9775
9741
  defaultRate?: number | null;
9776
9742
  icon?: string | null;
9777
9743
  /** @enum {string} */
@@ -9801,7 +9767,7 @@ export interface operations {
9801
9767
  listingId: string;
9802
9768
  startAt?: string | null;
9803
9769
  endAt?: string | null;
9804
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9770
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9805
9771
  rate?: number | null;
9806
9772
  }[] | null;
9807
9773
  };
@@ -9817,7 +9783,7 @@ export interface operations {
9817
9783
  "application/json": {
9818
9784
  name: string;
9819
9785
  formula: string;
9820
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9786
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9821
9787
  defaultRate?: number | null;
9822
9788
  icon?: string | null;
9823
9789
  /** @enum {string} */
@@ -10033,7 +9999,7 @@ export interface operations {
10033
9999
  data: {
10034
10000
  name: string;
10035
10001
  formula: string;
10036
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10002
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10037
10003
  defaultRate?: number | null;
10038
10004
  icon?: string | null;
10039
10005
  /** @enum {string} */
@@ -10171,7 +10137,7 @@ export interface operations {
10171
10137
  uniqueRef?: string | null;
10172
10138
  name: string;
10173
10139
  formula: string;
10174
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10140
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10175
10141
  defaultRate?: number | null;
10176
10142
  icon?: string | null;
10177
10143
  /** @enum {string} */
@@ -10201,7 +10167,7 @@ export interface operations {
10201
10167
  listingId: string;
10202
10168
  startAt?: string | null;
10203
10169
  endAt?: string | null;
10204
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10170
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10205
10171
  rate?: number | null;
10206
10172
  }[] | null;
10207
10173
  };
@@ -10217,7 +10183,7 @@ export interface operations {
10217
10183
  "application/json": {
10218
10184
  name: string;
10219
10185
  formula: string;
10220
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10186
+ /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
10221
10187
  defaultRate?: number | null;
10222
10188
  icon?: string | null;
10223
10189
  /** @enum {string} */