@bubblelab/bubble-core 0.1.28 → 0.1.30
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 +160 -91
- 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 +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +128 -128
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
- package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +535 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +198 -198
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- 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 +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1791 -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
|
@@ -100,15 +100,15 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
100
100
|
body: z.ZodString;
|
|
101
101
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
operation: "create_pr_comment";
|
|
104
103
|
body: string;
|
|
104
|
+
operation: "create_pr_comment";
|
|
105
105
|
owner: string;
|
|
106
106
|
repo: string;
|
|
107
107
|
pull_number: number;
|
|
108
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
109
|
}, {
|
|
110
|
-
operation: "create_pr_comment";
|
|
111
110
|
body: string;
|
|
111
|
+
operation: "create_pr_comment";
|
|
112
112
|
owner: string;
|
|
113
113
|
repo: string;
|
|
114
114
|
pull_number: number;
|
|
@@ -160,15 +160,15 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
160
160
|
body: z.ZodString;
|
|
161
161
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
162
162
|
}, "strip", z.ZodTypeAny, {
|
|
163
|
-
operation: "create_issue_comment";
|
|
164
163
|
body: string;
|
|
164
|
+
operation: "create_issue_comment";
|
|
165
165
|
owner: string;
|
|
166
166
|
repo: string;
|
|
167
167
|
issue_number: number;
|
|
168
168
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
169
169
|
}, {
|
|
170
|
-
operation: "create_issue_comment";
|
|
171
170
|
body: string;
|
|
171
|
+
operation: "create_issue_comment";
|
|
172
172
|
owner: string;
|
|
173
173
|
repo: string;
|
|
174
174
|
issue_number: number;
|
|
@@ -193,15 +193,15 @@ declare const GithubParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
193
193
|
repo: string;
|
|
194
194
|
direction: "asc" | "desc";
|
|
195
195
|
per_page: number;
|
|
196
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
196
|
labels?: string | undefined;
|
|
197
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
198
198
|
}, {
|
|
199
199
|
operation: "list_issues";
|
|
200
200
|
owner: string;
|
|
201
201
|
repo: string;
|
|
202
202
|
sort?: "created" | "updated" | "comments" | undefined;
|
|
203
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
204
203
|
labels?: string | undefined;
|
|
204
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
page?: number | undefined;
|
|
206
206
|
state?: "all" | "open" | "closed" | undefined;
|
|
207
207
|
direction?: "asc" | "desc" | 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
|
+
id: number;
|
|
394
|
+
body: string | null;
|
|
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
|
+
id: number;
|
|
429
|
+
body: string | null;
|
|
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
|
+
id: number;
|
|
469
|
+
body: string | null;
|
|
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
|
+
id: number;
|
|
509
|
+
body: string | null;
|
|
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
|
+
id?: number | undefined;
|
|
607
|
+
body?: string | null | undefined;
|
|
608
|
+
comments?: 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
|
+
id?: number | undefined;
|
|
645
|
+
body?: string | null | undefined;
|
|
646
|
+
comments?: 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
|
+
id?: number | undefined;
|
|
702
|
+
body?: string | 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
|
+
id?: number | undefined;
|
|
716
|
+
body?: string | 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;
|
|
@@ -764,8 +764,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
764
764
|
visibility: z.ZodOptional<z.ZodString>;
|
|
765
765
|
}, "strip", z.ZodTypeAny, {
|
|
766
766
|
description: string | null;
|
|
767
|
-
name: string;
|
|
768
767
|
id: number;
|
|
768
|
+
name: string;
|
|
769
769
|
size: number;
|
|
770
770
|
private: boolean;
|
|
771
771
|
created_at: string;
|
|
@@ -790,8 +790,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
790
790
|
visibility?: string | undefined;
|
|
791
791
|
}, {
|
|
792
792
|
description: string | null;
|
|
793
|
-
name: string;
|
|
794
793
|
id: number;
|
|
794
|
+
name: string;
|
|
795
795
|
size: number;
|
|
796
796
|
private: boolean;
|
|
797
797
|
created_at: string;
|
|
@@ -821,8 +821,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
821
821
|
error: string;
|
|
822
822
|
repositories?: {
|
|
823
823
|
description: string | null;
|
|
824
|
-
name: string;
|
|
825
824
|
id: number;
|
|
825
|
+
name: string;
|
|
826
826
|
size: number;
|
|
827
827
|
private: boolean;
|
|
828
828
|
created_at: string;
|
|
@@ -852,8 +852,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
852
852
|
error: string;
|
|
853
853
|
repositories?: {
|
|
854
854
|
description: string | null;
|
|
855
|
-
name: string;
|
|
856
855
|
id: number;
|
|
856
|
+
name: string;
|
|
857
857
|
size: number;
|
|
858
858
|
private: boolean;
|
|
859
859
|
created_at: string;
|
|
@@ -922,8 +922,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
922
922
|
success: boolean;
|
|
923
923
|
error: string;
|
|
924
924
|
description?: string | null | undefined;
|
|
925
|
-
name?: string | undefined;
|
|
926
925
|
id?: number | undefined;
|
|
926
|
+
name?: string | undefined;
|
|
927
927
|
size?: number | undefined;
|
|
928
928
|
private?: boolean | undefined;
|
|
929
929
|
created_at?: string | undefined;
|
|
@@ -951,8 +951,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
951
951
|
success: boolean;
|
|
952
952
|
error: string;
|
|
953
953
|
description?: string | null | undefined;
|
|
954
|
-
name?: string | undefined;
|
|
955
954
|
id?: number | undefined;
|
|
955
|
+
name?: string | undefined;
|
|
956
956
|
size?: number | undefined;
|
|
957
957
|
private?: boolean | undefined;
|
|
958
958
|
created_at?: 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
|
+
id?: number | undefined;
|
|
1004
|
+
body?: string | 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
|
+
id?: number | undefined;
|
|
1018
|
+
body?: string | 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;
|
|
@@ -1052,13 +1052,13 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1052
1052
|
description: z.ZodNullable<z.ZodString>;
|
|
1053
1053
|
}, "strip", z.ZodTypeAny, {
|
|
1054
1054
|
description: string | null;
|
|
1055
|
-
name: string;
|
|
1056
1055
|
id: number;
|
|
1056
|
+
name: string;
|
|
1057
1057
|
color: string;
|
|
1058
1058
|
}, {
|
|
1059
1059
|
description: string | null;
|
|
1060
|
-
name: string;
|
|
1061
1060
|
id: number;
|
|
1061
|
+
name: string;
|
|
1062
1062
|
color: string;
|
|
1063
1063
|
}>, "many">;
|
|
1064
1064
|
created_at: z.ZodString;
|
|
@@ -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
1072
|
id: number;
|
|
1077
1073
|
body: string | null;
|
|
1078
|
-
created_at: string;
|
|
1079
1074
|
labels: {
|
|
1080
1075
|
description: string | null;
|
|
1081
|
-
name: string;
|
|
1082
1076
|
id: number;
|
|
1077
|
+
name: string;
|
|
1083
1078
|
color: string;
|
|
1084
1079
|
}[];
|
|
1085
1080
|
comments: 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
1094
|
id: number;
|
|
1099
1095
|
body: string | null;
|
|
1100
|
-
created_at: string;
|
|
1101
1096
|
labels: {
|
|
1102
1097
|
description: string | null;
|
|
1103
|
-
name: string;
|
|
1104
1098
|
id: number;
|
|
1099
|
+
name: string;
|
|
1105
1100
|
color: string;
|
|
1106
1101
|
}[];
|
|
1107
1102
|
comments: 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
1121
|
id: number;
|
|
1126
1122
|
body: string | null;
|
|
1127
|
-
created_at: string;
|
|
1128
1123
|
labels: {
|
|
1129
1124
|
description: string | null;
|
|
1130
|
-
name: string;
|
|
1131
1125
|
id: number;
|
|
1126
|
+
name: string;
|
|
1132
1127
|
color: string;
|
|
1133
1128
|
}[];
|
|
1134
1129
|
comments: 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
1148
|
id: number;
|
|
1153
1149
|
body: string | null;
|
|
1154
|
-
created_at: string;
|
|
1155
1150
|
labels: {
|
|
1156
1151
|
description: string | null;
|
|
1157
|
-
name: string;
|
|
1158
1152
|
id: number;
|
|
1153
|
+
name: string;
|
|
1159
1154
|
color: string;
|
|
1160
1155
|
}[];
|
|
1161
1156
|
comments: 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;
|
|
@@ -1304,15 +1304,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1304
1304
|
body: z.ZodString;
|
|
1305
1305
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1306
1306
|
}, "strip", z.ZodTypeAny, {
|
|
1307
|
-
operation: "create_pr_comment";
|
|
1308
1307
|
body: string;
|
|
1308
|
+
operation: "create_pr_comment";
|
|
1309
1309
|
owner: string;
|
|
1310
1310
|
repo: string;
|
|
1311
1311
|
pull_number: number;
|
|
1312
1312
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1313
1313
|
}, {
|
|
1314
|
-
operation: "create_pr_comment";
|
|
1315
1314
|
body: string;
|
|
1315
|
+
operation: "create_pr_comment";
|
|
1316
1316
|
owner: string;
|
|
1317
1317
|
repo: string;
|
|
1318
1318
|
pull_number: number;
|
|
@@ -1364,15 +1364,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1364
1364
|
body: z.ZodString;
|
|
1365
1365
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1366
1366
|
}, "strip", z.ZodTypeAny, {
|
|
1367
|
-
operation: "create_issue_comment";
|
|
1368
1367
|
body: string;
|
|
1368
|
+
operation: "create_issue_comment";
|
|
1369
1369
|
owner: string;
|
|
1370
1370
|
repo: string;
|
|
1371
1371
|
issue_number: number;
|
|
1372
1372
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1373
1373
|
}, {
|
|
1374
|
-
operation: "create_issue_comment";
|
|
1375
1374
|
body: string;
|
|
1375
|
+
operation: "create_issue_comment";
|
|
1376
1376
|
owner: string;
|
|
1377
1377
|
repo: string;
|
|
1378
1378
|
issue_number: number;
|
|
@@ -1397,15 +1397,15 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1397
1397
|
repo: string;
|
|
1398
1398
|
direction: "asc" | "desc";
|
|
1399
1399
|
per_page: number;
|
|
1400
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1401
1400
|
labels?: string | undefined;
|
|
1401
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1402
1402
|
}, {
|
|
1403
1403
|
operation: "list_issues";
|
|
1404
1404
|
owner: string;
|
|
1405
1405
|
repo: string;
|
|
1406
1406
|
sort?: "created" | "updated" | "comments" | undefined;
|
|
1407
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1408
1407
|
labels?: string | undefined;
|
|
1408
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1409
1409
|
page?: number | undefined;
|
|
1410
1410
|
state?: "all" | "open" | "closed" | undefined;
|
|
1411
1411
|
direction?: "asc" | "desc" | 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
|
+
id: number;
|
|
1598
|
+
body: string | null;
|
|
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
|
+
id: number;
|
|
1633
|
+
body: string | null;
|
|
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
|
+
id: number;
|
|
1673
|
+
body: string | null;
|
|
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
|
+
id: number;
|
|
1713
|
+
body: string | null;
|
|
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
|
+
id?: number | undefined;
|
|
1811
|
+
body?: string | null | undefined;
|
|
1812
|
+
comments?: 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
|
+
id?: number | undefined;
|
|
1849
|
+
body?: string | null | undefined;
|
|
1850
|
+
comments?: 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
|
+
id?: number | undefined;
|
|
1906
|
+
body?: string | 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
|
+
id?: number | undefined;
|
|
1920
|
+
body?: string | 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;
|
|
@@ -1968,8 +1968,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1968
1968
|
visibility: z.ZodOptional<z.ZodString>;
|
|
1969
1969
|
}, "strip", z.ZodTypeAny, {
|
|
1970
1970
|
description: string | null;
|
|
1971
|
-
name: string;
|
|
1972
1971
|
id: number;
|
|
1972
|
+
name: string;
|
|
1973
1973
|
size: number;
|
|
1974
1974
|
private: boolean;
|
|
1975
1975
|
created_at: string;
|
|
@@ -1994,8 +1994,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
1994
1994
|
visibility?: string | undefined;
|
|
1995
1995
|
}, {
|
|
1996
1996
|
description: string | null;
|
|
1997
|
-
name: string;
|
|
1998
1997
|
id: number;
|
|
1998
|
+
name: string;
|
|
1999
1999
|
size: number;
|
|
2000
2000
|
private: boolean;
|
|
2001
2001
|
created_at: string;
|
|
@@ -2025,8 +2025,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
2025
2025
|
error: string;
|
|
2026
2026
|
repositories?: {
|
|
2027
2027
|
description: string | null;
|
|
2028
|
-
name: string;
|
|
2029
2028
|
id: number;
|
|
2029
|
+
name: string;
|
|
2030
2030
|
size: number;
|
|
2031
2031
|
private: boolean;
|
|
2032
2032
|
created_at: string;
|
|
@@ -2056,8 +2056,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
2056
2056
|
error: string;
|
|
2057
2057
|
repositories?: {
|
|
2058
2058
|
description: string | null;
|
|
2059
|
-
name: string;
|
|
2060
2059
|
id: number;
|
|
2060
|
+
name: string;
|
|
2061
2061
|
size: number;
|
|
2062
2062
|
private: boolean;
|
|
2063
2063
|
created_at: string;
|
|
@@ -2126,8 +2126,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
2126
2126
|
success: boolean;
|
|
2127
2127
|
error: string;
|
|
2128
2128
|
description?: string | null | undefined;
|
|
2129
|
-
name?: string | undefined;
|
|
2130
2129
|
id?: number | undefined;
|
|
2130
|
+
name?: string | undefined;
|
|
2131
2131
|
size?: number | undefined;
|
|
2132
2132
|
private?: boolean | undefined;
|
|
2133
2133
|
created_at?: string | undefined;
|
|
@@ -2155,8 +2155,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
2155
2155
|
success: boolean;
|
|
2156
2156
|
error: string;
|
|
2157
2157
|
description?: string | null | undefined;
|
|
2158
|
-
name?: string | undefined;
|
|
2159
2158
|
id?: number | undefined;
|
|
2159
|
+
name?: string | undefined;
|
|
2160
2160
|
size?: number | undefined;
|
|
2161
2161
|
private?: boolean | undefined;
|
|
2162
2162
|
created_at?: 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
|
+
id?: number | undefined;
|
|
2208
|
+
body?: string | 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
|
+
id?: number | undefined;
|
|
2222
|
+
body?: string | 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;
|
|
@@ -2256,13 +2256,13 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
2256
2256
|
description: z.ZodNullable<z.ZodString>;
|
|
2257
2257
|
}, "strip", z.ZodTypeAny, {
|
|
2258
2258
|
description: string | null;
|
|
2259
|
-
name: string;
|
|
2260
2259
|
id: number;
|
|
2260
|
+
name: string;
|
|
2261
2261
|
color: string;
|
|
2262
2262
|
}, {
|
|
2263
2263
|
description: string | null;
|
|
2264
|
-
name: string;
|
|
2265
2264
|
id: number;
|
|
2265
|
+
name: string;
|
|
2266
2266
|
color: string;
|
|
2267
2267
|
}>, "many">;
|
|
2268
2268
|
created_at: z.ZodString;
|
|
@@ -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
2276
|
id: number;
|
|
2281
2277
|
body: string | null;
|
|
2282
|
-
created_at: string;
|
|
2283
2278
|
labels: {
|
|
2284
2279
|
description: string | null;
|
|
2285
|
-
name: string;
|
|
2286
2280
|
id: number;
|
|
2281
|
+
name: string;
|
|
2287
2282
|
color: string;
|
|
2288
2283
|
}[];
|
|
2289
2284
|
comments: 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
2298
|
id: number;
|
|
2303
2299
|
body: string | null;
|
|
2304
|
-
created_at: string;
|
|
2305
2300
|
labels: {
|
|
2306
2301
|
description: string | null;
|
|
2307
|
-
name: string;
|
|
2308
2302
|
id: number;
|
|
2303
|
+
name: string;
|
|
2309
2304
|
color: string;
|
|
2310
2305
|
}[];
|
|
2311
2306
|
comments: 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
2325
|
id: number;
|
|
2330
2326
|
body: string | null;
|
|
2331
|
-
created_at: string;
|
|
2332
2327
|
labels: {
|
|
2333
2328
|
description: string | null;
|
|
2334
|
-
name: string;
|
|
2335
2329
|
id: number;
|
|
2330
|
+
name: string;
|
|
2336
2331
|
color: string;
|
|
2337
2332
|
}[];
|
|
2338
2333
|
comments: 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
2352
|
id: number;
|
|
2357
2353
|
body: string | null;
|
|
2358
|
-
created_at: string;
|
|
2359
2354
|
labels: {
|
|
2360
2355
|
description: string | null;
|
|
2361
|
-
name: string;
|
|
2362
2356
|
id: number;
|
|
2357
|
+
name: string;
|
|
2363
2358
|
color: string;
|
|
2364
2359
|
}[];
|
|
2365
2360
|
comments: 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;
|