@vrplatform/api 1.3.1-2282 → 1.3.1-preview.2284
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 +237 -115
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +237 -115
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +5 -4
- package/src/generated/v1.ts +237 -115
|
@@ -2281,6 +2281,23 @@ export interface paths {
|
|
|
2281
2281
|
patch?: never;
|
|
2282
2282
|
trace?: never;
|
|
2283
2283
|
};
|
|
2284
|
+
"/reservations/line-mappings/suggestions": {
|
|
2285
|
+
parameters: {
|
|
2286
|
+
query?: never;
|
|
2287
|
+
header?: never;
|
|
2288
|
+
path?: never;
|
|
2289
|
+
cookie?: never;
|
|
2290
|
+
};
|
|
2291
|
+
/** @description Start the async reservation line mapping suggestion run */
|
|
2292
|
+
get: operations["getReservationsLineMappingsSuggestions"];
|
|
2293
|
+
put?: never;
|
|
2294
|
+
post?: never;
|
|
2295
|
+
delete?: never;
|
|
2296
|
+
options?: never;
|
|
2297
|
+
head?: never;
|
|
2298
|
+
patch?: never;
|
|
2299
|
+
trace?: never;
|
|
2300
|
+
};
|
|
2284
2301
|
"/reservations/line-mappings/{type}": {
|
|
2285
2302
|
parameters: {
|
|
2286
2303
|
query?: never;
|
|
@@ -3604,7 +3621,7 @@ export interface operations {
|
|
|
3604
3621
|
path?: never;
|
|
3605
3622
|
cookie?: never;
|
|
3606
3623
|
};
|
|
3607
|
-
requestBody
|
|
3624
|
+
requestBody: {
|
|
3608
3625
|
content: {
|
|
3609
3626
|
"application/json": {
|
|
3610
3627
|
name: string;
|
|
@@ -4108,7 +4125,7 @@ export interface operations {
|
|
|
4108
4125
|
};
|
|
4109
4126
|
cookie?: never;
|
|
4110
4127
|
};
|
|
4111
|
-
requestBody
|
|
4128
|
+
requestBody: {
|
|
4112
4129
|
content: {
|
|
4113
4130
|
"application/json": {
|
|
4114
4131
|
name?: string;
|
|
@@ -4317,7 +4334,7 @@ export interface operations {
|
|
|
4317
4334
|
};
|
|
4318
4335
|
cookie?: never;
|
|
4319
4336
|
};
|
|
4320
|
-
requestBody
|
|
4337
|
+
requestBody: {
|
|
4321
4338
|
content: {
|
|
4322
4339
|
"application/json": Record<string, never>;
|
|
4323
4340
|
};
|
|
@@ -4426,7 +4443,7 @@ export interface operations {
|
|
|
4426
4443
|
};
|
|
4427
4444
|
cookie?: never;
|
|
4428
4445
|
};
|
|
4429
|
-
requestBody
|
|
4446
|
+
requestBody: {
|
|
4430
4447
|
content: {
|
|
4431
4448
|
"application/json": {
|
|
4432
4449
|
startingBalanceDate?: string | null;
|
|
@@ -4813,7 +4830,7 @@ export interface operations {
|
|
|
4813
4830
|
};
|
|
4814
4831
|
cookie?: never;
|
|
4815
4832
|
};
|
|
4816
|
-
requestBody
|
|
4833
|
+
requestBody: {
|
|
4817
4834
|
content: {
|
|
4818
4835
|
"application/json": {
|
|
4819
4836
|
/** Format: uuid */
|
|
@@ -5013,7 +5030,7 @@ export interface operations {
|
|
|
5013
5030
|
};
|
|
5014
5031
|
cookie?: never;
|
|
5015
5032
|
};
|
|
5016
|
-
requestBody
|
|
5033
|
+
requestBody: {
|
|
5017
5034
|
content: {
|
|
5018
5035
|
"application/json": {
|
|
5019
5036
|
/** Format: uuid */
|
|
@@ -5212,7 +5229,7 @@ export interface operations {
|
|
|
5212
5229
|
};
|
|
5213
5230
|
cookie?: never;
|
|
5214
5231
|
};
|
|
5215
|
-
requestBody
|
|
5232
|
+
requestBody: {
|
|
5216
5233
|
content: {
|
|
5217
5234
|
"application/json": Record<string, never>;
|
|
5218
5235
|
};
|
|
@@ -6908,7 +6925,7 @@ export interface operations {
|
|
|
6908
6925
|
path?: never;
|
|
6909
6926
|
cookie?: never;
|
|
6910
6927
|
};
|
|
6911
|
-
requestBody
|
|
6928
|
+
requestBody: {
|
|
6912
6929
|
content: {
|
|
6913
6930
|
"application/json": {
|
|
6914
6931
|
/** Format: uuid */
|
|
@@ -7047,7 +7064,7 @@ export interface operations {
|
|
|
7047
7064
|
};
|
|
7048
7065
|
cookie?: never;
|
|
7049
7066
|
};
|
|
7050
|
-
requestBody
|
|
7067
|
+
requestBody: {
|
|
7051
7068
|
content: {
|
|
7052
7069
|
"application/json": {
|
|
7053
7070
|
/** @enum {string} */
|
|
@@ -7486,7 +7503,7 @@ export interface operations {
|
|
|
7486
7503
|
path?: never;
|
|
7487
7504
|
cookie?: never;
|
|
7488
7505
|
};
|
|
7489
|
-
requestBody
|
|
7506
|
+
requestBody: {
|
|
7490
7507
|
content: {
|
|
7491
7508
|
"application/json": {
|
|
7492
7509
|
/** Format: uuid */
|
|
@@ -8024,7 +8041,7 @@ export interface operations {
|
|
|
8024
8041
|
};
|
|
8025
8042
|
cookie?: never;
|
|
8026
8043
|
};
|
|
8027
|
-
requestBody
|
|
8044
|
+
requestBody: {
|
|
8028
8045
|
content: {
|
|
8029
8046
|
"application/json": {
|
|
8030
8047
|
reconciledTransactionIds?: string[] | null;
|
|
@@ -8357,7 +8374,7 @@ export interface operations {
|
|
|
8357
8374
|
path?: never;
|
|
8358
8375
|
cookie?: never;
|
|
8359
8376
|
};
|
|
8360
|
-
requestBody
|
|
8377
|
+
requestBody: {
|
|
8361
8378
|
content: {
|
|
8362
8379
|
"application/json": {
|
|
8363
8380
|
name: string;
|
|
@@ -8609,7 +8626,7 @@ export interface operations {
|
|
|
8609
8626
|
path?: never;
|
|
8610
8627
|
cookie?: never;
|
|
8611
8628
|
};
|
|
8612
|
-
requestBody
|
|
8629
|
+
requestBody: {
|
|
8613
8630
|
content: {
|
|
8614
8631
|
"application/json": {
|
|
8615
8632
|
name: string;
|
|
@@ -9028,7 +9045,7 @@ export interface operations {
|
|
|
9028
9045
|
};
|
|
9029
9046
|
cookie?: never;
|
|
9030
9047
|
};
|
|
9031
|
-
requestBody
|
|
9048
|
+
requestBody: {
|
|
9032
9049
|
content: {
|
|
9033
9050
|
"application/json": {
|
|
9034
9051
|
name?: string;
|
|
@@ -9284,7 +9301,7 @@ export interface operations {
|
|
|
9284
9301
|
};
|
|
9285
9302
|
cookie?: never;
|
|
9286
9303
|
};
|
|
9287
|
-
requestBody
|
|
9304
|
+
requestBody: {
|
|
9288
9305
|
content: {
|
|
9289
9306
|
"application/json": Record<string, never>;
|
|
9290
9307
|
};
|
|
@@ -9393,7 +9410,7 @@ export interface operations {
|
|
|
9393
9410
|
};
|
|
9394
9411
|
cookie?: never;
|
|
9395
9412
|
};
|
|
9396
|
-
requestBody
|
|
9413
|
+
requestBody: {
|
|
9397
9414
|
content: {
|
|
9398
9415
|
"application/json": {
|
|
9399
9416
|
bankRecordIds: string[];
|
|
@@ -9796,7 +9813,7 @@ export interface operations {
|
|
|
9796
9813
|
path?: never;
|
|
9797
9814
|
cookie?: never;
|
|
9798
9815
|
};
|
|
9799
|
-
requestBody
|
|
9816
|
+
requestBody: {
|
|
9800
9817
|
content: {
|
|
9801
9818
|
"application/json": {
|
|
9802
9819
|
listingId: string;
|
|
@@ -9924,7 +9941,7 @@ export interface operations {
|
|
|
9924
9941
|
path?: never;
|
|
9925
9942
|
cookie?: never;
|
|
9926
9943
|
};
|
|
9927
|
-
requestBody
|
|
9944
|
+
requestBody: {
|
|
9928
9945
|
content: {
|
|
9929
9946
|
"application/json": Record<string, never>;
|
|
9930
9947
|
};
|
|
@@ -10195,7 +10212,7 @@ export interface operations {
|
|
|
10195
10212
|
path?: never;
|
|
10196
10213
|
cookie?: never;
|
|
10197
10214
|
};
|
|
10198
|
-
requestBody
|
|
10215
|
+
requestBody: {
|
|
10199
10216
|
content: {
|
|
10200
10217
|
"application/json": {
|
|
10201
10218
|
name?: string;
|
|
@@ -10338,7 +10355,7 @@ export interface operations {
|
|
|
10338
10355
|
path?: never;
|
|
10339
10356
|
cookie?: never;
|
|
10340
10357
|
};
|
|
10341
|
-
requestBody
|
|
10358
|
+
requestBody: {
|
|
10342
10359
|
content: {
|
|
10343
10360
|
"application/json": {
|
|
10344
10361
|
isInitial?: boolean;
|
|
@@ -10471,7 +10488,7 @@ export interface operations {
|
|
|
10471
10488
|
path?: never;
|
|
10472
10489
|
cookie?: never;
|
|
10473
10490
|
};
|
|
10474
|
-
requestBody
|
|
10491
|
+
requestBody: {
|
|
10475
10492
|
content: {
|
|
10476
10493
|
"application/json": {
|
|
10477
10494
|
appId: string;
|
|
@@ -10724,7 +10741,7 @@ export interface operations {
|
|
|
10724
10741
|
};
|
|
10725
10742
|
cookie?: never;
|
|
10726
10743
|
};
|
|
10727
|
-
requestBody
|
|
10744
|
+
requestBody: {
|
|
10728
10745
|
content: {
|
|
10729
10746
|
"application/json": Record<string, never>;
|
|
10730
10747
|
};
|
|
@@ -10833,7 +10850,7 @@ export interface operations {
|
|
|
10833
10850
|
};
|
|
10834
10851
|
cookie?: never;
|
|
10835
10852
|
};
|
|
10836
|
-
requestBody
|
|
10853
|
+
requestBody: {
|
|
10837
10854
|
content: {
|
|
10838
10855
|
"application/json": {
|
|
10839
10856
|
uniqueRef: string;
|
|
@@ -11150,7 +11167,7 @@ export interface operations {
|
|
|
11150
11167
|
path?: never;
|
|
11151
11168
|
cookie?: never;
|
|
11152
11169
|
};
|
|
11153
|
-
requestBody
|
|
11170
|
+
requestBody: {
|
|
11154
11171
|
content: {
|
|
11155
11172
|
"application/json": {
|
|
11156
11173
|
address?: {
|
|
@@ -11328,7 +11345,7 @@ export interface operations {
|
|
|
11328
11345
|
path?: never;
|
|
11329
11346
|
cookie?: never;
|
|
11330
11347
|
};
|
|
11331
|
-
requestBody
|
|
11348
|
+
requestBody: {
|
|
11332
11349
|
content: {
|
|
11333
11350
|
"application/json": {
|
|
11334
11351
|
/** Format: uuid */
|
|
@@ -11741,7 +11758,7 @@ export interface operations {
|
|
|
11741
11758
|
};
|
|
11742
11759
|
cookie?: never;
|
|
11743
11760
|
};
|
|
11744
|
-
requestBody
|
|
11761
|
+
requestBody: {
|
|
11745
11762
|
content: {
|
|
11746
11763
|
"application/json": {
|
|
11747
11764
|
address?: {
|
|
@@ -11923,7 +11940,7 @@ export interface operations {
|
|
|
11923
11940
|
};
|
|
11924
11941
|
cookie?: never;
|
|
11925
11942
|
};
|
|
11926
|
-
requestBody
|
|
11943
|
+
requestBody: {
|
|
11927
11944
|
content: {
|
|
11928
11945
|
"application/json": Record<string, never>;
|
|
11929
11946
|
};
|
|
@@ -12032,7 +12049,7 @@ export interface operations {
|
|
|
12032
12049
|
};
|
|
12033
12050
|
cookie?: never;
|
|
12034
12051
|
};
|
|
12035
|
-
requestBody
|
|
12052
|
+
requestBody: {
|
|
12036
12053
|
content: {
|
|
12037
12054
|
"application/json": {
|
|
12038
12055
|
/** @default true */
|
|
@@ -12143,7 +12160,7 @@ export interface operations {
|
|
|
12143
12160
|
};
|
|
12144
12161
|
cookie?: never;
|
|
12145
12162
|
};
|
|
12146
|
-
requestBody
|
|
12163
|
+
requestBody: {
|
|
12147
12164
|
content: {
|
|
12148
12165
|
"application/json": Record<string, never>;
|
|
12149
12166
|
};
|
|
@@ -12250,7 +12267,7 @@ export interface operations {
|
|
|
12250
12267
|
path?: never;
|
|
12251
12268
|
cookie?: never;
|
|
12252
12269
|
};
|
|
12253
|
-
requestBody
|
|
12270
|
+
requestBody: {
|
|
12254
12271
|
content: {
|
|
12255
12272
|
"application/json": {
|
|
12256
12273
|
fileData?: string;
|
|
@@ -12855,7 +12872,7 @@ export interface operations {
|
|
|
12855
12872
|
};
|
|
12856
12873
|
cookie?: never;
|
|
12857
12874
|
};
|
|
12858
|
-
requestBody
|
|
12875
|
+
requestBody: {
|
|
12859
12876
|
content: {
|
|
12860
12877
|
"application/json": {
|
|
12861
12878
|
/** @enum {string} */
|
|
@@ -13137,7 +13154,7 @@ export interface operations {
|
|
|
13137
13154
|
};
|
|
13138
13155
|
cookie?: never;
|
|
13139
13156
|
};
|
|
13140
|
-
requestBody
|
|
13157
|
+
requestBody: {
|
|
13141
13158
|
content: {
|
|
13142
13159
|
"application/json": {
|
|
13143
13160
|
/** Format: uuid */
|
|
@@ -13754,7 +13771,7 @@ export interface operations {
|
|
|
13754
13771
|
};
|
|
13755
13772
|
cookie?: never;
|
|
13756
13773
|
};
|
|
13757
|
-
requestBody
|
|
13774
|
+
requestBody: {
|
|
13758
13775
|
content: {
|
|
13759
13776
|
"application/json": {
|
|
13760
13777
|
value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
|
|
@@ -14120,7 +14137,7 @@ export interface operations {
|
|
|
14120
14137
|
path?: never;
|
|
14121
14138
|
cookie?: never;
|
|
14122
14139
|
};
|
|
14123
|
-
requestBody
|
|
14140
|
+
requestBody: {
|
|
14124
14141
|
content: {
|
|
14125
14142
|
"application/json": {
|
|
14126
14143
|
bookingChannelIds: string[];
|
|
@@ -14241,7 +14258,7 @@ export interface operations {
|
|
|
14241
14258
|
path?: never;
|
|
14242
14259
|
cookie?: never;
|
|
14243
14260
|
};
|
|
14244
|
-
requestBody
|
|
14261
|
+
requestBody: {
|
|
14245
14262
|
content: {
|
|
14246
14263
|
"application/json": {
|
|
14247
14264
|
/** Format: uuid */
|
|
@@ -14361,7 +14378,7 @@ export interface operations {
|
|
|
14361
14378
|
path?: never;
|
|
14362
14379
|
cookie?: never;
|
|
14363
14380
|
};
|
|
14364
|
-
requestBody
|
|
14381
|
+
requestBody: {
|
|
14365
14382
|
content: {
|
|
14366
14383
|
"application/json": {
|
|
14367
14384
|
uniqueRef: string;
|
|
@@ -14728,7 +14745,7 @@ export interface operations {
|
|
|
14728
14745
|
};
|
|
14729
14746
|
cookie?: never;
|
|
14730
14747
|
};
|
|
14731
|
-
requestBody
|
|
14748
|
+
requestBody: {
|
|
14732
14749
|
content: {
|
|
14733
14750
|
"application/json": Record<string, never>;
|
|
14734
14751
|
};
|
|
@@ -14845,7 +14862,7 @@ export interface operations {
|
|
|
14845
14862
|
};
|
|
14846
14863
|
cookie?: never;
|
|
14847
14864
|
};
|
|
14848
|
-
requestBody
|
|
14865
|
+
requestBody: {
|
|
14849
14866
|
content: {
|
|
14850
14867
|
"application/json": {
|
|
14851
14868
|
comment: string | null;
|
|
@@ -14968,7 +14985,7 @@ export interface operations {
|
|
|
14968
14985
|
};
|
|
14969
14986
|
cookie?: never;
|
|
14970
14987
|
};
|
|
14971
|
-
requestBody
|
|
14988
|
+
requestBody: {
|
|
14972
14989
|
content: {
|
|
14973
14990
|
"application/json": {
|
|
14974
14991
|
candidateId: string | null;
|
|
@@ -15730,7 +15747,7 @@ export interface operations {
|
|
|
15730
15747
|
path?: never;
|
|
15731
15748
|
cookie?: never;
|
|
15732
15749
|
};
|
|
15733
|
-
requestBody
|
|
15750
|
+
requestBody: {
|
|
15734
15751
|
content: {
|
|
15735
15752
|
"application/json": {
|
|
15736
15753
|
name?: string | null;
|
|
@@ -15986,7 +16003,7 @@ export interface operations {
|
|
|
15986
16003
|
path?: never;
|
|
15987
16004
|
cookie?: never;
|
|
15988
16005
|
};
|
|
15989
|
-
requestBody
|
|
16006
|
+
requestBody: {
|
|
15990
16007
|
content: {
|
|
15991
16008
|
"application/json": {
|
|
15992
16009
|
/** Format: uuid */
|
|
@@ -16528,7 +16545,7 @@ export interface operations {
|
|
|
16528
16545
|
path?: never;
|
|
16529
16546
|
cookie?: never;
|
|
16530
16547
|
};
|
|
16531
|
-
requestBody
|
|
16548
|
+
requestBody: {
|
|
16532
16549
|
content: {
|
|
16533
16550
|
"application/json": {
|
|
16534
16551
|
/** Format: uuid */
|
|
@@ -16779,7 +16796,7 @@ export interface operations {
|
|
|
16779
16796
|
};
|
|
16780
16797
|
cookie?: never;
|
|
16781
16798
|
};
|
|
16782
|
-
requestBody
|
|
16799
|
+
requestBody: {
|
|
16783
16800
|
content: {
|
|
16784
16801
|
"application/json": {
|
|
16785
16802
|
/** Format: uuid */
|
|
@@ -16916,7 +16933,7 @@ export interface operations {
|
|
|
16916
16933
|
};
|
|
16917
16934
|
cookie?: never;
|
|
16918
16935
|
};
|
|
16919
|
-
requestBody
|
|
16936
|
+
requestBody: {
|
|
16920
16937
|
content: {
|
|
16921
16938
|
"application/json": Record<string, never>;
|
|
16922
16939
|
};
|
|
@@ -17237,7 +17254,7 @@ export interface operations {
|
|
|
17237
17254
|
};
|
|
17238
17255
|
cookie?: never;
|
|
17239
17256
|
};
|
|
17240
|
-
requestBody
|
|
17257
|
+
requestBody: {
|
|
17241
17258
|
content: {
|
|
17242
17259
|
"application/json": {
|
|
17243
17260
|
name?: string | null;
|
|
@@ -17498,7 +17515,7 @@ export interface operations {
|
|
|
17498
17515
|
};
|
|
17499
17516
|
cookie?: never;
|
|
17500
17517
|
};
|
|
17501
|
-
requestBody
|
|
17518
|
+
requestBody: {
|
|
17502
17519
|
content: {
|
|
17503
17520
|
"application/json": Record<string, never>;
|
|
17504
17521
|
};
|
|
@@ -17717,7 +17734,7 @@ export interface operations {
|
|
|
17717
17734
|
};
|
|
17718
17735
|
cookie?: never;
|
|
17719
17736
|
};
|
|
17720
|
-
requestBody
|
|
17737
|
+
requestBody: {
|
|
17721
17738
|
content: {
|
|
17722
17739
|
"application/json": {
|
|
17723
17740
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -19980,7 +19997,7 @@ export interface operations {
|
|
|
19980
19997
|
path?: never;
|
|
19981
19998
|
cookie?: never;
|
|
19982
19999
|
};
|
|
19983
|
-
requestBody
|
|
20000
|
+
requestBody: {
|
|
19984
20001
|
content: {
|
|
19985
20002
|
"application/json": {
|
|
19986
20003
|
connectionId: string;
|
|
@@ -20135,7 +20152,7 @@ export interface operations {
|
|
|
20135
20152
|
path?: never;
|
|
20136
20153
|
cookie?: never;
|
|
20137
20154
|
};
|
|
20138
|
-
requestBody
|
|
20155
|
+
requestBody: {
|
|
20139
20156
|
content: {
|
|
20140
20157
|
"application/json": {
|
|
20141
20158
|
connectionId?: string | null;
|
|
@@ -20247,7 +20264,7 @@ export interface operations {
|
|
|
20247
20264
|
path?: never;
|
|
20248
20265
|
cookie?: never;
|
|
20249
20266
|
};
|
|
20250
|
-
requestBody
|
|
20267
|
+
requestBody: {
|
|
20251
20268
|
content: {
|
|
20252
20269
|
"application/json": {
|
|
20253
20270
|
environment?: ("sandbox" | "production") | null;
|
|
@@ -20697,7 +20714,7 @@ export interface operations {
|
|
|
20697
20714
|
path?: never;
|
|
20698
20715
|
cookie?: never;
|
|
20699
20716
|
};
|
|
20700
|
-
requestBody
|
|
20717
|
+
requestBody: {
|
|
20701
20718
|
content: {
|
|
20702
20719
|
"application/json": {
|
|
20703
20720
|
name: string;
|
|
@@ -20836,7 +20853,7 @@ export interface operations {
|
|
|
20836
20853
|
};
|
|
20837
20854
|
cookie?: never;
|
|
20838
20855
|
};
|
|
20839
|
-
requestBody
|
|
20856
|
+
requestBody: {
|
|
20840
20857
|
content: {
|
|
20841
20858
|
"application/json": {
|
|
20842
20859
|
name?: string;
|
|
@@ -20977,7 +20994,7 @@ export interface operations {
|
|
|
20977
20994
|
};
|
|
20978
20995
|
cookie?: never;
|
|
20979
20996
|
};
|
|
20980
|
-
requestBody
|
|
20997
|
+
requestBody: {
|
|
20981
20998
|
content: {
|
|
20982
20999
|
"application/json": Record<string, never>;
|
|
20983
21000
|
};
|
|
@@ -21290,7 +21307,7 @@ export interface operations {
|
|
|
21290
21307
|
path?: never;
|
|
21291
21308
|
cookie?: never;
|
|
21292
21309
|
};
|
|
21293
|
-
requestBody
|
|
21310
|
+
requestBody: {
|
|
21294
21311
|
content: {
|
|
21295
21312
|
"application/json": {
|
|
21296
21313
|
uniqueRef?: string | null;
|
|
@@ -21647,7 +21664,7 @@ export interface operations {
|
|
|
21647
21664
|
path?: never;
|
|
21648
21665
|
cookie?: never;
|
|
21649
21666
|
};
|
|
21650
|
-
requestBody
|
|
21667
|
+
requestBody: {
|
|
21651
21668
|
content: {
|
|
21652
21669
|
"application/json": {
|
|
21653
21670
|
/** Format: uuid */
|
|
@@ -21778,7 +21795,7 @@ export interface operations {
|
|
|
21778
21795
|
};
|
|
21779
21796
|
cookie?: never;
|
|
21780
21797
|
};
|
|
21781
|
-
requestBody
|
|
21798
|
+
requestBody: {
|
|
21782
21799
|
content: {
|
|
21783
21800
|
"application/json": {
|
|
21784
21801
|
/** Format: uuid */
|
|
@@ -21909,7 +21926,7 @@ export interface operations {
|
|
|
21909
21926
|
};
|
|
21910
21927
|
cookie?: never;
|
|
21911
21928
|
};
|
|
21912
|
-
requestBody
|
|
21929
|
+
requestBody: {
|
|
21913
21930
|
content: {
|
|
21914
21931
|
"application/json": Record<string, never>;
|
|
21915
21932
|
};
|
|
@@ -22016,7 +22033,7 @@ export interface operations {
|
|
|
22016
22033
|
path?: never;
|
|
22017
22034
|
cookie?: never;
|
|
22018
22035
|
};
|
|
22019
|
-
requestBody
|
|
22036
|
+
requestBody: {
|
|
22020
22037
|
content: {
|
|
22021
22038
|
"application/json": {
|
|
22022
22039
|
uniqueRef?: string | null;
|
|
@@ -22458,7 +22475,7 @@ export interface operations {
|
|
|
22458
22475
|
};
|
|
22459
22476
|
cookie?: never;
|
|
22460
22477
|
};
|
|
22461
|
-
requestBody
|
|
22478
|
+
requestBody: {
|
|
22462
22479
|
content: {
|
|
22463
22480
|
"application/json": {
|
|
22464
22481
|
uniqueRef?: string | null;
|
|
@@ -22684,7 +22701,7 @@ export interface operations {
|
|
|
22684
22701
|
};
|
|
22685
22702
|
cookie?: never;
|
|
22686
22703
|
};
|
|
22687
|
-
requestBody
|
|
22704
|
+
requestBody: {
|
|
22688
22705
|
content: {
|
|
22689
22706
|
"application/json": Record<string, never>;
|
|
22690
22707
|
};
|
|
@@ -27179,7 +27196,7 @@ export interface operations {
|
|
|
27179
27196
|
path?: never;
|
|
27180
27197
|
cookie?: never;
|
|
27181
27198
|
};
|
|
27182
|
-
requestBody
|
|
27199
|
+
requestBody: {
|
|
27183
27200
|
content: {
|
|
27184
27201
|
"application/json": {
|
|
27185
27202
|
currency?: string | null;
|
|
@@ -27675,7 +27692,7 @@ export interface operations {
|
|
|
27675
27692
|
path?: never;
|
|
27676
27693
|
cookie?: never;
|
|
27677
27694
|
};
|
|
27678
|
-
requestBody
|
|
27695
|
+
requestBody: {
|
|
27679
27696
|
content: {
|
|
27680
27697
|
"application/json": {
|
|
27681
27698
|
/** Format: uuid */
|
|
@@ -27977,7 +27994,7 @@ export interface operations {
|
|
|
27977
27994
|
path?: never;
|
|
27978
27995
|
cookie?: never;
|
|
27979
27996
|
};
|
|
27980
|
-
requestBody
|
|
27997
|
+
requestBody: {
|
|
27981
27998
|
content: {
|
|
27982
27999
|
"application/json": {
|
|
27983
28000
|
/**
|
|
@@ -28238,7 +28255,7 @@ export interface operations {
|
|
|
28238
28255
|
path?: never;
|
|
28239
28256
|
cookie?: never;
|
|
28240
28257
|
};
|
|
28241
|
-
requestBody
|
|
28258
|
+
requestBody: {
|
|
28242
28259
|
content: {
|
|
28243
28260
|
"application/json": {
|
|
28244
28261
|
type: string;
|
|
@@ -28474,6 +28491,111 @@ export interface operations {
|
|
|
28474
28491
|
};
|
|
28475
28492
|
};
|
|
28476
28493
|
};
|
|
28494
|
+
getReservationsLineMappingsSuggestions: {
|
|
28495
|
+
parameters: {
|
|
28496
|
+
query?: {
|
|
28497
|
+
enableBatchDeterministic?: boolean;
|
|
28498
|
+
};
|
|
28499
|
+
header?: never;
|
|
28500
|
+
path?: never;
|
|
28501
|
+
cookie?: never;
|
|
28502
|
+
};
|
|
28503
|
+
requestBody?: never;
|
|
28504
|
+
responses: {
|
|
28505
|
+
/** @description Successful response */
|
|
28506
|
+
200: {
|
|
28507
|
+
headers: {
|
|
28508
|
+
[name: string]: unknown;
|
|
28509
|
+
};
|
|
28510
|
+
content: {
|
|
28511
|
+
"application/json": {
|
|
28512
|
+
publicAccessToken: string;
|
|
28513
|
+
runId: string;
|
|
28514
|
+
};
|
|
28515
|
+
};
|
|
28516
|
+
};
|
|
28517
|
+
/** @description Bad request */
|
|
28518
|
+
400: {
|
|
28519
|
+
headers: {
|
|
28520
|
+
[name: string]: unknown;
|
|
28521
|
+
};
|
|
28522
|
+
content: {
|
|
28523
|
+
"application/json": {
|
|
28524
|
+
code: string;
|
|
28525
|
+
message: string;
|
|
28526
|
+
issues?: {
|
|
28527
|
+
message: string;
|
|
28528
|
+
}[];
|
|
28529
|
+
context?: unknown;
|
|
28530
|
+
};
|
|
28531
|
+
};
|
|
28532
|
+
};
|
|
28533
|
+
/** @description Unauthorized */
|
|
28534
|
+
401: {
|
|
28535
|
+
headers: {
|
|
28536
|
+
[name: string]: unknown;
|
|
28537
|
+
};
|
|
28538
|
+
content: {
|
|
28539
|
+
"application/json": {
|
|
28540
|
+
code: string;
|
|
28541
|
+
message: string;
|
|
28542
|
+
issues?: {
|
|
28543
|
+
message: string;
|
|
28544
|
+
}[];
|
|
28545
|
+
context?: unknown;
|
|
28546
|
+
};
|
|
28547
|
+
};
|
|
28548
|
+
};
|
|
28549
|
+
/** @description Forbidden */
|
|
28550
|
+
403: {
|
|
28551
|
+
headers: {
|
|
28552
|
+
[name: string]: unknown;
|
|
28553
|
+
};
|
|
28554
|
+
content: {
|
|
28555
|
+
"application/json": {
|
|
28556
|
+
code: string;
|
|
28557
|
+
message: string;
|
|
28558
|
+
issues?: {
|
|
28559
|
+
message: string;
|
|
28560
|
+
}[];
|
|
28561
|
+
context?: unknown;
|
|
28562
|
+
};
|
|
28563
|
+
};
|
|
28564
|
+
};
|
|
28565
|
+
/** @description Not found */
|
|
28566
|
+
404: {
|
|
28567
|
+
headers: {
|
|
28568
|
+
[name: string]: unknown;
|
|
28569
|
+
};
|
|
28570
|
+
content: {
|
|
28571
|
+
"application/json": {
|
|
28572
|
+
code: string;
|
|
28573
|
+
message: string;
|
|
28574
|
+
issues?: {
|
|
28575
|
+
message: string;
|
|
28576
|
+
}[];
|
|
28577
|
+
context?: unknown;
|
|
28578
|
+
};
|
|
28579
|
+
};
|
|
28580
|
+
};
|
|
28581
|
+
/** @description Internal server error */
|
|
28582
|
+
500: {
|
|
28583
|
+
headers: {
|
|
28584
|
+
[name: string]: unknown;
|
|
28585
|
+
};
|
|
28586
|
+
content: {
|
|
28587
|
+
"application/json": {
|
|
28588
|
+
code: string;
|
|
28589
|
+
message: string;
|
|
28590
|
+
issues?: {
|
|
28591
|
+
message: string;
|
|
28592
|
+
}[];
|
|
28593
|
+
context?: unknown;
|
|
28594
|
+
};
|
|
28595
|
+
};
|
|
28596
|
+
};
|
|
28597
|
+
};
|
|
28598
|
+
};
|
|
28477
28599
|
putReservationsLineMappingsByType: {
|
|
28478
28600
|
parameters: {
|
|
28479
28601
|
query?: never;
|
|
@@ -28483,7 +28605,7 @@ export interface operations {
|
|
|
28483
28605
|
};
|
|
28484
28606
|
cookie?: never;
|
|
28485
28607
|
};
|
|
28486
|
-
requestBody
|
|
28608
|
+
requestBody: {
|
|
28487
28609
|
content: {
|
|
28488
28610
|
"application/json": {
|
|
28489
28611
|
description?: string | null;
|
|
@@ -29075,7 +29197,7 @@ export interface operations {
|
|
|
29075
29197
|
};
|
|
29076
29198
|
cookie?: never;
|
|
29077
29199
|
};
|
|
29078
|
-
requestBody
|
|
29200
|
+
requestBody: {
|
|
29079
29201
|
content: {
|
|
29080
29202
|
"application/json": {
|
|
29081
29203
|
currency?: string | null;
|
|
@@ -29650,7 +29772,7 @@ export interface operations {
|
|
|
29650
29772
|
};
|
|
29651
29773
|
cookie?: never;
|
|
29652
29774
|
};
|
|
29653
|
-
requestBody
|
|
29775
|
+
requestBody: {
|
|
29654
29776
|
content: {
|
|
29655
29777
|
"application/json": Record<string, never>;
|
|
29656
29778
|
};
|
|
@@ -29759,7 +29881,7 @@ export interface operations {
|
|
|
29759
29881
|
};
|
|
29760
29882
|
cookie?: never;
|
|
29761
29883
|
};
|
|
29762
|
-
requestBody
|
|
29884
|
+
requestBody: {
|
|
29763
29885
|
content: {
|
|
29764
29886
|
"application/json": {
|
|
29765
29887
|
/** @enum {string} */
|
|
@@ -29873,7 +29995,7 @@ export interface operations {
|
|
|
29873
29995
|
};
|
|
29874
29996
|
cookie?: never;
|
|
29875
29997
|
};
|
|
29876
|
-
requestBody
|
|
29998
|
+
requestBody: {
|
|
29877
29999
|
content: {
|
|
29878
30000
|
"application/json": {
|
|
29879
30001
|
id?: string | null;
|
|
@@ -30338,7 +30460,7 @@ export interface operations {
|
|
|
30338
30460
|
};
|
|
30339
30461
|
cookie?: never;
|
|
30340
30462
|
};
|
|
30341
|
-
requestBody
|
|
30463
|
+
requestBody: {
|
|
30342
30464
|
content: {
|
|
30343
30465
|
"application/json": {
|
|
30344
30466
|
description?: string | null;
|
|
@@ -30802,7 +30924,7 @@ export interface operations {
|
|
|
30802
30924
|
};
|
|
30803
30925
|
cookie?: never;
|
|
30804
30926
|
};
|
|
30805
|
-
requestBody
|
|
30927
|
+
requestBody: {
|
|
30806
30928
|
content: {
|
|
30807
30929
|
"application/json": Record<string, never>;
|
|
30808
30930
|
};
|
|
@@ -31629,7 +31751,7 @@ export interface operations {
|
|
|
31629
31751
|
path?: never;
|
|
31630
31752
|
cookie?: never;
|
|
31631
31753
|
};
|
|
31632
|
-
requestBody
|
|
31754
|
+
requestBody: {
|
|
31633
31755
|
content: {
|
|
31634
31756
|
"application/json": {
|
|
31635
31757
|
/**
|
|
@@ -33423,7 +33545,7 @@ export interface operations {
|
|
|
33423
33545
|
path?: never;
|
|
33424
33546
|
cookie?: never;
|
|
33425
33547
|
};
|
|
33426
|
-
requestBody
|
|
33548
|
+
requestBody: {
|
|
33427
33549
|
content: {
|
|
33428
33550
|
"application/json": {
|
|
33429
33551
|
name: string;
|
|
@@ -33862,7 +33984,7 @@ export interface operations {
|
|
|
33862
33984
|
};
|
|
33863
33985
|
cookie?: never;
|
|
33864
33986
|
};
|
|
33865
|
-
requestBody
|
|
33987
|
+
requestBody: {
|
|
33866
33988
|
content: {
|
|
33867
33989
|
"application/json": {
|
|
33868
33990
|
name?: string;
|
|
@@ -34110,7 +34232,7 @@ export interface operations {
|
|
|
34110
34232
|
};
|
|
34111
34233
|
cookie?: never;
|
|
34112
34234
|
};
|
|
34113
|
-
requestBody
|
|
34235
|
+
requestBody: {
|
|
34114
34236
|
content: {
|
|
34115
34237
|
"application/json": Record<string, never>;
|
|
34116
34238
|
};
|
|
@@ -34216,7 +34338,7 @@ export interface operations {
|
|
|
34216
34338
|
path?: never;
|
|
34217
34339
|
cookie?: never;
|
|
34218
34340
|
};
|
|
34219
|
-
requestBody
|
|
34341
|
+
requestBody: {
|
|
34220
34342
|
content: {
|
|
34221
34343
|
"application/json": {
|
|
34222
34344
|
date?: string | null;
|
|
@@ -35535,7 +35657,7 @@ export interface operations {
|
|
|
35535
35657
|
};
|
|
35536
35658
|
cookie?: never;
|
|
35537
35659
|
};
|
|
35538
|
-
requestBody
|
|
35660
|
+
requestBody: {
|
|
35539
35661
|
content: {
|
|
35540
35662
|
"application/json": {
|
|
35541
35663
|
/** @enum {string} */
|
|
@@ -36154,7 +36276,7 @@ export interface operations {
|
|
|
36154
36276
|
};
|
|
36155
36277
|
cookie?: never;
|
|
36156
36278
|
};
|
|
36157
|
-
requestBody
|
|
36279
|
+
requestBody: {
|
|
36158
36280
|
content: {
|
|
36159
36281
|
"application/json": Record<string, never>;
|
|
36160
36282
|
};
|
|
@@ -36262,7 +36384,7 @@ export interface operations {
|
|
|
36262
36384
|
};
|
|
36263
36385
|
cookie?: never;
|
|
36264
36386
|
};
|
|
36265
|
-
requestBody
|
|
36387
|
+
requestBody: {
|
|
36266
36388
|
content: {
|
|
36267
36389
|
"application/json": {
|
|
36268
36390
|
date?: string | null;
|
|
@@ -36379,7 +36501,7 @@ export interface operations {
|
|
|
36379
36501
|
};
|
|
36380
36502
|
cookie?: never;
|
|
36381
36503
|
};
|
|
36382
|
-
requestBody
|
|
36504
|
+
requestBody: {
|
|
36383
36505
|
content: {
|
|
36384
36506
|
"application/json": Record<string, never>;
|
|
36385
36507
|
};
|
|
@@ -36488,7 +36610,7 @@ export interface operations {
|
|
|
36488
36610
|
path?: never;
|
|
36489
36611
|
cookie?: never;
|
|
36490
36612
|
};
|
|
36491
|
-
requestBody
|
|
36613
|
+
requestBody: {
|
|
36492
36614
|
content: {
|
|
36493
36615
|
"application/json": {
|
|
36494
36616
|
/** @enum {string} */
|
|
@@ -36735,7 +36857,7 @@ export interface operations {
|
|
|
36735
36857
|
path?: never;
|
|
36736
36858
|
cookie?: never;
|
|
36737
36859
|
};
|
|
36738
|
-
requestBody
|
|
36860
|
+
requestBody: {
|
|
36739
36861
|
content: {
|
|
36740
36862
|
"application/json": {
|
|
36741
36863
|
/** Format: uuid */
|
|
@@ -36880,7 +37002,7 @@ export interface operations {
|
|
|
36880
37002
|
path?: never;
|
|
36881
37003
|
cookie?: never;
|
|
36882
37004
|
};
|
|
36883
|
-
requestBody
|
|
37005
|
+
requestBody: {
|
|
36884
37006
|
content: {
|
|
36885
37007
|
"application/json": {
|
|
36886
37008
|
/** Format: uuid */
|
|
@@ -37010,7 +37132,7 @@ export interface operations {
|
|
|
37010
37132
|
};
|
|
37011
37133
|
cookie?: never;
|
|
37012
37134
|
};
|
|
37013
|
-
requestBody
|
|
37135
|
+
requestBody: {
|
|
37014
37136
|
content: {
|
|
37015
37137
|
"application/json": {
|
|
37016
37138
|
params?: {
|
|
@@ -37268,7 +37390,7 @@ export interface operations {
|
|
|
37268
37390
|
};
|
|
37269
37391
|
cookie?: never;
|
|
37270
37392
|
};
|
|
37271
|
-
requestBody
|
|
37393
|
+
requestBody: {
|
|
37272
37394
|
content: {
|
|
37273
37395
|
"application/json": {
|
|
37274
37396
|
/** @enum {string} */
|
|
@@ -37413,7 +37535,7 @@ export interface operations {
|
|
|
37413
37535
|
};
|
|
37414
37536
|
cookie?: never;
|
|
37415
37537
|
};
|
|
37416
|
-
requestBody
|
|
37538
|
+
requestBody: {
|
|
37417
37539
|
content: {
|
|
37418
37540
|
"application/json": Record<string, never>;
|
|
37419
37541
|
};
|
|
@@ -37754,7 +37876,7 @@ export interface operations {
|
|
|
37754
37876
|
path?: never;
|
|
37755
37877
|
cookie?: never;
|
|
37756
37878
|
};
|
|
37757
|
-
requestBody
|
|
37879
|
+
requestBody: {
|
|
37758
37880
|
content: {
|
|
37759
37881
|
"application/json": {
|
|
37760
37882
|
defaultCurrency?: string | null;
|
|
@@ -38390,7 +38512,7 @@ export interface operations {
|
|
|
38390
38512
|
path?: never;
|
|
38391
38513
|
cookie?: never;
|
|
38392
38514
|
};
|
|
38393
|
-
requestBody
|
|
38515
|
+
requestBody: {
|
|
38394
38516
|
content: {
|
|
38395
38517
|
"application/json": {
|
|
38396
38518
|
/** Format: uuid */
|
|
@@ -38617,7 +38739,7 @@ export interface operations {
|
|
|
38617
38739
|
path?: never;
|
|
38618
38740
|
cookie?: never;
|
|
38619
38741
|
};
|
|
38620
|
-
requestBody
|
|
38742
|
+
requestBody: {
|
|
38621
38743
|
content: {
|
|
38622
38744
|
"application/json": {
|
|
38623
38745
|
/** Format: uuid */
|
|
@@ -39080,7 +39202,7 @@ export interface operations {
|
|
|
39080
39202
|
path?: never;
|
|
39081
39203
|
cookie?: never;
|
|
39082
39204
|
};
|
|
39083
|
-
requestBody
|
|
39205
|
+
requestBody: {
|
|
39084
39206
|
content: {
|
|
39085
39207
|
"application/json": {
|
|
39086
39208
|
/** @enum {string} */
|
|
@@ -39308,7 +39430,7 @@ export interface operations {
|
|
|
39308
39430
|
path?: never;
|
|
39309
39431
|
cookie?: never;
|
|
39310
39432
|
};
|
|
39311
|
-
requestBody
|
|
39433
|
+
requestBody: {
|
|
39312
39434
|
content: {
|
|
39313
39435
|
"application/json": {
|
|
39314
39436
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -39549,7 +39671,7 @@ export interface operations {
|
|
|
39549
39671
|
path?: never;
|
|
39550
39672
|
cookie?: never;
|
|
39551
39673
|
};
|
|
39552
|
-
requestBody
|
|
39674
|
+
requestBody: {
|
|
39553
39675
|
content: {
|
|
39554
39676
|
"application/json": {
|
|
39555
39677
|
accountId?: string | null;
|
|
@@ -39931,7 +40053,7 @@ export interface operations {
|
|
|
39931
40053
|
path?: never;
|
|
39932
40054
|
cookie?: never;
|
|
39933
40055
|
};
|
|
39934
|
-
requestBody
|
|
40056
|
+
requestBody: {
|
|
39935
40057
|
content: {
|
|
39936
40058
|
"application/json": {
|
|
39937
40059
|
accountId?: string | null;
|
|
@@ -40164,7 +40286,7 @@ export interface operations {
|
|
|
40164
40286
|
path?: never;
|
|
40165
40287
|
cookie?: never;
|
|
40166
40288
|
};
|
|
40167
|
-
requestBody
|
|
40289
|
+
requestBody: {
|
|
40168
40290
|
content: {
|
|
40169
40291
|
"application/json": {
|
|
40170
40292
|
accountId?: string | null;
|
|
@@ -40392,7 +40514,7 @@ export interface operations {
|
|
|
40392
40514
|
path?: never;
|
|
40393
40515
|
cookie?: never;
|
|
40394
40516
|
};
|
|
40395
|
-
requestBody
|
|
40517
|
+
requestBody: {
|
|
40396
40518
|
content: {
|
|
40397
40519
|
"application/json": {
|
|
40398
40520
|
/** @description Value in cents (100 = 1€) */
|
|
@@ -40728,7 +40850,7 @@ export interface operations {
|
|
|
40728
40850
|
};
|
|
40729
40851
|
cookie?: never;
|
|
40730
40852
|
};
|
|
40731
|
-
requestBody
|
|
40853
|
+
requestBody: {
|
|
40732
40854
|
content: {
|
|
40733
40855
|
"application/json": {
|
|
40734
40856
|
defaultCurrency?: string | null;
|
|
@@ -41017,7 +41139,7 @@ export interface operations {
|
|
|
41017
41139
|
};
|
|
41018
41140
|
cookie?: never;
|
|
41019
41141
|
};
|
|
41020
|
-
requestBody
|
|
41142
|
+
requestBody: {
|
|
41021
41143
|
content: {
|
|
41022
41144
|
"application/json": Record<string, never>;
|
|
41023
41145
|
};
|
|
@@ -41125,7 +41247,7 @@ export interface operations {
|
|
|
41125
41247
|
};
|
|
41126
41248
|
cookie?: never;
|
|
41127
41249
|
};
|
|
41128
|
-
requestBody
|
|
41250
|
+
requestBody: {
|
|
41129
41251
|
content: {
|
|
41130
41252
|
"application/json": {
|
|
41131
41253
|
booksClosedAt: string | null;
|
|
@@ -41237,7 +41359,7 @@ export interface operations {
|
|
|
41237
41359
|
};
|
|
41238
41360
|
cookie?: never;
|
|
41239
41361
|
};
|
|
41240
|
-
requestBody
|
|
41362
|
+
requestBody: {
|
|
41241
41363
|
content: {
|
|
41242
41364
|
"application/json": Record<string, never>;
|
|
41243
41365
|
};
|
|
@@ -41345,7 +41467,7 @@ export interface operations {
|
|
|
41345
41467
|
};
|
|
41346
41468
|
cookie?: never;
|
|
41347
41469
|
};
|
|
41348
|
-
requestBody
|
|
41470
|
+
requestBody: {
|
|
41349
41471
|
content: {
|
|
41350
41472
|
"application/json": {
|
|
41351
41473
|
taxRateCountryOverwrite?: string | null;
|
|
@@ -42035,7 +42157,7 @@ export interface operations {
|
|
|
42035
42157
|
};
|
|
42036
42158
|
cookie?: never;
|
|
42037
42159
|
};
|
|
42038
|
-
requestBody
|
|
42160
|
+
requestBody: {
|
|
42039
42161
|
content: {
|
|
42040
42162
|
"application/json": Record<string, never>;
|
|
42041
42163
|
};
|
|
@@ -42144,7 +42266,7 @@ export interface operations {
|
|
|
42144
42266
|
};
|
|
42145
42267
|
cookie?: never;
|
|
42146
42268
|
};
|
|
42147
|
-
requestBody
|
|
42269
|
+
requestBody: {
|
|
42148
42270
|
content: {
|
|
42149
42271
|
"application/json": {
|
|
42150
42272
|
isOwnerAccessible: boolean;
|
|
@@ -42747,7 +42869,7 @@ export interface operations {
|
|
|
42747
42869
|
path?: never;
|
|
42748
42870
|
cookie?: never;
|
|
42749
42871
|
};
|
|
42750
|
-
requestBody
|
|
42872
|
+
requestBody: {
|
|
42751
42873
|
content: {
|
|
42752
42874
|
"application/json": {
|
|
42753
42875
|
description?: string;
|
|
@@ -43156,7 +43278,7 @@ export interface operations {
|
|
|
43156
43278
|
path?: never;
|
|
43157
43279
|
cookie?: never;
|
|
43158
43280
|
};
|
|
43159
|
-
requestBody
|
|
43281
|
+
requestBody: {
|
|
43160
43282
|
content: {
|
|
43161
43283
|
"application/json": {
|
|
43162
43284
|
/** Format: uuid */
|
|
@@ -43866,7 +43988,7 @@ export interface operations {
|
|
|
43866
43988
|
path?: never;
|
|
43867
43989
|
cookie?: never;
|
|
43868
43990
|
};
|
|
43869
|
-
requestBody
|
|
43991
|
+
requestBody: {
|
|
43870
43992
|
content: {
|
|
43871
43993
|
"application/json": {
|
|
43872
43994
|
ids?: string[];
|
|
@@ -44099,7 +44221,7 @@ export interface operations {
|
|
|
44099
44221
|
};
|
|
44100
44222
|
cookie?: never;
|
|
44101
44223
|
};
|
|
44102
|
-
requestBody
|
|
44224
|
+
requestBody: {
|
|
44103
44225
|
content: {
|
|
44104
44226
|
"application/json": {
|
|
44105
44227
|
accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "payout_bankAccount" | "payout_distribution") | null;
|
|
@@ -44620,7 +44742,7 @@ export interface operations {
|
|
|
44620
44742
|
path?: never;
|
|
44621
44743
|
cookie?: never;
|
|
44622
44744
|
};
|
|
44623
|
-
requestBody
|
|
44745
|
+
requestBody: {
|
|
44624
44746
|
content: {
|
|
44625
44747
|
"application/json": {
|
|
44626
44748
|
uniqueRef: string;
|
|
@@ -44920,7 +45042,7 @@ export interface operations {
|
|
|
44920
45042
|
path?: never;
|
|
44921
45043
|
cookie?: never;
|
|
44922
45044
|
};
|
|
44923
|
-
requestBody
|
|
45045
|
+
requestBody: {
|
|
44924
45046
|
content: {
|
|
44925
45047
|
"application/json": {
|
|
44926
45048
|
date: string;
|
|
@@ -45307,7 +45429,7 @@ export interface operations {
|
|
|
45307
45429
|
};
|
|
45308
45430
|
cookie?: never;
|
|
45309
45431
|
};
|
|
45310
|
-
requestBody
|
|
45432
|
+
requestBody: {
|
|
45311
45433
|
content: {
|
|
45312
45434
|
"application/json": {
|
|
45313
45435
|
uniqueRef?: string;
|
|
@@ -45612,7 +45734,7 @@ export interface operations {
|
|
|
45612
45734
|
};
|
|
45613
45735
|
cookie?: never;
|
|
45614
45736
|
};
|
|
45615
|
-
requestBody
|
|
45737
|
+
requestBody: {
|
|
45616
45738
|
content: {
|
|
45617
45739
|
"application/json": Record<string, never>;
|
|
45618
45740
|
};
|
|
@@ -45721,7 +45843,7 @@ export interface operations {
|
|
|
45721
45843
|
};
|
|
45722
45844
|
cookie?: never;
|
|
45723
45845
|
};
|
|
45724
|
-
requestBody
|
|
45846
|
+
requestBody: {
|
|
45725
45847
|
content: {
|
|
45726
45848
|
"application/json": {
|
|
45727
45849
|
dates: string[] | null;
|
|
@@ -46540,7 +46662,7 @@ export interface operations {
|
|
|
46540
46662
|
};
|
|
46541
46663
|
cookie?: never;
|
|
46542
46664
|
};
|
|
46543
|
-
requestBody
|
|
46665
|
+
requestBody: {
|
|
46544
46666
|
content: {
|
|
46545
46667
|
"application/json": {
|
|
46546
46668
|
description?: string;
|
|
@@ -47014,7 +47136,7 @@ export interface operations {
|
|
|
47014
47136
|
};
|
|
47015
47137
|
cookie?: never;
|
|
47016
47138
|
};
|
|
47017
|
-
requestBody
|
|
47139
|
+
requestBody: {
|
|
47018
47140
|
content: {
|
|
47019
47141
|
"application/json": Record<string, never>;
|
|
47020
47142
|
};
|
|
@@ -47124,7 +47246,7 @@ export interface operations {
|
|
|
47124
47246
|
};
|
|
47125
47247
|
cookie?: never;
|
|
47126
47248
|
};
|
|
47127
|
-
requestBody
|
|
47249
|
+
requestBody: {
|
|
47128
47250
|
content: {
|
|
47129
47251
|
"application/json": {
|
|
47130
47252
|
recurringTemplateId?: string | null;
|
|
@@ -47492,7 +47614,7 @@ export interface operations {
|
|
|
47492
47614
|
};
|
|
47493
47615
|
cookie?: never;
|
|
47494
47616
|
};
|
|
47495
|
-
requestBody
|
|
47617
|
+
requestBody: {
|
|
47496
47618
|
content: {
|
|
47497
47619
|
"application/json": {
|
|
47498
47620
|
description: string;
|