@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
@@ -1,806 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const LinkedInProfileDetailInputSchema: z.ZodObject<{
3
- profileScraperMode: z.ZodDefault<z.ZodString>;
4
- queries: z.ZodArray<z.ZodString, "many">;
5
- }, "strip", z.ZodTypeAny, {
6
- profileScraperMode: string;
7
- queries: string[];
8
- }, {
9
- queries: string[];
10
- profileScraperMode?: string | undefined;
11
- }>;
12
- export declare const LinkedInProfileDetailOutputSchema: z.ZodObject<{
13
- id: z.ZodOptional<z.ZodString>;
14
- publicIdentifier: z.ZodOptional<z.ZodString>;
15
- linkedinUrl: z.ZodOptional<z.ZodString>;
16
- firstName: z.ZodOptional<z.ZodString>;
17
- lastName: z.ZodOptional<z.ZodString>;
18
- headline: z.ZodOptional<z.ZodString>;
19
- about: z.ZodOptional<z.ZodString>;
20
- openToWork: z.ZodOptional<z.ZodBoolean>;
21
- hiring: z.ZodOptional<z.ZodBoolean>;
22
- photo: z.ZodOptional<z.ZodString>;
23
- premium: z.ZodOptional<z.ZodBoolean>;
24
- influencer: z.ZodOptional<z.ZodBoolean>;
25
- location: z.ZodOptional<z.ZodObject<{
26
- linkedinText: z.ZodOptional<z.ZodString>;
27
- countryCode: z.ZodOptional<z.ZodString>;
28
- parsed: z.ZodOptional<z.ZodObject<{
29
- text: z.ZodOptional<z.ZodString>;
30
- countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
- regionCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
- country: z.ZodOptional<z.ZodString>;
33
- countryFull: z.ZodOptional<z.ZodString>;
34
- state: z.ZodOptional<z.ZodString>;
35
- city: z.ZodOptional<z.ZodString>;
36
- }, "strip", z.ZodTypeAny, {
37
- text?: string | undefined;
38
- countryCode?: string | null | undefined;
39
- regionCode?: string | null | undefined;
40
- country?: string | undefined;
41
- countryFull?: string | undefined;
42
- state?: string | undefined;
43
- city?: string | undefined;
44
- }, {
45
- text?: string | undefined;
46
- countryCode?: string | null | undefined;
47
- regionCode?: string | null | undefined;
48
- country?: string | undefined;
49
- countryFull?: string | undefined;
50
- state?: string | undefined;
51
- city?: string | undefined;
52
- }>>;
53
- }, "strip", z.ZodTypeAny, {
54
- linkedinText?: string | undefined;
55
- countryCode?: string | undefined;
56
- parsed?: {
57
- text?: string | undefined;
58
- countryCode?: string | null | undefined;
59
- regionCode?: string | null | undefined;
60
- country?: string | undefined;
61
- countryFull?: string | undefined;
62
- state?: string | undefined;
63
- city?: string | undefined;
64
- } | undefined;
65
- }, {
66
- linkedinText?: string | undefined;
67
- countryCode?: string | undefined;
68
- parsed?: {
69
- text?: string | undefined;
70
- countryCode?: string | null | undefined;
71
- regionCode?: string | null | undefined;
72
- country?: string | undefined;
73
- countryFull?: string | undefined;
74
- state?: string | undefined;
75
- city?: string | undefined;
76
- } | undefined;
77
- }>>;
78
- verified: z.ZodOptional<z.ZodBoolean>;
79
- registeredAt: z.ZodOptional<z.ZodString>;
80
- topSkills: z.ZodOptional<z.ZodString>;
81
- connectionsCount: z.ZodOptional<z.ZodNumber>;
82
- followerCount: z.ZodOptional<z.ZodNumber>;
83
- currentPosition: z.ZodOptional<z.ZodArray<z.ZodObject<{
84
- companyName: z.ZodOptional<z.ZodString>;
85
- }, "strip", z.ZodTypeAny, {
86
- companyName?: string | undefined;
87
- }, {
88
- companyName?: string | undefined;
89
- }>, "many">>;
90
- experience: z.ZodOptional<z.ZodArray<z.ZodObject<{
91
- position: z.ZodOptional<z.ZodString>;
92
- location: z.ZodOptional<z.ZodString>;
93
- employmentType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
94
- workplaceType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
95
- companyName: z.ZodOptional<z.ZodString>;
96
- companyLinkedinUrl: z.ZodOptional<z.ZodString>;
97
- companyId: z.ZodOptional<z.ZodString>;
98
- companyUniversalName: z.ZodOptional<z.ZodString>;
99
- duration: z.ZodOptional<z.ZodString>;
100
- description: z.ZodOptional<z.ZodString>;
101
- skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
102
- startDate: z.ZodOptional<z.ZodObject<{
103
- month: z.ZodOptional<z.ZodString>;
104
- year: z.ZodOptional<z.ZodNumber>;
105
- text: z.ZodOptional<z.ZodString>;
106
- }, "strip", z.ZodTypeAny, {
107
- text?: string | undefined;
108
- year?: number | undefined;
109
- month?: string | undefined;
110
- }, {
111
- text?: string | undefined;
112
- year?: number | undefined;
113
- month?: string | undefined;
114
- }>>;
115
- endDate: z.ZodOptional<z.ZodObject<{
116
- month: z.ZodOptional<z.ZodString>;
117
- year: z.ZodOptional<z.ZodNumber>;
118
- text: z.ZodOptional<z.ZodString>;
119
- }, "strip", z.ZodTypeAny, {
120
- text?: string | undefined;
121
- year?: number | undefined;
122
- month?: string | undefined;
123
- }, {
124
- text?: string | undefined;
125
- year?: number | undefined;
126
- month?: string | undefined;
127
- }>>;
128
- }, "strip", z.ZodTypeAny, {
129
- duration?: string | undefined;
130
- description?: string | undefined;
131
- location?: string | undefined;
132
- companyName?: string | undefined;
133
- companyLinkedinUrl?: string | undefined;
134
- employmentType?: string | null | undefined;
135
- position?: string | undefined;
136
- workplaceType?: string | null | undefined;
137
- companyId?: string | undefined;
138
- companyUniversalName?: string | undefined;
139
- skills?: string[] | undefined;
140
- startDate?: {
141
- text?: string | undefined;
142
- year?: number | undefined;
143
- month?: string | undefined;
144
- } | undefined;
145
- endDate?: {
146
- text?: string | undefined;
147
- year?: number | undefined;
148
- month?: string | undefined;
149
- } | undefined;
150
- }, {
151
- duration?: string | undefined;
152
- description?: string | undefined;
153
- location?: string | undefined;
154
- companyName?: string | undefined;
155
- companyLinkedinUrl?: string | undefined;
156
- employmentType?: string | null | undefined;
157
- position?: string | undefined;
158
- workplaceType?: string | null | undefined;
159
- companyId?: string | undefined;
160
- companyUniversalName?: string | undefined;
161
- skills?: string[] | undefined;
162
- startDate?: {
163
- text?: string | undefined;
164
- year?: number | undefined;
165
- month?: string | undefined;
166
- } | undefined;
167
- endDate?: {
168
- text?: string | undefined;
169
- year?: number | undefined;
170
- month?: string | undefined;
171
- } | undefined;
172
- }>, "many">>;
173
- education: z.ZodOptional<z.ZodArray<z.ZodObject<{
174
- schoolName: z.ZodOptional<z.ZodString>;
175
- schoolLinkedinUrl: z.ZodOptional<z.ZodString>;
176
- degree: z.ZodOptional<z.ZodString>;
177
- fieldOfStudy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
178
- skills: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
179
- startDate: z.ZodOptional<z.ZodObject<{
180
- month: z.ZodOptional<z.ZodString>;
181
- year: z.ZodOptional<z.ZodNumber>;
182
- text: z.ZodOptional<z.ZodString>;
183
- }, "strip", z.ZodTypeAny, {
184
- text?: string | undefined;
185
- year?: number | undefined;
186
- month?: string | undefined;
187
- }, {
188
- text?: string | undefined;
189
- year?: number | undefined;
190
- month?: string | undefined;
191
- }>>;
192
- endDate: z.ZodOptional<z.ZodObject<{
193
- month: z.ZodOptional<z.ZodString>;
194
- year: z.ZodOptional<z.ZodNumber>;
195
- text: z.ZodOptional<z.ZodString>;
196
- }, "strip", z.ZodTypeAny, {
197
- text?: string | undefined;
198
- year?: number | undefined;
199
- month?: string | undefined;
200
- }, {
201
- text?: string | undefined;
202
- year?: number | undefined;
203
- month?: string | undefined;
204
- }>>;
205
- period: z.ZodOptional<z.ZodString>;
206
- }, "strip", z.ZodTypeAny, {
207
- skills?: string[] | undefined;
208
- startDate?: {
209
- text?: string | undefined;
210
- year?: number | undefined;
211
- month?: string | undefined;
212
- } | undefined;
213
- endDate?: {
214
- text?: string | undefined;
215
- year?: number | undefined;
216
- month?: string | undefined;
217
- } | undefined;
218
- schoolName?: string | undefined;
219
- schoolLinkedinUrl?: string | undefined;
220
- degree?: string | undefined;
221
- fieldOfStudy?: string | null | undefined;
222
- period?: string | undefined;
223
- }, {
224
- skills?: string[] | undefined;
225
- startDate?: {
226
- text?: string | undefined;
227
- year?: number | undefined;
228
- month?: string | undefined;
229
- } | undefined;
230
- endDate?: {
231
- text?: string | undefined;
232
- year?: number | undefined;
233
- month?: string | undefined;
234
- } | undefined;
235
- schoolName?: string | undefined;
236
- schoolLinkedinUrl?: string | undefined;
237
- degree?: string | undefined;
238
- fieldOfStudy?: string | null | undefined;
239
- period?: string | undefined;
240
- }>, "many">>;
241
- certifications: z.ZodOptional<z.ZodArray<z.ZodObject<{
242
- title: z.ZodOptional<z.ZodString>;
243
- issuedAt: z.ZodOptional<z.ZodString>;
244
- issuedBy: z.ZodOptional<z.ZodString>;
245
- issuedByLink: z.ZodOptional<z.ZodString>;
246
- }, "strip", z.ZodTypeAny, {
247
- title?: string | undefined;
248
- issuedAt?: string | undefined;
249
- issuedBy?: string | undefined;
250
- issuedByLink?: string | undefined;
251
- }, {
252
- title?: string | undefined;
253
- issuedAt?: string | undefined;
254
- issuedBy?: string | undefined;
255
- issuedByLink?: string | undefined;
256
- }>, "many">>;
257
- projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
258
- title: z.ZodOptional<z.ZodString>;
259
- description: z.ZodOptional<z.ZodString>;
260
- duration: z.ZodOptional<z.ZodString>;
261
- startDate: z.ZodOptional<z.ZodObject<{
262
- month: z.ZodOptional<z.ZodString>;
263
- year: z.ZodOptional<z.ZodNumber>;
264
- text: z.ZodOptional<z.ZodString>;
265
- }, "strip", z.ZodTypeAny, {
266
- text?: string | undefined;
267
- year?: number | undefined;
268
- month?: string | undefined;
269
- }, {
270
- text?: string | undefined;
271
- year?: number | undefined;
272
- month?: string | undefined;
273
- }>>;
274
- endDate: z.ZodOptional<z.ZodObject<{
275
- month: z.ZodOptional<z.ZodString>;
276
- year: z.ZodOptional<z.ZodNumber>;
277
- text: z.ZodOptional<z.ZodString>;
278
- }, "strip", z.ZodTypeAny, {
279
- text?: string | undefined;
280
- year?: number | undefined;
281
- month?: string | undefined;
282
- }, {
283
- text?: string | undefined;
284
- year?: number | undefined;
285
- month?: string | undefined;
286
- }>>;
287
- }, "strip", z.ZodTypeAny, {
288
- duration?: string | undefined;
289
- description?: string | undefined;
290
- title?: string | undefined;
291
- startDate?: {
292
- text?: string | undefined;
293
- year?: number | undefined;
294
- month?: string | undefined;
295
- } | undefined;
296
- endDate?: {
297
- text?: string | undefined;
298
- year?: number | undefined;
299
- month?: string | undefined;
300
- } | undefined;
301
- }, {
302
- duration?: string | undefined;
303
- description?: string | undefined;
304
- title?: string | undefined;
305
- startDate?: {
306
- text?: string | undefined;
307
- year?: number | undefined;
308
- month?: string | undefined;
309
- } | undefined;
310
- endDate?: {
311
- text?: string | undefined;
312
- year?: number | undefined;
313
- month?: string | undefined;
314
- } | undefined;
315
- }>, "many">>;
316
- volunteering: z.ZodOptional<z.ZodArray<z.ZodObject<{
317
- role: z.ZodOptional<z.ZodString>;
318
- duration: z.ZodOptional<z.ZodString>;
319
- startDate: z.ZodOptional<z.ZodNullable<z.ZodObject<{
320
- month: z.ZodOptional<z.ZodString>;
321
- year: z.ZodOptional<z.ZodNumber>;
322
- text: z.ZodOptional<z.ZodString>;
323
- }, "strip", z.ZodTypeAny, {
324
- text?: string | undefined;
325
- year?: number | undefined;
326
- month?: string | undefined;
327
- }, {
328
- text?: string | undefined;
329
- year?: number | undefined;
330
- month?: string | undefined;
331
- }>>>;
332
- endDate: z.ZodOptional<z.ZodObject<{
333
- month: z.ZodOptional<z.ZodString>;
334
- year: z.ZodOptional<z.ZodNumber>;
335
- text: z.ZodOptional<z.ZodString>;
336
- }, "strip", z.ZodTypeAny, {
337
- text?: string | undefined;
338
- year?: number | undefined;
339
- month?: string | undefined;
340
- }, {
341
- text?: string | undefined;
342
- year?: number | undefined;
343
- month?: string | undefined;
344
- }>>;
345
- organizationName: z.ZodOptional<z.ZodString>;
346
- organizationLinkedinUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
347
- cause: z.ZodOptional<z.ZodString>;
348
- }, "strip", z.ZodTypeAny, {
349
- cause?: string | undefined;
350
- duration?: string | undefined;
351
- role?: string | undefined;
352
- startDate?: {
353
- text?: string | undefined;
354
- year?: number | undefined;
355
- month?: string | undefined;
356
- } | null | undefined;
357
- endDate?: {
358
- text?: string | undefined;
359
- year?: number | undefined;
360
- month?: string | undefined;
361
- } | undefined;
362
- organizationName?: string | undefined;
363
- organizationLinkedinUrl?: string | null | undefined;
364
- }, {
365
- cause?: string | undefined;
366
- duration?: string | undefined;
367
- role?: string | undefined;
368
- startDate?: {
369
- text?: string | undefined;
370
- year?: number | undefined;
371
- month?: string | undefined;
372
- } | null | undefined;
373
- endDate?: {
374
- text?: string | undefined;
375
- year?: number | undefined;
376
- month?: string | undefined;
377
- } | undefined;
378
- organizationName?: string | undefined;
379
- organizationLinkedinUrl?: string | null | undefined;
380
- }>, "many">>;
381
- skills: z.ZodOptional<z.ZodArray<z.ZodObject<{
382
- name: z.ZodOptional<z.ZodString>;
383
- positions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
384
- endorsements: z.ZodOptional<z.ZodString>;
385
- }, "strip", z.ZodTypeAny, {
386
- name?: string | undefined;
387
- positions?: string[] | undefined;
388
- endorsements?: string | undefined;
389
- }, {
390
- name?: string | undefined;
391
- positions?: string[] | undefined;
392
- endorsements?: string | undefined;
393
- }>, "many">>;
394
- courses: z.ZodOptional<z.ZodArray<z.ZodObject<{
395
- title: z.ZodOptional<z.ZodString>;
396
- associatedWith: z.ZodOptional<z.ZodString>;
397
- associatedWithLink: z.ZodOptional<z.ZodString>;
398
- }, "strip", z.ZodTypeAny, {
399
- title?: string | undefined;
400
- associatedWith?: string | undefined;
401
- associatedWithLink?: string | undefined;
402
- }, {
403
- title?: string | undefined;
404
- associatedWith?: string | undefined;
405
- associatedWithLink?: string | undefined;
406
- }>, "many">>;
407
- publications: z.ZodOptional<z.ZodArray<z.ZodObject<{
408
- title: z.ZodOptional<z.ZodString>;
409
- publishedAt: z.ZodOptional<z.ZodString>;
410
- link: z.ZodOptional<z.ZodString>;
411
- }, "strip", z.ZodTypeAny, {
412
- title?: string | undefined;
413
- link?: string | undefined;
414
- publishedAt?: string | undefined;
415
- }, {
416
- title?: string | undefined;
417
- link?: string | undefined;
418
- publishedAt?: string | undefined;
419
- }>, "many">>;
420
- patents: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
421
- honorsAndAwards: z.ZodOptional<z.ZodArray<z.ZodObject<{
422
- title: z.ZodOptional<z.ZodString>;
423
- issuedBy: z.ZodOptional<z.ZodString>;
424
- issuedAt: z.ZodOptional<z.ZodString>;
425
- description: z.ZodOptional<z.ZodString>;
426
- associatedWith: z.ZodOptional<z.ZodString>;
427
- associatedWithLink: z.ZodOptional<z.ZodString>;
428
- }, "strip", z.ZodTypeAny, {
429
- description?: string | undefined;
430
- title?: string | undefined;
431
- issuedAt?: string | undefined;
432
- issuedBy?: string | undefined;
433
- associatedWith?: string | undefined;
434
- associatedWithLink?: string | undefined;
435
- }, {
436
- description?: string | undefined;
437
- title?: string | undefined;
438
- issuedAt?: string | undefined;
439
- issuedBy?: string | undefined;
440
- associatedWith?: string | undefined;
441
- associatedWithLink?: string | undefined;
442
- }>, "many">>;
443
- languages: z.ZodOptional<z.ZodArray<z.ZodObject<{
444
- name: z.ZodOptional<z.ZodString>;
445
- proficiency: z.ZodOptional<z.ZodString>;
446
- }, "strip", z.ZodTypeAny, {
447
- name?: string | undefined;
448
- proficiency?: string | undefined;
449
- }, {
450
- name?: string | undefined;
451
- proficiency?: string | undefined;
452
- }>, "many">>;
453
- featured: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
454
- moreProfiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
455
- id: z.ZodOptional<z.ZodString>;
456
- firstName: z.ZodOptional<z.ZodString>;
457
- lastName: z.ZodOptional<z.ZodString>;
458
- position: z.ZodOptional<z.ZodString>;
459
- publicIdentifier: z.ZodOptional<z.ZodString>;
460
- linkedinUrl: z.ZodOptional<z.ZodString>;
461
- }, "strip", z.ZodTypeAny, {
462
- id?: string | undefined;
463
- position?: string | undefined;
464
- firstName?: string | undefined;
465
- lastName?: string | undefined;
466
- publicIdentifier?: string | undefined;
467
- linkedinUrl?: string | undefined;
468
- }, {
469
- id?: string | undefined;
470
- position?: string | undefined;
471
- firstName?: string | undefined;
472
- lastName?: string | undefined;
473
- publicIdentifier?: string | undefined;
474
- linkedinUrl?: string | undefined;
475
- }>, "many">>;
476
- query: z.ZodOptional<z.ZodObject<{
477
- publicIdentifier: z.ZodOptional<z.ZodString>;
478
- profileId: z.ZodOptional<z.ZodString>;
479
- }, "strip", z.ZodTypeAny, {
480
- publicIdentifier?: string | undefined;
481
- profileId?: string | undefined;
482
- }, {
483
- publicIdentifier?: string | undefined;
484
- profileId?: string | undefined;
485
- }>>;
486
- status: z.ZodOptional<z.ZodNumber>;
487
- entityId: z.ZodOptional<z.ZodString>;
488
- requestId: z.ZodOptional<z.ZodString>;
489
- }, "strip", z.ZodTypeAny, {
490
- status?: number | undefined;
491
- id?: string | undefined;
492
- query?: {
493
- publicIdentifier?: string | undefined;
494
- profileId?: string | undefined;
495
- } | undefined;
496
- photo?: string | undefined;
497
- verified?: boolean | undefined;
498
- location?: {
499
- linkedinText?: string | undefined;
500
- countryCode?: string | undefined;
501
- parsed?: {
502
- text?: string | undefined;
503
- countryCode?: string | null | undefined;
504
- regionCode?: string | null | undefined;
505
- country?: string | undefined;
506
- countryFull?: string | undefined;
507
- state?: string | undefined;
508
- city?: string | undefined;
509
- } | undefined;
510
- } | undefined;
511
- headline?: string | undefined;
512
- skills?: {
513
- name?: string | undefined;
514
- positions?: string[] | undefined;
515
- endorsements?: string | undefined;
516
- }[] | undefined;
517
- firstName?: string | undefined;
518
- lastName?: string | undefined;
519
- publicIdentifier?: string | undefined;
520
- linkedinUrl?: string | undefined;
521
- about?: string | undefined;
522
- openToWork?: boolean | undefined;
523
- hiring?: boolean | undefined;
524
- premium?: boolean | undefined;
525
- influencer?: boolean | undefined;
526
- registeredAt?: string | undefined;
527
- topSkills?: string | undefined;
528
- connectionsCount?: number | undefined;
529
- followerCount?: number | undefined;
530
- currentPosition?: {
531
- companyName?: string | undefined;
532
- }[] | undefined;
533
- experience?: {
534
- duration?: string | undefined;
535
- description?: string | undefined;
536
- location?: string | undefined;
537
- companyName?: string | undefined;
538
- companyLinkedinUrl?: string | undefined;
539
- employmentType?: string | null | undefined;
540
- position?: string | undefined;
541
- workplaceType?: string | null | undefined;
542
- companyId?: string | undefined;
543
- companyUniversalName?: string | undefined;
544
- skills?: string[] | undefined;
545
- startDate?: {
546
- text?: string | undefined;
547
- year?: number | undefined;
548
- month?: string | undefined;
549
- } | undefined;
550
- endDate?: {
551
- text?: string | undefined;
552
- year?: number | undefined;
553
- month?: string | undefined;
554
- } | undefined;
555
- }[] | undefined;
556
- education?: {
557
- skills?: string[] | undefined;
558
- startDate?: {
559
- text?: string | undefined;
560
- year?: number | undefined;
561
- month?: string | undefined;
562
- } | undefined;
563
- endDate?: {
564
- text?: string | undefined;
565
- year?: number | undefined;
566
- month?: string | undefined;
567
- } | undefined;
568
- schoolName?: string | undefined;
569
- schoolLinkedinUrl?: string | undefined;
570
- degree?: string | undefined;
571
- fieldOfStudy?: string | null | undefined;
572
- period?: string | undefined;
573
- }[] | undefined;
574
- certifications?: {
575
- title?: string | undefined;
576
- issuedAt?: string | undefined;
577
- issuedBy?: string | undefined;
578
- issuedByLink?: string | undefined;
579
- }[] | undefined;
580
- projects?: {
581
- duration?: string | undefined;
582
- description?: string | undefined;
583
- title?: string | undefined;
584
- startDate?: {
585
- text?: string | undefined;
586
- year?: number | undefined;
587
- month?: string | undefined;
588
- } | undefined;
589
- endDate?: {
590
- text?: string | undefined;
591
- year?: number | undefined;
592
- month?: string | undefined;
593
- } | undefined;
594
- }[] | undefined;
595
- volunteering?: {
596
- cause?: string | undefined;
597
- duration?: string | undefined;
598
- role?: string | undefined;
599
- startDate?: {
600
- text?: string | undefined;
601
- year?: number | undefined;
602
- month?: string | undefined;
603
- } | null | undefined;
604
- endDate?: {
605
- text?: string | undefined;
606
- year?: number | undefined;
607
- month?: string | undefined;
608
- } | undefined;
609
- organizationName?: string | undefined;
610
- organizationLinkedinUrl?: string | null | undefined;
611
- }[] | undefined;
612
- courses?: {
613
- title?: string | undefined;
614
- associatedWith?: string | undefined;
615
- associatedWithLink?: string | undefined;
616
- }[] | undefined;
617
- publications?: {
618
- title?: string | undefined;
619
- link?: string | undefined;
620
- publishedAt?: string | undefined;
621
- }[] | undefined;
622
- patents?: any[] | undefined;
623
- honorsAndAwards?: {
624
- description?: string | undefined;
625
- title?: string | undefined;
626
- issuedAt?: string | undefined;
627
- issuedBy?: string | undefined;
628
- associatedWith?: string | undefined;
629
- associatedWithLink?: string | undefined;
630
- }[] | undefined;
631
- languages?: {
632
- name?: string | undefined;
633
- proficiency?: string | undefined;
634
- }[] | undefined;
635
- featured?: any;
636
- moreProfiles?: {
637
- id?: string | undefined;
638
- position?: string | undefined;
639
- firstName?: string | undefined;
640
- lastName?: string | undefined;
641
- publicIdentifier?: string | undefined;
642
- linkedinUrl?: string | undefined;
643
- }[] | undefined;
644
- entityId?: string | undefined;
645
- requestId?: string | undefined;
646
- }, {
647
- status?: number | undefined;
648
- id?: string | undefined;
649
- query?: {
650
- publicIdentifier?: string | undefined;
651
- profileId?: string | undefined;
652
- } | undefined;
653
- photo?: string | undefined;
654
- verified?: boolean | undefined;
655
- location?: {
656
- linkedinText?: string | undefined;
657
- countryCode?: string | undefined;
658
- parsed?: {
659
- text?: string | undefined;
660
- countryCode?: string | null | undefined;
661
- regionCode?: string | null | undefined;
662
- country?: string | undefined;
663
- countryFull?: string | undefined;
664
- state?: string | undefined;
665
- city?: string | undefined;
666
- } | undefined;
667
- } | undefined;
668
- headline?: string | undefined;
669
- skills?: {
670
- name?: string | undefined;
671
- positions?: string[] | undefined;
672
- endorsements?: string | undefined;
673
- }[] | undefined;
674
- firstName?: string | undefined;
675
- lastName?: string | undefined;
676
- publicIdentifier?: string | undefined;
677
- linkedinUrl?: string | undefined;
678
- about?: string | undefined;
679
- openToWork?: boolean | undefined;
680
- hiring?: boolean | undefined;
681
- premium?: boolean | undefined;
682
- influencer?: boolean | undefined;
683
- registeredAt?: string | undefined;
684
- topSkills?: string | undefined;
685
- connectionsCount?: number | undefined;
686
- followerCount?: number | undefined;
687
- currentPosition?: {
688
- companyName?: string | undefined;
689
- }[] | undefined;
690
- experience?: {
691
- duration?: string | undefined;
692
- description?: string | undefined;
693
- location?: string | undefined;
694
- companyName?: string | undefined;
695
- companyLinkedinUrl?: string | undefined;
696
- employmentType?: string | null | undefined;
697
- position?: string | undefined;
698
- workplaceType?: string | null | undefined;
699
- companyId?: string | undefined;
700
- companyUniversalName?: string | undefined;
701
- skills?: string[] | undefined;
702
- startDate?: {
703
- text?: string | undefined;
704
- year?: number | undefined;
705
- month?: string | undefined;
706
- } | undefined;
707
- endDate?: {
708
- text?: string | undefined;
709
- year?: number | undefined;
710
- month?: string | undefined;
711
- } | undefined;
712
- }[] | undefined;
713
- education?: {
714
- skills?: string[] | undefined;
715
- startDate?: {
716
- text?: string | undefined;
717
- year?: number | undefined;
718
- month?: string | undefined;
719
- } | undefined;
720
- endDate?: {
721
- text?: string | undefined;
722
- year?: number | undefined;
723
- month?: string | undefined;
724
- } | undefined;
725
- schoolName?: string | undefined;
726
- schoolLinkedinUrl?: string | undefined;
727
- degree?: string | undefined;
728
- fieldOfStudy?: string | null | undefined;
729
- period?: string | undefined;
730
- }[] | undefined;
731
- certifications?: {
732
- title?: string | undefined;
733
- issuedAt?: string | undefined;
734
- issuedBy?: string | undefined;
735
- issuedByLink?: string | undefined;
736
- }[] | undefined;
737
- projects?: {
738
- duration?: string | undefined;
739
- description?: string | undefined;
740
- title?: string | undefined;
741
- startDate?: {
742
- text?: string | undefined;
743
- year?: number | undefined;
744
- month?: string | undefined;
745
- } | undefined;
746
- endDate?: {
747
- text?: string | undefined;
748
- year?: number | undefined;
749
- month?: string | undefined;
750
- } | undefined;
751
- }[] | undefined;
752
- volunteering?: {
753
- cause?: string | undefined;
754
- duration?: string | undefined;
755
- role?: string | undefined;
756
- startDate?: {
757
- text?: string | undefined;
758
- year?: number | undefined;
759
- month?: string | undefined;
760
- } | null | undefined;
761
- endDate?: {
762
- text?: string | undefined;
763
- year?: number | undefined;
764
- month?: string | undefined;
765
- } | undefined;
766
- organizationName?: string | undefined;
767
- organizationLinkedinUrl?: string | null | undefined;
768
- }[] | undefined;
769
- courses?: {
770
- title?: string | undefined;
771
- associatedWith?: string | undefined;
772
- associatedWithLink?: string | undefined;
773
- }[] | undefined;
774
- publications?: {
775
- title?: string | undefined;
776
- link?: string | undefined;
777
- publishedAt?: string | undefined;
778
- }[] | undefined;
779
- patents?: any[] | undefined;
780
- honorsAndAwards?: {
781
- description?: string | undefined;
782
- title?: string | undefined;
783
- issuedAt?: string | undefined;
784
- issuedBy?: string | undefined;
785
- associatedWith?: string | undefined;
786
- associatedWithLink?: string | undefined;
787
- }[] | undefined;
788
- languages?: {
789
- name?: string | undefined;
790
- proficiency?: string | undefined;
791
- }[] | undefined;
792
- featured?: any;
793
- moreProfiles?: {
794
- id?: string | undefined;
795
- position?: string | undefined;
796
- firstName?: string | undefined;
797
- lastName?: string | undefined;
798
- publicIdentifier?: string | undefined;
799
- linkedinUrl?: string | undefined;
800
- }[] | undefined;
801
- entityId?: string | undefined;
802
- requestId?: string | undefined;
803
- }>;
804
- export type LinkedInProfileDetailInput = z.output<typeof LinkedInProfileDetailInputSchema>;
805
- export type LinkedInProfileDetailOutput = z.output<typeof LinkedInProfileDetailOutputSchema>;
806
- //# sourceMappingURL=linkedin-profile-detail.d.ts.map