@keystrokehq/pipeline_crm 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-company.cjs +71 -0
- package/dist/actions/create-company.cjs.map +1 -0
- package/dist/actions/create-company.d.cts +9 -0
- package/dist/actions/create-company.d.cts.map +1 -0
- package/dist/actions/create-company.d.mts +9 -0
- package/dist/actions/create-company.d.mts.map +1 -0
- package/dist/actions/create-company.mjs +70 -0
- package/dist/actions/create-company.mjs.map +1 -0
- package/dist/actions/create-deal.cjs +35 -0
- package/dist/actions/create-deal.cjs.map +1 -0
- package/dist/actions/create-deal.d.cts +9 -0
- package/dist/actions/create-deal.d.cts.map +1 -0
- package/dist/actions/create-deal.d.mts +9 -0
- package/dist/actions/create-deal.d.mts.map +1 -0
- package/dist/actions/create-deal.mjs +32 -0
- package/dist/actions/create-deal.mjs.map +1 -0
- package/dist/actions/delete-company.cjs +19 -0
- package/dist/actions/delete-company.cjs.map +1 -0
- package/dist/actions/delete-company.d.cts +9 -0
- package/dist/actions/delete-company.d.cts.map +1 -0
- package/dist/actions/delete-company.d.mts +9 -0
- package/dist/actions/delete-company.d.mts.map +1 -0
- package/dist/actions/delete-company.mjs +16 -0
- package/dist/actions/delete-company.mjs.map +1 -0
- package/dist/actions/delete-deal.cjs +19 -0
- package/dist/actions/delete-deal.cjs.map +1 -0
- package/dist/actions/delete-deal.d.cts +9 -0
- package/dist/actions/delete-deal.d.cts.map +1 -0
- package/dist/actions/delete-deal.d.mts +9 -0
- package/dist/actions/delete-deal.d.mts.map +1 -0
- package/dist/actions/delete-deal.mjs +16 -0
- package/dist/actions/delete-deal.mjs.map +1 -0
- package/dist/actions/delete-task.cjs +20 -0
- package/dist/actions/delete-task.cjs.map +1 -0
- package/dist/actions/delete-task.d.cts +9 -0
- package/dist/actions/delete-task.d.cts.map +1 -0
- package/dist/actions/delete-task.d.mts +9 -0
- package/dist/actions/delete-task.d.mts.map +1 -0
- package/dist/actions/delete-task.mjs +17 -0
- package/dist/actions/delete-task.mjs.map +1 -0
- package/dist/actions/get-company.cjs +84 -0
- package/dist/actions/get-company.cjs.map +1 -0
- package/dist/actions/get-company.d.cts +9 -0
- package/dist/actions/get-company.d.cts.map +1 -0
- package/dist/actions/get-company.d.mts +9 -0
- package/dist/actions/get-company.d.mts.map +1 -0
- package/dist/actions/get-company.mjs +83 -0
- package/dist/actions/get-company.mjs.map +1 -0
- package/dist/actions/get-deal.cjs +118 -0
- package/dist/actions/get-deal.cjs.map +1 -0
- package/dist/actions/get-deal.d.cts +9 -0
- package/dist/actions/get-deal.d.cts.map +1 -0
- package/dist/actions/get-deal.d.mts +9 -0
- package/dist/actions/get-deal.d.mts.map +1 -0
- package/dist/actions/get-deal.mjs +117 -0
- package/dist/actions/get-deal.mjs.map +1 -0
- package/dist/actions/get-stage.cjs +23 -0
- package/dist/actions/get-stage.cjs.map +1 -0
- package/dist/actions/get-stage.d.cts +9 -0
- package/dist/actions/get-stage.d.cts.map +1 -0
- package/dist/actions/get-stage.d.mts +9 -0
- package/dist/actions/get-stage.d.mts.map +1 -0
- package/dist/actions/get-stage.mjs +20 -0
- package/dist/actions/get-stage.mjs.map +1 -0
- package/dist/actions/get-task.cjs +48 -0
- package/dist/actions/get-task.cjs.map +1 -0
- package/dist/actions/get-task.d.cts +9 -0
- package/dist/actions/get-task.d.cts.map +1 -0
- package/dist/actions/get-task.d.mts +9 -0
- package/dist/actions/get-task.d.mts.map +1 -0
- package/dist/actions/get-task.mjs +47 -0
- package/dist/actions/get-task.mjs.map +1 -0
- package/dist/actions/index.cjs +31 -0
- package/dist/actions/index.d.cts +16 -0
- package/dist/actions/index.d.mts +16 -0
- package/dist/actions/index.mjs +16 -0
- package/dist/actions/list-companies.cjs +75 -0
- package/dist/actions/list-companies.cjs.map +1 -0
- package/dist/actions/list-companies.d.cts +9 -0
- package/dist/actions/list-companies.d.cts.map +1 -0
- package/dist/actions/list-companies.d.mts +9 -0
- package/dist/actions/list-companies.d.mts.map +1 -0
- package/dist/actions/list-companies.mjs +74 -0
- package/dist/actions/list-companies.mjs.map +1 -0
- package/dist/actions/list-leads.cjs +50 -0
- package/dist/actions/list-leads.cjs.map +1 -0
- package/dist/actions/list-leads.d.cts +9 -0
- package/dist/actions/list-leads.d.cts.map +1 -0
- package/dist/actions/list-leads.d.mts +9 -0
- package/dist/actions/list-leads.d.mts.map +1 -0
- package/dist/actions/list-leads.mjs +49 -0
- package/dist/actions/list-leads.mjs.map +1 -0
- package/dist/actions/list-stages.cjs +36 -0
- package/dist/actions/list-stages.cjs.map +1 -0
- package/dist/actions/list-stages.d.cts +9 -0
- package/dist/actions/list-stages.d.cts.map +1 -0
- package/dist/actions/list-stages.d.mts +9 -0
- package/dist/actions/list-stages.d.mts.map +1 -0
- package/dist/actions/list-stages.mjs +35 -0
- package/dist/actions/list-stages.mjs.map +1 -0
- package/dist/actions/list-tasks.cjs +67 -0
- package/dist/actions/list-tasks.cjs.map +1 -0
- package/dist/actions/list-tasks.d.cts +9 -0
- package/dist/actions/list-tasks.d.cts.map +1 -0
- package/dist/actions/list-tasks.d.mts +9 -0
- package/dist/actions/list-tasks.d.mts.map +1 -0
- package/dist/actions/list-tasks.mjs +66 -0
- package/dist/actions/list-tasks.mjs.map +1 -0
- package/dist/actions/list-users.cjs +40 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +39 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/update-company.cjs +69 -0
- package/dist/actions/update-company.cjs.map +1 -0
- package/dist/actions/update-company.d.cts +9 -0
- package/dist/actions/update-company.d.cts.map +1 -0
- package/dist/actions/update-company.d.mts +9 -0
- package/dist/actions/update-company.d.mts.map +1 -0
- package/dist/actions/update-company.mjs +68 -0
- package/dist/actions/update-company.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 +36 -0
- package/dist/index.d.cts +18 -0
- package/dist/index.d.mts +18 -0
- package/dist/index.mjs +19 -0
- package/package.json +49 -0
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 = "pipeline_crm";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePipelineCrmTool(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 { executePipelineCrmTool };
|
|
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 = \"pipeline_crm\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePipelineCrmTool(\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,uBACpB,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,36 @@
|
|
|
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_company = require("./actions/create-company.cjs");
|
|
5
|
+
const require_create_deal = require("./actions/create-deal.cjs");
|
|
6
|
+
const require_delete_company = require("./actions/delete-company.cjs");
|
|
7
|
+
const require_delete_deal = require("./actions/delete-deal.cjs");
|
|
8
|
+
const require_delete_task = require("./actions/delete-task.cjs");
|
|
9
|
+
const require_get_company = require("./actions/get-company.cjs");
|
|
10
|
+
const require_get_deal = require("./actions/get-deal.cjs");
|
|
11
|
+
const require_get_stage = require("./actions/get-stage.cjs");
|
|
12
|
+
const require_get_task = require("./actions/get-task.cjs");
|
|
13
|
+
const require_list_companies = require("./actions/list-companies.cjs");
|
|
14
|
+
const require_list_leads = require("./actions/list-leads.cjs");
|
|
15
|
+
const require_list_stages = require("./actions/list-stages.cjs");
|
|
16
|
+
const require_list_tasks = require("./actions/list-tasks.cjs");
|
|
17
|
+
const require_list_users = require("./actions/list-users.cjs");
|
|
18
|
+
const require_update_company = require("./actions/update-company.cjs");
|
|
19
|
+
require("./actions/index.cjs");
|
|
20
|
+
exports.pipelineCrm = require_app.pipelineCrm;
|
|
21
|
+
exports.pipelineCrmCatalog = require_catalog.pipelineCrmCatalog;
|
|
22
|
+
exports.pipelineCrmCreateCompany = require_create_company.pipelineCrmCreateCompany;
|
|
23
|
+
exports.pipelineCrmCreateDeal = require_create_deal.pipelineCrmCreateDeal;
|
|
24
|
+
exports.pipelineCrmDeleteCompany = require_delete_company.pipelineCrmDeleteCompany;
|
|
25
|
+
exports.pipelineCrmDeleteDeal = require_delete_deal.pipelineCrmDeleteDeal;
|
|
26
|
+
exports.pipelineCrmDeleteTask = require_delete_task.pipelineCrmDeleteTask;
|
|
27
|
+
exports.pipelineCrmGetCompany = require_get_company.pipelineCrmGetCompany;
|
|
28
|
+
exports.pipelineCrmGetDeal = require_get_deal.pipelineCrmGetDeal;
|
|
29
|
+
exports.pipelineCrmGetStage = require_get_stage.pipelineCrmGetStage;
|
|
30
|
+
exports.pipelineCrmGetTask = require_get_task.pipelineCrmGetTask;
|
|
31
|
+
exports.pipelineCrmListCompanies = require_list_companies.pipelineCrmListCompanies;
|
|
32
|
+
exports.pipelineCrmListLeads = require_list_leads.pipelineCrmListLeads;
|
|
33
|
+
exports.pipelineCrmListStages = require_list_stages.pipelineCrmListStages;
|
|
34
|
+
exports.pipelineCrmListTasks = require_list_tasks.pipelineCrmListTasks;
|
|
35
|
+
exports.pipelineCrmListUsers = require_list_users.pipelineCrmListUsers;
|
|
36
|
+
exports.pipelineCrmUpdateCompany = require_update_company.pipelineCrmUpdateCompany;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { pipelineCrmCreateCompany } from "./actions/create-company.cjs";
|
|
2
|
+
import { pipelineCrmCreateDeal } from "./actions/create-deal.cjs";
|
|
3
|
+
import { pipelineCrmDeleteCompany } from "./actions/delete-company.cjs";
|
|
4
|
+
import { pipelineCrmDeleteDeal } from "./actions/delete-deal.cjs";
|
|
5
|
+
import { pipelineCrmDeleteTask } from "./actions/delete-task.cjs";
|
|
6
|
+
import { pipelineCrmGetCompany } from "./actions/get-company.cjs";
|
|
7
|
+
import { pipelineCrmGetDeal } from "./actions/get-deal.cjs";
|
|
8
|
+
import { pipelineCrmGetStage } from "./actions/get-stage.cjs";
|
|
9
|
+
import { pipelineCrmGetTask } from "./actions/get-task.cjs";
|
|
10
|
+
import { pipelineCrmListCompanies } from "./actions/list-companies.cjs";
|
|
11
|
+
import { pipelineCrmListLeads } from "./actions/list-leads.cjs";
|
|
12
|
+
import { pipelineCrmListStages } from "./actions/list-stages.cjs";
|
|
13
|
+
import { pipelineCrmListTasks } from "./actions/list-tasks.cjs";
|
|
14
|
+
import { pipelineCrmListUsers } from "./actions/list-users.cjs";
|
|
15
|
+
import { pipelineCrmUpdateCompany } from "./actions/update-company.cjs";
|
|
16
|
+
import { pipelineCrm } from "./app.cjs";
|
|
17
|
+
import { pipelineCrmCatalog } from "./catalog.cjs";
|
|
18
|
+
export { pipelineCrm, pipelineCrmCatalog, pipelineCrmCreateCompany, pipelineCrmCreateDeal, pipelineCrmDeleteCompany, pipelineCrmDeleteDeal, pipelineCrmDeleteTask, pipelineCrmGetCompany, pipelineCrmGetDeal, pipelineCrmGetStage, pipelineCrmGetTask, pipelineCrmListCompanies, pipelineCrmListLeads, pipelineCrmListStages, pipelineCrmListTasks, pipelineCrmListUsers, pipelineCrmUpdateCompany };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { pipelineCrmCreateCompany } from "./actions/create-company.mjs";
|
|
2
|
+
import { pipelineCrmCreateDeal } from "./actions/create-deal.mjs";
|
|
3
|
+
import { pipelineCrmDeleteCompany } from "./actions/delete-company.mjs";
|
|
4
|
+
import { pipelineCrmDeleteDeal } from "./actions/delete-deal.mjs";
|
|
5
|
+
import { pipelineCrmDeleteTask } from "./actions/delete-task.mjs";
|
|
6
|
+
import { pipelineCrmGetCompany } from "./actions/get-company.mjs";
|
|
7
|
+
import { pipelineCrmGetDeal } from "./actions/get-deal.mjs";
|
|
8
|
+
import { pipelineCrmGetStage } from "./actions/get-stage.mjs";
|
|
9
|
+
import { pipelineCrmGetTask } from "./actions/get-task.mjs";
|
|
10
|
+
import { pipelineCrmListCompanies } from "./actions/list-companies.mjs";
|
|
11
|
+
import { pipelineCrmListLeads } from "./actions/list-leads.mjs";
|
|
12
|
+
import { pipelineCrmListStages } from "./actions/list-stages.mjs";
|
|
13
|
+
import { pipelineCrmListTasks } from "./actions/list-tasks.mjs";
|
|
14
|
+
import { pipelineCrmListUsers } from "./actions/list-users.mjs";
|
|
15
|
+
import { pipelineCrmUpdateCompany } from "./actions/update-company.mjs";
|
|
16
|
+
import { pipelineCrm } from "./app.mjs";
|
|
17
|
+
import { pipelineCrmCatalog } from "./catalog.mjs";
|
|
18
|
+
export { pipelineCrm, pipelineCrmCatalog, pipelineCrmCreateCompany, pipelineCrmCreateDeal, pipelineCrmDeleteCompany, pipelineCrmDeleteDeal, pipelineCrmDeleteTask, pipelineCrmGetCompany, pipelineCrmGetDeal, pipelineCrmGetStage, pipelineCrmGetTask, pipelineCrmListCompanies, pipelineCrmListLeads, pipelineCrmListStages, pipelineCrmListTasks, pipelineCrmListUsers, pipelineCrmUpdateCompany };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { pipelineCrm } from "./app.mjs";
|
|
2
|
+
import { pipelineCrmCatalog } from "./catalog.mjs";
|
|
3
|
+
import { pipelineCrmCreateCompany } from "./actions/create-company.mjs";
|
|
4
|
+
import { pipelineCrmCreateDeal } from "./actions/create-deal.mjs";
|
|
5
|
+
import { pipelineCrmDeleteCompany } from "./actions/delete-company.mjs";
|
|
6
|
+
import { pipelineCrmDeleteDeal } from "./actions/delete-deal.mjs";
|
|
7
|
+
import { pipelineCrmDeleteTask } from "./actions/delete-task.mjs";
|
|
8
|
+
import { pipelineCrmGetCompany } from "./actions/get-company.mjs";
|
|
9
|
+
import { pipelineCrmGetDeal } from "./actions/get-deal.mjs";
|
|
10
|
+
import { pipelineCrmGetStage } from "./actions/get-stage.mjs";
|
|
11
|
+
import { pipelineCrmGetTask } from "./actions/get-task.mjs";
|
|
12
|
+
import { pipelineCrmListCompanies } from "./actions/list-companies.mjs";
|
|
13
|
+
import { pipelineCrmListLeads } from "./actions/list-leads.mjs";
|
|
14
|
+
import { pipelineCrmListStages } from "./actions/list-stages.mjs";
|
|
15
|
+
import { pipelineCrmListTasks } from "./actions/list-tasks.mjs";
|
|
16
|
+
import { pipelineCrmListUsers } from "./actions/list-users.mjs";
|
|
17
|
+
import { pipelineCrmUpdateCompany } from "./actions/update-company.mjs";
|
|
18
|
+
import "./actions/index.mjs";
|
|
19
|
+
export { pipelineCrm, pipelineCrmCatalog, pipelineCrmCreateCompany, pipelineCrmCreateDeal, pipelineCrmDeleteCompany, pipelineCrmDeleteDeal, pipelineCrmDeleteTask, pipelineCrmGetCompany, pipelineCrmGetDeal, pipelineCrmGetStage, pipelineCrmGetTask, pipelineCrmListCompanies, pipelineCrmListLeads, pipelineCrmListStages, pipelineCrmListTasks, pipelineCrmListUsers, pipelineCrmUpdateCompany };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/pipeline_crm",
|
|
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/pipeline_crm"
|
|
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
|
+
}
|