@bubblelab/bubble-core 0.1.23 → 0.1.25

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 (51) hide show
  1. package/dist/bubble-bundle.d.ts +55 -55
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +80 -80
  5. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +9 -9
  6. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +382 -382
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.js +7 -6
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -1
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +432 -432
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +15 -9
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +36 -36
  15. package/dist/bubbles/service-bubble/followupboss.d.ts +40 -40
  16. package/dist/bubbles/service-bubble/github.d.ts +52 -52
  17. package/dist/bubbles/service-bubble/gmail.d.ts +114 -114
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +14 -14
  20. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/google-drive.js +22 -1
  22. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  23. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  25. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/notion/notion.d.ts +444 -444
  27. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/slack/slack.d.ts +132 -132
  29. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/telegram.d.ts +148 -148
  31. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +101 -101
  33. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  34. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +29 -8
  35. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  36. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  37. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +44 -44
  38. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +119 -119
  40. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  41. package/dist/bubbles/tool-bubble/people-search-tool.js +31 -10
  42. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  43. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  45. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  48. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  49. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +22 -22
  50. package/dist/bubbles.json +7 -7
  51. package/package.json +2 -2
@@ -769,8 +769,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
769
769
  }>]>>;
770
770
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
771
771
  }, "strip", z.ZodTypeAny, {
772
- operation: "create_data_source";
773
772
  properties: Record<string, unknown>;
773
+ operation: "create_data_source";
774
774
  parent: {
775
775
  type: "database_id";
776
776
  database_id: string;
@@ -816,8 +816,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
816
816
  emoji: string;
817
817
  } | undefined;
818
818
  }, {
819
- operation: "create_data_source";
820
819
  properties: Record<string, unknown>;
820
+ operation: "create_data_source";
821
821
  parent: {
822
822
  type: "database_id";
823
823
  database_id: string;
@@ -1119,8 +1119,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1119
1119
  }, "strip", z.ZodTypeAny, {
1120
1120
  operation: "update_data_source";
1121
1121
  data_source_id: string;
1122
- properties?: Record<string, unknown> | undefined;
1123
- description?: {
1122
+ title?: {
1124
1123
  type: "text" | "mention" | "equation";
1125
1124
  text?: {
1126
1125
  content: string;
@@ -1139,7 +1138,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1139
1138
  } | undefined;
1140
1139
  href?: string | null | undefined;
1141
1140
  }[] | undefined;
1142
- title?: {
1141
+ properties?: Record<string, unknown> | undefined;
1142
+ description?: {
1143
1143
  type: "text" | "mention" | "equation";
1144
1144
  text?: {
1145
1145
  content: string;
@@ -1187,8 +1187,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1187
1187
  }, {
1188
1188
  operation: "update_data_source";
1189
1189
  data_source_id: string;
1190
- properties?: Record<string, unknown> | undefined;
1191
- description?: {
1190
+ title?: {
1192
1191
  type: "text" | "mention" | "equation";
1193
1192
  text?: {
1194
1193
  content: string;
@@ -1207,7 +1206,8 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1207
1206
  } | undefined;
1208
1207
  href?: string | null | undefined;
1209
1208
  }[] | undefined;
1210
- title?: {
1209
+ properties?: Record<string, unknown> | undefined;
1210
+ description?: {
1211
1211
  type: "text" | "mention" | "equation";
1212
1212
  text?: {
1213
1213
  content: string;
@@ -1610,7 +1610,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1610
1610
  initial_data_source: {
1611
1611
  properties: Record<string, unknown>;
1612
1612
  };
1613
- description?: {
1613
+ title?: {
1614
1614
  type: "text" | "mention" | "equation";
1615
1615
  text?: {
1616
1616
  content: string;
@@ -1629,7 +1629,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1629
1629
  } | undefined;
1630
1630
  href?: string | null | undefined;
1631
1631
  }[] | undefined;
1632
- title?: {
1632
+ description?: {
1633
1633
  type: "text" | "mention" | "equation";
1634
1634
  text?: {
1635
1635
  content: string;
@@ -1696,7 +1696,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1696
1696
  initial_data_source: {
1697
1697
  properties: Record<string, unknown>;
1698
1698
  };
1699
- description?: {
1699
+ title?: {
1700
1700
  type: "text" | "mention" | "equation";
1701
1701
  text?: {
1702
1702
  content: string;
@@ -1715,7 +1715,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
1715
1715
  } | undefined;
1716
1716
  href?: string | null | undefined;
1717
1717
  }[] | undefined;
1718
- title?: {
1718
+ description?: {
1719
1719
  type: "text" | "mention" | "equation";
1720
1720
  text?: {
1721
1721
  content: string;
@@ -2132,7 +2132,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2132
2132
  }, "strip", z.ZodTypeAny, {
2133
2133
  operation: "update_database";
2134
2134
  database_id: string;
2135
- description?: {
2135
+ title?: {
2136
2136
  type: "text" | "mention" | "equation";
2137
2137
  text?: {
2138
2138
  content: string;
@@ -2151,7 +2151,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2151
2151
  } | undefined;
2152
2152
  href?: string | null | undefined;
2153
2153
  }[] | undefined;
2154
- title?: {
2154
+ description?: {
2155
2155
  type: "text" | "mention" | "equation";
2156
2156
  text?: {
2157
2157
  content: string;
@@ -2231,7 +2231,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2231
2231
  }, {
2232
2232
  operation: "update_database";
2233
2233
  database_id: string;
2234
- description?: {
2234
+ title?: {
2235
2235
  type: "text" | "mention" | "equation";
2236
2236
  text?: {
2237
2237
  content: string;
@@ -2250,7 +2250,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2250
2250
  } | undefined;
2251
2251
  href?: string | null | undefined;
2252
2252
  }[] | undefined;
2253
- title?: {
2253
+ description?: {
2254
2254
  type: "text" | "mention" | "equation";
2255
2255
  text?: {
2256
2256
  content: string;
@@ -2720,8 +2720,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2720
2720
  }, "strip", z.ZodTypeAny, {
2721
2721
  object: "user";
2722
2722
  id: string;
2723
- type?: "person" | "bot" | undefined;
2724
2723
  name?: string | undefined;
2724
+ type?: "person" | "bot" | undefined;
2725
2725
  person?: {
2726
2726
  email?: string | undefined;
2727
2727
  } | undefined;
@@ -2736,8 +2736,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2736
2736
  }, {
2737
2737
  object: "user";
2738
2738
  id: string;
2739
- type?: "person" | "bot" | undefined;
2740
2739
  name?: string | undefined;
2740
+ type?: "person" | "bot" | undefined;
2741
2741
  person?: {
2742
2742
  email?: string | undefined;
2743
2743
  } | undefined;
@@ -2791,8 +2791,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2791
2791
  }, "strip", z.ZodTypeAny, {
2792
2792
  object: "user";
2793
2793
  id: string;
2794
- type?: "person" | "bot" | undefined;
2795
2794
  name?: string | undefined;
2795
+ type?: "person" | "bot" | undefined;
2796
2796
  person?: {
2797
2797
  email?: string | undefined;
2798
2798
  } | undefined;
@@ -2807,8 +2807,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2807
2807
  }, {
2808
2808
  object: "user";
2809
2809
  id: string;
2810
- type?: "person" | "bot" | undefined;
2811
2810
  name?: string | undefined;
2811
+ type?: "person" | "bot" | undefined;
2812
2812
  person?: {
2813
2813
  email?: string | undefined;
2814
2814
  } | undefined;
@@ -3018,8 +3018,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3018
3018
  created_by: {
3019
3019
  object: "user";
3020
3020
  id: string;
3021
- type?: "person" | "bot" | undefined;
3022
3021
  name?: string | undefined;
3022
+ type?: "person" | "bot" | undefined;
3023
3023
  person?: {
3024
3024
  email?: string | undefined;
3025
3025
  } | undefined;
@@ -3035,8 +3035,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3035
3035
  last_edited_by: {
3036
3036
  object: "user";
3037
3037
  id: string;
3038
- type?: "person" | "bot" | undefined;
3039
3038
  name?: string | undefined;
3039
+ type?: "person" | "bot" | undefined;
3040
3040
  person?: {
3041
3041
  email?: string | undefined;
3042
3042
  } | undefined;
@@ -3111,8 +3111,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3111
3111
  created_by: {
3112
3112
  object: "user";
3113
3113
  id: string;
3114
- type?: "person" | "bot" | undefined;
3115
3114
  name?: string | undefined;
3115
+ type?: "person" | "bot" | undefined;
3116
3116
  person?: {
3117
3117
  email?: string | undefined;
3118
3118
  } | undefined;
@@ -3128,8 +3128,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3128
3128
  last_edited_by: {
3129
3129
  object: "user";
3130
3130
  id: string;
3131
- type?: "person" | "bot" | undefined;
3132
3131
  name?: string | undefined;
3132
+ type?: "person" | "bot" | undefined;
3133
3133
  person?: {
3134
3134
  email?: string | undefined;
3135
3135
  } | undefined;
@@ -3209,8 +3209,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3209
3209
  created_by: {
3210
3210
  object: "user";
3211
3211
  id: string;
3212
- type?: "person" | "bot" | undefined;
3213
3212
  name?: string | undefined;
3213
+ type?: "person" | "bot" | undefined;
3214
3214
  person?: {
3215
3215
  email?: string | undefined;
3216
3216
  } | undefined;
@@ -3226,8 +3226,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3226
3226
  last_edited_by: {
3227
3227
  object: "user";
3228
3228
  id: string;
3229
- type?: "person" | "bot" | undefined;
3230
3229
  name?: string | undefined;
3230
+ type?: "person" | "bot" | undefined;
3231
3231
  person?: {
3232
3232
  email?: string | undefined;
3233
3233
  } | undefined;
@@ -3307,8 +3307,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3307
3307
  created_by: {
3308
3308
  object: "user";
3309
3309
  id: string;
3310
- type?: "person" | "bot" | undefined;
3311
3310
  name?: string | undefined;
3311
+ type?: "person" | "bot" | undefined;
3312
3312
  person?: {
3313
3313
  email?: string | undefined;
3314
3314
  } | undefined;
@@ -3324,8 +3324,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3324
3324
  last_edited_by: {
3325
3325
  object: "user";
3326
3326
  id: string;
3327
- type?: "person" | "bot" | undefined;
3328
3327
  name?: string | undefined;
3328
+ type?: "person" | "bot" | undefined;
3329
3329
  person?: {
3330
3330
  email?: string | undefined;
3331
3331
  } | undefined;
@@ -3424,8 +3424,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3424
3424
  }, "strip", z.ZodTypeAny, {
3425
3425
  object: "user";
3426
3426
  id: string;
3427
- type?: "person" | "bot" | undefined;
3428
3427
  name?: string | undefined;
3428
+ type?: "person" | "bot" | undefined;
3429
3429
  person?: {
3430
3430
  email?: string | undefined;
3431
3431
  } | undefined;
@@ -3440,8 +3440,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3440
3440
  }, {
3441
3441
  object: "user";
3442
3442
  id: string;
3443
- type?: "person" | "bot" | undefined;
3444
3443
  name?: string | undefined;
3444
+ type?: "person" | "bot" | undefined;
3445
3445
  person?: {
3446
3446
  email?: string | undefined;
3447
3447
  } | undefined;
@@ -3495,8 +3495,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3495
3495
  }, "strip", z.ZodTypeAny, {
3496
3496
  object: "user";
3497
3497
  id: string;
3498
- type?: "person" | "bot" | undefined;
3499
3498
  name?: string | undefined;
3499
+ type?: "person" | "bot" | undefined;
3500
3500
  person?: {
3501
3501
  email?: string | undefined;
3502
3502
  } | undefined;
@@ -3511,8 +3511,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3511
3511
  }, {
3512
3512
  object: "user";
3513
3513
  id: string;
3514
- type?: "person" | "bot" | undefined;
3515
3514
  name?: string | undefined;
3515
+ type?: "person" | "bot" | undefined;
3516
3516
  person?: {
3517
3517
  email?: string | undefined;
3518
3518
  } | undefined;
@@ -3722,8 +3722,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3722
3722
  created_by: {
3723
3723
  object: "user";
3724
3724
  id: string;
3725
- type?: "person" | "bot" | undefined;
3726
3725
  name?: string | undefined;
3726
+ type?: "person" | "bot" | undefined;
3727
3727
  person?: {
3728
3728
  email?: string | undefined;
3729
3729
  } | undefined;
@@ -3739,8 +3739,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3739
3739
  last_edited_by: {
3740
3740
  object: "user";
3741
3741
  id: string;
3742
- type?: "person" | "bot" | undefined;
3743
3742
  name?: string | undefined;
3743
+ type?: "person" | "bot" | undefined;
3744
3744
  person?: {
3745
3745
  email?: string | undefined;
3746
3746
  } | undefined;
@@ -3815,8 +3815,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3815
3815
  created_by: {
3816
3816
  object: "user";
3817
3817
  id: string;
3818
- type?: "person" | "bot" | undefined;
3819
3818
  name?: string | undefined;
3819
+ type?: "person" | "bot" | undefined;
3820
3820
  person?: {
3821
3821
  email?: string | undefined;
3822
3822
  } | undefined;
@@ -3832,8 +3832,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3832
3832
  last_edited_by: {
3833
3833
  object: "user";
3834
3834
  id: string;
3835
- type?: "person" | "bot" | undefined;
3836
3835
  name?: string | undefined;
3836
+ type?: "person" | "bot" | undefined;
3837
3837
  person?: {
3838
3838
  email?: string | undefined;
3839
3839
  } | undefined;
@@ -3913,8 +3913,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3913
3913
  created_by: {
3914
3914
  object: "user";
3915
3915
  id: string;
3916
- type?: "person" | "bot" | undefined;
3917
3916
  name?: string | undefined;
3917
+ type?: "person" | "bot" | undefined;
3918
3918
  person?: {
3919
3919
  email?: string | undefined;
3920
3920
  } | undefined;
@@ -3930,8 +3930,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3930
3930
  last_edited_by: {
3931
3931
  object: "user";
3932
3932
  id: string;
3933
- type?: "person" | "bot" | undefined;
3934
3933
  name?: string | undefined;
3934
+ type?: "person" | "bot" | undefined;
3935
3935
  person?: {
3936
3936
  email?: string | undefined;
3937
3937
  } | undefined;
@@ -4011,8 +4011,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4011
4011
  created_by: {
4012
4012
  object: "user";
4013
4013
  id: string;
4014
- type?: "person" | "bot" | undefined;
4015
4014
  name?: string | undefined;
4015
+ type?: "person" | "bot" | undefined;
4016
4016
  person?: {
4017
4017
  email?: string | undefined;
4018
4018
  } | undefined;
@@ -4028,8 +4028,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4028
4028
  last_edited_by: {
4029
4029
  object: "user";
4030
4030
  id: string;
4031
- type?: "person" | "bot" | undefined;
4032
4031
  name?: string | undefined;
4032
+ type?: "person" | "bot" | undefined;
4033
4033
  person?: {
4034
4034
  email?: string | undefined;
4035
4035
  } | undefined;
@@ -4128,8 +4128,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4128
4128
  }, "strip", z.ZodTypeAny, {
4129
4129
  object: "user";
4130
4130
  id: string;
4131
- type?: "person" | "bot" | undefined;
4132
4131
  name?: string | undefined;
4132
+ type?: "person" | "bot" | undefined;
4133
4133
  person?: {
4134
4134
  email?: string | undefined;
4135
4135
  } | undefined;
@@ -4144,8 +4144,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4144
4144
  }, {
4145
4145
  object: "user";
4146
4146
  id: string;
4147
- type?: "person" | "bot" | undefined;
4148
4147
  name?: string | undefined;
4148
+ type?: "person" | "bot" | undefined;
4149
4149
  person?: {
4150
4150
  email?: string | undefined;
4151
4151
  } | undefined;
@@ -4199,8 +4199,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4199
4199
  }, "strip", z.ZodTypeAny, {
4200
4200
  object: "user";
4201
4201
  id: string;
4202
- type?: "person" | "bot" | undefined;
4203
4202
  name?: string | undefined;
4203
+ type?: "person" | "bot" | undefined;
4204
4204
  person?: {
4205
4205
  email?: string | undefined;
4206
4206
  } | undefined;
@@ -4215,8 +4215,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4215
4215
  }, {
4216
4216
  object: "user";
4217
4217
  id: string;
4218
- type?: "person" | "bot" | undefined;
4219
4218
  name?: string | undefined;
4219
+ type?: "person" | "bot" | undefined;
4220
4220
  person?: {
4221
4221
  email?: string | undefined;
4222
4222
  } | undefined;
@@ -4426,8 +4426,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4426
4426
  created_by: {
4427
4427
  object: "user";
4428
4428
  id: string;
4429
- type?: "person" | "bot" | undefined;
4430
4429
  name?: string | undefined;
4430
+ type?: "person" | "bot" | undefined;
4431
4431
  person?: {
4432
4432
  email?: string | undefined;
4433
4433
  } | undefined;
@@ -4443,8 +4443,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4443
4443
  last_edited_by: {
4444
4444
  object: "user";
4445
4445
  id: string;
4446
- type?: "person" | "bot" | undefined;
4447
4446
  name?: string | undefined;
4447
+ type?: "person" | "bot" | undefined;
4448
4448
  person?: {
4449
4449
  email?: string | undefined;
4450
4450
  } | undefined;
@@ -4519,8 +4519,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4519
4519
  created_by: {
4520
4520
  object: "user";
4521
4521
  id: string;
4522
- type?: "person" | "bot" | undefined;
4523
4522
  name?: string | undefined;
4523
+ type?: "person" | "bot" | undefined;
4524
4524
  person?: {
4525
4525
  email?: string | undefined;
4526
4526
  } | undefined;
@@ -4536,8 +4536,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4536
4536
  last_edited_by: {
4537
4537
  object: "user";
4538
4538
  id: string;
4539
- type?: "person" | "bot" | undefined;
4540
4539
  name?: string | undefined;
4540
+ type?: "person" | "bot" | undefined;
4541
4541
  person?: {
4542
4542
  email?: string | undefined;
4543
4543
  } | undefined;
@@ -4617,8 +4617,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4617
4617
  created_by: {
4618
4618
  object: "user";
4619
4619
  id: string;
4620
- type?: "person" | "bot" | undefined;
4621
4620
  name?: string | undefined;
4621
+ type?: "person" | "bot" | undefined;
4622
4622
  person?: {
4623
4623
  email?: string | undefined;
4624
4624
  } | undefined;
@@ -4634,8 +4634,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4634
4634
  last_edited_by: {
4635
4635
  object: "user";
4636
4636
  id: string;
4637
- type?: "person" | "bot" | undefined;
4638
4637
  name?: string | undefined;
4638
+ type?: "person" | "bot" | undefined;
4639
4639
  person?: {
4640
4640
  email?: string | undefined;
4641
4641
  } | undefined;
@@ -4715,8 +4715,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4715
4715
  created_by: {
4716
4716
  object: "user";
4717
4717
  id: string;
4718
- type?: "person" | "bot" | undefined;
4719
4718
  name?: string | undefined;
4719
+ type?: "person" | "bot" | undefined;
4720
4720
  person?: {
4721
4721
  email?: string | undefined;
4722
4722
  } | undefined;
@@ -4732,8 +4732,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4732
4732
  last_edited_by: {
4733
4733
  object: "user";
4734
4734
  id: string;
4735
- type?: "person" | "bot" | undefined;
4736
4735
  name?: string | undefined;
4736
+ type?: "person" | "bot" | undefined;
4737
4737
  person?: {
4738
4738
  email?: string | undefined;
4739
4739
  } | undefined;
@@ -6016,8 +6016,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6016
6016
  }, "strip", z.ZodTypeAny, {
6017
6017
  object: "user";
6018
6018
  id: string;
6019
- type?: "person" | "bot" | undefined;
6020
6019
  name?: string | undefined;
6020
+ type?: "person" | "bot" | undefined;
6021
6021
  person?: {
6022
6022
  email?: string | undefined;
6023
6023
  } | undefined;
@@ -6032,8 +6032,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6032
6032
  }, {
6033
6033
  object: "user";
6034
6034
  id: string;
6035
- type?: "person" | "bot" | undefined;
6036
6035
  name?: string | undefined;
6036
+ type?: "person" | "bot" | undefined;
6037
6037
  person?: {
6038
6038
  email?: string | undefined;
6039
6039
  } | undefined;
@@ -6087,8 +6087,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6087
6087
  }, "strip", z.ZodTypeAny, {
6088
6088
  object: "user";
6089
6089
  id: string;
6090
- type?: "person" | "bot" | undefined;
6091
6090
  name?: string | undefined;
6091
+ type?: "person" | "bot" | undefined;
6092
6092
  person?: {
6093
6093
  email?: string | undefined;
6094
6094
  } | undefined;
@@ -6103,8 +6103,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6103
6103
  }, {
6104
6104
  object: "user";
6105
6105
  id: string;
6106
- type?: "person" | "bot" | undefined;
6107
6106
  name?: string | undefined;
6107
+ type?: "person" | "bot" | undefined;
6108
6108
  person?: {
6109
6109
  email?: string | undefined;
6110
6110
  } | undefined;
@@ -6462,8 +6462,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6462
6462
  }, "strip", z.ZodTypeAny, {
6463
6463
  object: "user";
6464
6464
  id: string;
6465
- type?: "person" | "bot" | undefined;
6466
6465
  name?: string | undefined;
6466
+ type?: "person" | "bot" | undefined;
6467
6467
  person?: {
6468
6468
  email?: string | undefined;
6469
6469
  } | undefined;
@@ -6478,8 +6478,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6478
6478
  }, {
6479
6479
  object: "user";
6480
6480
  id: string;
6481
- type?: "person" | "bot" | undefined;
6482
6481
  name?: string | undefined;
6482
+ type?: "person" | "bot" | undefined;
6483
6483
  person?: {
6484
6484
  email?: string | undefined;
6485
6485
  } | undefined;
@@ -6533,8 +6533,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6533
6533
  }, "strip", z.ZodTypeAny, {
6534
6534
  object: "user";
6535
6535
  id: string;
6536
- type?: "person" | "bot" | undefined;
6537
6536
  name?: string | undefined;
6537
+ type?: "person" | "bot" | undefined;
6538
6538
  person?: {
6539
6539
  email?: string | undefined;
6540
6540
  } | undefined;
@@ -6549,8 +6549,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6549
6549
  }, {
6550
6550
  object: "user";
6551
6551
  id: string;
6552
- type?: "person" | "bot" | undefined;
6553
6552
  name?: string | undefined;
6553
+ type?: "person" | "bot" | undefined;
6554
6554
  person?: {
6555
6555
  email?: string | undefined;
6556
6556
  } | undefined;
@@ -6908,8 +6908,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6908
6908
  }, "strip", z.ZodTypeAny, {
6909
6909
  object: "user";
6910
6910
  id: string;
6911
- type?: "person" | "bot" | undefined;
6912
6911
  name?: string | undefined;
6912
+ type?: "person" | "bot" | undefined;
6913
6913
  person?: {
6914
6914
  email?: string | undefined;
6915
6915
  } | undefined;
@@ -6924,8 +6924,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6924
6924
  }, {
6925
6925
  object: "user";
6926
6926
  id: string;
6927
- type?: "person" | "bot" | undefined;
6928
6927
  name?: string | undefined;
6928
+ type?: "person" | "bot" | undefined;
6929
6929
  person?: {
6930
6930
  email?: string | undefined;
6931
6931
  } | undefined;
@@ -6979,8 +6979,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6979
6979
  }, "strip", z.ZodTypeAny, {
6980
6980
  object: "user";
6981
6981
  id: string;
6982
- type?: "person" | "bot" | undefined;
6983
6982
  name?: string | undefined;
6983
+ type?: "person" | "bot" | undefined;
6984
6984
  person?: {
6985
6985
  email?: string | undefined;
6986
6986
  } | undefined;
@@ -6995,8 +6995,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
6995
6995
  }, {
6996
6996
  object: "user";
6997
6997
  id: string;
6998
- type?: "person" | "bot" | undefined;
6999
6998
  name?: string | undefined;
6999
+ type?: "person" | "bot" | undefined;
7000
7000
  person?: {
7001
7001
  email?: string | undefined;
7002
7002
  } | undefined;
@@ -7359,8 +7359,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7359
7359
  }, "strip", z.ZodTypeAny, {
7360
7360
  object: "user";
7361
7361
  id: string;
7362
- type?: "person" | "bot" | undefined;
7363
7362
  name?: string | undefined;
7363
+ type?: "person" | "bot" | undefined;
7364
7364
  person?: {
7365
7365
  email?: string | undefined;
7366
7366
  } | undefined;
@@ -7375,8 +7375,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7375
7375
  }, {
7376
7376
  object: "user";
7377
7377
  id: string;
7378
- type?: "person" | "bot" | undefined;
7379
7378
  name?: string | undefined;
7379
+ type?: "person" | "bot" | undefined;
7380
7380
  person?: {
7381
7381
  email?: string | undefined;
7382
7382
  } | undefined;
@@ -7430,8 +7430,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7430
7430
  }, "strip", z.ZodTypeAny, {
7431
7431
  object: "user";
7432
7432
  id: string;
7433
- type?: "person" | "bot" | undefined;
7434
7433
  name?: string | undefined;
7434
+ type?: "person" | "bot" | undefined;
7435
7435
  person?: {
7436
7436
  email?: string | undefined;
7437
7437
  } | undefined;
@@ -7446,8 +7446,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7446
7446
  }, {
7447
7447
  object: "user";
7448
7448
  id: string;
7449
- type?: "person" | "bot" | undefined;
7450
7449
  name?: string | undefined;
7450
+ type?: "person" | "bot" | undefined;
7451
7451
  person?: {
7452
7452
  email?: string | undefined;
7453
7453
  } | undefined;
@@ -7810,8 +7810,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7810
7810
  }, "strip", z.ZodTypeAny, {
7811
7811
  object: "user";
7812
7812
  id: string;
7813
- type?: "person" | "bot" | undefined;
7814
7813
  name?: string | undefined;
7814
+ type?: "person" | "bot" | undefined;
7815
7815
  person?: {
7816
7816
  email?: string | undefined;
7817
7817
  } | undefined;
@@ -7826,8 +7826,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7826
7826
  }, {
7827
7827
  object: "user";
7828
7828
  id: string;
7829
- type?: "person" | "bot" | undefined;
7830
7829
  name?: string | undefined;
7830
+ type?: "person" | "bot" | undefined;
7831
7831
  person?: {
7832
7832
  email?: string | undefined;
7833
7833
  } | undefined;
@@ -7881,8 +7881,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7881
7881
  }, "strip", z.ZodTypeAny, {
7882
7882
  object: "user";
7883
7883
  id: string;
7884
- type?: "person" | "bot" | undefined;
7885
7884
  name?: string | undefined;
7885
+ type?: "person" | "bot" | undefined;
7886
7886
  person?: {
7887
7887
  email?: string | undefined;
7888
7888
  } | undefined;
@@ -7897,8 +7897,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
7897
7897
  }, {
7898
7898
  object: "user";
7899
7899
  id: string;
7900
- type?: "person" | "bot" | undefined;
7901
7900
  name?: string | undefined;
7901
+ type?: "person" | "bot" | undefined;
7902
7902
  person?: {
7903
7903
  email?: string | undefined;
7904
7904
  } | undefined;
@@ -8261,8 +8261,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8261
8261
  }, "strip", z.ZodTypeAny, {
8262
8262
  object: "user";
8263
8263
  id: string;
8264
- type?: "person" | "bot" | undefined;
8265
8264
  name?: string | undefined;
8265
+ type?: "person" | "bot" | undefined;
8266
8266
  person?: {
8267
8267
  email?: string | undefined;
8268
8268
  } | undefined;
@@ -8277,8 +8277,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8277
8277
  }, {
8278
8278
  object: "user";
8279
8279
  id: string;
8280
- type?: "person" | "bot" | undefined;
8281
8280
  name?: string | undefined;
8281
+ type?: "person" | "bot" | undefined;
8282
8282
  person?: {
8283
8283
  email?: string | undefined;
8284
8284
  } | undefined;
@@ -8332,8 +8332,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8332
8332
  }, "strip", z.ZodTypeAny, {
8333
8333
  object: "user";
8334
8334
  id: string;
8335
- type?: "person" | "bot" | undefined;
8336
8335
  name?: string | undefined;
8336
+ type?: "person" | "bot" | undefined;
8337
8337
  person?: {
8338
8338
  email?: string | undefined;
8339
8339
  } | undefined;
@@ -8348,8 +8348,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8348
8348
  }, {
8349
8349
  object: "user";
8350
8350
  id: string;
8351
- type?: "person" | "bot" | undefined;
8352
8351
  name?: string | undefined;
8352
+ type?: "person" | "bot" | undefined;
8353
8353
  person?: {
8354
8354
  email?: string | undefined;
8355
8355
  } | undefined;
@@ -8707,8 +8707,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8707
8707
  }, "strip", z.ZodTypeAny, {
8708
8708
  object: "user";
8709
8709
  id: string;
8710
- type?: "person" | "bot" | undefined;
8711
8710
  name?: string | undefined;
8711
+ type?: "person" | "bot" | undefined;
8712
8712
  person?: {
8713
8713
  email?: string | undefined;
8714
8714
  } | undefined;
@@ -8723,8 +8723,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8723
8723
  }, {
8724
8724
  object: "user";
8725
8725
  id: string;
8726
- type?: "person" | "bot" | undefined;
8727
8726
  name?: string | undefined;
8727
+ type?: "person" | "bot" | undefined;
8728
8728
  person?: {
8729
8729
  email?: string | undefined;
8730
8730
  } | undefined;
@@ -8778,8 +8778,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8778
8778
  }, "strip", z.ZodTypeAny, {
8779
8779
  object: "user";
8780
8780
  id: string;
8781
- type?: "person" | "bot" | undefined;
8782
8781
  name?: string | undefined;
8782
+ type?: "person" | "bot" | undefined;
8783
8783
  person?: {
8784
8784
  email?: string | undefined;
8785
8785
  } | undefined;
@@ -8794,8 +8794,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
8794
8794
  }, {
8795
8795
  object: "user";
8796
8796
  id: string;
8797
- type?: "person" | "bot" | undefined;
8798
8797
  name?: string | undefined;
8798
+ type?: "person" | "bot" | undefined;
8799
8799
  person?: {
8800
8800
  email?: string | undefined;
8801
8801
  } | undefined;
@@ -9153,8 +9153,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9153
9153
  }, "strip", z.ZodTypeAny, {
9154
9154
  object: "user";
9155
9155
  id: string;
9156
- type?: "person" | "bot" | undefined;
9157
9156
  name?: string | undefined;
9157
+ type?: "person" | "bot" | undefined;
9158
9158
  person?: {
9159
9159
  email?: string | undefined;
9160
9160
  } | undefined;
@@ -9169,8 +9169,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9169
9169
  }, {
9170
9170
  object: "user";
9171
9171
  id: string;
9172
- type?: "person" | "bot" | undefined;
9173
9172
  name?: string | undefined;
9173
+ type?: "person" | "bot" | undefined;
9174
9174
  person?: {
9175
9175
  email?: string | undefined;
9176
9176
  } | undefined;
@@ -9224,8 +9224,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9224
9224
  }, "strip", z.ZodTypeAny, {
9225
9225
  object: "user";
9226
9226
  id: string;
9227
- type?: "person" | "bot" | undefined;
9228
9227
  name?: string | undefined;
9228
+ type?: "person" | "bot" | undefined;
9229
9229
  person?: {
9230
9230
  email?: string | undefined;
9231
9231
  } | undefined;
@@ -9240,8 +9240,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9240
9240
  }, {
9241
9241
  object: "user";
9242
9242
  id: string;
9243
- type?: "person" | "bot" | undefined;
9244
9243
  name?: string | undefined;
9244
+ type?: "person" | "bot" | undefined;
9245
9245
  person?: {
9246
9246
  email?: string | undefined;
9247
9247
  } | undefined;
@@ -9604,8 +9604,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9604
9604
  }, "strip", z.ZodTypeAny, {
9605
9605
  object: "user";
9606
9606
  id: string;
9607
- type?: "person" | "bot" | undefined;
9608
9607
  name?: string | undefined;
9608
+ type?: "person" | "bot" | undefined;
9609
9609
  person?: {
9610
9610
  email?: string | undefined;
9611
9611
  } | undefined;
@@ -9620,8 +9620,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9620
9620
  }, {
9621
9621
  object: "user";
9622
9622
  id: string;
9623
- type?: "person" | "bot" | undefined;
9624
9623
  name?: string | undefined;
9624
+ type?: "person" | "bot" | undefined;
9625
9625
  person?: {
9626
9626
  email?: string | undefined;
9627
9627
  } | undefined;
@@ -9675,8 +9675,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9675
9675
  }, "strip", z.ZodTypeAny, {
9676
9676
  object: "user";
9677
9677
  id: string;
9678
- type?: "person" | "bot" | undefined;
9679
9678
  name?: string | undefined;
9679
+ type?: "person" | "bot" | undefined;
9680
9680
  person?: {
9681
9681
  email?: string | undefined;
9682
9682
  } | undefined;
@@ -9691,8 +9691,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
9691
9691
  }, {
9692
9692
  object: "user";
9693
9693
  id: string;
9694
- type?: "person" | "bot" | undefined;
9695
9694
  name?: string | undefined;
9695
+ type?: "person" | "bot" | undefined;
9696
9696
  person?: {
9697
9697
  email?: string | undefined;
9698
9698
  } | undefined;
@@ -10055,8 +10055,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
10055
10055
  }, "strip", z.ZodTypeAny, {
10056
10056
  object: "user";
10057
10057
  id: string;
10058
- type?: "person" | "bot" | undefined;
10059
10058
  name?: string | undefined;
10059
+ type?: "person" | "bot" | undefined;
10060
10060
  person?: {
10061
10061
  email?: string | undefined;
10062
10062
  } | undefined;
@@ -10071,8 +10071,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
10071
10071
  }, {
10072
10072
  object: "user";
10073
10073
  id: string;
10074
- type?: "person" | "bot" | undefined;
10075
10074
  name?: string | undefined;
10075
+ type?: "person" | "bot" | undefined;
10076
10076
  person?: {
10077
10077
  email?: string | undefined;
10078
10078
  } | undefined;
@@ -10126,8 +10126,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
10126
10126
  }, "strip", z.ZodTypeAny, {
10127
10127
  object: "user";
10128
10128
  id: string;
10129
- type?: "person" | "bot" | undefined;
10130
10129
  name?: string | undefined;
10130
+ type?: "person" | "bot" | undefined;
10131
10131
  person?: {
10132
10132
  email?: string | undefined;
10133
10133
  } | undefined;
@@ -10142,8 +10142,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
10142
10142
  }, {
10143
10143
  object: "user";
10144
10144
  id: string;
10145
- type?: "person" | "bot" | undefined;
10146
10145
  name?: string | undefined;
10146
+ type?: "person" | "bot" | undefined;
10147
10147
  person?: {
10148
10148
  email?: string | undefined;
10149
10149
  } | undefined;
@@ -12711,8 +12711,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12711
12711
  }, "strip", z.ZodTypeAny, {
12712
12712
  object: "user";
12713
12713
  id: string;
12714
- type?: "person" | "bot" | undefined;
12715
12714
  name?: string | undefined;
12715
+ type?: "person" | "bot" | undefined;
12716
12716
  person?: {
12717
12717
  email?: string | undefined;
12718
12718
  } | undefined;
@@ -12727,8 +12727,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12727
12727
  }, {
12728
12728
  object: "user";
12729
12729
  id: string;
12730
- type?: "person" | "bot" | undefined;
12731
12730
  name?: string | undefined;
12731
+ type?: "person" | "bot" | undefined;
12732
12732
  person?: {
12733
12733
  email?: string | undefined;
12734
12734
  } | undefined;
@@ -12782,8 +12782,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12782
12782
  }, "strip", z.ZodTypeAny, {
12783
12783
  object: "user";
12784
12784
  id: string;
12785
- type?: "person" | "bot" | undefined;
12786
12785
  name?: string | undefined;
12786
+ type?: "person" | "bot" | undefined;
12787
12787
  person?: {
12788
12788
  email?: string | undefined;
12789
12789
  } | undefined;
@@ -12798,8 +12798,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12798
12798
  }, {
12799
12799
  object: "user";
12800
12800
  id: string;
12801
- type?: "person" | "bot" | undefined;
12802
12801
  name?: string | undefined;
12802
+ type?: "person" | "bot" | undefined;
12803
12803
  person?: {
12804
12804
  email?: string | undefined;
12805
12805
  } | undefined;
@@ -12911,8 +12911,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12911
12911
  }, "strip", z.ZodTypeAny, {
12912
12912
  object: "user";
12913
12913
  id: string;
12914
- type?: "person" | "bot" | undefined;
12915
12914
  name?: string | undefined;
12915
+ type?: "person" | "bot" | undefined;
12916
12916
  person?: {
12917
12917
  email?: string | undefined;
12918
12918
  } | undefined;
@@ -12927,8 +12927,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12927
12927
  }, {
12928
12928
  object: "user";
12929
12929
  id: string;
12930
- type?: "person" | "bot" | undefined;
12931
12930
  name?: string | undefined;
12931
+ type?: "person" | "bot" | undefined;
12932
12932
  person?: {
12933
12933
  email?: string | undefined;
12934
12934
  } | undefined;
@@ -12982,8 +12982,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12982
12982
  }, "strip", z.ZodTypeAny, {
12983
12983
  object: "user";
12984
12984
  id: string;
12985
- type?: "person" | "bot" | undefined;
12986
12985
  name?: string | undefined;
12986
+ type?: "person" | "bot" | undefined;
12987
12987
  person?: {
12988
12988
  email?: string | undefined;
12989
12989
  } | undefined;
@@ -12998,8 +12998,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12998
12998
  }, {
12999
12999
  object: "user";
13000
13000
  id: string;
13001
- type?: "person" | "bot" | undefined;
13002
13001
  name?: string | undefined;
13002
+ type?: "person" | "bot" | undefined;
13003
13003
  person?: {
13004
13004
  email?: string | undefined;
13005
13005
  } | undefined;
@@ -13111,8 +13111,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13111
13111
  }, "strip", z.ZodTypeAny, {
13112
13112
  object: "user";
13113
13113
  id: string;
13114
- type?: "person" | "bot" | undefined;
13115
13114
  name?: string | undefined;
13115
+ type?: "person" | "bot" | undefined;
13116
13116
  person?: {
13117
13117
  email?: string | undefined;
13118
13118
  } | undefined;
@@ -13127,8 +13127,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13127
13127
  }, {
13128
13128
  object: "user";
13129
13129
  id: string;
13130
- type?: "person" | "bot" | undefined;
13131
13130
  name?: string | undefined;
13131
+ type?: "person" | "bot" | undefined;
13132
13132
  person?: {
13133
13133
  email?: string | undefined;
13134
13134
  } | undefined;
@@ -13182,8 +13182,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13182
13182
  }, "strip", z.ZodTypeAny, {
13183
13183
  object: "user";
13184
13184
  id: string;
13185
- type?: "person" | "bot" | undefined;
13186
13185
  name?: string | undefined;
13186
+ type?: "person" | "bot" | undefined;
13187
13187
  person?: {
13188
13188
  email?: string | undefined;
13189
13189
  } | undefined;
@@ -13198,8 +13198,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13198
13198
  }, {
13199
13199
  object: "user";
13200
13200
  id: string;
13201
- type?: "person" | "bot" | undefined;
13202
13201
  name?: string | undefined;
13202
+ type?: "person" | "bot" | undefined;
13203
13203
  person?: {
13204
13204
  email?: string | undefined;
13205
13205
  } | undefined;
@@ -13319,8 +13319,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13319
13319
  }, "strip", z.ZodTypeAny, {
13320
13320
  object: "user";
13321
13321
  id: string;
13322
- type?: "person" | "bot" | undefined;
13323
13322
  name?: string | undefined;
13323
+ type?: "person" | "bot" | undefined;
13324
13324
  person?: {
13325
13325
  email?: string | undefined;
13326
13326
  } | undefined;
@@ -13335,8 +13335,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13335
13335
  }, {
13336
13336
  object: "user";
13337
13337
  id: string;
13338
- type?: "person" | "bot" | undefined;
13339
13338
  name?: string | undefined;
13339
+ type?: "person" | "bot" | undefined;
13340
13340
  person?: {
13341
13341
  email?: string | undefined;
13342
13342
  } | undefined;
@@ -13390,8 +13390,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13390
13390
  }, "strip", z.ZodTypeAny, {
13391
13391
  object: "user";
13392
13392
  id: string;
13393
- type?: "person" | "bot" | undefined;
13394
13393
  name?: string | undefined;
13394
+ type?: "person" | "bot" | undefined;
13395
13395
  person?: {
13396
13396
  email?: string | undefined;
13397
13397
  } | undefined;
@@ -13406,8 +13406,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13406
13406
  }, {
13407
13407
  object: "user";
13408
13408
  id: string;
13409
- type?: "person" | "bot" | undefined;
13410
13409
  name?: string | undefined;
13410
+ type?: "person" | "bot" | undefined;
13411
13411
  person?: {
13412
13412
  email?: string | undefined;
13413
13413
  } | undefined;
@@ -13526,8 +13526,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13526
13526
  }, "strip", z.ZodTypeAny, {
13527
13527
  object: "user";
13528
13528
  id: string;
13529
- type?: "person" | "bot" | undefined;
13530
13529
  name?: string | undefined;
13530
+ type?: "person" | "bot" | undefined;
13531
13531
  person?: {
13532
13532
  email?: string | undefined;
13533
13533
  } | undefined;
@@ -13542,8 +13542,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13542
13542
  }, {
13543
13543
  object: "user";
13544
13544
  id: string;
13545
- type?: "person" | "bot" | undefined;
13546
13545
  name?: string | undefined;
13546
+ type?: "person" | "bot" | undefined;
13547
13547
  person?: {
13548
13548
  email?: string | undefined;
13549
13549
  } | undefined;
@@ -13597,8 +13597,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13597
13597
  }, "strip", z.ZodTypeAny, {
13598
13598
  object: "user";
13599
13599
  id: string;
13600
- type?: "person" | "bot" | undefined;
13601
13600
  name?: string | undefined;
13601
+ type?: "person" | "bot" | undefined;
13602
13602
  person?: {
13603
13603
  email?: string | undefined;
13604
13604
  } | undefined;
@@ -13613,8 +13613,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13613
13613
  }, {
13614
13614
  object: "user";
13615
13615
  id: string;
13616
- type?: "person" | "bot" | undefined;
13617
13616
  name?: string | undefined;
13617
+ type?: "person" | "bot" | undefined;
13618
13618
  person?: {
13619
13619
  email?: string | undefined;
13620
13620
  } | undefined;
@@ -13732,8 +13732,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13732
13732
  }, "strip", z.ZodTypeAny, {
13733
13733
  object: "user";
13734
13734
  id: string;
13735
- type?: "person" | "bot" | undefined;
13736
13735
  name?: string | undefined;
13736
+ type?: "person" | "bot" | undefined;
13737
13737
  person?: {
13738
13738
  email?: string | undefined;
13739
13739
  } | undefined;
@@ -13748,8 +13748,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13748
13748
  }, {
13749
13749
  object: "user";
13750
13750
  id: string;
13751
- type?: "person" | "bot" | undefined;
13752
13751
  name?: string | undefined;
13752
+ type?: "person" | "bot" | undefined;
13753
13753
  person?: {
13754
13754
  email?: string | undefined;
13755
13755
  } | undefined;
@@ -13803,8 +13803,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13803
13803
  }, "strip", z.ZodTypeAny, {
13804
13804
  object: "user";
13805
13805
  id: string;
13806
- type?: "person" | "bot" | undefined;
13807
13806
  name?: string | undefined;
13807
+ type?: "person" | "bot" | undefined;
13808
13808
  person?: {
13809
13809
  email?: string | undefined;
13810
13810
  } | undefined;
@@ -13819,8 +13819,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13819
13819
  }, {
13820
13820
  object: "user";
13821
13821
  id: string;
13822
- type?: "person" | "bot" | undefined;
13823
13822
  name?: string | undefined;
13823
+ type?: "person" | "bot" | undefined;
13824
13824
  person?: {
13825
13825
  email?: string | undefined;
13826
13826
  } | undefined;
@@ -13932,8 +13932,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13932
13932
  }, "strip", z.ZodTypeAny, {
13933
13933
  object: "user";
13934
13934
  id: string;
13935
- type?: "person" | "bot" | undefined;
13936
13935
  name?: string | undefined;
13936
+ type?: "person" | "bot" | undefined;
13937
13937
  person?: {
13938
13938
  email?: string | undefined;
13939
13939
  } | undefined;
@@ -13948,8 +13948,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13948
13948
  }, {
13949
13949
  object: "user";
13950
13950
  id: string;
13951
- type?: "person" | "bot" | undefined;
13952
13951
  name?: string | undefined;
13952
+ type?: "person" | "bot" | undefined;
13953
13953
  person?: {
13954
13954
  email?: string | undefined;
13955
13955
  } | undefined;
@@ -14003,8 +14003,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14003
14003
  }, "strip", z.ZodTypeAny, {
14004
14004
  object: "user";
14005
14005
  id: string;
14006
- type?: "person" | "bot" | undefined;
14007
14006
  name?: string | undefined;
14007
+ type?: "person" | "bot" | undefined;
14008
14008
  person?: {
14009
14009
  email?: string | undefined;
14010
14010
  } | undefined;
@@ -14019,8 +14019,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14019
14019
  }, {
14020
14020
  object: "user";
14021
14021
  id: string;
14022
- type?: "person" | "bot" | undefined;
14023
14022
  name?: string | undefined;
14023
+ type?: "person" | "bot" | undefined;
14024
14024
  person?: {
14025
14025
  email?: string | undefined;
14026
14026
  } | undefined;
@@ -14132,8 +14132,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14132
14132
  }, "strip", z.ZodTypeAny, {
14133
14133
  object: "user";
14134
14134
  id: string;
14135
- type?: "person" | "bot" | undefined;
14136
14135
  name?: string | undefined;
14136
+ type?: "person" | "bot" | undefined;
14137
14137
  person?: {
14138
14138
  email?: string | undefined;
14139
14139
  } | undefined;
@@ -14148,8 +14148,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14148
14148
  }, {
14149
14149
  object: "user";
14150
14150
  id: string;
14151
- type?: "person" | "bot" | undefined;
14152
14151
  name?: string | undefined;
14152
+ type?: "person" | "bot" | undefined;
14153
14153
  person?: {
14154
14154
  email?: string | undefined;
14155
14155
  } | undefined;
@@ -14203,8 +14203,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14203
14203
  }, "strip", z.ZodTypeAny, {
14204
14204
  object: "user";
14205
14205
  id: string;
14206
- type?: "person" | "bot" | undefined;
14207
14206
  name?: string | undefined;
14207
+ type?: "person" | "bot" | undefined;
14208
14208
  person?: {
14209
14209
  email?: string | undefined;
14210
14210
  } | undefined;
@@ -14219,8 +14219,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14219
14219
  }, {
14220
14220
  object: "user";
14221
14221
  id: string;
14222
- type?: "person" | "bot" | undefined;
14223
14222
  name?: string | undefined;
14223
+ type?: "person" | "bot" | undefined;
14224
14224
  person?: {
14225
14225
  email?: string | undefined;
14226
14226
  } | undefined;
@@ -14340,8 +14340,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14340
14340
  }, "strip", z.ZodTypeAny, {
14341
14341
  object: "user";
14342
14342
  id: string;
14343
- type?: "person" | "bot" | undefined;
14344
14343
  name?: string | undefined;
14344
+ type?: "person" | "bot" | undefined;
14345
14345
  person?: {
14346
14346
  email?: string | undefined;
14347
14347
  } | undefined;
@@ -14356,8 +14356,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14356
14356
  }, {
14357
14357
  object: "user";
14358
14358
  id: string;
14359
- type?: "person" | "bot" | undefined;
14360
14359
  name?: string | undefined;
14360
+ type?: "person" | "bot" | undefined;
14361
14361
  person?: {
14362
14362
  email?: string | undefined;
14363
14363
  } | undefined;
@@ -14411,8 +14411,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14411
14411
  }, "strip", z.ZodTypeAny, {
14412
14412
  object: "user";
14413
14413
  id: string;
14414
- type?: "person" | "bot" | undefined;
14415
14414
  name?: string | undefined;
14415
+ type?: "person" | "bot" | undefined;
14416
14416
  person?: {
14417
14417
  email?: string | undefined;
14418
14418
  } | undefined;
@@ -14427,8 +14427,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14427
14427
  }, {
14428
14428
  object: "user";
14429
14429
  id: string;
14430
- type?: "person" | "bot" | undefined;
14431
14430
  name?: string | undefined;
14431
+ type?: "person" | "bot" | undefined;
14432
14432
  person?: {
14433
14433
  email?: string | undefined;
14434
14434
  } | undefined;
@@ -14547,8 +14547,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14547
14547
  }, "strip", z.ZodTypeAny, {
14548
14548
  object: "user";
14549
14549
  id: string;
14550
- type?: "person" | "bot" | undefined;
14551
14550
  name?: string | undefined;
14551
+ type?: "person" | "bot" | undefined;
14552
14552
  person?: {
14553
14553
  email?: string | undefined;
14554
14554
  } | undefined;
@@ -14563,8 +14563,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14563
14563
  }, {
14564
14564
  object: "user";
14565
14565
  id: string;
14566
- type?: "person" | "bot" | undefined;
14567
14566
  name?: string | undefined;
14567
+ type?: "person" | "bot" | undefined;
14568
14568
  person?: {
14569
14569
  email?: string | undefined;
14570
14570
  } | undefined;
@@ -14618,8 +14618,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14618
14618
  }, "strip", z.ZodTypeAny, {
14619
14619
  object: "user";
14620
14620
  id: string;
14621
- type?: "person" | "bot" | undefined;
14622
14621
  name?: string | undefined;
14622
+ type?: "person" | "bot" | undefined;
14623
14623
  person?: {
14624
14624
  email?: string | undefined;
14625
14625
  } | undefined;
@@ -14634,8 +14634,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14634
14634
  }, {
14635
14635
  object: "user";
14636
14636
  id: string;
14637
- type?: "person" | "bot" | undefined;
14638
14637
  name?: string | undefined;
14638
+ type?: "person" | "bot" | undefined;
14639
14639
  person?: {
14640
14640
  email?: string | undefined;
14641
14641
  } | undefined;
@@ -14753,8 +14753,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14753
14753
  }, "strip", z.ZodTypeAny, {
14754
14754
  object: "user";
14755
14755
  id: string;
14756
- type?: "person" | "bot" | undefined;
14757
14756
  name?: string | undefined;
14757
+ type?: "person" | "bot" | undefined;
14758
14758
  person?: {
14759
14759
  email?: string | undefined;
14760
14760
  } | undefined;
@@ -14769,8 +14769,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14769
14769
  }, {
14770
14770
  object: "user";
14771
14771
  id: string;
14772
- type?: "person" | "bot" | undefined;
14773
14772
  name?: string | undefined;
14773
+ type?: "person" | "bot" | undefined;
14774
14774
  person?: {
14775
14775
  email?: string | undefined;
14776
14776
  } | undefined;
@@ -14824,8 +14824,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14824
14824
  }, "strip", z.ZodTypeAny, {
14825
14825
  object: "user";
14826
14826
  id: string;
14827
- type?: "person" | "bot" | undefined;
14828
14827
  name?: string | undefined;
14828
+ type?: "person" | "bot" | undefined;
14829
14829
  person?: {
14830
14830
  email?: string | undefined;
14831
14831
  } | undefined;
@@ -14840,8 +14840,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14840
14840
  }, {
14841
14841
  object: "user";
14842
14842
  id: string;
14843
- type?: "person" | "bot" | undefined;
14844
14843
  name?: string | undefined;
14844
+ type?: "person" | "bot" | undefined;
14845
14845
  person?: {
14846
14846
  email?: string | undefined;
14847
14847
  } | undefined;
@@ -14953,8 +14953,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14953
14953
  }, "strip", z.ZodTypeAny, {
14954
14954
  object: "user";
14955
14955
  id: string;
14956
- type?: "person" | "bot" | undefined;
14957
14956
  name?: string | undefined;
14957
+ type?: "person" | "bot" | undefined;
14958
14958
  person?: {
14959
14959
  email?: string | undefined;
14960
14960
  } | undefined;
@@ -14969,8 +14969,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14969
14969
  }, {
14970
14970
  object: "user";
14971
14971
  id: string;
14972
- type?: "person" | "bot" | undefined;
14973
14972
  name?: string | undefined;
14973
+ type?: "person" | "bot" | undefined;
14974
14974
  person?: {
14975
14975
  email?: string | undefined;
14976
14976
  } | undefined;
@@ -15024,8 +15024,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15024
15024
  }, "strip", z.ZodTypeAny, {
15025
15025
  object: "user";
15026
15026
  id: string;
15027
- type?: "person" | "bot" | undefined;
15028
15027
  name?: string | undefined;
15028
+ type?: "person" | "bot" | undefined;
15029
15029
  person?: {
15030
15030
  email?: string | undefined;
15031
15031
  } | undefined;
@@ -15040,8 +15040,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15040
15040
  }, {
15041
15041
  object: "user";
15042
15042
  id: string;
15043
- type?: "person" | "bot" | undefined;
15044
15043
  name?: string | undefined;
15044
+ type?: "person" | "bot" | undefined;
15045
15045
  person?: {
15046
15046
  email?: string | undefined;
15047
15047
  } | undefined;
@@ -15153,8 +15153,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15153
15153
  }, "strip", z.ZodTypeAny, {
15154
15154
  object: "user";
15155
15155
  id: string;
15156
- type?: "person" | "bot" | undefined;
15157
15156
  name?: string | undefined;
15157
+ type?: "person" | "bot" | undefined;
15158
15158
  person?: {
15159
15159
  email?: string | undefined;
15160
15160
  } | undefined;
@@ -15169,8 +15169,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15169
15169
  }, {
15170
15170
  object: "user";
15171
15171
  id: string;
15172
- type?: "person" | "bot" | undefined;
15173
15172
  name?: string | undefined;
15173
+ type?: "person" | "bot" | undefined;
15174
15174
  person?: {
15175
15175
  email?: string | undefined;
15176
15176
  } | undefined;
@@ -15224,8 +15224,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15224
15224
  }, "strip", z.ZodTypeAny, {
15225
15225
  object: "user";
15226
15226
  id: string;
15227
- type?: "person" | "bot" | undefined;
15228
15227
  name?: string | undefined;
15228
+ type?: "person" | "bot" | undefined;
15229
15229
  person?: {
15230
15230
  email?: string | undefined;
15231
15231
  } | undefined;
@@ -15240,8 +15240,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15240
15240
  }, {
15241
15241
  object: "user";
15242
15242
  id: string;
15243
- type?: "person" | "bot" | undefined;
15244
15243
  name?: string | undefined;
15244
+ type?: "person" | "bot" | undefined;
15245
15245
  person?: {
15246
15246
  email?: string | undefined;
15247
15247
  } | undefined;
@@ -15358,8 +15358,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15358
15358
  }, "strip", z.ZodTypeAny, {
15359
15359
  object: "user";
15360
15360
  id: string;
15361
- type?: "person" | "bot" | undefined;
15362
15361
  name?: string | undefined;
15362
+ type?: "person" | "bot" | undefined;
15363
15363
  person?: {
15364
15364
  email?: string | undefined;
15365
15365
  } | undefined;
@@ -15374,8 +15374,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15374
15374
  }, {
15375
15375
  object: "user";
15376
15376
  id: string;
15377
- type?: "person" | "bot" | undefined;
15378
15377
  name?: string | undefined;
15378
+ type?: "person" | "bot" | undefined;
15379
15379
  person?: {
15380
15380
  email?: string | undefined;
15381
15381
  } | undefined;
@@ -15429,8 +15429,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15429
15429
  }, "strip", z.ZodTypeAny, {
15430
15430
  object: "user";
15431
15431
  id: string;
15432
- type?: "person" | "bot" | undefined;
15433
15432
  name?: string | undefined;
15433
+ type?: "person" | "bot" | undefined;
15434
15434
  person?: {
15435
15435
  email?: string | undefined;
15436
15436
  } | undefined;
@@ -15445,8 +15445,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15445
15445
  }, {
15446
15446
  object: "user";
15447
15447
  id: string;
15448
- type?: "person" | "bot" | undefined;
15449
15448
  name?: string | undefined;
15449
+ type?: "person" | "bot" | undefined;
15450
15450
  person?: {
15451
15451
  email?: string | undefined;
15452
15452
  } | undefined;
@@ -15563,8 +15563,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15563
15563
  }, "strip", z.ZodTypeAny, {
15564
15564
  object: "user";
15565
15565
  id: string;
15566
- type?: "person" | "bot" | undefined;
15567
15566
  name?: string | undefined;
15567
+ type?: "person" | "bot" | undefined;
15568
15568
  person?: {
15569
15569
  email?: string | undefined;
15570
15570
  } | undefined;
@@ -15579,8 +15579,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15579
15579
  }, {
15580
15580
  object: "user";
15581
15581
  id: string;
15582
- type?: "person" | "bot" | undefined;
15583
15582
  name?: string | undefined;
15583
+ type?: "person" | "bot" | undefined;
15584
15584
  person?: {
15585
15585
  email?: string | undefined;
15586
15586
  } | undefined;
@@ -15634,8 +15634,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15634
15634
  }, "strip", z.ZodTypeAny, {
15635
15635
  object: "user";
15636
15636
  id: string;
15637
- type?: "person" | "bot" | undefined;
15638
15637
  name?: string | undefined;
15638
+ type?: "person" | "bot" | undefined;
15639
15639
  person?: {
15640
15640
  email?: string | undefined;
15641
15641
  } | undefined;
@@ -15650,8 +15650,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15650
15650
  }, {
15651
15651
  object: "user";
15652
15652
  id: string;
15653
- type?: "person" | "bot" | undefined;
15654
15653
  name?: string | undefined;
15654
+ type?: "person" | "bot" | undefined;
15655
15655
  person?: {
15656
15656
  email?: string | undefined;
15657
15657
  } | undefined;
@@ -15768,8 +15768,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15768
15768
  }, "strip", z.ZodTypeAny, {
15769
15769
  object: "user";
15770
15770
  id: string;
15771
- type?: "person" | "bot" | undefined;
15772
15771
  name?: string | undefined;
15772
+ type?: "person" | "bot" | undefined;
15773
15773
  person?: {
15774
15774
  email?: string | undefined;
15775
15775
  } | undefined;
@@ -15784,8 +15784,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15784
15784
  }, {
15785
15785
  object: "user";
15786
15786
  id: string;
15787
- type?: "person" | "bot" | undefined;
15788
15787
  name?: string | undefined;
15788
+ type?: "person" | "bot" | undefined;
15789
15789
  person?: {
15790
15790
  email?: string | undefined;
15791
15791
  } | undefined;
@@ -15839,8 +15839,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15839
15839
  }, "strip", z.ZodTypeAny, {
15840
15840
  object: "user";
15841
15841
  id: string;
15842
- type?: "person" | "bot" | undefined;
15843
15842
  name?: string | undefined;
15843
+ type?: "person" | "bot" | undefined;
15844
15844
  person?: {
15845
15845
  email?: string | undefined;
15846
15846
  } | undefined;
@@ -15855,8 +15855,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15855
15855
  }, {
15856
15856
  object: "user";
15857
15857
  id: string;
15858
- type?: "person" | "bot" | undefined;
15859
15858
  name?: string | undefined;
15859
+ type?: "person" | "bot" | undefined;
15860
15860
  person?: {
15861
15861
  email?: string | undefined;
15862
15862
  } | undefined;
@@ -15968,8 +15968,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15968
15968
  }, "strip", z.ZodTypeAny, {
15969
15969
  object: "user";
15970
15970
  id: string;
15971
- type?: "person" | "bot" | undefined;
15972
15971
  name?: string | undefined;
15972
+ type?: "person" | "bot" | undefined;
15973
15973
  person?: {
15974
15974
  email?: string | undefined;
15975
15975
  } | undefined;
@@ -15984,8 +15984,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
15984
15984
  }, {
15985
15985
  object: "user";
15986
15986
  id: string;
15987
- type?: "person" | "bot" | undefined;
15988
15987
  name?: string | undefined;
15988
+ type?: "person" | "bot" | undefined;
15989
15989
  person?: {
15990
15990
  email?: string | undefined;
15991
15991
  } | undefined;
@@ -16039,8 +16039,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16039
16039
  }, "strip", z.ZodTypeAny, {
16040
16040
  object: "user";
16041
16041
  id: string;
16042
- type?: "person" | "bot" | undefined;
16043
16042
  name?: string | undefined;
16043
+ type?: "person" | "bot" | undefined;
16044
16044
  person?: {
16045
16045
  email?: string | undefined;
16046
16046
  } | undefined;
@@ -16055,8 +16055,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16055
16055
  }, {
16056
16056
  object: "user";
16057
16057
  id: string;
16058
- type?: "person" | "bot" | undefined;
16059
16058
  name?: string | undefined;
16059
+ type?: "person" | "bot" | undefined;
16060
16060
  person?: {
16061
16061
  email?: string | undefined;
16062
16062
  } | undefined;
@@ -16168,8 +16168,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16168
16168
  }, "strip", z.ZodTypeAny, {
16169
16169
  object: "user";
16170
16170
  id: string;
16171
- type?: "person" | "bot" | undefined;
16172
16171
  name?: string | undefined;
16172
+ type?: "person" | "bot" | undefined;
16173
16173
  person?: {
16174
16174
  email?: string | undefined;
16175
16175
  } | undefined;
@@ -16184,8 +16184,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16184
16184
  }, {
16185
16185
  object: "user";
16186
16186
  id: string;
16187
- type?: "person" | "bot" | undefined;
16188
16187
  name?: string | undefined;
16188
+ type?: "person" | "bot" | undefined;
16189
16189
  person?: {
16190
16190
  email?: string | undefined;
16191
16191
  } | undefined;
@@ -16239,8 +16239,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16239
16239
  }, "strip", z.ZodTypeAny, {
16240
16240
  object: "user";
16241
16241
  id: string;
16242
- type?: "person" | "bot" | undefined;
16243
16242
  name?: string | undefined;
16243
+ type?: "person" | "bot" | undefined;
16244
16244
  person?: {
16245
16245
  email?: string | undefined;
16246
16246
  } | undefined;
@@ -16255,8 +16255,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16255
16255
  }, {
16256
16256
  object: "user";
16257
16257
  id: string;
16258
- type?: "person" | "bot" | undefined;
16259
16258
  name?: string | undefined;
16259
+ type?: "person" | "bot" | undefined;
16260
16260
  person?: {
16261
16261
  email?: string | undefined;
16262
16262
  } | undefined;
@@ -16373,8 +16373,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16373
16373
  }, "strip", z.ZodTypeAny, {
16374
16374
  object: "user";
16375
16375
  id: string;
16376
- type?: "person" | "bot" | undefined;
16377
16376
  name?: string | undefined;
16377
+ type?: "person" | "bot" | undefined;
16378
16378
  person?: {
16379
16379
  email?: string | undefined;
16380
16380
  } | undefined;
@@ -16389,8 +16389,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16389
16389
  }, {
16390
16390
  object: "user";
16391
16391
  id: string;
16392
- type?: "person" | "bot" | undefined;
16393
16392
  name?: string | undefined;
16393
+ type?: "person" | "bot" | undefined;
16394
16394
  person?: {
16395
16395
  email?: string | undefined;
16396
16396
  } | undefined;
@@ -16444,8 +16444,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16444
16444
  }, "strip", z.ZodTypeAny, {
16445
16445
  object: "user";
16446
16446
  id: string;
16447
- type?: "person" | "bot" | undefined;
16448
16447
  name?: string | undefined;
16448
+ type?: "person" | "bot" | undefined;
16449
16449
  person?: {
16450
16450
  email?: string | undefined;
16451
16451
  } | undefined;
@@ -16460,8 +16460,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16460
16460
  }, {
16461
16461
  object: "user";
16462
16462
  id: string;
16463
- type?: "person" | "bot" | undefined;
16464
16463
  name?: string | undefined;
16464
+ type?: "person" | "bot" | undefined;
16465
16465
  person?: {
16466
16466
  email?: string | undefined;
16467
16467
  } | undefined;
@@ -16578,8 +16578,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16578
16578
  }, "strip", z.ZodTypeAny, {
16579
16579
  object: "user";
16580
16580
  id: string;
16581
- type?: "person" | "bot" | undefined;
16582
16581
  name?: string | undefined;
16582
+ type?: "person" | "bot" | undefined;
16583
16583
  person?: {
16584
16584
  email?: string | undefined;
16585
16585
  } | undefined;
@@ -16594,8 +16594,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16594
16594
  }, {
16595
16595
  object: "user";
16596
16596
  id: string;
16597
- type?: "person" | "bot" | undefined;
16598
16597
  name?: string | undefined;
16598
+ type?: "person" | "bot" | undefined;
16599
16599
  person?: {
16600
16600
  email?: string | undefined;
16601
16601
  } | undefined;
@@ -16649,8 +16649,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16649
16649
  }, "strip", z.ZodTypeAny, {
16650
16650
  object: "user";
16651
16651
  id: string;
16652
- type?: "person" | "bot" | undefined;
16653
16652
  name?: string | undefined;
16653
+ type?: "person" | "bot" | undefined;
16654
16654
  person?: {
16655
16655
  email?: string | undefined;
16656
16656
  } | undefined;
@@ -16665,8 +16665,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16665
16665
  }, {
16666
16666
  object: "user";
16667
16667
  id: string;
16668
- type?: "person" | "bot" | undefined;
16669
16668
  name?: string | undefined;
16669
+ type?: "person" | "bot" | undefined;
16670
16670
  person?: {
16671
16671
  email?: string | undefined;
16672
16672
  } | undefined;
@@ -16748,8 +16748,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16748
16748
  }, "strip", z.ZodTypeAny, {
16749
16749
  object: "user";
16750
16750
  id: string;
16751
- type?: "person" | "bot" | undefined;
16752
16751
  name?: string | undefined;
16752
+ type?: "person" | "bot" | undefined;
16753
16753
  person?: {
16754
16754
  email?: string | undefined;
16755
16755
  } | undefined;
@@ -16764,8 +16764,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16764
16764
  }, {
16765
16765
  object: "user";
16766
16766
  id: string;
16767
- type?: "person" | "bot" | undefined;
16768
16767
  name?: string | undefined;
16768
+ type?: "person" | "bot" | undefined;
16769
16769
  person?: {
16770
16770
  email?: string | undefined;
16771
16771
  } | undefined;
@@ -16876,8 +16876,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16876
16876
  created_by: {
16877
16877
  object: "user";
16878
16878
  id: string;
16879
- type?: "person" | "bot" | undefined;
16880
16879
  name?: string | undefined;
16880
+ type?: "person" | "bot" | undefined;
16881
16881
  person?: {
16882
16882
  email?: string | undefined;
16883
16883
  } | undefined;
@@ -16925,8 +16925,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16925
16925
  created_by: {
16926
16926
  object: "user";
16927
16927
  id: string;
16928
- type?: "person" | "bot" | undefined;
16929
16928
  name?: string | undefined;
16929
+ type?: "person" | "bot" | undefined;
16930
16930
  person?: {
16931
16931
  email?: string | undefined;
16932
16932
  } | undefined;
@@ -16979,8 +16979,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
16979
16979
  created_by: {
16980
16980
  object: "user";
16981
16981
  id: string;
16982
- type?: "person" | "bot" | undefined;
16983
16982
  name?: string | undefined;
16983
+ type?: "person" | "bot" | undefined;
16984
16984
  person?: {
16985
16985
  email?: string | undefined;
16986
16986
  } | undefined;
@@ -17033,8 +17033,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17033
17033
  created_by: {
17034
17034
  object: "user";
17035
17035
  id: string;
17036
- type?: "person" | "bot" | undefined;
17037
17036
  name?: string | undefined;
17037
+ type?: "person" | "bot" | undefined;
17038
17038
  person?: {
17039
17039
  email?: string | undefined;
17040
17040
  } | undefined;
@@ -17132,8 +17132,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17132
17132
  }, "strip", z.ZodTypeAny, {
17133
17133
  object: "user";
17134
17134
  id: string;
17135
- type?: "person" | "bot" | undefined;
17136
17135
  name?: string | undefined;
17136
+ type?: "person" | "bot" | undefined;
17137
17137
  person?: {
17138
17138
  email?: string | undefined;
17139
17139
  } | undefined;
@@ -17148,8 +17148,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17148
17148
  }, {
17149
17149
  object: "user";
17150
17150
  id: string;
17151
- type?: "person" | "bot" | undefined;
17152
17151
  name?: string | undefined;
17152
+ type?: "person" | "bot" | undefined;
17153
17153
  person?: {
17154
17154
  email?: string | undefined;
17155
17155
  } | undefined;
@@ -17260,8 +17260,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17260
17260
  created_by: {
17261
17261
  object: "user";
17262
17262
  id: string;
17263
- type?: "person" | "bot" | undefined;
17264
17263
  name?: string | undefined;
17264
+ type?: "person" | "bot" | undefined;
17265
17265
  person?: {
17266
17266
  email?: string | undefined;
17267
17267
  } | undefined;
@@ -17309,8 +17309,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17309
17309
  created_by: {
17310
17310
  object: "user";
17311
17311
  id: string;
17312
- type?: "person" | "bot" | undefined;
17313
17312
  name?: string | undefined;
17313
+ type?: "person" | "bot" | undefined;
17314
17314
  person?: {
17315
17315
  email?: string | undefined;
17316
17316
  } | undefined;
@@ -17363,8 +17363,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17363
17363
  created_by: {
17364
17364
  object: "user";
17365
17365
  id: string;
17366
- type?: "person" | "bot" | undefined;
17367
17366
  name?: string | undefined;
17367
+ type?: "person" | "bot" | undefined;
17368
17368
  person?: {
17369
17369
  email?: string | undefined;
17370
17370
  } | undefined;
@@ -17417,8 +17417,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17417
17417
  created_by: {
17418
17418
  object: "user";
17419
17419
  id: string;
17420
- type?: "person" | "bot" | undefined;
17421
17420
  name?: string | undefined;
17421
+ type?: "person" | "bot" | undefined;
17422
17422
  person?: {
17423
17423
  email?: string | undefined;
17424
17424
  } | undefined;
@@ -17497,8 +17497,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17497
17497
  }, "strip", z.ZodTypeAny, {
17498
17498
  object: "user";
17499
17499
  id: string;
17500
- type?: "person" | "bot" | undefined;
17501
17500
  name?: string | undefined;
17501
+ type?: "person" | "bot" | undefined;
17502
17502
  person?: {
17503
17503
  email?: string | undefined;
17504
17504
  } | undefined;
@@ -17513,8 +17513,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17513
17513
  }, {
17514
17514
  object: "user";
17515
17515
  id: string;
17516
- type?: "person" | "bot" | undefined;
17517
17516
  name?: string | undefined;
17517
+ type?: "person" | "bot" | undefined;
17518
17518
  person?: {
17519
17519
  email?: string | undefined;
17520
17520
  } | undefined;
@@ -17537,8 +17537,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17537
17537
  users?: {
17538
17538
  object: "user";
17539
17539
  id: string;
17540
- type?: "person" | "bot" | undefined;
17541
17540
  name?: string | undefined;
17541
+ type?: "person" | "bot" | undefined;
17542
17542
  person?: {
17543
17543
  email?: string | undefined;
17544
17544
  } | undefined;
@@ -17560,8 +17560,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17560
17560
  users?: {
17561
17561
  object: "user";
17562
17562
  id: string;
17563
- type?: "person" | "bot" | undefined;
17564
17563
  name?: string | undefined;
17564
+ type?: "person" | "bot" | undefined;
17565
17565
  person?: {
17566
17566
  email?: string | undefined;
17567
17567
  } | undefined;
@@ -18460,8 +18460,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
18460
18460
  }>]>>;
18461
18461
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
18462
18462
  }, "strip", z.ZodTypeAny, {
18463
- operation: "create_data_source";
18464
18463
  properties: Record<string, unknown>;
18464
+ operation: "create_data_source";
18465
18465
  parent: {
18466
18466
  type: "database_id";
18467
18467
  database_id: string;
@@ -18507,8 +18507,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
18507
18507
  emoji: string;
18508
18508
  } | undefined;
18509
18509
  }, {
18510
- operation: "create_data_source";
18511
18510
  properties: Record<string, unknown>;
18511
+ operation: "create_data_source";
18512
18512
  parent: {
18513
18513
  type: "database_id";
18514
18514
  database_id: string;
@@ -18810,8 +18810,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
18810
18810
  }, "strip", z.ZodTypeAny, {
18811
18811
  operation: "update_data_source";
18812
18812
  data_source_id: string;
18813
- properties?: Record<string, unknown> | undefined;
18814
- description?: {
18813
+ title?: {
18815
18814
  type: "text" | "mention" | "equation";
18816
18815
  text?: {
18817
18816
  content: string;
@@ -18830,7 +18829,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
18830
18829
  } | undefined;
18831
18830
  href?: string | null | undefined;
18832
18831
  }[] | undefined;
18833
- title?: {
18832
+ properties?: Record<string, unknown> | undefined;
18833
+ description?: {
18834
18834
  type: "text" | "mention" | "equation";
18835
18835
  text?: {
18836
18836
  content: string;
@@ -18878,8 +18878,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
18878
18878
  }, {
18879
18879
  operation: "update_data_source";
18880
18880
  data_source_id: string;
18881
- properties?: Record<string, unknown> | undefined;
18882
- description?: {
18881
+ title?: {
18883
18882
  type: "text" | "mention" | "equation";
18884
18883
  text?: {
18885
18884
  content: string;
@@ -18898,7 +18897,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
18898
18897
  } | undefined;
18899
18898
  href?: string | null | undefined;
18900
18899
  }[] | undefined;
18901
- title?: {
18900
+ properties?: Record<string, unknown> | undefined;
18901
+ description?: {
18902
18902
  type: "text" | "mention" | "equation";
18903
18903
  text?: {
18904
18904
  content: string;
@@ -19301,7 +19301,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19301
19301
  initial_data_source: {
19302
19302
  properties: Record<string, unknown>;
19303
19303
  };
19304
- description?: {
19304
+ title?: {
19305
19305
  type: "text" | "mention" | "equation";
19306
19306
  text?: {
19307
19307
  content: string;
@@ -19320,7 +19320,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19320
19320
  } | undefined;
19321
19321
  href?: string | null | undefined;
19322
19322
  }[] | undefined;
19323
- title?: {
19323
+ description?: {
19324
19324
  type: "text" | "mention" | "equation";
19325
19325
  text?: {
19326
19326
  content: string;
@@ -19387,7 +19387,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19387
19387
  initial_data_source: {
19388
19388
  properties: Record<string, unknown>;
19389
19389
  };
19390
- description?: {
19390
+ title?: {
19391
19391
  type: "text" | "mention" | "equation";
19392
19392
  text?: {
19393
19393
  content: string;
@@ -19406,7 +19406,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19406
19406
  } | undefined;
19407
19407
  href?: string | null | undefined;
19408
19408
  }[] | undefined;
19409
- title?: {
19409
+ description?: {
19410
19410
  type: "text" | "mention" | "equation";
19411
19411
  text?: {
19412
19412
  content: string;
@@ -19823,7 +19823,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19823
19823
  }, "strip", z.ZodTypeAny, {
19824
19824
  operation: "update_database";
19825
19825
  database_id: string;
19826
- description?: {
19826
+ title?: {
19827
19827
  type: "text" | "mention" | "equation";
19828
19828
  text?: {
19829
19829
  content: string;
@@ -19842,7 +19842,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19842
19842
  } | undefined;
19843
19843
  href?: string | null | undefined;
19844
19844
  }[] | undefined;
19845
- title?: {
19845
+ description?: {
19846
19846
  type: "text" | "mention" | "equation";
19847
19847
  text?: {
19848
19848
  content: string;
@@ -19922,7 +19922,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19922
19922
  }, {
19923
19923
  operation: "update_database";
19924
19924
  database_id: string;
19925
- description?: {
19925
+ title?: {
19926
19926
  type: "text" | "mention" | "equation";
19927
19927
  text?: {
19928
19928
  content: string;
@@ -19941,7 +19941,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
19941
19941
  } | undefined;
19942
19942
  href?: string | null | undefined;
19943
19943
  }[] | undefined;
19944
- title?: {
19944
+ description?: {
19945
19945
  type: "text" | "mention" | "equation";
19946
19946
  text?: {
19947
19947
  content: string;
@@ -20411,8 +20411,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20411
20411
  }, "strip", z.ZodTypeAny, {
20412
20412
  object: "user";
20413
20413
  id: string;
20414
- type?: "person" | "bot" | undefined;
20415
20414
  name?: string | undefined;
20415
+ type?: "person" | "bot" | undefined;
20416
20416
  person?: {
20417
20417
  email?: string | undefined;
20418
20418
  } | undefined;
@@ -20427,8 +20427,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20427
20427
  }, {
20428
20428
  object: "user";
20429
20429
  id: string;
20430
- type?: "person" | "bot" | undefined;
20431
20430
  name?: string | undefined;
20431
+ type?: "person" | "bot" | undefined;
20432
20432
  person?: {
20433
20433
  email?: string | undefined;
20434
20434
  } | undefined;
@@ -20482,8 +20482,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20482
20482
  }, "strip", z.ZodTypeAny, {
20483
20483
  object: "user";
20484
20484
  id: string;
20485
- type?: "person" | "bot" | undefined;
20486
20485
  name?: string | undefined;
20486
+ type?: "person" | "bot" | undefined;
20487
20487
  person?: {
20488
20488
  email?: string | undefined;
20489
20489
  } | undefined;
@@ -20498,8 +20498,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20498
20498
  }, {
20499
20499
  object: "user";
20500
20500
  id: string;
20501
- type?: "person" | "bot" | undefined;
20502
20501
  name?: string | undefined;
20502
+ type?: "person" | "bot" | undefined;
20503
20503
  person?: {
20504
20504
  email?: string | undefined;
20505
20505
  } | undefined;
@@ -20709,8 +20709,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20709
20709
  created_by: {
20710
20710
  object: "user";
20711
20711
  id: string;
20712
- type?: "person" | "bot" | undefined;
20713
20712
  name?: string | undefined;
20713
+ type?: "person" | "bot" | undefined;
20714
20714
  person?: {
20715
20715
  email?: string | undefined;
20716
20716
  } | undefined;
@@ -20726,8 +20726,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20726
20726
  last_edited_by: {
20727
20727
  object: "user";
20728
20728
  id: string;
20729
- type?: "person" | "bot" | undefined;
20730
20729
  name?: string | undefined;
20730
+ type?: "person" | "bot" | undefined;
20731
20731
  person?: {
20732
20732
  email?: string | undefined;
20733
20733
  } | undefined;
@@ -20802,8 +20802,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20802
20802
  created_by: {
20803
20803
  object: "user";
20804
20804
  id: string;
20805
- type?: "person" | "bot" | undefined;
20806
20805
  name?: string | undefined;
20806
+ type?: "person" | "bot" | undefined;
20807
20807
  person?: {
20808
20808
  email?: string | undefined;
20809
20809
  } | undefined;
@@ -20819,8 +20819,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20819
20819
  last_edited_by: {
20820
20820
  object: "user";
20821
20821
  id: string;
20822
- type?: "person" | "bot" | undefined;
20823
20822
  name?: string | undefined;
20823
+ type?: "person" | "bot" | undefined;
20824
20824
  person?: {
20825
20825
  email?: string | undefined;
20826
20826
  } | undefined;
@@ -20900,8 +20900,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20900
20900
  created_by: {
20901
20901
  object: "user";
20902
20902
  id: string;
20903
- type?: "person" | "bot" | undefined;
20904
20903
  name?: string | undefined;
20904
+ type?: "person" | "bot" | undefined;
20905
20905
  person?: {
20906
20906
  email?: string | undefined;
20907
20907
  } | undefined;
@@ -20917,8 +20917,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20917
20917
  last_edited_by: {
20918
20918
  object: "user";
20919
20919
  id: string;
20920
- type?: "person" | "bot" | undefined;
20921
20920
  name?: string | undefined;
20921
+ type?: "person" | "bot" | undefined;
20922
20922
  person?: {
20923
20923
  email?: string | undefined;
20924
20924
  } | undefined;
@@ -20998,8 +20998,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20998
20998
  created_by: {
20999
20999
  object: "user";
21000
21000
  id: string;
21001
- type?: "person" | "bot" | undefined;
21002
21001
  name?: string | undefined;
21002
+ type?: "person" | "bot" | undefined;
21003
21003
  person?: {
21004
21004
  email?: string | undefined;
21005
21005
  } | undefined;
@@ -21015,8 +21015,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21015
21015
  last_edited_by: {
21016
21016
  object: "user";
21017
21017
  id: string;
21018
- type?: "person" | "bot" | undefined;
21019
21018
  name?: string | undefined;
21019
+ type?: "person" | "bot" | undefined;
21020
21020
  person?: {
21021
21021
  email?: string | undefined;
21022
21022
  } | undefined;
@@ -21115,8 +21115,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21115
21115
  }, "strip", z.ZodTypeAny, {
21116
21116
  object: "user";
21117
21117
  id: string;
21118
- type?: "person" | "bot" | undefined;
21119
21118
  name?: string | undefined;
21119
+ type?: "person" | "bot" | undefined;
21120
21120
  person?: {
21121
21121
  email?: string | undefined;
21122
21122
  } | undefined;
@@ -21131,8 +21131,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21131
21131
  }, {
21132
21132
  object: "user";
21133
21133
  id: string;
21134
- type?: "person" | "bot" | undefined;
21135
21134
  name?: string | undefined;
21135
+ type?: "person" | "bot" | undefined;
21136
21136
  person?: {
21137
21137
  email?: string | undefined;
21138
21138
  } | undefined;
@@ -21186,8 +21186,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21186
21186
  }, "strip", z.ZodTypeAny, {
21187
21187
  object: "user";
21188
21188
  id: string;
21189
- type?: "person" | "bot" | undefined;
21190
21189
  name?: string | undefined;
21190
+ type?: "person" | "bot" | undefined;
21191
21191
  person?: {
21192
21192
  email?: string | undefined;
21193
21193
  } | undefined;
@@ -21202,8 +21202,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21202
21202
  }, {
21203
21203
  object: "user";
21204
21204
  id: string;
21205
- type?: "person" | "bot" | undefined;
21206
21205
  name?: string | undefined;
21206
+ type?: "person" | "bot" | undefined;
21207
21207
  person?: {
21208
21208
  email?: string | undefined;
21209
21209
  } | undefined;
@@ -21413,8 +21413,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21413
21413
  created_by: {
21414
21414
  object: "user";
21415
21415
  id: string;
21416
- type?: "person" | "bot" | undefined;
21417
21416
  name?: string | undefined;
21417
+ type?: "person" | "bot" | undefined;
21418
21418
  person?: {
21419
21419
  email?: string | undefined;
21420
21420
  } | undefined;
@@ -21430,8 +21430,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21430
21430
  last_edited_by: {
21431
21431
  object: "user";
21432
21432
  id: string;
21433
- type?: "person" | "bot" | undefined;
21434
21433
  name?: string | undefined;
21434
+ type?: "person" | "bot" | undefined;
21435
21435
  person?: {
21436
21436
  email?: string | undefined;
21437
21437
  } | undefined;
@@ -21506,8 +21506,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21506
21506
  created_by: {
21507
21507
  object: "user";
21508
21508
  id: string;
21509
- type?: "person" | "bot" | undefined;
21510
21509
  name?: string | undefined;
21510
+ type?: "person" | "bot" | undefined;
21511
21511
  person?: {
21512
21512
  email?: string | undefined;
21513
21513
  } | undefined;
@@ -21523,8 +21523,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21523
21523
  last_edited_by: {
21524
21524
  object: "user";
21525
21525
  id: string;
21526
- type?: "person" | "bot" | undefined;
21527
21526
  name?: string | undefined;
21527
+ type?: "person" | "bot" | undefined;
21528
21528
  person?: {
21529
21529
  email?: string | undefined;
21530
21530
  } | undefined;
@@ -21604,8 +21604,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21604
21604
  created_by: {
21605
21605
  object: "user";
21606
21606
  id: string;
21607
- type?: "person" | "bot" | undefined;
21608
21607
  name?: string | undefined;
21608
+ type?: "person" | "bot" | undefined;
21609
21609
  person?: {
21610
21610
  email?: string | undefined;
21611
21611
  } | undefined;
@@ -21621,8 +21621,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21621
21621
  last_edited_by: {
21622
21622
  object: "user";
21623
21623
  id: string;
21624
- type?: "person" | "bot" | undefined;
21625
21624
  name?: string | undefined;
21625
+ type?: "person" | "bot" | undefined;
21626
21626
  person?: {
21627
21627
  email?: string | undefined;
21628
21628
  } | undefined;
@@ -21702,8 +21702,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21702
21702
  created_by: {
21703
21703
  object: "user";
21704
21704
  id: string;
21705
- type?: "person" | "bot" | undefined;
21706
21705
  name?: string | undefined;
21706
+ type?: "person" | "bot" | undefined;
21707
21707
  person?: {
21708
21708
  email?: string | undefined;
21709
21709
  } | undefined;
@@ -21719,8 +21719,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21719
21719
  last_edited_by: {
21720
21720
  object: "user";
21721
21721
  id: string;
21722
- type?: "person" | "bot" | undefined;
21723
21722
  name?: string | undefined;
21723
+ type?: "person" | "bot" | undefined;
21724
21724
  person?: {
21725
21725
  email?: string | undefined;
21726
21726
  } | undefined;
@@ -21819,8 +21819,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21819
21819
  }, "strip", z.ZodTypeAny, {
21820
21820
  object: "user";
21821
21821
  id: string;
21822
- type?: "person" | "bot" | undefined;
21823
21822
  name?: string | undefined;
21823
+ type?: "person" | "bot" | undefined;
21824
21824
  person?: {
21825
21825
  email?: string | undefined;
21826
21826
  } | undefined;
@@ -21835,8 +21835,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21835
21835
  }, {
21836
21836
  object: "user";
21837
21837
  id: string;
21838
- type?: "person" | "bot" | undefined;
21839
21838
  name?: string | undefined;
21839
+ type?: "person" | "bot" | undefined;
21840
21840
  person?: {
21841
21841
  email?: string | undefined;
21842
21842
  } | undefined;
@@ -21890,8 +21890,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21890
21890
  }, "strip", z.ZodTypeAny, {
21891
21891
  object: "user";
21892
21892
  id: string;
21893
- type?: "person" | "bot" | undefined;
21894
21893
  name?: string | undefined;
21894
+ type?: "person" | "bot" | undefined;
21895
21895
  person?: {
21896
21896
  email?: string | undefined;
21897
21897
  } | undefined;
@@ -21906,8 +21906,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21906
21906
  }, {
21907
21907
  object: "user";
21908
21908
  id: string;
21909
- type?: "person" | "bot" | undefined;
21910
21909
  name?: string | undefined;
21910
+ type?: "person" | "bot" | undefined;
21911
21911
  person?: {
21912
21912
  email?: string | undefined;
21913
21913
  } | undefined;
@@ -22117,8 +22117,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22117
22117
  created_by: {
22118
22118
  object: "user";
22119
22119
  id: string;
22120
- type?: "person" | "bot" | undefined;
22121
22120
  name?: string | undefined;
22121
+ type?: "person" | "bot" | undefined;
22122
22122
  person?: {
22123
22123
  email?: string | undefined;
22124
22124
  } | undefined;
@@ -22134,8 +22134,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22134
22134
  last_edited_by: {
22135
22135
  object: "user";
22136
22136
  id: string;
22137
- type?: "person" | "bot" | undefined;
22138
22137
  name?: string | undefined;
22138
+ type?: "person" | "bot" | undefined;
22139
22139
  person?: {
22140
22140
  email?: string | undefined;
22141
22141
  } | undefined;
@@ -22210,8 +22210,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22210
22210
  created_by: {
22211
22211
  object: "user";
22212
22212
  id: string;
22213
- type?: "person" | "bot" | undefined;
22214
22213
  name?: string | undefined;
22214
+ type?: "person" | "bot" | undefined;
22215
22215
  person?: {
22216
22216
  email?: string | undefined;
22217
22217
  } | undefined;
@@ -22227,8 +22227,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22227
22227
  last_edited_by: {
22228
22228
  object: "user";
22229
22229
  id: string;
22230
- type?: "person" | "bot" | undefined;
22231
22230
  name?: string | undefined;
22231
+ type?: "person" | "bot" | undefined;
22232
22232
  person?: {
22233
22233
  email?: string | undefined;
22234
22234
  } | undefined;
@@ -22308,8 +22308,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22308
22308
  created_by: {
22309
22309
  object: "user";
22310
22310
  id: string;
22311
- type?: "person" | "bot" | undefined;
22312
22311
  name?: string | undefined;
22312
+ type?: "person" | "bot" | undefined;
22313
22313
  person?: {
22314
22314
  email?: string | undefined;
22315
22315
  } | undefined;
@@ -22325,8 +22325,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22325
22325
  last_edited_by: {
22326
22326
  object: "user";
22327
22327
  id: string;
22328
- type?: "person" | "bot" | undefined;
22329
22328
  name?: string | undefined;
22329
+ type?: "person" | "bot" | undefined;
22330
22330
  person?: {
22331
22331
  email?: string | undefined;
22332
22332
  } | undefined;
@@ -22406,8 +22406,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22406
22406
  created_by: {
22407
22407
  object: "user";
22408
22408
  id: string;
22409
- type?: "person" | "bot" | undefined;
22410
22409
  name?: string | undefined;
22410
+ type?: "person" | "bot" | undefined;
22411
22411
  person?: {
22412
22412
  email?: string | undefined;
22413
22413
  } | undefined;
@@ -22423,8 +22423,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22423
22423
  last_edited_by: {
22424
22424
  object: "user";
22425
22425
  id: string;
22426
- type?: "person" | "bot" | undefined;
22427
22426
  name?: string | undefined;
22427
+ type?: "person" | "bot" | undefined;
22428
22428
  person?: {
22429
22429
  email?: string | undefined;
22430
22430
  } | undefined;
@@ -23707,8 +23707,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23707
23707
  }, "strip", z.ZodTypeAny, {
23708
23708
  object: "user";
23709
23709
  id: string;
23710
- type?: "person" | "bot" | undefined;
23711
23710
  name?: string | undefined;
23711
+ type?: "person" | "bot" | undefined;
23712
23712
  person?: {
23713
23713
  email?: string | undefined;
23714
23714
  } | undefined;
@@ -23723,8 +23723,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23723
23723
  }, {
23724
23724
  object: "user";
23725
23725
  id: string;
23726
- type?: "person" | "bot" | undefined;
23727
23726
  name?: string | undefined;
23727
+ type?: "person" | "bot" | undefined;
23728
23728
  person?: {
23729
23729
  email?: string | undefined;
23730
23730
  } | undefined;
@@ -23778,8 +23778,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23778
23778
  }, "strip", z.ZodTypeAny, {
23779
23779
  object: "user";
23780
23780
  id: string;
23781
- type?: "person" | "bot" | undefined;
23782
23781
  name?: string | undefined;
23782
+ type?: "person" | "bot" | undefined;
23783
23783
  person?: {
23784
23784
  email?: string | undefined;
23785
23785
  } | undefined;
@@ -23794,8 +23794,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23794
23794
  }, {
23795
23795
  object: "user";
23796
23796
  id: string;
23797
- type?: "person" | "bot" | undefined;
23798
23797
  name?: string | undefined;
23798
+ type?: "person" | "bot" | undefined;
23799
23799
  person?: {
23800
23800
  email?: string | undefined;
23801
23801
  } | undefined;
@@ -24153,8 +24153,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24153
24153
  }, "strip", z.ZodTypeAny, {
24154
24154
  object: "user";
24155
24155
  id: string;
24156
- type?: "person" | "bot" | undefined;
24157
24156
  name?: string | undefined;
24157
+ type?: "person" | "bot" | undefined;
24158
24158
  person?: {
24159
24159
  email?: string | undefined;
24160
24160
  } | undefined;
@@ -24169,8 +24169,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24169
24169
  }, {
24170
24170
  object: "user";
24171
24171
  id: string;
24172
- type?: "person" | "bot" | undefined;
24173
24172
  name?: string | undefined;
24173
+ type?: "person" | "bot" | undefined;
24174
24174
  person?: {
24175
24175
  email?: string | undefined;
24176
24176
  } | undefined;
@@ -24224,8 +24224,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24224
24224
  }, "strip", z.ZodTypeAny, {
24225
24225
  object: "user";
24226
24226
  id: string;
24227
- type?: "person" | "bot" | undefined;
24228
24227
  name?: string | undefined;
24228
+ type?: "person" | "bot" | undefined;
24229
24229
  person?: {
24230
24230
  email?: string | undefined;
24231
24231
  } | undefined;
@@ -24240,8 +24240,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24240
24240
  }, {
24241
24241
  object: "user";
24242
24242
  id: string;
24243
- type?: "person" | "bot" | undefined;
24244
24243
  name?: string | undefined;
24244
+ type?: "person" | "bot" | undefined;
24245
24245
  person?: {
24246
24246
  email?: string | undefined;
24247
24247
  } | undefined;
@@ -24599,8 +24599,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24599
24599
  }, "strip", z.ZodTypeAny, {
24600
24600
  object: "user";
24601
24601
  id: string;
24602
- type?: "person" | "bot" | undefined;
24603
24602
  name?: string | undefined;
24603
+ type?: "person" | "bot" | undefined;
24604
24604
  person?: {
24605
24605
  email?: string | undefined;
24606
24606
  } | undefined;
@@ -24615,8 +24615,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24615
24615
  }, {
24616
24616
  object: "user";
24617
24617
  id: string;
24618
- type?: "person" | "bot" | undefined;
24619
24618
  name?: string | undefined;
24619
+ type?: "person" | "bot" | undefined;
24620
24620
  person?: {
24621
24621
  email?: string | undefined;
24622
24622
  } | undefined;
@@ -24670,8 +24670,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24670
24670
  }, "strip", z.ZodTypeAny, {
24671
24671
  object: "user";
24672
24672
  id: string;
24673
- type?: "person" | "bot" | undefined;
24674
24673
  name?: string | undefined;
24674
+ type?: "person" | "bot" | undefined;
24675
24675
  person?: {
24676
24676
  email?: string | undefined;
24677
24677
  } | undefined;
@@ -24686,8 +24686,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
24686
24686
  }, {
24687
24687
  object: "user";
24688
24688
  id: string;
24689
- type?: "person" | "bot" | undefined;
24690
24689
  name?: string | undefined;
24690
+ type?: "person" | "bot" | undefined;
24691
24691
  person?: {
24692
24692
  email?: string | undefined;
24693
24693
  } | undefined;
@@ -25050,8 +25050,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25050
25050
  }, "strip", z.ZodTypeAny, {
25051
25051
  object: "user";
25052
25052
  id: string;
25053
- type?: "person" | "bot" | undefined;
25054
25053
  name?: string | undefined;
25054
+ type?: "person" | "bot" | undefined;
25055
25055
  person?: {
25056
25056
  email?: string | undefined;
25057
25057
  } | undefined;
@@ -25066,8 +25066,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25066
25066
  }, {
25067
25067
  object: "user";
25068
25068
  id: string;
25069
- type?: "person" | "bot" | undefined;
25070
25069
  name?: string | undefined;
25070
+ type?: "person" | "bot" | undefined;
25071
25071
  person?: {
25072
25072
  email?: string | undefined;
25073
25073
  } | undefined;
@@ -25121,8 +25121,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25121
25121
  }, "strip", z.ZodTypeAny, {
25122
25122
  object: "user";
25123
25123
  id: string;
25124
- type?: "person" | "bot" | undefined;
25125
25124
  name?: string | undefined;
25125
+ type?: "person" | "bot" | undefined;
25126
25126
  person?: {
25127
25127
  email?: string | undefined;
25128
25128
  } | undefined;
@@ -25137,8 +25137,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25137
25137
  }, {
25138
25138
  object: "user";
25139
25139
  id: string;
25140
- type?: "person" | "bot" | undefined;
25141
25140
  name?: string | undefined;
25141
+ type?: "person" | "bot" | undefined;
25142
25142
  person?: {
25143
25143
  email?: string | undefined;
25144
25144
  } | undefined;
@@ -25501,8 +25501,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25501
25501
  }, "strip", z.ZodTypeAny, {
25502
25502
  object: "user";
25503
25503
  id: string;
25504
- type?: "person" | "bot" | undefined;
25505
25504
  name?: string | undefined;
25505
+ type?: "person" | "bot" | undefined;
25506
25506
  person?: {
25507
25507
  email?: string | undefined;
25508
25508
  } | undefined;
@@ -25517,8 +25517,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25517
25517
  }, {
25518
25518
  object: "user";
25519
25519
  id: string;
25520
- type?: "person" | "bot" | undefined;
25521
25520
  name?: string | undefined;
25521
+ type?: "person" | "bot" | undefined;
25522
25522
  person?: {
25523
25523
  email?: string | undefined;
25524
25524
  } | undefined;
@@ -25572,8 +25572,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25572
25572
  }, "strip", z.ZodTypeAny, {
25573
25573
  object: "user";
25574
25574
  id: string;
25575
- type?: "person" | "bot" | undefined;
25576
25575
  name?: string | undefined;
25576
+ type?: "person" | "bot" | undefined;
25577
25577
  person?: {
25578
25578
  email?: string | undefined;
25579
25579
  } | undefined;
@@ -25588,8 +25588,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25588
25588
  }, {
25589
25589
  object: "user";
25590
25590
  id: string;
25591
- type?: "person" | "bot" | undefined;
25592
25591
  name?: string | undefined;
25592
+ type?: "person" | "bot" | undefined;
25593
25593
  person?: {
25594
25594
  email?: string | undefined;
25595
25595
  } | undefined;
@@ -25952,8 +25952,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25952
25952
  }, "strip", z.ZodTypeAny, {
25953
25953
  object: "user";
25954
25954
  id: string;
25955
- type?: "person" | "bot" | undefined;
25956
25955
  name?: string | undefined;
25956
+ type?: "person" | "bot" | undefined;
25957
25957
  person?: {
25958
25958
  email?: string | undefined;
25959
25959
  } | undefined;
@@ -25968,8 +25968,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
25968
25968
  }, {
25969
25969
  object: "user";
25970
25970
  id: string;
25971
- type?: "person" | "bot" | undefined;
25972
25971
  name?: string | undefined;
25972
+ type?: "person" | "bot" | undefined;
25973
25973
  person?: {
25974
25974
  email?: string | undefined;
25975
25975
  } | undefined;
@@ -26023,8 +26023,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26023
26023
  }, "strip", z.ZodTypeAny, {
26024
26024
  object: "user";
26025
26025
  id: string;
26026
- type?: "person" | "bot" | undefined;
26027
26026
  name?: string | undefined;
26027
+ type?: "person" | "bot" | undefined;
26028
26028
  person?: {
26029
26029
  email?: string | undefined;
26030
26030
  } | undefined;
@@ -26039,8 +26039,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26039
26039
  }, {
26040
26040
  object: "user";
26041
26041
  id: string;
26042
- type?: "person" | "bot" | undefined;
26043
26042
  name?: string | undefined;
26043
+ type?: "person" | "bot" | undefined;
26044
26044
  person?: {
26045
26045
  email?: string | undefined;
26046
26046
  } | undefined;
@@ -26398,8 +26398,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26398
26398
  }, "strip", z.ZodTypeAny, {
26399
26399
  object: "user";
26400
26400
  id: string;
26401
- type?: "person" | "bot" | undefined;
26402
26401
  name?: string | undefined;
26402
+ type?: "person" | "bot" | undefined;
26403
26403
  person?: {
26404
26404
  email?: string | undefined;
26405
26405
  } | undefined;
@@ -26414,8 +26414,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26414
26414
  }, {
26415
26415
  object: "user";
26416
26416
  id: string;
26417
- type?: "person" | "bot" | undefined;
26418
26417
  name?: string | undefined;
26418
+ type?: "person" | "bot" | undefined;
26419
26419
  person?: {
26420
26420
  email?: string | undefined;
26421
26421
  } | undefined;
@@ -26469,8 +26469,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26469
26469
  }, "strip", z.ZodTypeAny, {
26470
26470
  object: "user";
26471
26471
  id: string;
26472
- type?: "person" | "bot" | undefined;
26473
26472
  name?: string | undefined;
26473
+ type?: "person" | "bot" | undefined;
26474
26474
  person?: {
26475
26475
  email?: string | undefined;
26476
26476
  } | undefined;
@@ -26485,8 +26485,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26485
26485
  }, {
26486
26486
  object: "user";
26487
26487
  id: string;
26488
- type?: "person" | "bot" | undefined;
26489
26488
  name?: string | undefined;
26489
+ type?: "person" | "bot" | undefined;
26490
26490
  person?: {
26491
26491
  email?: string | undefined;
26492
26492
  } | undefined;
@@ -26844,8 +26844,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26844
26844
  }, "strip", z.ZodTypeAny, {
26845
26845
  object: "user";
26846
26846
  id: string;
26847
- type?: "person" | "bot" | undefined;
26848
26847
  name?: string | undefined;
26848
+ type?: "person" | "bot" | undefined;
26849
26849
  person?: {
26850
26850
  email?: string | undefined;
26851
26851
  } | undefined;
@@ -26860,8 +26860,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26860
26860
  }, {
26861
26861
  object: "user";
26862
26862
  id: string;
26863
- type?: "person" | "bot" | undefined;
26864
26863
  name?: string | undefined;
26864
+ type?: "person" | "bot" | undefined;
26865
26865
  person?: {
26866
26866
  email?: string | undefined;
26867
26867
  } | undefined;
@@ -26915,8 +26915,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26915
26915
  }, "strip", z.ZodTypeAny, {
26916
26916
  object: "user";
26917
26917
  id: string;
26918
- type?: "person" | "bot" | undefined;
26919
26918
  name?: string | undefined;
26919
+ type?: "person" | "bot" | undefined;
26920
26920
  person?: {
26921
26921
  email?: string | undefined;
26922
26922
  } | undefined;
@@ -26931,8 +26931,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
26931
26931
  }, {
26932
26932
  object: "user";
26933
26933
  id: string;
26934
- type?: "person" | "bot" | undefined;
26935
26934
  name?: string | undefined;
26935
+ type?: "person" | "bot" | undefined;
26936
26936
  person?: {
26937
26937
  email?: string | undefined;
26938
26938
  } | undefined;
@@ -27295,8 +27295,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27295
27295
  }, "strip", z.ZodTypeAny, {
27296
27296
  object: "user";
27297
27297
  id: string;
27298
- type?: "person" | "bot" | undefined;
27299
27298
  name?: string | undefined;
27299
+ type?: "person" | "bot" | undefined;
27300
27300
  person?: {
27301
27301
  email?: string | undefined;
27302
27302
  } | undefined;
@@ -27311,8 +27311,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27311
27311
  }, {
27312
27312
  object: "user";
27313
27313
  id: string;
27314
- type?: "person" | "bot" | undefined;
27315
27314
  name?: string | undefined;
27315
+ type?: "person" | "bot" | undefined;
27316
27316
  person?: {
27317
27317
  email?: string | undefined;
27318
27318
  } | undefined;
@@ -27366,8 +27366,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27366
27366
  }, "strip", z.ZodTypeAny, {
27367
27367
  object: "user";
27368
27368
  id: string;
27369
- type?: "person" | "bot" | undefined;
27370
27369
  name?: string | undefined;
27370
+ type?: "person" | "bot" | undefined;
27371
27371
  person?: {
27372
27372
  email?: string | undefined;
27373
27373
  } | undefined;
@@ -27382,8 +27382,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27382
27382
  }, {
27383
27383
  object: "user";
27384
27384
  id: string;
27385
- type?: "person" | "bot" | undefined;
27386
27385
  name?: string | undefined;
27386
+ type?: "person" | "bot" | undefined;
27387
27387
  person?: {
27388
27388
  email?: string | undefined;
27389
27389
  } | undefined;
@@ -27746,8 +27746,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27746
27746
  }, "strip", z.ZodTypeAny, {
27747
27747
  object: "user";
27748
27748
  id: string;
27749
- type?: "person" | "bot" | undefined;
27750
27749
  name?: string | undefined;
27750
+ type?: "person" | "bot" | undefined;
27751
27751
  person?: {
27752
27752
  email?: string | undefined;
27753
27753
  } | undefined;
@@ -27762,8 +27762,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27762
27762
  }, {
27763
27763
  object: "user";
27764
27764
  id: string;
27765
- type?: "person" | "bot" | undefined;
27766
27765
  name?: string | undefined;
27766
+ type?: "person" | "bot" | undefined;
27767
27767
  person?: {
27768
27768
  email?: string | undefined;
27769
27769
  } | undefined;
@@ -27817,8 +27817,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27817
27817
  }, "strip", z.ZodTypeAny, {
27818
27818
  object: "user";
27819
27819
  id: string;
27820
- type?: "person" | "bot" | undefined;
27821
27820
  name?: string | undefined;
27821
+ type?: "person" | "bot" | undefined;
27822
27822
  person?: {
27823
27823
  email?: string | undefined;
27824
27824
  } | undefined;
@@ -27833,8 +27833,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
27833
27833
  }, {
27834
27834
  object: "user";
27835
27835
  id: string;
27836
- type?: "person" | "bot" | undefined;
27837
27836
  name?: string | undefined;
27837
+ type?: "person" | "bot" | undefined;
27838
27838
  person?: {
27839
27839
  email?: string | undefined;
27840
27840
  } | undefined;
@@ -30402,79 +30402,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30402
30402
  }, "strip", z.ZodTypeAny, {
30403
30403
  object: "user";
30404
30404
  id: string;
30405
- type?: "person" | "bot" | undefined;
30406
- name?: string | undefined;
30407
- person?: {
30408
- email?: string | undefined;
30409
- } | undefined;
30410
- avatar_url?: string | null | undefined;
30411
- bot?: {
30412
- owner?: {
30413
- type: "user" | "workspace";
30414
- workspace?: boolean | undefined;
30415
- } | undefined;
30416
- workspace_name?: string | undefined;
30417
- } | undefined;
30418
- }, {
30419
- object: "user";
30420
- id: string;
30421
- type?: "person" | "bot" | undefined;
30422
- name?: string | undefined;
30423
- person?: {
30424
- email?: string | undefined;
30425
- } | undefined;
30426
- avatar_url?: string | null | undefined;
30427
- bot?: {
30428
- owner?: {
30429
- type: "user" | "workspace";
30430
- workspace?: boolean | undefined;
30431
- } | undefined;
30432
- workspace_name?: string | undefined;
30433
- } | undefined;
30434
- }>;
30435
- last_edited_by: z.ZodObject<{
30436
- object: z.ZodLiteral<"user">;
30437
- id: z.ZodString;
30438
- type: z.ZodOptional<z.ZodEnum<["person", "bot"]>>;
30439
- name: z.ZodOptional<z.ZodString>;
30440
- avatar_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30441
- person: z.ZodOptional<z.ZodObject<{
30442
- email: z.ZodOptional<z.ZodString>;
30443
- }, "strip", z.ZodTypeAny, {
30444
- email?: string | undefined;
30445
- }, {
30446
- email?: string | undefined;
30447
- }>>;
30448
- bot: z.ZodOptional<z.ZodObject<{
30449
- owner: z.ZodOptional<z.ZodObject<{
30450
- type: z.ZodEnum<["workspace", "user"]>;
30451
- workspace: z.ZodOptional<z.ZodBoolean>;
30452
- }, "strip", z.ZodTypeAny, {
30453
- type: "user" | "workspace";
30454
- workspace?: boolean | undefined;
30455
- }, {
30456
- type: "user" | "workspace";
30457
- workspace?: boolean | undefined;
30458
- }>>;
30459
- workspace_name: z.ZodOptional<z.ZodString>;
30460
- }, "strip", z.ZodTypeAny, {
30461
- owner?: {
30462
- type: "user" | "workspace";
30463
- workspace?: boolean | undefined;
30464
- } | undefined;
30465
- workspace_name?: string | undefined;
30466
- }, {
30467
- owner?: {
30468
- type: "user" | "workspace";
30469
- workspace?: boolean | undefined;
30470
- } | undefined;
30471
- workspace_name?: string | undefined;
30472
- }>>;
30473
- }, "strip", z.ZodTypeAny, {
30474
- object: "user";
30475
- id: string;
30476
- type?: "person" | "bot" | undefined;
30477
30405
  name?: string | undefined;
30406
+ type?: "person" | "bot" | undefined;
30478
30407
  person?: {
30479
30408
  email?: string | undefined;
30480
30409
  } | undefined;
@@ -30489,8 +30418,79 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30489
30418
  }, {
30490
30419
  object: "user";
30491
30420
  id: string;
30421
+ name?: string | undefined;
30492
30422
  type?: "person" | "bot" | undefined;
30423
+ person?: {
30424
+ email?: string | undefined;
30425
+ } | undefined;
30426
+ avatar_url?: string | null | undefined;
30427
+ bot?: {
30428
+ owner?: {
30429
+ type: "user" | "workspace";
30430
+ workspace?: boolean | undefined;
30431
+ } | undefined;
30432
+ workspace_name?: string | undefined;
30433
+ } | undefined;
30434
+ }>;
30435
+ last_edited_by: z.ZodObject<{
30436
+ object: z.ZodLiteral<"user">;
30437
+ id: z.ZodString;
30438
+ type: z.ZodOptional<z.ZodEnum<["person", "bot"]>>;
30439
+ name: z.ZodOptional<z.ZodString>;
30440
+ avatar_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30441
+ person: z.ZodOptional<z.ZodObject<{
30442
+ email: z.ZodOptional<z.ZodString>;
30443
+ }, "strip", z.ZodTypeAny, {
30444
+ email?: string | undefined;
30445
+ }, {
30446
+ email?: string | undefined;
30447
+ }>>;
30448
+ bot: z.ZodOptional<z.ZodObject<{
30449
+ owner: z.ZodOptional<z.ZodObject<{
30450
+ type: z.ZodEnum<["workspace", "user"]>;
30451
+ workspace: z.ZodOptional<z.ZodBoolean>;
30452
+ }, "strip", z.ZodTypeAny, {
30453
+ type: "user" | "workspace";
30454
+ workspace?: boolean | undefined;
30455
+ }, {
30456
+ type: "user" | "workspace";
30457
+ workspace?: boolean | undefined;
30458
+ }>>;
30459
+ workspace_name: z.ZodOptional<z.ZodString>;
30460
+ }, "strip", z.ZodTypeAny, {
30461
+ owner?: {
30462
+ type: "user" | "workspace";
30463
+ workspace?: boolean | undefined;
30464
+ } | undefined;
30465
+ workspace_name?: string | undefined;
30466
+ }, {
30467
+ owner?: {
30468
+ type: "user" | "workspace";
30469
+ workspace?: boolean | undefined;
30470
+ } | undefined;
30471
+ workspace_name?: string | undefined;
30472
+ }>>;
30473
+ }, "strip", z.ZodTypeAny, {
30474
+ object: "user";
30475
+ id: string;
30493
30476
  name?: string | undefined;
30477
+ type?: "person" | "bot" | undefined;
30478
+ person?: {
30479
+ email?: string | undefined;
30480
+ } | undefined;
30481
+ avatar_url?: string | null | undefined;
30482
+ bot?: {
30483
+ owner?: {
30484
+ type: "user" | "workspace";
30485
+ workspace?: boolean | undefined;
30486
+ } | undefined;
30487
+ workspace_name?: string | undefined;
30488
+ } | undefined;
30489
+ }, {
30490
+ object: "user";
30491
+ id: string;
30492
+ name?: string | undefined;
30493
+ type?: "person" | "bot" | undefined;
30494
30494
  person?: {
30495
30495
  email?: string | undefined;
30496
30496
  } | undefined;
@@ -30602,8 +30602,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30602
30602
  }, "strip", z.ZodTypeAny, {
30603
30603
  object: "user";
30604
30604
  id: string;
30605
- type?: "person" | "bot" | undefined;
30606
30605
  name?: string | undefined;
30606
+ type?: "person" | "bot" | undefined;
30607
30607
  person?: {
30608
30608
  email?: string | undefined;
30609
30609
  } | undefined;
@@ -30618,8 +30618,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30618
30618
  }, {
30619
30619
  object: "user";
30620
30620
  id: string;
30621
- type?: "person" | "bot" | undefined;
30622
30621
  name?: string | undefined;
30622
+ type?: "person" | "bot" | undefined;
30623
30623
  person?: {
30624
30624
  email?: string | undefined;
30625
30625
  } | undefined;
@@ -30673,8 +30673,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30673
30673
  }, "strip", z.ZodTypeAny, {
30674
30674
  object: "user";
30675
30675
  id: string;
30676
- type?: "person" | "bot" | undefined;
30677
30676
  name?: string | undefined;
30677
+ type?: "person" | "bot" | undefined;
30678
30678
  person?: {
30679
30679
  email?: string | undefined;
30680
30680
  } | undefined;
@@ -30689,8 +30689,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30689
30689
  }, {
30690
30690
  object: "user";
30691
30691
  id: string;
30692
- type?: "person" | "bot" | undefined;
30693
30692
  name?: string | undefined;
30693
+ type?: "person" | "bot" | undefined;
30694
30694
  person?: {
30695
30695
  email?: string | undefined;
30696
30696
  } | undefined;
@@ -30802,8 +30802,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30802
30802
  }, "strip", z.ZodTypeAny, {
30803
30803
  object: "user";
30804
30804
  id: string;
30805
- type?: "person" | "bot" | undefined;
30806
30805
  name?: string | undefined;
30806
+ type?: "person" | "bot" | undefined;
30807
30807
  person?: {
30808
30808
  email?: string | undefined;
30809
30809
  } | undefined;
@@ -30818,8 +30818,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30818
30818
  }, {
30819
30819
  object: "user";
30820
30820
  id: string;
30821
- type?: "person" | "bot" | undefined;
30822
30821
  name?: string | undefined;
30822
+ type?: "person" | "bot" | undefined;
30823
30823
  person?: {
30824
30824
  email?: string | undefined;
30825
30825
  } | undefined;
@@ -30873,8 +30873,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30873
30873
  }, "strip", z.ZodTypeAny, {
30874
30874
  object: "user";
30875
30875
  id: string;
30876
- type?: "person" | "bot" | undefined;
30877
30876
  name?: string | undefined;
30877
+ type?: "person" | "bot" | undefined;
30878
30878
  person?: {
30879
30879
  email?: string | undefined;
30880
30880
  } | undefined;
@@ -30889,8 +30889,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30889
30889
  }, {
30890
30890
  object: "user";
30891
30891
  id: string;
30892
- type?: "person" | "bot" | undefined;
30893
30892
  name?: string | undefined;
30893
+ type?: "person" | "bot" | undefined;
30894
30894
  person?: {
30895
30895
  email?: string | undefined;
30896
30896
  } | undefined;
@@ -31010,8 +31010,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31010
31010
  }, "strip", z.ZodTypeAny, {
31011
31011
  object: "user";
31012
31012
  id: string;
31013
- type?: "person" | "bot" | undefined;
31014
31013
  name?: string | undefined;
31014
+ type?: "person" | "bot" | undefined;
31015
31015
  person?: {
31016
31016
  email?: string | undefined;
31017
31017
  } | undefined;
@@ -31026,8 +31026,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31026
31026
  }, {
31027
31027
  object: "user";
31028
31028
  id: string;
31029
- type?: "person" | "bot" | undefined;
31030
31029
  name?: string | undefined;
31030
+ type?: "person" | "bot" | undefined;
31031
31031
  person?: {
31032
31032
  email?: string | undefined;
31033
31033
  } | undefined;
@@ -31081,8 +31081,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31081
31081
  }, "strip", z.ZodTypeAny, {
31082
31082
  object: "user";
31083
31083
  id: string;
31084
- type?: "person" | "bot" | undefined;
31085
31084
  name?: string | undefined;
31085
+ type?: "person" | "bot" | undefined;
31086
31086
  person?: {
31087
31087
  email?: string | undefined;
31088
31088
  } | undefined;
@@ -31097,8 +31097,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31097
31097
  }, {
31098
31098
  object: "user";
31099
31099
  id: string;
31100
- type?: "person" | "bot" | undefined;
31101
31100
  name?: string | undefined;
31101
+ type?: "person" | "bot" | undefined;
31102
31102
  person?: {
31103
31103
  email?: string | undefined;
31104
31104
  } | undefined;
@@ -31217,8 +31217,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31217
31217
  }, "strip", z.ZodTypeAny, {
31218
31218
  object: "user";
31219
31219
  id: string;
31220
- type?: "person" | "bot" | undefined;
31221
31220
  name?: string | undefined;
31221
+ type?: "person" | "bot" | undefined;
31222
31222
  person?: {
31223
31223
  email?: string | undefined;
31224
31224
  } | undefined;
@@ -31233,8 +31233,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31233
31233
  }, {
31234
31234
  object: "user";
31235
31235
  id: string;
31236
- type?: "person" | "bot" | undefined;
31237
31236
  name?: string | undefined;
31237
+ type?: "person" | "bot" | undefined;
31238
31238
  person?: {
31239
31239
  email?: string | undefined;
31240
31240
  } | undefined;
@@ -31288,8 +31288,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31288
31288
  }, "strip", z.ZodTypeAny, {
31289
31289
  object: "user";
31290
31290
  id: string;
31291
- type?: "person" | "bot" | undefined;
31292
31291
  name?: string | undefined;
31292
+ type?: "person" | "bot" | undefined;
31293
31293
  person?: {
31294
31294
  email?: string | undefined;
31295
31295
  } | undefined;
@@ -31304,8 +31304,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31304
31304
  }, {
31305
31305
  object: "user";
31306
31306
  id: string;
31307
- type?: "person" | "bot" | undefined;
31308
31307
  name?: string | undefined;
31308
+ type?: "person" | "bot" | undefined;
31309
31309
  person?: {
31310
31310
  email?: string | undefined;
31311
31311
  } | undefined;
@@ -31423,8 +31423,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31423
31423
  }, "strip", z.ZodTypeAny, {
31424
31424
  object: "user";
31425
31425
  id: string;
31426
- type?: "person" | "bot" | undefined;
31427
31426
  name?: string | undefined;
31427
+ type?: "person" | "bot" | undefined;
31428
31428
  person?: {
31429
31429
  email?: string | undefined;
31430
31430
  } | undefined;
@@ -31439,8 +31439,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31439
31439
  }, {
31440
31440
  object: "user";
31441
31441
  id: string;
31442
- type?: "person" | "bot" | undefined;
31443
31442
  name?: string | undefined;
31443
+ type?: "person" | "bot" | undefined;
31444
31444
  person?: {
31445
31445
  email?: string | undefined;
31446
31446
  } | undefined;
@@ -31494,8 +31494,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31494
31494
  }, "strip", z.ZodTypeAny, {
31495
31495
  object: "user";
31496
31496
  id: string;
31497
- type?: "person" | "bot" | undefined;
31498
31497
  name?: string | undefined;
31498
+ type?: "person" | "bot" | undefined;
31499
31499
  person?: {
31500
31500
  email?: string | undefined;
31501
31501
  } | undefined;
@@ -31510,8 +31510,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31510
31510
  }, {
31511
31511
  object: "user";
31512
31512
  id: string;
31513
- type?: "person" | "bot" | undefined;
31514
31513
  name?: string | undefined;
31514
+ type?: "person" | "bot" | undefined;
31515
31515
  person?: {
31516
31516
  email?: string | undefined;
31517
31517
  } | undefined;
@@ -31623,8 +31623,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31623
31623
  }, "strip", z.ZodTypeAny, {
31624
31624
  object: "user";
31625
31625
  id: string;
31626
- type?: "person" | "bot" | undefined;
31627
31626
  name?: string | undefined;
31627
+ type?: "person" | "bot" | undefined;
31628
31628
  person?: {
31629
31629
  email?: string | undefined;
31630
31630
  } | undefined;
@@ -31639,8 +31639,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31639
31639
  }, {
31640
31640
  object: "user";
31641
31641
  id: string;
31642
- type?: "person" | "bot" | undefined;
31643
31642
  name?: string | undefined;
31643
+ type?: "person" | "bot" | undefined;
31644
31644
  person?: {
31645
31645
  email?: string | undefined;
31646
31646
  } | undefined;
@@ -31694,8 +31694,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31694
31694
  }, "strip", z.ZodTypeAny, {
31695
31695
  object: "user";
31696
31696
  id: string;
31697
- type?: "person" | "bot" | undefined;
31698
31697
  name?: string | undefined;
31698
+ type?: "person" | "bot" | undefined;
31699
31699
  person?: {
31700
31700
  email?: string | undefined;
31701
31701
  } | undefined;
@@ -31710,8 +31710,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31710
31710
  }, {
31711
31711
  object: "user";
31712
31712
  id: string;
31713
- type?: "person" | "bot" | undefined;
31714
31713
  name?: string | undefined;
31714
+ type?: "person" | "bot" | undefined;
31715
31715
  person?: {
31716
31716
  email?: string | undefined;
31717
31717
  } | undefined;
@@ -31823,8 +31823,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31823
31823
  }, "strip", z.ZodTypeAny, {
31824
31824
  object: "user";
31825
31825
  id: string;
31826
- type?: "person" | "bot" | undefined;
31827
31826
  name?: string | undefined;
31827
+ type?: "person" | "bot" | undefined;
31828
31828
  person?: {
31829
31829
  email?: string | undefined;
31830
31830
  } | undefined;
@@ -31839,8 +31839,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31839
31839
  }, {
31840
31840
  object: "user";
31841
31841
  id: string;
31842
- type?: "person" | "bot" | undefined;
31843
31842
  name?: string | undefined;
31843
+ type?: "person" | "bot" | undefined;
31844
31844
  person?: {
31845
31845
  email?: string | undefined;
31846
31846
  } | undefined;
@@ -31894,8 +31894,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31894
31894
  }, "strip", z.ZodTypeAny, {
31895
31895
  object: "user";
31896
31896
  id: string;
31897
- type?: "person" | "bot" | undefined;
31898
31897
  name?: string | undefined;
31898
+ type?: "person" | "bot" | undefined;
31899
31899
  person?: {
31900
31900
  email?: string | undefined;
31901
31901
  } | undefined;
@@ -31910,8 +31910,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31910
31910
  }, {
31911
31911
  object: "user";
31912
31912
  id: string;
31913
- type?: "person" | "bot" | undefined;
31914
31913
  name?: string | undefined;
31914
+ type?: "person" | "bot" | undefined;
31915
31915
  person?: {
31916
31916
  email?: string | undefined;
31917
31917
  } | undefined;
@@ -32031,8 +32031,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32031
32031
  }, "strip", z.ZodTypeAny, {
32032
32032
  object: "user";
32033
32033
  id: string;
32034
- type?: "person" | "bot" | undefined;
32035
32034
  name?: string | undefined;
32035
+ type?: "person" | "bot" | undefined;
32036
32036
  person?: {
32037
32037
  email?: string | undefined;
32038
32038
  } | undefined;
@@ -32047,8 +32047,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32047
32047
  }, {
32048
32048
  object: "user";
32049
32049
  id: string;
32050
- type?: "person" | "bot" | undefined;
32051
32050
  name?: string | undefined;
32051
+ type?: "person" | "bot" | undefined;
32052
32052
  person?: {
32053
32053
  email?: string | undefined;
32054
32054
  } | undefined;
@@ -32102,8 +32102,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32102
32102
  }, "strip", z.ZodTypeAny, {
32103
32103
  object: "user";
32104
32104
  id: string;
32105
- type?: "person" | "bot" | undefined;
32106
32105
  name?: string | undefined;
32106
+ type?: "person" | "bot" | undefined;
32107
32107
  person?: {
32108
32108
  email?: string | undefined;
32109
32109
  } | undefined;
@@ -32118,8 +32118,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32118
32118
  }, {
32119
32119
  object: "user";
32120
32120
  id: string;
32121
- type?: "person" | "bot" | undefined;
32122
32121
  name?: string | undefined;
32122
+ type?: "person" | "bot" | undefined;
32123
32123
  person?: {
32124
32124
  email?: string | undefined;
32125
32125
  } | undefined;
@@ -32238,8 +32238,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32238
32238
  }, "strip", z.ZodTypeAny, {
32239
32239
  object: "user";
32240
32240
  id: string;
32241
- type?: "person" | "bot" | undefined;
32242
32241
  name?: string | undefined;
32242
+ type?: "person" | "bot" | undefined;
32243
32243
  person?: {
32244
32244
  email?: string | undefined;
32245
32245
  } | undefined;
@@ -32254,8 +32254,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32254
32254
  }, {
32255
32255
  object: "user";
32256
32256
  id: string;
32257
- type?: "person" | "bot" | undefined;
32258
32257
  name?: string | undefined;
32258
+ type?: "person" | "bot" | undefined;
32259
32259
  person?: {
32260
32260
  email?: string | undefined;
32261
32261
  } | undefined;
@@ -32309,8 +32309,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32309
32309
  }, "strip", z.ZodTypeAny, {
32310
32310
  object: "user";
32311
32311
  id: string;
32312
- type?: "person" | "bot" | undefined;
32313
32312
  name?: string | undefined;
32313
+ type?: "person" | "bot" | undefined;
32314
32314
  person?: {
32315
32315
  email?: string | undefined;
32316
32316
  } | undefined;
@@ -32325,8 +32325,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32325
32325
  }, {
32326
32326
  object: "user";
32327
32327
  id: string;
32328
- type?: "person" | "bot" | undefined;
32329
32328
  name?: string | undefined;
32329
+ type?: "person" | "bot" | undefined;
32330
32330
  person?: {
32331
32331
  email?: string | undefined;
32332
32332
  } | undefined;
@@ -32444,8 +32444,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32444
32444
  }, "strip", z.ZodTypeAny, {
32445
32445
  object: "user";
32446
32446
  id: string;
32447
- type?: "person" | "bot" | undefined;
32448
32447
  name?: string | undefined;
32448
+ type?: "person" | "bot" | undefined;
32449
32449
  person?: {
32450
32450
  email?: string | undefined;
32451
32451
  } | undefined;
@@ -32460,8 +32460,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32460
32460
  }, {
32461
32461
  object: "user";
32462
32462
  id: string;
32463
- type?: "person" | "bot" | undefined;
32464
32463
  name?: string | undefined;
32464
+ type?: "person" | "bot" | undefined;
32465
32465
  person?: {
32466
32466
  email?: string | undefined;
32467
32467
  } | undefined;
@@ -32515,8 +32515,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32515
32515
  }, "strip", z.ZodTypeAny, {
32516
32516
  object: "user";
32517
32517
  id: string;
32518
- type?: "person" | "bot" | undefined;
32519
32518
  name?: string | undefined;
32519
+ type?: "person" | "bot" | undefined;
32520
32520
  person?: {
32521
32521
  email?: string | undefined;
32522
32522
  } | undefined;
@@ -32531,8 +32531,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32531
32531
  }, {
32532
32532
  object: "user";
32533
32533
  id: string;
32534
- type?: "person" | "bot" | undefined;
32535
32534
  name?: string | undefined;
32535
+ type?: "person" | "bot" | undefined;
32536
32536
  person?: {
32537
32537
  email?: string | undefined;
32538
32538
  } | undefined;
@@ -32644,8 +32644,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32644
32644
  }, "strip", z.ZodTypeAny, {
32645
32645
  object: "user";
32646
32646
  id: string;
32647
- type?: "person" | "bot" | undefined;
32648
32647
  name?: string | undefined;
32648
+ type?: "person" | "bot" | undefined;
32649
32649
  person?: {
32650
32650
  email?: string | undefined;
32651
32651
  } | undefined;
@@ -32660,8 +32660,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32660
32660
  }, {
32661
32661
  object: "user";
32662
32662
  id: string;
32663
- type?: "person" | "bot" | undefined;
32664
32663
  name?: string | undefined;
32664
+ type?: "person" | "bot" | undefined;
32665
32665
  person?: {
32666
32666
  email?: string | undefined;
32667
32667
  } | undefined;
@@ -32715,8 +32715,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32715
32715
  }, "strip", z.ZodTypeAny, {
32716
32716
  object: "user";
32717
32717
  id: string;
32718
- type?: "person" | "bot" | undefined;
32719
32718
  name?: string | undefined;
32719
+ type?: "person" | "bot" | undefined;
32720
32720
  person?: {
32721
32721
  email?: string | undefined;
32722
32722
  } | undefined;
@@ -32731,8 +32731,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32731
32731
  }, {
32732
32732
  object: "user";
32733
32733
  id: string;
32734
- type?: "person" | "bot" | undefined;
32735
32734
  name?: string | undefined;
32735
+ type?: "person" | "bot" | undefined;
32736
32736
  person?: {
32737
32737
  email?: string | undefined;
32738
32738
  } | undefined;
@@ -32844,8 +32844,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32844
32844
  }, "strip", z.ZodTypeAny, {
32845
32845
  object: "user";
32846
32846
  id: string;
32847
- type?: "person" | "bot" | undefined;
32848
32847
  name?: string | undefined;
32848
+ type?: "person" | "bot" | undefined;
32849
32849
  person?: {
32850
32850
  email?: string | undefined;
32851
32851
  } | undefined;
@@ -32860,8 +32860,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32860
32860
  }, {
32861
32861
  object: "user";
32862
32862
  id: string;
32863
- type?: "person" | "bot" | undefined;
32864
32863
  name?: string | undefined;
32864
+ type?: "person" | "bot" | undefined;
32865
32865
  person?: {
32866
32866
  email?: string | undefined;
32867
32867
  } | undefined;
@@ -32915,8 +32915,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32915
32915
  }, "strip", z.ZodTypeAny, {
32916
32916
  object: "user";
32917
32917
  id: string;
32918
- type?: "person" | "bot" | undefined;
32919
32918
  name?: string | undefined;
32919
+ type?: "person" | "bot" | undefined;
32920
32920
  person?: {
32921
32921
  email?: string | undefined;
32922
32922
  } | undefined;
@@ -32931,8 +32931,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32931
32931
  }, {
32932
32932
  object: "user";
32933
32933
  id: string;
32934
- type?: "person" | "bot" | undefined;
32935
32934
  name?: string | undefined;
32935
+ type?: "person" | "bot" | undefined;
32936
32936
  person?: {
32937
32937
  email?: string | undefined;
32938
32938
  } | undefined;
@@ -33049,8 +33049,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33049
33049
  }, "strip", z.ZodTypeAny, {
33050
33050
  object: "user";
33051
33051
  id: string;
33052
- type?: "person" | "bot" | undefined;
33053
33052
  name?: string | undefined;
33053
+ type?: "person" | "bot" | undefined;
33054
33054
  person?: {
33055
33055
  email?: string | undefined;
33056
33056
  } | undefined;
@@ -33065,8 +33065,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33065
33065
  }, {
33066
33066
  object: "user";
33067
33067
  id: string;
33068
- type?: "person" | "bot" | undefined;
33069
33068
  name?: string | undefined;
33069
+ type?: "person" | "bot" | undefined;
33070
33070
  person?: {
33071
33071
  email?: string | undefined;
33072
33072
  } | undefined;
@@ -33120,8 +33120,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33120
33120
  }, "strip", z.ZodTypeAny, {
33121
33121
  object: "user";
33122
33122
  id: string;
33123
- type?: "person" | "bot" | undefined;
33124
33123
  name?: string | undefined;
33124
+ type?: "person" | "bot" | undefined;
33125
33125
  person?: {
33126
33126
  email?: string | undefined;
33127
33127
  } | undefined;
@@ -33136,8 +33136,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33136
33136
  }, {
33137
33137
  object: "user";
33138
33138
  id: string;
33139
- type?: "person" | "bot" | undefined;
33140
33139
  name?: string | undefined;
33140
+ type?: "person" | "bot" | undefined;
33141
33141
  person?: {
33142
33142
  email?: string | undefined;
33143
33143
  } | undefined;
@@ -33254,8 +33254,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33254
33254
  }, "strip", z.ZodTypeAny, {
33255
33255
  object: "user";
33256
33256
  id: string;
33257
- type?: "person" | "bot" | undefined;
33258
33257
  name?: string | undefined;
33258
+ type?: "person" | "bot" | undefined;
33259
33259
  person?: {
33260
33260
  email?: string | undefined;
33261
33261
  } | undefined;
@@ -33270,8 +33270,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33270
33270
  }, {
33271
33271
  object: "user";
33272
33272
  id: string;
33273
- type?: "person" | "bot" | undefined;
33274
33273
  name?: string | undefined;
33274
+ type?: "person" | "bot" | undefined;
33275
33275
  person?: {
33276
33276
  email?: string | undefined;
33277
33277
  } | undefined;
@@ -33325,8 +33325,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33325
33325
  }, "strip", z.ZodTypeAny, {
33326
33326
  object: "user";
33327
33327
  id: string;
33328
- type?: "person" | "bot" | undefined;
33329
33328
  name?: string | undefined;
33329
+ type?: "person" | "bot" | undefined;
33330
33330
  person?: {
33331
33331
  email?: string | undefined;
33332
33332
  } | undefined;
@@ -33341,8 +33341,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33341
33341
  }, {
33342
33342
  object: "user";
33343
33343
  id: string;
33344
- type?: "person" | "bot" | undefined;
33345
33344
  name?: string | undefined;
33345
+ type?: "person" | "bot" | undefined;
33346
33346
  person?: {
33347
33347
  email?: string | undefined;
33348
33348
  } | undefined;
@@ -33459,8 +33459,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33459
33459
  }, "strip", z.ZodTypeAny, {
33460
33460
  object: "user";
33461
33461
  id: string;
33462
- type?: "person" | "bot" | undefined;
33463
33462
  name?: string | undefined;
33463
+ type?: "person" | "bot" | undefined;
33464
33464
  person?: {
33465
33465
  email?: string | undefined;
33466
33466
  } | undefined;
@@ -33475,8 +33475,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33475
33475
  }, {
33476
33476
  object: "user";
33477
33477
  id: string;
33478
- type?: "person" | "bot" | undefined;
33479
33478
  name?: string | undefined;
33479
+ type?: "person" | "bot" | undefined;
33480
33480
  person?: {
33481
33481
  email?: string | undefined;
33482
33482
  } | undefined;
@@ -33530,8 +33530,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33530
33530
  }, "strip", z.ZodTypeAny, {
33531
33531
  object: "user";
33532
33532
  id: string;
33533
- type?: "person" | "bot" | undefined;
33534
33533
  name?: string | undefined;
33534
+ type?: "person" | "bot" | undefined;
33535
33535
  person?: {
33536
33536
  email?: string | undefined;
33537
33537
  } | undefined;
@@ -33546,8 +33546,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33546
33546
  }, {
33547
33547
  object: "user";
33548
33548
  id: string;
33549
- type?: "person" | "bot" | undefined;
33550
33549
  name?: string | undefined;
33550
+ type?: "person" | "bot" | undefined;
33551
33551
  person?: {
33552
33552
  email?: string | undefined;
33553
33553
  } | undefined;
@@ -33659,8 +33659,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33659
33659
  }, "strip", z.ZodTypeAny, {
33660
33660
  object: "user";
33661
33661
  id: string;
33662
- type?: "person" | "bot" | undefined;
33663
33662
  name?: string | undefined;
33663
+ type?: "person" | "bot" | undefined;
33664
33664
  person?: {
33665
33665
  email?: string | undefined;
33666
33666
  } | undefined;
@@ -33675,8 +33675,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33675
33675
  }, {
33676
33676
  object: "user";
33677
33677
  id: string;
33678
- type?: "person" | "bot" | undefined;
33679
33678
  name?: string | undefined;
33679
+ type?: "person" | "bot" | undefined;
33680
33680
  person?: {
33681
33681
  email?: string | undefined;
33682
33682
  } | undefined;
@@ -33730,8 +33730,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33730
33730
  }, "strip", z.ZodTypeAny, {
33731
33731
  object: "user";
33732
33732
  id: string;
33733
- type?: "person" | "bot" | undefined;
33734
33733
  name?: string | undefined;
33734
+ type?: "person" | "bot" | undefined;
33735
33735
  person?: {
33736
33736
  email?: string | undefined;
33737
33737
  } | undefined;
@@ -33746,8 +33746,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33746
33746
  }, {
33747
33747
  object: "user";
33748
33748
  id: string;
33749
- type?: "person" | "bot" | undefined;
33750
33749
  name?: string | undefined;
33750
+ type?: "person" | "bot" | undefined;
33751
33751
  person?: {
33752
33752
  email?: string | undefined;
33753
33753
  } | undefined;
@@ -33859,8 +33859,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33859
33859
  }, "strip", z.ZodTypeAny, {
33860
33860
  object: "user";
33861
33861
  id: string;
33862
- type?: "person" | "bot" | undefined;
33863
33862
  name?: string | undefined;
33863
+ type?: "person" | "bot" | undefined;
33864
33864
  person?: {
33865
33865
  email?: string | undefined;
33866
33866
  } | undefined;
@@ -33875,8 +33875,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33875
33875
  }, {
33876
33876
  object: "user";
33877
33877
  id: string;
33878
- type?: "person" | "bot" | undefined;
33879
33878
  name?: string | undefined;
33879
+ type?: "person" | "bot" | undefined;
33880
33880
  person?: {
33881
33881
  email?: string | undefined;
33882
33882
  } | undefined;
@@ -33930,8 +33930,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33930
33930
  }, "strip", z.ZodTypeAny, {
33931
33931
  object: "user";
33932
33932
  id: string;
33933
- type?: "person" | "bot" | undefined;
33934
33933
  name?: string | undefined;
33934
+ type?: "person" | "bot" | undefined;
33935
33935
  person?: {
33936
33936
  email?: string | undefined;
33937
33937
  } | undefined;
@@ -33946,8 +33946,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
33946
33946
  }, {
33947
33947
  object: "user";
33948
33948
  id: string;
33949
- type?: "person" | "bot" | undefined;
33950
33949
  name?: string | undefined;
33950
+ type?: "person" | "bot" | undefined;
33951
33951
  person?: {
33952
33952
  email?: string | undefined;
33953
33953
  } | undefined;
@@ -34064,8 +34064,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34064
34064
  }, "strip", z.ZodTypeAny, {
34065
34065
  object: "user";
34066
34066
  id: string;
34067
- type?: "person" | "bot" | undefined;
34068
34067
  name?: string | undefined;
34068
+ type?: "person" | "bot" | undefined;
34069
34069
  person?: {
34070
34070
  email?: string | undefined;
34071
34071
  } | undefined;
@@ -34080,8 +34080,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34080
34080
  }, {
34081
34081
  object: "user";
34082
34082
  id: string;
34083
- type?: "person" | "bot" | undefined;
34084
34083
  name?: string | undefined;
34084
+ type?: "person" | "bot" | undefined;
34085
34085
  person?: {
34086
34086
  email?: string | undefined;
34087
34087
  } | undefined;
@@ -34135,8 +34135,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34135
34135
  }, "strip", z.ZodTypeAny, {
34136
34136
  object: "user";
34137
34137
  id: string;
34138
- type?: "person" | "bot" | undefined;
34139
34138
  name?: string | undefined;
34139
+ type?: "person" | "bot" | undefined;
34140
34140
  person?: {
34141
34141
  email?: string | undefined;
34142
34142
  } | undefined;
@@ -34151,8 +34151,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34151
34151
  }, {
34152
34152
  object: "user";
34153
34153
  id: string;
34154
- type?: "person" | "bot" | undefined;
34155
34154
  name?: string | undefined;
34155
+ type?: "person" | "bot" | undefined;
34156
34156
  person?: {
34157
34157
  email?: string | undefined;
34158
34158
  } | undefined;
@@ -34269,8 +34269,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34269
34269
  }, "strip", z.ZodTypeAny, {
34270
34270
  object: "user";
34271
34271
  id: string;
34272
- type?: "person" | "bot" | undefined;
34273
34272
  name?: string | undefined;
34273
+ type?: "person" | "bot" | undefined;
34274
34274
  person?: {
34275
34275
  email?: string | undefined;
34276
34276
  } | undefined;
@@ -34285,8 +34285,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34285
34285
  }, {
34286
34286
  object: "user";
34287
34287
  id: string;
34288
- type?: "person" | "bot" | undefined;
34289
34288
  name?: string | undefined;
34289
+ type?: "person" | "bot" | undefined;
34290
34290
  person?: {
34291
34291
  email?: string | undefined;
34292
34292
  } | undefined;
@@ -34340,8 +34340,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34340
34340
  }, "strip", z.ZodTypeAny, {
34341
34341
  object: "user";
34342
34342
  id: string;
34343
- type?: "person" | "bot" | undefined;
34344
34343
  name?: string | undefined;
34344
+ type?: "person" | "bot" | undefined;
34345
34345
  person?: {
34346
34346
  email?: string | undefined;
34347
34347
  } | undefined;
@@ -34356,8 +34356,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34356
34356
  }, {
34357
34357
  object: "user";
34358
34358
  id: string;
34359
- type?: "person" | "bot" | undefined;
34360
34359
  name?: string | undefined;
34360
+ type?: "person" | "bot" | undefined;
34361
34361
  person?: {
34362
34362
  email?: string | undefined;
34363
34363
  } | undefined;
@@ -34439,8 +34439,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34439
34439
  }, "strip", z.ZodTypeAny, {
34440
34440
  object: "user";
34441
34441
  id: string;
34442
- type?: "person" | "bot" | undefined;
34443
34442
  name?: string | undefined;
34443
+ type?: "person" | "bot" | undefined;
34444
34444
  person?: {
34445
34445
  email?: string | undefined;
34446
34446
  } | undefined;
@@ -34455,8 +34455,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34455
34455
  }, {
34456
34456
  object: "user";
34457
34457
  id: string;
34458
- type?: "person" | "bot" | undefined;
34459
34458
  name?: string | undefined;
34459
+ type?: "person" | "bot" | undefined;
34460
34460
  person?: {
34461
34461
  email?: string | undefined;
34462
34462
  } | undefined;
@@ -34567,8 +34567,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34567
34567
  created_by: {
34568
34568
  object: "user";
34569
34569
  id: string;
34570
- type?: "person" | "bot" | undefined;
34571
34570
  name?: string | undefined;
34571
+ type?: "person" | "bot" | undefined;
34572
34572
  person?: {
34573
34573
  email?: string | undefined;
34574
34574
  } | undefined;
@@ -34616,8 +34616,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34616
34616
  created_by: {
34617
34617
  object: "user";
34618
34618
  id: string;
34619
- type?: "person" | "bot" | undefined;
34620
34619
  name?: string | undefined;
34620
+ type?: "person" | "bot" | undefined;
34621
34621
  person?: {
34622
34622
  email?: string | undefined;
34623
34623
  } | undefined;
@@ -34670,8 +34670,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34670
34670
  created_by: {
34671
34671
  object: "user";
34672
34672
  id: string;
34673
- type?: "person" | "bot" | undefined;
34674
34673
  name?: string | undefined;
34674
+ type?: "person" | "bot" | undefined;
34675
34675
  person?: {
34676
34676
  email?: string | undefined;
34677
34677
  } | undefined;
@@ -34724,8 +34724,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34724
34724
  created_by: {
34725
34725
  object: "user";
34726
34726
  id: string;
34727
- type?: "person" | "bot" | undefined;
34728
34727
  name?: string | undefined;
34728
+ type?: "person" | "bot" | undefined;
34729
34729
  person?: {
34730
34730
  email?: string | undefined;
34731
34731
  } | undefined;
@@ -34823,8 +34823,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34823
34823
  }, "strip", z.ZodTypeAny, {
34824
34824
  object: "user";
34825
34825
  id: string;
34826
- type?: "person" | "bot" | undefined;
34827
34826
  name?: string | undefined;
34827
+ type?: "person" | "bot" | undefined;
34828
34828
  person?: {
34829
34829
  email?: string | undefined;
34830
34830
  } | undefined;
@@ -34839,8 +34839,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34839
34839
  }, {
34840
34840
  object: "user";
34841
34841
  id: string;
34842
- type?: "person" | "bot" | undefined;
34843
34842
  name?: string | undefined;
34843
+ type?: "person" | "bot" | undefined;
34844
34844
  person?: {
34845
34845
  email?: string | undefined;
34846
34846
  } | undefined;
@@ -34951,8 +34951,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
34951
34951
  created_by: {
34952
34952
  object: "user";
34953
34953
  id: string;
34954
- type?: "person" | "bot" | undefined;
34955
34954
  name?: string | undefined;
34955
+ type?: "person" | "bot" | undefined;
34956
34956
  person?: {
34957
34957
  email?: string | undefined;
34958
34958
  } | undefined;
@@ -35000,8 +35000,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35000
35000
  created_by: {
35001
35001
  object: "user";
35002
35002
  id: string;
35003
- type?: "person" | "bot" | undefined;
35004
35003
  name?: string | undefined;
35004
+ type?: "person" | "bot" | undefined;
35005
35005
  person?: {
35006
35006
  email?: string | undefined;
35007
35007
  } | undefined;
@@ -35054,8 +35054,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35054
35054
  created_by: {
35055
35055
  object: "user";
35056
35056
  id: string;
35057
- type?: "person" | "bot" | undefined;
35058
35057
  name?: string | undefined;
35058
+ type?: "person" | "bot" | undefined;
35059
35059
  person?: {
35060
35060
  email?: string | undefined;
35061
35061
  } | undefined;
@@ -35108,8 +35108,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35108
35108
  created_by: {
35109
35109
  object: "user";
35110
35110
  id: string;
35111
- type?: "person" | "bot" | undefined;
35112
35111
  name?: string | undefined;
35112
+ type?: "person" | "bot" | undefined;
35113
35113
  person?: {
35114
35114
  email?: string | undefined;
35115
35115
  } | undefined;
@@ -35188,8 +35188,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35188
35188
  }, "strip", z.ZodTypeAny, {
35189
35189
  object: "user";
35190
35190
  id: string;
35191
- type?: "person" | "bot" | undefined;
35192
35191
  name?: string | undefined;
35192
+ type?: "person" | "bot" | undefined;
35193
35193
  person?: {
35194
35194
  email?: string | undefined;
35195
35195
  } | undefined;
@@ -35204,8 +35204,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35204
35204
  }, {
35205
35205
  object: "user";
35206
35206
  id: string;
35207
- type?: "person" | "bot" | undefined;
35208
35207
  name?: string | undefined;
35208
+ type?: "person" | "bot" | undefined;
35209
35209
  person?: {
35210
35210
  email?: string | undefined;
35211
35211
  } | undefined;
@@ -35228,8 +35228,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35228
35228
  users?: {
35229
35229
  object: "user";
35230
35230
  id: string;
35231
- type?: "person" | "bot" | undefined;
35232
35231
  name?: string | undefined;
35232
+ type?: "person" | "bot" | undefined;
35233
35233
  person?: {
35234
35234
  email?: string | undefined;
35235
35235
  } | undefined;
@@ -35251,8 +35251,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35251
35251
  users?: {
35252
35252
  object: "user";
35253
35253
  id: string;
35254
- type?: "person" | "bot" | undefined;
35255
35254
  name?: string | undefined;
35255
+ type?: "person" | "bot" | undefined;
35256
35256
  person?: {
35257
35257
  email?: string | undefined;
35258
35258
  } | undefined;