@keystrokehq/sitespeakai 0.1.2 → 0.1.4
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/get-leads.cjs +2 -2
- package/dist/actions/get-leads.cjs.map +1 -1
- package/dist/actions/get-leads.d.cts +2 -2
- package/dist/actions/get-leads.d.mts +2 -2
- package/dist/actions/get-leads.mjs +2 -2
- package/dist/actions/get-leads.mjs.map +1 -1
- package/dist/actions/get-prompts.cjs +2 -2
- package/dist/actions/get-prompts.cjs.map +1 -1
- package/dist/actions/get-prompts.d.cts +2 -2
- package/dist/actions/get-prompts.d.mts +2 -2
- package/dist/actions/get-prompts.mjs +2 -2
- package/dist/actions/get-prompts.mjs.map +1 -1
- package/dist/actions/get-user.cjs +1 -1
- package/dist/actions/get-user.cjs.map +1 -1
- package/dist/actions/get-user.d.cts +1 -1
- package/dist/actions/get-user.d.mts +1 -1
- package/dist/actions/get-user.mjs +1 -1
- package/dist/actions/get-user.mjs.map +1 -1
- package/dist/actions/list-chatbots.cjs +2 -2
- package/dist/actions/list-chatbots.cjs.map +1 -1
- package/dist/actions/list-chatbots.d.cts +2 -2
- package/dist/actions/list-chatbots.d.mts +2 -2
- package/dist/actions/list-chatbots.mjs +2 -2
- package/dist/actions/list-chatbots.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13,8 +13,8 @@ const SitespeakaiGetLeads_LeadSchema = zod.z.object({
|
|
|
13
13
|
updated_at: zod.z.string().describe("Last update timestamp").nullable(),
|
|
14
14
|
visitor_id: zod.z.string().describe("Visitor identifier").nullable(),
|
|
15
15
|
last_entry_at: zod.z.string().describe("Last interaction timestamp").nullable()
|
|
16
|
-
}).describe("Represents a single lead captured by the chatbot.");
|
|
17
|
-
const SitespeakaiGetLeadsOutput = zod.z.object({ leads: zod.z.array(SitespeakaiGetLeads_LeadSchema).describe("List of leads captured by the chatbot") }).describe("Response model containing list of leads for a chatbot.");
|
|
16
|
+
}).passthrough().describe("Represents a single lead captured by the chatbot.");
|
|
17
|
+
const SitespeakaiGetLeadsOutput = zod.z.object({ leads: zod.z.array(SitespeakaiGetLeads_LeadSchema).describe("List of leads captured by the chatbot") }).passthrough().describe("Response model containing list of leads for a chatbot.");
|
|
18
18
|
const sitespeakaiGetLeads = require_action.action("SITESPEAKAI_GET_LEADS", {
|
|
19
19
|
slug: "sitespeakai-get-leads",
|
|
20
20
|
name: "Get Leads",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-leads.cjs","names":["z","action"],"sources":["../../src/actions/get-leads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetLeadsInput = z.object({\n chatbot_id: z.string().describe(\"The ID of your chatbot\"),\n}).describe(\"Request model for retrieving leads for a chatbot.\");\nconst SitespeakaiGetLeads_LeadSchema = z.object({\n id: z.string().describe(\"Lead unique identifier\").nullable(),\n name: z.string().describe(\"Lead name\").nullable().optional(),\n email: z.string().describe(\"Lead email address\").nullable(),\n phone: z.string().describe(\"Lead phone number\").nullable().optional(),\n status: z.string().describe(\"Lead status\").nullable(),\n chatbot_id: z.string().describe(\"Associated chatbot ID\").nullable(),\n created_at: z.string().describe(\"Lead creation timestamp\").nullable(),\n updated_at: z.string().describe(\"Last update timestamp\").nullable(),\n visitor_id: z.string().describe(\"Visitor identifier\").nullable(),\n last_entry_at: z.string().describe(\"Last interaction timestamp\").nullable(),\n}).describe(\"Represents a single lead captured by the chatbot.\");\nexport const SitespeakaiGetLeadsOutput = z.object({\n leads: z.array(SitespeakaiGetLeads_LeadSchema).describe(\"List of leads captured by the chatbot\"),\n}).describe(\"Response model containing list of leads for a chatbot.\");\n\nexport const sitespeakaiGetLeads = action(\"SITESPEAKAI_GET_LEADS\", {\n slug: \"sitespeakai-get-leads\",\n name: \"Get Leads\",\n description: \"Tool to retrieve all leads for your chatbot. Use when you need to access contact information captured through chatbot interactions.\",\n input: SitespeakaiGetLeadsInput,\n output: SitespeakaiGetLeadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,EAC1D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,iCAAiCA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CACpD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC/D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,mDAAmD;
|
|
1
|
+
{"version":3,"file":"get-leads.cjs","names":["z","action"],"sources":["../../src/actions/get-leads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetLeadsInput = z.object({\n chatbot_id: z.string().describe(\"The ID of your chatbot\"),\n}).describe(\"Request model for retrieving leads for a chatbot.\");\nconst SitespeakaiGetLeads_LeadSchema = z.object({\n id: z.string().describe(\"Lead unique identifier\").nullable(),\n name: z.string().describe(\"Lead name\").nullable().optional(),\n email: z.string().describe(\"Lead email address\").nullable(),\n phone: z.string().describe(\"Lead phone number\").nullable().optional(),\n status: z.string().describe(\"Lead status\").nullable(),\n chatbot_id: z.string().describe(\"Associated chatbot ID\").nullable(),\n created_at: z.string().describe(\"Lead creation timestamp\").nullable(),\n updated_at: z.string().describe(\"Last update timestamp\").nullable(),\n visitor_id: z.string().describe(\"Visitor identifier\").nullable(),\n last_entry_at: z.string().describe(\"Last interaction timestamp\").nullable(),\n}).passthrough().describe(\"Represents a single lead captured by the chatbot.\");\nexport const SitespeakaiGetLeadsOutput = z.object({\n leads: z.array(SitespeakaiGetLeads_LeadSchema).describe(\"List of leads captured by the chatbot\"),\n}).passthrough().describe(\"Response model containing list of leads for a chatbot.\");\n\nexport const sitespeakaiGetLeads = action(\"SITESPEAKAI_GET_LEADS\", {\n slug: \"sitespeakai-get-leads\",\n name: \"Get Leads\",\n description: \"Tool to retrieve all leads for your chatbot. Use when you need to access contact information captured through chatbot interactions.\",\n input: SitespeakaiGetLeadsInput,\n output: SitespeakaiGetLeadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,EAC1D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,iCAAiCA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CACpD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC/D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,OAAOA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,uCAAuC,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AAElF,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -16,8 +16,8 @@ declare const SitespeakaiGetLeadsOutput: z.ZodObject<{
|
|
|
16
16
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
17
17
|
visitor_id: z.ZodNullable<z.ZodString>;
|
|
18
18
|
last_entry_at: z.ZodNullable<z.ZodString>;
|
|
19
|
-
}, z.core.$
|
|
20
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>;
|
|
20
|
+
}, z.core.$loose>;
|
|
21
21
|
declare const sitespeakaiGetLeads: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
chatbot_id: string;
|
|
23
23
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -16,8 +16,8 @@ declare const SitespeakaiGetLeadsOutput: z.ZodObject<{
|
|
|
16
16
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
17
17
|
visitor_id: z.ZodNullable<z.ZodString>;
|
|
18
18
|
last_entry_at: z.ZodNullable<z.ZodString>;
|
|
19
|
-
}, z.core.$
|
|
20
|
-
}, z.core.$
|
|
19
|
+
}, z.core.$loose>>;
|
|
20
|
+
}, z.core.$loose>;
|
|
21
21
|
declare const sitespeakaiGetLeads: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
chatbot_id: string;
|
|
23
23
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -13,13 +13,13 @@ const SitespeakaiGetLeads_LeadSchema = z.object({
|
|
|
13
13
|
updated_at: z.string().describe("Last update timestamp").nullable(),
|
|
14
14
|
visitor_id: z.string().describe("Visitor identifier").nullable(),
|
|
15
15
|
last_entry_at: z.string().describe("Last interaction timestamp").nullable()
|
|
16
|
-
}).describe("Represents a single lead captured by the chatbot.");
|
|
16
|
+
}).passthrough().describe("Represents a single lead captured by the chatbot.");
|
|
17
17
|
const sitespeakaiGetLeads = action("SITESPEAKAI_GET_LEADS", {
|
|
18
18
|
slug: "sitespeakai-get-leads",
|
|
19
19
|
name: "Get Leads",
|
|
20
20
|
description: "Tool to retrieve all leads for your chatbot. Use when you need to access contact information captured through chatbot interactions.",
|
|
21
21
|
input: SitespeakaiGetLeadsInput,
|
|
22
|
-
output: z.object({ leads: z.array(SitespeakaiGetLeads_LeadSchema).describe("List of leads captured by the chatbot") }).describe("Response model containing list of leads for a chatbot.")
|
|
22
|
+
output: z.object({ leads: z.array(SitespeakaiGetLeads_LeadSchema).describe("List of leads captured by the chatbot") }).passthrough().describe("Response model containing list of leads for a chatbot.")
|
|
23
23
|
});
|
|
24
24
|
//#endregion
|
|
25
25
|
export { sitespeakaiGetLeads };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-leads.mjs","names":[],"sources":["../../src/actions/get-leads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetLeadsInput = z.object({\n chatbot_id: z.string().describe(\"The ID of your chatbot\"),\n}).describe(\"Request model for retrieving leads for a chatbot.\");\nconst SitespeakaiGetLeads_LeadSchema = z.object({\n id: z.string().describe(\"Lead unique identifier\").nullable(),\n name: z.string().describe(\"Lead name\").nullable().optional(),\n email: z.string().describe(\"Lead email address\").nullable(),\n phone: z.string().describe(\"Lead phone number\").nullable().optional(),\n status: z.string().describe(\"Lead status\").nullable(),\n chatbot_id: z.string().describe(\"Associated chatbot ID\").nullable(),\n created_at: z.string().describe(\"Lead creation timestamp\").nullable(),\n updated_at: z.string().describe(\"Last update timestamp\").nullable(),\n visitor_id: z.string().describe(\"Visitor identifier\").nullable(),\n last_entry_at: z.string().describe(\"Last interaction timestamp\").nullable(),\n}).describe(\"Represents a single lead captured by the chatbot.\");\nexport const SitespeakaiGetLeadsOutput = z.object({\n leads: z.array(SitespeakaiGetLeads_LeadSchema).describe(\"List of leads captured by the chatbot\"),\n}).describe(\"Response model containing list of leads for a chatbot.\");\n\nexport const sitespeakaiGetLeads = action(\"SITESPEAKAI_GET_LEADS\", {\n slug: \"sitespeakai-get-leads\",\n name: \"Get Leads\",\n description: \"Tool to retrieve all leads for your chatbot. Use when you need to access contact information captured through chatbot interactions.\",\n input: SitespeakaiGetLeadsInput,\n output: SitespeakaiGetLeadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,EAC/C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,EAC1D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,iCAAiC,EAAE,OAAO;CAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CACpD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC/D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,mDAAmD;
|
|
1
|
+
{"version":3,"file":"get-leads.mjs","names":[],"sources":["../../src/actions/get-leads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetLeadsInput = z.object({\n chatbot_id: z.string().describe(\"The ID of your chatbot\"),\n}).describe(\"Request model for retrieving leads for a chatbot.\");\nconst SitespeakaiGetLeads_LeadSchema = z.object({\n id: z.string().describe(\"Lead unique identifier\").nullable(),\n name: z.string().describe(\"Lead name\").nullable().optional(),\n email: z.string().describe(\"Lead email address\").nullable(),\n phone: z.string().describe(\"Lead phone number\").nullable().optional(),\n status: z.string().describe(\"Lead status\").nullable(),\n chatbot_id: z.string().describe(\"Associated chatbot ID\").nullable(),\n created_at: z.string().describe(\"Lead creation timestamp\").nullable(),\n updated_at: z.string().describe(\"Last update timestamp\").nullable(),\n visitor_id: z.string().describe(\"Visitor identifier\").nullable(),\n last_entry_at: z.string().describe(\"Last interaction timestamp\").nullable(),\n}).passthrough().describe(\"Represents a single lead captured by the chatbot.\");\nexport const SitespeakaiGetLeadsOutput = z.object({\n leads: z.array(SitespeakaiGetLeads_LeadSchema).describe(\"List of leads captured by the chatbot\"),\n}).passthrough().describe(\"Response model containing list of leads for a chatbot.\");\n\nexport const sitespeakaiGetLeads = action(\"SITESPEAKAI_GET_LEADS\", {\n slug: \"sitespeakai-get-leads\",\n name: \"Get Leads\",\n description: \"Tool to retrieve all leads for your chatbot. Use when you need to access contact information captured through chatbot interactions.\",\n input: SitespeakaiGetLeadsInput,\n output: SitespeakaiGetLeadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,EAC/C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,EAC1D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,iCAAiC,EAAE,OAAO;CAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CACpD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC/D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAK7E,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuC,EAAE,OAAO,EAChD,OAAO,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,uCAAuC,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAOhB;AACV,CAAC"}
|
|
@@ -11,8 +11,8 @@ const SitespeakaiGetPrompts_PromptSchema = zod.z.object({
|
|
|
11
11
|
chatbot_id: zod.z.string().describe("ID of the chatbot this prompt belongs to").nullable(),
|
|
12
12
|
created_at: zod.z.string().describe("Timestamp of prompt creation in ISO 8601 format").nullable(),
|
|
13
13
|
updated_at: zod.z.string().describe("Timestamp of last update in ISO 8601 format").nullable()
|
|
14
|
-
}).describe("Represents a single smart prompt available for a chatbot.");
|
|
15
|
-
const SitespeakaiGetPromptsOutput = zod.z.object({ prompts: zod.z.array(SitespeakaiGetPrompts_PromptSchema).describe("List of prompt objects available for the chatbot") }).describe("Response model containing list of smart prompts for a chatbot.");
|
|
14
|
+
}).passthrough().describe("Represents a single smart prompt available for a chatbot.");
|
|
15
|
+
const SitespeakaiGetPromptsOutput = zod.z.object({ prompts: zod.z.array(SitespeakaiGetPrompts_PromptSchema).describe("List of prompt objects available for the chatbot") }).passthrough().describe("Response model containing list of smart prompts for a chatbot.");
|
|
16
16
|
const sitespeakaiGetPrompts = require_action.action("SITESPEAKAI_GET_PROMPTS", {
|
|
17
17
|
slug: "sitespeakai-get-prompts",
|
|
18
18
|
name: "Get Smart Prompts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-prompts.cjs","names":["z","action"],"sources":["../../src/actions/get-prompts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetPromptsInput = z.object({\n chatbot_id: z.string().describe(\"Unique identifier of the chatbot\"),\n}).describe(\"Request model for retrieving prompts for a chatbot.\");\nconst SitespeakaiGetPrompts_PromptSchema = z.object({\n id: z.string().describe(\"Unique identifier of the prompt\").nullable(),\n name: z.string().describe(\"Display name of the prompt\").nullable(),\n type: z.string().describe(\"Type of the prompt (e.g., 'ai')\").nullable(),\n action: z.unknown().describe(\"Action associated with the prompt\").nullable().optional(),\n prompt: z.string().describe(\"Prompt content/text\").nullable(),\n chatbot_id: z.string().describe(\"ID of the chatbot this prompt belongs to\").nullable(),\n created_at: z.string().describe(\"Timestamp of prompt creation in ISO 8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last update in ISO 8601 format\").nullable(),\n}).describe(\"Represents a single smart prompt available for a chatbot.\");\nexport const SitespeakaiGetPromptsOutput = z.object({\n prompts: z.array(SitespeakaiGetPrompts_PromptSchema).describe(\"List of prompt objects available for the chatbot\"),\n}).describe(\"Response model containing list of smart prompts for a chatbot.\");\n\nexport const sitespeakaiGetPrompts = action(\"SITESPEAKAI_GET_PROMPTS\", {\n slug: \"sitespeakai-get-prompts\",\n name: \"Get Smart Prompts\",\n description: \"Tool to retrieve smart prompts available for a chatbot. Use when you need to list prompts before selecting or managing them.\",\n input: SitespeakaiGetPromptsInput,\n output: SitespeakaiGetPromptsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EACpE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,2DAA2D;
|
|
1
|
+
{"version":3,"file":"get-prompts.cjs","names":["z","action"],"sources":["../../src/actions/get-prompts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetPromptsInput = z.object({\n chatbot_id: z.string().describe(\"Unique identifier of the chatbot\"),\n}).describe(\"Request model for retrieving prompts for a chatbot.\");\nconst SitespeakaiGetPrompts_PromptSchema = z.object({\n id: z.string().describe(\"Unique identifier of the prompt\").nullable(),\n name: z.string().describe(\"Display name of the prompt\").nullable(),\n type: z.string().describe(\"Type of the prompt (e.g., 'ai')\").nullable(),\n action: z.unknown().describe(\"Action associated with the prompt\").nullable().optional(),\n prompt: z.string().describe(\"Prompt content/text\").nullable(),\n chatbot_id: z.string().describe(\"ID of the chatbot this prompt belongs to\").nullable(),\n created_at: z.string().describe(\"Timestamp of prompt creation in ISO 8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last update in ISO 8601 format\").nullable(),\n}).passthrough().describe(\"Represents a single smart prompt available for a chatbot.\");\nexport const SitespeakaiGetPromptsOutput = z.object({\n prompts: z.array(SitespeakaiGetPrompts_PromptSchema).describe(\"List of prompt objects available for the chatbot\"),\n}).passthrough().describe(\"Response model containing list of smart prompts for a chatbot.\");\n\nexport const sitespeakaiGetPrompts = action(\"SITESPEAKAI_GET_PROMPTS\", {\n slug: \"sitespeakai-get-prompts\",\n name: \"Get Smart Prompts\",\n description: \"Tool to retrieve smart prompts available for a chatbot. Use when you need to list prompts before selecting or managing them.\",\n input: SitespeakaiGetPromptsInput,\n output: SitespeakaiGetPromptsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EACpE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AACrF,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAASA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,kDAAkD,EAClH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gEAAgE;AAE1F,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -14,8 +14,8 @@ declare const SitespeakaiGetPromptsOutput: z.ZodObject<{
|
|
|
14
14
|
chatbot_id: z.ZodNullable<z.ZodString>;
|
|
15
15
|
created_at: z.ZodNullable<z.ZodString>;
|
|
16
16
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
17
|
-
}, z.core.$
|
|
18
|
-
}, z.core.$
|
|
17
|
+
}, z.core.$loose>>;
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const sitespeakaiGetPrompts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
chatbot_id: string;
|
|
21
21
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -14,8 +14,8 @@ declare const SitespeakaiGetPromptsOutput: z.ZodObject<{
|
|
|
14
14
|
chatbot_id: z.ZodNullable<z.ZodString>;
|
|
15
15
|
created_at: z.ZodNullable<z.ZodString>;
|
|
16
16
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
17
|
-
}, z.core.$
|
|
18
|
-
}, z.core.$
|
|
17
|
+
}, z.core.$loose>>;
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const sitespeakaiGetPrompts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
chatbot_id: string;
|
|
21
21
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -11,13 +11,13 @@ const SitespeakaiGetPrompts_PromptSchema = z.object({
|
|
|
11
11
|
chatbot_id: z.string().describe("ID of the chatbot this prompt belongs to").nullable(),
|
|
12
12
|
created_at: z.string().describe("Timestamp of prompt creation in ISO 8601 format").nullable(),
|
|
13
13
|
updated_at: z.string().describe("Timestamp of last update in ISO 8601 format").nullable()
|
|
14
|
-
}).describe("Represents a single smart prompt available for a chatbot.");
|
|
14
|
+
}).passthrough().describe("Represents a single smart prompt available for a chatbot.");
|
|
15
15
|
const sitespeakaiGetPrompts = action("SITESPEAKAI_GET_PROMPTS", {
|
|
16
16
|
slug: "sitespeakai-get-prompts",
|
|
17
17
|
name: "Get Smart Prompts",
|
|
18
18
|
description: "Tool to retrieve smart prompts available for a chatbot. Use when you need to list prompts before selecting or managing them.",
|
|
19
19
|
input: SitespeakaiGetPromptsInput,
|
|
20
|
-
output: z.object({ prompts: z.array(SitespeakaiGetPrompts_PromptSchema).describe("List of prompt objects available for the chatbot") }).describe("Response model containing list of smart prompts for a chatbot.")
|
|
20
|
+
output: z.object({ prompts: z.array(SitespeakaiGetPrompts_PromptSchema).describe("List of prompt objects available for the chatbot") }).passthrough().describe("Response model containing list of smart prompts for a chatbot.")
|
|
21
21
|
});
|
|
22
22
|
//#endregion
|
|
23
23
|
export { sitespeakaiGetPrompts };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-prompts.mjs","names":[],"sources":["../../src/actions/get-prompts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetPromptsInput = z.object({\n chatbot_id: z.string().describe(\"Unique identifier of the chatbot\"),\n}).describe(\"Request model for retrieving prompts for a chatbot.\");\nconst SitespeakaiGetPrompts_PromptSchema = z.object({\n id: z.string().describe(\"Unique identifier of the prompt\").nullable(),\n name: z.string().describe(\"Display name of the prompt\").nullable(),\n type: z.string().describe(\"Type of the prompt (e.g., 'ai')\").nullable(),\n action: z.unknown().describe(\"Action associated with the prompt\").nullable().optional(),\n prompt: z.string().describe(\"Prompt content/text\").nullable(),\n chatbot_id: z.string().describe(\"ID of the chatbot this prompt belongs to\").nullable(),\n created_at: z.string().describe(\"Timestamp of prompt creation in ISO 8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last update in ISO 8601 format\").nullable(),\n}).describe(\"Represents a single smart prompt available for a chatbot.\");\nexport const SitespeakaiGetPromptsOutput = z.object({\n prompts: z.array(SitespeakaiGetPrompts_PromptSchema).describe(\"List of prompt objects available for the chatbot\"),\n}).describe(\"Response model containing list of smart prompts for a chatbot.\");\n\nexport const sitespeakaiGetPrompts = action(\"SITESPEAKAI_GET_PROMPTS\", {\n slug: \"sitespeakai-get-prompts\",\n name: \"Get Smart Prompts\",\n description: \"Tool to retrieve smart prompts available for a chatbot. Use when you need to list prompts before selecting or managing them.\",\n input: SitespeakaiGetPromptsInput,\n output: SitespeakaiGetPromptsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO,EACjD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EACpE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACtE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,2DAA2D;
|
|
1
|
+
{"version":3,"file":"get-prompts.mjs","names":[],"sources":["../../src/actions/get-prompts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetPromptsInput = z.object({\n chatbot_id: z.string().describe(\"Unique identifier of the chatbot\"),\n}).describe(\"Request model for retrieving prompts for a chatbot.\");\nconst SitespeakaiGetPrompts_PromptSchema = z.object({\n id: z.string().describe(\"Unique identifier of the prompt\").nullable(),\n name: z.string().describe(\"Display name of the prompt\").nullable(),\n type: z.string().describe(\"Type of the prompt (e.g., 'ai')\").nullable(),\n action: z.unknown().describe(\"Action associated with the prompt\").nullable().optional(),\n prompt: z.string().describe(\"Prompt content/text\").nullable(),\n chatbot_id: z.string().describe(\"ID of the chatbot this prompt belongs to\").nullable(),\n created_at: z.string().describe(\"Timestamp of prompt creation in ISO 8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last update in ISO 8601 format\").nullable(),\n}).passthrough().describe(\"Represents a single smart prompt available for a chatbot.\");\nexport const SitespeakaiGetPromptsOutput = z.object({\n prompts: z.array(SitespeakaiGetPrompts_PromptSchema).describe(\"List of prompt objects available for the chatbot\"),\n}).passthrough().describe(\"Response model containing list of smart prompts for a chatbot.\");\n\nexport const sitespeakaiGetPrompts = action(\"SITESPEAKAI_GET_PROMPTS\", {\n slug: \"sitespeakai-get-prompts\",\n name: \"Get Smart Prompts\",\n description: \"Tool to retrieve smart prompts available for a chatbot. Use when you need to list prompts before selecting or managing them.\",\n input: SitespeakaiGetPromptsInput,\n output: SitespeakaiGetPromptsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO,EACjD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,EACpE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACtE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAKrF,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,kDAAkD,EAClH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gEAOhB;AACV,CAAC"}
|
|
@@ -15,7 +15,7 @@ const SitespeakaiGetUserOutput = zod.z.object({
|
|
|
15
15
|
profile_photo_url: zod.z.string().describe("Public URL for profile photo").nullable().optional(),
|
|
16
16
|
profile_photo_path: zod.z.string().describe("Storage path for profile image").nullable().optional(),
|
|
17
17
|
last_seen_changelog_id: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional()
|
|
18
|
-
}).describe("Response model for authenticated user details.");
|
|
18
|
+
}).passthrough().describe("Response model for authenticated user details.");
|
|
19
19
|
const sitespeakaiGetUser = require_action.action("SITESPEAKAI_GET_USER", {
|
|
20
20
|
slug: "sitespeakai-get-user",
|
|
21
21
|
name: "Get Authenticated User",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user.cjs","names":["z","action"],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetUserInput = z.object({}).describe(\"Request model for retrieving the authenticated user. No input parameters.\");\nexport const SitespeakaiGetUserOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"User's name\").nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\n avatar: z.string().describe(\"Avatar identifier\").nullable().optional(),\n social_id: z.string().describe(\"Social login identifier\").nullable().optional(),\n created_at: z.string().describe(\"Account creation timestamp in ISO8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last profile update in ISO8601 format\").nullable(),\n social_type: z.string().describe(\"Type of social provider\").nullable().optional(),\n current_team_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n profile_photo_url: z.string().describe(\"Public URL for profile photo\").nullable().optional(),\n profile_photo_path: z.string().describe(\"Storage path for profile image\").nullable().optional(),\n last_seen_changelog_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).describe(\"Response model for authenticated user details.\");\n\nexport const sitespeakaiGetUser = action(\"SITESPEAKAI_GET_USER\", {\n slug: \"sitespeakai-get-user\",\n name: \"Get Authenticated User\",\n description: \"Tool to retrieve details of the authenticated user account. Use after obtaining a valid bearer token and when you need the current user's profile.\",\n input: SitespeakaiGetUserInput,\n output: SitespeakaiGetUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACxI,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,iBAAiBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,wBAAwBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,gDAAgD;
|
|
1
|
+
{"version":3,"file":"get-user.cjs","names":["z","action"],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetUserInput = z.object({}).describe(\"Request model for retrieving the authenticated user. No input parameters.\");\nexport const SitespeakaiGetUserOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"User's name\").nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\n avatar: z.string().describe(\"Avatar identifier\").nullable().optional(),\n social_id: z.string().describe(\"Social login identifier\").nullable().optional(),\n created_at: z.string().describe(\"Account creation timestamp in ISO8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last profile update in ISO8601 format\").nullable(),\n social_type: z.string().describe(\"Type of social provider\").nullable().optional(),\n current_team_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n profile_photo_url: z.string().describe(\"Public URL for profile photo\").nullable().optional(),\n profile_photo_path: z.string().describe(\"Storage path for profile image\").nullable().optional(),\n last_seen_changelog_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"Response model for authenticated user details.\");\n\nexport const sitespeakaiGetUser = action(\"SITESPEAKAI_GET_USER\", {\n slug: \"sitespeakai-get-user\",\n name: \"Get Authenticated User\",\n description: \"Tool to retrieve details of the authenticated user account. Use after obtaining a valid bearer token and when you need the current user's profile.\",\n input: SitespeakaiGetUserInput,\n output: SitespeakaiGetUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACxI,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,iBAAiBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,wBAAwBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAE1E,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -15,7 +15,7 @@ declare const SitespeakaiGetUserOutput: z.ZodObject<{
|
|
|
15
15
|
profile_photo_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
profile_photo_path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
last_seen_changelog_id: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const sitespeakaiGetUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { sitespeakaiGetUser };
|
|
@@ -15,7 +15,7 @@ declare const SitespeakaiGetUserOutput: z.ZodObject<{
|
|
|
15
15
|
profile_photo_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
profile_photo_path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
last_seen_changelog_id: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const sitespeakaiGetUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { sitespeakaiGetUser };
|
|
@@ -18,7 +18,7 @@ const sitespeakaiGetUser = action("SITESPEAKAI_GET_USER", {
|
|
|
18
18
|
profile_photo_url: z.string().describe("Public URL for profile photo").nullable().optional(),
|
|
19
19
|
profile_photo_path: z.string().describe("Storage path for profile image").nullable().optional(),
|
|
20
20
|
last_seen_changelog_id: z.union([z.string(), z.number().int()]).nullable().optional()
|
|
21
|
-
}).describe("Response model for authenticated user details.")
|
|
21
|
+
}).passthrough().describe("Response model for authenticated user details.")
|
|
22
22
|
});
|
|
23
23
|
//#endregion
|
|
24
24
|
export { sitespeakaiGetUser };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-user.mjs","names":[],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetUserInput = z.object({}).describe(\"Request model for retrieving the authenticated user. No input parameters.\");\nexport const SitespeakaiGetUserOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"User's name\").nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\n avatar: z.string().describe(\"Avatar identifier\").nullable().optional(),\n social_id: z.string().describe(\"Social login identifier\").nullable().optional(),\n created_at: z.string().describe(\"Account creation timestamp in ISO8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last profile update in ISO8601 format\").nullable(),\n social_type: z.string().describe(\"Type of social provider\").nullable().optional(),\n current_team_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n profile_photo_url: z.string().describe(\"Public URL for profile photo\").nullable().optional(),\n profile_photo_path: z.string().describe(\"Storage path for profile image\").nullable().optional(),\n last_seen_changelog_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).describe(\"Response model for authenticated user details.\");\n\nexport const sitespeakaiGetUser = action(\"SITESPEAKAI_GET_USER\", {\n slug: \"sitespeakai-get-user\",\n name: \"Get Authenticated User\",\n description: \"Tool to retrieve details of the authenticated user account. Use after obtaining a valid bearer token and when you need the current user's profile.\",\n input: SitespeakaiGetUserInput,\n output: SitespeakaiGetUserOutput,\n});\n"],"mappings":";;AAoBA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBqC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAoBpD;CACP,QApBsC,EAAE,OAAO;EAC/C,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;EAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;EAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,iBAAiB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,wBAAwB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"get-user.mjs","names":[],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiGetUserInput = z.object({}).describe(\"Request model for retrieving the authenticated user. No input parameters.\");\nexport const SitespeakaiGetUserOutput = z.object({\n id: z.union([z.string(), z.number().int()]),\n name: z.string().describe(\"User's name\").nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\n avatar: z.string().describe(\"Avatar identifier\").nullable().optional(),\n social_id: z.string().describe(\"Social login identifier\").nullable().optional(),\n created_at: z.string().describe(\"Account creation timestamp in ISO8601 format\").nullable(),\n updated_at: z.string().describe(\"Timestamp of last profile update in ISO8601 format\").nullable(),\n social_type: z.string().describe(\"Type of social provider\").nullable().optional(),\n current_team_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n profile_photo_url: z.string().describe(\"Public URL for profile photo\").nullable().optional(),\n profile_photo_path: z.string().describe(\"Storage path for profile image\").nullable().optional(),\n last_seen_changelog_id: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"Response model for authenticated user details.\");\n\nexport const sitespeakaiGetUser = action(\"SITESPEAKAI_GET_USER\", {\n slug: \"sitespeakai-get-user\",\n name: \"Get Authenticated User\",\n description: \"Tool to retrieve details of the authenticated user account. Use after obtaining a valid bearer token and when you need the current user's profile.\",\n input: SitespeakaiGetUserInput,\n output: SitespeakaiGetUserOutput,\n});\n"],"mappings":";;AAoBA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBqC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAoBpD;CACP,QApBsC,EAAE,OAAO;EAC/C,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;EAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;EAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,iBAAiB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,wBAAwB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
|
|
@@ -9,8 +9,8 @@ const SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema = zod.z.object({
|
|
|
9
9
|
created_at: zod.z.string().describe("ISO 8601 timestamp when the chatbot was created").nullable(),
|
|
10
10
|
updated_at: zod.z.string().describe("ISO 8601 timestamp when the chatbot was last updated").nullable().optional(),
|
|
11
11
|
has_actions: zod.z.boolean().describe("Whether the chatbot has configured actions").nullable().optional()
|
|
12
|
-
}).describe("Represents an individual chatbot.");
|
|
13
|
-
const SitespeakaiListChatbotsOutput = zod.z.object({ chatbots: zod.z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe("List of chatbots associated with the account") }).describe("Response model for listing chatbots.");
|
|
12
|
+
}).passthrough().describe("Represents an individual chatbot.");
|
|
13
|
+
const SitespeakaiListChatbotsOutput = zod.z.object({ chatbots: zod.z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe("List of chatbots associated with the account") }).passthrough().describe("Response model for listing chatbots.");
|
|
14
14
|
const sitespeakaiListChatbots = require_action.action("SITESPEAKAI_LIST_CHATBOTS", {
|
|
15
15
|
slug: "sitespeakai-list-chatbots",
|
|
16
16
|
name: "List Chatbots",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-chatbots.cjs","names":["z","action"],"sources":["../../src/actions/list-chatbots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiListChatbotsInput = z.object({}).describe(\"No request parameters for listing all chatbots.\");\nconst SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema = z.object({\n id: z.string().describe(\"Unique identifier of the chatbot\").nullable(),\n name: z.string().describe(\"Human-readable name of the chatbot\").nullable(),\n type: z.string().describe(\"Type/category of the chatbot (e.g., 'customer-support')\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was created\").nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was last updated\").nullable().optional(),\n has_actions: z.boolean().describe(\"Whether the chatbot has configured actions\").nullable().optional(),\n}).describe(\"Represents an individual chatbot.\");\nexport const SitespeakaiListChatbotsOutput = z.object({\n chatbots: z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe(\"List of chatbots associated with the account\"),\n}).describe(\"Response model for listing chatbots.\");\n\nexport const sitespeakaiListChatbots = action(\"SITESPEAKAI_LIST_CHATBOTS\", {\n slug: \"sitespeakai-list-chatbots\",\n name: \"List Chatbots\",\n description: \"Tool to list all chatbots. Use when you need an overview of every chatbot linked to your account. No parameters required.\",\n input: SitespeakaiListChatbotsInput,\n output: SitespeakaiListChatbotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACnH,MAAM,4DAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,mCAAmC;
|
|
1
|
+
{"version":3,"file":"list-chatbots.cjs","names":["z","action"],"sources":["../../src/actions/list-chatbots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiListChatbotsInput = z.object({}).describe(\"No request parameters for listing all chatbots.\");\nconst SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema = z.object({\n id: z.string().describe(\"Unique identifier of the chatbot\").nullable(),\n name: z.string().describe(\"Human-readable name of the chatbot\").nullable(),\n type: z.string().describe(\"Type/category of the chatbot (e.g., 'customer-support')\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was created\").nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was last updated\").nullable().optional(),\n has_actions: z.boolean().describe(\"Whether the chatbot has configured actions\").nullable().optional(),\n}).passthrough().describe(\"Represents an individual chatbot.\");\nexport const SitespeakaiListChatbotsOutput = z.object({\n chatbots: z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe(\"List of chatbots associated with the account\"),\n}).passthrough().describe(\"Response model for listing chatbots.\");\n\nexport const sitespeakaiListChatbots = action(\"SITESPEAKAI_LIST_CHATBOTS\", {\n slug: \"sitespeakai-list-chatbots\",\n name: \"List Chatbots\",\n description: \"Tool to list all chatbots. Use when you need an overview of every chatbot linked to your account. No parameters required.\",\n input: SitespeakaiListChatbotsInput,\n output: SitespeakaiListChatbotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACnH,MAAM,4DAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAC7D,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,UAAUA,IAAAA,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,8CAA8C,EACtI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -10,8 +10,8 @@ declare const SitespeakaiListChatbotsOutput: z.ZodObject<{
|
|
|
10
10
|
created_at: z.ZodNullable<z.ZodString>;
|
|
11
11
|
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
has_actions: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
13
|
-
}, z.core.$
|
|
14
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>>;
|
|
14
|
+
}, z.core.$loose>;
|
|
15
15
|
declare const sitespeakaiListChatbots: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { sitespeakaiListChatbots };
|
|
@@ -10,8 +10,8 @@ declare const SitespeakaiListChatbotsOutput: z.ZodObject<{
|
|
|
10
10
|
created_at: z.ZodNullable<z.ZodString>;
|
|
11
11
|
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
has_actions: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
13
|
-
}, z.core.$
|
|
14
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>>;
|
|
14
|
+
}, z.core.$loose>;
|
|
15
15
|
declare const sitespeakaiListChatbots: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { sitespeakaiListChatbots };
|
|
@@ -9,13 +9,13 @@ const SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema = z.object({
|
|
|
9
9
|
created_at: z.string().describe("ISO 8601 timestamp when the chatbot was created").nullable(),
|
|
10
10
|
updated_at: z.string().describe("ISO 8601 timestamp when the chatbot was last updated").nullable().optional(),
|
|
11
11
|
has_actions: z.boolean().describe("Whether the chatbot has configured actions").nullable().optional()
|
|
12
|
-
}).describe("Represents an individual chatbot.");
|
|
12
|
+
}).passthrough().describe("Represents an individual chatbot.");
|
|
13
13
|
const sitespeakaiListChatbots = action("SITESPEAKAI_LIST_CHATBOTS", {
|
|
14
14
|
slug: "sitespeakai-list-chatbots",
|
|
15
15
|
name: "List Chatbots",
|
|
16
16
|
description: "Tool to list all chatbots. Use when you need an overview of every chatbot linked to your account. No parameters required.",
|
|
17
17
|
input: SitespeakaiListChatbotsInput,
|
|
18
|
-
output: z.object({ chatbots: z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe("List of chatbots associated with the account") }).describe("Response model for listing chatbots.")
|
|
18
|
+
output: z.object({ chatbots: z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe("List of chatbots associated with the account") }).passthrough().describe("Response model for listing chatbots.")
|
|
19
19
|
});
|
|
20
20
|
//#endregion
|
|
21
21
|
export { sitespeakaiListChatbots };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-chatbots.mjs","names":[],"sources":["../../src/actions/list-chatbots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiListChatbotsInput = z.object({}).describe(\"No request parameters for listing all chatbots.\");\nconst SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema = z.object({\n id: z.string().describe(\"Unique identifier of the chatbot\").nullable(),\n name: z.string().describe(\"Human-readable name of the chatbot\").nullable(),\n type: z.string().describe(\"Type/category of the chatbot (e.g., 'customer-support')\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was created\").nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was last updated\").nullable().optional(),\n has_actions: z.boolean().describe(\"Whether the chatbot has configured actions\").nullable().optional(),\n}).describe(\"Represents an individual chatbot.\");\nexport const SitespeakaiListChatbotsOutput = z.object({\n chatbots: z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe(\"List of chatbots associated with the account\"),\n}).describe(\"Response model for listing chatbots.\");\n\nexport const sitespeakaiListChatbots = action(\"SITESPEAKAI_LIST_CHATBOTS\", {\n slug: \"sitespeakai-list-chatbots\",\n name: \"List Chatbots\",\n description: \"Tool to list all chatbots. Use when you need an overview of every chatbot linked to your account. No parameters required.\",\n input: SitespeakaiListChatbotsInput,\n output: SitespeakaiListChatbotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACnH,MAAM,4DAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,mCAAmC;
|
|
1
|
+
{"version":3,"file":"list-chatbots.mjs","names":[],"sources":["../../src/actions/list-chatbots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SitespeakaiListChatbotsInput = z.object({}).describe(\"No request parameters for listing all chatbots.\");\nconst SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema = z.object({\n id: z.string().describe(\"Unique identifier of the chatbot\").nullable(),\n name: z.string().describe(\"Human-readable name of the chatbot\").nullable(),\n type: z.string().describe(\"Type/category of the chatbot (e.g., 'customer-support')\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was created\").nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the chatbot was last updated\").nullable().optional(),\n has_actions: z.boolean().describe(\"Whether the chatbot has configured actions\").nullable().optional(),\n}).passthrough().describe(\"Represents an individual chatbot.\");\nexport const SitespeakaiListChatbotsOutput = z.object({\n chatbots: z.array(SitespeakaiListChatbots_ListChatbotsResponseChatbotSchema).describe(\"List of chatbots associated with the account\"),\n}).passthrough().describe(\"Response model for listing chatbots.\");\n\nexport const sitespeakaiListChatbots = action(\"SITESPEAKAI_LIST_CHATBOTS\", {\n slug: \"sitespeakai-list-chatbots\",\n name: \"List Chatbots\",\n description: \"Tool to list all chatbots. Use when you need an overview of every chatbot linked to your account. No parameters required.\",\n input: SitespeakaiListChatbotsInput,\n output: SitespeakaiListChatbotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACnH,MAAM,4DAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC;AAK7D,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2C,EAAE,OAAO,EACpD,UAAU,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,8CAA8C,EACtI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const sitespeakaiCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/sitespeakai",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "SiteSpeakAI API Token",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your SiteSpeakAI API Token for authentication"
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sitespeakaiCatalog = {\n \"slug\": \"sitespeakai\",\n \"name\": \"Sitespeakai\",\n \"description\": \"SiteSpeakAI enables businesses to automate customer support by creating custom-trained, embeddable GPT chatbots that provide real-time answers about products and services, reducing support tickets.\",\n \"category\": \"AI Chatbots\",\n \"logo\": \"https://logos.composio.dev/api/sitespeakai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sitespeakaiCatalog = {\n \"slug\": \"sitespeakai\",\n \"name\": \"Sitespeakai\",\n \"description\": \"SiteSpeakAI enables businesses to automate customer support by creating custom-trained, embeddable GPT chatbots that provide real-time answers about products and services, reducing support tickets.\",\n \"category\": \"AI Chatbots\",\n \"logo\": \"https://logos.composio.dev/api/sitespeakai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"SiteSpeakAI API Token\",\n \"secret\": true,\n \"description\": \"Your SiteSpeakAI API Token for authentication\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const sitespeakaiCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "SiteSpeakAI API Token";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your SiteSpeakAI API Token for authentication";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const sitespeakaiCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "SiteSpeakAI API Token";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your SiteSpeakAI API Token for authentication";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const sitespeakaiCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/sitespeakai",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "SiteSpeakAI API Token",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your SiteSpeakAI API Token for authentication"
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sitespeakaiCatalog = {\n \"slug\": \"sitespeakai\",\n \"name\": \"Sitespeakai\",\n \"description\": \"SiteSpeakAI enables businesses to automate customer support by creating custom-trained, embeddable GPT chatbots that provide real-time answers about products and services, reducing support tickets.\",\n \"category\": \"AI Chatbots\",\n \"logo\": \"https://logos.composio.dev/api/sitespeakai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const sitespeakaiCatalog = {\n \"slug\": \"sitespeakai\",\n \"name\": \"Sitespeakai\",\n \"description\": \"SiteSpeakAI enables businesses to automate customer support by creating custom-trained, embeddable GPT chatbots that provide real-time answers about products and services, reducing support tickets.\",\n \"category\": \"AI Chatbots\",\n \"logo\": \"https://logos.composio.dev/api/sitespeakai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"SiteSpeakAI API Token\",\n \"secret\": true,\n \"description\": \"Your SiteSpeakAI API Token for authentication\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|