Skip to content

1253.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 16:24
aa03a4c

@metamask/kyc-controller 0.3.0

Added

  • Add KycController.fetchSessionDisclaimers, which fetches the idOS + KYC-provider disclaimers by { sessionId } or { country }. (#10162)

Changed

  • BREAKING: Rename KycService.fetchDisclaimersCatalog to fetchSessionDisclaimersByCountry. (#10162)
    • Rename FetchDisclaimersCatalogParams to FetchSessionDisclaimersByCountryParams.
    • Rename the messenger action KycService:fetchDisclaimersCatalog to KycService:fetchSessionDisclaimersByCountry.
  • BREAKING: Rename KycService.fetchSessionDisclaimers to fetchSessionDisclaimersBySessionId (#10162)
    • Rename FetchSessionDisclaimersParams to FetchSessionDisclaimersBySessionIdParams.
    • Rename the messenger action KycService:fetchSessionDisclaimers to KycService:fetchSessionDisclaimersBySessionId.
  • Bump @metamask/profile-sync-controller from ^31.0.0 to ^32.1.0 (#10166, #10184)
  • Bump @metamask/utils from ^11.12.0 to ^12.0.0 (#10192)