@ha_tecno/live-id-sdk 2.19.6 → 2.19.7

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.
@@ -157,7 +157,7 @@ const sendImagesForRegisterOperationPoints = async configWithImages => {
157
157
  try {
158
158
  const {
159
159
  data
160
- } = await axiosInstance.post("/v1/images-quality", configWithImages, {
160
+ } = await axiosInstance.post("/v2/images-quality", configWithImages, {
161
161
  headers: {
162
162
  "Content-Type": "application/json",
163
163
  Authorization: `Bearer ${TOKEN}`
@@ -145,7 +145,7 @@ export const sendImagesForRegisterOperationPoints = async configWithImages => {
145
145
  try {
146
146
  const {
147
147
  data
148
- } = await axiosInstance.post("/v1/images-quality", configWithImages, {
148
+ } = await axiosInstance.post("/v2/images-quality", configWithImages, {
149
149
  headers: {
150
150
  "Content-Type": "application/json",
151
151
  Authorization: `Bearer ${TOKEN}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ha_tecno/live-id-sdk",
3
- "version": "2.19.6",
3
+ "version": "2.19.7",
4
4
  "description": "React Native SDK for Live ID",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -162,7 +162,7 @@ export const sendImagesForRegisterOperationPoints = async (
162
162
  ): Promise<SendImagesForRegisterOperationPointsResponse> => {
163
163
  try {
164
164
  const { data } = await axiosInstance.post(
165
- "/v1/images-quality",
165
+ "/v2/images-quality",
166
166
  configWithImages,
167
167
  {
168
168
  headers: {