@bubblelab/bubble-core 0.1.249 → 0.1.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +101 -101
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +211 -52
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +106 -0
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +535 -344
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +96 -0
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js.map +1 -1
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +256 -256
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +268 -268
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +291 -291
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +32 -32
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/bubbles.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-03-
|
|
3
|
+
"generatedAt": "2026-03-23T22:48:40.978Z",
|
|
4
4
|
"totalCount": 76,
|
|
5
5
|
"bubbles": [
|
|
6
6
|
{
|
|
@@ -60404,6 +60404,69 @@
|
|
|
60404
60404
|
"project_id"
|
|
60405
60405
|
],
|
|
60406
60406
|
"additionalProperties": false
|
|
60407
|
+
},
|
|
60408
|
+
{
|
|
60409
|
+
"type": "object",
|
|
60410
|
+
"properties": {
|
|
60411
|
+
"operation": {
|
|
60412
|
+
"type": "string",
|
|
60413
|
+
"enum": [
|
|
60414
|
+
"list_project_candidate_ids"
|
|
60415
|
+
],
|
|
60416
|
+
"description": "List all candidate IDs belonging to a project"
|
|
60417
|
+
},
|
|
60418
|
+
"project_id": {
|
|
60419
|
+
"type": "string",
|
|
60420
|
+
"minLength": 1,
|
|
60421
|
+
"description": "UUID of the project"
|
|
60422
|
+
},
|
|
60423
|
+
"cursor": {
|
|
60424
|
+
"type": "string",
|
|
60425
|
+
"description": "Pagination cursor for fetching subsequent pages"
|
|
60426
|
+
},
|
|
60427
|
+
"credentials": {
|
|
60428
|
+
"type": "object",
|
|
60429
|
+
"additionalProperties": {
|
|
60430
|
+
"type": "string"
|
|
60431
|
+
},
|
|
60432
|
+
"description": "Object mapping credential types to values (injected at runtime)"
|
|
60433
|
+
}
|
|
60434
|
+
},
|
|
60435
|
+
"required": [
|
|
60436
|
+
"operation",
|
|
60437
|
+
"project_id"
|
|
60438
|
+
],
|
|
60439
|
+
"additionalProperties": false
|
|
60440
|
+
},
|
|
60441
|
+
{
|
|
60442
|
+
"type": "object",
|
|
60443
|
+
"properties": {
|
|
60444
|
+
"operation": {
|
|
60445
|
+
"type": "string",
|
|
60446
|
+
"enum": [
|
|
60447
|
+
"get_all_candidates_with_projects"
|
|
60448
|
+
],
|
|
60449
|
+
"description": "Paginate all candidates, fetch all projects, and enrich each candidate with their project associations"
|
|
60450
|
+
},
|
|
60451
|
+
"concurrency": {
|
|
60452
|
+
"type": "number",
|
|
60453
|
+
"minimum": 1,
|
|
60454
|
+
"maximum": 50,
|
|
60455
|
+
"default": 10,
|
|
60456
|
+
"description": "Max concurrent candidate.listProjects requests (1-50, default: 10)"
|
|
60457
|
+
},
|
|
60458
|
+
"credentials": {
|
|
60459
|
+
"type": "object",
|
|
60460
|
+
"additionalProperties": {
|
|
60461
|
+
"type": "string"
|
|
60462
|
+
},
|
|
60463
|
+
"description": "Object mapping credential types to values (injected at runtime)"
|
|
60464
|
+
}
|
|
60465
|
+
},
|
|
60466
|
+
"required": [
|
|
60467
|
+
"operation"
|
|
60468
|
+
],
|
|
60469
|
+
"additionalProperties": false
|
|
60407
60470
|
}
|
|
60408
60471
|
]
|
|
60409
60472
|
},
|
|
@@ -63401,10 +63464,189 @@
|
|
|
63401
63464
|
"error"
|
|
63402
63465
|
],
|
|
63403
63466
|
"additionalProperties": false
|
|
63467
|
+
},
|
|
63468
|
+
{
|
|
63469
|
+
"type": "object",
|
|
63470
|
+
"properties": {
|
|
63471
|
+
"operation": {
|
|
63472
|
+
"type": "string",
|
|
63473
|
+
"enum": [
|
|
63474
|
+
"list_project_candidate_ids"
|
|
63475
|
+
],
|
|
63476
|
+
"description": "List project candidate IDs operation"
|
|
63477
|
+
},
|
|
63478
|
+
"success": {
|
|
63479
|
+
"type": "boolean",
|
|
63480
|
+
"description": "Whether the operation was successful"
|
|
63481
|
+
},
|
|
63482
|
+
"candidate_ids": {
|
|
63483
|
+
"type": "array",
|
|
63484
|
+
"items": {
|
|
63485
|
+
"type": "string"
|
|
63486
|
+
},
|
|
63487
|
+
"description": "Candidate IDs belonging to this project"
|
|
63488
|
+
},
|
|
63489
|
+
"next_cursor": {
|
|
63490
|
+
"type": "string",
|
|
63491
|
+
"description": "Cursor for fetching the next page of results"
|
|
63492
|
+
},
|
|
63493
|
+
"more_data_available": {
|
|
63494
|
+
"type": "boolean",
|
|
63495
|
+
"description": "Whether more data is available"
|
|
63496
|
+
},
|
|
63497
|
+
"error": {
|
|
63498
|
+
"type": "string",
|
|
63499
|
+
"description": "Error message if operation failed"
|
|
63500
|
+
}
|
|
63501
|
+
},
|
|
63502
|
+
"required": [
|
|
63503
|
+
"operation",
|
|
63504
|
+
"success",
|
|
63505
|
+
"error"
|
|
63506
|
+
],
|
|
63507
|
+
"additionalProperties": false
|
|
63508
|
+
},
|
|
63509
|
+
{
|
|
63510
|
+
"type": "object",
|
|
63511
|
+
"properties": {
|
|
63512
|
+
"operation": {
|
|
63513
|
+
"type": "string",
|
|
63514
|
+
"enum": [
|
|
63515
|
+
"get_all_candidates_with_projects"
|
|
63516
|
+
],
|
|
63517
|
+
"description": "Get all candidates with projects operation"
|
|
63518
|
+
},
|
|
63519
|
+
"success": {
|
|
63520
|
+
"type": "boolean",
|
|
63521
|
+
"description": "Whether the operation was successful"
|
|
63522
|
+
},
|
|
63523
|
+
"candidates": {
|
|
63524
|
+
"type": "array",
|
|
63525
|
+
"items": {
|
|
63526
|
+
"type": "object",
|
|
63527
|
+
"properties": {
|
|
63528
|
+
"id": {
|
|
63529
|
+
"type": "string",
|
|
63530
|
+
"description": "Unique candidate identifier (UUID)"
|
|
63531
|
+
},
|
|
63532
|
+
"name": {
|
|
63533
|
+
"type": "string",
|
|
63534
|
+
"description": "Full name of the candidate"
|
|
63535
|
+
},
|
|
63536
|
+
"email": {
|
|
63537
|
+
"type": "string",
|
|
63538
|
+
"nullable": true,
|
|
63539
|
+
"description": "Primary email address or null"
|
|
63540
|
+
},
|
|
63541
|
+
"phone": {
|
|
63542
|
+
"type": "string",
|
|
63543
|
+
"nullable": true,
|
|
63544
|
+
"description": "Primary phone number or null"
|
|
63545
|
+
},
|
|
63546
|
+
"linkedinUrl": {
|
|
63547
|
+
"type": "string",
|
|
63548
|
+
"nullable": true,
|
|
63549
|
+
"description": "LinkedIn profile URL or null"
|
|
63550
|
+
},
|
|
63551
|
+
"position": {
|
|
63552
|
+
"type": "string",
|
|
63553
|
+
"nullable": true,
|
|
63554
|
+
"description": "Current position or null"
|
|
63555
|
+
},
|
|
63556
|
+
"company": {
|
|
63557
|
+
"type": "string",
|
|
63558
|
+
"nullable": true,
|
|
63559
|
+
"description": "Current company or null"
|
|
63560
|
+
},
|
|
63561
|
+
"tags": {
|
|
63562
|
+
"type": "array",
|
|
63563
|
+
"items": {
|
|
63564
|
+
"type": "string"
|
|
63565
|
+
},
|
|
63566
|
+
"description": "Tag titles assigned to candidate"
|
|
63567
|
+
},
|
|
63568
|
+
"projectIds": {
|
|
63569
|
+
"type": "array",
|
|
63570
|
+
"items": {
|
|
63571
|
+
"type": "string"
|
|
63572
|
+
},
|
|
63573
|
+
"description": "IDs of projects the candidate belongs to"
|
|
63574
|
+
},
|
|
63575
|
+
"projectNames": {
|
|
63576
|
+
"type": "array",
|
|
63577
|
+
"items": {
|
|
63578
|
+
"type": "string"
|
|
63579
|
+
},
|
|
63580
|
+
"description": "Names of projects the candidate belongs to"
|
|
63581
|
+
}
|
|
63582
|
+
},
|
|
63583
|
+
"required": [
|
|
63584
|
+
"id",
|
|
63585
|
+
"name",
|
|
63586
|
+
"email",
|
|
63587
|
+
"phone",
|
|
63588
|
+
"linkedinUrl",
|
|
63589
|
+
"position",
|
|
63590
|
+
"company",
|
|
63591
|
+
"tags",
|
|
63592
|
+
"projectIds",
|
|
63593
|
+
"projectNames"
|
|
63594
|
+
],
|
|
63595
|
+
"additionalProperties": false,
|
|
63596
|
+
"description": "Candidate enriched with project associations"
|
|
63597
|
+
},
|
|
63598
|
+
"description": "All candidates enriched with project associations"
|
|
63599
|
+
},
|
|
63600
|
+
"projects": {
|
|
63601
|
+
"type": "array",
|
|
63602
|
+
"items": {
|
|
63603
|
+
"type": "object",
|
|
63604
|
+
"properties": {
|
|
63605
|
+
"id": {
|
|
63606
|
+
"type": "string",
|
|
63607
|
+
"description": "Project ID (UUID)"
|
|
63608
|
+
},
|
|
63609
|
+
"title": {
|
|
63610
|
+
"type": "string",
|
|
63611
|
+
"description": "Project title"
|
|
63612
|
+
},
|
|
63613
|
+
"isArchived": {
|
|
63614
|
+
"type": "boolean",
|
|
63615
|
+
"description": "Whether the project is archived"
|
|
63616
|
+
}
|
|
63617
|
+
},
|
|
63618
|
+
"required": [
|
|
63619
|
+
"id",
|
|
63620
|
+
"title"
|
|
63621
|
+
],
|
|
63622
|
+
"additionalProperties": false,
|
|
63623
|
+
"description": "Ashby project"
|
|
63624
|
+
},
|
|
63625
|
+
"description": "All projects in Ashby"
|
|
63626
|
+
},
|
|
63627
|
+
"total_candidates": {
|
|
63628
|
+
"type": "number",
|
|
63629
|
+
"description": "Total number of candidates fetched"
|
|
63630
|
+
},
|
|
63631
|
+
"total_enriched": {
|
|
63632
|
+
"type": "number",
|
|
63633
|
+
"description": "Number of candidates successfully enriched"
|
|
63634
|
+
},
|
|
63635
|
+
"error": {
|
|
63636
|
+
"type": "string",
|
|
63637
|
+
"description": "Error message if operation failed"
|
|
63638
|
+
}
|
|
63639
|
+
},
|
|
63640
|
+
"required": [
|
|
63641
|
+
"operation",
|
|
63642
|
+
"success",
|
|
63643
|
+
"error"
|
|
63644
|
+
],
|
|
63645
|
+
"additionalProperties": false
|
|
63404
63646
|
}
|
|
63405
63647
|
]
|
|
63406
63648
|
},
|
|
63407
|
-
"usageExample": "// List Candidates example\nconst ashby_list_candidates = new AshbyBubble({\n operation: \"list_candidates\", // List all candidates with optional filtering\n limit: 100 // default, // Maximum number of candidates to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n status: \"Hired\" // options: \"Hired\", \"Archived\", \"Active\", \"Lead\", // Filter candidates by application status\n job_id: \"example string\", // Filter candidates by specific job ID\n created_after: 42, // Unix timestamp in milliseconds to filter candidates created after this time\n});\n\nconst result = await ashby_list_candidates.action();\n// outputSchema for result.data when operation === 'list_candidates':\n// {\n// operation: \"list_candidates\" // List candidates operation,\n// success: boolean // Whether the operation was successful,\n// candidates: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, emailAddresses: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email }[] | undefined // All email addresses, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, phoneNumbers: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone }[] | undefined // All phone numbers, socialLinks: { url: string // Social link URL, type: string // Type of social link (e.g., LinkedIn, GitHub) }[] | undefined // Social media links, tags: { id: string // Tag ID, title: string // Tag title, isArchived: boolean | undefined // Whether the tag is archived }[] | undefined // Tags assigned to candidate, position: string | undefined | null // Current position, company: string | undefined | null // Current company, school: string | undefined | null // School, applicationIds: string[] | undefined // IDs of applications for this candidate, resumeFileHandle: { id: string // File ID, name: string // File name, handle: string // File handle for download } | undefined | null // Resume file handle, fileHandles: { id: string // File ID, name: string // File name, handle: string // File handle for download }[] | undefined // All file handles, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, profileUrl: string | undefined | null // URL to the candidate profile in Ashby, source: unknown | undefined | null // Candidate source, creditedToUser: unknown | undefined | null // User credited for the candidate }[] | undefined // List of candidates,\n// next_cursor: string | undefined // Cursor for fetching the next page of results,\n// more_data_available: boolean | undefined // Whether more data is available,\n// sync_token: string | undefined // Token for incremental sync,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Candidate example\nconst ashby_get_candidate = new AshbyBubble({\n operation: \"get_candidate\", // Get detailed information about a specific candidate\n candidate_id: \"example string\", // UUID of the candidate to retrieve\n});\n\nconst result = await ashby_get_candidate.action();\n// outputSchema for result.data when operation === 'get_candidate':\n// {\n// operation: \"get_candidate\" // Get candidate operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Candidate details,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Candidate example\nconst ashby_create_candidate = new AshbyBubble({\n operation: \"create_candidate\", // Create a new candidate\n name: \"example string\", // Candidate's full name (first and last name)\n emails: [{ email: \"example string\" // Email address, type: \"Personal\" // options: \"Personal\", \"Work\", \"Other\" // Type of email (Personal, Work, or Other) }], // Candidate's email addresses with type. The Personal email becomes the primary email, others become alternates.\n phone_number: \"example string\", // Candidate's primary phone number\n linkedin_url: \"example string\", // URL to the candidate's LinkedIn profile\n github_url: \"example string\", // URL to the candidate's GitHub profile\n website: \"example string\", // URL of the candidate's website\n source_id: \"example string\", // The source ID to set on the candidate\n credited_to_user_id: \"example string\", // The ID of the user the candidate will be credited to\n tag: \"example string\", // Optional tag to add to the candidate. Can be a tag ID (UUID) or tag name. If a name is provided, the tag will be created first.\n allow_duplicate_linkedin: false // default, // Whether to allow creating a candidate with a LinkedIn URL that already exists. When false (default), the existing candidate is returned instead of creating a duplicate.\n});\n\nconst result = await ashby_create_candidate.action();\n// outputSchema for result.data when operation === 'create_candidate':\n// {\n// operation: \"create_candidate\" // Create candidate operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Created candidate details (or existing candidate if duplicate was found),\n// duplicate: boolean | undefined // True if a candidate with the same LinkedIn profile already existed and was returned instead of creating a new one,\n// error: string // Error message if operation failed\n// }\n\n\n// Search Candidates example\nconst ashby_search_candidates = new AshbyBubble({\n operation: \"search_candidates\", // Search for candidates by email or name\n email: \"example string\", // Search by candidate email address\n name: \"example string\", // Search by candidate name\n});\n\nconst result = await ashby_search_candidates.action();\n// outputSchema for result.data when operation === 'search_candidates':\n// {\n// operation: \"search_candidates\" // Search candidates operation,\n// success: boolean // Whether the operation was successful,\n// candidates: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values }[] | undefined // List of matching candidates,\n// error: string // Error message if operation failed\n// }\n\n\n// Add Tag example\nconst ashby_add_tag = new AshbyBubble({\n operation: \"add_tag\", // Add a tag to a candidate\n candidate_id: \"example string\", // UUID of the candidate\n tag_id: \"example string\", // UUID of the tag to add\n});\n\nconst result = await ashby_add_tag.action();\n// outputSchema for result.data when operation === 'add_tag':\n// {\n// operation: \"add_tag\" // Add tag operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Updated candidate details,\n// error: string // Error message if operation failed\n// }\n\n\n// List Tags example\nconst ashby_list_tags = new AshbyBubble({\n operation: \"list_tags\", // List all candidate tags\n include_archived: false // default, // Whether to include archived tags\n});\n\nconst result = await ashby_list_tags.action();\n// outputSchema for result.data when operation === 'list_tags':\n// {\n// operation: \"list_tags\" // List tags operation,\n// success: boolean // Whether the operation was successful,\n// tags: { id: string // Tag ID, title: string // Tag title, isArchived: boolean | undefined // Whether the tag is archived }[] | undefined // List of candidate tags,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Tag example\nconst ashby_create_tag = new AshbyBubble({\n operation: \"create_tag\", // Create a new candidate tag\n title: \"example string\", // Title of the tag to create\n});\n\nconst result = await ashby_create_tag.action();\n// outputSchema for result.data when operation === 'create_tag':\n// {\n// operation: \"create_tag\" // Create tag operation,\n// success: boolean // Whether the operation was successful,\n// tag: { id: string // Tag ID, title: string // Tag title, isArchived: boolean | undefined // Whether the tag is archived } | undefined // Created tag details,\n// error: string // Error message if operation failed\n// }\n\n\n// List Custom Fields example\nconst ashby_list_custom_fields = new AshbyBubble({\n operation: \"list_custom_fields\", // List all custom field definitions\n limit: 100 // default, // Maximum number of custom fields to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n sync_token: \"example string\", // Token for incremental synchronization\n});\n\nconst result = await ashby_list_custom_fields.action();\n// outputSchema for result.data when operation === 'list_custom_fields':\n// {\n// operation: \"list_custom_fields\" // List custom fields operation,\n// success: boolean // Whether the operation was successful,\n// custom_fields: { id: string // Custom field ID (UUID), isPrivate: boolean // Whether the field is private, title: string // Custom field title, objectType: string // Object type this field applies to (e.g., Application, Candidate), isArchived: boolean // Whether the field is archived, fieldType: string // Type of field (e.g., MultiValueSelect, String, Number), selectableValues: { label: string // Display label for the value, value: string // Value identifier, isArchived: boolean // Whether the value is archived }[] | undefined // Available values for select-type fields }[] | undefined // List of custom field definitions,\n// next_cursor: string | undefined // Cursor for fetching the next page of results,\n// more_data_available: boolean | undefined // Whether more data is available,\n// sync_token: string | undefined // Token for incremental sync,\n// error: string // Error message if operation failed\n// }\n\n\n// List Jobs example\nconst ashby_list_jobs = new AshbyBubble({\n operation: \"list_jobs\", // List all jobs\n limit: 100 // default, // Maximum number of jobs to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n status: \"Open\" // options: \"Open\", \"Closed\", \"Draft\", \"Archived\", // Filter jobs by status\n});\n\nconst result = await ashby_list_jobs.action();\n// outputSchema for result.data when operation === 'list_jobs':\n// {\n// operation: \"list_jobs\" // List jobs operation,\n// success: boolean // Whether the operation was successful,\n// jobs: { id: string // Unique job identifier (UUID), title: string // Job title, status: string | undefined // Job status (e.g., Open, Closed, Draft, Archived), departmentId: string | undefined | null // Department ID, teamId: string | undefined | null // Team ID, locationId: string | undefined | null // Location ID, locationIds: string[] | undefined // Location IDs, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, openedAt: string | undefined | null // ISO 8601 opened timestamp, closedAt: string | undefined | null // ISO 8601 closed timestamp, createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp }[] | undefined // List of jobs,\n// next_cursor: string | undefined // Cursor for next page,\n// more_data_available: boolean | undefined // Whether more data is available,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Job example\nconst ashby_get_job = new AshbyBubble({\n operation: \"get_job\", // Get detailed information about a specific job\n job_id: \"example string\", // UUID of the job to retrieve\n});\n\nconst result = await ashby_get_job.action();\n// outputSchema for result.data when operation === 'get_job':\n// {\n// operation: \"get_job\" // Get job operation,\n// success: boolean // Whether the operation was successful,\n// job: { id: string // Unique job identifier (UUID), title: string // Job title, status: string | undefined // Job status (e.g., Open, Closed, Draft, Archived), departmentId: string | undefined | null // Department ID, teamId: string | undefined | null // Team ID, locationId: string | undefined | null // Location ID, locationIds: string[] | undefined // Location IDs, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, openedAt: string | undefined | null // ISO 8601 opened timestamp, closedAt: string | undefined | null // ISO 8601 closed timestamp, createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp } | undefined // Job details,\n// interview_stages: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID }[] | undefined // Interview stages for this job,\n// error: string // Error message if operation failed\n// }\n\n\n// List Applications example\nconst ashby_list_applications = new AshbyBubble({\n operation: \"list_applications\", // List applications with optional filtering\n candidate_id: \"example string\", // Filter by candidate ID\n job_id: \"example string\", // Filter by job ID\n status: \"Active\" // options: \"Active\", \"Hired\", \"Archived\", \"Lead\", // Filter by application status\n limit: 100 // default, // Maximum number of applications to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n created_after: 42, // Unix timestamp in milliseconds — only return applications created after this time\n});\n\nconst result = await ashby_list_applications.action();\n// outputSchema for result.data when operation === 'list_applications':\n// {\n// operation: \"list_applications\" // List applications operation,\n// success: boolean // Whether the operation was successful,\n// applications: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members }[] | undefined // List of applications,\n// next_cursor: string | undefined // Cursor for next page,\n// more_data_available: boolean | undefined // Whether more data is available,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Application example\nconst ashby_get_application = new AshbyBubble({\n operation: \"get_application\", // Get detailed information about a specific application\n application_id: \"example string\", // UUID of the application to retrieve\n});\n\nconst result = await ashby_get_application.action();\n// outputSchema for result.data when operation === 'get_application':\n// {\n// operation: \"get_application\" // Get application operation,\n// success: boolean // Whether the operation was successful,\n// application: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members } | undefined // Application details,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Associated candidate,\n// job: { id: string // Unique job identifier (UUID), title: string // Job title, status: string | undefined // Job status (e.g., Open, Closed, Draft, Archived), departmentId: string | undefined | null // Department ID, teamId: string | undefined | null // Team ID, locationId: string | undefined | null // Location ID, locationIds: string[] | undefined // Location IDs, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, openedAt: string | undefined | null // ISO 8601 opened timestamp, closedAt: string | undefined | null // ISO 8601 closed timestamp, createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp } | undefined // Associated job,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Application example\nconst ashby_create_application = new AshbyBubble({\n operation: \"create_application\", // Submit a candidate to a job by creating an application\n candidate_id: \"example string\", // UUID of the candidate\n job_id: \"example string\", // UUID of the job to apply to\n interview_stage_id: \"example string\", // Optional interview stage ID to start at\n source_id: \"example string\", // Optional source ID to attribute the application to\n});\n\nconst result = await ashby_create_application.action();\n// outputSchema for result.data when operation === 'create_application':\n// {\n// operation: \"create_application\" // Create application operation,\n// success: boolean // Whether the operation was successful,\n// application: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members } | undefined // Created application,\n// error: string // Error message if operation failed\n// }\n\n\n// Change Application Stage example\nconst ashby_change_application_stage = new AshbyBubble({\n operation: \"change_application_stage\", // Move an application to a different interview stage\n application_id: \"example string\", // UUID of the application\n interview_stage_id: \"example string\", // UUID of the interview stage to move to\n});\n\nconst result = await ashby_change_application_stage.action();\n// outputSchema for result.data when operation === 'change_application_stage':\n// {\n// operation: \"change_application_stage\" // Change application stage operation,\n// success: boolean // Whether the operation was successful,\n// application: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members } | undefined // Updated application,\n// error: string // Error message if operation failed\n// }\n\n\n// Update Candidate example\nconst ashby_update_candidate = new AshbyBubble({\n operation: \"update_candidate\", // Update an existing candidate\n candidate_id: \"example string\", // UUID of the candidate to update\n name: \"example string\", // Updated candidate name\n email: \"example string\", // Updated primary email\n phone_number: \"example string\", // Updated phone number\n linkedin_url: \"example string\", // Updated LinkedIn profile URL\n github_url: \"example string\", // Updated GitHub profile URL\n website: \"example string\", // Updated website URL\n});\n\nconst result = await ashby_update_candidate.action();\n// outputSchema for result.data when operation === 'update_candidate':\n// {\n// operation: \"update_candidate\" // Update candidate operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Updated candidate,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Note example\nconst ashby_create_note = new AshbyBubble({\n operation: \"create_note\", // Add a note to a candidate\n candidate_id: \"example string\", // UUID of the candidate\n content: \"example string\", // Note content (plain text or HTML)\n});\n\nconst result = await ashby_create_note.action();\n// outputSchema for result.data when operation === 'create_note':\n// {\n// operation: \"create_note\" // Create note operation,\n// success: boolean // Whether the operation was successful,\n// note: { id: string // Note ID (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, content: string // Note content (HTML), author: { id: string // Author user ID, firstName: string | undefined // Author first name, lastName: string | undefined // Author last name, email: string | undefined // Author email } | undefined | null // Note author } | undefined // Created note,\n// error: string // Error message if operation failed\n// }\n\n\n// List Notes example\nconst ashby_list_notes = new AshbyBubble({\n operation: \"list_notes\", // List notes for a candidate\n candidate_id: \"example string\", // UUID of the candidate\n});\n\nconst result = await ashby_list_notes.action();\n// outputSchema for result.data when operation === 'list_notes':\n// {\n// operation: \"list_notes\" // List notes operation,\n// success: boolean // Whether the operation was successful,\n// notes: { id: string // Note ID (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, content: string // Note content (HTML), author: { id: string // Author user ID, firstName: string | undefined // Author first name, lastName: string | undefined // Author last name, email: string | undefined // Author email } | undefined | null // Note author }[] | undefined // List of notes,\n// error: string // Error message if operation failed\n// }\n\n\n// List Sources example\nconst ashby_list_sources = new AshbyBubble({\n operation: \"list_sources\", // List all candidate sources\n});\n\nconst result = await ashby_list_sources.action();\n// outputSchema for result.data when operation === 'list_sources':\n// {\n// operation: \"list_sources\" // List sources operation,\n// success: boolean // Whether the operation was successful,\n// sources: { id: string // Source ID (UUID), title: string // Source title, isArchived: boolean | undefined // Whether the source is archived }[] | undefined // List of sources,\n// error: string // Error message if operation failed\n// }\n\n\n// List Interview Stages example\nconst ashby_list_interview_stages = new AshbyBubble({\n operation: \"list_interview_stages\", // List interview stages for a job\n job_id: \"example string\", // UUID of the job to get interview stages for\n});\n\nconst result = await ashby_list_interview_stages.action();\n// outputSchema for result.data when operation === 'list_interview_stages':\n// {\n// operation: \"list_interview_stages\" // List interview stages operation,\n// success: boolean // Whether the operation was successful,\n// interview_stages: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID }[] | undefined // List of interview stages,\n// error: string // Error message if operation failed\n// }\n\n\n// Get File Url example\nconst ashby_get_file_url = new AshbyBubble({\n operation: \"get_file_url\", // Get a download URL for a file (e.g., resume)\n file_handle: \"example string\", // File handle from a candidate record (e.g., resumeFileHandle.handle)\n});\n\nconst result = await ashby_get_file_url.action();\n// outputSchema for result.data when operation === 'get_file_url':\n// {\n// operation: \"get_file_url\" // Get file URL operation,\n// success: boolean // Whether the operation was successful,\n// file: { id: string | undefined // File ID, name: string | undefined // File name, url: string // Temporary download URL } | undefined // File info with download URL,\n// error: string // Error message if operation failed\n// }\n\n\n// List Projects example\nconst ashby_list_projects = new AshbyBubble({\n operation: \"list_projects\", // List all projects\n});\n\nconst result = await ashby_list_projects.action();\n// outputSchema for result.data when operation === 'list_projects':\n// {\n// operation: \"list_projects\" // List projects operation,\n// success: boolean // Whether the operation was successful,\n// projects: { id: string // Project ID (UUID), title: string // Project title, isArchived: boolean | undefined // Whether the project is archived }[] | undefined // List of projects,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Project example\nconst ashby_get_project = new AshbyBubble({\n operation: \"get_project\", // Get project details\n project_id: \"example string\", // UUID of the project\n});\n\nconst result = await ashby_get_project.action();\n// outputSchema for result.data when operation === 'get_project':\n// {\n// operation: \"get_project\" // Get project operation,\n// success: boolean // Whether the operation was successful,\n// project: { id: string // Project ID (UUID), title: string // Project title, isArchived: boolean | undefined // Whether the project is archived } | undefined // Project details,\n// error: string // Error message if operation failed\n// }\n\n\n// List Candidate Projects example\nconst ashby_list_candidate_projects = new AshbyBubble({\n operation: \"list_candidate_projects\", // List all projects a candidate belongs to\n candidate_id: \"example string\", // UUID of the candidate\n});\n\nconst result = await ashby_list_candidate_projects.action();\n// outputSchema for result.data when operation === 'list_candidate_projects':\n// {\n// operation: \"list_candidate_projects\" // List candidate projects operation,\n// success: boolean // Whether the operation was successful,\n// projects: { id: string // Project ID (UUID), title: string // Project title, isArchived: boolean | undefined // Whether the project is archived }[] | undefined // Projects the candidate belongs to,\n// error: string // Error message if operation failed\n// }\n\n\n// Add Candidate To Project example\nconst ashby_add_candidate_to_project = new AshbyBubble({\n operation: \"add_candidate_to_project\", // Add a candidate to a project\n candidate_id: \"example string\", // UUID of the candidate\n project_id: \"example string\", // UUID of the project\n});\n\nconst result = await ashby_add_candidate_to_project.action();\n// outputSchema for result.data when operation === 'add_candidate_to_project':\n// {\n// operation: \"add_candidate_to_project\" // Add candidate to project operation,\n// success: boolean // Whether the operation was successful,\n// error: string // Error message if operation failed\n// }\n\n\n// Remove Candidate From Project example\nconst ashby_remove_candidate_from_project = new AshbyBubble({\n operation: \"remove_candidate_from_project\", // Remove a candidate from a project\n candidate_id: \"example string\", // UUID of the candidate\n project_id: \"example string\", // UUID of the project\n});\n\nconst result = await ashby_remove_candidate_from_project.action();\n// outputSchema for result.data when operation === 'remove_candidate_from_project':\n// {\n// operation: \"remove_candidate_from_project\" // Remove candidate from project operation,\n// success: boolean // Whether the operation was successful,\n// error: string // Error message if operation failed\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`ashby failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
|
|
63649
|
+
"usageExample": "// List Candidates example\nconst ashby_list_candidates = new AshbyBubble({\n operation: \"list_candidates\", // List all candidates with optional filtering\n limit: 100 // default, // Maximum number of candidates to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n status: \"Hired\" // options: \"Hired\", \"Archived\", \"Active\", \"Lead\", // Filter candidates by application status\n job_id: \"example string\", // Filter candidates by specific job ID\n created_after: 42, // Unix timestamp in milliseconds to filter candidates created after this time\n});\n\nconst result = await ashby_list_candidates.action();\n// outputSchema for result.data when operation === 'list_candidates':\n// {\n// operation: \"list_candidates\" // List candidates operation,\n// success: boolean // Whether the operation was successful,\n// candidates: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, emailAddresses: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email }[] | undefined // All email addresses, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, phoneNumbers: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone }[] | undefined // All phone numbers, socialLinks: { url: string // Social link URL, type: string // Type of social link (e.g., LinkedIn, GitHub) }[] | undefined // Social media links, tags: { id: string // Tag ID, title: string // Tag title, isArchived: boolean | undefined // Whether the tag is archived }[] | undefined // Tags assigned to candidate, position: string | undefined | null // Current position, company: string | undefined | null // Current company, school: string | undefined | null // School, applicationIds: string[] | undefined // IDs of applications for this candidate, resumeFileHandle: { id: string // File ID, name: string // File name, handle: string // File handle for download } | undefined | null // Resume file handle, fileHandles: { id: string // File ID, name: string // File name, handle: string // File handle for download }[] | undefined // All file handles, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, profileUrl: string | undefined | null // URL to the candidate profile in Ashby, source: unknown | undefined | null // Candidate source, creditedToUser: unknown | undefined | null // User credited for the candidate }[] | undefined // List of candidates,\n// next_cursor: string | undefined // Cursor for fetching the next page of results,\n// more_data_available: boolean | undefined // Whether more data is available,\n// sync_token: string | undefined // Token for incremental sync,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Candidate example\nconst ashby_get_candidate = new AshbyBubble({\n operation: \"get_candidate\", // Get detailed information about a specific candidate\n candidate_id: \"example string\", // UUID of the candidate to retrieve\n});\n\nconst result = await ashby_get_candidate.action();\n// outputSchema for result.data when operation === 'get_candidate':\n// {\n// operation: \"get_candidate\" // Get candidate operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Candidate details,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Candidate example\nconst ashby_create_candidate = new AshbyBubble({\n operation: \"create_candidate\", // Create a new candidate\n name: \"example string\", // Candidate's full name (first and last name)\n emails: [{ email: \"example string\" // Email address, type: \"Personal\" // options: \"Personal\", \"Work\", \"Other\" // Type of email (Personal, Work, or Other) }], // Candidate's email addresses with type. The Personal email becomes the primary email, others become alternates.\n phone_number: \"example string\", // Candidate's primary phone number\n linkedin_url: \"example string\", // URL to the candidate's LinkedIn profile\n github_url: \"example string\", // URL to the candidate's GitHub profile\n website: \"example string\", // URL of the candidate's website\n source_id: \"example string\", // The source ID to set on the candidate\n credited_to_user_id: \"example string\", // The ID of the user the candidate will be credited to\n tag: \"example string\", // Optional tag to add to the candidate. Can be a tag ID (UUID) or tag name. If a name is provided, the tag will be created first.\n allow_duplicate_linkedin: false // default, // Whether to allow creating a candidate with a LinkedIn URL that already exists. When false (default), the existing candidate is returned instead of creating a duplicate.\n});\n\nconst result = await ashby_create_candidate.action();\n// outputSchema for result.data when operation === 'create_candidate':\n// {\n// operation: \"create_candidate\" // Create candidate operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Created candidate details (or existing candidate if duplicate was found),\n// duplicate: boolean | undefined // True if a candidate with the same LinkedIn profile already existed and was returned instead of creating a new one,\n// error: string // Error message if operation failed\n// }\n\n\n// Search Candidates example\nconst ashby_search_candidates = new AshbyBubble({\n operation: \"search_candidates\", // Search for candidates by email or name\n email: \"example string\", // Search by candidate email address\n name: \"example string\", // Search by candidate name\n});\n\nconst result = await ashby_search_candidates.action();\n// outputSchema for result.data when operation === 'search_candidates':\n// {\n// operation: \"search_candidates\" // Search candidates operation,\n// success: boolean // Whether the operation was successful,\n// candidates: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values }[] | undefined // List of matching candidates,\n// error: string // Error message if operation failed\n// }\n\n\n// Add Tag example\nconst ashby_add_tag = new AshbyBubble({\n operation: \"add_tag\", // Add a tag to a candidate\n candidate_id: \"example string\", // UUID of the candidate\n tag_id: \"example string\", // UUID of the tag to add\n});\n\nconst result = await ashby_add_tag.action();\n// outputSchema for result.data when operation === 'add_tag':\n// {\n// operation: \"add_tag\" // Add tag operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Updated candidate details,\n// error: string // Error message if operation failed\n// }\n\n\n// List Tags example\nconst ashby_list_tags = new AshbyBubble({\n operation: \"list_tags\", // List all candidate tags\n include_archived: false // default, // Whether to include archived tags\n});\n\nconst result = await ashby_list_tags.action();\n// outputSchema for result.data when operation === 'list_tags':\n// {\n// operation: \"list_tags\" // List tags operation,\n// success: boolean // Whether the operation was successful,\n// tags: { id: string // Tag ID, title: string // Tag title, isArchived: boolean | undefined // Whether the tag is archived }[] | undefined // List of candidate tags,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Tag example\nconst ashby_create_tag = new AshbyBubble({\n operation: \"create_tag\", // Create a new candidate tag\n title: \"example string\", // Title of the tag to create\n});\n\nconst result = await ashby_create_tag.action();\n// outputSchema for result.data when operation === 'create_tag':\n// {\n// operation: \"create_tag\" // Create tag operation,\n// success: boolean // Whether the operation was successful,\n// tag: { id: string // Tag ID, title: string // Tag title, isArchived: boolean | undefined // Whether the tag is archived } | undefined // Created tag details,\n// error: string // Error message if operation failed\n// }\n\n\n// List Custom Fields example\nconst ashby_list_custom_fields = new AshbyBubble({\n operation: \"list_custom_fields\", // List all custom field definitions\n limit: 100 // default, // Maximum number of custom fields to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n sync_token: \"example string\", // Token for incremental synchronization\n});\n\nconst result = await ashby_list_custom_fields.action();\n// outputSchema for result.data when operation === 'list_custom_fields':\n// {\n// operation: \"list_custom_fields\" // List custom fields operation,\n// success: boolean // Whether the operation was successful,\n// custom_fields: { id: string // Custom field ID (UUID), isPrivate: boolean // Whether the field is private, title: string // Custom field title, objectType: string // Object type this field applies to (e.g., Application, Candidate), isArchived: boolean // Whether the field is archived, fieldType: string // Type of field (e.g., MultiValueSelect, String, Number), selectableValues: { label: string // Display label for the value, value: string // Value identifier, isArchived: boolean // Whether the value is archived }[] | undefined // Available values for select-type fields }[] | undefined // List of custom field definitions,\n// next_cursor: string | undefined // Cursor for fetching the next page of results,\n// more_data_available: boolean | undefined // Whether more data is available,\n// sync_token: string | undefined // Token for incremental sync,\n// error: string // Error message if operation failed\n// }\n\n\n// List Jobs example\nconst ashby_list_jobs = new AshbyBubble({\n operation: \"list_jobs\", // List all jobs\n limit: 100 // default, // Maximum number of jobs to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n status: \"Open\" // options: \"Open\", \"Closed\", \"Draft\", \"Archived\", // Filter jobs by status\n});\n\nconst result = await ashby_list_jobs.action();\n// outputSchema for result.data when operation === 'list_jobs':\n// {\n// operation: \"list_jobs\" // List jobs operation,\n// success: boolean // Whether the operation was successful,\n// jobs: { id: string // Unique job identifier (UUID), title: string // Job title, status: string | undefined // Job status (e.g., Open, Closed, Draft, Archived), departmentId: string | undefined | null // Department ID, teamId: string | undefined | null // Team ID, locationId: string | undefined | null // Location ID, locationIds: string[] | undefined // Location IDs, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, openedAt: string | undefined | null // ISO 8601 opened timestamp, closedAt: string | undefined | null // ISO 8601 closed timestamp, createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp }[] | undefined // List of jobs,\n// next_cursor: string | undefined // Cursor for next page,\n// more_data_available: boolean | undefined // Whether more data is available,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Job example\nconst ashby_get_job = new AshbyBubble({\n operation: \"get_job\", // Get detailed information about a specific job\n job_id: \"example string\", // UUID of the job to retrieve\n});\n\nconst result = await ashby_get_job.action();\n// outputSchema for result.data when operation === 'get_job':\n// {\n// operation: \"get_job\" // Get job operation,\n// success: boolean // Whether the operation was successful,\n// job: { id: string // Unique job identifier (UUID), title: string // Job title, status: string | undefined // Job status (e.g., Open, Closed, Draft, Archived), departmentId: string | undefined | null // Department ID, teamId: string | undefined | null // Team ID, locationId: string | undefined | null // Location ID, locationIds: string[] | undefined // Location IDs, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, openedAt: string | undefined | null // ISO 8601 opened timestamp, closedAt: string | undefined | null // ISO 8601 closed timestamp, createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp } | undefined // Job details,\n// interview_stages: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID }[] | undefined // Interview stages for this job,\n// error: string // Error message if operation failed\n// }\n\n\n// List Applications example\nconst ashby_list_applications = new AshbyBubble({\n operation: \"list_applications\", // List applications with optional filtering\n candidate_id: \"example string\", // Filter by candidate ID\n job_id: \"example string\", // Filter by job ID\n status: \"Active\" // options: \"Active\", \"Hired\", \"Archived\", \"Lead\", // Filter by application status\n limit: 100 // default, // Maximum number of applications to return (1-100)\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n created_after: 42, // Unix timestamp in milliseconds — only return applications created after this time\n});\n\nconst result = await ashby_list_applications.action();\n// outputSchema for result.data when operation === 'list_applications':\n// {\n// operation: \"list_applications\" // List applications operation,\n// success: boolean // Whether the operation was successful,\n// applications: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members }[] | undefined // List of applications,\n// next_cursor: string | undefined // Cursor for next page,\n// more_data_available: boolean | undefined // Whether more data is available,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Application example\nconst ashby_get_application = new AshbyBubble({\n operation: \"get_application\", // Get detailed information about a specific application\n application_id: \"example string\", // UUID of the application to retrieve\n});\n\nconst result = await ashby_get_application.action();\n// outputSchema for result.data when operation === 'get_application':\n// {\n// operation: \"get_application\" // Get application operation,\n// success: boolean // Whether the operation was successful,\n// application: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members } | undefined // Application details,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Associated candidate,\n// job: { id: string // Unique job identifier (UUID), title: string // Job title, status: string | undefined // Job status (e.g., Open, Closed, Draft, Archived), departmentId: string | undefined | null // Department ID, teamId: string | undefined | null // Team ID, locationId: string | undefined | null // Location ID, locationIds: string[] | undefined // Location IDs, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, openedAt: string | undefined | null // ISO 8601 opened timestamp, closedAt: string | undefined | null // ISO 8601 closed timestamp, createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp } | undefined // Associated job,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Application example\nconst ashby_create_application = new AshbyBubble({\n operation: \"create_application\", // Submit a candidate to a job by creating an application\n candidate_id: \"example string\", // UUID of the candidate\n job_id: \"example string\", // UUID of the job to apply to\n interview_stage_id: \"example string\", // Optional interview stage ID to start at\n source_id: \"example string\", // Optional source ID to attribute the application to\n});\n\nconst result = await ashby_create_application.action();\n// outputSchema for result.data when operation === 'create_application':\n// {\n// operation: \"create_application\" // Create application operation,\n// success: boolean // Whether the operation was successful,\n// application: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members } | undefined // Created application,\n// error: string // Error message if operation failed\n// }\n\n\n// Change Application Stage example\nconst ashby_change_application_stage = new AshbyBubble({\n operation: \"change_application_stage\", // Move an application to a different interview stage\n application_id: \"example string\", // UUID of the application\n interview_stage_id: \"example string\", // UUID of the interview stage to move to\n});\n\nconst result = await ashby_change_application_stage.action();\n// outputSchema for result.data when operation === 'change_application_stage':\n// {\n// operation: \"change_application_stage\" // Change application stage operation,\n// success: boolean // Whether the operation was successful,\n// application: { id: string // Unique application identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, status: string | undefined // Application status (Active, Hired, Archived, Lead), candidateId: string | undefined | null // Candidate ID, jobId: string | undefined | null // Job ID, currentInterviewStage: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID } | undefined | null // Current interview stage, source: unknown | undefined | null // Application source, archiveReason: unknown | undefined | null // Archive reason if archived, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values, hiringTeam: { userId: string // Team member user ID, role: string // Role in hiring team, email: string | undefined // Team member email, firstName: string | undefined // First name, lastName: string | undefined // Last name }[] | undefined // Hiring team members } | undefined // Updated application,\n// error: string // Error message if operation failed\n// }\n\n\n// Update Candidate example\nconst ashby_update_candidate = new AshbyBubble({\n operation: \"update_candidate\", // Update an existing candidate\n candidate_id: \"example string\", // UUID of the candidate to update\n name: \"example string\", // Updated candidate name\n email: \"example string\", // Updated primary email\n phone_number: \"example string\", // Updated phone number\n linkedin_url: \"example string\", // Updated LinkedIn profile URL\n github_url: \"example string\", // Updated GitHub profile URL\n website: \"example string\", // Updated website URL\n});\n\nconst result = await ashby_update_candidate.action();\n// outputSchema for result.data when operation === 'update_candidate':\n// {\n// operation: \"update_candidate\" // Update candidate operation,\n// success: boolean // Whether the operation was successful,\n// candidate: { id: string // Unique candidate identifier (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, updatedAt: string | undefined // ISO 8601 update timestamp, name: string // Full name of the candidate, primaryEmailAddress: { value: string // Email address value, type: \"Personal\" | \"Work\" | \"Other\" // Type of email, isPrimary: boolean // Whether this is the primary email } | undefined | null // Primary email address, primaryPhoneNumber: { value: string // Phone number value, type: \"Personal\" | \"Work\" | \"Other\" // Type of phone, isPrimary: boolean // Whether this is the primary phone } | undefined | null // Primary phone number, customFields: { id: string // Custom field ID, title: string // Custom field title, value: unknown // Custom field value, isPrivate: boolean | undefined // Whether the field is private }[] | undefined // Custom field values } | undefined // Updated candidate,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Note example\nconst ashby_create_note = new AshbyBubble({\n operation: \"create_note\", // Add a note to a candidate\n candidate_id: \"example string\", // UUID of the candidate\n content: \"example string\", // Note content (plain text or HTML)\n});\n\nconst result = await ashby_create_note.action();\n// outputSchema for result.data when operation === 'create_note':\n// {\n// operation: \"create_note\" // Create note operation,\n// success: boolean // Whether the operation was successful,\n// note: { id: string // Note ID (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, content: string // Note content (HTML), author: { id: string // Author user ID, firstName: string | undefined // Author first name, lastName: string | undefined // Author last name, email: string | undefined // Author email } | undefined | null // Note author } | undefined // Created note,\n// error: string // Error message if operation failed\n// }\n\n\n// List Notes example\nconst ashby_list_notes = new AshbyBubble({\n operation: \"list_notes\", // List notes for a candidate\n candidate_id: \"example string\", // UUID of the candidate\n});\n\nconst result = await ashby_list_notes.action();\n// outputSchema for result.data when operation === 'list_notes':\n// {\n// operation: \"list_notes\" // List notes operation,\n// success: boolean // Whether the operation was successful,\n// notes: { id: string // Note ID (UUID), createdAt: string | undefined // ISO 8601 creation timestamp, content: string // Note content (HTML), author: { id: string // Author user ID, firstName: string | undefined // Author first name, lastName: string | undefined // Author last name, email: string | undefined // Author email } | undefined | null // Note author }[] | undefined // List of notes,\n// error: string // Error message if operation failed\n// }\n\n\n// List Sources example\nconst ashby_list_sources = new AshbyBubble({\n operation: \"list_sources\", // List all candidate sources\n});\n\nconst result = await ashby_list_sources.action();\n// outputSchema for result.data when operation === 'list_sources':\n// {\n// operation: \"list_sources\" // List sources operation,\n// success: boolean // Whether the operation was successful,\n// sources: { id: string // Source ID (UUID), title: string // Source title, isArchived: boolean | undefined // Whether the source is archived }[] | undefined // List of sources,\n// error: string // Error message if operation failed\n// }\n\n\n// List Interview Stages example\nconst ashby_list_interview_stages = new AshbyBubble({\n operation: \"list_interview_stages\", // List interview stages for a job\n job_id: \"example string\", // UUID of the job to get interview stages for\n});\n\nconst result = await ashby_list_interview_stages.action();\n// outputSchema for result.data when operation === 'list_interview_stages':\n// {\n// operation: \"list_interview_stages\" // List interview stages operation,\n// success: boolean // Whether the operation was successful,\n// interview_stages: { id: string // Interview stage ID (UUID), title: string // Stage title, type: string | undefined // Stage type (e.g., PreInterviewScreen, IndividualInterview), orderInInterviewPlan: number | undefined // Order in the interview plan, interviewPlanId: string | undefined // Interview plan ID }[] | undefined // List of interview stages,\n// error: string // Error message if operation failed\n// }\n\n\n// Get File Url example\nconst ashby_get_file_url = new AshbyBubble({\n operation: \"get_file_url\", // Get a download URL for a file (e.g., resume)\n file_handle: \"example string\", // File handle from a candidate record (e.g., resumeFileHandle.handle)\n});\n\nconst result = await ashby_get_file_url.action();\n// outputSchema for result.data when operation === 'get_file_url':\n// {\n// operation: \"get_file_url\" // Get file URL operation,\n// success: boolean // Whether the operation was successful,\n// file: { id: string | undefined // File ID, name: string | undefined // File name, url: string // Temporary download URL } | undefined // File info with download URL,\n// error: string // Error message if operation failed\n// }\n\n\n// List Projects example\nconst ashby_list_projects = new AshbyBubble({\n operation: \"list_projects\", // List all projects\n});\n\nconst result = await ashby_list_projects.action();\n// outputSchema for result.data when operation === 'list_projects':\n// {\n// operation: \"list_projects\" // List projects operation,\n// success: boolean // Whether the operation was successful,\n// projects: { id: string // Project ID (UUID), title: string // Project title, isArchived: boolean | undefined // Whether the project is archived }[] | undefined // List of projects,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Project example\nconst ashby_get_project = new AshbyBubble({\n operation: \"get_project\", // Get project details\n project_id: \"example string\", // UUID of the project\n});\n\nconst result = await ashby_get_project.action();\n// outputSchema for result.data when operation === 'get_project':\n// {\n// operation: \"get_project\" // Get project operation,\n// success: boolean // Whether the operation was successful,\n// project: { id: string // Project ID (UUID), title: string // Project title, isArchived: boolean | undefined // Whether the project is archived } | undefined // Project details,\n// error: string // Error message if operation failed\n// }\n\n\n// List Candidate Projects example\nconst ashby_list_candidate_projects = new AshbyBubble({\n operation: \"list_candidate_projects\", // List all projects a candidate belongs to\n candidate_id: \"example string\", // UUID of the candidate\n});\n\nconst result = await ashby_list_candidate_projects.action();\n// outputSchema for result.data when operation === 'list_candidate_projects':\n// {\n// operation: \"list_candidate_projects\" // List candidate projects operation,\n// success: boolean // Whether the operation was successful,\n// projects: { id: string // Project ID (UUID), title: string // Project title, isArchived: boolean | undefined // Whether the project is archived }[] | undefined // Projects the candidate belongs to,\n// error: string // Error message if operation failed\n// }\n\n\n// Add Candidate To Project example\nconst ashby_add_candidate_to_project = new AshbyBubble({\n operation: \"add_candidate_to_project\", // Add a candidate to a project\n candidate_id: \"example string\", // UUID of the candidate\n project_id: \"example string\", // UUID of the project\n});\n\nconst result = await ashby_add_candidate_to_project.action();\n// outputSchema for result.data when operation === 'add_candidate_to_project':\n// {\n// operation: \"add_candidate_to_project\" // Add candidate to project operation,\n// success: boolean // Whether the operation was successful,\n// error: string // Error message if operation failed\n// }\n\n\n// Remove Candidate From Project example\nconst ashby_remove_candidate_from_project = new AshbyBubble({\n operation: \"remove_candidate_from_project\", // Remove a candidate from a project\n candidate_id: \"example string\", // UUID of the candidate\n project_id: \"example string\", // UUID of the project\n});\n\nconst result = await ashby_remove_candidate_from_project.action();\n// outputSchema for result.data when operation === 'remove_candidate_from_project':\n// {\n// operation: \"remove_candidate_from_project\" // Remove candidate from project operation,\n// success: boolean // Whether the operation was successful,\n// error: string // Error message if operation failed\n// }\n\n\n// List Project Candidate Ids example\nconst ashby_list_project_candidate_ids = new AshbyBubble({\n operation: \"list_project_candidate_ids\", // List all candidate IDs belonging to a project\n project_id: \"example string\", // UUID of the project\n cursor: \"example string\", // Pagination cursor for fetching subsequent pages\n});\n\nconst result = await ashby_list_project_candidate_ids.action();\n// outputSchema for result.data when operation === 'list_project_candidate_ids':\n// {\n// operation: \"list_project_candidate_ids\" // List project candidate IDs operation,\n// success: boolean // Whether the operation was successful,\n// candidate_ids: string[] | undefined // Candidate IDs belonging to this project,\n// next_cursor: string | undefined // Cursor for fetching the next page of results,\n// more_data_available: boolean | undefined // Whether more data is available,\n// error: string // Error message if operation failed\n// }\n\n\n// Get All Candidates With Projects example\nconst ashby_get_all_candidates_with_projects = new AshbyBubble({\n operation: \"get_all_candidates_with_projects\", // Paginate all candidates, fetch all projects, and enrich each candidate with their project associations\n concurrency: 10 // default, // Max concurrent candidate.listProjects requests (1-50, default: 10)\n});\n\nconst result = await ashby_get_all_candidates_with_projects.action();\n// outputSchema for result.data when operation === 'get_all_candidates_with_projects':\n// {\n// operation: \"get_all_candidates_with_projects\" // Get all candidates with projects operation,\n// success: boolean // Whether the operation was successful,\n// candidates: { id: string // Unique candidate identifier (UUID), name: string // Full name of the candidate, email: string | null // Primary email address or null, phone: string | null // Primary phone number or null, linkedinUrl: string | null // LinkedIn profile URL or null, position: string | null // Current position or null, company: string | null // Current company or null, tags: string[] // Tag titles assigned to candidate, projectIds: string[] // IDs of projects the candidate belongs to, projectNames: string[] // Names of projects the candidate belongs to }[] | undefined // All candidates enriched with project associations,\n// projects: { id: string // Project ID (UUID), title: string // Project title, isArchived: boolean | undefined // Whether the project is archived }[] | undefined // All projects in Ashby,\n// total_candidates: number | undefined // Total number of candidates fetched,\n// total_enriched: number | undefined // Number of candidates successfully enriched,\n// error: string // Error message if operation failed\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`ashby failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
|
|
63408
63650
|
"requiredCredentials": [
|
|
63409
63651
|
"ASHBY_CRED"
|
|
63410
63652
|
]
|
package/dist/index.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export type { SlabParamsInput } from './bubbles/service-bubble/slab/index.js';
|
|
|
60
60
|
export { ConfluenceBubble } from './bubbles/service-bubble/confluence/index.js';
|
|
61
61
|
export type { ConfluenceParamsInput } from './bubbles/service-bubble/confluence/index.js';
|
|
62
62
|
export { AshbyBubble } from './bubbles/service-bubble/ashby/index.js';
|
|
63
|
-
export type { AshbyParamsInput } from './bubbles/service-bubble/ashby/index.js';
|
|
63
|
+
export type { AshbyParamsInput, AshbyEnrichedCandidate } from './bubbles/service-bubble/ashby/index.js';
|
|
64
64
|
export { FullEnrichBubble } from './bubbles/service-bubble/fullenrich/index.js';
|
|
65
65
|
export type { FullEnrichParamsInput } from './bubbles/service-bubble/fullenrich/index.js';
|
|
66
66
|
export { StripeBubble, StripeParamsSchema, StripeResultSchema, type StripeParams, type StripeParamsInput, type StripeResult, } from './bubbles/service-bubble/stripe/index.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bubblelab/bubble-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.250",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"puppeteer-core": "^24.10.0",
|
|
42
42
|
"resend": "^4.8.0",
|
|
43
43
|
"zod": "^3.24.1",
|
|
44
|
-
"@bubblelab/shared-schemas": "0.1.
|
|
44
|
+
"@bubblelab/shared-schemas": "0.1.250"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^20.12.12",
|