@vrplatform/api 1.3.1-stage.1640 → 1.3.1-stage.1641

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.
@@ -1999,6 +1999,23 @@ export interface paths {
1999
1999
  patch?: never;
2000
2000
  trace?: never;
2001
2001
  };
2002
+ "/teams/opening-balances/advanced-deposits/synced-payments-refunds": {
2003
+ parameters: {
2004
+ query?: never;
2005
+ header?: never;
2006
+ path?: never;
2007
+ cookie?: never;
2008
+ };
2009
+ /** @description Retrieve synced payments/refunds for review advanced deposits modal */
2010
+ get: operations["getTeamsOpening-balancesAdvanced-depositsSynced-payments-refunds"];
2011
+ put?: never;
2012
+ post?: never;
2013
+ delete?: never;
2014
+ options?: never;
2015
+ head?: never;
2016
+ patch?: never;
2017
+ trace?: never;
2018
+ };
2002
2019
  "/teams/opening-balances/tax-payable": {
2003
2020
  parameters: {
2004
2021
  query?: never;
@@ -29022,6 +29039,124 @@ export interface operations {
29022
29039
  };
29023
29040
  };
29024
29041
  };
29042
+ "getTeamsOpening-balancesAdvanced-depositsSynced-payments-refunds": {
29043
+ parameters: {
29044
+ query?: never;
29045
+ header?: never;
29046
+ path?: never;
29047
+ cookie?: never;
29048
+ };
29049
+ requestBody?: never;
29050
+ responses: {
29051
+ /** @description Successful response */
29052
+ 200: {
29053
+ headers: {
29054
+ [name: string]: unknown;
29055
+ };
29056
+ content: {
29057
+ "application/json": {
29058
+ glStartAt: string;
29059
+ /** @enum {string} */
29060
+ defaultRevenueRecognition: "checkIn" | "checkOut" | "bookedAt" | "proRata";
29061
+ reservations: {
29062
+ /** Format: uuid */
29063
+ reservationId: string;
29064
+ listingId?: string | null;
29065
+ confirmationCode?: string | null;
29066
+ guestName?: string | null;
29067
+ checkIn?: string | null;
29068
+ checkOut?: string | null;
29069
+ bookedAt?: string | null;
29070
+ /** @description Value in cents (100 = 1€) */
29071
+ payment: number;
29072
+ /** @description Value in cents (100 = 1€) */
29073
+ refund: number;
29074
+ }[];
29075
+ };
29076
+ };
29077
+ };
29078
+ /** @description Bad request */
29079
+ 400: {
29080
+ headers: {
29081
+ [name: string]: unknown;
29082
+ };
29083
+ content: {
29084
+ "application/json": {
29085
+ code: string;
29086
+ message: string;
29087
+ issues?: {
29088
+ message: string;
29089
+ }[];
29090
+ context?: unknown;
29091
+ };
29092
+ };
29093
+ };
29094
+ /** @description Unauthorized */
29095
+ 401: {
29096
+ headers: {
29097
+ [name: string]: unknown;
29098
+ };
29099
+ content: {
29100
+ "application/json": {
29101
+ code: string;
29102
+ message: string;
29103
+ issues?: {
29104
+ message: string;
29105
+ }[];
29106
+ context?: unknown;
29107
+ };
29108
+ };
29109
+ };
29110
+ /** @description Forbidden */
29111
+ 403: {
29112
+ headers: {
29113
+ [name: string]: unknown;
29114
+ };
29115
+ content: {
29116
+ "application/json": {
29117
+ code: string;
29118
+ message: string;
29119
+ issues?: {
29120
+ message: string;
29121
+ }[];
29122
+ context?: unknown;
29123
+ };
29124
+ };
29125
+ };
29126
+ /** @description Not found */
29127
+ 404: {
29128
+ headers: {
29129
+ [name: string]: unknown;
29130
+ };
29131
+ content: {
29132
+ "application/json": {
29133
+ code: string;
29134
+ message: string;
29135
+ issues?: {
29136
+ message: string;
29137
+ }[];
29138
+ context?: unknown;
29139
+ };
29140
+ };
29141
+ };
29142
+ /** @description Internal server error */
29143
+ 500: {
29144
+ headers: {
29145
+ [name: string]: unknown;
29146
+ };
29147
+ content: {
29148
+ "application/json": {
29149
+ code: string;
29150
+ message: string;
29151
+ issues?: {
29152
+ message: string;
29153
+ }[];
29154
+ context?: unknown;
29155
+ };
29156
+ };
29157
+ };
29158
+ };
29159
+ };
29025
29160
  "getTeamsOpening-balancesTax-payable": {
29026
29161
  parameters: {
29027
29162
  query?: never;