@amalto/typings
Advanced tools
Comparing version 1.0.31 to 1.0.32
interface EndpointsUrl { | ||
APP_KEYS: () => string; | ||
SERVICES: () => string; | ||
REQUEST_BASE_SCOPES_TREE: () => string; | ||
@@ -87,6 +88,3 @@ REQUEST_APP_SCOPES_TREE: () => string; | ||
getUrlOfFeature: (featureId: string, actionEndpoint: string, baseUrlOverride?: string) => string; | ||
getScopesTreeUrl: (scopesPath: string) => string; | ||
getAppKeysUrl: () => string; | ||
getInfoServicesUrl: () => string; | ||
} | ||
export { EndpointsUrl }; |
@@ -5,2 +5,4 @@ interface EndpointsUrl { | ||
SERVICES: () => string, | ||
//////////////////////////////////////////////// | ||
@@ -283,11 +285,5 @@ // | ||
*/ | ||
getUrlOfFeature: ( featureId: string, actionEndpoint: string, baseUrlOverride?: string ) => string, | ||
getScopesTreeUrl: ( scopesPath: string ) => string, | ||
getAppKeysUrl: () => string, | ||
getInfoServicesUrl: () => string | ||
getUrlOfFeature: ( featureId: string, actionEndpoint: string, baseUrlOverride?: string ) => string | ||
} | ||
export { EndpointsUrl } |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
48433
1276