@bzbs/react-api-client 1.4.0 → 1.4.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.mjs CHANGED
@@ -2030,7 +2030,13 @@ var RegistrationApi = class extends BaseService {
2030
2030
  super(client, baseUrl);
2031
2031
  }
2032
2032
  /**
2033
- * Validates registration information before actual registration.
2033
+ * Validates registration information before actual registration.
2034
+ * This also triggers the backend to send OTP to the contact number or email.
2035
+ * Please refrain from using this API along with request otp API.
2036
+ * Possible error codes:
2037
+ * 2078 - Duplicate contact number
2038
+ * 2089 - Duplicate email
2039
+ * 401 - Duplicate username
2034
2040
  *
2035
2041
  * @param params - The validation parameters.
2036
2042
  * @param params.appId - The application ID.