@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
|
@@ -21,10 +21,10 @@ declare const OpenaiCreateVideoRemixOutput: z.ZodObject<{
|
|
|
21
21
|
object: z.ZodNullable<z.ZodString>;
|
|
22
22
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
status: z.ZodNullable<z.ZodEnum<{
|
|
24
|
-
|
|
24
|
+
queued: "queued";
|
|
25
25
|
in_progress: "in_progress";
|
|
26
|
+
failed: "failed";
|
|
26
27
|
completed: "completed";
|
|
27
|
-
queued: "queued";
|
|
28
28
|
}>>;
|
|
29
29
|
seconds: z.ZodNullable<z.ZodEnum<{
|
|
30
30
|
4: "4";
|
|
@@ -40,7 +40,21 @@ declare const OpenaiCreateVideoRemixOutput: z.ZodObject<{
|
|
|
40
40
|
declare const openaiCreateVideoRemix: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
41
41
|
prompt: string;
|
|
42
42
|
video_id: string;
|
|
43
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
43
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
organization_id: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
organization_id: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
44
58
|
//#endregion
|
|
45
59
|
export { openaiCreateVideoRemix };
|
|
46
60
|
//# sourceMappingURL=create-video-remix.d.cts.map
|
|
@@ -21,10 +21,10 @@ declare const OpenaiCreateVideoRemixOutput: z.ZodObject<{
|
|
|
21
21
|
object: z.ZodNullable<z.ZodString>;
|
|
22
22
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
status: z.ZodNullable<z.ZodEnum<{
|
|
24
|
-
|
|
24
|
+
queued: "queued";
|
|
25
25
|
in_progress: "in_progress";
|
|
26
|
+
failed: "failed";
|
|
26
27
|
completed: "completed";
|
|
27
|
-
queued: "queued";
|
|
28
28
|
}>>;
|
|
29
29
|
seconds: z.ZodNullable<z.ZodEnum<{
|
|
30
30
|
4: "4";
|
|
@@ -40,7 +40,21 @@ declare const OpenaiCreateVideoRemixOutput: z.ZodObject<{
|
|
|
40
40
|
declare const openaiCreateVideoRemix: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
41
41
|
prompt: string;
|
|
42
42
|
video_id: string;
|
|
43
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
43
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
organization_id: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
organization_id: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
44
58
|
//#endregion
|
|
45
59
|
export { openaiCreateVideoRemix };
|
|
46
60
|
//# sourceMappingURL=create-video-remix.d.mts.map
|
|
@@ -39,7 +39,21 @@ declare const openaiCreateVideo: import("@keystrokehq/action").WorkflowActionDef
|
|
|
39
39
|
size?: "720x1280" | "1280x720" | "1024x1792" | "1792x1024" | undefined;
|
|
40
40
|
model?: string | undefined;
|
|
41
41
|
seconds?: "4" | "8" | "12" | 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 { openaiCreateVideo };
|
|
45
59
|
//# sourceMappingURL=create-video.d.cts.map
|
|
@@ -39,7 +39,21 @@ declare const openaiCreateVideo: import("@keystrokehq/action").WorkflowActionDef
|
|
|
39
39
|
size?: "720x1280" | "1280x720" | "1024x1792" | "1792x1024" | undefined;
|
|
40
40
|
model?: string | undefined;
|
|
41
41
|
seconds?: "4" | "8" | "12" | 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 { openaiCreateVideo };
|
|
45
59
|
//# sourceMappingURL=create-video.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteAssistantOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteAssistant: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
assistant_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteAssistant };
|
|
17
31
|
//# sourceMappingURL=delete-assistant.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteAssistantOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteAssistant: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
assistant_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteAssistant };
|
|
17
31
|
//# sourceMappingURL=delete-assistant.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteChatCompletionOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteChatCompletion: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
completion_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteChatCompletion };
|
|
17
31
|
//# sourceMappingURL=delete-chat-completion.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteChatCompletionOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteChatCompletion: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
completion_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteChatCompletion };
|
|
17
31
|
//# sourceMappingURL=delete-chat-completion.d.mts.map
|
|
@@ -13,7 +13,21 @@ declare const OpenaiDeleteContainerFileOutput: z.ZodObject<{
|
|
|
13
13
|
declare const openaiDeleteContainerFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
file_id: string;
|
|
15
15
|
container_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
organization_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
organization_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { openaiDeleteContainerFile };
|
|
19
33
|
//# sourceMappingURL=delete-container-file.d.cts.map
|
|
@@ -13,7 +13,21 @@ declare const OpenaiDeleteContainerFileOutput: z.ZodObject<{
|
|
|
13
13
|
declare const openaiDeleteContainerFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
file_id: string;
|
|
15
15
|
container_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
organization_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
organization_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { openaiDeleteContainerFile };
|
|
19
33
|
//# sourceMappingURL=delete-container-file.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteContainerOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteContainer: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
container_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteContainer };
|
|
17
31
|
//# sourceMappingURL=delete-container.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteContainerOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteContainer: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
container_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteContainer };
|
|
17
31
|
//# sourceMappingURL=delete-container.d.mts.map
|
|
@@ -14,7 +14,21 @@ declare const OpenaiDeleteConversationItemOutput: z.ZodObject<{
|
|
|
14
14
|
declare const openaiDeleteConversationItem: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
item_id: string;
|
|
16
16
|
conversation_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
organization_id: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
organization_id: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
18
32
|
//#endregion
|
|
19
33
|
export { openaiDeleteConversationItem };
|
|
20
34
|
//# sourceMappingURL=delete-conversation-item.d.cts.map
|
|
@@ -14,7 +14,21 @@ declare const OpenaiDeleteConversationItemOutput: z.ZodObject<{
|
|
|
14
14
|
declare const openaiDeleteConversationItem: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
item_id: string;
|
|
16
16
|
conversation_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
organization_id: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
organization_id: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
18
32
|
//#endregion
|
|
19
33
|
export { openaiDeleteConversationItem };
|
|
20
34
|
//# sourceMappingURL=delete-conversation-item.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteConversationOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteConversation: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
conversation_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteConversation };
|
|
17
31
|
//# sourceMappingURL=delete-conversation.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteConversationOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteConversation: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
conversation_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteConversation };
|
|
17
31
|
//# sourceMappingURL=delete-conversation.d.mts.map
|
|
@@ -13,7 +13,21 @@ declare const OpenaiDeleteEvalRunOutput: z.ZodObject<{
|
|
|
13
13
|
declare const openaiDeleteEvalRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
run_id: string;
|
|
15
15
|
eval_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
organization_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
organization_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { openaiDeleteEvalRun };
|
|
19
33
|
//# sourceMappingURL=delete-eval-run.d.cts.map
|
|
@@ -13,7 +13,21 @@ declare const OpenaiDeleteEvalRunOutput: z.ZodObject<{
|
|
|
13
13
|
declare const openaiDeleteEvalRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
run_id: string;
|
|
15
15
|
eval_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
organization_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
organization_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { openaiDeleteEvalRun };
|
|
19
33
|
//# sourceMappingURL=delete-eval-run.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteEvalOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteEval: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
eval_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteEval };
|
|
17
31
|
//# sourceMappingURL=delete-eval.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteEvalOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteEval: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
eval_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteEval };
|
|
17
31
|
//# sourceMappingURL=delete-eval.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteFileOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
file_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteFile };
|
|
17
31
|
//# sourceMappingURL=delete-file.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteFileOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
file_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteFile };
|
|
17
31
|
//# sourceMappingURL=delete-file.d.mts.map
|
|
@@ -13,7 +13,21 @@ declare const OpenaiDeleteMessageOutput: z.ZodObject<{
|
|
|
13
13
|
declare const openaiDeleteMessage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
thread_id: string;
|
|
15
15
|
message_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
organization_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
organization_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { openaiDeleteMessage };
|
|
19
33
|
//# sourceMappingURL=delete-message.d.cts.map
|
|
@@ -13,7 +13,21 @@ declare const OpenaiDeleteMessageOutput: z.ZodObject<{
|
|
|
13
13
|
declare const openaiDeleteMessage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
thread_id: string;
|
|
15
15
|
message_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
organization_id: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
organization_id: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
17
31
|
//#endregion
|
|
18
32
|
export { openaiDeleteMessage };
|
|
19
33
|
//# sourceMappingURL=delete-message.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const OpenaiDeleteResponseOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const openaiDeleteResponse: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
response_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
organization_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
organization_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { openaiDeleteResponse };
|
|
17
31
|
//# sourceMappingURL=delete-response.d.cts.map
|