@keystrokehq/rollbar 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 (170) 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/check-team-project-assignment.cjs +26 -0
  7. package/dist/actions/check-team-project-assignment.cjs.map +1 -0
  8. package/dist/actions/check-team-project-assignment.d.cts +9 -0
  9. package/dist/actions/check-team-project-assignment.d.cts.map +1 -0
  10. package/dist/actions/check-team-project-assignment.d.mts +9 -0
  11. package/dist/actions/check-team-project-assignment.d.mts.map +1 -0
  12. package/dist/actions/check-team-project-assignment.mjs +25 -0
  13. package/dist/actions/check-team-project-assignment.mjs.map +1 -0
  14. package/dist/actions/check-user-team-assignment.cjs +26 -0
  15. package/dist/actions/check-user-team-assignment.cjs.map +1 -0
  16. package/dist/actions/check-user-team-assignment.d.cts +9 -0
  17. package/dist/actions/check-user-team-assignment.d.cts.map +1 -0
  18. package/dist/actions/check-user-team-assignment.d.mts +9 -0
  19. package/dist/actions/check-user-team-assignment.d.mts.map +1 -0
  20. package/dist/actions/check-user-team-assignment.mjs +25 -0
  21. package/dist/actions/check-user-team-assignment.mjs.map +1 -0
  22. package/dist/actions/get-occurrences-metrics.cjs +127 -0
  23. package/dist/actions/get-occurrences-metrics.cjs.map +1 -0
  24. package/dist/actions/get-occurrences-metrics.d.cts +9 -0
  25. package/dist/actions/get-occurrences-metrics.d.cts.map +1 -0
  26. package/dist/actions/get-occurrences-metrics.d.mts +9 -0
  27. package/dist/actions/get-occurrences-metrics.d.mts.map +1 -0
  28. package/dist/actions/get-occurrences-metrics.mjs +126 -0
  29. package/dist/actions/get-occurrences-metrics.mjs.map +1 -0
  30. package/dist/actions/get-project.cjs +32 -0
  31. package/dist/actions/get-project.cjs.map +1 -0
  32. package/dist/actions/get-project.d.cts +9 -0
  33. package/dist/actions/get-project.d.cts.map +1 -0
  34. package/dist/actions/get-project.d.mts +9 -0
  35. package/dist/actions/get-project.d.mts.map +1 -0
  36. package/dist/actions/get-project.mjs +31 -0
  37. package/dist/actions/get-project.mjs.map +1 -0
  38. package/dist/actions/get-team.cjs +25 -0
  39. package/dist/actions/get-team.cjs.map +1 -0
  40. package/dist/actions/get-team.d.cts +9 -0
  41. package/dist/actions/get-team.d.cts.map +1 -0
  42. package/dist/actions/get-team.d.mts +9 -0
  43. package/dist/actions/get-team.d.mts.map +1 -0
  44. package/dist/actions/get-team.mjs +24 -0
  45. package/dist/actions/get-team.mjs.map +1 -0
  46. package/dist/actions/get-ttr-metrics.cjs +61 -0
  47. package/dist/actions/get-ttr-metrics.cjs.map +1 -0
  48. package/dist/actions/get-ttr-metrics.d.cts +9 -0
  49. package/dist/actions/get-ttr-metrics.d.cts.map +1 -0
  50. package/dist/actions/get-ttr-metrics.d.mts +9 -0
  51. package/dist/actions/get-ttr-metrics.d.mts.map +1 -0
  52. package/dist/actions/get-ttr-metrics.mjs +60 -0
  53. package/dist/actions/get-ttr-metrics.mjs.map +1 -0
  54. package/dist/actions/get-user.cjs +25 -0
  55. package/dist/actions/get-user.cjs.map +1 -0
  56. package/dist/actions/get-user.d.cts +9 -0
  57. package/dist/actions/get-user.d.cts.map +1 -0
  58. package/dist/actions/get-user.d.mts +9 -0
  59. package/dist/actions/get-user.d.mts.map +1 -0
  60. package/dist/actions/get-user.mjs +24 -0
  61. package/dist/actions/get-user.mjs.map +1 -0
  62. package/dist/actions/index.cjs +35 -0
  63. package/dist/actions/index.d.cts +18 -0
  64. package/dist/actions/index.d.mts +18 -0
  65. package/dist/actions/index.mjs +18 -0
  66. package/dist/actions/list-all-projects.cjs +28 -0
  67. package/dist/actions/list-all-projects.cjs.map +1 -0
  68. package/dist/actions/list-all-projects.d.cts +9 -0
  69. package/dist/actions/list-all-projects.d.cts.map +1 -0
  70. package/dist/actions/list-all-projects.d.mts +9 -0
  71. package/dist/actions/list-all-projects.d.mts.map +1 -0
  72. package/dist/actions/list-all-projects.mjs +27 -0
  73. package/dist/actions/list-all-projects.mjs.map +1 -0
  74. package/dist/actions/list-all-teams.cjs +25 -0
  75. package/dist/actions/list-all-teams.cjs.map +1 -0
  76. package/dist/actions/list-all-teams.d.cts +9 -0
  77. package/dist/actions/list-all-teams.d.cts.map +1 -0
  78. package/dist/actions/list-all-teams.d.mts +9 -0
  79. package/dist/actions/list-all-teams.d.mts.map +1 -0
  80. package/dist/actions/list-all-teams.mjs +24 -0
  81. package/dist/actions/list-all-teams.mjs.map +1 -0
  82. package/dist/actions/list-all-users.cjs +25 -0
  83. package/dist/actions/list-all-users.cjs.map +1 -0
  84. package/dist/actions/list-all-users.d.cts +9 -0
  85. package/dist/actions/list-all-users.d.cts.map +1 -0
  86. package/dist/actions/list-all-users.d.mts +9 -0
  87. package/dist/actions/list-all-users.d.mts.map +1 -0
  88. package/dist/actions/list-all-users.mjs +24 -0
  89. package/dist/actions/list-all-users.mjs.map +1 -0
  90. package/dist/actions/list-project-teams.cjs +26 -0
  91. package/dist/actions/list-project-teams.cjs.map +1 -0
  92. package/dist/actions/list-project-teams.d.cts +9 -0
  93. package/dist/actions/list-project-teams.d.cts.map +1 -0
  94. package/dist/actions/list-project-teams.d.mts +9 -0
  95. package/dist/actions/list-project-teams.d.mts.map +1 -0
  96. package/dist/actions/list-project-teams.mjs +25 -0
  97. package/dist/actions/list-project-teams.mjs.map +1 -0
  98. package/dist/actions/list-rql-jobs.cjs +32 -0
  99. package/dist/actions/list-rql-jobs.cjs.map +1 -0
  100. package/dist/actions/list-rql-jobs.d.cts +9 -0
  101. package/dist/actions/list-rql-jobs.d.cts.map +1 -0
  102. package/dist/actions/list-rql-jobs.d.mts +9 -0
  103. package/dist/actions/list-rql-jobs.d.mts.map +1 -0
  104. package/dist/actions/list-rql-jobs.mjs +31 -0
  105. package/dist/actions/list-rql-jobs.mjs.map +1 -0
  106. package/dist/actions/list-team-invitations.cjs +31 -0
  107. package/dist/actions/list-team-invitations.cjs.map +1 -0
  108. package/dist/actions/list-team-invitations.d.cts +9 -0
  109. package/dist/actions/list-team-invitations.d.cts.map +1 -0
  110. package/dist/actions/list-team-invitations.d.mts +9 -0
  111. package/dist/actions/list-team-invitations.d.mts.map +1 -0
  112. package/dist/actions/list-team-invitations.mjs +30 -0
  113. package/dist/actions/list-team-invitations.mjs.map +1 -0
  114. package/dist/actions/list-team-projects.cjs +23 -0
  115. package/dist/actions/list-team-projects.cjs.map +1 -0
  116. package/dist/actions/list-team-projects.d.cts +9 -0
  117. package/dist/actions/list-team-projects.d.cts.map +1 -0
  118. package/dist/actions/list-team-projects.d.mts +9 -0
  119. package/dist/actions/list-team-projects.d.mts.map +1 -0
  120. package/dist/actions/list-team-projects.mjs +22 -0
  121. package/dist/actions/list-team-projects.mjs.map +1 -0
  122. package/dist/actions/list-team-users.cjs +26 -0
  123. package/dist/actions/list-team-users.cjs.map +1 -0
  124. package/dist/actions/list-team-users.d.cts +9 -0
  125. package/dist/actions/list-team-users.d.cts.map +1 -0
  126. package/dist/actions/list-team-users.d.mts +9 -0
  127. package/dist/actions/list-team-users.d.mts.map +1 -0
  128. package/dist/actions/list-team-users.mjs +25 -0
  129. package/dist/actions/list-team-users.mjs.map +1 -0
  130. package/dist/actions/list-user-projects.cjs +26 -0
  131. package/dist/actions/list-user-projects.cjs.map +1 -0
  132. package/dist/actions/list-user-projects.d.cts +9 -0
  133. package/dist/actions/list-user-projects.d.cts.map +1 -0
  134. package/dist/actions/list-user-projects.d.mts +9 -0
  135. package/dist/actions/list-user-projects.d.mts.map +1 -0
  136. package/dist/actions/list-user-projects.mjs +25 -0
  137. package/dist/actions/list-user-projects.mjs.map +1 -0
  138. package/dist/actions/list-user-teams.cjs +25 -0
  139. package/dist/actions/list-user-teams.cjs.map +1 -0
  140. package/dist/actions/list-user-teams.d.cts +9 -0
  141. package/dist/actions/list-user-teams.d.cts.map +1 -0
  142. package/dist/actions/list-user-teams.d.mts +9 -0
  143. package/dist/actions/list-user-teams.d.mts.map +1 -0
  144. package/dist/actions/list-user-teams.mjs +24 -0
  145. package/dist/actions/list-user-teams.mjs.map +1 -0
  146. package/dist/app.cjs +9 -0
  147. package/dist/app.cjs.map +1 -0
  148. package/dist/app.d.cts +5 -0
  149. package/dist/app.d.cts.map +1 -0
  150. package/dist/app.d.mts +5 -0
  151. package/dist/app.d.mts.map +1 -0
  152. package/dist/app.mjs +10 -0
  153. package/dist/app.mjs.map +1 -0
  154. package/dist/catalog.cjs +15 -0
  155. package/dist/catalog.cjs.map +1 -0
  156. package/dist/catalog.d.cts +14 -0
  157. package/dist/catalog.d.cts.map +1 -0
  158. package/dist/catalog.d.mts +14 -0
  159. package/dist/catalog.d.mts.map +1 -0
  160. package/dist/catalog.mjs +15 -0
  161. package/dist/catalog.mjs.map +1 -0
  162. package/dist/execute.cjs +18 -0
  163. package/dist/execute.cjs.map +1 -0
  164. package/dist/execute.mjs +18 -0
  165. package/dist/execute.mjs.map +1 -0
  166. package/dist/index.cjs +40 -0
  167. package/dist/index.d.cts +20 -0
  168. package/dist/index.d.mts +20 -0
  169. package/dist/index.mjs +21 -0
  170. package/package.json +49 -0
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-team-invitations.ts
4
+ const RollbarListTeamInvitationsInput = z.object({
5
+ page: z.number().int().describe("Page number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.").optional(),
6
+ team_id: z.number().int().describe("Unique identifier of the team to list invitations for.")
7
+ }).describe("Request model for listing pending invitations to a Rollbar team.");
8
+ const RollbarListTeamInvitations_InvitationSchema = z.object({
9
+ id: z.number().int().describe("Unique identifier for the invitation."),
10
+ status: z.string().describe("Current status of the invitation (e.g., pending, accepted, declined)."),
11
+ team_id: z.number().int().describe("Identifier of the team the invitation is for."),
12
+ to_email: z.string().describe("Email address of the person invited to the team."),
13
+ date_created: z.number().int().describe("Unix timestamp when the invitation was created."),
14
+ from_user_id: z.number().int().describe("User ID of the person who sent the invitation."),
15
+ date_redeemed: z.number().int().describe("Unix timestamp when the invitation was redeemed/accepted. Null if not yet redeemed.").nullable().optional()
16
+ }).describe("Represents a pending invitation to a Rollbar team.");
17
+ const rollbarListTeamInvitations = action("ROLLBAR_LIST_TEAM_INVITATIONS", {
18
+ slug: "rollbar-list-team-invitations",
19
+ name: "List Team Invitations",
20
+ description: "Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.",
21
+ input: RollbarListTeamInvitationsInput,
22
+ output: z.object({
23
+ err: z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error."),
24
+ result: z.array(RollbarListTeamInvitations_InvitationSchema).describe("List of invitation objects for the team.")
25
+ }).describe("Response containing the list of team invitations and error status.")
26
+ });
27
+ //#endregion
28
+ export { rollbarListTeamInvitations };
29
+
30
+ //# sourceMappingURL=list-team-invitations.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-invitations.mjs","names":[],"sources":["../../src/actions/list-team-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamInvitationsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.\").optional(),\n team_id: z.number().int().describe(\"Unique identifier of the team to list invitations for.\"),\n}).describe(\"Request model for listing pending invitations to a Rollbar team.\");\nconst RollbarListTeamInvitations_InvitationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the invitation.\"),\n status: z.string().describe(\"Current status of the invitation (e.g., pending, accepted, declined).\"),\n team_id: z.number().int().describe(\"Identifier of the team the invitation is for.\"),\n to_email: z.string().describe(\"Email address of the person invited to the team.\"),\n date_created: z.number().int().describe(\"Unix timestamp when the invitation was created.\"),\n from_user_id: z.number().int().describe(\"User ID of the person who sent the invitation.\"),\n date_redeemed: z.number().int().describe(\"Unix timestamp when the invitation was redeemed/accepted. Null if not yet redeemed.\").nullable().optional(),\n}).describe(\"Represents a pending invitation to a Rollbar team.\");\nexport const RollbarListTeamInvitationsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\"),\n result: z.array(RollbarListTeamInvitations_InvitationSchema).describe(\"List of invitation objects for the team.\"),\n}).describe(\"Response containing the list of team invitations and error status.\");\n\nexport const rollbarListTeamInvitations = action(\"ROLLBAR_LIST_TEAM_INVITATIONS\", {\n slug: \"rollbar-list-team-invitations\",\n name: \"List Team Invitations\",\n description: \"Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.\",\n input: RollbarListTeamInvitationsInput,\n output: RollbarListTeamInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC/J,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;AAC7F,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACnG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAChF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CACzF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACxF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAMhE,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4D,EAAE,OAAO;EACrE,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;EAC9F,QAAQ,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,0CAA0C;CAClH,CAAC,CAAC,CAAC,SAAS,oEAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-team-projects.ts
4
+ const RollbarListTeamProjectsInput = zod.z.object({ team_id: zod.z.number().int().describe("The unique identifier of the team whose projects you want to list.") }).describe("Request model for listing all projects a team has access to.");
5
+ const RollbarListTeamProjects_TeamProjectSchema = zod.z.object({
6
+ team_id: zod.z.number().int().describe("The identifier for the team."),
7
+ project_id: zod.z.number().int().describe("The identifier for the project.")
8
+ }).describe("Represents a single project associated with a team.");
9
+ const RollbarListTeamProjectsOutput = zod.z.object({
10
+ err: zod.z.number().int().describe("Error code. 0 indicates success."),
11
+ result: zod.z.array(RollbarListTeamProjects_TeamProjectSchema).describe("List of projects the team has access to, with team_id and project_id for each.")
12
+ }).describe("Response containing the list of projects a team has access to.");
13
+ const rollbarListTeamProjects = require_action.action("ROLLBAR_LIST_TEAM_PROJECTS", {
14
+ slug: "rollbar-list-team-projects",
15
+ name: "List Team Projects",
16
+ description: "Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team.",
17
+ input: RollbarListTeamProjectsInput,
18
+ output: RollbarListTeamProjectsOutput
19
+ });
20
+ //#endregion
21
+ exports.rollbarListTeamProjects = rollbarListTeamProjects;
22
+
23
+ //# sourceMappingURL=list-team-projects.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-team-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamProjectsInput: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The unique identifier of the team whose projects you want to list.\"),\n}).describe(\"Request model for listing all projects a team has access to.\");\nconst RollbarListTeamProjects_TeamProjectSchema: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The identifier for the team.\"),\n project_id: z.number().int().describe(\"The identifier for the project.\"),\n}).describe(\"Represents a single project associated with a team.\");\nexport const RollbarListTeamProjectsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: z.array(RollbarListTeamProjects_TeamProjectSchema).describe(\"List of projects the team has access to, with team_id and project_id for each.\"),\n}).describe(\"Response containing the list of projects a team has access to.\");\n\nexport const rollbarListTeamProjects = action(\"ROLLBAR_LIST_TEAM_PROJECTS\", {\n slug: \"rollbar-list-team-projects\",\n name: \"List Team Projects\",\n description: \"Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team.\",\n input: RollbarListTeamProjectsInput,\n output: RollbarListTeamProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,EACzG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;AACzE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,QAAQA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,gFAAgF;AACtJ,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-team-projects.d.ts
4
+ declare const RollbarListTeamProjectsInput: z.ZodTypeAny;
5
+ declare const RollbarListTeamProjectsOutput: z.ZodTypeAny;
6
+ declare const rollbarListTeamProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListTeamProjects };
9
+ //# sourceMappingURL=list-team-projects.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-projects.d.cts","names":[],"sources":["../../src/actions/list-team-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE8B;AAAA,cAK9D,6BAAA,EAA+B,CAAA,CAAE,UAG+B;AAAA,cAEhE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-team-projects.d.ts
4
+ declare const RollbarListTeamProjectsInput: z.ZodTypeAny;
5
+ declare const RollbarListTeamProjectsOutput: z.ZodTypeAny;
6
+ declare const rollbarListTeamProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListTeamProjects };
9
+ //# sourceMappingURL=list-team-projects.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-projects.d.mts","names":[],"sources":["../../src/actions/list-team-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE8B;AAAA,cAK9D,6BAAA,EAA+B,CAAA,CAAE,UAG+B;AAAA,cAEhE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-team-projects.ts
4
+ const RollbarListTeamProjectsInput = z.object({ team_id: z.number().int().describe("The unique identifier of the team whose projects you want to list.") }).describe("Request model for listing all projects a team has access to.");
5
+ const RollbarListTeamProjects_TeamProjectSchema = z.object({
6
+ team_id: z.number().int().describe("The identifier for the team."),
7
+ project_id: z.number().int().describe("The identifier for the project.")
8
+ }).describe("Represents a single project associated with a team.");
9
+ const rollbarListTeamProjects = action("ROLLBAR_LIST_TEAM_PROJECTS", {
10
+ slug: "rollbar-list-team-projects",
11
+ name: "List Team Projects",
12
+ description: "Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team.",
13
+ input: RollbarListTeamProjectsInput,
14
+ output: z.object({
15
+ err: z.number().int().describe("Error code. 0 indicates success."),
16
+ result: z.array(RollbarListTeamProjects_TeamProjectSchema).describe("List of projects the team has access to, with team_id and project_id for each.")
17
+ }).describe("Response containing the list of projects a team has access to.")
18
+ });
19
+ //#endregion
20
+ export { rollbarListTeamProjects };
21
+
22
+ //# sourceMappingURL=list-team-projects.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-projects.mjs","names":[],"sources":["../../src/actions/list-team-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamProjectsInput: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The unique identifier of the team whose projects you want to list.\"),\n}).describe(\"Request model for listing all projects a team has access to.\");\nconst RollbarListTeamProjects_TeamProjectSchema: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The identifier for the team.\"),\n project_id: z.number().int().describe(\"The identifier for the project.\"),\n}).describe(\"Represents a single project associated with a team.\");\nexport const RollbarListTeamProjectsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: z.array(RollbarListTeamProjects_TeamProjectSchema).describe(\"List of projects the team has access to, with team_id and project_id for each.\"),\n}).describe(\"Response containing the list of projects a team has access to.\");\n\nexport const rollbarListTeamProjects = action(\"ROLLBAR_LIST_TEAM_PROJECTS\", {\n slug: \"rollbar-list-team-projects\",\n name: \"List Team Projects\",\n description: \"Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team.\",\n input: RollbarListTeamProjectsInput,\n output: RollbarListTeamProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,EACzG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4CAA0D,EAAE,OAAO;CACvE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACjE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;AACzE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACjE,QAAQ,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,gFAAgF;CACtJ,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-team-users.ts
4
+ const RollbarListTeamUsersInput = zod.z.object({
5
+ page: zod.z.number().int().default(1).describe("Results are returned in sets of 5000. Access more results by specifying page=2, etc.").optional(),
6
+ team_id: zod.z.number().int().describe("The unique identifier for the team.")
7
+ }).describe("Request model for listing team users.");
8
+ const RollbarListTeamUsers_TeamUserSchema = zod.z.object({
9
+ team_id: zod.z.number().int().describe("The team ID.").nullable().optional(),
10
+ user_id: zod.z.number().int().describe("The user ID.").nullable().optional()
11
+ }).describe("Represents a user in a team.");
12
+ const RollbarListTeamUsersOutput = zod.z.object({
13
+ err: zod.z.number().int().describe("Error code. 0 indicates success.").nullable().optional(),
14
+ result: zod.z.array(RollbarListTeamUsers_TeamUserSchema).describe("List of team users.").nullable().optional()
15
+ }).describe("Response model for listing team users.");
16
+ const rollbarListTeamUsers = require_action.action("ROLLBAR_LIST_TEAM_USERS", {
17
+ slug: "rollbar-list-team-users",
18
+ name: "List Team Users",
19
+ description: "Tool to list all users in a Rollbar team. Use when you need to retrieve team membership information.",
20
+ input: RollbarListTeamUsersInput,
21
+ output: RollbarListTeamUsersOutput
22
+ });
23
+ //#endregion
24
+ exports.rollbarListTeamUsers = rollbarListTeamUsers;
25
+
26
+ //# sourceMappingURL=list-team-users.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-users.cjs","names":["z","action"],"sources":["../../src/actions/list-team-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamUsersInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Results are returned in sets of 5000. Access more results by specifying page=2, etc.\").optional(),\n team_id: z.number().int().describe(\"The unique identifier for the team.\"),\n}).describe(\"Request model for listing team users.\");\nconst RollbarListTeamUsers_TeamUserSchema: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The team ID.\").nullable().optional(),\n user_id: z.number().int().describe(\"The user ID.\").nullable().optional(),\n}).describe(\"Represents a user in a team.\");\nexport const RollbarListTeamUsersOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable().optional(),\n result: z.array(RollbarListTeamUsers_TeamUserSchema).describe(\"List of team users.\").nullable().optional(),\n}).describe(\"Response model for listing team users.\");\n\nexport const rollbarListTeamUsers = action(\"ROLLBAR_LIST_TEAM_USERS\", {\n slug: \"rollbar-list-team-users\",\n name: \"List Team Users\",\n description: \"Tool to list all users in a Rollbar team. Use when you need to retrieve team membership information.\",\n input: RollbarListTeamUsersInput,\n output: RollbarListTeamUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC5I,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC1E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-team-users.d.ts
4
+ declare const RollbarListTeamUsersInput: z.ZodTypeAny;
5
+ declare const RollbarListTeamUsersOutput: z.ZodTypeAny;
6
+ declare const rollbarListTeamUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListTeamUsers };
9
+ //# sourceMappingURL=list-team-users.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-users.d.cts","names":[],"sources":["../../src/actions/list-team-users.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGU;AAAA,cAKvC,0BAAA,EAA4B,CAAA,CAAE,UAGU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-team-users.d.ts
4
+ declare const RollbarListTeamUsersInput: z.ZodTypeAny;
5
+ declare const RollbarListTeamUsersOutput: z.ZodTypeAny;
6
+ declare const rollbarListTeamUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListTeamUsers };
9
+ //# sourceMappingURL=list-team-users.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-users.d.mts","names":[],"sources":["../../src/actions/list-team-users.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGU;AAAA,cAKvC,0BAAA,EAA4B,CAAA,CAAE,UAGU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-team-users.ts
4
+ const RollbarListTeamUsersInput = z.object({
5
+ page: z.number().int().default(1).describe("Results are returned in sets of 5000. Access more results by specifying page=2, etc.").optional(),
6
+ team_id: z.number().int().describe("The unique identifier for the team.")
7
+ }).describe("Request model for listing team users.");
8
+ const RollbarListTeamUsers_TeamUserSchema = z.object({
9
+ team_id: z.number().int().describe("The team ID.").nullable().optional(),
10
+ user_id: z.number().int().describe("The user ID.").nullable().optional()
11
+ }).describe("Represents a user in a team.");
12
+ const rollbarListTeamUsers = action("ROLLBAR_LIST_TEAM_USERS", {
13
+ slug: "rollbar-list-team-users",
14
+ name: "List Team Users",
15
+ description: "Tool to list all users in a Rollbar team. Use when you need to retrieve team membership information.",
16
+ input: RollbarListTeamUsersInput,
17
+ output: z.object({
18
+ err: z.number().int().describe("Error code. 0 indicates success.").nullable().optional(),
19
+ result: z.array(RollbarListTeamUsers_TeamUserSchema).describe("List of team users.").nullable().optional()
20
+ }).describe("Response model for listing team users.")
21
+ });
22
+ //#endregion
23
+ export { rollbarListTeamUsers };
24
+
25
+ //# sourceMappingURL=list-team-users.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-team-users.mjs","names":[],"sources":["../../src/actions/list-team-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamUsersInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Results are returned in sets of 5000. Access more results by specifying page=2, etc.\").optional(),\n team_id: z.number().int().describe(\"The unique identifier for the team.\"),\n}).describe(\"Request model for listing team users.\");\nconst RollbarListTeamUsers_TeamUserSchema: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The team ID.\").nullable().optional(),\n user_id: z.number().int().describe(\"The user ID.\").nullable().optional(),\n}).describe(\"Represents a user in a team.\");\nexport const RollbarListTeamUsersOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable().optional(),\n result: z.array(RollbarListTeamUsers_TeamUserSchema).describe(\"List of team users.\").nullable().optional(),\n}).describe(\"Response model for listing team users.\");\n\nexport const rollbarListTeamUsers = action(\"ROLLBAR_LIST_TEAM_USERS\", {\n slug: \"rollbar-list-team-users\",\n name: \"List Team Users\",\n description: \"Tool to list all users in a Rollbar team. Use when you need to retrieve team membership information.\",\n input: RollbarListTeamUsersInput,\n output: RollbarListTeamUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC5I,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC1E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,sCAAoD,EAAE,OAAO;CACjE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAM1C,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsD,EAAE,OAAO;EAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,QAAQ,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-user-projects.ts
4
+ const RollbarListUserProjectsInput = zod.z.object({ user_id: zod.z.number().int().describe("The unique identifier of the user whose projects to retrieve.") }).describe("Request parameters for listing a user's projects.");
5
+ const RollbarListUserProjects_UserProjectSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the project."),
7
+ slug: zod.z.string().describe("URL-friendly project identifier."),
8
+ status: zod.z.number().int().describe("Project status indicator."),
9
+ account_id: zod.z.number().int().describe("Account ID that owns this project.")
10
+ }).describe("Represents a project accessible to a user.");
11
+ const RollbarListUserProjects_ProjectsResultSchema = zod.z.object({ projects: zod.z.array(RollbarListUserProjects_UserProjectSchema).describe("List of projects the user has access to.") }).describe("Result object containing the list of projects.");
12
+ const RollbarListUserProjectsOutput = zod.z.object({
13
+ err: zod.z.number().int().describe("Error code. 0 indicates success."),
14
+ result: RollbarListUserProjects_ProjectsResultSchema.nullable()
15
+ }).describe("Response schema for listing a user's projects.");
16
+ const rollbarListUserProjects = require_action.action("ROLLBAR_LIST_USER_PROJECTS", {
17
+ slug: "rollbar-list-user-projects",
18
+ name: "List User Projects",
19
+ description: "Tool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID.",
20
+ input: RollbarListUserProjectsInput,
21
+ output: RollbarListUserProjectsOutput
22
+ });
23
+ //#endregion
24
+ exports.rollbarListUserProjects = rollbarListUserProjects;
25
+
26
+ //# sourceMappingURL=list-user-projects.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-user-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListUserProjectsInput: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"The unique identifier of the user whose projects to retrieve.\"),\n}).describe(\"Request parameters for listing a user's projects.\");\nconst RollbarListUserProjects_UserProjectSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the project.\"),\n slug: z.string().describe(\"URL-friendly project identifier.\"),\n status: z.number().int().describe(\"Project status indicator.\"),\n account_id: z.number().int().describe(\"Account ID that owns this project.\"),\n}).describe(\"Represents a project accessible to a user.\");\nconst RollbarListUserProjects_ProjectsResultSchema: z.ZodTypeAny = z.object({\n projects: z.array(RollbarListUserProjects_UserProjectSchema).describe(\"List of projects the user has access to.\"),\n}).describe(\"Result object containing the list of projects.\");\nexport const RollbarListUserProjectsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: RollbarListUserProjects_ProjectsResultSchema.nullable(),\n}).describe(\"Response schema for listing a user's projects.\");\n\nexport const rollbarListUserProjects = action(\"ROLLBAR_LIST_USER_PROJECTS\", {\n slug: \"rollbar-list-user-projects\",\n name: \"List User Projects\",\n description: \"Tool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID.\",\n input: RollbarListUserProjectsInput,\n output: RollbarListUserProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EACpG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AAC5E,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO,EAC1E,UAAUA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,0CAA0C,EAClH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,QAAQ,6CAA6C,SAAS;AAChE,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-user-projects.d.ts
4
+ declare const RollbarListUserProjectsInput: z.ZodTypeAny;
5
+ declare const RollbarListUserProjectsOutput: z.ZodTypeAny;
6
+ declare const rollbarListUserProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListUserProjects };
9
+ //# sourceMappingURL=list-user-projects.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-projects.d.cts","names":[],"sources":["../../src/actions/list-user-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEmB;AAAA,cAUnD,6BAAA,EAA+B,CAAA,CAAE,UAGe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-user-projects.d.ts
4
+ declare const RollbarListUserProjectsInput: z.ZodTypeAny;
5
+ declare const RollbarListUserProjectsOutput: z.ZodTypeAny;
6
+ declare const rollbarListUserProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListUserProjects };
9
+ //# sourceMappingURL=list-user-projects.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-projects.d.mts","names":[],"sources":["../../src/actions/list-user-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEmB;AAAA,cAUnD,6BAAA,EAA+B,CAAA,CAAE,UAGe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-user-projects.ts
4
+ const RollbarListUserProjectsInput = z.object({ user_id: z.number().int().describe("The unique identifier of the user whose projects to retrieve.") }).describe("Request parameters for listing a user's projects.");
5
+ const RollbarListUserProjects_UserProjectSchema = z.object({
6
+ id: z.number().int().describe("Unique identifier for the project."),
7
+ slug: z.string().describe("URL-friendly project identifier."),
8
+ status: z.number().int().describe("Project status indicator."),
9
+ account_id: z.number().int().describe("Account ID that owns this project.")
10
+ }).describe("Represents a project accessible to a user.");
11
+ const RollbarListUserProjects_ProjectsResultSchema = z.object({ projects: z.array(RollbarListUserProjects_UserProjectSchema).describe("List of projects the user has access to.") }).describe("Result object containing the list of projects.");
12
+ const rollbarListUserProjects = action("ROLLBAR_LIST_USER_PROJECTS", {
13
+ slug: "rollbar-list-user-projects",
14
+ name: "List User Projects",
15
+ description: "Tool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID.",
16
+ input: RollbarListUserProjectsInput,
17
+ output: z.object({
18
+ err: z.number().int().describe("Error code. 0 indicates success."),
19
+ result: RollbarListUserProjects_ProjectsResultSchema.nullable()
20
+ }).describe("Response schema for listing a user's projects.")
21
+ });
22
+ //#endregion
23
+ export { rollbarListUserProjects };
24
+
25
+ //# sourceMappingURL=list-user-projects.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-projects.mjs","names":[],"sources":["../../src/actions/list-user-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListUserProjectsInput: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"The unique identifier of the user whose projects to retrieve.\"),\n}).describe(\"Request parameters for listing a user's projects.\");\nconst RollbarListUserProjects_UserProjectSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the project.\"),\n slug: z.string().describe(\"URL-friendly project identifier.\"),\n status: z.number().int().describe(\"Project status indicator.\"),\n account_id: z.number().int().describe(\"Account ID that owns this project.\"),\n}).describe(\"Represents a project accessible to a user.\");\nconst RollbarListUserProjects_ProjectsResultSchema: z.ZodTypeAny = z.object({\n projects: z.array(RollbarListUserProjects_UserProjectSchema).describe(\"List of projects the user has access to.\"),\n}).describe(\"Result object containing the list of projects.\");\nexport const RollbarListUserProjectsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: RollbarListUserProjects_ProjectsResultSchema.nullable(),\n}).describe(\"Response schema for listing a user's projects.\");\n\nexport const rollbarListUserProjects = action(\"ROLLBAR_LIST_USER_PROJECTS\", {\n slug: \"rollbar-list-user-projects\",\n name: \"List User Projects\",\n description: \"Tool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID.\",\n input: RollbarListUserProjectsInput,\n output: RollbarListUserProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EACpG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AAC5E,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,+CAA6D,EAAE,OAAO,EAC1E,UAAU,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,0CAA0C,EAClH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAM5D,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACjE,QAAQ,6CAA6C,SAAS;CAChE,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-user-teams.ts
4
+ const RollbarListUserTeamsInput = zod.z.object({ user_id: zod.z.string().describe("The unique identifier of the user whose teams you want to list.") }).describe("Request model for listing all teams a user belongs to.");
5
+ const RollbarListUserTeams_TeamSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the team.").nullable().optional(),
7
+ name: zod.z.string().describe("Name of the team.").nullable().optional(),
8
+ account_id: zod.z.number().int().describe("The account ID this team belongs to.").nullable().optional(),
9
+ access_level: zod.z.string().describe("Access level of the user in this team.").nullable().optional()
10
+ }).describe("Model representing a team in Rollbar.");
11
+ const RollbarListUserTeamsOutput = zod.z.object({
12
+ err: zod.z.number().int().describe("Error code. 0 indicates success."),
13
+ teams: zod.z.array(RollbarListUserTeams_TeamSchema).describe("List of teams the user belongs to.").nullable().optional()
14
+ }).describe("Response model for listing all teams a user belongs to.");
15
+ const rollbarListUserTeams = require_action.action("ROLLBAR_LIST_USER_TEAMS", {
16
+ slug: "rollbar-list-user-teams",
17
+ name: "List User Teams",
18
+ description: "Tool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user.",
19
+ input: RollbarListUserTeamsInput,
20
+ output: RollbarListUserTeamsOutput
21
+ });
22
+ //#endregion
23
+ exports.rollbarListUserTeams = rollbarListUserTeams;
24
+
25
+ //# sourceMappingURL=list-user-teams.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-user-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListUserTeamsInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier of the user whose teams you want to list.\"),\n}).describe(\"Request model for listing all teams a user belongs to.\");\nconst RollbarListUserTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the team.\").nullable().optional(),\n name: z.string().describe(\"Name of the team.\").nullable().optional(),\n account_id: z.number().int().describe(\"The account ID this team belongs to.\").nullable().optional(),\n access_level: z.string().describe(\"Access level of the user in this team.\").nullable().optional(),\n}).describe(\"Model representing a team in Rollbar.\");\nexport const RollbarListUserTeamsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n teams: z.array(RollbarListUserTeams_TeamSchema).describe(\"List of teams the user belongs to.\").nullable().optional(),\n}).describe(\"Response model for listing all teams a user belongs to.\");\n\nexport const rollbarListUserTeams = action(\"ROLLBAR_LIST_USER_TEAMS\", {\n slug: \"rollbar-list-user-teams\",\n name: \"List User Teams\",\n description: \"Tool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user.\",\n input: RollbarListUserTeamsInput,\n output: RollbarListUserTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,EAChG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,OAAOA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-user-teams.d.ts
4
+ declare const RollbarListUserTeamsInput: z.ZodTypeAny;
5
+ declare const RollbarListUserTeamsOutput: z.ZodTypeAny;
6
+ declare const rollbarListUserTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListUserTeams };
9
+ //# sourceMappingURL=list-user-teams.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-teams.d.cts","names":[],"sources":["../../src/actions/list-user-teams.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE2B;AAAA,cAOxD,0BAAA,EAA4B,CAAA,CAAE,UAG2B;AAAA,cAEzD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-user-teams.d.ts
4
+ declare const RollbarListUserTeamsInput: z.ZodTypeAny;
5
+ declare const RollbarListUserTeamsOutput: z.ZodTypeAny;
6
+ declare const rollbarListUserTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rollbarListUserTeams };
9
+ //# sourceMappingURL=list-user-teams.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-teams.d.mts","names":[],"sources":["../../src/actions/list-user-teams.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE2B;AAAA,cAOxD,0BAAA,EAA4B,CAAA,CAAE,UAG2B;AAAA,cAEzD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-user-teams.ts
4
+ const RollbarListUserTeamsInput = z.object({ user_id: z.string().describe("The unique identifier of the user whose teams you want to list.") }).describe("Request model for listing all teams a user belongs to.");
5
+ const RollbarListUserTeams_TeamSchema = z.object({
6
+ id: z.number().int().describe("Unique identifier for the team.").nullable().optional(),
7
+ name: z.string().describe("Name of the team.").nullable().optional(),
8
+ account_id: z.number().int().describe("The account ID this team belongs to.").nullable().optional(),
9
+ access_level: z.string().describe("Access level of the user in this team.").nullable().optional()
10
+ }).describe("Model representing a team in Rollbar.");
11
+ const rollbarListUserTeams = action("ROLLBAR_LIST_USER_TEAMS", {
12
+ slug: "rollbar-list-user-teams",
13
+ name: "List User Teams",
14
+ description: "Tool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user.",
15
+ input: RollbarListUserTeamsInput,
16
+ output: z.object({
17
+ err: z.number().int().describe("Error code. 0 indicates success."),
18
+ teams: z.array(RollbarListUserTeams_TeamSchema).describe("List of teams the user belongs to.").nullable().optional()
19
+ }).describe("Response model for listing all teams a user belongs to.")
20
+ });
21
+ //#endregion
22
+ export { rollbarListUserTeams };
23
+
24
+ //# sourceMappingURL=list-user-teams.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-teams.mjs","names":[],"sources":["../../src/actions/list-user-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListUserTeamsInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier of the user whose teams you want to list.\"),\n}).describe(\"Request model for listing all teams a user belongs to.\");\nconst RollbarListUserTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the team.\").nullable().optional(),\n name: z.string().describe(\"Name of the team.\").nullable().optional(),\n account_id: z.number().int().describe(\"The account ID this team belongs to.\").nullable().optional(),\n access_level: z.string().describe(\"Access level of the user in this team.\").nullable().optional(),\n}).describe(\"Model representing a team in Rollbar.\");\nexport const RollbarListUserTeamsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n teams: z.array(RollbarListUserTeams_TeamSchema).describe(\"List of teams the user belongs to.\").nullable().optional(),\n}).describe(\"Response model for listing all teams a user belongs to.\");\n\nexport const rollbarListUserTeams = action(\"ROLLBAR_LIST_USER_TEAMS\", {\n slug: \"rollbar-list-user-teams\",\n name: \"List User Teams\",\n description: \"Tool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user.\",\n input: RollbarListUserTeamsInput,\n output: RollbarListUserTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,EAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,EAChG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,kCAAgD,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAMnD,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsD,EAAE,OAAO;EAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACjE,OAAO,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const rollbar = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "rollbar",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.rollbar = rollbar;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const rollbar = defineApp({\n slug: \"rollbar\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,WAAA,uCAAA,CAAA,CAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const rollbar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { rollbar };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const rollbar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { rollbar };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const rollbar = defineApp({
4
+ slug: "rollbar",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { rollbar };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const rollbar = defineApp({\n slug: \"rollbar\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,UAAU,UAAU;CAC/B,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 rollbarCatalog = {
4
+ "slug": "rollbar",
5
+ "name": "Rollbar",
6
+ "description": "Error tracking and monitoring platform for developers",
7
+ "category": "Developer Tools",
8
+ "logo": "https://logos.composio.dev/api/rollbar",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.rollbarCatalog = rollbarCatalog;
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 rollbarCatalog = {\n \"slug\": \"rollbar\",\n \"name\": \"Rollbar\",\n \"description\": \"Error tracking and monitoring platform for developers\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/rollbar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,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 rollbarCatalog: {
4
+ readonly slug: "rollbar";
5
+ readonly name: "Rollbar";
6
+ readonly description: "Error tracking and monitoring platform for developers";
7
+ readonly category: "Developer Tools";
8
+ readonly logo: "https://logos.composio.dev/api/rollbar";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { rollbarCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const rollbarCatalog: {
4
+ readonly slug: "rollbar";
5
+ readonly name: "Rollbar";
6
+ readonly description: "Error tracking and monitoring platform for developers";
7
+ readonly category: "Developer Tools";
8
+ readonly logo: "https://logos.composio.dev/api/rollbar";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { rollbarCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const rollbarCatalog = {
4
+ "slug": "rollbar",
5
+ "name": "Rollbar",
6
+ "description": "Error tracking and monitoring platform for developers",
7
+ "category": "Developer Tools",
8
+ "logo": "https://logos.composio.dev/api/rollbar",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { rollbarCatalog };
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 rollbarCatalog = {\n \"slug\": \"rollbar\",\n \"name\": \"Rollbar\",\n \"description\": \"Error tracking and monitoring platform for developers\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/rollbar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,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 = "rollbar";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRollbarTool(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.executeRollbarTool = executeRollbarTool;
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 = \"rollbar\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRollbarTool(\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,mBACpB,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"}