@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.
package/src/generated/v1.ts
CHANGED
|
@@ -3079,9 +3079,11 @@ export interface operations {
|
|
|
3079
3079
|
id: string;
|
|
3080
3080
|
name: string;
|
|
3081
3081
|
uniqueRef?: string | null;
|
|
3082
|
+
shortRef?: string | null;
|
|
3082
3083
|
} | null;
|
|
3083
3084
|
reservation?: {
|
|
3084
3085
|
id: string;
|
|
3086
|
+
shortRef?: string | null;
|
|
3085
3087
|
confirmationCode?: string | null;
|
|
3086
3088
|
uniqueRef: string;
|
|
3087
3089
|
/** @enum {string} */
|
|
@@ -3103,6 +3105,7 @@ export interface operations {
|
|
|
3103
3105
|
id: string;
|
|
3104
3106
|
name?: string | null;
|
|
3105
3107
|
uniqueRef?: string | null;
|
|
3108
|
+
shortRef?: string | null;
|
|
3106
3109
|
} | null;
|
|
3107
3110
|
matchStatus?: string | null;
|
|
3108
3111
|
markup?: {
|
|
@@ -3139,6 +3142,7 @@ export interface operations {
|
|
|
3139
3142
|
bankAccountRef?: string | null;
|
|
3140
3143
|
} | null;
|
|
3141
3144
|
id: string;
|
|
3145
|
+
shortRef?: string | null;
|
|
3142
3146
|
lock?: {
|
|
3143
3147
|
/** @enum {string} */
|
|
3144
3148
|
status: "locked" | "unlocked";
|
|
@@ -3216,6 +3220,7 @@ export interface operations {
|
|
|
3216
3220
|
id: string;
|
|
3217
3221
|
name?: string | null;
|
|
3218
3222
|
uniqueRef?: string | null;
|
|
3223
|
+
shortRef?: string | null;
|
|
3219
3224
|
} | null;
|
|
3220
3225
|
source?: {
|
|
3221
3226
|
/** Format: uuid */
|
|
@@ -4076,6 +4081,7 @@ export interface operations {
|
|
|
4076
4081
|
id: string;
|
|
4077
4082
|
name?: string | null;
|
|
4078
4083
|
uniqueRef?: string | null;
|
|
4084
|
+
shortRef?: string | null;
|
|
4079
4085
|
} | null;
|
|
4080
4086
|
connection?: {
|
|
4081
4087
|
/** Format: uuid */
|
|
@@ -4087,6 +4093,7 @@ export interface operations {
|
|
|
4087
4093
|
appId: string;
|
|
4088
4094
|
} | null;
|
|
4089
4095
|
uniqueRef?: string | null;
|
|
4096
|
+
shortRef?: string | null;
|
|
4090
4097
|
recurringTemplate?: {
|
|
4091
4098
|
id: string;
|
|
4092
4099
|
} | null;
|
|
@@ -4410,6 +4417,7 @@ export interface operations {
|
|
|
4410
4417
|
id: string;
|
|
4411
4418
|
name?: string | null;
|
|
4412
4419
|
uniqueRef?: string | null;
|
|
4420
|
+
shortRef?: string | null;
|
|
4413
4421
|
} | null;
|
|
4414
4422
|
connection?: {
|
|
4415
4423
|
/** Format: uuid */
|
|
@@ -4421,6 +4429,7 @@ export interface operations {
|
|
|
4421
4429
|
appId: string;
|
|
4422
4430
|
} | null;
|
|
4423
4431
|
uniqueRef?: string | null;
|
|
4432
|
+
shortRef?: string | null;
|
|
4424
4433
|
recurringTemplate?: {
|
|
4425
4434
|
id: string;
|
|
4426
4435
|
} | null;
|
|
@@ -5929,6 +5938,8 @@ export interface operations {
|
|
|
5929
5938
|
status?: "active" | "inactive";
|
|
5930
5939
|
type?: "owner" | "vendor";
|
|
5931
5940
|
companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
|
|
5941
|
+
/** @description comma separated contact short refs */
|
|
5942
|
+
shortRefs?: string;
|
|
5932
5943
|
limit?: number;
|
|
5933
5944
|
page?: number;
|
|
5934
5945
|
};
|
|
@@ -5972,6 +5983,7 @@ export interface operations {
|
|
|
5972
5983
|
payoutAccountId?: string | null;
|
|
5973
5984
|
/** Format: uuid */
|
|
5974
5985
|
id: string;
|
|
5986
|
+
shortRef?: string | null;
|
|
5975
5987
|
source?: {
|
|
5976
5988
|
/** Format: uuid */
|
|
5977
5989
|
id: string;
|
|
@@ -6157,6 +6169,7 @@ export interface operations {
|
|
|
6157
6169
|
payoutAccountId?: string | null;
|
|
6158
6170
|
/** Format: uuid */
|
|
6159
6171
|
id: string;
|
|
6172
|
+
shortRef?: string | null;
|
|
6160
6173
|
source?: {
|
|
6161
6174
|
/** Format: uuid */
|
|
6162
6175
|
id: string;
|
|
@@ -6450,6 +6463,7 @@ export interface operations {
|
|
|
6450
6463
|
payoutAccountId?: string | null;
|
|
6451
6464
|
/** Format: uuid */
|
|
6452
6465
|
id: string;
|
|
6466
|
+
shortRef?: string | null;
|
|
6453
6467
|
source?: {
|
|
6454
6468
|
/** Format: uuid */
|
|
6455
6469
|
id: string;
|
|
@@ -6626,6 +6640,7 @@ export interface operations {
|
|
|
6626
6640
|
payoutAccountId?: string | null;
|
|
6627
6641
|
/** Format: uuid */
|
|
6628
6642
|
id: string;
|
|
6643
|
+
shortRef?: string | null;
|
|
6629
6644
|
source?: {
|
|
6630
6645
|
/** Format: uuid */
|
|
6631
6646
|
id: string;
|
|
@@ -7403,6 +7418,7 @@ export interface operations {
|
|
|
7403
7418
|
id: string;
|
|
7404
7419
|
name?: string | null;
|
|
7405
7420
|
uniqueRef?: string | null;
|
|
7421
|
+
shortRef?: string | null;
|
|
7406
7422
|
} | null;
|
|
7407
7423
|
connection?: {
|
|
7408
7424
|
/** Format: uuid */
|
|
@@ -7414,6 +7430,7 @@ export interface operations {
|
|
|
7414
7430
|
appId: string;
|
|
7415
7431
|
} | null;
|
|
7416
7432
|
uniqueRef?: string | null;
|
|
7433
|
+
shortRef?: string | null;
|
|
7417
7434
|
recurringTemplate?: {
|
|
7418
7435
|
id: string;
|
|
7419
7436
|
} | null;
|
|
@@ -7445,6 +7462,7 @@ export interface operations {
|
|
|
7445
7462
|
id: string;
|
|
7446
7463
|
name?: string | null;
|
|
7447
7464
|
uniqueRef?: string | null;
|
|
7465
|
+
shortRef?: string | null;
|
|
7448
7466
|
} | null;
|
|
7449
7467
|
connection?: {
|
|
7450
7468
|
/** Format: uuid */
|
|
@@ -7456,6 +7474,7 @@ export interface operations {
|
|
|
7456
7474
|
appId: string;
|
|
7457
7475
|
} | null;
|
|
7458
7476
|
uniqueRef?: string | null;
|
|
7477
|
+
shortRef?: string | null;
|
|
7459
7478
|
recurringTemplate?: {
|
|
7460
7479
|
id: string;
|
|
7461
7480
|
} | null;
|
|
@@ -9633,6 +9652,8 @@ export interface operations {
|
|
|
9633
9652
|
connectionId?: string;
|
|
9634
9653
|
search?: string;
|
|
9635
9654
|
contactId?: string;
|
|
9655
|
+
/** @description comma separated listing short refs */
|
|
9656
|
+
shortRefs?: string;
|
|
9636
9657
|
activeOwnership?: boolean;
|
|
9637
9658
|
activeRecurringFeePeriods?: string;
|
|
9638
9659
|
limit?: number;
|
|
@@ -9671,6 +9692,7 @@ export interface operations {
|
|
|
9671
9692
|
} | null;
|
|
9672
9693
|
/** Format: uuid */
|
|
9673
9694
|
id: string;
|
|
9695
|
+
shortRef?: string | null;
|
|
9674
9696
|
activeOwnership?: {
|
|
9675
9697
|
/** Format: uuid */
|
|
9676
9698
|
id: string;
|
|
@@ -9910,6 +9932,7 @@ export interface operations {
|
|
|
9910
9932
|
} | null;
|
|
9911
9933
|
/** Format: uuid */
|
|
9912
9934
|
id: string;
|
|
9935
|
+
shortRef?: string | null;
|
|
9913
9936
|
activeOwnership?: {
|
|
9914
9937
|
/** Format: uuid */
|
|
9915
9938
|
id: string;
|
|
@@ -10846,6 +10869,7 @@ export interface operations {
|
|
|
10846
10869
|
} | null;
|
|
10847
10870
|
/** Format: uuid */
|
|
10848
10871
|
id: string;
|
|
10872
|
+
shortRef?: string | null;
|
|
10849
10873
|
activeOwnership?: {
|
|
10850
10874
|
/** Format: uuid */
|
|
10851
10875
|
id: string;
|
|
@@ -11077,6 +11101,7 @@ export interface operations {
|
|
|
11077
11101
|
} | null;
|
|
11078
11102
|
/** Format: uuid */
|
|
11079
11103
|
id: string;
|
|
11104
|
+
shortRef?: string | null;
|
|
11080
11105
|
activeOwnership?: {
|
|
11081
11106
|
/** Format: uuid */
|
|
11082
11107
|
id: string;
|
|
@@ -13863,6 +13888,7 @@ export interface operations {
|
|
|
13863
13888
|
id: string;
|
|
13864
13889
|
name?: string | null;
|
|
13865
13890
|
uniqueRef?: string | null;
|
|
13891
|
+
shortRef?: string | null;
|
|
13866
13892
|
} | null;
|
|
13867
13893
|
connection?: {
|
|
13868
13894
|
/** Format: uuid */
|
|
@@ -13874,6 +13900,7 @@ export interface operations {
|
|
|
13874
13900
|
appId: string;
|
|
13875
13901
|
} | null;
|
|
13876
13902
|
uniqueRef?: string | null;
|
|
13903
|
+
shortRef?: string | null;
|
|
13877
13904
|
recurringTemplate?: {
|
|
13878
13905
|
id: string;
|
|
13879
13906
|
} | null;
|
|
@@ -17991,6 +18018,8 @@ export interface operations {
|
|
|
17991
18018
|
query?: {
|
|
17992
18019
|
/** @description comma separated reservation ids, negate with ! prefix */
|
|
17993
18020
|
ids?: string;
|
|
18021
|
+
/** @description comma separated reservation short refs */
|
|
18022
|
+
shortRefs?: string;
|
|
17994
18023
|
status?: "booked" | "canceled" | "inactive";
|
|
17995
18024
|
listingId?: string;
|
|
17996
18025
|
date?: string;
|
|
@@ -18040,6 +18069,7 @@ export interface operations {
|
|
|
18040
18069
|
} | null;
|
|
18041
18070
|
/** Format: uuid */
|
|
18042
18071
|
id: string;
|
|
18072
|
+
shortRef?: string | null;
|
|
18043
18073
|
lock?: {
|
|
18044
18074
|
/** @enum {string} */
|
|
18045
18075
|
status: "locked" | "unlocked";
|
|
@@ -18150,12 +18180,14 @@ export interface operations {
|
|
|
18150
18180
|
id: string;
|
|
18151
18181
|
name: string;
|
|
18152
18182
|
uniqueRef?: string | null;
|
|
18183
|
+
shortRef?: string | null;
|
|
18153
18184
|
} | null;
|
|
18154
18185
|
listingConnection?: {
|
|
18155
18186
|
/** Format: uuid */
|
|
18156
18187
|
id: string;
|
|
18157
18188
|
name: string;
|
|
18158
18189
|
uniqueRef?: string | null;
|
|
18190
|
+
shortRef?: string | null;
|
|
18159
18191
|
} | null;
|
|
18160
18192
|
payment: {
|
|
18161
18193
|
expected: number;
|
|
@@ -18373,6 +18405,7 @@ export interface operations {
|
|
|
18373
18405
|
} | null;
|
|
18374
18406
|
/** Format: uuid */
|
|
18375
18407
|
id: string;
|
|
18408
|
+
shortRef?: string | null;
|
|
18376
18409
|
lock?: {
|
|
18377
18410
|
/** @enum {string} */
|
|
18378
18411
|
status: "locked" | "unlocked";
|
|
@@ -18536,6 +18569,7 @@ export interface operations {
|
|
|
18536
18569
|
id: string;
|
|
18537
18570
|
name?: string | null;
|
|
18538
18571
|
uniqueRef?: string | null;
|
|
18572
|
+
shortRef?: string | null;
|
|
18539
18573
|
} | null;
|
|
18540
18574
|
connection?: {
|
|
18541
18575
|
/** Format: uuid */
|
|
@@ -18547,6 +18581,7 @@ export interface operations {
|
|
|
18547
18581
|
appId: string;
|
|
18548
18582
|
} | null;
|
|
18549
18583
|
uniqueRef?: string | null;
|
|
18584
|
+
shortRef?: string | null;
|
|
18550
18585
|
recurringTemplate?: {
|
|
18551
18586
|
id: string;
|
|
18552
18587
|
} | null;
|
|
@@ -18581,12 +18616,14 @@ export interface operations {
|
|
|
18581
18616
|
id: string;
|
|
18582
18617
|
name: string;
|
|
18583
18618
|
uniqueRef?: string | null;
|
|
18619
|
+
shortRef?: string | null;
|
|
18584
18620
|
} | null;
|
|
18585
18621
|
listingConnection?: {
|
|
18586
18622
|
/** Format: uuid */
|
|
18587
18623
|
id: string;
|
|
18588
18624
|
name: string;
|
|
18589
18625
|
uniqueRef?: string | null;
|
|
18626
|
+
shortRef?: string | null;
|
|
18590
18627
|
} | null;
|
|
18591
18628
|
payment: {
|
|
18592
18629
|
expected: number;
|
|
@@ -19356,6 +19393,7 @@ export interface operations {
|
|
|
19356
19393
|
} | null;
|
|
19357
19394
|
/** Format: uuid */
|
|
19358
19395
|
id: string;
|
|
19396
|
+
shortRef?: string | null;
|
|
19359
19397
|
lock?: {
|
|
19360
19398
|
/** @enum {string} */
|
|
19361
19399
|
status: "locked" | "unlocked";
|
|
@@ -19519,6 +19557,7 @@ export interface operations {
|
|
|
19519
19557
|
id: string;
|
|
19520
19558
|
name?: string | null;
|
|
19521
19559
|
uniqueRef?: string | null;
|
|
19560
|
+
shortRef?: string | null;
|
|
19522
19561
|
} | null;
|
|
19523
19562
|
connection?: {
|
|
19524
19563
|
/** Format: uuid */
|
|
@@ -19530,6 +19569,7 @@ export interface operations {
|
|
|
19530
19569
|
appId: string;
|
|
19531
19570
|
} | null;
|
|
19532
19571
|
uniqueRef?: string | null;
|
|
19572
|
+
shortRef?: string | null;
|
|
19533
19573
|
recurringTemplate?: {
|
|
19534
19574
|
id: string;
|
|
19535
19575
|
} | null;
|
|
@@ -19564,12 +19604,14 @@ export interface operations {
|
|
|
19564
19604
|
id: string;
|
|
19565
19605
|
name: string;
|
|
19566
19606
|
uniqueRef?: string | null;
|
|
19607
|
+
shortRef?: string | null;
|
|
19567
19608
|
} | null;
|
|
19568
19609
|
listingConnection?: {
|
|
19569
19610
|
/** Format: uuid */
|
|
19570
19611
|
id: string;
|
|
19571
19612
|
name: string;
|
|
19572
19613
|
uniqueRef?: string | null;
|
|
19614
|
+
shortRef?: string | null;
|
|
19573
19615
|
} | null;
|
|
19574
19616
|
payment: {
|
|
19575
19617
|
expected: number;
|
|
@@ -19897,6 +19939,7 @@ export interface operations {
|
|
|
19897
19939
|
} | null;
|
|
19898
19940
|
/** Format: uuid */
|
|
19899
19941
|
id: string;
|
|
19942
|
+
shortRef?: string | null;
|
|
19900
19943
|
lock?: {
|
|
19901
19944
|
/** @enum {string} */
|
|
19902
19945
|
status: "locked" | "unlocked";
|
|
@@ -20060,6 +20103,7 @@ export interface operations {
|
|
|
20060
20103
|
id: string;
|
|
20061
20104
|
name?: string | null;
|
|
20062
20105
|
uniqueRef?: string | null;
|
|
20106
|
+
shortRef?: string | null;
|
|
20063
20107
|
} | null;
|
|
20064
20108
|
connection?: {
|
|
20065
20109
|
/** Format: uuid */
|
|
@@ -20071,6 +20115,7 @@ export interface operations {
|
|
|
20071
20115
|
appId: string;
|
|
20072
20116
|
} | null;
|
|
20073
20117
|
uniqueRef?: string | null;
|
|
20118
|
+
shortRef?: string | null;
|
|
20074
20119
|
recurringTemplate?: {
|
|
20075
20120
|
id: string;
|
|
20076
20121
|
} | null;
|
|
@@ -20105,12 +20150,14 @@ export interface operations {
|
|
|
20105
20150
|
id: string;
|
|
20106
20151
|
name: string;
|
|
20107
20152
|
uniqueRef?: string | null;
|
|
20153
|
+
shortRef?: string | null;
|
|
20108
20154
|
} | null;
|
|
20109
20155
|
listingConnection?: {
|
|
20110
20156
|
/** Format: uuid */
|
|
20111
20157
|
id: string;
|
|
20112
20158
|
name: string;
|
|
20113
20159
|
uniqueRef?: string | null;
|
|
20160
|
+
shortRef?: string | null;
|
|
20114
20161
|
} | null;
|
|
20115
20162
|
payment: {
|
|
20116
20163
|
expected: number;
|
|
@@ -20444,6 +20491,7 @@ export interface operations {
|
|
|
20444
20491
|
} | null;
|
|
20445
20492
|
/** Format: uuid */
|
|
20446
20493
|
id: string;
|
|
20494
|
+
shortRef?: string | null;
|
|
20447
20495
|
lock?: {
|
|
20448
20496
|
/** @enum {string} */
|
|
20449
20497
|
status: "locked" | "unlocked";
|
|
@@ -20607,6 +20655,7 @@ export interface operations {
|
|
|
20607
20655
|
id: string;
|
|
20608
20656
|
name?: string | null;
|
|
20609
20657
|
uniqueRef?: string | null;
|
|
20658
|
+
shortRef?: string | null;
|
|
20610
20659
|
} | null;
|
|
20611
20660
|
connection?: {
|
|
20612
20661
|
/** Format: uuid */
|
|
@@ -20618,6 +20667,7 @@ export interface operations {
|
|
|
20618
20667
|
appId: string;
|
|
20619
20668
|
} | null;
|
|
20620
20669
|
uniqueRef?: string | null;
|
|
20670
|
+
shortRef?: string | null;
|
|
20621
20671
|
recurringTemplate?: {
|
|
20622
20672
|
id: string;
|
|
20623
20673
|
} | null;
|
|
@@ -20652,12 +20702,14 @@ export interface operations {
|
|
|
20652
20702
|
id: string;
|
|
20653
20703
|
name: string;
|
|
20654
20704
|
uniqueRef?: string | null;
|
|
20705
|
+
shortRef?: string | null;
|
|
20655
20706
|
} | null;
|
|
20656
20707
|
listingConnection?: {
|
|
20657
20708
|
/** Format: uuid */
|
|
20658
20709
|
id: string;
|
|
20659
20710
|
name: string;
|
|
20660
20711
|
uniqueRef?: string | null;
|
|
20712
|
+
shortRef?: string | null;
|
|
20661
20713
|
} | null;
|
|
20662
20714
|
payment: {
|
|
20663
20715
|
expected: number;
|
|
@@ -20880,6 +20932,7 @@ export interface operations {
|
|
|
20880
20932
|
} | null;
|
|
20881
20933
|
/** Format: uuid */
|
|
20882
20934
|
id: string;
|
|
20935
|
+
shortRef?: string | null;
|
|
20883
20936
|
lock?: {
|
|
20884
20937
|
/** @enum {string} */
|
|
20885
20938
|
status: "locked" | "unlocked";
|
|
@@ -21043,6 +21096,7 @@ export interface operations {
|
|
|
21043
21096
|
id: string;
|
|
21044
21097
|
name?: string | null;
|
|
21045
21098
|
uniqueRef?: string | null;
|
|
21099
|
+
shortRef?: string | null;
|
|
21046
21100
|
} | null;
|
|
21047
21101
|
connection?: {
|
|
21048
21102
|
/** Format: uuid */
|
|
@@ -21054,6 +21108,7 @@ export interface operations {
|
|
|
21054
21108
|
appId: string;
|
|
21055
21109
|
} | null;
|
|
21056
21110
|
uniqueRef?: string | null;
|
|
21111
|
+
shortRef?: string | null;
|
|
21057
21112
|
recurringTemplate?: {
|
|
21058
21113
|
id: string;
|
|
21059
21114
|
} | null;
|
|
@@ -21088,12 +21143,14 @@ export interface operations {
|
|
|
21088
21143
|
id: string;
|
|
21089
21144
|
name: string;
|
|
21090
21145
|
uniqueRef?: string | null;
|
|
21146
|
+
shortRef?: string | null;
|
|
21091
21147
|
} | null;
|
|
21092
21148
|
listingConnection?: {
|
|
21093
21149
|
/** Format: uuid */
|
|
21094
21150
|
id: string;
|
|
21095
21151
|
name: string;
|
|
21096
21152
|
uniqueRef?: string | null;
|
|
21153
|
+
shortRef?: string | null;
|
|
21097
21154
|
} | null;
|
|
21098
21155
|
payment: {
|
|
21099
21156
|
expected: number;
|
|
@@ -21302,6 +21359,7 @@ export interface operations {
|
|
|
21302
21359
|
} | null;
|
|
21303
21360
|
/** Format: uuid */
|
|
21304
21361
|
id: string;
|
|
21362
|
+
shortRef?: string | null;
|
|
21305
21363
|
lock?: {
|
|
21306
21364
|
/** @enum {string} */
|
|
21307
21365
|
status: "locked" | "unlocked";
|
|
@@ -21465,6 +21523,7 @@ export interface operations {
|
|
|
21465
21523
|
id: string;
|
|
21466
21524
|
name?: string | null;
|
|
21467
21525
|
uniqueRef?: string | null;
|
|
21526
|
+
shortRef?: string | null;
|
|
21468
21527
|
} | null;
|
|
21469
21528
|
connection?: {
|
|
21470
21529
|
/** Format: uuid */
|
|
@@ -21476,6 +21535,7 @@ export interface operations {
|
|
|
21476
21535
|
appId: string;
|
|
21477
21536
|
} | null;
|
|
21478
21537
|
uniqueRef?: string | null;
|
|
21538
|
+
shortRef?: string | null;
|
|
21479
21539
|
recurringTemplate?: {
|
|
21480
21540
|
id: string;
|
|
21481
21541
|
} | null;
|
|
@@ -21510,12 +21570,14 @@ export interface operations {
|
|
|
21510
21570
|
id: string;
|
|
21511
21571
|
name: string;
|
|
21512
21572
|
uniqueRef?: string | null;
|
|
21573
|
+
shortRef?: string | null;
|
|
21513
21574
|
} | null;
|
|
21514
21575
|
listingConnection?: {
|
|
21515
21576
|
/** Format: uuid */
|
|
21516
21577
|
id: string;
|
|
21517
21578
|
name: string;
|
|
21518
21579
|
uniqueRef?: string | null;
|
|
21580
|
+
shortRef?: string | null;
|
|
21519
21581
|
} | null;
|
|
21520
21582
|
payment: {
|
|
21521
21583
|
expected: number;
|
|
@@ -24117,9 +24179,11 @@ export interface operations {
|
|
|
24117
24179
|
id: string;
|
|
24118
24180
|
name: string;
|
|
24119
24181
|
uniqueRef?: string | null;
|
|
24182
|
+
shortRef?: string | null;
|
|
24120
24183
|
} | null;
|
|
24121
24184
|
reservation?: {
|
|
24122
24185
|
id: string;
|
|
24186
|
+
shortRef?: string | null;
|
|
24123
24187
|
confirmationCode?: string | null;
|
|
24124
24188
|
uniqueRef: string;
|
|
24125
24189
|
/** @enum {string} */
|
|
@@ -24141,6 +24205,7 @@ export interface operations {
|
|
|
24141
24205
|
id: string;
|
|
24142
24206
|
name?: string | null;
|
|
24143
24207
|
uniqueRef?: string | null;
|
|
24208
|
+
shortRef?: string | null;
|
|
24144
24209
|
} | null;
|
|
24145
24210
|
matchStatus?: string | null;
|
|
24146
24211
|
markup?: {
|
|
@@ -24177,6 +24242,7 @@ export interface operations {
|
|
|
24177
24242
|
bankAccountRef?: string | null;
|
|
24178
24243
|
} | null;
|
|
24179
24244
|
id: string;
|
|
24245
|
+
shortRef?: string | null;
|
|
24180
24246
|
lock?: {
|
|
24181
24247
|
/** @enum {string} */
|
|
24182
24248
|
status: "locked" | "unlocked";
|
|
@@ -24254,6 +24320,7 @@ export interface operations {
|
|
|
24254
24320
|
id: string;
|
|
24255
24321
|
name?: string | null;
|
|
24256
24322
|
uniqueRef?: string | null;
|
|
24323
|
+
shortRef?: string | null;
|
|
24257
24324
|
} | null;
|
|
24258
24325
|
source?: {
|
|
24259
24326
|
/** Format: uuid */
|
|
@@ -28732,6 +28799,7 @@ export interface operations {
|
|
|
28732
28799
|
/** @description Whether the end date is inclusive or exclusive */
|
|
28733
28800
|
isDateRangeEndInclusive?: boolean;
|
|
28734
28801
|
uniqueRefs?: string;
|
|
28802
|
+
shortRefs?: string;
|
|
28735
28803
|
ids?: string;
|
|
28736
28804
|
search?: string;
|
|
28737
28805
|
recurringTemplateId?: string;
|
|
@@ -28794,9 +28862,11 @@ export interface operations {
|
|
|
28794
28862
|
id: string;
|
|
28795
28863
|
name: string;
|
|
28796
28864
|
uniqueRef?: string | null;
|
|
28865
|
+
shortRef?: string | null;
|
|
28797
28866
|
} | null;
|
|
28798
28867
|
reservation?: {
|
|
28799
28868
|
id: string;
|
|
28869
|
+
shortRef?: string | null;
|
|
28800
28870
|
confirmationCode?: string | null;
|
|
28801
28871
|
uniqueRef: string;
|
|
28802
28872
|
/** @enum {string} */
|
|
@@ -28818,6 +28888,7 @@ export interface operations {
|
|
|
28818
28888
|
id: string;
|
|
28819
28889
|
name?: string | null;
|
|
28820
28890
|
uniqueRef?: string | null;
|
|
28891
|
+
shortRef?: string | null;
|
|
28821
28892
|
} | null;
|
|
28822
28893
|
matchStatus?: string | null;
|
|
28823
28894
|
markup?: {
|
|
@@ -28854,6 +28925,7 @@ export interface operations {
|
|
|
28854
28925
|
bankAccountRef?: string | null;
|
|
28855
28926
|
} | null;
|
|
28856
28927
|
id: string;
|
|
28928
|
+
shortRef?: string | null;
|
|
28857
28929
|
lock?: {
|
|
28858
28930
|
/** @enum {string} */
|
|
28859
28931
|
status: "locked" | "unlocked";
|
|
@@ -28931,6 +29003,7 @@ export interface operations {
|
|
|
28931
29003
|
id: string;
|
|
28932
29004
|
name?: string | null;
|
|
28933
29005
|
uniqueRef?: string | null;
|
|
29006
|
+
shortRef?: string | null;
|
|
28934
29007
|
} | null;
|
|
28935
29008
|
source?: {
|
|
28936
29009
|
/** Format: uuid */
|
|
@@ -29156,9 +29229,11 @@ export interface operations {
|
|
|
29156
29229
|
id: string;
|
|
29157
29230
|
name: string;
|
|
29158
29231
|
uniqueRef?: string | null;
|
|
29232
|
+
shortRef?: string | null;
|
|
29159
29233
|
} | null;
|
|
29160
29234
|
reservation?: {
|
|
29161
29235
|
id: string;
|
|
29236
|
+
shortRef?: string | null;
|
|
29162
29237
|
confirmationCode?: string | null;
|
|
29163
29238
|
uniqueRef: string;
|
|
29164
29239
|
/** @enum {string} */
|
|
@@ -29180,6 +29255,7 @@ export interface operations {
|
|
|
29180
29255
|
id: string;
|
|
29181
29256
|
name?: string | null;
|
|
29182
29257
|
uniqueRef?: string | null;
|
|
29258
|
+
shortRef?: string | null;
|
|
29183
29259
|
} | null;
|
|
29184
29260
|
matchStatus?: string | null;
|
|
29185
29261
|
markup?: {
|
|
@@ -29216,6 +29292,7 @@ export interface operations {
|
|
|
29216
29292
|
bankAccountRef?: string | null;
|
|
29217
29293
|
} | null;
|
|
29218
29294
|
id: string;
|
|
29295
|
+
shortRef?: string | null;
|
|
29219
29296
|
lock?: {
|
|
29220
29297
|
/** @enum {string} */
|
|
29221
29298
|
status: "locked" | "unlocked";
|
|
@@ -29293,6 +29370,7 @@ export interface operations {
|
|
|
29293
29370
|
id: string;
|
|
29294
29371
|
name?: string | null;
|
|
29295
29372
|
uniqueRef?: string | null;
|
|
29373
|
+
shortRef?: string | null;
|
|
29296
29374
|
} | null;
|
|
29297
29375
|
source?: {
|
|
29298
29376
|
/** Format: uuid */
|
|
@@ -29970,6 +30048,7 @@ export interface operations {
|
|
|
29970
30048
|
id: string;
|
|
29971
30049
|
name?: string | null;
|
|
29972
30050
|
uniqueRef?: string | null;
|
|
30051
|
+
shortRef?: string | null;
|
|
29973
30052
|
} | null;
|
|
29974
30053
|
lines: {
|
|
29975
30054
|
uniqueRef?: string | null;
|
|
@@ -30002,9 +30081,11 @@ export interface operations {
|
|
|
30002
30081
|
id: string;
|
|
30003
30082
|
name: string;
|
|
30004
30083
|
uniqueRef?: string | null;
|
|
30084
|
+
shortRef?: string | null;
|
|
30005
30085
|
} | null;
|
|
30006
30086
|
reservation?: {
|
|
30007
30087
|
id: string;
|
|
30088
|
+
shortRef?: string | null;
|
|
30008
30089
|
confirmationCode?: string | null;
|
|
30009
30090
|
uniqueRef: string;
|
|
30010
30091
|
/** @enum {string} */
|
|
@@ -30026,6 +30107,7 @@ export interface operations {
|
|
|
30026
30107
|
id: string;
|
|
30027
30108
|
name?: string | null;
|
|
30028
30109
|
uniqueRef?: string | null;
|
|
30110
|
+
shortRef?: string | null;
|
|
30029
30111
|
} | null;
|
|
30030
30112
|
matchStatus?: string | null;
|
|
30031
30113
|
markup?: {
|
|
@@ -30253,6 +30335,7 @@ export interface operations {
|
|
|
30253
30335
|
id: string;
|
|
30254
30336
|
name?: string | null;
|
|
30255
30337
|
uniqueRef?: string | null;
|
|
30338
|
+
shortRef?: string | null;
|
|
30256
30339
|
} | null;
|
|
30257
30340
|
lines: {
|
|
30258
30341
|
uniqueRef?: string | null;
|
|
@@ -30285,9 +30368,11 @@ export interface operations {
|
|
|
30285
30368
|
id: string;
|
|
30286
30369
|
name: string;
|
|
30287
30370
|
uniqueRef?: string | null;
|
|
30371
|
+
shortRef?: string | null;
|
|
30288
30372
|
} | null;
|
|
30289
30373
|
reservation?: {
|
|
30290
30374
|
id: string;
|
|
30375
|
+
shortRef?: string | null;
|
|
30291
30376
|
confirmationCode?: string | null;
|
|
30292
30377
|
uniqueRef: string;
|
|
30293
30378
|
/** @enum {string} */
|
|
@@ -30309,6 +30394,7 @@ export interface operations {
|
|
|
30309
30394
|
id: string;
|
|
30310
30395
|
name?: string | null;
|
|
30311
30396
|
uniqueRef?: string | null;
|
|
30397
|
+
shortRef?: string | null;
|
|
30312
30398
|
} | null;
|
|
30313
30399
|
matchStatus?: string | null;
|
|
30314
30400
|
markup?: {
|
|
@@ -30616,6 +30702,7 @@ export interface operations {
|
|
|
30616
30702
|
id: string;
|
|
30617
30703
|
name?: string | null;
|
|
30618
30704
|
uniqueRef?: string | null;
|
|
30705
|
+
shortRef?: string | null;
|
|
30619
30706
|
} | null;
|
|
30620
30707
|
lines: {
|
|
30621
30708
|
uniqueRef?: string | null;
|
|
@@ -30648,9 +30735,11 @@ export interface operations {
|
|
|
30648
30735
|
id: string;
|
|
30649
30736
|
name: string;
|
|
30650
30737
|
uniqueRef?: string | null;
|
|
30738
|
+
shortRef?: string | null;
|
|
30651
30739
|
} | null;
|
|
30652
30740
|
reservation?: {
|
|
30653
30741
|
id: string;
|
|
30742
|
+
shortRef?: string | null;
|
|
30654
30743
|
confirmationCode?: string | null;
|
|
30655
30744
|
uniqueRef: string;
|
|
30656
30745
|
/** @enum {string} */
|
|
@@ -30672,6 +30761,7 @@ export interface operations {
|
|
|
30672
30761
|
id: string;
|
|
30673
30762
|
name?: string | null;
|
|
30674
30763
|
uniqueRef?: string | null;
|
|
30764
|
+
shortRef?: string | null;
|
|
30675
30765
|
} | null;
|
|
30676
30766
|
matchStatus?: string | null;
|
|
30677
30767
|
markup?: {
|
|
@@ -30892,6 +30982,7 @@ export interface operations {
|
|
|
30892
30982
|
id: string;
|
|
30893
30983
|
name?: string | null;
|
|
30894
30984
|
uniqueRef?: string | null;
|
|
30985
|
+
shortRef?: string | null;
|
|
30895
30986
|
} | null;
|
|
30896
30987
|
lines: {
|
|
30897
30988
|
uniqueRef?: string | null;
|
|
@@ -30924,9 +31015,11 @@ export interface operations {
|
|
|
30924
31015
|
id: string;
|
|
30925
31016
|
name: string;
|
|
30926
31017
|
uniqueRef?: string | null;
|
|
31018
|
+
shortRef?: string | null;
|
|
30927
31019
|
} | null;
|
|
30928
31020
|
reservation?: {
|
|
30929
31021
|
id: string;
|
|
31022
|
+
shortRef?: string | null;
|
|
30930
31023
|
confirmationCode?: string | null;
|
|
30931
31024
|
uniqueRef: string;
|
|
30932
31025
|
/** @enum {string} */
|
|
@@ -30948,6 +31041,7 @@ export interface operations {
|
|
|
30948
31041
|
id: string;
|
|
30949
31042
|
name?: string | null;
|
|
30950
31043
|
uniqueRef?: string | null;
|
|
31044
|
+
shortRef?: string | null;
|
|
30951
31045
|
} | null;
|
|
30952
31046
|
matchStatus?: string | null;
|
|
30953
31047
|
markup?: {
|
|
@@ -31255,9 +31349,11 @@ export interface operations {
|
|
|
31255
31349
|
id: string;
|
|
31256
31350
|
name: string;
|
|
31257
31351
|
uniqueRef?: string | null;
|
|
31352
|
+
shortRef?: string | null;
|
|
31258
31353
|
} | null;
|
|
31259
31354
|
reservation?: {
|
|
31260
31355
|
id: string;
|
|
31356
|
+
shortRef?: string | null;
|
|
31261
31357
|
confirmationCode?: string | null;
|
|
31262
31358
|
uniqueRef: string;
|
|
31263
31359
|
/** @enum {string} */
|
|
@@ -31279,6 +31375,7 @@ export interface operations {
|
|
|
31279
31375
|
id: string;
|
|
31280
31376
|
name?: string | null;
|
|
31281
31377
|
uniqueRef?: string | null;
|
|
31378
|
+
shortRef?: string | null;
|
|
31282
31379
|
} | null;
|
|
31283
31380
|
matchStatus?: string | null;
|
|
31284
31381
|
markup?: {
|
|
@@ -31315,6 +31412,7 @@ export interface operations {
|
|
|
31315
31412
|
bankAccountRef?: string | null;
|
|
31316
31413
|
} | null;
|
|
31317
31414
|
id: string;
|
|
31415
|
+
shortRef?: string | null;
|
|
31318
31416
|
lock?: {
|
|
31319
31417
|
/** @enum {string} */
|
|
31320
31418
|
status: "locked" | "unlocked";
|
|
@@ -31392,6 +31490,7 @@ export interface operations {
|
|
|
31392
31490
|
id: string;
|
|
31393
31491
|
name?: string | null;
|
|
31394
31492
|
uniqueRef?: string | null;
|
|
31493
|
+
shortRef?: string | null;
|
|
31395
31494
|
} | null;
|
|
31396
31495
|
source?: {
|
|
31397
31496
|
/** Format: uuid */
|
|
@@ -31542,9 +31641,11 @@ export interface operations {
|
|
|
31542
31641
|
id: string;
|
|
31543
31642
|
name: string;
|
|
31544
31643
|
uniqueRef?: string | null;
|
|
31644
|
+
shortRef?: string | null;
|
|
31545
31645
|
} | null;
|
|
31546
31646
|
reservation?: {
|
|
31547
31647
|
id: string;
|
|
31648
|
+
shortRef?: string | null;
|
|
31548
31649
|
confirmationCode?: string | null;
|
|
31549
31650
|
uniqueRef: string;
|
|
31550
31651
|
/** @enum {string} */
|
|
@@ -31566,6 +31667,7 @@ export interface operations {
|
|
|
31566
31667
|
id: string;
|
|
31567
31668
|
name?: string | null;
|
|
31568
31669
|
uniqueRef?: string | null;
|
|
31670
|
+
shortRef?: string | null;
|
|
31569
31671
|
} | null;
|
|
31570
31672
|
matchStatus?: string | null;
|
|
31571
31673
|
markup?: {
|
|
@@ -31602,6 +31704,7 @@ export interface operations {
|
|
|
31602
31704
|
bankAccountRef?: string | null;
|
|
31603
31705
|
} | null;
|
|
31604
31706
|
id: string;
|
|
31707
|
+
shortRef?: string | null;
|
|
31605
31708
|
lock?: {
|
|
31606
31709
|
/** @enum {string} */
|
|
31607
31710
|
status: "locked" | "unlocked";
|
|
@@ -31679,6 +31782,7 @@ export interface operations {
|
|
|
31679
31782
|
id: string;
|
|
31680
31783
|
name?: string | null;
|
|
31681
31784
|
uniqueRef?: string | null;
|
|
31785
|
+
shortRef?: string | null;
|
|
31682
31786
|
} | null;
|
|
31683
31787
|
source?: {
|
|
31684
31788
|
/** Format: uuid */
|
|
@@ -31952,9 +32056,11 @@ export interface operations {
|
|
|
31952
32056
|
id: string;
|
|
31953
32057
|
name: string;
|
|
31954
32058
|
uniqueRef?: string | null;
|
|
32059
|
+
shortRef?: string | null;
|
|
31955
32060
|
} | null;
|
|
31956
32061
|
reservation?: {
|
|
31957
32062
|
id: string;
|
|
32063
|
+
shortRef?: string | null;
|
|
31958
32064
|
confirmationCode?: string | null;
|
|
31959
32065
|
uniqueRef: string;
|
|
31960
32066
|
/** @enum {string} */
|
|
@@ -31976,6 +32082,7 @@ export interface operations {
|
|
|
31976
32082
|
id: string;
|
|
31977
32083
|
name?: string | null;
|
|
31978
32084
|
uniqueRef?: string | null;
|
|
32085
|
+
shortRef?: string | null;
|
|
31979
32086
|
} | null;
|
|
31980
32087
|
matchStatus?: string | null;
|
|
31981
32088
|
markup?: {
|
|
@@ -32012,6 +32119,7 @@ export interface operations {
|
|
|
32012
32119
|
bankAccountRef?: string | null;
|
|
32013
32120
|
} | null;
|
|
32014
32121
|
id: string;
|
|
32122
|
+
shortRef?: string | null;
|
|
32015
32123
|
lock?: {
|
|
32016
32124
|
/** @enum {string} */
|
|
32017
32125
|
status: "locked" | "unlocked";
|
|
@@ -32089,6 +32197,7 @@ export interface operations {
|
|
|
32089
32197
|
id: string;
|
|
32090
32198
|
name?: string | null;
|
|
32091
32199
|
uniqueRef?: string | null;
|
|
32200
|
+
shortRef?: string | null;
|
|
32092
32201
|
} | null;
|
|
32093
32202
|
source?: {
|
|
32094
32203
|
/** Format: uuid */
|
|
@@ -32377,9 +32486,11 @@ export interface operations {
|
|
|
32377
32486
|
id: string;
|
|
32378
32487
|
name: string;
|
|
32379
32488
|
uniqueRef?: string | null;
|
|
32489
|
+
shortRef?: string | null;
|
|
32380
32490
|
} | null;
|
|
32381
32491
|
reservation?: {
|
|
32382
32492
|
id: string;
|
|
32493
|
+
shortRef?: string | null;
|
|
32383
32494
|
confirmationCode?: string | null;
|
|
32384
32495
|
uniqueRef: string;
|
|
32385
32496
|
/** @enum {string} */
|
|
@@ -32401,6 +32512,7 @@ export interface operations {
|
|
|
32401
32512
|
id: string;
|
|
32402
32513
|
name?: string | null;
|
|
32403
32514
|
uniqueRef?: string | null;
|
|
32515
|
+
shortRef?: string | null;
|
|
32404
32516
|
} | null;
|
|
32405
32517
|
matchStatus?: string | null;
|
|
32406
32518
|
markup?: {
|
|
@@ -32437,6 +32549,7 @@ export interface operations {
|
|
|
32437
32549
|
bankAccountRef?: string | null;
|
|
32438
32550
|
} | null;
|
|
32439
32551
|
id: string;
|
|
32552
|
+
shortRef?: string | null;
|
|
32440
32553
|
lock?: {
|
|
32441
32554
|
/** @enum {string} */
|
|
32442
32555
|
status: "locked" | "unlocked";
|
|
@@ -32514,6 +32627,7 @@ export interface operations {
|
|
|
32514
32627
|
id: string;
|
|
32515
32628
|
name?: string | null;
|
|
32516
32629
|
uniqueRef?: string | null;
|
|
32630
|
+
shortRef?: string | null;
|
|
32517
32631
|
} | null;
|
|
32518
32632
|
source?: {
|
|
32519
32633
|
/** Format: uuid */
|