@savvycal/appointments-react-query 1.1.0 → 1.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 CHANGED
@@ -314,7 +314,7 @@ declare const useAbandonBookingIntent: (options?: Options$1n) => _tanstack_react
314
314
  pointer: string;
315
315
  };
316
316
  title: string;
317
- }[];
317
+ }[] | null;
318
318
  hold_duration?: string | null;
319
319
  hold_enabled: boolean;
320
320
  hold_until?: string | null;
@@ -690,7 +690,7 @@ declare const useAbandonBookingIntent: (options?: Options$1n) => _tanstack_react
690
690
  pointer: string;
691
691
  };
692
692
  title: string;
693
- }[];
693
+ }[] | null;
694
694
  hold_duration?: string | null;
695
695
  hold_enabled: boolean;
696
696
  hold_until?: string | null;
@@ -1125,7 +1125,7 @@ declare const useAbandonBookingIntent: (options?: Options$1n) => _tanstack_react
1125
1125
  pointer: string;
1126
1126
  };
1127
1127
  title: string;
1128
- }[];
1128
+ }[] | null;
1129
1129
  hold_duration?: string | null;
1130
1130
  hold_enabled: boolean;
1131
1131
  hold_until?: string | null;
@@ -1339,7 +1339,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1m) => _tanstack
1339
1339
  pointer: string;
1340
1340
  };
1341
1341
  title: string;
1342
- }[];
1342
+ }[] | null;
1343
1343
  hold_until?: string | null;
1344
1344
  id: string;
1345
1345
  locked_fields?: string[];
@@ -1429,7 +1429,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1m) => _tanstack
1429
1429
  pointer: string;
1430
1430
  };
1431
1431
  title: string;
1432
- }[];
1432
+ }[] | null;
1433
1433
  hold_until?: string | null;
1434
1434
  id: string;
1435
1435
  locked_fields?: string[];
@@ -2818,7 +2818,7 @@ declare const useCompleteBookingIntent: (options?: Options$1i) => _tanstack_reac
2818
2818
  pointer: string;
2819
2819
  };
2820
2820
  title: string;
2821
- }[];
2821
+ }[] | null;
2822
2822
  hold_duration?: string | null;
2823
2823
  hold_enabled: boolean;
2824
2824
  hold_until?: string | null;
@@ -3194,7 +3194,7 @@ declare const useCompleteBookingIntent: (options?: Options$1i) => _tanstack_reac
3194
3194
  pointer: string;
3195
3195
  };
3196
3196
  title: string;
3197
- }[];
3197
+ }[] | null;
3198
3198
  hold_duration?: string | null;
3199
3199
  hold_enabled: boolean;
3200
3200
  hold_until?: string | null;
@@ -3662,7 +3662,7 @@ declare const useCompleteBookingIntent: (options?: Options$1i) => _tanstack_reac
3662
3662
  pointer: string;
3663
3663
  };
3664
3664
  title: string;
3665
- }[];
3665
+ }[] | null;
3666
3666
  hold_duration?: string | null;
3667
3667
  hold_enabled: boolean;
3668
3668
  hold_until?: string | null;
@@ -3876,7 +3876,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$1h) => _tanstac
3876
3876
  pointer: string;
3877
3877
  };
3878
3878
  title: string;
3879
- }[];
3879
+ }[] | null;
3880
3880
  hold_until?: string | null;
3881
3881
  id: string;
3882
3882
  locked_fields?: string[];
@@ -3995,7 +3995,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$1h) => _tanstac
3995
3995
  pointer: string;
3996
3996
  };
3997
3997
  title: string;
3998
- }[];
3998
+ }[] | null;
3999
3999
  hold_until?: string | null;
4000
4000
  id: string;
4001
4001
  locked_fields?: string[];
@@ -6333,7 +6333,7 @@ declare const useCreateBookingIntent: (options?: Options$1b) => _tanstack_react_
6333
6333
  pointer: string;
6334
6334
  };
6335
6335
  title: string;
6336
- }[];
6336
+ }[] | null;
6337
6337
  hold_duration?: string | null;
6338
6338
  hold_enabled: boolean;
6339
6339
  hold_until?: string | null;
@@ -6709,7 +6709,7 @@ declare const useCreateBookingIntent: (options?: Options$1b) => _tanstack_react_
6709
6709
  pointer: string;
6710
6710
  };
6711
6711
  title: string;
6712
- }[];
6712
+ }[] | null;
6713
6713
  hold_duration?: string | null;
6714
6714
  hold_enabled: boolean;
6715
6715
  hold_until?: string | null;
@@ -7179,7 +7179,7 @@ declare const useCreateBookingIntent: (options?: Options$1b) => _tanstack_react_
7179
7179
  pointer: string;
7180
7180
  };
7181
7181
  title: string;
7182
- }[];
7182
+ }[] | null;
7183
7183
  hold_duration?: string | null;
7184
7184
  hold_enabled: boolean;
7185
7185
  hold_until?: string | null;
@@ -8578,7 +8578,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$12) => _tanstack_
8578
8578
  pointer: string;
8579
8579
  };
8580
8580
  title: string;
8581
- }[];
8581
+ }[] | null;
8582
8582
  hold_until?: string | null;
8583
8583
  id: string;
8584
8584
  locked_fields?: string[];
@@ -8696,7 +8696,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$12) => _tanstack_
8696
8696
  pointer: string;
8697
8697
  };
8698
8698
  title: string;
8699
- }[];
8699
+ }[] | null;
8700
8700
  hold_until?: string | null;
8701
8701
  id: string;
8702
8702
  locked_fields?: string[];
@@ -12182,7 +12182,7 @@ declare const useUpdateBookingIntent: (options?: Options$K) => _tanstack_react_q
12182
12182
  pointer: string;
12183
12183
  };
12184
12184
  title: string;
12185
- }[];
12185
+ }[] | null;
12186
12186
  hold_duration?: string | null;
12187
12187
  hold_enabled: boolean;
12188
12188
  hold_until?: string | null;
@@ -12558,7 +12558,7 @@ declare const useUpdateBookingIntent: (options?: Options$K) => _tanstack_react_q
12558
12558
  pointer: string;
12559
12559
  };
12560
12560
  title: string;
12561
- }[];
12561
+ }[] | null;
12562
12562
  hold_duration?: string | null;
12563
12563
  hold_enabled: boolean;
12564
12564
  hold_until?: string | null;
@@ -13030,7 +13030,7 @@ declare const useUpdateBookingIntent: (options?: Options$K) => _tanstack_react_q
13030
13030
  pointer: string;
13031
13031
  };
13032
13032
  title: string;
13033
- }[];
13033
+ }[] | null;
13034
13034
  hold_duration?: string | null;
13035
13035
  hold_enabled: boolean;
13036
13036
  hold_until?: string | null;
@@ -14467,7 +14467,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$C) => _tanstack_r
14467
14467
  pointer: string;
14468
14468
  };
14469
14469
  title: string;
14470
- }[];
14470
+ }[] | null;
14471
14471
  hold_until?: string | null;
14472
14472
  id: string;
14473
14473
  locked_fields?: string[];
@@ -14586,7 +14586,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$C) => _tanstack_r
14586
14586
  pointer: string;
14587
14587
  };
14588
14588
  title: string;
14589
- }[];
14589
+ }[] | null;
14590
14590
  hold_until?: string | null;
14591
14591
  id: string;
14592
14592
  locked_fields?: string[];
@@ -16736,7 +16736,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
16736
16736
  pointer: string;
16737
16737
  };
16738
16738
  title: string;
16739
- }[];
16739
+ }[] | null;
16740
16740
  hold_duration?: string | null;
16741
16741
  hold_enabled: boolean;
16742
16742
  hold_until?: string | null;
@@ -17112,7 +17112,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
17112
17112
  pointer: string;
17113
17113
  };
17114
17114
  title: string;
17115
- }[];
17115
+ }[] | null;
17116
17116
  hold_duration?: string | null;
17117
17117
  hold_enabled: boolean;
17118
17118
  hold_until?: string | null;
@@ -17518,7 +17518,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
17518
17518
  pointer: string;
17519
17519
  };
17520
17520
  title: string;
17521
- }[];
17521
+ }[] | null;
17522
17522
  hold_duration?: string | null;
17523
17523
  hold_enabled: boolean;
17524
17524
  hold_until?: string | null;
@@ -17900,7 +17900,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
17900
17900
  pointer: string;
17901
17901
  };
17902
17902
  title: string;
17903
- }[];
17903
+ }[] | null;
17904
17904
  hold_duration?: string | null;
17905
17905
  hold_enabled: boolean;
17906
17906
  hold_until?: string | null;
@@ -19536,7 +19536,7 @@ declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentPar
19536
19536
  pointer: string;
19537
19537
  };
19538
19538
  title: string;
19539
- }[];
19539
+ }[] | null;
19540
19540
  hold_until?: string | null;
19541
19541
  id: string;
19542
19542
  locked_fields?: string[];
package/dist/index.d.ts CHANGED
@@ -314,7 +314,7 @@ declare const useAbandonBookingIntent: (options?: Options$1n) => _tanstack_react
314
314
  pointer: string;
315
315
  };
316
316
  title: string;
317
- }[];
317
+ }[] | null;
318
318
  hold_duration?: string | null;
319
319
  hold_enabled: boolean;
320
320
  hold_until?: string | null;
@@ -690,7 +690,7 @@ declare const useAbandonBookingIntent: (options?: Options$1n) => _tanstack_react
690
690
  pointer: string;
691
691
  };
692
692
  title: string;
693
- }[];
693
+ }[] | null;
694
694
  hold_duration?: string | null;
695
695
  hold_enabled: boolean;
696
696
  hold_until?: string | null;
@@ -1125,7 +1125,7 @@ declare const useAbandonBookingIntent: (options?: Options$1n) => _tanstack_react
1125
1125
  pointer: string;
1126
1126
  };
1127
1127
  title: string;
1128
- }[];
1128
+ }[] | null;
1129
1129
  hold_duration?: string | null;
1130
1130
  hold_enabled: boolean;
1131
1131
  hold_until?: string | null;
@@ -1339,7 +1339,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1m) => _tanstack
1339
1339
  pointer: string;
1340
1340
  };
1341
1341
  title: string;
1342
- }[];
1342
+ }[] | null;
1343
1343
  hold_until?: string | null;
1344
1344
  id: string;
1345
1345
  locked_fields?: string[];
@@ -1429,7 +1429,7 @@ declare const useAbandonPublicBookingIntent: (options?: Options$1m) => _tanstack
1429
1429
  pointer: string;
1430
1430
  };
1431
1431
  title: string;
1432
- }[];
1432
+ }[] | null;
1433
1433
  hold_until?: string | null;
1434
1434
  id: string;
1435
1435
  locked_fields?: string[];
@@ -2818,7 +2818,7 @@ declare const useCompleteBookingIntent: (options?: Options$1i) => _tanstack_reac
2818
2818
  pointer: string;
2819
2819
  };
2820
2820
  title: string;
2821
- }[];
2821
+ }[] | null;
2822
2822
  hold_duration?: string | null;
2823
2823
  hold_enabled: boolean;
2824
2824
  hold_until?: string | null;
@@ -3194,7 +3194,7 @@ declare const useCompleteBookingIntent: (options?: Options$1i) => _tanstack_reac
3194
3194
  pointer: string;
3195
3195
  };
3196
3196
  title: string;
3197
- }[];
3197
+ }[] | null;
3198
3198
  hold_duration?: string | null;
3199
3199
  hold_enabled: boolean;
3200
3200
  hold_until?: string | null;
@@ -3662,7 +3662,7 @@ declare const useCompleteBookingIntent: (options?: Options$1i) => _tanstack_reac
3662
3662
  pointer: string;
3663
3663
  };
3664
3664
  title: string;
3665
- }[];
3665
+ }[] | null;
3666
3666
  hold_duration?: string | null;
3667
3667
  hold_enabled: boolean;
3668
3668
  hold_until?: string | null;
@@ -3876,7 +3876,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$1h) => _tanstac
3876
3876
  pointer: string;
3877
3877
  };
3878
3878
  title: string;
3879
- }[];
3879
+ }[] | null;
3880
3880
  hold_until?: string | null;
3881
3881
  id: string;
3882
3882
  locked_fields?: string[];
@@ -3995,7 +3995,7 @@ declare const useCompletePublicBookingIntent: (options?: Options$1h) => _tanstac
3995
3995
  pointer: string;
3996
3996
  };
3997
3997
  title: string;
3998
- }[];
3998
+ }[] | null;
3999
3999
  hold_until?: string | null;
4000
4000
  id: string;
4001
4001
  locked_fields?: string[];
@@ -6333,7 +6333,7 @@ declare const useCreateBookingIntent: (options?: Options$1b) => _tanstack_react_
6333
6333
  pointer: string;
6334
6334
  };
6335
6335
  title: string;
6336
- }[];
6336
+ }[] | null;
6337
6337
  hold_duration?: string | null;
6338
6338
  hold_enabled: boolean;
6339
6339
  hold_until?: string | null;
@@ -6709,7 +6709,7 @@ declare const useCreateBookingIntent: (options?: Options$1b) => _tanstack_react_
6709
6709
  pointer: string;
6710
6710
  };
6711
6711
  title: string;
6712
- }[];
6712
+ }[] | null;
6713
6713
  hold_duration?: string | null;
6714
6714
  hold_enabled: boolean;
6715
6715
  hold_until?: string | null;
@@ -7179,7 +7179,7 @@ declare const useCreateBookingIntent: (options?: Options$1b) => _tanstack_react_
7179
7179
  pointer: string;
7180
7180
  };
7181
7181
  title: string;
7182
- }[];
7182
+ }[] | null;
7183
7183
  hold_duration?: string | null;
7184
7184
  hold_enabled: boolean;
7185
7185
  hold_until?: string | null;
@@ -8578,7 +8578,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$12) => _tanstack_
8578
8578
  pointer: string;
8579
8579
  };
8580
8580
  title: string;
8581
- }[];
8581
+ }[] | null;
8582
8582
  hold_until?: string | null;
8583
8583
  id: string;
8584
8584
  locked_fields?: string[];
@@ -8696,7 +8696,7 @@ declare const useCreatePublicBookingIntent: (options?: Options$12) => _tanstack_
8696
8696
  pointer: string;
8697
8697
  };
8698
8698
  title: string;
8699
- }[];
8699
+ }[] | null;
8700
8700
  hold_until?: string | null;
8701
8701
  id: string;
8702
8702
  locked_fields?: string[];
@@ -12182,7 +12182,7 @@ declare const useUpdateBookingIntent: (options?: Options$K) => _tanstack_react_q
12182
12182
  pointer: string;
12183
12183
  };
12184
12184
  title: string;
12185
- }[];
12185
+ }[] | null;
12186
12186
  hold_duration?: string | null;
12187
12187
  hold_enabled: boolean;
12188
12188
  hold_until?: string | null;
@@ -12558,7 +12558,7 @@ declare const useUpdateBookingIntent: (options?: Options$K) => _tanstack_react_q
12558
12558
  pointer: string;
12559
12559
  };
12560
12560
  title: string;
12561
- }[];
12561
+ }[] | null;
12562
12562
  hold_duration?: string | null;
12563
12563
  hold_enabled: boolean;
12564
12564
  hold_until?: string | null;
@@ -13030,7 +13030,7 @@ declare const useUpdateBookingIntent: (options?: Options$K) => _tanstack_react_q
13030
13030
  pointer: string;
13031
13031
  };
13032
13032
  title: string;
13033
- }[];
13033
+ }[] | null;
13034
13034
  hold_duration?: string | null;
13035
13035
  hold_enabled: boolean;
13036
13036
  hold_until?: string | null;
@@ -14467,7 +14467,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$C) => _tanstack_r
14467
14467
  pointer: string;
14468
14468
  };
14469
14469
  title: string;
14470
- }[];
14470
+ }[] | null;
14471
14471
  hold_until?: string | null;
14472
14472
  id: string;
14473
14473
  locked_fields?: string[];
@@ -14586,7 +14586,7 @@ declare const useUpdatePublicBookingIntent: (options?: Options$C) => _tanstack_r
14586
14586
  pointer: string;
14587
14587
  };
14588
14588
  title: string;
14589
- }[];
14589
+ }[] | null;
14590
14590
  hold_until?: string | null;
14591
14591
  id: string;
14592
14592
  locked_fields?: string[];
@@ -16736,7 +16736,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
16736
16736
  pointer: string;
16737
16737
  };
16738
16738
  title: string;
16739
- }[];
16739
+ }[] | null;
16740
16740
  hold_duration?: string | null;
16741
16741
  hold_enabled: boolean;
16742
16742
  hold_until?: string | null;
@@ -17112,7 +17112,7 @@ declare const useBookingIntent: (booking_intent_id: BookingIntentParams["path"][
17112
17112
  pointer: string;
17113
17113
  };
17114
17114
  title: string;
17115
- }[];
17115
+ }[] | null;
17116
17116
  hold_duration?: string | null;
17117
17117
  hold_enabled: boolean;
17118
17118
  hold_until?: string | null;
@@ -17518,7 +17518,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
17518
17518
  pointer: string;
17519
17519
  };
17520
17520
  title: string;
17521
- }[];
17521
+ }[] | null;
17522
17522
  hold_duration?: string | null;
17523
17523
  hold_enabled: boolean;
17524
17524
  hold_until?: string | null;
@@ -17900,7 +17900,7 @@ declare const useBookingIntents: (queryParams?: BookingIntentsParams["query"], o
17900
17900
  pointer: string;
17901
17901
  };
17902
17902
  title: string;
17903
- }[];
17903
+ }[] | null;
17904
17904
  hold_duration?: string | null;
17905
17905
  hold_enabled: boolean;
17906
17906
  hold_until?: string | null;
@@ -19536,7 +19536,7 @@ declare const usePublicBookingIntent: (booking_intent_id: PublicBookingIntentPar
19536
19536
  pointer: string;
19537
19537
  };
19538
19538
  title: string;
19539
- }[];
19539
+ }[] | null;
19540
19540
  hold_until?: string | null;
19541
19541
  id: string;
19542
19542
  locked_fields?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvycal/appointments-react-query",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "A tiny wrapper around @tanstack/react-query for the SavvyCal Appointments API",
6
6
  "main": "./dist/index.cjs",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "openapi-typescript-helpers": "^0.0.15",
46
- "@savvycal/appointments-core": "1.1.0"
46
+ "@savvycal/appointments-core": "1.1.1"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@tanstack/react-query": "^5.0.0",