@savvycal/appointments-react-query 0.3.0 → 0.3.2

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 CHANGED
@@ -723,6 +723,7 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
723
723
  content: {
724
724
  "application/json": {
725
725
  errors: {
726
+ code?: string | null;
726
727
  detail: string;
727
728
  source: {
728
729
  pointer: string;
@@ -1100,6 +1101,7 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
1100
1101
  content: {
1101
1102
  "application/json": {
1102
1103
  errors: {
1104
+ code?: string | null;
1103
1105
  detail: string;
1104
1106
  source: {
1105
1107
  pointer: string;
@@ -1167,6 +1169,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
1167
1169
  };
1168
1170
  }, {
1169
1171
  errors: {
1172
+ code?: string | null;
1170
1173
  detail: string;
1171
1174
  source: {
1172
1175
  pointer: string;
@@ -1249,6 +1252,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
1249
1252
  content: {
1250
1253
  "application/json": {
1251
1254
  errors: {
1255
+ code?: string | null;
1252
1256
  detail: string;
1253
1257
  source: {
1254
1258
  pointer: string;
@@ -1265,6 +1269,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$18) => _tanstack
1265
1269
  content: {
1266
1270
  "application/json": {
1267
1271
  errors: {
1272
+ code?: string | null;
1268
1273
  detail: string;
1269
1274
  source: {
1270
1275
  pointer: string;
@@ -1704,6 +1709,7 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
1704
1709
  content: {
1705
1710
  "application/json": {
1706
1711
  errors: {
1712
+ code?: string | null;
1707
1713
  detail: string;
1708
1714
  source: {
1709
1715
  pointer: string;
@@ -1960,6 +1966,7 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
1960
1966
  content: {
1961
1967
  "application/json": {
1962
1968
  errors: {
1969
+ code?: string | null;
1963
1970
  detail: string;
1964
1971
  source: {
1965
1972
  pointer: string;
@@ -2006,6 +2013,7 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
2006
2013
  };
2007
2014
  }, {
2008
2015
  errors: {
2016
+ code?: string | null;
2009
2017
  detail: string;
2010
2018
  source: {
2011
2019
  pointer: string;
@@ -2074,6 +2082,7 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
2074
2082
  content: {
2075
2083
  "application/json": {
2076
2084
  errors: {
2085
+ code?: string | null;
2077
2086
  detail: string;
2078
2087
  source: {
2079
2088
  pointer: string;
@@ -2090,6 +2099,7 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
2090
2099
  content: {
2091
2100
  "application/json": {
2092
2101
  errors: {
2102
+ code?: string | null;
2093
2103
  detail: string;
2094
2104
  source: {
2095
2105
  pointer: string;
@@ -2106,6 +2116,7 @@ declare const useCancelPublicAppointment: (options?: Options$16) => _tanstack_re
2106
2116
  content: {
2107
2117
  "application/json": {
2108
2118
  errors: {
2119
+ code?: string | null;
2109
2120
  detail: string;
2110
2121
  source: {
2111
2122
  pointer: string;
@@ -2790,6 +2801,7 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
2790
2801
  content: {
2791
2802
  "application/json": {
2792
2803
  errors: {
2804
+ code?: string | null;
2793
2805
  detail: string;
2794
2806
  source: {
2795
2807
  pointer: string;
@@ -2813,6 +2825,7 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
2813
2825
  requestBody?: {
2814
2826
  content: {
2815
2827
  "application/json": {
2828
+ auto_assign_provider?: boolean | null;
2816
2829
  client_data?: {
2817
2830
  email?: string | null;
2818
2831
  first_name?: string | null;
@@ -3190,6 +3203,7 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
3190
3203
  content: {
3191
3204
  "application/json": {
3192
3205
  errors: {
3206
+ code?: string | null;
3193
3207
  detail: string;
3194
3208
  source: {
3195
3209
  pointer: string;
@@ -3257,6 +3271,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
3257
3271
  };
3258
3272
  }, {
3259
3273
  errors: {
3274
+ code?: string | null;
3260
3275
  detail: string;
3261
3276
  source: {
3262
3277
  pointer: string;
@@ -3275,6 +3290,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
3275
3290
  requestBody?: {
3276
3291
  content: {
3277
3292
  "application/json": {
3293
+ auto_assign_provider?: boolean | null;
3278
3294
  client_data?: {
3279
3295
  email?: string | null;
3280
3296
  first_name?: string | null;
@@ -3358,6 +3374,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
3358
3374
  content: {
3359
3375
  "application/json": {
3360
3376
  errors: {
3377
+ code?: string | null;
3361
3378
  detail: string;
3362
3379
  source: {
3363
3380
  pointer: string;
@@ -3374,6 +3391,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$14) => _tanstac
3374
3391
  content: {
3375
3392
  "application/json": {
3376
3393
  errors: {
3394
+ code?: string | null;
3377
3395
  detail: string;
3378
3396
  source: {
3379
3397
  pointer: string;
@@ -3813,6 +3831,7 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
3813
3831
  content: {
3814
3832
  "application/json": {
3815
3833
  errors: {
3834
+ code?: string | null;
3816
3835
  detail: string;
3817
3836
  source: {
3818
3837
  pointer: string;
@@ -4067,6 +4086,7 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
4067
4086
  content: {
4068
4087
  "application/json": {
4069
4088
  errors: {
4089
+ code?: string | null;
4070
4090
  detail: string;
4071
4091
  source: {
4072
4092
  pointer: string;
@@ -4114,6 +4134,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
4114
4134
  content: {
4115
4135
  "application/json": {
4116
4136
  errors: {
4137
+ code?: string | null;
4117
4138
  detail: string;
4118
4139
  status?: string;
4119
4140
  title?: string;
@@ -4142,6 +4163,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
4142
4163
  content: {
4143
4164
  "application/json": {
4144
4165
  errors: {
4166
+ code?: string | null;
4145
4167
  detail: string;
4146
4168
  source: {
4147
4169
  pointer: string;
@@ -4190,6 +4212,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
4190
4212
  content: {
4191
4213
  "application/json": {
4192
4214
  errors: {
4215
+ code?: string | null;
4193
4216
  detail: string;
4194
4217
  status?: string;
4195
4218
  title?: string;
@@ -4218,6 +4241,7 @@ declare const useCreateAccount: (options?: Options$12) => _tanstack_react_query.
4218
4241
  content: {
4219
4242
  "application/json": {
4220
4243
  errors: {
4244
+ code?: string | null;
4221
4245
  detail: string;
4222
4246
  source: {
4223
4247
  pointer: string;
@@ -4299,6 +4323,7 @@ declare const useCreateAccountUser: (options?: Options$11) => _tanstack_react_qu
4299
4323
  content: {
4300
4324
  "application/json": {
4301
4325
  errors: {
4326
+ code?: string | null;
4302
4327
  detail: string;
4303
4328
  source: {
4304
4329
  pointer: string;
@@ -4380,6 +4405,7 @@ declare const useCreateAccountUser: (options?: Options$11) => _tanstack_react_qu
4380
4405
  content: {
4381
4406
  "application/json": {
4382
4407
  errors: {
4408
+ code?: string | null;
4383
4409
  detail: string;
4384
4410
  source: {
4385
4411
  pointer: string;
@@ -4819,6 +4845,7 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
4819
4845
  content: {
4820
4846
  "application/json": {
4821
4847
  errors: {
4848
+ code?: string | null;
4822
4849
  detail: string;
4823
4850
  source: {
4824
4851
  pointer: string;
@@ -5086,6 +5113,7 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
5086
5113
  content: {
5087
5114
  "application/json": {
5088
5115
  errors: {
5116
+ code?: string | null;
5089
5117
  detail: string;
5090
5118
  source: {
5091
5119
  pointer: string;
@@ -5181,6 +5209,7 @@ declare const useCreateBlock: (options?: Options$$) => _tanstack_react_query.Use
5181
5209
  content: {
5182
5210
  "application/json": {
5183
5211
  errors: {
5212
+ code?: string | null;
5184
5213
  detail: string;
5185
5214
  source: {
5186
5215
  pointer: string;
@@ -5278,6 +5307,7 @@ declare const useCreateBlock: (options?: Options$$) => _tanstack_react_query.Use
5278
5307
  content: {
5279
5308
  "application/json": {
5280
5309
  errors: {
5310
+ code?: string | null;
5281
5311
  detail: string;
5282
5312
  source: {
5283
5313
  pointer: string;
@@ -5962,6 +5992,7 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
5962
5992
  content: {
5963
5993
  "application/json": {
5964
5994
  errors: {
5995
+ code?: string | null;
5965
5996
  detail: string;
5966
5997
  source: {
5967
5998
  pointer: string;
@@ -5983,6 +6014,7 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
5983
6014
  requestBody?: {
5984
6015
  content: {
5985
6016
  "application/json": {
6017
+ auto_assign_provider?: boolean | null;
5986
6018
  client_data?: {
5987
6019
  email?: string | null;
5988
6020
  first_name?: string | null;
@@ -6364,6 +6396,7 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
6364
6396
  content: {
6365
6397
  "application/json": {
6366
6398
  errors: {
6399
+ code?: string | null;
6367
6400
  detail: string;
6368
6401
  source: {
6369
6402
  pointer: string;
@@ -6413,6 +6446,7 @@ declare const useCreateCancellationReason: (options?: Options$Z) => _tanstack_re
6413
6446
  content: {
6414
6447
  "application/json": {
6415
6448
  errors: {
6449
+ code?: string | null;
6416
6450
  detail: string;
6417
6451
  source: {
6418
6452
  pointer: string;
@@ -6470,6 +6504,7 @@ declare const useCreateCancellationReason: (options?: Options$Z) => _tanstack_re
6470
6504
  content: {
6471
6505
  "application/json": {
6472
6506
  errors: {
6507
+ code?: string | null;
6473
6508
  detail: string;
6474
6509
  source: {
6475
6510
  pointer: string;
@@ -6543,6 +6578,7 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
6543
6578
  content: {
6544
6579
  "application/json": {
6545
6580
  errors: {
6581
+ code?: string | null;
6546
6582
  detail: string;
6547
6583
  source: {
6548
6584
  pointer: string;
@@ -6618,6 +6654,7 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
6618
6654
  content: {
6619
6655
  "application/json": {
6620
6656
  errors: {
6657
+ code?: string | null;
6621
6658
  detail: string;
6622
6659
  source: {
6623
6660
  pointer: string;
@@ -6681,6 +6718,7 @@ declare const useCreateDashboardSession: (options?: Options$X) => _tanstack_reac
6681
6718
  content: {
6682
6719
  "application/json": {
6683
6720
  errors: {
6721
+ code?: string | null;
6684
6722
  detail: string;
6685
6723
  source: {
6686
6724
  pointer: string;
@@ -6746,6 +6784,7 @@ declare const useCreateDashboardSession: (options?: Options$X) => _tanstack_reac
6746
6784
  content: {
6747
6785
  "application/json": {
6748
6786
  errors: {
6787
+ code?: string | null;
6749
6788
  detail: string;
6750
6789
  source: {
6751
6790
  pointer: string;
@@ -6817,6 +6856,7 @@ declare const useCreateProvider: (options?: Options$W) => _tanstack_react_query.
6817
6856
  content: {
6818
6857
  "application/json": {
6819
6858
  errors: {
6859
+ code?: string | null;
6820
6860
  detail: string;
6821
6861
  source: {
6822
6862
  pointer: string;
@@ -6894,6 +6934,7 @@ declare const useCreateProvider: (options?: Options$W) => _tanstack_react_query.
6894
6934
  content: {
6895
6935
  "application/json": {
6896
6936
  errors: {
6937
+ code?: string | null;
6897
6938
  detail: string;
6898
6939
  source: {
6899
6940
  pointer: string;
@@ -6973,6 +7014,7 @@ declare const useCreateProviderSchedule: (options?: Options$V) => _tanstack_reac
6973
7014
  content: {
6974
7015
  "application/json": {
6975
7016
  errors: {
7017
+ code?: string | null;
6976
7018
  detail: string;
6977
7019
  source: {
6978
7020
  pointer: string;
@@ -7054,6 +7096,7 @@ declare const useCreateProviderSchedule: (options?: Options$V) => _tanstack_reac
7054
7096
  content: {
7055
7097
  "application/json": {
7056
7098
  errors: {
7099
+ code?: string | null;
7057
7100
  detail: string;
7058
7101
  source: {
7059
7102
  pointer: string;
@@ -7100,6 +7143,7 @@ declare const useCreatePublicAppointment: (options?: Options$U) => _tanstack_rea
7100
7143
  };
7101
7144
  }, {
7102
7145
  errors: {
7146
+ code?: string | null;
7103
7147
  detail: string;
7104
7148
  source: {
7105
7149
  pointer: string;
@@ -7179,6 +7223,7 @@ declare const useCreatePublicAppointment: (options?: Options$U) => _tanstack_rea
7179
7223
  content: {
7180
7224
  "application/json": {
7181
7225
  errors: {
7226
+ code?: string | null;
7182
7227
  detail: string;
7183
7228
  source: {
7184
7229
  pointer: string;
@@ -7246,6 +7291,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
7246
7291
  };
7247
7292
  }, {
7248
7293
  errors: {
7294
+ code?: string | null;
7249
7295
  detail: string;
7250
7296
  source: {
7251
7297
  pointer: string;
@@ -7263,6 +7309,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
7263
7309
  content: {
7264
7310
  "application/json": {
7265
7311
  account_id: string;
7312
+ auto_assign_provider?: boolean | null;
7266
7313
  client_data?: {
7267
7314
  email?: string | null;
7268
7315
  first_name?: string | null;
@@ -7346,6 +7393,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
7346
7393
  content: {
7347
7394
  "application/json": {
7348
7395
  errors: {
7396
+ code?: string | null;
7349
7397
  detail: string;
7350
7398
  source: {
7351
7399
  pointer: string;
@@ -7362,6 +7410,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$T) => _tanstack_r
7362
7410
  content: {
7363
7411
  "application/json": {
7364
7412
  errors: {
7413
+ code?: string | null;
7365
7414
  detail: string;
7366
7415
  source: {
7367
7416
  pointer: string;
@@ -7511,6 +7560,7 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
7511
7560
  content: {
7512
7561
  "application/json": {
7513
7562
  errors: {
7563
+ code?: string | null;
7514
7564
  detail: string;
7515
7565
  source: {
7516
7566
  pointer: string;
@@ -7662,6 +7712,7 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
7662
7712
  content: {
7663
7713
  "application/json": {
7664
7714
  errors: {
7715
+ code?: string | null;
7665
7716
  detail: string;
7666
7717
  source: {
7667
7718
  pointer: string;
@@ -7760,6 +7811,7 @@ declare const useCreateServiceProvider: (options?: Options$R) => _tanstack_react
7760
7811
  content: {
7761
7812
  "application/json": {
7762
7813
  errors: {
7814
+ code?: string | null;
7763
7815
  detail: string;
7764
7816
  source: {
7765
7817
  pointer: string;
@@ -7850,6 +7902,7 @@ declare const useCreateServiceProvider: (options?: Options$R) => _tanstack_react
7850
7902
  content: {
7851
7903
  "application/json": {
7852
7904
  errors: {
7905
+ code?: string | null;
7853
7906
  detail: string;
7854
7907
  source: {
7855
7908
  pointer: string;
@@ -9009,6 +9062,7 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
9009
9062
  content: {
9010
9063
  "application/json": {
9011
9064
  errors: {
9065
+ code?: string | null;
9012
9066
  detail: string;
9013
9067
  source: {
9014
9068
  pointer: string;
@@ -9267,6 +9321,7 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
9267
9321
  content: {
9268
9322
  "application/json": {
9269
9323
  errors: {
9324
+ code?: string | null;
9270
9325
  detail: string;
9271
9326
  source: {
9272
9327
  pointer: string;
@@ -9313,6 +9368,7 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
9313
9368
  };
9314
9369
  }, {
9315
9370
  errors: {
9371
+ code?: string | null;
9316
9372
  detail: string;
9317
9373
  source: {
9318
9374
  pointer: string;
@@ -9383,6 +9439,7 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
9383
9439
  content: {
9384
9440
  "application/json": {
9385
9441
  errors: {
9442
+ code?: string | null;
9386
9443
  detail: string;
9387
9444
  source: {
9388
9445
  pointer: string;
@@ -9399,6 +9456,7 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
9399
9456
  content: {
9400
9457
  "application/json": {
9401
9458
  errors: {
9459
+ code?: string | null;
9402
9460
  detail: string;
9403
9461
  source: {
9404
9462
  pointer: string;
@@ -9415,6 +9473,7 @@ declare const useReschedulePublicAppointment: (options?: Options$H) => _tanstack
9415
9473
  content: {
9416
9474
  "application/json": {
9417
9475
  errors: {
9476
+ code?: string | null;
9418
9477
  detail: string;
9419
9478
  source: {
9420
9479
  pointer: string;
@@ -9489,6 +9548,7 @@ declare const useUpdateAccount: (options?: Options$G) => _tanstack_react_query.U
9489
9548
  content: {
9490
9549
  "application/json": {
9491
9550
  errors: {
9551
+ code?: string | null;
9492
9552
  detail: string;
9493
9553
  source: {
9494
9554
  pointer: string;
@@ -9565,6 +9625,7 @@ declare const useUpdateAccount: (options?: Options$G) => _tanstack_react_query.U
9565
9625
  content: {
9566
9626
  "application/json": {
9567
9627
  errors: {
9628
+ code?: string | null;
9568
9629
  detail: string;
9569
9630
  source: {
9570
9631
  pointer: string;
@@ -9646,6 +9707,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
9646
9707
  content: {
9647
9708
  "application/json": {
9648
9709
  errors: {
9710
+ code?: string | null;
9649
9711
  detail: string;
9650
9712
  status?: string;
9651
9713
  title?: string;
@@ -9660,6 +9722,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
9660
9722
  content: {
9661
9723
  "application/json": {
9662
9724
  errors: {
9725
+ code?: string | null;
9663
9726
  detail: string;
9664
9727
  source: {
9665
9728
  pointer: string;
@@ -9740,6 +9803,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
9740
9803
  content: {
9741
9804
  "application/json": {
9742
9805
  errors: {
9806
+ code?: string | null;
9743
9807
  detail: string;
9744
9808
  status?: string;
9745
9809
  title?: string;
@@ -9754,6 +9818,7 @@ declare const useUpdateAccountUser: (options?: Options$F) => _tanstack_react_que
9754
9818
  content: {
9755
9819
  "application/json": {
9756
9820
  errors: {
9821
+ code?: string | null;
9757
9822
  detail: string;
9758
9823
  source: {
9759
9824
  pointer: string;
@@ -9849,6 +9914,7 @@ declare const useUpdateBlock: (options?: Options$E) => _tanstack_react_query.Use
9849
9914
  content: {
9850
9915
  "application/json": {
9851
9916
  errors: {
9917
+ code?: string | null;
9852
9918
  detail: string;
9853
9919
  source: {
9854
9920
  pointer: string;
@@ -9946,6 +10012,7 @@ declare const useUpdateBlock: (options?: Options$E) => _tanstack_react_query.Use
9946
10012
  content: {
9947
10013
  "application/json": {
9948
10014
  errors: {
10015
+ code?: string | null;
9949
10016
  detail: string;
9950
10017
  source: {
9951
10018
  pointer: string;
@@ -10630,6 +10697,7 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
10630
10697
  content: {
10631
10698
  "application/json": {
10632
10699
  errors: {
10700
+ code?: string | null;
10633
10701
  detail: string;
10634
10702
  source: {
10635
10703
  pointer: string;
@@ -10653,6 +10721,7 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
10653
10721
  requestBody?: {
10654
10722
  content: {
10655
10723
  "application/json": {
10724
+ auto_assign_provider?: boolean | null;
10656
10725
  client_data?: {
10657
10726
  email?: string | null;
10658
10727
  first_name?: string | null;
@@ -11034,6 +11103,7 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
11034
11103
  content: {
11035
11104
  "application/json": {
11036
11105
  errors: {
11106
+ code?: string | null;
11037
11107
  detail: string;
11038
11108
  source: {
11039
11109
  pointer: string;
@@ -11096,6 +11166,7 @@ declare const useUpdateCancellationReason: (options?: Options$C) => _tanstack_re
11096
11166
  content: {
11097
11167
  "application/json": {
11098
11168
  errors: {
11169
+ code?: string | null;
11099
11170
  detail: string;
11100
11171
  source: {
11101
11172
  pointer: string;
@@ -11168,6 +11239,7 @@ declare const useUpdateCancellationReason: (options?: Options$C) => _tanstack_re
11168
11239
  content: {
11169
11240
  "application/json": {
11170
11241
  errors: {
11242
+ code?: string | null;
11171
11243
  detail: string;
11172
11244
  source: {
11173
11245
  pointer: string;
@@ -11254,6 +11326,7 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
11254
11326
  content: {
11255
11327
  "application/json": {
11256
11328
  errors: {
11329
+ code?: string | null;
11257
11330
  detail: string;
11258
11331
  source: {
11259
11332
  pointer: string;
@@ -11344,6 +11417,7 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
11344
11417
  content: {
11345
11418
  "application/json": {
11346
11419
  errors: {
11420
+ code?: string | null;
11347
11421
  detail: string;
11348
11422
  source: {
11349
11423
  pointer: string;
@@ -11432,6 +11506,7 @@ declare const useUpdateConnectedAccount: (options?: Options$A) => _tanstack_reac
11432
11506
  content: {
11433
11507
  "application/json": {
11434
11508
  errors: {
11509
+ code?: string | null;
11435
11510
  detail: string;
11436
11511
  source: {
11437
11512
  pointer: string;
@@ -11517,6 +11592,7 @@ declare const useUpdateConnectedAccount: (options?: Options$A) => _tanstack_reac
11517
11592
  content: {
11518
11593
  "application/json": {
11519
11594
  errors: {
11595
+ code?: string | null;
11520
11596
  detail: string;
11521
11597
  source: {
11522
11598
  pointer: string;
@@ -11601,6 +11677,7 @@ declare const useUpdateProvider: (options?: Options$z) => _tanstack_react_query.
11601
11677
  content: {
11602
11678
  "application/json": {
11603
11679
  errors: {
11680
+ code?: string | null;
11604
11681
  detail: string;
11605
11682
  source: {
11606
11683
  pointer: string;
@@ -11689,6 +11766,7 @@ declare const useUpdateProvider: (options?: Options$z) => _tanstack_react_query.
11689
11766
  content: {
11690
11767
  "application/json": {
11691
11768
  errors: {
11769
+ code?: string | null;
11692
11770
  detail: string;
11693
11771
  source: {
11694
11772
  pointer: string;
@@ -11768,6 +11846,7 @@ declare const useUpdateProviderSchedule: (options?: Options$y) => _tanstack_reac
11768
11846
  content: {
11769
11847
  "application/json": {
11770
11848
  errors: {
11849
+ code?: string | null;
11771
11850
  detail: string;
11772
11851
  source: {
11773
11852
  pointer: string;
@@ -11849,6 +11928,7 @@ declare const useUpdateProviderSchedule: (options?: Options$y) => _tanstack_reac
11849
11928
  content: {
11850
11929
  "application/json": {
11851
11930
  errors: {
11931
+ code?: string | null;
11852
11932
  detail: string;
11853
11933
  source: {
11854
11934
  pointer: string;
@@ -11916,6 +11996,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
11916
11996
  };
11917
11997
  }, {
11918
11998
  errors: {
11999
+ code?: string | null;
11919
12000
  detail: string;
11920
12001
  source: {
11921
12002
  pointer: string;
@@ -11934,6 +12015,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
11934
12015
  requestBody?: {
11935
12016
  content: {
11936
12017
  "application/json": {
12018
+ auto_assign_provider?: boolean | null;
11937
12019
  client_data?: {
11938
12020
  email?: string | null;
11939
12021
  first_name?: string | null;
@@ -12017,6 +12099,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
12017
12099
  content: {
12018
12100
  "application/json": {
12019
12101
  errors: {
12102
+ code?: string | null;
12020
12103
  detail: string;
12021
12104
  source: {
12022
12105
  pointer: string;
@@ -12033,6 +12116,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$x) => _tanstack_r
12033
12116
  content: {
12034
12117
  "application/json": {
12035
12118
  errors: {
12119
+ code?: string | null;
12036
12120
  detail: string;
12037
12121
  source: {
12038
12122
  pointer: string;
@@ -12195,6 +12279,7 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
12195
12279
  content: {
12196
12280
  "application/json": {
12197
12281
  errors: {
12282
+ code?: string | null;
12198
12283
  detail: string;
12199
12284
  source: {
12200
12285
  pointer: string;
@@ -12361,6 +12446,7 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
12361
12446
  content: {
12362
12447
  "application/json": {
12363
12448
  errors: {
12449
+ code?: string | null;
12364
12450
  detail: string;
12365
12451
  source: {
12366
12452
  pointer: string;
@@ -12529,6 +12615,7 @@ declare const useAccountUsers: (options?: Options$u) => _tanstack_react_query.Us
12529
12615
  content: {
12530
12616
  "application/json": {
12531
12617
  errors: {
12618
+ code?: string | null;
12532
12619
  detail: string;
12533
12620
  source: {
12534
12621
  pointer: string;
@@ -12588,6 +12675,7 @@ declare const useAccounts: (queryParams?: AccountsParams["query"], options?: Opt
12588
12675
  content: {
12589
12676
  "application/json": {
12590
12677
  errors: {
12678
+ code?: string | null;
12591
12679
  detail: string;
12592
12680
  status?: string;
12593
12681
  title?: string;
@@ -12616,6 +12704,7 @@ declare const useAccounts: (queryParams?: AccountsParams["query"], options?: Opt
12616
12704
  content: {
12617
12705
  "application/json": {
12618
12706
  errors: {
12707
+ code?: string | null;
12619
12708
  detail: string;
12620
12709
  source: {
12621
12710
  pointer: string;
@@ -13055,6 +13144,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
13055
13144
  content: {
13056
13145
  "application/json": {
13057
13146
  errors: {
13147
+ code?: string | null;
13058
13148
  detail: string;
13059
13149
  source: {
13060
13150
  pointer: string;
@@ -13506,6 +13596,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
13506
13596
  content: {
13507
13597
  "application/json": {
13508
13598
  errors: {
13599
+ code?: string | null;
13509
13600
  detail: string;
13510
13601
  source: {
13511
13602
  pointer: string;
@@ -13705,6 +13796,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
13705
13796
  content: {
13706
13797
  "application/json": {
13707
13798
  errors: {
13799
+ code?: string | null;
13708
13800
  detail: string;
13709
13801
  source: {
13710
13802
  pointer: string;
@@ -15056,6 +15148,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
15056
15148
  content: {
15057
15149
  "application/json": {
15058
15150
  errors: {
15151
+ code?: string | null;
15059
15152
  detail: string;
15060
15153
  source: {
15061
15154
  pointer: string;
@@ -15160,6 +15253,7 @@ declare const useCancellationReasons: (options?: Options$l) => _tanstack_react_q
15160
15253
  content: {
15161
15254
  "application/json": {
15162
15255
  errors: {
15256
+ code?: string | null;
15163
15257
  detail: string;
15164
15258
  source: {
15165
15259
  pointer: string;
@@ -15315,6 +15409,7 @@ declare const useClients: (queryParams?: ClientsParams["query"], options?: Optio
15315
15409
  content: {
15316
15410
  "application/json": {
15317
15411
  errors: {
15412
+ code?: string | null;
15318
15413
  detail: string;
15319
15414
  source: {
15320
15415
  pointer: string;
@@ -15474,6 +15569,7 @@ declare const useConnectedAccounts: (queryParams?: ConnectedAccountsParams["quer
15474
15569
  content: {
15475
15570
  "application/json": {
15476
15571
  errors: {
15572
+ code?: string | null;
15477
15573
  detail: string;
15478
15574
  source: {
15479
15575
  pointer: string;
@@ -15520,6 +15616,7 @@ declare const useCurrentAccount: (options?: Options$g) => _tanstack_react_query.
15520
15616
  content: {
15521
15617
  "application/json": {
15522
15618
  errors: {
15619
+ code?: string | null;
15523
15620
  detail: string;
15524
15621
  status?: string;
15525
15622
  title?: string;
@@ -15598,6 +15695,7 @@ declare const useCurrentAccountUser: (options?: Options$f) => _tanstack_react_qu
15598
15695
  content: {
15599
15696
  "application/json": {
15600
15697
  errors: {
15698
+ code?: string | null;
15601
15699
  detail: string;
15602
15700
  status?: string;
15603
15701
  title?: string;
@@ -15656,6 +15754,7 @@ declare const useCurrentPlatform: (options?: Options$e) => _tanstack_react_query
15656
15754
  content: {
15657
15755
  "application/json": {
15658
15756
  errors: {
15757
+ code?: string | null;
15659
15758
  detail: string;
15660
15759
  status?: string;
15661
15760
  title?: string;
@@ -15744,6 +15843,7 @@ declare const useEarliestPublicServiceSlot: (service_id: EarliestPublicServiceSl
15744
15843
  content: {
15745
15844
  "application/json": {
15746
15845
  errors: {
15846
+ code?: string | null;
15747
15847
  detail: string;
15748
15848
  source: {
15749
15849
  pointer: string;
@@ -15979,6 +16079,7 @@ declare const useProviderSchedules: (queryParams?: ProviderSchedulesParams["quer
15979
16079
  content: {
15980
16080
  "application/json": {
15981
16081
  errors: {
16082
+ code?: string | null;
15982
16083
  detail: string;
15983
16084
  source: {
15984
16085
  pointer: string;
@@ -16062,6 +16163,7 @@ declare const useProviders: (queryParams?: ProvidersParams["query"], options?: O
16062
16163
  content: {
16063
16164
  "application/json": {
16064
16165
  errors: {
16166
+ code?: string | null;
16065
16167
  detail: string;
16066
16168
  source: {
16067
16169
  pointer: string;
@@ -16108,6 +16210,7 @@ declare const usePublicAppointment: (appointment_id: PublicAppointmentParams["pa
16108
16210
  };
16109
16211
  }, {
16110
16212
  errors: {
16213
+ code?: string | null;
16111
16214
  detail: string;
16112
16215
  source: {
16113
16216
  pointer: string;
@@ -16172,6 +16275,7 @@ declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentPar
16172
16275
  };
16173
16276
  }, {
16174
16277
  errors: {
16278
+ code?: string | null;
16175
16279
  detail: string;
16176
16280
  source: {
16177
16281
  pointer: string;
@@ -16193,6 +16297,7 @@ declare const usePublicCancellationReasons: (appointment_id: PublicCancellationR
16193
16297
  }[];
16194
16298
  }, {
16195
16299
  errors: {
16300
+ code?: string | null;
16196
16301
  detail: string;
16197
16302
  source: {
16198
16303
  pointer: string;
@@ -16205,7 +16310,7 @@ type PublicServiceSlotsParams = paths["/v1/public/services/{service_id}/slots"][
16205
16310
  interface Options$5 extends QueryOptionsFor<"get", "/v1/public/services/{service_id}/slots"> {
16206
16311
  client?: QueryClient;
16207
16312
  }
16208
- declare const usePublicServiceSlots: (service_id: PublicServiceSlotsParams["path"]["service_id"], queryParams: PublicServiceSlotsParams["query"], options?: Options$5) => _tanstack_react_query.UseQueryResult<{
16313
+ declare const usePublicServiceSlots: (service_id: PublicServiceSlotsParams["path"]["service_id"], queryParams?: PublicServiceSlotsParams["query"], options?: Options$5) => _tanstack_react_query.UseQueryResult<{
16209
16314
  data: {
16210
16315
  end_at: string;
16211
16316
  end_at_ts: number;
@@ -16266,6 +16371,7 @@ declare const usePublicServiceSlots: (service_id: PublicServiceSlotsParams["path
16266
16371
  content: {
16267
16372
  "application/json": {
16268
16373
  errors: {
16374
+ code?: string | null;
16269
16375
  detail: string;
16270
16376
  source: {
16271
16377
  pointer: string;
@@ -16324,6 +16430,7 @@ declare const useRoles: (options?: Options$4) => _tanstack_react_query.UseQueryR
16324
16430
  content: {
16325
16431
  "application/json": {
16326
16432
  errors: {
16433
+ code?: string | null;
16327
16434
  detail: string;
16328
16435
  source: {
16329
16436
  pointer: string;
@@ -16567,7 +16674,7 @@ type ServiceSlotsParams = paths["/v1/services/{service_id}/slots"]["get"]["param
16567
16674
  interface Options$1 extends QueryOptionsFor<"get", "/v1/services/{service_id}/slots"> {
16568
16675
  client?: QueryClient;
16569
16676
  }
16570
- declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_id"], queryParams: ServiceSlotsParams["query"], options?: Options$1) => _tanstack_react_query.UseQueryResult<{
16677
+ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_id"], queryParams?: ServiceSlotsParams["query"], options?: Options$1) => _tanstack_react_query.UseQueryResult<{
16571
16678
  data: {
16572
16679
  aggregated_slots?: {
16573
16680
  count: number;
@@ -16692,6 +16799,7 @@ declare const useServiceSlots: (service_id: ServiceSlotsParams["path"]["service_
16692
16799
  content: {
16693
16800
  "application/json": {
16694
16801
  errors: {
16802
+ code?: string | null;
16695
16803
  detail: string;
16696
16804
  source: {
16697
16805
  pointer: string;
@@ -16853,6 +16961,7 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
16853
16961
  content: {
16854
16962
  "application/json": {
16855
16963
  errors: {
16964
+ code?: string | null;
16856
16965
  detail: string;
16857
16966
  source: {
16858
16967
  pointer: string;