@bubblelab/bubble-core 0.1.220 → 0.1.222

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 (96) hide show
  1. package/dist/bubble-bundle.d.ts +204 -126
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +6 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/firecrawl.d.ts +334 -334
  30. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  32. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  35. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  36. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  37. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  38. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  39. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  40. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  43. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  44. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  45. package/dist/bubbles/service-bubble/slab/index.d.ts +3 -0
  46. package/dist/bubbles/service-bubble/slab/index.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/slab/index.js +3 -0
  48. package/dist/bubbles/service-bubble/slab/index.js.map +1 -0
  49. package/dist/bubbles/service-bubble/slab/slab.d.ts +617 -0
  50. package/dist/bubbles/service-bubble/slab/slab.d.ts.map +1 -0
  51. package/dist/bubbles/service-bubble/slab/slab.js +379 -0
  52. package/dist/bubbles/service-bubble/slab/slab.js.map +1 -0
  53. package/dist/bubbles/service-bubble/slab/slab.schema.d.ts +703 -0
  54. package/dist/bubbles/service-bubble/slab/slab.schema.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/slab/slab.schema.js +226 -0
  56. package/dist/bubbles/service-bubble/slab/slab.schema.js.map +1 -0
  57. package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
  58. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  59. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  60. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  61. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  62. package/dist/bubbles/service-bubble/zendesk/index.d.ts +3 -0
  63. package/dist/bubbles/service-bubble/zendesk/index.d.ts.map +1 -0
  64. package/dist/bubbles/service-bubble/zendesk/index.js +3 -0
  65. package/dist/bubbles/service-bubble/zendesk/index.js.map +1 -0
  66. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +1065 -0
  67. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts.map +1 -0
  68. package/dist/bubbles/service-bubble/zendesk/zendesk.js +531 -0
  69. package/dist/bubbles/service-bubble/zendesk/zendesk.js.map +1 -0
  70. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +1008 -0
  71. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts.map +1 -0
  72. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.js +473 -0
  73. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.js.map +1 -0
  74. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  75. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  78. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  79. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  80. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  81. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  82. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  83. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  84. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  85. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  86. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  87. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  88. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  89. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  90. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  91. package/dist/bubbles.json +2218 -2
  92. package/dist/index.d.ts +4 -0
  93. package/dist/index.d.ts.map +1 -1
  94. package/dist/index.js +2 -0
  95. package/dist/index.js.map +1 -1
  96. package/package.json +2 -2
@@ -0,0 +1,1008 @@
1
+ import { z } from 'zod';
2
+ import { CredentialType } from '@bubblelab/shared-schemas';
3
+ export declare const ZendeskParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
4
+ operation: z.ZodLiteral<"list_tickets">;
5
+ status: z.ZodOptional<z.ZodEnum<["new", "open", "pending", "hold", "solved", "closed"]>>;
6
+ sort_by: z.ZodDefault<z.ZodOptional<z.ZodEnum<["created_at", "updated_at", "priority", "status"]>>>;
7
+ sort_order: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
8
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
9
+ per_page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
10
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
11
+ }, "strip", z.ZodTypeAny, {
12
+ operation: "list_tickets";
13
+ page: number;
14
+ per_page: number;
15
+ sort_by: "status" | "priority" | "created_at" | "updated_at";
16
+ sort_order: "asc" | "desc";
17
+ status?: "pending" | "open" | "closed" | "new" | "hold" | "solved" | undefined;
18
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
19
+ }, {
20
+ operation: "list_tickets";
21
+ status?: "pending" | "open" | "closed" | "new" | "hold" | "solved" | undefined;
22
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
23
+ page?: number | undefined;
24
+ per_page?: number | undefined;
25
+ sort_by?: "status" | "priority" | "created_at" | "updated_at" | undefined;
26
+ sort_order?: "asc" | "desc" | undefined;
27
+ }>, z.ZodObject<{
28
+ operation: z.ZodLiteral<"get_ticket">;
29
+ ticket_id: z.ZodString;
30
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
31
+ }, "strip", z.ZodTypeAny, {
32
+ operation: "get_ticket";
33
+ ticket_id: string;
34
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
35
+ }, {
36
+ operation: "get_ticket";
37
+ ticket_id: string;
38
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
39
+ }>, z.ZodObject<{
40
+ operation: z.ZodLiteral<"create_ticket">;
41
+ subject: z.ZodString;
42
+ body: z.ZodString;
43
+ requester_email: z.ZodOptional<z.ZodString>;
44
+ requester_name: z.ZodOptional<z.ZodString>;
45
+ assignee_id: z.ZodOptional<z.ZodNumber>;
46
+ priority: z.ZodOptional<z.ZodEnum<["urgent", "high", "normal", "low"]>>;
47
+ type: z.ZodOptional<z.ZodEnum<["problem", "incident", "question", "task"]>>;
48
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
49
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
50
+ }, "strip", z.ZodTypeAny, {
51
+ operation: "create_ticket";
52
+ body: string;
53
+ subject: string;
54
+ type?: "question" | "task" | "problem" | "incident" | undefined;
55
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
56
+ tags?: string[] | undefined;
57
+ priority?: "low" | "high" | "urgent" | "normal" | undefined;
58
+ requester_email?: string | undefined;
59
+ requester_name?: string | undefined;
60
+ assignee_id?: number | undefined;
61
+ }, {
62
+ operation: "create_ticket";
63
+ body: string;
64
+ subject: string;
65
+ type?: "question" | "task" | "problem" | "incident" | undefined;
66
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
67
+ tags?: string[] | undefined;
68
+ priority?: "low" | "high" | "urgent" | "normal" | undefined;
69
+ requester_email?: string | undefined;
70
+ requester_name?: string | undefined;
71
+ assignee_id?: number | undefined;
72
+ }>, z.ZodObject<{
73
+ operation: z.ZodLiteral<"update_ticket">;
74
+ ticket_id: z.ZodString;
75
+ comment: z.ZodOptional<z.ZodString>;
76
+ public: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
77
+ status: z.ZodOptional<z.ZodEnum<["new", "open", "pending", "hold", "solved", "closed"]>>;
78
+ priority: z.ZodOptional<z.ZodEnum<["urgent", "high", "normal", "low"]>>;
79
+ assignee_id: z.ZodOptional<z.ZodNumber>;
80
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
81
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
82
+ }, "strip", z.ZodTypeAny, {
83
+ operation: "update_ticket";
84
+ public: boolean;
85
+ ticket_id: string;
86
+ status?: "pending" | "open" | "closed" | "new" | "hold" | "solved" | undefined;
87
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
88
+ tags?: string[] | undefined;
89
+ priority?: "low" | "high" | "urgent" | "normal" | undefined;
90
+ comment?: string | undefined;
91
+ assignee_id?: number | undefined;
92
+ }, {
93
+ operation: "update_ticket";
94
+ ticket_id: string;
95
+ status?: "pending" | "open" | "closed" | "new" | "hold" | "solved" | undefined;
96
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
97
+ tags?: string[] | undefined;
98
+ priority?: "low" | "high" | "urgent" | "normal" | undefined;
99
+ public?: boolean | undefined;
100
+ comment?: string | undefined;
101
+ assignee_id?: number | undefined;
102
+ }>, z.ZodObject<{
103
+ operation: z.ZodLiteral<"list_ticket_comments">;
104
+ ticket_id: z.ZodString;
105
+ sort_order: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
106
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
107
+ per_page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
108
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
109
+ }, "strip", z.ZodTypeAny, {
110
+ operation: "list_ticket_comments";
111
+ page: number;
112
+ per_page: number;
113
+ sort_order: "asc" | "desc";
114
+ ticket_id: string;
115
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
116
+ }, {
117
+ operation: "list_ticket_comments";
118
+ ticket_id: string;
119
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
120
+ page?: number | undefined;
121
+ per_page?: number | undefined;
122
+ sort_order?: "asc" | "desc" | undefined;
123
+ }>, z.ZodObject<{
124
+ operation: z.ZodLiteral<"list_users">;
125
+ query: z.ZodOptional<z.ZodString>;
126
+ role: z.ZodOptional<z.ZodEnum<["end-user", "agent", "admin"]>>;
127
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
128
+ per_page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
129
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
130
+ }, "strip", z.ZodTypeAny, {
131
+ operation: "list_users";
132
+ page: number;
133
+ per_page: number;
134
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
135
+ role?: "agent" | "end-user" | "admin" | undefined;
136
+ query?: string | undefined;
137
+ }, {
138
+ operation: "list_users";
139
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
140
+ role?: "agent" | "end-user" | "admin" | undefined;
141
+ query?: string | undefined;
142
+ page?: number | undefined;
143
+ per_page?: number | undefined;
144
+ }>, z.ZodObject<{
145
+ operation: z.ZodLiteral<"get_user">;
146
+ user_id: z.ZodString;
147
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
148
+ }, "strip", z.ZodTypeAny, {
149
+ operation: "get_user";
150
+ user_id: string;
151
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
152
+ }, {
153
+ operation: "get_user";
154
+ user_id: string;
155
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
156
+ }>, z.ZodObject<{
157
+ operation: z.ZodLiteral<"list_organizations">;
158
+ query: z.ZodOptional<z.ZodString>;
159
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
160
+ per_page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
161
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
162
+ }, "strip", z.ZodTypeAny, {
163
+ operation: "list_organizations";
164
+ page: number;
165
+ per_page: number;
166
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
167
+ query?: string | undefined;
168
+ }, {
169
+ operation: "list_organizations";
170
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
171
+ query?: string | undefined;
172
+ page?: number | undefined;
173
+ per_page?: number | undefined;
174
+ }>, z.ZodObject<{
175
+ operation: z.ZodLiteral<"get_organization">;
176
+ organization_id: z.ZodString;
177
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
178
+ }, "strip", z.ZodTypeAny, {
179
+ operation: "get_organization";
180
+ organization_id: string;
181
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
182
+ }, {
183
+ operation: "get_organization";
184
+ organization_id: string;
185
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
186
+ }>, z.ZodObject<{
187
+ operation: z.ZodLiteral<"search">;
188
+ query: z.ZodString;
189
+ sort_by: z.ZodOptional<z.ZodEnum<["updated_at", "created_at", "priority", "status", "ticket_type"]>>;
190
+ sort_order: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
191
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
192
+ per_page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
193
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
194
+ }, "strip", z.ZodTypeAny, {
195
+ query: string;
196
+ operation: "search";
197
+ page: number;
198
+ per_page: number;
199
+ sort_order: "asc" | "desc";
200
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
201
+ sort_by?: "status" | "priority" | "created_at" | "updated_at" | "ticket_type" | undefined;
202
+ }, {
203
+ query: string;
204
+ operation: "search";
205
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
206
+ page?: number | undefined;
207
+ per_page?: number | undefined;
208
+ sort_by?: "status" | "priority" | "created_at" | "updated_at" | "ticket_type" | undefined;
209
+ sort_order?: "asc" | "desc" | undefined;
210
+ }>, z.ZodObject<{
211
+ operation: z.ZodLiteral<"list_articles">;
212
+ query: z.ZodOptional<z.ZodString>;
213
+ section_id: z.ZodOptional<z.ZodString>;
214
+ category_id: z.ZodOptional<z.ZodString>;
215
+ locale: z.ZodOptional<z.ZodString>;
216
+ page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
217
+ per_page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
218
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
219
+ }, "strip", z.ZodTypeAny, {
220
+ operation: "list_articles";
221
+ page: number;
222
+ per_page: number;
223
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
224
+ query?: string | undefined;
225
+ locale?: string | undefined;
226
+ section_id?: string | undefined;
227
+ category_id?: string | undefined;
228
+ }, {
229
+ operation: "list_articles";
230
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
231
+ query?: string | undefined;
232
+ locale?: string | undefined;
233
+ page?: number | undefined;
234
+ per_page?: number | undefined;
235
+ section_id?: string | undefined;
236
+ category_id?: string | undefined;
237
+ }>, z.ZodObject<{
238
+ operation: z.ZodLiteral<"get_article">;
239
+ article_id: z.ZodString;
240
+ locale: z.ZodOptional<z.ZodString>;
241
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
242
+ }, "strip", z.ZodTypeAny, {
243
+ operation: "get_article";
244
+ article_id: string;
245
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
246
+ locale?: string | undefined;
247
+ }, {
248
+ operation: "get_article";
249
+ article_id: string;
250
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
251
+ locale?: string | undefined;
252
+ }>]>;
253
+ export declare const ZendeskResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
254
+ operation: z.ZodLiteral<"list_tickets">;
255
+ success: z.ZodBoolean;
256
+ tickets: z.ZodOptional<z.ZodArray<z.ZodObject<{
257
+ id: z.ZodNumber;
258
+ subject: z.ZodOptional<z.ZodString>;
259
+ description: z.ZodOptional<z.ZodString>;
260
+ status: z.ZodOptional<z.ZodString>;
261
+ priority: z.ZodNullable<z.ZodOptional<z.ZodString>>;
262
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
263
+ requester_id: z.ZodOptional<z.ZodNumber>;
264
+ assignee_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
265
+ organization_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
266
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
267
+ created_at: z.ZodOptional<z.ZodString>;
268
+ updated_at: z.ZodOptional<z.ZodString>;
269
+ }, "strip", z.ZodTypeAny, {
270
+ id: number;
271
+ type?: string | null | undefined;
272
+ description?: string | undefined;
273
+ status?: string | undefined;
274
+ tags?: string[] | undefined;
275
+ priority?: string | null | undefined;
276
+ subject?: string | undefined;
277
+ created_at?: string | undefined;
278
+ updated_at?: string | undefined;
279
+ assignee_id?: number | null | undefined;
280
+ organization_id?: number | null | undefined;
281
+ requester_id?: number | undefined;
282
+ }, {
283
+ id: number;
284
+ type?: string | null | undefined;
285
+ description?: string | undefined;
286
+ status?: string | undefined;
287
+ tags?: string[] | undefined;
288
+ priority?: string | null | undefined;
289
+ subject?: string | undefined;
290
+ created_at?: string | undefined;
291
+ updated_at?: string | undefined;
292
+ assignee_id?: number | null | undefined;
293
+ organization_id?: number | null | undefined;
294
+ requester_id?: number | undefined;
295
+ }>, "many">>;
296
+ count: z.ZodOptional<z.ZodNumber>;
297
+ next_page: z.ZodNullable<z.ZodOptional<z.ZodString>>;
298
+ error: z.ZodString;
299
+ }, "strip", z.ZodTypeAny, {
300
+ error: string;
301
+ success: boolean;
302
+ operation: "list_tickets";
303
+ count?: number | undefined;
304
+ tickets?: {
305
+ id: number;
306
+ type?: string | null | undefined;
307
+ description?: string | undefined;
308
+ status?: string | undefined;
309
+ tags?: string[] | undefined;
310
+ priority?: string | null | undefined;
311
+ subject?: string | undefined;
312
+ created_at?: string | undefined;
313
+ updated_at?: string | undefined;
314
+ assignee_id?: number | null | undefined;
315
+ organization_id?: number | null | undefined;
316
+ requester_id?: number | undefined;
317
+ }[] | undefined;
318
+ next_page?: string | null | undefined;
319
+ }, {
320
+ error: string;
321
+ success: boolean;
322
+ operation: "list_tickets";
323
+ count?: number | undefined;
324
+ tickets?: {
325
+ id: number;
326
+ type?: string | null | undefined;
327
+ description?: string | undefined;
328
+ status?: string | undefined;
329
+ tags?: string[] | undefined;
330
+ priority?: string | null | undefined;
331
+ subject?: string | undefined;
332
+ created_at?: string | undefined;
333
+ updated_at?: string | undefined;
334
+ assignee_id?: number | null | undefined;
335
+ organization_id?: number | null | undefined;
336
+ requester_id?: number | undefined;
337
+ }[] | undefined;
338
+ next_page?: string | null | undefined;
339
+ }>, z.ZodObject<{
340
+ operation: z.ZodLiteral<"get_ticket">;
341
+ success: z.ZodBoolean;
342
+ ticket: z.ZodOptional<z.ZodObject<{
343
+ id: z.ZodNumber;
344
+ subject: z.ZodOptional<z.ZodString>;
345
+ description: z.ZodOptional<z.ZodString>;
346
+ status: z.ZodOptional<z.ZodString>;
347
+ priority: z.ZodNullable<z.ZodOptional<z.ZodString>>;
348
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
349
+ requester_id: z.ZodOptional<z.ZodNumber>;
350
+ assignee_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
351
+ organization_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
352
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
353
+ created_at: z.ZodOptional<z.ZodString>;
354
+ updated_at: z.ZodOptional<z.ZodString>;
355
+ }, "strip", z.ZodTypeAny, {
356
+ id: number;
357
+ type?: string | null | undefined;
358
+ description?: string | undefined;
359
+ status?: string | undefined;
360
+ tags?: string[] | undefined;
361
+ priority?: string | null | undefined;
362
+ subject?: string | undefined;
363
+ created_at?: string | undefined;
364
+ updated_at?: string | undefined;
365
+ assignee_id?: number | null | undefined;
366
+ organization_id?: number | null | undefined;
367
+ requester_id?: number | undefined;
368
+ }, {
369
+ id: number;
370
+ type?: string | null | undefined;
371
+ description?: string | undefined;
372
+ status?: string | undefined;
373
+ tags?: string[] | undefined;
374
+ priority?: string | null | undefined;
375
+ subject?: string | undefined;
376
+ created_at?: string | undefined;
377
+ updated_at?: string | undefined;
378
+ assignee_id?: number | null | undefined;
379
+ organization_id?: number | null | undefined;
380
+ requester_id?: number | undefined;
381
+ }>>;
382
+ error: z.ZodString;
383
+ }, "strip", z.ZodTypeAny, {
384
+ error: string;
385
+ success: boolean;
386
+ operation: "get_ticket";
387
+ ticket?: {
388
+ id: number;
389
+ type?: string | null | undefined;
390
+ description?: string | undefined;
391
+ status?: string | undefined;
392
+ tags?: string[] | undefined;
393
+ priority?: string | null | undefined;
394
+ subject?: string | undefined;
395
+ created_at?: string | undefined;
396
+ updated_at?: string | undefined;
397
+ assignee_id?: number | null | undefined;
398
+ organization_id?: number | null | undefined;
399
+ requester_id?: number | undefined;
400
+ } | undefined;
401
+ }, {
402
+ error: string;
403
+ success: boolean;
404
+ operation: "get_ticket";
405
+ ticket?: {
406
+ id: number;
407
+ type?: string | null | undefined;
408
+ description?: string | undefined;
409
+ status?: string | undefined;
410
+ tags?: string[] | undefined;
411
+ priority?: string | null | undefined;
412
+ subject?: string | undefined;
413
+ created_at?: string | undefined;
414
+ updated_at?: string | undefined;
415
+ assignee_id?: number | null | undefined;
416
+ organization_id?: number | null | undefined;
417
+ requester_id?: number | undefined;
418
+ } | undefined;
419
+ }>, z.ZodObject<{
420
+ operation: z.ZodLiteral<"create_ticket">;
421
+ success: z.ZodBoolean;
422
+ ticket: z.ZodOptional<z.ZodObject<{
423
+ id: z.ZodNumber;
424
+ subject: z.ZodOptional<z.ZodString>;
425
+ description: z.ZodOptional<z.ZodString>;
426
+ status: z.ZodOptional<z.ZodString>;
427
+ priority: z.ZodNullable<z.ZodOptional<z.ZodString>>;
428
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
429
+ requester_id: z.ZodOptional<z.ZodNumber>;
430
+ assignee_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
431
+ organization_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
432
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
433
+ created_at: z.ZodOptional<z.ZodString>;
434
+ updated_at: z.ZodOptional<z.ZodString>;
435
+ }, "strip", z.ZodTypeAny, {
436
+ id: number;
437
+ type?: string | null | undefined;
438
+ description?: string | undefined;
439
+ status?: string | undefined;
440
+ tags?: string[] | undefined;
441
+ priority?: string | null | undefined;
442
+ subject?: string | undefined;
443
+ created_at?: string | undefined;
444
+ updated_at?: string | undefined;
445
+ assignee_id?: number | null | undefined;
446
+ organization_id?: number | null | undefined;
447
+ requester_id?: number | undefined;
448
+ }, {
449
+ id: number;
450
+ type?: string | null | undefined;
451
+ description?: string | undefined;
452
+ status?: string | undefined;
453
+ tags?: string[] | undefined;
454
+ priority?: string | null | undefined;
455
+ subject?: string | undefined;
456
+ created_at?: string | undefined;
457
+ updated_at?: string | undefined;
458
+ assignee_id?: number | null | undefined;
459
+ organization_id?: number | null | undefined;
460
+ requester_id?: number | undefined;
461
+ }>>;
462
+ error: z.ZodString;
463
+ }, "strip", z.ZodTypeAny, {
464
+ error: string;
465
+ success: boolean;
466
+ operation: "create_ticket";
467
+ ticket?: {
468
+ id: number;
469
+ type?: string | null | undefined;
470
+ description?: string | undefined;
471
+ status?: string | undefined;
472
+ tags?: string[] | undefined;
473
+ priority?: string | null | undefined;
474
+ subject?: string | undefined;
475
+ created_at?: string | undefined;
476
+ updated_at?: string | undefined;
477
+ assignee_id?: number | null | undefined;
478
+ organization_id?: number | null | undefined;
479
+ requester_id?: number | undefined;
480
+ } | undefined;
481
+ }, {
482
+ error: string;
483
+ success: boolean;
484
+ operation: "create_ticket";
485
+ ticket?: {
486
+ id: number;
487
+ type?: string | null | undefined;
488
+ description?: string | undefined;
489
+ status?: string | undefined;
490
+ tags?: string[] | undefined;
491
+ priority?: string | null | undefined;
492
+ subject?: string | undefined;
493
+ created_at?: string | undefined;
494
+ updated_at?: string | undefined;
495
+ assignee_id?: number | null | undefined;
496
+ organization_id?: number | null | undefined;
497
+ requester_id?: number | undefined;
498
+ } | undefined;
499
+ }>, z.ZodObject<{
500
+ operation: z.ZodLiteral<"update_ticket">;
501
+ success: z.ZodBoolean;
502
+ ticket: z.ZodOptional<z.ZodObject<{
503
+ id: z.ZodNumber;
504
+ subject: z.ZodOptional<z.ZodString>;
505
+ description: z.ZodOptional<z.ZodString>;
506
+ status: z.ZodOptional<z.ZodString>;
507
+ priority: z.ZodNullable<z.ZodOptional<z.ZodString>>;
508
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
509
+ requester_id: z.ZodOptional<z.ZodNumber>;
510
+ assignee_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
511
+ organization_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
512
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
513
+ created_at: z.ZodOptional<z.ZodString>;
514
+ updated_at: z.ZodOptional<z.ZodString>;
515
+ }, "strip", z.ZodTypeAny, {
516
+ id: number;
517
+ type?: string | null | undefined;
518
+ description?: string | undefined;
519
+ status?: string | undefined;
520
+ tags?: string[] | undefined;
521
+ priority?: string | null | undefined;
522
+ subject?: string | undefined;
523
+ created_at?: string | undefined;
524
+ updated_at?: string | undefined;
525
+ assignee_id?: number | null | undefined;
526
+ organization_id?: number | null | undefined;
527
+ requester_id?: number | undefined;
528
+ }, {
529
+ id: number;
530
+ type?: string | null | undefined;
531
+ description?: string | undefined;
532
+ status?: string | undefined;
533
+ tags?: string[] | undefined;
534
+ priority?: string | null | undefined;
535
+ subject?: string | undefined;
536
+ created_at?: string | undefined;
537
+ updated_at?: string | undefined;
538
+ assignee_id?: number | null | undefined;
539
+ organization_id?: number | null | undefined;
540
+ requester_id?: number | undefined;
541
+ }>>;
542
+ error: z.ZodString;
543
+ }, "strip", z.ZodTypeAny, {
544
+ error: string;
545
+ success: boolean;
546
+ operation: "update_ticket";
547
+ ticket?: {
548
+ id: number;
549
+ type?: string | null | undefined;
550
+ description?: string | undefined;
551
+ status?: string | undefined;
552
+ tags?: string[] | undefined;
553
+ priority?: string | null | undefined;
554
+ subject?: string | undefined;
555
+ created_at?: string | undefined;
556
+ updated_at?: string | undefined;
557
+ assignee_id?: number | null | undefined;
558
+ organization_id?: number | null | undefined;
559
+ requester_id?: number | undefined;
560
+ } | undefined;
561
+ }, {
562
+ error: string;
563
+ success: boolean;
564
+ operation: "update_ticket";
565
+ ticket?: {
566
+ id: number;
567
+ type?: string | null | undefined;
568
+ description?: string | undefined;
569
+ status?: string | undefined;
570
+ tags?: string[] | undefined;
571
+ priority?: string | null | undefined;
572
+ subject?: string | undefined;
573
+ created_at?: string | undefined;
574
+ updated_at?: string | undefined;
575
+ assignee_id?: number | null | undefined;
576
+ organization_id?: number | null | undefined;
577
+ requester_id?: number | undefined;
578
+ } | undefined;
579
+ }>, z.ZodObject<{
580
+ operation: z.ZodLiteral<"list_ticket_comments">;
581
+ success: z.ZodBoolean;
582
+ comments: z.ZodOptional<z.ZodArray<z.ZodObject<{
583
+ id: z.ZodNumber;
584
+ body: z.ZodOptional<z.ZodString>;
585
+ html_body: z.ZodOptional<z.ZodString>;
586
+ public: z.ZodOptional<z.ZodBoolean>;
587
+ author_id: z.ZodOptional<z.ZodNumber>;
588
+ created_at: z.ZodOptional<z.ZodString>;
589
+ }, "strip", z.ZodTypeAny, {
590
+ id: number;
591
+ public?: boolean | undefined;
592
+ body?: string | undefined;
593
+ created_at?: string | undefined;
594
+ html_body?: string | undefined;
595
+ author_id?: number | undefined;
596
+ }, {
597
+ id: number;
598
+ public?: boolean | undefined;
599
+ body?: string | undefined;
600
+ created_at?: string | undefined;
601
+ html_body?: string | undefined;
602
+ author_id?: number | undefined;
603
+ }>, "many">>;
604
+ count: z.ZodOptional<z.ZodNumber>;
605
+ next_page: z.ZodNullable<z.ZodOptional<z.ZodString>>;
606
+ error: z.ZodString;
607
+ }, "strip", z.ZodTypeAny, {
608
+ error: string;
609
+ success: boolean;
610
+ operation: "list_ticket_comments";
611
+ count?: number | undefined;
612
+ comments?: {
613
+ id: number;
614
+ public?: boolean | undefined;
615
+ body?: string | undefined;
616
+ created_at?: string | undefined;
617
+ html_body?: string | undefined;
618
+ author_id?: number | undefined;
619
+ }[] | undefined;
620
+ next_page?: string | null | undefined;
621
+ }, {
622
+ error: string;
623
+ success: boolean;
624
+ operation: "list_ticket_comments";
625
+ count?: number | undefined;
626
+ comments?: {
627
+ id: number;
628
+ public?: boolean | undefined;
629
+ body?: string | undefined;
630
+ created_at?: string | undefined;
631
+ html_body?: string | undefined;
632
+ author_id?: number | undefined;
633
+ }[] | undefined;
634
+ next_page?: string | null | undefined;
635
+ }>, z.ZodObject<{
636
+ operation: z.ZodLiteral<"list_users">;
637
+ success: z.ZodBoolean;
638
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
639
+ id: z.ZodNumber;
640
+ name: z.ZodOptional<z.ZodString>;
641
+ email: z.ZodOptional<z.ZodString>;
642
+ role: z.ZodOptional<z.ZodString>;
643
+ organization_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
644
+ active: z.ZodOptional<z.ZodBoolean>;
645
+ created_at: z.ZodOptional<z.ZodString>;
646
+ }, "strip", z.ZodTypeAny, {
647
+ id: number;
648
+ name?: string | undefined;
649
+ email?: string | undefined;
650
+ role?: string | undefined;
651
+ created_at?: string | undefined;
652
+ active?: boolean | undefined;
653
+ organization_id?: number | null | undefined;
654
+ }, {
655
+ id: number;
656
+ name?: string | undefined;
657
+ email?: string | undefined;
658
+ role?: string | undefined;
659
+ created_at?: string | undefined;
660
+ active?: boolean | undefined;
661
+ organization_id?: number | null | undefined;
662
+ }>, "many">>;
663
+ count: z.ZodOptional<z.ZodNumber>;
664
+ next_page: z.ZodNullable<z.ZodOptional<z.ZodString>>;
665
+ error: z.ZodString;
666
+ }, "strip", z.ZodTypeAny, {
667
+ error: string;
668
+ success: boolean;
669
+ operation: "list_users";
670
+ users?: {
671
+ id: number;
672
+ name?: string | undefined;
673
+ email?: string | undefined;
674
+ role?: string | undefined;
675
+ created_at?: string | undefined;
676
+ active?: boolean | undefined;
677
+ organization_id?: number | null | undefined;
678
+ }[] | undefined;
679
+ count?: number | undefined;
680
+ next_page?: string | null | undefined;
681
+ }, {
682
+ error: string;
683
+ success: boolean;
684
+ operation: "list_users";
685
+ users?: {
686
+ id: number;
687
+ name?: string | undefined;
688
+ email?: string | undefined;
689
+ role?: string | undefined;
690
+ created_at?: string | undefined;
691
+ active?: boolean | undefined;
692
+ organization_id?: number | null | undefined;
693
+ }[] | undefined;
694
+ count?: number | undefined;
695
+ next_page?: string | null | undefined;
696
+ }>, z.ZodObject<{
697
+ operation: z.ZodLiteral<"get_user">;
698
+ success: z.ZodBoolean;
699
+ user: z.ZodOptional<z.ZodObject<{
700
+ id: z.ZodNumber;
701
+ name: z.ZodOptional<z.ZodString>;
702
+ email: z.ZodOptional<z.ZodString>;
703
+ role: z.ZodOptional<z.ZodString>;
704
+ organization_id: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
705
+ active: z.ZodOptional<z.ZodBoolean>;
706
+ created_at: z.ZodOptional<z.ZodString>;
707
+ }, "strip", z.ZodTypeAny, {
708
+ id: number;
709
+ name?: string | undefined;
710
+ email?: string | undefined;
711
+ role?: string | undefined;
712
+ created_at?: string | undefined;
713
+ active?: boolean | undefined;
714
+ organization_id?: number | null | undefined;
715
+ }, {
716
+ id: number;
717
+ name?: string | undefined;
718
+ email?: string | undefined;
719
+ role?: string | undefined;
720
+ created_at?: string | undefined;
721
+ active?: boolean | undefined;
722
+ organization_id?: number | null | undefined;
723
+ }>>;
724
+ error: z.ZodString;
725
+ }, "strip", z.ZodTypeAny, {
726
+ error: string;
727
+ success: boolean;
728
+ operation: "get_user";
729
+ user?: {
730
+ id: number;
731
+ name?: string | undefined;
732
+ email?: string | undefined;
733
+ role?: string | undefined;
734
+ created_at?: string | undefined;
735
+ active?: boolean | undefined;
736
+ organization_id?: number | null | undefined;
737
+ } | undefined;
738
+ }, {
739
+ error: string;
740
+ success: boolean;
741
+ operation: "get_user";
742
+ user?: {
743
+ id: number;
744
+ name?: string | undefined;
745
+ email?: string | undefined;
746
+ role?: string | undefined;
747
+ created_at?: string | undefined;
748
+ active?: boolean | undefined;
749
+ organization_id?: number | null | undefined;
750
+ } | undefined;
751
+ }>, z.ZodObject<{
752
+ operation: z.ZodLiteral<"list_organizations">;
753
+ success: z.ZodBoolean;
754
+ organizations: z.ZodOptional<z.ZodArray<z.ZodObject<{
755
+ id: z.ZodNumber;
756
+ name: z.ZodOptional<z.ZodString>;
757
+ domain_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
758
+ external_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
759
+ created_at: z.ZodOptional<z.ZodString>;
760
+ }, "strip", z.ZodTypeAny, {
761
+ id: number;
762
+ name?: string | undefined;
763
+ created_at?: string | undefined;
764
+ domain_names?: string[] | undefined;
765
+ external_id?: string | null | undefined;
766
+ }, {
767
+ id: number;
768
+ name?: string | undefined;
769
+ created_at?: string | undefined;
770
+ domain_names?: string[] | undefined;
771
+ external_id?: string | null | undefined;
772
+ }>, "many">>;
773
+ count: z.ZodOptional<z.ZodNumber>;
774
+ next_page: z.ZodNullable<z.ZodOptional<z.ZodString>>;
775
+ error: z.ZodString;
776
+ }, "strip", z.ZodTypeAny, {
777
+ error: string;
778
+ success: boolean;
779
+ operation: "list_organizations";
780
+ count?: number | undefined;
781
+ next_page?: string | null | undefined;
782
+ organizations?: {
783
+ id: number;
784
+ name?: string | undefined;
785
+ created_at?: string | undefined;
786
+ domain_names?: string[] | undefined;
787
+ external_id?: string | null | undefined;
788
+ }[] | undefined;
789
+ }, {
790
+ error: string;
791
+ success: boolean;
792
+ operation: "list_organizations";
793
+ count?: number | undefined;
794
+ next_page?: string | null | undefined;
795
+ organizations?: {
796
+ id: number;
797
+ name?: string | undefined;
798
+ created_at?: string | undefined;
799
+ domain_names?: string[] | undefined;
800
+ external_id?: string | null | undefined;
801
+ }[] | undefined;
802
+ }>, z.ZodObject<{
803
+ operation: z.ZodLiteral<"get_organization">;
804
+ success: z.ZodBoolean;
805
+ organization: z.ZodOptional<z.ZodObject<{
806
+ id: z.ZodNumber;
807
+ name: z.ZodOptional<z.ZodString>;
808
+ domain_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
809
+ external_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
810
+ created_at: z.ZodOptional<z.ZodString>;
811
+ }, "strip", z.ZodTypeAny, {
812
+ id: number;
813
+ name?: string | undefined;
814
+ created_at?: string | undefined;
815
+ domain_names?: string[] | undefined;
816
+ external_id?: string | null | undefined;
817
+ }, {
818
+ id: number;
819
+ name?: string | undefined;
820
+ created_at?: string | undefined;
821
+ domain_names?: string[] | undefined;
822
+ external_id?: string | null | undefined;
823
+ }>>;
824
+ error: z.ZodString;
825
+ }, "strip", z.ZodTypeAny, {
826
+ error: string;
827
+ success: boolean;
828
+ operation: "get_organization";
829
+ organization?: {
830
+ id: number;
831
+ name?: string | undefined;
832
+ created_at?: string | undefined;
833
+ domain_names?: string[] | undefined;
834
+ external_id?: string | null | undefined;
835
+ } | undefined;
836
+ }, {
837
+ error: string;
838
+ success: boolean;
839
+ operation: "get_organization";
840
+ organization?: {
841
+ id: number;
842
+ name?: string | undefined;
843
+ created_at?: string | undefined;
844
+ domain_names?: string[] | undefined;
845
+ external_id?: string | null | undefined;
846
+ } | undefined;
847
+ }>, z.ZodObject<{
848
+ operation: z.ZodLiteral<"search">;
849
+ success: z.ZodBoolean;
850
+ results: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
851
+ count: z.ZodOptional<z.ZodNumber>;
852
+ next_page: z.ZodNullable<z.ZodOptional<z.ZodString>>;
853
+ error: z.ZodString;
854
+ }, "strip", z.ZodTypeAny, {
855
+ error: string;
856
+ success: boolean;
857
+ operation: "search";
858
+ count?: number | undefined;
859
+ results?: Record<string, unknown>[] | undefined;
860
+ next_page?: string | null | undefined;
861
+ }, {
862
+ error: string;
863
+ success: boolean;
864
+ operation: "search";
865
+ count?: number | undefined;
866
+ results?: Record<string, unknown>[] | undefined;
867
+ next_page?: string | null | undefined;
868
+ }>, z.ZodObject<{
869
+ operation: z.ZodLiteral<"list_articles">;
870
+ success: z.ZodBoolean;
871
+ articles: z.ZodOptional<z.ZodArray<z.ZodObject<{
872
+ id: z.ZodNumber;
873
+ title: z.ZodOptional<z.ZodString>;
874
+ body: z.ZodOptional<z.ZodString>;
875
+ locale: z.ZodOptional<z.ZodString>;
876
+ section_id: z.ZodOptional<z.ZodNumber>;
877
+ author_id: z.ZodOptional<z.ZodNumber>;
878
+ draft: z.ZodOptional<z.ZodBoolean>;
879
+ created_at: z.ZodOptional<z.ZodString>;
880
+ updated_at: z.ZodOptional<z.ZodString>;
881
+ }, "strip", z.ZodTypeAny, {
882
+ id: number;
883
+ title?: string | undefined;
884
+ body?: string | undefined;
885
+ created_at?: string | undefined;
886
+ draft?: boolean | undefined;
887
+ locale?: string | undefined;
888
+ updated_at?: string | undefined;
889
+ section_id?: number | undefined;
890
+ author_id?: number | undefined;
891
+ }, {
892
+ id: number;
893
+ title?: string | undefined;
894
+ body?: string | undefined;
895
+ created_at?: string | undefined;
896
+ draft?: boolean | undefined;
897
+ locale?: string | undefined;
898
+ updated_at?: string | undefined;
899
+ section_id?: number | undefined;
900
+ author_id?: number | undefined;
901
+ }>, "many">>;
902
+ count: z.ZodOptional<z.ZodNumber>;
903
+ next_page: z.ZodNullable<z.ZodOptional<z.ZodString>>;
904
+ error: z.ZodString;
905
+ }, "strip", z.ZodTypeAny, {
906
+ error: string;
907
+ success: boolean;
908
+ operation: "list_articles";
909
+ count?: number | undefined;
910
+ next_page?: string | null | undefined;
911
+ articles?: {
912
+ id: number;
913
+ title?: string | undefined;
914
+ body?: string | undefined;
915
+ created_at?: string | undefined;
916
+ draft?: boolean | undefined;
917
+ locale?: string | undefined;
918
+ updated_at?: string | undefined;
919
+ section_id?: number | undefined;
920
+ author_id?: number | undefined;
921
+ }[] | undefined;
922
+ }, {
923
+ error: string;
924
+ success: boolean;
925
+ operation: "list_articles";
926
+ count?: number | undefined;
927
+ next_page?: string | null | undefined;
928
+ articles?: {
929
+ id: number;
930
+ title?: string | undefined;
931
+ body?: string | undefined;
932
+ created_at?: string | undefined;
933
+ draft?: boolean | undefined;
934
+ locale?: string | undefined;
935
+ updated_at?: string | undefined;
936
+ section_id?: number | undefined;
937
+ author_id?: number | undefined;
938
+ }[] | undefined;
939
+ }>, z.ZodObject<{
940
+ operation: z.ZodLiteral<"get_article">;
941
+ success: z.ZodBoolean;
942
+ article: z.ZodOptional<z.ZodObject<{
943
+ id: z.ZodNumber;
944
+ title: z.ZodOptional<z.ZodString>;
945
+ body: z.ZodOptional<z.ZodString>;
946
+ locale: z.ZodOptional<z.ZodString>;
947
+ section_id: z.ZodOptional<z.ZodNumber>;
948
+ author_id: z.ZodOptional<z.ZodNumber>;
949
+ draft: z.ZodOptional<z.ZodBoolean>;
950
+ created_at: z.ZodOptional<z.ZodString>;
951
+ updated_at: z.ZodOptional<z.ZodString>;
952
+ }, "strip", z.ZodTypeAny, {
953
+ id: number;
954
+ title?: string | undefined;
955
+ body?: string | undefined;
956
+ created_at?: string | undefined;
957
+ draft?: boolean | undefined;
958
+ locale?: string | undefined;
959
+ updated_at?: string | undefined;
960
+ section_id?: number | undefined;
961
+ author_id?: number | undefined;
962
+ }, {
963
+ id: number;
964
+ title?: string | undefined;
965
+ body?: string | undefined;
966
+ created_at?: string | undefined;
967
+ draft?: boolean | undefined;
968
+ locale?: string | undefined;
969
+ updated_at?: string | undefined;
970
+ section_id?: number | undefined;
971
+ author_id?: number | undefined;
972
+ }>>;
973
+ error: z.ZodString;
974
+ }, "strip", z.ZodTypeAny, {
975
+ error: string;
976
+ success: boolean;
977
+ operation: "get_article";
978
+ article?: {
979
+ id: number;
980
+ title?: string | undefined;
981
+ body?: string | undefined;
982
+ created_at?: string | undefined;
983
+ draft?: boolean | undefined;
984
+ locale?: string | undefined;
985
+ updated_at?: string | undefined;
986
+ section_id?: number | undefined;
987
+ author_id?: number | undefined;
988
+ } | undefined;
989
+ }, {
990
+ error: string;
991
+ success: boolean;
992
+ operation: "get_article";
993
+ article?: {
994
+ id: number;
995
+ title?: string | undefined;
996
+ body?: string | undefined;
997
+ created_at?: string | undefined;
998
+ draft?: boolean | undefined;
999
+ locale?: string | undefined;
1000
+ updated_at?: string | undefined;
1001
+ section_id?: number | undefined;
1002
+ author_id?: number | undefined;
1003
+ } | undefined;
1004
+ }>]>;
1005
+ export type ZendeskParams = z.output<typeof ZendeskParamsSchema>;
1006
+ export type ZendeskParamsInput = z.input<typeof ZendeskParamsSchema>;
1007
+ export type ZendeskResult = z.output<typeof ZendeskResultSchema>;
1008
+ //# sourceMappingURL=zendesk.schema.d.ts.map