@keystrokehq/rollbar 0.1.0 → 0.1.3
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 +3 -3
- 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 +3 -3
- package/dist/actions/check-team-project-assignment.mjs.map +1 -1
- package/dist/actions/check-user-team-assignment.cjs +5 -5
- 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 +5 -5
- package/dist/actions/check-user-team-assignment.mjs.map +1 -1
- package/dist/actions/get-occurrences-metrics.cjs +8 -8
- package/dist/actions/get-occurrences-metrics.cjs.map +1 -1
- package/dist/actions/get-occurrences-metrics.d.cts +134 -3
- package/dist/actions/get-occurrences-metrics.d.cts.map +1 -1
- package/dist/actions/get-occurrences-metrics.d.mts +134 -3
- package/dist/actions/get-occurrences-metrics.d.mts.map +1 -1
- package/dist/actions/get-occurrences-metrics.mjs +8 -8
- package/dist/actions/get-occurrences-metrics.mjs.map +1 -1
- package/dist/actions/get-project.cjs +10 -10
- 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 +10 -10
- package/dist/actions/get-project.mjs.map +1 -1
- package/dist/actions/get-team.cjs +7 -7
- 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 +7 -7
- package/dist/actions/get-team.mjs.map +1 -1
- package/dist/actions/get-ttr-metrics.cjs +4 -4
- 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 +4 -4
- package/dist/actions/get-ttr-metrics.mjs.map +1 -1
- package/dist/actions/get-user.cjs +3 -3
- 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 +3 -3
- package/dist/actions/get-user.mjs.map +1 -1
- package/dist/actions/list-all-projects.cjs +3 -3
- 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 +3 -3
- package/dist/actions/list-all-projects.mjs.map +1 -1
- package/dist/actions/list-all-teams.cjs +7 -7
- 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 +7 -7
- package/dist/actions/list-all-teams.mjs.map +1 -1
- package/dist/actions/list-all-users.cjs +7 -7
- 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 +7 -7
- package/dist/actions/list-all-users.mjs.map +1 -1
- package/dist/actions/list-project-teams.cjs +5 -5
- 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 +5 -5
- package/dist/actions/list-project-teams.mjs.map +1 -1
- package/dist/actions/list-rql-jobs.cjs +5 -5
- 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 +5 -5
- package/dist/actions/list-rql-jobs.mjs.map +1 -1
- package/dist/actions/list-team-invitations.cjs +9 -9
- 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 +9 -9
- package/dist/actions/list-team-invitations.mjs.map +1 -1
- package/dist/actions/list-team-projects.cjs +5 -5
- 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 +5 -5
- package/dist/actions/list-team-projects.mjs.map +1 -1
- package/dist/actions/list-team-users.cjs +2 -2
- 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 +2 -2
- package/dist/actions/list-team-users.mjs.map +1 -1
- package/dist/actions/list-user-projects.cjs +8 -8
- 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 +8 -8
- package/dist/actions/list-user-projects.mjs.map +1 -1
- package/dist/actions/list-user-teams.cjs +3 -3
- 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 +3 -3
- 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,17 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-all-teams.d.ts
|
|
4
|
-
declare const RollbarListAllTeamsInput: z.
|
|
5
|
-
declare const RollbarListAllTeamsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RollbarListAllTeamsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RollbarListAllTeamsOutput: z.ZodObject<{
|
|
6
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
result: z.ZodArray<z.ZodObject<{
|
|
8
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
name: z.ZodNullable<z.ZodString>;
|
|
10
|
+
account_id: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
access_level: z.ZodNullable<z.ZodString>;
|
|
12
|
+
}, z.core.$loose>>;
|
|
13
|
+
}, z.core.$loose>;
|
|
14
|
+
declare const rollbarListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
15
|
//#endregion
|
|
8
16
|
export { rollbarListAllTeams };
|
|
9
17
|
//# sourceMappingURL=list-all-teams.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-teams.d.cts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-all-teams.d.cts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-all-teams.d.ts
|
|
4
|
-
declare const RollbarListAllTeamsInput: z.
|
|
5
|
-
declare const RollbarListAllTeamsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RollbarListAllTeamsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RollbarListAllTeamsOutput: z.ZodObject<{
|
|
6
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
7
|
+
result: z.ZodArray<z.ZodObject<{
|
|
8
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
name: z.ZodNullable<z.ZodString>;
|
|
10
|
+
account_id: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
access_level: z.ZodNullable<z.ZodString>;
|
|
12
|
+
}, z.core.$loose>>;
|
|
13
|
+
}, z.core.$loose>;
|
|
14
|
+
declare const rollbarListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
15
|
//#endregion
|
|
8
16
|
export { rollbarListAllTeams };
|
|
9
17
|
//# sourceMappingURL=list-all-teams.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-teams.d.mts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-all-teams.d.mts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -3,20 +3,20 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-all-teams.ts
|
|
4
4
|
const RollbarListAllTeamsInput = z.object({}).describe("Request model for listing all teams in a Rollbar account.");
|
|
5
5
|
const RollbarListAllTeams_TeamSchema = z.object({
|
|
6
|
-
id: z.number().int().describe("Unique identifier of the team"),
|
|
7
|
-
name: z.string().describe("Name of the team"),
|
|
8
|
-
account_id: z.number().int().describe("Account ID this team belongs to"),
|
|
9
|
-
access_level: z.string().describe("Access level of the team")
|
|
10
|
-
}).describe("Model representing a team in Rollbar.");
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the team").nullable(),
|
|
7
|
+
name: z.string().describe("Name of the team").nullable(),
|
|
8
|
+
account_id: z.number().int().describe("Account ID this team belongs to").nullable(),
|
|
9
|
+
access_level: z.string().describe("Access level of the team").nullable()
|
|
10
|
+
}).passthrough().describe("Model representing a team in Rollbar.");
|
|
11
11
|
const rollbarListAllTeams = action("ROLLBAR_LIST_ALL_TEAMS", {
|
|
12
12
|
slug: "rollbar-list-all-teams",
|
|
13
13
|
name: "List All Teams",
|
|
14
14
|
description: "Tool to list all teams in a Rollbar account. Use when you need to retrieve all teams for an account.",
|
|
15
15
|
input: RollbarListAllTeamsInput,
|
|
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
|
result: z.array(RollbarListAllTeams_TeamSchema).describe("List of teams in the account")
|
|
19
|
-
}).describe("Response model for listing all teams in a Rollbar account.")
|
|
19
|
+
}).passthrough().describe("Response model for listing all teams in a Rollbar account.")
|
|
20
20
|
});
|
|
21
21
|
//#endregion
|
|
22
22
|
export { rollbarListAllTeams };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-teams.mjs","names":[],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListAllTeamsInput
|
|
1
|
+
{"version":3,"file":"list-all-teams.mjs","names":[],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListAllTeamsInput = z.object({}).describe(\"Request model for listing all teams in a Rollbar account.\");\nconst RollbarListAllTeams_TeamSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the team\").nullable(),\n name: z.string().describe(\"Name of the team\").nullable(),\n account_id: z.number().int().describe(\"Account ID this team belongs to\").nullable(),\n access_level: z.string().describe(\"Access level of the team\").nullable(),\n}).passthrough().describe(\"Model representing a team in Rollbar.\");\nexport const RollbarListAllTeamsOutput = z.object({\n err: z.number().int().describe(\"Error code, 0 indicates success\").nullable(),\n result: z.array(RollbarListAllTeams_TeamSchema).describe(\"List of teams in the account\"),\n}).passthrough().describe(\"Response model for listing all teams in a Rollbar account.\");\n\nexport const rollbarListAllTeams = action(\"ROLLBAR_LIST_ALL_TEAMS\", {\n slug: \"rollbar-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to list all teams in a Rollbar account. Use when you need to retrieve all teams for an account.\",\n input: RollbarListAllTeamsInput,\n output: RollbarListAllTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACzH,MAAM,iCAAiC,EAAE,OAAO;CAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAMjE,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVuC,EAAE,OAAO;EAChD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC3E,QAAQ,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,8BAA8B;CACzF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAOhB;AACV,CAAC"}
|
|
@@ -3,15 +3,15 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-all-users.ts
|
|
4
4
|
const RollbarListAllUsersInput = zod.z.object({ email: zod.z.string().describe("Filter the list of users by email address. If provided, only users with matching email will be returned.").optional() }).describe("Request model for listing all users in the Rollbar account.");
|
|
5
5
|
const RollbarListAllUsers_UserSchema = zod.z.object({
|
|
6
|
-
id: zod.z.number().int().describe("Unique identifier for the user."),
|
|
7
|
-
email: zod.z.string().describe("Email address of the user."),
|
|
8
|
-
username: zod.z.string().describe("Username of the user.")
|
|
9
|
-
}).describe("Represents a single user in the Rollbar account.");
|
|
10
|
-
const RollbarListAllUsers_ResultWrapperSchema = zod.z.object({ users: zod.z.array(RollbarListAllUsers_UserSchema).describe("List of user objects in the account.") }).describe("Wrapper for the result containing the users list.");
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier for the user.").nullable(),
|
|
7
|
+
email: zod.z.string().describe("Email address of the user.").nullable(),
|
|
8
|
+
username: zod.z.string().describe("Username of the user.").nullable()
|
|
9
|
+
}).passthrough().describe("Represents a single user in the Rollbar account.");
|
|
10
|
+
const RollbarListAllUsers_ResultWrapperSchema = zod.z.object({ users: zod.z.array(RollbarListAllUsers_UserSchema).describe("List of user objects in the account.") }).passthrough().describe("Wrapper for the result containing the users list.");
|
|
11
11
|
const RollbarListAllUsersOutput = zod.z.object({
|
|
12
|
-
err: zod.z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error."),
|
|
12
|
+
err: zod.z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error.").nullable(),
|
|
13
13
|
result: RollbarListAllUsers_ResultWrapperSchema.nullable()
|
|
14
|
-
}).describe("Response containing the list of users and error status.");
|
|
14
|
+
}).passthrough().describe("Response containing the list of users and error status.");
|
|
15
15
|
const rollbarListAllUsers = require_action.action("ROLLBAR_LIST_ALL_USERS", {
|
|
16
16
|
slug: "rollbar-list-all-users",
|
|
17
17
|
name: "List All Users",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.cjs","names":["z","action"],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListAllUsersInput
|
|
1
|
+
{"version":3,"file":"list-all-users.cjs","names":["z","action"],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListAllUsersInput = z.object({\n email: z.string().describe(\"Filter the list of users by email address. If provided, only users with matching email will be returned.\").optional(),\n}).describe(\"Request model for listing all users in the Rollbar account.\");\nconst RollbarListAllUsers_UserSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the user.\").nullable(),\n email: z.string().describe(\"Email address of the user.\").nullable(),\n username: z.string().describe(\"Username of the user.\").nullable(),\n}).passthrough().describe(\"Represents a single user in the Rollbar account.\");\nconst RollbarListAllUsers_ResultWrapperSchema = z.object({\n users: z.array(RollbarListAllUsers_UserSchema).describe(\"List of user objects in the account.\"),\n}).passthrough().describe(\"Wrapper for the result containing the users list.\");\nexport const RollbarListAllUsersOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\").nullable(),\n result: RollbarListAllUsers_ResultWrapperSchema.nullable(),\n}).passthrough().describe(\"Response containing the list of users and error status.\");\n\nexport const rollbarListAllUsers = action(\"ROLLBAR_LIST_ALL_USERS\", {\n slug: \"rollbar-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the Rollbar account. Use when you need to retrieve user information or filter users by email address.\",\n input: RollbarListAllUsersInput,\n output: RollbarListAllUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,EAClJ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,iCAAiCA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;AAClE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAM,0CAA0CA,IAAAA,EAAE,OAAO,EACvD,OAAOA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,sCAAsC,EAChG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACzG,QAAQ,wCAAwC,SAAS;AAC3D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD;AAEnF,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-all-users.d.ts
|
|
4
|
-
declare const RollbarListAllUsersInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListAllUsersInput: z.ZodObject<{
|
|
5
|
+
email: z.ZodOptional<z.ZodString>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListAllUsersOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
users: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
email: z.ZodNullable<z.ZodString>;
|
|
13
|
+
username: z.ZodNullable<z.ZodString>;
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>>;
|
|
16
|
+
}, z.core.$loose>;
|
|
17
|
+
declare const rollbarListAllUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
|
+
email?: string | undefined;
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
20
|
//#endregion
|
|
8
21
|
export { rollbarListAllUsers };
|
|
9
22
|
//# sourceMappingURL=list-all-users.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.d.cts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-all-users.d.cts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAWxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-all-users.d.ts
|
|
4
|
-
declare const RollbarListAllUsersInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListAllUsersInput: z.ZodObject<{
|
|
5
|
+
email: z.ZodOptional<z.ZodString>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListAllUsersOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
users: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
email: z.ZodNullable<z.ZodString>;
|
|
13
|
+
username: z.ZodNullable<z.ZodString>;
|
|
14
|
+
}, z.core.$loose>>;
|
|
15
|
+
}, z.core.$loose>>;
|
|
16
|
+
}, z.core.$loose>;
|
|
17
|
+
declare const rollbarListAllUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
|
+
email?: string | undefined;
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
20
|
//#endregion
|
|
8
21
|
export { rollbarListAllUsers };
|
|
9
22
|
//# sourceMappingURL=list-all-users.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.d.mts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;cAIa,wBAAA,
|
|
1
|
+
{"version":3,"file":"list-all-users.d.mts","names":[],"sources":["../../src/actions/list-all-users.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAWxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA"}
|
|
@@ -3,20 +3,20 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-all-users.ts
|
|
4
4
|
const RollbarListAllUsersInput = z.object({ email: z.string().describe("Filter the list of users by email address. If provided, only users with matching email will be returned.").optional() }).describe("Request model for listing all users in the Rollbar account.");
|
|
5
5
|
const RollbarListAllUsers_UserSchema = z.object({
|
|
6
|
-
id: z.number().int().describe("Unique identifier for the user."),
|
|
7
|
-
email: z.string().describe("Email address of the user."),
|
|
8
|
-
username: z.string().describe("Username of the user.")
|
|
9
|
-
}).describe("Represents a single user in the Rollbar account.");
|
|
10
|
-
const RollbarListAllUsers_ResultWrapperSchema = z.object({ users: z.array(RollbarListAllUsers_UserSchema).describe("List of user objects in the account.") }).describe("Wrapper for the result containing the users list.");
|
|
6
|
+
id: z.number().int().describe("Unique identifier for the user.").nullable(),
|
|
7
|
+
email: z.string().describe("Email address of the user.").nullable(),
|
|
8
|
+
username: z.string().describe("Username of the user.").nullable()
|
|
9
|
+
}).passthrough().describe("Represents a single user in the Rollbar account.");
|
|
10
|
+
const RollbarListAllUsers_ResultWrapperSchema = z.object({ users: z.array(RollbarListAllUsers_UserSchema).describe("List of user objects in the account.") }).passthrough().describe("Wrapper for the result containing the users list.");
|
|
11
11
|
const rollbarListAllUsers = action("ROLLBAR_LIST_ALL_USERS", {
|
|
12
12
|
slug: "rollbar-list-all-users",
|
|
13
13
|
name: "List All Users",
|
|
14
14
|
description: "Tool to list all users in the Rollbar account. Use when you need to retrieve user information or filter users by email address.",
|
|
15
15
|
input: RollbarListAllUsersInput,
|
|
16
16
|
output: z.object({
|
|
17
|
-
err: z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error."),
|
|
17
|
+
err: z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error.").nullable(),
|
|
18
18
|
result: RollbarListAllUsers_ResultWrapperSchema.nullable()
|
|
19
|
-
}).describe("Response containing the list of users and error status.")
|
|
19
|
+
}).passthrough().describe("Response containing the list of users and error status.")
|
|
20
20
|
});
|
|
21
21
|
//#endregion
|
|
22
22
|
export { rollbarListAllUsers };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-all-users.mjs","names":[],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListAllUsersInput
|
|
1
|
+
{"version":3,"file":"list-all-users.mjs","names":[],"sources":["../../src/actions/list-all-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListAllUsersInput = z.object({\n email: z.string().describe(\"Filter the list of users by email address. If provided, only users with matching email will be returned.\").optional(),\n}).describe(\"Request model for listing all users in the Rollbar account.\");\nconst RollbarListAllUsers_UserSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the user.\").nullable(),\n email: z.string().describe(\"Email address of the user.\").nullable(),\n username: z.string().describe(\"Username of the user.\").nullable(),\n}).passthrough().describe(\"Represents a single user in the Rollbar account.\");\nconst RollbarListAllUsers_ResultWrapperSchema = z.object({\n users: z.array(RollbarListAllUsers_UserSchema).describe(\"List of user objects in the account.\"),\n}).passthrough().describe(\"Wrapper for the result containing the users list.\");\nexport const RollbarListAllUsersOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\").nullable(),\n result: RollbarListAllUsers_ResultWrapperSchema.nullable(),\n}).passthrough().describe(\"Response containing the list of users and error status.\");\n\nexport const rollbarListAllUsers = action(\"ROLLBAR_LIST_ALL_USERS\", {\n slug: \"rollbar-list-all-users\",\n name: \"List All Users\",\n description: \"Tool to list all users in the Rollbar account. Use when you need to retrieve user information or filter users by email address.\",\n input: RollbarListAllUsersInput,\n output: RollbarListAllUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,EAC/C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,EAClJ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,iCAAiC,EAAE,OAAO;CAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;AAClE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAM,0CAA0C,EAAE,OAAO,EACvD,OAAO,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,sCAAsC,EAChG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAM7E,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVuC,EAAE,OAAO;EAChD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EACzG,QAAQ,wCAAwC,SAAS;CAC3D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAOhB;AACV,CAAC"}
|
|
@@ -6,13 +6,13 @@ const RollbarListProjectTeamsInput = zod.z.object({
|
|
|
6
6
|
exclude_builtin_teams: zod.z.number().int().describe("When set to 1 or true, excludes built-in teams (Owners, Everyone) from the response. Set to 0 or omit to include all teams.").optional()
|
|
7
7
|
}).describe("Request model for listing teams with access to a project.");
|
|
8
8
|
const RollbarListProjectTeams_TeamAssignmentSchema = zod.z.object({
|
|
9
|
-
team_id: zod.z.number().int().describe("Unique identifier of the team."),
|
|
10
|
-
project_id: zod.z.number().int().describe("Unique identifier of the project.")
|
|
11
|
-
}).describe("Represents a team assignment to a project.");
|
|
9
|
+
team_id: zod.z.number().int().describe("Unique identifier of the team.").nullable(),
|
|
10
|
+
project_id: zod.z.number().int().describe("Unique identifier of the project.").nullable()
|
|
11
|
+
}).passthrough().describe("Represents a team assignment to a project.");
|
|
12
12
|
const RollbarListProjectTeamsOutput = 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: zod.z.array(RollbarListProjectTeams_TeamAssignmentSchema).describe("List of team assignments for the project.")
|
|
15
|
-
}).describe("Response model containing the list of teams with access to a project.");
|
|
15
|
+
}).passthrough().describe("Response model containing the list of teams with access to a project.");
|
|
16
16
|
const rollbarListProjectTeams = require_action.action("ROLLBAR_LIST_PROJECT_TEAMS", {
|
|
17
17
|
slug: "rollbar-list-project-teams",
|
|
18
18
|
name: "List Project Teams",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-project-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-project-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListProjectTeamsInput
|
|
1
|
+
{"version":3,"file":"list-project-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-project-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListProjectTeamsInput = z.object({\n project_id: z.number().int().describe(\"Unique identifier of the Rollbar project to list teams for.\"),\n exclude_builtin_teams: z.number().int().describe(\"When set to 1 or true, excludes built-in teams (Owners, Everyone) from the response. Set to 0 or omit to include all teams.\").optional(),\n}).describe(\"Request model for listing teams with access to a project.\");\nconst RollbarListProjectTeams_TeamAssignmentSchema = z.object({\n team_id: z.number().int().describe(\"Unique identifier of the team.\").nullable(),\n project_id: z.number().int().describe(\"Unique identifier of the project.\").nullable(),\n}).passthrough().describe(\"Represents a team assignment to a project.\");\nexport const RollbarListProjectTeamsOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\n result: z.array(RollbarListProjectTeams_TeamAssignmentSchema).describe(\"List of team assignments for the project.\"),\n}).passthrough().describe(\"Response model containing the list of teams with access to a project.\");\n\nexport const rollbarListProjectTeams = action(\"ROLLBAR_LIST_PROJECT_TEAMS\", {\n slug: \"rollbar-list-project-teams\",\n name: \"List Project Teams\",\n description: \"Tool to list all teams with access to a Rollbar project. Use when you need to retrieve teams associated with a specific project.\",\n input: RollbarListProjectTeamsInput,\n output: RollbarListProjectTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D;CACnG,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;AAC3L,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,QAAQA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,2CAA2C;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uEAAuE;AAEjG,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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-project-teams.d.ts
|
|
4
|
-
declare const RollbarListProjectTeamsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListProjectTeamsInput: z.ZodObject<{
|
|
5
|
+
project_id: z.ZodNumber;
|
|
6
|
+
exclude_builtin_teams: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const RollbarListProjectTeamsOutput: z.ZodObject<{
|
|
9
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
10
|
+
result: z.ZodArray<z.ZodObject<{
|
|
11
|
+
team_id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
project_id: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
}, z.core.$loose>>;
|
|
14
|
+
}, z.core.$loose>;
|
|
15
|
+
declare const rollbarListProjectTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
|
+
project_id: number;
|
|
17
|
+
exclude_builtin_teams?: number | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rollbarListProjectTeams };
|
|
9
21
|
//# sourceMappingURL=list-project-teams.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-project-teams.d.cts","names":[],"sources":["../../src/actions/list-project-teams.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-project-teams.d.cts","names":[],"sources":["../../src/actions/list-project-teams.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAQ5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-project-teams.d.ts
|
|
4
|
-
declare const RollbarListProjectTeamsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListProjectTeamsInput: z.ZodObject<{
|
|
5
|
+
project_id: z.ZodNumber;
|
|
6
|
+
exclude_builtin_teams: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const RollbarListProjectTeamsOutput: z.ZodObject<{
|
|
9
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
10
|
+
result: z.ZodArray<z.ZodObject<{
|
|
11
|
+
team_id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
project_id: z.ZodNullable<z.ZodNumber>;
|
|
13
|
+
}, z.core.$loose>>;
|
|
14
|
+
}, z.core.$loose>;
|
|
15
|
+
declare const rollbarListProjectTeams: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
16
|
+
project_id: number;
|
|
17
|
+
exclude_builtin_teams?: number | undefined;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rollbarListProjectTeams };
|
|
9
21
|
//# sourceMappingURL=list-project-teams.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-project-teams.d.mts","names":[],"sources":["../../src/actions/list-project-teams.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"list-project-teams.d.mts","names":[],"sources":["../../src/actions/list-project-teams.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAQ5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -6,18 +6,18 @@ const RollbarListProjectTeamsInput = z.object({
|
|
|
6
6
|
exclude_builtin_teams: z.number().int().describe("When set to 1 or true, excludes built-in teams (Owners, Everyone) from the response. Set to 0 or omit to include all teams.").optional()
|
|
7
7
|
}).describe("Request model for listing teams with access to a project.");
|
|
8
8
|
const RollbarListProjectTeams_TeamAssignmentSchema = z.object({
|
|
9
|
-
team_id: z.number().int().describe("Unique identifier of the team."),
|
|
10
|
-
project_id: z.number().int().describe("Unique identifier of the project.")
|
|
11
|
-
}).describe("Represents a team assignment to a project.");
|
|
9
|
+
team_id: z.number().int().describe("Unique identifier of the team.").nullable(),
|
|
10
|
+
project_id: z.number().int().describe("Unique identifier of the project.").nullable()
|
|
11
|
+
}).passthrough().describe("Represents a team assignment to a project.");
|
|
12
12
|
const rollbarListProjectTeams = action("ROLLBAR_LIST_PROJECT_TEAMS", {
|
|
13
13
|
slug: "rollbar-list-project-teams",
|
|
14
14
|
name: "List Project Teams",
|
|
15
15
|
description: "Tool to list all teams with access to a Rollbar project. Use when you need to retrieve teams associated with a specific project.",
|
|
16
16
|
input: RollbarListProjectTeamsInput,
|
|
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: z.array(RollbarListProjectTeams_TeamAssignmentSchema).describe("List of team assignments for the project.")
|
|
20
|
-
}).describe("Response model containing the list of teams with access to a project.")
|
|
20
|
+
}).passthrough().describe("Response model containing the list of teams with access to a project.")
|
|
21
21
|
});
|
|
22
22
|
//#endregion
|
|
23
23
|
export { rollbarListProjectTeams };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-project-teams.mjs","names":[],"sources":["../../src/actions/list-project-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListProjectTeamsInput
|
|
1
|
+
{"version":3,"file":"list-project-teams.mjs","names":[],"sources":["../../src/actions/list-project-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListProjectTeamsInput = z.object({\n project_id: z.number().int().describe(\"Unique identifier of the Rollbar project to list teams for.\"),\n exclude_builtin_teams: z.number().int().describe(\"When set to 1 or true, excludes built-in teams (Owners, Everyone) from the response. Set to 0 or omit to include all teams.\").optional(),\n}).describe(\"Request model for listing teams with access to a project.\");\nconst RollbarListProjectTeams_TeamAssignmentSchema = z.object({\n team_id: z.number().int().describe(\"Unique identifier of the team.\").nullable(),\n project_id: z.number().int().describe(\"Unique identifier of the project.\").nullable(),\n}).passthrough().describe(\"Represents a team assignment to a project.\");\nexport const RollbarListProjectTeamsOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\n result: z.array(RollbarListProjectTeams_TeamAssignmentSchema).describe(\"List of team assignments for the project.\"),\n}).passthrough().describe(\"Response model containing the list of teams with access to a project.\");\n\nexport const rollbarListProjectTeams = action(\"ROLLBAR_LIST_PROJECT_TEAMS\", {\n slug: \"rollbar-list-project-teams\",\n name: \"List Project Teams\",\n description: \"Tool to list all teams with access to a Rollbar project. Use when you need to retrieve teams associated with a specific project.\",\n input: RollbarListProjectTeamsInput,\n output: RollbarListProjectTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO;CACnD,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D;CACnG,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;AAC3L,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,+CAA+C,EAAE,OAAO;CAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AAMtE,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,4CAA4C,CAAC,CAAC,SAAS,2CAA2C;CACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uEAOhB;AACV,CAAC"}
|
|
@@ -10,15 +10,15 @@ const RollbarListRqlJobs_RqlJobSchema = zod.z.object({
|
|
|
10
10
|
date_created: zod.z.number().int().describe("Unix timestamp when the job was created").nullable().optional(),
|
|
11
11
|
query_string: zod.z.string().describe("RQL query string for this job").nullable().optional(),
|
|
12
12
|
date_modified: zod.z.number().int().describe("Unix timestamp when the job was last modified").nullable().optional()
|
|
13
|
-
}).describe("Represents a single RQL job.");
|
|
13
|
+
}).passthrough().describe("Represents a single RQL job.");
|
|
14
14
|
const RollbarListRqlJobs_RqlJobsResultSchema = zod.z.object({
|
|
15
15
|
jobs: zod.z.array(RollbarListRqlJobs_RqlJobSchema).describe("List of RQL jobs in the account."),
|
|
16
|
-
total_pages: zod.z.number().int().describe("Total number of pages available.")
|
|
17
|
-
}).describe("Result object containing the jobs list and pagination info.");
|
|
16
|
+
total_pages: zod.z.number().int().describe("Total number of pages available.").nullable()
|
|
17
|
+
}).passthrough().describe("Result object containing the jobs list and pagination info.");
|
|
18
18
|
const RollbarListRqlJobsOutput = zod.z.object({
|
|
19
|
-
err: zod.z.number().int().describe("Error code. 0 indicates success."),
|
|
19
|
+
err: zod.z.number().int().describe("Error code. 0 indicates success.").nullable(),
|
|
20
20
|
result: RollbarListRqlJobs_RqlJobsResultSchema.nullable()
|
|
21
|
-
}).describe("Response schema for listing all RQL jobs.");
|
|
21
|
+
}).passthrough().describe("Response schema for listing all RQL jobs.");
|
|
22
22
|
const rollbarListRqlJobs = require_action.action("ROLLBAR_LIST_RQL_JOBS", {
|
|
23
23
|
slug: "rollbar-list-rql-jobs",
|
|
24
24
|
name: "List RQL Jobs",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-rql-jobs.cjs","names":["z","action"],"sources":["../../src/actions/list-rql-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListRqlJobsInput
|
|
1
|
+
{"version":3,"file":"list-rql-jobs.cjs","names":["z","action"],"sources":["../../src/actions/list-rql-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListRqlJobsInput = z.object({\n page: z.number().int().describe(\"Page number starting from 1\").optional(),\n}).describe(\"Request parameters for listing all RQL jobs.\");\nconst RollbarListRqlJobs_RqlJobSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the RQL job\").nullable().optional(),\n status: z.string().describe(\"Current status of the RQL job\").nullable().optional(),\n job_hash: z.string().describe(\"Hash identifier for the job\").nullable().optional(),\n project_id: z.number().int().describe(\"Project ID associated with this job\").nullable().optional(),\n date_created: z.number().int().describe(\"Unix timestamp when the job was created\").nullable().optional(),\n query_string: z.string().describe(\"RQL query string for this job\").nullable().optional(),\n date_modified: z.number().int().describe(\"Unix timestamp when the job was last modified\").nullable().optional(),\n}).passthrough().describe(\"Represents a single RQL job.\");\nconst RollbarListRqlJobs_RqlJobsResultSchema = z.object({\n jobs: z.array(RollbarListRqlJobs_RqlJobSchema).describe(\"List of RQL jobs in the account.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\").nullable(),\n}).passthrough().describe(\"Result object containing the jobs list and pagination info.\");\nexport const RollbarListRqlJobsOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\n result: RollbarListRqlJobs_RqlJobsResultSchema.nullable(),\n}).passthrough().describe(\"Response schema for listing all RQL jobs.\");\n\nexport const rollbarListRqlJobs = action(\"ROLLBAR_LIST_RQL_JOBS\", {\n slug: \"rollbar-list-rql-jobs\",\n name: \"List RQL Jobs\",\n description: \"Tool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses.\",\n input: RollbarListRqlJobsInput,\n output: RollbarListRqlJobsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AACxD,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,kCAAkC;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AACvF,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,QAAQ,uCAAuC,SAAS;AAC1D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-rql-jobs.d.ts
|
|
4
|
-
declare const RollbarListRqlJobsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListRqlJobsInput: z.ZodObject<{
|
|
5
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListRqlJobsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
jobs: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
job_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
project_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
date_created: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
query_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
date_modified: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
}, z.core.$loose>>;
|
|
19
|
+
total_pages: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
}, z.core.$loose>>;
|
|
21
|
+
}, z.core.$loose>;
|
|
22
|
+
declare const rollbarListRqlJobs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
|
+
page?: number | undefined;
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
25
|
//#endregion
|
|
8
26
|
export { rollbarListRqlJobs };
|
|
9
27
|
//# sourceMappingURL=list-rql-jobs.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-rql-jobs.d.cts","names":[],"sources":["../../src/actions/list-rql-jobs.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"list-rql-jobs.d.cts","names":[],"sources":["../../src/actions/list-rql-jobs.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;cAgBvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-rql-jobs.d.ts
|
|
4
|
-
declare const RollbarListRqlJobsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RollbarListRqlJobsInput: z.ZodObject<{
|
|
5
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RollbarListRqlJobsOutput: z.ZodObject<{
|
|
8
|
+
err: z.ZodNullable<z.ZodNumber>;
|
|
9
|
+
result: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
jobs: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
12
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
job_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
project_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
15
|
+
date_created: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
|
+
query_string: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
date_modified: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
}, z.core.$loose>>;
|
|
19
|
+
total_pages: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
}, z.core.$loose>>;
|
|
21
|
+
}, z.core.$loose>;
|
|
22
|
+
declare const rollbarListRqlJobs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
|
+
page?: number | undefined;
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
25
|
//#endregion
|
|
8
26
|
export { rollbarListRqlJobs };
|
|
9
27
|
//# sourceMappingURL=list-rql-jobs.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-rql-jobs.d.mts","names":[],"sources":["../../src/actions/list-rql-jobs.ts"],"mappings":";;;cAIa,uBAAA,
|
|
1
|
+
{"version":3,"file":"list-rql-jobs.d.mts","names":[],"sources":["../../src/actions/list-rql-jobs.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;cAgBvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -10,20 +10,20 @@ const RollbarListRqlJobs_RqlJobSchema = z.object({
|
|
|
10
10
|
date_created: z.number().int().describe("Unix timestamp when the job was created").nullable().optional(),
|
|
11
11
|
query_string: z.string().describe("RQL query string for this job").nullable().optional(),
|
|
12
12
|
date_modified: z.number().int().describe("Unix timestamp when the job was last modified").nullable().optional()
|
|
13
|
-
}).describe("Represents a single RQL job.");
|
|
13
|
+
}).passthrough().describe("Represents a single RQL job.");
|
|
14
14
|
const RollbarListRqlJobs_RqlJobsResultSchema = z.object({
|
|
15
15
|
jobs: z.array(RollbarListRqlJobs_RqlJobSchema).describe("List of RQL jobs in the account."),
|
|
16
|
-
total_pages: z.number().int().describe("Total number of pages available.")
|
|
17
|
-
}).describe("Result object containing the jobs list and pagination info.");
|
|
16
|
+
total_pages: z.number().int().describe("Total number of pages available.").nullable()
|
|
17
|
+
}).passthrough().describe("Result object containing the jobs list and pagination info.");
|
|
18
18
|
const rollbarListRqlJobs = action("ROLLBAR_LIST_RQL_JOBS", {
|
|
19
19
|
slug: "rollbar-list-rql-jobs",
|
|
20
20
|
name: "List RQL Jobs",
|
|
21
21
|
description: "Tool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses.",
|
|
22
22
|
input: RollbarListRqlJobsInput,
|
|
23
23
|
output: z.object({
|
|
24
|
-
err: z.number().int().describe("Error code. 0 indicates success."),
|
|
24
|
+
err: z.number().int().describe("Error code. 0 indicates success.").nullable(),
|
|
25
25
|
result: RollbarListRqlJobs_RqlJobsResultSchema.nullable()
|
|
26
|
-
}).describe("Response schema for listing all RQL jobs.")
|
|
26
|
+
}).passthrough().describe("Response schema for listing all RQL jobs.")
|
|
27
27
|
});
|
|
28
28
|
//#endregion
|
|
29
29
|
export { rollbarListRqlJobs };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-rql-jobs.mjs","names":[],"sources":["../../src/actions/list-rql-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListRqlJobsInput
|
|
1
|
+
{"version":3,"file":"list-rql-jobs.mjs","names":[],"sources":["../../src/actions/list-rql-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListRqlJobsInput = z.object({\n page: z.number().int().describe(\"Page number starting from 1\").optional(),\n}).describe(\"Request parameters for listing all RQL jobs.\");\nconst RollbarListRqlJobs_RqlJobSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the RQL job\").nullable().optional(),\n status: z.string().describe(\"Current status of the RQL job\").nullable().optional(),\n job_hash: z.string().describe(\"Hash identifier for the job\").nullable().optional(),\n project_id: z.number().int().describe(\"Project ID associated with this job\").nullable().optional(),\n date_created: z.number().int().describe(\"Unix timestamp when the job was created\").nullable().optional(),\n query_string: z.string().describe(\"RQL query string for this job\").nullable().optional(),\n date_modified: z.number().int().describe(\"Unix timestamp when the job was last modified\").nullable().optional(),\n}).passthrough().describe(\"Represents a single RQL job.\");\nconst RollbarListRqlJobs_RqlJobsResultSchema = z.object({\n jobs: z.array(RollbarListRqlJobs_RqlJobSchema).describe(\"List of RQL jobs in the account.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\").nullable(),\n}).passthrough().describe(\"Result object containing the jobs list and pagination info.\");\nexport const RollbarListRqlJobsOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\").nullable(),\n result: RollbarListRqlJobs_RqlJobsResultSchema.nullable(),\n}).passthrough().describe(\"Response schema for listing all RQL jobs.\");\n\nexport const rollbarListRqlJobs = action(\"ROLLBAR_LIST_RQL_JOBS\", {\n slug: \"rollbar-list-rql-jobs\",\n name: \"List RQL Jobs\",\n description: \"Tool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses.\",\n input: RollbarListRqlJobsInput,\n output: RollbarListRqlJobsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO,EAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,kCAAkC,EAAE,OAAO;CAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AACxD,MAAM,yCAAyC,EAAE,OAAO;CACtD,MAAM,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,kCAAkC;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAMvF,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsC,EAAE,OAAO;EAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,QAAQ,uCAAuC,SAAS;CAC1D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
|
|
@@ -6,18 +6,18 @@ const RollbarListTeamInvitationsInput = zod.z.object({
|
|
|
6
6
|
team_id: zod.z.number().int().describe("Unique identifier of the team to list invitations for.")
|
|
7
7
|
}).describe("Request model for listing pending invitations to a Rollbar team.");
|
|
8
8
|
const RollbarListTeamInvitations_InvitationSchema = zod.z.object({
|
|
9
|
-
id: zod.z.number().int().describe("Unique identifier for the invitation."),
|
|
10
|
-
status: zod.z.string().describe("Current status of the invitation (e.g., pending, accepted, declined)."),
|
|
11
|
-
team_id: zod.z.number().int().describe("Identifier of the team the invitation is for."),
|
|
12
|
-
to_email: zod.z.string().describe("Email address of the person invited to the team."),
|
|
13
|
-
date_created: zod.z.number().int().describe("Unix timestamp when the invitation was created."),
|
|
14
|
-
from_user_id: zod.z.number().int().describe("User ID of the person who sent the invitation."),
|
|
9
|
+
id: zod.z.number().int().describe("Unique identifier for the invitation.").nullable(),
|
|
10
|
+
status: zod.z.string().describe("Current status of the invitation (e.g., pending, accepted, declined).").nullable(),
|
|
11
|
+
team_id: zod.z.number().int().describe("Identifier of the team the invitation is for.").nullable(),
|
|
12
|
+
to_email: zod.z.string().describe("Email address of the person invited to the team.").nullable(),
|
|
13
|
+
date_created: zod.z.number().int().describe("Unix timestamp when the invitation was created.").nullable(),
|
|
14
|
+
from_user_id: zod.z.number().int().describe("User ID of the person who sent the invitation.").nullable(),
|
|
15
15
|
date_redeemed: zod.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.");
|
|
16
|
+
}).passthrough().describe("Represents a pending invitation to a Rollbar team.");
|
|
17
17
|
const RollbarListTeamInvitationsOutput = zod.z.object({
|
|
18
|
-
err: zod.z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error."),
|
|
18
|
+
err: zod.z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error.").nullable(),
|
|
19
19
|
result: zod.z.array(RollbarListTeamInvitations_InvitationSchema).describe("List of invitation objects for the team.")
|
|
20
|
-
}).describe("Response containing the list of team invitations and error status.");
|
|
20
|
+
}).passthrough().describe("Response containing the list of team invitations and error status.");
|
|
21
21
|
const rollbarListTeamInvitations = require_action.action("ROLLBAR_LIST_TEAM_INVITATIONS", {
|
|
22
22
|
slug: "rollbar-list-team-invitations",
|
|
23
23
|
name: "List Team Invitations",
|