@sellable/install 0.1.313 → 0.1.314
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
|
@@ -854,11 +854,11 @@ not a parent-thread summary. The receipt must include:
|
|
|
854
854
|
endpoint/tool to put the unlaunched campaign into `PAUSED` review state, then
|
|
855
855
|
reread the campaign/table. Do not raw-write `campaignStatus`, do not start or
|
|
856
856
|
launch, and do not schedule/send. Completion requires reread proof of
|
|
857
|
-
`currentStep:"send"` and `campaignStatus:"PAUSED"` for standard
|
|
858
|
-
customer-visible lanes.
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
857
|
+
`currentStep:"send"` and `campaignStatus:"PAUSED"` for standard and
|
|
858
|
+
connection-only customer-visible lanes. `send` is the product's paused
|
|
859
|
+
review step; do not use unsupported aliases such as `review` as final proof.
|
|
860
|
+
If the raw output nests this in `finalCampaignRead` or `finalTableRead`, copy
|
|
861
|
+
it to canonical
|
|
862
862
|
`finalPausedSendProof.currentStep` and
|
|
863
863
|
`finalPausedSendProof.campaignStatus`.
|
|
864
864
|
- `verifyCall`: the exact `setup_evergreen_campaigns({ mode:"verify",
|