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.
- package/dist/cli.js +1 -1
- 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()
|
|
113933
|
+
id: exports_external.string(),
|
|
113934
113934
|
destination_node_id: exports_external.string().optional(),
|
|
113935
113935
|
transcript: exports_external.array(FinetuneTranscriptTurnSchema).optional()
|
|
113936
113936
|
});
|