Skip to main content

@dialstack/sdk / index / DIDItem

Interface: DIDItem

Defined in: sdk/src/types/phone-numbers.ts:22

A DID (Direct Inward Dial) as returned by the API

Properties

caller_id_name?

optional caller_id_name?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:32


config?

optional config?: DIDConfig;

Defined in: sdk/src/types/phone-numbers.ts:31


created_at

created_at: string;

Defined in: sdk/src/types/phone-numbers.ts:37


directory_listing_location_id?

optional directory_listing_location_id?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:35


directory_listing_name?

optional directory_listing_name?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:33


directory_listing_type?

optional directory_listing_type?: DirectoryListingType;

Defined in: sdk/src/types/phone-numbers.ts:34


disconnected_at?

optional disconnected_at?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:28


expires_at?

optional expires_at?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:27


fax_enabled

fax_enabled: boolean;

Defined in: sdk/src/types/phone-numbers.ts:30


id

id: string;

Defined in: sdk/src/types/phone-numbers.ts:23


number_class?

optional number_class?: "account_owned" | "temporary";

Defined in: sdk/src/types/phone-numbers.ts:26


outbound_enabled

outbound_enabled: boolean;

Defined in: sdk/src/types/phone-numbers.ts:29


phone_number

phone_number: string;

Defined in: sdk/src/types/phone-numbers.ts:24


routing_target?

optional routing_target?: string | null;

Defined in: sdk/src/types/phone-numbers.ts:36


status

status: "active" | "inactive" | "released";

Defined in: sdk/src/types/phone-numbers.ts:25


updated_at

updated_at: string;

Defined in: sdk/src/types/phone-numbers.ts:38