@vrplatform/api 1.3.1-stage.6367 → 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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -1231,7 +1231,7 @@ export interface paths {
|
|
|
1231
1231
|
cookie?: never;
|
|
1232
1232
|
};
|
|
1233
1233
|
/**
|
|
1234
|
-
* @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
|
|
1234
|
+
* @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.
|
|
1235
1235
|
*
|
|
1236
1236
|
* Required scope: transactions:read
|
|
1237
1237
|
*/
|
|
@@ -31308,6 +31308,11 @@ export interface operations {
|
|
|
31308
31308
|
* @example 2024-01
|
|
31309
31309
|
*/
|
|
31310
31310
|
month: string;
|
|
31311
|
+
listing: {
|
|
31312
|
+
/** Format: uuid */
|
|
31313
|
+
id: string;
|
|
31314
|
+
name: string;
|
|
31315
|
+
};
|
|
31311
31316
|
} | null;
|
|
31312
31317
|
providerPayment: {
|
|
31313
31318
|
/** Format: uuid */
|