Skip to content

Commit

Permalink
Hotfix/3837 (#3856)
Browse files Browse the repository at this point in the history
* fix user update
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* bump version
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* [skip ci] Add swagger.yaml

---------

Signed-off-by: simvalery <[email protected]>
Co-authored-by: envision-ci-agent <[email protected]>
  • Loading branch information
simvalery and envision-ci-agent authored Jul 2, 2024
1 parent 6ccab3a commit bf0e844
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 42 deletions.
6 changes: 3 additions & 3 deletions ai-service/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ai-service",
"version": "2.26.0",
"version": "2.26.1",
"main": "dist/app.js",
"license": "Apache-2.0",
"dependencies": {
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
Expand Down
6 changes: 3 additions & 3 deletions analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -82,5 +82,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
6 changes: 3 additions & 3 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.2.0",
"@fastify/static": "^7.0.0",
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -88,5 +88,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
2 changes: 1 addition & 1 deletion api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "2.26.0",
"version": "2.26.1",
"description": "API Tests",
"main": "index.js",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
Expand Down Expand Up @@ -79,5 +79,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@azure/identity": "^3.2.2",
"@azure/keyvault-secrets": "^4.7.0",
"@google-cloud/secret-manager": "^4.2.2",
"@guardian/interfaces": "^2.26.0",
"@guardian/interfaces": "^2.26.1",
"@hashgraph/sdk": "2.46.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -88,5 +88,5 @@
"test:stability": "mocha tests/stability.test.js"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"test": "ng test",
"watch": "ng build --watch --configuration development --output-path ../www-data"
},
"version": "2.26.0"
"version": "2.26.1"
}
6 changes: 3 additions & 3 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@hashgraph/sdk": "2.46.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -99,5 +99,5 @@
"test:stability": "mocha tests/stability.test.mjs"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
3 changes: 3 additions & 0 deletions guardian-service/src/api/profile.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ async function setupUserProfile(

notifier.start('Get user');
const user = await users.getUser(username);
if (user.did) {
throw new Error('User DID already exists');
}
notifier.completed();
let did: string;
if (user.role === UserRole.STANDARD_REGISTRY) {
Expand Down
2 changes: 1 addition & 1 deletion interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
6 changes: 3 additions & 3 deletions logger-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
Expand Down Expand Up @@ -57,5 +57,5 @@
"watch": "nodemon src/index.ts"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
4 changes: 2 additions & 2 deletions mrv-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.0",
"@guardian/common": "^2.26.1",
"@transmute/credentials-context": "0.7.0-unstable.80",
"@transmute/did-context": "0.7.0-unstable.80",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80",
Expand Down Expand Up @@ -44,5 +44,5 @@
"start": "node dist/index.js"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
6 changes: 3 additions & 3 deletions notification-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
Expand Down Expand Up @@ -56,5 +56,5 @@
"watch": "nodemon src/index.ts"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"indexer-service",
"indexer-worker-service"
],
"version": "2.26.0",
"version": "2.26.1",
"devDependencies": {
"detect-secrets": "^1.0.6"
},
Expand Down
6 changes: 3 additions & 3 deletions policy-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "2.26.0",
"@guardian/interfaces": "2.26.0",
"@guardian/common": "2.26.1",
"@guardian/interfaces": "2.26.1",
"@hashgraph/sdk": "2.46.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "2.0.2",
Expand Down Expand Up @@ -100,5 +100,5 @@
"test:stability": "mocha tests/stability.test.js"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
6 changes: 3 additions & 3 deletions queue-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@filebase/client": "^0.0.5",
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@hashgraph/sdk": "2.34.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
Expand Down Expand Up @@ -66,5 +66,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "2.26.0"
"version": "2.26.1"
}
2 changes: 1 addition & 1 deletion swagger-analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ info:
the heart of the Guardian solution is a sophisticated Policy Workflow Engine
(PWE) that enables applications to offer a requirements-based tokenization
implementation.
version: 2.25.1
version: 2.26.1
contact:
name: API developer
url: https://envisionblockchain.com
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11547,7 +11547,7 @@ info:
the heart of the Guardian solution is a sophisticated Policy Workflow Engine
(PWE) that enables applications to offer a requirements-based tokenization
implementation.
version: 2.25.1
version: 2.26.1
contact:
name: API developer
url: https://envisionblockchain.com
Expand Down
2 changes: 1 addition & 1 deletion topic-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"start": "node dist/index.js"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
2 changes: 1 addition & 1 deletion tree-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"start": "node dist/index.js"
},
"type": "module",
"version": "2.26.0"
"version": "2.26.1"
}
6 changes: 3 additions & 3 deletions worker-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@filebase/client": "^0.0.5",
"@guardian/common": "^2.26.0",
"@guardian/interfaces": "^2.26.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@hashgraph/sdk": "2.46.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
Expand Down Expand Up @@ -66,5 +66,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "2.26.0"
"version": "2.26.1"
}

0 comments on commit bf0e844

Please sign in to comment.