@bubblelab/bubble-core 0.1.155 → 0.1.157
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 +198 -158
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-trigger/index.d.ts +2 -0
- package/dist/bubble-trigger/index.d.ts.map +1 -0
- package/dist/bubble-trigger/index.js +2 -0
- package/dist/bubble-trigger/index.js.map +1 -0
- package/dist/bubble-trigger/types.d.ts +87 -0
- package/dist/bubble-trigger/types.d.ts.map +1 -0
- package/dist/bubble-trigger/types.js +14 -0
- package/dist/bubble-trigger/types.js.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +50 -50
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
- 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 +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +18 -18
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +10 -10
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +27 -27
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +131 -131
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +24 -24
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +628 -628
- package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +76 -76
- package/dist/bubbles/service-bubble/gmail.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
- package/dist/bubbles/service-bubble/google-drive.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +94 -94
- package/dist/bubbles/service-bubble/notion/notion.d.ts +522 -522
- 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/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/posthog/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/posthog/index.js +3 -0
- package/dist/bubbles/service-bubble/posthog/index.js.map +1 -0
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +387 -0
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/posthog/posthog.js +291 -0
- package/dist/bubbles/service-bubble/posthog/posthog.js.map +1 -0
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +432 -0
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/posthog/posthog.schema.js +298 -0
- package/dist/bubbles/service-bubble/posthog/posthog.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/slack/slack.d.ts +312 -312
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +125 -125
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
- package/dist/bubbles/service-bubble/telegram.d.ts +1537 -1537
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +706 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +50 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +186 -186
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +114 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +777 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -0
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +98 -98
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +494 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/ai-models.d.ts +4 -0
- package/dist/types/ai-models.d.ts.map +1 -0
- package/dist/types/ai-models.js +16 -0
- package/dist/types/ai-models.js.map +1 -0
- package/dist/utils/param-helper.d.ts +2 -0
- package/dist/utils/param-helper.d.ts.map +1 -0
- package/dist/utils/param-helper.js +5 -0
- package/dist/utils/param-helper.js.map +1 -0
- package/package.json +2 -2
package/dist/bubbles.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-02-
|
|
4
|
-
"totalCount":
|
|
3
|
+
"generatedAt": "2026-02-13T23:19:48.901Z",
|
|
4
|
+
"totalCount": 65,
|
|
5
5
|
"bubbles": [
|
|
6
6
|
{
|
|
7
7
|
"name": "hello-world",
|
|
@@ -64758,6 +64758,498 @@
|
|
|
64758
64758
|
"requiredCredentials": [
|
|
64759
64759
|
"APIFY_CRED"
|
|
64760
64760
|
]
|
|
64761
|
+
},
|
|
64762
|
+
{
|
|
64763
|
+
"name": "posthog",
|
|
64764
|
+
"alias": "posthog-analytics",
|
|
64765
|
+
"type": "service",
|
|
64766
|
+
"shortDescription": "PostHog product analytics for events, persons, and insights",
|
|
64767
|
+
"useCase": "General purpose bubble for various workflow needs",
|
|
64768
|
+
"outputSchema": "Complex schema - see usage example for structure",
|
|
64769
|
+
"inputJsonSchema": {
|
|
64770
|
+
"anyOf": [
|
|
64771
|
+
{
|
|
64772
|
+
"type": "object",
|
|
64773
|
+
"properties": {
|
|
64774
|
+
"operation": {
|
|
64775
|
+
"type": "string",
|
|
64776
|
+
"enum": [
|
|
64777
|
+
"list_events"
|
|
64778
|
+
],
|
|
64779
|
+
"description": "List recent events with optional filtering"
|
|
64780
|
+
},
|
|
64781
|
+
"project_id": {
|
|
64782
|
+
"type": "string",
|
|
64783
|
+
"minLength": 1,
|
|
64784
|
+
"description": "PostHog project ID (found in Project Settings)"
|
|
64785
|
+
},
|
|
64786
|
+
"host": {
|
|
64787
|
+
"type": "string",
|
|
64788
|
+
"default": "https://us.posthog.com",
|
|
64789
|
+
"description": "PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)"
|
|
64790
|
+
},
|
|
64791
|
+
"event": {
|
|
64792
|
+
"type": "string",
|
|
64793
|
+
"description": "Filter by event name (e.g., $pageview, user_signed_up)"
|
|
64794
|
+
},
|
|
64795
|
+
"person_id": {
|
|
64796
|
+
"type": "string",
|
|
64797
|
+
"description": "Filter events by person ID"
|
|
64798
|
+
},
|
|
64799
|
+
"distinct_id": {
|
|
64800
|
+
"type": "string",
|
|
64801
|
+
"description": "Filter events by distinct ID"
|
|
64802
|
+
},
|
|
64803
|
+
"after": {
|
|
64804
|
+
"type": "string",
|
|
64805
|
+
"description": "Only return events after this ISO 8601 timestamp"
|
|
64806
|
+
},
|
|
64807
|
+
"before": {
|
|
64808
|
+
"type": "string",
|
|
64809
|
+
"description": "Only return events before this ISO 8601 timestamp"
|
|
64810
|
+
},
|
|
64811
|
+
"properties": {
|
|
64812
|
+
"type": "string",
|
|
64813
|
+
"description": "JSON-encoded array of property filters (e.g., [{\"key\":\"$browser\",\"value\":\"Chrome\",\"operator\":\"exact\"}])"
|
|
64814
|
+
},
|
|
64815
|
+
"limit": {
|
|
64816
|
+
"type": "number",
|
|
64817
|
+
"minimum": 1,
|
|
64818
|
+
"maximum": 1000,
|
|
64819
|
+
"default": 100,
|
|
64820
|
+
"description": "Maximum number of events to return (1-1000)"
|
|
64821
|
+
},
|
|
64822
|
+
"credentials": {
|
|
64823
|
+
"type": "object",
|
|
64824
|
+
"additionalProperties": {
|
|
64825
|
+
"type": "string"
|
|
64826
|
+
},
|
|
64827
|
+
"description": "Object mapping credential types to values (injected at runtime)"
|
|
64828
|
+
}
|
|
64829
|
+
},
|
|
64830
|
+
"required": [
|
|
64831
|
+
"operation",
|
|
64832
|
+
"project_id"
|
|
64833
|
+
],
|
|
64834
|
+
"additionalProperties": false
|
|
64835
|
+
},
|
|
64836
|
+
{
|
|
64837
|
+
"type": "object",
|
|
64838
|
+
"properties": {
|
|
64839
|
+
"operation": {
|
|
64840
|
+
"type": "string",
|
|
64841
|
+
"enum": [
|
|
64842
|
+
"query"
|
|
64843
|
+
],
|
|
64844
|
+
"description": "Execute a HogQL query for custom analytics"
|
|
64845
|
+
},
|
|
64846
|
+
"project_id": {
|
|
64847
|
+
"type": "string",
|
|
64848
|
+
"minLength": 1,
|
|
64849
|
+
"description": "PostHog project ID (found in Project Settings)"
|
|
64850
|
+
},
|
|
64851
|
+
"host": {
|
|
64852
|
+
"type": "string",
|
|
64853
|
+
"default": "https://us.posthog.com",
|
|
64854
|
+
"description": "PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)"
|
|
64855
|
+
},
|
|
64856
|
+
"query": {
|
|
64857
|
+
"type": "string",
|
|
64858
|
+
"minLength": 1,
|
|
64859
|
+
"description": "HogQL query to execute (SQL-like syntax, e.g., SELECT event, count() FROM events GROUP BY event ORDER BY count() DESC LIMIT 10)"
|
|
64860
|
+
},
|
|
64861
|
+
"credentials": {
|
|
64862
|
+
"type": "object",
|
|
64863
|
+
"additionalProperties": {
|
|
64864
|
+
"type": "string"
|
|
64865
|
+
},
|
|
64866
|
+
"description": "Object mapping credential types to values (injected at runtime)"
|
|
64867
|
+
}
|
|
64868
|
+
},
|
|
64869
|
+
"required": [
|
|
64870
|
+
"operation",
|
|
64871
|
+
"project_id",
|
|
64872
|
+
"query"
|
|
64873
|
+
],
|
|
64874
|
+
"additionalProperties": false
|
|
64875
|
+
},
|
|
64876
|
+
{
|
|
64877
|
+
"type": "object",
|
|
64878
|
+
"properties": {
|
|
64879
|
+
"operation": {
|
|
64880
|
+
"type": "string",
|
|
64881
|
+
"enum": [
|
|
64882
|
+
"get_person"
|
|
64883
|
+
],
|
|
64884
|
+
"description": "Look up a person profile by distinct ID or search"
|
|
64885
|
+
},
|
|
64886
|
+
"project_id": {
|
|
64887
|
+
"type": "string",
|
|
64888
|
+
"minLength": 1,
|
|
64889
|
+
"description": "PostHog project ID (found in Project Settings)"
|
|
64890
|
+
},
|
|
64891
|
+
"host": {
|
|
64892
|
+
"type": "string",
|
|
64893
|
+
"default": "https://us.posthog.com",
|
|
64894
|
+
"description": "PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)"
|
|
64895
|
+
},
|
|
64896
|
+
"distinct_id": {
|
|
64897
|
+
"type": "string",
|
|
64898
|
+
"description": "Look up person by distinct ID"
|
|
64899
|
+
},
|
|
64900
|
+
"search": {
|
|
64901
|
+
"type": "string",
|
|
64902
|
+
"description": "Search for persons by email or name in person properties"
|
|
64903
|
+
},
|
|
64904
|
+
"limit": {
|
|
64905
|
+
"type": "number",
|
|
64906
|
+
"minimum": 1,
|
|
64907
|
+
"maximum": 100,
|
|
64908
|
+
"default": 10,
|
|
64909
|
+
"description": "Maximum number of persons to return (1-100)"
|
|
64910
|
+
},
|
|
64911
|
+
"credentials": {
|
|
64912
|
+
"type": "object",
|
|
64913
|
+
"additionalProperties": {
|
|
64914
|
+
"type": "string"
|
|
64915
|
+
},
|
|
64916
|
+
"description": "Object mapping credential types to values (injected at runtime)"
|
|
64917
|
+
}
|
|
64918
|
+
},
|
|
64919
|
+
"required": [
|
|
64920
|
+
"operation",
|
|
64921
|
+
"project_id"
|
|
64922
|
+
],
|
|
64923
|
+
"additionalProperties": false
|
|
64924
|
+
},
|
|
64925
|
+
{
|
|
64926
|
+
"type": "object",
|
|
64927
|
+
"properties": {
|
|
64928
|
+
"operation": {
|
|
64929
|
+
"type": "string",
|
|
64930
|
+
"enum": [
|
|
64931
|
+
"get_insight"
|
|
64932
|
+
],
|
|
64933
|
+
"description": "Retrieve a saved insight's results by ID"
|
|
64934
|
+
},
|
|
64935
|
+
"project_id": {
|
|
64936
|
+
"type": "string",
|
|
64937
|
+
"minLength": 1,
|
|
64938
|
+
"description": "PostHog project ID (found in Project Settings)"
|
|
64939
|
+
},
|
|
64940
|
+
"host": {
|
|
64941
|
+
"type": "string",
|
|
64942
|
+
"default": "https://us.posthog.com",
|
|
64943
|
+
"description": "PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)"
|
|
64944
|
+
},
|
|
64945
|
+
"insight_id": {
|
|
64946
|
+
"type": "number",
|
|
64947
|
+
"minimum": 1,
|
|
64948
|
+
"description": "Numeric ID of the insight to retrieve"
|
|
64949
|
+
},
|
|
64950
|
+
"credentials": {
|
|
64951
|
+
"type": "object",
|
|
64952
|
+
"additionalProperties": {
|
|
64953
|
+
"type": "string"
|
|
64954
|
+
},
|
|
64955
|
+
"description": "Object mapping credential types to values (injected at runtime)"
|
|
64956
|
+
}
|
|
64957
|
+
},
|
|
64958
|
+
"required": [
|
|
64959
|
+
"operation",
|
|
64960
|
+
"project_id",
|
|
64961
|
+
"insight_id"
|
|
64962
|
+
],
|
|
64963
|
+
"additionalProperties": false
|
|
64964
|
+
}
|
|
64965
|
+
]
|
|
64966
|
+
},
|
|
64967
|
+
"outputJsonSchema": {
|
|
64968
|
+
"anyOf": [
|
|
64969
|
+
{
|
|
64970
|
+
"type": "object",
|
|
64971
|
+
"properties": {
|
|
64972
|
+
"operation": {
|
|
64973
|
+
"type": "string",
|
|
64974
|
+
"enum": [
|
|
64975
|
+
"list_events"
|
|
64976
|
+
],
|
|
64977
|
+
"description": "List events operation"
|
|
64978
|
+
},
|
|
64979
|
+
"success": {
|
|
64980
|
+
"type": "boolean",
|
|
64981
|
+
"description": "Whether the operation was successful"
|
|
64982
|
+
},
|
|
64983
|
+
"events": {
|
|
64984
|
+
"type": "array",
|
|
64985
|
+
"items": {
|
|
64986
|
+
"type": "object",
|
|
64987
|
+
"properties": {
|
|
64988
|
+
"uuid": {
|
|
64989
|
+
"type": "string",
|
|
64990
|
+
"description": "Unique event identifier"
|
|
64991
|
+
},
|
|
64992
|
+
"event": {
|
|
64993
|
+
"type": "string",
|
|
64994
|
+
"description": "Event name (e.g., $pageview, user_signed_up)"
|
|
64995
|
+
},
|
|
64996
|
+
"distinct_id": {
|
|
64997
|
+
"type": "string",
|
|
64998
|
+
"description": "Distinct ID of the person"
|
|
64999
|
+
},
|
|
65000
|
+
"properties": {
|
|
65001
|
+
"type": "object",
|
|
65002
|
+
"additionalProperties": {},
|
|
65003
|
+
"description": "Event properties"
|
|
65004
|
+
},
|
|
65005
|
+
"timestamp": {
|
|
65006
|
+
"type": "string",
|
|
65007
|
+
"description": "ISO 8601 event timestamp"
|
|
65008
|
+
},
|
|
65009
|
+
"created_at": {
|
|
65010
|
+
"type": "string",
|
|
65011
|
+
"description": "ISO 8601 creation timestamp"
|
|
65012
|
+
},
|
|
65013
|
+
"elements": {
|
|
65014
|
+
"type": "array",
|
|
65015
|
+
"items": {},
|
|
65016
|
+
"description": "DOM elements captured"
|
|
65017
|
+
},
|
|
65018
|
+
"elements_chain": {
|
|
65019
|
+
"type": "string",
|
|
65020
|
+
"description": "Serialized element chain"
|
|
65021
|
+
}
|
|
65022
|
+
},
|
|
65023
|
+
"required": [
|
|
65024
|
+
"uuid",
|
|
65025
|
+
"event",
|
|
65026
|
+
"distinct_id"
|
|
65027
|
+
],
|
|
65028
|
+
"additionalProperties": false,
|
|
65029
|
+
"description": "PostHog event record"
|
|
65030
|
+
},
|
|
65031
|
+
"description": "List of events"
|
|
65032
|
+
},
|
|
65033
|
+
"next": {
|
|
65034
|
+
"type": "string",
|
|
65035
|
+
"nullable": true,
|
|
65036
|
+
"description": "URL for fetching the next page of results"
|
|
65037
|
+
},
|
|
65038
|
+
"error": {
|
|
65039
|
+
"type": "string",
|
|
65040
|
+
"description": "Error message if operation failed"
|
|
65041
|
+
}
|
|
65042
|
+
},
|
|
65043
|
+
"required": [
|
|
65044
|
+
"operation",
|
|
65045
|
+
"success",
|
|
65046
|
+
"error"
|
|
65047
|
+
],
|
|
65048
|
+
"additionalProperties": false
|
|
65049
|
+
},
|
|
65050
|
+
{
|
|
65051
|
+
"type": "object",
|
|
65052
|
+
"properties": {
|
|
65053
|
+
"operation": {
|
|
65054
|
+
"type": "string",
|
|
65055
|
+
"enum": [
|
|
65056
|
+
"query"
|
|
65057
|
+
],
|
|
65058
|
+
"description": "HogQL query operation"
|
|
65059
|
+
},
|
|
65060
|
+
"success": {
|
|
65061
|
+
"type": "boolean",
|
|
65062
|
+
"description": "Whether the operation was successful"
|
|
65063
|
+
},
|
|
65064
|
+
"columns": {
|
|
65065
|
+
"type": "array",
|
|
65066
|
+
"items": {
|
|
65067
|
+
"type": "string"
|
|
65068
|
+
},
|
|
65069
|
+
"description": "Column names in the result"
|
|
65070
|
+
},
|
|
65071
|
+
"results": {
|
|
65072
|
+
"type": "array",
|
|
65073
|
+
"items": {
|
|
65074
|
+
"type": "array",
|
|
65075
|
+
"items": {}
|
|
65076
|
+
},
|
|
65077
|
+
"description": "Rows of query results"
|
|
65078
|
+
},
|
|
65079
|
+
"types": {
|
|
65080
|
+
"type": "array",
|
|
65081
|
+
"items": {
|
|
65082
|
+
"type": "string"
|
|
65083
|
+
},
|
|
65084
|
+
"description": "Column types in the result"
|
|
65085
|
+
},
|
|
65086
|
+
"hasMore": {
|
|
65087
|
+
"type": "boolean",
|
|
65088
|
+
"description": "Whether more rows are available"
|
|
65089
|
+
},
|
|
65090
|
+
"error": {
|
|
65091
|
+
"type": "string",
|
|
65092
|
+
"description": "Error message if operation failed"
|
|
65093
|
+
}
|
|
65094
|
+
},
|
|
65095
|
+
"required": [
|
|
65096
|
+
"operation",
|
|
65097
|
+
"success",
|
|
65098
|
+
"error"
|
|
65099
|
+
],
|
|
65100
|
+
"additionalProperties": false
|
|
65101
|
+
},
|
|
65102
|
+
{
|
|
65103
|
+
"type": "object",
|
|
65104
|
+
"properties": {
|
|
65105
|
+
"operation": {
|
|
65106
|
+
"type": "string",
|
|
65107
|
+
"enum": [
|
|
65108
|
+
"get_person"
|
|
65109
|
+
],
|
|
65110
|
+
"description": "Get person operation"
|
|
65111
|
+
},
|
|
65112
|
+
"success": {
|
|
65113
|
+
"type": "boolean",
|
|
65114
|
+
"description": "Whether the operation was successful"
|
|
65115
|
+
},
|
|
65116
|
+
"persons": {
|
|
65117
|
+
"type": "array",
|
|
65118
|
+
"items": {
|
|
65119
|
+
"type": "object",
|
|
65120
|
+
"properties": {
|
|
65121
|
+
"id": {
|
|
65122
|
+
"type": "string",
|
|
65123
|
+
"description": "Internal person ID (UUID)"
|
|
65124
|
+
},
|
|
65125
|
+
"uuid": {
|
|
65126
|
+
"type": "string",
|
|
65127
|
+
"description": "Person UUID"
|
|
65128
|
+
},
|
|
65129
|
+
"distinct_ids": {
|
|
65130
|
+
"type": "array",
|
|
65131
|
+
"items": {
|
|
65132
|
+
"type": "string"
|
|
65133
|
+
},
|
|
65134
|
+
"description": "All distinct IDs associated with this person"
|
|
65135
|
+
},
|
|
65136
|
+
"properties": {
|
|
65137
|
+
"type": "object",
|
|
65138
|
+
"additionalProperties": {},
|
|
65139
|
+
"description": "Person properties (set via $set)"
|
|
65140
|
+
},
|
|
65141
|
+
"created_at": {
|
|
65142
|
+
"type": "string",
|
|
65143
|
+
"description": "ISO 8601 creation timestamp"
|
|
65144
|
+
}
|
|
65145
|
+
},
|
|
65146
|
+
"required": [
|
|
65147
|
+
"id",
|
|
65148
|
+
"distinct_ids"
|
|
65149
|
+
],
|
|
65150
|
+
"additionalProperties": false,
|
|
65151
|
+
"description": "PostHog person record"
|
|
65152
|
+
},
|
|
65153
|
+
"description": "List of matching persons"
|
|
65154
|
+
},
|
|
65155
|
+
"next": {
|
|
65156
|
+
"type": "string",
|
|
65157
|
+
"nullable": true,
|
|
65158
|
+
"description": "URL for fetching the next page"
|
|
65159
|
+
},
|
|
65160
|
+
"error": {
|
|
65161
|
+
"type": "string",
|
|
65162
|
+
"description": "Error message if operation failed"
|
|
65163
|
+
}
|
|
65164
|
+
},
|
|
65165
|
+
"required": [
|
|
65166
|
+
"operation",
|
|
65167
|
+
"success",
|
|
65168
|
+
"error"
|
|
65169
|
+
],
|
|
65170
|
+
"additionalProperties": false
|
|
65171
|
+
},
|
|
65172
|
+
{
|
|
65173
|
+
"type": "object",
|
|
65174
|
+
"properties": {
|
|
65175
|
+
"operation": {
|
|
65176
|
+
"type": "string",
|
|
65177
|
+
"enum": [
|
|
65178
|
+
"get_insight"
|
|
65179
|
+
],
|
|
65180
|
+
"description": "Get insight operation"
|
|
65181
|
+
},
|
|
65182
|
+
"success": {
|
|
65183
|
+
"type": "boolean",
|
|
65184
|
+
"description": "Whether the operation was successful"
|
|
65185
|
+
},
|
|
65186
|
+
"insight": {
|
|
65187
|
+
"type": "object",
|
|
65188
|
+
"properties": {
|
|
65189
|
+
"id": {
|
|
65190
|
+
"type": "number",
|
|
65191
|
+
"description": "Insight ID"
|
|
65192
|
+
},
|
|
65193
|
+
"short_id": {
|
|
65194
|
+
"type": "string",
|
|
65195
|
+
"description": "Short ID for sharing"
|
|
65196
|
+
},
|
|
65197
|
+
"name": {
|
|
65198
|
+
"type": "string",
|
|
65199
|
+
"nullable": true,
|
|
65200
|
+
"description": "Insight name"
|
|
65201
|
+
},
|
|
65202
|
+
"description": {
|
|
65203
|
+
"type": "string",
|
|
65204
|
+
"nullable": true,
|
|
65205
|
+
"description": "Insight description"
|
|
65206
|
+
},
|
|
65207
|
+
"result": {
|
|
65208
|
+
"description": "Computed insight results"
|
|
65209
|
+
},
|
|
65210
|
+
"filters": {
|
|
65211
|
+
"type": "object",
|
|
65212
|
+
"additionalProperties": {},
|
|
65213
|
+
"description": "Insight filter configuration"
|
|
65214
|
+
},
|
|
65215
|
+
"created_at": {
|
|
65216
|
+
"type": "string",
|
|
65217
|
+
"description": "ISO 8601 creation timestamp"
|
|
65218
|
+
},
|
|
65219
|
+
"last_refresh": {
|
|
65220
|
+
"type": "string",
|
|
65221
|
+
"nullable": true,
|
|
65222
|
+
"description": "Last time the insight was refreshed"
|
|
65223
|
+
},
|
|
65224
|
+
"last_modified_at": {
|
|
65225
|
+
"type": "string",
|
|
65226
|
+
"description": "ISO 8601 last modification timestamp"
|
|
65227
|
+
}
|
|
65228
|
+
},
|
|
65229
|
+
"required": [
|
|
65230
|
+
"id"
|
|
65231
|
+
],
|
|
65232
|
+
"additionalProperties": false,
|
|
65233
|
+
"description": "Insight details and results"
|
|
65234
|
+
},
|
|
65235
|
+
"error": {
|
|
65236
|
+
"type": "string",
|
|
65237
|
+
"description": "Error message if operation failed"
|
|
65238
|
+
}
|
|
65239
|
+
},
|
|
65240
|
+
"required": [
|
|
65241
|
+
"operation",
|
|
65242
|
+
"success",
|
|
65243
|
+
"error"
|
|
65244
|
+
],
|
|
65245
|
+
"additionalProperties": false
|
|
65246
|
+
}
|
|
65247
|
+
]
|
|
65248
|
+
},
|
|
65249
|
+
"usageExample": "// List Events example\nconst posthog_list_events = new PosthogBubble({\n operation: \"list_events\", // List recent events with optional filtering\n project_id: \"example string\", // PostHog project ID (found in Project Settings)\n host: \"https://us.posthog.com\" // default, // PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)\n event: \"example string\", // Filter by event name (e.g., $pageview, user_signed_up)\n person_id: \"example string\", // Filter events by person ID\n distinct_id: \"example string\", // Filter events by distinct ID\n after: \"example string\", // Only return events after this ISO 8601 timestamp\n before: \"example string\", // Only return events before this ISO 8601 timestamp\n properties: \"example string\", // JSON-encoded array of property filters (e.g., [{\"key\":\"$browser\",\"value\":\"Chrome\",\"operator\":\"exact\"}])\n limit: 100 // default, // Maximum number of events to return (1-1000)\n});\n\nconst result = await posthog_list_events.action();\n// outputSchema for result.data when operation === 'list_events':\n// {\n// operation: \"list_events\" // List events operation,\n// success: boolean // Whether the operation was successful,\n// events: { uuid: string // Unique event identifier, event: string // Event name (e.g., $pageview, user_signed_up), distinct_id: string // Distinct ID of the person, properties: Record<string, unknown> | undefined // Event properties, timestamp: string | undefined // ISO 8601 event timestamp, created_at: string | undefined // ISO 8601 creation timestamp, elements: unknown[] | undefined // DOM elements captured, elements_chain: string | undefined // Serialized element chain }[] | undefined // List of events,\n// next: string | undefined | null // URL for fetching the next page of results,\n// error: string // Error message if operation failed\n// }\n\n\n// Query example\nconst posthog_query = new PosthogBubble({\n operation: \"query\", // Execute a HogQL query for custom analytics\n project_id: \"example string\", // PostHog project ID (found in Project Settings)\n host: \"https://us.posthog.com\" // default, // PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)\n query: \"example string\", // HogQL query to execute (SQL-like syntax, e.g., SELECT event, count() FROM events GROUP BY event ORDER BY count() DESC LIMIT 10)\n});\n\nconst result = await posthog_query.action();\n// outputSchema for result.data when operation === 'query':\n// {\n// operation: \"query\" // HogQL query operation,\n// success: boolean // Whether the operation was successful,\n// columns: string[] | undefined // Column names in the result,\n// results: unknown[][] | undefined // Rows of query results,\n// types: string[] | undefined // Column types in the result,\n// hasMore: boolean | undefined // Whether more rows are available,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Person example\nconst posthog_get_person = new PosthogBubble({\n operation: \"get_person\", // Look up a person profile by distinct ID or search\n project_id: \"example string\", // PostHog project ID (found in Project Settings)\n host: \"https://us.posthog.com\" // default, // PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)\n distinct_id: \"example string\", // Look up person by distinct ID\n search: \"example string\", // Search for persons by email or name in person properties\n limit: 10 // default, // Maximum number of persons to return (1-100)\n});\n\nconst result = await posthog_get_person.action();\n// outputSchema for result.data when operation === 'get_person':\n// {\n// operation: \"get_person\" // Get person operation,\n// success: boolean // Whether the operation was successful,\n// persons: { id: string // Internal person ID (UUID), uuid: string | undefined // Person UUID, distinct_ids: string[] // All distinct IDs associated with this person, properties: Record<string, unknown> | undefined // Person properties (set via $set), created_at: string | undefined // ISO 8601 creation timestamp }[] | undefined // List of matching persons,\n// next: string | undefined | null // URL for fetching the next page,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Insight example\nconst posthog_get_insight = new PosthogBubble({\n operation: \"get_insight\", // Retrieve a saved insight's results by ID\n project_id: \"example string\", // PostHog project ID (found in Project Settings)\n host: \"https://us.posthog.com\" // default, // PostHog host URL (e.g., https://us.posthog.com, https://eu.posthog.com, or your self-hosted URL)\n insight_id: 42, // Numeric ID of the insight to retrieve\n});\n\nconst result = await posthog_get_insight.action();\n// outputSchema for result.data when operation === 'get_insight':\n// {\n// operation: \"get_insight\" // Get insight operation,\n// success: boolean // Whether the operation was successful,\n// insight: { id: number // Insight ID, short_id: string | undefined // Short ID for sharing, name: string | undefined | null // Insight name, description: string | undefined | null // Insight description, result: unknown | undefined // Computed insight results, filters: Record<string, unknown> | undefined // Insight filter configuration, created_at: string | undefined // ISO 8601 creation timestamp, last_refresh: string | undefined | null // Last time the insight was refreshed, last_modified_at: string | undefined // ISO 8601 last modification timestamp } | undefined // Insight details and results,\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(`posthog failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
|
|
65250
|
+
"requiredCredentials": [
|
|
65251
|
+
"POSTHOG_API_KEY"
|
|
65252
|
+
]
|
|
64761
65253
|
}
|
|
64762
65254
|
]
|
|
64763
65255
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -55,6 +55,8 @@ export { InsForgeDbBubble } from './bubbles/service-bubble/insforge-db.js';
|
|
|
55
55
|
export type { InsForgeDbParamsInput } from './bubbles/service-bubble/insforge-db.js';
|
|
56
56
|
export { BrowserBaseBubble, BrowserBaseParamsSchema, BrowserBaseResultSchema, type BrowserBaseParams, type BrowserBaseParamsInput, type BrowserBaseResult, type CDPCookie, type BrowserSessionData, } from './bubbles/service-bubble/browserbase/index.js';
|
|
57
57
|
export { CrustdataBubble } from './bubbles/service-bubble/crustdata/index.js';
|
|
58
|
+
export { PosthogBubble } from './bubbles/service-bubble/posthog/index.js';
|
|
59
|
+
export type { PosthogParamsInput } from './bubbles/service-bubble/posthog/index.js';
|
|
58
60
|
export type { CrustdataParams, CrustdataParamsInput, CrustdataResult, PersonProfile, CompanyInfo, } from './bubbles/service-bubble/crustdata/index.js';
|
|
59
61
|
export { DatabaseAnalyzerWorkflowBubble } from './bubbles/workflow-bubble/database-analyzer.workflow.js';
|
|
60
62
|
export { SlackNotifierWorkflowBubble } from './bubbles/workflow-bubble/slack-notifier.workflow.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/dist/index.js
CHANGED
|
@@ -45,6 +45,7 @@ export { FirecrawlBubble } from './bubbles/service-bubble/firecrawl.js';
|
|
|
45
45
|
export { InsForgeDbBubble } from './bubbles/service-bubble/insforge-db.js';
|
|
46
46
|
export { BrowserBaseBubble, BrowserBaseParamsSchema, BrowserBaseResultSchema, } from './bubbles/service-bubble/browserbase/index.js';
|
|
47
47
|
export { CrustdataBubble } from './bubbles/service-bubble/crustdata/index.js';
|
|
48
|
+
export { PosthogBubble } from './bubbles/service-bubble/posthog/index.js';
|
|
48
49
|
// Export workflow bubbles
|
|
49
50
|
export { DatabaseAnalyzerWorkflowBubble } from './bubbles/workflow-bubble/database-analyzer.workflow.js';
|
|
50
51
|
export { SlackNotifierWorkflowBubble } from './bubbles/workflow-bubble/slack-notifier.workflow.js';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAE3C,gCAAgC;AAChC,cAAc,yBAAyB,CAAC;AAExC,uBAAuB;AACvB,OAAO,EACL,WAAW,EACX,qBAAqB,EACrB,oBAAoB,GACrB,MAAM,0BAA0B,CAAC;AAElC,sBAAsB;AACtB,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAIhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EACL,aAAa,GAQd,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,oDAAoD,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AACrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAe3E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAEnE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAEtE,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAEpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAEhF,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAEtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAEhF,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GAInB,MAAM,0CAA0C,CAAC;AAElD,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,OAAO,EACL,iBAAiB,EACjB,uBAAuB,EACvB,uBAAuB,GAMxB,MAAM,+CAA+C,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AvailableModels: z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-o4-mini", "openai/gpt-4o", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "anthropic/claude-sonnet-4-5-20250929"]>;
|
|
3
|
+
export type AvailableModel = z.infer<typeof AvailableModels>;
|
|
4
|
+
//# sourceMappingURL=ai-models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-models.d.ts","sourceRoot":"","sources":["../../src/types/ai-models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe,8PAa1B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
// Define available models with provider/name combinations
|
|
3
|
+
export const AvailableModels = z.enum([
|
|
4
|
+
// OpenAI models
|
|
5
|
+
'openai/gpt-5',
|
|
6
|
+
'openai/gpt-5-mini',
|
|
7
|
+
'openai/gpt-o4-mini',
|
|
8
|
+
'openai/gpt-4o',
|
|
9
|
+
// Google Gemini models
|
|
10
|
+
'google/gemini-2.5-pro',
|
|
11
|
+
'google/gemini-2.5-flash',
|
|
12
|
+
'google/gemini-2.5-flash-lite',
|
|
13
|
+
'google/gemini-2.5-flash-image-preview',
|
|
14
|
+
'anthropic/claude-sonnet-4-5-20250929',
|
|
15
|
+
]);
|
|
16
|
+
//# sourceMappingURL=ai-models.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-models.js","sourceRoot":"","sources":["../../src/types/ai-models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,0DAA0D;AAC1D,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,IAAI,CAAC;IACpC,gBAAgB;IAChB,cAAc;IACd,mBAAmB;IACnB,oBAAoB;IACpB,eAAe;IACf,uBAAuB;IACvB,uBAAuB;IACvB,yBAAyB;IACzB,8BAA8B;IAC9B,uCAAuC;IAEvC,sCAAsC;CACvC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"param-helper.d.ts","sourceRoot":"","sources":["../../src/utils/param-helper.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAC5B,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC9B,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAKzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"param-helper.js","sourceRoot":"","sources":["../../src/utils/param-helper.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,cAAc,CAC5B,MAA+B;IAE/B,iCAAiC;IACjC,OAAO,MAAM,CAAC,WAAW,CACvB,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,CACzE,CAAC;AACJ,CAAC"}
|