@bubblelab/bubble-core 0.1.286 → 0.1.288

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 (91) hide show
  1. package/dist/bubble-bundle.d.ts +137 -137
  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/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +17 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  20. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  23. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  26. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  27. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  29. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  30. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/capability-pipeline.js +11 -1
  32. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  35. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  36. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  37. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  38. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  40. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  41. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  43. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  44. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  45. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  46. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  48. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  49. package/dist/bubbles/service-bubble/metabase/metabase.d.ts +2 -2
  50. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +2 -2
  51. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  52. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  53. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  54. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  55. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  56. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  57. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  58. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  59. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
  61. package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
  62. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  63. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  64. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  65. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  66. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  67. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  68. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  70. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  74. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  75. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  76. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  77. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  78. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  80. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  81. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  83. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  84. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  85. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  86. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  87. package/dist/bubbles.json +1 -1
  88. package/dist/capabilities/define-capability.d.ts +7 -0
  89. package/dist/capabilities/define-capability.d.ts.map +1 -1
  90. package/dist/capabilities/define-capability.js.map +1 -1
  91. package/package.json +2 -2
@@ -23,8 +23,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
23
23
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
24
24
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- timeout: number;
27
26
  input: Record<string, unknown>;
27
+ timeout: number;
28
28
  limit: number;
29
29
  waitForFinish: boolean;
30
30
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -69,23 +69,23 @@ declare const ApifyResultSchema: z.ZodObject<{
69
69
  name: string;
70
70
  id: string;
71
71
  inputSchemaUrl: string;
72
+ description?: string | null | undefined;
73
+ stars?: number | null | undefined;
72
74
  usage?: {
73
75
  totalRuns?: number | undefined;
74
76
  usersCount?: number | undefined;
75
77
  } | null | undefined;
76
- description?: string | null | undefined;
77
- stars?: number | null | undefined;
78
78
  requiresRental?: boolean | undefined;
79
79
  }, {
80
80
  name: string;
81
81
  id: string;
82
82
  inputSchemaUrl: string;
83
+ description?: string | null | undefined;
84
+ stars?: number | null | undefined;
83
85
  usage?: {
84
86
  totalRuns?: number | undefined;
85
87
  usersCount?: number | undefined;
86
88
  } | null | undefined;
87
- description?: string | null | undefined;
88
- stars?: number | null | undefined;
89
89
  requiresRental?: boolean | undefined;
90
90
  }>, "many">>;
91
91
  }, "strip", z.ZodTypeAny, {
@@ -101,12 +101,12 @@ declare const ApifyResultSchema: z.ZodObject<{
101
101
  name: string;
102
102
  id: string;
103
103
  inputSchemaUrl: string;
104
+ description?: string | null | undefined;
105
+ stars?: number | null | undefined;
104
106
  usage?: {
105
107
  totalRuns?: number | undefined;
106
108
  usersCount?: number | undefined;
107
109
  } | null | undefined;
108
- description?: string | null | undefined;
109
- stars?: number | null | undefined;
110
110
  requiresRental?: boolean | undefined;
111
111
  }[] | undefined;
112
112
  }, {
@@ -122,12 +122,12 @@ declare const ApifyResultSchema: z.ZodObject<{
122
122
  name: string;
123
123
  id: string;
124
124
  inputSchemaUrl: string;
125
+ description?: string | null | undefined;
126
+ stars?: number | null | undefined;
125
127
  usage?: {
126
128
  totalRuns?: number | undefined;
127
129
  usersCount?: number | undefined;
128
130
  } | null | undefined;
129
- description?: string | null | undefined;
130
- stars?: number | null | undefined;
131
131
  requiresRental?: boolean | undefined;
132
132
  }[] | undefined;
133
133
  }>;
@@ -159,8 +159,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
159
159
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
160
160
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
161
161
  }, "strip", z.ZodTypeAny, {
162
- timeout: number;
163
162
  input: Record<string, unknown>;
163
+ timeout: number;
164
164
  limit: number;
165
165
  waitForFinish: boolean;
166
166
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -205,23 +205,23 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
205
205
  name: string;
206
206
  id: string;
207
207
  inputSchemaUrl: string;
208
+ description?: string | null | undefined;
209
+ stars?: number | null | undefined;
208
210
  usage?: {
209
211
  totalRuns?: number | undefined;
210
212
  usersCount?: number | undefined;
211
213
  } | null | undefined;
212
- description?: string | null | undefined;
213
- stars?: number | null | undefined;
214
214
  requiresRental?: boolean | undefined;
215
215
  }, {
216
216
  name: string;
217
217
  id: string;
218
218
  inputSchemaUrl: string;
219
+ description?: string | null | undefined;
220
+ stars?: number | null | undefined;
219
221
  usage?: {
220
222
  totalRuns?: number | undefined;
221
223
  usersCount?: number | undefined;
222
224
  } | null | undefined;
223
- description?: string | null | undefined;
224
- stars?: number | null | undefined;
225
225
  requiresRental?: boolean | undefined;
226
226
  }>, "many">>;
227
227
  }, "strip", z.ZodTypeAny, {
@@ -237,12 +237,12 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
237
237
  name: string;
238
238
  id: string;
239
239
  inputSchemaUrl: string;
240
+ description?: string | null | undefined;
241
+ stars?: number | null | undefined;
240
242
  usage?: {
241
243
  totalRuns?: number | undefined;
242
244
  usersCount?: number | undefined;
243
245
  } | null | undefined;
244
- description?: string | null | undefined;
245
- stars?: number | null | undefined;
246
246
  requiresRental?: boolean | undefined;
247
247
  }[] | undefined;
248
248
  }, {
@@ -258,12 +258,12 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
258
258
  name: string;
259
259
  id: string;
260
260
  inputSchemaUrl: string;
261
+ description?: string | null | undefined;
262
+ stars?: number | null | undefined;
261
263
  usage?: {
262
264
  totalRuns?: number | undefined;
263
265
  usersCount?: number | undefined;
264
266
  } | null | undefined;
265
- description?: string | null | undefined;
266
- stars?: number | null | undefined;
267
267
  requiresRental?: boolean | undefined;
268
268
  }[] | undefined;
269
269
  }>;
@@ -40,8 +40,8 @@ export declare class AsanaBubble<T extends AsanaParamsInput = AsanaParamsInput>
40
40
  }, {
41
41
  operation: "list_tasks";
42
42
  credentials?: Partial<Record<CredentialType, string>> | undefined;
43
- section?: string | undefined;
44
43
  limit?: number | undefined;
44
+ section?: string | undefined;
45
45
  workspace?: string | undefined;
46
46
  assignee?: string | undefined;
47
47
  project?: string | undefined;
@@ -25,8 +25,8 @@ export declare const AsanaParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
25
25
  }, {
26
26
  operation: "list_tasks";
27
27
  credentials?: Partial<Record<CredentialType, string>> | undefined;
28
- section?: string | undefined;
29
28
  limit?: number | undefined;
29
+ section?: string | undefined;
30
30
  workspace?: string | undefined;
31
31
  assignee?: string | undefined;
32
32
  project?: string | undefined;
@@ -143,13 +143,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
143
143
  }, "strip", import("zod").ZodTypeAny, {
144
144
  operation: "search_candidates";
145
145
  name?: string | undefined;
146
- credentials?: Partial<Record<CredentialType, string>> | undefined;
147
146
  email?: string | undefined;
147
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
148
148
  }, {
149
149
  operation: "search_candidates";
150
150
  name?: string | undefined;
151
- credentials?: Partial<Record<CredentialType, string>> | undefined;
152
151
  email?: string | undefined;
152
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
153
153
  }>, import("zod").ZodObject<{
154
154
  operation: import("zod").ZodLiteral<"add_tag">;
155
155
  candidate_id: import("zod").ZodString;
@@ -326,8 +326,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
326
326
  operation: "update_candidate";
327
327
  candidate_id: string;
328
328
  name?: string | undefined;
329
- credentials?: Partial<Record<CredentialType, string>> | undefined;
330
329
  email?: string | undefined;
330
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
331
331
  website?: string | undefined;
332
332
  phone_number?: string | undefined;
333
333
  linkedin_url?: string | undefined;
@@ -336,8 +336,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
336
336
  operation: "update_candidate";
337
337
  candidate_id: string;
338
338
  name?: string | undefined;
339
- credentials?: Partial<Record<CredentialType, string>> | undefined;
340
339
  email?: string | undefined;
340
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
341
341
  website?: string | undefined;
342
342
  phone_number?: string | undefined;
343
343
  linkedin_url?: string | undefined;
@@ -638,7 +638,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
638
638
  source?: unknown;
639
639
  createdAt?: string | undefined;
640
640
  updatedAt?: string | undefined;
641
- company?: string | null | undefined;
642
641
  primaryEmailAddress?: {
643
642
  value: string;
644
643
  type: "Personal" | "Work" | "Other";
@@ -669,6 +668,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
669
668
  type: string;
670
669
  url: string;
671
670
  }[] | undefined;
671
+ company?: string | null | undefined;
672
672
  school?: string | null | undefined;
673
673
  applicationIds?: string[] | undefined;
674
674
  resumeFileHandle?: {
@@ -695,7 +695,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
695
695
  source?: unknown;
696
696
  createdAt?: string | undefined;
697
697
  updatedAt?: string | undefined;
698
- company?: string | null | undefined;
699
698
  primaryEmailAddress?: {
700
699
  value: string;
701
700
  type: "Personal" | "Work" | "Other";
@@ -726,6 +725,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
726
725
  type: string;
727
726
  url: string;
728
727
  }[] | undefined;
728
+ company?: string | null | undefined;
729
729
  school?: string | null | undefined;
730
730
  applicationIds?: string[] | undefined;
731
731
  resumeFileHandle?: {
@@ -763,7 +763,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
763
763
  source?: unknown;
764
764
  createdAt?: string | undefined;
765
765
  updatedAt?: string | undefined;
766
- company?: string | null | undefined;
767
766
  primaryEmailAddress?: {
768
767
  value: string;
769
768
  type: "Personal" | "Work" | "Other";
@@ -794,6 +793,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
794
793
  type: string;
795
794
  url: string;
796
795
  }[] | undefined;
796
+ company?: string | null | undefined;
797
797
  school?: string | null | undefined;
798
798
  applicationIds?: string[] | undefined;
799
799
  resumeFileHandle?: {
@@ -828,7 +828,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
828
828
  source?: unknown;
829
829
  createdAt?: string | undefined;
830
830
  updatedAt?: string | undefined;
831
- company?: string | null | undefined;
832
831
  primaryEmailAddress?: {
833
832
  value: string;
834
833
  type: "Personal" | "Work" | "Other";
@@ -859,6 +858,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
859
858
  type: string;
860
859
  url: string;
861
860
  }[] | undefined;
861
+ company?: string | null | undefined;
862
862
  school?: string | null | undefined;
863
863
  applicationIds?: string[] | undefined;
864
864
  resumeFileHandle?: {
@@ -3488,23 +3488,23 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3488
3488
  projectNames: import("zod").ZodArray<import("zod").ZodString, "many">;
3489
3489
  }, "strip", import("zod").ZodTypeAny, {
3490
3490
  name: string;
3491
- tags: string[];
3492
- id: string;
3493
3491
  email: string | null;
3492
+ id: string;
3493
+ tags: string[];
3494
3494
  phone: string | null;
3495
- position: string | null;
3496
3495
  linkedinUrl: string | null;
3496
+ position: string | null;
3497
3497
  company: string | null;
3498
3498
  projectIds: string[];
3499
3499
  projectNames: string[];
3500
3500
  }, {
3501
3501
  name: string;
3502
- tags: string[];
3503
- id: string;
3504
3502
  email: string | null;
3503
+ id: string;
3504
+ tags: string[];
3505
3505
  phone: string | null;
3506
- position: string | null;
3507
3506
  linkedinUrl: string | null;
3507
+ position: string | null;
3508
3508
  company: string | null;
3509
3509
  projectIds: string[];
3510
3510
  projectNames: string[];
@@ -3536,12 +3536,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3536
3536
  }[] | undefined;
3537
3537
  candidates?: {
3538
3538
  name: string;
3539
- tags: string[];
3540
- id: string;
3541
3539
  email: string | null;
3540
+ id: string;
3541
+ tags: string[];
3542
3542
  phone: string | null;
3543
- position: string | null;
3544
3543
  linkedinUrl: string | null;
3544
+ position: string | null;
3545
3545
  company: string | null;
3546
3546
  projectIds: string[];
3547
3547
  projectNames: string[];
@@ -3559,12 +3559,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3559
3559
  }[] | undefined;
3560
3560
  candidates?: {
3561
3561
  name: string;
3562
- tags: string[];
3563
- id: string;
3564
3562
  email: string | null;
3563
+ id: string;
3564
+ tags: string[];
3565
3565
  phone: string | null;
3566
- position: string | null;
3567
3566
  linkedinUrl: string | null;
3567
+ position: string | null;
3568
3568
  company: string | null;
3569
3569
  projectIds: string[];
3570
3570
  projectNames: string[];
@@ -398,7 +398,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
398
398
  source?: unknown;
399
399
  createdAt?: string | undefined;
400
400
  updatedAt?: string | undefined;
401
- company?: string | null | undefined;
402
401
  primaryEmailAddress?: {
403
402
  value: string;
404
403
  type: "Personal" | "Work" | "Other";
@@ -429,6 +428,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
429
428
  type: string;
430
429
  url: string;
431
430
  }[] | undefined;
431
+ company?: string | null | undefined;
432
432
  school?: string | null | undefined;
433
433
  applicationIds?: string[] | undefined;
434
434
  resumeFileHandle?: {
@@ -455,7 +455,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
455
455
  source?: unknown;
456
456
  createdAt?: string | undefined;
457
457
  updatedAt?: string | undefined;
458
- company?: string | null | undefined;
459
458
  primaryEmailAddress?: {
460
459
  value: string;
461
460
  type: "Personal" | "Work" | "Other";
@@ -486,6 +485,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
486
485
  type: string;
487
486
  url: string;
488
487
  }[] | undefined;
488
+ company?: string | null | undefined;
489
489
  school?: string | null | undefined;
490
490
  applicationIds?: string[] | undefined;
491
491
  resumeFileHandle?: {
@@ -516,23 +516,23 @@ export declare const AshbyEnrichedCandidateSchema: z.ZodObject<{
516
516
  projectNames: z.ZodArray<z.ZodString, "many">;
517
517
  }, "strip", z.ZodTypeAny, {
518
518
  name: string;
519
- tags: string[];
520
- id: string;
521
519
  email: string | null;
520
+ id: string;
521
+ tags: string[];
522
522
  phone: string | null;
523
- position: string | null;
524
523
  linkedinUrl: string | null;
524
+ position: string | null;
525
525
  company: string | null;
526
526
  projectIds: string[];
527
527
  projectNames: string[];
528
528
  }, {
529
529
  name: string;
530
- tags: string[];
531
- id: string;
532
530
  email: string | null;
531
+ id: string;
532
+ tags: string[];
533
533
  phone: string | null;
534
- position: string | null;
535
534
  linkedinUrl: string | null;
535
+ position: string | null;
536
536
  company: string | null;
537
537
  projectIds: string[];
538
538
  projectNames: string[];
@@ -942,13 +942,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
942
942
  }, "strip", z.ZodTypeAny, {
943
943
  operation: "search_candidates";
944
944
  name?: string | undefined;
945
- credentials?: Partial<Record<CredentialType, string>> | undefined;
946
945
  email?: string | undefined;
946
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
947
947
  }, {
948
948
  operation: "search_candidates";
949
949
  name?: string | undefined;
950
- credentials?: Partial<Record<CredentialType, string>> | undefined;
951
950
  email?: string | undefined;
951
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
952
952
  }>, z.ZodObject<{
953
953
  operation: z.ZodLiteral<"add_tag">;
954
954
  candidate_id: z.ZodString;
@@ -1125,8 +1125,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
1125
1125
  operation: "update_candidate";
1126
1126
  candidate_id: string;
1127
1127
  name?: string | undefined;
1128
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1129
1128
  email?: string | undefined;
1129
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1130
1130
  website?: string | undefined;
1131
1131
  phone_number?: string | undefined;
1132
1132
  linkedin_url?: string | undefined;
@@ -1135,8 +1135,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
1135
1135
  operation: "update_candidate";
1136
1136
  candidate_id: string;
1137
1137
  name?: string | undefined;
1138
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1139
1138
  email?: string | undefined;
1139
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1140
1140
  website?: string | undefined;
1141
1141
  phone_number?: string | undefined;
1142
1142
  linkedin_url?: string | undefined;
@@ -1437,7 +1437,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1437
1437
  source?: unknown;
1438
1438
  createdAt?: string | undefined;
1439
1439
  updatedAt?: string | undefined;
1440
- company?: string | null | undefined;
1441
1440
  primaryEmailAddress?: {
1442
1441
  value: string;
1443
1442
  type: "Personal" | "Work" | "Other";
@@ -1468,6 +1467,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1468
1467
  type: string;
1469
1468
  url: string;
1470
1469
  }[] | undefined;
1470
+ company?: string | null | undefined;
1471
1471
  school?: string | null | undefined;
1472
1472
  applicationIds?: string[] | undefined;
1473
1473
  resumeFileHandle?: {
@@ -1494,7 +1494,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1494
1494
  source?: unknown;
1495
1495
  createdAt?: string | undefined;
1496
1496
  updatedAt?: string | undefined;
1497
- company?: string | null | undefined;
1498
1497
  primaryEmailAddress?: {
1499
1498
  value: string;
1500
1499
  type: "Personal" | "Work" | "Other";
@@ -1525,6 +1524,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1525
1524
  type: string;
1526
1525
  url: string;
1527
1526
  }[] | undefined;
1527
+ company?: string | null | undefined;
1528
1528
  school?: string | null | undefined;
1529
1529
  applicationIds?: string[] | undefined;
1530
1530
  resumeFileHandle?: {
@@ -1562,7 +1562,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1562
1562
  source?: unknown;
1563
1563
  createdAt?: string | undefined;
1564
1564
  updatedAt?: string | undefined;
1565
- company?: string | null | undefined;
1566
1565
  primaryEmailAddress?: {
1567
1566
  value: string;
1568
1567
  type: "Personal" | "Work" | "Other";
@@ -1593,6 +1592,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1593
1592
  type: string;
1594
1593
  url: string;
1595
1594
  }[] | undefined;
1595
+ company?: string | null | undefined;
1596
1596
  school?: string | null | undefined;
1597
1597
  applicationIds?: string[] | undefined;
1598
1598
  resumeFileHandle?: {
@@ -1627,7 +1627,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1627
1627
  source?: unknown;
1628
1628
  createdAt?: string | undefined;
1629
1629
  updatedAt?: string | undefined;
1630
- company?: string | null | undefined;
1631
1630
  primaryEmailAddress?: {
1632
1631
  value: string;
1633
1632
  type: "Personal" | "Work" | "Other";
@@ -1658,6 +1657,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1658
1657
  type: string;
1659
1658
  url: string;
1660
1659
  }[] | undefined;
1660
+ company?: string | null | undefined;
1661
1661
  school?: string | null | undefined;
1662
1662
  applicationIds?: string[] | undefined;
1663
1663
  resumeFileHandle?: {
@@ -4287,23 +4287,23 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
4287
4287
  projectNames: z.ZodArray<z.ZodString, "many">;
4288
4288
  }, "strip", z.ZodTypeAny, {
4289
4289
  name: string;
4290
- tags: string[];
4291
- id: string;
4292
4290
  email: string | null;
4291
+ id: string;
4292
+ tags: string[];
4293
4293
  phone: string | null;
4294
- position: string | null;
4295
4294
  linkedinUrl: string | null;
4295
+ position: string | null;
4296
4296
  company: string | null;
4297
4297
  projectIds: string[];
4298
4298
  projectNames: string[];
4299
4299
  }, {
4300
4300
  name: string;
4301
- tags: string[];
4302
- id: string;
4303
4301
  email: string | null;
4302
+ id: string;
4303
+ tags: string[];
4304
4304
  phone: string | null;
4305
- position: string | null;
4306
4305
  linkedinUrl: string | null;
4306
+ position: string | null;
4307
4307
  company: string | null;
4308
4308
  projectIds: string[];
4309
4309
  projectNames: string[];
@@ -4335,12 +4335,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
4335
4335
  }[] | undefined;
4336
4336
  candidates?: {
4337
4337
  name: string;
4338
- tags: string[];
4339
- id: string;
4340
4338
  email: string | null;
4339
+ id: string;
4340
+ tags: string[];
4341
4341
  phone: string | null;
4342
- position: string | null;
4343
4342
  linkedinUrl: string | null;
4343
+ position: string | null;
4344
4344
  company: string | null;
4345
4345
  projectIds: string[];
4346
4346
  projectNames: string[];
@@ -4358,12 +4358,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
4358
4358
  }[] | undefined;
4359
4359
  candidates?: {
4360
4360
  name: string;
4361
- tags: string[];
4362
- id: string;
4363
4361
  email: string | null;
4362
+ id: string;
4363
+ tags: string[];
4364
4364
  phone: string | null;
4365
- position: string | null;
4366
4365
  linkedinUrl: string | null;
4366
+ position: string | null;
4367
4367
  company: string | null;
4368
4368
  projectIds: string[];
4369
4369
  projectNames: string[];
@@ -69,8 +69,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
69
69
  first_name: string;
70
70
  last_name: string;
71
71
  staffable: boolean;
72
- credentials?: Record<string, string> | undefined;
73
72
  email?: string | undefined;
73
+ credentials?: Record<string, string> | undefined;
74
74
  channels?: string[] | undefined;
75
75
  teams?: string[] | undefined;
76
76
  roles?: string[] | undefined;
@@ -82,8 +82,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
82
82
  operation: "create_person";
83
83
  first_name: string;
84
84
  last_name: string;
85
- credentials?: Record<string, string> | undefined;
86
85
  email?: string | undefined;
86
+ credentials?: Record<string, string> | undefined;
87
87
  channels?: string[] | undefined;
88
88
  teams?: string[] | undefined;
89
89
  roles?: string[] | undefined;
@@ -108,11 +108,11 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
108
108
  }, "strip", import("zod").ZodTypeAny, {
109
109
  operation: "update_person";
110
110
  person_id: string;
111
- credentials?: Record<string, string> | undefined;
112
111
  email?: string | undefined;
112
+ credentials?: Record<string, string> | undefined;
113
+ channels?: string[] | undefined;
113
114
  first_name?: string | undefined;
114
115
  last_name?: string | undefined;
115
- channels?: string[] | undefined;
116
116
  teams?: string[] | undefined;
117
117
  timezone?: string | undefined;
118
118
  site?: string | undefined;
@@ -121,11 +121,11 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
121
121
  }, {
122
122
  operation: "update_person";
123
123
  person_id: string;
124
- credentials?: Record<string, string> | undefined;
125
124
  email?: string | undefined;
125
+ credentials?: Record<string, string> | undefined;
126
+ channels?: string[] | undefined;
126
127
  first_name?: string | undefined;
127
128
  last_name?: string | undefined;
128
- channels?: string[] | undefined;
129
129
  teams?: string[] | undefined;
130
130
  timezone?: string | undefined;
131
131
  site?: string | undefined;
@@ -60,8 +60,8 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
60
60
  first_name: string;
61
61
  last_name: string;
62
62
  staffable: boolean;
63
- credentials?: Record<string, string> | undefined;
64
63
  email?: string | undefined;
64
+ credentials?: Record<string, string> | undefined;
65
65
  channels?: string[] | undefined;
66
66
  teams?: string[] | undefined;
67
67
  roles?: string[] | undefined;
@@ -73,8 +73,8 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
73
73
  operation: "create_person";
74
74
  first_name: string;
75
75
  last_name: string;
76
- credentials?: Record<string, string> | undefined;
77
76
  email?: string | undefined;
77
+ credentials?: Record<string, string> | undefined;
78
78
  channels?: string[] | undefined;
79
79
  teams?: string[] | undefined;
80
80
  roles?: string[] | undefined;
@@ -99,11 +99,11 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
99
99
  }, "strip", z.ZodTypeAny, {
100
100
  operation: "update_person";
101
101
  person_id: string;
102
- credentials?: Record<string, string> | undefined;
103
102
  email?: string | undefined;
103
+ credentials?: Record<string, string> | undefined;
104
+ channels?: string[] | undefined;
104
105
  first_name?: string | undefined;
105
106
  last_name?: string | undefined;
106
- channels?: string[] | undefined;
107
107
  teams?: string[] | undefined;
108
108
  timezone?: string | undefined;
109
109
  site?: string | undefined;
@@ -112,11 +112,11 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
112
112
  }, {
113
113
  operation: "update_person";
114
114
  person_id: string;
115
- credentials?: Record<string, string> | undefined;
116
115
  email?: string | undefined;
116
+ credentials?: Record<string, string> | undefined;
117
+ channels?: string[] | undefined;
117
118
  first_name?: string | undefined;
118
119
  last_name?: string | undefined;
119
- channels?: string[] | undefined;
120
120
  teams?: string[] | undefined;
121
121
  timezone?: string | undefined;
122
122
  site?: string | undefined;
@@ -238,15 +238,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
238
238
  }, "strip", import("zod").ZodTypeAny, {
239
239
  operation: "update_task";
240
240
  task_id: string;
241
- credentials?: Partial<Record<CredentialType, string>> | undefined;
242
241
  content?: string | undefined;
242
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
243
243
  deadline_at?: string | undefined;
244
244
  is_completed?: boolean | undefined;
245
245
  }, {
246
246
  operation: "update_task";
247
247
  task_id: string;
248
- credentials?: Partial<Record<CredentialType, string>> | undefined;
249
248
  content?: string | undefined;
249
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
250
250
  deadline_at?: string | undefined;
251
251
  is_completed?: boolean | undefined;
252
252
  }>, import("zod").ZodObject<{
@@ -284,15 +284,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
284
284
  entry_values: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
285
285
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
286
286
  }, "strip", import("zod").ZodTypeAny, {
287
- list: string;
288
287
  operation: "create_entry";
288
+ list: string;
289
289
  parent_object: string;
290
290
  parent_record_id: string;
291
291
  entry_values: Record<string, unknown>;
292
292
  credentials?: Partial<Record<CredentialType, string>> | undefined;
293
293
  }, {
294
- list: string;
295
294
  operation: "create_entry";
295
+ list: string;
296
296
  parent_object: string;
297
297
  parent_record_id: string;
298
298
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -305,15 +305,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
305
305
  filter: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
306
306
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
307
307
  }, "strip", import("zod").ZodTypeAny, {
308
- list: string;
309
308
  operation: "list_entries";
310
309
  limit: number;
311
310
  offset: number;
311
+ list: string;
312
312
  filter?: Record<string, unknown> | undefined;
313
313
  credentials?: Partial<Record<CredentialType, string>> | undefined;
314
314
  }, {
315
- list: string;
316
315
  operation: "list_entries";
316
+ list: string;
317
317
  filter?: Record<string, unknown> | undefined;
318
318
  credentials?: Partial<Record<CredentialType, string>> | undefined;
319
319
  limit?: number | undefined;