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