@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -56,10 +56,10 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
56
56
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  sort: "created" | "updated" | "popularity" | "long-running";
59
- page: number;
60
- state: "all" | "open" | "closed";
61
59
  operation: "list_pull_requests";
62
60
  owner: string;
61
+ page: number;
62
+ state: "all" | "open" | "closed";
63
63
  repo: string;
64
64
  direction: "asc" | "desc";
65
65
  per_page: number;
@@ -122,19 +122,19 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
122
122
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
123
123
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
124
124
  }, "strip", z.ZodTypeAny, {
125
- sort: "full_name" | "created" | "updated" | "pushed";
126
- page: number;
125
+ sort: "created" | "updated" | "full_name" | "pushed";
127
126
  operation: "list_repositories";
128
- visibility: "private" | "public" | "all";
127
+ page: number;
128
+ visibility: "public" | "private" | "all";
129
129
  direction: "asc" | "desc";
130
130
  per_page: number;
131
131
  credentials?: Partial<Record<CredentialType, string>> | undefined;
132
132
  }, {
133
133
  operation: "list_repositories";
134
- sort?: "full_name" | "created" | "updated" | "pushed" | undefined;
134
+ sort?: "created" | "updated" | "full_name" | "pushed" | undefined;
135
135
  credentials?: Partial<Record<CredentialType, string>> | undefined;
136
136
  page?: number | undefined;
137
- visibility?: "private" | "public" | "all" | undefined;
137
+ visibility?: "public" | "private" | "all" | undefined;
138
138
  direction?: "asc" | "desc" | undefined;
139
139
  per_page?: number | undefined;
140
140
  }>, z.ZodObject<{
@@ -185,11 +185,11 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
185
185
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
186
186
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
187
187
  }, "strip", z.ZodTypeAny, {
188
- sort: "comments" | "created" | "updated";
189
- page: number;
190
- state: "all" | "open" | "closed";
188
+ sort: "created" | "updated" | "comments";
191
189
  operation: "list_issues";
192
190
  owner: string;
191
+ page: number;
192
+ state: "all" | "open" | "closed";
193
193
  repo: string;
194
194
  direction: "asc" | "desc";
195
195
  per_page: number;
@@ -199,11 +199,11 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
199
199
  operation: "list_issues";
200
200
  owner: string;
201
201
  repo: string;
202
- sort?: "comments" | "created" | "updated" | undefined;
202
+ sort?: "created" | "updated" | "comments" | undefined;
203
203
  credentials?: Partial<Record<CredentialType, string>> | undefined;
204
+ labels?: string | undefined;
204
205
  page?: number | undefined;
205
206
  state?: "all" | "open" | "closed" | undefined;
206
- labels?: string | undefined;
207
207
  direction?: "asc" | "desc" | undefined;
208
208
  per_page?: number | undefined;
209
209
  }>]>;
@@ -224,14 +224,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
224
224
  content: z.ZodOptional<z.ZodOptional<z.ZodString>>;
225
225
  encoding: z.ZodOptional<z.ZodOptional<z.ZodString>>;
226
226
  }, "strip", z.ZodTypeAny, {
227
- success: boolean;
228
227
  error: string;
228
+ success: boolean;
229
229
  operation: "get_file";
230
- url?: string | undefined;
231
230
  path?: string | undefined;
232
231
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
233
232
  name?: string | undefined;
234
233
  content?: string | undefined;
234
+ url?: string | undefined;
235
235
  size?: number | undefined;
236
236
  sha?: string | undefined;
237
237
  html_url?: string | undefined;
@@ -239,14 +239,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
239
239
  download_url?: string | null | undefined;
240
240
  encoding?: string | undefined;
241
241
  }, {
242
- success: boolean;
243
242
  error: string;
243
+ success: boolean;
244
244
  operation: "get_file";
245
- url?: string | undefined;
246
245
  path?: string | undefined;
247
246
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
248
247
  name?: string | undefined;
249
248
  content?: string | undefined;
249
+ url?: string | undefined;
250
250
  size?: number | undefined;
251
251
  sha?: string | undefined;
252
252
  html_url?: string | undefined;
@@ -270,10 +270,10 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
270
270
  content: z.ZodOptional<z.ZodString>;
271
271
  encoding: z.ZodOptional<z.ZodString>;
272
272
  }, "strip", z.ZodTypeAny, {
273
- url: string;
274
273
  path: string;
275
274
  type: "file" | "dir" | "symlink" | "submodule";
276
275
  name: string;
276
+ url: string;
277
277
  size: number;
278
278
  sha: string;
279
279
  html_url: string;
@@ -282,10 +282,10 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
282
282
  content?: string | undefined;
283
283
  encoding?: string | undefined;
284
284
  }, {
285
- url: string;
286
285
  path: string;
287
286
  type: "file" | "dir" | "symlink" | "submodule";
288
287
  name: string;
288
+ url: string;
289
289
  size: number;
290
290
  sha: string;
291
291
  html_url: string;
@@ -295,14 +295,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
295
295
  encoding?: string | undefined;
296
296
  }>, "many">>;
297
297
  }, "strip", z.ZodTypeAny, {
298
- success: boolean;
299
298
  error: string;
299
+ success: boolean;
300
300
  operation: "get_directory";
301
301
  contents?: {
302
- url: string;
303
302
  path: string;
304
303
  type: "file" | "dir" | "symlink" | "submodule";
305
304
  name: string;
305
+ url: string;
306
306
  size: number;
307
307
  sha: string;
308
308
  html_url: string;
@@ -312,14 +312,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
312
312
  encoding?: string | undefined;
313
313
  }[] | undefined;
314
314
  }, {
315
- success: boolean;
316
315
  error: string;
316
+ success: boolean;
317
317
  operation: "get_directory";
318
318
  contents?: {
319
- url: string;
320
319
  path: string;
321
320
  type: "file" | "dir" | "symlink" | "submodule";
322
321
  name: string;
322
+ url: string;
323
323
  size: number;
324
324
  sha: string;
325
325
  html_url: string;
@@ -391,7 +391,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
391
391
  number: number;
392
392
  title: string;
393
393
  id: number;
394
- state: "open" | "closed";
395
394
  user: {
396
395
  id: number;
397
396
  login: string;
@@ -400,6 +399,7 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
400
399
  body: string | null;
401
400
  created_at: string;
402
401
  draft: boolean;
402
+ state: "open" | "closed";
403
403
  html_url: string;
404
404
  node_id: string;
405
405
  updated_at: string;
@@ -426,7 +426,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
426
426
  number: number;
427
427
  title: string;
428
428
  id: number;
429
- state: "open" | "closed";
430
429
  user: {
431
430
  id: number;
432
431
  login: string;
@@ -435,6 +434,7 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
435
434
  body: string | null;
436
435
  created_at: string;
437
436
  draft: boolean;
437
+ state: "open" | "closed";
438
438
  html_url: string;
439
439
  node_id: string;
440
440
  updated_at: string;
@@ -459,14 +459,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
459
459
  changed_files?: number | undefined;
460
460
  }>, "many">>;
461
461
  }, "strip", z.ZodTypeAny, {
462
- success: boolean;
463
462
  error: string;
463
+ success: boolean;
464
464
  operation: "list_pull_requests";
465
465
  pull_requests?: {
466
466
  number: number;
467
467
  title: string;
468
468
  id: number;
469
- state: "open" | "closed";
470
469
  user: {
471
470
  id: number;
472
471
  login: string;
@@ -475,6 +474,7 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
475
474
  body: string | null;
476
475
  created_at: string;
477
476
  draft: boolean;
477
+ state: "open" | "closed";
478
478
  html_url: string;
479
479
  node_id: string;
480
480
  updated_at: string;
@@ -499,14 +499,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
499
499
  changed_files?: number | undefined;
500
500
  }[] | undefined;
501
501
  }, {
502
- success: boolean;
503
502
  error: string;
503
+ success: boolean;
504
504
  operation: "list_pull_requests";
505
505
  pull_requests?: {
506
506
  number: number;
507
507
  title: string;
508
508
  id: number;
509
- state: "open" | "closed";
510
509
  user: {
511
510
  id: number;
512
511
  login: string;
@@ -515,6 +514,7 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
515
514
  body: string | null;
516
515
  created_at: string;
517
516
  draft: boolean;
517
+ state: "open" | "closed";
518
518
  html_url: string;
519
519
  node_id: string;
520
520
  updated_at: string;
@@ -598,14 +598,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
598
598
  deletions: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
599
599
  changed_files: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
600
600
  }, "strip", z.ZodTypeAny, {
601
- success: boolean;
602
601
  error: string;
602
+ success: boolean;
603
603
  operation: "get_pull_request";
604
604
  number?: number | undefined;
605
605
  title?: string | undefined;
606
606
  id?: number | undefined;
607
- comments?: number | undefined;
608
- state?: "open" | "closed" | undefined;
609
607
  user?: {
610
608
  id: number;
611
609
  login: string;
@@ -614,6 +612,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
614
612
  body?: string | null | undefined;
615
613
  created_at?: string | undefined;
616
614
  draft?: boolean | undefined;
615
+ comments?: number | undefined;
616
+ state?: "open" | "closed" | undefined;
617
617
  html_url?: string | undefined;
618
618
  node_id?: string | undefined;
619
619
  updated_at?: string | undefined;
@@ -636,14 +636,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
636
636
  deletions?: number | undefined;
637
637
  changed_files?: number | undefined;
638
638
  }, {
639
- success: boolean;
640
639
  error: string;
640
+ success: boolean;
641
641
  operation: "get_pull_request";
642
642
  number?: number | undefined;
643
643
  title?: string | undefined;
644
644
  id?: number | undefined;
645
- comments?: number | undefined;
646
- state?: "open" | "closed" | undefined;
647
645
  user?: {
648
646
  id: number;
649
647
  login: string;
@@ -652,6 +650,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
652
650
  body?: string | null | undefined;
653
651
  created_at?: string | undefined;
654
652
  draft?: boolean | undefined;
653
+ comments?: number | undefined;
654
+ state?: "open" | "closed" | undefined;
655
655
  html_url?: string | undefined;
656
656
  node_id?: string | undefined;
657
657
  updated_at?: string | undefined;
@@ -695,8 +695,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
695
695
  updated_at: z.ZodOptional<z.ZodString>;
696
696
  html_url: z.ZodOptional<z.ZodString>;
697
697
  }, "strip", z.ZodTypeAny, {
698
- success: boolean;
699
698
  error: string;
699
+ success: boolean;
700
700
  operation: "create_pr_comment";
701
701
  id?: number | undefined;
702
702
  user?: {
@@ -709,8 +709,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
709
709
  node_id?: string | undefined;
710
710
  updated_at?: string | undefined;
711
711
  }, {
712
- success: boolean;
713
712
  error: string;
713
+ success: boolean;
714
714
  operation: "create_pr_comment";
715
715
  id?: number | undefined;
716
716
  user?: {
@@ -766,10 +766,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
766
766
  description: string | null;
767
767
  name: string;
768
768
  id: number;
769
- private: boolean;
770
- full_name: string;
771
- language: string | null;
772
769
  size: number;
770
+ private: boolean;
773
771
  created_at: string;
774
772
  owner: {
775
773
  id: number;
@@ -777,6 +775,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
777
775
  login: string;
778
776
  avatar_url: string;
779
777
  };
778
+ full_name: string;
779
+ language: string | null;
780
780
  html_url: string;
781
781
  node_id: string;
782
782
  fork: boolean;
@@ -792,10 +792,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
792
792
  description: string | null;
793
793
  name: string;
794
794
  id: number;
795
- private: boolean;
796
- full_name: string;
797
- language: string | null;
798
795
  size: number;
796
+ private: boolean;
799
797
  created_at: string;
800
798
  owner: {
801
799
  id: number;
@@ -803,6 +801,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
803
801
  login: string;
804
802
  avatar_url: string;
805
803
  };
804
+ full_name: string;
805
+ language: string | null;
806
806
  html_url: string;
807
807
  node_id: string;
808
808
  fork: boolean;
@@ -816,17 +816,15 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
816
816
  visibility?: string | undefined;
817
817
  }>, "many">>;
818
818
  }, "strip", z.ZodTypeAny, {
819
- success: boolean;
820
819
  error: string;
820
+ success: boolean;
821
821
  operation: "list_repositories";
822
822
  repositories?: {
823
823
  description: string | null;
824
824
  name: string;
825
825
  id: number;
826
- private: boolean;
827
- full_name: string;
828
- language: string | null;
829
826
  size: number;
827
+ private: boolean;
830
828
  created_at: string;
831
829
  owner: {
832
830
  id: number;
@@ -834,6 +832,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
834
832
  login: string;
835
833
  avatar_url: string;
836
834
  };
835
+ full_name: string;
836
+ language: string | null;
837
837
  html_url: string;
838
838
  node_id: string;
839
839
  fork: boolean;
@@ -847,17 +847,15 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
847
847
  visibility?: string | undefined;
848
848
  }[] | undefined;
849
849
  }, {
850
- success: boolean;
851
850
  error: string;
851
+ success: boolean;
852
852
  operation: "list_repositories";
853
853
  repositories?: {
854
854
  description: string | null;
855
855
  name: string;
856
856
  id: number;
857
- private: boolean;
858
- full_name: string;
859
- language: string | null;
860
857
  size: number;
858
+ private: boolean;
861
859
  created_at: string;
862
860
  owner: {
863
861
  id: number;
@@ -865,6 +863,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
865
863
  login: string;
866
864
  avatar_url: string;
867
865
  };
866
+ full_name: string;
867
+ language: string | null;
868
868
  html_url: string;
869
869
  node_id: string;
870
870
  fork: boolean;
@@ -918,16 +918,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
918
918
  default_branch: z.ZodOptional<z.ZodString>;
919
919
  visibility: z.ZodOptional<z.ZodOptional<z.ZodString>>;
920
920
  }, "strip", z.ZodTypeAny, {
921
- success: boolean;
922
921
  error: string;
922
+ success: boolean;
923
923
  operation: "get_repository";
924
924
  description?: string | null | undefined;
925
925
  name?: string | undefined;
926
926
  id?: number | undefined;
927
- private?: boolean | undefined;
928
- full_name?: string | undefined;
929
- language?: string | null | undefined;
930
927
  size?: number | undefined;
928
+ private?: boolean | undefined;
931
929
  created_at?: string | undefined;
932
930
  owner?: {
933
931
  id: number;
@@ -935,6 +933,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
935
933
  login: string;
936
934
  avatar_url: string;
937
935
  } | undefined;
936
+ full_name?: string | undefined;
937
+ language?: string | null | undefined;
938
938
  html_url?: string | undefined;
939
939
  node_id?: string | undefined;
940
940
  fork?: boolean | undefined;
@@ -947,16 +947,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
947
947
  default_branch?: string | undefined;
948
948
  visibility?: string | undefined;
949
949
  }, {
950
- success: boolean;
951
950
  error: string;
951
+ success: boolean;
952
952
  operation: "get_repository";
953
953
  description?: string | null | undefined;
954
954
  name?: string | undefined;
955
955
  id?: number | undefined;
956
- private?: boolean | undefined;
957
- full_name?: string | undefined;
958
- language?: string | null | undefined;
959
956
  size?: number | undefined;
957
+ private?: boolean | undefined;
960
958
  created_at?: string | undefined;
961
959
  owner?: {
962
960
  id: number;
@@ -964,6 +962,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
964
962
  login: string;
965
963
  avatar_url: string;
966
964
  } | undefined;
965
+ full_name?: string | undefined;
966
+ language?: string | null | undefined;
967
967
  html_url?: string | undefined;
968
968
  node_id?: string | undefined;
969
969
  fork?: boolean | undefined;
@@ -997,8 +997,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
997
997
  updated_at: z.ZodOptional<z.ZodString>;
998
998
  html_url: z.ZodOptional<z.ZodString>;
999
999
  }, "strip", z.ZodTypeAny, {
1000
- success: boolean;
1001
1000
  error: string;
1001
+ success: boolean;
1002
1002
  operation: "create_issue_comment";
1003
1003
  id?: number | undefined;
1004
1004
  user?: {
@@ -1011,8 +1011,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1011
1011
  node_id?: string | undefined;
1012
1012
  updated_at?: string | undefined;
1013
1013
  }, {
1014
- success: boolean;
1015
1014
  error: string;
1015
+ success: boolean;
1016
1016
  operation: "create_issue_comment";
1017
1017
  id?: number | undefined;
1018
1018
  user?: {
@@ -1070,8 +1070,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1070
1070
  number: number;
1071
1071
  title: string;
1072
1072
  id: number;
1073
- comments: number;
1074
- state: "open" | "closed";
1075
1073
  user: {
1076
1074
  id: number;
1077
1075
  login: string;
@@ -1084,6 +1082,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1084
1082
  id: number;
1085
1083
  color: string;
1086
1084
  }[];
1085
+ comments: number;
1086
+ state: "open" | "closed";
1087
1087
  html_url: string;
1088
1088
  node_id: string;
1089
1089
  updated_at: string;
@@ -1092,8 +1092,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1092
1092
  number: number;
1093
1093
  title: string;
1094
1094
  id: number;
1095
- comments: number;
1096
- state: "open" | "closed";
1097
1095
  user: {
1098
1096
  id: number;
1099
1097
  login: string;
@@ -1106,21 +1104,21 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1106
1104
  id: number;
1107
1105
  color: string;
1108
1106
  }[];
1107
+ comments: number;
1108
+ state: "open" | "closed";
1109
1109
  html_url: string;
1110
1110
  node_id: string;
1111
1111
  updated_at: string;
1112
1112
  closed_at: string | null;
1113
1113
  }>, "many">>;
1114
1114
  }, "strip", z.ZodTypeAny, {
1115
- success: boolean;
1116
1115
  error: string;
1116
+ success: boolean;
1117
1117
  operation: "list_issues";
1118
1118
  issues?: {
1119
1119
  number: number;
1120
1120
  title: string;
1121
1121
  id: number;
1122
- comments: number;
1123
- state: "open" | "closed";
1124
1122
  user: {
1125
1123
  id: number;
1126
1124
  login: string;
@@ -1133,21 +1131,21 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1133
1131
  id: number;
1134
1132
  color: string;
1135
1133
  }[];
1134
+ comments: number;
1135
+ state: "open" | "closed";
1136
1136
  html_url: string;
1137
1137
  node_id: string;
1138
1138
  updated_at: string;
1139
1139
  closed_at: string | null;
1140
1140
  }[] | undefined;
1141
1141
  }, {
1142
- success: boolean;
1143
1142
  error: string;
1143
+ success: boolean;
1144
1144
  operation: "list_issues";
1145
1145
  issues?: {
1146
1146
  number: number;
1147
1147
  title: string;
1148
1148
  id: number;
1149
- comments: number;
1150
- state: "open" | "closed";
1151
1149
  user: {
1152
1150
  id: number;
1153
1151
  login: string;
@@ -1160,6 +1158,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1160
1158
  id: number;
1161
1159
  color: string;
1162
1160
  }[];
1161
+ comments: number;
1162
+ state: "open" | "closed";
1163
1163
  html_url: string;
1164
1164
  node_id: string;
1165
1165
  updated_at: string;
@@ -1260,10 +1260,10 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1260
1260
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1261
1261
  }, "strip", z.ZodTypeAny, {
1262
1262
  sort: "created" | "updated" | "popularity" | "long-running";
1263
- page: number;
1264
- state: "all" | "open" | "closed";
1265
1263
  operation: "list_pull_requests";
1266
1264
  owner: string;
1265
+ page: number;
1266
+ state: "all" | "open" | "closed";
1267
1267
  repo: string;
1268
1268
  direction: "asc" | "desc";
1269
1269
  per_page: number;
@@ -1326,19 +1326,19 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1326
1326
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1327
1327
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1328
1328
  }, "strip", z.ZodTypeAny, {
1329
- sort: "full_name" | "created" | "updated" | "pushed";
1330
- page: number;
1329
+ sort: "created" | "updated" | "full_name" | "pushed";
1331
1330
  operation: "list_repositories";
1332
- visibility: "private" | "public" | "all";
1331
+ page: number;
1332
+ visibility: "public" | "private" | "all";
1333
1333
  direction: "asc" | "desc";
1334
1334
  per_page: number;
1335
1335
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1336
1336
  }, {
1337
1337
  operation: "list_repositories";
1338
- sort?: "full_name" | "created" | "updated" | "pushed" | undefined;
1338
+ sort?: "created" | "updated" | "full_name" | "pushed" | undefined;
1339
1339
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1340
1340
  page?: number | undefined;
1341
- visibility?: "private" | "public" | "all" | undefined;
1341
+ visibility?: "public" | "private" | "all" | undefined;
1342
1342
  direction?: "asc" | "desc" | undefined;
1343
1343
  per_page?: number | undefined;
1344
1344
  }>, z.ZodObject<{
@@ -1389,11 +1389,11 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1389
1389
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1390
1390
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1391
1391
  }, "strip", z.ZodTypeAny, {
1392
- sort: "comments" | "created" | "updated";
1393
- page: number;
1394
- state: "all" | "open" | "closed";
1392
+ sort: "created" | "updated" | "comments";
1395
1393
  operation: "list_issues";
1396
1394
  owner: string;
1395
+ page: number;
1396
+ state: "all" | "open" | "closed";
1397
1397
  repo: string;
1398
1398
  direction: "asc" | "desc";
1399
1399
  per_page: number;
@@ -1403,11 +1403,11 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1403
1403
  operation: "list_issues";
1404
1404
  owner: string;
1405
1405
  repo: string;
1406
- sort?: "comments" | "created" | "updated" | undefined;
1406
+ sort?: "created" | "updated" | "comments" | undefined;
1407
1407
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1408
+ labels?: string | undefined;
1408
1409
  page?: number | undefined;
1409
1410
  state?: "all" | "open" | "closed" | undefined;
1410
- labels?: string | undefined;
1411
1411
  direction?: "asc" | "desc" | undefined;
1412
1412
  per_page?: number | undefined;
1413
1413
  }>]>;
@@ -1428,14 +1428,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1428
1428
  content: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1429
1429
  encoding: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1430
1430
  }, "strip", z.ZodTypeAny, {
1431
- success: boolean;
1432
1431
  error: string;
1432
+ success: boolean;
1433
1433
  operation: "get_file";
1434
- url?: string | undefined;
1435
1434
  path?: string | undefined;
1436
1435
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
1437
1436
  name?: string | undefined;
1438
1437
  content?: string | undefined;
1438
+ url?: string | undefined;
1439
1439
  size?: number | undefined;
1440
1440
  sha?: string | undefined;
1441
1441
  html_url?: string | undefined;
@@ -1443,14 +1443,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1443
1443
  download_url?: string | null | undefined;
1444
1444
  encoding?: string | undefined;
1445
1445
  }, {
1446
- success: boolean;
1447
1446
  error: string;
1447
+ success: boolean;
1448
1448
  operation: "get_file";
1449
- url?: string | undefined;
1450
1449
  path?: string | undefined;
1451
1450
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
1452
1451
  name?: string | undefined;
1453
1452
  content?: string | undefined;
1453
+ url?: string | undefined;
1454
1454
  size?: number | undefined;
1455
1455
  sha?: string | undefined;
1456
1456
  html_url?: string | undefined;
@@ -1474,10 +1474,10 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1474
1474
  content: z.ZodOptional<z.ZodString>;
1475
1475
  encoding: z.ZodOptional<z.ZodString>;
1476
1476
  }, "strip", z.ZodTypeAny, {
1477
- url: string;
1478
1477
  path: string;
1479
1478
  type: "file" | "dir" | "symlink" | "submodule";
1480
1479
  name: string;
1480
+ url: string;
1481
1481
  size: number;
1482
1482
  sha: string;
1483
1483
  html_url: string;
@@ -1486,10 +1486,10 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1486
1486
  content?: string | undefined;
1487
1487
  encoding?: string | undefined;
1488
1488
  }, {
1489
- url: string;
1490
1489
  path: string;
1491
1490
  type: "file" | "dir" | "symlink" | "submodule";
1492
1491
  name: string;
1492
+ url: string;
1493
1493
  size: number;
1494
1494
  sha: string;
1495
1495
  html_url: string;
@@ -1499,14 +1499,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1499
1499
  encoding?: string | undefined;
1500
1500
  }>, "many">>;
1501
1501
  }, "strip", z.ZodTypeAny, {
1502
- success: boolean;
1503
1502
  error: string;
1503
+ success: boolean;
1504
1504
  operation: "get_directory";
1505
1505
  contents?: {
1506
- url: string;
1507
1506
  path: string;
1508
1507
  type: "file" | "dir" | "symlink" | "submodule";
1509
1508
  name: string;
1509
+ url: string;
1510
1510
  size: number;
1511
1511
  sha: string;
1512
1512
  html_url: string;
@@ -1516,14 +1516,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1516
1516
  encoding?: string | undefined;
1517
1517
  }[] | undefined;
1518
1518
  }, {
1519
- success: boolean;
1520
1519
  error: string;
1520
+ success: boolean;
1521
1521
  operation: "get_directory";
1522
1522
  contents?: {
1523
- url: string;
1524
1523
  path: string;
1525
1524
  type: "file" | "dir" | "symlink" | "submodule";
1526
1525
  name: string;
1526
+ url: string;
1527
1527
  size: number;
1528
1528
  sha: string;
1529
1529
  html_url: string;
@@ -1595,7 +1595,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1595
1595
  number: number;
1596
1596
  title: string;
1597
1597
  id: number;
1598
- state: "open" | "closed";
1599
1598
  user: {
1600
1599
  id: number;
1601
1600
  login: string;
@@ -1604,6 +1603,7 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1604
1603
  body: string | null;
1605
1604
  created_at: string;
1606
1605
  draft: boolean;
1606
+ state: "open" | "closed";
1607
1607
  html_url: string;
1608
1608
  node_id: string;
1609
1609
  updated_at: string;
@@ -1630,7 +1630,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1630
1630
  number: number;
1631
1631
  title: string;
1632
1632
  id: number;
1633
- state: "open" | "closed";
1634
1633
  user: {
1635
1634
  id: number;
1636
1635
  login: string;
@@ -1639,6 +1638,7 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1639
1638
  body: string | null;
1640
1639
  created_at: string;
1641
1640
  draft: boolean;
1641
+ state: "open" | "closed";
1642
1642
  html_url: string;
1643
1643
  node_id: string;
1644
1644
  updated_at: string;
@@ -1663,14 +1663,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1663
1663
  changed_files?: number | undefined;
1664
1664
  }>, "many">>;
1665
1665
  }, "strip", z.ZodTypeAny, {
1666
- success: boolean;
1667
1666
  error: string;
1667
+ success: boolean;
1668
1668
  operation: "list_pull_requests";
1669
1669
  pull_requests?: {
1670
1670
  number: number;
1671
1671
  title: string;
1672
1672
  id: number;
1673
- state: "open" | "closed";
1674
1673
  user: {
1675
1674
  id: number;
1676
1675
  login: string;
@@ -1679,6 +1678,7 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1679
1678
  body: string | null;
1680
1679
  created_at: string;
1681
1680
  draft: boolean;
1681
+ state: "open" | "closed";
1682
1682
  html_url: string;
1683
1683
  node_id: string;
1684
1684
  updated_at: string;
@@ -1703,14 +1703,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1703
1703
  changed_files?: number | undefined;
1704
1704
  }[] | undefined;
1705
1705
  }, {
1706
- success: boolean;
1707
1706
  error: string;
1707
+ success: boolean;
1708
1708
  operation: "list_pull_requests";
1709
1709
  pull_requests?: {
1710
1710
  number: number;
1711
1711
  title: string;
1712
1712
  id: number;
1713
- state: "open" | "closed";
1714
1713
  user: {
1715
1714
  id: number;
1716
1715
  login: string;
@@ -1719,6 +1718,7 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1719
1718
  body: string | null;
1720
1719
  created_at: string;
1721
1720
  draft: boolean;
1721
+ state: "open" | "closed";
1722
1722
  html_url: string;
1723
1723
  node_id: string;
1724
1724
  updated_at: string;
@@ -1802,14 +1802,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1802
1802
  deletions: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1803
1803
  changed_files: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1804
1804
  }, "strip", z.ZodTypeAny, {
1805
- success: boolean;
1806
1805
  error: string;
1806
+ success: boolean;
1807
1807
  operation: "get_pull_request";
1808
1808
  number?: number | undefined;
1809
1809
  title?: string | undefined;
1810
1810
  id?: number | undefined;
1811
- comments?: number | undefined;
1812
- state?: "open" | "closed" | undefined;
1813
1811
  user?: {
1814
1812
  id: number;
1815
1813
  login: string;
@@ -1818,6 +1816,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1818
1816
  body?: string | null | undefined;
1819
1817
  created_at?: string | undefined;
1820
1818
  draft?: boolean | undefined;
1819
+ comments?: number | undefined;
1820
+ state?: "open" | "closed" | undefined;
1821
1821
  html_url?: string | undefined;
1822
1822
  node_id?: string | undefined;
1823
1823
  updated_at?: string | undefined;
@@ -1840,14 +1840,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1840
1840
  deletions?: number | undefined;
1841
1841
  changed_files?: number | undefined;
1842
1842
  }, {
1843
- success: boolean;
1844
1843
  error: string;
1844
+ success: boolean;
1845
1845
  operation: "get_pull_request";
1846
1846
  number?: number | undefined;
1847
1847
  title?: string | undefined;
1848
1848
  id?: number | undefined;
1849
- comments?: number | undefined;
1850
- state?: "open" | "closed" | undefined;
1851
1849
  user?: {
1852
1850
  id: number;
1853
1851
  login: string;
@@ -1856,6 +1854,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1856
1854
  body?: string | null | undefined;
1857
1855
  created_at?: string | undefined;
1858
1856
  draft?: boolean | undefined;
1857
+ comments?: number | undefined;
1858
+ state?: "open" | "closed" | undefined;
1859
1859
  html_url?: string | undefined;
1860
1860
  node_id?: string | undefined;
1861
1861
  updated_at?: string | undefined;
@@ -1899,8 +1899,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1899
1899
  updated_at: z.ZodOptional<z.ZodString>;
1900
1900
  html_url: z.ZodOptional<z.ZodString>;
1901
1901
  }, "strip", z.ZodTypeAny, {
1902
- success: boolean;
1903
1902
  error: string;
1903
+ success: boolean;
1904
1904
  operation: "create_pr_comment";
1905
1905
  id?: number | undefined;
1906
1906
  user?: {
@@ -1913,8 +1913,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1913
1913
  node_id?: string | undefined;
1914
1914
  updated_at?: string | undefined;
1915
1915
  }, {
1916
- success: boolean;
1917
1916
  error: string;
1917
+ success: boolean;
1918
1918
  operation: "create_pr_comment";
1919
1919
  id?: number | undefined;
1920
1920
  user?: {
@@ -1970,10 +1970,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1970
1970
  description: string | null;
1971
1971
  name: string;
1972
1972
  id: number;
1973
- private: boolean;
1974
- full_name: string;
1975
- language: string | null;
1976
1973
  size: number;
1974
+ private: boolean;
1977
1975
  created_at: string;
1978
1976
  owner: {
1979
1977
  id: number;
@@ -1981,6 +1979,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1981
1979
  login: string;
1982
1980
  avatar_url: string;
1983
1981
  };
1982
+ full_name: string;
1983
+ language: string | null;
1984
1984
  html_url: string;
1985
1985
  node_id: string;
1986
1986
  fork: boolean;
@@ -1996,10 +1996,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1996
1996
  description: string | null;
1997
1997
  name: string;
1998
1998
  id: number;
1999
- private: boolean;
2000
- full_name: string;
2001
- language: string | null;
2002
1999
  size: number;
2000
+ private: boolean;
2003
2001
  created_at: string;
2004
2002
  owner: {
2005
2003
  id: number;
@@ -2007,6 +2005,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2007
2005
  login: string;
2008
2006
  avatar_url: string;
2009
2007
  };
2008
+ full_name: string;
2009
+ language: string | null;
2010
2010
  html_url: string;
2011
2011
  node_id: string;
2012
2012
  fork: boolean;
@@ -2020,17 +2020,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2020
2020
  visibility?: string | undefined;
2021
2021
  }>, "many">>;
2022
2022
  }, "strip", z.ZodTypeAny, {
2023
- success: boolean;
2024
2023
  error: string;
2024
+ success: boolean;
2025
2025
  operation: "list_repositories";
2026
2026
  repositories?: {
2027
2027
  description: string | null;
2028
2028
  name: string;
2029
2029
  id: number;
2030
- private: boolean;
2031
- full_name: string;
2032
- language: string | null;
2033
2030
  size: number;
2031
+ private: boolean;
2034
2032
  created_at: string;
2035
2033
  owner: {
2036
2034
  id: number;
@@ -2038,6 +2036,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2038
2036
  login: string;
2039
2037
  avatar_url: string;
2040
2038
  };
2039
+ full_name: string;
2040
+ language: string | null;
2041
2041
  html_url: string;
2042
2042
  node_id: string;
2043
2043
  fork: boolean;
@@ -2051,17 +2051,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2051
2051
  visibility?: string | undefined;
2052
2052
  }[] | undefined;
2053
2053
  }, {
2054
- success: boolean;
2055
2054
  error: string;
2055
+ success: boolean;
2056
2056
  operation: "list_repositories";
2057
2057
  repositories?: {
2058
2058
  description: string | null;
2059
2059
  name: string;
2060
2060
  id: number;
2061
- private: boolean;
2062
- full_name: string;
2063
- language: string | null;
2064
2061
  size: number;
2062
+ private: boolean;
2065
2063
  created_at: string;
2066
2064
  owner: {
2067
2065
  id: number;
@@ -2069,6 +2067,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2069
2067
  login: string;
2070
2068
  avatar_url: string;
2071
2069
  };
2070
+ full_name: string;
2071
+ language: string | null;
2072
2072
  html_url: string;
2073
2073
  node_id: string;
2074
2074
  fork: boolean;
@@ -2122,16 +2122,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2122
2122
  default_branch: z.ZodOptional<z.ZodString>;
2123
2123
  visibility: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2124
2124
  }, "strip", z.ZodTypeAny, {
2125
- success: boolean;
2126
2125
  error: string;
2126
+ success: boolean;
2127
2127
  operation: "get_repository";
2128
2128
  description?: string | null | undefined;
2129
2129
  name?: string | undefined;
2130
2130
  id?: number | undefined;
2131
- private?: boolean | undefined;
2132
- full_name?: string | undefined;
2133
- language?: string | null | undefined;
2134
2131
  size?: number | undefined;
2132
+ private?: boolean | undefined;
2135
2133
  created_at?: string | undefined;
2136
2134
  owner?: {
2137
2135
  id: number;
@@ -2139,6 +2137,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2139
2137
  login: string;
2140
2138
  avatar_url: string;
2141
2139
  } | undefined;
2140
+ full_name?: string | undefined;
2141
+ language?: string | null | undefined;
2142
2142
  html_url?: string | undefined;
2143
2143
  node_id?: string | undefined;
2144
2144
  fork?: boolean | undefined;
@@ -2151,16 +2151,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2151
2151
  default_branch?: string | undefined;
2152
2152
  visibility?: string | undefined;
2153
2153
  }, {
2154
- success: boolean;
2155
2154
  error: string;
2155
+ success: boolean;
2156
2156
  operation: "get_repository";
2157
2157
  description?: string | null | undefined;
2158
2158
  name?: string | undefined;
2159
2159
  id?: number | undefined;
2160
- private?: boolean | undefined;
2161
- full_name?: string | undefined;
2162
- language?: string | null | undefined;
2163
2160
  size?: number | undefined;
2161
+ private?: boolean | undefined;
2164
2162
  created_at?: string | undefined;
2165
2163
  owner?: {
2166
2164
  id: number;
@@ -2168,6 +2166,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2168
2166
  login: string;
2169
2167
  avatar_url: string;
2170
2168
  } | undefined;
2169
+ full_name?: string | undefined;
2170
+ language?: string | null | undefined;
2171
2171
  html_url?: string | undefined;
2172
2172
  node_id?: string | undefined;
2173
2173
  fork?: boolean | undefined;
@@ -2201,8 +2201,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2201
2201
  updated_at: z.ZodOptional<z.ZodString>;
2202
2202
  html_url: z.ZodOptional<z.ZodString>;
2203
2203
  }, "strip", z.ZodTypeAny, {
2204
- success: boolean;
2205
2204
  error: string;
2205
+ success: boolean;
2206
2206
  operation: "create_issue_comment";
2207
2207
  id?: number | undefined;
2208
2208
  user?: {
@@ -2215,8 +2215,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2215
2215
  node_id?: string | undefined;
2216
2216
  updated_at?: string | undefined;
2217
2217
  }, {
2218
- success: boolean;
2219
2218
  error: string;
2219
+ success: boolean;
2220
2220
  operation: "create_issue_comment";
2221
2221
  id?: number | undefined;
2222
2222
  user?: {
@@ -2274,8 +2274,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2274
2274
  number: number;
2275
2275
  title: string;
2276
2276
  id: number;
2277
- comments: number;
2278
- state: "open" | "closed";
2279
2277
  user: {
2280
2278
  id: number;
2281
2279
  login: string;
@@ -2288,6 +2286,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2288
2286
  id: number;
2289
2287
  color: string;
2290
2288
  }[];
2289
+ comments: number;
2290
+ state: "open" | "closed";
2291
2291
  html_url: string;
2292
2292
  node_id: string;
2293
2293
  updated_at: string;
@@ -2296,8 +2296,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2296
2296
  number: number;
2297
2297
  title: string;
2298
2298
  id: number;
2299
- comments: number;
2300
- state: "open" | "closed";
2301
2299
  user: {
2302
2300
  id: number;
2303
2301
  login: string;
@@ -2310,21 +2308,21 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2310
2308
  id: number;
2311
2309
  color: string;
2312
2310
  }[];
2311
+ comments: number;
2312
+ state: "open" | "closed";
2313
2313
  html_url: string;
2314
2314
  node_id: string;
2315
2315
  updated_at: string;
2316
2316
  closed_at: string | null;
2317
2317
  }>, "many">>;
2318
2318
  }, "strip", z.ZodTypeAny, {
2319
- success: boolean;
2320
2319
  error: string;
2320
+ success: boolean;
2321
2321
  operation: "list_issues";
2322
2322
  issues?: {
2323
2323
  number: number;
2324
2324
  title: string;
2325
2325
  id: number;
2326
- comments: number;
2327
- state: "open" | "closed";
2328
2326
  user: {
2329
2327
  id: number;
2330
2328
  login: string;
@@ -2337,21 +2335,21 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2337
2335
  id: number;
2338
2336
  color: string;
2339
2337
  }[];
2338
+ comments: number;
2339
+ state: "open" | "closed";
2340
2340
  html_url: string;
2341
2341
  node_id: string;
2342
2342
  updated_at: string;
2343
2343
  closed_at: string | null;
2344
2344
  }[] | undefined;
2345
2345
  }, {
2346
- success: boolean;
2347
2346
  error: string;
2347
+ success: boolean;
2348
2348
  operation: "list_issues";
2349
2349
  issues?: {
2350
2350
  number: number;
2351
2351
  title: string;
2352
2352
  id: number;
2353
- comments: number;
2354
- state: "open" | "closed";
2355
2353
  user: {
2356
2354
  id: number;
2357
2355
  login: string;
@@ -2364,6 +2362,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2364
2362
  id: number;
2365
2363
  color: string;
2366
2364
  }[];
2365
+ comments: number;
2366
+ state: "open" | "closed";
2367
2367
  html_url: string;
2368
2368
  node_id: string;
2369
2369
  updated_at: string;