@vrplatform/api 1.3.1-stage.1769 → 1.3.1-stage.1771

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