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

- old
+ new

@@ -2,12 +2,12 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **id** | **String** | | [optional][readonly] | -| **user_id** | **String** | | [optional][readonly] | -| **customer_id** | **String** | | [optional][readonly] | +| **id** | [**ReadOnlyId**](ReadOnlyId.md) | | [optional] | +| **user_id** | [**ReadOnlyUserId**](ReadOnlyUserId.md) | | [optional] | +| **customer_id** | [**ReadOnlyCustomerId**](ReadOnlyCustomerId.md) | | [optional] | | **sudo_expires_at** | **Time** | | [optional][readonly] | | **created_at** | **Time** | A UTC time-stamp of when the token was created. | [optional][readonly] | | **access_token** | **String** | | [optional][readonly] | | **last_used_at** | **Time** | A UTC time-stamp of when the token was last used. | [optional][readonly] | | **user_agent** | **String** | The User-Agent header of the client that last used the token. | [optional] |