retell-sync-cli 3.13.2 → 3.13.3

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -114097,7 +114097,8 @@ var FinetuneExampleSchema = exports_external.object({
114097
114097
  var GlobalNodeSettingSchema = exports_external.object({
114098
114098
  condition: exports_external.string().optional(),
114099
114099
  positive_finetune_examples: exports_external.array(FinetuneExampleSchema).optional(),
114100
- negative_finetune_examples: exports_external.array(FinetuneExampleSchema).optional()
114100
+ negative_finetune_examples: exports_external.array(FinetuneExampleSchema).optional(),
114101
+ cool_down: exports_external.number().optional()
114101
114102
  });
114102
114103
  var FlowNodeSchema = exports_external.object({
114103
114104
  id: exports_external.string().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retell-sync-cli",
3
- "version": "3.13.2",
3
+ "version": "3.13.3",
4
4
  "description": "CLI tool for syncing Retell AI agents between local filesystem and API",
5
5
  "keywords": [
6
6
  "agents",