@essential-projects/core_contracts
Advanced tools
Comparing version 2.0.0 to 3.0.0-78c00976-b20
@@ -19,3 +19,3 @@ import { IIamService, IIdentity, TokenType } from './iam/index'; | ||
getIdentity(context: ExecutionContext): Promise<IIdentity>; | ||
private _getIdentityRoles(); | ||
private _getIdentityRoles; | ||
} |
@@ -7,3 +7,3 @@ export declare enum ClaimActionType { | ||
execute = 4, | ||
all = 5, | ||
all = 5 | ||
} |
export declare enum TokenType { | ||
jwt = 0, | ||
jwt = 0 | ||
} |
export declare enum LogicalOperatorType { | ||
and = 0, | ||
or = 1, | ||
or = 1 | ||
} |
export declare enum SaveMode { | ||
virtual = 0, | ||
persistance = 1, | ||
add = 2, | ||
add = 2 | ||
} |
export declare enum QueryMethod { | ||
findOne = 0, | ||
count = 1, | ||
all = 2, | ||
all = 2 | ||
} |
@@ -8,3 +8,3 @@ export declare enum SchemaAttributeType { | ||
Date = 5, | ||
Blob = 6, | ||
Blob = 6 | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.0", | ||
"version": "3.0.0-78c00976-b20", | ||
"description": "the referencable contracts for core components", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"build": "gulp build", | ||
"prepare": "npm run build && npm run build-schemas && npm run build-doc", | ||
"prepare": "npm run build", | ||
"build-doc": "gulp doc", | ||
@@ -36,0 +36,0 @@ "build-schemas": "gulp typescript-schema", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
95433
375
1714
2