@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-preview.2284",
6
+ "version": "1.3.1-preview.2289",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -4126,7 +4126,7 @@ export interface operations {
4126
4126
  };
4127
4127
  cookie?: never;
4128
4128
  };
4129
- requestBody: {
4129
+ requestBody?: {
4130
4130
  content: {
4131
4131
  "application/json": {
4132
4132
  name?: string;
@@ -4335,7 +4335,7 @@ export interface operations {
4335
4335
  };
4336
4336
  cookie?: never;
4337
4337
  };
4338
- requestBody: {
4338
+ requestBody?: {
4339
4339
  content: {
4340
4340
  "application/json": Record<string, never>;
4341
4341
  };
@@ -4444,7 +4444,7 @@ export interface operations {
4444
4444
  };
4445
4445
  cookie?: never;
4446
4446
  };
4447
- requestBody: {
4447
+ requestBody?: {
4448
4448
  content: {
4449
4449
  "application/json": {
4450
4450
  startingBalanceDate?: string | null;
@@ -5230,7 +5230,7 @@ export interface operations {
5230
5230
  };
5231
5231
  cookie?: never;
5232
5232
  };
5233
- requestBody: {
5233
+ requestBody?: {
5234
5234
  content: {
5235
5235
  "application/json": Record<string, never>;
5236
5236
  };
@@ -7065,7 +7065,7 @@ export interface operations {
7065
7065
  };
7066
7066
  cookie?: never;
7067
7067
  };
7068
- requestBody: {
7068
+ requestBody?: {
7069
7069
  content: {
7070
7070
  "application/json": {
7071
7071
  /** @enum {string} */
@@ -8042,7 +8042,7 @@ export interface operations {
8042
8042
  };
8043
8043
  cookie?: never;
8044
8044
  };
8045
- requestBody: {
8045
+ requestBody?: {
8046
8046
  content: {
8047
8047
  "application/json": {
8048
8048
  reconciledTransactionIds?: string[] | null;
@@ -9046,7 +9046,7 @@ export interface operations {
9046
9046
  };
9047
9047
  cookie?: never;
9048
9048
  };
9049
- requestBody: {
9049
+ requestBody?: {
9050
9050
  content: {
9051
9051
  "application/json": {
9052
9052
  name?: string;
@@ -9302,7 +9302,7 @@ export interface operations {
9302
9302
  };
9303
9303
  cookie?: never;
9304
9304
  };
9305
- requestBody: {
9305
+ requestBody?: {
9306
9306
  content: {
9307
9307
  "application/json": Record<string, never>;
9308
9308
  };
@@ -9942,7 +9942,7 @@ export interface operations {
9942
9942
  path?: never;
9943
9943
  cookie?: never;
9944
9944
  };
9945
- requestBody: {
9945
+ requestBody?: {
9946
9946
  content: {
9947
9947
  "application/json": Record<string, never>;
9948
9948
  };
@@ -10742,7 +10742,7 @@ export interface operations {
10742
10742
  };
10743
10743
  cookie?: never;
10744
10744
  };
10745
- requestBody: {
10745
+ requestBody?: {
10746
10746
  content: {
10747
10747
  "application/json": Record<string, never>;
10748
10748
  };
@@ -11759,7 +11759,7 @@ export interface operations {
11759
11759
  };
11760
11760
  cookie?: never;
11761
11761
  };
11762
- requestBody: {
11762
+ requestBody?: {
11763
11763
  content: {
11764
11764
  "application/json": {
11765
11765
  address?: {
@@ -11941,7 +11941,7 @@ export interface operations {
11941
11941
  };
11942
11942
  cookie?: never;
11943
11943
  };
11944
- requestBody: {
11944
+ requestBody?: {
11945
11945
  content: {
11946
11946
  "application/json": Record<string, never>;
11947
11947
  };
@@ -12050,7 +12050,7 @@ export interface operations {
12050
12050
  };
12051
12051
  cookie?: never;
12052
12052
  };
12053
- requestBody: {
12053
+ requestBody?: {
12054
12054
  content: {
12055
12055
  "application/json": {
12056
12056
  /** @default true */
@@ -12161,7 +12161,7 @@ export interface operations {
12161
12161
  };
12162
12162
  cookie?: never;
12163
12163
  };
12164
- requestBody: {
12164
+ requestBody?: {
12165
12165
  content: {
12166
12166
  "application/json": Record<string, never>;
12167
12167
  };
@@ -14746,7 +14746,7 @@ export interface operations {
14746
14746
  };
14747
14747
  cookie?: never;
14748
14748
  };
14749
- requestBody: {
14749
+ requestBody?: {
14750
14750
  content: {
14751
14751
  "application/json": Record<string, never>;
14752
14752
  };
@@ -15748,7 +15748,7 @@ export interface operations {
15748
15748
  path?: never;
15749
15749
  cookie?: never;
15750
15750
  };
15751
- requestBody: {
15751
+ requestBody?: {
15752
15752
  content: {
15753
15753
  "application/json": {
15754
15754
  name?: string | null;
@@ -16797,7 +16797,7 @@ export interface operations {
16797
16797
  };
16798
16798
  cookie?: never;
16799
16799
  };
16800
- requestBody: {
16800
+ requestBody?: {
16801
16801
  content: {
16802
16802
  "application/json": {
16803
16803
  /** Format: uuid */
@@ -16934,7 +16934,7 @@ export interface operations {
16934
16934
  };
16935
16935
  cookie?: never;
16936
16936
  };
16937
- requestBody: {
16937
+ requestBody?: {
16938
16938
  content: {
16939
16939
  "application/json": Record<string, never>;
16940
16940
  };
@@ -17255,7 +17255,7 @@ export interface operations {
17255
17255
  };
17256
17256
  cookie?: never;
17257
17257
  };
17258
- requestBody: {
17258
+ requestBody?: {
17259
17259
  content: {
17260
17260
  "application/json": {
17261
17261
  name?: string | null;
@@ -17516,7 +17516,7 @@ export interface operations {
17516
17516
  };
17517
17517
  cookie?: never;
17518
17518
  };
17519
- requestBody: {
17519
+ requestBody?: {
17520
17520
  content: {
17521
17521
  "application/json": Record<string, never>;
17522
17522
  };
@@ -20153,7 +20153,7 @@ export interface operations {
20153
20153
  path?: never;
20154
20154
  cookie?: never;
20155
20155
  };
20156
- requestBody: {
20156
+ requestBody?: {
20157
20157
  content: {
20158
20158
  "application/json": {
20159
20159
  connectionId?: string | null;
@@ -20265,7 +20265,7 @@ export interface operations {
20265
20265
  path?: never;
20266
20266
  cookie?: never;
20267
20267
  };
20268
- requestBody: {
20268
+ requestBody?: {
20269
20269
  content: {
20270
20270
  "application/json": {
20271
20271
  environment?: ("sandbox" | "production") | null;
@@ -20854,7 +20854,7 @@ export interface operations {
20854
20854
  };
20855
20855
  cookie?: never;
20856
20856
  };
20857
- requestBody: {
20857
+ requestBody?: {
20858
20858
  content: {
20859
20859
  "application/json": {
20860
20860
  name?: string;
@@ -20995,7 +20995,7 @@ export interface operations {
20995
20995
  };
20996
20996
  cookie?: never;
20997
20997
  };
20998
- requestBody: {
20998
+ requestBody?: {
20999
20999
  content: {
21000
21000
  "application/json": Record<string, never>;
21001
21001
  };
@@ -21796,7 +21796,7 @@ export interface operations {
21796
21796
  };
21797
21797
  cookie?: never;
21798
21798
  };
21799
- requestBody: {
21799
+ requestBody?: {
21800
21800
  content: {
21801
21801
  "application/json": {
21802
21802
  /** Format: uuid */
@@ -21927,7 +21927,7 @@ export interface operations {
21927
21927
  };
21928
21928
  cookie?: never;
21929
21929
  };
21930
- requestBody: {
21930
+ requestBody?: {
21931
21931
  content: {
21932
21932
  "application/json": Record<string, never>;
21933
21933
  };
@@ -22476,7 +22476,7 @@ export interface operations {
22476
22476
  };
22477
22477
  cookie?: never;
22478
22478
  };
22479
- requestBody: {
22479
+ requestBody?: {
22480
22480
  content: {
22481
22481
  "application/json": {
22482
22482
  uniqueRef?: string | null;
@@ -22702,7 +22702,7 @@ export interface operations {
22702
22702
  };
22703
22703
  cookie?: never;
22704
22704
  };
22705
- requestBody: {
22705
+ requestBody?: {
22706
22706
  content: {
22707
22707
  "application/json": Record<string, never>;
22708
22708
  };
@@ -27995,7 +27995,7 @@ export interface operations {
27995
27995
  path?: never;
27996
27996
  cookie?: never;
27997
27997
  };
27998
- requestBody: {
27998
+ requestBody?: {
27999
27999
  content: {
28000
28000
  "application/json": {
28001
28001
  /**
@@ -28606,7 +28606,7 @@ export interface operations {
28606
28606
  };
28607
28607
  cookie?: never;
28608
28608
  };
28609
- requestBody: {
28609
+ requestBody?: {
28610
28610
  content: {
28611
28611
  "application/json": {
28612
28612
  description?: string | null;
@@ -29198,7 +29198,7 @@ export interface operations {
29198
29198
  };
29199
29199
  cookie?: never;
29200
29200
  };
29201
- requestBody: {
29201
+ requestBody?: {
29202
29202
  content: {
29203
29203
  "application/json": {
29204
29204
  currency?: string | null;
@@ -29773,7 +29773,7 @@ export interface operations {
29773
29773
  };
29774
29774
  cookie?: never;
29775
29775
  };
29776
- requestBody: {
29776
+ requestBody?: {
29777
29777
  content: {
29778
29778
  "application/json": Record<string, never>;
29779
29779
  };
@@ -30461,7 +30461,7 @@ export interface operations {
30461
30461
  };
30462
30462
  cookie?: never;
30463
30463
  };
30464
- requestBody: {
30464
+ requestBody?: {
30465
30465
  content: {
30466
30466
  "application/json": {
30467
30467
  description?: string | null;
@@ -30925,7 +30925,7 @@ export interface operations {
30925
30925
  };
30926
30926
  cookie?: never;
30927
30927
  };
30928
- requestBody: {
30928
+ requestBody?: {
30929
30929
  content: {
30930
30930
  "application/json": Record<string, never>;
30931
30931
  };
@@ -33985,7 +33985,7 @@ export interface operations {
33985
33985
  };
33986
33986
  cookie?: never;
33987
33987
  };
33988
- requestBody: {
33988
+ requestBody?: {
33989
33989
  content: {
33990
33990
  "application/json": {
33991
33991
  name?: string;
@@ -34233,7 +34233,7 @@ export interface operations {
34233
34233
  };
34234
34234
  cookie?: never;
34235
34235
  };
34236
- requestBody: {
34236
+ requestBody?: {
34237
34237
  content: {
34238
34238
  "application/json": Record<string, never>;
34239
34239
  };
@@ -36277,7 +36277,7 @@ export interface operations {
36277
36277
  };
36278
36278
  cookie?: never;
36279
36279
  };
36280
- requestBody: {
36280
+ requestBody?: {
36281
36281
  content: {
36282
36282
  "application/json": Record<string, never>;
36283
36283
  };
@@ -36385,7 +36385,7 @@ export interface operations {
36385
36385
  };
36386
36386
  cookie?: never;
36387
36387
  };
36388
- requestBody: {
36388
+ requestBody?: {
36389
36389
  content: {
36390
36390
  "application/json": {
36391
36391
  date?: string | null;
@@ -36502,7 +36502,7 @@ export interface operations {
36502
36502
  };
36503
36503
  cookie?: never;
36504
36504
  };
36505
- requestBody: {
36505
+ requestBody?: {
36506
36506
  content: {
36507
36507
  "application/json": Record<string, never>;
36508
36508
  };
@@ -37133,7 +37133,7 @@ export interface operations {
37133
37133
  };
37134
37134
  cookie?: never;
37135
37135
  };
37136
- requestBody: {
37136
+ requestBody?: {
37137
37137
  content: {
37138
37138
  "application/json": {
37139
37139
  params?: {
@@ -37391,7 +37391,7 @@ export interface operations {
37391
37391
  };
37392
37392
  cookie?: never;
37393
37393
  };
37394
- requestBody: {
37394
+ requestBody?: {
37395
37395
  content: {
37396
37396
  "application/json": {
37397
37397
  /** @enum {string} */
@@ -37536,7 +37536,7 @@ export interface operations {
37536
37536
  };
37537
37537
  cookie?: never;
37538
37538
  };
37539
- requestBody: {
37539
+ requestBody?: {
37540
37540
  content: {
37541
37541
  "application/json": Record<string, never>;
37542
37542
  };
@@ -40851,7 +40851,7 @@ export interface operations {
40851
40851
  };
40852
40852
  cookie?: never;
40853
40853
  };
40854
- requestBody: {
40854
+ requestBody?: {
40855
40855
  content: {
40856
40856
  "application/json": {
40857
40857
  defaultCurrency?: string | null;
@@ -41140,7 +41140,7 @@ export interface operations {
41140
41140
  };
41141
41141
  cookie?: never;
41142
41142
  };
41143
- requestBody: {
41143
+ requestBody?: {
41144
41144
  content: {
41145
41145
  "application/json": Record<string, never>;
41146
41146
  };
@@ -41360,7 +41360,7 @@ export interface operations {
41360
41360
  };
41361
41361
  cookie?: never;
41362
41362
  };
41363
- requestBody: {
41363
+ requestBody?: {
41364
41364
  content: {
41365
41365
  "application/json": Record<string, never>;
41366
41366
  };
@@ -41468,7 +41468,7 @@ export interface operations {
41468
41468
  };
41469
41469
  cookie?: never;
41470
41470
  };
41471
- requestBody: {
41471
+ requestBody?: {
41472
41472
  content: {
41473
41473
  "application/json": {
41474
41474
  taxRateCountryOverwrite?: string | null;
@@ -42158,7 +42158,7 @@ export interface operations {
42158
42158
  };
42159
42159
  cookie?: never;
42160
42160
  };
42161
- requestBody: {
42161
+ requestBody?: {
42162
42162
  content: {
42163
42163
  "application/json": Record<string, never>;
42164
42164
  };
@@ -43989,7 +43989,7 @@ export interface operations {
43989
43989
  path?: never;
43990
43990
  cookie?: never;
43991
43991
  };
43992
- requestBody: {
43992
+ requestBody?: {
43993
43993
  content: {
43994
43994
  "application/json": {
43995
43995
  ids?: string[];
@@ -44222,7 +44222,7 @@ export interface operations {
44222
44222
  };
44223
44223
  cookie?: never;
44224
44224
  };
44225
- requestBody: {
44225
+ requestBody?: {
44226
44226
  content: {
44227
44227
  "application/json": {
44228
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;
@@ -45430,7 +45430,7 @@ export interface operations {
45430
45430
  };
45431
45431
  cookie?: never;
45432
45432
  };
45433
- requestBody: {
45433
+ requestBody?: {
45434
45434
  content: {
45435
45435
  "application/json": {
45436
45436
  uniqueRef?: string;
@@ -45735,7 +45735,7 @@ export interface operations {
45735
45735
  };
45736
45736
  cookie?: never;
45737
45737
  };
45738
- requestBody: {
45738
+ requestBody?: {
45739
45739
  content: {
45740
45740
  "application/json": Record<string, never>;
45741
45741
  };
@@ -46663,7 +46663,7 @@ export interface operations {
46663
46663
  };
46664
46664
  cookie?: never;
46665
46665
  };
46666
- requestBody: {
46666
+ requestBody?: {
46667
46667
  content: {
46668
46668
  "application/json": {
46669
46669
  description?: string;
@@ -47137,7 +47137,7 @@ export interface operations {
47137
47137
  };
47138
47138
  cookie?: never;
47139
47139
  };
47140
- requestBody: {
47140
+ requestBody?: {
47141
47141
  content: {
47142
47142
  "application/json": Record<string, never>;
47143
47143
  };
@@ -47247,7 +47247,7 @@ export interface operations {
47247
47247
  };
47248
47248
  cookie?: never;
47249
47249
  };
47250
- requestBody: {
47250
+ requestBody?: {
47251
47251
  content: {
47252
47252
  "application/json": {
47253
47253
  recurringTemplateId?: string | null;