@getvolume/volume-shared
Advanced tools
Comparing version 0.0.10 to 0.0.11-canary.4d930bf
@@ -105,3 +105,7 @@ interface IVolumeContext { | ||
countries: Country[]; | ||
metadata: InstitutionMetadata; | ||
} | ||
interface InstitutionMetadata { | ||
sortingIndex: number; | ||
} | ||
interface Country { | ||
@@ -179,2 +183,2 @@ displayName: string; | ||
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 }; | ||
export { AgentType, Endpoints, ErrorMessage, FeatureFlags, INTEGRATION_API_URL, IVolumeContext, Institution, InstitutionMetadata, 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.10", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "yarn build --watch", | ||
"clean": "rm -rf dist .turbo" | ||
}, | ||
"files": [ | ||
"dist/**" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"name": "@getvolume/volume-shared", | ||
"version": "0.0.11-canary.4d930bf", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "yarn build --watch", | ||
"clean": "rm -rf dist .turbo" | ||
}, | ||
"files": [ | ||
"dist/**" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"tsup": "^6.5.0" | ||
} | ||
} |
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
9513
283
1