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