@vrplatform/api 1.3.0-stage.1120 → 1.3.0-stage.1125

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.
@@ -4071,7 +4071,6 @@ export interface operations {
4071
4071
  /** @description Adjustments are manually added financial lines that are not part of the booking platform */
4072
4072
  adjustments?: {
4073
4073
  id?: string | null;
4074
- type?: string;
4075
4074
  description?: string | null;
4076
4075
  reservationRef?: string | null;
4077
4076
  /** @description Value in cents (100 = 1€) */
@@ -4081,6 +4080,7 @@ export interface operations {
4081
4080
  metadata?: {
4082
4081
  [key: string]: unknown;
4083
4082
  } | null;
4083
+ type?: string | null;
4084
4084
  /** Format: uuid */
4085
4085
  recurringFeeId?: string | null;
4086
4086
  /** @enum {string|null} */
@@ -4180,6 +4180,15 @@ export interface operations {
4180
4180
  /** @enum {string} */
4181
4181
  severity: "warning";
4182
4182
  context: Record<string, never>;
4183
+ } | {
4184
+ /** @enum {string} */
4185
+ code: "guestTotalsMismatch";
4186
+ /** @enum {string} */
4187
+ severity: "warning";
4188
+ context: {
4189
+ difference: number;
4190
+ };
4191
+ message: string;
4183
4192
  })[];
4184
4193
  connection?: {
4185
4194
  /** Format: uuid */
@@ -4324,13 +4333,13 @@ export interface operations {
4324
4333
  adjustments: {
4325
4334
  /** Format: uuid */
4326
4335
  id: string;
4327
- type?: string;
4328
4336
  description?: string | null;
4329
4337
  /** @description Value in cents (100 = 1€) */
4330
4338
  amount: number;
4331
4339
  metadata?: {
4332
4340
  [key: string]: unknown;
4333
4341
  } | null;
4342
+ type?: string | null;
4334
4343
  /** @enum {string|null} */
4335
4344
  party?: "owners" | "manager" | null;
4336
4345
  account?: {
@@ -4558,6 +4567,15 @@ export interface operations {
4558
4567
  /** @enum {string} */
4559
4568
  severity: "warning";
4560
4569
  context: Record<string, never>;
4570
+ } | {
4571
+ /** @enum {string} */
4572
+ code: "guestTotalsMismatch";
4573
+ /** @enum {string} */
4574
+ severity: "warning";
4575
+ context: {
4576
+ difference: number;
4577
+ };
4578
+ message: string;
4561
4579
  })[];
4562
4580
  connection?: {
4563
4581
  /** Format: uuid */
@@ -4702,13 +4720,13 @@ export interface operations {
4702
4720
  adjustments: {
4703
4721
  /** Format: uuid */
4704
4722
  id: string;
4705
- type?: string;
4706
4723
  description?: string | null;
4707
4724
  /** @description Value in cents (100 = 1€) */
4708
4725
  amount: number;
4709
4726
  metadata?: {
4710
4727
  [key: string]: unknown;
4711
4728
  } | null;
4729
+ type?: string | null;
4712
4730
  /** @enum {string|null} */
4713
4731
  party?: "owners" | "manager" | null;
4714
4732
  account?: {
@@ -4843,7 +4861,6 @@ export interface operations {
4843
4861
  adjustments?: {
4844
4862
  /** Format: uuid */
4845
4863
  id?: string | null;
4846
- type?: string;
4847
4864
  description?: string | null;
4848
4865
  reservationRef?: string | null;
4849
4866
  /** @description Value in cents (100 = 1€) */
@@ -4853,6 +4870,7 @@ export interface operations {
4853
4870
  metadata?: {
4854
4871
  [key: string]: unknown;
4855
4872
  } | null;
4873
+ type?: string | null;
4856
4874
  /** Format: uuid */
4857
4875
  recurringFeeId?: string | null;
4858
4876
  /** @enum {string|null} */
@@ -4898,7 +4916,6 @@ export interface operations {
4898
4916
  adjustments_create?: {
4899
4917
  /** Format: uuid */
4900
4918
  id?: string | null;
4901
- type?: string;
4902
4919
  description?: string | null;
4903
4920
  reservationRef?: string | null;
4904
4921
  /** @description Value in cents (100 = 1€) */
@@ -4908,6 +4925,7 @@ export interface operations {
4908
4925
  metadata?: {
4909
4926
  [key: string]: unknown;
4910
4927
  } | null;
4928
+ type?: string | null;
4911
4929
  /** Format: uuid */
4912
4930
  recurringFeeId?: string | null;
4913
4931
  /** @enum {string|null} */
@@ -4917,7 +4935,6 @@ export interface operations {
4917
4935
  adjustments_update?: {
4918
4936
  /** Format: uuid */
4919
4937
  id: string;
4920
- type?: string;
4921
4938
  description?: string | null;
4922
4939
  reservationRef?: string | null;
4923
4940
  /** @description Value in cents (100 = 1€) */
@@ -4927,6 +4944,7 @@ export interface operations {
4927
4944
  metadata?: {
4928
4945
  [key: string]: unknown;
4929
4946
  } | null;
4947
+ type?: string | null;
4930
4948
  /** Format: uuid */
4931
4949
  recurringFeeId?: string | null;
4932
4950
  /** @enum {string|null} */
@@ -5021,6 +5039,15 @@ export interface operations {
5021
5039
  /** @enum {string} */
5022
5040
  severity: "warning";
5023
5041
  context: Record<string, never>;
5042
+ } | {
5043
+ /** @enum {string} */
5044
+ code: "guestTotalsMismatch";
5045
+ /** @enum {string} */
5046
+ severity: "warning";
5047
+ context: {
5048
+ difference: number;
5049
+ };
5050
+ message: string;
5024
5051
  })[];
5025
5052
  connection?: {
5026
5053
  /** Format: uuid */
@@ -5165,13 +5192,13 @@ export interface operations {
5165
5192
  adjustments: {
5166
5193
  /** Format: uuid */
5167
5194
  id: string;
5168
- type?: string;
5169
5195
  description?: string | null;
5170
5196
  /** @description Value in cents (100 = 1€) */
5171
5197
  amount: number;
5172
5198
  metadata?: {
5173
5199
  [key: string]: unknown;
5174
5200
  } | null;
5201
+ type?: string | null;
5175
5202
  /** @enum {string|null} */
5176
5203
  party?: "owners" | "manager" | null;
5177
5204
  account?: {
@@ -5422,6 +5449,15 @@ export interface operations {
5422
5449
  /** @enum {string} */
5423
5450
  severity: "warning";
5424
5451
  context: Record<string, never>;
5452
+ } | {
5453
+ /** @enum {string} */
5454
+ code: "guestTotalsMismatch";
5455
+ /** @enum {string} */
5456
+ severity: "warning";
5457
+ context: {
5458
+ difference: number;
5459
+ };
5460
+ message: string;
5425
5461
  })[];
5426
5462
  connection?: {
5427
5463
  /** Format: uuid */
@@ -5603,7 +5639,6 @@ export interface operations {
5603
5639
  /** @description Adjustments are manually added financial lines that are not part of the booking platform */
5604
5640
  adjustments?: {
5605
5641
  id?: string | null;
5606
- type?: string;
5607
5642
  description?: string | null;
5608
5643
  reservationRef?: string | null;
5609
5644
  /** @description Value in cents (100 = 1€) */
@@ -5613,6 +5648,7 @@ export interface operations {
5613
5648
  metadata?: {
5614
5649
  [key: string]: unknown;
5615
5650
  } | null;
5651
+ type?: string | null;
5616
5652
  /** Format: uuid */
5617
5653
  recurringFeeId?: string | null;
5618
5654
  /** @enum {string|null} */
@@ -5705,6 +5741,15 @@ export interface operations {
5705
5741
  /** @enum {string} */
5706
5742
  severity: "warning";
5707
5743
  context: Record<string, never>;
5744
+ } | {
5745
+ /** @enum {string} */
5746
+ code: "guestTotalsMismatch";
5747
+ /** @enum {string} */
5748
+ severity: "warning";
5749
+ context: {
5750
+ difference: number;
5751
+ };
5752
+ message: string;
5708
5753
  })[];
5709
5754
  connection?: {
5710
5755
  /** Format: uuid */
@@ -5849,13 +5894,13 @@ export interface operations {
5849
5894
  adjustments: {
5850
5895
  /** Format: uuid */
5851
5896
  id: string;
5852
- type?: string;
5853
5897
  description?: string | null;
5854
5898
  /** @description Value in cents (100 = 1€) */
5855
5899
  amount: number;
5856
5900
  metadata?: {
5857
5901
  [key: string]: unknown;
5858
5902
  } | null;
5903
+ type?: string | null;
5859
5904
  /** @enum {string|null} */
5860
5905
  party?: "owners" | "manager" | null;
5861
5906
  account?: {
@@ -5937,7 +5982,7 @@ export interface operations {
5937
5982
  data: {
5938
5983
  /** Format: uuid */
5939
5984
  listingId: string;
5940
- /** @default 2025-11-20 */
5985
+ /** @default 2025-11-21 */
5941
5986
  startAt: string;
5942
5987
  endAt?: string | null;
5943
5988
  setListingInactive?: boolean | null;
@@ -6019,7 +6064,7 @@ export interface operations {
6019
6064
  "application/json": {
6020
6065
  /** Format: uuid */
6021
6066
  listingId: string;
6022
- /** @default 2025-11-20 */
6067
+ /** @default 2025-11-21 */
6023
6068
  startAt?: string;
6024
6069
  endAt?: string | null;
6025
6070
  members: {
@@ -6053,7 +6098,7 @@ export interface operations {
6053
6098
  "application/json": {
6054
6099
  /** Format: uuid */
6055
6100
  listingId: string;
6056
- /** @default 2025-11-20 */
6101
+ /** @default 2025-11-21 */
6057
6102
  startAt: string;
6058
6103
  endAt?: string | null;
6059
6104
  setListingInactive?: boolean | null;
@@ -6133,7 +6178,7 @@ export interface operations {
6133
6178
  "application/json": {
6134
6179
  /** Format: uuid */
6135
6180
  listingId: string;
6136
- /** @default 2025-11-20 */
6181
+ /** @default 2025-11-21 */
6137
6182
  startAt: string;
6138
6183
  endAt?: string | null;
6139
6184
  setListingInactive?: boolean | null;
@@ -6216,7 +6261,7 @@ export interface operations {
6216
6261
  "application/json": {
6217
6262
  /** Format: uuid */
6218
6263
  listingId?: string;
6219
- /** @default 2025-11-20 */
6264
+ /** @default 2025-11-21 */
6220
6265
  startAt?: string;
6221
6266
  endAt?: string | null;
6222
6267
  members?: {
@@ -6250,7 +6295,7 @@ export interface operations {
6250
6295
  "application/json": {
6251
6296
  /** Format: uuid */
6252
6297
  listingId: string;
6253
- /** @default 2025-11-20 */
6298
+ /** @default 2025-11-21 */
6254
6299
  startAt: string;
6255
6300
  endAt?: string | null;
6256
6301
  setListingInactive?: boolean | null;
@@ -6436,7 +6481,7 @@ export interface operations {
6436
6481
  /** Format: uuid */
6437
6482
  sourceId?: string | null;
6438
6483
  initialOwnership?: {
6439
- /** @default 2025-11-20 */
6484
+ /** @default 2025-11-21 */
6440
6485
  startAt?: string;
6441
6486
  endAt?: string | null;
6442
6487
  members: {
@@ -6494,7 +6539,7 @@ export interface operations {
6494
6539
  status: "active" | "inactive";
6495
6540
  defaultCurrency?: string | null;
6496
6541
  activeOwnership?: {
6497
- /** @default 2025-11-20 */
6542
+ /** @default 2025-11-21 */
6498
6543
  startAt: string;
6499
6544
  endAt?: string | null;
6500
6545
  setListingInactive?: boolean | null;
@@ -6735,7 +6780,7 @@ export interface operations {
6735
6780
  status: "active" | "inactive";
6736
6781
  defaultCurrency?: string | null;
6737
6782
  activeOwnership?: {
6738
- /** @default 2025-11-20 */
6783
+ /** @default 2025-11-21 */
6739
6784
  startAt: string;
6740
6785
  endAt?: string | null;
6741
6786
  setListingInactive?: boolean | null;
@@ -6874,7 +6919,7 @@ export interface operations {
6874
6919
  /** Format: uuid */
6875
6920
  sourceId?: string | null;
6876
6921
  initialOwnership?: {
6877
- /** @default 2025-11-20 */
6922
+ /** @default 2025-11-21 */
6878
6923
  startAt?: string;
6879
6924
  endAt?: string | null;
6880
6925
  members: {
@@ -6928,7 +6973,7 @@ export interface operations {
6928
6973
  status: "active" | "inactive";
6929
6974
  defaultCurrency?: string | null;
6930
6975
  activeOwnership?: {
6931
- /** @default 2025-11-20 */
6976
+ /** @default 2025-11-21 */
6932
6977
  startAt: string;
6933
6978
  endAt?: string | null;
6934
6979
  setListingInactive?: boolean | null;
@@ -7145,7 +7190,7 @@ export interface operations {
7145
7190
  status: "active" | "inactive";
7146
7191
  defaultCurrency?: string | null;
7147
7192
  activeOwnership?: {
7148
- /** @default 2025-11-20 */
7193
+ /** @default 2025-11-21 */
7149
7194
  startAt: string;
7150
7195
  endAt?: string | null;
7151
7196
  setListingInactive?: boolean | null;
@@ -7292,7 +7337,7 @@ export interface operations {
7292
7337
  /** Format: uuid */
7293
7338
  sourceId?: string | null;
7294
7339
  initialOwnership?: {
7295
- /** @default 2025-11-20 */
7340
+ /** @default 2025-11-21 */
7296
7341
  startAt?: string;
7297
7342
  endAt?: string | null;
7298
7343
  members: {
@@ -7346,7 +7391,7 @@ export interface operations {
7346
7391
  status: "active" | "inactive";
7347
7392
  defaultCurrency?: string | null;
7348
7393
  activeOwnership?: {
7349
- /** @default 2025-11-20 */
7394
+ /** @default 2025-11-21 */
7350
7395
  startAt: string;
7351
7396
  endAt?: string | null;
7352
7397
  setListingInactive?: boolean | null;
@@ -22548,8 +22593,12 @@ export interface operations {
22548
22593
  date?: string;
22549
22594
  amount?: string;
22550
22595
  isDateRangeEndInclusive?: boolean;
22596
+ /** @description comma separated reservation ids */
22551
22597
  reservationIds?: string;
22598
+ /** @description comma separated transaction ids */
22552
22599
  transactionIds?: string;
22600
+ /** @description comma separated owner statement ids */
22601
+ ownerStatementIds?: string;
22553
22602
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
22554
22603
  currency?: string;
22555
22604
  /** @description listing ids comma separated or "unmapped" */
@@ -22692,8 +22741,12 @@ export interface operations {
22692
22741
  date?: string;
22693
22742
  amount?: string;
22694
22743
  isDateRangeEndInclusive?: boolean;
22744
+ /** @description comma separated reservation ids */
22695
22745
  reservationIds?: string;
22746
+ /** @description comma separated transaction ids */
22696
22747
  transactionIds?: string;
22748
+ /** @description comma separated owner statement ids */
22749
+ ownerStatementIds?: string;
22697
22750
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
22698
22751
  currency?: string;
22699
22752
  /** @description listing ids comma separated or "unmapped" */
@@ -22994,8 +23047,12 @@ export interface operations {
22994
23047
  date?: string;
22995
23048
  amount?: string;
22996
23049
  isDateRangeEndInclusive?: boolean;
23050
+ /** @description comma separated reservation ids */
22997
23051
  reservationIds?: string;
23052
+ /** @description comma separated transaction ids */
22998
23053
  transactionIds?: string;
23054
+ /** @description comma separated owner statement ids */
23055
+ ownerStatementIds?: string;
22999
23056
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
23000
23057
  currency?: string;
23001
23058
  /** @description listing ids comma separated or "unmapped" */
@@ -23136,8 +23193,12 @@ export interface operations {
23136
23193
  date?: string;
23137
23194
  amount?: string;
23138
23195
  isDateRangeEndInclusive?: boolean;
23196
+ /** @description comma separated reservation ids */
23139
23197
  reservationIds?: string;
23198
+ /** @description comma separated transaction ids */
23140
23199
  transactionIds?: string;
23200
+ /** @description comma separated owner statement ids */
23201
+ ownerStatementIds?: string;
23141
23202
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
23142
23203
  currency?: string;
23143
23204
  /** @description listing ids comma separated or "unmapped" */