retell-sync-cli 3.2.0 → 3.3.0
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -135712,7 +135712,7 @@ async function publish({
|
|
|
135712
135712
|
bold(`Checking ${scopeLabel} for unpublished changes...`);
|
|
135713
135713
|
let spinner = createSpinner2("Fetching draft and published states...");
|
|
135714
135714
|
const [draftState, publishedState] = await Promise.all([
|
|
135715
|
-
|
|
135715
|
+
getRemoteState({ draft: true, agentIds }),
|
|
135716
135716
|
getRemoteState({ draft: false, agentIds })
|
|
135717
135717
|
]);
|
|
135718
135718
|
spinner.stop(source_default.dim("Done"));
|