@stripe/stripe-react-native 0.69.0 → 0.70.0
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.
- package/android/.idea/AndroidProjectSystem.xml +6 -0
- package/android/.idea/caches/deviceStreaming.xml +835 -0
- package/android/.idea/compiler.xml +6 -0
- package/android/.idea/gradle.xml +17 -0
- package/android/.idea/migrations.xml +10 -0
- package/android/.idea/misc.xml +10 -0
- package/android/.idea/runConfigurations.xml +17 -0
- package/android/.idea/vcs.xml +6 -0
- package/android/local.properties +8 -0
- package/android/src/main/java/com/reactnativestripesdk/utils/Mappers.kt +7 -8
- package/android/src/oldarch/java/com/reactnativestripesdk/NativeOnrampSdkModuleSpec.java +8 -0
- package/android/src/onramp/java/com/reactnativestripesdk/OnrampErrors.kt +22 -8
- package/android/src/onramp/java/com/reactnativestripesdk/OnrampMappers.kt +48 -0
- package/android/src/onramp/java/com/reactnativestripesdk/OnrampSdkModule.kt +62 -0
- package/android/src/test/java/com/reactnativestripesdk/OnrampErrorsTest.kt +103 -26
- package/android/src/test/java/com/reactnativestripesdk/mappers/OnrampMappersTest.kt +37 -0
- package/android/src/test/java/com/reactnativestripesdk/mappers/PaymentMethodMappersTest.kt +110 -0
- package/ios/Mappers.swift +19 -0
- package/ios/OnrampErrors.swift +23 -8
- package/ios/StripeOnrampSdk.mm +16 -0
- package/ios/StripeSdkImpl.swift +56 -0
- package/jest/setup.js +2 -0
- package/lib/commonjs/components/AddToWalletButton.js +1 -1
- package/lib/commonjs/components/AddToWalletButton.js.map +1 -1
- package/lib/commonjs/components/AddressSheet.js +1 -1
- package/lib/commonjs/components/AddressSheet.js.map +1 -1
- package/lib/commonjs/components/AuBECSDebitForm.js +1 -1
- package/lib/commonjs/components/AuBECSDebitForm.js.map +1 -1
- package/lib/commonjs/components/CardField.js +1 -1
- package/lib/commonjs/components/CardField.js.map +1 -1
- package/lib/commonjs/components/CardForm.js +1 -1
- package/lib/commonjs/components/CardForm.js.map +1 -1
- package/lib/commonjs/components/CurrencySelectorElement.js +1 -1
- package/lib/commonjs/components/CurrencySelectorElement.js.map +1 -1
- package/lib/commonjs/components/PaymentMethodMessagingElement.js +1 -1
- package/lib/commonjs/components/PaymentMethodMessagingElement.js.map +1 -1
- package/lib/commonjs/components/PlatformPayButton.js +1 -1
- package/lib/commonjs/components/PlatformPayButton.js.map +1 -1
- package/lib/commonjs/components/StripeContainer.js +1 -1
- package/lib/commonjs/components/StripeContainer.js.map +1 -1
- package/lib/commonjs/components/StripeProvider.js +1 -1
- package/lib/commonjs/components/StripeProvider.js.map +1 -1
- package/lib/commonjs/connect/Components.js +1 -1
- package/lib/commonjs/connect/Components.js.map +1 -1
- package/lib/commonjs/connect/ConnectComponentsProvider.js +1 -1
- package/lib/commonjs/connect/ConnectComponentsProvider.js.map +1 -1
- package/lib/commonjs/connect/EmbeddedComponent.js +1 -1
- package/lib/commonjs/connect/EmbeddedComponent.js.map +1 -1
- package/lib/commonjs/connect/ModalCloseButton.js +1 -1
- package/lib/commonjs/connect/ModalCloseButton.js.map +1 -1
- package/lib/commonjs/connect/NavigationBar.js +1 -1
- package/lib/commonjs/connect/NavigationBar.js.map +1 -1
- package/lib/commonjs/helpers.js +1 -1
- package/lib/commonjs/hooks/useOnramp.js +1 -1
- package/lib/commonjs/hooks/useOnramp.js.map +1 -1
- package/lib/commonjs/specs/NativeAddToWalletButton.js +1 -1
- package/lib/commonjs/specs/NativeAddressSheet.js +1 -1
- package/lib/commonjs/specs/NativeApplePayButton.js +1 -1
- package/lib/commonjs/specs/NativeAuBECSDebitForm.js +1 -1
- package/lib/commonjs/specs/NativeCardField.js +1 -1
- package/lib/commonjs/specs/NativeCardField.js.map +1 -1
- package/lib/commonjs/specs/NativeCardForm.js +1 -1
- package/lib/commonjs/specs/NativeCardForm.js.map +1 -1
- package/lib/commonjs/specs/NativeConnectAccountOnboardingView.js +1 -1
- package/lib/commonjs/specs/NativeCurrencySelectorElement.js +1 -1
- package/lib/commonjs/specs/NativeEmbeddedPaymentElement.js +1 -1
- package/lib/commonjs/specs/NativeEmbeddedPaymentElement.js.map +1 -1
- package/lib/commonjs/specs/NativeGooglePayButton.js +1 -1
- package/lib/commonjs/specs/NativeNavigationBar.js +1 -1
- package/lib/commonjs/specs/NativeOnrampSdkModule.js.map +1 -1
- package/lib/commonjs/specs/NativePaymentMethodMessagingElement.js +1 -1
- package/lib/commonjs/specs/NativeStripeContainer.js +1 -1
- package/lib/commonjs/types/EmbeddedPaymentElement.js +1 -1
- package/lib/commonjs/types/EmbeddedPaymentElement.js.map +1 -1
- package/lib/commonjs/types/Onramp.js +1 -1
- package/lib/commonjs/types/Onramp.js.map +1 -1
- package/lib/module/components/AddToWalletButton.js +1 -1
- package/lib/module/components/AddToWalletButton.js.map +1 -1
- package/lib/module/components/AddressSheet.js +1 -1
- package/lib/module/components/AddressSheet.js.map +1 -1
- package/lib/module/components/AuBECSDebitForm.js +1 -1
- package/lib/module/components/AuBECSDebitForm.js.map +1 -1
- package/lib/module/components/CardField.js +1 -1
- package/lib/module/components/CardField.js.map +1 -1
- package/lib/module/components/CardForm.js +1 -1
- package/lib/module/components/CardForm.js.map +1 -1
- package/lib/module/components/CurrencySelectorElement.js +1 -1
- package/lib/module/components/CurrencySelectorElement.js.map +1 -1
- package/lib/module/components/PaymentMethodMessagingElement.js +1 -1
- package/lib/module/components/PaymentMethodMessagingElement.js.map +1 -1
- package/lib/module/components/PlatformPayButton.js +1 -1
- package/lib/module/components/PlatformPayButton.js.map +1 -1
- package/lib/module/components/StripeContainer.js +1 -1
- package/lib/module/components/StripeContainer.js.map +1 -1
- package/lib/module/components/StripeProvider.js +1 -1
- package/lib/module/components/StripeProvider.js.map +1 -1
- package/lib/module/connect/Components.js +1 -1
- package/lib/module/connect/Components.js.map +1 -1
- package/lib/module/connect/ConnectComponentsProvider.js +1 -1
- package/lib/module/connect/ConnectComponentsProvider.js.map +1 -1
- package/lib/module/connect/EmbeddedComponent.js +1 -1
- package/lib/module/connect/EmbeddedComponent.js.map +1 -1
- package/lib/module/connect/ModalCloseButton.js +1 -1
- package/lib/module/connect/ModalCloseButton.js.map +1 -1
- package/lib/module/connect/NavigationBar.js +1 -1
- package/lib/module/connect/NavigationBar.js.map +1 -1
- package/lib/module/helpers.js +1 -1
- package/lib/module/hooks/useOnramp.js +1 -1
- package/lib/module/hooks/useOnramp.js.map +1 -1
- package/lib/module/specs/NativeAddToWalletButton.js +1 -1
- package/lib/module/specs/NativeAddressSheet.js +1 -1
- package/lib/module/specs/NativeApplePayButton.js +1 -1
- package/lib/module/specs/NativeAuBECSDebitForm.js +1 -1
- package/lib/module/specs/NativeCardField.js +1 -1
- package/lib/module/specs/NativeCardField.js.map +1 -1
- package/lib/module/specs/NativeCardForm.js +1 -1
- package/lib/module/specs/NativeCardForm.js.map +1 -1
- package/lib/module/specs/NativeConnectAccountOnboardingView.js +1 -1
- package/lib/module/specs/NativeCurrencySelectorElement.js +1 -1
- package/lib/module/specs/NativeEmbeddedPaymentElement.js +1 -1
- package/lib/module/specs/NativeEmbeddedPaymentElement.js.map +1 -1
- package/lib/module/specs/NativeGooglePayButton.js +1 -1
- package/lib/module/specs/NativeNavigationBar.js +1 -1
- package/lib/module/specs/NativeOnrampSdkModule.js.map +1 -1
- package/lib/module/specs/NativePaymentMethodMessagingElement.js +1 -1
- package/lib/module/specs/NativeStripeContainer.js +1 -1
- package/lib/module/types/EmbeddedPaymentElement.js +1 -1
- package/lib/module/types/EmbeddedPaymentElement.js.map +1 -1
- package/lib/module/types/Onramp.js +1 -1
- package/lib/module/types/Onramp.js.map +1 -1
- package/lib/typescript/src/components/StripeProvider.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useOnramp.d.ts +18 -0
- package/lib/typescript/src/hooks/useOnramp.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeOnrampSdkModule.d.ts +2 -0
- package/lib/typescript/src/specs/NativeOnrampSdkModule.d.ts.map +1 -1
- package/lib/typescript/src/types/Onramp.d.ts +84 -10
- package/lib/typescript/src/types/Onramp.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/StripeProvider.tsx +0 -2
- package/src/hooks/useOnramp.tsx +50 -83
- package/src/specs/NativeOnrampSdkModule.ts +8 -0
- package/src/types/Onramp.ts +100 -9
- package/lib/commonjs/internal/stripeConfig.js +0 -2
- package/lib/commonjs/internal/stripeConfig.js.map +0 -1
- package/lib/module/internal/stripeConfig.js +0 -2
- package/lib/module/internal/stripeConfig.js.map +0 -1
- package/lib/typescript/src/internal/stripeConfig.d.ts +0 -3
- package/lib/typescript/src/internal/stripeConfig.d.ts.map +0 -1
- package/src/internal/stripeConfig.ts +0 -9
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.requireOnrampModule=requireOnrampModule;exports.useOnramp=useOnramp;var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.requireOnrampModule=requireOnrampModule;exports.useOnramp=useOnramp;var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _reactNative=require("react-native");var _NativeOnrampSdkModule=_interopRequireDefault(require("../specs/NativeOnrampSdkModule"));var _react=require("react");var _events=require("../events");function requireOnrampModule(){if(_NativeOnrampSdkModule.default==null){var _Platform$select;throw new Error((_Platform$select=_reactNative.Platform.select({ios:"Onramp module is not available. Add 'stripe-react-native/Onramp' to your Podfile.",android:"Onramp module is not available. Add 'StripeSdk_includeOnramp=true' to gradle.properties.",default:"Onramp module is not available. Enable the Onramp pod on iOS and set 'StripeSdk_includeOnramp=true' on Android."}))!=null?_Platform$select:'Onramp module is not available.');}return _NativeOnrampSdkModule.default;}var onCheckoutClientSecretRequestedSubscription=null;function useOnramp(){var _configure=(0,_react.useCallback)(function(){var _ref=(0,_asyncToGenerator2.default)(function*(config){return requireOnrampModule().configureOnramp(config);});return function(_x){return _ref.apply(this,arguments);};}(),[]);var _hasLinkAccount=(0,_react.useCallback)(function(){var _ref2=(0,_asyncToGenerator2.default)(function*(email){return requireOnrampModule().hasLinkAccount(email);});return function(_x2){return _ref2.apply(this,arguments);};}(),[]);var _registerLinkUser=(0,_react.useCallback)(function(){var _ref3=(0,_asyncToGenerator2.default)(function*(info){return requireOnrampModule().registerLinkUser(info);});return function(_x3){return _ref3.apply(this,arguments);};}(),[]);var _registerWalletAddress=(0,_react.useCallback)(function(){var _ref4=(0,_asyncToGenerator2.default)(function*(walletAddress,network){return requireOnrampModule().registerWalletAddress(walletAddress,network);});return function(_x4,_x5){return _ref4.apply(this,arguments);};}(),[]);var _getWalletOwnershipChallenge=(0,_react.useCallback)(function(){var _ref5=(0,_asyncToGenerator2.default)(function*(walletAddress,network){return requireOnrampModule().getWalletOwnershipChallenge(walletAddress,network);});return function(_x6,_x7){return _ref5.apply(this,arguments);};}(),[]);var _submitWalletOwnershipSignature=(0,_react.useCallback)(function(){var _ref6=(0,_asyncToGenerator2.default)(function*(challengeId,signature){return requireOnrampModule().submitWalletOwnershipSignature(challengeId,signature);});return function(_x8,_x9){return _ref6.apply(this,arguments);};}(),[]);var _attachKycInfo=(0,_react.useCallback)(function(){var _ref7=(0,_asyncToGenerator2.default)(function*(kycInfo){return requireOnrampModule().attachKycInfo(kycInfo);});return function(_x0){return _ref7.apply(this,arguments);};}(),[]);var _retrieveMissingIdentifiers=(0,_react.useCallback)((0,_asyncToGenerator2.default)(function*(){return requireOnrampModule().retrieveMissingIdentifiers();}),[]);var _submitIdentifiers=(0,_react.useCallback)(function(){var _ref9=(0,_asyncToGenerator2.default)(function*(identifiers){return requireOnrampModule().submitIdentifiers(identifiers);});return function(_x1){return _ref9.apply(this,arguments);};}(),[]);var _presentUserAttestation=(0,_react.useCallback)((0,_asyncToGenerator2.default)(function*(){return requireOnrampModule().presentUserAttestation();}),[]);var _presentKycInfoVerification=(0,_react.useCallback)(function(){var _ref1=(0,_asyncToGenerator2.default)(function*(updatedAddress){return requireOnrampModule().presentKycInfoVerification(updatedAddress);});return function(_x10){return _ref1.apply(this,arguments);};}(),[]);var _authenticateUserWithToken=(0,_react.useCallback)(function(){var _ref10=(0,_asyncToGenerator2.default)(function*(linkAuthTokenClientSecret){return requireOnrampModule().authenticateUserWithToken(linkAuthTokenClientSecret);});return function(_x11){return _ref10.apply(this,arguments);};}(),[]);var _updatePhoneNumber=(0,_react.useCallback)(function(){var _ref11=(0,_asyncToGenerator2.default)(function*(phone){return requireOnrampModule().updatePhoneNumber(phone);});return function(_x12){return _ref11.apply(this,arguments);};}(),[]);var _verifyIdentity=(0,_react.useCallback)((0,_asyncToGenerator2.default)(function*(){return requireOnrampModule().verifyIdentity();}),[]);var _collectPaymentMethod=(0,_react.useCallback)(function(){var _ref13=(0,_asyncToGenerator2.default)(function*(paymentMethod,platformPayParams){return requireOnrampModule().collectPaymentMethod(paymentMethod,platformPayParams!=null?platformPayParams:{});});return function(_x13,_x14){return _ref13.apply(this,arguments);};}(),[]);var _createCryptoPaymentToken=(0,_react.useCallback)((0,_asyncToGenerator2.default)(function*(){return requireOnrampModule().createCryptoPaymentToken();}),[]);var _performCheckout=(0,_react.useCallback)(function(){var _ref15=(0,_asyncToGenerator2.default)(function*(onrampSessionId,provideCheckoutClientSecret){var _onCheckoutClientSecr;(_onCheckoutClientSecr=onCheckoutClientSecretRequestedSubscription)==null||_onCheckoutClientSecr.remove();onCheckoutClientSecretRequestedSubscription=(0,_events.addOnrampListener)('onCheckoutClientSecretRequested',(0,_asyncToGenerator2.default)(function*(){try{var clientSecret=yield provideCheckoutClientSecret();requireOnrampModule().provideCheckoutClientSecret(clientSecret);}catch(error){requireOnrampModule().provideCheckoutClientSecret(null);}}));return requireOnrampModule().performCheckout(onrampSessionId);});return function(_x15,_x16){return _ref15.apply(this,arguments);};}(),[]);var _authorize=(0,_react.useCallback)(function(){var _ref17=(0,_asyncToGenerator2.default)(function*(linkAuthIntentId){return requireOnrampModule().onrampAuthorize(linkAuthIntentId);});return function(_x17){return _ref17.apply(this,arguments);};}(),[]);var _getCryptoTokenDisplayData=(0,_react.useCallback)(function(){var _ref18=(0,_asyncToGenerator2.default)(function*(token){return requireOnrampModule().getCryptoTokenDisplayData(token);});return function(_x18){return _ref18.apply(this,arguments);};}(),[]);var _logOut=(0,_react.useCallback)((0,_asyncToGenerator2.default)(function*(){return requireOnrampModule().logout();}),[]);var _isAuthError=function _isAuthError(error){var _error$stripeErrorCod;var stripeErrorCode=(_error$stripeErrorCod=error==null?void 0:error.stripeErrorCode)!=null?_error$stripeErrorCod:error!=null&&'apiErrorCode'in error?error.apiErrorCode:undefined;if(stripeErrorCode==null){return false;}var authErrorCodes=['consumer_session_credentials_invalid','consumer_session_expired'];return authErrorCodes.includes(stripeErrorCode);};return{configure:_configure,hasLinkAccount:_hasLinkAccount,registerLinkUser:_registerLinkUser,registerWalletAddress:_registerWalletAddress,getWalletOwnershipChallenge:_getWalletOwnershipChallenge,submitWalletOwnershipSignature:_submitWalletOwnershipSignature,attachKycInfo:_attachKycInfo,retrieveMissingIdentifiers:_retrieveMissingIdentifiers,submitIdentifiers:_submitIdentifiers,presentUserAttestation:_presentUserAttestation,presentKycInfoVerification:_presentKycInfoVerification,updatePhoneNumber:_updatePhoneNumber,authenticateUserWithToken:_authenticateUserWithToken,verifyIdentity:_verifyIdentity,collectPaymentMethod:_collectPaymentMethod,createCryptoPaymentToken:_createCryptoPaymentToken,performCheckout:_performCheckout,authorize:_authorize,getCryptoTokenDisplayData:_getCryptoTokenDisplayData,logOut:_logOut,isAuthError:_isAuthError};}
|
|
2
2
|
//# sourceMappingURL=useOnramp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_NativeOnrampSdkModule","_interopRequireDefault","_react","_events","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_NativeOnrampSdkModule","_interopRequireDefault","_react","_events","requireOnrampModule","NativeOnrampSdk","_Platform$select","Error","Platform","select","ios","android","default","onCheckoutClientSecretRequestedSubscription","useOnramp","_configure","useCallback","_ref","_asyncToGenerator2","config","configureOnramp","_x","apply","arguments","_hasLinkAccount","_ref2","email","hasLinkAccount","_x2","_registerLinkUser","_ref3","info","registerLinkUser","_x3","_registerWalletAddress","_ref4","walletAddress","network","registerWalletAddress","_x4","_x5","_getWalletOwnershipChallenge","_ref5","getWalletOwnershipChallenge","_x6","_x7","_submitWalletOwnershipSignature","_ref6","challengeId","signature","submitWalletOwnershipSignature","_x8","_x9","_attachKycInfo","_ref7","kycInfo","attachKycInfo","_x0","_retrieveMissingIdentifiers","retrieveMissingIdentifiers","_submitIdentifiers","_ref9","identifiers","submitIdentifiers","_x1","_presentUserAttestation","presentUserAttestation","_presentKycInfoVerification","_ref1","updatedAddress","presentKycInfoVerification","_x10","_authenticateUserWithToken","_ref10","linkAuthTokenClientSecret","authenticateUserWithToken","_x11","_updatePhoneNumber","_ref11","phone","updatePhoneNumber","_x12","_verifyIdentity","verifyIdentity","_collectPaymentMethod","_ref13","paymentMethod","platformPayParams","collectPaymentMethod","_x13","_x14","_createCryptoPaymentToken","createCryptoPaymentToken","_performCheckout","_ref15","onrampSessionId","provideCheckoutClientSecret","_onCheckoutClientSecr","remove","addOnrampListener","clientSecret","error","performCheckout","_x15","_x16","_authorize","_ref17","linkAuthIntentId","onrampAuthorize","_x17","_getCryptoTokenDisplayData","_ref18","token","getCryptoTokenDisplayData","_x18","_logOut","logout","_isAuthError","_error$stripeErrorCod","stripeErrorCode","apiErrorCode","undefined","authErrorCodes","includes","configure","authorize","logOut","isAuthError"],"sourceRoot":"../../../src","sources":["hooks/useOnramp.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddToWalletButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddToWalletButton",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({iOSButtonStyle:true,androidAssetSource:{process:function(req){return'default'in req?req.default:req;}(require('react-native/Libraries/Image/resolveAssetSource'))},testEnv:true,cardDetails:true,token:true,isBounceProvisioned:true,ephemeralKey:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddToWalletButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddToWalletButton",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({iOSButtonStyle:true,androidAssetSource:{process:function(req){return'default'in req?req.default:req;}(require('react-native/Libraries/Image/resolveAssetSource'))},testEnv:true,cardDetails:true,token:true,isBounceProvisioned:true,ephemeralKey:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeAddToWalletButton.ts 6:0");
|
|
2
2
|
//# sourceMappingURL=NativeAddToWalletButton.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddressSheetView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddressSheetView",directEventTypes:{topSubmitAction:{registrationName:"onSubmitAction"},topErrorAction:{registrationName:"onErrorAction"}},validAttributes:Object.assign({visible:true,presentationStyle:true,animationStyle:true,appearance:true,defaultValues:true,additionalFields:true,allowedCountries:true,autocompleteCountries:true,primaryButtonTitle:true,sheetTitle:true,googlePlacesApiKey:true},ConditionallyIgnoredEventHandlers({onSubmitAction:true,onErrorAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AddressSheetView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AddressSheetView",directEventTypes:{topSubmitAction:{registrationName:"onSubmitAction"},topErrorAction:{registrationName:"onErrorAction"}},validAttributes:Object.assign({visible:true,presentationStyle:true,animationStyle:true,appearance:true,defaultValues:true,additionalFields:true,allowedCountries:true,autocompleteCountries:true,primaryButtonTitle:true,sheetTitle:true,googlePlacesApiKey:true},ConditionallyIgnoredEventHandlers({onSubmitAction:true,onErrorAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeAddressSheet.ts 6:0");
|
|
2
2
|
//# sourceMappingURL=NativeAddressSheet.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ApplePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ApplePayButton",directEventTypes:{topShippingMethodSelectedAction:{registrationName:"onShippingMethodSelectedAction"},topShippingContactSelectedAction:{registrationName:"onShippingContactSelectedAction"},topCouponCodeEnteredAction:{registrationName:"onCouponCodeEnteredAction"},topOrderTrackingAction:{registrationName:"onOrderTrackingAction"}},validAttributes:Object.assign({disabled:true,type:true,buttonStyle:true,buttonBorderRadius:true,hasShippingMethodCallback:true,hasShippingContactCallback:true,hasCouponCodeCallback:true,hasOrderTrackingCallback:true},ConditionallyIgnoredEventHandlers({onShippingMethodSelectedAction:true,onShippingContactSelectedAction:true,onCouponCodeEnteredAction:true,onOrderTrackingAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ApplePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ApplePayButton",directEventTypes:{topShippingMethodSelectedAction:{registrationName:"onShippingMethodSelectedAction"},topShippingContactSelectedAction:{registrationName:"onShippingContactSelectedAction"},topCouponCodeEnteredAction:{registrationName:"onCouponCodeEnteredAction"},topOrderTrackingAction:{registrationName:"onOrderTrackingAction"}},validAttributes:Object.assign({disabled:true,type:true,buttonStyle:true,buttonBorderRadius:true,hasShippingMethodCallback:true,hasShippingContactCallback:true,hasCouponCodeCallback:true,hasOrderTrackingCallback:true},ConditionallyIgnoredEventHandlers({onShippingMethodSelectedAction:true,onShippingContactSelectedAction:true,onCouponCodeEnteredAction:true,onOrderTrackingAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeApplePayButton.ts 7:0");
|
|
2
2
|
//# sourceMappingURL=NativeApplePayButton.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AuBECSDebitForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AuBECSDebitForm",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({companyName:true,formStyle:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='AuBECSDebitForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"AuBECSDebitForm",directEventTypes:{topCompleteAction:{registrationName:"onCompleteAction"}},validAttributes:Object.assign({companyName:true,formStyle:true},ConditionallyIgnoredEventHandlers({onCompleteAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeAuBECSDebitForm.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeAuBECSDebitForm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardField';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardField",directEventTypes:{topCardChange:{registrationName:"onCardChange"},topFocusChange:{registrationName:"onFocusChange"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,countryCode:true,dangerouslyGetFullCardDetails:true,disabled:true,onBehalfOf:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onCardChange:true,onFocusChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);},clear:function clear(ref){dispatchCommand(ref,"clear",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardField';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardField",directEventTypes:{topCardChange:{registrationName:"onCardChange"},topFocusChange:{registrationName:"onFocusChange"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,countryCode:true,dangerouslyGetFullCardDetails:true,disabled:true,onBehalfOf:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onCardChange:true,onFocusChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);},clear:function clear(ref){dispatchCommand(ref,"clear",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeCardField.ts 6:0");console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeCardField.ts 7:0");
|
|
2
2
|
//# sourceMappingURL=NativeCardField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topCardChange","registrationName","topFocusChange","validAttributes","Object","assign","autofocus","cardStyle","countryCode","dangerouslyGetFullCardDetails","disabled","onBehalfOf","placeholders","postalCodeEnabled","preferredNetworks","onCardChange","onFocusChange","_default","default","get","Commands","blur","ref","focus","clear","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardField.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA0CA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,yDAEkB,CAAC,CAFnBI,iCAEmB,CAAAD,QAAA,CAFnBC,iCAEmB,CAFnB,IAAAC,SAAA,CAAAL,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBM,eAEmB,CAAAD,SAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,WAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,WAEmB,CAFnBC,gBAEmB,CAFnB,CAAAC,aAEmB,CAFnB,CAAAC,gBAEmB,CAFnB,cAEkB,CAAC,CAFnBC,cAEmB,CAFnB,CAAAD,gBAEmB,CAFnB,eAEkB,EAAC,CAFnBE,eAEmB,CAAAC,MAAA,CAAAC,MAAA,EAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,WAEmB,CAFnB,IAEmB,CAFnBC,6BAEmB,CAFnB,IAEmB,CAFnBC,QAEmB,CAFnB,IAEmB,CAFnBC,UAEmB,CAFnB,IAEmB,CAFnBC,YAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,EAFnBtB,iCAEmB,CAFnB,CAAAuB,YAEmB,CAFnB,IAEmB,CAFnBC,aAEmB,CAFnB,IAEkB,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAApB,OAAA,CAAAqB,OAAA,CAFnB5B,uBAEmB,CAFnB6B,GAEmB,CAFnBxB,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAwB,QAEmB,CAAAvB,OAAA,CAAAuB,QAAA,CAFnB,CAAAC,IAEmB,SAFnB,CAAAA,IAEmBA,CAFnBC,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,MAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBD,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBF,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,EAAC,CA7CnBG,OAAA,CAAAC,IAAA,
|
|
1
|
+
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topCardChange","registrationName","topFocusChange","validAttributes","Object","assign","autofocus","cardStyle","countryCode","dangerouslyGetFullCardDetails","disabled","onBehalfOf","placeholders","postalCodeEnabled","preferredNetworks","onCardChange","onFocusChange","_default","default","get","Commands","blur","ref","focus","clear","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardField.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA0CA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,yDAEkB,CAAC,CAFnBI,iCAEmB,CAAAD,QAAA,CAFnBC,iCAEmB,CAFnB,IAAAC,SAAA,CAAAL,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBM,eAEmB,CAAAD,SAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,WAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,WAEmB,CAFnBC,gBAEmB,CAFnB,CAAAC,aAEmB,CAFnB,CAAAC,gBAEmB,CAFnB,cAEkB,CAAC,CAFnBC,cAEmB,CAFnB,CAAAD,gBAEmB,CAFnB,eAEkB,EAAC,CAFnBE,eAEmB,CAAAC,MAAA,CAAAC,MAAA,EAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,SAEmB,CAFnB,IAEmB,CAFnBC,WAEmB,CAFnB,IAEmB,CAFnBC,6BAEmB,CAFnB,IAEmB,CAFnBC,QAEmB,CAFnB,IAEmB,CAFnBC,UAEmB,CAFnB,IAEmB,CAFnBC,YAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,CAFnBC,iBAEmB,CAFnB,IAEmB,EAFnBtB,iCAEmB,CAFnB,CAAAuB,YAEmB,CAFnB,IAEmB,CAFnBC,aAEmB,CAFnB,IAEkB,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAApB,OAAA,CAAAqB,OAAA,CAFnB5B,uBAEmB,CAFnB6B,GAEmB,CAFnBxB,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAwB,QAEmB,CAAAvB,OAAA,CAAAuB,QAAA,CAFnB,CAAAC,IAEmB,SAFnB,CAAAA,IAEmBA,CAFnBC,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,MAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBD,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,KAEmB,SAFnB,CAAAA,KAEmBA,CAFnBF,GAEmB,CAFnB,CAAA5B,eAEmB,CAFnB4B,GAEmB,CAFnB,OAEmB,CAFnB,EAEkB,CAAC,CAAD,EAAC,CA7CnBG,OAAA,CAAAC,IAAA,8MACAD,OAAA,CAAAC,IAAA","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardForm",directEventTypes:{topFocusChange:{registrationName:"onFocusChange"},topFormComplete:{registrationName:"onFormComplete"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,dangerouslyGetFullCardDetails:true,defaultValues:true,disabled:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onFocusChange:true,onFormComplete:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var _require2=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require2.dispatchCommand;var nativeComponentName='CardForm';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"CardForm",directEventTypes:{topFocusChange:{registrationName:"onFocusChange"},topFormComplete:{registrationName:"onFormComplete"}},validAttributes:Object.assign({autofocus:true,cardStyle:true,dangerouslyGetFullCardDetails:true,defaultValues:true,disabled:true,placeholders:true,postalCodeEnabled:true,preferredNetworks:true},ConditionallyIgnoredEventHandlers({onFocusChange:true,onFormComplete:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={blur:function blur(ref){dispatchCommand(ref,"blur",[]);},focus:function focus(ref){dispatchCommand(ref,"focus",[]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeCardForm.ts 6:0");console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeCardForm.ts 7:0");
|
|
2
2
|
//# sourceMappingURL=NativeCardForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topFocusChange","registrationName","topFormComplete","validAttributes","Object","assign","autofocus","cardStyle","dangerouslyGetFullCardDetails","defaultValues","disabled","placeholders","postalCodeEnabled","preferredNetworks","onFocusChange","onFormComplete","_default","default","get","Commands","blur","ref","focus","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardForm.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DAoCA,IAAAE,uBAAgF,CAAhFF,OAAgF,CAAhF,gEAA+E,CAAC,CAAhF,IAAAG,QAAA,CAAAH,OAAgF,CAAhF,yDAA+E,CAAC,CAAhFI,iCAAgF,CAAAD,QAAA,CAAhFC,iCAAgF,CAAhF,IAAAC,SAAA,CAAAL,OAAgF,CAAhF,kDAA+E,CAAC,CAAhFM,eAAgF,CAAAD,SAAA,CAAhFC,eAAgF,CAAhF,IAAAC,mBAAgF,CAAhF,UAAgF,CAAhF,IAAAC,sBAAgF,CAAAC,OAAA,CAAAD,sBAAA,CAAhF,CAAAE,eAAgF,CAAhF,UAAgF,CAAhFC,gBAAgF,CAAhF,CAAAC,cAAgF,CAAhF,CAAAC,gBAAgF,CAAhF,eAA+E,CAAC,CAAhFC,eAAgF,CAAhF,CAAAD,gBAAgF,CAAhF,gBAA+E,EAAC,CAAhFE,eAAgF,CAAAC,MAAA,CAAAC,MAAA,EAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,6BAAgF,CAAhF,IAAgF,CAAhFC,aAAgF,CAAhF,IAAgF,CAAhFC,QAAgF,CAAhF,IAAgF,CAAhFC,YAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,EAAhFrB,iCAAgF,CAAhF,CAAAsB,aAAgF,CAAhF,IAAgF,CAAhFC,cAAgF,CAAhF,IAA+E,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAAnB,OAAA,CAAAoB,OAAA,CAAhF3B,uBAAgF,CAAhF4B,GAAgF,CAAhFvB,mBAAgF,CAAhF,kBAAAC,sBAAgF,EAAD,CAAC,CAAhF,IAAAuB,QAAgF,CAAAtB,OAAA,CAAAsB,QAAA,CAAhF,CAAAC,IAAgF,SAAhF,CAAAA,IAAgFA,CAAhFC,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,MAAgF,CAAhF,EAA+E,CAAC,CAAD,CAAC,CAAhFC,KAAgF,SAAhF,CAAAA,KAAgFA,CAAhFD,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,OAAgF,CAAhF,EAA+E,CAAC,CAAD,EAAC,CArChFE,OAAA,CAAAC,IAAA,
|
|
1
|
+
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","ConditionallyIgnoredEventHandlers","_require2","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","directEventTypes","topFocusChange","registrationName","topFormComplete","validAttributes","Object","assign","autofocus","cardStyle","dangerouslyGetFullCardDetails","defaultValues","disabled","placeholders","postalCodeEnabled","preferredNetworks","onFocusChange","onFormComplete","_default","default","get","Commands","blur","ref","focus","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeCardForm.ts"],"mappings":"mNAKA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DAoCA,IAAAE,uBAAgF,CAAhFF,OAAgF,CAAhF,gEAA+E,CAAC,CAAhF,IAAAG,QAAA,CAAAH,OAAgF,CAAhF,yDAA+E,CAAC,CAAhFI,iCAAgF,CAAAD,QAAA,CAAhFC,iCAAgF,CAAhF,IAAAC,SAAA,CAAAL,OAAgF,CAAhF,kDAA+E,CAAC,CAAhFM,eAAgF,CAAAD,SAAA,CAAhFC,eAAgF,CAAhF,IAAAC,mBAAgF,CAAhF,UAAgF,CAAhF,IAAAC,sBAAgF,CAAAC,OAAA,CAAAD,sBAAA,CAAhF,CAAAE,eAAgF,CAAhF,UAAgF,CAAhFC,gBAAgF,CAAhF,CAAAC,cAAgF,CAAhF,CAAAC,gBAAgF,CAAhF,eAA+E,CAAC,CAAhFC,eAAgF,CAAhF,CAAAD,gBAAgF,CAAhF,gBAA+E,EAAC,CAAhFE,eAAgF,CAAAC,MAAA,CAAAC,MAAA,EAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,SAAgF,CAAhF,IAAgF,CAAhFC,6BAAgF,CAAhF,IAAgF,CAAhFC,aAAgF,CAAhF,IAAgF,CAAhFC,QAAgF,CAAhF,IAAgF,CAAhFC,YAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,CAAhFC,iBAAgF,CAAhF,IAAgF,EAAhFrB,iCAAgF,CAAhF,CAAAsB,aAAgF,CAAhF,IAAgF,CAAhFC,cAAgF,CAAhF,IAA+E,EAAC,CAAD,CAAC,KAAAC,QAAA,CAAAnB,OAAA,CAAAoB,OAAA,CAAhF3B,uBAAgF,CAAhF4B,GAAgF,CAAhFvB,mBAAgF,CAAhF,kBAAAC,sBAAgF,EAAD,CAAC,CAAhF,IAAAuB,QAAgF,CAAAtB,OAAA,CAAAsB,QAAA,CAAhF,CAAAC,IAAgF,SAAhF,CAAAA,IAAgFA,CAAhFC,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,MAAgF,CAAhF,EAA+E,CAAC,CAAD,CAAC,CAAhFC,KAAgF,SAAhF,CAAAA,KAAgFA,CAAhFD,GAAgF,CAAhF,CAAA3B,eAAgF,CAAhF2B,GAAgF,CAAhF,OAAgF,CAAhF,EAA+E,CAAC,CAAD,EAAC,CArChFE,OAAA,CAAAC,IAAA,6MACAD,OAAA,CAAAC,IAAA","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ConnectAccountOnboardingView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ConnectAccountOnboardingView",directEventTypes:{topExitAction:{registrationName:"onExitAction"}},validAttributes:Object.assign({visible:true,title:true,backgroundColor:true,textColor:true},ConditionallyIgnoredEventHandlers({onExitAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='ConnectAccountOnboardingView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"ConnectAccountOnboardingView",directEventTypes:{topExitAction:{registrationName:"onExitAction"}},validAttributes:Object.assign({visible:true,title:true,backgroundColor:true,textColor:true},ConditionallyIgnoredEventHandlers({onExitAction:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeConnectAccountOnboardingView.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeConnectAccountOnboardingView.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='StripeCurrencySelectorElement';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"StripeCurrencySelectorElement",directEventTypes:{topHeightChange:{registrationName:"onHeightChange"}},validAttributes:Object.assign({sessionKey:true,disabled:true,appearance:true},ConditionallyIgnoredEventHandlers({onHeightChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='StripeCurrencySelectorElement';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"StripeCurrencySelectorElement",directEventTypes:{topHeightChange:{registrationName:"onHeightChange"}},validAttributes:Object.assign({sessionKey:true,disabled:true,appearance:true},ConditionallyIgnoredEventHandlers({onHeightChange:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeCurrencySelectorElement.ts 2:0");
|
|
2
2
|
//# sourceMappingURL=NativeCurrencySelectorElement.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require.dispatchCommand;var nativeComponentName='EmbeddedPaymentElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"EmbeddedPaymentElementView",validAttributes:{configuration:true,intentConfiguration:true,checkout:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={confirm:function confirm(ref){dispatchCommand(ref,"confirm",[]);},clearPaymentOption:function clearPaymentOption(ref){dispatchCommand(ref,"clearPaymentOption",[]);},update:function update(ref,intentConfigurationJson){dispatchCommand(ref,"update",[intentConfigurationJson]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=exports.Commands=void 0;var _codegenNativeCommands=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require("react-native/Libraries/ReactNative/RendererProxy"),dispatchCommand=_require.dispatchCommand;var nativeComponentName='EmbeddedPaymentElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"EmbeddedPaymentElementView",validAttributes:{configuration:true,intentConfiguration:true,checkout:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});var Commands=exports.Commands={confirm:function confirm(ref){dispatchCommand(ref,"confirm",[]);},clearPaymentOption:function clearPaymentOption(ref){dispatchCommand(ref,"clearPaymentOption",[]);},update:function update(ref,intentConfigurationJson){dispatchCommand(ref,"update",[intentConfigurationJson]);}};console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeCommands'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeEmbeddedPaymentElement.ts 2:0");console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeEmbeddedPaymentElement.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeEmbeddedPaymentElement.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","validAttributes","configuration","intentConfiguration","checkout","_default","default","get","Commands","confirm","ref","clearPaymentOption","update","intentConfigurationJson","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeEmbeddedPaymentElement.ts"],"mappings":"mNACA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA4BA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBI,eAEmB,CAAAD,QAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,4BAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,4BAEmB,CAFnBC,eAEmB,CAFnB,CAAAC,aAEmB,CAFnB,IAEmB,CAFnBC,mBAEmB,CAFnB,IAEmB,CAFnBC,QAEmB,CAFnB,IAEkB,EAAC,KAAAC,QAAA,CAAAN,OAAA,CAAAO,OAAA,CAFnBZ,uBAEmB,CAFnBa,GAEmB,CAFnBV,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAU,QAEmB,CAAAT,OAAA,CAAAS,QAAA,CAFnB,CAAAC,OAEmB,SAFnB,CAAAA,OAEmBA,CAFnBC,GAEmB,CAFnB,CAAAd,eAEmB,CAFnBc,GAEmB,CAFnB,SAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,kBAEmB,SAFnB,CAAAA,kBAEmBA,CAFnBD,GAEmB,CAFnB,CAAAd,eAEmB,CAFnBc,GAEmB,CAFnB,oBAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,MAEmB,SAFnB,CAAAA,MAEmBA,CAFnBF,GAEmB,CAFnBG,uBAEmB,CAFnB,CAAAjB,eAEmB,CAFnBc,GAEmB,CAFnB,QAEmB,CAFnB,CAAAG,uBAEmB,CAAD,CAAC,CAAD,EAAC,CA/BnBC,OAAA,CAAAC,IAAA,
|
|
1
|
+
{"version":3,"names":["_codegenNativeCommands","_interopRequireDefault","require","_codegenNativeComponent","NativeComponentRegistry","_require","dispatchCommand","nativeComponentName","__INTERNAL_VIEW_CONFIG","exports","uiViewClassName","validAttributes","configuration","intentConfiguration","checkout","_default","default","get","Commands","confirm","ref","clearPaymentOption","update","intentConfigurationJson","console","warn"],"sourceRoot":"../../../src","sources":["specs/NativeEmbeddedPaymentElement.ts"],"mappings":"mNACA,IAAAA,sBAAA,CAAAC,sBAAA,CAAAC,OAAA,4DACA,IAAAC,uBAAA,CAAAF,sBAAA,CAAAC,OAAA,6DA4BA,IAAAE,uBAEmB,CAFnBF,OAEmB,CAFnB,gEAEkB,CAAC,CAFnB,IAAAG,QAAA,CAAAH,OAEmB,CAFnB,kDAEkB,CAAC,CAFnBI,eAEmB,CAAAD,QAAA,CAFnBC,eAEmB,CAFnB,IAAAC,mBAEmB,CAFnB,4BAEmB,CAFnB,IAAAC,sBAEmB,CAAAC,OAAA,CAAAD,sBAAA,CAFnB,CAAAE,eAEmB,CAFnB,4BAEmB,CAFnBC,eAEmB,CAFnB,CAAAC,aAEmB,CAFnB,IAEmB,CAFnBC,mBAEmB,CAFnB,IAEmB,CAFnBC,QAEmB,CAFnB,IAEkB,EAAC,KAAAC,QAAA,CAAAN,OAAA,CAAAO,OAAA,CAFnBZ,uBAEmB,CAFnBa,GAEmB,CAFnBV,mBAEmB,CAFnB,kBAAAC,sBAEmB,EAAD,CAAC,CAFnB,IAAAU,QAEmB,CAAAT,OAAA,CAAAS,QAAA,CAFnB,CAAAC,OAEmB,SAFnB,CAAAA,OAEmBA,CAFnBC,GAEmB,CAFnB,CAAAd,eAEmB,CAFnBc,GAEmB,CAFnB,SAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBC,kBAEmB,SAFnB,CAAAA,kBAEmBA,CAFnBD,GAEmB,CAFnB,CAAAd,eAEmB,CAFnBc,GAEmB,CAFnB,oBAEmB,CAFnB,EAEkB,CAAC,CAAD,CAAC,CAFnBE,MAEmB,SAFnB,CAAAA,MAEmBA,CAFnBF,GAEmB,CAFnBG,uBAEmB,CAFnB,CAAAjB,eAEmB,CAFnBc,GAEmB,CAFnB,QAEmB,CAFnB,CAAAG,uBAEmB,CAAD,CAAC,CAAD,EAAC,CA/BnBC,OAAA,CAAAC,IAAA,2NACAD,OAAA,CAAAC,IAAA","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='GooglePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"GooglePayButton",validAttributes:{type:true,appearance:true,borderRadius:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='GooglePayButton';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"GooglePayButton",validAttributes:{type:true,appearance:true,borderRadius:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeGooglePayButton.ts 6:0");
|
|
2
2
|
//# sourceMappingURL=NativeGooglePayButton.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='NavigationBar';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"NavigationBar",directEventTypes:{topCloseButtonPress:{registrationName:"onCloseButtonPress"}},validAttributes:Object.assign({title:true},ConditionallyIgnoredEventHandlers({onCloseButtonPress:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var _require=require('react-native/Libraries/NativeComponent/ViewConfigIgnore'),ConditionallyIgnoredEventHandlers=_require.ConditionallyIgnoredEventHandlers;var nativeComponentName='NavigationBar';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"NavigationBar",directEventTypes:{topCloseButtonPress:{registrationName:"onCloseButtonPress"}},validAttributes:Object.assign({title:true},ConditionallyIgnoredEventHandlers({onCloseButtonPress:true}))};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeNavigationBar.ts 3:0");
|
|
2
2
|
//# sourceMappingURL=NativeNavigationBar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","get"],"sourceRoot":"../../../src","sources":["specs/NativeOnrampSdkModule.ts"],"mappings":"gFAAA,IAAAA,YAAA,CAAAC,OAAA,iBAAmD,IAAAC,QAAA,CAAAC,OAAA,CAAAC,OAAA,
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","get"],"sourceRoot":"../../../src","sources":["specs/NativeOnrampSdkModule.ts"],"mappings":"gFAAA,IAAAA,YAAA,CAAAC,OAAA,iBAAmD,IAAAC,QAAA,CAAAC,OAAA,CAAAC,OAAA,CA0DpCC,gCAAmB,CAACC,GAAG,CAAO,WAAW,CAAC","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='PaymentMethodMessagingElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"PaymentMethodMessagingElementView",validAttributes:{appearance:true,configuration:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='PaymentMethodMessagingElementView';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"PaymentMethodMessagingElementView",validAttributes:{appearance:true,configuration:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativePaymentMethodMessagingElement.ts 2:0");
|
|
2
2
|
//# sourceMappingURL=NativePaymentMethodMessagingElement.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='StripeContainer';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"StripeContainer",validAttributes:{keyboardShouldPersistTaps:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='StripeContainer';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:"StripeContainer",validAttributes:{keyboardShouldPersistTaps:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});console.warn("Deep imports from the 'react-native' package are deprecated ('react-native/Libraries/Utilities/codegenNativeComponent'). Source: /Users/cttsai/stripe/stripe-react-native/src/specs/NativeStripeContainer.ts 2:0");
|
|
2
2
|
//# sourceMappingURL=NativeStripeContainer.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.useEmbeddedPaymentElement=useEmbeddedPaymentElement;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _reactNative=require("react-native");var _NativeStripeSdkModule=_interopRequireDefault(require("../specs/NativeStripeSdkModule"));var _react=_interopRequireWildcard(require("react"));var _events=require("../events");var _NativeEmbeddedPaymentElement=_interopRequireWildcard(require("../specs/NativeEmbeddedPaymentElement"));var _jsxRuntime=require("react/jsx-runtime");var _jsxFileName="/Users/mats/stripe/stripe-react-native/src/types/EmbeddedPaymentElement.tsx";function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var isCheckoutSession=function isCheckoutSession(value){return typeof value==='object'&&value!==null&&'sessionKey'in value&&!('mode'in value);};var EmbeddedPaymentElement=function(){function EmbeddedPaymentElement(){(0,_classCallCheck2.default)(this,EmbeddedPaymentElement);}return(0,_createClass2.default)(EmbeddedPaymentElement,[{key:"updateIntent",value:(function(){var _updateIntent=(0,_asyncToGenerator2.default)(function*(intentConfig){return yield _NativeStripeSdkModule.default.updateEmbeddedPaymentElement(intentConfig);});function updateIntent(_x){return _updateIntent.apply(this,arguments);}return updateIntent;}())},{key:"confirm",value:(function(){var _confirm=(0,_asyncToGenerator2.default)(function*(){var result=yield _NativeStripeSdkModule.default.confirmEmbeddedPaymentElement(-1);return result;});function confirm(){return _confirm.apply(this,arguments);}return confirm;}())},{key:"clearPaymentOption",value:function clearPaymentOption(){_NativeStripeSdkModule.default.clearEmbeddedPaymentOption(-1);}}]);}();var confirmHandlerCallback=null;var confirmationTokenHandlerCallback=null;var formSheetActionConfirmCallback=null;var customPaymentMethodConfirmCallback=null;var rowSelectionCallback=null;function createEmbeddedPaymentElement(_x2,_x3){return _createEmbeddedPaymentElement.apply(this,arguments);}function _createEmbeddedPaymentElement(){_createEmbeddedPaymentElement=(0,_asyncToGenerator2.default)(function*(intent,configuration){setupConfigurationHandlers(configuration);if(isCheckoutSession(intent)){yield _NativeStripeSdkModule.default.createEmbeddedPaymentElementWithCheckout(intent.sessionKey,configuration);}else{setupIntentConfirmHandlers(intent);yield _NativeStripeSdkModule.default.createEmbeddedPaymentElement(intent,configuration);}return new EmbeddedPaymentElement();});return _createEmbeddedPaymentElement.apply(this,arguments);}function setupIntentConfirmHandlers(intentConfig){var confirmHandler=intentConfig.confirmHandler;if(confirmHandler){var _confirmHandlerCallba;(_confirmHandlerCallba=confirmHandlerCallback)==null||_confirmHandlerCallba.remove();confirmHandlerCallback=(0,_events.addListener)('onConfirmHandlerCallback',function(_ref){var paymentMethod=_ref.paymentMethod,shouldSavePaymentMethod=_ref.shouldSavePaymentMethod;confirmHandler(paymentMethod,shouldSavePaymentMethod,_NativeStripeSdkModule.default.intentCreationCallback);});}var confirmationTokenConfirmHandler=intentConfig.confirmationTokenConfirmHandler;if(confirmationTokenConfirmHandler){var _confirmationTokenHan;(_confirmationTokenHan=confirmationTokenHandlerCallback)==null||_confirmationTokenHan.remove();confirmationTokenHandlerCallback=(0,_events.addListener)('onConfirmationTokenHandlerCallback',function(_ref2){var confirmationToken=_ref2.confirmationToken;confirmationTokenConfirmHandler(confirmationToken,_NativeStripeSdkModule.default.confirmationTokenCreationCallback);});}}function setupConfigurationHandlers(configuration){var _configuration$formSh,_configuration$rowSel;if(((_configuration$formSh=configuration.formSheetAction)==null?void 0:_configuration$formSh.type)==='confirm'){var confirmFormSheetHandler=configuration.formSheetAction.onFormSheetConfirmComplete;if(confirmFormSheetHandler){var _formSheetActionConfi;(_formSheetActionConfi=formSheetActionConfirmCallback)==null||_formSheetActionConfi.remove();formSheetActionConfirmCallback=(0,_events.addListener)('embeddedPaymentElementFormSheetConfirmComplete',function(result){confirmFormSheetHandler(result);});}}if(configuration.customPaymentMethodConfiguration){var customPaymentMethodHandler=configuration.customPaymentMethodConfiguration.confirmCustomPaymentMethodCallback;if(customPaymentMethodHandler){var _customPaymentMethodC;(_customPaymentMethodC=customPaymentMethodConfirmCallback)==null||_customPaymentMethodC.remove();customPaymentMethodConfirmCallback=(0,_events.addListener)('onCustomPaymentMethodConfirmHandlerCallback',function(_ref3){var customPaymentMethod=_ref3.customPaymentMethod,billingDetails=_ref3.billingDetails;customPaymentMethodHandler(customPaymentMethod,billingDetails,function(result){_NativeStripeSdkModule.default.customPaymentMethodResultCallback(result);});});}}if(((_configuration$rowSel=configuration.rowSelectionBehavior)==null?void 0:_configuration$rowSel.type)==='immediateAction'){var rowSelectionHandler=configuration.rowSelectionBehavior.onSelectPaymentOption;if(rowSelectionHandler){var _rowSelectionCallback;(_rowSelectionCallback=rowSelectionCallback)==null||_rowSelectionCallback.remove();rowSelectionCallback=(0,_events.addListener)('embeddedPaymentElementRowSelectionImmediateAction',function(){rowSelectionHandler();});}}}function useEmbeddedPaymentElement(intent,configuration){var _this=this;var isAndroid=_reactNative.Platform.OS==='android';var elementRef=(0,_react.useRef)(null);var _useState=(0,_react.useState)(null),_useState2=(0,_slicedToArray2.default)(_useState,2),element=_useState2[0],setElement=_useState2[1];var _useState3=(0,_react.useState)(null),_useState4=(0,_slicedToArray2.default)(_useState3,2),paymentOption=_useState4[0],setPaymentOption=_useState4[1];var _useState5=(0,_react.useState)(),_useState6=(0,_slicedToArray2.default)(_useState5,2),height=_useState6[0],setHeight=_useState6[1];var viewRef=(0,_react.useRef)(null);var _useState7=(0,_react.useState)(null),_useState8=(0,_slicedToArray2.default)(_useState7,2),loadingError=_useState8[0],setLoadingError=_useState8[1];var isLoaded=(0,_react.useMemo)(function(){return height!==undefined&&height>1;},[height]);function getElementOrThrow(ref){if(!ref.current){throw new Error('EmbeddedPaymentElement is not ready yet – wait until it finishes loading before calling this API.');}return ref.current;}var intentKey=isCheckoutSession(intent)?intent.sessionKey:intent;var intentRef=(0,_react.useRef)(intent);intentRef.current=intent;(0,_react.useEffect)(function(){var active=true;(0,_asyncToGenerator2.default)(function*(){var el=yield createEmbeddedPaymentElement(intentRef.current,configuration);if(!active)return;elementRef.current=el;setElement(el);})();return function(){active=false;elementRef.current=null;setElement(null);};},[intentKey,configuration,viewRef,isAndroid]);(0,_react.useEffect)(function(){var sub=(0,_events.addListener)('embeddedPaymentElementDidUpdatePaymentOption',function(_ref5){var opt=_ref5.paymentOption;return setPaymentOption(opt!=null?opt:null);});return function(){return sub.remove();};});(0,_react.useEffect)(function(){var sub=(0,_events.addListener)('embeddedPaymentElementDidUpdateHeight',function(_ref6){var h=_ref6.height;if(h>0||isAndroid&&h===0){_reactNative.LayoutAnimation.configureNext(_reactNative.LayoutAnimation.Presets.easeInEaseOut);setHeight(h);}});return function(){return sub.remove();};},[isAndroid]);(0,_react.useEffect)(function(){var sub=(0,_events.addListener)('embeddedPaymentElementLoadingFailed',function(nativeError){setLoadingError(new Error(nativeError.message));});return function(){return sub.remove();};},[]);var embeddedPaymentElementView=(0,_react.useMemo)(function(){var intentProps=typeof intentKey==='string'?{checkout:{sessionKey:intentKey}}:{intentConfiguration:intentKey};if(isAndroid&&configuration&&intentKey){return(0,_jsxRuntime.jsx)(_NativeEmbeddedPaymentElement.default,Object.assign({ref:viewRef,style:[{width:'100%',height:height}],configuration:configuration},intentProps));}if(!element)return null;return(0,_jsxRuntime.jsx)(_NativeEmbeddedPaymentElement.default,Object.assign({ref:viewRef,style:{width:'100%',height:height},configuration:configuration},intentProps));},[configuration,element,height,intentKey,isAndroid]);var confirm=(0,_react.useCallback)(function(){var currentRef=viewRef.current;if(isAndroid){if(currentRef){var promise=new Promise(function(resolve){var sub=(0,_events.addListener)('embeddedPaymentElementFormSheetConfirmComplete',function(result){sub.remove();resolve(result);});});_NativeEmbeddedPaymentElement.Commands.confirm(currentRef);return promise;}else{return Promise.reject(new Error('Unable to find Android embedded payment element view!'));}}return getElementOrThrow(elementRef).confirm();},[isAndroid]);var update=(0,_react.useCallback)(function(updateSource){if(isAndroid){var currentRef=viewRef.current;if(currentRef){return new Promise(function(resolve){var sub=(0,_events.addListener)('embeddedPaymentElementUpdateComplete',function(result){sub.remove();resolve(result);});_NativeEmbeddedPaymentElement.Commands.update(currentRef,JSON.stringify(updateSource));});}return Promise.reject(new Error('Unable to find Android embedded payment element view!'));}var embeddedElement=getElementOrThrow(elementRef);return embeddedElement.updateIntent(updateSource);},[isAndroid]);var clearPaymentOption=(0,_react.useCallback)(function(){if(isAndroid){var tag=(0,_reactNative.findNodeHandle)(viewRef.current);if(tag==null){return Promise.reject(new Error('Unable to find Android view handle'));}return _NativeStripeSdkModule.default.clearEmbeddedPaymentOption(tag);}getElementOrThrow(elementRef).clearPaymentOption();return Promise.resolve();},[isAndroid]);return{embeddedPaymentElementView:embeddedPaymentElementView,paymentOption:paymentOption,confirm:confirm,update:update,clearPaymentOption:clearPaymentOption,loadingError:loadingError,isLoaded:isLoaded};}
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.useEmbeddedPaymentElement=useEmbeddedPaymentElement;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _reactNative=require("react-native");var _NativeStripeSdkModule=_interopRequireDefault(require("../specs/NativeStripeSdkModule"));var _react=_interopRequireWildcard(require("react"));var _events=require("../events");var _NativeEmbeddedPaymentElement=_interopRequireWildcard(require("../specs/NativeEmbeddedPaymentElement"));var _jsxRuntime=require("react/jsx-runtime");var _jsxFileName="/Users/cttsai/stripe/stripe-react-native/src/types/EmbeddedPaymentElement.tsx";function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var isCheckoutSession=function isCheckoutSession(value){return typeof value==='object'&&value!==null&&'sessionKey'in value&&!('mode'in value);};var EmbeddedPaymentElement=function(){function EmbeddedPaymentElement(){(0,_classCallCheck2.default)(this,EmbeddedPaymentElement);}return(0,_createClass2.default)(EmbeddedPaymentElement,[{key:"updateIntent",value:(function(){var _updateIntent=(0,_asyncToGenerator2.default)(function*(intentConfig){return yield _NativeStripeSdkModule.default.updateEmbeddedPaymentElement(intentConfig);});function updateIntent(_x){return _updateIntent.apply(this,arguments);}return updateIntent;}())},{key:"confirm",value:(function(){var _confirm=(0,_asyncToGenerator2.default)(function*(){var result=yield _NativeStripeSdkModule.default.confirmEmbeddedPaymentElement(-1);return result;});function confirm(){return _confirm.apply(this,arguments);}return confirm;}())},{key:"clearPaymentOption",value:function clearPaymentOption(){_NativeStripeSdkModule.default.clearEmbeddedPaymentOption(-1);}}]);}();var confirmHandlerCallback=null;var confirmationTokenHandlerCallback=null;var formSheetActionConfirmCallback=null;var customPaymentMethodConfirmCallback=null;var rowSelectionCallback=null;function createEmbeddedPaymentElement(_x2,_x3){return _createEmbeddedPaymentElement.apply(this,arguments);}function _createEmbeddedPaymentElement(){_createEmbeddedPaymentElement=(0,_asyncToGenerator2.default)(function*(intent,configuration){setupConfigurationHandlers(configuration);if(isCheckoutSession(intent)){yield _NativeStripeSdkModule.default.createEmbeddedPaymentElementWithCheckout(intent.sessionKey,configuration);}else{setupIntentConfirmHandlers(intent);yield _NativeStripeSdkModule.default.createEmbeddedPaymentElement(intent,configuration);}return new EmbeddedPaymentElement();});return _createEmbeddedPaymentElement.apply(this,arguments);}function setupIntentConfirmHandlers(intentConfig){var confirmHandler=intentConfig.confirmHandler;if(confirmHandler){var _confirmHandlerCallba;(_confirmHandlerCallba=confirmHandlerCallback)==null||_confirmHandlerCallba.remove();confirmHandlerCallback=(0,_events.addListener)('onConfirmHandlerCallback',function(_ref){var paymentMethod=_ref.paymentMethod,shouldSavePaymentMethod=_ref.shouldSavePaymentMethod;confirmHandler(paymentMethod,shouldSavePaymentMethod,_NativeStripeSdkModule.default.intentCreationCallback);});}var confirmationTokenConfirmHandler=intentConfig.confirmationTokenConfirmHandler;if(confirmationTokenConfirmHandler){var _confirmationTokenHan;(_confirmationTokenHan=confirmationTokenHandlerCallback)==null||_confirmationTokenHan.remove();confirmationTokenHandlerCallback=(0,_events.addListener)('onConfirmationTokenHandlerCallback',function(_ref2){var confirmationToken=_ref2.confirmationToken;confirmationTokenConfirmHandler(confirmationToken,_NativeStripeSdkModule.default.confirmationTokenCreationCallback);});}}function setupConfigurationHandlers(configuration){var _configuration$formSh,_configuration$rowSel;if(((_configuration$formSh=configuration.formSheetAction)==null?void 0:_configuration$formSh.type)==='confirm'){var confirmFormSheetHandler=configuration.formSheetAction.onFormSheetConfirmComplete;if(confirmFormSheetHandler){var _formSheetActionConfi;(_formSheetActionConfi=formSheetActionConfirmCallback)==null||_formSheetActionConfi.remove();formSheetActionConfirmCallback=(0,_events.addListener)('embeddedPaymentElementFormSheetConfirmComplete',function(result){confirmFormSheetHandler(result);});}}if(configuration.customPaymentMethodConfiguration){var customPaymentMethodHandler=configuration.customPaymentMethodConfiguration.confirmCustomPaymentMethodCallback;if(customPaymentMethodHandler){var _customPaymentMethodC;(_customPaymentMethodC=customPaymentMethodConfirmCallback)==null||_customPaymentMethodC.remove();customPaymentMethodConfirmCallback=(0,_events.addListener)('onCustomPaymentMethodConfirmHandlerCallback',function(_ref3){var customPaymentMethod=_ref3.customPaymentMethod,billingDetails=_ref3.billingDetails;customPaymentMethodHandler(customPaymentMethod,billingDetails,function(result){_NativeStripeSdkModule.default.customPaymentMethodResultCallback(result);});});}}if(((_configuration$rowSel=configuration.rowSelectionBehavior)==null?void 0:_configuration$rowSel.type)==='immediateAction'){var rowSelectionHandler=configuration.rowSelectionBehavior.onSelectPaymentOption;if(rowSelectionHandler){var _rowSelectionCallback;(_rowSelectionCallback=rowSelectionCallback)==null||_rowSelectionCallback.remove();rowSelectionCallback=(0,_events.addListener)('embeddedPaymentElementRowSelectionImmediateAction',function(){rowSelectionHandler();});}}}function useEmbeddedPaymentElement(intent,configuration){var _this=this;var isAndroid=_reactNative.Platform.OS==='android';var elementRef=(0,_react.useRef)(null);var _useState=(0,_react.useState)(null),_useState2=(0,_slicedToArray2.default)(_useState,2),element=_useState2[0],setElement=_useState2[1];var _useState3=(0,_react.useState)(null),_useState4=(0,_slicedToArray2.default)(_useState3,2),paymentOption=_useState4[0],setPaymentOption=_useState4[1];var _useState5=(0,_react.useState)(),_useState6=(0,_slicedToArray2.default)(_useState5,2),height=_useState6[0],setHeight=_useState6[1];var viewRef=(0,_react.useRef)(null);var _useState7=(0,_react.useState)(null),_useState8=(0,_slicedToArray2.default)(_useState7,2),loadingError=_useState8[0],setLoadingError=_useState8[1];var isLoaded=(0,_react.useMemo)(function(){return height!==undefined&&height>1;},[height]);function getElementOrThrow(ref){if(!ref.current){throw new Error('EmbeddedPaymentElement is not ready yet – wait until it finishes loading before calling this API.');}return ref.current;}var intentKey=isCheckoutSession(intent)?intent.sessionKey:intent;var intentRef=(0,_react.useRef)(intent);intentRef.current=intent;(0,_react.useEffect)(function(){var active=true;(0,_asyncToGenerator2.default)(function*(){var el=yield createEmbeddedPaymentElement(intentRef.current,configuration);if(!active)return;elementRef.current=el;setElement(el);})();return function(){active=false;elementRef.current=null;setElement(null);};},[intentKey,configuration,viewRef,isAndroid]);(0,_react.useEffect)(function(){var sub=(0,_events.addListener)('embeddedPaymentElementDidUpdatePaymentOption',function(_ref5){var opt=_ref5.paymentOption;return setPaymentOption(opt!=null?opt:null);});return function(){return sub.remove();};});(0,_react.useEffect)(function(){var sub=(0,_events.addListener)('embeddedPaymentElementDidUpdateHeight',function(_ref6){var h=_ref6.height;if(h>0||isAndroid&&h===0){_reactNative.LayoutAnimation.configureNext(_reactNative.LayoutAnimation.Presets.easeInEaseOut);setHeight(h);}});return function(){return sub.remove();};},[isAndroid]);(0,_react.useEffect)(function(){var sub=(0,_events.addListener)('embeddedPaymentElementLoadingFailed',function(nativeError){setLoadingError(new Error(nativeError.message));});return function(){return sub.remove();};},[]);var embeddedPaymentElementView=(0,_react.useMemo)(function(){var intentProps=typeof intentKey==='string'?{checkout:{sessionKey:intentKey}}:{intentConfiguration:intentKey};if(isAndroid&&configuration&&intentKey){return(0,_jsxRuntime.jsx)(_NativeEmbeddedPaymentElement.default,Object.assign({ref:viewRef,style:[{width:'100%',height:height}],configuration:configuration},intentProps));}if(!element)return null;return(0,_jsxRuntime.jsx)(_NativeEmbeddedPaymentElement.default,Object.assign({ref:viewRef,style:{width:'100%',height:height},configuration:configuration},intentProps));},[configuration,element,height,intentKey,isAndroid]);var confirm=(0,_react.useCallback)(function(){var currentRef=viewRef.current;if(isAndroid){if(currentRef){var promise=new Promise(function(resolve){var sub=(0,_events.addListener)('embeddedPaymentElementFormSheetConfirmComplete',function(result){sub.remove();resolve(result);});});_NativeEmbeddedPaymentElement.Commands.confirm(currentRef);return promise;}else{return Promise.reject(new Error('Unable to find Android embedded payment element view!'));}}return getElementOrThrow(elementRef).confirm();},[isAndroid]);var update=(0,_react.useCallback)(function(updateSource){if(isAndroid){var currentRef=viewRef.current;if(currentRef){return new Promise(function(resolve){var sub=(0,_events.addListener)('embeddedPaymentElementUpdateComplete',function(result){sub.remove();resolve(result);});_NativeEmbeddedPaymentElement.Commands.update(currentRef,JSON.stringify(updateSource));});}return Promise.reject(new Error('Unable to find Android embedded payment element view!'));}var embeddedElement=getElementOrThrow(elementRef);return embeddedElement.updateIntent(updateSource);},[isAndroid]);var clearPaymentOption=(0,_react.useCallback)(function(){if(isAndroid){var tag=(0,_reactNative.findNodeHandle)(viewRef.current);if(tag==null){return Promise.reject(new Error('Unable to find Android view handle'));}return _NativeStripeSdkModule.default.clearEmbeddedPaymentOption(tag);}getElementOrThrow(elementRef).clearPaymentOption();return Promise.resolve();},[isAndroid]);return{embeddedPaymentElementView:embeddedPaymentElementView,paymentOption:paymentOption,confirm:confirm,update:update,clearPaymentOption:clearPaymentOption,loadingError:loadingError,isLoaded:isLoaded};}
|
|
2
2
|
//# sourceMappingURL=EmbeddedPaymentElement.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_NativeStripeSdkModule","_interopRequireDefault","_react","_interopRequireWildcard","_events","_NativeEmbeddedPaymentElement","_jsxRuntime","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","isCheckoutSession","value","EmbeddedPaymentElement","_classCallCheck2","_createClass2","key","_updateIntent","_asyncToGenerator2","intentConfig","NativeStripeSdkModule","updateEmbeddedPaymentElement","updateIntent","_x","apply","arguments","_confirm","result","confirmEmbeddedPaymentElement","confirm","clearPaymentOption","clearEmbeddedPaymentOption","confirmHandlerCallback","confirmationTokenHandlerCallback","formSheetActionConfirmCallback","customPaymentMethodConfirmCallback","rowSelectionCallback","createEmbeddedPaymentElement","_x2","_x3","_createEmbeddedPaymentElement","intent","configuration","setupConfigurationHandlers","createEmbeddedPaymentElementWithCheckout","sessionKey","setupIntentConfirmHandlers","confirmHandler","_confirmHandlerCallba","remove","addListener","_ref","paymentMethod","shouldSavePaymentMethod","intentCreationCallback","confirmationTokenConfirmHandler","_confirmationTokenHan","_ref2","confirmationToken","confirmationTokenCreationCallback","_configuration$formSh","_configuration$rowSel","formSheetAction","type","confirmFormSheetHandler","onFormSheetConfirmComplete","_formSheetActionConfi","customPaymentMethodConfiguration","customPaymentMethodHandler","confirmCustomPaymentMethodCallback","_customPaymentMethodC","_ref3","customPaymentMethod","billingDetails","customPaymentMethodResultCallback","rowSelectionBehavior","rowSelectionHandler","onSelectPaymentOption","_rowSelectionCallback","useEmbeddedPaymentElement","_this","isAndroid","Platform","OS","elementRef","useRef","_useState","useState","_useState2","_slicedToArray2","element","setElement","_useState3","_useState4","paymentOption","setPaymentOption","_useState5","_useState6","height","setHeight","viewRef","_useState7","_useState8","loadingError","setLoadingError","isLoaded","useMemo","undefined","getElementOrThrow","ref","current","Error","intentKey","intentRef","useEffect","active","el","sub","_ref5","opt","_ref6","h","LayoutAnimation","configureNext","Presets","easeInEaseOut","nativeError","message","embeddedPaymentElementView","intentProps","checkout","intentConfiguration","jsx","assign","style","width","useCallback","currentRef","promise","Promise","resolve","Commands","reject","update","updateSource","JSON","stringify","embeddedElement","tag","findNodeHandle"],"sourceRoot":"../../../src","sources":["types/EmbeddedPaymentElement.tsx"],"mappings":"4jBACA,IAAAA,YAAA,CAAAC,OAAA,iBAiBA,IAAAC,sBAAA,CAAAC,sBAAA,CAAAF,OAAA,oCACA,IAAAG,MAAA,CAAAC,uBAAA,CAAAJ,OAAA,WAUA,IAAAK,OAAA,CAAAL,OAAA,cACA,IAAAM,6BAAA,CAAAF,uBAAA,CAAAJ,OAAA,2CAG+C,IAAAO,WAAA,CAAAP,OAAA,0BAAAQ,YAAA,wFAAAJ,wBAAAK,CAAA,CAAAC,CAAA,wBAAAC,OAAA,KAAAC,CAAA,KAAAD,OAAA,GAAAE,CAAA,KAAAF,OAAA,UAAAP,uBAAA,UAAAA,wBAAAK,CAAA,CAAAC,CAAA,MAAAA,CAAA,EAAAD,CAAA,EAAAA,CAAA,CAAAK,UAAA,QAAAL,CAAA,KAAAM,CAAA,CAAAC,CAAA,CAAAC,CAAA,EAAAC,SAAA,MAAAC,OAAA,CAAAV,CAAA,YAAAA,CAAA,mBAAAA,CAAA,qBAAAA,CAAA,QAAAQ,CAAA,IAAAF,CAAA,CAAAL,CAAA,CAAAG,CAAA,CAAAD,CAAA,KAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,SAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,EAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,CAAAQ,CAAA,WAAAM,EAAA,IAAAd,CAAA,aAAAc,EAAA,KAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,CAAAc,EAAA,KAAAP,CAAA,EAAAD,CAAA,CAAAW,MAAA,CAAAC,cAAA,GAAAD,MAAA,CAAAE,wBAAA,CAAAnB,CAAA,CAAAc,EAAA,KAAAP,CAAA,CAAAK,GAAA,EAAAL,CAAA,CAAAM,GAAA,EAAAP,CAAA,CAAAE,CAAA,CAAAM,EAAA,CAAAP,CAAA,EAAAC,CAAA,CAAAM,EAAA,EAAAd,CAAA,CAAAc,EAAA,UAAAN,CAAA,IAAAR,CAAA,CAAAC,CAAA,GAiM/C,GAAM,CAAAmB,iBAAiB,CAAG,QAApB,CAAAA,iBAAiBA,CACrBC,KAAuD,QAEvD,OAAO,CAAAA,KAAK,GAAK,QAAQ,EACzBA,KAAK,GAAK,IAAI,EACd,YAAY,EAAI,CAAAA,KAAK,EACrB,EAAE,MAAM,EAAI,CAAAA,KAAK,CAAC,GAAC,GAMf,CAAAC,sBAAsB,qBAAAA,uBAAA,KAAAC,gBAAA,CAAAb,OAAA,OAAAY,sBAAA,YAAAE,aAAA,CAAAd,OAAA,EAAAY,sBAAA,GAAAG,GAAA,gBAAAJ,KAAA,iBAAAK,aAAA,IAAAC,kBAAA,CAAAjB,OAAA,EAO1B,UACEkB,YAAmD,CACjC,CAClB,YAAa,CAAAC,8BAAqB,CAACC,4BAA4B,CAC7DF,YACF,CAAC,CACH,CAAC,UANK,CAAAG,YAAYA,CAAAC,EAAA,SAAAN,aAAA,CAAAO,KAAA,MAAAC,SAAA,SAAZ,CAAAH,YAAY,QAAAN,GAAA,WAAAJ,KAAA,iBAAAc,QAAA,IAAAR,kBAAA,CAAAjB,OAAA,EAelB,WAAuD,CACrD,GAAM,CAAA0B,MAAM,MACJ,CAAAP,8BAAqB,CAACQ,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAC/D,MAAO,CAAAD,MAAM,CACf,CAAC,UAJK,CAAAE,OAAOA,CAAA,SAAAH,QAAA,CAAAF,KAAA,MAAAC,SAAA,SAAP,CAAAI,OAAO,QAAAb,GAAA,sBAAAJ,KAAA,CAOb,SAAAkB,kBAAkBA,CAAA,CAAS,CACzBV,8BAAqB,CAACW,0BAA0B,CAAC,CAAC,CAAC,CAAC,CACtD,CAAC,QAMH,GAAI,CAAAC,sBAAgD,CAAG,IAAI,CAC3D,GAAI,CAAAC,gCAA0D,CAAG,IAAI,CACrE,GAAI,CAAAC,8BAAwD,CAAG,IAAI,CACnE,GAAI,CAAAC,kCAA4D,CAAG,IAAI,CACvE,GAAI,CAAAC,oBAA8C,CAAG,IAAI,CAAC,QAE3C,CAAAC,4BAA4BA,CAAAC,GAAA,CAAAC,GAAA,SAAAC,6BAAA,CAAAhB,KAAA,MAAAC,SAAA,YAAAe,8BAAA,EAAAA,6BAAA,IAAAtB,kBAAA,CAAAjB,OAAA,EAA3C,UACEwC,MAAwD,CACxDC,aAAkD,CACjB,CACjCC,0BAA0B,CAACD,aAAa,CAAC,CAEzC,GAAI/B,iBAAiB,CAAC8B,MAAM,CAAC,CAAE,CAC7B,KAAM,CAAArB,8BAAqB,CAACwB,wCAAwC,CAClEH,MAAM,CAACI,UAAU,CACjBH,aACF,CAAC,CACH,CAAC,IAAM,CACLI,0BAA0B,CAACL,MAAM,CAAC,CAClC,KAAM,CAAArB,8BAAqB,CAACiB,4BAA4B,CACtDI,MAAM,CACNC,aACF,CAAC,CACH,CACA,MAAO,IAAI,CAAA7B,sBAAsB,CAAC,CAAC,CACrC,CAAC,SAAA2B,6BAAA,CAAAhB,KAAA,MAAAC,SAAA,GAED,QAAS,CAAAqB,0BAA0BA,CACjC3B,YAAmD,CACnD,CACA,GAAM,CAAA4B,cAAc,CAAG5B,YAAY,CAAC4B,cAAc,CAClD,GAAIA,cAAc,CAAE,KAAAC,qBAAA,CAClB,CAAAA,qBAAA,CAAAhB,sBAAsB,SAAtBgB,qBAAA,CAAwBC,MAAM,CAAC,CAAC,CAChCjB,sBAAsB,CAAG,GAAAkB,mBAAW,EAClC,0BAA0B,CAC1B,SAAAC,IAAA,CAMM,IALJ,CAAAC,aAAa,CAAAD,IAAA,CAAbC,aAAa,CACbC,uBAAuB,CAAAF,IAAA,CAAvBE,uBAAuB,CAKvBN,cAAc,CACZK,aAAa,CACbC,uBAAuB,CACvBjC,8BAAqB,CAACkC,sBACxB,CAAC,CACH,CACF,CAAC,CACH,CAEA,GAAM,CAAAC,+BAA+B,CACnCpC,YAAY,CAACoC,+BAA+B,CAC9C,GAAIA,+BAA+B,CAAE,KAAAC,qBAAA,CACnC,CAAAA,qBAAA,CAAAvB,gCAAgC,SAAhCuB,qBAAA,CAAkCP,MAAM,CAAC,CAAC,CAC1ChB,gCAAgC,CAAG,GAAAiB,mBAAW,EAC5C,oCAAoC,CACpC,SAAAO,KAAA,CAIM,IAHJ,CAAAC,iBAAiB,CAAAD,KAAA,CAAjBC,iBAAiB,CAIjBH,+BAA+B,CAC7BG,iBAAiB,CACjBtC,8BAAqB,CAACuC,iCACxB,CAAC,CACH,CACF,CAAC,CACH,CACF,CAEA,QAAS,CAAAhB,0BAA0BA,CACjCD,aAAkD,CAClD,KAAAkB,qBAAA,CAAAC,qBAAA,CACA,GAAI,EAAAD,qBAAA,CAAAlB,aAAa,CAACoB,eAAe,eAA7BF,qBAAA,CAA+BG,IAAI,IAAK,SAAS,CAAE,CACrD,GAAM,CAAAC,uBAAuB,CAC3BtB,aAAa,CAACoB,eAAe,CAACG,0BAA0B,CAC1D,GAAID,uBAAuB,CAAE,KAAAE,qBAAA,CAC3B,CAAAA,qBAAA,CAAAhC,8BAA8B,SAA9BgC,qBAAA,CAAgCjB,MAAM,CAAC,CAAC,CACxCf,8BAA8B,CAAG,GAAAgB,mBAAW,EAC1C,gDAAgD,CAChD,SAACvB,MAAoC,CAAK,CAExCqC,uBAAuB,CAACrC,MAAM,CAAC,CACjC,CACF,CAAC,CACH,CACF,CAGA,GAAIe,aAAa,CAACyB,gCAAgC,CAAE,CAClD,GAAM,CAAAC,0BAA0B,CAC9B1B,aAAa,CAACyB,gCAAgC,CAC3CE,kCAAkC,CACvC,GAAID,0BAA0B,CAAE,KAAAE,qBAAA,CAC9B,CAAAA,qBAAA,CAAAnC,kCAAkC,SAAlCmC,qBAAA,CAAoCrB,MAAM,CAAC,CAAC,CAC5Cd,kCAAkC,CAAG,GAAAe,mBAAW,EAC9C,6CAA6C,CAC7C,SAAAqB,KAAA,CAMM,IALJ,CAAAC,mBAAmB,CAAAD,KAAA,CAAnBC,mBAAmB,CACnBC,cAAc,CAAAF,KAAA,CAAdE,cAAc,CAMdL,0BAA0B,CACxBI,mBAAmB,CACnBC,cAAc,CACd,SAAC9C,MAAmD,CAAK,CAEvDP,8BAAqB,CAACsD,iCAAiC,CAAC/C,MAAM,CAAC,CACjE,CACF,CAAC,CACH,CACF,CAAC,CACH,CACF,CAEA,GAAI,EAAAkC,qBAAA,CAAAnB,aAAa,CAACiC,oBAAoB,eAAlCd,qBAAA,CAAoCE,IAAI,IAAK,iBAAiB,CAAE,CAClE,GAAM,CAAAa,mBAAmB,CACvBlC,aAAa,CAACiC,oBAAoB,CAACE,qBAAqB,CAC1D,GAAID,mBAAmB,CAAE,KAAAE,qBAAA,CACvB,CAAAA,qBAAA,CAAA1C,oBAAoB,SAApB0C,qBAAA,CAAsB7B,MAAM,CAAC,CAAC,CAC9Bb,oBAAoB,CAAG,GAAAc,mBAAW,EAChC,mDAAmD,CACnD,UAAM,CACJ0B,mBAAmB,CAAC,CAAC,CACvB,CACF,CAAC,CACH,CACF,CACF,CA4EO,QAAS,CAAAG,yBAAyBA,CACvCtC,MAAwD,CACxDC,aAAkD,CACjB,KAAAsC,KAAA,MACjC,GAAM,CAAAC,SAAS,CAAGC,qBAAQ,CAACC,EAAE,GAAK,SAAS,CAC3C,GAAM,CAAAC,UAAU,CAAG,GAAAC,aAAM,EAAgC,IAAI,CAAC,CAC9D,IAAAC,SAAA,CAA8B,GAAAC,eAAQ,EAAgC,IAAI,CAAC,CAAAC,UAAA,IAAAC,eAAA,CAAAxF,OAAA,EAAAqF,SAAA,IAApEI,OAAO,CAAAF,UAAA,IAAEG,UAAU,CAAAH,UAAA,IAC1B,IAAAI,UAAA,CACE,GAAAL,eAAQ,EAAkC,IAAI,CAAC,CAAAM,UAAA,IAAAJ,eAAA,CAAAxF,OAAA,EAAA2F,UAAA,IAD1CE,aAAa,CAAAD,UAAA,IAAEE,gBAAgB,CAAAF,UAAA,IAEtC,IAAAG,UAAA,CAA4B,GAAAT,eAAQ,EAAqB,CAAC,CAAAU,UAAA,IAAAR,eAAA,CAAAxF,OAAA,EAAA+F,UAAA,IAAnDE,MAAM,CAAAD,UAAA,IAAEE,SAAS,CAAAF,UAAA,IACxB,GAAM,CAAAG,OAAO,CAAG,GAAAf,aAAM,EAAiD,IAAI,CAAC,CAC5E,IAAAgB,UAAA,CAAwC,GAAAd,eAAQ,EAAe,IAAI,CAAC,CAAAe,UAAA,IAAAb,eAAA,CAAAxF,OAAA,EAAAoG,UAAA,IAA7DE,YAAY,CAAAD,UAAA,IAAEE,eAAe,CAAAF,UAAA,IAEpC,GAAM,CAAAG,QAAQ,CAAG,GAAAC,cAAO,EAAC,UAAM,CAC7B,MAAO,CAAAR,MAAM,GAAKS,SAAS,EAAIT,MAAM,CAAG,CAAC,CAC3C,CAAC,CAAE,CAACA,MAAM,CAAC,CAAC,CAEZ,QAAS,CAAAU,iBAAiBA,CAACC,GAE1B,CAA0B,CACzB,GAAI,CAACA,GAAG,CAACC,OAAO,CAAE,CAChB,KAAM,IAAI,CAAAC,KAAK,CACb,mGACF,CAAC,CACH,CACA,MAAO,CAAAF,GAAG,CAACC,OAAO,CACpB,CAIA,GAAM,CAAAE,SAAS,CAAGrG,iBAAiB,CAAC8B,MAAM,CAAC,CAAGA,MAAM,CAACI,UAAU,CAAGJ,MAAM,CACxE,GAAM,CAAAwE,SAAS,CAAG,GAAA5B,aAAM,EAAC5C,MAAM,CAAC,CAChCwE,SAAS,CAACH,OAAO,CAAGrE,MAAM,CAG1B,GAAAyE,gBAAS,EAAC,UAAM,CACd,GAAI,CAAAC,MAAM,CAAG,IAAI,CACjB,GAAAjG,kBAAA,CAAAjB,OAAA,EAAC,WAAY,CACX,GAAM,CAAAmH,EAAE,MAAS,CAAA/E,4BAA4B,CAC3C4E,SAAS,CAACH,OAAO,CACjBpE,aACF,CAAC,CACD,GAAI,CAACyE,MAAM,CAAE,OACb/B,UAAU,CAAC0B,OAAO,CAAGM,EAAE,CACvBzB,UAAU,CAACyB,EAAE,CAAC,CAChB,CAAC,EAAE,CAAC,CACJ,MAAO,WAAM,CACXD,MAAM,CAAG,KAAK,CACd/B,UAAU,CAAC0B,OAAO,CAAG,IAAI,CACzBnB,UAAU,CAAC,IAAI,CAAC,CAClB,CAAC,CACH,CAAC,CAAE,CAACqB,SAAS,CAAEtE,aAAa,CAAE0D,OAAO,CAAEnB,SAAS,CAAC,CAAC,CAElD,GAAAiC,gBAAS,EAAC,UAAM,CACd,GAAM,CAAAG,GAAG,CAAG,GAAAnE,mBAAW,EACrB,8CAA8C,CAC9C,SAAAoE,KAAA,KAAkB,CAAAC,GAAG,CAAAD,KAAA,CAAlBxB,aAAa,OAAY,CAAAC,gBAAgB,CAACwB,GAAG,OAAHA,GAAG,CAAI,IAAI,CAAC,EAC3D,CAAC,CACD,MAAO,kBAAM,CAAAF,GAAG,CAACpE,MAAM,CAAC,CAAC,GAC3B,CAAC,CAAC,CAGF,GAAAiE,gBAAS,EAAC,UAAM,CACd,GAAM,CAAAG,GAAG,CAAG,GAAAnE,mBAAW,EACrB,uCAAuC,CACvC,SAAAsE,KAAA,CAAmB,IAAR,CAAAC,CAAC,CAAAD,KAAA,CAATtB,MAAM,CAEP,GAAIuB,CAAC,CAAG,CAAC,EAAKxC,SAAS,EAAIwC,CAAC,GAAK,CAAE,CAAE,CACnCC,4BAAe,CAACC,aAAa,CAACD,4BAAe,CAACE,OAAO,CAACC,aAAa,CAAC,CACpE1B,SAAS,CAACsB,CAAC,CAAC,CACd,CACF,CACF,CAAC,CACD,MAAO,kBAAM,CAAAJ,GAAG,CAACpE,MAAM,CAAC,CAAC,GAC3B,CAAC,CAAE,CAACgC,SAAS,CAAC,CAAC,CAGf,GAAAiC,gBAAS,EAAC,UAAM,CACd,GAAM,CAAAG,GAAG,CAAG,GAAAnE,mBAAW,EACrB,qCAAqC,CACrC,SAAC4E,WAAgC,CAAK,CACpCtB,eAAe,CAAC,GAAI,CAAAO,KAAK,CAACe,WAAW,CAACC,OAAO,CAAC,CAAC,CACjD,CACF,CAAC,CACD,MAAO,kBAAM,CAAAV,GAAG,CAACpE,MAAM,CAAC,CAAC,GAC3B,CAAC,CAAE,EAAE,CAAC,CAGN,GAAM,CAAA+E,0BAA0B,CAAG,GAAAtB,cAAO,EAAC,UAAM,CAE/C,GAAM,CAAAuB,WAAW,CACf,MAAO,CAAAjB,SAAS,GAAK,QAAQ,CACzB,CAAEkB,QAAQ,CAAE,CAAErF,UAAU,CAAEmE,SAAU,CAAE,CAAC,CACvC,CAAEmB,mBAAmB,CAAEnB,SAAU,CAAC,CAExC,GAAI/B,SAAS,EAAIvC,aAAa,EAAIsE,SAAS,CAAE,CAC3C,MACE,GAAA3H,WAAA,CAAA+I,GAAA,EAAChJ,6BAAA,CAAAa,OAA4B,CAAAO,MAAA,CAAA6H,MAAA,EAC3BxB,GAAG,CAAET,OAAQ,CACbkC,KAAK,CAAE,CAAC,CAAEC,KAAK,CAAE,MAAM,CAAErC,MAAM,CAAEA,MAAO,CAAC,CAAE,CAC3CxD,aAAa,CAAEA,aAAc,EACzBuF,WAAW,CAChB,CAAC,CAEN,CACA,GAAI,CAACvC,OAAO,CAAE,MAAO,KAAI,CACzB,MACE,GAAArG,WAAA,CAAA+I,GAAA,EAAChJ,6BAAA,CAAAa,OAA4B,CAAAO,MAAA,CAAA6H,MAAA,EAC3BxB,GAAG,CAAET,OAAQ,CACbkC,KAAK,CAAE,CAAEC,KAAK,CAAE,MAAM,CAAErC,MAAM,CAANA,MAAO,CAAE,CACjCxD,aAAa,CAAEA,aAAc,EACzBuF,WAAW,CAChB,CAAC,CAEN,CAAC,CAAE,CAACvF,aAAa,CAAEgD,OAAO,CAAEQ,MAAM,CAAEc,SAAS,CAAE/B,SAAS,CAAC,CAAC,CAG1D,GAAM,CAAApD,OAAO,CAAG,GAAA2G,kBAAW,EAAC,UAA6C,CACvE,GAAM,CAAAC,UAAU,CAAGrC,OAAO,CAACU,OAAO,CAElC,GAAI7B,SAAS,CAAE,CACb,GAAIwD,UAAU,CAAE,CACd,GAAM,CAAAC,OAAO,CAAG,GAAI,CAAAC,OAAO,CAA+B,SAACC,OAAO,CAAK,CACrE,GAAM,CAAAvB,GAAG,CAAG,GAAAnE,mBAAW,EACrB,gDAAgD,CAChD,SAACvB,MAAoC,CAAK,CACxC0F,GAAG,CAACpE,MAAM,CAAC,CAAC,CACZ2F,OAAO,CAACjH,MAAM,CAAC,CACjB,CACF,CAAC,CACH,CAAC,CAAC,CAEFkH,sCAAQ,CAAChH,OAAO,CAAC4G,UAAU,CAAC,CAE5B,MAAO,CAAAC,OAAO,CAChB,CAAC,IAAM,CACL,MAAO,CAAAC,OAAO,CAACG,MAAM,CACnB,GAAI,CAAA/B,KAAK,CAAC,uDAAuD,CACnE,CAAC,CACH,CACF,CAGA,MAAO,CAAAH,iBAAiB,CAACxB,UAAU,CAAC,CAACvD,OAAO,CAAC,CAAC,CAChD,CAAC,CAAE,CAACoD,SAAS,CAAC,CAAC,CACf,GAAM,CAAA8D,MAAM,CAAG,GAAAP,kBAAW,EACxB,SAACQ,YAAmD,CAAuB,CACzE,GAAI/D,SAAS,CAAE,CACb,GAAM,CAAAwD,UAAU,CAAGrC,OAAO,CAACU,OAAO,CAClC,GAAI2B,UAAU,CAAE,CACd,MAAO,IAAI,CAAAE,OAAO,CAAC,SAACC,OAAO,CAAK,CAC9B,GAAM,CAAAvB,GAAG,CAAG,GAAAnE,mBAAW,EACrB,sCAAsC,CACtC,SAACvB,MAAM,CAAK,CACV0F,GAAG,CAACpE,MAAM,CAAC,CAAC,CACZ2F,OAAO,CAACjH,MAAM,CAAC,CACjB,CACF,CAAC,CACDkH,sCAAQ,CAACE,MAAM,CAACN,UAAU,CAAEQ,IAAI,CAACC,SAAS,CAACF,YAAY,CAAC,CAAC,CAC3D,CAAC,CAAC,CACJ,CACA,MAAO,CAAAL,OAAO,CAACG,MAAM,CACnB,GAAI,CAAA/B,KAAK,CAAC,uDAAuD,CACnE,CAAC,CACH,CAGA,GAAM,CAAAoC,eAAe,CAAGvC,iBAAiB,CAACxB,UAAU,CAAC,CACrD,MAAO,CAAA+D,eAAe,CAAC7H,YAAY,CAAC0H,YAAY,CAAC,CACnD,CAAC,CACD,CAAC/D,SAAS,CACZ,CAAC,CACD,GAAM,CAAAnD,kBAAkB,CAAG,GAAA0G,kBAAW,EAAC,UAAqB,CAC1D,GAAIvD,SAAS,CAAE,CACb,GAAM,CAAAmE,GAAG,CAAG,GAAAC,2BAAc,EAACjD,OAAO,CAACU,OAAO,CAAC,CAC3C,GAAIsC,GAAG,EAAI,IAAI,CAAE,CACf,MAAO,CAAAT,OAAO,CAACG,MAAM,CAAC,GAAI,CAAA/B,KAAK,CAAC,oCAAoC,CAAC,CAAC,CACxE,CACA,MAAO,CAAA3F,8BAAqB,CAACW,0BAA0B,CAACqH,GAAG,CAAC,CAC9D,CAGAxC,iBAAiB,CAACxB,UAAU,CAAC,CAACtD,kBAAkB,CAAC,CAAC,CAClD,MAAO,CAAA6G,OAAO,CAACC,OAAO,CAAC,CAAC,CAC1B,CAAC,CAAE,CAAC3D,SAAS,CAAC,CAAC,CAEf,MAAO,CACL+C,0BAA0B,CAA1BA,0BAA0B,CAC1BlC,aAAa,CAAbA,aAAa,CACbjE,OAAO,CAAPA,OAAO,CACPkH,MAAM,CAANA,MAAM,CACNjH,kBAAkB,CAAlBA,kBAAkB,CAClByE,YAAY,CAAZA,YAAY,CACZE,QAAQ,CAARA,QACF,CAAC,CACH","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_NativeStripeSdkModule","_interopRequireDefault","_react","_interopRequireWildcard","_events","_NativeEmbeddedPaymentElement","_jsxRuntime","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","isCheckoutSession","value","EmbeddedPaymentElement","_classCallCheck2","_createClass2","key","_updateIntent","_asyncToGenerator2","intentConfig","NativeStripeSdkModule","updateEmbeddedPaymentElement","updateIntent","_x","apply","arguments","_confirm","result","confirmEmbeddedPaymentElement","confirm","clearPaymentOption","clearEmbeddedPaymentOption","confirmHandlerCallback","confirmationTokenHandlerCallback","formSheetActionConfirmCallback","customPaymentMethodConfirmCallback","rowSelectionCallback","createEmbeddedPaymentElement","_x2","_x3","_createEmbeddedPaymentElement","intent","configuration","setupConfigurationHandlers","createEmbeddedPaymentElementWithCheckout","sessionKey","setupIntentConfirmHandlers","confirmHandler","_confirmHandlerCallba","remove","addListener","_ref","paymentMethod","shouldSavePaymentMethod","intentCreationCallback","confirmationTokenConfirmHandler","_confirmationTokenHan","_ref2","confirmationToken","confirmationTokenCreationCallback","_configuration$formSh","_configuration$rowSel","formSheetAction","type","confirmFormSheetHandler","onFormSheetConfirmComplete","_formSheetActionConfi","customPaymentMethodConfiguration","customPaymentMethodHandler","confirmCustomPaymentMethodCallback","_customPaymentMethodC","_ref3","customPaymentMethod","billingDetails","customPaymentMethodResultCallback","rowSelectionBehavior","rowSelectionHandler","onSelectPaymentOption","_rowSelectionCallback","useEmbeddedPaymentElement","_this","isAndroid","Platform","OS","elementRef","useRef","_useState","useState","_useState2","_slicedToArray2","element","setElement","_useState3","_useState4","paymentOption","setPaymentOption","_useState5","_useState6","height","setHeight","viewRef","_useState7","_useState8","loadingError","setLoadingError","isLoaded","useMemo","undefined","getElementOrThrow","ref","current","Error","intentKey","intentRef","useEffect","active","el","sub","_ref5","opt","_ref6","h","LayoutAnimation","configureNext","Presets","easeInEaseOut","nativeError","message","embeddedPaymentElementView","intentProps","checkout","intentConfiguration","jsx","assign","style","width","useCallback","currentRef","promise","Promise","resolve","Commands","reject","update","updateSource","JSON","stringify","embeddedElement","tag","findNodeHandle"],"sourceRoot":"../../../src","sources":["types/EmbeddedPaymentElement.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:true});exports.
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.OnrampErrorStatus=exports.CryptoNetwork=void 0;var OnrampErrorStatus=exports.OnrampErrorStatus=function(OnrampErrorStatus){OnrampErrorStatus["Failed"]="Failed";OnrampErrorStatus["Canceled"]="Canceled";OnrampErrorStatus["Unknown"]="Unknown";return OnrampErrorStatus;}({});var CryptoNetwork=exports.CryptoNetwork=function(CryptoNetwork){CryptoNetwork["bitcoin"]="bitcoin";CryptoNetwork["ethereum"]="ethereum";CryptoNetwork["solana"]="solana";CryptoNetwork["polygon"]="polygon";CryptoNetwork["stellar"]="stellar";CryptoNetwork["avalanche"]="avalanche";CryptoNetwork["base"]="base";CryptoNetwork["aptos"]="aptos";CryptoNetwork["optimism"]="optimism";CryptoNetwork["worldchain"]="worldchain";CryptoNetwork["xrpl"]="xrpl";CryptoNetwork["sui"]="sui";CryptoNetwork["arbitrum"]="arbitrum";return CryptoNetwork;}({});
|
|
2
2
|
//# sourceMappingURL=Onramp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["OnrampErrorStatus","exports","CryptoNetwork"],"sourceRoot":"../../../src","sources":["types/Onramp.ts"],"mappings":"mHAUY,CAAAA,iBAAiB,CAAAC,OAAA,CAAAD,iBAAA,UAAjBA,iBAAiB,EAAjBA,iBAAiB,oBAAjBA,iBAAiB,wBAAjBA,iBAAiB,4BAAjB,CAAAA,iBAAiB,UA0JjB,CAAAE,aAAa,CAAAD,OAAA,CAAAC,aAAA,UAAbA,aAAa,EAAbA,aAAa,sBAAbA,aAAa,wBAAbA,aAAa,oBAAbA,aAAa,sBAAbA,aAAa,sBAAbA,aAAa,0BAAbA,aAAa,gBAAbA,aAAa,kBAAbA,aAAa,wBAAbA,aAAa,4BAAbA,aAAa,gBAAbA,aAAa,cAAbA,aAAa,8BAAb,CAAAA,aAAa","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StripeProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/StripeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAKzC,OAAO,KAAK,EAAW,gBAAgB,EAAoB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"StripeProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/StripeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAKzC,OAAO,KAAK,EAAW,gBAAgB,EAAoB,MAAM,UAAU,CAAC;AAM5E;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,gBAAgB,GAAG;IACrC,QAAQ,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;CACrD,CAAC;AAgBF,eAAO,MAAM,UAAU,GAAU,QAAQ,gBAAgB,KAAG,OAAO,CAAC,IAAI,CAwBvE,CAAC;AAEF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,cAAc,EACd,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,EACf,SAAS,EACT,2BAA2B,GAC5B,EAAE,KAAK,qBAoCP"}
|
|
@@ -40,6 +40,24 @@ export declare function useOnramp(): {
|
|
|
40
40
|
registerWalletAddress: (walletAddress: string, network: Onramp.CryptoNetwork) => Promise<{
|
|
41
41
|
error?: Onramp.CryptoOnrampError;
|
|
42
42
|
}>;
|
|
43
|
+
/**
|
|
44
|
+
* Creates a short-lived challenge for proving ownership of a registered wallet.
|
|
45
|
+
* Requires an authenticated Link user.
|
|
46
|
+
*
|
|
47
|
+
* @param walletAddress The registered crypto wallet address to verify
|
|
48
|
+
* @param network The crypto network for the wallet address
|
|
49
|
+
* @returns Promise that resolves to the challenge whose message must be signed, or an error
|
|
50
|
+
*/
|
|
51
|
+
getWalletOwnershipChallenge: (walletAddress: string, network: Onramp.CryptoNetwork) => Promise<Onramp.GetWalletOwnershipChallengeResult>;
|
|
52
|
+
/**
|
|
53
|
+
* Verifies a signature over a previously issued wallet ownership challenge.
|
|
54
|
+
* Requires an authenticated Link user.
|
|
55
|
+
*
|
|
56
|
+
* @param challengeId The opaque identifier returned by `getWalletOwnershipChallenge`
|
|
57
|
+
* @param signature The signature produced over the exact challenge message
|
|
58
|
+
* @returns Promise that resolves to the verified consumer wallet, or an error
|
|
59
|
+
*/
|
|
60
|
+
submitWalletOwnershipSignature: (challengeId: string, signature: string) => Promise<Onramp.SubmitWalletOwnershipSignatureResult>;
|
|
43
61
|
/**
|
|
44
62
|
* Attaches the specific KYC info to the current Link user. Requires an authenticated Link user.
|
|
45
63
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useOnramp.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useOnramp.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"useOnramp.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useOnramp.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,wBAAgB,mBAAmB,kDAalC;AAKD;;GAEG;AACH,wBAAgB,SAAS;IAgOrB;;;;;OAKG;wBAlOO,MAAM,CAAC,aAAa,KAC3B,OAAO,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAA;KAAE,CAAC;IAoOhD;;;;;OAKG;4BAlOW,MAAM,KAAG,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC;IAqO3D;;;;;OAKG;6BAlOK,MAAM,CAAC,YAAY,KACxB,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IAoOzC;;;;;;;OAOG;2CAnOc,MAAM,WACZ,MAAM,CAAC,aAAa,KAC5B,OAAO,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAA;KAAE,CAAC;IAoOhD;;;;;;;OAOG;iDAhOc,MAAM,WACZ,MAAM,CAAC,aAAa,KAC5B,OAAO,CAAC,MAAM,CAAC,iCAAiC,CAAC;IAiOpD;;;;;;;OAOG;kDA7NY,MAAM,aACR,MAAM,KAChB,OAAO,CAAC,MAAM,CAAC,oCAAoC,CAAC;IA8NvD;;;;;OAKG;6BAxNQ,MAAM,CAAC,OAAO,KACtB,OAAO,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAA;KAAE,CAAC;IA0NhD;;;;;OAKG;sCAxNmB,OAAO,CAAC,MAAM,CAAC,gCAAgC,CAAC;IA2NtE;;;;;;OAMG;qCA3NY,MAAM,CAAC,oBAAoB,EAAE,KACzC,OAAO,CAAC,MAAM,CAAC,uBAAuB,CAAC;IA6N1C;;;;;OAKG;kCA3NmB,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAC;IA8N3D;;;;;;;;OAQG;iDAjOoB,OAAO,GAAG,IAAI,KAAG,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;IAoOvE;;;;;OAKG;+BAvNW,MAAM,KAAG,OAAO,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAA;KAAE,CAAC;IA0NpE;;;;;;OAMG;2DA1O0B,MAAM,KAChC,OAAO,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAA;KAAE,CAAC;IA4OhD;;;;;OAKG;0BAlOyC,OAAO,CAAC;QACpD,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAC;KAClC,CAAC;IAmOA;;;;;;;;;;;;;;;OAeG;;wBAhOc,MAAM,GAAG,aAAa,GAAG,oBAAoB,sBACxC,SAAS,GAC5B,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;wBAE5B,aAAa,qBACT,MAAM,CAAC,uBAAuB,GAChD,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;;IA6N7C;;;;;OAKG;oCAnNmB,OAAO,CAAC,MAAM,CAAC,8BAA8B,CAAC;IAsNpE;;;;;;OAMG;uCAtNgB,MAAM,+BACM,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,KACxD,OAAO,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAA;KAAE,CAAC;IAuNhD;;;;;OAKG;kCAzMsB,MAAM,KAAG,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;IA4MjE;;;;;;OAMG;uCA1MM,kBAAkB,KACxB,OAAO,CAAC,MAAM,CAAC,wBAAwB,CAAC;IA4M3C;;;;OAIG;kBA1MiC,OAAO,CAAC;QAC5C,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAC;KAClC,CAAC;IA2MA;;;;;;OAMG;0BA7MyB,MAAM,CAAC,iBAAiB,KAAG,OAAO;EAgNjE"}
|
|
@@ -7,6 +7,8 @@ export interface Spec extends TurboModule {
|
|
|
7
7
|
hasLinkAccount(email: string): Promise<Onramp.HasLinkAccountResult>;
|
|
8
8
|
registerLinkUser(info: UnsafeObject<Onramp.LinkUserInfo>): Promise<Onramp.RegisterLinkUserResult>;
|
|
9
9
|
registerWalletAddress(walletAddress: string, network: string): Promise<Onramp.VoidResult>;
|
|
10
|
+
getWalletOwnershipChallenge(walletAddress: string, network: string): Promise<Onramp.GetWalletOwnershipChallengeResult>;
|
|
11
|
+
submitWalletOwnershipSignature(challengeId: string, signature: string): Promise<Onramp.SubmitWalletOwnershipSignatureResult>;
|
|
10
12
|
attachKycInfo(kycInfo: UnsafeObject<Onramp.KycInfo>): Promise<Onramp.VoidResult>;
|
|
11
13
|
retrieveMissingIdentifiers(): Promise<Onramp.RetrieveMissingIdentifiersResult>;
|
|
12
14
|
submitIdentifiers(identifiers: ReadonlyArray<UnsafeObject<Onramp.ComplianceIdentifier>>): Promise<Onramp.SubmitIdentifiersResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeOnrampSdkModule.d.ts","sourceRoot":"","sources":["../../../../src/specs/NativeOnrampSdkModule.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,KAAK,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,UAAU,CAAC,MAAM,EAAE,YAAY,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAClE,eAAe,CACb,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,aAAa,CAAC,GACzC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAC9B,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IACpE,gBAAgB,CACd,IAAI,EAAE,YAAY,CAAC,MAAM,CAAC,YAAY,CAAC,GACtC,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC;IAC1C,qBAAqB,CACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAC9B,aAAa,CACX,OAAO,EAAE,YAAY,CAAC,MAAM,CAAC,OAAO,CAAC,GACpC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAC9B,0BAA0B,IAAI,OAAO,CAAC,MAAM,CAAC,gCAAgC,CAAC,CAAC;IAC/E,iBAAiB,CACf,WAAW,EAAE,aAAa,CAAC,YAAY,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC,GACpE,OAAO,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC;IAC3C,sBAAsB,IAAI,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;IAChE,0BAA0B,EAAE,CAC1B,cAAc,EAAE,YAAY,CAAC,OAAO,CAAC,GAAG,IAAI,KACzC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;IACrC,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAC7D,yBAAyB,CACvB,yBAAyB,EAAE,MAAM,GAChC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAC9B,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAC7C,oBAAoB,CAClB,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,YAAY,CAAC,GAAG,CAAC,GACnC,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;IAC9C,2BAA2B,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/D,wBAAwB,IAAI,OAAO,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAAC;IAC3E,eAAe,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IACrE,eAAe,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;IAC3E,yBAAyB,CACvB,KAAK,EAAE,YAAY,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAC7C,OAAO,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;IAC5C,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IACrC,WAAW,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C;;AAED,wBAA0D"}
|
|
1
|
+
{"version":3,"file":"NativeOnrampSdkModule.d.ts","sourceRoot":"","sources":["../../../../src/specs/NativeOnrampSdkModule.ts"],"names":[],"mappings":"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"}
|