@bubblelab/bubble-core 0.1.69 → 0.1.71

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 (46) hide show
  1. package/dist/bubble-bundle.d.ts +78 -78
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +92 -92
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +320 -320
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
  17. package/dist/bubbles/service-bubble/github.d.ts +36 -36
  18. package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +63 -2
  20. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/google-drive.js +74 -4
  22. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  23. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +9 -9
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
  34. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  36. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  37. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +305 -305
  39. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
  40. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  42. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
  43. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  44. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +32 -32
  45. package/dist/bubbles.json +69 -4
  46. package/package.json +2 -2
@@ -5923,6 +5923,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5923
5923
  success: boolean;
5924
5924
  error: string;
5925
5925
  next_cursor?: string | null | undefined;
5926
+ has_more?: boolean | undefined;
5926
5927
  results?: z.objectOutputType<{
5927
5928
  object: z.ZodEnum<["page", "data_source"]>;
5928
5929
  id: z.ZodString;
@@ -5941,12 +5942,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5941
5942
  archived: z.ZodOptional<z.ZodBoolean>;
5942
5943
  in_trash: z.ZodOptional<z.ZodBoolean>;
5943
5944
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5944
- has_more?: boolean | undefined;
5945
5945
  }, {
5946
5946
  operation: "query_data_source";
5947
5947
  success: boolean;
5948
5948
  error: string;
5949
5949
  next_cursor?: string | null | undefined;
5950
+ has_more?: boolean | undefined;
5950
5951
  results?: z.objectInputType<{
5951
5952
  object: z.ZodEnum<["page", "data_source"]>;
5952
5953
  id: z.ZodString;
@@ -5965,7 +5966,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5965
5966
  archived: z.ZodOptional<z.ZodBoolean>;
5966
5967
  in_trash: z.ZodOptional<z.ZodBoolean>;
5967
5968
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5968
- has_more?: boolean | undefined;
5969
5969
  }>, z.ZodObject<{
5970
5970
  operation: z.ZodLiteral<"create_data_source">;
5971
5971
  success: z.ZodBoolean;
@@ -13223,7 +13223,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13223
13223
  operation: "append_block_children";
13224
13224
  success: boolean;
13225
13225
  error: string;
13226
- next_cursor?: string | null | undefined;
13227
13226
  blocks?: z.objectOutputType<{
13228
13227
  object: z.ZodLiteral<"block">;
13229
13228
  id: z.ZodString;
@@ -13425,12 +13424,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13425
13424
  in_trash: z.ZodOptional<z.ZodBoolean>;
13426
13425
  type: z.ZodString;
13427
13426
  }, z.ZodTypeAny, "passthrough">[] | undefined;
13427
+ next_cursor?: string | null | undefined;
13428
13428
  has_more?: boolean | undefined;
13429
13429
  }, {
13430
13430
  operation: "append_block_children";
13431
13431
  success: boolean;
13432
13432
  error: string;
13433
- next_cursor?: string | null | undefined;
13434
13433
  blocks?: z.objectInputType<{
13435
13434
  object: z.ZodLiteral<"block">;
13436
13435
  id: z.ZodString;
@@ -13632,6 +13631,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13632
13631
  in_trash: z.ZodOptional<z.ZodBoolean>;
13633
13632
  type: z.ZodString;
13634
13633
  }, z.ZodTypeAny, "passthrough">[] | undefined;
13634
+ next_cursor?: string | null | undefined;
13635
13635
  has_more?: boolean | undefined;
13636
13636
  }>, z.ZodObject<{
13637
13637
  operation: z.ZodLiteral<"retrieve_block_children">;
@@ -14244,7 +14244,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14244
14244
  operation: "retrieve_block_children";
14245
14245
  success: boolean;
14246
14246
  error: string;
14247
- next_cursor?: string | null | undefined;
14248
14247
  blocks?: z.objectOutputType<{
14249
14248
  object: z.ZodLiteral<"block">;
14250
14249
  id: z.ZodString;
@@ -14446,12 +14445,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14446
14445
  in_trash: z.ZodOptional<z.ZodBoolean>;
14447
14446
  type: z.ZodString;
14448
14447
  }, z.ZodTypeAny, "passthrough">[] | undefined;
14448
+ next_cursor?: string | null | undefined;
14449
14449
  has_more?: boolean | undefined;
14450
14450
  }, {
14451
14451
  operation: "retrieve_block_children";
14452
14452
  success: boolean;
14453
14453
  error: string;
14454
- next_cursor?: string | null | undefined;
14455
14454
  blocks?: z.objectInputType<{
14456
14455
  object: z.ZodLiteral<"block">;
14457
14456
  id: z.ZodString;
@@ -14653,6 +14652,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14653
14652
  in_trash: z.ZodOptional<z.ZodBoolean>;
14654
14653
  type: z.ZodString;
14655
14654
  }, z.ZodTypeAny, "passthrough">[] | undefined;
14655
+ next_cursor?: string | null | undefined;
14656
14656
  has_more?: boolean | undefined;
14657
14657
  }>, z.ZodObject<{
14658
14658
  operation: z.ZodLiteral<"retrieve_block">;
@@ -17533,7 +17533,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17533
17533
  operation: "list_users";
17534
17534
  success: boolean;
17535
17535
  error: string;
17536
- next_cursor?: string | null | undefined;
17537
17536
  users?: {
17538
17537
  object: "user";
17539
17538
  id: string;
@@ -17551,12 +17550,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17551
17550
  workspace_name?: string | undefined;
17552
17551
  } | undefined;
17553
17552
  }[] | undefined;
17553
+ next_cursor?: string | null | undefined;
17554
17554
  has_more?: boolean | undefined;
17555
17555
  }, {
17556
17556
  operation: "list_users";
17557
17557
  success: boolean;
17558
17558
  error: string;
17559
- next_cursor?: string | null | undefined;
17560
17559
  users?: {
17561
17560
  object: "user";
17562
17561
  id: string;
@@ -17574,6 +17573,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17574
17573
  workspace_name?: string | undefined;
17575
17574
  } | undefined;
17576
17575
  }[] | undefined;
17576
+ next_cursor?: string | null | undefined;
17577
17577
  has_more?: boolean | undefined;
17578
17578
  }>, z.ZodObject<{
17579
17579
  operation: z.ZodLiteral<"search">;
@@ -17638,6 +17638,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17638
17638
  success: boolean;
17639
17639
  error: string;
17640
17640
  next_cursor?: string | null | undefined;
17641
+ has_more?: boolean | undefined;
17641
17642
  results?: z.objectOutputType<{
17642
17643
  object: z.ZodEnum<["page", "data_source"]>;
17643
17644
  id: z.ZodString;
@@ -17656,12 +17657,12 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17656
17657
  archived: z.ZodOptional<z.ZodBoolean>;
17657
17658
  in_trash: z.ZodOptional<z.ZodBoolean>;
17658
17659
  }, z.ZodTypeAny, "passthrough">[] | undefined;
17659
- has_more?: boolean | undefined;
17660
17660
  }, {
17661
17661
  operation: "search";
17662
17662
  success: boolean;
17663
17663
  error: string;
17664
17664
  next_cursor?: string | null | undefined;
17665
+ has_more?: boolean | undefined;
17665
17666
  results?: z.objectInputType<{
17666
17667
  object: z.ZodEnum<["page", "data_source"]>;
17667
17668
  id: z.ZodString;
@@ -17680,7 +17681,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17680
17681
  archived: z.ZodOptional<z.ZodBoolean>;
17681
17682
  in_trash: z.ZodOptional<z.ZodBoolean>;
17682
17683
  }, z.ZodTypeAny, "passthrough">[] | undefined;
17683
- has_more?: boolean | undefined;
17684
17684
  }>]>;
17685
17685
  type NotionParams = z.input<typeof NotionParamsSchema>;
17686
17686
  type NotionResult = z.output<typeof NotionResultSchema>;
@@ -23614,6 +23614,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23614
23614
  success: boolean;
23615
23615
  error: string;
23616
23616
  next_cursor?: string | null | undefined;
23617
+ has_more?: boolean | undefined;
23617
23618
  results?: z.objectOutputType<{
23618
23619
  object: z.ZodEnum<["page", "data_source"]>;
23619
23620
  id: z.ZodString;
@@ -23632,12 +23633,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23632
23633
  archived: z.ZodOptional<z.ZodBoolean>;
23633
23634
  in_trash: z.ZodOptional<z.ZodBoolean>;
23634
23635
  }, z.ZodTypeAny, "passthrough">[] | undefined;
23635
- has_more?: boolean | undefined;
23636
23636
  }, {
23637
23637
  operation: "query_data_source";
23638
23638
  success: boolean;
23639
23639
  error: string;
23640
23640
  next_cursor?: string | null | undefined;
23641
+ has_more?: boolean | undefined;
23641
23642
  results?: z.objectInputType<{
23642
23643
  object: z.ZodEnum<["page", "data_source"]>;
23643
23644
  id: z.ZodString;
@@ -23656,7 +23657,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23656
23657
  archived: z.ZodOptional<z.ZodBoolean>;
23657
23658
  in_trash: z.ZodOptional<z.ZodBoolean>;
23658
23659
  }, z.ZodTypeAny, "passthrough">[] | undefined;
23659
- has_more?: boolean | undefined;
23660
23660
  }>, z.ZodObject<{
23661
23661
  operation: z.ZodLiteral<"create_data_source">;
23662
23662
  success: z.ZodBoolean;
@@ -30914,7 +30914,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30914
30914
  operation: "append_block_children";
30915
30915
  success: boolean;
30916
30916
  error: string;
30917
- next_cursor?: string | null | undefined;
30918
30917
  blocks?: z.objectOutputType<{
30919
30918
  object: z.ZodLiteral<"block">;
30920
30919
  id: z.ZodString;
@@ -31116,12 +31115,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31116
31115
  in_trash: z.ZodOptional<z.ZodBoolean>;
31117
31116
  type: z.ZodString;
31118
31117
  }, z.ZodTypeAny, "passthrough">[] | undefined;
31118
+ next_cursor?: string | null | undefined;
31119
31119
  has_more?: boolean | undefined;
31120
31120
  }, {
31121
31121
  operation: "append_block_children";
31122
31122
  success: boolean;
31123
31123
  error: string;
31124
- next_cursor?: string | null | undefined;
31125
31124
  blocks?: z.objectInputType<{
31126
31125
  object: z.ZodLiteral<"block">;
31127
31126
  id: z.ZodString;
@@ -31323,6 +31322,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31323
31322
  in_trash: z.ZodOptional<z.ZodBoolean>;
31324
31323
  type: z.ZodString;
31325
31324
  }, z.ZodTypeAny, "passthrough">[] | undefined;
31325
+ next_cursor?: string | null | undefined;
31326
31326
  has_more?: boolean | undefined;
31327
31327
  }>, z.ZodObject<{
31328
31328
  operation: z.ZodLiteral<"retrieve_block_children">;
@@ -31935,7 +31935,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31935
31935
  operation: "retrieve_block_children";
31936
31936
  success: boolean;
31937
31937
  error: string;
31938
- next_cursor?: string | null | undefined;
31939
31938
  blocks?: z.objectOutputType<{
31940
31939
  object: z.ZodLiteral<"block">;
31941
31940
  id: z.ZodString;
@@ -32137,12 +32136,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32137
32136
  in_trash: z.ZodOptional<z.ZodBoolean>;
32138
32137
  type: z.ZodString;
32139
32138
  }, z.ZodTypeAny, "passthrough">[] | undefined;
32139
+ next_cursor?: string | null | undefined;
32140
32140
  has_more?: boolean | undefined;
32141
32141
  }, {
32142
32142
  operation: "retrieve_block_children";
32143
32143
  success: boolean;
32144
32144
  error: string;
32145
- next_cursor?: string | null | undefined;
32146
32145
  blocks?: z.objectInputType<{
32147
32146
  object: z.ZodLiteral<"block">;
32148
32147
  id: z.ZodString;
@@ -32344,6 +32343,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32344
32343
  in_trash: z.ZodOptional<z.ZodBoolean>;
32345
32344
  type: z.ZodString;
32346
32345
  }, z.ZodTypeAny, "passthrough">[] | undefined;
32346
+ next_cursor?: string | null | undefined;
32347
32347
  has_more?: boolean | undefined;
32348
32348
  }>, z.ZodObject<{
32349
32349
  operation: z.ZodLiteral<"retrieve_block">;
@@ -35224,7 +35224,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35224
35224
  operation: "list_users";
35225
35225
  success: boolean;
35226
35226
  error: string;
35227
- next_cursor?: string | null | undefined;
35228
35227
  users?: {
35229
35228
  object: "user";
35230
35229
  id: string;
@@ -35242,12 +35241,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35242
35241
  workspace_name?: string | undefined;
35243
35242
  } | undefined;
35244
35243
  }[] | undefined;
35244
+ next_cursor?: string | null | undefined;
35245
35245
  has_more?: boolean | undefined;
35246
35246
  }, {
35247
35247
  operation: "list_users";
35248
35248
  success: boolean;
35249
35249
  error: string;
35250
- next_cursor?: string | null | undefined;
35251
35250
  users?: {
35252
35251
  object: "user";
35253
35252
  id: string;
@@ -35265,6 +35264,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35265
35264
  workspace_name?: string | undefined;
35266
35265
  } | undefined;
35267
35266
  }[] | undefined;
35267
+ next_cursor?: string | null | undefined;
35268
35268
  has_more?: boolean | undefined;
35269
35269
  }>, z.ZodObject<{
35270
35270
  operation: z.ZodLiteral<"search">;
@@ -35329,6 +35329,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35329
35329
  success: boolean;
35330
35330
  error: string;
35331
35331
  next_cursor?: string | null | undefined;
35332
+ has_more?: boolean | undefined;
35332
35333
  results?: z.objectOutputType<{
35333
35334
  object: z.ZodEnum<["page", "data_source"]>;
35334
35335
  id: z.ZodString;
@@ -35347,12 +35348,12 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35347
35348
  archived: z.ZodOptional<z.ZodBoolean>;
35348
35349
  in_trash: z.ZodOptional<z.ZodBoolean>;
35349
35350
  }, z.ZodTypeAny, "passthrough">[] | undefined;
35350
- has_more?: boolean | undefined;
35351
35351
  }, {
35352
35352
  operation: "search";
35353
35353
  success: boolean;
35354
35354
  error: string;
35355
35355
  next_cursor?: string | null | undefined;
35356
+ has_more?: boolean | undefined;
35356
35357
  results?: z.objectInputType<{
35357
35358
  object: z.ZodEnum<["page", "data_source"]>;
35358
35359
  id: z.ZodString;
@@ -35371,7 +35372,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35371
35372
  archived: z.ZodOptional<z.ZodBoolean>;
35372
35373
  in_trash: z.ZodOptional<z.ZodBoolean>;
35373
35374
  }, z.ZodTypeAny, "passthrough">[] | undefined;
35374
- has_more?: boolean | undefined;
35375
35375
  }>]>;
35376
35376
  static readonly shortDescription = "Notion API integration for pages, databases, and blocks";
35377
35377
  static readonly longDescription = "\n Comprehensive Notion API integration for managing pages, databases, blocks, and comments.\n \n Features:\n - Create, retrieve, and update pages\n - Manage databases and data sources\n - Query data sources with filters and sorting\n - Search pages and data sources by title\n - Append and retrieve block children\n - Create and retrieve comments\n - List workspace users\n \n Use cases:\n - Content management and automation\n - Database operations and queries\n - Page creation and updates\n - Search and discovery of pages and data sources\n - Block manipulation\n - Comment management\n - Workspace user management\n \n Security Features:\n - OAuth token authentication\n - Parameter validation\n - Comprehensive error handling\n - Respects Notion API versioning (2025-09-03)\n ";
@@ -14,18 +14,18 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  query: string;
16
16
  timeout: number;
17
+ parameters: unknown[];
17
18
  ignoreSSL: boolean;
18
19
  allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
19
- parameters: unknown[];
20
20
  maxRows: number;
21
21
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22
22
  }, {
23
23
  query: string;
24
24
  credentials?: Partial<Record<CredentialType, string>> | undefined;
25
25
  timeout?: number | undefined;
26
+ parameters?: unknown[] | undefined;
26
27
  ignoreSSL?: boolean | undefined;
27
28
  allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
28
- parameters?: unknown[] | undefined;
29
29
  maxRows?: number | undefined;
30
30
  }>;
31
31
  type PostgreSQLParamsInput = z.input<typeof PostgreSQLParamsSchema>;
@@ -51,10 +51,10 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
51
51
  }, "strip", z.ZodTypeAny, {
52
52
  success: boolean;
53
53
  error: string;
54
+ executionTime: number;
54
55
  rows: Record<string, unknown>[];
55
56
  rowCount: number | null;
56
57
  command: string;
57
- executionTime: number;
58
58
  cleanedJSONString: string;
59
59
  fields?: {
60
60
  name: string;
@@ -63,10 +63,10 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
63
63
  }, {
64
64
  success: boolean;
65
65
  error: string;
66
+ executionTime: number;
66
67
  rows: Record<string, unknown>[];
67
68
  rowCount: number | null;
68
69
  command: string;
69
- executionTime: number;
70
70
  cleanedJSONString: string;
71
71
  fields?: {
72
72
  name: string;
@@ -91,18 +91,18 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
91
91
  }, "strip", z.ZodTypeAny, {
92
92
  query: string;
93
93
  timeout: number;
94
+ parameters: unknown[];
94
95
  ignoreSSL: boolean;
95
96
  allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
96
- parameters: unknown[];
97
97
  maxRows: number;
98
98
  credentials?: Partial<Record<CredentialType, string>> | undefined;
99
99
  }, {
100
100
  query: string;
101
101
  credentials?: Partial<Record<CredentialType, string>> | undefined;
102
102
  timeout?: number | undefined;
103
+ parameters?: unknown[] | undefined;
103
104
  ignoreSSL?: boolean | undefined;
104
105
  allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
105
- parameters?: unknown[] | undefined;
106
106
  maxRows?: number | undefined;
107
107
  }>;
108
108
  static readonly resultSchema: z.ZodObject<{
@@ -126,10 +126,10 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
126
126
  }, "strip", z.ZodTypeAny, {
127
127
  success: boolean;
128
128
  error: string;
129
+ executionTime: number;
129
130
  rows: Record<string, unknown>[];
130
131
  rowCount: number | null;
131
132
  command: string;
132
- executionTime: number;
133
133
  cleanedJSONString: string;
134
134
  fields?: {
135
135
  name: string;
@@ -138,10 +138,10 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
138
138
  }, {
139
139
  success: boolean;
140
140
  error: string;
141
+ executionTime: number;
141
142
  rows: Record<string, unknown>[];
142
143
  rowCount: number | null;
143
144
  command: string;
144
- executionTime: number;
145
145
  cleanedJSONString: string;
146
146
  fields?: {
147
147
  name: string;
@@ -48,6 +48,7 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
48
48
  subject: string;
49
49
  credentials?: Partial<Record<CredentialType, string>> | undefined;
50
50
  text?: string | undefined;
51
+ html?: string | undefined;
51
52
  tags?: {
52
53
  value: string;
53
54
  name: string;
@@ -61,7 +62,6 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
61
62
  }[] | undefined;
62
63
  cc?: string | string[] | undefined;
63
64
  bcc?: string | string[] | undefined;
64
- html?: string | undefined;
65
65
  reply_to?: string | string[] | undefined;
66
66
  scheduled_at?: string | undefined;
67
67
  }, {
@@ -70,6 +70,7 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
70
70
  subject: string;
71
71
  credentials?: Partial<Record<CredentialType, string>> | undefined;
72
72
  text?: string | undefined;
73
+ html?: string | undefined;
73
74
  tags?: {
74
75
  value: string;
75
76
  name: string;
@@ -84,7 +85,6 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
84
85
  from?: string | undefined;
85
86
  cc?: string | string[] | undefined;
86
87
  bcc?: string | string[] | undefined;
87
- html?: string | undefined;
88
88
  reply_to?: string | string[] | undefined;
89
89
  scheduled_at?: string | undefined;
90
90
  }>, z.ZodObject<{
@@ -195,6 +195,7 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
195
195
  subject: string;
196
196
  credentials?: Partial<Record<CredentialType, string>> | undefined;
197
197
  text?: string | undefined;
198
+ html?: string | undefined;
198
199
  tags?: {
199
200
  value: string;
200
201
  name: string;
@@ -208,7 +209,6 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
208
209
  }[] | undefined;
209
210
  cc?: string | string[] | undefined;
210
211
  bcc?: string | string[] | undefined;
211
- html?: string | undefined;
212
212
  reply_to?: string | string[] | undefined;
213
213
  scheduled_at?: string | undefined;
214
214
  }, {
@@ -217,6 +217,7 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
217
217
  subject: string;
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
219
  text?: string | undefined;
220
+ html?: string | undefined;
220
221
  tags?: {
221
222
  value: string;
222
223
  name: string;
@@ -231,7 +232,6 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
231
232
  from?: string | undefined;
232
233
  cc?: string | string[] | undefined;
233
234
  bcc?: string | string[] | undefined;
234
- html?: string | undefined;
235
235
  reply_to?: string | string[] | undefined;
236
236
  scheduled_at?: string | undefined;
237
237
  }>, z.ZodObject<{