@sellable/install 0.1.314 → 0.1.315
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
|
@@ -143,9 +143,10 @@ run without user input, or similar, run in **automation mode**:
|
|
|
143
143
|
Sales Nav, Recruiter, and paid InMail behavior.
|
|
144
144
|
Connection-only completion still creates/reuses the same evergreen lanes,
|
|
145
145
|
source rows, and paused/unlaunched review state, but it attaches only the
|
|
146
|
-
canonical invite template
|
|
147
|
-
|
|
148
|
-
|
|
146
|
+
canonical invite template and persists `currentStep:"send"` as the paused
|
|
147
|
+
review step. It does not require Message Drafting, generated messages,
|
|
148
|
+
route-proof approval, first DM, InMail, View Profile fallback, follow-up
|
|
149
|
+
branch, launch, scheduling, or sends.
|
|
149
150
|
|
|
150
151
|
If the invoking prompt explicitly asks for interactive message polish or sample
|
|
151
152
|
proof, run in **interactive polish mode** and use the confirmation/sample steps
|
|
@@ -841,7 +842,7 @@ not a parent-thread summary. The receipt must include:
|
|
|
841
842
|
`nonPaidRecommendedSequence`, copy them to canonical `actionTypes` and
|
|
842
843
|
`nonPaid`.
|
|
843
844
|
For connection-only lanes, do not call `attach_recommended_sequence`. Attach
|
|
844
|
-
with `attach_sequence({ tableId, templateRef:"connection_only" })`, then
|
|
845
|
+
with `attach_sequence({ tableId, templateRef:"connection_only", currentStep:"send" })`, then
|
|
845
846
|
include exact current-template proof:
|
|
846
847
|
`sequenceReceipt.hasSequence:true`,
|
|
847
848
|
`sequenceReceipt.actionTypes:["send_invite"]`, and
|
|
@@ -1126,7 +1127,7 @@ plain row generation. The lane worker must inline the same
|
|
|
1126
1127
|
the campaign is still `DRAFT`, `pause_campaign({ campaignId })`. Reread the
|
|
1127
1128
|
campaign/table before claiming completion.
|
|
1128
1129
|
Connection-only mode: skip Message Drafting and route-proof approval, call
|
|
1129
|
-
`attach_sequence({ tableId, templateRef:"connection_only" })`, prove
|
|
1130
|
+
`attach_sequence({ tableId, templateRef:"connection_only", currentStep:"send" })`, prove
|
|
1130
1131
|
`sequenceReceipt.actionTypes:["send_invite"]`, and pause/reread without
|
|
1131
1132
|
launching or sending.
|
|
1132
1133
|
|
|
@@ -1559,7 +1560,7 @@ Message, and verify current-revision sample messages before final completion.
|
|
|
1559
1560
|
spend paid InMail credits by itself. Do not substitute the manual Paid
|
|
1560
1561
|
InMail Campaign template.
|
|
1561
1562
|
For explicit connection-only evergreen lanes only, use the backend-owned
|
|
1562
|
-
`attach_sequence({ tableId, templateRef:"connection_only" })` path and do
|
|
1563
|
+
`attach_sequence({ tableId, templateRef:"connection_only", currentStep:"send" })` path and do
|
|
1563
1564
|
not call `attach_recommended_sequence`.
|
|
1564
1565
|
3. **Customer-Visible Completion Contract**: a named evergreen lane that appears
|
|
1565
1566
|
as a campaign card or campaign-backed table is not done when the shell exists.
|