@bubblelab/bubble-core 0.1.51 → 0.1.52

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 (40) hide show
  1. package/dist/bubble-bundle.d.ts +50 -50
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +72 -72
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +124 -124
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/firecrawl.d.ts +48 -48
  9. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +36 -36
  11. package/dist/bubbles/service-bubble/github.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
  13. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/jira/jira.d.ts +24 -24
  16. package/dist/bubbles/service-bubble/notion/notion.d.ts +392 -392
  17. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/slack/slack.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +201 -32
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/stripe/stripe.js +51 -0
  22. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  23. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +210 -40
  24. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +45 -0
  26. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  27. package/dist/bubbles/service-bubble/telegram.d.ts +140 -140
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  30. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +10 -10
  31. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  33. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  34. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  35. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  36. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  37. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  38. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  39. package/dist/bubbles.json +252 -2
  40. package/package.json +2 -2
@@ -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;
@@ -2993,8 +2993,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
2993
2993
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2994
2994
  }, "strip", z.ZodTypeAny, {
2995
2995
  object: "page";
2996
- properties: Record<string, unknown>;
2997
2996
  id: string;
2997
+ properties: Record<string, unknown>;
2998
2998
  url: string;
2999
2999
  parent: {
3000
3000
  type: "page_id";
@@ -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;
@@ -3086,8 +3086,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3086
3086
  public_url?: string | null | undefined;
3087
3087
  }, {
3088
3088
  object: "page";
3089
- properties: Record<string, unknown>;
3090
3089
  id: string;
3090
+ properties: Record<string, unknown>;
3091
3091
  url: string;
3092
3092
  parent: {
3093
3093
  type: "page_id";
@@ -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;
@@ -3184,8 +3184,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3184
3184
  error: string;
3185
3185
  page?: {
3186
3186
  object: "page";
3187
- properties: Record<string, unknown>;
3188
3187
  id: string;
3188
+ properties: Record<string, unknown>;
3189
3189
  url: string;
3190
3190
  parent: {
3191
3191
  type: "page_id";
@@ -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;
@@ -3282,8 +3282,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3282
3282
  error: string;
3283
3283
  page?: {
3284
3284
  object: "page";
3285
- properties: Record<string, unknown>;
3286
3285
  id: string;
3286
+ properties: Record<string, unknown>;
3287
3287
  url: string;
3288
3288
  parent: {
3289
3289
  type: "page_id";
@@ -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;
@@ -3697,8 +3697,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3697
3697
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3698
3698
  }, "strip", z.ZodTypeAny, {
3699
3699
  object: "page";
3700
- properties: Record<string, unknown>;
3701
3700
  id: string;
3701
+ properties: Record<string, unknown>;
3702
3702
  url: string;
3703
3703
  parent: {
3704
3704
  type: "page_id";
@@ -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;
@@ -3790,8 +3790,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3790
3790
  public_url?: string | null | undefined;
3791
3791
  }, {
3792
3792
  object: "page";
3793
- properties: Record<string, unknown>;
3794
3793
  id: string;
3794
+ properties: Record<string, unknown>;
3795
3795
  url: string;
3796
3796
  parent: {
3797
3797
  type: "page_id";
@@ -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;
@@ -3888,8 +3888,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3888
3888
  error: string;
3889
3889
  page?: {
3890
3890
  object: "page";
3891
- properties: Record<string, unknown>;
3892
3891
  id: string;
3892
+ properties: Record<string, unknown>;
3893
3893
  url: string;
3894
3894
  parent: {
3895
3895
  type: "page_id";
@@ -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;
@@ -3986,8 +3986,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
3986
3986
  error: string;
3987
3987
  page?: {
3988
3988
  object: "page";
3989
- properties: Record<string, unknown>;
3990
3989
  id: string;
3990
+ properties: Record<string, unknown>;
3991
3991
  url: string;
3992
3992
  parent: {
3993
3993
  type: "page_id";
@@ -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;
@@ -4401,8 +4401,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4401
4401
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4402
4402
  }, "strip", z.ZodTypeAny, {
4403
4403
  object: "page";
4404
- properties: Record<string, unknown>;
4405
4404
  id: string;
4405
+ properties: Record<string, unknown>;
4406
4406
  url: string;
4407
4407
  parent: {
4408
4408
  type: "page_id";
@@ -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;
@@ -4494,8 +4494,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4494
4494
  public_url?: string | null | undefined;
4495
4495
  }, {
4496
4496
  object: "page";
4497
- properties: Record<string, unknown>;
4498
4497
  id: string;
4498
+ properties: Record<string, unknown>;
4499
4499
  url: string;
4500
4500
  parent: {
4501
4501
  type: "page_id";
@@ -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;
@@ -4592,8 +4592,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4592
4592
  error: string;
4593
4593
  page?: {
4594
4594
  object: "page";
4595
- properties: Record<string, unknown>;
4596
4595
  id: string;
4596
+ properties: Record<string, unknown>;
4597
4597
  url: string;
4598
4598
  parent: {
4599
4599
  type: "page_id";
@@ -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;
@@ -4690,8 +4690,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
4690
4690
  error: string;
4691
4691
  page?: {
4692
4692
  object: "page";
4693
- properties: Record<string, unknown>;
4694
4693
  id: string;
4694
+ properties: Record<string, unknown>;
4695
4695
  url: string;
4696
4696
  parent: {
4697
4697
  type: "page_id";
@@ -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;
@@ -5319,6 +5319,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5319
5319
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5320
5320
  }, "strip", z.ZodTypeAny, {
5321
5321
  object: "database";
5322
+ id: string;
5322
5323
  title: {
5323
5324
  type: "text" | "mention" | "equation";
5324
5325
  text?: {
@@ -5338,7 +5339,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5338
5339
  } | undefined;
5339
5340
  href?: string | null | undefined;
5340
5341
  }[];
5341
- id: string;
5342
5342
  parent: {
5343
5343
  type: "page_id";
5344
5344
  page_id: string;
@@ -5452,6 +5452,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5452
5452
  is_inline?: boolean | undefined;
5453
5453
  }, {
5454
5454
  object: "database";
5455
+ id: string;
5455
5456
  title: {
5456
5457
  type: "text" | "mention" | "equation";
5457
5458
  text?: {
@@ -5471,7 +5472,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5471
5472
  } | undefined;
5472
5473
  href?: string | null | undefined;
5473
5474
  }[];
5474
- id: string;
5475
5475
  parent: {
5476
5476
  type: "page_id";
5477
5477
  page_id: string;
@@ -5590,6 +5590,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5590
5590
  error: string;
5591
5591
  database?: {
5592
5592
  object: "database";
5593
+ id: string;
5593
5594
  title: {
5594
5595
  type: "text" | "mention" | "equation";
5595
5596
  text?: {
@@ -5609,7 +5610,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5609
5610
  } | undefined;
5610
5611
  href?: string | null | undefined;
5611
5612
  }[];
5612
- id: string;
5613
5613
  parent: {
5614
5614
  type: "page_id";
5615
5615
  page_id: string;
@@ -5728,6 +5728,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5728
5728
  error: string;
5729
5729
  database?: {
5730
5730
  object: "database";
5731
+ id: string;
5731
5732
  title: {
5732
5733
  type: "text" | "mention" | "equation";
5733
5734
  text?: {
@@ -5747,7 +5748,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
5747
5748
  } | undefined;
5748
5749
  href?: string | null | undefined;
5749
5750
  }[];
5750
- id: string;
5751
5751
  parent: {
5752
5752
  type: "page_id";
5753
5753
  page_id: string;
@@ -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;
@@ -10993,6 +10993,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
10993
10993
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10994
10994
  }, "strip", z.ZodTypeAny, {
10995
10995
  object: "database";
10996
+ id: string;
10996
10997
  title: {
10997
10998
  type: "text" | "mention" | "equation";
10998
10999
  text?: {
@@ -11012,7 +11013,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
11012
11013
  } | undefined;
11013
11014
  href?: string | null | undefined;
11014
11015
  }[];
11015
- id: string;
11016
11016
  parent: {
11017
11017
  type: "page_id";
11018
11018
  page_id: string;
@@ -11126,6 +11126,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
11126
11126
  is_inline?: boolean | undefined;
11127
11127
  }, {
11128
11128
  object: "database";
11129
+ id: string;
11129
11130
  title: {
11130
11131
  type: "text" | "mention" | "equation";
11131
11132
  text?: {
@@ -11145,7 +11146,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
11145
11146
  } | undefined;
11146
11147
  href?: string | null | undefined;
11147
11148
  }[];
11148
- id: string;
11149
11149
  parent: {
11150
11150
  type: "page_id";
11151
11151
  page_id: string;
@@ -11264,6 +11264,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
11264
11264
  error: string;
11265
11265
  database?: {
11266
11266
  object: "database";
11267
+ id: string;
11267
11268
  title: {
11268
11269
  type: "text" | "mention" | "equation";
11269
11270
  text?: {
@@ -11283,7 +11284,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
11283
11284
  } | undefined;
11284
11285
  href?: string | null | undefined;
11285
11286
  }[];
11286
- id: string;
11287
11287
  parent: {
11288
11288
  type: "page_id";
11289
11289
  page_id: string;
@@ -11402,6 +11402,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
11402
11402
  error: string;
11403
11403
  database?: {
11404
11404
  object: "database";
11405
+ id: string;
11405
11406
  title: {
11406
11407
  type: "text" | "mention" | "equation";
11407
11408
  text?: {
@@ -11421,7 +11422,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
11421
11422
  } | undefined;
11422
11423
  href?: string | null | undefined;
11423
11424
  }[];
11424
- id: string;
11425
11425
  parent: {
11426
11426
  type: "page_id";
11427
11427
  page_id: string;
@@ -12071,6 +12071,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12071
12071
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12072
12072
  }, "strip", z.ZodTypeAny, {
12073
12073
  object: "database";
12074
+ id: string;
12074
12075
  title: {
12075
12076
  type: "text" | "mention" | "equation";
12076
12077
  text?: {
@@ -12090,7 +12091,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12090
12091
  } | undefined;
12091
12092
  href?: string | null | undefined;
12092
12093
  }[];
12093
- id: string;
12094
12094
  parent: {
12095
12095
  type: "page_id";
12096
12096
  page_id: string;
@@ -12204,6 +12204,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12204
12204
  is_inline?: boolean | undefined;
12205
12205
  }, {
12206
12206
  object: "database";
12207
+ id: string;
12207
12208
  title: {
12208
12209
  type: "text" | "mention" | "equation";
12209
12210
  text?: {
@@ -12223,7 +12224,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12223
12224
  } | undefined;
12224
12225
  href?: string | null | undefined;
12225
12226
  }[];
12226
- id: string;
12227
12227
  parent: {
12228
12228
  type: "page_id";
12229
12229
  page_id: string;
@@ -12342,6 +12342,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12342
12342
  error: string;
12343
12343
  database?: {
12344
12344
  object: "database";
12345
+ id: string;
12345
12346
  title: {
12346
12347
  type: "text" | "mention" | "equation";
12347
12348
  text?: {
@@ -12361,7 +12362,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12361
12362
  } | undefined;
12362
12363
  href?: string | null | undefined;
12363
12364
  }[];
12364
- id: string;
12365
12365
  parent: {
12366
12366
  type: "page_id";
12367
12367
  page_id: string;
@@ -12480,6 +12480,7 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12480
12480
  error: string;
12481
12481
  database?: {
12482
12482
  object: "database";
12483
+ id: string;
12483
12484
  title: {
12484
12485
  type: "text" | "mention" | "equation";
12485
12486
  text?: {
@@ -12499,7 +12500,6 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
12499
12500
  } | undefined;
12500
12501
  href?: string | null | undefined;
12501
12502
  }[];
12502
- id: string;
12503
12503
  parent: {
12504
12504
  type: "page_id";
12505
12505
  page_id: string;
@@ -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;
@@ -13318,8 +13318,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13318
13318
  }, "strip", z.ZodTypeAny, {
13319
13319
  object: "user";
13320
13320
  id: string;
13321
- type?: "person" | "bot" | undefined;
13322
13321
  name?: string | undefined;
13322
+ type?: "person" | "bot" | undefined;
13323
13323
  person?: {
13324
13324
  email?: string | undefined;
13325
13325
  } | undefined;
@@ -13334,8 +13334,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13334
13334
  }, {
13335
13335
  object: "user";
13336
13336
  id: string;
13337
- type?: "person" | "bot" | undefined;
13338
13337
  name?: string | undefined;
13338
+ type?: "person" | "bot" | undefined;
13339
13339
  person?: {
13340
13340
  email?: string | undefined;
13341
13341
  } | undefined;
@@ -13389,8 +13389,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13389
13389
  }, "strip", z.ZodTypeAny, {
13390
13390
  object: "user";
13391
13391
  id: string;
13392
- type?: "person" | "bot" | undefined;
13393
13392
  name?: string | undefined;
13393
+ type?: "person" | "bot" | undefined;
13394
13394
  person?: {
13395
13395
  email?: string | undefined;
13396
13396
  } | undefined;
@@ -13405,8 +13405,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13405
13405
  }, {
13406
13406
  object: "user";
13407
13407
  id: string;
13408
- type?: "person" | "bot" | undefined;
13409
13408
  name?: string | undefined;
13409
+ type?: "person" | "bot" | undefined;
13410
13410
  person?: {
13411
13411
  email?: string | undefined;
13412
13412
  } | undefined;
@@ -13525,8 +13525,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13525
13525
  }, "strip", z.ZodTypeAny, {
13526
13526
  object: "user";
13527
13527
  id: string;
13528
- type?: "person" | "bot" | undefined;
13529
13528
  name?: string | undefined;
13529
+ type?: "person" | "bot" | undefined;
13530
13530
  person?: {
13531
13531
  email?: string | undefined;
13532
13532
  } | undefined;
@@ -13541,8 +13541,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13541
13541
  }, {
13542
13542
  object: "user";
13543
13543
  id: string;
13544
- type?: "person" | "bot" | undefined;
13545
13544
  name?: string | undefined;
13545
+ type?: "person" | "bot" | undefined;
13546
13546
  person?: {
13547
13547
  email?: string | undefined;
13548
13548
  } | undefined;
@@ -13596,8 +13596,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13596
13596
  }, "strip", z.ZodTypeAny, {
13597
13597
  object: "user";
13598
13598
  id: string;
13599
- type?: "person" | "bot" | undefined;
13600
13599
  name?: string | undefined;
13600
+ type?: "person" | "bot" | undefined;
13601
13601
  person?: {
13602
13602
  email?: string | undefined;
13603
13603
  } | undefined;
@@ -13612,8 +13612,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
13612
13612
  }, {
13613
13613
  object: "user";
13614
13614
  id: string;
13615
- type?: "person" | "bot" | undefined;
13616
13615
  name?: string | undefined;
13616
+ type?: "person" | "bot" | undefined;
13617
13617
  person?: {
13618
13618
  email?: string | undefined;
13619
13619
  } | 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;
@@ -14339,8 +14339,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14339
14339
  }, "strip", z.ZodTypeAny, {
14340
14340
  object: "user";
14341
14341
  id: string;
14342
- type?: "person" | "bot" | undefined;
14343
14342
  name?: string | undefined;
14343
+ type?: "person" | "bot" | undefined;
14344
14344
  person?: {
14345
14345
  email?: string | undefined;
14346
14346
  } | undefined;
@@ -14355,8 +14355,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14355
14355
  }, {
14356
14356
  object: "user";
14357
14357
  id: string;
14358
- type?: "person" | "bot" | undefined;
14359
14358
  name?: string | undefined;
14359
+ type?: "person" | "bot" | undefined;
14360
14360
  person?: {
14361
14361
  email?: string | undefined;
14362
14362
  } | undefined;
@@ -14410,8 +14410,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14410
14410
  }, "strip", z.ZodTypeAny, {
14411
14411
  object: "user";
14412
14412
  id: string;
14413
- type?: "person" | "bot" | undefined;
14414
14413
  name?: string | undefined;
14414
+ type?: "person" | "bot" | undefined;
14415
14415
  person?: {
14416
14416
  email?: string | undefined;
14417
14417
  } | undefined;
@@ -14426,8 +14426,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14426
14426
  }, {
14427
14427
  object: "user";
14428
14428
  id: string;
14429
- type?: "person" | "bot" | undefined;
14430
14429
  name?: string | undefined;
14430
+ type?: "person" | "bot" | undefined;
14431
14431
  person?: {
14432
14432
  email?: string | undefined;
14433
14433
  } | undefined;
@@ -14546,8 +14546,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14546
14546
  }, "strip", z.ZodTypeAny, {
14547
14547
  object: "user";
14548
14548
  id: string;
14549
- type?: "person" | "bot" | undefined;
14550
14549
  name?: string | undefined;
14550
+ type?: "person" | "bot" | undefined;
14551
14551
  person?: {
14552
14552
  email?: string | undefined;
14553
14553
  } | undefined;
@@ -14562,8 +14562,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14562
14562
  }, {
14563
14563
  object: "user";
14564
14564
  id: string;
14565
- type?: "person" | "bot" | undefined;
14566
14565
  name?: string | undefined;
14566
+ type?: "person" | "bot" | undefined;
14567
14567
  person?: {
14568
14568
  email?: string | undefined;
14569
14569
  } | undefined;
@@ -14617,8 +14617,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14617
14617
  }, "strip", z.ZodTypeAny, {
14618
14618
  object: "user";
14619
14619
  id: string;
14620
- type?: "person" | "bot" | undefined;
14621
14620
  name?: string | undefined;
14621
+ type?: "person" | "bot" | undefined;
14622
14622
  person?: {
14623
14623
  email?: string | undefined;
14624
14624
  } | undefined;
@@ -14633,8 +14633,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14633
14633
  }, {
14634
14634
  object: "user";
14635
14635
  id: string;
14636
- type?: "person" | "bot" | undefined;
14637
14636
  name?: string | undefined;
14637
+ type?: "person" | "bot" | undefined;
14638
14638
  person?: {
14639
14639
  email?: string | undefined;
14640
14640
  } | 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;
@@ -17536,8 +17536,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17536
17536
  users?: {
17537
17537
  object: "user";
17538
17538
  id: string;
17539
- type?: "person" | "bot" | undefined;
17540
17539
  name?: string | undefined;
17540
+ type?: "person" | "bot" | undefined;
17541
17541
  person?: {
17542
17542
  email?: string | undefined;
17543
17543
  } | undefined;
@@ -17559,8 +17559,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
17559
17559
  users?: {
17560
17560
  object: "user";
17561
17561
  id: string;
17562
- type?: "person" | "bot" | undefined;
17563
17562
  name?: string | undefined;
17563
+ type?: "person" | "bot" | undefined;
17564
17564
  person?: {
17565
17565
  email?: string | undefined;
17566
17566
  } | undefined;
@@ -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;
@@ -20684,8 +20684,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20684
20684
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20685
20685
  }, "strip", z.ZodTypeAny, {
20686
20686
  object: "page";
20687
- properties: Record<string, unknown>;
20688
20687
  id: string;
20688
+ properties: Record<string, unknown>;
20689
20689
  url: string;
20690
20690
  parent: {
20691
20691
  type: "page_id";
@@ -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;
@@ -20777,8 +20777,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20777
20777
  public_url?: string | null | undefined;
20778
20778
  }, {
20779
20779
  object: "page";
20780
- properties: Record<string, unknown>;
20781
20780
  id: string;
20781
+ properties: Record<string, unknown>;
20782
20782
  url: string;
20783
20783
  parent: {
20784
20784
  type: "page_id";
@@ -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;
@@ -20875,8 +20875,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20875
20875
  error: string;
20876
20876
  page?: {
20877
20877
  object: "page";
20878
- properties: Record<string, unknown>;
20879
20878
  id: string;
20879
+ properties: Record<string, unknown>;
20880
20880
  url: string;
20881
20881
  parent: {
20882
20882
  type: "page_id";
@@ -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;
@@ -20973,8 +20973,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
20973
20973
  error: string;
20974
20974
  page?: {
20975
20975
  object: "page";
20976
- properties: Record<string, unknown>;
20977
20976
  id: string;
20977
+ properties: Record<string, unknown>;
20978
20978
  url: string;
20979
20979
  parent: {
20980
20980
  type: "page_id";
@@ -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;
@@ -21388,8 +21388,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21388
21388
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21389
21389
  }, "strip", z.ZodTypeAny, {
21390
21390
  object: "page";
21391
- properties: Record<string, unknown>;
21392
21391
  id: string;
21392
+ properties: Record<string, unknown>;
21393
21393
  url: string;
21394
21394
  parent: {
21395
21395
  type: "page_id";
@@ -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;
@@ -21481,8 +21481,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21481
21481
  public_url?: string | null | undefined;
21482
21482
  }, {
21483
21483
  object: "page";
21484
- properties: Record<string, unknown>;
21485
21484
  id: string;
21485
+ properties: Record<string, unknown>;
21486
21486
  url: string;
21487
21487
  parent: {
21488
21488
  type: "page_id";
@@ -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;
@@ -21579,8 +21579,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21579
21579
  error: string;
21580
21580
  page?: {
21581
21581
  object: "page";
21582
- properties: Record<string, unknown>;
21583
21582
  id: string;
21583
+ properties: Record<string, unknown>;
21584
21584
  url: string;
21585
21585
  parent: {
21586
21586
  type: "page_id";
@@ -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;
@@ -21677,8 +21677,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
21677
21677
  error: string;
21678
21678
  page?: {
21679
21679
  object: "page";
21680
- properties: Record<string, unknown>;
21681
21680
  id: string;
21681
+ properties: Record<string, unknown>;
21682
21682
  url: string;
21683
21683
  parent: {
21684
21684
  type: "page_id";
@@ -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;
@@ -22092,8 +22092,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22092
22092
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22093
22093
  }, "strip", z.ZodTypeAny, {
22094
22094
  object: "page";
22095
- properties: Record<string, unknown>;
22096
22095
  id: string;
22096
+ properties: Record<string, unknown>;
22097
22097
  url: string;
22098
22098
  parent: {
22099
22099
  type: "page_id";
@@ -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;
@@ -22185,8 +22185,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22185
22185
  public_url?: string | null | undefined;
22186
22186
  }, {
22187
22187
  object: "page";
22188
- properties: Record<string, unknown>;
22189
22188
  id: string;
22189
+ properties: Record<string, unknown>;
22190
22190
  url: string;
22191
22191
  parent: {
22192
22192
  type: "page_id";
@@ -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;
@@ -22283,8 +22283,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22283
22283
  error: string;
22284
22284
  page?: {
22285
22285
  object: "page";
22286
- properties: Record<string, unknown>;
22287
22286
  id: string;
22287
+ properties: Record<string, unknown>;
22288
22288
  url: string;
22289
22289
  parent: {
22290
22290
  type: "page_id";
@@ -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;
@@ -22381,8 +22381,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
22381
22381
  error: string;
22382
22382
  page?: {
22383
22383
  object: "page";
22384
- properties: Record<string, unknown>;
22385
22384
  id: string;
22385
+ properties: Record<string, unknown>;
22386
22386
  url: string;
22387
22387
  parent: {
22388
22388
  type: "page_id";
@@ -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;
@@ -23010,6 +23010,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23010
23010
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23011
23011
  }, "strip", z.ZodTypeAny, {
23012
23012
  object: "database";
23013
+ id: string;
23013
23014
  title: {
23014
23015
  type: "text" | "mention" | "equation";
23015
23016
  text?: {
@@ -23029,7 +23030,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23029
23030
  } | undefined;
23030
23031
  href?: string | null | undefined;
23031
23032
  }[];
23032
- id: string;
23033
23033
  parent: {
23034
23034
  type: "page_id";
23035
23035
  page_id: string;
@@ -23143,6 +23143,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23143
23143
  is_inline?: boolean | undefined;
23144
23144
  }, {
23145
23145
  object: "database";
23146
+ id: string;
23146
23147
  title: {
23147
23148
  type: "text" | "mention" | "equation";
23148
23149
  text?: {
@@ -23162,7 +23163,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23162
23163
  } | undefined;
23163
23164
  href?: string | null | undefined;
23164
23165
  }[];
23165
- id: string;
23166
23166
  parent: {
23167
23167
  type: "page_id";
23168
23168
  page_id: string;
@@ -23281,6 +23281,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23281
23281
  error: string;
23282
23282
  database?: {
23283
23283
  object: "database";
23284
+ id: string;
23284
23285
  title: {
23285
23286
  type: "text" | "mention" | "equation";
23286
23287
  text?: {
@@ -23300,7 +23301,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23300
23301
  } | undefined;
23301
23302
  href?: string | null | undefined;
23302
23303
  }[];
23303
- id: string;
23304
23304
  parent: {
23305
23305
  type: "page_id";
23306
23306
  page_id: string;
@@ -23419,6 +23419,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23419
23419
  error: string;
23420
23420
  database?: {
23421
23421
  object: "database";
23422
+ id: string;
23422
23423
  title: {
23423
23424
  type: "text" | "mention" | "equation";
23424
23425
  text?: {
@@ -23438,7 +23439,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
23438
23439
  } | undefined;
23439
23440
  href?: string | null | undefined;
23440
23441
  }[];
23441
- id: string;
23442
23442
  parent: {
23443
23443
  type: "page_id";
23444
23444
  page_id: string;
@@ -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;
@@ -28684,6 +28684,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
28684
28684
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28685
28685
  }, "strip", z.ZodTypeAny, {
28686
28686
  object: "database";
28687
+ id: string;
28687
28688
  title: {
28688
28689
  type: "text" | "mention" | "equation";
28689
28690
  text?: {
@@ -28703,7 +28704,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
28703
28704
  } | undefined;
28704
28705
  href?: string | null | undefined;
28705
28706
  }[];
28706
- id: string;
28707
28707
  parent: {
28708
28708
  type: "page_id";
28709
28709
  page_id: string;
@@ -28817,6 +28817,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
28817
28817
  is_inline?: boolean | undefined;
28818
28818
  }, {
28819
28819
  object: "database";
28820
+ id: string;
28820
28821
  title: {
28821
28822
  type: "text" | "mention" | "equation";
28822
28823
  text?: {
@@ -28836,7 +28837,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
28836
28837
  } | undefined;
28837
28838
  href?: string | null | undefined;
28838
28839
  }[];
28839
- id: string;
28840
28840
  parent: {
28841
28841
  type: "page_id";
28842
28842
  page_id: string;
@@ -28955,6 +28955,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
28955
28955
  error: string;
28956
28956
  database?: {
28957
28957
  object: "database";
28958
+ id: string;
28958
28959
  title: {
28959
28960
  type: "text" | "mention" | "equation";
28960
28961
  text?: {
@@ -28974,7 +28975,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
28974
28975
  } | undefined;
28975
28976
  href?: string | null | undefined;
28976
28977
  }[];
28977
- id: string;
28978
28978
  parent: {
28979
28979
  type: "page_id";
28980
28980
  page_id: string;
@@ -29093,6 +29093,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
29093
29093
  error: string;
29094
29094
  database?: {
29095
29095
  object: "database";
29096
+ id: string;
29096
29097
  title: {
29097
29098
  type: "text" | "mention" | "equation";
29098
29099
  text?: {
@@ -29112,7 +29113,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
29112
29113
  } | undefined;
29113
29114
  href?: string | null | undefined;
29114
29115
  }[];
29115
- id: string;
29116
29116
  parent: {
29117
29117
  type: "page_id";
29118
29118
  page_id: string;
@@ -29762,6 +29762,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
29762
29762
  public_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29763
29763
  }, "strip", z.ZodTypeAny, {
29764
29764
  object: "database";
29765
+ id: string;
29765
29766
  title: {
29766
29767
  type: "text" | "mention" | "equation";
29767
29768
  text?: {
@@ -29781,7 +29782,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
29781
29782
  } | undefined;
29782
29783
  href?: string | null | undefined;
29783
29784
  }[];
29784
- id: string;
29785
29785
  parent: {
29786
29786
  type: "page_id";
29787
29787
  page_id: string;
@@ -29895,6 +29895,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
29895
29895
  is_inline?: boolean | undefined;
29896
29896
  }, {
29897
29897
  object: "database";
29898
+ id: string;
29898
29899
  title: {
29899
29900
  type: "text" | "mention" | "equation";
29900
29901
  text?: {
@@ -29914,7 +29915,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
29914
29915
  } | undefined;
29915
29916
  href?: string | null | undefined;
29916
29917
  }[];
29917
- id: string;
29918
29918
  parent: {
29919
29919
  type: "page_id";
29920
29920
  page_id: string;
@@ -30033,6 +30033,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30033
30033
  error: string;
30034
30034
  database?: {
30035
30035
  object: "database";
30036
+ id: string;
30036
30037
  title: {
30037
30038
  type: "text" | "mention" | "equation";
30038
30039
  text?: {
@@ -30052,7 +30053,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30052
30053
  } | undefined;
30053
30054
  href?: string | null | undefined;
30054
30055
  }[];
30055
- id: string;
30056
30056
  parent: {
30057
30057
  type: "page_id";
30058
30058
  page_id: string;
@@ -30171,6 +30171,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30171
30171
  error: string;
30172
30172
  database?: {
30173
30173
  object: "database";
30174
+ id: string;
30174
30175
  title: {
30175
30176
  type: "text" | "mention" | "equation";
30176
30177
  text?: {
@@ -30190,7 +30191,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30190
30191
  } | undefined;
30191
30192
  href?: string | null | undefined;
30192
30193
  }[];
30193
- id: string;
30194
30194
  parent: {
30195
30195
  type: "page_id";
30196
30196
  page_id: string;
@@ -30402,8 +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
30405
  name?: string | undefined;
30406
+ type?: "person" | "bot" | undefined;
30407
30407
  person?: {
30408
30408
  email?: string | undefined;
30409
30409
  } | undefined;
@@ -30418,8 +30418,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30418
30418
  }, {
30419
30419
  object: "user";
30420
30420
  id: string;
30421
- type?: "person" | "bot" | undefined;
30422
30421
  name?: string | undefined;
30422
+ type?: "person" | "bot" | undefined;
30423
30423
  person?: {
30424
30424
  email?: string | undefined;
30425
30425
  } | undefined;
@@ -30473,8 +30473,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30473
30473
  }, "strip", z.ZodTypeAny, {
30474
30474
  object: "user";
30475
30475
  id: string;
30476
- type?: "person" | "bot" | undefined;
30477
30476
  name?: string | undefined;
30477
+ type?: "person" | "bot" | undefined;
30478
30478
  person?: {
30479
30479
  email?: string | undefined;
30480
30480
  } | undefined;
@@ -30489,8 +30489,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
30489
30489
  }, {
30490
30490
  object: "user";
30491
30491
  id: string;
30492
- type?: "person" | "bot" | undefined;
30493
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;
@@ -31009,8 +31009,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31009
31009
  }, "strip", z.ZodTypeAny, {
31010
31010
  object: "user";
31011
31011
  id: string;
31012
- type?: "person" | "bot" | undefined;
31013
31012
  name?: string | undefined;
31013
+ type?: "person" | "bot" | undefined;
31014
31014
  person?: {
31015
31015
  email?: string | undefined;
31016
31016
  } | undefined;
@@ -31025,8 +31025,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31025
31025
  }, {
31026
31026
  object: "user";
31027
31027
  id: string;
31028
- type?: "person" | "bot" | undefined;
31029
31028
  name?: string | undefined;
31029
+ type?: "person" | "bot" | undefined;
31030
31030
  person?: {
31031
31031
  email?: string | undefined;
31032
31032
  } | undefined;
@@ -31080,8 +31080,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31080
31080
  }, "strip", z.ZodTypeAny, {
31081
31081
  object: "user";
31082
31082
  id: string;
31083
- type?: "person" | "bot" | undefined;
31084
31083
  name?: string | undefined;
31084
+ type?: "person" | "bot" | undefined;
31085
31085
  person?: {
31086
31086
  email?: string | undefined;
31087
31087
  } | undefined;
@@ -31096,8 +31096,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31096
31096
  }, {
31097
31097
  object: "user";
31098
31098
  id: string;
31099
- type?: "person" | "bot" | undefined;
31100
31099
  name?: string | undefined;
31100
+ type?: "person" | "bot" | undefined;
31101
31101
  person?: {
31102
31102
  email?: string | undefined;
31103
31103
  } | undefined;
@@ -31216,8 +31216,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31216
31216
  }, "strip", z.ZodTypeAny, {
31217
31217
  object: "user";
31218
31218
  id: string;
31219
- type?: "person" | "bot" | undefined;
31220
31219
  name?: string | undefined;
31220
+ type?: "person" | "bot" | undefined;
31221
31221
  person?: {
31222
31222
  email?: string | undefined;
31223
31223
  } | undefined;
@@ -31232,8 +31232,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31232
31232
  }, {
31233
31233
  object: "user";
31234
31234
  id: string;
31235
- type?: "person" | "bot" | undefined;
31236
31235
  name?: string | undefined;
31236
+ type?: "person" | "bot" | undefined;
31237
31237
  person?: {
31238
31238
  email?: string | undefined;
31239
31239
  } | undefined;
@@ -31287,8 +31287,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31287
31287
  }, "strip", z.ZodTypeAny, {
31288
31288
  object: "user";
31289
31289
  id: string;
31290
- type?: "person" | "bot" | undefined;
31291
31290
  name?: string | undefined;
31291
+ type?: "person" | "bot" | undefined;
31292
31292
  person?: {
31293
31293
  email?: string | undefined;
31294
31294
  } | undefined;
@@ -31303,8 +31303,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
31303
31303
  }, {
31304
31304
  object: "user";
31305
31305
  id: string;
31306
- type?: "person" | "bot" | undefined;
31307
31306
  name?: string | undefined;
31307
+ type?: "person" | "bot" | undefined;
31308
31308
  person?: {
31309
31309
  email?: string | undefined;
31310
31310
  } | 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;
@@ -32030,8 +32030,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32030
32030
  }, "strip", z.ZodTypeAny, {
32031
32031
  object: "user";
32032
32032
  id: string;
32033
- type?: "person" | "bot" | undefined;
32034
32033
  name?: string | undefined;
32034
+ type?: "person" | "bot" | undefined;
32035
32035
  person?: {
32036
32036
  email?: string | undefined;
32037
32037
  } | undefined;
@@ -32046,8 +32046,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32046
32046
  }, {
32047
32047
  object: "user";
32048
32048
  id: string;
32049
- type?: "person" | "bot" | undefined;
32050
32049
  name?: string | undefined;
32050
+ type?: "person" | "bot" | undefined;
32051
32051
  person?: {
32052
32052
  email?: string | undefined;
32053
32053
  } | undefined;
@@ -32101,8 +32101,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32101
32101
  }, "strip", z.ZodTypeAny, {
32102
32102
  object: "user";
32103
32103
  id: string;
32104
- type?: "person" | "bot" | undefined;
32105
32104
  name?: string | undefined;
32105
+ type?: "person" | "bot" | undefined;
32106
32106
  person?: {
32107
32107
  email?: string | undefined;
32108
32108
  } | undefined;
@@ -32117,8 +32117,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32117
32117
  }, {
32118
32118
  object: "user";
32119
32119
  id: string;
32120
- type?: "person" | "bot" | undefined;
32121
32120
  name?: string | undefined;
32121
+ type?: "person" | "bot" | undefined;
32122
32122
  person?: {
32123
32123
  email?: string | undefined;
32124
32124
  } | undefined;
@@ -32237,8 +32237,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32237
32237
  }, "strip", z.ZodTypeAny, {
32238
32238
  object: "user";
32239
32239
  id: string;
32240
- type?: "person" | "bot" | undefined;
32241
32240
  name?: string | undefined;
32241
+ type?: "person" | "bot" | undefined;
32242
32242
  person?: {
32243
32243
  email?: string | undefined;
32244
32244
  } | undefined;
@@ -32253,8 +32253,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32253
32253
  }, {
32254
32254
  object: "user";
32255
32255
  id: string;
32256
- type?: "person" | "bot" | undefined;
32257
32256
  name?: string | undefined;
32257
+ type?: "person" | "bot" | undefined;
32258
32258
  person?: {
32259
32259
  email?: string | undefined;
32260
32260
  } | undefined;
@@ -32308,8 +32308,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32308
32308
  }, "strip", z.ZodTypeAny, {
32309
32309
  object: "user";
32310
32310
  id: string;
32311
- type?: "person" | "bot" | undefined;
32312
32311
  name?: string | undefined;
32312
+ type?: "person" | "bot" | undefined;
32313
32313
  person?: {
32314
32314
  email?: string | undefined;
32315
32315
  } | undefined;
@@ -32324,8 +32324,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
32324
32324
  }, {
32325
32325
  object: "user";
32326
32326
  id: string;
32327
- type?: "person" | "bot" | undefined;
32328
32327
  name?: string | undefined;
32328
+ type?: "person" | "bot" | undefined;
32329
32329
  person?: {
32330
32330
  email?: string | undefined;
32331
32331
  } | 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;
@@ -35227,8 +35227,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35227
35227
  users?: {
35228
35228
  object: "user";
35229
35229
  id: string;
35230
- type?: "person" | "bot" | undefined;
35231
35230
  name?: string | undefined;
35231
+ type?: "person" | "bot" | undefined;
35232
35232
  person?: {
35233
35233
  email?: string | undefined;
35234
35234
  } | undefined;
@@ -35250,8 +35250,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
35250
35250
  users?: {
35251
35251
  object: "user";
35252
35252
  id: string;
35253
- type?: "person" | "bot" | undefined;
35254
35253
  name?: string | undefined;
35254
+ type?: "person" | "bot" | undefined;
35255
35255
  person?: {
35256
35256
  email?: string | undefined;
35257
35257
  } | undefined;