@bubblelab/bubble-core 0.1.192 → 0.1.193

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +90 -90
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  9. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
  15. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  16. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  17. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  20. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +42 -42
  23. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +50 -50
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +534 -534
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  27. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  28. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +1 -0
  29. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  30. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +1 -0
  31. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +300 -300
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js +13 -0
  35. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/chart-js-tool.js +2 -2
  42. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  43. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  44. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +324 -324
  45. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  46. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  47. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  53. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  55. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  56. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  57. package/dist/bubbles.json +1 -1
  58. package/package.json +2 -2
@@ -674,14 +674,14 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
674
674
  }, "strip", z.ZodTypeAny, {
675
675
  operation: "update_webhook";
676
676
  webhook_id: number;
677
- credentials?: Partial<Record<CredentialType, string>> | undefined;
678
677
  url?: string | undefined;
678
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
679
679
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
680
680
  }, {
681
681
  operation: "update_webhook";
682
682
  webhook_id: number;
683
- credentials?: Partial<Record<CredentialType, string>> | undefined;
684
683
  url?: string | undefined;
684
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
685
685
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
686
686
  }>, z.ZodObject<{
687
687
  operation: z.ZodLiteral<"delete_webhook">;
@@ -4068,14 +4068,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4068
4068
  }, "strip", z.ZodTypeAny, {
4069
4069
  operation: "update_webhook";
4070
4070
  webhook_id: number;
4071
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4072
4071
  url?: string | undefined;
4072
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4073
4073
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
4074
4074
  }, {
4075
4075
  operation: "update_webhook";
4076
4076
  webhook_id: number;
4077
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4078
4077
  url?: string | undefined;
4078
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4079
4079
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
4080
4080
  }>, z.ZodObject<{
4081
4081
  operation: z.ZodLiteral<"delete_webhook">;
@@ -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";
129
128
  direction: "asc" | "desc";
130
129
  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;
138
137
  direction?: "asc" | "desc" | undefined;
139
138
  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;
@@ -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
- sha: string;
393
392
  ref: string;
394
- }, {
395
393
  sha: string;
394
+ }, {
396
395
  ref: string;
396
+ sha: string;
397
397
  }>;
398
398
  base: z.ZodObject<{
399
399
  ref: z.ZodString;
400
400
  sha: z.ZodString;
401
401
  }, "strip", z.ZodTypeAny, {
402
- sha: string;
403
402
  ref: string;
404
- }, {
405
403
  sha: string;
404
+ }, {
406
405
  ref: string;
406
+ sha: string;
407
407
  }>;
408
408
  merged: z.ZodOptional<z.ZodBoolean>;
409
409
  mergeable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -433,12 +433,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
433
433
  closed_at: string | null;
434
434
  merged_at: string | null;
435
435
  head: {
436
- sha: string;
437
436
  ref: string;
437
+ sha: string;
438
438
  };
439
439
  base: {
440
- sha: string;
441
440
  ref: string;
441
+ sha: string;
442
442
  };
443
443
  comments?: number | undefined;
444
444
  merged?: boolean | undefined;
@@ -468,12 +468,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
468
468
  closed_at: string | null;
469
469
  merged_at: string | null;
470
470
  head: {
471
- sha: string;
472
471
  ref: string;
472
+ sha: string;
473
473
  };
474
474
  base: {
475
- sha: string;
476
475
  ref: string;
476
+ sha: string;
477
477
  };
478
478
  comments?: number | undefined;
479
479
  merged?: boolean | undefined;
@@ -508,12 +508,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
508
508
  closed_at: string | null;
509
509
  merged_at: string | null;
510
510
  head: {
511
- sha: string;
512
511
  ref: string;
512
+ sha: string;
513
513
  };
514
514
  base: {
515
- sha: string;
516
515
  ref: string;
516
+ sha: string;
517
517
  };
518
518
  comments?: number | undefined;
519
519
  merged?: boolean | undefined;
@@ -548,12 +548,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
548
548
  closed_at: string | null;
549
549
  merged_at: string | null;
550
550
  head: {
551
- sha: string;
552
551
  ref: string;
552
+ sha: string;
553
553
  };
554
554
  base: {
555
- sha: string;
556
555
  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
- sha: string;
603
602
  ref: string;
604
- }, {
605
603
  sha: string;
604
+ }, {
606
605
  ref: string;
606
+ sha: 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
- sha: string;
613
612
  ref: string;
614
- }, {
615
613
  sha: string;
614
+ }, {
616
615
  ref: string;
616
+ sha: string;
617
617
  }>>;
618
618
  merged: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
619
619
  mergeable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
@@ -647,12 +647,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
647
647
  closed_at?: string | null | undefined;
648
648
  merged_at?: string | null | undefined;
649
649
  head?: {
650
- sha: string;
651
650
  ref: string;
651
+ sha: string;
652
652
  } | undefined;
653
653
  base?: {
654
- sha: string;
655
654
  ref: string;
655
+ sha: string;
656
656
  } | undefined;
657
657
  merged?: boolean | undefined;
658
658
  mergeable?: boolean | null | undefined;
@@ -685,12 +685,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
685
685
  closed_at?: string | null | undefined;
686
686
  merged_at?: string | null | undefined;
687
687
  head?: {
688
- sha: string;
689
688
  ref: string;
689
+ sha: string;
690
690
  } | undefined;
691
691
  base?: {
692
- sha: string;
693
692
  ref: string;
693
+ sha: string;
694
694
  } | undefined;
695
695
  merged?: boolean | undefined;
696
696
  mergeable?: boolean | null | undefined;
@@ -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
- fork: boolean;
810
809
  updated_at: string;
810
+ fork: boolean;
811
811
  pushed_at: string;
812
812
  stargazers_count: number;
813
813
  watchers_count: number;
@@ -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
- fork: boolean;
836
835
  updated_at: string;
836
+ fork: boolean;
837
837
  pushed_at: string;
838
838
  stargazers_count: number;
839
839
  watchers_count: number;
@@ -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
- fork: boolean;
867
866
  updated_at: string;
867
+ fork: boolean;
868
868
  pushed_at: string;
869
869
  stargazers_count: number;
870
870
  watchers_count: number;
@@ -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
- fork: boolean;
898
897
  updated_at: string;
898
+ fork: boolean;
899
899
  pushed_at: string;
900
900
  stargazers_count: number;
901
901
  watchers_count: number;
@@ -962,17 +962,17 @@ 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;
965
966
  html_url?: string | undefined;
966
967
  node_id?: string | undefined;
967
- fork?: boolean | undefined;
968
968
  updated_at?: string | undefined;
969
+ fork?: boolean | undefined;
969
970
  pushed_at?: string | undefined;
970
971
  stargazers_count?: number | undefined;
971
972
  watchers_count?: number | undefined;
972
973
  forks_count?: number | undefined;
973
974
  open_issues_count?: number | undefined;
974
975
  default_branch?: string | undefined;
975
- visibility?: string | undefined;
976
976
  }, {
977
977
  error: string;
978
978
  success: boolean;
@@ -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;
994
995
  html_url?: string | undefined;
995
996
  node_id?: string | undefined;
996
- fork?: boolean | undefined;
997
997
  updated_at?: string | undefined;
998
+ fork?: boolean | undefined;
998
999
  pushed_at?: string | undefined;
999
1000
  stargazers_count?: number | undefined;
1000
1001
  watchers_count?: number | undefined;
1001
1002
  forks_count?: number | undefined;
1002
1003
  open_issues_count?: number | undefined;
1003
1004
  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;
@@ -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";
1455
1454
  direction: "asc" | "desc";
1456
1455
  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;
1464
1463
  direction?: "asc" | "desc" | undefined;
1465
1464
  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;
@@ -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
- sha: string;
1719
1718
  ref: string;
1720
- }, {
1721
1719
  sha: string;
1720
+ }, {
1722
1721
  ref: string;
1722
+ sha: string;
1723
1723
  }>;
1724
1724
  base: z.ZodObject<{
1725
1725
  ref: z.ZodString;
1726
1726
  sha: z.ZodString;
1727
1727
  }, "strip", z.ZodTypeAny, {
1728
- sha: string;
1729
1728
  ref: string;
1730
- }, {
1731
1729
  sha: string;
1730
+ }, {
1732
1731
  ref: string;
1732
+ sha: string;
1733
1733
  }>;
1734
1734
  merged: z.ZodOptional<z.ZodBoolean>;
1735
1735
  mergeable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -1759,12 +1759,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1759
1759
  closed_at: string | null;
1760
1760
  merged_at: string | null;
1761
1761
  head: {
1762
- sha: string;
1763
1762
  ref: string;
1763
+ sha: string;
1764
1764
  };
1765
1765
  base: {
1766
- sha: string;
1767
1766
  ref: string;
1767
+ sha: string;
1768
1768
  };
1769
1769
  comments?: number | undefined;
1770
1770
  merged?: boolean | undefined;
@@ -1794,12 +1794,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1794
1794
  closed_at: string | null;
1795
1795
  merged_at: string | null;
1796
1796
  head: {
1797
- sha: string;
1798
1797
  ref: string;
1798
+ sha: string;
1799
1799
  };
1800
1800
  base: {
1801
- sha: string;
1802
1801
  ref: string;
1802
+ sha: string;
1803
1803
  };
1804
1804
  comments?: number | undefined;
1805
1805
  merged?: boolean | undefined;
@@ -1834,12 +1834,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1834
1834
  closed_at: string | null;
1835
1835
  merged_at: string | null;
1836
1836
  head: {
1837
- sha: string;
1838
1837
  ref: string;
1838
+ sha: string;
1839
1839
  };
1840
1840
  base: {
1841
- sha: string;
1842
1841
  ref: string;
1842
+ sha: string;
1843
1843
  };
1844
1844
  comments?: number | undefined;
1845
1845
  merged?: boolean | undefined;
@@ -1874,12 +1874,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1874
1874
  closed_at: string | null;
1875
1875
  merged_at: string | null;
1876
1876
  head: {
1877
- sha: string;
1878
1877
  ref: string;
1878
+ sha: string;
1879
1879
  };
1880
1880
  base: {
1881
- sha: string;
1882
1881
  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
- sha: string;
1929
1928
  ref: string;
1930
- }, {
1931
1929
  sha: string;
1930
+ }, {
1932
1931
  ref: string;
1932
+ sha: 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
- sha: string;
1939
1938
  ref: string;
1940
- }, {
1941
1939
  sha: string;
1940
+ }, {
1942
1941
  ref: string;
1942
+ sha: string;
1943
1943
  }>>;
1944
1944
  merged: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
1945
1945
  mergeable: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
@@ -1973,12 +1973,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1973
1973
  closed_at?: string | null | undefined;
1974
1974
  merged_at?: string | null | undefined;
1975
1975
  head?: {
1976
- sha: string;
1977
1976
  ref: string;
1977
+ sha: string;
1978
1978
  } | undefined;
1979
1979
  base?: {
1980
- sha: string;
1981
1980
  ref: string;
1981
+ sha: string;
1982
1982
  } | undefined;
1983
1983
  merged?: boolean | undefined;
1984
1984
  mergeable?: boolean | null | undefined;
@@ -2011,12 +2011,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2011
2011
  closed_at?: string | null | undefined;
2012
2012
  merged_at?: string | null | undefined;
2013
2013
  head?: {
2014
- sha: string;
2015
2014
  ref: string;
2015
+ sha: string;
2016
2016
  } | undefined;
2017
2017
  base?: {
2018
- sha: string;
2019
2018
  ref: string;
2019
+ sha: string;
2020
2020
  } | undefined;
2021
2021
  merged?: boolean | undefined;
2022
2022
  mergeable?: boolean | null | undefined;
@@ -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
- fork: boolean;
2136
2135
  updated_at: string;
2136
+ fork: boolean;
2137
2137
  pushed_at: string;
2138
2138
  stargazers_count: number;
2139
2139
  watchers_count: number;
@@ -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
- fork: boolean;
2162
2161
  updated_at: string;
2162
+ fork: boolean;
2163
2163
  pushed_at: string;
2164
2164
  stargazers_count: number;
2165
2165
  watchers_count: number;
@@ -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
- fork: boolean;
2193
2192
  updated_at: string;
2193
+ fork: boolean;
2194
2194
  pushed_at: string;
2195
2195
  stargazers_count: number;
2196
2196
  watchers_count: number;
@@ -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
- fork: boolean;
2224
2223
  updated_at: string;
2224
+ fork: boolean;
2225
2225
  pushed_at: string;
2226
2226
  stargazers_count: number;
2227
2227
  watchers_count: number;
@@ -2288,17 +2288,17 @@ 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;
2291
2292
  html_url?: string | undefined;
2292
2293
  node_id?: string | undefined;
2293
- fork?: boolean | undefined;
2294
2294
  updated_at?: string | undefined;
2295
+ fork?: boolean | undefined;
2295
2296
  pushed_at?: string | undefined;
2296
2297
  stargazers_count?: number | undefined;
2297
2298
  watchers_count?: number | undefined;
2298
2299
  forks_count?: number | undefined;
2299
2300
  open_issues_count?: number | undefined;
2300
2301
  default_branch?: string | undefined;
2301
- visibility?: string | undefined;
2302
2302
  }, {
2303
2303
  error: string;
2304
2304
  success: boolean;
@@ -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;
2320
2321
  html_url?: string | undefined;
2321
2322
  node_id?: string | undefined;
2322
- fork?: boolean | undefined;
2323
2323
  updated_at?: string | undefined;
2324
+ fork?: boolean | undefined;
2324
2325
  pushed_at?: string | undefined;
2325
2326
  stargazers_count?: number | undefined;
2326
2327
  watchers_count?: number | undefined;
2327
2328
  forks_count?: number | undefined;
2328
2329
  open_issues_count?: number | undefined;
2329
2330
  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;