@vrplatform/api 1.3.1-stage.1769 → 1.3.1-stage.1772
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
|
@@ -2069,23 +2069,6 @@ export interface paths {
|
|
|
2069
2069
|
patch?: never;
|
|
2070
2070
|
trace?: never;
|
|
2071
2071
|
};
|
|
2072
|
-
"/teams/opening-balances/advanced-deposits/synced-payments-refunds/{reservationId}": {
|
|
2073
|
-
parameters: {
|
|
2074
|
-
query?: never;
|
|
2075
|
-
header?: never;
|
|
2076
|
-
path?: never;
|
|
2077
|
-
cookie?: never;
|
|
2078
|
-
};
|
|
2079
|
-
/** @description Retrieve synced payments/refunds for a single reservation (review advanced deposits) */
|
|
2080
|
-
get: operations["getTeamsOpening-balancesAdvanced-depositsSynced-payments-refunds:reservationId"];
|
|
2081
|
-
put?: never;
|
|
2082
|
-
post?: never;
|
|
2083
|
-
delete?: never;
|
|
2084
|
-
options?: never;
|
|
2085
|
-
head?: never;
|
|
2086
|
-
patch?: never;
|
|
2087
|
-
trace?: never;
|
|
2088
|
-
};
|
|
2089
2072
|
"/teams/opening-balances/tax-payable": {
|
|
2090
2073
|
parameters: {
|
|
2091
2074
|
query?: never;
|
|
@@ -30084,7 +30067,10 @@ export interface operations {
|
|
|
30084
30067
|
};
|
|
30085
30068
|
"getTeamsOpening-balancesAdvanced-depositsSynced-payments-refunds": {
|
|
30086
30069
|
parameters: {
|
|
30087
|
-
query?:
|
|
30070
|
+
query?: {
|
|
30071
|
+
/** @description comma separated list of reservation ids */
|
|
30072
|
+
reservationsIds?: string;
|
|
30073
|
+
};
|
|
30088
30074
|
header?: never;
|
|
30089
30075
|
path?: never;
|
|
30090
30076
|
cookie?: never;
|
|
@@ -30214,135 +30200,6 @@ export interface operations {
|
|
|
30214
30200
|
};
|
|
30215
30201
|
};
|
|
30216
30202
|
};
|
|
30217
|
-
"getTeamsOpening-balancesAdvanced-depositsSynced-payments-refunds:reservationId": {
|
|
30218
|
-
parameters: {
|
|
30219
|
-
query?: never;
|
|
30220
|
-
header?: never;
|
|
30221
|
-
path: {
|
|
30222
|
-
reservationId: string;
|
|
30223
|
-
};
|
|
30224
|
-
cookie?: never;
|
|
30225
|
-
};
|
|
30226
|
-
requestBody?: never;
|
|
30227
|
-
responses: {
|
|
30228
|
-
/** @description Successful response */
|
|
30229
|
-
200: {
|
|
30230
|
-
headers: {
|
|
30231
|
-
[name: string]: unknown;
|
|
30232
|
-
};
|
|
30233
|
-
content: {
|
|
30234
|
-
"application/json": {
|
|
30235
|
-
/** Format: uuid */
|
|
30236
|
-
reservationId: string;
|
|
30237
|
-
listingId?: string | null;
|
|
30238
|
-
confirmationCode?: string | null;
|
|
30239
|
-
guestName?: string | null;
|
|
30240
|
-
checkIn?: string | null;
|
|
30241
|
-
checkOut?: string | null;
|
|
30242
|
-
bookedAt?: string | null;
|
|
30243
|
-
reservationAmount?: number | null;
|
|
30244
|
-
/** @description Value in cents (100 = 1€) */
|
|
30245
|
-
payment: number;
|
|
30246
|
-
/** @description Value in cents (100 = 1€) */
|
|
30247
|
-
refund: number;
|
|
30248
|
-
transactions: {
|
|
30249
|
-
/** Format: uuid */
|
|
30250
|
-
transactionId: string;
|
|
30251
|
-
/** Format: uuid */
|
|
30252
|
-
transactionLineId: string;
|
|
30253
|
-
date: string;
|
|
30254
|
-
uniqueRef?: string | null;
|
|
30255
|
-
description?: string | null;
|
|
30256
|
-
/** @description Value in cents (100 = 1€) */
|
|
30257
|
-
amount: number;
|
|
30258
|
-
/** @enum {string} */
|
|
30259
|
-
direction: "payment" | "refund";
|
|
30260
|
-
}[];
|
|
30261
|
-
};
|
|
30262
|
-
};
|
|
30263
|
-
};
|
|
30264
|
-
/** @description Bad request */
|
|
30265
|
-
400: {
|
|
30266
|
-
headers: {
|
|
30267
|
-
[name: string]: unknown;
|
|
30268
|
-
};
|
|
30269
|
-
content: {
|
|
30270
|
-
"application/json": {
|
|
30271
|
-
code: string;
|
|
30272
|
-
message: string;
|
|
30273
|
-
issues?: {
|
|
30274
|
-
message: string;
|
|
30275
|
-
}[];
|
|
30276
|
-
context?: unknown;
|
|
30277
|
-
};
|
|
30278
|
-
};
|
|
30279
|
-
};
|
|
30280
|
-
/** @description Unauthorized */
|
|
30281
|
-
401: {
|
|
30282
|
-
headers: {
|
|
30283
|
-
[name: string]: unknown;
|
|
30284
|
-
};
|
|
30285
|
-
content: {
|
|
30286
|
-
"application/json": {
|
|
30287
|
-
code: string;
|
|
30288
|
-
message: string;
|
|
30289
|
-
issues?: {
|
|
30290
|
-
message: string;
|
|
30291
|
-
}[];
|
|
30292
|
-
context?: unknown;
|
|
30293
|
-
};
|
|
30294
|
-
};
|
|
30295
|
-
};
|
|
30296
|
-
/** @description Forbidden */
|
|
30297
|
-
403: {
|
|
30298
|
-
headers: {
|
|
30299
|
-
[name: string]: unknown;
|
|
30300
|
-
};
|
|
30301
|
-
content: {
|
|
30302
|
-
"application/json": {
|
|
30303
|
-
code: string;
|
|
30304
|
-
message: string;
|
|
30305
|
-
issues?: {
|
|
30306
|
-
message: string;
|
|
30307
|
-
}[];
|
|
30308
|
-
context?: unknown;
|
|
30309
|
-
};
|
|
30310
|
-
};
|
|
30311
|
-
};
|
|
30312
|
-
/** @description Not found */
|
|
30313
|
-
404: {
|
|
30314
|
-
headers: {
|
|
30315
|
-
[name: string]: unknown;
|
|
30316
|
-
};
|
|
30317
|
-
content: {
|
|
30318
|
-
"application/json": {
|
|
30319
|
-
code: string;
|
|
30320
|
-
message: string;
|
|
30321
|
-
issues?: {
|
|
30322
|
-
message: string;
|
|
30323
|
-
}[];
|
|
30324
|
-
context?: unknown;
|
|
30325
|
-
};
|
|
30326
|
-
};
|
|
30327
|
-
};
|
|
30328
|
-
/** @description Internal server error */
|
|
30329
|
-
500: {
|
|
30330
|
-
headers: {
|
|
30331
|
-
[name: string]: unknown;
|
|
30332
|
-
};
|
|
30333
|
-
content: {
|
|
30334
|
-
"application/json": {
|
|
30335
|
-
code: string;
|
|
30336
|
-
message: string;
|
|
30337
|
-
issues?: {
|
|
30338
|
-
message: string;
|
|
30339
|
-
}[];
|
|
30340
|
-
context?: unknown;
|
|
30341
|
-
};
|
|
30342
|
-
};
|
|
30343
|
-
};
|
|
30344
|
-
};
|
|
30345
|
-
};
|
|
30346
30203
|
"getTeamsOpening-balancesTax-payable": {
|
|
30347
30204
|
parameters: {
|
|
30348
30205
|
query?: never;
|