@savvycal/appointments-react-query 0.3.3 → 0.3.4
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 +420 -0
- package/dist/index.d.ts +420 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -214,6 +214,13 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
214
214
|
id: string;
|
|
215
215
|
name: string;
|
|
216
216
|
object: "service";
|
|
217
|
+
provider_notifications: {
|
|
218
|
+
additional_recipients: string[];
|
|
219
|
+
notify_provider: boolean;
|
|
220
|
+
types: {
|
|
221
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
222
|
+
}[];
|
|
223
|
+
};
|
|
217
224
|
rescheduling_policy: {
|
|
218
225
|
advance_notice: {
|
|
219
226
|
enabled: boolean;
|
|
@@ -336,6 +343,13 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
336
343
|
id: string;
|
|
337
344
|
name: string;
|
|
338
345
|
object: "service";
|
|
346
|
+
provider_notifications: {
|
|
347
|
+
additional_recipients: string[];
|
|
348
|
+
notify_provider: boolean;
|
|
349
|
+
types: {
|
|
350
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
351
|
+
}[];
|
|
352
|
+
};
|
|
339
353
|
rescheduling_policy: {
|
|
340
354
|
advance_notice: {
|
|
341
355
|
enabled: boolean;
|
|
@@ -533,6 +547,13 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
533
547
|
id: string;
|
|
534
548
|
name: string;
|
|
535
549
|
object: "service";
|
|
550
|
+
provider_notifications: {
|
|
551
|
+
additional_recipients: string[];
|
|
552
|
+
notify_provider: boolean;
|
|
553
|
+
types: {
|
|
554
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
555
|
+
}[];
|
|
556
|
+
};
|
|
536
557
|
rescheduling_policy: {
|
|
537
558
|
advance_notice: {
|
|
538
559
|
enabled: boolean;
|
|
@@ -655,6 +676,13 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
655
676
|
id: string;
|
|
656
677
|
name: string;
|
|
657
678
|
object: "service";
|
|
679
|
+
provider_notifications: {
|
|
680
|
+
additional_recipients: string[];
|
|
681
|
+
notify_provider: boolean;
|
|
682
|
+
types: {
|
|
683
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
684
|
+
}[];
|
|
685
|
+
};
|
|
658
686
|
rescheduling_policy: {
|
|
659
687
|
advance_notice: {
|
|
660
688
|
enabled: boolean;
|
|
@@ -911,6 +939,13 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
911
939
|
id: string;
|
|
912
940
|
name: string;
|
|
913
941
|
object: "service";
|
|
942
|
+
provider_notifications: {
|
|
943
|
+
additional_recipients: string[];
|
|
944
|
+
notify_provider: boolean;
|
|
945
|
+
types: {
|
|
946
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
947
|
+
}[];
|
|
948
|
+
};
|
|
914
949
|
rescheduling_policy: {
|
|
915
950
|
advance_notice: {
|
|
916
951
|
enabled: boolean;
|
|
@@ -1033,6 +1068,13 @@ declare const useAbandonBookingIntent: (options?: Options$19) => _tanstack_react
|
|
|
1033
1068
|
id: string;
|
|
1034
1069
|
name: string;
|
|
1035
1070
|
object: "service";
|
|
1071
|
+
provider_notifications: {
|
|
1072
|
+
additional_recipients: string[];
|
|
1073
|
+
notify_provider: boolean;
|
|
1074
|
+
types: {
|
|
1075
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
1076
|
+
}[];
|
|
1077
|
+
};
|
|
1036
1078
|
rescheduling_policy: {
|
|
1037
1079
|
advance_notice: {
|
|
1038
1080
|
enabled: boolean;
|
|
@@ -1457,6 +1499,13 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1457
1499
|
id: string;
|
|
1458
1500
|
name: string;
|
|
1459
1501
|
object: "service";
|
|
1502
|
+
provider_notifications: {
|
|
1503
|
+
additional_recipients: string[];
|
|
1504
|
+
notify_provider: boolean;
|
|
1505
|
+
types: {
|
|
1506
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
1507
|
+
}[];
|
|
1508
|
+
};
|
|
1460
1509
|
rescheduling_policy: {
|
|
1461
1510
|
advance_notice: {
|
|
1462
1511
|
enabled: boolean;
|
|
@@ -1660,6 +1709,13 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1660
1709
|
id: string;
|
|
1661
1710
|
name: string;
|
|
1662
1711
|
object: "service";
|
|
1712
|
+
provider_notifications: {
|
|
1713
|
+
additional_recipients: string[];
|
|
1714
|
+
notify_provider: boolean;
|
|
1715
|
+
types: {
|
|
1716
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
1717
|
+
}[];
|
|
1718
|
+
};
|
|
1663
1719
|
rescheduling_policy: {
|
|
1664
1720
|
advance_notice: {
|
|
1665
1721
|
enabled: boolean;
|
|
@@ -1917,6 +1973,13 @@ declare const useCancelAppointment: (options?: Options$17) => _tanstack_react_qu
|
|
|
1917
1973
|
id: string;
|
|
1918
1974
|
name: string;
|
|
1919
1975
|
object: "service";
|
|
1976
|
+
provider_notifications: {
|
|
1977
|
+
additional_recipients: string[];
|
|
1978
|
+
notify_provider: boolean;
|
|
1979
|
+
types: {
|
|
1980
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
1981
|
+
}[];
|
|
1982
|
+
};
|
|
1920
1983
|
rescheduling_policy: {
|
|
1921
1984
|
advance_notice: {
|
|
1922
1985
|
enabled: boolean;
|
|
@@ -2320,6 +2383,13 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2320
2383
|
id: string;
|
|
2321
2384
|
name: string;
|
|
2322
2385
|
object: "service";
|
|
2386
|
+
provider_notifications: {
|
|
2387
|
+
additional_recipients: string[];
|
|
2388
|
+
notify_provider: boolean;
|
|
2389
|
+
types: {
|
|
2390
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
2391
|
+
}[];
|
|
2392
|
+
};
|
|
2323
2393
|
rescheduling_policy: {
|
|
2324
2394
|
advance_notice: {
|
|
2325
2395
|
enabled: boolean;
|
|
@@ -2442,6 +2512,13 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2442
2512
|
id: string;
|
|
2443
2513
|
name: string;
|
|
2444
2514
|
object: "service";
|
|
2515
|
+
provider_notifications: {
|
|
2516
|
+
additional_recipients: string[];
|
|
2517
|
+
notify_provider: boolean;
|
|
2518
|
+
types: {
|
|
2519
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
2520
|
+
}[];
|
|
2521
|
+
};
|
|
2445
2522
|
rescheduling_policy: {
|
|
2446
2523
|
advance_notice: {
|
|
2447
2524
|
enabled: boolean;
|
|
@@ -2639,6 +2716,13 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2639
2716
|
id: string;
|
|
2640
2717
|
name: string;
|
|
2641
2718
|
object: "service";
|
|
2719
|
+
provider_notifications: {
|
|
2720
|
+
additional_recipients: string[];
|
|
2721
|
+
notify_provider: boolean;
|
|
2722
|
+
types: {
|
|
2723
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
2724
|
+
}[];
|
|
2725
|
+
};
|
|
2642
2726
|
rescheduling_policy: {
|
|
2643
2727
|
advance_notice: {
|
|
2644
2728
|
enabled: boolean;
|
|
@@ -2761,6 +2845,13 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
2761
2845
|
id: string;
|
|
2762
2846
|
name: string;
|
|
2763
2847
|
object: "service";
|
|
2848
|
+
provider_notifications: {
|
|
2849
|
+
additional_recipients: string[];
|
|
2850
|
+
notify_provider: boolean;
|
|
2851
|
+
types: {
|
|
2852
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
2853
|
+
}[];
|
|
2854
|
+
};
|
|
2764
2855
|
rescheduling_policy: {
|
|
2765
2856
|
advance_notice: {
|
|
2766
2857
|
enabled: boolean;
|
|
@@ -3041,6 +3132,13 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3041
3132
|
id: string;
|
|
3042
3133
|
name: string;
|
|
3043
3134
|
object: "service";
|
|
3135
|
+
provider_notifications: {
|
|
3136
|
+
additional_recipients: string[];
|
|
3137
|
+
notify_provider: boolean;
|
|
3138
|
+
types: {
|
|
3139
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
3140
|
+
}[];
|
|
3141
|
+
};
|
|
3044
3142
|
rescheduling_policy: {
|
|
3045
3143
|
advance_notice: {
|
|
3046
3144
|
enabled: boolean;
|
|
@@ -3163,6 +3261,13 @@ declare const useCompleteBookingIntent: (options?: Options$15) => _tanstack_reac
|
|
|
3163
3261
|
id: string;
|
|
3164
3262
|
name: string;
|
|
3165
3263
|
object: "service";
|
|
3264
|
+
provider_notifications: {
|
|
3265
|
+
additional_recipients: string[];
|
|
3266
|
+
notify_provider: boolean;
|
|
3267
|
+
types: {
|
|
3268
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
3269
|
+
}[];
|
|
3270
|
+
};
|
|
3166
3271
|
rescheduling_policy: {
|
|
3167
3272
|
advance_notice: {
|
|
3168
3273
|
enabled: boolean;
|
|
@@ -3607,6 +3712,13 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3607
3712
|
id: string;
|
|
3608
3713
|
name: string;
|
|
3609
3714
|
object: "service";
|
|
3715
|
+
provider_notifications: {
|
|
3716
|
+
additional_recipients: string[];
|
|
3717
|
+
notify_provider: boolean;
|
|
3718
|
+
types: {
|
|
3719
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
3720
|
+
}[];
|
|
3721
|
+
};
|
|
3610
3722
|
rescheduling_policy: {
|
|
3611
3723
|
advance_notice: {
|
|
3612
3724
|
enabled: boolean;
|
|
@@ -3810,6 +3922,13 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
3810
3922
|
id: string;
|
|
3811
3923
|
name: string;
|
|
3812
3924
|
object: "service";
|
|
3925
|
+
provider_notifications: {
|
|
3926
|
+
additional_recipients: string[];
|
|
3927
|
+
notify_provider: boolean;
|
|
3928
|
+
types: {
|
|
3929
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
3930
|
+
}[];
|
|
3931
|
+
};
|
|
3813
3932
|
rescheduling_policy: {
|
|
3814
3933
|
advance_notice: {
|
|
3815
3934
|
enabled: boolean;
|
|
@@ -4065,6 +4184,13 @@ declare const useConfirmAppointment: (options?: Options$13) => _tanstack_react_q
|
|
|
4065
4184
|
id: string;
|
|
4066
4185
|
name: string;
|
|
4067
4186
|
object: "service";
|
|
4187
|
+
provider_notifications: {
|
|
4188
|
+
additional_recipients: string[];
|
|
4189
|
+
notify_provider: boolean;
|
|
4190
|
+
types: {
|
|
4191
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
4192
|
+
}[];
|
|
4193
|
+
};
|
|
4068
4194
|
rescheduling_policy: {
|
|
4069
4195
|
advance_notice: {
|
|
4070
4196
|
enabled: boolean;
|
|
@@ -4621,6 +4747,13 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4621
4747
|
id: string;
|
|
4622
4748
|
name: string;
|
|
4623
4749
|
object: "service";
|
|
4750
|
+
provider_notifications: {
|
|
4751
|
+
additional_recipients: string[];
|
|
4752
|
+
notify_provider: boolean;
|
|
4753
|
+
types: {
|
|
4754
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
4755
|
+
}[];
|
|
4756
|
+
};
|
|
4624
4757
|
rescheduling_policy: {
|
|
4625
4758
|
advance_notice: {
|
|
4626
4759
|
enabled: boolean;
|
|
@@ -4824,6 +4957,13 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
4824
4957
|
id: string;
|
|
4825
4958
|
name: string;
|
|
4826
4959
|
object: "service";
|
|
4960
|
+
provider_notifications: {
|
|
4961
|
+
additional_recipients: string[];
|
|
4962
|
+
notify_provider: boolean;
|
|
4963
|
+
types: {
|
|
4964
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
4965
|
+
}[];
|
|
4966
|
+
};
|
|
4827
4967
|
rescheduling_policy: {
|
|
4828
4968
|
advance_notice: {
|
|
4829
4969
|
enabled: boolean;
|
|
@@ -5092,6 +5232,13 @@ declare const useCreateAppointment: (options?: Options$10) => _tanstack_react_qu
|
|
|
5092
5232
|
id: string;
|
|
5093
5233
|
name: string;
|
|
5094
5234
|
object: "service";
|
|
5235
|
+
provider_notifications: {
|
|
5236
|
+
additional_recipients: string[];
|
|
5237
|
+
notify_provider: boolean;
|
|
5238
|
+
types: {
|
|
5239
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
5240
|
+
}[];
|
|
5241
|
+
};
|
|
5095
5242
|
rescheduling_policy: {
|
|
5096
5243
|
advance_notice: {
|
|
5097
5244
|
enabled: boolean;
|
|
@@ -5525,6 +5672,13 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5525
5672
|
id: string;
|
|
5526
5673
|
name: string;
|
|
5527
5674
|
object: "service";
|
|
5675
|
+
provider_notifications: {
|
|
5676
|
+
additional_recipients: string[];
|
|
5677
|
+
notify_provider: boolean;
|
|
5678
|
+
types: {
|
|
5679
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
5680
|
+
}[];
|
|
5681
|
+
};
|
|
5528
5682
|
rescheduling_policy: {
|
|
5529
5683
|
advance_notice: {
|
|
5530
5684
|
enabled: boolean;
|
|
@@ -5647,6 +5801,13 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5647
5801
|
id: string;
|
|
5648
5802
|
name: string;
|
|
5649
5803
|
object: "service";
|
|
5804
|
+
provider_notifications: {
|
|
5805
|
+
additional_recipients: string[];
|
|
5806
|
+
notify_provider: boolean;
|
|
5807
|
+
types: {
|
|
5808
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
5809
|
+
}[];
|
|
5810
|
+
};
|
|
5650
5811
|
rescheduling_policy: {
|
|
5651
5812
|
advance_notice: {
|
|
5652
5813
|
enabled: boolean;
|
|
@@ -5844,6 +6005,13 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5844
6005
|
id: string;
|
|
5845
6006
|
name: string;
|
|
5846
6007
|
object: "service";
|
|
6008
|
+
provider_notifications: {
|
|
6009
|
+
additional_recipients: string[];
|
|
6010
|
+
notify_provider: boolean;
|
|
6011
|
+
types: {
|
|
6012
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
6013
|
+
}[];
|
|
6014
|
+
};
|
|
5847
6015
|
rescheduling_policy: {
|
|
5848
6016
|
advance_notice: {
|
|
5849
6017
|
enabled: boolean;
|
|
@@ -5966,6 +6134,13 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
5966
6134
|
id: string;
|
|
5967
6135
|
name: string;
|
|
5968
6136
|
object: "service";
|
|
6137
|
+
provider_notifications: {
|
|
6138
|
+
additional_recipients: string[];
|
|
6139
|
+
notify_provider: boolean;
|
|
6140
|
+
types: {
|
|
6141
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
6142
|
+
}[];
|
|
6143
|
+
};
|
|
5969
6144
|
rescheduling_policy: {
|
|
5970
6145
|
advance_notice: {
|
|
5971
6146
|
enabled: boolean;
|
|
@@ -6248,6 +6423,13 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6248
6423
|
id: string;
|
|
6249
6424
|
name: string;
|
|
6250
6425
|
object: "service";
|
|
6426
|
+
provider_notifications: {
|
|
6427
|
+
additional_recipients: string[];
|
|
6428
|
+
notify_provider: boolean;
|
|
6429
|
+
types: {
|
|
6430
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
6431
|
+
}[];
|
|
6432
|
+
};
|
|
6251
6433
|
rescheduling_policy: {
|
|
6252
6434
|
advance_notice: {
|
|
6253
6435
|
enabled: boolean;
|
|
@@ -6370,6 +6552,13 @@ declare const useCreateBookingIntent: (options?: Options$_) => _tanstack_react_q
|
|
|
6370
6552
|
id: string;
|
|
6371
6553
|
name: string;
|
|
6372
6554
|
object: "service";
|
|
6555
|
+
provider_notifications: {
|
|
6556
|
+
additional_recipients: string[];
|
|
6557
|
+
notify_provider: boolean;
|
|
6558
|
+
types: {
|
|
6559
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
6560
|
+
}[];
|
|
6561
|
+
};
|
|
6373
6562
|
rescheduling_policy: {
|
|
6374
6563
|
advance_notice: {
|
|
6375
6564
|
enabled: boolean;
|
|
@@ -7528,6 +7717,13 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7528
7717
|
id: string;
|
|
7529
7718
|
name: string;
|
|
7530
7719
|
object: "service";
|
|
7720
|
+
provider_notifications: {
|
|
7721
|
+
additional_recipients: string[];
|
|
7722
|
+
notify_provider: boolean;
|
|
7723
|
+
types: {
|
|
7724
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
7725
|
+
}[];
|
|
7726
|
+
};
|
|
7531
7727
|
rescheduling_policy: {
|
|
7532
7728
|
advance_notice: {
|
|
7533
7729
|
enabled: boolean;
|
|
@@ -7586,6 +7782,13 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7586
7782
|
id: string;
|
|
7587
7783
|
name: string;
|
|
7588
7784
|
object: "service";
|
|
7785
|
+
provider_notifications: {
|
|
7786
|
+
additional_recipients: string[];
|
|
7787
|
+
notify_provider: boolean;
|
|
7788
|
+
types: {
|
|
7789
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
7790
|
+
}[];
|
|
7791
|
+
};
|
|
7589
7792
|
rescheduling_policy: {
|
|
7590
7793
|
advance_notice: {
|
|
7591
7794
|
enabled: boolean;
|
|
@@ -7679,6 +7882,13 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7679
7882
|
change_policy_text?: string;
|
|
7680
7883
|
duration?: string;
|
|
7681
7884
|
name: string;
|
|
7885
|
+
provider_notifications?: {
|
|
7886
|
+
additional_recipients: string[];
|
|
7887
|
+
notify_provider: boolean;
|
|
7888
|
+
types: {
|
|
7889
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
7890
|
+
}[];
|
|
7891
|
+
};
|
|
7682
7892
|
rescheduling_policy?: {
|
|
7683
7893
|
advance_notice: {
|
|
7684
7894
|
enabled: boolean;
|
|
@@ -7738,6 +7948,13 @@ declare const useCreateService: (options?: Options$S) => _tanstack_react_query.U
|
|
|
7738
7948
|
id: string;
|
|
7739
7949
|
name: string;
|
|
7740
7950
|
object: "service";
|
|
7951
|
+
provider_notifications: {
|
|
7952
|
+
additional_recipients: string[];
|
|
7953
|
+
notify_provider: boolean;
|
|
7954
|
+
types: {
|
|
7955
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
7956
|
+
}[];
|
|
7957
|
+
};
|
|
7741
7958
|
rescheduling_policy: {
|
|
7742
7959
|
advance_notice: {
|
|
7743
7960
|
enabled: boolean;
|
|
@@ -8866,6 +9083,13 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
8866
9083
|
id: string;
|
|
8867
9084
|
name: string;
|
|
8868
9085
|
object: "service";
|
|
9086
|
+
provider_notifications: {
|
|
9087
|
+
additional_recipients: string[];
|
|
9088
|
+
notify_provider: boolean;
|
|
9089
|
+
types: {
|
|
9090
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
9091
|
+
}[];
|
|
9092
|
+
};
|
|
8869
9093
|
rescheduling_policy: {
|
|
8870
9094
|
advance_notice: {
|
|
8871
9095
|
enabled: boolean;
|
|
@@ -9069,6 +9293,13 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9069
9293
|
id: string;
|
|
9070
9294
|
name: string;
|
|
9071
9295
|
object: "service";
|
|
9296
|
+
provider_notifications: {
|
|
9297
|
+
additional_recipients: string[];
|
|
9298
|
+
notify_provider: boolean;
|
|
9299
|
+
types: {
|
|
9300
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
9301
|
+
}[];
|
|
9302
|
+
};
|
|
9072
9303
|
rescheduling_policy: {
|
|
9073
9304
|
advance_notice: {
|
|
9074
9305
|
enabled: boolean;
|
|
@@ -9328,6 +9559,13 @@ declare const useRescheduleAppointment: (options?: Options$I) => _tanstack_react
|
|
|
9328
9559
|
id: string;
|
|
9329
9560
|
name: string;
|
|
9330
9561
|
object: "service";
|
|
9562
|
+
provider_notifications: {
|
|
9563
|
+
additional_recipients: string[];
|
|
9564
|
+
notify_provider: boolean;
|
|
9565
|
+
types: {
|
|
9566
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
9567
|
+
}[];
|
|
9568
|
+
};
|
|
9331
9569
|
rescheduling_policy: {
|
|
9332
9570
|
advance_notice: {
|
|
9333
9571
|
enabled: boolean;
|
|
@@ -10272,6 +10510,13 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10272
10510
|
id: string;
|
|
10273
10511
|
name: string;
|
|
10274
10512
|
object: "service";
|
|
10513
|
+
provider_notifications: {
|
|
10514
|
+
additional_recipients: string[];
|
|
10515
|
+
notify_provider: boolean;
|
|
10516
|
+
types: {
|
|
10517
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
10518
|
+
}[];
|
|
10519
|
+
};
|
|
10275
10520
|
rescheduling_policy: {
|
|
10276
10521
|
advance_notice: {
|
|
10277
10522
|
enabled: boolean;
|
|
@@ -10394,6 +10639,13 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10394
10639
|
id: string;
|
|
10395
10640
|
name: string;
|
|
10396
10641
|
object: "service";
|
|
10642
|
+
provider_notifications: {
|
|
10643
|
+
additional_recipients: string[];
|
|
10644
|
+
notify_provider: boolean;
|
|
10645
|
+
types: {
|
|
10646
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
10647
|
+
}[];
|
|
10648
|
+
};
|
|
10397
10649
|
rescheduling_policy: {
|
|
10398
10650
|
advance_notice: {
|
|
10399
10651
|
enabled: boolean;
|
|
@@ -10591,6 +10843,13 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10591
10843
|
id: string;
|
|
10592
10844
|
name: string;
|
|
10593
10845
|
object: "service";
|
|
10846
|
+
provider_notifications: {
|
|
10847
|
+
additional_recipients: string[];
|
|
10848
|
+
notify_provider: boolean;
|
|
10849
|
+
types: {
|
|
10850
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
10851
|
+
}[];
|
|
10852
|
+
};
|
|
10594
10853
|
rescheduling_policy: {
|
|
10595
10854
|
advance_notice: {
|
|
10596
10855
|
enabled: boolean;
|
|
@@ -10713,6 +10972,13 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10713
10972
|
id: string;
|
|
10714
10973
|
name: string;
|
|
10715
10974
|
object: "service";
|
|
10975
|
+
provider_notifications: {
|
|
10976
|
+
additional_recipients: string[];
|
|
10977
|
+
notify_provider: boolean;
|
|
10978
|
+
types: {
|
|
10979
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
10980
|
+
}[];
|
|
10981
|
+
};
|
|
10716
10982
|
rescheduling_policy: {
|
|
10717
10983
|
advance_notice: {
|
|
10718
10984
|
enabled: boolean;
|
|
@@ -10997,6 +11263,13 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
10997
11263
|
id: string;
|
|
10998
11264
|
name: string;
|
|
10999
11265
|
object: "service";
|
|
11266
|
+
provider_notifications: {
|
|
11267
|
+
additional_recipients: string[];
|
|
11268
|
+
notify_provider: boolean;
|
|
11269
|
+
types: {
|
|
11270
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
11271
|
+
}[];
|
|
11272
|
+
};
|
|
11000
11273
|
rescheduling_policy: {
|
|
11001
11274
|
advance_notice: {
|
|
11002
11275
|
enabled: boolean;
|
|
@@ -11119,6 +11392,13 @@ declare const useUpdateBookingIntent: (options?: Options$D) => _tanstack_react_q
|
|
|
11119
11392
|
id: string;
|
|
11120
11393
|
name: string;
|
|
11121
11394
|
object: "service";
|
|
11395
|
+
provider_notifications: {
|
|
11396
|
+
additional_recipients: string[];
|
|
11397
|
+
notify_provider: boolean;
|
|
11398
|
+
types: {
|
|
11399
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
11400
|
+
}[];
|
|
11401
|
+
};
|
|
11122
11402
|
rescheduling_policy: {
|
|
11123
11403
|
advance_notice: {
|
|
11124
11404
|
enabled: boolean;
|
|
@@ -12262,6 +12542,13 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12262
12542
|
id: string;
|
|
12263
12543
|
name: string;
|
|
12264
12544
|
object: "service";
|
|
12545
|
+
provider_notifications: {
|
|
12546
|
+
additional_recipients: string[];
|
|
12547
|
+
notify_provider: boolean;
|
|
12548
|
+
types: {
|
|
12549
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
12550
|
+
}[];
|
|
12551
|
+
};
|
|
12265
12552
|
rescheduling_policy: {
|
|
12266
12553
|
advance_notice: {
|
|
12267
12554
|
enabled: boolean;
|
|
@@ -12320,6 +12607,13 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12320
12607
|
id: string;
|
|
12321
12608
|
name: string;
|
|
12322
12609
|
object: "service";
|
|
12610
|
+
provider_notifications: {
|
|
12611
|
+
additional_recipients: string[];
|
|
12612
|
+
notify_provider: boolean;
|
|
12613
|
+
types: {
|
|
12614
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
12615
|
+
}[];
|
|
12616
|
+
};
|
|
12323
12617
|
rescheduling_policy: {
|
|
12324
12618
|
advance_notice: {
|
|
12325
12619
|
enabled: boolean;
|
|
@@ -12428,6 +12722,13 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12428
12722
|
change_policy_text?: string;
|
|
12429
12723
|
duration?: string;
|
|
12430
12724
|
name?: string;
|
|
12725
|
+
provider_notifications?: {
|
|
12726
|
+
additional_recipients: string[];
|
|
12727
|
+
notify_provider: boolean;
|
|
12728
|
+
types: {
|
|
12729
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
12730
|
+
}[];
|
|
12731
|
+
};
|
|
12431
12732
|
rescheduling_policy?: {
|
|
12432
12733
|
advance_notice: {
|
|
12433
12734
|
enabled: boolean;
|
|
@@ -12487,6 +12788,13 @@ declare const useUpdateService: (options?: Options$w) => _tanstack_react_query.U
|
|
|
12487
12788
|
id: string;
|
|
12488
12789
|
name: string;
|
|
12489
12790
|
object: "service";
|
|
12791
|
+
provider_notifications: {
|
|
12792
|
+
additional_recipients: string[];
|
|
12793
|
+
notify_provider: boolean;
|
|
12794
|
+
types: {
|
|
12795
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
12796
|
+
}[];
|
|
12797
|
+
};
|
|
12490
12798
|
rescheduling_policy: {
|
|
12491
12799
|
advance_notice: {
|
|
12492
12800
|
enabled: boolean;
|
|
@@ -12976,6 +13284,13 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
12976
13284
|
id: string;
|
|
12977
13285
|
name: string;
|
|
12978
13286
|
object: "service";
|
|
13287
|
+
provider_notifications: {
|
|
13288
|
+
additional_recipients: string[];
|
|
13289
|
+
notify_provider: boolean;
|
|
13290
|
+
types: {
|
|
13291
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
13292
|
+
}[];
|
|
13293
|
+
};
|
|
12979
13294
|
rescheduling_policy: {
|
|
12980
13295
|
advance_notice: {
|
|
12981
13296
|
enabled: boolean;
|
|
@@ -13179,6 +13494,13 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
13179
13494
|
id: string;
|
|
13180
13495
|
name: string;
|
|
13181
13496
|
object: "service";
|
|
13497
|
+
provider_notifications: {
|
|
13498
|
+
additional_recipients: string[];
|
|
13499
|
+
notify_provider: boolean;
|
|
13500
|
+
types: {
|
|
13501
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
13502
|
+
}[];
|
|
13503
|
+
};
|
|
13182
13504
|
rescheduling_policy: {
|
|
13183
13505
|
advance_notice: {
|
|
13184
13506
|
enabled: boolean;
|
|
@@ -13416,6 +13738,13 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13416
13738
|
id: string;
|
|
13417
13739
|
name: string;
|
|
13418
13740
|
object: "service";
|
|
13741
|
+
provider_notifications: {
|
|
13742
|
+
additional_recipients: string[];
|
|
13743
|
+
notify_provider: boolean;
|
|
13744
|
+
types: {
|
|
13745
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
13746
|
+
}[];
|
|
13747
|
+
};
|
|
13419
13748
|
rescheduling_policy: {
|
|
13420
13749
|
advance_notice: {
|
|
13421
13750
|
enabled: boolean;
|
|
@@ -13625,6 +13954,13 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
13625
13954
|
id: string;
|
|
13626
13955
|
name: string;
|
|
13627
13956
|
object: "service";
|
|
13957
|
+
provider_notifications: {
|
|
13958
|
+
additional_recipients: string[];
|
|
13959
|
+
notify_provider: boolean;
|
|
13960
|
+
types: {
|
|
13961
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
13962
|
+
}[];
|
|
13963
|
+
};
|
|
13628
13964
|
rescheduling_policy: {
|
|
13629
13965
|
advance_notice: {
|
|
13630
13966
|
enabled: boolean;
|
|
@@ -14070,6 +14406,13 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14070
14406
|
id: string;
|
|
14071
14407
|
name: string;
|
|
14072
14408
|
object: "service";
|
|
14409
|
+
provider_notifications: {
|
|
14410
|
+
additional_recipients: string[];
|
|
14411
|
+
notify_provider: boolean;
|
|
14412
|
+
types: {
|
|
14413
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
14414
|
+
}[];
|
|
14415
|
+
};
|
|
14073
14416
|
rescheduling_policy: {
|
|
14074
14417
|
advance_notice: {
|
|
14075
14418
|
enabled: boolean;
|
|
@@ -14192,6 +14535,13 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14192
14535
|
id: string;
|
|
14193
14536
|
name: string;
|
|
14194
14537
|
object: "service";
|
|
14538
|
+
provider_notifications: {
|
|
14539
|
+
additional_recipients: string[];
|
|
14540
|
+
notify_provider: boolean;
|
|
14541
|
+
types: {
|
|
14542
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
14543
|
+
}[];
|
|
14544
|
+
};
|
|
14195
14545
|
rescheduling_policy: {
|
|
14196
14546
|
advance_notice: {
|
|
14197
14547
|
enabled: boolean;
|
|
@@ -14389,6 +14739,13 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14389
14739
|
id: string;
|
|
14390
14740
|
name: string;
|
|
14391
14741
|
object: "service";
|
|
14742
|
+
provider_notifications: {
|
|
14743
|
+
additional_recipients: string[];
|
|
14744
|
+
notify_provider: boolean;
|
|
14745
|
+
types: {
|
|
14746
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
14747
|
+
}[];
|
|
14748
|
+
};
|
|
14392
14749
|
rescheduling_policy: {
|
|
14393
14750
|
advance_notice: {
|
|
14394
14751
|
enabled: boolean;
|
|
@@ -14511,6 +14868,13 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
14511
14868
|
id: string;
|
|
14512
14869
|
name: string;
|
|
14513
14870
|
object: "service";
|
|
14871
|
+
provider_notifications: {
|
|
14872
|
+
additional_recipients: string[];
|
|
14873
|
+
notify_provider: boolean;
|
|
14874
|
+
types: {
|
|
14875
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
14876
|
+
}[];
|
|
14877
|
+
};
|
|
14514
14878
|
rescheduling_policy: {
|
|
14515
14879
|
advance_notice: {
|
|
14516
14880
|
enabled: boolean;
|
|
@@ -14738,6 +15102,13 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
14738
15102
|
id: string;
|
|
14739
15103
|
name: string;
|
|
14740
15104
|
object: "service";
|
|
15105
|
+
provider_notifications: {
|
|
15106
|
+
additional_recipients: string[];
|
|
15107
|
+
notify_provider: boolean;
|
|
15108
|
+
types: {
|
|
15109
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
15110
|
+
}[];
|
|
15111
|
+
};
|
|
14741
15112
|
rescheduling_policy: {
|
|
14742
15113
|
advance_notice: {
|
|
14743
15114
|
enabled: boolean;
|
|
@@ -14860,6 +15231,13 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
14860
15231
|
id: string;
|
|
14861
15232
|
name: string;
|
|
14862
15233
|
object: "service";
|
|
15234
|
+
provider_notifications: {
|
|
15235
|
+
additional_recipients: string[];
|
|
15236
|
+
notify_provider: boolean;
|
|
15237
|
+
types: {
|
|
15238
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
15239
|
+
}[];
|
|
15240
|
+
};
|
|
14863
15241
|
rescheduling_policy: {
|
|
14864
15242
|
advance_notice: {
|
|
14865
15243
|
enabled: boolean;
|
|
@@ -15063,6 +15441,13 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15063
15441
|
id: string;
|
|
15064
15442
|
name: string;
|
|
15065
15443
|
object: "service";
|
|
15444
|
+
provider_notifications: {
|
|
15445
|
+
additional_recipients: string[];
|
|
15446
|
+
notify_provider: boolean;
|
|
15447
|
+
types: {
|
|
15448
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
15449
|
+
}[];
|
|
15450
|
+
};
|
|
15066
15451
|
rescheduling_policy: {
|
|
15067
15452
|
advance_notice: {
|
|
15068
15453
|
enabled: boolean;
|
|
@@ -15185,6 +15570,13 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
15185
15570
|
id: string;
|
|
15186
15571
|
name: string;
|
|
15187
15572
|
object: "service";
|
|
15573
|
+
provider_notifications: {
|
|
15574
|
+
additional_recipients: string[];
|
|
15575
|
+
notify_provider: boolean;
|
|
15576
|
+
types: {
|
|
15577
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
15578
|
+
}[];
|
|
15579
|
+
};
|
|
15188
15580
|
rescheduling_policy: {
|
|
15189
15581
|
advance_notice: {
|
|
15190
15582
|
enabled: boolean;
|
|
@@ -16590,6 +16982,13 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
16590
16982
|
id: string;
|
|
16591
16983
|
name: string;
|
|
16592
16984
|
object: "service";
|
|
16985
|
+
provider_notifications: {
|
|
16986
|
+
additional_recipients: string[];
|
|
16987
|
+
notify_provider: boolean;
|
|
16988
|
+
types: {
|
|
16989
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
16990
|
+
}[];
|
|
16991
|
+
};
|
|
16593
16992
|
rescheduling_policy: {
|
|
16594
16993
|
advance_notice: {
|
|
16595
16994
|
enabled: boolean;
|
|
@@ -16648,6 +17047,13 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
16648
17047
|
id: string;
|
|
16649
17048
|
name: string;
|
|
16650
17049
|
object: "service";
|
|
17050
|
+
provider_notifications: {
|
|
17051
|
+
additional_recipients: string[];
|
|
17052
|
+
notify_provider: boolean;
|
|
17053
|
+
types: {
|
|
17054
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
17055
|
+
}[];
|
|
17056
|
+
};
|
|
16651
17057
|
rescheduling_policy: {
|
|
16652
17058
|
advance_notice: {
|
|
16653
17059
|
enabled: boolean;
|
|
@@ -16959,6 +17365,13 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
16959
17365
|
id: string;
|
|
16960
17366
|
name: string;
|
|
16961
17367
|
object: "service";
|
|
17368
|
+
provider_notifications: {
|
|
17369
|
+
additional_recipients: string[];
|
|
17370
|
+
notify_provider: boolean;
|
|
17371
|
+
types: {
|
|
17372
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
17373
|
+
}[];
|
|
17374
|
+
};
|
|
16962
17375
|
rescheduling_policy: {
|
|
16963
17376
|
advance_notice: {
|
|
16964
17377
|
enabled: boolean;
|
|
@@ -17023,6 +17436,13 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
17023
17436
|
id: string;
|
|
17024
17437
|
name: string;
|
|
17025
17438
|
object: "service";
|
|
17439
|
+
provider_notifications: {
|
|
17440
|
+
additional_recipients: string[];
|
|
17441
|
+
notify_provider: boolean;
|
|
17442
|
+
types: {
|
|
17443
|
+
type: "new_appointment" | "rescheduled" | "canceled";
|
|
17444
|
+
}[];
|
|
17445
|
+
};
|
|
17026
17446
|
rescheduling_policy: {
|
|
17027
17447
|
advance_notice: {
|
|
17028
17448
|
enabled: boolean;
|