@savvycal/appointments-react-query 1.2.3 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +515 -64
- package/dist/index.d.ts +515 -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: {
|
|
@@ -94,6 +96,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
94
96
|
};
|
|
95
97
|
client_data: {
|
|
96
98
|
email?: string | null;
|
|
99
|
+
fields: {
|
|
100
|
+
[key: string]: unknown;
|
|
101
|
+
};
|
|
97
102
|
first_name?: string | null;
|
|
98
103
|
last_name?: string | null;
|
|
99
104
|
locale: string | null;
|
|
@@ -101,6 +106,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
101
106
|
reference_id: string | null;
|
|
102
107
|
time_zone: string;
|
|
103
108
|
};
|
|
109
|
+
confirm_url: string;
|
|
104
110
|
confirmation_events: {
|
|
105
111
|
actor: string | null;
|
|
106
112
|
end_at: {
|
|
@@ -131,11 +137,14 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
131
137
|
unix_ts: number;
|
|
132
138
|
utc: string;
|
|
133
139
|
};
|
|
140
|
+
ics_url: string;
|
|
134
141
|
id: string;
|
|
142
|
+
join_url: string;
|
|
135
143
|
meeting: {
|
|
136
144
|
conferencing_provider: string | null;
|
|
137
145
|
error_message: string | null;
|
|
138
146
|
external_meeting_id: string | null;
|
|
147
|
+
host_url: string | null;
|
|
139
148
|
id: string;
|
|
140
149
|
join_url: string | null;
|
|
141
150
|
object: "appointment_meeting";
|
|
@@ -203,6 +212,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
203
212
|
};
|
|
204
213
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
205
214
|
}[];
|
|
215
|
+
reschedule_url: string;
|
|
206
216
|
service: {
|
|
207
217
|
appointment_type: "in_person" | "virtual";
|
|
208
218
|
booking_policy: {
|
|
@@ -283,8 +293,8 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
283
293
|
};
|
|
284
294
|
status: "scheduled" | "canceled";
|
|
285
295
|
updated_at?: string;
|
|
286
|
-
urls
|
|
287
|
-
add_to_calendar
|
|
296
|
+
urls: {
|
|
297
|
+
add_to_calendar: string[];
|
|
288
298
|
add_to_google_calendar: string[];
|
|
289
299
|
cancel: string[];
|
|
290
300
|
confirm: string[];
|
|
@@ -320,6 +330,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
320
330
|
} | null;
|
|
321
331
|
client_data?: {
|
|
322
332
|
email?: string | null;
|
|
333
|
+
fields?: {
|
|
334
|
+
[key: string]: unknown;
|
|
335
|
+
};
|
|
323
336
|
first_name?: string | null;
|
|
324
337
|
last_name?: string | null;
|
|
325
338
|
locale?: string | null;
|
|
@@ -493,7 +506,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
493
506
|
data: {
|
|
494
507
|
abandoned_at?: string | null;
|
|
495
508
|
appointment?: {
|
|
509
|
+
add_to_calendar_url: string;
|
|
496
510
|
appointment_type: "in_person" | "virtual";
|
|
511
|
+
cancel_url: string;
|
|
497
512
|
cancellation_events: {
|
|
498
513
|
actor: string | null;
|
|
499
514
|
cancellation_reason: {
|
|
@@ -529,6 +544,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
529
544
|
};
|
|
530
545
|
client_data: {
|
|
531
546
|
email?: string | null;
|
|
547
|
+
fields: {
|
|
548
|
+
[key: string]: unknown;
|
|
549
|
+
};
|
|
532
550
|
first_name?: string | null;
|
|
533
551
|
last_name?: string | null;
|
|
534
552
|
locale: string | null;
|
|
@@ -536,6 +554,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
536
554
|
reference_id: string | null;
|
|
537
555
|
time_zone: string;
|
|
538
556
|
};
|
|
557
|
+
confirm_url: string;
|
|
539
558
|
confirmation_events: {
|
|
540
559
|
actor: string | null;
|
|
541
560
|
end_at: {
|
|
@@ -566,11 +585,14 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
566
585
|
unix_ts: number;
|
|
567
586
|
utc: string;
|
|
568
587
|
};
|
|
588
|
+
ics_url: string;
|
|
569
589
|
id: string;
|
|
590
|
+
join_url: string;
|
|
570
591
|
meeting: {
|
|
571
592
|
conferencing_provider: string | null;
|
|
572
593
|
error_message: string | null;
|
|
573
594
|
external_meeting_id: string | null;
|
|
595
|
+
host_url: string | null;
|
|
574
596
|
id: string;
|
|
575
597
|
join_url: string | null;
|
|
576
598
|
object: "appointment_meeting";
|
|
@@ -638,6 +660,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
638
660
|
};
|
|
639
661
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
640
662
|
}[];
|
|
663
|
+
reschedule_url: string;
|
|
641
664
|
service: {
|
|
642
665
|
appointment_type: "in_person" | "virtual";
|
|
643
666
|
booking_policy: {
|
|
@@ -718,8 +741,8 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
718
741
|
};
|
|
719
742
|
status: "scheduled" | "canceled";
|
|
720
743
|
updated_at?: string;
|
|
721
|
-
urls
|
|
722
|
-
add_to_calendar
|
|
744
|
+
urls: {
|
|
745
|
+
add_to_calendar: string[];
|
|
723
746
|
add_to_google_calendar: string[];
|
|
724
747
|
cancel: string[];
|
|
725
748
|
confirm: string[];
|
|
@@ -755,6 +778,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
755
778
|
} | null;
|
|
756
779
|
client_data?: {
|
|
757
780
|
email?: string | null;
|
|
781
|
+
fields?: {
|
|
782
|
+
[key: string]: unknown;
|
|
783
|
+
};
|
|
758
784
|
first_name?: string | null;
|
|
759
785
|
last_name?: string | null;
|
|
760
786
|
locale?: string | null;
|
|
@@ -987,7 +1013,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
987
1013
|
data: {
|
|
988
1014
|
abandoned_at?: string | null;
|
|
989
1015
|
appointment?: {
|
|
1016
|
+
add_to_calendar_url: string;
|
|
990
1017
|
appointment_type: "in_person" | "virtual";
|
|
1018
|
+
cancel_url: string;
|
|
991
1019
|
cancellation_events: {
|
|
992
1020
|
actor: string | null;
|
|
993
1021
|
cancellation_reason: {
|
|
@@ -1023,6 +1051,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1023
1051
|
};
|
|
1024
1052
|
client_data: {
|
|
1025
1053
|
email?: string | null;
|
|
1054
|
+
fields: {
|
|
1055
|
+
[key: string]: unknown;
|
|
1056
|
+
};
|
|
1026
1057
|
first_name?: string | null;
|
|
1027
1058
|
last_name?: string | null;
|
|
1028
1059
|
locale: string | null;
|
|
@@ -1030,6 +1061,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1030
1061
|
reference_id: string | null;
|
|
1031
1062
|
time_zone: string;
|
|
1032
1063
|
};
|
|
1064
|
+
confirm_url: string;
|
|
1033
1065
|
confirmation_events: {
|
|
1034
1066
|
actor: string | null;
|
|
1035
1067
|
end_at: {
|
|
@@ -1060,11 +1092,14 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1060
1092
|
unix_ts: number;
|
|
1061
1093
|
utc: string;
|
|
1062
1094
|
};
|
|
1095
|
+
ics_url: string;
|
|
1063
1096
|
id: string;
|
|
1097
|
+
join_url: string;
|
|
1064
1098
|
meeting: {
|
|
1065
1099
|
conferencing_provider: string | null;
|
|
1066
1100
|
error_message: string | null;
|
|
1067
1101
|
external_meeting_id: string | null;
|
|
1102
|
+
host_url: string | null;
|
|
1068
1103
|
id: string;
|
|
1069
1104
|
join_url: string | null;
|
|
1070
1105
|
object: "appointment_meeting";
|
|
@@ -1132,6 +1167,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1132
1167
|
};
|
|
1133
1168
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
1134
1169
|
}[];
|
|
1170
|
+
reschedule_url: string;
|
|
1135
1171
|
service: {
|
|
1136
1172
|
appointment_type: "in_person" | "virtual";
|
|
1137
1173
|
booking_policy: {
|
|
@@ -1212,8 +1248,8 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1212
1248
|
};
|
|
1213
1249
|
status: "scheduled" | "canceled";
|
|
1214
1250
|
updated_at?: string;
|
|
1215
|
-
urls
|
|
1216
|
-
add_to_calendar
|
|
1251
|
+
urls: {
|
|
1252
|
+
add_to_calendar: string[];
|
|
1217
1253
|
add_to_google_calendar: string[];
|
|
1218
1254
|
cancel: string[];
|
|
1219
1255
|
confirm: string[];
|
|
@@ -1249,6 +1285,9 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1249
1285
|
} | null;
|
|
1250
1286
|
client_data?: {
|
|
1251
1287
|
email?: string | null;
|
|
1288
|
+
fields?: {
|
|
1289
|
+
[key: string]: unknown;
|
|
1290
|
+
};
|
|
1252
1291
|
first_name?: string | null;
|
|
1253
1292
|
last_name?: string | null;
|
|
1254
1293
|
locale?: string | null;
|
|
@@ -1468,6 +1507,8 @@ interface Options$1o extends MutationOptionsFor<"post", "/v1/public/booking_inte
|
|
|
1468
1507
|
declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack_react_query.UseMutationResult<{
|
|
1469
1508
|
data: {
|
|
1470
1509
|
appointment?: {
|
|
1510
|
+
add_to_calendar_url: string;
|
|
1511
|
+
cancel_url: string;
|
|
1471
1512
|
cancellation: {
|
|
1472
1513
|
allowed: boolean;
|
|
1473
1514
|
disabled_message: string | null;
|
|
@@ -1480,8 +1521,10 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1480
1521
|
unix_ts: number;
|
|
1481
1522
|
utc: string;
|
|
1482
1523
|
};
|
|
1524
|
+
ics_url: string;
|
|
1483
1525
|
id: string;
|
|
1484
1526
|
object: "public_appointment";
|
|
1527
|
+
reschedule_url: string;
|
|
1485
1528
|
rescheduling: {
|
|
1486
1529
|
allowed: boolean;
|
|
1487
1530
|
disabled_message: string | null;
|
|
@@ -1559,6 +1602,8 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1559
1602
|
"application/json": {
|
|
1560
1603
|
data: {
|
|
1561
1604
|
appointment?: {
|
|
1605
|
+
add_to_calendar_url: string;
|
|
1606
|
+
cancel_url: string;
|
|
1562
1607
|
cancellation: {
|
|
1563
1608
|
allowed: boolean;
|
|
1564
1609
|
disabled_message: string | null;
|
|
@@ -1571,8 +1616,10 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1571
1616
|
unix_ts: number;
|
|
1572
1617
|
utc: string;
|
|
1573
1618
|
};
|
|
1619
|
+
ics_url: string;
|
|
1574
1620
|
id: string;
|
|
1575
1621
|
object: "public_appointment";
|
|
1622
|
+
reschedule_url: string;
|
|
1576
1623
|
rescheduling: {
|
|
1577
1624
|
allowed: boolean;
|
|
1578
1625
|
disabled_message: string | null;
|
|
@@ -1693,6 +1740,8 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1693
1740
|
"application/json": {
|
|
1694
1741
|
data: {
|
|
1695
1742
|
appointment?: {
|
|
1743
|
+
add_to_calendar_url: string;
|
|
1744
|
+
cancel_url: string;
|
|
1696
1745
|
cancellation: {
|
|
1697
1746
|
allowed: boolean;
|
|
1698
1747
|
disabled_message: string | null;
|
|
@@ -1705,8 +1754,10 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1o) => _tanstack
|
|
|
1705
1754
|
unix_ts: number;
|
|
1706
1755
|
utc: string;
|
|
1707
1756
|
};
|
|
1757
|
+
ics_url: string;
|
|
1708
1758
|
id: string;
|
|
1709
1759
|
object: "public_appointment";
|
|
1760
|
+
reschedule_url: string;
|
|
1710
1761
|
rescheduling: {
|
|
1711
1762
|
allowed: boolean;
|
|
1712
1763
|
disabled_message: string | null;
|
|
@@ -1976,7 +2027,9 @@ interface Options$1m extends MutationOptionsFor<"post", "/v1/appointments/{appoi
|
|
|
1976
2027
|
}
|
|
1977
2028
|
declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_query.UseMutationResult<{
|
|
1978
2029
|
data: {
|
|
2030
|
+
add_to_calendar_url: string;
|
|
1979
2031
|
appointment_type: "in_person" | "virtual";
|
|
2032
|
+
cancel_url: string;
|
|
1980
2033
|
cancellation_events: {
|
|
1981
2034
|
actor: string | null;
|
|
1982
2035
|
cancellation_reason: {
|
|
@@ -2012,6 +2065,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2012
2065
|
};
|
|
2013
2066
|
client_data: {
|
|
2014
2067
|
email?: string | null;
|
|
2068
|
+
fields: {
|
|
2069
|
+
[key: string]: unknown;
|
|
2070
|
+
};
|
|
2015
2071
|
first_name?: string | null;
|
|
2016
2072
|
last_name?: string | null;
|
|
2017
2073
|
locale: string | null;
|
|
@@ -2019,6 +2075,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2019
2075
|
reference_id: string | null;
|
|
2020
2076
|
time_zone: string;
|
|
2021
2077
|
};
|
|
2078
|
+
confirm_url: string;
|
|
2022
2079
|
confirmation_events: {
|
|
2023
2080
|
actor: string | null;
|
|
2024
2081
|
end_at: {
|
|
@@ -2049,11 +2106,14 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2049
2106
|
unix_ts: number;
|
|
2050
2107
|
utc: string;
|
|
2051
2108
|
};
|
|
2109
|
+
ics_url: string;
|
|
2052
2110
|
id: string;
|
|
2111
|
+
join_url: string;
|
|
2053
2112
|
meeting: {
|
|
2054
2113
|
conferencing_provider: string | null;
|
|
2055
2114
|
error_message: string | null;
|
|
2056
2115
|
external_meeting_id: string | null;
|
|
2116
|
+
host_url: string | null;
|
|
2057
2117
|
id: string;
|
|
2058
2118
|
join_url: string | null;
|
|
2059
2119
|
object: "appointment_meeting";
|
|
@@ -2121,6 +2181,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2121
2181
|
};
|
|
2122
2182
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
2123
2183
|
}[];
|
|
2184
|
+
reschedule_url: string;
|
|
2124
2185
|
service: {
|
|
2125
2186
|
appointment_type: "in_person" | "virtual";
|
|
2126
2187
|
booking_policy: {
|
|
@@ -2201,8 +2262,8 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2201
2262
|
};
|
|
2202
2263
|
status: "scheduled" | "canceled";
|
|
2203
2264
|
updated_at?: string;
|
|
2204
|
-
urls
|
|
2205
|
-
add_to_calendar
|
|
2265
|
+
urls: {
|
|
2266
|
+
add_to_calendar: string[];
|
|
2206
2267
|
add_to_google_calendar: string[];
|
|
2207
2268
|
cancel: string[];
|
|
2208
2269
|
confirm: string[];
|
|
@@ -2219,7 +2280,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2219
2280
|
content: {
|
|
2220
2281
|
"application/json": {
|
|
2221
2282
|
data: {
|
|
2283
|
+
add_to_calendar_url: string;
|
|
2222
2284
|
appointment_type: "in_person" | "virtual";
|
|
2285
|
+
cancel_url: string;
|
|
2223
2286
|
cancellation_events: {
|
|
2224
2287
|
actor: string | null;
|
|
2225
2288
|
cancellation_reason: {
|
|
@@ -2255,6 +2318,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2255
2318
|
};
|
|
2256
2319
|
client_data: {
|
|
2257
2320
|
email?: string | null;
|
|
2321
|
+
fields: {
|
|
2322
|
+
[key: string]: unknown;
|
|
2323
|
+
};
|
|
2258
2324
|
first_name?: string | null;
|
|
2259
2325
|
last_name?: string | null;
|
|
2260
2326
|
locale: string | null;
|
|
@@ -2262,6 +2328,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2262
2328
|
reference_id: string | null;
|
|
2263
2329
|
time_zone: string;
|
|
2264
2330
|
};
|
|
2331
|
+
confirm_url: string;
|
|
2265
2332
|
confirmation_events: {
|
|
2266
2333
|
actor: string | null;
|
|
2267
2334
|
end_at: {
|
|
@@ -2292,11 +2359,14 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2292
2359
|
unix_ts: number;
|
|
2293
2360
|
utc: string;
|
|
2294
2361
|
};
|
|
2362
|
+
ics_url: string;
|
|
2295
2363
|
id: string;
|
|
2364
|
+
join_url: string;
|
|
2296
2365
|
meeting: {
|
|
2297
2366
|
conferencing_provider: string | null;
|
|
2298
2367
|
error_message: string | null;
|
|
2299
2368
|
external_meeting_id: string | null;
|
|
2369
|
+
host_url: string | null;
|
|
2300
2370
|
id: string;
|
|
2301
2371
|
join_url: string | null;
|
|
2302
2372
|
object: "appointment_meeting";
|
|
@@ -2364,6 +2434,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2364
2434
|
};
|
|
2365
2435
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
2366
2436
|
}[];
|
|
2437
|
+
reschedule_url: string;
|
|
2367
2438
|
service: {
|
|
2368
2439
|
appointment_type: "in_person" | "virtual";
|
|
2369
2440
|
booking_policy: {
|
|
@@ -2444,8 +2515,8 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2444
2515
|
};
|
|
2445
2516
|
status: "scheduled" | "canceled";
|
|
2446
2517
|
updated_at?: string;
|
|
2447
|
-
urls
|
|
2448
|
-
add_to_calendar
|
|
2518
|
+
urls: {
|
|
2519
|
+
add_to_calendar: string[];
|
|
2449
2520
|
add_to_google_calendar: string[];
|
|
2450
2521
|
cancel: string[];
|
|
2451
2522
|
confirm: string[];
|
|
@@ -2516,7 +2587,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2516
2587
|
content: {
|
|
2517
2588
|
"application/json": {
|
|
2518
2589
|
data: {
|
|
2590
|
+
add_to_calendar_url: string;
|
|
2519
2591
|
appointment_type: "in_person" | "virtual";
|
|
2592
|
+
cancel_url: string;
|
|
2520
2593
|
cancellation_events: {
|
|
2521
2594
|
actor: string | null;
|
|
2522
2595
|
cancellation_reason: {
|
|
@@ -2552,6 +2625,9 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2552
2625
|
};
|
|
2553
2626
|
client_data: {
|
|
2554
2627
|
email?: string | null;
|
|
2628
|
+
fields: {
|
|
2629
|
+
[key: string]: unknown;
|
|
2630
|
+
};
|
|
2555
2631
|
first_name?: string | null;
|
|
2556
2632
|
last_name?: string | null;
|
|
2557
2633
|
locale: string | null;
|
|
@@ -2559,6 +2635,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2559
2635
|
reference_id: string | null;
|
|
2560
2636
|
time_zone: string;
|
|
2561
2637
|
};
|
|
2638
|
+
confirm_url: string;
|
|
2562
2639
|
confirmation_events: {
|
|
2563
2640
|
actor: string | null;
|
|
2564
2641
|
end_at: {
|
|
@@ -2589,11 +2666,14 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2589
2666
|
unix_ts: number;
|
|
2590
2667
|
utc: string;
|
|
2591
2668
|
};
|
|
2669
|
+
ics_url: string;
|
|
2592
2670
|
id: string;
|
|
2671
|
+
join_url: string;
|
|
2593
2672
|
meeting: {
|
|
2594
2673
|
conferencing_provider: string | null;
|
|
2595
2674
|
error_message: string | null;
|
|
2596
2675
|
external_meeting_id: string | null;
|
|
2676
|
+
host_url: string | null;
|
|
2597
2677
|
id: string;
|
|
2598
2678
|
join_url: string | null;
|
|
2599
2679
|
object: "appointment_meeting";
|
|
@@ -2661,6 +2741,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2661
2741
|
};
|
|
2662
2742
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
2663
2743
|
}[];
|
|
2744
|
+
reschedule_url: string;
|
|
2664
2745
|
service: {
|
|
2665
2746
|
appointment_type: "in_person" | "virtual";
|
|
2666
2747
|
booking_policy: {
|
|
@@ -2741,8 +2822,8 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2741
2822
|
};
|
|
2742
2823
|
status: "scheduled" | "canceled";
|
|
2743
2824
|
updated_at?: string;
|
|
2744
|
-
urls
|
|
2745
|
-
add_to_calendar
|
|
2825
|
+
urls: {
|
|
2826
|
+
add_to_calendar: string[];
|
|
2746
2827
|
add_to_google_calendar: string[];
|
|
2747
2828
|
cancel: string[];
|
|
2748
2829
|
confirm: string[];
|
|
@@ -2793,6 +2874,8 @@ interface Options$1l extends MutationOptionsFor<"post", "/v1/public/appointments
|
|
|
2793
2874
|
}
|
|
2794
2875
|
declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_react_query.UseMutationResult<{
|
|
2795
2876
|
data: {
|
|
2877
|
+
add_to_calendar_url: string;
|
|
2878
|
+
cancel_url: string;
|
|
2796
2879
|
cancellation: {
|
|
2797
2880
|
allowed: boolean;
|
|
2798
2881
|
disabled_message: string | null;
|
|
@@ -2805,8 +2888,10 @@ declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_re
|
|
|
2805
2888
|
unix_ts: number;
|
|
2806
2889
|
utc: string;
|
|
2807
2890
|
};
|
|
2891
|
+
ics_url: string;
|
|
2808
2892
|
id: string;
|
|
2809
2893
|
object: "public_appointment";
|
|
2894
|
+
reschedule_url: string;
|
|
2810
2895
|
rescheduling: {
|
|
2811
2896
|
allowed: boolean;
|
|
2812
2897
|
disabled_message: string | null;
|
|
@@ -2861,6 +2946,8 @@ declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_re
|
|
|
2861
2946
|
content: {
|
|
2862
2947
|
"application/json": {
|
|
2863
2948
|
data: {
|
|
2949
|
+
add_to_calendar_url: string;
|
|
2950
|
+
cancel_url: string;
|
|
2864
2951
|
cancellation: {
|
|
2865
2952
|
allowed: boolean;
|
|
2866
2953
|
disabled_message: string | null;
|
|
@@ -2873,8 +2960,10 @@ declare const useCancelPublicAppointment: (options?: Options$1l) => _tanstack_re
|
|
|
2873
2960
|
unix_ts: number;
|
|
2874
2961
|
utc: string;
|
|
2875
2962
|
};
|
|
2963
|
+
ics_url: string;
|
|
2876
2964
|
id: string;
|
|
2877
2965
|
object: "public_appointment";
|
|
2966
|
+
reschedule_url: string;
|
|
2878
2967
|
rescheduling: {
|
|
2879
2968
|
allowed: boolean;
|
|
2880
2969
|
disabled_message: string | null;
|
|
@@ -2959,7 +3048,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
2959
3048
|
data: {
|
|
2960
3049
|
abandoned_at?: string | null;
|
|
2961
3050
|
appointment?: {
|
|
3051
|
+
add_to_calendar_url: string;
|
|
2962
3052
|
appointment_type: "in_person" | "virtual";
|
|
3053
|
+
cancel_url: string;
|
|
2963
3054
|
cancellation_events: {
|
|
2964
3055
|
actor: string | null;
|
|
2965
3056
|
cancellation_reason: {
|
|
@@ -2995,6 +3086,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
2995
3086
|
};
|
|
2996
3087
|
client_data: {
|
|
2997
3088
|
email?: string | null;
|
|
3089
|
+
fields: {
|
|
3090
|
+
[key: string]: unknown;
|
|
3091
|
+
};
|
|
2998
3092
|
first_name?: string | null;
|
|
2999
3093
|
last_name?: string | null;
|
|
3000
3094
|
locale: string | null;
|
|
@@ -3002,6 +3096,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3002
3096
|
reference_id: string | null;
|
|
3003
3097
|
time_zone: string;
|
|
3004
3098
|
};
|
|
3099
|
+
confirm_url: string;
|
|
3005
3100
|
confirmation_events: {
|
|
3006
3101
|
actor: string | null;
|
|
3007
3102
|
end_at: {
|
|
@@ -3032,11 +3127,14 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3032
3127
|
unix_ts: number;
|
|
3033
3128
|
utc: string;
|
|
3034
3129
|
};
|
|
3130
|
+
ics_url: string;
|
|
3035
3131
|
id: string;
|
|
3132
|
+
join_url: string;
|
|
3036
3133
|
meeting: {
|
|
3037
3134
|
conferencing_provider: string | null;
|
|
3038
3135
|
error_message: string | null;
|
|
3039
3136
|
external_meeting_id: string | null;
|
|
3137
|
+
host_url: string | null;
|
|
3040
3138
|
id: string;
|
|
3041
3139
|
join_url: string | null;
|
|
3042
3140
|
object: "appointment_meeting";
|
|
@@ -3104,6 +3202,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3104
3202
|
};
|
|
3105
3203
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
3106
3204
|
}[];
|
|
3205
|
+
reschedule_url: string;
|
|
3107
3206
|
service: {
|
|
3108
3207
|
appointment_type: "in_person" | "virtual";
|
|
3109
3208
|
booking_policy: {
|
|
@@ -3184,8 +3283,8 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3184
3283
|
};
|
|
3185
3284
|
status: "scheduled" | "canceled";
|
|
3186
3285
|
updated_at?: string;
|
|
3187
|
-
urls
|
|
3188
|
-
add_to_calendar
|
|
3286
|
+
urls: {
|
|
3287
|
+
add_to_calendar: string[];
|
|
3189
3288
|
add_to_google_calendar: string[];
|
|
3190
3289
|
cancel: string[];
|
|
3191
3290
|
confirm: string[];
|
|
@@ -3221,6 +3320,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3221
3320
|
} | null;
|
|
3222
3321
|
client_data?: {
|
|
3223
3322
|
email?: string | null;
|
|
3323
|
+
fields?: {
|
|
3324
|
+
[key: string]: unknown;
|
|
3325
|
+
};
|
|
3224
3326
|
first_name?: string | null;
|
|
3225
3327
|
last_name?: string | null;
|
|
3226
3328
|
locale?: string | null;
|
|
@@ -3394,7 +3496,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3394
3496
|
data: {
|
|
3395
3497
|
abandoned_at?: string | null;
|
|
3396
3498
|
appointment?: {
|
|
3499
|
+
add_to_calendar_url: string;
|
|
3397
3500
|
appointment_type: "in_person" | "virtual";
|
|
3501
|
+
cancel_url: string;
|
|
3398
3502
|
cancellation_events: {
|
|
3399
3503
|
actor: string | null;
|
|
3400
3504
|
cancellation_reason: {
|
|
@@ -3430,6 +3534,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3430
3534
|
};
|
|
3431
3535
|
client_data: {
|
|
3432
3536
|
email?: string | null;
|
|
3537
|
+
fields: {
|
|
3538
|
+
[key: string]: unknown;
|
|
3539
|
+
};
|
|
3433
3540
|
first_name?: string | null;
|
|
3434
3541
|
last_name?: string | null;
|
|
3435
3542
|
locale: string | null;
|
|
@@ -3437,6 +3544,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3437
3544
|
reference_id: string | null;
|
|
3438
3545
|
time_zone: string;
|
|
3439
3546
|
};
|
|
3547
|
+
confirm_url: string;
|
|
3440
3548
|
confirmation_events: {
|
|
3441
3549
|
actor: string | null;
|
|
3442
3550
|
end_at: {
|
|
@@ -3467,11 +3575,14 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3467
3575
|
unix_ts: number;
|
|
3468
3576
|
utc: string;
|
|
3469
3577
|
};
|
|
3578
|
+
ics_url: string;
|
|
3470
3579
|
id: string;
|
|
3580
|
+
join_url: string;
|
|
3471
3581
|
meeting: {
|
|
3472
3582
|
conferencing_provider: string | null;
|
|
3473
3583
|
error_message: string | null;
|
|
3474
3584
|
external_meeting_id: string | null;
|
|
3585
|
+
host_url: string | null;
|
|
3475
3586
|
id: string;
|
|
3476
3587
|
join_url: string | null;
|
|
3477
3588
|
object: "appointment_meeting";
|
|
@@ -3539,6 +3650,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3539
3650
|
};
|
|
3540
3651
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
3541
3652
|
}[];
|
|
3653
|
+
reschedule_url: string;
|
|
3542
3654
|
service: {
|
|
3543
3655
|
appointment_type: "in_person" | "virtual";
|
|
3544
3656
|
booking_policy: {
|
|
@@ -3619,8 +3731,8 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3619
3731
|
};
|
|
3620
3732
|
status: "scheduled" | "canceled";
|
|
3621
3733
|
updated_at?: string;
|
|
3622
|
-
urls
|
|
3623
|
-
add_to_calendar
|
|
3734
|
+
urls: {
|
|
3735
|
+
add_to_calendar: string[];
|
|
3624
3736
|
add_to_google_calendar: string[];
|
|
3625
3737
|
cancel: string[];
|
|
3626
3738
|
confirm: string[];
|
|
@@ -3656,6 +3768,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3656
3768
|
} | null;
|
|
3657
3769
|
client_data?: {
|
|
3658
3770
|
email?: string | null;
|
|
3771
|
+
fields?: {
|
|
3772
|
+
[key: string]: unknown;
|
|
3773
|
+
};
|
|
3659
3774
|
first_name?: string | null;
|
|
3660
3775
|
last_name?: string | null;
|
|
3661
3776
|
locale?: string | null;
|
|
@@ -3921,7 +4036,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3921
4036
|
data: {
|
|
3922
4037
|
abandoned_at?: string | null;
|
|
3923
4038
|
appointment?: {
|
|
4039
|
+
add_to_calendar_url: string;
|
|
3924
4040
|
appointment_type: "in_person" | "virtual";
|
|
4041
|
+
cancel_url: string;
|
|
3925
4042
|
cancellation_events: {
|
|
3926
4043
|
actor: string | null;
|
|
3927
4044
|
cancellation_reason: {
|
|
@@ -3957,6 +4074,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3957
4074
|
};
|
|
3958
4075
|
client_data: {
|
|
3959
4076
|
email?: string | null;
|
|
4077
|
+
fields: {
|
|
4078
|
+
[key: string]: unknown;
|
|
4079
|
+
};
|
|
3960
4080
|
first_name?: string | null;
|
|
3961
4081
|
last_name?: string | null;
|
|
3962
4082
|
locale: string | null;
|
|
@@ -3964,6 +4084,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3964
4084
|
reference_id: string | null;
|
|
3965
4085
|
time_zone: string;
|
|
3966
4086
|
};
|
|
4087
|
+
confirm_url: string;
|
|
3967
4088
|
confirmation_events: {
|
|
3968
4089
|
actor: string | null;
|
|
3969
4090
|
end_at: {
|
|
@@ -3994,11 +4115,14 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3994
4115
|
unix_ts: number;
|
|
3995
4116
|
utc: string;
|
|
3996
4117
|
};
|
|
4118
|
+
ics_url: string;
|
|
3997
4119
|
id: string;
|
|
4120
|
+
join_url: string;
|
|
3998
4121
|
meeting: {
|
|
3999
4122
|
conferencing_provider: string | null;
|
|
4000
4123
|
error_message: string | null;
|
|
4001
4124
|
external_meeting_id: string | null;
|
|
4125
|
+
host_url: string | null;
|
|
4002
4126
|
id: string;
|
|
4003
4127
|
join_url: string | null;
|
|
4004
4128
|
object: "appointment_meeting";
|
|
@@ -4066,6 +4190,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4066
4190
|
};
|
|
4067
4191
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
4068
4192
|
}[];
|
|
4193
|
+
reschedule_url: string;
|
|
4069
4194
|
service: {
|
|
4070
4195
|
appointment_type: "in_person" | "virtual";
|
|
4071
4196
|
booking_policy: {
|
|
@@ -4146,8 +4271,8 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4146
4271
|
};
|
|
4147
4272
|
status: "scheduled" | "canceled";
|
|
4148
4273
|
updated_at?: string;
|
|
4149
|
-
urls
|
|
4150
|
-
add_to_calendar
|
|
4274
|
+
urls: {
|
|
4275
|
+
add_to_calendar: string[];
|
|
4151
4276
|
add_to_google_calendar: string[];
|
|
4152
4277
|
cancel: string[];
|
|
4153
4278
|
confirm: string[];
|
|
@@ -4183,6 +4308,9 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4183
4308
|
} | null;
|
|
4184
4309
|
client_data?: {
|
|
4185
4310
|
email?: string | null;
|
|
4311
|
+
fields?: {
|
|
4312
|
+
[key: string]: unknown;
|
|
4313
|
+
};
|
|
4186
4314
|
first_name?: string | null;
|
|
4187
4315
|
last_name?: string | null;
|
|
4188
4316
|
locale?: string | null;
|
|
@@ -4402,6 +4530,8 @@ interface Options$1j extends MutationOptionsFor<"post", "/v1/public/booking_inte
|
|
|
4402
4530
|
declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstack_react_query.UseMutationResult<{
|
|
4403
4531
|
data: {
|
|
4404
4532
|
appointment?: {
|
|
4533
|
+
add_to_calendar_url: string;
|
|
4534
|
+
cancel_url: string;
|
|
4405
4535
|
cancellation: {
|
|
4406
4536
|
allowed: boolean;
|
|
4407
4537
|
disabled_message: string | null;
|
|
@@ -4414,8 +4544,10 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4414
4544
|
unix_ts: number;
|
|
4415
4545
|
utc: string;
|
|
4416
4546
|
};
|
|
4547
|
+
ics_url: string;
|
|
4417
4548
|
id: string;
|
|
4418
4549
|
object: "public_appointment";
|
|
4550
|
+
reschedule_url: string;
|
|
4419
4551
|
rescheduling: {
|
|
4420
4552
|
allowed: boolean;
|
|
4421
4553
|
disabled_message: string | null;
|
|
@@ -4493,6 +4625,8 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4493
4625
|
"application/json": {
|
|
4494
4626
|
data: {
|
|
4495
4627
|
appointment?: {
|
|
4628
|
+
add_to_calendar_url: string;
|
|
4629
|
+
cancel_url: string;
|
|
4496
4630
|
cancellation: {
|
|
4497
4631
|
allowed: boolean;
|
|
4498
4632
|
disabled_message: string | null;
|
|
@@ -4505,8 +4639,10 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4505
4639
|
unix_ts: number;
|
|
4506
4640
|
utc: string;
|
|
4507
4641
|
};
|
|
4642
|
+
ics_url: string;
|
|
4508
4643
|
id: string;
|
|
4509
4644
|
object: "public_appointment";
|
|
4645
|
+
reschedule_url: string;
|
|
4510
4646
|
rescheduling: {
|
|
4511
4647
|
allowed: boolean;
|
|
4512
4648
|
disabled_message: string | null;
|
|
@@ -4656,6 +4792,8 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4656
4792
|
"application/json": {
|
|
4657
4793
|
data: {
|
|
4658
4794
|
appointment?: {
|
|
4795
|
+
add_to_calendar_url: string;
|
|
4796
|
+
cancel_url: string;
|
|
4659
4797
|
cancellation: {
|
|
4660
4798
|
allowed: boolean;
|
|
4661
4799
|
disabled_message: string | null;
|
|
@@ -4668,8 +4806,10 @@ declare const useCompletePublicBookingIntent: (options?: Options$1j) => _tanstac
|
|
|
4668
4806
|
unix_ts: number;
|
|
4669
4807
|
utc: string;
|
|
4670
4808
|
};
|
|
4809
|
+
ics_url: string;
|
|
4671
4810
|
id: string;
|
|
4672
4811
|
object: "public_appointment";
|
|
4812
|
+
reschedule_url: string;
|
|
4673
4813
|
rescheduling: {
|
|
4674
4814
|
allowed: boolean;
|
|
4675
4815
|
disabled_message: string | null;
|
|
@@ -4779,7 +4919,9 @@ interface Options$1i extends MutationOptionsFor<"post", "/v1/appointments/{appoi
|
|
|
4779
4919
|
}
|
|
4780
4920
|
declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_query.UseMutationResult<{
|
|
4781
4921
|
data: {
|
|
4922
|
+
add_to_calendar_url: string;
|
|
4782
4923
|
appointment_type: "in_person" | "virtual";
|
|
4924
|
+
cancel_url: string;
|
|
4783
4925
|
cancellation_events: {
|
|
4784
4926
|
actor: string | null;
|
|
4785
4927
|
cancellation_reason: {
|
|
@@ -4815,6 +4957,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4815
4957
|
};
|
|
4816
4958
|
client_data: {
|
|
4817
4959
|
email?: string | null;
|
|
4960
|
+
fields: {
|
|
4961
|
+
[key: string]: unknown;
|
|
4962
|
+
};
|
|
4818
4963
|
first_name?: string | null;
|
|
4819
4964
|
last_name?: string | null;
|
|
4820
4965
|
locale: string | null;
|
|
@@ -4822,6 +4967,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4822
4967
|
reference_id: string | null;
|
|
4823
4968
|
time_zone: string;
|
|
4824
4969
|
};
|
|
4970
|
+
confirm_url: string;
|
|
4825
4971
|
confirmation_events: {
|
|
4826
4972
|
actor: string | null;
|
|
4827
4973
|
end_at: {
|
|
@@ -4852,11 +4998,14 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4852
4998
|
unix_ts: number;
|
|
4853
4999
|
utc: string;
|
|
4854
5000
|
};
|
|
5001
|
+
ics_url: string;
|
|
4855
5002
|
id: string;
|
|
5003
|
+
join_url: string;
|
|
4856
5004
|
meeting: {
|
|
4857
5005
|
conferencing_provider: string | null;
|
|
4858
5006
|
error_message: string | null;
|
|
4859
5007
|
external_meeting_id: string | null;
|
|
5008
|
+
host_url: string | null;
|
|
4860
5009
|
id: string;
|
|
4861
5010
|
join_url: string | null;
|
|
4862
5011
|
object: "appointment_meeting";
|
|
@@ -4924,6 +5073,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
4924
5073
|
};
|
|
4925
5074
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
4926
5075
|
}[];
|
|
5076
|
+
reschedule_url: string;
|
|
4927
5077
|
service: {
|
|
4928
5078
|
appointment_type: "in_person" | "virtual";
|
|
4929
5079
|
booking_policy: {
|
|
@@ -5004,8 +5154,8 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5004
5154
|
};
|
|
5005
5155
|
status: "scheduled" | "canceled";
|
|
5006
5156
|
updated_at?: string;
|
|
5007
|
-
urls
|
|
5008
|
-
add_to_calendar
|
|
5157
|
+
urls: {
|
|
5158
|
+
add_to_calendar: string[];
|
|
5009
5159
|
add_to_google_calendar: string[];
|
|
5010
5160
|
cancel: string[];
|
|
5011
5161
|
confirm: string[];
|
|
@@ -5022,7 +5172,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5022
5172
|
content: {
|
|
5023
5173
|
"application/json": {
|
|
5024
5174
|
data: {
|
|
5175
|
+
add_to_calendar_url: string;
|
|
5025
5176
|
appointment_type: "in_person" | "virtual";
|
|
5177
|
+
cancel_url: string;
|
|
5026
5178
|
cancellation_events: {
|
|
5027
5179
|
actor: string | null;
|
|
5028
5180
|
cancellation_reason: {
|
|
@@ -5058,6 +5210,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5058
5210
|
};
|
|
5059
5211
|
client_data: {
|
|
5060
5212
|
email?: string | null;
|
|
5213
|
+
fields: {
|
|
5214
|
+
[key: string]: unknown;
|
|
5215
|
+
};
|
|
5061
5216
|
first_name?: string | null;
|
|
5062
5217
|
last_name?: string | null;
|
|
5063
5218
|
locale: string | null;
|
|
@@ -5065,6 +5220,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5065
5220
|
reference_id: string | null;
|
|
5066
5221
|
time_zone: string;
|
|
5067
5222
|
};
|
|
5223
|
+
confirm_url: string;
|
|
5068
5224
|
confirmation_events: {
|
|
5069
5225
|
actor: string | null;
|
|
5070
5226
|
end_at: {
|
|
@@ -5095,11 +5251,14 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5095
5251
|
unix_ts: number;
|
|
5096
5252
|
utc: string;
|
|
5097
5253
|
};
|
|
5254
|
+
ics_url: string;
|
|
5098
5255
|
id: string;
|
|
5256
|
+
join_url: string;
|
|
5099
5257
|
meeting: {
|
|
5100
5258
|
conferencing_provider: string | null;
|
|
5101
5259
|
error_message: string | null;
|
|
5102
5260
|
external_meeting_id: string | null;
|
|
5261
|
+
host_url: string | null;
|
|
5103
5262
|
id: string;
|
|
5104
5263
|
join_url: string | null;
|
|
5105
5264
|
object: "appointment_meeting";
|
|
@@ -5167,6 +5326,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5167
5326
|
};
|
|
5168
5327
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
5169
5328
|
}[];
|
|
5329
|
+
reschedule_url: string;
|
|
5170
5330
|
service: {
|
|
5171
5331
|
appointment_type: "in_person" | "virtual";
|
|
5172
5332
|
booking_policy: {
|
|
@@ -5247,8 +5407,8 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5247
5407
|
};
|
|
5248
5408
|
status: "scheduled" | "canceled";
|
|
5249
5409
|
updated_at?: string;
|
|
5250
|
-
urls
|
|
5251
|
-
add_to_calendar
|
|
5410
|
+
urls: {
|
|
5411
|
+
add_to_calendar: string[];
|
|
5252
5412
|
add_to_google_calendar: string[];
|
|
5253
5413
|
cancel: string[];
|
|
5254
5414
|
confirm: string[];
|
|
@@ -5317,7 +5477,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5317
5477
|
content: {
|
|
5318
5478
|
"application/json": {
|
|
5319
5479
|
data: {
|
|
5480
|
+
add_to_calendar_url: string;
|
|
5320
5481
|
appointment_type: "in_person" | "virtual";
|
|
5482
|
+
cancel_url: string;
|
|
5321
5483
|
cancellation_events: {
|
|
5322
5484
|
actor: string | null;
|
|
5323
5485
|
cancellation_reason: {
|
|
@@ -5353,6 +5515,9 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5353
5515
|
};
|
|
5354
5516
|
client_data: {
|
|
5355
5517
|
email?: string | null;
|
|
5518
|
+
fields: {
|
|
5519
|
+
[key: string]: unknown;
|
|
5520
|
+
};
|
|
5356
5521
|
first_name?: string | null;
|
|
5357
5522
|
last_name?: string | null;
|
|
5358
5523
|
locale: string | null;
|
|
@@ -5360,6 +5525,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5360
5525
|
reference_id: string | null;
|
|
5361
5526
|
time_zone: string;
|
|
5362
5527
|
};
|
|
5528
|
+
confirm_url: string;
|
|
5363
5529
|
confirmation_events: {
|
|
5364
5530
|
actor: string | null;
|
|
5365
5531
|
end_at: {
|
|
@@ -5390,11 +5556,14 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5390
5556
|
unix_ts: number;
|
|
5391
5557
|
utc: string;
|
|
5392
5558
|
};
|
|
5559
|
+
ics_url: string;
|
|
5393
5560
|
id: string;
|
|
5561
|
+
join_url: string;
|
|
5394
5562
|
meeting: {
|
|
5395
5563
|
conferencing_provider: string | null;
|
|
5396
5564
|
error_message: string | null;
|
|
5397
5565
|
external_meeting_id: string | null;
|
|
5566
|
+
host_url: string | null;
|
|
5398
5567
|
id: string;
|
|
5399
5568
|
join_url: string | null;
|
|
5400
5569
|
object: "appointment_meeting";
|
|
@@ -5462,6 +5631,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5462
5631
|
};
|
|
5463
5632
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
5464
5633
|
}[];
|
|
5634
|
+
reschedule_url: string;
|
|
5465
5635
|
service: {
|
|
5466
5636
|
appointment_type: "in_person" | "virtual";
|
|
5467
5637
|
booking_policy: {
|
|
@@ -5542,8 +5712,8 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5542
5712
|
};
|
|
5543
5713
|
status: "scheduled" | "canceled";
|
|
5544
5714
|
updated_at?: string;
|
|
5545
|
-
urls
|
|
5546
|
-
add_to_calendar
|
|
5715
|
+
urls: {
|
|
5716
|
+
add_to_calendar: string[];
|
|
5547
5717
|
add_to_google_calendar: string[];
|
|
5548
5718
|
cancel: string[];
|
|
5549
5719
|
confirm: string[];
|
|
@@ -5913,7 +6083,9 @@ interface Options$1f extends MutationOptionsFor<"post", "/v1/appointments"> {
|
|
|
5913
6083
|
}
|
|
5914
6084
|
declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_query.UseMutationResult<{
|
|
5915
6085
|
data: {
|
|
6086
|
+
add_to_calendar_url: string;
|
|
5916
6087
|
appointment_type: "in_person" | "virtual";
|
|
6088
|
+
cancel_url: string;
|
|
5917
6089
|
cancellation_events: {
|
|
5918
6090
|
actor: string | null;
|
|
5919
6091
|
cancellation_reason: {
|
|
@@ -5949,6 +6121,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
5949
6121
|
};
|
|
5950
6122
|
client_data: {
|
|
5951
6123
|
email?: string | null;
|
|
6124
|
+
fields: {
|
|
6125
|
+
[key: string]: unknown;
|
|
6126
|
+
};
|
|
5952
6127
|
first_name?: string | null;
|
|
5953
6128
|
last_name?: string | null;
|
|
5954
6129
|
locale: string | null;
|
|
@@ -5956,6 +6131,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
5956
6131
|
reference_id: string | null;
|
|
5957
6132
|
time_zone: string;
|
|
5958
6133
|
};
|
|
6134
|
+
confirm_url: string;
|
|
5959
6135
|
confirmation_events: {
|
|
5960
6136
|
actor: string | null;
|
|
5961
6137
|
end_at: {
|
|
@@ -5986,11 +6162,14 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
5986
6162
|
unix_ts: number;
|
|
5987
6163
|
utc: string;
|
|
5988
6164
|
};
|
|
6165
|
+
ics_url: string;
|
|
5989
6166
|
id: string;
|
|
6167
|
+
join_url: string;
|
|
5990
6168
|
meeting: {
|
|
5991
6169
|
conferencing_provider: string | null;
|
|
5992
6170
|
error_message: string | null;
|
|
5993
6171
|
external_meeting_id: string | null;
|
|
6172
|
+
host_url: string | null;
|
|
5994
6173
|
id: string;
|
|
5995
6174
|
join_url: string | null;
|
|
5996
6175
|
object: "appointment_meeting";
|
|
@@ -6058,6 +6237,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6058
6237
|
};
|
|
6059
6238
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
6060
6239
|
}[];
|
|
6240
|
+
reschedule_url: string;
|
|
6061
6241
|
service: {
|
|
6062
6242
|
appointment_type: "in_person" | "virtual";
|
|
6063
6243
|
booking_policy: {
|
|
@@ -6138,8 +6318,8 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6138
6318
|
};
|
|
6139
6319
|
status: "scheduled" | "canceled";
|
|
6140
6320
|
updated_at?: string;
|
|
6141
|
-
urls
|
|
6142
|
-
add_to_calendar
|
|
6321
|
+
urls: {
|
|
6322
|
+
add_to_calendar: string[];
|
|
6143
6323
|
add_to_google_calendar: string[];
|
|
6144
6324
|
cancel: string[];
|
|
6145
6325
|
confirm: string[];
|
|
@@ -6156,7 +6336,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6156
6336
|
content: {
|
|
6157
6337
|
"application/json": {
|
|
6158
6338
|
data: {
|
|
6339
|
+
add_to_calendar_url: string;
|
|
6159
6340
|
appointment_type: "in_person" | "virtual";
|
|
6341
|
+
cancel_url: string;
|
|
6160
6342
|
cancellation_events: {
|
|
6161
6343
|
actor: string | null;
|
|
6162
6344
|
cancellation_reason: {
|
|
@@ -6192,6 +6374,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6192
6374
|
};
|
|
6193
6375
|
client_data: {
|
|
6194
6376
|
email?: string | null;
|
|
6377
|
+
fields: {
|
|
6378
|
+
[key: string]: unknown;
|
|
6379
|
+
};
|
|
6195
6380
|
first_name?: string | null;
|
|
6196
6381
|
last_name?: string | null;
|
|
6197
6382
|
locale: string | null;
|
|
@@ -6199,6 +6384,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6199
6384
|
reference_id: string | null;
|
|
6200
6385
|
time_zone: string;
|
|
6201
6386
|
};
|
|
6387
|
+
confirm_url: string;
|
|
6202
6388
|
confirmation_events: {
|
|
6203
6389
|
actor: string | null;
|
|
6204
6390
|
end_at: {
|
|
@@ -6229,11 +6415,14 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6229
6415
|
unix_ts: number;
|
|
6230
6416
|
utc: string;
|
|
6231
6417
|
};
|
|
6418
|
+
ics_url: string;
|
|
6232
6419
|
id: string;
|
|
6420
|
+
join_url: string;
|
|
6233
6421
|
meeting: {
|
|
6234
6422
|
conferencing_provider: string | null;
|
|
6235
6423
|
error_message: string | null;
|
|
6236
6424
|
external_meeting_id: string | null;
|
|
6425
|
+
host_url: string | null;
|
|
6237
6426
|
id: string;
|
|
6238
6427
|
join_url: string | null;
|
|
6239
6428
|
object: "appointment_meeting";
|
|
@@ -6301,6 +6490,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6301
6490
|
};
|
|
6302
6491
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
6303
6492
|
}[];
|
|
6493
|
+
reschedule_url: string;
|
|
6304
6494
|
service: {
|
|
6305
6495
|
appointment_type: "in_person" | "virtual";
|
|
6306
6496
|
booking_policy: {
|
|
@@ -6381,8 +6571,8 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6381
6571
|
};
|
|
6382
6572
|
status: "scheduled" | "canceled";
|
|
6383
6573
|
updated_at?: string;
|
|
6384
|
-
urls
|
|
6385
|
-
add_to_calendar
|
|
6574
|
+
urls: {
|
|
6575
|
+
add_to_calendar: string[];
|
|
6386
6576
|
add_to_google_calendar: string[];
|
|
6387
6577
|
cancel: string[];
|
|
6388
6578
|
confirm: string[];
|
|
@@ -6467,7 +6657,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6467
6657
|
content: {
|
|
6468
6658
|
"application/json": {
|
|
6469
6659
|
data: {
|
|
6660
|
+
add_to_calendar_url: string;
|
|
6470
6661
|
appointment_type: "in_person" | "virtual";
|
|
6662
|
+
cancel_url: string;
|
|
6471
6663
|
cancellation_events: {
|
|
6472
6664
|
actor: string | null;
|
|
6473
6665
|
cancellation_reason: {
|
|
@@ -6503,6 +6695,9 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6503
6695
|
};
|
|
6504
6696
|
client_data: {
|
|
6505
6697
|
email?: string | null;
|
|
6698
|
+
fields: {
|
|
6699
|
+
[key: string]: unknown;
|
|
6700
|
+
};
|
|
6506
6701
|
first_name?: string | null;
|
|
6507
6702
|
last_name?: string | null;
|
|
6508
6703
|
locale: string | null;
|
|
@@ -6510,6 +6705,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6510
6705
|
reference_id: string | null;
|
|
6511
6706
|
time_zone: string;
|
|
6512
6707
|
};
|
|
6708
|
+
confirm_url: string;
|
|
6513
6709
|
confirmation_events: {
|
|
6514
6710
|
actor: string | null;
|
|
6515
6711
|
end_at: {
|
|
@@ -6540,11 +6736,14 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6540
6736
|
unix_ts: number;
|
|
6541
6737
|
utc: string;
|
|
6542
6738
|
};
|
|
6739
|
+
ics_url: string;
|
|
6543
6740
|
id: string;
|
|
6741
|
+
join_url: string;
|
|
6544
6742
|
meeting: {
|
|
6545
6743
|
conferencing_provider: string | null;
|
|
6546
6744
|
error_message: string | null;
|
|
6547
6745
|
external_meeting_id: string | null;
|
|
6746
|
+
host_url: string | null;
|
|
6548
6747
|
id: string;
|
|
6549
6748
|
join_url: string | null;
|
|
6550
6749
|
object: "appointment_meeting";
|
|
@@ -6612,6 +6811,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6612
6811
|
};
|
|
6613
6812
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
6614
6813
|
}[];
|
|
6814
|
+
reschedule_url: string;
|
|
6615
6815
|
service: {
|
|
6616
6816
|
appointment_type: "in_person" | "virtual";
|
|
6617
6817
|
booking_policy: {
|
|
@@ -6692,8 +6892,8 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6692
6892
|
};
|
|
6693
6893
|
status: "scheduled" | "canceled";
|
|
6694
6894
|
updated_at?: string;
|
|
6695
|
-
urls
|
|
6696
|
-
add_to_calendar
|
|
6895
|
+
urls: {
|
|
6896
|
+
add_to_calendar: string[];
|
|
6697
6897
|
add_to_google_calendar: string[];
|
|
6698
6898
|
cancel: string[];
|
|
6699
6899
|
confirm: string[];
|
|
@@ -6940,7 +7140,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
6940
7140
|
data: {
|
|
6941
7141
|
abandoned_at?: string | null;
|
|
6942
7142
|
appointment?: {
|
|
7143
|
+
add_to_calendar_url: string;
|
|
6943
7144
|
appointment_type: "in_person" | "virtual";
|
|
7145
|
+
cancel_url: string;
|
|
6944
7146
|
cancellation_events: {
|
|
6945
7147
|
actor: string | null;
|
|
6946
7148
|
cancellation_reason: {
|
|
@@ -6976,6 +7178,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
6976
7178
|
};
|
|
6977
7179
|
client_data: {
|
|
6978
7180
|
email?: string | null;
|
|
7181
|
+
fields: {
|
|
7182
|
+
[key: string]: unknown;
|
|
7183
|
+
};
|
|
6979
7184
|
first_name?: string | null;
|
|
6980
7185
|
last_name?: string | null;
|
|
6981
7186
|
locale: string | null;
|
|
@@ -6983,6 +7188,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
6983
7188
|
reference_id: string | null;
|
|
6984
7189
|
time_zone: string;
|
|
6985
7190
|
};
|
|
7191
|
+
confirm_url: string;
|
|
6986
7192
|
confirmation_events: {
|
|
6987
7193
|
actor: string | null;
|
|
6988
7194
|
end_at: {
|
|
@@ -7013,11 +7219,14 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7013
7219
|
unix_ts: number;
|
|
7014
7220
|
utc: string;
|
|
7015
7221
|
};
|
|
7222
|
+
ics_url: string;
|
|
7016
7223
|
id: string;
|
|
7224
|
+
join_url: string;
|
|
7017
7225
|
meeting: {
|
|
7018
7226
|
conferencing_provider: string | null;
|
|
7019
7227
|
error_message: string | null;
|
|
7020
7228
|
external_meeting_id: string | null;
|
|
7229
|
+
host_url: string | null;
|
|
7021
7230
|
id: string;
|
|
7022
7231
|
join_url: string | null;
|
|
7023
7232
|
object: "appointment_meeting";
|
|
@@ -7085,6 +7294,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7085
7294
|
};
|
|
7086
7295
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
7087
7296
|
}[];
|
|
7297
|
+
reschedule_url: string;
|
|
7088
7298
|
service: {
|
|
7089
7299
|
appointment_type: "in_person" | "virtual";
|
|
7090
7300
|
booking_policy: {
|
|
@@ -7165,8 +7375,8 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7165
7375
|
};
|
|
7166
7376
|
status: "scheduled" | "canceled";
|
|
7167
7377
|
updated_at?: string;
|
|
7168
|
-
urls
|
|
7169
|
-
add_to_calendar
|
|
7378
|
+
urls: {
|
|
7379
|
+
add_to_calendar: string[];
|
|
7170
7380
|
add_to_google_calendar: string[];
|
|
7171
7381
|
cancel: string[];
|
|
7172
7382
|
confirm: string[];
|
|
@@ -7202,6 +7412,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7202
7412
|
} | null;
|
|
7203
7413
|
client_data?: {
|
|
7204
7414
|
email?: string | null;
|
|
7415
|
+
fields?: {
|
|
7416
|
+
[key: string]: unknown;
|
|
7417
|
+
};
|
|
7205
7418
|
first_name?: string | null;
|
|
7206
7419
|
last_name?: string | null;
|
|
7207
7420
|
locale?: string | null;
|
|
@@ -7375,7 +7588,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7375
7588
|
data: {
|
|
7376
7589
|
abandoned_at?: string | null;
|
|
7377
7590
|
appointment?: {
|
|
7591
|
+
add_to_calendar_url: string;
|
|
7378
7592
|
appointment_type: "in_person" | "virtual";
|
|
7593
|
+
cancel_url: string;
|
|
7379
7594
|
cancellation_events: {
|
|
7380
7595
|
actor: string | null;
|
|
7381
7596
|
cancellation_reason: {
|
|
@@ -7411,6 +7626,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7411
7626
|
};
|
|
7412
7627
|
client_data: {
|
|
7413
7628
|
email?: string | null;
|
|
7629
|
+
fields: {
|
|
7630
|
+
[key: string]: unknown;
|
|
7631
|
+
};
|
|
7414
7632
|
first_name?: string | null;
|
|
7415
7633
|
last_name?: string | null;
|
|
7416
7634
|
locale: string | null;
|
|
@@ -7418,6 +7636,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7418
7636
|
reference_id: string | null;
|
|
7419
7637
|
time_zone: string;
|
|
7420
7638
|
};
|
|
7639
|
+
confirm_url: string;
|
|
7421
7640
|
confirmation_events: {
|
|
7422
7641
|
actor: string | null;
|
|
7423
7642
|
end_at: {
|
|
@@ -7448,11 +7667,14 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7448
7667
|
unix_ts: number;
|
|
7449
7668
|
utc: string;
|
|
7450
7669
|
};
|
|
7670
|
+
ics_url: string;
|
|
7451
7671
|
id: string;
|
|
7672
|
+
join_url: string;
|
|
7452
7673
|
meeting: {
|
|
7453
7674
|
conferencing_provider: string | null;
|
|
7454
7675
|
error_message: string | null;
|
|
7455
7676
|
external_meeting_id: string | null;
|
|
7677
|
+
host_url: string | null;
|
|
7456
7678
|
id: string;
|
|
7457
7679
|
join_url: string | null;
|
|
7458
7680
|
object: "appointment_meeting";
|
|
@@ -7520,6 +7742,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7520
7742
|
};
|
|
7521
7743
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
7522
7744
|
}[];
|
|
7745
|
+
reschedule_url: string;
|
|
7523
7746
|
service: {
|
|
7524
7747
|
appointment_type: "in_person" | "virtual";
|
|
7525
7748
|
booking_policy: {
|
|
@@ -7600,8 +7823,8 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7600
7823
|
};
|
|
7601
7824
|
status: "scheduled" | "canceled";
|
|
7602
7825
|
updated_at?: string;
|
|
7603
|
-
urls
|
|
7604
|
-
add_to_calendar
|
|
7826
|
+
urls: {
|
|
7827
|
+
add_to_calendar: string[];
|
|
7605
7828
|
add_to_google_calendar: string[];
|
|
7606
7829
|
cancel: string[];
|
|
7607
7830
|
confirm: string[];
|
|
@@ -7637,6 +7860,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7637
7860
|
} | null;
|
|
7638
7861
|
client_data?: {
|
|
7639
7862
|
email?: string | null;
|
|
7863
|
+
fields?: {
|
|
7864
|
+
[key: string]: unknown;
|
|
7865
|
+
};
|
|
7640
7866
|
first_name?: string | null;
|
|
7641
7867
|
last_name?: string | null;
|
|
7642
7868
|
locale?: string | null;
|
|
@@ -7911,7 +8137,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7911
8137
|
data: {
|
|
7912
8138
|
abandoned_at?: string | null;
|
|
7913
8139
|
appointment?: {
|
|
8140
|
+
add_to_calendar_url: string;
|
|
7914
8141
|
appointment_type: "in_person" | "virtual";
|
|
8142
|
+
cancel_url: string;
|
|
7915
8143
|
cancellation_events: {
|
|
7916
8144
|
actor: string | null;
|
|
7917
8145
|
cancellation_reason: {
|
|
@@ -7947,6 +8175,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7947
8175
|
};
|
|
7948
8176
|
client_data: {
|
|
7949
8177
|
email?: string | null;
|
|
8178
|
+
fields: {
|
|
8179
|
+
[key: string]: unknown;
|
|
8180
|
+
};
|
|
7950
8181
|
first_name?: string | null;
|
|
7951
8182
|
last_name?: string | null;
|
|
7952
8183
|
locale: string | null;
|
|
@@ -7954,6 +8185,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7954
8185
|
reference_id: string | null;
|
|
7955
8186
|
time_zone: string;
|
|
7956
8187
|
};
|
|
8188
|
+
confirm_url: string;
|
|
7957
8189
|
confirmation_events: {
|
|
7958
8190
|
actor: string | null;
|
|
7959
8191
|
end_at: {
|
|
@@ -7984,11 +8216,14 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7984
8216
|
unix_ts: number;
|
|
7985
8217
|
utc: string;
|
|
7986
8218
|
};
|
|
8219
|
+
ics_url: string;
|
|
7987
8220
|
id: string;
|
|
8221
|
+
join_url: string;
|
|
7988
8222
|
meeting: {
|
|
7989
8223
|
conferencing_provider: string | null;
|
|
7990
8224
|
error_message: string | null;
|
|
7991
8225
|
external_meeting_id: string | null;
|
|
8226
|
+
host_url: string | null;
|
|
7992
8227
|
id: string;
|
|
7993
8228
|
join_url: string | null;
|
|
7994
8229
|
object: "appointment_meeting";
|
|
@@ -8056,6 +8291,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8056
8291
|
};
|
|
8057
8292
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
8058
8293
|
}[];
|
|
8294
|
+
reschedule_url: string;
|
|
8059
8295
|
service: {
|
|
8060
8296
|
appointment_type: "in_person" | "virtual";
|
|
8061
8297
|
booking_policy: {
|
|
@@ -8136,8 +8372,8 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8136
8372
|
};
|
|
8137
8373
|
status: "scheduled" | "canceled";
|
|
8138
8374
|
updated_at?: string;
|
|
8139
|
-
urls
|
|
8140
|
-
add_to_calendar
|
|
8375
|
+
urls: {
|
|
8376
|
+
add_to_calendar: string[];
|
|
8141
8377
|
add_to_google_calendar: string[];
|
|
8142
8378
|
cancel: string[];
|
|
8143
8379
|
confirm: string[];
|
|
@@ -8173,6 +8409,9 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8173
8409
|
} | null;
|
|
8174
8410
|
client_data?: {
|
|
8175
8411
|
email?: string | null;
|
|
8412
|
+
fields?: {
|
|
8413
|
+
[key: string]: unknown;
|
|
8414
|
+
};
|
|
8176
8415
|
first_name?: string | null;
|
|
8177
8416
|
last_name?: string | null;
|
|
8178
8417
|
locale?: string | null;
|
|
@@ -9439,6 +9678,8 @@ interface Options$15 extends MutationOptionsFor<"post", "/v1/public/appointments
|
|
|
9439
9678
|
}
|
|
9440
9679
|
declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_react_query.UseMutationResult<{
|
|
9441
9680
|
data: {
|
|
9681
|
+
add_to_calendar_url: string;
|
|
9682
|
+
cancel_url: string;
|
|
9442
9683
|
cancellation: {
|
|
9443
9684
|
allowed: boolean;
|
|
9444
9685
|
disabled_message: string | null;
|
|
@@ -9451,8 +9692,10 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
|
|
|
9451
9692
|
unix_ts: number;
|
|
9452
9693
|
utc: string;
|
|
9453
9694
|
};
|
|
9695
|
+
ics_url: string;
|
|
9454
9696
|
id: string;
|
|
9455
9697
|
object: "public_appointment";
|
|
9698
|
+
reschedule_url: string;
|
|
9456
9699
|
rescheduling: {
|
|
9457
9700
|
allowed: boolean;
|
|
9458
9701
|
disabled_message: string | null;
|
|
@@ -9494,6 +9737,9 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
|
|
|
9494
9737
|
"application/json": {
|
|
9495
9738
|
client_data: {
|
|
9496
9739
|
email?: string | null;
|
|
9740
|
+
fields?: {
|
|
9741
|
+
[key: string]: unknown;
|
|
9742
|
+
} | null;
|
|
9497
9743
|
first_name?: string | null;
|
|
9498
9744
|
id?: string | null;
|
|
9499
9745
|
last_name?: string | null;
|
|
@@ -9518,6 +9764,8 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
|
|
|
9518
9764
|
content: {
|
|
9519
9765
|
"application/json": {
|
|
9520
9766
|
data: {
|
|
9767
|
+
add_to_calendar_url: string;
|
|
9768
|
+
cancel_url: string;
|
|
9521
9769
|
cancellation: {
|
|
9522
9770
|
allowed: boolean;
|
|
9523
9771
|
disabled_message: string | null;
|
|
@@ -9530,8 +9778,10 @@ declare const useCreatePublicAppointment: (options?: Options$15) => _tanstack_re
|
|
|
9530
9778
|
unix_ts: number;
|
|
9531
9779
|
utc: string;
|
|
9532
9780
|
};
|
|
9781
|
+
ics_url: string;
|
|
9533
9782
|
id: string;
|
|
9534
9783
|
object: "public_appointment";
|
|
9784
|
+
reschedule_url: string;
|
|
9535
9785
|
rescheduling: {
|
|
9536
9786
|
allowed: boolean;
|
|
9537
9787
|
disabled_message: string | null;
|
|
@@ -9581,6 +9831,8 @@ interface Options$14 extends MutationOptionsFor<"post", "/v1/public/booking_inte
|
|
|
9581
9831
|
declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_react_query.UseMutationResult<{
|
|
9582
9832
|
data: {
|
|
9583
9833
|
appointment?: {
|
|
9834
|
+
add_to_calendar_url: string;
|
|
9835
|
+
cancel_url: string;
|
|
9584
9836
|
cancellation: {
|
|
9585
9837
|
allowed: boolean;
|
|
9586
9838
|
disabled_message: string | null;
|
|
@@ -9593,8 +9845,10 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9593
9845
|
unix_ts: number;
|
|
9594
9846
|
utc: string;
|
|
9595
9847
|
};
|
|
9848
|
+
ics_url: string;
|
|
9596
9849
|
id: string;
|
|
9597
9850
|
object: "public_appointment";
|
|
9851
|
+
reschedule_url: string;
|
|
9598
9852
|
rescheduling: {
|
|
9599
9853
|
allowed: boolean;
|
|
9600
9854
|
disabled_message: string | null;
|
|
@@ -9672,6 +9926,8 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9672
9926
|
"application/json": {
|
|
9673
9927
|
data: {
|
|
9674
9928
|
appointment?: {
|
|
9929
|
+
add_to_calendar_url: string;
|
|
9930
|
+
cancel_url: string;
|
|
9675
9931
|
cancellation: {
|
|
9676
9932
|
allowed: boolean;
|
|
9677
9933
|
disabled_message: string | null;
|
|
@@ -9684,8 +9940,10 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9684
9940
|
unix_ts: number;
|
|
9685
9941
|
utc: string;
|
|
9686
9942
|
};
|
|
9943
|
+
ics_url: string;
|
|
9687
9944
|
id: string;
|
|
9688
9945
|
object: "public_appointment";
|
|
9946
|
+
reschedule_url: string;
|
|
9689
9947
|
rescheduling: {
|
|
9690
9948
|
allowed: boolean;
|
|
9691
9949
|
disabled_message: string | null;
|
|
@@ -9834,6 +10092,8 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9834
10092
|
"application/json": {
|
|
9835
10093
|
data: {
|
|
9836
10094
|
appointment?: {
|
|
10095
|
+
add_to_calendar_url: string;
|
|
10096
|
+
cancel_url: string;
|
|
9837
10097
|
cancellation: {
|
|
9838
10098
|
allowed: boolean;
|
|
9839
10099
|
disabled_message: string | null;
|
|
@@ -9846,8 +10106,10 @@ declare const useCreatePublicBookingIntent: (options?: Options$14) => _tanstack_
|
|
|
9846
10106
|
unix_ts: number;
|
|
9847
10107
|
utc: string;
|
|
9848
10108
|
};
|
|
10109
|
+
ics_url: string;
|
|
9849
10110
|
id: string;
|
|
9850
10111
|
object: "public_appointment";
|
|
10112
|
+
reschedule_url: string;
|
|
9851
10113
|
rescheduling: {
|
|
9852
10114
|
allowed: boolean;
|
|
9853
10115
|
disabled_message: string | null;
|
|
@@ -11511,7 +11773,9 @@ interface Options$S extends MutationOptionsFor<"post", "/v1/appointments/{appoin
|
|
|
11511
11773
|
}
|
|
11512
11774
|
declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react_query.UseMutationResult<{
|
|
11513
11775
|
data: {
|
|
11776
|
+
add_to_calendar_url: string;
|
|
11514
11777
|
appointment_type: "in_person" | "virtual";
|
|
11778
|
+
cancel_url: string;
|
|
11515
11779
|
cancellation_events: {
|
|
11516
11780
|
actor: string | null;
|
|
11517
11781
|
cancellation_reason: {
|
|
@@ -11547,6 +11811,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11547
11811
|
};
|
|
11548
11812
|
client_data: {
|
|
11549
11813
|
email?: string | null;
|
|
11814
|
+
fields: {
|
|
11815
|
+
[key: string]: unknown;
|
|
11816
|
+
};
|
|
11550
11817
|
first_name?: string | null;
|
|
11551
11818
|
last_name?: string | null;
|
|
11552
11819
|
locale: string | null;
|
|
@@ -11554,6 +11821,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11554
11821
|
reference_id: string | null;
|
|
11555
11822
|
time_zone: string;
|
|
11556
11823
|
};
|
|
11824
|
+
confirm_url: string;
|
|
11557
11825
|
confirmation_events: {
|
|
11558
11826
|
actor: string | null;
|
|
11559
11827
|
end_at: {
|
|
@@ -11584,11 +11852,14 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11584
11852
|
unix_ts: number;
|
|
11585
11853
|
utc: string;
|
|
11586
11854
|
};
|
|
11855
|
+
ics_url: string;
|
|
11587
11856
|
id: string;
|
|
11857
|
+
join_url: string;
|
|
11588
11858
|
meeting: {
|
|
11589
11859
|
conferencing_provider: string | null;
|
|
11590
11860
|
error_message: string | null;
|
|
11591
11861
|
external_meeting_id: string | null;
|
|
11862
|
+
host_url: string | null;
|
|
11592
11863
|
id: string;
|
|
11593
11864
|
join_url: string | null;
|
|
11594
11865
|
object: "appointment_meeting";
|
|
@@ -11656,6 +11927,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11656
11927
|
};
|
|
11657
11928
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
11658
11929
|
}[];
|
|
11930
|
+
reschedule_url: string;
|
|
11659
11931
|
service: {
|
|
11660
11932
|
appointment_type: "in_person" | "virtual";
|
|
11661
11933
|
booking_policy: {
|
|
@@ -11736,8 +12008,8 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11736
12008
|
};
|
|
11737
12009
|
status: "scheduled" | "canceled";
|
|
11738
12010
|
updated_at?: string;
|
|
11739
|
-
urls
|
|
11740
|
-
add_to_calendar
|
|
12011
|
+
urls: {
|
|
12012
|
+
add_to_calendar: string[];
|
|
11741
12013
|
add_to_google_calendar: string[];
|
|
11742
12014
|
cancel: string[];
|
|
11743
12015
|
confirm: string[];
|
|
@@ -11754,7 +12026,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11754
12026
|
content: {
|
|
11755
12027
|
"application/json": {
|
|
11756
12028
|
data: {
|
|
12029
|
+
add_to_calendar_url: string;
|
|
11757
12030
|
appointment_type: "in_person" | "virtual";
|
|
12031
|
+
cancel_url: string;
|
|
11758
12032
|
cancellation_events: {
|
|
11759
12033
|
actor: string | null;
|
|
11760
12034
|
cancellation_reason: {
|
|
@@ -11790,6 +12064,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11790
12064
|
};
|
|
11791
12065
|
client_data: {
|
|
11792
12066
|
email?: string | null;
|
|
12067
|
+
fields: {
|
|
12068
|
+
[key: string]: unknown;
|
|
12069
|
+
};
|
|
11793
12070
|
first_name?: string | null;
|
|
11794
12071
|
last_name?: string | null;
|
|
11795
12072
|
locale: string | null;
|
|
@@ -11797,6 +12074,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11797
12074
|
reference_id: string | null;
|
|
11798
12075
|
time_zone: string;
|
|
11799
12076
|
};
|
|
12077
|
+
confirm_url: string;
|
|
11800
12078
|
confirmation_events: {
|
|
11801
12079
|
actor: string | null;
|
|
11802
12080
|
end_at: {
|
|
@@ -11827,11 +12105,14 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11827
12105
|
unix_ts: number;
|
|
11828
12106
|
utc: string;
|
|
11829
12107
|
};
|
|
12108
|
+
ics_url: string;
|
|
11830
12109
|
id: string;
|
|
12110
|
+
join_url: string;
|
|
11831
12111
|
meeting: {
|
|
11832
12112
|
conferencing_provider: string | null;
|
|
11833
12113
|
error_message: string | null;
|
|
11834
12114
|
external_meeting_id: string | null;
|
|
12115
|
+
host_url: string | null;
|
|
11835
12116
|
id: string;
|
|
11836
12117
|
join_url: string | null;
|
|
11837
12118
|
object: "appointment_meeting";
|
|
@@ -11899,6 +12180,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11899
12180
|
};
|
|
11900
12181
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
11901
12182
|
}[];
|
|
12183
|
+
reschedule_url: string;
|
|
11902
12184
|
service: {
|
|
11903
12185
|
appointment_type: "in_person" | "virtual";
|
|
11904
12186
|
booking_policy: {
|
|
@@ -11979,8 +12261,8 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11979
12261
|
};
|
|
11980
12262
|
status: "scheduled" | "canceled";
|
|
11981
12263
|
updated_at?: string;
|
|
11982
|
-
urls
|
|
11983
|
-
add_to_calendar
|
|
12264
|
+
urls: {
|
|
12265
|
+
add_to_calendar: string[];
|
|
11984
12266
|
add_to_google_calendar: string[];
|
|
11985
12267
|
cancel: string[];
|
|
11986
12268
|
confirm: string[];
|
|
@@ -12053,7 +12335,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12053
12335
|
content: {
|
|
12054
12336
|
"application/json": {
|
|
12055
12337
|
data: {
|
|
12338
|
+
add_to_calendar_url: string;
|
|
12056
12339
|
appointment_type: "in_person" | "virtual";
|
|
12340
|
+
cancel_url: string;
|
|
12057
12341
|
cancellation_events: {
|
|
12058
12342
|
actor: string | null;
|
|
12059
12343
|
cancellation_reason: {
|
|
@@ -12089,6 +12373,9 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12089
12373
|
};
|
|
12090
12374
|
client_data: {
|
|
12091
12375
|
email?: string | null;
|
|
12376
|
+
fields: {
|
|
12377
|
+
[key: string]: unknown;
|
|
12378
|
+
};
|
|
12092
12379
|
first_name?: string | null;
|
|
12093
12380
|
last_name?: string | null;
|
|
12094
12381
|
locale: string | null;
|
|
@@ -12096,6 +12383,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12096
12383
|
reference_id: string | null;
|
|
12097
12384
|
time_zone: string;
|
|
12098
12385
|
};
|
|
12386
|
+
confirm_url: string;
|
|
12099
12387
|
confirmation_events: {
|
|
12100
12388
|
actor: string | null;
|
|
12101
12389
|
end_at: {
|
|
@@ -12126,11 +12414,14 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12126
12414
|
unix_ts: number;
|
|
12127
12415
|
utc: string;
|
|
12128
12416
|
};
|
|
12417
|
+
ics_url: string;
|
|
12129
12418
|
id: string;
|
|
12419
|
+
join_url: string;
|
|
12130
12420
|
meeting: {
|
|
12131
12421
|
conferencing_provider: string | null;
|
|
12132
12422
|
error_message: string | null;
|
|
12133
12423
|
external_meeting_id: string | null;
|
|
12424
|
+
host_url: string | null;
|
|
12134
12425
|
id: string;
|
|
12135
12426
|
join_url: string | null;
|
|
12136
12427
|
object: "appointment_meeting";
|
|
@@ -12198,6 +12489,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12198
12489
|
};
|
|
12199
12490
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
12200
12491
|
}[];
|
|
12492
|
+
reschedule_url: string;
|
|
12201
12493
|
service: {
|
|
12202
12494
|
appointment_type: "in_person" | "virtual";
|
|
12203
12495
|
booking_policy: {
|
|
@@ -12278,8 +12570,8 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12278
12570
|
};
|
|
12279
12571
|
status: "scheduled" | "canceled";
|
|
12280
12572
|
updated_at?: string;
|
|
12281
|
-
urls
|
|
12282
|
-
add_to_calendar
|
|
12573
|
+
urls: {
|
|
12574
|
+
add_to_calendar: string[];
|
|
12283
12575
|
add_to_google_calendar: string[];
|
|
12284
12576
|
cancel: string[];
|
|
12285
12577
|
confirm: string[];
|
|
@@ -12330,6 +12622,8 @@ interface Options$R extends MutationOptionsFor<"post", "/v1/public/appointments/
|
|
|
12330
12622
|
}
|
|
12331
12623
|
declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack_react_query.UseMutationResult<{
|
|
12332
12624
|
data: {
|
|
12625
|
+
add_to_calendar_url: string;
|
|
12626
|
+
cancel_url: string;
|
|
12333
12627
|
cancellation: {
|
|
12334
12628
|
allowed: boolean;
|
|
12335
12629
|
disabled_message: string | null;
|
|
@@ -12342,8 +12636,10 @@ declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack
|
|
|
12342
12636
|
unix_ts: number;
|
|
12343
12637
|
utc: string;
|
|
12344
12638
|
};
|
|
12639
|
+
ics_url: string;
|
|
12345
12640
|
id: string;
|
|
12346
12641
|
object: "public_appointment";
|
|
12642
|
+
reschedule_url: string;
|
|
12347
12643
|
rescheduling: {
|
|
12348
12644
|
allowed: boolean;
|
|
12349
12645
|
disabled_message: string | null;
|
|
@@ -12400,6 +12696,8 @@ declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack
|
|
|
12400
12696
|
content: {
|
|
12401
12697
|
"application/json": {
|
|
12402
12698
|
data: {
|
|
12699
|
+
add_to_calendar_url: string;
|
|
12700
|
+
cancel_url: string;
|
|
12403
12701
|
cancellation: {
|
|
12404
12702
|
allowed: boolean;
|
|
12405
12703
|
disabled_message: string | null;
|
|
@@ -12412,8 +12710,10 @@ declare const useReschedulePublicAppointment: (options?: Options$R) => _tanstack
|
|
|
12412
12710
|
unix_ts: number;
|
|
12413
12711
|
utc: string;
|
|
12414
12712
|
};
|
|
12713
|
+
ics_url: string;
|
|
12415
12714
|
id: string;
|
|
12416
12715
|
object: "public_appointment";
|
|
12716
|
+
reschedule_url: string;
|
|
12417
12717
|
rescheduling: {
|
|
12418
12718
|
allowed: boolean;
|
|
12419
12719
|
disabled_message: string | null;
|
|
@@ -13197,7 +13497,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13197
13497
|
data: {
|
|
13198
13498
|
abandoned_at?: string | null;
|
|
13199
13499
|
appointment?: {
|
|
13500
|
+
add_to_calendar_url: string;
|
|
13200
13501
|
appointment_type: "in_person" | "virtual";
|
|
13502
|
+
cancel_url: string;
|
|
13201
13503
|
cancellation_events: {
|
|
13202
13504
|
actor: string | null;
|
|
13203
13505
|
cancellation_reason: {
|
|
@@ -13233,6 +13535,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13233
13535
|
};
|
|
13234
13536
|
client_data: {
|
|
13235
13537
|
email?: string | null;
|
|
13538
|
+
fields: {
|
|
13539
|
+
[key: string]: unknown;
|
|
13540
|
+
};
|
|
13236
13541
|
first_name?: string | null;
|
|
13237
13542
|
last_name?: string | null;
|
|
13238
13543
|
locale: string | null;
|
|
@@ -13240,6 +13545,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13240
13545
|
reference_id: string | null;
|
|
13241
13546
|
time_zone: string;
|
|
13242
13547
|
};
|
|
13548
|
+
confirm_url: string;
|
|
13243
13549
|
confirmation_events: {
|
|
13244
13550
|
actor: string | null;
|
|
13245
13551
|
end_at: {
|
|
@@ -13270,11 +13576,14 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13270
13576
|
unix_ts: number;
|
|
13271
13577
|
utc: string;
|
|
13272
13578
|
};
|
|
13579
|
+
ics_url: string;
|
|
13273
13580
|
id: string;
|
|
13581
|
+
join_url: string;
|
|
13274
13582
|
meeting: {
|
|
13275
13583
|
conferencing_provider: string | null;
|
|
13276
13584
|
error_message: string | null;
|
|
13277
13585
|
external_meeting_id: string | null;
|
|
13586
|
+
host_url: string | null;
|
|
13278
13587
|
id: string;
|
|
13279
13588
|
join_url: string | null;
|
|
13280
13589
|
object: "appointment_meeting";
|
|
@@ -13342,6 +13651,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13342
13651
|
};
|
|
13343
13652
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
13344
13653
|
}[];
|
|
13654
|
+
reschedule_url: string;
|
|
13345
13655
|
service: {
|
|
13346
13656
|
appointment_type: "in_person" | "virtual";
|
|
13347
13657
|
booking_policy: {
|
|
@@ -13422,8 +13732,8 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13422
13732
|
};
|
|
13423
13733
|
status: "scheduled" | "canceled";
|
|
13424
13734
|
updated_at?: string;
|
|
13425
|
-
urls
|
|
13426
|
-
add_to_calendar
|
|
13735
|
+
urls: {
|
|
13736
|
+
add_to_calendar: string[];
|
|
13427
13737
|
add_to_google_calendar: string[];
|
|
13428
13738
|
cancel: string[];
|
|
13429
13739
|
confirm: string[];
|
|
@@ -13459,6 +13769,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13459
13769
|
} | null;
|
|
13460
13770
|
client_data?: {
|
|
13461
13771
|
email?: string | null;
|
|
13772
|
+
fields?: {
|
|
13773
|
+
[key: string]: unknown;
|
|
13774
|
+
};
|
|
13462
13775
|
first_name?: string | null;
|
|
13463
13776
|
last_name?: string | null;
|
|
13464
13777
|
locale?: string | null;
|
|
@@ -13632,7 +13945,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13632
13945
|
data: {
|
|
13633
13946
|
abandoned_at?: string | null;
|
|
13634
13947
|
appointment?: {
|
|
13948
|
+
add_to_calendar_url: string;
|
|
13635
13949
|
appointment_type: "in_person" | "virtual";
|
|
13950
|
+
cancel_url: string;
|
|
13636
13951
|
cancellation_events: {
|
|
13637
13952
|
actor: string | null;
|
|
13638
13953
|
cancellation_reason: {
|
|
@@ -13668,6 +13983,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13668
13983
|
};
|
|
13669
13984
|
client_data: {
|
|
13670
13985
|
email?: string | null;
|
|
13986
|
+
fields: {
|
|
13987
|
+
[key: string]: unknown;
|
|
13988
|
+
};
|
|
13671
13989
|
first_name?: string | null;
|
|
13672
13990
|
last_name?: string | null;
|
|
13673
13991
|
locale: string | null;
|
|
@@ -13675,6 +13993,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13675
13993
|
reference_id: string | null;
|
|
13676
13994
|
time_zone: string;
|
|
13677
13995
|
};
|
|
13996
|
+
confirm_url: string;
|
|
13678
13997
|
confirmation_events: {
|
|
13679
13998
|
actor: string | null;
|
|
13680
13999
|
end_at: {
|
|
@@ -13705,11 +14024,14 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13705
14024
|
unix_ts: number;
|
|
13706
14025
|
utc: string;
|
|
13707
14026
|
};
|
|
14027
|
+
ics_url: string;
|
|
13708
14028
|
id: string;
|
|
14029
|
+
join_url: string;
|
|
13709
14030
|
meeting: {
|
|
13710
14031
|
conferencing_provider: string | null;
|
|
13711
14032
|
error_message: string | null;
|
|
13712
14033
|
external_meeting_id: string | null;
|
|
14034
|
+
host_url: string | null;
|
|
13713
14035
|
id: string;
|
|
13714
14036
|
join_url: string | null;
|
|
13715
14037
|
object: "appointment_meeting";
|
|
@@ -13777,6 +14099,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13777
14099
|
};
|
|
13778
14100
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
13779
14101
|
}[];
|
|
14102
|
+
reschedule_url: string;
|
|
13780
14103
|
service: {
|
|
13781
14104
|
appointment_type: "in_person" | "virtual";
|
|
13782
14105
|
booking_policy: {
|
|
@@ -13857,8 +14180,8 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13857
14180
|
};
|
|
13858
14181
|
status: "scheduled" | "canceled";
|
|
13859
14182
|
updated_at?: string;
|
|
13860
|
-
urls
|
|
13861
|
-
add_to_calendar
|
|
14183
|
+
urls: {
|
|
14184
|
+
add_to_calendar: string[];
|
|
13862
14185
|
add_to_google_calendar: string[];
|
|
13863
14186
|
cancel: string[];
|
|
13864
14187
|
confirm: string[];
|
|
@@ -13894,6 +14217,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13894
14217
|
} | null;
|
|
13895
14218
|
client_data?: {
|
|
13896
14219
|
email?: string | null;
|
|
14220
|
+
fields?: {
|
|
14221
|
+
[key: string]: unknown;
|
|
14222
|
+
};
|
|
13897
14223
|
first_name?: string | null;
|
|
13898
14224
|
last_name?: string | null;
|
|
13899
14225
|
locale?: string | null;
|
|
@@ -14170,7 +14496,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14170
14496
|
data: {
|
|
14171
14497
|
abandoned_at?: string | null;
|
|
14172
14498
|
appointment?: {
|
|
14499
|
+
add_to_calendar_url: string;
|
|
14173
14500
|
appointment_type: "in_person" | "virtual";
|
|
14501
|
+
cancel_url: string;
|
|
14174
14502
|
cancellation_events: {
|
|
14175
14503
|
actor: string | null;
|
|
14176
14504
|
cancellation_reason: {
|
|
@@ -14206,6 +14534,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14206
14534
|
};
|
|
14207
14535
|
client_data: {
|
|
14208
14536
|
email?: string | null;
|
|
14537
|
+
fields: {
|
|
14538
|
+
[key: string]: unknown;
|
|
14539
|
+
};
|
|
14209
14540
|
first_name?: string | null;
|
|
14210
14541
|
last_name?: string | null;
|
|
14211
14542
|
locale: string | null;
|
|
@@ -14213,6 +14544,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14213
14544
|
reference_id: string | null;
|
|
14214
14545
|
time_zone: string;
|
|
14215
14546
|
};
|
|
14547
|
+
confirm_url: string;
|
|
14216
14548
|
confirmation_events: {
|
|
14217
14549
|
actor: string | null;
|
|
14218
14550
|
end_at: {
|
|
@@ -14243,11 +14575,14 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14243
14575
|
unix_ts: number;
|
|
14244
14576
|
utc: string;
|
|
14245
14577
|
};
|
|
14578
|
+
ics_url: string;
|
|
14246
14579
|
id: string;
|
|
14580
|
+
join_url: string;
|
|
14247
14581
|
meeting: {
|
|
14248
14582
|
conferencing_provider: string | null;
|
|
14249
14583
|
error_message: string | null;
|
|
14250
14584
|
external_meeting_id: string | null;
|
|
14585
|
+
host_url: string | null;
|
|
14251
14586
|
id: string;
|
|
14252
14587
|
join_url: string | null;
|
|
14253
14588
|
object: "appointment_meeting";
|
|
@@ -14315,6 +14650,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14315
14650
|
};
|
|
14316
14651
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
14317
14652
|
}[];
|
|
14653
|
+
reschedule_url: string;
|
|
14318
14654
|
service: {
|
|
14319
14655
|
appointment_type: "in_person" | "virtual";
|
|
14320
14656
|
booking_policy: {
|
|
@@ -14395,8 +14731,8 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14395
14731
|
};
|
|
14396
14732
|
status: "scheduled" | "canceled";
|
|
14397
14733
|
updated_at?: string;
|
|
14398
|
-
urls
|
|
14399
|
-
add_to_calendar
|
|
14734
|
+
urls: {
|
|
14735
|
+
add_to_calendar: string[];
|
|
14400
14736
|
add_to_google_calendar: string[];
|
|
14401
14737
|
cancel: string[];
|
|
14402
14738
|
confirm: string[];
|
|
@@ -14432,6 +14768,9 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14432
14768
|
} | null;
|
|
14433
14769
|
client_data?: {
|
|
14434
14770
|
email?: string | null;
|
|
14771
|
+
fields?: {
|
|
14772
|
+
[key: string]: unknown;
|
|
14773
|
+
};
|
|
14435
14774
|
first_name?: string | null;
|
|
14436
14775
|
last_name?: string | null;
|
|
14437
14776
|
locale?: string | null;
|
|
@@ -15874,6 +16213,8 @@ interface Options$E extends MutationOptionsFor<"patch", "/v1/public/booking_inte
|
|
|
15874
16213
|
declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_react_query.UseMutationResult<{
|
|
15875
16214
|
data: {
|
|
15876
16215
|
appointment?: {
|
|
16216
|
+
add_to_calendar_url: string;
|
|
16217
|
+
cancel_url: string;
|
|
15877
16218
|
cancellation: {
|
|
15878
16219
|
allowed: boolean;
|
|
15879
16220
|
disabled_message: string | null;
|
|
@@ -15886,8 +16227,10 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
15886
16227
|
unix_ts: number;
|
|
15887
16228
|
utc: string;
|
|
15888
16229
|
};
|
|
16230
|
+
ics_url: string;
|
|
15889
16231
|
id: string;
|
|
15890
16232
|
object: "public_appointment";
|
|
16233
|
+
reschedule_url: string;
|
|
15891
16234
|
rescheduling: {
|
|
15892
16235
|
allowed: boolean;
|
|
15893
16236
|
disabled_message: string | null;
|
|
@@ -15965,6 +16308,8 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
15965
16308
|
"application/json": {
|
|
15966
16309
|
data: {
|
|
15967
16310
|
appointment?: {
|
|
16311
|
+
add_to_calendar_url: string;
|
|
16312
|
+
cancel_url: string;
|
|
15968
16313
|
cancellation: {
|
|
15969
16314
|
allowed: boolean;
|
|
15970
16315
|
disabled_message: string | null;
|
|
@@ -15977,8 +16322,10 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
15977
16322
|
unix_ts: number;
|
|
15978
16323
|
utc: string;
|
|
15979
16324
|
};
|
|
16325
|
+
ics_url: string;
|
|
15980
16326
|
id: string;
|
|
15981
16327
|
object: "public_appointment";
|
|
16328
|
+
reschedule_url: string;
|
|
15982
16329
|
rescheduling: {
|
|
15983
16330
|
allowed: boolean;
|
|
15984
16331
|
disabled_message: string | null;
|
|
@@ -16128,6 +16475,8 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
16128
16475
|
"application/json": {
|
|
16129
16476
|
data: {
|
|
16130
16477
|
appointment?: {
|
|
16478
|
+
add_to_calendar_url: string;
|
|
16479
|
+
cancel_url: string;
|
|
16131
16480
|
cancellation: {
|
|
16132
16481
|
allowed: boolean;
|
|
16133
16482
|
disabled_message: string | null;
|
|
@@ -16140,8 +16489,10 @@ declare const useUpdatePublicBookingIntent: (options?: Options$E) => _tanstack_r
|
|
|
16140
16489
|
unix_ts: number;
|
|
16141
16490
|
utc: string;
|
|
16142
16491
|
};
|
|
16492
|
+
ics_url: string;
|
|
16143
16493
|
id: string;
|
|
16144
16494
|
object: "public_appointment";
|
|
16495
|
+
reschedule_url: string;
|
|
16145
16496
|
rescheduling: {
|
|
16146
16497
|
allowed: boolean;
|
|
16147
16498
|
disabled_message: string | null;
|
|
@@ -16910,7 +17261,9 @@ interface Options$z extends QueryOptionsFor<"get", "/v1/appointments/{appointmen
|
|
|
16910
17261
|
}
|
|
16911
17262
|
declare const useAppointment: (appointment_id: AppointmentParams["path"]["appointment_id"], queryParams?: AppointmentParams["query"], options?: Options$z) => _tanstack_react_query.UseQueryResult<{
|
|
16912
17263
|
data: {
|
|
17264
|
+
add_to_calendar_url: string;
|
|
16913
17265
|
appointment_type: "in_person" | "virtual";
|
|
17266
|
+
cancel_url: string;
|
|
16914
17267
|
cancellation_events: {
|
|
16915
17268
|
actor: string | null;
|
|
16916
17269
|
cancellation_reason: {
|
|
@@ -16946,6 +17299,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
16946
17299
|
};
|
|
16947
17300
|
client_data: {
|
|
16948
17301
|
email?: string | null;
|
|
17302
|
+
fields: {
|
|
17303
|
+
[key: string]: unknown;
|
|
17304
|
+
};
|
|
16949
17305
|
first_name?: string | null;
|
|
16950
17306
|
last_name?: string | null;
|
|
16951
17307
|
locale: string | null;
|
|
@@ -16953,6 +17309,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
16953
17309
|
reference_id: string | null;
|
|
16954
17310
|
time_zone: string;
|
|
16955
17311
|
};
|
|
17312
|
+
confirm_url: string;
|
|
16956
17313
|
confirmation_events: {
|
|
16957
17314
|
actor: string | null;
|
|
16958
17315
|
end_at: {
|
|
@@ -16983,11 +17340,14 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
16983
17340
|
unix_ts: number;
|
|
16984
17341
|
utc: string;
|
|
16985
17342
|
};
|
|
17343
|
+
ics_url: string;
|
|
16986
17344
|
id: string;
|
|
17345
|
+
join_url: string;
|
|
16987
17346
|
meeting: {
|
|
16988
17347
|
conferencing_provider: string | null;
|
|
16989
17348
|
error_message: string | null;
|
|
16990
17349
|
external_meeting_id: string | null;
|
|
17350
|
+
host_url: string | null;
|
|
16991
17351
|
id: string;
|
|
16992
17352
|
join_url: string | null;
|
|
16993
17353
|
object: "appointment_meeting";
|
|
@@ -17055,6 +17415,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17055
17415
|
};
|
|
17056
17416
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17057
17417
|
}[];
|
|
17418
|
+
reschedule_url: string;
|
|
17058
17419
|
service: {
|
|
17059
17420
|
appointment_type: "in_person" | "virtual";
|
|
17060
17421
|
booking_policy: {
|
|
@@ -17135,8 +17496,8 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17135
17496
|
};
|
|
17136
17497
|
status: "scheduled" | "canceled";
|
|
17137
17498
|
updated_at?: string;
|
|
17138
|
-
urls
|
|
17139
|
-
add_to_calendar
|
|
17499
|
+
urls: {
|
|
17500
|
+
add_to_calendar: string[];
|
|
17140
17501
|
add_to_google_calendar: string[];
|
|
17141
17502
|
cancel: string[];
|
|
17142
17503
|
confirm: string[];
|
|
@@ -17153,7 +17514,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17153
17514
|
content: {
|
|
17154
17515
|
"application/json": {
|
|
17155
17516
|
data: {
|
|
17517
|
+
add_to_calendar_url: string;
|
|
17156
17518
|
appointment_type: "in_person" | "virtual";
|
|
17519
|
+
cancel_url: string;
|
|
17157
17520
|
cancellation_events: {
|
|
17158
17521
|
actor: string | null;
|
|
17159
17522
|
cancellation_reason: {
|
|
@@ -17189,6 +17552,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17189
17552
|
};
|
|
17190
17553
|
client_data: {
|
|
17191
17554
|
email?: string | null;
|
|
17555
|
+
fields: {
|
|
17556
|
+
[key: string]: unknown;
|
|
17557
|
+
};
|
|
17192
17558
|
first_name?: string | null;
|
|
17193
17559
|
last_name?: string | null;
|
|
17194
17560
|
locale: string | null;
|
|
@@ -17196,6 +17562,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17196
17562
|
reference_id: string | null;
|
|
17197
17563
|
time_zone: string;
|
|
17198
17564
|
};
|
|
17565
|
+
confirm_url: string;
|
|
17199
17566
|
confirmation_events: {
|
|
17200
17567
|
actor: string | null;
|
|
17201
17568
|
end_at: {
|
|
@@ -17226,11 +17593,14 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17226
17593
|
unix_ts: number;
|
|
17227
17594
|
utc: string;
|
|
17228
17595
|
};
|
|
17596
|
+
ics_url: string;
|
|
17229
17597
|
id: string;
|
|
17598
|
+
join_url: string;
|
|
17230
17599
|
meeting: {
|
|
17231
17600
|
conferencing_provider: string | null;
|
|
17232
17601
|
error_message: string | null;
|
|
17233
17602
|
external_meeting_id: string | null;
|
|
17603
|
+
host_url: string | null;
|
|
17234
17604
|
id: string;
|
|
17235
17605
|
join_url: string | null;
|
|
17236
17606
|
object: "appointment_meeting";
|
|
@@ -17298,6 +17668,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17298
17668
|
};
|
|
17299
17669
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17300
17670
|
}[];
|
|
17671
|
+
reschedule_url: string;
|
|
17301
17672
|
service: {
|
|
17302
17673
|
appointment_type: "in_person" | "virtual";
|
|
17303
17674
|
booking_policy: {
|
|
@@ -17378,8 +17749,8 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17378
17749
|
};
|
|
17379
17750
|
status: "scheduled" | "canceled";
|
|
17380
17751
|
updated_at?: string;
|
|
17381
|
-
urls
|
|
17382
|
-
add_to_calendar
|
|
17752
|
+
urls: {
|
|
17753
|
+
add_to_calendar: string[];
|
|
17383
17754
|
add_to_google_calendar: string[];
|
|
17384
17755
|
cancel: string[];
|
|
17385
17756
|
confirm: string[];
|
|
@@ -17430,7 +17801,9 @@ interface Options$y extends QueryOptionsFor<"get", "/v1/appointments"> {
|
|
|
17430
17801
|
}
|
|
17431
17802
|
declare const useAppointments: (queryParams?: AppointmentsParams["query"], options?: Options$y) => _tanstack_react_query.UseQueryResult<{
|
|
17432
17803
|
data: {
|
|
17804
|
+
add_to_calendar_url: string;
|
|
17433
17805
|
appointment_type: "in_person" | "virtual";
|
|
17806
|
+
cancel_url: string;
|
|
17434
17807
|
cancellation_events: {
|
|
17435
17808
|
actor: string | null;
|
|
17436
17809
|
cancellation_reason: {
|
|
@@ -17466,6 +17839,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17466
17839
|
};
|
|
17467
17840
|
client_data: {
|
|
17468
17841
|
email?: string | null;
|
|
17842
|
+
fields: {
|
|
17843
|
+
[key: string]: unknown;
|
|
17844
|
+
};
|
|
17469
17845
|
first_name?: string | null;
|
|
17470
17846
|
last_name?: string | null;
|
|
17471
17847
|
locale: string | null;
|
|
@@ -17473,6 +17849,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17473
17849
|
reference_id: string | null;
|
|
17474
17850
|
time_zone: string;
|
|
17475
17851
|
};
|
|
17852
|
+
confirm_url: string;
|
|
17476
17853
|
confirmation_events: {
|
|
17477
17854
|
actor: string | null;
|
|
17478
17855
|
end_at: {
|
|
@@ -17503,11 +17880,14 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17503
17880
|
unix_ts: number;
|
|
17504
17881
|
utc: string;
|
|
17505
17882
|
};
|
|
17883
|
+
ics_url: string;
|
|
17506
17884
|
id: string;
|
|
17885
|
+
join_url: string;
|
|
17507
17886
|
meeting: {
|
|
17508
17887
|
conferencing_provider: string | null;
|
|
17509
17888
|
error_message: string | null;
|
|
17510
17889
|
external_meeting_id: string | null;
|
|
17890
|
+
host_url: string | null;
|
|
17511
17891
|
id: string;
|
|
17512
17892
|
join_url: string | null;
|
|
17513
17893
|
object: "appointment_meeting";
|
|
@@ -17575,6 +17955,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17575
17955
|
};
|
|
17576
17956
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17577
17957
|
}[];
|
|
17958
|
+
reschedule_url: string;
|
|
17578
17959
|
service: {
|
|
17579
17960
|
appointment_type: "in_person" | "virtual";
|
|
17580
17961
|
booking_policy: {
|
|
@@ -17655,8 +18036,8 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17655
18036
|
};
|
|
17656
18037
|
status: "scheduled" | "canceled";
|
|
17657
18038
|
updated_at?: string;
|
|
17658
|
-
urls
|
|
17659
|
-
add_to_calendar
|
|
18039
|
+
urls: {
|
|
18040
|
+
add_to_calendar: string[];
|
|
17660
18041
|
add_to_google_calendar: string[];
|
|
17661
18042
|
cancel: string[];
|
|
17662
18043
|
confirm: string[];
|
|
@@ -17679,7 +18060,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17679
18060
|
content: {
|
|
17680
18061
|
"application/json": {
|
|
17681
18062
|
data: {
|
|
18063
|
+
add_to_calendar_url: string;
|
|
17682
18064
|
appointment_type: "in_person" | "virtual";
|
|
18065
|
+
cancel_url: string;
|
|
17683
18066
|
cancellation_events: {
|
|
17684
18067
|
actor: string | null;
|
|
17685
18068
|
cancellation_reason: {
|
|
@@ -17715,6 +18098,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17715
18098
|
};
|
|
17716
18099
|
client_data: {
|
|
17717
18100
|
email?: string | null;
|
|
18101
|
+
fields: {
|
|
18102
|
+
[key: string]: unknown;
|
|
18103
|
+
};
|
|
17718
18104
|
first_name?: string | null;
|
|
17719
18105
|
last_name?: string | null;
|
|
17720
18106
|
locale: string | null;
|
|
@@ -17722,6 +18108,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17722
18108
|
reference_id: string | null;
|
|
17723
18109
|
time_zone: string;
|
|
17724
18110
|
};
|
|
18111
|
+
confirm_url: string;
|
|
17725
18112
|
confirmation_events: {
|
|
17726
18113
|
actor: string | null;
|
|
17727
18114
|
end_at: {
|
|
@@ -17752,11 +18139,14 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17752
18139
|
unix_ts: number;
|
|
17753
18140
|
utc: string;
|
|
17754
18141
|
};
|
|
18142
|
+
ics_url: string;
|
|
17755
18143
|
id: string;
|
|
18144
|
+
join_url: string;
|
|
17756
18145
|
meeting: {
|
|
17757
18146
|
conferencing_provider: string | null;
|
|
17758
18147
|
error_message: string | null;
|
|
17759
18148
|
external_meeting_id: string | null;
|
|
18149
|
+
host_url: string | null;
|
|
17760
18150
|
id: string;
|
|
17761
18151
|
join_url: string | null;
|
|
17762
18152
|
object: "appointment_meeting";
|
|
@@ -17824,6 +18214,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17824
18214
|
};
|
|
17825
18215
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
17826
18216
|
}[];
|
|
18217
|
+
reschedule_url: string;
|
|
17827
18218
|
service: {
|
|
17828
18219
|
appointment_type: "in_person" | "virtual";
|
|
17829
18220
|
booking_policy: {
|
|
@@ -17904,8 +18295,8 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17904
18295
|
};
|
|
17905
18296
|
status: "scheduled" | "canceled";
|
|
17906
18297
|
updated_at?: string;
|
|
17907
|
-
urls
|
|
17908
|
-
add_to_calendar
|
|
18298
|
+
urls: {
|
|
18299
|
+
add_to_calendar: string[];
|
|
17909
18300
|
add_to_google_calendar: string[];
|
|
17910
18301
|
cancel: string[];
|
|
17911
18302
|
confirm: string[];
|
|
@@ -18178,7 +18569,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18178
18569
|
data: {
|
|
18179
18570
|
abandoned_at?: string | null;
|
|
18180
18571
|
appointment?: {
|
|
18572
|
+
add_to_calendar_url: string;
|
|
18181
18573
|
appointment_type: "in_person" | "virtual";
|
|
18574
|
+
cancel_url: string;
|
|
18182
18575
|
cancellation_events: {
|
|
18183
18576
|
actor: string | null;
|
|
18184
18577
|
cancellation_reason: {
|
|
@@ -18214,6 +18607,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18214
18607
|
};
|
|
18215
18608
|
client_data: {
|
|
18216
18609
|
email?: string | null;
|
|
18610
|
+
fields: {
|
|
18611
|
+
[key: string]: unknown;
|
|
18612
|
+
};
|
|
18217
18613
|
first_name?: string | null;
|
|
18218
18614
|
last_name?: string | null;
|
|
18219
18615
|
locale: string | null;
|
|
@@ -18221,6 +18617,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18221
18617
|
reference_id: string | null;
|
|
18222
18618
|
time_zone: string;
|
|
18223
18619
|
};
|
|
18620
|
+
confirm_url: string;
|
|
18224
18621
|
confirmation_events: {
|
|
18225
18622
|
actor: string | null;
|
|
18226
18623
|
end_at: {
|
|
@@ -18251,11 +18648,14 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18251
18648
|
unix_ts: number;
|
|
18252
18649
|
utc: string;
|
|
18253
18650
|
};
|
|
18651
|
+
ics_url: string;
|
|
18254
18652
|
id: string;
|
|
18653
|
+
join_url: string;
|
|
18255
18654
|
meeting: {
|
|
18256
18655
|
conferencing_provider: string | null;
|
|
18257
18656
|
error_message: string | null;
|
|
18258
18657
|
external_meeting_id: string | null;
|
|
18658
|
+
host_url: string | null;
|
|
18259
18659
|
id: string;
|
|
18260
18660
|
join_url: string | null;
|
|
18261
18661
|
object: "appointment_meeting";
|
|
@@ -18323,6 +18723,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18323
18723
|
};
|
|
18324
18724
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
18325
18725
|
}[];
|
|
18726
|
+
reschedule_url: string;
|
|
18326
18727
|
service: {
|
|
18327
18728
|
appointment_type: "in_person" | "virtual";
|
|
18328
18729
|
booking_policy: {
|
|
@@ -18403,8 +18804,8 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18403
18804
|
};
|
|
18404
18805
|
status: "scheduled" | "canceled";
|
|
18405
18806
|
updated_at?: string;
|
|
18406
|
-
urls
|
|
18407
|
-
add_to_calendar
|
|
18807
|
+
urls: {
|
|
18808
|
+
add_to_calendar: string[];
|
|
18408
18809
|
add_to_google_calendar: string[];
|
|
18409
18810
|
cancel: string[];
|
|
18410
18811
|
confirm: string[];
|
|
@@ -18440,6 +18841,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18440
18841
|
} | null;
|
|
18441
18842
|
client_data?: {
|
|
18442
18843
|
email?: string | null;
|
|
18844
|
+
fields?: {
|
|
18845
|
+
[key: string]: unknown;
|
|
18846
|
+
};
|
|
18443
18847
|
first_name?: string | null;
|
|
18444
18848
|
last_name?: string | null;
|
|
18445
18849
|
locale?: string | null;
|
|
@@ -18613,7 +19017,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18613
19017
|
data: {
|
|
18614
19018
|
abandoned_at?: string | null;
|
|
18615
19019
|
appointment?: {
|
|
19020
|
+
add_to_calendar_url: string;
|
|
18616
19021
|
appointment_type: "in_person" | "virtual";
|
|
19022
|
+
cancel_url: string;
|
|
18617
19023
|
cancellation_events: {
|
|
18618
19024
|
actor: string | null;
|
|
18619
19025
|
cancellation_reason: {
|
|
@@ -18649,6 +19055,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18649
19055
|
};
|
|
18650
19056
|
client_data: {
|
|
18651
19057
|
email?: string | null;
|
|
19058
|
+
fields: {
|
|
19059
|
+
[key: string]: unknown;
|
|
19060
|
+
};
|
|
18652
19061
|
first_name?: string | null;
|
|
18653
19062
|
last_name?: string | null;
|
|
18654
19063
|
locale: string | null;
|
|
@@ -18656,6 +19065,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18656
19065
|
reference_id: string | null;
|
|
18657
19066
|
time_zone: string;
|
|
18658
19067
|
};
|
|
19068
|
+
confirm_url: string;
|
|
18659
19069
|
confirmation_events: {
|
|
18660
19070
|
actor: string | null;
|
|
18661
19071
|
end_at: {
|
|
@@ -18686,11 +19096,14 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18686
19096
|
unix_ts: number;
|
|
18687
19097
|
utc: string;
|
|
18688
19098
|
};
|
|
19099
|
+
ics_url: string;
|
|
18689
19100
|
id: string;
|
|
19101
|
+
join_url: string;
|
|
18690
19102
|
meeting: {
|
|
18691
19103
|
conferencing_provider: string | null;
|
|
18692
19104
|
error_message: string | null;
|
|
18693
19105
|
external_meeting_id: string | null;
|
|
19106
|
+
host_url: string | null;
|
|
18694
19107
|
id: string;
|
|
18695
19108
|
join_url: string | null;
|
|
18696
19109
|
object: "appointment_meeting";
|
|
@@ -18758,6 +19171,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18758
19171
|
};
|
|
18759
19172
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
18760
19173
|
}[];
|
|
19174
|
+
reschedule_url: string;
|
|
18761
19175
|
service: {
|
|
18762
19176
|
appointment_type: "in_person" | "virtual";
|
|
18763
19177
|
booking_policy: {
|
|
@@ -18838,8 +19252,8 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18838
19252
|
};
|
|
18839
19253
|
status: "scheduled" | "canceled";
|
|
18840
19254
|
updated_at?: string;
|
|
18841
|
-
urls
|
|
18842
|
-
add_to_calendar
|
|
19255
|
+
urls: {
|
|
19256
|
+
add_to_calendar: string[];
|
|
18843
19257
|
add_to_google_calendar: string[];
|
|
18844
19258
|
cancel: string[];
|
|
18845
19259
|
confirm: string[];
|
|
@@ -18875,6 +19289,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18875
19289
|
} | null;
|
|
18876
19290
|
client_data?: {
|
|
18877
19291
|
email?: string | null;
|
|
19292
|
+
fields?: {
|
|
19293
|
+
[key: string]: unknown;
|
|
19294
|
+
};
|
|
18878
19295
|
first_name?: string | null;
|
|
18879
19296
|
last_name?: string | null;
|
|
18880
19297
|
locale?: string | null;
|
|
@@ -19155,7 +19572,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19155
19572
|
data: {
|
|
19156
19573
|
abandoned_at?: string | null;
|
|
19157
19574
|
appointment?: {
|
|
19575
|
+
add_to_calendar_url: string;
|
|
19158
19576
|
appointment_type: "in_person" | "virtual";
|
|
19577
|
+
cancel_url: string;
|
|
19159
19578
|
cancellation_events: {
|
|
19160
19579
|
actor: string | null;
|
|
19161
19580
|
cancellation_reason: {
|
|
@@ -19191,6 +19610,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19191
19610
|
};
|
|
19192
19611
|
client_data: {
|
|
19193
19612
|
email?: string | null;
|
|
19613
|
+
fields: {
|
|
19614
|
+
[key: string]: unknown;
|
|
19615
|
+
};
|
|
19194
19616
|
first_name?: string | null;
|
|
19195
19617
|
last_name?: string | null;
|
|
19196
19618
|
locale: string | null;
|
|
@@ -19198,6 +19620,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19198
19620
|
reference_id: string | null;
|
|
19199
19621
|
time_zone: string;
|
|
19200
19622
|
};
|
|
19623
|
+
confirm_url: string;
|
|
19201
19624
|
confirmation_events: {
|
|
19202
19625
|
actor: string | null;
|
|
19203
19626
|
end_at: {
|
|
@@ -19228,11 +19651,14 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19228
19651
|
unix_ts: number;
|
|
19229
19652
|
utc: string;
|
|
19230
19653
|
};
|
|
19654
|
+
ics_url: string;
|
|
19231
19655
|
id: string;
|
|
19656
|
+
join_url: string;
|
|
19232
19657
|
meeting: {
|
|
19233
19658
|
conferencing_provider: string | null;
|
|
19234
19659
|
error_message: string | null;
|
|
19235
19660
|
external_meeting_id: string | null;
|
|
19661
|
+
host_url: string | null;
|
|
19236
19662
|
id: string;
|
|
19237
19663
|
join_url: string | null;
|
|
19238
19664
|
object: "appointment_meeting";
|
|
@@ -19300,6 +19726,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19300
19726
|
};
|
|
19301
19727
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
19302
19728
|
}[];
|
|
19729
|
+
reschedule_url: string;
|
|
19303
19730
|
service: {
|
|
19304
19731
|
appointment_type: "in_person" | "virtual";
|
|
19305
19732
|
booking_policy: {
|
|
@@ -19380,8 +19807,8 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19380
19807
|
};
|
|
19381
19808
|
status: "scheduled" | "canceled";
|
|
19382
19809
|
updated_at?: string;
|
|
19383
|
-
urls
|
|
19384
|
-
add_to_calendar
|
|
19810
|
+
urls: {
|
|
19811
|
+
add_to_calendar: string[];
|
|
19385
19812
|
add_to_google_calendar: string[];
|
|
19386
19813
|
cancel: string[];
|
|
19387
19814
|
confirm: string[];
|
|
@@ -19417,6 +19844,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19417
19844
|
} | null;
|
|
19418
19845
|
client_data?: {
|
|
19419
19846
|
email?: string | null;
|
|
19847
|
+
fields?: {
|
|
19848
|
+
[key: string]: unknown;
|
|
19849
|
+
};
|
|
19420
19850
|
first_name?: string | null;
|
|
19421
19851
|
last_name?: string | null;
|
|
19422
19852
|
locale?: string | null;
|
|
@@ -19596,7 +20026,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19596
20026
|
data: {
|
|
19597
20027
|
abandoned_at?: string | null;
|
|
19598
20028
|
appointment?: {
|
|
20029
|
+
add_to_calendar_url: string;
|
|
19599
20030
|
appointment_type: "in_person" | "virtual";
|
|
20031
|
+
cancel_url: string;
|
|
19600
20032
|
cancellation_events: {
|
|
19601
20033
|
actor: string | null;
|
|
19602
20034
|
cancellation_reason: {
|
|
@@ -19632,6 +20064,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19632
20064
|
};
|
|
19633
20065
|
client_data: {
|
|
19634
20066
|
email?: string | null;
|
|
20067
|
+
fields: {
|
|
20068
|
+
[key: string]: unknown;
|
|
20069
|
+
};
|
|
19635
20070
|
first_name?: string | null;
|
|
19636
20071
|
last_name?: string | null;
|
|
19637
20072
|
locale: string | null;
|
|
@@ -19639,6 +20074,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19639
20074
|
reference_id: string | null;
|
|
19640
20075
|
time_zone: string;
|
|
19641
20076
|
};
|
|
20077
|
+
confirm_url: string;
|
|
19642
20078
|
confirmation_events: {
|
|
19643
20079
|
actor: string | null;
|
|
19644
20080
|
end_at: {
|
|
@@ -19669,11 +20105,14 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19669
20105
|
unix_ts: number;
|
|
19670
20106
|
utc: string;
|
|
19671
20107
|
};
|
|
20108
|
+
ics_url: string;
|
|
19672
20109
|
id: string;
|
|
20110
|
+
join_url: string;
|
|
19673
20111
|
meeting: {
|
|
19674
20112
|
conferencing_provider: string | null;
|
|
19675
20113
|
error_message: string | null;
|
|
19676
20114
|
external_meeting_id: string | null;
|
|
20115
|
+
host_url: string | null;
|
|
19677
20116
|
id: string;
|
|
19678
20117
|
join_url: string | null;
|
|
19679
20118
|
object: "appointment_meeting";
|
|
@@ -19741,6 +20180,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19741
20180
|
};
|
|
19742
20181
|
source: "client_ui" | "dashboard" | "api" | "public_api";
|
|
19743
20182
|
}[];
|
|
20183
|
+
reschedule_url: string;
|
|
19744
20184
|
service: {
|
|
19745
20185
|
appointment_type: "in_person" | "virtual";
|
|
19746
20186
|
booking_policy: {
|
|
@@ -19821,8 +20261,8 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19821
20261
|
};
|
|
19822
20262
|
status: "scheduled" | "canceled";
|
|
19823
20263
|
updated_at?: string;
|
|
19824
|
-
urls
|
|
19825
|
-
add_to_calendar
|
|
20264
|
+
urls: {
|
|
20265
|
+
add_to_calendar: string[];
|
|
19826
20266
|
add_to_google_calendar: string[];
|
|
19827
20267
|
cancel: string[];
|
|
19828
20268
|
confirm: string[];
|
|
@@ -19858,6 +20298,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19858
20298
|
} | null;
|
|
19859
20299
|
client_data?: {
|
|
19860
20300
|
email?: string | null;
|
|
20301
|
+
fields?: {
|
|
20302
|
+
[key: string]: unknown;
|
|
20303
|
+
};
|
|
19861
20304
|
first_name?: string | null;
|
|
19862
20305
|
last_name?: string | null;
|
|
19863
20306
|
locale?: string | null;
|
|
@@ -21447,6 +21890,8 @@ interface Options$a extends QueryOptionsFor<"get", "/v1/public/appointments/{app
|
|
|
21447
21890
|
}
|
|
21448
21891
|
declare const usePublicAppointment: (appointment_id: PublicAppointmentParams["path"]["appointment_id"], options?: Options$a) => _tanstack_react_query.UseQueryResult<{
|
|
21449
21892
|
data: {
|
|
21893
|
+
add_to_calendar_url: string;
|
|
21894
|
+
cancel_url: string;
|
|
21450
21895
|
cancellation: {
|
|
21451
21896
|
allowed: boolean;
|
|
21452
21897
|
disabled_message: string | null;
|
|
@@ -21459,8 +21904,10 @@ declare const usePublicAppointment: (appointment_id: PublicAppointmentParams["pa
|
|
|
21459
21904
|
unix_ts: number;
|
|
21460
21905
|
utc: string;
|
|
21461
21906
|
};
|
|
21907
|
+
ics_url: string;
|
|
21462
21908
|
id: string;
|
|
21463
21909
|
object: "public_appointment";
|
|
21910
|
+
reschedule_url: string;
|
|
21464
21911
|
rescheduling: {
|
|
21465
21912
|
allowed: boolean;
|
|
21466
21913
|
disabled_message: string | null;
|
|
@@ -21499,6 +21946,8 @@ interface Options$9 extends QueryOptionsFor<"get", "/v1/public/booking_intents/{
|
|
|
21499
21946
|
declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentParams["path"]["booking_intent_id"], options?: Options$9) => _tanstack_react_query.UseQueryResult<{
|
|
21500
21947
|
data: {
|
|
21501
21948
|
appointment?: {
|
|
21949
|
+
add_to_calendar_url: string;
|
|
21950
|
+
cancel_url: string;
|
|
21502
21951
|
cancellation: {
|
|
21503
21952
|
allowed: boolean;
|
|
21504
21953
|
disabled_message: string | null;
|
|
@@ -21511,8 +21960,10 @@ declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentPar
|
|
|
21511
21960
|
unix_ts: number;
|
|
21512
21961
|
utc: string;
|
|
21513
21962
|
};
|
|
21963
|
+
ics_url: string;
|
|
21514
21964
|
id: string;
|
|
21515
21965
|
object: "public_appointment";
|
|
21966
|
+
reschedule_url: string;
|
|
21516
21967
|
rescheduling: {
|
|
21517
21968
|
allowed: boolean;
|
|
21518
21969
|
disabled_message: string | null;
|