@vrplatform/api 1.3.1-stage.1853 → 1.3.1-stage.1855

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.
@@ -3599,11 +3599,9 @@ export interface operations {
3599
3599
  /** @description Value in cents (100 = 1€) */
3600
3600
  amount: number;
3601
3601
  ownerStatementId?: string | null;
3602
- matchers?: {
3603
- confirmationCode?: string | null;
3604
- customerId?: string | null;
3605
- lineType?: string | null;
3606
- } | null;
3602
+ matchReservationConfirmationCode?: string | null;
3603
+ matchReservationStripeGuestRef?: string | null;
3604
+ matchLineTypeClassification?: string | null;
3607
3605
  id: string;
3608
3606
  issues: {
3609
3607
  /** @constant */
@@ -3702,9 +3700,7 @@ export interface operations {
3702
3700
  }[];
3703
3701
  attachmentIds?: string[] | null;
3704
3702
  recurringTemplateId?: string | null;
3705
- matchers?: {
3706
- bankAccountRef?: string | null;
3707
- } | null;
3703
+ matchBankAccountLast4?: string | null;
3708
3704
  id: string;
3709
3705
  shortRef?: string | null;
3710
3706
  lock?: {
@@ -16150,11 +16146,15 @@ export interface operations {
16150
16146
  /** @enum {string} */
16151
16147
  status: "booked" | "cancelled";
16152
16148
  total: number;
16149
+ charges: number;
16150
+ payments: number;
16153
16151
  listings: {
16154
16152
  /** Format: uuid */
16155
16153
  id: string;
16156
16154
  name: string;
16157
16155
  total: number;
16156
+ charges: number;
16157
+ payments: number;
16158
16158
  reservations: {
16159
16159
  /** Format: uuid */
16160
16160
  id: string;
@@ -16167,6 +16167,8 @@ export interface operations {
16167
16167
  confirmationCode: string;
16168
16168
  nights: number;
16169
16169
  total: number;
16170
+ charges: number;
16171
+ payments: number;
16170
16172
  }[];
16171
16173
  }[];
16172
16174
  }[];
@@ -26679,11 +26681,9 @@ export interface operations {
26679
26681
  /** @description Value in cents (100 = 1€) */
26680
26682
  amount: number;
26681
26683
  ownerStatementId?: string | null;
26682
- matchers?: {
26683
- confirmationCode?: string | null;
26684
- customerId?: string | null;
26685
- lineType?: string | null;
26686
- } | null;
26684
+ matchReservationConfirmationCode?: string | null;
26685
+ matchReservationStripeGuestRef?: string | null;
26686
+ matchLineTypeClassification?: string | null;
26687
26687
  id: string;
26688
26688
  issues: {
26689
26689
  /** @constant */
@@ -26782,9 +26782,7 @@ export interface operations {
26782
26782
  }[];
26783
26783
  attachmentIds?: string[] | null;
26784
26784
  recurringTemplateId?: string | null;
26785
- matchers?: {
26786
- bankAccountRef?: string | null;
26787
- } | null;
26785
+ matchBankAccountLast4?: string | null;
26788
26786
  id: string;
26789
26787
  shortRef?: string | null;
26790
26788
  lock?: {
@@ -32301,11 +32299,9 @@ export interface operations {
32301
32299
  /** @description Value in cents (100 = 1€) */
32302
32300
  amount: number;
32303
32301
  ownerStatementId?: string | null;
32304
- matchers?: {
32305
- confirmationCode?: string | null;
32306
- customerId?: string | null;
32307
- lineType?: string | null;
32308
- } | null;
32302
+ matchReservationConfirmationCode?: string | null;
32303
+ matchReservationStripeGuestRef?: string | null;
32304
+ matchLineTypeClassification?: string | null;
32309
32305
  id: string;
32310
32306
  issues: {
32311
32307
  /** @constant */
@@ -32404,9 +32400,7 @@ export interface operations {
32404
32400
  }[];
32405
32401
  attachmentIds?: string[] | null;
32406
32402
  recurringTemplateId?: string | null;
32407
- matchers?: {
32408
- bankAccountRef?: string | null;
32409
- } | null;
32403
+ matchBankAccountLast4?: string | null;
32410
32404
  id: string;
32411
32405
  shortRef?: string | null;
32412
32406
  lock?: {
@@ -32658,11 +32652,9 @@ export interface operations {
32658
32652
  ownerStatementId?: string | null;
32659
32653
  party?: ("owners" | "manager") | null;
32660
32654
  contactId?: string | null;
32661
- matchers?: {
32662
- confirmationCode?: string | null;
32663
- customerId?: string | null;
32664
- lineType?: string | null;
32665
- } | null;
32655
+ matchReservationConfirmationCode?: string | null;
32656
+ matchReservationStripeGuestRef?: string | null;
32657
+ matchLineTypeClassification?: string | null;
32666
32658
  }[];
32667
32659
  attachmentIds?: string[] | null;
32668
32660
  payment?: {
@@ -32695,9 +32687,7 @@ export interface operations {
32695
32687
  connectionId?: string | null;
32696
32688
  sourceId?: string | null;
32697
32689
  recurringTemplateId?: string | null;
32698
- matchers?: {
32699
- bankAccountRef?: string | null;
32700
- } | null;
32690
+ matchBankAccountLast4?: string | null;
32701
32691
  };
32702
32692
  };
32703
32693
  };
@@ -32723,11 +32713,9 @@ export interface operations {
32723
32713
  /** @description Value in cents (100 = 1€) */
32724
32714
  amount: number;
32725
32715
  ownerStatementId?: string | null;
32726
- matchers?: {
32727
- confirmationCode?: string | null;
32728
- customerId?: string | null;
32729
- lineType?: string | null;
32730
- } | null;
32716
+ matchReservationConfirmationCode?: string | null;
32717
+ matchReservationStripeGuestRef?: string | null;
32718
+ matchLineTypeClassification?: string | null;
32731
32719
  id: string;
32732
32720
  issues: {
32733
32721
  /** @constant */
@@ -32826,9 +32814,7 @@ export interface operations {
32826
32814
  }[];
32827
32815
  attachmentIds?: string[] | null;
32828
32816
  recurringTemplateId?: string | null;
32829
- matchers?: {
32830
- bankAccountRef?: string | null;
32831
- } | null;
32817
+ matchBankAccountLast4?: string | null;
32832
32818
  id: string;
32833
32819
  shortRef?: string | null;
32834
32820
  lock?: {
@@ -33073,11 +33059,9 @@ export interface operations {
33073
33059
  ownerStatementId?: string | null;
33074
33060
  party?: ("owners" | "manager") | null;
33075
33061
  contactId?: string | null;
33076
- matchers?: {
33077
- confirmationCode?: string | null;
33078
- customerId?: string | null;
33079
- lineType?: string | null;
33080
- } | null;
33062
+ matchReservationConfirmationCode?: string | null;
33063
+ matchReservationStripeGuestRef?: string | null;
33064
+ matchLineTypeClassification?: string | null;
33081
33065
  }[];
33082
33066
  attachmentIds?: string[] | null;
33083
33067
  payment?: {
@@ -33109,9 +33093,7 @@ export interface operations {
33109
33093
  } | null;
33110
33094
  sourceId?: string | null;
33111
33095
  recurringTemplateId?: string | null;
33112
- matchers?: {
33113
- bankAccountRef?: string | null;
33114
- } | null;
33096
+ matchBankAccountLast4?: string | null;
33115
33097
  id?: string;
33116
33098
  }[];
33117
33099
  };
@@ -34137,11 +34119,9 @@ export interface operations {
34137
34119
  /** @description Value in cents (100 = 1€) */
34138
34120
  amount: number;
34139
34121
  ownerStatementId?: string | null;
34140
- matchers?: {
34141
- confirmationCode?: string | null;
34142
- customerId?: string | null;
34143
- lineType?: string | null;
34144
- } | null;
34122
+ matchReservationConfirmationCode?: string | null;
34123
+ matchReservationStripeGuestRef?: string | null;
34124
+ matchLineTypeClassification?: string | null;
34145
34125
  id: string;
34146
34126
  issues: {
34147
34127
  /** @constant */
@@ -34449,11 +34429,9 @@ export interface operations {
34449
34429
  /** @description Value in cents (100 = 1€) */
34450
34430
  amount: number;
34451
34431
  ownerStatementId?: string | null;
34452
- matchers?: {
34453
- confirmationCode?: string | null;
34454
- customerId?: string | null;
34455
- lineType?: string | null;
34456
- } | null;
34432
+ matchReservationConfirmationCode?: string | null;
34433
+ matchReservationStripeGuestRef?: string | null;
34434
+ matchLineTypeClassification?: string | null;
34457
34435
  id: string;
34458
34436
  issues: {
34459
34437
  /** @constant */
@@ -34836,11 +34814,9 @@ export interface operations {
34836
34814
  /** @description Value in cents (100 = 1€) */
34837
34815
  amount: number;
34838
34816
  ownerStatementId?: string | null;
34839
- matchers?: {
34840
- confirmationCode?: string | null;
34841
- customerId?: string | null;
34842
- lineType?: string | null;
34843
- } | null;
34817
+ matchReservationConfirmationCode?: string | null;
34818
+ matchReservationStripeGuestRef?: string | null;
34819
+ matchLineTypeClassification?: string | null;
34844
34820
  id: string;
34845
34821
  issues: {
34846
34822
  /** @constant */
@@ -35141,11 +35117,9 @@ export interface operations {
35141
35117
  /** @description Value in cents (100 = 1€) */
35142
35118
  amount: number;
35143
35119
  ownerStatementId?: string | null;
35144
- matchers?: {
35145
- confirmationCode?: string | null;
35146
- customerId?: string | null;
35147
- lineType?: string | null;
35148
- } | null;
35120
+ matchReservationConfirmationCode?: string | null;
35121
+ matchReservationStripeGuestRef?: string | null;
35122
+ matchLineTypeClassification?: string | null;
35149
35123
  id: string;
35150
35124
  issues: {
35151
35125
  /** @constant */
@@ -35494,11 +35468,9 @@ export interface operations {
35494
35468
  /** @description Value in cents (100 = 1€) */
35495
35469
  amount: number;
35496
35470
  ownerStatementId?: string | null;
35497
- matchers?: {
35498
- confirmationCode?: string | null;
35499
- customerId?: string | null;
35500
- lineType?: string | null;
35501
- } | null;
35471
+ matchReservationConfirmationCode?: string | null;
35472
+ matchReservationStripeGuestRef?: string | null;
35473
+ matchLineTypeClassification?: string | null;
35502
35474
  id: string;
35503
35475
  issues: {
35504
35476
  /** @constant */
@@ -35597,9 +35569,7 @@ export interface operations {
35597
35569
  }[];
35598
35570
  attachmentIds?: string[] | null;
35599
35571
  recurringTemplateId?: string | null;
35600
- matchers?: {
35601
- bankAccountRef?: string | null;
35602
- } | null;
35572
+ matchBankAccountLast4?: string | null;
35603
35573
  id: string;
35604
35574
  shortRef?: string | null;
35605
35575
  lock?: {
@@ -35961,11 +35931,9 @@ export interface operations {
35961
35931
  /** @description Value in cents (100 = 1€) */
35962
35932
  amount: number;
35963
35933
  ownerStatementId?: string | null;
35964
- matchers?: {
35965
- confirmationCode?: string | null;
35966
- customerId?: string | null;
35967
- lineType?: string | null;
35968
- } | null;
35934
+ matchReservationConfirmationCode?: string | null;
35935
+ matchReservationStripeGuestRef?: string | null;
35936
+ matchLineTypeClassification?: string | null;
35969
35937
  id: string;
35970
35938
  issues: {
35971
35939
  /** @constant */
@@ -36064,9 +36032,7 @@ export interface operations {
36064
36032
  }[];
36065
36033
  attachmentIds?: string[] | null;
36066
36034
  recurringTemplateId?: string | null;
36067
- matchers?: {
36068
- bankAccountRef?: string | null;
36069
- } | null;
36035
+ matchBankAccountLast4?: string | null;
36070
36036
  id: string;
36071
36037
  shortRef?: string | null;
36072
36038
  lock?: {
@@ -36319,9 +36285,7 @@ export interface operations {
36319
36285
  connectionId?: string | null;
36320
36286
  sourceId?: string | null;
36321
36287
  recurringTemplateId?: string | null;
36322
- matchers?: {
36323
- bankAccountRef?: string | null;
36324
- } | null;
36288
+ matchBankAccountLast4?: string | null;
36325
36289
  lines?: {
36326
36290
  recurringTemplateId?: string | null;
36327
36291
  uniqueRef?: string | null;
@@ -36344,11 +36308,9 @@ export interface operations {
36344
36308
  ownerStatementId?: string | null;
36345
36309
  party?: ("owners" | "manager") | null;
36346
36310
  contactId?: string | null;
36347
- matchers?: {
36348
- confirmationCode?: string | null;
36349
- customerId?: string | null;
36350
- lineType?: string | null;
36351
- } | null;
36311
+ matchReservationConfirmationCode?: string | null;
36312
+ matchReservationStripeGuestRef?: string | null;
36313
+ matchLineTypeClassification?: string | null;
36352
36314
  id?: string;
36353
36315
  }[] | null;
36354
36316
  /** @description Lines to be added (can not be combined with "lines" in the same request) */
@@ -36374,11 +36336,9 @@ export interface operations {
36374
36336
  ownerStatementId?: string | null;
36375
36337
  party?: ("owners" | "manager") | null;
36376
36338
  contactId?: string | null;
36377
- matchers?: {
36378
- confirmationCode?: string | null;
36379
- customerId?: string | null;
36380
- lineType?: string | null;
36381
- } | null;
36339
+ matchReservationConfirmationCode?: string | null;
36340
+ matchReservationStripeGuestRef?: string | null;
36341
+ matchLineTypeClassification?: string | null;
36382
36342
  id?: string | null;
36383
36343
  }[] | null;
36384
36344
  /** @description Lines to be updated (can not be combined with "lines" in the same request) */
@@ -36404,11 +36364,9 @@ export interface operations {
36404
36364
  ownerStatementId?: string | null;
36405
36365
  party?: ("owners" | "manager") | null;
36406
36366
  contactId?: string | null;
36407
- matchers?: {
36408
- confirmationCode?: string | null;
36409
- customerId?: string | null;
36410
- lineType?: string | null;
36411
- } | null;
36367
+ matchReservationConfirmationCode?: string | null;
36368
+ matchReservationStripeGuestRef?: string | null;
36369
+ matchLineTypeClassification?: string | null;
36412
36370
  /** Format: uuid */
36413
36371
  id: string;
36414
36372
  }[] | null;
@@ -36439,11 +36397,9 @@ export interface operations {
36439
36397
  /** @description Value in cents (100 = 1€) */
36440
36398
  amount: number;
36441
36399
  ownerStatementId?: string | null;
36442
- matchers?: {
36443
- confirmationCode?: string | null;
36444
- customerId?: string | null;
36445
- lineType?: string | null;
36446
- } | null;
36400
+ matchReservationConfirmationCode?: string | null;
36401
+ matchReservationStripeGuestRef?: string | null;
36402
+ matchLineTypeClassification?: string | null;
36447
36403
  id: string;
36448
36404
  issues: {
36449
36405
  /** @constant */
@@ -36542,9 +36498,7 @@ export interface operations {
36542
36498
  }[];
36543
36499
  attachmentIds?: string[] | null;
36544
36500
  recurringTemplateId?: string | null;
36545
- matchers?: {
36546
- bankAccountRef?: string | null;
36547
- } | null;
36501
+ matchBankAccountLast4?: string | null;
36548
36502
  id: string;
36549
36503
  shortRef?: string | null;
36550
36504
  lock?: {
@@ -36890,11 +36844,9 @@ export interface operations {
36890
36844
  ownerStatementId?: string | null;
36891
36845
  party?: ("owners" | "manager") | null;
36892
36846
  contactId?: string | null;
36893
- matchers?: {
36894
- confirmationCode?: string | null;
36895
- customerId?: string | null;
36896
- lineType?: string | null;
36897
- } | null;
36847
+ matchReservationConfirmationCode?: string | null;
36848
+ matchReservationStripeGuestRef?: string | null;
36849
+ matchLineTypeClassification?: string | null;
36898
36850
  };
36899
36851
  };
36900
36852
  };
@@ -36920,11 +36872,9 @@ export interface operations {
36920
36872
  /** @description Value in cents (100 = 1€) */
36921
36873
  amount: number;
36922
36874
  ownerStatementId?: string | null;
36923
- matchers?: {
36924
- confirmationCode?: string | null;
36925
- customerId?: string | null;
36926
- lineType?: string | null;
36927
- } | null;
36875
+ matchReservationConfirmationCode?: string | null;
36876
+ matchReservationStripeGuestRef?: string | null;
36877
+ matchLineTypeClassification?: string | null;
36928
36878
  id: string;
36929
36879
  issues: {
36930
36880
  /** @constant */
@@ -37023,9 +36973,7 @@ export interface operations {
37023
36973
  }[];
37024
36974
  attachmentIds?: string[] | null;
37025
36975
  recurringTemplateId?: string | null;
37026
- matchers?: {
37027
- bankAccountRef?: string | null;
37028
- } | null;
36976
+ matchBankAccountLast4?: string | null;
37029
36977
  id: string;
37030
36978
  shortRef?: string | null;
37031
36979
  lock?: {