@vrplatform/api 1.3.1-2281 → 1.3.1-2282

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