@savvycal/appointments-react-query 1.2.5 → 1.2.7
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 +138 -25
- package/dist/index.d.ts +138 -25
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as openapi_react_query from 'openapi-react-query';
|
|
2
2
|
import * as _savvycal_appointments_core from '@savvycal/appointments-core';
|
|
3
|
-
import {
|
|
3
|
+
import { paths, FetchClient, FetchClientOptions } from '@savvycal/appointments-core';
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseMutationOptions, UseQueryOptions } from '@tanstack/react-query';
|
|
6
6
|
import * as openapi_fetch from 'openapi-fetch';
|
|
@@ -162,6 +162,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
162
162
|
[key: string]: unknown;
|
|
163
163
|
};
|
|
164
164
|
object: "provider";
|
|
165
|
+
time_zone: string;
|
|
165
166
|
updated_at: string;
|
|
166
167
|
};
|
|
167
168
|
providers: {
|
|
@@ -175,6 +176,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
175
176
|
};
|
|
176
177
|
object: "provider";
|
|
177
178
|
role: "primary" | "secondary";
|
|
179
|
+
time_zone: string;
|
|
178
180
|
updated_at: string;
|
|
179
181
|
}[];
|
|
180
182
|
reschedule_events: {
|
|
@@ -374,6 +376,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
374
376
|
[key: string]: unknown;
|
|
375
377
|
};
|
|
376
378
|
object: "provider";
|
|
379
|
+
time_zone: string;
|
|
377
380
|
updated_at: string;
|
|
378
381
|
} | null;
|
|
379
382
|
requirements?: {
|
|
@@ -398,6 +401,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
398
401
|
[key: string]: unknown;
|
|
399
402
|
};
|
|
400
403
|
object: "provider";
|
|
404
|
+
time_zone: string;
|
|
401
405
|
updated_at: string;
|
|
402
406
|
}[] | null;
|
|
403
407
|
service?: {
|
|
@@ -610,6 +614,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
610
614
|
[key: string]: unknown;
|
|
611
615
|
};
|
|
612
616
|
object: "provider";
|
|
617
|
+
time_zone: string;
|
|
613
618
|
updated_at: string;
|
|
614
619
|
};
|
|
615
620
|
providers: {
|
|
@@ -623,6 +628,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
623
628
|
};
|
|
624
629
|
object: "provider";
|
|
625
630
|
role: "primary" | "secondary";
|
|
631
|
+
time_zone: string;
|
|
626
632
|
updated_at: string;
|
|
627
633
|
}[];
|
|
628
634
|
reschedule_events: {
|
|
@@ -822,6 +828,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
822
828
|
[key: string]: unknown;
|
|
823
829
|
};
|
|
824
830
|
object: "provider";
|
|
831
|
+
time_zone: string;
|
|
825
832
|
updated_at: string;
|
|
826
833
|
} | null;
|
|
827
834
|
requirements?: {
|
|
@@ -846,6 +853,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
846
853
|
[key: string]: unknown;
|
|
847
854
|
};
|
|
848
855
|
object: "provider";
|
|
856
|
+
time_zone: string;
|
|
849
857
|
updated_at: string;
|
|
850
858
|
}[] | null;
|
|
851
859
|
service?: {
|
|
@@ -1117,6 +1125,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1117
1125
|
[key: string]: unknown;
|
|
1118
1126
|
};
|
|
1119
1127
|
object: "provider";
|
|
1128
|
+
time_zone: string;
|
|
1120
1129
|
updated_at: string;
|
|
1121
1130
|
};
|
|
1122
1131
|
providers: {
|
|
@@ -1130,6 +1139,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1130
1139
|
};
|
|
1131
1140
|
object: "provider";
|
|
1132
1141
|
role: "primary" | "secondary";
|
|
1142
|
+
time_zone: string;
|
|
1133
1143
|
updated_at: string;
|
|
1134
1144
|
}[];
|
|
1135
1145
|
reschedule_events: {
|
|
@@ -1329,6 +1339,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1329
1339
|
[key: string]: unknown;
|
|
1330
1340
|
};
|
|
1331
1341
|
object: "provider";
|
|
1342
|
+
time_zone: string;
|
|
1332
1343
|
updated_at: string;
|
|
1333
1344
|
} | null;
|
|
1334
1345
|
requirements?: {
|
|
@@ -1353,6 +1364,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1353
1364
|
[key: string]: unknown;
|
|
1354
1365
|
};
|
|
1355
1366
|
object: "provider";
|
|
1367
|
+
time_zone: string;
|
|
1356
1368
|
updated_at: string;
|
|
1357
1369
|
}[] | null;
|
|
1358
1370
|
service?: {
|
|
@@ -2131,6 +2143,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2131
2143
|
[key: string]: unknown;
|
|
2132
2144
|
};
|
|
2133
2145
|
object: "provider";
|
|
2146
|
+
time_zone: string;
|
|
2134
2147
|
updated_at: string;
|
|
2135
2148
|
};
|
|
2136
2149
|
providers: {
|
|
@@ -2144,6 +2157,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2144
2157
|
};
|
|
2145
2158
|
object: "provider";
|
|
2146
2159
|
role: "primary" | "secondary";
|
|
2160
|
+
time_zone: string;
|
|
2147
2161
|
updated_at: string;
|
|
2148
2162
|
}[];
|
|
2149
2163
|
reschedule_events: {
|
|
@@ -2384,6 +2398,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2384
2398
|
[key: string]: unknown;
|
|
2385
2399
|
};
|
|
2386
2400
|
object: "provider";
|
|
2401
|
+
time_zone: string;
|
|
2387
2402
|
updated_at: string;
|
|
2388
2403
|
};
|
|
2389
2404
|
providers: {
|
|
@@ -2397,6 +2412,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2397
2412
|
};
|
|
2398
2413
|
object: "provider";
|
|
2399
2414
|
role: "primary" | "secondary";
|
|
2415
|
+
time_zone: string;
|
|
2400
2416
|
updated_at: string;
|
|
2401
2417
|
}[];
|
|
2402
2418
|
reschedule_events: {
|
|
@@ -2691,6 +2707,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2691
2707
|
[key: string]: unknown;
|
|
2692
2708
|
};
|
|
2693
2709
|
object: "provider";
|
|
2710
|
+
time_zone: string;
|
|
2694
2711
|
updated_at: string;
|
|
2695
2712
|
};
|
|
2696
2713
|
providers: {
|
|
@@ -2704,6 +2721,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2704
2721
|
};
|
|
2705
2722
|
object: "provider";
|
|
2706
2723
|
role: "primary" | "secondary";
|
|
2724
|
+
time_zone: string;
|
|
2707
2725
|
updated_at: string;
|
|
2708
2726
|
}[];
|
|
2709
2727
|
reschedule_events: {
|
|
@@ -3152,6 +3170,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3152
3170
|
[key: string]: unknown;
|
|
3153
3171
|
};
|
|
3154
3172
|
object: "provider";
|
|
3173
|
+
time_zone: string;
|
|
3155
3174
|
updated_at: string;
|
|
3156
3175
|
};
|
|
3157
3176
|
providers: {
|
|
@@ -3165,6 +3184,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3165
3184
|
};
|
|
3166
3185
|
object: "provider";
|
|
3167
3186
|
role: "primary" | "secondary";
|
|
3187
|
+
time_zone: string;
|
|
3168
3188
|
updated_at: string;
|
|
3169
3189
|
}[];
|
|
3170
3190
|
reschedule_events: {
|
|
@@ -3364,6 +3384,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3364
3384
|
[key: string]: unknown;
|
|
3365
3385
|
};
|
|
3366
3386
|
object: "provider";
|
|
3387
|
+
time_zone: string;
|
|
3367
3388
|
updated_at: string;
|
|
3368
3389
|
} | null;
|
|
3369
3390
|
requirements?: {
|
|
@@ -3388,6 +3409,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3388
3409
|
[key: string]: unknown;
|
|
3389
3410
|
};
|
|
3390
3411
|
object: "provider";
|
|
3412
|
+
time_zone: string;
|
|
3391
3413
|
updated_at: string;
|
|
3392
3414
|
}[] | null;
|
|
3393
3415
|
service?: {
|
|
@@ -3600,6 +3622,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3600
3622
|
[key: string]: unknown;
|
|
3601
3623
|
};
|
|
3602
3624
|
object: "provider";
|
|
3625
|
+
time_zone: string;
|
|
3603
3626
|
updated_at: string;
|
|
3604
3627
|
};
|
|
3605
3628
|
providers: {
|
|
@@ -3613,6 +3636,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3613
3636
|
};
|
|
3614
3637
|
object: "provider";
|
|
3615
3638
|
role: "primary" | "secondary";
|
|
3639
|
+
time_zone: string;
|
|
3616
3640
|
updated_at: string;
|
|
3617
3641
|
}[];
|
|
3618
3642
|
reschedule_events: {
|
|
@@ -3812,6 +3836,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3812
3836
|
[key: string]: unknown;
|
|
3813
3837
|
};
|
|
3814
3838
|
object: "provider";
|
|
3839
|
+
time_zone: string;
|
|
3815
3840
|
updated_at: string;
|
|
3816
3841
|
} | null;
|
|
3817
3842
|
requirements?: {
|
|
@@ -3836,6 +3861,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3836
3861
|
[key: string]: unknown;
|
|
3837
3862
|
};
|
|
3838
3863
|
object: "provider";
|
|
3864
|
+
time_zone: string;
|
|
3839
3865
|
updated_at: string;
|
|
3840
3866
|
}[] | null;
|
|
3841
3867
|
service?: {
|
|
@@ -4140,6 +4166,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4140
4166
|
[key: string]: unknown;
|
|
4141
4167
|
};
|
|
4142
4168
|
object: "provider";
|
|
4169
|
+
time_zone: string;
|
|
4143
4170
|
updated_at: string;
|
|
4144
4171
|
};
|
|
4145
4172
|
providers: {
|
|
@@ -4153,6 +4180,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4153
4180
|
};
|
|
4154
4181
|
object: "provider";
|
|
4155
4182
|
role: "primary" | "secondary";
|
|
4183
|
+
time_zone: string;
|
|
4156
4184
|
updated_at: string;
|
|
4157
4185
|
}[];
|
|
4158
4186
|
reschedule_events: {
|
|
@@ -4352,6 +4380,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4352
4380
|
[key: string]: unknown;
|
|
4353
4381
|
};
|
|
4354
4382
|
object: "provider";
|
|
4383
|
+
time_zone: string;
|
|
4355
4384
|
updated_at: string;
|
|
4356
4385
|
} | null;
|
|
4357
4386
|
requirements?: {
|
|
@@ -4376,6 +4405,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4376
4405
|
[key: string]: unknown;
|
|
4377
4406
|
};
|
|
4378
4407
|
object: "provider";
|
|
4408
|
+
time_zone: string;
|
|
4379
4409
|
updated_at: string;
|
|
4380
4410
|
}[] | null;
|
|
4381
4411
|
service?: {
|
|
@@ -5023,6 +5053,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5023
5053
|
[key: string]: unknown;
|
|
5024
5054
|
};
|
|
5025
5055
|
object: "provider";
|
|
5056
|
+
time_zone: string;
|
|
5026
5057
|
updated_at: string;
|
|
5027
5058
|
};
|
|
5028
5059
|
providers: {
|
|
@@ -5036,6 +5067,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5036
5067
|
};
|
|
5037
5068
|
object: "provider";
|
|
5038
5069
|
role: "primary" | "secondary";
|
|
5070
|
+
time_zone: string;
|
|
5039
5071
|
updated_at: string;
|
|
5040
5072
|
}[];
|
|
5041
5073
|
reschedule_events: {
|
|
@@ -5276,6 +5308,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5276
5308
|
[key: string]: unknown;
|
|
5277
5309
|
};
|
|
5278
5310
|
object: "provider";
|
|
5311
|
+
time_zone: string;
|
|
5279
5312
|
updated_at: string;
|
|
5280
5313
|
};
|
|
5281
5314
|
providers: {
|
|
@@ -5289,6 +5322,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5289
5322
|
};
|
|
5290
5323
|
object: "provider";
|
|
5291
5324
|
role: "primary" | "secondary";
|
|
5325
|
+
time_zone: string;
|
|
5292
5326
|
updated_at: string;
|
|
5293
5327
|
}[];
|
|
5294
5328
|
reschedule_events: {
|
|
@@ -5581,6 +5615,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5581
5615
|
[key: string]: unknown;
|
|
5582
5616
|
};
|
|
5583
5617
|
object: "provider";
|
|
5618
|
+
time_zone: string;
|
|
5584
5619
|
updated_at: string;
|
|
5585
5620
|
};
|
|
5586
5621
|
providers: {
|
|
@@ -5594,6 +5629,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5594
5629
|
};
|
|
5595
5630
|
object: "provider";
|
|
5596
5631
|
role: "primary" | "secondary";
|
|
5632
|
+
time_zone: string;
|
|
5597
5633
|
updated_at: string;
|
|
5598
5634
|
}[];
|
|
5599
5635
|
reschedule_events: {
|
|
@@ -6187,6 +6223,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6187
6223
|
[key: string]: unknown;
|
|
6188
6224
|
};
|
|
6189
6225
|
object: "provider";
|
|
6226
|
+
time_zone: string;
|
|
6190
6227
|
updated_at: string;
|
|
6191
6228
|
};
|
|
6192
6229
|
providers: {
|
|
@@ -6200,6 +6237,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6200
6237
|
};
|
|
6201
6238
|
object: "provider";
|
|
6202
6239
|
role: "primary" | "secondary";
|
|
6240
|
+
time_zone: string;
|
|
6203
6241
|
updated_at: string;
|
|
6204
6242
|
}[];
|
|
6205
6243
|
reschedule_events: {
|
|
@@ -6440,6 +6478,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6440
6478
|
[key: string]: unknown;
|
|
6441
6479
|
};
|
|
6442
6480
|
object: "provider";
|
|
6481
|
+
time_zone: string;
|
|
6443
6482
|
updated_at: string;
|
|
6444
6483
|
};
|
|
6445
6484
|
providers: {
|
|
@@ -6453,6 +6492,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6453
6492
|
};
|
|
6454
6493
|
object: "provider";
|
|
6455
6494
|
role: "primary" | "secondary";
|
|
6495
|
+
time_zone: string;
|
|
6456
6496
|
updated_at: string;
|
|
6457
6497
|
}[];
|
|
6458
6498
|
reschedule_events: {
|
|
@@ -6761,6 +6801,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6761
6801
|
[key: string]: unknown;
|
|
6762
6802
|
};
|
|
6763
6803
|
object: "provider";
|
|
6804
|
+
time_zone: string;
|
|
6764
6805
|
updated_at: string;
|
|
6765
6806
|
};
|
|
6766
6807
|
providers: {
|
|
@@ -6774,6 +6815,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6774
6815
|
};
|
|
6775
6816
|
object: "provider";
|
|
6776
6817
|
role: "primary" | "secondary";
|
|
6818
|
+
time_zone: string;
|
|
6777
6819
|
updated_at: string;
|
|
6778
6820
|
}[];
|
|
6779
6821
|
reschedule_events: {
|
|
@@ -6948,7 +6990,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6948
6990
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
6949
6991
|
attachments: string[];
|
|
6950
6992
|
created_at: string;
|
|
6951
|
-
|
|
6993
|
+
date: string;
|
|
6952
6994
|
end_time: string | null;
|
|
6953
6995
|
exception_dates: string[];
|
|
6954
6996
|
id: string;
|
|
@@ -6961,7 +7003,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6961
7003
|
until?: Record<string, never> | null;
|
|
6962
7004
|
} | null;
|
|
6963
7005
|
service_id: string | null;
|
|
6964
|
-
start_date: string;
|
|
6965
7006
|
start_time: string | null;
|
|
6966
7007
|
time_zone: string | null;
|
|
6967
7008
|
title: string | null;
|
|
@@ -6979,7 +7020,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6979
7020
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
6980
7021
|
attachments: string[];
|
|
6981
7022
|
created_at: string;
|
|
6982
|
-
|
|
7023
|
+
date: string;
|
|
6983
7024
|
end_time: string | null;
|
|
6984
7025
|
exception_dates: string[];
|
|
6985
7026
|
id: string;
|
|
@@ -6992,7 +7033,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6992
7033
|
until?: Record<string, never> | null;
|
|
6993
7034
|
} | null;
|
|
6994
7035
|
service_id: string | null;
|
|
6995
|
-
start_date: string;
|
|
6996
7036
|
start_time: string | null;
|
|
6997
7037
|
time_zone: string | null;
|
|
6998
7038
|
title: string | null;
|
|
@@ -7047,7 +7087,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7047
7087
|
all_day?: boolean;
|
|
7048
7088
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
7049
7089
|
attachments?: string[];
|
|
7050
|
-
|
|
7090
|
+
date: string;
|
|
7051
7091
|
end_time?: string | null;
|
|
7052
7092
|
exception_dates?: string[];
|
|
7053
7093
|
recurrence_rule?: {
|
|
@@ -7058,7 +7098,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7058
7098
|
until?: Record<string, never> | null;
|
|
7059
7099
|
} | null;
|
|
7060
7100
|
service_id?: string | null;
|
|
7061
|
-
start_date: string;
|
|
7062
7101
|
start_time?: string | null;
|
|
7063
7102
|
time_zone?: string;
|
|
7064
7103
|
title?: string;
|
|
@@ -7077,7 +7116,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7077
7116
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
7078
7117
|
attachments: string[];
|
|
7079
7118
|
created_at: string;
|
|
7080
|
-
|
|
7119
|
+
date: string;
|
|
7081
7120
|
end_time: string | null;
|
|
7082
7121
|
exception_dates: string[];
|
|
7083
7122
|
id: string;
|
|
@@ -7090,7 +7129,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7090
7129
|
until?: Record<string, never> | null;
|
|
7091
7130
|
} | null;
|
|
7092
7131
|
service_id: string | null;
|
|
7093
|
-
start_date: string;
|
|
7094
7132
|
start_time: string | null;
|
|
7095
7133
|
time_zone: string | null;
|
|
7096
7134
|
title: string | null;
|
|
@@ -7244,6 +7282,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7244
7282
|
[key: string]: unknown;
|
|
7245
7283
|
};
|
|
7246
7284
|
object: "provider";
|
|
7285
|
+
time_zone: string;
|
|
7247
7286
|
updated_at: string;
|
|
7248
7287
|
};
|
|
7249
7288
|
providers: {
|
|
@@ -7257,6 +7296,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7257
7296
|
};
|
|
7258
7297
|
object: "provider";
|
|
7259
7298
|
role: "primary" | "secondary";
|
|
7299
|
+
time_zone: string;
|
|
7260
7300
|
updated_at: string;
|
|
7261
7301
|
}[];
|
|
7262
7302
|
reschedule_events: {
|
|
@@ -7456,6 +7496,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7456
7496
|
[key: string]: unknown;
|
|
7457
7497
|
};
|
|
7458
7498
|
object: "provider";
|
|
7499
|
+
time_zone: string;
|
|
7459
7500
|
updated_at: string;
|
|
7460
7501
|
} | null;
|
|
7461
7502
|
requirements?: {
|
|
@@ -7480,6 +7521,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7480
7521
|
[key: string]: unknown;
|
|
7481
7522
|
};
|
|
7482
7523
|
object: "provider";
|
|
7524
|
+
time_zone: string;
|
|
7483
7525
|
updated_at: string;
|
|
7484
7526
|
}[] | null;
|
|
7485
7527
|
service?: {
|
|
@@ -7692,6 +7734,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7692
7734
|
[key: string]: unknown;
|
|
7693
7735
|
};
|
|
7694
7736
|
object: "provider";
|
|
7737
|
+
time_zone: string;
|
|
7695
7738
|
updated_at: string;
|
|
7696
7739
|
};
|
|
7697
7740
|
providers: {
|
|
@@ -7705,6 +7748,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7705
7748
|
};
|
|
7706
7749
|
object: "provider";
|
|
7707
7750
|
role: "primary" | "secondary";
|
|
7751
|
+
time_zone: string;
|
|
7708
7752
|
updated_at: string;
|
|
7709
7753
|
}[];
|
|
7710
7754
|
reschedule_events: {
|
|
@@ -7904,6 +7948,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7904
7948
|
[key: string]: unknown;
|
|
7905
7949
|
};
|
|
7906
7950
|
object: "provider";
|
|
7951
|
+
time_zone: string;
|
|
7907
7952
|
updated_at: string;
|
|
7908
7953
|
} | null;
|
|
7909
7954
|
requirements?: {
|
|
@@ -7928,6 +7973,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7928
7973
|
[key: string]: unknown;
|
|
7929
7974
|
};
|
|
7930
7975
|
object: "provider";
|
|
7976
|
+
time_zone: string;
|
|
7931
7977
|
updated_at: string;
|
|
7932
7978
|
}[] | null;
|
|
7933
7979
|
service?: {
|
|
@@ -8241,6 +8287,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8241
8287
|
[key: string]: unknown;
|
|
8242
8288
|
};
|
|
8243
8289
|
object: "provider";
|
|
8290
|
+
time_zone: string;
|
|
8244
8291
|
updated_at: string;
|
|
8245
8292
|
};
|
|
8246
8293
|
providers: {
|
|
@@ -8254,6 +8301,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8254
8301
|
};
|
|
8255
8302
|
object: "provider";
|
|
8256
8303
|
role: "primary" | "secondary";
|
|
8304
|
+
time_zone: string;
|
|
8257
8305
|
updated_at: string;
|
|
8258
8306
|
}[];
|
|
8259
8307
|
reschedule_events: {
|
|
@@ -8453,6 +8501,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8453
8501
|
[key: string]: unknown;
|
|
8454
8502
|
};
|
|
8455
8503
|
object: "provider";
|
|
8504
|
+
time_zone: string;
|
|
8456
8505
|
updated_at: string;
|
|
8457
8506
|
} | null;
|
|
8458
8507
|
requirements?: {
|
|
@@ -8477,6 +8526,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8477
8526
|
[key: string]: unknown;
|
|
8478
8527
|
};
|
|
8479
8528
|
object: "provider";
|
|
8529
|
+
time_zone: string;
|
|
8480
8530
|
updated_at: string;
|
|
8481
8531
|
}[] | null;
|
|
8482
8532
|
service?: {
|
|
@@ -9375,6 +9425,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9375
9425
|
[key: string]: unknown;
|
|
9376
9426
|
};
|
|
9377
9427
|
object: "provider";
|
|
9428
|
+
time_zone: string;
|
|
9378
9429
|
updated_at: string;
|
|
9379
9430
|
};
|
|
9380
9431
|
}, openapi_typescript_helpers.ErrorResponse<{
|
|
@@ -9394,6 +9445,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9394
9445
|
[key: string]: unknown;
|
|
9395
9446
|
};
|
|
9396
9447
|
object: "provider";
|
|
9448
|
+
time_zone: string;
|
|
9397
9449
|
updated_at: string;
|
|
9398
9450
|
};
|
|
9399
9451
|
};
|
|
@@ -9472,6 +9524,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9472
9524
|
[key: string]: unknown;
|
|
9473
9525
|
};
|
|
9474
9526
|
object: "provider";
|
|
9527
|
+
time_zone: string;
|
|
9475
9528
|
updated_at: string;
|
|
9476
9529
|
};
|
|
9477
9530
|
};
|
|
@@ -9524,6 +9577,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9524
9577
|
public_bookings: {
|
|
9525
9578
|
enabled: boolean;
|
|
9526
9579
|
};
|
|
9580
|
+
time_zone: string;
|
|
9527
9581
|
updated_at: string;
|
|
9528
9582
|
weekly_rules: {
|
|
9529
9583
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -9547,6 +9601,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9547
9601
|
public_bookings: {
|
|
9548
9602
|
enabled: boolean;
|
|
9549
9603
|
};
|
|
9604
|
+
time_zone: string;
|
|
9550
9605
|
updated_at: string;
|
|
9551
9606
|
weekly_rules: {
|
|
9552
9607
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -9605,6 +9660,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9605
9660
|
public_bookings?: {
|
|
9606
9661
|
enabled: boolean;
|
|
9607
9662
|
};
|
|
9663
|
+
time_zone?: string;
|
|
9608
9664
|
weekly_rules?: {
|
|
9609
9665
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
9610
9666
|
end_time: string;
|
|
@@ -9629,6 +9685,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9629
9685
|
public_bookings: {
|
|
9630
9686
|
enabled: boolean;
|
|
9631
9687
|
};
|
|
9688
|
+
time_zone: string;
|
|
9632
9689
|
updated_at: string;
|
|
9633
9690
|
weekly_rules: {
|
|
9634
9691
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -10606,6 +10663,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10606
10663
|
[key: string]: unknown;
|
|
10607
10664
|
};
|
|
10608
10665
|
object: "provider";
|
|
10666
|
+
time_zone: string;
|
|
10609
10667
|
updated_at: string;
|
|
10610
10668
|
};
|
|
10611
10669
|
service_id: string;
|
|
@@ -10632,6 +10690,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10632
10690
|
[key: string]: unknown;
|
|
10633
10691
|
};
|
|
10634
10692
|
object: "provider";
|
|
10693
|
+
time_zone: string;
|
|
10635
10694
|
updated_at: string;
|
|
10636
10695
|
};
|
|
10637
10696
|
service_id: string;
|
|
@@ -10723,6 +10782,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10723
10782
|
[key: string]: unknown;
|
|
10724
10783
|
};
|
|
10725
10784
|
object: "provider";
|
|
10785
|
+
time_zone: string;
|
|
10726
10786
|
updated_at: string;
|
|
10727
10787
|
};
|
|
10728
10788
|
service_id: string;
|
|
@@ -11877,6 +11937,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11877
11937
|
[key: string]: unknown;
|
|
11878
11938
|
};
|
|
11879
11939
|
object: "provider";
|
|
11940
|
+
time_zone: string;
|
|
11880
11941
|
updated_at: string;
|
|
11881
11942
|
};
|
|
11882
11943
|
providers: {
|
|
@@ -11890,6 +11951,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11890
11951
|
};
|
|
11891
11952
|
object: "provider";
|
|
11892
11953
|
role: "primary" | "secondary";
|
|
11954
|
+
time_zone: string;
|
|
11893
11955
|
updated_at: string;
|
|
11894
11956
|
}[];
|
|
11895
11957
|
reschedule_events: {
|
|
@@ -12130,6 +12192,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12130
12192
|
[key: string]: unknown;
|
|
12131
12193
|
};
|
|
12132
12194
|
object: "provider";
|
|
12195
|
+
time_zone: string;
|
|
12133
12196
|
updated_at: string;
|
|
12134
12197
|
};
|
|
12135
12198
|
providers: {
|
|
@@ -12143,6 +12206,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12143
12206
|
};
|
|
12144
12207
|
object: "provider";
|
|
12145
12208
|
role: "primary" | "secondary";
|
|
12209
|
+
time_zone: string;
|
|
12146
12210
|
updated_at: string;
|
|
12147
12211
|
}[];
|
|
12148
12212
|
reschedule_events: {
|
|
@@ -12439,6 +12503,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12439
12503
|
[key: string]: unknown;
|
|
12440
12504
|
};
|
|
12441
12505
|
object: "provider";
|
|
12506
|
+
time_zone: string;
|
|
12442
12507
|
updated_at: string;
|
|
12443
12508
|
};
|
|
12444
12509
|
providers: {
|
|
@@ -12452,6 +12517,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12452
12517
|
};
|
|
12453
12518
|
object: "provider";
|
|
12454
12519
|
role: "primary" | "secondary";
|
|
12520
|
+
time_zone: string;
|
|
12455
12521
|
updated_at: string;
|
|
12456
12522
|
}[];
|
|
12457
12523
|
reschedule_events: {
|
|
@@ -13305,7 +13371,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13305
13371
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
13306
13372
|
attachments: string[];
|
|
13307
13373
|
created_at: string;
|
|
13308
|
-
|
|
13374
|
+
date: string;
|
|
13309
13375
|
end_time: string | null;
|
|
13310
13376
|
exception_dates: string[];
|
|
13311
13377
|
id: string;
|
|
@@ -13318,7 +13384,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13318
13384
|
until?: Record<string, never> | null;
|
|
13319
13385
|
} | null;
|
|
13320
13386
|
service_id: string | null;
|
|
13321
|
-
start_date: string;
|
|
13322
13387
|
start_time: string | null;
|
|
13323
13388
|
time_zone: string | null;
|
|
13324
13389
|
title: string | null;
|
|
@@ -13336,7 +13401,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13336
13401
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
13337
13402
|
attachments: string[];
|
|
13338
13403
|
created_at: string;
|
|
13339
|
-
|
|
13404
|
+
date: string;
|
|
13340
13405
|
end_time: string | null;
|
|
13341
13406
|
exception_dates: string[];
|
|
13342
13407
|
id: string;
|
|
@@ -13349,7 +13414,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13349
13414
|
until?: Record<string, never> | null;
|
|
13350
13415
|
} | null;
|
|
13351
13416
|
service_id: string | null;
|
|
13352
|
-
start_date: string;
|
|
13353
13417
|
start_time: string | null;
|
|
13354
13418
|
time_zone: string | null;
|
|
13355
13419
|
title: string | null;
|
|
@@ -13404,7 +13468,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13404
13468
|
all_day?: boolean;
|
|
13405
13469
|
attachment_type?: "location" | "service" | "provider" | "service_provider";
|
|
13406
13470
|
attachments?: string[];
|
|
13407
|
-
|
|
13471
|
+
date?: string;
|
|
13408
13472
|
end_time?: string | null;
|
|
13409
13473
|
exception_dates?: string[];
|
|
13410
13474
|
recurrence_rule?: {
|
|
@@ -13415,7 +13479,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13415
13479
|
until?: Record<string, never> | null;
|
|
13416
13480
|
} | null;
|
|
13417
13481
|
service_id?: string | null;
|
|
13418
|
-
start_date?: string;
|
|
13419
13482
|
start_time?: string | null;
|
|
13420
13483
|
time_zone?: string;
|
|
13421
13484
|
title?: string;
|
|
@@ -13434,7 +13497,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13434
13497
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
13435
13498
|
attachments: string[];
|
|
13436
13499
|
created_at: string;
|
|
13437
|
-
|
|
13500
|
+
date: string;
|
|
13438
13501
|
end_time: string | null;
|
|
13439
13502
|
exception_dates: string[];
|
|
13440
13503
|
id: string;
|
|
@@ -13447,7 +13510,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13447
13510
|
until?: Record<string, never> | null;
|
|
13448
13511
|
} | null;
|
|
13449
13512
|
service_id: string | null;
|
|
13450
|
-
start_date: string;
|
|
13451
13513
|
start_time: string | null;
|
|
13452
13514
|
time_zone: string | null;
|
|
13453
13515
|
title: string | null;
|
|
@@ -13601,6 +13663,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13601
13663
|
[key: string]: unknown;
|
|
13602
13664
|
};
|
|
13603
13665
|
object: "provider";
|
|
13666
|
+
time_zone: string;
|
|
13604
13667
|
updated_at: string;
|
|
13605
13668
|
};
|
|
13606
13669
|
providers: {
|
|
@@ -13614,6 +13677,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13614
13677
|
};
|
|
13615
13678
|
object: "provider";
|
|
13616
13679
|
role: "primary" | "secondary";
|
|
13680
|
+
time_zone: string;
|
|
13617
13681
|
updated_at: string;
|
|
13618
13682
|
}[];
|
|
13619
13683
|
reschedule_events: {
|
|
@@ -13813,6 +13877,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13813
13877
|
[key: string]: unknown;
|
|
13814
13878
|
};
|
|
13815
13879
|
object: "provider";
|
|
13880
|
+
time_zone: string;
|
|
13816
13881
|
updated_at: string;
|
|
13817
13882
|
} | null;
|
|
13818
13883
|
requirements?: {
|
|
@@ -13837,6 +13902,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13837
13902
|
[key: string]: unknown;
|
|
13838
13903
|
};
|
|
13839
13904
|
object: "provider";
|
|
13905
|
+
time_zone: string;
|
|
13840
13906
|
updated_at: string;
|
|
13841
13907
|
}[] | null;
|
|
13842
13908
|
service?: {
|
|
@@ -14049,6 +14115,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14049
14115
|
[key: string]: unknown;
|
|
14050
14116
|
};
|
|
14051
14117
|
object: "provider";
|
|
14118
|
+
time_zone: string;
|
|
14052
14119
|
updated_at: string;
|
|
14053
14120
|
};
|
|
14054
14121
|
providers: {
|
|
@@ -14062,6 +14129,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14062
14129
|
};
|
|
14063
14130
|
object: "provider";
|
|
14064
14131
|
role: "primary" | "secondary";
|
|
14132
|
+
time_zone: string;
|
|
14065
14133
|
updated_at: string;
|
|
14066
14134
|
}[];
|
|
14067
14135
|
reschedule_events: {
|
|
@@ -14261,6 +14329,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14261
14329
|
[key: string]: unknown;
|
|
14262
14330
|
};
|
|
14263
14331
|
object: "provider";
|
|
14332
|
+
time_zone: string;
|
|
14264
14333
|
updated_at: string;
|
|
14265
14334
|
} | null;
|
|
14266
14335
|
requirements?: {
|
|
@@ -14285,6 +14354,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14285
14354
|
[key: string]: unknown;
|
|
14286
14355
|
};
|
|
14287
14356
|
object: "provider";
|
|
14357
|
+
time_zone: string;
|
|
14288
14358
|
updated_at: string;
|
|
14289
14359
|
}[] | null;
|
|
14290
14360
|
service?: {
|
|
@@ -14600,6 +14670,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14600
14670
|
[key: string]: unknown;
|
|
14601
14671
|
};
|
|
14602
14672
|
object: "provider";
|
|
14673
|
+
time_zone: string;
|
|
14603
14674
|
updated_at: string;
|
|
14604
14675
|
};
|
|
14605
14676
|
providers: {
|
|
@@ -14613,6 +14684,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14613
14684
|
};
|
|
14614
14685
|
object: "provider";
|
|
14615
14686
|
role: "primary" | "secondary";
|
|
14687
|
+
time_zone: string;
|
|
14616
14688
|
updated_at: string;
|
|
14617
14689
|
}[];
|
|
14618
14690
|
reschedule_events: {
|
|
@@ -14812,6 +14884,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14812
14884
|
[key: string]: unknown;
|
|
14813
14885
|
};
|
|
14814
14886
|
object: "provider";
|
|
14887
|
+
time_zone: string;
|
|
14815
14888
|
updated_at: string;
|
|
14816
14889
|
} | null;
|
|
14817
14890
|
requirements?: {
|
|
@@ -14836,6 +14909,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14836
14909
|
[key: string]: unknown;
|
|
14837
14910
|
};
|
|
14838
14911
|
object: "provider";
|
|
14912
|
+
time_zone: string;
|
|
14839
14913
|
updated_at: string;
|
|
14840
14914
|
}[] | null;
|
|
14841
14915
|
service?: {
|
|
@@ -15885,6 +15959,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15885
15959
|
[key: string]: unknown;
|
|
15886
15960
|
};
|
|
15887
15961
|
object: "provider";
|
|
15962
|
+
time_zone: string;
|
|
15888
15963
|
updated_at: string;
|
|
15889
15964
|
};
|
|
15890
15965
|
}, openapi_typescript_helpers.ErrorResponse<{
|
|
@@ -15904,6 +15979,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15904
15979
|
[key: string]: unknown;
|
|
15905
15980
|
};
|
|
15906
15981
|
object: "provider";
|
|
15982
|
+
time_zone: string;
|
|
15907
15983
|
updated_at: string;
|
|
15908
15984
|
};
|
|
15909
15985
|
};
|
|
@@ -15993,6 +16069,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15993
16069
|
[key: string]: unknown;
|
|
15994
16070
|
};
|
|
15995
16071
|
object: "provider";
|
|
16072
|
+
time_zone: string;
|
|
15996
16073
|
updated_at: string;
|
|
15997
16074
|
};
|
|
15998
16075
|
};
|
|
@@ -16058,6 +16135,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16058
16135
|
public_bookings: {
|
|
16059
16136
|
enabled: boolean;
|
|
16060
16137
|
};
|
|
16138
|
+
time_zone: string;
|
|
16061
16139
|
updated_at: string;
|
|
16062
16140
|
weekly_rules: {
|
|
16063
16141
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -16081,6 +16159,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16081
16159
|
public_bookings: {
|
|
16082
16160
|
enabled: boolean;
|
|
16083
16161
|
};
|
|
16162
|
+
time_zone: string;
|
|
16084
16163
|
updated_at: string;
|
|
16085
16164
|
weekly_rules: {
|
|
16086
16165
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -16139,6 +16218,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16139
16218
|
public_bookings?: {
|
|
16140
16219
|
enabled: boolean;
|
|
16141
16220
|
};
|
|
16221
|
+
time_zone?: string;
|
|
16142
16222
|
weekly_rules?: {
|
|
16143
16223
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
16144
16224
|
end_time: string;
|
|
@@ -16163,6 +16243,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16163
16243
|
public_bookings: {
|
|
16164
16244
|
enabled: boolean;
|
|
16165
16245
|
};
|
|
16246
|
+
time_zone: string;
|
|
16166
16247
|
updated_at: string;
|
|
16167
16248
|
weekly_rules: {
|
|
16168
16249
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -17365,6 +17446,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17365
17446
|
[key: string]: unknown;
|
|
17366
17447
|
};
|
|
17367
17448
|
object: "provider";
|
|
17449
|
+
time_zone: string;
|
|
17368
17450
|
updated_at: string;
|
|
17369
17451
|
};
|
|
17370
17452
|
providers: {
|
|
@@ -17378,6 +17460,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17378
17460
|
};
|
|
17379
17461
|
object: "provider";
|
|
17380
17462
|
role: "primary" | "secondary";
|
|
17463
|
+
time_zone: string;
|
|
17381
17464
|
updated_at: string;
|
|
17382
17465
|
}[];
|
|
17383
17466
|
reschedule_events: {
|
|
@@ -17618,6 +17701,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17618
17701
|
[key: string]: unknown;
|
|
17619
17702
|
};
|
|
17620
17703
|
object: "provider";
|
|
17704
|
+
time_zone: string;
|
|
17621
17705
|
updated_at: string;
|
|
17622
17706
|
};
|
|
17623
17707
|
providers: {
|
|
@@ -17631,6 +17715,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17631
17715
|
};
|
|
17632
17716
|
object: "provider";
|
|
17633
17717
|
role: "primary" | "secondary";
|
|
17718
|
+
time_zone: string;
|
|
17634
17719
|
updated_at: string;
|
|
17635
17720
|
}[];
|
|
17636
17721
|
reschedule_events: {
|
|
@@ -17905,6 +17990,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17905
17990
|
[key: string]: unknown;
|
|
17906
17991
|
};
|
|
17907
17992
|
object: "provider";
|
|
17993
|
+
time_zone: string;
|
|
17908
17994
|
updated_at: string;
|
|
17909
17995
|
};
|
|
17910
17996
|
providers: {
|
|
@@ -17918,6 +18004,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17918
18004
|
};
|
|
17919
18005
|
object: "provider";
|
|
17920
18006
|
role: "primary" | "secondary";
|
|
18007
|
+
time_zone: string;
|
|
17921
18008
|
updated_at: string;
|
|
17922
18009
|
}[];
|
|
17923
18010
|
reschedule_events: {
|
|
@@ -18164,6 +18251,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18164
18251
|
[key: string]: unknown;
|
|
18165
18252
|
};
|
|
18166
18253
|
object: "provider";
|
|
18254
|
+
time_zone: string;
|
|
18167
18255
|
updated_at: string;
|
|
18168
18256
|
};
|
|
18169
18257
|
providers: {
|
|
@@ -18177,6 +18265,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18177
18265
|
};
|
|
18178
18266
|
object: "provider";
|
|
18179
18267
|
role: "primary" | "secondary";
|
|
18268
|
+
time_zone: string;
|
|
18180
18269
|
updated_at: string;
|
|
18181
18270
|
}[];
|
|
18182
18271
|
reschedule_events: {
|
|
@@ -18371,7 +18460,7 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18371
18460
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18372
18461
|
attachments: string[];
|
|
18373
18462
|
created_at: string;
|
|
18374
|
-
|
|
18463
|
+
date: string;
|
|
18375
18464
|
end_time: string | null;
|
|
18376
18465
|
exception_dates: string[];
|
|
18377
18466
|
id: string;
|
|
@@ -18384,7 +18473,6 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18384
18473
|
until?: Record<string, never> | null;
|
|
18385
18474
|
} | null;
|
|
18386
18475
|
service_id: string | null;
|
|
18387
|
-
start_date: string;
|
|
18388
18476
|
start_time: string | null;
|
|
18389
18477
|
time_zone: string | null;
|
|
18390
18478
|
title: string | null;
|
|
@@ -18402,7 +18490,7 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18402
18490
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18403
18491
|
attachments: string[];
|
|
18404
18492
|
created_at: string;
|
|
18405
|
-
|
|
18493
|
+
date: string;
|
|
18406
18494
|
end_time: string | null;
|
|
18407
18495
|
exception_dates: string[];
|
|
18408
18496
|
id: string;
|
|
@@ -18415,7 +18503,6 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18415
18503
|
until?: Record<string, never> | null;
|
|
18416
18504
|
} | null;
|
|
18417
18505
|
service_id: string | null;
|
|
18418
|
-
start_date: string;
|
|
18419
18506
|
start_time: string | null;
|
|
18420
18507
|
time_zone: string | null;
|
|
18421
18508
|
title: string | null;
|
|
@@ -18463,7 +18550,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18463
18550
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18464
18551
|
attachments: string[];
|
|
18465
18552
|
created_at: string;
|
|
18466
|
-
|
|
18553
|
+
date: string;
|
|
18467
18554
|
end_time: string | null;
|
|
18468
18555
|
exception_dates: string[];
|
|
18469
18556
|
id: string;
|
|
@@ -18476,7 +18563,6 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18476
18563
|
until?: Record<string, never> | null;
|
|
18477
18564
|
} | null;
|
|
18478
18565
|
service_id: string | null;
|
|
18479
|
-
start_date: string;
|
|
18480
18566
|
start_time: string | null;
|
|
18481
18567
|
time_zone: string | null;
|
|
18482
18568
|
title: string | null;
|
|
@@ -18500,7 +18586,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18500
18586
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18501
18587
|
attachments: string[];
|
|
18502
18588
|
created_at: string;
|
|
18503
|
-
|
|
18589
|
+
date: string;
|
|
18504
18590
|
end_time: string | null;
|
|
18505
18591
|
exception_dates: string[];
|
|
18506
18592
|
id: string;
|
|
@@ -18513,7 +18599,6 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18513
18599
|
until?: Record<string, never> | null;
|
|
18514
18600
|
} | null;
|
|
18515
18601
|
service_id: string | null;
|
|
18516
|
-
start_date: string;
|
|
18517
18602
|
start_time: string | null;
|
|
18518
18603
|
time_zone: string | null;
|
|
18519
18604
|
title: string | null;
|
|
@@ -18673,6 +18758,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18673
18758
|
[key: string]: unknown;
|
|
18674
18759
|
};
|
|
18675
18760
|
object: "provider";
|
|
18761
|
+
time_zone: string;
|
|
18676
18762
|
updated_at: string;
|
|
18677
18763
|
};
|
|
18678
18764
|
providers: {
|
|
@@ -18686,6 +18772,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18686
18772
|
};
|
|
18687
18773
|
object: "provider";
|
|
18688
18774
|
role: "primary" | "secondary";
|
|
18775
|
+
time_zone: string;
|
|
18689
18776
|
updated_at: string;
|
|
18690
18777
|
}[];
|
|
18691
18778
|
reschedule_events: {
|
|
@@ -18885,6 +18972,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18885
18972
|
[key: string]: unknown;
|
|
18886
18973
|
};
|
|
18887
18974
|
object: "provider";
|
|
18975
|
+
time_zone: string;
|
|
18888
18976
|
updated_at: string;
|
|
18889
18977
|
} | null;
|
|
18890
18978
|
requirements?: {
|
|
@@ -18909,6 +18997,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18909
18997
|
[key: string]: unknown;
|
|
18910
18998
|
};
|
|
18911
18999
|
object: "provider";
|
|
19000
|
+
time_zone: string;
|
|
18912
19001
|
updated_at: string;
|
|
18913
19002
|
}[] | null;
|
|
18914
19003
|
service?: {
|
|
@@ -19121,6 +19210,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19121
19210
|
[key: string]: unknown;
|
|
19122
19211
|
};
|
|
19123
19212
|
object: "provider";
|
|
19213
|
+
time_zone: string;
|
|
19124
19214
|
updated_at: string;
|
|
19125
19215
|
};
|
|
19126
19216
|
providers: {
|
|
@@ -19134,6 +19224,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19134
19224
|
};
|
|
19135
19225
|
object: "provider";
|
|
19136
19226
|
role: "primary" | "secondary";
|
|
19227
|
+
time_zone: string;
|
|
19137
19228
|
updated_at: string;
|
|
19138
19229
|
}[];
|
|
19139
19230
|
reschedule_events: {
|
|
@@ -19333,6 +19424,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19333
19424
|
[key: string]: unknown;
|
|
19334
19425
|
};
|
|
19335
19426
|
object: "provider";
|
|
19427
|
+
time_zone: string;
|
|
19336
19428
|
updated_at: string;
|
|
19337
19429
|
} | null;
|
|
19338
19430
|
requirements?: {
|
|
@@ -19357,6 +19449,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19357
19449
|
[key: string]: unknown;
|
|
19358
19450
|
};
|
|
19359
19451
|
object: "provider";
|
|
19452
|
+
time_zone: string;
|
|
19360
19453
|
updated_at: string;
|
|
19361
19454
|
}[] | null;
|
|
19362
19455
|
service?: {
|
|
@@ -19676,6 +19769,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19676
19769
|
[key: string]: unknown;
|
|
19677
19770
|
};
|
|
19678
19771
|
object: "provider";
|
|
19772
|
+
time_zone: string;
|
|
19679
19773
|
updated_at: string;
|
|
19680
19774
|
};
|
|
19681
19775
|
providers: {
|
|
@@ -19689,6 +19783,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19689
19783
|
};
|
|
19690
19784
|
object: "provider";
|
|
19691
19785
|
role: "primary" | "secondary";
|
|
19786
|
+
time_zone: string;
|
|
19692
19787
|
updated_at: string;
|
|
19693
19788
|
}[];
|
|
19694
19789
|
reschedule_events: {
|
|
@@ -19888,6 +19983,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19888
19983
|
[key: string]: unknown;
|
|
19889
19984
|
};
|
|
19890
19985
|
object: "provider";
|
|
19986
|
+
time_zone: string;
|
|
19891
19987
|
updated_at: string;
|
|
19892
19988
|
} | null;
|
|
19893
19989
|
requirements?: {
|
|
@@ -19912,6 +20008,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19912
20008
|
[key: string]: unknown;
|
|
19913
20009
|
};
|
|
19914
20010
|
object: "provider";
|
|
20011
|
+
time_zone: string;
|
|
19915
20012
|
updated_at: string;
|
|
19916
20013
|
}[] | null;
|
|
19917
20014
|
service?: {
|
|
@@ -20130,6 +20227,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20130
20227
|
[key: string]: unknown;
|
|
20131
20228
|
};
|
|
20132
20229
|
object: "provider";
|
|
20230
|
+
time_zone: string;
|
|
20133
20231
|
updated_at: string;
|
|
20134
20232
|
};
|
|
20135
20233
|
providers: {
|
|
@@ -20143,6 +20241,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20143
20241
|
};
|
|
20144
20242
|
object: "provider";
|
|
20145
20243
|
role: "primary" | "secondary";
|
|
20244
|
+
time_zone: string;
|
|
20146
20245
|
updated_at: string;
|
|
20147
20246
|
}[];
|
|
20148
20247
|
reschedule_events: {
|
|
@@ -20342,6 +20441,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20342
20441
|
[key: string]: unknown;
|
|
20343
20442
|
};
|
|
20344
20443
|
object: "provider";
|
|
20444
|
+
time_zone: string;
|
|
20345
20445
|
updated_at: string;
|
|
20346
20446
|
} | null;
|
|
20347
20447
|
requirements?: {
|
|
@@ -20366,6 +20466,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20366
20466
|
[key: string]: unknown;
|
|
20367
20467
|
};
|
|
20368
20468
|
object: "provider";
|
|
20469
|
+
time_zone: string;
|
|
20369
20470
|
updated_at: string;
|
|
20370
20471
|
}[] | null;
|
|
20371
20472
|
service?: {
|
|
@@ -21579,6 +21680,7 @@ declare const useProvider: (provider_id: ProviderParams["path"]["provider_id"],
|
|
|
21579
21680
|
[key: string]: unknown;
|
|
21580
21681
|
};
|
|
21581
21682
|
object: "provider";
|
|
21683
|
+
time_zone: string;
|
|
21582
21684
|
updated_at: string;
|
|
21583
21685
|
};
|
|
21584
21686
|
}, openapi_typescript_helpers.ErrorResponse<{
|
|
@@ -21598,6 +21700,7 @@ declare const useProvider: (provider_id: ProviderParams["path"]["provider_id"],
|
|
|
21598
21700
|
[key: string]: unknown;
|
|
21599
21701
|
};
|
|
21600
21702
|
object: "provider";
|
|
21703
|
+
time_zone: string;
|
|
21601
21704
|
updated_at: string;
|
|
21602
21705
|
};
|
|
21603
21706
|
};
|
|
@@ -21646,6 +21749,7 @@ declare const useProviderSchedule: (provider_schedule_id: ProviderScheduleParams
|
|
|
21646
21749
|
public_bookings: {
|
|
21647
21750
|
enabled: boolean;
|
|
21648
21751
|
};
|
|
21752
|
+
time_zone: string;
|
|
21649
21753
|
updated_at: string;
|
|
21650
21754
|
weekly_rules: {
|
|
21651
21755
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21669,6 +21773,7 @@ declare const useProviderSchedule: (provider_schedule_id: ProviderScheduleParams
|
|
|
21669
21773
|
public_bookings: {
|
|
21670
21774
|
enabled: boolean;
|
|
21671
21775
|
};
|
|
21776
|
+
time_zone: string;
|
|
21672
21777
|
updated_at: string;
|
|
21673
21778
|
weekly_rules: {
|
|
21674
21779
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21722,6 +21827,7 @@ declare const useProviderSchedules: (queryParams?: ProviderSchedulesParams["quer
|
|
|
21722
21827
|
public_bookings: {
|
|
21723
21828
|
enabled: boolean;
|
|
21724
21829
|
};
|
|
21830
|
+
time_zone: string;
|
|
21725
21831
|
updated_at: string;
|
|
21726
21832
|
weekly_rules: {
|
|
21727
21833
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21751,6 +21857,7 @@ declare const useProviderSchedules: (queryParams?: ProviderSchedulesParams["quer
|
|
|
21751
21857
|
public_bookings: {
|
|
21752
21858
|
enabled: boolean;
|
|
21753
21859
|
};
|
|
21860
|
+
time_zone: string;
|
|
21754
21861
|
updated_at: string;
|
|
21755
21862
|
weekly_rules: {
|
|
21756
21863
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21815,6 +21922,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
|
|
|
21815
21922
|
[key: string]: unknown;
|
|
21816
21923
|
};
|
|
21817
21924
|
object: "provider";
|
|
21925
|
+
time_zone: string;
|
|
21818
21926
|
updated_at: string;
|
|
21819
21927
|
}[];
|
|
21820
21928
|
meta: {
|
|
@@ -21840,6 +21948,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
|
|
|
21840
21948
|
[key: string]: unknown;
|
|
21841
21949
|
};
|
|
21842
21950
|
object: "provider";
|
|
21951
|
+
time_zone: string;
|
|
21843
21952
|
updated_at: string;
|
|
21844
21953
|
}[];
|
|
21845
21954
|
meta: {
|
|
@@ -22527,6 +22636,7 @@ declare const useServiceProviders: (service_id: ServiceProvidersParams["path"]["
|
|
|
22527
22636
|
[key: string]: unknown;
|
|
22528
22637
|
};
|
|
22529
22638
|
object: "provider";
|
|
22639
|
+
time_zone: string;
|
|
22530
22640
|
updated_at: string;
|
|
22531
22641
|
};
|
|
22532
22642
|
service_id: string;
|
|
@@ -22553,6 +22663,7 @@ declare const useServiceProviders: (service_id: ServiceProvidersParams["path"]["
|
|
|
22553
22663
|
[key: string]: unknown;
|
|
22554
22664
|
};
|
|
22555
22665
|
object: "provider";
|
|
22666
|
+
time_zone: string;
|
|
22556
22667
|
updated_at: string;
|
|
22557
22668
|
};
|
|
22558
22669
|
service_id: string;
|
|
@@ -22628,6 +22739,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
|
|
|
22628
22739
|
[key: string]: unknown;
|
|
22629
22740
|
};
|
|
22630
22741
|
object: "provider";
|
|
22742
|
+
time_zone: string;
|
|
22631
22743
|
updated_at: string;
|
|
22632
22744
|
};
|
|
22633
22745
|
service_id: string;
|
|
@@ -22675,6 +22787,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
|
|
|
22675
22787
|
[key: string]: unknown;
|
|
22676
22788
|
};
|
|
22677
22789
|
object: "provider";
|
|
22790
|
+
time_zone: string;
|
|
22678
22791
|
updated_at: string;
|
|
22679
22792
|
};
|
|
22680
22793
|
service_id: string;
|