@vrplatform/api 1.3.1-preview.2288 → 1.3.1-preview.2290
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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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?: {
|
|
@@ -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 */
|
|
@@ -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 */
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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 */
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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} */
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|