@vrplatform/api 1.3.1-stage.2506 → 1.3.1-stage.2508
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.
|
@@ -22876,7 +22876,9 @@ export interface operations {
|
|
|
22876
22876
|
/** @enum {string} */
|
|
22877
22877
|
status: "active" | "inactive";
|
|
22878
22878
|
amount: number;
|
|
22879
|
-
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;
|
|
22880
22882
|
fee: number;
|
|
22881
22883
|
account?: {
|
|
22882
22884
|
id: string;
|
|
@@ -28235,7 +28237,9 @@ export interface operations {
|
|
|
28235
28237
|
/** @enum {string} */
|
|
28236
28238
|
status: "active" | "inactive";
|
|
28237
28239
|
amount: number;
|
|
28238
|
-
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;
|
|
28239
28243
|
account?: {
|
|
28240
28244
|
id: string;
|
|
28241
28245
|
name: string;
|
|
@@ -29646,7 +29650,9 @@ export interface operations {
|
|
|
29646
29650
|
/** @enum {string} */
|
|
29647
29651
|
status: "active" | "inactive";
|
|
29648
29652
|
amount: number;
|
|
29649
|
-
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;
|
|
29650
29656
|
account?: {
|
|
29651
29657
|
id: string;
|
|
29652
29658
|
name: string;
|
|
@@ -30235,7 +30241,9 @@ export interface operations {
|
|
|
30235
30241
|
/** @enum {string} */
|
|
30236
30242
|
status: "active" | "inactive";
|
|
30237
30243
|
amount: number;
|
|
30238
|
-
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;
|
|
30239
30247
|
account?: {
|
|
30240
30248
|
id: string;
|
|
30241
30249
|
name: string;
|
|
@@ -30940,7 +30948,9 @@ export interface operations {
|
|
|
30940
30948
|
/** @enum {string} */
|
|
30941
30949
|
status: "active" | "inactive";
|
|
30942
30950
|
amount: number;
|
|
30943
|
-
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;
|
|
30944
30954
|
account?: {
|
|
30945
30955
|
id: string;
|
|
30946
30956
|
name: string;
|
|
@@ -31419,7 +31429,9 @@ export interface operations {
|
|
|
31419
31429
|
/** @enum {string} */
|
|
31420
31430
|
status: "active" | "inactive";
|
|
31421
31431
|
amount: number;
|
|
31422
|
-
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;
|
|
31423
31435
|
account?: {
|
|
31424
31436
|
id: string;
|
|
31425
31437
|
name: string;
|
|
@@ -31884,7 +31896,9 @@ export interface operations {
|
|
|
31884
31896
|
/** @enum {string} */
|
|
31885
31897
|
status: "active" | "inactive";
|
|
31886
31898
|
amount: number;
|
|
31887
|
-
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;
|
|
31888
31902
|
account?: {
|
|
31889
31903
|
id: string;
|
|
31890
31904
|
name: string;
|