@vrplatform/api 1.3.1-2282 → 1.3.1-preview.2283

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.
@@ -2282,6 +2282,23 @@ export interface paths {
2282
2282
  patch?: never;
2283
2283
  trace?: never;
2284
2284
  };
2285
+ "/reservations/line-mappings/suggestions": {
2286
+ parameters: {
2287
+ query?: never;
2288
+ header?: never;
2289
+ path?: never;
2290
+ cookie?: never;
2291
+ };
2292
+ /** @description Start the async reservation line mapping suggestion run */
2293
+ get: operations["getReservationsLineMappingsSuggestions"];
2294
+ put?: never;
2295
+ post?: never;
2296
+ delete?: never;
2297
+ options?: never;
2298
+ head?: never;
2299
+ patch?: never;
2300
+ trace?: never;
2301
+ };
2285
2302
  "/reservations/line-mappings/{type}": {
2286
2303
  parameters: {
2287
2304
  query?: never;
@@ -3605,7 +3622,7 @@ export interface operations {
3605
3622
  path?: never;
3606
3623
  cookie?: never;
3607
3624
  };
3608
- requestBody?: {
3625
+ requestBody: {
3609
3626
  content: {
3610
3627
  "application/json": {
3611
3628
  name: string;
@@ -4109,7 +4126,7 @@ export interface operations {
4109
4126
  };
4110
4127
  cookie?: never;
4111
4128
  };
4112
- requestBody?: {
4129
+ requestBody: {
4113
4130
  content: {
4114
4131
  "application/json": {
4115
4132
  name?: string;
@@ -4318,7 +4335,7 @@ export interface operations {
4318
4335
  };
4319
4336
  cookie?: never;
4320
4337
  };
4321
- requestBody?: {
4338
+ requestBody: {
4322
4339
  content: {
4323
4340
  "application/json": Record<string, never>;
4324
4341
  };
@@ -4427,7 +4444,7 @@ export interface operations {
4427
4444
  };
4428
4445
  cookie?: never;
4429
4446
  };
4430
- requestBody?: {
4447
+ requestBody: {
4431
4448
  content: {
4432
4449
  "application/json": {
4433
4450
  startingBalanceDate?: string | null;
@@ -4814,7 +4831,7 @@ export interface operations {
4814
4831
  };
4815
4832
  cookie?: never;
4816
4833
  };
4817
- requestBody?: {
4834
+ requestBody: {
4818
4835
  content: {
4819
4836
  "application/json": {
4820
4837
  /** Format: uuid */
@@ -5014,7 +5031,7 @@ export interface operations {
5014
5031
  };
5015
5032
  cookie?: never;
5016
5033
  };
5017
- requestBody?: {
5034
+ requestBody: {
5018
5035
  content: {
5019
5036
  "application/json": {
5020
5037
  /** Format: uuid */
@@ -5213,7 +5230,7 @@ export interface operations {
5213
5230
  };
5214
5231
  cookie?: never;
5215
5232
  };
5216
- requestBody?: {
5233
+ requestBody: {
5217
5234
  content: {
5218
5235
  "application/json": Record<string, never>;
5219
5236
  };
@@ -6909,7 +6926,7 @@ export interface operations {
6909
6926
  path?: never;
6910
6927
  cookie?: never;
6911
6928
  };
6912
- requestBody?: {
6929
+ requestBody: {
6913
6930
  content: {
6914
6931
  "application/json": {
6915
6932
  /** Format: uuid */
@@ -7048,7 +7065,7 @@ export interface operations {
7048
7065
  };
7049
7066
  cookie?: never;
7050
7067
  };
7051
- requestBody?: {
7068
+ requestBody: {
7052
7069
  content: {
7053
7070
  "application/json": {
7054
7071
  /** @enum {string} */
@@ -7487,7 +7504,7 @@ export interface operations {
7487
7504
  path?: never;
7488
7505
  cookie?: never;
7489
7506
  };
7490
- requestBody?: {
7507
+ requestBody: {
7491
7508
  content: {
7492
7509
  "application/json": {
7493
7510
  /** Format: uuid */
@@ -8025,7 +8042,7 @@ export interface operations {
8025
8042
  };
8026
8043
  cookie?: never;
8027
8044
  };
8028
- requestBody?: {
8045
+ requestBody: {
8029
8046
  content: {
8030
8047
  "application/json": {
8031
8048
  reconciledTransactionIds?: string[] | null;
@@ -8358,7 +8375,7 @@ export interface operations {
8358
8375
  path?: never;
8359
8376
  cookie?: never;
8360
8377
  };
8361
- requestBody?: {
8378
+ requestBody: {
8362
8379
  content: {
8363
8380
  "application/json": {
8364
8381
  name: string;
@@ -8610,7 +8627,7 @@ export interface operations {
8610
8627
  path?: never;
8611
8628
  cookie?: never;
8612
8629
  };
8613
- requestBody?: {
8630
+ requestBody: {
8614
8631
  content: {
8615
8632
  "application/json": {
8616
8633
  name: string;
@@ -9029,7 +9046,7 @@ export interface operations {
9029
9046
  };
9030
9047
  cookie?: never;
9031
9048
  };
9032
- requestBody?: {
9049
+ requestBody: {
9033
9050
  content: {
9034
9051
  "application/json": {
9035
9052
  name?: string;
@@ -9285,7 +9302,7 @@ export interface operations {
9285
9302
  };
9286
9303
  cookie?: never;
9287
9304
  };
9288
- requestBody?: {
9305
+ requestBody: {
9289
9306
  content: {
9290
9307
  "application/json": Record<string, never>;
9291
9308
  };
@@ -9394,7 +9411,7 @@ export interface operations {
9394
9411
  };
9395
9412
  cookie?: never;
9396
9413
  };
9397
- requestBody?: {
9414
+ requestBody: {
9398
9415
  content: {
9399
9416
  "application/json": {
9400
9417
  bankRecordIds: string[];
@@ -9797,7 +9814,7 @@ export interface operations {
9797
9814
  path?: never;
9798
9815
  cookie?: never;
9799
9816
  };
9800
- requestBody?: {
9817
+ requestBody: {
9801
9818
  content: {
9802
9819
  "application/json": {
9803
9820
  listingId: string;
@@ -9925,7 +9942,7 @@ export interface operations {
9925
9942
  path?: never;
9926
9943
  cookie?: never;
9927
9944
  };
9928
- requestBody?: {
9945
+ requestBody: {
9929
9946
  content: {
9930
9947
  "application/json": Record<string, never>;
9931
9948
  };
@@ -10196,7 +10213,7 @@ export interface operations {
10196
10213
  path?: never;
10197
10214
  cookie?: never;
10198
10215
  };
10199
- requestBody?: {
10216
+ requestBody: {
10200
10217
  content: {
10201
10218
  "application/json": {
10202
10219
  name?: string;
@@ -10339,7 +10356,7 @@ export interface operations {
10339
10356
  path?: never;
10340
10357
  cookie?: never;
10341
10358
  };
10342
- requestBody?: {
10359
+ requestBody: {
10343
10360
  content: {
10344
10361
  "application/json": {
10345
10362
  isInitial?: boolean;
@@ -10472,7 +10489,7 @@ export interface operations {
10472
10489
  path?: never;
10473
10490
  cookie?: never;
10474
10491
  };
10475
- requestBody?: {
10492
+ requestBody: {
10476
10493
  content: {
10477
10494
  "application/json": {
10478
10495
  appId: string;
@@ -10725,7 +10742,7 @@ export interface operations {
10725
10742
  };
10726
10743
  cookie?: never;
10727
10744
  };
10728
- requestBody?: {
10745
+ requestBody: {
10729
10746
  content: {
10730
10747
  "application/json": Record<string, never>;
10731
10748
  };
@@ -10834,7 +10851,7 @@ export interface operations {
10834
10851
  };
10835
10852
  cookie?: never;
10836
10853
  };
10837
- requestBody?: {
10854
+ requestBody: {
10838
10855
  content: {
10839
10856
  "application/json": {
10840
10857
  uniqueRef: string;
@@ -11151,7 +11168,7 @@ export interface operations {
11151
11168
  path?: never;
11152
11169
  cookie?: never;
11153
11170
  };
11154
- requestBody?: {
11171
+ requestBody: {
11155
11172
  content: {
11156
11173
  "application/json": {
11157
11174
  address?: {
@@ -11329,7 +11346,7 @@ export interface operations {
11329
11346
  path?: never;
11330
11347
  cookie?: never;
11331
11348
  };
11332
- requestBody?: {
11349
+ requestBody: {
11333
11350
  content: {
11334
11351
  "application/json": {
11335
11352
  /** Format: uuid */
@@ -11742,7 +11759,7 @@ export interface operations {
11742
11759
  };
11743
11760
  cookie?: never;
11744
11761
  };
11745
- requestBody?: {
11762
+ requestBody: {
11746
11763
  content: {
11747
11764
  "application/json": {
11748
11765
  address?: {
@@ -11924,7 +11941,7 @@ export interface operations {
11924
11941
  };
11925
11942
  cookie?: never;
11926
11943
  };
11927
- requestBody?: {
11944
+ requestBody: {
11928
11945
  content: {
11929
11946
  "application/json": Record<string, never>;
11930
11947
  };
@@ -12033,7 +12050,7 @@ export interface operations {
12033
12050
  };
12034
12051
  cookie?: never;
12035
12052
  };
12036
- requestBody?: {
12053
+ requestBody: {
12037
12054
  content: {
12038
12055
  "application/json": {
12039
12056
  /** @default true */
@@ -12144,7 +12161,7 @@ export interface operations {
12144
12161
  };
12145
12162
  cookie?: never;
12146
12163
  };
12147
- requestBody?: {
12164
+ requestBody: {
12148
12165
  content: {
12149
12166
  "application/json": Record<string, never>;
12150
12167
  };
@@ -12251,7 +12268,7 @@ export interface operations {
12251
12268
  path?: never;
12252
12269
  cookie?: never;
12253
12270
  };
12254
- requestBody?: {
12271
+ requestBody: {
12255
12272
  content: {
12256
12273
  "application/json": {
12257
12274
  fileData?: string;
@@ -12856,7 +12873,7 @@ export interface operations {
12856
12873
  };
12857
12874
  cookie?: never;
12858
12875
  };
12859
- requestBody?: {
12876
+ requestBody: {
12860
12877
  content: {
12861
12878
  "application/json": {
12862
12879
  /** @enum {string} */
@@ -13138,7 +13155,7 @@ export interface operations {
13138
13155
  };
13139
13156
  cookie?: never;
13140
13157
  };
13141
- requestBody?: {
13158
+ requestBody: {
13142
13159
  content: {
13143
13160
  "application/json": {
13144
13161
  /** Format: uuid */
@@ -13755,7 +13772,7 @@ export interface operations {
13755
13772
  };
13756
13773
  cookie?: never;
13757
13774
  };
13758
- requestBody?: {
13775
+ requestBody: {
13759
13776
  content: {
13760
13777
  "application/json": {
13761
13778
  value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {
@@ -14121,7 +14138,7 @@ export interface operations {
14121
14138
  path?: never;
14122
14139
  cookie?: never;
14123
14140
  };
14124
- requestBody?: {
14141
+ requestBody: {
14125
14142
  content: {
14126
14143
  "application/json": {
14127
14144
  bookingChannelIds: string[];
@@ -14242,7 +14259,7 @@ export interface operations {
14242
14259
  path?: never;
14243
14260
  cookie?: never;
14244
14261
  };
14245
- requestBody?: {
14262
+ requestBody: {
14246
14263
  content: {
14247
14264
  "application/json": {
14248
14265
  /** Format: uuid */
@@ -14362,7 +14379,7 @@ export interface operations {
14362
14379
  path?: never;
14363
14380
  cookie?: never;
14364
14381
  };
14365
- requestBody?: {
14382
+ requestBody: {
14366
14383
  content: {
14367
14384
  "application/json": {
14368
14385
  uniqueRef: string;
@@ -14729,7 +14746,7 @@ export interface operations {
14729
14746
  };
14730
14747
  cookie?: never;
14731
14748
  };
14732
- requestBody?: {
14749
+ requestBody: {
14733
14750
  content: {
14734
14751
  "application/json": Record<string, never>;
14735
14752
  };
@@ -14846,7 +14863,7 @@ export interface operations {
14846
14863
  };
14847
14864
  cookie?: never;
14848
14865
  };
14849
- requestBody?: {
14866
+ requestBody: {
14850
14867
  content: {
14851
14868
  "application/json": {
14852
14869
  comment: string | null;
@@ -14969,7 +14986,7 @@ export interface operations {
14969
14986
  };
14970
14987
  cookie?: never;
14971
14988
  };
14972
- requestBody?: {
14989
+ requestBody: {
14973
14990
  content: {
14974
14991
  "application/json": {
14975
14992
  candidateId: string | null;
@@ -15731,7 +15748,7 @@ export interface operations {
15731
15748
  path?: never;
15732
15749
  cookie?: never;
15733
15750
  };
15734
- requestBody?: {
15751
+ requestBody: {
15735
15752
  content: {
15736
15753
  "application/json": {
15737
15754
  name?: string | null;
@@ -15987,7 +16004,7 @@ export interface operations {
15987
16004
  path?: never;
15988
16005
  cookie?: never;
15989
16006
  };
15990
- requestBody?: {
16007
+ requestBody: {
15991
16008
  content: {
15992
16009
  "application/json": {
15993
16010
  /** Format: uuid */
@@ -16529,7 +16546,7 @@ export interface operations {
16529
16546
  path?: never;
16530
16547
  cookie?: never;
16531
16548
  };
16532
- requestBody?: {
16549
+ requestBody: {
16533
16550
  content: {
16534
16551
  "application/json": {
16535
16552
  /** Format: uuid */
@@ -16780,7 +16797,7 @@ export interface operations {
16780
16797
  };
16781
16798
  cookie?: never;
16782
16799
  };
16783
- requestBody?: {
16800
+ requestBody: {
16784
16801
  content: {
16785
16802
  "application/json": {
16786
16803
  /** Format: uuid */
@@ -16917,7 +16934,7 @@ export interface operations {
16917
16934
  };
16918
16935
  cookie?: never;
16919
16936
  };
16920
- requestBody?: {
16937
+ requestBody: {
16921
16938
  content: {
16922
16939
  "application/json": Record<string, never>;
16923
16940
  };
@@ -17238,7 +17255,7 @@ export interface operations {
17238
17255
  };
17239
17256
  cookie?: never;
17240
17257
  };
17241
- requestBody?: {
17258
+ requestBody: {
17242
17259
  content: {
17243
17260
  "application/json": {
17244
17261
  name?: string | null;
@@ -17499,7 +17516,7 @@ export interface operations {
17499
17516
  };
17500
17517
  cookie?: never;
17501
17518
  };
17502
- requestBody?: {
17519
+ requestBody: {
17503
17520
  content: {
17504
17521
  "application/json": Record<string, never>;
17505
17522
  };
@@ -17718,7 +17735,7 @@ export interface operations {
17718
17735
  };
17719
17736
  cookie?: never;
17720
17737
  };
17721
- requestBody?: {
17738
+ requestBody: {
17722
17739
  content: {
17723
17740
  "application/json": {
17724
17741
  /** @description Value in cents (100 = 1€) */
@@ -19981,7 +19998,7 @@ export interface operations {
19981
19998
  path?: never;
19982
19999
  cookie?: never;
19983
20000
  };
19984
- requestBody?: {
20001
+ requestBody: {
19985
20002
  content: {
19986
20003
  "application/json": {
19987
20004
  connectionId: string;
@@ -20136,7 +20153,7 @@ export interface operations {
20136
20153
  path?: never;
20137
20154
  cookie?: never;
20138
20155
  };
20139
- requestBody?: {
20156
+ requestBody: {
20140
20157
  content: {
20141
20158
  "application/json": {
20142
20159
  connectionId?: string | null;
@@ -20248,7 +20265,7 @@ export interface operations {
20248
20265
  path?: never;
20249
20266
  cookie?: never;
20250
20267
  };
20251
- requestBody?: {
20268
+ requestBody: {
20252
20269
  content: {
20253
20270
  "application/json": {
20254
20271
  environment?: ("sandbox" | "production") | null;
@@ -20698,7 +20715,7 @@ export interface operations {
20698
20715
  path?: never;
20699
20716
  cookie?: never;
20700
20717
  };
20701
- requestBody?: {
20718
+ requestBody: {
20702
20719
  content: {
20703
20720
  "application/json": {
20704
20721
  name: string;
@@ -20837,7 +20854,7 @@ export interface operations {
20837
20854
  };
20838
20855
  cookie?: never;
20839
20856
  };
20840
- requestBody?: {
20857
+ requestBody: {
20841
20858
  content: {
20842
20859
  "application/json": {
20843
20860
  name?: string;
@@ -20978,7 +20995,7 @@ export interface operations {
20978
20995
  };
20979
20996
  cookie?: never;
20980
20997
  };
20981
- requestBody?: {
20998
+ requestBody: {
20982
20999
  content: {
20983
21000
  "application/json": Record<string, never>;
20984
21001
  };
@@ -21291,7 +21308,7 @@ export interface operations {
21291
21308
  path?: never;
21292
21309
  cookie?: never;
21293
21310
  };
21294
- requestBody?: {
21311
+ requestBody: {
21295
21312
  content: {
21296
21313
  "application/json": {
21297
21314
  uniqueRef?: string | null;
@@ -21648,7 +21665,7 @@ export interface operations {
21648
21665
  path?: never;
21649
21666
  cookie?: never;
21650
21667
  };
21651
- requestBody?: {
21668
+ requestBody: {
21652
21669
  content: {
21653
21670
  "application/json": {
21654
21671
  /** Format: uuid */
@@ -21779,7 +21796,7 @@ export interface operations {
21779
21796
  };
21780
21797
  cookie?: never;
21781
21798
  };
21782
- requestBody?: {
21799
+ requestBody: {
21783
21800
  content: {
21784
21801
  "application/json": {
21785
21802
  /** Format: uuid */
@@ -21910,7 +21927,7 @@ export interface operations {
21910
21927
  };
21911
21928
  cookie?: never;
21912
21929
  };
21913
- requestBody?: {
21930
+ requestBody: {
21914
21931
  content: {
21915
21932
  "application/json": Record<string, never>;
21916
21933
  };
@@ -22017,7 +22034,7 @@ export interface operations {
22017
22034
  path?: never;
22018
22035
  cookie?: never;
22019
22036
  };
22020
- requestBody?: {
22037
+ requestBody: {
22021
22038
  content: {
22022
22039
  "application/json": {
22023
22040
  uniqueRef?: string | null;
@@ -22459,7 +22476,7 @@ export interface operations {
22459
22476
  };
22460
22477
  cookie?: never;
22461
22478
  };
22462
- requestBody?: {
22479
+ requestBody: {
22463
22480
  content: {
22464
22481
  "application/json": {
22465
22482
  uniqueRef?: string | null;
@@ -22685,7 +22702,7 @@ export interface operations {
22685
22702
  };
22686
22703
  cookie?: never;
22687
22704
  };
22688
- requestBody?: {
22705
+ requestBody: {
22689
22706
  content: {
22690
22707
  "application/json": Record<string, never>;
22691
22708
  };
@@ -27180,7 +27197,7 @@ export interface operations {
27180
27197
  path?: never;
27181
27198
  cookie?: never;
27182
27199
  };
27183
- requestBody?: {
27200
+ requestBody: {
27184
27201
  content: {
27185
27202
  "application/json": {
27186
27203
  currency?: string | null;
@@ -27676,7 +27693,7 @@ export interface operations {
27676
27693
  path?: never;
27677
27694
  cookie?: never;
27678
27695
  };
27679
- requestBody?: {
27696
+ requestBody: {
27680
27697
  content: {
27681
27698
  "application/json": {
27682
27699
  /** Format: uuid */
@@ -27978,7 +27995,7 @@ export interface operations {
27978
27995
  path?: never;
27979
27996
  cookie?: never;
27980
27997
  };
27981
- requestBody?: {
27998
+ requestBody: {
27982
27999
  content: {
27983
28000
  "application/json": {
27984
28001
  /**
@@ -28239,7 +28256,7 @@ export interface operations {
28239
28256
  path?: never;
28240
28257
  cookie?: never;
28241
28258
  };
28242
- requestBody?: {
28259
+ requestBody: {
28243
28260
  content: {
28244
28261
  "application/json": {
28245
28262
  type: string;
@@ -28475,6 +28492,111 @@ export interface operations {
28475
28492
  };
28476
28493
  };
28477
28494
  };
28495
+ getReservationsLineMappingsSuggestions: {
28496
+ parameters: {
28497
+ query?: {
28498
+ enableBatchDeterministic?: boolean;
28499
+ };
28500
+ header?: never;
28501
+ path?: never;
28502
+ cookie?: never;
28503
+ };
28504
+ requestBody?: never;
28505
+ responses: {
28506
+ /** @description Successful response */
28507
+ 200: {
28508
+ headers: {
28509
+ [name: string]: unknown;
28510
+ };
28511
+ content: {
28512
+ "application/json": {
28513
+ publicAccessToken: string;
28514
+ runId: string;
28515
+ };
28516
+ };
28517
+ };
28518
+ /** @description Bad request */
28519
+ 400: {
28520
+ headers: {
28521
+ [name: string]: unknown;
28522
+ };
28523
+ content: {
28524
+ "application/json": {
28525
+ code: string;
28526
+ message: string;
28527
+ issues?: {
28528
+ message: string;
28529
+ }[];
28530
+ context?: unknown;
28531
+ };
28532
+ };
28533
+ };
28534
+ /** @description Unauthorized */
28535
+ 401: {
28536
+ headers: {
28537
+ [name: string]: unknown;
28538
+ };
28539
+ content: {
28540
+ "application/json": {
28541
+ code: string;
28542
+ message: string;
28543
+ issues?: {
28544
+ message: string;
28545
+ }[];
28546
+ context?: unknown;
28547
+ };
28548
+ };
28549
+ };
28550
+ /** @description Forbidden */
28551
+ 403: {
28552
+ headers: {
28553
+ [name: string]: unknown;
28554
+ };
28555
+ content: {
28556
+ "application/json": {
28557
+ code: string;
28558
+ message: string;
28559
+ issues?: {
28560
+ message: string;
28561
+ }[];
28562
+ context?: unknown;
28563
+ };
28564
+ };
28565
+ };
28566
+ /** @description Not found */
28567
+ 404: {
28568
+ headers: {
28569
+ [name: string]: unknown;
28570
+ };
28571
+ content: {
28572
+ "application/json": {
28573
+ code: string;
28574
+ message: string;
28575
+ issues?: {
28576
+ message: string;
28577
+ }[];
28578
+ context?: unknown;
28579
+ };
28580
+ };
28581
+ };
28582
+ /** @description Internal server error */
28583
+ 500: {
28584
+ headers: {
28585
+ [name: string]: unknown;
28586
+ };
28587
+ content: {
28588
+ "application/json": {
28589
+ code: string;
28590
+ message: string;
28591
+ issues?: {
28592
+ message: string;
28593
+ }[];
28594
+ context?: unknown;
28595
+ };
28596
+ };
28597
+ };
28598
+ };
28599
+ };
28478
28600
  putReservationsLineMappingsByType: {
28479
28601
  parameters: {
28480
28602
  query?: never;
@@ -28484,7 +28606,7 @@ export interface operations {
28484
28606
  };
28485
28607
  cookie?: never;
28486
28608
  };
28487
- requestBody?: {
28609
+ requestBody: {
28488
28610
  content: {
28489
28611
  "application/json": {
28490
28612
  description?: string | null;
@@ -29076,7 +29198,7 @@ export interface operations {
29076
29198
  };
29077
29199
  cookie?: never;
29078
29200
  };
29079
- requestBody?: {
29201
+ requestBody: {
29080
29202
  content: {
29081
29203
  "application/json": {
29082
29204
  currency?: string | null;
@@ -29651,7 +29773,7 @@ export interface operations {
29651
29773
  };
29652
29774
  cookie?: never;
29653
29775
  };
29654
- requestBody?: {
29776
+ requestBody: {
29655
29777
  content: {
29656
29778
  "application/json": Record<string, never>;
29657
29779
  };
@@ -29760,7 +29882,7 @@ export interface operations {
29760
29882
  };
29761
29883
  cookie?: never;
29762
29884
  };
29763
- requestBody?: {
29885
+ requestBody: {
29764
29886
  content: {
29765
29887
  "application/json": {
29766
29888
  /** @enum {string} */
@@ -29874,7 +29996,7 @@ export interface operations {
29874
29996
  };
29875
29997
  cookie?: never;
29876
29998
  };
29877
- requestBody?: {
29999
+ requestBody: {
29878
30000
  content: {
29879
30001
  "application/json": {
29880
30002
  id?: string | null;
@@ -30339,7 +30461,7 @@ export interface operations {
30339
30461
  };
30340
30462
  cookie?: never;
30341
30463
  };
30342
- requestBody?: {
30464
+ requestBody: {
30343
30465
  content: {
30344
30466
  "application/json": {
30345
30467
  description?: string | null;
@@ -30803,7 +30925,7 @@ export interface operations {
30803
30925
  };
30804
30926
  cookie?: never;
30805
30927
  };
30806
- requestBody?: {
30928
+ requestBody: {
30807
30929
  content: {
30808
30930
  "application/json": Record<string, never>;
30809
30931
  };
@@ -31630,7 +31752,7 @@ export interface operations {
31630
31752
  path?: never;
31631
31753
  cookie?: never;
31632
31754
  };
31633
- requestBody?: {
31755
+ requestBody: {
31634
31756
  content: {
31635
31757
  "application/json": {
31636
31758
  /**
@@ -33424,7 +33546,7 @@ export interface operations {
33424
33546
  path?: never;
33425
33547
  cookie?: never;
33426
33548
  };
33427
- requestBody?: {
33549
+ requestBody: {
33428
33550
  content: {
33429
33551
  "application/json": {
33430
33552
  name: string;
@@ -33863,7 +33985,7 @@ export interface operations {
33863
33985
  };
33864
33986
  cookie?: never;
33865
33987
  };
33866
- requestBody?: {
33988
+ requestBody: {
33867
33989
  content: {
33868
33990
  "application/json": {
33869
33991
  name?: string;
@@ -34111,7 +34233,7 @@ export interface operations {
34111
34233
  };
34112
34234
  cookie?: never;
34113
34235
  };
34114
- requestBody?: {
34236
+ requestBody: {
34115
34237
  content: {
34116
34238
  "application/json": Record<string, never>;
34117
34239
  };
@@ -34217,7 +34339,7 @@ export interface operations {
34217
34339
  path?: never;
34218
34340
  cookie?: never;
34219
34341
  };
34220
- requestBody?: {
34342
+ requestBody: {
34221
34343
  content: {
34222
34344
  "application/json": {
34223
34345
  date?: string | null;
@@ -35536,7 +35658,7 @@ export interface operations {
35536
35658
  };
35537
35659
  cookie?: never;
35538
35660
  };
35539
- requestBody?: {
35661
+ requestBody: {
35540
35662
  content: {
35541
35663
  "application/json": {
35542
35664
  /** @enum {string} */
@@ -36155,7 +36277,7 @@ export interface operations {
36155
36277
  };
36156
36278
  cookie?: never;
36157
36279
  };
36158
- requestBody?: {
36280
+ requestBody: {
36159
36281
  content: {
36160
36282
  "application/json": Record<string, never>;
36161
36283
  };
@@ -36263,7 +36385,7 @@ export interface operations {
36263
36385
  };
36264
36386
  cookie?: never;
36265
36387
  };
36266
- requestBody?: {
36388
+ requestBody: {
36267
36389
  content: {
36268
36390
  "application/json": {
36269
36391
  date?: string | null;
@@ -36380,7 +36502,7 @@ export interface operations {
36380
36502
  };
36381
36503
  cookie?: never;
36382
36504
  };
36383
- requestBody?: {
36505
+ requestBody: {
36384
36506
  content: {
36385
36507
  "application/json": Record<string, never>;
36386
36508
  };
@@ -36489,7 +36611,7 @@ export interface operations {
36489
36611
  path?: never;
36490
36612
  cookie?: never;
36491
36613
  };
36492
- requestBody?: {
36614
+ requestBody: {
36493
36615
  content: {
36494
36616
  "application/json": {
36495
36617
  /** @enum {string} */
@@ -36736,7 +36858,7 @@ export interface operations {
36736
36858
  path?: never;
36737
36859
  cookie?: never;
36738
36860
  };
36739
- requestBody?: {
36861
+ requestBody: {
36740
36862
  content: {
36741
36863
  "application/json": {
36742
36864
  /** Format: uuid */
@@ -36881,7 +37003,7 @@ export interface operations {
36881
37003
  path?: never;
36882
37004
  cookie?: never;
36883
37005
  };
36884
- requestBody?: {
37006
+ requestBody: {
36885
37007
  content: {
36886
37008
  "application/json": {
36887
37009
  /** Format: uuid */
@@ -37011,7 +37133,7 @@ export interface operations {
37011
37133
  };
37012
37134
  cookie?: never;
37013
37135
  };
37014
- requestBody?: {
37136
+ requestBody: {
37015
37137
  content: {
37016
37138
  "application/json": {
37017
37139
  params?: {
@@ -37269,7 +37391,7 @@ export interface operations {
37269
37391
  };
37270
37392
  cookie?: never;
37271
37393
  };
37272
- requestBody?: {
37394
+ requestBody: {
37273
37395
  content: {
37274
37396
  "application/json": {
37275
37397
  /** @enum {string} */
@@ -37414,7 +37536,7 @@ export interface operations {
37414
37536
  };
37415
37537
  cookie?: never;
37416
37538
  };
37417
- requestBody?: {
37539
+ requestBody: {
37418
37540
  content: {
37419
37541
  "application/json": Record<string, never>;
37420
37542
  };
@@ -37755,7 +37877,7 @@ export interface operations {
37755
37877
  path?: never;
37756
37878
  cookie?: never;
37757
37879
  };
37758
- requestBody?: {
37880
+ requestBody: {
37759
37881
  content: {
37760
37882
  "application/json": {
37761
37883
  defaultCurrency?: string | null;
@@ -38391,7 +38513,7 @@ export interface operations {
38391
38513
  path?: never;
38392
38514
  cookie?: never;
38393
38515
  };
38394
- requestBody?: {
38516
+ requestBody: {
38395
38517
  content: {
38396
38518
  "application/json": {
38397
38519
  /** Format: uuid */
@@ -38618,7 +38740,7 @@ export interface operations {
38618
38740
  path?: never;
38619
38741
  cookie?: never;
38620
38742
  };
38621
- requestBody?: {
38743
+ requestBody: {
38622
38744
  content: {
38623
38745
  "application/json": {
38624
38746
  /** Format: uuid */
@@ -39081,7 +39203,7 @@ export interface operations {
39081
39203
  path?: never;
39082
39204
  cookie?: never;
39083
39205
  };
39084
- requestBody?: {
39206
+ requestBody: {
39085
39207
  content: {
39086
39208
  "application/json": {
39087
39209
  /** @enum {string} */
@@ -39309,7 +39431,7 @@ export interface operations {
39309
39431
  path?: never;
39310
39432
  cookie?: never;
39311
39433
  };
39312
- requestBody?: {
39434
+ requestBody: {
39313
39435
  content: {
39314
39436
  "application/json": {
39315
39437
  /** @description Value in cents (100 = 1€) */
@@ -39550,7 +39672,7 @@ export interface operations {
39550
39672
  path?: never;
39551
39673
  cookie?: never;
39552
39674
  };
39553
- requestBody?: {
39675
+ requestBody: {
39554
39676
  content: {
39555
39677
  "application/json": {
39556
39678
  accountId?: string | null;
@@ -39932,7 +40054,7 @@ export interface operations {
39932
40054
  path?: never;
39933
40055
  cookie?: never;
39934
40056
  };
39935
- requestBody?: {
40057
+ requestBody: {
39936
40058
  content: {
39937
40059
  "application/json": {
39938
40060
  accountId?: string | null;
@@ -40165,7 +40287,7 @@ export interface operations {
40165
40287
  path?: never;
40166
40288
  cookie?: never;
40167
40289
  };
40168
- requestBody?: {
40290
+ requestBody: {
40169
40291
  content: {
40170
40292
  "application/json": {
40171
40293
  accountId?: string | null;
@@ -40393,7 +40515,7 @@ export interface operations {
40393
40515
  path?: never;
40394
40516
  cookie?: never;
40395
40517
  };
40396
- requestBody?: {
40518
+ requestBody: {
40397
40519
  content: {
40398
40520
  "application/json": {
40399
40521
  /** @description Value in cents (100 = 1€) */
@@ -40729,7 +40851,7 @@ export interface operations {
40729
40851
  };
40730
40852
  cookie?: never;
40731
40853
  };
40732
- requestBody?: {
40854
+ requestBody: {
40733
40855
  content: {
40734
40856
  "application/json": {
40735
40857
  defaultCurrency?: string | null;
@@ -41018,7 +41140,7 @@ export interface operations {
41018
41140
  };
41019
41141
  cookie?: never;
41020
41142
  };
41021
- requestBody?: {
41143
+ requestBody: {
41022
41144
  content: {
41023
41145
  "application/json": Record<string, never>;
41024
41146
  };
@@ -41126,7 +41248,7 @@ export interface operations {
41126
41248
  };
41127
41249
  cookie?: never;
41128
41250
  };
41129
- requestBody?: {
41251
+ requestBody: {
41130
41252
  content: {
41131
41253
  "application/json": {
41132
41254
  booksClosedAt: string | null;
@@ -41238,7 +41360,7 @@ export interface operations {
41238
41360
  };
41239
41361
  cookie?: never;
41240
41362
  };
41241
- requestBody?: {
41363
+ requestBody: {
41242
41364
  content: {
41243
41365
  "application/json": Record<string, never>;
41244
41366
  };
@@ -41346,7 +41468,7 @@ export interface operations {
41346
41468
  };
41347
41469
  cookie?: never;
41348
41470
  };
41349
- requestBody?: {
41471
+ requestBody: {
41350
41472
  content: {
41351
41473
  "application/json": {
41352
41474
  taxRateCountryOverwrite?: string | null;
@@ -42036,7 +42158,7 @@ export interface operations {
42036
42158
  };
42037
42159
  cookie?: never;
42038
42160
  };
42039
- requestBody?: {
42161
+ requestBody: {
42040
42162
  content: {
42041
42163
  "application/json": Record<string, never>;
42042
42164
  };
@@ -42145,7 +42267,7 @@ export interface operations {
42145
42267
  };
42146
42268
  cookie?: never;
42147
42269
  };
42148
- requestBody?: {
42270
+ requestBody: {
42149
42271
  content: {
42150
42272
  "application/json": {
42151
42273
  isOwnerAccessible: boolean;
@@ -42748,7 +42870,7 @@ export interface operations {
42748
42870
  path?: never;
42749
42871
  cookie?: never;
42750
42872
  };
42751
- requestBody?: {
42873
+ requestBody: {
42752
42874
  content: {
42753
42875
  "application/json": {
42754
42876
  description?: string;
@@ -43157,7 +43279,7 @@ export interface operations {
43157
43279
  path?: never;
43158
43280
  cookie?: never;
43159
43281
  };
43160
- requestBody?: {
43282
+ requestBody: {
43161
43283
  content: {
43162
43284
  "application/json": {
43163
43285
  /** Format: uuid */
@@ -43867,7 +43989,7 @@ export interface operations {
43867
43989
  path?: never;
43868
43990
  cookie?: never;
43869
43991
  };
43870
- requestBody?: {
43992
+ requestBody: {
43871
43993
  content: {
43872
43994
  "application/json": {
43873
43995
  ids?: string[];
@@ -44100,7 +44222,7 @@ export interface operations {
44100
44222
  };
44101
44223
  cookie?: never;
44102
44224
  };
44103
- requestBody?: {
44225
+ requestBody: {
44104
44226
  content: {
44105
44227
  "application/json": {
44106
44228
  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;
@@ -44621,7 +44743,7 @@ export interface operations {
44621
44743
  path?: never;
44622
44744
  cookie?: never;
44623
44745
  };
44624
- requestBody?: {
44746
+ requestBody: {
44625
44747
  content: {
44626
44748
  "application/json": {
44627
44749
  uniqueRef: string;
@@ -44921,7 +45043,7 @@ export interface operations {
44921
45043
  path?: never;
44922
45044
  cookie?: never;
44923
45045
  };
44924
- requestBody?: {
45046
+ requestBody: {
44925
45047
  content: {
44926
45048
  "application/json": {
44927
45049
  date: string;
@@ -45308,7 +45430,7 @@ export interface operations {
45308
45430
  };
45309
45431
  cookie?: never;
45310
45432
  };
45311
- requestBody?: {
45433
+ requestBody: {
45312
45434
  content: {
45313
45435
  "application/json": {
45314
45436
  uniqueRef?: string;
@@ -45613,7 +45735,7 @@ export interface operations {
45613
45735
  };
45614
45736
  cookie?: never;
45615
45737
  };
45616
- requestBody?: {
45738
+ requestBody: {
45617
45739
  content: {
45618
45740
  "application/json": Record<string, never>;
45619
45741
  };
@@ -45722,7 +45844,7 @@ export interface operations {
45722
45844
  };
45723
45845
  cookie?: never;
45724
45846
  };
45725
- requestBody?: {
45847
+ requestBody: {
45726
45848
  content: {
45727
45849
  "application/json": {
45728
45850
  dates: string[] | null;
@@ -46541,7 +46663,7 @@ export interface operations {
46541
46663
  };
46542
46664
  cookie?: never;
46543
46665
  };
46544
- requestBody?: {
46666
+ requestBody: {
46545
46667
  content: {
46546
46668
  "application/json": {
46547
46669
  description?: string;
@@ -47015,7 +47137,7 @@ export interface operations {
47015
47137
  };
47016
47138
  cookie?: never;
47017
47139
  };
47018
- requestBody?: {
47140
+ requestBody: {
47019
47141
  content: {
47020
47142
  "application/json": Record<string, never>;
47021
47143
  };
@@ -47125,7 +47247,7 @@ export interface operations {
47125
47247
  };
47126
47248
  cookie?: never;
47127
47249
  };
47128
- requestBody?: {
47250
+ requestBody: {
47129
47251
  content: {
47130
47252
  "application/json": {
47131
47253
  recurringTemplateId?: string | null;
@@ -47493,7 +47615,7 @@ export interface operations {
47493
47615
  };
47494
47616
  cookie?: never;
47495
47617
  };
47496
- requestBody?: {
47618
+ requestBody: {
47497
47619
  content: {
47498
47620
  "application/json": {
47499
47621
  description: string;