@backstage/plugin-permission-common
Advanced tools
Comparing version 0.0.0-nightly-20240731020649 to 0.0.0-nightly-20240801022222
# @backstage/plugin-permission-common | ||
## 0.0.0-nightly-20240731020649 | ||
## 0.0.0-nightly-20240801022222 | ||
### Patch Changes | ||
- df784fe: Add the MetadataResponse type from @backstage/plugin-permission-node, since this | ||
type might be used in frontend code. | ||
- 137fa34: Add the MetadataResponseSerializedRule type from @backstage/plugin-permission-node, since this type might be used in frontend code. | ||
@@ -8,0 +10,0 @@ - Updated dependencies |
@@ -323,2 +323,12 @@ import { JsonPrimitive } from '@backstage/types'; | ||
}; | ||
/** | ||
* Response type for the .metadata endpoint in | ||
* {@link @backstage/plugin-permission-node#createPermissionIntegrationRouter} | ||
* | ||
* @public | ||
*/ | ||
type MetadataResponse = { | ||
permissions?: Permission[]; | ||
rules: MetadataResponseSerializedRule[]; | ||
}; | ||
@@ -416,2 +426,2 @@ /** | ||
export { type AllOfCriteria, type AnyOfCriteria, type AuthorizePermissionRequest, type AuthorizePermissionResponse, type AuthorizeRequestOptions, AuthorizeResult, type BasicPermission, type ConditionalPolicyDecision, type DefinitivePolicyDecision, type DiscoveryApi, type EvaluatePermissionRequest, type EvaluatePermissionRequestBatch, type EvaluatePermissionResponse, type EvaluatePermissionResponseBatch, type EvaluatorRequestOptions, type IdentifiedPermissionMessage, type MetadataResponseSerializedRule, type NotCriteria, type Permission, type PermissionAttributes, type PermissionAuthorizer, type PermissionBase, PermissionClient, type PermissionClientRequestOptions, type PermissionCondition, type PermissionCriteria, type PermissionEvaluator, type PermissionMessageBatch, type PermissionRuleParam, type PermissionRuleParams, type PolicyDecision, type QueryPermissionRequest, type QueryPermissionResponse, type ResourcePermission, createPermission, isCreatePermission, isDeletePermission, isPermission, isReadPermission, isResourcePermission, isUpdatePermission, toPermissionEvaluator }; | ||
export { type AllOfCriteria, type AnyOfCriteria, type AuthorizePermissionRequest, type AuthorizePermissionResponse, type AuthorizeRequestOptions, AuthorizeResult, type BasicPermission, type ConditionalPolicyDecision, type DefinitivePolicyDecision, type DiscoveryApi, type EvaluatePermissionRequest, type EvaluatePermissionRequestBatch, type EvaluatePermissionResponse, type EvaluatePermissionResponseBatch, type EvaluatorRequestOptions, type IdentifiedPermissionMessage, type MetadataResponse, type MetadataResponseSerializedRule, type NotCriteria, type Permission, type PermissionAttributes, type PermissionAuthorizer, type PermissionBase, PermissionClient, type PermissionClientRequestOptions, type PermissionCondition, type PermissionCriteria, type PermissionEvaluator, type PermissionMessageBatch, type PermissionRuleParam, type PermissionRuleParams, type PolicyDecision, type QueryPermissionRequest, type QueryPermissionResponse, type ResourcePermission, createPermission, isCreatePermission, isDeletePermission, isPermission, isReadPermission, isResourcePermission, isUpdatePermission, toPermissionEvaluator }; |
{ | ||
"name": "@backstage/plugin-permission-common", | ||
"version": "0.0.0-nightly-20240731020649", | ||
"version": "0.0.0-nightly-20240801022222", | ||
"description": "Isomorphic types and client for Backstage permissions and authorization", | ||
@@ -60,3 +60,3 @@ "backstage": { | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20240731020649", | ||
"@backstage/cli": "^0.0.0-nightly-20240801022222", | ||
"msw": "^1.0.0" | ||
@@ -63,0 +63,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
95193
809