@matchi/api 0.20250508.1 → 0.20250514.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.
@@ -1966,7 +1966,8 @@ declare class AuthorizedService {
1966
1966
  */
1967
1967
  static createPromoCode(requestBody: createPromoCode): CancelablePromise<promoCode>;
1968
1968
  /**
1969
- * Get users of a booking the current user is allowed to see
1969
+ * @deprecated
1970
+ * Get users of a booking the current user is allowed to see. Deprecated: Use /playsessions/{sessionId} or /playsessions/by-bookingid/{bookingId} to get the booking's users instead
1970
1971
  * @param bookingId id of the booking
1971
1972
  * @returns bookingUsersResponse Booking users details
1972
1973
  * @throws ApiError
@@ -2518,7 +2519,8 @@ declare class BookingServiceV1Service {
2518
2519
  */
2519
2520
  static listAvailabilityEndTimesWithRestrictions(resourceId: string, startTime: timeStamp, numberOfSlots?: number, emails?: Array<string>, userIds?: Array<string>): CancelablePromise<endTimesWithRestrictions>;
2520
2521
  /**
2521
- * Get users of a booking the current user is allowed to see
2522
+ * @deprecated
2523
+ * Get users of a booking the current user is allowed to see. Deprecated: Use /playsessions/{sessionId} or /playsessions/by-bookingid/{bookingId} to get the booking's users instead
2522
2524
  * @param bookingId id of the booking
2523
2525
  * @returns bookingUsersResponse Booking users details
2524
2526
  * @throws ApiError
@@ -1966,7 +1966,8 @@ declare class AuthorizedService {
1966
1966
  */
1967
1967
  static createPromoCode(requestBody: createPromoCode): CancelablePromise<promoCode>;
1968
1968
  /**
1969
- * Get users of a booking the current user is allowed to see
1969
+ * @deprecated
1970
+ * Get users of a booking the current user is allowed to see. Deprecated: Use /playsessions/{sessionId} or /playsessions/by-bookingid/{bookingId} to get the booking's users instead
1970
1971
  * @param bookingId id of the booking
1971
1972
  * @returns bookingUsersResponse Booking users details
1972
1973
  * @throws ApiError
@@ -2518,7 +2519,8 @@ declare class BookingServiceV1Service {
2518
2519
  */
2519
2520
  static listAvailabilityEndTimesWithRestrictions(resourceId: string, startTime: timeStamp, numberOfSlots?: number, emails?: Array<string>, userIds?: Array<string>): CancelablePromise<endTimesWithRestrictions>;
2520
2521
  /**
2521
- * Get users of a booking the current user is allowed to see
2522
+ * @deprecated
2523
+ * Get users of a booking the current user is allowed to see. Deprecated: Use /playsessions/{sessionId} or /playsessions/by-bookingid/{bookingId} to get the booking's users instead
2522
2524
  * @param bookingId id of the booking
2523
2525
  * @returns bookingUsersResponse Booking users details
2524
2526
  * @throws ApiError
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250508.1",
3
+ "version": "0.20250514.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {