@savvycal/appointments-react-query 1.2.3 → 1.2.4
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 +336 -64
- package/dist/index.d.ts +336 -64
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -58,7 +58,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
58
58
|
data: {
|
|
59
59
|
abandoned_at?: string | null;
|
|
60
60
|
appointment?: {
|
|
61
|
+
add_to_calendar_url: string;
|
|
61
62
|
appointment_type: "in_person" | "virtual";
|
|
63
|
+
cancel_url: string;
|
|
62
64
|
cancellation_events: {
|
|
63
65
|
actor: string | null;
|
|
64
66
|
cancellation_reason: {
|
|
@@ -101,6 +103,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
101
103
|
reference_id: string | null;
|
|
102
104
|
time_zone: string;
|
|
103
105
|
};
|
|
106
|
+
confirm_url: string;
|
|
104
107
|
confirmation_events: {
|
|
105
108
|
actor: string | null;
|
|
106
109
|
end_at: {
|
|
@@ -131,7 +134,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
131
134
|
unix_ts: number;
|
|
132
135
|
utc: string;
|
|
133
136
|
};
|
|
137
|
+
ics_url: string;
|
|
134
138
|
id: string;
|
|
139
|
+
join_url: string;
|
|
135
140
|
meeting: {
|
|
136
141
|
conferencing_provider: string | null;
|
|
137
142
|
error_message: string | null;
|
|
@@ -203,6 +208,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
203
208
|
};
|
|
204
209
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
205
210
|
}[];
|
|
211
|
+
reschedule_url: string;
|
|
206
212
|
service: {
|
|
207
213
|
appointment_type: "in_person" | "virtual";
|
|
208
214
|
booking_policy: {
|
|
@@ -283,8 +289,8 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
283
289
|
};
|
|
284
290
|
status: "scheduled" | "canceled";
|
|
285
291
|
updated_at?: string;
|
|
286
|
-
urls
|
|
287
|
-
add_to_calendar
|
|
292
|
+
urls: {
|
|
293
|
+
add_to_calendar: string[];
|
|
288
294
|
add_to_google_calendar: string[];
|
|
289
295
|
cancel: string[];
|
|
290
296
|
confirm: string[];
|
|
@@ -493,7 +499,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
493
499
|
data: {
|
|
494
500
|
abandoned_at?: string | null;
|
|
495
501
|
appointment?: {
|
|
502
|
+
add_to_calendar_url: string;
|
|
496
503
|
appointment_type: "in_person" | "virtual";
|
|
504
|
+
cancel_url: string;
|
|
497
505
|
cancellation_events: {
|
|
498
506
|
actor: string | null;
|
|
499
507
|
cancellation_reason: {
|
|
@@ -536,6 +544,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
536
544
|
reference_id: string | null;
|
|
537
545
|
time_zone: string;
|
|
538
546
|
};
|
|
547
|
+
confirm_url: string;
|
|
539
548
|
confirmation_events: {
|
|
540
549
|
actor: string | null;
|
|
541
550
|
end_at: {
|
|
@@ -566,7 +575,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
566
575
|
unix_ts: number;
|
|
567
576
|
utc: string;
|
|
568
577
|
};
|
|
578
|
+
ics_url: string;
|
|
569
579
|
id: string;
|
|
580
|
+
join_url: string;
|
|
570
581
|
meeting: {
|
|
571
582
|
conferencing_provider: string | null;
|
|
572
583
|
error_message: string | null;
|
|
@@ -638,6 +649,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
638
649
|
};
|
|
639
650
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
640
651
|
}[];
|
|
652
|
+
reschedule_url: string;
|
|
641
653
|
service: {
|
|
642
654
|
appointment_type: "in_person" | "virtual";
|
|
643
655
|
booking_policy: {
|
|
@@ -718,8 +730,8 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
718
730
|
};
|
|
719
731
|
status: "scheduled" | "canceled";
|
|
720
732
|
updated_at?: string;
|
|
721
|
-
urls
|
|
722
|
-
add_to_calendar
|
|
733
|
+
urls: {
|
|
734
|
+
add_to_calendar: string[];
|
|
723
735
|
add_to_google_calendar: string[];
|
|
724
736
|
cancel: string[];
|
|
725
737
|
confirm: string[];
|
|
@@ -987,7 +999,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
987
999
|
data: {
|
|
988
1000
|
abandoned_at?: string | null;
|
|
989
1001
|
appointment?: {
|
|
1002
|
+
add_to_calendar_url: string;
|
|
990
1003
|
appointment_type: "in_person" | "virtual";
|
|
1004
|
+
cancel_url: string;
|
|
991
1005
|
cancellation_events: {
|
|
992
1006
|
actor: string | null;
|
|
993
1007
|
cancellation_reason: {
|
|
@@ -1030,6 +1044,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1030
1044
|
reference_id: string | null;
|
|
1031
1045
|
time_zone: string;
|
|
1032
1046
|
};
|
|
1047
|
+
confirm_url: string;
|
|
1033
1048
|
confirmation_events: {
|
|
1034
1049
|
actor: string | null;
|
|
1035
1050
|
end_at: {
|
|
@@ -1060,7 +1075,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1060
1075
|
unix_ts: number;
|
|
1061
1076
|
utc: string;
|
|
1062
1077
|
};
|
|
1078
|
+
ics_url: string;
|
|
1063
1079
|
id: string;
|
|
1080
|
+
join_url: string;
|
|
1064
1081
|
meeting: {
|
|
1065
1082
|
conferencing_provider: string | null;
|
|
1066
1083
|
error_message: string | null;
|
|
@@ -1132,6 +1149,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1132
1149
|
};
|
|
1133
1150
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
1134
1151
|
}[];
|
|
1152
|
+
reschedule_url: string;
|
|
1135
1153
|
service: {
|
|
1136
1154
|
appointment_type: "in_person" | "virtual";
|
|
1137
1155
|
booking_policy: {
|
|
@@ -1212,8 +1230,8 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1212
1230
|
};
|
|
1213
1231
|
status: "scheduled" | "canceled";
|
|
1214
1232
|
updated_at?: string;
|
|
1215
|
-
urls
|
|
1216
|
-
add_to_calendar
|
|
1233
|
+
urls: {
|
|
1234
|
+
add_to_calendar: string[];
|
|
1217
1235
|
add_to_google_calendar: string[];
|
|
1218
1236
|
cancel: string[];
|
|
1219
1237
|
confirm: string[];
|
|
@@ -1468,6 +1486,8 @@ interface Options$1o extends MutationOptionsFor<"post", "/v1/public/booking_inte
|
|
|
1468
1486
|
declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack_react_query.UseMutationResult<{
|
|
1469
1487
|
data: {
|
|
1470
1488
|
appointment?: {
|
|
1489
|
+
add_to_calendar_url: string;
|
|
1490
|
+
cancel_url: string;
|
|
1471
1491
|
cancellation: {
|
|
1472
1492
|
allowed: boolean;
|
|
1473
1493
|
disabled_message: string | null;
|
|
@@ -1480,8 +1500,10 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1480
1500
|
unix_ts: number;
|
|
1481
1501
|
utc: string;
|
|
1482
1502
|
};
|
|
1503
|
+
ics_url: string;
|
|
1483
1504
|
id: string;
|
|
1484
1505
|
object: "public_appointment";
|
|
1506
|
+
reschedule_url: string;
|
|
1485
1507
|
rescheduling: {
|
|
1486
1508
|
allowed: boolean;
|
|
1487
1509
|
disabled_message: string | null;
|
|
@@ -1559,6 +1581,8 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1559
1581
|
"application/json": {
|
|
1560
1582
|
data: {
|
|
1561
1583
|
appointment?: {
|
|
1584
|
+
add_to_calendar_url: string;
|
|
1585
|
+
cancel_url: string;
|
|
1562
1586
|
cancellation: {
|
|
1563
1587
|
allowed: boolean;
|
|
1564
1588
|
disabled_message: string | null;
|
|
@@ -1571,8 +1595,10 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1571
1595
|
unix_ts: number;
|
|
1572
1596
|
utc: string;
|
|
1573
1597
|
};
|
|
1598
|
+
ics_url: string;
|
|
1574
1599
|
id: string;
|
|
1575
1600
|
object: "public_appointment";
|
|
1601
|
+
reschedule_url: string;
|
|
1576
1602
|
rescheduling: {
|
|
1577
1603
|
allowed: boolean;
|
|
1578
1604
|
disabled_message: string | null;
|
|
@@ -1693,6 +1719,8 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1693
1719
|
"application/json": {
|
|
1694
1720
|
data: {
|
|
1695
1721
|
appointment?: {
|
|
1722
|
+
add_to_calendar_url: string;
|
|
1723
|
+
cancel_url: string;
|
|
1696
1724
|
cancellation: {
|
|
1697
1725
|
allowed: boolean;
|
|
1698
1726
|
disabled_message: string | null;
|
|
@@ -1705,8 +1733,10 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1705
1733
|
unix_ts: number;
|
|
1706
1734
|
utc: string;
|
|
1707
1735
|
};
|
|
1736
|
+
ics_url: string;
|
|
1708
1737
|
id: string;
|
|
1709
1738
|
object: "public_appointment";
|
|
1739
|
+
reschedule_url: string;
|
|
1710
1740
|
rescheduling: {
|
|
1711
1741
|
allowed: boolean;
|
|
1712
1742
|
disabled_message: string | null;
|
|
@@ -1976,7 +2006,9 @@ interface Options$1m extends MutationOptionsFor<"post", "/v1/appointments/{appoi
|
|
|
1976
2006
|
}
|
|
1977
2007
|
declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_query.UseMutationResult<{
|
|
1978
2008
|
data: {
|
|
2009
|
+
add_to_calendar_url: string;
|
|
1979
2010
|
appointment_type: "in_person" | "virtual";
|
|
2011
|
+
cancel_url: string;
|
|
1980
2012
|
cancellation_events: {
|
|
1981
2013
|
actor: string | null;
|
|
1982
2014
|
cancellation_reason: {
|
|
@@ -2019,6 +2051,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2019
2051
|
reference_id: string | null;
|
|
2020
2052
|
time_zone: string;
|
|
2021
2053
|
};
|
|
2054
|
+
confirm_url: string;
|
|
2022
2055
|
confirmation_events: {
|
|
2023
2056
|
actor: string | null;
|
|
2024
2057
|
end_at: {
|
|
@@ -2049,7 +2082,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2049
2082
|
unix_ts: number;
|
|
2050
2083
|
utc: string;
|
|
2051
2084
|
};
|
|
2085
|
+
ics_url: string;
|
|
2052
2086
|
id: string;
|
|
2087
|
+
join_url: string;
|
|
2053
2088
|
meeting: {
|
|
2054
2089
|
conferencing_provider: string | null;
|
|
2055
2090
|
error_message: string | null;
|
|
@@ -2121,6 +2156,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2121
2156
|
};
|
|
2122
2157
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
2123
2158
|
}[];
|
|
2159
|
+
reschedule_url: string;
|
|
2124
2160
|
service: {
|
|
2125
2161
|
appointment_type: "in_person" | "virtual";
|
|
2126
2162
|
booking_policy: {
|
|
@@ -2201,8 +2237,8 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2201
2237
|
};
|
|
2202
2238
|
status: "scheduled" | "canceled";
|
|
2203
2239
|
updated_at?: string;
|
|
2204
|
-
urls
|
|
2205
|
-
add_to_calendar
|
|
2240
|
+
urls: {
|
|
2241
|
+
add_to_calendar: string[];
|
|
2206
2242
|
add_to_google_calendar: string[];
|
|
2207
2243
|
cancel: string[];
|
|
2208
2244
|
confirm: string[];
|
|
@@ -2219,7 +2255,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2219
2255
|
content: {
|
|
2220
2256
|
"application/json": {
|
|
2221
2257
|
data: {
|
|
2258
|
+
add_to_calendar_url: string;
|
|
2222
2259
|
appointment_type: "in_person" | "virtual";
|
|
2260
|
+
cancel_url: string;
|
|
2223
2261
|
cancellation_events: {
|
|
2224
2262
|
actor: string | null;
|
|
2225
2263
|
cancellation_reason: {
|
|
@@ -2262,6 +2300,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2262
2300
|
reference_id: string | null;
|
|
2263
2301
|
time_zone: string;
|
|
2264
2302
|
};
|
|
2303
|
+
confirm_url: string;
|
|
2265
2304
|
confirmation_events: {
|
|
2266
2305
|
actor: string | null;
|
|
2267
2306
|
end_at: {
|
|
@@ -2292,7 +2331,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2292
2331
|
unix_ts: number;
|
|
2293
2332
|
utc: string;
|
|
2294
2333
|
};
|
|
2334
|
+
ics_url: string;
|
|
2295
2335
|
id: string;
|
|
2336
|
+
join_url: string;
|
|
2296
2337
|
meeting: {
|
|
2297
2338
|
conferencing_provider: string | null;
|
|
2298
2339
|
error_message: string | null;
|
|
@@ -2364,6 +2405,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2364
2405
|
};
|
|
2365
2406
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
2366
2407
|
}[];
|
|
2408
|
+
reschedule_url: string;
|
|
2367
2409
|
service: {
|
|
2368
2410
|
appointment_type: "in_person" | "virtual";
|
|
2369
2411
|
booking_policy: {
|
|
@@ -2444,8 +2486,8 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2444
2486
|
};
|
|
2445
2487
|
status: "scheduled" | "canceled";
|
|
2446
2488
|
updated_at?: string;
|
|
2447
|
-
urls
|
|
2448
|
-
add_to_calendar
|
|
2489
|
+
urls: {
|
|
2490
|
+
add_to_calendar: string[];
|
|
2449
2491
|
add_to_google_calendar: string[];
|
|
2450
2492
|
cancel: string[];
|
|
2451
2493
|
confirm: string[];
|
|
@@ -2516,7 +2558,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2516
2558
|
content: {
|
|
2517
2559
|
"application/json": {
|
|
2518
2560
|
data: {
|
|
2561
|
+
add_to_calendar_url: string;
|
|
2519
2562
|
appointment_type: "in_person" | "virtual";
|
|
2563
|
+
cancel_url: string;
|
|
2520
2564
|
cancellation_events: {
|
|
2521
2565
|
actor: string | null;
|
|
2522
2566
|
cancellation_reason: {
|
|
@@ -2559,6 +2603,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2559
2603
|
reference_id: string | null;
|
|
2560
2604
|
time_zone: string;
|
|
2561
2605
|
};
|
|
2606
|
+
confirm_url: string;
|
|
2562
2607
|
confirmation_events: {
|
|
2563
2608
|
actor: string | null;
|
|
2564
2609
|
end_at: {
|
|
@@ -2589,7 +2634,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2589
2634
|
unix_ts: number;
|
|
2590
2635
|
utc: string;
|
|
2591
2636
|
};
|
|
2637
|
+
ics_url: string;
|
|
2592
2638
|
id: string;
|
|
2639
|
+
join_url: string;
|
|
2593
2640
|
meeting: {
|
|
2594
2641
|
conferencing_provider: string | null;
|
|
2595
2642
|
error_message: string | null;
|
|
@@ -2661,6 +2708,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2661
2708
|
};
|
|
2662
2709
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
2663
2710
|
}[];
|
|
2711
|
+
reschedule_url: string;
|
|
2664
2712
|
service: {
|
|
2665
2713
|
appointment_type: "in_person" | "virtual";
|
|
2666
2714
|
booking_policy: {
|
|
@@ -2741,8 +2789,8 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2741
2789
|
};
|
|
2742
2790
|
status: "scheduled" | "canceled";
|
|
2743
2791
|
updated_at?: string;
|
|
2744
|
-
urls
|
|
2745
|
-
add_to_calendar
|
|
2792
|
+
urls: {
|
|
2793
|
+
add_to_calendar: string[];
|
|
2746
2794
|
add_to_google_calendar: string[];
|
|
2747
2795
|
cancel: string[];
|
|
2748
2796
|
confirm: string[];
|
|
@@ -2793,6 +2841,8 @@ interface Options$1l extends MutationOptionsFor<"post", "/v1/public/appointments
|
|
|
2793
2841
|
}
|
|
2794
2842
|
declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_react_query.UseMutationResult<{
|
|
2795
2843
|
data: {
|
|
2844
|
+
add_to_calendar_url: string;
|
|
2845
|
+
cancel_url: string;
|
|
2796
2846
|
cancellation: {
|
|
2797
2847
|
allowed: boolean;
|
|
2798
2848
|
disabled_message: string | null;
|
|
@@ -2805,8 +2855,10 @@ declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_re
|
|
|
2805
2855
|
unix_ts: number;
|
|
2806
2856
|
utc: string;
|
|
2807
2857
|
};
|
|
2858
|
+
ics_url: string;
|
|
2808
2859
|
id: string;
|
|
2809
2860
|
object: "public_appointment";
|
|
2861
|
+
reschedule_url: string;
|
|
2810
2862
|
rescheduling: {
|
|
2811
2863
|
allowed: boolean;
|
|
2812
2864
|
disabled_message: string | null;
|
|
@@ -2861,6 +2913,8 @@ declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_re
|
|
|
2861
2913
|
content: {
|
|
2862
2914
|
"application/json": {
|
|
2863
2915
|
data: {
|
|
2916
|
+
add_to_calendar_url: string;
|
|
2917
|
+
cancel_url: string;
|
|
2864
2918
|
cancellation: {
|
|
2865
2919
|
allowed: boolean;
|
|
2866
2920
|
disabled_message: string | null;
|
|
@@ -2873,8 +2927,10 @@ declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_re
|
|
|
2873
2927
|
unix_ts: number;
|
|
2874
2928
|
utc: string;
|
|
2875
2929
|
};
|
|
2930
|
+
ics_url: string;
|
|
2876
2931
|
id: string;
|
|
2877
2932
|
object: "public_appointment";
|
|
2933
|
+
reschedule_url: string;
|
|
2878
2934
|
rescheduling: {
|
|
2879
2935
|
allowed: boolean;
|
|
2880
2936
|
disabled_message: string | null;
|
|
@@ -2959,7 +3015,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
2959
3015
|
data: {
|
|
2960
3016
|
abandoned_at?: string | null;
|
|
2961
3017
|
appointment?: {
|
|
3018
|
+
add_to_calendar_url: string;
|
|
2962
3019
|
appointment_type: "in_person" | "virtual";
|
|
3020
|
+
cancel_url: string;
|
|
2963
3021
|
cancellation_events: {
|
|
2964
3022
|
actor: string | null;
|
|
2965
3023
|
cancellation_reason: {
|
|
@@ -3002,6 +3060,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3002
3060
|
reference_id: string | null;
|
|
3003
3061
|
time_zone: string;
|
|
3004
3062
|
};
|
|
3063
|
+
confirm_url: string;
|
|
3005
3064
|
confirmation_events: {
|
|
3006
3065
|
actor: string | null;
|
|
3007
3066
|
end_at: {
|
|
@@ -3032,7 +3091,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3032
3091
|
unix_ts: number;
|
|
3033
3092
|
utc: string;
|
|
3034
3093
|
};
|
|
3094
|
+
ics_url: string;
|
|
3035
3095
|
id: string;
|
|
3096
|
+
join_url: string;
|
|
3036
3097
|
meeting: {
|
|
3037
3098
|
conferencing_provider: string | null;
|
|
3038
3099
|
error_message: string | null;
|
|
@@ -3104,6 +3165,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3104
3165
|
};
|
|
3105
3166
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
3106
3167
|
}[];
|
|
3168
|
+
reschedule_url: string;
|
|
3107
3169
|
service: {
|
|
3108
3170
|
appointment_type: "in_person" | "virtual";
|
|
3109
3171
|
booking_policy: {
|
|
@@ -3184,8 +3246,8 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3184
3246
|
};
|
|
3185
3247
|
status: "scheduled" | "canceled";
|
|
3186
3248
|
updated_at?: string;
|
|
3187
|
-
urls
|
|
3188
|
-
add_to_calendar
|
|
3249
|
+
urls: {
|
|
3250
|
+
add_to_calendar: string[];
|
|
3189
3251
|
add_to_google_calendar: string[];
|
|
3190
3252
|
cancel: string[];
|
|
3191
3253
|
confirm: string[];
|
|
@@ -3394,7 +3456,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3394
3456
|
data: {
|
|
3395
3457
|
abandoned_at?: string | null;
|
|
3396
3458
|
appointment?: {
|
|
3459
|
+
add_to_calendar_url: string;
|
|
3397
3460
|
appointment_type: "in_person" | "virtual";
|
|
3461
|
+
cancel_url: string;
|
|
3398
3462
|
cancellation_events: {
|
|
3399
3463
|
actor: string | null;
|
|
3400
3464
|
cancellation_reason: {
|
|
@@ -3437,6 +3501,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3437
3501
|
reference_id: string | null;
|
|
3438
3502
|
time_zone: string;
|
|
3439
3503
|
};
|
|
3504
|
+
confirm_url: string;
|
|
3440
3505
|
confirmation_events: {
|
|
3441
3506
|
actor: string | null;
|
|
3442
3507
|
end_at: {
|
|
@@ -3467,7 +3532,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3467
3532
|
unix_ts: number;
|
|
3468
3533
|
utc: string;
|
|
3469
3534
|
};
|
|
3535
|
+
ics_url: string;
|
|
3470
3536
|
id: string;
|
|
3537
|
+
join_url: string;
|
|
3471
3538
|
meeting: {
|
|
3472
3539
|
conferencing_provider: string | null;
|
|
3473
3540
|
error_message: string | null;
|
|
@@ -3539,6 +3606,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3539
3606
|
};
|
|
3540
3607
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
3541
3608
|
}[];
|
|
3609
|
+
reschedule_url: string;
|
|
3542
3610
|
service: {
|
|
3543
3611
|
appointment_type: "in_person" | "virtual";
|
|
3544
3612
|
booking_policy: {
|
|
@@ -3619,8 +3687,8 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3619
3687
|
};
|
|
3620
3688
|
status: "scheduled" | "canceled";
|
|
3621
3689
|
updated_at?: string;
|
|
3622
|
-
urls
|
|
3623
|
-
add_to_calendar
|
|
3690
|
+
urls: {
|
|
3691
|
+
add_to_calendar: string[];
|
|
3624
3692
|
add_to_google_calendar: string[];
|
|
3625
3693
|
cancel: string[];
|
|
3626
3694
|
confirm: string[];
|
|
@@ -3921,7 +3989,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3921
3989
|
data: {
|
|
3922
3990
|
abandoned_at?: string | null;
|
|
3923
3991
|
appointment?: {
|
|
3992
|
+
add_to_calendar_url: string;
|
|
3924
3993
|
appointment_type: "in_person" | "virtual";
|
|
3994
|
+
cancel_url: string;
|
|
3925
3995
|
cancellation_events: {
|
|
3926
3996
|
actor: string | null;
|
|
3927
3997
|
cancellation_reason: {
|
|
@@ -3964,6 +4034,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3964
4034
|
reference_id: string | null;
|
|
3965
4035
|
time_zone: string;
|
|
3966
4036
|
};
|
|
4037
|
+
confirm_url: string;
|
|
3967
4038
|
confirmation_events: {
|
|
3968
4039
|
actor: string | null;
|
|
3969
4040
|
end_at: {
|
|
@@ -3994,7 +4065,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3994
4065
|
unix_ts: number;
|
|
3995
4066
|
utc: string;
|
|
3996
4067
|
};
|
|
4068
|
+
ics_url: string;
|
|
3997
4069
|
id: string;
|
|
4070
|
+
join_url: string;
|
|
3998
4071
|
meeting: {
|
|
3999
4072
|
conferencing_provider: string | null;
|
|
4000
4073
|
error_message: string | null;
|
|
@@ -4066,6 +4139,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4066
4139
|
};
|
|
4067
4140
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
4068
4141
|
}[];
|
|
4142
|
+
reschedule_url: string;
|
|
4069
4143
|
service: {
|
|
4070
4144
|
appointment_type: "in_person" | "virtual";
|
|
4071
4145
|
booking_policy: {
|
|
@@ -4146,8 +4220,8 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4146
4220
|
};
|
|
4147
4221
|
status: "scheduled" | "canceled";
|
|
4148
4222
|
updated_at?: string;
|
|
4149
|
-
urls
|
|
4150
|
-
add_to_calendar
|
|
4223
|
+
urls: {
|
|
4224
|
+
add_to_calendar: string[];
|
|
4151
4225
|
add_to_google_calendar: string[];
|
|
4152
4226
|
cancel: string[];
|
|
4153
4227
|
confirm: string[];
|
|
@@ -4402,6 +4476,8 @@ interface Options$1j extends MutationOptionsFor<"post", "/v1/public/booking_inte
|
|
|
4402
4476
|
declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstack_react_query.UseMutationResult<{
|
|
4403
4477
|
data: {
|
|
4404
4478
|
appointment?: {
|
|
4479
|
+
add_to_calendar_url: string;
|
|
4480
|
+
cancel_url: string;
|
|
4405
4481
|
cancellation: {
|
|
4406
4482
|
allowed: boolean;
|
|
4407
4483
|
disabled_message: string | null;
|
|
@@ -4414,8 +4490,10 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4414
4490
|
unix_ts: number;
|
|
4415
4491
|
utc: string;
|
|
4416
4492
|
};
|
|
4493
|
+
ics_url: string;
|
|
4417
4494
|
id: string;
|
|
4418
4495
|
object: "public_appointment";
|
|
4496
|
+
reschedule_url: string;
|
|
4419
4497
|
rescheduling: {
|
|
4420
4498
|
allowed: boolean;
|
|
4421
4499
|
disabled_message: string | null;
|
|
@@ -4493,6 +4571,8 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4493
4571
|
"application/json": {
|
|
4494
4572
|
data: {
|
|
4495
4573
|
appointment?: {
|
|
4574
|
+
add_to_calendar_url: string;
|
|
4575
|
+
cancel_url: string;
|
|
4496
4576
|
cancellation: {
|
|
4497
4577
|
allowed: boolean;
|
|
4498
4578
|
disabled_message: string | null;
|
|
@@ -4505,8 +4585,10 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4505
4585
|
unix_ts: number;
|
|
4506
4586
|
utc: string;
|
|
4507
4587
|
};
|
|
4588
|
+
ics_url: string;
|
|
4508
4589
|
id: string;
|
|
4509
4590
|
object: "public_appointment";
|
|
4591
|
+
reschedule_url: string;
|
|
4510
4592
|
rescheduling: {
|
|
4511
4593
|
allowed: boolean;
|
|
4512
4594
|
disabled_message: string | null;
|
|
@@ -4656,6 +4738,8 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4656
4738
|
"application/json": {
|
|
4657
4739
|
data: {
|
|
4658
4740
|
appointment?: {
|
|
4741
|
+
add_to_calendar_url: string;
|
|
4742
|
+
cancel_url: string;
|
|
4659
4743
|
cancellation: {
|
|
4660
4744
|
allowed: boolean;
|
|
4661
4745
|
disabled_message: string | null;
|
|
@@ -4668,8 +4752,10 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4668
4752
|
unix_ts: number;
|
|
4669
4753
|
utc: string;
|
|
4670
4754
|
};
|
|
4755
|
+
ics_url: string;
|
|
4671
4756
|
id: string;
|
|
4672
4757
|
object: "public_appointment";
|
|
4758
|
+
reschedule_url: string;
|
|
4673
4759
|
rescheduling: {
|
|
4674
4760
|
allowed: boolean;
|
|
4675
4761
|
disabled_message: string | null;
|
|
@@ -4779,7 +4865,9 @@ interface Options$1i extends MutationOptionsFor<"post", "/v1/appointments/{appoi
|
|
|
4779
4865
|
}
|
|
4780
4866
|
declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_query.UseMutationResult<{
|
|
4781
4867
|
data: {
|
|
4868
|
+
add_to_calendar_url: string;
|
|
4782
4869
|
appointment_type: "in_person" | "virtual";
|
|
4870
|
+
cancel_url: string;
|
|
4783
4871
|
cancellation_events: {
|
|
4784
4872
|
actor: string | null;
|
|
4785
4873
|
cancellation_reason: {
|
|
@@ -4822,6 +4910,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4822
4910
|
reference_id: string | null;
|
|
4823
4911
|
time_zone: string;
|
|
4824
4912
|
};
|
|
4913
|
+
confirm_url: string;
|
|
4825
4914
|
confirmation_events: {
|
|
4826
4915
|
actor: string | null;
|
|
4827
4916
|
end_at: {
|
|
@@ -4852,7 +4941,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4852
4941
|
unix_ts: number;
|
|
4853
4942
|
utc: string;
|
|
4854
4943
|
};
|
|
4944
|
+
ics_url: string;
|
|
4855
4945
|
id: string;
|
|
4946
|
+
join_url: string;
|
|
4856
4947
|
meeting: {
|
|
4857
4948
|
conferencing_provider: string | null;
|
|
4858
4949
|
error_message: string | null;
|
|
@@ -4924,6 +5015,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4924
5015
|
};
|
|
4925
5016
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
4926
5017
|
}[];
|
|
5018
|
+
reschedule_url: string;
|
|
4927
5019
|
service: {
|
|
4928
5020
|
appointment_type: "in_person" | "virtual";
|
|
4929
5021
|
booking_policy: {
|
|
@@ -5004,8 +5096,8 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5004
5096
|
};
|
|
5005
5097
|
status: "scheduled" | "canceled";
|
|
5006
5098
|
updated_at?: string;
|
|
5007
|
-
urls
|
|
5008
|
-
add_to_calendar
|
|
5099
|
+
urls: {
|
|
5100
|
+
add_to_calendar: string[];
|
|
5009
5101
|
add_to_google_calendar: string[];
|
|
5010
5102
|
cancel: string[];
|
|
5011
5103
|
confirm: string[];
|
|
@@ -5022,7 +5114,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5022
5114
|
content: {
|
|
5023
5115
|
"application/json": {
|
|
5024
5116
|
data: {
|
|
5117
|
+
add_to_calendar_url: string;
|
|
5025
5118
|
appointment_type: "in_person" | "virtual";
|
|
5119
|
+
cancel_url: string;
|
|
5026
5120
|
cancellation_events: {
|
|
5027
5121
|
actor: string | null;
|
|
5028
5122
|
cancellation_reason: {
|
|
@@ -5065,6 +5159,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5065
5159
|
reference_id: string | null;
|
|
5066
5160
|
time_zone: string;
|
|
5067
5161
|
};
|
|
5162
|
+
confirm_url: string;
|
|
5068
5163
|
confirmation_events: {
|
|
5069
5164
|
actor: string | null;
|
|
5070
5165
|
end_at: {
|
|
@@ -5095,7 +5190,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5095
5190
|
unix_ts: number;
|
|
5096
5191
|
utc: string;
|
|
5097
5192
|
};
|
|
5193
|
+
ics_url: string;
|
|
5098
5194
|
id: string;
|
|
5195
|
+
join_url: string;
|
|
5099
5196
|
meeting: {
|
|
5100
5197
|
conferencing_provider: string | null;
|
|
5101
5198
|
error_message: string | null;
|
|
@@ -5167,6 +5264,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5167
5264
|
};
|
|
5168
5265
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
5169
5266
|
}[];
|
|
5267
|
+
reschedule_url: string;
|
|
5170
5268
|
service: {
|
|
5171
5269
|
appointment_type: "in_person" | "virtual";
|
|
5172
5270
|
booking_policy: {
|
|
@@ -5247,8 +5345,8 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5247
5345
|
};
|
|
5248
5346
|
status: "scheduled" | "canceled";
|
|
5249
5347
|
updated_at?: string;
|
|
5250
|
-
urls
|
|
5251
|
-
add_to_calendar
|
|
5348
|
+
urls: {
|
|
5349
|
+
add_to_calendar: string[];
|
|
5252
5350
|
add_to_google_calendar: string[];
|
|
5253
5351
|
cancel: string[];
|
|
5254
5352
|
confirm: string[];
|
|
@@ -5317,7 +5415,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5317
5415
|
content: {
|
|
5318
5416
|
"application/json": {
|
|
5319
5417
|
data: {
|
|
5418
|
+
add_to_calendar_url: string;
|
|
5320
5419
|
appointment_type: "in_person" | "virtual";
|
|
5420
|
+
cancel_url: string;
|
|
5321
5421
|
cancellation_events: {
|
|
5322
5422
|
actor: string | null;
|
|
5323
5423
|
cancellation_reason: {
|
|
@@ -5360,6 +5460,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5360
5460
|
reference_id: string | null;
|
|
5361
5461
|
time_zone: string;
|
|
5362
5462
|
};
|
|
5463
|
+
confirm_url: string;
|
|
5363
5464
|
confirmation_events: {
|
|
5364
5465
|
actor: string | null;
|
|
5365
5466
|
end_at: {
|
|
@@ -5390,7 +5491,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5390
5491
|
unix_ts: number;
|
|
5391
5492
|
utc: string;
|
|
5392
5493
|
};
|
|
5494
|
+
ics_url: string;
|
|
5393
5495
|
id: string;
|
|
5496
|
+
join_url: string;
|
|
5394
5497
|
meeting: {
|
|
5395
5498
|
conferencing_provider: string | null;
|
|
5396
5499
|
error_message: string | null;
|
|
@@ -5462,6 +5565,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5462
5565
|
};
|
|
5463
5566
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
5464
5567
|
}[];
|
|
5568
|
+
reschedule_url: string;
|
|
5465
5569
|
service: {
|
|
5466
5570
|
appointment_type: "in_person" | "virtual";
|
|
5467
5571
|
booking_policy: {
|
|
@@ -5542,8 +5646,8 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5542
5646
|
};
|
|
5543
5647
|
status: "scheduled" | "canceled";
|
|
5544
5648
|
updated_at?: string;
|
|
5545
|
-
urls
|
|
5546
|
-
add_to_calendar
|
|
5649
|
+
urls: {
|
|
5650
|
+
add_to_calendar: string[];
|
|
5547
5651
|
add_to_google_calendar: string[];
|
|
5548
5652
|
cancel: string[];
|
|
5549
5653
|
confirm: string[];
|
|
@@ -5913,7 +6017,9 @@ interface Options$1f extends MutationOptionsFor<"post", "/v1/appointments"> {
|
|
|
5913
6017
|
}
|
|
5914
6018
|
declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_query.UseMutationResult<{
|
|
5915
6019
|
data: {
|
|
6020
|
+
add_to_calendar_url: string;
|
|
5916
6021
|
appointment_type: "in_person" | "virtual";
|
|
6022
|
+
cancel_url: string;
|
|
5917
6023
|
cancellation_events: {
|
|
5918
6024
|
actor: string | null;
|
|
5919
6025
|
cancellation_reason: {
|
|
@@ -5956,6 +6062,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
5956
6062
|
reference_id: string | null;
|
|
5957
6063
|
time_zone: string;
|
|
5958
6064
|
};
|
|
6065
|
+
confirm_url: string;
|
|
5959
6066
|
confirmation_events: {
|
|
5960
6067
|
actor: string | null;
|
|
5961
6068
|
end_at: {
|
|
@@ -5986,7 +6093,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
5986
6093
|
unix_ts: number;
|
|
5987
6094
|
utc: string;
|
|
5988
6095
|
};
|
|
6096
|
+
ics_url: string;
|
|
5989
6097
|
id: string;
|
|
6098
|
+
join_url: string;
|
|
5990
6099
|
meeting: {
|
|
5991
6100
|
conferencing_provider: string | null;
|
|
5992
6101
|
error_message: string | null;
|
|
@@ -6058,6 +6167,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6058
6167
|
};
|
|
6059
6168
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
6060
6169
|
}[];
|
|
6170
|
+
reschedule_url: string;
|
|
6061
6171
|
service: {
|
|
6062
6172
|
appointment_type: "in_person" | "virtual";
|
|
6063
6173
|
booking_policy: {
|
|
@@ -6138,8 +6248,8 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6138
6248
|
};
|
|
6139
6249
|
status: "scheduled" | "canceled";
|
|
6140
6250
|
updated_at?: string;
|
|
6141
|
-
urls
|
|
6142
|
-
add_to_calendar
|
|
6251
|
+
urls: {
|
|
6252
|
+
add_to_calendar: string[];
|
|
6143
6253
|
add_to_google_calendar: string[];
|
|
6144
6254
|
cancel: string[];
|
|
6145
6255
|
confirm: string[];
|
|
@@ -6156,7 +6266,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6156
6266
|
content: {
|
|
6157
6267
|
"application/json": {
|
|
6158
6268
|
data: {
|
|
6269
|
+
add_to_calendar_url: string;
|
|
6159
6270
|
appointment_type: "in_person" | "virtual";
|
|
6271
|
+
cancel_url: string;
|
|
6160
6272
|
cancellation_events: {
|
|
6161
6273
|
actor: string | null;
|
|
6162
6274
|
cancellation_reason: {
|
|
@@ -6199,6 +6311,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6199
6311
|
reference_id: string | null;
|
|
6200
6312
|
time_zone: string;
|
|
6201
6313
|
};
|
|
6314
|
+
confirm_url: string;
|
|
6202
6315
|
confirmation_events: {
|
|
6203
6316
|
actor: string | null;
|
|
6204
6317
|
end_at: {
|
|
@@ -6229,7 +6342,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6229
6342
|
unix_ts: number;
|
|
6230
6343
|
utc: string;
|
|
6231
6344
|
};
|
|
6345
|
+
ics_url: string;
|
|
6232
6346
|
id: string;
|
|
6347
|
+
join_url: string;
|
|
6233
6348
|
meeting: {
|
|
6234
6349
|
conferencing_provider: string | null;
|
|
6235
6350
|
error_message: string | null;
|
|
@@ -6301,6 +6416,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6301
6416
|
};
|
|
6302
6417
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
6303
6418
|
}[];
|
|
6419
|
+
reschedule_url: string;
|
|
6304
6420
|
service: {
|
|
6305
6421
|
appointment_type: "in_person" | "virtual";
|
|
6306
6422
|
booking_policy: {
|
|
@@ -6381,8 +6497,8 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6381
6497
|
};
|
|
6382
6498
|
status: "scheduled" | "canceled";
|
|
6383
6499
|
updated_at?: string;
|
|
6384
|
-
urls
|
|
6385
|
-
add_to_calendar
|
|
6500
|
+
urls: {
|
|
6501
|
+
add_to_calendar: string[];
|
|
6386
6502
|
add_to_google_calendar: string[];
|
|
6387
6503
|
cancel: string[];
|
|
6388
6504
|
confirm: string[];
|
|
@@ -6467,7 +6583,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6467
6583
|
content: {
|
|
6468
6584
|
"application/json": {
|
|
6469
6585
|
data: {
|
|
6586
|
+
add_to_calendar_url: string;
|
|
6470
6587
|
appointment_type: "in_person" | "virtual";
|
|
6588
|
+
cancel_url: string;
|
|
6471
6589
|
cancellation_events: {
|
|
6472
6590
|
actor: string | null;
|
|
6473
6591
|
cancellation_reason: {
|
|
@@ -6510,6 +6628,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6510
6628
|
reference_id: string | null;
|
|
6511
6629
|
time_zone: string;
|
|
6512
6630
|
};
|
|
6631
|
+
confirm_url: string;
|
|
6513
6632
|
confirmation_events: {
|
|
6514
6633
|
actor: string | null;
|
|
6515
6634
|
end_at: {
|
|
@@ -6540,7 +6659,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6540
6659
|
unix_ts: number;
|
|
6541
6660
|
utc: string;
|
|
6542
6661
|
};
|
|
6662
|
+
ics_url: string;
|
|
6543
6663
|
id: string;
|
|
6664
|
+
join_url: string;
|
|
6544
6665
|
meeting: {
|
|
6545
6666
|
conferencing_provider: string | null;
|
|
6546
6667
|
error_message: string | null;
|
|
@@ -6612,6 +6733,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6612
6733
|
};
|
|
6613
6734
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
6614
6735
|
}[];
|
|
6736
|
+
reschedule_url: string;
|
|
6615
6737
|
service: {
|
|
6616
6738
|
appointment_type: "in_person" | "virtual";
|
|
6617
6739
|
booking_policy: {
|
|
@@ -6692,8 +6814,8 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6692
6814
|
};
|
|
6693
6815
|
status: "scheduled" | "canceled";
|
|
6694
6816
|
updated_at?: string;
|
|
6695
|
-
urls
|
|
6696
|
-
add_to_calendar
|
|
6817
|
+
urls: {
|
|
6818
|
+
add_to_calendar: string[];
|
|
6697
6819
|
add_to_google_calendar: string[];
|
|
6698
6820
|
cancel: string[];
|
|
6699
6821
|
confirm: string[];
|
|
@@ -6940,7 +7062,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
6940
7062
|
data: {
|
|
6941
7063
|
abandoned_at?: string | null;
|
|
6942
7064
|
appointment?: {
|
|
7065
|
+
add_to_calendar_url: string;
|
|
6943
7066
|
appointment_type: "in_person" | "virtual";
|
|
7067
|
+
cancel_url: string;
|
|
6944
7068
|
cancellation_events: {
|
|
6945
7069
|
actor: string | null;
|
|
6946
7070
|
cancellation_reason: {
|
|
@@ -6983,6 +7107,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
6983
7107
|
reference_id: string | null;
|
|
6984
7108
|
time_zone: string;
|
|
6985
7109
|
};
|
|
7110
|
+
confirm_url: string;
|
|
6986
7111
|
confirmation_events: {
|
|
6987
7112
|
actor: string | null;
|
|
6988
7113
|
end_at: {
|
|
@@ -7013,7 +7138,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7013
7138
|
unix_ts: number;
|
|
7014
7139
|
utc: string;
|
|
7015
7140
|
};
|
|
7141
|
+
ics_url: string;
|
|
7016
7142
|
id: string;
|
|
7143
|
+
join_url: string;
|
|
7017
7144
|
meeting: {
|
|
7018
7145
|
conferencing_provider: string | null;
|
|
7019
7146
|
error_message: string | null;
|
|
@@ -7085,6 +7212,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7085
7212
|
};
|
|
7086
7213
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
7087
7214
|
}[];
|
|
7215
|
+
reschedule_url: string;
|
|
7088
7216
|
service: {
|
|
7089
7217
|
appointment_type: "in_person" | "virtual";
|
|
7090
7218
|
booking_policy: {
|
|
@@ -7165,8 +7293,8 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7165
7293
|
};
|
|
7166
7294
|
status: "scheduled" | "canceled";
|
|
7167
7295
|
updated_at?: string;
|
|
7168
|
-
urls
|
|
7169
|
-
add_to_calendar
|
|
7296
|
+
urls: {
|
|
7297
|
+
add_to_calendar: string[];
|
|
7170
7298
|
add_to_google_calendar: string[];
|
|
7171
7299
|
cancel: string[];
|
|
7172
7300
|
confirm: string[];
|
|
@@ -7375,7 +7503,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7375
7503
|
data: {
|
|
7376
7504
|
abandoned_at?: string | null;
|
|
7377
7505
|
appointment?: {
|
|
7506
|
+
add_to_calendar_url: string;
|
|
7378
7507
|
appointment_type: "in_person" | "virtual";
|
|
7508
|
+
cancel_url: string;
|
|
7379
7509
|
cancellation_events: {
|
|
7380
7510
|
actor: string | null;
|
|
7381
7511
|
cancellation_reason: {
|
|
@@ -7418,6 +7548,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7418
7548
|
reference_id: string | null;
|
|
7419
7549
|
time_zone: string;
|
|
7420
7550
|
};
|
|
7551
|
+
confirm_url: string;
|
|
7421
7552
|
confirmation_events: {
|
|
7422
7553
|
actor: string | null;
|
|
7423
7554
|
end_at: {
|
|
@@ -7448,7 +7579,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7448
7579
|
unix_ts: number;
|
|
7449
7580
|
utc: string;
|
|
7450
7581
|
};
|
|
7582
|
+
ics_url: string;
|
|
7451
7583
|
id: string;
|
|
7584
|
+
join_url: string;
|
|
7452
7585
|
meeting: {
|
|
7453
7586
|
conferencing_provider: string | null;
|
|
7454
7587
|
error_message: string | null;
|
|
@@ -7520,6 +7653,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7520
7653
|
};
|
|
7521
7654
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
7522
7655
|
}[];
|
|
7656
|
+
reschedule_url: string;
|
|
7523
7657
|
service: {
|
|
7524
7658
|
appointment_type: "in_person" | "virtual";
|
|
7525
7659
|
booking_policy: {
|
|
@@ -7600,8 +7734,8 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7600
7734
|
};
|
|
7601
7735
|
status: "scheduled" | "canceled";
|
|
7602
7736
|
updated_at?: string;
|
|
7603
|
-
urls
|
|
7604
|
-
add_to_calendar
|
|
7737
|
+
urls: {
|
|
7738
|
+
add_to_calendar: string[];
|
|
7605
7739
|
add_to_google_calendar: string[];
|
|
7606
7740
|
cancel: string[];
|
|
7607
7741
|
confirm: string[];
|
|
@@ -7911,7 +8045,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7911
8045
|
data: {
|
|
7912
8046
|
abandoned_at?: string | null;
|
|
7913
8047
|
appointment?: {
|
|
8048
|
+
add_to_calendar_url: string;
|
|
7914
8049
|
appointment_type: "in_person" | "virtual";
|
|
8050
|
+
cancel_url: string;
|
|
7915
8051
|
cancellation_events: {
|
|
7916
8052
|
actor: string | null;
|
|
7917
8053
|
cancellation_reason: {
|
|
@@ -7954,6 +8090,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7954
8090
|
reference_id: string | null;
|
|
7955
8091
|
time_zone: string;
|
|
7956
8092
|
};
|
|
8093
|
+
confirm_url: string;
|
|
7957
8094
|
confirmation_events: {
|
|
7958
8095
|
actor: string | null;
|
|
7959
8096
|
end_at: {
|
|
@@ -7984,7 +8121,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7984
8121
|
unix_ts: number;
|
|
7985
8122
|
utc: string;
|
|
7986
8123
|
};
|
|
8124
|
+
ics_url: string;
|
|
7987
8125
|
id: string;
|
|
8126
|
+
join_url: string;
|
|
7988
8127
|
meeting: {
|
|
7989
8128
|
conferencing_provider: string | null;
|
|
7990
8129
|
error_message: string | null;
|
|
@@ -8056,6 +8195,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8056
8195
|
};
|
|
8057
8196
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
8058
8197
|
}[];
|
|
8198
|
+
reschedule_url: string;
|
|
8059
8199
|
service: {
|
|
8060
8200
|
appointment_type: "in_person" | "virtual";
|
|
8061
8201
|
booking_policy: {
|
|
@@ -8136,8 +8276,8 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8136
8276
|
};
|
|
8137
8277
|
status: "scheduled" | "canceled";
|
|
8138
8278
|
updated_at?: string;
|
|
8139
|
-
urls
|
|
8140
|
-
add_to_calendar
|
|
8279
|
+
urls: {
|
|
8280
|
+
add_to_calendar: string[];
|
|
8141
8281
|
add_to_google_calendar: string[];
|
|
8142
8282
|
cancel: string[];
|
|
8143
8283
|
confirm: string[];
|
|
@@ -9439,6 +9579,8 @@ interface Options$15 extends MutationOptionsFor<"post", "/v1/public/appointments
|
|
|
9439
9579
|
}
|
|
9440
9580
|
declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_react_query.UseMutationResult<{
|
|
9441
9581
|
data: {
|
|
9582
|
+
add_to_calendar_url: string;
|
|
9583
|
+
cancel_url: string;
|
|
9442
9584
|
cancellation: {
|
|
9443
9585
|
allowed: boolean;
|
|
9444
9586
|
disabled_message: string | null;
|
|
@@ -9451,8 +9593,10 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
|
|
|
9451
9593
|
unix_ts: number;
|
|
9452
9594
|
utc: string;
|
|
9453
9595
|
};
|
|
9596
|
+
ics_url: string;
|
|
9454
9597
|
id: string;
|
|
9455
9598
|
object: "public_appointment";
|
|
9599
|
+
reschedule_url: string;
|
|
9456
9600
|
rescheduling: {
|
|
9457
9601
|
allowed: boolean;
|
|
9458
9602
|
disabled_message: string | null;
|
|
@@ -9518,6 +9662,8 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
|
|
|
9518
9662
|
content: {
|
|
9519
9663
|
"application/json": {
|
|
9520
9664
|
data: {
|
|
9665
|
+
add_to_calendar_url: string;
|
|
9666
|
+
cancel_url: string;
|
|
9521
9667
|
cancellation: {
|
|
9522
9668
|
allowed: boolean;
|
|
9523
9669
|
disabled_message: string | null;
|
|
@@ -9530,8 +9676,10 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
|
|
|
9530
9676
|
unix_ts: number;
|
|
9531
9677
|
utc: string;
|
|
9532
9678
|
};
|
|
9679
|
+
ics_url: string;
|
|
9533
9680
|
id: string;
|
|
9534
9681
|
object: "public_appointment";
|
|
9682
|
+
reschedule_url: string;
|
|
9535
9683
|
rescheduling: {
|
|
9536
9684
|
allowed: boolean;
|
|
9537
9685
|
disabled_message: string | null;
|
|
@@ -9581,6 +9729,8 @@ interface Options$14 extends MutationOptionsFor<"post", "/v1/public/booking_inte
|
|
|
9581
9729
|
declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_react_query.UseMutationResult<{
|
|
9582
9730
|
data: {
|
|
9583
9731
|
appointment?: {
|
|
9732
|
+
add_to_calendar_url: string;
|
|
9733
|
+
cancel_url: string;
|
|
9584
9734
|
cancellation: {
|
|
9585
9735
|
allowed: boolean;
|
|
9586
9736
|
disabled_message: string | null;
|
|
@@ -9593,8 +9743,10 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9593
9743
|
unix_ts: number;
|
|
9594
9744
|
utc: string;
|
|
9595
9745
|
};
|
|
9746
|
+
ics_url: string;
|
|
9596
9747
|
id: string;
|
|
9597
9748
|
object: "public_appointment";
|
|
9749
|
+
reschedule_url: string;
|
|
9598
9750
|
rescheduling: {
|
|
9599
9751
|
allowed: boolean;
|
|
9600
9752
|
disabled_message: string | null;
|
|
@@ -9672,6 +9824,8 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9672
9824
|
"application/json": {
|
|
9673
9825
|
data: {
|
|
9674
9826
|
appointment?: {
|
|
9827
|
+
add_to_calendar_url: string;
|
|
9828
|
+
cancel_url: string;
|
|
9675
9829
|
cancellation: {
|
|
9676
9830
|
allowed: boolean;
|
|
9677
9831
|
disabled_message: string | null;
|
|
@@ -9684,8 +9838,10 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9684
9838
|
unix_ts: number;
|
|
9685
9839
|
utc: string;
|
|
9686
9840
|
};
|
|
9841
|
+
ics_url: string;
|
|
9687
9842
|
id: string;
|
|
9688
9843
|
object: "public_appointment";
|
|
9844
|
+
reschedule_url: string;
|
|
9689
9845
|
rescheduling: {
|
|
9690
9846
|
allowed: boolean;
|
|
9691
9847
|
disabled_message: string | null;
|
|
@@ -9834,6 +9990,8 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9834
9990
|
"application/json": {
|
|
9835
9991
|
data: {
|
|
9836
9992
|
appointment?: {
|
|
9993
|
+
add_to_calendar_url: string;
|
|
9994
|
+
cancel_url: string;
|
|
9837
9995
|
cancellation: {
|
|
9838
9996
|
allowed: boolean;
|
|
9839
9997
|
disabled_message: string | null;
|
|
@@ -9846,8 +10004,10 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9846
10004
|
unix_ts: number;
|
|
9847
10005
|
utc: string;
|
|
9848
10006
|
};
|
|
10007
|
+
ics_url: string;
|
|
9849
10008
|
id: string;
|
|
9850
10009
|
object: "public_appointment";
|
|
10010
|
+
reschedule_url: string;
|
|
9851
10011
|
rescheduling: {
|
|
9852
10012
|
allowed: boolean;
|
|
9853
10013
|
disabled_message: string | null;
|
|
@@ -11511,7 +11671,9 @@ interface Options$S extends MutationOptionsFor<"post", "/v1/appointments/{appoin
|
|
|
11511
11671
|
}
|
|
11512
11672
|
declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react_query.UseMutationResult<{
|
|
11513
11673
|
data: {
|
|
11674
|
+
add_to_calendar_url: string;
|
|
11514
11675
|
appointment_type: "in_person" | "virtual";
|
|
11676
|
+
cancel_url: string;
|
|
11515
11677
|
cancellation_events: {
|
|
11516
11678
|
actor: string | null;
|
|
11517
11679
|
cancellation_reason: {
|
|
@@ -11554,6 +11716,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11554
11716
|
reference_id: string | null;
|
|
11555
11717
|
time_zone: string;
|
|
11556
11718
|
};
|
|
11719
|
+
confirm_url: string;
|
|
11557
11720
|
confirmation_events: {
|
|
11558
11721
|
actor: string | null;
|
|
11559
11722
|
end_at: {
|
|
@@ -11584,7 +11747,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11584
11747
|
unix_ts: number;
|
|
11585
11748
|
utc: string;
|
|
11586
11749
|
};
|
|
11750
|
+
ics_url: string;
|
|
11587
11751
|
id: string;
|
|
11752
|
+
join_url: string;
|
|
11588
11753
|
meeting: {
|
|
11589
11754
|
conferencing_provider: string | null;
|
|
11590
11755
|
error_message: string | null;
|
|
@@ -11656,6 +11821,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11656
11821
|
};
|
|
11657
11822
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
11658
11823
|
}[];
|
|
11824
|
+
reschedule_url: string;
|
|
11659
11825
|
service: {
|
|
11660
11826
|
appointment_type: "in_person" | "virtual";
|
|
11661
11827
|
booking_policy: {
|
|
@@ -11736,8 +11902,8 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11736
11902
|
};
|
|
11737
11903
|
status: "scheduled" | "canceled";
|
|
11738
11904
|
updated_at?: string;
|
|
11739
|
-
urls
|
|
11740
|
-
add_to_calendar
|
|
11905
|
+
urls: {
|
|
11906
|
+
add_to_calendar: string[];
|
|
11741
11907
|
add_to_google_calendar: string[];
|
|
11742
11908
|
cancel: string[];
|
|
11743
11909
|
confirm: string[];
|
|
@@ -11754,7 +11920,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11754
11920
|
content: {
|
|
11755
11921
|
"application/json": {
|
|
11756
11922
|
data: {
|
|
11923
|
+
add_to_calendar_url: string;
|
|
11757
11924
|
appointment_type: "in_person" | "virtual";
|
|
11925
|
+
cancel_url: string;
|
|
11758
11926
|
cancellation_events: {
|
|
11759
11927
|
actor: string | null;
|
|
11760
11928
|
cancellation_reason: {
|
|
@@ -11797,6 +11965,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11797
11965
|
reference_id: string | null;
|
|
11798
11966
|
time_zone: string;
|
|
11799
11967
|
};
|
|
11968
|
+
confirm_url: string;
|
|
11800
11969
|
confirmation_events: {
|
|
11801
11970
|
actor: string | null;
|
|
11802
11971
|
end_at: {
|
|
@@ -11827,7 +11996,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11827
11996
|
unix_ts: number;
|
|
11828
11997
|
utc: string;
|
|
11829
11998
|
};
|
|
11999
|
+
ics_url: string;
|
|
11830
12000
|
id: string;
|
|
12001
|
+
join_url: string;
|
|
11831
12002
|
meeting: {
|
|
11832
12003
|
conferencing_provider: string | null;
|
|
11833
12004
|
error_message: string | null;
|
|
@@ -11899,6 +12070,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11899
12070
|
};
|
|
11900
12071
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
11901
12072
|
}[];
|
|
12073
|
+
reschedule_url: string;
|
|
11902
12074
|
service: {
|
|
11903
12075
|
appointment_type: "in_person" | "virtual";
|
|
11904
12076
|
booking_policy: {
|
|
@@ -11979,8 +12151,8 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11979
12151
|
};
|
|
11980
12152
|
status: "scheduled" | "canceled";
|
|
11981
12153
|
updated_at?: string;
|
|
11982
|
-
urls
|
|
11983
|
-
add_to_calendar
|
|
12154
|
+
urls: {
|
|
12155
|
+
add_to_calendar: string[];
|
|
11984
12156
|
add_to_google_calendar: string[];
|
|
11985
12157
|
cancel: string[];
|
|
11986
12158
|
confirm: string[];
|
|
@@ -12053,7 +12225,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12053
12225
|
content: {
|
|
12054
12226
|
"application/json": {
|
|
12055
12227
|
data: {
|
|
12228
|
+
add_to_calendar_url: string;
|
|
12056
12229
|
appointment_type: "in_person" | "virtual";
|
|
12230
|
+
cancel_url: string;
|
|
12057
12231
|
cancellation_events: {
|
|
12058
12232
|
actor: string | null;
|
|
12059
12233
|
cancellation_reason: {
|
|
@@ -12096,6 +12270,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12096
12270
|
reference_id: string | null;
|
|
12097
12271
|
time_zone: string;
|
|
12098
12272
|
};
|
|
12273
|
+
confirm_url: string;
|
|
12099
12274
|
confirmation_events: {
|
|
12100
12275
|
actor: string | null;
|
|
12101
12276
|
end_at: {
|
|
@@ -12126,7 +12301,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12126
12301
|
unix_ts: number;
|
|
12127
12302
|
utc: string;
|
|
12128
12303
|
};
|
|
12304
|
+
ics_url: string;
|
|
12129
12305
|
id: string;
|
|
12306
|
+
join_url: string;
|
|
12130
12307
|
meeting: {
|
|
12131
12308
|
conferencing_provider: string | null;
|
|
12132
12309
|
error_message: string | null;
|
|
@@ -12198,6 +12375,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12198
12375
|
};
|
|
12199
12376
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
12200
12377
|
}[];
|
|
12378
|
+
reschedule_url: string;
|
|
12201
12379
|
service: {
|
|
12202
12380
|
appointment_type: "in_person" | "virtual";
|
|
12203
12381
|
booking_policy: {
|
|
@@ -12278,8 +12456,8 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12278
12456
|
};
|
|
12279
12457
|
status: "scheduled" | "canceled";
|
|
12280
12458
|
updated_at?: string;
|
|
12281
|
-
urls
|
|
12282
|
-
add_to_calendar
|
|
12459
|
+
urls: {
|
|
12460
|
+
add_to_calendar: string[];
|
|
12283
12461
|
add_to_google_calendar: string[];
|
|
12284
12462
|
cancel: string[];
|
|
12285
12463
|
confirm: string[];
|
|
@@ -12330,6 +12508,8 @@ interface Options$R extends MutationOptionsFor<"post", "/v1/public/appointments/
|
|
|
12330
12508
|
}
|
|
12331
12509
|
declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack_react_query.UseMutationResult<{
|
|
12332
12510
|
data: {
|
|
12511
|
+
add_to_calendar_url: string;
|
|
12512
|
+
cancel_url: string;
|
|
12333
12513
|
cancellation: {
|
|
12334
12514
|
allowed: boolean;
|
|
12335
12515
|
disabled_message: string | null;
|
|
@@ -12342,8 +12522,10 @@ declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack
|
|
|
12342
12522
|
unix_ts: number;
|
|
12343
12523
|
utc: string;
|
|
12344
12524
|
};
|
|
12525
|
+
ics_url: string;
|
|
12345
12526
|
id: string;
|
|
12346
12527
|
object: "public_appointment";
|
|
12528
|
+
reschedule_url: string;
|
|
12347
12529
|
rescheduling: {
|
|
12348
12530
|
allowed: boolean;
|
|
12349
12531
|
disabled_message: string | null;
|
|
@@ -12400,6 +12582,8 @@ declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack
|
|
|
12400
12582
|
content: {
|
|
12401
12583
|
"application/json": {
|
|
12402
12584
|
data: {
|
|
12585
|
+
add_to_calendar_url: string;
|
|
12586
|
+
cancel_url: string;
|
|
12403
12587
|
cancellation: {
|
|
12404
12588
|
allowed: boolean;
|
|
12405
12589
|
disabled_message: string | null;
|
|
@@ -12412,8 +12596,10 @@ declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack
|
|
|
12412
12596
|
unix_ts: number;
|
|
12413
12597
|
utc: string;
|
|
12414
12598
|
};
|
|
12599
|
+
ics_url: string;
|
|
12415
12600
|
id: string;
|
|
12416
12601
|
object: "public_appointment";
|
|
12602
|
+
reschedule_url: string;
|
|
12417
12603
|
rescheduling: {
|
|
12418
12604
|
allowed: boolean;
|
|
12419
12605
|
disabled_message: string | null;
|
|
@@ -13197,7 +13383,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13197
13383
|
data: {
|
|
13198
13384
|
abandoned_at?: string | null;
|
|
13199
13385
|
appointment?: {
|
|
13386
|
+
add_to_calendar_url: string;
|
|
13200
13387
|
appointment_type: "in_person" | "virtual";
|
|
13388
|
+
cancel_url: string;
|
|
13201
13389
|
cancellation_events: {
|
|
13202
13390
|
actor: string | null;
|
|
13203
13391
|
cancellation_reason: {
|
|
@@ -13240,6 +13428,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13240
13428
|
reference_id: string | null;
|
|
13241
13429
|
time_zone: string;
|
|
13242
13430
|
};
|
|
13431
|
+
confirm_url: string;
|
|
13243
13432
|
confirmation_events: {
|
|
13244
13433
|
actor: string | null;
|
|
13245
13434
|
end_at: {
|
|
@@ -13270,7 +13459,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13270
13459
|
unix_ts: number;
|
|
13271
13460
|
utc: string;
|
|
13272
13461
|
};
|
|
13462
|
+
ics_url: string;
|
|
13273
13463
|
id: string;
|
|
13464
|
+
join_url: string;
|
|
13274
13465
|
meeting: {
|
|
13275
13466
|
conferencing_provider: string | null;
|
|
13276
13467
|
error_message: string | null;
|
|
@@ -13342,6 +13533,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13342
13533
|
};
|
|
13343
13534
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
13344
13535
|
}[];
|
|
13536
|
+
reschedule_url: string;
|
|
13345
13537
|
service: {
|
|
13346
13538
|
appointment_type: "in_person" | "virtual";
|
|
13347
13539
|
booking_policy: {
|
|
@@ -13422,8 +13614,8 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13422
13614
|
};
|
|
13423
13615
|
status: "scheduled" | "canceled";
|
|
13424
13616
|
updated_at?: string;
|
|
13425
|
-
urls
|
|
13426
|
-
add_to_calendar
|
|
13617
|
+
urls: {
|
|
13618
|
+
add_to_calendar: string[];
|
|
13427
13619
|
add_to_google_calendar: string[];
|
|
13428
13620
|
cancel: string[];
|
|
13429
13621
|
confirm: string[];
|
|
@@ -13632,7 +13824,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13632
13824
|
data: {
|
|
13633
13825
|
abandoned_at?: string | null;
|
|
13634
13826
|
appointment?: {
|
|
13827
|
+
add_to_calendar_url: string;
|
|
13635
13828
|
appointment_type: "in_person" | "virtual";
|
|
13829
|
+
cancel_url: string;
|
|
13636
13830
|
cancellation_events: {
|
|
13637
13831
|
actor: string | null;
|
|
13638
13832
|
cancellation_reason: {
|
|
@@ -13675,6 +13869,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13675
13869
|
reference_id: string | null;
|
|
13676
13870
|
time_zone: string;
|
|
13677
13871
|
};
|
|
13872
|
+
confirm_url: string;
|
|
13678
13873
|
confirmation_events: {
|
|
13679
13874
|
actor: string | null;
|
|
13680
13875
|
end_at: {
|
|
@@ -13705,7 +13900,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13705
13900
|
unix_ts: number;
|
|
13706
13901
|
utc: string;
|
|
13707
13902
|
};
|
|
13903
|
+
ics_url: string;
|
|
13708
13904
|
id: string;
|
|
13905
|
+
join_url: string;
|
|
13709
13906
|
meeting: {
|
|
13710
13907
|
conferencing_provider: string | null;
|
|
13711
13908
|
error_message: string | null;
|
|
@@ -13777,6 +13974,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13777
13974
|
};
|
|
13778
13975
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
13779
13976
|
}[];
|
|
13977
|
+
reschedule_url: string;
|
|
13780
13978
|
service: {
|
|
13781
13979
|
appointment_type: "in_person" | "virtual";
|
|
13782
13980
|
booking_policy: {
|
|
@@ -13857,8 +14055,8 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13857
14055
|
};
|
|
13858
14056
|
status: "scheduled" | "canceled";
|
|
13859
14057
|
updated_at?: string;
|
|
13860
|
-
urls
|
|
13861
|
-
add_to_calendar
|
|
14058
|
+
urls: {
|
|
14059
|
+
add_to_calendar: string[];
|
|
13862
14060
|
add_to_google_calendar: string[];
|
|
13863
14061
|
cancel: string[];
|
|
13864
14062
|
confirm: string[];
|
|
@@ -14170,7 +14368,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14170
14368
|
data: {
|
|
14171
14369
|
abandoned_at?: string | null;
|
|
14172
14370
|
appointment?: {
|
|
14371
|
+
add_to_calendar_url: string;
|
|
14173
14372
|
appointment_type: "in_person" | "virtual";
|
|
14373
|
+
cancel_url: string;
|
|
14174
14374
|
cancellation_events: {
|
|
14175
14375
|
actor: string | null;
|
|
14176
14376
|
cancellation_reason: {
|
|
@@ -14213,6 +14413,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14213
14413
|
reference_id: string | null;
|
|
14214
14414
|
time_zone: string;
|
|
14215
14415
|
};
|
|
14416
|
+
confirm_url: string;
|
|
14216
14417
|
confirmation_events: {
|
|
14217
14418
|
actor: string | null;
|
|
14218
14419
|
end_at: {
|
|
@@ -14243,7 +14444,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14243
14444
|
unix_ts: number;
|
|
14244
14445
|
utc: string;
|
|
14245
14446
|
};
|
|
14447
|
+
ics_url: string;
|
|
14246
14448
|
id: string;
|
|
14449
|
+
join_url: string;
|
|
14247
14450
|
meeting: {
|
|
14248
14451
|
conferencing_provider: string | null;
|
|
14249
14452
|
error_message: string | null;
|
|
@@ -14315,6 +14518,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14315
14518
|
};
|
|
14316
14519
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
14317
14520
|
}[];
|
|
14521
|
+
reschedule_url: string;
|
|
14318
14522
|
service: {
|
|
14319
14523
|
appointment_type: "in_person" | "virtual";
|
|
14320
14524
|
booking_policy: {
|
|
@@ -14395,8 +14599,8 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14395
14599
|
};
|
|
14396
14600
|
status: "scheduled" | "canceled";
|
|
14397
14601
|
updated_at?: string;
|
|
14398
|
-
urls
|
|
14399
|
-
add_to_calendar
|
|
14602
|
+
urls: {
|
|
14603
|
+
add_to_calendar: string[];
|
|
14400
14604
|
add_to_google_calendar: string[];
|
|
14401
14605
|
cancel: string[];
|
|
14402
14606
|
confirm: string[];
|
|
@@ -15874,6 +16078,8 @@ interface Options$E extends MutationOptionsFor<"patch", "/v1/public/booking_inte
|
|
|
15874
16078
|
declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_react_query.UseMutationResult<{
|
|
15875
16079
|
data: {
|
|
15876
16080
|
appointment?: {
|
|
16081
|
+
add_to_calendar_url: string;
|
|
16082
|
+
cancel_url: string;
|
|
15877
16083
|
cancellation: {
|
|
15878
16084
|
allowed: boolean;
|
|
15879
16085
|
disabled_message: string | null;
|
|
@@ -15886,8 +16092,10 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
15886
16092
|
unix_ts: number;
|
|
15887
16093
|
utc: string;
|
|
15888
16094
|
};
|
|
16095
|
+
ics_url: string;
|
|
15889
16096
|
id: string;
|
|
15890
16097
|
object: "public_appointment";
|
|
16098
|
+
reschedule_url: string;
|
|
15891
16099
|
rescheduling: {
|
|
15892
16100
|
allowed: boolean;
|
|
15893
16101
|
disabled_message: string | null;
|
|
@@ -15965,6 +16173,8 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
15965
16173
|
"application/json": {
|
|
15966
16174
|
data: {
|
|
15967
16175
|
appointment?: {
|
|
16176
|
+
add_to_calendar_url: string;
|
|
16177
|
+
cancel_url: string;
|
|
15968
16178
|
cancellation: {
|
|
15969
16179
|
allowed: boolean;
|
|
15970
16180
|
disabled_message: string | null;
|
|
@@ -15977,8 +16187,10 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
15977
16187
|
unix_ts: number;
|
|
15978
16188
|
utc: string;
|
|
15979
16189
|
};
|
|
16190
|
+
ics_url: string;
|
|
15980
16191
|
id: string;
|
|
15981
16192
|
object: "public_appointment";
|
|
16193
|
+
reschedule_url: string;
|
|
15982
16194
|
rescheduling: {
|
|
15983
16195
|
allowed: boolean;
|
|
15984
16196
|
disabled_message: string | null;
|
|
@@ -16128,6 +16340,8 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
16128
16340
|
"application/json": {
|
|
16129
16341
|
data: {
|
|
16130
16342
|
appointment?: {
|
|
16343
|
+
add_to_calendar_url: string;
|
|
16344
|
+
cancel_url: string;
|
|
16131
16345
|
cancellation: {
|
|
16132
16346
|
allowed: boolean;
|
|
16133
16347
|
disabled_message: string | null;
|
|
@@ -16140,8 +16354,10 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
16140
16354
|
unix_ts: number;
|
|
16141
16355
|
utc: string;
|
|
16142
16356
|
};
|
|
16357
|
+
ics_url: string;
|
|
16143
16358
|
id: string;
|
|
16144
16359
|
object: "public_appointment";
|
|
16360
|
+
reschedule_url: string;
|
|
16145
16361
|
rescheduling: {
|
|
16146
16362
|
allowed: boolean;
|
|
16147
16363
|
disabled_message: string | null;
|
|
@@ -16910,7 +17126,9 @@ interface Options$z extends QueryOptionsFor<"get", "/v1/appointments/{appointmen
|
|
|
16910
17126
|
}
|
|
16911
17127
|
declare const useAppointment: (appointment_id: AppointmentParams["path"]["appointment_id"], queryParams?: AppointmentParams["query"], options?: Options$z) => _tanstack_react_query.UseQueryResult<{
|
|
16912
17128
|
data: {
|
|
17129
|
+
add_to_calendar_url: string;
|
|
16913
17130
|
appointment_type: "in_person" | "virtual";
|
|
17131
|
+
cancel_url: string;
|
|
16914
17132
|
cancellation_events: {
|
|
16915
17133
|
actor: string | null;
|
|
16916
17134
|
cancellation_reason: {
|
|
@@ -16953,6 +17171,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
16953
17171
|
reference_id: string | null;
|
|
16954
17172
|
time_zone: string;
|
|
16955
17173
|
};
|
|
17174
|
+
confirm_url: string;
|
|
16956
17175
|
confirmation_events: {
|
|
16957
17176
|
actor: string | null;
|
|
16958
17177
|
end_at: {
|
|
@@ -16983,7 +17202,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
16983
17202
|
unix_ts: number;
|
|
16984
17203
|
utc: string;
|
|
16985
17204
|
};
|
|
17205
|
+
ics_url: string;
|
|
16986
17206
|
id: string;
|
|
17207
|
+
join_url: string;
|
|
16987
17208
|
meeting: {
|
|
16988
17209
|
conferencing_provider: string | null;
|
|
16989
17210
|
error_message: string | null;
|
|
@@ -17055,6 +17276,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17055
17276
|
};
|
|
17056
17277
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17057
17278
|
}[];
|
|
17279
|
+
reschedule_url: string;
|
|
17058
17280
|
service: {
|
|
17059
17281
|
appointment_type: "in_person" | "virtual";
|
|
17060
17282
|
booking_policy: {
|
|
@@ -17135,8 +17357,8 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17135
17357
|
};
|
|
17136
17358
|
status: "scheduled" | "canceled";
|
|
17137
17359
|
updated_at?: string;
|
|
17138
|
-
urls
|
|
17139
|
-
add_to_calendar
|
|
17360
|
+
urls: {
|
|
17361
|
+
add_to_calendar: string[];
|
|
17140
17362
|
add_to_google_calendar: string[];
|
|
17141
17363
|
cancel: string[];
|
|
17142
17364
|
confirm: string[];
|
|
@@ -17153,7 +17375,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17153
17375
|
content: {
|
|
17154
17376
|
"application/json": {
|
|
17155
17377
|
data: {
|
|
17378
|
+
add_to_calendar_url: string;
|
|
17156
17379
|
appointment_type: "in_person" | "virtual";
|
|
17380
|
+
cancel_url: string;
|
|
17157
17381
|
cancellation_events: {
|
|
17158
17382
|
actor: string | null;
|
|
17159
17383
|
cancellation_reason: {
|
|
@@ -17196,6 +17420,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17196
17420
|
reference_id: string | null;
|
|
17197
17421
|
time_zone: string;
|
|
17198
17422
|
};
|
|
17423
|
+
confirm_url: string;
|
|
17199
17424
|
confirmation_events: {
|
|
17200
17425
|
actor: string | null;
|
|
17201
17426
|
end_at: {
|
|
@@ -17226,7 +17451,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17226
17451
|
unix_ts: number;
|
|
17227
17452
|
utc: string;
|
|
17228
17453
|
};
|
|
17454
|
+
ics_url: string;
|
|
17229
17455
|
id: string;
|
|
17456
|
+
join_url: string;
|
|
17230
17457
|
meeting: {
|
|
17231
17458
|
conferencing_provider: string | null;
|
|
17232
17459
|
error_message: string | null;
|
|
@@ -17298,6 +17525,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17298
17525
|
};
|
|
17299
17526
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17300
17527
|
}[];
|
|
17528
|
+
reschedule_url: string;
|
|
17301
17529
|
service: {
|
|
17302
17530
|
appointment_type: "in_person" | "virtual";
|
|
17303
17531
|
booking_policy: {
|
|
@@ -17378,8 +17606,8 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17378
17606
|
};
|
|
17379
17607
|
status: "scheduled" | "canceled";
|
|
17380
17608
|
updated_at?: string;
|
|
17381
|
-
urls
|
|
17382
|
-
add_to_calendar
|
|
17609
|
+
urls: {
|
|
17610
|
+
add_to_calendar: string[];
|
|
17383
17611
|
add_to_google_calendar: string[];
|
|
17384
17612
|
cancel: string[];
|
|
17385
17613
|
confirm: string[];
|
|
@@ -17430,7 +17658,9 @@ interface Options$y extends QueryOptionsFor<"get", "/v1/appointments"> {
|
|
|
17430
17658
|
}
|
|
17431
17659
|
declare const useAppointments: (queryParams?: AppointmentsParams["query"], options?: Options$y) => _tanstack_react_query.UseQueryResult<{
|
|
17432
17660
|
data: {
|
|
17661
|
+
add_to_calendar_url: string;
|
|
17433
17662
|
appointment_type: "in_person" | "virtual";
|
|
17663
|
+
cancel_url: string;
|
|
17434
17664
|
cancellation_events: {
|
|
17435
17665
|
actor: string | null;
|
|
17436
17666
|
cancellation_reason: {
|
|
@@ -17473,6 +17703,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17473
17703
|
reference_id: string | null;
|
|
17474
17704
|
time_zone: string;
|
|
17475
17705
|
};
|
|
17706
|
+
confirm_url: string;
|
|
17476
17707
|
confirmation_events: {
|
|
17477
17708
|
actor: string | null;
|
|
17478
17709
|
end_at: {
|
|
@@ -17503,7 +17734,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17503
17734
|
unix_ts: number;
|
|
17504
17735
|
utc: string;
|
|
17505
17736
|
};
|
|
17737
|
+
ics_url: string;
|
|
17506
17738
|
id: string;
|
|
17739
|
+
join_url: string;
|
|
17507
17740
|
meeting: {
|
|
17508
17741
|
conferencing_provider: string | null;
|
|
17509
17742
|
error_message: string | null;
|
|
@@ -17575,6 +17808,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17575
17808
|
};
|
|
17576
17809
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17577
17810
|
}[];
|
|
17811
|
+
reschedule_url: string;
|
|
17578
17812
|
service: {
|
|
17579
17813
|
appointment_type: "in_person" | "virtual";
|
|
17580
17814
|
booking_policy: {
|
|
@@ -17655,8 +17889,8 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17655
17889
|
};
|
|
17656
17890
|
status: "scheduled" | "canceled";
|
|
17657
17891
|
updated_at?: string;
|
|
17658
|
-
urls
|
|
17659
|
-
add_to_calendar
|
|
17892
|
+
urls: {
|
|
17893
|
+
add_to_calendar: string[];
|
|
17660
17894
|
add_to_google_calendar: string[];
|
|
17661
17895
|
cancel: string[];
|
|
17662
17896
|
confirm: string[];
|
|
@@ -17679,7 +17913,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17679
17913
|
content: {
|
|
17680
17914
|
"application/json": {
|
|
17681
17915
|
data: {
|
|
17916
|
+
add_to_calendar_url: string;
|
|
17682
17917
|
appointment_type: "in_person" | "virtual";
|
|
17918
|
+
cancel_url: string;
|
|
17683
17919
|
cancellation_events: {
|
|
17684
17920
|
actor: string | null;
|
|
17685
17921
|
cancellation_reason: {
|
|
@@ -17722,6 +17958,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17722
17958
|
reference_id: string | null;
|
|
17723
17959
|
time_zone: string;
|
|
17724
17960
|
};
|
|
17961
|
+
confirm_url: string;
|
|
17725
17962
|
confirmation_events: {
|
|
17726
17963
|
actor: string | null;
|
|
17727
17964
|
end_at: {
|
|
@@ -17752,7 +17989,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17752
17989
|
unix_ts: number;
|
|
17753
17990
|
utc: string;
|
|
17754
17991
|
};
|
|
17992
|
+
ics_url: string;
|
|
17755
17993
|
id: string;
|
|
17994
|
+
join_url: string;
|
|
17756
17995
|
meeting: {
|
|
17757
17996
|
conferencing_provider: string | null;
|
|
17758
17997
|
error_message: string | null;
|
|
@@ -17824,6 +18063,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17824
18063
|
};
|
|
17825
18064
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17826
18065
|
}[];
|
|
18066
|
+
reschedule_url: string;
|
|
17827
18067
|
service: {
|
|
17828
18068
|
appointment_type: "in_person" | "virtual";
|
|
17829
18069
|
booking_policy: {
|
|
@@ -17904,8 +18144,8 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17904
18144
|
};
|
|
17905
18145
|
status: "scheduled" | "canceled";
|
|
17906
18146
|
updated_at?: string;
|
|
17907
|
-
urls
|
|
17908
|
-
add_to_calendar
|
|
18147
|
+
urls: {
|
|
18148
|
+
add_to_calendar: string[];
|
|
17909
18149
|
add_to_google_calendar: string[];
|
|
17910
18150
|
cancel: string[];
|
|
17911
18151
|
confirm: string[];
|
|
@@ -18178,7 +18418,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18178
18418
|
data: {
|
|
18179
18419
|
abandoned_at?: string | null;
|
|
18180
18420
|
appointment?: {
|
|
18421
|
+
add_to_calendar_url: string;
|
|
18181
18422
|
appointment_type: "in_person" | "virtual";
|
|
18423
|
+
cancel_url: string;
|
|
18182
18424
|
cancellation_events: {
|
|
18183
18425
|
actor: string | null;
|
|
18184
18426
|
cancellation_reason: {
|
|
@@ -18221,6 +18463,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18221
18463
|
reference_id: string | null;
|
|
18222
18464
|
time_zone: string;
|
|
18223
18465
|
};
|
|
18466
|
+
confirm_url: string;
|
|
18224
18467
|
confirmation_events: {
|
|
18225
18468
|
actor: string | null;
|
|
18226
18469
|
end_at: {
|
|
@@ -18251,7 +18494,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18251
18494
|
unix_ts: number;
|
|
18252
18495
|
utc: string;
|
|
18253
18496
|
};
|
|
18497
|
+
ics_url: string;
|
|
18254
18498
|
id: string;
|
|
18499
|
+
join_url: string;
|
|
18255
18500
|
meeting: {
|
|
18256
18501
|
conferencing_provider: string | null;
|
|
18257
18502
|
error_message: string | null;
|
|
@@ -18323,6 +18568,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18323
18568
|
};
|
|
18324
18569
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
18325
18570
|
}[];
|
|
18571
|
+
reschedule_url: string;
|
|
18326
18572
|
service: {
|
|
18327
18573
|
appointment_type: "in_person" | "virtual";
|
|
18328
18574
|
booking_policy: {
|
|
@@ -18403,8 +18649,8 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18403
18649
|
};
|
|
18404
18650
|
status: "scheduled" | "canceled";
|
|
18405
18651
|
updated_at?: string;
|
|
18406
|
-
urls
|
|
18407
|
-
add_to_calendar
|
|
18652
|
+
urls: {
|
|
18653
|
+
add_to_calendar: string[];
|
|
18408
18654
|
add_to_google_calendar: string[];
|
|
18409
18655
|
cancel: string[];
|
|
18410
18656
|
confirm: string[];
|
|
@@ -18613,7 +18859,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18613
18859
|
data: {
|
|
18614
18860
|
abandoned_at?: string | null;
|
|
18615
18861
|
appointment?: {
|
|
18862
|
+
add_to_calendar_url: string;
|
|
18616
18863
|
appointment_type: "in_person" | "virtual";
|
|
18864
|
+
cancel_url: string;
|
|
18617
18865
|
cancellation_events: {
|
|
18618
18866
|
actor: string | null;
|
|
18619
18867
|
cancellation_reason: {
|
|
@@ -18656,6 +18904,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18656
18904
|
reference_id: string | null;
|
|
18657
18905
|
time_zone: string;
|
|
18658
18906
|
};
|
|
18907
|
+
confirm_url: string;
|
|
18659
18908
|
confirmation_events: {
|
|
18660
18909
|
actor: string | null;
|
|
18661
18910
|
end_at: {
|
|
@@ -18686,7 +18935,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18686
18935
|
unix_ts: number;
|
|
18687
18936
|
utc: string;
|
|
18688
18937
|
};
|
|
18938
|
+
ics_url: string;
|
|
18689
18939
|
id: string;
|
|
18940
|
+
join_url: string;
|
|
18690
18941
|
meeting: {
|
|
18691
18942
|
conferencing_provider: string | null;
|
|
18692
18943
|
error_message: string | null;
|
|
@@ -18758,6 +19009,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18758
19009
|
};
|
|
18759
19010
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
18760
19011
|
}[];
|
|
19012
|
+
reschedule_url: string;
|
|
18761
19013
|
service: {
|
|
18762
19014
|
appointment_type: "in_person" | "virtual";
|
|
18763
19015
|
booking_policy: {
|
|
@@ -18838,8 +19090,8 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18838
19090
|
};
|
|
18839
19091
|
status: "scheduled" | "canceled";
|
|
18840
19092
|
updated_at?: string;
|
|
18841
|
-
urls
|
|
18842
|
-
add_to_calendar
|
|
19093
|
+
urls: {
|
|
19094
|
+
add_to_calendar: string[];
|
|
18843
19095
|
add_to_google_calendar: string[];
|
|
18844
19096
|
cancel: string[];
|
|
18845
19097
|
confirm: string[];
|
|
@@ -19155,7 +19407,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19155
19407
|
data: {
|
|
19156
19408
|
abandoned_at?: string | null;
|
|
19157
19409
|
appointment?: {
|
|
19410
|
+
add_to_calendar_url: string;
|
|
19158
19411
|
appointment_type: "in_person" | "virtual";
|
|
19412
|
+
cancel_url: string;
|
|
19159
19413
|
cancellation_events: {
|
|
19160
19414
|
actor: string | null;
|
|
19161
19415
|
cancellation_reason: {
|
|
@@ -19198,6 +19452,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19198
19452
|
reference_id: string | null;
|
|
19199
19453
|
time_zone: string;
|
|
19200
19454
|
};
|
|
19455
|
+
confirm_url: string;
|
|
19201
19456
|
confirmation_events: {
|
|
19202
19457
|
actor: string | null;
|
|
19203
19458
|
end_at: {
|
|
@@ -19228,7 +19483,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19228
19483
|
unix_ts: number;
|
|
19229
19484
|
utc: string;
|
|
19230
19485
|
};
|
|
19486
|
+
ics_url: string;
|
|
19231
19487
|
id: string;
|
|
19488
|
+
join_url: string;
|
|
19232
19489
|
meeting: {
|
|
19233
19490
|
conferencing_provider: string | null;
|
|
19234
19491
|
error_message: string | null;
|
|
@@ -19300,6 +19557,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19300
19557
|
};
|
|
19301
19558
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
19302
19559
|
}[];
|
|
19560
|
+
reschedule_url: string;
|
|
19303
19561
|
service: {
|
|
19304
19562
|
appointment_type: "in_person" | "virtual";
|
|
19305
19563
|
booking_policy: {
|
|
@@ -19380,8 +19638,8 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19380
19638
|
};
|
|
19381
19639
|
status: "scheduled" | "canceled";
|
|
19382
19640
|
updated_at?: string;
|
|
19383
|
-
urls
|
|
19384
|
-
add_to_calendar
|
|
19641
|
+
urls: {
|
|
19642
|
+
add_to_calendar: string[];
|
|
19385
19643
|
add_to_google_calendar: string[];
|
|
19386
19644
|
cancel: string[];
|
|
19387
19645
|
confirm: string[];
|
|
@@ -19596,7 +19854,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19596
19854
|
data: {
|
|
19597
19855
|
abandoned_at?: string | null;
|
|
19598
19856
|
appointment?: {
|
|
19857
|
+
add_to_calendar_url: string;
|
|
19599
19858
|
appointment_type: "in_person" | "virtual";
|
|
19859
|
+
cancel_url: string;
|
|
19600
19860
|
cancellation_events: {
|
|
19601
19861
|
actor: string | null;
|
|
19602
19862
|
cancellation_reason: {
|
|
@@ -19639,6 +19899,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19639
19899
|
reference_id: string | null;
|
|
19640
19900
|
time_zone: string;
|
|
19641
19901
|
};
|
|
19902
|
+
confirm_url: string;
|
|
19642
19903
|
confirmation_events: {
|
|
19643
19904
|
actor: string | null;
|
|
19644
19905
|
end_at: {
|
|
@@ -19669,7 +19930,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19669
19930
|
unix_ts: number;
|
|
19670
19931
|
utc: string;
|
|
19671
19932
|
};
|
|
19933
|
+
ics_url: string;
|
|
19672
19934
|
id: string;
|
|
19935
|
+
join_url: string;
|
|
19673
19936
|
meeting: {
|
|
19674
19937
|
conferencing_provider: string | null;
|
|
19675
19938
|
error_message: string | null;
|
|
@@ -19741,6 +20004,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19741
20004
|
};
|
|
19742
20005
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
19743
20006
|
}[];
|
|
20007
|
+
reschedule_url: string;
|
|
19744
20008
|
service: {
|
|
19745
20009
|
appointment_type: "in_person" | "virtual";
|
|
19746
20010
|
booking_policy: {
|
|
@@ -19821,8 +20085,8 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19821
20085
|
};
|
|
19822
20086
|
status: "scheduled" | "canceled";
|
|
19823
20087
|
updated_at?: string;
|
|
19824
|
-
urls
|
|
19825
|
-
add_to_calendar
|
|
20088
|
+
urls: {
|
|
20089
|
+
add_to_calendar: string[];
|
|
19826
20090
|
add_to_google_calendar: string[];
|
|
19827
20091
|
cancel: string[];
|
|
19828
20092
|
confirm: string[];
|
|
@@ -21447,6 +21711,8 @@ interface Options$a extends QueryOptionsFor<"get", "/v1/public/appointments/{app
|
|
|
21447
21711
|
}
|
|
21448
21712
|
declare const usePublicAppointment: (appointment_id: PublicAppointmentParams["path"]["appointment_id"], options?: Options$a) => _tanstack_react_query.UseQueryResult<{
|
|
21449
21713
|
data: {
|
|
21714
|
+
add_to_calendar_url: string;
|
|
21715
|
+
cancel_url: string;
|
|
21450
21716
|
cancellation: {
|
|
21451
21717
|
allowed: boolean;
|
|
21452
21718
|
disabled_message: string | null;
|
|
@@ -21459,8 +21725,10 @@ declare const usePublicAppointment: (appointment_id: PublicAppointmentParams["pa
|
|
|
21459
21725
|
unix_ts: number;
|
|
21460
21726
|
utc: string;
|
|
21461
21727
|
};
|
|
21728
|
+
ics_url: string;
|
|
21462
21729
|
id: string;
|
|
21463
21730
|
object: "public_appointment";
|
|
21731
|
+
reschedule_url: string;
|
|
21464
21732
|
rescheduling: {
|
|
21465
21733
|
allowed: boolean;
|
|
21466
21734
|
disabled_message: string | null;
|
|
@@ -21499,6 +21767,8 @@ interface Options$9 extends QueryOptionsFor<"get", "/v1/public/booking_intents/{
|
|
|
21499
21767
|
declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentParams["path"]["booking_intent_id"], options?: Options$9) => _tanstack_react_query.UseQueryResult<{
|
|
21500
21768
|
data: {
|
|
21501
21769
|
appointment?: {
|
|
21770
|
+
add_to_calendar_url: string;
|
|
21771
|
+
cancel_url: string;
|
|
21502
21772
|
cancellation: {
|
|
21503
21773
|
allowed: boolean;
|
|
21504
21774
|
disabled_message: string | null;
|
|
@@ -21511,8 +21781,10 @@ declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentPar
|
|
|
21511
21781
|
unix_ts: number;
|
|
21512
21782
|
utc: string;
|
|
21513
21783
|
};
|
|
21784
|
+
ics_url: string;
|
|
21514
21785
|
id: string;
|
|
21515
21786
|
object: "public_appointment";
|
|
21787
|
+
reschedule_url: string;
|
|
21516
21788
|
rescheduling: {
|
|
21517
21789
|
allowed: boolean;
|
|
21518
21790
|
disabled_message: string | null;
|