Skip to content

Commit

Permalink
docs: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Nov 21, 2024
1 parent 5996481 commit 7d79334
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/client.appcallzomerequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**Signature:**

```typescript
export type AppCallZomeRequest = NonProvenanceCallZomeRequest | RoleNameCallZomeRequest | CallZomeRequestSigned | RoleNameCallZomeRequestSigned;
export type AppCallZomeRequest = NonProvenanceCallZomeRequest | RoleNameCallZomeRequest | CallZomeRequest;
```
**References:** [NonProvenanceCallZomeRequest](./client.nonprovenancecallzomerequest.md)<!-- -->, [RoleNameCallZomeRequest](./client.rolenamecallzomerequest.md)<!-- -->, [CallZomeRequestSigned](./client.callzomerequestsigned.md)<!-- -->, [RoleNameCallZomeRequestSigned](./client.rolenamecallzomerequestsigned.md)
**References:** [NonProvenanceCallZomeRequest](./client.nonprovenancecallzomerequest.md)<!-- -->, [RoleNameCallZomeRequest](./client.rolenamecallzomerequest.md)<!-- -->, [CallZomeRequest](./client.callzomerequest.md)

2 changes: 1 addition & 1 deletion docs/client.callzomerequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**Signature:**

```typescript
export type CallZomeRequest = CallZomeRequestGeneric<any>;
export type CallZomeRequest = CallZomeRequestGeneric<unknown>;
```
**References:** [CallZomeRequestGeneric](./client.callzomerequestgeneric.md)

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestUnsigned](./client.callzomerequestunsigned.md) &gt; [cap\_secret](./client.callzomerequestunsigned.cap_secret.md)
[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestParams](./client.callzomerequestparams.md) &gt; [cap\_secret](./client.callzomerequestparams.cap_secret.md)

## CallZomeRequestUnsigned.cap\_secret property
## CallZomeRequestParams.cap\_secret property

**Signature:**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestUnsigned](./client.callzomerequestunsigned.md) &gt; [expires\_at](./client.callzomerequestunsigned.expires_at.md)
[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestParams](./client.callzomerequestparams.md) &gt; [expires\_at](./client.callzomerequestparams.expires_at.md)

## CallZomeRequestUnsigned.expires\_at property
## CallZomeRequestParams.expires\_at property

**Signature:**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestUnsigned](./client.callzomerequestunsigned.md)
[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestParams](./client.callzomerequestparams.md)

## CallZomeRequestUnsigned interface
## CallZomeRequestParams interface


**Signature:**

```typescript
export interface CallZomeRequestUnsigned extends CallZomeRequest
export interface CallZomeRequestParams extends CallZomeRequest
```
**Extends:** [CallZomeRequest](./client.callzomerequest.md)
Expand Down Expand Up @@ -37,7 +37,7 @@ Description
</th></tr></thead>
<tbody><tr><td>
[cap\_secret](./client.callzomerequestunsigned.cap_secret.md)
[cap\_secret](./client.callzomerequestparams.cap_secret.md)
</td><td>
Expand All @@ -54,7 +54,7 @@ Description
</td></tr>
<tr><td>
[expires\_at](./client.callzomerequestunsigned.expires_at.md)
[expires\_at](./client.callzomerequestparams.expires_at.md)
</td><td>
Expand All @@ -71,7 +71,7 @@ number
</td></tr>
<tr><td>
[nonce](./client.callzomerequestunsigned.nonce.md)
[nonce](./client.callzomerequestparams.nonce.md)
</td><td>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestUnsigned](./client.callzomerequestunsigned.md) &gt; [nonce](./client.callzomerequestunsigned.nonce.md)
[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestParams](./client.callzomerequestparams.md) &gt; [nonce](./client.callzomerequestparams.nonce.md)

## CallZomeRequestUnsigned.nonce property
## CallZomeRequestParams.nonce property

**Signature:**

Expand Down
11 changes: 11 additions & 0 deletions docs/client.callzomerequestsigned.bytes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [CallZomeRequestSigned](./client.callzomerequestsigned.md) &gt; [bytes](./client.callzomerequestsigned.bytes.md)

## CallZomeRequestSigned.bytes property

**Signature:**

```typescript
bytes: Uint8Array;
```
20 changes: 18 additions & 2 deletions docs/client.callzomerequestsigned.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
**Signature:**

```typescript
export interface CallZomeRequestSigned extends CallZomeRequestUnsigned
export interface CallZomeRequestSigned
```
**Extends:** [CallZomeRequestUnsigned](./client.callzomerequestunsigned.md)

## Properties

Expand All @@ -37,6 +36,23 @@ Description
</th></tr></thead>
<tbody><tr><td>

[bytes](./client.callzomerequestsigned.bytes.md)


</td><td>


</td><td>

Uint8Array


</td><td>


</td></tr>
<tr><td>

[signature](./client.callzomerequestsigned.signature.md)


Expand Down
4 changes: 2 additions & 2 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Description
</td></tr>
<tr><td>

[CallZomeRequestSigned](./client.callzomerequestsigned.md)
[CallZomeRequestParams](./client.callzomerequestparams.md)


</td><td>
Expand All @@ -604,7 +604,7 @@ Description
</td></tr>
<tr><td>

[CallZomeRequestUnsigned](./client.callzomerequestunsigned.md)
[CallZomeRequestSigned](./client.callzomerequestsigned.md)


</td><td>
Expand Down

0 comments on commit 7d79334

Please sign in to comment.