@vrplatform/api 1.3.0-stage.1074 → 1.3.0-stage.1079
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/build/main/client.js +6 -0
- package/build/main/client.js.map +1 -1
- package/build/main/generated/v1.d.ts +20 -20
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/client.js +6 -0
- package/build/module/client.js.map +1 -1
- package/build/module/generated/v1.d.ts +20 -20
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -0
- package/src/generated/v1.ts +20 -20
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -54,6 +54,12 @@ export function useApiClient({
|
|
|
54
54
|
const trace = Sentry.getTraceData();
|
|
55
55
|
const client = createClient<paths>({
|
|
56
56
|
baseUrl,
|
|
57
|
+
querySerializer: {
|
|
58
|
+
array: {
|
|
59
|
+
explode: false,
|
|
60
|
+
style: 'form',
|
|
61
|
+
},
|
|
62
|
+
},
|
|
57
63
|
fetch(req) {
|
|
58
64
|
return retryableFetch(async () => {
|
|
59
65
|
let clone: Request = req.clone() as any;
|
package/src/generated/v1.ts
CHANGED
|
@@ -5909,7 +5909,7 @@ export interface operations {
|
|
|
5909
5909
|
data: {
|
|
5910
5910
|
/** Format: uuid */
|
|
5911
5911
|
listingId: string;
|
|
5912
|
-
/** @default 2025-11-
|
|
5912
|
+
/** @default 2025-11-17 */
|
|
5913
5913
|
startAt: string;
|
|
5914
5914
|
endAt?: string | null;
|
|
5915
5915
|
setListingInactive?: boolean | null;
|
|
@@ -5991,7 +5991,7 @@ export interface operations {
|
|
|
5991
5991
|
"application/json": {
|
|
5992
5992
|
/** Format: uuid */
|
|
5993
5993
|
listingId: string;
|
|
5994
|
-
/** @default 2025-11-
|
|
5994
|
+
/** @default 2025-11-17 */
|
|
5995
5995
|
startAt?: string;
|
|
5996
5996
|
endAt?: string | null;
|
|
5997
5997
|
members: {
|
|
@@ -6025,7 +6025,7 @@ export interface operations {
|
|
|
6025
6025
|
"application/json": {
|
|
6026
6026
|
/** Format: uuid */
|
|
6027
6027
|
listingId: string;
|
|
6028
|
-
/** @default 2025-11-
|
|
6028
|
+
/** @default 2025-11-17 */
|
|
6029
6029
|
startAt: string;
|
|
6030
6030
|
endAt?: string | null;
|
|
6031
6031
|
setListingInactive?: boolean | null;
|
|
@@ -6105,7 +6105,7 @@ export interface operations {
|
|
|
6105
6105
|
"application/json": {
|
|
6106
6106
|
/** Format: uuid */
|
|
6107
6107
|
listingId: string;
|
|
6108
|
-
/** @default 2025-11-
|
|
6108
|
+
/** @default 2025-11-17 */
|
|
6109
6109
|
startAt: string;
|
|
6110
6110
|
endAt?: string | null;
|
|
6111
6111
|
setListingInactive?: boolean | null;
|
|
@@ -6188,7 +6188,7 @@ export interface operations {
|
|
|
6188
6188
|
"application/json": {
|
|
6189
6189
|
/** Format: uuid */
|
|
6190
6190
|
listingId?: string;
|
|
6191
|
-
/** @default 2025-11-
|
|
6191
|
+
/** @default 2025-11-17 */
|
|
6192
6192
|
startAt?: string;
|
|
6193
6193
|
endAt?: string | null;
|
|
6194
6194
|
members?: {
|
|
@@ -6222,7 +6222,7 @@ export interface operations {
|
|
|
6222
6222
|
"application/json": {
|
|
6223
6223
|
/** Format: uuid */
|
|
6224
6224
|
listingId: string;
|
|
6225
|
-
/** @default 2025-11-
|
|
6225
|
+
/** @default 2025-11-17 */
|
|
6226
6226
|
startAt: string;
|
|
6227
6227
|
endAt?: string | null;
|
|
6228
6228
|
setListingInactive?: boolean | null;
|
|
@@ -6408,7 +6408,7 @@ export interface operations {
|
|
|
6408
6408
|
/** Format: uuid */
|
|
6409
6409
|
sourceId?: string | null;
|
|
6410
6410
|
initialOwnership?: {
|
|
6411
|
-
/** @default 2025-11-
|
|
6411
|
+
/** @default 2025-11-17 */
|
|
6412
6412
|
startAt?: string;
|
|
6413
6413
|
endAt?: string | null;
|
|
6414
6414
|
members: {
|
|
@@ -6466,7 +6466,7 @@ export interface operations {
|
|
|
6466
6466
|
status: "active" | "inactive";
|
|
6467
6467
|
defaultCurrency?: string | null;
|
|
6468
6468
|
activeOwnership?: {
|
|
6469
|
-
/** @default 2025-11-
|
|
6469
|
+
/** @default 2025-11-17 */
|
|
6470
6470
|
startAt: string;
|
|
6471
6471
|
endAt?: string | null;
|
|
6472
6472
|
setListingInactive?: boolean | null;
|
|
@@ -6707,7 +6707,7 @@ export interface operations {
|
|
|
6707
6707
|
status: "active" | "inactive";
|
|
6708
6708
|
defaultCurrency?: string | null;
|
|
6709
6709
|
activeOwnership?: {
|
|
6710
|
-
/** @default 2025-11-
|
|
6710
|
+
/** @default 2025-11-17 */
|
|
6711
6711
|
startAt: string;
|
|
6712
6712
|
endAt?: string | null;
|
|
6713
6713
|
setListingInactive?: boolean | null;
|
|
@@ -6846,7 +6846,7 @@ export interface operations {
|
|
|
6846
6846
|
/** Format: uuid */
|
|
6847
6847
|
sourceId?: string | null;
|
|
6848
6848
|
initialOwnership?: {
|
|
6849
|
-
/** @default 2025-11-
|
|
6849
|
+
/** @default 2025-11-17 */
|
|
6850
6850
|
startAt?: string;
|
|
6851
6851
|
endAt?: string | null;
|
|
6852
6852
|
members: {
|
|
@@ -6900,7 +6900,7 @@ export interface operations {
|
|
|
6900
6900
|
status: "active" | "inactive";
|
|
6901
6901
|
defaultCurrency?: string | null;
|
|
6902
6902
|
activeOwnership?: {
|
|
6903
|
-
/** @default 2025-11-
|
|
6903
|
+
/** @default 2025-11-17 */
|
|
6904
6904
|
startAt: string;
|
|
6905
6905
|
endAt?: string | null;
|
|
6906
6906
|
setListingInactive?: boolean | null;
|
|
@@ -7117,7 +7117,7 @@ export interface operations {
|
|
|
7117
7117
|
status: "active" | "inactive";
|
|
7118
7118
|
defaultCurrency?: string | null;
|
|
7119
7119
|
activeOwnership?: {
|
|
7120
|
-
/** @default 2025-11-
|
|
7120
|
+
/** @default 2025-11-17 */
|
|
7121
7121
|
startAt: string;
|
|
7122
7122
|
endAt?: string | null;
|
|
7123
7123
|
setListingInactive?: boolean | null;
|
|
@@ -7264,7 +7264,7 @@ export interface operations {
|
|
|
7264
7264
|
/** Format: uuid */
|
|
7265
7265
|
sourceId?: string | null;
|
|
7266
7266
|
initialOwnership?: {
|
|
7267
|
-
/** @default 2025-11-
|
|
7267
|
+
/** @default 2025-11-17 */
|
|
7268
7268
|
startAt?: string;
|
|
7269
7269
|
endAt?: string | null;
|
|
7270
7270
|
members: {
|
|
@@ -7318,7 +7318,7 @@ export interface operations {
|
|
|
7318
7318
|
status: "active" | "inactive";
|
|
7319
7319
|
defaultCurrency?: string | null;
|
|
7320
7320
|
activeOwnership?: {
|
|
7321
|
-
/** @default 2025-11-
|
|
7321
|
+
/** @default 2025-11-17 */
|
|
7322
7322
|
startAt: string;
|
|
7323
7323
|
endAt?: string | null;
|
|
7324
7324
|
setListingInactive?: boolean | null;
|
|
@@ -22534,9 +22534,9 @@ export interface operations {
|
|
|
22534
22534
|
accountIds?: string;
|
|
22535
22535
|
/** @description comma separated categories */
|
|
22536
22536
|
categoryIds?: string;
|
|
22537
|
-
classifications?: ("asset" | "liability" | "revenue" | "expense")
|
|
22538
|
-
types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")
|
|
22539
|
-
entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")
|
|
22537
|
+
classifications?: ("asset" | "liability" | "revenue" | "expense")[];
|
|
22538
|
+
types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
|
|
22539
|
+
entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")[];
|
|
22540
22540
|
party?: "owners" | "manager";
|
|
22541
22541
|
limit?: number;
|
|
22542
22542
|
page?: number;
|
|
@@ -22874,9 +22874,9 @@ export interface operations {
|
|
|
22874
22874
|
accountIds?: string;
|
|
22875
22875
|
/** @description comma separated categories */
|
|
22876
22876
|
categoryIds?: string;
|
|
22877
|
-
classifications?: ("asset" | "liability" | "revenue" | "expense")
|
|
22878
|
-
types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")
|
|
22879
|
-
entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")
|
|
22877
|
+
classifications?: ("asset" | "liability" | "revenue" | "expense")[];
|
|
22878
|
+
types?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment")[];
|
|
22879
|
+
entityTypes?: ("reservation" | "deposit" | "expense" | "recurringFee" | "transfer")[];
|
|
22880
22880
|
limit?: number;
|
|
22881
22881
|
page?: number;
|
|
22882
22882
|
};
|