@5minds/processcube_engine_sdk 4.0.0-alpha.4 → 4.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Engine.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export type EngineExtension = {
|
|
|
30
30
|
* ```
|
|
31
31
|
*
|
|
32
32
|
* @async
|
|
33
|
+
* @deprecated This feature is now provided by the Authority and will be removed with v17 altogether.
|
|
33
34
|
* @param originalClaims The claims associated with the identity.
|
|
34
35
|
* @param authToken Optional: The original auth token. Can be omitted, if you're only interested in the claim list.
|
|
35
36
|
* @returns The resolved claims.
|
|
@@ -248,11 +249,13 @@ export type Engine = {
|
|
|
248
249
|
* ```
|
|
249
250
|
*
|
|
250
251
|
* @param identityClaimResolver The function to use for mapping the identity claims.
|
|
252
|
+
* @deprecated This feature is now provided by the Authority and will be removed with v17 altogether.
|
|
251
253
|
*/
|
|
252
254
|
registerIdentityClaimResolver(identityClaimResolver: IdentityClaimResolver): void;
|
|
253
255
|
/**
|
|
254
256
|
* Removes the currently registered Identity Claim Resolver middleware.
|
|
255
257
|
* Doesn't do anything, if no resolver has been set.
|
|
258
|
+
* @deprecated This feature is now provided by the Authority and will be removed with v17 altogether.
|
|
256
259
|
*
|
|
257
260
|
*/
|
|
258
261
|
removeIdentityClaimResolver(): void;
|
package/dist/amd/Engine.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Engine.js","sourceRoot":"","sources":["../../src/Engine.ts"],"names":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"Engine.js","sourceRoot":"","sources":["../../src/Engine.ts"],"names":[],"mappings":";;;;IA2GA,IAAY,sBASX;IATD,WAAY,sBAAsB;QAChC,uCAAa,CAAA;QACb,uCAAa,CAAA;QACb,yCAAe,CAAA;QACf,+CAAqB,CAAA;QACrB,+CAAqB,CAAA;QACrB,qCAAW,CAAA;QACX,mDAAyB,CAAA;QACzB,+CAAqB,CAAA;IACvB,CAAC,EATW,sBAAsB,sCAAtB,sBAAsB,QASjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Engine.js","sourceRoot":"","sources":["../../src/Engine.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Engine.js","sourceRoot":"","sources":["../../src/Engine.ts"],"names":[],"mappings":";;;AA2GA,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,uCAAa,CAAA;IACb,uCAAa,CAAA;IACb,yCAAe,CAAA;IACf,+CAAqB,CAAA;IACrB,+CAAqB,CAAA;IACrB,qCAAW,CAAA;IACX,mDAAyB,CAAA;IACzB,+CAAqB,CAAA;AACvB,CAAC,EATW,sBAAsB,sCAAtB,sBAAsB,QASjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/processcube_engine_sdk",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.5",
|
|
4
4
|
"description": "Software development kit for the Engine.",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/express": "^4.17.17",
|
|
43
43
|
"@types/mocha": "^10.0.1",
|
|
44
|
-
"@types/node": "^
|
|
44
|
+
"@types/node": "^20.6.0",
|
|
45
45
|
"mocha": "^10.2.0",
|
|
46
46
|
"reflect-metadata": "^0.1.13",
|
|
47
47
|
"should": "^13.2.3",
|