@matchi/api 0.20240305.1 → 0.20240318.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/index.d.mts +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -969,10 +969,6 @@ type playSessionSettings = {
|
|
|
969
969
|
* Whether the play session is joinable by other users.
|
|
970
970
|
*/
|
|
971
971
|
joinable?: boolean;
|
|
972
|
-
/**
|
|
973
|
-
* Determines what type of users that requires an approval from the booking owner to join
|
|
974
|
-
*/
|
|
975
|
-
joinApproval?: string;
|
|
976
972
|
/**
|
|
977
973
|
* When the number of players on a play session is equal to or greater than than this number, a new player will not be able to join. If the value is "-1", there is no limit to the number of players that can join.
|
|
978
974
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -969,10 +969,6 @@ type playSessionSettings = {
|
|
|
969
969
|
* Whether the play session is joinable by other users.
|
|
970
970
|
*/
|
|
971
971
|
joinable?: boolean;
|
|
972
|
-
/**
|
|
973
|
-
* Determines what type of users that requires an approval from the booking owner to join
|
|
974
|
-
*/
|
|
975
|
-
joinApproval?: string;
|
|
976
972
|
/**
|
|
977
973
|
* When the number of players on a play session is equal to or greater than than this number, a new player will not be able to join. If the value is "-1", there is no limit to the number of players that can join.
|
|
978
974
|
*/
|