---
id: v1-update-detail
title: UpdateDetail
pagination_label: UpdateDetail
sidebar_label: UpdateDetail
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'UpdateDetail', 'v1UpdateDetail']
slug: /tools/sdk/typescript/connectors/models/update-detail
tags: ['SDK', 'Software Development Kit', 'UpdateDetail', 'v1UpdateDetail']
---

# UpdateDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **(optional)** `string` | The detailed message for an update. Typically the relevent error message when status is error. | [default to undefined]
**scriptName** | **(optional)** `string` | The connector script name | [default to undefined]
**updatedFiles** | **(optional)** `Array<string>` | The list of updated files supported by the connector | [default to undefined]
**status** | **(optional)** `string` | The connector update status | [default to undefined]

