@bubblelab/bubble-core 0.1.82 → 0.1.83
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 +153 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -20
- package/dist/bubbles/service-bubble/airtable.d.ts +138 -138
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +68 -68
- package/dist/bubbles/service-bubble/followupboss.d.ts +124 -124
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +64 -64
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- 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 +22 -22
- 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 +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/notion/notion.d.ts +68 -68
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +96 -96
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +38 -38
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +52 -52
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +3 -0
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -1
- 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-connection-tool/linkedin-connection-tool.d.ts +2 -2
- 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 +30 -30
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +102 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.js +96 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +186 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.js +124 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -167,13 +167,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
167
167
|
enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
168
168
|
error: import("zod").ZodString;
|
|
169
169
|
}, "strip", import("zod").ZodTypeAny, {
|
|
170
|
-
error: string;
|
|
171
170
|
success: boolean;
|
|
171
|
+
error: string;
|
|
172
172
|
operation: "start_bulk_enrichment";
|
|
173
173
|
enrichment_id?: string | undefined;
|
|
174
174
|
}, {
|
|
175
|
-
error: string;
|
|
176
175
|
success: boolean;
|
|
176
|
+
error: string;
|
|
177
177
|
operation: "start_bulk_enrichment";
|
|
178
178
|
enrichment_id?: string | undefined;
|
|
179
179
|
}>, import("zod").ZodObject<{
|
|
@@ -555,8 +555,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
555
555
|
}>>;
|
|
556
556
|
error: import("zod").ZodString;
|
|
557
557
|
}, "strip", import("zod").ZodTypeAny, {
|
|
558
|
-
error: string;
|
|
559
558
|
success: boolean;
|
|
559
|
+
error: string;
|
|
560
560
|
operation: "get_enrichment_result";
|
|
561
561
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
562
|
name?: string | undefined;
|
|
@@ -615,8 +615,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
615
615
|
} | undefined;
|
|
616
616
|
}[] | undefined;
|
|
617
617
|
}, {
|
|
618
|
-
error: string;
|
|
619
618
|
success: boolean;
|
|
619
|
+
error: string;
|
|
620
620
|
operation: "get_enrichment_result";
|
|
621
621
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
622
|
name?: string | undefined;
|
|
@@ -680,13 +680,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
680
680
|
enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
681
681
|
error: import("zod").ZodString;
|
|
682
682
|
}, "strip", import("zod").ZodTypeAny, {
|
|
683
|
-
error: string;
|
|
684
683
|
success: boolean;
|
|
684
|
+
error: string;
|
|
685
685
|
operation: "start_reverse_email_lookup";
|
|
686
686
|
enrichment_id?: string | undefined;
|
|
687
687
|
}, {
|
|
688
|
-
error: string;
|
|
689
688
|
success: boolean;
|
|
689
|
+
error: string;
|
|
690
690
|
operation: "start_reverse_email_lookup";
|
|
691
691
|
enrichment_id?: string | undefined;
|
|
692
692
|
}>, import("zod").ZodObject<{
|
|
@@ -1068,8 +1068,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1068
1068
|
}>>;
|
|
1069
1069
|
error: import("zod").ZodString;
|
|
1070
1070
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1071
|
-
error: string;
|
|
1072
1071
|
success: boolean;
|
|
1072
|
+
error: string;
|
|
1073
1073
|
operation: "get_reverse_email_result";
|
|
1074
1074
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
1075
|
name?: string | undefined;
|
|
@@ -1128,8 +1128,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1128
1128
|
} | undefined;
|
|
1129
1129
|
}[] | undefined;
|
|
1130
1130
|
}, {
|
|
1131
|
-
error: string;
|
|
1132
1131
|
success: boolean;
|
|
1132
|
+
error: string;
|
|
1133
1133
|
operation: "get_reverse_email_result";
|
|
1134
1134
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
1135
|
name?: string | undefined;
|
|
@@ -1193,13 +1193,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1193
1193
|
balance: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1194
1194
|
error: import("zod").ZodString;
|
|
1195
1195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1196
|
-
error: string;
|
|
1197
1196
|
success: boolean;
|
|
1197
|
+
error: string;
|
|
1198
1198
|
operation: "get_credit_balance";
|
|
1199
1199
|
balance?: number | undefined;
|
|
1200
1200
|
}, {
|
|
1201
|
-
error: string;
|
|
1202
1201
|
success: boolean;
|
|
1202
|
+
error: string;
|
|
1203
1203
|
operation: "get_credit_balance";
|
|
1204
1204
|
balance?: number | undefined;
|
|
1205
1205
|
}>, import("zod").ZodObject<{
|
|
@@ -1208,13 +1208,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1208
1208
|
workspace_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1209
1209
|
error: import("zod").ZodString;
|
|
1210
1210
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
|
-
error: string;
|
|
1212
1211
|
success: boolean;
|
|
1212
|
+
error: string;
|
|
1213
1213
|
operation: "check_api_key";
|
|
1214
1214
|
workspace_id?: string | undefined;
|
|
1215
1215
|
}, {
|
|
1216
|
-
error: string;
|
|
1217
1216
|
success: boolean;
|
|
1217
|
+
error: string;
|
|
1218
1218
|
operation: "check_api_key";
|
|
1219
1219
|
workspace_id?: string | undefined;
|
|
1220
1220
|
}>]>;
|
|
@@ -1014,13 +1014,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1014
1014
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1015
1015
|
error: z.ZodString;
|
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
|
1017
|
-
error: string;
|
|
1018
1017
|
success: boolean;
|
|
1018
|
+
error: string;
|
|
1019
1019
|
operation: "start_bulk_enrichment";
|
|
1020
1020
|
enrichment_id?: string | undefined;
|
|
1021
1021
|
}, {
|
|
1022
|
-
error: string;
|
|
1023
1022
|
success: boolean;
|
|
1023
|
+
error: string;
|
|
1024
1024
|
operation: "start_bulk_enrichment";
|
|
1025
1025
|
enrichment_id?: string | undefined;
|
|
1026
1026
|
}>, z.ZodObject<{
|
|
@@ -1402,8 +1402,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1402
1402
|
}>>;
|
|
1403
1403
|
error: z.ZodString;
|
|
1404
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1405
|
-
error: string;
|
|
1406
1405
|
success: boolean;
|
|
1406
|
+
error: string;
|
|
1407
1407
|
operation: "get_enrichment_result";
|
|
1408
1408
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1409
1409
|
name?: string | undefined;
|
|
@@ -1462,8 +1462,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
}[] | undefined;
|
|
1464
1464
|
}, {
|
|
1465
|
-
error: string;
|
|
1466
1465
|
success: boolean;
|
|
1466
|
+
error: string;
|
|
1467
1467
|
operation: "get_enrichment_result";
|
|
1468
1468
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1469
1469
|
name?: string | undefined;
|
|
@@ -1527,13 +1527,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1527
1527
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1528
1528
|
error: z.ZodString;
|
|
1529
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1530
|
-
error: string;
|
|
1531
1530
|
success: boolean;
|
|
1531
|
+
error: string;
|
|
1532
1532
|
operation: "start_reverse_email_lookup";
|
|
1533
1533
|
enrichment_id?: string | undefined;
|
|
1534
1534
|
}, {
|
|
1535
|
-
error: string;
|
|
1536
1535
|
success: boolean;
|
|
1536
|
+
error: string;
|
|
1537
1537
|
operation: "start_reverse_email_lookup";
|
|
1538
1538
|
enrichment_id?: string | undefined;
|
|
1539
1539
|
}>, z.ZodObject<{
|
|
@@ -1915,8 +1915,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1915
1915
|
}>>;
|
|
1916
1916
|
error: z.ZodString;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
error: string;
|
|
1919
1918
|
success: boolean;
|
|
1919
|
+
error: string;
|
|
1920
1920
|
operation: "get_reverse_email_result";
|
|
1921
1921
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1922
1922
|
name?: string | undefined;
|
|
@@ -1975,8 +1975,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1975
1975
|
} | undefined;
|
|
1976
1976
|
}[] | undefined;
|
|
1977
1977
|
}, {
|
|
1978
|
-
error: string;
|
|
1979
1978
|
success: boolean;
|
|
1979
|
+
error: string;
|
|
1980
1980
|
operation: "get_reverse_email_result";
|
|
1981
1981
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1982
1982
|
name?: string | undefined;
|
|
@@ -2040,13 +2040,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2040
2040
|
balance: z.ZodOptional<z.ZodNumber>;
|
|
2041
2041
|
error: z.ZodString;
|
|
2042
2042
|
}, "strip", z.ZodTypeAny, {
|
|
2043
|
-
error: string;
|
|
2044
2043
|
success: boolean;
|
|
2044
|
+
error: string;
|
|
2045
2045
|
operation: "get_credit_balance";
|
|
2046
2046
|
balance?: number | undefined;
|
|
2047
2047
|
}, {
|
|
2048
|
-
error: string;
|
|
2049
2048
|
success: boolean;
|
|
2049
|
+
error: string;
|
|
2050
2050
|
operation: "get_credit_balance";
|
|
2051
2051
|
balance?: number | undefined;
|
|
2052
2052
|
}>, z.ZodObject<{
|
|
@@ -2055,13 +2055,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2055
2055
|
workspace_id: z.ZodOptional<z.ZodString>;
|
|
2056
2056
|
error: z.ZodString;
|
|
2057
2057
|
}, "strip", z.ZodTypeAny, {
|
|
2058
|
-
error: string;
|
|
2059
2058
|
success: boolean;
|
|
2059
|
+
error: string;
|
|
2060
2060
|
operation: "check_api_key";
|
|
2061
2061
|
workspace_id?: string | undefined;
|
|
2062
2062
|
}, {
|
|
2063
|
-
error: string;
|
|
2064
2063
|
success: boolean;
|
|
2064
|
+
error: string;
|
|
2065
2065
|
operation: "check_api_key";
|
|
2066
2066
|
workspace_id?: string | undefined;
|
|
2067
2067
|
}>]>;
|
|
@@ -224,8 +224,8 @@ 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
230
|
path?: string | undefined;
|
|
231
231
|
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
@@ -239,8 +239,8 @@ 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
245
|
path?: string | undefined;
|
|
246
246
|
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
@@ -295,8 +295,8 @@ 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
302
|
path: string;
|
|
@@ -312,8 +312,8 @@ 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
319
|
path: string;
|
|
@@ -459,8 +459,8 @@ 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;
|
|
@@ -499,8 +499,8 @@ 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;
|
|
@@ -598,8 +598,8 @@ 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;
|
|
@@ -636,8 +636,8 @@ 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;
|
|
@@ -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?: {
|
|
@@ -816,8 +816,8 @@ 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;
|
|
@@ -847,8 +847,8 @@ 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;
|
|
@@ -918,8 +918,8 @@ 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;
|
|
@@ -947,8 +947,8 @@ 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;
|
|
@@ -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?: {
|
|
@@ -1112,8 +1112,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
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;
|
|
@@ -1139,8 +1139,8 @@ declare const GithubResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
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;
|
|
@@ -1428,8 +1428,8 @@ 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
1434
|
path?: string | undefined;
|
|
1435
1435
|
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
@@ -1443,8 +1443,8 @@ 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
1449
|
path?: string | undefined;
|
|
1450
1450
|
type?: "file" | "dir" | "symlink" | "submodule" | undefined;
|
|
@@ -1499,8 +1499,8 @@ 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
1506
|
path: string;
|
|
@@ -1516,8 +1516,8 @@ 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
1523
|
path: string;
|
|
@@ -1663,8 +1663,8 @@ 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;
|
|
@@ -1703,8 +1703,8 @@ 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;
|
|
@@ -1802,8 +1802,8 @@ 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;
|
|
@@ -1840,8 +1840,8 @@ 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;
|
|
@@ -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?: {
|
|
@@ -2020,8 +2020,8 @@ 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;
|
|
@@ -2051,8 +2051,8 @@ 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;
|
|
@@ -2122,8 +2122,8 @@ 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;
|
|
@@ -2151,8 +2151,8 @@ 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;
|
|
@@ -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?: {
|
|
@@ -2316,8 +2316,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
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;
|
|
@@ -2343,8 +2343,8 @@ export declare class GithubBubble<T extends GithubParams = GithubParams> extends
|
|
|
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;
|