@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("/
|
|
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("/
|
|
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
package/src/services/services.ts
CHANGED
|
@@ -162,7 +162,7 @@ export const sendImagesForRegisterOperationPoints = async (
|
|
|
162
162
|
): Promise<SendImagesForRegisterOperationPointsResponse> => {
|
|
163
163
|
try {
|
|
164
164
|
const { data } = await axiosInstance.post(
|
|
165
|
-
"/
|
|
165
|
+
"/v2/images-quality",
|
|
166
166
|
configWithImages,
|
|
167
167
|
{
|
|
168
168
|
headers: {
|