@vrplatform/api 1.3.1-preview.2284 → 1.3.1-preview.2289

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.
@@ -4125,7 +4125,7 @@ export interface operations {
4125
4125
  };
4126
4126
  cookie?: never;
4127
4127
  };
4128
- requestBody: {
4128
+ requestBody?: {
4129
4129
  content: {
4130
4130
  "application/json": {
4131
4131
  name?: string;
@@ -4334,7 +4334,7 @@ export interface operations {
4334
4334
  };
4335
4335
  cookie?: never;
4336
4336
  };
4337
- requestBody: {
4337
+ requestBody?: {
4338
4338
  content: {
4339
4339
  "application/json": Record<string, never>;
4340
4340
  };
@@ -4443,7 +4443,7 @@ export interface operations {
4443
4443
  };
4444
4444
  cookie?: never;
4445
4445
  };
4446
- requestBody: {
4446
+ requestBody?: {
4447
4447
  content: {
4448
4448
  "application/json": {
4449
4449
  startingBalanceDate?: string | null;
@@ -5229,7 +5229,7 @@ export interface operations {
5229
5229
  };
5230
5230
  cookie?: never;
5231
5231
  };
5232
- requestBody: {
5232
+ requestBody?: {
5233
5233
  content: {
5234
5234
  "application/json": Record<string, never>;
5235
5235
  };
@@ -7064,7 +7064,7 @@ export interface operations {
7064
7064
  };
7065
7065
  cookie?: never;
7066
7066
  };
7067
- requestBody: {
7067
+ requestBody?: {
7068
7068
  content: {
7069
7069
  "application/json": {
7070
7070
  /** @enum {string} */
@@ -8041,7 +8041,7 @@ export interface operations {
8041
8041
  };
8042
8042
  cookie?: never;
8043
8043
  };
8044
- requestBody: {
8044
+ requestBody?: {
8045
8045
  content: {
8046
8046
  "application/json": {
8047
8047
  reconciledTransactionIds?: string[] | null;
@@ -9045,7 +9045,7 @@ export interface operations {
9045
9045
  };
9046
9046
  cookie?: never;
9047
9047
  };
9048
- requestBody: {
9048
+ requestBody?: {
9049
9049
  content: {
9050
9050
  "application/json": {
9051
9051
  name?: string;
@@ -9301,7 +9301,7 @@ export interface operations {
9301
9301
  };
9302
9302
  cookie?: never;
9303
9303
  };
9304
- requestBody: {
9304
+ requestBody?: {
9305
9305
  content: {
9306
9306
  "application/json": Record<string, never>;
9307
9307
  };
@@ -9941,7 +9941,7 @@ export interface operations {
9941
9941
  path?: never;
9942
9942
  cookie?: never;
9943
9943
  };
9944
- requestBody: {
9944
+ requestBody?: {
9945
9945
  content: {
9946
9946
  "application/json": Record<string, never>;
9947
9947
  };
@@ -10741,7 +10741,7 @@ export interface operations {
10741
10741
  };
10742
10742
  cookie?: never;
10743
10743
  };
10744
- requestBody: {
10744
+ requestBody?: {
10745
10745
  content: {
10746
10746
  "application/json": Record<string, never>;
10747
10747
  };
@@ -11758,7 +11758,7 @@ export interface operations {
11758
11758
  };
11759
11759
  cookie?: never;
11760
11760
  };
11761
- requestBody: {
11761
+ requestBody?: {
11762
11762
  content: {
11763
11763
  "application/json": {
11764
11764
  address?: {
@@ -11940,7 +11940,7 @@ export interface operations {
11940
11940
  };
11941
11941
  cookie?: never;
11942
11942
  };
11943
- requestBody: {
11943
+ requestBody?: {
11944
11944
  content: {
11945
11945
  "application/json": Record<string, never>;
11946
11946
  };
@@ -12049,7 +12049,7 @@ export interface operations {
12049
12049
  };
12050
12050
  cookie?: never;
12051
12051
  };
12052
- requestBody: {
12052
+ requestBody?: {
12053
12053
  content: {
12054
12054
  "application/json": {
12055
12055
  /** @default true */
@@ -12160,7 +12160,7 @@ export interface operations {
12160
12160
  };
12161
12161
  cookie?: never;
12162
12162
  };
12163
- requestBody: {
12163
+ requestBody?: {
12164
12164
  content: {
12165
12165
  "application/json": Record<string, never>;
12166
12166
  };
@@ -14745,7 +14745,7 @@ export interface operations {
14745
14745
  };
14746
14746
  cookie?: never;
14747
14747
  };
14748
- requestBody: {
14748
+ requestBody?: {
14749
14749
  content: {
14750
14750
  "application/json": Record<string, never>;
14751
14751
  };
@@ -15747,7 +15747,7 @@ export interface operations {
15747
15747
  path?: never;
15748
15748
  cookie?: never;
15749
15749
  };
15750
- requestBody: {
15750
+ requestBody?: {
15751
15751
  content: {
15752
15752
  "application/json": {
15753
15753
  name?: string | null;
@@ -16796,7 +16796,7 @@ export interface operations {
16796
16796
  };
16797
16797
  cookie?: never;
16798
16798
  };
16799
- requestBody: {
16799
+ requestBody?: {
16800
16800
  content: {
16801
16801
  "application/json": {
16802
16802
  /** Format: uuid */
@@ -16933,7 +16933,7 @@ export interface operations {
16933
16933
  };
16934
16934
  cookie?: never;
16935
16935
  };
16936
- requestBody: {
16936
+ requestBody?: {
16937
16937
  content: {
16938
16938
  "application/json": Record<string, never>;
16939
16939
  };
@@ -17254,7 +17254,7 @@ export interface operations {
17254
17254
  };
17255
17255
  cookie?: never;
17256
17256
  };
17257
- requestBody: {
17257
+ requestBody?: {
17258
17258
  content: {
17259
17259
  "application/json": {
17260
17260
  name?: string | null;
@@ -17515,7 +17515,7 @@ export interface operations {
17515
17515
  };
17516
17516
  cookie?: never;
17517
17517
  };
17518
- requestBody: {
17518
+ requestBody?: {
17519
17519
  content: {
17520
17520
  "application/json": Record<string, never>;
17521
17521
  };
@@ -20152,7 +20152,7 @@ export interface operations {
20152
20152
  path?: never;
20153
20153
  cookie?: never;
20154
20154
  };
20155
- requestBody: {
20155
+ requestBody?: {
20156
20156
  content: {
20157
20157
  "application/json": {
20158
20158
  connectionId?: string | null;
@@ -20264,7 +20264,7 @@ export interface operations {
20264
20264
  path?: never;
20265
20265
  cookie?: never;
20266
20266
  };
20267
- requestBody: {
20267
+ requestBody?: {
20268
20268
  content: {
20269
20269
  "application/json": {
20270
20270
  environment?: ("sandbox" | "production") | null;
@@ -20853,7 +20853,7 @@ export interface operations {
20853
20853
  };
20854
20854
  cookie?: never;
20855
20855
  };
20856
- requestBody: {
20856
+ requestBody?: {
20857
20857
  content: {
20858
20858
  "application/json": {
20859
20859
  name?: string;
@@ -20994,7 +20994,7 @@ export interface operations {
20994
20994
  };
20995
20995
  cookie?: never;
20996
20996
  };
20997
- requestBody: {
20997
+ requestBody?: {
20998
20998
  content: {
20999
20999
  "application/json": Record<string, never>;
21000
21000
  };
@@ -21795,7 +21795,7 @@ export interface operations {
21795
21795
  };
21796
21796
  cookie?: never;
21797
21797
  };
21798
- requestBody: {
21798
+ requestBody?: {
21799
21799
  content: {
21800
21800
  "application/json": {
21801
21801
  /** Format: uuid */
@@ -21926,7 +21926,7 @@ export interface operations {
21926
21926
  };
21927
21927
  cookie?: never;
21928
21928
  };
21929
- requestBody: {
21929
+ requestBody?: {
21930
21930
  content: {
21931
21931
  "application/json": Record<string, never>;
21932
21932
  };
@@ -22475,7 +22475,7 @@ export interface operations {
22475
22475
  };
22476
22476
  cookie?: never;
22477
22477
  };
22478
- requestBody: {
22478
+ requestBody?: {
22479
22479
  content: {
22480
22480
  "application/json": {
22481
22481
  uniqueRef?: string | null;
@@ -22701,7 +22701,7 @@ export interface operations {
22701
22701
  };
22702
22702
  cookie?: never;
22703
22703
  };
22704
- requestBody: {
22704
+ requestBody?: {
22705
22705
  content: {
22706
22706
  "application/json": Record<string, never>;
22707
22707
  };
@@ -27994,7 +27994,7 @@ export interface operations {
27994
27994
  path?: never;
27995
27995
  cookie?: never;
27996
27996
  };
27997
- requestBody: {
27997
+ requestBody?: {
27998
27998
  content: {
27999
27999
  "application/json": {
28000
28000
  /**
@@ -28605,7 +28605,7 @@ export interface operations {
28605
28605
  };
28606
28606
  cookie?: never;
28607
28607
  };
28608
- requestBody: {
28608
+ requestBody?: {
28609
28609
  content: {
28610
28610
  "application/json": {
28611
28611
  description?: string | null;
@@ -29197,7 +29197,7 @@ export interface operations {
29197
29197
  };
29198
29198
  cookie?: never;
29199
29199
  };
29200
- requestBody: {
29200
+ requestBody?: {
29201
29201
  content: {
29202
29202
  "application/json": {
29203
29203
  currency?: string | null;
@@ -29772,7 +29772,7 @@ export interface operations {
29772
29772
  };
29773
29773
  cookie?: never;
29774
29774
  };
29775
- requestBody: {
29775
+ requestBody?: {
29776
29776
  content: {
29777
29777
  "application/json": Record<string, never>;
29778
29778
  };
@@ -30460,7 +30460,7 @@ export interface operations {
30460
30460
  };
30461
30461
  cookie?: never;
30462
30462
  };
30463
- requestBody: {
30463
+ requestBody?: {
30464
30464
  content: {
30465
30465
  "application/json": {
30466
30466
  description?: string | null;
@@ -30924,7 +30924,7 @@ export interface operations {
30924
30924
  };
30925
30925
  cookie?: never;
30926
30926
  };
30927
- requestBody: {
30927
+ requestBody?: {
30928
30928
  content: {
30929
30929
  "application/json": Record<string, never>;
30930
30930
  };
@@ -33984,7 +33984,7 @@ export interface operations {
33984
33984
  };
33985
33985
  cookie?: never;
33986
33986
  };
33987
- requestBody: {
33987
+ requestBody?: {
33988
33988
  content: {
33989
33989
  "application/json": {
33990
33990
  name?: string;
@@ -34232,7 +34232,7 @@ export interface operations {
34232
34232
  };
34233
34233
  cookie?: never;
34234
34234
  };
34235
- requestBody: {
34235
+ requestBody?: {
34236
34236
  content: {
34237
34237
  "application/json": Record<string, never>;
34238
34238
  };
@@ -36276,7 +36276,7 @@ export interface operations {
36276
36276
  };
36277
36277
  cookie?: never;
36278
36278
  };
36279
- requestBody: {
36279
+ requestBody?: {
36280
36280
  content: {
36281
36281
  "application/json": Record<string, never>;
36282
36282
  };
@@ -36384,7 +36384,7 @@ export interface operations {
36384
36384
  };
36385
36385
  cookie?: never;
36386
36386
  };
36387
- requestBody: {
36387
+ requestBody?: {
36388
36388
  content: {
36389
36389
  "application/json": {
36390
36390
  date?: string | null;
@@ -36501,7 +36501,7 @@ export interface operations {
36501
36501
  };
36502
36502
  cookie?: never;
36503
36503
  };
36504
- requestBody: {
36504
+ requestBody?: {
36505
36505
  content: {
36506
36506
  "application/json": Record<string, never>;
36507
36507
  };
@@ -37132,7 +37132,7 @@ export interface operations {
37132
37132
  };
37133
37133
  cookie?: never;
37134
37134
  };
37135
- requestBody: {
37135
+ requestBody?: {
37136
37136
  content: {
37137
37137
  "application/json": {
37138
37138
  params?: {
@@ -37390,7 +37390,7 @@ export interface operations {
37390
37390
  };
37391
37391
  cookie?: never;
37392
37392
  };
37393
- requestBody: {
37393
+ requestBody?: {
37394
37394
  content: {
37395
37395
  "application/json": {
37396
37396
  /** @enum {string} */
@@ -37535,7 +37535,7 @@ export interface operations {
37535
37535
  };
37536
37536
  cookie?: never;
37537
37537
  };
37538
- requestBody: {
37538
+ requestBody?: {
37539
37539
  content: {
37540
37540
  "application/json": Record<string, never>;
37541
37541
  };
@@ -40850,7 +40850,7 @@ export interface operations {
40850
40850
  };
40851
40851
  cookie?: never;
40852
40852
  };
40853
- requestBody: {
40853
+ requestBody?: {
40854
40854
  content: {
40855
40855
  "application/json": {
40856
40856
  defaultCurrency?: string | null;
@@ -41139,7 +41139,7 @@ export interface operations {
41139
41139
  };
41140
41140
  cookie?: never;
41141
41141
  };
41142
- requestBody: {
41142
+ requestBody?: {
41143
41143
  content: {
41144
41144
  "application/json": Record<string, never>;
41145
41145
  };
@@ -41359,7 +41359,7 @@ export interface operations {
41359
41359
  };
41360
41360
  cookie?: never;
41361
41361
  };
41362
- requestBody: {
41362
+ requestBody?: {
41363
41363
  content: {
41364
41364
  "application/json": Record<string, never>;
41365
41365
  };
@@ -41467,7 +41467,7 @@ export interface operations {
41467
41467
  };
41468
41468
  cookie?: never;
41469
41469
  };
41470
- requestBody: {
41470
+ requestBody?: {
41471
41471
  content: {
41472
41472
  "application/json": {
41473
41473
  taxRateCountryOverwrite?: string | null;
@@ -42157,7 +42157,7 @@ export interface operations {
42157
42157
  };
42158
42158
  cookie?: never;
42159
42159
  };
42160
- requestBody: {
42160
+ requestBody?: {
42161
42161
  content: {
42162
42162
  "application/json": Record<string, never>;
42163
42163
  };
@@ -43988,7 +43988,7 @@ export interface operations {
43988
43988
  path?: never;
43989
43989
  cookie?: never;
43990
43990
  };
43991
- requestBody: {
43991
+ requestBody?: {
43992
43992
  content: {
43993
43993
  "application/json": {
43994
43994
  ids?: string[];
@@ -44221,7 +44221,7 @@ export interface operations {
44221
44221
  };
44222
44222
  cookie?: never;
44223
44223
  };
44224
- requestBody: {
44224
+ requestBody?: {
44225
44225
  content: {
44226
44226
  "application/json": {
44227
44227
  accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "payout_bankAccount" | "payout_distribution") | null;
@@ -45429,7 +45429,7 @@ export interface operations {
45429
45429
  };
45430
45430
  cookie?: never;
45431
45431
  };
45432
- requestBody: {
45432
+ requestBody?: {
45433
45433
  content: {
45434
45434
  "application/json": {
45435
45435
  uniqueRef?: string;
@@ -45734,7 +45734,7 @@ export interface operations {
45734
45734
  };
45735
45735
  cookie?: never;
45736
45736
  };
45737
- requestBody: {
45737
+ requestBody?: {
45738
45738
  content: {
45739
45739
  "application/json": Record<string, never>;
45740
45740
  };
@@ -46662,7 +46662,7 @@ export interface operations {
46662
46662
  };
46663
46663
  cookie?: never;
46664
46664
  };
46665
- requestBody: {
46665
+ requestBody?: {
46666
46666
  content: {
46667
46667
  "application/json": {
46668
46668
  description?: string;
@@ -47136,7 +47136,7 @@ export interface operations {
47136
47136
  };
47137
47137
  cookie?: never;
47138
47138
  };
47139
- requestBody: {
47139
+ requestBody?: {
47140
47140
  content: {
47141
47141
  "application/json": Record<string, never>;
47142
47142
  };
@@ -47246,7 +47246,7 @@ export interface operations {
47246
47246
  };
47247
47247
  cookie?: never;
47248
47248
  };
47249
- requestBody: {
47249
+ requestBody?: {
47250
47250
  content: {
47251
47251
  "application/json": {
47252
47252
  recurringTemplateId?: string | null;