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