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