@keystrokehq/parallel 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-enrichment-to-find-all-run.d.cts +13 -1
- package/dist/actions/add-enrichment-to-find-all-run.d.cts.map +1 -1
- package/dist/actions/add-enrichment-to-find-all-run.d.mts +13 -1
- package/dist/actions/add-enrichment-to-find-all-run.d.mts.map +1 -1
- package/dist/actions/add-runs-to-task-group.d.cts +13 -1
- package/dist/actions/add-runs-to-task-group.d.mts +13 -1
- package/dist/actions/cancel-find-all-run.d.cts +13 -1
- package/dist/actions/cancel-find-all-run.d.mts +13 -1
- package/dist/actions/create-chat-completions.d.cts +15 -3
- package/dist/actions/create-chat-completions.d.cts.map +1 -1
- package/dist/actions/create-chat-completions.d.mts +15 -3
- package/dist/actions/create-chat-completions.d.mts.map +1 -1
- package/dist/actions/create-monitor.d.cts +13 -1
- package/dist/actions/create-monitor.d.cts.map +1 -1
- package/dist/actions/create-monitor.d.mts +13 -1
- package/dist/actions/create-monitor.d.mts.map +1 -1
- package/dist/actions/create-task-group.d.cts +13 -1
- package/dist/actions/create-task-group.d.cts.map +1 -1
- package/dist/actions/create-task-group.d.mts +13 -1
- package/dist/actions/create-task-group.d.mts.map +1 -1
- package/dist/actions/create-task-run.d.cts +13 -1
- package/dist/actions/create-task-run.d.mts +13 -1
- package/dist/actions/delete-monitor.d.cts +13 -1
- package/dist/actions/delete-monitor.d.mts +13 -1
- package/dist/actions/extend-find-all-run.d.cts +13 -1
- package/dist/actions/extend-find-all-run.d.mts +13 -1
- package/dist/actions/extract.d.cts +13 -1
- package/dist/actions/extract.d.mts +13 -1
- package/dist/actions/fetch-task-group-runs.d.cts +13 -1
- package/dist/actions/fetch-task-group-runs.d.mts +13 -1
- package/dist/actions/find-all.d.cts +13 -1
- package/dist/actions/find-all.d.cts.map +1 -1
- package/dist/actions/find-all.d.mts +13 -1
- package/dist/actions/find-all.d.mts.map +1 -1
- package/dist/actions/get-find-all-run-result.d.cts +13 -1
- package/dist/actions/get-find-all-run-result.d.mts +13 -1
- package/dist/actions/get-find-all-run-schema.d.cts +13 -1
- package/dist/actions/get-find-all-run-schema.d.mts +13 -1
- package/dist/actions/ingest-find-all-run.d.cts +13 -1
- package/dist/actions/ingest-find-all-run.d.mts +13 -1
- package/dist/actions/list-monitor-events.d.cts +13 -1
- package/dist/actions/list-monitor-events.d.mts +13 -1
- package/dist/actions/list-monitors.d.cts +13 -1
- package/dist/actions/list-monitors.d.mts +13 -1
- package/dist/actions/retrieve-event-group.d.cts +13 -1
- package/dist/actions/retrieve-event-group.d.mts +13 -1
- package/dist/actions/retrieve-find-all-run-status.d.cts +13 -1
- package/dist/actions/retrieve-find-all-run-status.d.mts +13 -1
- package/dist/actions/retrieve-monitor.d.cts +13 -1
- package/dist/actions/retrieve-monitor.d.mts +13 -1
- package/dist/actions/retrieve-task-group-run.d.cts +13 -1
- package/dist/actions/retrieve-task-group-run.d.mts +13 -1
- package/dist/actions/retrieve-task-group.d.cts +13 -1
- package/dist/actions/retrieve-task-group.d.mts +13 -1
- package/dist/actions/retrieve-task-run-input.d.cts +13 -1
- package/dist/actions/retrieve-task-run-input.d.mts +13 -1
- package/dist/actions/retrieve-task-run-result.d.cts +13 -1
- package/dist/actions/retrieve-task-run-result.d.mts +13 -1
- package/dist/actions/retrieve-task-run.d.cts +13 -1
- package/dist/actions/retrieve-task-run.d.mts +13 -1
- package/dist/actions/search.d.cts +13 -1
- package/dist/actions/search.d.mts +13 -1
- package/dist/actions/simulate-event.d.cts +13 -1
- package/dist/actions/simulate-event.d.mts +13 -1
- package/dist/actions/stream-find-all-events.d.cts +13 -1
- package/dist/actions/stream-find-all-events.d.mts +13 -1
- package/dist/actions/stream-task-group-events.d.cts +13 -1
- package/dist/actions/stream-task-group-events.d.mts +13 -1
- package/dist/actions/stream-task-run-events.d.cts +13 -1
- package/dist/actions/stream-task-run-events.d.mts +13 -1
- package/dist/actions/suggest-task.d.cts +13 -1
- package/dist/actions/suggest-task.d.mts +13 -1
- package/dist/actions/update-monitor.d.cts +13 -1
- package/dist/actions/update-monitor.d.cts.map +1 -1
- package/dist/actions/update-monitor.d.mts +13 -1
- package/dist/actions/update-monitor.d.mts.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -51,7 +51,19 @@ declare const parallelAddEnrichmentToFindAllRun: import("@keystrokehq/action").W
|
|
|
51
51
|
url: string;
|
|
52
52
|
name: string;
|
|
53
53
|
}[] | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
generic_api_key: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { parallelAddEnrichmentToFindAllRun };
|
|
57
69
|
//# sourceMappingURL=add-enrichment-to-find-all-run.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-enrichment-to-find-all-run.d.cts","names":[],"sources":["../../src/actions/add-enrichment-to-find-all-run.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cA6BtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cASvC,iCAAA,gCAAiC,wBAAA
|
|
1
|
+
{"version":3,"file":"add-enrichment-to-find-all-run.d.cts","names":[],"sources":["../../src/actions/add-enrichment-to-find-all-run.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cA6BtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cASvC,iCAAA,gCAAiC,wBAAA"}
|
|
@@ -51,7 +51,19 @@ declare const parallelAddEnrichmentToFindAllRun: import("@keystrokehq/action").W
|
|
|
51
51
|
url: string;
|
|
52
52
|
name: string;
|
|
53
53
|
}[] | undefined;
|
|
54
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
54
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
generic_api_key: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>;
|
|
55
67
|
//#endregion
|
|
56
68
|
export { parallelAddEnrichmentToFindAllRun };
|
|
57
69
|
//# sourceMappingURL=add-enrichment-to-find-all-run.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-enrichment-to-find-all-run.d.mts","names":[],"sources":["../../src/actions/add-enrichment-to-find-all-run.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cA6BtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cASvC,iCAAA,gCAAiC,wBAAA
|
|
1
|
+
{"version":3,"file":"add-enrichment-to-find-all-run.d.mts","names":[],"sources":["../../src/actions/add-enrichment-to-find-all-run.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;cA6BtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cASvC,iCAAA,gCAAiC,wBAAA"}
|
|
@@ -55,7 +55,19 @@ declare const parallelAddRunsToTaskGroup: import("@keystrokehq/action").Workflow
|
|
|
55
55
|
output_schema: Record<string, unknown>;
|
|
56
56
|
input_schema?: Record<string, unknown> | undefined;
|
|
57
57
|
} | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
59
71
|
//#endregion
|
|
60
72
|
export { parallelAddRunsToTaskGroup };
|
|
61
73
|
//# sourceMappingURL=add-runs-to-task-group.d.cts.map
|
|
@@ -55,7 +55,19 @@ declare const parallelAddRunsToTaskGroup: import("@keystrokehq/action").Workflow
|
|
|
55
55
|
output_schema: Record<string, unknown>;
|
|
56
56
|
input_schema?: Record<string, unknown> | undefined;
|
|
57
57
|
} | undefined;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
59
71
|
//#endregion
|
|
60
72
|
export { parallelAddRunsToTaskGroup };
|
|
61
73
|
//# sourceMappingURL=add-runs-to-task-group.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const ParallelCancelFindAllRunInput: z.ZodObject<{
|
|
|
7
7
|
declare const ParallelCancelFindAllRunOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const parallelCancelFindAllRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
findall_id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
generic_api_key: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { parallelCancelFindAllRun };
|
|
13
25
|
//# sourceMappingURL=cancel-find-all-run.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const ParallelCancelFindAllRunInput: z.ZodObject<{
|
|
|
7
7
|
declare const ParallelCancelFindAllRunOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const parallelCancelFindAllRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
findall_id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
generic_api_key: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { parallelCancelFindAllRun };
|
|
13
25
|
//# sourceMappingURL=cancel-find-all-run.d.mts.map
|
|
@@ -20,9 +20,9 @@ declare const ParallelCreateChatCompletionsInput: z.ZodObject<{
|
|
|
20
20
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
21
21
|
response_format: z.ZodOptional<z.ZodObject<{
|
|
22
22
|
type: z.ZodEnum<{
|
|
23
|
+
json_schema: "json_schema";
|
|
23
24
|
text: "text";
|
|
24
25
|
json_object: "json_object";
|
|
25
|
-
json_schema: "json_schema";
|
|
26
26
|
}>;
|
|
27
27
|
json_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
28
28
|
}, z.core.$strip>>;
|
|
@@ -82,12 +82,24 @@ declare const parallelCreateChatCompletions: import("@keystrokehq/action").Workf
|
|
|
82
82
|
max_tokens?: number | undefined;
|
|
83
83
|
temperature?: number | undefined;
|
|
84
84
|
response_format?: {
|
|
85
|
-
type: "
|
|
85
|
+
type: "json_schema" | "text" | "json_object";
|
|
86
86
|
json_schema?: Record<string, unknown> | undefined;
|
|
87
87
|
} | undefined;
|
|
88
88
|
presence_penalty?: number | undefined;
|
|
89
89
|
frequency_penalty?: number | undefined;
|
|
90
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
90
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>;
|
|
91
103
|
//#endregion
|
|
92
104
|
export { parallelCreateChatCompletions };
|
|
93
105
|
//# sourceMappingURL=create-chat-completions.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-chat-completions.d.cts","names":[],"sources":["../../src/actions/create-chat-completions.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoDlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAYnC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"create-chat-completions.d.cts","names":[],"sources":["../../src/actions/create-chat-completions.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoDlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAYnC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -20,9 +20,9 @@ declare const ParallelCreateChatCompletionsInput: z.ZodObject<{
|
|
|
20
20
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
21
21
|
response_format: z.ZodOptional<z.ZodObject<{
|
|
22
22
|
type: z.ZodEnum<{
|
|
23
|
+
json_schema: "json_schema";
|
|
23
24
|
text: "text";
|
|
24
25
|
json_object: "json_object";
|
|
25
|
-
json_schema: "json_schema";
|
|
26
26
|
}>;
|
|
27
27
|
json_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
28
28
|
}, z.core.$strip>>;
|
|
@@ -82,12 +82,24 @@ declare const parallelCreateChatCompletions: import("@keystrokehq/action").Workf
|
|
|
82
82
|
max_tokens?: number | undefined;
|
|
83
83
|
temperature?: number | undefined;
|
|
84
84
|
response_format?: {
|
|
85
|
-
type: "
|
|
85
|
+
type: "json_schema" | "text" | "json_object";
|
|
86
86
|
json_schema?: Record<string, unknown> | undefined;
|
|
87
87
|
} | undefined;
|
|
88
88
|
presence_penalty?: number | undefined;
|
|
89
89
|
frequency_penalty?: number | undefined;
|
|
90
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
90
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>;
|
|
91
103
|
//#endregion
|
|
92
104
|
export { parallelCreateChatCompletions };
|
|
93
105
|
//# sourceMappingURL=create-chat-completions.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-chat-completions.d.mts","names":[],"sources":["../../src/actions/create-chat-completions.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoDlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAYnC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"create-chat-completions.d.mts","names":[],"sources":["../../src/actions/create-chat-completions.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoDlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAYnC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -56,7 +56,19 @@ declare const parallelCreateMonitor: import("@keystrokehq/action").WorkflowActio
|
|
|
56
56
|
json_schema: Record<string, unknown>;
|
|
57
57
|
type?: string | undefined;
|
|
58
58
|
} | undefined;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>;
|
|
60
72
|
//#endregion
|
|
61
73
|
export { parallelCreateMonitor };
|
|
62
74
|
//# sourceMappingURL=create-monitor.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-monitor.d.cts","names":[],"sources":["../../src/actions/create-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAuB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-monitor.d.cts","names":[],"sources":["../../src/actions/create-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAuB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -56,7 +56,19 @@ declare const parallelCreateMonitor: import("@keystrokehq/action").WorkflowActio
|
|
|
56
56
|
json_schema: Record<string, unknown>;
|
|
57
57
|
type?: string | undefined;
|
|
58
58
|
} | undefined;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>;
|
|
60
72
|
//#endregion
|
|
61
73
|
export { parallelCreateMonitor };
|
|
62
74
|
//# sourceMappingURL=create-monitor.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-monitor.d.mts","names":[],"sources":["../../src/actions/create-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAuB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-monitor.d.mts","names":[],"sources":["../../src/actions/create-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAuB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -18,7 +18,19 @@ declare const ParallelCreateTaskGroupOutput: z.ZodObject<{
|
|
|
18
18
|
}, z.core.$loose>;
|
|
19
19
|
declare const parallelCreateTaskGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
metadata?: Record<string, unknown> | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { parallelCreateTaskGroup };
|
|
24
36
|
//# sourceMappingURL=create-task-group.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task-group.d.cts","names":[],"sources":["../../src/actions/create-task-group.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAU5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAO7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-task-group.d.cts","names":[],"sources":["../../src/actions/create-task-group.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAU5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAO7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -18,7 +18,19 @@ declare const ParallelCreateTaskGroupOutput: z.ZodObject<{
|
|
|
18
18
|
}, z.core.$loose>;
|
|
19
19
|
declare const parallelCreateTaskGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
metadata?: Record<string, unknown> | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { parallelCreateTaskGroup };
|
|
24
36
|
//# sourceMappingURL=create-task-group.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-task-group.d.mts","names":[],"sources":["../../src/actions/create-task-group.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAU5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAO7B,uBAAA,gCAAuB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-task-group.d.mts","names":[],"sources":["../../src/actions/create-task-group.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAU5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAO7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -62,7 +62,19 @@ declare const parallelCreateTaskRun: import("@keystrokehq/action").WorkflowActio
|
|
|
62
62
|
include_domains?: string[] | undefined;
|
|
63
63
|
} | undefined;
|
|
64
64
|
previous_interaction_id?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { parallelCreateTaskRun };
|
|
68
80
|
//# sourceMappingURL=create-task-run.d.cts.map
|
|
@@ -62,7 +62,19 @@ declare const parallelCreateTaskRun: import("@keystrokehq/action").WorkflowActio
|
|
|
62
62
|
include_domains?: string[] | undefined;
|
|
63
63
|
} | undefined;
|
|
64
64
|
previous_interaction_id?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { parallelCreateTaskRun };
|
|
68
80
|
//# sourceMappingURL=create-task-run.d.mts.map
|
|
@@ -31,7 +31,19 @@ declare const ParallelDeleteMonitorOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>;
|
|
32
32
|
declare const parallelDeleteMonitor: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
monitor_id: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { parallelDeleteMonitor };
|
|
37
49
|
//# sourceMappingURL=delete-monitor.d.cts.map
|
|
@@ -31,7 +31,19 @@ declare const ParallelDeleteMonitorOutput: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$loose>;
|
|
32
32
|
declare const parallelDeleteMonitor: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
monitor_id: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { parallelDeleteMonitor };
|
|
37
49
|
//# sourceMappingURL=delete-monitor.d.mts.map
|
|
@@ -24,7 +24,19 @@ declare const ParallelExtendFindAllRunOutput: z.ZodObject<{
|
|
|
24
24
|
declare const parallelExtendFindAllRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
findall_id: string;
|
|
26
26
|
additional_match_limit: number;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { parallelExtendFindAllRun };
|
|
30
42
|
//# sourceMappingURL=extend-find-all-run.d.cts.map
|
|
@@ -24,7 +24,19 @@ declare const ParallelExtendFindAllRunOutput: z.ZodObject<{
|
|
|
24
24
|
declare const parallelExtendFindAllRun: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
findall_id: string;
|
|
26
26
|
additional_match_limit: number;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
28
40
|
//#endregion
|
|
29
41
|
export { parallelExtendFindAllRun };
|
|
30
42
|
//# sourceMappingURL=extend-find-all-run.d.mts.map
|
|
@@ -65,7 +65,19 @@ declare const parallelExtract: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
65
65
|
max_chars_per_result?: number | null | undefined;
|
|
66
66
|
} | undefined;
|
|
67
67
|
search_queries?: string[] | undefined;
|
|
68
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
68
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
69
81
|
//#endregion
|
|
70
82
|
export { parallelExtract };
|
|
71
83
|
//# sourceMappingURL=extract.d.cts.map
|
|
@@ -65,7 +65,19 @@ declare const parallelExtract: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
65
65
|
max_chars_per_result?: number | null | undefined;
|
|
66
66
|
} | undefined;
|
|
67
67
|
search_queries?: string[] | undefined;
|
|
68
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
68
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
69
81
|
//#endregion
|
|
70
82
|
export { parallelExtract };
|
|
71
83
|
//# sourceMappingURL=extract.d.mts.map
|
|
@@ -91,7 +91,19 @@ declare const parallelFetchTaskGroupRuns: import("@keystrokehq/action").Workflow
|
|
|
91
91
|
include_input?: boolean | undefined;
|
|
92
92
|
last_event_id?: string | undefined;
|
|
93
93
|
include_output?: boolean | undefined;
|
|
94
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
94
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
101
|
+
connectionId: z.ZodString;
|
|
102
|
+
entityId: z.ZodString;
|
|
103
|
+
instanceId: z.ZodString;
|
|
104
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
105
|
+
generic_api_key: z.ZodString;
|
|
106
|
+
}, z.core.$strip>>]>;
|
|
95
107
|
//#endregion
|
|
96
108
|
export { parallelFetchTaskGroupRuns };
|
|
97
109
|
//# sourceMappingURL=fetch-task-group-runs.d.cts.map
|
|
@@ -91,7 +91,19 @@ declare const parallelFetchTaskGroupRuns: import("@keystrokehq/action").Workflow
|
|
|
91
91
|
include_input?: boolean | undefined;
|
|
92
92
|
last_event_id?: string | undefined;
|
|
93
93
|
include_output?: boolean | undefined;
|
|
94
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
94
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
101
|
+
connectionId: z.ZodString;
|
|
102
|
+
entityId: z.ZodString;
|
|
103
|
+
instanceId: z.ZodString;
|
|
104
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
105
|
+
generic_api_key: z.ZodString;
|
|
106
|
+
}, z.core.$strip>>]>;
|
|
95
107
|
//#endregion
|
|
96
108
|
export { parallelFetchTaskGroupRuns };
|
|
97
109
|
//# sourceMappingURL=fetch-task-group-runs.d.mts.map
|
|
@@ -72,7 +72,19 @@ declare const parallelFindAll: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
72
72
|
url: string;
|
|
73
73
|
name: string;
|
|
74
74
|
}[] | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_api_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_api_key: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { parallelFindAll };
|
|
78
90
|
//# sourceMappingURL=find-all.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-all.d.cts","names":[],"sources":["../../src/actions/find-all.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA6BpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cASrB,eAAA,gCAAe,wBAAA
|
|
1
|
+
{"version":3,"file":"find-all.d.cts","names":[],"sources":["../../src/actions/find-all.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA6BpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cASrB,eAAA,gCAAe,wBAAA"}
|
|
@@ -72,7 +72,19 @@ declare const parallelFindAll: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
72
72
|
url: string;
|
|
73
73
|
name: string;
|
|
74
74
|
}[] | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_api_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_api_key: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { parallelFindAll };
|
|
78
90
|
//# sourceMappingURL=find-all.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"find-all.d.mts","names":[],"sources":["../../src/actions/find-all.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA6BpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cASrB,eAAA,gCAAe,wBAAA
|
|
1
|
+
{"version":3,"file":"find-all.d.mts","names":[],"sources":["../../src/actions/find-all.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;cA6BpB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cASrB,eAAA,gCAAe,wBAAA"}
|