@vrplatform/api 1.3.1-stage.4606 → 1.3.1-stage.4608

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.4606",
6
+ "version": "1.3.1-stage.4608",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -3180,7 +3180,7 @@ export interface paths {
3180
3180
  cookie?: never;
3181
3181
  };
3182
3182
  /**
3183
- * @description Owner statement summaries aggregated by contact (per layout)
3183
+ * @description Owner statement summaries aggregated by contact and layout. Listing payouts linked to a non-owner contact are allocated by ownership split.
3184
3184
  *
3185
3185
  * Required scope: reports:read
3186
3186
  */
@@ -3243,7 +3243,7 @@ export interface paths {
3243
3243
  cookie?: never;
3244
3244
  };
3245
3245
  /**
3246
- * @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel (per layout)
3246
+ * @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel. Listing payouts linked to a non-owner contact are allocated by ownership split.
3247
3247
  *
3248
3248
  * Required scope: reports:read
3249
3249
  */