@bubblelab/bubble-core 0.1.44 → 0.1.46

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 (39) hide show
  1. package/dist/bubble-bundle.d.ts +65 -65
  2. package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  4. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +10 -10
  5. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -4
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.js +29 -8
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +80 -80
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +168 -168
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +32 -32
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
  17. package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +59 -2
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  20. package/dist/bubbles/service-bubble/github.d.ts +36 -36
  21. package/dist/bubbles/service-bubble/gmail.d.ts +384 -384
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +10 -10
  26. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +160 -160
  28. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  30. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  31. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  33. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +54 -54
  34. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +24 -24
  35. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  36. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
  37. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  38. package/dist/bubbles.json +1 -1
  39. package/package.json +2 -2
@@ -75,14 +75,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
75
75
  }, "strip", z.ZodTypeAny, {
76
76
  description?: string | null | undefined;
77
77
  title?: string | null | undefined;
78
- start_date?: string | number | null | undefined;
79
78
  company_name?: string | null | undefined;
79
+ start_date?: string | number | null | undefined;
80
80
  company_linkedin_url?: string | null | undefined;
81
81
  }, {
82
82
  description?: string | null | undefined;
83
83
  title?: string | null | undefined;
84
- start_date?: string | number | null | undefined;
85
84
  company_name?: string | null | undefined;
85
+ start_date?: string | number | null | undefined;
86
86
  company_linkedin_url?: string | null | undefined;
87
87
  }>, "many">>>;
88
88
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -92,14 +92,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
92
92
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
93
93
  }, "strip", z.ZodTypeAny, {
94
94
  title?: string | null | undefined;
95
+ company_name?: string | null | undefined;
95
96
  start_date?: string | number | null | undefined;
96
97
  end_date?: string | number | null | undefined;
97
- company_name?: string | null | undefined;
98
98
  }, {
99
99
  title?: string | null | undefined;
100
+ company_name?: string | null | undefined;
100
101
  start_date?: string | number | null | undefined;
101
102
  end_date?: string | number | null | undefined;
102
- company_name?: string | null | undefined;
103
103
  }>, "many">>>;
104
104
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
105
105
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -139,14 +139,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
139
139
  }, "strip", z.ZodTypeAny, {
140
140
  description?: string | null | undefined;
141
141
  title?: string | null | undefined;
142
- start_date?: string | number | null | undefined;
143
142
  company_name?: string | null | undefined;
143
+ start_date?: string | number | null | undefined;
144
144
  company_linkedin_url?: string | null | undefined;
145
145
  }, {
146
146
  description?: string | null | undefined;
147
147
  title?: string | null | undefined;
148
- start_date?: string | number | null | undefined;
149
148
  company_name?: string | null | undefined;
149
+ start_date?: string | number | null | undefined;
150
150
  company_linkedin_url?: string | null | undefined;
151
151
  }>, "many">>>;
152
152
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -156,14 +156,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
156
156
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
157
157
  }, "strip", z.ZodTypeAny, {
158
158
  title?: string | null | undefined;
159
+ company_name?: string | null | undefined;
159
160
  start_date?: string | number | null | undefined;
160
161
  end_date?: string | number | null | undefined;
161
- company_name?: string | null | undefined;
162
162
  }, {
163
163
  title?: string | null | undefined;
164
+ company_name?: string | null | undefined;
164
165
  start_date?: string | number | null | undefined;
165
166
  end_date?: string | number | null | undefined;
166
- company_name?: string | null | undefined;
167
167
  }>, "many">>>;
168
168
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
169
169
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -203,14 +203,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
203
203
  }, "strip", z.ZodTypeAny, {
204
204
  description?: string | null | undefined;
205
205
  title?: string | null | undefined;
206
- start_date?: string | number | null | undefined;
207
206
  company_name?: string | null | undefined;
207
+ start_date?: string | number | null | undefined;
208
208
  company_linkedin_url?: string | null | undefined;
209
209
  }, {
210
210
  description?: string | null | undefined;
211
211
  title?: string | null | undefined;
212
- start_date?: string | number | null | undefined;
213
212
  company_name?: string | null | undefined;
213
+ start_date?: string | number | null | undefined;
214
214
  company_linkedin_url?: string | null | undefined;
215
215
  }>, "many">>>;
216
216
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -220,14 +220,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
220
220
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
221
221
  }, "strip", z.ZodTypeAny, {
222
222
  title?: string | null | undefined;
223
+ company_name?: string | null | undefined;
223
224
  start_date?: string | number | null | undefined;
224
225
  end_date?: string | number | null | undefined;
225
- company_name?: string | null | undefined;
226
226
  }, {
227
227
  title?: string | null | undefined;
228
+ company_name?: string | null | undefined;
228
229
  start_date?: string | number | null | undefined;
229
230
  end_date?: string | number | null | undefined;
230
- company_name?: string | null | undefined;
231
231
  }>, "many">>>;
232
232
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
233
233
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2580,14 +2580,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2580
2580
  }, "strip", z.ZodTypeAny, {
2581
2581
  description?: string | null | undefined;
2582
2582
  title?: string | null | undefined;
2583
- start_date?: string | number | null | undefined;
2584
2583
  company_name?: string | null | undefined;
2584
+ start_date?: string | number | null | undefined;
2585
2585
  company_linkedin_url?: string | null | undefined;
2586
2586
  }, {
2587
2587
  description?: string | null | undefined;
2588
2588
  title?: string | null | undefined;
2589
- start_date?: string | number | null | undefined;
2590
2589
  company_name?: string | null | undefined;
2590
+ start_date?: string | number | null | undefined;
2591
2591
  company_linkedin_url?: string | null | undefined;
2592
2592
  }>, "many">>>;
2593
2593
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2597,14 +2597,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2597
2597
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2598
2598
  }, "strip", z.ZodTypeAny, {
2599
2599
  title?: string | null | undefined;
2600
+ company_name?: string | null | undefined;
2600
2601
  start_date?: string | number | null | undefined;
2601
2602
  end_date?: string | number | null | undefined;
2602
- company_name?: string | null | undefined;
2603
2603
  }, {
2604
2604
  title?: string | null | undefined;
2605
+ company_name?: string | null | undefined;
2605
2606
  start_date?: string | number | null | undefined;
2606
2607
  end_date?: string | number | null | undefined;
2607
- company_name?: string | null | undefined;
2608
2608
  }>, "many">>>;
2609
2609
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2610
2610
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2644,14 +2644,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2644
2644
  }, "strip", z.ZodTypeAny, {
2645
2645
  description?: string | null | undefined;
2646
2646
  title?: string | null | undefined;
2647
- start_date?: string | number | null | undefined;
2648
2647
  company_name?: string | null | undefined;
2648
+ start_date?: string | number | null | undefined;
2649
2649
  company_linkedin_url?: string | null | undefined;
2650
2650
  }, {
2651
2651
  description?: string | null | undefined;
2652
2652
  title?: string | null | undefined;
2653
- start_date?: string | number | null | undefined;
2654
2653
  company_name?: string | null | undefined;
2654
+ start_date?: string | number | null | undefined;
2655
2655
  company_linkedin_url?: string | null | undefined;
2656
2656
  }>, "many">>>;
2657
2657
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2661,14 +2661,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2661
2661
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2662
2662
  }, "strip", z.ZodTypeAny, {
2663
2663
  title?: string | null | undefined;
2664
+ company_name?: string | null | undefined;
2664
2665
  start_date?: string | number | null | undefined;
2665
2666
  end_date?: string | number | null | undefined;
2666
- company_name?: string | null | undefined;
2667
2667
  }, {
2668
2668
  title?: string | null | undefined;
2669
+ company_name?: string | null | undefined;
2669
2670
  start_date?: string | number | null | undefined;
2670
2671
  end_date?: string | number | null | undefined;
2671
- company_name?: string | null | undefined;
2672
2672
  }>, "many">>>;
2673
2673
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2674
2674
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2708,14 +2708,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2708
2708
  }, "strip", z.ZodTypeAny, {
2709
2709
  description?: string | null | undefined;
2710
2710
  title?: string | null | undefined;
2711
- start_date?: string | number | null | undefined;
2712
2711
  company_name?: string | null | undefined;
2712
+ start_date?: string | number | null | undefined;
2713
2713
  company_linkedin_url?: string | null | undefined;
2714
2714
  }, {
2715
2715
  description?: string | null | undefined;
2716
2716
  title?: string | null | undefined;
2717
- start_date?: string | number | null | undefined;
2718
2717
  company_name?: string | null | undefined;
2718
+ start_date?: string | number | null | undefined;
2719
2719
  company_linkedin_url?: string | null | undefined;
2720
2720
  }>, "many">>>;
2721
2721
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2725,14 +2725,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2725
2725
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2726
2726
  }, "strip", z.ZodTypeAny, {
2727
2727
  title?: string | null | undefined;
2728
+ company_name?: string | null | undefined;
2728
2729
  start_date?: string | number | null | undefined;
2729
2730
  end_date?: string | number | null | undefined;
2730
- company_name?: string | null | undefined;
2731
2731
  }, {
2732
2732
  title?: string | null | undefined;
2733
+ company_name?: string | null | undefined;
2733
2734
  start_date?: string | number | null | undefined;
2734
2735
  end_date?: string | number | null | undefined;
2735
- company_name?: string | null | undefined;
2736
2736
  }>, "many">>>;
2737
2737
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2738
2738
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2773,14 +2773,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2773
2773
  }, "strip", z.ZodTypeAny, {
2774
2774
  description?: string | null | undefined;
2775
2775
  title?: string | null | undefined;
2776
- start_date?: string | number | null | undefined;
2777
2776
  company_name?: string | null | undefined;
2777
+ start_date?: string | number | null | undefined;
2778
2778
  company_linkedin_url?: string | null | undefined;
2779
2779
  }, {
2780
2780
  description?: string | null | undefined;
2781
2781
  title?: string | null | undefined;
2782
- start_date?: string | number | null | undefined;
2783
2782
  company_name?: string | null | undefined;
2783
+ start_date?: string | number | null | undefined;
2784
2784
  company_linkedin_url?: string | null | undefined;
2785
2785
  }>, "many">>>;
2786
2786
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2790,14 +2790,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2790
2790
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2791
2791
  }, "strip", z.ZodTypeAny, {
2792
2792
  title?: string | null | undefined;
2793
+ company_name?: string | null | undefined;
2793
2794
  start_date?: string | number | null | undefined;
2794
2795
  end_date?: string | number | null | undefined;
2795
- company_name?: string | null | undefined;
2796
2796
  }, {
2797
2797
  title?: string | null | undefined;
2798
+ company_name?: string | null | undefined;
2798
2799
  start_date?: string | number | null | undefined;
2799
2800
  end_date?: string | number | null | undefined;
2800
- company_name?: string | null | undefined;
2801
2801
  }>, "many">>>;
2802
2802
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2803
2803
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2837,14 +2837,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2837
2837
  }, "strip", z.ZodTypeAny, {
2838
2838
  description?: string | null | undefined;
2839
2839
  title?: string | null | undefined;
2840
- start_date?: string | number | null | undefined;
2841
2840
  company_name?: string | null | undefined;
2841
+ start_date?: string | number | null | undefined;
2842
2842
  company_linkedin_url?: string | null | undefined;
2843
2843
  }, {
2844
2844
  description?: string | null | undefined;
2845
2845
  title?: string | null | undefined;
2846
- start_date?: string | number | null | undefined;
2847
2846
  company_name?: string | null | undefined;
2847
+ start_date?: string | number | null | undefined;
2848
2848
  company_linkedin_url?: string | null | undefined;
2849
2849
  }>, "many">>>;
2850
2850
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2854,14 +2854,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2854
2854
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2855
2855
  }, "strip", z.ZodTypeAny, {
2856
2856
  title?: string | null | undefined;
2857
+ company_name?: string | null | undefined;
2857
2858
  start_date?: string | number | null | undefined;
2858
2859
  end_date?: string | number | null | undefined;
2859
- company_name?: string | null | undefined;
2860
2860
  }, {
2861
2861
  title?: string | null | undefined;
2862
+ company_name?: string | null | undefined;
2862
2863
  start_date?: string | number | null | undefined;
2863
2864
  end_date?: string | number | null | undefined;
2864
- company_name?: string | null | undefined;
2865
2865
  }>, "many">>>;
2866
2866
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2867
2867
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2901,14 +2901,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2901
2901
  }, "strip", z.ZodTypeAny, {
2902
2902
  description?: string | null | undefined;
2903
2903
  title?: string | null | undefined;
2904
- start_date?: string | number | null | undefined;
2905
2904
  company_name?: string | null | undefined;
2905
+ start_date?: string | number | null | undefined;
2906
2906
  company_linkedin_url?: string | null | undefined;
2907
2907
  }, {
2908
2908
  description?: string | null | undefined;
2909
2909
  title?: string | null | undefined;
2910
- start_date?: string | number | null | undefined;
2911
2910
  company_name?: string | null | undefined;
2911
+ start_date?: string | number | null | undefined;
2912
2912
  company_linkedin_url?: string | null | undefined;
2913
2913
  }>, "many">>>;
2914
2914
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2918,14 +2918,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2918
2918
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2919
2919
  }, "strip", z.ZodTypeAny, {
2920
2920
  title?: string | null | undefined;
2921
+ company_name?: string | null | undefined;
2921
2922
  start_date?: string | number | null | undefined;
2922
2923
  end_date?: string | number | null | undefined;
2923
- company_name?: string | null | undefined;
2924
2924
  }, {
2925
2925
  title?: string | null | undefined;
2926
+ company_name?: string | null | undefined;
2926
2927
  start_date?: string | number | null | undefined;
2927
2928
  end_date?: string | number | null | undefined;
2928
- company_name?: string | null | undefined;
2929
2929
  }>, "many">>>;
2930
2930
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2931
2931
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2967,14 +2967,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2967
2967
  }, "strip", z.ZodTypeAny, {
2968
2968
  description?: string | null | undefined;
2969
2969
  title?: string | null | undefined;
2970
- start_date?: string | number | null | undefined;
2971
2970
  company_name?: string | null | undefined;
2971
+ start_date?: string | number | null | undefined;
2972
2972
  company_linkedin_url?: string | null | undefined;
2973
2973
  }, {
2974
2974
  description?: string | null | undefined;
2975
2975
  title?: string | null | undefined;
2976
- start_date?: string | number | null | undefined;
2977
2976
  company_name?: string | null | undefined;
2977
+ start_date?: string | number | null | undefined;
2978
2978
  company_linkedin_url?: string | null | undefined;
2979
2979
  }>, "many">>>;
2980
2980
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2984,14 +2984,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2984
2984
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2985
2985
  }, "strip", z.ZodTypeAny, {
2986
2986
  title?: string | null | undefined;
2987
+ company_name?: string | null | undefined;
2987
2988
  start_date?: string | number | null | undefined;
2988
2989
  end_date?: string | number | null | undefined;
2989
- company_name?: string | null | undefined;
2990
2990
  }, {
2991
2991
  title?: string | null | undefined;
2992
+ company_name?: string | null | undefined;
2992
2993
  start_date?: string | number | null | undefined;
2993
2994
  end_date?: string | number | null | undefined;
2994
- company_name?: string | null | undefined;
2995
2995
  }>, "many">>>;
2996
2996
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2997
2997
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3031,14 +3031,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3031
3031
  }, "strip", z.ZodTypeAny, {
3032
3032
  description?: string | null | undefined;
3033
3033
  title?: string | null | undefined;
3034
- start_date?: string | number | null | undefined;
3035
3034
  company_name?: string | null | undefined;
3035
+ start_date?: string | number | null | undefined;
3036
3036
  company_linkedin_url?: string | null | undefined;
3037
3037
  }, {
3038
3038
  description?: string | null | undefined;
3039
3039
  title?: string | null | undefined;
3040
- start_date?: string | number | null | undefined;
3041
3040
  company_name?: string | null | undefined;
3041
+ start_date?: string | number | null | undefined;
3042
3042
  company_linkedin_url?: string | null | undefined;
3043
3043
  }>, "many">>>;
3044
3044
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3048,14 +3048,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3048
3048
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3049
3049
  }, "strip", z.ZodTypeAny, {
3050
3050
  title?: string | null | undefined;
3051
+ company_name?: string | null | undefined;
3051
3052
  start_date?: string | number | null | undefined;
3052
3053
  end_date?: string | number | null | undefined;
3053
- company_name?: string | null | undefined;
3054
3054
  }, {
3055
3055
  title?: string | null | undefined;
3056
+ company_name?: string | null | undefined;
3056
3057
  start_date?: string | number | null | undefined;
3057
3058
  end_date?: string | number | null | undefined;
3058
- company_name?: string | null | undefined;
3059
3059
  }>, "many">>>;
3060
3060
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3061
3061
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3095,14 +3095,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3095
3095
  }, "strip", z.ZodTypeAny, {
3096
3096
  description?: string | null | undefined;
3097
3097
  title?: string | null | undefined;
3098
- start_date?: string | number | null | undefined;
3099
3098
  company_name?: string | null | undefined;
3099
+ start_date?: string | number | null | undefined;
3100
3100
  company_linkedin_url?: string | null | undefined;
3101
3101
  }, {
3102
3102
  description?: string | null | undefined;
3103
3103
  title?: string | null | undefined;
3104
- start_date?: string | number | null | undefined;
3105
3104
  company_name?: string | null | undefined;
3105
+ start_date?: string | number | null | undefined;
3106
3106
  company_linkedin_url?: string | null | undefined;
3107
3107
  }>, "many">>>;
3108
3108
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3112,14 +3112,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3112
3112
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3113
3113
  }, "strip", z.ZodTypeAny, {
3114
3114
  title?: string | null | undefined;
3115
+ company_name?: string | null | undefined;
3115
3116
  start_date?: string | number | null | undefined;
3116
3117
  end_date?: string | number | null | undefined;
3117
- company_name?: string | null | undefined;
3118
3118
  }, {
3119
3119
  title?: string | null | undefined;
3120
+ company_name?: string | null | undefined;
3120
3121
  start_date?: string | number | null | undefined;
3121
3122
  end_date?: string | number | null | undefined;
3122
- company_name?: string | null | undefined;
3123
3123
  }>, "many">>>;
3124
3124
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3125
3125
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3161,14 +3161,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3161
3161
  }, "strip", z.ZodTypeAny, {
3162
3162
  description?: string | null | undefined;
3163
3163
  title?: string | null | undefined;
3164
- start_date?: string | number | null | undefined;
3165
3164
  company_name?: string | null | undefined;
3165
+ start_date?: string | number | null | undefined;
3166
3166
  company_linkedin_url?: string | null | undefined;
3167
3167
  }, {
3168
3168
  description?: string | null | undefined;
3169
3169
  title?: string | null | undefined;
3170
- start_date?: string | number | null | undefined;
3171
3170
  company_name?: string | null | undefined;
3171
+ start_date?: string | number | null | undefined;
3172
3172
  company_linkedin_url?: string | null | undefined;
3173
3173
  }>, "many">>>;
3174
3174
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3178,14 +3178,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3178
3178
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3179
3179
  }, "strip", z.ZodTypeAny, {
3180
3180
  title?: string | null | undefined;
3181
+ company_name?: string | null | undefined;
3181
3182
  start_date?: string | number | null | undefined;
3182
3183
  end_date?: string | number | null | undefined;
3183
- company_name?: string | null | undefined;
3184
3184
  }, {
3185
3185
  title?: string | null | undefined;
3186
+ company_name?: string | null | undefined;
3186
3187
  start_date?: string | number | null | undefined;
3187
3188
  end_date?: string | number | null | undefined;
3188
- company_name?: string | null | undefined;
3189
3189
  }>, "many">>>;
3190
3190
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3191
3191
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3227,14 +3227,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3227
3227
  }, "strip", z.ZodTypeAny, {
3228
3228
  description?: string | null | undefined;
3229
3229
  title?: string | null | undefined;
3230
- start_date?: string | number | null | undefined;
3231
3230
  company_name?: string | null | undefined;
3231
+ start_date?: string | number | null | undefined;
3232
3232
  company_linkedin_url?: string | null | undefined;
3233
3233
  }, {
3234
3234
  description?: string | null | undefined;
3235
3235
  title?: string | null | undefined;
3236
- start_date?: string | number | null | undefined;
3237
3236
  company_name?: string | null | undefined;
3237
+ start_date?: string | number | null | undefined;
3238
3238
  company_linkedin_url?: string | null | undefined;
3239
3239
  }>, "many">>>;
3240
3240
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3244,14 +3244,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3244
3244
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3245
3245
  }, "strip", z.ZodTypeAny, {
3246
3246
  title?: string | null | undefined;
3247
+ company_name?: string | null | undefined;
3247
3248
  start_date?: string | number | null | undefined;
3248
3249
  end_date?: string | number | null | undefined;
3249
- company_name?: string | null | undefined;
3250
3250
  }, {
3251
3251
  title?: string | null | undefined;
3252
+ company_name?: string | null | undefined;
3252
3253
  start_date?: string | number | null | undefined;
3253
3254
  end_date?: string | number | null | undefined;
3254
- company_name?: string | null | undefined;
3255
3255
  }>, "many">>>;
3256
3256
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3257
3257
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3319,14 +3319,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3319
3319
  }, "strip", z.ZodTypeAny, {
3320
3320
  description?: string | null | undefined;
3321
3321
  title?: string | null | undefined;
3322
- start_date?: string | number | null | undefined;
3323
3322
  company_name?: string | null | undefined;
3323
+ start_date?: string | number | null | undefined;
3324
3324
  company_linkedin_url?: string | null | undefined;
3325
3325
  }, {
3326
3326
  description?: string | null | undefined;
3327
3327
  title?: string | null | undefined;
3328
- start_date?: string | number | null | undefined;
3329
3328
  company_name?: string | null | undefined;
3329
+ start_date?: string | number | null | undefined;
3330
3330
  company_linkedin_url?: string | null | undefined;
3331
3331
  }>, "many">>>;
3332
3332
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3336,14 +3336,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3336
3336
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
3338
  title?: string | null | undefined;
3339
+ company_name?: string | null | undefined;
3339
3340
  start_date?: string | number | null | undefined;
3340
3341
  end_date?: string | number | null | undefined;
3341
- company_name?: string | null | undefined;
3342
3342
  }, {
3343
3343
  title?: string | null | undefined;
3344
+ company_name?: string | null | undefined;
3344
3345
  start_date?: string | number | null | undefined;
3345
3346
  end_date?: string | number | null | undefined;
3346
- company_name?: string | null | undefined;
3347
3347
  }>, "many">>>;
3348
3348
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3349
3349
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3384,14 +3384,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3384
3384
  }, "strip", z.ZodTypeAny, {
3385
3385
  description?: string | null | undefined;
3386
3386
  title?: string | null | undefined;
3387
- start_date?: string | number | null | undefined;
3388
3387
  company_name?: string | null | undefined;
3388
+ start_date?: string | number | null | undefined;
3389
3389
  company_linkedin_url?: string | null | undefined;
3390
3390
  }, {
3391
3391
  description?: string | null | undefined;
3392
3392
  title?: string | null | undefined;
3393
- start_date?: string | number | null | undefined;
3394
3393
  company_name?: string | null | undefined;
3394
+ start_date?: string | number | null | undefined;
3395
3395
  company_linkedin_url?: string | null | undefined;
3396
3396
  }>, "many">>>;
3397
3397
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3401,14 +3401,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3401
3401
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3402
3402
  }, "strip", z.ZodTypeAny, {
3403
3403
  title?: string | null | undefined;
3404
+ company_name?: string | null | undefined;
3404
3405
  start_date?: string | number | null | undefined;
3405
3406
  end_date?: string | number | null | undefined;
3406
- company_name?: string | null | undefined;
3407
3407
  }, {
3408
3408
  title?: string | null | undefined;
3409
+ company_name?: string | null | undefined;
3409
3410
  start_date?: string | number | null | undefined;
3410
3411
  end_date?: string | number | null | undefined;
3411
- company_name?: string | null | undefined;
3412
3412
  }>, "many">>>;
3413
3413
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3414
3414
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3450,14 +3450,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3450
3450
  }, "strip", z.ZodTypeAny, {
3451
3451
  description?: string | null | undefined;
3452
3452
  title?: string | null | undefined;
3453
- start_date?: string | number | null | undefined;
3454
3453
  company_name?: string | null | undefined;
3454
+ start_date?: string | number | null | undefined;
3455
3455
  company_linkedin_url?: string | null | undefined;
3456
3456
  }, {
3457
3457
  description?: string | null | undefined;
3458
3458
  title?: string | null | undefined;
3459
- start_date?: string | number | null | undefined;
3460
3459
  company_name?: string | null | undefined;
3460
+ start_date?: string | number | null | undefined;
3461
3461
  company_linkedin_url?: string | null | undefined;
3462
3462
  }>, "many">>>;
3463
3463
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3467,14 +3467,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3467
3467
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3468
3468
  }, "strip", z.ZodTypeAny, {
3469
3469
  title?: string | null | undefined;
3470
+ company_name?: string | null | undefined;
3470
3471
  start_date?: string | number | null | undefined;
3471
3472
  end_date?: string | number | null | undefined;
3472
- company_name?: string | null | undefined;
3473
3473
  }, {
3474
3474
  title?: string | null | undefined;
3475
+ company_name?: string | null | undefined;
3475
3476
  start_date?: string | number | null | undefined;
3476
3477
  end_date?: string | number | null | undefined;
3477
- company_name?: string | null | undefined;
3478
3478
  }>, "many">>>;
3479
3479
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3480
3480
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3541,14 +3541,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3541
3541
  }, "strip", z.ZodTypeAny, {
3542
3542
  description?: string | null | undefined;
3543
3543
  title?: string | null | undefined;
3544
- start_date?: string | number | null | undefined;
3545
3544
  company_name?: string | null | undefined;
3545
+ start_date?: string | number | null | undefined;
3546
3546
  company_linkedin_url?: string | null | undefined;
3547
3547
  }, {
3548
3548
  description?: string | null | undefined;
3549
3549
  title?: string | null | undefined;
3550
- start_date?: string | number | null | undefined;
3551
3550
  company_name?: string | null | undefined;
3551
+ start_date?: string | number | null | undefined;
3552
3552
  company_linkedin_url?: string | null | undefined;
3553
3553
  }>, "many">>>;
3554
3554
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3558,14 +3558,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3558
3558
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3559
3559
  }, "strip", z.ZodTypeAny, {
3560
3560
  title?: string | null | undefined;
3561
+ company_name?: string | null | undefined;
3561
3562
  start_date?: string | number | null | undefined;
3562
3563
  end_date?: string | number | null | undefined;
3563
- company_name?: string | null | undefined;
3564
3564
  }, {
3565
3565
  title?: string | null | undefined;
3566
+ company_name?: string | null | undefined;
3566
3567
  start_date?: string | number | null | undefined;
3567
3568
  end_date?: string | number | null | undefined;
3568
- company_name?: string | null | undefined;
3569
3569
  }>, "many">>>;
3570
3570
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3571
3571
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3606,14 +3606,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3606
3606
  }, "strip", z.ZodTypeAny, {
3607
3607
  description?: string | null | undefined;
3608
3608
  title?: string | null | undefined;
3609
- start_date?: string | number | null | undefined;
3610
3609
  company_name?: string | null | undefined;
3610
+ start_date?: string | number | null | undefined;
3611
3611
  company_linkedin_url?: string | null | undefined;
3612
3612
  }, {
3613
3613
  description?: string | null | undefined;
3614
3614
  title?: string | null | undefined;
3615
- start_date?: string | number | null | undefined;
3616
3615
  company_name?: string | null | undefined;
3616
+ start_date?: string | number | null | undefined;
3617
3617
  company_linkedin_url?: string | null | undefined;
3618
3618
  }>, "many">>>;
3619
3619
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3623,14 +3623,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3623
3623
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3624
3624
  }, "strip", z.ZodTypeAny, {
3625
3625
  title?: string | null | undefined;
3626
+ company_name?: string | null | undefined;
3626
3627
  start_date?: string | number | null | undefined;
3627
3628
  end_date?: string | number | null | undefined;
3628
- company_name?: string | null | undefined;
3629
3629
  }, {
3630
3630
  title?: string | null | undefined;
3631
+ company_name?: string | null | undefined;
3631
3632
  start_date?: string | number | null | undefined;
3632
3633
  end_date?: string | number | null | undefined;
3633
- company_name?: string | null | undefined;
3634
3634
  }>, "many">>>;
3635
3635
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3636
3636
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3672,14 +3672,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3672
3672
  }, "strip", z.ZodTypeAny, {
3673
3673
  description?: string | null | undefined;
3674
3674
  title?: string | null | undefined;
3675
- start_date?: string | number | null | undefined;
3676
3675
  company_name?: string | null | undefined;
3676
+ start_date?: string | number | null | undefined;
3677
3677
  company_linkedin_url?: string | null | undefined;
3678
3678
  }, {
3679
3679
  description?: string | null | undefined;
3680
3680
  title?: string | null | undefined;
3681
- start_date?: string | number | null | undefined;
3682
3681
  company_name?: string | null | undefined;
3682
+ start_date?: string | number | null | undefined;
3683
3683
  company_linkedin_url?: string | null | undefined;
3684
3684
  }>, "many">>>;
3685
3685
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3689,14 +3689,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3689
3689
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3690
3690
  }, "strip", z.ZodTypeAny, {
3691
3691
  title?: string | null | undefined;
3692
+ company_name?: string | null | undefined;
3692
3693
  start_date?: string | number | null | undefined;
3693
3694
  end_date?: string | number | null | undefined;
3694
- company_name?: string | null | undefined;
3695
3695
  }, {
3696
3696
  title?: string | null | undefined;
3697
+ company_name?: string | null | undefined;
3697
3698
  start_date?: string | number | null | undefined;
3698
3699
  end_date?: string | number | null | undefined;
3699
- company_name?: string | null | undefined;
3700
3700
  }>, "many">>>;
3701
3701
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3702
3702
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;