@savvycal/appointments-react-query 1.2.4 → 1.2.5

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.
package/dist/index.d.cts CHANGED
@@ -96,6 +96,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
96
96
  };
97
97
  client_data: {
98
98
  email?: string | null;
99
+ fields: {
100
+ [key: string]: unknown;
101
+ };
99
102
  first_name?: string | null;
100
103
  last_name?: string | null;
101
104
  locale: string | null;
@@ -141,6 +144,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
141
144
  conferencing_provider: string | null;
142
145
  error_message: string | null;
143
146
  external_meeting_id: string | null;
147
+ host_url: string | null;
144
148
  id: string;
145
149
  join_url: string | null;
146
150
  object: "appointment_meeting";
@@ -326,6 +330,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
326
330
  } | null;
327
331
  client_data?: {
328
332
  email?: string | null;
333
+ fields?: {
334
+ [key: string]: unknown;
335
+ };
329
336
  first_name?: string | null;
330
337
  last_name?: string | null;
331
338
  locale?: string | null;
@@ -537,6 +544,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
537
544
  };
538
545
  client_data: {
539
546
  email?: string | null;
547
+ fields: {
548
+ [key: string]: unknown;
549
+ };
540
550
  first_name?: string | null;
541
551
  last_name?: string | null;
542
552
  locale: string | null;
@@ -582,6 +592,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
582
592
  conferencing_provider: string | null;
583
593
  error_message: string | null;
584
594
  external_meeting_id: string | null;
595
+ host_url: string | null;
585
596
  id: string;
586
597
  join_url: string | null;
587
598
  object: "appointment_meeting";
@@ -767,6 +778,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
767
778
  } | null;
768
779
  client_data?: {
769
780
  email?: string | null;
781
+ fields?: {
782
+ [key: string]: unknown;
783
+ };
770
784
  first_name?: string | null;
771
785
  last_name?: string | null;
772
786
  locale?: string | null;
@@ -1037,6 +1051,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
1037
1051
  };
1038
1052
  client_data: {
1039
1053
  email?: string | null;
1054
+ fields: {
1055
+ [key: string]: unknown;
1056
+ };
1040
1057
  first_name?: string | null;
1041
1058
  last_name?: string | null;
1042
1059
  locale: string | null;
@@ -1082,6 +1099,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
1082
1099
  conferencing_provider: string | null;
1083
1100
  error_message: string | null;
1084
1101
  external_meeting_id: string | null;
1102
+ host_url: string | null;
1085
1103
  id: string;
1086
1104
  join_url: string | null;
1087
1105
  object: "appointment_meeting";
@@ -1267,6 +1285,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
1267
1285
  } | null;
1268
1286
  client_data?: {
1269
1287
  email?: string | null;
1288
+ fields?: {
1289
+ [key: string]: unknown;
1290
+ };
1270
1291
  first_name?: string | null;
1271
1292
  last_name?: string | null;
1272
1293
  locale?: string | null;
@@ -2044,6 +2065,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
2044
2065
  };
2045
2066
  client_data: {
2046
2067
  email?: string | null;
2068
+ fields: {
2069
+ [key: string]: unknown;
2070
+ };
2047
2071
  first_name?: string | null;
2048
2072
  last_name?: string | null;
2049
2073
  locale: string | null;
@@ -2089,6 +2113,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
2089
2113
  conferencing_provider: string | null;
2090
2114
  error_message: string | null;
2091
2115
  external_meeting_id: string | null;
2116
+ host_url: string | null;
2092
2117
  id: string;
2093
2118
  join_url: string | null;
2094
2119
  object: "appointment_meeting";
@@ -2293,6 +2318,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
2293
2318
  };
2294
2319
  client_data: {
2295
2320
  email?: string | null;
2321
+ fields: {
2322
+ [key: string]: unknown;
2323
+ };
2296
2324
  first_name?: string | null;
2297
2325
  last_name?: string | null;
2298
2326
  locale: string | null;
@@ -2338,6 +2366,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
2338
2366
  conferencing_provider: string | null;
2339
2367
  error_message: string | null;
2340
2368
  external_meeting_id: string | null;
2369
+ host_url: string | null;
2341
2370
  id: string;
2342
2371
  join_url: string | null;
2343
2372
  object: "appointment_meeting";
@@ -2596,6 +2625,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
2596
2625
  };
2597
2626
  client_data: {
2598
2627
  email?: string | null;
2628
+ fields: {
2629
+ [key: string]: unknown;
2630
+ };
2599
2631
  first_name?: string | null;
2600
2632
  last_name?: string | null;
2601
2633
  locale: string | null;
@@ -2641,6 +2673,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
2641
2673
  conferencing_provider: string | null;
2642
2674
  error_message: string | null;
2643
2675
  external_meeting_id: string | null;
2676
+ host_url: string | null;
2644
2677
  id: string;
2645
2678
  join_url: string | null;
2646
2679
  object: "appointment_meeting";
@@ -3053,6 +3086,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
3053
3086
  };
3054
3087
  client_data: {
3055
3088
  email?: string | null;
3089
+ fields: {
3090
+ [key: string]: unknown;
3091
+ };
3056
3092
  first_name?: string | null;
3057
3093
  last_name?: string | null;
3058
3094
  locale: string | null;
@@ -3098,6 +3134,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
3098
3134
  conferencing_provider: string | null;
3099
3135
  error_message: string | null;
3100
3136
  external_meeting_id: string | null;
3137
+ host_url: string | null;
3101
3138
  id: string;
3102
3139
  join_url: string | null;
3103
3140
  object: "appointment_meeting";
@@ -3283,6 +3320,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
3283
3320
  } | null;
3284
3321
  client_data?: {
3285
3322
  email?: string | null;
3323
+ fields?: {
3324
+ [key: string]: unknown;
3325
+ };
3286
3326
  first_name?: string | null;
3287
3327
  last_name?: string | null;
3288
3328
  locale?: string | null;
@@ -3494,6 +3534,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
3494
3534
  };
3495
3535
  client_data: {
3496
3536
  email?: string | null;
3537
+ fields: {
3538
+ [key: string]: unknown;
3539
+ };
3497
3540
  first_name?: string | null;
3498
3541
  last_name?: string | null;
3499
3542
  locale: string | null;
@@ -3539,6 +3582,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
3539
3582
  conferencing_provider: string | null;
3540
3583
  error_message: string | null;
3541
3584
  external_meeting_id: string | null;
3585
+ host_url: string | null;
3542
3586
  id: string;
3543
3587
  join_url: string | null;
3544
3588
  object: "appointment_meeting";
@@ -3724,6 +3768,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
3724
3768
  } | null;
3725
3769
  client_data?: {
3726
3770
  email?: string | null;
3771
+ fields?: {
3772
+ [key: string]: unknown;
3773
+ };
3727
3774
  first_name?: string | null;
3728
3775
  last_name?: string | null;
3729
3776
  locale?: string | null;
@@ -4027,6 +4074,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
4027
4074
  };
4028
4075
  client_data: {
4029
4076
  email?: string | null;
4077
+ fields: {
4078
+ [key: string]: unknown;
4079
+ };
4030
4080
  first_name?: string | null;
4031
4081
  last_name?: string | null;
4032
4082
  locale: string | null;
@@ -4072,6 +4122,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
4072
4122
  conferencing_provider: string | null;
4073
4123
  error_message: string | null;
4074
4124
  external_meeting_id: string | null;
4125
+ host_url: string | null;
4075
4126
  id: string;
4076
4127
  join_url: string | null;
4077
4128
  object: "appointment_meeting";
@@ -4257,6 +4308,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
4257
4308
  } | null;
4258
4309
  client_data?: {
4259
4310
  email?: string | null;
4311
+ fields?: {
4312
+ [key: string]: unknown;
4313
+ };
4260
4314
  first_name?: string | null;
4261
4315
  last_name?: string | null;
4262
4316
  locale?: string | null;
@@ -4903,6 +4957,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
4903
4957
  };
4904
4958
  client_data: {
4905
4959
  email?: string | null;
4960
+ fields: {
4961
+ [key: string]: unknown;
4962
+ };
4906
4963
  first_name?: string | null;
4907
4964
  last_name?: string | null;
4908
4965
  locale: string | null;
@@ -4948,6 +5005,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
4948
5005
  conferencing_provider: string | null;
4949
5006
  error_message: string | null;
4950
5007
  external_meeting_id: string | null;
5008
+ host_url: string | null;
4951
5009
  id: string;
4952
5010
  join_url: string | null;
4953
5011
  object: "appointment_meeting";
@@ -5152,6 +5210,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
5152
5210
  };
5153
5211
  client_data: {
5154
5212
  email?: string | null;
5213
+ fields: {
5214
+ [key: string]: unknown;
5215
+ };
5155
5216
  first_name?: string | null;
5156
5217
  last_name?: string | null;
5157
5218
  locale: string | null;
@@ -5197,6 +5258,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
5197
5258
  conferencing_provider: string | null;
5198
5259
  error_message: string | null;
5199
5260
  external_meeting_id: string | null;
5261
+ host_url: string | null;
5200
5262
  id: string;
5201
5263
  join_url: string | null;
5202
5264
  object: "appointment_meeting";
@@ -5453,6 +5515,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
5453
5515
  };
5454
5516
  client_data: {
5455
5517
  email?: string | null;
5518
+ fields: {
5519
+ [key: string]: unknown;
5520
+ };
5456
5521
  first_name?: string | null;
5457
5522
  last_name?: string | null;
5458
5523
  locale: string | null;
@@ -5498,6 +5563,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
5498
5563
  conferencing_provider: string | null;
5499
5564
  error_message: string | null;
5500
5565
  external_meeting_id: string | null;
5566
+ host_url: string | null;
5501
5567
  id: string;
5502
5568
  join_url: string | null;
5503
5569
  object: "appointment_meeting";
@@ -6055,6 +6121,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
6055
6121
  };
6056
6122
  client_data: {
6057
6123
  email?: string | null;
6124
+ fields: {
6125
+ [key: string]: unknown;
6126
+ };
6058
6127
  first_name?: string | null;
6059
6128
  last_name?: string | null;
6060
6129
  locale: string | null;
@@ -6100,6 +6169,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
6100
6169
  conferencing_provider: string | null;
6101
6170
  error_message: string | null;
6102
6171
  external_meeting_id: string | null;
6172
+ host_url: string | null;
6103
6173
  id: string;
6104
6174
  join_url: string | null;
6105
6175
  object: "appointment_meeting";
@@ -6304,6 +6374,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
6304
6374
  };
6305
6375
  client_data: {
6306
6376
  email?: string | null;
6377
+ fields: {
6378
+ [key: string]: unknown;
6379
+ };
6307
6380
  first_name?: string | null;
6308
6381
  last_name?: string | null;
6309
6382
  locale: string | null;
@@ -6349,6 +6422,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
6349
6422
  conferencing_provider: string | null;
6350
6423
  error_message: string | null;
6351
6424
  external_meeting_id: string | null;
6425
+ host_url: string | null;
6352
6426
  id: string;
6353
6427
  join_url: string | null;
6354
6428
  object: "appointment_meeting";
@@ -6621,6 +6695,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
6621
6695
  };
6622
6696
  client_data: {
6623
6697
  email?: string | null;
6698
+ fields: {
6699
+ [key: string]: unknown;
6700
+ };
6624
6701
  first_name?: string | null;
6625
6702
  last_name?: string | null;
6626
6703
  locale: string | null;
@@ -6666,6 +6743,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
6666
6743
  conferencing_provider: string | null;
6667
6744
  error_message: string | null;
6668
6745
  external_meeting_id: string | null;
6746
+ host_url: string | null;
6669
6747
  id: string;
6670
6748
  join_url: string | null;
6671
6749
  object: "appointment_meeting";
@@ -7100,6 +7178,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
7100
7178
  };
7101
7179
  client_data: {
7102
7180
  email?: string | null;
7181
+ fields: {
7182
+ [key: string]: unknown;
7183
+ };
7103
7184
  first_name?: string | null;
7104
7185
  last_name?: string | null;
7105
7186
  locale: string | null;
@@ -7145,6 +7226,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
7145
7226
  conferencing_provider: string | null;
7146
7227
  error_message: string | null;
7147
7228
  external_meeting_id: string | null;
7229
+ host_url: string | null;
7148
7230
  id: string;
7149
7231
  join_url: string | null;
7150
7232
  object: "appointment_meeting";
@@ -7330,6 +7412,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
7330
7412
  } | null;
7331
7413
  client_data?: {
7332
7414
  email?: string | null;
7415
+ fields?: {
7416
+ [key: string]: unknown;
7417
+ };
7333
7418
  first_name?: string | null;
7334
7419
  last_name?: string | null;
7335
7420
  locale?: string | null;
@@ -7541,6 +7626,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
7541
7626
  };
7542
7627
  client_data: {
7543
7628
  email?: string | null;
7629
+ fields: {
7630
+ [key: string]: unknown;
7631
+ };
7544
7632
  first_name?: string | null;
7545
7633
  last_name?: string | null;
7546
7634
  locale: string | null;
@@ -7586,6 +7674,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
7586
7674
  conferencing_provider: string | null;
7587
7675
  error_message: string | null;
7588
7676
  external_meeting_id: string | null;
7677
+ host_url: string | null;
7589
7678
  id: string;
7590
7679
  join_url: string | null;
7591
7680
  object: "appointment_meeting";
@@ -7771,6 +7860,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
7771
7860
  } | null;
7772
7861
  client_data?: {
7773
7862
  email?: string | null;
7863
+ fields?: {
7864
+ [key: string]: unknown;
7865
+ };
7774
7866
  first_name?: string | null;
7775
7867
  last_name?: string | null;
7776
7868
  locale?: string | null;
@@ -8083,6 +8175,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
8083
8175
  };
8084
8176
  client_data: {
8085
8177
  email?: string | null;
8178
+ fields: {
8179
+ [key: string]: unknown;
8180
+ };
8086
8181
  first_name?: string | null;
8087
8182
  last_name?: string | null;
8088
8183
  locale: string | null;
@@ -8128,6 +8223,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
8128
8223
  conferencing_provider: string | null;
8129
8224
  error_message: string | null;
8130
8225
  external_meeting_id: string | null;
8226
+ host_url: string | null;
8131
8227
  id: string;
8132
8228
  join_url: string | null;
8133
8229
  object: "appointment_meeting";
@@ -8313,6 +8409,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
8313
8409
  } | null;
8314
8410
  client_data?: {
8315
8411
  email?: string | null;
8412
+ fields?: {
8413
+ [key: string]: unknown;
8414
+ };
8316
8415
  first_name?: string | null;
8317
8416
  last_name?: string | null;
8318
8417
  locale?: string | null;
@@ -9638,6 +9737,9 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
9638
9737
  "application/json": {
9639
9738
  client_data: {
9640
9739
  email?: string | null;
9740
+ fields?: {
9741
+ [key: string]: unknown;
9742
+ } | null;
9641
9743
  first_name?: string | null;
9642
9744
  id?: string | null;
9643
9745
  last_name?: string | null;
@@ -11709,6 +11811,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
11709
11811
  };
11710
11812
  client_data: {
11711
11813
  email?: string | null;
11814
+ fields: {
11815
+ [key: string]: unknown;
11816
+ };
11712
11817
  first_name?: string | null;
11713
11818
  last_name?: string | null;
11714
11819
  locale: string | null;
@@ -11754,6 +11859,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
11754
11859
  conferencing_provider: string | null;
11755
11860
  error_message: string | null;
11756
11861
  external_meeting_id: string | null;
11862
+ host_url: string | null;
11757
11863
  id: string;
11758
11864
  join_url: string | null;
11759
11865
  object: "appointment_meeting";
@@ -11958,6 +12064,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
11958
12064
  };
11959
12065
  client_data: {
11960
12066
  email?: string | null;
12067
+ fields: {
12068
+ [key: string]: unknown;
12069
+ };
11961
12070
  first_name?: string | null;
11962
12071
  last_name?: string | null;
11963
12072
  locale: string | null;
@@ -12003,6 +12112,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
12003
12112
  conferencing_provider: string | null;
12004
12113
  error_message: string | null;
12005
12114
  external_meeting_id: string | null;
12115
+ host_url: string | null;
12006
12116
  id: string;
12007
12117
  join_url: string | null;
12008
12118
  object: "appointment_meeting";
@@ -12263,6 +12373,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
12263
12373
  };
12264
12374
  client_data: {
12265
12375
  email?: string | null;
12376
+ fields: {
12377
+ [key: string]: unknown;
12378
+ };
12266
12379
  first_name?: string | null;
12267
12380
  last_name?: string | null;
12268
12381
  locale: string | null;
@@ -12308,6 +12421,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
12308
12421
  conferencing_provider: string | null;
12309
12422
  error_message: string | null;
12310
12423
  external_meeting_id: string | null;
12424
+ host_url: string | null;
12311
12425
  id: string;
12312
12426
  join_url: string | null;
12313
12427
  object: "appointment_meeting";
@@ -13421,6 +13535,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
13421
13535
  };
13422
13536
  client_data: {
13423
13537
  email?: string | null;
13538
+ fields: {
13539
+ [key: string]: unknown;
13540
+ };
13424
13541
  first_name?: string | null;
13425
13542
  last_name?: string | null;
13426
13543
  locale: string | null;
@@ -13466,6 +13583,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
13466
13583
  conferencing_provider: string | null;
13467
13584
  error_message: string | null;
13468
13585
  external_meeting_id: string | null;
13586
+ host_url: string | null;
13469
13587
  id: string;
13470
13588
  join_url: string | null;
13471
13589
  object: "appointment_meeting";
@@ -13651,6 +13769,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
13651
13769
  } | null;
13652
13770
  client_data?: {
13653
13771
  email?: string | null;
13772
+ fields?: {
13773
+ [key: string]: unknown;
13774
+ };
13654
13775
  first_name?: string | null;
13655
13776
  last_name?: string | null;
13656
13777
  locale?: string | null;
@@ -13862,6 +13983,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
13862
13983
  };
13863
13984
  client_data: {
13864
13985
  email?: string | null;
13986
+ fields: {
13987
+ [key: string]: unknown;
13988
+ };
13865
13989
  first_name?: string | null;
13866
13990
  last_name?: string | null;
13867
13991
  locale: string | null;
@@ -13907,6 +14031,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
13907
14031
  conferencing_provider: string | null;
13908
14032
  error_message: string | null;
13909
14033
  external_meeting_id: string | null;
14034
+ host_url: string | null;
13910
14035
  id: string;
13911
14036
  join_url: string | null;
13912
14037
  object: "appointment_meeting";
@@ -14092,6 +14217,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
14092
14217
  } | null;
14093
14218
  client_data?: {
14094
14219
  email?: string | null;
14220
+ fields?: {
14221
+ [key: string]: unknown;
14222
+ };
14095
14223
  first_name?: string | null;
14096
14224
  last_name?: string | null;
14097
14225
  locale?: string | null;
@@ -14406,6 +14534,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
14406
14534
  };
14407
14535
  client_data: {
14408
14536
  email?: string | null;
14537
+ fields: {
14538
+ [key: string]: unknown;
14539
+ };
14409
14540
  first_name?: string | null;
14410
14541
  last_name?: string | null;
14411
14542
  locale: string | null;
@@ -14451,6 +14582,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
14451
14582
  conferencing_provider: string | null;
14452
14583
  error_message: string | null;
14453
14584
  external_meeting_id: string | null;
14585
+ host_url: string | null;
14454
14586
  id: string;
14455
14587
  join_url: string | null;
14456
14588
  object: "appointment_meeting";
@@ -14636,6 +14768,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
14636
14768
  } | null;
14637
14769
  client_data?: {
14638
14770
  email?: string | null;
14771
+ fields?: {
14772
+ [key: string]: unknown;
14773
+ };
14639
14774
  first_name?: string | null;
14640
14775
  last_name?: string | null;
14641
14776
  locale?: string | null;
@@ -17164,6 +17299,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
17164
17299
  };
17165
17300
  client_data: {
17166
17301
  email?: string | null;
17302
+ fields: {
17303
+ [key: string]: unknown;
17304
+ };
17167
17305
  first_name?: string | null;
17168
17306
  last_name?: string | null;
17169
17307
  locale: string | null;
@@ -17209,6 +17347,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
17209
17347
  conferencing_provider: string | null;
17210
17348
  error_message: string | null;
17211
17349
  external_meeting_id: string | null;
17350
+ host_url: string | null;
17212
17351
  id: string;
17213
17352
  join_url: string | null;
17214
17353
  object: "appointment_meeting";
@@ -17413,6 +17552,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
17413
17552
  };
17414
17553
  client_data: {
17415
17554
  email?: string | null;
17555
+ fields: {
17556
+ [key: string]: unknown;
17557
+ };
17416
17558
  first_name?: string | null;
17417
17559
  last_name?: string | null;
17418
17560
  locale: string | null;
@@ -17458,6 +17600,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
17458
17600
  conferencing_provider: string | null;
17459
17601
  error_message: string | null;
17460
17602
  external_meeting_id: string | null;
17603
+ host_url: string | null;
17461
17604
  id: string;
17462
17605
  join_url: string | null;
17463
17606
  object: "appointment_meeting";
@@ -17696,6 +17839,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
17696
17839
  };
17697
17840
  client_data: {
17698
17841
  email?: string | null;
17842
+ fields: {
17843
+ [key: string]: unknown;
17844
+ };
17699
17845
  first_name?: string | null;
17700
17846
  last_name?: string | null;
17701
17847
  locale: string | null;
@@ -17741,6 +17887,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
17741
17887
  conferencing_provider: string | null;
17742
17888
  error_message: string | null;
17743
17889
  external_meeting_id: string | null;
17890
+ host_url: string | null;
17744
17891
  id: string;
17745
17892
  join_url: string | null;
17746
17893
  object: "appointment_meeting";
@@ -17951,6 +18098,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
17951
18098
  };
17952
18099
  client_data: {
17953
18100
  email?: string | null;
18101
+ fields: {
18102
+ [key: string]: unknown;
18103
+ };
17954
18104
  first_name?: string | null;
17955
18105
  last_name?: string | null;
17956
18106
  locale: string | null;
@@ -17996,6 +18146,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
17996
18146
  conferencing_provider: string | null;
17997
18147
  error_message: string | null;
17998
18148
  external_meeting_id: string | null;
18149
+ host_url: string | null;
17999
18150
  id: string;
18000
18151
  join_url: string | null;
18001
18152
  object: "appointment_meeting";
@@ -18456,6 +18607,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
18456
18607
  };
18457
18608
  client_data: {
18458
18609
  email?: string | null;
18610
+ fields: {
18611
+ [key: string]: unknown;
18612
+ };
18459
18613
  first_name?: string | null;
18460
18614
  last_name?: string | null;
18461
18615
  locale: string | null;
@@ -18501,6 +18655,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
18501
18655
  conferencing_provider: string | null;
18502
18656
  error_message: string | null;
18503
18657
  external_meeting_id: string | null;
18658
+ host_url: string | null;
18504
18659
  id: string;
18505
18660
  join_url: string | null;
18506
18661
  object: "appointment_meeting";
@@ -18686,6 +18841,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
18686
18841
  } | null;
18687
18842
  client_data?: {
18688
18843
  email?: string | null;
18844
+ fields?: {
18845
+ [key: string]: unknown;
18846
+ };
18689
18847
  first_name?: string | null;
18690
18848
  last_name?: string | null;
18691
18849
  locale?: string | null;
@@ -18897,6 +19055,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
18897
19055
  };
18898
19056
  client_data: {
18899
19057
  email?: string | null;
19058
+ fields: {
19059
+ [key: string]: unknown;
19060
+ };
18900
19061
  first_name?: string | null;
18901
19062
  last_name?: string | null;
18902
19063
  locale: string | null;
@@ -18942,6 +19103,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
18942
19103
  conferencing_provider: string | null;
18943
19104
  error_message: string | null;
18944
19105
  external_meeting_id: string | null;
19106
+ host_url: string | null;
18945
19107
  id: string;
18946
19108
  join_url: string | null;
18947
19109
  object: "appointment_meeting";
@@ -19127,6 +19289,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
19127
19289
  } | null;
19128
19290
  client_data?: {
19129
19291
  email?: string | null;
19292
+ fields?: {
19293
+ [key: string]: unknown;
19294
+ };
19130
19295
  first_name?: string | null;
19131
19296
  last_name?: string | null;
19132
19297
  locale?: string | null;
@@ -19445,6 +19610,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
19445
19610
  };
19446
19611
  client_data: {
19447
19612
  email?: string | null;
19613
+ fields: {
19614
+ [key: string]: unknown;
19615
+ };
19448
19616
  first_name?: string | null;
19449
19617
  last_name?: string | null;
19450
19618
  locale: string | null;
@@ -19490,6 +19658,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
19490
19658
  conferencing_provider: string | null;
19491
19659
  error_message: string | null;
19492
19660
  external_meeting_id: string | null;
19661
+ host_url: string | null;
19493
19662
  id: string;
19494
19663
  join_url: string | null;
19495
19664
  object: "appointment_meeting";
@@ -19675,6 +19844,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
19675
19844
  } | null;
19676
19845
  client_data?: {
19677
19846
  email?: string | null;
19847
+ fields?: {
19848
+ [key: string]: unknown;
19849
+ };
19678
19850
  first_name?: string | null;
19679
19851
  last_name?: string | null;
19680
19852
  locale?: string | null;
@@ -19892,6 +20064,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
19892
20064
  };
19893
20065
  client_data: {
19894
20066
  email?: string | null;
20067
+ fields: {
20068
+ [key: string]: unknown;
20069
+ };
19895
20070
  first_name?: string | null;
19896
20071
  last_name?: string | null;
19897
20072
  locale: string | null;
@@ -19937,6 +20112,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
19937
20112
  conferencing_provider: string | null;
19938
20113
  error_message: string | null;
19939
20114
  external_meeting_id: string | null;
20115
+ host_url: string | null;
19940
20116
  id: string;
19941
20117
  join_url: string | null;
19942
20118
  object: "appointment_meeting";
@@ -20122,6 +20298,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
20122
20298
  } | null;
20123
20299
  client_data?: {
20124
20300
  email?: string | null;
20301
+ fields?: {
20302
+ [key: string]: unknown;
20303
+ };
20125
20304
  first_name?: string | null;
20126
20305
  last_name?: string | null;
20127
20306
  locale?: string | null;