@savvycal/appointments-react-query 1.2.8 → 1.2.9
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 +1021 -0
- package/dist/index.d.ts +1021 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -60,6 +60,25 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
60
60
|
appointment?: {
|
|
61
61
|
add_to_calendar_url: string;
|
|
62
62
|
appointment_type: "in_person" | "virtual";
|
|
63
|
+
buffer_policy: {
|
|
64
|
+
after_duration?: string | null;
|
|
65
|
+
before_duration?: string | null;
|
|
66
|
+
enabled: boolean;
|
|
67
|
+
};
|
|
68
|
+
buffered_end_at: {
|
|
69
|
+
local: string;
|
|
70
|
+
object: "zoned_date_time";
|
|
71
|
+
time_zone: string;
|
|
72
|
+
unix_ts: number;
|
|
73
|
+
utc: string;
|
|
74
|
+
};
|
|
75
|
+
buffered_start_at: {
|
|
76
|
+
local: string;
|
|
77
|
+
object: "zoned_date_time";
|
|
78
|
+
time_zone: string;
|
|
79
|
+
unix_ts: number;
|
|
80
|
+
utc: string;
|
|
81
|
+
};
|
|
63
82
|
cancel_url: string;
|
|
64
83
|
cancellation_events: {
|
|
65
84
|
actor: string | null;
|
|
@@ -155,6 +174,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
155
174
|
provider: {
|
|
156
175
|
created_at: string;
|
|
157
176
|
display_name: string;
|
|
177
|
+
email: string;
|
|
158
178
|
first_name: string;
|
|
159
179
|
id: string;
|
|
160
180
|
last_name: string;
|
|
@@ -168,6 +188,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
168
188
|
providers: {
|
|
169
189
|
created_at: string;
|
|
170
190
|
display_name: string;
|
|
191
|
+
email: string;
|
|
171
192
|
first_name: string;
|
|
172
193
|
id: string;
|
|
173
194
|
last_name: string;
|
|
@@ -232,6 +253,11 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
232
253
|
enabled: boolean;
|
|
233
254
|
};
|
|
234
255
|
};
|
|
256
|
+
buffer_policy: {
|
|
257
|
+
after_duration?: string | null;
|
|
258
|
+
before_duration?: string | null;
|
|
259
|
+
enabled: boolean;
|
|
260
|
+
};
|
|
235
261
|
cancellation_policy: {
|
|
236
262
|
advance_notice: {
|
|
237
263
|
enabled: boolean;
|
|
@@ -369,6 +395,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
369
395
|
provider?: {
|
|
370
396
|
created_at: string;
|
|
371
397
|
display_name: string;
|
|
398
|
+
email: string;
|
|
372
399
|
first_name: string;
|
|
373
400
|
id: string;
|
|
374
401
|
last_name: string;
|
|
@@ -394,6 +421,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
394
421
|
secondary_providers?: {
|
|
395
422
|
created_at: string;
|
|
396
423
|
display_name: string;
|
|
424
|
+
email: string;
|
|
397
425
|
first_name: string;
|
|
398
426
|
id: string;
|
|
399
427
|
last_name: string;
|
|
@@ -421,6 +449,11 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
421
449
|
enabled: boolean;
|
|
422
450
|
};
|
|
423
451
|
};
|
|
452
|
+
buffer_policy: {
|
|
453
|
+
after_duration?: string | null;
|
|
454
|
+
before_duration?: string | null;
|
|
455
|
+
enabled: boolean;
|
|
456
|
+
};
|
|
424
457
|
cancellation_policy: {
|
|
425
458
|
advance_notice: {
|
|
426
459
|
enabled: boolean;
|
|
@@ -512,6 +545,25 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
512
545
|
appointment?: {
|
|
513
546
|
add_to_calendar_url: string;
|
|
514
547
|
appointment_type: "in_person" | "virtual";
|
|
548
|
+
buffer_policy: {
|
|
549
|
+
after_duration?: string | null;
|
|
550
|
+
before_duration?: string | null;
|
|
551
|
+
enabled: boolean;
|
|
552
|
+
};
|
|
553
|
+
buffered_end_at: {
|
|
554
|
+
local: string;
|
|
555
|
+
object: "zoned_date_time";
|
|
556
|
+
time_zone: string;
|
|
557
|
+
unix_ts: number;
|
|
558
|
+
utc: string;
|
|
559
|
+
};
|
|
560
|
+
buffered_start_at: {
|
|
561
|
+
local: string;
|
|
562
|
+
object: "zoned_date_time";
|
|
563
|
+
time_zone: string;
|
|
564
|
+
unix_ts: number;
|
|
565
|
+
utc: string;
|
|
566
|
+
};
|
|
515
567
|
cancel_url: string;
|
|
516
568
|
cancellation_events: {
|
|
517
569
|
actor: string | null;
|
|
@@ -607,6 +659,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
607
659
|
provider: {
|
|
608
660
|
created_at: string;
|
|
609
661
|
display_name: string;
|
|
662
|
+
email: string;
|
|
610
663
|
first_name: string;
|
|
611
664
|
id: string;
|
|
612
665
|
last_name: string;
|
|
@@ -620,6 +673,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
620
673
|
providers: {
|
|
621
674
|
created_at: string;
|
|
622
675
|
display_name: string;
|
|
676
|
+
email: string;
|
|
623
677
|
first_name: string;
|
|
624
678
|
id: string;
|
|
625
679
|
last_name: string;
|
|
@@ -684,6 +738,11 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
684
738
|
enabled: boolean;
|
|
685
739
|
};
|
|
686
740
|
};
|
|
741
|
+
buffer_policy: {
|
|
742
|
+
after_duration?: string | null;
|
|
743
|
+
before_duration?: string | null;
|
|
744
|
+
enabled: boolean;
|
|
745
|
+
};
|
|
687
746
|
cancellation_policy: {
|
|
688
747
|
advance_notice: {
|
|
689
748
|
enabled: boolean;
|
|
@@ -821,6 +880,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
821
880
|
provider?: {
|
|
822
881
|
created_at: string;
|
|
823
882
|
display_name: string;
|
|
883
|
+
email: string;
|
|
824
884
|
first_name: string;
|
|
825
885
|
id: string;
|
|
826
886
|
last_name: string;
|
|
@@ -846,6 +906,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
846
906
|
secondary_providers?: {
|
|
847
907
|
created_at: string;
|
|
848
908
|
display_name: string;
|
|
909
|
+
email: string;
|
|
849
910
|
first_name: string;
|
|
850
911
|
id: string;
|
|
851
912
|
last_name: string;
|
|
@@ -873,6 +934,11 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
873
934
|
enabled: boolean;
|
|
874
935
|
};
|
|
875
936
|
};
|
|
937
|
+
buffer_policy: {
|
|
938
|
+
after_duration?: string | null;
|
|
939
|
+
before_duration?: string | null;
|
|
940
|
+
enabled: boolean;
|
|
941
|
+
};
|
|
876
942
|
cancellation_policy: {
|
|
877
943
|
advance_notice: {
|
|
878
944
|
enabled: boolean;
|
|
@@ -1021,6 +1087,25 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1021
1087
|
appointment?: {
|
|
1022
1088
|
add_to_calendar_url: string;
|
|
1023
1089
|
appointment_type: "in_person" | "virtual";
|
|
1090
|
+
buffer_policy: {
|
|
1091
|
+
after_duration?: string | null;
|
|
1092
|
+
before_duration?: string | null;
|
|
1093
|
+
enabled: boolean;
|
|
1094
|
+
};
|
|
1095
|
+
buffered_end_at: {
|
|
1096
|
+
local: string;
|
|
1097
|
+
object: "zoned_date_time";
|
|
1098
|
+
time_zone: string;
|
|
1099
|
+
unix_ts: number;
|
|
1100
|
+
utc: string;
|
|
1101
|
+
};
|
|
1102
|
+
buffered_start_at: {
|
|
1103
|
+
local: string;
|
|
1104
|
+
object: "zoned_date_time";
|
|
1105
|
+
time_zone: string;
|
|
1106
|
+
unix_ts: number;
|
|
1107
|
+
utc: string;
|
|
1108
|
+
};
|
|
1024
1109
|
cancel_url: string;
|
|
1025
1110
|
cancellation_events: {
|
|
1026
1111
|
actor: string | null;
|
|
@@ -1116,6 +1201,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1116
1201
|
provider: {
|
|
1117
1202
|
created_at: string;
|
|
1118
1203
|
display_name: string;
|
|
1204
|
+
email: string;
|
|
1119
1205
|
first_name: string;
|
|
1120
1206
|
id: string;
|
|
1121
1207
|
last_name: string;
|
|
@@ -1129,6 +1215,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1129
1215
|
providers: {
|
|
1130
1216
|
created_at: string;
|
|
1131
1217
|
display_name: string;
|
|
1218
|
+
email: string;
|
|
1132
1219
|
first_name: string;
|
|
1133
1220
|
id: string;
|
|
1134
1221
|
last_name: string;
|
|
@@ -1193,6 +1280,11 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1193
1280
|
enabled: boolean;
|
|
1194
1281
|
};
|
|
1195
1282
|
};
|
|
1283
|
+
buffer_policy: {
|
|
1284
|
+
after_duration?: string | null;
|
|
1285
|
+
before_duration?: string | null;
|
|
1286
|
+
enabled: boolean;
|
|
1287
|
+
};
|
|
1196
1288
|
cancellation_policy: {
|
|
1197
1289
|
advance_notice: {
|
|
1198
1290
|
enabled: boolean;
|
|
@@ -1330,6 +1422,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1330
1422
|
provider?: {
|
|
1331
1423
|
created_at: string;
|
|
1332
1424
|
display_name: string;
|
|
1425
|
+
email: string;
|
|
1333
1426
|
first_name: string;
|
|
1334
1427
|
id: string;
|
|
1335
1428
|
last_name: string;
|
|
@@ -1355,6 +1448,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1355
1448
|
secondary_providers?: {
|
|
1356
1449
|
created_at: string;
|
|
1357
1450
|
display_name: string;
|
|
1451
|
+
email: string;
|
|
1358
1452
|
first_name: string;
|
|
1359
1453
|
id: string;
|
|
1360
1454
|
last_name: string;
|
|
@@ -1382,6 +1476,11 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1382
1476
|
enabled: boolean;
|
|
1383
1477
|
};
|
|
1384
1478
|
};
|
|
1479
|
+
buffer_policy: {
|
|
1480
|
+
after_duration?: string | null;
|
|
1481
|
+
before_duration?: string | null;
|
|
1482
|
+
enabled: boolean;
|
|
1483
|
+
};
|
|
1385
1484
|
cancellation_policy: {
|
|
1386
1485
|
advance_notice: {
|
|
1387
1486
|
enabled: boolean;
|
|
@@ -2037,6 +2136,25 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2037
2136
|
data: {
|
|
2038
2137
|
add_to_calendar_url: string;
|
|
2039
2138
|
appointment_type: "in_person" | "virtual";
|
|
2139
|
+
buffer_policy: {
|
|
2140
|
+
after_duration?: string | null;
|
|
2141
|
+
before_duration?: string | null;
|
|
2142
|
+
enabled: boolean;
|
|
2143
|
+
};
|
|
2144
|
+
buffered_end_at: {
|
|
2145
|
+
local: string;
|
|
2146
|
+
object: "zoned_date_time";
|
|
2147
|
+
time_zone: string;
|
|
2148
|
+
unix_ts: number;
|
|
2149
|
+
utc: string;
|
|
2150
|
+
};
|
|
2151
|
+
buffered_start_at: {
|
|
2152
|
+
local: string;
|
|
2153
|
+
object: "zoned_date_time";
|
|
2154
|
+
time_zone: string;
|
|
2155
|
+
unix_ts: number;
|
|
2156
|
+
utc: string;
|
|
2157
|
+
};
|
|
2040
2158
|
cancel_url: string;
|
|
2041
2159
|
cancellation_events: {
|
|
2042
2160
|
actor: string | null;
|
|
@@ -2132,6 +2250,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2132
2250
|
provider: {
|
|
2133
2251
|
created_at: string;
|
|
2134
2252
|
display_name: string;
|
|
2253
|
+
email: string;
|
|
2135
2254
|
first_name: string;
|
|
2136
2255
|
id: string;
|
|
2137
2256
|
last_name: string;
|
|
@@ -2145,6 +2264,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2145
2264
|
providers: {
|
|
2146
2265
|
created_at: string;
|
|
2147
2266
|
display_name: string;
|
|
2267
|
+
email: string;
|
|
2148
2268
|
first_name: string;
|
|
2149
2269
|
id: string;
|
|
2150
2270
|
last_name: string;
|
|
@@ -2209,6 +2329,11 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2209
2329
|
enabled: boolean;
|
|
2210
2330
|
};
|
|
2211
2331
|
};
|
|
2332
|
+
buffer_policy: {
|
|
2333
|
+
after_duration?: string | null;
|
|
2334
|
+
before_duration?: string | null;
|
|
2335
|
+
enabled: boolean;
|
|
2336
|
+
};
|
|
2212
2337
|
cancellation_policy: {
|
|
2213
2338
|
advance_notice: {
|
|
2214
2339
|
enabled: boolean;
|
|
@@ -2292,6 +2417,25 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2292
2417
|
data: {
|
|
2293
2418
|
add_to_calendar_url: string;
|
|
2294
2419
|
appointment_type: "in_person" | "virtual";
|
|
2420
|
+
buffer_policy: {
|
|
2421
|
+
after_duration?: string | null;
|
|
2422
|
+
before_duration?: string | null;
|
|
2423
|
+
enabled: boolean;
|
|
2424
|
+
};
|
|
2425
|
+
buffered_end_at: {
|
|
2426
|
+
local: string;
|
|
2427
|
+
object: "zoned_date_time";
|
|
2428
|
+
time_zone: string;
|
|
2429
|
+
unix_ts: number;
|
|
2430
|
+
utc: string;
|
|
2431
|
+
};
|
|
2432
|
+
buffered_start_at: {
|
|
2433
|
+
local: string;
|
|
2434
|
+
object: "zoned_date_time";
|
|
2435
|
+
time_zone: string;
|
|
2436
|
+
unix_ts: number;
|
|
2437
|
+
utc: string;
|
|
2438
|
+
};
|
|
2295
2439
|
cancel_url: string;
|
|
2296
2440
|
cancellation_events: {
|
|
2297
2441
|
actor: string | null;
|
|
@@ -2387,6 +2531,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2387
2531
|
provider: {
|
|
2388
2532
|
created_at: string;
|
|
2389
2533
|
display_name: string;
|
|
2534
|
+
email: string;
|
|
2390
2535
|
first_name: string;
|
|
2391
2536
|
id: string;
|
|
2392
2537
|
last_name: string;
|
|
@@ -2400,6 +2545,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2400
2545
|
providers: {
|
|
2401
2546
|
created_at: string;
|
|
2402
2547
|
display_name: string;
|
|
2548
|
+
email: string;
|
|
2403
2549
|
first_name: string;
|
|
2404
2550
|
id: string;
|
|
2405
2551
|
last_name: string;
|
|
@@ -2464,6 +2610,11 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2464
2610
|
enabled: boolean;
|
|
2465
2611
|
};
|
|
2466
2612
|
};
|
|
2613
|
+
buffer_policy: {
|
|
2614
|
+
after_duration?: string | null;
|
|
2615
|
+
before_duration?: string | null;
|
|
2616
|
+
enabled: boolean;
|
|
2617
|
+
};
|
|
2467
2618
|
cancellation_policy: {
|
|
2468
2619
|
advance_notice: {
|
|
2469
2620
|
enabled: boolean;
|
|
@@ -2599,6 +2750,25 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2599
2750
|
data: {
|
|
2600
2751
|
add_to_calendar_url: string;
|
|
2601
2752
|
appointment_type: "in_person" | "virtual";
|
|
2753
|
+
buffer_policy: {
|
|
2754
|
+
after_duration?: string | null;
|
|
2755
|
+
before_duration?: string | null;
|
|
2756
|
+
enabled: boolean;
|
|
2757
|
+
};
|
|
2758
|
+
buffered_end_at: {
|
|
2759
|
+
local: string;
|
|
2760
|
+
object: "zoned_date_time";
|
|
2761
|
+
time_zone: string;
|
|
2762
|
+
unix_ts: number;
|
|
2763
|
+
utc: string;
|
|
2764
|
+
};
|
|
2765
|
+
buffered_start_at: {
|
|
2766
|
+
local: string;
|
|
2767
|
+
object: "zoned_date_time";
|
|
2768
|
+
time_zone: string;
|
|
2769
|
+
unix_ts: number;
|
|
2770
|
+
utc: string;
|
|
2771
|
+
};
|
|
2602
2772
|
cancel_url: string;
|
|
2603
2773
|
cancellation_events: {
|
|
2604
2774
|
actor: string | null;
|
|
@@ -2694,6 +2864,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2694
2864
|
provider: {
|
|
2695
2865
|
created_at: string;
|
|
2696
2866
|
display_name: string;
|
|
2867
|
+
email: string;
|
|
2697
2868
|
first_name: string;
|
|
2698
2869
|
id: string;
|
|
2699
2870
|
last_name: string;
|
|
@@ -2707,6 +2878,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2707
2878
|
providers: {
|
|
2708
2879
|
created_at: string;
|
|
2709
2880
|
display_name: string;
|
|
2881
|
+
email: string;
|
|
2710
2882
|
first_name: string;
|
|
2711
2883
|
id: string;
|
|
2712
2884
|
last_name: string;
|
|
@@ -2771,6 +2943,11 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2771
2943
|
enabled: boolean;
|
|
2772
2944
|
};
|
|
2773
2945
|
};
|
|
2946
|
+
buffer_policy: {
|
|
2947
|
+
after_duration?: string | null;
|
|
2948
|
+
before_duration?: string | null;
|
|
2949
|
+
enabled: boolean;
|
|
2950
|
+
};
|
|
2774
2951
|
cancellation_policy: {
|
|
2775
2952
|
advance_notice: {
|
|
2776
2953
|
enabled: boolean;
|
|
@@ -3062,6 +3239,25 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3062
3239
|
appointment?: {
|
|
3063
3240
|
add_to_calendar_url: string;
|
|
3064
3241
|
appointment_type: "in_person" | "virtual";
|
|
3242
|
+
buffer_policy: {
|
|
3243
|
+
after_duration?: string | null;
|
|
3244
|
+
before_duration?: string | null;
|
|
3245
|
+
enabled: boolean;
|
|
3246
|
+
};
|
|
3247
|
+
buffered_end_at: {
|
|
3248
|
+
local: string;
|
|
3249
|
+
object: "zoned_date_time";
|
|
3250
|
+
time_zone: string;
|
|
3251
|
+
unix_ts: number;
|
|
3252
|
+
utc: string;
|
|
3253
|
+
};
|
|
3254
|
+
buffered_start_at: {
|
|
3255
|
+
local: string;
|
|
3256
|
+
object: "zoned_date_time";
|
|
3257
|
+
time_zone: string;
|
|
3258
|
+
unix_ts: number;
|
|
3259
|
+
utc: string;
|
|
3260
|
+
};
|
|
3065
3261
|
cancel_url: string;
|
|
3066
3262
|
cancellation_events: {
|
|
3067
3263
|
actor: string | null;
|
|
@@ -3157,6 +3353,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3157
3353
|
provider: {
|
|
3158
3354
|
created_at: string;
|
|
3159
3355
|
display_name: string;
|
|
3356
|
+
email: string;
|
|
3160
3357
|
first_name: string;
|
|
3161
3358
|
id: string;
|
|
3162
3359
|
last_name: string;
|
|
@@ -3170,6 +3367,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3170
3367
|
providers: {
|
|
3171
3368
|
created_at: string;
|
|
3172
3369
|
display_name: string;
|
|
3370
|
+
email: string;
|
|
3173
3371
|
first_name: string;
|
|
3174
3372
|
id: string;
|
|
3175
3373
|
last_name: string;
|
|
@@ -3234,6 +3432,11 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3234
3432
|
enabled: boolean;
|
|
3235
3433
|
};
|
|
3236
3434
|
};
|
|
3435
|
+
buffer_policy: {
|
|
3436
|
+
after_duration?: string | null;
|
|
3437
|
+
before_duration?: string | null;
|
|
3438
|
+
enabled: boolean;
|
|
3439
|
+
};
|
|
3237
3440
|
cancellation_policy: {
|
|
3238
3441
|
advance_notice: {
|
|
3239
3442
|
enabled: boolean;
|
|
@@ -3371,6 +3574,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3371
3574
|
provider?: {
|
|
3372
3575
|
created_at: string;
|
|
3373
3576
|
display_name: string;
|
|
3577
|
+
email: string;
|
|
3374
3578
|
first_name: string;
|
|
3375
3579
|
id: string;
|
|
3376
3580
|
last_name: string;
|
|
@@ -3396,6 +3600,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3396
3600
|
secondary_providers?: {
|
|
3397
3601
|
created_at: string;
|
|
3398
3602
|
display_name: string;
|
|
3603
|
+
email: string;
|
|
3399
3604
|
first_name: string;
|
|
3400
3605
|
id: string;
|
|
3401
3606
|
last_name: string;
|
|
@@ -3423,6 +3628,11 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3423
3628
|
enabled: boolean;
|
|
3424
3629
|
};
|
|
3425
3630
|
};
|
|
3631
|
+
buffer_policy: {
|
|
3632
|
+
after_duration?: string | null;
|
|
3633
|
+
before_duration?: string | null;
|
|
3634
|
+
enabled: boolean;
|
|
3635
|
+
};
|
|
3426
3636
|
cancellation_policy: {
|
|
3427
3637
|
advance_notice: {
|
|
3428
3638
|
enabled: boolean;
|
|
@@ -3514,6 +3724,25 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3514
3724
|
appointment?: {
|
|
3515
3725
|
add_to_calendar_url: string;
|
|
3516
3726
|
appointment_type: "in_person" | "virtual";
|
|
3727
|
+
buffer_policy: {
|
|
3728
|
+
after_duration?: string | null;
|
|
3729
|
+
before_duration?: string | null;
|
|
3730
|
+
enabled: boolean;
|
|
3731
|
+
};
|
|
3732
|
+
buffered_end_at: {
|
|
3733
|
+
local: string;
|
|
3734
|
+
object: "zoned_date_time";
|
|
3735
|
+
time_zone: string;
|
|
3736
|
+
unix_ts: number;
|
|
3737
|
+
utc: string;
|
|
3738
|
+
};
|
|
3739
|
+
buffered_start_at: {
|
|
3740
|
+
local: string;
|
|
3741
|
+
object: "zoned_date_time";
|
|
3742
|
+
time_zone: string;
|
|
3743
|
+
unix_ts: number;
|
|
3744
|
+
utc: string;
|
|
3745
|
+
};
|
|
3517
3746
|
cancel_url: string;
|
|
3518
3747
|
cancellation_events: {
|
|
3519
3748
|
actor: string | null;
|
|
@@ -3609,6 +3838,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3609
3838
|
provider: {
|
|
3610
3839
|
created_at: string;
|
|
3611
3840
|
display_name: string;
|
|
3841
|
+
email: string;
|
|
3612
3842
|
first_name: string;
|
|
3613
3843
|
id: string;
|
|
3614
3844
|
last_name: string;
|
|
@@ -3622,6 +3852,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3622
3852
|
providers: {
|
|
3623
3853
|
created_at: string;
|
|
3624
3854
|
display_name: string;
|
|
3855
|
+
email: string;
|
|
3625
3856
|
first_name: string;
|
|
3626
3857
|
id: string;
|
|
3627
3858
|
last_name: string;
|
|
@@ -3686,6 +3917,11 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3686
3917
|
enabled: boolean;
|
|
3687
3918
|
};
|
|
3688
3919
|
};
|
|
3920
|
+
buffer_policy: {
|
|
3921
|
+
after_duration?: string | null;
|
|
3922
|
+
before_duration?: string | null;
|
|
3923
|
+
enabled: boolean;
|
|
3924
|
+
};
|
|
3689
3925
|
cancellation_policy: {
|
|
3690
3926
|
advance_notice: {
|
|
3691
3927
|
enabled: boolean;
|
|
@@ -3823,6 +4059,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3823
4059
|
provider?: {
|
|
3824
4060
|
created_at: string;
|
|
3825
4061
|
display_name: string;
|
|
4062
|
+
email: string;
|
|
3826
4063
|
first_name: string;
|
|
3827
4064
|
id: string;
|
|
3828
4065
|
last_name: string;
|
|
@@ -3848,6 +4085,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3848
4085
|
secondary_providers?: {
|
|
3849
4086
|
created_at: string;
|
|
3850
4087
|
display_name: string;
|
|
4088
|
+
email: string;
|
|
3851
4089
|
first_name: string;
|
|
3852
4090
|
id: string;
|
|
3853
4091
|
last_name: string;
|
|
@@ -3875,6 +4113,11 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3875
4113
|
enabled: boolean;
|
|
3876
4114
|
};
|
|
3877
4115
|
};
|
|
4116
|
+
buffer_policy: {
|
|
4117
|
+
after_duration?: string | null;
|
|
4118
|
+
before_duration?: string | null;
|
|
4119
|
+
enabled: boolean;
|
|
4120
|
+
};
|
|
3878
4121
|
cancellation_policy: {
|
|
3879
4122
|
advance_notice: {
|
|
3880
4123
|
enabled: boolean;
|
|
@@ -4056,6 +4299,25 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4056
4299
|
appointment?: {
|
|
4057
4300
|
add_to_calendar_url: string;
|
|
4058
4301
|
appointment_type: "in_person" | "virtual";
|
|
4302
|
+
buffer_policy: {
|
|
4303
|
+
after_duration?: string | null;
|
|
4304
|
+
before_duration?: string | null;
|
|
4305
|
+
enabled: boolean;
|
|
4306
|
+
};
|
|
4307
|
+
buffered_end_at: {
|
|
4308
|
+
local: string;
|
|
4309
|
+
object: "zoned_date_time";
|
|
4310
|
+
time_zone: string;
|
|
4311
|
+
unix_ts: number;
|
|
4312
|
+
utc: string;
|
|
4313
|
+
};
|
|
4314
|
+
buffered_start_at: {
|
|
4315
|
+
local: string;
|
|
4316
|
+
object: "zoned_date_time";
|
|
4317
|
+
time_zone: string;
|
|
4318
|
+
unix_ts: number;
|
|
4319
|
+
utc: string;
|
|
4320
|
+
};
|
|
4059
4321
|
cancel_url: string;
|
|
4060
4322
|
cancellation_events: {
|
|
4061
4323
|
actor: string | null;
|
|
@@ -4151,6 +4413,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4151
4413
|
provider: {
|
|
4152
4414
|
created_at: string;
|
|
4153
4415
|
display_name: string;
|
|
4416
|
+
email: string;
|
|
4154
4417
|
first_name: string;
|
|
4155
4418
|
id: string;
|
|
4156
4419
|
last_name: string;
|
|
@@ -4164,6 +4427,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4164
4427
|
providers: {
|
|
4165
4428
|
created_at: string;
|
|
4166
4429
|
display_name: string;
|
|
4430
|
+
email: string;
|
|
4167
4431
|
first_name: string;
|
|
4168
4432
|
id: string;
|
|
4169
4433
|
last_name: string;
|
|
@@ -4228,6 +4492,11 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4228
4492
|
enabled: boolean;
|
|
4229
4493
|
};
|
|
4230
4494
|
};
|
|
4495
|
+
buffer_policy: {
|
|
4496
|
+
after_duration?: string | null;
|
|
4497
|
+
before_duration?: string | null;
|
|
4498
|
+
enabled: boolean;
|
|
4499
|
+
};
|
|
4231
4500
|
cancellation_policy: {
|
|
4232
4501
|
advance_notice: {
|
|
4233
4502
|
enabled: boolean;
|
|
@@ -4365,6 +4634,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4365
4634
|
provider?: {
|
|
4366
4635
|
created_at: string;
|
|
4367
4636
|
display_name: string;
|
|
4637
|
+
email: string;
|
|
4368
4638
|
first_name: string;
|
|
4369
4639
|
id: string;
|
|
4370
4640
|
last_name: string;
|
|
@@ -4390,6 +4660,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4390
4660
|
secondary_providers?: {
|
|
4391
4661
|
created_at: string;
|
|
4392
4662
|
display_name: string;
|
|
4663
|
+
email: string;
|
|
4393
4664
|
first_name: string;
|
|
4394
4665
|
id: string;
|
|
4395
4666
|
last_name: string;
|
|
@@ -4417,6 +4688,11 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4417
4688
|
enabled: boolean;
|
|
4418
4689
|
};
|
|
4419
4690
|
};
|
|
4691
|
+
buffer_policy: {
|
|
4692
|
+
after_duration?: string | null;
|
|
4693
|
+
before_duration?: string | null;
|
|
4694
|
+
enabled: boolean;
|
|
4695
|
+
};
|
|
4420
4696
|
cancellation_policy: {
|
|
4421
4697
|
advance_notice: {
|
|
4422
4698
|
enabled: boolean;
|
|
@@ -4943,6 +5219,25 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4943
5219
|
data: {
|
|
4944
5220
|
add_to_calendar_url: string;
|
|
4945
5221
|
appointment_type: "in_person" | "virtual";
|
|
5222
|
+
buffer_policy: {
|
|
5223
|
+
after_duration?: string | null;
|
|
5224
|
+
before_duration?: string | null;
|
|
5225
|
+
enabled: boolean;
|
|
5226
|
+
};
|
|
5227
|
+
buffered_end_at: {
|
|
5228
|
+
local: string;
|
|
5229
|
+
object: "zoned_date_time";
|
|
5230
|
+
time_zone: string;
|
|
5231
|
+
unix_ts: number;
|
|
5232
|
+
utc: string;
|
|
5233
|
+
};
|
|
5234
|
+
buffered_start_at: {
|
|
5235
|
+
local: string;
|
|
5236
|
+
object: "zoned_date_time";
|
|
5237
|
+
time_zone: string;
|
|
5238
|
+
unix_ts: number;
|
|
5239
|
+
utc: string;
|
|
5240
|
+
};
|
|
4946
5241
|
cancel_url: string;
|
|
4947
5242
|
cancellation_events: {
|
|
4948
5243
|
actor: string | null;
|
|
@@ -5038,6 +5333,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5038
5333
|
provider: {
|
|
5039
5334
|
created_at: string;
|
|
5040
5335
|
display_name: string;
|
|
5336
|
+
email: string;
|
|
5041
5337
|
first_name: string;
|
|
5042
5338
|
id: string;
|
|
5043
5339
|
last_name: string;
|
|
@@ -5051,6 +5347,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5051
5347
|
providers: {
|
|
5052
5348
|
created_at: string;
|
|
5053
5349
|
display_name: string;
|
|
5350
|
+
email: string;
|
|
5054
5351
|
first_name: string;
|
|
5055
5352
|
id: string;
|
|
5056
5353
|
last_name: string;
|
|
@@ -5115,6 +5412,11 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5115
5412
|
enabled: boolean;
|
|
5116
5413
|
};
|
|
5117
5414
|
};
|
|
5415
|
+
buffer_policy: {
|
|
5416
|
+
after_duration?: string | null;
|
|
5417
|
+
before_duration?: string | null;
|
|
5418
|
+
enabled: boolean;
|
|
5419
|
+
};
|
|
5118
5420
|
cancellation_policy: {
|
|
5119
5421
|
advance_notice: {
|
|
5120
5422
|
enabled: boolean;
|
|
@@ -5198,6 +5500,25 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5198
5500
|
data: {
|
|
5199
5501
|
add_to_calendar_url: string;
|
|
5200
5502
|
appointment_type: "in_person" | "virtual";
|
|
5503
|
+
buffer_policy: {
|
|
5504
|
+
after_duration?: string | null;
|
|
5505
|
+
before_duration?: string | null;
|
|
5506
|
+
enabled: boolean;
|
|
5507
|
+
};
|
|
5508
|
+
buffered_end_at: {
|
|
5509
|
+
local: string;
|
|
5510
|
+
object: "zoned_date_time";
|
|
5511
|
+
time_zone: string;
|
|
5512
|
+
unix_ts: number;
|
|
5513
|
+
utc: string;
|
|
5514
|
+
};
|
|
5515
|
+
buffered_start_at: {
|
|
5516
|
+
local: string;
|
|
5517
|
+
object: "zoned_date_time";
|
|
5518
|
+
time_zone: string;
|
|
5519
|
+
unix_ts: number;
|
|
5520
|
+
utc: string;
|
|
5521
|
+
};
|
|
5201
5522
|
cancel_url: string;
|
|
5202
5523
|
cancellation_events: {
|
|
5203
5524
|
actor: string | null;
|
|
@@ -5293,6 +5614,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5293
5614
|
provider: {
|
|
5294
5615
|
created_at: string;
|
|
5295
5616
|
display_name: string;
|
|
5617
|
+
email: string;
|
|
5296
5618
|
first_name: string;
|
|
5297
5619
|
id: string;
|
|
5298
5620
|
last_name: string;
|
|
@@ -5306,6 +5628,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5306
5628
|
providers: {
|
|
5307
5629
|
created_at: string;
|
|
5308
5630
|
display_name: string;
|
|
5631
|
+
email: string;
|
|
5309
5632
|
first_name: string;
|
|
5310
5633
|
id: string;
|
|
5311
5634
|
last_name: string;
|
|
@@ -5370,6 +5693,11 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5370
5693
|
enabled: boolean;
|
|
5371
5694
|
};
|
|
5372
5695
|
};
|
|
5696
|
+
buffer_policy: {
|
|
5697
|
+
after_duration?: string | null;
|
|
5698
|
+
before_duration?: string | null;
|
|
5699
|
+
enabled: boolean;
|
|
5700
|
+
};
|
|
5373
5701
|
cancellation_policy: {
|
|
5374
5702
|
advance_notice: {
|
|
5375
5703
|
enabled: boolean;
|
|
@@ -5503,6 +5831,25 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5503
5831
|
data: {
|
|
5504
5832
|
add_to_calendar_url: string;
|
|
5505
5833
|
appointment_type: "in_person" | "virtual";
|
|
5834
|
+
buffer_policy: {
|
|
5835
|
+
after_duration?: string | null;
|
|
5836
|
+
before_duration?: string | null;
|
|
5837
|
+
enabled: boolean;
|
|
5838
|
+
};
|
|
5839
|
+
buffered_end_at: {
|
|
5840
|
+
local: string;
|
|
5841
|
+
object: "zoned_date_time";
|
|
5842
|
+
time_zone: string;
|
|
5843
|
+
unix_ts: number;
|
|
5844
|
+
utc: string;
|
|
5845
|
+
};
|
|
5846
|
+
buffered_start_at: {
|
|
5847
|
+
local: string;
|
|
5848
|
+
object: "zoned_date_time";
|
|
5849
|
+
time_zone: string;
|
|
5850
|
+
unix_ts: number;
|
|
5851
|
+
utc: string;
|
|
5852
|
+
};
|
|
5506
5853
|
cancel_url: string;
|
|
5507
5854
|
cancellation_events: {
|
|
5508
5855
|
actor: string | null;
|
|
@@ -5598,6 +5945,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5598
5945
|
provider: {
|
|
5599
5946
|
created_at: string;
|
|
5600
5947
|
display_name: string;
|
|
5948
|
+
email: string;
|
|
5601
5949
|
first_name: string;
|
|
5602
5950
|
id: string;
|
|
5603
5951
|
last_name: string;
|
|
@@ -5611,6 +5959,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5611
5959
|
providers: {
|
|
5612
5960
|
created_at: string;
|
|
5613
5961
|
display_name: string;
|
|
5962
|
+
email: string;
|
|
5614
5963
|
first_name: string;
|
|
5615
5964
|
id: string;
|
|
5616
5965
|
last_name: string;
|
|
@@ -5675,6 +6024,11 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5675
6024
|
enabled: boolean;
|
|
5676
6025
|
};
|
|
5677
6026
|
};
|
|
6027
|
+
buffer_policy: {
|
|
6028
|
+
after_duration?: string | null;
|
|
6029
|
+
before_duration?: string | null;
|
|
6030
|
+
enabled: boolean;
|
|
6031
|
+
};
|
|
5678
6032
|
cancellation_policy: {
|
|
5679
6033
|
advance_notice: {
|
|
5680
6034
|
enabled: boolean;
|
|
@@ -6109,6 +6463,25 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6109
6463
|
data: {
|
|
6110
6464
|
add_to_calendar_url: string;
|
|
6111
6465
|
appointment_type: "in_person" | "virtual";
|
|
6466
|
+
buffer_policy: {
|
|
6467
|
+
after_duration?: string | null;
|
|
6468
|
+
before_duration?: string | null;
|
|
6469
|
+
enabled: boolean;
|
|
6470
|
+
};
|
|
6471
|
+
buffered_end_at: {
|
|
6472
|
+
local: string;
|
|
6473
|
+
object: "zoned_date_time";
|
|
6474
|
+
time_zone: string;
|
|
6475
|
+
unix_ts: number;
|
|
6476
|
+
utc: string;
|
|
6477
|
+
};
|
|
6478
|
+
buffered_start_at: {
|
|
6479
|
+
local: string;
|
|
6480
|
+
object: "zoned_date_time";
|
|
6481
|
+
time_zone: string;
|
|
6482
|
+
unix_ts: number;
|
|
6483
|
+
utc: string;
|
|
6484
|
+
};
|
|
6112
6485
|
cancel_url: string;
|
|
6113
6486
|
cancellation_events: {
|
|
6114
6487
|
actor: string | null;
|
|
@@ -6204,6 +6577,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6204
6577
|
provider: {
|
|
6205
6578
|
created_at: string;
|
|
6206
6579
|
display_name: string;
|
|
6580
|
+
email: string;
|
|
6207
6581
|
first_name: string;
|
|
6208
6582
|
id: string;
|
|
6209
6583
|
last_name: string;
|
|
@@ -6217,6 +6591,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6217
6591
|
providers: {
|
|
6218
6592
|
created_at: string;
|
|
6219
6593
|
display_name: string;
|
|
6594
|
+
email: string;
|
|
6220
6595
|
first_name: string;
|
|
6221
6596
|
id: string;
|
|
6222
6597
|
last_name: string;
|
|
@@ -6281,6 +6656,11 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6281
6656
|
enabled: boolean;
|
|
6282
6657
|
};
|
|
6283
6658
|
};
|
|
6659
|
+
buffer_policy: {
|
|
6660
|
+
after_duration?: string | null;
|
|
6661
|
+
before_duration?: string | null;
|
|
6662
|
+
enabled: boolean;
|
|
6663
|
+
};
|
|
6284
6664
|
cancellation_policy: {
|
|
6285
6665
|
advance_notice: {
|
|
6286
6666
|
enabled: boolean;
|
|
@@ -6364,6 +6744,25 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6364
6744
|
data: {
|
|
6365
6745
|
add_to_calendar_url: string;
|
|
6366
6746
|
appointment_type: "in_person" | "virtual";
|
|
6747
|
+
buffer_policy: {
|
|
6748
|
+
after_duration?: string | null;
|
|
6749
|
+
before_duration?: string | null;
|
|
6750
|
+
enabled: boolean;
|
|
6751
|
+
};
|
|
6752
|
+
buffered_end_at: {
|
|
6753
|
+
local: string;
|
|
6754
|
+
object: "zoned_date_time";
|
|
6755
|
+
time_zone: string;
|
|
6756
|
+
unix_ts: number;
|
|
6757
|
+
utc: string;
|
|
6758
|
+
};
|
|
6759
|
+
buffered_start_at: {
|
|
6760
|
+
local: string;
|
|
6761
|
+
object: "zoned_date_time";
|
|
6762
|
+
time_zone: string;
|
|
6763
|
+
unix_ts: number;
|
|
6764
|
+
utc: string;
|
|
6765
|
+
};
|
|
6367
6766
|
cancel_url: string;
|
|
6368
6767
|
cancellation_events: {
|
|
6369
6768
|
actor: string | null;
|
|
@@ -6459,6 +6858,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6459
6858
|
provider: {
|
|
6460
6859
|
created_at: string;
|
|
6461
6860
|
display_name: string;
|
|
6861
|
+
email: string;
|
|
6462
6862
|
first_name: string;
|
|
6463
6863
|
id: string;
|
|
6464
6864
|
last_name: string;
|
|
@@ -6472,6 +6872,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6472
6872
|
providers: {
|
|
6473
6873
|
created_at: string;
|
|
6474
6874
|
display_name: string;
|
|
6875
|
+
email: string;
|
|
6475
6876
|
first_name: string;
|
|
6476
6877
|
id: string;
|
|
6477
6878
|
last_name: string;
|
|
@@ -6536,6 +6937,11 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6536
6937
|
enabled: boolean;
|
|
6537
6938
|
};
|
|
6538
6939
|
};
|
|
6940
|
+
buffer_policy: {
|
|
6941
|
+
after_duration?: string | null;
|
|
6942
|
+
before_duration?: string | null;
|
|
6943
|
+
enabled: boolean;
|
|
6944
|
+
};
|
|
6539
6945
|
cancellation_policy: {
|
|
6540
6946
|
advance_notice: {
|
|
6541
6947
|
enabled: boolean;
|
|
@@ -6685,6 +7091,25 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6685
7091
|
data: {
|
|
6686
7092
|
add_to_calendar_url: string;
|
|
6687
7093
|
appointment_type: "in_person" | "virtual";
|
|
7094
|
+
buffer_policy: {
|
|
7095
|
+
after_duration?: string | null;
|
|
7096
|
+
before_duration?: string | null;
|
|
7097
|
+
enabled: boolean;
|
|
7098
|
+
};
|
|
7099
|
+
buffered_end_at: {
|
|
7100
|
+
local: string;
|
|
7101
|
+
object: "zoned_date_time";
|
|
7102
|
+
time_zone: string;
|
|
7103
|
+
unix_ts: number;
|
|
7104
|
+
utc: string;
|
|
7105
|
+
};
|
|
7106
|
+
buffered_start_at: {
|
|
7107
|
+
local: string;
|
|
7108
|
+
object: "zoned_date_time";
|
|
7109
|
+
time_zone: string;
|
|
7110
|
+
unix_ts: number;
|
|
7111
|
+
utc: string;
|
|
7112
|
+
};
|
|
6688
7113
|
cancel_url: string;
|
|
6689
7114
|
cancellation_events: {
|
|
6690
7115
|
actor: string | null;
|
|
@@ -6780,6 +7205,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6780
7205
|
provider: {
|
|
6781
7206
|
created_at: string;
|
|
6782
7207
|
display_name: string;
|
|
7208
|
+
email: string;
|
|
6783
7209
|
first_name: string;
|
|
6784
7210
|
id: string;
|
|
6785
7211
|
last_name: string;
|
|
@@ -6793,6 +7219,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6793
7219
|
providers: {
|
|
6794
7220
|
created_at: string;
|
|
6795
7221
|
display_name: string;
|
|
7222
|
+
email: string;
|
|
6796
7223
|
first_name: string;
|
|
6797
7224
|
id: string;
|
|
6798
7225
|
last_name: string;
|
|
@@ -6857,6 +7284,11 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6857
7284
|
enabled: boolean;
|
|
6858
7285
|
};
|
|
6859
7286
|
};
|
|
7287
|
+
buffer_policy: {
|
|
7288
|
+
after_duration?: string | null;
|
|
7289
|
+
before_duration?: string | null;
|
|
7290
|
+
enabled: boolean;
|
|
7291
|
+
};
|
|
6860
7292
|
cancellation_policy: {
|
|
6861
7293
|
advance_notice: {
|
|
6862
7294
|
enabled: boolean;
|
|
@@ -7164,6 +7596,25 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7164
7596
|
appointment?: {
|
|
7165
7597
|
add_to_calendar_url: string;
|
|
7166
7598
|
appointment_type: "in_person" | "virtual";
|
|
7599
|
+
buffer_policy: {
|
|
7600
|
+
after_duration?: string | null;
|
|
7601
|
+
before_duration?: string | null;
|
|
7602
|
+
enabled: boolean;
|
|
7603
|
+
};
|
|
7604
|
+
buffered_end_at: {
|
|
7605
|
+
local: string;
|
|
7606
|
+
object: "zoned_date_time";
|
|
7607
|
+
time_zone: string;
|
|
7608
|
+
unix_ts: number;
|
|
7609
|
+
utc: string;
|
|
7610
|
+
};
|
|
7611
|
+
buffered_start_at: {
|
|
7612
|
+
local: string;
|
|
7613
|
+
object: "zoned_date_time";
|
|
7614
|
+
time_zone: string;
|
|
7615
|
+
unix_ts: number;
|
|
7616
|
+
utc: string;
|
|
7617
|
+
};
|
|
7167
7618
|
cancel_url: string;
|
|
7168
7619
|
cancellation_events: {
|
|
7169
7620
|
actor: string | null;
|
|
@@ -7259,6 +7710,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7259
7710
|
provider: {
|
|
7260
7711
|
created_at: string;
|
|
7261
7712
|
display_name: string;
|
|
7713
|
+
email: string;
|
|
7262
7714
|
first_name: string;
|
|
7263
7715
|
id: string;
|
|
7264
7716
|
last_name: string;
|
|
@@ -7272,6 +7724,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7272
7724
|
providers: {
|
|
7273
7725
|
created_at: string;
|
|
7274
7726
|
display_name: string;
|
|
7727
|
+
email: string;
|
|
7275
7728
|
first_name: string;
|
|
7276
7729
|
id: string;
|
|
7277
7730
|
last_name: string;
|
|
@@ -7336,6 +7789,11 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7336
7789
|
enabled: boolean;
|
|
7337
7790
|
};
|
|
7338
7791
|
};
|
|
7792
|
+
buffer_policy: {
|
|
7793
|
+
after_duration?: string | null;
|
|
7794
|
+
before_duration?: string | null;
|
|
7795
|
+
enabled: boolean;
|
|
7796
|
+
};
|
|
7339
7797
|
cancellation_policy: {
|
|
7340
7798
|
advance_notice: {
|
|
7341
7799
|
enabled: boolean;
|
|
@@ -7473,6 +7931,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7473
7931
|
provider?: {
|
|
7474
7932
|
created_at: string;
|
|
7475
7933
|
display_name: string;
|
|
7934
|
+
email: string;
|
|
7476
7935
|
first_name: string;
|
|
7477
7936
|
id: string;
|
|
7478
7937
|
last_name: string;
|
|
@@ -7498,6 +7957,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7498
7957
|
secondary_providers?: {
|
|
7499
7958
|
created_at: string;
|
|
7500
7959
|
display_name: string;
|
|
7960
|
+
email: string;
|
|
7501
7961
|
first_name: string;
|
|
7502
7962
|
id: string;
|
|
7503
7963
|
last_name: string;
|
|
@@ -7525,6 +7985,11 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7525
7985
|
enabled: boolean;
|
|
7526
7986
|
};
|
|
7527
7987
|
};
|
|
7988
|
+
buffer_policy: {
|
|
7989
|
+
after_duration?: string | null;
|
|
7990
|
+
before_duration?: string | null;
|
|
7991
|
+
enabled: boolean;
|
|
7992
|
+
};
|
|
7528
7993
|
cancellation_policy: {
|
|
7529
7994
|
advance_notice: {
|
|
7530
7995
|
enabled: boolean;
|
|
@@ -7616,6 +8081,25 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7616
8081
|
appointment?: {
|
|
7617
8082
|
add_to_calendar_url: string;
|
|
7618
8083
|
appointment_type: "in_person" | "virtual";
|
|
8084
|
+
buffer_policy: {
|
|
8085
|
+
after_duration?: string | null;
|
|
8086
|
+
before_duration?: string | null;
|
|
8087
|
+
enabled: boolean;
|
|
8088
|
+
};
|
|
8089
|
+
buffered_end_at: {
|
|
8090
|
+
local: string;
|
|
8091
|
+
object: "zoned_date_time";
|
|
8092
|
+
time_zone: string;
|
|
8093
|
+
unix_ts: number;
|
|
8094
|
+
utc: string;
|
|
8095
|
+
};
|
|
8096
|
+
buffered_start_at: {
|
|
8097
|
+
local: string;
|
|
8098
|
+
object: "zoned_date_time";
|
|
8099
|
+
time_zone: string;
|
|
8100
|
+
unix_ts: number;
|
|
8101
|
+
utc: string;
|
|
8102
|
+
};
|
|
7619
8103
|
cancel_url: string;
|
|
7620
8104
|
cancellation_events: {
|
|
7621
8105
|
actor: string | null;
|
|
@@ -7711,6 +8195,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7711
8195
|
provider: {
|
|
7712
8196
|
created_at: string;
|
|
7713
8197
|
display_name: string;
|
|
8198
|
+
email: string;
|
|
7714
8199
|
first_name: string;
|
|
7715
8200
|
id: string;
|
|
7716
8201
|
last_name: string;
|
|
@@ -7724,6 +8209,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7724
8209
|
providers: {
|
|
7725
8210
|
created_at: string;
|
|
7726
8211
|
display_name: string;
|
|
8212
|
+
email: string;
|
|
7727
8213
|
first_name: string;
|
|
7728
8214
|
id: string;
|
|
7729
8215
|
last_name: string;
|
|
@@ -7788,6 +8274,11 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7788
8274
|
enabled: boolean;
|
|
7789
8275
|
};
|
|
7790
8276
|
};
|
|
8277
|
+
buffer_policy: {
|
|
8278
|
+
after_duration?: string | null;
|
|
8279
|
+
before_duration?: string | null;
|
|
8280
|
+
enabled: boolean;
|
|
8281
|
+
};
|
|
7791
8282
|
cancellation_policy: {
|
|
7792
8283
|
advance_notice: {
|
|
7793
8284
|
enabled: boolean;
|
|
@@ -7925,6 +8416,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7925
8416
|
provider?: {
|
|
7926
8417
|
created_at: string;
|
|
7927
8418
|
display_name: string;
|
|
8419
|
+
email: string;
|
|
7928
8420
|
first_name: string;
|
|
7929
8421
|
id: string;
|
|
7930
8422
|
last_name: string;
|
|
@@ -7950,6 +8442,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7950
8442
|
secondary_providers?: {
|
|
7951
8443
|
created_at: string;
|
|
7952
8444
|
display_name: string;
|
|
8445
|
+
email: string;
|
|
7953
8446
|
first_name: string;
|
|
7954
8447
|
id: string;
|
|
7955
8448
|
last_name: string;
|
|
@@ -7977,6 +8470,11 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7977
8470
|
enabled: boolean;
|
|
7978
8471
|
};
|
|
7979
8472
|
};
|
|
8473
|
+
buffer_policy: {
|
|
8474
|
+
after_duration?: string | null;
|
|
8475
|
+
before_duration?: string | null;
|
|
8476
|
+
enabled: boolean;
|
|
8477
|
+
};
|
|
7980
8478
|
cancellation_policy: {
|
|
7981
8479
|
advance_notice: {
|
|
7982
8480
|
enabled: boolean;
|
|
@@ -8167,6 +8665,25 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8167
8665
|
appointment?: {
|
|
8168
8666
|
add_to_calendar_url: string;
|
|
8169
8667
|
appointment_type: "in_person" | "virtual";
|
|
8668
|
+
buffer_policy: {
|
|
8669
|
+
after_duration?: string | null;
|
|
8670
|
+
before_duration?: string | null;
|
|
8671
|
+
enabled: boolean;
|
|
8672
|
+
};
|
|
8673
|
+
buffered_end_at: {
|
|
8674
|
+
local: string;
|
|
8675
|
+
object: "zoned_date_time";
|
|
8676
|
+
time_zone: string;
|
|
8677
|
+
unix_ts: number;
|
|
8678
|
+
utc: string;
|
|
8679
|
+
};
|
|
8680
|
+
buffered_start_at: {
|
|
8681
|
+
local: string;
|
|
8682
|
+
object: "zoned_date_time";
|
|
8683
|
+
time_zone: string;
|
|
8684
|
+
unix_ts: number;
|
|
8685
|
+
utc: string;
|
|
8686
|
+
};
|
|
8170
8687
|
cancel_url: string;
|
|
8171
8688
|
cancellation_events: {
|
|
8172
8689
|
actor: string | null;
|
|
@@ -8262,6 +8779,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8262
8779
|
provider: {
|
|
8263
8780
|
created_at: string;
|
|
8264
8781
|
display_name: string;
|
|
8782
|
+
email: string;
|
|
8265
8783
|
first_name: string;
|
|
8266
8784
|
id: string;
|
|
8267
8785
|
last_name: string;
|
|
@@ -8275,6 +8793,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8275
8793
|
providers: {
|
|
8276
8794
|
created_at: string;
|
|
8277
8795
|
display_name: string;
|
|
8796
|
+
email: string;
|
|
8278
8797
|
first_name: string;
|
|
8279
8798
|
id: string;
|
|
8280
8799
|
last_name: string;
|
|
@@ -8339,6 +8858,11 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8339
8858
|
enabled: boolean;
|
|
8340
8859
|
};
|
|
8341
8860
|
};
|
|
8861
|
+
buffer_policy: {
|
|
8862
|
+
after_duration?: string | null;
|
|
8863
|
+
before_duration?: string | null;
|
|
8864
|
+
enabled: boolean;
|
|
8865
|
+
};
|
|
8342
8866
|
cancellation_policy: {
|
|
8343
8867
|
advance_notice: {
|
|
8344
8868
|
enabled: boolean;
|
|
@@ -8476,6 +9000,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8476
9000
|
provider?: {
|
|
8477
9001
|
created_at: string;
|
|
8478
9002
|
display_name: string;
|
|
9003
|
+
email: string;
|
|
8479
9004
|
first_name: string;
|
|
8480
9005
|
id: string;
|
|
8481
9006
|
last_name: string;
|
|
@@ -8501,6 +9026,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8501
9026
|
secondary_providers?: {
|
|
8502
9027
|
created_at: string;
|
|
8503
9028
|
display_name: string;
|
|
9029
|
+
email: string;
|
|
8504
9030
|
first_name: string;
|
|
8505
9031
|
id: string;
|
|
8506
9032
|
last_name: string;
|
|
@@ -8528,6 +9054,11 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8528
9054
|
enabled: boolean;
|
|
8529
9055
|
};
|
|
8530
9056
|
};
|
|
9057
|
+
buffer_policy: {
|
|
9058
|
+
after_duration?: string | null;
|
|
9059
|
+
before_duration?: string | null;
|
|
9060
|
+
enabled: boolean;
|
|
9061
|
+
};
|
|
8531
9062
|
cancellation_policy: {
|
|
8532
9063
|
advance_notice: {
|
|
8533
9064
|
enabled: boolean;
|
|
@@ -9390,6 +9921,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9390
9921
|
data: {
|
|
9391
9922
|
created_at: string;
|
|
9392
9923
|
display_name: string;
|
|
9924
|
+
email: string;
|
|
9393
9925
|
first_name: string;
|
|
9394
9926
|
id: string;
|
|
9395
9927
|
last_name: string;
|
|
@@ -9410,6 +9942,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9410
9942
|
data: {
|
|
9411
9943
|
created_at: string;
|
|
9412
9944
|
display_name: string;
|
|
9945
|
+
email: string;
|
|
9413
9946
|
first_name: string;
|
|
9414
9947
|
id: string;
|
|
9415
9948
|
last_name: string;
|
|
@@ -9488,6 +10021,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9488
10021
|
data: {
|
|
9489
10022
|
created_at: string;
|
|
9490
10023
|
display_name: string;
|
|
10024
|
+
email: string;
|
|
9491
10025
|
first_name: string;
|
|
9492
10026
|
id: string;
|
|
9493
10027
|
last_name: string;
|
|
@@ -10261,6 +10795,11 @@ declare const useCreateService: (options?: Options$13) => _tanstack_react_query.
|
|
|
10261
10795
|
enabled: boolean;
|
|
10262
10796
|
};
|
|
10263
10797
|
};
|
|
10798
|
+
buffer_policy: {
|
|
10799
|
+
after_duration?: string | null;
|
|
10800
|
+
before_duration?: string | null;
|
|
10801
|
+
enabled: boolean;
|
|
10802
|
+
};
|
|
10264
10803
|
cancellation_policy: {
|
|
10265
10804
|
advance_notice: {
|
|
10266
10805
|
enabled: boolean;
|
|
@@ -10339,6 +10878,11 @@ declare const useCreateService: (options?: Options$13) => _tanstack_react_query.
|
|
|
10339
10878
|
enabled: boolean;
|
|
10340
10879
|
};
|
|
10341
10880
|
};
|
|
10881
|
+
buffer_policy: {
|
|
10882
|
+
after_duration?: string | null;
|
|
10883
|
+
before_duration?: string | null;
|
|
10884
|
+
enabled: boolean;
|
|
10885
|
+
};
|
|
10342
10886
|
cancellation_policy: {
|
|
10343
10887
|
advance_notice: {
|
|
10344
10888
|
enabled: boolean;
|
|
@@ -10453,6 +10997,11 @@ declare const useCreateService: (options?: Options$13) => _tanstack_react_query.
|
|
|
10453
10997
|
enabled: boolean;
|
|
10454
10998
|
};
|
|
10455
10999
|
};
|
|
11000
|
+
buffer_policy?: {
|
|
11001
|
+
after_duration?: string | null;
|
|
11002
|
+
before_duration?: string | null;
|
|
11003
|
+
enabled: boolean;
|
|
11004
|
+
};
|
|
10456
11005
|
cancellation_policy?: {
|
|
10457
11006
|
advance_notice: {
|
|
10458
11007
|
enabled: boolean;
|
|
@@ -10521,6 +11070,11 @@ declare const useCreateService: (options?: Options$13) => _tanstack_react_query.
|
|
|
10521
11070
|
enabled: boolean;
|
|
10522
11071
|
};
|
|
10523
11072
|
};
|
|
11073
|
+
buffer_policy: {
|
|
11074
|
+
after_duration?: string | null;
|
|
11075
|
+
before_duration?: string | null;
|
|
11076
|
+
enabled: boolean;
|
|
11077
|
+
};
|
|
10524
11078
|
cancellation_policy: {
|
|
10525
11079
|
advance_notice: {
|
|
10526
11080
|
enabled: boolean;
|
|
@@ -10623,6 +11177,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10623
11177
|
provider: {
|
|
10624
11178
|
created_at: string;
|
|
10625
11179
|
display_name: string;
|
|
11180
|
+
email: string;
|
|
10626
11181
|
first_name: string;
|
|
10627
11182
|
id: string;
|
|
10628
11183
|
last_name: string;
|
|
@@ -10650,6 +11205,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10650
11205
|
provider: {
|
|
10651
11206
|
created_at: string;
|
|
10652
11207
|
display_name: string;
|
|
11208
|
+
email: string;
|
|
10653
11209
|
first_name: string;
|
|
10654
11210
|
id: string;
|
|
10655
11211
|
last_name: string;
|
|
@@ -10740,6 +11296,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10740
11296
|
provider: {
|
|
10741
11297
|
created_at: string;
|
|
10742
11298
|
display_name: string;
|
|
11299
|
+
email: string;
|
|
10743
11300
|
first_name: string;
|
|
10744
11301
|
id: string;
|
|
10745
11302
|
last_name: string;
|
|
@@ -11778,6 +12335,25 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11778
12335
|
data: {
|
|
11779
12336
|
add_to_calendar_url: string;
|
|
11780
12337
|
appointment_type: "in_person" | "virtual";
|
|
12338
|
+
buffer_policy: {
|
|
12339
|
+
after_duration?: string | null;
|
|
12340
|
+
before_duration?: string | null;
|
|
12341
|
+
enabled: boolean;
|
|
12342
|
+
};
|
|
12343
|
+
buffered_end_at: {
|
|
12344
|
+
local: string;
|
|
12345
|
+
object: "zoned_date_time";
|
|
12346
|
+
time_zone: string;
|
|
12347
|
+
unix_ts: number;
|
|
12348
|
+
utc: string;
|
|
12349
|
+
};
|
|
12350
|
+
buffered_start_at: {
|
|
12351
|
+
local: string;
|
|
12352
|
+
object: "zoned_date_time";
|
|
12353
|
+
time_zone: string;
|
|
12354
|
+
unix_ts: number;
|
|
12355
|
+
utc: string;
|
|
12356
|
+
};
|
|
11781
12357
|
cancel_url: string;
|
|
11782
12358
|
cancellation_events: {
|
|
11783
12359
|
actor: string | null;
|
|
@@ -11873,6 +12449,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11873
12449
|
provider: {
|
|
11874
12450
|
created_at: string;
|
|
11875
12451
|
display_name: string;
|
|
12452
|
+
email: string;
|
|
11876
12453
|
first_name: string;
|
|
11877
12454
|
id: string;
|
|
11878
12455
|
last_name: string;
|
|
@@ -11886,6 +12463,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11886
12463
|
providers: {
|
|
11887
12464
|
created_at: string;
|
|
11888
12465
|
display_name: string;
|
|
12466
|
+
email: string;
|
|
11889
12467
|
first_name: string;
|
|
11890
12468
|
id: string;
|
|
11891
12469
|
last_name: string;
|
|
@@ -11950,6 +12528,11 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11950
12528
|
enabled: boolean;
|
|
11951
12529
|
};
|
|
11952
12530
|
};
|
|
12531
|
+
buffer_policy: {
|
|
12532
|
+
after_duration?: string | null;
|
|
12533
|
+
before_duration?: string | null;
|
|
12534
|
+
enabled: boolean;
|
|
12535
|
+
};
|
|
11953
12536
|
cancellation_policy: {
|
|
11954
12537
|
advance_notice: {
|
|
11955
12538
|
enabled: boolean;
|
|
@@ -12033,6 +12616,25 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12033
12616
|
data: {
|
|
12034
12617
|
add_to_calendar_url: string;
|
|
12035
12618
|
appointment_type: "in_person" | "virtual";
|
|
12619
|
+
buffer_policy: {
|
|
12620
|
+
after_duration?: string | null;
|
|
12621
|
+
before_duration?: string | null;
|
|
12622
|
+
enabled: boolean;
|
|
12623
|
+
};
|
|
12624
|
+
buffered_end_at: {
|
|
12625
|
+
local: string;
|
|
12626
|
+
object: "zoned_date_time";
|
|
12627
|
+
time_zone: string;
|
|
12628
|
+
unix_ts: number;
|
|
12629
|
+
utc: string;
|
|
12630
|
+
};
|
|
12631
|
+
buffered_start_at: {
|
|
12632
|
+
local: string;
|
|
12633
|
+
object: "zoned_date_time";
|
|
12634
|
+
time_zone: string;
|
|
12635
|
+
unix_ts: number;
|
|
12636
|
+
utc: string;
|
|
12637
|
+
};
|
|
12036
12638
|
cancel_url: string;
|
|
12037
12639
|
cancellation_events: {
|
|
12038
12640
|
actor: string | null;
|
|
@@ -12128,6 +12730,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12128
12730
|
provider: {
|
|
12129
12731
|
created_at: string;
|
|
12130
12732
|
display_name: string;
|
|
12733
|
+
email: string;
|
|
12131
12734
|
first_name: string;
|
|
12132
12735
|
id: string;
|
|
12133
12736
|
last_name: string;
|
|
@@ -12141,6 +12744,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12141
12744
|
providers: {
|
|
12142
12745
|
created_at: string;
|
|
12143
12746
|
display_name: string;
|
|
12747
|
+
email: string;
|
|
12144
12748
|
first_name: string;
|
|
12145
12749
|
id: string;
|
|
12146
12750
|
last_name: string;
|
|
@@ -12205,6 +12809,11 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12205
12809
|
enabled: boolean;
|
|
12206
12810
|
};
|
|
12207
12811
|
};
|
|
12812
|
+
buffer_policy: {
|
|
12813
|
+
after_duration?: string | null;
|
|
12814
|
+
before_duration?: string | null;
|
|
12815
|
+
enabled: boolean;
|
|
12816
|
+
};
|
|
12208
12817
|
cancellation_policy: {
|
|
12209
12818
|
advance_notice: {
|
|
12210
12819
|
enabled: boolean;
|
|
@@ -12342,6 +12951,25 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12342
12951
|
data: {
|
|
12343
12952
|
add_to_calendar_url: string;
|
|
12344
12953
|
appointment_type: "in_person" | "virtual";
|
|
12954
|
+
buffer_policy: {
|
|
12955
|
+
after_duration?: string | null;
|
|
12956
|
+
before_duration?: string | null;
|
|
12957
|
+
enabled: boolean;
|
|
12958
|
+
};
|
|
12959
|
+
buffered_end_at: {
|
|
12960
|
+
local: string;
|
|
12961
|
+
object: "zoned_date_time";
|
|
12962
|
+
time_zone: string;
|
|
12963
|
+
unix_ts: number;
|
|
12964
|
+
utc: string;
|
|
12965
|
+
};
|
|
12966
|
+
buffered_start_at: {
|
|
12967
|
+
local: string;
|
|
12968
|
+
object: "zoned_date_time";
|
|
12969
|
+
time_zone: string;
|
|
12970
|
+
unix_ts: number;
|
|
12971
|
+
utc: string;
|
|
12972
|
+
};
|
|
12345
12973
|
cancel_url: string;
|
|
12346
12974
|
cancellation_events: {
|
|
12347
12975
|
actor: string | null;
|
|
@@ -12437,6 +13065,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12437
13065
|
provider: {
|
|
12438
13066
|
created_at: string;
|
|
12439
13067
|
display_name: string;
|
|
13068
|
+
email: string;
|
|
12440
13069
|
first_name: string;
|
|
12441
13070
|
id: string;
|
|
12442
13071
|
last_name: string;
|
|
@@ -12450,6 +13079,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12450
13079
|
providers: {
|
|
12451
13080
|
created_at: string;
|
|
12452
13081
|
display_name: string;
|
|
13082
|
+
email: string;
|
|
12453
13083
|
first_name: string;
|
|
12454
13084
|
id: string;
|
|
12455
13085
|
last_name: string;
|
|
@@ -12514,6 +13144,11 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12514
13144
|
enabled: boolean;
|
|
12515
13145
|
};
|
|
12516
13146
|
};
|
|
13147
|
+
buffer_policy: {
|
|
13148
|
+
after_duration?: string | null;
|
|
13149
|
+
before_duration?: string | null;
|
|
13150
|
+
enabled: boolean;
|
|
13151
|
+
};
|
|
12517
13152
|
cancellation_policy: {
|
|
12518
13153
|
advance_notice: {
|
|
12519
13154
|
enabled: boolean;
|
|
@@ -13496,6 +14131,25 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13496
14131
|
appointment?: {
|
|
13497
14132
|
add_to_calendar_url: string;
|
|
13498
14133
|
appointment_type: "in_person" | "virtual";
|
|
14134
|
+
buffer_policy: {
|
|
14135
|
+
after_duration?: string | null;
|
|
14136
|
+
before_duration?: string | null;
|
|
14137
|
+
enabled: boolean;
|
|
14138
|
+
};
|
|
14139
|
+
buffered_end_at: {
|
|
14140
|
+
local: string;
|
|
14141
|
+
object: "zoned_date_time";
|
|
14142
|
+
time_zone: string;
|
|
14143
|
+
unix_ts: number;
|
|
14144
|
+
utc: string;
|
|
14145
|
+
};
|
|
14146
|
+
buffered_start_at: {
|
|
14147
|
+
local: string;
|
|
14148
|
+
object: "zoned_date_time";
|
|
14149
|
+
time_zone: string;
|
|
14150
|
+
unix_ts: number;
|
|
14151
|
+
utc: string;
|
|
14152
|
+
};
|
|
13499
14153
|
cancel_url: string;
|
|
13500
14154
|
cancellation_events: {
|
|
13501
14155
|
actor: string | null;
|
|
@@ -13591,6 +14245,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13591
14245
|
provider: {
|
|
13592
14246
|
created_at: string;
|
|
13593
14247
|
display_name: string;
|
|
14248
|
+
email: string;
|
|
13594
14249
|
first_name: string;
|
|
13595
14250
|
id: string;
|
|
13596
14251
|
last_name: string;
|
|
@@ -13604,6 +14259,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13604
14259
|
providers: {
|
|
13605
14260
|
created_at: string;
|
|
13606
14261
|
display_name: string;
|
|
14262
|
+
email: string;
|
|
13607
14263
|
first_name: string;
|
|
13608
14264
|
id: string;
|
|
13609
14265
|
last_name: string;
|
|
@@ -13668,6 +14324,11 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13668
14324
|
enabled: boolean;
|
|
13669
14325
|
};
|
|
13670
14326
|
};
|
|
14327
|
+
buffer_policy: {
|
|
14328
|
+
after_duration?: string | null;
|
|
14329
|
+
before_duration?: string | null;
|
|
14330
|
+
enabled: boolean;
|
|
14331
|
+
};
|
|
13671
14332
|
cancellation_policy: {
|
|
13672
14333
|
advance_notice: {
|
|
13673
14334
|
enabled: boolean;
|
|
@@ -13805,6 +14466,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13805
14466
|
provider?: {
|
|
13806
14467
|
created_at: string;
|
|
13807
14468
|
display_name: string;
|
|
14469
|
+
email: string;
|
|
13808
14470
|
first_name: string;
|
|
13809
14471
|
id: string;
|
|
13810
14472
|
last_name: string;
|
|
@@ -13830,6 +14492,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13830
14492
|
secondary_providers?: {
|
|
13831
14493
|
created_at: string;
|
|
13832
14494
|
display_name: string;
|
|
14495
|
+
email: string;
|
|
13833
14496
|
first_name: string;
|
|
13834
14497
|
id: string;
|
|
13835
14498
|
last_name: string;
|
|
@@ -13857,6 +14520,11 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13857
14520
|
enabled: boolean;
|
|
13858
14521
|
};
|
|
13859
14522
|
};
|
|
14523
|
+
buffer_policy: {
|
|
14524
|
+
after_duration?: string | null;
|
|
14525
|
+
before_duration?: string | null;
|
|
14526
|
+
enabled: boolean;
|
|
14527
|
+
};
|
|
13860
14528
|
cancellation_policy: {
|
|
13861
14529
|
advance_notice: {
|
|
13862
14530
|
enabled: boolean;
|
|
@@ -13948,6 +14616,25 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13948
14616
|
appointment?: {
|
|
13949
14617
|
add_to_calendar_url: string;
|
|
13950
14618
|
appointment_type: "in_person" | "virtual";
|
|
14619
|
+
buffer_policy: {
|
|
14620
|
+
after_duration?: string | null;
|
|
14621
|
+
before_duration?: string | null;
|
|
14622
|
+
enabled: boolean;
|
|
14623
|
+
};
|
|
14624
|
+
buffered_end_at: {
|
|
14625
|
+
local: string;
|
|
14626
|
+
object: "zoned_date_time";
|
|
14627
|
+
time_zone: string;
|
|
14628
|
+
unix_ts: number;
|
|
14629
|
+
utc: string;
|
|
14630
|
+
};
|
|
14631
|
+
buffered_start_at: {
|
|
14632
|
+
local: string;
|
|
14633
|
+
object: "zoned_date_time";
|
|
14634
|
+
time_zone: string;
|
|
14635
|
+
unix_ts: number;
|
|
14636
|
+
utc: string;
|
|
14637
|
+
};
|
|
13951
14638
|
cancel_url: string;
|
|
13952
14639
|
cancellation_events: {
|
|
13953
14640
|
actor: string | null;
|
|
@@ -14043,6 +14730,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14043
14730
|
provider: {
|
|
14044
14731
|
created_at: string;
|
|
14045
14732
|
display_name: string;
|
|
14733
|
+
email: string;
|
|
14046
14734
|
first_name: string;
|
|
14047
14735
|
id: string;
|
|
14048
14736
|
last_name: string;
|
|
@@ -14056,6 +14744,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14056
14744
|
providers: {
|
|
14057
14745
|
created_at: string;
|
|
14058
14746
|
display_name: string;
|
|
14747
|
+
email: string;
|
|
14059
14748
|
first_name: string;
|
|
14060
14749
|
id: string;
|
|
14061
14750
|
last_name: string;
|
|
@@ -14120,6 +14809,11 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14120
14809
|
enabled: boolean;
|
|
14121
14810
|
};
|
|
14122
14811
|
};
|
|
14812
|
+
buffer_policy: {
|
|
14813
|
+
after_duration?: string | null;
|
|
14814
|
+
before_duration?: string | null;
|
|
14815
|
+
enabled: boolean;
|
|
14816
|
+
};
|
|
14123
14817
|
cancellation_policy: {
|
|
14124
14818
|
advance_notice: {
|
|
14125
14819
|
enabled: boolean;
|
|
@@ -14257,6 +14951,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14257
14951
|
provider?: {
|
|
14258
14952
|
created_at: string;
|
|
14259
14953
|
display_name: string;
|
|
14954
|
+
email: string;
|
|
14260
14955
|
first_name: string;
|
|
14261
14956
|
id: string;
|
|
14262
14957
|
last_name: string;
|
|
@@ -14282,6 +14977,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14282
14977
|
secondary_providers?: {
|
|
14283
14978
|
created_at: string;
|
|
14284
14979
|
display_name: string;
|
|
14980
|
+
email: string;
|
|
14285
14981
|
first_name: string;
|
|
14286
14982
|
id: string;
|
|
14287
14983
|
last_name: string;
|
|
@@ -14309,6 +15005,11 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14309
15005
|
enabled: boolean;
|
|
14310
15006
|
};
|
|
14311
15007
|
};
|
|
15008
|
+
buffer_policy: {
|
|
15009
|
+
after_duration?: string | null;
|
|
15010
|
+
before_duration?: string | null;
|
|
15011
|
+
enabled: boolean;
|
|
15012
|
+
};
|
|
14312
15013
|
cancellation_policy: {
|
|
14313
15014
|
advance_notice: {
|
|
14314
15015
|
enabled: boolean;
|
|
@@ -14501,6 +15202,25 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14501
15202
|
appointment?: {
|
|
14502
15203
|
add_to_calendar_url: string;
|
|
14503
15204
|
appointment_type: "in_person" | "virtual";
|
|
15205
|
+
buffer_policy: {
|
|
15206
|
+
after_duration?: string | null;
|
|
15207
|
+
before_duration?: string | null;
|
|
15208
|
+
enabled: boolean;
|
|
15209
|
+
};
|
|
15210
|
+
buffered_end_at: {
|
|
15211
|
+
local: string;
|
|
15212
|
+
object: "zoned_date_time";
|
|
15213
|
+
time_zone: string;
|
|
15214
|
+
unix_ts: number;
|
|
15215
|
+
utc: string;
|
|
15216
|
+
};
|
|
15217
|
+
buffered_start_at: {
|
|
15218
|
+
local: string;
|
|
15219
|
+
object: "zoned_date_time";
|
|
15220
|
+
time_zone: string;
|
|
15221
|
+
unix_ts: number;
|
|
15222
|
+
utc: string;
|
|
15223
|
+
};
|
|
14504
15224
|
cancel_url: string;
|
|
14505
15225
|
cancellation_events: {
|
|
14506
15226
|
actor: string | null;
|
|
@@ -14596,6 +15316,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14596
15316
|
provider: {
|
|
14597
15317
|
created_at: string;
|
|
14598
15318
|
display_name: string;
|
|
15319
|
+
email: string;
|
|
14599
15320
|
first_name: string;
|
|
14600
15321
|
id: string;
|
|
14601
15322
|
last_name: string;
|
|
@@ -14609,6 +15330,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14609
15330
|
providers: {
|
|
14610
15331
|
created_at: string;
|
|
14611
15332
|
display_name: string;
|
|
15333
|
+
email: string;
|
|
14612
15334
|
first_name: string;
|
|
14613
15335
|
id: string;
|
|
14614
15336
|
last_name: string;
|
|
@@ -14673,6 +15395,11 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14673
15395
|
enabled: boolean;
|
|
14674
15396
|
};
|
|
14675
15397
|
};
|
|
15398
|
+
buffer_policy: {
|
|
15399
|
+
after_duration?: string | null;
|
|
15400
|
+
before_duration?: string | null;
|
|
15401
|
+
enabled: boolean;
|
|
15402
|
+
};
|
|
14676
15403
|
cancellation_policy: {
|
|
14677
15404
|
advance_notice: {
|
|
14678
15405
|
enabled: boolean;
|
|
@@ -14810,6 +15537,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14810
15537
|
provider?: {
|
|
14811
15538
|
created_at: string;
|
|
14812
15539
|
display_name: string;
|
|
15540
|
+
email: string;
|
|
14813
15541
|
first_name: string;
|
|
14814
15542
|
id: string;
|
|
14815
15543
|
last_name: string;
|
|
@@ -14835,6 +15563,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14835
15563
|
secondary_providers?: {
|
|
14836
15564
|
created_at: string;
|
|
14837
15565
|
display_name: string;
|
|
15566
|
+
email: string;
|
|
14838
15567
|
first_name: string;
|
|
14839
15568
|
id: string;
|
|
14840
15569
|
last_name: string;
|
|
@@ -14862,6 +15591,11 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14862
15591
|
enabled: boolean;
|
|
14863
15592
|
};
|
|
14864
15593
|
};
|
|
15594
|
+
buffer_policy: {
|
|
15595
|
+
after_duration?: string | null;
|
|
15596
|
+
before_duration?: string | null;
|
|
15597
|
+
enabled: boolean;
|
|
15598
|
+
};
|
|
14865
15599
|
cancellation_policy: {
|
|
14866
15600
|
advance_notice: {
|
|
14867
15601
|
enabled: boolean;
|
|
@@ -15875,6 +16609,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15875
16609
|
data: {
|
|
15876
16610
|
created_at: string;
|
|
15877
16611
|
display_name: string;
|
|
16612
|
+
email: string;
|
|
15878
16613
|
first_name: string;
|
|
15879
16614
|
id: string;
|
|
15880
16615
|
last_name: string;
|
|
@@ -15895,6 +16630,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15895
16630
|
data: {
|
|
15896
16631
|
created_at: string;
|
|
15897
16632
|
display_name: string;
|
|
16633
|
+
email: string;
|
|
15898
16634
|
first_name: string;
|
|
15899
16635
|
id: string;
|
|
15900
16636
|
last_name: string;
|
|
@@ -15984,6 +16720,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15984
16720
|
data: {
|
|
15985
16721
|
created_at: string;
|
|
15986
16722
|
display_name: string;
|
|
16723
|
+
email: string;
|
|
15987
16724
|
first_name: string;
|
|
15988
16725
|
id: string;
|
|
15989
16726
|
last_name: string;
|
|
@@ -16619,6 +17356,11 @@ declare const useUpdateService: (options?: Options$D) => _tanstack_react_query.U
|
|
|
16619
17356
|
enabled: boolean;
|
|
16620
17357
|
};
|
|
16621
17358
|
};
|
|
17359
|
+
buffer_policy: {
|
|
17360
|
+
after_duration?: string | null;
|
|
17361
|
+
before_duration?: string | null;
|
|
17362
|
+
enabled: boolean;
|
|
17363
|
+
};
|
|
16622
17364
|
cancellation_policy: {
|
|
16623
17365
|
advance_notice: {
|
|
16624
17366
|
enabled: boolean;
|
|
@@ -16697,6 +17439,11 @@ declare const useUpdateService: (options?: Options$D) => _tanstack_react_query.U
|
|
|
16697
17439
|
enabled: boolean;
|
|
16698
17440
|
};
|
|
16699
17441
|
};
|
|
17442
|
+
buffer_policy: {
|
|
17443
|
+
after_duration?: string | null;
|
|
17444
|
+
before_duration?: string | null;
|
|
17445
|
+
enabled: boolean;
|
|
17446
|
+
};
|
|
16700
17447
|
cancellation_policy: {
|
|
16701
17448
|
advance_notice: {
|
|
16702
17449
|
enabled: boolean;
|
|
@@ -16826,6 +17573,11 @@ declare const useUpdateService: (options?: Options$D) => _tanstack_react_query.U
|
|
|
16826
17573
|
enabled: boolean;
|
|
16827
17574
|
};
|
|
16828
17575
|
};
|
|
17576
|
+
buffer_policy?: {
|
|
17577
|
+
after_duration?: string | null;
|
|
17578
|
+
before_duration?: string | null;
|
|
17579
|
+
enabled: boolean;
|
|
17580
|
+
};
|
|
16829
17581
|
cancellation_policy?: {
|
|
16830
17582
|
advance_notice: {
|
|
16831
17583
|
enabled: boolean;
|
|
@@ -16893,6 +17645,11 @@ declare const useUpdateService: (options?: Options$D) => _tanstack_react_query.U
|
|
|
16893
17645
|
enabled: boolean;
|
|
16894
17646
|
};
|
|
16895
17647
|
};
|
|
17648
|
+
buffer_policy: {
|
|
17649
|
+
after_duration?: string | null;
|
|
17650
|
+
before_duration?: string | null;
|
|
17651
|
+
enabled: boolean;
|
|
17652
|
+
};
|
|
16896
17653
|
cancellation_policy: {
|
|
16897
17654
|
advance_notice: {
|
|
16898
17655
|
enabled: boolean;
|
|
@@ -17262,6 +18019,25 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17262
18019
|
data: {
|
|
17263
18020
|
add_to_calendar_url: string;
|
|
17264
18021
|
appointment_type: "in_person" | "virtual";
|
|
18022
|
+
buffer_policy: {
|
|
18023
|
+
after_duration?: string | null;
|
|
18024
|
+
before_duration?: string | null;
|
|
18025
|
+
enabled: boolean;
|
|
18026
|
+
};
|
|
18027
|
+
buffered_end_at: {
|
|
18028
|
+
local: string;
|
|
18029
|
+
object: "zoned_date_time";
|
|
18030
|
+
time_zone: string;
|
|
18031
|
+
unix_ts: number;
|
|
18032
|
+
utc: string;
|
|
18033
|
+
};
|
|
18034
|
+
buffered_start_at: {
|
|
18035
|
+
local: string;
|
|
18036
|
+
object: "zoned_date_time";
|
|
18037
|
+
time_zone: string;
|
|
18038
|
+
unix_ts: number;
|
|
18039
|
+
utc: string;
|
|
18040
|
+
};
|
|
17265
18041
|
cancel_url: string;
|
|
17266
18042
|
cancellation_events: {
|
|
17267
18043
|
actor: string | null;
|
|
@@ -17357,6 +18133,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17357
18133
|
provider: {
|
|
17358
18134
|
created_at: string;
|
|
17359
18135
|
display_name: string;
|
|
18136
|
+
email: string;
|
|
17360
18137
|
first_name: string;
|
|
17361
18138
|
id: string;
|
|
17362
18139
|
last_name: string;
|
|
@@ -17370,6 +18147,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17370
18147
|
providers: {
|
|
17371
18148
|
created_at: string;
|
|
17372
18149
|
display_name: string;
|
|
18150
|
+
email: string;
|
|
17373
18151
|
first_name: string;
|
|
17374
18152
|
id: string;
|
|
17375
18153
|
last_name: string;
|
|
@@ -17434,6 +18212,11 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17434
18212
|
enabled: boolean;
|
|
17435
18213
|
};
|
|
17436
18214
|
};
|
|
18215
|
+
buffer_policy: {
|
|
18216
|
+
after_duration?: string | null;
|
|
18217
|
+
before_duration?: string | null;
|
|
18218
|
+
enabled: boolean;
|
|
18219
|
+
};
|
|
17437
18220
|
cancellation_policy: {
|
|
17438
18221
|
advance_notice: {
|
|
17439
18222
|
enabled: boolean;
|
|
@@ -17517,6 +18300,25 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17517
18300
|
data: {
|
|
17518
18301
|
add_to_calendar_url: string;
|
|
17519
18302
|
appointment_type: "in_person" | "virtual";
|
|
18303
|
+
buffer_policy: {
|
|
18304
|
+
after_duration?: string | null;
|
|
18305
|
+
before_duration?: string | null;
|
|
18306
|
+
enabled: boolean;
|
|
18307
|
+
};
|
|
18308
|
+
buffered_end_at: {
|
|
18309
|
+
local: string;
|
|
18310
|
+
object: "zoned_date_time";
|
|
18311
|
+
time_zone: string;
|
|
18312
|
+
unix_ts: number;
|
|
18313
|
+
utc: string;
|
|
18314
|
+
};
|
|
18315
|
+
buffered_start_at: {
|
|
18316
|
+
local: string;
|
|
18317
|
+
object: "zoned_date_time";
|
|
18318
|
+
time_zone: string;
|
|
18319
|
+
unix_ts: number;
|
|
18320
|
+
utc: string;
|
|
18321
|
+
};
|
|
17520
18322
|
cancel_url: string;
|
|
17521
18323
|
cancellation_events: {
|
|
17522
18324
|
actor: string | null;
|
|
@@ -17612,6 +18414,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17612
18414
|
provider: {
|
|
17613
18415
|
created_at: string;
|
|
17614
18416
|
display_name: string;
|
|
18417
|
+
email: string;
|
|
17615
18418
|
first_name: string;
|
|
17616
18419
|
id: string;
|
|
17617
18420
|
last_name: string;
|
|
@@ -17625,6 +18428,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17625
18428
|
providers: {
|
|
17626
18429
|
created_at: string;
|
|
17627
18430
|
display_name: string;
|
|
18431
|
+
email: string;
|
|
17628
18432
|
first_name: string;
|
|
17629
18433
|
id: string;
|
|
17630
18434
|
last_name: string;
|
|
@@ -17689,6 +18493,11 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17689
18493
|
enabled: boolean;
|
|
17690
18494
|
};
|
|
17691
18495
|
};
|
|
18496
|
+
buffer_policy: {
|
|
18497
|
+
after_duration?: string | null;
|
|
18498
|
+
before_duration?: string | null;
|
|
18499
|
+
enabled: boolean;
|
|
18500
|
+
};
|
|
17692
18501
|
cancellation_policy: {
|
|
17693
18502
|
advance_notice: {
|
|
17694
18503
|
enabled: boolean;
|
|
@@ -17806,6 +18615,25 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17806
18615
|
data: {
|
|
17807
18616
|
add_to_calendar_url: string;
|
|
17808
18617
|
appointment_type: "in_person" | "virtual";
|
|
18618
|
+
buffer_policy: {
|
|
18619
|
+
after_duration?: string | null;
|
|
18620
|
+
before_duration?: string | null;
|
|
18621
|
+
enabled: boolean;
|
|
18622
|
+
};
|
|
18623
|
+
buffered_end_at: {
|
|
18624
|
+
local: string;
|
|
18625
|
+
object: "zoned_date_time";
|
|
18626
|
+
time_zone: string;
|
|
18627
|
+
unix_ts: number;
|
|
18628
|
+
utc: string;
|
|
18629
|
+
};
|
|
18630
|
+
buffered_start_at: {
|
|
18631
|
+
local: string;
|
|
18632
|
+
object: "zoned_date_time";
|
|
18633
|
+
time_zone: string;
|
|
18634
|
+
unix_ts: number;
|
|
18635
|
+
utc: string;
|
|
18636
|
+
};
|
|
17809
18637
|
cancel_url: string;
|
|
17810
18638
|
cancellation_events: {
|
|
17811
18639
|
actor: string | null;
|
|
@@ -17901,6 +18729,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17901
18729
|
provider: {
|
|
17902
18730
|
created_at: string;
|
|
17903
18731
|
display_name: string;
|
|
18732
|
+
email: string;
|
|
17904
18733
|
first_name: string;
|
|
17905
18734
|
id: string;
|
|
17906
18735
|
last_name: string;
|
|
@@ -17914,6 +18743,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17914
18743
|
providers: {
|
|
17915
18744
|
created_at: string;
|
|
17916
18745
|
display_name: string;
|
|
18746
|
+
email: string;
|
|
17917
18747
|
first_name: string;
|
|
17918
18748
|
id: string;
|
|
17919
18749
|
last_name: string;
|
|
@@ -17978,6 +18808,11 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17978
18808
|
enabled: boolean;
|
|
17979
18809
|
};
|
|
17980
18810
|
};
|
|
18811
|
+
buffer_policy: {
|
|
18812
|
+
after_duration?: string | null;
|
|
18813
|
+
before_duration?: string | null;
|
|
18814
|
+
enabled: boolean;
|
|
18815
|
+
};
|
|
17981
18816
|
cancellation_policy: {
|
|
17982
18817
|
advance_notice: {
|
|
17983
18818
|
enabled: boolean;
|
|
@@ -18067,6 +18902,25 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18067
18902
|
data: {
|
|
18068
18903
|
add_to_calendar_url: string;
|
|
18069
18904
|
appointment_type: "in_person" | "virtual";
|
|
18905
|
+
buffer_policy: {
|
|
18906
|
+
after_duration?: string | null;
|
|
18907
|
+
before_duration?: string | null;
|
|
18908
|
+
enabled: boolean;
|
|
18909
|
+
};
|
|
18910
|
+
buffered_end_at: {
|
|
18911
|
+
local: string;
|
|
18912
|
+
object: "zoned_date_time";
|
|
18913
|
+
time_zone: string;
|
|
18914
|
+
unix_ts: number;
|
|
18915
|
+
utc: string;
|
|
18916
|
+
};
|
|
18917
|
+
buffered_start_at: {
|
|
18918
|
+
local: string;
|
|
18919
|
+
object: "zoned_date_time";
|
|
18920
|
+
time_zone: string;
|
|
18921
|
+
unix_ts: number;
|
|
18922
|
+
utc: string;
|
|
18923
|
+
};
|
|
18070
18924
|
cancel_url: string;
|
|
18071
18925
|
cancellation_events: {
|
|
18072
18926
|
actor: string | null;
|
|
@@ -18162,6 +19016,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18162
19016
|
provider: {
|
|
18163
19017
|
created_at: string;
|
|
18164
19018
|
display_name: string;
|
|
19019
|
+
email: string;
|
|
18165
19020
|
first_name: string;
|
|
18166
19021
|
id: string;
|
|
18167
19022
|
last_name: string;
|
|
@@ -18175,6 +19030,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18175
19030
|
providers: {
|
|
18176
19031
|
created_at: string;
|
|
18177
19032
|
display_name: string;
|
|
19033
|
+
email: string;
|
|
18178
19034
|
first_name: string;
|
|
18179
19035
|
id: string;
|
|
18180
19036
|
last_name: string;
|
|
@@ -18239,6 +19095,11 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18239
19095
|
enabled: boolean;
|
|
18240
19096
|
};
|
|
18241
19097
|
};
|
|
19098
|
+
buffer_policy: {
|
|
19099
|
+
after_duration?: string | null;
|
|
19100
|
+
before_duration?: string | null;
|
|
19101
|
+
enabled: boolean;
|
|
19102
|
+
};
|
|
18242
19103
|
cancellation_policy: {
|
|
18243
19104
|
advance_notice: {
|
|
18244
19105
|
enabled: boolean;
|
|
@@ -18574,6 +19435,25 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18574
19435
|
appointment?: {
|
|
18575
19436
|
add_to_calendar_url: string;
|
|
18576
19437
|
appointment_type: "in_person" | "virtual";
|
|
19438
|
+
buffer_policy: {
|
|
19439
|
+
after_duration?: string | null;
|
|
19440
|
+
before_duration?: string | null;
|
|
19441
|
+
enabled: boolean;
|
|
19442
|
+
};
|
|
19443
|
+
buffered_end_at: {
|
|
19444
|
+
local: string;
|
|
19445
|
+
object: "zoned_date_time";
|
|
19446
|
+
time_zone: string;
|
|
19447
|
+
unix_ts: number;
|
|
19448
|
+
utc: string;
|
|
19449
|
+
};
|
|
19450
|
+
buffered_start_at: {
|
|
19451
|
+
local: string;
|
|
19452
|
+
object: "zoned_date_time";
|
|
19453
|
+
time_zone: string;
|
|
19454
|
+
unix_ts: number;
|
|
19455
|
+
utc: string;
|
|
19456
|
+
};
|
|
18577
19457
|
cancel_url: string;
|
|
18578
19458
|
cancellation_events: {
|
|
18579
19459
|
actor: string | null;
|
|
@@ -18669,6 +19549,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18669
19549
|
provider: {
|
|
18670
19550
|
created_at: string;
|
|
18671
19551
|
display_name: string;
|
|
19552
|
+
email: string;
|
|
18672
19553
|
first_name: string;
|
|
18673
19554
|
id: string;
|
|
18674
19555
|
last_name: string;
|
|
@@ -18682,6 +19563,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18682
19563
|
providers: {
|
|
18683
19564
|
created_at: string;
|
|
18684
19565
|
display_name: string;
|
|
19566
|
+
email: string;
|
|
18685
19567
|
first_name: string;
|
|
18686
19568
|
id: string;
|
|
18687
19569
|
last_name: string;
|
|
@@ -18746,6 +19628,11 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18746
19628
|
enabled: boolean;
|
|
18747
19629
|
};
|
|
18748
19630
|
};
|
|
19631
|
+
buffer_policy: {
|
|
19632
|
+
after_duration?: string | null;
|
|
19633
|
+
before_duration?: string | null;
|
|
19634
|
+
enabled: boolean;
|
|
19635
|
+
};
|
|
18749
19636
|
cancellation_policy: {
|
|
18750
19637
|
advance_notice: {
|
|
18751
19638
|
enabled: boolean;
|
|
@@ -18883,6 +19770,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18883
19770
|
provider?: {
|
|
18884
19771
|
created_at: string;
|
|
18885
19772
|
display_name: string;
|
|
19773
|
+
email: string;
|
|
18886
19774
|
first_name: string;
|
|
18887
19775
|
id: string;
|
|
18888
19776
|
last_name: string;
|
|
@@ -18908,6 +19796,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18908
19796
|
secondary_providers?: {
|
|
18909
19797
|
created_at: string;
|
|
18910
19798
|
display_name: string;
|
|
19799
|
+
email: string;
|
|
18911
19800
|
first_name: string;
|
|
18912
19801
|
id: string;
|
|
18913
19802
|
last_name: string;
|
|
@@ -18935,6 +19824,11 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18935
19824
|
enabled: boolean;
|
|
18936
19825
|
};
|
|
18937
19826
|
};
|
|
19827
|
+
buffer_policy: {
|
|
19828
|
+
after_duration?: string | null;
|
|
19829
|
+
before_duration?: string | null;
|
|
19830
|
+
enabled: boolean;
|
|
19831
|
+
};
|
|
18938
19832
|
cancellation_policy: {
|
|
18939
19833
|
advance_notice: {
|
|
18940
19834
|
enabled: boolean;
|
|
@@ -19026,6 +19920,25 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19026
19920
|
appointment?: {
|
|
19027
19921
|
add_to_calendar_url: string;
|
|
19028
19922
|
appointment_type: "in_person" | "virtual";
|
|
19923
|
+
buffer_policy: {
|
|
19924
|
+
after_duration?: string | null;
|
|
19925
|
+
before_duration?: string | null;
|
|
19926
|
+
enabled: boolean;
|
|
19927
|
+
};
|
|
19928
|
+
buffered_end_at: {
|
|
19929
|
+
local: string;
|
|
19930
|
+
object: "zoned_date_time";
|
|
19931
|
+
time_zone: string;
|
|
19932
|
+
unix_ts: number;
|
|
19933
|
+
utc: string;
|
|
19934
|
+
};
|
|
19935
|
+
buffered_start_at: {
|
|
19936
|
+
local: string;
|
|
19937
|
+
object: "zoned_date_time";
|
|
19938
|
+
time_zone: string;
|
|
19939
|
+
unix_ts: number;
|
|
19940
|
+
utc: string;
|
|
19941
|
+
};
|
|
19029
19942
|
cancel_url: string;
|
|
19030
19943
|
cancellation_events: {
|
|
19031
19944
|
actor: string | null;
|
|
@@ -19121,6 +20034,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19121
20034
|
provider: {
|
|
19122
20035
|
created_at: string;
|
|
19123
20036
|
display_name: string;
|
|
20037
|
+
email: string;
|
|
19124
20038
|
first_name: string;
|
|
19125
20039
|
id: string;
|
|
19126
20040
|
last_name: string;
|
|
@@ -19134,6 +20048,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19134
20048
|
providers: {
|
|
19135
20049
|
created_at: string;
|
|
19136
20050
|
display_name: string;
|
|
20051
|
+
email: string;
|
|
19137
20052
|
first_name: string;
|
|
19138
20053
|
id: string;
|
|
19139
20054
|
last_name: string;
|
|
@@ -19198,6 +20113,11 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19198
20113
|
enabled: boolean;
|
|
19199
20114
|
};
|
|
19200
20115
|
};
|
|
20116
|
+
buffer_policy: {
|
|
20117
|
+
after_duration?: string | null;
|
|
20118
|
+
before_duration?: string | null;
|
|
20119
|
+
enabled: boolean;
|
|
20120
|
+
};
|
|
19201
20121
|
cancellation_policy: {
|
|
19202
20122
|
advance_notice: {
|
|
19203
20123
|
enabled: boolean;
|
|
@@ -19335,6 +20255,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19335
20255
|
provider?: {
|
|
19336
20256
|
created_at: string;
|
|
19337
20257
|
display_name: string;
|
|
20258
|
+
email: string;
|
|
19338
20259
|
first_name: string;
|
|
19339
20260
|
id: string;
|
|
19340
20261
|
last_name: string;
|
|
@@ -19360,6 +20281,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19360
20281
|
secondary_providers?: {
|
|
19361
20282
|
created_at: string;
|
|
19362
20283
|
display_name: string;
|
|
20284
|
+
email: string;
|
|
19363
20285
|
first_name: string;
|
|
19364
20286
|
id: string;
|
|
19365
20287
|
last_name: string;
|
|
@@ -19387,6 +20309,11 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19387
20309
|
enabled: boolean;
|
|
19388
20310
|
};
|
|
19389
20311
|
};
|
|
20312
|
+
buffer_policy: {
|
|
20313
|
+
after_duration?: string | null;
|
|
20314
|
+
before_duration?: string | null;
|
|
20315
|
+
enabled: boolean;
|
|
20316
|
+
};
|
|
19390
20317
|
cancellation_policy: {
|
|
19391
20318
|
advance_notice: {
|
|
19392
20319
|
enabled: boolean;
|
|
@@ -19585,6 +20512,25 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19585
20512
|
appointment?: {
|
|
19586
20513
|
add_to_calendar_url: string;
|
|
19587
20514
|
appointment_type: "in_person" | "virtual";
|
|
20515
|
+
buffer_policy: {
|
|
20516
|
+
after_duration?: string | null;
|
|
20517
|
+
before_duration?: string | null;
|
|
20518
|
+
enabled: boolean;
|
|
20519
|
+
};
|
|
20520
|
+
buffered_end_at: {
|
|
20521
|
+
local: string;
|
|
20522
|
+
object: "zoned_date_time";
|
|
20523
|
+
time_zone: string;
|
|
20524
|
+
unix_ts: number;
|
|
20525
|
+
utc: string;
|
|
20526
|
+
};
|
|
20527
|
+
buffered_start_at: {
|
|
20528
|
+
local: string;
|
|
20529
|
+
object: "zoned_date_time";
|
|
20530
|
+
time_zone: string;
|
|
20531
|
+
unix_ts: number;
|
|
20532
|
+
utc: string;
|
|
20533
|
+
};
|
|
19588
20534
|
cancel_url: string;
|
|
19589
20535
|
cancellation_events: {
|
|
19590
20536
|
actor: string | null;
|
|
@@ -19680,6 +20626,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19680
20626
|
provider: {
|
|
19681
20627
|
created_at: string;
|
|
19682
20628
|
display_name: string;
|
|
20629
|
+
email: string;
|
|
19683
20630
|
first_name: string;
|
|
19684
20631
|
id: string;
|
|
19685
20632
|
last_name: string;
|
|
@@ -19693,6 +20640,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19693
20640
|
providers: {
|
|
19694
20641
|
created_at: string;
|
|
19695
20642
|
display_name: string;
|
|
20643
|
+
email: string;
|
|
19696
20644
|
first_name: string;
|
|
19697
20645
|
id: string;
|
|
19698
20646
|
last_name: string;
|
|
@@ -19757,6 +20705,11 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19757
20705
|
enabled: boolean;
|
|
19758
20706
|
};
|
|
19759
20707
|
};
|
|
20708
|
+
buffer_policy: {
|
|
20709
|
+
after_duration?: string | null;
|
|
20710
|
+
before_duration?: string | null;
|
|
20711
|
+
enabled: boolean;
|
|
20712
|
+
};
|
|
19760
20713
|
cancellation_policy: {
|
|
19761
20714
|
advance_notice: {
|
|
19762
20715
|
enabled: boolean;
|
|
@@ -19894,6 +20847,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19894
20847
|
provider?: {
|
|
19895
20848
|
created_at: string;
|
|
19896
20849
|
display_name: string;
|
|
20850
|
+
email: string;
|
|
19897
20851
|
first_name: string;
|
|
19898
20852
|
id: string;
|
|
19899
20853
|
last_name: string;
|
|
@@ -19919,6 +20873,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19919
20873
|
secondary_providers?: {
|
|
19920
20874
|
created_at: string;
|
|
19921
20875
|
display_name: string;
|
|
20876
|
+
email: string;
|
|
19922
20877
|
first_name: string;
|
|
19923
20878
|
id: string;
|
|
19924
20879
|
last_name: string;
|
|
@@ -19946,6 +20901,11 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19946
20901
|
enabled: boolean;
|
|
19947
20902
|
};
|
|
19948
20903
|
};
|
|
20904
|
+
buffer_policy: {
|
|
20905
|
+
after_duration?: string | null;
|
|
20906
|
+
before_duration?: string | null;
|
|
20907
|
+
enabled: boolean;
|
|
20908
|
+
};
|
|
19949
20909
|
cancellation_policy: {
|
|
19950
20910
|
advance_notice: {
|
|
19951
20911
|
enabled: boolean;
|
|
@@ -20043,6 +21003,25 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20043
21003
|
appointment?: {
|
|
20044
21004
|
add_to_calendar_url: string;
|
|
20045
21005
|
appointment_type: "in_person" | "virtual";
|
|
21006
|
+
buffer_policy: {
|
|
21007
|
+
after_duration?: string | null;
|
|
21008
|
+
before_duration?: string | null;
|
|
21009
|
+
enabled: boolean;
|
|
21010
|
+
};
|
|
21011
|
+
buffered_end_at: {
|
|
21012
|
+
local: string;
|
|
21013
|
+
object: "zoned_date_time";
|
|
21014
|
+
time_zone: string;
|
|
21015
|
+
unix_ts: number;
|
|
21016
|
+
utc: string;
|
|
21017
|
+
};
|
|
21018
|
+
buffered_start_at: {
|
|
21019
|
+
local: string;
|
|
21020
|
+
object: "zoned_date_time";
|
|
21021
|
+
time_zone: string;
|
|
21022
|
+
unix_ts: number;
|
|
21023
|
+
utc: string;
|
|
21024
|
+
};
|
|
20046
21025
|
cancel_url: string;
|
|
20047
21026
|
cancellation_events: {
|
|
20048
21027
|
actor: string | null;
|
|
@@ -20138,6 +21117,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20138
21117
|
provider: {
|
|
20139
21118
|
created_at: string;
|
|
20140
21119
|
display_name: string;
|
|
21120
|
+
email: string;
|
|
20141
21121
|
first_name: string;
|
|
20142
21122
|
id: string;
|
|
20143
21123
|
last_name: string;
|
|
@@ -20151,6 +21131,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20151
21131
|
providers: {
|
|
20152
21132
|
created_at: string;
|
|
20153
21133
|
display_name: string;
|
|
21134
|
+
email: string;
|
|
20154
21135
|
first_name: string;
|
|
20155
21136
|
id: string;
|
|
20156
21137
|
last_name: string;
|
|
@@ -20215,6 +21196,11 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20215
21196
|
enabled: boolean;
|
|
20216
21197
|
};
|
|
20217
21198
|
};
|
|
21199
|
+
buffer_policy: {
|
|
21200
|
+
after_duration?: string | null;
|
|
21201
|
+
before_duration?: string | null;
|
|
21202
|
+
enabled: boolean;
|
|
21203
|
+
};
|
|
20218
21204
|
cancellation_policy: {
|
|
20219
21205
|
advance_notice: {
|
|
20220
21206
|
enabled: boolean;
|
|
@@ -20352,6 +21338,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20352
21338
|
provider?: {
|
|
20353
21339
|
created_at: string;
|
|
20354
21340
|
display_name: string;
|
|
21341
|
+
email: string;
|
|
20355
21342
|
first_name: string;
|
|
20356
21343
|
id: string;
|
|
20357
21344
|
last_name: string;
|
|
@@ -20377,6 +21364,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20377
21364
|
secondary_providers?: {
|
|
20378
21365
|
created_at: string;
|
|
20379
21366
|
display_name: string;
|
|
21367
|
+
email: string;
|
|
20380
21368
|
first_name: string;
|
|
20381
21369
|
id: string;
|
|
20382
21370
|
last_name: string;
|
|
@@ -20404,6 +21392,11 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20404
21392
|
enabled: boolean;
|
|
20405
21393
|
};
|
|
20406
21394
|
};
|
|
21395
|
+
buffer_policy: {
|
|
21396
|
+
after_duration?: string | null;
|
|
21397
|
+
before_duration?: string | null;
|
|
21398
|
+
enabled: boolean;
|
|
21399
|
+
};
|
|
20407
21400
|
cancellation_policy: {
|
|
20408
21401
|
advance_notice: {
|
|
20409
21402
|
enabled: boolean;
|
|
@@ -21591,6 +22584,7 @@ declare const useProvider: (provider_id: ProviderParams["path"]["provider_id"],
|
|
|
21591
22584
|
data: {
|
|
21592
22585
|
created_at: string;
|
|
21593
22586
|
display_name: string;
|
|
22587
|
+
email: string;
|
|
21594
22588
|
first_name: string;
|
|
21595
22589
|
id: string;
|
|
21596
22590
|
last_name: string;
|
|
@@ -21611,6 +22605,7 @@ declare const useProvider: (provider_id: ProviderParams["path"]["provider_id"],
|
|
|
21611
22605
|
data: {
|
|
21612
22606
|
created_at: string;
|
|
21613
22607
|
display_name: string;
|
|
22608
|
+
email: string;
|
|
21614
22609
|
first_name: string;
|
|
21615
22610
|
id: string;
|
|
21616
22611
|
last_name: string;
|
|
@@ -21833,6 +22828,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
|
|
|
21833
22828
|
data: {
|
|
21834
22829
|
created_at: string;
|
|
21835
22830
|
display_name: string;
|
|
22831
|
+
email: string;
|
|
21836
22832
|
first_name: string;
|
|
21837
22833
|
id: string;
|
|
21838
22834
|
last_name: string;
|
|
@@ -21859,6 +22855,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
|
|
|
21859
22855
|
data: {
|
|
21860
22856
|
created_at: string;
|
|
21861
22857
|
display_name: string;
|
|
22858
|
+
email: string;
|
|
21862
22859
|
first_name: string;
|
|
21863
22860
|
id: string;
|
|
21864
22861
|
last_name: string;
|
|
@@ -22309,6 +23306,11 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
22309
23306
|
enabled: boolean;
|
|
22310
23307
|
};
|
|
22311
23308
|
};
|
|
23309
|
+
buffer_policy: {
|
|
23310
|
+
after_duration?: string | null;
|
|
23311
|
+
before_duration?: string | null;
|
|
23312
|
+
enabled: boolean;
|
|
23313
|
+
};
|
|
22312
23314
|
cancellation_policy: {
|
|
22313
23315
|
advance_notice: {
|
|
22314
23316
|
enabled: boolean;
|
|
@@ -22387,6 +23389,11 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
22387
23389
|
enabled: boolean;
|
|
22388
23390
|
};
|
|
22389
23391
|
};
|
|
23392
|
+
buffer_policy: {
|
|
23393
|
+
after_duration?: string | null;
|
|
23394
|
+
before_duration?: string | null;
|
|
23395
|
+
enabled: boolean;
|
|
23396
|
+
};
|
|
22390
23397
|
cancellation_policy: {
|
|
22391
23398
|
advance_notice: {
|
|
22392
23399
|
enabled: boolean;
|
|
@@ -22547,6 +23554,7 @@ declare const useServiceProviders: (service_id: ServiceProvidersParams["path"]["
|
|
|
22547
23554
|
provider: {
|
|
22548
23555
|
created_at: string;
|
|
22549
23556
|
display_name: string;
|
|
23557
|
+
email: string;
|
|
22550
23558
|
first_name: string;
|
|
22551
23559
|
id: string;
|
|
22552
23560
|
last_name: string;
|
|
@@ -22574,6 +23582,7 @@ declare const useServiceProviders: (service_id: ServiceProvidersParams["path"]["
|
|
|
22574
23582
|
provider: {
|
|
22575
23583
|
created_at: string;
|
|
22576
23584
|
display_name: string;
|
|
23585
|
+
email: string;
|
|
22577
23586
|
first_name: string;
|
|
22578
23587
|
id: string;
|
|
22579
23588
|
last_name: string;
|
|
@@ -22650,6 +23659,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
|
|
|
22650
23659
|
provider: {
|
|
22651
23660
|
created_at: string;
|
|
22652
23661
|
display_name: string;
|
|
23662
|
+
email: string;
|
|
22653
23663
|
first_name: string;
|
|
22654
23664
|
id: string;
|
|
22655
23665
|
last_name: string;
|
|
@@ -22698,6 +23708,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
|
|
|
22698
23708
|
provider: {
|
|
22699
23709
|
created_at: string;
|
|
22700
23710
|
display_name: string;
|
|
23711
|
+
email: string;
|
|
22701
23712
|
first_name: string;
|
|
22702
23713
|
id: string;
|
|
22703
23714
|
last_name: string;
|
|
@@ -22784,6 +23795,11 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
22784
23795
|
enabled: boolean;
|
|
22785
23796
|
};
|
|
22786
23797
|
};
|
|
23798
|
+
buffer_policy: {
|
|
23799
|
+
after_duration?: string | null;
|
|
23800
|
+
before_duration?: string | null;
|
|
23801
|
+
enabled: boolean;
|
|
23802
|
+
};
|
|
22787
23803
|
cancellation_policy: {
|
|
22788
23804
|
advance_notice: {
|
|
22789
23805
|
enabled: boolean;
|
|
@@ -22868,6 +23884,11 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
22868
23884
|
enabled: boolean;
|
|
22869
23885
|
};
|
|
22870
23886
|
};
|
|
23887
|
+
buffer_policy: {
|
|
23888
|
+
after_duration?: string | null;
|
|
23889
|
+
before_duration?: string | null;
|
|
23890
|
+
enabled: boolean;
|
|
23891
|
+
};
|
|
22871
23892
|
cancellation_policy: {
|
|
22872
23893
|
advance_notice: {
|
|
22873
23894
|
enabled: boolean;
|