docs/AutomationTokenResponse.md in fastly-5.2.2 vs docs/AutomationTokenResponse.md in fastly-5.3.0

- old
+ new

@@ -10,11 +10,11 @@ | **scope** | **String** | A space-delimited list of authorization scope. | [optional][default to 'global'] | | **expires_at** | **String** | (optional) A UTC time-stamp of when the token will expire. | [optional] | | **created_at** | **String** | A UTC time-stamp of when the token was created. | [optional] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | -| **id** | **String** | | [optional][readonly] | -| **customer_id** | **String** | | [optional][readonly] | +| **id** | [**ReadOnlyId**](ReadOnlyId.md) | | [optional] | +| **customer_id** | [**ReadOnlyCustomerId**](ReadOnlyCustomerId.md) | | [optional] | | **ip** | **String** | The IP address of the client that last used the token. | [optional] | | **user_agent** | **String** | The User-Agent header of the client that last used the token. | [optional] | | **sudo_expires_at** | **String** | | [optional][readonly] | | **last_used_at** | **Time** | A UTC time-stamp of when the token was last used. | [optional][readonly] |