@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.
- 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
|
@@ -1966,7 +1966,8 @@ declare class AuthorizedService {
|
|
|
1966
1966
|
*/
|
|
1967
1967
|
static createPromoCode(requestBody: createPromoCode): CancelablePromise<promoCode>;
|
|
1968
1968
|
/**
|
|
1969
|
-
*
|
|
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
|
-
*
|
|
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/dist/main/index.d.ts
CHANGED
|
@@ -1966,7 +1966,8 @@ declare class AuthorizedService {
|
|
|
1966
1966
|
*/
|
|
1967
1967
|
static createPromoCode(requestBody: createPromoCode): CancelablePromise<promoCode>;
|
|
1968
1968
|
/**
|
|
1969
|
-
*
|
|
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
|
-
*
|
|
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
|