@keystrokehq/stack_ai 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/check-health.d.cts +15 -1
- package/dist/actions/check-health.d.cts.map +1 -1
- package/dist/actions/check-health.d.mts +15 -1
- package/dist/actions/check-health.d.mts.map +1 -1
- package/dist/actions/get-action-inputs.d.cts +15 -1
- package/dist/actions/get-action-inputs.d.mts +15 -1
- package/dist/actions/get-action-outputs.d.cts +15 -1
- package/dist/actions/get-action-outputs.d.mts +15 -1
- package/dist/actions/get-connector-type-schema.d.cts +15 -1
- package/dist/actions/get-connector-type-schema.d.mts +15 -1
- package/dist/actions/get-license-status.d.cts +15 -1
- package/dist/actions/get-license-status.d.cts.map +1 -1
- package/dist/actions/get-license-status.d.mts +15 -1
- package/dist/actions/get-license-status.d.mts.map +1 -1
- package/dist/actions/get-provider-action.d.cts +15 -1
- package/dist/actions/get-provider-action.d.mts +15 -1
- package/dist/actions/get-provider-icon.d.cts +15 -1
- package/dist/actions/get-provider-icon.d.mts +15 -1
- package/dist/actions/get-provider-trigger.d.cts +15 -1
- package/dist/actions/get-provider-trigger.d.mts +15 -1
- package/dist/actions/get-provider.d.cts +15 -1
- package/dist/actions/get-provider.d.mts +15 -1
- package/dist/actions/get-root.d.cts +15 -1
- package/dist/actions/get-root.d.cts.map +1 -1
- package/dist/actions/get-root.d.mts +15 -1
- package/dist/actions/get-root.d.mts.map +1 -1
- package/dist/actions/get-trigger-by-provider.d.cts +15 -1
- package/dist/actions/get-trigger-by-provider.d.mts +15 -1
- package/dist/actions/get-trigger-inputs.d.cts +15 -1
- package/dist/actions/get-trigger-inputs.d.mts +15 -1
- package/dist/actions/get-trigger-outputs.d.cts +15 -1
- package/dist/actions/get-trigger-outputs.d.mts +15 -1
- package/dist/actions/list-connector-types.d.cts +15 -1
- package/dist/actions/list-connector-types.d.cts.map +1 -1
- package/dist/actions/list-connector-types.d.mts +15 -1
- package/dist/actions/list-connector-types.d.mts.map +1 -1
- package/dist/actions/list-integrations.d.cts +15 -1
- package/dist/actions/list-integrations.d.cts.map +1 -1
- package/dist/actions/list-integrations.d.mts +15 -1
- package/dist/actions/list-integrations.d.mts.map +1 -1
- package/dist/actions/list-permission-groups.d.cts +15 -1
- package/dist/actions/list-permission-groups.d.cts.map +1 -1
- package/dist/actions/list-permission-groups.d.mts +15 -1
- package/dist/actions/list-permission-groups.d.mts.map +1 -1
- package/dist/actions/list-permissions.d.cts +15 -1
- package/dist/actions/list-permissions.d.cts.map +1 -1
- package/dist/actions/list-permissions.d.mts +15 -1
- package/dist/actions/list-permissions.d.mts.map +1 -1
- package/dist/actions/list-provider-triggers.d.cts +15 -1
- package/dist/actions/list-provider-triggers.d.mts +15 -1
- package/dist/actions/list-stack-ai-triggers.d.cts +15 -1
- package/dist/actions/list-stack-ai-triggers.d.cts.map +1 -1
- package/dist/actions/list-stack-ai-triggers.d.mts +15 -1
- package/dist/actions/list-stack-ai-triggers.d.mts.map +1 -1
- package/dist/actions/list-stackai-actions.d.cts +15 -1
- package/dist/actions/list-stackai-actions.d.cts.map +1 -1
- package/dist/actions/list-stackai-actions.d.mts +15 -1
- package/dist/actions/list-stackai-actions.d.mts.map +1 -1
- package/dist/actions/list-stackai-providers.d.cts +15 -1
- package/dist/actions/list-stackai-providers.d.cts.map +1 -1
- package/dist/actions/list-stackai-providers.d.mts +15 -1
- package/dist/actions/list-stackai-providers.d.mts.map +1 -1
- package/dist/actions/list-stackai-tools.d.cts +15 -1
- package/dist/actions/list-stackai-tools.d.cts.map +1 -1
- package/dist/actions/list-stackai-tools.d.mts +15 -1
- package/dist/actions/list-stackai-tools.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
|
@@ -3,7 +3,21 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/check-health.d.ts
|
|
4
4
|
declare const StackAiCheckHealthInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const StackAiCheckHealthOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6
|
-
declare const stackAiCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const stackAiCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
7
|
+
connectionId: z.ZodString;
|
|
8
|
+
entityId: z.ZodString;
|
|
9
|
+
instanceId: z.ZodString;
|
|
10
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11
|
+
generic_api_key: z.ZodString;
|
|
12
|
+
generic_id: z.ZodString;
|
|
13
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
generic_id: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { stackAiCheckHealth };
|
|
9
23
|
//# sourceMappingURL=check-health.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-health.d.cts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAExB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"check-health.d.cts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAExB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -3,7 +3,21 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/check-health.d.ts
|
|
4
4
|
declare const StackAiCheckHealthInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const StackAiCheckHealthOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6
|
-
declare const stackAiCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const stackAiCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
7
|
+
connectionId: z.ZodString;
|
|
8
|
+
entityId: z.ZodString;
|
|
9
|
+
instanceId: z.ZodString;
|
|
10
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11
|
+
generic_api_key: z.ZodString;
|
|
12
|
+
generic_id: z.ZodString;
|
|
13
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
generic_id: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { stackAiCheckHealth };
|
|
9
23
|
//# sourceMappingURL=check-health.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-health.d.mts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAExB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"check-health.d.mts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAExB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -9,7 +9,21 @@ declare const StackAiGetActionInputsOutput: z.ZodRecord<z.ZodString, z.ZodUnknow
|
|
|
9
9
|
declare const stackAiGetActionInputs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
action_id: string;
|
|
11
11
|
provider_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { stackAiGetActionInputs };
|
|
15
29
|
//# sourceMappingURL=get-action-inputs.d.cts.map
|
|
@@ -9,7 +9,21 @@ declare const StackAiGetActionInputsOutput: z.ZodRecord<z.ZodString, z.ZodUnknow
|
|
|
9
9
|
declare const stackAiGetActionInputs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
action_id: string;
|
|
11
11
|
provider_id: string;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { stackAiGetActionInputs };
|
|
15
29
|
//# sourceMappingURL=get-action-inputs.d.mts.map
|
|
@@ -17,7 +17,21 @@ declare const StackAiGetActionOutputsOutput: z.ZodObject<{
|
|
|
17
17
|
declare const stackAiGetActionOutputs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
action_id: string;
|
|
19
19
|
provider_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
generic_id: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { stackAiGetActionOutputs };
|
|
23
37
|
//# sourceMappingURL=get-action-outputs.d.cts.map
|
|
@@ -17,7 +17,21 @@ declare const StackAiGetActionOutputsOutput: z.ZodObject<{
|
|
|
17
17
|
declare const stackAiGetActionOutputs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
action_id: string;
|
|
19
19
|
provider_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
generic_id: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
21
35
|
//#endregion
|
|
22
36
|
export { stackAiGetActionOutputs };
|
|
23
37
|
//# sourceMappingURL=get-action-outputs.d.mts.map
|
|
@@ -22,7 +22,21 @@ declare const StackAiGetConnectorTypeSchemaOutput: z.ZodObject<{
|
|
|
22
22
|
}, z.core.$loose>;
|
|
23
23
|
declare const stackAiGetConnectorTypeSchema: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
24
|
connector_type_id: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { stackAiGetConnectorTypeSchema };
|
|
28
42
|
//# sourceMappingURL=get-connector-type-schema.d.cts.map
|
|
@@ -22,7 +22,21 @@ declare const StackAiGetConnectorTypeSchemaOutput: z.ZodObject<{
|
|
|
22
22
|
}, z.core.$loose>;
|
|
23
23
|
declare const stackAiGetConnectorTypeSchema: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
24
24
|
connector_type_id: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { stackAiGetConnectorTypeSchema };
|
|
28
42
|
//# sourceMappingURL=get-connector-type-schema.d.mts.map
|
|
@@ -9,7 +9,21 @@ declare const StackAiGetLicenseStatusOutput: z.ZodObject<{
|
|
|
9
9
|
is_expiring_soon: z.ZodNullable<z.ZodBoolean>;
|
|
10
10
|
days_until_expiry: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
}, z.core.$loose>;
|
|
12
|
-
declare const stackAiGetLicenseStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
declare const stackAiGetLicenseStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { stackAiGetLicenseStatus };
|
|
15
29
|
//# sourceMappingURL=get-license-status.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-license-status.d.cts","names":[],"sources":["../../src/actions/get-license-status.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-license-status.d.cts","names":[],"sources":["../../src/actions/get-license-status.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -9,7 +9,21 @@ declare const StackAiGetLicenseStatusOutput: z.ZodObject<{
|
|
|
9
9
|
is_expiring_soon: z.ZodNullable<z.ZodBoolean>;
|
|
10
10
|
days_until_expiry: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
}, z.core.$loose>;
|
|
12
|
-
declare const stackAiGetLicenseStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
declare const stackAiGetLicenseStatus: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
generic_id: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
generic_id: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>;
|
|
13
27
|
//#endregion
|
|
14
28
|
export { stackAiGetLicenseStatus };
|
|
15
29
|
//# sourceMappingURL=get-license-status.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-license-status.d.mts","names":[],"sources":["../../src/actions/get-license-status.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-license-status.d.mts","names":[],"sources":["../../src/actions/get-license-status.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -54,7 +54,21 @@ declare const StackAiGetProviderActionOutput: z.ZodObject<{
|
|
|
54
54
|
declare const stackAiGetProviderAction: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
55
55
|
action_id: string;
|
|
56
56
|
provider_id: string;
|
|
57
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
57
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>;
|
|
58
72
|
//#endregion
|
|
59
73
|
export { stackAiGetProviderAction };
|
|
60
74
|
//# sourceMappingURL=get-provider-action.d.cts.map
|
|
@@ -54,7 +54,21 @@ declare const StackAiGetProviderActionOutput: z.ZodObject<{
|
|
|
54
54
|
declare const stackAiGetProviderAction: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
55
55
|
action_id: string;
|
|
56
56
|
provider_id: string;
|
|
57
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
57
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>;
|
|
58
72
|
//#endregion
|
|
59
73
|
export { stackAiGetProviderAction };
|
|
60
74
|
//# sourceMappingURL=get-provider-action.d.mts.map
|
|
@@ -14,7 +14,21 @@ declare const StackAiGetProviderIconOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const stackAiGetProviderIcon: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
provider_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
generic_id: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
18
32
|
//#endregion
|
|
19
33
|
export { stackAiGetProviderIcon };
|
|
20
34
|
//# sourceMappingURL=get-provider-icon.d.cts.map
|
|
@@ -14,7 +14,21 @@ declare const StackAiGetProviderIconOutput: z.ZodObject<{
|
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
declare const stackAiGetProviderIcon: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
16
|
provider_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
generic_id: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
18
32
|
//#endregion
|
|
19
33
|
export { stackAiGetProviderIcon };
|
|
20
34
|
//# sourceMappingURL=get-provider-icon.d.mts.map
|
|
@@ -55,7 +55,21 @@ declare const StackAiGetProviderTriggerOutput: z.ZodObject<{
|
|
|
55
55
|
declare const stackAiGetProviderTrigger: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
trigger_id: string;
|
|
57
57
|
provider_id: string;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
59
73
|
//#endregion
|
|
60
74
|
export { stackAiGetProviderTrigger };
|
|
61
75
|
//# sourceMappingURL=get-provider-trigger.d.cts.map
|
|
@@ -55,7 +55,21 @@ declare const StackAiGetProviderTriggerOutput: z.ZodObject<{
|
|
|
55
55
|
declare const stackAiGetProviderTrigger: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
56
56
|
trigger_id: string;
|
|
57
57
|
provider_id: string;
|
|
58
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
59
73
|
//#endregion
|
|
60
74
|
export { stackAiGetProviderTrigger };
|
|
61
75
|
//# sourceMappingURL=get-provider-trigger.d.mts.map
|
|
@@ -52,7 +52,21 @@ declare const StackAiGetProviderOutput: z.ZodObject<{
|
|
|
52
52
|
}, z.core.$loose>;
|
|
53
53
|
declare const stackAiGetProvider: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
54
54
|
provider_id: string;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
generic_id: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
generic_api_key: z.ZodString;
|
|
68
|
+
generic_id: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>;
|
|
56
70
|
//#endregion
|
|
57
71
|
export { stackAiGetProvider };
|
|
58
72
|
//# sourceMappingURL=get-provider.d.cts.map
|
|
@@ -52,7 +52,21 @@ declare const StackAiGetProviderOutput: z.ZodObject<{
|
|
|
52
52
|
}, z.core.$loose>;
|
|
53
53
|
declare const stackAiGetProvider: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
54
54
|
provider_id: string;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
generic_id: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
generic_api_key: z.ZodString;
|
|
68
|
+
generic_id: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>;
|
|
56
70
|
//#endregion
|
|
57
71
|
export { stackAiGetProvider };
|
|
58
72
|
//# sourceMappingURL=get-provider.d.mts.map
|
|
@@ -3,7 +3,21 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-root.d.ts
|
|
4
4
|
declare const StackAiGetRootInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const StackAiGetRootOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6
|
-
declare const stackAiGetRoot: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const stackAiGetRoot: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
7
|
+
connectionId: z.ZodString;
|
|
8
|
+
entityId: z.ZodString;
|
|
9
|
+
instanceId: z.ZodString;
|
|
10
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11
|
+
generic_api_key: z.ZodString;
|
|
12
|
+
generic_id: z.ZodString;
|
|
13
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
generic_id: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { stackAiGetRoot };
|
|
9
23
|
//# sourceMappingURL=get-root.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-root.d.cts","names":[],"sources":["../../src/actions/get-root.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACnB,oBAAA,EAAoB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEpB,cAAA,gCAAc,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-root.d.cts","names":[],"sources":["../../src/actions/get-root.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACnB,oBAAA,EAAoB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEpB,cAAA,gCAAc,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -3,7 +3,21 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-root.d.ts
|
|
4
4
|
declare const StackAiGetRootInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
declare const StackAiGetRootOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6
|
-
declare const stackAiGetRoot: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
6
|
+
declare const stackAiGetRoot: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
7
|
+
connectionId: z.ZodString;
|
|
8
|
+
entityId: z.ZodString;
|
|
9
|
+
instanceId: z.ZodString;
|
|
10
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11
|
+
generic_api_key: z.ZodString;
|
|
12
|
+
generic_id: z.ZodString;
|
|
13
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
generic_id: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { stackAiGetRoot };
|
|
9
23
|
//# sourceMappingURL=get-root.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-root.d.mts","names":[],"sources":["../../src/actions/get-root.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACnB,oBAAA,EAAoB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEpB,cAAA,gCAAc,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-root.d.mts","names":[],"sources":["../../src/actions/get-root.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACnB,oBAAA,EAAoB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEpB,cAAA,gCAAc,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -29,7 +29,21 @@ declare const StackAiGetTriggerByProviderOutput: z.ZodObject<{
|
|
|
29
29
|
declare const stackAiGetTriggerByProvider: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
trigger_id: string;
|
|
31
31
|
provider_id: string;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
generic_id: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
33
47
|
//#endregion
|
|
34
48
|
export { stackAiGetTriggerByProvider };
|
|
35
49
|
//# sourceMappingURL=get-trigger-by-provider.d.cts.map
|
|
@@ -29,7 +29,21 @@ declare const StackAiGetTriggerByProviderOutput: z.ZodObject<{
|
|
|
29
29
|
declare const stackAiGetTriggerByProvider: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
30
|
trigger_id: string;
|
|
31
31
|
provider_id: string;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
generic_id: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
33
47
|
//#endregion
|
|
34
48
|
export { stackAiGetTriggerByProvider };
|
|
35
49
|
//# sourceMappingURL=get-trigger-by-provider.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const StackAiGetTriggerInputsOutput: z.ZodObject<{
|
|
|
11
11
|
declare const stackAiGetTriggerInputs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
trigger_id: string;
|
|
13
13
|
provider_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
generic_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { stackAiGetTriggerInputs };
|
|
17
31
|
//# sourceMappingURL=get-trigger-inputs.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const StackAiGetTriggerInputsOutput: z.ZodObject<{
|
|
|
11
11
|
declare const stackAiGetTriggerInputs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
trigger_id: string;
|
|
13
13
|
provider_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"stack_ai", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
generic_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"stack_ai", 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
|
+
generic_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { stackAiGetTriggerInputs };
|
|
17
31
|
//# sourceMappingURL=get-trigger-inputs.d.mts.map
|