retell-sync-cli 3.14.3 → 3.14.4

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -113930,7 +113930,7 @@ var FinetuneTranscriptTurnSchema = exports_external.object({
113930
113930
  content: exports_external.string().optional()
113931
113931
  });
113932
113932
  var FinetuneExampleSchema = exports_external.object({
113933
- id: exports_external.string().optional(),
113933
+ id: exports_external.string(),
113934
113934
  destination_node_id: exports_external.string().optional(),
113935
113935
  transcript: exports_external.array(FinetuneTranscriptTurnSchema).optional()
113936
113936
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retell-sync-cli",
3
- "version": "3.14.3",
3
+ "version": "3.14.4",
4
4
  "description": "CLI tool for syncing Retell AI agents between local filesystem and API",
5
5
  "keywords": [
6
6
  "agents",