@vrplatform/api 1.3.1-stage.1854 → 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 +65 -123
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +65 -123
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +65 -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?: {
|
|
@@ -26686,11 +26682,9 @@ export interface operations {
|
|
|
26686
26682
|
/** @description Value in cents (100 = 1€) */
|
|
26687
26683
|
amount: number;
|
|
26688
26684
|
ownerStatementId?: string | null;
|
|
26689
|
-
|
|
26690
|
-
|
|
26691
|
-
|
|
26692
|
-
lineType?: string | null;
|
|
26693
|
-
} | null;
|
|
26685
|
+
matchReservationConfirmationCode?: string | null;
|
|
26686
|
+
matchReservationStripeGuestRef?: string | null;
|
|
26687
|
+
matchLineTypeClassification?: string | null;
|
|
26694
26688
|
id: string;
|
|
26695
26689
|
issues: {
|
|
26696
26690
|
/** @constant */
|
|
@@ -26789,9 +26783,7 @@ export interface operations {
|
|
|
26789
26783
|
}[];
|
|
26790
26784
|
attachmentIds?: string[] | null;
|
|
26791
26785
|
recurringTemplateId?: string | null;
|
|
26792
|
-
|
|
26793
|
-
bankAccountRef?: string | null;
|
|
26794
|
-
} | null;
|
|
26786
|
+
matchBankAccountLast4?: string | null;
|
|
26795
26787
|
id: string;
|
|
26796
26788
|
shortRef?: string | null;
|
|
26797
26789
|
lock?: {
|
|
@@ -32308,11 +32300,9 @@ export interface operations {
|
|
|
32308
32300
|
/** @description Value in cents (100 = 1€) */
|
|
32309
32301
|
amount: number;
|
|
32310
32302
|
ownerStatementId?: string | null;
|
|
32311
|
-
|
|
32312
|
-
|
|
32313
|
-
|
|
32314
|
-
lineType?: string | null;
|
|
32315
|
-
} | null;
|
|
32303
|
+
matchReservationConfirmationCode?: string | null;
|
|
32304
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32305
|
+
matchLineTypeClassification?: string | null;
|
|
32316
32306
|
id: string;
|
|
32317
32307
|
issues: {
|
|
32318
32308
|
/** @constant */
|
|
@@ -32411,9 +32401,7 @@ export interface operations {
|
|
|
32411
32401
|
}[];
|
|
32412
32402
|
attachmentIds?: string[] | null;
|
|
32413
32403
|
recurringTemplateId?: string | null;
|
|
32414
|
-
|
|
32415
|
-
bankAccountRef?: string | null;
|
|
32416
|
-
} | null;
|
|
32404
|
+
matchBankAccountLast4?: string | null;
|
|
32417
32405
|
id: string;
|
|
32418
32406
|
shortRef?: string | null;
|
|
32419
32407
|
lock?: {
|
|
@@ -32665,11 +32653,9 @@ export interface operations {
|
|
|
32665
32653
|
ownerStatementId?: string | null;
|
|
32666
32654
|
party?: ("owners" | "manager") | null;
|
|
32667
32655
|
contactId?: string | null;
|
|
32668
|
-
|
|
32669
|
-
|
|
32670
|
-
|
|
32671
|
-
lineType?: string | null;
|
|
32672
|
-
} | null;
|
|
32656
|
+
matchReservationConfirmationCode?: string | null;
|
|
32657
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32658
|
+
matchLineTypeClassification?: string | null;
|
|
32673
32659
|
}[];
|
|
32674
32660
|
attachmentIds?: string[] | null;
|
|
32675
32661
|
payment?: {
|
|
@@ -32702,9 +32688,7 @@ export interface operations {
|
|
|
32702
32688
|
connectionId?: string | null;
|
|
32703
32689
|
sourceId?: string | null;
|
|
32704
32690
|
recurringTemplateId?: string | null;
|
|
32705
|
-
|
|
32706
|
-
bankAccountRef?: string | null;
|
|
32707
|
-
} | null;
|
|
32691
|
+
matchBankAccountLast4?: string | null;
|
|
32708
32692
|
};
|
|
32709
32693
|
};
|
|
32710
32694
|
};
|
|
@@ -32730,11 +32714,9 @@ export interface operations {
|
|
|
32730
32714
|
/** @description Value in cents (100 = 1€) */
|
|
32731
32715
|
amount: number;
|
|
32732
32716
|
ownerStatementId?: string | null;
|
|
32733
|
-
|
|
32734
|
-
|
|
32735
|
-
|
|
32736
|
-
lineType?: string | null;
|
|
32737
|
-
} | null;
|
|
32717
|
+
matchReservationConfirmationCode?: string | null;
|
|
32718
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32719
|
+
matchLineTypeClassification?: string | null;
|
|
32738
32720
|
id: string;
|
|
32739
32721
|
issues: {
|
|
32740
32722
|
/** @constant */
|
|
@@ -32833,9 +32815,7 @@ export interface operations {
|
|
|
32833
32815
|
}[];
|
|
32834
32816
|
attachmentIds?: string[] | null;
|
|
32835
32817
|
recurringTemplateId?: string | null;
|
|
32836
|
-
|
|
32837
|
-
bankAccountRef?: string | null;
|
|
32838
|
-
} | null;
|
|
32818
|
+
matchBankAccountLast4?: string | null;
|
|
32839
32819
|
id: string;
|
|
32840
32820
|
shortRef?: string | null;
|
|
32841
32821
|
lock?: {
|
|
@@ -33080,11 +33060,9 @@ export interface operations {
|
|
|
33080
33060
|
ownerStatementId?: string | null;
|
|
33081
33061
|
party?: ("owners" | "manager") | null;
|
|
33082
33062
|
contactId?: string | null;
|
|
33083
|
-
|
|
33084
|
-
|
|
33085
|
-
|
|
33086
|
-
lineType?: string | null;
|
|
33087
|
-
} | null;
|
|
33063
|
+
matchReservationConfirmationCode?: string | null;
|
|
33064
|
+
matchReservationStripeGuestRef?: string | null;
|
|
33065
|
+
matchLineTypeClassification?: string | null;
|
|
33088
33066
|
}[];
|
|
33089
33067
|
attachmentIds?: string[] | null;
|
|
33090
33068
|
payment?: {
|
|
@@ -33116,9 +33094,7 @@ export interface operations {
|
|
|
33116
33094
|
} | null;
|
|
33117
33095
|
sourceId?: string | null;
|
|
33118
33096
|
recurringTemplateId?: string | null;
|
|
33119
|
-
|
|
33120
|
-
bankAccountRef?: string | null;
|
|
33121
|
-
} | null;
|
|
33097
|
+
matchBankAccountLast4?: string | null;
|
|
33122
33098
|
id?: string;
|
|
33123
33099
|
}[];
|
|
33124
33100
|
};
|
|
@@ -34144,11 +34120,9 @@ export interface operations {
|
|
|
34144
34120
|
/** @description Value in cents (100 = 1€) */
|
|
34145
34121
|
amount: number;
|
|
34146
34122
|
ownerStatementId?: string | null;
|
|
34147
|
-
|
|
34148
|
-
|
|
34149
|
-
|
|
34150
|
-
lineType?: string | null;
|
|
34151
|
-
} | null;
|
|
34123
|
+
matchReservationConfirmationCode?: string | null;
|
|
34124
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34125
|
+
matchLineTypeClassification?: string | null;
|
|
34152
34126
|
id: string;
|
|
34153
34127
|
issues: {
|
|
34154
34128
|
/** @constant */
|
|
@@ -34456,11 +34430,9 @@ export interface operations {
|
|
|
34456
34430
|
/** @description Value in cents (100 = 1€) */
|
|
34457
34431
|
amount: number;
|
|
34458
34432
|
ownerStatementId?: string | null;
|
|
34459
|
-
|
|
34460
|
-
|
|
34461
|
-
|
|
34462
|
-
lineType?: string | null;
|
|
34463
|
-
} | null;
|
|
34433
|
+
matchReservationConfirmationCode?: string | null;
|
|
34434
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34435
|
+
matchLineTypeClassification?: string | null;
|
|
34464
34436
|
id: string;
|
|
34465
34437
|
issues: {
|
|
34466
34438
|
/** @constant */
|
|
@@ -34843,11 +34815,9 @@ export interface operations {
|
|
|
34843
34815
|
/** @description Value in cents (100 = 1€) */
|
|
34844
34816
|
amount: number;
|
|
34845
34817
|
ownerStatementId?: string | null;
|
|
34846
|
-
|
|
34847
|
-
|
|
34848
|
-
|
|
34849
|
-
lineType?: string | null;
|
|
34850
|
-
} | null;
|
|
34818
|
+
matchReservationConfirmationCode?: string | null;
|
|
34819
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34820
|
+
matchLineTypeClassification?: string | null;
|
|
34851
34821
|
id: string;
|
|
34852
34822
|
issues: {
|
|
34853
34823
|
/** @constant */
|
|
@@ -35148,11 +35118,9 @@ export interface operations {
|
|
|
35148
35118
|
/** @description Value in cents (100 = 1€) */
|
|
35149
35119
|
amount: number;
|
|
35150
35120
|
ownerStatementId?: string | null;
|
|
35151
|
-
|
|
35152
|
-
|
|
35153
|
-
|
|
35154
|
-
lineType?: string | null;
|
|
35155
|
-
} | null;
|
|
35121
|
+
matchReservationConfirmationCode?: string | null;
|
|
35122
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35123
|
+
matchLineTypeClassification?: string | null;
|
|
35156
35124
|
id: string;
|
|
35157
35125
|
issues: {
|
|
35158
35126
|
/** @constant */
|
|
@@ -35501,11 +35469,9 @@ export interface operations {
|
|
|
35501
35469
|
/** @description Value in cents (100 = 1€) */
|
|
35502
35470
|
amount: number;
|
|
35503
35471
|
ownerStatementId?: string | null;
|
|
35504
|
-
|
|
35505
|
-
|
|
35506
|
-
|
|
35507
|
-
lineType?: string | null;
|
|
35508
|
-
} | null;
|
|
35472
|
+
matchReservationConfirmationCode?: string | null;
|
|
35473
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35474
|
+
matchLineTypeClassification?: string | null;
|
|
35509
35475
|
id: string;
|
|
35510
35476
|
issues: {
|
|
35511
35477
|
/** @constant */
|
|
@@ -35604,9 +35570,7 @@ export interface operations {
|
|
|
35604
35570
|
}[];
|
|
35605
35571
|
attachmentIds?: string[] | null;
|
|
35606
35572
|
recurringTemplateId?: string | null;
|
|
35607
|
-
|
|
35608
|
-
bankAccountRef?: string | null;
|
|
35609
|
-
} | null;
|
|
35573
|
+
matchBankAccountLast4?: string | null;
|
|
35610
35574
|
id: string;
|
|
35611
35575
|
shortRef?: string | null;
|
|
35612
35576
|
lock?: {
|
|
@@ -35968,11 +35932,9 @@ export interface operations {
|
|
|
35968
35932
|
/** @description Value in cents (100 = 1€) */
|
|
35969
35933
|
amount: number;
|
|
35970
35934
|
ownerStatementId?: string | null;
|
|
35971
|
-
|
|
35972
|
-
|
|
35973
|
-
|
|
35974
|
-
lineType?: string | null;
|
|
35975
|
-
} | null;
|
|
35935
|
+
matchReservationConfirmationCode?: string | null;
|
|
35936
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35937
|
+
matchLineTypeClassification?: string | null;
|
|
35976
35938
|
id: string;
|
|
35977
35939
|
issues: {
|
|
35978
35940
|
/** @constant */
|
|
@@ -36071,9 +36033,7 @@ export interface operations {
|
|
|
36071
36033
|
}[];
|
|
36072
36034
|
attachmentIds?: string[] | null;
|
|
36073
36035
|
recurringTemplateId?: string | null;
|
|
36074
|
-
|
|
36075
|
-
bankAccountRef?: string | null;
|
|
36076
|
-
} | null;
|
|
36036
|
+
matchBankAccountLast4?: string | null;
|
|
36077
36037
|
id: string;
|
|
36078
36038
|
shortRef?: string | null;
|
|
36079
36039
|
lock?: {
|
|
@@ -36326,9 +36286,7 @@ export interface operations {
|
|
|
36326
36286
|
connectionId?: string | null;
|
|
36327
36287
|
sourceId?: string | null;
|
|
36328
36288
|
recurringTemplateId?: string | null;
|
|
36329
|
-
|
|
36330
|
-
bankAccountRef?: string | null;
|
|
36331
|
-
} | null;
|
|
36289
|
+
matchBankAccountLast4?: string | null;
|
|
36332
36290
|
lines?: {
|
|
36333
36291
|
recurringTemplateId?: string | null;
|
|
36334
36292
|
uniqueRef?: string | null;
|
|
@@ -36351,11 +36309,9 @@ export interface operations {
|
|
|
36351
36309
|
ownerStatementId?: string | null;
|
|
36352
36310
|
party?: ("owners" | "manager") | null;
|
|
36353
36311
|
contactId?: string | null;
|
|
36354
|
-
|
|
36355
|
-
|
|
36356
|
-
|
|
36357
|
-
lineType?: string | null;
|
|
36358
|
-
} | null;
|
|
36312
|
+
matchReservationConfirmationCode?: string | null;
|
|
36313
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36314
|
+
matchLineTypeClassification?: string | null;
|
|
36359
36315
|
id?: string;
|
|
36360
36316
|
}[] | null;
|
|
36361
36317
|
/** @description Lines to be added (can not be combined with "lines" in the same request) */
|
|
@@ -36381,11 +36337,9 @@ export interface operations {
|
|
|
36381
36337
|
ownerStatementId?: string | null;
|
|
36382
36338
|
party?: ("owners" | "manager") | null;
|
|
36383
36339
|
contactId?: string | null;
|
|
36384
|
-
|
|
36385
|
-
|
|
36386
|
-
|
|
36387
|
-
lineType?: string | null;
|
|
36388
|
-
} | null;
|
|
36340
|
+
matchReservationConfirmationCode?: string | null;
|
|
36341
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36342
|
+
matchLineTypeClassification?: string | null;
|
|
36389
36343
|
id?: string | null;
|
|
36390
36344
|
}[] | null;
|
|
36391
36345
|
/** @description Lines to be updated (can not be combined with "lines" in the same request) */
|
|
@@ -36411,11 +36365,9 @@ export interface operations {
|
|
|
36411
36365
|
ownerStatementId?: string | null;
|
|
36412
36366
|
party?: ("owners" | "manager") | null;
|
|
36413
36367
|
contactId?: string | null;
|
|
36414
|
-
|
|
36415
|
-
|
|
36416
|
-
|
|
36417
|
-
lineType?: string | null;
|
|
36418
|
-
} | null;
|
|
36368
|
+
matchReservationConfirmationCode?: string | null;
|
|
36369
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36370
|
+
matchLineTypeClassification?: string | null;
|
|
36419
36371
|
/** Format: uuid */
|
|
36420
36372
|
id: string;
|
|
36421
36373
|
}[] | null;
|
|
@@ -36446,11 +36398,9 @@ export interface operations {
|
|
|
36446
36398
|
/** @description Value in cents (100 = 1€) */
|
|
36447
36399
|
amount: number;
|
|
36448
36400
|
ownerStatementId?: string | null;
|
|
36449
|
-
|
|
36450
|
-
|
|
36451
|
-
|
|
36452
|
-
lineType?: string | null;
|
|
36453
|
-
} | null;
|
|
36401
|
+
matchReservationConfirmationCode?: string | null;
|
|
36402
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36403
|
+
matchLineTypeClassification?: string | null;
|
|
36454
36404
|
id: string;
|
|
36455
36405
|
issues: {
|
|
36456
36406
|
/** @constant */
|
|
@@ -36549,9 +36499,7 @@ export interface operations {
|
|
|
36549
36499
|
}[];
|
|
36550
36500
|
attachmentIds?: string[] | null;
|
|
36551
36501
|
recurringTemplateId?: string | null;
|
|
36552
|
-
|
|
36553
|
-
bankAccountRef?: string | null;
|
|
36554
|
-
} | null;
|
|
36502
|
+
matchBankAccountLast4?: string | null;
|
|
36555
36503
|
id: string;
|
|
36556
36504
|
shortRef?: string | null;
|
|
36557
36505
|
lock?: {
|
|
@@ -36897,11 +36845,9 @@ export interface operations {
|
|
|
36897
36845
|
ownerStatementId?: string | null;
|
|
36898
36846
|
party?: ("owners" | "manager") | null;
|
|
36899
36847
|
contactId?: string | null;
|
|
36900
|
-
|
|
36901
|
-
|
|
36902
|
-
|
|
36903
|
-
lineType?: string | null;
|
|
36904
|
-
} | null;
|
|
36848
|
+
matchReservationConfirmationCode?: string | null;
|
|
36849
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36850
|
+
matchLineTypeClassification?: string | null;
|
|
36905
36851
|
};
|
|
36906
36852
|
};
|
|
36907
36853
|
};
|
|
@@ -36927,11 +36873,9 @@ export interface operations {
|
|
|
36927
36873
|
/** @description Value in cents (100 = 1€) */
|
|
36928
36874
|
amount: number;
|
|
36929
36875
|
ownerStatementId?: string | null;
|
|
36930
|
-
|
|
36931
|
-
|
|
36932
|
-
|
|
36933
|
-
lineType?: string | null;
|
|
36934
|
-
} | null;
|
|
36876
|
+
matchReservationConfirmationCode?: string | null;
|
|
36877
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36878
|
+
matchLineTypeClassification?: string | null;
|
|
36935
36879
|
id: string;
|
|
36936
36880
|
issues: {
|
|
36937
36881
|
/** @constant */
|
|
@@ -37030,9 +36974,7 @@ export interface operations {
|
|
|
37030
36974
|
}[];
|
|
37031
36975
|
attachmentIds?: string[] | null;
|
|
37032
36976
|
recurringTemplateId?: string | null;
|
|
37033
|
-
|
|
37034
|
-
bankAccountRef?: string | null;
|
|
37035
|
-
} | null;
|
|
36977
|
+
matchBankAccountLast4?: string | null;
|
|
37036
36978
|
id: string;
|
|
37037
36979
|
shortRef?: string | null;
|
|
37038
36980
|
lock?: {
|