@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timum/timum_pdk",
3
- "version": "3.1.0",
4
- "next_version": "3.1.0",
3
+ "version": "3.1.1",
4
+ "next_version": "3.1.1",
5
5
  "current_major_version": "3",
6
6
  "license": "MIT",
7
7
  "description": "Contains timum public and general api endpoints",
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,