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