@keystrokehq/promptmate_io 0.1.0 → 0.1.3
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/create-webhook.cjs +4 -4
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +30 -3
- package/dist/actions/create-webhook.d.cts.map +1 -1
- package/dist/actions/create-webhook.d.mts +30 -3
- package/dist/actions/create-webhook.d.mts.map +1 -1
- package/dist/actions/create-webhook.mjs +4 -4
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/delete-webhook.cjs +3 -3
- package/dist/actions/delete-webhook.cjs.map +1 -1
- package/dist/actions/delete-webhook.d.cts +11 -3
- package/dist/actions/delete-webhook.d.cts.map +1 -1
- package/dist/actions/delete-webhook.d.mts +11 -3
- package/dist/actions/delete-webhook.d.mts.map +1 -1
- package/dist/actions/delete-webhook.mjs +3 -3
- package/dist/actions/delete-webhook.mjs.map +1 -1
- package/dist/actions/get-app-job.cjs +7 -7
- package/dist/actions/get-app-job.cjs.map +1 -1
- package/dist/actions/get-app-job.d.cts +24 -3
- package/dist/actions/get-app-job.d.cts.map +1 -1
- package/dist/actions/get-app-job.d.mts +24 -3
- package/dist/actions/get-app-job.d.mts.map +1 -1
- package/dist/actions/get-app-job.mjs +7 -7
- package/dist/actions/get-app-job.mjs.map +1 -1
- package/dist/actions/get-user-info.cjs +1 -1
- package/dist/actions/get-user-info.cjs.map +1 -1
- package/dist/actions/get-user-info.d.cts +6 -3
- package/dist/actions/get-user-info.d.cts.map +1 -1
- package/dist/actions/get-user-info.d.mts +6 -3
- package/dist/actions/get-user-info.d.mts.map +1 -1
- package/dist/actions/get-user-info.mjs +1 -1
- package/dist/actions/get-user-info.mjs.map +1 -1
- package/dist/actions/list-apps.cjs +7 -7
- package/dist/actions/list-apps.cjs.map +1 -1
- package/dist/actions/list-apps.d.cts +12 -3
- package/dist/actions/list-apps.d.cts.map +1 -1
- package/dist/actions/list-apps.d.mts +12 -3
- package/dist/actions/list-apps.d.mts.map +1 -1
- package/dist/actions/list-apps.mjs +7 -7
- package/dist/actions/list-apps.mjs.map +1 -1
- package/dist/actions/list-countries.cjs +1 -1
- package/dist/actions/list-countries.cjs.map +1 -1
- package/dist/actions/list-countries.d.cts +5 -3
- package/dist/actions/list-countries.d.cts.map +1 -1
- package/dist/actions/list-countries.d.mts +5 -3
- package/dist/actions/list-countries.d.mts.map +1 -1
- package/dist/actions/list-countries.mjs +1 -1
- package/dist/actions/list-countries.mjs.map +1 -1
- package/dist/actions/list-languages.cjs +1 -1
- package/dist/actions/list-languages.cjs.map +1 -1
- package/dist/actions/list-languages.d.cts +5 -3
- package/dist/actions/list-languages.d.cts.map +1 -1
- package/dist/actions/list-languages.d.mts +5 -3
- package/dist/actions/list-languages.d.mts.map +1 -1
- package/dist/actions/list-languages.mjs +1 -1
- package/dist/actions/list-languages.mjs.map +1 -1
- package/dist/actions/list-projects.cjs +4 -4
- package/dist/actions/list-projects.cjs.map +1 -1
- package/dist/actions/list-projects.d.cts +8 -3
- package/dist/actions/list-projects.d.cts.map +1 -1
- package/dist/actions/list-projects.d.mts +8 -3
- package/dist/actions/list-projects.d.mts.map +1 -1
- package/dist/actions/list-projects.mjs +4 -4
- package/dist/actions/list-projects.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +3 -3
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +22 -3
- package/dist/actions/list-templates.d.cts.map +1 -1
- package/dist/actions/list-templates.d.mts +22 -3
- package/dist/actions/list-templates.d.mts.map +1 -1
- package/dist/actions/list-templates.mjs +3 -3
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-webhooks.cjs +5 -5
- package/dist/actions/list-webhooks.cjs.map +1 -1
- package/dist/actions/list-webhooks.d.cts +13 -3
- package/dist/actions/list-webhooks.d.cts.map +1 -1
- package/dist/actions/list-webhooks.d.mts +13 -3
- package/dist/actions/list-webhooks.d.mts.map +1 -1
- package/dist/actions/list-webhooks.mjs +5 -5
- package/dist/actions/list-webhooks.mjs.map +1 -1
- package/dist/actions/use-template.cjs +5 -5
- package/dist/actions/use-template.cjs.map +1 -1
- package/dist/actions/use-template.d.cts +13 -3
- package/dist/actions/use-template.d.cts.map +1 -1
- package/dist/actions/use-template.d.mts +13 -3
- package/dist/actions/use-template.d.mts.map +1 -1
- package/dist/actions/use-template.mjs +5 -5
- package/dist/actions/use-template.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-templates.mjs","names":[],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoListTemplatesInput
|
|
1
|
+
{"version":3,"file":"list-templates.mjs","names":[],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoListTemplatesInput = z.object({}).describe(\"Request model for listing templates. No parameters required.\");\nconst PromptmateIoListTemplates_DataFieldSchema = z.object({\n name: z.string().nullable().optional(),\n type: z.string().nullable().optional(),\n options: z.array(z.string()).nullable().optional(),\n fileName: z.string().nullable().optional(),\n required: z.boolean().nullable().optional(),\n localFile: z.string().nullable().optional(),\n fieldOrder: z.number().int().nullable().optional(),\n defaultValue: z.string().nullable().optional(),\n}).passthrough().describe(\"Represents a data field in a template.\");\nconst PromptmateIoListTemplates_TemplateSchema = z.object({\n id: z.string().describe(\"Unique identifier for the template\").nullable(),\n dataFields: z.union([z.array(PromptmateIoListTemplates_DataFieldSchema), z.array(z.string())]).nullable().optional(),\n templateName: z.string().describe(\"Name of the template\").nullable(),\n templateType: z.string().describe(\"Type of the template\").nullable().optional(),\n templateCategory: z.string().describe(\"Category of the template\").nullable().optional(),\n templateVideo_url: z.string().describe(\"URL to a video about the template\").nullable().optional(),\n templateDescription: z.string().describe(\"Description of the template\").nullable().optional(),\n}).passthrough().describe(\"Represents a single template.\");\nexport const PromptmateIoListTemplatesOutput = z.object({\n templates: z.array(PromptmateIoListTemplates_TemplateSchema).describe(\"List of available templates\"),\n}).passthrough().describe(\"Response model for listing templates.\");\n\nexport const promptmateIoListTemplates = action(\"PROMPTMATE_IO_LIST_TEMPLATES\", {\n slug: \"promptmate_io-list-templates\",\n name: \"List Templates\",\n description: \"Tool to list all available templates. Use when you need to retrieve the catalogue of PromptMate templates.\",\n input: PromptmateIoListTemplatesInput,\n output: PromptmateIoListTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAClI,MAAM,4CAA4C,EAAE,OAAO;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrC,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzC,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1C,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/C,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAM,2CAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,YAAY,EAAE,MAAM,CAAC,EAAE,MAAM,yCAAyC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CACnE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B;AAKzD,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6C,EAAE,OAAO,EACtD,WAAW,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,6BAA6B,EACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAOhB;AACV,CAAC"}
|
|
@@ -3,17 +3,17 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-webhooks.ts
|
|
4
4
|
const PromptmateIoListWebhooksInput = zod.z.object({}).describe("Request model for listing webhooks. No parameters required.");
|
|
5
5
|
const PromptmateIoListWebhooks_WebhookSchema = zod.z.object({
|
|
6
|
-
webhookId: zod.z.string().describe("Unique identifier of the webhook"),
|
|
7
|
-
endpointUrl: zod.z.string().describe("Endpoint URL that receives webhook events"),
|
|
6
|
+
webhookId: zod.z.string().describe("Unique identifier of the webhook").nullable(),
|
|
7
|
+
endpointUrl: zod.z.string().describe("Endpoint URL that receives webhook events").nullable(),
|
|
8
8
|
webhookName: zod.z.string().describe("Optional friendly name for the webhook").nullable().optional(),
|
|
9
9
|
webhookType: zod.z.string().describe("Type of events subscribed by the webhook ('job' or 'row')").nullable().optional(),
|
|
10
10
|
restrictedAppIds: zod.z.array(zod.z.string()).describe("List of app IDs that can trigger this webhook").nullable().optional(),
|
|
11
11
|
webhookReference: zod.z.string().describe("Client-defined identifier for correlation or de-duplication").nullable().optional()
|
|
12
|
-
}).describe("Represents a single webhook configuration.");
|
|
12
|
+
}).passthrough().describe("Represents a single webhook configuration.");
|
|
13
13
|
const PromptmateIoListWebhooksOutput = zod.z.object({
|
|
14
|
-
total: zod.z.number().int().describe("Total number of webhooks returned"),
|
|
14
|
+
total: zod.z.number().int().describe("Total number of webhooks returned").nullable(),
|
|
15
15
|
webhooks: zod.z.array(PromptmateIoListWebhooks_WebhookSchema).describe("Array of all registered webhooks.")
|
|
16
|
-
}).describe("Response model for listing webhooks.");
|
|
16
|
+
}).passthrough().describe("Response model for listing webhooks.");
|
|
17
17
|
const promptmateIoListWebhooks = require_action.action("PROMPTMATE_IO_LIST_WEBHOOKS", {
|
|
18
18
|
slug: "promptmate_io-list-webhooks",
|
|
19
19
|
name: "List Webhooks",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.cjs","names":["z","action"],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoListWebhooksInput
|
|
1
|
+
{"version":3,"file":"list-webhooks.cjs","names":["z","action"],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoListWebhooksInput = z.object({}).describe(\"Request model for listing webhooks. No parameters required.\");\nconst PromptmateIoListWebhooks_WebhookSchema = z.object({\n webhookId: z.string().describe(\"Unique identifier of the webhook\").nullable(),\n endpointUrl: z.string().describe(\"Endpoint URL that receives webhook events\").nullable(),\n webhookName: z.string().describe(\"Optional friendly name for the webhook\").nullable().optional(),\n webhookType: z.string().describe(\"Type of events subscribed by the webhook ('job' or 'row')\").nullable().optional(),\n restrictedAppIds: z.array(z.string()).describe(\"List of app IDs that can trigger this webhook\").nullable().optional(),\n webhookReference: z.string().describe(\"Client-defined identifier for correlation or de-duplication\").nullable().optional(),\n}).passthrough().describe(\"Represents a single webhook configuration.\");\nexport const PromptmateIoListWebhooksOutput = z.object({\n total: z.number().int().describe(\"Total number of webhooks returned\").nullable(),\n webhooks: z.array(PromptmateIoListWebhooks_WebhookSchema).describe(\"Array of all registered webhooks.\"),\n}).passthrough().describe(\"Response model for listing webhooks.\");\n\nexport const promptmateIoListWebhooks = action(\"PROMPTMATE_IO_LIST_WEBHOOKS\", {\n slug: \"promptmate_io-list-webhooks\",\n name: \"List Webhooks\",\n description: \"Tool to list all configured webhooks. Use when you need to inspect current webhook subscriptions.\",\n input: PromptmateIoListWebhooksInput,\n output: PromptmateIoListWebhooksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAChI,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC/E,UAAUA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,mCAAmC;AACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-webhooks.d.ts
|
|
4
|
-
declare const PromptmateIoListWebhooksInput: z.
|
|
5
|
-
declare const PromptmateIoListWebhooksOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const PromptmateIoListWebhooksInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const PromptmateIoListWebhooksOutput: z.ZodObject<{
|
|
6
|
+
total: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
webhooks: z.ZodArray<z.ZodObject<{
|
|
8
|
+
webhookId: z.ZodNullable<z.ZodString>;
|
|
9
|
+
endpointUrl: z.ZodNullable<z.ZodString>;
|
|
10
|
+
webhookName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
webhookType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
restrictedAppIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13
|
+
webhookReference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const promptmateIoListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { promptmateIoListWebhooks };
|
|
9
19
|
//# sourceMappingURL=list-webhooks.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.d.cts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-webhooks.d.cts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAS7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-webhooks.d.ts
|
|
4
|
-
declare const PromptmateIoListWebhooksInput: z.
|
|
5
|
-
declare const PromptmateIoListWebhooksOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const PromptmateIoListWebhooksInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const PromptmateIoListWebhooksOutput: z.ZodObject<{
|
|
6
|
+
total: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
webhooks: z.ZodArray<z.ZodObject<{
|
|
8
|
+
webhookId: z.ZodNullable<z.ZodString>;
|
|
9
|
+
endpointUrl: z.ZodNullable<z.ZodString>;
|
|
10
|
+
webhookName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
webhookType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
restrictedAppIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
13
|
+
webhookReference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const promptmateIoListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { promptmateIoListWebhooks };
|
|
9
19
|
//# sourceMappingURL=list-webhooks.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.d.mts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-webhooks.d.mts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAS7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -3,22 +3,22 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-webhooks.ts
|
|
4
4
|
const PromptmateIoListWebhooksInput = z.object({}).describe("Request model for listing webhooks. No parameters required.");
|
|
5
5
|
const PromptmateIoListWebhooks_WebhookSchema = z.object({
|
|
6
|
-
webhookId: z.string().describe("Unique identifier of the webhook"),
|
|
7
|
-
endpointUrl: z.string().describe("Endpoint URL that receives webhook events"),
|
|
6
|
+
webhookId: z.string().describe("Unique identifier of the webhook").nullable(),
|
|
7
|
+
endpointUrl: z.string().describe("Endpoint URL that receives webhook events").nullable(),
|
|
8
8
|
webhookName: z.string().describe("Optional friendly name for the webhook").nullable().optional(),
|
|
9
9
|
webhookType: z.string().describe("Type of events subscribed by the webhook ('job' or 'row')").nullable().optional(),
|
|
10
10
|
restrictedAppIds: z.array(z.string()).describe("List of app IDs that can trigger this webhook").nullable().optional(),
|
|
11
11
|
webhookReference: z.string().describe("Client-defined identifier for correlation or de-duplication").nullable().optional()
|
|
12
|
-
}).describe("Represents a single webhook configuration.");
|
|
12
|
+
}).passthrough().describe("Represents a single webhook configuration.");
|
|
13
13
|
const promptmateIoListWebhooks = action("PROMPTMATE_IO_LIST_WEBHOOKS", {
|
|
14
14
|
slug: "promptmate_io-list-webhooks",
|
|
15
15
|
name: "List Webhooks",
|
|
16
16
|
description: "Tool to list all configured webhooks. Use when you need to inspect current webhook subscriptions.",
|
|
17
17
|
input: PromptmateIoListWebhooksInput,
|
|
18
18
|
output: z.object({
|
|
19
|
-
total: z.number().int().describe("Total number of webhooks returned"),
|
|
19
|
+
total: z.number().int().describe("Total number of webhooks returned").nullable(),
|
|
20
20
|
webhooks: z.array(PromptmateIoListWebhooks_WebhookSchema).describe("Array of all registered webhooks.")
|
|
21
|
-
}).describe("Response model for listing webhooks.")
|
|
21
|
+
}).passthrough().describe("Response model for listing webhooks.")
|
|
22
22
|
});
|
|
23
23
|
//#endregion
|
|
24
24
|
export { promptmateIoListWebhooks };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.mjs","names":[],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoListWebhooksInput
|
|
1
|
+
{"version":3,"file":"list-webhooks.mjs","names":[],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoListWebhooksInput = z.object({}).describe(\"Request model for listing webhooks. No parameters required.\");\nconst PromptmateIoListWebhooks_WebhookSchema = z.object({\n webhookId: z.string().describe(\"Unique identifier of the webhook\").nullable(),\n endpointUrl: z.string().describe(\"Endpoint URL that receives webhook events\").nullable(),\n webhookName: z.string().describe(\"Optional friendly name for the webhook\").nullable().optional(),\n webhookType: z.string().describe(\"Type of events subscribed by the webhook ('job' or 'row')\").nullable().optional(),\n restrictedAppIds: z.array(z.string()).describe(\"List of app IDs that can trigger this webhook\").nullable().optional(),\n webhookReference: z.string().describe(\"Client-defined identifier for correlation or de-duplication\").nullable().optional(),\n}).passthrough().describe(\"Represents a single webhook configuration.\");\nexport const PromptmateIoListWebhooksOutput = z.object({\n total: z.number().int().describe(\"Total number of webhooks returned\").nullable(),\n webhooks: z.array(PromptmateIoListWebhooks_WebhookSchema).describe(\"Array of all registered webhooks.\"),\n}).passthrough().describe(\"Response model for listing webhooks.\");\n\nexport const promptmateIoListWebhooks = action(\"PROMPTMATE_IO_LIST_WEBHOOKS\", {\n slug: \"promptmate_io-list-webhooks\",\n name: \"List Webhooks\",\n description: \"Tool to list all configured webhooks. Use when you need to inspect current webhook subscriptions.\",\n input: PromptmateIoListWebhooksInput,\n output: PromptmateIoListWebhooksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAChI,MAAM,yCAAyC,EAAE,OAAO;CACtD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AAMtE,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4C,EAAE,OAAO;EACrD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC/E,UAAU,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,mCAAmC;CACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
|
|
@@ -2,14 +2,14 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/use-template.ts
|
|
4
4
|
const PromptmateIoUseTemplateInput = zod.z.object({
|
|
5
|
-
data: zod.z.
|
|
5
|
+
data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Data to fill the template with. Key-value pairs where keys match template variables and values are strings.").optional(),
|
|
6
6
|
templateId: zod.z.string().describe("The template ID to use")
|
|
7
7
|
}).describe("Request model for using a template.");
|
|
8
8
|
const PromptmateIoUseTemplateOutput = zod.z.object({
|
|
9
|
-
appId: zod.z.string().describe("The app ID created or associated with the template usage"),
|
|
10
|
-
message: zod.z.string().describe("Status message for the template usage operation"),
|
|
11
|
-
templateId: zod.z.string().describe("The template ID that was used")
|
|
12
|
-
}).describe("Response model for template usage.");
|
|
9
|
+
appId: zod.z.string().describe("The app ID created or associated with the template usage").nullable(),
|
|
10
|
+
message: zod.z.string().describe("Status message for the template usage operation").nullable(),
|
|
11
|
+
templateId: zod.z.string().describe("The template ID that was used").nullable()
|
|
12
|
+
}).passthrough().describe("Response model for template usage.");
|
|
13
13
|
const promptmateIoUseTemplate = require_action.action("PROMPTMATE_IO_USE_TEMPLATE", {
|
|
14
14
|
slug: "promptmate_io-use-template",
|
|
15
15
|
name: "Use Template",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-template.cjs","names":["z","action"],"sources":["../../src/actions/use-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoUseTemplateInput
|
|
1
|
+
{"version":3,"file":"use-template.cjs","names":["z","action"],"sources":["../../src/actions/use-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoUseTemplateInput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Data to fill the template with. Key-value pairs where keys match template variables and values are strings.\").optional(),\n templateId: z.string().describe(\"The template ID to use\"),\n}).describe(\"Request model for using a template.\");\nexport const PromptmateIoUseTemplateOutput = z.object({\n appId: z.string().describe(\"The app ID created or associated with the template usage\").nullable(),\n message: z.string().describe(\"Status message for the template usage operation\").nullable(),\n templateId: z.string().describe(\"The template ID that was used\").nullable(),\n}).passthrough().describe(\"Response model for template usage.\");\n\nexport const promptmateIoUseTemplate = action(\"PROMPTMATE_IO_USE_TEMPLATE\", {\n slug: \"promptmate_io-use-template\",\n name: \"Use Template\",\n description: \"Tool to use a specific template to process data. Use when you need to apply a template with optional data parameters.\",\n input: PromptmateIoUseTemplateInput,\n output: PromptmateIoUseTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CACzK,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AAC1D,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAChG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAE9D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/use-template.d.ts
|
|
4
|
-
declare const PromptmateIoUseTemplateInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const PromptmateIoUseTemplateInput: z.ZodObject<{
|
|
5
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
6
|
+
templateId: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const PromptmateIoUseTemplateOutput: z.ZodObject<{
|
|
9
|
+
appId: z.ZodNullable<z.ZodString>;
|
|
10
|
+
message: z.ZodNullable<z.ZodString>;
|
|
11
|
+
templateId: z.ZodNullable<z.ZodString>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const promptmateIoUseTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
templateId: string;
|
|
15
|
+
data?: Record<string, unknown> | undefined;
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { promptmateIoUseTemplate };
|
|
9
19
|
//# sourceMappingURL=use-template.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-template.d.cts","names":[],"sources":["../../src/actions/use-template.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"use-template.d.cts","names":[],"sources":["../../src/actions/use-template.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,gCAAuB,wBAAA;;SAMlC,MAAA;AAAA"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/use-template.d.ts
|
|
4
|
-
declare const PromptmateIoUseTemplateInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const PromptmateIoUseTemplateInput: z.ZodObject<{
|
|
5
|
+
data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
6
|
+
templateId: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const PromptmateIoUseTemplateOutput: z.ZodObject<{
|
|
9
|
+
appId: z.ZodNullable<z.ZodString>;
|
|
10
|
+
message: z.ZodNullable<z.ZodString>;
|
|
11
|
+
templateId: z.ZodNullable<z.ZodString>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const promptmateIoUseTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
templateId: string;
|
|
15
|
+
data?: Record<string, unknown> | undefined;
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { promptmateIoUseTemplate };
|
|
9
19
|
//# sourceMappingURL=use-template.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-template.d.mts","names":[],"sources":["../../src/actions/use-template.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"use-template.d.mts","names":[],"sources":["../../src/actions/use-template.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,gCAAuB,wBAAA;;SAMlC,MAAA;AAAA"}
|
|
@@ -5,14 +5,14 @@ const promptmateIoUseTemplate = action("PROMPTMATE_IO_USE_TEMPLATE", {
|
|
|
5
5
|
name: "Use Template",
|
|
6
6
|
description: "Tool to use a specific template to process data. Use when you need to apply a template with optional data parameters.",
|
|
7
7
|
input: z.object({
|
|
8
|
-
data: z.
|
|
8
|
+
data: z.record(z.string(), z.unknown()).describe("Data to fill the template with. Key-value pairs where keys match template variables and values are strings.").optional(),
|
|
9
9
|
templateId: z.string().describe("The template ID to use")
|
|
10
10
|
}).describe("Request model for using a template."),
|
|
11
11
|
output: z.object({
|
|
12
|
-
appId: z.string().describe("The app ID created or associated with the template usage"),
|
|
13
|
-
message: z.string().describe("Status message for the template usage operation"),
|
|
14
|
-
templateId: z.string().describe("The template ID that was used")
|
|
15
|
-
}).describe("Response model for template usage.")
|
|
12
|
+
appId: z.string().describe("The app ID created or associated with the template usage").nullable(),
|
|
13
|
+
message: z.string().describe("Status message for the template usage operation").nullable(),
|
|
14
|
+
templateId: z.string().describe("The template ID that was used").nullable()
|
|
15
|
+
}).passthrough().describe("Response model for template usage.")
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
18
|
export { promptmateIoUseTemplate };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-template.mjs","names":[],"sources":["../../src/actions/use-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoUseTemplateInput
|
|
1
|
+
{"version":3,"file":"use-template.mjs","names":[],"sources":["../../src/actions/use-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoUseTemplateInput = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"Data to fill the template with. Key-value pairs where keys match template variables and values are strings.\").optional(),\n templateId: z.string().describe(\"The template ID to use\"),\n}).describe(\"Request model for using a template.\");\nexport const PromptmateIoUseTemplateOutput = z.object({\n appId: z.string().describe(\"The app ID created or associated with the template usage\").nullable(),\n message: z.string().describe(\"Status message for the template usage operation\").nullable(),\n templateId: z.string().describe(\"The template ID that was used\").nullable(),\n}).passthrough().describe(\"Response model for template usage.\");\n\nexport const promptmateIoUseTemplate = action(\"PROMPTMATE_IO_USE_TEMPLATE\", {\n slug: \"promptmate_io-use-template\",\n name: \"Use Template\",\n description: \"Tool to use a specific template to process data. Use when you need to apply a template with optional data parameters.\",\n input: PromptmateIoUseTemplateInput,\n output: PromptmateIoUseTemplateOutput,\n});\n"],"mappings":";;AAcA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd0C,EAAE,OAAO;EACnD,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;EACzK,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAC1D,CAAC,CAAC,CAAC,SAAS,qCAWH;CACP,QAX2C,EAAE,OAAO;EACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAChG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAOhB;AACV,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -7,7 +7,13 @@ const promptmateIoCatalog = {
|
|
|
7
7
|
"category": "Artificial Intelligence",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/promptmate_io",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "Promptmate.io API Key",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Your API key for authenticating requests to the promptmate.io API."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
exports.promptmateIoCatalog = promptmateIoCatalog;
|
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 promptmateIoCatalog = {\n \"slug\": \"promptmate_io\",\n \"name\": \"Promptmate.io\",\n \"description\": \"Promptmate.io enables users to build AI-powered applications by integrating various AI systems like ChatGPT, Google Gemini, and Stability AI, offering features such as multi-step AI workflows, bulk processing, and automation through Zapier.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/promptmate_io\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const promptmateIoCatalog = {\n \"slug\": \"promptmate_io\",\n \"name\": \"Promptmate.io\",\n \"description\": \"Promptmate.io enables users to build AI-powered applications by integrating various AI systems like ChatGPT, Google Gemini, and Stability AI, offering features such as multi-step AI workflows, bulk processing, and automation through Zapier.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/promptmate_io\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Promptmate.io API Key\",\n \"secret\": true,\n \"description\": \"Your API key for authenticating requests to the promptmate.io API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -8,6 +8,14 @@ declare const promptmateIoCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/promptmate_io";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "Promptmate.io API Key";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Your API key for authenticating requests to the promptmate.io API.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { promptmateIoCatalog };
|
package/dist/catalog.d.mts
CHANGED
|
@@ -8,6 +8,14 @@ declare const promptmateIoCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/promptmate_io";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "Promptmate.io API Key";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Your API key for authenticating requests to the promptmate.io API.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { promptmateIoCatalog };
|
package/dist/catalog.mjs
CHANGED
|
@@ -7,7 +7,13 @@ const promptmateIoCatalog = {
|
|
|
7
7
|
"category": "Artificial Intelligence",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/promptmate_io",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "Promptmate.io API Key",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Your API key for authenticating requests to the promptmate.io API."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
export { promptmateIoCatalog };
|
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 promptmateIoCatalog = {\n \"slug\": \"promptmate_io\",\n \"name\": \"Promptmate.io\",\n \"description\": \"Promptmate.io enables users to build AI-powered applications by integrating various AI systems like ChatGPT, Google Gemini, and Stability AI, offering features such as multi-step AI workflows, bulk processing, and automation through Zapier.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/promptmate_io\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const promptmateIoCatalog = {\n \"slug\": \"promptmate_io\",\n \"name\": \"Promptmate.io\",\n \"description\": \"Promptmate.io enables users to build AI-powered applications by integrating various AI systems like ChatGPT, Google Gemini, and Stability AI, offering features such as multi-step AI workflows, bulk processing, and automation through Zapier.\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/promptmate_io\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Promptmate.io API Key\",\n \"secret\": true,\n \"description\": \"Your API key for authenticating requests to the promptmate.io API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,sBAAsB;CACjC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/promptmate_io",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@keystrokehq/keystroke": "
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.4",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|