@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.
Files changed (145) 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 +3 -3
  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 +3 -3
  10. package/dist/actions/check-team-project-assignment.mjs.map +1 -1
  11. package/dist/actions/check-user-team-assignment.cjs +5 -5
  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 +5 -5
  18. package/dist/actions/check-user-team-assignment.mjs.map +1 -1
  19. package/dist/actions/get-occurrences-metrics.cjs +8 -8
  20. package/dist/actions/get-occurrences-metrics.cjs.map +1 -1
  21. package/dist/actions/get-occurrences-metrics.d.cts +134 -3
  22. package/dist/actions/get-occurrences-metrics.d.cts.map +1 -1
  23. package/dist/actions/get-occurrences-metrics.d.mts +134 -3
  24. package/dist/actions/get-occurrences-metrics.d.mts.map +1 -1
  25. package/dist/actions/get-occurrences-metrics.mjs +8 -8
  26. package/dist/actions/get-occurrences-metrics.mjs.map +1 -1
  27. package/dist/actions/get-project.cjs +10 -10
  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 +10 -10
  34. package/dist/actions/get-project.mjs.map +1 -1
  35. package/dist/actions/get-team.cjs +7 -7
  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 +7 -7
  42. package/dist/actions/get-team.mjs.map +1 -1
  43. package/dist/actions/get-ttr-metrics.cjs +4 -4
  44. package/dist/actions/get-ttr-metrics.cjs.map +1 -1
  45. package/dist/actions/get-ttr-metrics.d.cts +55 -3
  46. package/dist/actions/get-ttr-metrics.d.cts.map +1 -1
  47. package/dist/actions/get-ttr-metrics.d.mts +55 -3
  48. package/dist/actions/get-ttr-metrics.d.mts.map +1 -1
  49. package/dist/actions/get-ttr-metrics.mjs +4 -4
  50. package/dist/actions/get-ttr-metrics.mjs.map +1 -1
  51. package/dist/actions/get-user.cjs +3 -3
  52. package/dist/actions/get-user.cjs.map +1 -1
  53. package/dist/actions/get-user.d.cts +15 -3
  54. package/dist/actions/get-user.d.cts.map +1 -1
  55. package/dist/actions/get-user.d.mts +15 -3
  56. package/dist/actions/get-user.d.mts.map +1 -1
  57. package/dist/actions/get-user.mjs +3 -3
  58. package/dist/actions/get-user.mjs.map +1 -1
  59. package/dist/actions/list-all-projects.cjs +3 -3
  60. package/dist/actions/list-all-projects.cjs.map +1 -1
  61. package/dist/actions/list-all-projects.d.cts +14 -3
  62. package/dist/actions/list-all-projects.d.cts.map +1 -1
  63. package/dist/actions/list-all-projects.d.mts +14 -3
  64. package/dist/actions/list-all-projects.d.mts.map +1 -1
  65. package/dist/actions/list-all-projects.mjs +3 -3
  66. package/dist/actions/list-all-projects.mjs.map +1 -1
  67. package/dist/actions/list-all-teams.cjs +7 -7
  68. package/dist/actions/list-all-teams.cjs.map +1 -1
  69. package/dist/actions/list-all-teams.d.cts +11 -3
  70. package/dist/actions/list-all-teams.d.cts.map +1 -1
  71. package/dist/actions/list-all-teams.d.mts +11 -3
  72. package/dist/actions/list-all-teams.d.mts.map +1 -1
  73. package/dist/actions/list-all-teams.mjs +7 -7
  74. package/dist/actions/list-all-teams.mjs.map +1 -1
  75. package/dist/actions/list-all-users.cjs +7 -7
  76. package/dist/actions/list-all-users.cjs.map +1 -1
  77. package/dist/actions/list-all-users.d.cts +16 -3
  78. package/dist/actions/list-all-users.d.cts.map +1 -1
  79. package/dist/actions/list-all-users.d.mts +16 -3
  80. package/dist/actions/list-all-users.d.mts.map +1 -1
  81. package/dist/actions/list-all-users.mjs +7 -7
  82. package/dist/actions/list-all-users.mjs.map +1 -1
  83. package/dist/actions/list-project-teams.cjs +5 -5
  84. package/dist/actions/list-project-teams.cjs.map +1 -1
  85. package/dist/actions/list-project-teams.d.cts +15 -3
  86. package/dist/actions/list-project-teams.d.cts.map +1 -1
  87. package/dist/actions/list-project-teams.d.mts +15 -3
  88. package/dist/actions/list-project-teams.d.mts.map +1 -1
  89. package/dist/actions/list-project-teams.mjs +5 -5
  90. package/dist/actions/list-project-teams.mjs.map +1 -1
  91. package/dist/actions/list-rql-jobs.cjs +5 -5
  92. package/dist/actions/list-rql-jobs.cjs.map +1 -1
  93. package/dist/actions/list-rql-jobs.d.cts +21 -3
  94. package/dist/actions/list-rql-jobs.d.cts.map +1 -1
  95. package/dist/actions/list-rql-jobs.d.mts +21 -3
  96. package/dist/actions/list-rql-jobs.d.mts.map +1 -1
  97. package/dist/actions/list-rql-jobs.mjs +5 -5
  98. package/dist/actions/list-rql-jobs.mjs.map +1 -1
  99. package/dist/actions/list-team-invitations.cjs +9 -9
  100. package/dist/actions/list-team-invitations.cjs.map +1 -1
  101. package/dist/actions/list-team-invitations.d.cts +20 -3
  102. package/dist/actions/list-team-invitations.d.cts.map +1 -1
  103. package/dist/actions/list-team-invitations.d.mts +20 -3
  104. package/dist/actions/list-team-invitations.d.mts.map +1 -1
  105. package/dist/actions/list-team-invitations.mjs +9 -9
  106. package/dist/actions/list-team-invitations.mjs.map +1 -1
  107. package/dist/actions/list-team-projects.cjs +5 -5
  108. package/dist/actions/list-team-projects.cjs.map +1 -1
  109. package/dist/actions/list-team-projects.d.cts +13 -3
  110. package/dist/actions/list-team-projects.d.cts.map +1 -1
  111. package/dist/actions/list-team-projects.d.mts +13 -3
  112. package/dist/actions/list-team-projects.d.mts.map +1 -1
  113. package/dist/actions/list-team-projects.mjs +5 -5
  114. package/dist/actions/list-team-projects.mjs.map +1 -1
  115. package/dist/actions/list-team-users.cjs +2 -2
  116. package/dist/actions/list-team-users.cjs.map +1 -1
  117. package/dist/actions/list-team-users.d.cts +15 -3
  118. package/dist/actions/list-team-users.d.cts.map +1 -1
  119. package/dist/actions/list-team-users.d.mts +15 -3
  120. package/dist/actions/list-team-users.d.mts.map +1 -1
  121. package/dist/actions/list-team-users.mjs +2 -2
  122. package/dist/actions/list-team-users.mjs.map +1 -1
  123. package/dist/actions/list-user-projects.cjs +8 -8
  124. package/dist/actions/list-user-projects.cjs.map +1 -1
  125. package/dist/actions/list-user-projects.d.cts +17 -3
  126. package/dist/actions/list-user-projects.d.cts.map +1 -1
  127. package/dist/actions/list-user-projects.d.mts +17 -3
  128. package/dist/actions/list-user-projects.d.mts.map +1 -1
  129. package/dist/actions/list-user-projects.mjs +8 -8
  130. package/dist/actions/list-user-projects.mjs.map +1 -1
  131. package/dist/actions/list-user-teams.cjs +3 -3
  132. package/dist/actions/list-user-teams.cjs.map +1 -1
  133. package/dist/actions/list-user-teams.d.cts +15 -3
  134. package/dist/actions/list-user-teams.d.cts.map +1 -1
  135. package/dist/actions/list-user-teams.d.mts +15 -3
  136. package/dist/actions/list-user-teams.d.mts.map +1 -1
  137. package/dist/actions/list-user-teams.mjs +3 -3
  138. package/dist/actions/list-user-teams.mjs.map +1 -1
  139. package/dist/catalog.cjs +7 -1
  140. package/dist/catalog.cjs.map +1 -1
  141. package/dist/catalog.d.cts +8 -0
  142. package/dist/catalog.d.mts +8 -0
  143. package/dist/catalog.mjs +7 -1
  144. package/dist/catalog.mjs.map +1 -1
  145. package/package.json +2 -2
@@ -1,9 +1,140 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-occurrences-metrics.d.ts
4
- declare const RollbarGetOccurrencesMetricsInput: z.ZodTypeAny;
5
- declare const RollbarGetOccurrencesMetricsOutput: z.ZodTypeAny;
6
- declare const rollbarGetOccurrencesMetrics: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RollbarGetOccurrencesMetricsInput: z.ZodObject<{
5
+ sort: z.ZodOptional<z.ZodObject<{
6
+ field: z.ZodString;
7
+ order: z.ZodEnum<{
8
+ asc: "asc";
9
+ desc: "desc";
10
+ }>;
11
+ }, z.core.$strip>>;
12
+ limit: z.ZodOptional<z.ZodNumber>;
13
+ offset: z.ZodOptional<z.ZodNumber>;
14
+ filters: z.ZodOptional<z.ZodArray<z.ZodObject<{
15
+ field: z.ZodString;
16
+ values: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
17
+ operator: z.ZodEnum<{
18
+ eq: "eq";
19
+ ne: "ne";
20
+ gt: "gt";
21
+ gte: "gte";
22
+ lt: "lt";
23
+ lte: "lte";
24
+ not_like: "not_like";
25
+ between: "between";
26
+ not_between: "not_between";
27
+ }>;
28
+ }, z.core.$loose>>>;
29
+ end_time: z.ZodNumber;
30
+ group_by: z.ZodOptional<z.ZodArray<z.ZodEnum<{
31
+ project_id: "project_id";
32
+ item_id: "item_id";
33
+ environment: "environment";
34
+ browser_family: "browser_family";
35
+ browser_version: "browser_version";
36
+ os_family: "os_family";
37
+ os_version: "os_version";
38
+ device_brand: "device_brand";
39
+ device_model: "device_model";
40
+ ip_address: "ip_address";
41
+ item_status: "item_status";
42
+ item_level: "item_level";
43
+ item_group_item_id: "item_group_item_id";
44
+ item_title: "item_title";
45
+ item_counter: "item_counter";
46
+ person_username: "person_username";
47
+ person_email: "person_email";
48
+ person_id: "person_id";
49
+ code_version: "code_version";
50
+ count: "count";
51
+ occurrence_id: "occurrence_id";
52
+ uuid: "uuid";
53
+ context: "context";
54
+ platform: "platform";
55
+ framework: "framework";
56
+ platform_canonical: "platform_canonical";
57
+ framework_canonical: "framework_canonical";
58
+ language: "language";
59
+ language_name: "language_name";
60
+ notifier_name: "notifier_name";
61
+ notifier_version: "notifier_version";
62
+ occurrence_count: "occurrence_count";
63
+ message_body: "message_body";
64
+ timestamp: "timestamp";
65
+ fingerprint: "fingerprint";
66
+ server_host: "server_host";
67
+ server_root: "server_root";
68
+ server_pid: "server_pid";
69
+ server_cpu: "server_cpu";
70
+ scm_branch: "scm_branch";
71
+ request_url: "request_url";
72
+ request_method: "request_method";
73
+ request_query_string: "request_query_string";
74
+ request_body: "request_body";
75
+ }>>>;
76
+ timezone: z.ZodOptional<z.ZodString>;
77
+ aggregates: z.ZodOptional<z.ZodArray<z.ZodObject<{
78
+ alias: z.ZodOptional<z.ZodString>;
79
+ field: z.ZodOptional<z.ZodString>;
80
+ function: z.ZodEnum<{
81
+ count_all: "count_all";
82
+ count_distinct: "count_distinct";
83
+ max: "max";
84
+ min: "min";
85
+ }>;
86
+ }, z.core.$loose>>>;
87
+ start_time: z.ZodNumber;
88
+ granularity: z.ZodOptional<z.ZodEnum<{
89
+ second: "second";
90
+ minute: "minute";
91
+ hour: "hour";
92
+ day: "day";
93
+ week: "week";
94
+ month: "month";
95
+ year: "year";
96
+ }>>;
97
+ }, z.core.$strip>;
98
+ declare const RollbarGetOccurrencesMetricsOutput: z.ZodObject<{
99
+ err: z.ZodNullable<z.ZodNumber>;
100
+ result: z.ZodOptional<z.ZodNullable<z.ZodObject<{
101
+ timepoints: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
102
+ timestamp: z.ZodUnion<readonly [z.ZodNumber, z.ZodNumber]>;
103
+ metrics_rows: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodArray<z.ZodObject<{
104
+ field: z.ZodNullable<z.ZodString>;
105
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNumber]>;
106
+ }, z.core.$loose>>>>>;
107
+ }, z.core.$loose>>>>;
108
+ query_execution: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
109
+ last_occurrence_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
110
+ last_occurrence_timestamp: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
111
+ }, z.core.$loose>>>;
112
+ }, z.core.$loose>;
113
+ declare const rollbarGetOccurrencesMetrics: import("@keystrokehq/action").WorkflowActionDefinition<{
114
+ end_time: number;
115
+ start_time: number;
116
+ sort?: {
117
+ field: string;
118
+ order: "asc" | "desc";
119
+ } | undefined;
120
+ limit?: number | undefined;
121
+ offset?: number | undefined;
122
+ filters?: {
123
+ [x: string]: unknown;
124
+ field: string;
125
+ values: (string | number)[];
126
+ operator: "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "not_like" | "between" | "not_between";
127
+ }[] | undefined;
128
+ group_by?: ("project_id" | "item_id" | "environment" | "browser_family" | "browser_version" | "os_family" | "os_version" | "device_brand" | "device_model" | "ip_address" | "item_status" | "item_level" | "item_group_item_id" | "item_title" | "item_counter" | "person_username" | "person_email" | "person_id" | "code_version" | "count" | "occurrence_id" | "uuid" | "context" | "platform" | "framework" | "platform_canonical" | "framework_canonical" | "language" | "language_name" | "notifier_name" | "notifier_version" | "occurrence_count" | "message_body" | "timestamp" | "fingerprint" | "server_host" | "server_root" | "server_pid" | "server_cpu" | "scm_branch" | "request_url" | "request_method" | "request_query_string" | "request_body")[] | undefined;
129
+ timezone?: string | undefined;
130
+ aggregates?: {
131
+ [x: string]: unknown;
132
+ function: "count_all" | "count_distinct" | "max" | "min";
133
+ alias?: string | undefined;
134
+ field?: string | undefined;
135
+ }[] | undefined;
136
+ granularity?: "second" | "minute" | "hour" | "day" | "week" | "month" | "year" | undefined;
137
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
138
  //#endregion
8
139
  export { rollbarGetOccurrencesMetrics };
9
140
  //# sourceMappingURL=get-occurrences-metrics.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-occurrences-metrics.d.mts","names":[],"sources":["../../src/actions/get-occurrences-metrics.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAsB0B;AAAA,cAe/D,kCAAA,EAAoC,CAAA,CAAE,UAGQ;AAAA,cAE9C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-occurrences-metrics.d.mts","names":[],"sources":["../../src/actions/get-occurrences-metrics.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKlC,4BAAA,gCAA4B,wBAAA"}
@@ -22,7 +22,7 @@ const RollbarGetOccurrencesMetricsInput = z.object({
22
22
  "between",
23
23
  "not_between"
24
24
  ]).describe("Filter operator: eq, ne, gt, gte, lt, lte, not_like, between, or not_between. eq and ne support multiple values")
25
- }).describe("Filter condition for occurrence metrics query.")).describe("Array of filter conditions to apply to the query. Filters narrow results by specific field values").optional(),
25
+ }).passthrough().describe("Filter condition for occurrence metrics query.")).describe("Array of filter conditions to apply to the query. Filters narrow results by specific field values").optional(),
26
26
  end_time: z.number().int().describe("Unix timestamp of end time for the query, inclusive"),
27
27
  group_by: z.array(z.enum([
28
28
  "project_id",
@@ -80,7 +80,7 @@ const RollbarGetOccurrencesMetricsInput = z.object({
80
80
  "max",
81
81
  "min"
82
82
  ]).describe("Aggregate function to perform: count_all, count_distinct, max, or min")
83
- }).describe("Aggregate function configuration.")).describe("Array of aggregate functions to perform for each group. Supports count_all, count_distinct, max, and min").optional(),
83
+ }).passthrough().describe("Aggregate function configuration.")).describe("Array of aggregate functions to perform for each group. Supports count_all, count_distinct, max, and min").optional(),
84
84
  start_time: z.number().int().describe("Unix timestamp of start time for the query"),
85
85
  granularity: z.enum([
86
86
  "second",
@@ -93,32 +93,32 @@ const RollbarGetOccurrencesMetricsInput = z.object({
93
93
  ]).describe("Timepoint size for returned results.").optional()
94
94
  }).describe("Request model for getting occurrence counts over a time span.");
95
95
  const RollbarGetOccurrencesMetrics_MetricFieldSchema = z.object({
96
- field: z.string().describe("The field name of the metric"),
96
+ field: z.string().describe("The field name of the metric").nullable(),
97
97
  value: z.union([
98
98
  z.string(),
99
99
  z.number().int(),
100
100
  z.number()
101
101
  ])
102
- }).describe("A single metric field with its value.");
102
+ }).passthrough().describe("A single metric field with its value.");
103
103
  const RollbarGetOccurrencesMetrics_TimepointSchema = z.object({
104
104
  timestamp: z.union([z.number().int(), z.number()]),
105
105
  metrics_rows: z.array(z.array(RollbarGetOccurrencesMetrics_MetricFieldSchema)).describe("Nested array of metric fields grouped by occurrence").nullable().optional()
106
- }).describe("A single timepoint containing timestamp and metrics data.");
106
+ }).passthrough().describe("A single timepoint containing timestamp and metrics data.");
107
107
  const RollbarGetOccurrencesMetrics_MetricsResultSchema = z.object({
108
108
  timepoints: z.array(RollbarGetOccurrencesMetrics_TimepointSchema).describe("Array of timepoints containing occurrence data grouped by requested criteria").nullable().optional(),
109
109
  query_execution: z.number().describe("Query execution time in seconds").nullable().optional(),
110
110
  last_occurrence_id: z.number().int().describe("The occurrence id of the last occurrence in the result set").nullable().optional(),
111
111
  last_occurrence_timestamp: z.number().int().describe("The timestamp of the last occurrence in the result set").nullable().optional()
112
- }).describe("Result object containing occurrence metrics data.");
112
+ }).passthrough().describe("Result object containing occurrence metrics data.");
113
113
  const rollbarGetOccurrencesMetrics = action("ROLLBAR_GET_OCCURRENCES_METRICS", {
114
114
  slug: "rollbar-get-occurrences-metrics",
115
115
  name: "Get Occurrences Metrics",
116
116
  description: "Get occurrence counts over a span of time with flexible grouping, filtering, and aggregation. Use this to analyze error patterns, track occurrence metrics across time periods, and generate custom reports by grouping on fields like environment, platform, or user attributes.",
117
117
  input: RollbarGetOccurrencesMetricsInput,
118
118
  output: z.object({
119
- err: z.number().int().describe("Error code, 0 indicates success"),
119
+ err: z.number().int().describe("Error code, 0 indicates success").nullable(),
120
120
  result: RollbarGetOccurrencesMetrics_MetricsResultSchema.nullable().optional()
121
- }).describe("Response model for occurrence metrics query.")
121
+ }).passthrough().describe("Response model for occurrence metrics query.")
122
122
  });
123
123
  //#endregion
124
124
  export { rollbarGetOccurrencesMetrics };
@@ -1 +1 @@
1
- {"version":3,"file":"get-occurrences-metrics.mjs","names":[],"sources":["../../src/actions/get-occurrences-metrics.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetOccurrencesMetricsInput: z.ZodTypeAny = z.object({\n sort: z.object({\n field: z.string().describe(\"Name of the column/field to sort on\"),\n order: z.enum([\"asc\", \"desc\"]).describe(\"Sort direction: asc (ascending) or desc (descending)\"),\n}).describe(\"Sort configuration for query results.\").optional(),\n limit: z.number().int().describe(\"Total rows/groups to return in the result set\").optional(),\n offset: z.number().int().describe(\"Specific offset/starting point for pagination\").optional(),\n filters: z.array(z.object({\n field: z.string().describe(\"Column name to filter on\"),\n values: z.array(z.union([z.string(), z.number().int()])).describe(\"Array of values to match. For 'between' and 'not_between', provide exactly two values [min, max]\"),\n operator: z.enum([\"eq\", \"ne\", \"gt\", \"gte\", \"lt\", \"lte\", \"not_like\", \"between\", \"not_between\"]).describe(\"Filter operator: eq, ne, gt, gte, lt, lte, not_like, between, or not_between. eq and ne support multiple values\"),\n}).describe(\"Filter condition for occurrence metrics query.\")).describe(\"Array of filter conditions to apply to the query. Filters narrow results by specific field values\").optional(),\n end_time: z.number().int().describe(\"Unix timestamp of end time for the query, inclusive\"),\n group_by: z.array(z.enum([\"project_id\", \"item_id\", \"environment\", \"browser_family\", \"browser_version\", \"os_family\", \"os_version\", \"device_brand\", \"device_model\", \"ip_address\", \"item_status\", \"item_level\", \"item_group_item_id\", \"item_title\", \"item_counter\", \"person_username\", \"person_email\", \"person_id\", \"code_version\", \"count\", \"occurrence_id\", \"uuid\", \"context\", \"platform\", \"framework\", \"platform_canonical\", \"framework_canonical\", \"language\", \"language_name\", \"notifier_name\", \"notifier_version\", \"occurrence_count\", \"message_body\", \"timestamp\", \"fingerprint\", \"server_host\", \"server_root\", \"server_pid\", \"server_cpu\", \"scm_branch\", \"request_url\", \"request_method\", \"request_query_string\", \"request_body\"]).describe(\"Available fields for grouping results.\")).describe(\"Array of column names on which to group the results\").optional(),\n timezone: z.string().describe(\"Timezone for the query results. Default is US/Pacific. Examples: Europe/London, Japan\").optional(),\n aggregates: z.array(z.object({\n alias: z.string().describe(\"Optional alias name for the aggregate result in the response\").optional(),\n field: z.string().describe(\"Column name on which to perform the aggregate function (required for count_distinct, max, min)\").optional(),\n \"function\": z.enum([\"count_all\", \"count_distinct\", \"max\", \"min\"]).describe(\"Aggregate function to perform: count_all, count_distinct, max, or min\"),\n}).describe(\"Aggregate function configuration.\")).describe(\"Array of aggregate functions to perform for each group. Supports count_all, count_distinct, max, and min\").optional(),\n start_time: z.number().int().describe(\"Unix timestamp of start time for the query\"),\n granularity: z.enum([\"second\", \"minute\", \"hour\", \"day\", \"week\", \"month\", \"year\"]).describe(\"Timepoint size for returned results.\").optional(),\n}).describe(\"Request model for getting occurrence counts over a time span.\");\nconst RollbarGetOccurrencesMetrics_MetricFieldSchema: z.ZodTypeAny = z.object({\n field: z.string().describe(\"The field name of the metric\"),\n value: z.union([z.string(), z.number().int(), z.number()]),\n}).describe(\"A single metric field with its value.\");\nconst RollbarGetOccurrencesMetrics_TimepointSchema: z.ZodTypeAny = z.object({\n timestamp: z.union([z.number().int(), z.number()]),\n metrics_rows: z.array(z.array(RollbarGetOccurrencesMetrics_MetricFieldSchema)).describe(\"Nested array of metric fields grouped by occurrence\").nullable().optional(),\n}).describe(\"A single timepoint containing timestamp and metrics data.\");\nconst RollbarGetOccurrencesMetrics_MetricsResultSchema: z.ZodTypeAny = z.object({\n timepoints: z.array(RollbarGetOccurrencesMetrics_TimepointSchema).describe(\"Array of timepoints containing occurrence data grouped by requested criteria\").nullable().optional(),\n query_execution: z.number().describe(\"Query execution time in seconds\").nullable().optional(),\n last_occurrence_id: z.number().int().describe(\"The occurrence id of the last occurrence in the result set\").nullable().optional(),\n last_occurrence_timestamp: z.number().int().describe(\"The timestamp of the last occurrence in the result set\").nullable().optional(),\n}).describe(\"Result object containing occurrence metrics data.\");\nexport const RollbarGetOccurrencesMetricsOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code, 0 indicates success\"),\n result: RollbarGetOccurrencesMetrics_MetricsResultSchema.nullable().optional(),\n}).describe(\"Response model for occurrence metrics query.\");\n\nexport const rollbarGetOccurrencesMetrics = action(\"ROLLBAR_GET_OCCURRENCES_METRICS\", {\n slug: \"rollbar-get-occurrences-metrics\",\n name: \"Get Occurrences Metrics\",\n description: \"Get occurrence counts over a span of time with flexible grouping, filtering, and aggregation. Use this to analyze error patterns, track occurrence metrics across time periods, and generate custom reports by grouping on fields like environment, platform, or user attributes.\",\n input: RollbarGetOccurrencesMetricsInput,\n output: RollbarGetOccurrencesMetricsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-occurrences-metrics.mjs","names":[],"sources":["../../src/actions/get-occurrences-metrics.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetOccurrencesMetricsInput = z.object({\n sort: z.object({\n field: z.string().describe(\"Name of the column/field to sort on\"),\n order: z.enum([\"asc\", \"desc\"]).describe(\"Sort direction: asc (ascending) or desc (descending)\"),\n}).describe(\"Sort configuration for query results.\").optional(),\n limit: z.number().int().describe(\"Total rows/groups to return in the result set\").optional(),\n offset: z.number().int().describe(\"Specific offset/starting point for pagination\").optional(),\n filters: z.array(z.object({\n field: z.string().describe(\"Column name to filter on\"),\n values: z.array(z.union([z.string(), z.number().int()])).describe(\"Array of values to match. For 'between' and 'not_between', provide exactly two values [min, max]\"),\n operator: z.enum([\"eq\", \"ne\", \"gt\", \"gte\", \"lt\", \"lte\", \"not_like\", \"between\", \"not_between\"]).describe(\"Filter operator: eq, ne, gt, gte, lt, lte, not_like, between, or not_between. eq and ne support multiple values\"),\n}).passthrough().describe(\"Filter condition for occurrence metrics query.\")).describe(\"Array of filter conditions to apply to the query. Filters narrow results by specific field values\").optional(),\n end_time: z.number().int().describe(\"Unix timestamp of end time for the query, inclusive\"),\n group_by: z.array(z.enum([\"project_id\", \"item_id\", \"environment\", \"browser_family\", \"browser_version\", \"os_family\", \"os_version\", \"device_brand\", \"device_model\", \"ip_address\", \"item_status\", \"item_level\", \"item_group_item_id\", \"item_title\", \"item_counter\", \"person_username\", \"person_email\", \"person_id\", \"code_version\", \"count\", \"occurrence_id\", \"uuid\", \"context\", \"platform\", \"framework\", \"platform_canonical\", \"framework_canonical\", \"language\", \"language_name\", \"notifier_name\", \"notifier_version\", \"occurrence_count\", \"message_body\", \"timestamp\", \"fingerprint\", \"server_host\", \"server_root\", \"server_pid\", \"server_cpu\", \"scm_branch\", \"request_url\", \"request_method\", \"request_query_string\", \"request_body\"]).describe(\"Available fields for grouping results.\")).describe(\"Array of column names on which to group the results\").optional(),\n timezone: z.string().describe(\"Timezone for the query results. Default is US/Pacific. Examples: Europe/London, Japan\").optional(),\n aggregates: z.array(z.object({\n alias: z.string().describe(\"Optional alias name for the aggregate result in the response\").optional(),\n field: z.string().describe(\"Column name on which to perform the aggregate function (required for count_distinct, max, min)\").optional(),\n \"function\": z.enum([\"count_all\", \"count_distinct\", \"max\", \"min\"]).describe(\"Aggregate function to perform: count_all, count_distinct, max, or min\"),\n}).passthrough().describe(\"Aggregate function configuration.\")).describe(\"Array of aggregate functions to perform for each group. Supports count_all, count_distinct, max, and min\").optional(),\n start_time: z.number().int().describe(\"Unix timestamp of start time for the query\"),\n granularity: z.enum([\"second\", \"minute\", \"hour\", \"day\", \"week\", \"month\", \"year\"]).describe(\"Timepoint size for returned results.\").optional(),\n}).describe(\"Request model for getting occurrence counts over a time span.\");\nconst RollbarGetOccurrencesMetrics_MetricFieldSchema = z.object({\n field: z.string().describe(\"The field name of the metric\").nullable(),\n value: z.union([z.string(), z.number().int(), z.number()]),\n}).passthrough().describe(\"A single metric field with its value.\");\nconst RollbarGetOccurrencesMetrics_TimepointSchema = z.object({\n timestamp: z.union([z.number().int(), z.number()]),\n metrics_rows: z.array(z.array(RollbarGetOccurrencesMetrics_MetricFieldSchema)).describe(\"Nested array of metric fields grouped by occurrence\").nullable().optional(),\n}).passthrough().describe(\"A single timepoint containing timestamp and metrics data.\");\nconst RollbarGetOccurrencesMetrics_MetricsResultSchema = z.object({\n timepoints: z.array(RollbarGetOccurrencesMetrics_TimepointSchema).describe(\"Array of timepoints containing occurrence data grouped by requested criteria\").nullable().optional(),\n query_execution: z.number().describe(\"Query execution time in seconds\").nullable().optional(),\n last_occurrence_id: z.number().int().describe(\"The occurrence id of the last occurrence in the result set\").nullable().optional(),\n last_occurrence_timestamp: z.number().int().describe(\"The timestamp of the last occurrence in the result set\").nullable().optional(),\n}).passthrough().describe(\"Result object containing occurrence metrics data.\");\nexport const RollbarGetOccurrencesMetricsOutput = z.object({\n err: z.number().int().describe(\"Error code, 0 indicates success\").nullable(),\n result: RollbarGetOccurrencesMetrics_MetricsResultSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for occurrence metrics query.\");\n\nexport const rollbarGetOccurrencesMetrics = action(\"ROLLBAR_GET_OCCURRENCES_METRICS\", {\n slug: \"rollbar-get-occurrences-metrics\",\n name: \"Get Occurrences Metrics\",\n description: \"Get occurrence counts over a span of time with flexible grouping, filtering, and aggregation. Use this to analyze error patterns, track occurrence metrics across time periods, and generate custom reports by grouping on fields like environment, platform, or user attributes.\",\n input: RollbarGetOccurrencesMetricsInput,\n output: RollbarGetOccurrencesMetricsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoC,EAAE,OAAO;CACxD,MAAM,EAAE,OAAO;EACf,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAChE,OAAO,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,sDAAsD;CAChG,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC3F,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC5F,SAAS,EAAE,MAAM,EAAE,OAAO;EAC1B,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EACrD,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,kGAAkG;EACpK,UAAU,EAAE,KAAK;GAAC;GAAM;GAAM;GAAM;GAAO;GAAM;GAAO;GAAY;GAAW;EAAa,CAAC,CAAC,CAAC,SAAS,iHAAiH;CAC3N,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CAClM,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;CACzF,UAAU,EAAE,MAAM,EAAE,KAAK;EAAC;EAAc;EAAW;EAAe;EAAkB;EAAmB;EAAa;EAAc;EAAgB;EAAgB;EAAc;EAAe;EAAc;EAAsB;EAAc;EAAgB;EAAmB;EAAgB;EAAa;EAAgB;EAAS;EAAiB;EAAQ;EAAW;EAAY;EAAa;EAAsB;EAAuB;EAAY;EAAiB;EAAiB;EAAoB;EAAoB;EAAgB;EAAa;EAAe;EAAe;EAAe;EAAc;EAAc;EAAc;EAAe;EAAkB;EAAwB;CAAc,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACr0B,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAChI,YAAY,EAAE,MAAM,EAAE,OAAO;EAC7B,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EACpG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;EACtI,YAAY,EAAE,KAAK;GAAC;GAAa;GAAkB;GAAO;EAAK,CAAC,CAAC,CAAC,SAAS,uEAAuE;CACpJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAC5L,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAClF,aAAa,EAAE,KAAK;EAAC;EAAU;EAAU;EAAQ;EAAO;EAAQ;EAAS;CAAM,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,iDAAiD,EAAE,OAAO;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,OAAO,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;CAAC,CAAC;AAC3D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAM,+CAA+C,EAAE,OAAO;CAC5D,WAAW,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC;CACjD,cAAc,EAAE,MAAM,EAAE,MAAM,8CAA8C,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AACrF,MAAM,mDAAmD,EAAE,OAAO;CAChE,YAAY,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/K,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAM7E,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVgD,EAAE,OAAO;EACzD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC3E,QAAQ,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC/E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
@@ -5,20 +5,20 @@ const RollbarGetProjectInput = zod.z.object({ project_id: zod.z.number().int().d
5
5
  const RollbarGetProject_ProjectSettingsDataSchema = zod.z.object({
6
6
  timezone: zod.z.string().describe("Timezone setting").nullable().optional(),
7
7
  time_format: zod.z.string().describe("Time format setting").nullable().optional()
8
- }).describe("Settings data for a Rollbar project.\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\nomitted as their schemas are not fully documented.");
8
+ }).passthrough().describe("Settings data for a Rollbar project.\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\nomitted as their schemas are not fully documented.");
9
9
  const RollbarGetProject_ProjectResultSchema = zod.z.object({
10
- id: zod.z.number().int().describe("Project ID"),
11
- name: zod.z.string().describe("Project name"),
12
- status: zod.z.string().describe("Project status (e.g., 'enabled')"),
13
- account_id: zod.z.number().int().describe("Account ID that owns this project"),
14
- date_created: zod.z.number().int().describe("Unix timestamp when project was created"),
15
- date_modified: zod.z.number().int().describe("Unix timestamp when project was last modified"),
10
+ id: zod.z.number().int().describe("Project ID").nullable(),
11
+ name: zod.z.string().describe("Project name").nullable(),
12
+ status: zod.z.string().describe("Project status (e.g., 'enabled')").nullable(),
13
+ account_id: zod.z.number().int().describe("Account ID that owns this project").nullable(),
14
+ date_created: zod.z.number().int().describe("Unix timestamp when project was created").nullable(),
15
+ date_modified: zod.z.number().int().describe("Unix timestamp when project was last modified").nullable(),
16
16
  settings_data: RollbarGetProject_ProjectSettingsDataSchema.nullable().optional()
17
- }).describe("Project details returned by the API.");
17
+ }).passthrough().describe("Project details returned by the API.");
18
18
  const RollbarGetProjectOutput = 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: RollbarGetProject_ProjectResultSchema.nullable()
21
- }).describe("Response model for fetching a specific Rollbar project.");
21
+ }).passthrough().describe("Response model for fetching a specific Rollbar project.");
22
22
  const rollbarGetProject = require_action.action("ROLLBAR_GET_PROJECT", {
23
23
  slug: "rollbar-get-project",
24
24
  name: "Get Project",
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.cjs","names":["z","action"],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetProjectInput: z.ZodTypeAny = z.object({\n project_id: z.number().int().describe(\"The unique identifier of the project to retrieve\"),\n}).describe(\"Request model for fetching a specific Rollbar project by ID.\");\nconst RollbarGetProject_ProjectSettingsDataSchema: z.ZodTypeAny = z.object({\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n time_format: z.string().describe(\"Time format setting\").nullable().optional(),\n}).describe(\"Settings data for a Rollbar project.\\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\\nomitted as their schemas are not fully documented.\");\nconst RollbarGetProject_ProjectResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Project ID\"),\n name: z.string().describe(\"Project name\"),\n status: z.string().describe(\"Project status (e.g., 'enabled')\"),\n account_id: z.number().int().describe(\"Account ID that owns this project\"),\n date_created: z.number().int().describe(\"Unix timestamp when project was created\"),\n date_modified: z.number().int().describe(\"Unix timestamp when project was last modified\"),\n settings_data: RollbarGetProject_ProjectSettingsDataSchema.nullable().optional(),\n}).describe(\"Project details returned by the API.\");\nexport const RollbarGetProjectOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\"),\n result: RollbarGetProject_ProjectResultSchema.nullable(),\n}).describe(\"Response model for fetching a specific Rollbar project.\");\n\nexport const rollbarGetProject = action(\"ROLLBAR_GET_PROJECT\", {\n slug: \"rollbar-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps.\",\n input: RollbarGetProjectInput,\n output: RollbarGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC1F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,wKAAwK;AACpL,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,YAAY;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACzE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACjF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CACxF,eAAe,4CAA4C,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,QAAQ,sCAAsC,SAAS;AACzD,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-project.cjs","names":["z","action"],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetProjectInput = z.object({\n project_id: z.number().int().describe(\"The unique identifier of the project to retrieve\"),\n}).describe(\"Request model for fetching a specific Rollbar project by ID.\");\nconst RollbarGetProject_ProjectSettingsDataSchema = z.object({\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n time_format: z.string().describe(\"Time format setting\").nullable().optional(),\n}).passthrough().describe(\"Settings data for a Rollbar project.\\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\\nomitted as their schemas are not fully documented.\");\nconst RollbarGetProject_ProjectResultSchema = z.object({\n id: z.number().int().describe(\"Project ID\").nullable(),\n name: z.string().describe(\"Project name\").nullable(),\n status: z.string().describe(\"Project status (e.g., 'enabled')\").nullable(),\n account_id: z.number().int().describe(\"Account ID that owns this project\").nullable(),\n date_created: z.number().int().describe(\"Unix timestamp when project was created\").nullable(),\n date_modified: z.number().int().describe(\"Unix timestamp when project was last modified\").nullable(),\n settings_data: RollbarGetProject_ProjectSettingsDataSchema.nullable().optional(),\n}).passthrough().describe(\"Project details returned by the API.\");\nexport const RollbarGetProjectOutput = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\").nullable(),\n result: RollbarGetProject_ProjectResultSchema.nullable(),\n}).passthrough().describe(\"Response model for fetching a specific Rollbar project.\");\n\nexport const rollbarGetProject = action(\"ROLLBAR_GET_PROJECT\", {\n slug: \"rollbar-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps.\",\n input: RollbarGetProjectInput,\n output: RollbarGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC1F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wKAAwK;AAClM,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACnD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACpF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACnG,eAAe,4CAA4C,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAChE,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,QAAQ,sCAAsC,SAAS;AACzD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD;AAEnF,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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/get-project.d.ts
4
- declare const RollbarGetProjectInput: z.ZodTypeAny;
5
- declare const RollbarGetProjectOutput: z.ZodTypeAny;
6
- declare const rollbarGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RollbarGetProjectInput: z.ZodObject<{
5
+ project_id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const RollbarGetProjectOutput: z.ZodObject<{
8
+ err: z.ZodNullable<z.ZodNumber>;
9
+ result: z.ZodNullable<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodNumber>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ status: z.ZodNullable<z.ZodString>;
13
+ account_id: z.ZodNullable<z.ZodNumber>;
14
+ date_created: z.ZodNullable<z.ZodNumber>;
15
+ date_modified: z.ZodNullable<z.ZodNumber>;
16
+ settings_data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
17
+ timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ time_format: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ }, z.core.$loose>>>;
20
+ }, z.core.$loose>>;
21
+ }, z.core.$loose>;
22
+ declare const rollbarGetProject: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ project_id: number;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
25
  //#endregion
8
26
  export { rollbarGetProject };
9
27
  //# sourceMappingURL=get-project.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEoC;AAAA,cAc9D,uBAAA,EAAyB,CAAA,CAAE,UAG8B;AAAA,cAEzD,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAgBtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKvB,iBAAA,gCAAiB,wBAAA"}
@@ -1,9 +1,27 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-project.d.ts
4
- declare const RollbarGetProjectInput: z.ZodTypeAny;
5
- declare const RollbarGetProjectOutput: z.ZodTypeAny;
6
- declare const rollbarGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RollbarGetProjectInput: z.ZodObject<{
5
+ project_id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const RollbarGetProjectOutput: z.ZodObject<{
8
+ err: z.ZodNullable<z.ZodNumber>;
9
+ result: z.ZodNullable<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodNumber>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ status: z.ZodNullable<z.ZodString>;
13
+ account_id: z.ZodNullable<z.ZodNumber>;
14
+ date_created: z.ZodNullable<z.ZodNumber>;
15
+ date_modified: z.ZodNullable<z.ZodNumber>;
16
+ settings_data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
17
+ timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ time_format: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ }, z.core.$loose>>>;
20
+ }, z.core.$loose>>;
21
+ }, z.core.$loose>;
22
+ declare const rollbarGetProject: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ project_id: number;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
25
  //#endregion
8
26
  export { rollbarGetProject };
9
27
  //# sourceMappingURL=get-project.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEoC;AAAA,cAc9D,uBAAA,EAAyB,CAAA,CAAE,UAG8B;AAAA,cAEzD,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAgBtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAKvB,iBAAA,gCAAiB,wBAAA"}
@@ -5,25 +5,25 @@ const RollbarGetProjectInput = z.object({ project_id: z.number().int().describe(
5
5
  const RollbarGetProject_ProjectSettingsDataSchema = z.object({
6
6
  timezone: z.string().describe("Timezone setting").nullable().optional(),
7
7
  time_format: z.string().describe("Time format setting").nullable().optional()
8
- }).describe("Settings data for a Rollbar project.\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\nomitted as their schemas are not fully documented.");
8
+ }).passthrough().describe("Settings data for a Rollbar project.\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\nomitted as their schemas are not fully documented.");
9
9
  const RollbarGetProject_ProjectResultSchema = z.object({
10
- id: z.number().int().describe("Project ID"),
11
- name: z.string().describe("Project name"),
12
- status: z.string().describe("Project status (e.g., 'enabled')"),
13
- account_id: z.number().int().describe("Account ID that owns this project"),
14
- date_created: z.number().int().describe("Unix timestamp when project was created"),
15
- date_modified: z.number().int().describe("Unix timestamp when project was last modified"),
10
+ id: z.number().int().describe("Project ID").nullable(),
11
+ name: z.string().describe("Project name").nullable(),
12
+ status: z.string().describe("Project status (e.g., 'enabled')").nullable(),
13
+ account_id: z.number().int().describe("Account ID that owns this project").nullable(),
14
+ date_created: z.number().int().describe("Unix timestamp when project was created").nullable(),
15
+ date_modified: z.number().int().describe("Unix timestamp when project was last modified").nullable(),
16
16
  settings_data: RollbarGetProject_ProjectSettingsDataSchema.nullable().optional()
17
- }).describe("Project details returned by the API.");
17
+ }).passthrough().describe("Project details returned by the API.");
18
18
  const rollbarGetProject = action("ROLLBAR_GET_PROJECT", {
19
19
  slug: "rollbar-get-project",
20
20
  name: "Get Project",
21
21
  description: "Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps.",
22
22
  input: RollbarGetProjectInput,
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: RollbarGetProject_ProjectResultSchema.nullable()
26
- }).describe("Response model for fetching a specific Rollbar project.")
26
+ }).passthrough().describe("Response model for fetching a specific Rollbar project.")
27
27
  });
28
28
  //#endregion
29
29
  export { rollbarGetProject };
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetProjectInput: z.ZodTypeAny = z.object({\n project_id: z.number().int().describe(\"The unique identifier of the project to retrieve\"),\n}).describe(\"Request model for fetching a specific Rollbar project by ID.\");\nconst RollbarGetProject_ProjectSettingsDataSchema: z.ZodTypeAny = z.object({\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n time_format: z.string().describe(\"Time format setting\").nullable().optional(),\n}).describe(\"Settings data for a Rollbar project.\\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\\nomitted as their schemas are not fully documented.\");\nconst RollbarGetProject_ProjectResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Project ID\"),\n name: z.string().describe(\"Project name\"),\n status: z.string().describe(\"Project status (e.g., 'enabled')\"),\n account_id: z.number().int().describe(\"Account ID that owns this project\"),\n date_created: z.number().int().describe(\"Unix timestamp when project was created\"),\n date_modified: z.number().int().describe(\"Unix timestamp when project was last modified\"),\n settings_data: RollbarGetProject_ProjectSettingsDataSchema.nullable().optional(),\n}).describe(\"Project details returned by the API.\");\nexport const RollbarGetProjectOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\"),\n result: RollbarGetProject_ProjectResultSchema.nullable(),\n}).describe(\"Response model for fetching a specific Rollbar project.\");\n\nexport const rollbarGetProject = action(\"ROLLBAR_GET_PROJECT\", {\n slug: \"rollbar-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps.\",\n input: RollbarGetProjectInput,\n output: RollbarGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO,EAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC1F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,8CAA4D,EAAE,OAAO;CACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,wKAAwK;AACpL,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,YAAY;CAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACzE,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACjF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CACxF,eAAe,4CAA4C,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAMlD,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVmD,EAAE,OAAO;EAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACjE,QAAQ,sCAAsC,SAAS;CACzD,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetProjectInput = z.object({\n project_id: z.number().int().describe(\"The unique identifier of the project to retrieve\"),\n}).describe(\"Request model for fetching a specific Rollbar project by ID.\");\nconst RollbarGetProject_ProjectSettingsDataSchema = z.object({\n timezone: z.string().describe(\"Timezone setting\").nullable().optional(),\n time_format: z.string().describe(\"Time format setting\").nullable().optional(),\n}).passthrough().describe(\"Settings data for a Rollbar project.\\nNote: Complex nested fields (encryption_at_rest, grouping, integrations) are\\nomitted as their schemas are not fully documented.\");\nconst RollbarGetProject_ProjectResultSchema = z.object({\n id: z.number().int().describe(\"Project ID\").nullable(),\n name: z.string().describe(\"Project name\").nullable(),\n status: z.string().describe(\"Project status (e.g., 'enabled')\").nullable(),\n account_id: z.number().int().describe(\"Account ID that owns this project\").nullable(),\n date_created: z.number().int().describe(\"Unix timestamp when project was created\").nullable(),\n date_modified: z.number().int().describe(\"Unix timestamp when project was last modified\").nullable(),\n settings_data: RollbarGetProject_ProjectSettingsDataSchema.nullable().optional(),\n}).passthrough().describe(\"Project details returned by the API.\");\nexport const RollbarGetProjectOutput = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\").nullable(),\n result: RollbarGetProject_ProjectResultSchema.nullable(),\n}).passthrough().describe(\"Response model for fetching a specific Rollbar project.\");\n\nexport const rollbarGetProject = action(\"ROLLBAR_GET_PROJECT\", {\n slug: \"rollbar-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps.\",\n input: RollbarGetProjectInput,\n output: RollbarGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO,EAC7C,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC1F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,8CAA8C,EAAE,OAAO;CAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wKAAwK;AAClM,MAAM,wCAAwC,EAAE,OAAO;CACrD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACnD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACpF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5F,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACnG,eAAe,4CAA4C,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAMhE,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqC,EAAE,OAAO;EAC9C,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,QAAQ,sCAAsC,SAAS;CACzD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAOhB;AACV,CAAC"}
@@ -3,15 +3,15 @@ let zod = require("zod");
3
3
  //#region src/actions/get-team.ts
4
4
  const RollbarGetTeamInput = zod.z.object({ team_id: zod.z.number().int().describe("The unique identifier of the team to retrieve") }).describe("Request model for fetching a specific team by ID.");
5
5
  const RollbarGetTeam_TeamResultSchema = zod.z.object({
6
- id: zod.z.number().int().describe("Unique identifier for the team"),
7
- name: zod.z.string().describe("Name of the team"),
8
- account_id: zod.z.number().int().describe("Account ID the team belongs to"),
9
- access_level: zod.z.string().describe("Access level of the team (e.g., 'owner', 'standard', etc.)")
10
- }).describe("Represents team information returned by the API.");
6
+ id: zod.z.number().int().describe("Unique identifier for the team").nullable(),
7
+ name: zod.z.string().describe("Name of the team").nullable(),
8
+ account_id: zod.z.number().int().describe("Account ID the team belongs to").nullable(),
9
+ access_level: zod.z.string().describe("Access level of the team (e.g., 'owner', 'standard', etc.)").nullable()
10
+ }).passthrough().describe("Represents team information returned by the API.");
11
11
  const RollbarGetTeamOutput = zod.z.object({
12
- err: zod.z.number().int().describe("Error code (0 indicates success)"),
12
+ err: zod.z.number().int().describe("Error code (0 indicates success)").nullable(),
13
13
  result: RollbarGetTeam_TeamResultSchema.nullable()
14
- }).describe("Response model for GetTeam action.");
14
+ }).passthrough().describe("Response model for GetTeam action.");
15
15
  const rollbarGetTeam = require_action.action("ROLLBAR_GET_TEAM", {
16
16
  slug: "rollbar-get-team",
17
17
  name: "Get Team by ID",
@@ -1 +1 @@
1
- {"version":3,"file":"get-team.cjs","names":["z","action"],"sources":["../../src/actions/get-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetTeamInput: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The unique identifier of the team to retrieve\"),\n}).describe(\"Request model for fetching a specific team by ID.\");\nconst RollbarGetTeam_TeamResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the team\"),\n name: z.string().describe(\"Name of the team\"),\n account_id: z.number().int().describe(\"Account ID the team belongs to\"),\n access_level: z.string().describe(\"Access level of the team (e.g., 'owner', 'standard', etc.)\"),\n}).describe(\"Represents team information returned by the API.\");\nexport const RollbarGetTeamOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\"),\n result: RollbarGetTeam_TeamResultSchema.nullable(),\n}).describe(\"Response model for GetTeam action.\");\n\nexport const rollbarGetTeam = action(\"ROLLBAR_GET_TEAM\", {\n slug: \"rollbar-get-team\",\n name: \"Get Team by ID\",\n description: \"Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level.\",\n input: RollbarGetTeamInput,\n output: RollbarGetTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,EACxD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EACpF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACtE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAChG,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACjE,QAAQ,gCAAgC,SAAS;AACnD,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-team.cjs","names":["z","action"],"sources":["../../src/actions/get-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetTeamInput = z.object({\n team_id: z.number().int().describe(\"The unique identifier of the team to retrieve\"),\n}).describe(\"Request model for fetching a specific team by ID.\");\nconst RollbarGetTeam_TeamResultSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the team\").nullable(),\n name: z.string().describe(\"Name of the team\").nullable(),\n account_id: z.number().int().describe(\"Account ID the team belongs to\").nullable(),\n access_level: z.string().describe(\"Access level of the team (e.g., 'owner', 'standard', etc.)\").nullable(),\n}).passthrough().describe(\"Represents team information returned by the API.\");\nexport const RollbarGetTeamOutput = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\").nullable(),\n result: RollbarGetTeam_TeamResultSchema.nullable(),\n}).passthrough().describe(\"Response model for GetTeam action.\");\n\nexport const rollbarGetTeam = action(\"ROLLBAR_GET_TEAM\", {\n slug: \"rollbar-get-team\",\n name: \"Get Team by ID\",\n description: \"Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level.\",\n input: RollbarGetTeamInput,\n output: RollbarGetTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAsBA,IAAAA,EAAE,OAAO,EAC1C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EACpF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kCAAkCA,IAAAA,EAAE,OAAO;CAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAa,uBAAuBA,IAAAA,EAAE,OAAO;CAC3C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5E,QAAQ,gCAAgC,SAAS;AACnD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAAoC;AAE9D,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,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/get-team.d.ts
4
- declare const RollbarGetTeamInput: z.ZodTypeAny;
5
- declare const RollbarGetTeamOutput: z.ZodTypeAny;
6
- declare const rollbarGetTeam: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RollbarGetTeamInput: z.ZodObject<{
5
+ team_id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const RollbarGetTeamOutput: z.ZodObject<{
8
+ err: z.ZodNullable<z.ZodNumber>;
9
+ result: z.ZodNullable<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodNumber>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ account_id: z.ZodNullable<z.ZodNumber>;
13
+ access_level: z.ZodNullable<z.ZodString>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
+ declare const rollbarGetTeam: import("@keystrokehq/action").WorkflowActionDefinition<{
17
+ team_id: number;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
19
  //#endregion
8
20
  export { rollbarGetTeam };
9
21
  //# sourceMappingURL=get-team.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-team.d.cts","names":[],"sources":["../../src/actions/get-team.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAE4B;AAAA,cAOnD,oBAAA,EAAsB,CAAA,CAAE,UAGY;AAAA,cAEpC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-team.d.cts","names":[],"sources":["../../src/actions/get-team.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;cASnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA"}
@@ -1,9 +1,21 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-team.d.ts
4
- declare const RollbarGetTeamInput: z.ZodTypeAny;
5
- declare const RollbarGetTeamOutput: z.ZodTypeAny;
6
- declare const rollbarGetTeam: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RollbarGetTeamInput: z.ZodObject<{
5
+ team_id: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const RollbarGetTeamOutput: z.ZodObject<{
8
+ err: z.ZodNullable<z.ZodNumber>;
9
+ result: z.ZodNullable<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodNumber>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ account_id: z.ZodNullable<z.ZodNumber>;
13
+ access_level: z.ZodNullable<z.ZodString>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
+ declare const rollbarGetTeam: import("@keystrokehq/action").WorkflowActionDefinition<{
17
+ team_id: number;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
19
  //#endregion
8
20
  export { rollbarGetTeam };
9
21
  //# sourceMappingURL=get-team.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-team.d.mts","names":[],"sources":["../../src/actions/get-team.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAE4B;AAAA,cAOnD,oBAAA,EAAsB,CAAA,CAAE,UAGY;AAAA,cAEpC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-team.d.mts","names":[],"sources":["../../src/actions/get-team.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;cASnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA"}
@@ -3,20 +3,20 @@ import { z } from "zod";
3
3
  //#region src/actions/get-team.ts
4
4
  const RollbarGetTeamInput = z.object({ team_id: z.number().int().describe("The unique identifier of the team to retrieve") }).describe("Request model for fetching a specific team by ID.");
5
5
  const RollbarGetTeam_TeamResultSchema = z.object({
6
- id: z.number().int().describe("Unique identifier for the team"),
7
- name: z.string().describe("Name of the team"),
8
- account_id: z.number().int().describe("Account ID the team belongs to"),
9
- access_level: z.string().describe("Access level of the team (e.g., 'owner', 'standard', etc.)")
10
- }).describe("Represents team information returned by the API.");
6
+ id: z.number().int().describe("Unique identifier for the team").nullable(),
7
+ name: z.string().describe("Name of the team").nullable(),
8
+ account_id: z.number().int().describe("Account ID the team belongs to").nullable(),
9
+ access_level: z.string().describe("Access level of the team (e.g., 'owner', 'standard', etc.)").nullable()
10
+ }).passthrough().describe("Represents team information returned by the API.");
11
11
  const rollbarGetTeam = action("ROLLBAR_GET_TEAM", {
12
12
  slug: "rollbar-get-team",
13
13
  name: "Get Team by ID",
14
14
  description: "Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level.",
15
15
  input: RollbarGetTeamInput,
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: RollbarGetTeam_TeamResultSchema.nullable()
19
- }).describe("Response model for GetTeam action.")
19
+ }).passthrough().describe("Response model for GetTeam action.")
20
20
  });
21
21
  //#endregion
22
22
  export { rollbarGetTeam };
@@ -1 +1 @@
1
- {"version":3,"file":"get-team.mjs","names":[],"sources":["../../src/actions/get-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetTeamInput: z.ZodTypeAny = z.object({\n team_id: z.number().int().describe(\"The unique identifier of the team to retrieve\"),\n}).describe(\"Request model for fetching a specific team by ID.\");\nconst RollbarGetTeam_TeamResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the team\"),\n name: z.string().describe(\"Name of the team\"),\n account_id: z.number().int().describe(\"Account ID the team belongs to\"),\n access_level: z.string().describe(\"Access level of the team (e.g., 'owner', 'standard', etc.)\"),\n}).describe(\"Represents team information returned by the API.\");\nexport const RollbarGetTeamOutput: z.ZodTypeAny = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\"),\n result: RollbarGetTeam_TeamResultSchema.nullable(),\n}).describe(\"Response model for GetTeam action.\");\n\nexport const rollbarGetTeam = action(\"ROLLBAR_GET_TEAM\", {\n slug: \"rollbar-get-team\",\n name: \"Get Team by ID\",\n description: \"Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level.\",\n input: RollbarGetTeamInput,\n output: RollbarGetTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,EACxD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EACpF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kCAAgD,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACtE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAChG,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAM9D,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVgD,EAAE,OAAO;EACzD,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACjE,QAAQ,gCAAgC,SAAS;CACnD,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-team.mjs","names":[],"sources":["../../src/actions/get-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RollbarGetTeamInput = z.object({\n team_id: z.number().int().describe(\"The unique identifier of the team to retrieve\"),\n}).describe(\"Request model for fetching a specific team by ID.\");\nconst RollbarGetTeam_TeamResultSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the team\").nullable(),\n name: z.string().describe(\"Name of the team\").nullable(),\n account_id: z.number().int().describe(\"Account ID the team belongs to\").nullable(),\n access_level: z.string().describe(\"Access level of the team (e.g., 'owner', 'standard', etc.)\").nullable(),\n}).passthrough().describe(\"Represents team information returned by the API.\");\nexport const RollbarGetTeamOutput = z.object({\n err: z.number().int().describe(\"Error code (0 indicates success)\").nullable(),\n result: RollbarGetTeam_TeamResultSchema.nullable(),\n}).passthrough().describe(\"Response model for GetTeam action.\");\n\nexport const rollbarGetTeam = action(\"ROLLBAR_GET_TEAM\", {\n slug: \"rollbar-get-team\",\n name: \"Get Team by ID\",\n description: \"Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level.\",\n input: RollbarGetTeamInput,\n output: RollbarGetTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAsB,EAAE,OAAO,EAC1C,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EACpF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kCAAkC,EAAE,OAAO;CAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAM5E,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVkC,EAAE,OAAO;EAC3C,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,QAAQ,gCAAgC,SAAS;CACnD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAOhB;AACV,CAAC"}