core-utils
    Preparing search index...

    Request parameters for workplace upsert.

    interface UpsertWorkplaceRequest {
        createdAt?: Date;
        email?: string;
        name?: string;
        phoneNumber?: string;
        timeZone?: string;
        workplaceId: string;
    }
    Index

    Properties

    createdAt?: Date

    The workplace's creation date.

    email?: string

    The workplace's email address.

    name?: string

    The workplace's display name.

    phoneNumber?: string

    The workplace's phone number.

    timeZone?: string

    The workplace's timezone for scheduled notifications.

    workplaceId: string

    The workplace's unique identifier.