@savvycal/appointments-react-query 0.3.4 → 0.4.0
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 +434 -0
- package/dist/index.d.ts +434 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -80,6 +80,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
80
80
|
id: string;
|
|
81
81
|
last_name?: string | null;
|
|
82
82
|
locale: string;
|
|
83
|
+
metadata?: {
|
|
84
|
+
[key: string]: unknown;
|
|
85
|
+
};
|
|
83
86
|
object: "client";
|
|
84
87
|
phone?: string | null;
|
|
85
88
|
reference_id: string | null;
|
|
@@ -212,6 +215,10 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
212
215
|
created_at: string;
|
|
213
216
|
duration: string;
|
|
214
217
|
id: string;
|
|
218
|
+
internal_name?: string | null;
|
|
219
|
+
metadata: {
|
|
220
|
+
[key: string]: unknown;
|
|
221
|
+
};
|
|
215
222
|
name: string;
|
|
216
223
|
object: "service";
|
|
217
224
|
provider_notifications: {
|
|
@@ -267,6 +274,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
267
274
|
id: string;
|
|
268
275
|
last_name?: string | null;
|
|
269
276
|
locale: string;
|
|
277
|
+
metadata?: {
|
|
278
|
+
[key: string]: unknown;
|
|
279
|
+
};
|
|
270
280
|
object: "client";
|
|
271
281
|
phone?: string | null;
|
|
272
282
|
reference_id: string | null;
|
|
@@ -341,6 +351,10 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
341
351
|
created_at: string;
|
|
342
352
|
duration: string;
|
|
343
353
|
id: string;
|
|
354
|
+
internal_name?: string | null;
|
|
355
|
+
metadata: {
|
|
356
|
+
[key: string]: unknown;
|
|
357
|
+
};
|
|
344
358
|
name: string;
|
|
345
359
|
object: "service";
|
|
346
360
|
provider_notifications: {
|
|
@@ -413,6 +427,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
413
427
|
id: string;
|
|
414
428
|
last_name?: string | null;
|
|
415
429
|
locale: string;
|
|
430
|
+
metadata?: {
|
|
431
|
+
[key: string]: unknown;
|
|
432
|
+
};
|
|
416
433
|
object: "client";
|
|
417
434
|
phone?: string | null;
|
|
418
435
|
reference_id: string | null;
|
|
@@ -545,6 +562,10 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
545
562
|
created_at: string;
|
|
546
563
|
duration: string;
|
|
547
564
|
id: string;
|
|
565
|
+
internal_name?: string | null;
|
|
566
|
+
metadata: {
|
|
567
|
+
[key: string]: unknown;
|
|
568
|
+
};
|
|
548
569
|
name: string;
|
|
549
570
|
object: "service";
|
|
550
571
|
provider_notifications: {
|
|
@@ -600,6 +621,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
600
621
|
id: string;
|
|
601
622
|
last_name?: string | null;
|
|
602
623
|
locale: string;
|
|
624
|
+
metadata?: {
|
|
625
|
+
[key: string]: unknown;
|
|
626
|
+
};
|
|
603
627
|
object: "client";
|
|
604
628
|
phone?: string | null;
|
|
605
629
|
reference_id: string | null;
|
|
@@ -674,6 +698,10 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
674
698
|
created_at: string;
|
|
675
699
|
duration: string;
|
|
676
700
|
id: string;
|
|
701
|
+
internal_name?: string | null;
|
|
702
|
+
metadata: {
|
|
703
|
+
[key: string]: unknown;
|
|
704
|
+
};
|
|
677
705
|
name: string;
|
|
678
706
|
object: "service";
|
|
679
707
|
provider_notifications: {
|
|
@@ -805,6 +833,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
805
833
|
id: string;
|
|
806
834
|
last_name?: string | null;
|
|
807
835
|
locale: string;
|
|
836
|
+
metadata?: {
|
|
837
|
+
[key: string]: unknown;
|
|
838
|
+
};
|
|
808
839
|
object: "client";
|
|
809
840
|
phone?: string | null;
|
|
810
841
|
reference_id: string | null;
|
|
@@ -937,6 +968,10 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
937
968
|
created_at: string;
|
|
938
969
|
duration: string;
|
|
939
970
|
id: string;
|
|
971
|
+
internal_name?: string | null;
|
|
972
|
+
metadata: {
|
|
973
|
+
[key: string]: unknown;
|
|
974
|
+
};
|
|
940
975
|
name: string;
|
|
941
976
|
object: "service";
|
|
942
977
|
provider_notifications: {
|
|
@@ -992,6 +1027,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
992
1027
|
id: string;
|
|
993
1028
|
last_name?: string | null;
|
|
994
1029
|
locale: string;
|
|
1030
|
+
metadata?: {
|
|
1031
|
+
[key: string]: unknown;
|
|
1032
|
+
};
|
|
995
1033
|
object: "client";
|
|
996
1034
|
phone?: string | null;
|
|
997
1035
|
reference_id: string | null;
|
|
@@ -1066,6 +1104,10 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
1066
1104
|
created_at: string;
|
|
1067
1105
|
duration: string;
|
|
1068
1106
|
id: string;
|
|
1107
|
+
internal_name?: string | null;
|
|
1108
|
+
metadata: {
|
|
1109
|
+
[key: string]: unknown;
|
|
1110
|
+
};
|
|
1069
1111
|
name: string;
|
|
1070
1112
|
object: "service";
|
|
1071
1113
|
provider_notifications: {
|
|
@@ -1365,6 +1407,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1365
1407
|
id: string;
|
|
1366
1408
|
last_name?: string | null;
|
|
1367
1409
|
locale: string;
|
|
1410
|
+
metadata?: {
|
|
1411
|
+
[key: string]: unknown;
|
|
1412
|
+
};
|
|
1368
1413
|
object: "client";
|
|
1369
1414
|
phone?: string | null;
|
|
1370
1415
|
reference_id: string | null;
|
|
@@ -1497,6 +1542,10 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1497
1542
|
created_at: string;
|
|
1498
1543
|
duration: string;
|
|
1499
1544
|
id: string;
|
|
1545
|
+
internal_name?: string | null;
|
|
1546
|
+
metadata: {
|
|
1547
|
+
[key: string]: unknown;
|
|
1548
|
+
};
|
|
1500
1549
|
name: string;
|
|
1501
1550
|
object: "service";
|
|
1502
1551
|
provider_notifications: {
|
|
@@ -1575,6 +1624,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1575
1624
|
id: string;
|
|
1576
1625
|
last_name?: string | null;
|
|
1577
1626
|
locale: string;
|
|
1627
|
+
metadata?: {
|
|
1628
|
+
[key: string]: unknown;
|
|
1629
|
+
};
|
|
1578
1630
|
object: "client";
|
|
1579
1631
|
phone?: string | null;
|
|
1580
1632
|
reference_id: string | null;
|
|
@@ -1707,6 +1759,10 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1707
1759
|
created_at: string;
|
|
1708
1760
|
duration: string;
|
|
1709
1761
|
id: string;
|
|
1762
|
+
internal_name?: string | null;
|
|
1763
|
+
metadata: {
|
|
1764
|
+
[key: string]: unknown;
|
|
1765
|
+
};
|
|
1710
1766
|
name: string;
|
|
1711
1767
|
object: "service";
|
|
1712
1768
|
provider_notifications: {
|
|
@@ -1839,6 +1895,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1839
1895
|
id: string;
|
|
1840
1896
|
last_name?: string | null;
|
|
1841
1897
|
locale: string;
|
|
1898
|
+
metadata?: {
|
|
1899
|
+
[key: string]: unknown;
|
|
1900
|
+
};
|
|
1842
1901
|
object: "client";
|
|
1843
1902
|
phone?: string | null;
|
|
1844
1903
|
reference_id: string | null;
|
|
@@ -1971,6 +2030,10 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1971
2030
|
created_at: string;
|
|
1972
2031
|
duration: string;
|
|
1973
2032
|
id: string;
|
|
2033
|
+
internal_name?: string | null;
|
|
2034
|
+
metadata: {
|
|
2035
|
+
[key: string]: unknown;
|
|
2036
|
+
};
|
|
1974
2037
|
name: string;
|
|
1975
2038
|
object: "service";
|
|
1976
2039
|
provider_notifications: {
|
|
@@ -2249,6 +2312,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2249
2312
|
id: string;
|
|
2250
2313
|
last_name?: string | null;
|
|
2251
2314
|
locale: string;
|
|
2315
|
+
metadata?: {
|
|
2316
|
+
[key: string]: unknown;
|
|
2317
|
+
};
|
|
2252
2318
|
object: "client";
|
|
2253
2319
|
phone?: string | null;
|
|
2254
2320
|
reference_id: string | null;
|
|
@@ -2381,6 +2447,10 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2381
2447
|
created_at: string;
|
|
2382
2448
|
duration: string;
|
|
2383
2449
|
id: string;
|
|
2450
|
+
internal_name?: string | null;
|
|
2451
|
+
metadata: {
|
|
2452
|
+
[key: string]: unknown;
|
|
2453
|
+
};
|
|
2384
2454
|
name: string;
|
|
2385
2455
|
object: "service";
|
|
2386
2456
|
provider_notifications: {
|
|
@@ -2436,6 +2506,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2436
2506
|
id: string;
|
|
2437
2507
|
last_name?: string | null;
|
|
2438
2508
|
locale: string;
|
|
2509
|
+
metadata?: {
|
|
2510
|
+
[key: string]: unknown;
|
|
2511
|
+
};
|
|
2439
2512
|
object: "client";
|
|
2440
2513
|
phone?: string | null;
|
|
2441
2514
|
reference_id: string | null;
|
|
@@ -2510,6 +2583,10 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2510
2583
|
created_at: string;
|
|
2511
2584
|
duration: string;
|
|
2512
2585
|
id: string;
|
|
2586
|
+
internal_name?: string | null;
|
|
2587
|
+
metadata: {
|
|
2588
|
+
[key: string]: unknown;
|
|
2589
|
+
};
|
|
2513
2590
|
name: string;
|
|
2514
2591
|
object: "service";
|
|
2515
2592
|
provider_notifications: {
|
|
@@ -2582,6 +2659,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2582
2659
|
id: string;
|
|
2583
2660
|
last_name?: string | null;
|
|
2584
2661
|
locale: string;
|
|
2662
|
+
metadata?: {
|
|
2663
|
+
[key: string]: unknown;
|
|
2664
|
+
};
|
|
2585
2665
|
object: "client";
|
|
2586
2666
|
phone?: string | null;
|
|
2587
2667
|
reference_id: string | null;
|
|
@@ -2714,6 +2794,10 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2714
2794
|
created_at: string;
|
|
2715
2795
|
duration: string;
|
|
2716
2796
|
id: string;
|
|
2797
|
+
internal_name?: string | null;
|
|
2798
|
+
metadata: {
|
|
2799
|
+
[key: string]: unknown;
|
|
2800
|
+
};
|
|
2717
2801
|
name: string;
|
|
2718
2802
|
object: "service";
|
|
2719
2803
|
provider_notifications: {
|
|
@@ -2769,6 +2853,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2769
2853
|
id: string;
|
|
2770
2854
|
last_name?: string | null;
|
|
2771
2855
|
locale: string;
|
|
2856
|
+
metadata?: {
|
|
2857
|
+
[key: string]: unknown;
|
|
2858
|
+
};
|
|
2772
2859
|
object: "client";
|
|
2773
2860
|
phone?: string | null;
|
|
2774
2861
|
reference_id: string | null;
|
|
@@ -2843,6 +2930,10 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2843
2930
|
created_at: string;
|
|
2844
2931
|
duration: string;
|
|
2845
2932
|
id: string;
|
|
2933
|
+
internal_name?: string | null;
|
|
2934
|
+
metadata: {
|
|
2935
|
+
[key: string]: unknown;
|
|
2936
|
+
};
|
|
2846
2937
|
name: string;
|
|
2847
2938
|
object: "service";
|
|
2848
2939
|
provider_notifications: {
|
|
@@ -2998,6 +3089,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2998
3089
|
id: string;
|
|
2999
3090
|
last_name?: string | null;
|
|
3000
3091
|
locale: string;
|
|
3092
|
+
metadata?: {
|
|
3093
|
+
[key: string]: unknown;
|
|
3094
|
+
};
|
|
3001
3095
|
object: "client";
|
|
3002
3096
|
phone?: string | null;
|
|
3003
3097
|
reference_id: string | null;
|
|
@@ -3130,6 +3224,10 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3130
3224
|
created_at: string;
|
|
3131
3225
|
duration: string;
|
|
3132
3226
|
id: string;
|
|
3227
|
+
internal_name?: string | null;
|
|
3228
|
+
metadata: {
|
|
3229
|
+
[key: string]: unknown;
|
|
3230
|
+
};
|
|
3133
3231
|
name: string;
|
|
3134
3232
|
object: "service";
|
|
3135
3233
|
provider_notifications: {
|
|
@@ -3185,6 +3283,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3185
3283
|
id: string;
|
|
3186
3284
|
last_name?: string | null;
|
|
3187
3285
|
locale: string;
|
|
3286
|
+
metadata?: {
|
|
3287
|
+
[key: string]: unknown;
|
|
3288
|
+
};
|
|
3188
3289
|
object: "client";
|
|
3189
3290
|
phone?: string | null;
|
|
3190
3291
|
reference_id: string | null;
|
|
@@ -3259,6 +3360,10 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3259
3360
|
created_at: string;
|
|
3260
3361
|
duration: string;
|
|
3261
3362
|
id: string;
|
|
3363
|
+
internal_name?: string | null;
|
|
3364
|
+
metadata: {
|
|
3365
|
+
[key: string]: unknown;
|
|
3366
|
+
};
|
|
3262
3367
|
name: string;
|
|
3263
3368
|
object: "service";
|
|
3264
3369
|
provider_notifications: {
|
|
@@ -3578,6 +3683,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3578
3683
|
id: string;
|
|
3579
3684
|
last_name?: string | null;
|
|
3580
3685
|
locale: string;
|
|
3686
|
+
metadata?: {
|
|
3687
|
+
[key: string]: unknown;
|
|
3688
|
+
};
|
|
3581
3689
|
object: "client";
|
|
3582
3690
|
phone?: string | null;
|
|
3583
3691
|
reference_id: string | null;
|
|
@@ -3710,6 +3818,10 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3710
3818
|
created_at: string;
|
|
3711
3819
|
duration: string;
|
|
3712
3820
|
id: string;
|
|
3821
|
+
internal_name?: string | null;
|
|
3822
|
+
metadata: {
|
|
3823
|
+
[key: string]: unknown;
|
|
3824
|
+
};
|
|
3713
3825
|
name: string;
|
|
3714
3826
|
object: "service";
|
|
3715
3827
|
provider_notifications: {
|
|
@@ -3788,6 +3900,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3788
3900
|
id: string;
|
|
3789
3901
|
last_name?: string | null;
|
|
3790
3902
|
locale: string;
|
|
3903
|
+
metadata?: {
|
|
3904
|
+
[key: string]: unknown;
|
|
3905
|
+
};
|
|
3791
3906
|
object: "client";
|
|
3792
3907
|
phone?: string | null;
|
|
3793
3908
|
reference_id: string | null;
|
|
@@ -3920,6 +4035,10 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3920
4035
|
created_at: string;
|
|
3921
4036
|
duration: string;
|
|
3922
4037
|
id: string;
|
|
4038
|
+
internal_name?: string | null;
|
|
4039
|
+
metadata: {
|
|
4040
|
+
[key: string]: unknown;
|
|
4041
|
+
};
|
|
3923
4042
|
name: string;
|
|
3924
4043
|
object: "service";
|
|
3925
4044
|
provider_notifications: {
|
|
@@ -4050,6 +4169,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
4050
4169
|
id: string;
|
|
4051
4170
|
last_name?: string | null;
|
|
4052
4171
|
locale: string;
|
|
4172
|
+
metadata?: {
|
|
4173
|
+
[key: string]: unknown;
|
|
4174
|
+
};
|
|
4053
4175
|
object: "client";
|
|
4054
4176
|
phone?: string | null;
|
|
4055
4177
|
reference_id: string | null;
|
|
@@ -4182,6 +4304,10 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
4182
4304
|
created_at: string;
|
|
4183
4305
|
duration: string;
|
|
4184
4306
|
id: string;
|
|
4307
|
+
internal_name?: string | null;
|
|
4308
|
+
metadata: {
|
|
4309
|
+
[key: string]: unknown;
|
|
4310
|
+
};
|
|
4185
4311
|
name: string;
|
|
4186
4312
|
object: "service";
|
|
4187
4313
|
provider_notifications: {
|
|
@@ -4613,6 +4739,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4613
4739
|
id: string;
|
|
4614
4740
|
last_name?: string | null;
|
|
4615
4741
|
locale: string;
|
|
4742
|
+
metadata?: {
|
|
4743
|
+
[key: string]: unknown;
|
|
4744
|
+
};
|
|
4616
4745
|
object: "client";
|
|
4617
4746
|
phone?: string | null;
|
|
4618
4747
|
reference_id: string | null;
|
|
@@ -4745,6 +4874,10 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4745
4874
|
created_at: string;
|
|
4746
4875
|
duration: string;
|
|
4747
4876
|
id: string;
|
|
4877
|
+
internal_name?: string | null;
|
|
4878
|
+
metadata: {
|
|
4879
|
+
[key: string]: unknown;
|
|
4880
|
+
};
|
|
4748
4881
|
name: string;
|
|
4749
4882
|
object: "service";
|
|
4750
4883
|
provider_notifications: {
|
|
@@ -4823,6 +4956,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4823
4956
|
id: string;
|
|
4824
4957
|
last_name?: string | null;
|
|
4825
4958
|
locale: string;
|
|
4959
|
+
metadata?: {
|
|
4960
|
+
[key: string]: unknown;
|
|
4961
|
+
};
|
|
4826
4962
|
object: "client";
|
|
4827
4963
|
phone?: string | null;
|
|
4828
4964
|
reference_id: string | null;
|
|
@@ -4955,6 +5091,10 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4955
5091
|
created_at: string;
|
|
4956
5092
|
duration: string;
|
|
4957
5093
|
id: string;
|
|
5094
|
+
internal_name?: string | null;
|
|
5095
|
+
metadata: {
|
|
5096
|
+
[key: string]: unknown;
|
|
5097
|
+
};
|
|
4958
5098
|
name: string;
|
|
4959
5099
|
object: "service";
|
|
4960
5100
|
provider_notifications: {
|
|
@@ -5098,6 +5238,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
5098
5238
|
id: string;
|
|
5099
5239
|
last_name?: string | null;
|
|
5100
5240
|
locale: string;
|
|
5241
|
+
metadata?: {
|
|
5242
|
+
[key: string]: unknown;
|
|
5243
|
+
};
|
|
5101
5244
|
object: "client";
|
|
5102
5245
|
phone?: string | null;
|
|
5103
5246
|
reference_id: string | null;
|
|
@@ -5230,6 +5373,10 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
5230
5373
|
created_at: string;
|
|
5231
5374
|
duration: string;
|
|
5232
5375
|
id: string;
|
|
5376
|
+
internal_name?: string | null;
|
|
5377
|
+
metadata: {
|
|
5378
|
+
[key: string]: unknown;
|
|
5379
|
+
};
|
|
5233
5380
|
name: string;
|
|
5234
5381
|
object: "service";
|
|
5235
5382
|
provider_notifications: {
|
|
@@ -5538,6 +5685,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5538
5685
|
id: string;
|
|
5539
5686
|
last_name?: string | null;
|
|
5540
5687
|
locale: string;
|
|
5688
|
+
metadata?: {
|
|
5689
|
+
[key: string]: unknown;
|
|
5690
|
+
};
|
|
5541
5691
|
object: "client";
|
|
5542
5692
|
phone?: string | null;
|
|
5543
5693
|
reference_id: string | null;
|
|
@@ -5670,6 +5820,10 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5670
5820
|
created_at: string;
|
|
5671
5821
|
duration: string;
|
|
5672
5822
|
id: string;
|
|
5823
|
+
internal_name?: string | null;
|
|
5824
|
+
metadata: {
|
|
5825
|
+
[key: string]: unknown;
|
|
5826
|
+
};
|
|
5673
5827
|
name: string;
|
|
5674
5828
|
object: "service";
|
|
5675
5829
|
provider_notifications: {
|
|
@@ -5725,6 +5879,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5725
5879
|
id: string;
|
|
5726
5880
|
last_name?: string | null;
|
|
5727
5881
|
locale: string;
|
|
5882
|
+
metadata?: {
|
|
5883
|
+
[key: string]: unknown;
|
|
5884
|
+
};
|
|
5728
5885
|
object: "client";
|
|
5729
5886
|
phone?: string | null;
|
|
5730
5887
|
reference_id: string | null;
|
|
@@ -5799,6 +5956,10 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5799
5956
|
created_at: string;
|
|
5800
5957
|
duration: string;
|
|
5801
5958
|
id: string;
|
|
5959
|
+
internal_name?: string | null;
|
|
5960
|
+
metadata: {
|
|
5961
|
+
[key: string]: unknown;
|
|
5962
|
+
};
|
|
5802
5963
|
name: string;
|
|
5803
5964
|
object: "service";
|
|
5804
5965
|
provider_notifications: {
|
|
@@ -5871,6 +6032,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5871
6032
|
id: string;
|
|
5872
6033
|
last_name?: string | null;
|
|
5873
6034
|
locale: string;
|
|
6035
|
+
metadata?: {
|
|
6036
|
+
[key: string]: unknown;
|
|
6037
|
+
};
|
|
5874
6038
|
object: "client";
|
|
5875
6039
|
phone?: string | null;
|
|
5876
6040
|
reference_id: string | null;
|
|
@@ -6003,6 +6167,10 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6003
6167
|
created_at: string;
|
|
6004
6168
|
duration: string;
|
|
6005
6169
|
id: string;
|
|
6170
|
+
internal_name?: string | null;
|
|
6171
|
+
metadata: {
|
|
6172
|
+
[key: string]: unknown;
|
|
6173
|
+
};
|
|
6006
6174
|
name: string;
|
|
6007
6175
|
object: "service";
|
|
6008
6176
|
provider_notifications: {
|
|
@@ -6058,6 +6226,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6058
6226
|
id: string;
|
|
6059
6227
|
last_name?: string | null;
|
|
6060
6228
|
locale: string;
|
|
6229
|
+
metadata?: {
|
|
6230
|
+
[key: string]: unknown;
|
|
6231
|
+
};
|
|
6061
6232
|
object: "client";
|
|
6062
6233
|
phone?: string | null;
|
|
6063
6234
|
reference_id: string | null;
|
|
@@ -6132,6 +6303,10 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6132
6303
|
created_at: string;
|
|
6133
6304
|
duration: string;
|
|
6134
6305
|
id: string;
|
|
6306
|
+
internal_name?: string | null;
|
|
6307
|
+
metadata: {
|
|
6308
|
+
[key: string]: unknown;
|
|
6309
|
+
};
|
|
6135
6310
|
name: string;
|
|
6136
6311
|
object: "service";
|
|
6137
6312
|
provider_notifications: {
|
|
@@ -6289,6 +6464,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6289
6464
|
id: string;
|
|
6290
6465
|
last_name?: string | null;
|
|
6291
6466
|
locale: string;
|
|
6467
|
+
metadata?: {
|
|
6468
|
+
[key: string]: unknown;
|
|
6469
|
+
};
|
|
6292
6470
|
object: "client";
|
|
6293
6471
|
phone?: string | null;
|
|
6294
6472
|
reference_id: string | null;
|
|
@@ -6421,6 +6599,10 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6421
6599
|
created_at: string;
|
|
6422
6600
|
duration: string;
|
|
6423
6601
|
id: string;
|
|
6602
|
+
internal_name?: string | null;
|
|
6603
|
+
metadata: {
|
|
6604
|
+
[key: string]: unknown;
|
|
6605
|
+
};
|
|
6424
6606
|
name: string;
|
|
6425
6607
|
object: "service";
|
|
6426
6608
|
provider_notifications: {
|
|
@@ -6476,6 +6658,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6476
6658
|
id: string;
|
|
6477
6659
|
last_name?: string | null;
|
|
6478
6660
|
locale: string;
|
|
6661
|
+
metadata?: {
|
|
6662
|
+
[key: string]: unknown;
|
|
6663
|
+
};
|
|
6479
6664
|
object: "client";
|
|
6480
6665
|
phone?: string | null;
|
|
6481
6666
|
reference_id: string | null;
|
|
@@ -6550,6 +6735,10 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6550
6735
|
created_at: string;
|
|
6551
6736
|
duration: string;
|
|
6552
6737
|
id: string;
|
|
6738
|
+
internal_name?: string | null;
|
|
6739
|
+
metadata: {
|
|
6740
|
+
[key: string]: unknown;
|
|
6741
|
+
};
|
|
6553
6742
|
name: string;
|
|
6554
6743
|
object: "service";
|
|
6555
6744
|
provider_notifications: {
|
|
@@ -6759,6 +6948,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6759
6948
|
id: string;
|
|
6760
6949
|
last_name?: string | null;
|
|
6761
6950
|
locale: string;
|
|
6951
|
+
metadata?: {
|
|
6952
|
+
[key: string]: unknown;
|
|
6953
|
+
};
|
|
6762
6954
|
object: "client";
|
|
6763
6955
|
phone?: string | null;
|
|
6764
6956
|
reference_id: string | null;
|
|
@@ -6779,6 +6971,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6779
6971
|
id: string;
|
|
6780
6972
|
last_name?: string | null;
|
|
6781
6973
|
locale: string;
|
|
6974
|
+
metadata?: {
|
|
6975
|
+
[key: string]: unknown;
|
|
6976
|
+
};
|
|
6782
6977
|
object: "client";
|
|
6783
6978
|
phone?: string | null;
|
|
6784
6979
|
reference_id: string | null;
|
|
@@ -6835,6 +7030,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6835
7030
|
first_name: string;
|
|
6836
7031
|
last_name: string;
|
|
6837
7032
|
locale?: string;
|
|
7033
|
+
metadata?: {
|
|
7034
|
+
[key: string]: unknown;
|
|
7035
|
+
};
|
|
6838
7036
|
phone?: string;
|
|
6839
7037
|
reference_id?: string;
|
|
6840
7038
|
time_zone: string;
|
|
@@ -6855,6 +7053,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6855
7053
|
id: string;
|
|
6856
7054
|
last_name?: string | null;
|
|
6857
7055
|
locale: string;
|
|
7056
|
+
metadata?: {
|
|
7057
|
+
[key: string]: unknown;
|
|
7058
|
+
};
|
|
6858
7059
|
object: "client";
|
|
6859
7060
|
phone?: string | null;
|
|
6860
7061
|
reference_id: string | null;
|
|
@@ -7715,6 +7916,10 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7715
7916
|
created_at: string;
|
|
7716
7917
|
duration: string;
|
|
7717
7918
|
id: string;
|
|
7919
|
+
internal_name?: string | null;
|
|
7920
|
+
metadata: {
|
|
7921
|
+
[key: string]: unknown;
|
|
7922
|
+
};
|
|
7718
7923
|
name: string;
|
|
7719
7924
|
object: "service";
|
|
7720
7925
|
provider_notifications: {
|
|
@@ -7780,6 +7985,10 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7780
7985
|
created_at: string;
|
|
7781
7986
|
duration: string;
|
|
7782
7987
|
id: string;
|
|
7988
|
+
internal_name?: string | null;
|
|
7989
|
+
metadata: {
|
|
7990
|
+
[key: string]: unknown;
|
|
7991
|
+
};
|
|
7783
7992
|
name: string;
|
|
7784
7993
|
object: "service";
|
|
7785
7994
|
provider_notifications: {
|
|
@@ -7881,6 +8090,10 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7881
8090
|
};
|
|
7882
8091
|
change_policy_text?: string;
|
|
7883
8092
|
duration?: string;
|
|
8093
|
+
internal_name?: string | null;
|
|
8094
|
+
metadata?: {
|
|
8095
|
+
[key: string]: unknown;
|
|
8096
|
+
};
|
|
7884
8097
|
name: string;
|
|
7885
8098
|
provider_notifications?: {
|
|
7886
8099
|
additional_recipients: string[];
|
|
@@ -7946,6 +8159,10 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7946
8159
|
created_at: string;
|
|
7947
8160
|
duration: string;
|
|
7948
8161
|
id: string;
|
|
8162
|
+
internal_name?: string | null;
|
|
8163
|
+
metadata: {
|
|
8164
|
+
[key: string]: unknown;
|
|
8165
|
+
};
|
|
7949
8166
|
name: string;
|
|
7950
8167
|
object: "service";
|
|
7951
8168
|
provider_notifications: {
|
|
@@ -8949,6 +9166,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
8949
9166
|
id: string;
|
|
8950
9167
|
last_name?: string | null;
|
|
8951
9168
|
locale: string;
|
|
9169
|
+
metadata?: {
|
|
9170
|
+
[key: string]: unknown;
|
|
9171
|
+
};
|
|
8952
9172
|
object: "client";
|
|
8953
9173
|
phone?: string | null;
|
|
8954
9174
|
reference_id: string | null;
|
|
@@ -9081,6 +9301,10 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9081
9301
|
created_at: string;
|
|
9082
9302
|
duration: string;
|
|
9083
9303
|
id: string;
|
|
9304
|
+
internal_name?: string | null;
|
|
9305
|
+
metadata: {
|
|
9306
|
+
[key: string]: unknown;
|
|
9307
|
+
};
|
|
9084
9308
|
name: string;
|
|
9085
9309
|
object: "service";
|
|
9086
9310
|
provider_notifications: {
|
|
@@ -9159,6 +9383,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9159
9383
|
id: string;
|
|
9160
9384
|
last_name?: string | null;
|
|
9161
9385
|
locale: string;
|
|
9386
|
+
metadata?: {
|
|
9387
|
+
[key: string]: unknown;
|
|
9388
|
+
};
|
|
9162
9389
|
object: "client";
|
|
9163
9390
|
phone?: string | null;
|
|
9164
9391
|
reference_id: string | null;
|
|
@@ -9291,6 +9518,10 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9291
9518
|
created_at: string;
|
|
9292
9519
|
duration: string;
|
|
9293
9520
|
id: string;
|
|
9521
|
+
internal_name?: string | null;
|
|
9522
|
+
metadata: {
|
|
9523
|
+
[key: string]: unknown;
|
|
9524
|
+
};
|
|
9294
9525
|
name: string;
|
|
9295
9526
|
object: "service";
|
|
9296
9527
|
provider_notifications: {
|
|
@@ -9425,6 +9656,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9425
9656
|
id: string;
|
|
9426
9657
|
last_name?: string | null;
|
|
9427
9658
|
locale: string;
|
|
9659
|
+
metadata?: {
|
|
9660
|
+
[key: string]: unknown;
|
|
9661
|
+
};
|
|
9428
9662
|
object: "client";
|
|
9429
9663
|
phone?: string | null;
|
|
9430
9664
|
reference_id: string | null;
|
|
@@ -9557,6 +9791,10 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9557
9791
|
created_at: string;
|
|
9558
9792
|
duration: string;
|
|
9559
9793
|
id: string;
|
|
9794
|
+
internal_name?: string | null;
|
|
9795
|
+
metadata: {
|
|
9796
|
+
[key: string]: unknown;
|
|
9797
|
+
};
|
|
9560
9798
|
name: string;
|
|
9561
9799
|
object: "service";
|
|
9562
9800
|
provider_notifications: {
|
|
@@ -10376,6 +10614,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10376
10614
|
id: string;
|
|
10377
10615
|
last_name?: string | null;
|
|
10378
10616
|
locale: string;
|
|
10617
|
+
metadata?: {
|
|
10618
|
+
[key: string]: unknown;
|
|
10619
|
+
};
|
|
10379
10620
|
object: "client";
|
|
10380
10621
|
phone?: string | null;
|
|
10381
10622
|
reference_id: string | null;
|
|
@@ -10508,6 +10749,10 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10508
10749
|
created_at: string;
|
|
10509
10750
|
duration: string;
|
|
10510
10751
|
id: string;
|
|
10752
|
+
internal_name?: string | null;
|
|
10753
|
+
metadata: {
|
|
10754
|
+
[key: string]: unknown;
|
|
10755
|
+
};
|
|
10511
10756
|
name: string;
|
|
10512
10757
|
object: "service";
|
|
10513
10758
|
provider_notifications: {
|
|
@@ -10563,6 +10808,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10563
10808
|
id: string;
|
|
10564
10809
|
last_name?: string | null;
|
|
10565
10810
|
locale: string;
|
|
10811
|
+
metadata?: {
|
|
10812
|
+
[key: string]: unknown;
|
|
10813
|
+
};
|
|
10566
10814
|
object: "client";
|
|
10567
10815
|
phone?: string | null;
|
|
10568
10816
|
reference_id: string | null;
|
|
@@ -10637,6 +10885,10 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10637
10885
|
created_at: string;
|
|
10638
10886
|
duration: string;
|
|
10639
10887
|
id: string;
|
|
10888
|
+
internal_name?: string | null;
|
|
10889
|
+
metadata: {
|
|
10890
|
+
[key: string]: unknown;
|
|
10891
|
+
};
|
|
10640
10892
|
name: string;
|
|
10641
10893
|
object: "service";
|
|
10642
10894
|
provider_notifications: {
|
|
@@ -10709,6 +10961,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10709
10961
|
id: string;
|
|
10710
10962
|
last_name?: string | null;
|
|
10711
10963
|
locale: string;
|
|
10964
|
+
metadata?: {
|
|
10965
|
+
[key: string]: unknown;
|
|
10966
|
+
};
|
|
10712
10967
|
object: "client";
|
|
10713
10968
|
phone?: string | null;
|
|
10714
10969
|
reference_id: string | null;
|
|
@@ -10841,6 +11096,10 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10841
11096
|
created_at: string;
|
|
10842
11097
|
duration: string;
|
|
10843
11098
|
id: string;
|
|
11099
|
+
internal_name?: string | null;
|
|
11100
|
+
metadata: {
|
|
11101
|
+
[key: string]: unknown;
|
|
11102
|
+
};
|
|
10844
11103
|
name: string;
|
|
10845
11104
|
object: "service";
|
|
10846
11105
|
provider_notifications: {
|
|
@@ -10896,6 +11155,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10896
11155
|
id: string;
|
|
10897
11156
|
last_name?: string | null;
|
|
10898
11157
|
locale: string;
|
|
11158
|
+
metadata?: {
|
|
11159
|
+
[key: string]: unknown;
|
|
11160
|
+
};
|
|
10899
11161
|
object: "client";
|
|
10900
11162
|
phone?: string | null;
|
|
10901
11163
|
reference_id: string | null;
|
|
@@ -10970,6 +11232,10 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10970
11232
|
created_at: string;
|
|
10971
11233
|
duration: string;
|
|
10972
11234
|
id: string;
|
|
11235
|
+
internal_name?: string | null;
|
|
11236
|
+
metadata: {
|
|
11237
|
+
[key: string]: unknown;
|
|
11238
|
+
};
|
|
10973
11239
|
name: string;
|
|
10974
11240
|
object: "service";
|
|
10975
11241
|
provider_notifications: {
|
|
@@ -11129,6 +11395,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11129
11395
|
id: string;
|
|
11130
11396
|
last_name?: string | null;
|
|
11131
11397
|
locale: string;
|
|
11398
|
+
metadata?: {
|
|
11399
|
+
[key: string]: unknown;
|
|
11400
|
+
};
|
|
11132
11401
|
object: "client";
|
|
11133
11402
|
phone?: string | null;
|
|
11134
11403
|
reference_id: string | null;
|
|
@@ -11261,6 +11530,10 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11261
11530
|
created_at: string;
|
|
11262
11531
|
duration: string;
|
|
11263
11532
|
id: string;
|
|
11533
|
+
internal_name?: string | null;
|
|
11534
|
+
metadata: {
|
|
11535
|
+
[key: string]: unknown;
|
|
11536
|
+
};
|
|
11264
11537
|
name: string;
|
|
11265
11538
|
object: "service";
|
|
11266
11539
|
provider_notifications: {
|
|
@@ -11316,6 +11589,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11316
11589
|
id: string;
|
|
11317
11590
|
last_name?: string | null;
|
|
11318
11591
|
locale: string;
|
|
11592
|
+
metadata?: {
|
|
11593
|
+
[key: string]: unknown;
|
|
11594
|
+
};
|
|
11319
11595
|
object: "client";
|
|
11320
11596
|
phone?: string | null;
|
|
11321
11597
|
reference_id: string | null;
|
|
@@ -11390,6 +11666,10 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11390
11666
|
created_at: string;
|
|
11391
11667
|
duration: string;
|
|
11392
11668
|
id: string;
|
|
11669
|
+
internal_name?: string | null;
|
|
11670
|
+
metadata: {
|
|
11671
|
+
[key: string]: unknown;
|
|
11672
|
+
};
|
|
11393
11673
|
name: string;
|
|
11394
11674
|
object: "service";
|
|
11395
11675
|
provider_notifications: {
|
|
@@ -11627,6 +11907,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11627
11907
|
id: string;
|
|
11628
11908
|
last_name?: string | null;
|
|
11629
11909
|
locale: string;
|
|
11910
|
+
metadata?: {
|
|
11911
|
+
[key: string]: unknown;
|
|
11912
|
+
};
|
|
11630
11913
|
object: "client";
|
|
11631
11914
|
phone?: string | null;
|
|
11632
11915
|
reference_id: string | null;
|
|
@@ -11647,6 +11930,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11647
11930
|
id: string;
|
|
11648
11931
|
last_name?: string | null;
|
|
11649
11932
|
locale: string;
|
|
11933
|
+
metadata?: {
|
|
11934
|
+
[key: string]: unknown;
|
|
11935
|
+
};
|
|
11650
11936
|
object: "client";
|
|
11651
11937
|
phone?: string | null;
|
|
11652
11938
|
reference_id: string | null;
|
|
@@ -11718,6 +12004,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11718
12004
|
first_name?: string;
|
|
11719
12005
|
last_name?: string;
|
|
11720
12006
|
locale?: string;
|
|
12007
|
+
metadata?: {
|
|
12008
|
+
[key: string]: unknown;
|
|
12009
|
+
};
|
|
11721
12010
|
phone?: string;
|
|
11722
12011
|
reference_id?: string;
|
|
11723
12012
|
time_zone?: string;
|
|
@@ -11738,6 +12027,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11738
12027
|
id: string;
|
|
11739
12028
|
last_name?: string | null;
|
|
11740
12029
|
locale: string;
|
|
12030
|
+
metadata?: {
|
|
12031
|
+
[key: string]: unknown;
|
|
12032
|
+
};
|
|
11741
12033
|
object: "client";
|
|
11742
12034
|
phone?: string | null;
|
|
11743
12035
|
reference_id: string | null;
|
|
@@ -12540,6 +12832,10 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12540
12832
|
created_at: string;
|
|
12541
12833
|
duration: string;
|
|
12542
12834
|
id: string;
|
|
12835
|
+
internal_name?: string | null;
|
|
12836
|
+
metadata: {
|
|
12837
|
+
[key: string]: unknown;
|
|
12838
|
+
};
|
|
12543
12839
|
name: string;
|
|
12544
12840
|
object: "service";
|
|
12545
12841
|
provider_notifications: {
|
|
@@ -12605,6 +12901,10 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12605
12901
|
created_at: string;
|
|
12606
12902
|
duration: string;
|
|
12607
12903
|
id: string;
|
|
12904
|
+
internal_name?: string | null;
|
|
12905
|
+
metadata: {
|
|
12906
|
+
[key: string]: unknown;
|
|
12907
|
+
};
|
|
12608
12908
|
name: string;
|
|
12609
12909
|
object: "service";
|
|
12610
12910
|
provider_notifications: {
|
|
@@ -12721,6 +13021,10 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12721
13021
|
};
|
|
12722
13022
|
change_policy_text?: string;
|
|
12723
13023
|
duration?: string;
|
|
13024
|
+
internal_name?: string | null;
|
|
13025
|
+
metadata?: {
|
|
13026
|
+
[key: string]: unknown;
|
|
13027
|
+
};
|
|
12724
13028
|
name?: string;
|
|
12725
13029
|
provider_notifications?: {
|
|
12726
13030
|
additional_recipients: string[];
|
|
@@ -12786,6 +13090,10 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12786
13090
|
created_at: string;
|
|
12787
13091
|
duration: string;
|
|
12788
13092
|
id: string;
|
|
13093
|
+
internal_name?: string | null;
|
|
13094
|
+
metadata: {
|
|
13095
|
+
[key: string]: unknown;
|
|
13096
|
+
};
|
|
12789
13097
|
name: string;
|
|
12790
13098
|
object: "service";
|
|
12791
13099
|
provider_notifications: {
|
|
@@ -13150,6 +13458,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13150
13458
|
id: string;
|
|
13151
13459
|
last_name?: string | null;
|
|
13152
13460
|
locale: string;
|
|
13461
|
+
metadata?: {
|
|
13462
|
+
[key: string]: unknown;
|
|
13463
|
+
};
|
|
13153
13464
|
object: "client";
|
|
13154
13465
|
phone?: string | null;
|
|
13155
13466
|
reference_id: string | null;
|
|
@@ -13282,6 +13593,10 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13282
13593
|
created_at: string;
|
|
13283
13594
|
duration: string;
|
|
13284
13595
|
id: string;
|
|
13596
|
+
internal_name?: string | null;
|
|
13597
|
+
metadata: {
|
|
13598
|
+
[key: string]: unknown;
|
|
13599
|
+
};
|
|
13285
13600
|
name: string;
|
|
13286
13601
|
object: "service";
|
|
13287
13602
|
provider_notifications: {
|
|
@@ -13360,6 +13675,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13360
13675
|
id: string;
|
|
13361
13676
|
last_name?: string | null;
|
|
13362
13677
|
locale: string;
|
|
13678
|
+
metadata?: {
|
|
13679
|
+
[key: string]: unknown;
|
|
13680
|
+
};
|
|
13363
13681
|
object: "client";
|
|
13364
13682
|
phone?: string | null;
|
|
13365
13683
|
reference_id: string | null;
|
|
@@ -13492,6 +13810,10 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13492
13810
|
created_at: string;
|
|
13493
13811
|
duration: string;
|
|
13494
13812
|
id: string;
|
|
13813
|
+
internal_name?: string | null;
|
|
13814
|
+
metadata: {
|
|
13815
|
+
[key: string]: unknown;
|
|
13816
|
+
};
|
|
13495
13817
|
name: string;
|
|
13496
13818
|
object: "service";
|
|
13497
13819
|
provider_notifications: {
|
|
@@ -13604,6 +13926,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13604
13926
|
id: string;
|
|
13605
13927
|
last_name?: string | null;
|
|
13606
13928
|
locale: string;
|
|
13929
|
+
metadata?: {
|
|
13930
|
+
[key: string]: unknown;
|
|
13931
|
+
};
|
|
13607
13932
|
object: "client";
|
|
13608
13933
|
phone?: string | null;
|
|
13609
13934
|
reference_id: string | null;
|
|
@@ -13736,6 +14061,10 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13736
14061
|
created_at: string;
|
|
13737
14062
|
duration: string;
|
|
13738
14063
|
id: string;
|
|
14064
|
+
internal_name?: string | null;
|
|
14065
|
+
metadata: {
|
|
14066
|
+
[key: string]: unknown;
|
|
14067
|
+
};
|
|
13739
14068
|
name: string;
|
|
13740
14069
|
object: "service";
|
|
13741
14070
|
provider_notifications: {
|
|
@@ -13820,6 +14149,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13820
14149
|
id: string;
|
|
13821
14150
|
last_name?: string | null;
|
|
13822
14151
|
locale: string;
|
|
14152
|
+
metadata?: {
|
|
14153
|
+
[key: string]: unknown;
|
|
14154
|
+
};
|
|
13823
14155
|
object: "client";
|
|
13824
14156
|
phone?: string | null;
|
|
13825
14157
|
reference_id: string | null;
|
|
@@ -13952,6 +14284,10 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13952
14284
|
created_at: string;
|
|
13953
14285
|
duration: string;
|
|
13954
14286
|
id: string;
|
|
14287
|
+
internal_name?: string | null;
|
|
14288
|
+
metadata: {
|
|
14289
|
+
[key: string]: unknown;
|
|
14290
|
+
};
|
|
13955
14291
|
name: string;
|
|
13956
14292
|
object: "service";
|
|
13957
14293
|
provider_notifications: {
|
|
@@ -14023,6 +14359,20 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
14023
14359
|
};
|
|
14024
14360
|
};
|
|
14025
14361
|
};
|
|
14362
|
+
403: {
|
|
14363
|
+
headers: {
|
|
14364
|
+
[name: string]: unknown;
|
|
14365
|
+
};
|
|
14366
|
+
content: {
|
|
14367
|
+
"application/json": {
|
|
14368
|
+
errors: {
|
|
14369
|
+
detail: string;
|
|
14370
|
+
status?: string;
|
|
14371
|
+
title?: string;
|
|
14372
|
+
}[];
|
|
14373
|
+
};
|
|
14374
|
+
};
|
|
14375
|
+
};
|
|
14026
14376
|
422: {
|
|
14027
14377
|
headers: {
|
|
14028
14378
|
[name: string]: unknown;
|
|
@@ -14272,6 +14622,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14272
14622
|
id: string;
|
|
14273
14623
|
last_name?: string | null;
|
|
14274
14624
|
locale: string;
|
|
14625
|
+
metadata?: {
|
|
14626
|
+
[key: string]: unknown;
|
|
14627
|
+
};
|
|
14275
14628
|
object: "client";
|
|
14276
14629
|
phone?: string | null;
|
|
14277
14630
|
reference_id: string | null;
|
|
@@ -14404,6 +14757,10 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14404
14757
|
created_at: string;
|
|
14405
14758
|
duration: string;
|
|
14406
14759
|
id: string;
|
|
14760
|
+
internal_name?: string | null;
|
|
14761
|
+
metadata: {
|
|
14762
|
+
[key: string]: unknown;
|
|
14763
|
+
};
|
|
14407
14764
|
name: string;
|
|
14408
14765
|
object: "service";
|
|
14409
14766
|
provider_notifications: {
|
|
@@ -14459,6 +14816,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14459
14816
|
id: string;
|
|
14460
14817
|
last_name?: string | null;
|
|
14461
14818
|
locale: string;
|
|
14819
|
+
metadata?: {
|
|
14820
|
+
[key: string]: unknown;
|
|
14821
|
+
};
|
|
14462
14822
|
object: "client";
|
|
14463
14823
|
phone?: string | null;
|
|
14464
14824
|
reference_id: string | null;
|
|
@@ -14533,6 +14893,10 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14533
14893
|
created_at: string;
|
|
14534
14894
|
duration: string;
|
|
14535
14895
|
id: string;
|
|
14896
|
+
internal_name?: string | null;
|
|
14897
|
+
metadata: {
|
|
14898
|
+
[key: string]: unknown;
|
|
14899
|
+
};
|
|
14536
14900
|
name: string;
|
|
14537
14901
|
object: "service";
|
|
14538
14902
|
provider_notifications: {
|
|
@@ -14605,6 +14969,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14605
14969
|
id: string;
|
|
14606
14970
|
last_name?: string | null;
|
|
14607
14971
|
locale: string;
|
|
14972
|
+
metadata?: {
|
|
14973
|
+
[key: string]: unknown;
|
|
14974
|
+
};
|
|
14608
14975
|
object: "client";
|
|
14609
14976
|
phone?: string | null;
|
|
14610
14977
|
reference_id: string | null;
|
|
@@ -14737,6 +15104,10 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14737
15104
|
created_at: string;
|
|
14738
15105
|
duration: string;
|
|
14739
15106
|
id: string;
|
|
15107
|
+
internal_name?: string | null;
|
|
15108
|
+
metadata: {
|
|
15109
|
+
[key: string]: unknown;
|
|
15110
|
+
};
|
|
14740
15111
|
name: string;
|
|
14741
15112
|
object: "service";
|
|
14742
15113
|
provider_notifications: {
|
|
@@ -14792,6 +15163,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14792
15163
|
id: string;
|
|
14793
15164
|
last_name?: string | null;
|
|
14794
15165
|
locale: string;
|
|
15166
|
+
metadata?: {
|
|
15167
|
+
[key: string]: unknown;
|
|
15168
|
+
};
|
|
14795
15169
|
object: "client";
|
|
14796
15170
|
phone?: string | null;
|
|
14797
15171
|
reference_id: string | null;
|
|
@@ -14866,6 +15240,10 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14866
15240
|
created_at: string;
|
|
14867
15241
|
duration: string;
|
|
14868
15242
|
id: string;
|
|
15243
|
+
internal_name?: string | null;
|
|
15244
|
+
metadata: {
|
|
15245
|
+
[key: string]: unknown;
|
|
15246
|
+
};
|
|
14869
15247
|
name: string;
|
|
14870
15248
|
object: "service";
|
|
14871
15249
|
provider_notifications: {
|
|
@@ -14968,6 +15346,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
14968
15346
|
id: string;
|
|
14969
15347
|
last_name?: string | null;
|
|
14970
15348
|
locale: string;
|
|
15349
|
+
metadata?: {
|
|
15350
|
+
[key: string]: unknown;
|
|
15351
|
+
};
|
|
14971
15352
|
object: "client";
|
|
14972
15353
|
phone?: string | null;
|
|
14973
15354
|
reference_id: string | null;
|
|
@@ -15100,6 +15481,10 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15100
15481
|
created_at: string;
|
|
15101
15482
|
duration: string;
|
|
15102
15483
|
id: string;
|
|
15484
|
+
internal_name?: string | null;
|
|
15485
|
+
metadata: {
|
|
15486
|
+
[key: string]: unknown;
|
|
15487
|
+
};
|
|
15103
15488
|
name: string;
|
|
15104
15489
|
object: "service";
|
|
15105
15490
|
provider_notifications: {
|
|
@@ -15155,6 +15540,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15155
15540
|
id: string;
|
|
15156
15541
|
last_name?: string | null;
|
|
15157
15542
|
locale: string;
|
|
15543
|
+
metadata?: {
|
|
15544
|
+
[key: string]: unknown;
|
|
15545
|
+
};
|
|
15158
15546
|
object: "client";
|
|
15159
15547
|
phone?: string | null;
|
|
15160
15548
|
reference_id: string | null;
|
|
@@ -15229,6 +15617,10 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15229
15617
|
created_at: string;
|
|
15230
15618
|
duration: string;
|
|
15231
15619
|
id: string;
|
|
15620
|
+
internal_name?: string | null;
|
|
15621
|
+
metadata: {
|
|
15622
|
+
[key: string]: unknown;
|
|
15623
|
+
};
|
|
15232
15624
|
name: string;
|
|
15233
15625
|
object: "service";
|
|
15234
15626
|
provider_notifications: {
|
|
@@ -15307,6 +15699,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15307
15699
|
id: string;
|
|
15308
15700
|
last_name?: string | null;
|
|
15309
15701
|
locale: string;
|
|
15702
|
+
metadata?: {
|
|
15703
|
+
[key: string]: unknown;
|
|
15704
|
+
};
|
|
15310
15705
|
object: "client";
|
|
15311
15706
|
phone?: string | null;
|
|
15312
15707
|
reference_id: string | null;
|
|
@@ -15439,6 +15834,10 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15439
15834
|
created_at: string;
|
|
15440
15835
|
duration: string;
|
|
15441
15836
|
id: string;
|
|
15837
|
+
internal_name?: string | null;
|
|
15838
|
+
metadata: {
|
|
15839
|
+
[key: string]: unknown;
|
|
15840
|
+
};
|
|
15442
15841
|
name: string;
|
|
15443
15842
|
object: "service";
|
|
15444
15843
|
provider_notifications: {
|
|
@@ -15494,6 +15893,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15494
15893
|
id: string;
|
|
15495
15894
|
last_name?: string | null;
|
|
15496
15895
|
locale: string;
|
|
15896
|
+
metadata?: {
|
|
15897
|
+
[key: string]: unknown;
|
|
15898
|
+
};
|
|
15497
15899
|
object: "client";
|
|
15498
15900
|
phone?: string | null;
|
|
15499
15901
|
reference_id: string | null;
|
|
@@ -15568,6 +15970,10 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15568
15970
|
created_at: string;
|
|
15569
15971
|
duration: string;
|
|
15570
15972
|
id: string;
|
|
15973
|
+
internal_name?: string | null;
|
|
15974
|
+
metadata: {
|
|
15975
|
+
[key: string]: unknown;
|
|
15976
|
+
};
|
|
15571
15977
|
name: string;
|
|
15572
15978
|
object: "service";
|
|
15573
15979
|
provider_notifications: {
|
|
@@ -15767,6 +16173,9 @@ declare const useClient: (client_id: ClientParams["path"]["client_id"], options?
|
|
|
15767
16173
|
id: string;
|
|
15768
16174
|
last_name?: string | null;
|
|
15769
16175
|
locale: string;
|
|
16176
|
+
metadata?: {
|
|
16177
|
+
[key: string]: unknown;
|
|
16178
|
+
};
|
|
15770
16179
|
object: "client";
|
|
15771
16180
|
phone?: string | null;
|
|
15772
16181
|
reference_id: string | null;
|
|
@@ -15787,6 +16196,9 @@ declare const useClient: (client_id: ClientParams["path"]["client_id"], options?
|
|
|
15787
16196
|
id: string;
|
|
15788
16197
|
last_name?: string | null;
|
|
15789
16198
|
locale: string;
|
|
16199
|
+
metadata?: {
|
|
16200
|
+
[key: string]: unknown;
|
|
16201
|
+
};
|
|
15790
16202
|
object: "client";
|
|
15791
16203
|
phone?: string | null;
|
|
15792
16204
|
reference_id: string | null;
|
|
@@ -15837,6 +16249,9 @@ declare const useClients: (queryParams?: ClientsParams["query"], options?: Optio
|
|
|
15837
16249
|
id: string;
|
|
15838
16250
|
last_name?: string | null;
|
|
15839
16251
|
locale: string;
|
|
16252
|
+
metadata?: {
|
|
16253
|
+
[key: string]: unknown;
|
|
16254
|
+
};
|
|
15840
16255
|
object: "client";
|
|
15841
16256
|
phone?: string | null;
|
|
15842
16257
|
reference_id: string | null;
|
|
@@ -15863,6 +16278,9 @@ declare const useClients: (queryParams?: ClientsParams["query"], options?: Optio
|
|
|
15863
16278
|
id: string;
|
|
15864
16279
|
last_name?: string | null;
|
|
15865
16280
|
locale: string;
|
|
16281
|
+
metadata?: {
|
|
16282
|
+
[key: string]: unknown;
|
|
16283
|
+
};
|
|
15866
16284
|
object: "client";
|
|
15867
16285
|
phone?: string | null;
|
|
15868
16286
|
reference_id: string | null;
|
|
@@ -16980,6 +17398,10 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
16980
17398
|
created_at: string;
|
|
16981
17399
|
duration: string;
|
|
16982
17400
|
id: string;
|
|
17401
|
+
internal_name?: string | null;
|
|
17402
|
+
metadata: {
|
|
17403
|
+
[key: string]: unknown;
|
|
17404
|
+
};
|
|
16983
17405
|
name: string;
|
|
16984
17406
|
object: "service";
|
|
16985
17407
|
provider_notifications: {
|
|
@@ -17045,6 +17467,10 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
17045
17467
|
created_at: string;
|
|
17046
17468
|
duration: string;
|
|
17047
17469
|
id: string;
|
|
17470
|
+
internal_name?: string | null;
|
|
17471
|
+
metadata: {
|
|
17472
|
+
[key: string]: unknown;
|
|
17473
|
+
};
|
|
17048
17474
|
name: string;
|
|
17049
17475
|
object: "service";
|
|
17050
17476
|
provider_notifications: {
|
|
@@ -17363,6 +17789,10 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
17363
17789
|
created_at: string;
|
|
17364
17790
|
duration: string;
|
|
17365
17791
|
id: string;
|
|
17792
|
+
internal_name?: string | null;
|
|
17793
|
+
metadata: {
|
|
17794
|
+
[key: string]: unknown;
|
|
17795
|
+
};
|
|
17366
17796
|
name: string;
|
|
17367
17797
|
object: "service";
|
|
17368
17798
|
provider_notifications: {
|
|
@@ -17434,6 +17864,10 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
17434
17864
|
created_at: string;
|
|
17435
17865
|
duration: string;
|
|
17436
17866
|
id: string;
|
|
17867
|
+
internal_name?: string | null;
|
|
17868
|
+
metadata: {
|
|
17869
|
+
[key: string]: unknown;
|
|
17870
|
+
};
|
|
17437
17871
|
name: string;
|
|
17438
17872
|
object: "service";
|
|
17439
17873
|
provider_notifications: {
|