> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-066e8699.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Namespace: AccountActivity

> Reference for the AccountActivity module in the X API TypeScript SDK. Re-exported clients, types, and utilities provided by this SDK module for the X API v2.

## Type Aliases

### GetSubscriptionsResponse

Ƭ **GetSubscriptionsResponse**: [`SubscriptionsListGetResponse`](/xdks/typescript/reference/interfaces/Schemas.SubscriptionsListGetResponse)

Response for getSubscriptions

#### Defined in

[account\_activity/models.ts:18](https://github.com/xdevplatform/xdk-typescript/blob/81aacb165e0802e188f608bdf462b60fc4e713a2/src/account_activity/models.ts#L18)

***

### DeleteSubscriptionResponse

Ƭ **DeleteSubscriptionResponse**: [`SubscriptionsDeleteResponse`](/xdks/typescript/reference/interfaces/Schemas.SubscriptionsDeleteResponse)

Response for deleteSubscription

#### Defined in

[account\_activity/models.ts:24](https://github.com/xdevplatform/xdk-typescript/blob/81aacb165e0802e188f608bdf462b60fc4e713a2/src/account_activity/models.ts#L24)

***

### ValidateSubscriptionResponse

Ƭ **ValidateSubscriptionResponse**: [`SubscriptionsGetResponse`](/xdks/typescript/reference/interfaces/Schemas.SubscriptionsGetResponse)

Response for validateSubscription

#### Defined in

[account\_activity/models.ts:30](https://github.com/xdevplatform/xdk-typescript/blob/81aacb165e0802e188f608bdf462b60fc4e713a2/src/account_activity/models.ts#L30)

***

### CreateSubscriptionRequest

Ƭ **CreateSubscriptionRequest**: [`SubscriptionsCreateRequest`](/xdks/typescript/reference/modules/Schemas#subscriptionscreaterequest)

Request for createSubscription

#### Defined in

[account\_activity/models.ts:36](https://github.com/xdevplatform/xdk-typescript/blob/81aacb165e0802e188f608bdf462b60fc4e713a2/src/account_activity/models.ts#L36)

***

### CreateSubscriptionResponse

Ƭ **CreateSubscriptionResponse**: [`SubscriptionsCreateResponse`](/xdks/typescript/reference/interfaces/Schemas.SubscriptionsCreateResponse)

Response for createSubscription

#### Defined in

[account\_activity/models.ts:42](https://github.com/xdevplatform/xdk-typescript/blob/81aacb165e0802e188f608bdf462b60fc4e713a2/src/account_activity/models.ts#L42)

***

### CreateReplayJobResponse

Ƭ **CreateReplayJobResponse**: [`ReplayJobCreateResponse`](/xdks/typescript/reference/interfaces/Schemas.ReplayJobCreateResponse)

Response for createReplayJob

#### Defined in

[account\_activity/models.ts:48](https://github.com/xdevplatform/xdk-typescript/blob/81aacb165e0802e188f608bdf462b60fc4e713a2/src/account_activity/models.ts#L48)

***

### GetSubscriptionCountResponse

Ƭ **GetSubscriptionCountResponse**: [`SubscriptionsCountGetResponse`](/xdks/typescript/reference/interfaces/Schemas.SubscriptionsCountGetResponse)

Response for getSubscriptionCount

#### Defined in

[account\_activity/models.ts:54](https://github.com/xdevplatform/xdk-typescript/blob/81aacb165e0802e188f608bdf462b60fc4e713a2/src/account_activity/models.ts#L54)
