@bubblelab/bubble-core 0.1.278 → 0.1.280

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/bubble-bundle.d.ts +178 -157
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +3 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-trigger/index.d.ts +2 -0
  6. package/dist/bubble-trigger/index.d.ts.map +1 -0
  7. package/dist/bubble-trigger/index.js +2 -0
  8. package/dist/bubble-trigger/index.js.map +1 -0
  9. package/dist/bubble-trigger/types.d.ts +87 -0
  10. package/dist/bubble-trigger/types.d.ts.map +1 -0
  11. package/dist/bubble-trigger/types.js +14 -0
  12. package/dist/bubble-trigger/types.js.map +1 -0
  13. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  14. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  15. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  16. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  21. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  22. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  23. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  27. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  28. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  29. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  30. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  31. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
  32. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +8 -8
  33. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  35. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  36. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  37. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  38. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  39. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  40. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  41. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  43. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  44. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  45. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  46. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  47. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  48. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  49. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  51. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  52. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  53. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  54. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  55. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  57. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  58. package/dist/bubbles/service-bubble/looker/index.d.ts +3 -0
  59. package/dist/bubbles/service-bubble/looker/index.d.ts.map +1 -0
  60. package/dist/bubbles/service-bubble/looker/index.js +3 -0
  61. package/dist/bubbles/service-bubble/looker/index.js.map +1 -0
  62. package/dist/bubbles/service-bubble/looker/looker.d.ts +768 -0
  63. package/dist/bubbles/service-bubble/looker/looker.d.ts.map +1 -0
  64. package/dist/bubbles/service-bubble/looker/looker.js +319 -0
  65. package/dist/bubbles/service-bubble/looker/looker.js.map +1 -0
  66. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts +735 -0
  67. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts.map +1 -0
  68. package/dist/bubbles/service-bubble/looker/looker.schema.js +264 -0
  69. package/dist/bubbles/service-bubble/looker/looker.schema.js.map +1 -0
  70. package/dist/bubbles/service-bubble/metabase/index.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/metabase/index.d.ts.map +1 -0
  72. package/dist/bubbles/service-bubble/metabase/index.js +4 -0
  73. package/dist/bubbles/service-bubble/metabase/index.js.map +1 -0
  74. package/dist/bubbles/service-bubble/metabase/metabase.d.ts +746 -0
  75. package/dist/bubbles/service-bubble/metabase/metabase.d.ts.map +1 -0
  76. package/dist/bubbles/service-bubble/metabase/metabase.js +221 -0
  77. package/dist/bubbles/service-bubble/metabase/metabase.js.map +1 -0
  78. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +1125 -0
  79. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts.map +1 -0
  80. package/dist/bubbles/service-bubble/metabase/metabase.schema.js +222 -0
  81. package/dist/bubbles/service-bubble/metabase/metabase.schema.js.map +1 -0
  82. package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts +15 -0
  83. package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts.map +1 -0
  84. package/dist/bubbles/service-bubble/metabase/metabase.utils.js +32 -0
  85. package/dist/bubbles/service-bubble/metabase/metabase.utils.js.map +1 -0
  86. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  87. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  88. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  89. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  90. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  91. package/dist/bubbles/service-bubble/pylon/index.d.ts +3 -0
  92. package/dist/bubbles/service-bubble/pylon/index.d.ts.map +1 -0
  93. package/dist/bubbles/service-bubble/pylon/index.js +3 -0
  94. package/dist/bubbles/service-bubble/pylon/index.js.map +1 -0
  95. package/dist/bubbles/service-bubble/pylon/pylon.d.ts +435 -0
  96. package/dist/bubbles/service-bubble/pylon/pylon.d.ts.map +1 -0
  97. package/dist/bubbles/service-bubble/pylon/pylon.js +375 -0
  98. package/dist/bubbles/service-bubble/pylon/pylon.js.map +1 -0
  99. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts +408 -0
  100. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts.map +1 -0
  101. package/dist/bubbles/service-bubble/pylon/pylon.schema.js +249 -0
  102. package/dist/bubbles/service-bubble/pylon/pylon.schema.js.map +1 -0
  103. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  104. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  105. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  106. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  107. package/dist/bubbles/service-bubble/slack.js +1536 -0
  108. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  109. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  110. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  111. package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
  112. package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
  113. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  114. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  115. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  116. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  117. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  118. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  119. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  120. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  121. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  122. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  123. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  124. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  125. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  126. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  127. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  128. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  129. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +160 -0
  130. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  131. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +706 -0
  132. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  133. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  135. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +50 -0
  136. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  137. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  138. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  139. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  140. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  141. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  142. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  143. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  144. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  145. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  146. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +114 -0
  147. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -0
  148. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +777 -0
  149. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -0
  150. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  151. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  152. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  153. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  154. package/dist/bubbles.json +510 -2
  155. package/dist/index.d.ts +1 -0
  156. package/dist/index.d.ts.map +1 -1
  157. package/dist/index.js +1 -0
  158. package/dist/index.js.map +1 -1
  159. package/dist/types/ai-models.d.ts +4 -0
  160. package/dist/types/ai-models.d.ts.map +1 -0
  161. package/dist/types/ai-models.js +16 -0
  162. package/dist/types/ai-models.js.map +1 -0
  163. package/dist/utils/param-helper.d.ts +2 -0
  164. package/dist/utils/param-helper.d.ts.map +1 -0
  165. package/dist/utils/param-helper.js +5 -0
  166. package/dist/utils/param-helper.js.map +1 -0
  167. 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-04-07T23:25:32.505Z",
4
- "totalCount": 82,
3
+ "generatedAt": "2026-04-08T04:46:43.061Z",
4
+ "totalCount": 83,
5
5
  "bubbles": [
6
6
  {
7
7
  "name": "hello-world",
@@ -89093,6 +89093,514 @@
89093
89093
  "requiredCredentials": [
89094
89094
  "DOCUSIGN_CRED"
89095
89095
  ]
89096
+ },
89097
+ {
89098
+ "name": "metabase",
89099
+ "alias": "analytics",
89100
+ "type": "service",
89101
+ "shortDescription": "Metabase integration for dashboards, cards, and analytics queries",
89102
+ "useCase": "General purpose bubble for various workflow needs",
89103
+ "outputSchema": "Complex schema - see usage example for structure",
89104
+ "inputJsonSchema": {
89105
+ "anyOf": [
89106
+ {
89107
+ "type": "object",
89108
+ "properties": {
89109
+ "operation": {
89110
+ "type": "string",
89111
+ "enum": [
89112
+ "get_dashboard"
89113
+ ],
89114
+ "description": "Get dashboard by ID"
89115
+ },
89116
+ "dashboard_id": {
89117
+ "type": "number",
89118
+ "description": "The dashboard ID to retrieve"
89119
+ },
89120
+ "credentials": {
89121
+ "type": "object",
89122
+ "additionalProperties": {
89123
+ "type": "string"
89124
+ },
89125
+ "description": "Credential mapping for authentication"
89126
+ }
89127
+ },
89128
+ "required": [
89129
+ "operation",
89130
+ "dashboard_id"
89131
+ ],
89132
+ "additionalProperties": false
89133
+ },
89134
+ {
89135
+ "type": "object",
89136
+ "properties": {
89137
+ "operation": {
89138
+ "type": "string",
89139
+ "enum": [
89140
+ "list_dashboards"
89141
+ ],
89142
+ "description": "List all available dashboards"
89143
+ },
89144
+ "credentials": {
89145
+ "type": "object",
89146
+ "additionalProperties": {
89147
+ "type": "string"
89148
+ },
89149
+ "description": "Credential mapping for authentication"
89150
+ }
89151
+ },
89152
+ "required": [
89153
+ "operation"
89154
+ ],
89155
+ "additionalProperties": false
89156
+ },
89157
+ {
89158
+ "type": "object",
89159
+ "properties": {
89160
+ "operation": {
89161
+ "type": "string",
89162
+ "enum": [
89163
+ "get_card"
89164
+ ],
89165
+ "description": "Get card metadata by ID"
89166
+ },
89167
+ "card_id": {
89168
+ "type": "number",
89169
+ "description": "The card ID to retrieve"
89170
+ },
89171
+ "credentials": {
89172
+ "type": "object",
89173
+ "additionalProperties": {
89174
+ "type": "string"
89175
+ },
89176
+ "description": "Credential mapping for authentication"
89177
+ }
89178
+ },
89179
+ "required": [
89180
+ "operation",
89181
+ "card_id"
89182
+ ],
89183
+ "additionalProperties": false
89184
+ },
89185
+ {
89186
+ "type": "object",
89187
+ "properties": {
89188
+ "operation": {
89189
+ "type": "string",
89190
+ "enum": [
89191
+ "query_card"
89192
+ ],
89193
+ "description": "Execute a card's query and return results"
89194
+ },
89195
+ "card_id": {
89196
+ "type": "number",
89197
+ "description": "The card ID to query"
89198
+ },
89199
+ "pivot": {
89200
+ "type": "boolean",
89201
+ "description": "Use the pivot endpoint (/api/card/pivot/:id/query) for pivot-table results"
89202
+ },
89203
+ "parameters": {
89204
+ "type": "object",
89205
+ "additionalProperties": {},
89206
+ "description": "Optional query parameters (filters)"
89207
+ },
89208
+ "credentials": {
89209
+ "type": "object",
89210
+ "additionalProperties": {
89211
+ "type": "string"
89212
+ },
89213
+ "description": "Credential mapping for authentication"
89214
+ }
89215
+ },
89216
+ "required": [
89217
+ "operation",
89218
+ "card_id"
89219
+ ],
89220
+ "additionalProperties": false
89221
+ }
89222
+ ]
89223
+ },
89224
+ "outputJsonSchema": {
89225
+ "anyOf": [
89226
+ {
89227
+ "type": "object",
89228
+ "properties": {
89229
+ "operation": {
89230
+ "type": "string",
89231
+ "enum": [
89232
+ "get_dashboard"
89233
+ ]
89234
+ },
89235
+ "success": {
89236
+ "type": "boolean"
89237
+ },
89238
+ "error": {
89239
+ "type": "string",
89240
+ "default": ""
89241
+ },
89242
+ "data": {
89243
+ "type": "object",
89244
+ "properties": {
89245
+ "id": {
89246
+ "type": "number",
89247
+ "description": "Unique dashboard identifier"
89248
+ },
89249
+ "name": {
89250
+ "type": "string",
89251
+ "description": "Dashboard name"
89252
+ },
89253
+ "description": {
89254
+ "type": "string",
89255
+ "nullable": true,
89256
+ "description": "Dashboard description"
89257
+ },
89258
+ "collection_id": {
89259
+ "type": "number",
89260
+ "nullable": true,
89261
+ "description": "Collection the dashboard belongs to"
89262
+ },
89263
+ "dashcards": {
89264
+ "type": "array",
89265
+ "items": {
89266
+ "type": "object",
89267
+ "properties": {
89268
+ "id": {
89269
+ "type": "number",
89270
+ "description": "Unique dashcard identifier"
89271
+ },
89272
+ "card_id": {
89273
+ "type": "number",
89274
+ "nullable": true,
89275
+ "description": "ID of the card in this dashcard"
89276
+ },
89277
+ "card": {
89278
+ "type": "object",
89279
+ "properties": {
89280
+ "id": {
89281
+ "type": "number",
89282
+ "nullable": true,
89283
+ "description": "Card ID (null/absent for text/heading dashcards)"
89284
+ },
89285
+ "name": {
89286
+ "type": "string",
89287
+ "nullable": true,
89288
+ "description": "Card name (null/absent for text/heading dashcards)"
89289
+ },
89290
+ "display": {
89291
+ "type": "string",
89292
+ "description": "Card display type"
89293
+ },
89294
+ "description": {
89295
+ "type": "string",
89296
+ "nullable": true,
89297
+ "description": "Card description"
89298
+ }
89299
+ },
89300
+ "additionalProperties": true,
89301
+ "nullable": true,
89302
+ "description": "Embedded card metadata (null for virtual/text dashcards)"
89303
+ },
89304
+ "row": {
89305
+ "type": "number",
89306
+ "description": "Row position on dashboard grid"
89307
+ },
89308
+ "col": {
89309
+ "type": "number",
89310
+ "description": "Column position on dashboard grid"
89311
+ },
89312
+ "size_x": {
89313
+ "type": "number",
89314
+ "description": "Width in grid units"
89315
+ },
89316
+ "size_y": {
89317
+ "type": "number",
89318
+ "description": "Height in grid units"
89319
+ }
89320
+ },
89321
+ "required": [
89322
+ "id",
89323
+ "card_id",
89324
+ "row",
89325
+ "col",
89326
+ "size_x",
89327
+ "size_y"
89328
+ ],
89329
+ "additionalProperties": true,
89330
+ "description": "Dashboard card (dashcard) object"
89331
+ },
89332
+ "description": "List of dashcards on this dashboard"
89333
+ },
89334
+ "parameters": {
89335
+ "type": "array",
89336
+ "items": {
89337
+ "type": "object",
89338
+ "additionalProperties": {}
89339
+ },
89340
+ "description": "Dashboard filter parameters"
89341
+ },
89342
+ "created_at": {
89343
+ "type": "string",
89344
+ "description": "Creation timestamp"
89345
+ },
89346
+ "updated_at": {
89347
+ "type": "string",
89348
+ "description": "Last update timestamp"
89349
+ }
89350
+ },
89351
+ "required": [
89352
+ "id",
89353
+ "name"
89354
+ ],
89355
+ "additionalProperties": true,
89356
+ "description": "Metabase dashboard object"
89357
+ }
89358
+ },
89359
+ "required": [
89360
+ "operation",
89361
+ "success"
89362
+ ],
89363
+ "additionalProperties": false
89364
+ },
89365
+ {
89366
+ "type": "object",
89367
+ "properties": {
89368
+ "operation": {
89369
+ "type": "string",
89370
+ "enum": [
89371
+ "list_dashboards"
89372
+ ]
89373
+ },
89374
+ "success": {
89375
+ "type": "boolean"
89376
+ },
89377
+ "error": {
89378
+ "type": "string",
89379
+ "default": ""
89380
+ },
89381
+ "data": {
89382
+ "type": "object",
89383
+ "properties": {
89384
+ "dashboards": {
89385
+ "type": "array",
89386
+ "items": {
89387
+ "type": "object",
89388
+ "properties": {
89389
+ "id": {
89390
+ "type": "number",
89391
+ "description": "Unique dashboard identifier"
89392
+ },
89393
+ "name": {
89394
+ "type": "string",
89395
+ "description": "Dashboard name"
89396
+ },
89397
+ "description": {
89398
+ "type": "string",
89399
+ "nullable": true,
89400
+ "description": "Dashboard description"
89401
+ },
89402
+ "collection_id": {
89403
+ "type": "number",
89404
+ "nullable": true,
89405
+ "description": "Collection the dashboard belongs to"
89406
+ },
89407
+ "model": {
89408
+ "type": "string",
89409
+ "description": "Entity model type"
89410
+ },
89411
+ "created_at": {
89412
+ "type": "string",
89413
+ "description": "Creation timestamp"
89414
+ }
89415
+ },
89416
+ "required": [
89417
+ "id",
89418
+ "name"
89419
+ ],
89420
+ "additionalProperties": true,
89421
+ "description": "Dashboard list item"
89422
+ }
89423
+ },
89424
+ "total": {
89425
+ "type": "number"
89426
+ }
89427
+ },
89428
+ "required": [
89429
+ "dashboards",
89430
+ "total"
89431
+ ],
89432
+ "additionalProperties": false
89433
+ }
89434
+ },
89435
+ "required": [
89436
+ "operation",
89437
+ "success"
89438
+ ],
89439
+ "additionalProperties": false
89440
+ },
89441
+ {
89442
+ "type": "object",
89443
+ "properties": {
89444
+ "operation": {
89445
+ "type": "string",
89446
+ "enum": [
89447
+ "get_card"
89448
+ ]
89449
+ },
89450
+ "success": {
89451
+ "type": "boolean"
89452
+ },
89453
+ "error": {
89454
+ "type": "string",
89455
+ "default": ""
89456
+ },
89457
+ "data": {
89458
+ "type": "object",
89459
+ "properties": {
89460
+ "id": {
89461
+ "type": "number",
89462
+ "description": "Unique card identifier"
89463
+ },
89464
+ "name": {
89465
+ "type": "string",
89466
+ "description": "Card name"
89467
+ },
89468
+ "description": {
89469
+ "type": "string",
89470
+ "nullable": true,
89471
+ "description": "Card description"
89472
+ },
89473
+ "display": {
89474
+ "type": "string",
89475
+ "description": "Visualization type"
89476
+ },
89477
+ "collection_id": {
89478
+ "type": "number",
89479
+ "nullable": true,
89480
+ "description": "Collection the card belongs to"
89481
+ },
89482
+ "database_id": {
89483
+ "type": "number",
89484
+ "nullable": true,
89485
+ "description": "Database this card queries"
89486
+ },
89487
+ "dataset_query": {
89488
+ "type": "object",
89489
+ "additionalProperties": {},
89490
+ "description": "The query definition"
89491
+ },
89492
+ "result_metadata": {
89493
+ "type": "array",
89494
+ "items": {
89495
+ "type": "object",
89496
+ "additionalProperties": {}
89497
+ },
89498
+ "description": "Column metadata from the result"
89499
+ },
89500
+ "created_at": {
89501
+ "type": "string",
89502
+ "description": "Creation timestamp"
89503
+ },
89504
+ "updated_at": {
89505
+ "type": "string",
89506
+ "description": "Last update timestamp"
89507
+ }
89508
+ },
89509
+ "required": [
89510
+ "id",
89511
+ "name"
89512
+ ],
89513
+ "additionalProperties": true,
89514
+ "description": "Metabase card (saved question) object"
89515
+ }
89516
+ },
89517
+ "required": [
89518
+ "operation",
89519
+ "success"
89520
+ ],
89521
+ "additionalProperties": false
89522
+ },
89523
+ {
89524
+ "type": "object",
89525
+ "properties": {
89526
+ "operation": {
89527
+ "type": "string",
89528
+ "enum": [
89529
+ "query_card"
89530
+ ]
89531
+ },
89532
+ "success": {
89533
+ "type": "boolean"
89534
+ },
89535
+ "error": {
89536
+ "type": "string",
89537
+ "default": ""
89538
+ },
89539
+ "data": {
89540
+ "type": "object",
89541
+ "properties": {
89542
+ "rows": {
89543
+ "type": "array",
89544
+ "items": {
89545
+ "type": "array",
89546
+ "items": {}
89547
+ },
89548
+ "description": "Result data rows"
89549
+ },
89550
+ "cols": {
89551
+ "type": "array",
89552
+ "items": {
89553
+ "type": "object",
89554
+ "properties": {
89555
+ "name": {
89556
+ "type": "string",
89557
+ "description": "Column name"
89558
+ },
89559
+ "display_name": {
89560
+ "type": "string",
89561
+ "description": "Display name for column"
89562
+ },
89563
+ "base_type": {
89564
+ "type": "string",
89565
+ "description": "Base data type of column"
89566
+ }
89567
+ },
89568
+ "required": [
89569
+ "name"
89570
+ ],
89571
+ "additionalProperties": true
89572
+ },
89573
+ "description": "Column metadata"
89574
+ },
89575
+ "row_count": {
89576
+ "type": "number",
89577
+ "description": "Total number of rows returned"
89578
+ },
89579
+ "status": {
89580
+ "type": "string",
89581
+ "description": "Query execution status"
89582
+ }
89583
+ },
89584
+ "required": [
89585
+ "rows",
89586
+ "cols"
89587
+ ],
89588
+ "additionalProperties": true,
89589
+ "description": "Flattened Metabase query result — rows and cols at top level"
89590
+ }
89591
+ },
89592
+ "required": [
89593
+ "operation",
89594
+ "success"
89595
+ ],
89596
+ "additionalProperties": false
89597
+ }
89598
+ ]
89599
+ },
89600
+ "usageExample": "// Get Dashboard example\nconst metabase_get_dashboard = new MetabaseBubble({\n operation: \"get_dashboard\", // Get dashboard by ID\n dashboard_id: 42, // The dashboard ID to retrieve\n});\n\nconst result = await metabase_get_dashboard.action();\n// outputSchema for result.data when operation === 'get_dashboard':\n// {\n// operation: \"get_dashboard\",\n// success: boolean,\n// error: string,\n// data: { id: number // Unique dashboard identifier, name: string // Dashboard name, description: string | null | undefined // Dashboard description, collection_id: number | null | undefined // Collection the dashboard belongs to, dashcards: { id: number // Unique dashcard identifier, card_id: number | null // ID of the card in this dashcard, card: { id: number | null | undefined // Card ID (null/absent for text/heading dashcards), name: string | null | undefined // Card name (null/absent for text/heading dashcards), display: string | undefined // Card display type, description: string | null | undefined // Card description } | null | undefined // Embedded card metadata (null for virtual/text dashcards), row: number // Row position on dashboard grid, col: number // Column position on dashboard grid, size_x: number // Width in grid units, size_y: number // Height in grid units }[] | undefined // List of dashcards on this dashboard, parameters: Record<string, unknown>[] | undefined // Dashboard filter parameters, created_at: string | undefined // Creation timestamp, updated_at: string | undefined // Last update timestamp } | undefined // Metabase dashboard object\n// }\n\n\n// List Dashboards example\nconst metabase_list_dashboards = new MetabaseBubble({\n operation: \"list_dashboards\", // List all available dashboards\n});\n\nconst result = await metabase_list_dashboards.action();\n// outputSchema for result.data when operation === 'list_dashboards':\n// {\n// operation: \"list_dashboards\",\n// success: boolean,\n// error: string,\n// data: { dashboards: { id: number // Unique dashboard identifier, name: string // Dashboard name, description: string | null | undefined // Dashboard description, collection_id: number | null | undefined // Collection the dashboard belongs to, model: string | undefined // Entity model type, created_at: string | undefined // Creation timestamp }[], total: number } | undefined\n// }\n\n\n// Get Card example\nconst metabase_get_card = new MetabaseBubble({\n operation: \"get_card\", // Get card metadata by ID\n card_id: 42, // The card ID to retrieve\n});\n\nconst result = await metabase_get_card.action();\n// outputSchema for result.data when operation === 'get_card':\n// {\n// operation: \"get_card\",\n// success: boolean,\n// error: string,\n// data: { id: number // Unique card identifier, name: string // Card name, description: string | null | undefined // Card description, display: string | undefined // Visualization type, collection_id: number | null | undefined // Collection the card belongs to, database_id: number | null | undefined // Database this card queries, dataset_query: Record<string, unknown> | undefined // The query definition, result_metadata: Record<string, unknown>[] | undefined // Column metadata from the result, created_at: string | undefined // Creation timestamp, updated_at: string | undefined // Last update timestamp } | undefined // Metabase card (saved question) object\n// }\n\n\n// Query Card example\nconst metabase_query_card = new MetabaseBubble({\n operation: \"query_card\", // Execute a card's query and return results\n card_id: 42, // The card ID to query\n pivot: true, // Use the pivot endpoint (/api/card/pivot/:id/query) for pivot-table results\n parameters: {}, // Optional query parameters (filters)\n});\n\nconst result = await metabase_query_card.action();\n// outputSchema for result.data when operation === 'query_card':\n// {\n// operation: \"query_card\",\n// success: boolean,\n// error: string,\n// data: { rows: unknown[][] // Result data rows, cols: { name: string // Column name, display_name: string | undefined // Display name for column, base_type: string | undefined // Base data type of column }[] // Column metadata, row_count: number | undefined // Total number of rows returned, status: string | undefined // Query execution status } | undefined // Flattened Metabase query result — rows and cols at top level\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`metabase failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
89601
+ "requiredCredentials": [
89602
+ "METABASE_CRED"
89603
+ ]
89096
89604
  }
89097
89605
  ]
89098
89606
  }
package/dist/index.d.ts CHANGED
@@ -69,6 +69,7 @@ export { SortlyBubble } from './bubbles/service-bubble/sortly/index.js';
69
69
  export type { SortlyParamsInput } from './bubbles/service-bubble/sortly/index.js';
70
70
  export { DocuSignBubble } from './bubbles/service-bubble/docusign/index.js';
71
71
  export type { DocuSignParamsInput } from './bubbles/service-bubble/docusign/index.js';
72
+ export { MetabaseBubble, MetabaseParamsSchema, MetabaseResultSchema, type MetabaseParams, type MetabaseParamsInput, type MetabaseResult, } from './bubbles/service-bubble/metabase/index.js';
72
73
  export { ConfluenceBubble } from './bubbles/service-bubble/confluence/index.js';
73
74
  export type { ConfluenceParamsInput } from './bubbles/service-bubble/confluence/index.js';
74
75
  export { AshbyBubble } from './bubbles/service-bubble/ashby/index.js';
@@ -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
@@ -51,6 +51,7 @@ export { AsanaBubble } from './bubbles/service-bubble/asana/index.js';
51
51
  export { DiscordBubble } from './bubbles/service-bubble/discord/index.js';
52
52
  export { SortlyBubble } from './bubbles/service-bubble/sortly/index.js';
53
53
  export { DocuSignBubble } from './bubbles/service-bubble/docusign/index.js';
54
+ export { MetabaseBubble, MetabaseParamsSchema, MetabaseResultSchema, } from './bubbles/service-bubble/metabase/index.js';
54
55
  export { ConfluenceBubble } from './bubbles/service-bubble/confluence/index.js';
55
56
  export { AshbyBubble } from './bubbles/service-bubble/ashby/index.js';
56
57
  export { FullEnrichBubble } from './bubbles/service-bubble/fullenrich/index.js';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
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;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAe7E,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,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAEpE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAEpE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAEpE,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAEhF,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,OAAO,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AAE5E,OAAO,EACL,cAAc,EACd,oBAAoB,EACpB,oBAAoB,GAIrB,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAEhF,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAKtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAEhF,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GAInB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,sBAAsB,GAIvB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,QAAQ,EACR,cAAc,EACd,cAAc,GAKf,MAAM,sCAAsC,CAAC;AAE9C,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;AAC9E,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAE1E,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,qBAAqB,GAItB,MAAM,6CAA6C,CAAC;AASrD,0BAA0B;AAC1B,OAAO,EAAE,8BAA8B,EAAE,MAAM,yDAAyD,CAAC;AACzG,OAAO,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AACnG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4DAA4D,CAAC;AACxG,OAAO,EAAE,yBAAyB,EAAE,MAAM,2DAA2D,CAAC;AACtG,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,yDAAyD,CAAC;AACnG,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAE7F,sBAAsB;AACtB,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AACvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,oDAAoD,CAAC;AAC5F,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AACvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EACL,kBAAkB,EAClB,aAAa,GAEd,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAK/E,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAMtE,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAKpE,OAAO,EACL,kBAAkB,EAClB,8BAA8B,EAC9B,8BAA8B,GAO/B,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EACL,sBAAsB,EACtB,kCAAkC,EAClC,kCAAkC,GAKnC,MAAM,kEAAkE,CAAC;AAC1E,OAAO,EACL,2BAA2B,EAC3B,uCAAuC,EACvC,uCAAuC,EACvC,wBAAwB,GAIzB,MAAM,wEAAwE,CAAC;AAChF,OAAO,EACL,+BAA+B,EAC/B,2CAA2C,EAC3C,2CAA2C,EAC3C,4BAA4B,GAI7B,MAAM,4EAA4E,CAAC;AACpF,OAAO,EACL,6BAA6B,EAC7B,yCAAyC,EACzC,yCAAyC,EACzC,4BAA4B,GAI7B,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAAE,qBAAqB,EAAE,MAAM,kDAAkD,CAAC;AAKzF,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAMzE,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAErE,0DAA0D;AAC1D,OAAO,EACL,aAAa,GAEd,MAAM,qBAAqB,CAAC;AAE7B,2BAA2B;AAC3B,OAAO,EACL,YAAY,EACZ,QAAQ,GAIT,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE,kEAAkE;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAE9D,sEAAsE;AACtE,OAAO,EACL,YAAY,EACZ,SAAS,EACT,WAAW,EACX,+BAA+B,GAChC,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,sBAAsB,EACtB,yBAAyB,GAC1B,MAAM,yBAAyB,CAAC"}
@@ -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,2 @@
1
+ export declare function sanitizeParams(params: Record<string, unknown>): Record<string, unknown>;
2
+ //# sourceMappingURL=param-helper.d.ts.map
@@ -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,5 @@
1
+ export function sanitizeParams(params) {
2
+ // Remove credentials from params
3
+ return Object.fromEntries(Object.entries(params).filter(([key]) => !key.startsWith('credentials')));
4
+ }
5
+ //# sourceMappingURL=param-helper.js.map