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