@bubblelab/bubble-core 0.1.193 → 0.1.194

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 (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  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/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -125,18 +125,18 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
125
125
  sort: "created" | "updated" | "full_name" | "pushed";
126
126
  operation: "list_repositories";
127
127
  page: number;
128
+ visibility: "public" | "private" | "all";
128
129
  direction: "asc" | "desc";
129
130
  per_page: number;
130
- visibility: "public" | "private" | "all";
131
131
  credentials?: Partial<Record<CredentialType, string>> | undefined;
132
132
  }, {
133
133
  operation: "list_repositories";
134
134
  sort?: "created" | "updated" | "full_name" | "pushed" | undefined;
135
135
  credentials?: Partial<Record<CredentialType, string>> | undefined;
136
136
  page?: number | undefined;
137
+ visibility?: "public" | "private" | "all" | undefined;
137
138
  direction?: "asc" | "desc" | undefined;
138
139
  per_page?: number | undefined;
139
- visibility?: "public" | "private" | "all" | undefined;
140
140
  }>, z.ZodObject<{
141
141
  operation: z.ZodLiteral<"get_repository">;
142
142
  owner: z.ZodString;
@@ -188,8 +188,8 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
188
188
  owner: string;
189
189
  repo: string;
190
190
  credentials?: Partial<Record<CredentialType, string>> | undefined;
191
- body?: string | undefined;
192
191
  labels?: string[] | undefined;
192
+ body?: string | undefined;
193
193
  assignees?: string[] | undefined;
194
194
  }, {
195
195
  title: string;
@@ -197,8 +197,8 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
197
197
  owner: string;
198
198
  repo: string;
199
199
  credentials?: Partial<Record<CredentialType, string>> | undefined;
200
- body?: string | undefined;
201
200
  labels?: string[] | undefined;
201
+ body?: string | undefined;
202
202
  assignees?: string[] | undefined;
203
203
  }>, z.ZodObject<{
204
204
  operation: z.ZodLiteral<"list_issues">;
@@ -251,8 +251,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
251
251
  content: z.ZodOptional<z.ZodOptional<z.ZodString>>;
252
252
  encoding: z.ZodOptional<z.ZodOptional<z.ZodString>>;
253
253
  }, "strip", z.ZodTypeAny, {
254
- error: string;
255
254
  success: boolean;
255
+ error: string;
256
256
  operation: "get_file";
257
257
  path?: string | undefined;
258
258
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
@@ -266,8 +266,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
266
266
  download_url?: string | null | undefined;
267
267
  encoding?: string | undefined;
268
268
  }, {
269
- error: string;
270
269
  success: boolean;
270
+ error: string;
271
271
  operation: "get_file";
272
272
  path?: string | undefined;
273
273
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
@@ -322,8 +322,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
322
322
  encoding?: string | undefined;
323
323
  }>, "many">>;
324
324
  }, "strip", z.ZodTypeAny, {
325
- error: string;
326
325
  success: boolean;
326
+ error: string;
327
327
  operation: "get_directory";
328
328
  contents?: {
329
329
  path: string;
@@ -339,8 +339,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
339
339
  encoding?: string | undefined;
340
340
  }[] | undefined;
341
341
  }, {
342
- error: string;
343
342
  success: boolean;
343
+ error: string;
344
344
  operation: "get_directory";
345
345
  contents?: {
346
346
  path: string;
@@ -389,21 +389,21 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
389
389
  ref: z.ZodString;
390
390
  sha: z.ZodString;
391
391
  }, "strip", z.ZodTypeAny, {
392
- ref: string;
393
392
  sha: string;
394
- }, {
395
393
  ref: string;
394
+ }, {
396
395
  sha: string;
396
+ ref: string;
397
397
  }>;
398
398
  base: z.ZodObject<{
399
399
  ref: z.ZodString;
400
400
  sha: z.ZodString;
401
401
  }, "strip", z.ZodTypeAny, {
402
- ref: string;
403
402
  sha: string;
404
- }, {
405
403
  ref: string;
404
+ }, {
406
405
  sha: string;
406
+ ref: string;
407
407
  }>;
408
408
  merged: z.ZodOptional<z.ZodBoolean>;
409
409
  mergeable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -417,6 +417,10 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
417
417
  }, "strip", z.ZodTypeAny, {
418
418
  number: number;
419
419
  title: string;
420
+ base: {
421
+ sha: string;
422
+ ref: string;
423
+ };
420
424
  id: number;
421
425
  user: {
422
426
  id: number;
@@ -433,12 +437,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
433
437
  closed_at: string | null;
434
438
  merged_at: string | null;
435
439
  head: {
436
- ref: string;
437
440
  sha: string;
438
- };
439
- base: {
440
441
  ref: string;
441
- sha: string;
442
442
  };
443
443
  comments?: number | undefined;
444
444
  merged?: boolean | undefined;
@@ -452,6 +452,10 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
452
452
  }, {
453
453
  number: number;
454
454
  title: string;
455
+ base: {
456
+ sha: string;
457
+ ref: string;
458
+ };
455
459
  id: number;
456
460
  user: {
457
461
  id: number;
@@ -468,12 +472,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
468
472
  closed_at: string | null;
469
473
  merged_at: string | null;
470
474
  head: {
471
- ref: string;
472
475
  sha: string;
473
- };
474
- base: {
475
476
  ref: string;
476
- sha: string;
477
477
  };
478
478
  comments?: number | undefined;
479
479
  merged?: boolean | undefined;
@@ -486,12 +486,16 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
486
486
  changed_files?: number | undefined;
487
487
  }>, "many">>;
488
488
  }, "strip", z.ZodTypeAny, {
489
- error: string;
490
489
  success: boolean;
490
+ error: string;
491
491
  operation: "list_pull_requests";
492
492
  pull_requests?: {
493
493
  number: number;
494
494
  title: string;
495
+ base: {
496
+ sha: string;
497
+ ref: string;
498
+ };
495
499
  id: number;
496
500
  user: {
497
501
  id: number;
@@ -508,12 +512,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
508
512
  closed_at: string | null;
509
513
  merged_at: string | null;
510
514
  head: {
511
- ref: string;
512
515
  sha: string;
513
- };
514
- base: {
515
516
  ref: string;
516
- sha: string;
517
517
  };
518
518
  comments?: number | undefined;
519
519
  merged?: boolean | undefined;
@@ -526,12 +526,16 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
526
526
  changed_files?: number | undefined;
527
527
  }[] | undefined;
528
528
  }, {
529
- error: string;
530
529
  success: boolean;
530
+ error: string;
531
531
  operation: "list_pull_requests";
532
532
  pull_requests?: {
533
533
  number: number;
534
534
  title: string;
535
+ base: {
536
+ sha: string;
537
+ ref: string;
538
+ };
535
539
  id: number;
536
540
  user: {
537
541
  id: number;
@@ -548,12 +552,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
548
552
  closed_at: string | null;
549
553
  merged_at: string | null;
550
554
  head: {
551
- ref: string;
552
555
  sha: string;
553
- };
554
- base: {
555
556
  ref: string;
556
- sha: string;
557
557
  };
558
558
  comments?: number | undefined;
559
559
  merged?: boolean | undefined;
@@ -599,21 +599,21 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
599
599
  ref: z.ZodString;
600
600
  sha: z.ZodString;
601
601
  }, "strip", z.ZodTypeAny, {
602
- ref: string;
603
602
  sha: string;
604
- }, {
605
603
  ref: string;
604
+ }, {
606
605
  sha: string;
606
+ ref: string;
607
607
  }>>;
608
608
  base: z.ZodOptional<z.ZodObject<{
609
609
  ref: z.ZodString;
610
610
  sha: z.ZodString;
611
611
  }, "strip", z.ZodTypeAny, {
612
- ref: string;
613
612
  sha: string;
614
- }, {
615
613
  ref: string;
614
+ }, {
616
615
  sha: string;
616
+ ref: string;
617
617
  }>>;
618
618
  merged: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
619
619
  mergeable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
@@ -625,11 +625,15 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
625
625
  deletions: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
626
626
  changed_files: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
627
627
  }, "strip", z.ZodTypeAny, {
628
- error: string;
629
628
  success: boolean;
629
+ error: string;
630
630
  operation: "get_pull_request";
631
631
  number?: number | undefined;
632
632
  title?: string | undefined;
633
+ base?: {
634
+ sha: string;
635
+ ref: string;
636
+ } | undefined;
633
637
  id?: number | undefined;
634
638
  user?: {
635
639
  id: number;
@@ -647,12 +651,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
647
651
  closed_at?: string | null | undefined;
648
652
  merged_at?: string | null | undefined;
649
653
  head?: {
650
- ref: string;
651
654
  sha: string;
652
- } | undefined;
653
- base?: {
654
655
  ref: string;
655
- sha: string;
656
656
  } | undefined;
657
657
  merged?: boolean | undefined;
658
658
  mergeable?: boolean | null | undefined;
@@ -663,11 +663,15 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
663
663
  deletions?: number | undefined;
664
664
  changed_files?: number | undefined;
665
665
  }, {
666
- error: string;
667
666
  success: boolean;
667
+ error: string;
668
668
  operation: "get_pull_request";
669
669
  number?: number | undefined;
670
670
  title?: string | undefined;
671
+ base?: {
672
+ sha: string;
673
+ ref: string;
674
+ } | undefined;
671
675
  id?: number | undefined;
672
676
  user?: {
673
677
  id: number;
@@ -685,12 +689,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
685
689
  closed_at?: string | null | undefined;
686
690
  merged_at?: string | null | undefined;
687
691
  head?: {
688
- ref: string;
689
692
  sha: string;
690
- } | undefined;
691
- base?: {
692
693
  ref: string;
693
- sha: string;
694
694
  } | undefined;
695
695
  merged?: boolean | undefined;
696
696
  mergeable?: boolean | null | undefined;
@@ -722,8 +722,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
722
722
  updated_at: z.ZodOptional<z.ZodString>;
723
723
  html_url: z.ZodOptional<z.ZodString>;
724
724
  }, "strip", z.ZodTypeAny, {
725
- error: string;
726
725
  success: boolean;
726
+ error: string;
727
727
  operation: "create_pr_comment";
728
728
  id?: number | undefined;
729
729
  user?: {
@@ -736,8 +736,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
736
736
  node_id?: string | undefined;
737
737
  updated_at?: string | undefined;
738
738
  }, {
739
- error: string;
740
739
  success: boolean;
740
+ error: string;
741
741
  operation: "create_pr_comment";
742
742
  id?: number | undefined;
743
743
  user?: {
@@ -792,8 +792,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
792
792
  }, "strip", z.ZodTypeAny, {
793
793
  description: string | null;
794
794
  name: string;
795
- id: number;
796
795
  size: number;
796
+ id: number;
797
797
  private: boolean;
798
798
  created_at: string;
799
799
  owner: {
@@ -806,8 +806,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
806
806
  language: string | null;
807
807
  html_url: string;
808
808
  node_id: string;
809
- updated_at: string;
810
809
  fork: boolean;
810
+ updated_at: string;
811
811
  pushed_at: string;
812
812
  stargazers_count: number;
813
813
  watchers_count: number;
@@ -818,8 +818,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
818
818
  }, {
819
819
  description: string | null;
820
820
  name: string;
821
- id: number;
822
821
  size: number;
822
+ id: number;
823
823
  private: boolean;
824
824
  created_at: string;
825
825
  owner: {
@@ -832,8 +832,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
832
832
  language: string | null;
833
833
  html_url: string;
834
834
  node_id: string;
835
- updated_at: string;
836
835
  fork: boolean;
836
+ updated_at: string;
837
837
  pushed_at: string;
838
838
  stargazers_count: number;
839
839
  watchers_count: number;
@@ -843,14 +843,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
843
843
  visibility?: string | undefined;
844
844
  }>, "many">>;
845
845
  }, "strip", z.ZodTypeAny, {
846
- error: string;
847
846
  success: boolean;
847
+ error: string;
848
848
  operation: "list_repositories";
849
849
  repositories?: {
850
850
  description: string | null;
851
851
  name: string;
852
- id: number;
853
852
  size: number;
853
+ id: number;
854
854
  private: boolean;
855
855
  created_at: string;
856
856
  owner: {
@@ -863,8 +863,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
863
863
  language: string | null;
864
864
  html_url: string;
865
865
  node_id: string;
866
- updated_at: string;
867
866
  fork: boolean;
867
+ updated_at: string;
868
868
  pushed_at: string;
869
869
  stargazers_count: number;
870
870
  watchers_count: number;
@@ -874,14 +874,14 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
874
874
  visibility?: string | undefined;
875
875
  }[] | undefined;
876
876
  }, {
877
- error: string;
878
877
  success: boolean;
878
+ error: string;
879
879
  operation: "list_repositories";
880
880
  repositories?: {
881
881
  description: string | null;
882
882
  name: string;
883
- id: number;
884
883
  size: number;
884
+ id: number;
885
885
  private: boolean;
886
886
  created_at: string;
887
887
  owner: {
@@ -894,8 +894,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
894
894
  language: string | null;
895
895
  html_url: string;
896
896
  node_id: string;
897
- updated_at: string;
898
897
  fork: boolean;
898
+ updated_at: string;
899
899
  pushed_at: string;
900
900
  stargazers_count: number;
901
901
  watchers_count: number;
@@ -945,13 +945,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
945
945
  default_branch: z.ZodOptional<z.ZodString>;
946
946
  visibility: z.ZodOptional<z.ZodOptional<z.ZodString>>;
947
947
  }, "strip", z.ZodTypeAny, {
948
- error: string;
949
948
  success: boolean;
949
+ error: string;
950
950
  operation: "get_repository";
951
951
  description?: string | null | undefined;
952
952
  name?: string | undefined;
953
- id?: number | undefined;
954
953
  size?: number | undefined;
954
+ id?: number | undefined;
955
955
  private?: boolean | undefined;
956
956
  created_at?: string | undefined;
957
957
  owner?: {
@@ -962,25 +962,25 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
962
962
  } | undefined;
963
963
  full_name?: string | undefined;
964
964
  language?: string | null | undefined;
965
- visibility?: string | undefined;
966
965
  html_url?: string | undefined;
967
966
  node_id?: string | undefined;
968
- updated_at?: string | undefined;
969
967
  fork?: boolean | undefined;
968
+ updated_at?: string | undefined;
970
969
  pushed_at?: string | undefined;
971
970
  stargazers_count?: number | undefined;
972
971
  watchers_count?: number | undefined;
973
972
  forks_count?: number | undefined;
974
973
  open_issues_count?: number | undefined;
975
974
  default_branch?: string | undefined;
975
+ visibility?: string | undefined;
976
976
  }, {
977
- error: string;
978
977
  success: boolean;
978
+ error: string;
979
979
  operation: "get_repository";
980
980
  description?: string | null | undefined;
981
981
  name?: string | undefined;
982
- id?: number | undefined;
983
982
  size?: number | undefined;
983
+ id?: number | undefined;
984
984
  private?: boolean | undefined;
985
985
  created_at?: string | undefined;
986
986
  owner?: {
@@ -991,17 +991,17 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
991
991
  } | undefined;
992
992
  full_name?: string | undefined;
993
993
  language?: string | null | undefined;
994
- visibility?: string | undefined;
995
994
  html_url?: string | undefined;
996
995
  node_id?: string | undefined;
997
- updated_at?: string | undefined;
998
996
  fork?: boolean | undefined;
997
+ updated_at?: string | undefined;
999
998
  pushed_at?: string | undefined;
1000
999
  stargazers_count?: number | undefined;
1001
1000
  watchers_count?: number | undefined;
1002
1001
  forks_count?: number | undefined;
1003
1002
  open_issues_count?: number | undefined;
1004
1003
  default_branch?: string | undefined;
1004
+ visibility?: string | undefined;
1005
1005
  }>, z.ZodObject<{
1006
1006
  operation: z.ZodLiteral<"create_issue_comment">;
1007
1007
  success: z.ZodBoolean;
@@ -1024,8 +1024,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1024
1024
  updated_at: z.ZodOptional<z.ZodString>;
1025
1025
  html_url: z.ZodOptional<z.ZodString>;
1026
1026
  }, "strip", z.ZodTypeAny, {
1027
- error: string;
1028
1027
  success: boolean;
1028
+ error: string;
1029
1029
  operation: "create_issue_comment";
1030
1030
  id?: number | undefined;
1031
1031
  user?: {
@@ -1038,8 +1038,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1038
1038
  node_id?: string | undefined;
1039
1039
  updated_at?: string | undefined;
1040
1040
  }, {
1041
- error: string;
1042
1041
  success: boolean;
1042
+ error: string;
1043
1043
  operation: "create_issue_comment";
1044
1044
  id?: number | undefined;
1045
1045
  user?: {
@@ -1080,13 +1080,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1080
1080
  }, "strip", z.ZodTypeAny, {
1081
1081
  description: string | null;
1082
1082
  name: string;
1083
- id: number;
1084
1083
  color: string;
1084
+ id: number;
1085
1085
  }, {
1086
1086
  description: string | null;
1087
1087
  name: string;
1088
- id: number;
1089
1088
  color: string;
1089
+ id: number;
1090
1090
  }>, "many">>;
1091
1091
  created_at: z.ZodOptional<z.ZodString>;
1092
1092
  updated_at: z.ZodOptional<z.ZodString>;
@@ -1094,11 +1094,17 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1094
1094
  html_url: z.ZodOptional<z.ZodString>;
1095
1095
  comments: z.ZodOptional<z.ZodNumber>;
1096
1096
  }, "strip", z.ZodTypeAny, {
1097
- error: string;
1098
1097
  success: boolean;
1098
+ error: string;
1099
1099
  operation: "create_issue";
1100
1100
  number?: number | undefined;
1101
1101
  title?: string | undefined;
1102
+ labels?: {
1103
+ description: string | null;
1104
+ name: string;
1105
+ color: string;
1106
+ id: number;
1107
+ }[] | undefined;
1102
1108
  id?: number | undefined;
1103
1109
  user?: {
1104
1110
  id: number;
@@ -1106,12 +1112,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1106
1112
  } | undefined;
1107
1113
  body?: string | null | undefined;
1108
1114
  created_at?: string | undefined;
1109
- labels?: {
1110
- description: string | null;
1111
- name: string;
1112
- id: number;
1113
- color: string;
1114
- }[] | undefined;
1115
1115
  comments?: number | undefined;
1116
1116
  state?: "open" | "closed" | undefined;
1117
1117
  html_url?: string | undefined;
@@ -1119,11 +1119,17 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1119
1119
  updated_at?: string | undefined;
1120
1120
  closed_at?: string | null | undefined;
1121
1121
  }, {
1122
- error: string;
1123
1122
  success: boolean;
1123
+ error: string;
1124
1124
  operation: "create_issue";
1125
1125
  number?: number | undefined;
1126
1126
  title?: string | undefined;
1127
+ labels?: {
1128
+ description: string | null;
1129
+ name: string;
1130
+ color: string;
1131
+ id: number;
1132
+ }[] | undefined;
1127
1133
  id?: number | undefined;
1128
1134
  user?: {
1129
1135
  id: number;
@@ -1131,12 +1137,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1131
1137
  } | undefined;
1132
1138
  body?: string | null | undefined;
1133
1139
  created_at?: string | undefined;
1134
- labels?: {
1135
- description: string | null;
1136
- name: string;
1137
- id: number;
1138
- color: string;
1139
- }[] | undefined;
1140
1140
  comments?: number | undefined;
1141
1141
  state?: "open" | "closed" | undefined;
1142
1142
  html_url?: string | undefined;
@@ -1172,13 +1172,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1172
1172
  }, "strip", z.ZodTypeAny, {
1173
1173
  description: string | null;
1174
1174
  name: string;
1175
- id: number;
1176
1175
  color: string;
1176
+ id: number;
1177
1177
  }, {
1178
1178
  description: string | null;
1179
1179
  name: string;
1180
- id: number;
1181
1180
  color: string;
1181
+ id: number;
1182
1182
  }>, "many">;
1183
1183
  created_at: z.ZodString;
1184
1184
  updated_at: z.ZodString;
@@ -1188,6 +1188,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1188
1188
  }, "strip", z.ZodTypeAny, {
1189
1189
  number: number;
1190
1190
  title: string;
1191
+ labels: {
1192
+ description: string | null;
1193
+ name: string;
1194
+ color: string;
1195
+ id: number;
1196
+ }[];
1191
1197
  id: number;
1192
1198
  user: {
1193
1199
  id: number;
@@ -1195,12 +1201,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1195
1201
  };
1196
1202
  body: string | null;
1197
1203
  created_at: string;
1198
- labels: {
1199
- description: string | null;
1200
- name: string;
1201
- id: number;
1202
- color: string;
1203
- }[];
1204
1204
  comments: number;
1205
1205
  state: "open" | "closed";
1206
1206
  html_url: string;
@@ -1210,6 +1210,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1210
1210
  }, {
1211
1211
  number: number;
1212
1212
  title: string;
1213
+ labels: {
1214
+ description: string | null;
1215
+ name: string;
1216
+ color: string;
1217
+ id: number;
1218
+ }[];
1213
1219
  id: number;
1214
1220
  user: {
1215
1221
  id: number;
@@ -1217,12 +1223,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1217
1223
  };
1218
1224
  body: string | null;
1219
1225
  created_at: string;
1220
- labels: {
1221
- description: string | null;
1222
- name: string;
1223
- id: number;
1224
- color: string;
1225
- }[];
1226
1226
  comments: number;
1227
1227
  state: "open" | "closed";
1228
1228
  html_url: string;
@@ -1231,12 +1231,18 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1231
1231
  closed_at: string | null;
1232
1232
  }>, "many">>;
1233
1233
  }, "strip", z.ZodTypeAny, {
1234
- error: string;
1235
1234
  success: boolean;
1235
+ error: string;
1236
1236
  operation: "list_issues";
1237
1237
  issues?: {
1238
1238
  number: number;
1239
1239
  title: string;
1240
+ labels: {
1241
+ description: string | null;
1242
+ name: string;
1243
+ color: string;
1244
+ id: number;
1245
+ }[];
1240
1246
  id: number;
1241
1247
  user: {
1242
1248
  id: number;
@@ -1244,12 +1250,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1244
1250
  };
1245
1251
  body: string | null;
1246
1252
  created_at: string;
1247
- labels: {
1248
- description: string | null;
1249
- name: string;
1250
- id: number;
1251
- color: string;
1252
- }[];
1253
1253
  comments: number;
1254
1254
  state: "open" | "closed";
1255
1255
  html_url: string;
@@ -1258,12 +1258,18 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1258
1258
  closed_at: string | null;
1259
1259
  }[] | undefined;
1260
1260
  }, {
1261
- error: string;
1262
1261
  success: boolean;
1262
+ error: string;
1263
1263
  operation: "list_issues";
1264
1264
  issues?: {
1265
1265
  number: number;
1266
1266
  title: string;
1267
+ labels: {
1268
+ description: string | null;
1269
+ name: string;
1270
+ color: string;
1271
+ id: number;
1272
+ }[];
1267
1273
  id: number;
1268
1274
  user: {
1269
1275
  id: number;
@@ -1271,12 +1277,6 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1271
1277
  };
1272
1278
  body: string | null;
1273
1279
  created_at: string;
1274
- labels: {
1275
- description: string | null;
1276
- name: string;
1277
- id: number;
1278
- color: string;
1279
- }[];
1280
1280
  comments: number;
1281
1281
  state: "open" | "closed";
1282
1282
  html_url: string;
@@ -1451,18 +1451,18 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1451
1451
  sort: "created" | "updated" | "full_name" | "pushed";
1452
1452
  operation: "list_repositories";
1453
1453
  page: number;
1454
+ visibility: "public" | "private" | "all";
1454
1455
  direction: "asc" | "desc";
1455
1456
  per_page: number;
1456
- visibility: "public" | "private" | "all";
1457
1457
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1458
1458
  }, {
1459
1459
  operation: "list_repositories";
1460
1460
  sort?: "created" | "updated" | "full_name" | "pushed" | undefined;
1461
1461
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1462
1462
  page?: number | undefined;
1463
+ visibility?: "public" | "private" | "all" | undefined;
1463
1464
  direction?: "asc" | "desc" | undefined;
1464
1465
  per_page?: number | undefined;
1465
- visibility?: "public" | "private" | "all" | undefined;
1466
1466
  }>, z.ZodObject<{
1467
1467
  operation: z.ZodLiteral<"get_repository">;
1468
1468
  owner: z.ZodString;
@@ -1514,8 +1514,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1514
1514
  owner: string;
1515
1515
  repo: string;
1516
1516
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1517
- body?: string | undefined;
1518
1517
  labels?: string[] | undefined;
1518
+ body?: string | undefined;
1519
1519
  assignees?: string[] | undefined;
1520
1520
  }, {
1521
1521
  title: string;
@@ -1523,8 +1523,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1523
1523
  owner: string;
1524
1524
  repo: string;
1525
1525
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1526
- body?: string | undefined;
1527
1526
  labels?: string[] | undefined;
1527
+ body?: string | undefined;
1528
1528
  assignees?: string[] | undefined;
1529
1529
  }>, z.ZodObject<{
1530
1530
  operation: z.ZodLiteral<"list_issues">;
@@ -1577,8 +1577,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1577
1577
  content: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1578
1578
  encoding: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1579
1579
  }, "strip", z.ZodTypeAny, {
1580
- error: string;
1581
1580
  success: boolean;
1581
+ error: string;
1582
1582
  operation: "get_file";
1583
1583
  path?: string | undefined;
1584
1584
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
@@ -1592,8 +1592,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1592
1592
  download_url?: string | null | undefined;
1593
1593
  encoding?: string | undefined;
1594
1594
  }, {
1595
- error: string;
1596
1595
  success: boolean;
1596
+ error: string;
1597
1597
  operation: "get_file";
1598
1598
  path?: string | undefined;
1599
1599
  type?: "file" | "dir" | "symlink" | "submodule" | undefined;
@@ -1648,8 +1648,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1648
1648
  encoding?: string | undefined;
1649
1649
  }>, "many">>;
1650
1650
  }, "strip", z.ZodTypeAny, {
1651
- error: string;
1652
1651
  success: boolean;
1652
+ error: string;
1653
1653
  operation: "get_directory";
1654
1654
  contents?: {
1655
1655
  path: string;
@@ -1665,8 +1665,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1665
1665
  encoding?: string | undefined;
1666
1666
  }[] | undefined;
1667
1667
  }, {
1668
- error: string;
1669
1668
  success: boolean;
1669
+ error: string;
1670
1670
  operation: "get_directory";
1671
1671
  contents?: {
1672
1672
  path: string;
@@ -1715,21 +1715,21 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1715
1715
  ref: z.ZodString;
1716
1716
  sha: z.ZodString;
1717
1717
  }, "strip", z.ZodTypeAny, {
1718
- ref: string;
1719
1718
  sha: string;
1720
- }, {
1721
1719
  ref: string;
1720
+ }, {
1722
1721
  sha: string;
1722
+ ref: string;
1723
1723
  }>;
1724
1724
  base: z.ZodObject<{
1725
1725
  ref: z.ZodString;
1726
1726
  sha: z.ZodString;
1727
1727
  }, "strip", z.ZodTypeAny, {
1728
- ref: string;
1729
1728
  sha: string;
1730
- }, {
1731
1729
  ref: string;
1730
+ }, {
1732
1731
  sha: string;
1732
+ ref: string;
1733
1733
  }>;
1734
1734
  merged: z.ZodOptional<z.ZodBoolean>;
1735
1735
  mergeable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -1743,6 +1743,10 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1743
1743
  }, "strip", z.ZodTypeAny, {
1744
1744
  number: number;
1745
1745
  title: string;
1746
+ base: {
1747
+ sha: string;
1748
+ ref: string;
1749
+ };
1746
1750
  id: number;
1747
1751
  user: {
1748
1752
  id: number;
@@ -1759,12 +1763,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1759
1763
  closed_at: string | null;
1760
1764
  merged_at: string | null;
1761
1765
  head: {
1762
- ref: string;
1763
1766
  sha: string;
1764
- };
1765
- base: {
1766
1767
  ref: string;
1767
- sha: string;
1768
1768
  };
1769
1769
  comments?: number | undefined;
1770
1770
  merged?: boolean | undefined;
@@ -1778,6 +1778,10 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1778
1778
  }, {
1779
1779
  number: number;
1780
1780
  title: string;
1781
+ base: {
1782
+ sha: string;
1783
+ ref: string;
1784
+ };
1781
1785
  id: number;
1782
1786
  user: {
1783
1787
  id: number;
@@ -1794,12 +1798,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1794
1798
  closed_at: string | null;
1795
1799
  merged_at: string | null;
1796
1800
  head: {
1797
- ref: string;
1798
1801
  sha: string;
1799
- };
1800
- base: {
1801
1802
  ref: string;
1802
- sha: string;
1803
1803
  };
1804
1804
  comments?: number | undefined;
1805
1805
  merged?: boolean | undefined;
@@ -1812,12 +1812,16 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1812
1812
  changed_files?: number | undefined;
1813
1813
  }>, "many">>;
1814
1814
  }, "strip", z.ZodTypeAny, {
1815
- error: string;
1816
1815
  success: boolean;
1816
+ error: string;
1817
1817
  operation: "list_pull_requests";
1818
1818
  pull_requests?: {
1819
1819
  number: number;
1820
1820
  title: string;
1821
+ base: {
1822
+ sha: string;
1823
+ ref: string;
1824
+ };
1821
1825
  id: number;
1822
1826
  user: {
1823
1827
  id: number;
@@ -1834,12 +1838,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1834
1838
  closed_at: string | null;
1835
1839
  merged_at: string | null;
1836
1840
  head: {
1837
- ref: string;
1838
1841
  sha: string;
1839
- };
1840
- base: {
1841
1842
  ref: string;
1842
- sha: string;
1843
1843
  };
1844
1844
  comments?: number | undefined;
1845
1845
  merged?: boolean | undefined;
@@ -1852,12 +1852,16 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1852
1852
  changed_files?: number | undefined;
1853
1853
  }[] | undefined;
1854
1854
  }, {
1855
- error: string;
1856
1855
  success: boolean;
1856
+ error: string;
1857
1857
  operation: "list_pull_requests";
1858
1858
  pull_requests?: {
1859
1859
  number: number;
1860
1860
  title: string;
1861
+ base: {
1862
+ sha: string;
1863
+ ref: string;
1864
+ };
1861
1865
  id: number;
1862
1866
  user: {
1863
1867
  id: number;
@@ -1874,12 +1878,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1874
1878
  closed_at: string | null;
1875
1879
  merged_at: string | null;
1876
1880
  head: {
1877
- ref: string;
1878
1881
  sha: string;
1879
- };
1880
- base: {
1881
1882
  ref: string;
1882
- sha: string;
1883
1883
  };
1884
1884
  comments?: number | undefined;
1885
1885
  merged?: boolean | undefined;
@@ -1925,21 +1925,21 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1925
1925
  ref: z.ZodString;
1926
1926
  sha: z.ZodString;
1927
1927
  }, "strip", z.ZodTypeAny, {
1928
- ref: string;
1929
1928
  sha: string;
1930
- }, {
1931
1929
  ref: string;
1930
+ }, {
1932
1931
  sha: string;
1932
+ ref: string;
1933
1933
  }>>;
1934
1934
  base: z.ZodOptional<z.ZodObject<{
1935
1935
  ref: z.ZodString;
1936
1936
  sha: z.ZodString;
1937
1937
  }, "strip", z.ZodTypeAny, {
1938
- ref: string;
1939
1938
  sha: string;
1940
- }, {
1941
1939
  ref: string;
1940
+ }, {
1942
1941
  sha: string;
1942
+ ref: string;
1943
1943
  }>>;
1944
1944
  merged: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1945
1945
  mergeable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
@@ -1951,11 +1951,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1951
1951
  deletions: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1952
1952
  changed_files: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1953
1953
  }, "strip", z.ZodTypeAny, {
1954
- error: string;
1955
1954
  success: boolean;
1955
+ error: string;
1956
1956
  operation: "get_pull_request";
1957
1957
  number?: number | undefined;
1958
1958
  title?: string | undefined;
1959
+ base?: {
1960
+ sha: string;
1961
+ ref: string;
1962
+ } | undefined;
1959
1963
  id?: number | undefined;
1960
1964
  user?: {
1961
1965
  id: number;
@@ -1973,12 +1977,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1973
1977
  closed_at?: string | null | undefined;
1974
1978
  merged_at?: string | null | undefined;
1975
1979
  head?: {
1976
- ref: string;
1977
1980
  sha: string;
1978
- } | undefined;
1979
- base?: {
1980
1981
  ref: string;
1981
- sha: string;
1982
1982
  } | undefined;
1983
1983
  merged?: boolean | undefined;
1984
1984
  mergeable?: boolean | null | undefined;
@@ -1989,11 +1989,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1989
1989
  deletions?: number | undefined;
1990
1990
  changed_files?: number | undefined;
1991
1991
  }, {
1992
- error: string;
1993
1992
  success: boolean;
1993
+ error: string;
1994
1994
  operation: "get_pull_request";
1995
1995
  number?: number | undefined;
1996
1996
  title?: string | undefined;
1997
+ base?: {
1998
+ sha: string;
1999
+ ref: string;
2000
+ } | undefined;
1997
2001
  id?: number | undefined;
1998
2002
  user?: {
1999
2003
  id: number;
@@ -2011,12 +2015,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2011
2015
  closed_at?: string | null | undefined;
2012
2016
  merged_at?: string | null | undefined;
2013
2017
  head?: {
2014
- ref: string;
2015
2018
  sha: string;
2016
- } | undefined;
2017
- base?: {
2018
2019
  ref: string;
2019
- sha: string;
2020
2020
  } | undefined;
2021
2021
  merged?: boolean | undefined;
2022
2022
  mergeable?: boolean | null | undefined;
@@ -2048,8 +2048,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2048
2048
  updated_at: z.ZodOptional<z.ZodString>;
2049
2049
  html_url: z.ZodOptional<z.ZodString>;
2050
2050
  }, "strip", z.ZodTypeAny, {
2051
- error: string;
2052
2051
  success: boolean;
2052
+ error: string;
2053
2053
  operation: "create_pr_comment";
2054
2054
  id?: number | undefined;
2055
2055
  user?: {
@@ -2062,8 +2062,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2062
2062
  node_id?: string | undefined;
2063
2063
  updated_at?: string | undefined;
2064
2064
  }, {
2065
- error: string;
2066
2065
  success: boolean;
2066
+ error: string;
2067
2067
  operation: "create_pr_comment";
2068
2068
  id?: number | undefined;
2069
2069
  user?: {
@@ -2118,8 +2118,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2118
2118
  }, "strip", z.ZodTypeAny, {
2119
2119
  description: string | null;
2120
2120
  name: string;
2121
- id: number;
2122
2121
  size: number;
2122
+ id: number;
2123
2123
  private: boolean;
2124
2124
  created_at: string;
2125
2125
  owner: {
@@ -2132,8 +2132,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2132
2132
  language: string | null;
2133
2133
  html_url: string;
2134
2134
  node_id: string;
2135
- updated_at: string;
2136
2135
  fork: boolean;
2136
+ updated_at: string;
2137
2137
  pushed_at: string;
2138
2138
  stargazers_count: number;
2139
2139
  watchers_count: number;
@@ -2144,8 +2144,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2144
2144
  }, {
2145
2145
  description: string | null;
2146
2146
  name: string;
2147
- id: number;
2148
2147
  size: number;
2148
+ id: number;
2149
2149
  private: boolean;
2150
2150
  created_at: string;
2151
2151
  owner: {
@@ -2158,8 +2158,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2158
2158
  language: string | null;
2159
2159
  html_url: string;
2160
2160
  node_id: string;
2161
- updated_at: string;
2162
2161
  fork: boolean;
2162
+ updated_at: string;
2163
2163
  pushed_at: string;
2164
2164
  stargazers_count: number;
2165
2165
  watchers_count: number;
@@ -2169,14 +2169,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2169
2169
  visibility?: string | undefined;
2170
2170
  }>, "many">>;
2171
2171
  }, "strip", z.ZodTypeAny, {
2172
- error: string;
2173
2172
  success: boolean;
2173
+ error: string;
2174
2174
  operation: "list_repositories";
2175
2175
  repositories?: {
2176
2176
  description: string | null;
2177
2177
  name: string;
2178
- id: number;
2179
2178
  size: number;
2179
+ id: number;
2180
2180
  private: boolean;
2181
2181
  created_at: string;
2182
2182
  owner: {
@@ -2189,8 +2189,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2189
2189
  language: string | null;
2190
2190
  html_url: string;
2191
2191
  node_id: string;
2192
- updated_at: string;
2193
2192
  fork: boolean;
2193
+ updated_at: string;
2194
2194
  pushed_at: string;
2195
2195
  stargazers_count: number;
2196
2196
  watchers_count: number;
@@ -2200,14 +2200,14 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2200
2200
  visibility?: string | undefined;
2201
2201
  }[] | undefined;
2202
2202
  }, {
2203
- error: string;
2204
2203
  success: boolean;
2204
+ error: string;
2205
2205
  operation: "list_repositories";
2206
2206
  repositories?: {
2207
2207
  description: string | null;
2208
2208
  name: string;
2209
- id: number;
2210
2209
  size: number;
2210
+ id: number;
2211
2211
  private: boolean;
2212
2212
  created_at: string;
2213
2213
  owner: {
@@ -2220,8 +2220,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2220
2220
  language: string | null;
2221
2221
  html_url: string;
2222
2222
  node_id: string;
2223
- updated_at: string;
2224
2223
  fork: boolean;
2224
+ updated_at: string;
2225
2225
  pushed_at: string;
2226
2226
  stargazers_count: number;
2227
2227
  watchers_count: number;
@@ -2271,13 +2271,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2271
2271
  default_branch: z.ZodOptional<z.ZodString>;
2272
2272
  visibility: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2273
2273
  }, "strip", z.ZodTypeAny, {
2274
- error: string;
2275
2274
  success: boolean;
2275
+ error: string;
2276
2276
  operation: "get_repository";
2277
2277
  description?: string | null | undefined;
2278
2278
  name?: string | undefined;
2279
- id?: number | undefined;
2280
2279
  size?: number | undefined;
2280
+ id?: number | undefined;
2281
2281
  private?: boolean | undefined;
2282
2282
  created_at?: string | undefined;
2283
2283
  owner?: {
@@ -2288,25 +2288,25 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2288
2288
  } | undefined;
2289
2289
  full_name?: string | undefined;
2290
2290
  language?: string | null | undefined;
2291
- visibility?: string | undefined;
2292
2291
  html_url?: string | undefined;
2293
2292
  node_id?: string | undefined;
2294
- updated_at?: string | undefined;
2295
2293
  fork?: boolean | undefined;
2294
+ updated_at?: string | undefined;
2296
2295
  pushed_at?: string | undefined;
2297
2296
  stargazers_count?: number | undefined;
2298
2297
  watchers_count?: number | undefined;
2299
2298
  forks_count?: number | undefined;
2300
2299
  open_issues_count?: number | undefined;
2301
2300
  default_branch?: string | undefined;
2301
+ visibility?: string | undefined;
2302
2302
  }, {
2303
- error: string;
2304
2303
  success: boolean;
2304
+ error: string;
2305
2305
  operation: "get_repository";
2306
2306
  description?: string | null | undefined;
2307
2307
  name?: string | undefined;
2308
- id?: number | undefined;
2309
2308
  size?: number | undefined;
2309
+ id?: number | undefined;
2310
2310
  private?: boolean | undefined;
2311
2311
  created_at?: string | undefined;
2312
2312
  owner?: {
@@ -2317,17 +2317,17 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2317
2317
  } | undefined;
2318
2318
  full_name?: string | undefined;
2319
2319
  language?: string | null | undefined;
2320
- visibility?: string | undefined;
2321
2320
  html_url?: string | undefined;
2322
2321
  node_id?: string | undefined;
2323
- updated_at?: string | undefined;
2324
2322
  fork?: boolean | undefined;
2323
+ updated_at?: string | undefined;
2325
2324
  pushed_at?: string | undefined;
2326
2325
  stargazers_count?: number | undefined;
2327
2326
  watchers_count?: number | undefined;
2328
2327
  forks_count?: number | undefined;
2329
2328
  open_issues_count?: number | undefined;
2330
2329
  default_branch?: string | undefined;
2330
+ visibility?: string | undefined;
2331
2331
  }>, z.ZodObject<{
2332
2332
  operation: z.ZodLiteral<"create_issue_comment">;
2333
2333
  success: z.ZodBoolean;
@@ -2350,8 +2350,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2350
2350
  updated_at: z.ZodOptional<z.ZodString>;
2351
2351
  html_url: z.ZodOptional<z.ZodString>;
2352
2352
  }, "strip", z.ZodTypeAny, {
2353
- error: string;
2354
2353
  success: boolean;
2354
+ error: string;
2355
2355
  operation: "create_issue_comment";
2356
2356
  id?: number | undefined;
2357
2357
  user?: {
@@ -2364,8 +2364,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2364
2364
  node_id?: string | undefined;
2365
2365
  updated_at?: string | undefined;
2366
2366
  }, {
2367
- error: string;
2368
2367
  success: boolean;
2368
+ error: string;
2369
2369
  operation: "create_issue_comment";
2370
2370
  id?: number | undefined;
2371
2371
  user?: {
@@ -2406,13 +2406,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2406
2406
  }, "strip", z.ZodTypeAny, {
2407
2407
  description: string | null;
2408
2408
  name: string;
2409
- id: number;
2410
2409
  color: string;
2410
+ id: number;
2411
2411
  }, {
2412
2412
  description: string | null;
2413
2413
  name: string;
2414
- id: number;
2415
2414
  color: string;
2415
+ id: number;
2416
2416
  }>, "many">>;
2417
2417
  created_at: z.ZodOptional<z.ZodString>;
2418
2418
  updated_at: z.ZodOptional<z.ZodString>;
@@ -2420,11 +2420,17 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2420
2420
  html_url: z.ZodOptional<z.ZodString>;
2421
2421
  comments: z.ZodOptional<z.ZodNumber>;
2422
2422
  }, "strip", z.ZodTypeAny, {
2423
- error: string;
2424
2423
  success: boolean;
2424
+ error: string;
2425
2425
  operation: "create_issue";
2426
2426
  number?: number | undefined;
2427
2427
  title?: string | undefined;
2428
+ labels?: {
2429
+ description: string | null;
2430
+ name: string;
2431
+ color: string;
2432
+ id: number;
2433
+ }[] | undefined;
2428
2434
  id?: number | undefined;
2429
2435
  user?: {
2430
2436
  id: number;
@@ -2432,12 +2438,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2432
2438
  } | undefined;
2433
2439
  body?: string | null | undefined;
2434
2440
  created_at?: string | undefined;
2435
- labels?: {
2436
- description: string | null;
2437
- name: string;
2438
- id: number;
2439
- color: string;
2440
- }[] | undefined;
2441
2441
  comments?: number | undefined;
2442
2442
  state?: "open" | "closed" | undefined;
2443
2443
  html_url?: string | undefined;
@@ -2445,11 +2445,17 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2445
2445
  updated_at?: string | undefined;
2446
2446
  closed_at?: string | null | undefined;
2447
2447
  }, {
2448
- error: string;
2449
2448
  success: boolean;
2449
+ error: string;
2450
2450
  operation: "create_issue";
2451
2451
  number?: number | undefined;
2452
2452
  title?: string | undefined;
2453
+ labels?: {
2454
+ description: string | null;
2455
+ name: string;
2456
+ color: string;
2457
+ id: number;
2458
+ }[] | undefined;
2453
2459
  id?: number | undefined;
2454
2460
  user?: {
2455
2461
  id: number;
@@ -2457,12 +2463,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2457
2463
  } | undefined;
2458
2464
  body?: string | null | undefined;
2459
2465
  created_at?: string | undefined;
2460
- labels?: {
2461
- description: string | null;
2462
- name: string;
2463
- id: number;
2464
- color: string;
2465
- }[] | undefined;
2466
2466
  comments?: number | undefined;
2467
2467
  state?: "open" | "closed" | undefined;
2468
2468
  html_url?: string | undefined;
@@ -2498,13 +2498,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2498
2498
  }, "strip", z.ZodTypeAny, {
2499
2499
  description: string | null;
2500
2500
  name: string;
2501
- id: number;
2502
2501
  color: string;
2502
+ id: number;
2503
2503
  }, {
2504
2504
  description: string | null;
2505
2505
  name: string;
2506
- id: number;
2507
2506
  color: string;
2507
+ id: number;
2508
2508
  }>, "many">;
2509
2509
  created_at: z.ZodString;
2510
2510
  updated_at: z.ZodString;
@@ -2514,6 +2514,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2514
2514
  }, "strip", z.ZodTypeAny, {
2515
2515
  number: number;
2516
2516
  title: string;
2517
+ labels: {
2518
+ description: string | null;
2519
+ name: string;
2520
+ color: string;
2521
+ id: number;
2522
+ }[];
2517
2523
  id: number;
2518
2524
  user: {
2519
2525
  id: number;
@@ -2521,12 +2527,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2521
2527
  };
2522
2528
  body: string | null;
2523
2529
  created_at: string;
2524
- labels: {
2525
- description: string | null;
2526
- name: string;
2527
- id: number;
2528
- color: string;
2529
- }[];
2530
2530
  comments: number;
2531
2531
  state: "open" | "closed";
2532
2532
  html_url: string;
@@ -2536,6 +2536,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2536
2536
  }, {
2537
2537
  number: number;
2538
2538
  title: string;
2539
+ labels: {
2540
+ description: string | null;
2541
+ name: string;
2542
+ color: string;
2543
+ id: number;
2544
+ }[];
2539
2545
  id: number;
2540
2546
  user: {
2541
2547
  id: number;
@@ -2543,12 +2549,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2543
2549
  };
2544
2550
  body: string | null;
2545
2551
  created_at: string;
2546
- labels: {
2547
- description: string | null;
2548
- name: string;
2549
- id: number;
2550
- color: string;
2551
- }[];
2552
2552
  comments: number;
2553
2553
  state: "open" | "closed";
2554
2554
  html_url: string;
@@ -2557,12 +2557,18 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2557
2557
  closed_at: string | null;
2558
2558
  }>, "many">>;
2559
2559
  }, "strip", z.ZodTypeAny, {
2560
- error: string;
2561
2560
  success: boolean;
2561
+ error: string;
2562
2562
  operation: "list_issues";
2563
2563
  issues?: {
2564
2564
  number: number;
2565
2565
  title: string;
2566
+ labels: {
2567
+ description: string | null;
2568
+ name: string;
2569
+ color: string;
2570
+ id: number;
2571
+ }[];
2566
2572
  id: number;
2567
2573
  user: {
2568
2574
  id: number;
@@ -2570,12 +2576,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2570
2576
  };
2571
2577
  body: string | null;
2572
2578
  created_at: string;
2573
- labels: {
2574
- description: string | null;
2575
- name: string;
2576
- id: number;
2577
- color: string;
2578
- }[];
2579
2579
  comments: number;
2580
2580
  state: "open" | "closed";
2581
2581
  html_url: string;
@@ -2584,12 +2584,18 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2584
2584
  closed_at: string | null;
2585
2585
  }[] | undefined;
2586
2586
  }, {
2587
- error: string;
2588
2587
  success: boolean;
2588
+ error: string;
2589
2589
  operation: "list_issues";
2590
2590
  issues?: {
2591
2591
  number: number;
2592
2592
  title: string;
2593
+ labels: {
2594
+ description: string | null;
2595
+ name: string;
2596
+ color: string;
2597
+ id: number;
2598
+ }[];
2593
2599
  id: number;
2594
2600
  user: {
2595
2601
  id: number;
@@ -2597,12 +2603,6 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2597
2603
  };
2598
2604
  body: string | null;
2599
2605
  created_at: string;
2600
- labels: {
2601
- description: string | null;
2602
- name: string;
2603
- id: number;
2604
- color: string;
2605
- }[];
2606
2606
  comments: number;
2607
2607
  state: "open" | "closed";
2608
2608
  html_url: string;