@bubblelab/bubble-core 0.1.28 → 0.1.31

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 (89) hide show
  1. package/dist/bubble-bundle.d.ts +161 -92
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
  6. package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
  7. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
  14. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
  16. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
  22. package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
  23. package/dist/bubbles/service-bubble/github.d.ts +122 -122
  24. package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
  25. package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
  26. package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
  27. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
  28. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
  29. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
  30. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
  31. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
  32. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
  33. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  34. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  36. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  37. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  39. package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
  40. package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
  41. package/dist/bubbles/service-bubble/jira/index.js +5 -0
  42. package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
  44. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
  45. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
  46. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
  48. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
  49. package/dist/bubbles/service-bubble/jira/jira.js +573 -0
  50. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
  51. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
  52. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
  54. package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
  55. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
  56. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
  58. package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
  59. package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
  61. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  62. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  63. package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
  64. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  65. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  66. package/dist/bubbles/service-bubble/slack.js +1536 -0
  67. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  68. package/dist/bubbles/service-bubble/storage.d.ts +2 -2
  69. package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
  70. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
  74. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
  76. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  78. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
  79. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
  80. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  82. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
  83. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
  84. package/dist/bubbles.json +1795 -2
  85. package/dist/index.d.ts +2 -0
  86. package/dist/index.d.ts.map +1 -1
  87. package/dist/index.js +1 -0
  88. package/dist/index.js.map +1 -1
  89. package/package.json +2 -2
@@ -10,15 +10,15 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
10
10
  ref: z.ZodOptional<z.ZodString>;
11
11
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
12
12
  }, "strip", z.ZodTypeAny, {
13
- path: string;
14
13
  operation: "get_file";
14
+ path: string;
15
15
  owner: string;
16
16
  repo: string;
17
17
  credentials?: Partial<Record<CredentialType, string>> | undefined;
18
18
  ref?: string | undefined;
19
19
  }, {
20
- path: string;
21
20
  operation: "get_file";
21
+ path: string;
22
22
  owner: string;
23
23
  repo: string;
24
24
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -31,8 +31,8 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
31
31
  ref: z.ZodOptional<z.ZodString>;
32
32
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- path: string;
35
34
  operation: "get_directory";
35
+ path: string;
36
36
  owner: string;
37
37
  repo: string;
38
38
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -55,8 +55,8 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
55
55
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
56
56
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- sort: "created" | "updated" | "popularity" | "long-running";
59
58
  operation: "list_pull_requests";
59
+ sort: "created" | "updated" | "popularity" | "long-running";
60
60
  owner: string;
61
61
  page: number;
62
62
  state: "all" | "open" | "closed";
@@ -122,8 +122,8 @@ 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: "created" | "updated" | "full_name" | "pushed";
126
125
  operation: "list_repositories";
126
+ sort: "created" | "updated" | "full_name" | "pushed";
127
127
  page: number;
128
128
  visibility: "public" | "private" | "all";
129
129
  direction: "asc" | "desc";
@@ -185,8 +185,8 @@ 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: "created" | "updated" | "comments";
189
188
  operation: "list_issues";
189
+ sort: "comments" | "created" | "updated";
190
190
  owner: string;
191
191
  page: number;
192
192
  state: "all" | "open" | "closed";
@@ -199,7 +199,7 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
199
199
  operation: "list_issues";
200
200
  owner: string;
201
201
  repo: string;
202
- sort?: "created" | "updated" | "comments" | undefined;
202
+ sort?: "comments" | "created" | "updated" | undefined;
203
203
  credentials?: Partial<Record<CredentialType, string>> | undefined;
204
204
  labels?: string | undefined;
205
205
  page?: number | undefined;
@@ -390,13 +390,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
390
390
  }, "strip", z.ZodTypeAny, {
391
391
  number: number;
392
392
  title: string;
393
+ body: string | null;
394
+ id: number;
393
395
  user: {
394
396
  id: number;
395
397
  login: string;
396
398
  avatar_url: string;
397
399
  };
398
- id: number;
399
- body: string | null;
400
400
  created_at: string;
401
401
  draft: boolean;
402
402
  state: "open" | "closed";
@@ -425,13 +425,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
425
425
  }, {
426
426
  number: number;
427
427
  title: string;
428
+ body: string | null;
429
+ id: number;
428
430
  user: {
429
431
  id: number;
430
432
  login: string;
431
433
  avatar_url: string;
432
434
  };
433
- id: number;
434
- body: string | null;
435
435
  created_at: string;
436
436
  draft: boolean;
437
437
  state: "open" | "closed";
@@ -465,13 +465,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
465
465
  pull_requests?: {
466
466
  number: number;
467
467
  title: string;
468
+ body: string | null;
469
+ id: number;
468
470
  user: {
469
471
  id: number;
470
472
  login: string;
471
473
  avatar_url: string;
472
474
  };
473
- id: number;
474
- body: string | null;
475
475
  created_at: string;
476
476
  draft: boolean;
477
477
  state: "open" | "closed";
@@ -505,13 +505,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
505
505
  pull_requests?: {
506
506
  number: number;
507
507
  title: string;
508
+ body: string | null;
509
+ id: number;
508
510
  user: {
509
511
  id: number;
510
512
  login: string;
511
513
  avatar_url: string;
512
514
  };
513
- id: number;
514
- body: string | null;
515
515
  created_at: string;
516
516
  draft: boolean;
517
517
  state: "open" | "closed";
@@ -603,16 +603,16 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
603
603
  error: string;
604
604
  number?: number | undefined;
605
605
  title?: string | undefined;
606
+ comments?: number | undefined;
607
+ body?: string | null | undefined;
608
+ id?: number | undefined;
606
609
  user?: {
607
610
  id: number;
608
611
  login: string;
609
612
  avatar_url: string;
610
613
  } | undefined;
611
- id?: number | undefined;
612
- body?: string | null | undefined;
613
614
  created_at?: string | undefined;
614
615
  draft?: boolean | undefined;
615
- comments?: number | undefined;
616
616
  state?: "open" | "closed" | undefined;
617
617
  html_url?: string | undefined;
618
618
  node_id?: string | undefined;
@@ -641,16 +641,16 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
641
641
  error: string;
642
642
  number?: number | undefined;
643
643
  title?: string | undefined;
644
+ comments?: number | undefined;
645
+ body?: string | null | undefined;
646
+ id?: number | undefined;
644
647
  user?: {
645
648
  id: number;
646
649
  login: string;
647
650
  avatar_url: string;
648
651
  } | undefined;
649
- id?: number | undefined;
650
- body?: string | null | undefined;
651
652
  created_at?: string | undefined;
652
653
  draft?: boolean | undefined;
653
- comments?: number | undefined;
654
654
  state?: "open" | "closed" | undefined;
655
655
  html_url?: string | undefined;
656
656
  node_id?: string | undefined;
@@ -698,12 +698,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
698
698
  operation: "create_pr_comment";
699
699
  success: boolean;
700
700
  error: string;
701
+ body?: string | undefined;
702
+ id?: number | undefined;
701
703
  user?: {
702
704
  id: number;
703
705
  login: string;
704
706
  } | undefined;
705
- id?: number | undefined;
706
- body?: string | undefined;
707
707
  created_at?: string | undefined;
708
708
  html_url?: string | undefined;
709
709
  node_id?: string | undefined;
@@ -712,12 +712,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
712
712
  operation: "create_pr_comment";
713
713
  success: boolean;
714
714
  error: string;
715
+ body?: string | undefined;
716
+ id?: number | undefined;
715
717
  user?: {
716
718
  id: number;
717
719
  login: string;
718
720
  } | undefined;
719
- id?: number | undefined;
720
- body?: string | undefined;
721
721
  created_at?: string | undefined;
722
722
  html_url?: string | undefined;
723
723
  node_id?: string | undefined;
@@ -1000,12 +1000,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1000
1000
  operation: "create_issue_comment";
1001
1001
  success: boolean;
1002
1002
  error: string;
1003
+ body?: string | undefined;
1004
+ id?: number | undefined;
1003
1005
  user?: {
1004
1006
  id: number;
1005
1007
  login: string;
1006
1008
  } | undefined;
1007
- id?: number | undefined;
1008
- body?: string | undefined;
1009
1009
  created_at?: string | undefined;
1010
1010
  html_url?: string | undefined;
1011
1011
  node_id?: string | undefined;
@@ -1014,12 +1014,12 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1014
1014
  operation: "create_issue_comment";
1015
1015
  success: boolean;
1016
1016
  error: string;
1017
+ body?: string | undefined;
1018
+ id?: number | undefined;
1017
1019
  user?: {
1018
1020
  id: number;
1019
1021
  login: string;
1020
1022
  } | undefined;
1021
- id?: number | undefined;
1022
- body?: string | undefined;
1023
1023
  created_at?: string | undefined;
1024
1024
  html_url?: string | undefined;
1025
1025
  node_id?: string | undefined;
@@ -1069,20 +1069,20 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1069
1069
  }, "strip", z.ZodTypeAny, {
1070
1070
  number: number;
1071
1071
  title: string;
1072
- user: {
1073
- id: number;
1074
- login: string;
1075
- };
1076
- id: number;
1077
- body: string | null;
1078
- created_at: string;
1072
+ comments: number;
1079
1073
  labels: {
1080
1074
  description: string | null;
1081
1075
  name: string;
1082
1076
  id: number;
1083
1077
  color: string;
1084
1078
  }[];
1085
- comments: number;
1079
+ body: string | null;
1080
+ id: number;
1081
+ user: {
1082
+ id: number;
1083
+ login: string;
1084
+ };
1085
+ created_at: string;
1086
1086
  state: "open" | "closed";
1087
1087
  html_url: string;
1088
1088
  node_id: string;
@@ -1091,20 +1091,20 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1091
1091
  }, {
1092
1092
  number: number;
1093
1093
  title: string;
1094
- user: {
1095
- id: number;
1096
- login: string;
1097
- };
1098
- id: number;
1099
- body: string | null;
1100
- created_at: string;
1094
+ comments: number;
1101
1095
  labels: {
1102
1096
  description: string | null;
1103
1097
  name: string;
1104
1098
  id: number;
1105
1099
  color: string;
1106
1100
  }[];
1107
- comments: number;
1101
+ body: string | null;
1102
+ id: number;
1103
+ user: {
1104
+ id: number;
1105
+ login: string;
1106
+ };
1107
+ created_at: string;
1108
1108
  state: "open" | "closed";
1109
1109
  html_url: string;
1110
1110
  node_id: string;
@@ -1118,20 +1118,20 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1118
1118
  issues?: {
1119
1119
  number: number;
1120
1120
  title: string;
1121
- user: {
1122
- id: number;
1123
- login: string;
1124
- };
1125
- id: number;
1126
- body: string | null;
1127
- created_at: string;
1121
+ comments: number;
1128
1122
  labels: {
1129
1123
  description: string | null;
1130
1124
  name: string;
1131
1125
  id: number;
1132
1126
  color: string;
1133
1127
  }[];
1134
- comments: number;
1128
+ body: string | null;
1129
+ id: number;
1130
+ user: {
1131
+ id: number;
1132
+ login: string;
1133
+ };
1134
+ created_at: string;
1135
1135
  state: "open" | "closed";
1136
1136
  html_url: string;
1137
1137
  node_id: string;
@@ -1145,20 +1145,20 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1145
1145
  issues?: {
1146
1146
  number: number;
1147
1147
  title: string;
1148
- user: {
1149
- id: number;
1150
- login: string;
1151
- };
1152
- id: number;
1153
- body: string | null;
1154
- created_at: string;
1148
+ comments: number;
1155
1149
  labels: {
1156
1150
  description: string | null;
1157
1151
  name: string;
1158
1152
  id: number;
1159
1153
  color: string;
1160
1154
  }[];
1161
- comments: number;
1155
+ body: string | null;
1156
+ id: number;
1157
+ user: {
1158
+ id: number;
1159
+ login: string;
1160
+ };
1161
+ created_at: string;
1162
1162
  state: "open" | "closed";
1163
1163
  html_url: string;
1164
1164
  node_id: string;
@@ -1214,15 +1214,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1214
1214
  ref: z.ZodOptional<z.ZodString>;
1215
1215
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1216
1216
  }, "strip", z.ZodTypeAny, {
1217
- path: string;
1218
1217
  operation: "get_file";
1218
+ path: string;
1219
1219
  owner: string;
1220
1220
  repo: string;
1221
1221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1222
1222
  ref?: string | undefined;
1223
1223
  }, {
1224
- path: string;
1225
1224
  operation: "get_file";
1225
+ path: string;
1226
1226
  owner: string;
1227
1227
  repo: string;
1228
1228
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1235,8 +1235,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1235
1235
  ref: z.ZodOptional<z.ZodString>;
1236
1236
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1237
1237
  }, "strip", z.ZodTypeAny, {
1238
- path: string;
1239
1238
  operation: "get_directory";
1239
+ path: string;
1240
1240
  owner: string;
1241
1241
  repo: string;
1242
1242
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1259,8 +1259,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1259
1259
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1260
1260
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1261
1261
  }, "strip", z.ZodTypeAny, {
1262
- sort: "created" | "updated" | "popularity" | "long-running";
1263
1262
  operation: "list_pull_requests";
1263
+ sort: "created" | "updated" | "popularity" | "long-running";
1264
1264
  owner: string;
1265
1265
  page: number;
1266
1266
  state: "all" | "open" | "closed";
@@ -1326,8 +1326,8 @@ 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: "created" | "updated" | "full_name" | "pushed";
1330
1329
  operation: "list_repositories";
1330
+ sort: "created" | "updated" | "full_name" | "pushed";
1331
1331
  page: number;
1332
1332
  visibility: "public" | "private" | "all";
1333
1333
  direction: "asc" | "desc";
@@ -1389,8 +1389,8 @@ 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: "created" | "updated" | "comments";
1393
1392
  operation: "list_issues";
1393
+ sort: "comments" | "created" | "updated";
1394
1394
  owner: string;
1395
1395
  page: number;
1396
1396
  state: "all" | "open" | "closed";
@@ -1403,7 +1403,7 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1403
1403
  operation: "list_issues";
1404
1404
  owner: string;
1405
1405
  repo: string;
1406
- sort?: "created" | "updated" | "comments" | undefined;
1406
+ sort?: "comments" | "created" | "updated" | undefined;
1407
1407
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1408
1408
  labels?: string | undefined;
1409
1409
  page?: number | undefined;
@@ -1594,13 +1594,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1594
1594
  }, "strip", z.ZodTypeAny, {
1595
1595
  number: number;
1596
1596
  title: string;
1597
+ body: string | null;
1598
+ id: number;
1597
1599
  user: {
1598
1600
  id: number;
1599
1601
  login: string;
1600
1602
  avatar_url: string;
1601
1603
  };
1602
- id: number;
1603
- body: string | null;
1604
1604
  created_at: string;
1605
1605
  draft: boolean;
1606
1606
  state: "open" | "closed";
@@ -1629,13 +1629,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1629
1629
  }, {
1630
1630
  number: number;
1631
1631
  title: string;
1632
+ body: string | null;
1633
+ id: number;
1632
1634
  user: {
1633
1635
  id: number;
1634
1636
  login: string;
1635
1637
  avatar_url: string;
1636
1638
  };
1637
- id: number;
1638
- body: string | null;
1639
1639
  created_at: string;
1640
1640
  draft: boolean;
1641
1641
  state: "open" | "closed";
@@ -1669,13 +1669,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1669
1669
  pull_requests?: {
1670
1670
  number: number;
1671
1671
  title: string;
1672
+ body: string | null;
1673
+ id: number;
1672
1674
  user: {
1673
1675
  id: number;
1674
1676
  login: string;
1675
1677
  avatar_url: string;
1676
1678
  };
1677
- id: number;
1678
- body: string | null;
1679
1679
  created_at: string;
1680
1680
  draft: boolean;
1681
1681
  state: "open" | "closed";
@@ -1709,13 +1709,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1709
1709
  pull_requests?: {
1710
1710
  number: number;
1711
1711
  title: string;
1712
+ body: string | null;
1713
+ id: number;
1712
1714
  user: {
1713
1715
  id: number;
1714
1716
  login: string;
1715
1717
  avatar_url: string;
1716
1718
  };
1717
- id: number;
1718
- body: string | null;
1719
1719
  created_at: string;
1720
1720
  draft: boolean;
1721
1721
  state: "open" | "closed";
@@ -1807,16 +1807,16 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1807
1807
  error: string;
1808
1808
  number?: number | undefined;
1809
1809
  title?: string | undefined;
1810
+ comments?: number | undefined;
1811
+ body?: string | null | undefined;
1812
+ id?: number | undefined;
1810
1813
  user?: {
1811
1814
  id: number;
1812
1815
  login: string;
1813
1816
  avatar_url: string;
1814
1817
  } | undefined;
1815
- id?: number | undefined;
1816
- body?: string | null | undefined;
1817
1818
  created_at?: string | undefined;
1818
1819
  draft?: boolean | undefined;
1819
- comments?: number | undefined;
1820
1820
  state?: "open" | "closed" | undefined;
1821
1821
  html_url?: string | undefined;
1822
1822
  node_id?: string | undefined;
@@ -1845,16 +1845,16 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1845
1845
  error: string;
1846
1846
  number?: number | undefined;
1847
1847
  title?: string | undefined;
1848
+ comments?: number | undefined;
1849
+ body?: string | null | undefined;
1850
+ id?: number | undefined;
1848
1851
  user?: {
1849
1852
  id: number;
1850
1853
  login: string;
1851
1854
  avatar_url: string;
1852
1855
  } | undefined;
1853
- id?: number | undefined;
1854
- body?: string | null | undefined;
1855
1856
  created_at?: string | undefined;
1856
1857
  draft?: boolean | undefined;
1857
- comments?: number | undefined;
1858
1858
  state?: "open" | "closed" | undefined;
1859
1859
  html_url?: string | undefined;
1860
1860
  node_id?: string | undefined;
@@ -1902,12 +1902,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1902
1902
  operation: "create_pr_comment";
1903
1903
  success: boolean;
1904
1904
  error: string;
1905
+ body?: string | undefined;
1906
+ id?: number | undefined;
1905
1907
  user?: {
1906
1908
  id: number;
1907
1909
  login: string;
1908
1910
  } | undefined;
1909
- id?: number | undefined;
1910
- body?: string | undefined;
1911
1911
  created_at?: string | undefined;
1912
1912
  html_url?: string | undefined;
1913
1913
  node_id?: string | undefined;
@@ -1916,12 +1916,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
1916
1916
  operation: "create_pr_comment";
1917
1917
  success: boolean;
1918
1918
  error: string;
1919
+ body?: string | undefined;
1920
+ id?: number | undefined;
1919
1921
  user?: {
1920
1922
  id: number;
1921
1923
  login: string;
1922
1924
  } | undefined;
1923
- id?: number | undefined;
1924
- body?: string | undefined;
1925
1925
  created_at?: string | undefined;
1926
1926
  html_url?: string | undefined;
1927
1927
  node_id?: string | undefined;
@@ -2204,12 +2204,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2204
2204
  operation: "create_issue_comment";
2205
2205
  success: boolean;
2206
2206
  error: string;
2207
+ body?: string | undefined;
2208
+ id?: number | undefined;
2207
2209
  user?: {
2208
2210
  id: number;
2209
2211
  login: string;
2210
2212
  } | undefined;
2211
- id?: number | undefined;
2212
- body?: string | undefined;
2213
2213
  created_at?: string | undefined;
2214
2214
  html_url?: string | undefined;
2215
2215
  node_id?: string | undefined;
@@ -2218,12 +2218,12 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2218
2218
  operation: "create_issue_comment";
2219
2219
  success: boolean;
2220
2220
  error: string;
2221
+ body?: string | undefined;
2222
+ id?: number | undefined;
2221
2223
  user?: {
2222
2224
  id: number;
2223
2225
  login: string;
2224
2226
  } | undefined;
2225
- id?: number | undefined;
2226
- body?: string | undefined;
2227
2227
  created_at?: string | undefined;
2228
2228
  html_url?: string | undefined;
2229
2229
  node_id?: string | undefined;
@@ -2273,20 +2273,20 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2273
2273
  }, "strip", z.ZodTypeAny, {
2274
2274
  number: number;
2275
2275
  title: string;
2276
- user: {
2277
- id: number;
2278
- login: string;
2279
- };
2280
- id: number;
2281
- body: string | null;
2282
- created_at: string;
2276
+ comments: number;
2283
2277
  labels: {
2284
2278
  description: string | null;
2285
2279
  name: string;
2286
2280
  id: number;
2287
2281
  color: string;
2288
2282
  }[];
2289
- comments: number;
2283
+ body: string | null;
2284
+ id: number;
2285
+ user: {
2286
+ id: number;
2287
+ login: string;
2288
+ };
2289
+ created_at: string;
2290
2290
  state: "open" | "closed";
2291
2291
  html_url: string;
2292
2292
  node_id: string;
@@ -2295,20 +2295,20 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2295
2295
  }, {
2296
2296
  number: number;
2297
2297
  title: string;
2298
- user: {
2299
- id: number;
2300
- login: string;
2301
- };
2302
- id: number;
2303
- body: string | null;
2304
- created_at: string;
2298
+ comments: number;
2305
2299
  labels: {
2306
2300
  description: string | null;
2307
2301
  name: string;
2308
2302
  id: number;
2309
2303
  color: string;
2310
2304
  }[];
2311
- comments: number;
2305
+ body: string | null;
2306
+ id: number;
2307
+ user: {
2308
+ id: number;
2309
+ login: string;
2310
+ };
2311
+ created_at: string;
2312
2312
  state: "open" | "closed";
2313
2313
  html_url: string;
2314
2314
  node_id: string;
@@ -2322,20 +2322,20 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2322
2322
  issues?: {
2323
2323
  number: number;
2324
2324
  title: string;
2325
- user: {
2326
- id: number;
2327
- login: string;
2328
- };
2329
- id: number;
2330
- body: string | null;
2331
- created_at: string;
2325
+ comments: number;
2332
2326
  labels: {
2333
2327
  description: string | null;
2334
2328
  name: string;
2335
2329
  id: number;
2336
2330
  color: string;
2337
2331
  }[];
2338
- comments: number;
2332
+ body: string | null;
2333
+ id: number;
2334
+ user: {
2335
+ id: number;
2336
+ login: string;
2337
+ };
2338
+ created_at: string;
2339
2339
  state: "open" | "closed";
2340
2340
  html_url: string;
2341
2341
  node_id: string;
@@ -2349,20 +2349,20 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
2349
2349
  issues?: {
2350
2350
  number: number;
2351
2351
  title: string;
2352
- user: {
2353
- id: number;
2354
- login: string;
2355
- };
2356
- id: number;
2357
- body: string | null;
2358
- created_at: string;
2352
+ comments: number;
2359
2353
  labels: {
2360
2354
  description: string | null;
2361
2355
  name: string;
2362
2356
  id: number;
2363
2357
  color: string;
2364
2358
  }[];
2365
- comments: number;
2359
+ body: string | null;
2360
+ id: number;
2361
+ user: {
2362
+ id: number;
2363
+ login: string;
2364
+ };
2365
+ created_at: string;
2366
2366
  state: "open" | "closed";
2367
2367
  html_url: string;
2368
2368
  node_id: string;