@keystrokehq/stack_ai 0.1.0 → 0.1.2
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/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/check-health.cjs.map +1 -1
- package/dist/actions/check-health.d.cts +3 -3
- package/dist/actions/check-health.d.cts.map +1 -1
- package/dist/actions/check-health.d.mts +3 -3
- package/dist/actions/check-health.d.mts.map +1 -1
- package/dist/actions/check-health.mjs.map +1 -1
- package/dist/actions/get-action-inputs.cjs.map +1 -1
- package/dist/actions/get-action-inputs.d.cts +9 -3
- package/dist/actions/get-action-inputs.d.cts.map +1 -1
- package/dist/actions/get-action-inputs.d.mts +9 -3
- package/dist/actions/get-action-inputs.d.mts.map +1 -1
- package/dist/actions/get-action-inputs.mjs.map +1 -1
- package/dist/actions/get-action-outputs.cjs.map +1 -1
- package/dist/actions/get-action-outputs.d.cts +17 -3
- package/dist/actions/get-action-outputs.d.cts.map +1 -1
- package/dist/actions/get-action-outputs.d.mts +17 -3
- package/dist/actions/get-action-outputs.d.mts.map +1 -1
- package/dist/actions/get-action-outputs.mjs.map +1 -1
- package/dist/actions/get-connector-type-schema.cjs +5 -5
- package/dist/actions/get-connector-type-schema.cjs.map +1 -1
- package/dist/actions/get-connector-type-schema.d.cts +22 -3
- package/dist/actions/get-connector-type-schema.d.cts.map +1 -1
- package/dist/actions/get-connector-type-schema.d.mts +22 -3
- package/dist/actions/get-connector-type-schema.d.mts.map +1 -1
- package/dist/actions/get-connector-type-schema.mjs +5 -5
- package/dist/actions/get-connector-type-schema.mjs.map +1 -1
- package/dist/actions/get-license-status.cjs +5 -5
- package/dist/actions/get-license-status.cjs.map +1 -1
- package/dist/actions/get-license-status.d.cts +9 -3
- package/dist/actions/get-license-status.d.cts.map +1 -1
- package/dist/actions/get-license-status.d.mts +9 -3
- package/dist/actions/get-license-status.d.mts.map +1 -1
- package/dist/actions/get-license-status.mjs +5 -5
- package/dist/actions/get-license-status.mjs.map +1 -1
- package/dist/actions/get-provider-action.cjs +21 -21
- package/dist/actions/get-provider-action.cjs.map +1 -1
- package/dist/actions/get-provider-action.d.cts +54 -3
- package/dist/actions/get-provider-action.d.cts.map +1 -1
- package/dist/actions/get-provider-action.d.mts +54 -3
- package/dist/actions/get-provider-action.d.mts.map +1 -1
- package/dist/actions/get-provider-action.mjs +21 -21
- package/dist/actions/get-provider-action.mjs.map +1 -1
- package/dist/actions/get-provider-icon.cjs +4 -4
- package/dist/actions/get-provider-icon.cjs.map +1 -1
- package/dist/actions/get-provider-icon.d.cts +14 -3
- package/dist/actions/get-provider-icon.d.cts.map +1 -1
- package/dist/actions/get-provider-icon.d.mts +14 -3
- package/dist/actions/get-provider-icon.d.mts.map +1 -1
- package/dist/actions/get-provider-icon.mjs +4 -4
- package/dist/actions/get-provider-icon.mjs.map +1 -1
- package/dist/actions/get-provider-trigger.cjs +14 -14
- package/dist/actions/get-provider-trigger.cjs.map +1 -1
- package/dist/actions/get-provider-trigger.d.cts +55 -3
- package/dist/actions/get-provider-trigger.d.cts.map +1 -1
- package/dist/actions/get-provider-trigger.d.mts +55 -3
- package/dist/actions/get-provider-trigger.d.mts.map +1 -1
- package/dist/actions/get-provider-trigger.mjs +14 -14
- package/dist/actions/get-provider-trigger.mjs.map +1 -1
- package/dist/actions/get-provider.cjs +13 -13
- package/dist/actions/get-provider.cjs.map +1 -1
- package/dist/actions/get-provider.d.cts +52 -3
- package/dist/actions/get-provider.d.cts.map +1 -1
- package/dist/actions/get-provider.d.mts +52 -3
- package/dist/actions/get-provider.d.mts.map +1 -1
- package/dist/actions/get-provider.mjs +13 -13
- package/dist/actions/get-provider.mjs.map +1 -1
- package/dist/actions/get-root.cjs.map +1 -1
- package/dist/actions/get-root.d.cts +3 -3
- package/dist/actions/get-root.d.cts.map +1 -1
- package/dist/actions/get-root.d.mts +3 -3
- package/dist/actions/get-root.d.mts.map +1 -1
- package/dist/actions/get-root.mjs.map +1 -1
- package/dist/actions/get-trigger-by-provider.cjs +8 -8
- package/dist/actions/get-trigger-by-provider.cjs.map +1 -1
- package/dist/actions/get-trigger-by-provider.d.cts +29 -3
- package/dist/actions/get-trigger-by-provider.d.cts.map +1 -1
- package/dist/actions/get-trigger-by-provider.d.mts +29 -3
- package/dist/actions/get-trigger-by-provider.d.mts.map +1 -1
- package/dist/actions/get-trigger-by-provider.mjs +8 -8
- package/dist/actions/get-trigger-by-provider.mjs.map +1 -1
- package/dist/actions/get-trigger-inputs.cjs.map +1 -1
- package/dist/actions/get-trigger-inputs.d.cts +11 -3
- package/dist/actions/get-trigger-inputs.d.cts.map +1 -1
- package/dist/actions/get-trigger-inputs.d.mts +11 -3
- package/dist/actions/get-trigger-inputs.d.mts.map +1 -1
- package/dist/actions/get-trigger-inputs.mjs.map +1 -1
- package/dist/actions/get-trigger-outputs.cjs.map +1 -1
- package/dist/actions/get-trigger-outputs.d.cts +15 -3
- package/dist/actions/get-trigger-outputs.d.cts.map +1 -1
- package/dist/actions/get-trigger-outputs.d.mts +15 -3
- package/dist/actions/get-trigger-outputs.d.mts.map +1 -1
- package/dist/actions/get-trigger-outputs.mjs.map +1 -1
- package/dist/actions/list-connector-types.cjs.map +1 -1
- package/dist/actions/list-connector-types.d.cts +3 -3
- package/dist/actions/list-connector-types.d.cts.map +1 -1
- package/dist/actions/list-connector-types.d.mts +3 -3
- package/dist/actions/list-connector-types.d.mts.map +1 -1
- package/dist/actions/list-connector-types.mjs.map +1 -1
- package/dist/actions/list-integrations.cjs +1 -1
- package/dist/actions/list-integrations.cjs.map +1 -1
- package/dist/actions/list-integrations.d.cts +9 -3
- package/dist/actions/list-integrations.d.cts.map +1 -1
- package/dist/actions/list-integrations.d.mts +9 -3
- package/dist/actions/list-integrations.d.mts.map +1 -1
- package/dist/actions/list-integrations.mjs +1 -1
- package/dist/actions/list-integrations.mjs.map +1 -1
- package/dist/actions/list-permission-groups.cjs.map +1 -1
- package/dist/actions/list-permission-groups.d.cts +3 -3
- package/dist/actions/list-permission-groups.d.cts.map +1 -1
- package/dist/actions/list-permission-groups.d.mts +3 -3
- package/dist/actions/list-permission-groups.d.mts.map +1 -1
- package/dist/actions/list-permission-groups.mjs.map +1 -1
- package/dist/actions/list-permissions.cjs +6 -6
- package/dist/actions/list-permissions.cjs.map +1 -1
- package/dist/actions/list-permissions.d.cts +17 -3
- package/dist/actions/list-permissions.d.cts.map +1 -1
- package/dist/actions/list-permissions.d.mts +17 -3
- package/dist/actions/list-permissions.d.mts.map +1 -1
- package/dist/actions/list-permissions.mjs +6 -6
- package/dist/actions/list-permissions.mjs.map +1 -1
- package/dist/actions/list-provider-triggers.cjs +8 -8
- package/dist/actions/list-provider-triggers.cjs.map +1 -1
- package/dist/actions/list-provider-triggers.d.cts +29 -3
- package/dist/actions/list-provider-triggers.d.cts.map +1 -1
- package/dist/actions/list-provider-triggers.d.mts +29 -3
- package/dist/actions/list-provider-triggers.d.mts.map +1 -1
- package/dist/actions/list-provider-triggers.mjs +8 -8
- package/dist/actions/list-provider-triggers.mjs.map +1 -1
- package/dist/actions/list-stack-ai-triggers.cjs.map +1 -1
- package/dist/actions/list-stack-ai-triggers.d.cts +5 -3
- package/dist/actions/list-stack-ai-triggers.d.cts.map +1 -1
- package/dist/actions/list-stack-ai-triggers.d.mts +5 -3
- package/dist/actions/list-stack-ai-triggers.d.mts.map +1 -1
- package/dist/actions/list-stack-ai-triggers.mjs.map +1 -1
- package/dist/actions/list-stackai-actions.cjs.map +1 -1
- package/dist/actions/list-stackai-actions.d.cts +5 -3
- package/dist/actions/list-stackai-actions.d.cts.map +1 -1
- package/dist/actions/list-stackai-actions.d.mts +5 -3
- package/dist/actions/list-stackai-actions.d.mts.map +1 -1
- package/dist/actions/list-stackai-actions.mjs.map +1 -1
- package/dist/actions/list-stackai-providers.cjs +4 -4
- package/dist/actions/list-stackai-providers.cjs.map +1 -1
- package/dist/actions/list-stackai-providers.d.cts +26 -3
- package/dist/actions/list-stackai-providers.d.cts.map +1 -1
- package/dist/actions/list-stackai-providers.d.mts +26 -3
- package/dist/actions/list-stackai-providers.d.mts.map +1 -1
- package/dist/actions/list-stackai-providers.mjs +4 -4
- package/dist/actions/list-stackai-providers.mjs.map +1 -1
- package/dist/actions/list-stackai-tools.cjs +4 -4
- package/dist/actions/list-stackai-tools.cjs.map +1 -1
- package/dist/actions/list-stackai-tools.d.cts +26 -3
- package/dist/actions/list-stackai-tools.d.cts.map +1 -1
- package/dist/actions/list-stackai-tools.d.mts +26 -3
- package/dist/actions/list-stackai-tools.d.mts.map +1 -1
- package/dist/actions/list-stackai-tools.mjs +4 -4
- package/dist/actions/list-stackai-tools.mjs.map +1 -1
- package/dist/catalog.cjs +13 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +12 -0
- package/dist/catalog.d.mts +12 -0
- package/dist/catalog.mjs +13 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-connector-types.d.cts","names":[],"sources":["../../src/actions/list-connector-types.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"list-connector-types.d.cts","names":[],"sources":["../../src/actions/list-connector-types.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,UAAc;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-connector-types.d.ts
|
|
4
|
-
declare const StackAiListConnectorTypesInput: z.
|
|
5
|
-
declare const StackAiListConnectorTypesOutput: z.
|
|
6
|
-
declare const stackAiListConnectorTypes: import("@keystrokehq/action").WorkflowActionDefinition<
|
|
4
|
+
declare const StackAiListConnectorTypesInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const StackAiListConnectorTypesOutput: z.ZodUnknown;
|
|
6
|
+
declare const stackAiListConnectorTypes: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { stackAiListConnectorTypes };
|
|
9
9
|
//# sourceMappingURL=list-connector-types.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-connector-types.d.mts","names":[],"sources":["../../src/actions/list-connector-types.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"list-connector-types.d.mts","names":[],"sources":["../../src/actions/list-connector-types.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC9B,+BAAA,EAA+B,CAAA,CAAA,UAAc;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-connector-types.mjs","names":[],"sources":["../../src/actions/list-connector-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListConnectorTypesInput
|
|
1
|
+
{"version":3,"file":"list-connector-types.mjs","names":[],"sources":["../../src/actions/list-connector-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListConnectorTypesInput = z.object({}).describe(\"Request model for listing connector types. No parameters required.\");\nexport const StackAiListConnectorTypesOutput = z.unknown();\n\nexport const stackAiListConnectorTypes = action(\"STACK_AI_LIST_CONNECTOR_TYPES\", {\n slug: \"stack_ai-list-connector-types\",\n name: \"List Connector Types\",\n description: \"Tool to list all available connector types from Stack AI. Use when you need to retrieve the available connectors that can be configured.\",\n input: StackAiListConnectorTypesInput,\n output: StackAiListConnectorTypesOutput,\n});\n"],"mappings":";;AAOA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP4C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oEAO3D;CACP,QAP6C,EAAE,QAOvC;AACV,CAAC"}
|
|
@@ -5,7 +5,7 @@ const StackAiListIntegrationsInput = zod.z.object({}).describe("Request model fo
|
|
|
5
5
|
const StackAiListIntegrations_IntegrationSchema = zod.z.object({
|
|
6
6
|
actions: zod.z.array(zod.z.string()).describe("List of available actions for this integration"),
|
|
7
7
|
triggers: zod.z.array(zod.z.string()).describe("List of available triggers for this integration"),
|
|
8
|
-
provider_id: zod.z.string().describe("Unique identifier for the integration provider")
|
|
8
|
+
provider_id: zod.z.string().describe("Unique identifier for the integration provider").nullable()
|
|
9
9
|
}).describe("Model representing a single Stack AI integration.");
|
|
10
10
|
const StackAiListIntegrationsOutput = zod.z.object({ integrations: zod.z.array(StackAiListIntegrations_IntegrationSchema).describe("List of all available Stack AI integrations with their actions and triggers") }).describe("Response model for listing Stack AI integrations.\nReturns an array of integration objects.");
|
|
11
11
|
const stackAiListIntegrations = require_action.action("STACK_AI_LIST_INTEGRATIONS", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-integrations.cjs","names":["z","action"],"sources":["../../src/actions/list-integrations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListIntegrationsInput
|
|
1
|
+
{"version":3,"file":"list-integrations.cjs","names":["z","action"],"sources":["../../src/actions/list-integrations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListIntegrationsInput = z.object({}).describe(\"Request model for listing Stack AI integrations.\\nThis endpoint requires no parameters.\");\nconst StackAiListIntegrations_IntegrationSchema = z.object({\n actions: z.array(z.string()).describe(\"List of available actions for this integration\"),\n triggers: z.array(z.string()).describe(\"List of available triggers for this integration\"),\n provider_id: z.string().describe(\"Unique identifier for the integration provider\").nullable(),\n}).describe(\"Model representing a single Stack AI integration.\");\nexport const StackAiListIntegrationsOutput = z.object({\n integrations: z.array(StackAiListIntegrations_IntegrationSchema).describe(\"List of all available Stack AI integrations with their actions and triggers\"),\n}).describe(\"Response model for listing Stack AI integrations.\\nReturns an array of integration objects.\");\n\nexport const stackAiListIntegrations = action(\"STACK_AI_LIST_INTEGRATIONS\", {\n slug: \"stack_ai-list-integrations\",\n name: \"List Stack AI Integrations\",\n description: \"Tool to list all available Stack AI integrations. Use when you need to discover available integrations, actions, and triggers in Stack AI.\",\n input: StackAiListIntegrationsInput,\n output: StackAiListIntegrationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yFAAyF;AAC3J,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD;CACtF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iDAAiD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,cAAcA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,6EAA6E,EACzJ,CAAC,CAAC,CAAC,SAAS,6FAA6F;AAEzG,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-integrations.d.ts
|
|
4
|
-
declare const StackAiListIntegrationsInput: z.
|
|
5
|
-
declare const StackAiListIntegrationsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const StackAiListIntegrationsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const StackAiListIntegrationsOutput: z.ZodObject<{
|
|
6
|
+
integrations: z.ZodArray<z.ZodObject<{
|
|
7
|
+
actions: z.ZodArray<z.ZodString>;
|
|
8
|
+
triggers: z.ZodArray<z.ZodString>;
|
|
9
|
+
provider_id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
}, z.core.$strip>>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
declare const stackAiListIntegrations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { stackAiListIntegrations };
|
|
9
15
|
//# sourceMappingURL=list-integrations.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-integrations.d.cts","names":[],"sources":["../../src/actions/list-integrations.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-integrations.d.cts","names":[],"sources":["../../src/actions/list-integrations.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-integrations.d.ts
|
|
4
|
-
declare const StackAiListIntegrationsInput: z.
|
|
5
|
-
declare const StackAiListIntegrationsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const StackAiListIntegrationsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const StackAiListIntegrationsOutput: z.ZodObject<{
|
|
6
|
+
integrations: z.ZodArray<z.ZodObject<{
|
|
7
|
+
actions: z.ZodArray<z.ZodString>;
|
|
8
|
+
triggers: z.ZodArray<z.ZodString>;
|
|
9
|
+
provider_id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
}, z.core.$strip>>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
declare const stackAiListIntegrations: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { stackAiListIntegrations };
|
|
9
15
|
//# sourceMappingURL=list-integrations.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-integrations.d.mts","names":[],"sources":["../../src/actions/list-integrations.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-integrations.d.mts","names":[],"sources":["../../src/actions/list-integrations.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -5,7 +5,7 @@ const StackAiListIntegrationsInput = z.object({}).describe("Request model for li
|
|
|
5
5
|
const StackAiListIntegrations_IntegrationSchema = z.object({
|
|
6
6
|
actions: z.array(z.string()).describe("List of available actions for this integration"),
|
|
7
7
|
triggers: z.array(z.string()).describe("List of available triggers for this integration"),
|
|
8
|
-
provider_id: z.string().describe("Unique identifier for the integration provider")
|
|
8
|
+
provider_id: z.string().describe("Unique identifier for the integration provider").nullable()
|
|
9
9
|
}).describe("Model representing a single Stack AI integration.");
|
|
10
10
|
const stackAiListIntegrations = action("STACK_AI_LIST_INTEGRATIONS", {
|
|
11
11
|
slug: "stack_ai-list-integrations",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-integrations.mjs","names":[],"sources":["../../src/actions/list-integrations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListIntegrationsInput
|
|
1
|
+
{"version":3,"file":"list-integrations.mjs","names":[],"sources":["../../src/actions/list-integrations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListIntegrationsInput = z.object({}).describe(\"Request model for listing Stack AI integrations.\\nThis endpoint requires no parameters.\");\nconst StackAiListIntegrations_IntegrationSchema = z.object({\n actions: z.array(z.string()).describe(\"List of available actions for this integration\"),\n triggers: z.array(z.string()).describe(\"List of available triggers for this integration\"),\n provider_id: z.string().describe(\"Unique identifier for the integration provider\").nullable(),\n}).describe(\"Model representing a single Stack AI integration.\");\nexport const StackAiListIntegrationsOutput = z.object({\n integrations: z.array(StackAiListIntegrations_IntegrationSchema).describe(\"List of all available Stack AI integrations with their actions and triggers\"),\n}).describe(\"Response model for listing Stack AI integrations.\\nReturns an array of integration objects.\");\n\nexport const stackAiListIntegrations = action(\"STACK_AI_LIST_INTEGRATIONS\", {\n slug: \"stack_ai-list-integrations\",\n name: \"List Stack AI Integrations\",\n description: \"Tool to list all available Stack AI integrations. Use when you need to discover available integrations, actions, and triggers in Stack AI.\",\n input: StackAiListIntegrationsInput,\n output: StackAiListIntegrationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yFAAyF;AAC3J,MAAM,4CAA4C,EAAE,OAAO;CACzD,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD;CACtF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iDAAiD;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAK/D,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2C,EAAE,OAAO,EACpD,cAAc,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,6EAA6E,EACzJ,CAAC,CAAC,CAAC,SAAS,6FAOF;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permission-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-permission-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionGroupsInput
|
|
1
|
+
{"version":3,"file":"list-permission-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-permission-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionGroupsInput = z.object({}).describe(\"Request model for listing permission groups.\\nThis endpoint does not require any parameters.\");\nexport const StackAiListPermissionGroupsOutput = z.unknown();\n\nexport const stackAiListPermissionGroups = action(\"STACK_AI_LIST_PERMISSION_GROUPS\", {\n slug: \"stack_ai-list-permission-groups\",\n name: \"List Permission Groups\",\n description: \"Tool to list all permission groups with their associated permissions. Use when you need to retrieve available permission groups and their permissions for access control management.\",\n input: StackAiListPermissionGroupsInput,\n output: StackAiListPermissionGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8FAA8F;AACpK,MAAa,oCAAoCA,IAAAA,EAAE,QAAQ;AAE3D,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-permission-groups.d.ts
|
|
4
|
-
declare const StackAiListPermissionGroupsInput: z.
|
|
5
|
-
declare const StackAiListPermissionGroupsOutput: z.
|
|
6
|
-
declare const stackAiListPermissionGroups: import("@keystrokehq/action").WorkflowActionDefinition<
|
|
4
|
+
declare const StackAiListPermissionGroupsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const StackAiListPermissionGroupsOutput: z.ZodUnknown;
|
|
6
|
+
declare const stackAiListPermissionGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { stackAiListPermissionGroups };
|
|
9
9
|
//# sourceMappingURL=list-permission-groups.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permission-groups.d.cts","names":[],"sources":["../../src/actions/list-permission-groups.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"list-permission-groups.d.cts","names":[],"sources":["../../src/actions/list-permission-groups.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,UAAc;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-permission-groups.d.ts
|
|
4
|
-
declare const StackAiListPermissionGroupsInput: z.
|
|
5
|
-
declare const StackAiListPermissionGroupsOutput: z.
|
|
6
|
-
declare const stackAiListPermissionGroups: import("@keystrokehq/action").WorkflowActionDefinition<
|
|
4
|
+
declare const StackAiListPermissionGroupsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const StackAiListPermissionGroupsOutput: z.ZodUnknown;
|
|
6
|
+
declare const stackAiListPermissionGroups: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { stackAiListPermissionGroups };
|
|
9
9
|
//# sourceMappingURL=list-permission-groups.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permission-groups.d.mts","names":[],"sources":["../../src/actions/list-permission-groups.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"list-permission-groups.d.mts","names":[],"sources":["../../src/actions/list-permission-groups.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,UAAc;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permission-groups.mjs","names":[],"sources":["../../src/actions/list-permission-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionGroupsInput
|
|
1
|
+
{"version":3,"file":"list-permission-groups.mjs","names":[],"sources":["../../src/actions/list-permission-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionGroupsInput = z.object({}).describe(\"Request model for listing permission groups.\\nThis endpoint does not require any parameters.\");\nexport const StackAiListPermissionGroupsOutput = z.unknown();\n\nexport const stackAiListPermissionGroups = action(\"STACK_AI_LIST_PERMISSION_GROUPS\", {\n slug: \"stack_ai-list-permission-groups\",\n name: \"List Permission Groups\",\n description: \"Tool to list all permission groups with their associated permissions. Use when you need to retrieve available permission groups and their permissions for access control management.\",\n input: StackAiListPermissionGroupsInput,\n output: StackAiListPermissionGroupsOutput,\n});\n"],"mappings":";;AAOA,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP8C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8FAO7D;CACP,QAP+C,EAAE,QAOzC;AACV,CAAC"}
|
|
@@ -3,16 +3,16 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-permissions.ts
|
|
4
4
|
const StackAiListPermissionsInput = zod.z.object({}).describe("Request model for listing Stack AI permissions.\nThis endpoint requires no parameters.");
|
|
5
5
|
const StackAiListPermissions_PermissionSchema = zod.z.object({
|
|
6
|
-
id: zod.z.string().describe("Unique identifier for the permission"),
|
|
7
|
-
key: zod.z.string().describe("Unique permission key"),
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the permission").nullable(),
|
|
7
|
+
key: zod.z.string().describe("Unique permission key").nullable(),
|
|
8
8
|
tags: zod.z.array(zod.z.string()).describe("Tags for organizing permissions in the UI").nullable().optional(),
|
|
9
9
|
title: zod.z.string().describe("Short title for the permission").nullable().optional(),
|
|
10
|
-
action: zod.z.string().describe("The action"),
|
|
10
|
+
action: zod.z.string().describe("The action").nullable(),
|
|
11
11
|
group_key: zod.z.string().describe("Group this permission belongs to").nullable().optional(),
|
|
12
12
|
description: zod.z.string().describe("Detailed description of the permission").nullable().optional(),
|
|
13
|
-
is_assignable: zod.z.boolean().describe("Whether this permission can be assigned/modified"),
|
|
14
|
-
is_deprecated: zod.z.boolean().describe("Whether this permission is deprecated"),
|
|
15
|
-
resource_type: zod.z.string().describe("The resource type"),
|
|
13
|
+
is_assignable: zod.z.boolean().describe("Whether this permission can be assigned/modified").nullable(),
|
|
14
|
+
is_deprecated: zod.z.boolean().describe("Whether this permission is deprecated").nullable(),
|
|
15
|
+
resource_type: zod.z.string().describe("The resource type").nullable(),
|
|
16
16
|
subresource_type: zod.z.string().describe("Optional subresource").nullable().optional()
|
|
17
17
|
}).describe("Individual permission object.");
|
|
18
18
|
const StackAiListPermissionsOutput = zod.z.object({ permissions: zod.z.array(StackAiListPermissions_PermissionSchema).describe("List of all available permissions") }).describe("Response model for listing Stack AI permissions.\nReturns an array of permission objects.");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permissions.cjs","names":["z","action"],"sources":["../../src/actions/list-permissions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionsInput
|
|
1
|
+
{"version":3,"file":"list-permissions.cjs","names":["z","action"],"sources":["../../src/actions/list-permissions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionsInput = z.object({}).describe(\"Request model for listing Stack AI permissions.\\nThis endpoint requires no parameters.\");\nconst StackAiListPermissions_PermissionSchema = z.object({\n id: z.string().describe(\"Unique identifier for the permission\").nullable(),\n key: z.string().describe(\"Unique permission key\").nullable(),\n tags: z.array(z.string()).describe(\"Tags for organizing permissions in the UI\").nullable().optional(),\n title: z.string().describe(\"Short title for the permission\").nullable().optional(),\n action: z.string().describe(\"The action\").nullable(),\n group_key: z.string().describe(\"Group this permission belongs to\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the permission\").nullable().optional(),\n is_assignable: z.boolean().describe(\"Whether this permission can be assigned/modified\").nullable(),\n is_deprecated: z.boolean().describe(\"Whether this permission is deprecated\").nullable(),\n resource_type: z.string().describe(\"The resource type\").nullable(),\n subresource_type: z.string().describe(\"Optional subresource\").nullable().optional(),\n}).describe(\"Individual permission object.\");\nexport const StackAiListPermissionsOutput = z.object({\n permissions: z.array(StackAiListPermissions_PermissionSchema).describe(\"List of all available permissions\"),\n}).describe(\"Response model for listing Stack AI permissions.\\nReturns an array of permission objects.\");\n\nexport const stackAiListPermissions = action(\"STACK_AI_LIST_PERMISSIONS\", {\n slug: \"stack_ai-list-permissions\",\n name: \"List Permissions\",\n description: \"Tool to list all available permissions in Stack AI. Use when you need to view or check available permission types.\",\n input: StackAiListPermissionsInput,\n output: StackAiListPermissionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wFAAwF;AACzJ,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CACnD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACjG,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACtF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACjE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,aAAaA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,mCAAmC,EAC5G,CAAC,CAAC,CAAC,SAAS,2FAA2F;AAEvG,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-permissions.d.ts
|
|
4
|
-
declare const StackAiListPermissionsInput: z.
|
|
5
|
-
declare const StackAiListPermissionsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const StackAiListPermissionsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const StackAiListPermissionsOutput: z.ZodObject<{
|
|
6
|
+
permissions: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
key: z.ZodNullable<z.ZodString>;
|
|
9
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
10
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
action: z.ZodNullable<z.ZodString>;
|
|
12
|
+
group_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
is_assignable: z.ZodNullable<z.ZodBoolean>;
|
|
15
|
+
is_deprecated: z.ZodNullable<z.ZodBoolean>;
|
|
16
|
+
resource_type: z.ZodNullable<z.ZodString>;
|
|
17
|
+
subresource_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
}, z.core.$strip>>;
|
|
19
|
+
}, z.core.$strip>;
|
|
20
|
+
declare const stackAiListPermissions: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { stackAiListPermissions };
|
|
9
23
|
//# sourceMappingURL=list-permissions.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permissions.d.cts","names":[],"sources":["../../src/actions/list-permissions.ts"],"mappings":";;;cAIa,2BAAA,
|
|
1
|
+
{"version":3,"file":"list-permissions.d.cts","names":[],"sources":["../../src/actions/list-permissions.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAc3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-permissions.d.ts
|
|
4
|
-
declare const StackAiListPermissionsInput: z.
|
|
5
|
-
declare const StackAiListPermissionsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const StackAiListPermissionsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const StackAiListPermissionsOutput: z.ZodObject<{
|
|
6
|
+
permissions: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
key: z.ZodNullable<z.ZodString>;
|
|
9
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
10
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
action: z.ZodNullable<z.ZodString>;
|
|
12
|
+
group_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
is_assignable: z.ZodNullable<z.ZodBoolean>;
|
|
15
|
+
is_deprecated: z.ZodNullable<z.ZodBoolean>;
|
|
16
|
+
resource_type: z.ZodNullable<z.ZodString>;
|
|
17
|
+
subresource_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
}, z.core.$strip>>;
|
|
19
|
+
}, z.core.$strip>;
|
|
20
|
+
declare const stackAiListPermissions: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { stackAiListPermissions };
|
|
9
23
|
//# sourceMappingURL=list-permissions.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permissions.d.mts","names":[],"sources":["../../src/actions/list-permissions.ts"],"mappings":";;;cAIa,2BAAA,
|
|
1
|
+
{"version":3,"file":"list-permissions.d.mts","names":[],"sources":["../../src/actions/list-permissions.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAc3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -3,16 +3,16 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-permissions.ts
|
|
4
4
|
const StackAiListPermissionsInput = z.object({}).describe("Request model for listing Stack AI permissions.\nThis endpoint requires no parameters.");
|
|
5
5
|
const StackAiListPermissions_PermissionSchema = z.object({
|
|
6
|
-
id: z.string().describe("Unique identifier for the permission"),
|
|
7
|
-
key: z.string().describe("Unique permission key"),
|
|
6
|
+
id: z.string().describe("Unique identifier for the permission").nullable(),
|
|
7
|
+
key: z.string().describe("Unique permission key").nullable(),
|
|
8
8
|
tags: z.array(z.string()).describe("Tags for organizing permissions in the UI").nullable().optional(),
|
|
9
9
|
title: z.string().describe("Short title for the permission").nullable().optional(),
|
|
10
|
-
action: z.string().describe("The action"),
|
|
10
|
+
action: z.string().describe("The action").nullable(),
|
|
11
11
|
group_key: z.string().describe("Group this permission belongs to").nullable().optional(),
|
|
12
12
|
description: z.string().describe("Detailed description of the permission").nullable().optional(),
|
|
13
|
-
is_assignable: z.boolean().describe("Whether this permission can be assigned/modified"),
|
|
14
|
-
is_deprecated: z.boolean().describe("Whether this permission is deprecated"),
|
|
15
|
-
resource_type: z.string().describe("The resource type"),
|
|
13
|
+
is_assignable: z.boolean().describe("Whether this permission can be assigned/modified").nullable(),
|
|
14
|
+
is_deprecated: z.boolean().describe("Whether this permission is deprecated").nullable(),
|
|
15
|
+
resource_type: z.string().describe("The resource type").nullable(),
|
|
16
16
|
subresource_type: z.string().describe("Optional subresource").nullable().optional()
|
|
17
17
|
}).describe("Individual permission object.");
|
|
18
18
|
const stackAiListPermissions = action("STACK_AI_LIST_PERMISSIONS", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-permissions.mjs","names":[],"sources":["../../src/actions/list-permissions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionsInput
|
|
1
|
+
{"version":3,"file":"list-permissions.mjs","names":[],"sources":["../../src/actions/list-permissions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListPermissionsInput = z.object({}).describe(\"Request model for listing Stack AI permissions.\\nThis endpoint requires no parameters.\");\nconst StackAiListPermissions_PermissionSchema = z.object({\n id: z.string().describe(\"Unique identifier for the permission\").nullable(),\n key: z.string().describe(\"Unique permission key\").nullable(),\n tags: z.array(z.string()).describe(\"Tags for organizing permissions in the UI\").nullable().optional(),\n title: z.string().describe(\"Short title for the permission\").nullable().optional(),\n action: z.string().describe(\"The action\").nullable(),\n group_key: z.string().describe(\"Group this permission belongs to\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the permission\").nullable().optional(),\n is_assignable: z.boolean().describe(\"Whether this permission can be assigned/modified\").nullable(),\n is_deprecated: z.boolean().describe(\"Whether this permission is deprecated\").nullable(),\n resource_type: z.string().describe(\"The resource type\").nullable(),\n subresource_type: z.string().describe(\"Optional subresource\").nullable().optional(),\n}).describe(\"Individual permission object.\");\nexport const StackAiListPermissionsOutput = z.object({\n permissions: z.array(StackAiListPermissions_PermissionSchema).describe(\"List of all available permissions\"),\n}).describe(\"Response model for listing Stack AI permissions.\\nReturns an array of permission objects.\");\n\nexport const stackAiListPermissions = action(\"STACK_AI_LIST_PERMISSIONS\", {\n slug: \"stack_ai-list-permissions\",\n name: \"List Permissions\",\n description: \"Tool to list all available permissions in Stack AI. Use when you need to view or check available permission types.\",\n input: StackAiListPermissionsInput,\n output: StackAiListPermissionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wFAAwF;AACzJ,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC3D,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CACnD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACjG,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACtF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACjE,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAK3C,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0C,EAAE,OAAO,EACnD,aAAa,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,mCAAmC,EAC5G,CAAC,CAAC,CAAC,SAAS,2FAOF;AACV,CAAC"}
|
|
@@ -3,9 +3,9 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-provider-triggers.ts
|
|
4
4
|
const StackAiListProviderTriggersInput = zod.z.object({ provider_id: zod.z.string().describe("The identifier of the provider to list triggers for.") }).describe("Request model for listing triggers available for a specific provider.");
|
|
5
5
|
const StackAiListProviderTriggers_TriggerUICopySchema = zod.z.object({
|
|
6
|
-
event_name: zod.z.string().describe("Human-readable name of the event being monitored."),
|
|
6
|
+
event_name: zod.z.string().describe("Human-readable name of the event being monitored.").nullable(),
|
|
7
7
|
instructions: zod.z.object({}).describe("Additional instructions for configuring the trigger.").nullable().optional(),
|
|
8
|
-
listening_text: zod.z.string().describe("Text displayed when the trigger is listening for events.")
|
|
8
|
+
listening_text: zod.z.string().describe("Text displayed when the trigger is listening for events.").nullable()
|
|
9
9
|
}).describe("UI copy configuration for the trigger.");
|
|
10
10
|
const StackAiListProviderTriggers_TriggerTypeSchema = zod.z.enum([
|
|
11
11
|
"POLLING",
|
|
@@ -13,16 +13,16 @@ const StackAiListProviderTriggers_TriggerTypeSchema = zod.z.enum([
|
|
|
13
13
|
"SCHEDULED"
|
|
14
14
|
]).describe("Enumeration of trigger types available in Stack AI.");
|
|
15
15
|
const StackAiListProviderTriggers_TriggerDefinitionSchema = zod.z.object({
|
|
16
|
-
icon: zod.z.string().describe("Icon identifier or URL for the trigger."),
|
|
16
|
+
icon: zod.z.string().describe("Icon identifier or URL for the trigger.").nullable(),
|
|
17
17
|
tags: zod.z.array(zod.z.string()).default([]).describe("Tags associated with the trigger for categorization.").nullable().optional(),
|
|
18
18
|
ui_copy: StackAiListProviderTriggers_TriggerUICopySchema.nullable(),
|
|
19
19
|
version: zod.z.string().default("1.0.0").describe("Version of the trigger definition.").nullable().optional(),
|
|
20
|
-
trigger_id: zod.z.string().describe("Unique identifier for the trigger."),
|
|
21
|
-
description: zod.z.string().describe("Detailed description of what the trigger does and when it fires."),
|
|
22
|
-
provider_id: zod.z.string().describe("The identifier of the provider this trigger belongs to."),
|
|
23
|
-
trigger_name: zod.z.string().describe("Human-readable name of the trigger."),
|
|
20
|
+
trigger_id: zod.z.string().describe("Unique identifier for the trigger.").nullable(),
|
|
21
|
+
description: zod.z.string().describe("Detailed description of what the trigger does and when it fires.").nullable(),
|
|
22
|
+
provider_id: zod.z.string().describe("The identifier of the provider this trigger belongs to.").nullable(),
|
|
23
|
+
trigger_name: zod.z.string().describe("Human-readable name of the trigger.").nullable(),
|
|
24
24
|
trigger_type: StackAiListProviderTriggers_TriggerTypeSchema.nullable(),
|
|
25
|
-
can_get_test_samples: zod.z.boolean().describe("Whether test samples can be retrieved for this trigger."),
|
|
25
|
+
can_get_test_samples: zod.z.boolean().describe("Whether test samples can be retrieved for this trigger.").nullable(),
|
|
26
26
|
webhook_requires_verification: zod.z.boolean().default(false).describe("Whether the webhook requires verification via a challenge request before creation (e.g., Microsoft Graph, Slack).").nullable().optional()
|
|
27
27
|
}).describe("Definition of a trigger available for a provider.");
|
|
28
28
|
const StackAiListProviderTriggersOutput = zod.z.object({ triggers: zod.z.array(StackAiListProviderTriggers_TriggerDefinitionSchema).describe("Array of trigger definitions available for the specified provider.") }).describe("Response model containing the list of triggers available for a provider.");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-provider-triggers.cjs","names":["z","action"],"sources":["../../src/actions/list-provider-triggers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListProviderTriggersInput
|
|
1
|
+
{"version":3,"file":"list-provider-triggers.cjs","names":["z","action"],"sources":["../../src/actions/list-provider-triggers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListProviderTriggersInput = z.object({\n provider_id: z.string().describe(\"The identifier of the provider to list triggers for.\"),\n}).describe(\"Request model for listing triggers available for a specific provider.\");\nconst StackAiListProviderTriggers_TriggerUICopySchema = z.object({\n event_name: z.string().describe(\"Human-readable name of the event being monitored.\").nullable(),\n instructions: z.object({}).describe(\"Additional instructions for configuring the trigger.\").nullable().optional(),\n listening_text: z.string().describe(\"Text displayed when the trigger is listening for events.\").nullable(),\n}).describe(\"UI copy configuration for the trigger.\");\nconst StackAiListProviderTriggers_TriggerTypeSchema = z.enum([\"POLLING\", \"WEBHOOK\", \"SCHEDULED\"]).describe(\"Enumeration of trigger types available in Stack AI.\");\nconst StackAiListProviderTriggers_TriggerDefinitionSchema = z.object({\n icon: z.string().describe(\"Icon identifier or URL for the trigger.\").nullable(),\n tags: z.array(z.string()).default([]).describe(\"Tags associated with the trigger for categorization.\").nullable().optional(),\n ui_copy: StackAiListProviderTriggers_TriggerUICopySchema.nullable(),\n version: z.string().default(\"1.0.0\").describe(\"Version of the trigger definition.\").nullable().optional(),\n trigger_id: z.string().describe(\"Unique identifier for the trigger.\").nullable(),\n description: z.string().describe(\"Detailed description of what the trigger does and when it fires.\").nullable(),\n provider_id: z.string().describe(\"The identifier of the provider this trigger belongs to.\").nullable(),\n trigger_name: z.string().describe(\"Human-readable name of the trigger.\").nullable(),\n trigger_type: StackAiListProviderTriggers_TriggerTypeSchema.nullable(),\n can_get_test_samples: z.boolean().describe(\"Whether test samples can be retrieved for this trigger.\").nullable(),\n webhook_requires_verification: z.boolean().default(false).describe(\"Whether the webhook requires verification via a challenge request before creation (e.g., Microsoft Graph, Slack).\").nullable().optional(),\n}).describe(\"Definition of a trigger available for a provider.\");\nexport const StackAiListProviderTriggersOutput = z.object({\n triggers: z.array(StackAiListProviderTriggers_TriggerDefinitionSchema).describe(\"Array of trigger definitions available for the specified provider.\"),\n}).describe(\"Response model containing the list of triggers available for a provider.\");\n\nexport const stackAiListProviderTriggers = action(\"STACK_AI_LIST_PROVIDER_TRIGGERS\", {\n slug: \"stack_ai-list-provider-triggers\",\n name: \"List Provider Triggers\",\n description: \"Tool to get all available triggers for a specific provider. Use when you need to discover what trigger types are supported by a provider.\",\n input: StackAiListProviderTriggersInput,\n output: StackAiListProviderTriggersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACzF,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC9F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,gDAAgDA,IAAAA,EAAE,KAAK;CAAC;CAAW;CAAW;AAAW,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAChK,MAAM,sDAAsDA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,SAAS,gDAAgD,SAAS;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClF,cAAc,8CAA8C,SAAS;CACrE,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC/G,+BAA+BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9M,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,UAAUA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,oEAAoE,EACtJ,CAAC,CAAC,CAAC,SAAS,0EAA0E;AAEtF,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,35 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-provider-triggers.d.ts
|
|
4
|
-
declare const StackAiListProviderTriggersInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const StackAiListProviderTriggersInput: z.ZodObject<{
|
|
5
|
+
provider_id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const StackAiListProviderTriggersOutput: z.ZodObject<{
|
|
8
|
+
triggers: z.ZodArray<z.ZodObject<{
|
|
9
|
+
icon: z.ZodNullable<z.ZodString>;
|
|
10
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodString>>>>;
|
|
11
|
+
ui_copy: z.ZodNullable<z.ZodObject<{
|
|
12
|
+
event_name: z.ZodNullable<z.ZodString>;
|
|
13
|
+
instructions: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
|
|
14
|
+
listening_text: z.ZodNullable<z.ZodString>;
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
version: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
17
|
+
trigger_id: z.ZodNullable<z.ZodString>;
|
|
18
|
+
description: z.ZodNullable<z.ZodString>;
|
|
19
|
+
provider_id: z.ZodNullable<z.ZodString>;
|
|
20
|
+
trigger_name: z.ZodNullable<z.ZodString>;
|
|
21
|
+
trigger_type: z.ZodNullable<z.ZodEnum<{
|
|
22
|
+
POLLING: "POLLING";
|
|
23
|
+
WEBHOOK: "WEBHOOK";
|
|
24
|
+
SCHEDULED: "SCHEDULED";
|
|
25
|
+
}>>;
|
|
26
|
+
can_get_test_samples: z.ZodNullable<z.ZodBoolean>;
|
|
27
|
+
webhook_requires_verification: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
declare const stackAiListProviderTriggers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
31
|
+
provider_id: string;
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
33
|
//#endregion
|
|
8
34
|
export { stackAiListProviderTriggers };
|
|
9
35
|
//# sourceMappingURL=list-provider-triggers.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-provider-triggers.d.cts","names":[],"sources":["../../src/actions/list-provider-triggers.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"list-provider-triggers.d.cts","names":[],"sources":["../../src/actions/list-provider-triggers.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAsBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -1,9 +1,35 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-provider-triggers.d.ts
|
|
4
|
-
declare const StackAiListProviderTriggersInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const StackAiListProviderTriggersInput: z.ZodObject<{
|
|
5
|
+
provider_id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const StackAiListProviderTriggersOutput: z.ZodObject<{
|
|
8
|
+
triggers: z.ZodArray<z.ZodObject<{
|
|
9
|
+
icon: z.ZodNullable<z.ZodString>;
|
|
10
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodString>>>>;
|
|
11
|
+
ui_copy: z.ZodNullable<z.ZodObject<{
|
|
12
|
+
event_name: z.ZodNullable<z.ZodString>;
|
|
13
|
+
instructions: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
|
|
14
|
+
listening_text: z.ZodNullable<z.ZodString>;
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
version: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>;
|
|
17
|
+
trigger_id: z.ZodNullable<z.ZodString>;
|
|
18
|
+
description: z.ZodNullable<z.ZodString>;
|
|
19
|
+
provider_id: z.ZodNullable<z.ZodString>;
|
|
20
|
+
trigger_name: z.ZodNullable<z.ZodString>;
|
|
21
|
+
trigger_type: z.ZodNullable<z.ZodEnum<{
|
|
22
|
+
POLLING: "POLLING";
|
|
23
|
+
WEBHOOK: "WEBHOOK";
|
|
24
|
+
SCHEDULED: "SCHEDULED";
|
|
25
|
+
}>>;
|
|
26
|
+
can_get_test_samples: z.ZodNullable<z.ZodBoolean>;
|
|
27
|
+
webhook_requires_verification: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
declare const stackAiListProviderTriggers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
31
|
+
provider_id: string;
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
33
|
//#endregion
|
|
8
34
|
export { stackAiListProviderTriggers };
|
|
9
35
|
//# sourceMappingURL=list-provider-triggers.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-provider-triggers.d.mts","names":[],"sources":["../../src/actions/list-provider-triggers.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"list-provider-triggers.d.mts","names":[],"sources":["../../src/actions/list-provider-triggers.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAsBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -3,9 +3,9 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-provider-triggers.ts
|
|
4
4
|
const StackAiListProviderTriggersInput = z.object({ provider_id: z.string().describe("The identifier of the provider to list triggers for.") }).describe("Request model for listing triggers available for a specific provider.");
|
|
5
5
|
const StackAiListProviderTriggers_TriggerUICopySchema = z.object({
|
|
6
|
-
event_name: z.string().describe("Human-readable name of the event being monitored."),
|
|
6
|
+
event_name: z.string().describe("Human-readable name of the event being monitored.").nullable(),
|
|
7
7
|
instructions: z.object({}).describe("Additional instructions for configuring the trigger.").nullable().optional(),
|
|
8
|
-
listening_text: z.string().describe("Text displayed when the trigger is listening for events.")
|
|
8
|
+
listening_text: z.string().describe("Text displayed when the trigger is listening for events.").nullable()
|
|
9
9
|
}).describe("UI copy configuration for the trigger.");
|
|
10
10
|
const StackAiListProviderTriggers_TriggerTypeSchema = z.enum([
|
|
11
11
|
"POLLING",
|
|
@@ -13,16 +13,16 @@ const StackAiListProviderTriggers_TriggerTypeSchema = z.enum([
|
|
|
13
13
|
"SCHEDULED"
|
|
14
14
|
]).describe("Enumeration of trigger types available in Stack AI.");
|
|
15
15
|
const StackAiListProviderTriggers_TriggerDefinitionSchema = z.object({
|
|
16
|
-
icon: z.string().describe("Icon identifier or URL for the trigger."),
|
|
16
|
+
icon: z.string().describe("Icon identifier or URL for the trigger.").nullable(),
|
|
17
17
|
tags: z.array(z.string()).default([]).describe("Tags associated with the trigger for categorization.").nullable().optional(),
|
|
18
18
|
ui_copy: StackAiListProviderTriggers_TriggerUICopySchema.nullable(),
|
|
19
19
|
version: z.string().default("1.0.0").describe("Version of the trigger definition.").nullable().optional(),
|
|
20
|
-
trigger_id: z.string().describe("Unique identifier for the trigger."),
|
|
21
|
-
description: z.string().describe("Detailed description of what the trigger does and when it fires."),
|
|
22
|
-
provider_id: z.string().describe("The identifier of the provider this trigger belongs to."),
|
|
23
|
-
trigger_name: z.string().describe("Human-readable name of the trigger."),
|
|
20
|
+
trigger_id: z.string().describe("Unique identifier for the trigger.").nullable(),
|
|
21
|
+
description: z.string().describe("Detailed description of what the trigger does and when it fires.").nullable(),
|
|
22
|
+
provider_id: z.string().describe("The identifier of the provider this trigger belongs to.").nullable(),
|
|
23
|
+
trigger_name: z.string().describe("Human-readable name of the trigger.").nullable(),
|
|
24
24
|
trigger_type: StackAiListProviderTriggers_TriggerTypeSchema.nullable(),
|
|
25
|
-
can_get_test_samples: z.boolean().describe("Whether test samples can be retrieved for this trigger."),
|
|
25
|
+
can_get_test_samples: z.boolean().describe("Whether test samples can be retrieved for this trigger.").nullable(),
|
|
26
26
|
webhook_requires_verification: z.boolean().default(false).describe("Whether the webhook requires verification via a challenge request before creation (e.g., Microsoft Graph, Slack).").nullable().optional()
|
|
27
27
|
}).describe("Definition of a trigger available for a provider.");
|
|
28
28
|
const stackAiListProviderTriggers = action("STACK_AI_LIST_PROVIDER_TRIGGERS", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-provider-triggers.mjs","names":[],"sources":["../../src/actions/list-provider-triggers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListProviderTriggersInput
|
|
1
|
+
{"version":3,"file":"list-provider-triggers.mjs","names":[],"sources":["../../src/actions/list-provider-triggers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiListProviderTriggersInput = z.object({\n provider_id: z.string().describe(\"The identifier of the provider to list triggers for.\"),\n}).describe(\"Request model for listing triggers available for a specific provider.\");\nconst StackAiListProviderTriggers_TriggerUICopySchema = z.object({\n event_name: z.string().describe(\"Human-readable name of the event being monitored.\").nullable(),\n instructions: z.object({}).describe(\"Additional instructions for configuring the trigger.\").nullable().optional(),\n listening_text: z.string().describe(\"Text displayed when the trigger is listening for events.\").nullable(),\n}).describe(\"UI copy configuration for the trigger.\");\nconst StackAiListProviderTriggers_TriggerTypeSchema = z.enum([\"POLLING\", \"WEBHOOK\", \"SCHEDULED\"]).describe(\"Enumeration of trigger types available in Stack AI.\");\nconst StackAiListProviderTriggers_TriggerDefinitionSchema = z.object({\n icon: z.string().describe(\"Icon identifier or URL for the trigger.\").nullable(),\n tags: z.array(z.string()).default([]).describe(\"Tags associated with the trigger for categorization.\").nullable().optional(),\n ui_copy: StackAiListProviderTriggers_TriggerUICopySchema.nullable(),\n version: z.string().default(\"1.0.0\").describe(\"Version of the trigger definition.\").nullable().optional(),\n trigger_id: z.string().describe(\"Unique identifier for the trigger.\").nullable(),\n description: z.string().describe(\"Detailed description of what the trigger does and when it fires.\").nullable(),\n provider_id: z.string().describe(\"The identifier of the provider this trigger belongs to.\").nullable(),\n trigger_name: z.string().describe(\"Human-readable name of the trigger.\").nullable(),\n trigger_type: StackAiListProviderTriggers_TriggerTypeSchema.nullable(),\n can_get_test_samples: z.boolean().describe(\"Whether test samples can be retrieved for this trigger.\").nullable(),\n webhook_requires_verification: z.boolean().default(false).describe(\"Whether the webhook requires verification via a challenge request before creation (e.g., Microsoft Graph, Slack).\").nullable().optional(),\n}).describe(\"Definition of a trigger available for a provider.\");\nexport const StackAiListProviderTriggersOutput = z.object({\n triggers: z.array(StackAiListProviderTriggers_TriggerDefinitionSchema).describe(\"Array of trigger definitions available for the specified provider.\"),\n}).describe(\"Response model containing the list of triggers available for a provider.\");\n\nexport const stackAiListProviderTriggers = action(\"STACK_AI_LIST_PROVIDER_TRIGGERS\", {\n slug: \"stack_ai-list-provider-triggers\",\n name: \"List Provider Triggers\",\n description: \"Tool to get all available triggers for a specific provider. Use when you need to discover what trigger types are supported by a provider.\",\n input: StackAiListProviderTriggersInput,\n output: StackAiListProviderTriggersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,EACvD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACzF,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAM,kDAAkD,EAAE,OAAO;CAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC9F,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,gDAAgD,EAAE,KAAK;CAAC;CAAW;CAAW;AAAW,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAChK,MAAM,sDAAsD,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,SAAS,gDAAgD,SAAS;CAClE,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClF,cAAc,8CAA8C,SAAS;CACrE,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC/G,+BAA+B,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9M,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAK/D,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+C,EAAE,OAAO,EACxD,UAAU,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,oEAAoE,EACtJ,CAAC,CAAC,CAAC,SAAS,0EAOF;AACV,CAAC"}
|