@bubblelab/bubble-core 0.1.70 → 0.1.71

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 (41) hide show
  1. package/dist/bubble-bundle.d.ts +71 -71
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +80 -80
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
  15. package/dist/bubbles/service-bubble/github.d.ts +36 -36
  16. package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  19. package/dist/bubbles/service-bubble/google-drive.js +20 -7
  20. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
  22. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +216 -216
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
  29. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
  30. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  31. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  33. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +234 -234
  34. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
  35. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  38. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
  39. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  40. package/dist/bubbles.json +3 -3
  41. package/package.json +2 -2
@@ -49,8 +49,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
49
49
  }>>;
50
50
  }, "strip", z.ZodTypeAny, {
51
51
  title: string;
52
- sheetId: number;
53
52
  index: number;
53
+ sheetId: number;
54
54
  sheetType?: string | undefined;
55
55
  gridProperties?: {
56
56
  rowCount?: number | undefined;
@@ -58,8 +58,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
58
58
  } | undefined;
59
59
  }, {
60
60
  title: string;
61
- sheetId: number;
62
61
  index: number;
62
+ sheetId: number;
63
63
  sheetType?: string | undefined;
64
64
  gridProperties?: {
65
65
  rowCount?: number | undefined;
@@ -69,8 +69,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
69
69
  }, "strip", z.ZodTypeAny, {
70
70
  properties: {
71
71
  title: string;
72
- sheetId: number;
73
72
  index: number;
73
+ sheetId: number;
74
74
  sheetType?: string | undefined;
75
75
  gridProperties?: {
76
76
  rowCount?: number | undefined;
@@ -80,8 +80,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
80
80
  }, {
81
81
  properties: {
82
82
  title: string;
83
- sheetId: number;
84
83
  index: number;
84
+ sheetId: number;
85
85
  sheetType?: string | undefined;
86
86
  gridProperties?: {
87
87
  rowCount?: number | undefined;
@@ -101,8 +101,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
101
101
  sheets?: {
102
102
  properties: {
103
103
  title: string;
104
- sheetId: number;
105
104
  index: number;
105
+ sheetId: number;
106
106
  sheetType?: string | undefined;
107
107
  gridProperties?: {
108
108
  rowCount?: number | undefined;
@@ -122,8 +122,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
122
122
  sheets?: {
123
123
  properties: {
124
124
  title: string;
125
- sheetId: number;
126
125
  index: number;
126
+ sheetId: number;
127
127
  sheetType?: string | undefined;
128
128
  gridProperties?: {
129
129
  rowCount?: number | undefined;
@@ -167,8 +167,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
167
167
  include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
168
168
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
169
169
  }, "strip", z.ZodTypeAny, {
170
- values: (string | number | boolean)[][];
171
170
  operation: "write_values";
171
+ values: (string | number | boolean)[][];
172
172
  range: string;
173
173
  spreadsheet_id: string;
174
174
  major_dimension: "ROWS" | "COLUMNS";
@@ -176,8 +176,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
176
176
  include_values_in_response: boolean;
177
177
  credentials?: Partial<Record<CredentialType, string>> | undefined;
178
178
  }, {
179
- values: unknown[][];
180
179
  operation: "write_values";
180
+ values: unknown[][];
181
181
  range: string;
182
182
  spreadsheet_id: string;
183
183
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -194,8 +194,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
194
194
  include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
195
195
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
196
196
  }, "strip", z.ZodTypeAny, {
197
- values: (string | number | boolean)[][];
198
197
  operation: "update_values";
198
+ values: (string | number | boolean)[][];
199
199
  range: string;
200
200
  spreadsheet_id: string;
201
201
  major_dimension: "ROWS" | "COLUMNS";
@@ -203,8 +203,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
203
203
  include_values_in_response: boolean;
204
204
  credentials?: Partial<Record<CredentialType, string>> | undefined;
205
205
  }, {
206
- values: unknown[][];
207
206
  operation: "update_values";
207
+ values: unknown[][];
208
208
  range: string;
209
209
  spreadsheet_id: string;
210
210
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -222,8 +222,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
222
222
  include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
223
223
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
224
224
  }, "strip", z.ZodTypeAny, {
225
- values: (string | number | boolean)[][];
226
225
  operation: "append_values";
226
+ values: (string | number | boolean)[][];
227
227
  range: string;
228
228
  spreadsheet_id: string;
229
229
  major_dimension: "ROWS" | "COLUMNS";
@@ -232,8 +232,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
232
232
  insert_data_option: "OVERWRITE" | "INSERT_ROWS";
233
233
  credentials?: Partial<Record<CredentialType, string>> | undefined;
234
234
  }, {
235
- values: unknown[][];
236
235
  operation: "append_values";
236
+ values: unknown[][];
237
237
  range: string;
238
238
  spreadsheet_id: string;
239
239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -342,13 +342,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
342
342
  sheet_titles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
343
343
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
344
344
  }, "strip", z.ZodTypeAny, {
345
- title: string;
346
345
  operation: "create_spreadsheet";
346
+ title: string;
347
347
  sheet_titles: string[];
348
348
  credentials?: Partial<Record<CredentialType, string>> | undefined;
349
349
  }, {
350
- title: string;
351
350
  operation: "create_spreadsheet";
351
+ title: string;
352
352
  credentials?: Partial<Record<CredentialType, string>> | undefined;
353
353
  sheet_titles?: string[] | undefined;
354
354
  }>, z.ZodObject<{
@@ -396,16 +396,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
396
396
  major_dimension: z.ZodOptional<z.ZodString>;
397
397
  error: z.ZodString;
398
398
  }, "strip", z.ZodTypeAny, {
399
- error: string;
400
- success: boolean;
401
399
  operation: "read_values";
400
+ success: boolean;
401
+ error: string;
402
402
  values?: (string | number | boolean)[][] | undefined;
403
403
  range?: string | undefined;
404
404
  major_dimension?: string | undefined;
405
405
  }, {
406
- error: string;
407
- success: boolean;
408
406
  operation: "read_values";
407
+ success: boolean;
408
+ error: string;
409
409
  values?: (string | number | boolean)[][] | undefined;
410
410
  range?: string | undefined;
411
411
  major_dimension?: string | undefined;
@@ -431,9 +431,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
431
431
  }>>;
432
432
  error: z.ZodString;
433
433
  }, "strip", z.ZodTypeAny, {
434
- error: string;
435
- success: boolean;
436
434
  operation: "write_values";
435
+ success: boolean;
436
+ error: string;
437
437
  updated_range?: string | undefined;
438
438
  updated_rows?: number | undefined;
439
439
  updated_columns?: number | undefined;
@@ -444,9 +444,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
444
444
  majorDimension?: "ROWS" | "COLUMNS" | undefined;
445
445
  } | undefined;
446
446
  }, {
447
- error: string;
448
- success: boolean;
449
447
  operation: "write_values";
448
+ success: boolean;
449
+ error: string;
450
450
  updated_range?: string | undefined;
451
451
  updated_rows?: number | undefined;
452
452
  updated_columns?: number | undefined;
@@ -478,9 +478,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
478
478
  }>>;
479
479
  error: z.ZodString;
480
480
  }, "strip", z.ZodTypeAny, {
481
- error: string;
482
- success: boolean;
483
481
  operation: "update_values";
482
+ success: boolean;
483
+ error: string;
484
484
  updated_range?: string | undefined;
485
485
  updated_rows?: number | undefined;
486
486
  updated_columns?: number | undefined;
@@ -491,9 +491,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
491
491
  majorDimension?: "ROWS" | "COLUMNS" | undefined;
492
492
  } | undefined;
493
493
  }, {
494
- error: string;
495
- success: boolean;
496
494
  operation: "update_values";
495
+ success: boolean;
496
+ error: string;
497
497
  updated_range?: string | undefined;
498
498
  updated_rows?: number | undefined;
499
499
  updated_columns?: number | undefined;
@@ -513,18 +513,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
513
513
  updated_cells: z.ZodOptional<z.ZodNumber>;
514
514
  error: z.ZodString;
515
515
  }, "strip", z.ZodTypeAny, {
516
- error: string;
517
- success: boolean;
518
516
  operation: "append_values";
517
+ success: boolean;
518
+ error: string;
519
519
  updated_range?: string | undefined;
520
520
  updated_rows?: number | undefined;
521
521
  updated_columns?: number | undefined;
522
522
  updated_cells?: number | undefined;
523
523
  table_range?: string | undefined;
524
524
  }, {
525
- error: string;
526
- success: boolean;
527
525
  operation: "append_values";
526
+ success: boolean;
527
+ error: string;
528
528
  updated_range?: string | undefined;
529
529
  updated_rows?: number | undefined;
530
530
  updated_columns?: number | undefined;
@@ -536,14 +536,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
536
536
  cleared_range: z.ZodOptional<z.ZodString>;
537
537
  error: z.ZodString;
538
538
  }, "strip", z.ZodTypeAny, {
539
- error: string;
540
- success: boolean;
541
539
  operation: "clear_values";
540
+ success: boolean;
541
+ error: string;
542
542
  cleared_range?: string | undefined;
543
543
  }, {
544
- error: string;
545
- success: boolean;
546
544
  operation: "clear_values";
545
+ success: boolean;
546
+ error: string;
547
547
  cleared_range?: string | undefined;
548
548
  }>, z.ZodObject<{
549
549
  operation: z.ZodLiteral<"batch_read_values">;
@@ -563,18 +563,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
563
563
  }>, "many">>;
564
564
  error: z.ZodString;
565
565
  }, "strip", z.ZodTypeAny, {
566
- error: string;
567
- success: boolean;
568
566
  operation: "batch_read_values";
567
+ success: boolean;
568
+ error: string;
569
569
  value_ranges?: {
570
570
  values: (string | number | boolean)[][];
571
571
  range: string;
572
572
  majorDimension?: "ROWS" | "COLUMNS" | undefined;
573
573
  }[] | undefined;
574
574
  }, {
575
- error: string;
576
- success: boolean;
577
575
  operation: "batch_read_values";
576
+ success: boolean;
577
+ error: string;
578
578
  value_ranges?: {
579
579
  values: (string | number | boolean)[][];
580
580
  range: string;
@@ -605,9 +605,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
605
605
  }>, "many">>;
606
606
  error: z.ZodString;
607
607
  }, "strip", z.ZodTypeAny, {
608
- error: string;
609
- success: boolean;
610
608
  operation: "batch_update_values";
609
+ success: boolean;
610
+ error: string;
611
611
  total_updated_rows?: number | undefined;
612
612
  total_updated_columns?: number | undefined;
613
613
  total_updated_cells?: number | undefined;
@@ -619,9 +619,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
619
619
  updated_cells?: number | undefined;
620
620
  }[] | undefined;
621
621
  }, {
622
- error: string;
623
- success: boolean;
624
622
  operation: "batch_update_values";
623
+ success: boolean;
624
+ error: string;
625
625
  total_updated_rows?: number | undefined;
626
626
  total_updated_columns?: number | undefined;
627
627
  total_updated_cells?: number | undefined;
@@ -671,8 +671,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
671
671
  }>>;
672
672
  }, "strip", z.ZodTypeAny, {
673
673
  title: string;
674
- sheetId: number;
675
674
  index: number;
675
+ sheetId: number;
676
676
  sheetType?: string | undefined;
677
677
  gridProperties?: {
678
678
  rowCount?: number | undefined;
@@ -680,8 +680,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
680
680
  } | undefined;
681
681
  }, {
682
682
  title: string;
683
- sheetId: number;
684
683
  index: number;
684
+ sheetId: number;
685
685
  sheetType?: string | undefined;
686
686
  gridProperties?: {
687
687
  rowCount?: number | undefined;
@@ -691,8 +691,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
691
691
  }, "strip", z.ZodTypeAny, {
692
692
  properties: {
693
693
  title: string;
694
- sheetId: number;
695
694
  index: number;
695
+ sheetId: number;
696
696
  sheetType?: string | undefined;
697
697
  gridProperties?: {
698
698
  rowCount?: number | undefined;
@@ -702,8 +702,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
702
702
  }, {
703
703
  properties: {
704
704
  title: string;
705
- sheetId: number;
706
705
  index: number;
706
+ sheetId: number;
707
707
  sheetType?: string | undefined;
708
708
  gridProperties?: {
709
709
  rowCount?: number | undefined;
@@ -723,8 +723,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
723
723
  sheets?: {
724
724
  properties: {
725
725
  title: string;
726
- sheetId: number;
727
726
  index: number;
727
+ sheetId: number;
728
728
  sheetType?: string | undefined;
729
729
  gridProperties?: {
730
730
  rowCount?: number | undefined;
@@ -744,8 +744,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
744
744
  sheets?: {
745
745
  properties: {
746
746
  title: string;
747
- sheetId: number;
748
747
  index: number;
748
+ sheetId: number;
749
749
  sheetType?: string | undefined;
750
750
  gridProperties?: {
751
751
  rowCount?: number | undefined;
@@ -757,9 +757,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
757
757
  }>>;
758
758
  error: z.ZodString;
759
759
  }, "strip", z.ZodTypeAny, {
760
- error: string;
761
- success: boolean;
762
760
  operation: "get_spreadsheet_info";
761
+ success: boolean;
762
+ error: string;
763
763
  spreadsheet?: {
764
764
  spreadsheetId: string;
765
765
  properties?: {
@@ -771,8 +771,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
771
771
  sheets?: {
772
772
  properties: {
773
773
  title: string;
774
- sheetId: number;
775
774
  index: number;
775
+ sheetId: number;
776
776
  sheetType?: string | undefined;
777
777
  gridProperties?: {
778
778
  rowCount?: number | undefined;
@@ -783,9 +783,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
783
783
  spreadsheetUrl?: string | undefined;
784
784
  } | undefined;
785
785
  }, {
786
- error: string;
787
- success: boolean;
788
786
  operation: "get_spreadsheet_info";
787
+ success: boolean;
788
+ error: string;
789
789
  spreadsheet?: {
790
790
  spreadsheetId: string;
791
791
  properties?: {
@@ -797,8 +797,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
797
797
  sheets?: {
798
798
  properties: {
799
799
  title: string;
800
- sheetId: number;
801
800
  index: number;
801
+ sheetId: number;
802
802
  sheetType?: string | undefined;
803
803
  gridProperties?: {
804
804
  rowCount?: number | undefined;
@@ -847,8 +847,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
847
847
  }>>;
848
848
  }, "strip", z.ZodTypeAny, {
849
849
  title: string;
850
- sheetId: number;
851
850
  index: number;
851
+ sheetId: number;
852
852
  sheetType?: string | undefined;
853
853
  gridProperties?: {
854
854
  rowCount?: number | undefined;
@@ -856,8 +856,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
856
856
  } | undefined;
857
857
  }, {
858
858
  title: string;
859
- sheetId: number;
860
859
  index: number;
860
+ sheetId: number;
861
861
  sheetType?: string | undefined;
862
862
  gridProperties?: {
863
863
  rowCount?: number | undefined;
@@ -867,8 +867,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
867
867
  }, "strip", z.ZodTypeAny, {
868
868
  properties: {
869
869
  title: string;
870
- sheetId: number;
871
870
  index: number;
871
+ sheetId: number;
872
872
  sheetType?: string | undefined;
873
873
  gridProperties?: {
874
874
  rowCount?: number | undefined;
@@ -878,8 +878,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
878
878
  }, {
879
879
  properties: {
880
880
  title: string;
881
- sheetId: number;
882
881
  index: number;
882
+ sheetId: number;
883
883
  sheetType?: string | undefined;
884
884
  gridProperties?: {
885
885
  rowCount?: number | undefined;
@@ -899,8 +899,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
899
899
  sheets?: {
900
900
  properties: {
901
901
  title: string;
902
- sheetId: number;
903
902
  index: number;
903
+ sheetId: number;
904
904
  sheetType?: string | undefined;
905
905
  gridProperties?: {
906
906
  rowCount?: number | undefined;
@@ -920,8 +920,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
920
920
  sheets?: {
921
921
  properties: {
922
922
  title: string;
923
- sheetId: number;
924
923
  index: number;
924
+ sheetId: number;
925
925
  sheetType?: string | undefined;
926
926
  gridProperties?: {
927
927
  rowCount?: number | undefined;
@@ -933,9 +933,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
933
933
  }>>;
934
934
  error: z.ZodString;
935
935
  }, "strip", z.ZodTypeAny, {
936
- error: string;
937
- success: boolean;
938
936
  operation: "create_spreadsheet";
937
+ success: boolean;
938
+ error: string;
939
939
  spreadsheet?: {
940
940
  spreadsheetId: string;
941
941
  properties?: {
@@ -947,8 +947,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
947
947
  sheets?: {
948
948
  properties: {
949
949
  title: string;
950
- sheetId: number;
951
950
  index: number;
951
+ sheetId: number;
952
952
  sheetType?: string | undefined;
953
953
  gridProperties?: {
954
954
  rowCount?: number | undefined;
@@ -959,9 +959,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
959
959
  spreadsheetUrl?: string | undefined;
960
960
  } | undefined;
961
961
  }, {
962
- error: string;
963
- success: boolean;
964
962
  operation: "create_spreadsheet";
963
+ success: boolean;
964
+ error: string;
965
965
  spreadsheet?: {
966
966
  spreadsheetId: string;
967
967
  properties?: {
@@ -973,8 +973,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
973
973
  sheets?: {
974
974
  properties: {
975
975
  title: string;
976
- sheetId: number;
977
976
  index: number;
977
+ sheetId: number;
978
978
  sheetType?: string | undefined;
979
979
  gridProperties?: {
980
980
  rowCount?: number | undefined;
@@ -991,15 +991,15 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
991
991
  sheet_title: z.ZodOptional<z.ZodString>;
992
992
  error: z.ZodString;
993
993
  }, "strip", z.ZodTypeAny, {
994
- error: string;
995
- success: boolean;
996
994
  operation: "add_sheet";
995
+ success: boolean;
996
+ error: string;
997
997
  sheet_title?: string | undefined;
998
998
  sheet_id?: number | undefined;
999
999
  }, {
1000
- error: string;
1001
- success: boolean;
1002
1000
  operation: "add_sheet";
1001
+ success: boolean;
1002
+ error: string;
1003
1003
  sheet_title?: string | undefined;
1004
1004
  sheet_id?: number | undefined;
1005
1005
  }>, z.ZodObject<{
@@ -1008,14 +1008,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
1008
1008
  deleted_sheet_id: z.ZodOptional<z.ZodNumber>;
1009
1009
  error: z.ZodString;
1010
1010
  }, "strip", z.ZodTypeAny, {
1011
- error: string;
1012
- success: boolean;
1013
1011
  operation: "delete_sheet";
1012
+ success: boolean;
1013
+ error: string;
1014
1014
  deleted_sheet_id?: number | undefined;
1015
1015
  }, {
1016
- error: string;
1017
- success: boolean;
1018
1016
  operation: "delete_sheet";
1017
+ success: boolean;
1018
+ error: string;
1019
1019
  deleted_sheet_id?: number | undefined;
1020
1020
  }>]>;
1021
1021
  export type GoogleSheetsResult = z.output<typeof GoogleSheetsResultSchema>;
@@ -13,16 +13,16 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  query: string;
15
15
  timeout: number;
16
- allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
17
16
  parameters: unknown[];
17
+ allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
18
18
  maxRows: number;
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
20
  }, {
21
21
  query: string;
22
22
  credentials?: Partial<Record<CredentialType, string>> | undefined;
23
23
  timeout?: number | undefined;
24
- allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
25
24
  parameters?: unknown[] | undefined;
25
+ allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
26
26
  maxRows?: number | undefined;
27
27
  }>;
28
28
  type InsForgeDbParamsInput = z.input<typeof InsForgeDbParamsSchema>;
@@ -38,18 +38,18 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
38
38
  }, "strip", z.ZodTypeAny, {
39
39
  success: boolean;
40
40
  error: string;
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
  success: boolean;
48
48
  error: string;
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>;
@@ -87,16 +87,16 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
87
87
  }, "strip", z.ZodTypeAny, {
88
88
  query: string;
89
89
  timeout: number;
90
- allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
91
90
  parameters: unknown[];
91
+ allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
92
92
  maxRows: number;
93
93
  credentials?: Partial<Record<CredentialType, string>> | undefined;
94
94
  }, {
95
95
  query: string;
96
96
  credentials?: Partial<Record<CredentialType, string>> | undefined;
97
97
  timeout?: number | undefined;
98
- allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
99
98
  parameters?: unknown[] | undefined;
99
+ allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
100
100
  maxRows?: number | undefined;
101
101
  }>;
102
102
  static readonly resultSchema: z.ZodObject<{
@@ -110,18 +110,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
110
110
  }, "strip", z.ZodTypeAny, {
111
111
  success: boolean;
112
112
  error: string;
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
  success: boolean;
120
120
  error: string;
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.";
@@ -48,8 +48,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
48
48
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
49
49
  }, "strip", import("zod").ZodTypeAny, {
50
50
  operation: "search";
51
- limit: number;
52
51
  offset: number;
52
+ limit: number;
53
53
  jql: string;
54
54
  credentials?: Partial<Record<CredentialType, string>> | undefined;
55
55
  fields?: string[] | undefined;
@@ -58,8 +58,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
58
58
  jql: string;
59
59
  credentials?: Partial<Record<CredentialType, string>> | undefined;
60
60
  fields?: string[] | undefined;
61
- limit?: number | undefined;
62
61
  offset?: number | undefined;
62
+ limit?: number | undefined;
63
63
  }>, import("zod").ZodObject<{
64
64
  operation: import("zod").ZodLiteral<"get">;
65
65
  key: import("zod").ZodString;
@@ -210,14 +210,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
210
210
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
211
211
  }, "strip", import("zod").ZodTypeAny, {
212
212
  operation: "list_projects";
213
- limit: number;
214
213
  offset: number;
214
+ limit: number;
215
215
  credentials?: Partial<Record<CredentialType, string>> | undefined;
216
216
  }, {
217
217
  operation: "list_projects";
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
- limit?: number | undefined;
220
219
  offset?: number | undefined;
220
+ limit?: number | undefined;
221
221
  }>, import("zod").ZodObject<{
222
222
  operation: import("zod").ZodLiteral<"list_issue_types">;
223
223
  project: import("zod").ZodString;
@@ -253,16 +253,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
253
253
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
254
254
  }, "strip", import("zod").ZodTypeAny, {
255
255
  operation: "get_comments";
256
+ offset: number;
256
257
  key: string;
257
258
  limit: number;
258
- offset: number;
259
259
  credentials?: Partial<Record<CredentialType, string>> | undefined;
260
260
  }, {
261
261
  operation: "get_comments";
262
262
  key: string;
263
263
  credentials?: Partial<Record<CredentialType, string>> | undefined;
264
- limit?: number | undefined;
265
264
  offset?: number | undefined;
265
+ limit?: number | undefined;
266
266
  }>]>;
267
267
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
268
268
  operation: import("zod").ZodLiteral<"search">;
@@ -2583,8 +2583,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2583
2583
  expand?: string | undefined;
2584
2584
  self?: string | undefined;
2585
2585
  }[] | undefined;
2586
- limit?: number | undefined;
2587
2586
  offset?: number | undefined;
2587
+ limit?: number | undefined;
2588
2588
  total?: number | undefined;
2589
2589
  }, {
2590
2590
  operation: "search";
@@ -2978,8 +2978,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2978
2978
  expand?: string | undefined;
2979
2979
  self?: string | undefined;
2980
2980
  }[] | undefined;
2981
- limit?: number | undefined;
2982
2981
  offset?: number | undefined;
2982
+ limit?: number | undefined;
2983
2983
  total?: number | undefined;
2984
2984
  }>, import("zod").ZodObject<{
2985
2985
  operation: import("zod").ZodLiteral<"get">;