@bubblelab/bubble-core 0.1.137 → 0.1.139
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.
- package/dist/bubble-bundle.d.ts +35 -35
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +16 -16
- package/dist/bubbles/service-bubble/followupboss.d.ts +8 -8
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2 -2
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1579 -141
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +74 -74
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +10 -10
- package/dist/bubbles.json +481 -6
- package/package.json +2 -2
|
@@ -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
|
-
city?: string | undefined;
|
|
66
65
|
country?: string | undefined;
|
|
67
|
-
}, {
|
|
68
66
|
city?: string | undefined;
|
|
67
|
+
}, {
|
|
69
68
|
country?: string | undefined;
|
|
69
|
+
city?: 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
|
-
city?: string | undefined;
|
|
79
78
|
country?: string | undefined;
|
|
79
|
+
city?: 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
|
-
city?: string | undefined;
|
|
89
88
|
country?: string | undefined;
|
|
89
|
+
city?: 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
|
-
city?: string | undefined;
|
|
114
113
|
country?: string | undefined;
|
|
115
|
-
}, {
|
|
116
114
|
city?: string | undefined;
|
|
115
|
+
}, {
|
|
117
116
|
country?: string | undefined;
|
|
117
|
+
city?: 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
|
-
city?: string | undefined;
|
|
127
126
|
country?: string | undefined;
|
|
127
|
+
city?: 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
|
-
city?: string | undefined;
|
|
137
136
|
country?: string | undefined;
|
|
137
|
+
city?: 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
|
-
city?: string | undefined;
|
|
152
151
|
country?: string | undefined;
|
|
152
|
+
city?: 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
|
-
city?: string | undefined;
|
|
167
166
|
country?: string | undefined;
|
|
167
|
+
city?: 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
|
-
city?: string | undefined;
|
|
189
188
|
country?: string | undefined;
|
|
189
|
+
city?: 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
|
-
city?: string | undefined;
|
|
211
210
|
country?: string | undefined;
|
|
211
|
+
city?: 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
|
-
city?: string | undefined;
|
|
287
286
|
country?: string | undefined;
|
|
288
|
-
}, {
|
|
289
287
|
city?: string | undefined;
|
|
288
|
+
}, {
|
|
290
289
|
country?: string | undefined;
|
|
290
|
+
city?: 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
|
-
city?: string | undefined;
|
|
300
299
|
country?: string | undefined;
|
|
300
|
+
city?: 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
|
-
city?: string | undefined;
|
|
310
309
|
country?: string | undefined;
|
|
310
|
+
city?: 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
|
-
city?: string | undefined;
|
|
325
324
|
country?: string | undefined;
|
|
325
|
+
city?: 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
|
-
city?: string | undefined;
|
|
340
339
|
country?: string | undefined;
|
|
340
|
+
city?: 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
|
-
city?: string | undefined;
|
|
362
361
|
country?: string | undefined;
|
|
362
|
+
city?: 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
|
-
city?: string | undefined;
|
|
384
383
|
country?: string | undefined;
|
|
384
|
+
city?: 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
|
-
city?: string | undefined;
|
|
408
407
|
country?: string | undefined;
|
|
408
|
+
city?: 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
|
-
city?: string | undefined;
|
|
454
453
|
country?: string | undefined;
|
|
454
|
+
city?: 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
|
-
city?: string | undefined;
|
|
555
554
|
country?: string | undefined;
|
|
556
|
-
}, {
|
|
557
555
|
city?: string | undefined;
|
|
556
|
+
}, {
|
|
558
557
|
country?: string | undefined;
|
|
558
|
+
city?: 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
|
-
city?: string | undefined;
|
|
568
567
|
country?: string | undefined;
|
|
568
|
+
city?: 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
|
-
city?: string | undefined;
|
|
578
577
|
country?: string | undefined;
|
|
578
|
+
city?: 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
|
-
city?: string | undefined;
|
|
593
592
|
country?: string | undefined;
|
|
593
|
+
city?: 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
|
-
city?: string | undefined;
|
|
608
607
|
country?: string | undefined;
|
|
608
|
+
city?: 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
|
-
city?: string | undefined;
|
|
630
629
|
country?: string | undefined;
|
|
630
|
+
city?: 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
|
-
city?: string | undefined;
|
|
652
651
|
country?: string | undefined;
|
|
652
|
+
city?: 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
|
-
city?: string | undefined;
|
|
676
675
|
country?: string | undefined;
|
|
676
|
+
city?: 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
|
-
city?: string | undefined;
|
|
722
721
|
country?: string | undefined;
|
|
722
|
+
city?: 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
|
-
city?: string | undefined;
|
|
771
770
|
country?: string | undefined;
|
|
771
|
+
city?: 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
|
-
city?: string | undefined;
|
|
820
819
|
country?: string | undefined;
|
|
820
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1100
1099
|
country?: string | undefined;
|
|
1101
|
-
}, {
|
|
1102
1100
|
city?: string | undefined;
|
|
1101
|
+
}, {
|
|
1103
1102
|
country?: string | undefined;
|
|
1103
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1113
1112
|
country?: string | undefined;
|
|
1113
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1123
1122
|
country?: string | undefined;
|
|
1123
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1138
1137
|
country?: string | undefined;
|
|
1138
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1153
1152
|
country?: string | undefined;
|
|
1153
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1175
1174
|
country?: string | undefined;
|
|
1175
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1197
1196
|
country?: string | undefined;
|
|
1197
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1221
1220
|
country?: string | undefined;
|
|
1221
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1267
1266
|
country?: string | undefined;
|
|
1267
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1316
1315
|
country?: string | undefined;
|
|
1316
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1365
1364
|
country?: string | undefined;
|
|
1365
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1433
1432
|
country?: string | undefined;
|
|
1433
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1493
1492
|
country?: string | undefined;
|
|
1493
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1613
1612
|
country?: string | undefined;
|
|
1614
|
-
}, {
|
|
1615
1613
|
city?: string | undefined;
|
|
1614
|
+
}, {
|
|
1616
1615
|
country?: string | undefined;
|
|
1616
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1626
1625
|
country?: string | undefined;
|
|
1626
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1636
1635
|
country?: string | undefined;
|
|
1636
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1651
1650
|
country?: string | undefined;
|
|
1651
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1666
1665
|
country?: string | undefined;
|
|
1666
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1688
1687
|
country?: string | undefined;
|
|
1688
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1710
1709
|
country?: string | undefined;
|
|
1710
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1734
1733
|
country?: string | undefined;
|
|
1734
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1780
1779
|
country?: string | undefined;
|
|
1780
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1829
1828
|
country?: string | undefined;
|
|
1829
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1878
1877
|
country?: string | undefined;
|
|
1878
|
+
city?: 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
|
-
city?: string | undefined;
|
|
1946
1945
|
country?: string | undefined;
|
|
1946
|
+
city?: 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
|
-
city?: string | undefined;
|
|
2006
2005
|
country?: string | undefined;
|
|
2006
|
+
city?: string | undefined;
|
|
2007
2007
|
} | undefined;
|
|
2008
2008
|
} | undefined;
|
|
2009
2009
|
start_date?: string | undefined;
|
|
@@ -6027,22 +6027,22 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6027
6027
|
error: string;
|
|
6028
6028
|
success: boolean;
|
|
6029
6029
|
operation: "list_projects";
|
|
6030
|
-
total?: number | undefined;
|
|
6031
6030
|
projects?: import("zod").objectOutputType<{
|
|
6032
6031
|
id: import("zod").ZodString;
|
|
6033
6032
|
key: import("zod").ZodString;
|
|
6034
6033
|
name: import("zod").ZodString;
|
|
6035
6034
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6035
|
+
total?: number | undefined;
|
|
6036
6036
|
}, {
|
|
6037
6037
|
error: string;
|
|
6038
6038
|
success: boolean;
|
|
6039
6039
|
operation: "list_projects";
|
|
6040
|
-
total?: number | undefined;
|
|
6041
6040
|
projects?: import("zod").objectInputType<{
|
|
6042
6041
|
id: import("zod").ZodString;
|
|
6043
6042
|
key: import("zod").ZodString;
|
|
6044
6043
|
name: import("zod").ZodString;
|
|
6045
6044
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6045
|
+
total?: number | undefined;
|
|
6046
6046
|
}>, import("zod").ZodObject<{
|
|
6047
6047
|
operation: import("zod").ZodLiteral<"list_issue_types">;
|
|
6048
6048
|
success: import("zod").ZodBoolean;
|
|
@@ -8200,22 +8200,22 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8200
8200
|
error: string;
|
|
8201
8201
|
success: boolean;
|
|
8202
8202
|
operation: "list_projects";
|
|
8203
|
-
total?: number | undefined;
|
|
8204
8203
|
projects?: z.objectOutputType<{
|
|
8205
8204
|
id: z.ZodString;
|
|
8206
8205
|
key: z.ZodString;
|
|
8207
8206
|
name: z.ZodString;
|
|
8208
8207
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
8208
|
+
total?: number | undefined;
|
|
8209
8209
|
}, {
|
|
8210
8210
|
error: string;
|
|
8211
8211
|
success: boolean;
|
|
8212
8212
|
operation: "list_projects";
|
|
8213
|
-
total?: number | undefined;
|
|
8214
8213
|
projects?: z.objectInputType<{
|
|
8215
8214
|
id: z.ZodString;
|
|
8216
8215
|
key: z.ZodString;
|
|
8217
8216
|
name: z.ZodString;
|
|
8218
8217
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
8218
|
+
total?: number | undefined;
|
|
8219
8219
|
}>, z.ZodObject<{
|
|
8220
8220
|
operation: z.ZodLiteral<"list_issue_types">;
|
|
8221
8221
|
success: z.ZodBoolean;
|