Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create multi-environment configurations using config.js #1693

Closed
hnamazianeu opened this issue Jan 25, 2023 · 1 comment
Closed

Create multi-environment configurations using config.js #1693

hnamazianeu opened this issue Jan 25, 2023 · 1 comment
Labels
IEU Intellect EU Team

Comments

@hnamazianeu
Copy link

hnamazianeu commented Jan 25, 2023

Description:
Config.js is an npm package that helps with managing multi-environment setup that automatically loads configurations associated with the environment set by the NODE_ENV variable. The config files must be stored with the same names as the NODE_ENV variables in .yml, .yaml, .xml, .coffee, .cson, .properties, .json, .json5, .hjson, .ts or .js format. Consequently all variables must be moved from .env files into json/yaml config files.

Definition of Done:
All configurations must be moved from .env files into json/yaml files inside the config directory of each service. The config package must be configured to load configurations from the specified config directory. A template file must also be created in order to be cloned for creating a new config file. Additionally, a new file named custom-environment-variables.json in the config directory must be created in order to add the mapping of environment variables to your configuration.

Acceptance Criteria:
The proper configurations associated with an environment must be selected automatically by just setting the NODE_ENV variable in the global .env file. The configurations must be all stored as json/yaml files instead of .env files per service.

@voycey
Copy link

voycey commented Jan 26, 2023

Hi Hussain,
As discussed on the call I feel that environment scoped configurations can cause significant problems.

The majority of hosting now has moved beyond the traditional VM set up (for which I agree your set up makes sense - after all you would have a different VM for each stage and would like to be able to use the same codebase for each VM and then just tell it what set of configurations values to use).

However with the uptake of containerisation, a single set of environment variables that are then "populated" according to what environment they represent is a much cleaner way of doing things.

You can of course still use these configuration files to populate the environment should you wish, but the application should only be implementing the specific values from the environment rather than having any knowledge about what environment it is running on.

@prernaadev01 prernaadev01 added the IEU Intellect EU Team label Jan 30, 2023
otherNet added a commit to IntellectEU/guardian that referenced this issue Mar 24, 2023
otherNet added a commit to IntellectEU/guardian that referenced this issue Mar 27, 2023
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 6, 2023
Integrate multi env feature
Service Env can Override

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 6, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 8, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 8, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 13, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 14, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 14, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 17, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue Apr 17, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue May 3, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop

Signed-off-by: otherNet <[email protected]>
@otherNet otherNet mentioned this issue May 3, 2023
1 task
otherNet added a commit to IntellectEU/guardian that referenced this issue May 3, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop

Signed-off-by: otherNet <[email protected]>
otherNet added a commit to IntellectEU/guardian that referenced this issue May 4, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop

Signed-off-by: otherNet <[email protected]>
@otherNet otherNet mentioned this issue May 4, 2023
1 task
otherNet added a commit to IntellectEU/guardian that referenced this issue May 5, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

Signed-off-by: otherNet <[email protected]>
@anvabr anvabr closed this as completed in 3e3859d May 29, 2023
anvabr pushed a commit that referenced this issue May 31, 2023
* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve #1923,resolve #1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* Added AzureSecretManager class to handle secrets by Azure Vault Secrets

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

* Integrated AzureSecretManager into SecretManager class

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

* Convert Wallet Key from hex to Base58 in order to comply with Azure key length rule

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

* Azure Vault configs added to .env.template

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

* Document added to setup Azure Vault

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

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

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

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

* added vp/vc view pagination with requests unsubscribing

Signed-off-by: Artem Buslaev <[email protected]>

* removed deprecated view history

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* Update iREC readme.md

* GITBOOK-355: Updated Installation details

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

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

* GITBOOK-356: added iREC versions

* fix service states
Signed-off-by: simvalery <[email protected]>

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

* changed option name for schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

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

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

---------

Signed-off-by: simvalery <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: hnamzian <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: Artem Buslaev <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: hnamzian <[email protected]>
PensoGlide pushed a commit to IntellectEU/guardian that referenced this issue Jun 20, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

Signed-off-by: otherNet <[email protected]>
lozytskyiintellecteu pushed a commit to IntellectEU/guardian that referenced this issue Jul 5, 2023
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* hotfix/progress-bar-schemas

* API Guideline

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

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

* feat: validation removed

Signed-off-by: Felipe Neuhauss <[email protected]>

* updated policy files [skip ci]

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

* fix merge

Signed-off-by: Stepan Kiryakov <[email protected]>

* bump version

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

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

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

* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: simvalery <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: artembuslaev <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Signed-off-by: lozytskyiintellecteu <[email protected]>
lozytskyiintellecteu pushed a commit to IntellectEU/guardian that referenced this issue Jul 5, 2023
* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* Added AzureSecretManager class to handle secrets by Azure Vault Secrets

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

* Integrated AzureSecretManager into SecretManager class

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

* Convert Wallet Key from hex to Base58 in order to comply with Azure key length rule

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

* Azure Vault configs added to .env.template

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

* Document added to setup Azure Vault

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

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

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

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

* added vp/vc view pagination with requests unsubscribing

Signed-off-by: Artem Buslaev <[email protected]>

* removed deprecated view history

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* Update iREC readme.md

* GITBOOK-355: Updated Installation details

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

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

* GITBOOK-356: added iREC versions

* fix service states
Signed-off-by: simvalery <[email protected]>

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

* changed option name for schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

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

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

---------

Signed-off-by: simvalery <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: hnamzian <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: Artem Buslaev <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: hnamzian <[email protected]>
Signed-off-by: lozytskyiintellecteu <[email protected]>
lozytskyiintellecteu pushed a commit to IntellectEU/guardian that referenced this issue Jul 5, 2023
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* hotfix/progress-bar-schemas

* API Guideline

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

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

* feat: validation removed

Signed-off-by: Felipe Neuhauss <[email protected]>

* updated policy files [skip ci]

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

* fix merge

Signed-off-by: Stepan Kiryakov <[email protected]>

* bump version

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

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

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

* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: simvalery <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: artembuslaev <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Signed-off-by: lozytskyiintellecteu <[email protected]>
lozytskyiintellecteu pushed a commit to IntellectEU/guardian that referenced this issue Jul 5, 2023
* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* Added AzureSecretManager class to handle secrets by Azure Vault Secrets

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

* Integrated AzureSecretManager into SecretManager class

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

* Convert Wallet Key from hex to Base58 in order to comply with Azure key length rule

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

* Azure Vault configs added to .env.template

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

* Document added to setup Azure Vault

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

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

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

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

* added vp/vc view pagination with requests unsubscribing

Signed-off-by: Artem Buslaev <[email protected]>

* removed deprecated view history

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* Update iREC readme.md

* GITBOOK-355: Updated Installation details

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

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

* GITBOOK-356: added iREC versions

* fix service states
Signed-off-by: simvalery <[email protected]>

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

* changed option name for schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

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

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

---------

Signed-off-by: simvalery <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: hnamzian <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: Artem Buslaev <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: hnamzian <[email protected]>
Signed-off-by: lozytskyiintellecteu <[email protected]>
lozytskyiintellecteu pushed a commit to IntellectEU/guardian that referenced this issue Jul 5, 2023
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* hotfix/progress-bar-schemas

* API Guideline

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

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

* feat: validation removed

Signed-off-by: Felipe Neuhauss <[email protected]>

* updated policy files [skip ci]

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

* fix merge

Signed-off-by: Stepan Kiryakov <[email protected]>

* bump version

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

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

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

* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: simvalery <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: artembuslaev <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
lozytskyiintellecteu pushed a commit to IntellectEU/guardian that referenced this issue Jul 5, 2023
* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* Added AzureSecretManager class to handle secrets by Azure Vault Secrets

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

* Integrated AzureSecretManager into SecretManager class

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

* Convert Wallet Key from hex to Base58 in order to comply with Azure key length rule

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

* Azure Vault configs added to .env.template

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

* Document added to setup Azure Vault

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

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

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

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

* added vp/vc view pagination with requests unsubscribing

Signed-off-by: Artem Buslaev <[email protected]>

* removed deprecated view history

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* Update iREC readme.md

* GITBOOK-355: Updated Installation details

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

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

* GITBOOK-356: added iREC versions

* fix service states
Signed-off-by: simvalery <[email protected]>

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

* changed option name for schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

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

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

---------

Signed-off-by: simvalery <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: hnamzian <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: Artem Buslaev <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: hnamzian <[email protected]>
felipeneuhauss pushed a commit to IntellectEU/guardian that referenced this issue Jul 22, 2023
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

Signed-off-by: otherNet <[email protected]>
felipeneuhauss added a commit to IntellectEU/guardian that referenced this issue Jul 22, 2023
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* hotfix/progress-bar-schemas

* API Guideline 

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

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

* feat: validation removed

Signed-off-by: Felipe Neuhauss <[email protected]>

* updated policy files [skip ci]

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

* fix merge

Signed-off-by: Stepan Kiryakov <[email protected]>

* bump version

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

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

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

* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: simvalery <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: artembuslaev <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
felipeneuhauss added a commit to IntellectEU/guardian that referenced this issue Jul 22, 2023
* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* Added AzureSecretManager class to handle secrets by Azure Vault Secrets

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

* Integrated AzureSecretManager into SecretManager class

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

* Convert Wallet Key from hex to Base58 in order to comply with Azure key length rule

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

* Azure Vault configs added to .env.template

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

* Document added to setup Azure Vault

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

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

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

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

* added vp/vc view pagination with requests unsubscribing

Signed-off-by: Artem Buslaev <[email protected]>

* removed deprecated view history

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* Update iREC readme.md

* GITBOOK-355: Updated Installation details

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

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

* GITBOOK-356: added iREC versions

* fix service states
Signed-off-by: simvalery <[email protected]>

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

* changed option name for schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

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

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

---------

Signed-off-by: simvalery <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: hnamzian <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: Artem Buslaev <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: hnamzian <[email protected]>
felipeneuhauss added a commit to IntellectEU/guardian that referenced this issue Jul 22, 2023
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* hotfix/progress-bar-schemas

* API Guideline

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

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

* feat: validation removed

Signed-off-by: Felipe Neuhauss <[email protected]>

* updated policy files [skip ci]

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

* fix merge

Signed-off-by: Stepan Kiryakov <[email protected]>

* bump version

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

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

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

* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: simvalery <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: artembuslaev <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
felipeneuhauss added a commit to IntellectEU/guardian that referenced this issue Jul 25, 2023
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* hotfix/progress-bar-schemas

* API Guideline

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

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

* feat: validation removed

Signed-off-by: Felipe Neuhauss <[email protected]>

* updated policy files [skip ci]

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

* fix merge

Signed-off-by: Stepan Kiryakov <[email protected]>

* bump version

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

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

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

* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

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

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

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

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

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

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

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

* bump version

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

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

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

* fix scroll in request block

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

* upgrade ws updating messages

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

* fix lint

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

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

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

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

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

* fix

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

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

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

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

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

* fices

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

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

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

* fix 2110

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

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

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

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

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

* upload and verify vc

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

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

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

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

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

* implement nestjs api

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

* wiard api

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

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

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

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

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

* fixed wizard trustchain

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

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

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

* fix build

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

* fix lots errors

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

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

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

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

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

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

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

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

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

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

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

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

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

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

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

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

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

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

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

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

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

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

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

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

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

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

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: simvalery <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: artembuslaev <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
felipeneuhauss added a commit to IntellectEU/guardian that referenced this issue Jul 26, 2023
* GITBOOK-320: Added Themes UI

* GITBOOK-321: Adding Theme APIs

* Add files via upload

* Bump yup from 0.32.11 to 1.1.1

Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.1.1.
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.1.1)

---
updated-dependencies:
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/node from 18.11.9 to 18.16.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* hotfix/progress-bar-schemas

* API Guideline

This documentation is to underline the different types of validation status code and any error status code, including Naming Conventions for RESTful APIs. This documentation is apart of the API contract review PR hashgraph#1974 and issue hashgraph#1629

* fix duplicate schema field label

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

* feat: validation removed

Signed-off-by: Felipe Neuhauss <[email protected]>

* updated policy files [skip ci]

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

* fix merge

Signed-off-by: Stepan Kiryakov <[email protected]>

* bump version

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

* Bump @aws-sdk/client-secrets-manager from 3.310.0 to 3.319.0

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.310.0 to 3.319.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.319.0/clients/client-secrets-manager)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* GITBOOK-322: Guidance for Open Source Policy

* Updated Verra ARR Timestamp

* Added Schema

* Updated Gold Standard AR Timestamp

* GITBOOK-323: Guidance

* disable application events

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

* fix

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

* fix api, fix uuid

Signed-off-by: Stepan Kiryakov <[email protected]>

* Bump axios from 0.25.0 to 1.3.6

Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.3.6.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.25.0...v1.3.6)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jose from 4.3.8 to 4.14.1

Bumps [jose](https://github.com/panva/jose) from 4.3.8 to 4.14.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.3.8...v4.14.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 4.8.1 to 5.3.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.8.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.8.1...v5.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/core from 5.3.1 to 5.7.2

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sinon from 13.0.2 to 15.0.4

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 15.0.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v15.0.4)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix build

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

* GITBOOK-324: Corrected Guidance

* GITBOOK-325: guidance for open source

* Bump @mikro-orm/mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.3.1 to 5.7.2

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.3.1 to 5.7.2.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.3.1...v5.7.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixes

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

* fix web3token

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

* GITBOOK-316: Documentation related to the PRs that were merged

* fix bugs

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

* fix

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

* fix validation

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

* cut filenames

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

* fix field type

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

* GITBOOK-326: Corrected alignment and fonts

* GITBOOK-327: Added image for Environment

* fix tag schemas

Signed-off-by: artembuslaev <[email protected]>

* GITBOOK-331: cloud infrastructure roadmap

* remove files with large name

Signed-off-by: artembuslaev <[email protected]>

* GITBOOK-332: updated images

* update irec 5 policy [skip ci]

Signed-off-by: artembuslaev <[email protected]>

* Updated irec 5 timestamp in readme

* GITBOOK-333: Updated iREC timestamps

* hotfix/horizontal-scroll-blank-spaces

* bump version

Signed-off-by: simvalery <[email protected]>

* bump version

Signed-off-by: simvalery <[email protected]>

* fix import tags

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix report item

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix overwriting entities

Signed-off-by: Artem Buslaev <[email protected]>

* fixing document validation error

Signed-off-by: Artem Buslaev <[email protected]>

* moved policies tab

Signed-off-by: Artem Buslaev <[email protected]>

* fix refreshing events

Signed-off-by: artembuslaev <[email protected]>

* fix scroll in request block

Signed-off-by: artembuslaev <[email protected]>

* upgrade ws updating messages

Signed-off-by: artembuslaev <[email protected]>

* fix lint

Signed-off-by: artembuslaev <[email protected]>

* optimize update algorithm

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue in aggregation block

Signed-off-by: Artem Buslaev <[email protected]>

* update info about revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* added converting for old revoke block

Signed-off-by: Artem Buslaev <[email protected]>

* fix issue with set relationships block

Signed-off-by: Artem Buslaev <[email protected]>

* apply updating to multiple users

Signed-off-by: Artem Buslaev <[email protected]>

* add new block

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-335: selective disclosure doc added

* resolve hashgraph#1923,resolve hashgraph#1693
Integrate multi env feature
Service Env can Override
configs folder in dockerfile & managed GUARDIAN_ENV
docs
Docs Manual execution
Apply changes on updated develop
DIRECT_MESSAGE_PORT is a specilized variable

Signed-off-by: otherNet <[email protected]>

* fix displaying account creation document in trust chain

Signed-off-by: Artem Buslaev <[email protected]>

* Bump @hashgraph/sdk from 2.24.1 to 2.24.2

Bumps [@hashgraph/sdk](https://github.com/hashgraph/hedera-sdk-js) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/develop/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* disable application events

Signed-off-by: simvalery <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>

* fix

Signed-off-by: simvalery <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: docs updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* feat: prometheus and grafana integration

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

* Updates .policy files and readme.md for ICP.

* fix merge

Signed-off-by: simvalery <[email protected]>

* Bump @mikro-orm/mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

Signed-off-by: simvalery <[email protected]>

* fices

Signed-off-by: simvalery <[email protected]>

* Bump @mikro-orm/core from 5.7.2 to 5.7.5

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.2 to 5.7.5

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.2 to 5.7.5.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.2...v5.7.5)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.3.0 to 5.4.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: swagger updated

Signed-off-by: Felipe Neuhauss <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-334: Felipe's May 2 changes

* GITBOOK-338: Prometheus and Grafana documentation

* update

* Bump @mikro-orm/core from 5.7.5 to 5.7.7

Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mongodb from 5.4.0 to 5.5.0

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2100

Signed-off-by: simvalery <[email protected]>

* fix 2110

Signed-off-by: simvalery <[email protected]>

* Bump @mikro-orm/mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @mikro-orm/migrations-mongodb from 5.7.5 to 5.7.7

Bumps [@mikro-orm/migrations-mongodb](https://github.com/mikro-orm/mikro-orm) from 5.7.5 to 5.7.7.
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v5.7.5...v5.7.7)

---
updated-dependencies:
- dependency-name: "@mikro-orm/migrations-mongodb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix 2133

Signed-off-by: simvalery <[email protected]>

* compare schemas

* GITBOOK-336: adding a subpage to the environments section

* GITBOOK-340: correction to Ecosystem Environment

* update

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

* change document hash in retire request

Signed-off-by: Artem Buslaev <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* add demo policy

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix update vc

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix display of schema dialog buttons for mobile UI

Signed-off-by: Stepan Kiryakov <[email protected]>

* GITBOOK-343: adding guides

* GITBOOK-344: Added GoldStandard

* implement nestjs

Signed-off-by: simvalery <[email protected]>

* upload and verify vc

Signed-off-by: simvalery <[email protected]>

* fix loading animation

* change vc documents index

Signed-off-by: Stepan Kiryakov <[email protected]>

* update

Signed-off-by: Stepan Kiryakov <[email protected]>

* refactor

Signed-off-by: simvalery <[email protected]>

* GITBOOK-345: added Atma policy

* update order by

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix migration

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix tests

Signed-off-by: Stepan Kiryakov <[email protected]>

* added wizards

Signed-off-by: Artem Buslaev <[email protected]>

* fix

Signed-off-by: Artem Buslaev <[email protected]>

* added wizard docs [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix trustchain creation

Signed-off-by: Artem Buslaev <[email protected]>

* change help icons

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema updating

Signed-off-by: Artem Buslaev <[email protected]>

* fixed clone schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix importing schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix exporting schemas

Signed-off-by: Artem Buslaev <[email protected]>

* added integer to mint fields

Signed-off-by: Artem Buslaev <[email protected]>

* fix tips, trustchain issues

Signed-off-by: Artem Buslaev <[email protected]>

* remove wizard preset on publish

Signed-off-by: Artem Buslaev <[email protected]>

* fix ui issues

Signed-off-by: Artem Buslaev <[email protected]>

* added getData, setData to basic block

Signed-off-by: Artem Buslaev <[email protected]>

* change contracts to retirement

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-347: Added VM0042 description

* fix style

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix relationship and produced schemas

Signed-off-by: Artem Buslaev <[email protected]>

* fix link button

Signed-off-by: Artem Buslaev <[email protected]>

* added rejected source addon to wizard

Signed-off-by: Artem Buslaev <[email protected]>

* added cdm policy [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>

* fix build

Signed-off-by: simvalery <[email protected]>

* implement nestjs api

Signed-off-by: simvalery <[email protected]>

* wiard api

Signed-off-by: simvalery <[email protected]>

* add topic mask

Signed-off-by: Stepan Kiryakov <[email protected]>

* fix logs

Signed-off-by: simvalery <[email protected]>

* add env config

Signed-off-by: Stepan Kiryakov <[email protected]>

* fixed choose wizard state

Signed-off-by: artembuslaev <[email protected]>

* fixed wizard trustchain

Signed-off-by: artembuslaev <[email protected]>

* fix dialog size

Signed-off-by: Stepan Kiryakov <[email protected]>

* change approving for initial steps

Signed-off-by: Artem Buslaev <[email protected]>

* added revocationBlock

Signed-off-by: Artem Buslaev <[email protected]>

* added deprecation to about section

Signed-off-by: Artem Buslaev <[email protected]>

* remove getData, setData from basic block

Signed-off-by: Artem Buslaev <[email protected]>

* changed wizard config in swagger

Signed-off-by: Artem Buslaev <[email protected]>

* fix import/export

Signed-off-by: simvalery <[email protected]>

* fix build

Signed-off-by: simvalery <[email protected]>

* fix lots errors

Signed-off-by: simvalery <[email protected]>

* GITBOOK-348: added externalTopicBlock details

* changed ui displaying for deprecated blocks

Signed-off-by: Artem Buslaev <[email protected]>

* fix lint
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* added ability to create schemas with draft topics

Signed-off-by: Artem Buslaev <[email protected]>

* GITBOOK-349: added aPI parameters for pagination

* GITBOOK-350: Integrating external policies demo

* GITBOOK-351: Policy Wizard demo using UI

* GITBOOK-352: Wizard APIs

* status codes
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* routes permissions
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* fix accounts
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* fix themes
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* disable publishing for schemas with draft topic

Signed-off-by: Artem Buslaev <[email protected]>

* changed block tag generation in wizard

Signed-off-by: Artem Buslaev <[email protected]>

* fix schema type
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* fix register
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* add validation
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* tests
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* fix get-schemas request
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* fix lintings
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* fix lint

Signed-off-by: Artem Buslaev <[email protected]>

* fix swagger wizard endpoint paths

Signed-off-by: Artem Buslaev <[email protected]>

* bump version
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* schema active endpoint
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>

* Create ReadMe.md

* Rename ReadMe.md to readme.md

* Update readme.md of CDM

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: artembuslaev <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Stepan Kiryakov <[email protected]>
Signed-off-by: simvalery <[email protected]>
Signed-off-by: Artem Buslaev <[email protected]>
Signed-off-by: otherNet <[email protected]>
Co-authored-by: Stepan Kiryakov <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: E. Santiago <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: artembuslaev <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Co-authored-by: Vanessa Lopes <[email protected]>
Co-authored-by: otherNet <[email protected]>
Co-authored-by: AlexIvanHoward <[email protected]>
Co-authored-by: Serg Metelin <[email protected]>
Co-authored-by: Felipe Neuhauss <[email protected]>
Signed-off-by: Felipe Neuhauss <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IEU Intellect EU Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants