@vrplatform/api 1.3.1-stage.2330 → 1.3.1-stage.2332

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.
@@ -39696,9 +39696,7 @@ export interface operations {
39696
39696
  reservationId?: string | null;
39697
39697
  listingId?: string | null;
39698
39698
  /** @description Value in cents (100 = 1€) */
39699
- payment: number;
39700
- /** @description Value in cents (100 = 1€) */
39701
- refund: number;
39699
+ amount: number;
39702
39700
  }[];
39703
39701
  };
39704
39702
  };
@@ -39796,14 +39794,13 @@ export interface operations {
39796
39794
  content: {
39797
39795
  "application/json": {
39798
39796
  accountId?: string | null;
39799
- amount?: number | null;
39800
39797
  currency?: string | null;
39801
39798
  reservations: {
39802
39799
  /** Format: uuid */
39803
39800
  reservationId: string;
39804
39801
  listingId?: string | null;
39805
- payment?: number | null;
39806
- refund?: number | null;
39802
+ /** @description Value in cents (100 = 1€) */
39803
+ amount: number;
39807
39804
  }[];
39808
39805
  };
39809
39806
  };
@@ -39831,9 +39828,7 @@ export interface operations {
39831
39828
  reservationId?: string | null;
39832
39829
  listingId?: string | null;
39833
39830
  /** @description Value in cents (100 = 1€) */
39834
- payment: number;
39835
- /** @description Value in cents (100 = 1€) */
39836
- refund: number;
39831
+ amount: number;
39837
39832
  }[];
39838
39833
  };
39839
39834
  };