@vrplatform/api 1.3.1-2254 → 1.3.1-2256
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
package/src/generated/v1.ts
CHANGED
|
@@ -1007,6 +1007,23 @@ export interface paths {
|
|
|
1007
1007
|
patch?: never;
|
|
1008
1008
|
trace?: never;
|
|
1009
1009
|
};
|
|
1010
|
+
"/internal/transit": {
|
|
1011
|
+
parameters: {
|
|
1012
|
+
query?: never;
|
|
1013
|
+
header?: never;
|
|
1014
|
+
path?: never;
|
|
1015
|
+
cookie?: never;
|
|
1016
|
+
};
|
|
1017
|
+
get?: never;
|
|
1018
|
+
put?: never;
|
|
1019
|
+
/** @description Upload a generated export into the shared transit bucket. */
|
|
1020
|
+
post: operations["postInternalTransit"];
|
|
1021
|
+
delete?: never;
|
|
1022
|
+
options?: never;
|
|
1023
|
+
head?: never;
|
|
1024
|
+
patch?: never;
|
|
1025
|
+
trace?: never;
|
|
1026
|
+
};
|
|
1010
1027
|
"/legacy/payouts": {
|
|
1011
1028
|
parameters: {
|
|
1012
1029
|
query?: never;
|
|
@@ -15061,6 +15078,111 @@ export interface operations {
|
|
|
15061
15078
|
};
|
|
15062
15079
|
};
|
|
15063
15080
|
};
|
|
15081
|
+
postInternalTransit: {
|
|
15082
|
+
parameters: {
|
|
15083
|
+
query: {
|
|
15084
|
+
filename: string;
|
|
15085
|
+
type: "csv" | "pdf" | "zip";
|
|
15086
|
+
};
|
|
15087
|
+
header?: never;
|
|
15088
|
+
path?: never;
|
|
15089
|
+
cookie?: never;
|
|
15090
|
+
};
|
|
15091
|
+
requestBody?: never;
|
|
15092
|
+
responses: {
|
|
15093
|
+
/** @description Successful response */
|
|
15094
|
+
200: {
|
|
15095
|
+
headers: {
|
|
15096
|
+
[name: string]: unknown;
|
|
15097
|
+
};
|
|
15098
|
+
content: {
|
|
15099
|
+
"application/json": {
|
|
15100
|
+
url: string;
|
|
15101
|
+
};
|
|
15102
|
+
};
|
|
15103
|
+
};
|
|
15104
|
+
/** @description Bad request */
|
|
15105
|
+
400: {
|
|
15106
|
+
headers: {
|
|
15107
|
+
[name: string]: unknown;
|
|
15108
|
+
};
|
|
15109
|
+
content: {
|
|
15110
|
+
"application/json": {
|
|
15111
|
+
code: string;
|
|
15112
|
+
message: string;
|
|
15113
|
+
issues?: {
|
|
15114
|
+
message: string;
|
|
15115
|
+
}[];
|
|
15116
|
+
context?: unknown;
|
|
15117
|
+
};
|
|
15118
|
+
};
|
|
15119
|
+
};
|
|
15120
|
+
/** @description Unauthorized */
|
|
15121
|
+
401: {
|
|
15122
|
+
headers: {
|
|
15123
|
+
[name: string]: unknown;
|
|
15124
|
+
};
|
|
15125
|
+
content: {
|
|
15126
|
+
"application/json": {
|
|
15127
|
+
code: string;
|
|
15128
|
+
message: string;
|
|
15129
|
+
issues?: {
|
|
15130
|
+
message: string;
|
|
15131
|
+
}[];
|
|
15132
|
+
context?: unknown;
|
|
15133
|
+
};
|
|
15134
|
+
};
|
|
15135
|
+
};
|
|
15136
|
+
/** @description Forbidden */
|
|
15137
|
+
403: {
|
|
15138
|
+
headers: {
|
|
15139
|
+
[name: string]: unknown;
|
|
15140
|
+
};
|
|
15141
|
+
content: {
|
|
15142
|
+
"application/json": {
|
|
15143
|
+
code: string;
|
|
15144
|
+
message: string;
|
|
15145
|
+
issues?: {
|
|
15146
|
+
message: string;
|
|
15147
|
+
}[];
|
|
15148
|
+
context?: unknown;
|
|
15149
|
+
};
|
|
15150
|
+
};
|
|
15151
|
+
};
|
|
15152
|
+
/** @description Not found */
|
|
15153
|
+
404: {
|
|
15154
|
+
headers: {
|
|
15155
|
+
[name: string]: unknown;
|
|
15156
|
+
};
|
|
15157
|
+
content: {
|
|
15158
|
+
"application/json": {
|
|
15159
|
+
code: string;
|
|
15160
|
+
message: string;
|
|
15161
|
+
issues?: {
|
|
15162
|
+
message: string;
|
|
15163
|
+
}[];
|
|
15164
|
+
context?: unknown;
|
|
15165
|
+
};
|
|
15166
|
+
};
|
|
15167
|
+
};
|
|
15168
|
+
/** @description Internal server error */
|
|
15169
|
+
500: {
|
|
15170
|
+
headers: {
|
|
15171
|
+
[name: string]: unknown;
|
|
15172
|
+
};
|
|
15173
|
+
content: {
|
|
15174
|
+
"application/json": {
|
|
15175
|
+
code: string;
|
|
15176
|
+
message: string;
|
|
15177
|
+
issues?: {
|
|
15178
|
+
message: string;
|
|
15179
|
+
}[];
|
|
15180
|
+
context?: unknown;
|
|
15181
|
+
};
|
|
15182
|
+
};
|
|
15183
|
+
};
|
|
15184
|
+
};
|
|
15185
|
+
};
|
|
15064
15186
|
getPaymentsDeprecated: {
|
|
15065
15187
|
parameters: {
|
|
15066
15188
|
query?: {
|