@keystrokehq/openai 0.1.4 → 0.1.5
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/actions/add-upload-part.d.cts +15 -1
- package/dist/actions/add-upload-part.d.mts +15 -1
- package/dist/actions/cancel-batch.d.cts +20 -6
- package/dist/actions/cancel-batch.d.mts +20 -6
- package/dist/actions/cancel-eval-run.d.cts +15 -1
- package/dist/actions/cancel-eval-run.d.mts +15 -1
- package/dist/actions/cancel-response.d.cts +15 -1
- package/dist/actions/cancel-response.d.mts +15 -1
- package/dist/actions/cancel-run.d.cts +20 -6
- package/dist/actions/cancel-run.d.mts +20 -6
- package/dist/actions/cancel-upload.d.cts +16 -2
- package/dist/actions/cancel-upload.d.mts +16 -2
- package/dist/actions/compact-response.d.cts +15 -1
- package/dist/actions/compact-response.d.mts +15 -1
- package/dist/actions/create-audio-transcription.d.cts +15 -1
- package/dist/actions/create-audio-transcription.d.mts +15 -1
- package/dist/actions/create-audio-translation.d.cts +15 -1
- package/dist/actions/create-audio-translation.d.mts +15 -1
- package/dist/actions/create-batch.d.cts +20 -6
- package/dist/actions/create-batch.d.cts.map +1 -1
- package/dist/actions/create-batch.d.mts +20 -6
- package/dist/actions/create-batch.d.mts.map +1 -1
- package/dist/actions/create-chat-completion.d.cts +19 -5
- package/dist/actions/create-chat-completion.d.mts +19 -5
- package/dist/actions/create-completion.d.cts +16 -2
- package/dist/actions/create-completion.d.cts.map +1 -1
- package/dist/actions/create-completion.d.mts +16 -2
- package/dist/actions/create-completion.d.mts.map +1 -1
- package/dist/actions/create-container-file.d.cts +15 -1
- package/dist/actions/create-container-file.d.mts +15 -1
- package/dist/actions/create-container.d.cts +15 -1
- package/dist/actions/create-container.d.cts.map +1 -1
- package/dist/actions/create-container.d.mts +15 -1
- package/dist/actions/create-container.d.mts.map +1 -1
- package/dist/actions/create-conversation-items.d.cts +15 -1
- package/dist/actions/create-conversation-items.d.cts.map +1 -1
- package/dist/actions/create-conversation-items.d.mts +15 -1
- package/dist/actions/create-conversation-items.d.mts.map +1 -1
- package/dist/actions/create-conversation.d.cts +15 -1
- package/dist/actions/create-conversation.d.cts.map +1 -1
- package/dist/actions/create-conversation.d.mts +15 -1
- package/dist/actions/create-conversation.d.mts.map +1 -1
- package/dist/actions/create-embeddings.d.cts +16 -2
- package/dist/actions/create-embeddings.d.mts +16 -2
- package/dist/actions/create-eval-run.d.cts +15 -1
- package/dist/actions/create-eval-run.d.mts +15 -1
- package/dist/actions/create-eval.d.cts +15 -1
- package/dist/actions/create-eval.d.mts +15 -1
- package/dist/actions/create-fine-tuning-job.d.cts +17 -3
- package/dist/actions/create-fine-tuning-job.d.mts +17 -3
- package/dist/actions/create-image-edit.d.cts +17 -3
- package/dist/actions/create-image-edit.d.mts +17 -3
- package/dist/actions/create-image-variation.d.cts +15 -1
- package/dist/actions/create-image-variation.d.mts +15 -1
- package/dist/actions/create-image.d.cts +17 -3
- package/dist/actions/create-image.d.mts +17 -3
- package/dist/actions/create-message.d.cts +15 -1
- package/dist/actions/create-message.d.cts.map +1 -1
- package/dist/actions/create-message.d.mts +15 -1
- package/dist/actions/create-message.d.mts.map +1 -1
- package/dist/actions/create-moderation.d.cts +15 -1
- package/dist/actions/create-moderation.d.cts.map +1 -1
- package/dist/actions/create-moderation.d.mts +15 -1
- package/dist/actions/create-moderation.d.mts.map +1 -1
- package/dist/actions/create-realtime-call.d.cts +15 -1
- package/dist/actions/create-realtime-call.d.mts +15 -1
- package/dist/actions/create-realtime-client-secret.d.cts +15 -1
- package/dist/actions/create-realtime-client-secret.d.mts +15 -1
- package/dist/actions/create-realtime-session.d.cts +15 -1
- package/dist/actions/create-realtime-session.d.mts +15 -1
- package/dist/actions/create-realtime-transcription-session.d.cts +15 -1
- package/dist/actions/create-realtime-transcription-session.d.mts +15 -1
- package/dist/actions/create-response.d.cts +17 -3
- package/dist/actions/create-response.d.mts +17 -3
- package/dist/actions/create-run.d.cts +20 -6
- package/dist/actions/create-run.d.mts +20 -6
- package/dist/actions/create-skill.d.cts +15 -1
- package/dist/actions/create-skill.d.mts +15 -1
- package/dist/actions/create-speech.d.cts +15 -1
- package/dist/actions/create-speech.d.mts +15 -1
- package/dist/actions/create-thread-and-run.d.cts +20 -6
- package/dist/actions/create-thread-and-run.d.mts +20 -6
- package/dist/actions/create-thread.d.cts +15 -1
- package/dist/actions/create-thread.d.cts.map +1 -1
- package/dist/actions/create-thread.d.mts +15 -1
- package/dist/actions/create-thread.d.mts.map +1 -1
- package/dist/actions/create-upload.d.cts +16 -2
- package/dist/actions/create-upload.d.mts +16 -2
- package/dist/actions/create-vector-store-file-batch.d.cts +17 -3
- package/dist/actions/create-vector-store-file-batch.d.cts.map +1 -1
- package/dist/actions/create-vector-store-file-batch.d.mts +17 -3
- package/dist/actions/create-vector-store-file-batch.d.mts.map +1 -1
- package/dist/actions/create-vector-store-file.d.cts +17 -3
- package/dist/actions/create-vector-store-file.d.mts +17 -3
- package/dist/actions/create-vector-store.d.cts +15 -1
- package/dist/actions/create-vector-store.d.cts.map +1 -1
- package/dist/actions/create-vector-store.d.mts +15 -1
- package/dist/actions/create-vector-store.d.mts.map +1 -1
- package/dist/actions/create-video-remix.d.cts +17 -3
- package/dist/actions/create-video-remix.d.mts +17 -3
- package/dist/actions/create-video.d.cts +15 -1
- package/dist/actions/create-video.d.mts +15 -1
- package/dist/actions/delete-assistant.d.cts +15 -1
- package/dist/actions/delete-assistant.d.mts +15 -1
- package/dist/actions/delete-chat-completion.d.cts +15 -1
- package/dist/actions/delete-chat-completion.d.mts +15 -1
- package/dist/actions/delete-container-file.d.cts +15 -1
- package/dist/actions/delete-container-file.d.mts +15 -1
- package/dist/actions/delete-container.d.cts +15 -1
- package/dist/actions/delete-container.d.mts +15 -1
- package/dist/actions/delete-conversation-item.d.cts +15 -1
- package/dist/actions/delete-conversation-item.d.mts +15 -1
- package/dist/actions/delete-conversation.d.cts +15 -1
- package/dist/actions/delete-conversation.d.mts +15 -1
- package/dist/actions/delete-eval-run.d.cts +15 -1
- package/dist/actions/delete-eval-run.d.mts +15 -1
- package/dist/actions/delete-eval.d.cts +15 -1
- package/dist/actions/delete-eval.d.mts +15 -1
- package/dist/actions/delete-file.d.cts +15 -1
- package/dist/actions/delete-file.d.mts +15 -1
- package/dist/actions/delete-message.d.cts +15 -1
- package/dist/actions/delete-message.d.mts +15 -1
- package/dist/actions/delete-response.d.cts +15 -1
- package/dist/actions/delete-response.d.mts +15 -1
- package/dist/actions/delete-skill.d.cts +15 -1
- package/dist/actions/delete-skill.d.mts +15 -1
- package/dist/actions/delete-thread.d.cts +15 -1
- package/dist/actions/delete-thread.d.mts +15 -1
- package/dist/actions/delete-vector-store-file.d.cts +15 -1
- package/dist/actions/delete-vector-store-file.d.mts +15 -1
- package/dist/actions/delete-vector-store.d.cts +15 -1
- package/dist/actions/delete-vector-store.d.mts +15 -1
- package/dist/actions/delete-video.d.cts +15 -1
- package/dist/actions/delete-video.d.mts +15 -1
- package/dist/actions/download-file.d.cts +15 -1
- package/dist/actions/download-file.d.mts +15 -1
- package/dist/actions/download-video.d.cts +15 -1
- package/dist/actions/download-video.d.mts +15 -1
- package/dist/actions/get-chat-completion-messages.d.cts +15 -1
- package/dist/actions/get-chat-completion-messages.d.mts +15 -1
- package/dist/actions/get-chat-completion.d.cts +15 -1
- package/dist/actions/get-chat-completion.d.mts +15 -1
- package/dist/actions/get-chatkit-thread.d.cts +15 -1
- package/dist/actions/get-chatkit-thread.d.mts +15 -1
- package/dist/actions/get-conversation-item.d.cts +15 -1
- package/dist/actions/get-conversation-item.d.mts +15 -1
- package/dist/actions/get-eval-run-output-item.d.cts +15 -1
- package/dist/actions/get-eval-run-output-item.d.mts +15 -1
- package/dist/actions/get-eval-run-output-items.d.cts +15 -1
- package/dist/actions/get-eval-run-output-items.d.mts +15 -1
- package/dist/actions/get-eval-run.d.cts +15 -1
- package/dist/actions/get-eval-run.d.mts +15 -1
- package/dist/actions/get-eval-runs.d.cts +18 -4
- package/dist/actions/get-eval-runs.d.mts +18 -4
- package/dist/actions/get-eval.d.cts +15 -1
- package/dist/actions/get-eval.d.mts +15 -1
- package/dist/actions/get-input-token-counts.d.cts +17 -3
- package/dist/actions/get-input-token-counts.d.mts +17 -3
- package/dist/actions/get-message.d.cts +15 -1
- package/dist/actions/get-message.d.mts +15 -1
- package/dist/actions/get-response.d.cts +15 -1
- package/dist/actions/get-response.d.mts +15 -1
- package/dist/actions/get-run-step.d.cts +17 -3
- package/dist/actions/get-run-step.d.mts +17 -3
- package/dist/actions/get-vector-store-file-batch.d.cts +17 -3
- package/dist/actions/get-vector-store-file-batch.d.mts +17 -3
- package/dist/actions/get-vector-store-file.d.cts +17 -3
- package/dist/actions/get-vector-store-file.d.mts +17 -3
- package/dist/actions/get-vector-store.d.cts +15 -1
- package/dist/actions/get-vector-store.d.mts +15 -1
- package/dist/actions/get-video.d.cts +17 -3
- package/dist/actions/get-video.d.mts +17 -3
- package/dist/actions/list-assistants.d.cts +15 -1
- package/dist/actions/list-assistants.d.mts +15 -1
- package/dist/actions/list-batches.d.cts +20 -6
- package/dist/actions/list-batches.d.mts +20 -6
- package/dist/actions/list-chat-completions.d.cts +15 -1
- package/dist/actions/list-chat-completions.d.mts +15 -1
- package/dist/actions/list-chatkit-thread-items.d.cts +15 -1
- package/dist/actions/list-chatkit-thread-items.d.mts +15 -1
- package/dist/actions/list-container-files.d.cts +15 -1
- package/dist/actions/list-container-files.d.mts +15 -1
- package/dist/actions/list-containers.d.cts +15 -1
- package/dist/actions/list-containers.d.mts +15 -1
- package/dist/actions/list-conversation-items.d.cts +15 -1
- package/dist/actions/list-conversation-items.d.mts +15 -1
- package/dist/actions/list-engines.d.cts +15 -1
- package/dist/actions/list-engines.d.cts.map +1 -1
- package/dist/actions/list-engines.d.mts +15 -1
- package/dist/actions/list-engines.d.mts.map +1 -1
- package/dist/actions/list-evals.d.cts +15 -1
- package/dist/actions/list-evals.d.mts +15 -1
- package/dist/actions/list-files-in-vector-store-batch.d.cts +20 -6
- package/dist/actions/list-files-in-vector-store-batch.d.mts +20 -6
- package/dist/actions/list-files.d.cts +15 -1
- package/dist/actions/list-files.d.mts +15 -1
- package/dist/actions/list-fine-tunes.d.cts +15 -1
- package/dist/actions/list-fine-tunes.d.mts +15 -1
- package/dist/actions/list-fine-tuning-events.d.cts +15 -1
- package/dist/actions/list-fine-tuning-events.d.mts +15 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.d.cts +15 -1
- package/dist/actions/list-fine-tuning-job-checkpoints.d.mts +15 -1
- package/dist/actions/list-input-items.d.cts +15 -1
- package/dist/actions/list-input-items.d.mts +15 -1
- package/dist/actions/list-messages.d.cts +15 -1
- package/dist/actions/list-messages.d.mts +15 -1
- package/dist/actions/list-models.d.cts +15 -1
- package/dist/actions/list-models.d.cts.map +1 -1
- package/dist/actions/list-models.d.mts +15 -1
- package/dist/actions/list-models.d.mts.map +1 -1
- package/dist/actions/list-run-steps.d.cts +17 -3
- package/dist/actions/list-run-steps.d.mts +17 -3
- package/dist/actions/list-runs.d.cts +20 -6
- package/dist/actions/list-runs.d.mts +20 -6
- package/dist/actions/list-skills.d.cts +15 -1
- package/dist/actions/list-skills.d.mts +15 -1
- package/dist/actions/list-threads.d.cts +15 -1
- package/dist/actions/list-threads.d.mts +15 -1
- package/dist/actions/list-vector-store-files.d.cts +20 -6
- package/dist/actions/list-vector-store-files.d.mts +20 -6
- package/dist/actions/list-vector-stores.d.cts +15 -1
- package/dist/actions/list-vector-stores.d.mts +15 -1
- package/dist/actions/list-videos.d.cts +17 -3
- package/dist/actions/list-videos.d.mts +17 -3
- package/dist/actions/modify-assistant.d.cts +15 -1
- package/dist/actions/modify-assistant.d.mts +15 -1
- package/dist/actions/modify-message.d.cts +15 -1
- package/dist/actions/modify-message.d.cts.map +1 -1
- package/dist/actions/modify-message.d.mts +15 -1
- package/dist/actions/modify-message.d.mts.map +1 -1
- package/dist/actions/modify-run.d.cts +20 -6
- package/dist/actions/modify-run.d.cts.map +1 -1
- package/dist/actions/modify-run.d.mts +20 -6
- package/dist/actions/modify-run.d.mts.map +1 -1
- package/dist/actions/modify-thread.d.cts +15 -1
- package/dist/actions/modify-thread.d.cts.map +1 -1
- package/dist/actions/modify-thread.d.mts +15 -1
- package/dist/actions/modify-thread.d.mts.map +1 -1
- package/dist/actions/modify-vector-store.d.cts +15 -1
- package/dist/actions/modify-vector-store.d.cts.map +1 -1
- package/dist/actions/modify-vector-store.d.mts +15 -1
- package/dist/actions/modify-vector-store.d.mts.map +1 -1
- package/dist/actions/retrieve-assistant.d.cts +15 -1
- package/dist/actions/retrieve-assistant.d.mts +15 -1
- package/dist/actions/retrieve-batch.d.cts +20 -6
- package/dist/actions/retrieve-batch.d.mts +20 -6
- package/dist/actions/retrieve-container-file-content.d.cts +15 -1
- package/dist/actions/retrieve-container-file-content.d.mts +15 -1
- package/dist/actions/retrieve-container-file.d.cts +15 -1
- package/dist/actions/retrieve-container-file.d.mts +15 -1
- package/dist/actions/retrieve-container.d.cts +15 -1
- package/dist/actions/retrieve-container.d.mts +15 -1
- package/dist/actions/retrieve-engine.d.cts +15 -1
- package/dist/actions/retrieve-engine.d.mts +15 -1
- package/dist/actions/retrieve-file.d.cts +15 -1
- package/dist/actions/retrieve-file.d.mts +15 -1
- package/dist/actions/retrieve-fine-tuning-job.d.cts +17 -3
- package/dist/actions/retrieve-fine-tuning-job.d.mts +17 -3
- package/dist/actions/retrieve-model.d.cts +15 -1
- package/dist/actions/retrieve-model.d.mts +15 -1
- package/dist/actions/retrieve-run.d.cts +20 -6
- package/dist/actions/retrieve-run.d.mts +20 -6
- package/dist/actions/retrieve-thread.d.cts +15 -1
- package/dist/actions/retrieve-thread.d.mts +15 -1
- package/dist/actions/retrieve-vector-store-file-content.d.cts +15 -1
- package/dist/actions/retrieve-vector-store-file-content.d.mts +15 -1
- package/dist/actions/run-grader.d.cts +15 -1
- package/dist/actions/run-grader.d.mts +15 -1
- package/dist/actions/search-vector-store.d.cts +17 -3
- package/dist/actions/search-vector-store.d.cts.map +1 -1
- package/dist/actions/search-vector-store.d.mts +17 -3
- package/dist/actions/search-vector-store.d.mts.map +1 -1
- package/dist/actions/submit-tool-outputs-to-run.d.cts +20 -6
- package/dist/actions/submit-tool-outputs-to-run.d.mts +20 -6
- package/dist/actions/update-chat-completion.d.cts +15 -1
- package/dist/actions/update-chat-completion.d.cts.map +1 -1
- package/dist/actions/update-chat-completion.d.mts +15 -1
- package/dist/actions/update-chat-completion.d.mts.map +1 -1
- package/dist/actions/update-conversation.d.cts +15 -1
- package/dist/actions/update-conversation.d.cts.map +1 -1
- package/dist/actions/update-conversation.d.mts +15 -1
- package/dist/actions/update-conversation.d.mts.map +1 -1
- package/dist/actions/update-eval.d.cts +15 -1
- package/dist/actions/update-eval.d.cts.map +1 -1
- package/dist/actions/update-eval.d.mts +15 -1
- package/dist/actions/update-eval.d.mts.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.d.cts +17 -3
- package/dist/actions/update-vector-store-file-attributes.d.cts.map +1 -1
- package/dist/actions/update-vector-store-file-attributes.d.mts +17 -3
- package/dist/actions/update-vector-store-file-attributes.d.mts.map +1 -1
- package/dist/actions/upload-file.d.cts +15 -1
- package/dist/actions/upload-file.d.mts +15 -1
- package/dist/actions/validate-grader.d.cts +15 -1
- package/dist/actions/validate-grader.d.cts.map +1 -1
- package/dist/actions/validate-grader.d.mts +15 -1
- package/dist/actions/validate-grader.d.mts.map +1 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -33,9 +33,9 @@ declare const OpenaiCreateFineTuningJobOutput: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$loose>>>;
|
|
34
34
|
object: z.ZodNullable<z.ZodString>;
|
|
35
35
|
status: z.ZodNullable<z.ZodEnum<{
|
|
36
|
-
failed: "failed";
|
|
37
|
-
cancelled: "cancelled";
|
|
38
36
|
queued: "queued";
|
|
37
|
+
cancelled: "cancelled";
|
|
38
|
+
failed: "failed";
|
|
39
39
|
validating_files: "validating_files";
|
|
40
40
|
running: "running";
|
|
41
41
|
succeeded: "succeeded";
|
|
@@ -67,7 +67,21 @@ declare const openaiCreateFineTuningJob: import("@keystrokehq/action").WorkflowA
|
|
|
67
67
|
integrations?: Record<string, unknown>[] | undefined;
|
|
68
68
|
hyperparameters?: Record<string, unknown> | undefined;
|
|
69
69
|
validation_file?: string | undefined;
|
|
70
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
70
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
generic_api_key: z.ZodString;
|
|
76
|
+
organization_id: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
78
|
+
connectionId: z.ZodString;
|
|
79
|
+
entityId: z.ZodString;
|
|
80
|
+
instanceId: z.ZodString;
|
|
81
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
82
|
+
generic_api_key: z.ZodString;
|
|
83
|
+
organization_id: z.ZodString;
|
|
84
|
+
}, z.core.$strip>>]>;
|
|
71
85
|
//#endregion
|
|
72
86
|
export { openaiCreateFineTuningJob };
|
|
73
87
|
//# sourceMappingURL=create-fine-tuning-job.d.mts.map
|
|
@@ -29,8 +29,8 @@ declare const OpenaiCreateImageEditInput: z.ZodObject<{
|
|
|
29
29
|
moderation: z.ZodOptional<z.ZodString>;
|
|
30
30
|
output_format: z.ZodOptional<z.ZodEnum<{
|
|
31
31
|
png: "png";
|
|
32
|
-
webp: "webp";
|
|
33
32
|
jpeg: "jpeg";
|
|
33
|
+
webp: "webp";
|
|
34
34
|
}>>;
|
|
35
35
|
input_fidelity: z.ZodOptional<z.ZodString>;
|
|
36
36
|
output_compression: z.ZodOptional<z.ZodNumber>;
|
|
@@ -79,10 +79,24 @@ declare const openaiCreateImageEdit: import("@keystrokehq/action").WorkflowActio
|
|
|
79
79
|
quality?: "auto" | "low" | "medium" | "high" | undefined;
|
|
80
80
|
background?: "auto" | "transparent" | "opaque" | undefined;
|
|
81
81
|
moderation?: string | undefined;
|
|
82
|
-
output_format?: "png" | "
|
|
82
|
+
output_format?: "png" | "jpeg" | "webp" | undefined;
|
|
83
83
|
input_fidelity?: string | undefined;
|
|
84
84
|
output_compression?: number | undefined;
|
|
85
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
85
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
86
|
+
connectionId: z.ZodString;
|
|
87
|
+
entityId: z.ZodString;
|
|
88
|
+
instanceId: z.ZodString;
|
|
89
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
90
|
+
generic_api_key: z.ZodString;
|
|
91
|
+
organization_id: z.ZodString;
|
|
92
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
93
|
+
connectionId: z.ZodString;
|
|
94
|
+
entityId: z.ZodString;
|
|
95
|
+
instanceId: z.ZodString;
|
|
96
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
97
|
+
generic_api_key: z.ZodString;
|
|
98
|
+
organization_id: z.ZodString;
|
|
99
|
+
}, z.core.$strip>>]>;
|
|
86
100
|
//#endregion
|
|
87
101
|
export { openaiCreateImageEdit };
|
|
88
102
|
//# sourceMappingURL=create-image-edit.d.cts.map
|
|
@@ -29,8 +29,8 @@ declare const OpenaiCreateImageEditInput: z.ZodObject<{
|
|
|
29
29
|
moderation: z.ZodOptional<z.ZodString>;
|
|
30
30
|
output_format: z.ZodOptional<z.ZodEnum<{
|
|
31
31
|
png: "png";
|
|
32
|
-
webp: "webp";
|
|
33
32
|
jpeg: "jpeg";
|
|
33
|
+
webp: "webp";
|
|
34
34
|
}>>;
|
|
35
35
|
input_fidelity: z.ZodOptional<z.ZodString>;
|
|
36
36
|
output_compression: z.ZodOptional<z.ZodNumber>;
|
|
@@ -79,10 +79,24 @@ declare const openaiCreateImageEdit: import("@keystrokehq/action").WorkflowActio
|
|
|
79
79
|
quality?: "auto" | "low" | "medium" | "high" | undefined;
|
|
80
80
|
background?: "auto" | "transparent" | "opaque" | undefined;
|
|
81
81
|
moderation?: string | undefined;
|
|
82
|
-
output_format?: "png" | "
|
|
82
|
+
output_format?: "png" | "jpeg" | "webp" | undefined;
|
|
83
83
|
input_fidelity?: string | undefined;
|
|
84
84
|
output_compression?: number | undefined;
|
|
85
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
85
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
86
|
+
connectionId: z.ZodString;
|
|
87
|
+
entityId: z.ZodString;
|
|
88
|
+
instanceId: z.ZodString;
|
|
89
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
90
|
+
generic_api_key: z.ZodString;
|
|
91
|
+
organization_id: z.ZodString;
|
|
92
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
93
|
+
connectionId: z.ZodString;
|
|
94
|
+
entityId: z.ZodString;
|
|
95
|
+
instanceId: z.ZodString;
|
|
96
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
97
|
+
generic_api_key: z.ZodString;
|
|
98
|
+
organization_id: z.ZodString;
|
|
99
|
+
}, z.core.$strip>>]>;
|
|
86
100
|
//#endregion
|
|
87
101
|
export { openaiCreateImageEdit };
|
|
88
102
|
//# sourceMappingURL=create-image-edit.d.mts.map
|
|
@@ -39,7 +39,21 @@ declare const openaiCreateImageVariation: import("@keystrokehq/action").Workflow
|
|
|
39
39
|
user?: string | undefined;
|
|
40
40
|
model?: string | undefined;
|
|
41
41
|
response_format?: "url" | "b64_json" | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
organization_id: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
organization_id: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>;
|
|
43
57
|
//#endregion
|
|
44
58
|
export { openaiCreateImageVariation };
|
|
45
59
|
//# sourceMappingURL=create-image-variation.d.cts.map
|
|
@@ -39,7 +39,21 @@ declare const openaiCreateImageVariation: import("@keystrokehq/action").Workflow
|
|
|
39
39
|
user?: string | undefined;
|
|
40
40
|
model?: string | undefined;
|
|
41
41
|
response_format?: "url" | "b64_json" | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
organization_id: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
generic_api_key: z.ZodString;
|
|
55
|
+
organization_id: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>;
|
|
43
57
|
//#endregion
|
|
44
58
|
export { openaiCreateImageVariation };
|
|
45
59
|
//# sourceMappingURL=create-image-variation.d.mts.map
|
|
@@ -30,8 +30,8 @@ declare const OpenaiCreateImageInput: z.ZodObject<{
|
|
|
30
30
|
}>>;
|
|
31
31
|
output_format: z.ZodOptional<z.ZodEnum<{
|
|
32
32
|
png: "png";
|
|
33
|
-
webp: "webp";
|
|
34
33
|
jpeg: "jpeg";
|
|
34
|
+
webp: "webp";
|
|
35
35
|
}>>;
|
|
36
36
|
output_compression: z.ZodOptional<z.ZodNumber>;
|
|
37
37
|
}, z.core.$strip>;
|
|
@@ -68,9 +68,23 @@ declare const openaiCreateImage: import("@keystrokehq/action").WorkflowActionDef
|
|
|
68
68
|
quality?: "auto" | "low" | "medium" | "high" | "standard" | "hd" | undefined;
|
|
69
69
|
background?: "auto" | "transparent" | "opaque" | undefined;
|
|
70
70
|
moderation?: "auto" | "low" | undefined;
|
|
71
|
-
output_format?: "png" | "
|
|
71
|
+
output_format?: "png" | "jpeg" | "webp" | undefined;
|
|
72
72
|
output_compression?: number | undefined;
|
|
73
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
73
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
organization_id: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
74
88
|
//#endregion
|
|
75
89
|
export { openaiCreateImage };
|
|
76
90
|
//# sourceMappingURL=create-image.d.cts.map
|
|
@@ -30,8 +30,8 @@ declare const OpenaiCreateImageInput: z.ZodObject<{
|
|
|
30
30
|
}>>;
|
|
31
31
|
output_format: z.ZodOptional<z.ZodEnum<{
|
|
32
32
|
png: "png";
|
|
33
|
-
webp: "webp";
|
|
34
33
|
jpeg: "jpeg";
|
|
34
|
+
webp: "webp";
|
|
35
35
|
}>>;
|
|
36
36
|
output_compression: z.ZodOptional<z.ZodNumber>;
|
|
37
37
|
}, z.core.$strip>;
|
|
@@ -68,9 +68,23 @@ declare const openaiCreateImage: import("@keystrokehq/action").WorkflowActionDef
|
|
|
68
68
|
quality?: "auto" | "low" | "medium" | "high" | "standard" | "hd" | undefined;
|
|
69
69
|
background?: "auto" | "transparent" | "opaque" | undefined;
|
|
70
70
|
moderation?: "auto" | "low" | undefined;
|
|
71
|
-
output_format?: "png" | "
|
|
71
|
+
output_format?: "png" | "jpeg" | "webp" | undefined;
|
|
72
72
|
output_compression?: number | undefined;
|
|
73
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
73
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
organization_id: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
74
88
|
//#endregion
|
|
75
89
|
export { openaiCreateImage };
|
|
76
90
|
//# sourceMappingURL=create-image.d.mts.map
|
|
@@ -101,7 +101,21 @@ declare const openaiCreateMessage: import("@keystrokehq/action").WorkflowActionD
|
|
|
101
101
|
}[];
|
|
102
102
|
file_id: string;
|
|
103
103
|
}[] | undefined;
|
|
104
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
104
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
105
|
+
connectionId: z.ZodString;
|
|
106
|
+
entityId: z.ZodString;
|
|
107
|
+
instanceId: z.ZodString;
|
|
108
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
109
|
+
generic_api_key: z.ZodString;
|
|
110
|
+
organization_id: z.ZodString;
|
|
111
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
generic_api_key: z.ZodString;
|
|
117
|
+
organization_id: z.ZodString;
|
|
118
|
+
}, z.core.$strip>>]>;
|
|
105
119
|
//#endregion
|
|
106
120
|
export { openaiCreateMessage };
|
|
107
121
|
//# sourceMappingURL=create-message.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-message.d.cts","names":[],"sources":["../../src/actions/create-message.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cA+CxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiBzB,mBAAA,gCAAmB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-message.d.cts","names":[],"sources":["../../src/actions/create-message.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cA+CxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiBzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -101,7 +101,21 @@ declare const openaiCreateMessage: import("@keystrokehq/action").WorkflowActionD
|
|
|
101
101
|
}[];
|
|
102
102
|
file_id: string;
|
|
103
103
|
}[] | undefined;
|
|
104
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
104
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
105
|
+
connectionId: z.ZodString;
|
|
106
|
+
entityId: z.ZodString;
|
|
107
|
+
instanceId: z.ZodString;
|
|
108
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
109
|
+
generic_api_key: z.ZodString;
|
|
110
|
+
organization_id: z.ZodString;
|
|
111
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
generic_api_key: z.ZodString;
|
|
117
|
+
organization_id: z.ZodString;
|
|
118
|
+
}, z.core.$strip>>]>;
|
|
105
119
|
//#endregion
|
|
106
120
|
export { openaiCreateMessage };
|
|
107
121
|
//# sourceMappingURL=create-message.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-message.d.mts","names":[],"sources":["../../src/actions/create-message.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cA+CxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiBzB,mBAAA,gCAAmB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-message.d.mts","names":[],"sources":["../../src/actions/create-message.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cA+CxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiBzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -69,7 +69,21 @@ declare const openaiCreateModeration: import("@keystrokehq/action").WorkflowActi
|
|
|
69
69
|
image_url?: Record<string, unknown> | null | undefined;
|
|
70
70
|
})[];
|
|
71
71
|
model?: string | undefined;
|
|
72
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
72
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
generic_api_key: z.ZodString;
|
|
78
|
+
organization_id: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
organization_id: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>;
|
|
73
87
|
//#endregion
|
|
74
88
|
export { openaiCreateModeration };
|
|
75
89
|
//# sourceMappingURL=create-moderation.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-moderation.d.cts","names":[],"sources":["../../src/actions/create-moderation.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;cA2D3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM5B,sBAAA,gCAAsB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-moderation.d.cts","names":[],"sources":["../../src/actions/create-moderation.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;cA2D3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM5B,sBAAA,gCAAsB,wBAAA"}
|
|
@@ -69,7 +69,21 @@ declare const openaiCreateModeration: import("@keystrokehq/action").WorkflowActi
|
|
|
69
69
|
image_url?: Record<string, unknown> | null | undefined;
|
|
70
70
|
})[];
|
|
71
71
|
model?: string | undefined;
|
|
72
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
72
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
generic_api_key: z.ZodString;
|
|
78
|
+
organization_id: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
organization_id: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>;
|
|
73
87
|
//#endregion
|
|
74
88
|
export { openaiCreateModeration };
|
|
75
89
|
//# sourceMappingURL=create-moderation.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-moderation.d.mts","names":[],"sources":["../../src/actions/create-moderation.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;cA2D3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM5B,sBAAA,gCAAsB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-moderation.d.mts","names":[],"sources":["../../src/actions/create-moderation.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;cA2D3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM5B,sBAAA,gCAAsB,wBAAA"}
|
|
@@ -12,7 +12,21 @@ declare const OpenaiCreateRealtimeCallOutput: z.ZodObject<{
|
|
|
12
12
|
declare const openaiCreateRealtimeCall: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
sdp: string;
|
|
14
14
|
model: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
organization_id: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
organization_id: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
16
30
|
//#endregion
|
|
17
31
|
export { openaiCreateRealtimeCall };
|
|
18
32
|
//# sourceMappingURL=create-realtime-call.d.cts.map
|
|
@@ -12,7 +12,21 @@ declare const OpenaiCreateRealtimeCallOutput: z.ZodObject<{
|
|
|
12
12
|
declare const openaiCreateRealtimeCall: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
sdp: string;
|
|
14
14
|
model: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
organization_id: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
organization_id: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
16
30
|
//#endregion
|
|
17
31
|
export { openaiCreateRealtimeCall };
|
|
18
32
|
//# sourceMappingURL=create-realtime-call.d.mts.map
|
|
@@ -55,7 +55,21 @@ declare const openaiCreateRealtimeClientSecret: import("@keystrokehq/action").Wo
|
|
|
55
55
|
anchor?: string | undefined;
|
|
56
56
|
seconds?: number | undefined;
|
|
57
57
|
} | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
organization_id: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
organization_id: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
59
73
|
//#endregion
|
|
60
74
|
export { openaiCreateRealtimeClientSecret };
|
|
61
75
|
//# sourceMappingURL=create-realtime-client-secret.d.cts.map
|
|
@@ -55,7 +55,21 @@ declare const openaiCreateRealtimeClientSecret: import("@keystrokehq/action").Wo
|
|
|
55
55
|
anchor?: string | undefined;
|
|
56
56
|
seconds?: number | undefined;
|
|
57
57
|
} | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
organization_id: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
organization_id: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
59
73
|
//#endregion
|
|
60
74
|
export { openaiCreateRealtimeClientSecret };
|
|
61
75
|
//# sourceMappingURL=create-realtime-client-secret.d.mts.map
|
|
@@ -130,7 +130,21 @@ declare const openaiCreateRealtimeSession: import("@keystrokehq/action").Workflo
|
|
|
130
130
|
model?: string | undefined;
|
|
131
131
|
} | undefined;
|
|
132
132
|
max_response_output_tokens?: string | number | undefined;
|
|
133
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
133
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
134
|
+
connectionId: z.ZodString;
|
|
135
|
+
entityId: z.ZodString;
|
|
136
|
+
instanceId: z.ZodString;
|
|
137
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
138
|
+
generic_api_key: z.ZodString;
|
|
139
|
+
organization_id: z.ZodString;
|
|
140
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
141
|
+
connectionId: z.ZodString;
|
|
142
|
+
entityId: z.ZodString;
|
|
143
|
+
instanceId: z.ZodString;
|
|
144
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
145
|
+
generic_api_key: z.ZodString;
|
|
146
|
+
organization_id: z.ZodString;
|
|
147
|
+
}, z.core.$strip>>]>;
|
|
134
148
|
//#endregion
|
|
135
149
|
export { openaiCreateRealtimeSession };
|
|
136
150
|
//# sourceMappingURL=create-realtime-session.d.cts.map
|
|
@@ -130,7 +130,21 @@ declare const openaiCreateRealtimeSession: import("@keystrokehq/action").Workflo
|
|
|
130
130
|
model?: string | undefined;
|
|
131
131
|
} | undefined;
|
|
132
132
|
max_response_output_tokens?: string | number | undefined;
|
|
133
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
133
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
134
|
+
connectionId: z.ZodString;
|
|
135
|
+
entityId: z.ZodString;
|
|
136
|
+
instanceId: z.ZodString;
|
|
137
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
138
|
+
generic_api_key: z.ZodString;
|
|
139
|
+
organization_id: z.ZodString;
|
|
140
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
141
|
+
connectionId: z.ZodString;
|
|
142
|
+
entityId: z.ZodString;
|
|
143
|
+
instanceId: z.ZodString;
|
|
144
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
145
|
+
generic_api_key: z.ZodString;
|
|
146
|
+
organization_id: z.ZodString;
|
|
147
|
+
}, z.core.$strip>>]>;
|
|
134
148
|
//#endregion
|
|
135
149
|
export { openaiCreateRealtimeSession };
|
|
136
150
|
//# sourceMappingURL=create-realtime-session.d.mts.map
|
|
@@ -70,7 +70,21 @@ declare const openaiCreateRealtimeTranscriptionSession: import("@keystrokehq/act
|
|
|
70
70
|
input_audio_noise_reduction?: {
|
|
71
71
|
type: "near_field" | "far_field";
|
|
72
72
|
} | undefined;
|
|
73
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
73
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
organization_id: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
74
88
|
//#endregion
|
|
75
89
|
export { openaiCreateRealtimeTranscriptionSession };
|
|
76
90
|
//# sourceMappingURL=create-realtime-transcription-session.d.cts.map
|
|
@@ -70,7 +70,21 @@ declare const openaiCreateRealtimeTranscriptionSession: import("@keystrokehq/act
|
|
|
70
70
|
input_audio_noise_reduction?: {
|
|
71
71
|
type: "near_field" | "far_field";
|
|
72
72
|
} | undefined;
|
|
73
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
73
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
organization_id: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
74
88
|
//#endregion
|
|
75
89
|
export { openaiCreateRealtimeTranscriptionSession };
|
|
76
90
|
//# sourceMappingURL=create-realtime-transcription-session.d.mts.map
|
|
@@ -66,8 +66,8 @@ declare const OpenaiCreateResponseInput: z.ZodObject<{
|
|
|
66
66
|
}>>>;
|
|
67
67
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
68
68
|
tool_choice: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
69
|
-
none: "none";
|
|
70
69
|
auto: "auto";
|
|
70
|
+
none: "none";
|
|
71
71
|
required: "required";
|
|
72
72
|
}>, z.ZodObject<{
|
|
73
73
|
type: z.ZodString;
|
|
@@ -154,14 +154,28 @@ declare const openaiCreateResponse: import("@keystrokehq/action").WorkflowAction
|
|
|
154
154
|
background?: boolean | undefined;
|
|
155
155
|
modalities?: ("text" | "audio")[] | undefined;
|
|
156
156
|
temperature?: number | undefined;
|
|
157
|
-
tool_choice?: "
|
|
157
|
+
tool_choice?: "auto" | "none" | "required" | {
|
|
158
158
|
[x: string]: unknown;
|
|
159
159
|
type: string;
|
|
160
160
|
function: Record<string, unknown>;
|
|
161
161
|
} | undefined;
|
|
162
162
|
max_output_tokens?: number | undefined;
|
|
163
163
|
parallel_tool_calls?: boolean | undefined;
|
|
164
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
164
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
165
|
+
connectionId: z.ZodString;
|
|
166
|
+
entityId: z.ZodString;
|
|
167
|
+
instanceId: z.ZodString;
|
|
168
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
169
|
+
generic_api_key: z.ZodString;
|
|
170
|
+
organization_id: z.ZodString;
|
|
171
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
172
|
+
connectionId: z.ZodString;
|
|
173
|
+
entityId: z.ZodString;
|
|
174
|
+
instanceId: z.ZodString;
|
|
175
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
176
|
+
generic_api_key: z.ZodString;
|
|
177
|
+
organization_id: z.ZodString;
|
|
178
|
+
}, z.core.$strip>>]>;
|
|
165
179
|
//#endregion
|
|
166
180
|
export { openaiCreateResponse };
|
|
167
181
|
//# sourceMappingURL=create-response.d.cts.map
|
|
@@ -66,8 +66,8 @@ declare const OpenaiCreateResponseInput: z.ZodObject<{
|
|
|
66
66
|
}>>>;
|
|
67
67
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
68
68
|
tool_choice: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
69
|
-
none: "none";
|
|
70
69
|
auto: "auto";
|
|
70
|
+
none: "none";
|
|
71
71
|
required: "required";
|
|
72
72
|
}>, z.ZodObject<{
|
|
73
73
|
type: z.ZodString;
|
|
@@ -154,14 +154,28 @@ declare const openaiCreateResponse: import("@keystrokehq/action").WorkflowAction
|
|
|
154
154
|
background?: boolean | undefined;
|
|
155
155
|
modalities?: ("text" | "audio")[] | undefined;
|
|
156
156
|
temperature?: number | undefined;
|
|
157
|
-
tool_choice?: "
|
|
157
|
+
tool_choice?: "auto" | "none" | "required" | {
|
|
158
158
|
[x: string]: unknown;
|
|
159
159
|
type: string;
|
|
160
160
|
function: Record<string, unknown>;
|
|
161
161
|
} | undefined;
|
|
162
162
|
max_output_tokens?: number | undefined;
|
|
163
163
|
parallel_tool_calls?: boolean | undefined;
|
|
164
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
164
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
165
|
+
connectionId: z.ZodString;
|
|
166
|
+
entityId: z.ZodString;
|
|
167
|
+
instanceId: z.ZodString;
|
|
168
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
169
|
+
generic_api_key: z.ZodString;
|
|
170
|
+
organization_id: z.ZodString;
|
|
171
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
172
|
+
connectionId: z.ZodString;
|
|
173
|
+
entityId: z.ZodString;
|
|
174
|
+
instanceId: z.ZodString;
|
|
175
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
176
|
+
generic_api_key: z.ZodString;
|
|
177
|
+
organization_id: z.ZodString;
|
|
178
|
+
}, z.core.$strip>>]>;
|
|
165
179
|
//#endregion
|
|
166
180
|
export { openaiCreateResponse };
|
|
167
181
|
//# sourceMappingURL=create-response.d.mts.map
|