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