@vrplatform/api 1.3.1-stage.2506 → 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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2506",
6
+ "version": "1.3.1-stage.2507",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -22877,7 +22877,9 @@ export interface operations {
22877
22877
  /** @enum {string} */
22878
22878
  status: "active" | "inactive";
22879
22879
  amount: number;
22880
- 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;
22881
22883
  fee: number;
22882
22884
  account?: {
22883
22885
  id: string;
@@ -28236,7 +28238,9 @@ export interface operations {
28236
28238
  /** @enum {string} */
28237
28239
  status: "active" | "inactive";
28238
28240
  amount: number;
28239
- 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;
28240
28244
  account?: {
28241
28245
  id: string;
28242
28246
  name: string;
@@ -29647,7 +29651,9 @@ export interface operations {
29647
29651
  /** @enum {string} */
29648
29652
  status: "active" | "inactive";
29649
29653
  amount: number;
29650
- 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;
29651
29657
  account?: {
29652
29658
  id: string;
29653
29659
  name: string;
@@ -30236,7 +30242,9 @@ export interface operations {
30236
30242
  /** @enum {string} */
30237
30243
  status: "active" | "inactive";
30238
30244
  amount: number;
30239
- 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;
30240
30248
  account?: {
30241
30249
  id: string;
30242
30250
  name: string;
@@ -30941,7 +30949,9 @@ export interface operations {
30941
30949
  /** @enum {string} */
30942
30950
  status: "active" | "inactive";
30943
30951
  amount: number;
30944
- 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;
30945
30955
  account?: {
30946
30956
  id: string;
30947
30957
  name: string;
@@ -31420,7 +31430,9 @@ export interface operations {
31420
31430
  /** @enum {string} */
31421
31431
  status: "active" | "inactive";
31422
31432
  amount: number;
31423
- 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;
31424
31436
  account?: {
31425
31437
  id: string;
31426
31438
  name: string;
@@ -31885,7 +31897,9 @@ export interface operations {
31885
31897
  /** @enum {string} */
31886
31898
  status: "active" | "inactive";
31887
31899
  amount: number;
31888
- 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;
31889
31903
  account?: {
31890
31904
  id: string;
31891
31905
  name: string;