@vrplatform/api 1.3.1-stage.2449 → 1.3.1-stage.2452

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.3.1-stage.2449",
6
+ "version": "1.3.1-stage.2452",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -27305,7 +27305,7 @@ export interface operations {
27305
27305
  bookingChannel?: string;
27306
27306
  amount?: number;
27307
27307
  businessModel?: "managed" | "co_host" | "co_host_airbnb";
27308
- /** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
27308
+ /** @description Filter by reservation line type or adjustment type (paymentLine.effectiveType), only when not excluded */
27309
27309
  lineType?: string;
27310
27310
  /** @description When true, include nested line items in each returned reservation. */
27311
27311
  includeLines?: boolean;
@@ -28301,7 +28301,7 @@ export interface operations {
28301
28301
  bookingChannel?: string;
28302
28302
  amount?: number;
28303
28303
  businessModel?: "managed" | "co_host" | "co_host_airbnb";
28304
- /** @description Filter by reservation line type (paymentLine.effectiveType), only when not excluded */
28304
+ /** @description Filter by reservation line type or adjustment type (paymentLine.effectiveType), only when not excluded */
28305
28305
  lineType?: string;
28306
28306
  /** @description When true, include nested line items in each returned reservation. */
28307
28307
  includeLines?: boolean;