@yuno-payments/yuno-sdk-react-native 1.0.17-rc.2 → 1.0.17-rc.3

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.
@@ -11,6 +11,11 @@ import com.yuno.sdk.YunoConfig
11
11
  import com.yuno.sdk.YunoLanguage
12
12
  import com.yuno.sdk.enrollment.*
13
13
  import com.yuno.sdk.payments.*
14
+ import com.yuno.sdk.ApiClientPayment
15
+ import com.yuno.sdk.ApiClientPayment.Companion.generateToken
16
+ import com.yuno.sdk.ApiClientPayment.Companion.getThreeDSecureChallenge
17
+ import com.yuno.sdk.TokenCollectedData
18
+ import com.yuno.sdk.ThreeDSecureChallengeResponse
14
19
  import com.yuno.presentation.core.components.PaymentSelected
15
20
  import com.yuno.presentation.core.card.CardFormType
16
21
  import com.yuno.payments.features.payment.models.OneTimeTokenModel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/yuno-sdk-react-native",
3
- "version": "1.0.17-rc.2",
3
+ "version": "1.0.17-rc.3",
4
4
  "description": "Yuno React Native SDK empowers you to create seamless payment experiences in your native Android and iOS apps built with React Native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",