@bubblelab/bubble-core 0.1.33 → 0.1.35

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 (59) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +116 -116
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +232 -232
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +50 -50
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
  8. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +326 -326
  10. package/dist/bubbles/service-bubble/followupboss.d.ts +332 -332
  11. package/dist/bubbles/service-bubble/github.d.ts +172 -172
  12. package/dist/bubbles/service-bubble/gmail.d.ts +632 -632
  13. package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
  14. package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
  15. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
  16. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  18. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  19. package/dist/bubbles/service-bubble/jira/jira.d.ts +513 -513
  20. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +670 -670
  21. package/dist/bubbles/service-bubble/notion/notion.d.ts +204 -204
  22. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  23. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/slack/slack.d.ts +414 -414
  25. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  26. package/dist/bubbles/service-bubble/telegram.d.ts +122 -122
  27. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  29. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  30. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  31. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  35. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
  36. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +424 -424
  37. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
  39. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
  40. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  42. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +104 -104
  43. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +192 -192
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  50. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  51. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  52. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  53. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  55. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  56. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
  57. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  58. package/dist/bubbles.json +1 -1
  59. package/package.json +2 -2
@@ -58,18 +58,18 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
58
58
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
59
59
  }, "strip", import("zod").ZodTypeAny, {
60
60
  operation: "enrich";
61
- fields?: string | undefined;
62
61
  credentials?: Partial<Record<CredentialType, string>> | undefined;
63
- company_domain?: string | undefined;
62
+ fields?: string | undefined;
64
63
  company_linkedin_url?: string | undefined;
64
+ company_domain?: string | undefined;
65
65
  company_id?: number | undefined;
66
66
  enrich_realtime?: boolean | undefined;
67
67
  }, {
68
68
  operation: "enrich";
69
- fields?: string | undefined;
70
69
  credentials?: Partial<Record<CredentialType, string>> | undefined;
71
- company_domain?: string | undefined;
70
+ fields?: string | undefined;
72
71
  company_linkedin_url?: string | undefined;
72
+ company_domain?: string | undefined;
73
73
  company_id?: number | undefined;
74
74
  enrich_realtime?: boolean | undefined;
75
75
  }>, import("zod").ZodObject<{
@@ -91,7 +91,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
91
91
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
92
92
  }>]>;
93
93
  }, "strip", import("zod").ZodTypeAny, {
94
- value: string | number | boolean | string[] | number[] | {
94
+ value: string | number | boolean | number[] | string[] | {
95
95
  location: string;
96
96
  distance: number;
97
97
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
@@ -99,7 +99,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
99
99
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
100
100
  column: string;
101
101
  }, {
102
- value: string | number | boolean | string[] | number[] | {
102
+ value: string | number | boolean | number[] | string[] | {
103
103
  location: string;
104
104
  distance: number;
105
105
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
@@ -134,7 +134,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
134
134
  }, "strip", import("zod").ZodTypeAny, {
135
135
  operation: "person_search_db";
136
136
  filters: {
137
- value: string | number | boolean | string[] | number[] | {
137
+ value: string | number | boolean | number[] | string[] | {
138
138
  location: string;
139
139
  distance: number;
140
140
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
@@ -142,8 +142,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
142
142
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
143
143
  column: string;
144
144
  } | import("./crustdata.schema.js").PersonDBFilterGroup;
145
- limit?: number | undefined;
146
145
  credentials?: Partial<Record<CredentialType, string>> | undefined;
146
+ limit?: number | undefined;
147
147
  cursor?: string | undefined;
148
148
  sorts?: {
149
149
  column: string;
@@ -157,7 +157,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
157
157
  }, {
158
158
  operation: "person_search_db";
159
159
  filters: {
160
- value: string | number | boolean | string[] | number[] | {
160
+ value: string | number | boolean | number[] | string[] | {
161
161
  location: string;
162
162
  distance: number;
163
163
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
@@ -165,8 +165,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
165
165
  type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
166
166
  column: string;
167
167
  } | import("./crustdata.schema.js").PersonDBFilterGroup;
168
- limit?: number | undefined;
169
168
  credentials?: Partial<Record<CredentialType, string>> | undefined;
169
+ limit?: number | undefined;
170
170
  cursor?: string | undefined;
171
171
  sorts?: {
172
172
  column: string;
@@ -205,9 +205,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
205
205
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
206
206
  error: import("zod").ZodString;
207
207
  }, "strip", import("zod").ZodTypeAny, {
208
- operation: "identify";
209
- success: boolean;
210
208
  error: string;
209
+ success: boolean;
210
+ operation: "identify";
211
211
  results?: import("zod").objectOutputType<{
212
212
  company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
213
213
  company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -217,9 +217,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
217
217
  score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
218
218
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
219
219
  }, {
220
- operation: "identify";
221
- success: boolean;
222
220
  error: string;
221
+ success: boolean;
222
+ operation: "identify";
223
223
  results?: import("zod").objectInputType<{
224
224
  company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
225
225
  company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -317,14 +317,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
317
317
  }, "strip", import("zod").ZodTypeAny, {
318
318
  description?: string | null | undefined;
319
319
  title?: string | null | undefined;
320
- company_linkedin_url?: string | null | undefined;
321
320
  company_name?: string | null | undefined;
321
+ company_linkedin_url?: string | null | undefined;
322
322
  start_date?: string | number | null | undefined;
323
323
  }, {
324
324
  description?: string | null | undefined;
325
325
  title?: string | null | undefined;
326
- company_linkedin_url?: string | null | undefined;
327
326
  company_name?: string | null | undefined;
327
+ company_linkedin_url?: string | null | undefined;
328
328
  start_date?: string | number | null | undefined;
329
329
  }>, "many">>>;
330
330
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -381,14 +381,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
381
381
  }, "strip", import("zod").ZodTypeAny, {
382
382
  description?: string | null | undefined;
383
383
  title?: string | null | undefined;
384
- company_linkedin_url?: string | null | undefined;
385
384
  company_name?: string | null | undefined;
385
+ company_linkedin_url?: string | null | undefined;
386
386
  start_date?: string | number | null | undefined;
387
387
  }, {
388
388
  description?: string | null | undefined;
389
389
  title?: string | null | undefined;
390
- company_linkedin_url?: string | null | undefined;
391
390
  company_name?: string | null | undefined;
391
+ company_linkedin_url?: string | null | undefined;
392
392
  start_date?: string | number | null | undefined;
393
393
  }>, "many">>>;
394
394
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -445,14 +445,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
445
445
  }, "strip", import("zod").ZodTypeAny, {
446
446
  description?: string | null | undefined;
447
447
  title?: string | null | undefined;
448
- company_linkedin_url?: string | null | undefined;
449
448
  company_name?: string | null | undefined;
449
+ company_linkedin_url?: string | null | undefined;
450
450
  start_date?: string | number | null | undefined;
451
451
  }, {
452
452
  description?: string | null | undefined;
453
453
  title?: string | null | undefined;
454
- company_linkedin_url?: string | null | undefined;
455
454
  company_name?: string | null | undefined;
455
+ company_linkedin_url?: string | null | undefined;
456
456
  start_date?: string | number | null | undefined;
457
457
  }>, "many">>>;
458
458
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -510,14 +510,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
510
510
  }, "strip", import("zod").ZodTypeAny, {
511
511
  description?: string | null | undefined;
512
512
  title?: string | null | undefined;
513
- company_linkedin_url?: string | null | undefined;
514
513
  company_name?: string | null | undefined;
514
+ company_linkedin_url?: string | null | undefined;
515
515
  start_date?: string | number | null | undefined;
516
516
  }, {
517
517
  description?: string | null | undefined;
518
518
  title?: string | null | undefined;
519
- company_linkedin_url?: string | null | undefined;
520
519
  company_name?: string | null | undefined;
520
+ company_linkedin_url?: string | null | undefined;
521
521
  start_date?: string | number | null | undefined;
522
522
  }>, "many">>>;
523
523
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -574,14 +574,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
574
574
  }, "strip", import("zod").ZodTypeAny, {
575
575
  description?: string | null | undefined;
576
576
  title?: string | null | undefined;
577
- company_linkedin_url?: string | null | undefined;
578
577
  company_name?: string | null | undefined;
578
+ company_linkedin_url?: string | null | undefined;
579
579
  start_date?: string | number | null | undefined;
580
580
  }, {
581
581
  description?: string | null | undefined;
582
582
  title?: string | null | undefined;
583
- company_linkedin_url?: string | null | undefined;
584
583
  company_name?: string | null | undefined;
584
+ company_linkedin_url?: string | null | undefined;
585
585
  start_date?: string | number | null | undefined;
586
586
  }>, "many">>>;
587
587
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -638,14 +638,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
638
638
  }, "strip", import("zod").ZodTypeAny, {
639
639
  description?: string | null | undefined;
640
640
  title?: string | null | undefined;
641
- company_linkedin_url?: string | null | undefined;
642
641
  company_name?: string | null | undefined;
642
+ company_linkedin_url?: string | null | undefined;
643
643
  start_date?: string | number | null | undefined;
644
644
  }, {
645
645
  description?: string | null | undefined;
646
646
  title?: string | null | undefined;
647
- company_linkedin_url?: string | null | undefined;
648
647
  company_name?: string | null | undefined;
648
+ company_linkedin_url?: string | null | undefined;
649
649
  start_date?: string | number | null | undefined;
650
650
  }>, "many">>>;
651
651
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -704,14 +704,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
704
704
  }, "strip", import("zod").ZodTypeAny, {
705
705
  description?: string | null | undefined;
706
706
  title?: string | null | undefined;
707
- company_linkedin_url?: string | null | undefined;
708
707
  company_name?: string | null | undefined;
708
+ company_linkedin_url?: string | null | undefined;
709
709
  start_date?: string | number | null | undefined;
710
710
  }, {
711
711
  description?: string | null | undefined;
712
712
  title?: string | null | undefined;
713
- company_linkedin_url?: string | null | undefined;
714
713
  company_name?: string | null | undefined;
714
+ company_linkedin_url?: string | null | undefined;
715
715
  start_date?: string | number | null | undefined;
716
716
  }>, "many">>>;
717
717
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -768,14 +768,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
768
768
  }, "strip", import("zod").ZodTypeAny, {
769
769
  description?: string | null | undefined;
770
770
  title?: string | null | undefined;
771
- company_linkedin_url?: string | null | undefined;
772
771
  company_name?: string | null | undefined;
772
+ company_linkedin_url?: string | null | undefined;
773
773
  start_date?: string | number | null | undefined;
774
774
  }, {
775
775
  description?: string | null | undefined;
776
776
  title?: string | null | undefined;
777
- company_linkedin_url?: string | null | undefined;
778
777
  company_name?: string | null | undefined;
778
+ company_linkedin_url?: string | null | undefined;
779
779
  start_date?: string | number | null | undefined;
780
780
  }>, "many">>>;
781
781
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -832,14 +832,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
832
832
  }, "strip", import("zod").ZodTypeAny, {
833
833
  description?: string | null | undefined;
834
834
  title?: string | null | undefined;
835
- company_linkedin_url?: string | null | undefined;
836
835
  company_name?: string | null | undefined;
836
+ company_linkedin_url?: string | null | undefined;
837
837
  start_date?: string | number | null | undefined;
838
838
  }, {
839
839
  description?: string | null | undefined;
840
840
  title?: string | null | undefined;
841
- company_linkedin_url?: string | null | undefined;
842
841
  company_name?: string | null | undefined;
842
+ company_linkedin_url?: string | null | undefined;
843
843
  start_date?: string | number | null | undefined;
844
844
  }>, "many">>>;
845
845
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -898,14 +898,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
898
898
  }, "strip", import("zod").ZodTypeAny, {
899
899
  description?: string | null | undefined;
900
900
  title?: string | null | undefined;
901
- company_linkedin_url?: string | null | undefined;
902
901
  company_name?: string | null | undefined;
902
+ company_linkedin_url?: string | null | undefined;
903
903
  start_date?: string | number | null | undefined;
904
904
  }, {
905
905
  description?: string | null | undefined;
906
906
  title?: string | null | undefined;
907
- company_linkedin_url?: string | null | undefined;
908
907
  company_name?: string | null | undefined;
908
+ company_linkedin_url?: string | null | undefined;
909
909
  start_date?: string | number | null | undefined;
910
910
  }>, "many">>>;
911
911
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -964,14 +964,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
964
964
  }, "strip", import("zod").ZodTypeAny, {
965
965
  description?: string | null | undefined;
966
966
  title?: string | null | undefined;
967
- company_linkedin_url?: string | null | undefined;
968
967
  company_name?: string | null | undefined;
968
+ company_linkedin_url?: string | null | undefined;
969
969
  start_date?: string | number | null | undefined;
970
970
  }, {
971
971
  description?: string | null | undefined;
972
972
  title?: string | null | undefined;
973
- company_linkedin_url?: string | null | undefined;
974
973
  company_name?: string | null | undefined;
974
+ company_linkedin_url?: string | null | undefined;
975
975
  start_date?: string | number | null | undefined;
976
976
  }>, "many">>>;
977
977
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1007,9 +1007,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1007
1007
  }>>>;
1008
1008
  error: import("zod").ZodString;
1009
1009
  }, "strip", import("zod").ZodTypeAny, {
1010
- operation: "enrich";
1011
- success: boolean;
1012
1010
  error: string;
1011
+ success: boolean;
1012
+ operation: "enrich";
1013
1013
  company?: import("zod").objectOutputType<{
1014
1014
  name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1015
1015
  linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -1056,14 +1056,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1056
1056
  }, "strip", import("zod").ZodTypeAny, {
1057
1057
  description?: string | null | undefined;
1058
1058
  title?: string | null | undefined;
1059
- company_linkedin_url?: string | null | undefined;
1060
1059
  company_name?: string | null | undefined;
1060
+ company_linkedin_url?: string | null | undefined;
1061
1061
  start_date?: string | number | null | undefined;
1062
1062
  }, {
1063
1063
  description?: string | null | undefined;
1064
1064
  title?: string | null | undefined;
1065
- company_linkedin_url?: string | null | undefined;
1066
1065
  company_name?: string | null | undefined;
1066
+ company_linkedin_url?: string | null | undefined;
1067
1067
  start_date?: string | number | null | undefined;
1068
1068
  }>, "many">>>;
1069
1069
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1121,14 +1121,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1121
1121
  }, "strip", import("zod").ZodTypeAny, {
1122
1122
  description?: string | null | undefined;
1123
1123
  title?: string | null | undefined;
1124
- company_linkedin_url?: string | null | undefined;
1125
1124
  company_name?: string | null | undefined;
1125
+ company_linkedin_url?: string | null | undefined;
1126
1126
  start_date?: string | number | null | undefined;
1127
1127
  }, {
1128
1128
  description?: string | null | undefined;
1129
1129
  title?: string | null | undefined;
1130
- company_linkedin_url?: string | null | undefined;
1131
1130
  company_name?: string | null | undefined;
1131
+ company_linkedin_url?: string | null | undefined;
1132
1132
  start_date?: string | number | null | undefined;
1133
1133
  }>, "many">>>;
1134
1134
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1187,14 +1187,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1187
1187
  }, "strip", import("zod").ZodTypeAny, {
1188
1188
  description?: string | null | undefined;
1189
1189
  title?: string | null | undefined;
1190
- company_linkedin_url?: string | null | undefined;
1191
1190
  company_name?: string | null | undefined;
1191
+ company_linkedin_url?: string | null | undefined;
1192
1192
  start_date?: string | number | null | undefined;
1193
1193
  }, {
1194
1194
  description?: string | null | undefined;
1195
1195
  title?: string | null | undefined;
1196
- company_linkedin_url?: string | null | undefined;
1197
1196
  company_name?: string | null | undefined;
1197
+ company_linkedin_url?: string | null | undefined;
1198
1198
  start_date?: string | number | null | undefined;
1199
1199
  }>, "many">>>;
1200
1200
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1229,9 +1229,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1229
1229
  }, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
1230
1230
  } | null | undefined;
1231
1231
  }, {
1232
- operation: "enrich";
1233
- success: boolean;
1234
1232
  error: string;
1233
+ success: boolean;
1234
+ operation: "enrich";
1235
1235
  company?: import("zod").objectInputType<{
1236
1236
  name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1237
1237
  linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -1278,14 +1278,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1278
1278
  }, "strip", import("zod").ZodTypeAny, {
1279
1279
  description?: string | null | undefined;
1280
1280
  title?: string | null | undefined;
1281
- company_linkedin_url?: string | null | undefined;
1282
1281
  company_name?: string | null | undefined;
1282
+ company_linkedin_url?: string | null | undefined;
1283
1283
  start_date?: string | number | null | undefined;
1284
1284
  }, {
1285
1285
  description?: string | null | undefined;
1286
1286
  title?: string | null | undefined;
1287
- company_linkedin_url?: string | null | undefined;
1288
1287
  company_name?: string | null | undefined;
1288
+ company_linkedin_url?: string | null | undefined;
1289
1289
  start_date?: string | number | null | undefined;
1290
1290
  }>, "many">>>;
1291
1291
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1343,14 +1343,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1343
1343
  }, "strip", import("zod").ZodTypeAny, {
1344
1344
  description?: string | null | undefined;
1345
1345
  title?: string | null | undefined;
1346
- company_linkedin_url?: string | null | undefined;
1347
1346
  company_name?: string | null | undefined;
1347
+ company_linkedin_url?: string | null | undefined;
1348
1348
  start_date?: string | number | null | undefined;
1349
1349
  }, {
1350
1350
  description?: string | null | undefined;
1351
1351
  title?: string | null | undefined;
1352
- company_linkedin_url?: string | null | undefined;
1353
1352
  company_name?: string | null | undefined;
1353
+ company_linkedin_url?: string | null | undefined;
1354
1354
  start_date?: string | number | null | undefined;
1355
1355
  }>, "many">>>;
1356
1356
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1409,14 +1409,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1409
1409
  }, "strip", import("zod").ZodTypeAny, {
1410
1410
  description?: string | null | undefined;
1411
1411
  title?: string | null | undefined;
1412
- company_linkedin_url?: string | null | undefined;
1413
1412
  company_name?: string | null | undefined;
1413
+ company_linkedin_url?: string | null | undefined;
1414
1414
  start_date?: string | number | null | undefined;
1415
1415
  }, {
1416
1416
  description?: string | null | undefined;
1417
1417
  title?: string | null | undefined;
1418
- company_linkedin_url?: string | null | undefined;
1419
1418
  company_name?: string | null | undefined;
1419
+ company_linkedin_url?: string | null | undefined;
1420
1420
  start_date?: string | number | null | undefined;
1421
1421
  }>, "many">>>;
1422
1422
  past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
@@ -2229,9 +2229,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
2229
2229
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
2230
2230
  error: import("zod").ZodString;
2231
2231
  }, "strip", import("zod").ZodTypeAny, {
2232
- operation: "person_search_db";
2233
- success: boolean;
2234
2232
  error: string;
2233
+ success: boolean;
2234
+ operation: "person_search_db";
2235
2235
  next_cursor?: string | undefined;
2236
2236
  total_count?: number | undefined;
2237
2237
  profiles?: import("zod").objectOutputType<{
@@ -2493,9 +2493,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
2493
2493
  twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2494
2494
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2495
2495
  }, {
2496
- operation: "person_search_db";
2497
- success: boolean;
2498
2496
  error: string;
2497
+ success: boolean;
2498
+ operation: "person_search_db";
2499
2499
  next_cursor?: string | undefined;
2500
2500
  total_count?: number | undefined;
2501
2501
  profiles?: import("zod").objectInputType<{