@getvolume/volume-shared
Advanced tools
Comparing version 0.0.9 to 0.0.10-1
@@ -158,2 +158,6 @@ interface IVolumeContext { | ||
} | ||
interface ResponseWrapper<T> { | ||
response?: T; | ||
error?: any; | ||
} | ||
@@ -175,2 +179,2 @@ declare const apiUrlFromVolumeEnvironment: (volumeEnvironment: VolumeEnvironment) => string; | ||
export { AgentType, Endpoints, ErrorMessage, FeatureFlags, INTEGRATION_API_URL, IVolumeContext, Institution, LIVE_API_URL, LOCAL_API_URL, Payment, PaymentRequest, PaymentStatus, PaymentStatusResponse, SANDBOX_API_URL, UseVolume, VolumeEnvironment, VolumeEvent, VolumeEventType, apiUrlFromVolumeEnvironment, numberToCurrency }; | ||
export { AgentType, Endpoints, ErrorMessage, FeatureFlags, INTEGRATION_API_URL, IVolumeContext, Institution, LIVE_API_URL, LOCAL_API_URL, Payment, PaymentRequest, PaymentStatus, PaymentStatusResponse, ResponseWrapper, SANDBOX_API_URL, UseVolume, VolumeEnvironment, VolumeEvent, VolumeEventType, apiUrlFromVolumeEnvironment, numberToCurrency }; |
{ | ||
"name": "@getvolume/volume-shared", | ||
"version": "0.0.9", | ||
"version": "0.0.10-1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9356
279