@vrplatform/api 1.3.1-2281 → 1.3.1-2285

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