@savvycal/appointments-react-query 2.1.0 → 2.1.1
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 +84 -78
- package/dist/index.d.ts +84 -78
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ declare const useAbandonBookingIntent: (options?: Options$1S) => _tanstack_react
|
|
|
306
306
|
count?: number | null;
|
|
307
307
|
freq: "daily" | "weekly";
|
|
308
308
|
interval?: number;
|
|
309
|
-
until?:
|
|
309
|
+
until?: string | null;
|
|
310
310
|
};
|
|
311
311
|
start_times: string[];
|
|
312
312
|
}[];
|
|
@@ -502,7 +502,7 @@ declare const useAbandonBookingIntent: (options?: Options$1S) => _tanstack_react
|
|
|
502
502
|
count?: number | null;
|
|
503
503
|
freq: "daily" | "weekly";
|
|
504
504
|
interval?: number;
|
|
505
|
-
until?:
|
|
505
|
+
until?: string | null;
|
|
506
506
|
};
|
|
507
507
|
start_times: string[];
|
|
508
508
|
}[];
|
|
@@ -791,7 +791,7 @@ declare const useAbandonBookingIntent: (options?: Options$1S) => _tanstack_react
|
|
|
791
791
|
count?: number | null;
|
|
792
792
|
freq: "daily" | "weekly";
|
|
793
793
|
interval?: number;
|
|
794
|
-
until?:
|
|
794
|
+
until?: string | null;
|
|
795
795
|
};
|
|
796
796
|
start_times: string[];
|
|
797
797
|
}[];
|
|
@@ -987,7 +987,7 @@ declare const useAbandonBookingIntent: (options?: Options$1S) => _tanstack_react
|
|
|
987
987
|
count?: number | null;
|
|
988
988
|
freq: "daily" | "weekly";
|
|
989
989
|
interval?: number;
|
|
990
|
-
until?:
|
|
990
|
+
until?: string | null;
|
|
991
991
|
};
|
|
992
992
|
start_times: string[];
|
|
993
993
|
}[];
|
|
@@ -1333,7 +1333,7 @@ declare const useAbandonBookingIntent: (options?: Options$1S) => _tanstack_react
|
|
|
1333
1333
|
count?: number | null;
|
|
1334
1334
|
freq: "daily" | "weekly";
|
|
1335
1335
|
interval?: number;
|
|
1336
|
-
until?:
|
|
1336
|
+
until?: string | null;
|
|
1337
1337
|
};
|
|
1338
1338
|
start_times: string[];
|
|
1339
1339
|
}[];
|
|
@@ -1529,7 +1529,7 @@ declare const useAbandonBookingIntent: (options?: Options$1S) => _tanstack_react
|
|
|
1529
1529
|
count?: number | null;
|
|
1530
1530
|
freq: "daily" | "weekly";
|
|
1531
1531
|
interval?: number;
|
|
1532
|
-
until?:
|
|
1532
|
+
until?: string | null;
|
|
1533
1533
|
};
|
|
1534
1534
|
start_times: string[];
|
|
1535
1535
|
}[];
|
|
@@ -2382,7 +2382,7 @@ declare const useCancelAppointment: (options?: Options$1P) => _tanstack_react_qu
|
|
|
2382
2382
|
count?: number | null;
|
|
2383
2383
|
freq: "daily" | "weekly";
|
|
2384
2384
|
interval?: number;
|
|
2385
|
-
until?:
|
|
2385
|
+
until?: string | null;
|
|
2386
2386
|
};
|
|
2387
2387
|
start_times: string[];
|
|
2388
2388
|
}[];
|
|
@@ -2663,7 +2663,7 @@ declare const useCancelAppointment: (options?: Options$1P) => _tanstack_react_qu
|
|
|
2663
2663
|
count?: number | null;
|
|
2664
2664
|
freq: "daily" | "weekly";
|
|
2665
2665
|
interval?: number;
|
|
2666
|
-
until?:
|
|
2666
|
+
until?: string | null;
|
|
2667
2667
|
};
|
|
2668
2668
|
start_times: string[];
|
|
2669
2669
|
}[];
|
|
@@ -2996,7 +2996,7 @@ declare const useCancelAppointment: (options?: Options$1P) => _tanstack_react_qu
|
|
|
2996
2996
|
count?: number | null;
|
|
2997
2997
|
freq: "daily" | "weekly";
|
|
2998
2998
|
interval?: number;
|
|
2999
|
-
until?:
|
|
2999
|
+
until?: string | null;
|
|
3000
3000
|
};
|
|
3001
3001
|
start_times: string[];
|
|
3002
3002
|
}[];
|
|
@@ -3662,7 +3662,7 @@ declare const useCompleteBookingIntent: (options?: Options$1L) => _tanstack_reac
|
|
|
3662
3662
|
count?: number | null;
|
|
3663
3663
|
freq: "daily" | "weekly";
|
|
3664
3664
|
interval?: number;
|
|
3665
|
-
until?:
|
|
3665
|
+
until?: string | null;
|
|
3666
3666
|
};
|
|
3667
3667
|
start_times: string[];
|
|
3668
3668
|
}[];
|
|
@@ -3858,7 +3858,7 @@ declare const useCompleteBookingIntent: (options?: Options$1L) => _tanstack_reac
|
|
|
3858
3858
|
count?: number | null;
|
|
3859
3859
|
freq: "daily" | "weekly";
|
|
3860
3860
|
interval?: number;
|
|
3861
|
-
until?:
|
|
3861
|
+
until?: string | null;
|
|
3862
3862
|
};
|
|
3863
3863
|
start_times: string[];
|
|
3864
3864
|
}[];
|
|
@@ -4147,7 +4147,7 @@ declare const useCompleteBookingIntent: (options?: Options$1L) => _tanstack_reac
|
|
|
4147
4147
|
count?: number | null;
|
|
4148
4148
|
freq: "daily" | "weekly";
|
|
4149
4149
|
interval?: number;
|
|
4150
|
-
until?:
|
|
4150
|
+
until?: string | null;
|
|
4151
4151
|
};
|
|
4152
4152
|
start_times: string[];
|
|
4153
4153
|
}[];
|
|
@@ -4343,7 +4343,7 @@ declare const useCompleteBookingIntent: (options?: Options$1L) => _tanstack_reac
|
|
|
4343
4343
|
count?: number | null;
|
|
4344
4344
|
freq: "daily" | "weekly";
|
|
4345
4345
|
interval?: number;
|
|
4346
|
-
until?:
|
|
4346
|
+
until?: string | null;
|
|
4347
4347
|
};
|
|
4348
4348
|
start_times: string[];
|
|
4349
4349
|
}[];
|
|
@@ -4722,7 +4722,7 @@ declare const useCompleteBookingIntent: (options?: Options$1L) => _tanstack_reac
|
|
|
4722
4722
|
count?: number | null;
|
|
4723
4723
|
freq: "daily" | "weekly";
|
|
4724
4724
|
interval?: number;
|
|
4725
|
-
until?:
|
|
4725
|
+
until?: string | null;
|
|
4726
4726
|
};
|
|
4727
4727
|
start_times: string[];
|
|
4728
4728
|
}[];
|
|
@@ -4918,7 +4918,7 @@ declare const useCompleteBookingIntent: (options?: Options$1L) => _tanstack_reac
|
|
|
4918
4918
|
count?: number | null;
|
|
4919
4919
|
freq: "daily" | "weekly";
|
|
4920
4920
|
interval?: number;
|
|
4921
|
-
until?:
|
|
4921
|
+
until?: string | null;
|
|
4922
4922
|
};
|
|
4923
4923
|
start_times: string[];
|
|
4924
4924
|
}[];
|
|
@@ -5642,7 +5642,7 @@ declare const useConfirmAppointment: (options?: Options$1J) => _tanstack_react_q
|
|
|
5642
5642
|
count?: number | null;
|
|
5643
5643
|
freq: "daily" | "weekly";
|
|
5644
5644
|
interval?: number;
|
|
5645
|
-
until?:
|
|
5645
|
+
until?: string | null;
|
|
5646
5646
|
};
|
|
5647
5647
|
start_times: string[];
|
|
5648
5648
|
}[];
|
|
@@ -5923,7 +5923,7 @@ declare const useConfirmAppointment: (options?: Options$1J) => _tanstack_react_q
|
|
|
5923
5923
|
count?: number | null;
|
|
5924
5924
|
freq: "daily" | "weekly";
|
|
5925
5925
|
interval?: number;
|
|
5926
|
-
until?:
|
|
5926
|
+
until?: string | null;
|
|
5927
5927
|
};
|
|
5928
5928
|
start_times: string[];
|
|
5929
5929
|
}[];
|
|
@@ -6254,7 +6254,7 @@ declare const useConfirmAppointment: (options?: Options$1J) => _tanstack_react_q
|
|
|
6254
6254
|
count?: number | null;
|
|
6255
6255
|
freq: "daily" | "weekly";
|
|
6256
6256
|
interval?: number;
|
|
6257
|
-
until?:
|
|
6257
|
+
until?: string | null;
|
|
6258
6258
|
};
|
|
6259
6259
|
start_times: string[];
|
|
6260
6260
|
}[];
|
|
@@ -6892,7 +6892,7 @@ declare const useCreateAppointment: (options?: Options$1G) => _tanstack_react_qu
|
|
|
6892
6892
|
count?: number | null;
|
|
6893
6893
|
freq: "daily" | "weekly";
|
|
6894
6894
|
interval?: number;
|
|
6895
|
-
until?:
|
|
6895
|
+
until?: string | null;
|
|
6896
6896
|
};
|
|
6897
6897
|
start_times: string[];
|
|
6898
6898
|
}[];
|
|
@@ -7173,7 +7173,7 @@ declare const useCreateAppointment: (options?: Options$1G) => _tanstack_react_qu
|
|
|
7173
7173
|
count?: number | null;
|
|
7174
7174
|
freq: "daily" | "weekly";
|
|
7175
7175
|
interval?: number;
|
|
7176
|
-
until?:
|
|
7176
|
+
until?: string | null;
|
|
7177
7177
|
};
|
|
7178
7178
|
start_times: string[];
|
|
7179
7179
|
}[];
|
|
@@ -7520,7 +7520,7 @@ declare const useCreateAppointment: (options?: Options$1G) => _tanstack_react_qu
|
|
|
7520
7520
|
count?: number | null;
|
|
7521
7521
|
freq: "daily" | "weekly";
|
|
7522
7522
|
interval?: number;
|
|
7523
|
-
until?:
|
|
7523
|
+
until?: string | null;
|
|
7524
7524
|
};
|
|
7525
7525
|
start_times: string[];
|
|
7526
7526
|
}[];
|
|
@@ -7601,7 +7601,7 @@ declare const useCreateBlock: (options?: Options$1F) => _tanstack_react_query.Us
|
|
|
7601
7601
|
count?: number | null;
|
|
7602
7602
|
freq: "daily" | "weekly";
|
|
7603
7603
|
interval?: number;
|
|
7604
|
-
until?:
|
|
7604
|
+
until?: string | null;
|
|
7605
7605
|
} | null;
|
|
7606
7606
|
service_id: string | null;
|
|
7607
7607
|
start_time: string | null;
|
|
@@ -7631,7 +7631,7 @@ declare const useCreateBlock: (options?: Options$1F) => _tanstack_react_query.Us
|
|
|
7631
7631
|
count?: number | null;
|
|
7632
7632
|
freq: "daily" | "weekly";
|
|
7633
7633
|
interval?: number;
|
|
7634
|
-
until?:
|
|
7634
|
+
until?: string | null;
|
|
7635
7635
|
} | null;
|
|
7636
7636
|
service_id: string | null;
|
|
7637
7637
|
start_time: string | null;
|
|
@@ -7694,7 +7694,7 @@ declare const useCreateBlock: (options?: Options$1F) => _tanstack_react_query.Us
|
|
|
7694
7694
|
count?: number | null;
|
|
7695
7695
|
freq: "daily" | "weekly";
|
|
7696
7696
|
interval?: number;
|
|
7697
|
-
until?:
|
|
7697
|
+
until?: string | null;
|
|
7698
7698
|
} | null;
|
|
7699
7699
|
service_id?: string | null;
|
|
7700
7700
|
start_time?: string | null;
|
|
@@ -7725,7 +7725,7 @@ declare const useCreateBlock: (options?: Options$1F) => _tanstack_react_query.Us
|
|
|
7725
7725
|
count?: number | null;
|
|
7726
7726
|
freq: "daily" | "weekly";
|
|
7727
7727
|
interval?: number;
|
|
7728
|
-
until?:
|
|
7728
|
+
until?: string | null;
|
|
7729
7729
|
} | null;
|
|
7730
7730
|
service_id: string | null;
|
|
7731
7731
|
start_time: string | null;
|
|
@@ -8025,7 +8025,7 @@ declare const useCreateBookingIntent: (options?: Options$1E) => _tanstack_react_
|
|
|
8025
8025
|
count?: number | null;
|
|
8026
8026
|
freq: "daily" | "weekly";
|
|
8027
8027
|
interval?: number;
|
|
8028
|
-
until?:
|
|
8028
|
+
until?: string | null;
|
|
8029
8029
|
};
|
|
8030
8030
|
start_times: string[];
|
|
8031
8031
|
}[];
|
|
@@ -8221,7 +8221,7 @@ declare const useCreateBookingIntent: (options?: Options$1E) => _tanstack_react_
|
|
|
8221
8221
|
count?: number | null;
|
|
8222
8222
|
freq: "daily" | "weekly";
|
|
8223
8223
|
interval?: number;
|
|
8224
|
-
until?:
|
|
8224
|
+
until?: string | null;
|
|
8225
8225
|
};
|
|
8226
8226
|
start_times: string[];
|
|
8227
8227
|
}[];
|
|
@@ -8510,7 +8510,7 @@ declare const useCreateBookingIntent: (options?: Options$1E) => _tanstack_react_
|
|
|
8510
8510
|
count?: number | null;
|
|
8511
8511
|
freq: "daily" | "weekly";
|
|
8512
8512
|
interval?: number;
|
|
8513
|
-
until?:
|
|
8513
|
+
until?: string | null;
|
|
8514
8514
|
};
|
|
8515
8515
|
start_times: string[];
|
|
8516
8516
|
}[];
|
|
@@ -8706,7 +8706,7 @@ declare const useCreateBookingIntent: (options?: Options$1E) => _tanstack_react_
|
|
|
8706
8706
|
count?: number | null;
|
|
8707
8707
|
freq: "daily" | "weekly";
|
|
8708
8708
|
interval?: number;
|
|
8709
|
-
until?:
|
|
8709
|
+
until?: string | null;
|
|
8710
8710
|
};
|
|
8711
8711
|
start_times: string[];
|
|
8712
8712
|
}[];
|
|
@@ -9094,7 +9094,7 @@ declare const useCreateBookingIntent: (options?: Options$1E) => _tanstack_react_
|
|
|
9094
9094
|
count?: number | null;
|
|
9095
9095
|
freq: "daily" | "weekly";
|
|
9096
9096
|
interval?: number;
|
|
9097
|
-
until?:
|
|
9097
|
+
until?: string | null;
|
|
9098
9098
|
};
|
|
9099
9099
|
start_times: string[];
|
|
9100
9100
|
}[];
|
|
@@ -9290,7 +9290,7 @@ declare const useCreateBookingIntent: (options?: Options$1E) => _tanstack_react_
|
|
|
9290
9290
|
count?: number | null;
|
|
9291
9291
|
freq: "daily" | "weekly";
|
|
9292
9292
|
interval?: number;
|
|
9293
|
-
until?:
|
|
9293
|
+
until?: string | null;
|
|
9294
9294
|
};
|
|
9295
9295
|
start_times: string[];
|
|
9296
9296
|
}[];
|
|
@@ -10879,7 +10879,9 @@ declare const useCreateProviderSchedule: (options?: Options$1v) => _tanstack_rea
|
|
|
10879
10879
|
parameters: {
|
|
10880
10880
|
query?: never;
|
|
10881
10881
|
header?: never;
|
|
10882
|
-
path
|
|
10882
|
+
path: {
|
|
10883
|
+
provider_id: string;
|
|
10884
|
+
};
|
|
10883
10885
|
cookie?: never;
|
|
10884
10886
|
};
|
|
10885
10887
|
requestBody?: {
|
|
@@ -10958,7 +10960,7 @@ declare const useCreateProviderSchedule: (options?: Options$1v) => _tanstack_rea
|
|
|
10958
10960
|
};
|
|
10959
10961
|
};
|
|
10960
10962
|
};
|
|
10961
|
-
}
|
|
10963
|
+
}>>;
|
|
10962
10964
|
|
|
10963
10965
|
interface Options$1u extends MutationOptionsFor<"post", "/v1/public/appointments"> {
|
|
10964
10966
|
client?: QueryClient;
|
|
@@ -11721,7 +11723,7 @@ declare const useCreateService: (options?: Options$1r) => _tanstack_react_query.
|
|
|
11721
11723
|
count?: number | null;
|
|
11722
11724
|
freq: "daily" | "weekly";
|
|
11723
11725
|
interval?: number;
|
|
11724
|
-
until?:
|
|
11726
|
+
until?: string | null;
|
|
11725
11727
|
};
|
|
11726
11728
|
start_times: string[];
|
|
11727
11729
|
}[];
|
|
@@ -11804,7 +11806,7 @@ declare const useCreateService: (options?: Options$1r) => _tanstack_react_query.
|
|
|
11804
11806
|
count?: number | null;
|
|
11805
11807
|
freq: "daily" | "weekly";
|
|
11806
11808
|
interval?: number;
|
|
11807
|
-
until?:
|
|
11809
|
+
until?: string | null;
|
|
11808
11810
|
};
|
|
11809
11811
|
start_times: string[];
|
|
11810
11812
|
}[];
|
|
@@ -11912,7 +11914,7 @@ declare const useCreateService: (options?: Options$1r) => _tanstack_react_query.
|
|
|
11912
11914
|
count?: number | null;
|
|
11913
11915
|
freq: "daily" | "weekly";
|
|
11914
11916
|
interval?: number;
|
|
11915
|
-
until?:
|
|
11917
|
+
until?: string | null;
|
|
11916
11918
|
};
|
|
11917
11919
|
start_times: string[];
|
|
11918
11920
|
}[];
|
|
@@ -11996,7 +11998,7 @@ declare const useCreateService: (options?: Options$1r) => _tanstack_react_query.
|
|
|
11996
11998
|
count?: number | null;
|
|
11997
11999
|
freq: "daily" | "weekly";
|
|
11998
12000
|
interval?: number;
|
|
11999
|
-
until?:
|
|
12001
|
+
until?: string | null;
|
|
12000
12002
|
};
|
|
12001
12003
|
start_times: string[];
|
|
12002
12004
|
}[];
|
|
@@ -13862,7 +13864,7 @@ declare const useRescheduleAppointment: (options?: Options$1a) => _tanstack_reac
|
|
|
13862
13864
|
count?: number | null;
|
|
13863
13865
|
freq: "daily" | "weekly";
|
|
13864
13866
|
interval?: number;
|
|
13865
|
-
until?:
|
|
13867
|
+
until?: string | null;
|
|
13866
13868
|
};
|
|
13867
13869
|
start_times: string[];
|
|
13868
13870
|
}[];
|
|
@@ -14143,7 +14145,7 @@ declare const useRescheduleAppointment: (options?: Options$1a) => _tanstack_reac
|
|
|
14143
14145
|
count?: number | null;
|
|
14144
14146
|
freq: "daily" | "weekly";
|
|
14145
14147
|
interval?: number;
|
|
14146
|
-
until?:
|
|
14148
|
+
until?: string | null;
|
|
14147
14149
|
};
|
|
14148
14150
|
start_times: string[];
|
|
14149
14151
|
}[];
|
|
@@ -14478,7 +14480,7 @@ declare const useRescheduleAppointment: (options?: Options$1a) => _tanstack_reac
|
|
|
14478
14480
|
count?: number | null;
|
|
14479
14481
|
freq: "daily" | "weekly";
|
|
14480
14482
|
interval?: number;
|
|
14481
|
-
until?:
|
|
14483
|
+
until?: string | null;
|
|
14482
14484
|
};
|
|
14483
14485
|
start_times: string[];
|
|
14484
14486
|
}[];
|
|
@@ -16183,7 +16185,7 @@ declare const useUpdateBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
16183
16185
|
count?: number | null;
|
|
16184
16186
|
freq: "daily" | "weekly";
|
|
16185
16187
|
interval?: number;
|
|
16186
|
-
until?:
|
|
16188
|
+
until?: string | null;
|
|
16187
16189
|
} | null;
|
|
16188
16190
|
service_id: string | null;
|
|
16189
16191
|
start_time: string | null;
|
|
@@ -16213,7 +16215,7 @@ declare const useUpdateBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
16213
16215
|
count?: number | null;
|
|
16214
16216
|
freq: "daily" | "weekly";
|
|
16215
16217
|
interval?: number;
|
|
16216
|
-
until?:
|
|
16218
|
+
until?: string | null;
|
|
16217
16219
|
} | null;
|
|
16218
16220
|
service_id: string | null;
|
|
16219
16221
|
start_time: string | null;
|
|
@@ -16259,7 +16261,9 @@ declare const useUpdateBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
16259
16261
|
parameters: {
|
|
16260
16262
|
query?: never;
|
|
16261
16263
|
header?: never;
|
|
16262
|
-
path
|
|
16264
|
+
path: {
|
|
16265
|
+
block_id: string;
|
|
16266
|
+
};
|
|
16263
16267
|
cookie?: never;
|
|
16264
16268
|
};
|
|
16265
16269
|
requestBody?: {
|
|
@@ -16276,7 +16280,7 @@ declare const useUpdateBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
16276
16280
|
count?: number | null;
|
|
16277
16281
|
freq: "daily" | "weekly";
|
|
16278
16282
|
interval?: number;
|
|
16279
|
-
until?:
|
|
16283
|
+
until?: string | null;
|
|
16280
16284
|
} | null;
|
|
16281
16285
|
service_id?: string | null;
|
|
16282
16286
|
start_time?: string | null;
|
|
@@ -16307,7 +16311,7 @@ declare const useUpdateBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
16307
16311
|
count?: number | null;
|
|
16308
16312
|
freq: "daily" | "weekly";
|
|
16309
16313
|
interval?: number;
|
|
16310
|
-
until?:
|
|
16314
|
+
until?: string | null;
|
|
16311
16315
|
} | null;
|
|
16312
16316
|
service_id: string | null;
|
|
16313
16317
|
start_time: string | null;
|
|
@@ -16350,7 +16354,7 @@ declare const useUpdateBlock: (options?: Options$10) => _tanstack_react_query.Us
|
|
|
16350
16354
|
};
|
|
16351
16355
|
};
|
|
16352
16356
|
};
|
|
16353
|
-
}
|
|
16357
|
+
}>>;
|
|
16354
16358
|
|
|
16355
16359
|
interface Options$$ extends MutationOptionsFor<"patch", "/v1/booking_intents/{booking_intent_id}"> {
|
|
16356
16360
|
client?: QueryClient;
|
|
@@ -16607,7 +16611,7 @@ declare const useUpdateBookingIntent: (options?: Options$$) => _tanstack_react_q
|
|
|
16607
16611
|
count?: number | null;
|
|
16608
16612
|
freq: "daily" | "weekly";
|
|
16609
16613
|
interval?: number;
|
|
16610
|
-
until?:
|
|
16614
|
+
until?: string | null;
|
|
16611
16615
|
};
|
|
16612
16616
|
start_times: string[];
|
|
16613
16617
|
}[];
|
|
@@ -16803,7 +16807,7 @@ declare const useUpdateBookingIntent: (options?: Options$$) => _tanstack_react_q
|
|
|
16803
16807
|
count?: number | null;
|
|
16804
16808
|
freq: "daily" | "weekly";
|
|
16805
16809
|
interval?: number;
|
|
16806
|
-
until?:
|
|
16810
|
+
until?: string | null;
|
|
16807
16811
|
};
|
|
16808
16812
|
start_times: string[];
|
|
16809
16813
|
}[];
|
|
@@ -17092,7 +17096,7 @@ declare const useUpdateBookingIntent: (options?: Options$$) => _tanstack_react_q
|
|
|
17092
17096
|
count?: number | null;
|
|
17093
17097
|
freq: "daily" | "weekly";
|
|
17094
17098
|
interval?: number;
|
|
17095
|
-
until?:
|
|
17099
|
+
until?: string | null;
|
|
17096
17100
|
};
|
|
17097
17101
|
start_times: string[];
|
|
17098
17102
|
}[];
|
|
@@ -17288,7 +17292,7 @@ declare const useUpdateBookingIntent: (options?: Options$$) => _tanstack_react_q
|
|
|
17288
17292
|
count?: number | null;
|
|
17289
17293
|
freq: "daily" | "weekly";
|
|
17290
17294
|
interval?: number;
|
|
17291
|
-
until?:
|
|
17295
|
+
until?: string | null;
|
|
17292
17296
|
};
|
|
17293
17297
|
start_times: string[];
|
|
17294
17298
|
}[];
|
|
@@ -17678,7 +17682,7 @@ declare const useUpdateBookingIntent: (options?: Options$$) => _tanstack_react_q
|
|
|
17678
17682
|
count?: number | null;
|
|
17679
17683
|
freq: "daily" | "weekly";
|
|
17680
17684
|
interval?: number;
|
|
17681
|
-
until?:
|
|
17685
|
+
until?: string | null;
|
|
17682
17686
|
};
|
|
17683
17687
|
start_times: string[];
|
|
17684
17688
|
}[];
|
|
@@ -17874,7 +17878,7 @@ declare const useUpdateBookingIntent: (options?: Options$$) => _tanstack_react_q
|
|
|
17874
17878
|
count?: number | null;
|
|
17875
17879
|
freq: "daily" | "weekly";
|
|
17876
17880
|
interval?: number;
|
|
17877
|
-
until?:
|
|
17881
|
+
until?: string | null;
|
|
17878
17882
|
};
|
|
17879
17883
|
start_times: string[];
|
|
17880
17884
|
}[];
|
|
@@ -19626,7 +19630,9 @@ declare const useUpdateProviderSchedule: (options?: Options$S) => _tanstack_reac
|
|
|
19626
19630
|
parameters: {
|
|
19627
19631
|
query?: never;
|
|
19628
19632
|
header?: never;
|
|
19629
|
-
path
|
|
19633
|
+
path: {
|
|
19634
|
+
provider_schedule_id: string;
|
|
19635
|
+
};
|
|
19630
19636
|
cookie?: never;
|
|
19631
19637
|
};
|
|
19632
19638
|
requestBody?: {
|
|
@@ -19705,7 +19711,7 @@ declare const useUpdateProviderSchedule: (options?: Options$S) => _tanstack_reac
|
|
|
19705
19711
|
};
|
|
19706
19712
|
};
|
|
19707
19713
|
};
|
|
19708
|
-
}
|
|
19714
|
+
}>>;
|
|
19709
19715
|
|
|
19710
19716
|
interface Options$R extends MutationOptionsFor<"patch", "/v1/public/booking_intents/{booking_intent_id}"> {
|
|
19711
19717
|
client?: QueryClient;
|
|
@@ -20502,7 +20508,7 @@ declare const useUpdateService: (options?: Options$O) => _tanstack_react_query.U
|
|
|
20502
20508
|
count?: number | null;
|
|
20503
20509
|
freq: "daily" | "weekly";
|
|
20504
20510
|
interval?: number;
|
|
20505
|
-
until?:
|
|
20511
|
+
until?: string | null;
|
|
20506
20512
|
};
|
|
20507
20513
|
start_times: string[];
|
|
20508
20514
|
}[];
|
|
@@ -20585,7 +20591,7 @@ declare const useUpdateService: (options?: Options$O) => _tanstack_react_query.U
|
|
|
20585
20591
|
count?: number | null;
|
|
20586
20592
|
freq: "daily" | "weekly";
|
|
20587
20593
|
interval?: number;
|
|
20588
|
-
until?:
|
|
20594
|
+
until?: string | null;
|
|
20589
20595
|
};
|
|
20590
20596
|
start_times: string[];
|
|
20591
20597
|
}[];
|
|
@@ -20707,7 +20713,7 @@ declare const useUpdateService: (options?: Options$O) => _tanstack_react_query.U
|
|
|
20707
20713
|
count?: number | null;
|
|
20708
20714
|
freq: "daily" | "weekly";
|
|
20709
20715
|
interval?: number;
|
|
20710
|
-
until?:
|
|
20716
|
+
until?: string | null;
|
|
20711
20717
|
};
|
|
20712
20718
|
start_times: string[];
|
|
20713
20719
|
}[];
|
|
@@ -20791,7 +20797,7 @@ declare const useUpdateService: (options?: Options$O) => _tanstack_react_query.U
|
|
|
20791
20797
|
count?: number | null;
|
|
20792
20798
|
freq: "daily" | "weekly";
|
|
20793
20799
|
interval?: number;
|
|
20794
|
-
until?:
|
|
20800
|
+
until?: string | null;
|
|
20795
20801
|
};
|
|
20796
20802
|
start_times: string[];
|
|
20797
20803
|
}[];
|
|
@@ -21362,7 +21368,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
21362
21368
|
count?: number | null;
|
|
21363
21369
|
freq: "daily" | "weekly";
|
|
21364
21370
|
interval?: number;
|
|
21365
|
-
until?:
|
|
21371
|
+
until?: string | null;
|
|
21366
21372
|
};
|
|
21367
21373
|
start_times: string[];
|
|
21368
21374
|
}[];
|
|
@@ -21643,7 +21649,7 @@ declare const useAppointment: (appointment_id: AppointmentParams["path"]["appoin
|
|
|
21643
21649
|
count?: number | null;
|
|
21644
21650
|
freq: "daily" | "weekly";
|
|
21645
21651
|
interval?: number;
|
|
21646
|
-
until?:
|
|
21652
|
+
until?: string | null;
|
|
21647
21653
|
};
|
|
21648
21654
|
start_times: string[];
|
|
21649
21655
|
}[];
|
|
@@ -21958,7 +21964,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
21958
21964
|
count?: number | null;
|
|
21959
21965
|
freq: "daily" | "weekly";
|
|
21960
21966
|
interval?: number;
|
|
21961
|
-
until?:
|
|
21967
|
+
until?: string | null;
|
|
21962
21968
|
};
|
|
21963
21969
|
start_times: string[];
|
|
21964
21970
|
}[];
|
|
@@ -22245,7 +22251,7 @@ declare const useAppointments: (queryParams?: AppointmentsParams["query"], optio
|
|
|
22245
22251
|
count?: number | null;
|
|
22246
22252
|
freq: "daily" | "weekly";
|
|
22247
22253
|
interval?: number;
|
|
22248
|
-
until?:
|
|
22254
|
+
until?: string | null;
|
|
22249
22255
|
};
|
|
22250
22256
|
start_times: string[];
|
|
22251
22257
|
}[];
|
|
@@ -22346,7 +22352,7 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
22346
22352
|
count?: number | null;
|
|
22347
22353
|
freq: "daily" | "weekly";
|
|
22348
22354
|
interval?: number;
|
|
22349
|
-
until?:
|
|
22355
|
+
until?: string | null;
|
|
22350
22356
|
} | null;
|
|
22351
22357
|
service_id: string | null;
|
|
22352
22358
|
start_time: string | null;
|
|
@@ -22376,7 +22382,7 @@ declare const useBlock: (block_id: BlockParams["path"]["block_id"], options?: Op
|
|
|
22376
22382
|
count?: number | null;
|
|
22377
22383
|
freq: "daily" | "weekly";
|
|
22378
22384
|
interval?: number;
|
|
22379
|
-
until?:
|
|
22385
|
+
until?: string | null;
|
|
22380
22386
|
} | null;
|
|
22381
22387
|
service_id: string | null;
|
|
22382
22388
|
start_time: string | null;
|
|
@@ -22436,7 +22442,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
22436
22442
|
count?: number | null;
|
|
22437
22443
|
freq: "daily" | "weekly";
|
|
22438
22444
|
interval?: number;
|
|
22439
|
-
until?:
|
|
22445
|
+
until?: string | null;
|
|
22440
22446
|
} | null;
|
|
22441
22447
|
service_id: string | null;
|
|
22442
22448
|
start_time: string | null;
|
|
@@ -22472,7 +22478,7 @@ declare const useBlocks: (queryParams?: BlocksParams["query"], options?: Options
|
|
|
22472
22478
|
count?: number | null;
|
|
22473
22479
|
freq: "daily" | "weekly";
|
|
22474
22480
|
interval?: number;
|
|
22475
|
-
until?:
|
|
22481
|
+
until?: string | null;
|
|
22476
22482
|
} | null;
|
|
22477
22483
|
service_id: string | null;
|
|
22478
22484
|
start_time: string | null;
|
|
@@ -22778,7 +22784,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
22778
22784
|
count?: number | null;
|
|
22779
22785
|
freq: "daily" | "weekly";
|
|
22780
22786
|
interval?: number;
|
|
22781
|
-
until?:
|
|
22787
|
+
until?: string | null;
|
|
22782
22788
|
};
|
|
22783
22789
|
start_times: string[];
|
|
22784
22790
|
}[];
|
|
@@ -22974,7 +22980,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
22974
22980
|
count?: number | null;
|
|
22975
22981
|
freq: "daily" | "weekly";
|
|
22976
22982
|
interval?: number;
|
|
22977
|
-
until?:
|
|
22983
|
+
until?: string | null;
|
|
22978
22984
|
};
|
|
22979
22985
|
start_times: string[];
|
|
22980
22986
|
}[];
|
|
@@ -23263,7 +23269,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
23263
23269
|
count?: number | null;
|
|
23264
23270
|
freq: "daily" | "weekly";
|
|
23265
23271
|
interval?: number;
|
|
23266
|
-
until?:
|
|
23272
|
+
until?: string | null;
|
|
23267
23273
|
};
|
|
23268
23274
|
start_times: string[];
|
|
23269
23275
|
}[];
|
|
@@ -23459,7 +23465,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
|
|
|
23459
23465
|
count?: number | null;
|
|
23460
23466
|
freq: "daily" | "weekly";
|
|
23461
23467
|
interval?: number;
|
|
23462
|
-
until?:
|
|
23468
|
+
until?: string | null;
|
|
23463
23469
|
};
|
|
23464
23470
|
start_times: string[];
|
|
23465
23471
|
}[];
|
|
@@ -23855,7 +23861,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
23855
23861
|
count?: number | null;
|
|
23856
23862
|
freq: "daily" | "weekly";
|
|
23857
23863
|
interval?: number;
|
|
23858
|
-
until?:
|
|
23864
|
+
until?: string | null;
|
|
23859
23865
|
};
|
|
23860
23866
|
start_times: string[];
|
|
23861
23867
|
}[];
|
|
@@ -24051,7 +24057,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
24051
24057
|
count?: number | null;
|
|
24052
24058
|
freq: "daily" | "weekly";
|
|
24053
24059
|
interval?: number;
|
|
24054
|
-
until?:
|
|
24060
|
+
until?: string | null;
|
|
24055
24061
|
};
|
|
24056
24062
|
start_times: string[];
|
|
24057
24063
|
}[];
|
|
@@ -24346,7 +24352,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
24346
24352
|
count?: number | null;
|
|
24347
24353
|
freq: "daily" | "weekly";
|
|
24348
24354
|
interval?: number;
|
|
24349
|
-
until?:
|
|
24355
|
+
until?: string | null;
|
|
24350
24356
|
};
|
|
24351
24357
|
start_times: string[];
|
|
24352
24358
|
}[];
|
|
@@ -24542,7 +24548,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
|
|
|
24542
24548
|
count?: number | null;
|
|
24543
24549
|
freq: "daily" | "weekly";
|
|
24544
24550
|
interval?: number;
|
|
24545
|
-
until?:
|
|
24551
|
+
until?: string | null;
|
|
24546
24552
|
};
|
|
24547
24553
|
start_times: string[];
|
|
24548
24554
|
}[];
|
|
@@ -27258,7 +27264,7 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
27258
27264
|
count?: number | null;
|
|
27259
27265
|
freq: "daily" | "weekly";
|
|
27260
27266
|
interval?: number;
|
|
27261
|
-
until?:
|
|
27267
|
+
until?: string | null;
|
|
27262
27268
|
};
|
|
27263
27269
|
start_times: string[];
|
|
27264
27270
|
}[];
|
|
@@ -27341,7 +27347,7 @@ declare const useService: (service_id: ServiceParams["path"]["service_id"], opti
|
|
|
27341
27347
|
count?: number | null;
|
|
27342
27348
|
freq: "daily" | "weekly";
|
|
27343
27349
|
interval?: number;
|
|
27344
|
-
until?:
|
|
27350
|
+
until?: string | null;
|
|
27345
27351
|
};
|
|
27346
27352
|
start_times: string[];
|
|
27347
27353
|
}[];
|
|
@@ -27847,7 +27853,7 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
27847
27853
|
count?: number | null;
|
|
27848
27854
|
freq: "daily" | "weekly";
|
|
27849
27855
|
interval?: number;
|
|
27850
|
-
until?:
|
|
27856
|
+
until?: string | null;
|
|
27851
27857
|
};
|
|
27852
27858
|
start_times: string[];
|
|
27853
27859
|
}[];
|
|
@@ -27936,7 +27942,7 @@ declare const useServices: (queryParams?: ServicesParams["query"], options?: Opt
|
|
|
27936
27942
|
count?: number | null;
|
|
27937
27943
|
freq: "daily" | "weekly";
|
|
27938
27944
|
interval?: number;
|
|
27939
|
-
until?:
|
|
27945
|
+
until?: string | null;
|
|
27940
27946
|
};
|
|
27941
27947
|
start_times: string[];
|
|
27942
27948
|
}[];
|