Skip to content

Commit

Permalink
Add missing blank lines in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines committed Nov 26, 2024
1 parent c4fec5f commit ebc1c61
Show file tree
Hide file tree
Showing 80 changed files with 80 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/core.auditlogfilterisbetween.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ filter

</td></tr>
</tbody></table>

**Returns:**

filter is [AuditLogFilterBetween](./core.auditlogfilterbetween.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.auditlogfilterissince.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ filter

</td></tr>
</tbody></table>

**Returns:**

filter is [AuditLogFilterSince](./core.auditlogfiltersince.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.auditlogfilteristail.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ filter

</td></tr>
</tbody></table>

**Returns:**

filter is [AuditLogFilterTail](./core.auditlogfiltertail.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresponse.allallowed.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ the resource search criteria.

</td></tr>
</tbody></table>

**Returns:**

boolean \| undefined
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresponse.allowedactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ the resource search criteria.

</td></tr>
</tbody></table>

**Returns:**

string\[\] \| undefined
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresponse.findresult.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ the resource search criteria.

</td></tr>
</tbody></table>

**Returns:**

[CheckResourcesResult](./core.checkresourcesresult.md) \| undefined
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresponse.isallowed.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ the resource search criteria and action to check.

</td></tr>
</tbody></table>

**Returns:**

boolean \| undefined
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresult.allallowed.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Check if the policy decision was that all input actions should be allowed for th
```typescript
allAllowed(): boolean;
```

**Returns:**

boolean
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresult.allowedactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ List the actions that should be allowed for the resource.
```typescript
allowedActions(): string[];
```

**Returns:**

string\[\]
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresult.isallowed.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ the action to check.

</td></tr>
</tbody></table>

**Returns:**

boolean \| undefined
Expand Down
1 change: 1 addition & 0 deletions docs/core.checkresourcesresult.output.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ the identifier of the policy rule that produced the output.

</td></tr>
</tbody></table>

**Returns:**

[Value](./core.value.md) \| undefined
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.addorupdatepolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;void&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.addorupdateschemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;void&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.checkresource.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[CheckResourcesResult](./core.checkresourcesresult.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.checkresources.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[CheckResourcesResponse](./core.checkresourcesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.deleteschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;boolean&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.deleteschemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[DeleteSchemasResponse](./core.deleteschemasresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.disablepolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[DisablePoliciesResponse](./core.disablepoliciesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.disablepolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;boolean&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.enablepolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[EnablePoliciesResponse](./core.enablepoliciesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.enablepolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;boolean&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.getaccesslogentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[AccessLogEntry](./core.accesslogentry.md) \| undefined&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.getdecisionlogentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[DecisionLogEntry](./core.decisionlogentry.md) \| undefined&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.getpolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[GetPoliciesResponse](./core.getpoliciesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.getpolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[Policy](./core.policy.md) \| undefined&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.getschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[Schema](./core.schema.md) \| undefined&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.getschemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[GetSchemasResponse](./core.getschemasresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.inspectpolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[InspectPoliciesResponse](./core.inspectpoliciesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.isallowed.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;boolean&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.listaccesslogentries.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

AsyncGenerator&lt;[AccessLogEntry](./core.accesslogentry.md)<!-- -->, void, undefined&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.listdecisionlogentries.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

AsyncGenerator&lt;[DecisionLogEntry](./core.decisionlogentry.md)<!-- -->, void, undefined&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.listpolicies.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[ListPoliciesResponse](./core.listpoliciesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.listschemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[ListSchemasResponse](./core.listschemasresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.planresources.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[PlanResourcesResponse](./core.planresourcesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.reloadstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;void&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.serverinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[ServerInfo](./core.serverinfo.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.client.withprincipal.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

[ClientWithPrincipal](./core.clientwithprincipal.md)<!-- -->&lt;this&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.clientwithprincipal.checkresource.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[CheckResourcesResult](./core.checkresourcesresult.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.clientwithprincipal.checkresources.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[CheckResourcesResponse](./core.checkresourcesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.clientwithprincipal.isallowed.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;boolean&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.clientwithprincipal.planresources.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ _(Optional)_

</td></tr>
</tbody></table>

**Returns:**

Promise&lt;[PlanResourcesResponse](./core.planresourcesresponse.md)<!-- -->&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/core.decisionlogentrymethodischeckresources.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ method

</td></tr>
</tbody></table>

**Returns:**

method is [DecisionLogEntryCheckResources](./core.decisionlogentrycheckresources.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.decisionlogentrymethodisplanresources.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ method

</td></tr>
</tbody></table>

**Returns:**

method is [DecisionLogEntryPlanResources](./core.decisionlogentryplanresources.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.matchismatchall.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ match

</td></tr>
</tbody></table>

**Returns:**

match is [MatchAll](./core.matchall.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.matchismatchany.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ match

</td></tr>
</tbody></table>

**Returns:**

match is [MatchAny](./core.matchany.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.matchismatchexpr.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ match

</td></tr>
</tbody></table>

**Returns:**

match is [MatchExpr](./core.matchexpr.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.matchismatchnone.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ match

</td></tr>
</tbody></table>

**Returns:**

match is [MatchNone](./core.matchnone.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.notok.fromjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ string

</td></tr>
</tbody></table>

**Returns:**

[NotOK](./core.notok.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.planresourcesoutputisconditional.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ output

</td></tr>
</tbody></table>

**Returns:**

output is [PlanResourcesConditionalOutput](./core.planresourcesconditionaloutput.md)
Expand Down
1 change: 1 addition & 0 deletions docs/core.planresourcesoutputisunconditional.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ output

</td></tr>
</tbody></table>

**Returns:**

output is [PlanResourcesUnconditionalOutput](./core.planresourcesunconditionaloutput.md)
Expand Down
Loading

0 comments on commit ebc1c61

Please sign in to comment.