@vrplatform/api 1.2.40-stage.1070 → 1.3.0

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.
@@ -4140,6 +4140,12 @@ export interface operations {
4140
4140
  /** @enum {string} */
4141
4141
  severity: "warning";
4142
4142
  context: Record<string, never>;
4143
+ } | {
4144
+ /** @enum {string} */
4145
+ code: "guestTotalsZero";
4146
+ /** @enum {string} */
4147
+ severity: "warning";
4148
+ context: Record<string, never>;
4143
4149
  })[];
4144
4150
  connection?: {
4145
4151
  /** Format: uuid */
@@ -4158,6 +4164,7 @@ export interface operations {
4158
4164
  tax: number;
4159
4165
  manager: number;
4160
4166
  owner: number;
4167
+ reservation: number;
4161
4168
  expense: number;
4162
4169
  deposit: number;
4163
4170
  guest: number;
@@ -4516,6 +4523,12 @@ export interface operations {
4516
4523
  /** @enum {string} */
4517
4524
  severity: "warning";
4518
4525
  context: Record<string, never>;
4526
+ } | {
4527
+ /** @enum {string} */
4528
+ code: "guestTotalsZero";
4529
+ /** @enum {string} */
4530
+ severity: "warning";
4531
+ context: Record<string, never>;
4519
4532
  })[];
4520
4533
  connection?: {
4521
4534
  /** Format: uuid */
@@ -4534,6 +4547,7 @@ export interface operations {
4534
4547
  tax: number;
4535
4548
  manager: number;
4536
4549
  owner: number;
4550
+ reservation: number;
4537
4551
  expense: number;
4538
4552
  deposit: number;
4539
4553
  guest: number;
@@ -4972,6 +4986,12 @@ export interface operations {
4972
4986
  /** @enum {string} */
4973
4987
  severity: "warning";
4974
4988
  context: Record<string, never>;
4989
+ } | {
4990
+ /** @enum {string} */
4991
+ code: "guestTotalsZero";
4992
+ /** @enum {string} */
4993
+ severity: "warning";
4994
+ context: Record<string, never>;
4975
4995
  })[];
4976
4996
  connection?: {
4977
4997
  /** Format: uuid */
@@ -4990,6 +5010,7 @@ export interface operations {
4990
5010
  tax: number;
4991
5011
  manager: number;
4992
5012
  owner: number;
5013
+ reservation: number;
4993
5014
  expense: number;
4994
5015
  deposit: number;
4995
5016
  guest: number;
@@ -5366,6 +5387,12 @@ export interface operations {
5366
5387
  /** @enum {string} */
5367
5388
  severity: "warning";
5368
5389
  context: Record<string, never>;
5390
+ } | {
5391
+ /** @enum {string} */
5392
+ code: "guestTotalsZero";
5393
+ /** @enum {string} */
5394
+ severity: "warning";
5395
+ context: Record<string, never>;
5369
5396
  })[];
5370
5397
  connection?: {
5371
5398
  /** Format: uuid */
@@ -5643,6 +5670,12 @@ export interface operations {
5643
5670
  /** @enum {string} */
5644
5671
  severity: "warning";
5645
5672
  context: Record<string, never>;
5673
+ } | {
5674
+ /** @enum {string} */
5675
+ code: "guestTotalsZero";
5676
+ /** @enum {string} */
5677
+ severity: "warning";
5678
+ context: Record<string, never>;
5646
5679
  })[];
5647
5680
  connection?: {
5648
5681
  /** Format: uuid */
@@ -5661,6 +5694,7 @@ export interface operations {
5661
5694
  tax: number;
5662
5695
  manager: number;
5663
5696
  owner: number;
5697
+ reservation: number;
5664
5698
  expense: number;
5665
5699
  deposit: number;
5666
5700
  guest: number;
@@ -5874,7 +5908,7 @@ export interface operations {
5874
5908
  data: {
5875
5909
  /** Format: uuid */
5876
5910
  listingId: string;
5877
- /** @default 2025-11-14 */
5911
+ /** @default 2025-11-15 */
5878
5912
  startAt: string;
5879
5913
  endAt?: string | null;
5880
5914
  setListingInactive?: boolean | null;
@@ -5956,7 +5990,7 @@ export interface operations {
5956
5990
  "application/json": {
5957
5991
  /** Format: uuid */
5958
5992
  listingId: string;
5959
- /** @default 2025-11-14 */
5993
+ /** @default 2025-11-15 */
5960
5994
  startAt?: string;
5961
5995
  endAt?: string | null;
5962
5996
  members: {
@@ -5990,7 +6024,7 @@ export interface operations {
5990
6024
  "application/json": {
5991
6025
  /** Format: uuid */
5992
6026
  listingId: string;
5993
- /** @default 2025-11-14 */
6027
+ /** @default 2025-11-15 */
5994
6028
  startAt: string;
5995
6029
  endAt?: string | null;
5996
6030
  setListingInactive?: boolean | null;
@@ -6070,7 +6104,7 @@ export interface operations {
6070
6104
  "application/json": {
6071
6105
  /** Format: uuid */
6072
6106
  listingId: string;
6073
- /** @default 2025-11-14 */
6107
+ /** @default 2025-11-15 */
6074
6108
  startAt: string;
6075
6109
  endAt?: string | null;
6076
6110
  setListingInactive?: boolean | null;
@@ -6153,7 +6187,7 @@ export interface operations {
6153
6187
  "application/json": {
6154
6188
  /** Format: uuid */
6155
6189
  listingId?: string;
6156
- /** @default 2025-11-14 */
6190
+ /** @default 2025-11-15 */
6157
6191
  startAt?: string;
6158
6192
  endAt?: string | null;
6159
6193
  members?: {
@@ -6187,7 +6221,7 @@ export interface operations {
6187
6221
  "application/json": {
6188
6222
  /** Format: uuid */
6189
6223
  listingId: string;
6190
- /** @default 2025-11-14 */
6224
+ /** @default 2025-11-15 */
6191
6225
  startAt: string;
6192
6226
  endAt?: string | null;
6193
6227
  setListingInactive?: boolean | null;
@@ -6373,7 +6407,7 @@ export interface operations {
6373
6407
  /** Format: uuid */
6374
6408
  sourceId?: string | null;
6375
6409
  initialOwnership?: {
6376
- /** @default 2025-11-14 */
6410
+ /** @default 2025-11-15 */
6377
6411
  startAt?: string;
6378
6412
  endAt?: string | null;
6379
6413
  members: {
@@ -6431,7 +6465,7 @@ export interface operations {
6431
6465
  status: "active" | "inactive";
6432
6466
  defaultCurrency?: string | null;
6433
6467
  activeOwnership?: {
6434
- /** @default 2025-11-14 */
6468
+ /** @default 2025-11-15 */
6435
6469
  startAt: string;
6436
6470
  endAt?: string | null;
6437
6471
  setListingInactive?: boolean | null;
@@ -6672,7 +6706,7 @@ export interface operations {
6672
6706
  status: "active" | "inactive";
6673
6707
  defaultCurrency?: string | null;
6674
6708
  activeOwnership?: {
6675
- /** @default 2025-11-14 */
6709
+ /** @default 2025-11-15 */
6676
6710
  startAt: string;
6677
6711
  endAt?: string | null;
6678
6712
  setListingInactive?: boolean | null;
@@ -6811,7 +6845,7 @@ export interface operations {
6811
6845
  /** Format: uuid */
6812
6846
  sourceId?: string | null;
6813
6847
  initialOwnership?: {
6814
- /** @default 2025-11-14 */
6848
+ /** @default 2025-11-15 */
6815
6849
  startAt?: string;
6816
6850
  endAt?: string | null;
6817
6851
  members: {
@@ -6865,7 +6899,7 @@ export interface operations {
6865
6899
  status: "active" | "inactive";
6866
6900
  defaultCurrency?: string | null;
6867
6901
  activeOwnership?: {
6868
- /** @default 2025-11-14 */
6902
+ /** @default 2025-11-15 */
6869
6903
  startAt: string;
6870
6904
  endAt?: string | null;
6871
6905
  setListingInactive?: boolean | null;
@@ -7082,7 +7116,7 @@ export interface operations {
7082
7116
  status: "active" | "inactive";
7083
7117
  defaultCurrency?: string | null;
7084
7118
  activeOwnership?: {
7085
- /** @default 2025-11-14 */
7119
+ /** @default 2025-11-15 */
7086
7120
  startAt: string;
7087
7121
  endAt?: string | null;
7088
7122
  setListingInactive?: boolean | null;
@@ -7229,7 +7263,7 @@ export interface operations {
7229
7263
  /** Format: uuid */
7230
7264
  sourceId?: string | null;
7231
7265
  initialOwnership?: {
7232
- /** @default 2025-11-14 */
7266
+ /** @default 2025-11-15 */
7233
7267
  startAt?: string;
7234
7268
  endAt?: string | null;
7235
7269
  members: {
@@ -7283,7 +7317,7 @@ export interface operations {
7283
7317
  status: "active" | "inactive";
7284
7318
  defaultCurrency?: string | null;
7285
7319
  activeOwnership?: {
7286
- /** @default 2025-11-14 */
7320
+ /** @default 2025-11-15 */
7287
7321
  startAt: string;
7288
7322
  endAt?: string | null;
7289
7323
  setListingInactive?: boolean | null;
@@ -9017,6 +9051,7 @@ export interface operations {
9017
9051
  tax: number;
9018
9052
  manager: number;
9019
9053
  owner: number;
9054
+ reservation: number;
9020
9055
  expense: number;
9021
9056
  deposit: number;
9022
9057
  guest: number;