@savvycal/appointments-react-query 1.2.7 → 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 +44 -126
- package/dist/index.d.ts +44 -126
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1002,9 +1002,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1002
1002
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
1003
1003
|
parameters: {
|
|
1004
1004
|
query?: never;
|
|
1005
|
-
header?:
|
|
1006
|
-
"X-SavvyCal-Account"?: string;
|
|
1007
|
-
};
|
|
1005
|
+
header?: never;
|
|
1008
1006
|
path: {
|
|
1009
1007
|
booking_intent_id: string;
|
|
1010
1008
|
};
|
|
@@ -1953,9 +1951,7 @@ declare const useAttachServiceForm: (options?: Options$1n) => _tanstack_react_qu
|
|
|
1953
1951
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
1954
1952
|
parameters: {
|
|
1955
1953
|
query?: never;
|
|
1956
|
-
header?:
|
|
1957
|
-
"X-SavvyCal-Account"?: string;
|
|
1958
|
-
};
|
|
1954
|
+
header?: never;
|
|
1959
1955
|
path: {
|
|
1960
1956
|
service_id: string;
|
|
1961
1957
|
};
|
|
@@ -2578,9 +2574,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2578
2574
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
2579
2575
|
parameters: {
|
|
2580
2576
|
query?: never;
|
|
2581
|
-
header?:
|
|
2582
|
-
"X-SavvyCal-Account"?: string;
|
|
2583
|
-
};
|
|
2577
|
+
header?: never;
|
|
2584
2578
|
path: {
|
|
2585
2579
|
appointment_id: string;
|
|
2586
2580
|
};
|
|
@@ -4010,9 +4004,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4010
4004
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
4011
4005
|
parameters: {
|
|
4012
4006
|
query?: never;
|
|
4013
|
-
header?:
|
|
4014
|
-
"X-SavvyCal-Account"?: string;
|
|
4015
|
-
};
|
|
4007
|
+
header?: never;
|
|
4016
4008
|
path: {
|
|
4017
4009
|
booking_intent_id: string;
|
|
4018
4010
|
};
|
|
@@ -5488,9 +5480,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5488
5480
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
5489
5481
|
parameters: {
|
|
5490
5482
|
query?: never;
|
|
5491
|
-
header?:
|
|
5492
|
-
"X-SavvyCal-Account"?: string;
|
|
5493
|
-
};
|
|
5483
|
+
header?: never;
|
|
5494
5484
|
path: {
|
|
5495
5485
|
appointment_id: string;
|
|
5496
5486
|
};
|
|
@@ -6032,9 +6022,7 @@ declare const useCreateAccountUser: (options?: Options$1g) => _tanstack_react_qu
|
|
|
6032
6022
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
6033
6023
|
parameters: {
|
|
6034
6024
|
query?: never;
|
|
6035
|
-
header?:
|
|
6036
|
-
"X-SavvyCal-Account"?: string;
|
|
6037
|
-
};
|
|
6025
|
+
header?: never;
|
|
6038
6026
|
path?: never;
|
|
6039
6027
|
cookie?: never;
|
|
6040
6028
|
};
|
|
@@ -6658,9 +6646,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6658
6646
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
6659
6647
|
parameters: {
|
|
6660
6648
|
query?: never;
|
|
6661
|
-
header?:
|
|
6662
|
-
"X-SavvyCal-Account"?: string;
|
|
6663
|
-
};
|
|
6649
|
+
header?: never;
|
|
6664
6650
|
path?: never;
|
|
6665
6651
|
cookie?: never;
|
|
6666
6652
|
};
|
|
@@ -7075,9 +7061,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7075
7061
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
7076
7062
|
parameters: {
|
|
7077
7063
|
query?: never;
|
|
7078
|
-
header?:
|
|
7079
|
-
"X-SavvyCal-Account"?: string;
|
|
7080
|
-
};
|
|
7064
|
+
header?: never;
|
|
7081
7065
|
path?: never;
|
|
7082
7066
|
cookie?: never;
|
|
7083
7067
|
};
|
|
@@ -8122,9 +8106,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8122
8106
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8123
8107
|
parameters: {
|
|
8124
8108
|
query?: never;
|
|
8125
|
-
header?:
|
|
8126
|
-
"X-SavvyCal-Account"?: string;
|
|
8127
|
-
};
|
|
8109
|
+
header?: never;
|
|
8128
8110
|
path?: never;
|
|
8129
8111
|
cookie?: never;
|
|
8130
8112
|
};
|
|
@@ -8725,9 +8707,7 @@ declare const useCreateCancellationReason: (options?: Options$1c) => _tanstack_r
|
|
|
8725
8707
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8726
8708
|
parameters: {
|
|
8727
8709
|
query?: never;
|
|
8728
|
-
header?:
|
|
8729
|
-
"X-SavvyCal-Account"?: string;
|
|
8730
|
-
};
|
|
8710
|
+
header?: never;
|
|
8731
8711
|
path?: never;
|
|
8732
8712
|
cookie?: never;
|
|
8733
8713
|
};
|
|
@@ -8869,9 +8849,7 @@ declare const useCreateClient: (options?: Options$1b) => _tanstack_react_query.U
|
|
|
8869
8849
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8870
8850
|
parameters: {
|
|
8871
8851
|
query?: never;
|
|
8872
|
-
header?:
|
|
8873
|
-
"X-SavvyCal-Account"?: string;
|
|
8874
|
-
};
|
|
8852
|
+
header?: never;
|
|
8875
8853
|
path?: never;
|
|
8876
8854
|
cookie?: never;
|
|
8877
8855
|
};
|
|
@@ -9007,9 +8985,7 @@ declare const useCreateClientField: (options?: Options$1a) => _tanstack_react_qu
|
|
|
9007
8985
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9008
8986
|
parameters: {
|
|
9009
8987
|
query?: never;
|
|
9010
|
-
header?:
|
|
9011
|
-
"X-SavvyCal-Account"?: string;
|
|
9012
|
-
};
|
|
8988
|
+
header?: never;
|
|
9013
8989
|
path?: never;
|
|
9014
8990
|
cookie?: never;
|
|
9015
8991
|
};
|
|
@@ -9142,9 +9118,7 @@ declare const useCreateDashboardSession: (options?: Options$19) => _tanstack_rea
|
|
|
9142
9118
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9143
9119
|
parameters: {
|
|
9144
9120
|
query?: never;
|
|
9145
|
-
header?:
|
|
9146
|
-
"X-SavvyCal-Account"?: string;
|
|
9147
|
-
};
|
|
9121
|
+
header?: never;
|
|
9148
9122
|
path?: never;
|
|
9149
9123
|
cookie?: never;
|
|
9150
9124
|
};
|
|
@@ -9310,9 +9284,7 @@ declare const useCreateForm: (options?: Options$18) => _tanstack_react_query.Use
|
|
|
9310
9284
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9311
9285
|
parameters: {
|
|
9312
9286
|
query?: never;
|
|
9313
|
-
header?:
|
|
9314
|
-
"X-SavvyCal-Account"?: string;
|
|
9315
|
-
};
|
|
9287
|
+
header?: never;
|
|
9316
9288
|
path?: never;
|
|
9317
9289
|
cookie?: never;
|
|
9318
9290
|
};
|
|
@@ -9485,9 +9457,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9485
9457
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9486
9458
|
parameters: {
|
|
9487
9459
|
query?: never;
|
|
9488
|
-
header?:
|
|
9489
|
-
"X-SavvyCal-Account"?: string;
|
|
9490
|
-
};
|
|
9460
|
+
header?: never;
|
|
9491
9461
|
path?: never;
|
|
9492
9462
|
cookie?: never;
|
|
9493
9463
|
};
|
|
@@ -9504,6 +9474,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9504
9474
|
};
|
|
9505
9475
|
notify: boolean;
|
|
9506
9476
|
role_ids?: string[];
|
|
9477
|
+
time_zone?: string;
|
|
9507
9478
|
};
|
|
9508
9479
|
};
|
|
9509
9480
|
};
|
|
@@ -9646,9 +9617,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9646
9617
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9647
9618
|
parameters: {
|
|
9648
9619
|
query?: never;
|
|
9649
|
-
header?:
|
|
9650
|
-
"X-SavvyCal-Account"?: string;
|
|
9651
|
-
};
|
|
9620
|
+
header?: never;
|
|
9652
9621
|
path?: never;
|
|
9653
9622
|
cookie?: never;
|
|
9654
9623
|
};
|
|
@@ -10461,9 +10430,7 @@ declare const useCreateService: (options?: Options$13) => _tanstack_react_query.
|
|
|
10461
10430
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10462
10431
|
parameters: {
|
|
10463
10432
|
query?: never;
|
|
10464
|
-
header?:
|
|
10465
|
-
"X-SavvyCal-Account"?: string;
|
|
10466
|
-
};
|
|
10433
|
+
header?: never;
|
|
10467
10434
|
path?: never;
|
|
10468
10435
|
cookie?: never;
|
|
10469
10436
|
};
|
|
@@ -10746,9 +10713,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10746
10713
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10747
10714
|
parameters: {
|
|
10748
10715
|
query?: never;
|
|
10749
|
-
header?:
|
|
10750
|
-
"X-SavvyCal-Account"?: string;
|
|
10751
|
-
};
|
|
10716
|
+
header?: never;
|
|
10752
10717
|
path: {
|
|
10753
10718
|
service_id: string;
|
|
10754
10719
|
};
|
|
@@ -10880,9 +10845,7 @@ declare const useDeactivateProvider: (options?: Options$11) => _tanstack_react_q
|
|
|
10880
10845
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10881
10846
|
parameters: {
|
|
10882
10847
|
query?: never;
|
|
10883
|
-
header?:
|
|
10884
|
-
"X-SavvyCal-Account"?: string;
|
|
10885
|
-
};
|
|
10848
|
+
header?: never;
|
|
10886
10849
|
path: {
|
|
10887
10850
|
provider_id: string;
|
|
10888
10851
|
};
|
|
@@ -10970,9 +10933,7 @@ declare const useDeleteBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
10970
10933
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10971
10934
|
parameters: {
|
|
10972
10935
|
query?: never;
|
|
10973
|
-
header?:
|
|
10974
|
-
"X-SavvyCal-Account"?: string;
|
|
10975
|
-
};
|
|
10936
|
+
header?: never;
|
|
10976
10937
|
path: {
|
|
10977
10938
|
block_id: string;
|
|
10978
10939
|
};
|
|
@@ -11060,9 +11021,7 @@ declare const useDeleteCancellationReason: (options?: Options$$) => _tanstack_re
|
|
|
11060
11021
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11061
11022
|
parameters: {
|
|
11062
11023
|
query?: never;
|
|
11063
|
-
header?:
|
|
11064
|
-
"X-SavvyCal-Account"?: string;
|
|
11065
|
-
};
|
|
11024
|
+
header?: never;
|
|
11066
11025
|
path: {
|
|
11067
11026
|
cancellation_reason_id: string;
|
|
11068
11027
|
};
|
|
@@ -11150,9 +11109,7 @@ declare const useDeleteClient: (options?: Options$_) => _tanstack_react_query.Us
|
|
|
11150
11109
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11151
11110
|
parameters: {
|
|
11152
11111
|
query?: never;
|
|
11153
|
-
header?:
|
|
11154
|
-
"X-SavvyCal-Account"?: string;
|
|
11155
|
-
};
|
|
11112
|
+
header?: never;
|
|
11156
11113
|
path: {
|
|
11157
11114
|
client_id: string;
|
|
11158
11115
|
};
|
|
@@ -11240,9 +11197,7 @@ declare const useDeleteClientField: (options?: Options$Z) => _tanstack_react_que
|
|
|
11240
11197
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11241
11198
|
parameters: {
|
|
11242
11199
|
query?: never;
|
|
11243
|
-
header?:
|
|
11244
|
-
"X-SavvyCal-Account"?: string;
|
|
11245
|
-
};
|
|
11200
|
+
header?: never;
|
|
11246
11201
|
path: {
|
|
11247
11202
|
client_field_id: string;
|
|
11248
11203
|
};
|
|
@@ -11330,9 +11285,7 @@ declare const useDeleteConnectedAccount: (options?: Options$Y) => _tanstack_reac
|
|
|
11330
11285
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11331
11286
|
parameters: {
|
|
11332
11287
|
query?: never;
|
|
11333
|
-
header?:
|
|
11334
|
-
"X-SavvyCal-Account"?: string;
|
|
11335
|
-
};
|
|
11288
|
+
header?: never;
|
|
11336
11289
|
path: {
|
|
11337
11290
|
connected_account_id: string;
|
|
11338
11291
|
};
|
|
@@ -11420,9 +11373,7 @@ declare const useDeleteForm: (options?: Options$X) => _tanstack_react_query.UseM
|
|
|
11420
11373
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11421
11374
|
parameters: {
|
|
11422
11375
|
query?: never;
|
|
11423
|
-
header?:
|
|
11424
|
-
"X-SavvyCal-Account"?: string;
|
|
11425
|
-
};
|
|
11376
|
+
header?: never;
|
|
11426
11377
|
path: {
|
|
11427
11378
|
form_id: string;
|
|
11428
11379
|
};
|
|
@@ -11510,9 +11461,7 @@ declare const useDeleteProviderSchedule: (options?: Options$W) => _tanstack_reac
|
|
|
11510
11461
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11511
11462
|
parameters: {
|
|
11512
11463
|
query?: never;
|
|
11513
|
-
header?:
|
|
11514
|
-
"X-SavvyCal-Account"?: string;
|
|
11515
|
-
};
|
|
11464
|
+
header?: never;
|
|
11516
11465
|
path: {
|
|
11517
11466
|
provider_schedule_id: string;
|
|
11518
11467
|
};
|
|
@@ -11600,9 +11549,7 @@ declare const useDeleteService: (options?: Options$V) => _tanstack_react_query.U
|
|
|
11600
11549
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11601
11550
|
parameters: {
|
|
11602
11551
|
query?: never;
|
|
11603
|
-
header?:
|
|
11604
|
-
"X-SavvyCal-Account"?: string;
|
|
11605
|
-
};
|
|
11552
|
+
header?: never;
|
|
11606
11553
|
path: {
|
|
11607
11554
|
service_id: string;
|
|
11608
11555
|
};
|
|
@@ -11690,9 +11637,7 @@ declare const useDeleteServiceProvider: (options?: Options$U) => _tanstack_react
|
|
|
11690
11637
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11691
11638
|
parameters: {
|
|
11692
11639
|
query?: never;
|
|
11693
|
-
header?:
|
|
11694
|
-
"X-SavvyCal-Account"?: string;
|
|
11695
|
-
};
|
|
11640
|
+
header?: never;
|
|
11696
11641
|
path: {
|
|
11697
11642
|
service_provider_id: string;
|
|
11698
11643
|
};
|
|
@@ -11780,9 +11725,7 @@ declare const useDetachServiceForm: (options?: Options$T) => _tanstack_react_que
|
|
|
11780
11725
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11781
11726
|
parameters: {
|
|
11782
11727
|
query?: never;
|
|
11783
|
-
header?:
|
|
11784
|
-
"X-SavvyCal-Account"?: string;
|
|
11785
|
-
};
|
|
11728
|
+
header?: never;
|
|
11786
11729
|
path: {
|
|
11787
11730
|
service_form_id: string;
|
|
11788
11731
|
};
|
|
@@ -12372,9 +12315,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12372
12315
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
12373
12316
|
parameters: {
|
|
12374
12317
|
query?: never;
|
|
12375
|
-
header?:
|
|
12376
|
-
"X-SavvyCal-Account"?: string;
|
|
12377
|
-
};
|
|
12318
|
+
header?: never;
|
|
12378
12319
|
path: {
|
|
12379
12320
|
appointment_id: string;
|
|
12380
12321
|
};
|
|
@@ -12936,9 +12877,7 @@ declare const useSortServiceForms: (options?: Options$Q) => _tanstack_react_quer
|
|
|
12936
12877
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
12937
12878
|
parameters: {
|
|
12938
12879
|
query?: never;
|
|
12939
|
-
header?:
|
|
12940
|
-
"X-SavvyCal-Account"?: string;
|
|
12941
|
-
};
|
|
12880
|
+
header?: never;
|
|
12942
12881
|
path: {
|
|
12943
12882
|
service_id: string;
|
|
12944
12883
|
};
|
|
@@ -13266,9 +13205,7 @@ declare const useUpdateAccountUser: (options?: Options$O) => _tanstack_react_que
|
|
|
13266
13205
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
13267
13206
|
parameters: {
|
|
13268
13207
|
query?: never;
|
|
13269
|
-
header?:
|
|
13270
|
-
"X-SavvyCal-Account"?: string;
|
|
13271
|
-
};
|
|
13208
|
+
header?: never;
|
|
13272
13209
|
path: {
|
|
13273
13210
|
user_id: string;
|
|
13274
13211
|
};
|
|
@@ -13456,9 +13393,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13456
13393
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
13457
13394
|
parameters: {
|
|
13458
13395
|
query?: never;
|
|
13459
|
-
header?:
|
|
13460
|
-
"X-SavvyCal-Account"?: string;
|
|
13461
|
-
};
|
|
13396
|
+
header?: never;
|
|
13462
13397
|
path?: never;
|
|
13463
13398
|
cookie?: never;
|
|
13464
13399
|
};
|
|
@@ -14503,9 +14438,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14503
14438
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
14504
14439
|
parameters: {
|
|
14505
14440
|
query?: never;
|
|
14506
|
-
header?:
|
|
14507
|
-
"X-SavvyCal-Account"?: string;
|
|
14508
|
-
};
|
|
14441
|
+
header?: never;
|
|
14509
14442
|
path: {
|
|
14510
14443
|
booking_intent_id: string;
|
|
14511
14444
|
};
|
|
@@ -15121,9 +15054,7 @@ declare const useUpdateCancellationReason: (options?: Options$L) => _tanstack_re
|
|
|
15121
15054
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15122
15055
|
parameters: {
|
|
15123
15056
|
query?: never;
|
|
15124
|
-
header?:
|
|
15125
|
-
"X-SavvyCal-Account"?: string;
|
|
15126
|
-
};
|
|
15057
|
+
header?: never;
|
|
15127
15058
|
path: {
|
|
15128
15059
|
cancellation_reason_id: string;
|
|
15129
15060
|
};
|
|
@@ -15293,9 +15224,7 @@ declare const useUpdateClient: (options?: Options$K) => _tanstack_react_query.Us
|
|
|
15293
15224
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15294
15225
|
parameters: {
|
|
15295
15226
|
query?: never;
|
|
15296
|
-
header?:
|
|
15297
|
-
"X-SavvyCal-Account"?: string;
|
|
15298
|
-
};
|
|
15227
|
+
header?: never;
|
|
15299
15228
|
path: {
|
|
15300
15229
|
client_id: string;
|
|
15301
15230
|
};
|
|
@@ -15459,9 +15388,7 @@ declare const useUpdateClientField: (options?: Options$J) => _tanstack_react_que
|
|
|
15459
15388
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15460
15389
|
parameters: {
|
|
15461
15390
|
query?: never;
|
|
15462
|
-
header?:
|
|
15463
|
-
"X-SavvyCal-Account"?: string;
|
|
15464
|
-
};
|
|
15391
|
+
header?: never;
|
|
15465
15392
|
path: {
|
|
15466
15393
|
client_field_id: string;
|
|
15467
15394
|
};
|
|
@@ -15630,9 +15557,7 @@ declare const useUpdateConnectedAccount: (options?: Options$I) => _tanstack_reac
|
|
|
15630
15557
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15631
15558
|
parameters: {
|
|
15632
15559
|
query?: never;
|
|
15633
|
-
header?:
|
|
15634
|
-
"X-SavvyCal-Account"?: string;
|
|
15635
|
-
};
|
|
15560
|
+
header?: never;
|
|
15636
15561
|
path: {
|
|
15637
15562
|
connected_account_id: string;
|
|
15638
15563
|
};
|
|
@@ -15829,9 +15754,7 @@ declare const useUpdateForm: (options?: Options$H) => _tanstack_react_query.UseM
|
|
|
15829
15754
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15830
15755
|
parameters: {
|
|
15831
15756
|
query?: never;
|
|
15832
|
-
header?:
|
|
15833
|
-
"X-SavvyCal-Account"?: string;
|
|
15834
|
-
};
|
|
15757
|
+
header?: never;
|
|
15835
15758
|
path: {
|
|
15836
15759
|
form_id: string;
|
|
15837
15760
|
};
|
|
@@ -16032,9 +15955,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
16032
15955
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16033
15956
|
parameters: {
|
|
16034
15957
|
query?: never;
|
|
16035
|
-
header?:
|
|
16036
|
-
"X-SavvyCal-Account"?: string;
|
|
16037
|
-
};
|
|
15958
|
+
header?: never;
|
|
16038
15959
|
path: {
|
|
16039
15960
|
provider_id: string;
|
|
16040
15961
|
};
|
|
@@ -16049,6 +15970,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
16049
15970
|
metadata?: {
|
|
16050
15971
|
[key: string]: unknown;
|
|
16051
15972
|
};
|
|
15973
|
+
time_zone?: string;
|
|
16052
15974
|
};
|
|
16053
15975
|
};
|
|
16054
15976
|
};
|
|
@@ -16204,9 +16126,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16204
16126
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16205
16127
|
parameters: {
|
|
16206
16128
|
query?: never;
|
|
16207
|
-
header?:
|
|
16208
|
-
"X-SavvyCal-Account"?: string;
|
|
16209
|
-
};
|
|
16129
|
+
header?: never;
|
|
16210
16130
|
path?: never;
|
|
16211
16131
|
cookie?: never;
|
|
16212
16132
|
};
|
|
@@ -16881,9 +16801,7 @@ declare const useUpdateService: (options?: Options$D) => _tanstack_react_query.U
|
|
|
16881
16801
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16882
16802
|
parameters: {
|
|
16883
16803
|
query?: never;
|
|
16884
|
-
header?:
|
|
16885
|
-
"X-SavvyCal-Account"?: string;
|
|
16886
|
-
};
|
|
16804
|
+
header?: never;
|
|
16887
16805
|
path: {
|
|
16888
16806
|
service_id: string;
|
|
16889
16807
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1002,9 +1002,7 @@ declare const useAbandonBookingIntent: (options?: Options$1p) => _tanstack_react
|
|
|
1002
1002
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
1003
1003
|
parameters: {
|
|
1004
1004
|
query?: never;
|
|
1005
|
-
header?:
|
|
1006
|
-
"X-SavvyCal-Account"?: string;
|
|
1007
|
-
};
|
|
1005
|
+
header?: never;
|
|
1008
1006
|
path: {
|
|
1009
1007
|
booking_intent_id: string;
|
|
1010
1008
|
};
|
|
@@ -1953,9 +1951,7 @@ declare const useAttachServiceForm: (options?: Options$1n) => _tanstack_react_qu
|
|
|
1953
1951
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
1954
1952
|
parameters: {
|
|
1955
1953
|
query?: never;
|
|
1956
|
-
header?:
|
|
1957
|
-
"X-SavvyCal-Account"?: string;
|
|
1958
|
-
};
|
|
1954
|
+
header?: never;
|
|
1959
1955
|
path: {
|
|
1960
1956
|
service_id: string;
|
|
1961
1957
|
};
|
|
@@ -2578,9 +2574,7 @@ declare const useCancelAppointment: (options?: Options$1m) => _tanstack_react_qu
|
|
|
2578
2574
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
2579
2575
|
parameters: {
|
|
2580
2576
|
query?: never;
|
|
2581
|
-
header?:
|
|
2582
|
-
"X-SavvyCal-Account"?: string;
|
|
2583
|
-
};
|
|
2577
|
+
header?: never;
|
|
2584
2578
|
path: {
|
|
2585
2579
|
appointment_id: string;
|
|
2586
2580
|
};
|
|
@@ -4010,9 +4004,7 @@ declare const useCompleteBookingIntent: (options?: Options$1k) => _tanstack_reac
|
|
|
4010
4004
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
4011
4005
|
parameters: {
|
|
4012
4006
|
query?: never;
|
|
4013
|
-
header?:
|
|
4014
|
-
"X-SavvyCal-Account"?: string;
|
|
4015
|
-
};
|
|
4007
|
+
header?: never;
|
|
4016
4008
|
path: {
|
|
4017
4009
|
booking_intent_id: string;
|
|
4018
4010
|
};
|
|
@@ -5488,9 +5480,7 @@ declare const useConfirmAppointment: (options?: Options$1i) => _tanstack_react_q
|
|
|
5488
5480
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
5489
5481
|
parameters: {
|
|
5490
5482
|
query?: never;
|
|
5491
|
-
header?:
|
|
5492
|
-
"X-SavvyCal-Account"?: string;
|
|
5493
|
-
};
|
|
5483
|
+
header?: never;
|
|
5494
5484
|
path: {
|
|
5495
5485
|
appointment_id: string;
|
|
5496
5486
|
};
|
|
@@ -6032,9 +6022,7 @@ declare const useCreateAccountUser: (options?: Options$1g) => _tanstack_react_qu
|
|
|
6032
6022
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
6033
6023
|
parameters: {
|
|
6034
6024
|
query?: never;
|
|
6035
|
-
header?:
|
|
6036
|
-
"X-SavvyCal-Account"?: string;
|
|
6037
|
-
};
|
|
6025
|
+
header?: never;
|
|
6038
6026
|
path?: never;
|
|
6039
6027
|
cookie?: never;
|
|
6040
6028
|
};
|
|
@@ -6658,9 +6646,7 @@ declare const useCreateAppointment: (options?: Options$1f) => _tanstack_react_qu
|
|
|
6658
6646
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
6659
6647
|
parameters: {
|
|
6660
6648
|
query?: never;
|
|
6661
|
-
header?:
|
|
6662
|
-
"X-SavvyCal-Account"?: string;
|
|
6663
|
-
};
|
|
6649
|
+
header?: never;
|
|
6664
6650
|
path?: never;
|
|
6665
6651
|
cookie?: never;
|
|
6666
6652
|
};
|
|
@@ -7075,9 +7061,7 @@ declare const useCreateBlock: (options?: Options$1e) => _tanstack_react_query.Us
|
|
|
7075
7061
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
7076
7062
|
parameters: {
|
|
7077
7063
|
query?: never;
|
|
7078
|
-
header?:
|
|
7079
|
-
"X-SavvyCal-Account"?: string;
|
|
7080
|
-
};
|
|
7064
|
+
header?: never;
|
|
7081
7065
|
path?: never;
|
|
7082
7066
|
cookie?: never;
|
|
7083
7067
|
};
|
|
@@ -8122,9 +8106,7 @@ declare const useCreateBookingIntent: (options?: Options$1d) => _tanstack_react_
|
|
|
8122
8106
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8123
8107
|
parameters: {
|
|
8124
8108
|
query?: never;
|
|
8125
|
-
header?:
|
|
8126
|
-
"X-SavvyCal-Account"?: string;
|
|
8127
|
-
};
|
|
8109
|
+
header?: never;
|
|
8128
8110
|
path?: never;
|
|
8129
8111
|
cookie?: never;
|
|
8130
8112
|
};
|
|
@@ -8725,9 +8707,7 @@ declare const useCreateCancellationReason: (options?: Options$1c) => _tanstack_r
|
|
|
8725
8707
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8726
8708
|
parameters: {
|
|
8727
8709
|
query?: never;
|
|
8728
|
-
header?:
|
|
8729
|
-
"X-SavvyCal-Account"?: string;
|
|
8730
|
-
};
|
|
8710
|
+
header?: never;
|
|
8731
8711
|
path?: never;
|
|
8732
8712
|
cookie?: never;
|
|
8733
8713
|
};
|
|
@@ -8869,9 +8849,7 @@ declare const useCreateClient: (options?: Options$1b) => _tanstack_react_query.U
|
|
|
8869
8849
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
8870
8850
|
parameters: {
|
|
8871
8851
|
query?: never;
|
|
8872
|
-
header?:
|
|
8873
|
-
"X-SavvyCal-Account"?: string;
|
|
8874
|
-
};
|
|
8852
|
+
header?: never;
|
|
8875
8853
|
path?: never;
|
|
8876
8854
|
cookie?: never;
|
|
8877
8855
|
};
|
|
@@ -9007,9 +8985,7 @@ declare const useCreateClientField: (options?: Options$1a) => _tanstack_react_qu
|
|
|
9007
8985
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9008
8986
|
parameters: {
|
|
9009
8987
|
query?: never;
|
|
9010
|
-
header?:
|
|
9011
|
-
"X-SavvyCal-Account"?: string;
|
|
9012
|
-
};
|
|
8988
|
+
header?: never;
|
|
9013
8989
|
path?: never;
|
|
9014
8990
|
cookie?: never;
|
|
9015
8991
|
};
|
|
@@ -9142,9 +9118,7 @@ declare const useCreateDashboardSession: (options?: Options$19) => _tanstack_rea
|
|
|
9142
9118
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9143
9119
|
parameters: {
|
|
9144
9120
|
query?: never;
|
|
9145
|
-
header?:
|
|
9146
|
-
"X-SavvyCal-Account"?: string;
|
|
9147
|
-
};
|
|
9121
|
+
header?: never;
|
|
9148
9122
|
path?: never;
|
|
9149
9123
|
cookie?: never;
|
|
9150
9124
|
};
|
|
@@ -9310,9 +9284,7 @@ declare const useCreateForm: (options?: Options$18) => _tanstack_react_query.Use
|
|
|
9310
9284
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9311
9285
|
parameters: {
|
|
9312
9286
|
query?: never;
|
|
9313
|
-
header?:
|
|
9314
|
-
"X-SavvyCal-Account"?: string;
|
|
9315
|
-
};
|
|
9287
|
+
header?: never;
|
|
9316
9288
|
path?: never;
|
|
9317
9289
|
cookie?: never;
|
|
9318
9290
|
};
|
|
@@ -9485,9 +9457,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9485
9457
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9486
9458
|
parameters: {
|
|
9487
9459
|
query?: never;
|
|
9488
|
-
header?:
|
|
9489
|
-
"X-SavvyCal-Account"?: string;
|
|
9490
|
-
};
|
|
9460
|
+
header?: never;
|
|
9491
9461
|
path?: never;
|
|
9492
9462
|
cookie?: never;
|
|
9493
9463
|
};
|
|
@@ -9504,6 +9474,7 @@ declare const useCreateProvider: (options?: Options$17) => _tanstack_react_query
|
|
|
9504
9474
|
};
|
|
9505
9475
|
notify: boolean;
|
|
9506
9476
|
role_ids?: string[];
|
|
9477
|
+
time_zone?: string;
|
|
9507
9478
|
};
|
|
9508
9479
|
};
|
|
9509
9480
|
};
|
|
@@ -9646,9 +9617,7 @@ declare const useCreateProviderSchedule: (options?: Options$16) => _tanstack_rea
|
|
|
9646
9617
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
9647
9618
|
parameters: {
|
|
9648
9619
|
query?: never;
|
|
9649
|
-
header?:
|
|
9650
|
-
"X-SavvyCal-Account"?: string;
|
|
9651
|
-
};
|
|
9620
|
+
header?: never;
|
|
9652
9621
|
path?: never;
|
|
9653
9622
|
cookie?: never;
|
|
9654
9623
|
};
|
|
@@ -10461,9 +10430,7 @@ declare const useCreateService: (options?: Options$13) => _tanstack_react_query.
|
|
|
10461
10430
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10462
10431
|
parameters: {
|
|
10463
10432
|
query?: never;
|
|
10464
|
-
header?:
|
|
10465
|
-
"X-SavvyCal-Account"?: string;
|
|
10466
|
-
};
|
|
10433
|
+
header?: never;
|
|
10467
10434
|
path?: never;
|
|
10468
10435
|
cookie?: never;
|
|
10469
10436
|
};
|
|
@@ -10746,9 +10713,7 @@ declare const useCreateServiceProvider: (options?: Options$12) => _tanstack_reac
|
|
|
10746
10713
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10747
10714
|
parameters: {
|
|
10748
10715
|
query?: never;
|
|
10749
|
-
header?:
|
|
10750
|
-
"X-SavvyCal-Account"?: string;
|
|
10751
|
-
};
|
|
10716
|
+
header?: never;
|
|
10752
10717
|
path: {
|
|
10753
10718
|
service_id: string;
|
|
10754
10719
|
};
|
|
@@ -10880,9 +10845,7 @@ declare const useDeactivateProvider: (options?: Options$11) => _tanstack_react_q
|
|
|
10880
10845
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10881
10846
|
parameters: {
|
|
10882
10847
|
query?: never;
|
|
10883
|
-
header?:
|
|
10884
|
-
"X-SavvyCal-Account"?: string;
|
|
10885
|
-
};
|
|
10848
|
+
header?: never;
|
|
10886
10849
|
path: {
|
|
10887
10850
|
provider_id: string;
|
|
10888
10851
|
};
|
|
@@ -10970,9 +10933,7 @@ declare const useDeleteBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
10970
10933
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
10971
10934
|
parameters: {
|
|
10972
10935
|
query?: never;
|
|
10973
|
-
header?:
|
|
10974
|
-
"X-SavvyCal-Account"?: string;
|
|
10975
|
-
};
|
|
10936
|
+
header?: never;
|
|
10976
10937
|
path: {
|
|
10977
10938
|
block_id: string;
|
|
10978
10939
|
};
|
|
@@ -11060,9 +11021,7 @@ declare const useDeleteCancellationReason: (options?: Options$$) => _tanstack_re
|
|
|
11060
11021
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11061
11022
|
parameters: {
|
|
11062
11023
|
query?: never;
|
|
11063
|
-
header?:
|
|
11064
|
-
"X-SavvyCal-Account"?: string;
|
|
11065
|
-
};
|
|
11024
|
+
header?: never;
|
|
11066
11025
|
path: {
|
|
11067
11026
|
cancellation_reason_id: string;
|
|
11068
11027
|
};
|
|
@@ -11150,9 +11109,7 @@ declare const useDeleteClient: (options?: Options$_) => _tanstack_react_query.Us
|
|
|
11150
11109
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11151
11110
|
parameters: {
|
|
11152
11111
|
query?: never;
|
|
11153
|
-
header?:
|
|
11154
|
-
"X-SavvyCal-Account"?: string;
|
|
11155
|
-
};
|
|
11112
|
+
header?: never;
|
|
11156
11113
|
path: {
|
|
11157
11114
|
client_id: string;
|
|
11158
11115
|
};
|
|
@@ -11240,9 +11197,7 @@ declare const useDeleteClientField: (options?: Options$Z) => _tanstack_react_que
|
|
|
11240
11197
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11241
11198
|
parameters: {
|
|
11242
11199
|
query?: never;
|
|
11243
|
-
header?:
|
|
11244
|
-
"X-SavvyCal-Account"?: string;
|
|
11245
|
-
};
|
|
11200
|
+
header?: never;
|
|
11246
11201
|
path: {
|
|
11247
11202
|
client_field_id: string;
|
|
11248
11203
|
};
|
|
@@ -11330,9 +11285,7 @@ declare const useDeleteConnectedAccount: (options?: Options$Y) => _tanstack_reac
|
|
|
11330
11285
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11331
11286
|
parameters: {
|
|
11332
11287
|
query?: never;
|
|
11333
|
-
header?:
|
|
11334
|
-
"X-SavvyCal-Account"?: string;
|
|
11335
|
-
};
|
|
11288
|
+
header?: never;
|
|
11336
11289
|
path: {
|
|
11337
11290
|
connected_account_id: string;
|
|
11338
11291
|
};
|
|
@@ -11420,9 +11373,7 @@ declare const useDeleteForm: (options?: Options$X) => _tanstack_react_query.UseM
|
|
|
11420
11373
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11421
11374
|
parameters: {
|
|
11422
11375
|
query?: never;
|
|
11423
|
-
header?:
|
|
11424
|
-
"X-SavvyCal-Account"?: string;
|
|
11425
|
-
};
|
|
11376
|
+
header?: never;
|
|
11426
11377
|
path: {
|
|
11427
11378
|
form_id: string;
|
|
11428
11379
|
};
|
|
@@ -11510,9 +11461,7 @@ declare const useDeleteProviderSchedule: (options?: Options$W) => _tanstack_reac
|
|
|
11510
11461
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11511
11462
|
parameters: {
|
|
11512
11463
|
query?: never;
|
|
11513
|
-
header?:
|
|
11514
|
-
"X-SavvyCal-Account"?: string;
|
|
11515
|
-
};
|
|
11464
|
+
header?: never;
|
|
11516
11465
|
path: {
|
|
11517
11466
|
provider_schedule_id: string;
|
|
11518
11467
|
};
|
|
@@ -11600,9 +11549,7 @@ declare const useDeleteService: (options?: Options$V) => _tanstack_react_query.U
|
|
|
11600
11549
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11601
11550
|
parameters: {
|
|
11602
11551
|
query?: never;
|
|
11603
|
-
header?:
|
|
11604
|
-
"X-SavvyCal-Account"?: string;
|
|
11605
|
-
};
|
|
11552
|
+
header?: never;
|
|
11606
11553
|
path: {
|
|
11607
11554
|
service_id: string;
|
|
11608
11555
|
};
|
|
@@ -11690,9 +11637,7 @@ declare const useDeleteServiceProvider: (options?: Options$U) => _tanstack_react
|
|
|
11690
11637
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11691
11638
|
parameters: {
|
|
11692
11639
|
query?: never;
|
|
11693
|
-
header?:
|
|
11694
|
-
"X-SavvyCal-Account"?: string;
|
|
11695
|
-
};
|
|
11640
|
+
header?: never;
|
|
11696
11641
|
path: {
|
|
11697
11642
|
service_provider_id: string;
|
|
11698
11643
|
};
|
|
@@ -11780,9 +11725,7 @@ declare const useDetachServiceForm: (options?: Options$T) => _tanstack_react_que
|
|
|
11780
11725
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
11781
11726
|
parameters: {
|
|
11782
11727
|
query?: never;
|
|
11783
|
-
header?:
|
|
11784
|
-
"X-SavvyCal-Account"?: string;
|
|
11785
|
-
};
|
|
11728
|
+
header?: never;
|
|
11786
11729
|
path: {
|
|
11787
11730
|
service_form_id: string;
|
|
11788
11731
|
};
|
|
@@ -12372,9 +12315,7 @@ declare const useRescheduleAppointment: (options?: Options$S) => _tanstack_react
|
|
|
12372
12315
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
12373
12316
|
parameters: {
|
|
12374
12317
|
query?: never;
|
|
12375
|
-
header?:
|
|
12376
|
-
"X-SavvyCal-Account"?: string;
|
|
12377
|
-
};
|
|
12318
|
+
header?: never;
|
|
12378
12319
|
path: {
|
|
12379
12320
|
appointment_id: string;
|
|
12380
12321
|
};
|
|
@@ -12936,9 +12877,7 @@ declare const useSortServiceForms: (options?: Options$Q) => _tanstack_react_quer
|
|
|
12936
12877
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
12937
12878
|
parameters: {
|
|
12938
12879
|
query?: never;
|
|
12939
|
-
header?:
|
|
12940
|
-
"X-SavvyCal-Account"?: string;
|
|
12941
|
-
};
|
|
12880
|
+
header?: never;
|
|
12942
12881
|
path: {
|
|
12943
12882
|
service_id: string;
|
|
12944
12883
|
};
|
|
@@ -13266,9 +13205,7 @@ declare const useUpdateAccountUser: (options?: Options$O) => _tanstack_react_que
|
|
|
13266
13205
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
13267
13206
|
parameters: {
|
|
13268
13207
|
query?: never;
|
|
13269
|
-
header?:
|
|
13270
|
-
"X-SavvyCal-Account"?: string;
|
|
13271
|
-
};
|
|
13208
|
+
header?: never;
|
|
13272
13209
|
path: {
|
|
13273
13210
|
user_id: string;
|
|
13274
13211
|
};
|
|
@@ -13456,9 +13393,7 @@ declare const useUpdateBlock: (options?: Options$N) => _tanstack_react_query.Use
|
|
|
13456
13393
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
13457
13394
|
parameters: {
|
|
13458
13395
|
query?: never;
|
|
13459
|
-
header?:
|
|
13460
|
-
"X-SavvyCal-Account"?: string;
|
|
13461
|
-
};
|
|
13396
|
+
header?: never;
|
|
13462
13397
|
path?: never;
|
|
13463
13398
|
cookie?: never;
|
|
13464
13399
|
};
|
|
@@ -14503,9 +14438,7 @@ declare const useUpdateBookingIntent: (options?: Options$M) => _tanstack_react_q
|
|
|
14503
14438
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
14504
14439
|
parameters: {
|
|
14505
14440
|
query?: never;
|
|
14506
|
-
header?:
|
|
14507
|
-
"X-SavvyCal-Account"?: string;
|
|
14508
|
-
};
|
|
14441
|
+
header?: never;
|
|
14509
14442
|
path: {
|
|
14510
14443
|
booking_intent_id: string;
|
|
14511
14444
|
};
|
|
@@ -15121,9 +15054,7 @@ declare const useUpdateCancellationReason: (options?: Options$L) => _tanstack_re
|
|
|
15121
15054
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15122
15055
|
parameters: {
|
|
15123
15056
|
query?: never;
|
|
15124
|
-
header?:
|
|
15125
|
-
"X-SavvyCal-Account"?: string;
|
|
15126
|
-
};
|
|
15057
|
+
header?: never;
|
|
15127
15058
|
path: {
|
|
15128
15059
|
cancellation_reason_id: string;
|
|
15129
15060
|
};
|
|
@@ -15293,9 +15224,7 @@ declare const useUpdateClient: (options?: Options$K) => _tanstack_react_query.Us
|
|
|
15293
15224
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15294
15225
|
parameters: {
|
|
15295
15226
|
query?: never;
|
|
15296
|
-
header?:
|
|
15297
|
-
"X-SavvyCal-Account"?: string;
|
|
15298
|
-
};
|
|
15227
|
+
header?: never;
|
|
15299
15228
|
path: {
|
|
15300
15229
|
client_id: string;
|
|
15301
15230
|
};
|
|
@@ -15459,9 +15388,7 @@ declare const useUpdateClientField: (options?: Options$J) => _tanstack_react_que
|
|
|
15459
15388
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15460
15389
|
parameters: {
|
|
15461
15390
|
query?: never;
|
|
15462
|
-
header?:
|
|
15463
|
-
"X-SavvyCal-Account"?: string;
|
|
15464
|
-
};
|
|
15391
|
+
header?: never;
|
|
15465
15392
|
path: {
|
|
15466
15393
|
client_field_id: string;
|
|
15467
15394
|
};
|
|
@@ -15630,9 +15557,7 @@ declare const useUpdateConnectedAccount: (options?: Options$I) => _tanstack_reac
|
|
|
15630
15557
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15631
15558
|
parameters: {
|
|
15632
15559
|
query?: never;
|
|
15633
|
-
header?:
|
|
15634
|
-
"X-SavvyCal-Account"?: string;
|
|
15635
|
-
};
|
|
15560
|
+
header?: never;
|
|
15636
15561
|
path: {
|
|
15637
15562
|
connected_account_id: string;
|
|
15638
15563
|
};
|
|
@@ -15829,9 +15754,7 @@ declare const useUpdateForm: (options?: Options$H) => _tanstack_react_query.UseM
|
|
|
15829
15754
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
15830
15755
|
parameters: {
|
|
15831
15756
|
query?: never;
|
|
15832
|
-
header?:
|
|
15833
|
-
"X-SavvyCal-Account"?: string;
|
|
15834
|
-
};
|
|
15757
|
+
header?: never;
|
|
15835
15758
|
path: {
|
|
15836
15759
|
form_id: string;
|
|
15837
15760
|
};
|
|
@@ -16032,9 +15955,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
16032
15955
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16033
15956
|
parameters: {
|
|
16034
15957
|
query?: never;
|
|
16035
|
-
header?:
|
|
16036
|
-
"X-SavvyCal-Account"?: string;
|
|
16037
|
-
};
|
|
15958
|
+
header?: never;
|
|
16038
15959
|
path: {
|
|
16039
15960
|
provider_id: string;
|
|
16040
15961
|
};
|
|
@@ -16049,6 +15970,7 @@ declare const useUpdateProvider: (options?: Options$G) => _tanstack_react_query.
|
|
|
16049
15970
|
metadata?: {
|
|
16050
15971
|
[key: string]: unknown;
|
|
16051
15972
|
};
|
|
15973
|
+
time_zone?: string;
|
|
16052
15974
|
};
|
|
16053
15975
|
};
|
|
16054
15976
|
};
|
|
@@ -16204,9 +16126,7 @@ declare const useUpdateProviderSchedule: (options?: Options$F) => _tanstack_reac
|
|
|
16204
16126
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16205
16127
|
parameters: {
|
|
16206
16128
|
query?: never;
|
|
16207
|
-
header?:
|
|
16208
|
-
"X-SavvyCal-Account"?: string;
|
|
16209
|
-
};
|
|
16129
|
+
header?: never;
|
|
16210
16130
|
path?: never;
|
|
16211
16131
|
cookie?: never;
|
|
16212
16132
|
};
|
|
@@ -16881,9 +16801,7 @@ declare const useUpdateService: (options?: Options$D) => _tanstack_react_query.U
|
|
|
16881
16801
|
}, `${string}/${string}`>, openapi_fetch.FetchOptions<{
|
|
16882
16802
|
parameters: {
|
|
16883
16803
|
query?: never;
|
|
16884
|
-
header?:
|
|
16885
|
-
"X-SavvyCal-Account"?: string;
|
|
16886
|
-
};
|
|
16804
|
+
header?: never;
|
|
16887
16805
|
path: {
|
|
16888
16806
|
service_id: string;
|
|
16889
16807
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvycal/appointments-react-query",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A tiny wrapper around @tanstack/react-query for the SavvyCal Appointments API",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"openapi-typescript-helpers": "^0.0.15",
|
|
46
|
-
"@savvycal/appointments-core": "1.
|
|
46
|
+
"@savvycal/appointments-core": "1.9.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@tanstack/react-query": "^5.0.0",
|