@vrplatform/api 1.3.1-stage.1445 → 1.3.1-stage.1449
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.
|
@@ -3078,9 +3078,11 @@ export interface operations {
|
|
|
3078
3078
|
id: string;
|
|
3079
3079
|
name: string;
|
|
3080
3080
|
uniqueRef?: string | null;
|
|
3081
|
+
shortRef?: string | null;
|
|
3081
3082
|
} | null;
|
|
3082
3083
|
reservation?: {
|
|
3083
3084
|
id: string;
|
|
3085
|
+
shortRef?: string | null;
|
|
3084
3086
|
confirmationCode?: string | null;
|
|
3085
3087
|
uniqueRef: string;
|
|
3086
3088
|
/** @enum {string} */
|
|
@@ -3102,6 +3104,7 @@ export interface operations {
|
|
|
3102
3104
|
id: string;
|
|
3103
3105
|
name?: string | null;
|
|
3104
3106
|
uniqueRef?: string | null;
|
|
3107
|
+
shortRef?: string | null;
|
|
3105
3108
|
} | null;
|
|
3106
3109
|
matchStatus?: string | null;
|
|
3107
3110
|
markup?: {
|
|
@@ -3138,6 +3141,7 @@ export interface operations {
|
|
|
3138
3141
|
bankAccountRef?: string | null;
|
|
3139
3142
|
} | null;
|
|
3140
3143
|
id: string;
|
|
3144
|
+
shortRef?: string | null;
|
|
3141
3145
|
lock?: {
|
|
3142
3146
|
/** @enum {string} */
|
|
3143
3147
|
status: "locked" | "unlocked";
|
|
@@ -3215,6 +3219,7 @@ export interface operations {
|
|
|
3215
3219
|
id: string;
|
|
3216
3220
|
name?: string | null;
|
|
3217
3221
|
uniqueRef?: string | null;
|
|
3222
|
+
shortRef?: string | null;
|
|
3218
3223
|
} | null;
|
|
3219
3224
|
source?: {
|
|
3220
3225
|
/** Format: uuid */
|
|
@@ -4075,6 +4080,7 @@ export interface operations {
|
|
|
4075
4080
|
id: string;
|
|
4076
4081
|
name?: string | null;
|
|
4077
4082
|
uniqueRef?: string | null;
|
|
4083
|
+
shortRef?: string | null;
|
|
4078
4084
|
} | null;
|
|
4079
4085
|
connection?: {
|
|
4080
4086
|
/** Format: uuid */
|
|
@@ -4086,6 +4092,7 @@ export interface operations {
|
|
|
4086
4092
|
appId: string;
|
|
4087
4093
|
} | null;
|
|
4088
4094
|
uniqueRef?: string | null;
|
|
4095
|
+
shortRef?: string | null;
|
|
4089
4096
|
recurringTemplate?: {
|
|
4090
4097
|
id: string;
|
|
4091
4098
|
} | null;
|
|
@@ -4409,6 +4416,7 @@ export interface operations {
|
|
|
4409
4416
|
id: string;
|
|
4410
4417
|
name?: string | null;
|
|
4411
4418
|
uniqueRef?: string | null;
|
|
4419
|
+
shortRef?: string | null;
|
|
4412
4420
|
} | null;
|
|
4413
4421
|
connection?: {
|
|
4414
4422
|
/** Format: uuid */
|
|
@@ -4420,6 +4428,7 @@ export interface operations {
|
|
|
4420
4428
|
appId: string;
|
|
4421
4429
|
} | null;
|
|
4422
4430
|
uniqueRef?: string | null;
|
|
4431
|
+
shortRef?: string | null;
|
|
4423
4432
|
recurringTemplate?: {
|
|
4424
4433
|
id: string;
|
|
4425
4434
|
} | null;
|
|
@@ -5928,6 +5937,8 @@ export interface operations {
|
|
|
5928
5937
|
status?: "active" | "inactive";
|
|
5929
5938
|
type?: "owner" | "vendor";
|
|
5930
5939
|
companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
5940
|
+
/** @description comma separated contact short refs */
|
|
5941
|
+
shortRefs?: string;
|
|
5931
5942
|
limit?: number;
|
|
5932
5943
|
page?: number;
|
|
5933
5944
|
};
|
|
@@ -5971,6 +5982,7 @@ export interface operations {
|
|
|
5971
5982
|
payoutAccountId?: string | null;
|
|
5972
5983
|
/** Format: uuid */
|
|
5973
5984
|
id: string;
|
|
5985
|
+
shortRef?: string | null;
|
|
5974
5986
|
source?: {
|
|
5975
5987
|
/** Format: uuid */
|
|
5976
5988
|
id: string;
|
|
@@ -6156,6 +6168,7 @@ export interface operations {
|
|
|
6156
6168
|
payoutAccountId?: string | null;
|
|
6157
6169
|
/** Format: uuid */
|
|
6158
6170
|
id: string;
|
|
6171
|
+
shortRef?: string | null;
|
|
6159
6172
|
source?: {
|
|
6160
6173
|
/** Format: uuid */
|
|
6161
6174
|
id: string;
|
|
@@ -6449,6 +6462,7 @@ export interface operations {
|
|
|
6449
6462
|
payoutAccountId?: string | null;
|
|
6450
6463
|
/** Format: uuid */
|
|
6451
6464
|
id: string;
|
|
6465
|
+
shortRef?: string | null;
|
|
6452
6466
|
source?: {
|
|
6453
6467
|
/** Format: uuid */
|
|
6454
6468
|
id: string;
|
|
@@ -6625,6 +6639,7 @@ export interface operations {
|
|
|
6625
6639
|
payoutAccountId?: string | null;
|
|
6626
6640
|
/** Format: uuid */
|
|
6627
6641
|
id: string;
|
|
6642
|
+
shortRef?: string | null;
|
|
6628
6643
|
source?: {
|
|
6629
6644
|
/** Format: uuid */
|
|
6630
6645
|
id: string;
|
|
@@ -7402,6 +7417,7 @@ export interface operations {
|
|
|
7402
7417
|
id: string;
|
|
7403
7418
|
name?: string | null;
|
|
7404
7419
|
uniqueRef?: string | null;
|
|
7420
|
+
shortRef?: string | null;
|
|
7405
7421
|
} | null;
|
|
7406
7422
|
connection?: {
|
|
7407
7423
|
/** Format: uuid */
|
|
@@ -7413,6 +7429,7 @@ export interface operations {
|
|
|
7413
7429
|
appId: string;
|
|
7414
7430
|
} | null;
|
|
7415
7431
|
uniqueRef?: string | null;
|
|
7432
|
+
shortRef?: string | null;
|
|
7416
7433
|
recurringTemplate?: {
|
|
7417
7434
|
id: string;
|
|
7418
7435
|
} | null;
|
|
@@ -7444,6 +7461,7 @@ export interface operations {
|
|
|
7444
7461
|
id: string;
|
|
7445
7462
|
name?: string | null;
|
|
7446
7463
|
uniqueRef?: string | null;
|
|
7464
|
+
shortRef?: string | null;
|
|
7447
7465
|
} | null;
|
|
7448
7466
|
connection?: {
|
|
7449
7467
|
/** Format: uuid */
|
|
@@ -7455,6 +7473,7 @@ export interface operations {
|
|
|
7455
7473
|
appId: string;
|
|
7456
7474
|
} | null;
|
|
7457
7475
|
uniqueRef?: string | null;
|
|
7476
|
+
shortRef?: string | null;
|
|
7458
7477
|
recurringTemplate?: {
|
|
7459
7478
|
id: string;
|
|
7460
7479
|
} | null;
|
|
@@ -9632,6 +9651,8 @@ export interface operations {
|
|
|
9632
9651
|
connectionId?: string;
|
|
9633
9652
|
search?: string;
|
|
9634
9653
|
contactId?: string;
|
|
9654
|
+
/** @description comma separated listing short refs */
|
|
9655
|
+
shortRefs?: string;
|
|
9635
9656
|
activeOwnership?: boolean;
|
|
9636
9657
|
activeRecurringFeePeriods?: string;
|
|
9637
9658
|
limit?: number;
|
|
@@ -9670,6 +9691,7 @@ export interface operations {
|
|
|
9670
9691
|
} | null;
|
|
9671
9692
|
/** Format: uuid */
|
|
9672
9693
|
id: string;
|
|
9694
|
+
shortRef?: string | null;
|
|
9673
9695
|
activeOwnership?: {
|
|
9674
9696
|
/** Format: uuid */
|
|
9675
9697
|
id: string;
|
|
@@ -9909,6 +9931,7 @@ export interface operations {
|
|
|
9909
9931
|
} | null;
|
|
9910
9932
|
/** Format: uuid */
|
|
9911
9933
|
id: string;
|
|
9934
|
+
shortRef?: string | null;
|
|
9912
9935
|
activeOwnership?: {
|
|
9913
9936
|
/** Format: uuid */
|
|
9914
9937
|
id: string;
|
|
@@ -10845,6 +10868,7 @@ export interface operations {
|
|
|
10845
10868
|
} | null;
|
|
10846
10869
|
/** Format: uuid */
|
|
10847
10870
|
id: string;
|
|
10871
|
+
shortRef?: string | null;
|
|
10848
10872
|
activeOwnership?: {
|
|
10849
10873
|
/** Format: uuid */
|
|
10850
10874
|
id: string;
|
|
@@ -11076,6 +11100,7 @@ export interface operations {
|
|
|
11076
11100
|
} | null;
|
|
11077
11101
|
/** Format: uuid */
|
|
11078
11102
|
id: string;
|
|
11103
|
+
shortRef?: string | null;
|
|
11079
11104
|
activeOwnership?: {
|
|
11080
11105
|
/** Format: uuid */
|
|
11081
11106
|
id: string;
|
|
@@ -13862,6 +13887,7 @@ export interface operations {
|
|
|
13862
13887
|
id: string;
|
|
13863
13888
|
name?: string | null;
|
|
13864
13889
|
uniqueRef?: string | null;
|
|
13890
|
+
shortRef?: string | null;
|
|
13865
13891
|
} | null;
|
|
13866
13892
|
connection?: {
|
|
13867
13893
|
/** Format: uuid */
|
|
@@ -13873,6 +13899,7 @@ export interface operations {
|
|
|
13873
13899
|
appId: string;
|
|
13874
13900
|
} | null;
|
|
13875
13901
|
uniqueRef?: string | null;
|
|
13902
|
+
shortRef?: string | null;
|
|
13876
13903
|
recurringTemplate?: {
|
|
13877
13904
|
id: string;
|
|
13878
13905
|
} | null;
|
|
@@ -17990,6 +18017,8 @@ export interface operations {
|
|
|
17990
18017
|
query?: {
|
|
17991
18018
|
/** @description comma separated reservation ids, negate with ! prefix */
|
|
17992
18019
|
ids?: string;
|
|
18020
|
+
/** @description comma separated reservation short refs */
|
|
18021
|
+
shortRefs?: string;
|
|
17993
18022
|
status?: "booked" | "canceled" | "inactive";
|
|
17994
18023
|
listingId?: string;
|
|
17995
18024
|
date?: string;
|
|
@@ -18039,6 +18068,7 @@ export interface operations {
|
|
|
18039
18068
|
} | null;
|
|
18040
18069
|
/** Format: uuid */
|
|
18041
18070
|
id: string;
|
|
18071
|
+
shortRef?: string | null;
|
|
18042
18072
|
lock?: {
|
|
18043
18073
|
/** @enum {string} */
|
|
18044
18074
|
status: "locked" | "unlocked";
|
|
@@ -18149,12 +18179,14 @@ export interface operations {
|
|
|
18149
18179
|
id: string;
|
|
18150
18180
|
name: string;
|
|
18151
18181
|
uniqueRef?: string | null;
|
|
18182
|
+
shortRef?: string | null;
|
|
18152
18183
|
} | null;
|
|
18153
18184
|
listingConnection?: {
|
|
18154
18185
|
/** Format: uuid */
|
|
18155
18186
|
id: string;
|
|
18156
18187
|
name: string;
|
|
18157
18188
|
uniqueRef?: string | null;
|
|
18189
|
+
shortRef?: string | null;
|
|
18158
18190
|
} | null;
|
|
18159
18191
|
payment: {
|
|
18160
18192
|
expected: number;
|
|
@@ -18372,6 +18404,7 @@ export interface operations {
|
|
|
18372
18404
|
} | null;
|
|
18373
18405
|
/** Format: uuid */
|
|
18374
18406
|
id: string;
|
|
18407
|
+
shortRef?: string | null;
|
|
18375
18408
|
lock?: {
|
|
18376
18409
|
/** @enum {string} */
|
|
18377
18410
|
status: "locked" | "unlocked";
|
|
@@ -18535,6 +18568,7 @@ export interface operations {
|
|
|
18535
18568
|
id: string;
|
|
18536
18569
|
name?: string | null;
|
|
18537
18570
|
uniqueRef?: string | null;
|
|
18571
|
+
shortRef?: string | null;
|
|
18538
18572
|
} | null;
|
|
18539
18573
|
connection?: {
|
|
18540
18574
|
/** Format: uuid */
|
|
@@ -18546,6 +18580,7 @@ export interface operations {
|
|
|
18546
18580
|
appId: string;
|
|
18547
18581
|
} | null;
|
|
18548
18582
|
uniqueRef?: string | null;
|
|
18583
|
+
shortRef?: string | null;
|
|
18549
18584
|
recurringTemplate?: {
|
|
18550
18585
|
id: string;
|
|
18551
18586
|
} | null;
|
|
@@ -18580,12 +18615,14 @@ export interface operations {
|
|
|
18580
18615
|
id: string;
|
|
18581
18616
|
name: string;
|
|
18582
18617
|
uniqueRef?: string | null;
|
|
18618
|
+
shortRef?: string | null;
|
|
18583
18619
|
} | null;
|
|
18584
18620
|
listingConnection?: {
|
|
18585
18621
|
/** Format: uuid */
|
|
18586
18622
|
id: string;
|
|
18587
18623
|
name: string;
|
|
18588
18624
|
uniqueRef?: string | null;
|
|
18625
|
+
shortRef?: string | null;
|
|
18589
18626
|
} | null;
|
|
18590
18627
|
payment: {
|
|
18591
18628
|
expected: number;
|
|
@@ -19355,6 +19392,7 @@ export interface operations {
|
|
|
19355
19392
|
} | null;
|
|
19356
19393
|
/** Format: uuid */
|
|
19357
19394
|
id: string;
|
|
19395
|
+
shortRef?: string | null;
|
|
19358
19396
|
lock?: {
|
|
19359
19397
|
/** @enum {string} */
|
|
19360
19398
|
status: "locked" | "unlocked";
|
|
@@ -19518,6 +19556,7 @@ export interface operations {
|
|
|
19518
19556
|
id: string;
|
|
19519
19557
|
name?: string | null;
|
|
19520
19558
|
uniqueRef?: string | null;
|
|
19559
|
+
shortRef?: string | null;
|
|
19521
19560
|
} | null;
|
|
19522
19561
|
connection?: {
|
|
19523
19562
|
/** Format: uuid */
|
|
@@ -19529,6 +19568,7 @@ export interface operations {
|
|
|
19529
19568
|
appId: string;
|
|
19530
19569
|
} | null;
|
|
19531
19570
|
uniqueRef?: string | null;
|
|
19571
|
+
shortRef?: string | null;
|
|
19532
19572
|
recurringTemplate?: {
|
|
19533
19573
|
id: string;
|
|
19534
19574
|
} | null;
|
|
@@ -19563,12 +19603,14 @@ export interface operations {
|
|
|
19563
19603
|
id: string;
|
|
19564
19604
|
name: string;
|
|
19565
19605
|
uniqueRef?: string | null;
|
|
19606
|
+
shortRef?: string | null;
|
|
19566
19607
|
} | null;
|
|
19567
19608
|
listingConnection?: {
|
|
19568
19609
|
/** Format: uuid */
|
|
19569
19610
|
id: string;
|
|
19570
19611
|
name: string;
|
|
19571
19612
|
uniqueRef?: string | null;
|
|
19613
|
+
shortRef?: string | null;
|
|
19572
19614
|
} | null;
|
|
19573
19615
|
payment: {
|
|
19574
19616
|
expected: number;
|
|
@@ -19896,6 +19938,7 @@ export interface operations {
|
|
|
19896
19938
|
} | null;
|
|
19897
19939
|
/** Format: uuid */
|
|
19898
19940
|
id: string;
|
|
19941
|
+
shortRef?: string | null;
|
|
19899
19942
|
lock?: {
|
|
19900
19943
|
/** @enum {string} */
|
|
19901
19944
|
status: "locked" | "unlocked";
|
|
@@ -20059,6 +20102,7 @@ export interface operations {
|
|
|
20059
20102
|
id: string;
|
|
20060
20103
|
name?: string | null;
|
|
20061
20104
|
uniqueRef?: string | null;
|
|
20105
|
+
shortRef?: string | null;
|
|
20062
20106
|
} | null;
|
|
20063
20107
|
connection?: {
|
|
20064
20108
|
/** Format: uuid */
|
|
@@ -20070,6 +20114,7 @@ export interface operations {
|
|
|
20070
20114
|
appId: string;
|
|
20071
20115
|
} | null;
|
|
20072
20116
|
uniqueRef?: string | null;
|
|
20117
|
+
shortRef?: string | null;
|
|
20073
20118
|
recurringTemplate?: {
|
|
20074
20119
|
id: string;
|
|
20075
20120
|
} | null;
|
|
@@ -20104,12 +20149,14 @@ export interface operations {
|
|
|
20104
20149
|
id: string;
|
|
20105
20150
|
name: string;
|
|
20106
20151
|
uniqueRef?: string | null;
|
|
20152
|
+
shortRef?: string | null;
|
|
20107
20153
|
} | null;
|
|
20108
20154
|
listingConnection?: {
|
|
20109
20155
|
/** Format: uuid */
|
|
20110
20156
|
id: string;
|
|
20111
20157
|
name: string;
|
|
20112
20158
|
uniqueRef?: string | null;
|
|
20159
|
+
shortRef?: string | null;
|
|
20113
20160
|
} | null;
|
|
20114
20161
|
payment: {
|
|
20115
20162
|
expected: number;
|
|
@@ -20443,6 +20490,7 @@ export interface operations {
|
|
|
20443
20490
|
} | null;
|
|
20444
20491
|
/** Format: uuid */
|
|
20445
20492
|
id: string;
|
|
20493
|
+
shortRef?: string | null;
|
|
20446
20494
|
lock?: {
|
|
20447
20495
|
/** @enum {string} */
|
|
20448
20496
|
status: "locked" | "unlocked";
|
|
@@ -20606,6 +20654,7 @@ export interface operations {
|
|
|
20606
20654
|
id: string;
|
|
20607
20655
|
name?: string | null;
|
|
20608
20656
|
uniqueRef?: string | null;
|
|
20657
|
+
shortRef?: string | null;
|
|
20609
20658
|
} | null;
|
|
20610
20659
|
connection?: {
|
|
20611
20660
|
/** Format: uuid */
|
|
@@ -20617,6 +20666,7 @@ export interface operations {
|
|
|
20617
20666
|
appId: string;
|
|
20618
20667
|
} | null;
|
|
20619
20668
|
uniqueRef?: string | null;
|
|
20669
|
+
shortRef?: string | null;
|
|
20620
20670
|
recurringTemplate?: {
|
|
20621
20671
|
id: string;
|
|
20622
20672
|
} | null;
|
|
@@ -20651,12 +20701,14 @@ export interface operations {
|
|
|
20651
20701
|
id: string;
|
|
20652
20702
|
name: string;
|
|
20653
20703
|
uniqueRef?: string | null;
|
|
20704
|
+
shortRef?: string | null;
|
|
20654
20705
|
} | null;
|
|
20655
20706
|
listingConnection?: {
|
|
20656
20707
|
/** Format: uuid */
|
|
20657
20708
|
id: string;
|
|
20658
20709
|
name: string;
|
|
20659
20710
|
uniqueRef?: string | null;
|
|
20711
|
+
shortRef?: string | null;
|
|
20660
20712
|
} | null;
|
|
20661
20713
|
payment: {
|
|
20662
20714
|
expected: number;
|
|
@@ -20879,6 +20931,7 @@ export interface operations {
|
|
|
20879
20931
|
} | null;
|
|
20880
20932
|
/** Format: uuid */
|
|
20881
20933
|
id: string;
|
|
20934
|
+
shortRef?: string | null;
|
|
20882
20935
|
lock?: {
|
|
20883
20936
|
/** @enum {string} */
|
|
20884
20937
|
status: "locked" | "unlocked";
|
|
@@ -21042,6 +21095,7 @@ export interface operations {
|
|
|
21042
21095
|
id: string;
|
|
21043
21096
|
name?: string | null;
|
|
21044
21097
|
uniqueRef?: string | null;
|
|
21098
|
+
shortRef?: string | null;
|
|
21045
21099
|
} | null;
|
|
21046
21100
|
connection?: {
|
|
21047
21101
|
/** Format: uuid */
|
|
@@ -21053,6 +21107,7 @@ export interface operations {
|
|
|
21053
21107
|
appId: string;
|
|
21054
21108
|
} | null;
|
|
21055
21109
|
uniqueRef?: string | null;
|
|
21110
|
+
shortRef?: string | null;
|
|
21056
21111
|
recurringTemplate?: {
|
|
21057
21112
|
id: string;
|
|
21058
21113
|
} | null;
|
|
@@ -21087,12 +21142,14 @@ export interface operations {
|
|
|
21087
21142
|
id: string;
|
|
21088
21143
|
name: string;
|
|
21089
21144
|
uniqueRef?: string | null;
|
|
21145
|
+
shortRef?: string | null;
|
|
21090
21146
|
} | null;
|
|
21091
21147
|
listingConnection?: {
|
|
21092
21148
|
/** Format: uuid */
|
|
21093
21149
|
id: string;
|
|
21094
21150
|
name: string;
|
|
21095
21151
|
uniqueRef?: string | null;
|
|
21152
|
+
shortRef?: string | null;
|
|
21096
21153
|
} | null;
|
|
21097
21154
|
payment: {
|
|
21098
21155
|
expected: number;
|
|
@@ -21301,6 +21358,7 @@ export interface operations {
|
|
|
21301
21358
|
} | null;
|
|
21302
21359
|
/** Format: uuid */
|
|
21303
21360
|
id: string;
|
|
21361
|
+
shortRef?: string | null;
|
|
21304
21362
|
lock?: {
|
|
21305
21363
|
/** @enum {string} */
|
|
21306
21364
|
status: "locked" | "unlocked";
|
|
@@ -21464,6 +21522,7 @@ export interface operations {
|
|
|
21464
21522
|
id: string;
|
|
21465
21523
|
name?: string | null;
|
|
21466
21524
|
uniqueRef?: string | null;
|
|
21525
|
+
shortRef?: string | null;
|
|
21467
21526
|
} | null;
|
|
21468
21527
|
connection?: {
|
|
21469
21528
|
/** Format: uuid */
|
|
@@ -21475,6 +21534,7 @@ export interface operations {
|
|
|
21475
21534
|
appId: string;
|
|
21476
21535
|
} | null;
|
|
21477
21536
|
uniqueRef?: string | null;
|
|
21537
|
+
shortRef?: string | null;
|
|
21478
21538
|
recurringTemplate?: {
|
|
21479
21539
|
id: string;
|
|
21480
21540
|
} | null;
|
|
@@ -21509,12 +21569,14 @@ export interface operations {
|
|
|
21509
21569
|
id: string;
|
|
21510
21570
|
name: string;
|
|
21511
21571
|
uniqueRef?: string | null;
|
|
21572
|
+
shortRef?: string | null;
|
|
21512
21573
|
} | null;
|
|
21513
21574
|
listingConnection?: {
|
|
21514
21575
|
/** Format: uuid */
|
|
21515
21576
|
id: string;
|
|
21516
21577
|
name: string;
|
|
21517
21578
|
uniqueRef?: string | null;
|
|
21579
|
+
shortRef?: string | null;
|
|
21518
21580
|
} | null;
|
|
21519
21581
|
payment: {
|
|
21520
21582
|
expected: number;
|
|
@@ -24116,9 +24178,11 @@ export interface operations {
|
|
|
24116
24178
|
id: string;
|
|
24117
24179
|
name: string;
|
|
24118
24180
|
uniqueRef?: string | null;
|
|
24181
|
+
shortRef?: string | null;
|
|
24119
24182
|
} | null;
|
|
24120
24183
|
reservation?: {
|
|
24121
24184
|
id: string;
|
|
24185
|
+
shortRef?: string | null;
|
|
24122
24186
|
confirmationCode?: string | null;
|
|
24123
24187
|
uniqueRef: string;
|
|
24124
24188
|
/** @enum {string} */
|
|
@@ -24140,6 +24204,7 @@ export interface operations {
|
|
|
24140
24204
|
id: string;
|
|
24141
24205
|
name?: string | null;
|
|
24142
24206
|
uniqueRef?: string | null;
|
|
24207
|
+
shortRef?: string | null;
|
|
24143
24208
|
} | null;
|
|
24144
24209
|
matchStatus?: string | null;
|
|
24145
24210
|
markup?: {
|
|
@@ -24176,6 +24241,7 @@ export interface operations {
|
|
|
24176
24241
|
bankAccountRef?: string | null;
|
|
24177
24242
|
} | null;
|
|
24178
24243
|
id: string;
|
|
24244
|
+
shortRef?: string | null;
|
|
24179
24245
|
lock?: {
|
|
24180
24246
|
/** @enum {string} */
|
|
24181
24247
|
status: "locked" | "unlocked";
|
|
@@ -24253,6 +24319,7 @@ export interface operations {
|
|
|
24253
24319
|
id: string;
|
|
24254
24320
|
name?: string | null;
|
|
24255
24321
|
uniqueRef?: string | null;
|
|
24322
|
+
shortRef?: string | null;
|
|
24256
24323
|
} | null;
|
|
24257
24324
|
source?: {
|
|
24258
24325
|
/** Format: uuid */
|
|
@@ -28731,6 +28798,7 @@ export interface operations {
|
|
|
28731
28798
|
/** @description Whether the end date is inclusive or exclusive */
|
|
28732
28799
|
isDateRangeEndInclusive?: boolean;
|
|
28733
28800
|
uniqueRefs?: string;
|
|
28801
|
+
shortRefs?: string;
|
|
28734
28802
|
ids?: string;
|
|
28735
28803
|
search?: string;
|
|
28736
28804
|
recurringTemplateId?: string;
|
|
@@ -28793,9 +28861,11 @@ export interface operations {
|
|
|
28793
28861
|
id: string;
|
|
28794
28862
|
name: string;
|
|
28795
28863
|
uniqueRef?: string | null;
|
|
28864
|
+
shortRef?: string | null;
|
|
28796
28865
|
} | null;
|
|
28797
28866
|
reservation?: {
|
|
28798
28867
|
id: string;
|
|
28868
|
+
shortRef?: string | null;
|
|
28799
28869
|
confirmationCode?: string | null;
|
|
28800
28870
|
uniqueRef: string;
|
|
28801
28871
|
/** @enum {string} */
|
|
@@ -28817,6 +28887,7 @@ export interface operations {
|
|
|
28817
28887
|
id: string;
|
|
28818
28888
|
name?: string | null;
|
|
28819
28889
|
uniqueRef?: string | null;
|
|
28890
|
+
shortRef?: string | null;
|
|
28820
28891
|
} | null;
|
|
28821
28892
|
matchStatus?: string | null;
|
|
28822
28893
|
markup?: {
|
|
@@ -28853,6 +28924,7 @@ export interface operations {
|
|
|
28853
28924
|
bankAccountRef?: string | null;
|
|
28854
28925
|
} | null;
|
|
28855
28926
|
id: string;
|
|
28927
|
+
shortRef?: string | null;
|
|
28856
28928
|
lock?: {
|
|
28857
28929
|
/** @enum {string} */
|
|
28858
28930
|
status: "locked" | "unlocked";
|
|
@@ -28930,6 +29002,7 @@ export interface operations {
|
|
|
28930
29002
|
id: string;
|
|
28931
29003
|
name?: string | null;
|
|
28932
29004
|
uniqueRef?: string | null;
|
|
29005
|
+
shortRef?: string | null;
|
|
28933
29006
|
} | null;
|
|
28934
29007
|
source?: {
|
|
28935
29008
|
/** Format: uuid */
|
|
@@ -29155,9 +29228,11 @@ export interface operations {
|
|
|
29155
29228
|
id: string;
|
|
29156
29229
|
name: string;
|
|
29157
29230
|
uniqueRef?: string | null;
|
|
29231
|
+
shortRef?: string | null;
|
|
29158
29232
|
} | null;
|
|
29159
29233
|
reservation?: {
|
|
29160
29234
|
id: string;
|
|
29235
|
+
shortRef?: string | null;
|
|
29161
29236
|
confirmationCode?: string | null;
|
|
29162
29237
|
uniqueRef: string;
|
|
29163
29238
|
/** @enum {string} */
|
|
@@ -29179,6 +29254,7 @@ export interface operations {
|
|
|
29179
29254
|
id: string;
|
|
29180
29255
|
name?: string | null;
|
|
29181
29256
|
uniqueRef?: string | null;
|
|
29257
|
+
shortRef?: string | null;
|
|
29182
29258
|
} | null;
|
|
29183
29259
|
matchStatus?: string | null;
|
|
29184
29260
|
markup?: {
|
|
@@ -29215,6 +29291,7 @@ export interface operations {
|
|
|
29215
29291
|
bankAccountRef?: string | null;
|
|
29216
29292
|
} | null;
|
|
29217
29293
|
id: string;
|
|
29294
|
+
shortRef?: string | null;
|
|
29218
29295
|
lock?: {
|
|
29219
29296
|
/** @enum {string} */
|
|
29220
29297
|
status: "locked" | "unlocked";
|
|
@@ -29292,6 +29369,7 @@ export interface operations {
|
|
|
29292
29369
|
id: string;
|
|
29293
29370
|
name?: string | null;
|
|
29294
29371
|
uniqueRef?: string | null;
|
|
29372
|
+
shortRef?: string | null;
|
|
29295
29373
|
} | null;
|
|
29296
29374
|
source?: {
|
|
29297
29375
|
/** Format: uuid */
|
|
@@ -29969,6 +30047,7 @@ export interface operations {
|
|
|
29969
30047
|
id: string;
|
|
29970
30048
|
name?: string | null;
|
|
29971
30049
|
uniqueRef?: string | null;
|
|
30050
|
+
shortRef?: string | null;
|
|
29972
30051
|
} | null;
|
|
29973
30052
|
lines: {
|
|
29974
30053
|
uniqueRef?: string | null;
|
|
@@ -30001,9 +30080,11 @@ export interface operations {
|
|
|
30001
30080
|
id: string;
|
|
30002
30081
|
name: string;
|
|
30003
30082
|
uniqueRef?: string | null;
|
|
30083
|
+
shortRef?: string | null;
|
|
30004
30084
|
} | null;
|
|
30005
30085
|
reservation?: {
|
|
30006
30086
|
id: string;
|
|
30087
|
+
shortRef?: string | null;
|
|
30007
30088
|
confirmationCode?: string | null;
|
|
30008
30089
|
uniqueRef: string;
|
|
30009
30090
|
/** @enum {string} */
|
|
@@ -30025,6 +30106,7 @@ export interface operations {
|
|
|
30025
30106
|
id: string;
|
|
30026
30107
|
name?: string | null;
|
|
30027
30108
|
uniqueRef?: string | null;
|
|
30109
|
+
shortRef?: string | null;
|
|
30028
30110
|
} | null;
|
|
30029
30111
|
matchStatus?: string | null;
|
|
30030
30112
|
markup?: {
|
|
@@ -30252,6 +30334,7 @@ export interface operations {
|
|
|
30252
30334
|
id: string;
|
|
30253
30335
|
name?: string | null;
|
|
30254
30336
|
uniqueRef?: string | null;
|
|
30337
|
+
shortRef?: string | null;
|
|
30255
30338
|
} | null;
|
|
30256
30339
|
lines: {
|
|
30257
30340
|
uniqueRef?: string | null;
|
|
@@ -30284,9 +30367,11 @@ export interface operations {
|
|
|
30284
30367
|
id: string;
|
|
30285
30368
|
name: string;
|
|
30286
30369
|
uniqueRef?: string | null;
|
|
30370
|
+
shortRef?: string | null;
|
|
30287
30371
|
} | null;
|
|
30288
30372
|
reservation?: {
|
|
30289
30373
|
id: string;
|
|
30374
|
+
shortRef?: string | null;
|
|
30290
30375
|
confirmationCode?: string | null;
|
|
30291
30376
|
uniqueRef: string;
|
|
30292
30377
|
/** @enum {string} */
|
|
@@ -30308,6 +30393,7 @@ export interface operations {
|
|
|
30308
30393
|
id: string;
|
|
30309
30394
|
name?: string | null;
|
|
30310
30395
|
uniqueRef?: string | null;
|
|
30396
|
+
shortRef?: string | null;
|
|
30311
30397
|
} | null;
|
|
30312
30398
|
matchStatus?: string | null;
|
|
30313
30399
|
markup?: {
|
|
@@ -30615,6 +30701,7 @@ export interface operations {
|
|
|
30615
30701
|
id: string;
|
|
30616
30702
|
name?: string | null;
|
|
30617
30703
|
uniqueRef?: string | null;
|
|
30704
|
+
shortRef?: string | null;
|
|
30618
30705
|
} | null;
|
|
30619
30706
|
lines: {
|
|
30620
30707
|
uniqueRef?: string | null;
|
|
@@ -30647,9 +30734,11 @@ export interface operations {
|
|
|
30647
30734
|
id: string;
|
|
30648
30735
|
name: string;
|
|
30649
30736
|
uniqueRef?: string | null;
|
|
30737
|
+
shortRef?: string | null;
|
|
30650
30738
|
} | null;
|
|
30651
30739
|
reservation?: {
|
|
30652
30740
|
id: string;
|
|
30741
|
+
shortRef?: string | null;
|
|
30653
30742
|
confirmationCode?: string | null;
|
|
30654
30743
|
uniqueRef: string;
|
|
30655
30744
|
/** @enum {string} */
|
|
@@ -30671,6 +30760,7 @@ export interface operations {
|
|
|
30671
30760
|
id: string;
|
|
30672
30761
|
name?: string | null;
|
|
30673
30762
|
uniqueRef?: string | null;
|
|
30763
|
+
shortRef?: string | null;
|
|
30674
30764
|
} | null;
|
|
30675
30765
|
matchStatus?: string | null;
|
|
30676
30766
|
markup?: {
|
|
@@ -30891,6 +30981,7 @@ export interface operations {
|
|
|
30891
30981
|
id: string;
|
|
30892
30982
|
name?: string | null;
|
|
30893
30983
|
uniqueRef?: string | null;
|
|
30984
|
+
shortRef?: string | null;
|
|
30894
30985
|
} | null;
|
|
30895
30986
|
lines: {
|
|
30896
30987
|
uniqueRef?: string | null;
|
|
@@ -30923,9 +31014,11 @@ export interface operations {
|
|
|
30923
31014
|
id: string;
|
|
30924
31015
|
name: string;
|
|
30925
31016
|
uniqueRef?: string | null;
|
|
31017
|
+
shortRef?: string | null;
|
|
30926
31018
|
} | null;
|
|
30927
31019
|
reservation?: {
|
|
30928
31020
|
id: string;
|
|
31021
|
+
shortRef?: string | null;
|
|
30929
31022
|
confirmationCode?: string | null;
|
|
30930
31023
|
uniqueRef: string;
|
|
30931
31024
|
/** @enum {string} */
|
|
@@ -30947,6 +31040,7 @@ export interface operations {
|
|
|
30947
31040
|
id: string;
|
|
30948
31041
|
name?: string | null;
|
|
30949
31042
|
uniqueRef?: string | null;
|
|
31043
|
+
shortRef?: string | null;
|
|
30950
31044
|
} | null;
|
|
30951
31045
|
matchStatus?: string | null;
|
|
30952
31046
|
markup?: {
|
|
@@ -31254,9 +31348,11 @@ export interface operations {
|
|
|
31254
31348
|
id: string;
|
|
31255
31349
|
name: string;
|
|
31256
31350
|
uniqueRef?: string | null;
|
|
31351
|
+
shortRef?: string | null;
|
|
31257
31352
|
} | null;
|
|
31258
31353
|
reservation?: {
|
|
31259
31354
|
id: string;
|
|
31355
|
+
shortRef?: string | null;
|
|
31260
31356
|
confirmationCode?: string | null;
|
|
31261
31357
|
uniqueRef: string;
|
|
31262
31358
|
/** @enum {string} */
|
|
@@ -31278,6 +31374,7 @@ export interface operations {
|
|
|
31278
31374
|
id: string;
|
|
31279
31375
|
name?: string | null;
|
|
31280
31376
|
uniqueRef?: string | null;
|
|
31377
|
+
shortRef?: string | null;
|
|
31281
31378
|
} | null;
|
|
31282
31379
|
matchStatus?: string | null;
|
|
31283
31380
|
markup?: {
|
|
@@ -31314,6 +31411,7 @@ export interface operations {
|
|
|
31314
31411
|
bankAccountRef?: string | null;
|
|
31315
31412
|
} | null;
|
|
31316
31413
|
id: string;
|
|
31414
|
+
shortRef?: string | null;
|
|
31317
31415
|
lock?: {
|
|
31318
31416
|
/** @enum {string} */
|
|
31319
31417
|
status: "locked" | "unlocked";
|
|
@@ -31391,6 +31489,7 @@ export interface operations {
|
|
|
31391
31489
|
id: string;
|
|
31392
31490
|
name?: string | null;
|
|
31393
31491
|
uniqueRef?: string | null;
|
|
31492
|
+
shortRef?: string | null;
|
|
31394
31493
|
} | null;
|
|
31395
31494
|
source?: {
|
|
31396
31495
|
/** Format: uuid */
|
|
@@ -31541,9 +31640,11 @@ export interface operations {
|
|
|
31541
31640
|
id: string;
|
|
31542
31641
|
name: string;
|
|
31543
31642
|
uniqueRef?: string | null;
|
|
31643
|
+
shortRef?: string | null;
|
|
31544
31644
|
} | null;
|
|
31545
31645
|
reservation?: {
|
|
31546
31646
|
id: string;
|
|
31647
|
+
shortRef?: string | null;
|
|
31547
31648
|
confirmationCode?: string | null;
|
|
31548
31649
|
uniqueRef: string;
|
|
31549
31650
|
/** @enum {string} */
|
|
@@ -31565,6 +31666,7 @@ export interface operations {
|
|
|
31565
31666
|
id: string;
|
|
31566
31667
|
name?: string | null;
|
|
31567
31668
|
uniqueRef?: string | null;
|
|
31669
|
+
shortRef?: string | null;
|
|
31568
31670
|
} | null;
|
|
31569
31671
|
matchStatus?: string | null;
|
|
31570
31672
|
markup?: {
|
|
@@ -31601,6 +31703,7 @@ export interface operations {
|
|
|
31601
31703
|
bankAccountRef?: string | null;
|
|
31602
31704
|
} | null;
|
|
31603
31705
|
id: string;
|
|
31706
|
+
shortRef?: string | null;
|
|
31604
31707
|
lock?: {
|
|
31605
31708
|
/** @enum {string} */
|
|
31606
31709
|
status: "locked" | "unlocked";
|
|
@@ -31678,6 +31781,7 @@ export interface operations {
|
|
|
31678
31781
|
id: string;
|
|
31679
31782
|
name?: string | null;
|
|
31680
31783
|
uniqueRef?: string | null;
|
|
31784
|
+
shortRef?: string | null;
|
|
31681
31785
|
} | null;
|
|
31682
31786
|
source?: {
|
|
31683
31787
|
/** Format: uuid */
|
|
@@ -31951,9 +32055,11 @@ export interface operations {
|
|
|
31951
32055
|
id: string;
|
|
31952
32056
|
name: string;
|
|
31953
32057
|
uniqueRef?: string | null;
|
|
32058
|
+
shortRef?: string | null;
|
|
31954
32059
|
} | null;
|
|
31955
32060
|
reservation?: {
|
|
31956
32061
|
id: string;
|
|
32062
|
+
shortRef?: string | null;
|
|
31957
32063
|
confirmationCode?: string | null;
|
|
31958
32064
|
uniqueRef: string;
|
|
31959
32065
|
/** @enum {string} */
|
|
@@ -31975,6 +32081,7 @@ export interface operations {
|
|
|
31975
32081
|
id: string;
|
|
31976
32082
|
name?: string | null;
|
|
31977
32083
|
uniqueRef?: string | null;
|
|
32084
|
+
shortRef?: string | null;
|
|
31978
32085
|
} | null;
|
|
31979
32086
|
matchStatus?: string | null;
|
|
31980
32087
|
markup?: {
|
|
@@ -32011,6 +32118,7 @@ export interface operations {
|
|
|
32011
32118
|
bankAccountRef?: string | null;
|
|
32012
32119
|
} | null;
|
|
32013
32120
|
id: string;
|
|
32121
|
+
shortRef?: string | null;
|
|
32014
32122
|
lock?: {
|
|
32015
32123
|
/** @enum {string} */
|
|
32016
32124
|
status: "locked" | "unlocked";
|
|
@@ -32088,6 +32196,7 @@ export interface operations {
|
|
|
32088
32196
|
id: string;
|
|
32089
32197
|
name?: string | null;
|
|
32090
32198
|
uniqueRef?: string | null;
|
|
32199
|
+
shortRef?: string | null;
|
|
32091
32200
|
} | null;
|
|
32092
32201
|
source?: {
|
|
32093
32202
|
/** Format: uuid */
|
|
@@ -32376,9 +32485,11 @@ export interface operations {
|
|
|
32376
32485
|
id: string;
|
|
32377
32486
|
name: string;
|
|
32378
32487
|
uniqueRef?: string | null;
|
|
32488
|
+
shortRef?: string | null;
|
|
32379
32489
|
} | null;
|
|
32380
32490
|
reservation?: {
|
|
32381
32491
|
id: string;
|
|
32492
|
+
shortRef?: string | null;
|
|
32382
32493
|
confirmationCode?: string | null;
|
|
32383
32494
|
uniqueRef: string;
|
|
32384
32495
|
/** @enum {string} */
|
|
@@ -32400,6 +32511,7 @@ export interface operations {
|
|
|
32400
32511
|
id: string;
|
|
32401
32512
|
name?: string | null;
|
|
32402
32513
|
uniqueRef?: string | null;
|
|
32514
|
+
shortRef?: string | null;
|
|
32403
32515
|
} | null;
|
|
32404
32516
|
matchStatus?: string | null;
|
|
32405
32517
|
markup?: {
|
|
@@ -32436,6 +32548,7 @@ export interface operations {
|
|
|
32436
32548
|
bankAccountRef?: string | null;
|
|
32437
32549
|
} | null;
|
|
32438
32550
|
id: string;
|
|
32551
|
+
shortRef?: string | null;
|
|
32439
32552
|
lock?: {
|
|
32440
32553
|
/** @enum {string} */
|
|
32441
32554
|
status: "locked" | "unlocked";
|
|
@@ -32513,6 +32626,7 @@ export interface operations {
|
|
|
32513
32626
|
id: string;
|
|
32514
32627
|
name?: string | null;
|
|
32515
32628
|
uniqueRef?: string | null;
|
|
32629
|
+
shortRef?: string | null;
|
|
32516
32630
|
} | null;
|
|
32517
32631
|
source?: {
|
|
32518
32632
|
/** Format: uuid */
|