Skip to content

Commit

Permalink
Merge pull request #605 from energywebfoundation/renovate/dependencies
Browse files Browse the repository at this point in the history
build(deps): update dependencies
  • Loading branch information
JGiter committed Jun 6, 2023
2 parents 14d3a30 + 49886ef commit 49a3912
Show file tree
Hide file tree
Showing 8 changed files with 4,274 additions and 3,033 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"extends": ["github>energywebfoundation/shared-configs"],
"assignees": ["JGiter"],
"reviewers": ["JGiter", "jrhender"],
"ignoreDeps": ["@ew-did-registry/did-ipfs-store"]
"ignoreDeps": ["@ew-did-registry/did-ipfs-store", "@sphereon/pex"]
}
8 changes: 4 additions & 4 deletions docs/api/classes/modules_domains.DomainsService.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ ___

### getDefinition

**getDefinition**(`options`): `Promise`<`IRoleDefinition` \| `IOrganizationDefinition` \| `IAppDefinition` \| `IRoleDefinitionV2`\>
**getDefinition**(`options`): `Promise`<`IRoleDefinition` \| `IRoleDefinitionV2` \| `IOrganizationDefinition` \| `IAppDefinition`\>

Fetch cached domain definition for organization, application or role.

Expand All @@ -486,15 +486,15 @@ domainsService.getDefinition({

#### Returns

`Promise`<`IRoleDefinition` \| `IOrganizationDefinition` \| `IAppDefinition` \| `IRoleDefinitionV2`\>
`Promise`<`IRoleDefinition` \| `IRoleDefinitionV2` \| `IOrganizationDefinition` \| `IAppDefinition`\>

domain definition

___

### getENSTypesByOwner

**getENSTypesByOwner**(`options`): `Promise`<[`IRole`](../interfaces/modules_domains.IRole.md)[] \| [`IOrganization`](../interfaces/modules_domains.IOrganization.md)[] \| [`IApp`](../interfaces/modules_domains.IApp.md)[]\>
**getENSTypesByOwner**(`options`): `Promise`<[`IApp`](../interfaces/modules_domains.IApp.md)[] \| [`IRole`](../interfaces/modules_domains.IRole.md)[] \| [`IOrganization`](../interfaces/modules_domains.IOrganization.md)[]\>

Get all organization/application/role for certain owner.

Expand All @@ -514,7 +514,7 @@ domainsService.getENSTypesByOwner({

#### Returns

`Promise`<[`IRole`](../interfaces/modules_domains.IRole.md)[] \| [`IOrganization`](../interfaces/modules_domains.IOrganization.md)[] \| [`IApp`](../interfaces/modules_domains.IApp.md)[]\>
`Promise`<[`IApp`](../interfaces/modules_domains.IApp.md)[] \| [`IRole`](../interfaces/modules_domains.IRole.md)[] \| [`IOrganization`](../interfaces/modules_domains.IOrganization.md)[]\>

array of organizations/applications/roles for certain owner

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ___

### roleDefinition

`Optional` **roleDefinition**: `IRoleDefinition` \| `IOrganizationDefinition` \| `IAppDefinition` \| `IRoleDefinitionV2`
`Optional` **roleDefinition**: `IRoleDefinition` \| `IRoleDefinitionV2` \| `IOrganizationDefinition` \| `IAppDefinition`

Role definition

Expand Down
28 changes: 0 additions & 28 deletions docs/api/interfaces/modules_did_registry.ClaimData.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### data

**data**: `IOrganizationDefinition` \| `IAppDefinition` \| `IRoleDefinitionV2`
**data**: `IRoleDefinitionV2` \| `IOrganizationDefinition` \| `IAppDefinition`

New domain definition

Expand Down
1 change: 0 additions & 1 deletion docs/api/modules/modules_did_registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

- [AssetProfile](../interfaces/modules_did_registry.AssetProfile.md)
- [AssetProfiles](../interfaces/modules_did_registry.AssetProfiles.md)
- [ClaimData](../interfaces/modules_did_registry.ClaimData.md)
- [CreatePublicClaimOptions](../interfaces/modules_did_registry.CreatePublicClaimOptions.md)
- [DecodeJWTTokenOptions](../interfaces/modules_did_registry.DecodeJWTTokenOptions.md)
- [DownloadClaimsOptions](../interfaces/modules_did_registry.DownloadClaimsOptions.md)
Expand Down

0 comments on commit 49a3912

Please sign in to comment.