gbc-kyc-kit 1.8.3 → 1.8.5

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.
@@ -18946,6 +18946,7 @@ const BlackListController = (clientId, authorize, eventId, inProduction, country
18946
18946
  country: select,
18947
18947
  date_birth: Date.parse(birth_date)
18948
18948
  };
18949
+ console.log(payload, "/////", match2);
18949
18950
  await saveDataToDB({
18950
18951
  data: dataToRegisterBlackList,
18951
18952
  component: "blacklist",
@@ -24098,7 +24099,7 @@ function DocumentReader({
24098
24099
  }), /* @__PURE__ */ jsx("input", {
24099
24100
  type: "file",
24100
24101
  hidden: true,
24101
- accept: "image/*",
24102
+ accept: ".jpg, .jpeg, .png",
24102
24103
  capture: "camera",
24103
24104
  id: "firstImage",
24104
24105
  onChange: (e2) => {
@@ -24120,7 +24121,7 @@ function DocumentReader({
24120
24121
  }), /* @__PURE__ */ jsx("input", {
24121
24122
  type: "file",
24122
24123
  hidden: true,
24123
- accept: "image/*",
24124
+ accept: ".jpg, .jpeg, .png",
24124
24125
  capture: "camera",
24125
24126
  id: "secondImage",
24126
24127
  onChange: (e2) => {
@@ -24973,7 +24974,7 @@ const LivenessController = (clientId, eventId, source2, inProduction, countryCod
24973
24974
  inProduction,
24974
24975
  clientId,
24975
24976
  geolocation
24976
- }).then((res2) => dataLiveness(res2));
24977
+ });
24977
24978
  }) : wrapAndSaveData();
24978
24979
  } catch (error) {
24979
24980
  let message2 = "";