@vrplatform/api 1.3.1-stage.2505 → 1.3.1-stage.2507

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.
@@ -16106,6 +16106,7 @@ export interface operations {
16106
16106
  /** Format: uuid */
16107
16107
  id: string;
16108
16108
  shortRef?: string | null;
16109
+ title?: string | null;
16109
16110
  pmsName?: string | null;
16110
16111
  /** @enum {string} */
16111
16112
  status: "active" | "inactive";
@@ -16385,6 +16386,7 @@ export interface operations {
16385
16386
  /** Format: uuid */
16386
16387
  id: string;
16387
16388
  shortRef?: string | null;
16389
+ title?: string | null;
16388
16390
  pmsName?: string | null;
16389
16391
  /** @enum {string} */
16390
16392
  status: "active" | "inactive";
@@ -17687,6 +17689,7 @@ export interface operations {
17687
17689
  /** Format: uuid */
17688
17690
  id: string;
17689
17691
  shortRef?: string | null;
17692
+ title?: string | null;
17690
17693
  pmsName?: string | null;
17691
17694
  /** @enum {string} */
17692
17695
  status: "active" | "inactive";
@@ -17958,6 +17961,7 @@ export interface operations {
17958
17961
  /** Format: uuid */
17959
17962
  id: string;
17960
17963
  shortRef?: string | null;
17964
+ title?: string | null;
17961
17965
  pmsName?: string | null;
17962
17966
  /** @enum {string} */
17963
17967
  status: "active" | "inactive";
@@ -22872,7 +22876,9 @@ export interface operations {
22872
22876
  /** @enum {string} */
22873
22877
  status: "active" | "inactive";
22874
22878
  amount: number;
22875
- inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system") | null;
22879
+ inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "currencyMismatch" | "system") | null;
22880
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
22881
+ currency: string;
22876
22882
  fee: number;
22877
22883
  account?: {
22878
22884
  id: string;
@@ -28231,7 +28237,9 @@ export interface operations {
28231
28237
  /** @enum {string} */
28232
28238
  status: "active" | "inactive";
28233
28239
  amount: number;
28234
- inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system") | null;
28240
+ inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "currencyMismatch" | "system") | null;
28241
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
28242
+ currency: string;
28235
28243
  account?: {
28236
28244
  id: string;
28237
28245
  name: string;
@@ -29642,7 +29650,9 @@ export interface operations {
29642
29650
  /** @enum {string} */
29643
29651
  status: "active" | "inactive";
29644
29652
  amount: number;
29645
- inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system") | null;
29653
+ inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "currencyMismatch" | "system") | null;
29654
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
29655
+ currency: string;
29646
29656
  account?: {
29647
29657
  id: string;
29648
29658
  name: string;
@@ -30231,7 +30241,9 @@ export interface operations {
30231
30241
  /** @enum {string} */
30232
30242
  status: "active" | "inactive";
30233
30243
  amount: number;
30234
- inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system") | null;
30244
+ inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "currencyMismatch" | "system") | null;
30245
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
30246
+ currency: string;
30235
30247
  account?: {
30236
30248
  id: string;
30237
30249
  name: string;
@@ -30936,7 +30948,9 @@ export interface operations {
30936
30948
  /** @enum {string} */
30937
30949
  status: "active" | "inactive";
30938
30950
  amount: number;
30939
- inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system") | null;
30951
+ inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "currencyMismatch" | "system") | null;
30952
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
30953
+ currency: string;
30940
30954
  account?: {
30941
30955
  id: string;
30942
30956
  name: string;
@@ -31415,7 +31429,9 @@ export interface operations {
31415
31429
  /** @enum {string} */
31416
31430
  status: "active" | "inactive";
31417
31431
  amount: number;
31418
- inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system") | null;
31432
+ inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "currencyMismatch" | "system") | null;
31433
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31434
+ currency: string;
31419
31435
  account?: {
31420
31436
  id: string;
31421
31437
  name: string;
@@ -31880,7 +31896,9 @@ export interface operations {
31880
31896
  /** @enum {string} */
31881
31897
  status: "active" | "inactive";
31882
31898
  amount: number;
31883
- inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "system") | null;
31899
+ inactiveReason?: ("reservationCancelled" | "referenceAccount" | "deferredRevenue" | "currencyMismatch" | "system") | null;
31900
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
31901
+ currency: string;
31884
31902
  account?: {
31885
31903
  id: string;
31886
31904
  name: string;