@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
|
@@ -20,10 +20,10 @@ declare const OpenaiGetVideoOutput: z.ZodObject<{
|
|
|
20
20
|
object: z.ZodNullable<z.ZodString>;
|
|
21
21
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
22
|
status: z.ZodNullable<z.ZodEnum<{
|
|
23
|
-
|
|
23
|
+
queued: "queued";
|
|
24
24
|
in_progress: "in_progress";
|
|
25
|
+
failed: "failed";
|
|
25
26
|
completed: "completed";
|
|
26
|
-
queued: "queued";
|
|
27
27
|
}>>;
|
|
28
28
|
seconds: z.ZodNullable<z.ZodEnum<{
|
|
29
29
|
4: "4";
|
|
@@ -38,7 +38,21 @@ declare const OpenaiGetVideoOutput: z.ZodObject<{
|
|
|
38
38
|
}, z.core.$loose>;
|
|
39
39
|
declare const openaiGetVideo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
video_id: string;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
organization_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
organization_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { openaiGetVideo };
|
|
44
58
|
//# sourceMappingURL=get-video.d.cts.map
|
|
@@ -20,10 +20,10 @@ declare const OpenaiGetVideoOutput: z.ZodObject<{
|
|
|
20
20
|
object: z.ZodNullable<z.ZodString>;
|
|
21
21
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
22
|
status: z.ZodNullable<z.ZodEnum<{
|
|
23
|
-
|
|
23
|
+
queued: "queued";
|
|
24
24
|
in_progress: "in_progress";
|
|
25
|
+
failed: "failed";
|
|
25
26
|
completed: "completed";
|
|
26
|
-
queued: "queued";
|
|
27
27
|
}>>;
|
|
28
28
|
seconds: z.ZodNullable<z.ZodEnum<{
|
|
29
29
|
4: "4";
|
|
@@ -38,7 +38,21 @@ declare const OpenaiGetVideoOutput: z.ZodObject<{
|
|
|
38
38
|
}, z.core.$loose>;
|
|
39
39
|
declare const openaiGetVideo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
video_id: string;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
organization_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
organization_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { openaiGetVideo };
|
|
44
58
|
//# sourceMappingURL=get-video.d.mts.map
|
|
@@ -77,7 +77,21 @@ declare const openaiListAssistants: import("@keystrokehq/action").WorkflowAction
|
|
|
77
77
|
limit?: number | undefined;
|
|
78
78
|
order?: "asc" | "desc" | undefined;
|
|
79
79
|
before?: string | undefined;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
81
95
|
//#endregion
|
|
82
96
|
export { openaiListAssistants };
|
|
83
97
|
//# sourceMappingURL=list-assistants.d.cts.map
|
|
@@ -77,7 +77,21 @@ declare const openaiListAssistants: import("@keystrokehq/action").WorkflowAction
|
|
|
77
77
|
limit?: number | undefined;
|
|
78
78
|
order?: "asc" | "desc" | undefined;
|
|
79
79
|
before?: string | undefined;
|
|
80
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
80
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
organization_id: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
81
95
|
//#endregion
|
|
82
96
|
export { openaiListAssistants };
|
|
83
97
|
//# sourceMappingURL=list-assistants.d.mts.map
|
|
@@ -26,14 +26,14 @@ declare const OpenaiListBatchesOutput: z.ZodObject<{
|
|
|
26
26
|
}, z.core.$loose>>>;
|
|
27
27
|
object: z.ZodNullable<z.ZodString>;
|
|
28
28
|
status: z.ZodNullable<z.ZodEnum<{
|
|
29
|
-
validating: "validating";
|
|
30
|
-
failed: "failed";
|
|
31
29
|
in_progress: "in_progress";
|
|
32
|
-
finalizing: "finalizing";
|
|
33
|
-
completed: "completed";
|
|
34
|
-
expired: "expired";
|
|
35
30
|
cancelling: "cancelling";
|
|
36
31
|
cancelled: "cancelled";
|
|
32
|
+
failed: "failed";
|
|
33
|
+
completed: "completed";
|
|
34
|
+
expired: "expired";
|
|
35
|
+
validating: "validating";
|
|
36
|
+
finalizing: "finalizing";
|
|
37
37
|
}>>;
|
|
38
38
|
endpoint: z.ZodNullable<z.ZodString>;
|
|
39
39
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -64,7 +64,21 @@ declare const OpenaiListBatchesOutput: z.ZodObject<{
|
|
|
64
64
|
declare const openaiListBatches: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
65
65
|
after?: string | undefined;
|
|
66
66
|
limit?: number | 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 { openaiListBatches };
|
|
70
84
|
//# sourceMappingURL=list-batches.d.cts.map
|
|
@@ -26,14 +26,14 @@ declare const OpenaiListBatchesOutput: z.ZodObject<{
|
|
|
26
26
|
}, z.core.$loose>>>;
|
|
27
27
|
object: z.ZodNullable<z.ZodString>;
|
|
28
28
|
status: z.ZodNullable<z.ZodEnum<{
|
|
29
|
-
validating: "validating";
|
|
30
|
-
failed: "failed";
|
|
31
29
|
in_progress: "in_progress";
|
|
32
|
-
finalizing: "finalizing";
|
|
33
|
-
completed: "completed";
|
|
34
|
-
expired: "expired";
|
|
35
30
|
cancelling: "cancelling";
|
|
36
31
|
cancelled: "cancelled";
|
|
32
|
+
failed: "failed";
|
|
33
|
+
completed: "completed";
|
|
34
|
+
expired: "expired";
|
|
35
|
+
validating: "validating";
|
|
36
|
+
finalizing: "finalizing";
|
|
37
37
|
}>>;
|
|
38
38
|
endpoint: z.ZodNullable<z.ZodString>;
|
|
39
39
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -64,7 +64,21 @@ declare const OpenaiListBatchesOutput: z.ZodObject<{
|
|
|
64
64
|
declare const openaiListBatches: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
65
65
|
after?: string | undefined;
|
|
66
66
|
limit?: number | 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 { openaiListBatches };
|
|
70
84
|
//# sourceMappingURL=list-batches.d.mts.map
|
|
@@ -44,7 +44,21 @@ declare const openaiListChatCompletions: import("@keystrokehq/action").WorkflowA
|
|
|
44
44
|
model?: string | undefined;
|
|
45
45
|
order?: "asc" | "desc" | undefined;
|
|
46
46
|
metadata?: string | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
organization_id: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
organization_id: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
48
62
|
//#endregion
|
|
49
63
|
export { openaiListChatCompletions };
|
|
50
64
|
//# sourceMappingURL=list-chat-completions.d.cts.map
|
|
@@ -44,7 +44,21 @@ declare const openaiListChatCompletions: import("@keystrokehq/action").WorkflowA
|
|
|
44
44
|
model?: string | undefined;
|
|
45
45
|
order?: "asc" | "desc" | undefined;
|
|
46
46
|
metadata?: string | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
organization_id: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
organization_id: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
48
62
|
//#endregion
|
|
49
63
|
export { openaiListChatCompletions };
|
|
50
64
|
//# sourceMappingURL=list-chat-completions.d.mts.map
|
|
@@ -43,7 +43,21 @@ declare const openaiListChatkitThreadItems: import("@keystrokehq/action").Workfl
|
|
|
43
43
|
limit?: number | undefined;
|
|
44
44
|
order?: "asc" | "desc" | undefined;
|
|
45
45
|
before?: string | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
organization_id: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
organization_id: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
47
61
|
//#endregion
|
|
48
62
|
export { openaiListChatkitThreadItems };
|
|
49
63
|
//# sourceMappingURL=list-chatkit-thread-items.d.cts.map
|
|
@@ -43,7 +43,21 @@ declare const openaiListChatkitThreadItems: import("@keystrokehq/action").Workfl
|
|
|
43
43
|
limit?: number | undefined;
|
|
44
44
|
order?: "asc" | "desc" | undefined;
|
|
45
45
|
before?: string | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
organization_id: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
organization_id: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
47
61
|
//#endregion
|
|
48
62
|
export { openaiListChatkitThreadItems };
|
|
49
63
|
//# sourceMappingURL=list-chatkit-thread-items.d.mts.map
|
|
@@ -30,7 +30,21 @@ declare const openaiListContainerFiles: import("@keystrokehq/action").WorkflowAc
|
|
|
30
30
|
after?: string | undefined;
|
|
31
31
|
limit?: number | undefined;
|
|
32
32
|
order?: "asc" | "desc" | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
organization_id: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
organization_id: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
34
48
|
//#endregion
|
|
35
49
|
export { openaiListContainerFiles };
|
|
36
50
|
//# sourceMappingURL=list-container-files.d.cts.map
|
|
@@ -30,7 +30,21 @@ declare const openaiListContainerFiles: import("@keystrokehq/action").WorkflowAc
|
|
|
30
30
|
after?: string | undefined;
|
|
31
31
|
limit?: number | undefined;
|
|
32
32
|
order?: "asc" | "desc" | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
organization_id: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
organization_id: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
34
48
|
//#endregion
|
|
35
49
|
export { openaiListContainerFiles };
|
|
36
50
|
//# sourceMappingURL=list-container-files.d.mts.map
|
|
@@ -38,7 +38,21 @@ declare const openaiListContainers: import("@keystrokehq/action").WorkflowAction
|
|
|
38
38
|
after?: string | undefined;
|
|
39
39
|
limit?: number | undefined;
|
|
40
40
|
order?: "asc" | "desc" | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
organization_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
organization_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { openaiListContainers };
|
|
44
58
|
//# sourceMappingURL=list-containers.d.cts.map
|
|
@@ -38,7 +38,21 @@ declare const openaiListContainers: import("@keystrokehq/action").WorkflowAction
|
|
|
38
38
|
after?: string | undefined;
|
|
39
39
|
limit?: number | undefined;
|
|
40
40
|
order?: "asc" | "desc" | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
organization_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
organization_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { openaiListContainers };
|
|
44
58
|
//# sourceMappingURL=list-containers.d.mts.map
|
|
@@ -54,7 +54,21 @@ declare const openaiListConversationItems: import("@keystrokehq/action").Workflo
|
|
|
54
54
|
limit?: number | undefined;
|
|
55
55
|
order?: "asc" | "desc" | undefined;
|
|
56
56
|
include?: string[] | undefined;
|
|
57
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
57
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
generic_api_key: z.ZodString;
|
|
63
|
+
organization_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
58
72
|
//#endregion
|
|
59
73
|
export { openaiListConversationItems };
|
|
60
74
|
//# sourceMappingURL=list-conversation-items.d.cts.map
|
|
@@ -54,7 +54,21 @@ declare const openaiListConversationItems: import("@keystrokehq/action").Workflo
|
|
|
54
54
|
limit?: number | undefined;
|
|
55
55
|
order?: "asc" | "desc" | undefined;
|
|
56
56
|
include?: string[] | undefined;
|
|
57
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
57
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
generic_api_key: z.ZodString;
|
|
63
|
+
organization_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
58
72
|
//#endregion
|
|
59
73
|
export { openaiListConversationItems };
|
|
60
74
|
//# sourceMappingURL=list-conversation-items.d.mts.map
|
|
@@ -12,7 +12,21 @@ declare const OpenaiListEnginesOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>>;
|
|
13
13
|
object: z.ZodNullable<z.ZodString>;
|
|
14
14
|
}, z.core.$loose>;
|
|
15
|
-
declare const openaiListEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
declare const openaiListEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
organization_id: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
organization_id: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
16
30
|
//#endregion
|
|
17
31
|
export { openaiListEngines };
|
|
18
32
|
//# sourceMappingURL=list-engines.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-engines.d.cts","names":[],"sources":["../../src/actions/list-engines.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAKvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-engines.d.cts","names":[],"sources":["../../src/actions/list-engines.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAKvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
|
@@ -12,7 +12,21 @@ declare const OpenaiListEnginesOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>>;
|
|
13
13
|
object: z.ZodNullable<z.ZodString>;
|
|
14
14
|
}, z.core.$loose>;
|
|
15
|
-
declare const openaiListEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
declare const openaiListEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
organization_id: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
organization_id: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
16
30
|
//#endregion
|
|
17
31
|
export { openaiListEngines };
|
|
18
32
|
//# sourceMappingURL=list-engines.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-engines.d.mts","names":[],"sources":["../../src/actions/list-engines.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAKvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-engines.d.mts","names":[],"sources":["../../src/actions/list-engines.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAKvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,WAAA,CAAA,CAAA,SAAA"}
|
|
@@ -138,7 +138,21 @@ declare const openaiListEvals: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
138
138
|
limit?: number | undefined;
|
|
139
139
|
order?: "asc" | "desc" | undefined;
|
|
140
140
|
order_by?: "created_at" | "updated_at" | undefined;
|
|
141
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
141
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
142
|
+
connectionId: z.ZodString;
|
|
143
|
+
entityId: z.ZodString;
|
|
144
|
+
instanceId: z.ZodString;
|
|
145
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
146
|
+
generic_api_key: z.ZodString;
|
|
147
|
+
organization_id: z.ZodString;
|
|
148
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
149
|
+
connectionId: z.ZodString;
|
|
150
|
+
entityId: z.ZodString;
|
|
151
|
+
instanceId: z.ZodString;
|
|
152
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
153
|
+
generic_api_key: z.ZodString;
|
|
154
|
+
organization_id: z.ZodString;
|
|
155
|
+
}, z.core.$strip>>]>;
|
|
142
156
|
//#endregion
|
|
143
157
|
export { openaiListEvals };
|
|
144
158
|
//# sourceMappingURL=list-evals.d.cts.map
|
|
@@ -138,7 +138,21 @@ declare const openaiListEvals: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
138
138
|
limit?: number | undefined;
|
|
139
139
|
order?: "asc" | "desc" | undefined;
|
|
140
140
|
order_by?: "created_at" | "updated_at" | undefined;
|
|
141
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
141
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
142
|
+
connectionId: z.ZodString;
|
|
143
|
+
entityId: z.ZodString;
|
|
144
|
+
instanceId: z.ZodString;
|
|
145
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
146
|
+
generic_api_key: z.ZodString;
|
|
147
|
+
organization_id: z.ZodString;
|
|
148
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"openai", z.ZodObject<{
|
|
149
|
+
connectionId: z.ZodString;
|
|
150
|
+
entityId: z.ZodString;
|
|
151
|
+
instanceId: z.ZodString;
|
|
152
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
153
|
+
generic_api_key: z.ZodString;
|
|
154
|
+
organization_id: z.ZodString;
|
|
155
|
+
}, z.core.$strip>>]>;
|
|
142
156
|
//#endregion
|
|
143
157
|
export { openaiListEvals };
|
|
144
158
|
//# sourceMappingURL=list-evals.d.mts.map
|
|
@@ -10,10 +10,10 @@ declare const OpenaiListFilesInVectorStoreBatchInput: z.ZodObject<{
|
|
|
10
10
|
}>>;
|
|
11
11
|
before: z.ZodOptional<z.ZodString>;
|
|
12
12
|
filter: z.ZodOptional<z.ZodEnum<{
|
|
13
|
-
failed: "failed";
|
|
14
13
|
in_progress: "in_progress";
|
|
15
|
-
completed: "completed";
|
|
16
14
|
cancelled: "cancelled";
|
|
15
|
+
failed: "failed";
|
|
16
|
+
completed: "completed";
|
|
17
17
|
}>>;
|
|
18
18
|
batch_id: z.ZodString;
|
|
19
19
|
vector_store_id: z.ZodString;
|
|
@@ -23,10 +23,10 @@ declare const OpenaiListFilesInVectorStoreBatchOutput: z.ZodObject<{
|
|
|
23
23
|
id: z.ZodNullable<z.ZodString>;
|
|
24
24
|
object: z.ZodNullable<z.ZodString>;
|
|
25
25
|
status: z.ZodNullable<z.ZodEnum<{
|
|
26
|
-
failed: "failed";
|
|
27
26
|
in_progress: "in_progress";
|
|
28
|
-
completed: "completed";
|
|
29
27
|
cancelled: "cancelled";
|
|
28
|
+
failed: "failed";
|
|
29
|
+
completed: "completed";
|
|
30
30
|
}>>;
|
|
31
31
|
attributes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
32
32
|
created_at: z.ZodNullable<z.ZodNumber>;
|
|
@@ -55,8 +55,22 @@ declare const openaiListFilesInVectorStoreBatch: import("@keystrokehq/action").W
|
|
|
55
55
|
limit?: number | undefined;
|
|
56
56
|
order?: "asc" | "desc" | undefined;
|
|
57
57
|
before?: string | undefined;
|
|
58
|
-
filter?: "
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
filter?: "in_progress" | "cancelled" | "failed" | "completed" | undefined;
|
|
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 { openaiListFilesInVectorStoreBatch };
|
|
62
76
|
//# sourceMappingURL=list-files-in-vector-store-batch.d.cts.map
|