@bubblelab/bubble-core 0.1.211 → 0.1.213

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 (60) hide show
  1. package/dist/bubble-bundle.d.ts +58 -58
  2. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
  3. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
  4. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent.js +192 -25
  8. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  25. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  26. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  29. package/dist/bubbles/service-bubble/firecrawl.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  31. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  34. package/dist/bubbles/service-bubble/notion/notion.d.ts +244 -244
  35. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
  38. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
  40. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  41. package/dist/bubbles/service-bubble/slack/slack.d.ts +154 -154
  42. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  43. package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
  44. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  45. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/storage.js +5 -3
  47. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  48. package/dist/bubbles/service-bubble/telegram.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  51. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  52. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +80 -80
  53. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  54. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  58. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  59. package/dist/bubbles.json +1 -1
  60. package/package.json +2 -2
@@ -2536,6 +2536,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2536
2536
  block_id?: string | undefined;
2537
2537
  page_id?: string | undefined;
2538
2538
  };
2539
+ operation: "create_comment";
2539
2540
  rich_text: {
2540
2541
  type: "text" | "mention" | "equation";
2541
2542
  text?: {
@@ -2555,7 +2556,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2555
2556
  } | undefined;
2556
2557
  href?: string | null | undefined;
2557
2558
  }[];
2558
- operation: "create_comment";
2559
2559
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2560
2560
  attachments?: {
2561
2561
  file_upload_id: string;
@@ -2572,6 +2572,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2572
2572
  block_id?: string | undefined;
2573
2573
  page_id?: string | undefined;
2574
2574
  };
2575
+ operation: "create_comment";
2575
2576
  rich_text: {
2576
2577
  type: "text" | "mention" | "equation";
2577
2578
  text?: {
@@ -2591,7 +2592,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2591
2592
  } | undefined;
2592
2593
  href?: string | null | undefined;
2593
2594
  }[];
2594
- operation: "create_comment";
2595
2595
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2596
2596
  attachments?: {
2597
2597
  file_upload_id: string;
@@ -19131,6 +19131,26 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19131
19131
  } & {
19132
19132
  [k: string]: unknown;
19133
19133
  };
19134
+ created_time: string;
19135
+ last_edited_time: string;
19136
+ created_by: {
19137
+ object: "user";
19138
+ id: string;
19139
+ type?: "person" | "bot" | undefined;
19140
+ name?: string | undefined;
19141
+ person?: {
19142
+ email?: string | undefined;
19143
+ } | undefined;
19144
+ avatar_url?: string | null | undefined;
19145
+ bot?: {
19146
+ owner?: {
19147
+ type: "user" | "workspace";
19148
+ workspace?: boolean | undefined;
19149
+ } | undefined;
19150
+ workspace_name?: string | undefined;
19151
+ } | undefined;
19152
+ };
19153
+ discussion_id: string;
19134
19154
  rich_text: {
19135
19155
  type: "text" | "mention" | "equation";
19136
19156
  text?: {
@@ -19150,6 +19170,16 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19150
19170
  } | undefined;
19151
19171
  href?: string | null | undefined;
19152
19172
  }[];
19173
+ }, {
19174
+ object: "comment";
19175
+ id: string;
19176
+ parent: {
19177
+ type: "block_id" | "page_id";
19178
+ block_id?: string | undefined;
19179
+ page_id?: string | undefined;
19180
+ } & {
19181
+ [k: string]: unknown;
19182
+ };
19153
19183
  created_time: string;
19154
19184
  last_edited_time: string;
19155
19185
  created_by: {
@@ -19170,16 +19200,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19170
19200
  } | undefined;
19171
19201
  };
19172
19202
  discussion_id: string;
19173
- }, {
19174
- object: "comment";
19175
- id: string;
19176
- parent: {
19177
- type: "block_id" | "page_id";
19178
- block_id?: string | undefined;
19179
- page_id?: string | undefined;
19180
- } & {
19181
- [k: string]: unknown;
19182
- };
19183
19203
  rich_text: {
19184
19204
  type: "text" | "mention" | "equation";
19185
19205
  text?: {
@@ -19199,6 +19219,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19199
19219
  } | undefined;
19200
19220
  href?: string | null | undefined;
19201
19221
  }[];
19222
+ }>>;
19223
+ }, "strip", z.ZodTypeAny, {
19224
+ error: string;
19225
+ success: boolean;
19226
+ operation: "create_comment";
19227
+ comment?: {
19228
+ object: "comment";
19229
+ id: string;
19230
+ parent: {
19231
+ type: "block_id" | "page_id";
19232
+ block_id?: string | undefined;
19233
+ page_id?: string | undefined;
19234
+ } & {
19235
+ [k: string]: unknown;
19236
+ };
19202
19237
  created_time: string;
19203
19238
  last_edited_time: string;
19204
19239
  created_by: {
@@ -19219,21 +19254,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19219
19254
  } | undefined;
19220
19255
  };
19221
19256
  discussion_id: string;
19222
- }>>;
19223
- }, "strip", z.ZodTypeAny, {
19224
- error: string;
19225
- success: boolean;
19226
- operation: "create_comment";
19227
- comment?: {
19228
- object: "comment";
19229
- id: string;
19230
- parent: {
19231
- type: "block_id" | "page_id";
19232
- block_id?: string | undefined;
19233
- page_id?: string | undefined;
19234
- } & {
19235
- [k: string]: unknown;
19236
- };
19237
19257
  rich_text: {
19238
19258
  type: "text" | "mention" | "equation";
19239
19259
  text?: {
@@ -19253,6 +19273,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19253
19273
  } | undefined;
19254
19274
  href?: string | null | undefined;
19255
19275
  }[];
19276
+ } | undefined;
19277
+ }, {
19278
+ error: string;
19279
+ success: boolean;
19280
+ operation: "create_comment";
19281
+ comment?: {
19282
+ object: "comment";
19283
+ id: string;
19284
+ parent: {
19285
+ type: "block_id" | "page_id";
19286
+ block_id?: string | undefined;
19287
+ page_id?: string | undefined;
19288
+ } & {
19289
+ [k: string]: unknown;
19290
+ };
19256
19291
  created_time: string;
19257
19292
  last_edited_time: string;
19258
19293
  created_by: {
@@ -19273,21 +19308,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19273
19308
  } | undefined;
19274
19309
  };
19275
19310
  discussion_id: string;
19276
- } | undefined;
19277
- }, {
19278
- error: string;
19279
- success: boolean;
19280
- operation: "create_comment";
19281
- comment?: {
19282
- object: "comment";
19283
- id: string;
19284
- parent: {
19285
- type: "block_id" | "page_id";
19286
- block_id?: string | undefined;
19287
- page_id?: string | undefined;
19288
- } & {
19289
- [k: string]: unknown;
19290
- };
19291
19311
  rich_text: {
19292
19312
  type: "text" | "mention" | "equation";
19293
19313
  text?: {
@@ -19307,26 +19327,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19307
19327
  } | undefined;
19308
19328
  href?: string | null | undefined;
19309
19329
  }[];
19310
- created_time: string;
19311
- last_edited_time: string;
19312
- created_by: {
19313
- object: "user";
19314
- id: string;
19315
- type?: "person" | "bot" | undefined;
19316
- name?: string | undefined;
19317
- person?: {
19318
- email?: string | undefined;
19319
- } | undefined;
19320
- avatar_url?: string | null | undefined;
19321
- bot?: {
19322
- owner?: {
19323
- type: "user" | "workspace";
19324
- workspace?: boolean | undefined;
19325
- } | undefined;
19326
- workspace_name?: string | undefined;
19327
- } | undefined;
19328
- };
19329
- discussion_id: string;
19330
19330
  } | undefined;
19331
19331
  }>, z.ZodObject<{
19332
19332
  operation: z.ZodLiteral<"retrieve_comment">;
@@ -19515,6 +19515,26 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19515
19515
  } & {
19516
19516
  [k: string]: unknown;
19517
19517
  };
19518
+ created_time: string;
19519
+ last_edited_time: string;
19520
+ created_by: {
19521
+ object: "user";
19522
+ id: string;
19523
+ type?: "person" | "bot" | undefined;
19524
+ name?: string | undefined;
19525
+ person?: {
19526
+ email?: string | undefined;
19527
+ } | undefined;
19528
+ avatar_url?: string | null | undefined;
19529
+ bot?: {
19530
+ owner?: {
19531
+ type: "user" | "workspace";
19532
+ workspace?: boolean | undefined;
19533
+ } | undefined;
19534
+ workspace_name?: string | undefined;
19535
+ } | undefined;
19536
+ };
19537
+ discussion_id: string;
19518
19538
  rich_text: {
19519
19539
  type: "text" | "mention" | "equation";
19520
19540
  text?: {
@@ -19534,6 +19554,16 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19534
19554
  } | undefined;
19535
19555
  href?: string | null | undefined;
19536
19556
  }[];
19557
+ }, {
19558
+ object: "comment";
19559
+ id: string;
19560
+ parent: {
19561
+ type: "block_id" | "page_id";
19562
+ block_id?: string | undefined;
19563
+ page_id?: string | undefined;
19564
+ } & {
19565
+ [k: string]: unknown;
19566
+ };
19537
19567
  created_time: string;
19538
19568
  last_edited_time: string;
19539
19569
  created_by: {
@@ -19554,16 +19584,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19554
19584
  } | undefined;
19555
19585
  };
19556
19586
  discussion_id: string;
19557
- }, {
19558
- object: "comment";
19559
- id: string;
19560
- parent: {
19561
- type: "block_id" | "page_id";
19562
- block_id?: string | undefined;
19563
- page_id?: string | undefined;
19564
- } & {
19565
- [k: string]: unknown;
19566
- };
19567
19587
  rich_text: {
19568
19588
  type: "text" | "mention" | "equation";
19569
19589
  text?: {
@@ -19583,6 +19603,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19583
19603
  } | undefined;
19584
19604
  href?: string | null | undefined;
19585
19605
  }[];
19606
+ }>>;
19607
+ }, "strip", z.ZodTypeAny, {
19608
+ error: string;
19609
+ success: boolean;
19610
+ operation: "retrieve_comment";
19611
+ comment?: {
19612
+ object: "comment";
19613
+ id: string;
19614
+ parent: {
19615
+ type: "block_id" | "page_id";
19616
+ block_id?: string | undefined;
19617
+ page_id?: string | undefined;
19618
+ } & {
19619
+ [k: string]: unknown;
19620
+ };
19586
19621
  created_time: string;
19587
19622
  last_edited_time: string;
19588
19623
  created_by: {
@@ -19603,21 +19638,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19603
19638
  } | undefined;
19604
19639
  };
19605
19640
  discussion_id: string;
19606
- }>>;
19607
- }, "strip", z.ZodTypeAny, {
19608
- error: string;
19609
- success: boolean;
19610
- operation: "retrieve_comment";
19611
- comment?: {
19612
- object: "comment";
19613
- id: string;
19614
- parent: {
19615
- type: "block_id" | "page_id";
19616
- block_id?: string | undefined;
19617
- page_id?: string | undefined;
19618
- } & {
19619
- [k: string]: unknown;
19620
- };
19621
19641
  rich_text: {
19622
19642
  type: "text" | "mention" | "equation";
19623
19643
  text?: {
@@ -19637,6 +19657,21 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19637
19657
  } | undefined;
19638
19658
  href?: string | null | undefined;
19639
19659
  }[];
19660
+ } | undefined;
19661
+ }, {
19662
+ error: string;
19663
+ success: boolean;
19664
+ operation: "retrieve_comment";
19665
+ comment?: {
19666
+ object: "comment";
19667
+ id: string;
19668
+ parent: {
19669
+ type: "block_id" | "page_id";
19670
+ block_id?: string | undefined;
19671
+ page_id?: string | undefined;
19672
+ } & {
19673
+ [k: string]: unknown;
19674
+ };
19640
19675
  created_time: string;
19641
19676
  last_edited_time: string;
19642
19677
  created_by: {
@@ -19657,21 +19692,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19657
19692
  } | undefined;
19658
19693
  };
19659
19694
  discussion_id: string;
19660
- } | undefined;
19661
- }, {
19662
- error: string;
19663
- success: boolean;
19664
- operation: "retrieve_comment";
19665
- comment?: {
19666
- object: "comment";
19667
- id: string;
19668
- parent: {
19669
- type: "block_id" | "page_id";
19670
- block_id?: string | undefined;
19671
- page_id?: string | undefined;
19672
- } & {
19673
- [k: string]: unknown;
19674
- };
19675
19695
  rich_text: {
19676
19696
  type: "text" | "mention" | "equation";
19677
19697
  text?: {
@@ -19691,26 +19711,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
19691
19711
  } | undefined;
19692
19712
  href?: string | null | undefined;
19693
19713
  }[];
19694
- created_time: string;
19695
- last_edited_time: string;
19696
- created_by: {
19697
- object: "user";
19698
- id: string;
19699
- type?: "person" | "bot" | undefined;
19700
- name?: string | undefined;
19701
- person?: {
19702
- email?: string | undefined;
19703
- } | undefined;
19704
- avatar_url?: string | null | undefined;
19705
- bot?: {
19706
- owner?: {
19707
- type: "user" | "workspace";
19708
- workspace?: boolean | undefined;
19709
- } | undefined;
19710
- workspace_name?: string | undefined;
19711
- } | undefined;
19712
- };
19713
- discussion_id: string;
19714
19714
  } | undefined;
19715
19715
  }>, z.ZodObject<{
19716
19716
  operation: z.ZodLiteral<"list_users">;
@@ -22487,6 +22487,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22487
22487
  block_id?: string | undefined;
22488
22488
  page_id?: string | undefined;
22489
22489
  };
22490
+ operation: "create_comment";
22490
22491
  rich_text: {
22491
22492
  type: "text" | "mention" | "equation";
22492
22493
  text?: {
@@ -22506,7 +22507,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22506
22507
  } | undefined;
22507
22508
  href?: string | null | undefined;
22508
22509
  }[];
22509
- operation: "create_comment";
22510
22510
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22511
22511
  attachments?: {
22512
22512
  file_upload_id: string;
@@ -22523,6 +22523,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22523
22523
  block_id?: string | undefined;
22524
22524
  page_id?: string | undefined;
22525
22525
  };
22526
+ operation: "create_comment";
22526
22527
  rich_text: {
22527
22528
  type: "text" | "mention" | "equation";
22528
22529
  text?: {
@@ -22542,7 +22543,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22542
22543
  } | undefined;
22543
22544
  href?: string | null | undefined;
22544
22545
  }[];
22545
- operation: "create_comment";
22546
22546
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22547
22547
  attachments?: {
22548
22548
  file_upload_id: string;
@@ -39082,6 +39082,26 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39082
39082
  } & {
39083
39083
  [k: string]: unknown;
39084
39084
  };
39085
+ created_time: string;
39086
+ last_edited_time: string;
39087
+ created_by: {
39088
+ object: "user";
39089
+ id: string;
39090
+ type?: "person" | "bot" | undefined;
39091
+ name?: string | undefined;
39092
+ person?: {
39093
+ email?: string | undefined;
39094
+ } | undefined;
39095
+ avatar_url?: string | null | undefined;
39096
+ bot?: {
39097
+ owner?: {
39098
+ type: "user" | "workspace";
39099
+ workspace?: boolean | undefined;
39100
+ } | undefined;
39101
+ workspace_name?: string | undefined;
39102
+ } | undefined;
39103
+ };
39104
+ discussion_id: string;
39085
39105
  rich_text: {
39086
39106
  type: "text" | "mention" | "equation";
39087
39107
  text?: {
@@ -39101,6 +39121,16 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39101
39121
  } | undefined;
39102
39122
  href?: string | null | undefined;
39103
39123
  }[];
39124
+ }, {
39125
+ object: "comment";
39126
+ id: string;
39127
+ parent: {
39128
+ type: "block_id" | "page_id";
39129
+ block_id?: string | undefined;
39130
+ page_id?: string | undefined;
39131
+ } & {
39132
+ [k: string]: unknown;
39133
+ };
39104
39134
  created_time: string;
39105
39135
  last_edited_time: string;
39106
39136
  created_by: {
@@ -39121,16 +39151,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39121
39151
  } | undefined;
39122
39152
  };
39123
39153
  discussion_id: string;
39124
- }, {
39125
- object: "comment";
39126
- id: string;
39127
- parent: {
39128
- type: "block_id" | "page_id";
39129
- block_id?: string | undefined;
39130
- page_id?: string | undefined;
39131
- } & {
39132
- [k: string]: unknown;
39133
- };
39134
39154
  rich_text: {
39135
39155
  type: "text" | "mention" | "equation";
39136
39156
  text?: {
@@ -39150,6 +39170,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39150
39170
  } | undefined;
39151
39171
  href?: string | null | undefined;
39152
39172
  }[];
39173
+ }>>;
39174
+ }, "strip", z.ZodTypeAny, {
39175
+ error: string;
39176
+ success: boolean;
39177
+ operation: "create_comment";
39178
+ comment?: {
39179
+ object: "comment";
39180
+ id: string;
39181
+ parent: {
39182
+ type: "block_id" | "page_id";
39183
+ block_id?: string | undefined;
39184
+ page_id?: string | undefined;
39185
+ } & {
39186
+ [k: string]: unknown;
39187
+ };
39153
39188
  created_time: string;
39154
39189
  last_edited_time: string;
39155
39190
  created_by: {
@@ -39170,21 +39205,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39170
39205
  } | undefined;
39171
39206
  };
39172
39207
  discussion_id: string;
39173
- }>>;
39174
- }, "strip", z.ZodTypeAny, {
39175
- error: string;
39176
- success: boolean;
39177
- operation: "create_comment";
39178
- comment?: {
39179
- object: "comment";
39180
- id: string;
39181
- parent: {
39182
- type: "block_id" | "page_id";
39183
- block_id?: string | undefined;
39184
- page_id?: string | undefined;
39185
- } & {
39186
- [k: string]: unknown;
39187
- };
39188
39208
  rich_text: {
39189
39209
  type: "text" | "mention" | "equation";
39190
39210
  text?: {
@@ -39204,6 +39224,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39204
39224
  } | undefined;
39205
39225
  href?: string | null | undefined;
39206
39226
  }[];
39227
+ } | undefined;
39228
+ }, {
39229
+ error: string;
39230
+ success: boolean;
39231
+ operation: "create_comment";
39232
+ comment?: {
39233
+ object: "comment";
39234
+ id: string;
39235
+ parent: {
39236
+ type: "block_id" | "page_id";
39237
+ block_id?: string | undefined;
39238
+ page_id?: string | undefined;
39239
+ } & {
39240
+ [k: string]: unknown;
39241
+ };
39207
39242
  created_time: string;
39208
39243
  last_edited_time: string;
39209
39244
  created_by: {
@@ -39224,21 +39259,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39224
39259
  } | undefined;
39225
39260
  };
39226
39261
  discussion_id: string;
39227
- } | undefined;
39228
- }, {
39229
- error: string;
39230
- success: boolean;
39231
- operation: "create_comment";
39232
- comment?: {
39233
- object: "comment";
39234
- id: string;
39235
- parent: {
39236
- type: "block_id" | "page_id";
39237
- block_id?: string | undefined;
39238
- page_id?: string | undefined;
39239
- } & {
39240
- [k: string]: unknown;
39241
- };
39242
39262
  rich_text: {
39243
39263
  type: "text" | "mention" | "equation";
39244
39264
  text?: {
@@ -39258,26 +39278,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39258
39278
  } | undefined;
39259
39279
  href?: string | null | undefined;
39260
39280
  }[];
39261
- created_time: string;
39262
- last_edited_time: string;
39263
- created_by: {
39264
- object: "user";
39265
- id: string;
39266
- type?: "person" | "bot" | undefined;
39267
- name?: string | undefined;
39268
- person?: {
39269
- email?: string | undefined;
39270
- } | undefined;
39271
- avatar_url?: string | null | undefined;
39272
- bot?: {
39273
- owner?: {
39274
- type: "user" | "workspace";
39275
- workspace?: boolean | undefined;
39276
- } | undefined;
39277
- workspace_name?: string | undefined;
39278
- } | undefined;
39279
- };
39280
- discussion_id: string;
39281
39281
  } | undefined;
39282
39282
  }>, z.ZodObject<{
39283
39283
  operation: z.ZodLiteral<"retrieve_comment">;
@@ -39466,6 +39466,26 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39466
39466
  } & {
39467
39467
  [k: string]: unknown;
39468
39468
  };
39469
+ created_time: string;
39470
+ last_edited_time: string;
39471
+ created_by: {
39472
+ object: "user";
39473
+ id: string;
39474
+ type?: "person" | "bot" | undefined;
39475
+ name?: string | undefined;
39476
+ person?: {
39477
+ email?: string | undefined;
39478
+ } | undefined;
39479
+ avatar_url?: string | null | undefined;
39480
+ bot?: {
39481
+ owner?: {
39482
+ type: "user" | "workspace";
39483
+ workspace?: boolean | undefined;
39484
+ } | undefined;
39485
+ workspace_name?: string | undefined;
39486
+ } | undefined;
39487
+ };
39488
+ discussion_id: string;
39469
39489
  rich_text: {
39470
39490
  type: "text" | "mention" | "equation";
39471
39491
  text?: {
@@ -39485,6 +39505,16 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39485
39505
  } | undefined;
39486
39506
  href?: string | null | undefined;
39487
39507
  }[];
39508
+ }, {
39509
+ object: "comment";
39510
+ id: string;
39511
+ parent: {
39512
+ type: "block_id" | "page_id";
39513
+ block_id?: string | undefined;
39514
+ page_id?: string | undefined;
39515
+ } & {
39516
+ [k: string]: unknown;
39517
+ };
39488
39518
  created_time: string;
39489
39519
  last_edited_time: string;
39490
39520
  created_by: {
@@ -39505,16 +39535,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39505
39535
  } | undefined;
39506
39536
  };
39507
39537
  discussion_id: string;
39508
- }, {
39509
- object: "comment";
39510
- id: string;
39511
- parent: {
39512
- type: "block_id" | "page_id";
39513
- block_id?: string | undefined;
39514
- page_id?: string | undefined;
39515
- } & {
39516
- [k: string]: unknown;
39517
- };
39518
39538
  rich_text: {
39519
39539
  type: "text" | "mention" | "equation";
39520
39540
  text?: {
@@ -39534,6 +39554,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39534
39554
  } | undefined;
39535
39555
  href?: string | null | undefined;
39536
39556
  }[];
39557
+ }>>;
39558
+ }, "strip", z.ZodTypeAny, {
39559
+ error: string;
39560
+ success: boolean;
39561
+ operation: "retrieve_comment";
39562
+ comment?: {
39563
+ object: "comment";
39564
+ id: string;
39565
+ parent: {
39566
+ type: "block_id" | "page_id";
39567
+ block_id?: string | undefined;
39568
+ page_id?: string | undefined;
39569
+ } & {
39570
+ [k: string]: unknown;
39571
+ };
39537
39572
  created_time: string;
39538
39573
  last_edited_time: string;
39539
39574
  created_by: {
@@ -39554,21 +39589,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39554
39589
  } | undefined;
39555
39590
  };
39556
39591
  discussion_id: string;
39557
- }>>;
39558
- }, "strip", z.ZodTypeAny, {
39559
- error: string;
39560
- success: boolean;
39561
- operation: "retrieve_comment";
39562
- comment?: {
39563
- object: "comment";
39564
- id: string;
39565
- parent: {
39566
- type: "block_id" | "page_id";
39567
- block_id?: string | undefined;
39568
- page_id?: string | undefined;
39569
- } & {
39570
- [k: string]: unknown;
39571
- };
39572
39592
  rich_text: {
39573
39593
  type: "text" | "mention" | "equation";
39574
39594
  text?: {
@@ -39588,6 +39608,21 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39588
39608
  } | undefined;
39589
39609
  href?: string | null | undefined;
39590
39610
  }[];
39611
+ } | undefined;
39612
+ }, {
39613
+ error: string;
39614
+ success: boolean;
39615
+ operation: "retrieve_comment";
39616
+ comment?: {
39617
+ object: "comment";
39618
+ id: string;
39619
+ parent: {
39620
+ type: "block_id" | "page_id";
39621
+ block_id?: string | undefined;
39622
+ page_id?: string | undefined;
39623
+ } & {
39624
+ [k: string]: unknown;
39625
+ };
39591
39626
  created_time: string;
39592
39627
  last_edited_time: string;
39593
39628
  created_by: {
@@ -39608,21 +39643,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39608
39643
  } | undefined;
39609
39644
  };
39610
39645
  discussion_id: string;
39611
- } | undefined;
39612
- }, {
39613
- error: string;
39614
- success: boolean;
39615
- operation: "retrieve_comment";
39616
- comment?: {
39617
- object: "comment";
39618
- id: string;
39619
- parent: {
39620
- type: "block_id" | "page_id";
39621
- block_id?: string | undefined;
39622
- page_id?: string | undefined;
39623
- } & {
39624
- [k: string]: unknown;
39625
- };
39626
39646
  rich_text: {
39627
39647
  type: "text" | "mention" | "equation";
39628
39648
  text?: {
@@ -39642,26 +39662,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
39642
39662
  } | undefined;
39643
39663
  href?: string | null | undefined;
39644
39664
  }[];
39645
- created_time: string;
39646
- last_edited_time: string;
39647
- created_by: {
39648
- object: "user";
39649
- id: string;
39650
- type?: "person" | "bot" | undefined;
39651
- name?: string | undefined;
39652
- person?: {
39653
- email?: string | undefined;
39654
- } | undefined;
39655
- avatar_url?: string | null | undefined;
39656
- bot?: {
39657
- owner?: {
39658
- type: "user" | "workspace";
39659
- workspace?: boolean | undefined;
39660
- } | undefined;
39661
- workspace_name?: string | undefined;
39662
- } | undefined;
39663
- };
39664
- discussion_id: string;
39665
39665
  } | undefined;
39666
39666
  }>, z.ZodObject<{
39667
39667
  operation: z.ZodLiteral<"list_users">;