@vrplatform/api 1.2.33-972 → 1.2.33-974
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.
|
@@ -5251,7 +5251,8 @@ export interface operations {
|
|
|
5251
5251
|
getReservations: {
|
|
5252
5252
|
parameters: {
|
|
5253
5253
|
query?: {
|
|
5254
|
-
|
|
5254
|
+
/** @description comma separated reservation ids, negate with ! prefix */
|
|
5255
|
+
ids?: string;
|
|
5255
5256
|
status?: "booked" | "canceled" | "inactive";
|
|
5256
5257
|
listingId?: string;
|
|
5257
5258
|
date?: string;
|
|
@@ -5860,7 +5861,7 @@ export interface operations {
|
|
|
5860
5861
|
data: {
|
|
5861
5862
|
/** Format: uuid */
|
|
5862
5863
|
listingId: string;
|
|
5863
|
-
/** @default 2025-11-
|
|
5864
|
+
/** @default 2025-11-04 */
|
|
5864
5865
|
startAt: string;
|
|
5865
5866
|
endAt?: string | null;
|
|
5866
5867
|
setListingInactive?: boolean | null;
|
|
@@ -5942,7 +5943,7 @@ export interface operations {
|
|
|
5942
5943
|
"application/json": {
|
|
5943
5944
|
/** Format: uuid */
|
|
5944
5945
|
listingId: string;
|
|
5945
|
-
/** @default 2025-11-
|
|
5946
|
+
/** @default 2025-11-04 */
|
|
5946
5947
|
startAt?: string;
|
|
5947
5948
|
endAt?: string | null;
|
|
5948
5949
|
members: {
|
|
@@ -5976,7 +5977,7 @@ export interface operations {
|
|
|
5976
5977
|
"application/json": {
|
|
5977
5978
|
/** Format: uuid */
|
|
5978
5979
|
listingId: string;
|
|
5979
|
-
/** @default 2025-11-
|
|
5980
|
+
/** @default 2025-11-04 */
|
|
5980
5981
|
startAt: string;
|
|
5981
5982
|
endAt?: string | null;
|
|
5982
5983
|
setListingInactive?: boolean | null;
|
|
@@ -6056,7 +6057,7 @@ export interface operations {
|
|
|
6056
6057
|
"application/json": {
|
|
6057
6058
|
/** Format: uuid */
|
|
6058
6059
|
listingId: string;
|
|
6059
|
-
/** @default 2025-11-
|
|
6060
|
+
/** @default 2025-11-04 */
|
|
6060
6061
|
startAt: string;
|
|
6061
6062
|
endAt?: string | null;
|
|
6062
6063
|
setListingInactive?: boolean | null;
|
|
@@ -6139,7 +6140,7 @@ export interface operations {
|
|
|
6139
6140
|
"application/json": {
|
|
6140
6141
|
/** Format: uuid */
|
|
6141
6142
|
listingId?: string;
|
|
6142
|
-
/** @default 2025-11-
|
|
6143
|
+
/** @default 2025-11-04 */
|
|
6143
6144
|
startAt?: string;
|
|
6144
6145
|
endAt?: string | null;
|
|
6145
6146
|
members?: {
|
|
@@ -6173,7 +6174,7 @@ export interface operations {
|
|
|
6173
6174
|
"application/json": {
|
|
6174
6175
|
/** Format: uuid */
|
|
6175
6176
|
listingId: string;
|
|
6176
|
-
/** @default 2025-11-
|
|
6177
|
+
/** @default 2025-11-04 */
|
|
6177
6178
|
startAt: string;
|
|
6178
6179
|
endAt?: string | null;
|
|
6179
6180
|
setListingInactive?: boolean | null;
|
|
@@ -6359,7 +6360,7 @@ export interface operations {
|
|
|
6359
6360
|
/** Format: uuid */
|
|
6360
6361
|
sourceId?: string | null;
|
|
6361
6362
|
initialOwnership?: {
|
|
6362
|
-
/** @default 2025-11-
|
|
6363
|
+
/** @default 2025-11-04 */
|
|
6363
6364
|
startAt?: string;
|
|
6364
6365
|
endAt?: string | null;
|
|
6365
6366
|
members: {
|
|
@@ -6417,7 +6418,7 @@ export interface operations {
|
|
|
6417
6418
|
status: "active" | "inactive";
|
|
6418
6419
|
defaultCurrency?: string | null;
|
|
6419
6420
|
activeOwnership?: {
|
|
6420
|
-
/** @default 2025-11-
|
|
6421
|
+
/** @default 2025-11-04 */
|
|
6421
6422
|
startAt: string;
|
|
6422
6423
|
endAt?: string | null;
|
|
6423
6424
|
setListingInactive?: boolean | null;
|
|
@@ -6658,7 +6659,7 @@ export interface operations {
|
|
|
6658
6659
|
status: "active" | "inactive";
|
|
6659
6660
|
defaultCurrency?: string | null;
|
|
6660
6661
|
activeOwnership?: {
|
|
6661
|
-
/** @default 2025-11-
|
|
6662
|
+
/** @default 2025-11-04 */
|
|
6662
6663
|
startAt: string;
|
|
6663
6664
|
endAt?: string | null;
|
|
6664
6665
|
setListingInactive?: boolean | null;
|
|
@@ -6797,7 +6798,7 @@ export interface operations {
|
|
|
6797
6798
|
/** Format: uuid */
|
|
6798
6799
|
sourceId?: string | null;
|
|
6799
6800
|
initialOwnership?: {
|
|
6800
|
-
/** @default 2025-11-
|
|
6801
|
+
/** @default 2025-11-04 */
|
|
6801
6802
|
startAt?: string;
|
|
6802
6803
|
endAt?: string | null;
|
|
6803
6804
|
members: {
|
|
@@ -6851,7 +6852,7 @@ export interface operations {
|
|
|
6851
6852
|
status: "active" | "inactive";
|
|
6852
6853
|
defaultCurrency?: string | null;
|
|
6853
6854
|
activeOwnership?: {
|
|
6854
|
-
/** @default 2025-11-
|
|
6855
|
+
/** @default 2025-11-04 */
|
|
6855
6856
|
startAt: string;
|
|
6856
6857
|
endAt?: string | null;
|
|
6857
6858
|
setListingInactive?: boolean | null;
|
|
@@ -7068,7 +7069,7 @@ export interface operations {
|
|
|
7068
7069
|
status: "active" | "inactive";
|
|
7069
7070
|
defaultCurrency?: string | null;
|
|
7070
7071
|
activeOwnership?: {
|
|
7071
|
-
/** @default 2025-11-
|
|
7072
|
+
/** @default 2025-11-04 */
|
|
7072
7073
|
startAt: string;
|
|
7073
7074
|
endAt?: string | null;
|
|
7074
7075
|
setListingInactive?: boolean | null;
|
|
@@ -7215,7 +7216,7 @@ export interface operations {
|
|
|
7215
7216
|
/** Format: uuid */
|
|
7216
7217
|
sourceId?: string | null;
|
|
7217
7218
|
initialOwnership?: {
|
|
7218
|
-
/** @default 2025-11-
|
|
7219
|
+
/** @default 2025-11-04 */
|
|
7219
7220
|
startAt?: string;
|
|
7220
7221
|
endAt?: string | null;
|
|
7221
7222
|
members: {
|
|
@@ -7269,7 +7270,7 @@ export interface operations {
|
|
|
7269
7270
|
status: "active" | "inactive";
|
|
7270
7271
|
defaultCurrency?: string | null;
|
|
7271
7272
|
activeOwnership?: {
|
|
7272
|
-
/** @default 2025-11-
|
|
7273
|
+
/** @default 2025-11-04 */
|
|
7273
7274
|
startAt: string;
|
|
7274
7275
|
endAt?: string | null;
|
|
7275
7276
|
setListingInactive?: boolean | null;
|