Lauris Skraucis and GitHub
d19e3e53f0
fix: recurring booking idempotency key after cancel ( #16414 )
...
* fix: recurring booking idempotency key after cancel
* refactor: move logic to updateMany of prisma middleware
2024-08-30 12:07:53 +00:00
fba3f46779
fix: use singleton in license key service ( #16131 )
...
* use singleton
* fix typo
* Fix getInstance call
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-08-08 15:08:11 +00:00
Omar López and GitHub
4eef7138c1
fix: Wrong tracking event for bookings ( #16094 )
2024-08-06 15:36:33 +00:00
Omar López and GitHub
b9a8b613bb
fix: don't wait for telemetry for booking critical path ( #16039 )
2024-08-01 17:30:46 -07:00
e16662e655
feat: usage base billed - license key check - move to private api ( #15222 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-07-25 13:20:24 -07:00
Alex van Andel and GitHub
d85e0b51e4
fix: Prevent duplicate bookings with idempotency key ( #13865 )
...
* fix: Prevent duplicate bookings with idempotency key
* Add idempotencyKey to builder.ts type fix
* Add tests for new idempotency key (booking create)
* Add endTime to idempotency key, it should be possible to book different durations
* Move reschedule before the create so the idempotency key is unset
2024-02-26 18:33:22 +00:00
312a3f2543
refactor: API POST /teams ( #13211 )
...
Co-authored-by: Omar López <zomars@me.com >
2024-01-16 17:47:46 +00:00