@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
|
@@ -28,7 +28,21 @@ declare const openaiAddUploadPart: import("@keystrokehq/action").WorkflowActionD
|
|
|
28
28
|
raw_content?: string | undefined;
|
|
29
29
|
raw_filename?: string | undefined;
|
|
30
30
|
raw_mimetype?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
organization_id: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_api_key: z.ZodString;
|
|
44
|
+
organization_id: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { openaiAddUploadPart };
|
|
34
48
|
//# sourceMappingURL=add-upload-part.d.cts.map
|
|
@@ -28,7 +28,21 @@ declare const openaiAddUploadPart: import("@keystrokehq/action").WorkflowActionD
|
|
|
28
28
|
raw_content?: string | undefined;
|
|
29
29
|
raw_filename?: string | undefined;
|
|
30
30
|
raw_mimetype?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
organization_id: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_api_key: z.ZodString;
|
|
44
|
+
organization_id: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
32
46
|
//#endregion
|
|
33
47
|
export { openaiAddUploadPart };
|
|
34
48
|
//# sourceMappingURL=add-upload-part.d.mts.map
|
|
@@ -24,14 +24,14 @@ declare const OpenaiCancelBatchOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>>>;
|
|
25
25
|
object: z.ZodNullable<z.ZodString>;
|
|
26
26
|
status: z.ZodNullable<z.ZodEnum<{
|
|
27
|
-
validating: "validating";
|
|
28
|
-
failed: "failed";
|
|
29
27
|
in_progress: "in_progress";
|
|
30
|
-
finalizing: "finalizing";
|
|
31
|
-
completed: "completed";
|
|
32
|
-
expired: "expired";
|
|
33
28
|
cancelling: "cancelling";
|
|
34
29
|
cancelled: "cancelled";
|
|
30
|
+
failed: "failed";
|
|
31
|
+
completed: "completed";
|
|
32
|
+
expired: "expired";
|
|
33
|
+
validating: "validating";
|
|
34
|
+
finalizing: "finalizing";
|
|
35
35
|
}>>;
|
|
36
36
|
endpoint: z.ZodNullable<z.ZodString>;
|
|
37
37
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -56,7 +56,21 @@ declare const OpenaiCancelBatchOutput: z.ZodObject<{
|
|
|
56
56
|
}, z.core.$loose>;
|
|
57
57
|
declare const openaiCancelBatch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
58
58
|
batch_id: string;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
organization_id: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
generic_api_key: z.ZodString;
|
|
72
|
+
organization_id: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
60
74
|
//#endregion
|
|
61
75
|
export { openaiCancelBatch };
|
|
62
76
|
//# sourceMappingURL=cancel-batch.d.cts.map
|
|
@@ -24,14 +24,14 @@ declare const OpenaiCancelBatchOutput: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$loose>>>;
|
|
25
25
|
object: z.ZodNullable<z.ZodString>;
|
|
26
26
|
status: z.ZodNullable<z.ZodEnum<{
|
|
27
|
-
validating: "validating";
|
|
28
|
-
failed: "failed";
|
|
29
27
|
in_progress: "in_progress";
|
|
30
|
-
finalizing: "finalizing";
|
|
31
|
-
completed: "completed";
|
|
32
|
-
expired: "expired";
|
|
33
28
|
cancelling: "cancelling";
|
|
34
29
|
cancelled: "cancelled";
|
|
30
|
+
failed: "failed";
|
|
31
|
+
completed: "completed";
|
|
32
|
+
expired: "expired";
|
|
33
|
+
validating: "validating";
|
|
34
|
+
finalizing: "finalizing";
|
|
35
35
|
}>>;
|
|
36
36
|
endpoint: z.ZodNullable<z.ZodString>;
|
|
37
37
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -56,7 +56,21 @@ declare const OpenaiCancelBatchOutput: z.ZodObject<{
|
|
|
56
56
|
}, z.core.$loose>;
|
|
57
57
|
declare const openaiCancelBatch: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
58
58
|
batch_id: string;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
organization_id: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
generic_api_key: z.ZodString;
|
|
72
|
+
organization_id: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
60
74
|
//#endregion
|
|
61
75
|
export { openaiCancelBatch };
|
|
62
76
|
//# sourceMappingURL=cancel-batch.d.mts.map
|
|
@@ -58,7 +58,21 @@ declare const OpenaiCancelEvalRunOutput: z.ZodObject<{
|
|
|
58
58
|
declare const openaiCancelEvalRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
59
|
run_id: string;
|
|
60
60
|
eval_id: string;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
organization_id: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
generic_api_key: z.ZodString;
|
|
74
|
+
organization_id: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
62
76
|
//#endregion
|
|
63
77
|
export { openaiCancelEvalRun };
|
|
64
78
|
//# sourceMappingURL=cancel-eval-run.d.cts.map
|
|
@@ -58,7 +58,21 @@ declare const OpenaiCancelEvalRunOutput: z.ZodObject<{
|
|
|
58
58
|
declare const openaiCancelEvalRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
59
59
|
run_id: string;
|
|
60
60
|
eval_id: string;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
organization_id: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
69
|
+
connectionId: z.ZodString;
|
|
70
|
+
entityId: z.ZodString;
|
|
71
|
+
instanceId: z.ZodString;
|
|
72
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
73
|
+
generic_api_key: z.ZodString;
|
|
74
|
+
organization_id: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
62
76
|
//#endregion
|
|
63
77
|
export { openaiCancelEvalRun };
|
|
64
78
|
//# sourceMappingURL=cancel-eval-run.d.mts.map
|
|
@@ -73,7 +73,21 @@ declare const OpenaiCancelResponseOutput: z.ZodObject<{
|
|
|
73
73
|
}, z.core.$loose>;
|
|
74
74
|
declare const openaiCancelResponse: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
75
75
|
response_id: string;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
76
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
generic_api_key: z.ZodString;
|
|
82
|
+
organization_id: z.ZodString;
|
|
83
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
generic_api_key: z.ZodString;
|
|
89
|
+
organization_id: z.ZodString;
|
|
90
|
+
}, z.core.$strip>>]>;
|
|
77
91
|
//#endregion
|
|
78
92
|
export { openaiCancelResponse };
|
|
79
93
|
//# sourceMappingURL=cancel-response.d.cts.map
|
|
@@ -73,7 +73,21 @@ declare const OpenaiCancelResponseOutput: z.ZodObject<{
|
|
|
73
73
|
}, z.core.$loose>;
|
|
74
74
|
declare const openaiCancelResponse: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
75
75
|
response_id: string;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
76
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
generic_api_key: z.ZodString;
|
|
82
|
+
organization_id: z.ZodString;
|
|
83
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
84
|
+
connectionId: z.ZodString;
|
|
85
|
+
entityId: z.ZodString;
|
|
86
|
+
instanceId: z.ZodString;
|
|
87
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
88
|
+
generic_api_key: z.ZodString;
|
|
89
|
+
organization_id: z.ZodString;
|
|
90
|
+
}, z.core.$strip>>]>;
|
|
77
91
|
//#endregion
|
|
78
92
|
export { openaiCancelResponse };
|
|
79
93
|
//# sourceMappingURL=cancel-response.d.mts.map
|
|
@@ -17,15 +17,15 @@ declare const OpenaiCancelRunOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>>>;
|
|
18
18
|
object: z.ZodNullable<z.ZodString>;
|
|
19
19
|
status: z.ZodNullable<z.ZodEnum<{
|
|
20
|
-
|
|
20
|
+
queued: "queued";
|
|
21
21
|
in_progress: "in_progress";
|
|
22
|
-
|
|
23
|
-
expired: "expired";
|
|
22
|
+
requires_action: "requires_action";
|
|
24
23
|
cancelling: "cancelling";
|
|
25
24
|
cancelled: "cancelled";
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
failed: "failed";
|
|
26
|
+
completed: "completed";
|
|
28
27
|
incomplete: "incomplete";
|
|
28
|
+
expired: "expired";
|
|
29
29
|
}>>;
|
|
30
30
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
31
31
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -69,7 +69,21 @@ declare const OpenaiCancelRunOutput: z.ZodObject<{
|
|
|
69
69
|
declare const openaiCancelRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
70
70
|
run_id: string;
|
|
71
71
|
thread_id: string;
|
|
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 { openaiCancelRun };
|
|
75
89
|
//# sourceMappingURL=cancel-run.d.cts.map
|
|
@@ -17,15 +17,15 @@ declare const OpenaiCancelRunOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>>>;
|
|
18
18
|
object: z.ZodNullable<z.ZodString>;
|
|
19
19
|
status: z.ZodNullable<z.ZodEnum<{
|
|
20
|
-
|
|
20
|
+
queued: "queued";
|
|
21
21
|
in_progress: "in_progress";
|
|
22
|
-
|
|
23
|
-
expired: "expired";
|
|
22
|
+
requires_action: "requires_action";
|
|
24
23
|
cancelling: "cancelling";
|
|
25
24
|
cancelled: "cancelled";
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
failed: "failed";
|
|
26
|
+
completed: "completed";
|
|
28
27
|
incomplete: "incomplete";
|
|
28
|
+
expired: "expired";
|
|
29
29
|
}>>;
|
|
30
30
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
31
31
|
failed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -69,7 +69,21 @@ declare const OpenaiCancelRunOutput: z.ZodObject<{
|
|
|
69
69
|
declare const openaiCancelRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
70
70
|
run_id: string;
|
|
71
71
|
thread_id: string;
|
|
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 { openaiCancelRun };
|
|
75
89
|
//# sourceMappingURL=cancel-run.d.mts.map
|
|
@@ -20,9 +20,9 @@ declare const OpenaiCancelUploadOutput: z.ZodObject<{
|
|
|
20
20
|
bytes: z.ZodNullable<z.ZodNumber>;
|
|
21
21
|
object: z.ZodNullable<z.ZodString>;
|
|
22
22
|
status: z.ZodNullable<z.ZodEnum<{
|
|
23
|
+
cancelled: "cancelled";
|
|
23
24
|
completed: "completed";
|
|
24
25
|
expired: "expired";
|
|
25
|
-
cancelled: "cancelled";
|
|
26
26
|
pending: "pending";
|
|
27
27
|
}>>;
|
|
28
28
|
purpose: z.ZodNullable<z.ZodString>;
|
|
@@ -32,7 +32,21 @@ declare const OpenaiCancelUploadOutput: z.ZodObject<{
|
|
|
32
32
|
}, z.core.$loose>;
|
|
33
33
|
declare const openaiCancelUpload: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
34
|
upload_id: string;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
organization_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { openaiCancelUpload };
|
|
38
52
|
//# sourceMappingURL=cancel-upload.d.cts.map
|
|
@@ -20,9 +20,9 @@ declare const OpenaiCancelUploadOutput: z.ZodObject<{
|
|
|
20
20
|
bytes: z.ZodNullable<z.ZodNumber>;
|
|
21
21
|
object: z.ZodNullable<z.ZodString>;
|
|
22
22
|
status: z.ZodNullable<z.ZodEnum<{
|
|
23
|
+
cancelled: "cancelled";
|
|
23
24
|
completed: "completed";
|
|
24
25
|
expired: "expired";
|
|
25
|
-
cancelled: "cancelled";
|
|
26
26
|
pending: "pending";
|
|
27
27
|
}>>;
|
|
28
28
|
purpose: z.ZodNullable<z.ZodString>;
|
|
@@ -32,7 +32,21 @@ declare const OpenaiCancelUploadOutput: z.ZodObject<{
|
|
|
32
32
|
}, z.core.$loose>;
|
|
33
33
|
declare const openaiCancelUpload: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
34
34
|
upload_id: string;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
organization_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { openaiCancelUpload };
|
|
38
52
|
//# sourceMappingURL=cancel-upload.d.mts.map
|
|
@@ -61,7 +61,21 @@ declare const openaiCompactResponse: import("@keystrokehq/action").WorkflowActio
|
|
|
61
61
|
}[] | undefined;
|
|
62
62
|
instructions?: string | undefined;
|
|
63
63
|
previous_response_id?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
organization_id: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
organization_id: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>;
|
|
65
79
|
//#endregion
|
|
66
80
|
export { openaiCompactResponse };
|
|
67
81
|
//# sourceMappingURL=compact-response.d.cts.map
|
|
@@ -61,7 +61,21 @@ declare const openaiCompactResponse: import("@keystrokehq/action").WorkflowActio
|
|
|
61
61
|
}[] | undefined;
|
|
62
62
|
instructions?: string | undefined;
|
|
63
63
|
previous_response_id?: string | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
organization_id: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
organization_id: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>;
|
|
65
79
|
//#endregion
|
|
66
80
|
export { openaiCompactResponse };
|
|
67
81
|
//# sourceMappingURL=compact-response.d.mts.map
|
|
@@ -64,7 +64,21 @@ declare const openaiCreateAudioTranscription: import("@keystrokehq/action").Work
|
|
|
64
64
|
raw_mimetype?: string | undefined;
|
|
65
65
|
response_format?: "text" | "json" | "srt" | "vtt" | "verbose_json" | undefined;
|
|
66
66
|
timestamp_granularities?: ("word" | "segment")[] | undefined;
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
organization_id: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
organization_id: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
68
82
|
//#endregion
|
|
69
83
|
export { openaiCreateAudioTranscription };
|
|
70
84
|
//# sourceMappingURL=create-audio-transcription.d.cts.map
|
|
@@ -64,7 +64,21 @@ declare const openaiCreateAudioTranscription: import("@keystrokehq/action").Work
|
|
|
64
64
|
raw_mimetype?: string | undefined;
|
|
65
65
|
response_format?: "text" | "json" | "srt" | "vtt" | "verbose_json" | undefined;
|
|
66
66
|
timestamp_granularities?: ("word" | "segment")[] | undefined;
|
|
67
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
67
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
organization_id: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
organization_id: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
68
82
|
//#endregion
|
|
69
83
|
export { openaiCreateAudioTranscription };
|
|
70
84
|
//# sourceMappingURL=create-audio-transcription.d.mts.map
|
|
@@ -40,7 +40,21 @@ declare const openaiCreateAudioTranslation: import("@keystrokehq/action").Workfl
|
|
|
40
40
|
raw_filename?: string | undefined;
|
|
41
41
|
raw_mimetype?: string | undefined;
|
|
42
42
|
response_format?: "text" | "json" | "srt" | "vtt" | "verbose_json" | undefined;
|
|
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 { openaiCreateAudioTranslation };
|
|
46
60
|
//# sourceMappingURL=create-audio-translation.d.cts.map
|
|
@@ -40,7 +40,21 @@ declare const openaiCreateAudioTranslation: import("@keystrokehq/action").Workfl
|
|
|
40
40
|
raw_filename?: string | undefined;
|
|
41
41
|
raw_mimetype?: string | undefined;
|
|
42
42
|
response_format?: "text" | "json" | "srt" | "vtt" | "verbose_json" | undefined;
|
|
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 { openaiCreateAudioTranslation };
|
|
46
60
|
//# sourceMappingURL=create-audio-translation.d.mts.map
|
|
@@ -45,14 +45,14 @@ declare const OpenaiCreateBatchOutput: z.ZodObject<{
|
|
|
45
45
|
}, z.core.$loose>>>;
|
|
46
46
|
object: z.ZodNullable<z.ZodString>;
|
|
47
47
|
status: z.ZodNullable<z.ZodEnum<{
|
|
48
|
-
validating: "validating";
|
|
49
|
-
failed: "failed";
|
|
50
48
|
in_progress: "in_progress";
|
|
51
|
-
finalizing: "finalizing";
|
|
52
|
-
completed: "completed";
|
|
53
|
-
expired: "expired";
|
|
54
49
|
cancelling: "cancelling";
|
|
55
50
|
cancelled: "cancelled";
|
|
51
|
+
failed: "failed";
|
|
52
|
+
completed: "completed";
|
|
53
|
+
expired: "expired";
|
|
54
|
+
validating: "validating";
|
|
55
|
+
finalizing: "finalizing";
|
|
56
56
|
}>>;
|
|
57
57
|
endpoint: z.ZodNullable<z.ZodString>;
|
|
58
58
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -84,7 +84,21 @@ declare const openaiCreateBatch: import("@keystrokehq/action").WorkflowActionDef
|
|
|
84
84
|
anchor: "created_at";
|
|
85
85
|
seconds: number;
|
|
86
86
|
} | undefined;
|
|
87
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
generic_api_key: z.ZodString;
|
|
93
|
+
organization_id: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
generic_api_key: z.ZodString;
|
|
100
|
+
organization_id: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>;
|
|
88
102
|
//#endregion
|
|
89
103
|
export { openaiCreateBatch };
|
|
90
104
|
//# sourceMappingURL=create-batch.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-batch.d.cts","names":[],"sources":["../../src/actions/create-batch.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAoCtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyBvB,iBAAA,gCAAiB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-batch.d.cts","names":[],"sources":["../../src/actions/create-batch.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAoCtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyBvB,iBAAA,gCAAiB,wBAAA"}
|
|
@@ -45,14 +45,14 @@ declare const OpenaiCreateBatchOutput: z.ZodObject<{
|
|
|
45
45
|
}, z.core.$loose>>>;
|
|
46
46
|
object: z.ZodNullable<z.ZodString>;
|
|
47
47
|
status: z.ZodNullable<z.ZodEnum<{
|
|
48
|
-
validating: "validating";
|
|
49
|
-
failed: "failed";
|
|
50
48
|
in_progress: "in_progress";
|
|
51
|
-
finalizing: "finalizing";
|
|
52
|
-
completed: "completed";
|
|
53
|
-
expired: "expired";
|
|
54
49
|
cancelling: "cancelling";
|
|
55
50
|
cancelled: "cancelled";
|
|
51
|
+
failed: "failed";
|
|
52
|
+
completed: "completed";
|
|
53
|
+
expired: "expired";
|
|
54
|
+
validating: "validating";
|
|
55
|
+
finalizing: "finalizing";
|
|
56
56
|
}>>;
|
|
57
57
|
endpoint: z.ZodNullable<z.ZodString>;
|
|
58
58
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -84,7 +84,21 @@ declare const openaiCreateBatch: import("@keystrokehq/action").WorkflowActionDef
|
|
|
84
84
|
anchor: "created_at";
|
|
85
85
|
seconds: number;
|
|
86
86
|
} | undefined;
|
|
87
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
generic_api_key: z.ZodString;
|
|
93
|
+
organization_id: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
generic_api_key: z.ZodString;
|
|
100
|
+
organization_id: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>;
|
|
88
102
|
//#endregion
|
|
89
103
|
export { openaiCreateBatch };
|
|
90
104
|
//# sourceMappingURL=create-batch.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-batch.d.mts","names":[],"sources":["../../src/actions/create-batch.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAoCtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyBvB,iBAAA,gCAAiB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-batch.d.mts","names":[],"sources":["../../src/actions/create-batch.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAoCtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyBvB,iBAAA,gCAAiB,wBAAA"}
|