@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.
- package/dist/main/index.d.mts +4 -2
- package/dist/main/index.d.ts +4 -2
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -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
|
|
3231
|
-
* that
|
|
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/dist/main/index.d.ts
CHANGED
|
@@ -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
|
|
3231
|
-
* that
|
|
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`
|