@keystrokehq/rootly 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.
Files changed (82) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/delete-action-item.cjs +34 -0
  7. package/dist/actions/delete-action-item.cjs.map +1 -0
  8. package/dist/actions/delete-action-item.d.cts +9 -0
  9. package/dist/actions/delete-action-item.d.cts.map +1 -0
  10. package/dist/actions/delete-action-item.d.mts +9 -0
  11. package/dist/actions/delete-action-item.d.mts.map +1 -0
  12. package/dist/actions/delete-action-item.mjs +33 -0
  13. package/dist/actions/delete-action-item.mjs.map +1 -0
  14. package/dist/actions/delete-incident.cjs +16 -0
  15. package/dist/actions/delete-incident.cjs.map +1 -0
  16. package/dist/actions/delete-incident.d.cts +9 -0
  17. package/dist/actions/delete-incident.d.cts.map +1 -0
  18. package/dist/actions/delete-incident.d.mts +9 -0
  19. package/dist/actions/delete-incident.d.mts.map +1 -0
  20. package/dist/actions/delete-incident.mjs +13 -0
  21. package/dist/actions/delete-incident.mjs.map +1 -0
  22. package/dist/actions/get-action-item.cjs +60 -0
  23. package/dist/actions/get-action-item.cjs.map +1 -0
  24. package/dist/actions/get-action-item.d.cts +9 -0
  25. package/dist/actions/get-action-item.d.cts.map +1 -0
  26. package/dist/actions/get-action-item.d.mts +9 -0
  27. package/dist/actions/get-action-item.d.mts.map +1 -0
  28. package/dist/actions/get-action-item.mjs +59 -0
  29. package/dist/actions/get-action-item.mjs.map +1 -0
  30. package/dist/actions/get-incident.cjs +60 -0
  31. package/dist/actions/get-incident.cjs.map +1 -0
  32. package/dist/actions/get-incident.d.cts +9 -0
  33. package/dist/actions/get-incident.d.cts.map +1 -0
  34. package/dist/actions/get-incident.d.mts +9 -0
  35. package/dist/actions/get-incident.d.mts.map +1 -0
  36. package/dist/actions/get-incident.mjs +59 -0
  37. package/dist/actions/get-incident.mjs.map +1 -0
  38. package/dist/actions/index.cjs +13 -0
  39. package/dist/actions/index.d.cts +7 -0
  40. package/dist/actions/index.d.mts +7 -0
  41. package/dist/actions/index.mjs +7 -0
  42. package/dist/actions/list-action-items.cjs +68 -0
  43. package/dist/actions/list-action-items.cjs.map +1 -0
  44. package/dist/actions/list-action-items.d.cts +9 -0
  45. package/dist/actions/list-action-items.d.cts.map +1 -0
  46. package/dist/actions/list-action-items.d.mts +9 -0
  47. package/dist/actions/list-action-items.d.mts.map +1 -0
  48. package/dist/actions/list-action-items.mjs +67 -0
  49. package/dist/actions/list-action-items.mjs.map +1 -0
  50. package/dist/actions/update-incident.cjs +69 -0
  51. package/dist/actions/update-incident.cjs.map +1 -0
  52. package/dist/actions/update-incident.d.cts +9 -0
  53. package/dist/actions/update-incident.d.cts.map +1 -0
  54. package/dist/actions/update-incident.d.mts +9 -0
  55. package/dist/actions/update-incident.d.mts.map +1 -0
  56. package/dist/actions/update-incident.mjs +68 -0
  57. package/dist/actions/update-incident.mjs.map +1 -0
  58. package/dist/app.cjs +9 -0
  59. package/dist/app.cjs.map +1 -0
  60. package/dist/app.d.cts +5 -0
  61. package/dist/app.d.cts.map +1 -0
  62. package/dist/app.d.mts +5 -0
  63. package/dist/app.d.mts.map +1 -0
  64. package/dist/app.mjs +10 -0
  65. package/dist/app.mjs.map +1 -0
  66. package/dist/catalog.cjs +15 -0
  67. package/dist/catalog.cjs.map +1 -0
  68. package/dist/catalog.d.cts +14 -0
  69. package/dist/catalog.d.cts.map +1 -0
  70. package/dist/catalog.d.mts +14 -0
  71. package/dist/catalog.d.mts.map +1 -0
  72. package/dist/catalog.mjs +15 -0
  73. package/dist/catalog.mjs.map +1 -0
  74. package/dist/execute.cjs +18 -0
  75. package/dist/execute.cjs.map +1 -0
  76. package/dist/execute.mjs +18 -0
  77. package/dist/execute.mjs.map +1 -0
  78. package/dist/index.cjs +18 -0
  79. package/dist/index.d.cts +9 -0
  80. package/dist/index.d.mts +9 -0
  81. package/dist/index.mjs +10 -0
  82. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const rootly = defineApp({\n slug: \"rootly\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,SAAS,UAAU;CAC9B,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const rootlyCatalog = {
4
+ "slug": "rootly",
5
+ "name": "Rootly",
6
+ "description": "Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.",
7
+ "category": "IT Operations",
8
+ "logo": "https://logos.composio.dev/api/rootly",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.rootlyCatalog = rootlyCatalog;
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 rootlyCatalog = {\n \"slug\": \"rootly\",\n \"name\": \"Rootly\",\n \"description\": \"Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.\",\n \"category\": \"IT Operations\",\n \"logo\": \"https://logos.composio.dev/api/rootly\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,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 rootlyCatalog: {
4
+ readonly slug: "rootly";
5
+ readonly name: "Rootly";
6
+ readonly description: "Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.";
7
+ readonly category: "IT Operations";
8
+ readonly logo: "https://logos.composio.dev/api/rootly";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { rootlyCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const rootlyCatalog: {
4
+ readonly slug: "rootly";
5
+ readonly name: "Rootly";
6
+ readonly description: "Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.";
7
+ readonly category: "IT Operations";
8
+ readonly logo: "https://logos.composio.dev/api/rootly";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { rootlyCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const rootlyCatalog = {
4
+ "slug": "rootly",
5
+ "name": "Rootly",
6
+ "description": "Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.",
7
+ "category": "IT Operations",
8
+ "logo": "https://logos.composio.dev/api/rootly",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { rootlyCatalog };
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 rootlyCatalog = {\n \"slug\": \"rootly\",\n \"name\": \"Rootly\",\n \"description\": \"Rootly is an AI-native incident management platform that automates workflows and collaboration, integrating with Slack, PagerDuty, and other tools to streamline incident response.\",\n \"category\": \"IT Operations\",\n \"logo\": \"https://logos.composio.dev/api/rootly\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "rootly";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRootlyTool(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.executeRootlyTool = executeRootlyTool;
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 = \"rootly\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRootlyTool(\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,kBACpB,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"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "rootly";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRootlyTool(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 { executeRootlyTool };
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 = \"rootly\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRootlyTool(\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,kBACpB,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,18 @@
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_delete_action_item = require("./actions/delete-action-item.cjs");
5
+ const require_delete_incident = require("./actions/delete-incident.cjs");
6
+ const require_get_action_item = require("./actions/get-action-item.cjs");
7
+ const require_get_incident = require("./actions/get-incident.cjs");
8
+ const require_list_action_items = require("./actions/list-action-items.cjs");
9
+ const require_update_incident = require("./actions/update-incident.cjs");
10
+ require("./actions/index.cjs");
11
+ exports.rootly = require_app.rootly;
12
+ exports.rootlyCatalog = require_catalog.rootlyCatalog;
13
+ exports.rootlyDeleteActionItem = require_delete_action_item.rootlyDeleteActionItem;
14
+ exports.rootlyDeleteIncident = require_delete_incident.rootlyDeleteIncident;
15
+ exports.rootlyGetActionItem = require_get_action_item.rootlyGetActionItem;
16
+ exports.rootlyGetIncident = require_get_incident.rootlyGetIncident;
17
+ exports.rootlyListActionItems = require_list_action_items.rootlyListActionItems;
18
+ exports.rootlyUpdateIncident = require_update_incident.rootlyUpdateIncident;
@@ -0,0 +1,9 @@
1
+ import { rootlyDeleteActionItem } from "./actions/delete-action-item.cjs";
2
+ import { rootlyDeleteIncident } from "./actions/delete-incident.cjs";
3
+ import { rootlyGetActionItem } from "./actions/get-action-item.cjs";
4
+ import { rootlyGetIncident } from "./actions/get-incident.cjs";
5
+ import { rootlyListActionItems } from "./actions/list-action-items.cjs";
6
+ import { rootlyUpdateIncident } from "./actions/update-incident.cjs";
7
+ import { rootly } from "./app.cjs";
8
+ import { rootlyCatalog } from "./catalog.cjs";
9
+ export { rootly, rootlyCatalog, rootlyDeleteActionItem, rootlyDeleteIncident, rootlyGetActionItem, rootlyGetIncident, rootlyListActionItems, rootlyUpdateIncident };
@@ -0,0 +1,9 @@
1
+ import { rootlyDeleteActionItem } from "./actions/delete-action-item.mjs";
2
+ import { rootlyDeleteIncident } from "./actions/delete-incident.mjs";
3
+ import { rootlyGetActionItem } from "./actions/get-action-item.mjs";
4
+ import { rootlyGetIncident } from "./actions/get-incident.mjs";
5
+ import { rootlyListActionItems } from "./actions/list-action-items.mjs";
6
+ import { rootlyUpdateIncident } from "./actions/update-incident.mjs";
7
+ import { rootly } from "./app.mjs";
8
+ import { rootlyCatalog } from "./catalog.mjs";
9
+ export { rootly, rootlyCatalog, rootlyDeleteActionItem, rootlyDeleteIncident, rootlyGetActionItem, rootlyGetIncident, rootlyListActionItems, rootlyUpdateIncident };
package/dist/index.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { rootly } from "./app.mjs";
2
+ import { rootlyCatalog } from "./catalog.mjs";
3
+ import { rootlyDeleteActionItem } from "./actions/delete-action-item.mjs";
4
+ import { rootlyDeleteIncident } from "./actions/delete-incident.mjs";
5
+ import { rootlyGetActionItem } from "./actions/get-action-item.mjs";
6
+ import { rootlyGetIncident } from "./actions/get-incident.mjs";
7
+ import { rootlyListActionItems } from "./actions/list-action-items.mjs";
8
+ import { rootlyUpdateIncident } from "./actions/update-incident.mjs";
9
+ import "./actions/index.mjs";
10
+ export { rootly, rootlyCatalog, rootlyDeleteActionItem, rootlyDeleteIncident, rootlyGetActionItem, rootlyGetIncident, rootlyListActionItems, rootlyUpdateIncident };
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@keystrokehq/rootly",
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/rootly"
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
+ }