You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/tauri-plugin-revenue-cat/permissions/autogenerated/reference.md

123 lines
1.4 KiB

## Default Permission
Default permissions for the plugin
- `allow-ping`
- `allow-createCustomer`
- `allow-fetchProjectOverviewData`
- `allow-getCustomersData`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`revenue-cat:allow-createCustomer`
</td>
<td>
Enables the createCustomer command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`revenue-cat:deny-createCustomer`
</td>
<td>
Denies the createCustomer command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`revenue-cat:allow-fetchProjectOverviewData`
</td>
<td>
Enables the fetchProjectOverviewData command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`revenue-cat:deny-fetchProjectOverviewData`
</td>
<td>
Denies the fetchProjectOverviewData command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`revenue-cat:allow-getCustomersData`
</td>
<td>
Enables the getCustomersData command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`revenue-cat:deny-getCustomersData`
</td>
<td>
Denies the getCustomersData command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`revenue-cat:allow-ping`
</td>
<td>
Enables the ping command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`revenue-cat:deny-ping`
</td>
<td>
Denies the ping command without any pre-configured scope.
</td>
</tr>
</table>