@dialstack/sdk-dev / server/src / AccountUpdateParams
Interface: AccountUpdateParams
Defined in: sdk/server/src/index.ts:245
Properties
config?
TypeScript
optional config?: AccountConfig;
Defined in: sdk/server/src/index.ts:248
default_button_template?
TypeScript
optional default_button_template?: string | null;
Defined in: sdk/server/src/index.ts:252
Set or clear the template inherited by newly created compatible devices.
email?
TypeScript
optional email?: string;
Defined in: sdk/server/src/index.ts:246
hold_music_clip_id?
TypeScript
optional hold_music_clip_id?: string | null;
Defined in: sdk/server/src/index.ts:249
main_location_id?
TypeScript
optional main_location_id?: string;
Defined in: sdk/server/src/index.ts:250
primary_contact_name?
TypeScript
optional primary_contact_name?: string;
Defined in: sdk/server/src/index.ts:247