@bubblelab/bubble-core 0.1.122 → 0.1.124

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 (119) hide show
  1. package/dist/bubble-bundle.d.ts +163 -143
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +2 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +106 -106
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +168 -87
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +96 -96
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -34
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  26. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +162 -162
  29. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +864 -864
  31. package/dist/bubbles/service-bubble/followupboss.d.ts +164 -164
  32. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +112 -112
  34. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  35. package/dist/bubbles/service-bubble/gmail.d.ts +657 -657
  36. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  37. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  38. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +56 -56
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +70 -70
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +74 -74
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +642 -642
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/notion/notion.js +2 -1
  47. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  50. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  68. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  69. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +153 -153
  70. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +175 -175
  71. package/dist/bubbles/service-bubble/telegram.d.ts +1590 -1590
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +17 -17
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +17 -17
  74. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  75. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  76. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +58 -58
  78. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  79. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  80. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  81. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  82. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +378 -378
  83. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +235 -0
  85. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/list-capabilities-tool.js +105 -0
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  90. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  92. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +178 -178
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  97. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +50 -50
  98. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +48 -48
  99. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  103. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  104. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
  105. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  106. package/dist/bubbles.json +137 -4
  107. package/dist/capabilities/define-capability.d.ts +8 -2
  108. package/dist/capabilities/define-capability.d.ts.map +1 -1
  109. package/dist/capabilities/define-capability.js +3 -0
  110. package/dist/capabilities/define-capability.js.map +1 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +1 -0
  114. package/dist/index.js.map +1 -1
  115. package/dist/types/available-tools.d.ts +1 -1
  116. package/dist/types/available-tools.d.ts.map +1 -1
  117. package/dist/types/available-tools.js +1 -0
  118. package/dist/types/available-tools.js.map +1 -1
  119. package/package.json +2 -2
@@ -23,19 +23,19 @@ 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
- input: Record<string, unknown>;
28
26
  limit: number;
27
+ input: Record<string, unknown>;
28
+ timeout: number;
29
29
  waitForFinish: boolean;
30
- credentials?: Partial<Record<CredentialType, string>> | undefined;
31
30
  search?: string | undefined;
31
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
32
32
  actorId?: string | undefined;
33
33
  }, {
34
34
  input: Record<string, unknown>;
35
- credentials?: Partial<Record<CredentialType, string>> | undefined;
36
- timeout?: number | undefined;
37
35
  search?: string | undefined;
36
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
38
37
  limit?: number | undefined;
38
+ timeout?: number | undefined;
39
39
  actorId?: string | undefined;
40
40
  waitForFinish?: boolean | undefined;
41
41
  }>;
@@ -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, {
@@ -95,18 +95,18 @@ declare const ApifyResultSchema: z.ZodObject<{
95
95
  runId: string;
96
96
  consoleUrl: string;
97
97
  items?: unknown[] | undefined;
98
- itemsCount?: number | undefined;
99
98
  datasetId?: string | undefined;
99
+ itemsCount?: number | undefined;
100
100
  discoveredActors?: {
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
  }, {
@@ -116,18 +116,18 @@ declare const ApifyResultSchema: z.ZodObject<{
116
116
  runId: string;
117
117
  consoleUrl: string;
118
118
  items?: unknown[] | undefined;
119
- itemsCount?: number | undefined;
120
119
  datasetId?: string | undefined;
120
+ itemsCount?: number | undefined;
121
121
  discoveredActors?: {
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,19 +159,19 @@ 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
- input: Record<string, unknown>;
164
162
  limit: number;
163
+ input: Record<string, unknown>;
164
+ timeout: number;
165
165
  waitForFinish: boolean;
166
- credentials?: Partial<Record<CredentialType, string>> | undefined;
167
166
  search?: string | undefined;
167
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
168
168
  actorId?: string | undefined;
169
169
  }, {
170
170
  input: Record<string, unknown>;
171
- credentials?: Partial<Record<CredentialType, string>> | undefined;
172
- timeout?: number | undefined;
173
171
  search?: string | undefined;
172
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
174
173
  limit?: number | undefined;
174
+ timeout?: number | undefined;
175
175
  actorId?: string | undefined;
176
176
  waitForFinish?: boolean | undefined;
177
177
  }>;
@@ -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, {
@@ -231,18 +231,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
231
231
  runId: string;
232
232
  consoleUrl: string;
233
233
  items?: unknown[] | undefined;
234
- itemsCount?: number | undefined;
235
234
  datasetId?: string | undefined;
235
+ itemsCount?: number | undefined;
236
236
  discoveredActors?: {
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
  }, {
@@ -252,18 +252,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
252
252
  runId: string;
253
253
  consoleUrl: string;
254
254
  items?: unknown[] | undefined;
255
- itemsCount?: number | undefined;
256
255
  datasetId?: string | undefined;
256
+ itemsCount?: number | undefined;
257
257
  discoveredActors?: {
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
  }>;
@@ -104,8 +104,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
104
104
  allow_duplicate_linkedin: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
105
105
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
106
106
  }, "strip", import("zod").ZodTypeAny, {
107
- name: string;
108
107
  operation: "create_candidate";
108
+ name: string;
109
109
  allow_duplicate_linkedin: boolean;
110
110
  credentials?: Partial<Record<CredentialType, string>> | undefined;
111
111
  website?: string | undefined;
@@ -113,27 +113,27 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
113
113
  type: "Personal" | "Work" | "Other";
114
114
  email: string;
115
115
  }[] | undefined;
116
+ tag?: string | undefined;
116
117
  phone_number?: string | undefined;
117
118
  linkedin_url?: string | undefined;
118
119
  github_url?: string | undefined;
119
120
  source_id?: string | undefined;
120
121
  credited_to_user_id?: string | undefined;
121
- tag?: string | undefined;
122
122
  }, {
123
- name: string;
124
123
  operation: "create_candidate";
124
+ name: string;
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  website?: string | undefined;
127
127
  emails?: {
128
128
  type: "Personal" | "Work" | "Other";
129
129
  email: string;
130
130
  }[] | undefined;
131
+ tag?: string | undefined;
131
132
  phone_number?: string | undefined;
132
133
  linkedin_url?: string | undefined;
133
134
  github_url?: string | undefined;
134
135
  source_id?: string | undefined;
135
136
  credited_to_user_id?: string | undefined;
136
- tag?: string | undefined;
137
137
  allow_duplicate_linkedin?: boolean | undefined;
138
138
  }>, import("zod").ZodObject<{
139
139
  operation: import("zod").ZodLiteral<"search_candidates">;
@@ -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;
@@ -182,12 +182,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
182
182
  title: import("zod").ZodString;
183
183
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
184
184
  }, "strip", import("zod").ZodTypeAny, {
185
- title: string;
186
185
  operation: "create_tag";
186
+ title: string;
187
187
  credentials?: Partial<Record<CredentialType, string>> | undefined;
188
188
  }, {
189
- title: string;
190
189
  operation: "create_tag";
190
+ title: string;
191
191
  credentials?: Partial<Record<CredentialType, string>> | undefined;
192
192
  }>, import("zod").ZodObject<{
193
193
  operation: import("zod").ZodLiteral<"list_custom_fields">;
@@ -346,28 +346,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
346
346
  isArchived?: boolean | undefined;
347
347
  }[] | undefined;
348
348
  createdAt?: string | undefined;
349
+ company?: string | null | undefined;
350
+ position?: string | null | undefined;
349
351
  updatedAt?: string | undefined;
350
352
  primaryEmailAddress?: {
351
353
  value: string;
352
354
  type: "Personal" | "Work" | "Other";
353
355
  isPrimary: boolean;
354
356
  } | null | undefined;
355
- primaryPhoneNumber?: {
357
+ emailAddresses?: {
356
358
  value: string;
357
359
  type: "Personal" | "Work" | "Other";
358
360
  isPrimary: boolean;
359
- } | null | undefined;
360
- customFields?: {
361
- title: string;
362
- id: string;
363
- value?: unknown;
364
- isPrivate?: boolean | undefined;
365
361
  }[] | undefined;
366
- emailAddresses?: {
362
+ primaryPhoneNumber?: {
367
363
  value: string;
368
364
  type: "Personal" | "Work" | "Other";
369
365
  isPrimary: boolean;
370
- }[] | undefined;
366
+ } | null | undefined;
371
367
  phoneNumbers?: {
372
368
  value: string;
373
369
  type: "Personal" | "Work" | "Other";
@@ -377,8 +373,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
377
373
  type: string;
378
374
  url: string;
379
375
  }[] | undefined;
380
- position?: string | null | undefined;
381
- company?: string | null | undefined;
382
376
  school?: string | null | undefined;
383
377
  applicationIds?: string[] | undefined;
384
378
  resumeFileHandle?: {
@@ -391,6 +385,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
391
385
  id: string;
392
386
  handle: string;
393
387
  }[] | undefined;
388
+ customFields?: {
389
+ title: string;
390
+ id: string;
391
+ value?: unknown;
392
+ isPrivate?: boolean | undefined;
393
+ }[] | undefined;
394
394
  }, {
395
395
  name: string;
396
396
  id: string;
@@ -400,28 +400,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
400
400
  isArchived?: boolean | undefined;
401
401
  }[] | undefined;
402
402
  createdAt?: string | undefined;
403
+ company?: string | null | undefined;
404
+ position?: string | null | undefined;
403
405
  updatedAt?: string | undefined;
404
406
  primaryEmailAddress?: {
405
407
  value: string;
406
408
  type: "Personal" | "Work" | "Other";
407
409
  isPrimary: boolean;
408
410
  } | null | undefined;
409
- primaryPhoneNumber?: {
411
+ emailAddresses?: {
410
412
  value: string;
411
413
  type: "Personal" | "Work" | "Other";
412
414
  isPrimary: boolean;
413
- } | null | undefined;
414
- customFields?: {
415
- title: string;
416
- id: string;
417
- value?: unknown;
418
- isPrivate?: boolean | undefined;
419
415
  }[] | undefined;
420
- emailAddresses?: {
416
+ primaryPhoneNumber?: {
421
417
  value: string;
422
418
  type: "Personal" | "Work" | "Other";
423
419
  isPrimary: boolean;
424
- }[] | undefined;
420
+ } | null | undefined;
425
421
  phoneNumbers?: {
426
422
  value: string;
427
423
  type: "Personal" | "Work" | "Other";
@@ -431,8 +427,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
431
427
  type: string;
432
428
  url: string;
433
429
  }[] | undefined;
434
- position?: string | null | undefined;
435
- company?: string | null | undefined;
436
430
  school?: string | null | undefined;
437
431
  applicationIds?: string[] | undefined;
438
432
  resumeFileHandle?: {
@@ -445,15 +439,21 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
445
439
  id: string;
446
440
  handle: string;
447
441
  }[] | undefined;
442
+ customFields?: {
443
+ title: string;
444
+ id: string;
445
+ value?: unknown;
446
+ isPrivate?: boolean | undefined;
447
+ }[] | undefined;
448
448
  }>, "many">>;
449
449
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
450
450
  more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
451
451
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
452
452
  error: import("zod").ZodString;
453
453
  }, "strip", import("zod").ZodTypeAny, {
454
+ operation: "list_candidates";
454
455
  error: string;
455
456
  success: boolean;
456
- operation: "list_candidates";
457
457
  next_cursor?: string | undefined;
458
458
  sync_token?: string | undefined;
459
459
  candidates?: {
@@ -465,28 +465,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
465
465
  isArchived?: boolean | undefined;
466
466
  }[] | undefined;
467
467
  createdAt?: string | undefined;
468
+ company?: string | null | undefined;
469
+ position?: string | null | undefined;
468
470
  updatedAt?: string | undefined;
469
471
  primaryEmailAddress?: {
470
472
  value: string;
471
473
  type: "Personal" | "Work" | "Other";
472
474
  isPrimary: boolean;
473
475
  } | null | undefined;
474
- primaryPhoneNumber?: {
476
+ emailAddresses?: {
475
477
  value: string;
476
478
  type: "Personal" | "Work" | "Other";
477
479
  isPrimary: boolean;
478
- } | null | undefined;
479
- customFields?: {
480
- title: string;
481
- id: string;
482
- value?: unknown;
483
- isPrivate?: boolean | undefined;
484
480
  }[] | undefined;
485
- emailAddresses?: {
481
+ primaryPhoneNumber?: {
486
482
  value: string;
487
483
  type: "Personal" | "Work" | "Other";
488
484
  isPrimary: boolean;
489
- }[] | undefined;
485
+ } | null | undefined;
490
486
  phoneNumbers?: {
491
487
  value: string;
492
488
  type: "Personal" | "Work" | "Other";
@@ -496,8 +492,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
496
492
  type: string;
497
493
  url: string;
498
494
  }[] | undefined;
499
- position?: string | null | undefined;
500
- company?: string | null | undefined;
501
495
  school?: string | null | undefined;
502
496
  applicationIds?: string[] | undefined;
503
497
  resumeFileHandle?: {
@@ -510,12 +504,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
510
504
  id: string;
511
505
  handle: string;
512
506
  }[] | undefined;
507
+ customFields?: {
508
+ title: string;
509
+ id: string;
510
+ value?: unknown;
511
+ isPrivate?: boolean | undefined;
512
+ }[] | undefined;
513
513
  }[] | undefined;
514
514
  more_data_available?: boolean | undefined;
515
515
  }, {
516
+ operation: "list_candidates";
516
517
  error: string;
517
518
  success: boolean;
518
- operation: "list_candidates";
519
519
  next_cursor?: string | undefined;
520
520
  sync_token?: string | undefined;
521
521
  candidates?: {
@@ -527,28 +527,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
527
527
  isArchived?: boolean | undefined;
528
528
  }[] | undefined;
529
529
  createdAt?: string | undefined;
530
+ company?: string | null | undefined;
531
+ position?: string | null | undefined;
530
532
  updatedAt?: string | undefined;
531
533
  primaryEmailAddress?: {
532
534
  value: string;
533
535
  type: "Personal" | "Work" | "Other";
534
536
  isPrimary: boolean;
535
537
  } | null | undefined;
536
- primaryPhoneNumber?: {
538
+ emailAddresses?: {
537
539
  value: string;
538
540
  type: "Personal" | "Work" | "Other";
539
541
  isPrimary: boolean;
540
- } | null | undefined;
541
- customFields?: {
542
- title: string;
543
- id: string;
544
- value?: unknown;
545
- isPrivate?: boolean | undefined;
546
542
  }[] | undefined;
547
- emailAddresses?: {
543
+ primaryPhoneNumber?: {
548
544
  value: string;
549
545
  type: "Personal" | "Work" | "Other";
550
546
  isPrimary: boolean;
551
- }[] | undefined;
547
+ } | null | undefined;
552
548
  phoneNumbers?: {
553
549
  value: string;
554
550
  type: "Personal" | "Work" | "Other";
@@ -558,8 +554,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
558
554
  type: string;
559
555
  url: string;
560
556
  }[] | undefined;
561
- position?: string | null | undefined;
562
- company?: string | null | undefined;
563
557
  school?: string | null | undefined;
564
558
  applicationIds?: string[] | undefined;
565
559
  resumeFileHandle?: {
@@ -572,6 +566,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
572
566
  id: string;
573
567
  handle: string;
574
568
  }[] | undefined;
569
+ customFields?: {
570
+ title: string;
571
+ id: string;
572
+ value?: unknown;
573
+ isPrivate?: boolean | undefined;
574
+ }[] | undefined;
575
575
  }[] | undefined;
576
576
  more_data_available?: boolean | undefined;
577
577
  }>, import("zod").ZodObject<{
@@ -669,9 +669,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
669
669
  }>>;
670
670
  error: import("zod").ZodString;
671
671
  }, "strip", import("zod").ZodTypeAny, {
672
+ operation: "get_candidate";
672
673
  error: string;
673
674
  success: boolean;
674
- operation: "get_candidate";
675
675
  candidate?: {
676
676
  name: string;
677
677
  id: string;
@@ -695,9 +695,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
695
695
  }[] | undefined;
696
696
  } | undefined;
697
697
  }, {
698
+ operation: "get_candidate";
698
699
  error: string;
699
700
  success: boolean;
700
- operation: "get_candidate";
701
701
  candidate?: {
702
702
  name: string;
703
703
  id: string;
@@ -816,9 +816,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
816
816
  duplicate: import("zod").ZodOptional<import("zod").ZodBoolean>;
817
817
  error: import("zod").ZodString;
818
818
  }, "strip", import("zod").ZodTypeAny, {
819
+ operation: "create_candidate";
819
820
  error: string;
820
821
  success: boolean;
821
- operation: "create_candidate";
822
822
  candidate?: {
823
823
  name: string;
824
824
  id: string;
@@ -843,9 +843,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
843
843
  } | undefined;
844
844
  duplicate?: boolean | undefined;
845
845
  }, {
846
+ operation: "create_candidate";
846
847
  error: string;
847
848
  success: boolean;
848
- operation: "create_candidate";
849
849
  candidate?: {
850
850
  name: string;
851
851
  id: string;
@@ -964,9 +964,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
964
964
  }>, "many">>;
965
965
  error: import("zod").ZodString;
966
966
  }, "strip", import("zod").ZodTypeAny, {
967
+ operation: "search_candidates";
967
968
  error: string;
968
969
  success: boolean;
969
- operation: "search_candidates";
970
970
  candidates?: {
971
971
  name: string;
972
972
  id: string;
@@ -990,9 +990,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
990
990
  }[] | undefined;
991
991
  }[] | undefined;
992
992
  }, {
993
+ operation: "search_candidates";
993
994
  error: string;
994
995
  success: boolean;
995
- operation: "search_candidates";
996
996
  candidates?: {
997
997
  name: string;
998
998
  id: string;
@@ -1110,9 +1110,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1110
1110
  }>>;
1111
1111
  error: import("zod").ZodString;
1112
1112
  }, "strip", import("zod").ZodTypeAny, {
1113
+ operation: "add_tag";
1113
1114
  error: string;
1114
1115
  success: boolean;
1115
- operation: "add_tag";
1116
1116
  candidate?: {
1117
1117
  name: string;
1118
1118
  id: string;
@@ -1136,9 +1136,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1136
1136
  }[] | undefined;
1137
1137
  } | undefined;
1138
1138
  }, {
1139
+ operation: "add_tag";
1139
1140
  error: string;
1140
1141
  success: boolean;
1141
- operation: "add_tag";
1142
1142
  candidate?: {
1143
1143
  name: string;
1144
1144
  id: string;
@@ -1179,18 +1179,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1179
1179
  }>, "many">>;
1180
1180
  error: import("zod").ZodString;
1181
1181
  }, "strip", import("zod").ZodTypeAny, {
1182
+ operation: "list_tags";
1182
1183
  error: string;
1183
1184
  success: boolean;
1184
- operation: "list_tags";
1185
1185
  tags?: {
1186
1186
  title: string;
1187
1187
  id: string;
1188
1188
  isArchived?: boolean | undefined;
1189
1189
  }[] | undefined;
1190
1190
  }, {
1191
+ operation: "list_tags";
1191
1192
  error: string;
1192
1193
  success: boolean;
1193
- operation: "list_tags";
1194
1194
  tags?: {
1195
1195
  title: string;
1196
1196
  id: string;
@@ -1214,18 +1214,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1214
1214
  }>>;
1215
1215
  error: import("zod").ZodString;
1216
1216
  }, "strip", import("zod").ZodTypeAny, {
1217
+ operation: "create_tag";
1217
1218
  error: string;
1218
1219
  success: boolean;
1219
- operation: "create_tag";
1220
1220
  tag?: {
1221
1221
  title: string;
1222
1222
  id: string;
1223
1223
  isArchived?: boolean | undefined;
1224
1224
  } | undefined;
1225
1225
  }, {
1226
+ operation: "create_tag";
1226
1227
  error: string;
1227
1228
  success: boolean;
1228
- operation: "create_tag";
1229
1229
  tag?: {
1230
1230
  title: string;
1231
1231
  id: string;
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1257
1257
  }, "strip", import("zod").ZodTypeAny, {
1258
1258
  title: string;
1259
1259
  id: string;
1260
- isPrivate: boolean;
1261
1260
  isArchived: boolean;
1261
+ isPrivate: boolean;
1262
1262
  objectType: string;
1263
1263
  fieldType: string;
1264
1264
  selectableValues?: {
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1269
1269
  }, {
1270
1270
  title: string;
1271
1271
  id: string;
1272
- isPrivate: boolean;
1273
1272
  isArchived: boolean;
1273
+ isPrivate: boolean;
1274
1274
  objectType: string;
1275
1275
  fieldType: string;
1276
1276
  selectableValues?: {
@@ -1284,17 +1284,17 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1284
1284
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
1285
1285
  error: import("zod").ZodString;
1286
1286
  }, "strip", import("zod").ZodTypeAny, {
1287
+ operation: "list_custom_fields";
1287
1288
  error: string;
1288
1289
  success: boolean;
1289
- operation: "list_custom_fields";
1290
1290
  next_cursor?: string | undefined;
1291
1291
  sync_token?: string | undefined;
1292
1292
  more_data_available?: boolean | undefined;
1293
1293
  custom_fields?: {
1294
1294
  title: string;
1295
1295
  id: string;
1296
- isPrivate: boolean;
1297
1296
  isArchived: boolean;
1297
+ isPrivate: boolean;
1298
1298
  objectType: string;
1299
1299
  fieldType: string;
1300
1300
  selectableValues?: {
@@ -1304,17 +1304,17 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1304
1304
  }[] | undefined;
1305
1305
  }[] | undefined;
1306
1306
  }, {
1307
+ operation: "list_custom_fields";
1307
1308
  error: string;
1308
1309
  success: boolean;
1309
- operation: "list_custom_fields";
1310
1310
  next_cursor?: string | undefined;
1311
1311
  sync_token?: string | undefined;
1312
1312
  more_data_available?: boolean | undefined;
1313
1313
  custom_fields?: {
1314
1314
  title: string;
1315
1315
  id: string;
1316
- isPrivate: boolean;
1317
1316
  isArchived: boolean;
1317
+ isPrivate: boolean;
1318
1318
  objectType: string;
1319
1319
  fieldType: string;
1320
1320
  selectableValues?: {