@sellable/install 0.1.318 → 0.1.319
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
|
@@ -276,6 +276,10 @@ need raw proof, call the read-only `get_scheduler_fill_capacity` query for the
|
|
|
276
276
|
same sender/action/date; it tells the MCP how many cells the product scheduler
|
|
277
277
|
will try to place and does not import, approve, schedule, refresh credits, or
|
|
278
278
|
mutate.
|
|
279
|
+
Treat `rollingWeeklyInvite.capacityFreedDuringWindow:true` as proof that
|
|
280
|
+
rolling-weekly capacity frees later in the send window and remains schedulable;
|
|
281
|
+
use its timing fields instead of treating the window-start gate as a permanent
|
|
282
|
+
full-day blocker.
|
|
279
283
|
When the refill loop has ready rows and needs scheduler pickup now, use
|
|
280
284
|
`run_scheduler_sweep` with the same explicit `workspaceId`; it can place cells
|
|
281
285
|
within existing scheduler gates and returns the receipt, but it never sends or
|