@matchi/api 0.20240625.1 → 0.20240703.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 CHANGED
@@ -2090,7 +2090,8 @@ declare class PlaySessionServiceV1Service {
2090
2090
  */
2091
2091
  static getPlaySessionByBookingId(bookingId: string): CancelablePromise<playSession>;
2092
2092
  /**
2093
- * Add player to play session given user id
2093
+ * @deprecated
2094
+ * Add player to play session given user id. Deprecated: Use POST /playsessions/{sessionId}/users/{userId} instead
2094
2095
  * @param sessionId Play Session ID
2095
2096
  * @param userId The user ID of the play session participant to add
2096
2097
  * @returns playSession User is added to playsession
@@ -2132,7 +2133,7 @@ declare class PlaySessionServiceV1Service {
2132
2133
  static updatePlaySessionSettings(sessionId: string, requestBody: playSessionSettings): CancelablePromise<playSession>;
2133
2134
  /**
2134
2135
  * @deprecated
2135
- * Join play session. Deprecated: Use POST /playsessions/{sessionId}/players/by-userid/{userId} instead
2136
+ * Join play session. Deprecated: Use POST /playsessions/{sessionId}/users/{userId} instead
2136
2137
  * @param sessionId Play Session ID
2137
2138
  * @returns playSession Updated play session data
2138
2139
  * @throws ApiError
package/dist/index.d.ts CHANGED
@@ -2090,7 +2090,8 @@ declare class PlaySessionServiceV1Service {
2090
2090
  */
2091
2091
  static getPlaySessionByBookingId(bookingId: string): CancelablePromise<playSession>;
2092
2092
  /**
2093
- * Add player to play session given user id
2093
+ * @deprecated
2094
+ * Add player to play session given user id. Deprecated: Use POST /playsessions/{sessionId}/users/{userId} instead
2094
2095
  * @param sessionId Play Session ID
2095
2096
  * @param userId The user ID of the play session participant to add
2096
2097
  * @returns playSession User is added to playsession
@@ -2132,7 +2133,7 @@ declare class PlaySessionServiceV1Service {
2132
2133
  static updatePlaySessionSettings(sessionId: string, requestBody: playSessionSettings): CancelablePromise<playSession>;
2133
2134
  /**
2134
2135
  * @deprecated
2135
- * Join play session. Deprecated: Use POST /playsessions/{sessionId}/players/by-userid/{userId} instead
2136
+ * Join play session. Deprecated: Use POST /playsessions/{sessionId}/users/{userId} instead
2136
2137
  * @param sessionId Play Session ID
2137
2138
  * @returns playSession Updated play session data
2138
2139
  * @throws ApiError
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240625.1",
3
+ "version": "0.20240703.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",