@vrplatform/api 1.3.1-stage.2500 → 1.3.1-stage.2502

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.
@@ -27608,6 +27608,18 @@ export interface operations {
27608
27608
  /** @constant */
27609
27609
  severity: "warning";
27610
27610
  context: Record<string, never>;
27611
+ } | {
27612
+ /** @constant */
27613
+ code: "reservationCurrencyMismatch";
27614
+ /** @constant */
27615
+ severity: "warning";
27616
+ context: {
27617
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
27618
+ reservationCurrency: string;
27619
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
27620
+ teamDefaultCurrency: string;
27621
+ };
27622
+ message: string;
27611
27623
  } | {
27612
27624
  /** @constant */
27613
27625
  code: "guestTotalsZero";
@@ -27958,6 +27970,18 @@ export interface operations {
27958
27970
  /** @constant */
27959
27971
  severity: "warning";
27960
27972
  context: Record<string, never>;
27973
+ } | {
27974
+ /** @constant */
27975
+ code: "reservationCurrencyMismatch";
27976
+ /** @constant */
27977
+ severity: "warning";
27978
+ context: {
27979
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
27980
+ reservationCurrency: string;
27981
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
27982
+ teamDefaultCurrency: string;
27983
+ };
27984
+ message: string;
27961
27985
  } | {
27962
27986
  /** @constant */
27963
27987
  code: "guestTotalsZero";
@@ -29357,6 +29381,18 @@ export interface operations {
29357
29381
  /** @constant */
29358
29382
  severity: "warning";
29359
29383
  context: Record<string, never>;
29384
+ } | {
29385
+ /** @constant */
29386
+ code: "reservationCurrencyMismatch";
29387
+ /** @constant */
29388
+ severity: "warning";
29389
+ context: {
29390
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29391
+ reservationCurrency: string;
29392
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29393
+ teamDefaultCurrency: string;
29394
+ };
29395
+ message: string;
29360
29396
  } | {
29361
29397
  /** @constant */
29362
29398
  code: "guestTotalsZero";
@@ -29934,6 +29970,18 @@ export interface operations {
29934
29970
  /** @constant */
29935
29971
  severity: "warning";
29936
29972
  context: Record<string, never>;
29973
+ } | {
29974
+ /** @constant */
29975
+ code: "reservationCurrencyMismatch";
29976
+ /** @constant */
29977
+ severity: "warning";
29978
+ context: {
29979
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29980
+ reservationCurrency: string;
29981
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29982
+ teamDefaultCurrency: string;
29983
+ };
29984
+ message: string;
29937
29985
  } | {
29938
29986
  /** @constant */
29939
29987
  code: "guestTotalsZero";
@@ -30627,6 +30675,18 @@ export interface operations {
30627
30675
  /** @constant */
30628
30676
  severity: "warning";
30629
30677
  context: Record<string, never>;
30678
+ } | {
30679
+ /** @constant */
30680
+ code: "reservationCurrencyMismatch";
30681
+ /** @constant */
30682
+ severity: "warning";
30683
+ context: {
30684
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
30685
+ reservationCurrency: string;
30686
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
30687
+ teamDefaultCurrency: string;
30688
+ };
30689
+ message: string;
30630
30690
  } | {
30631
30691
  /** @constant */
30632
30692
  code: "guestTotalsZero";
@@ -31094,6 +31154,18 @@ export interface operations {
31094
31154
  /** @constant */
31095
31155
  severity: "warning";
31096
31156
  context: Record<string, never>;
31157
+ } | {
31158
+ /** @constant */
31159
+ code: "reservationCurrencyMismatch";
31160
+ /** @constant */
31161
+ severity: "warning";
31162
+ context: {
31163
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31164
+ reservationCurrency: string;
31165
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31166
+ teamDefaultCurrency: string;
31167
+ };
31168
+ message: string;
31097
31169
  } | {
31098
31170
  /** @constant */
31099
31171
  code: "guestTotalsZero";
@@ -31547,6 +31619,18 @@ export interface operations {
31547
31619
  /** @constant */
31548
31620
  severity: "warning";
31549
31621
  context: Record<string, never>;
31622
+ } | {
31623
+ /** @constant */
31624
+ code: "reservationCurrencyMismatch";
31625
+ /** @constant */
31626
+ severity: "warning";
31627
+ context: {
31628
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31629
+ reservationCurrency: string;
31630
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31631
+ teamDefaultCurrency: string;
31632
+ };
31633
+ message: string;
31550
31634
  } | {
31551
31635
  /** @constant */
31552
31636
  code: "guestTotalsZero";
@@ -39221,6 +39305,26 @@ export interface operations {
39221
39305
  difference: number;
39222
39306
  }[];
39223
39307
  };
39308
+ } | {
39309
+ /** @enum {string} */
39310
+ severity: "error" | "warning";
39311
+ /** @enum {string} */
39312
+ category: "criticalToUser" | "criticalToSystem";
39313
+ message: string;
39314
+ affected: number;
39315
+ /** @constant */
39316
+ code: "reservationCurrencyMismatch";
39317
+ context: {
39318
+ reservations: {
39319
+ /** Format: uuid */
39320
+ reservationId: string;
39321
+ confirmationCode: string | null;
39322
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
39323
+ reservationCurrency: string;
39324
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
39325
+ teamDefaultCurrency: string;
39326
+ }[];
39327
+ };
39224
39328
  })[];
39225
39329
  summary: {
39226
39330
  total: number;
@@ -42801,6 +42905,26 @@ export interface operations {
42801
42905
  difference: number;
42802
42906
  }[];
42803
42907
  };
42908
+ } | {
42909
+ /** @enum {string} */
42910
+ severity: "error" | "warning";
42911
+ /** @enum {string} */
42912
+ category: "criticalToUser" | "criticalToSystem";
42913
+ message: string;
42914
+ affected: number;
42915
+ /** @constant */
42916
+ code: "reservationCurrencyMismatch";
42917
+ context: {
42918
+ reservations: {
42919
+ /** Format: uuid */
42920
+ reservationId: string;
42921
+ confirmationCode: string | null;
42922
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
42923
+ reservationCurrency: string;
42924
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
42925
+ teamDefaultCurrency: string;
42926
+ }[];
42927
+ };
42804
42928
  })[];
42805
42929
  summary: {
42806
42930
  total: number;