@vrplatform/api 1.3.1-stage.6368 → 1.3.1-stage.6371

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.
@@ -1230,7 +1230,7 @@ export interface paths {
1230
1230
  cookie?: never;
1231
1231
  };
1232
1232
  /**
1233
- * @description List the selected contact's active payout transactions newest first. Authenticated owners may request only contact IDs in their server-derived owner access; unauthorized contacts return an opaque not-found response. Property managers and owner-preview sessions may request a selected team contact. The response is an owner-facing projection with the latest provider-payment state, including requested payments, and excludes bank, reconciliation, journal, connection, and internal provider fields.
1233
+ * @description List the selected contact's active payout transactions newest first. Authenticated owners may request only contact IDs in their server-derived owner access; unauthorized contacts return an opaque not-found response. Property managers and owner-preview sessions may request a selected team contact. The response is an owner-facing projection with the linked owner statement and its listing, plus the latest provider-payment state, including requested payments. Payouts linked to more than one statement return no owner statement rather than a misleading listing. Bank, reconciliation, journal, connection, and internal provider fields are excluded.
1234
1234
  *
1235
1235
  * Required scope: transactions:read
1236
1236
  */
@@ -31307,6 +31307,11 @@ export interface operations {
31307
31307
  * @example 2024-01
31308
31308
  */
31309
31309
  month: string;
31310
+ listing: {
31311
+ /** Format: uuid */
31312
+ id: string;
31313
+ name: string;
31314
+ };
31310
31315
  } | null;
31311
31316
  providerPayment: {
31312
31317
  /** Format: uuid */