@bubblelab/bubble-core 0.1.77 → 0.1.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/bubble-bundle.d.ts +53 -52
  2. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  5. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +112 -112
  10. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  11. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  12. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
  14. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  16. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  17. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  18. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  19. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  20. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  21. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
  22. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  23. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  24. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +4 -4
  25. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  26. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -11
  27. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  28. package/dist/bubbles.json +1 -1
  29. package/package.json +2 -2
@@ -274,8 +274,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
274
274
  }>, "many">>;
275
275
  }, "strip", z.ZodTypeAny, {
276
276
  name: string;
277
- mimeType: string;
278
277
  id: string;
278
+ mimeType: string;
279
279
  size?: string | undefined;
280
280
  createdTime?: string | undefined;
281
281
  modifiedTime?: string | undefined;
@@ -289,8 +289,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
289
289
  }[] | undefined;
290
290
  }, {
291
291
  name: string;
292
- mimeType: string;
293
292
  id: string;
293
+ mimeType: string;
294
294
  size?: string | undefined;
295
295
  createdTime?: string | undefined;
296
296
  modifiedTime?: string | undefined;
@@ -310,8 +310,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
310
310
  operation: "upload_file";
311
311
  file?: {
312
312
  name: string;
313
- mimeType: string;
314
313
  id: string;
314
+ mimeType: string;
315
315
  size?: string | undefined;
316
316
  createdTime?: string | undefined;
317
317
  modifiedTime?: string | undefined;
@@ -330,8 +330,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
330
330
  operation: "upload_file";
331
331
  file?: {
332
332
  name: string;
333
- mimeType: string;
334
333
  id: string;
334
+ mimeType: string;
335
335
  size?: string | undefined;
336
336
  createdTime?: string | undefined;
337
337
  modifiedTime?: string | undefined;
@@ -391,8 +391,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
391
391
  }>, "many">>;
392
392
  }, "strip", z.ZodTypeAny, {
393
393
  name: string;
394
- mimeType: string;
395
394
  id: string;
395
+ mimeType: string;
396
396
  size?: string | undefined;
397
397
  createdTime?: string | undefined;
398
398
  modifiedTime?: string | undefined;
@@ -406,8 +406,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
406
406
  }[] | undefined;
407
407
  }, {
408
408
  name: string;
409
- mimeType: string;
410
409
  id: string;
410
+ mimeType: string;
411
411
  size?: string | undefined;
412
412
  createdTime?: string | undefined;
413
413
  modifiedTime?: string | undefined;
@@ -429,8 +429,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
429
429
  operation: "list_files";
430
430
  files?: {
431
431
  name: string;
432
- mimeType: string;
433
432
  id: string;
433
+ mimeType: string;
434
434
  size?: string | undefined;
435
435
  createdTime?: string | undefined;
436
436
  modifiedTime?: string | undefined;
@@ -451,8 +451,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
451
451
  operation: "list_files";
452
452
  files?: {
453
453
  name: string;
454
- mimeType: string;
455
454
  id: string;
455
+ mimeType: string;
456
456
  size?: string | undefined;
457
457
  createdTime?: string | undefined;
458
458
  modifiedTime?: string | undefined;
@@ -548,8 +548,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
548
548
  }>, "many">>;
549
549
  }, "strip", z.ZodTypeAny, {
550
550
  name: string;
551
- mimeType: string;
552
551
  id: string;
552
+ mimeType: string;
553
553
  size?: string | undefined;
554
554
  createdTime?: string | undefined;
555
555
  modifiedTime?: string | undefined;
@@ -563,8 +563,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
563
563
  }[] | undefined;
564
564
  }, {
565
565
  name: string;
566
- mimeType: string;
567
566
  id: string;
567
+ mimeType: string;
568
568
  size?: string | undefined;
569
569
  createdTime?: string | undefined;
570
570
  modifiedTime?: string | undefined;
@@ -603,8 +603,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
603
603
  operation: "get_file_info";
604
604
  file?: {
605
605
  name: string;
606
- mimeType: string;
607
606
  id: string;
607
+ mimeType: string;
608
608
  size?: string | undefined;
609
609
  createdTime?: string | undefined;
610
610
  modifiedTime?: string | undefined;
@@ -630,8 +630,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
630
630
  operation: "get_file_info";
631
631
  file?: {
632
632
  name: string;
633
- mimeType: string;
634
633
  id: string;
634
+ mimeType: string;
635
635
  size?: string | undefined;
636
636
  createdTime?: string | undefined;
637
637
  modifiedTime?: string | undefined;
@@ -695,8 +695,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
695
695
  }>, "many">>;
696
696
  }, "strip", z.ZodTypeAny, {
697
697
  name: string;
698
- mimeType: string;
699
698
  id: string;
699
+ mimeType: string;
700
700
  size?: string | undefined;
701
701
  createdTime?: string | undefined;
702
702
  modifiedTime?: string | undefined;
@@ -710,8 +710,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
710
710
  }[] | undefined;
711
711
  }, {
712
712
  name: string;
713
- mimeType: string;
714
713
  id: string;
714
+ mimeType: string;
715
715
  size?: string | undefined;
716
716
  createdTime?: string | undefined;
717
717
  modifiedTime?: string | undefined;
@@ -731,8 +731,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
731
731
  operation: "move_file";
732
732
  file?: {
733
733
  name: string;
734
- mimeType: string;
735
734
  id: string;
735
+ mimeType: string;
736
736
  size?: string | undefined;
737
737
  createdTime?: string | undefined;
738
738
  modifiedTime?: string | undefined;
@@ -751,8 +751,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
751
751
  operation: "move_file";
752
752
  file?: {
753
753
  name: string;
754
- mimeType: string;
755
754
  id: string;
755
+ mimeType: string;
756
756
  size?: string | undefined;
757
757
  createdTime?: string | undefined;
758
758
  modifiedTime?: string | undefined;
@@ -1188,8 +1188,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1188
1188
  }>, "many">>;
1189
1189
  }, "strip", z.ZodTypeAny, {
1190
1190
  name: string;
1191
- mimeType: string;
1192
1191
  id: string;
1192
+ mimeType: string;
1193
1193
  size?: string | undefined;
1194
1194
  createdTime?: string | undefined;
1195
1195
  modifiedTime?: string | undefined;
@@ -1203,8 +1203,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1203
1203
  }[] | undefined;
1204
1204
  }, {
1205
1205
  name: string;
1206
- mimeType: string;
1207
1206
  id: string;
1207
+ mimeType: string;
1208
1208
  size?: string | undefined;
1209
1209
  createdTime?: string | undefined;
1210
1210
  modifiedTime?: string | undefined;
@@ -1224,8 +1224,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1224
1224
  operation: "upload_file";
1225
1225
  file?: {
1226
1226
  name: string;
1227
- mimeType: string;
1228
1227
  id: string;
1228
+ mimeType: string;
1229
1229
  size?: string | undefined;
1230
1230
  createdTime?: string | undefined;
1231
1231
  modifiedTime?: string | undefined;
@@ -1244,8 +1244,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1244
1244
  operation: "upload_file";
1245
1245
  file?: {
1246
1246
  name: string;
1247
- mimeType: string;
1248
1247
  id: string;
1248
+ mimeType: string;
1249
1249
  size?: string | undefined;
1250
1250
  createdTime?: string | undefined;
1251
1251
  modifiedTime?: string | undefined;
@@ -1305,8 +1305,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1305
1305
  }>, "many">>;
1306
1306
  }, "strip", z.ZodTypeAny, {
1307
1307
  name: string;
1308
- mimeType: string;
1309
1308
  id: string;
1309
+ mimeType: string;
1310
1310
  size?: string | undefined;
1311
1311
  createdTime?: string | undefined;
1312
1312
  modifiedTime?: string | undefined;
@@ -1320,8 +1320,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1320
1320
  }[] | undefined;
1321
1321
  }, {
1322
1322
  name: string;
1323
- mimeType: string;
1324
1323
  id: string;
1324
+ mimeType: string;
1325
1325
  size?: string | undefined;
1326
1326
  createdTime?: string | undefined;
1327
1327
  modifiedTime?: string | undefined;
@@ -1343,8 +1343,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1343
1343
  operation: "list_files";
1344
1344
  files?: {
1345
1345
  name: string;
1346
- mimeType: string;
1347
1346
  id: string;
1347
+ mimeType: string;
1348
1348
  size?: string | undefined;
1349
1349
  createdTime?: string | undefined;
1350
1350
  modifiedTime?: string | undefined;
@@ -1365,8 +1365,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1365
1365
  operation: "list_files";
1366
1366
  files?: {
1367
1367
  name: string;
1368
- mimeType: string;
1369
1368
  id: string;
1369
+ mimeType: string;
1370
1370
  size?: string | undefined;
1371
1371
  createdTime?: string | undefined;
1372
1372
  modifiedTime?: string | undefined;
@@ -1462,8 +1462,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1462
1462
  }>, "many">>;
1463
1463
  }, "strip", z.ZodTypeAny, {
1464
1464
  name: string;
1465
- mimeType: string;
1466
1465
  id: string;
1466
+ mimeType: string;
1467
1467
  size?: string | undefined;
1468
1468
  createdTime?: string | undefined;
1469
1469
  modifiedTime?: string | undefined;
@@ -1477,8 +1477,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1477
1477
  }[] | undefined;
1478
1478
  }, {
1479
1479
  name: string;
1480
- mimeType: string;
1481
1480
  id: string;
1481
+ mimeType: string;
1482
1482
  size?: string | undefined;
1483
1483
  createdTime?: string | undefined;
1484
1484
  modifiedTime?: string | undefined;
@@ -1517,8 +1517,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1517
1517
  operation: "get_file_info";
1518
1518
  file?: {
1519
1519
  name: string;
1520
- mimeType: string;
1521
1520
  id: string;
1521
+ mimeType: string;
1522
1522
  size?: string | undefined;
1523
1523
  createdTime?: string | undefined;
1524
1524
  modifiedTime?: string | undefined;
@@ -1544,8 +1544,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1544
1544
  operation: "get_file_info";
1545
1545
  file?: {
1546
1546
  name: string;
1547
- mimeType: string;
1548
1547
  id: string;
1548
+ mimeType: string;
1549
1549
  size?: string | undefined;
1550
1550
  createdTime?: string | undefined;
1551
1551
  modifiedTime?: string | undefined;
@@ -1609,8 +1609,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1609
1609
  }>, "many">>;
1610
1610
  }, "strip", z.ZodTypeAny, {
1611
1611
  name: string;
1612
- mimeType: string;
1613
1612
  id: string;
1613
+ mimeType: string;
1614
1614
  size?: string | undefined;
1615
1615
  createdTime?: string | undefined;
1616
1616
  modifiedTime?: string | undefined;
@@ -1624,8 +1624,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1624
1624
  }[] | undefined;
1625
1625
  }, {
1626
1626
  name: string;
1627
- mimeType: string;
1628
1627
  id: string;
1628
+ mimeType: string;
1629
1629
  size?: string | undefined;
1630
1630
  createdTime?: string | undefined;
1631
1631
  modifiedTime?: string | undefined;
@@ -1645,8 +1645,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1645
1645
  operation: "move_file";
1646
1646
  file?: {
1647
1647
  name: string;
1648
- mimeType: string;
1649
1648
  id: string;
1649
+ mimeType: string;
1650
1650
  size?: string | undefined;
1651
1651
  createdTime?: string | undefined;
1652
1652
  modifiedTime?: string | undefined;
@@ -1665,8 +1665,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
1665
1665
  operation: "move_file";
1666
1666
  file?: {
1667
1667
  name: string;
1668
- mimeType: string;
1669
1668
  id: string;
1669
+ mimeType: string;
1670
1670
  size?: string | undefined;
1671
1671
  createdTime?: string | undefined;
1672
1672
  modifiedTime?: string | undefined;
@@ -38,18 +38,18 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
38
38
  }, "strip", z.ZodTypeAny, {
39
39
  error: string;
40
40
  success: boolean;
41
+ executionTime: number;
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
47
  error: string;
48
48
  success: boolean;
49
+ executionTime: number;
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>;
@@ -110,18 +110,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
110
110
  }, "strip", z.ZodTypeAny, {
111
111
  error: string;
112
112
  success: boolean;
113
+ executionTime: number;
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
119
  error: string;
120
120
  success: boolean;
121
+ executionTime: number;
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.";
@@ -1438,7 +1438,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
1438
1438
  }, z.ZodTypeAny, "passthrough">>, "many">>;
1439
1439
  changelog: z.ZodOptional<z.ZodUnknown>;
1440
1440
  }, "strip", z.ZodTypeAny, {
1441
- id?: string | undefined;
1442
1441
  fields?: z.objectOutputType<{
1443
1442
  summary: z.ZodOptional<z.ZodString>;
1444
1443
  description: z.ZodOptional<z.ZodUnknown>;
@@ -1776,6 +1775,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
1776
1775
  total: z.ZodOptional<z.ZodNumber>;
1777
1776
  }, z.ZodTypeAny, "passthrough">>>;
1778
1777
  }, z.ZodTypeAny, "passthrough"> | undefined;
1778
+ id?: string | undefined;
1779
1779
  key?: string | undefined;
1780
1780
  changelog?: unknown;
1781
1781
  transitions?: z.objectOutputType<{
@@ -1825,7 +1825,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
1825
1825
  expand?: string | undefined;
1826
1826
  self?: string | undefined;
1827
1827
  }, {
1828
- id?: string | undefined;
1829
1828
  fields?: z.objectInputType<{
1830
1829
  summary: z.ZodOptional<z.ZodString>;
1831
1830
  description: z.ZodOptional<z.ZodUnknown>;
@@ -2163,6 +2162,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
2163
2162
  total: z.ZodOptional<z.ZodNumber>;
2164
2163
  }, z.ZodTypeAny, "passthrough">>>;
2165
2164
  }, z.ZodTypeAny, "passthrough"> | undefined;
2165
+ id?: string | undefined;
2166
2166
  key?: string | undefined;
2167
2167
  changelog?: unknown;
2168
2168
  transitions?: z.objectInputType<{
@@ -3586,7 +3586,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3586
3586
  }, z.ZodTypeAny, "passthrough">>, "many">>;
3587
3587
  changelog: z.ZodOptional<z.ZodUnknown>;
3588
3588
  }, "strip", z.ZodTypeAny, {
3589
- id?: string | undefined;
3590
3589
  fields?: z.objectOutputType<{
3591
3590
  summary: z.ZodOptional<z.ZodString>;
3592
3591
  description: z.ZodOptional<z.ZodUnknown>;
@@ -3924,6 +3923,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3924
3923
  total: z.ZodOptional<z.ZodNumber>;
3925
3924
  }, z.ZodTypeAny, "passthrough">>>;
3926
3925
  }, z.ZodTypeAny, "passthrough"> | undefined;
3926
+ id?: string | undefined;
3927
3927
  key?: string | undefined;
3928
3928
  changelog?: unknown;
3929
3929
  transitions?: z.objectOutputType<{
@@ -3973,7 +3973,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3973
3973
  expand?: string | undefined;
3974
3974
  self?: string | undefined;
3975
3975
  }, {
3976
- id?: string | undefined;
3977
3976
  fields?: z.objectInputType<{
3978
3977
  summary: z.ZodOptional<z.ZodString>;
3979
3978
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4311,6 +4310,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4311
4310
  total: z.ZodOptional<z.ZodNumber>;
4312
4311
  }, z.ZodTypeAny, "passthrough">>>;
4313
4312
  }, z.ZodTypeAny, "passthrough"> | undefined;
4313
+ id?: string | undefined;
4314
4314
  key?: string | undefined;
4315
4315
  changelog?: unknown;
4316
4316
  transitions?: z.objectInputType<{
@@ -4369,7 +4369,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4369
4369
  success: boolean;
4370
4370
  operation: "search";
4371
4371
  issues?: {
4372
- id?: string | undefined;
4373
4372
  fields?: z.objectOutputType<{
4374
4373
  summary: z.ZodOptional<z.ZodString>;
4375
4374
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4707,6 +4706,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4707
4706
  total: z.ZodOptional<z.ZodNumber>;
4708
4707
  }, z.ZodTypeAny, "passthrough">>>;
4709
4708
  }, z.ZodTypeAny, "passthrough"> | undefined;
4709
+ id?: string | undefined;
4710
4710
  key?: string | undefined;
4711
4711
  changelog?: unknown;
4712
4712
  transitions?: z.objectOutputType<{
@@ -4764,7 +4764,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4764
4764
  success: boolean;
4765
4765
  operation: "search";
4766
4766
  issues?: {
4767
- id?: string | undefined;
4768
4767
  fields?: z.objectInputType<{
4769
4768
  summary: z.ZodOptional<z.ZodString>;
4770
4769
  description: z.ZodOptional<z.ZodUnknown>;
@@ -5102,6 +5101,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5102
5101
  total: z.ZodOptional<z.ZodNumber>;
5103
5102
  }, z.ZodTypeAny, "passthrough">>>;
5104
5103
  }, z.ZodTypeAny, "passthrough"> | undefined;
5104
+ id?: string | undefined;
5105
5105
  key?: string | undefined;
5106
5106
  changelog?: unknown;
5107
5107
  transitions?: z.objectInputType<{
@@ -6303,7 +6303,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6303
6303
  }, z.ZodTypeAny, "passthrough">>, "many">>;
6304
6304
  changelog: z.ZodOptional<z.ZodUnknown>;
6305
6305
  }, "strip", z.ZodTypeAny, {
6306
- id?: string | undefined;
6307
6306
  fields?: z.objectOutputType<{
6308
6307
  summary: z.ZodOptional<z.ZodString>;
6309
6308
  description: z.ZodOptional<z.ZodUnknown>;
@@ -6641,6 +6640,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6641
6640
  total: z.ZodOptional<z.ZodNumber>;
6642
6641
  }, z.ZodTypeAny, "passthrough">>>;
6643
6642
  }, z.ZodTypeAny, "passthrough"> | undefined;
6643
+ id?: string | undefined;
6644
6644
  key?: string | undefined;
6645
6645
  changelog?: unknown;
6646
6646
  transitions?: z.objectOutputType<{
@@ -6690,7 +6690,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6690
6690
  expand?: string | undefined;
6691
6691
  self?: string | undefined;
6692
6692
  }, {
6693
- id?: string | undefined;
6694
6693
  fields?: z.objectInputType<{
6695
6694
  summary: z.ZodOptional<z.ZodString>;
6696
6695
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7028,6 +7027,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7028
7027
  total: z.ZodOptional<z.ZodNumber>;
7029
7028
  }, z.ZodTypeAny, "passthrough">>>;
7030
7029
  }, z.ZodTypeAny, "passthrough"> | undefined;
7030
+ id?: string | undefined;
7031
7031
  key?: string | undefined;
7032
7032
  changelog?: unknown;
7033
7033
  transitions?: z.objectInputType<{
@@ -7083,7 +7083,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7083
7083
  success: boolean;
7084
7084
  operation: "get";
7085
7085
  issue?: {
7086
- id?: string | undefined;
7087
7086
  fields?: z.objectOutputType<{
7088
7087
  summary: z.ZodOptional<z.ZodString>;
7089
7088
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7421,6 +7420,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7421
7420
  total: z.ZodOptional<z.ZodNumber>;
7422
7421
  }, z.ZodTypeAny, "passthrough">>>;
7423
7422
  }, z.ZodTypeAny, "passthrough"> | undefined;
7423
+ id?: string | undefined;
7424
7424
  key?: string | undefined;
7425
7425
  changelog?: unknown;
7426
7426
  transitions?: z.objectOutputType<{
@@ -7475,7 +7475,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7475
7475
  success: boolean;
7476
7476
  operation: "get";
7477
7477
  issue?: {
7478
- id?: string | undefined;
7479
7478
  fields?: z.objectInputType<{
7480
7479
  summary: z.ZodOptional<z.ZodString>;
7481
7480
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7813,6 +7812,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7813
7812
  total: z.ZodOptional<z.ZodNumber>;
7814
7813
  }, z.ZodTypeAny, "passthrough">>>;
7815
7814
  }, z.ZodTypeAny, "passthrough"> | undefined;
7815
+ id?: string | undefined;
7816
7816
  key?: string | undefined;
7817
7817
  changelog?: unknown;
7818
7818
  transitions?: z.objectInputType<{
@@ -51,10 +51,10 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
51
51
  }, "strip", z.ZodTypeAny, {
52
52
  error: string;
53
53
  success: boolean;
54
+ executionTime: number;
54
55
  rows: Record<string, unknown>[];
55
56
  rowCount: number | null;
56
57
  command: string;
57
- executionTime: number;
58
58
  cleanedJSONString: string;
59
59
  fields?: {
60
60
  name: string;
@@ -63,10 +63,10 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
63
63
  }, {
64
64
  error: string;
65
65
  success: boolean;
66
+ executionTime: number;
66
67
  rows: Record<string, unknown>[];
67
68
  rowCount: number | null;
68
69
  command: string;
69
- executionTime: number;
70
70
  cleanedJSONString: string;
71
71
  fields?: {
72
72
  name: string;
@@ -126,10 +126,10 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
126
126
  }, "strip", z.ZodTypeAny, {
127
127
  error: string;
128
128
  success: boolean;
129
+ executionTime: number;
129
130
  rows: Record<string, unknown>[];
130
131
  rowCount: number | null;
131
132
  command: string;
132
- executionTime: number;
133
133
  cleanedJSONString: string;
134
134
  fields?: {
135
135
  name: string;
@@ -138,10 +138,10 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
138
138
  }, {
139
139
  error: string;
140
140
  success: boolean;
141
+ executionTime: number;
141
142
  rows: Record<string, unknown>[];
142
143
  rowCount: number | null;
143
144
  command: string;
144
- executionTime: number;
145
145
  cleanedJSONString: string;
146
146
  fields?: {
147
147
  name: string;