@keystrokehq/promptmate_io 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +30 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +9 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +9 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +29 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +20 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +17 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/get-app-job.cjs +35 -0
- package/dist/actions/get-app-job.cjs.map +1 -0
- package/dist/actions/get-app-job.d.cts +9 -0
- package/dist/actions/get-app-job.d.cts.map +1 -0
- package/dist/actions/get-app-job.d.mts +9 -0
- package/dist/actions/get-app-job.d.mts.map +1 -0
- package/dist/actions/get-app-job.mjs +34 -0
- package/dist/actions/get-app-job.mjs.map +1 -0
- package/dist/actions/get-user-info.cjs +19 -0
- package/dist/actions/get-user-info.cjs.map +1 -0
- package/dist/actions/get-user-info.d.cts +9 -0
- package/dist/actions/get-user-info.d.cts.map +1 -0
- package/dist/actions/get-user-info.d.mts +9 -0
- package/dist/actions/get-user-info.d.mts.map +1 -0
- package/dist/actions/get-user-info.mjs +16 -0
- package/dist/actions/get-user-info.mjs.map +1 -0
- package/dist/actions/index.cjs +23 -0
- package/dist/actions/index.d.cts +12 -0
- package/dist/actions/index.d.mts +12 -0
- package/dist/actions/index.mjs +12 -0
- package/dist/actions/list-apps.cjs +24 -0
- package/dist/actions/list-apps.cjs.map +1 -0
- package/dist/actions/list-apps.d.cts +9 -0
- package/dist/actions/list-apps.d.cts.map +1 -0
- package/dist/actions/list-apps.d.mts +9 -0
- package/dist/actions/list-apps.d.mts.map +1 -0
- package/dist/actions/list-apps.mjs +23 -0
- package/dist/actions/list-apps.mjs.map +1 -0
- package/dist/actions/list-countries.cjs +16 -0
- package/dist/actions/list-countries.cjs.map +1 -0
- package/dist/actions/list-countries.d.cts +9 -0
- package/dist/actions/list-countries.d.cts.map +1 -0
- package/dist/actions/list-countries.d.mts +9 -0
- package/dist/actions/list-countries.d.mts.map +1 -0
- package/dist/actions/list-countries.mjs +13 -0
- package/dist/actions/list-countries.mjs.map +1 -0
- package/dist/actions/list-languages.cjs +16 -0
- package/dist/actions/list-languages.cjs.map +1 -0
- package/dist/actions/list-languages.d.cts +9 -0
- package/dist/actions/list-languages.d.cts.map +1 -0
- package/dist/actions/list-languages.d.mts +9 -0
- package/dist/actions/list-languages.d.mts.map +1 -0
- package/dist/actions/list-languages.mjs +13 -0
- package/dist/actions/list-languages.mjs.map +1 -0
- package/dist/actions/list-projects.cjs +20 -0
- package/dist/actions/list-projects.cjs.map +1 -0
- package/dist/actions/list-projects.d.cts +9 -0
- package/dist/actions/list-projects.d.cts.map +1 -0
- package/dist/actions/list-projects.d.mts +9 -0
- package/dist/actions/list-projects.d.mts.map +1 -0
- package/dist/actions/list-projects.mjs +19 -0
- package/dist/actions/list-projects.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +35 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +34 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +27 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +26 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/use-template.cjs +23 -0
- package/dist/actions/use-template.cjs.map +1 -0
- package/dist/actions/use-template.d.cts +9 -0
- package/dist/actions/use-template.d.cts.map +1 -0
- package/dist/actions/use-template.d.mts +9 -0
- package/dist/actions/use-template.d.mts.map +1 -0
- package/dist/actions/use-template.mjs +20 -0
- package/dist/actions/use-template.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +28 -0
- package/dist/index.d.cts +14 -0
- package/dist/index.d.mts +14 -0
- package/dist/index.mjs +15 -0
- package/package.json +49 -0
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const promptmateIo = defineApp({\n slug: \"promptmate_io\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,gBAAA,uCAAA,CAAA,CAAA,UAAA,CAAyB;CACpC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,YAAA,6BAAY,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,YAAA,6BAAY,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const promptmateIo = defineApp({\n slug: \"promptmate_io\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,eAAe,UAAU;CACpC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const promptmateIoCatalog = {
|
|
4
|
+
"slug": "promptmate_io",
|
|
5
|
+
"name": "Promptmate.io",
|
|
6
|
+
"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.",
|
|
7
|
+
"category": "Artificial Intelligence",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/promptmate_io",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.promptmateIoCatalog = promptmateIoCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +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;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const promptmateIoCatalog: {
|
|
4
|
+
readonly slug: "promptmate_io";
|
|
5
|
+
readonly name: "Promptmate.io";
|
|
6
|
+
readonly 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.";
|
|
7
|
+
readonly category: "Artificial Intelligence";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/promptmate_io";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { promptmateIoCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,mBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const promptmateIoCatalog: {
|
|
4
|
+
readonly slug: "promptmate_io";
|
|
5
|
+
readonly name: "Promptmate.io";
|
|
6
|
+
readonly 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.";
|
|
7
|
+
readonly category: "Artificial Intelligence";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/promptmate_io";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { promptmateIoCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,mBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const promptmateIoCatalog = {
|
|
4
|
+
"slug": "promptmate_io",
|
|
5
|
+
"name": "Promptmate.io",
|
|
6
|
+
"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.",
|
|
7
|
+
"category": "Artificial Intelligence",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/promptmate_io",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { promptmateIoCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +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;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "promptmate_io";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePromptmateIoTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executePromptmateIoTool = executePromptmateIoTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"promptmate_io\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePromptmateIoTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,wBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "promptmate_io";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePromptmateIoTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executePromptmateIoTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"promptmate_io\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePromptmateIoTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,wBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_create_webhook = require("./actions/create-webhook.cjs");
|
|
5
|
+
const require_delete_webhook = require("./actions/delete-webhook.cjs");
|
|
6
|
+
const require_get_app_job = require("./actions/get-app-job.cjs");
|
|
7
|
+
const require_get_user_info = require("./actions/get-user-info.cjs");
|
|
8
|
+
const require_list_apps = require("./actions/list-apps.cjs");
|
|
9
|
+
const require_list_countries = require("./actions/list-countries.cjs");
|
|
10
|
+
const require_list_languages = require("./actions/list-languages.cjs");
|
|
11
|
+
const require_list_projects = require("./actions/list-projects.cjs");
|
|
12
|
+
const require_list_templates = require("./actions/list-templates.cjs");
|
|
13
|
+
const require_list_webhooks = require("./actions/list-webhooks.cjs");
|
|
14
|
+
const require_use_template = require("./actions/use-template.cjs");
|
|
15
|
+
require("./actions/index.cjs");
|
|
16
|
+
exports.promptmateIo = require_app.promptmateIo;
|
|
17
|
+
exports.promptmateIoCatalog = require_catalog.promptmateIoCatalog;
|
|
18
|
+
exports.promptmateIoCreateWebhook = require_create_webhook.promptmateIoCreateWebhook;
|
|
19
|
+
exports.promptmateIoDeleteWebhook = require_delete_webhook.promptmateIoDeleteWebhook;
|
|
20
|
+
exports.promptmateIoGetAppJob = require_get_app_job.promptmateIoGetAppJob;
|
|
21
|
+
exports.promptmateIoGetUserInfo = require_get_user_info.promptmateIoGetUserInfo;
|
|
22
|
+
exports.promptmateIoListApps = require_list_apps.promptmateIoListApps;
|
|
23
|
+
exports.promptmateIoListCountries = require_list_countries.promptmateIoListCountries;
|
|
24
|
+
exports.promptmateIoListLanguages = require_list_languages.promptmateIoListLanguages;
|
|
25
|
+
exports.promptmateIoListProjects = require_list_projects.promptmateIoListProjects;
|
|
26
|
+
exports.promptmateIoListTemplates = require_list_templates.promptmateIoListTemplates;
|
|
27
|
+
exports.promptmateIoListWebhooks = require_list_webhooks.promptmateIoListWebhooks;
|
|
28
|
+
exports.promptmateIoUseTemplate = require_use_template.promptmateIoUseTemplate;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { promptmateIoCreateWebhook } from "./actions/create-webhook.cjs";
|
|
2
|
+
import { promptmateIoDeleteWebhook } from "./actions/delete-webhook.cjs";
|
|
3
|
+
import { promptmateIoGetAppJob } from "./actions/get-app-job.cjs";
|
|
4
|
+
import { promptmateIoGetUserInfo } from "./actions/get-user-info.cjs";
|
|
5
|
+
import { promptmateIoListApps } from "./actions/list-apps.cjs";
|
|
6
|
+
import { promptmateIoListCountries } from "./actions/list-countries.cjs";
|
|
7
|
+
import { promptmateIoListLanguages } from "./actions/list-languages.cjs";
|
|
8
|
+
import { promptmateIoListProjects } from "./actions/list-projects.cjs";
|
|
9
|
+
import { promptmateIoListTemplates } from "./actions/list-templates.cjs";
|
|
10
|
+
import { promptmateIoListWebhooks } from "./actions/list-webhooks.cjs";
|
|
11
|
+
import { promptmateIoUseTemplate } from "./actions/use-template.cjs";
|
|
12
|
+
import { promptmateIo } from "./app.cjs";
|
|
13
|
+
import { promptmateIoCatalog } from "./catalog.cjs";
|
|
14
|
+
export { promptmateIo, promptmateIoCatalog, promptmateIoCreateWebhook, promptmateIoDeleteWebhook, promptmateIoGetAppJob, promptmateIoGetUserInfo, promptmateIoListApps, promptmateIoListCountries, promptmateIoListLanguages, promptmateIoListProjects, promptmateIoListTemplates, promptmateIoListWebhooks, promptmateIoUseTemplate };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { promptmateIoCreateWebhook } from "./actions/create-webhook.mjs";
|
|
2
|
+
import { promptmateIoDeleteWebhook } from "./actions/delete-webhook.mjs";
|
|
3
|
+
import { promptmateIoGetAppJob } from "./actions/get-app-job.mjs";
|
|
4
|
+
import { promptmateIoGetUserInfo } from "./actions/get-user-info.mjs";
|
|
5
|
+
import { promptmateIoListApps } from "./actions/list-apps.mjs";
|
|
6
|
+
import { promptmateIoListCountries } from "./actions/list-countries.mjs";
|
|
7
|
+
import { promptmateIoListLanguages } from "./actions/list-languages.mjs";
|
|
8
|
+
import { promptmateIoListProjects } from "./actions/list-projects.mjs";
|
|
9
|
+
import { promptmateIoListTemplates } from "./actions/list-templates.mjs";
|
|
10
|
+
import { promptmateIoListWebhooks } from "./actions/list-webhooks.mjs";
|
|
11
|
+
import { promptmateIoUseTemplate } from "./actions/use-template.mjs";
|
|
12
|
+
import { promptmateIo } from "./app.mjs";
|
|
13
|
+
import { promptmateIoCatalog } from "./catalog.mjs";
|
|
14
|
+
export { promptmateIo, promptmateIoCatalog, promptmateIoCreateWebhook, promptmateIoDeleteWebhook, promptmateIoGetAppJob, promptmateIoGetUserInfo, promptmateIoListApps, promptmateIoListCountries, promptmateIoListLanguages, promptmateIoListProjects, promptmateIoListTemplates, promptmateIoListWebhooks, promptmateIoUseTemplate };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { promptmateIo } from "./app.mjs";
|
|
2
|
+
import { promptmateIoCatalog } from "./catalog.mjs";
|
|
3
|
+
import { promptmateIoCreateWebhook } from "./actions/create-webhook.mjs";
|
|
4
|
+
import { promptmateIoDeleteWebhook } from "./actions/delete-webhook.mjs";
|
|
5
|
+
import { promptmateIoGetAppJob } from "./actions/get-app-job.mjs";
|
|
6
|
+
import { promptmateIoGetUserInfo } from "./actions/get-user-info.mjs";
|
|
7
|
+
import { promptmateIoListApps } from "./actions/list-apps.mjs";
|
|
8
|
+
import { promptmateIoListCountries } from "./actions/list-countries.mjs";
|
|
9
|
+
import { promptmateIoListLanguages } from "./actions/list-languages.mjs";
|
|
10
|
+
import { promptmateIoListProjects } from "./actions/list-projects.mjs";
|
|
11
|
+
import { promptmateIoListTemplates } from "./actions/list-templates.mjs";
|
|
12
|
+
import { promptmateIoListWebhooks } from "./actions/list-webhooks.mjs";
|
|
13
|
+
import { promptmateIoUseTemplate } from "./actions/use-template.mjs";
|
|
14
|
+
import "./actions/index.mjs";
|
|
15
|
+
export { promptmateIo, promptmateIoCatalog, promptmateIoCreateWebhook, promptmateIoDeleteWebhook, promptmateIoGetAppJob, promptmateIoGetUserInfo, promptmateIoListApps, promptmateIoListCountries, promptmateIoListLanguages, promptmateIoListProjects, promptmateIoListTemplates, promptmateIoListWebhooks, promptmateIoUseTemplate };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/promptmate_io",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/promptmate_io"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|