Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> **deleteApiV1Account**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AccountData`](../type-aliases/DeleteApiV1AccountData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AccountResponses`](../type-aliases/DeleteApiV1AccountResponses.md), [`DeleteApiV1AccountErrors`](../type-aliases/DeleteApiV1AccountErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:26](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#26)
Defined in: [src/client/sdk.gen.ts:38](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#38)

Delete the authenticated user's account

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

> **deleteApiV1AdminAgentsById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminAgentsByIdData`](../type-aliases/DeleteApiV1AdminAgentsByIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AdminAgentsByIdResponses`](../type-aliases/DeleteApiV1AdminAgentsByIdResponses.md), [`DeleteApiV1AdminAgentsByIdErrors`](../type-aliases/DeleteApiV1AdminAgentsByIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:70](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#70)
Defined in: [src/client/sdk.gen.ts:82](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#82)

Delete agent

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

> **deleteApiV1AdminAppsByAppIdApiKeysById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminAppsByAppIdApiKeysByIdData`](../type-aliases/DeleteApiV1AdminAppsByAppIdApiKeysByIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AdminAppsByAppIdApiKeysByIdResponses`](../type-aliases/DeleteApiV1AdminAppsByAppIdApiKeysByIdResponses.md), [`DeleteApiV1AdminAppsByAppIdApiKeysByIdErrors`](../type-aliases/DeleteApiV1AdminAppsByAppIdApiKeysByIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:154](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#154)
Defined in: [src/client/sdk.gen.ts:166](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#166)

Delete API key

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

> **deleteApiV1AdminAppsById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminAppsByIdData`](../type-aliases/DeleteApiV1AdminAppsByIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AdminAppsByIdResponses`](../type-aliases/DeleteApiV1AdminAppsByIdResponses.md), [`DeleteApiV1AdminAppsByIdErrors`](../type-aliases/DeleteApiV1AdminAppsByIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:194](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#194)
Defined in: [src/client/sdk.gen.ts:206](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#206)

Delete app

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# deleteApiV1AdminOauthClientsByClientId

> **deleteApiV1AdminOauthClientsByClientId**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminOauthClientsByClientIdData`](../type-aliases/DeleteApiV1AdminOauthClientsByClientIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AdminOauthClientsByClientIdResponses`](../type-aliases/DeleteApiV1AdminOauthClientsByClientIdResponses.md), [`DeleteApiV1AdminOauthClientsByClientIdErrors`](../type-aliases/DeleteApiV1AdminOauthClientsByClientIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:272](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#272)

Revoke an OAuth client (soft delete)

## Type Parameters

<table>
<thead>
<tr>
<th>Type Parameter</th>
<th>Default type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`ThrowOnError` *extends* `boolean`

</td>
<td>

`false`

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

## Parameters

<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`options`

</td>
<td>

[`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminOauthClientsByClientIdData`](../type-aliases/DeleteApiV1AdminOauthClientsByClientIdData.md), `ThrowOnError`>

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

## Returns

`RequestResult`<[`DeleteApiV1AdminOauthClientsByClientIdResponses`](../type-aliases/DeleteApiV1AdminOauthClientsByClientIdResponses.md), [`DeleteApiV1AdminOauthClientsByClientIdErrors`](../type-aliases/DeleteApiV1AdminOauthClientsByClientIdErrors.md), `ThrowOnError`>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> **deleteApiV1AdminPersonasById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminPersonasByIdData`](../type-aliases/DeleteApiV1AdminPersonasByIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AdminPersonasByIdResponses`](../type-aliases/DeleteApiV1AdminPersonasByIdResponses.md), [`DeleteApiV1AdminPersonasByIdErrors`](../type-aliases/DeleteApiV1AdminPersonasByIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:266](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#266)
Defined in: [src/client/sdk.gen.ts:324](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#324)

Delete persona

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

> **deleteApiV1AdminTextReset**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminTextResetData`](../type-aliases/DeleteApiV1AdminTextResetData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AdminTextResetResponses`](../type-aliases/DeleteApiV1AdminTextResetResponses.md), [`DeleteApiV1AdminTextResetErrors`](../type-aliases/DeleteApiV1AdminTextResetErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:326](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#326)
Defined in: [src/client/sdk.gen.ts:408](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#408)

Reset text registrations

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# deleteApiV1AdminUsersDelete

> **deleteApiV1AdminUsersDelete**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminUsersDeleteData`](../type-aliases/DeleteApiV1AdminUsersDeleteData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AdminUsersDeleteResponses`](../type-aliases/DeleteApiV1AdminUsersDeleteResponses.md), [`DeleteApiV1AdminUsersDeleteErrors`](../type-aliases/DeleteApiV1AdminUsersDeleteErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:420](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#420)

Delete user account (admin)

Permanently deletes a user account and all associated cascading data (enrollments, requests, credit claims, etc.) and best-effort cancels any Stripe subscription. Accepts wallet\_address, phone, telegram, or email (exactly one required). Returns stripe\_cleanup\_succeeded=false when the account was deleted but the Stripe customer cleanup failed — operator must clean up Stripe manually.

## Type Parameters

<table>
<thead>
<tr>
<th>Type Parameter</th>
<th>Default type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`ThrowOnError` *extends* `boolean`

</td>
<td>

`false`

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

## Parameters

<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`options`

</td>
<td>

[`Options`](../type-aliases/Options.md)<[`DeleteApiV1AdminUsersDeleteData`](../type-aliases/DeleteApiV1AdminUsersDeleteData.md), `ThrowOnError`>

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

## Returns

`RequestResult`<[`DeleteApiV1AdminUsersDeleteResponses`](../type-aliases/DeleteApiV1AdminUsersDeleteResponses.md), [`DeleteApiV1AdminUsersDeleteErrors`](../type-aliases/DeleteApiV1AdminUsersDeleteErrors.md), `ThrowOnError`>
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# deleteApiV1AuthMfaPasskeyCredentialsByCredentialId

> **deleteApiV1AuthMfaPasskeyCredentialsByCredentialId**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdData`](../type-aliases/DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdResponses`](../type-aliases/DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdResponses.md), [`DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdErrors`](../type-aliases/DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:508](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#508)

Delete a passkey

## Type Parameters

<table>
<thead>
<tr>
<th>Type Parameter</th>
<th>Default type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`ThrowOnError` *extends* `boolean`

</td>
<td>

`false`

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

## Parameters

<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`options`

</td>
<td>

[`Options`](../type-aliases/Options.md)<[`DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdData`](../type-aliases/DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdData.md), `ThrowOnError`>

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

## Returns

`RequestResult`<[`DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdResponses`](../type-aliases/DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdResponses.md), [`DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdErrors`](../type-aliases/DeleteApiV1AuthMfaPasskeyCredentialsByCredentialIdErrors.md), `ThrowOnError`>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> **deleteApiV1DeveloperAppsByAppUuid**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1DeveloperAppsByAppUuidData`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1DeveloperAppsByAppUuidResponses`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidResponses.md), [`DeleteApiV1DeveloperAppsByAppUuidErrors`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:538](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#538)
Defined in: [src/client/sdk.gen.ts:764](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#764)

Delete app

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

> **deleteApiV1DeveloperAppsByAppUuidApiKeysByKeyId**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1DeveloperAppsByAppUuidApiKeysByKeyIdData`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidApiKeysByKeyIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1DeveloperAppsByAppUuidApiKeysByKeyIdResponses`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidApiKeysByKeyIdResponses.md), [`DeleteApiV1DeveloperAppsByAppUuidApiKeysByKeyIdErrors`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidApiKeysByKeyIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:606](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#606)
Defined in: [src/client/sdk.gen.ts:832](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#832)

Delete API key

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

> **deleteApiV1DeveloperAppsByAppUuidPrivy**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1DeveloperAppsByAppUuidPrivyData`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidPrivyData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1DeveloperAppsByAppUuidPrivyResponses`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidPrivyResponses.md), [`DeleteApiV1DeveloperAppsByAppUuidPrivyErrors`](../type-aliases/DeleteApiV1DeveloperAppsByAppUuidPrivyErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:634](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#634)
Defined in: [src/client/sdk.gen.ts:860](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#860)

Remove Privy

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

> **deleteApiV1TextByChannelUnregister**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1TextByChannelUnregisterData`](../type-aliases/DeleteApiV1TextByChannelUnregisterData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1TextByChannelUnregisterResponses`](../type-aliases/DeleteApiV1TextByChannelUnregisterResponses.md), [`DeleteApiV1TextByChannelUnregisterErrors`](../type-aliases/DeleteApiV1TextByChannelUnregisterErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:1071](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1071)
Defined in: [src/client/sdk.gen.ts:1297](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1297)

Unregister text channel

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

> **deleteApiV1UserApiKeysByKeyId**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1UserApiKeysByKeyIdData`](../type-aliases/DeleteApiV1UserApiKeysByKeyIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1UserApiKeysByKeyIdResponses`](../type-aliases/DeleteApiV1UserApiKeysByKeyIdResponses.md), [`DeleteApiV1UserApiKeysByKeyIdErrors`](../type-aliases/DeleteApiV1UserApiKeysByKeyIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:1135](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1135)
Defined in: [src/client/sdk.gen.ts:1373](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1373)

Delete user API key

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# deleteApiV1UserOauthGrantsById

> **deleteApiV1UserOauthGrantsById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1UserOauthGrantsByIdData`](../type-aliases/DeleteApiV1UserOauthGrantsByIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1UserOauthGrantsByIdResponses`](../type-aliases/DeleteApiV1UserOauthGrantsByIdResponses.md), [`DeleteApiV1UserOauthGrantsByIdErrors`](../type-aliases/DeleteApiV1UserOauthGrantsByIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:1397](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1397)

Revoke OAuth grant

Revokes an OAuth grant owned by the authenticated user, disabling the associated agent's access.

## Type Parameters

<table>
<thead>
<tr>
<th>Type Parameter</th>
<th>Default type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`ThrowOnError` *extends* `boolean`

</td>
<td>

`false`

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

## Parameters

<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>

`options`

</td>
<td>

[`Options`](../type-aliases/Options.md)<[`DeleteApiV1UserOauthGrantsByIdData`](../type-aliases/DeleteApiV1UserOauthGrantsByIdData.md), `ThrowOnError`>

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

## Returns

`RequestResult`<[`DeleteApiV1UserOauthGrantsByIdResponses`](../type-aliases/DeleteApiV1UserOauthGrantsByIdResponses.md), [`DeleteApiV1UserOauthGrantsByIdErrors`](../type-aliases/DeleteApiV1UserOauthGrantsByIdErrors.md), `ThrowOnError`>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> **getApiV1AdminApps**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminAppsData`](../type-aliases/GetApiV1AdminAppsData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminAppsResponses`](../type-aliases/GetApiV1AdminAppsResponses.md), [`GetApiV1AdminAppsErrors`](../type-aliases/GetApiV1AdminAppsErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:98](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#98)
Defined in: [src/client/sdk.gen.ts:110](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#110)

List all apps

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

> **getApiV1AdminAppsByAppIdApiKeys**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminAppsByAppIdApiKeysData`](../type-aliases/GetApiV1AdminAppsByAppIdApiKeysData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminAppsByAppIdApiKeysResponses`](../type-aliases/GetApiV1AdminAppsByAppIdApiKeysResponses.md), [`GetApiV1AdminAppsByAppIdApiKeysErrors`](../type-aliases/GetApiV1AdminAppsByAppIdApiKeysErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:126](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#126)
Defined in: [src/client/sdk.gen.ts:138](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#138)

List API keys for an app

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

> **getApiV1AdminAppsByAppIdApiKeysById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminAppsByAppIdApiKeysByIdData`](../type-aliases/GetApiV1AdminAppsByAppIdApiKeysByIdData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminAppsByAppIdApiKeysByIdResponses`](../type-aliases/GetApiV1AdminAppsByAppIdApiKeysByIdResponses.md), [`GetApiV1AdminAppsByAppIdApiKeysByIdErrors`](../type-aliases/GetApiV1AdminAppsByAppIdApiKeysByIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:166](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#166)
Defined in: [src/client/sdk.gen.ts:178](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#178)

Get API key by ID

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

> **getApiV1AdminAppsById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminAppsByIdData`](../type-aliases/GetApiV1AdminAppsByIdData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminAppsByIdResponses`](../type-aliases/GetApiV1AdminAppsByIdResponses.md), [`GetApiV1AdminAppsByIdErrors`](../type-aliases/GetApiV1AdminAppsByIdErrors.md), `ThrowOnError`>

Defined in: [src/client/sdk.gen.ts:206](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#206)
Defined in: [src/client/sdk.gen.ts:218](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#218)

Get app by ID

Expand Down
Loading
Loading