@vrplatform/api 1.3.1-stage.6199 → 1.3.1-stage.6203
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
|
@@ -2577,7 +2577,7 @@ export interface paths {
|
|
|
2577
2577
|
*/
|
|
2578
2578
|
get: operations["getListingsOwnershipPeriodsById"];
|
|
2579
2579
|
/**
|
|
2580
|
-
* @description Update a listing ownership period by ID. Date-range changes relink journal entries to the adjusted period, with onConflict controlling how overlaps with neighboring periods are resolved (updateExisting by default). Each changed date boundary is validated independently against locked history. Toggling setListingInactive flips the active flag of the journal entries in the range and refreshes affected reservation totals. Changes touching books-closed or statement-locked months are rejected. Supports dryRun. See https://docs.vrplatform.app/guides/build/portfolio.
|
|
2580
|
+
* @description Update a listing ownership period by ID. Date-range changes relink journal entries to the adjusted period, with onConflict controlling how overlaps with neighboring periods are resolved (updateExisting by default). Each changed date boundary is validated independently against locked history. Toggling setListingInactive flips the active flag of the journal entries in the range and refreshes affected reservation totals. Active periods require at least one member; deactivation periods require an empty members array, so change the mode and members atomically. Changes touching books-closed or statement-locked months are rejected. Supports dryRun. See https://docs.vrplatform.app/guides/build/portfolio.
|
|
2581
2581
|
*
|
|
2582
2582
|
* Required scope: ownerships:write
|
|
2583
2583
|
*/
|
|
@@ -54740,6 +54740,7 @@ export interface operations {
|
|
|
54740
54740
|
startAt?: string | null;
|
|
54741
54741
|
endAt?: string | null;
|
|
54742
54742
|
reserve?: number | null;
|
|
54743
|
+
/** @description One or more unique owners for an active period; use an empty array only with setListingInactive=true */
|
|
54743
54744
|
members: {
|
|
54744
54745
|
contactId?: string | null;
|
|
54745
54746
|
split?: number | null;
|
|
@@ -55308,6 +55309,7 @@ export interface operations {
|
|
|
55308
55309
|
startAt?: string | null;
|
|
55309
55310
|
endAt?: string | null;
|
|
55310
55311
|
reserve?: number | null;
|
|
55312
|
+
/** @description One or more unique owners for an active period; use an empty array only with setListingInactive=true */
|
|
55311
55313
|
members?: {
|
|
55312
55314
|
contactId?: string | null;
|
|
55313
55315
|
split?: number | null;
|