@vrplatform/api 1.3.1-1852 → 1.3.1-1863
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 +78 -124
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +78 -124
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +78 -124
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
|
}[];
|
|
@@ -19766,6 +19768,7 @@ export interface operations {
|
|
|
19766
19768
|
/** @description comma separated reservation short refs */
|
|
19767
19769
|
shortRefs?: string;
|
|
19768
19770
|
status?: "booked" | "canceled" | "inactive";
|
|
19771
|
+
generalLedgerStatus?: "active" | "inactive";
|
|
19769
19772
|
listingId?: string;
|
|
19770
19773
|
date?: string;
|
|
19771
19774
|
dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";
|
|
@@ -20740,6 +20743,7 @@ export interface operations {
|
|
|
20740
20743
|
/** @description comma separated reservation short refs */
|
|
20741
20744
|
shortRefs?: string;
|
|
20742
20745
|
status?: "booked" | "canceled" | "inactive";
|
|
20746
|
+
generalLedgerStatus?: "active" | "inactive";
|
|
20743
20747
|
listingId?: string;
|
|
20744
20748
|
date?: string;
|
|
20745
20749
|
dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";
|
|
@@ -20863,7 +20867,11 @@ export interface operations {
|
|
|
20863
20867
|
requestBody?: {
|
|
20864
20868
|
content: {
|
|
20865
20869
|
"application/json": {
|
|
20866
|
-
|
|
20870
|
+
/**
|
|
20871
|
+
* @description `bestEffort`: Continue refresh without pre-failing reservation lock status. `strict`: Reject refresh when reservation is lock-flagged. `bypassStatementPeriod`: Same as bestEffort, plus statement-period bypass. Books-closed and owner-statement attachment locks still apply.
|
|
20872
|
+
* @enum {string}
|
|
20873
|
+
*/
|
|
20874
|
+
lockPolicy?: "bestEffort" | "strict" | "bypassStatementPeriod";
|
|
20867
20875
|
ids?: string[];
|
|
20868
20876
|
/** @enum {string} */
|
|
20869
20877
|
mode?: "full" | "recurringFeesOnly" | "decoupledAdjustmentsOnly" | "arOnly";
|
|
@@ -26678,11 +26686,9 @@ export interface operations {
|
|
|
26678
26686
|
/** @description Value in cents (100 = 1€) */
|
|
26679
26687
|
amount: number;
|
|
26680
26688
|
ownerStatementId?: string | null;
|
|
26681
|
-
|
|
26682
|
-
|
|
26683
|
-
|
|
26684
|
-
lineType?: string | null;
|
|
26685
|
-
} | null;
|
|
26689
|
+
matchReservationConfirmationCode?: string | null;
|
|
26690
|
+
matchReservationStripeGuestRef?: string | null;
|
|
26691
|
+
matchLineTypeClassification?: string | null;
|
|
26686
26692
|
id: string;
|
|
26687
26693
|
issues: {
|
|
26688
26694
|
/** @constant */
|
|
@@ -26781,9 +26787,7 @@ export interface operations {
|
|
|
26781
26787
|
}[];
|
|
26782
26788
|
attachmentIds?: string[] | null;
|
|
26783
26789
|
recurringTemplateId?: string | null;
|
|
26784
|
-
|
|
26785
|
-
bankAccountRef?: string | null;
|
|
26786
|
-
} | null;
|
|
26790
|
+
matchBankAccountLast4?: string | null;
|
|
26787
26791
|
id: string;
|
|
26788
26792
|
shortRef?: string | null;
|
|
26789
26793
|
lock?: {
|
|
@@ -32300,11 +32304,9 @@ export interface operations {
|
|
|
32300
32304
|
/** @description Value in cents (100 = 1€) */
|
|
32301
32305
|
amount: number;
|
|
32302
32306
|
ownerStatementId?: string | null;
|
|
32303
|
-
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
lineType?: string | null;
|
|
32307
|
-
} | null;
|
|
32307
|
+
matchReservationConfirmationCode?: string | null;
|
|
32308
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32309
|
+
matchLineTypeClassification?: string | null;
|
|
32308
32310
|
id: string;
|
|
32309
32311
|
issues: {
|
|
32310
32312
|
/** @constant */
|
|
@@ -32403,9 +32405,7 @@ export interface operations {
|
|
|
32403
32405
|
}[];
|
|
32404
32406
|
attachmentIds?: string[] | null;
|
|
32405
32407
|
recurringTemplateId?: string | null;
|
|
32406
|
-
|
|
32407
|
-
bankAccountRef?: string | null;
|
|
32408
|
-
} | null;
|
|
32408
|
+
matchBankAccountLast4?: string | null;
|
|
32409
32409
|
id: string;
|
|
32410
32410
|
shortRef?: string | null;
|
|
32411
32411
|
lock?: {
|
|
@@ -32657,11 +32657,9 @@ export interface operations {
|
|
|
32657
32657
|
ownerStatementId?: string | null;
|
|
32658
32658
|
party?: ("owners" | "manager") | null;
|
|
32659
32659
|
contactId?: string | null;
|
|
32660
|
-
|
|
32661
|
-
|
|
32662
|
-
|
|
32663
|
-
lineType?: string | null;
|
|
32664
|
-
} | null;
|
|
32660
|
+
matchReservationConfirmationCode?: string | null;
|
|
32661
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32662
|
+
matchLineTypeClassification?: string | null;
|
|
32665
32663
|
}[];
|
|
32666
32664
|
attachmentIds?: string[] | null;
|
|
32667
32665
|
payment?: {
|
|
@@ -32694,9 +32692,7 @@ export interface operations {
|
|
|
32694
32692
|
connectionId?: string | null;
|
|
32695
32693
|
sourceId?: string | null;
|
|
32696
32694
|
recurringTemplateId?: string | null;
|
|
32697
|
-
|
|
32698
|
-
bankAccountRef?: string | null;
|
|
32699
|
-
} | null;
|
|
32695
|
+
matchBankAccountLast4?: string | null;
|
|
32700
32696
|
};
|
|
32701
32697
|
};
|
|
32702
32698
|
};
|
|
@@ -32722,11 +32718,9 @@ export interface operations {
|
|
|
32722
32718
|
/** @description Value in cents (100 = 1€) */
|
|
32723
32719
|
amount: number;
|
|
32724
32720
|
ownerStatementId?: string | null;
|
|
32725
|
-
|
|
32726
|
-
|
|
32727
|
-
|
|
32728
|
-
lineType?: string | null;
|
|
32729
|
-
} | null;
|
|
32721
|
+
matchReservationConfirmationCode?: string | null;
|
|
32722
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32723
|
+
matchLineTypeClassification?: string | null;
|
|
32730
32724
|
id: string;
|
|
32731
32725
|
issues: {
|
|
32732
32726
|
/** @constant */
|
|
@@ -32825,9 +32819,7 @@ export interface operations {
|
|
|
32825
32819
|
}[];
|
|
32826
32820
|
attachmentIds?: string[] | null;
|
|
32827
32821
|
recurringTemplateId?: string | null;
|
|
32828
|
-
|
|
32829
|
-
bankAccountRef?: string | null;
|
|
32830
|
-
} | null;
|
|
32822
|
+
matchBankAccountLast4?: string | null;
|
|
32831
32823
|
id: string;
|
|
32832
32824
|
shortRef?: string | null;
|
|
32833
32825
|
lock?: {
|
|
@@ -33072,11 +33064,9 @@ export interface operations {
|
|
|
33072
33064
|
ownerStatementId?: string | null;
|
|
33073
33065
|
party?: ("owners" | "manager") | null;
|
|
33074
33066
|
contactId?: string | null;
|
|
33075
|
-
|
|
33076
|
-
|
|
33077
|
-
|
|
33078
|
-
lineType?: string | null;
|
|
33079
|
-
} | null;
|
|
33067
|
+
matchReservationConfirmationCode?: string | null;
|
|
33068
|
+
matchReservationStripeGuestRef?: string | null;
|
|
33069
|
+
matchLineTypeClassification?: string | null;
|
|
33080
33070
|
}[];
|
|
33081
33071
|
attachmentIds?: string[] | null;
|
|
33082
33072
|
payment?: {
|
|
@@ -33108,9 +33098,7 @@ export interface operations {
|
|
|
33108
33098
|
} | null;
|
|
33109
33099
|
sourceId?: string | null;
|
|
33110
33100
|
recurringTemplateId?: string | null;
|
|
33111
|
-
|
|
33112
|
-
bankAccountRef?: string | null;
|
|
33113
|
-
} | null;
|
|
33101
|
+
matchBankAccountLast4?: string | null;
|
|
33114
33102
|
id?: string;
|
|
33115
33103
|
}[];
|
|
33116
33104
|
};
|
|
@@ -34136,11 +34124,9 @@ export interface operations {
|
|
|
34136
34124
|
/** @description Value in cents (100 = 1€) */
|
|
34137
34125
|
amount: number;
|
|
34138
34126
|
ownerStatementId?: string | null;
|
|
34139
|
-
|
|
34140
|
-
|
|
34141
|
-
|
|
34142
|
-
lineType?: string | null;
|
|
34143
|
-
} | null;
|
|
34127
|
+
matchReservationConfirmationCode?: string | null;
|
|
34128
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34129
|
+
matchLineTypeClassification?: string | null;
|
|
34144
34130
|
id: string;
|
|
34145
34131
|
issues: {
|
|
34146
34132
|
/** @constant */
|
|
@@ -34448,11 +34434,9 @@ export interface operations {
|
|
|
34448
34434
|
/** @description Value in cents (100 = 1€) */
|
|
34449
34435
|
amount: number;
|
|
34450
34436
|
ownerStatementId?: string | null;
|
|
34451
|
-
|
|
34452
|
-
|
|
34453
|
-
|
|
34454
|
-
lineType?: string | null;
|
|
34455
|
-
} | null;
|
|
34437
|
+
matchReservationConfirmationCode?: string | null;
|
|
34438
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34439
|
+
matchLineTypeClassification?: string | null;
|
|
34456
34440
|
id: string;
|
|
34457
34441
|
issues: {
|
|
34458
34442
|
/** @constant */
|
|
@@ -34835,11 +34819,9 @@ export interface operations {
|
|
|
34835
34819
|
/** @description Value in cents (100 = 1€) */
|
|
34836
34820
|
amount: number;
|
|
34837
34821
|
ownerStatementId?: string | null;
|
|
34838
|
-
|
|
34839
|
-
|
|
34840
|
-
|
|
34841
|
-
lineType?: string | null;
|
|
34842
|
-
} | null;
|
|
34822
|
+
matchReservationConfirmationCode?: string | null;
|
|
34823
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34824
|
+
matchLineTypeClassification?: string | null;
|
|
34843
34825
|
id: string;
|
|
34844
34826
|
issues: {
|
|
34845
34827
|
/** @constant */
|
|
@@ -35140,11 +35122,9 @@ export interface operations {
|
|
|
35140
35122
|
/** @description Value in cents (100 = 1€) */
|
|
35141
35123
|
amount: number;
|
|
35142
35124
|
ownerStatementId?: string | null;
|
|
35143
|
-
|
|
35144
|
-
|
|
35145
|
-
|
|
35146
|
-
lineType?: string | null;
|
|
35147
|
-
} | null;
|
|
35125
|
+
matchReservationConfirmationCode?: string | null;
|
|
35126
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35127
|
+
matchLineTypeClassification?: string | null;
|
|
35148
35128
|
id: string;
|
|
35149
35129
|
issues: {
|
|
35150
35130
|
/** @constant */
|
|
@@ -35493,11 +35473,9 @@ export interface operations {
|
|
|
35493
35473
|
/** @description Value in cents (100 = 1€) */
|
|
35494
35474
|
amount: number;
|
|
35495
35475
|
ownerStatementId?: string | null;
|
|
35496
|
-
|
|
35497
|
-
|
|
35498
|
-
|
|
35499
|
-
lineType?: string | null;
|
|
35500
|
-
} | null;
|
|
35476
|
+
matchReservationConfirmationCode?: string | null;
|
|
35477
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35478
|
+
matchLineTypeClassification?: string | null;
|
|
35501
35479
|
id: string;
|
|
35502
35480
|
issues: {
|
|
35503
35481
|
/** @constant */
|
|
@@ -35596,9 +35574,7 @@ export interface operations {
|
|
|
35596
35574
|
}[];
|
|
35597
35575
|
attachmentIds?: string[] | null;
|
|
35598
35576
|
recurringTemplateId?: string | null;
|
|
35599
|
-
|
|
35600
|
-
bankAccountRef?: string | null;
|
|
35601
|
-
} | null;
|
|
35577
|
+
matchBankAccountLast4?: string | null;
|
|
35602
35578
|
id: string;
|
|
35603
35579
|
shortRef?: string | null;
|
|
35604
35580
|
lock?: {
|
|
@@ -35960,11 +35936,9 @@ export interface operations {
|
|
|
35960
35936
|
/** @description Value in cents (100 = 1€) */
|
|
35961
35937
|
amount: number;
|
|
35962
35938
|
ownerStatementId?: string | null;
|
|
35963
|
-
|
|
35964
|
-
|
|
35965
|
-
|
|
35966
|
-
lineType?: string | null;
|
|
35967
|
-
} | null;
|
|
35939
|
+
matchReservationConfirmationCode?: string | null;
|
|
35940
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35941
|
+
matchLineTypeClassification?: string | null;
|
|
35968
35942
|
id: string;
|
|
35969
35943
|
issues: {
|
|
35970
35944
|
/** @constant */
|
|
@@ -36063,9 +36037,7 @@ export interface operations {
|
|
|
36063
36037
|
}[];
|
|
36064
36038
|
attachmentIds?: string[] | null;
|
|
36065
36039
|
recurringTemplateId?: string | null;
|
|
36066
|
-
|
|
36067
|
-
bankAccountRef?: string | null;
|
|
36068
|
-
} | null;
|
|
36040
|
+
matchBankAccountLast4?: string | null;
|
|
36069
36041
|
id: string;
|
|
36070
36042
|
shortRef?: string | null;
|
|
36071
36043
|
lock?: {
|
|
@@ -36318,9 +36290,7 @@ export interface operations {
|
|
|
36318
36290
|
connectionId?: string | null;
|
|
36319
36291
|
sourceId?: string | null;
|
|
36320
36292
|
recurringTemplateId?: string | null;
|
|
36321
|
-
|
|
36322
|
-
bankAccountRef?: string | null;
|
|
36323
|
-
} | null;
|
|
36293
|
+
matchBankAccountLast4?: string | null;
|
|
36324
36294
|
lines?: {
|
|
36325
36295
|
recurringTemplateId?: string | null;
|
|
36326
36296
|
uniqueRef?: string | null;
|
|
@@ -36343,11 +36313,9 @@ export interface operations {
|
|
|
36343
36313
|
ownerStatementId?: string | null;
|
|
36344
36314
|
party?: ("owners" | "manager") | null;
|
|
36345
36315
|
contactId?: string | null;
|
|
36346
|
-
|
|
36347
|
-
|
|
36348
|
-
|
|
36349
|
-
lineType?: string | null;
|
|
36350
|
-
} | null;
|
|
36316
|
+
matchReservationConfirmationCode?: string | null;
|
|
36317
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36318
|
+
matchLineTypeClassification?: string | null;
|
|
36351
36319
|
id?: string;
|
|
36352
36320
|
}[] | null;
|
|
36353
36321
|
/** @description Lines to be added (can not be combined with "lines" in the same request) */
|
|
@@ -36373,11 +36341,9 @@ export interface operations {
|
|
|
36373
36341
|
ownerStatementId?: string | null;
|
|
36374
36342
|
party?: ("owners" | "manager") | null;
|
|
36375
36343
|
contactId?: string | null;
|
|
36376
|
-
|
|
36377
|
-
|
|
36378
|
-
|
|
36379
|
-
lineType?: string | null;
|
|
36380
|
-
} | null;
|
|
36344
|
+
matchReservationConfirmationCode?: string | null;
|
|
36345
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36346
|
+
matchLineTypeClassification?: string | null;
|
|
36381
36347
|
id?: string | null;
|
|
36382
36348
|
}[] | null;
|
|
36383
36349
|
/** @description Lines to be updated (can not be combined with "lines" in the same request) */
|
|
@@ -36403,11 +36369,9 @@ export interface operations {
|
|
|
36403
36369
|
ownerStatementId?: string | null;
|
|
36404
36370
|
party?: ("owners" | "manager") | null;
|
|
36405
36371
|
contactId?: string | null;
|
|
36406
|
-
|
|
36407
|
-
|
|
36408
|
-
|
|
36409
|
-
lineType?: string | null;
|
|
36410
|
-
} | null;
|
|
36372
|
+
matchReservationConfirmationCode?: string | null;
|
|
36373
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36374
|
+
matchLineTypeClassification?: string | null;
|
|
36411
36375
|
/** Format: uuid */
|
|
36412
36376
|
id: string;
|
|
36413
36377
|
}[] | null;
|
|
@@ -36438,11 +36402,9 @@ export interface operations {
|
|
|
36438
36402
|
/** @description Value in cents (100 = 1€) */
|
|
36439
36403
|
amount: number;
|
|
36440
36404
|
ownerStatementId?: string | null;
|
|
36441
|
-
|
|
36442
|
-
|
|
36443
|
-
|
|
36444
|
-
lineType?: string | null;
|
|
36445
|
-
} | null;
|
|
36405
|
+
matchReservationConfirmationCode?: string | null;
|
|
36406
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36407
|
+
matchLineTypeClassification?: string | null;
|
|
36446
36408
|
id: string;
|
|
36447
36409
|
issues: {
|
|
36448
36410
|
/** @constant */
|
|
@@ -36541,9 +36503,7 @@ export interface operations {
|
|
|
36541
36503
|
}[];
|
|
36542
36504
|
attachmentIds?: string[] | null;
|
|
36543
36505
|
recurringTemplateId?: string | null;
|
|
36544
|
-
|
|
36545
|
-
bankAccountRef?: string | null;
|
|
36546
|
-
} | null;
|
|
36506
|
+
matchBankAccountLast4?: string | null;
|
|
36547
36507
|
id: string;
|
|
36548
36508
|
shortRef?: string | null;
|
|
36549
36509
|
lock?: {
|
|
@@ -36889,11 +36849,9 @@ export interface operations {
|
|
|
36889
36849
|
ownerStatementId?: string | null;
|
|
36890
36850
|
party?: ("owners" | "manager") | null;
|
|
36891
36851
|
contactId?: string | null;
|
|
36892
|
-
|
|
36893
|
-
|
|
36894
|
-
|
|
36895
|
-
lineType?: string | null;
|
|
36896
|
-
} | null;
|
|
36852
|
+
matchReservationConfirmationCode?: string | null;
|
|
36853
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36854
|
+
matchLineTypeClassification?: string | null;
|
|
36897
36855
|
};
|
|
36898
36856
|
};
|
|
36899
36857
|
};
|
|
@@ -36919,11 +36877,9 @@ export interface operations {
|
|
|
36919
36877
|
/** @description Value in cents (100 = 1€) */
|
|
36920
36878
|
amount: number;
|
|
36921
36879
|
ownerStatementId?: string | null;
|
|
36922
|
-
|
|
36923
|
-
|
|
36924
|
-
|
|
36925
|
-
lineType?: string | null;
|
|
36926
|
-
} | null;
|
|
36880
|
+
matchReservationConfirmationCode?: string | null;
|
|
36881
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36882
|
+
matchLineTypeClassification?: string | null;
|
|
36927
36883
|
id: string;
|
|
36928
36884
|
issues: {
|
|
36929
36885
|
/** @constant */
|
|
@@ -37022,9 +36978,7 @@ export interface operations {
|
|
|
37022
36978
|
}[];
|
|
37023
36979
|
attachmentIds?: string[] | null;
|
|
37024
36980
|
recurringTemplateId?: string | null;
|
|
37025
|
-
|
|
37026
|
-
bankAccountRef?: string | null;
|
|
37027
|
-
} | null;
|
|
36981
|
+
matchBankAccountLast4?: string | null;
|
|
37028
36982
|
id: string;
|
|
37029
36983
|
shortRef?: string | null;
|
|
37030
36984
|
lock?: {
|