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