@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.
Files changed (141) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/check-team-project-assignment.cjs +1 -1
  4. package/dist/actions/check-team-project-assignment.cjs.map +1 -1
  5. package/dist/actions/check-team-project-assignment.d.cts +15 -3
  6. package/dist/actions/check-team-project-assignment.d.cts.map +1 -1
  7. package/dist/actions/check-team-project-assignment.d.mts +15 -3
  8. package/dist/actions/check-team-project-assignment.d.mts.map +1 -1
  9. package/dist/actions/check-team-project-assignment.mjs +1 -1
  10. package/dist/actions/check-team-project-assignment.mjs.map +1 -1
  11. package/dist/actions/check-user-team-assignment.cjs +3 -3
  12. package/dist/actions/check-user-team-assignment.cjs.map +1 -1
  13. package/dist/actions/check-user-team-assignment.d.cts +15 -3
  14. package/dist/actions/check-user-team-assignment.d.cts.map +1 -1
  15. package/dist/actions/check-user-team-assignment.d.mts +15 -3
  16. package/dist/actions/check-user-team-assignment.d.mts.map +1 -1
  17. package/dist/actions/check-user-team-assignment.mjs +3 -3
  18. package/dist/actions/check-user-team-assignment.mjs.map +1 -1
  19. package/dist/actions/get-occurrences-metrics.cjs +2 -2
  20. package/dist/actions/get-occurrences-metrics.cjs.map +1 -1
  21. package/dist/actions/get-occurrences-metrics.d.cts +132 -3
  22. package/dist/actions/get-occurrences-metrics.d.cts.map +1 -1
  23. package/dist/actions/get-occurrences-metrics.d.mts +132 -3
  24. package/dist/actions/get-occurrences-metrics.d.mts.map +1 -1
  25. package/dist/actions/get-occurrences-metrics.mjs +2 -2
  26. package/dist/actions/get-occurrences-metrics.mjs.map +1 -1
  27. package/dist/actions/get-project.cjs +7 -7
  28. package/dist/actions/get-project.cjs.map +1 -1
  29. package/dist/actions/get-project.d.cts +21 -3
  30. package/dist/actions/get-project.d.cts.map +1 -1
  31. package/dist/actions/get-project.d.mts +21 -3
  32. package/dist/actions/get-project.d.mts.map +1 -1
  33. package/dist/actions/get-project.mjs +7 -7
  34. package/dist/actions/get-project.mjs.map +1 -1
  35. package/dist/actions/get-team.cjs +5 -5
  36. package/dist/actions/get-team.cjs.map +1 -1
  37. package/dist/actions/get-team.d.cts +15 -3
  38. package/dist/actions/get-team.d.cts.map +1 -1
  39. package/dist/actions/get-team.d.mts +15 -3
  40. package/dist/actions/get-team.d.mts.map +1 -1
  41. package/dist/actions/get-team.mjs +5 -5
  42. package/dist/actions/get-team.mjs.map +1 -1
  43. package/dist/actions/get-ttr-metrics.cjs.map +1 -1
  44. package/dist/actions/get-ttr-metrics.d.cts +55 -3
  45. package/dist/actions/get-ttr-metrics.d.cts.map +1 -1
  46. package/dist/actions/get-ttr-metrics.d.mts +55 -3
  47. package/dist/actions/get-ttr-metrics.d.mts.map +1 -1
  48. package/dist/actions/get-ttr-metrics.mjs.map +1 -1
  49. package/dist/actions/get-user.cjs +1 -1
  50. package/dist/actions/get-user.cjs.map +1 -1
  51. package/dist/actions/get-user.d.cts +15 -3
  52. package/dist/actions/get-user.d.cts.map +1 -1
  53. package/dist/actions/get-user.d.mts +15 -3
  54. package/dist/actions/get-user.d.mts.map +1 -1
  55. package/dist/actions/get-user.mjs +1 -1
  56. package/dist/actions/get-user.mjs.map +1 -1
  57. package/dist/actions/list-all-projects.cjs +1 -1
  58. package/dist/actions/list-all-projects.cjs.map +1 -1
  59. package/dist/actions/list-all-projects.d.cts +14 -3
  60. package/dist/actions/list-all-projects.d.cts.map +1 -1
  61. package/dist/actions/list-all-projects.d.mts +14 -3
  62. package/dist/actions/list-all-projects.d.mts.map +1 -1
  63. package/dist/actions/list-all-projects.mjs +1 -1
  64. package/dist/actions/list-all-projects.mjs.map +1 -1
  65. package/dist/actions/list-all-teams.cjs +5 -5
  66. package/dist/actions/list-all-teams.cjs.map +1 -1
  67. package/dist/actions/list-all-teams.d.cts +11 -3
  68. package/dist/actions/list-all-teams.d.cts.map +1 -1
  69. package/dist/actions/list-all-teams.d.mts +11 -3
  70. package/dist/actions/list-all-teams.d.mts.map +1 -1
  71. package/dist/actions/list-all-teams.mjs +5 -5
  72. package/dist/actions/list-all-teams.mjs.map +1 -1
  73. package/dist/actions/list-all-users.cjs +4 -4
  74. package/dist/actions/list-all-users.cjs.map +1 -1
  75. package/dist/actions/list-all-users.d.cts +16 -3
  76. package/dist/actions/list-all-users.d.cts.map +1 -1
  77. package/dist/actions/list-all-users.d.mts +16 -3
  78. package/dist/actions/list-all-users.d.mts.map +1 -1
  79. package/dist/actions/list-all-users.mjs +4 -4
  80. package/dist/actions/list-all-users.mjs.map +1 -1
  81. package/dist/actions/list-project-teams.cjs +3 -3
  82. package/dist/actions/list-project-teams.cjs.map +1 -1
  83. package/dist/actions/list-project-teams.d.cts +15 -3
  84. package/dist/actions/list-project-teams.d.cts.map +1 -1
  85. package/dist/actions/list-project-teams.d.mts +15 -3
  86. package/dist/actions/list-project-teams.d.mts.map +1 -1
  87. package/dist/actions/list-project-teams.mjs +3 -3
  88. package/dist/actions/list-project-teams.mjs.map +1 -1
  89. package/dist/actions/list-rql-jobs.cjs +2 -2
  90. package/dist/actions/list-rql-jobs.cjs.map +1 -1
  91. package/dist/actions/list-rql-jobs.d.cts +21 -3
  92. package/dist/actions/list-rql-jobs.d.cts.map +1 -1
  93. package/dist/actions/list-rql-jobs.d.mts +21 -3
  94. package/dist/actions/list-rql-jobs.d.mts.map +1 -1
  95. package/dist/actions/list-rql-jobs.mjs +2 -2
  96. package/dist/actions/list-rql-jobs.mjs.map +1 -1
  97. package/dist/actions/list-team-invitations.cjs +7 -7
  98. package/dist/actions/list-team-invitations.cjs.map +1 -1
  99. package/dist/actions/list-team-invitations.d.cts +20 -3
  100. package/dist/actions/list-team-invitations.d.cts.map +1 -1
  101. package/dist/actions/list-team-invitations.d.mts +20 -3
  102. package/dist/actions/list-team-invitations.d.mts.map +1 -1
  103. package/dist/actions/list-team-invitations.mjs +7 -7
  104. package/dist/actions/list-team-invitations.mjs.map +1 -1
  105. package/dist/actions/list-team-projects.cjs +3 -3
  106. package/dist/actions/list-team-projects.cjs.map +1 -1
  107. package/dist/actions/list-team-projects.d.cts +13 -3
  108. package/dist/actions/list-team-projects.d.cts.map +1 -1
  109. package/dist/actions/list-team-projects.d.mts +13 -3
  110. package/dist/actions/list-team-projects.d.mts.map +1 -1
  111. package/dist/actions/list-team-projects.mjs +3 -3
  112. package/dist/actions/list-team-projects.mjs.map +1 -1
  113. package/dist/actions/list-team-users.cjs.map +1 -1
  114. package/dist/actions/list-team-users.d.cts +15 -3
  115. package/dist/actions/list-team-users.d.cts.map +1 -1
  116. package/dist/actions/list-team-users.d.mts +15 -3
  117. package/dist/actions/list-team-users.d.mts.map +1 -1
  118. package/dist/actions/list-team-users.mjs.map +1 -1
  119. package/dist/actions/list-user-projects.cjs +5 -5
  120. package/dist/actions/list-user-projects.cjs.map +1 -1
  121. package/dist/actions/list-user-projects.d.cts +17 -3
  122. package/dist/actions/list-user-projects.d.cts.map +1 -1
  123. package/dist/actions/list-user-projects.d.mts +17 -3
  124. package/dist/actions/list-user-projects.d.mts.map +1 -1
  125. package/dist/actions/list-user-projects.mjs +5 -5
  126. package/dist/actions/list-user-projects.mjs.map +1 -1
  127. package/dist/actions/list-user-teams.cjs +1 -1
  128. package/dist/actions/list-user-teams.cjs.map +1 -1
  129. package/dist/actions/list-user-teams.d.cts +15 -3
  130. package/dist/actions/list-user-teams.d.cts.map +1 -1
  131. package/dist/actions/list-user-teams.d.mts +15 -3
  132. package/dist/actions/list-user-teams.d.mts.map +1 -1
  133. package/dist/actions/list-user-teams.mjs +1 -1
  134. package/dist/actions/list-user-teams.mjs.map +1 -1
  135. package/dist/catalog.cjs +7 -1
  136. package/dist/catalog.cjs.map +1 -1
  137. package/dist/catalog.d.cts +8 -0
  138. package/dist/catalog.d.mts +8 -0
  139. package/dist/catalog.mjs +7 -1
  140. package/dist/catalog.mjs.map +1 -1
  141. package/package.json +2 -2
@@ -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.ZodTypeAny;
5
- declare const RollbarListAllUsersOutput: z.ZodTypeAny;
6
- declare const rollbarListAllUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
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.$strip>>;
15
+ }, z.core.$strip>>;
16
+ }, z.core.$strip>;
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,EAA0B,CAAA,CAAE,UAEiC;AAAA,cAS7D,yBAAA,EAA2B,CAAA,CAAE,UAG4B;AAAA,cAEzD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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.ZodTypeAny;
5
- declare const RollbarListAllUsersOutput: z.ZodTypeAny;
6
- declare const rollbarListAllUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
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.$strip>>;
15
+ }, z.core.$strip>>;
16
+ }, z.core.$strip>;
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,EAA0B,CAAA,CAAE,UAEiC;AAAA,cAS7D,yBAAA,EAA2B,CAAA,CAAE,UAG4B;AAAA,cAEzD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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,9 +3,9 @@ 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.")
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
9
  }).describe("Represents a single user in the Rollbar account.");
10
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.");
11
11
  const rollbarListAllUsers = action("ROLLBAR_LIST_ALL_USERS", {
@@ -14,7 +14,7 @@ const rollbarListAllUsers = action("ROLLBAR_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
19
  }).describe("Response containing the list of users and error status.")
20
20
  });
@@ -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: z.ZodTypeAny = 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.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user.\"),\n email: z.string().describe(\"Email address of the user.\"),\n username: z.string().describe(\"Username of the user.\"),\n}).describe(\"Represents a single user in the Rollbar account.\");\nconst RollbarListAllUsers_ResultWrapperSchema: z.ZodTypeAny = z.object({\n users: z.array(RollbarListAllUsers_UserSchema).describe(\"List of user objects in the account.\"),\n}).describe(\"Wrapper for the result containing the users list.\");\nexport const RollbarListAllUsersOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\"),\n result: RollbarListAllUsers_ResultWrapperSchema.nullable(),\n}).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,2BAAyC,EAAE,OAAO,EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,EAClJ,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,iCAA+C,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;AACvD,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,0CAAwD,EAAE,OAAO,EACrE,OAAO,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,sCAAsC,EAChG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAM/D,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqD,EAAE,OAAO;EAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;EAC9F,QAAQ,wCAAwC,SAAS;CAC3D,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
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}).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}).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}).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,SAAS,kDAAkD;AAC9D,MAAM,0CAA0C,EAAE,OAAO,EACvD,OAAO,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,sCAAsC,EAChG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAM/D,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,SAAS,yDAOF;AACV,CAAC"}
@@ -6,11 +6,11 @@ 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.")
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
11
  }).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
15
  }).describe("Response model containing the list of teams with access to a project.");
16
16
  const rollbarListProjectTeams = require_action.action("ROLLBAR_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: z.ZodTypeAny = 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.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"Unique identifier of the team.\"),\n project_id: z.number().int().describe(\"Unique identifier of the project.\"),\n}).describe(\"Represents a team assignment to a project.\");\nexport const RollbarListProjectTeamsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: z.array(RollbarListProjectTeams_TeamAssignmentSchema).describe(\"List of team assignments for the project.\"),\n}).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,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,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,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;AAC3E,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,QAAQA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,2CAA2C;AACpH,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAEnF,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
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}).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}).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,SAAS,4CAA4C;AACxD,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,SAAS,uEAAuE;AAEnF,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.ZodTypeAny;
5
- declare const RollbarListProjectTeamsOutput: z.ZodTypeAny;
6
- declare const rollbarListProjectTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
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.$strip>>;
14
+ }, z.core.$strip>;
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,EAA8B,CAAA,CAAE,UAG2B;AAAA,cAK3D,6BAAA,EAA+B,CAAA,CAAE,UAGsC;AAAA,cAEvE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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.ZodTypeAny;
5
- declare const RollbarListProjectTeamsOutput: z.ZodTypeAny;
6
- declare const rollbarListProjectTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
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.$strip>>;
14
+ }, z.core.$strip>;
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,EAA8B,CAAA,CAAE,UAG2B;AAAA,cAK3D,6BAAA,EAA+B,CAAA,CAAE,UAGsC;AAAA,cAEvE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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,8 +6,8 @@ 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.")
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
11
  }).describe("Represents a team assignment to a project.");
12
12
  const rollbarListProjectTeams = action("ROLLBAR_LIST_PROJECT_TEAMS", {
13
13
  slug: "rollbar-list-project-teams",
@@ -15,7 +15,7 @@ const rollbarListProjectTeams = action("ROLLBAR_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
20
  }).describe("Response model containing the list of teams with access to a project.")
21
21
  });
@@ -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: z.ZodTypeAny = 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.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"Unique identifier of the team.\"),\n project_id: z.number().int().describe(\"Unique identifier of the project.\"),\n}).describe(\"Represents a team assignment to a project.\");\nexport const RollbarListProjectTeamsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: z.array(RollbarListProjectTeams_TeamAssignmentSchema).describe(\"List of team assignments for the project.\"),\n}).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,+BAA6C,EAAE,OAAO;CACjE,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,+CAA6D,EAAE,OAAO;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;AAC3E,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAMxD,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACjE,QAAQ,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,2CAA2C;CACpH,CAAC,CAAC,CAAC,SAAS,uEAOF;AACV,CAAC"}
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}).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}).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,SAAS,4CAA4C;AAMxD,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,SAAS,uEAOF;AACV,CAAC"}
@@ -13,10 +13,10 @@ const RollbarListRqlJobs_RqlJobSchema = zod.z.object({
13
13
  }).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.")
16
+ total_pages: zod.z.number().int().describe("Total number of pages available.").nullable()
17
17
  }).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
21
  }).describe("Response schema for listing all RQL jobs.");
22
22
  const rollbarListRqlJobs = require_action.action("ROLLBAR_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: z.ZodTypeAny = 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.ZodTypeAny = 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}).describe(\"Represents a single RQL job.\");\nconst RollbarListRqlJobs_RqlJobsResultSchema: z.ZodTypeAny = 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.\"),\n}).describe(\"Result object containing the jobs list and pagination info.\");\nexport const RollbarListRqlJobsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: RollbarListRqlJobs_RqlJobsResultSchema.nullable(),\n}).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,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,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,SAAS,8BAA8B;AAC1C,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,kCAAkC;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;AAC3E,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,QAAQ,uCAAuC,SAAS;AAC1D,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
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}).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}).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}).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,SAAS,8BAA8B;AAC1C,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,SAAS,6DAA6D;AACzE,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,SAAS,2CAA2C;AAEvD,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.ZodTypeAny;
5
- declare const RollbarListRqlJobsOutput: z.ZodTypeAny;
6
- declare const rollbarListRqlJobs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
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.$strip>>;
19
+ total_pages: z.ZodNullable<z.ZodNumber>;
20
+ }, z.core.$strip>>;
21
+ }, z.core.$strip>;
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,EAAyB,CAAA,CAAE,UAEmB;AAAA,cAc9C,wBAAA,EAA0B,CAAA,CAAE,UAGe;AAAA,cAE3C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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.ZodTypeAny;
5
- declare const RollbarListRqlJobsOutput: z.ZodTypeAny;
6
- declare const rollbarListRqlJobs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
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.$strip>>;
19
+ total_pages: z.ZodNullable<z.ZodNumber>;
20
+ }, z.core.$strip>>;
21
+ }, z.core.$strip>;
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,EAAyB,CAAA,CAAE,UAEmB;AAAA,cAc9C,wBAAA,EAA0B,CAAA,CAAE,UAGe;AAAA,cAE3C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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"}
@@ -13,7 +13,7 @@ const RollbarListRqlJobs_RqlJobSchema = z.object({
13
13
  }).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.")
16
+ total_pages: z.number().int().describe("Total number of pages available.").nullable()
17
17
  }).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",
@@ -21,7 +21,7 @@ const rollbarListRqlJobs = action("ROLLBAR_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
26
  }).describe("Response schema for listing all RQL jobs.")
27
27
  });
@@ -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: z.ZodTypeAny = 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.ZodTypeAny = 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}).describe(\"Represents a single RQL job.\");\nconst RollbarListRqlJobs_RqlJobsResultSchema: z.ZodTypeAny = 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.\"),\n}).describe(\"Result object containing the jobs list and pagination info.\");\nexport const RollbarListRqlJobsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: RollbarListRqlJobs_RqlJobsResultSchema.nullable(),\n}).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,0BAAwC,EAAE,OAAO,EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,kCAAgD,EAAE,OAAO;CAC7D,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,SAAS,8BAA8B;AAC1C,MAAM,yCAAuD,EAAE,OAAO;CACpE,MAAM,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,kCAAkC;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;AAC3E,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAMzE,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVoD,EAAE,OAAO;EAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACjE,QAAQ,uCAAuC,SAAS;CAC1D,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
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}).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}).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}).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,SAAS,8BAA8B;AAC1C,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,SAAS,6DAA6D;AAMzE,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,SAAS,2CAOF;AACV,CAAC"}
@@ -6,16 +6,16 @@ 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
16
  }).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
20
  }).describe("Response containing the list of team invitations and error status.");
21
21
  const rollbarListTeamInvitations = require_action.action("ROLLBAR_LIST_TEAM_INVITATIONS", {
@@ -1 +1 @@
1
- {"version":3,"file":"list-team-invitations.cjs","names":["z","action"],"sources":["../../src/actions/list-team-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamInvitationsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.\").optional(),\n team_id: z.number().int().describe(\"Unique identifier of the team to list invitations for.\"),\n}).describe(\"Request model for listing pending invitations to a Rollbar team.\");\nconst RollbarListTeamInvitations_InvitationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the invitation.\"),\n status: z.string().describe(\"Current status of the invitation (e.g., pending, accepted, declined).\"),\n team_id: z.number().int().describe(\"Identifier of the team the invitation is for.\"),\n to_email: z.string().describe(\"Email address of the person invited to the team.\"),\n date_created: z.number().int().describe(\"Unix timestamp when the invitation was created.\"),\n from_user_id: z.number().int().describe(\"User ID of the person who sent the invitation.\"),\n date_redeemed: z.number().int().describe(\"Unix timestamp when the invitation was redeemed/accepted. Null if not yet redeemed.\").nullable().optional(),\n}).describe(\"Represents a pending invitation to a Rollbar team.\");\nexport const RollbarListTeamInvitationsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\"),\n result: z.array(RollbarListTeamInvitations_InvitationSchema).describe(\"List of invitation objects for the team.\"),\n}).describe(\"Response containing the list of team invitations and error status.\");\n\nexport const rollbarListTeamInvitations = action(\"ROLLBAR_LIST_TEAM_INVITATIONS\", {\n slug: \"rollbar-list-team-invitations\",\n name: \"List Team Invitations\",\n description: \"Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.\",\n input: RollbarListTeamInvitationsInput,\n output: RollbarListTeamInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC/J,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;AAC7F,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CACzF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;CAC9F,QAAQA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,0CAA0C;AAClH,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAEhF,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-team-invitations.cjs","names":["z","action"],"sources":["../../src/actions/list-team-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamInvitationsInput = z.object({\n page: z.number().int().describe(\"Page number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.\").optional(),\n team_id: z.number().int().describe(\"Unique identifier of the team to list invitations for.\"),\n}).describe(\"Request model for listing pending invitations to a Rollbar team.\");\nconst RollbarListTeamInvitations_InvitationSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the invitation.\").nullable(),\n status: z.string().describe(\"Current status of the invitation (e.g., pending, accepted, declined).\").nullable(),\n team_id: z.number().int().describe(\"Identifier of the team the invitation is for.\").nullable(),\n to_email: z.string().describe(\"Email address of the person invited to the team.\").nullable(),\n date_created: z.number().int().describe(\"Unix timestamp when the invitation was created.\").nullable(),\n from_user_id: z.number().int().describe(\"User ID of the person who sent the invitation.\").nullable(),\n date_redeemed: z.number().int().describe(\"Unix timestamp when the invitation was redeemed/accepted. Null if not yet redeemed.\").nullable().optional(),\n}).describe(\"Represents a pending invitation to a Rollbar team.\");\nexport const RollbarListTeamInvitationsOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\").nullable(),\n result: z.array(RollbarListTeamInvitations_InvitationSchema).describe(\"List of invitation objects for the team.\"),\n}).describe(\"Response containing the list of team invitations and error status.\");\n\nexport const rollbarListTeamInvitations = action(\"ROLLBAR_LIST_TEAM_INVITATIONS\", {\n slug: \"rollbar-list-team-invitations\",\n name: \"List Team Invitations\",\n description: \"Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.\",\n input: RollbarListTeamInvitationsInput,\n output: RollbarListTeamInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC/J,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;AAC7F,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC9G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC7F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC3F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACnG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,0CAA0C;AAClH,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAEhF,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-team-invitations.d.ts
4
- declare const RollbarListTeamInvitationsInput: z.ZodTypeAny;
5
- declare const RollbarListTeamInvitationsOutput: z.ZodTypeAny;
6
- declare const rollbarListTeamInvitations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RollbarListTeamInvitationsInput: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodNumber>;
6
+ team_id: z.ZodNumber;
7
+ }, z.core.$strip>;
8
+ declare const RollbarListTeamInvitationsOutput: z.ZodObject<{
9
+ err: z.ZodNullable<z.ZodNumber>;
10
+ result: z.ZodArray<z.ZodObject<{
11
+ id: z.ZodNullable<z.ZodNumber>;
12
+ status: z.ZodNullable<z.ZodString>;
13
+ team_id: z.ZodNullable<z.ZodNumber>;
14
+ to_email: z.ZodNullable<z.ZodString>;
15
+ date_created: z.ZodNullable<z.ZodNumber>;
16
+ from_user_id: z.ZodNullable<z.ZodNumber>;
17
+ date_redeemed: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ }, z.core.$strip>>;
19
+ }, z.core.$strip>;
20
+ declare const rollbarListTeamInvitations: import("@keystrokehq/action").WorkflowActionDefinition<{
21
+ team_id: number;
22
+ page?: number | undefined;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { rollbarListTeamInvitations };
9
26
  //# sourceMappingURL=list-team-invitations.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-team-invitations.d.cts","names":[],"sources":["../../src/actions/list-team-invitations.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAG+B;AAAA,cAUlE,gCAAA,EAAkC,CAAA,CAAE,UAGgC;AAAA,cAEpE,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-team-invitations.d.cts","names":[],"sources":["../../src/actions/list-team-invitations.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAa/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-team-invitations.d.ts
4
- declare const RollbarListTeamInvitationsInput: z.ZodTypeAny;
5
- declare const RollbarListTeamInvitationsOutput: z.ZodTypeAny;
6
- declare const rollbarListTeamInvitations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RollbarListTeamInvitationsInput: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodNumber>;
6
+ team_id: z.ZodNumber;
7
+ }, z.core.$strip>;
8
+ declare const RollbarListTeamInvitationsOutput: z.ZodObject<{
9
+ err: z.ZodNullable<z.ZodNumber>;
10
+ result: z.ZodArray<z.ZodObject<{
11
+ id: z.ZodNullable<z.ZodNumber>;
12
+ status: z.ZodNullable<z.ZodString>;
13
+ team_id: z.ZodNullable<z.ZodNumber>;
14
+ to_email: z.ZodNullable<z.ZodString>;
15
+ date_created: z.ZodNullable<z.ZodNumber>;
16
+ from_user_id: z.ZodNullable<z.ZodNumber>;
17
+ date_redeemed: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ }, z.core.$strip>>;
19
+ }, z.core.$strip>;
20
+ declare const rollbarListTeamInvitations: import("@keystrokehq/action").WorkflowActionDefinition<{
21
+ team_id: number;
22
+ page?: number | undefined;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { rollbarListTeamInvitations };
9
26
  //# sourceMappingURL=list-team-invitations.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-team-invitations.d.mts","names":[],"sources":["../../src/actions/list-team-invitations.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAG+B;AAAA,cAUlE,gCAAA,EAAkC,CAAA,CAAE,UAGgC;AAAA,cAEpE,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-team-invitations.d.mts","names":[],"sources":["../../src/actions/list-team-invitations.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAa/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
@@ -6,12 +6,12 @@ const RollbarListTeamInvitationsInput = z.object({
6
6
  team_id: 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 = z.object({
9
- id: z.number().int().describe("Unique identifier for the invitation."),
10
- status: z.string().describe("Current status of the invitation (e.g., pending, accepted, declined)."),
11
- team_id: z.number().int().describe("Identifier of the team the invitation is for."),
12
- to_email: z.string().describe("Email address of the person invited to the team."),
13
- date_created: z.number().int().describe("Unix timestamp when the invitation was created."),
14
- from_user_id: z.number().int().describe("User ID of the person who sent the invitation."),
9
+ id: z.number().int().describe("Unique identifier for the invitation.").nullable(),
10
+ status: z.string().describe("Current status of the invitation (e.g., pending, accepted, declined).").nullable(),
11
+ team_id: z.number().int().describe("Identifier of the team the invitation is for.").nullable(),
12
+ to_email: z.string().describe("Email address of the person invited to the team.").nullable(),
13
+ date_created: z.number().int().describe("Unix timestamp when the invitation was created.").nullable(),
14
+ from_user_id: z.number().int().describe("User ID of the person who sent the invitation.").nullable(),
15
15
  date_redeemed: z.number().int().describe("Unix timestamp when the invitation was redeemed/accepted. Null if not yet redeemed.").nullable().optional()
16
16
  }).describe("Represents a pending invitation to a Rollbar team.");
17
17
  const rollbarListTeamInvitations = action("ROLLBAR_LIST_TEAM_INVITATIONS", {
@@ -20,7 +20,7 @@ const rollbarListTeamInvitations = action("ROLLBAR_LIST_TEAM_INVITATIONS", {
20
20
  description: "Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.",
21
21
  input: RollbarListTeamInvitationsInput,
22
22
  output: z.object({
23
- err: z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error."),
23
+ err: z.number().int().describe("Error code. 0 indicates success, non-zero indicates an error.").nullable(),
24
24
  result: z.array(RollbarListTeamInvitations_InvitationSchema).describe("List of invitation objects for the team.")
25
25
  }).describe("Response containing the list of team invitations and error status.")
26
26
  });
@@ -1 +1 @@
1
- {"version":3,"file":"list-team-invitations.mjs","names":[],"sources":["../../src/actions/list-team-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamInvitationsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.\").optional(),\n team_id: z.number().int().describe(\"Unique identifier of the team to list invitations for.\"),\n}).describe(\"Request model for listing pending invitations to a Rollbar team.\");\nconst RollbarListTeamInvitations_InvitationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the invitation.\"),\n status: z.string().describe(\"Current status of the invitation (e.g., pending, accepted, declined).\"),\n team_id: z.number().int().describe(\"Identifier of the team the invitation is for.\"),\n to_email: z.string().describe(\"Email address of the person invited to the team.\"),\n date_created: z.number().int().describe(\"Unix timestamp when the invitation was created.\"),\n from_user_id: z.number().int().describe(\"User ID of the person who sent the invitation.\"),\n date_redeemed: z.number().int().describe(\"Unix timestamp when the invitation was redeemed/accepted. Null if not yet redeemed.\").nullable().optional(),\n}).describe(\"Represents a pending invitation to a Rollbar team.\");\nexport const RollbarListTeamInvitationsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\"),\n result: z.array(RollbarListTeamInvitations_InvitationSchema).describe(\"List of invitation objects for the team.\"),\n}).describe(\"Response containing the list of team invitations and error status.\");\n\nexport const rollbarListTeamInvitations = action(\"ROLLBAR_LIST_TEAM_INVITATIONS\", {\n slug: \"rollbar-list-team-invitations\",\n name: \"List Team Invitations\",\n description: \"Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.\",\n input: RollbarListTeamInvitationsInput,\n output: RollbarListTeamInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC/J,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;AAC7F,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACnG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAChF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CACzF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACxF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAMhE,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4D,EAAE,OAAO;EACrE,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;EAC9F,QAAQ,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,0CAA0C;CAClH,CAAC,CAAC,CAAC,SAAS,oEAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-team-invitations.mjs","names":[],"sources":["../../src/actions/list-team-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamInvitationsInput = z.object({\n page: z.number().int().describe(\"Page number for pagination. Returns up to 5000 results per page. Use page=2, page=3, etc. to get subsequent pages.\").optional(),\n team_id: z.number().int().describe(\"Unique identifier of the team to list invitations for.\"),\n}).describe(\"Request model for listing pending invitations to a Rollbar team.\");\nconst RollbarListTeamInvitations_InvitationSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the invitation.\").nullable(),\n status: z.string().describe(\"Current status of the invitation (e.g., pending, accepted, declined).\").nullable(),\n team_id: z.number().int().describe(\"Identifier of the team the invitation is for.\").nullable(),\n to_email: z.string().describe(\"Email address of the person invited to the team.\").nullable(),\n date_created: z.number().int().describe(\"Unix timestamp when the invitation was created.\").nullable(),\n from_user_id: z.number().int().describe(\"User ID of the person who sent the invitation.\").nullable(),\n date_redeemed: z.number().int().describe(\"Unix timestamp when the invitation was redeemed/accepted. Null if not yet redeemed.\").nullable().optional(),\n}).describe(\"Represents a pending invitation to a Rollbar team.\");\nexport const RollbarListTeamInvitationsOutput = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success, non-zero indicates an error.\").nullable(),\n result: z.array(RollbarListTeamInvitations_InvitationSchema).describe(\"List of invitation objects for the team.\"),\n}).describe(\"Response containing the list of team invitations and error status.\");\n\nexport const rollbarListTeamInvitations = action(\"ROLLBAR_LIST_TEAM_INVITATIONS\", {\n slug: \"rollbar-list-team-invitations\",\n name: \"List Team Invitations\",\n description: \"Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.\",\n input: RollbarListTeamInvitationsInput,\n output: RollbarListTeamInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC/J,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD;AAC7F,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,8CAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC9G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC3F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACpG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACnG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAMhE,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV8C,EAAE,OAAO;EACvD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EACzG,QAAQ,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,0CAA0C;CAClH,CAAC,CAAC,CAAC,SAAS,oEAOF;AACV,CAAC"}
@@ -3,11 +3,11 @@ let zod = require("zod");
3
3
  //#region src/actions/list-team-projects.ts
4
4
  const RollbarListTeamProjectsInput = zod.z.object({ team_id: zod.z.number().int().describe("The unique identifier of the team whose projects you want to list.") }).describe("Request model for listing all projects a team has access to.");
5
5
  const RollbarListTeamProjects_TeamProjectSchema = zod.z.object({
6
- team_id: zod.z.number().int().describe("The identifier for the team."),
7
- project_id: zod.z.number().int().describe("The identifier for the project.")
6
+ team_id: zod.z.number().int().describe("The identifier for the team.").nullable(),
7
+ project_id: zod.z.number().int().describe("The identifier for the project.").nullable()
8
8
  }).describe("Represents a single project associated with a team.");
9
9
  const RollbarListTeamProjectsOutput = zod.z.object({
10
- err: zod.z.number().int().describe("Error code. 0 indicates success."),
10
+ err: zod.z.number().int().describe("Error code. 0 indicates success.").nullable(),
11
11
  result: zod.z.array(RollbarListTeamProjects_TeamProjectSchema).describe("List of projects the team has access to, with team_id and project_id for each.")
12
12
  }).describe("Response containing the list of projects a team has access to.");
13
13
  const rollbarListTeamProjects = require_action.action("ROLLBAR_LIST_TEAM_PROJECTS", {
@@ -1 +1 @@
1
- {"version":3,"file":"list-team-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-team-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamProjectsInput: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The unique identifier of the team whose projects you want to list.\"),\n}).describe(\"Request model for listing all projects a team has access to.\");\nconst RollbarListTeamProjects_TeamProjectSchema: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The identifier for the team.\"),\n project_id: z.number().int().describe(\"The identifier for the project.\"),\n}).describe(\"Represents a single project associated with a team.\");\nexport const RollbarListTeamProjectsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code. 0 indicates success.\"),\n result: z.array(RollbarListTeamProjects_TeamProjectSchema).describe(\"List of projects the team has access to, with team_id and project_id for each.\"),\n}).describe(\"Response containing the list of projects a team has access to.\");\n\nexport const rollbarListTeamProjects = action(\"ROLLBAR_LIST_TEAM_PROJECTS\", {\n slug: \"rollbar-list-team-projects\",\n name: \"List Team Projects\",\n description: \"Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team.\",\n input: RollbarListTeamProjectsInput,\n output: RollbarListTeamProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,EACzG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;AACzE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,QAAQA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,gFAAgF;AACtJ,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-team-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-team-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarListTeamProjectsInput = z.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+BA,IAAAA,EAAE,OAAO,EACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,EACzG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC5E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,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,yCAAyC,CAAC,CAAC,SAAS,gFAAgF;AACtJ,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}