@timum/timum_pdk 3.1.0 → 3.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/main.js +1 -1
- package/package.json +2 -2
- package/src/timumPdk.js +2 -0
package/package.json
CHANGED
package/src/timumPdk.js
CHANGED
|
@@ -349,6 +349,8 @@ export const {
|
|
|
349
349
|
// # ConsumerAPI v2
|
|
350
350
|
// ##########################################
|
|
351
351
|
|
|
352
|
+
useLazyCancelableBookableQuery,
|
|
353
|
+
useCancelableBookableQuery,
|
|
352
354
|
useUpcomingBookablesQuery,
|
|
353
355
|
useLazyUpcomingBookablesQuery,
|
|
354
356
|
useSpecificBookablesQuery,
|