@vrplatform/api 1.2.33-972 → 1.2.33-973

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.33-972",
6
+ "version": "1.2.33-973",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -5252,7 +5252,8 @@ export interface operations {
5252
5252
  getReservations: {
5253
5253
  parameters: {
5254
5254
  query?: {
5255
- id?: string;
5255
+ /** @description comma separated reservation ids, negate with ! prefix */
5256
+ ids?: string;
5256
5257
  status?: "booked" | "canceled" | "inactive";
5257
5258
  listingId?: string;
5258
5259
  date?: string;
@@ -5861,7 +5862,7 @@ export interface operations {
5861
5862
  data: {
5862
5863
  /** Format: uuid */
5863
5864
  listingId: string;
5864
- /** @default 2025-11-03 */
5865
+ /** @default 2025-11-04 */
5865
5866
  startAt: string;
5866
5867
  endAt?: string | null;
5867
5868
  setListingInactive?: boolean | null;
@@ -5943,7 +5944,7 @@ export interface operations {
5943
5944
  "application/json": {
5944
5945
  /** Format: uuid */
5945
5946
  listingId: string;
5946
- /** @default 2025-11-03 */
5947
+ /** @default 2025-11-04 */
5947
5948
  startAt?: string;
5948
5949
  endAt?: string | null;
5949
5950
  members: {
@@ -5977,7 +5978,7 @@ export interface operations {
5977
5978
  "application/json": {
5978
5979
  /** Format: uuid */
5979
5980
  listingId: string;
5980
- /** @default 2025-11-03 */
5981
+ /** @default 2025-11-04 */
5981
5982
  startAt: string;
5982
5983
  endAt?: string | null;
5983
5984
  setListingInactive?: boolean | null;
@@ -6057,7 +6058,7 @@ export interface operations {
6057
6058
  "application/json": {
6058
6059
  /** Format: uuid */
6059
6060
  listingId: string;
6060
- /** @default 2025-11-03 */
6061
+ /** @default 2025-11-04 */
6061
6062
  startAt: string;
6062
6063
  endAt?: string | null;
6063
6064
  setListingInactive?: boolean | null;
@@ -6140,7 +6141,7 @@ export interface operations {
6140
6141
  "application/json": {
6141
6142
  /** Format: uuid */
6142
6143
  listingId?: string;
6143
- /** @default 2025-11-03 */
6144
+ /** @default 2025-11-04 */
6144
6145
  startAt?: string;
6145
6146
  endAt?: string | null;
6146
6147
  members?: {
@@ -6174,7 +6175,7 @@ export interface operations {
6174
6175
  "application/json": {
6175
6176
  /** Format: uuid */
6176
6177
  listingId: string;
6177
- /** @default 2025-11-03 */
6178
+ /** @default 2025-11-04 */
6178
6179
  startAt: string;
6179
6180
  endAt?: string | null;
6180
6181
  setListingInactive?: boolean | null;
@@ -6360,7 +6361,7 @@ export interface operations {
6360
6361
  /** Format: uuid */
6361
6362
  sourceId?: string | null;
6362
6363
  initialOwnership?: {
6363
- /** @default 2025-11-03 */
6364
+ /** @default 2025-11-04 */
6364
6365
  startAt?: string;
6365
6366
  endAt?: string | null;
6366
6367
  members: {
@@ -6418,7 +6419,7 @@ export interface operations {
6418
6419
  status: "active" | "inactive";
6419
6420
  defaultCurrency?: string | null;
6420
6421
  activeOwnership?: {
6421
- /** @default 2025-11-03 */
6422
+ /** @default 2025-11-04 */
6422
6423
  startAt: string;
6423
6424
  endAt?: string | null;
6424
6425
  setListingInactive?: boolean | null;
@@ -6659,7 +6660,7 @@ export interface operations {
6659
6660
  status: "active" | "inactive";
6660
6661
  defaultCurrency?: string | null;
6661
6662
  activeOwnership?: {
6662
- /** @default 2025-11-03 */
6663
+ /** @default 2025-11-04 */
6663
6664
  startAt: string;
6664
6665
  endAt?: string | null;
6665
6666
  setListingInactive?: boolean | null;
@@ -6798,7 +6799,7 @@ export interface operations {
6798
6799
  /** Format: uuid */
6799
6800
  sourceId?: string | null;
6800
6801
  initialOwnership?: {
6801
- /** @default 2025-11-03 */
6802
+ /** @default 2025-11-04 */
6802
6803
  startAt?: string;
6803
6804
  endAt?: string | null;
6804
6805
  members: {
@@ -6852,7 +6853,7 @@ export interface operations {
6852
6853
  status: "active" | "inactive";
6853
6854
  defaultCurrency?: string | null;
6854
6855
  activeOwnership?: {
6855
- /** @default 2025-11-03 */
6856
+ /** @default 2025-11-04 */
6856
6857
  startAt: string;
6857
6858
  endAt?: string | null;
6858
6859
  setListingInactive?: boolean | null;
@@ -7069,7 +7070,7 @@ export interface operations {
7069
7070
  status: "active" | "inactive";
7070
7071
  defaultCurrency?: string | null;
7071
7072
  activeOwnership?: {
7072
- /** @default 2025-11-03 */
7073
+ /** @default 2025-11-04 */
7073
7074
  startAt: string;
7074
7075
  endAt?: string | null;
7075
7076
  setListingInactive?: boolean | null;
@@ -7216,7 +7217,7 @@ export interface operations {
7216
7217
  /** Format: uuid */
7217
7218
  sourceId?: string | null;
7218
7219
  initialOwnership?: {
7219
- /** @default 2025-11-03 */
7220
+ /** @default 2025-11-04 */
7220
7221
  startAt?: string;
7221
7222
  endAt?: string | null;
7222
7223
  members: {
@@ -7270,7 +7271,7 @@ export interface operations {
7270
7271
  status: "active" | "inactive";
7271
7272
  defaultCurrency?: string | null;
7272
7273
  activeOwnership?: {
7273
- /** @default 2025-11-03 */
7274
+ /** @default 2025-11-04 */
7274
7275
  startAt: string;
7275
7276
  endAt?: string | null;
7276
7277
  setListingInactive?: boolean | null;