@enplug/sdk-dashboard
Advanced tools
Comparing version 5.0.2-dev.2 to 5.0.2
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.0.2-dev.2", | ||
"version": "5.0.2", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -226,3 +226,3 @@ import { | ||
getDefaultAssets<T>(level: DefaultAssetLevel = DefaultAssetLevel.Default, | ||
levelId?: string): Promise<DefaultAsset<T>[]> { | ||
levelId?: string): Promise<Array<DefaultAsset<T>>> { | ||
validateString(level, 'You must provide a level parameter that is either "Default", "Network", or "Account"'); | ||
@@ -229,0 +229,0 @@ if (level !== 'Account' && level !== 'Network' && level !== 'Default') { |
@@ -178,4 +178,4 @@ /** These are meant to avaialable to client apps */ | ||
force?: boolean; | ||
} | ||
} | ||
}; | ||
}; | ||
} | ||
@@ -182,0 +182,0 @@ |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
201185
1