Skip to content

Commit

Permalink
chore(release): v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Oct 4, 2023
1 parent 84b5a3b commit fa52e84
Show file tree
Hide file tree
Showing 318 changed files with 653 additions and 600 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
### Fixed

## 2023-10-04: v0.15.1
### Added
- Awaiting DHT sync: Add duplicated functions `conductorCellDhtSync` and `isConductorCellDhtEqual` of existing functions `dhtSync` and make the prior versions aliases to these. New versions take in an `IConductorCell` which just wraps an `IConductor` and `CellId`.
### Fixed
- Security bump: `webpki` to v0.22.2
- Security bump: `@microsoft/api-extractor` to v7.36.2

## 2023-08-07: v0.15.0
### Added
- Export all common helper functions.
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.addallagentstoallconductors.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Add all agents of all conductors to each other. Shortcuts peer discovery through a bootstrap server or gossiping.

<b>Signature:</b>
**Signature:**

```typescript
addAllAgentsToAllConductors: (conductors: IConductor[]) => Promise<void>
Expand Down
4 changes: 2 additions & 2 deletions docs/tryorama.adminapiresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

All possible responses from the Admin API.

<b>Signature:</b>
**Signature:**

```typescript
export type AdminApiResponse = AdminApiResponseAgentInfo | AdminApiResponseAgentInfoAdded | AdminApiResponseAgentPubKeyGenerated | AdminApiResponseAppDisabled | AdminApiResponseAppEnabled | AdminApiResponseAppInstalled | AdminApiResponseAppInterfaceAttached | AdminApiResponseAppInterfacesListed | AdminApiResponseAppStarted | AdminApiResponseAppUninstalled | AdminApiResponseAppsListed | AdminApiResponseCellIdsListed | AdminApiResponseCloneCellDeleted | AdminApiResponseCoordinatorsUpdated | AdminApiResponseDnasDefinitionReturned | AdminApiResponseDnasListed | AdminApiResponseDnaRegistered | AdminApiResponseFullStateDumped | AdminApiResponseNetworkStatsDumped | AdminApiResponseStateDumped | AdminApiResponseStorageInfo | AdminApiResponseZomeCallCapabilityGranted;
```
<b>References:</b> [AdminApiResponseAgentInfo](./tryorama.adminapiresponseagentinfo.md)<!-- -->, [AdminApiResponseAgentInfoAdded](./tryorama.adminapiresponseagentinfoadded.md)<!-- -->, [AdminApiResponseAgentPubKeyGenerated](./tryorama.adminapiresponseagentpubkeygenerated.md)<!-- -->, [AdminApiResponseAppDisabled](./tryorama.adminapiresponseappdisabled.md)<!-- -->, [AdminApiResponseAppEnabled](./tryorama.adminapiresponseappenabled.md)<!-- -->, [AdminApiResponseAppInstalled](./tryorama.adminapiresponseappinstalled.md)<!-- -->, [AdminApiResponseAppInterfaceAttached](./tryorama.adminapiresponseappinterfaceattached.md)<!-- -->, [AdminApiResponseAppInterfacesListed](./tryorama.adminapiresponseappinterfaceslisted.md)<!-- -->, [AdminApiResponseAppStarted](./tryorama.adminapiresponseappstarted.md)<!-- -->, [AdminApiResponseAppUninstalled](./tryorama.adminapiresponseappuninstalled.md)<!-- -->, [AdminApiResponseAppsListed](./tryorama.adminapiresponseappslisted.md)<!-- -->, [AdminApiResponseCellIdsListed](./tryorama.adminapiresponsecellidslisted.md)<!-- -->, [AdminApiResponseCloneCellDeleted](./tryorama.adminapiresponseclonecelldeleted.md)<!-- -->, [AdminApiResponseCoordinatorsUpdated](./tryorama.adminapiresponsecoordinatorsupdated.md)<!-- -->, [AdminApiResponseDnasDefinitionReturned](./tryorama.adminapiresponsednasdefinitionreturned.md)<!-- -->, [AdminApiResponseDnasListed](./tryorama.adminapiresponsednaslisted.md)<!-- -->, [AdminApiResponseDnaRegistered](./tryorama.adminapiresponsednaregistered.md)<!-- -->, [AdminApiResponseFullStateDumped](./tryorama.adminapiresponsefullstatedumped.md)<!-- -->, [AdminApiResponseNetworkStatsDumped](./tryorama.adminapiresponsenetworkstatsdumped.md)<!-- -->, [AdminApiResponseStateDumped](./tryorama.adminapiresponsestatedumped.md)<!-- -->, [AdminApiResponseStorageInfo](./tryorama.adminapiresponsestorageinfo.md)<!-- -->, [AdminApiResponseZomeCallCapabilityGranted](./tryorama.adminapiresponsezomecallcapabilitygranted.md)
**References:** [AdminApiResponseAgentInfo](./tryorama.adminapiresponseagentinfo.md)<!-- -->, [AdminApiResponseAgentInfoAdded](./tryorama.adminapiresponseagentinfoadded.md)<!-- -->, [AdminApiResponseAgentPubKeyGenerated](./tryorama.adminapiresponseagentpubkeygenerated.md)<!-- -->, [AdminApiResponseAppDisabled](./tryorama.adminapiresponseappdisabled.md)<!-- -->, [AdminApiResponseAppEnabled](./tryorama.adminapiresponseappenabled.md)<!-- -->, [AdminApiResponseAppInstalled](./tryorama.adminapiresponseappinstalled.md)<!-- -->, [AdminApiResponseAppInterfaceAttached](./tryorama.adminapiresponseappinterfaceattached.md)<!-- -->, [AdminApiResponseAppInterfacesListed](./tryorama.adminapiresponseappinterfaceslisted.md)<!-- -->, [AdminApiResponseAppStarted](./tryorama.adminapiresponseappstarted.md)<!-- -->, [AdminApiResponseAppUninstalled](./tryorama.adminapiresponseappuninstalled.md)<!-- -->, [AdminApiResponseAppsListed](./tryorama.adminapiresponseappslisted.md)<!-- -->, [AdminApiResponseCellIdsListed](./tryorama.adminapiresponsecellidslisted.md)<!-- -->, [AdminApiResponseCloneCellDeleted](./tryorama.adminapiresponseclonecelldeleted.md)<!-- -->, [AdminApiResponseCoordinatorsUpdated](./tryorama.adminapiresponsecoordinatorsupdated.md)<!-- -->, [AdminApiResponseDnasDefinitionReturned](./tryorama.adminapiresponsednasdefinitionreturned.md)<!-- -->, [AdminApiResponseDnasListed](./tryorama.adminapiresponsednaslisted.md)<!-- -->, [AdminApiResponseDnaRegistered](./tryorama.adminapiresponsednaregistered.md)<!-- -->, [AdminApiResponseFullStateDumped](./tryorama.adminapiresponsefullstatedumped.md)<!-- -->, [AdminApiResponseNetworkStatsDumped](./tryorama.adminapiresponsenetworkstatsdumped.md)<!-- -->, [AdminApiResponseStateDumped](./tryorama.adminapiresponsestatedumped.md)<!-- -->, [AdminApiResponseStorageInfo](./tryorama.adminapiresponsestorageinfo.md)<!-- -->, [AdminApiResponseZomeCallCapabilityGranted](./tryorama.adminapiresponsezomecallcapabilitygranted.md)

2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentinfo.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAgentInfo.data property

<b>Signature:</b>
**Signature:**

```typescript
data: AgentInfoResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAgentInfo interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAgentInfo
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentinfo.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAgentInfo.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "agent_info";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentinfoadded.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAgentInfoAdded interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAgentInfoAdded
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentinfoadded.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAgentInfoAdded.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "agent_info_added";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentpubkeygenerated.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAgentPubKeyGenerated.data property

<b>Signature:</b>
**Signature:**

```typescript
data: HoloHash;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentpubkeygenerated.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAgentPubKeyGenerated interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAgentPubKeyGenerated
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseagentpubkeygenerated.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAgentPubKeyGenerated.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "agent_pub_key_generated";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappdisabled.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppDisabled.data property

<b>Signature:</b>
**Signature:**

```typescript
data: DisableAppResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappdisabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppDisabled interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppDisabled
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappdisabled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppDisabled.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "app_disabled";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappenabled.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppEnabled.data property

<b>Signature:</b>
**Signature:**

```typescript
data: EnableAppResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappenabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppEnabled interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppEnabled
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappenabled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppEnabled.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "app_enabled";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinstalled.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppInstalled.data property

<b>Signature:</b>
**Signature:**

```typescript
data: AppInfo;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinstalled.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppInstalled interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppInstalled
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinstalled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppInstalled.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "app_installed";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceattached.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppInterfaceAttached.data property

<b>Signature:</b>
**Signature:**

```typescript
data: AttachAppInterfaceResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceattached.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppInterfaceAttached interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppInterfaceAttached
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceattached.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppInterfaceAttached.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "app_interface_attached";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceslisted.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppInterfacesListed.data property

<b>Signature:</b>
**Signature:**

```typescript
data: ListAppInterfacesResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceslisted.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppInterfacesListed interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppInterfacesListed
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappinterfaceslisted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppInterfacesListed.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "app_interfaces_listed";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappslisted.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppsListed.data property

<b>Signature:</b>
**Signature:**

```typescript
data: ListAppsResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappslisted.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppsListed interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppsListed
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappslisted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppsListed.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "apps_listed";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappstarted.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppStarted.data property

<b>Signature:</b>
**Signature:**

```typescript
data: StartAppResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppStarted interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppStarted
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappstarted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppStarted.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "app_started";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappuninstalled.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppUninstalled.data property

<b>Signature:</b>
**Signature:**

```typescript
data: UninstallAppResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappuninstalled.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseAppUninstalled interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseAppUninstalled
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseappuninstalled.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseAppUninstalled.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "app_uninstalled";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecellidslisted.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseCellIdsListed.data property

<b>Signature:</b>
**Signature:**

```typescript
data: ListCellIdsResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecellidslisted.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseCellIdsListed interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseCellIdsListed
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecellidslisted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseCellIdsListed.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "cell_ids_listed";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseclonecelldeleted.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseCloneCellDeleted interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseCloneCellDeleted
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponseclonecelldeleted.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseCloneCellDeleted.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "clone_cell_deleted";
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecoordinatorsupdated.data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseCoordinatorsUpdated.data property

<b>Signature:</b>
**Signature:**

```typescript
data: UpdateCoordinatorsResponse;
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecoordinatorsupdated.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## AdminApiResponseCoordinatorsUpdated interface


<b>Signature:</b>
**Signature:**

```typescript
export interface AdminApiResponseCoordinatorsUpdated
Expand Down
2 changes: 1 addition & 1 deletion docs/tryorama.adminapiresponsecoordinatorsupdated.type.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## AdminApiResponseCoordinatorsUpdated.type property

<b>Signature:</b>
**Signature:**

```typescript
type: "coordinators_updated";
Expand Down
Loading

0 comments on commit fa52e84

Please sign in to comment.