@bubblelab/bubble-core 0.1.141 → 0.1.142

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 (97) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
  3. package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
  4. package/dist/bubble-flow/bubble-flow-class.js +1 -0
  5. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +7 -0
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  12. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  17. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
  18. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
  20. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
  21. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  22. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  24. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +901 -94
  26. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
  28. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  29. package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
  30. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/apify/apify.js +1 -0
  32. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  33. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
  34. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
  35. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
  36. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
  37. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  38. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  39. package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
  40. package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
  41. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
  42. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
  43. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  44. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  45. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  46. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  48. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
  50. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  51. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  52. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  53. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  54. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
  56. package/dist/bubbles/service-bubble/slack/slack.js +2 -2
  57. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  58. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  59. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  60. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  61. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
  64. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1890 -452
  65. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  66. package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
  67. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  68. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
  69. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  70. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
  73. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  74. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  75. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  76. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  77. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  80. package/dist/bubbles.json +481 -6
  81. package/package.json +2 -2
  82. package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
  83. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
  84. package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
  85. package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
  86. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
  87. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
  88. package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
  89. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
  90. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
  91. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
  92. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
  93. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
  94. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
  95. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
  96. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
  97. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
@@ -80,9 +80,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
80
80
  operation: "create_person";
81
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
82
82
  tags?: string[] | undefined;
83
- source?: string | undefined;
84
83
  firstName?: string | undefined;
85
84
  lastName?: string | undefined;
85
+ source?: string | undefined;
86
86
  emails?: {
87
87
  value: string;
88
88
  type?: string | undefined;
@@ -99,9 +99,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
99
99
  operation: "create_person";
100
100
  credentials?: Partial<Record<CredentialType, string>> | undefined;
101
101
  tags?: string[] | undefined;
102
- source?: string | undefined;
103
102
  firstName?: string | undefined;
104
103
  lastName?: string | undefined;
104
+ source?: string | undefined;
105
105
  emails?: {
106
106
  value: string;
107
107
  type?: string | undefined;
@@ -155,9 +155,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
155
155
  person_id: number;
156
156
  credentials?: Partial<Record<CredentialType, string>> | undefined;
157
157
  tags?: string[] | undefined;
158
- source?: string | undefined;
159
158
  firstName?: string | undefined;
160
159
  lastName?: string | undefined;
160
+ source?: string | undefined;
161
161
  emails?: {
162
162
  value: string;
163
163
  type?: string | undefined;
@@ -175,9 +175,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
175
175
  person_id: number;
176
176
  credentials?: Partial<Record<CredentialType, string>> | undefined;
177
177
  tags?: string[] | undefined;
178
- source?: string | undefined;
179
178
  firstName?: string | undefined;
180
179
  lastName?: string | undefined;
180
+ source?: string | undefined;
181
181
  emails?: {
182
182
  value: string;
183
183
  type?: string | undefined;
@@ -674,14 +674,14 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
674
674
  }, "strip", z.ZodTypeAny, {
675
675
  operation: "update_webhook";
676
676
  webhook_id: number;
677
- url?: string | undefined;
678
677
  credentials?: Partial<Record<CredentialType, string>> | undefined;
678
+ url?: string | undefined;
679
679
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
680
680
  }, {
681
681
  operation: "update_webhook";
682
682
  webhook_id: number;
683
- url?: string | undefined;
684
683
  credentials?: Partial<Record<CredentialType, string>> | undefined;
684
+ url?: string | undefined;
685
685
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
686
686
  }>, z.ZodObject<{
687
687
  operation: z.ZodLiteral<"delete_webhook">;
@@ -3474,9 +3474,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3474
3474
  operation: "create_person";
3475
3475
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3476
3476
  tags?: string[] | undefined;
3477
- source?: string | undefined;
3478
3477
  firstName?: string | undefined;
3479
3478
  lastName?: string | undefined;
3479
+ source?: string | undefined;
3480
3480
  emails?: {
3481
3481
  value: string;
3482
3482
  type?: string | undefined;
@@ -3493,9 +3493,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3493
3493
  operation: "create_person";
3494
3494
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3495
3495
  tags?: string[] | undefined;
3496
- source?: string | undefined;
3497
3496
  firstName?: string | undefined;
3498
3497
  lastName?: string | undefined;
3498
+ source?: string | undefined;
3499
3499
  emails?: {
3500
3500
  value: string;
3501
3501
  type?: string | undefined;
@@ -3549,9 +3549,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3549
3549
  person_id: number;
3550
3550
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3551
3551
  tags?: string[] | undefined;
3552
- source?: string | undefined;
3553
3552
  firstName?: string | undefined;
3554
3553
  lastName?: string | undefined;
3554
+ source?: string | undefined;
3555
3555
  emails?: {
3556
3556
  value: string;
3557
3557
  type?: string | undefined;
@@ -3569,9 +3569,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3569
3569
  person_id: number;
3570
3570
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3571
3571
  tags?: string[] | undefined;
3572
- source?: string | undefined;
3573
3572
  firstName?: string | undefined;
3574
3573
  lastName?: string | undefined;
3574
+ source?: string | undefined;
3575
3575
  emails?: {
3576
3576
  value: string;
3577
3577
  type?: string | undefined;
@@ -4068,14 +4068,14 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4068
4068
  }, "strip", z.ZodTypeAny, {
4069
4069
  operation: "update_webhook";
4070
4070
  webhook_id: number;
4071
- url?: string | undefined;
4072
4071
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4072
+ url?: string | undefined;
4073
4073
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
4074
4074
  }, {
4075
4075
  operation: "update_webhook";
4076
4076
  webhook_id: number;
4077
- url?: string | undefined;
4078
4077
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4078
+ url?: string | undefined;
4079
4079
  event?: "peopleCreated" | "peopleUpdated" | "peopleDeleted" | "peopleTagsCreated" | "peopleStageUpdated" | "peopleRelationshipCreated" | "peopleRelationshipUpdated" | "peopleRelationshipDeleted" | "notesCreated" | "notesUpdated" | "notesDeleted" | "emailsCreated" | "emailsUpdated" | "emailsDeleted" | "tasksCreated" | "tasksUpdated" | "tasksDeleted" | "appointmentsCreated" | "appointmentsUpdated" | "appointmentsDeleted" | "textMessagesCreated" | "textMessagesUpdated" | "textMessagesDeleted" | "callsCreated" | "callsUpdated" | "callsDeleted" | "dealsCreated" | "dealsUpdated" | "dealsDeleted" | "eventsCreated" | "stageCreated" | "stageUpdated" | "stageDeleted" | "pipelineCreated" | "pipelineUpdated" | "pipelineDeleted" | "pipelineStageCreated" | "pipelineStageUpdated" | "pipelineStageDeleted" | "customFieldsCreated" | "customFieldsUpdated" | "customFieldsDeleted" | "dealCustomFieldsCreated" | "dealCustomFieldsUpdated" | "dealCustomFieldsDeleted" | "emEventsOpened" | "emEventsClicked" | "emEventsUnsubscribed" | "reactionCreated" | "reactionDeleted" | "threadedReplyCreated" | "threadedReplyUpdated" | "threadedReplyDeleted" | undefined;
4080
4080
  }>, z.ZodObject<{
4081
4081
  operation: z.ZodLiteral<"delete_webhook">;
@@ -249,11 +249,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
249
249
  city: import("zod").ZodOptional<import("zod").ZodString>;
250
250
  country: import("zod").ZodOptional<import("zod").ZodString>;
251
251
  }, "strip", import("zod").ZodTypeAny, {
252
- city?: string | undefined;
253
252
  country?: string | undefined;
254
- }, {
255
253
  city?: string | undefined;
254
+ }, {
256
255
  country?: string | undefined;
256
+ city?: string | undefined;
257
257
  }>>;
258
258
  }, "strip", import("zod").ZodTypeAny, {
259
259
  name?: string | undefined;
@@ -262,8 +262,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
262
262
  linkedin_id?: string | undefined;
263
263
  industry?: string | undefined;
264
264
  headquarters?: {
265
- city?: string | undefined;
266
265
  country?: string | undefined;
266
+ city?: string | undefined;
267
267
  } | undefined;
268
268
  }, {
269
269
  name?: string | undefined;
@@ -272,8 +272,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
272
272
  linkedin_id?: string | number | undefined;
273
273
  industry?: string | undefined;
274
274
  headquarters?: {
275
- city?: string | undefined;
276
275
  country?: string | undefined;
276
+ city?: string | undefined;
277
277
  } | undefined;
278
278
  }>>;
279
279
  start_date: import("zod").ZodOptional<import("zod").ZodString>;
@@ -287,8 +287,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
287
287
  linkedin_id?: string | undefined;
288
288
  industry?: string | undefined;
289
289
  headquarters?: {
290
- city?: string | undefined;
291
290
  country?: string | undefined;
291
+ city?: string | undefined;
292
292
  } | undefined;
293
293
  } | undefined;
294
294
  start_date?: string | undefined;
@@ -302,8 +302,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
302
302
  linkedin_id?: string | number | undefined;
303
303
  industry?: string | undefined;
304
304
  headquarters?: {
305
- city?: string | undefined;
306
305
  country?: string | undefined;
306
+ city?: string | undefined;
307
307
  } | undefined;
308
308
  } | undefined;
309
309
  start_date?: string | undefined;
@@ -324,8 +324,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
324
324
  linkedin_id?: string | undefined;
325
325
  industry?: string | undefined;
326
326
  headquarters?: {
327
- city?: string | undefined;
328
327
  country?: string | undefined;
328
+ city?: string | undefined;
329
329
  } | undefined;
330
330
  } | undefined;
331
331
  start_date?: string | undefined;
@@ -346,8 +346,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
346
346
  linkedin_id?: string | number | undefined;
347
347
  industry?: string | undefined;
348
348
  headquarters?: {
349
- city?: string | undefined;
350
349
  country?: string | undefined;
350
+ city?: string | undefined;
351
351
  } | undefined;
352
352
  } | undefined;
353
353
  start_date?: string | undefined;
@@ -370,8 +370,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
370
370
  linkedin_id?: string | undefined;
371
371
  industry?: string | undefined;
372
372
  headquarters?: {
373
- city?: string | undefined;
374
373
  country?: string | undefined;
374
+ city?: string | undefined;
375
375
  } | undefined;
376
376
  } | undefined;
377
377
  start_date?: string | undefined;
@@ -416,8 +416,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
416
416
  linkedin_id?: string | number | undefined;
417
417
  industry?: string | undefined;
418
418
  headquarters?: {
419
- city?: string | undefined;
420
419
  country?: string | undefined;
420
+ city?: string | undefined;
421
421
  } | undefined;
422
422
  } | undefined;
423
423
  start_date?: string | undefined;
@@ -465,8 +465,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
465
465
  linkedin_id?: string | undefined;
466
466
  industry?: string | undefined;
467
467
  headquarters?: {
468
- city?: string | undefined;
469
468
  country?: string | undefined;
469
+ city?: string | undefined;
470
470
  } | undefined;
471
471
  } | undefined;
472
472
  start_date?: string | undefined;
@@ -514,8 +514,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
514
514
  linkedin_id?: string | number | undefined;
515
515
  industry?: string | undefined;
516
516
  headquarters?: {
517
- city?: string | undefined;
518
517
  country?: string | undefined;
518
+ city?: string | undefined;
519
519
  } | undefined;
520
520
  } | undefined;
521
521
  start_date?: string | undefined;
@@ -582,8 +582,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
582
582
  linkedin_id?: string | undefined;
583
583
  industry?: string | undefined;
584
584
  headquarters?: {
585
- city?: string | undefined;
586
585
  country?: string | undefined;
586
+ city?: string | undefined;
587
587
  } | undefined;
588
588
  } | undefined;
589
589
  start_date?: string | undefined;
@@ -642,8 +642,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
642
642
  linkedin_id?: string | number | undefined;
643
643
  industry?: string | undefined;
644
644
  headquarters?: {
645
- city?: string | undefined;
646
645
  country?: string | undefined;
646
+ city?: string | undefined;
647
647
  } | undefined;
648
648
  } | undefined;
649
649
  start_date?: string | undefined;
@@ -762,11 +762,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
762
762
  city: import("zod").ZodOptional<import("zod").ZodString>;
763
763
  country: import("zod").ZodOptional<import("zod").ZodString>;
764
764
  }, "strip", import("zod").ZodTypeAny, {
765
- city?: string | undefined;
766
765
  country?: string | undefined;
767
- }, {
768
766
  city?: string | undefined;
767
+ }, {
769
768
  country?: string | undefined;
769
+ city?: string | undefined;
770
770
  }>>;
771
771
  }, "strip", import("zod").ZodTypeAny, {
772
772
  name?: string | undefined;
@@ -775,8 +775,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
775
775
  linkedin_id?: string | undefined;
776
776
  industry?: string | undefined;
777
777
  headquarters?: {
778
- city?: string | undefined;
779
778
  country?: string | undefined;
779
+ city?: string | undefined;
780
780
  } | undefined;
781
781
  }, {
782
782
  name?: string | undefined;
@@ -785,8 +785,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
785
785
  linkedin_id?: string | number | undefined;
786
786
  industry?: string | undefined;
787
787
  headquarters?: {
788
- city?: string | undefined;
789
788
  country?: string | undefined;
789
+ city?: string | undefined;
790
790
  } | undefined;
791
791
  }>>;
792
792
  start_date: import("zod").ZodOptional<import("zod").ZodString>;
@@ -800,8 +800,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
800
800
  linkedin_id?: string | undefined;
801
801
  industry?: string | undefined;
802
802
  headquarters?: {
803
- city?: string | undefined;
804
803
  country?: string | undefined;
804
+ city?: string | undefined;
805
805
  } | undefined;
806
806
  } | undefined;
807
807
  start_date?: string | undefined;
@@ -815,8 +815,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
815
815
  linkedin_id?: string | number | undefined;
816
816
  industry?: string | undefined;
817
817
  headquarters?: {
818
- city?: string | undefined;
819
818
  country?: string | undefined;
819
+ city?: string | undefined;
820
820
  } | undefined;
821
821
  } | undefined;
822
822
  start_date?: string | undefined;
@@ -837,8 +837,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
837
837
  linkedin_id?: string | undefined;
838
838
  industry?: string | undefined;
839
839
  headquarters?: {
840
- city?: string | undefined;
841
840
  country?: string | undefined;
841
+ city?: string | undefined;
842
842
  } | undefined;
843
843
  } | undefined;
844
844
  start_date?: string | undefined;
@@ -859,8 +859,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
859
859
  linkedin_id?: string | number | undefined;
860
860
  industry?: string | undefined;
861
861
  headquarters?: {
862
- city?: string | undefined;
863
862
  country?: string | undefined;
863
+ city?: string | undefined;
864
864
  } | undefined;
865
865
  } | undefined;
866
866
  start_date?: string | undefined;
@@ -883,8 +883,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
883
883
  linkedin_id?: string | undefined;
884
884
  industry?: string | undefined;
885
885
  headquarters?: {
886
- city?: string | undefined;
887
886
  country?: string | undefined;
887
+ city?: string | undefined;
888
888
  } | undefined;
889
889
  } | undefined;
890
890
  start_date?: string | undefined;
@@ -929,8 +929,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
929
929
  linkedin_id?: string | number | undefined;
930
930
  industry?: string | undefined;
931
931
  headquarters?: {
932
- city?: string | undefined;
933
932
  country?: string | undefined;
933
+ city?: string | undefined;
934
934
  } | undefined;
935
935
  } | undefined;
936
936
  start_date?: string | undefined;
@@ -978,8 +978,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
978
978
  linkedin_id?: string | undefined;
979
979
  industry?: string | undefined;
980
980
  headquarters?: {
981
- city?: string | undefined;
982
981
  country?: string | undefined;
982
+ city?: string | undefined;
983
983
  } | undefined;
984
984
  } | undefined;
985
985
  start_date?: string | undefined;
@@ -1027,8 +1027,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1027
1027
  linkedin_id?: string | number | undefined;
1028
1028
  industry?: string | undefined;
1029
1029
  headquarters?: {
1030
- city?: string | undefined;
1031
1030
  country?: string | undefined;
1031
+ city?: string | undefined;
1032
1032
  } | undefined;
1033
1033
  } | undefined;
1034
1034
  start_date?: string | undefined;
@@ -1095,8 +1095,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1095
1095
  linkedin_id?: string | undefined;
1096
1096
  industry?: string | undefined;
1097
1097
  headquarters?: {
1098
- city?: string | undefined;
1099
1098
  country?: string | undefined;
1099
+ city?: string | undefined;
1100
1100
  } | undefined;
1101
1101
  } | undefined;
1102
1102
  start_date?: string | undefined;
@@ -1155,8 +1155,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1155
1155
  linkedin_id?: string | number | undefined;
1156
1156
  industry?: string | undefined;
1157
1157
  headquarters?: {
1158
- city?: string | undefined;
1159
1158
  country?: string | undefined;
1159
+ city?: string | undefined;
1160
1160
  } | undefined;
1161
1161
  } | undefined;
1162
1162
  start_date?: string | undefined;