@savvycal/appointments-react-query 0.3.1 → 0.3.3
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 +215 -0
- package/dist/index.d.ts +215 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -723,6 +723,7 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
723
723
|
content: {
|
|
724
724
|
"application/json": {
|
|
725
725
|
errors: {
|
|
726
|
+
code?: string | null;
|
|
726
727
|
detail: string;
|
|
727
728
|
source: {
|
|
728
729
|
pointer: string;
|
|
@@ -1100,6 +1101,7 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
1100
1101
|
content: {
|
|
1101
1102
|
"application/json": {
|
|
1102
1103
|
errors: {
|
|
1104
|
+
code?: string | null;
|
|
1103
1105
|
detail: string;
|
|
1104
1106
|
source: {
|
|
1105
1107
|
pointer: string;
|
|
@@ -1144,6 +1146,13 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
|
|
|
1144
1146
|
utc: string;
|
|
1145
1147
|
};
|
|
1146
1148
|
status: "scheduled" | "canceled";
|
|
1149
|
+
urls: {
|
|
1150
|
+
add_to_calendar: string[];
|
|
1151
|
+
add_to_google_calendar: string[];
|
|
1152
|
+
cancel: string[];
|
|
1153
|
+
ics: string[];
|
|
1154
|
+
reschedule: string[];
|
|
1155
|
+
};
|
|
1147
1156
|
} | null;
|
|
1148
1157
|
end_at?: {
|
|
1149
1158
|
local: string;
|
|
@@ -1167,6 +1176,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
|
|
|
1167
1176
|
};
|
|
1168
1177
|
}, {
|
|
1169
1178
|
errors: {
|
|
1179
|
+
code?: string | null;
|
|
1170
1180
|
detail: string;
|
|
1171
1181
|
source: {
|
|
1172
1182
|
pointer: string;
|
|
@@ -1218,6 +1228,13 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
|
|
|
1218
1228
|
utc: string;
|
|
1219
1229
|
};
|
|
1220
1230
|
status: "scheduled" | "canceled";
|
|
1231
|
+
urls: {
|
|
1232
|
+
add_to_calendar: string[];
|
|
1233
|
+
add_to_google_calendar: string[];
|
|
1234
|
+
cancel: string[];
|
|
1235
|
+
ics: string[];
|
|
1236
|
+
reschedule: string[];
|
|
1237
|
+
};
|
|
1221
1238
|
} | null;
|
|
1222
1239
|
end_at?: {
|
|
1223
1240
|
local: string;
|
|
@@ -1249,6 +1266,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
|
|
|
1249
1266
|
content: {
|
|
1250
1267
|
"application/json": {
|
|
1251
1268
|
errors: {
|
|
1269
|
+
code?: string | null;
|
|
1252
1270
|
detail: string;
|
|
1253
1271
|
source: {
|
|
1254
1272
|
pointer: string;
|
|
@@ -1265,6 +1283,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
|
|
|
1265
1283
|
content: {
|
|
1266
1284
|
"application/json": {
|
|
1267
1285
|
errors: {
|
|
1286
|
+
code?: string | null;
|
|
1268
1287
|
detail: string;
|
|
1269
1288
|
source: {
|
|
1270
1289
|
pointer: string;
|
|
@@ -1704,6 +1723,7 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1704
1723
|
content: {
|
|
1705
1724
|
"application/json": {
|
|
1706
1725
|
errors: {
|
|
1726
|
+
code?: string | null;
|
|
1707
1727
|
detail: string;
|
|
1708
1728
|
source: {
|
|
1709
1729
|
pointer: string;
|
|
@@ -1960,6 +1980,7 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1960
1980
|
content: {
|
|
1961
1981
|
"application/json": {
|
|
1962
1982
|
errors: {
|
|
1983
|
+
code?: string | null;
|
|
1963
1984
|
detail: string;
|
|
1964
1985
|
source: {
|
|
1965
1986
|
pointer: string;
|
|
@@ -2003,9 +2024,17 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
|
|
|
2003
2024
|
utc: string;
|
|
2004
2025
|
};
|
|
2005
2026
|
status: "scheduled" | "canceled";
|
|
2027
|
+
urls: {
|
|
2028
|
+
add_to_calendar: string[];
|
|
2029
|
+
add_to_google_calendar: string[];
|
|
2030
|
+
cancel: string[];
|
|
2031
|
+
ics: string[];
|
|
2032
|
+
reschedule: string[];
|
|
2033
|
+
};
|
|
2006
2034
|
};
|
|
2007
2035
|
}, {
|
|
2008
2036
|
errors: {
|
|
2037
|
+
code?: string | null;
|
|
2009
2038
|
detail: string;
|
|
2010
2039
|
source: {
|
|
2011
2040
|
pointer: string;
|
|
@@ -2063,6 +2092,13 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
|
|
|
2063
2092
|
utc: string;
|
|
2064
2093
|
};
|
|
2065
2094
|
status: "scheduled" | "canceled";
|
|
2095
|
+
urls: {
|
|
2096
|
+
add_to_calendar: string[];
|
|
2097
|
+
add_to_google_calendar: string[];
|
|
2098
|
+
cancel: string[];
|
|
2099
|
+
ics: string[];
|
|
2100
|
+
reschedule: string[];
|
|
2101
|
+
};
|
|
2066
2102
|
};
|
|
2067
2103
|
};
|
|
2068
2104
|
};
|
|
@@ -2074,6 +2110,7 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
|
|
|
2074
2110
|
content: {
|
|
2075
2111
|
"application/json": {
|
|
2076
2112
|
errors: {
|
|
2113
|
+
code?: string | null;
|
|
2077
2114
|
detail: string;
|
|
2078
2115
|
source: {
|
|
2079
2116
|
pointer: string;
|
|
@@ -2090,6 +2127,7 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
|
|
|
2090
2127
|
content: {
|
|
2091
2128
|
"application/json": {
|
|
2092
2129
|
errors: {
|
|
2130
|
+
code?: string | null;
|
|
2093
2131
|
detail: string;
|
|
2094
2132
|
source: {
|
|
2095
2133
|
pointer: string;
|
|
@@ -2106,6 +2144,7 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
|
|
|
2106
2144
|
content: {
|
|
2107
2145
|
"application/json": {
|
|
2108
2146
|
errors: {
|
|
2147
|
+
code?: string | null;
|
|
2109
2148
|
detail: string;
|
|
2110
2149
|
source: {
|
|
2111
2150
|
pointer: string;
|
|
@@ -2790,6 +2829,7 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2790
2829
|
content: {
|
|
2791
2830
|
"application/json": {
|
|
2792
2831
|
errors: {
|
|
2832
|
+
code?: string | null;
|
|
2793
2833
|
detail: string;
|
|
2794
2834
|
source: {
|
|
2795
2835
|
pointer: string;
|
|
@@ -3191,6 +3231,7 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3191
3231
|
content: {
|
|
3192
3232
|
"application/json": {
|
|
3193
3233
|
errors: {
|
|
3234
|
+
code?: string | null;
|
|
3194
3235
|
detail: string;
|
|
3195
3236
|
source: {
|
|
3196
3237
|
pointer: string;
|
|
@@ -3235,6 +3276,13 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
|
|
|
3235
3276
|
utc: string;
|
|
3236
3277
|
};
|
|
3237
3278
|
status: "scheduled" | "canceled";
|
|
3279
|
+
urls: {
|
|
3280
|
+
add_to_calendar: string[];
|
|
3281
|
+
add_to_google_calendar: string[];
|
|
3282
|
+
cancel: string[];
|
|
3283
|
+
ics: string[];
|
|
3284
|
+
reschedule: string[];
|
|
3285
|
+
};
|
|
3238
3286
|
} | null;
|
|
3239
3287
|
end_at?: {
|
|
3240
3288
|
local: string;
|
|
@@ -3258,6 +3306,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
|
|
|
3258
3306
|
};
|
|
3259
3307
|
}, {
|
|
3260
3308
|
errors: {
|
|
3309
|
+
code?: string | null;
|
|
3261
3310
|
detail: string;
|
|
3262
3311
|
source: {
|
|
3263
3312
|
pointer: string;
|
|
@@ -3329,6 +3378,13 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
|
|
|
3329
3378
|
utc: string;
|
|
3330
3379
|
};
|
|
3331
3380
|
status: "scheduled" | "canceled";
|
|
3381
|
+
urls: {
|
|
3382
|
+
add_to_calendar: string[];
|
|
3383
|
+
add_to_google_calendar: string[];
|
|
3384
|
+
cancel: string[];
|
|
3385
|
+
ics: string[];
|
|
3386
|
+
reschedule: string[];
|
|
3387
|
+
};
|
|
3332
3388
|
} | null;
|
|
3333
3389
|
end_at?: {
|
|
3334
3390
|
local: string;
|
|
@@ -3360,6 +3416,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
|
|
|
3360
3416
|
content: {
|
|
3361
3417
|
"application/json": {
|
|
3362
3418
|
errors: {
|
|
3419
|
+
code?: string | null;
|
|
3363
3420
|
detail: string;
|
|
3364
3421
|
source: {
|
|
3365
3422
|
pointer: string;
|
|
@@ -3376,6 +3433,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
|
|
|
3376
3433
|
content: {
|
|
3377
3434
|
"application/json": {
|
|
3378
3435
|
errors: {
|
|
3436
|
+
code?: string | null;
|
|
3379
3437
|
detail: string;
|
|
3380
3438
|
source: {
|
|
3381
3439
|
pointer: string;
|
|
@@ -3815,6 +3873,7 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3815
3873
|
content: {
|
|
3816
3874
|
"application/json": {
|
|
3817
3875
|
errors: {
|
|
3876
|
+
code?: string | null;
|
|
3818
3877
|
detail: string;
|
|
3819
3878
|
source: {
|
|
3820
3879
|
pointer: string;
|
|
@@ -4069,6 +4128,7 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
4069
4128
|
content: {
|
|
4070
4129
|
"application/json": {
|
|
4071
4130
|
errors: {
|
|
4131
|
+
code?: string | null;
|
|
4072
4132
|
detail: string;
|
|
4073
4133
|
source: {
|
|
4074
4134
|
pointer: string;
|
|
@@ -4116,6 +4176,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
|
|
|
4116
4176
|
content: {
|
|
4117
4177
|
"application/json": {
|
|
4118
4178
|
errors: {
|
|
4179
|
+
code?: string | null;
|
|
4119
4180
|
detail: string;
|
|
4120
4181
|
status?: string;
|
|
4121
4182
|
title?: string;
|
|
@@ -4144,6 +4205,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
|
|
|
4144
4205
|
content: {
|
|
4145
4206
|
"application/json": {
|
|
4146
4207
|
errors: {
|
|
4208
|
+
code?: string | null;
|
|
4147
4209
|
detail: string;
|
|
4148
4210
|
source: {
|
|
4149
4211
|
pointer: string;
|
|
@@ -4192,6 +4254,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
|
|
|
4192
4254
|
content: {
|
|
4193
4255
|
"application/json": {
|
|
4194
4256
|
errors: {
|
|
4257
|
+
code?: string | null;
|
|
4195
4258
|
detail: string;
|
|
4196
4259
|
status?: string;
|
|
4197
4260
|
title?: string;
|
|
@@ -4220,6 +4283,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
|
|
|
4220
4283
|
content: {
|
|
4221
4284
|
"application/json": {
|
|
4222
4285
|
errors: {
|
|
4286
|
+
code?: string | null;
|
|
4223
4287
|
detail: string;
|
|
4224
4288
|
source: {
|
|
4225
4289
|
pointer: string;
|
|
@@ -4301,6 +4365,7 @@ declare const useCreateAccountUser: (options?: Options$11) => _tanstack_react_qu
|
|
|
4301
4365
|
content: {
|
|
4302
4366
|
"application/json": {
|
|
4303
4367
|
errors: {
|
|
4368
|
+
code?: string | null;
|
|
4304
4369
|
detail: string;
|
|
4305
4370
|
source: {
|
|
4306
4371
|
pointer: string;
|
|
@@ -4382,6 +4447,7 @@ declare const useCreateAccountUser: (options?: Options$11) => _tanstack_react_qu
|
|
|
4382
4447
|
content: {
|
|
4383
4448
|
"application/json": {
|
|
4384
4449
|
errors: {
|
|
4450
|
+
code?: string | null;
|
|
4385
4451
|
detail: string;
|
|
4386
4452
|
source: {
|
|
4387
4453
|
pointer: string;
|
|
@@ -4821,6 +4887,7 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4821
4887
|
content: {
|
|
4822
4888
|
"application/json": {
|
|
4823
4889
|
errors: {
|
|
4890
|
+
code?: string | null;
|
|
4824
4891
|
detail: string;
|
|
4825
4892
|
source: {
|
|
4826
4893
|
pointer: string;
|
|
@@ -5088,6 +5155,7 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
5088
5155
|
content: {
|
|
5089
5156
|
"application/json": {
|
|
5090
5157
|
errors: {
|
|
5158
|
+
code?: string | null;
|
|
5091
5159
|
detail: string;
|
|
5092
5160
|
source: {
|
|
5093
5161
|
pointer: string;
|
|
@@ -5183,6 +5251,7 @@ declare const useCreateBlock: (options?: Options$$) => _tanstack_react_query.Use
|
|
|
5183
5251
|
content: {
|
|
5184
5252
|
"application/json": {
|
|
5185
5253
|
errors: {
|
|
5254
|
+
code?: string | null;
|
|
5186
5255
|
detail: string;
|
|
5187
5256
|
source: {
|
|
5188
5257
|
pointer: string;
|
|
@@ -5280,6 +5349,7 @@ declare const useCreateBlock: (options?: Options$$) => _tanstack_react_query.Use
|
|
|
5280
5349
|
content: {
|
|
5281
5350
|
"application/json": {
|
|
5282
5351
|
errors: {
|
|
5352
|
+
code?: string | null;
|
|
5283
5353
|
detail: string;
|
|
5284
5354
|
source: {
|
|
5285
5355
|
pointer: string;
|
|
@@ -5964,6 +6034,7 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5964
6034
|
content: {
|
|
5965
6035
|
"application/json": {
|
|
5966
6036
|
errors: {
|
|
6037
|
+
code?: string | null;
|
|
5967
6038
|
detail: string;
|
|
5968
6039
|
source: {
|
|
5969
6040
|
pointer: string;
|
|
@@ -6367,6 +6438,7 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6367
6438
|
content: {
|
|
6368
6439
|
"application/json": {
|
|
6369
6440
|
errors: {
|
|
6441
|
+
code?: string | null;
|
|
6370
6442
|
detail: string;
|
|
6371
6443
|
source: {
|
|
6372
6444
|
pointer: string;
|
|
@@ -6416,6 +6488,7 @@ declare const useCreateCancellationReason: (options?: Options$Z) => _tanstack_re
|
|
|
6416
6488
|
content: {
|
|
6417
6489
|
"application/json": {
|
|
6418
6490
|
errors: {
|
|
6491
|
+
code?: string | null;
|
|
6419
6492
|
detail: string;
|
|
6420
6493
|
source: {
|
|
6421
6494
|
pointer: string;
|
|
@@ -6473,6 +6546,7 @@ declare const useCreateCancellationReason: (options?: Options$Z) => _tanstack_re
|
|
|
6473
6546
|
content: {
|
|
6474
6547
|
"application/json": {
|
|
6475
6548
|
errors: {
|
|
6549
|
+
code?: string | null;
|
|
6476
6550
|
detail: string;
|
|
6477
6551
|
source: {
|
|
6478
6552
|
pointer: string;
|
|
@@ -6546,6 +6620,7 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6546
6620
|
content: {
|
|
6547
6621
|
"application/json": {
|
|
6548
6622
|
errors: {
|
|
6623
|
+
code?: string | null;
|
|
6549
6624
|
detail: string;
|
|
6550
6625
|
source: {
|
|
6551
6626
|
pointer: string;
|
|
@@ -6621,6 +6696,7 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6621
6696
|
content: {
|
|
6622
6697
|
"application/json": {
|
|
6623
6698
|
errors: {
|
|
6699
|
+
code?: string | null;
|
|
6624
6700
|
detail: string;
|
|
6625
6701
|
source: {
|
|
6626
6702
|
pointer: string;
|
|
@@ -6684,6 +6760,7 @@ declare const useCreateDashboardSession: (options?: Options$X) => _tanstack_reac
|
|
|
6684
6760
|
content: {
|
|
6685
6761
|
"application/json": {
|
|
6686
6762
|
errors: {
|
|
6763
|
+
code?: string | null;
|
|
6687
6764
|
detail: string;
|
|
6688
6765
|
source: {
|
|
6689
6766
|
pointer: string;
|
|
@@ -6749,6 +6826,7 @@ declare const useCreateDashboardSession: (options?: Options$X) => _tanstack_reac
|
|
|
6749
6826
|
content: {
|
|
6750
6827
|
"application/json": {
|
|
6751
6828
|
errors: {
|
|
6829
|
+
code?: string | null;
|
|
6752
6830
|
detail: string;
|
|
6753
6831
|
source: {
|
|
6754
6832
|
pointer: string;
|
|
@@ -6820,6 +6898,7 @@ declare const useCreateProvider: (options?: Options$W) => _tanstack_react_query.
|
|
|
6820
6898
|
content: {
|
|
6821
6899
|
"application/json": {
|
|
6822
6900
|
errors: {
|
|
6901
|
+
code?: string | null;
|
|
6823
6902
|
detail: string;
|
|
6824
6903
|
source: {
|
|
6825
6904
|
pointer: string;
|
|
@@ -6897,6 +6976,7 @@ declare const useCreateProvider: (options?: Options$W) => _tanstack_react_query.
|
|
|
6897
6976
|
content: {
|
|
6898
6977
|
"application/json": {
|
|
6899
6978
|
errors: {
|
|
6979
|
+
code?: string | null;
|
|
6900
6980
|
detail: string;
|
|
6901
6981
|
source: {
|
|
6902
6982
|
pointer: string;
|
|
@@ -6976,6 +7056,7 @@ declare const useCreateProviderSchedule: (options?: Options$V) => _tanstack_reac
|
|
|
6976
7056
|
content: {
|
|
6977
7057
|
"application/json": {
|
|
6978
7058
|
errors: {
|
|
7059
|
+
code?: string | null;
|
|
6979
7060
|
detail: string;
|
|
6980
7061
|
source: {
|
|
6981
7062
|
pointer: string;
|
|
@@ -7057,6 +7138,7 @@ declare const useCreateProviderSchedule: (options?: Options$V) => _tanstack_reac
|
|
|
7057
7138
|
content: {
|
|
7058
7139
|
"application/json": {
|
|
7059
7140
|
errors: {
|
|
7141
|
+
code?: string | null;
|
|
7060
7142
|
detail: string;
|
|
7061
7143
|
source: {
|
|
7062
7144
|
pointer: string;
|
|
@@ -7100,9 +7182,17 @@ declare const useCreatePublicAppointment: (options?: Options$U) => _tanstack_rea
|
|
|
7100
7182
|
utc: string;
|
|
7101
7183
|
};
|
|
7102
7184
|
status: "scheduled" | "canceled";
|
|
7185
|
+
urls: {
|
|
7186
|
+
add_to_calendar: string[];
|
|
7187
|
+
add_to_google_calendar: string[];
|
|
7188
|
+
cancel: string[];
|
|
7189
|
+
ics: string[];
|
|
7190
|
+
reschedule: string[];
|
|
7191
|
+
};
|
|
7103
7192
|
};
|
|
7104
7193
|
}, {
|
|
7105
7194
|
errors: {
|
|
7195
|
+
code?: string | null;
|
|
7106
7196
|
detail: string;
|
|
7107
7197
|
source: {
|
|
7108
7198
|
pointer: string;
|
|
@@ -7171,6 +7261,13 @@ declare const useCreatePublicAppointment: (options?: Options$U) => _tanstack_rea
|
|
|
7171
7261
|
utc: string;
|
|
7172
7262
|
};
|
|
7173
7263
|
status: "scheduled" | "canceled";
|
|
7264
|
+
urls: {
|
|
7265
|
+
add_to_calendar: string[];
|
|
7266
|
+
add_to_google_calendar: string[];
|
|
7267
|
+
cancel: string[];
|
|
7268
|
+
ics: string[];
|
|
7269
|
+
reschedule: string[];
|
|
7270
|
+
};
|
|
7174
7271
|
};
|
|
7175
7272
|
};
|
|
7176
7273
|
};
|
|
@@ -7182,6 +7279,7 @@ declare const useCreatePublicAppointment: (options?: Options$U) => _tanstack_rea
|
|
|
7182
7279
|
content: {
|
|
7183
7280
|
"application/json": {
|
|
7184
7281
|
errors: {
|
|
7282
|
+
code?: string | null;
|
|
7185
7283
|
detail: string;
|
|
7186
7284
|
source: {
|
|
7187
7285
|
pointer: string;
|
|
@@ -7226,6 +7324,13 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
|
|
|
7226
7324
|
utc: string;
|
|
7227
7325
|
};
|
|
7228
7326
|
status: "scheduled" | "canceled";
|
|
7327
|
+
urls: {
|
|
7328
|
+
add_to_calendar: string[];
|
|
7329
|
+
add_to_google_calendar: string[];
|
|
7330
|
+
cancel: string[];
|
|
7331
|
+
ics: string[];
|
|
7332
|
+
reschedule: string[];
|
|
7333
|
+
};
|
|
7229
7334
|
} | null;
|
|
7230
7335
|
end_at?: {
|
|
7231
7336
|
local: string;
|
|
@@ -7249,6 +7354,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
|
|
|
7249
7354
|
};
|
|
7250
7355
|
}, {
|
|
7251
7356
|
errors: {
|
|
7357
|
+
code?: string | null;
|
|
7252
7358
|
detail: string;
|
|
7253
7359
|
source: {
|
|
7254
7360
|
pointer: string;
|
|
@@ -7319,6 +7425,13 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
|
|
|
7319
7425
|
utc: string;
|
|
7320
7426
|
};
|
|
7321
7427
|
status: "scheduled" | "canceled";
|
|
7428
|
+
urls: {
|
|
7429
|
+
add_to_calendar: string[];
|
|
7430
|
+
add_to_google_calendar: string[];
|
|
7431
|
+
cancel: string[];
|
|
7432
|
+
ics: string[];
|
|
7433
|
+
reschedule: string[];
|
|
7434
|
+
};
|
|
7322
7435
|
} | null;
|
|
7323
7436
|
end_at?: {
|
|
7324
7437
|
local: string;
|
|
@@ -7350,6 +7463,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
|
|
|
7350
7463
|
content: {
|
|
7351
7464
|
"application/json": {
|
|
7352
7465
|
errors: {
|
|
7466
|
+
code?: string | null;
|
|
7353
7467
|
detail: string;
|
|
7354
7468
|
source: {
|
|
7355
7469
|
pointer: string;
|
|
@@ -7366,6 +7480,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
|
|
|
7366
7480
|
content: {
|
|
7367
7481
|
"application/json": {
|
|
7368
7482
|
errors: {
|
|
7483
|
+
code?: string | null;
|
|
7369
7484
|
detail: string;
|
|
7370
7485
|
source: {
|
|
7371
7486
|
pointer: string;
|
|
@@ -7515,6 +7630,7 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7515
7630
|
content: {
|
|
7516
7631
|
"application/json": {
|
|
7517
7632
|
errors: {
|
|
7633
|
+
code?: string | null;
|
|
7518
7634
|
detail: string;
|
|
7519
7635
|
source: {
|
|
7520
7636
|
pointer: string;
|
|
@@ -7666,6 +7782,7 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7666
7782
|
content: {
|
|
7667
7783
|
"application/json": {
|
|
7668
7784
|
errors: {
|
|
7785
|
+
code?: string | null;
|
|
7669
7786
|
detail: string;
|
|
7670
7787
|
source: {
|
|
7671
7788
|
pointer: string;
|
|
@@ -7764,6 +7881,7 @@ declare const useCreateServiceProvider: (options?: Options$R) => _tanstack_react
|
|
|
7764
7881
|
content: {
|
|
7765
7882
|
"application/json": {
|
|
7766
7883
|
errors: {
|
|
7884
|
+
code?: string | null;
|
|
7767
7885
|
detail: string;
|
|
7768
7886
|
source: {
|
|
7769
7887
|
pointer: string;
|
|
@@ -7854,6 +7972,7 @@ declare const useCreateServiceProvider: (options?: Options$R) => _tanstack_react
|
|
|
7854
7972
|
content: {
|
|
7855
7973
|
"application/json": {
|
|
7856
7974
|
errors: {
|
|
7975
|
+
code?: string | null;
|
|
7857
7976
|
detail: string;
|
|
7858
7977
|
source: {
|
|
7859
7978
|
pointer: string;
|
|
@@ -9013,6 +9132,7 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9013
9132
|
content: {
|
|
9014
9133
|
"application/json": {
|
|
9015
9134
|
errors: {
|
|
9135
|
+
code?: string | null;
|
|
9016
9136
|
detail: string;
|
|
9017
9137
|
source: {
|
|
9018
9138
|
pointer: string;
|
|
@@ -9271,6 +9391,7 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9271
9391
|
content: {
|
|
9272
9392
|
"application/json": {
|
|
9273
9393
|
errors: {
|
|
9394
|
+
code?: string | null;
|
|
9274
9395
|
detail: string;
|
|
9275
9396
|
source: {
|
|
9276
9397
|
pointer: string;
|
|
@@ -9314,9 +9435,17 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
|
|
|
9314
9435
|
utc: string;
|
|
9315
9436
|
};
|
|
9316
9437
|
status: "scheduled" | "canceled";
|
|
9438
|
+
urls: {
|
|
9439
|
+
add_to_calendar: string[];
|
|
9440
|
+
add_to_google_calendar: string[];
|
|
9441
|
+
cancel: string[];
|
|
9442
|
+
ics: string[];
|
|
9443
|
+
reschedule: string[];
|
|
9444
|
+
};
|
|
9317
9445
|
};
|
|
9318
9446
|
}, {
|
|
9319
9447
|
errors: {
|
|
9448
|
+
code?: string | null;
|
|
9320
9449
|
detail: string;
|
|
9321
9450
|
source: {
|
|
9322
9451
|
pointer: string;
|
|
@@ -9376,6 +9505,13 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
|
|
|
9376
9505
|
utc: string;
|
|
9377
9506
|
};
|
|
9378
9507
|
status: "scheduled" | "canceled";
|
|
9508
|
+
urls: {
|
|
9509
|
+
add_to_calendar: string[];
|
|
9510
|
+
add_to_google_calendar: string[];
|
|
9511
|
+
cancel: string[];
|
|
9512
|
+
ics: string[];
|
|
9513
|
+
reschedule: string[];
|
|
9514
|
+
};
|
|
9379
9515
|
};
|
|
9380
9516
|
};
|
|
9381
9517
|
};
|
|
@@ -9387,6 +9523,7 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
|
|
|
9387
9523
|
content: {
|
|
9388
9524
|
"application/json": {
|
|
9389
9525
|
errors: {
|
|
9526
|
+
code?: string | null;
|
|
9390
9527
|
detail: string;
|
|
9391
9528
|
source: {
|
|
9392
9529
|
pointer: string;
|
|
@@ -9403,6 +9540,7 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
|
|
|
9403
9540
|
content: {
|
|
9404
9541
|
"application/json": {
|
|
9405
9542
|
errors: {
|
|
9543
|
+
code?: string | null;
|
|
9406
9544
|
detail: string;
|
|
9407
9545
|
source: {
|
|
9408
9546
|
pointer: string;
|
|
@@ -9419,6 +9557,7 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
|
|
|
9419
9557
|
content: {
|
|
9420
9558
|
"application/json": {
|
|
9421
9559
|
errors: {
|
|
9560
|
+
code?: string | null;
|
|
9422
9561
|
detail: string;
|
|
9423
9562
|
source: {
|
|
9424
9563
|
pointer: string;
|
|
@@ -9493,6 +9632,7 @@ declare const useUpdateAccount: (options?: Options$G) => _tanstack_react_query.U
|
|
|
9493
9632
|
content: {
|
|
9494
9633
|
"application/json": {
|
|
9495
9634
|
errors: {
|
|
9635
|
+
code?: string | null;
|
|
9496
9636
|
detail: string;
|
|
9497
9637
|
source: {
|
|
9498
9638
|
pointer: string;
|
|
@@ -9569,6 +9709,7 @@ declare const useUpdateAccount: (options?: Options$G) => _tanstack_react_query.U
|
|
|
9569
9709
|
content: {
|
|
9570
9710
|
"application/json": {
|
|
9571
9711
|
errors: {
|
|
9712
|
+
code?: string | null;
|
|
9572
9713
|
detail: string;
|
|
9573
9714
|
source: {
|
|
9574
9715
|
pointer: string;
|
|
@@ -9650,6 +9791,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
|
|
|
9650
9791
|
content: {
|
|
9651
9792
|
"application/json": {
|
|
9652
9793
|
errors: {
|
|
9794
|
+
code?: string | null;
|
|
9653
9795
|
detail: string;
|
|
9654
9796
|
status?: string;
|
|
9655
9797
|
title?: string;
|
|
@@ -9664,6 +9806,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
|
|
|
9664
9806
|
content: {
|
|
9665
9807
|
"application/json": {
|
|
9666
9808
|
errors: {
|
|
9809
|
+
code?: string | null;
|
|
9667
9810
|
detail: string;
|
|
9668
9811
|
source: {
|
|
9669
9812
|
pointer: string;
|
|
@@ -9744,6 +9887,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
|
|
|
9744
9887
|
content: {
|
|
9745
9888
|
"application/json": {
|
|
9746
9889
|
errors: {
|
|
9890
|
+
code?: string | null;
|
|
9747
9891
|
detail: string;
|
|
9748
9892
|
status?: string;
|
|
9749
9893
|
title?: string;
|
|
@@ -9758,6 +9902,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
|
|
|
9758
9902
|
content: {
|
|
9759
9903
|
"application/json": {
|
|
9760
9904
|
errors: {
|
|
9905
|
+
code?: string | null;
|
|
9761
9906
|
detail: string;
|
|
9762
9907
|
source: {
|
|
9763
9908
|
pointer: string;
|
|
@@ -9853,6 +9998,7 @@ declare const useUpdateBlock: (options?: Options$E) => _tanstack_react_query.Use
|
|
|
9853
9998
|
content: {
|
|
9854
9999
|
"application/json": {
|
|
9855
10000
|
errors: {
|
|
10001
|
+
code?: string | null;
|
|
9856
10002
|
detail: string;
|
|
9857
10003
|
source: {
|
|
9858
10004
|
pointer: string;
|
|
@@ -9950,6 +10096,7 @@ declare const useUpdateBlock: (options?: Options$E) => _tanstack_react_query.Use
|
|
|
9950
10096
|
content: {
|
|
9951
10097
|
"application/json": {
|
|
9952
10098
|
errors: {
|
|
10099
|
+
code?: string | null;
|
|
9953
10100
|
detail: string;
|
|
9954
10101
|
source: {
|
|
9955
10102
|
pointer: string;
|
|
@@ -10634,6 +10781,7 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10634
10781
|
content: {
|
|
10635
10782
|
"application/json": {
|
|
10636
10783
|
errors: {
|
|
10784
|
+
code?: string | null;
|
|
10637
10785
|
detail: string;
|
|
10638
10786
|
source: {
|
|
10639
10787
|
pointer: string;
|
|
@@ -11039,6 +11187,7 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11039
11187
|
content: {
|
|
11040
11188
|
"application/json": {
|
|
11041
11189
|
errors: {
|
|
11190
|
+
code?: string | null;
|
|
11042
11191
|
detail: string;
|
|
11043
11192
|
source: {
|
|
11044
11193
|
pointer: string;
|
|
@@ -11101,6 +11250,7 @@ declare const useUpdateCancellationReason: (options?: Options$C) => _tanstack_re
|
|
|
11101
11250
|
content: {
|
|
11102
11251
|
"application/json": {
|
|
11103
11252
|
errors: {
|
|
11253
|
+
code?: string | null;
|
|
11104
11254
|
detail: string;
|
|
11105
11255
|
source: {
|
|
11106
11256
|
pointer: string;
|
|
@@ -11173,6 +11323,7 @@ declare const useUpdateCancellationReason: (options?: Options$C) => _tanstack_re
|
|
|
11173
11323
|
content: {
|
|
11174
11324
|
"application/json": {
|
|
11175
11325
|
errors: {
|
|
11326
|
+
code?: string | null;
|
|
11176
11327
|
detail: string;
|
|
11177
11328
|
source: {
|
|
11178
11329
|
pointer: string;
|
|
@@ -11259,6 +11410,7 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11259
11410
|
content: {
|
|
11260
11411
|
"application/json": {
|
|
11261
11412
|
errors: {
|
|
11413
|
+
code?: string | null;
|
|
11262
11414
|
detail: string;
|
|
11263
11415
|
source: {
|
|
11264
11416
|
pointer: string;
|
|
@@ -11349,6 +11501,7 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11349
11501
|
content: {
|
|
11350
11502
|
"application/json": {
|
|
11351
11503
|
errors: {
|
|
11504
|
+
code?: string | null;
|
|
11352
11505
|
detail: string;
|
|
11353
11506
|
source: {
|
|
11354
11507
|
pointer: string;
|
|
@@ -11437,6 +11590,7 @@ declare const useUpdateConnectedAccount: (options?: Options$A) => _tanstack_reac
|
|
|
11437
11590
|
content: {
|
|
11438
11591
|
"application/json": {
|
|
11439
11592
|
errors: {
|
|
11593
|
+
code?: string | null;
|
|
11440
11594
|
detail: string;
|
|
11441
11595
|
source: {
|
|
11442
11596
|
pointer: string;
|
|
@@ -11522,6 +11676,7 @@ declare const useUpdateConnectedAccount: (options?: Options$A) => _tanstack_reac
|
|
|
11522
11676
|
content: {
|
|
11523
11677
|
"application/json": {
|
|
11524
11678
|
errors: {
|
|
11679
|
+
code?: string | null;
|
|
11525
11680
|
detail: string;
|
|
11526
11681
|
source: {
|
|
11527
11682
|
pointer: string;
|
|
@@ -11606,6 +11761,7 @@ declare const useUpdateProvider: (options?: Options$z) => _tanstack_react_query.
|
|
|
11606
11761
|
content: {
|
|
11607
11762
|
"application/json": {
|
|
11608
11763
|
errors: {
|
|
11764
|
+
code?: string | null;
|
|
11609
11765
|
detail: string;
|
|
11610
11766
|
source: {
|
|
11611
11767
|
pointer: string;
|
|
@@ -11694,6 +11850,7 @@ declare const useUpdateProvider: (options?: Options$z) => _tanstack_react_query.
|
|
|
11694
11850
|
content: {
|
|
11695
11851
|
"application/json": {
|
|
11696
11852
|
errors: {
|
|
11853
|
+
code?: string | null;
|
|
11697
11854
|
detail: string;
|
|
11698
11855
|
source: {
|
|
11699
11856
|
pointer: string;
|
|
@@ -11773,6 +11930,7 @@ declare const useUpdateProviderSchedule: (options?: Options$y) => _tanstack_reac
|
|
|
11773
11930
|
content: {
|
|
11774
11931
|
"application/json": {
|
|
11775
11932
|
errors: {
|
|
11933
|
+
code?: string | null;
|
|
11776
11934
|
detail: string;
|
|
11777
11935
|
source: {
|
|
11778
11936
|
pointer: string;
|
|
@@ -11854,6 +12012,7 @@ declare const useUpdateProviderSchedule: (options?: Options$y) => _tanstack_reac
|
|
|
11854
12012
|
content: {
|
|
11855
12013
|
"application/json": {
|
|
11856
12014
|
errors: {
|
|
12015
|
+
code?: string | null;
|
|
11857
12016
|
detail: string;
|
|
11858
12017
|
source: {
|
|
11859
12018
|
pointer: string;
|
|
@@ -11898,6 +12057,13 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
|
|
|
11898
12057
|
utc: string;
|
|
11899
12058
|
};
|
|
11900
12059
|
status: "scheduled" | "canceled";
|
|
12060
|
+
urls: {
|
|
12061
|
+
add_to_calendar: string[];
|
|
12062
|
+
add_to_google_calendar: string[];
|
|
12063
|
+
cancel: string[];
|
|
12064
|
+
ics: string[];
|
|
12065
|
+
reschedule: string[];
|
|
12066
|
+
};
|
|
11901
12067
|
} | null;
|
|
11902
12068
|
end_at?: {
|
|
11903
12069
|
local: string;
|
|
@@ -11921,6 +12087,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
|
|
|
11921
12087
|
};
|
|
11922
12088
|
}, {
|
|
11923
12089
|
errors: {
|
|
12090
|
+
code?: string | null;
|
|
11924
12091
|
detail: string;
|
|
11925
12092
|
source: {
|
|
11926
12093
|
pointer: string;
|
|
@@ -11992,6 +12159,13 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
|
|
|
11992
12159
|
utc: string;
|
|
11993
12160
|
};
|
|
11994
12161
|
status: "scheduled" | "canceled";
|
|
12162
|
+
urls: {
|
|
12163
|
+
add_to_calendar: string[];
|
|
12164
|
+
add_to_google_calendar: string[];
|
|
12165
|
+
cancel: string[];
|
|
12166
|
+
ics: string[];
|
|
12167
|
+
reschedule: string[];
|
|
12168
|
+
};
|
|
11995
12169
|
} | null;
|
|
11996
12170
|
end_at?: {
|
|
11997
12171
|
local: string;
|
|
@@ -12023,6 +12197,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
|
|
|
12023
12197
|
content: {
|
|
12024
12198
|
"application/json": {
|
|
12025
12199
|
errors: {
|
|
12200
|
+
code?: string | null;
|
|
12026
12201
|
detail: string;
|
|
12027
12202
|
source: {
|
|
12028
12203
|
pointer: string;
|
|
@@ -12039,6 +12214,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
|
|
|
12039
12214
|
content: {
|
|
12040
12215
|
"application/json": {
|
|
12041
12216
|
errors: {
|
|
12217
|
+
code?: string | null;
|
|
12042
12218
|
detail: string;
|
|
12043
12219
|
source: {
|
|
12044
12220
|
pointer: string;
|
|
@@ -12201,6 +12377,7 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12201
12377
|
content: {
|
|
12202
12378
|
"application/json": {
|
|
12203
12379
|
errors: {
|
|
12380
|
+
code?: string | null;
|
|
12204
12381
|
detail: string;
|
|
12205
12382
|
source: {
|
|
12206
12383
|
pointer: string;
|
|
@@ -12367,6 +12544,7 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12367
12544
|
content: {
|
|
12368
12545
|
"application/json": {
|
|
12369
12546
|
errors: {
|
|
12547
|
+
code?: string | null;
|
|
12370
12548
|
detail: string;
|
|
12371
12549
|
source: {
|
|
12372
12550
|
pointer: string;
|
|
@@ -12535,6 +12713,7 @@ declare const useAccountUsers: (options?: Options$u) => _tanstack_react_query.Us
|
|
|
12535
12713
|
content: {
|
|
12536
12714
|
"application/json": {
|
|
12537
12715
|
errors: {
|
|
12716
|
+
code?: string | null;
|
|
12538
12717
|
detail: string;
|
|
12539
12718
|
source: {
|
|
12540
12719
|
pointer: string;
|
|
@@ -12594,6 +12773,7 @@ declare const useAccounts: (queryParams?: AccountsParams["query"], options?: Opt
|
|
|
12594
12773
|
content: {
|
|
12595
12774
|
"application/json": {
|
|
12596
12775
|
errors: {
|
|
12776
|
+
code?: string | null;
|
|
12597
12777
|
detail: string;
|
|
12598
12778
|
status?: string;
|
|
12599
12779
|
title?: string;
|
|
@@ -12622,6 +12802,7 @@ declare const useAccounts: (queryParams?: AccountsParams["query"], options?: Opt
|
|
|
12622
12802
|
content: {
|
|
12623
12803
|
"application/json": {
|
|
12624
12804
|
errors: {
|
|
12805
|
+
code?: string | null;
|
|
12625
12806
|
detail: string;
|
|
12626
12807
|
source: {
|
|
12627
12808
|
pointer: string;
|
|
@@ -13061,6 +13242,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13061
13242
|
content: {
|
|
13062
13243
|
"application/json": {
|
|
13063
13244
|
errors: {
|
|
13245
|
+
code?: string | null;
|
|
13064
13246
|
detail: string;
|
|
13065
13247
|
source: {
|
|
13066
13248
|
pointer: string;
|
|
@@ -13512,6 +13694,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13512
13694
|
content: {
|
|
13513
13695
|
"application/json": {
|
|
13514
13696
|
errors: {
|
|
13697
|
+
code?: string | null;
|
|
13515
13698
|
detail: string;
|
|
13516
13699
|
source: {
|
|
13517
13700
|
pointer: string;
|
|
@@ -13711,6 +13894,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
13711
13894
|
content: {
|
|
13712
13895
|
"application/json": {
|
|
13713
13896
|
errors: {
|
|
13897
|
+
code?: string | null;
|
|
13714
13898
|
detail: string;
|
|
13715
13899
|
source: {
|
|
13716
13900
|
pointer: string;
|
|
@@ -15062,6 +15246,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15062
15246
|
content: {
|
|
15063
15247
|
"application/json": {
|
|
15064
15248
|
errors: {
|
|
15249
|
+
code?: string | null;
|
|
15065
15250
|
detail: string;
|
|
15066
15251
|
source: {
|
|
15067
15252
|
pointer: string;
|
|
@@ -15166,6 +15351,7 @@ declare const useCancellationReasons: (options?: Options$l) => _tanstack_react_q
|
|
|
15166
15351
|
content: {
|
|
15167
15352
|
"application/json": {
|
|
15168
15353
|
errors: {
|
|
15354
|
+
code?: string | null;
|
|
15169
15355
|
detail: string;
|
|
15170
15356
|
source: {
|
|
15171
15357
|
pointer: string;
|
|
@@ -15321,6 +15507,7 @@ declare const useClients: (queryParams?: ClientsParams["query"], options?: Optio
|
|
|
15321
15507
|
content: {
|
|
15322
15508
|
"application/json": {
|
|
15323
15509
|
errors: {
|
|
15510
|
+
code?: string | null;
|
|
15324
15511
|
detail: string;
|
|
15325
15512
|
source: {
|
|
15326
15513
|
pointer: string;
|
|
@@ -15480,6 +15667,7 @@ declare const useConnectedAccounts: (queryParams?: ConnectedAccountsParams["quer
|
|
|
15480
15667
|
content: {
|
|
15481
15668
|
"application/json": {
|
|
15482
15669
|
errors: {
|
|
15670
|
+
code?: string | null;
|
|
15483
15671
|
detail: string;
|
|
15484
15672
|
source: {
|
|
15485
15673
|
pointer: string;
|
|
@@ -15526,6 +15714,7 @@ declare const useCurrentAccount: (options?: Options$g) => _tanstack_react_query.
|
|
|
15526
15714
|
content: {
|
|
15527
15715
|
"application/json": {
|
|
15528
15716
|
errors: {
|
|
15717
|
+
code?: string | null;
|
|
15529
15718
|
detail: string;
|
|
15530
15719
|
status?: string;
|
|
15531
15720
|
title?: string;
|
|
@@ -15604,6 +15793,7 @@ declare const useCurrentAccountUser: (options?: Options$f) => _tanstack_react_qu
|
|
|
15604
15793
|
content: {
|
|
15605
15794
|
"application/json": {
|
|
15606
15795
|
errors: {
|
|
15796
|
+
code?: string | null;
|
|
15607
15797
|
detail: string;
|
|
15608
15798
|
status?: string;
|
|
15609
15799
|
title?: string;
|
|
@@ -15662,6 +15852,7 @@ declare const useCurrentPlatform: (options?: Options$e) => _tanstack_react_query
|
|
|
15662
15852
|
content: {
|
|
15663
15853
|
"application/json": {
|
|
15664
15854
|
errors: {
|
|
15855
|
+
code?: string | null;
|
|
15665
15856
|
detail: string;
|
|
15666
15857
|
status?: string;
|
|
15667
15858
|
title?: string;
|
|
@@ -15750,6 +15941,7 @@ declare const useEarliestPublicServiceSlot: (service_id: EarliestPublicServiceSl
|
|
|
15750
15941
|
content: {
|
|
15751
15942
|
"application/json": {
|
|
15752
15943
|
errors: {
|
|
15944
|
+
code?: string | null;
|
|
15753
15945
|
detail: string;
|
|
15754
15946
|
source: {
|
|
15755
15947
|
pointer: string;
|
|
@@ -15985,6 +16177,7 @@ declare const useProviderSchedules: (queryParams?: ProviderSchedulesParams["quer
|
|
|
15985
16177
|
content: {
|
|
15986
16178
|
"application/json": {
|
|
15987
16179
|
errors: {
|
|
16180
|
+
code?: string | null;
|
|
15988
16181
|
detail: string;
|
|
15989
16182
|
source: {
|
|
15990
16183
|
pointer: string;
|
|
@@ -16068,6 +16261,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
|
|
|
16068
16261
|
content: {
|
|
16069
16262
|
"application/json": {
|
|
16070
16263
|
errors: {
|
|
16264
|
+
code?: string | null;
|
|
16071
16265
|
detail: string;
|
|
16072
16266
|
source: {
|
|
16073
16267
|
pointer: string;
|
|
@@ -16111,9 +16305,17 @@ declare const usePublicAppointment: (appointment_id: PublicAppointmentParams["pa
|
|
|
16111
16305
|
utc: string;
|
|
16112
16306
|
};
|
|
16113
16307
|
status: "scheduled" | "canceled";
|
|
16308
|
+
urls: {
|
|
16309
|
+
add_to_calendar: string[];
|
|
16310
|
+
add_to_google_calendar: string[];
|
|
16311
|
+
cancel: string[];
|
|
16312
|
+
ics: string[];
|
|
16313
|
+
reschedule: string[];
|
|
16314
|
+
};
|
|
16114
16315
|
};
|
|
16115
16316
|
}, {
|
|
16116
16317
|
errors: {
|
|
16318
|
+
code?: string | null;
|
|
16117
16319
|
detail: string;
|
|
16118
16320
|
source: {
|
|
16119
16321
|
pointer: string;
|
|
@@ -16155,6 +16357,13 @@ declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentPar
|
|
|
16155
16357
|
utc: string;
|
|
16156
16358
|
};
|
|
16157
16359
|
status: "scheduled" | "canceled";
|
|
16360
|
+
urls: {
|
|
16361
|
+
add_to_calendar: string[];
|
|
16362
|
+
add_to_google_calendar: string[];
|
|
16363
|
+
cancel: string[];
|
|
16364
|
+
ics: string[];
|
|
16365
|
+
reschedule: string[];
|
|
16366
|
+
};
|
|
16158
16367
|
} | null;
|
|
16159
16368
|
end_at?: {
|
|
16160
16369
|
local: string;
|
|
@@ -16178,6 +16387,7 @@ declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentPar
|
|
|
16178
16387
|
};
|
|
16179
16388
|
}, {
|
|
16180
16389
|
errors: {
|
|
16390
|
+
code?: string | null;
|
|
16181
16391
|
detail: string;
|
|
16182
16392
|
source: {
|
|
16183
16393
|
pointer: string;
|
|
@@ -16199,6 +16409,7 @@ declare const usePublicCancellationReasons: (appointment_id: PublicCancellationR
|
|
|
16199
16409
|
}[];
|
|
16200
16410
|
}, {
|
|
16201
16411
|
errors: {
|
|
16412
|
+
code?: string | null;
|
|
16202
16413
|
detail: string;
|
|
16203
16414
|
source: {
|
|
16204
16415
|
pointer: string;
|
|
@@ -16272,6 +16483,7 @@ declare const usePublicServiceSlots: (service_id: PublicServiceSlotsParams["path
|
|
|
16272
16483
|
content: {
|
|
16273
16484
|
"application/json": {
|
|
16274
16485
|
errors: {
|
|
16486
|
+
code?: string | null;
|
|
16275
16487
|
detail: string;
|
|
16276
16488
|
source: {
|
|
16277
16489
|
pointer: string;
|
|
@@ -16330,6 +16542,7 @@ declare const useRoles: (options?: Options$4) => _tanstack_react_query.UseQueryR
|
|
|
16330
16542
|
content: {
|
|
16331
16543
|
"application/json": {
|
|
16332
16544
|
errors: {
|
|
16545
|
+
code?: string | null;
|
|
16333
16546
|
detail: string;
|
|
16334
16547
|
source: {
|
|
16335
16548
|
pointer: string;
|
|
@@ -16698,6 +16911,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
|
|
|
16698
16911
|
content: {
|
|
16699
16912
|
"application/json": {
|
|
16700
16913
|
errors: {
|
|
16914
|
+
code?: string | null;
|
|
16701
16915
|
detail: string;
|
|
16702
16916
|
source: {
|
|
16703
16917
|
pointer: string;
|
|
@@ -16859,6 +17073,7 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
16859
17073
|
content: {
|
|
16860
17074
|
"application/json": {
|
|
16861
17075
|
errors: {
|
|
17076
|
+
code?: string | null;
|
|
16862
17077
|
detail: string;
|
|
16863
17078
|
source: {
|
|
16864
17079
|
pointer: string;
|