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 @@

> **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)
Defined in: [src/client/sdk.gen.ts:288](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#288)

Revoke an OAuth client (soft delete)

Expand Down
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:324](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#324)
Defined in: [src/client/sdk.gen.ts:340](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#340)

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:408](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#408)
Defined in: [src/client/sdk.gen.ts:440](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#440)

Reset text registrations

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

> **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)
Defined in: [src/client/sdk.gen.ts:452](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#452)

Delete user account (admin)

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

> **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)
Defined in: [src/client/sdk.gen.ts:540](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#540)

Delete a passkey

Expand Down
61 changes: 61 additions & 0 deletions src/content/sdk/client/Internal/functions/deleteApiV1AuthMfaSms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# deleteApiV1AuthMfaSms

> **deleteApiV1AuthMfaSms**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1AuthMfaSmsData`](../type-aliases/DeleteApiV1AuthMfaSmsData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1AuthMfaSmsResponses`](../type-aliases/DeleteApiV1AuthMfaSmsResponses.md), [`DeleteApiV1AuthMfaSmsErrors`](../type-aliases/DeleteApiV1AuthMfaSmsErrors.md), `ThrowOnError`>

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

Disable SMS factor

## 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)<[`DeleteApiV1AuthMfaSmsData`](../type-aliases/DeleteApiV1AuthMfaSmsData.md), `ThrowOnError`>

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

## Returns

`RequestResult`<[`DeleteApiV1AuthMfaSmsResponses`](../type-aliases/DeleteApiV1AuthMfaSmsResponses.md), [`DeleteApiV1AuthMfaSmsErrors`](../type-aliases/DeleteApiV1AuthMfaSmsErrors.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:764](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#764)
Defined in: [src/client/sdk.gen.ts:916](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#916)

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:832](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#832)
Defined in: [src/client/sdk.gen.ts:984](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#984)

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:860](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#860)
Defined in: [src/client/sdk.gen.ts:1012](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1012)

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:1297](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1297)
Defined in: [src/client/sdk.gen.ts:1557](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1557)

Unregister text channel

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

> **deleteApiV1UserAgentConsentsByAgentId**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`DeleteApiV1UserAgentConsentsByAgentIdData`](../type-aliases/DeleteApiV1UserAgentConsentsByAgentIdData.md), `ThrowOnError`>): `RequestResult`<[`DeleteApiV1UserAgentConsentsByAgentIdResponses`](../type-aliases/DeleteApiV1UserAgentConsentsByAgentIdResponses.md), [`DeleteApiV1UserAgentConsentsByAgentIdErrors`](../type-aliases/DeleteApiV1UserAgentConsentsByAgentIdErrors.md), `ThrowOnError`>

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

Revoke per-platform agent consent

Revokes the authenticated user's consent for an agent on a specific platform. Idempotent — returns 200 even when no active consent exists. Other platforms' consents are unaffected.

## 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)<[`DeleteApiV1UserAgentConsentsByAgentIdData`](../type-aliases/DeleteApiV1UserAgentConsentsByAgentIdData.md), `ThrowOnError`>

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

## Returns

`RequestResult`<[`DeleteApiV1UserAgentConsentsByAgentIdResponses`](../type-aliases/DeleteApiV1UserAgentConsentsByAgentIdResponses.md), [`DeleteApiV1UserAgentConsentsByAgentIdErrors`](../type-aliases/DeleteApiV1UserAgentConsentsByAgentIdErrors.md), `ThrowOnError`>
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:1373](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1373)
Defined in: [src/client/sdk.gen.ts:1685](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1685)

Delete user API key

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

> **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)
Defined in: [src/client/sdk.gen.ts:1709](https://github.com/anuma-ai/sdk/blob/main/src/client/sdk.gen.ts#1709)

Revoke OAuth grant

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

> **getApiV1AdminOauthClients**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminOauthClientsData`](../type-aliases/GetApiV1AdminOauthClientsData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminOauthClientsResponses`](../type-aliases/GetApiV1AdminOauthClientsResponses.md), `unknown`, `ThrowOnError`>

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

List OAuth clients

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

> **getApiV1AdminOauthClientsByClientId**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminOauthClientsByClientIdData`](../type-aliases/GetApiV1AdminOauthClientsByClientIdData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminOauthClientsByClientIdResponses`](../type-aliases/GetApiV1AdminOauthClientsByClientIdResponses.md), [`GetApiV1AdminOauthClientsByClientIdErrors`](../type-aliases/GetApiV1AdminOauthClientsByClientIdErrors.md), `ThrowOnError`>

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

Get an OAuth client

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

> **getApiV1AdminPrivyIdentifiersAudit**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminPrivyIdentifiersAuditData`](../type-aliases/GetApiV1AdminPrivyIdentifiersAuditData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminPrivyIdentifiersAuditResponses`](../type-aliases/GetApiV1AdminPrivyIdentifiersAuditResponses.md), [`GetApiV1AdminPrivyIdentifiersAuditErrors`](../type-aliases/GetApiV1AdminPrivyIdentifiersAuditErrors.md), `ThrowOnError`>

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

Audit Privy wallet identifiers

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

> **getApiV1AdminUsersLookup**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AdminUsersLookupData`](../type-aliases/GetApiV1AdminUsersLookupData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AdminUsersLookupResponses`](../type-aliases/GetApiV1AdminUsersLookupResponses.md), [`GetApiV1AdminUsersLookupErrors`](../type-aliases/GetApiV1AdminUsersLookupErrors.md), `ThrowOnError`>

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

Lookup user by identifier

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

> **getApiV1AgentPreferences**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AgentPreferencesData`](../type-aliases/GetApiV1AgentPreferencesData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AgentPreferencesResponses`](../type-aliases/GetApiV1AgentPreferencesResponses.md), [`GetApiV1AgentPreferencesErrors`](../type-aliases/GetApiV1AgentPreferencesErrors.md), `ThrowOnError`>

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

List user agent preferences

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

> **getApiV1Agents**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AgentsData`](../type-aliases/GetApiV1AgentsData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AgentsResponses`](../type-aliases/GetApiV1AgentsResponses.md), [`GetApiV1AgentsErrors`](../type-aliases/GetApiV1AgentsErrors.md), `ThrowOnError`>

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

List agents

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

> **getApiV1AgentsById**<`ThrowOnError`>(`options`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AgentsByIdData`](../type-aliases/GetApiV1AgentsByIdData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AgentsByIdResponses`](../type-aliases/GetApiV1AgentsByIdResponses.md), [`GetApiV1AgentsByIdErrors`](../type-aliases/GetApiV1AgentsByIdErrors.md), `ThrowOnError`>

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

Get agent

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

> **getApiV1AuthMfaStatus**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`GetApiV1AuthMfaStatusData`](../type-aliases/GetApiV1AuthMfaStatusData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1AuthMfaStatusResponses`](../type-aliases/GetApiV1AuthMfaStatusResponses.md), [`GetApiV1AuthMfaStatusErrors`](../type-aliases/GetApiV1AuthMfaStatusErrors.md), `ThrowOnError`>

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

MFA status

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

> **getApiV1Bootstrap**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`GetApiV1BootstrapData`](../type-aliases/GetApiV1BootstrapData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1BootstrapResponses`](../type-aliases/GetApiV1BootstrapResponses.md), [`GetApiV1BootstrapErrors`](../type-aliases/GetApiV1BootstrapErrors.md), `ThrowOnError`>

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

Bootstrap client session

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

> **getApiV1Config**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`GetApiV1ConfigData`](../type-aliases/GetApiV1ConfigData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1ConfigResponses`](../type-aliases/GetApiV1ConfigResponses.md), [`GetApiV1ConfigErrors`](../type-aliases/GetApiV1ConfigErrors.md), `ThrowOnError`>

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

Get configuration

Expand Down
63 changes: 63 additions & 0 deletions src/content/sdk/client/Internal/functions/getApiV1Connectors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# getApiV1Connectors

> **getApiV1Connectors**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`GetApiV1ConnectorsData`](../type-aliases/GetApiV1ConnectorsData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1ConnectorsResponses`](../type-aliases/GetApiV1ConnectorsResponses.md), [`GetApiV1ConnectorsErrors`](../type-aliases/GetApiV1ConnectorsErrors.md), `ThrowOnError`>

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

List the user's connected connectors

Returns the set of active connector credentials owned by the authenticated user. The encrypted\_refresh\_token is never exposed; the response is safe to ship to the browser.

## 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)<[`GetApiV1ConnectorsData`](../type-aliases/GetApiV1ConnectorsData.md), `ThrowOnError`>

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

## Returns

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

> **getApiV1CreditsBalance**<`ThrowOnError`>(`options?`: [`Options`](../type-aliases/Options.md)<[`GetApiV1CreditsBalanceData`](../type-aliases/GetApiV1CreditsBalanceData.md), `ThrowOnError`>): `RequestResult`<[`GetApiV1CreditsBalanceResponses`](../type-aliases/GetApiV1CreditsBalanceResponses.md), [`GetApiV1CreditsBalanceErrors`](../type-aliases/GetApiV1CreditsBalanceErrors.md), `ThrowOnError`>

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

Get credit balance

Expand Down
Loading
Loading