@bubblelab/bubble-core 0.1.138 → 0.1.140

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 (88) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +94 -901
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +0 -8
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  20. package/dist/bubbles/service-bubble/apify/apify.js +0 -1
  21. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
  31. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
  32. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  34. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  35. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
  39. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  41. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  43. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  44. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  45. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  46. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  47. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  60. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  63. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
  67. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +451 -1889
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  69. package/dist/bubbles/tool-bubble/linkedin-tool.js +56 -300
  70. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  71. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
  72. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  73. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
  76. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  77. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  78. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  79. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  80. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  81. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  82. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  83. package/dist/bubbles.json +6 -481
  84. package/package.json +2 -2
  85. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +0 -806
  86. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +0 -1
  87. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +0 -256
  88. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +0 -1
@@ -62,11 +62,11 @@ export declare const CompanyInfoSchema: z.ZodObject<{
62
62
  city: z.ZodOptional<z.ZodString>;
63
63
  country: z.ZodOptional<z.ZodString>;
64
64
  }, "strip", z.ZodTypeAny, {
65
- country?: string | undefined;
66
65
  city?: string | undefined;
67
- }, {
68
66
  country?: string | undefined;
67
+ }, {
69
68
  city?: string | undefined;
69
+ country?: string | undefined;
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
72
  name?: string | undefined;
@@ -75,8 +75,8 @@ export declare const CompanyInfoSchema: z.ZodObject<{
75
75
  linkedin_id?: string | undefined;
76
76
  industry?: string | undefined;
77
77
  headquarters?: {
78
- country?: string | undefined;
79
78
  city?: string | undefined;
79
+ country?: string | undefined;
80
80
  } | undefined;
81
81
  }, {
82
82
  name?: string | undefined;
@@ -85,8 +85,8 @@ export declare const CompanyInfoSchema: z.ZodObject<{
85
85
  linkedin_id?: string | number | undefined;
86
86
  industry?: string | undefined;
87
87
  headquarters?: {
88
- country?: string | undefined;
89
88
  city?: string | undefined;
89
+ country?: string | undefined;
90
90
  } | undefined;
91
91
  }>;
92
92
  /**
@@ -110,11 +110,11 @@ export declare const ProfileSchema: z.ZodObject<{
110
110
  city: z.ZodOptional<z.ZodString>;
111
111
  country: z.ZodOptional<z.ZodString>;
112
112
  }, "strip", z.ZodTypeAny, {
113
- country?: string | undefined;
114
113
  city?: string | undefined;
115
- }, {
116
114
  country?: string | undefined;
115
+ }, {
117
116
  city?: string | undefined;
117
+ country?: string | undefined;
118
118
  }>>;
119
119
  }, "strip", z.ZodTypeAny, {
120
120
  name?: string | undefined;
@@ -123,8 +123,8 @@ export declare const ProfileSchema: z.ZodObject<{
123
123
  linkedin_id?: string | undefined;
124
124
  industry?: string | undefined;
125
125
  headquarters?: {
126
- country?: string | undefined;
127
126
  city?: string | undefined;
127
+ country?: string | undefined;
128
128
  } | undefined;
129
129
  }, {
130
130
  name?: string | undefined;
@@ -133,8 +133,8 @@ export declare const ProfileSchema: z.ZodObject<{
133
133
  linkedin_id?: string | number | undefined;
134
134
  industry?: string | undefined;
135
135
  headquarters?: {
136
- country?: string | undefined;
137
136
  city?: string | undefined;
137
+ country?: string | undefined;
138
138
  } | undefined;
139
139
  }>>;
140
140
  start_date: z.ZodOptional<z.ZodString>;
@@ -148,8 +148,8 @@ export declare const ProfileSchema: z.ZodObject<{
148
148
  linkedin_id?: string | undefined;
149
149
  industry?: string | undefined;
150
150
  headquarters?: {
151
- country?: string | undefined;
152
151
  city?: string | undefined;
152
+ country?: string | undefined;
153
153
  } | undefined;
154
154
  } | undefined;
155
155
  start_date?: string | undefined;
@@ -163,8 +163,8 @@ export declare const ProfileSchema: z.ZodObject<{
163
163
  linkedin_id?: string | number | undefined;
164
164
  industry?: string | undefined;
165
165
  headquarters?: {
166
- country?: string | undefined;
167
166
  city?: string | undefined;
167
+ country?: string | undefined;
168
168
  } | undefined;
169
169
  } | undefined;
170
170
  start_date?: string | undefined;
@@ -185,8 +185,8 @@ export declare const ProfileSchema: z.ZodObject<{
185
185
  linkedin_id?: string | undefined;
186
186
  industry?: string | undefined;
187
187
  headquarters?: {
188
- country?: string | undefined;
189
188
  city?: string | undefined;
189
+ country?: string | undefined;
190
190
  } | undefined;
191
191
  } | undefined;
192
192
  start_date?: string | undefined;
@@ -207,8 +207,8 @@ export declare const ProfileSchema: z.ZodObject<{
207
207
  linkedin_id?: string | number | undefined;
208
208
  industry?: string | undefined;
209
209
  headquarters?: {
210
- country?: string | undefined;
211
210
  city?: string | undefined;
211
+ country?: string | undefined;
212
212
  } | undefined;
213
213
  } | undefined;
214
214
  start_date?: string | undefined;
@@ -283,11 +283,11 @@ export declare const EnrichedContactSchema: z.ZodObject<{
283
283
  city: z.ZodOptional<z.ZodString>;
284
284
  country: z.ZodOptional<z.ZodString>;
285
285
  }, "strip", z.ZodTypeAny, {
286
- country?: string | undefined;
287
286
  city?: string | undefined;
288
- }, {
289
287
  country?: string | undefined;
288
+ }, {
290
289
  city?: string | undefined;
290
+ country?: string | undefined;
291
291
  }>>;
292
292
  }, "strip", z.ZodTypeAny, {
293
293
  name?: string | undefined;
@@ -296,8 +296,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
296
296
  linkedin_id?: string | undefined;
297
297
  industry?: string | undefined;
298
298
  headquarters?: {
299
- country?: string | undefined;
300
299
  city?: string | undefined;
300
+ country?: string | undefined;
301
301
  } | undefined;
302
302
  }, {
303
303
  name?: string | undefined;
@@ -306,8 +306,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
306
306
  linkedin_id?: string | number | undefined;
307
307
  industry?: string | undefined;
308
308
  headquarters?: {
309
- country?: string | undefined;
310
309
  city?: string | undefined;
310
+ country?: string | undefined;
311
311
  } | undefined;
312
312
  }>>;
313
313
  start_date: z.ZodOptional<z.ZodString>;
@@ -321,8 +321,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
321
321
  linkedin_id?: string | undefined;
322
322
  industry?: string | undefined;
323
323
  headquarters?: {
324
- country?: string | undefined;
325
324
  city?: string | undefined;
325
+ country?: string | undefined;
326
326
  } | undefined;
327
327
  } | undefined;
328
328
  start_date?: string | undefined;
@@ -336,8 +336,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
336
336
  linkedin_id?: string | number | undefined;
337
337
  industry?: string | undefined;
338
338
  headquarters?: {
339
- country?: string | undefined;
340
339
  city?: string | undefined;
340
+ country?: string | undefined;
341
341
  } | undefined;
342
342
  } | undefined;
343
343
  start_date?: string | undefined;
@@ -358,8 +358,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
358
358
  linkedin_id?: string | undefined;
359
359
  industry?: string | undefined;
360
360
  headquarters?: {
361
- country?: string | undefined;
362
361
  city?: string | undefined;
362
+ country?: string | undefined;
363
363
  } | undefined;
364
364
  } | undefined;
365
365
  start_date?: string | undefined;
@@ -380,8 +380,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
380
380
  linkedin_id?: string | number | undefined;
381
381
  industry?: string | undefined;
382
382
  headquarters?: {
383
- country?: string | undefined;
384
383
  city?: string | undefined;
384
+ country?: string | undefined;
385
385
  } | undefined;
386
386
  } | undefined;
387
387
  start_date?: string | undefined;
@@ -404,8 +404,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
404
404
  linkedin_id?: string | undefined;
405
405
  industry?: string | undefined;
406
406
  headquarters?: {
407
- country?: string | undefined;
408
407
  city?: string | undefined;
408
+ country?: string | undefined;
409
409
  } | undefined;
410
410
  } | undefined;
411
411
  start_date?: string | undefined;
@@ -450,8 +450,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
450
450
  linkedin_id?: string | number | undefined;
451
451
  industry?: string | undefined;
452
452
  headquarters?: {
453
- country?: string | undefined;
454
453
  city?: string | undefined;
454
+ country?: string | undefined;
455
455
  } | undefined;
456
456
  } | undefined;
457
457
  start_date?: string | undefined;
@@ -551,11 +551,11 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
551
551
  city: z.ZodOptional<z.ZodString>;
552
552
  country: z.ZodOptional<z.ZodString>;
553
553
  }, "strip", z.ZodTypeAny, {
554
- country?: string | undefined;
555
554
  city?: string | undefined;
556
- }, {
557
555
  country?: string | undefined;
556
+ }, {
558
557
  city?: string | undefined;
558
+ country?: string | undefined;
559
559
  }>>;
560
560
  }, "strip", z.ZodTypeAny, {
561
561
  name?: string | undefined;
@@ -564,8 +564,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
564
564
  linkedin_id?: string | undefined;
565
565
  industry?: string | undefined;
566
566
  headquarters?: {
567
- country?: string | undefined;
568
567
  city?: string | undefined;
568
+ country?: string | undefined;
569
569
  } | undefined;
570
570
  }, {
571
571
  name?: string | undefined;
@@ -574,8 +574,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
574
574
  linkedin_id?: string | number | undefined;
575
575
  industry?: string | undefined;
576
576
  headquarters?: {
577
- country?: string | undefined;
578
577
  city?: string | undefined;
578
+ country?: string | undefined;
579
579
  } | undefined;
580
580
  }>>;
581
581
  start_date: z.ZodOptional<z.ZodString>;
@@ -589,8 +589,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
589
589
  linkedin_id?: string | undefined;
590
590
  industry?: string | undefined;
591
591
  headquarters?: {
592
- country?: string | undefined;
593
592
  city?: string | undefined;
593
+ country?: string | undefined;
594
594
  } | undefined;
595
595
  } | undefined;
596
596
  start_date?: string | undefined;
@@ -604,8 +604,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
604
604
  linkedin_id?: string | number | undefined;
605
605
  industry?: string | undefined;
606
606
  headquarters?: {
607
- country?: string | undefined;
608
607
  city?: string | undefined;
608
+ country?: string | undefined;
609
609
  } | undefined;
610
610
  } | undefined;
611
611
  start_date?: string | undefined;
@@ -626,8 +626,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
626
626
  linkedin_id?: string | undefined;
627
627
  industry?: string | undefined;
628
628
  headquarters?: {
629
- country?: string | undefined;
630
629
  city?: string | undefined;
630
+ country?: string | undefined;
631
631
  } | undefined;
632
632
  } | undefined;
633
633
  start_date?: string | undefined;
@@ -648,8 +648,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
648
648
  linkedin_id?: string | number | undefined;
649
649
  industry?: string | undefined;
650
650
  headquarters?: {
651
- country?: string | undefined;
652
651
  city?: string | undefined;
652
+ country?: string | undefined;
653
653
  } | undefined;
654
654
  } | undefined;
655
655
  start_date?: string | undefined;
@@ -672,8 +672,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
672
672
  linkedin_id?: string | undefined;
673
673
  industry?: string | undefined;
674
674
  headquarters?: {
675
- country?: string | undefined;
676
675
  city?: string | undefined;
676
+ country?: string | undefined;
677
677
  } | undefined;
678
678
  } | undefined;
679
679
  start_date?: string | undefined;
@@ -718,8 +718,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
718
718
  linkedin_id?: string | number | undefined;
719
719
  industry?: string | undefined;
720
720
  headquarters?: {
721
- country?: string | undefined;
722
721
  city?: string | undefined;
722
+ country?: string | undefined;
723
723
  } | undefined;
724
724
  } | undefined;
725
725
  start_date?: string | undefined;
@@ -767,8 +767,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
767
767
  linkedin_id?: string | undefined;
768
768
  industry?: string | undefined;
769
769
  headquarters?: {
770
- country?: string | undefined;
771
770
  city?: string | undefined;
771
+ country?: string | undefined;
772
772
  } | undefined;
773
773
  } | undefined;
774
774
  start_date?: string | undefined;
@@ -816,8 +816,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
816
816
  linkedin_id?: string | number | undefined;
817
817
  industry?: string | undefined;
818
818
  headquarters?: {
819
- country?: string | undefined;
820
819
  city?: string | undefined;
820
+ country?: string | undefined;
821
821
  } | undefined;
822
822
  } | undefined;
823
823
  start_date?: string | undefined;
@@ -1096,11 +1096,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1096
1096
  city: z.ZodOptional<z.ZodString>;
1097
1097
  country: z.ZodOptional<z.ZodString>;
1098
1098
  }, "strip", z.ZodTypeAny, {
1099
- country?: string | undefined;
1100
1099
  city?: string | undefined;
1101
- }, {
1102
1100
  country?: string | undefined;
1101
+ }, {
1103
1102
  city?: string | undefined;
1103
+ country?: string | undefined;
1104
1104
  }>>;
1105
1105
  }, "strip", z.ZodTypeAny, {
1106
1106
  name?: string | undefined;
@@ -1109,8 +1109,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1109
1109
  linkedin_id?: string | undefined;
1110
1110
  industry?: string | undefined;
1111
1111
  headquarters?: {
1112
- country?: string | undefined;
1113
1112
  city?: string | undefined;
1113
+ country?: string | undefined;
1114
1114
  } | undefined;
1115
1115
  }, {
1116
1116
  name?: string | undefined;
@@ -1119,8 +1119,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1119
1119
  linkedin_id?: string | number | undefined;
1120
1120
  industry?: string | undefined;
1121
1121
  headquarters?: {
1122
- country?: string | undefined;
1123
1122
  city?: string | undefined;
1123
+ country?: string | undefined;
1124
1124
  } | undefined;
1125
1125
  }>>;
1126
1126
  start_date: z.ZodOptional<z.ZodString>;
@@ -1134,8 +1134,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1134
1134
  linkedin_id?: string | undefined;
1135
1135
  industry?: string | undefined;
1136
1136
  headquarters?: {
1137
- country?: string | undefined;
1138
1137
  city?: string | undefined;
1138
+ country?: string | undefined;
1139
1139
  } | undefined;
1140
1140
  } | undefined;
1141
1141
  start_date?: string | undefined;
@@ -1149,8 +1149,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1149
1149
  linkedin_id?: string | number | undefined;
1150
1150
  industry?: string | undefined;
1151
1151
  headquarters?: {
1152
- country?: string | undefined;
1153
1152
  city?: string | undefined;
1153
+ country?: string | undefined;
1154
1154
  } | undefined;
1155
1155
  } | undefined;
1156
1156
  start_date?: string | undefined;
@@ -1171,8 +1171,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1171
1171
  linkedin_id?: string | undefined;
1172
1172
  industry?: string | undefined;
1173
1173
  headquarters?: {
1174
- country?: string | undefined;
1175
1174
  city?: string | undefined;
1175
+ country?: string | undefined;
1176
1176
  } | undefined;
1177
1177
  } | undefined;
1178
1178
  start_date?: string | undefined;
@@ -1193,8 +1193,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1193
1193
  linkedin_id?: string | number | undefined;
1194
1194
  industry?: string | undefined;
1195
1195
  headquarters?: {
1196
- country?: string | undefined;
1197
1196
  city?: string | undefined;
1197
+ country?: string | undefined;
1198
1198
  } | undefined;
1199
1199
  } | undefined;
1200
1200
  start_date?: string | undefined;
@@ -1217,8 +1217,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1217
1217
  linkedin_id?: string | undefined;
1218
1218
  industry?: string | undefined;
1219
1219
  headquarters?: {
1220
- country?: string | undefined;
1221
1220
  city?: string | undefined;
1221
+ country?: string | undefined;
1222
1222
  } | undefined;
1223
1223
  } | undefined;
1224
1224
  start_date?: string | undefined;
@@ -1263,8 +1263,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1263
1263
  linkedin_id?: string | number | undefined;
1264
1264
  industry?: string | undefined;
1265
1265
  headquarters?: {
1266
- country?: string | undefined;
1267
1266
  city?: string | undefined;
1267
+ country?: string | undefined;
1268
1268
  } | undefined;
1269
1269
  } | undefined;
1270
1270
  start_date?: string | undefined;
@@ -1312,8 +1312,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1312
1312
  linkedin_id?: string | undefined;
1313
1313
  industry?: string | undefined;
1314
1314
  headquarters?: {
1315
- country?: string | undefined;
1316
1315
  city?: string | undefined;
1316
+ country?: string | undefined;
1317
1317
  } | undefined;
1318
1318
  } | undefined;
1319
1319
  start_date?: string | undefined;
@@ -1361,8 +1361,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1361
1361
  linkedin_id?: string | number | undefined;
1362
1362
  industry?: string | undefined;
1363
1363
  headquarters?: {
1364
- country?: string | undefined;
1365
1364
  city?: string | undefined;
1365
+ country?: string | undefined;
1366
1366
  } | undefined;
1367
1367
  } | undefined;
1368
1368
  start_date?: string | undefined;
@@ -1429,8 +1429,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1429
1429
  linkedin_id?: string | undefined;
1430
1430
  industry?: string | undefined;
1431
1431
  headquarters?: {
1432
- country?: string | undefined;
1433
1432
  city?: string | undefined;
1433
+ country?: string | undefined;
1434
1434
  } | undefined;
1435
1435
  } | undefined;
1436
1436
  start_date?: string | undefined;
@@ -1489,8 +1489,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1489
1489
  linkedin_id?: string | number | undefined;
1490
1490
  industry?: string | undefined;
1491
1491
  headquarters?: {
1492
- country?: string | undefined;
1493
1492
  city?: string | undefined;
1493
+ country?: string | undefined;
1494
1494
  } | undefined;
1495
1495
  } | undefined;
1496
1496
  start_date?: string | undefined;
@@ -1609,11 +1609,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1609
1609
  city: z.ZodOptional<z.ZodString>;
1610
1610
  country: z.ZodOptional<z.ZodString>;
1611
1611
  }, "strip", z.ZodTypeAny, {
1612
- country?: string | undefined;
1613
1612
  city?: string | undefined;
1614
- }, {
1615
1613
  country?: string | undefined;
1614
+ }, {
1616
1615
  city?: string | undefined;
1616
+ country?: string | undefined;
1617
1617
  }>>;
1618
1618
  }, "strip", z.ZodTypeAny, {
1619
1619
  name?: string | undefined;
@@ -1622,8 +1622,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1622
1622
  linkedin_id?: string | undefined;
1623
1623
  industry?: string | undefined;
1624
1624
  headquarters?: {
1625
- country?: string | undefined;
1626
1625
  city?: string | undefined;
1626
+ country?: string | undefined;
1627
1627
  } | undefined;
1628
1628
  }, {
1629
1629
  name?: string | undefined;
@@ -1632,8 +1632,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1632
1632
  linkedin_id?: string | number | undefined;
1633
1633
  industry?: string | undefined;
1634
1634
  headquarters?: {
1635
- country?: string | undefined;
1636
1635
  city?: string | undefined;
1636
+ country?: string | undefined;
1637
1637
  } | undefined;
1638
1638
  }>>;
1639
1639
  start_date: z.ZodOptional<z.ZodString>;
@@ -1647,8 +1647,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1647
1647
  linkedin_id?: string | undefined;
1648
1648
  industry?: string | undefined;
1649
1649
  headquarters?: {
1650
- country?: string | undefined;
1651
1650
  city?: string | undefined;
1651
+ country?: string | undefined;
1652
1652
  } | undefined;
1653
1653
  } | undefined;
1654
1654
  start_date?: string | undefined;
@@ -1662,8 +1662,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1662
1662
  linkedin_id?: string | number | undefined;
1663
1663
  industry?: string | undefined;
1664
1664
  headquarters?: {
1665
- country?: string | undefined;
1666
1665
  city?: string | undefined;
1666
+ country?: string | undefined;
1667
1667
  } | undefined;
1668
1668
  } | undefined;
1669
1669
  start_date?: string | undefined;
@@ -1684,8 +1684,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1684
1684
  linkedin_id?: string | undefined;
1685
1685
  industry?: string | undefined;
1686
1686
  headquarters?: {
1687
- country?: string | undefined;
1688
1687
  city?: string | undefined;
1688
+ country?: string | undefined;
1689
1689
  } | undefined;
1690
1690
  } | undefined;
1691
1691
  start_date?: string | undefined;
@@ -1706,8 +1706,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1706
1706
  linkedin_id?: string | number | undefined;
1707
1707
  industry?: string | undefined;
1708
1708
  headquarters?: {
1709
- country?: string | undefined;
1710
1709
  city?: string | undefined;
1710
+ country?: string | undefined;
1711
1711
  } | undefined;
1712
1712
  } | undefined;
1713
1713
  start_date?: string | undefined;
@@ -1730,8 +1730,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1730
1730
  linkedin_id?: string | undefined;
1731
1731
  industry?: string | undefined;
1732
1732
  headquarters?: {
1733
- country?: string | undefined;
1734
1733
  city?: string | undefined;
1734
+ country?: string | undefined;
1735
1735
  } | undefined;
1736
1736
  } | undefined;
1737
1737
  start_date?: string | undefined;
@@ -1776,8 +1776,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1776
1776
  linkedin_id?: string | number | undefined;
1777
1777
  industry?: string | undefined;
1778
1778
  headquarters?: {
1779
- country?: string | undefined;
1780
1779
  city?: string | undefined;
1780
+ country?: string | undefined;
1781
1781
  } | undefined;
1782
1782
  } | undefined;
1783
1783
  start_date?: string | undefined;
@@ -1825,8 +1825,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1825
1825
  linkedin_id?: string | undefined;
1826
1826
  industry?: string | undefined;
1827
1827
  headquarters?: {
1828
- country?: string | undefined;
1829
1828
  city?: string | undefined;
1829
+ country?: string | undefined;
1830
1830
  } | undefined;
1831
1831
  } | undefined;
1832
1832
  start_date?: string | undefined;
@@ -1874,8 +1874,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1874
1874
  linkedin_id?: string | number | undefined;
1875
1875
  industry?: string | undefined;
1876
1876
  headquarters?: {
1877
- country?: string | undefined;
1878
1877
  city?: string | undefined;
1878
+ country?: string | undefined;
1879
1879
  } | undefined;
1880
1880
  } | undefined;
1881
1881
  start_date?: string | undefined;
@@ -1942,8 +1942,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1942
1942
  linkedin_id?: string | undefined;
1943
1943
  industry?: string | undefined;
1944
1944
  headquarters?: {
1945
- country?: string | undefined;
1946
1945
  city?: string | undefined;
1946
+ country?: string | undefined;
1947
1947
  } | undefined;
1948
1948
  } | undefined;
1949
1949
  start_date?: string | undefined;
@@ -2002,8 +2002,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2002
2002
  linkedin_id?: string | number | undefined;
2003
2003
  industry?: string | undefined;
2004
2004
  headquarters?: {
2005
- country?: string | undefined;
2006
2005
  city?: string | undefined;
2006
+ country?: string | undefined;
2007
2007
  } | undefined;
2008
2008
  } | undefined;
2009
2009
  start_date?: string | undefined;