@savvycal/appointments-react-query 0.3.5 → 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 +374 -0
- package/dist/index.d.ts +374 -0
- package/package.json +2 -2
package/dist/index.d.ts
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;
|
|
@@ -213,6 +216,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
213
216
|
duration: string;
|
|
214
217
|
id: string;
|
|
215
218
|
internal_name?: string | null;
|
|
219
|
+
metadata: {
|
|
220
|
+
[key: string]: unknown;
|
|
221
|
+
};
|
|
216
222
|
name: string;
|
|
217
223
|
object: "service";
|
|
218
224
|
provider_notifications: {
|
|
@@ -268,6 +274,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
268
274
|
id: string;
|
|
269
275
|
last_name?: string | null;
|
|
270
276
|
locale: string;
|
|
277
|
+
metadata?: {
|
|
278
|
+
[key: string]: unknown;
|
|
279
|
+
};
|
|
271
280
|
object: "client";
|
|
272
281
|
phone?: string | null;
|
|
273
282
|
reference_id: string | null;
|
|
@@ -343,6 +352,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
343
352
|
duration: string;
|
|
344
353
|
id: string;
|
|
345
354
|
internal_name?: string | null;
|
|
355
|
+
metadata: {
|
|
356
|
+
[key: string]: unknown;
|
|
357
|
+
};
|
|
346
358
|
name: string;
|
|
347
359
|
object: "service";
|
|
348
360
|
provider_notifications: {
|
|
@@ -415,6 +427,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
415
427
|
id: string;
|
|
416
428
|
last_name?: string | null;
|
|
417
429
|
locale: string;
|
|
430
|
+
metadata?: {
|
|
431
|
+
[key: string]: unknown;
|
|
432
|
+
};
|
|
418
433
|
object: "client";
|
|
419
434
|
phone?: string | null;
|
|
420
435
|
reference_id: string | null;
|
|
@@ -548,6 +563,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
548
563
|
duration: string;
|
|
549
564
|
id: string;
|
|
550
565
|
internal_name?: string | null;
|
|
566
|
+
metadata: {
|
|
567
|
+
[key: string]: unknown;
|
|
568
|
+
};
|
|
551
569
|
name: string;
|
|
552
570
|
object: "service";
|
|
553
571
|
provider_notifications: {
|
|
@@ -603,6 +621,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
603
621
|
id: string;
|
|
604
622
|
last_name?: string | null;
|
|
605
623
|
locale: string;
|
|
624
|
+
metadata?: {
|
|
625
|
+
[key: string]: unknown;
|
|
626
|
+
};
|
|
606
627
|
object: "client";
|
|
607
628
|
phone?: string | null;
|
|
608
629
|
reference_id: string | null;
|
|
@@ -678,6 +699,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
678
699
|
duration: string;
|
|
679
700
|
id: string;
|
|
680
701
|
internal_name?: string | null;
|
|
702
|
+
metadata: {
|
|
703
|
+
[key: string]: unknown;
|
|
704
|
+
};
|
|
681
705
|
name: string;
|
|
682
706
|
object: "service";
|
|
683
707
|
provider_notifications: {
|
|
@@ -809,6 +833,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
809
833
|
id: string;
|
|
810
834
|
last_name?: string | null;
|
|
811
835
|
locale: string;
|
|
836
|
+
metadata?: {
|
|
837
|
+
[key: string]: unknown;
|
|
838
|
+
};
|
|
812
839
|
object: "client";
|
|
813
840
|
phone?: string | null;
|
|
814
841
|
reference_id: string | null;
|
|
@@ -942,6 +969,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
942
969
|
duration: string;
|
|
943
970
|
id: string;
|
|
944
971
|
internal_name?: string | null;
|
|
972
|
+
metadata: {
|
|
973
|
+
[key: string]: unknown;
|
|
974
|
+
};
|
|
945
975
|
name: string;
|
|
946
976
|
object: "service";
|
|
947
977
|
provider_notifications: {
|
|
@@ -997,6 +1027,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
997
1027
|
id: string;
|
|
998
1028
|
last_name?: string | null;
|
|
999
1029
|
locale: string;
|
|
1030
|
+
metadata?: {
|
|
1031
|
+
[key: string]: unknown;
|
|
1032
|
+
};
|
|
1000
1033
|
object: "client";
|
|
1001
1034
|
phone?: string | null;
|
|
1002
1035
|
reference_id: string | null;
|
|
@@ -1072,6 +1105,9 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
1072
1105
|
duration: string;
|
|
1073
1106
|
id: string;
|
|
1074
1107
|
internal_name?: string | null;
|
|
1108
|
+
metadata: {
|
|
1109
|
+
[key: string]: unknown;
|
|
1110
|
+
};
|
|
1075
1111
|
name: string;
|
|
1076
1112
|
object: "service";
|
|
1077
1113
|
provider_notifications: {
|
|
@@ -1371,6 +1407,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1371
1407
|
id: string;
|
|
1372
1408
|
last_name?: string | null;
|
|
1373
1409
|
locale: string;
|
|
1410
|
+
metadata?: {
|
|
1411
|
+
[key: string]: unknown;
|
|
1412
|
+
};
|
|
1374
1413
|
object: "client";
|
|
1375
1414
|
phone?: string | null;
|
|
1376
1415
|
reference_id: string | null;
|
|
@@ -1504,6 +1543,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1504
1543
|
duration: string;
|
|
1505
1544
|
id: string;
|
|
1506
1545
|
internal_name?: string | null;
|
|
1546
|
+
metadata: {
|
|
1547
|
+
[key: string]: unknown;
|
|
1548
|
+
};
|
|
1507
1549
|
name: string;
|
|
1508
1550
|
object: "service";
|
|
1509
1551
|
provider_notifications: {
|
|
@@ -1582,6 +1624,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1582
1624
|
id: string;
|
|
1583
1625
|
last_name?: string | null;
|
|
1584
1626
|
locale: string;
|
|
1627
|
+
metadata?: {
|
|
1628
|
+
[key: string]: unknown;
|
|
1629
|
+
};
|
|
1585
1630
|
object: "client";
|
|
1586
1631
|
phone?: string | null;
|
|
1587
1632
|
reference_id: string | null;
|
|
@@ -1715,6 +1760,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1715
1760
|
duration: string;
|
|
1716
1761
|
id: string;
|
|
1717
1762
|
internal_name?: string | null;
|
|
1763
|
+
metadata: {
|
|
1764
|
+
[key: string]: unknown;
|
|
1765
|
+
};
|
|
1718
1766
|
name: string;
|
|
1719
1767
|
object: "service";
|
|
1720
1768
|
provider_notifications: {
|
|
@@ -1847,6 +1895,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1847
1895
|
id: string;
|
|
1848
1896
|
last_name?: string | null;
|
|
1849
1897
|
locale: string;
|
|
1898
|
+
metadata?: {
|
|
1899
|
+
[key: string]: unknown;
|
|
1900
|
+
};
|
|
1850
1901
|
object: "client";
|
|
1851
1902
|
phone?: string | null;
|
|
1852
1903
|
reference_id: string | null;
|
|
@@ -1980,6 +2031,9 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1980
2031
|
duration: string;
|
|
1981
2032
|
id: string;
|
|
1982
2033
|
internal_name?: string | null;
|
|
2034
|
+
metadata: {
|
|
2035
|
+
[key: string]: unknown;
|
|
2036
|
+
};
|
|
1983
2037
|
name: string;
|
|
1984
2038
|
object: "service";
|
|
1985
2039
|
provider_notifications: {
|
|
@@ -2258,6 +2312,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2258
2312
|
id: string;
|
|
2259
2313
|
last_name?: string | null;
|
|
2260
2314
|
locale: string;
|
|
2315
|
+
metadata?: {
|
|
2316
|
+
[key: string]: unknown;
|
|
2317
|
+
};
|
|
2261
2318
|
object: "client";
|
|
2262
2319
|
phone?: string | null;
|
|
2263
2320
|
reference_id: string | null;
|
|
@@ -2391,6 +2448,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2391
2448
|
duration: string;
|
|
2392
2449
|
id: string;
|
|
2393
2450
|
internal_name?: string | null;
|
|
2451
|
+
metadata: {
|
|
2452
|
+
[key: string]: unknown;
|
|
2453
|
+
};
|
|
2394
2454
|
name: string;
|
|
2395
2455
|
object: "service";
|
|
2396
2456
|
provider_notifications: {
|
|
@@ -2446,6 +2506,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2446
2506
|
id: string;
|
|
2447
2507
|
last_name?: string | null;
|
|
2448
2508
|
locale: string;
|
|
2509
|
+
metadata?: {
|
|
2510
|
+
[key: string]: unknown;
|
|
2511
|
+
};
|
|
2449
2512
|
object: "client";
|
|
2450
2513
|
phone?: string | null;
|
|
2451
2514
|
reference_id: string | null;
|
|
@@ -2521,6 +2584,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2521
2584
|
duration: string;
|
|
2522
2585
|
id: string;
|
|
2523
2586
|
internal_name?: string | null;
|
|
2587
|
+
metadata: {
|
|
2588
|
+
[key: string]: unknown;
|
|
2589
|
+
};
|
|
2524
2590
|
name: string;
|
|
2525
2591
|
object: "service";
|
|
2526
2592
|
provider_notifications: {
|
|
@@ -2593,6 +2659,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2593
2659
|
id: string;
|
|
2594
2660
|
last_name?: string | null;
|
|
2595
2661
|
locale: string;
|
|
2662
|
+
metadata?: {
|
|
2663
|
+
[key: string]: unknown;
|
|
2664
|
+
};
|
|
2596
2665
|
object: "client";
|
|
2597
2666
|
phone?: string | null;
|
|
2598
2667
|
reference_id: string | null;
|
|
@@ -2726,6 +2795,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2726
2795
|
duration: string;
|
|
2727
2796
|
id: string;
|
|
2728
2797
|
internal_name?: string | null;
|
|
2798
|
+
metadata: {
|
|
2799
|
+
[key: string]: unknown;
|
|
2800
|
+
};
|
|
2729
2801
|
name: string;
|
|
2730
2802
|
object: "service";
|
|
2731
2803
|
provider_notifications: {
|
|
@@ -2781,6 +2853,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2781
2853
|
id: string;
|
|
2782
2854
|
last_name?: string | null;
|
|
2783
2855
|
locale: string;
|
|
2856
|
+
metadata?: {
|
|
2857
|
+
[key: string]: unknown;
|
|
2858
|
+
};
|
|
2784
2859
|
object: "client";
|
|
2785
2860
|
phone?: string | null;
|
|
2786
2861
|
reference_id: string | null;
|
|
@@ -2856,6 +2931,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2856
2931
|
duration: string;
|
|
2857
2932
|
id: string;
|
|
2858
2933
|
internal_name?: string | null;
|
|
2934
|
+
metadata: {
|
|
2935
|
+
[key: string]: unknown;
|
|
2936
|
+
};
|
|
2859
2937
|
name: string;
|
|
2860
2938
|
object: "service";
|
|
2861
2939
|
provider_notifications: {
|
|
@@ -3011,6 +3089,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3011
3089
|
id: string;
|
|
3012
3090
|
last_name?: string | null;
|
|
3013
3091
|
locale: string;
|
|
3092
|
+
metadata?: {
|
|
3093
|
+
[key: string]: unknown;
|
|
3094
|
+
};
|
|
3014
3095
|
object: "client";
|
|
3015
3096
|
phone?: string | null;
|
|
3016
3097
|
reference_id: string | null;
|
|
@@ -3144,6 +3225,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3144
3225
|
duration: string;
|
|
3145
3226
|
id: string;
|
|
3146
3227
|
internal_name?: string | null;
|
|
3228
|
+
metadata: {
|
|
3229
|
+
[key: string]: unknown;
|
|
3230
|
+
};
|
|
3147
3231
|
name: string;
|
|
3148
3232
|
object: "service";
|
|
3149
3233
|
provider_notifications: {
|
|
@@ -3199,6 +3283,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3199
3283
|
id: string;
|
|
3200
3284
|
last_name?: string | null;
|
|
3201
3285
|
locale: string;
|
|
3286
|
+
metadata?: {
|
|
3287
|
+
[key: string]: unknown;
|
|
3288
|
+
};
|
|
3202
3289
|
object: "client";
|
|
3203
3290
|
phone?: string | null;
|
|
3204
3291
|
reference_id: string | null;
|
|
@@ -3274,6 +3361,9 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3274
3361
|
duration: string;
|
|
3275
3362
|
id: string;
|
|
3276
3363
|
internal_name?: string | null;
|
|
3364
|
+
metadata: {
|
|
3365
|
+
[key: string]: unknown;
|
|
3366
|
+
};
|
|
3277
3367
|
name: string;
|
|
3278
3368
|
object: "service";
|
|
3279
3369
|
provider_notifications: {
|
|
@@ -3593,6 +3683,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3593
3683
|
id: string;
|
|
3594
3684
|
last_name?: string | null;
|
|
3595
3685
|
locale: string;
|
|
3686
|
+
metadata?: {
|
|
3687
|
+
[key: string]: unknown;
|
|
3688
|
+
};
|
|
3596
3689
|
object: "client";
|
|
3597
3690
|
phone?: string | null;
|
|
3598
3691
|
reference_id: string | null;
|
|
@@ -3726,6 +3819,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3726
3819
|
duration: string;
|
|
3727
3820
|
id: string;
|
|
3728
3821
|
internal_name?: string | null;
|
|
3822
|
+
metadata: {
|
|
3823
|
+
[key: string]: unknown;
|
|
3824
|
+
};
|
|
3729
3825
|
name: string;
|
|
3730
3826
|
object: "service";
|
|
3731
3827
|
provider_notifications: {
|
|
@@ -3804,6 +3900,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3804
3900
|
id: string;
|
|
3805
3901
|
last_name?: string | null;
|
|
3806
3902
|
locale: string;
|
|
3903
|
+
metadata?: {
|
|
3904
|
+
[key: string]: unknown;
|
|
3905
|
+
};
|
|
3807
3906
|
object: "client";
|
|
3808
3907
|
phone?: string | null;
|
|
3809
3908
|
reference_id: string | null;
|
|
@@ -3937,6 +4036,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3937
4036
|
duration: string;
|
|
3938
4037
|
id: string;
|
|
3939
4038
|
internal_name?: string | null;
|
|
4039
|
+
metadata: {
|
|
4040
|
+
[key: string]: unknown;
|
|
4041
|
+
};
|
|
3940
4042
|
name: string;
|
|
3941
4043
|
object: "service";
|
|
3942
4044
|
provider_notifications: {
|
|
@@ -4067,6 +4169,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
4067
4169
|
id: string;
|
|
4068
4170
|
last_name?: string | null;
|
|
4069
4171
|
locale: string;
|
|
4172
|
+
metadata?: {
|
|
4173
|
+
[key: string]: unknown;
|
|
4174
|
+
};
|
|
4070
4175
|
object: "client";
|
|
4071
4176
|
phone?: string | null;
|
|
4072
4177
|
reference_id: string | null;
|
|
@@ -4200,6 +4305,9 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
4200
4305
|
duration: string;
|
|
4201
4306
|
id: string;
|
|
4202
4307
|
internal_name?: string | null;
|
|
4308
|
+
metadata: {
|
|
4309
|
+
[key: string]: unknown;
|
|
4310
|
+
};
|
|
4203
4311
|
name: string;
|
|
4204
4312
|
object: "service";
|
|
4205
4313
|
provider_notifications: {
|
|
@@ -4631,6 +4739,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4631
4739
|
id: string;
|
|
4632
4740
|
last_name?: string | null;
|
|
4633
4741
|
locale: string;
|
|
4742
|
+
metadata?: {
|
|
4743
|
+
[key: string]: unknown;
|
|
4744
|
+
};
|
|
4634
4745
|
object: "client";
|
|
4635
4746
|
phone?: string | null;
|
|
4636
4747
|
reference_id: string | null;
|
|
@@ -4764,6 +4875,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4764
4875
|
duration: string;
|
|
4765
4876
|
id: string;
|
|
4766
4877
|
internal_name?: string | null;
|
|
4878
|
+
metadata: {
|
|
4879
|
+
[key: string]: unknown;
|
|
4880
|
+
};
|
|
4767
4881
|
name: string;
|
|
4768
4882
|
object: "service";
|
|
4769
4883
|
provider_notifications: {
|
|
@@ -4842,6 +4956,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4842
4956
|
id: string;
|
|
4843
4957
|
last_name?: string | null;
|
|
4844
4958
|
locale: string;
|
|
4959
|
+
metadata?: {
|
|
4960
|
+
[key: string]: unknown;
|
|
4961
|
+
};
|
|
4845
4962
|
object: "client";
|
|
4846
4963
|
phone?: string | null;
|
|
4847
4964
|
reference_id: string | null;
|
|
@@ -4975,6 +5092,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4975
5092
|
duration: string;
|
|
4976
5093
|
id: string;
|
|
4977
5094
|
internal_name?: string | null;
|
|
5095
|
+
metadata: {
|
|
5096
|
+
[key: string]: unknown;
|
|
5097
|
+
};
|
|
4978
5098
|
name: string;
|
|
4979
5099
|
object: "service";
|
|
4980
5100
|
provider_notifications: {
|
|
@@ -5118,6 +5238,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
5118
5238
|
id: string;
|
|
5119
5239
|
last_name?: string | null;
|
|
5120
5240
|
locale: string;
|
|
5241
|
+
metadata?: {
|
|
5242
|
+
[key: string]: unknown;
|
|
5243
|
+
};
|
|
5121
5244
|
object: "client";
|
|
5122
5245
|
phone?: string | null;
|
|
5123
5246
|
reference_id: string | null;
|
|
@@ -5251,6 +5374,9 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
5251
5374
|
duration: string;
|
|
5252
5375
|
id: string;
|
|
5253
5376
|
internal_name?: string | null;
|
|
5377
|
+
metadata: {
|
|
5378
|
+
[key: string]: unknown;
|
|
5379
|
+
};
|
|
5254
5380
|
name: string;
|
|
5255
5381
|
object: "service";
|
|
5256
5382
|
provider_notifications: {
|
|
@@ -5559,6 +5685,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5559
5685
|
id: string;
|
|
5560
5686
|
last_name?: string | null;
|
|
5561
5687
|
locale: string;
|
|
5688
|
+
metadata?: {
|
|
5689
|
+
[key: string]: unknown;
|
|
5690
|
+
};
|
|
5562
5691
|
object: "client";
|
|
5563
5692
|
phone?: string | null;
|
|
5564
5693
|
reference_id: string | null;
|
|
@@ -5692,6 +5821,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5692
5821
|
duration: string;
|
|
5693
5822
|
id: string;
|
|
5694
5823
|
internal_name?: string | null;
|
|
5824
|
+
metadata: {
|
|
5825
|
+
[key: string]: unknown;
|
|
5826
|
+
};
|
|
5695
5827
|
name: string;
|
|
5696
5828
|
object: "service";
|
|
5697
5829
|
provider_notifications: {
|
|
@@ -5747,6 +5879,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5747
5879
|
id: string;
|
|
5748
5880
|
last_name?: string | null;
|
|
5749
5881
|
locale: string;
|
|
5882
|
+
metadata?: {
|
|
5883
|
+
[key: string]: unknown;
|
|
5884
|
+
};
|
|
5750
5885
|
object: "client";
|
|
5751
5886
|
phone?: string | null;
|
|
5752
5887
|
reference_id: string | null;
|
|
@@ -5822,6 +5957,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5822
5957
|
duration: string;
|
|
5823
5958
|
id: string;
|
|
5824
5959
|
internal_name?: string | null;
|
|
5960
|
+
metadata: {
|
|
5961
|
+
[key: string]: unknown;
|
|
5962
|
+
};
|
|
5825
5963
|
name: string;
|
|
5826
5964
|
object: "service";
|
|
5827
5965
|
provider_notifications: {
|
|
@@ -5894,6 +6032,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5894
6032
|
id: string;
|
|
5895
6033
|
last_name?: string | null;
|
|
5896
6034
|
locale: string;
|
|
6035
|
+
metadata?: {
|
|
6036
|
+
[key: string]: unknown;
|
|
6037
|
+
};
|
|
5897
6038
|
object: "client";
|
|
5898
6039
|
phone?: string | null;
|
|
5899
6040
|
reference_id: string | null;
|
|
@@ -6027,6 +6168,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6027
6168
|
duration: string;
|
|
6028
6169
|
id: string;
|
|
6029
6170
|
internal_name?: string | null;
|
|
6171
|
+
metadata: {
|
|
6172
|
+
[key: string]: unknown;
|
|
6173
|
+
};
|
|
6030
6174
|
name: string;
|
|
6031
6175
|
object: "service";
|
|
6032
6176
|
provider_notifications: {
|
|
@@ -6082,6 +6226,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6082
6226
|
id: string;
|
|
6083
6227
|
last_name?: string | null;
|
|
6084
6228
|
locale: string;
|
|
6229
|
+
metadata?: {
|
|
6230
|
+
[key: string]: unknown;
|
|
6231
|
+
};
|
|
6085
6232
|
object: "client";
|
|
6086
6233
|
phone?: string | null;
|
|
6087
6234
|
reference_id: string | null;
|
|
@@ -6157,6 +6304,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6157
6304
|
duration: string;
|
|
6158
6305
|
id: string;
|
|
6159
6306
|
internal_name?: string | null;
|
|
6307
|
+
metadata: {
|
|
6308
|
+
[key: string]: unknown;
|
|
6309
|
+
};
|
|
6160
6310
|
name: string;
|
|
6161
6311
|
object: "service";
|
|
6162
6312
|
provider_notifications: {
|
|
@@ -6314,6 +6464,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6314
6464
|
id: string;
|
|
6315
6465
|
last_name?: string | null;
|
|
6316
6466
|
locale: string;
|
|
6467
|
+
metadata?: {
|
|
6468
|
+
[key: string]: unknown;
|
|
6469
|
+
};
|
|
6317
6470
|
object: "client";
|
|
6318
6471
|
phone?: string | null;
|
|
6319
6472
|
reference_id: string | null;
|
|
@@ -6447,6 +6600,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6447
6600
|
duration: string;
|
|
6448
6601
|
id: string;
|
|
6449
6602
|
internal_name?: string | null;
|
|
6603
|
+
metadata: {
|
|
6604
|
+
[key: string]: unknown;
|
|
6605
|
+
};
|
|
6450
6606
|
name: string;
|
|
6451
6607
|
object: "service";
|
|
6452
6608
|
provider_notifications: {
|
|
@@ -6502,6 +6658,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6502
6658
|
id: string;
|
|
6503
6659
|
last_name?: string | null;
|
|
6504
6660
|
locale: string;
|
|
6661
|
+
metadata?: {
|
|
6662
|
+
[key: string]: unknown;
|
|
6663
|
+
};
|
|
6505
6664
|
object: "client";
|
|
6506
6665
|
phone?: string | null;
|
|
6507
6666
|
reference_id: string | null;
|
|
@@ -6577,6 +6736,9 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6577
6736
|
duration: string;
|
|
6578
6737
|
id: string;
|
|
6579
6738
|
internal_name?: string | null;
|
|
6739
|
+
metadata: {
|
|
6740
|
+
[key: string]: unknown;
|
|
6741
|
+
};
|
|
6580
6742
|
name: string;
|
|
6581
6743
|
object: "service";
|
|
6582
6744
|
provider_notifications: {
|
|
@@ -6786,6 +6948,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6786
6948
|
id: string;
|
|
6787
6949
|
last_name?: string | null;
|
|
6788
6950
|
locale: string;
|
|
6951
|
+
metadata?: {
|
|
6952
|
+
[key: string]: unknown;
|
|
6953
|
+
};
|
|
6789
6954
|
object: "client";
|
|
6790
6955
|
phone?: string | null;
|
|
6791
6956
|
reference_id: string | null;
|
|
@@ -6806,6 +6971,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6806
6971
|
id: string;
|
|
6807
6972
|
last_name?: string | null;
|
|
6808
6973
|
locale: string;
|
|
6974
|
+
metadata?: {
|
|
6975
|
+
[key: string]: unknown;
|
|
6976
|
+
};
|
|
6809
6977
|
object: "client";
|
|
6810
6978
|
phone?: string | null;
|
|
6811
6979
|
reference_id: string | null;
|
|
@@ -6862,6 +7030,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6862
7030
|
first_name: string;
|
|
6863
7031
|
last_name: string;
|
|
6864
7032
|
locale?: string;
|
|
7033
|
+
metadata?: {
|
|
7034
|
+
[key: string]: unknown;
|
|
7035
|
+
};
|
|
6865
7036
|
phone?: string;
|
|
6866
7037
|
reference_id?: string;
|
|
6867
7038
|
time_zone: string;
|
|
@@ -6882,6 +7053,9 @@ declare const useCreateClient: (options?: Options$Y) => _tanstack_react_query.Us
|
|
|
6882
7053
|
id: string;
|
|
6883
7054
|
last_name?: string | null;
|
|
6884
7055
|
locale: string;
|
|
7056
|
+
metadata?: {
|
|
7057
|
+
[key: string]: unknown;
|
|
7058
|
+
};
|
|
6885
7059
|
object: "client";
|
|
6886
7060
|
phone?: string | null;
|
|
6887
7061
|
reference_id: string | null;
|
|
@@ -7743,6 +7917,9 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7743
7917
|
duration: string;
|
|
7744
7918
|
id: string;
|
|
7745
7919
|
internal_name?: string | null;
|
|
7920
|
+
metadata: {
|
|
7921
|
+
[key: string]: unknown;
|
|
7922
|
+
};
|
|
7746
7923
|
name: string;
|
|
7747
7924
|
object: "service";
|
|
7748
7925
|
provider_notifications: {
|
|
@@ -7809,6 +7986,9 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7809
7986
|
duration: string;
|
|
7810
7987
|
id: string;
|
|
7811
7988
|
internal_name?: string | null;
|
|
7989
|
+
metadata: {
|
|
7990
|
+
[key: string]: unknown;
|
|
7991
|
+
};
|
|
7812
7992
|
name: string;
|
|
7813
7993
|
object: "service";
|
|
7814
7994
|
provider_notifications: {
|
|
@@ -7911,6 +8091,9 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7911
8091
|
change_policy_text?: string;
|
|
7912
8092
|
duration?: string;
|
|
7913
8093
|
internal_name?: string | null;
|
|
8094
|
+
metadata?: {
|
|
8095
|
+
[key: string]: unknown;
|
|
8096
|
+
};
|
|
7914
8097
|
name: string;
|
|
7915
8098
|
provider_notifications?: {
|
|
7916
8099
|
additional_recipients: string[];
|
|
@@ -7977,6 +8160,9 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7977
8160
|
duration: string;
|
|
7978
8161
|
id: string;
|
|
7979
8162
|
internal_name?: string | null;
|
|
8163
|
+
metadata: {
|
|
8164
|
+
[key: string]: unknown;
|
|
8165
|
+
};
|
|
7980
8166
|
name: string;
|
|
7981
8167
|
object: "service";
|
|
7982
8168
|
provider_notifications: {
|
|
@@ -8980,6 +9166,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
8980
9166
|
id: string;
|
|
8981
9167
|
last_name?: string | null;
|
|
8982
9168
|
locale: string;
|
|
9169
|
+
metadata?: {
|
|
9170
|
+
[key: string]: unknown;
|
|
9171
|
+
};
|
|
8983
9172
|
object: "client";
|
|
8984
9173
|
phone?: string | null;
|
|
8985
9174
|
reference_id: string | null;
|
|
@@ -9113,6 +9302,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9113
9302
|
duration: string;
|
|
9114
9303
|
id: string;
|
|
9115
9304
|
internal_name?: string | null;
|
|
9305
|
+
metadata: {
|
|
9306
|
+
[key: string]: unknown;
|
|
9307
|
+
};
|
|
9116
9308
|
name: string;
|
|
9117
9309
|
object: "service";
|
|
9118
9310
|
provider_notifications: {
|
|
@@ -9191,6 +9383,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9191
9383
|
id: string;
|
|
9192
9384
|
last_name?: string | null;
|
|
9193
9385
|
locale: string;
|
|
9386
|
+
metadata?: {
|
|
9387
|
+
[key: string]: unknown;
|
|
9388
|
+
};
|
|
9194
9389
|
object: "client";
|
|
9195
9390
|
phone?: string | null;
|
|
9196
9391
|
reference_id: string | null;
|
|
@@ -9324,6 +9519,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9324
9519
|
duration: string;
|
|
9325
9520
|
id: string;
|
|
9326
9521
|
internal_name?: string | null;
|
|
9522
|
+
metadata: {
|
|
9523
|
+
[key: string]: unknown;
|
|
9524
|
+
};
|
|
9327
9525
|
name: string;
|
|
9328
9526
|
object: "service";
|
|
9329
9527
|
provider_notifications: {
|
|
@@ -9458,6 +9656,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9458
9656
|
id: string;
|
|
9459
9657
|
last_name?: string | null;
|
|
9460
9658
|
locale: string;
|
|
9659
|
+
metadata?: {
|
|
9660
|
+
[key: string]: unknown;
|
|
9661
|
+
};
|
|
9461
9662
|
object: "client";
|
|
9462
9663
|
phone?: string | null;
|
|
9463
9664
|
reference_id: string | null;
|
|
@@ -9591,6 +9792,9 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9591
9792
|
duration: string;
|
|
9592
9793
|
id: string;
|
|
9593
9794
|
internal_name?: string | null;
|
|
9795
|
+
metadata: {
|
|
9796
|
+
[key: string]: unknown;
|
|
9797
|
+
};
|
|
9594
9798
|
name: string;
|
|
9595
9799
|
object: "service";
|
|
9596
9800
|
provider_notifications: {
|
|
@@ -10410,6 +10614,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10410
10614
|
id: string;
|
|
10411
10615
|
last_name?: string | null;
|
|
10412
10616
|
locale: string;
|
|
10617
|
+
metadata?: {
|
|
10618
|
+
[key: string]: unknown;
|
|
10619
|
+
};
|
|
10413
10620
|
object: "client";
|
|
10414
10621
|
phone?: string | null;
|
|
10415
10622
|
reference_id: string | null;
|
|
@@ -10543,6 +10750,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10543
10750
|
duration: string;
|
|
10544
10751
|
id: string;
|
|
10545
10752
|
internal_name?: string | null;
|
|
10753
|
+
metadata: {
|
|
10754
|
+
[key: string]: unknown;
|
|
10755
|
+
};
|
|
10546
10756
|
name: string;
|
|
10547
10757
|
object: "service";
|
|
10548
10758
|
provider_notifications: {
|
|
@@ -10598,6 +10808,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10598
10808
|
id: string;
|
|
10599
10809
|
last_name?: string | null;
|
|
10600
10810
|
locale: string;
|
|
10811
|
+
metadata?: {
|
|
10812
|
+
[key: string]: unknown;
|
|
10813
|
+
};
|
|
10601
10814
|
object: "client";
|
|
10602
10815
|
phone?: string | null;
|
|
10603
10816
|
reference_id: string | null;
|
|
@@ -10673,6 +10886,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10673
10886
|
duration: string;
|
|
10674
10887
|
id: string;
|
|
10675
10888
|
internal_name?: string | null;
|
|
10889
|
+
metadata: {
|
|
10890
|
+
[key: string]: unknown;
|
|
10891
|
+
};
|
|
10676
10892
|
name: string;
|
|
10677
10893
|
object: "service";
|
|
10678
10894
|
provider_notifications: {
|
|
@@ -10745,6 +10961,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10745
10961
|
id: string;
|
|
10746
10962
|
last_name?: string | null;
|
|
10747
10963
|
locale: string;
|
|
10964
|
+
metadata?: {
|
|
10965
|
+
[key: string]: unknown;
|
|
10966
|
+
};
|
|
10748
10967
|
object: "client";
|
|
10749
10968
|
phone?: string | null;
|
|
10750
10969
|
reference_id: string | null;
|
|
@@ -10878,6 +11097,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10878
11097
|
duration: string;
|
|
10879
11098
|
id: string;
|
|
10880
11099
|
internal_name?: string | null;
|
|
11100
|
+
metadata: {
|
|
11101
|
+
[key: string]: unknown;
|
|
11102
|
+
};
|
|
10881
11103
|
name: string;
|
|
10882
11104
|
object: "service";
|
|
10883
11105
|
provider_notifications: {
|
|
@@ -10933,6 +11155,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10933
11155
|
id: string;
|
|
10934
11156
|
last_name?: string | null;
|
|
10935
11157
|
locale: string;
|
|
11158
|
+
metadata?: {
|
|
11159
|
+
[key: string]: unknown;
|
|
11160
|
+
};
|
|
10936
11161
|
object: "client";
|
|
10937
11162
|
phone?: string | null;
|
|
10938
11163
|
reference_id: string | null;
|
|
@@ -11008,6 +11233,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11008
11233
|
duration: string;
|
|
11009
11234
|
id: string;
|
|
11010
11235
|
internal_name?: string | null;
|
|
11236
|
+
metadata: {
|
|
11237
|
+
[key: string]: unknown;
|
|
11238
|
+
};
|
|
11011
11239
|
name: string;
|
|
11012
11240
|
object: "service";
|
|
11013
11241
|
provider_notifications: {
|
|
@@ -11167,6 +11395,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11167
11395
|
id: string;
|
|
11168
11396
|
last_name?: string | null;
|
|
11169
11397
|
locale: string;
|
|
11398
|
+
metadata?: {
|
|
11399
|
+
[key: string]: unknown;
|
|
11400
|
+
};
|
|
11170
11401
|
object: "client";
|
|
11171
11402
|
phone?: string | null;
|
|
11172
11403
|
reference_id: string | null;
|
|
@@ -11300,6 +11531,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11300
11531
|
duration: string;
|
|
11301
11532
|
id: string;
|
|
11302
11533
|
internal_name?: string | null;
|
|
11534
|
+
metadata: {
|
|
11535
|
+
[key: string]: unknown;
|
|
11536
|
+
};
|
|
11303
11537
|
name: string;
|
|
11304
11538
|
object: "service";
|
|
11305
11539
|
provider_notifications: {
|
|
@@ -11355,6 +11589,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11355
11589
|
id: string;
|
|
11356
11590
|
last_name?: string | null;
|
|
11357
11591
|
locale: string;
|
|
11592
|
+
metadata?: {
|
|
11593
|
+
[key: string]: unknown;
|
|
11594
|
+
};
|
|
11358
11595
|
object: "client";
|
|
11359
11596
|
phone?: string | null;
|
|
11360
11597
|
reference_id: string | null;
|
|
@@ -11430,6 +11667,9 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11430
11667
|
duration: string;
|
|
11431
11668
|
id: string;
|
|
11432
11669
|
internal_name?: string | null;
|
|
11670
|
+
metadata: {
|
|
11671
|
+
[key: string]: unknown;
|
|
11672
|
+
};
|
|
11433
11673
|
name: string;
|
|
11434
11674
|
object: "service";
|
|
11435
11675
|
provider_notifications: {
|
|
@@ -11667,6 +11907,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11667
11907
|
id: string;
|
|
11668
11908
|
last_name?: string | null;
|
|
11669
11909
|
locale: string;
|
|
11910
|
+
metadata?: {
|
|
11911
|
+
[key: string]: unknown;
|
|
11912
|
+
};
|
|
11670
11913
|
object: "client";
|
|
11671
11914
|
phone?: string | null;
|
|
11672
11915
|
reference_id: string | null;
|
|
@@ -11687,6 +11930,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11687
11930
|
id: string;
|
|
11688
11931
|
last_name?: string | null;
|
|
11689
11932
|
locale: string;
|
|
11933
|
+
metadata?: {
|
|
11934
|
+
[key: string]: unknown;
|
|
11935
|
+
};
|
|
11690
11936
|
object: "client";
|
|
11691
11937
|
phone?: string | null;
|
|
11692
11938
|
reference_id: string | null;
|
|
@@ -11758,6 +12004,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11758
12004
|
first_name?: string;
|
|
11759
12005
|
last_name?: string;
|
|
11760
12006
|
locale?: string;
|
|
12007
|
+
metadata?: {
|
|
12008
|
+
[key: string]: unknown;
|
|
12009
|
+
};
|
|
11761
12010
|
phone?: string;
|
|
11762
12011
|
reference_id?: string;
|
|
11763
12012
|
time_zone?: string;
|
|
@@ -11778,6 +12027,9 @@ declare const useUpdateClient: (options?: Options$B) => _tanstack_react_query.Us
|
|
|
11778
12027
|
id: string;
|
|
11779
12028
|
last_name?: string | null;
|
|
11780
12029
|
locale: string;
|
|
12030
|
+
metadata?: {
|
|
12031
|
+
[key: string]: unknown;
|
|
12032
|
+
};
|
|
11781
12033
|
object: "client";
|
|
11782
12034
|
phone?: string | null;
|
|
11783
12035
|
reference_id: string | null;
|
|
@@ -12581,6 +12833,9 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12581
12833
|
duration: string;
|
|
12582
12834
|
id: string;
|
|
12583
12835
|
internal_name?: string | null;
|
|
12836
|
+
metadata: {
|
|
12837
|
+
[key: string]: unknown;
|
|
12838
|
+
};
|
|
12584
12839
|
name: string;
|
|
12585
12840
|
object: "service";
|
|
12586
12841
|
provider_notifications: {
|
|
@@ -12647,6 +12902,9 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12647
12902
|
duration: string;
|
|
12648
12903
|
id: string;
|
|
12649
12904
|
internal_name?: string | null;
|
|
12905
|
+
metadata: {
|
|
12906
|
+
[key: string]: unknown;
|
|
12907
|
+
};
|
|
12650
12908
|
name: string;
|
|
12651
12909
|
object: "service";
|
|
12652
12910
|
provider_notifications: {
|
|
@@ -12764,6 +13022,9 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12764
13022
|
change_policy_text?: string;
|
|
12765
13023
|
duration?: string;
|
|
12766
13024
|
internal_name?: string | null;
|
|
13025
|
+
metadata?: {
|
|
13026
|
+
[key: string]: unknown;
|
|
13027
|
+
};
|
|
12767
13028
|
name?: string;
|
|
12768
13029
|
provider_notifications?: {
|
|
12769
13030
|
additional_recipients: string[];
|
|
@@ -12830,6 +13091,9 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12830
13091
|
duration: string;
|
|
12831
13092
|
id: string;
|
|
12832
13093
|
internal_name?: string | null;
|
|
13094
|
+
metadata: {
|
|
13095
|
+
[key: string]: unknown;
|
|
13096
|
+
};
|
|
12833
13097
|
name: string;
|
|
12834
13098
|
object: "service";
|
|
12835
13099
|
provider_notifications: {
|
|
@@ -13194,6 +13458,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13194
13458
|
id: string;
|
|
13195
13459
|
last_name?: string | null;
|
|
13196
13460
|
locale: string;
|
|
13461
|
+
metadata?: {
|
|
13462
|
+
[key: string]: unknown;
|
|
13463
|
+
};
|
|
13197
13464
|
object: "client";
|
|
13198
13465
|
phone?: string | null;
|
|
13199
13466
|
reference_id: string | null;
|
|
@@ -13327,6 +13594,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13327
13594
|
duration: string;
|
|
13328
13595
|
id: string;
|
|
13329
13596
|
internal_name?: string | null;
|
|
13597
|
+
metadata: {
|
|
13598
|
+
[key: string]: unknown;
|
|
13599
|
+
};
|
|
13330
13600
|
name: string;
|
|
13331
13601
|
object: "service";
|
|
13332
13602
|
provider_notifications: {
|
|
@@ -13405,6 +13675,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13405
13675
|
id: string;
|
|
13406
13676
|
last_name?: string | null;
|
|
13407
13677
|
locale: string;
|
|
13678
|
+
metadata?: {
|
|
13679
|
+
[key: string]: unknown;
|
|
13680
|
+
};
|
|
13408
13681
|
object: "client";
|
|
13409
13682
|
phone?: string | null;
|
|
13410
13683
|
reference_id: string | null;
|
|
@@ -13538,6 +13811,9 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13538
13811
|
duration: string;
|
|
13539
13812
|
id: string;
|
|
13540
13813
|
internal_name?: string | null;
|
|
13814
|
+
metadata: {
|
|
13815
|
+
[key: string]: unknown;
|
|
13816
|
+
};
|
|
13541
13817
|
name: string;
|
|
13542
13818
|
object: "service";
|
|
13543
13819
|
provider_notifications: {
|
|
@@ -13650,6 +13926,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13650
13926
|
id: string;
|
|
13651
13927
|
last_name?: string | null;
|
|
13652
13928
|
locale: string;
|
|
13929
|
+
metadata?: {
|
|
13930
|
+
[key: string]: unknown;
|
|
13931
|
+
};
|
|
13653
13932
|
object: "client";
|
|
13654
13933
|
phone?: string | null;
|
|
13655
13934
|
reference_id: string | null;
|
|
@@ -13783,6 +14062,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13783
14062
|
duration: string;
|
|
13784
14063
|
id: string;
|
|
13785
14064
|
internal_name?: string | null;
|
|
14065
|
+
metadata: {
|
|
14066
|
+
[key: string]: unknown;
|
|
14067
|
+
};
|
|
13786
14068
|
name: string;
|
|
13787
14069
|
object: "service";
|
|
13788
14070
|
provider_notifications: {
|
|
@@ -13867,6 +14149,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13867
14149
|
id: string;
|
|
13868
14150
|
last_name?: string | null;
|
|
13869
14151
|
locale: string;
|
|
14152
|
+
metadata?: {
|
|
14153
|
+
[key: string]: unknown;
|
|
14154
|
+
};
|
|
13870
14155
|
object: "client";
|
|
13871
14156
|
phone?: string | null;
|
|
13872
14157
|
reference_id: string | null;
|
|
@@ -14000,6 +14285,9 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
14000
14285
|
duration: string;
|
|
14001
14286
|
id: string;
|
|
14002
14287
|
internal_name?: string | null;
|
|
14288
|
+
metadata: {
|
|
14289
|
+
[key: string]: unknown;
|
|
14290
|
+
};
|
|
14003
14291
|
name: string;
|
|
14004
14292
|
object: "service";
|
|
14005
14293
|
provider_notifications: {
|
|
@@ -14071,6 +14359,20 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
14071
14359
|
};
|
|
14072
14360
|
};
|
|
14073
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
|
+
};
|
|
14074
14376
|
422: {
|
|
14075
14377
|
headers: {
|
|
14076
14378
|
[name: string]: unknown;
|
|
@@ -14320,6 +14622,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14320
14622
|
id: string;
|
|
14321
14623
|
last_name?: string | null;
|
|
14322
14624
|
locale: string;
|
|
14625
|
+
metadata?: {
|
|
14626
|
+
[key: string]: unknown;
|
|
14627
|
+
};
|
|
14323
14628
|
object: "client";
|
|
14324
14629
|
phone?: string | null;
|
|
14325
14630
|
reference_id: string | null;
|
|
@@ -14453,6 +14758,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14453
14758
|
duration: string;
|
|
14454
14759
|
id: string;
|
|
14455
14760
|
internal_name?: string | null;
|
|
14761
|
+
metadata: {
|
|
14762
|
+
[key: string]: unknown;
|
|
14763
|
+
};
|
|
14456
14764
|
name: string;
|
|
14457
14765
|
object: "service";
|
|
14458
14766
|
provider_notifications: {
|
|
@@ -14508,6 +14816,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14508
14816
|
id: string;
|
|
14509
14817
|
last_name?: string | null;
|
|
14510
14818
|
locale: string;
|
|
14819
|
+
metadata?: {
|
|
14820
|
+
[key: string]: unknown;
|
|
14821
|
+
};
|
|
14511
14822
|
object: "client";
|
|
14512
14823
|
phone?: string | null;
|
|
14513
14824
|
reference_id: string | null;
|
|
@@ -14583,6 +14894,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14583
14894
|
duration: string;
|
|
14584
14895
|
id: string;
|
|
14585
14896
|
internal_name?: string | null;
|
|
14897
|
+
metadata: {
|
|
14898
|
+
[key: string]: unknown;
|
|
14899
|
+
};
|
|
14586
14900
|
name: string;
|
|
14587
14901
|
object: "service";
|
|
14588
14902
|
provider_notifications: {
|
|
@@ -14655,6 +14969,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14655
14969
|
id: string;
|
|
14656
14970
|
last_name?: string | null;
|
|
14657
14971
|
locale: string;
|
|
14972
|
+
metadata?: {
|
|
14973
|
+
[key: string]: unknown;
|
|
14974
|
+
};
|
|
14658
14975
|
object: "client";
|
|
14659
14976
|
phone?: string | null;
|
|
14660
14977
|
reference_id: string | null;
|
|
@@ -14788,6 +15105,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14788
15105
|
duration: string;
|
|
14789
15106
|
id: string;
|
|
14790
15107
|
internal_name?: string | null;
|
|
15108
|
+
metadata: {
|
|
15109
|
+
[key: string]: unknown;
|
|
15110
|
+
};
|
|
14791
15111
|
name: string;
|
|
14792
15112
|
object: "service";
|
|
14793
15113
|
provider_notifications: {
|
|
@@ -14843,6 +15163,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14843
15163
|
id: string;
|
|
14844
15164
|
last_name?: string | null;
|
|
14845
15165
|
locale: string;
|
|
15166
|
+
metadata?: {
|
|
15167
|
+
[key: string]: unknown;
|
|
15168
|
+
};
|
|
14846
15169
|
object: "client";
|
|
14847
15170
|
phone?: string | null;
|
|
14848
15171
|
reference_id: string | null;
|
|
@@ -14918,6 +15241,9 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14918
15241
|
duration: string;
|
|
14919
15242
|
id: string;
|
|
14920
15243
|
internal_name?: string | null;
|
|
15244
|
+
metadata: {
|
|
15245
|
+
[key: string]: unknown;
|
|
15246
|
+
};
|
|
14921
15247
|
name: string;
|
|
14922
15248
|
object: "service";
|
|
14923
15249
|
provider_notifications: {
|
|
@@ -15020,6 +15346,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15020
15346
|
id: string;
|
|
15021
15347
|
last_name?: string | null;
|
|
15022
15348
|
locale: string;
|
|
15349
|
+
metadata?: {
|
|
15350
|
+
[key: string]: unknown;
|
|
15351
|
+
};
|
|
15023
15352
|
object: "client";
|
|
15024
15353
|
phone?: string | null;
|
|
15025
15354
|
reference_id: string | null;
|
|
@@ -15153,6 +15482,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15153
15482
|
duration: string;
|
|
15154
15483
|
id: string;
|
|
15155
15484
|
internal_name?: string | null;
|
|
15485
|
+
metadata: {
|
|
15486
|
+
[key: string]: unknown;
|
|
15487
|
+
};
|
|
15156
15488
|
name: string;
|
|
15157
15489
|
object: "service";
|
|
15158
15490
|
provider_notifications: {
|
|
@@ -15208,6 +15540,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15208
15540
|
id: string;
|
|
15209
15541
|
last_name?: string | null;
|
|
15210
15542
|
locale: string;
|
|
15543
|
+
metadata?: {
|
|
15544
|
+
[key: string]: unknown;
|
|
15545
|
+
};
|
|
15211
15546
|
object: "client";
|
|
15212
15547
|
phone?: string | null;
|
|
15213
15548
|
reference_id: string | null;
|
|
@@ -15283,6 +15618,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15283
15618
|
duration: string;
|
|
15284
15619
|
id: string;
|
|
15285
15620
|
internal_name?: string | null;
|
|
15621
|
+
metadata: {
|
|
15622
|
+
[key: string]: unknown;
|
|
15623
|
+
};
|
|
15286
15624
|
name: string;
|
|
15287
15625
|
object: "service";
|
|
15288
15626
|
provider_notifications: {
|
|
@@ -15361,6 +15699,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15361
15699
|
id: string;
|
|
15362
15700
|
last_name?: string | null;
|
|
15363
15701
|
locale: string;
|
|
15702
|
+
metadata?: {
|
|
15703
|
+
[key: string]: unknown;
|
|
15704
|
+
};
|
|
15364
15705
|
object: "client";
|
|
15365
15706
|
phone?: string | null;
|
|
15366
15707
|
reference_id: string | null;
|
|
@@ -15494,6 +15835,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15494
15835
|
duration: string;
|
|
15495
15836
|
id: string;
|
|
15496
15837
|
internal_name?: string | null;
|
|
15838
|
+
metadata: {
|
|
15839
|
+
[key: string]: unknown;
|
|
15840
|
+
};
|
|
15497
15841
|
name: string;
|
|
15498
15842
|
object: "service";
|
|
15499
15843
|
provider_notifications: {
|
|
@@ -15549,6 +15893,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15549
15893
|
id: string;
|
|
15550
15894
|
last_name?: string | null;
|
|
15551
15895
|
locale: string;
|
|
15896
|
+
metadata?: {
|
|
15897
|
+
[key: string]: unknown;
|
|
15898
|
+
};
|
|
15552
15899
|
object: "client";
|
|
15553
15900
|
phone?: string | null;
|
|
15554
15901
|
reference_id: string | null;
|
|
@@ -15624,6 +15971,9 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15624
15971
|
duration: string;
|
|
15625
15972
|
id: string;
|
|
15626
15973
|
internal_name?: string | null;
|
|
15974
|
+
metadata: {
|
|
15975
|
+
[key: string]: unknown;
|
|
15976
|
+
};
|
|
15627
15977
|
name: string;
|
|
15628
15978
|
object: "service";
|
|
15629
15979
|
provider_notifications: {
|
|
@@ -15823,6 +16173,9 @@ declare const useClient: (client_id: ClientParams["path"]["client_id"], options?
|
|
|
15823
16173
|
id: string;
|
|
15824
16174
|
last_name?: string | null;
|
|
15825
16175
|
locale: string;
|
|
16176
|
+
metadata?: {
|
|
16177
|
+
[key: string]: unknown;
|
|
16178
|
+
};
|
|
15826
16179
|
object: "client";
|
|
15827
16180
|
phone?: string | null;
|
|
15828
16181
|
reference_id: string | null;
|
|
@@ -15843,6 +16196,9 @@ declare const useClient: (client_id: ClientParams["path"]["client_id"], options?
|
|
|
15843
16196
|
id: string;
|
|
15844
16197
|
last_name?: string | null;
|
|
15845
16198
|
locale: string;
|
|
16199
|
+
metadata?: {
|
|
16200
|
+
[key: string]: unknown;
|
|
16201
|
+
};
|
|
15846
16202
|
object: "client";
|
|
15847
16203
|
phone?: string | null;
|
|
15848
16204
|
reference_id: string | null;
|
|
@@ -15893,6 +16249,9 @@ declare const useClients: (queryParams?: ClientsParams["query"], options?: Optio
|
|
|
15893
16249
|
id: string;
|
|
15894
16250
|
last_name?: string | null;
|
|
15895
16251
|
locale: string;
|
|
16252
|
+
metadata?: {
|
|
16253
|
+
[key: string]: unknown;
|
|
16254
|
+
};
|
|
15896
16255
|
object: "client";
|
|
15897
16256
|
phone?: string | null;
|
|
15898
16257
|
reference_id: string | null;
|
|
@@ -15919,6 +16278,9 @@ declare const useClients: (queryParams?: ClientsParams["query"], options?: Optio
|
|
|
15919
16278
|
id: string;
|
|
15920
16279
|
last_name?: string | null;
|
|
15921
16280
|
locale: string;
|
|
16281
|
+
metadata?: {
|
|
16282
|
+
[key: string]: unknown;
|
|
16283
|
+
};
|
|
15922
16284
|
object: "client";
|
|
15923
16285
|
phone?: string | null;
|
|
15924
16286
|
reference_id: string | null;
|
|
@@ -17037,6 +17399,9 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
17037
17399
|
duration: string;
|
|
17038
17400
|
id: string;
|
|
17039
17401
|
internal_name?: string | null;
|
|
17402
|
+
metadata: {
|
|
17403
|
+
[key: string]: unknown;
|
|
17404
|
+
};
|
|
17040
17405
|
name: string;
|
|
17041
17406
|
object: "service";
|
|
17042
17407
|
provider_notifications: {
|
|
@@ -17103,6 +17468,9 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
17103
17468
|
duration: string;
|
|
17104
17469
|
id: string;
|
|
17105
17470
|
internal_name?: string | null;
|
|
17471
|
+
metadata: {
|
|
17472
|
+
[key: string]: unknown;
|
|
17473
|
+
};
|
|
17106
17474
|
name: string;
|
|
17107
17475
|
object: "service";
|
|
17108
17476
|
provider_notifications: {
|
|
@@ -17422,6 +17790,9 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
17422
17790
|
duration: string;
|
|
17423
17791
|
id: string;
|
|
17424
17792
|
internal_name?: string | null;
|
|
17793
|
+
metadata: {
|
|
17794
|
+
[key: string]: unknown;
|
|
17795
|
+
};
|
|
17425
17796
|
name: string;
|
|
17426
17797
|
object: "service";
|
|
17427
17798
|
provider_notifications: {
|
|
@@ -17494,6 +17865,9 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
17494
17865
|
duration: string;
|
|
17495
17866
|
id: string;
|
|
17496
17867
|
internal_name?: string | null;
|
|
17868
|
+
metadata: {
|
|
17869
|
+
[key: string]: unknown;
|
|
17870
|
+
};
|
|
17497
17871
|
name: string;
|
|
17498
17872
|
object: "service";
|
|
17499
17873
|
provider_notifications: {
|