@matchi/api 0.20250530.1 → 0.20250611.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.
@@ -2071,18 +2071,18 @@ declare class AuthorizedService {
2071
2071
  * Add user to chat or change existing's user status to active
2072
2072
  * @param chatId The unique identifier for the chat
2073
2073
  * @param userId The unique identifier for the user
2074
- * @returns any Successfully added user to chat.
2074
+ * @returns chat Successfully activates user in chat. Returns the updated user's chat details
2075
2075
  * @throws ApiError
2076
2076
  */
2077
- static addUserToChat(chatId: string, userId: string): CancelablePromise<any>;
2077
+ static addUserToChat(chatId: string, userId: string): CancelablePromise<chat>;
2078
2078
  /**
2079
2079
  * Change user status to inactive
2080
2080
  * @param chatId The unique identifier for the chat
2081
2081
  * @param userId The unique identifier for the user
2082
- * @returns any Successfully changed user status to inactive.
2082
+ * @returns chat Successfully deactivates user in chat. Returns the updated user's chat details
2083
2083
  * @throws ApiError
2084
2084
  */
2085
- static removeUserFromChat(chatId: string, userId: string): CancelablePromise<any>;
2085
+ static removeUserFromChat(chatId: string, userId: string): CancelablePromise<chat>;
2086
2086
  /**
2087
2087
  * Get chat authorization token
2088
2088
  * @returns chatAuth Chat authorization token
@@ -2956,18 +2956,18 @@ declare class UserServiceV1Service {
2956
2956
  * Add user to chat or change existing's user status to active
2957
2957
  * @param chatId The unique identifier for the chat
2958
2958
  * @param userId The unique identifier for the user
2959
- * @returns any Successfully added user to chat.
2959
+ * @returns chat Successfully activates user in chat. Returns the updated user's chat details
2960
2960
  * @throws ApiError
2961
2961
  */
2962
- static addUserToChat(chatId: string, userId: string): CancelablePromise<any>;
2962
+ static addUserToChat(chatId: string, userId: string): CancelablePromise<chat>;
2963
2963
  /**
2964
2964
  * Change user status to inactive
2965
2965
  * @param chatId The unique identifier for the chat
2966
2966
  * @param userId The unique identifier for the user
2967
- * @returns any Successfully changed user status to inactive.
2967
+ * @returns chat Successfully deactivates user in chat. Returns the updated user's chat details
2968
2968
  * @throws ApiError
2969
2969
  */
2970
- static removeUserFromChat(chatId: string, userId: string): CancelablePromise<any>;
2970
+ static removeUserFromChat(chatId: string, userId: string): CancelablePromise<chat>;
2971
2971
  /**
2972
2972
  * Get chat authorization token
2973
2973
  * @returns chatAuth Chat authorization token
@@ -2071,18 +2071,18 @@ declare class AuthorizedService {
2071
2071
  * Add user to chat or change existing's user status to active
2072
2072
  * @param chatId The unique identifier for the chat
2073
2073
  * @param userId The unique identifier for the user
2074
- * @returns any Successfully added user to chat.
2074
+ * @returns chat Successfully activates user in chat. Returns the updated user's chat details
2075
2075
  * @throws ApiError
2076
2076
  */
2077
- static addUserToChat(chatId: string, userId: string): CancelablePromise<any>;
2077
+ static addUserToChat(chatId: string, userId: string): CancelablePromise<chat>;
2078
2078
  /**
2079
2079
  * Change user status to inactive
2080
2080
  * @param chatId The unique identifier for the chat
2081
2081
  * @param userId The unique identifier for the user
2082
- * @returns any Successfully changed user status to inactive.
2082
+ * @returns chat Successfully deactivates user in chat. Returns the updated user's chat details
2083
2083
  * @throws ApiError
2084
2084
  */
2085
- static removeUserFromChat(chatId: string, userId: string): CancelablePromise<any>;
2085
+ static removeUserFromChat(chatId: string, userId: string): CancelablePromise<chat>;
2086
2086
  /**
2087
2087
  * Get chat authorization token
2088
2088
  * @returns chatAuth Chat authorization token
@@ -2956,18 +2956,18 @@ declare class UserServiceV1Service {
2956
2956
  * Add user to chat or change existing's user status to active
2957
2957
  * @param chatId The unique identifier for the chat
2958
2958
  * @param userId The unique identifier for the user
2959
- * @returns any Successfully added user to chat.
2959
+ * @returns chat Successfully activates user in chat. Returns the updated user's chat details
2960
2960
  * @throws ApiError
2961
2961
  */
2962
- static addUserToChat(chatId: string, userId: string): CancelablePromise<any>;
2962
+ static addUserToChat(chatId: string, userId: string): CancelablePromise<chat>;
2963
2963
  /**
2964
2964
  * Change user status to inactive
2965
2965
  * @param chatId The unique identifier for the chat
2966
2966
  * @param userId The unique identifier for the user
2967
- * @returns any Successfully changed user status to inactive.
2967
+ * @returns chat Successfully deactivates user in chat. Returns the updated user's chat details
2968
2968
  * @throws ApiError
2969
2969
  */
2970
- static removeUserFromChat(chatId: string, userId: string): CancelablePromise<any>;
2970
+ static removeUserFromChat(chatId: string, userId: string): CancelablePromise<chat>;
2971
2971
  /**
2972
2972
  * Get chat authorization token
2973
2973
  * @returns chatAuth Chat authorization token
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250530.1",
3
+ "version": "0.20250611.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {