@savvycal/appointments-react-query 1.2.6 → 1.2.8
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 +181 -150
- package/dist/index.d.ts +181 -150
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -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?: {
|
|
@@ -994,9 +1002,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
994
1002
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
995
1003
|
parameters: {
|
|
996
1004
|
query?: never;
|
|
997
|
-
header?:
|
|
998
|
-
"X-SavvyCal-Account"?: string;
|
|
999
|
-
};
|
|
1005
|
+
header?: never;
|
|
1000
1006
|
path: {
|
|
1001
1007
|
booking_intent_id: string;
|
|
1002
1008
|
};
|
|
@@ -1117,6 +1123,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1117
1123
|
[key: string]: unknown;
|
|
1118
1124
|
};
|
|
1119
1125
|
object: "provider";
|
|
1126
|
+
time_zone: string;
|
|
1120
1127
|
updated_at: string;
|
|
1121
1128
|
};
|
|
1122
1129
|
providers: {
|
|
@@ -1130,6 +1137,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1130
1137
|
};
|
|
1131
1138
|
object: "provider";
|
|
1132
1139
|
role: "primary" | "secondary";
|
|
1140
|
+
time_zone: string;
|
|
1133
1141
|
updated_at: string;
|
|
1134
1142
|
}[];
|
|
1135
1143
|
reschedule_events: {
|
|
@@ -1329,6 +1337,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1329
1337
|
[key: string]: unknown;
|
|
1330
1338
|
};
|
|
1331
1339
|
object: "provider";
|
|
1340
|
+
time_zone: string;
|
|
1332
1341
|
updated_at: string;
|
|
1333
1342
|
} | null;
|
|
1334
1343
|
requirements?: {
|
|
@@ -1353,6 +1362,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1353
1362
|
[key: string]: unknown;
|
|
1354
1363
|
};
|
|
1355
1364
|
object: "provider";
|
|
1365
|
+
time_zone: string;
|
|
1356
1366
|
updated_at: string;
|
|
1357
1367
|
}[] | null;
|
|
1358
1368
|
service?: {
|
|
@@ -1941,9 +1951,7 @@ declare const useAttachServiceForm: (options?: Options$1n) => _tanstack_react_qu
|
|
|
1941
1951
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
1942
1952
|
parameters: {
|
|
1943
1953
|
query?: never;
|
|
1944
|
-
header?:
|
|
1945
|
-
"X-SavvyCal-Account"?: string;
|
|
1946
|
-
};
|
|
1954
|
+
header?: never;
|
|
1947
1955
|
path: {
|
|
1948
1956
|
service_id: string;
|
|
1949
1957
|
};
|
|
@@ -2131,6 +2139,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2131
2139
|
[key: string]: unknown;
|
|
2132
2140
|
};
|
|
2133
2141
|
object: "provider";
|
|
2142
|
+
time_zone: string;
|
|
2134
2143
|
updated_at: string;
|
|
2135
2144
|
};
|
|
2136
2145
|
providers: {
|
|
@@ -2144,6 +2153,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2144
2153
|
};
|
|
2145
2154
|
object: "provider";
|
|
2146
2155
|
role: "primary" | "secondary";
|
|
2156
|
+
time_zone: string;
|
|
2147
2157
|
updated_at: string;
|
|
2148
2158
|
}[];
|
|
2149
2159
|
reschedule_events: {
|
|
@@ -2384,6 +2394,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2384
2394
|
[key: string]: unknown;
|
|
2385
2395
|
};
|
|
2386
2396
|
object: "provider";
|
|
2397
|
+
time_zone: string;
|
|
2387
2398
|
updated_at: string;
|
|
2388
2399
|
};
|
|
2389
2400
|
providers: {
|
|
@@ -2397,6 +2408,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2397
2408
|
};
|
|
2398
2409
|
object: "provider";
|
|
2399
2410
|
role: "primary" | "secondary";
|
|
2411
|
+
time_zone: string;
|
|
2400
2412
|
updated_at: string;
|
|
2401
2413
|
}[];
|
|
2402
2414
|
reschedule_events: {
|
|
@@ -2562,9 +2574,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2562
2574
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
2563
2575
|
parameters: {
|
|
2564
2576
|
query?: never;
|
|
2565
|
-
header?:
|
|
2566
|
-
"X-SavvyCal-Account"?: string;
|
|
2567
|
-
};
|
|
2577
|
+
header?: never;
|
|
2568
2578
|
path: {
|
|
2569
2579
|
appointment_id: string;
|
|
2570
2580
|
};
|
|
@@ -2691,6 +2701,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2691
2701
|
[key: string]: unknown;
|
|
2692
2702
|
};
|
|
2693
2703
|
object: "provider";
|
|
2704
|
+
time_zone: string;
|
|
2694
2705
|
updated_at: string;
|
|
2695
2706
|
};
|
|
2696
2707
|
providers: {
|
|
@@ -2704,6 +2715,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2704
2715
|
};
|
|
2705
2716
|
object: "provider";
|
|
2706
2717
|
role: "primary" | "secondary";
|
|
2718
|
+
time_zone: string;
|
|
2707
2719
|
updated_at: string;
|
|
2708
2720
|
}[];
|
|
2709
2721
|
reschedule_events: {
|
|
@@ -3152,6 +3164,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3152
3164
|
[key: string]: unknown;
|
|
3153
3165
|
};
|
|
3154
3166
|
object: "provider";
|
|
3167
|
+
time_zone: string;
|
|
3155
3168
|
updated_at: string;
|
|
3156
3169
|
};
|
|
3157
3170
|
providers: {
|
|
@@ -3165,6 +3178,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3165
3178
|
};
|
|
3166
3179
|
object: "provider";
|
|
3167
3180
|
role: "primary" | "secondary";
|
|
3181
|
+
time_zone: string;
|
|
3168
3182
|
updated_at: string;
|
|
3169
3183
|
}[];
|
|
3170
3184
|
reschedule_events: {
|
|
@@ -3364,6 +3378,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3364
3378
|
[key: string]: unknown;
|
|
3365
3379
|
};
|
|
3366
3380
|
object: "provider";
|
|
3381
|
+
time_zone: string;
|
|
3367
3382
|
updated_at: string;
|
|
3368
3383
|
} | null;
|
|
3369
3384
|
requirements?: {
|
|
@@ -3388,6 +3403,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3388
3403
|
[key: string]: unknown;
|
|
3389
3404
|
};
|
|
3390
3405
|
object: "provider";
|
|
3406
|
+
time_zone: string;
|
|
3391
3407
|
updated_at: string;
|
|
3392
3408
|
}[] | null;
|
|
3393
3409
|
service?: {
|
|
@@ -3600,6 +3616,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3600
3616
|
[key: string]: unknown;
|
|
3601
3617
|
};
|
|
3602
3618
|
object: "provider";
|
|
3619
|
+
time_zone: string;
|
|
3603
3620
|
updated_at: string;
|
|
3604
3621
|
};
|
|
3605
3622
|
providers: {
|
|
@@ -3613,6 +3630,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3613
3630
|
};
|
|
3614
3631
|
object: "provider";
|
|
3615
3632
|
role: "primary" | "secondary";
|
|
3633
|
+
time_zone: string;
|
|
3616
3634
|
updated_at: string;
|
|
3617
3635
|
}[];
|
|
3618
3636
|
reschedule_events: {
|
|
@@ -3812,6 +3830,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3812
3830
|
[key: string]: unknown;
|
|
3813
3831
|
};
|
|
3814
3832
|
object: "provider";
|
|
3833
|
+
time_zone: string;
|
|
3815
3834
|
updated_at: string;
|
|
3816
3835
|
} | null;
|
|
3817
3836
|
requirements?: {
|
|
@@ -3836,6 +3855,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3836
3855
|
[key: string]: unknown;
|
|
3837
3856
|
};
|
|
3838
3857
|
object: "provider";
|
|
3858
|
+
time_zone: string;
|
|
3839
3859
|
updated_at: string;
|
|
3840
3860
|
}[] | null;
|
|
3841
3861
|
service?: {
|
|
@@ -3984,9 +4004,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
3984
4004
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
3985
4005
|
parameters: {
|
|
3986
4006
|
query?: never;
|
|
3987
|
-
header?:
|
|
3988
|
-
"X-SavvyCal-Account"?: string;
|
|
3989
|
-
};
|
|
4007
|
+
header?: never;
|
|
3990
4008
|
path: {
|
|
3991
4009
|
booking_intent_id: string;
|
|
3992
4010
|
};
|
|
@@ -4140,6 +4158,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4140
4158
|
[key: string]: unknown;
|
|
4141
4159
|
};
|
|
4142
4160
|
object: "provider";
|
|
4161
|
+
time_zone: string;
|
|
4143
4162
|
updated_at: string;
|
|
4144
4163
|
};
|
|
4145
4164
|
providers: {
|
|
@@ -4153,6 +4172,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4153
4172
|
};
|
|
4154
4173
|
object: "provider";
|
|
4155
4174
|
role: "primary" | "secondary";
|
|
4175
|
+
time_zone: string;
|
|
4156
4176
|
updated_at: string;
|
|
4157
4177
|
}[];
|
|
4158
4178
|
reschedule_events: {
|
|
@@ -4352,6 +4372,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4352
4372
|
[key: string]: unknown;
|
|
4353
4373
|
};
|
|
4354
4374
|
object: "provider";
|
|
4375
|
+
time_zone: string;
|
|
4355
4376
|
updated_at: string;
|
|
4356
4377
|
} | null;
|
|
4357
4378
|
requirements?: {
|
|
@@ -4376,6 +4397,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4376
4397
|
[key: string]: unknown;
|
|
4377
4398
|
};
|
|
4378
4399
|
object: "provider";
|
|
4400
|
+
time_zone: string;
|
|
4379
4401
|
updated_at: string;
|
|
4380
4402
|
}[] | null;
|
|
4381
4403
|
service?: {
|
|
@@ -5023,6 +5045,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5023
5045
|
[key: string]: unknown;
|
|
5024
5046
|
};
|
|
5025
5047
|
object: "provider";
|
|
5048
|
+
time_zone: string;
|
|
5026
5049
|
updated_at: string;
|
|
5027
5050
|
};
|
|
5028
5051
|
providers: {
|
|
@@ -5036,6 +5059,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5036
5059
|
};
|
|
5037
5060
|
object: "provider";
|
|
5038
5061
|
role: "primary" | "secondary";
|
|
5062
|
+
time_zone: string;
|
|
5039
5063
|
updated_at: string;
|
|
5040
5064
|
}[];
|
|
5041
5065
|
reschedule_events: {
|
|
@@ -5276,6 +5300,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5276
5300
|
[key: string]: unknown;
|
|
5277
5301
|
};
|
|
5278
5302
|
object: "provider";
|
|
5303
|
+
time_zone: string;
|
|
5279
5304
|
updated_at: string;
|
|
5280
5305
|
};
|
|
5281
5306
|
providers: {
|
|
@@ -5289,6 +5314,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5289
5314
|
};
|
|
5290
5315
|
object: "provider";
|
|
5291
5316
|
role: "primary" | "secondary";
|
|
5317
|
+
time_zone: string;
|
|
5292
5318
|
updated_at: string;
|
|
5293
5319
|
}[];
|
|
5294
5320
|
reschedule_events: {
|
|
@@ -5454,9 +5480,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5454
5480
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
5455
5481
|
parameters: {
|
|
5456
5482
|
query?: never;
|
|
5457
|
-
header?:
|
|
5458
|
-
"X-SavvyCal-Account"?: string;
|
|
5459
|
-
};
|
|
5483
|
+
header?: never;
|
|
5460
5484
|
path: {
|
|
5461
5485
|
appointment_id: string;
|
|
5462
5486
|
};
|
|
@@ -5581,6 +5605,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5581
5605
|
[key: string]: unknown;
|
|
5582
5606
|
};
|
|
5583
5607
|
object: "provider";
|
|
5608
|
+
time_zone: string;
|
|
5584
5609
|
updated_at: string;
|
|
5585
5610
|
};
|
|
5586
5611
|
providers: {
|
|
@@ -5594,6 +5619,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5594
5619
|
};
|
|
5595
5620
|
object: "provider";
|
|
5596
5621
|
role: "primary" | "secondary";
|
|
5622
|
+
time_zone: string;
|
|
5597
5623
|
updated_at: string;
|
|
5598
5624
|
}[];
|
|
5599
5625
|
reschedule_events: {
|
|
@@ -5996,9 +6022,7 @@ declare const useCreateAccountUser: (options?: Options$1g) => _tanstack_react_qu
|
|
|
5996
6022
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
5997
6023
|
parameters: {
|
|
5998
6024
|
query?: never;
|
|
5999
|
-
header?:
|
|
6000
|
-
"X-SavvyCal-Account"?: string;
|
|
6001
|
-
};
|
|
6025
|
+
header?: never;
|
|
6002
6026
|
path?: never;
|
|
6003
6027
|
cookie?: never;
|
|
6004
6028
|
};
|
|
@@ -6187,6 +6211,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6187
6211
|
[key: string]: unknown;
|
|
6188
6212
|
};
|
|
6189
6213
|
object: "provider";
|
|
6214
|
+
time_zone: string;
|
|
6190
6215
|
updated_at: string;
|
|
6191
6216
|
};
|
|
6192
6217
|
providers: {
|
|
@@ -6200,6 +6225,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6200
6225
|
};
|
|
6201
6226
|
object: "provider";
|
|
6202
6227
|
role: "primary" | "secondary";
|
|
6228
|
+
time_zone: string;
|
|
6203
6229
|
updated_at: string;
|
|
6204
6230
|
}[];
|
|
6205
6231
|
reschedule_events: {
|
|
@@ -6440,6 +6466,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6440
6466
|
[key: string]: unknown;
|
|
6441
6467
|
};
|
|
6442
6468
|
object: "provider";
|
|
6469
|
+
time_zone: string;
|
|
6443
6470
|
updated_at: string;
|
|
6444
6471
|
};
|
|
6445
6472
|
providers: {
|
|
@@ -6453,6 +6480,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6453
6480
|
};
|
|
6454
6481
|
object: "provider";
|
|
6455
6482
|
role: "primary" | "secondary";
|
|
6483
|
+
time_zone: string;
|
|
6456
6484
|
updated_at: string;
|
|
6457
6485
|
}[];
|
|
6458
6486
|
reschedule_events: {
|
|
@@ -6618,9 +6646,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6618
6646
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
6619
6647
|
parameters: {
|
|
6620
6648
|
query?: never;
|
|
6621
|
-
header?:
|
|
6622
|
-
"X-SavvyCal-Account"?: string;
|
|
6623
|
-
};
|
|
6649
|
+
header?: never;
|
|
6624
6650
|
path?: never;
|
|
6625
6651
|
cookie?: never;
|
|
6626
6652
|
};
|
|
@@ -6761,6 +6787,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6761
6787
|
[key: string]: unknown;
|
|
6762
6788
|
};
|
|
6763
6789
|
object: "provider";
|
|
6790
|
+
time_zone: string;
|
|
6764
6791
|
updated_at: string;
|
|
6765
6792
|
};
|
|
6766
6793
|
providers: {
|
|
@@ -6774,6 +6801,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6774
6801
|
};
|
|
6775
6802
|
object: "provider";
|
|
6776
6803
|
role: "primary" | "secondary";
|
|
6804
|
+
time_zone: string;
|
|
6777
6805
|
updated_at: string;
|
|
6778
6806
|
}[];
|
|
6779
6807
|
reschedule_events: {
|
|
@@ -6948,7 +6976,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6948
6976
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
6949
6977
|
attachments: string[];
|
|
6950
6978
|
created_at: string;
|
|
6951
|
-
|
|
6979
|
+
date: string;
|
|
6952
6980
|
end_time: string | null;
|
|
6953
6981
|
exception_dates: string[];
|
|
6954
6982
|
id: string;
|
|
@@ -6961,7 +6989,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6961
6989
|
until?: Record<string, never> | null;
|
|
6962
6990
|
} | null;
|
|
6963
6991
|
service_id: string | null;
|
|
6964
|
-
start_date: string;
|
|
6965
6992
|
start_time: string | null;
|
|
6966
6993
|
time_zone: string | null;
|
|
6967
6994
|
title: string | null;
|
|
@@ -6979,7 +7006,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6979
7006
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
6980
7007
|
attachments: string[];
|
|
6981
7008
|
created_at: string;
|
|
6982
|
-
|
|
7009
|
+
date: string;
|
|
6983
7010
|
end_time: string | null;
|
|
6984
7011
|
exception_dates: string[];
|
|
6985
7012
|
id: string;
|
|
@@ -6992,7 +7019,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
6992
7019
|
until?: Record<string, never> | null;
|
|
6993
7020
|
} | null;
|
|
6994
7021
|
service_id: string | null;
|
|
6995
|
-
start_date: string;
|
|
6996
7022
|
start_time: string | null;
|
|
6997
7023
|
time_zone: string | null;
|
|
6998
7024
|
title: string | null;
|
|
@@ -7035,9 +7061,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7035
7061
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
7036
7062
|
parameters: {
|
|
7037
7063
|
query?: never;
|
|
7038
|
-
header?:
|
|
7039
|
-
"X-SavvyCal-Account"?: string;
|
|
7040
|
-
};
|
|
7064
|
+
header?: never;
|
|
7041
7065
|
path?: never;
|
|
7042
7066
|
cookie?: never;
|
|
7043
7067
|
};
|
|
@@ -7047,7 +7071,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7047
7071
|
all_day?: boolean;
|
|
7048
7072
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
7049
7073
|
attachments?: string[];
|
|
7050
|
-
|
|
7074
|
+
date: string;
|
|
7051
7075
|
end_time?: string | null;
|
|
7052
7076
|
exception_dates?: string[];
|
|
7053
7077
|
recurrence_rule?: {
|
|
@@ -7058,7 +7082,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7058
7082
|
until?: Record<string, never> | null;
|
|
7059
7083
|
} | null;
|
|
7060
7084
|
service_id?: string | null;
|
|
7061
|
-
start_date: string;
|
|
7062
7085
|
start_time?: string | null;
|
|
7063
7086
|
time_zone?: string;
|
|
7064
7087
|
title?: string;
|
|
@@ -7077,7 +7100,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7077
7100
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
7078
7101
|
attachments: string[];
|
|
7079
7102
|
created_at: string;
|
|
7080
|
-
|
|
7103
|
+
date: string;
|
|
7081
7104
|
end_time: string | null;
|
|
7082
7105
|
exception_dates: string[];
|
|
7083
7106
|
id: string;
|
|
@@ -7090,7 +7113,6 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7090
7113
|
until?: Record<string, never> | null;
|
|
7091
7114
|
} | null;
|
|
7092
7115
|
service_id: string | null;
|
|
7093
|
-
start_date: string;
|
|
7094
7116
|
start_time: string | null;
|
|
7095
7117
|
time_zone: string | null;
|
|
7096
7118
|
title: string | null;
|
|
@@ -7244,6 +7266,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7244
7266
|
[key: string]: unknown;
|
|
7245
7267
|
};
|
|
7246
7268
|
object: "provider";
|
|
7269
|
+
time_zone: string;
|
|
7247
7270
|
updated_at: string;
|
|
7248
7271
|
};
|
|
7249
7272
|
providers: {
|
|
@@ -7257,6 +7280,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7257
7280
|
};
|
|
7258
7281
|
object: "provider";
|
|
7259
7282
|
role: "primary" | "secondary";
|
|
7283
|
+
time_zone: string;
|
|
7260
7284
|
updated_at: string;
|
|
7261
7285
|
}[];
|
|
7262
7286
|
reschedule_events: {
|
|
@@ -7456,6 +7480,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7456
7480
|
[key: string]: unknown;
|
|
7457
7481
|
};
|
|
7458
7482
|
object: "provider";
|
|
7483
|
+
time_zone: string;
|
|
7459
7484
|
updated_at: string;
|
|
7460
7485
|
} | null;
|
|
7461
7486
|
requirements?: {
|
|
@@ -7480,6 +7505,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7480
7505
|
[key: string]: unknown;
|
|
7481
7506
|
};
|
|
7482
7507
|
object: "provider";
|
|
7508
|
+
time_zone: string;
|
|
7483
7509
|
updated_at: string;
|
|
7484
7510
|
}[] | null;
|
|
7485
7511
|
service?: {
|
|
@@ -7692,6 +7718,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7692
7718
|
[key: string]: unknown;
|
|
7693
7719
|
};
|
|
7694
7720
|
object: "provider";
|
|
7721
|
+
time_zone: string;
|
|
7695
7722
|
updated_at: string;
|
|
7696
7723
|
};
|
|
7697
7724
|
providers: {
|
|
@@ -7705,6 +7732,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7705
7732
|
};
|
|
7706
7733
|
object: "provider";
|
|
7707
7734
|
role: "primary" | "secondary";
|
|
7735
|
+
time_zone: string;
|
|
7708
7736
|
updated_at: string;
|
|
7709
7737
|
}[];
|
|
7710
7738
|
reschedule_events: {
|
|
@@ -7904,6 +7932,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7904
7932
|
[key: string]: unknown;
|
|
7905
7933
|
};
|
|
7906
7934
|
object: "provider";
|
|
7935
|
+
time_zone: string;
|
|
7907
7936
|
updated_at: string;
|
|
7908
7937
|
} | null;
|
|
7909
7938
|
requirements?: {
|
|
@@ -7928,6 +7957,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
7928
7957
|
[key: string]: unknown;
|
|
7929
7958
|
};
|
|
7930
7959
|
object: "provider";
|
|
7960
|
+
time_zone: string;
|
|
7931
7961
|
updated_at: string;
|
|
7932
7962
|
}[] | null;
|
|
7933
7963
|
service?: {
|
|
@@ -8076,9 +8106,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8076
8106
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8077
8107
|
parameters: {
|
|
8078
8108
|
query?: never;
|
|
8079
|
-
header?:
|
|
8080
|
-
"X-SavvyCal-Account"?: string;
|
|
8081
|
-
};
|
|
8109
|
+
header?: never;
|
|
8082
8110
|
path?: never;
|
|
8083
8111
|
cookie?: never;
|
|
8084
8112
|
};
|
|
@@ -8241,6 +8269,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8241
8269
|
[key: string]: unknown;
|
|
8242
8270
|
};
|
|
8243
8271
|
object: "provider";
|
|
8272
|
+
time_zone: string;
|
|
8244
8273
|
updated_at: string;
|
|
8245
8274
|
};
|
|
8246
8275
|
providers: {
|
|
@@ -8254,6 +8283,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8254
8283
|
};
|
|
8255
8284
|
object: "provider";
|
|
8256
8285
|
role: "primary" | "secondary";
|
|
8286
|
+
time_zone: string;
|
|
8257
8287
|
updated_at: string;
|
|
8258
8288
|
}[];
|
|
8259
8289
|
reschedule_events: {
|
|
@@ -8453,6 +8483,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8453
8483
|
[key: string]: unknown;
|
|
8454
8484
|
};
|
|
8455
8485
|
object: "provider";
|
|
8486
|
+
time_zone: string;
|
|
8456
8487
|
updated_at: string;
|
|
8457
8488
|
} | null;
|
|
8458
8489
|
requirements?: {
|
|
@@ -8477,6 +8508,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8477
8508
|
[key: string]: unknown;
|
|
8478
8509
|
};
|
|
8479
8510
|
object: "provider";
|
|
8511
|
+
time_zone: string;
|
|
8480
8512
|
updated_at: string;
|
|
8481
8513
|
}[] | null;
|
|
8482
8514
|
service?: {
|
|
@@ -8675,9 +8707,7 @@ declare const useCreateCancellationReason: (options?: Options$1c) => _tanstack_r
|
|
|
8675
8707
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8676
8708
|
parameters: {
|
|
8677
8709
|
query?: never;
|
|
8678
|
-
header?:
|
|
8679
|
-
"X-SavvyCal-Account"?: string;
|
|
8680
|
-
};
|
|
8710
|
+
header?: never;
|
|
8681
8711
|
path?: never;
|
|
8682
8712
|
cookie?: never;
|
|
8683
8713
|
};
|
|
@@ -8819,9 +8849,7 @@ declare const useCreateClient: (options?: Options$1b) => _tanstack_react_query.U
|
|
|
8819
8849
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8820
8850
|
parameters: {
|
|
8821
8851
|
query?: never;
|
|
8822
|
-
header?:
|
|
8823
|
-
"X-SavvyCal-Account"?: string;
|
|
8824
|
-
};
|
|
8852
|
+
header?: never;
|
|
8825
8853
|
path?: never;
|
|
8826
8854
|
cookie?: never;
|
|
8827
8855
|
};
|
|
@@ -8957,9 +8985,7 @@ declare const useCreateClientField: (options?: Options$1a) => _tanstack_react_qu
|
|
|
8957
8985
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8958
8986
|
parameters: {
|
|
8959
8987
|
query?: never;
|
|
8960
|
-
header?:
|
|
8961
|
-
"X-SavvyCal-Account"?: string;
|
|
8962
|
-
};
|
|
8988
|
+
header?: never;
|
|
8963
8989
|
path?: never;
|
|
8964
8990
|
cookie?: never;
|
|
8965
8991
|
};
|
|
@@ -9092,9 +9118,7 @@ declare const useCreateDashboardSession: (options?: Options$19) => _tanstack_rea
|
|
|
9092
9118
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9093
9119
|
parameters: {
|
|
9094
9120
|
query?: never;
|
|
9095
|
-
header?:
|
|
9096
|
-
"X-SavvyCal-Account"?: string;
|
|
9097
|
-
};
|
|
9121
|
+
header?: never;
|
|
9098
9122
|
path?: never;
|
|
9099
9123
|
cookie?: never;
|
|
9100
9124
|
};
|
|
@@ -9260,9 +9284,7 @@ declare const useCreateForm: (options?: Options$18) => _tanstack_react_query.Use
|
|
|
9260
9284
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9261
9285
|
parameters: {
|
|
9262
9286
|
query?: never;
|
|
9263
|
-
header?:
|
|
9264
|
-
"X-SavvyCal-Account"?: string;
|
|
9265
|
-
};
|
|
9287
|
+
header?: never;
|
|
9266
9288
|
path?: never;
|
|
9267
9289
|
cookie?: never;
|
|
9268
9290
|
};
|
|
@@ -9375,6 +9397,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9375
9397
|
[key: string]: unknown;
|
|
9376
9398
|
};
|
|
9377
9399
|
object: "provider";
|
|
9400
|
+
time_zone: string;
|
|
9378
9401
|
updated_at: string;
|
|
9379
9402
|
};
|
|
9380
9403
|
}, openapi_typescript_helpers.ErrorResponse<{
|
|
@@ -9394,6 +9417,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9394
9417
|
[key: string]: unknown;
|
|
9395
9418
|
};
|
|
9396
9419
|
object: "provider";
|
|
9420
|
+
time_zone: string;
|
|
9397
9421
|
updated_at: string;
|
|
9398
9422
|
};
|
|
9399
9423
|
};
|
|
@@ -9433,9 +9457,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9433
9457
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9434
9458
|
parameters: {
|
|
9435
9459
|
query?: never;
|
|
9436
|
-
header?:
|
|
9437
|
-
"X-SavvyCal-Account"?: string;
|
|
9438
|
-
};
|
|
9460
|
+
header?: never;
|
|
9439
9461
|
path?: never;
|
|
9440
9462
|
cookie?: never;
|
|
9441
9463
|
};
|
|
@@ -9452,6 +9474,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9452
9474
|
};
|
|
9453
9475
|
notify: boolean;
|
|
9454
9476
|
role_ids?: string[];
|
|
9477
|
+
time_zone?: string;
|
|
9455
9478
|
};
|
|
9456
9479
|
};
|
|
9457
9480
|
};
|
|
@@ -9472,6 +9495,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9472
9495
|
[key: string]: unknown;
|
|
9473
9496
|
};
|
|
9474
9497
|
object: "provider";
|
|
9498
|
+
time_zone: string;
|
|
9475
9499
|
updated_at: string;
|
|
9476
9500
|
};
|
|
9477
9501
|
};
|
|
@@ -9524,6 +9548,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9524
9548
|
public_bookings: {
|
|
9525
9549
|
enabled: boolean;
|
|
9526
9550
|
};
|
|
9551
|
+
time_zone: string;
|
|
9527
9552
|
updated_at: string;
|
|
9528
9553
|
weekly_rules: {
|
|
9529
9554
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -9547,6 +9572,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9547
9572
|
public_bookings: {
|
|
9548
9573
|
enabled: boolean;
|
|
9549
9574
|
};
|
|
9575
|
+
time_zone: string;
|
|
9550
9576
|
updated_at: string;
|
|
9551
9577
|
weekly_rules: {
|
|
9552
9578
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -9591,9 +9617,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9591
9617
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9592
9618
|
parameters: {
|
|
9593
9619
|
query?: never;
|
|
9594
|
-
header?:
|
|
9595
|
-
"X-SavvyCal-Account"?: string;
|
|
9596
|
-
};
|
|
9620
|
+
header?: never;
|
|
9597
9621
|
path?: never;
|
|
9598
9622
|
cookie?: never;
|
|
9599
9623
|
};
|
|
@@ -9605,6 +9629,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9605
9629
|
public_bookings?: {
|
|
9606
9630
|
enabled: boolean;
|
|
9607
9631
|
};
|
|
9632
|
+
time_zone?: string;
|
|
9608
9633
|
weekly_rules?: {
|
|
9609
9634
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
9610
9635
|
end_time: string;
|
|
@@ -9629,6 +9654,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9629
9654
|
public_bookings: {
|
|
9630
9655
|
enabled: boolean;
|
|
9631
9656
|
};
|
|
9657
|
+
time_zone: string;
|
|
9632
9658
|
updated_at: string;
|
|
9633
9659
|
weekly_rules: {
|
|
9634
9660
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -10404,9 +10430,7 @@ declare const useCreateService: (options?: Options$13) => _tanstack_react_query.
|
|
|
10404
10430
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10405
10431
|
parameters: {
|
|
10406
10432
|
query?: never;
|
|
10407
|
-
header?:
|
|
10408
|
-
"X-SavvyCal-Account"?: string;
|
|
10409
|
-
};
|
|
10433
|
+
header?: never;
|
|
10410
10434
|
path?: never;
|
|
10411
10435
|
cookie?: never;
|
|
10412
10436
|
};
|
|
@@ -10606,6 +10630,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10606
10630
|
[key: string]: unknown;
|
|
10607
10631
|
};
|
|
10608
10632
|
object: "provider";
|
|
10633
|
+
time_zone: string;
|
|
10609
10634
|
updated_at: string;
|
|
10610
10635
|
};
|
|
10611
10636
|
service_id: string;
|
|
@@ -10632,6 +10657,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10632
10657
|
[key: string]: unknown;
|
|
10633
10658
|
};
|
|
10634
10659
|
object: "provider";
|
|
10660
|
+
time_zone: string;
|
|
10635
10661
|
updated_at: string;
|
|
10636
10662
|
};
|
|
10637
10663
|
service_id: string;
|
|
@@ -10687,9 +10713,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10687
10713
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10688
10714
|
parameters: {
|
|
10689
10715
|
query?: never;
|
|
10690
|
-
header?:
|
|
10691
|
-
"X-SavvyCal-Account"?: string;
|
|
10692
|
-
};
|
|
10716
|
+
header?: never;
|
|
10693
10717
|
path: {
|
|
10694
10718
|
service_id: string;
|
|
10695
10719
|
};
|
|
@@ -10723,6 +10747,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10723
10747
|
[key: string]: unknown;
|
|
10724
10748
|
};
|
|
10725
10749
|
object: "provider";
|
|
10750
|
+
time_zone: string;
|
|
10726
10751
|
updated_at: string;
|
|
10727
10752
|
};
|
|
10728
10753
|
service_id: string;
|
|
@@ -10820,9 +10845,7 @@ declare const useDeactivateProvider: (options?: Options$11) => _tanstack_react_q
|
|
|
10820
10845
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10821
10846
|
parameters: {
|
|
10822
10847
|
query?: never;
|
|
10823
|
-
header?:
|
|
10824
|
-
"X-SavvyCal-Account"?: string;
|
|
10825
|
-
};
|
|
10848
|
+
header?: never;
|
|
10826
10849
|
path: {
|
|
10827
10850
|
provider_id: string;
|
|
10828
10851
|
};
|
|
@@ -10910,9 +10933,7 @@ declare const useDeleteBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
10910
10933
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10911
10934
|
parameters: {
|
|
10912
10935
|
query?: never;
|
|
10913
|
-
header?:
|
|
10914
|
-
"X-SavvyCal-Account"?: string;
|
|
10915
|
-
};
|
|
10936
|
+
header?: never;
|
|
10916
10937
|
path: {
|
|
10917
10938
|
block_id: string;
|
|
10918
10939
|
};
|
|
@@ -11000,9 +11021,7 @@ declare const useDeleteCancellationReason: (options?: Options$$) => _tanstack_re
|
|
|
11000
11021
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11001
11022
|
parameters: {
|
|
11002
11023
|
query?: never;
|
|
11003
|
-
header?:
|
|
11004
|
-
"X-SavvyCal-Account"?: string;
|
|
11005
|
-
};
|
|
11024
|
+
header?: never;
|
|
11006
11025
|
path: {
|
|
11007
11026
|
cancellation_reason_id: string;
|
|
11008
11027
|
};
|
|
@@ -11090,9 +11109,7 @@ declare const useDeleteClient: (options?: Options$_) => _tanstack_react_query.Us
|
|
|
11090
11109
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11091
11110
|
parameters: {
|
|
11092
11111
|
query?: never;
|
|
11093
|
-
header?:
|
|
11094
|
-
"X-SavvyCal-Account"?: string;
|
|
11095
|
-
};
|
|
11112
|
+
header?: never;
|
|
11096
11113
|
path: {
|
|
11097
11114
|
client_id: string;
|
|
11098
11115
|
};
|
|
@@ -11180,9 +11197,7 @@ declare const useDeleteClientField: (options?: Options$Z) => _tanstack_react_que
|
|
|
11180
11197
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11181
11198
|
parameters: {
|
|
11182
11199
|
query?: never;
|
|
11183
|
-
header?:
|
|
11184
|
-
"X-SavvyCal-Account"?: string;
|
|
11185
|
-
};
|
|
11200
|
+
header?: never;
|
|
11186
11201
|
path: {
|
|
11187
11202
|
client_field_id: string;
|
|
11188
11203
|
};
|
|
@@ -11270,9 +11285,7 @@ declare const useDeleteConnectedAccount: (options?: Options$Y) => _tanstack_reac
|
|
|
11270
11285
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11271
11286
|
parameters: {
|
|
11272
11287
|
query?: never;
|
|
11273
|
-
header?:
|
|
11274
|
-
"X-SavvyCal-Account"?: string;
|
|
11275
|
-
};
|
|
11288
|
+
header?: never;
|
|
11276
11289
|
path: {
|
|
11277
11290
|
connected_account_id: string;
|
|
11278
11291
|
};
|
|
@@ -11360,9 +11373,7 @@ declare const useDeleteForm: (options?: Options$X) => _tanstack_react_query.UseM
|
|
|
11360
11373
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11361
11374
|
parameters: {
|
|
11362
11375
|
query?: never;
|
|
11363
|
-
header?:
|
|
11364
|
-
"X-SavvyCal-Account"?: string;
|
|
11365
|
-
};
|
|
11376
|
+
header?: never;
|
|
11366
11377
|
path: {
|
|
11367
11378
|
form_id: string;
|
|
11368
11379
|
};
|
|
@@ -11450,9 +11461,7 @@ declare const useDeleteProviderSchedule: (options?: Options$W) => _tanstack_reac
|
|
|
11450
11461
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11451
11462
|
parameters: {
|
|
11452
11463
|
query?: never;
|
|
11453
|
-
header?:
|
|
11454
|
-
"X-SavvyCal-Account"?: string;
|
|
11455
|
-
};
|
|
11464
|
+
header?: never;
|
|
11456
11465
|
path: {
|
|
11457
11466
|
provider_schedule_id: string;
|
|
11458
11467
|
};
|
|
@@ -11540,9 +11549,7 @@ declare const useDeleteService: (options?: Options$V) => _tanstack_react_query.U
|
|
|
11540
11549
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11541
11550
|
parameters: {
|
|
11542
11551
|
query?: never;
|
|
11543
|
-
header?:
|
|
11544
|
-
"X-SavvyCal-Account"?: string;
|
|
11545
|
-
};
|
|
11552
|
+
header?: never;
|
|
11546
11553
|
path: {
|
|
11547
11554
|
service_id: string;
|
|
11548
11555
|
};
|
|
@@ -11630,9 +11637,7 @@ declare const useDeleteServiceProvider: (options?: Options$U) => _tanstack_react
|
|
|
11630
11637
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11631
11638
|
parameters: {
|
|
11632
11639
|
query?: never;
|
|
11633
|
-
header?:
|
|
11634
|
-
"X-SavvyCal-Account"?: string;
|
|
11635
|
-
};
|
|
11640
|
+
header?: never;
|
|
11636
11641
|
path: {
|
|
11637
11642
|
service_provider_id: string;
|
|
11638
11643
|
};
|
|
@@ -11720,9 +11725,7 @@ declare const useDetachServiceForm: (options?: Options$T) => _tanstack_react_que
|
|
|
11720
11725
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11721
11726
|
parameters: {
|
|
11722
11727
|
query?: never;
|
|
11723
|
-
header?:
|
|
11724
|
-
"X-SavvyCal-Account"?: string;
|
|
11725
|
-
};
|
|
11728
|
+
header?: never;
|
|
11726
11729
|
path: {
|
|
11727
11730
|
service_form_id: string;
|
|
11728
11731
|
};
|
|
@@ -11877,6 +11880,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11877
11880
|
[key: string]: unknown;
|
|
11878
11881
|
};
|
|
11879
11882
|
object: "provider";
|
|
11883
|
+
time_zone: string;
|
|
11880
11884
|
updated_at: string;
|
|
11881
11885
|
};
|
|
11882
11886
|
providers: {
|
|
@@ -11890,6 +11894,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
11890
11894
|
};
|
|
11891
11895
|
object: "provider";
|
|
11892
11896
|
role: "primary" | "secondary";
|
|
11897
|
+
time_zone: string;
|
|
11893
11898
|
updated_at: string;
|
|
11894
11899
|
}[];
|
|
11895
11900
|
reschedule_events: {
|
|
@@ -12130,6 +12135,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12130
12135
|
[key: string]: unknown;
|
|
12131
12136
|
};
|
|
12132
12137
|
object: "provider";
|
|
12138
|
+
time_zone: string;
|
|
12133
12139
|
updated_at: string;
|
|
12134
12140
|
};
|
|
12135
12141
|
providers: {
|
|
@@ -12143,6 +12149,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12143
12149
|
};
|
|
12144
12150
|
object: "provider";
|
|
12145
12151
|
role: "primary" | "secondary";
|
|
12152
|
+
time_zone: string;
|
|
12146
12153
|
updated_at: string;
|
|
12147
12154
|
}[];
|
|
12148
12155
|
reschedule_events: {
|
|
@@ -12308,9 +12315,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12308
12315
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
12309
12316
|
parameters: {
|
|
12310
12317
|
query?: never;
|
|
12311
|
-
header?:
|
|
12312
|
-
"X-SavvyCal-Account"?: string;
|
|
12313
|
-
};
|
|
12318
|
+
header?: never;
|
|
12314
12319
|
path: {
|
|
12315
12320
|
appointment_id: string;
|
|
12316
12321
|
};
|
|
@@ -12439,6 +12444,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12439
12444
|
[key: string]: unknown;
|
|
12440
12445
|
};
|
|
12441
12446
|
object: "provider";
|
|
12447
|
+
time_zone: string;
|
|
12442
12448
|
updated_at: string;
|
|
12443
12449
|
};
|
|
12444
12450
|
providers: {
|
|
@@ -12452,6 +12458,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12452
12458
|
};
|
|
12453
12459
|
object: "provider";
|
|
12454
12460
|
role: "primary" | "secondary";
|
|
12461
|
+
time_zone: string;
|
|
12455
12462
|
updated_at: string;
|
|
12456
12463
|
}[];
|
|
12457
12464
|
reschedule_events: {
|
|
@@ -12870,9 +12877,7 @@ declare const useSortServiceForms: (options?: Options$Q) => _tanstack_react_quer
|
|
|
12870
12877
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
12871
12878
|
parameters: {
|
|
12872
12879
|
query?: never;
|
|
12873
|
-
header?:
|
|
12874
|
-
"X-SavvyCal-Account"?: string;
|
|
12875
|
-
};
|
|
12880
|
+
header?: never;
|
|
12876
12881
|
path: {
|
|
12877
12882
|
service_id: string;
|
|
12878
12883
|
};
|
|
@@ -13200,9 +13205,7 @@ declare const useUpdateAccountUser: (options?: Options$O) => _tanstack_react_que
|
|
|
13200
13205
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
13201
13206
|
parameters: {
|
|
13202
13207
|
query?: never;
|
|
13203
|
-
header?:
|
|
13204
|
-
"X-SavvyCal-Account"?: string;
|
|
13205
|
-
};
|
|
13208
|
+
header?: never;
|
|
13206
13209
|
path: {
|
|
13207
13210
|
user_id: string;
|
|
13208
13211
|
};
|
|
@@ -13305,7 +13308,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13305
13308
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
13306
13309
|
attachments: string[];
|
|
13307
13310
|
created_at: string;
|
|
13308
|
-
|
|
13311
|
+
date: string;
|
|
13309
13312
|
end_time: string | null;
|
|
13310
13313
|
exception_dates: string[];
|
|
13311
13314
|
id: string;
|
|
@@ -13318,7 +13321,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13318
13321
|
until?: Record<string, never> | null;
|
|
13319
13322
|
} | null;
|
|
13320
13323
|
service_id: string | null;
|
|
13321
|
-
start_date: string;
|
|
13322
13324
|
start_time: string | null;
|
|
13323
13325
|
time_zone: string | null;
|
|
13324
13326
|
title: string | null;
|
|
@@ -13336,7 +13338,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13336
13338
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
13337
13339
|
attachments: string[];
|
|
13338
13340
|
created_at: string;
|
|
13339
|
-
|
|
13341
|
+
date: string;
|
|
13340
13342
|
end_time: string | null;
|
|
13341
13343
|
exception_dates: string[];
|
|
13342
13344
|
id: string;
|
|
@@ -13349,7 +13351,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13349
13351
|
until?: Record<string, never> | null;
|
|
13350
13352
|
} | null;
|
|
13351
13353
|
service_id: string | null;
|
|
13352
|
-
start_date: string;
|
|
13353
13354
|
start_time: string | null;
|
|
13354
13355
|
time_zone: string | null;
|
|
13355
13356
|
title: string | null;
|
|
@@ -13392,9 +13393,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13392
13393
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
13393
13394
|
parameters: {
|
|
13394
13395
|
query?: never;
|
|
13395
|
-
header?:
|
|
13396
|
-
"X-SavvyCal-Account"?: string;
|
|
13397
|
-
};
|
|
13396
|
+
header?: never;
|
|
13398
13397
|
path?: never;
|
|
13399
13398
|
cookie?: never;
|
|
13400
13399
|
};
|
|
@@ -13404,7 +13403,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13404
13403
|
all_day?: boolean;
|
|
13405
13404
|
attachment_type?: "location" | "service" | "provider" | "service_provider";
|
|
13406
13405
|
attachments?: string[];
|
|
13407
|
-
|
|
13406
|
+
date?: string;
|
|
13408
13407
|
end_time?: string | null;
|
|
13409
13408
|
exception_dates?: string[];
|
|
13410
13409
|
recurrence_rule?: {
|
|
@@ -13415,7 +13414,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13415
13414
|
until?: Record<string, never> | null;
|
|
13416
13415
|
} | null;
|
|
13417
13416
|
service_id?: string | null;
|
|
13418
|
-
start_date?: string;
|
|
13419
13417
|
start_time?: string | null;
|
|
13420
13418
|
time_zone?: string;
|
|
13421
13419
|
title?: string;
|
|
@@ -13434,7 +13432,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13434
13432
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
13435
13433
|
attachments: string[];
|
|
13436
13434
|
created_at: string;
|
|
13437
|
-
|
|
13435
|
+
date: string;
|
|
13438
13436
|
end_time: string | null;
|
|
13439
13437
|
exception_dates: string[];
|
|
13440
13438
|
id: string;
|
|
@@ -13447,7 +13445,6 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13447
13445
|
until?: Record<string, never> | null;
|
|
13448
13446
|
} | null;
|
|
13449
13447
|
service_id: string | null;
|
|
13450
|
-
start_date: string;
|
|
13451
13448
|
start_time: string | null;
|
|
13452
13449
|
time_zone: string | null;
|
|
13453
13450
|
title: string | null;
|
|
@@ -13601,6 +13598,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13601
13598
|
[key: string]: unknown;
|
|
13602
13599
|
};
|
|
13603
13600
|
object: "provider";
|
|
13601
|
+
time_zone: string;
|
|
13604
13602
|
updated_at: string;
|
|
13605
13603
|
};
|
|
13606
13604
|
providers: {
|
|
@@ -13614,6 +13612,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13614
13612
|
};
|
|
13615
13613
|
object: "provider";
|
|
13616
13614
|
role: "primary" | "secondary";
|
|
13615
|
+
time_zone: string;
|
|
13617
13616
|
updated_at: string;
|
|
13618
13617
|
}[];
|
|
13619
13618
|
reschedule_events: {
|
|
@@ -13813,6 +13812,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13813
13812
|
[key: string]: unknown;
|
|
13814
13813
|
};
|
|
13815
13814
|
object: "provider";
|
|
13815
|
+
time_zone: string;
|
|
13816
13816
|
updated_at: string;
|
|
13817
13817
|
} | null;
|
|
13818
13818
|
requirements?: {
|
|
@@ -13837,6 +13837,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
13837
13837
|
[key: string]: unknown;
|
|
13838
13838
|
};
|
|
13839
13839
|
object: "provider";
|
|
13840
|
+
time_zone: string;
|
|
13840
13841
|
updated_at: string;
|
|
13841
13842
|
}[] | null;
|
|
13842
13843
|
service?: {
|
|
@@ -14049,6 +14050,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14049
14050
|
[key: string]: unknown;
|
|
14050
14051
|
};
|
|
14051
14052
|
object: "provider";
|
|
14053
|
+
time_zone: string;
|
|
14052
14054
|
updated_at: string;
|
|
14053
14055
|
};
|
|
14054
14056
|
providers: {
|
|
@@ -14062,6 +14064,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14062
14064
|
};
|
|
14063
14065
|
object: "provider";
|
|
14064
14066
|
role: "primary" | "secondary";
|
|
14067
|
+
time_zone: string;
|
|
14065
14068
|
updated_at: string;
|
|
14066
14069
|
}[];
|
|
14067
14070
|
reschedule_events: {
|
|
@@ -14261,6 +14264,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14261
14264
|
[key: string]: unknown;
|
|
14262
14265
|
};
|
|
14263
14266
|
object: "provider";
|
|
14267
|
+
time_zone: string;
|
|
14264
14268
|
updated_at: string;
|
|
14265
14269
|
} | null;
|
|
14266
14270
|
requirements?: {
|
|
@@ -14285,6 +14289,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14285
14289
|
[key: string]: unknown;
|
|
14286
14290
|
};
|
|
14287
14291
|
object: "provider";
|
|
14292
|
+
time_zone: string;
|
|
14288
14293
|
updated_at: string;
|
|
14289
14294
|
}[] | null;
|
|
14290
14295
|
service?: {
|
|
@@ -14433,9 +14438,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14433
14438
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
14434
14439
|
parameters: {
|
|
14435
14440
|
query?: never;
|
|
14436
|
-
header?:
|
|
14437
|
-
"X-SavvyCal-Account"?: string;
|
|
14438
|
-
};
|
|
14441
|
+
header?: never;
|
|
14439
14442
|
path: {
|
|
14440
14443
|
booking_intent_id: string;
|
|
14441
14444
|
};
|
|
@@ -14600,6 +14603,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14600
14603
|
[key: string]: unknown;
|
|
14601
14604
|
};
|
|
14602
14605
|
object: "provider";
|
|
14606
|
+
time_zone: string;
|
|
14603
14607
|
updated_at: string;
|
|
14604
14608
|
};
|
|
14605
14609
|
providers: {
|
|
@@ -14613,6 +14617,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14613
14617
|
};
|
|
14614
14618
|
object: "provider";
|
|
14615
14619
|
role: "primary" | "secondary";
|
|
14620
|
+
time_zone: string;
|
|
14616
14621
|
updated_at: string;
|
|
14617
14622
|
}[];
|
|
14618
14623
|
reschedule_events: {
|
|
@@ -14812,6 +14817,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14812
14817
|
[key: string]: unknown;
|
|
14813
14818
|
};
|
|
14814
14819
|
object: "provider";
|
|
14820
|
+
time_zone: string;
|
|
14815
14821
|
updated_at: string;
|
|
14816
14822
|
} | null;
|
|
14817
14823
|
requirements?: {
|
|
@@ -14836,6 +14842,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14836
14842
|
[key: string]: unknown;
|
|
14837
14843
|
};
|
|
14838
14844
|
object: "provider";
|
|
14845
|
+
time_zone: string;
|
|
14839
14846
|
updated_at: string;
|
|
14840
14847
|
}[] | null;
|
|
14841
14848
|
service?: {
|
|
@@ -15047,9 +15054,7 @@ declare const useUpdateCancellationReason: (options?: Options$L) => _tanstack_re
|
|
|
15047
15054
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15048
15055
|
parameters: {
|
|
15049
15056
|
query?: never;
|
|
15050
|
-
header?:
|
|
15051
|
-
"X-SavvyCal-Account"?: string;
|
|
15052
|
-
};
|
|
15057
|
+
header?: never;
|
|
15053
15058
|
path: {
|
|
15054
15059
|
cancellation_reason_id: string;
|
|
15055
15060
|
};
|
|
@@ -15219,9 +15224,7 @@ declare const useUpdateClient: (options?: Options$K) => _tanstack_react_query.Us
|
|
|
15219
15224
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15220
15225
|
parameters: {
|
|
15221
15226
|
query?: never;
|
|
15222
|
-
header?:
|
|
15223
|
-
"X-SavvyCal-Account"?: string;
|
|
15224
|
-
};
|
|
15227
|
+
header?: never;
|
|
15225
15228
|
path: {
|
|
15226
15229
|
client_id: string;
|
|
15227
15230
|
};
|
|
@@ -15385,9 +15388,7 @@ declare const useUpdateClientField: (options?: Options$J) => _tanstack_react_que
|
|
|
15385
15388
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15386
15389
|
parameters: {
|
|
15387
15390
|
query?: never;
|
|
15388
|
-
header?:
|
|
15389
|
-
"X-SavvyCal-Account"?: string;
|
|
15390
|
-
};
|
|
15391
|
+
header?: never;
|
|
15391
15392
|
path: {
|
|
15392
15393
|
client_field_id: string;
|
|
15393
15394
|
};
|
|
@@ -15556,9 +15557,7 @@ declare const useUpdateConnectedAccount: (options?: Options$I) => _tanstack_reac
|
|
|
15556
15557
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15557
15558
|
parameters: {
|
|
15558
15559
|
query?: never;
|
|
15559
|
-
header?:
|
|
15560
|
-
"X-SavvyCal-Account"?: string;
|
|
15561
|
-
};
|
|
15560
|
+
header?: never;
|
|
15562
15561
|
path: {
|
|
15563
15562
|
connected_account_id: string;
|
|
15564
15563
|
};
|
|
@@ -15755,9 +15754,7 @@ declare const useUpdateForm: (options?: Options$H) => _tanstack_react_query.UseM
|
|
|
15755
15754
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15756
15755
|
parameters: {
|
|
15757
15756
|
query?: never;
|
|
15758
|
-
header?:
|
|
15759
|
-
"X-SavvyCal-Account"?: string;
|
|
15760
|
-
};
|
|
15757
|
+
header?: never;
|
|
15761
15758
|
path: {
|
|
15762
15759
|
form_id: string;
|
|
15763
15760
|
};
|
|
@@ -15885,6 +15882,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15885
15882
|
[key: string]: unknown;
|
|
15886
15883
|
};
|
|
15887
15884
|
object: "provider";
|
|
15885
|
+
time_zone: string;
|
|
15888
15886
|
updated_at: string;
|
|
15889
15887
|
};
|
|
15890
15888
|
}, openapi_typescript_helpers.ErrorResponse<{
|
|
@@ -15904,6 +15902,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15904
15902
|
[key: string]: unknown;
|
|
15905
15903
|
};
|
|
15906
15904
|
object: "provider";
|
|
15905
|
+
time_zone: string;
|
|
15907
15906
|
updated_at: string;
|
|
15908
15907
|
};
|
|
15909
15908
|
};
|
|
@@ -15956,9 +15955,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15956
15955
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15957
15956
|
parameters: {
|
|
15958
15957
|
query?: never;
|
|
15959
|
-
header?:
|
|
15960
|
-
"X-SavvyCal-Account"?: string;
|
|
15961
|
-
};
|
|
15958
|
+
header?: never;
|
|
15962
15959
|
path: {
|
|
15963
15960
|
provider_id: string;
|
|
15964
15961
|
};
|
|
@@ -15973,6 +15970,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15973
15970
|
metadata?: {
|
|
15974
15971
|
[key: string]: unknown;
|
|
15975
15972
|
};
|
|
15973
|
+
time_zone?: string;
|
|
15976
15974
|
};
|
|
15977
15975
|
};
|
|
15978
15976
|
};
|
|
@@ -15993,6 +15991,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
15993
15991
|
[key: string]: unknown;
|
|
15994
15992
|
};
|
|
15995
15993
|
object: "provider";
|
|
15994
|
+
time_zone: string;
|
|
15996
15995
|
updated_at: string;
|
|
15997
15996
|
};
|
|
15998
15997
|
};
|
|
@@ -16058,6 +16057,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16058
16057
|
public_bookings: {
|
|
16059
16058
|
enabled: boolean;
|
|
16060
16059
|
};
|
|
16060
|
+
time_zone: string;
|
|
16061
16061
|
updated_at: string;
|
|
16062
16062
|
weekly_rules: {
|
|
16063
16063
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -16081,6 +16081,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16081
16081
|
public_bookings: {
|
|
16082
16082
|
enabled: boolean;
|
|
16083
16083
|
};
|
|
16084
|
+
time_zone: string;
|
|
16084
16085
|
updated_at: string;
|
|
16085
16086
|
weekly_rules: {
|
|
16086
16087
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -16125,9 +16126,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16125
16126
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16126
16127
|
parameters: {
|
|
16127
16128
|
query?: never;
|
|
16128
|
-
header?:
|
|
16129
|
-
"X-SavvyCal-Account"?: string;
|
|
16130
|
-
};
|
|
16129
|
+
header?: never;
|
|
16131
16130
|
path?: never;
|
|
16132
16131
|
cookie?: never;
|
|
16133
16132
|
};
|
|
@@ -16139,6 +16138,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16139
16138
|
public_bookings?: {
|
|
16140
16139
|
enabled: boolean;
|
|
16141
16140
|
};
|
|
16141
|
+
time_zone?: string;
|
|
16142
16142
|
weekly_rules?: {
|
|
16143
16143
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
16144
16144
|
end_time: string;
|
|
@@ -16163,6 +16163,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16163
16163
|
public_bookings: {
|
|
16164
16164
|
enabled: boolean;
|
|
16165
16165
|
};
|
|
16166
|
+
time_zone: string;
|
|
16166
16167
|
updated_at: string;
|
|
16167
16168
|
weekly_rules: {
|
|
16168
16169
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -16800,9 +16801,7 @@ declare const useUpdateService: (options?: Options$D) => _tanstack_react_query.U
|
|
|
16800
16801
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16801
16802
|
parameters: {
|
|
16802
16803
|
query?: never;
|
|
16803
|
-
header?:
|
|
16804
|
-
"X-SavvyCal-Account"?: string;
|
|
16805
|
-
};
|
|
16804
|
+
header?: never;
|
|
16806
16805
|
path: {
|
|
16807
16806
|
service_id: string;
|
|
16808
16807
|
};
|
|
@@ -17365,6 +17364,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17365
17364
|
[key: string]: unknown;
|
|
17366
17365
|
};
|
|
17367
17366
|
object: "provider";
|
|
17367
|
+
time_zone: string;
|
|
17368
17368
|
updated_at: string;
|
|
17369
17369
|
};
|
|
17370
17370
|
providers: {
|
|
@@ -17378,6 +17378,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17378
17378
|
};
|
|
17379
17379
|
object: "provider";
|
|
17380
17380
|
role: "primary" | "secondary";
|
|
17381
|
+
time_zone: string;
|
|
17381
17382
|
updated_at: string;
|
|
17382
17383
|
}[];
|
|
17383
17384
|
reschedule_events: {
|
|
@@ -17618,6 +17619,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17618
17619
|
[key: string]: unknown;
|
|
17619
17620
|
};
|
|
17620
17621
|
object: "provider";
|
|
17622
|
+
time_zone: string;
|
|
17621
17623
|
updated_at: string;
|
|
17622
17624
|
};
|
|
17623
17625
|
providers: {
|
|
@@ -17631,6 +17633,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
17631
17633
|
};
|
|
17632
17634
|
object: "provider";
|
|
17633
17635
|
role: "primary" | "secondary";
|
|
17636
|
+
time_zone: string;
|
|
17634
17637
|
updated_at: string;
|
|
17635
17638
|
}[];
|
|
17636
17639
|
reschedule_events: {
|
|
@@ -17905,6 +17908,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17905
17908
|
[key: string]: unknown;
|
|
17906
17909
|
};
|
|
17907
17910
|
object: "provider";
|
|
17911
|
+
time_zone: string;
|
|
17908
17912
|
updated_at: string;
|
|
17909
17913
|
};
|
|
17910
17914
|
providers: {
|
|
@@ -17918,6 +17922,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
17918
17922
|
};
|
|
17919
17923
|
object: "provider";
|
|
17920
17924
|
role: "primary" | "secondary";
|
|
17925
|
+
time_zone: string;
|
|
17921
17926
|
updated_at: string;
|
|
17922
17927
|
}[];
|
|
17923
17928
|
reschedule_events: {
|
|
@@ -18164,6 +18169,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18164
18169
|
[key: string]: unknown;
|
|
18165
18170
|
};
|
|
18166
18171
|
object: "provider";
|
|
18172
|
+
time_zone: string;
|
|
18167
18173
|
updated_at: string;
|
|
18168
18174
|
};
|
|
18169
18175
|
providers: {
|
|
@@ -18177,6 +18183,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
18177
18183
|
};
|
|
18178
18184
|
object: "provider";
|
|
18179
18185
|
role: "primary" | "secondary";
|
|
18186
|
+
time_zone: string;
|
|
18180
18187
|
updated_at: string;
|
|
18181
18188
|
}[];
|
|
18182
18189
|
reschedule_events: {
|
|
@@ -18371,7 +18378,7 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18371
18378
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18372
18379
|
attachments: string[];
|
|
18373
18380
|
created_at: string;
|
|
18374
|
-
|
|
18381
|
+
date: string;
|
|
18375
18382
|
end_time: string | null;
|
|
18376
18383
|
exception_dates: string[];
|
|
18377
18384
|
id: string;
|
|
@@ -18384,7 +18391,6 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18384
18391
|
until?: Record<string, never> | null;
|
|
18385
18392
|
} | null;
|
|
18386
18393
|
service_id: string | null;
|
|
18387
|
-
start_date: string;
|
|
18388
18394
|
start_time: string | null;
|
|
18389
18395
|
time_zone: string | null;
|
|
18390
18396
|
title: string | null;
|
|
@@ -18402,7 +18408,7 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18402
18408
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18403
18409
|
attachments: string[];
|
|
18404
18410
|
created_at: string;
|
|
18405
|
-
|
|
18411
|
+
date: string;
|
|
18406
18412
|
end_time: string | null;
|
|
18407
18413
|
exception_dates: string[];
|
|
18408
18414
|
id: string;
|
|
@@ -18415,7 +18421,6 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
18415
18421
|
until?: Record<string, never> | null;
|
|
18416
18422
|
} | null;
|
|
18417
18423
|
service_id: string | null;
|
|
18418
|
-
start_date: string;
|
|
18419
18424
|
start_time: string | null;
|
|
18420
18425
|
time_zone: string | null;
|
|
18421
18426
|
title: string | null;
|
|
@@ -18463,7 +18468,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18463
18468
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18464
18469
|
attachments: string[];
|
|
18465
18470
|
created_at: string;
|
|
18466
|
-
|
|
18471
|
+
date: string;
|
|
18467
18472
|
end_time: string | null;
|
|
18468
18473
|
exception_dates: string[];
|
|
18469
18474
|
id: string;
|
|
@@ -18476,7 +18481,6 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18476
18481
|
until?: Record<string, never> | null;
|
|
18477
18482
|
} | null;
|
|
18478
18483
|
service_id: string | null;
|
|
18479
|
-
start_date: string;
|
|
18480
18484
|
start_time: string | null;
|
|
18481
18485
|
time_zone: string | null;
|
|
18482
18486
|
title: string | null;
|
|
@@ -18500,7 +18504,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18500
18504
|
attachment_type: "location" | "service" | "provider" | "service_provider";
|
|
18501
18505
|
attachments: string[];
|
|
18502
18506
|
created_at: string;
|
|
18503
|
-
|
|
18507
|
+
date: string;
|
|
18504
18508
|
end_time: string | null;
|
|
18505
18509
|
exception_dates: string[];
|
|
18506
18510
|
id: string;
|
|
@@ -18513,7 +18517,6 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
18513
18517
|
until?: Record<string, never> | null;
|
|
18514
18518
|
} | null;
|
|
18515
18519
|
service_id: string | null;
|
|
18516
|
-
start_date: string;
|
|
18517
18520
|
start_time: string | null;
|
|
18518
18521
|
time_zone: string | null;
|
|
18519
18522
|
title: string | null;
|
|
@@ -18673,6 +18676,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18673
18676
|
[key: string]: unknown;
|
|
18674
18677
|
};
|
|
18675
18678
|
object: "provider";
|
|
18679
|
+
time_zone: string;
|
|
18676
18680
|
updated_at: string;
|
|
18677
18681
|
};
|
|
18678
18682
|
providers: {
|
|
@@ -18686,6 +18690,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18686
18690
|
};
|
|
18687
18691
|
object: "provider";
|
|
18688
18692
|
role: "primary" | "secondary";
|
|
18693
|
+
time_zone: string;
|
|
18689
18694
|
updated_at: string;
|
|
18690
18695
|
}[];
|
|
18691
18696
|
reschedule_events: {
|
|
@@ -18885,6 +18890,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18885
18890
|
[key: string]: unknown;
|
|
18886
18891
|
};
|
|
18887
18892
|
object: "provider";
|
|
18893
|
+
time_zone: string;
|
|
18888
18894
|
updated_at: string;
|
|
18889
18895
|
} | null;
|
|
18890
18896
|
requirements?: {
|
|
@@ -18909,6 +18915,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
18909
18915
|
[key: string]: unknown;
|
|
18910
18916
|
};
|
|
18911
18917
|
object: "provider";
|
|
18918
|
+
time_zone: string;
|
|
18912
18919
|
updated_at: string;
|
|
18913
18920
|
}[] | null;
|
|
18914
18921
|
service?: {
|
|
@@ -19121,6 +19128,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19121
19128
|
[key: string]: unknown;
|
|
19122
19129
|
};
|
|
19123
19130
|
object: "provider";
|
|
19131
|
+
time_zone: string;
|
|
19124
19132
|
updated_at: string;
|
|
19125
19133
|
};
|
|
19126
19134
|
providers: {
|
|
@@ -19134,6 +19142,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19134
19142
|
};
|
|
19135
19143
|
object: "provider";
|
|
19136
19144
|
role: "primary" | "secondary";
|
|
19145
|
+
time_zone: string;
|
|
19137
19146
|
updated_at: string;
|
|
19138
19147
|
}[];
|
|
19139
19148
|
reschedule_events: {
|
|
@@ -19333,6 +19342,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19333
19342
|
[key: string]: unknown;
|
|
19334
19343
|
};
|
|
19335
19344
|
object: "provider";
|
|
19345
|
+
time_zone: string;
|
|
19336
19346
|
updated_at: string;
|
|
19337
19347
|
} | null;
|
|
19338
19348
|
requirements?: {
|
|
@@ -19357,6 +19367,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
19357
19367
|
[key: string]: unknown;
|
|
19358
19368
|
};
|
|
19359
19369
|
object: "provider";
|
|
19370
|
+
time_zone: string;
|
|
19360
19371
|
updated_at: string;
|
|
19361
19372
|
}[] | null;
|
|
19362
19373
|
service?: {
|
|
@@ -19676,6 +19687,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19676
19687
|
[key: string]: unknown;
|
|
19677
19688
|
};
|
|
19678
19689
|
object: "provider";
|
|
19690
|
+
time_zone: string;
|
|
19679
19691
|
updated_at: string;
|
|
19680
19692
|
};
|
|
19681
19693
|
providers: {
|
|
@@ -19689,6 +19701,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19689
19701
|
};
|
|
19690
19702
|
object: "provider";
|
|
19691
19703
|
role: "primary" | "secondary";
|
|
19704
|
+
time_zone: string;
|
|
19692
19705
|
updated_at: string;
|
|
19693
19706
|
}[];
|
|
19694
19707
|
reschedule_events: {
|
|
@@ -19888,6 +19901,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19888
19901
|
[key: string]: unknown;
|
|
19889
19902
|
};
|
|
19890
19903
|
object: "provider";
|
|
19904
|
+
time_zone: string;
|
|
19891
19905
|
updated_at: string;
|
|
19892
19906
|
} | null;
|
|
19893
19907
|
requirements?: {
|
|
@@ -19912,6 +19926,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
19912
19926
|
[key: string]: unknown;
|
|
19913
19927
|
};
|
|
19914
19928
|
object: "provider";
|
|
19929
|
+
time_zone: string;
|
|
19915
19930
|
updated_at: string;
|
|
19916
19931
|
}[] | null;
|
|
19917
19932
|
service?: {
|
|
@@ -20130,6 +20145,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20130
20145
|
[key: string]: unknown;
|
|
20131
20146
|
};
|
|
20132
20147
|
object: "provider";
|
|
20148
|
+
time_zone: string;
|
|
20133
20149
|
updated_at: string;
|
|
20134
20150
|
};
|
|
20135
20151
|
providers: {
|
|
@@ -20143,6 +20159,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20143
20159
|
};
|
|
20144
20160
|
object: "provider";
|
|
20145
20161
|
role: "primary" | "secondary";
|
|
20162
|
+
time_zone: string;
|
|
20146
20163
|
updated_at: string;
|
|
20147
20164
|
}[];
|
|
20148
20165
|
reschedule_events: {
|
|
@@ -20342,6 +20359,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20342
20359
|
[key: string]: unknown;
|
|
20343
20360
|
};
|
|
20344
20361
|
object: "provider";
|
|
20362
|
+
time_zone: string;
|
|
20345
20363
|
updated_at: string;
|
|
20346
20364
|
} | null;
|
|
20347
20365
|
requirements?: {
|
|
@@ -20366,6 +20384,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
20366
20384
|
[key: string]: unknown;
|
|
20367
20385
|
};
|
|
20368
20386
|
object: "provider";
|
|
20387
|
+
time_zone: string;
|
|
20369
20388
|
updated_at: string;
|
|
20370
20389
|
}[] | null;
|
|
20371
20390
|
service?: {
|
|
@@ -21579,6 +21598,7 @@ declare const useProvider: (provider_id: ProviderParams["path"]["provider_id"],
|
|
|
21579
21598
|
[key: string]: unknown;
|
|
21580
21599
|
};
|
|
21581
21600
|
object: "provider";
|
|
21601
|
+
time_zone: string;
|
|
21582
21602
|
updated_at: string;
|
|
21583
21603
|
};
|
|
21584
21604
|
}, openapi_typescript_helpers.ErrorResponse<{
|
|
@@ -21598,6 +21618,7 @@ declare const useProvider: (provider_id: ProviderParams["path"]["provider_id"],
|
|
|
21598
21618
|
[key: string]: unknown;
|
|
21599
21619
|
};
|
|
21600
21620
|
object: "provider";
|
|
21621
|
+
time_zone: string;
|
|
21601
21622
|
updated_at: string;
|
|
21602
21623
|
};
|
|
21603
21624
|
};
|
|
@@ -21646,6 +21667,7 @@ declare const useProviderSchedule: (provider_schedule_id: ProviderScheduleParams
|
|
|
21646
21667
|
public_bookings: {
|
|
21647
21668
|
enabled: boolean;
|
|
21648
21669
|
};
|
|
21670
|
+
time_zone: string;
|
|
21649
21671
|
updated_at: string;
|
|
21650
21672
|
weekly_rules: {
|
|
21651
21673
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21669,6 +21691,7 @@ declare const useProviderSchedule: (provider_schedule_id: ProviderScheduleParams
|
|
|
21669
21691
|
public_bookings: {
|
|
21670
21692
|
enabled: boolean;
|
|
21671
21693
|
};
|
|
21694
|
+
time_zone: string;
|
|
21672
21695
|
updated_at: string;
|
|
21673
21696
|
weekly_rules: {
|
|
21674
21697
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21722,6 +21745,7 @@ declare const useProviderSchedules: (queryParams?: ProviderSchedulesParams["quer
|
|
|
21722
21745
|
public_bookings: {
|
|
21723
21746
|
enabled: boolean;
|
|
21724
21747
|
};
|
|
21748
|
+
time_zone: string;
|
|
21725
21749
|
updated_at: string;
|
|
21726
21750
|
weekly_rules: {
|
|
21727
21751
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21751,6 +21775,7 @@ declare const useProviderSchedules: (queryParams?: ProviderSchedulesParams["quer
|
|
|
21751
21775
|
public_bookings: {
|
|
21752
21776
|
enabled: boolean;
|
|
21753
21777
|
};
|
|
21778
|
+
time_zone: string;
|
|
21754
21779
|
updated_at: string;
|
|
21755
21780
|
weekly_rules: {
|
|
21756
21781
|
day: "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su";
|
|
@@ -21815,6 +21840,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
|
|
|
21815
21840
|
[key: string]: unknown;
|
|
21816
21841
|
};
|
|
21817
21842
|
object: "provider";
|
|
21843
|
+
time_zone: string;
|
|
21818
21844
|
updated_at: string;
|
|
21819
21845
|
}[];
|
|
21820
21846
|
meta: {
|
|
@@ -21840,6 +21866,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
|
|
|
21840
21866
|
[key: string]: unknown;
|
|
21841
21867
|
};
|
|
21842
21868
|
object: "provider";
|
|
21869
|
+
time_zone: string;
|
|
21843
21870
|
updated_at: string;
|
|
21844
21871
|
}[];
|
|
21845
21872
|
meta: {
|
|
@@ -22527,6 +22554,7 @@ declare const useServiceProviders: (service_id: ServiceProvidersParams["path"]["
|
|
|
22527
22554
|
[key: string]: unknown;
|
|
22528
22555
|
};
|
|
22529
22556
|
object: "provider";
|
|
22557
|
+
time_zone: string;
|
|
22530
22558
|
updated_at: string;
|
|
22531
22559
|
};
|
|
22532
22560
|
service_id: string;
|
|
@@ -22553,6 +22581,7 @@ declare const useServiceProviders: (service_id: ServiceProvidersParams["path"]["
|
|
|
22553
22581
|
[key: string]: unknown;
|
|
22554
22582
|
};
|
|
22555
22583
|
object: "provider";
|
|
22584
|
+
time_zone: string;
|
|
22556
22585
|
updated_at: string;
|
|
22557
22586
|
};
|
|
22558
22587
|
service_id: string;
|
|
@@ -22628,6 +22657,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
|
|
|
22628
22657
|
[key: string]: unknown;
|
|
22629
22658
|
};
|
|
22630
22659
|
object: "provider";
|
|
22660
|
+
time_zone: string;
|
|
22631
22661
|
updated_at: string;
|
|
22632
22662
|
};
|
|
22633
22663
|
service_id: string;
|
|
@@ -22675,6 +22705,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
|
|
|
22675
22705
|
[key: string]: unknown;
|
|
22676
22706
|
};
|
|
22677
22707
|
object: "provider";
|
|
22708
|
+
time_zone: string;
|
|
22678
22709
|
updated_at: string;
|
|
22679
22710
|
};
|
|
22680
22711
|
service_id: string;
|