@vrplatform/api 1.2.33-stage.858 → 1.2.33-stage.860

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.2.33-stage.858",
6
+ "version": "1.2.33-stage.860",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -8126,7 +8126,7 @@ export interface operations {
8126
8126
  /** Format: uuid */
8127
8127
  listingId: string;
8128
8128
  /** @description Value in cents (100 = 1€) */
8129
- centTotal: number;
8129
+ amount: number;
8130
8130
  currency: string;
8131
8131
  effectiveAt: string | null;
8132
8132
  note?: string | null;
@@ -8196,7 +8196,7 @@ export interface operations {
8196
8196
  content: {
8197
8197
  "application/json": {
8198
8198
  /** @description Value in cents (100 = 1€) */
8199
- centTotal: number;
8199
+ amount: number;
8200
8200
  currency?: string | null;
8201
8201
  effectiveAt?: string | null;
8202
8202
  note?: string | null;
@@ -8214,7 +8214,7 @@ export interface operations {
8214
8214
  /** Format: uuid */
8215
8215
  listingId: string;
8216
8216
  /** @description Value in cents (100 = 1€) */
8217
- centTotal: number;
8217
+ amount: number;
8218
8218
  currency: string;
8219
8219
  effectiveAt: string | null;
8220
8220
  note?: string | null;
@@ -8287,13 +8287,39 @@ export interface operations {
8287
8287
  };
8288
8288
  content: {
8289
8289
  "application/json": {
8290
- /** @description Value in cents (100 = 1€) */
8291
- taxPayableCentTotal: number;
8292
- /** @description Value in cents (100 = 1€) */
8293
- advancedDepositsCentTotal: number;
8294
- currency: string;
8295
- note?: string | null;
8296
- updatedAt?: string | null;
8290
+ taxPayable: {
8291
+ /** @description Value in cents (100 = 1€) */
8292
+ amount: number;
8293
+ currency: string;
8294
+ effectiveAt: string | null;
8295
+ note?: string | null;
8296
+ updatedAt?: string | null;
8297
+ };
8298
+ advancedDeposits: {
8299
+ /** @description Value in cents (100 = 1€) */
8300
+ amount: number;
8301
+ currency: string;
8302
+ effectiveAt: string | null;
8303
+ note?: string | null;
8304
+ updatedAt?: string | null;
8305
+ /** Format: uuid */
8306
+ transactionId?: string | null;
8307
+ account?: {
8308
+ /** Format: uuid */
8309
+ id: string;
8310
+ name: string;
8311
+ } | null;
8312
+ reservations: {
8313
+ /** Format: uuid */
8314
+ reservationId?: string | null;
8315
+ /** Format: uuid */
8316
+ listingId?: string | null;
8317
+ /** @description Value in cents (100 = 1€) */
8318
+ payment: number;
8319
+ /** @description Value in cents (100 = 1€) */
8320
+ refund: number;
8321
+ }[];
8322
+ };
8297
8323
  };
8298
8324
  };
8299
8325
  };
@@ -8357,7 +8383,7 @@ export interface operations {
8357
8383
  content: {
8358
8384
  "application/json": {
8359
8385
  /** @description Value in cents (100 = 1€) */
8360
- centTotal: number;
8386
+ amount: number;
8361
8387
  currency?: string | null;
8362
8388
  effectiveAt?: string | null;
8363
8389
  note?: string | null;
@@ -8372,13 +8398,39 @@ export interface operations {
8372
8398
  };
8373
8399
  content: {
8374
8400
  "application/json": {
8375
- /** @description Value in cents (100 = 1€) */
8376
- taxPayableCentTotal: number;
8377
- /** @description Value in cents (100 = 1€) */
8378
- advancedDepositsCentTotal: number;
8379
- currency: string;
8380
- note?: string | null;
8381
- updatedAt?: string | null;
8401
+ taxPayable: {
8402
+ /** @description Value in cents (100 = 1€) */
8403
+ amount: number;
8404
+ currency: string;
8405
+ effectiveAt: string | null;
8406
+ note?: string | null;
8407
+ updatedAt?: string | null;
8408
+ };
8409
+ advancedDeposits: {
8410
+ /** @description Value in cents (100 = 1€) */
8411
+ amount: number;
8412
+ currency: string;
8413
+ effectiveAt: string | null;
8414
+ note?: string | null;
8415
+ updatedAt?: string | null;
8416
+ /** Format: uuid */
8417
+ transactionId?: string | null;
8418
+ account?: {
8419
+ /** Format: uuid */
8420
+ id: string;
8421
+ name: string;
8422
+ } | null;
8423
+ reservations: {
8424
+ /** Format: uuid */
8425
+ reservationId?: string | null;
8426
+ /** Format: uuid */
8427
+ listingId?: string | null;
8428
+ /** @description Value in cents (100 = 1€) */
8429
+ payment: number;
8430
+ /** @description Value in cents (100 = 1€) */
8431
+ refund: number;
8432
+ }[];
8433
+ };
8382
8434
  };
8383
8435
  };
8384
8436
  };
@@ -8441,13 +8493,23 @@ export interface operations {
8441
8493
  requestBody: {
8442
8494
  content: {
8443
8495
  "application/json": {
8496
+ /** Format: uuid */
8497
+ accountId: string;
8444
8498
  /** @description Value in cents (100 = 1€) */
8445
- centTotal: number;
8499
+ amount: number;
8446
8500
  currency?: string | null;
8447
8501
  effectiveAt?: string | null;
8448
- /** Format: uuid */
8449
- accountId: string;
8450
8502
  note?: string | null;
8503
+ reservations: {
8504
+ /** Format: uuid */
8505
+ reservationId: string;
8506
+ /** Format: uuid */
8507
+ listingId?: string | null;
8508
+ /** @description Value in cents (100 = 1€) */
8509
+ payment?: number | null;
8510
+ /** @description Value in cents (100 = 1€) */
8511
+ refund?: number | null;
8512
+ }[];
8451
8513
  };
8452
8514
  };
8453
8515
  };
@@ -8459,13 +8521,39 @@ export interface operations {
8459
8521
  };
8460
8522
  content: {
8461
8523
  "application/json": {
8462
- /** @description Value in cents (100 = 1€) */
8463
- taxPayableCentTotal: number;
8464
- /** @description Value in cents (100 = 1€) */
8465
- advancedDepositsCentTotal: number;
8466
- currency: string;
8467
- note?: string | null;
8468
- updatedAt?: string | null;
8524
+ taxPayable: {
8525
+ /** @description Value in cents (100 = 1€) */
8526
+ amount: number;
8527
+ currency: string;
8528
+ effectiveAt: string | null;
8529
+ note?: string | null;
8530
+ updatedAt?: string | null;
8531
+ };
8532
+ advancedDeposits: {
8533
+ /** @description Value in cents (100 = 1€) */
8534
+ amount: number;
8535
+ currency: string;
8536
+ effectiveAt: string | null;
8537
+ note?: string | null;
8538
+ updatedAt?: string | null;
8539
+ /** Format: uuid */
8540
+ transactionId?: string | null;
8541
+ account?: {
8542
+ /** Format: uuid */
8543
+ id: string;
8544
+ name: string;
8545
+ } | null;
8546
+ reservations: {
8547
+ /** Format: uuid */
8548
+ reservationId?: string | null;
8549
+ /** Format: uuid */
8550
+ listingId?: string | null;
8551
+ /** @description Value in cents (100 = 1€) */
8552
+ payment: number;
8553
+ /** @description Value in cents (100 = 1€) */
8554
+ refund: number;
8555
+ }[];
8556
+ };
8469
8557
  };
8470
8558
  };
8471
8559
  };