@matchi/api 0.20260821.2 → 0.20260821.4

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.
@@ -3227,8 +3227,10 @@ declare class PlaySessionServiceV1Service {
3227
3227
  /**
3228
3228
  * Unlock a court position, opening it to joiners again (booking owner only)
3229
3229
  * Releases a lock placed with the lock endpoint. Unlocking a spot that is not locked changes nothing and
3230
- * succeeds. Releasing a lock lowers the session's `lockedSlots` count by one, never below the number of spots
3231
- * that remain locked.
3230
+ * succeeds. Releasing a lock lowers the session's `lockedSlots` count by one only when the count holds nothing
3231
+ * beyond the locked spots themselves; a count that reserves more than it names keeps its size, so the released
3232
+ * spot goes back to being held back without naming a spot. The count never falls below the spots that remain
3233
+ * locked.
3232
3234
  *
3233
3235
  * @param sessionId Play Session ID
3234
3236
  * @param teamId The team id, as served in the play session's `teams`
@@ -3227,8 +3227,10 @@ declare class PlaySessionServiceV1Service {
3227
3227
  /**
3228
3228
  * Unlock a court position, opening it to joiners again (booking owner only)
3229
3229
  * Releases a lock placed with the lock endpoint. Unlocking a spot that is not locked changes nothing and
3230
- * succeeds. Releasing a lock lowers the session's `lockedSlots` count by one, never below the number of spots
3231
- * that remain locked.
3230
+ * succeeds. Releasing a lock lowers the session's `lockedSlots` count by one only when the count holds nothing
3231
+ * beyond the locked spots themselves; a count that reserves more than it names keeps its size, so the released
3232
+ * spot goes back to being held back without naming a spot. The count never falls below the spots that remain
3233
+ * locked.
3232
3234
  *
3233
3235
  * @param sessionId Play Session ID
3234
3236
  * @param teamId The team id, as served in the play session's `teams`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20260821.2",
3
+ "version": "0.20260821.4",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {