@keystrokehq/rollbar 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/check-team-project-assignment.cjs +1 -1
- package/dist/actions/check-team-project-assignment.cjs.map +1 -1
- package/dist/actions/check-team-project-assignment.d.cts +15 -3
- package/dist/actions/check-team-project-assignment.d.cts.map +1 -1
- package/dist/actions/check-team-project-assignment.d.mts +15 -3
- package/dist/actions/check-team-project-assignment.d.mts.map +1 -1
- package/dist/actions/check-team-project-assignment.mjs +1 -1
- package/dist/actions/check-team-project-assignment.mjs.map +1 -1
- package/dist/actions/check-user-team-assignment.cjs +3 -3
- package/dist/actions/check-user-team-assignment.cjs.map +1 -1
- package/dist/actions/check-user-team-assignment.d.cts +15 -3
- package/dist/actions/check-user-team-assignment.d.cts.map +1 -1
- package/dist/actions/check-user-team-assignment.d.mts +15 -3
- package/dist/actions/check-user-team-assignment.d.mts.map +1 -1
- package/dist/actions/check-user-team-assignment.mjs +3 -3
- package/dist/actions/check-user-team-assignment.mjs.map +1 -1
- package/dist/actions/get-occurrences-metrics.cjs +2 -2
- package/dist/actions/get-occurrences-metrics.cjs.map +1 -1
- package/dist/actions/get-occurrences-metrics.d.cts +132 -3
- package/dist/actions/get-occurrences-metrics.d.cts.map +1 -1
- package/dist/actions/get-occurrences-metrics.d.mts +132 -3
- package/dist/actions/get-occurrences-metrics.d.mts.map +1 -1
- package/dist/actions/get-occurrences-metrics.mjs +2 -2
- package/dist/actions/get-occurrences-metrics.mjs.map +1 -1
- package/dist/actions/get-project.cjs +7 -7
- package/dist/actions/get-project.cjs.map +1 -1
- package/dist/actions/get-project.d.cts +21 -3
- package/dist/actions/get-project.d.cts.map +1 -1
- package/dist/actions/get-project.d.mts +21 -3
- package/dist/actions/get-project.d.mts.map +1 -1
- package/dist/actions/get-project.mjs +7 -7
- package/dist/actions/get-project.mjs.map +1 -1
- package/dist/actions/get-team.cjs +5 -5
- package/dist/actions/get-team.cjs.map +1 -1
- package/dist/actions/get-team.d.cts +15 -3
- package/dist/actions/get-team.d.cts.map +1 -1
- package/dist/actions/get-team.d.mts +15 -3
- package/dist/actions/get-team.d.mts.map +1 -1
- package/dist/actions/get-team.mjs +5 -5
- package/dist/actions/get-team.mjs.map +1 -1
- package/dist/actions/get-ttr-metrics.cjs.map +1 -1
- package/dist/actions/get-ttr-metrics.d.cts +55 -3
- package/dist/actions/get-ttr-metrics.d.cts.map +1 -1
- package/dist/actions/get-ttr-metrics.d.mts +55 -3
- package/dist/actions/get-ttr-metrics.d.mts.map +1 -1
- package/dist/actions/get-ttr-metrics.mjs.map +1 -1
- package/dist/actions/get-user.cjs +1 -1
- package/dist/actions/get-user.cjs.map +1 -1
- package/dist/actions/get-user.d.cts +15 -3
- package/dist/actions/get-user.d.cts.map +1 -1
- package/dist/actions/get-user.d.mts +15 -3
- package/dist/actions/get-user.d.mts.map +1 -1
- package/dist/actions/get-user.mjs +1 -1
- package/dist/actions/get-user.mjs.map +1 -1
- package/dist/actions/list-all-projects.cjs +1 -1
- package/dist/actions/list-all-projects.cjs.map +1 -1
- package/dist/actions/list-all-projects.d.cts +14 -3
- package/dist/actions/list-all-projects.d.cts.map +1 -1
- package/dist/actions/list-all-projects.d.mts +14 -3
- package/dist/actions/list-all-projects.d.mts.map +1 -1
- package/dist/actions/list-all-projects.mjs +1 -1
- package/dist/actions/list-all-projects.mjs.map +1 -1
- package/dist/actions/list-all-teams.cjs +5 -5
- package/dist/actions/list-all-teams.cjs.map +1 -1
- package/dist/actions/list-all-teams.d.cts +11 -3
- package/dist/actions/list-all-teams.d.cts.map +1 -1
- package/dist/actions/list-all-teams.d.mts +11 -3
- package/dist/actions/list-all-teams.d.mts.map +1 -1
- package/dist/actions/list-all-teams.mjs +5 -5
- package/dist/actions/list-all-teams.mjs.map +1 -1
- package/dist/actions/list-all-users.cjs +4 -4
- package/dist/actions/list-all-users.cjs.map +1 -1
- package/dist/actions/list-all-users.d.cts +16 -3
- package/dist/actions/list-all-users.d.cts.map +1 -1
- package/dist/actions/list-all-users.d.mts +16 -3
- package/dist/actions/list-all-users.d.mts.map +1 -1
- package/dist/actions/list-all-users.mjs +4 -4
- package/dist/actions/list-all-users.mjs.map +1 -1
- package/dist/actions/list-project-teams.cjs +3 -3
- package/dist/actions/list-project-teams.cjs.map +1 -1
- package/dist/actions/list-project-teams.d.cts +15 -3
- package/dist/actions/list-project-teams.d.cts.map +1 -1
- package/dist/actions/list-project-teams.d.mts +15 -3
- package/dist/actions/list-project-teams.d.mts.map +1 -1
- package/dist/actions/list-project-teams.mjs +3 -3
- package/dist/actions/list-project-teams.mjs.map +1 -1
- package/dist/actions/list-rql-jobs.cjs +2 -2
- package/dist/actions/list-rql-jobs.cjs.map +1 -1
- package/dist/actions/list-rql-jobs.d.cts +21 -3
- package/dist/actions/list-rql-jobs.d.cts.map +1 -1
- package/dist/actions/list-rql-jobs.d.mts +21 -3
- package/dist/actions/list-rql-jobs.d.mts.map +1 -1
- package/dist/actions/list-rql-jobs.mjs +2 -2
- package/dist/actions/list-rql-jobs.mjs.map +1 -1
- package/dist/actions/list-team-invitations.cjs +7 -7
- package/dist/actions/list-team-invitations.cjs.map +1 -1
- package/dist/actions/list-team-invitations.d.cts +20 -3
- package/dist/actions/list-team-invitations.d.cts.map +1 -1
- package/dist/actions/list-team-invitations.d.mts +20 -3
- package/dist/actions/list-team-invitations.d.mts.map +1 -1
- package/dist/actions/list-team-invitations.mjs +7 -7
- package/dist/actions/list-team-invitations.mjs.map +1 -1
- package/dist/actions/list-team-projects.cjs +3 -3
- package/dist/actions/list-team-projects.cjs.map +1 -1
- package/dist/actions/list-team-projects.d.cts +13 -3
- package/dist/actions/list-team-projects.d.cts.map +1 -1
- package/dist/actions/list-team-projects.d.mts +13 -3
- package/dist/actions/list-team-projects.d.mts.map +1 -1
- package/dist/actions/list-team-projects.mjs +3 -3
- package/dist/actions/list-team-projects.mjs.map +1 -1
- package/dist/actions/list-team-users.cjs.map +1 -1
- package/dist/actions/list-team-users.d.cts +15 -3
- package/dist/actions/list-team-users.d.cts.map +1 -1
- package/dist/actions/list-team-users.d.mts +15 -3
- package/dist/actions/list-team-users.d.mts.map +1 -1
- package/dist/actions/list-team-users.mjs.map +1 -1
- package/dist/actions/list-user-projects.cjs +5 -5
- package/dist/actions/list-user-projects.cjs.map +1 -1
- package/dist/actions/list-user-projects.d.cts +17 -3
- package/dist/actions/list-user-projects.d.cts.map +1 -1
- package/dist/actions/list-user-projects.d.mts +17 -3
- package/dist/actions/list-user-projects.d.mts.map +1 -1
- package/dist/actions/list-user-projects.mjs +5 -5
- package/dist/actions/list-user-projects.mjs.map +1 -1
- package/dist/actions/list-user-teams.cjs +1 -1
- package/dist/actions/list-user-teams.cjs.map +1 -1
- package/dist/actions/list-user-teams.d.cts +15 -3
- package/dist/actions/list-user-teams.d.cts.map +1 -1
- package/dist/actions/list-user-teams.d.mts +15 -3
- package/dist/actions/list-user-teams.d.mts.map +1 -1
- package/dist/actions/list-user-teams.mjs +1 -1
- package/dist/actions/list-user-teams.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-team-projects.d.ts
|
|
4
|
-
declare const RollbarListTeamProjectsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListTeamProjectsInput: z.ZodObject<{
|
|
5
|
+
team_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListTeamProjectsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodArray<z.ZodObject<{
|
|
10
|
+
team_id: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
project_id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
}, z.core.$strip>>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
declare const rollbarListTeamProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
team_id: number;
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { rollbarListTeamProjects };
|
|
9
19
|
//# sourceMappingURL=list-team-projects.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-projects.d.cts","names":[],"sources":["../../src/actions/list-team-projects.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-team-projects.d.cts","names":[],"sources":["../../src/actions/list-team-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAO5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-team-projects.d.ts
|
|
4
|
-
declare const RollbarListTeamProjectsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListTeamProjectsInput: z.ZodObject<{
|
|
5
|
+
team_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListTeamProjectsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodArray<z.ZodObject<{
|
|
10
|
+
team_id: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
project_id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
}, z.core.$strip>>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
declare const rollbarListTeamProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
team_id: number;
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
17
|
//#endregion
|
|
8
18
|
export { rollbarListTeamProjects };
|
|
9
19
|
//# sourceMappingURL=list-team-projects.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-projects.d.mts","names":[],"sources":["../../src/actions/list-team-projects.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-team-projects.d.mts","names":[],"sources":["../../src/actions/list-team-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAO5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -3,8 +3,8 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-team-projects.ts
|
|
4
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
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.")
|
|
6
|
+
team_id: z.number().int().describe("The identifier for the team.").nullable(),
|
|
7
|
+
project_id: z.number().int().describe("The identifier for the project.").nullable()
|
|
8
8
|
}).describe("Represents a single project associated with a team.");
|
|
9
9
|
const rollbarListTeamProjects = action("ROLLBAR_LIST_TEAM_PROJECTS", {
|
|
10
10
|
slug: "rollbar-list-team-projects",
|
|
@@ -12,7 +12,7 @@ const rollbarListTeamProjects = action("ROLLBAR_LIST_TEAM_PROJECTS", {
|
|
|
12
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
13
|
input: RollbarListTeamProjectsInput,
|
|
14
14
|
output: z.object({
|
|
15
|
-
err: z.number().int().describe("Error code. 0 indicates success."),
|
|
15
|
+
err: z.number().int().describe("Error code. 0 indicates success.").nullable(),
|
|
16
16
|
result: z.array(RollbarListTeamProjects_TeamProjectSchema).describe("List of projects the team has access to, with team_id and project_id for each.")
|
|
17
17
|
}).describe("Response containing the list of projects a team has access to.")
|
|
18
18
|
});
|
|
@@ -1 +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
|
|
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.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.object({\n team_id: z.number().int().describe(\"The identifier for the team.\").nullable(),\n project_id: z.number().int().describe(\"The identifier for the project.\").nullable(),\n}).describe(\"Represents a single project associated with a team.\");\nexport const RollbarListTeamProjectsOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\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,+BAA+B,EAAE,OAAO,EACnD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,EACzG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4CAA4C,EAAE,OAAO;CACzD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2C,EAAE,OAAO;EACpD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,QAAQ,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,gFAAgF;CACtJ,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
|
|
@@ -1 +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
|
|
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.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.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.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,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,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,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,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,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,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"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-team-users.d.ts
|
|
4
|
-
declare const RollbarListTeamUsersInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListTeamUsersInput: z.ZodObject<{
|
|
5
|
+
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
|
+
team_id: z.ZodNumber;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const RollbarListTeamUsersOutput: z.ZodObject<{
|
|
9
|
+
err: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10
|
+
result: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11
|
+
team_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
|
+
user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
+
}, z.core.$strip>>>>;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
declare const rollbarListTeamUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
|
+
team_id: number;
|
|
17
|
+
page?: number | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rollbarListTeamUsers };
|
|
9
21
|
//# sourceMappingURL=list-team-users.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-users.d.cts","names":[],"sources":["../../src/actions/list-team-users.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"list-team-users.d.cts","names":[],"sources":["../../src/actions/list-team-users.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;cAQzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-team-users.d.ts
|
|
4
|
-
declare const RollbarListTeamUsersInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListTeamUsersInput: z.ZodObject<{
|
|
5
|
+
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
|
+
team_id: z.ZodNumber;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const RollbarListTeamUsersOutput: z.ZodObject<{
|
|
9
|
+
err: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10
|
+
result: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11
|
+
team_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
|
+
user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
+
}, z.core.$strip>>>>;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
declare const rollbarListTeamUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
|
+
team_id: number;
|
|
17
|
+
page?: number | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rollbarListTeamUsers };
|
|
9
21
|
//# sourceMappingURL=list-team-users.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-users.d.mts","names":[],"sources":["../../src/actions/list-team-users.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"list-team-users.d.mts","names":[],"sources":["../../src/actions/list-team-users.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;cAQzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -1 +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
|
|
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.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.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.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,4BAA4B,EAAE,OAAO;CAChD,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,sCAAsC,EAAE,OAAO;CACnD,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,QAVwC,EAAE,OAAO;EACjD,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"}
|
|
@@ -3,14 +3,14 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-user-projects.ts
|
|
4
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
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.")
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier for the project.").nullable(),
|
|
7
|
+
slug: zod.z.string().describe("URL-friendly project identifier.").nullable(),
|
|
8
|
+
status: zod.z.number().int().describe("Project status indicator.").nullable(),
|
|
9
|
+
account_id: zod.z.number().int().describe("Account ID that owns this project.").nullable()
|
|
10
10
|
}).describe("Represents a project accessible to a user.");
|
|
11
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
12
|
const RollbarListUserProjectsOutput = zod.z.object({
|
|
13
|
-
err: zod.z.number().int().describe("Error code. 0 indicates success."),
|
|
13
|
+
err: zod.z.number().int().describe("Error code. 0 indicates success.").nullable(),
|
|
14
14
|
result: RollbarListUserProjects_ProjectsResultSchema.nullable()
|
|
15
15
|
}).describe("Response schema for listing a user's projects.");
|
|
16
16
|
const rollbarListUserProjects = require_action.action("ROLLBAR_LIST_USER_PROJECTS", {
|
|
@@ -1 +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
|
|
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.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.object({\n id: z.number().int().describe(\"Unique identifier for the project.\").nullable(),\n slug: z.string().describe(\"URL-friendly project identifier.\").nullable(),\n status: z.number().int().describe(\"Project status indicator.\").nullable(),\n account_id: z.number().int().describe(\"Account ID that owns this project.\").nullable(),\n}).describe(\"Represents a project accessible to a user.\");\nconst RollbarListUserProjects_ProjectsResultSchema = 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.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\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,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EACpG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,+CAA+CA,IAAAA,EAAE,OAAO,EAC5D,UAAUA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,0CAA0C,EAClH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,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"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-user-projects.d.ts
|
|
4
|
-
declare const RollbarListUserProjectsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListUserProjectsInput: z.ZodObject<{
|
|
5
|
+
user_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListUserProjectsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
projects: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
slug: z.ZodNullable<z.ZodString>;
|
|
13
|
+
status: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
account_id: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
}, z.core.$strip>>;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
declare const rollbarListUserProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
|
+
user_id: number;
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { rollbarListUserProjects };
|
|
9
23
|
//# sourceMappingURL=list-user-projects.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-user-projects.d.cts","names":[],"sources":["../../src/actions/list-user-projects.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-user-projects.d.cts","names":[],"sources":["../../src/actions/list-user-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAY5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-user-projects.d.ts
|
|
4
|
-
declare const RollbarListUserProjectsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListUserProjectsInput: z.ZodObject<{
|
|
5
|
+
user_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListUserProjectsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
projects: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
slug: z.ZodNullable<z.ZodString>;
|
|
13
|
+
status: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
account_id: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
}, z.core.$strip>>;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
declare const rollbarListUserProjects: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
|
+
user_id: number;
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
21
|
//#endregion
|
|
8
22
|
export { rollbarListUserProjects };
|
|
9
23
|
//# sourceMappingURL=list-user-projects.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-user-projects.d.mts","names":[],"sources":["../../src/actions/list-user-projects.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-user-projects.d.mts","names":[],"sources":["../../src/actions/list-user-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAY5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -3,10 +3,10 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-user-projects.ts
|
|
4
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
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.")
|
|
6
|
+
id: z.number().int().describe("Unique identifier for the project.").nullable(),
|
|
7
|
+
slug: z.string().describe("URL-friendly project identifier.").nullable(),
|
|
8
|
+
status: z.number().int().describe("Project status indicator.").nullable(),
|
|
9
|
+
account_id: z.number().int().describe("Account ID that owns this project.").nullable()
|
|
10
10
|
}).describe("Represents a project accessible to a user.");
|
|
11
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
12
|
const rollbarListUserProjects = action("ROLLBAR_LIST_USER_PROJECTS", {
|
|
@@ -15,7 +15,7 @@ const rollbarListUserProjects = action("ROLLBAR_LIST_USER_PROJECTS", {
|
|
|
15
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
16
|
input: RollbarListUserProjectsInput,
|
|
17
17
|
output: z.object({
|
|
18
|
-
err: z.number().int().describe("Error code. 0 indicates success."),
|
|
18
|
+
err: z.number().int().describe("Error code. 0 indicates success.").nullable(),
|
|
19
19
|
result: RollbarListUserProjects_ProjectsResultSchema.nullable()
|
|
20
20
|
}).describe("Response schema for listing a user's projects.")
|
|
21
21
|
});
|
|
@@ -1 +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
|
|
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.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.object({\n id: z.number().int().describe(\"Unique identifier for the project.\").nullable(),\n slug: z.string().describe(\"URL-friendly project identifier.\").nullable(),\n status: z.number().int().describe(\"Project status indicator.\").nullable(),\n account_id: z.number().int().describe(\"Account ID that owns this project.\").nullable(),\n}).describe(\"Represents a project accessible to a user.\");\nconst RollbarListUserProjects_ProjectsResultSchema = 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.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\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,+BAA+B,EAAE,OAAO,EACnD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EACpG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,4CAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,+CAA+C,EAAE,OAAO,EAC5D,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,QAV2C,EAAE,OAAO;EACpD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,QAAQ,6CAA6C,SAAS;CAChE,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ const RollbarListUserTeams_TeamSchema = zod.z.object({
|
|
|
9
9
|
access_level: zod.z.string().describe("Access level of the user in this team.").nullable().optional()
|
|
10
10
|
}).describe("Model representing a team in Rollbar.");
|
|
11
11
|
const RollbarListUserTeamsOutput = zod.z.object({
|
|
12
|
-
err: zod.z.number().int().describe("Error code. 0 indicates success."),
|
|
12
|
+
err: zod.z.number().int().describe("Error code. 0 indicates success.").nullable(),
|
|
13
13
|
teams: zod.z.array(RollbarListUserTeams_TeamSchema).describe("List of teams the user belongs to.").nullable().optional()
|
|
14
14
|
}).describe("Response model for listing all teams a user belongs to.");
|
|
15
15
|
const rollbarListUserTeams = require_action.action("ROLLBAR_LIST_USER_TEAMS", {
|
|
@@ -1 +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
|
|
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.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.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.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\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,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,EAChG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,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,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,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"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-user-teams.d.ts
|
|
4
|
-
declare const RollbarListUserTeamsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListUserTeamsInput: z.ZodObject<{
|
|
5
|
+
user_id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListUserTeamsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
teams: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
10
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
account_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
+
access_level: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
}, z.core.$strip>>>>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
declare const rollbarListUserTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
user_id: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rollbarListUserTeams };
|
|
9
21
|
//# sourceMappingURL=list-user-teams.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-user-teams.d.cts","names":[],"sources":["../../src/actions/list-user-teams.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"list-user-teams.d.cts","names":[],"sources":["../../src/actions/list-user-teams.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cASzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-user-teams.d.ts
|
|
4
|
-
declare const RollbarListUserTeamsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListUserTeamsInput: z.ZodObject<{
|
|
5
|
+
user_id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListUserTeamsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
teams: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
10
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
account_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
+
access_level: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
}, z.core.$strip>>>>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
declare const rollbarListUserTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
user_id: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rollbarListUserTeams };
|
|
9
21
|
//# sourceMappingURL=list-user-teams.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-user-teams.d.mts","names":[],"sources":["../../src/actions/list-user-teams.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"list-user-teams.d.mts","names":[],"sources":["../../src/actions/list-user-teams.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cASzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAK1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -14,7 +14,7 @@ const rollbarListUserTeams = action("ROLLBAR_LIST_USER_TEAMS", {
|
|
|
14
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
15
|
input: RollbarListUserTeamsInput,
|
|
16
16
|
output: z.object({
|
|
17
|
-
err: z.number().int().describe("Error code. 0 indicates success."),
|
|
17
|
+
err: z.number().int().describe("Error code. 0 indicates success.").nullable(),
|
|
18
18
|
teams: z.array(RollbarListUserTeams_TeamSchema).describe("List of teams the user belongs to.").nullable().optional()
|
|
19
19
|
}).describe("Response model for listing all teams a user belongs to.")
|
|
20
20
|
});
|
|
@@ -1 +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
|
|
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.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.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.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\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,4BAA4B,EAAE,OAAO,EAChD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,EAChG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,kCAAkC,EAAE,OAAO;CAC/C,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,QAVwC,EAAE,OAAO;EACjD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,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/catalog.cjs
CHANGED
|
@@ -7,7 +7,13 @@ const rollbarCatalog = {
|
|
|
7
7
|
"category": "Developer Tools",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/rollbar",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "Access Token",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Account or Project access token from Rollbar Settings"
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
exports.rollbarCatalog = rollbarCatalog;
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const 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;
|
|
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 \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Access Token\",\n \"secret\": true,\n \"description\": \"Account or Project access token from Rollbar Settings\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -8,6 +8,14 @@ declare const rollbarCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/rollbar";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "Access Token";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Account or Project access token from Rollbar Settings";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { rollbarCatalog };
|
package/dist/catalog.d.mts
CHANGED
|
@@ -8,6 +8,14 @@ declare const rollbarCatalog: {
|
|
|
8
8
|
readonly logo: "https://logos.composio.dev/api/rollbar";
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly api_key: {
|
|
13
|
+
readonly label: "Access Token";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Account or Project access token from Rollbar Settings";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
11
19
|
};
|
|
12
20
|
//#endregion
|
|
13
21
|
export { rollbarCatalog };
|
package/dist/catalog.mjs
CHANGED
|
@@ -7,7 +7,13 @@ const rollbarCatalog = {
|
|
|
7
7
|
"category": "Developer Tools",
|
|
8
8
|
"logo": "https://logos.composio.dev/api/rollbar",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "api_key": {
|
|
12
|
+
"label": "Access Token",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Account or Project access token from Rollbar Settings"
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
11
17
|
};
|
|
12
18
|
//#endregion
|
|
13
19
|
export { rollbarCatalog };
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const 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;
|
|
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 \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Access Token\",\n \"secret\": true,\n \"description\": \"Account or Project access token from Rollbar Settings\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/rollbar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@keystrokehq/keystroke": "
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.4",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|