@bubblelab/bubble-core 0.1.210 → 0.1.211
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 +132 -111
- 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/ai-agent.d.ts +84 -84
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +2 -1
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.js +4 -0
- package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +294 -294
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- package/dist/bubbles.json +927 -2
- package/dist/index.d.ts +1 -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
|
@@ -15,15 +15,15 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
15
15
|
content: string;
|
|
16
16
|
operation: "upload_file";
|
|
17
17
|
convert_to_google_docs: boolean;
|
|
18
|
-
mimeType?: string | undefined;
|
|
19
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
|
+
mimeType?: string | undefined;
|
|
20
20
|
parent_folder_id?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
name: string;
|
|
23
23
|
content: string;
|
|
24
24
|
operation: "upload_file";
|
|
25
|
-
mimeType?: string | undefined;
|
|
26
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
|
+
mimeType?: string | undefined;
|
|
27
27
|
parent_folder_id?: string | undefined;
|
|
28
28
|
convert_to_google_docs?: boolean | undefined;
|
|
29
29
|
}>, z.ZodObject<{
|
|
@@ -276,8 +276,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
276
276
|
emailAddress?: string | undefined;
|
|
277
277
|
}>, "many">>;
|
|
278
278
|
}, "strip", z.ZodTypeAny, {
|
|
279
|
-
mimeType: string;
|
|
280
279
|
name: string;
|
|
280
|
+
mimeType: string;
|
|
281
281
|
id: string;
|
|
282
282
|
size?: string | undefined;
|
|
283
283
|
createdTime?: string | undefined;
|
|
@@ -291,8 +291,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
291
291
|
emailAddress?: string | undefined;
|
|
292
292
|
}[] | undefined;
|
|
293
293
|
}, {
|
|
294
|
-
mimeType: string;
|
|
295
294
|
name: string;
|
|
295
|
+
mimeType: string;
|
|
296
296
|
id: string;
|
|
297
297
|
size?: string | undefined;
|
|
298
298
|
createdTime?: string | undefined;
|
|
@@ -312,8 +312,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
312
312
|
success: boolean;
|
|
313
313
|
operation: "upload_file";
|
|
314
314
|
file?: {
|
|
315
|
-
mimeType: string;
|
|
316
315
|
name: string;
|
|
316
|
+
mimeType: string;
|
|
317
317
|
id: string;
|
|
318
318
|
size?: string | undefined;
|
|
319
319
|
createdTime?: string | undefined;
|
|
@@ -332,8 +332,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
332
332
|
success: boolean;
|
|
333
333
|
operation: "upload_file";
|
|
334
334
|
file?: {
|
|
335
|
-
mimeType: string;
|
|
336
335
|
name: string;
|
|
336
|
+
mimeType: string;
|
|
337
337
|
id: string;
|
|
338
338
|
size?: string | undefined;
|
|
339
339
|
createdTime?: string | undefined;
|
|
@@ -358,15 +358,15 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
358
358
|
error: string;
|
|
359
359
|
success: boolean;
|
|
360
360
|
operation: "download_file";
|
|
361
|
-
mimeType?: string | undefined;
|
|
362
361
|
content?: string | undefined;
|
|
362
|
+
mimeType?: string | undefined;
|
|
363
363
|
filename?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
error: string;
|
|
366
366
|
success: boolean;
|
|
367
367
|
operation: "download_file";
|
|
368
|
-
mimeType?: string | undefined;
|
|
369
368
|
content?: string | undefined;
|
|
369
|
+
mimeType?: string | undefined;
|
|
370
370
|
filename?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -393,8 +393,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
393
393
|
emailAddress?: string | undefined;
|
|
394
394
|
}>, "many">>;
|
|
395
395
|
}, "strip", z.ZodTypeAny, {
|
|
396
|
-
mimeType: string;
|
|
397
396
|
name: string;
|
|
397
|
+
mimeType: string;
|
|
398
398
|
id: string;
|
|
399
399
|
size?: string | undefined;
|
|
400
400
|
createdTime?: string | undefined;
|
|
@@ -408,8 +408,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
408
408
|
emailAddress?: string | undefined;
|
|
409
409
|
}[] | undefined;
|
|
410
410
|
}, {
|
|
411
|
-
mimeType: string;
|
|
412
411
|
name: string;
|
|
412
|
+
mimeType: string;
|
|
413
413
|
id: string;
|
|
414
414
|
size?: string | undefined;
|
|
415
415
|
createdTime?: string | undefined;
|
|
@@ -431,8 +431,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
431
431
|
success: boolean;
|
|
432
432
|
operation: "list_files";
|
|
433
433
|
files?: {
|
|
434
|
-
mimeType: string;
|
|
435
434
|
name: string;
|
|
435
|
+
mimeType: string;
|
|
436
436
|
id: string;
|
|
437
437
|
size?: string | undefined;
|
|
438
438
|
createdTime?: string | undefined;
|
|
@@ -453,8 +453,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
453
453
|
success: boolean;
|
|
454
454
|
operation: "list_files";
|
|
455
455
|
files?: {
|
|
456
|
-
mimeType: string;
|
|
457
456
|
name: string;
|
|
457
|
+
mimeType: string;
|
|
458
458
|
id: string;
|
|
459
459
|
size?: string | undefined;
|
|
460
460
|
createdTime?: string | undefined;
|
|
@@ -550,8 +550,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
550
550
|
emailAddress?: string | undefined;
|
|
551
551
|
}>, "many">>;
|
|
552
552
|
}, "strip", z.ZodTypeAny, {
|
|
553
|
-
mimeType: string;
|
|
554
553
|
name: string;
|
|
554
|
+
mimeType: string;
|
|
555
555
|
id: string;
|
|
556
556
|
size?: string | undefined;
|
|
557
557
|
createdTime?: string | undefined;
|
|
@@ -565,8 +565,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
565
565
|
emailAddress?: string | undefined;
|
|
566
566
|
}[] | undefined;
|
|
567
567
|
}, {
|
|
568
|
-
mimeType: string;
|
|
569
568
|
name: string;
|
|
569
|
+
mimeType: string;
|
|
570
570
|
id: string;
|
|
571
571
|
size?: string | undefined;
|
|
572
572
|
createdTime?: string | undefined;
|
|
@@ -605,8 +605,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
605
605
|
success: boolean;
|
|
606
606
|
operation: "get_file_info";
|
|
607
607
|
file?: {
|
|
608
|
-
mimeType: string;
|
|
609
608
|
name: string;
|
|
609
|
+
mimeType: string;
|
|
610
610
|
id: string;
|
|
611
611
|
size?: string | undefined;
|
|
612
612
|
createdTime?: string | undefined;
|
|
@@ -632,8 +632,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
632
632
|
success: boolean;
|
|
633
633
|
operation: "get_file_info";
|
|
634
634
|
file?: {
|
|
635
|
-
mimeType: string;
|
|
636
635
|
name: string;
|
|
636
|
+
mimeType: string;
|
|
637
637
|
id: string;
|
|
638
638
|
size?: string | undefined;
|
|
639
639
|
createdTime?: string | undefined;
|
|
@@ -697,8 +697,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
697
697
|
emailAddress?: string | undefined;
|
|
698
698
|
}>, "many">>;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
|
-
mimeType: string;
|
|
701
700
|
name: string;
|
|
701
|
+
mimeType: string;
|
|
702
702
|
id: string;
|
|
703
703
|
size?: string | undefined;
|
|
704
704
|
createdTime?: string | undefined;
|
|
@@ -712,8 +712,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
712
712
|
emailAddress?: string | undefined;
|
|
713
713
|
}[] | undefined;
|
|
714
714
|
}, {
|
|
715
|
-
mimeType: string;
|
|
716
715
|
name: string;
|
|
716
|
+
mimeType: string;
|
|
717
717
|
id: string;
|
|
718
718
|
size?: string | undefined;
|
|
719
719
|
createdTime?: string | undefined;
|
|
@@ -733,8 +733,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
733
733
|
success: boolean;
|
|
734
734
|
operation: "move_file";
|
|
735
735
|
file?: {
|
|
736
|
-
mimeType: string;
|
|
737
736
|
name: string;
|
|
737
|
+
mimeType: string;
|
|
738
738
|
id: string;
|
|
739
739
|
size?: string | undefined;
|
|
740
740
|
createdTime?: string | undefined;
|
|
@@ -753,8 +753,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
753
753
|
success: boolean;
|
|
754
754
|
operation: "move_file";
|
|
755
755
|
file?: {
|
|
756
|
-
mimeType: string;
|
|
757
756
|
name: string;
|
|
757
|
+
mimeType: string;
|
|
758
758
|
id: string;
|
|
759
759
|
size?: string | undefined;
|
|
760
760
|
createdTime?: string | undefined;
|
|
@@ -932,15 +932,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
932
932
|
content: string;
|
|
933
933
|
operation: "upload_file";
|
|
934
934
|
convert_to_google_docs: boolean;
|
|
935
|
-
mimeType?: string | undefined;
|
|
936
935
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
936
|
+
mimeType?: string | undefined;
|
|
937
937
|
parent_folder_id?: string | undefined;
|
|
938
938
|
}, {
|
|
939
939
|
name: string;
|
|
940
940
|
content: string;
|
|
941
941
|
operation: "upload_file";
|
|
942
|
-
mimeType?: string | undefined;
|
|
943
942
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
943
|
+
mimeType?: string | undefined;
|
|
944
944
|
parent_folder_id?: string | undefined;
|
|
945
945
|
convert_to_google_docs?: boolean | undefined;
|
|
946
946
|
}>, z.ZodObject<{
|
|
@@ -1193,8 +1193,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1193
1193
|
emailAddress?: string | undefined;
|
|
1194
1194
|
}>, "many">>;
|
|
1195
1195
|
}, "strip", z.ZodTypeAny, {
|
|
1196
|
-
mimeType: string;
|
|
1197
1196
|
name: string;
|
|
1197
|
+
mimeType: string;
|
|
1198
1198
|
id: string;
|
|
1199
1199
|
size?: string | undefined;
|
|
1200
1200
|
createdTime?: string | undefined;
|
|
@@ -1208,8 +1208,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1208
1208
|
emailAddress?: string | undefined;
|
|
1209
1209
|
}[] | undefined;
|
|
1210
1210
|
}, {
|
|
1211
|
-
mimeType: string;
|
|
1212
1211
|
name: string;
|
|
1212
|
+
mimeType: string;
|
|
1213
1213
|
id: string;
|
|
1214
1214
|
size?: string | undefined;
|
|
1215
1215
|
createdTime?: string | undefined;
|
|
@@ -1229,8 +1229,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1229
1229
|
success: boolean;
|
|
1230
1230
|
operation: "upload_file";
|
|
1231
1231
|
file?: {
|
|
1232
|
-
mimeType: string;
|
|
1233
1232
|
name: string;
|
|
1233
|
+
mimeType: string;
|
|
1234
1234
|
id: string;
|
|
1235
1235
|
size?: string | undefined;
|
|
1236
1236
|
createdTime?: string | undefined;
|
|
@@ -1249,8 +1249,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1249
1249
|
success: boolean;
|
|
1250
1250
|
operation: "upload_file";
|
|
1251
1251
|
file?: {
|
|
1252
|
-
mimeType: string;
|
|
1253
1252
|
name: string;
|
|
1253
|
+
mimeType: string;
|
|
1254
1254
|
id: string;
|
|
1255
1255
|
size?: string | undefined;
|
|
1256
1256
|
createdTime?: string | undefined;
|
|
@@ -1275,15 +1275,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1275
1275
|
error: string;
|
|
1276
1276
|
success: boolean;
|
|
1277
1277
|
operation: "download_file";
|
|
1278
|
-
mimeType?: string | undefined;
|
|
1279
1278
|
content?: string | undefined;
|
|
1279
|
+
mimeType?: string | undefined;
|
|
1280
1280
|
filename?: string | undefined;
|
|
1281
1281
|
}, {
|
|
1282
1282
|
error: string;
|
|
1283
1283
|
success: boolean;
|
|
1284
1284
|
operation: "download_file";
|
|
1285
|
-
mimeType?: string | undefined;
|
|
1286
1285
|
content?: string | undefined;
|
|
1286
|
+
mimeType?: string | undefined;
|
|
1287
1287
|
filename?: string | undefined;
|
|
1288
1288
|
}>, z.ZodObject<{
|
|
1289
1289
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -1310,8 +1310,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1310
1310
|
emailAddress?: string | undefined;
|
|
1311
1311
|
}>, "many">>;
|
|
1312
1312
|
}, "strip", z.ZodTypeAny, {
|
|
1313
|
-
mimeType: string;
|
|
1314
1313
|
name: string;
|
|
1314
|
+
mimeType: string;
|
|
1315
1315
|
id: string;
|
|
1316
1316
|
size?: string | undefined;
|
|
1317
1317
|
createdTime?: string | undefined;
|
|
@@ -1325,8 +1325,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1325
1325
|
emailAddress?: string | undefined;
|
|
1326
1326
|
}[] | undefined;
|
|
1327
1327
|
}, {
|
|
1328
|
-
mimeType: string;
|
|
1329
1328
|
name: string;
|
|
1329
|
+
mimeType: string;
|
|
1330
1330
|
id: string;
|
|
1331
1331
|
size?: string | undefined;
|
|
1332
1332
|
createdTime?: string | undefined;
|
|
@@ -1348,8 +1348,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1348
1348
|
success: boolean;
|
|
1349
1349
|
operation: "list_files";
|
|
1350
1350
|
files?: {
|
|
1351
|
-
mimeType: string;
|
|
1352
1351
|
name: string;
|
|
1352
|
+
mimeType: string;
|
|
1353
1353
|
id: string;
|
|
1354
1354
|
size?: string | undefined;
|
|
1355
1355
|
createdTime?: string | undefined;
|
|
@@ -1370,8 +1370,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1370
1370
|
success: boolean;
|
|
1371
1371
|
operation: "list_files";
|
|
1372
1372
|
files?: {
|
|
1373
|
-
mimeType: string;
|
|
1374
1373
|
name: string;
|
|
1374
|
+
mimeType: string;
|
|
1375
1375
|
id: string;
|
|
1376
1376
|
size?: string | undefined;
|
|
1377
1377
|
createdTime?: string | undefined;
|
|
@@ -1467,8 +1467,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1467
1467
|
emailAddress?: string | undefined;
|
|
1468
1468
|
}>, "many">>;
|
|
1469
1469
|
}, "strip", z.ZodTypeAny, {
|
|
1470
|
-
mimeType: string;
|
|
1471
1470
|
name: string;
|
|
1471
|
+
mimeType: string;
|
|
1472
1472
|
id: string;
|
|
1473
1473
|
size?: string | undefined;
|
|
1474
1474
|
createdTime?: string | undefined;
|
|
@@ -1482,8 +1482,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1482
1482
|
emailAddress?: string | undefined;
|
|
1483
1483
|
}[] | undefined;
|
|
1484
1484
|
}, {
|
|
1485
|
-
mimeType: string;
|
|
1486
1485
|
name: string;
|
|
1486
|
+
mimeType: string;
|
|
1487
1487
|
id: string;
|
|
1488
1488
|
size?: string | undefined;
|
|
1489
1489
|
createdTime?: string | undefined;
|
|
@@ -1522,8 +1522,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1522
1522
|
success: boolean;
|
|
1523
1523
|
operation: "get_file_info";
|
|
1524
1524
|
file?: {
|
|
1525
|
-
mimeType: string;
|
|
1526
1525
|
name: string;
|
|
1526
|
+
mimeType: string;
|
|
1527
1527
|
id: string;
|
|
1528
1528
|
size?: string | undefined;
|
|
1529
1529
|
createdTime?: string | undefined;
|
|
@@ -1549,8 +1549,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1549
1549
|
success: boolean;
|
|
1550
1550
|
operation: "get_file_info";
|
|
1551
1551
|
file?: {
|
|
1552
|
-
mimeType: string;
|
|
1553
1552
|
name: string;
|
|
1553
|
+
mimeType: string;
|
|
1554
1554
|
id: string;
|
|
1555
1555
|
size?: string | undefined;
|
|
1556
1556
|
createdTime?: string | undefined;
|
|
@@ -1614,8 +1614,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1614
1614
|
emailAddress?: string | undefined;
|
|
1615
1615
|
}>, "many">>;
|
|
1616
1616
|
}, "strip", z.ZodTypeAny, {
|
|
1617
|
-
mimeType: string;
|
|
1618
1617
|
name: string;
|
|
1618
|
+
mimeType: string;
|
|
1619
1619
|
id: string;
|
|
1620
1620
|
size?: string | undefined;
|
|
1621
1621
|
createdTime?: string | undefined;
|
|
@@ -1629,8 +1629,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1629
1629
|
emailAddress?: string | undefined;
|
|
1630
1630
|
}[] | undefined;
|
|
1631
1631
|
}, {
|
|
1632
|
-
mimeType: string;
|
|
1633
1632
|
name: string;
|
|
1633
|
+
mimeType: string;
|
|
1634
1634
|
id: string;
|
|
1635
1635
|
size?: string | undefined;
|
|
1636
1636
|
createdTime?: string | undefined;
|
|
@@ -1650,8 +1650,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1650
1650
|
success: boolean;
|
|
1651
1651
|
operation: "move_file";
|
|
1652
1652
|
file?: {
|
|
1653
|
-
mimeType: string;
|
|
1654
1653
|
name: string;
|
|
1654
|
+
mimeType: string;
|
|
1655
1655
|
id: string;
|
|
1656
1656
|
size?: string | undefined;
|
|
1657
1657
|
createdTime?: string | undefined;
|
|
@@ -1670,8 +1670,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1670
1670
|
success: boolean;
|
|
1671
1671
|
operation: "move_file";
|
|
1672
1672
|
file?: {
|
|
1673
|
-
mimeType: string;
|
|
1674
1673
|
name: string;
|
|
1674
|
+
mimeType: string;
|
|
1675
1675
|
id: string;
|
|
1676
1676
|
size?: string | undefined;
|
|
1677
1677
|
createdTime?: string | undefined;
|
|
@@ -13,11 +13,11 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
13
13
|
authHeader: z.ZodOptional<z.ZodString>;
|
|
14
14
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
url: string;
|
|
17
16
|
timeout: number;
|
|
17
|
+
url: string;
|
|
18
18
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
|
-
authType: "
|
|
20
|
+
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
headers?: Record<string, string> | undefined;
|
|
23
23
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -30,7 +30,7 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
30
30
|
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
31
31
|
body?: string | Record<string, unknown> | undefined;
|
|
32
32
|
followRedirects?: boolean | undefined;
|
|
33
|
-
authType?: "
|
|
33
|
+
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
34
34
|
authHeader?: string | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
type HttpParamsInput = z.input<typeof HttpParamsSchema>;
|
|
@@ -83,11 +83,11 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
83
83
|
authHeader: z.ZodOptional<z.ZodString>;
|
|
84
84
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
|
-
url: string;
|
|
87
86
|
timeout: number;
|
|
87
|
+
url: string;
|
|
88
88
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
|
-
authType: "
|
|
90
|
+
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
92
|
headers?: Record<string, string> | undefined;
|
|
93
93
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -100,7 +100,7 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
100
100
|
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
101
101
|
body?: string | Record<string, unknown> | undefined;
|
|
102
102
|
followRedirects?: boolean | undefined;
|
|
103
|
-
authType?: "
|
|
103
|
+
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
104
104
|
authHeader?: string | undefined;
|
|
105
105
|
}>;
|
|
106
106
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -11,18 +11,18 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
|
|
|
11
11
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
parameters: unknown[];
|
|
14
15
|
timeout: number;
|
|
15
16
|
query: string;
|
|
16
17
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
17
|
-
parameters: unknown[];
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
query: string;
|
|
22
|
+
parameters?: unknown[] | undefined;
|
|
22
23
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
24
|
timeout?: number | undefined;
|
|
24
25
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
25
|
-
parameters?: unknown[] | undefined;
|
|
26
26
|
maxRows?: number | undefined;
|
|
27
27
|
}>;
|
|
28
28
|
type InsForgeDbParamsInput = z.input<typeof InsForgeDbParamsSchema>;
|
|
@@ -36,20 +36,20 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
|
|
|
36
36
|
error: z.ZodString;
|
|
37
37
|
cleanedJSONString: z.ZodString;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
executionTime: number;
|
|
39
40
|
error: string;
|
|
40
41
|
success: boolean;
|
|
41
42
|
rows: Record<string, unknown>[];
|
|
42
43
|
rowCount: number | null;
|
|
43
44
|
command: string;
|
|
44
|
-
executionTime: number;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
|
+
executionTime: number;
|
|
47
48
|
error: string;
|
|
48
49
|
success: boolean;
|
|
49
50
|
rows: Record<string, unknown>[];
|
|
50
51
|
rowCount: number | null;
|
|
51
52
|
command: string;
|
|
52
|
-
executionTime: number;
|
|
53
53
|
cleanedJSONString: string;
|
|
54
54
|
}>;
|
|
55
55
|
type InsForgeDbResult = z.output<typeof InsForgeDbResultSchema>;
|
|
@@ -85,18 +85,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
85
85
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
86
86
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
+
parameters: unknown[];
|
|
88
89
|
timeout: number;
|
|
89
90
|
query: string;
|
|
90
91
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
91
|
-
parameters: unknown[];
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
query: string;
|
|
96
|
+
parameters?: unknown[] | undefined;
|
|
96
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
98
|
timeout?: number | undefined;
|
|
98
99
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
99
|
-
parameters?: unknown[] | undefined;
|
|
100
100
|
maxRows?: number | undefined;
|
|
101
101
|
}>;
|
|
102
102
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -108,20 +108,20 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
108
108
|
error: z.ZodString;
|
|
109
109
|
cleanedJSONString: z.ZodString;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
executionTime: number;
|
|
111
112
|
error: string;
|
|
112
113
|
success: boolean;
|
|
113
114
|
rows: Record<string, unknown>[];
|
|
114
115
|
rowCount: number | null;
|
|
115
116
|
command: string;
|
|
116
|
-
executionTime: number;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
|
+
executionTime: number;
|
|
119
120
|
error: string;
|
|
120
121
|
success: boolean;
|
|
121
122
|
rows: Record<string, unknown>[];
|
|
122
123
|
rowCount: number | null;
|
|
123
124
|
command: string;
|
|
124
|
-
executionTime: number;
|
|
125
125
|
cleanedJSONString: string;
|
|
126
126
|
}>;
|
|
127
127
|
static readonly shortDescription = "InsForge is the backend built for AI-assisted development. Connect InsForge with any agent. Add authentication, database, storage, functions, and AI integrations to your app in seconds.";
|
|
@@ -129,12 +129,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
129
129
|
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
130
130
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
131
131
|
}, "strip", import("zod").ZodTypeAny, {
|
|
132
|
-
set?: string[] | undefined;
|
|
133
132
|
remove?: string[] | undefined;
|
|
133
|
+
set?: string[] | undefined;
|
|
134
134
|
add?: string[] | undefined;
|
|
135
135
|
}, {
|
|
136
|
-
set?: string[] | undefined;
|
|
137
136
|
remove?: string[] | undefined;
|
|
137
|
+
set?: string[] | undefined;
|
|
138
138
|
add?: string[] | undefined;
|
|
139
139
|
}>>;
|
|
140
140
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -148,8 +148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
148
148
|
priority?: string | undefined;
|
|
149
149
|
summary?: string | undefined;
|
|
150
150
|
labels?: {
|
|
151
|
-
set?: string[] | undefined;
|
|
152
151
|
remove?: string[] | undefined;
|
|
152
|
+
set?: string[] | undefined;
|
|
153
153
|
add?: string[] | undefined;
|
|
154
154
|
} | undefined;
|
|
155
155
|
comment?: string | undefined;
|
|
@@ -163,8 +163,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
163
163
|
priority?: string | undefined;
|
|
164
164
|
summary?: string | undefined;
|
|
165
165
|
labels?: {
|
|
166
|
-
set?: string[] | undefined;
|
|
167
166
|
remove?: string[] | undefined;
|
|
167
|
+
set?: string[] | undefined;
|
|
168
168
|
add?: string[] | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
comment?: string | undefined;
|
|
@@ -1431,8 +1431,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1431
1431
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1432
1432
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1433
1433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
|
-
id?: string | undefined;
|
|
1435
1434
|
key?: string | undefined;
|
|
1435
|
+
id?: string | undefined;
|
|
1436
1436
|
fields?: import("zod").objectOutputType<{
|
|
1437
1437
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1438
1438
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1818,8 +1818,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1818
1818
|
expand?: string | undefined;
|
|
1819
1819
|
self?: string | undefined;
|
|
1820
1820
|
}, {
|
|
1821
|
-
id?: string | undefined;
|
|
1822
1821
|
key?: string | undefined;
|
|
1822
|
+
id?: string | undefined;
|
|
1823
1823
|
fields?: import("zod").objectInputType<{
|
|
1824
1824
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1825
1825
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2214,8 +2214,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2214
2214
|
success: boolean;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
|
-
id?: string | undefined;
|
|
2218
2217
|
key?: string | undefined;
|
|
2218
|
+
id?: string | undefined;
|
|
2219
2219
|
fields?: import("zod").objectOutputType<{
|
|
2220
2220
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2221
2221
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2609,8 +2609,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2609
2609
|
success: boolean;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
|
-
id?: string | undefined;
|
|
2613
2612
|
key?: string | undefined;
|
|
2613
|
+
id?: string | undefined;
|
|
2614
2614
|
fields?: import("zod").objectInputType<{
|
|
2615
2615
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2616
2616
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4148,8 +4148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4148
4148
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
|
-
id?: string | undefined;
|
|
4152
4151
|
key?: string | undefined;
|
|
4152
|
+
id?: string | undefined;
|
|
4153
4153
|
fields?: import("zod").objectOutputType<{
|
|
4154
4154
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4155
4155
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4535,8 +4535,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4535
4535
|
expand?: string | undefined;
|
|
4536
4536
|
self?: string | undefined;
|
|
4537
4537
|
}, {
|
|
4538
|
-
id?: string | undefined;
|
|
4539
4538
|
key?: string | undefined;
|
|
4539
|
+
id?: string | undefined;
|
|
4540
4540
|
fields?: import("zod").objectInputType<{
|
|
4541
4541
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4542
4542
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4928,8 +4928,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4928
4928
|
success: boolean;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
|
-
id?: string | undefined;
|
|
4932
4931
|
key?: string | undefined;
|
|
4932
|
+
id?: string | undefined;
|
|
4933
4933
|
fields?: import("zod").objectOutputType<{
|
|
4934
4934
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4935
4935
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5320,8 +5320,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5320
5320
|
success: boolean;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
|
-
id?: string | undefined;
|
|
5324
5323
|
key?: string | undefined;
|
|
5324
|
+
id?: string | undefined;
|
|
5325
5325
|
fields?: import("zod").objectInputType<{
|
|
5326
5326
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5327
5327
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5715,12 +5715,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5715
5715
|
key: import("zod").ZodString;
|
|
5716
5716
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5717
5717
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5718
|
-
id: string;
|
|
5719
5718
|
key: string;
|
|
5719
|
+
id: string;
|
|
5720
5720
|
self?: string | undefined;
|
|
5721
5721
|
}, {
|
|
5722
|
-
id: string;
|
|
5723
5722
|
key: string;
|
|
5723
|
+
id: string;
|
|
5724
5724
|
self?: string | undefined;
|
|
5725
5725
|
}>>;
|
|
5726
5726
|
error: import("zod").ZodString;
|
|
@@ -5729,8 +5729,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5729
5729
|
success: boolean;
|
|
5730
5730
|
operation: "create";
|
|
5731
5731
|
issue?: {
|
|
5732
|
-
id: string;
|
|
5733
5732
|
key: string;
|
|
5733
|
+
id: string;
|
|
5734
5734
|
self?: string | undefined;
|
|
5735
5735
|
} | undefined;
|
|
5736
5736
|
}, {
|
|
@@ -5738,8 +5738,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5738
5738
|
success: boolean;
|
|
5739
5739
|
operation: "create";
|
|
5740
5740
|
issue?: {
|
|
5741
|
-
id: string;
|
|
5742
5741
|
key: string;
|
|
5742
|
+
id: string;
|
|
5743
5743
|
self?: string | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
}>, import("zod").ZodObject<{
|