@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
|
@@ -15,7 +15,19 @@ declare const ParallelSimulateEventOutput: z.ZodObject<{
|
|
|
15
15
|
declare const parallelSimulateEvent: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
monitor_id: string;
|
|
17
17
|
event_type?: "monitor.event.detected" | "monitor.execution.completed" | "monitor.execution.failed" | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { parallelSimulateEvent };
|
|
21
33
|
//# sourceMappingURL=simulate-event.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const ParallelSimulateEventOutput: z.ZodObject<{
|
|
|
15
15
|
declare const parallelSimulateEvent: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
monitor_id: string;
|
|
17
17
|
event_type?: "monitor.event.detected" | "monitor.execution.completed" | "monitor.execution.failed" | undefined;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { parallelSimulateEvent };
|
|
21
33
|
//# sourceMappingURL=simulate-event.d.mts.map
|
|
@@ -104,7 +104,19 @@ declare const parallelStreamFindAllEvents: import("@keystrokehq/action").Workflo
|
|
|
104
104
|
findall_id: string;
|
|
105
105
|
timeout?: number | undefined;
|
|
106
106
|
last_event_id?: string | undefined;
|
|
107
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
107
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
108
|
+
connectionId: z.ZodString;
|
|
109
|
+
entityId: z.ZodString;
|
|
110
|
+
instanceId: z.ZodString;
|
|
111
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
112
|
+
generic_api_key: z.ZodString;
|
|
113
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
114
|
+
connectionId: z.ZodString;
|
|
115
|
+
entityId: z.ZodString;
|
|
116
|
+
instanceId: z.ZodString;
|
|
117
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
118
|
+
generic_api_key: z.ZodString;
|
|
119
|
+
}, z.core.$strip>>]>;
|
|
108
120
|
//#endregion
|
|
109
121
|
export { parallelStreamFindAllEvents };
|
|
110
122
|
//# sourceMappingURL=stream-find-all-events.d.cts.map
|
|
@@ -104,7 +104,19 @@ declare const parallelStreamFindAllEvents: import("@keystrokehq/action").Workflo
|
|
|
104
104
|
findall_id: string;
|
|
105
105
|
timeout?: number | undefined;
|
|
106
106
|
last_event_id?: string | undefined;
|
|
107
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
107
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
108
|
+
connectionId: z.ZodString;
|
|
109
|
+
entityId: z.ZodString;
|
|
110
|
+
instanceId: z.ZodString;
|
|
111
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
112
|
+
generic_api_key: z.ZodString;
|
|
113
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
114
|
+
connectionId: z.ZodString;
|
|
115
|
+
entityId: z.ZodString;
|
|
116
|
+
instanceId: z.ZodString;
|
|
117
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
118
|
+
generic_api_key: z.ZodString;
|
|
119
|
+
}, z.core.$strip>>]>;
|
|
108
120
|
//#endregion
|
|
109
121
|
export { parallelStreamFindAllEvents };
|
|
110
122
|
//# sourceMappingURL=stream-find-all-events.d.mts.map
|
|
@@ -44,7 +44,19 @@ declare const parallelStreamTaskGroupEvents: import("@keystrokehq/action").Workf
|
|
|
44
44
|
taskgroup_id: string;
|
|
45
45
|
timeout?: number | undefined;
|
|
46
46
|
last_event_id?: string | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { parallelStreamTaskGroupEvents };
|
|
50
62
|
//# sourceMappingURL=stream-task-group-events.d.cts.map
|
|
@@ -44,7 +44,19 @@ declare const parallelStreamTaskGroupEvents: import("@keystrokehq/action").Workf
|
|
|
44
44
|
taskgroup_id: string;
|
|
45
45
|
timeout?: number | undefined;
|
|
46
46
|
last_event_id?: string | undefined;
|
|
47
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
47
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>;
|
|
48
60
|
//#endregion
|
|
49
61
|
export { parallelStreamTaskGroupEvents };
|
|
50
62
|
//# sourceMappingURL=stream-task-group-events.d.mts.map
|
|
@@ -45,7 +45,19 @@ declare const ParallelStreamTaskRunEventsOutput: z.ZodObject<{
|
|
|
45
45
|
}, z.core.$loose>;
|
|
46
46
|
declare const parallelStreamTaskRunEvents: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
47
|
run_id: string;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { parallelStreamTaskRunEvents };
|
|
51
63
|
//# sourceMappingURL=stream-task-run-events.d.cts.map
|
|
@@ -45,7 +45,19 @@ declare const ParallelStreamTaskRunEventsOutput: z.ZodObject<{
|
|
|
45
45
|
}, z.core.$loose>;
|
|
46
46
|
declare const parallelStreamTaskRunEvents: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
47
|
run_id: string;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { parallelStreamTaskRunEvents };
|
|
51
63
|
//# sourceMappingURL=stream-task-run-events.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const ParallelSuggestTaskOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const parallelSuggestTask: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
user_intent: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { parallelSuggestTask };
|
|
18
30
|
//# sourceMappingURL=suggest-task.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const ParallelSuggestTaskOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const parallelSuggestTask: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
user_intent: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { parallelSuggestTask };
|
|
18
30
|
//# sourceMappingURL=suggest-task.d.mts.map
|
|
@@ -50,7 +50,19 @@ declare const parallelUpdateMonitor: import("@keystrokehq/action").WorkflowActio
|
|
|
50
50
|
event_types?: string[] | undefined;
|
|
51
51
|
} | undefined;
|
|
52
52
|
metadata?: Record<string, unknown> | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { parallelUpdateMonitor };
|
|
56
68
|
//# sourceMappingURL=update-monitor.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-monitor.d.cts","names":[],"sources":["../../src/actions/update-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAoB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-monitor.d.cts","names":[],"sources":["../../src/actions/update-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAoB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -50,7 +50,19 @@ declare const parallelUpdateMonitor: import("@keystrokehq/action").WorkflowActio
|
|
|
50
50
|
event_types?: string[] | undefined;
|
|
51
51
|
} | undefined;
|
|
52
52
|
metadata?: Record<string, unknown> | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"parallel", 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
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { parallelUpdateMonitor };
|
|
56
68
|
//# sourceMappingURL=update-monitor.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-monitor.d.mts","names":[],"sources":["../../src/actions/update-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAoB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-monitor.d.mts","names":[],"sources":["../../src/actions/update-monitor.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAoB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAY3B,qBAAA,gCAAqB,wBAAA"}
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const parallel = (0,
|
|
4
|
+
const parallel = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "parallel",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.parallel = parallel;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const parallel = defineApp({\n slug: \"parallel\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const parallel = defineApp({\n slug: \"parallel\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAA,GAAA,2BAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const parallel: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const parallel: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { parallel };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const parallel: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const parallel: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"parallel", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { parallel };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const parallel = defineApp({
|
|
4
5
|
slug: "parallel",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { parallel };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const parallel = defineApp({\n slug: \"parallel\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const parallel = defineApp({\n slug: \"parallel\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|