@bubblelab/bubble-core 0.1.106 → 0.1.109

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 (76) hide show
  1. package/dist/bubble-bundle.d.ts +129 -52
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +55 -4
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +122 -0
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.js +8 -4
  8. package/dist/bubbles/service-bubble/airtable.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-posts-search.d.ts +4 -4
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +14 -14
  13. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +30 -30
  16. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  19. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/firecrawl.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +18 -18
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
  28. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +96 -96
  31. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +22 -22
  32. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +26 -26
  33. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  35. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +74 -74
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +38 -38
  38. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  39. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  40. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  41. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  42. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  43. package/dist/bubbles.json +51 -6
  44. package/dist/capabilities/define-capability.d.ts +53 -0
  45. package/dist/capabilities/define-capability.d.ts.map +1 -0
  46. package/dist/capabilities/define-capability.js +50 -0
  47. package/dist/capabilities/define-capability.js.map +1 -0
  48. package/dist/capabilities/index.d.ts +3 -0
  49. package/dist/capabilities/index.d.ts.map +1 -0
  50. package/dist/capabilities/index.js +3 -0
  51. package/dist/capabilities/index.js.map +1 -0
  52. package/dist/capabilities/registry.d.ts +13 -0
  53. package/dist/capabilities/registry.d.ts.map +1 -0
  54. package/dist/capabilities/registry.js +26 -0
  55. package/dist/capabilities/registry.js.map +1 -0
  56. package/dist/index.d.ts +1 -0
  57. package/dist/index.d.ts.map +1 -1
  58. package/dist/index.js +2 -0
  59. package/dist/index.js.map +1 -1
  60. package/package.json +2 -2
  61. package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
  62. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
  63. package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
  64. package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
  67. package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
  68. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
  69. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
  70. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
  71. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
  72. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
  73. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
  74. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
  75. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
  76. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
@@ -1438,6 +1438,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
1438
1438
  }, z.ZodTypeAny, "passthrough">>, "many">>;
1439
1439
  changelog: z.ZodOptional<z.ZodUnknown>;
1440
1440
  }, "strip", z.ZodTypeAny, {
1441
+ key?: string | undefined;
1441
1442
  id?: string | undefined;
1442
1443
  fields?: z.objectOutputType<{
1443
1444
  summary: z.ZodOptional<z.ZodString>;
@@ -1776,7 +1777,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
1776
1777
  total: z.ZodOptional<z.ZodNumber>;
1777
1778
  }, z.ZodTypeAny, "passthrough">>>;
1778
1779
  }, z.ZodTypeAny, "passthrough"> | undefined;
1779
- key?: string | undefined;
1780
1780
  changelog?: unknown;
1781
1781
  transitions?: z.objectOutputType<{
1782
1782
  id: z.ZodString;
@@ -1825,6 +1825,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
1825
1825
  expand?: string | undefined;
1826
1826
  self?: string | undefined;
1827
1827
  }, {
1828
+ key?: string | undefined;
1828
1829
  id?: string | undefined;
1829
1830
  fields?: z.objectInputType<{
1830
1831
  summary: z.ZodOptional<z.ZodString>;
@@ -2163,7 +2164,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
2163
2164
  total: z.ZodOptional<z.ZodNumber>;
2164
2165
  }, z.ZodTypeAny, "passthrough">>>;
2165
2166
  }, z.ZodTypeAny, "passthrough"> | undefined;
2166
- key?: string | undefined;
2167
2167
  changelog?: unknown;
2168
2168
  transitions?: z.objectInputType<{
2169
2169
  id: z.ZodString;
@@ -2299,12 +2299,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2299
2299
  remove: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2300
2300
  set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2301
2301
  }, "strip", z.ZodTypeAny, {
2302
- set?: string[] | undefined;
2303
2302
  remove?: string[] | undefined;
2303
+ set?: string[] | undefined;
2304
2304
  add?: string[] | undefined;
2305
2305
  }, {
2306
- set?: string[] | undefined;
2307
2306
  remove?: string[] | undefined;
2307
+ set?: string[] | undefined;
2308
2308
  add?: string[] | undefined;
2309
2309
  }>>;
2310
2310
  due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2318,8 +2318,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2318
2318
  priority?: string | undefined;
2319
2319
  summary?: string | undefined;
2320
2320
  labels?: {
2321
- set?: string[] | undefined;
2322
2321
  remove?: string[] | undefined;
2322
+ set?: string[] | undefined;
2323
2323
  add?: string[] | undefined;
2324
2324
  } | undefined;
2325
2325
  comment?: string | undefined;
@@ -2333,8 +2333,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2333
2333
  priority?: string | undefined;
2334
2334
  summary?: string | undefined;
2335
2335
  labels?: {
2336
- set?: string[] | undefined;
2337
2336
  remove?: string[] | undefined;
2337
+ set?: string[] | undefined;
2338
2338
  add?: string[] | undefined;
2339
2339
  } | undefined;
2340
2340
  comment?: string | undefined;
@@ -3586,6 +3586,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3586
3586
  }, z.ZodTypeAny, "passthrough">>, "many">>;
3587
3587
  changelog: z.ZodOptional<z.ZodUnknown>;
3588
3588
  }, "strip", z.ZodTypeAny, {
3589
+ key?: string | undefined;
3589
3590
  id?: string | undefined;
3590
3591
  fields?: z.objectOutputType<{
3591
3592
  summary: z.ZodOptional<z.ZodString>;
@@ -3924,7 +3925,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3924
3925
  total: z.ZodOptional<z.ZodNumber>;
3925
3926
  }, z.ZodTypeAny, "passthrough">>>;
3926
3927
  }, z.ZodTypeAny, "passthrough"> | undefined;
3927
- key?: string | undefined;
3928
3928
  changelog?: unknown;
3929
3929
  transitions?: z.objectOutputType<{
3930
3930
  id: z.ZodString;
@@ -3973,6 +3973,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3973
3973
  expand?: string | undefined;
3974
3974
  self?: string | undefined;
3975
3975
  }, {
3976
+ key?: string | undefined;
3976
3977
  id?: string | undefined;
3977
3978
  fields?: z.objectInputType<{
3978
3979
  summary: z.ZodOptional<z.ZodString>;
@@ -4311,7 +4312,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4311
4312
  total: z.ZodOptional<z.ZodNumber>;
4312
4313
  }, z.ZodTypeAny, "passthrough">>>;
4313
4314
  }, z.ZodTypeAny, "passthrough"> | undefined;
4314
- key?: string | undefined;
4315
4315
  changelog?: unknown;
4316
4316
  transitions?: z.objectInputType<{
4317
4317
  id: z.ZodString;
@@ -4369,6 +4369,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4369
4369
  success: boolean;
4370
4370
  operation: "search";
4371
4371
  issues?: {
4372
+ key?: string | undefined;
4372
4373
  id?: string | undefined;
4373
4374
  fields?: z.objectOutputType<{
4374
4375
  summary: z.ZodOptional<z.ZodString>;
@@ -4707,7 +4708,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4707
4708
  total: z.ZodOptional<z.ZodNumber>;
4708
4709
  }, z.ZodTypeAny, "passthrough">>>;
4709
4710
  }, z.ZodTypeAny, "passthrough"> | undefined;
4710
- key?: string | undefined;
4711
4711
  changelog?: unknown;
4712
4712
  transitions?: z.objectOutputType<{
4713
4713
  id: z.ZodString;
@@ -4764,6 +4764,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4764
4764
  success: boolean;
4765
4765
  operation: "search";
4766
4766
  issues?: {
4767
+ key?: string | undefined;
4767
4768
  id?: string | undefined;
4768
4769
  fields?: z.objectInputType<{
4769
4770
  summary: z.ZodOptional<z.ZodString>;
@@ -5102,7 +5103,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5102
5103
  total: z.ZodOptional<z.ZodNumber>;
5103
5104
  }, z.ZodTypeAny, "passthrough">>>;
5104
5105
  }, z.ZodTypeAny, "passthrough"> | undefined;
5105
- key?: string | undefined;
5106
5106
  changelog?: unknown;
5107
5107
  transitions?: z.objectInputType<{
5108
5108
  id: z.ZodString;
@@ -6303,6 +6303,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6303
6303
  }, z.ZodTypeAny, "passthrough">>, "many">>;
6304
6304
  changelog: z.ZodOptional<z.ZodUnknown>;
6305
6305
  }, "strip", z.ZodTypeAny, {
6306
+ key?: string | undefined;
6306
6307
  id?: string | undefined;
6307
6308
  fields?: z.objectOutputType<{
6308
6309
  summary: z.ZodOptional<z.ZodString>;
@@ -6641,7 +6642,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6641
6642
  total: z.ZodOptional<z.ZodNumber>;
6642
6643
  }, z.ZodTypeAny, "passthrough">>>;
6643
6644
  }, z.ZodTypeAny, "passthrough"> | undefined;
6644
- key?: string | undefined;
6645
6645
  changelog?: unknown;
6646
6646
  transitions?: z.objectOutputType<{
6647
6647
  id: z.ZodString;
@@ -6690,6 +6690,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6690
6690
  expand?: string | undefined;
6691
6691
  self?: string | undefined;
6692
6692
  }, {
6693
+ key?: string | undefined;
6693
6694
  id?: string | undefined;
6694
6695
  fields?: z.objectInputType<{
6695
6696
  summary: z.ZodOptional<z.ZodString>;
@@ -7028,7 +7029,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7028
7029
  total: z.ZodOptional<z.ZodNumber>;
7029
7030
  }, z.ZodTypeAny, "passthrough">>>;
7030
7031
  }, z.ZodTypeAny, "passthrough"> | undefined;
7031
- key?: string | undefined;
7032
7032
  changelog?: unknown;
7033
7033
  transitions?: z.objectInputType<{
7034
7034
  id: z.ZodString;
@@ -7083,6 +7083,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7083
7083
  success: boolean;
7084
7084
  operation: "get";
7085
7085
  issue?: {
7086
+ key?: string | undefined;
7086
7087
  id?: string | undefined;
7087
7088
  fields?: z.objectOutputType<{
7088
7089
  summary: z.ZodOptional<z.ZodString>;
@@ -7421,7 +7422,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7421
7422
  total: z.ZodOptional<z.ZodNumber>;
7422
7423
  }, z.ZodTypeAny, "passthrough">>>;
7423
7424
  }, z.ZodTypeAny, "passthrough"> | undefined;
7424
- key?: string | undefined;
7425
7425
  changelog?: unknown;
7426
7426
  transitions?: z.objectOutputType<{
7427
7427
  id: z.ZodString;
@@ -7475,6 +7475,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7475
7475
  success: boolean;
7476
7476
  operation: "get";
7477
7477
  issue?: {
7478
+ key?: string | undefined;
7478
7479
  id?: string | undefined;
7479
7480
  fields?: z.objectInputType<{
7480
7481
  summary: z.ZodOptional<z.ZodString>;
@@ -7813,7 +7814,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7813
7814
  total: z.ZodOptional<z.ZodNumber>;
7814
7815
  }, z.ZodTypeAny, "passthrough">>>;
7815
7816
  }, z.ZodTypeAny, "passthrough"> | undefined;
7816
- key?: string | undefined;
7817
7817
  changelog?: unknown;
7818
7818
  transitions?: z.objectInputType<{
7819
7819
  id: z.ZodString;
@@ -7870,12 +7870,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7870
7870
  key: z.ZodString;
7871
7871
  self: z.ZodOptional<z.ZodString>;
7872
7872
  }, "strip", z.ZodTypeAny, {
7873
- id: string;
7874
7873
  key: string;
7874
+ id: string;
7875
7875
  self?: string | undefined;
7876
7876
  }, {
7877
- id: string;
7878
7877
  key: string;
7878
+ id: string;
7879
7879
  self?: string | undefined;
7880
7880
  }>>;
7881
7881
  error: z.ZodString;
@@ -7884,8 +7884,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7884
7884
  success: boolean;
7885
7885
  operation: "create";
7886
7886
  issue?: {
7887
- id: string;
7888
7887
  key: string;
7888
+ id: string;
7889
7889
  self?: string | undefined;
7890
7890
  } | undefined;
7891
7891
  }, {
@@ -7893,8 +7893,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7893
7893
  success: boolean;
7894
7894
  operation: "create";
7895
7895
  issue?: {
7896
- id: string;
7897
7896
  key: string;
7897
+ id: string;
7898
7898
  self?: string | undefined;
7899
7899
  } | undefined;
7900
7900
  }>, z.ZodObject<{
@@ -2994,8 +2994,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2994
2994
  }, "strip", z.ZodTypeAny, {
2995
2995
  object: "page";
2996
2996
  properties: Record<string, unknown>;
2997
- url: string;
2998
2997
  id: string;
2998
+ url: string;
2999
2999
  parent: {
3000
3000
  type: "page_id";
3001
3001
  page_id: string;
@@ -3087,8 +3087,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3087
3087
  }, {
3088
3088
  object: "page";
3089
3089
  properties: Record<string, unknown>;
3090
- url: string;
3091
3090
  id: string;
3091
+ url: string;
3092
3092
  parent: {
3093
3093
  type: "page_id";
3094
3094
  page_id: string;
@@ -3185,8 +3185,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3185
3185
  page?: {
3186
3186
  object: "page";
3187
3187
  properties: Record<string, unknown>;
3188
- url: string;
3189
3188
  id: string;
3189
+ url: string;
3190
3190
  parent: {
3191
3191
  type: "page_id";
3192
3192
  page_id: string;
@@ -3283,8 +3283,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3283
3283
  page?: {
3284
3284
  object: "page";
3285
3285
  properties: Record<string, unknown>;
3286
- url: string;
3287
3286
  id: string;
3287
+ url: string;
3288
3288
  parent: {
3289
3289
  type: "page_id";
3290
3290
  page_id: string;
@@ -3698,8 +3698,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3698
3698
  }, "strip", z.ZodTypeAny, {
3699
3699
  object: "page";
3700
3700
  properties: Record<string, unknown>;
3701
- url: string;
3702
3701
  id: string;
3702
+ url: string;
3703
3703
  parent: {
3704
3704
  type: "page_id";
3705
3705
  page_id: string;
@@ -3791,8 +3791,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3791
3791
  }, {
3792
3792
  object: "page";
3793
3793
  properties: Record<string, unknown>;
3794
- url: string;
3795
3794
  id: string;
3795
+ url: string;
3796
3796
  parent: {
3797
3797
  type: "page_id";
3798
3798
  page_id: string;
@@ -3889,8 +3889,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3889
3889
  page?: {
3890
3890
  object: "page";
3891
3891
  properties: Record<string, unknown>;
3892
- url: string;
3893
3892
  id: string;
3893
+ url: string;
3894
3894
  parent: {
3895
3895
  type: "page_id";
3896
3896
  page_id: string;
@@ -3987,8 +3987,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3987
3987
  page?: {
3988
3988
  object: "page";
3989
3989
  properties: Record<string, unknown>;
3990
- url: string;
3991
3990
  id: string;
3991
+ url: string;
3992
3992
  parent: {
3993
3993
  type: "page_id";
3994
3994
  page_id: string;
@@ -4402,8 +4402,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4402
4402
  }, "strip", z.ZodTypeAny, {
4403
4403
  object: "page";
4404
4404
  properties: Record<string, unknown>;
4405
- url: string;
4406
4405
  id: string;
4406
+ url: string;
4407
4407
  parent: {
4408
4408
  type: "page_id";
4409
4409
  page_id: string;
@@ -4495,8 +4495,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4495
4495
  }, {
4496
4496
  object: "page";
4497
4497
  properties: Record<string, unknown>;
4498
- url: string;
4499
4498
  id: string;
4499
+ url: string;
4500
4500
  parent: {
4501
4501
  type: "page_id";
4502
4502
  page_id: string;
@@ -4593,8 +4593,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4593
4593
  page?: {
4594
4594
  object: "page";
4595
4595
  properties: Record<string, unknown>;
4596
- url: string;
4597
4596
  id: string;
4597
+ url: string;
4598
4598
  parent: {
4599
4599
  type: "page_id";
4600
4600
  page_id: string;
@@ -4691,8 +4691,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4691
4691
  page?: {
4692
4692
  object: "page";
4693
4693
  properties: Record<string, unknown>;
4694
- url: string;
4695
4694
  id: string;
4695
+ url: string;
4696
4696
  parent: {
4697
4697
  type: "page_id";
4698
4698
  page_id: string;
@@ -20685,8 +20685,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20685
20685
  }, "strip", z.ZodTypeAny, {
20686
20686
  object: "page";
20687
20687
  properties: Record<string, unknown>;
20688
- url: string;
20689
20688
  id: string;
20689
+ url: string;
20690
20690
  parent: {
20691
20691
  type: "page_id";
20692
20692
  page_id: string;
@@ -20778,8 +20778,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20778
20778
  }, {
20779
20779
  object: "page";
20780
20780
  properties: Record<string, unknown>;
20781
- url: string;
20782
20781
  id: string;
20782
+ url: string;
20783
20783
  parent: {
20784
20784
  type: "page_id";
20785
20785
  page_id: string;
@@ -20876,8 +20876,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20876
20876
  page?: {
20877
20877
  object: "page";
20878
20878
  properties: Record<string, unknown>;
20879
- url: string;
20880
20879
  id: string;
20880
+ url: string;
20881
20881
  parent: {
20882
20882
  type: "page_id";
20883
20883
  page_id: string;
@@ -20974,8 +20974,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20974
20974
  page?: {
20975
20975
  object: "page";
20976
20976
  properties: Record<string, unknown>;
20977
- url: string;
20978
20977
  id: string;
20978
+ url: string;
20979
20979
  parent: {
20980
20980
  type: "page_id";
20981
20981
  page_id: string;
@@ -21389,8 +21389,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21389
21389
  }, "strip", z.ZodTypeAny, {
21390
21390
  object: "page";
21391
21391
  properties: Record<string, unknown>;
21392
- url: string;
21393
21392
  id: string;
21393
+ url: string;
21394
21394
  parent: {
21395
21395
  type: "page_id";
21396
21396
  page_id: string;
@@ -21482,8 +21482,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21482
21482
  }, {
21483
21483
  object: "page";
21484
21484
  properties: Record<string, unknown>;
21485
- url: string;
21486
21485
  id: string;
21486
+ url: string;
21487
21487
  parent: {
21488
21488
  type: "page_id";
21489
21489
  page_id: string;
@@ -21580,8 +21580,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21580
21580
  page?: {
21581
21581
  object: "page";
21582
21582
  properties: Record<string, unknown>;
21583
- url: string;
21584
21583
  id: string;
21584
+ url: string;
21585
21585
  parent: {
21586
21586
  type: "page_id";
21587
21587
  page_id: string;
@@ -21678,8 +21678,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21678
21678
  page?: {
21679
21679
  object: "page";
21680
21680
  properties: Record<string, unknown>;
21681
- url: string;
21682
21681
  id: string;
21682
+ url: string;
21683
21683
  parent: {
21684
21684
  type: "page_id";
21685
21685
  page_id: string;
@@ -22093,8 +22093,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22093
22093
  }, "strip", z.ZodTypeAny, {
22094
22094
  object: "page";
22095
22095
  properties: Record<string, unknown>;
22096
- url: string;
22097
22096
  id: string;
22097
+ url: string;
22098
22098
  parent: {
22099
22099
  type: "page_id";
22100
22100
  page_id: string;
@@ -22186,8 +22186,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22186
22186
  }, {
22187
22187
  object: "page";
22188
22188
  properties: Record<string, unknown>;
22189
- url: string;
22190
22189
  id: string;
22190
+ url: string;
22191
22191
  parent: {
22192
22192
  type: "page_id";
22193
22193
  page_id: string;
@@ -22284,8 +22284,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22284
22284
  page?: {
22285
22285
  object: "page";
22286
22286
  properties: Record<string, unknown>;
22287
- url: string;
22288
22287
  id: string;
22288
+ url: string;
22289
22289
  parent: {
22290
22290
  type: "page_id";
22291
22291
  page_id: string;
@@ -22382,8 +22382,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22382
22382
  page?: {
22383
22383
  object: "page";
22384
22384
  properties: Record<string, unknown>;
22385
- url: string;
22386
22385
  id: string;
22386
+ url: string;
22387
22387
  parent: {
22388
22388
  type: "page_id";
22389
22389
  page_id: string;
@@ -85,14 +85,14 @@ declare const EmailPropertySchema: z.ZodObject<{
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  type: "email";
87
87
  name: string;
88
- email: {};
89
88
  id: string;
89
+ email: {};
90
90
  description?: string | undefined;
91
91
  }, {
92
92
  type: "email";
93
93
  name: string;
94
- email: {};
95
94
  id: string;
95
+ email: {};
96
96
  description?: string | undefined;
97
97
  }>;
98
98
  declare const FilesPropertySchema: z.ZodObject<{
@@ -557,14 +557,14 @@ declare const URLPropertySchema: z.ZodObject<{
557
557
  }, "strip", z.ZodTypeAny, {
558
558
  type: "url";
559
559
  name: string;
560
- url: {};
561
560
  id: string;
561
+ url: {};
562
562
  description?: string | undefined;
563
563
  }, {
564
564
  type: "url";
565
565
  name: string;
566
- url: {};
567
566
  id: string;
567
+ url: {};
568
568
  description?: string | undefined;
569
569
  }>;
570
570
  declare const UniqueIDPropertySchema: z.ZodObject<{
@@ -677,14 +677,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
677
677
  }, "strip", z.ZodTypeAny, {
678
678
  type: "email";
679
679
  name: string;
680
- email: {};
681
680
  id: string;
681
+ email: {};
682
682
  description?: string | undefined;
683
683
  }, {
684
684
  type: "email";
685
685
  name: string;
686
- email: {};
687
686
  id: string;
687
+ email: {};
688
688
  description?: string | undefined;
689
689
  }>, z.ZodObject<{
690
690
  id: z.ZodString;
@@ -1106,14 +1106,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
1106
1106
  }, "strip", z.ZodTypeAny, {
1107
1107
  type: "url";
1108
1108
  name: string;
1109
- url: {};
1110
1109
  id: string;
1110
+ url: {};
1111
1111
  description?: string | undefined;
1112
1112
  }, {
1113
1113
  type: "url";
1114
1114
  name: string;
1115
- url: {};
1116
1115
  id: string;
1116
+ url: {};
1117
1117
  description?: string | undefined;
1118
1118
  }>, z.ZodObject<{
1119
1119
  id: z.ZodString;
@@ -47,12 +47,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
47
47
  to: string | string[];
48
48
  subject: string;
49
49
  credentials?: Partial<Record<CredentialType, string>> | undefined;
50
+ text?: string | undefined;
50
51
  tags?: {
51
52
  value: string;
52
53
  name: string;
53
54
  }[] | undefined;
54
55
  headers?: Record<string, string> | undefined;
55
- text?: string | undefined;
56
56
  attachments?: {
57
57
  filename: string;
58
58
  path?: string | undefined;
@@ -69,12 +69,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
69
69
  to: string | string[];
70
70
  subject: string;
71
71
  credentials?: Partial<Record<CredentialType, string>> | undefined;
72
+ text?: string | undefined;
72
73
  tags?: {
73
74
  value: string;
74
75
  name: string;
75
76
  }[] | undefined;
76
77
  headers?: Record<string, string> | undefined;
77
- text?: string | undefined;
78
78
  attachments?: {
79
79
  filename: string;
80
80
  path?: string | undefined;
@@ -194,12 +194,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
194
194
  to: string | string[];
195
195
  subject: string;
196
196
  credentials?: Partial<Record<CredentialType, string>> | undefined;
197
+ text?: string | undefined;
197
198
  tags?: {
198
199
  value: string;
199
200
  name: string;
200
201
  }[] | undefined;
201
202
  headers?: Record<string, string> | undefined;
202
- text?: string | undefined;
203
203
  attachments?: {
204
204
  filename: string;
205
205
  path?: string | undefined;
@@ -216,12 +216,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
216
216
  to: string | string[];
217
217
  subject: string;
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
+ text?: string | undefined;
219
220
  tags?: {
220
221
  value: string;
221
222
  name: string;
222
223
  }[] | undefined;
223
224
  headers?: Record<string, string> | undefined;
224
- text?: string | undefined;
225
225
  attachments?: {
226
226
  filename: string;
227
227
  path?: string | undefined;