Skip to content

Commit

Permalink
fix: merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihar committed Apr 7, 2024
2 parents 0fec16a + c232d04 commit 0c8b832
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 92 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.23.0",
"version": "2.23.1",
"main": "dist/app.js",
"license": "Apache-2.0",
"dependencies": {
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@mikro-orm/core": "^6.1.11",
"@mikro-orm/mongodb": "^6.1.11",
"@nestjs/common": "^9.4.1",
Expand Down
7 changes: 3 additions & 4 deletions analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"author": "Envision Blockchain Solutions <info@envisionblockchain.com>",
"dependencies": {
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -82,7 +82,6 @@
"start": "node dist/index.js",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},

"type": "module",
"version": "2.23.0"
"version": "2.23.1"
}
8 changes: 4 additions & 4 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"author": "Envision Blockchain Solutions <info@envisionblockchain.com>",
"dependencies": {
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -84,5 +84,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.23.0"
}
"version": "2.23.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.23.0",
"version": "2.23.1",
"description": "API Tests",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@types/mime": "3.0.4"
},
"dependencies": {
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "^6.1.11",
"@mikro-orm/mongodb": "^6.1.11",
Expand Down Expand Up @@ -76,5 +76,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.23.0"
}
"version": "2.23.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.23.0",
"@guardian/interfaces": "^2.23.1",
"@hashgraph/sdk": "2.34.1",
"@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.23.0"
"version": "2.23.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.23.0"
"version": "2.23.1"
}
15 changes: 0 additions & 15 deletions frontend/src/app/views/branding/branding.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ <h4>Name and colors</h4>
<h4>Login Background</h4>
<ng-container [ngTemplateOutlet]="backgroundInfo"></ng-container>
</div>
<div class="card">
<h4>Terms and Conditions</h4>
<ng-container [ngTemplateOutlet]="termsAndConditionsTpl"></ng-container>
</div>
</div>
</div>

Expand Down Expand Up @@ -212,17 +208,6 @@ <h4>Company Logo</h4>
</div>
</ng-template>

<ng-template #termsAndConditionsTpl>
<div class="branding-container">
<div class="p-field">
<label class="p-field-label" for="companyName">Company Name</label>
<textarea [formControl]="termsAndConditions" class="p-field-input terms-input" placeholder="Enter text"
rows="30" type="text"></textarea>
<small *ngIf="primaryHexColorControl.invalid" class="p-error">Company name is invalid</small>
</div>
</div>
</ng-template>

<p-dialog [(visible)]="initResetDialog" [closable]="true" [draggable]="false" [modal]="true">
<ng-template pTemplate="header">
<span class="modal-header">Reset Branding Settings</span>
Expand Down
19 changes: 5 additions & 14 deletions frontend/src/app/views/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { environment } from 'src/environments/environment';
import { takeUntil } from 'rxjs/operators';
import { BrandingService } from '../../services/branding.service';
import { DialogService } from 'primeng/dynamicdialog';
import { TermsConditionsComponent } from './register-dialogs/terms-conditions-dialog/terms-conditions.component';
import { AccountTypeSelectorDialogComponent } from './register-dialogs/account-type-selector-dialog/account-type-selector-dialog.component';
import { ForgotPasswordDialogComponent } from './forgot-password-dialog/forgot-password-dialog.component';
import { RegisterDialogComponent } from './register-dialogs/register-dialog/register-dialog.component';
Expand Down Expand Up @@ -341,19 +340,11 @@ export class LoginComponent implements OnInit, OnDestroy {
})
}

this.dialogService.open(TermsConditionsComponent, {
header: 'Terms and Conditions',
width: '640px',
modal: true,
}).onClose.subscribe((submit) => {
if (submit) {
if (this.isMgsMode) {
part2();
} else {
part3(UserRole.USER)
}
}
});
if (this.isMgsMode) {
part2();
} else {
part3(UserRole.USER)
}
}

forgotPasswordInit() {
Expand Down
8 changes: 4 additions & 4 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@types/mime": "3.0.4"
},
"dependencies": {
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@hashgraph/sdk": "2.34.1",
"@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.mjs"
},
"type": "module",
"version": "2.23.0"
}
"version": "2.23.1"
}
7 changes: 3 additions & 4 deletions interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "2.23.0",
"resolutions": {
"@types/mime": "3.0.4"
"version": "2.23.1",
"resolutions": {
"@types/mime": "3.0.4"
}
}

8 changes: 4 additions & 4 deletions logger-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@types/mime": "3.0.4"
},
"dependencies": {
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@mikro-orm/core": "^6.1.11",
"@mikro-orm/mongodb": "^6.1.11",
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.1",
Expand Down Expand Up @@ -55,5 +55,5 @@
"watch": "nodemon src/index.ts"
},
"type": "module",
"version": "2.23.0"
}
"version": "2.23.1"
}
6 changes: 3 additions & 3 deletions mrv-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/mime": "3.0.4"
},
"dependencies": {
"@guardian/common": "^2.23.0",
"@guardian/common": "^2.23.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 @@ -45,5 +45,5 @@
"start": "node dist/index.js"
},
"type": "module",
"version": "2.23.0"
}
"version": "2.23.1"
}
8 changes: 4 additions & 4 deletions notification-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@types/mime": "3.0.4"
},
"dependencies": {
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@mikro-orm/core": "^6.1.11",
"@mikro-orm/mongodb": "^6.1.11",
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.1",
Expand Down Expand Up @@ -54,5 +54,5 @@
"watch": "nodemon src/index.ts"
},
"type": "module",
"version": "2.23.0"
}
"version": "2.23.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ai-service",
"notification-service"
],
"version": "2.23.0",
"version": "2.23.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 @@ -16,8 +16,8 @@
"@types/mime": "3.0.4"
},
"dependencies": {
"@guardian/common": "2.23.0",
"@guardian/interfaces": "2.23.0",
"@guardian/common": "2.23.1",
"@guardian/interfaces": "2.23.1",
"@hashgraph/sdk": "2.34.1",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "2.0.2",
Expand Down Expand Up @@ -98,5 +98,5 @@
"test:stability": "mocha tests/stability.test.js"
},
"type": "module",
"version": "2.23.0"
"version": "2.23.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.23.0
version: 2.23.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 @@ -9962,7 +9962,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.23.0
version: 2.23.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,7 +30,7 @@
"start": "node dist/index.js"
},
"type": "module",
"version": "2.23.0",
"version": "2.23.1",
"resolutions": {
"@types/mime": "3.0.4"
}
Expand Down
4 changes: 4 additions & 0 deletions tree-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@
"dev": "tsc -w",
"start": "node dist/index.js"
},
<<<<<<< HEAD
"type": "module",
"version": "2.23.0",
=======
"version": "2.23.1",
>>>>>>> develop
"resolutions": {
"@types/mime": "3.0.4"
}
Expand Down
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 <info@envisionblockchain.com>",
"dependencies": {
"@filebase/client": "^0.0.5",
"@guardian/common": "^2.23.0",
"@guardian/interfaces": "^2.23.0",
"@guardian/common": "^2.23.1",
"@guardian/interfaces": "^2.23.1",
"@hashgraph/sdk": "2.34.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "2.23.0",
"version": "2.23.1",
"resolutions": {
"@types/mime": "3.0.4"
}
Expand Down
Loading

0 comments on commit 0c8b832

Please sign in to comment.